@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
x:-moz-any-link {
  border-collapse: separate;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a:focus, input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

input, textarea {
  font-size: 16px;
}

img {
  vertical-align: bottom;
  border: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

object {
  pointer-events: none;
}

html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media only screen and (max-width: 979px) {
  html {
    font-size: 4.2vw;
  }
}

@media only screen and (min-width: 980px) {
  html {
    font-size: 18px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 979px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 2px;
  -webkit-tap-highlight-color: transparent;
  color: #333;
  position: relative;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 979px) {
  .pc {
    display: none;
  }
}

@media only screen and (min-width: 980px) {
  .sp {
    display: none;
  }
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.header {
  width: 100%;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  display: -webkit-box;
}

@media only screen and (max-width: 979px) {
  .header {
    right: 0;
    top: 0;
    position: fixed;
    height: auto;
    display: flex;
    justify-content: flex-end;
  }
}

.header_cv {
  display: flex;
  position: absolute;
  right: 0;
}

.header__logo {
  height: 100%;
  position: absolute;
  left: 35px;
  width: auto;
}

@media only screen and (max-width: 979px) {
  .header__logo {
    position: absolute;
    left: 12px;
    width: auto;
  }
}

.header_mail {
  padding: 12px 0;
  margin-right: 24px;
}

.header_mail .btn-round {
  padding: 0.66667rem 1.94444rem;
  border-radius: 1.11111rem;
  border: 2px solid #ffa500;
  background: #ffa500;
  box-shadow: 0px 3px 6px #000000B2;
  line-height: 1;
  font-size: 0.77778rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  transition: all ease-in-out .5s;
}

@media (hover: hover) {
  .header_mail .btn-round:hover {
    border: 2px solid #ffa500;
    background: #fff;
    color: #ffa500;
  }
}

@media only screen and (max-width: 979px) {
  .header_mail {
    display: none;
  }
}

.header_tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px 10px 0 auto;
}

.header_tel a {
  text-align: center;
  font-size: 23px;
  font-weight: 900;
  color: #0E0D6A;
  width: 242px;
  letter-spacing: initial;
}

.header_tel a img {
  margin-right: 5px;
  width: 35px;
}

.header_tel span {
  margin: 5px 0 4px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: initial;
}

.header_tel small {
  font-size: 8px;
  line-height: 13px;
}

@media only screen and (max-width: 979px) {
  .header_tel {
    display: none;
  }
}

.header_tel-2 {
  display: none;
}

@media only screen and (max-width: 979px) {
  .header_tel-2 {
    display: block;
  }
  .header_tel-2 a {
    padding: 8px 11px;
    border: 2px solid  #00b3ec;
    background: #00b3ec;
    line-height: 1;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    transition: all ease-in-out .5s;
  }
}

.header_tel-2 .fa-phone {
  display: block;
  margin-right: 0;
  margin-bottom: 7px;
  width: 100%;
  text-align: center;
  font-size: 17px;
}

.header_mail-2 {
  display: none;
}

@media only screen and (max-width: 979px) {
  .header_mail-2 {
    display: block;
  }
  .header_mail-2 a {
    padding: 8px 11px;
    border: 2px solid #ffa500;
    background: #ffa500;
    line-height: 1;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    transition: all ease-in-out .5s;
  }
  .header_mail-2 .fa-envelope {
    display: block;
    margin-right: 0;
    margin-bottom: 7px;
    width: 100%;
    text-align: center;
    font-size: 17px;
  }
}

@media only screen and (min-width: 980px) {
  .main-visual {
    background: url(../image/title_back_pc.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 70px;
  }
}

@media only screen and (min-width: 980px) and (max-width: 979px) {
  .main-visual {
    margin-top: 54px;
  }
}

@media only screen and (min-width: 980px) {
  .main-visual-inner {
    width: 90%;
    max-width: 1528px;
    margin: auto;
  }
}

@media only screen and (max-width: 979px) {
  .main-visual h1 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 980px) {
  .main-visual h1 {
    width: 43%;
    max-width: 831px;
    padding: 3.33333rem 0 10rem;
  }
}

.summary {
  background-color: #66B9BF;
}

.summary-inner {
  max-width: 1045px;
  margin: auto;
  position: relative;
}

@media only screen and (max-width: 979px) {
  .summary-inner {
    padding: 6.66667% 5.33333%;
  }
}

@media only screen and (min-width: 980px) {
  .summary-inner {
    padding: 1.22222rem 10.16667rem 1.22222rem 22.22222rem;
  }
}

.summary-inner::before {
  width: 100%;
  display: block;
  position: absolute;
  content: "";
  height: 100%;
  background: url(../image/taihen.png) no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 979px) {
  .summary-inner::before {
    width: 40%;
    top: -25%;
    left: 2%;
  }
}

@media only screen and (min-width: 980px) {
  .summary-inner::before {
    width: 35%;
    top: -20px;
    left: 0;
  }
}

@media only screen and (min-width: 415px) and (max-width: 979px) {
  .summary-inner::before {
    top: -40%;
  }
}

.summary-inner::after {
  width: 100%;
  display: block;
  position: absolute;
  content: "";
  height: 100%;
  background: url(../image/daiko.png) no-repeat right bottom;
  background-size: 100% auto;
}

@media only screen and (max-width: 979px) {
  .summary-inner::after {
    width: 35%;
    max-width: 240px;
    bottom: -17%;
    right: 4%;
  }
}

@media only screen and (min-width: 980px) {
  .summary-inner::after {
    width: 19%;
    bottom: -1rem;
    right: 2rem;
  }
}

.summary p {
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.7;
}

@media only screen and (max-width: 979px) {
  .summary p {
    max-width: 375px;
    margin: auto;
    font-size: 1.38889rem;
  }
}

@media only screen and (min-width: 980px) {
  .summary p {
    font-size: 1.55556rem;
  }
}

.summary p span {
  color: #FFF60D;
}

.summary-info {
  margin-top: 1.11111rem;
  padding: 0.77778rem 1.27778rem;
  display: inline-block;
  background: #FFF60D;
  font-size: 1.22222rem;
  font-weight: bold;
}

@media only screen and (max-width: 979px) {
  .summary-info {
    line-height: 1.4;
  }
}

@media only screen and (min-width: 980px) {
  .summary-info {
    line-height: 1;
  }
}

@media only screen and (min-width: 415px) and (max-width: 979px) {
  .summary-info {
    max-width: 375px;
    margin: 1rem auto 0;
    display: block;
  }
}

.summary-info small {
  font-size: 0.66667rem;
  font-weight: normal;
}

.preparation {
  position: relative;
  padding: 1.66667rem 0;
}

.preparation::after {
  z-index: 1;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 70%;
  background-color: #F5F3ED;
  content: "";
}

.preparation__headline {
  z-index: 2;
  position: relative;
  color: #A70909;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.preparation__item {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0 auto;
  width: 900px;
  max-width: 100%;
}

.preparation__item li {
  width: 430px;
  background-color: #fff;
}

.preparation__img {
  width: 100%;
}

.preparation__img img {
  width: 100%;
  height: auto;
}

.preparation__text_wrapper {
  padding: 20px;
}

.preparation__title {
  font-size: 22px;
  font-weight: 700;
  color: #5E8D4D;
  text-align: center;
}

.preparation__title span {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.preparation__text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 2em;
  text-align: justify;
}

.preparation__note {
  margin-top: 20px;
  font-size: 16px;
  color: #E20000;
  line-height: 2em;
}

.preparation br {
  display: none;
}

@media only screen and (max-width: 979px) {
  .preparation {
    padding-bottom: 0;
  }
  .preparation::after {
    display: none;
  }
  .preparation__headline {
    font-size: 26px;
  }
  .preparation__item {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .preparation__item li {
    padding-bottom: 30px;
    width: 100%;
    background-color: #F5F3ED;
  }
  .preparation__img {
    z-index: 2;
    position: relative;
  }
  .preparation__text_wrapper {
    position: relative;
    margin: -30px auto 0 auto;
    width: 90%;
    padding: 10px;
    background-color: #fff;
    z-index: 3;
  }
  .preparation__text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5em;
  }
  .preparation__note {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5em;
  }
  .preparation br {
    display: block;
  }
}

.btn-wrap {
  padding: 1.11111rem 0 1.5rem;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.btn-wrap.bg {
  background: #333;
  color: #fff;
}

.btn-wrap p {
  margin-bottom: 0.72222rem;
  font-size: 1.11111rem;
}

.btn-wrap .btn {
  width: 90%;
  max-width: 592px;
  margin: auto;
  padding: 1rem;
  border-radius: 0.22222rem;
  background: #ffa500;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  transition: all ease-in-out .5s;
  position: relative;
  box-shadow: 0px 3px 6px #000000B2;
  border: 2px solid #ffa500;
}

.btn-wrap .btn::after {
  width: 100%;
  display: block;
  position: absolute;
  content: "";
  width: 0.33333rem;
  height: 100%;
  top: 0;
  right: 0.88889rem;
  background: url(../image/button_arrow.svg) no-repeat center center;
  background-size: 100% auto;
}

@media (hover: hover) {
  .btn-wrap .btn:hover {
    background: #fff;
    border: 2px solid #ffa500;
    color: #ffa500;
  }
  .btn-wrap .btn:hover::after {
    background: url(../image/button_arrow_red.svg) no-repeat center center;
    background-size: 100% auto;
  }
}

.btn-wrap .btn-2 {
  text-align: center;
  margin-top: 40px;
  background: none;
}

.btn-wrap .btn-2 .denwa {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 550;
}

.btn-wrap .btn-2 .textmain {
  display: block;
  width: 450px;
  padding: 0 0 0 50px;
  font-weight: 700;
  font-size: 40px;
  position: relative;
  margin: 10px auto;
}

.btn-wrap .btn-2 .textmain::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  height: 60px;
  width: 60px;
  background-image: url(../image/FC_w.svg);
  background-repeat: no-repeat;
}

.btn-wrap .btn-2 .textmain.light::before {
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  content: "";
  height: 60px;
  width: 60px;
  background-image: url(../image/FC.svg);
  background-repeat: no-repeat;
}

.btn-wrap .btn-2 .text2 {
  font-size: 14px;
  font-weight: normal;
}

@media only screen and (max-width: 979px) {
  .btn-wrap .btn-2 {
    display: none;
  }
}

.btn-wrap .btn-2-sp {
  display: none;
}

@media only screen and (max-width: 979px) {
  .btn-wrap .btn-2-sp {
    display: block;
    width: 90%;
    max-width: 592px;
    margin: 10px auto 0;
    padding: 1rem;
    border-radius: 0.22222rem;
    background: #00b3ec;
    font-size: 1rem;
    color: #fff;
    line-height: 1;
    transition: all ease-in-out .5s;
    position: relative;
    box-shadow: 0px 3px 6px #000000B2;
    border: 2px solid #00b3ec;
  }
  .btn-wrap .btn-2-sp::after {
    width: 100%;
    display: block;
    position: absolute;
    content: "";
    width: 0.33333rem;
    height: 100%;
    top: 0;
    right: 0.88889rem;
    background: url(../image/button_arrow.svg) no-repeat center center;
    background-size: 100% auto;
  }
  .btn-wrap .btn-2-sp::before {
    content: " ";
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 20%;
    font-size: 25px;
    height: 27px;
    background-image: url(../image/FC.svg);
    background-repeat: no-repeat;
    width: 40px;
  }
}

@media only screen and (max-width: 979px) and (hover: hover) {
  .btn-wrap .btn-2-sp:hover {
    background: #fff;
    border: 2px solid #00b3ec;
    color: #00b3ec;
  }
  .btn-wrap .btn-2-sp:hover::after {
    background: url(../image/button_arrow_red.svg) no-repeat center center;
    background-size: 100% auto;
  }
}

.btn-wrap .note {
  display: none;
}

@media only screen and (max-width: 979px) {
  .btn-wrap .note {
    display: block;
    font-size: 11px;
    font-weight: normal;
    color: #fff;
    margin: 15px 20px 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.btn-wrap .note.light {
  color: #333;
}

.aruaru {
  padding-bottom: 3rem;
  z-index: 4;
  position: relative;
}

@media only screen and (max-width: 979px) {
  .aruaru {
    background: url(../image/aruaru_back_sp1.png) center bottom 2px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #F5F3ED;
  }
}

@media only screen and (min-width: 980px) {
  .aruaru {
    background: url(../image/aruaru_back_pc1.png) center bottom 2px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #F5F3ED;
  }
}

.aruaru-inner {
  width: 90%;
  max-width: 882px;
  margin: auto;
  position: relative;
}

@media only screen and (max-width: 979px) {
  .aruaru-inner {
    padding: 76% 0 1.11111rem;
  }
}

@media only screen and (min-width: 980px) {
  .aruaru-inner {
    padding: 8.77778rem 0 1.11111rem;
  }
}

.aruaru-inner::before {
  width: 100%;
  display: block;
  position: absolute;
  content: "";
  height: 100%;
  top: -0.55556rem;
  background: url(../image/aruaru_title.png) no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 979px) {
  .aruaru-inner::before {
    left: 0;
  }
}

@media only screen and (min-width: 980px) {
  .aruaru-inner::before {
    width: 48%;
    left: -10%;
  }
}

.aruaru-inner::after {
  width: 100%;
  display: block;
  position: absolute;
  content: "";
  height: 100%;
  background: url(../image/aruaru_illust_pc.svg) no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 979px) {
  .aruaru-inner::after {
    left: 0;
    top: 10%;
  }
}

@media only screen and (min-width: 980px) {
  .aruaru-inner::after {
    width: 54%;
    right: -5.44444rem;
    top: 1.11111rem;
  }
}

@media only screen and (min-width: 415px) and (max-width: 979px) {
  .aruaru-inner::after {
    top: 13%;
  }
}

.aruaru ul {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 979px) {
  .aruaru ul {
    margin-top: -10%;
  }
}

@media only screen and (min-width: 980px) {
  .aruaru ul {
    display: flex;
    justify-content: space-between;
  }
}

.aruaru ul li {
  text-align: justify;
  color: #fff;
}

@media only screen and (max-width: 979px) {
  .aruaru ul li {
    margin-bottom: 5%;
  }
}

@media only screen and (min-width: 980px) {
  .aruaru ul li {
    width: 30%;
    max-width: 262px;
  }
}

.aruaru ul li dt {
  padding: 0.83333rem 0;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
  font-weight: bold;
  color: #FFFA6C;
  position: relative;
}

@media only screen and (max-width: 979px) {
  .aruaru ul li dt {
    padding: 1rem 0 1rem 6rem;
    letter-spacing: 1px;
    font-size: 1.22222rem;
  }
}

@media only screen and (min-width: 980px) {
  .aruaru ul li dt {
    font-size: 1.11111rem;
  }
}

@media only screen and (min-width: 415px) and (max-width: 979px) {
  .aruaru ul li dt {
    padding-left: 4rem;
  }
}

.aruaru ul li dt::before {
  width: 100%;
  display: block;
  position: absolute;
  content: "";
  height: 7rem;
}

@media only screen and (max-width: 979px) {
  .aruaru ul li dt::before {
    width: 6.91667rem;
    left: -9%;
  }
}

@media only screen and (min-width: 980px) {
  .aruaru ul li dt::before {
    width: 8.61111rem;
    top: -3rem;
    left: -2rem;
  }
}

@media only screen and (min-width: 415px) and (max-width: 979px) {
  .aruaru ul li dt::before {
    left: -22%;
  }
}

@media only screen and (max-width: 979px) {
  .aruaru ul li:nth-child(1) dt::before {
    background: url(../image/aruaru1_sp.png) no-repeat;
    background-size: 100% auto;
  }
}

@media only screen and (min-width: 980px) {
  .aruaru ul li:nth-child(1) dt::before {
    background: url(../image/aruaru1_pc.png) no-repeat;
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 979px) {
  .aruaru ul li:nth-child(2) dt::before {
    background: url(../image/aruaru2_sp.png) no-repeat;
    background-size: 100% auto;
  }
}

@media only screen and (min-width: 980px) {
  .aruaru ul li:nth-child(2) dt::before {
    background: url(../image/aruaru2_pc.png) no-repeat;
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 979px) {
  .aruaru ul li:nth-child(3) dt::before {
    background: url(../image/aruaru3_sp.png) no-repeat;
    background-size: 100% auto;
  }
}

@media only screen and (min-width: 980px) {
  .aruaru ul li:nth-child(3) dt::before {
    background: url(../image/aruaru3_pc.png) no-repeat;
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 979px) {
  .aruaru ul li:first-child dt::before {
    top: -.7rem;
  }
  .aruaru ul li:nth-child(n+2) dt::before {
    top: -2.5rem;
  }
}

@media only screen and (max-width: 979px) {
  .aruaru ul li dd {
    line-height: 1.68;
    letter-spacing: 1.5px;
  }
}

@media only screen and (min-width: 980px) {
  .aruaru ul li dd {
    font-size: 0.83333rem;
    line-height: 1.72;
    letter-spacing: 1px;
  }
}

.aruaru ul li dd span {
  background: #66B9BF;
  font-weight: bold;
}

@media only screen and (max-width: 979px) {
  .aruaru .kaiketsu {
    margin-top: 4rem;
  }
}

@media only screen and (min-width: 980px) {
  .aruaru .kaiketsu {
    margin-top: 1rem;
  }
}

.aruaru .kaiketsu .image {
  margin: auto;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 979px) {
  .aruaru .kaiketsu .image {
    top: -5rem;
  }
}

@media only screen and (min-width: 980px) {
  .aruaru .kaiketsu .image {
    width: 29%;
    max-width: 565px;
  }
}

.solution {
  background: #F5F3ED;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 979px) {
  .solution {
    padding: 1% 0 2rem;
  }
}

@media only screen and (min-width: 980px) {
  .solution {
    padding: 1% 0 2.88889rem;
  }
}

@media only screen and (min-width: 415px) and (max-width: 979px) {
  .solution {
    padding-top: 6%;
  }
}

.solution .results {
  width: 90%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 979px) {
  .solution .results {
    margin: 0 auto 1.5rem;
  }
}

@media only screen and (min-width: 980px) {
  .solution .results {
    margin: 0 auto 2.22222rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 979px) {
  .solution .results .image {
    margin-top: .5rem;
  }
}

@media only screen and (min-width: 980px) {
  .solution .results .image {
    max-width: 372px;
    margin-right: 3rem;
  }
}

.solution .results dl {
  letter-spacing: 0;
}

@media only screen and (min-width: 980px) {
  .solution .results dl {
    max-width: 416px;
  }
}

.solution .results dl dt {
  font-weight: bold;
  color: #A70909;
}

@media only screen and (max-width: 979px) {
  .solution .results dl dt {
    margin: 0 auto 1rem;
    text-align: center;
    font-size: 1.33333rem;
  }
}

@media only screen and (min-width: 980px) {
  .solution .results dl dt {
    margin: 0 auto 1.66667rem;
    font-size: 1.44444rem;
  }
}

.solution .results dl dd {
  line-height: 1.7;
  text-align: justify;
}

@media only screen and (max-width: 979px) {
  .solution .results dl dd {
    letter-spacing: 2px;
  }
}

.solution .results dl dd span {
  background: #FFF60D;
  font-weight: bold;
}

.solution .service-ttl {
  margin-bottom: 0.72222rem;
  text-align: center;
  font-size: 1.11111rem;
  font-weight: bold;
  color: #66B9BF;
}

.solution table {
  width: 90%;
  max-width: 784px;
  margin: 0 auto 0.83333rem;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}

@media only screen and (max-width: 979px) {
  .solution table {
    font-size: 0.77778rem;
  }
}

@media only screen and (min-width: 980px) {
  .solution table {
    font-size: 0.83333rem;
  }
}

.solution table thead th {
  padding: 0.16667rem;
  text-align: center;
  background: #66B9BF;
  color: #fff;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-weight: bold;
}

.solution table tbody th {
  padding: 0.55556rem;
  background: #EFFDFB;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-weight: bold;
}

@media only screen and (min-width: 980px) {
  .solution table tbody th {
    text-align: center;
  }
}

.solution table tbody td {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  background: #fff;
  letter-spacing: 0;
}

@media only screen and (max-width: 979px) {
  .solution table tbody td {
    padding: 0.55556rem 0.55556rem;
  }
}

@media only screen and (min-width: 980px) {
  .solution table tbody td {
    padding: 0.55556rem 1.11111rem;
  }
}

.solution table tbody td:nth-child(2), .solution table tbody td:nth-child(3) {
  text-align: center;
  word-break: keep-all;
}

.solution table tbody td sup {
  font-size: 0.55556rem;
}

.solution .note {
  width: 90%;
  max-width: 784px;
  margin: auto;
  letter-spacing: 1px;
}

@media only screen and (max-width: 979px) {
  .solution .note {
    font-size: 0.66667rem;
  }
}

@media only screen and (min-width: 980px) {
  .solution .note {
    font-size: 0.77778rem;
  }
}

.information {
  color: #fff;
}

@media only screen and (min-width: 980px) {
  .information {
    display: flex;
    align-items: center;
  }
}

.information-left {
  align-self: stretch;
  background: url(../image/anataniatta.jpg) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 979px) {
  .information-left {
    padding: 2.3rem 0;
  }
}

@media only screen and (min-width: 980px) {
  .information-left {
    width: 50%;
    padding: 3.33333rem 0;
  }
}

.information-left dl {
  width: 90%;
  margin: auto;
}

@media only screen and (max-width: 979px) {
  .information-left dl {
    max-width: 640px;
  }
}

@media only screen and (min-width: 980px) {
  .information-left dl {
    max-width: 464px;
  }
}

@media only screen and (max-width: 979px) {
  .information-left dl dt {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 980px) {
  .information-left dl dt {
    margin-top: 2rem;
    margin-bottom: 4.44444rem;
  }
}

.information-left dl dt span {
  position: relative;
}

.information-left dl dt span::after {
  content: "・";
  position: absolute;
  top: -1rem;
  left: 0.5rem;
  font-size: 0.88889rem;
  color: #fff;
}

.information-right {
  align-self: stretch;
  background: #5E8D4D;
}

@media only screen and (max-width: 979px) {
  .information-right {
    padding: 2.3rem 0;
  }
}

@media only screen and (min-width: 980px) {
  .information-right {
    width: 50%;
    padding: 3.33333rem 0;
  }
}

.information-right dl {
  width: 90%;
  margin: auto;
}

@media only screen and (max-width: 979px) {
  .information-right dl {
    max-width: 640px;
  }
}

@media only screen and (min-width: 980px) {
  .information-right dl {
    max-width: 480px;
  }
}

@media only screen and (max-width: 979px) {
  .information-right dl dt {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 980px) {
  .information-right dl dt {
    margin-bottom: 2.88889rem;
  }
}

.information-right small {
  margin-top: 1rem;
  display: inline-block;
  font-size: 0.66667rem;
}

.information-right .others {
  margin: 1.94444rem auto 0;
}

@media only screen and (max-width: 979px) {
  .information-right .others {
    width: 90%;
    max-width: 640px;
  }
}

@media only screen and (min-width: 980px) {
  .information-right .others {
    width: 66%;
  }
}

.information dt {
  text-align: center;
  color: #FFFA6C;
  font-size: 1.55556rem;
  font-weight: bold;
  line-height: 1.7;
}

.information dd {
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: justify;
}

.heading {
  padding-bottom: 1.22222rem;
  text-align: center;
  font-size: 1.33333rem;
  font-weight: bold;
  color: #5D310C;
}

@media only screen and (max-width: 979px) {
  .heading {
    margin-bottom: 1.12rem;
  }
}

@media only screen and (min-width: 980px) {
  .heading {
    margin-bottom: 1.83333rem;
  }
}

.introduce {
  text-align: center;
  max-width: 1136px;
  margin: auto;
  padding-bottom: 160px;
}

@media only screen and (max-width: 979px) {
  .introduce {
    padding: 20px;
  }
}

.introduce__title {
  padding: 72px;
  text-align: center;
}

@media only screen and (max-width: 979px) {
  .introduce__title {
    padding: 20px 24px 24px;
  }
}

.introduce__title img {
  max-width: 432px;
}

.introduce p {
  margin-bottom: 32px;
}

@media only screen and (max-width: 979px) {
  .introduce p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.introduce span {
  font-weight: bold;
}

.flow {
  background: url(../image/flow_back.jpg);
}

@media only screen and (max-width: 979px) {
  .flow {
    padding: 1.5rem 0;
  }
}

@media only screen and (min-width: 980px) {
  .flow {
    padding: 3.66667rem 0 1.5rem;
  }
}

@media only screen and (min-width: 980px) {
  .flow {
    background-size: 100% auto;
  }
}

.flow h2 {
  background: url(../image/FLOW.svg) no-repeat center bottom;
  background-size: auto 0.66667rem;
}

.flow ul {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto .5rem;
}

@media only screen and (min-width: 980px) {
  .flow ul {
    display: flex;
    justify-content: space-between;
  }
}

.flow ul li {
  position: relative;
}

@media only screen and (max-width: 979px) {
  .flow ul li {
    margin-bottom: 5%;
    padding: 1.25rem 1.25rem 1.25rem 6.25rem;
  }
}

@media only screen and (min-width: 980px) {
  .flow ul li {
    width: 18%;
    max-width: 212px;
    padding: 7.94444rem 0.83333rem 0.83333rem;
  }
}

.flow ul li:nth-child(1) {
  background: url(../image/step1.svg) no-repeat, url(../image/icon_step1.png) no-repeat;
  background-color: #fff;
}

@media only screen and (max-width: 979px) {
  .flow ul li:nth-child(1) {
    background-position: 0.83333rem 1rem, 1.25rem 3.16667rem;
    background-size: 4.33333rem auto, 3.41667rem auto;
  }
}

@media only screen and (min-width: 980px) {
  .flow ul li:nth-child(1) {
    background-position: center 1.11111rem, center 4.44444rem;
    background-size: 78px auto, 50px auto;
  }
}

.flow ul li:nth-child(2) {
  background: url(../image/step2.svg) no-repeat, url(../image/icon_step2.png) no-repeat;
  background-color: #fff;
}

@media only screen and (max-width: 979px) {
  .flow ul li:nth-child(2) {
    background-position: 0.83333rem 1rem, 1.25rem 3.16667rem;
    background-size: 4.33333rem auto, 3.41667rem auto;
  }
}

@media only screen and (min-width: 980px) {
  .flow ul li:nth-child(2) {
    background-position: center 1.11111rem, center 4.44444rem;
    background-size: 78px auto, 50px auto;
  }
}

.flow ul li:nth-child(3) {
  background: url(../image/step3.svg) no-repeat, url(../image/icon_step3.png) no-repeat;
  background-color: #fff;
}

@media only screen and (max-width: 979px) {
  .flow ul li:nth-child(3) {
    background-position: 0.83333rem 1rem, 1.25rem 3.16667rem;
    background-size: 4.33333rem auto, 3.41667rem auto;
  }
}

@media only screen and (min-width: 980px) {
  .flow ul li:nth-child(3) {
    background-position: center 1.11111rem, center 4.44444rem;
    background-size: 78px auto, 50px auto;
  }
}

.flow ul li:nth-child(4) {
  background: url(../image/step4.svg) no-repeat, url(../image/icon_step4.png) no-repeat;
  background-color: #fff;
}

@media only screen and (max-width: 979px) {
  .flow ul li:nth-child(4) {
    background-position: 0.83333rem 1rem, 1.25rem 3.16667rem;
    background-size: 4.33333rem auto, 3.41667rem auto;
  }
}

@media only screen and (min-width: 980px) {
  .flow ul li:nth-child(4) {
    background-position: center 1.11111rem, center 4.44444rem;
    background-size: 78px auto, 50px auto;
  }
}

.flow ul li:nth-child(5) {
  background: url(../image/step5.svg) no-repeat, url(../image/icon_step5.png) no-repeat;
  background-color: #fff;
}

@media only screen and (max-width: 979px) {
  .flow ul li:nth-child(5) {
    background-position: 0.83333rem 1rem, 1.25rem 3.16667rem;
    background-size: 4.33333rem auto, 3.41667rem auto;
  }
}

@media only screen and (min-width: 980px) {
  .flow ul li:nth-child(5) {
    background-position: center 1.11111rem, center 4.44444rem;
    background-size: 78px auto, 50px auto;
  }
}

.flow ul li:nth-child(-n+4)::after {
  width: 100%;
  display: block;
  position: absolute;
  content: "";
  width: 1.44444rem;
  height: 2.77778rem;
  border-top: 1.44444rem solid transparent;
  border-bottom: 1.44444rem solid transparent;
  border-left: 1.44444rem solid #fff;
}

@media only screen and (max-width: 979px) {
  .flow ul li:nth-child(-n+4)::after {
    bottom: -2rem;
    left: 47%;
    transform: rotate(90deg);
  }
}

@media only screen and (min-width: 980px) {
  .flow ul li:nth-child(-n+4)::after {
    top: 5.61111rem;
    right: -1.44444rem;
  }
}

.flow ul li dt {
  margin-bottom: 1.11111rem;
  font-size: 1.11111rem;
  font-weight: bold;
  color: #5D310C;
}

@media only screen and (min-width: 980px) {
  .flow ul li dt {
    text-align: center;
  }
}

.flow ul li dd {
  font-size: 0.88889rem;
  line-height: 1.73;
  letter-spacing: 1px;
  text-align: justify;
}

.flow .textmain {
  color: #0E0D6A;
}

.faq {
  background: #F5F3ED;
}

@media only screen and (max-width: 979px) {
  .faq {
    padding: 1.5rem 0;
  }
}

@media only screen and (min-width: 980px) {
  .faq {
    padding: 2.5rem 0 2.61111rem;
  }
}

.faq h2 {
  background: url(../image/FAQ.svg) no-repeat center bottom;
  background-size: auto 0.66667rem;
}

.faq .accordion {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto 0.94444rem;
  border: 3px solid #A70909;
  background: #fff;
}

@media only screen and (max-width: 979px) {
  .faq .accordion {
    border-radius: 0.88889rem;
  }
}

@media only screen and (min-width: 980px) {
  .faq .accordion {
    border-radius: 1.83333rem;
  }
}

.faq .accordion dt {
  font-weight: bold;
  position: relative;
  background: url(../image/Q.svg) no-repeat;
  background-size: auto 2rem;
  cursor: pointer;
}

@media only screen and (max-width: 979px) {
  .faq .accordion dt {
    padding: 1rem 2.22222rem 1rem 3.11111rem;
    background-position: 0.88889rem center;
    font-size: 0.88889rem;
  }
}

@media only screen and (min-width: 980px) {
  .faq .accordion dt {
    padding: 1rem 4.22222rem;
    background-position: 1.44444rem center;
    font-size: 1.33333rem;
  }
}

.faq .accordion dt::after {
  width: 100%;
  display: block;
  position: absolute;
  content: "";
  width: 1rem;
  height: 100%;
  top: 0;
  background: url(../image/Q_arrow.svg) no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
}

@media only screen and (max-width: 979px) {
  .faq .accordion dt::after {
    right: 0.72222rem;
  }
}

@media only screen and (min-width: 980px) {
  .faq .accordion dt::after {
    right: 1.44444rem;
  }
}

.faq .accordion dt.open::after {
  transform: rotate(0);
}

.faq .accordion dd {
  display: none;
  color: #A70909;
}

@media only screen and (max-width: 979px) {
  .faq .accordion dd {
    padding: 0 0.55556rem 1rem 0.77778rem;
    font-size: 0.88889rem;
  }
}

@media only screen and (min-width: 980px) {
  .faq .accordion dd {
    padding: 0 1.44444rem 1rem 4.55556rem;
  }
}

.voice {
  background: url(../image/voice_back.jpg) center center;
}

@media only screen and (max-width: 979px) {
  .voice {
    padding: 1.5rem 0;
  }
}

@media only screen and (min-width: 980px) {
  .voice {
    padding: 3.88889rem 0 2.33333rem;
    background-size: 100% auto;
  }
}

.voice h2 {
  background: url(../image/HAPPYVOICE.svg) no-repeat center bottom;
  background-size: auto 0.66667rem;
}

.voice p {
  margin-bottom: 1.66667rem;
  text-align: center;
  font-size: 1.11111rem;
  font-weight: bold;
}

@media only screen and (max-width: 979px) {
  .voice p {
    letter-spacing: 1px;
  }
}

.voice ul {
  width: 90%;
  max-width: 1136px;
  margin: auto;
}

@media only screen and (min-width: 980px) {
  .voice ul {
    display: flex;
    justify-content: space-between;
  }
}

.voice ul li {
  border: 1px solid #5E8D4D;
  background: #fff;
}

@media only screen and (max-width: 979px) {
  .voice ul li {
    margin-bottom: 5%;
    padding: 0.8rem 0.77778rem;
  }
}

@media only screen and (min-width: 980px) {
  .voice ul li {
    width: 31%;
    max-width: 368px;
    padding: 1.38889rem 0.77778rem;
  }
}

.voice ul li dt {
  min-height: 3.66667rem;
  margin-bottom: 1.33333rem;
  padding-left: 4.44444rem;
  font-weight: bold;
  color: #5E8D4D;
  letter-spacing: 0;
  text-align: justify;
}

.voice ul li dt small {
  font-size: 0.83333rem;
}

.voice ul li:nth-child(1) dt {
  background: url(../image/voice1.png) no-repeat;
  background-size: 3.66667rem auto;
}

.voice ul li:nth-child(2) dt {
  background: url(../image/voice2.png) no-repeat;
  background-size: 3.66667rem auto;
}

.voice ul li:nth-child(3) dt {
  background: url(../image/voice3.png) no-repeat;
  background-size: 3.66667rem auto;
}

.voice ul li:nth-child(4) dt {
  background: url(../image/voice4.png) no-repeat;
  background-size: 3.66667rem auto;
}

.voice ul li:nth-child(5) dt {
  background: url(../image/voice5.png) no-repeat;
  background-size: 3.66667rem auto;
}

.voice ul li dd {
  font-size: 0.88889rem;
  line-height: 1.68;
  text-align: justify;
}

.matome {
  background: ＃dfdfdf;
  padding: 0 30px;
}

@media only screen and (max-width: 979px) {
  .matome {
    padding: 8rem 0;
  }
}

@media only screen and (min-width: 980px) {
  .matome {
    padding: 8rem 0 2.61111rem;
  }
}

.matome_inner {
  width: 90%;
  max-width: 882px;
  margin: auto;
  padding-top: 6rem;
}

.matome_inner p {
  font-size: 0.8rem;
  line-height: 2rem;
}

.matome_inner .title {
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  color: #333;
  /* color: #66B9BF; */
}

.matome_inner h2 {
  padding-top: 20px;
  margin-bottom: 1.22222rem;
  border-bottom: solid 3px #333;
  font-weight: bold;
  font-size: 175%;
}

.matome_inner h3 {
  margin: 1.5rem 0;
  padding: 0 0.8rem;
  border-left: solid 6px #66B9BF;
  font-weight: bold;
  font-size: 125%;
}

.matome_inner ul {
  display: list-item;
  list-style: disc;
  padding-right: 0.8rem;
  margin-right: 0.8rem;
  font-size: 0.8rem;
  line-height: 2rem;
}

.matome_inner ul li {
  font-size: 0.8rem;
  line-height: 2rem;
}

.matome_inner ul li .mid {
  font-size: 125%;
  font-weight: bold;
}

.matome_inner table {
  margin: 15px 0 15px 0;
}

.matome_inner table td {
  border: solid 1px black;
  padding: 5px;
  font-size: 12px;
}

@media only screen and (max-width: 979px) {
  .matome_inner table td {
    font-size: 9px;
  }
}

.article {
  background-color: #f2ece6;
}

.article_inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 0px;
}

.article_inner h3 {
  font-size: 26px;
  margin: 0 0 20px 20px;
  font-weight: 550;
}

@media only screen and (max-width: 979px) {
  .article_inner h3 {
    font-size: 18px;
  }
}

.article_inner_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.article_inner_row_item {
  padding: 0 15px 0;
  margin: 0 0 30px;
  flex: 0 0 25%;
  max-width: 25%;
}

.article_inner_row_item:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
  color: #333333;
}

.article_inner_row_item p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 550;
  text-decoration: none;
  color: #333333;
  margin: 10px 0 0 0;
}

.article_inner_row_item_img {
  width: 100%;
  height: 200px;
  display: block;
  background-position: center;
  background-image: url(../image/img-1.jpg);
  background-size: cover;
}

.article_inner_row_item_img.two {
  background-image: url(../image/img-2.jpg);
}

.article_inner_row_item_img.three {
  background-image: url(../image/img-3.jpg);
}

.article_inner_row_item_img.four {
  background-image: url(../image/img-4.jpg);
}

.article_inner_row_item_img.five {
  background-image: url(../image/img-5.jpg);
}

.article_inner_row_item_img.six {
  background-image: url(../image/img-6.jpg);
}

.article_inner_row_item_img.seven {
  background-image: url(../image/img-7.jpg);
}

.article_inner_row_item_img.eight {
  background-image: url(../image/img-8.jpg);
}

.article_inner_row_item_img.nine {
  background-image: url(../image/img-9.jpg);
}

.article_inner_row_item_img.ten {
  background-image: url(../image/img-10.jpg);
}

.article_inner_row_item_img.eleven {
  background-image: url(../image/img-11.jpg);
}

.article_inner_row_item_img.twelve {
  background-image: url(../image/img-12.jpg);
}

@media only screen and (max-width: 979px) {
  .article {
    padding: 30px 10px;
  }
  .article h3 {
    margin: 0 0 25px;
    text-align: center;
  }
  .article_inner {
    padding: 0px 0px;
  }
  .article_inner_row_item {
    margin: 0 0 20px;
    max-width: 100%;
    flex: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .article_inner_row_item_img {
    height: 80px;
    width: 200px !important;
  }
  .article_inner_row_item p {
    margin: 0 0 0 9px;
    line-height: 20px;
    width: 100%;
    font-size: 15px;
  }
}

.footer {
  background: #E6E6E6;
}

@media only screen and (max-width: 979px) {
  .footer {
    padding: 1.25rem 0 1.56rem;
  }
}

@media only screen and (min-width: 980px) {
  .footer {
    padding: 1.44444rem 0 2.77778rem;
  }
}

.footer-inner {
  width: 90%;
  max-width: 1843px;
  margin: auto;
}

.footer ul {
  margin-bottom: 1rem;
  font-size: 0.77778rem;
}

.footer a {
  display: inline-block;
  text-decoration: underline;
}

.footer p {
  font-size: 0.66667rem;
}
/*# sourceMappingURL=style.css.map */