/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
.swiper-area {
  width: 100;
  height: 480px;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 1400px) {
  .swiper-area {
    height: auto;
  }
}
.swiper-area .swiper-container {
  width: 4200px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1400px) {
  .swiper-area .swiper-container {
    width: 100%;
    position: static;
    left: 0;
    transform: none;
  }
}

.consultation_pc {
  width: 100%;
  padding: 30px 0;
  background: #666;
}
@media screen and (max-width: 480px) {
  .consultation_pc {
    display: none;
  }
}
.consultation_pc__inner {
  width: 960px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.consultation_pc__inner li:first-child {
  line-height: 1.875;
  color: #fff;
}
.consultation_pc__inner li:last-child {
  width: 190px;
  line-height: 2.125;
  border-radius: 6px;
  background: linear-gradient(to right, #bfa05e 10%, #e0ce83 50%, #bfa05e 90%) center center/100% 100% no-repeat;
  text-align: center;
  font-weight: 600;
  box-shadow: 3px 3px 0 #555;
}
.consultation_pc__inner li:last-child:hover {
  box-shadow: 0 0 0 #555;
}
.consultation_pc__inner li:last-child a {
  color: #fff;
  display: block;
}
.consultation_pc__inner li:last-child a:hover {
  text-decoration: none;
}

.timetable {
  width: 100%;
  padding: 25px 0 45px;
  background: #c8d8de;
}
@media screen and (max-width: 480px) {
  .timetable {
    padding: 1em 0;
    background: #666;
  }
}
.timetable__inner {
  width: 430px;
  margin: auto;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .timetable__inner {
    width: 93.75%;
    font-size: 1.125em;
  }
}
.timetable__inner .table {
  width: 100%;
}
.timetable__inner .table table {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #333;
  border-collapse: collapse;
  background: #fff;
}
.timetable__inner .table table td {
  width: 9.5%;
  font-size: 1.125em;
  text-align: center;
  border: 1px solid #333;
  vertical-align: middle;
  height: 32px;
}
.timetable__inner .table table td span {
  display: block;
  font-size: 8px;
}
.timetable__inner .table table th {
  width: auto;
  border: 1px solid #333;
  vertical-align: middle;
  height: 32px;
}
.timetable__inner .table table th.bg {
  background: #9f8769;
  color: #fff;
}
.timetable__inner .table table th.sut {
  color: #3083a6;
}
.timetable__inner .table table th.mon {
  color: #cf5018;
}
.timetable__inner .kome {
  text-align: right;
  margin: .5em 0 0;
  font-size: .875em;
}
.timetable__inner .kome span {
  color: #cf5018;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 480px) {
  .timetable__inner .kome span {
    color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .timetable__inner .kome {
    color: #fff;
  }
}
.timetable__inner .credit {
  margin: .5em 0 0;
  font-size: 15px;
  line-height: 1.5;
  display: flex;
}
.timetable__inner .credit dt {
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .timetable__inner .credit {
    margin: 1em 0 0;
  }
}

.consultation_mibile {
  display: none;
}
@media screen and (max-width: 480px) {
  .consultation_mibile {
    display: block;
    width: 100%;
    padding: 20px 0 50px;
    background: #c8d8de;
  }
  .consultation_mibile__inner {
    font-size: 20px;
    width: 21em;
    margin: auto;
  }
  .consultation_mibile__inner .text {
    line-height: 1.5;
  }
  .consultation_mibile__inner .button {
    font-size: 1.1em;
    width: 362px;
    margin: 1em auto 0;
    text-align: center;
    line-height: 50px;
    border-radius: 9px;
    background: linear-gradient(to right, #bfa05e 10%, #e0ce83 50%, #bfa05e 90%) center center/100% 100% no-repeat;
  }
  .consultation_mibile__inner .button a {
    display: block;
    color: #fff;
  }
  .consultation_mibile__inner .button a:hover {
    text-decoration: none;
  }
}

.area01 {
  width: 100%;
}
.area01__inner {
  padding: 50px 0 70px;
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .area01__inner {
    width: 918px;
  }
}
@media screen and (max-width: 480px) {
  .area01__inner {
    width: 100%;
  }
}
.area01__inner .container {
  width: 100%;
  position: relative;
}
.area01__inner .container::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 25%;
  overflow-y: scroll;
  overflow-x: inherit;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 480px) {
  .area01__inner .container::before {
    padding-top: 70%;
  }
}
.area01__inner .container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.area02 {
  width: 100%;
  background: linear-gradient(to bottom, #eff7fb 16%, #ffffff 60%);
}
.area02__inner01 {
  padding: 50px 0 70px;
  width: 100%;
  max-width: 980px;
  margin: auto;
}
.area02__inner01 ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .area02__inner01 ul {
    display: block;
  }
}
.area02__inner01 ul li h3 {
  box-sizing: border-box;
  width: 13em;
  font-size: 22px;
  line-height: 40px;
  padding-left: 1em;
  background: #9f8769;
  border-radius: 20px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .area02__inner01 ul li h3 {
    margin: auto;
  }
}
.area02__inner01 ul li .text {
  box-sizing: border-box;
  margin-top: 1em;
  padding: 0 .5em;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
}
.area02__inner01 ul li .text span {
  display: block;
}
@media screen and (max-width: 480px) {
  .area02__inner01 ul li .text span {
    position: absolute;
    bottom: 0;
    right: .5em;
  }
}
.area02__inner01 ul li .img {
  width: 100%;
  margin-top: 1em;
}
.area02__inner01 ul li:nth-child(n + 2) {
  margin-top: 40px;
  width: 468px;
}
@media screen and (max-width: 480px) {
  .area02__inner01 ul li:nth-child(n + 2) {
    width: 100%;
  }
}
.area02__inner02 {
  padding: 50px 0 70px;
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.area02__inner02 ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.area02__inner02 ul li {
  width: 250px;
}
.area02__inner02 ul li:nth-child(n + 4) {
  margin-top: 38px;
}
@media screen and (max-width: 480px) {
  .area02__inner02 ul li {
    width: 210px;
  }
  .area02__inner02 ul li:nth-child(n + 3) {
    margin-top: 22px;
  }
}
.area02__inner02 ul li .sample {
  width: 100%;
  position: relative;
}
.area02__inner02 ul li .sample::before {
  content: "";
  display: block;
  padding-top: 100%;
  overflow: hidden;
}
.area02__inner02 ul li .sample span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #9f8769;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .area02__inner02 ul li .sample span {
    font-size: 18.48px;
  }
}
.area02__inner02 ul li .sample span.bg01 {
  background: url("../img/home/symptom01.png") center center/cover no-repeat;
}
.area02__inner02 ul li .sample span.bg01 .text01 {
  position: absolute;
  left: 13.2%;
  top: 16%;
}
.area02__inner02 ul li .sample span.bg02 {
  background: url("../img/home/symptom02.png") center center/cover no-repeat;
}
.area02__inner02 ul li .sample span.bg02 .text01 {
  position: absolute;
  left: 5.8%;
  top: 41.89%;
}
.area02__inner02 ul li .sample span.bg02 .text02 {
  position: absolute;
  left: 53.8%;
  top: 65%;
}
.area02__inner02 ul li .sample span.bg03 {
  background: url("../img/home/symptom03.png") center center/cover no-repeat;
}
.area02__inner02 ul li .sample span.bg03 .text01 {
  position: absolute;
  left: 59%;
  top: 27.4558%;
}
.area02__inner02 ul li .sample span.bg04 {
  background: url("../img/home/symptom04.png") center center/cover no-repeat;
}
.area02__inner02 ul li .sample span.bg04 .text01 {
  position: absolute;
  left: -9.36%;
  top: 40.23%;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .area02__inner02 ul li .sample span.bg04 .text01 {
    font-size: 15px;
    left: 0;
  }
}
.area02__inner02 ul li .sample span.bg05 {
  background: url("../img/home/symptom05.png") center center/cover no-repeat;
}
.area02__inner02 ul li .sample span.bg06 {
  background: url("../img/home/symptom06.png") center center/cover no-repeat;
}
.area02__inner02 ul li .sample span.bg06 .text01 {
  position: absolute;
  left: 48%;
  top: 57%;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .area02__inner02 ul li .sample span.bg06 .text01 {
    font-size: 15px;
    left: auto;
    right: 0;
  }
}
.area02__inner02 ul li .name {
  width: 90%;
  margin: 12px auto 0;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #1593cc;
  border-radius: 4px;
  background: #dbdcdc;
}
.area02__inner02 ul li .name:hover {
  background: #eee;
}
.area02__inner02 ul li .name a {
  display: block;
  color: #1593cc;
}
.area02__inner02 ul li .name a:hover {
  text-decoration: none;
}
.area02__inner03 {
  padding: 50px 0 70px;
  width: 100%;
  max-width: 1024px;
  margin: auto;
}
.area02__inner03 .top_price {
  width: 100%;
  max-width: 960px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .area02__inner03 .top_price {
    width: 320px;
    display: block;
  }
}
.area02__inner03 .top_price li {
  width: 31.25%;
}
@media screen and (max-width: 480px) {
  .area02__inner03 .top_price li {
    width: 100%;
  }
  .area02__inner03 .top_price li:nth-child(n + 2) {
    margin-top: 30px;
  }
}
.area02__inner03 .top_price li table {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #9f8769;
}
.area02__inner03 .top_price li table tr th {
  font-size: 23px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background: #9f8769;
  font-weight: 500;
}
.area02__inner03 .top_price li table tr td {
  padding: 6px 8px;
  border: 1px solid #9f8769;
  color: #53432e;
}
.area02__inner03 .top_price li table tr td dl {
  font-size: 16px;
  width: 100%;
  line-height: 28px;
  border-bottom: 1px dashed #9f8769;
  box-sizing: border-box;
  padding: 0 .375em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
.area02__inner03 .top_price li table tr td dl.border_none {
  border: none !important;
}
.area02__inner03 .top_price li table tr td dl + p {
  margin-top: .5em;
}
.area02__inner03 .top_price li table tr td dl dt {
  font-size: 18px;
}
.area02__inner03 .top_price li table tr td dl dt span {
  font-size: 16px;
}
.area02__inner03 .top_price li table tr td dl dd {
  font-size: 17px;
}
.area02__inner03 .top_price li table tr td p {
  padding: 0 .375em;
  line-height: 1.375;
  text-align: justify;
  text-justify: inter-ideograph;
}
.area02__inner03 .top_price li table tr td .note {
  width: 100%;
  margin-top: .5em;
}
.area02__inner03 .top_price li table tr td .note span {
  display: block;
  width: 50px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  border: 1px solid #1593cc;
  background: #cde8ee;
  margin: 0 0 .25em auto;
}
.area02__inner03 .top_price li table tr td .note span:hover {
  background: #ffc;
}
.area02__inner03 .top_price li table tr td .note span a {
  color: #3c2718;
}
.area02__inner03 .top_price li table tr td .note span a:hover {
  text-decoration: none;
}
.area02__inner03 .top_price li .note2 {
  padding: .5em 8px 0;
  line-height: 1.375;
  color: #53432e;
}
.area02__inner03 .article {
  margin-top: 50px;
}
.area02__inner03 .article h3 {
  width: 100%;
  background: #9f8769;
  box-sizing: border-box;
  line-height: 44px;
  font-size: 24px;
  padding-left: 1.25em;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
}
.area02__inner03 .article .box {
  width: 100%;
  max-width: 980px;
  margin: auto;
}
.area02__inner03 .article .box + .box {
  margin-top: 50px;
}
.area02__inner03 .article .box .title {
  width: 100%;
  height: 73px;
  background: url("../img/common/md_bg.png") left top/cover no-repeat;
  position: relative;
}
.area02__inner03 .article .box .title h4 {
  position: absolute;
  line-height: 30px;
  left: 50px;
  bottom: 0;
  font-size: 22px;
  text-shadow: 1px 1px 0 #fff;
}
.area02__inner03 .article .box ul {
  width: 100%;
  max-width: 55em;
  margin: 25px auto 0;
  font-size: 17px;
  line-height: 1.5;
  color: #53432e;
}
.area02__inner03 .article .box ul dl {
  line-height: 32px;
  font-size: 17px;
  padding: 0 .5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #9f8769;
  font-weight: 500;
}
.area02__inner03 .article .box ul dl dt {
  font-size: 21px;
}
.area02__inner03 .article .box ul dl dt span {
  font-size: 18px;
}
.area02__inner03 .article .box ul dl.brown {
  background: #eae6d5;
}
.area02__inner03 .article .box ul .text {
  padding: .5em .5em 0;
}
.area02__inner03 .article .box ul .text2 {
  padding: 0 .5em 0;
}
.area02__inner03 .article .box ul .text2 .textblue {
  color: #2ea6ff !important;
  font-weight: 500;
}
.area02__inner03 .article .box ul li:nth-child(n + 2) {
  margin-top: 30px;
}
.area02__inner03 .article .box ul .flex03 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
}
.area02__inner03 .article .box ul .flex03 .img03c {
  width: 182px;
}
.area02__inner03 .article .box ul .flex03 .text03c {
  font-size: 17px;
  width: 36em;
  margin-left: 1.5em;
}
@media screen and (max-width: 480px) {
  .area02__inner03 .article .box ul .flex03 .text03c {
    width: auto;
    flex: 1;
  }
}
