@charset "UTF-8";
.box-mencie {
  background-color: #ebe9e0;
  padding: 4.5rem;
  margin-bottom: 5rem;
}

.box-mencie-item {
  background-color: #fff;
  border: max(1px, 0.1rem) solid #639A6F;
  padding: 3rem;
}

.box-mencie-doctor-left1 {
  color: #639A6F;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.box-mencie-doctor-left2-last {
  font-size: 2.4rem;
  font-weight: 700;
}

.box-mencie-doctor-left2 {
  border-bottom: #171717 dashed 1px;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}

.box-mencie-doctor-norise {
  color: #639A6F;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.box-mencie-doctor-norise-ul {
  font-weight: 500;
  margin-bottom: 3rem;
}

.box-mencie-doctor-norise-ul ul li + li {
  margin-top: 0.5rem;
}

.box-mencie-doctor-norise-ul ul li {
  position: relative;
  padding-left: 1.6rem;
}

.box-mencie-doctor-norise-ul ul li:before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  top: 1.2rem;
  left: 0;
  border-radius: 100%;
  background: #014099;
}

.box-mencie-doctor-history {
  margin-bottom: 4rem;
  background-color: #ebe9e0;
  padding: 2rem 2.5rem;
  margin-bottom: 3rem;
}

.box-mencie-doctor-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1.5rem;
}

.box-mencie-doctor-3cloumn {
  grid-template-columns: 1fr 1fr 1fr;
}

.box-mencie-doctor-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #639A6F;
  color: #fff;
  height: 6rem;
  font-size: 1.6rem;
}

.box-mencie-doctor {
  display: grid;
  grid-template-columns: 1fr 33rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.box-mencie-item--last {
  margin-top: 3rem;
}

@media screen and (max-width: 999px) {
  .box-mencie {
    padding: 2rem;
    margin-bottom: 4rem;
  }
  .box-mencie-doctor {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .box-mencie-doctor-left1 {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
  .box-mencie-doctor-left2-last {
    font-size: 2.2rem;
  }
  .box-mencie-doctor-norise {
    font-size: 2.2rem;
  }
  .box-mencie-doctor-history {
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .box-mencie-doctor {
    display: flex;
    flex-direction: column-reverse;
  }
  .box-mencie {
    padding: 2rem 1.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .box-mencie-item {
    padding: 2rem 1.5rem;
  }
  .box-mencie-doctor-right {
    padding-bottom: 2rem;
  }
  .box-mencie-doctor-left1 {
    font-size: 2.2rem;
  }
  .box-mencie-doctor-left2-last, .box-mencie-doctor-norise {
    font-size: 2rem;
  }
  .box-mencie-doctor-norise-ul {
    font-size: 1.5rem;
  }
  .box-mencie-doctor-link {
    display: block;
  }
  .box-mencie-doctor-link li + li {
    margin-top: 1rem;
  }
}
.single-content-post .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .single-content-post .alignleft {
    float: left;
    margin-right: 1.5rem;
  }
  .single-content-post .alignright {
    float: right;
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .single-content-post .alignleft, .single-content-post .alignright, .single-content-post .aligncenter {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.default-hv {
  text-decoration: underline;
  color: #639A6F;
}
@media screen and (min-width: 768px) {
  .default-hv:hover {
    text-decoration: none;
  }
}

.default-txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .default-txt {
    font-size: 1.6rem;
  }
}

.scrool-link-parent {
  position: relative;
}
.scrool-link-parent .scrool-link-child {
  position: absolute;
  top: -12rem;
  left: 0;
}
@media screen and (max-width: 999px) {
  .scrool-link-parent .scrool-link-child {
    top: -10rem;
  }
}

.table-normal-style {
  width: 100%;
}
.table-normal-style tr td:first-child {
  width: 15rem;
  background-color: #639A6F;
  color: #fff;
  font-weight: 500;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-bottom-color: #fff;
}
@media screen and (max-width: 767px) {
  .table-normal-style tr td:first-child {
    background-color: transparent;
    color: #639A6F;
    padding-bottom: 0;
  }
}
.table-normal-style tr:last-child td:first-child {
  border-bottom-color: #639A6F;
}
.table-normal-style tr td:last-child {
  width: calc(100% - 15rem);
  padding-left: 1.5rem;
  padding-right: 1rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .table-normal-style tr td:last-child {
    border-bottom: max(1px, 0.2rem) solid #639A6F !important;
    background-color: transparent;
  }
}
.table-normal-style tr td {
  border: max(1px, 0.1rem) solid #639A6F;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .table-normal-style tr td {
    width: 100% !important;
    float: left;
    border: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .table-normal-style tr:last-child td {
    border-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .table-normal-style.table-normal-style2 tr td:first-child {
    width: 35rem;
  }
  .table-normal-style.table-normal-style2 tr td:last-child {
    width: calc(100% - 35rem);
  }
}
@media screen and (min-width: 768px) {
  .table-normal-style.table-style3 tr td:first-child {
    width: 43rem;
  }
  .table-normal-style.table-style3 tr td:last-child {
    width: calc(100% - 43rem);
  }
}
@media screen and (min-width: 768px) {
  .table-normal-style.table-style4 tr td:first-child {
    width: 25rem;
  }
  .table-normal-style.table-style4 tr td:last-child {
    width: calc(100% - 25rem);
  }
}

.setting-title h3 {
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  font-size: 3.3rem;
  margin-bottom: 4rem;
  padding-bottom: 2.5rem;
  position: relative;
  background-image: url(../img/layout_style1/img02.png);
  background-size: 40rem auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  color: #639A6F;
}
@media screen and (max-width: 999px) {
  .setting-title h3 {
    font-size: 2.8rem;
    background-size: 30rem auto;
  }
}
@media screen and (max-width: 767px) {
  .setting-title h3 {
    font-size: 2.1rem;
    background-size: 25rem auto;
    padding-bottom: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .setting-title h3 {
    margin-bottom: 2.5rem;
  }
}

.pt {
  padding-top: 7.6rem;
}
@media screen and (max-width: 767px) {
  .pt {
    padding-top: 3.7rem;
  }
}

.table-calender-style {
  width: 100%;
  font-weight: 500;
  table-layout: fixed;
  border-spacing: 0.2rem;
  border-collapse: separate;
}
.table-calender-style tr td:first-child {
  width: 28rem;
  text-align: left;
  background-color: #639A6F;
  color: #fff;
  padding-left: 2rem;
}
@media screen and (max-width: 999px) {
  .table-calender-style tr td:first-child {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .table-calender-style tr td:first-child {
    width: 10rem;
    padding-left: 1rem;
  }
}
.table-calender-style tr td {
  width: calc((100% - 28rem) / 8);
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 999px) {
  .table-calender-style tr td {
    width: calc((100% - 30rem) / 8);
  }
}
@media screen and (max-width: 767px) {
  .table-calender-style tr td {
    width: calc((100% - 10rem) / 8);
    font-size: 1.4rem;
  }
}
.table-calender-style tr:first-child td {
  background-color: #639A6F;
  color: #fff;
}
.table-calender-style tr:not(:first-child) td:not(:first-child) {
  border: max(1px, 0.1rem) solid #639A6F;
}

.mgt3 {
  margin-top: 3rem;
}

.mgt2 {
  margin-top: 2rem;
}

.mgt1 {
  margin-top: 1rem;
}

.setting-title h4 {
  line-height: 1.5;
  font-weight: 500;
  font-size: 2.6rem;
  margin-bottom: 4rem;
  margin-top: 5rem;
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: #639A6F;
  width: calc(100% - 1.4rem);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.setting-title h4:before {
  content: "";
  position: absolute;
  inset: -0.7rem;
  border: max(2px, 0.2rem) solid #639A6F;
}
@media screen and (max-width: 999px) {
  .setting-title h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .setting-title h4 {
    font-size: 2rem;
    margin-bottom: 3.2rem;
    margin-top: 4.7rem;
  }
}

.googlemap-page iframe {
  width: 100%;
  height: 35rem;
}

.facility-introduction-tlt {
  font-size: 2.2rem;
  font-weight: 500;
  color: #639A6F;
  padding: 1rem 0;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.facility-introduction-tlt:before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../img/layout_style1/img03.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .facility-introduction-tlt:before {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .facility-introduction-tlt {
    font-size: 2rem;
  }
}

.list-facility-introduction {
  display: grid;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .list-facility-introduction {
    row-gap: 2rem;
  }
}
.list-facility-introduction.colum3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 999px) {
  .list-facility-introduction.colum3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .list-facility-introduction.colum3 {
    grid-template-columns: 1fr;
  }
}
.list-facility-introduction.colum2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .list-facility-introduction.colum2 {
    grid-template-columns: 1fr;
  }
}

.list-check-success-bg {
  padding: 1.2rem;
  border: max(3px, 0.5rem) solid #639A6F;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .list-check-success-bg {
    padding: 0.8rem;
    border: 0.2rem solid #639A6F;
    border-radius: 1.5rem;
  }
}
.list-check-success-bg .list-check-success {
  background-color: rgba(235, 233, 224, 0.5);
  border-radius: 2rem;
  padding: 2.5rem 1.5rem;
  display: grid;
  row-gap: 1rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.list-check-success-bg .list-check-success a {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  transition: all 0.3s ease-in-out;
}
.list-check-success-bg .list-check-success a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .list-check-success-bg .list-check-success {
    border-radius: 1rem;
  }
}
.list-check-success-bg .list-check-success li {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.list-check-success-bg .list-check-success li:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/layout_style1/check-box.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .list-check-success-bg .list-check-success.colum2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .list-check-success-bg .list-check-success.colum3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .list-check-success-bg .list-check-success.colum3 {
    grid-template-columns: 1fr 1fr;
  }
}

.about-facility-standards li {
  background-image: url(../img/layout_style1/img06.jpg);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-size: 100% auto;
  background-position: right top;
  background-repeat: repeat-y;
  box-shadow: 1rem 1rem 0 #999895;
}
.about-facility-standards li h1, .about-facility-standards li h2, .about-facility-standards li h3, .about-facility-standards li h4, .about-facility-standards li h5, .about-facility-standards li h6 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .about-facility-standards li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.about-facility-standards li + li {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .about-facility-standards li + li {
    margin-top: 3rem;
  }
}
.about-facility-standards .box-point-or-step {
  font-size: 3rem;
  background-color: #fff;
  width: 25rem;
  margin-left: auto;
  margin-right: auto;
  color: #639A6F;
  margin-bottom: 2.5rem;
  text-align: center;
  padding: 0.5rem 0;
  border: max(2px, 0.2rem) solid #639A6F;
  border-radius: 1.5rem;
  background-image: url(../img/common/ft02.png);
  background-size: 6rem auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 999px) {
  .about-facility-standards .box-point-or-step {
    font-size: 2.5rem;
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .about-facility-standards .box-point-or-step {
    font-size: 2.3rem;
  }
}
.about-facility-standards.step li {
  background-color: #F4F3ED;
  background-image: url(../img/top/img37.png);
  background-size: 25rem auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  box-shadow: none;
  -webkit-mask: linear-gradient(to right, transparent, #000 1rem), linear-gradient(to left, transparent, #000 1rem), linear-gradient(to bottom, transparent, #000 1rem), linear-gradient(to top, transparent, #000 1rem);
          mask: linear-gradient(to right, transparent, #000 1rem), linear-gradient(to left, transparent, #000 1rem), linear-gradient(to bottom, transparent, #000 1rem), linear-gradient(to top, transparent, #000 1rem);
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
}
@media screen and (max-width: 767px) {
  .about-facility-standards.step li {
    background-size: 15rem auto;
  }
}

.footer-mgt-page {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .footer-mgt-page {
    margin-top: 5rem !important;
  }
}

.name-doctor {
  font-size: 2.6rem;
  font-weight: 700;
  color: #639A6F;
  text-align: right;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .name-doctor {
    font-size: 2.2rem;
  }
}

.table-history {
  width: 100%;
  border-spacing: 0.4rem;
  border-collapse: separate;
}
.table-history tr td:first-child {
  width: 20rem;
  background-color: #639A6F;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .table-history tr td:first-child {
    width: 10rem;
  }
}
.table-history tr td:last-child {
  width: calc(100% - 20rem);
}
@media screen and (max-width: 767px) {
  .table-history tr td:last-child {
    width: calc(100% - 10rem);
  }
}
.table-history tr td {
  padding: 1.5rem;
  border: max(1px, 0.1rem) solid #639A6F;
}
@media screen and (max-width: 767px) {
  .table-history tr td {
    padding: 1rem;
  }
}
.table-history a {
  color: #639A6F;
  text-decoration: underline;
}
.table-history a:hover {
  text-decoration: none;
}

.inter-view-single-tlt {
  position: relative;
  margin-bottom: 1rem;
}
.inter-view-single-tlt .inter-view-single-icon {
  text-align: center;
}
.inter-view-single-tlt .inter-view-single-icon img {
  width: 4.4rem;
}
.inter-view-single-tlt .inter-view-single-small {
  font-size: 2rem;
  padding-top: 0.4rem;
  position: relative;
  z-index: 2;
  color: #639A6F;
  text-align: center;
}
.inter-view-single-tlt h1, .inter-view-single-tlt h2, .inter-view-single-tlt h3, .inter-view-single-tlt h4, .inter-view-single-tlt h5, .inter-view-single-tlt h6 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  color: #639A6F;
}
@media screen and (max-width: 999px) {
  .inter-view-single-tlt h1, .inter-view-single-tlt h2, .inter-view-single-tlt h3, .inter-view-single-tlt h4, .inter-view-single-tlt h5, .inter-view-single-tlt h6 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .inter-view-single-tlt h1, .inter-view-single-tlt h2, .inter-view-single-tlt h3, .inter-view-single-tlt h4, .inter-view-single-tlt h5, .inter-view-single-tlt h6 {
    font-size: 2rem;
  }
}
.inter-view-single-tlt .inter-view-single-big {
  font-size: 7rem;
  line-height: 1;
  opacity: 0.08;
  letter-spacing: 0.5rem;
  margin-top: -7rem;
  color: #001743;
}
@media screen and (max-width: 999px) {
  .inter-view-single-tlt .inter-view-single-big {
    font-size: 5rem;
    margin-top: -3rem;
  }
}
@media screen and (max-width: 767px) {
  .inter-view-single-tlt .inter-view-single-big {
    font-size: 3.5rem;
    margin-top: -2.5rem;
    letter-spacing: 0.3rem;
  }
}
.inter-view-single-tlt.center {
  text-align: center;
}

.inter-view-content-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .inter-view-content-img.recovery {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .inter-view-content-img.recovery .inter-view-img img {
    box-shadow: -1.5rem 1.5rem #639A6F;
  }
}
@media screen and (max-width: 767px) {
  .inter-view-content-img {
    flex-direction: column-reverse;
  }
}
.inter-view-content-img .inter-view-content {
  width: 58.5%;
}
@media screen and (max-width: 767px) {
  .inter-view-content-img .inter-view-content {
    width: 100%;
    padding-top: 3rem;
  }
}
.inter-view-content-img .inter-view-img {
  width: 38.2%;
}
@media screen and (max-width: 767px) {
  .inter-view-content-img .inter-view-img {
    width: 100%;
  }
}
.inter-view-content-img .inter-view-img img {
  border-radius: 1.5rem;
}
@media screen and (min-width: 768px) {
  .inter-view-content-img .inter-view-img img {
    box-shadow: 1.5rem 1.5rem #639A6F;
  }
}

.layout-inter-view .layout-inter-view-item + .layout-inter-view-item {
  margin-top: 6rem;
}
@media screen and (max-width: 999px) {
  .layout-inter-view .layout-inter-view-item + .layout-inter-view-item {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-inter-view .layout-inter-view-item + .layout-inter-view-item {
    margin-top: 5.5rem;
  }
}

.inter-view-content-single {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 4rem 1.5rem;
}
.inter-view-content-single .inter-view-content-single-center {
  position: relative;
  z-index: 2;
  text-align: center;
}
.inter-view-content-single .inter-view-content-single-img {
  position: absolute;
  inset: 0;
}
.inter-view-content-single .inter-view-content-single-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #D9E8E4;
  opacity: 0.9;
}
.inter-view-content-single .inter-view-content-single-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.inter-view-content-single-wprp {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.link-for-page-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: max(1px, 0.1rem) solid #A3A8A7 !important;
  transition: all 0.3s ease-in-out;
  padding-right: 6rem;
  background-color: #fff;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.link-for-page-child:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4rem;
  background-image: url(../img/top/img07.png);
  background-size: 1.2rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #639A6F;
}
.link-for-page-child:hover {
  color: #fff;
  background-color: #639A6F;
}

.m_page_links-item {
  font-size: 1.6rem;
  line-height: 1.4;
  background-color: #fff;
  padding: 1.2rem 1.8rem;
  border: max(1px, 0.1rem) solid #639A6F !important;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.3rem;
  transition: all 0.3s ease-in-out;
}
.m_page_links-item:hover, .m_page_links-item.is-active {
  background-color: #639A6F;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .m_page_links-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8rem;
    height: 100%;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
}

.m_page_links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .m_page_links {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .m_page_links {
    gap: 1rem;
    justify-content: flex-start;
  }
  .m_page_links li {
    width: calc((100% - 1rem) / 2);
  }
}

.table-price-payment {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0.2rem;
  border-collapse: separate;
}
.table-price-payment tr:first-child td {
  background-color: #639A6F;
  color: #fff;
  font-weight: 500;
}
.table-price-payment tr td {
  padding: 1.5rem 1rem;
  width: 33.3333333333%;
  border: max(1px, 0.1rem) solid #639A6F;
  text-align: center;
}
.table-price-payment tr:not(:first-child) td:first-child {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .table-price-payment {
    width: 60rem;
  }
}

.table-price-payment-alow {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .table-price-payment-alow {
    padding-bottom: 1.5rem;
  }
}

.q_box {
  position: relative;
  cursor: pointer;
}
.q_box .toggle-iconplus {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .q_box .toggle-iconplus {
    top: 1rem;
  }
}
.q_box .toggle-iconplus:before, .q_box .toggle-iconplus:after {
  content: "";
  width: 3rem;
  height: max(2px, 0.4rem);
  background-color: #639A6F;
  position: absolute;
  top: 50%;
}
.q_box .toggle-iconplus:after {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.q_box.is-active .toggle-iconplus:after {
  opacity: 0;
}

.qa_box-gr .qa_box_item .q_box-tlt {
  color: #639A6F;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  background-color: rgba(92, 194, 215, 0.2588235294);
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 1.5rem;
  padding-right: 6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .q_box-tlt {
    padding-right: 5rem;
  }
}
.qa_box-gr .qa_box_item .q_box-tlt:before {
  content: "Q.";
  color: #639A6F;
  display: inline-block;
  transform: translateY(-0.3rem);
}
.qa_box-gr .qa_box_item .a_box-tlt:before {
  content: "A.";
  display: inline-block;
}
.qa_box-gr .qa_box_item .a_box {
  padding-top: 1.5rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .a_box {
    padding-left: 0;
  }
}
.qa_box-gr .qa_box_item + .qa_box_item {
  border-top: max(1px, 0.1rem) solid #639A6F;
  padding-top: 2rem;
  margin-top: 2rem;
}

.setting-title h5 {
  font-size: 2.3rem;
  padding: 1.5rem 1rem;
  margin-bottom: 2.2rem;
  margin-top: 4rem;
  position: relative;
  color: #639A6F;
  padding-top: 0;
  border-bottom: 0.6rem double #639A6F;
}
@media screen and (max-width: 767px) {
  .setting-title h5 {
    font-size: 2rem;
    margin-bottom: 2.2rem;
    margin-top: 3.7rem;
  }
}

.setting-title h6 {
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 2.2rem;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.setting-title h6:before {
  content: "";
  display: block;
  width: 2rem;
  height: max(0.4rem, 2px);
  background-color: #639A6F;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .setting-title h6 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.banner-page {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 11rem;
  height: 50rem;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media screen and (max-width: 1700px) {
  .banner-page {
    margin-top: 6.5vw;
  }
}
@media screen and (max-width: 999px) {
  .banner-page {
    margin-top: 10rem;
    height: 35rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-page {
    margin-top: 9rem;
    height: 30rem;
  }
}
.banner-page .banner-page-title {
  padding: 0.6rem 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  background-color: #639A6F;
  letter-spacing: 0.4rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  max-width: 50rem;
  width: -moz-max-content;
  width: max-content;
}

.brecum-page-ul {
  font-size: max(1.6rem, 15px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
  color: #639A6F;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.brecum-page-ul .icon {
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #535353;
  border-right: 1px solid #535353;
  transform: rotate(45deg);
}
.brecum-page-ul a {
  color: #535353;
  transition: all 0.3s ease-in-out;
}
.brecum-page-ul a:hover {
  color: #639A6F;
}

.cont-1200 {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.under-list-ul {
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  border: max(0.2rem, 1px) solid #639A6F;
  border-radius: 1rem;
  padding: 1.8rem 4rem 3.8rem;
  background-color: #fff;
  line-height: 1.4;
}
.under-list-ul a {
  padding-left: 0.3rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-right: 3.5rem;
  min-height: 5.6rem;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #cec9c6;
  transition: all 0.3s ease-in-out;
}
.under-list-ul a:before {
  content: "";
  position: absolute;
  width: max(1rem, 8px);
  height: max(1rem, 8px);
  background: #639A6F;
  -webkit-mask: url("../img/common/icon_arrow.svg") center/100% no-repeat;
          mask: url("../img/common/icon_arrow.svg") center/100% no-repeat;
  top: 50%;
  right: 0.7rem;
  transform: translateY(-50%);
}
.under-list-ul a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.5s ease-in-out;
  background-color: #639A6F;
}
@media screen and (min-width: 768px) {
  .under-list-ul a:hover {
    color: #639A6F;
    padding-left: 0.7rem;
  }
  .under-list-ul a:hover:after {
    width: 100%;
  }
  .under-list-ul a:hover:before {
    animation: arrowMove 0.6s ease 0s 1 both;
  }
}

.setting-title h2 {
  letter-spacing: 0.5rem;
  line-height: 1.45;
  text-align: center;
  font-weight: 500;
  font-size: 4rem;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .setting-title h2 {
    font-size: 3rem;
    margin-bottom: 3.3rem;
  }
}

.pb {
  padding-bottom: 10rem;
}

.endoscopy {
  display: grid;
  grid-template-columns: 58.5% 38.2%;
  justify-content: space-between;
  align-items: flex-start;
}
.endoscopy .endoscopy__image img {
  border-radius: 1.5rem;
  width: 100%;
}

.endoscopy.endoscopy-row-reque {
  grid-template-columns: 38.2% 58.5%;
  grid-template-areas: "right left";
}

.endoscopy.endoscopy-row-reque .endoscopy__text {
  grid-area: left;
}

.endoscopy.endoscopy-row-reque .endoscopy__image {
  grid-area: right;
}

.m_kakomi__checklist {
  font-size: 1.8rem;
  letter-spacing: 0.15rem;
  line-height: 2;
  display: grid;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1.4rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .m_kakomi__checklist {
    font-size: 1.6rem;
  }
}
.m_kakomi__checklist li {
  padding-left: 3.4rem;
  background-image: url(../img/common/icon_check.svg);
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: top 0.8rem left 0.1rem;
}
.m_kakomi__checklist li a {
  text-decoration: underline;
  color: #639A6F;
}
@media screen and (min-width: 768px) {
  .m_kakomi__checklist li a:hover {
    text-decoration: none;
  }
}

.m_kakomi {
  border-radius: 1rem;
  padding: 3rem 3rem;
  background-color: #e1f5ff;
  border: 0.6rem solid #209DDC;
}

.m_kakomi__alltext--pt {
  margin-top: 1.7rem;
}
.m_kakomi__alltext--pt li + li {
  margin-top: 1.7rem;
}

.m_kakomi__checklist--3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.m_kakomi__checklist--1col {
  grid-template-columns: 1fr;
}

.setting-mgt0 {
  margin-top: 0 !important;
}

.m_kakomi02 {
  padding: 3rem 3rem 4rem;
  margin-top: 3rem;
  background-image: url(../img/common/image10.jpg);
  background-size: contain;
  background-repeat: repeat;
  border-radius: 1rem;
}
.m_kakomi02 h1, .m_kakomi02 h2, .m_kakomi02 h3, .m_kakomi02 h4, .m_kakomi02 h5, .m_kakomi02 h6 {
  margin-top: 0 !important;
}

.m_kakomi02_box-stiker {
  font-size: 2rem;
  padding: 0.3em 0.5em 0.3em;
  margin-bottom: 1.9rem;
  background-color: #639A6F;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.2rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .m_kakomi02_box-stiker {
    font-size: 1.8rem;
  }
}

.m_kakomi02-img {
  padding-top: 1.4rem;
}

.m_kakomi02-img img {
  border-radius: 2rem;
  width: 100%;
}

.m_kakomi02-txt-vs-img {
  display: grid;
  grid-template-columns: 1fr 36.36%;
  -moz-column-gap: 5.8%;
       column-gap: 5.8%;
}

.m_kakomi02_box_list li + li {
  margin-top: 2.9rem;
  padding-top: 3rem;
  border-top: 1px dashed #639A6F;
}

.import-youtube iframe {
  width: 100%;
  height: 49.7rem;
}

.m_flow {
  padding-left: 2rem;
  margin-top: 6.5rem;
}
.m_flow h2, .m_flow h3, .m_flow h4, .m_flow h5, .m_flow h6 {
  margin-top: 0 !important;
}
.m_flow li {
  border-radius: 2rem;
  padding: 3.9rem 6rem 6rem;
  border: 2px solid #cec9c6;
  position: relative;
}
.m_flow li + li {
  margin-top: 6.5rem;
}
.m_flow li + li:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1.5rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #535353;
  left: 50%;
  transform: translateX(-50%);
  top: -4rem;
}

.tlt-style-line {
  font-size: 2.2rem;
  padding-bottom: 1.3rem;
  border-bottom: 2px solid #535353;
  margin-bottom: 3.2rem;
  line-height: 1.45;
  letter-spacing: 0.15rem;
}

.m_flow_step {
  width: 8rem;
  height: 8rem;
  top: -3.7rem;
  left: -2.2rem;
  padding-top: 1rem;
  font-size: 1.4rem;
  position: absolute;
  text-align: center;
  border-radius: 100rem;
  background-color: #639A6F;
  color: #fff;
  letter-spacing: 0.2rem;
}
.m_flow_step span {
  font-size: 3rem;
  line-height: 1;
}

.m_flow-img {
  padding-top: 1.4rem;
}

.m_flow-img img {
  width: 100%;
  border-radius: 2rem;
}

.m_flow-txt-vs-img {
  display: grid;
  grid-template-columns: 1fr 39.7%;
  -moz-column-gap: 6.1%;
       column-gap: 6.1%;
}

@keyframes arrowMove {
  0% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(120%, -50%);
  }
  64% {
    opacity: 0;
    transform: translate(-120%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 767px) {
  .banner-page .banner-page-title {
    padding: 0.6rem 1.5rem;
    font-size: 1.9rem;
    max-width: 32rem;
  }
  .brecum-page-ul {
    font-size: 1.4rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .under-list-ul {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    display: block;
    border: 0.1rem solid #639A6F;
    padding-left: 1.8rem;
    padding-top: 1.3rem;
    padding-bottom: 2.5rem;
    padding-right: 1.8rem;
  }
  .under-list-ul a {
    min-height: 4.4rem;
    padding-left: 0.5rem;
    padding-top: 0.7rem;
    padding-right: 3rem;
    padding-bottom: 0.7rem;
    border-bottom: 0.1rem solid #cec9c6;
  }
  .under-list-ul a:before {
    width: 0.8rem;
    height: 0.8rem;
    right: 0.6rem;
  }
  .under-list-ul a:after {
    bottom: -0.1rem;
    height: 0.1rem;
  }
  .pb {
    padding-bottom: 4.5rem;
  }
  .endoscopy {
    display: flex;
    flex-direction: column-reverse;
  }
  .endoscopy .endoscopy__image {
    margin-bottom: 1.8rem;
  }
  .m_kakomi {
    padding: 2.25rem 1.5rem;
  }
  .m_kakomi__checklist {
    display: block;
  }
  .m_kakomi__checklist li {
    padding-left: 2.7rem;
    background-image: url(../img/common/icon_check.svg);
    background-repeat: no-repeat;
    background-size: 1.8rem auto;
    background-position: top 0.5rem left 0.1rem;
  }
  .m_kakomi__checklist li + li {
    margin-top: 1.1rem;
  }
  .m_kakomi__alltext--pt {
    margin-top: 1.3rem;
  }
  .m_kakomi__alltext--pt li + li {
    margin-top: 1.3rem;
  }
  .m_kakomi02 {
    padding: 3rem 1.5rem;
    margin-top: 1.8rem;
  }
  .m_kakomi02_box-stiker {
    padding-top: 0.29rem;
    padding-bottom: 0.43rem;
    padding-left: 1.45rem;
    padding-right: 1.45rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.15rem;
  }
  .m_kakomi02_box_list li + li {
    margin-top: 3rem;
    border-top: 0.1rem dashed #639A6F;
  }
  .m_kakomi02-txt-vs-img {
    display: flex;
    flex-direction: column-reverse;
  }
  .m_kakomi02-img {
    padding-top: 0;
    margin-bottom: 1.3rem;
  }
  .import-youtube iframe {
    height: 50rem;
  }
  .m_flow {
    padding-left: 0;
    margin-top: 4.5rem;
  }
  .m_flow li {
    padding: 2.25rem;
    padding-top: 3rem;
    border: 0.2rem solid #cec9c6;
  }
  .m_flow li + li {
    margin-top: 6.7rem;
  }
  .m_flow_step {
    width: 5.2rem;
    height: 5.2rem;
    top: -2.6rem;
    left: -1rem;
    padding-top: 0.7rem;
    font-size: 0.9rem;
  }
  .m_flow_step span {
    font-size: 2rem;
  }
  .tlt-style-line {
    font-size: 1.8rem;
    padding-bottom: 1.1rem;
    border-bottom: 0.2rem solid #423e3e;
    margin-bottom: 2.2rem;
  }
  .m_flow-txt-vs-img {
    display: flex;
    flex-direction: column-reverse;
  }
  .m_flow-img {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
}
.under-list-style2-ul-item {
  display: flex;
  align-items: center;
  background-color: #639A6F;
  padding: 0.9rem 4rem 1rem 2rem;
  border-radius: 0.5rem;
  color: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  position: relative;
  letter-spacing: 0.3rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .under-list-style2-ul-item {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
.under-list-style2-ul-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: max(0.8rem, 5px);
  height: max(0.8rem, 5px);
  border-right: max(1px, 0.2rem) solid #fff;
  border-bottom: max(1px, 0.2rem) solid #fff;
  transform: translateY(-75%) rotate(45deg);
}

.under-list-style2-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .under-list-style2-ul {
    display: block;
  }
  .under-list-style2-ul li + li {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .under-list-style2.col1 .under-list-style2-ul {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .under-list-style2.col2 .under-list-style2-ul {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
  .under-list-style2.col2 .under-list-style2-ul li {
    width: calc((100% - 1rem) / 2);
  }
  .under-list-style2.col3 .under-list-style2-ul li {
    width: calc((100% - 2rem) / 3);
  }
  .under-list-style2.col4 .under-list-style2-ul li {
    width: calc((100% - 3rem) / 4);
  }
}

.archive-post-list {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .archive-post-list {
    font-size: 1.5rem;
  }
}
.archive-post-list li {
  display: grid;
  grid-template-columns: 14rem 1fr;
  padding: 2rem 2rem;
  border-bottom: max(1px, 0.1rem) solid #333333;
}
@media screen and (max-width: 767px) {
  .archive-post-list li {
    display: block;
    padding: 1.5rem;
  }
}

.archive-main {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .archive-main {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .archive-post-right {
    padding-top: 3rem;
  }
}

.title-category {
  font-size: 2.2rem;
  color: #fff;
  background-color: #639A6F;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.archive-post-category {
  font-size: 1.8rem;
  color: #639A6F;
  font-weight: 500;
  border: max(1px, 0.1rem) solid #639A6F;
}
.archive-post-category li {
  padding: 0 2rem;
}
.archive-post-category li a {
  display: block;
  padding: 1rem 1rem;
}

.wrap-pagi .wp-pagenavi {
  padding-top: 5rem;
  display: flex;
  flex-wrap: wrap;
}
.wrap-pagi .wp-pagenavi a, .wrap-pagi .wp-pagenavi span {
  padding: 1rem;
  font-size: 1.5rem;
  border-color: #639A6F;
}
.wrap-pagi .wp-pagenavi a:hover, .wrap-pagi .wp-pagenavi span.current {
  background-color: #639A6F;
  color: #fff;
  border-color: #639A6F;
}

.single-post1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .single-post1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.single-post-tlt {
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single-post-tlt {
    font-size: 2rem;
  }
}

.single-post-date {
  font-size: 1.6rem;
  font-weight: 500;
}

.single-content-post {
  padding-top: 3rem;
}

.parent-pre-list-next {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.parent-pre-list-next span.link-arline-page {
  opacity: 0.5;
  background-color: #639A6F !important;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .parent-pre-list-next {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
  .parent-pre-list-next .link-arline-page {
    width: 30%;
  }
}

.menu-global {
  font-size: 1em;
  display: none;
  padding-top: 4em;
}
.menu-global.menu-global-1column {
  width: 36em;
}
@media screen and (max-width: 1300px) {
  .menu-global.menu-global-1column {
    width: 38em;
  }
}
.menu-global.menu-global-3column .menu-colum-global {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 5em 10em;
  -moz-column-gap: 5em;
       column-gap: 5em;
}
@media screen and (max-width: 1500px) {
  .menu-global.menu-global-3column .menu-colum-global {
    padding: 5em 2.5em;
  }
}

.menu-colum-global {
  background-color: #639A6F;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.menu-colum-global a {
  display: block;
  line-height: 1.5;
  padding: 1em 2em;
  background-image: url(../img/common/vettor16.svg);
  background-size: 0.7em auto;
  background-repeat: no-repeat;
  background-position: left 0.7em center;
}
.menu-colum-global a span {
  font-size: 1.8em;
}
@media screen and (max-width: 1300px) {
  .menu-colum-global a span {
    font-size: 2em;
  }
}
.menu-colum-global a:hover {
  opacity: 0.7;
}
.menu-colum-global li {
  border-bottom: max(1px, 0.1em) solid #fff;
}

.dropmenu1column {
  position: relative;
}
.dropmenu1column .menu-global-1column {
  position: absolute;
  top: calc(100% - 1em);
  left: -4em;
}
.dropmenu1column:hover .menu-global-1column {
  display: block !important;
}

.dropmenu3column .menu-global-3column {
  position: absolute;
  top: calc(100% - 6em);
  left: 0;
  right: 0;
  padding-top: 6em;
}
.dropmenu3column:hover .menu-global-3column {
  display: block !important;
}

.link-arline-page {
  width: 22rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 600;
  font-size: 1.8rem;
  border: max(1px, 0.1rem) solid #639A6F !important;
  border-radius: 10rem;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #639A6F;
}
.link-arline-page:hover {
  background-color: #fff;
  color: #639A6F;
}
@media screen and (max-width: 767px) {
  .link-arline-page {
    font-size: 1.6rem;
  }
}

.archive-post--column {
  display: block;
}

.archive-post-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 3rem;
}
@media screen and (max-width: 999px) {
  .archive-post-column {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.archive-post-column li {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.14);
}
.archive-post-column li img {
  width: 100%;
  height: 19rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 767px) {
  .archive-post-column li img {
    height: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .archive-post-column {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 2rem;
  }
}

.content-box-sub-column {
  padding: 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .content-box-sub-column {
    padding: 1rem;
  }
}

.list-post-topics-txt-date {
  font-size: 1.7rem;
  color: #639A6F;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list-post-topics-txt-date {
    font-size: 1.5rem;
  }
}

.list-post-topics-txt-tlt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .list-post-topics-txt-tlt {
    font-size: 1.6rem;
  }
}

.list-post-topics-txt-dect {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .list-post-topics-txt-dect {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
}
.list-post-topics-txt-dect a {
  display: inline-block;
  color: #639A6F;
  border-bottom: max(1px, 0.1rem) solid #639A6F;
  line-height: 1.2;
}

.h1-none-page {
  display: none;
}

#toc_container {
  border: 0 !important;
  position: relative;
  color: #344d6d;
  width: 66rem !important;
  margin-bottom: 0 !important;
  padding: 2rem 1.5rem !important;
  background-color: rgba(92, 194, 215, 0.2588235294) !important;
}
@media screen and (max-width: 767px) {
  #toc_container {
    width: 100% !important;
  }
}
#toc_container .toc_title {
  text-align: left !important;
  background-color: #fff;
  color: #639A6F;
  padding: 0.5rem 1.5rem !important;
  margin-bottom: 1.5rem !important;
  width: 100% !important;
  font-size: 1.8rem !important;
}
#toc_container .toc_list {
  font-size: 1.6rem;
  font-weight: 500;
  text-underline-offset: 0.5rem;
}
#toc_container a {
  display: inline-block;
  text-decoration: underline !important;
  position: relative;
  padding-left: 2rem;
}
#toc_container a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#toc_container a:hover {
  opacity: 0.7;
}
#toc_container li + li {
  margin-top: 1rem;
}

.google-map-iframe iframe {
  width: 100%;
  height: 40rem;
}
@media screen and (max-width: 767px) {
  .google-map-iframe iframe {
    height: 25rem;
  }
}

.list-paradai {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (max-width: 999px) {
  .list-paradai {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .list-paradai {
    display: block;
  }
  .list-paradai .list-paradai-item + .list-paradai-item {
    margin-top: 3rem;
  }
}

.list-paradai-item {
  display: flex;
  flex-direction: column;
}
.list-paradai-item .list-paradai-item-img {
  flex-shrink: 0;
}
.list-paradai-item .list-paradai-item-content {
  flex: 1;
}
.list-paradai-item .default-txt {
  text-align: left;
}

.list-paradai-item-img img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: 25.7rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list-paradai-item-img img {
    height: 23rem;
  }
}

.list-paradai-item-content {
  background-color: #639A6F;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.7rem;
  padding-bottom: 3.5rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list-paradai-item-content {
    font-size: 1.8rem;
    padding-bottom: 2rem;
  }
}
.list-paradai-item-content p.no-hiden {
  border-bottom: max(1px, 0.2rem) solid #fff;
  display: inline-block;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .txt-centersp {
    text-align: center;
  }
}

.ud_point-item-number {
  position: relative;
}

.ud_point-item-number-txt {
  font-size: 8rem;
  color: #639A6F;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: -3rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ud_point-item-number-txt {
    font-size: 6rem;
    bottom: -2rem;
  }
}
.ud_point-item-number-txt:before {
  content: "POINT";
  font-size: 2rem;
  font-weight: 500;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .ud_point-item-number-txt:before {
    font-size: 1.8rem;
  }
}

.ud_point-item {
  padding: 3rem 4rem;
  padding-top: 1rem;
  background-image: url(../img/common/image072.png), url(../img/common/image082.png);
  background-size: 40rem auto, 60rem auto;
  background-position: bottom right, top left;
  background-repeat: no-repeat, no-repeat;
  background-color: #f0f8ff;
  box-shadow: 0 0 0.5rem rgba(71, 71, 71, 0.2901960784);
}
@media screen and (max-width: 767px) {
  .ud_point-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-size: 27rem auto, 37rem auto;
  }
}

.ud_point {
  padding-top: 5rem;
}
.ud_point .ud_point-item + .ud_point-item {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .ud_point {
    padding-top: 4rem;
  }
  .ud_point .ud_point-item + .ud_point-item {
    margin-top: 7rem;
  }
}

.ud_step {
  padding-top: 3rem;
}
.ud_step .ud_step-item + .ud_step-item {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .ud_step .ud_step-item + .ud_step-item {
    margin-top: 7rem;
  }
}
.ud_step .ud_step-item + .ud_step-item:after {
  content: "";
  position: absolute;
  top: -6rem;
  width: 3rem;
  height: 3rem;
  background-color: #639A6F;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ud_step .ud_step-item + .ud_step-item:after {
    width: 2rem;
    height: 2rem;
    top: -5rem;
  }
}

.ud_step-item {
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(71, 71, 71, 0.2901960784);
  width: calc(100% - 1.5rem);
  padding: 3rem 2.5rem;
  padding-top: 0.2rem;
  position: relative;
  background-image: url(../img/common/image07.png), url(../img/common/image08.png);
  background-size: 40rem auto, 60rem auto;
  background-position: bottom right, top left;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 767px) {
  .ud_step-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: calc(100% - 0.6rem);
    background-size: 27rem auto, 37rem auto;
  }
}
.ud_step-item:before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: -1.5rem;
  bottom: -2rem;
  background-color: #639A6F;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ud_step-item:before {
    right: -0.6rem;
    bottom: -1rem;
  }
}
.ud_step-item .ud_step-item-step {
  position: absolute;
  font-size: 3rem;
  font-weight: 500;
  width: 20rem;
  padding: 1rem 0;
  background-color: #639A6F;
  color: #fff;
  letter-spacing: 0.5rem;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .ud_step-item .ud_step-item-step {
    font-size: 2.5rem;
    width: 15rem;
    letter-spacing: 0.3rem;
  }
}

.list-select-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .list-select-table {
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-bottom: 3rem;
  }
}

.list-select-table-btn {
  width: 30rem;
  height: 6rem;
  background-color: #639A6F;
  border: max(1px, 0.1rem) solid #639A6F;
  font-size: 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .list-select-table-btn {
    font-size: 1.7rem;
    width: 48%;
    height: 5rem;
  }
}
.list-select-table-btn:hover, .list-select-table-btn.is-active {
  background-color: #fff;
  color: #639A6F;
}

.informetab {
  display: none;
}

#tab1 {
  display: block;
}

.mgt5 {
  margin-top: 5rem;
}

.fade-top {
  opacity: 0;
  transform: translate(0, 35px);
  animation: fade-top 0.5s ease forwards;
  animation-delay: 0.6s;
}

@keyframes fade-top {
  to {
    opacity: 1;
    transform: none;
  }
}
.alower-secmer {
  border: max(1rem, 5px) solid #639A6F;
  padding: 3rem 3rem;
  background-color: #ebfff9;
}
@media screen and (max-width: 767px) {
  .alower-secmer {
    padding: 2rem 1.5rem;
    border: max(0.5rem, 1px) solid #639A6F;
  }
}

.alower-secmer-grid {
  display: grid;
  grid-template-columns: 63% 35%;
  justify-content: space-between;
  align-items: flex-start;
}
.alower-secmer-grid .alower-secmer-img img {
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .alower-secmer-grid {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
}

.disadvantages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .disadvantages {
    display: block;
  }
}
.disadvantages .disadvantages-item {
  border: max(0.2rem, 2px) solid #1FB1E8;
}
.disadvantages .disadvantages-item h1, .disadvantages .disadvantages-item h2, .disadvantages .disadvantages-item h3, .disadvantages .disadvantages-item h4, .disadvantages .disadvantages-item h5, .disadvantages .disadvantages-item h6 {
  margin-top: 0;
}
.disadvantages .disadvantages-item .disadvantages-acres {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .disadvantages .disadvantages-item + .disadvantages-item {
    margin-top: 3rem;
  }
}

.skin-metamax {
  font-size: 2.6rem;
  font-weight: 500;
  color: #639A6F;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.skin-metamax:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2.5rem;
  background-color: #639A6F;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  transform: translateY(1rem);
}
@media screen and (max-width: 767px) {
  .skin-metamax:before {
    height: 2rem;
    transform: translateY(0.7rem);
  }
}
@media screen and (max-width: 767px) {
  .skin-metamax {
    font-size: 2.1rem;
  }
}

.clnumberzen {
  color: #639A6F;
  font-weight: 500;
}

.doctor-single-name {
  font-size: 2.3rem;
  font-weight: 500;
  text-align: right;
  color: #639A6F;
}
@media screen and (max-width: 999px) {
  .doctor-single-name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .doctor-single-name {
    font-size: 1.8rem;
  }
}

header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 0.52vw;
  transition: all 0.3s ease-in-out;
  padding-bottom: 1em;
}
@media screen and (max-width: 1600px) {
  header {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 999px) {
  header {
    font-size: 1rem;
    padding-bottom: 0;
  }
  header.active-top {
    top: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  header.is-active {
    background-color: #fff;
  }
}
@media screen and (max-width: 999px) {
  header {
    background-color: #fff;
  }
}

.header {
  max-width: 187em;
  margin-left: auto;
  width: calc(100% - 1.5em);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .header {
    width: 100%;
    padding: 2em 1.5em;
  }
}

.logo-hd {
  width: 40.7em;
}
@media screen and (max-width: 1600px) {
  .logo-hd {
    width: 34.7em;
  }
}
@media screen and (max-width: 1400px) {
  .logo-hd {
    width: 33.7em;
  }
}
@media screen and (max-width: 999px) {
  .logo-hd {
    width: 40.7em;
  }
}
@media screen and (max-width: 767px) {
  .logo-hd {
    width: 26.7em;
  }
}

.header-right-item-link {
  position: relative;
  z-index: 3;
  line-height: 1.3;
  text-align: center;
  display: block;
}
.header-right-item-link span {
  font-size: 1.8em;
}
@media screen and (max-width: 1400px) {
  .header-right-item-link span {
    font-size: 1.9em;
  }
}
.header-right-item-link .eng {
  color: #639A6F;
}
.header-right-item-link span {
  display: block;
}
.header-right-item-link:before {
  content: "";
  width: max(1px, 0.1em);
  height: 1.5em;
  background-color: #639A6F;
  position: absolute;
  top: calc(100% + 0.3em);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.header-right-item-link:hover:before, .header-right-item-link.is-active:before {
  opacity: 1;
}

.header-right-ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4em;
       column-gap: 4em;
}
@media screen and (max-width: 1600px) {
  .header-right-ul {
    -moz-column-gap: 2.5em;
         column-gap: 2.5em;
  }
}
@media screen and (max-width: 1400px) {
  .header-right-ul {
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}

.gr-tel-web {
  width: 47.7em;
}
@media screen and (max-width: 1600px) {
  .gr-tel-web {
    width: 39.7em;
  }
}

.gr-tel-web-maps {
  display: grid;
  grid-template-columns: 58.7% 1fr;
}
.gr-tel-web-maps a:first-child {
  background-color: #EBE9E0;
  background-image: url(../img/common/icon01.svg);
  background-size: 23em auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1600px) {
  .gr-tel-web-maps a:first-child {
    background-size: 21em auto;
  }
}
.gr-tel-web-maps a:last-child {
  background-color: #639A6F;
  background-image: url(../img/common/icon02.svg);
  background-size: 16em auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1600px) {
  .gr-tel-web-maps a:last-child {
    background-size: 14em auto;
  }
}
.gr-tel-web-maps a {
  display: block;
  height: 7em;
}

.gr-tel-web-address {
  text-align: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.gr-tel-web-address span {
  font-size: 1.6em;
}
.gr-tel-web-address:before {
  content: "";
  width: 1.4em;
  height: 1.5em;
  background-image: url(../img/common/icon03.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  display: block;
}

.header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 4.6em;
       column-gap: 4.6em;
}
@media screen and (max-width: 1600px) {
  .header-right {
    -moz-column-gap: 2.5em;
         column-gap: 2.5em;
  }
}
@media screen and (max-width: 999px) {
  .header-right {
    display: none;
  }
}

.h1-flow {
  font-size: 1.6rem;
  color: #fff;
  background-color: #639A6F;
  text-align: center;
  padding: 0.5rem 1.5rem;
}

@media screen and (min-width: 1000px) {
  .btn-hamberger {
    display: none;
  }
}

.header-menu-sp {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  height: calc(100vh - 10rem);
  overflow: auto;
  display: none;
}
@media screen and (max-width: 767px) {
  .header-menu-sp {
    height: calc(100vh - 9rem);
  }
}

.menu-block-title {
  font-weight: 500;
  position: relative;
  padding-left: 8rem;
  border-bottom: max(2px, 0.3rem) solid #535353;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .menu-block-title {
    padding-left: 6.5rem;
  }
}
.menu-block-title span {
  display: block;
  line-height: 1;
}
.menu-block-title .jpn {
  font-size: 2rem;
  padding-bottom: 0.5rem;
}
.menu-block-title .eng {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .menu-block-title .eng {
    font-size: 2.6rem;
  }
}
.menu-block-title svg {
  height: 100%;
  width: auto;
}
.menu-block-title .icon {
  position: absolute;
  inset: 0;
  bottom: 1.5rem;
}
.menu-block-title.second {
  margin-top: 4rem;
}

.menu-toggle-menu-ul {
  font-size: 2rem;
  padding-top: 3rem;
}
.menu-toggle-menu-ul li + li {
  margin-top: 0.7rem;
}
.menu-toggle-menu-ul a {
  display: inline-block;
  background-image: url(../img/common/hd06.svg);
  background-size: auto 1.5rem;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .menu-toggle-menu-ul {
    font-size: 1.8rem;
  }
}

.header-menu-main {
  padding: 2rem 1.5rem;
}

.sec1-top-item {
  height: calc(100vh - 3.7rem);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 999px) {
  .sec1-top-item {
    height: calc(100vh - 9.7rem);
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-item {
    height: calc(100vh - 7.7rem);
  }
}

.sec1-top-item1 {
  background-image: url(../img/top/img01.jpg);
}
@media screen and (max-width: 767px) {
  .sec1-top-item1 {
    background-position: right -20rem top;
  }
}

.sec1-top-item2 {
  background-image: url(../img/top/img02.jpg);
}

.sec1-top-item3 {
  background-image: url(../img/top/img03.jpg);
}

.sec1-top {
  position: relative;
}

.sec1-top-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
  font-size: 10px;
}
@media screen and (max-width: 1600px) {
  .sec1-top-inner {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-inner {
    font-size: 1rem;
  }
}

.sec1-top-cont {
  max-width: 173em;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3em);
}
.sec1-top-cont h1, .sec1-top-cont h2, .sec1-top-cont h3, .sec1-top-cont h4, .sec1-top-cont h5, .sec1-top-cont h6 {
  font-size: 4em;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .sec1-top-cont h1, .sec1-top-cont h2, .sec1-top-cont h3, .sec1-top-cont h4, .sec1-top-cont h5, .sec1-top-cont h6 {
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-cont h1, .sec1-top-cont h2, .sec1-top-cont h3, .sec1-top-cont h4, .sec1-top-cont h5, .sec1-top-cont h6 {
    font-size: 3.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-cont h1, .sec1-top-cont h2, .sec1-top-cont h3, .sec1-top-cont h4, .sec1-top-cont h5, .sec1-top-cont h6 {
    font-size: 2.2em;
  }
}

.sec1-top-txt {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .sec1-top-txt {
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  }
}
.sec1-top-txt {
  margin-top: 1.4em;
}
.sec1-top-txt span {
  font-size: 2.4em;
}
@media screen and (max-width: 1400px) {
  .sec1-top-txt span {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-txt span {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-txt span {
    font-size: 1.8em;
  }
}

.sec1-top-icon {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}
.sec1-top-icon .sec1-top-icon-item {
  width: 24em;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .sec1-top-icon .sec1-top-icon-item {
    width: 27em;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-icon .sec1-top-icon-item {
    width: 18em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-icon .sec1-top-icon-item {
    width: 14em;
  }
}
.sec1-top-icon .sec1-top-icon-item a {
  position: absolute;
  inset: 0;
  border-radius: 100rem;
}
.sec1-top-icon .sec1-top-icon-item a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.sec1-top-inner-prp {
  padding-left: 3em;
  padding-bottom: 2.8em;
}
@media screen and (min-width: 768px) {
  .sec1-top-inner-prp {
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-inner-prp {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-inner-prp {
    padding-bottom: 1.8em;
    background-color: rgba(255, 255, 255, 0.5);
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.8rem;
    margin-bottom: 1.8rem;
  }
}

.sec2-top {
  background-image: url(../img/top/img06.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 4.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec2-top {
    padding-top: 0;
  }
}

.sec2-top-cont {
  max-width: 128rem;
  margin-left: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 5.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 999px) {
  .sec2-top-cont {
    padding: 3rem 1.5rem;
  }
}

.sec2-top-main {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec2-top-main .sec2-top-right {
  width: 67.2%;
}
@media screen and (max-width: 999px) {
  .sec2-top-main .sec2-top-right {
    width: 72%;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-main .sec2-top-right {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-main {
    display: block;
  }
}

.settingh3 {
  line-height: 1.4;
  position: relative;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .settingh3 {
    padding-bottom: 1rem;
  }
}
.settingh3:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 8rem;
  height: max(1px, 0.1rem);
  background-color: #639A6F;
}
.settingh3 .eng, .settingh3-number {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .settingh3 .eng, .settingh3-number {
    font-size: 4rem;
  }
}
.settingh3 h1, .settingh3 h2, .settingh3 h3, .settingh3 h4, .settingh3 h5, .settingh3 h6 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .settingh3 h1, .settingh3 h2, .settingh3 h3, .settingh3 h4, .settingh3 h5, .settingh3 h6 {
    font-size: 2.4rem;
  }
}
.settingh3.left:before {
  left: 0;
}
@media screen and (max-width: 767px) {
  .settingh3.left:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .settingh3.left {
    text-align: center;
  }
}
.settingh3.center {
  text-align: center;
}
.settingh3.center:before {
  left: 50%;
  transform: translateX(-50%);
}
.settingh3.white {
  color: #fff;
}
.settingh3.white:before {
  background-color: #fff;
}
.settingh3-number {
  color: #639A6F;
  transform: translateY(0.7rem);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .settingh3-number {
    transform: translateY(0.3rem);
  }
}
.settingh3_noborder:before {
  content: none;
}

.setting-link {
  width: 23rem;
  display: flex;
  height: 4rem;
  font-size: 1.8rem;
  justify-content: center;
  align-items: center;
  position: relative;
  border: max(1px, 0.1rem) solid #A3A8A7 !important;
  transition: all 0.3s ease-in-out;
  padding-right: 4rem;
  background-color: #fff;
}
.setting-link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4rem;
  background-image: url(../img/top/img07.png);
  background-size: 1.2rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.setting-link.green:before {
  background-color: #639A6F;
}
.setting-link.green:hover {
  background-color: #639A6F;
  color: #fff;
}
.setting-link.pink:before {
  background-color: #C78E98;
}
.setting-link.pink:hover {
  background-color: #C78E98;
  color: #fff;
}
.setting-link.grow:before {
  background-color: #B2AC90;
}
.setting-link.grow:hover {
  background-color: #B2AC90;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .setting-link.setting-link--center-sp {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .setting-link {
    font-size: 1.6rem;
  }
  .setting-link-normalj {
    text-align: center;
    height: 6rem;
    padding-right: 2rem;
    padding-left: 1rem;
  }
  .setting-link-normalj:before {
    width: 2.5rem;
    height: 2.5rem;
    top: auto;
  }
}

.sec2-top-left .setting-link {
  margin-top: 3.5rem;
}

.sec2-top-list-new-item {
  display: flex;
  font-size: 1.8rem;
  padding-left: 2.7rem;
  background-image: url(../img/top/img08.png);
  background-size: 1.6rem auto;
  background-repeat: no-repeat;
  background-position: right 3rem center;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  padding-right: 5rem;
  transition: all 0.3s ease-in-out;
}
.sec2-top-list-new-item span {
  display: block;
}
.sec2-top-list-new-item .sec2-top-list-new-date {
  font-weight: 500;
  color: #639A6F;
  width: 13.4rem;
}
@media screen and (max-width: 767px) {
  .sec2-top-list-new-item .sec2-top-list-new-date {
    width: 9.4rem;
  }
}
.sec2-top-list-new-item .sec2-top-list-new-tlt {
  width: calc(100% - 13.4rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .sec2-top-list-new-item .sec2-top-list-new-tlt {
    width: calc(100% - 9.4rem);
  }
}
.sec2-top-list-new-item:hover {
  background-color: #E5EEE7;
}
@media screen and (max-width: 767px) {
  .sec2-top-list-new-item {
    font-size: 1.6rem;
    padding-left: 1rem;
    background-position: right center;
    padding-right: 2rem;
  }
}

.sec2-top-list-new {
  height: 20rem;
  padding-right: 3rem;
  overflow: auto;
}
.sec2-top-list-new li {
  border-bottom: max(1px, 0.1rem) solid #A3A8A7 !important;
}
.sec2-top-list-new li:first-child {
  border-top: max(1px, 0.1rem) solid #A3A8A7 !important;
}
.sec2-top-list-new::-webkit-scrollbar {
  width: max(0.5rem, 2px);
  background-color: #B0DDD0;
}
.sec2-top-list-new::-webkit-scrollbar-thumb {
  background: #639A6F;
  border-radius: 100rem;
}
@media screen and (max-width: 767px) {
  .sec2-top-list-new {
    padding-right: 2rem;
  }
}

.sec2-top-parent {
  max-width: 160rem;
  background-color: #fff;
  background-image: url(../img/top/img09.png);
  background-size: 22.2rem auto;
  background-repeat: no-repeat;
  background-position: bottom left;
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.1);
}

.cont-1280 {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec3-top-main {
  background-color: #F1F0EB;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-main {
    width: 100%;
  }
}

.sec3-top-locked {
  max-width: 117.8rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 45% 1fr;
  -moz-column-gap: 6.3%;
       column-gap: 6.3%;
  margin-top: 4rem;
}
@media screen and (max-width: 1400px) {
  .sec3-top-locked {
    -moz-column-gap: 3.3%;
         column-gap: 3.3%;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-locked {
    display: block;
  }
}

.sec3-top-locked-left-logo img {
  width: 40.7rem;
}

.sec3-top-locked-tel {
  display: inline-block;
  position: relative;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-locked-tel {
    margin-top: 2rem;
  }
}
.sec3-top-locked-tel a {
  position: absolute;
  inset: 0;
}
.sec3-top-locked-tel img {
  width: 22.6rem;
}
.sec3-top-locked-tel:hover {
  opacity: 0.7 !important;
}

.txt-fs16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .txt-fs16 {
    font-size: 1.5rem;
  }
}

.txt-fs18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 999px) {
  .txt-fs18 {
    font-size: 1.6rem;
  }
}

.sec3-top-locked-address {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  padding-bottom: 3rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-locked-address {
    padding-bottom: 1.5rem;
  }
}
.sec3-top-locked-address:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.6rem;
  background-image: url(../img/top/img12.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.table-calender-icon1 {
  width: 1.8rem;
}

.table-calender-icon2 {
  width: 1.5rem;
}

.table-calender-icon3 {
  width: 1.3rem;
}

.table-calender-top {
  width: 100%;
}
.table-calender-top tr:nth-child(2) td:first-child {
  width: 13rem;
}
@media screen and (max-width: 767px) {
  .table-calender-top tr:nth-child(2) td:first-child {
    width: 10rem;
  }
}
.table-calender-top tr:nth-child(2) td {
  width: calc((100% - 13rem) / 8);
  border-bottom: max(1px, 0.1rem) solid #A3A8A7;
}
@media screen and (max-width: 767px) {
  .table-calender-top tr:nth-child(2) td {
    width: calc((100% - 10rem) / 8);
  }
}
.table-calender-top tr:nth-child(3) td {
  border-bottom: max(1px, 0.1rem) solid #A3A8A7;
}
.table-calender-top tr:nth-child(4) td {
  border-bottom: max(1px, 0.1rem) solid #A3A8A7;
}
.table-calender-top tr td {
  text-align: center;
  padding: 1rem 0;
  vertical-align: middle;
}
.table-calender-top tr td img {
  vertical-align: baseline;
}
.table-calender-top tr:first-child td {
  background-color: #fff;
  padding: 0.4rem 0;
}

.cl-green {
  color: #639A6F;
}

.table-calender-top-sub {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 999px) {
  .table-calender-top-sub {
    margin-bottom: 2rem;
  }
}

.table-calender-top-sub2:before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../img/top/img13.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  margin-right: 1rem;
  transform: translateY(0.3rem);
}

.sec3-top-locked-right-map iframe {
  width: 100%;
  height: 32.5rem;
}

.fw500 {
  font-weight: 500;
}

.fw700 {
  font-weight: 700;
}

.sec3-top-locked-item {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.sec3-top-locked-item:before {
  content: "";
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sec3-top-locked-item1:before {
  background-image: url(../img/top/img16.png);
}
.sec3-top-locked-item2:before {
  background-image: url(../img/top/img17.png);
}
.sec3-top-locked-item3:before {
  background-image: url(../img/top/img18.png);
}

.sec3-top-locked-item-db {
  align-items: center;
  margin-top: -3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-locked-item-db {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-locked-item-db {
    margin-top: 1rem;
  }
}

.sec3-top-locked-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-locked-ul {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-locked-ul {
    display: block;
  }
  .sec3-top-locked-ul li + li {
    margin-top: 1rem;
  }
}

.sec3-top {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #F8F6F3;
  background-image: url(../img/top/img19.png), url(../img/top/img29.png), url(../img/top/img30.png);
  background-size: 100% auto, 68.5rem auto, 68.4rem auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top center, left center, right bottom 25rem;
}
@media screen and (max-width: 999px) {
  .sec3-top {
    background-position: top center, left center, right bottom;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top {
    background-size: auto 20rem, 100% auto, 100% auto;
    background-position: top left, left bottom 30rem, right bottom;
    padding-top: 20rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .sec3-top-locked-right {
    padding-top: 3rem;
  }
}

.cont-1470 {
  max-width: 147rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec3-top-medical-ul {
  -moz-column-gap: 2%;
       column-gap: 2%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 5rem;
}
@media screen and (max-width: 1400px) {
  .sec3-top-medical-ul {
    -moz-column-gap: 1%;
         column-gap: 1%;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-medical-ul {
    padding-top: 3rem;
    row-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-medical-ul {
    row-gap: 2rem;
  }
}
.sec3-top-medical-ul li {
  width: 23.5%;
}
@media screen and (max-width: 1400px) {
  .sec3-top-medical-ul li {
    width: 24.25%;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-medical-ul li {
    width: 32.6666666667%;
  }
  .sec3-top-medical-ul li.green .sec3-top-medical-item-bg {
    background-color: rgba(99, 154, 111, 0.8);
  }
  .sec3-top-medical-ul li.pink .sec3-top-medical-item-bg {
    background-color: rgba(199, 142, 152, 0.8);
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-medical-ul li {
    width: 49.5%;
  }
}
.sec3-top-medical-ul li {
  position: relative;
}
.sec3-top-medical-ul li .sec3-top-medical-link {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.sec3-top-medical-ul li:hover .sec3-top-medical-item-bg .txt-fs18 {
  opacity: 1;
}
.sec3-top-medical-ul li.green:hover .sec3-top-medical-item-bg {
  background-color: rgba(99, 154, 111, 0.9);
}
.sec3-top-medical-ul li.pink:hover .sec3-top-medical-item-bg {
  background-color: rgba(199, 142, 152, 0.9);
}
.sec3-top-medical-ul .sec3-top-medical-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec3-top-medical-ul .sec3-top-medical-item img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 18rem;
  }
}
.sec3-top-medical-ul .sec3-top-medical-item .sec3-top-medical-item-bg {
  position: absolute;
  inset: 0.6rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all 0.3s ease-in-out;
}
.sec3-top-medical-ul .sec3-top-medical-item .sec3-top-medical-item-bg .txt-fs18 {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 1500px) {
  .sec3-top-medical-ul .sec3-top-medical-item .sec3-top-medical-item-bg .txt-fs18 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1300px) {
  .sec3-top-medical-ul .sec3-top-medical-item .sec3-top-medical-item-bg .txt-fs18 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-medical-ul .sec3-top-medical-item .sec3-top-medical-item-bg .txt-fs18 {
    font-size: 1.6rem;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-medical-ul .sec3-top-medical-item .sec3-top-medical-item-bg .txt-fs18 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec3-top-medical-ul .sec3-top-medical-item .sec3-top-medical-item-bg {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-medical-ul .sec3-top-medical-item .sec3-top-medical-item-bg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-medical-ul .sec3-top-medical-item .sec3-top-medical-item-bg {
    padding-bottom: 0;
    inset: 0;
    align-items: flex-start;
    padding-top: 1rem;
  }
}

.sec3-top-medical-tlt {
  background-color: #fff;
  max-width: 28.9rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: -5rem;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.8rem;
  padding-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 2rem auto;
}
@media screen and (max-width: 767px) {
  .sec3-top-medical-tlt {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
.sec3-top-medical-tlt .eng {
  color: #9C9C9C;
}
.sec3-top-medical-tlt .jpn {
  border-bottom: max(1px, 0.1rem) solid #A3A8A7;
  max-width: 23rem;
  margin-left: auto;
  margin-right: auto;
}
.sec3-top-medical-tlt.green {
  background-image: url(../img/top/img21.jpg);
}
.sec3-top-medical-tlt.pink {
  background-image: url(../img/top/img23.jpg);
}

.sec3-top-medical {
  padding-top: 8.5rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-medical {
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-medical {
    padding-top: 2.5rem;
  }
}

@media screen and (min-width: 1000px) {
  .sec3-top-medical-ul2 {
    padding-top: 4rem;
  }
}

.sec4-top {
  background-image: url(../img/top/img31.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sec4-top {
    padding-top: 3rem;
  }
}

.sec4-top-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3.1%;
       column-gap: 3.1%;
  row-gap: 4rem;
  padding-top: 5rem;
}
@media screen and (max-width: 999px) {
  .sec4-top-list {
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-list {
    display: block;
  }
  .sec4-top-list .sec4-top-item + .sec4-top-item {
    margin-top: 3.5rem;
  }
}
.sec4-top-list .sec4-top-item {
  background-color: #fff;
  padding-bottom: 14rem;
  position: relative;
  box-shadow: 0.6rem 1.2rem 2.6rem rgba(0, 0, 0, 0.1);
}
.sec4-top-list .sec4-top-item:first-child, .sec4-top-list .sec4-top-item:last-child {
  border-bottom: max(2px, 0.3rem) solid #C3BFAC;
}
.sec4-top-list .sec4-top-item:nth-child(2), .sec4-top-list .sec4-top-item:nth-child(3) {
  border-bottom: max(2px, 0.3rem) solid #C78E98;
}
@media screen and (max-width: 767px) {
  .sec4-top-list .sec4-top-item {
    padding-bottom: 4rem;
  }
}

.sec4-top-item-eng {
  position: relative;
}
.sec4-top-item-eng .sec4-top-item-eng-txt {
  font-size: 5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 2rem;
  text-align: right;
  line-height: 1;
  color: #EBE9E0;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 999px) {
  .sec4-top-item-eng .sec4-top-item-eng-txt {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-item-eng .sec4-top-item-eng-txt {
    font-size: 2.8rem;
  }
}

.sec4-top-item-content {
  max-width: 53rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec4-top-item-content-tlt {
  font-size: 3rem;
  text-align: center;
  border-bottom: max(1px, 0.1rem) solid #A3A8A7;
  padding-top: 2.5rem;
}
@media screen and (max-width: 999px) {
  .sec4-top-item-content-tlt {
    font-size: 2.4rem;
  }
}

.sec4-top-item-content-tlt-sub {
  color: #9C9C9C;
  text-align: center;
}

.sec4-top-item-content-row {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.7rem;
}

.sec4-top-item-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 6%;
       column-gap: 6%;
  position: absolute;
  max-width: 50rem;
  width: calc(100% - 3rem);
  left: 50%;
  transform: translateX(-50%);
  row-gap: 1.5rem;
}
@media screen and (max-width: 999px) {
  .sec4-top-item-link {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-item-link {
    position: static;
    width: 100%;
    transform: none;
    padding-top: 2.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .sec4-top-item-link a {
    width: 100%;
  }
}
.sec4-top-item-link li {
  width: 47%;
}
@media screen and (max-width: 999px) {
  .sec4-top-item-link li {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .sec4-top-item-link a {
    width: 100%;
  }
}
.sec4-top-item-link--normal {
  bottom: 4.3rem;
}
.sec4-top-item-link--3col {
  bottom: 2rem;
}

.sec4-top-item-img img {
  width: 100%;
}

.sec5-top {
  background-color: #F8F6F3;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url(../img/top/img38.jpg);
  background-size: 192rem auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (max-width: 999px) {
  .sec5-top {
    background-size: auto 40rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}

.sec5-top-main {
  max-width: 186.6rem;
  margin-left: auto;
  width: calc(100% - 1.5rem);
  display: grid;
  grid-template-columns: 86rem 1fr;
  -moz-column-gap: 7.5%;
       column-gap: 7.5%;
  align-items: flex-start;
  padding-top: 6rem;
}
@media screen and (max-width: 1500px) {
  .sec5-top-main {
    grid-template-columns: 57.3% 1fr;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-main {
    grid-template-columns: 51.3% 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-main {
    display: block;
    width: calc(100% - 3rem);
    margin-right: auto;
    padding-top: 0;
    background-color: #EBE9E0;
    box-shadow: 1rem -1rem 0 #639A6F;
    margin-top: 3rem;
  }
}

.sec5-top-left {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .sec5-top-left img {
    box-shadow: 2rem -2rem 0 #639A6F;
  }
}

.sec5-top-right-content {
  position: relative;
  z-index: 2;
  max-width: 53.5rem;
}
.sec5-top-right-content .txt-fs18 {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-right-content .tlt-feature {
    text-align: center;
  }
}

.sec5-top-right {
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 10em;
  margin-top: 2.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
}
@media screen and (max-width: 1500px) {
  .sec5-top-right {
    font-size: 0.67vw;
    padding-bottom: 5em;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-right {
    font-size: 1rem;
    margin-top: 0;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-right {
    padding: 2rem 1.5rem;
  }
}
.sec5-top-right:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(235, 233, 224) 0%, rgb(235, 233, 224) 100%);
  left: -34vw;
}
@media screen and (max-width: 767px) {
  .sec5-top-right:before {
    content: none;
  }
}
.sec5-top-right:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/top/img37.png);
  background-size: 37.1em auto;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (max-width: 999px) {
  .sec5-top-right:after {
    background-size: 20rem auto;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-right:after {
    content: none;
  }
}

.tlt-feature {
  font-size: 3rem;
  border-bottom: max(1px, 0.1rem) solid #A3A8A7;
  padding-bottom: 2.7rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1500px) {
  .tlt-feature {
    font-size: 2vw;
  }
}
@media screen and (max-width: 999px) {
  .tlt-feature {
    font-size: 2.4rem;
    padding-bottom: 0.7rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .tlt-feature {
    font-size: 2rem;
  }
}
.tlt-feature .tlt-feature-eng {
  color: #639A6F;
}
.tlt-feature .tlt-feature-jpn {
  line-height: 1.5;
  padding-top: 2.5rem;
}
@media screen and (max-width: 1500px) {
  .tlt-feature .tlt-feature-jpn {
    padding-top: 1.5vw;
  }
}
@media screen and (max-width: 999px) {
  .tlt-feature .tlt-feature-jpn {
    padding-top: 1rem;
  }
}
.tlt-feature.center {
  text-align: center;
}
.tlt-feature.white {
  color: #fff;
  border-color: #fff;
}
.tlt-feature.white .tlt-feature-eng {
  color: #fff;
}

.sec5-top-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-link {
    justify-content: center;
    row-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sec5-top-link li {
    width: calc((100% - 1.5rem) / 2);
  }
  .sec5-top-link a {
    width: 100%;
  }
}

.setting-link-lv2 {
  display: flex;
  width: 35.7rem;
  height: 9rem;
  justify-content: center;
  align-items: center;
  border: max(1px, 0.1rem) solid #A3A8A7 !important;
  font-size: 1.8rem;
  position: relative;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(235, 233, 224) 100%);
  transition: all 0.3s ease-in-out;
  text-align: center;
  line-height: 1.4;
}
.setting-link-lv2 span {
  display: block;
  position: relative;
  z-index: 3;
}
.setting-link-lv2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: max(2px, 0.4rem);
  background-color: #639A6F;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.setting-link-lv2:after {
  content: "";
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(../img/top/img07.png);
  background-size: 1.2rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 0;
  right: 0;
  background-color: #639A6F;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .setting-link-lv2:after {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.setting-link-lv2 .bg-hvo {
  position: absolute;
  inset: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.setting-link-lv2:hover {
  color: #fff;
}
.setting-link-lv2:hover .bg-hvo {
  background-color: #639A6F;
}
@media screen and (max-width: 999px) {
  .setting-link-lv2 {
    width: 28.7rem;
    height: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .setting-link-lv2 {
    font-size: 1.6rem;
    width: 24.7rem;
    height: 6rem;
  }
}

.sec6-top {
  background-image: url(../img/top/img43.png), url(../img/top/img39.jpg);
  background-size: 192rem auto, cover;
  background-position: bottom center, top center;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
  padding-bottom: 9rem;
  padding-top: 4.8rem;
}
@media screen and (max-width: 999px) {
  .sec6-top {
    background-size: 100rem auto, cover;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top {
    padding-top: 3.8rem;
  }
}
.sec6-top .tlt-feature {
  max-width: 53.2rem;
  margin-left: auto;
  margin-right: auto;
}

.sec6-top-tlt-sub {
  text-align: center;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .sec6-top-tlt-sub {
    max-width: 65rem;
  }
}

.sec6-top-list-img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 3.4%;
       column-gap: 3.4%;
  align-items: flex-start;
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec6-top-list-img {
    -moz-column-gap: 1.5%;
         column-gap: 1.5%;
  }
}
.sec6-top-list-img li:nth-child(2) {
  margin-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  .sec6-top-list-img li:nth-child(2) {
    margin-top: 4rem;
  }
}

.sec7-top-cont {
  max-width: 160rem;
  margin-left: auto;
  width: calc(100% - 1.5rem);
}
@media screen and (max-width: 767px) {
  .sec7-top-cont {
    width: calc(100% - 3rem);
    margin-right: auto;
  }
}

.sec7-top-member-txt2-big {
  font-size: 3rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-member-txt2-big {
    font-size: 2.2rem;
  }
}

.sec7-top-member-txt1 {
  margin-top: 4rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-member-txt1 {
    margin-top: 2.5rem;
  }
}

.sec7-top-member-txt2 {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.sec7-top-member-txt3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
.sec7-top-member-txt3 .sec7-top-member-txt3-green {
  color: #639A6F;
}
@media screen and (max-width: 1500px) {
  .sec7-top-member-txt3 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-member-txt3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-member-txt3 {
    font-size: 2.1rem;
  }
}

.sec7-top-member-txt3-big {
  font-size: 6rem;
  font-weight: 400;
  color: #639A6F;
  display: inline-block;
  margin-right: 1rem;
  transform: translateY(0.5rem);
}
@media screen and (max-width: 1500px) {
  .sec7-top-member-txt3-big {
    font-size: 4vw;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-member-txt3-big {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-member-txt3-big {
    font-size: 3.3rem;
  }
}

.sec7-top-member-left-line {
  border-bottom: max(1px, 0.1rem) solid #9B9F9B;
  padding-top: 5rem;
  max-width: 39rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-member-left-line {
    padding-top: 2rem;
  }
}

.sec7-top-member {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 7.5%;
       column-gap: 7.5%;
  align-items: flex-start;
}
@media screen and (max-width: 1500px) {
  .sec7-top-member {
    -moz-column-gap: 5.5%;
         column-gap: 5.5%;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-member {
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-member {
    display: block;
  }
}
.sec7-top-member .sec7-top-member-left {
  padding-top: 13rem;
}
@media screen and (max-width: 1500px) {
  .sec7-top-member .sec7-top-member-left {
    padding-top: 4.67vw;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-member .sec7-top-member-left {
    padding-top: 1.5rem;
  }
}

.sec7-top-member-right {
  position: relative;
}
.sec7-top-member-right .sec7-top-member-right-img-small {
  position: absolute;
  bottom: -3.7rem;
  left: -5rem;
  width: 35.8rem;
  border: max(2px, 0.3rem) solid #EFEEE7;
}
@media screen and (max-width: 1400px) {
  .sec7-top-member-right .sec7-top-member-right-img-small {
    width: 25.57vw;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-member-right .sec7-top-member-right-img-small {
    width: 28rem;
    bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .sec7-top-member-prp-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .sec7-top-member-prp-link li + li {
    margin-top: 2rem;
  }
}
.sec7-top-member-prp-link a {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .sec7-top-member-prp-link a {
    width: 100%;
  }
}

.sec7-top-member-prp {
  max-width: 115rem;
  display: grid;
  grid-template-columns: 1fr max-content;
  -moz-column-gap: 6.7%;
       column-gap: 6.7%;
  padding-top: 2.5rem;
  width: calc(100% - 1.5rem);
}
@media screen and (max-width: 999px) {
  .sec7-top-member-prp {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-member-prp {
    display: block;
    width: 100%;
  }
}

.sec7-top {
  background-color: #F8F6F3;
  background-image: url(../img/top/img47.png), url(../img/top/img46.jpg);
  background-size: 69.3rem auto, auto 76.8rem;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, bottom left;
  padding-bottom: 8rem;
}
@media screen and (max-width: 999px) {
  .sec7-top {
    padding-bottom: 5rem;
    background-size: 69.3rem auto, cover;
  }
}

@media screen and (max-width: 767px) {
  .sec7-top-member-prp-right {
    padding-top: 3rem;
  }
}

.sec7-top-member-left-img {
  margin-top: 2.5rem;
}

.sec8-top {
  max-width: 184rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 4rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1500px) {
  .sec8-top {
    width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 999px) {
  .sec8-top {
    row-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top {
    display: block;
  }
  .sec8-top .sec8-top-item + .sec8-top-item {
    margin-top: 5rem !important;
  }
}
.sec8-top .sec8-top-item {
  width: 31.3%;
  padding-bottom: 13rem;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .sec8-top .sec8-top-item {
    width: 32.3%;
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 999px) {
  .sec8-top .sec8-top-item {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top .sec8-top-item {
    width: 100%;
    padding-bottom: 2rem;
  }
}
.sec8-top .sec8-top-item:before {
  content: "";
  position: absolute;
  right: -2rem;
  top: -2rem;
  bottom: 2rem;
  left: 5rem;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .sec8-top .sec8-top-item:before {
    right: -1rem;
    top: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top .sec8-top-item:before {
    left: 1rem;
    bottom: 1rem;
  }
}
.sec8-top .sec8-top-item:first-child {
  background: linear-gradient(to right, transparent 0, transparent 3rem, #F2F1EC 3rem, #F2F1EC 100%);
}
.sec8-top .sec8-top-item:first-child .sec8-top-item-img {
  border: max(1px, 0.1rem) solid #C3BFAC;
}
.sec8-top .sec8-top-item:first-child .tlt-feature-eng {
  color: #B2AC90;
}
.sec8-top .sec8-top-item:first-child:before {
  background-color: #C3BFAC;
}
@media screen and (max-width: 1700px) {
  .sec8-top .sec8-top-item:first-child {
    background: linear-gradient(to right, transparent 0, transparent 2rem, #F2F1EC 2rem, #F2F1EC 100%);
  }
}
@media screen and (max-width: 767px) {
  .sec8-top .sec8-top-item:first-child {
    background: #F2F1EC;
  }
}
.sec8-top .sec8-top-item:nth-child(2) {
  margin-top: 4.5rem;
  background: linear-gradient(to right, transparent 0, transparent 3rem, #F8EDEF 3rem, #F8EDEF 100%);
}
.sec8-top .sec8-top-item:nth-child(2) .sec8-top-item-img {
  border: max(1px, 0.1rem) solid #C78E98;
}
.sec8-top .sec8-top-item:nth-child(2) .tlt-feature-eng {
  color: #C78E98;
}
.sec8-top .sec8-top-item:nth-child(2):before {
  background-color: #C78E98;
}
@media screen and (max-width: 1700px) {
  .sec8-top .sec8-top-item:nth-child(2) {
    background: linear-gradient(to right, transparent 0, transparent 2rem, #F8EDEF 2rem, #F8EDEF 100%);
  }
}
@media screen and (max-width: 999px) {
  .sec8-top .sec8-top-item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top .sec8-top-item:nth-child(2) {
    background: #F8EDEF;
  }
}
.sec8-top .sec8-top-item:last-child {
  background: linear-gradient(to right, transparent 0, transparent 3rem, #E5EEE7 3rem, #E5EEE7 100%);
}
.sec8-top .sec8-top-item:last-child .sec8-top-item-img {
  border: max(1px, 0.1rem) solid #639A6F;
}
.sec8-top .sec8-top-item:last-child .tlt-feature-eng {
  color: #639A6F;
}
.sec8-top .sec8-top-item:last-child:before {
  background-color: #639A6F;
}
@media screen and (max-width: 1700px) {
  .sec8-top .sec8-top-item:last-child {
    background: linear-gradient(to right, transparent 0, transparent 2rem, #E5EEE7 2rem, #E5EEE7 100%);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .sec8-top .sec8-top-item:last-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 4rem;
  }
  .sec8-top .sec8-top-item:last-child .sec8-top-item-img {
    width: 45%;
    margin-top: 2rem;
  }
  .sec8-top .sec8-top-item:last-child .sec8-top-item-content {
    width: 55%;
  }
  .sec8-top .sec8-top-item:last-child .sec8-top-item-prp {
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top .sec8-top-item:last-child {
    background: #E5EEE7;
  }
}
.sec8-top .sec8-top-item .setting-link {
  margin-left: auto;
  margin-right: auto;
}
.sec8-top .sec8-top-item .sec8-top-item-link {
  position: absolute;
  bottom: 4.3rem;
  left: 3rem;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .sec8-top .sec8-top-item .sec8-top-item-link {
    bottom: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top .sec8-top-item .sec8-top-item-link {
    position: static;
    margin-top: 2rem;
  }
}
.sec8-top .sec8-top-item .sec8-top-item-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec8-top .sec8-top-item .sec8-top-item-img {
    border: 0 !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1800px) {
  .sec8-top .sec8-top-item .tlt-feature {
    font-size: 1.67vw;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .sec8-top .sec8-top-item .tlt-feature {
    padding-bottom: 1.7rem;
    margin-bottom: 1.5rem;
  }
}
.sec8-top .sec8-top-item-content {
  width: calc(100% - 3rem);
  margin-left: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1.7rem;
}
@media screen and (max-width: 1700px) {
  .sec8-top .sec8-top-item-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .sec8-top .sec8-top-item-content {
    width: 100%;
  }
}

.sec8-top-bg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.sec8-top-bg:before {
  content: "";
  inset: 0;
  z-index: -5;
  background-color: #F8F6F3;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .sec8-top-bg {
    padding-bottom: 2rem;
  }
}

.sec8-top-item-prp {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec8-top-item-prp {
    height: auto !important;
  }
}

.sec9-top {
  background-color: #F8F6F3;
  padding-top: 2.5rem;
  padding-bottom: 6.5rem;
  background-image: url(../img/top/img53.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 192rem auto;
}
@media screen and (max-width: 999px) {
  .sec9-top {
    background-size: 100rem auto;
    padding-bottom: 4.5rem;
  }
}
.sec9-top .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.sec9-top .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.sec9-top .scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.sec9-top .scroll-infinity__item {
  width: 100vw;
  padding-left: 0.78vw;
  padding-right: 0.78vw;
}
.sec9-top .scroll-infinity__item > img {
  width: 100%;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.sec9-top-bg {
  font-size: 1.33vw;
  height: 46.4em;
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: anime1 50s linear infinite;
  background-image: url(../img/top/img54.png);
}

@keyframes anime1 {
  0% {
    background-position: 375.9em 0;
  }
  100% {
    background-position: -375.9em 0;
  }
}
.sec10-top {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url(../img/top/img60.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .sec10-top {
    padding-top: 3rem;
  }
}

.sec10-top-cont {
  max-width: 165rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec10-top-main {
  max-width: 157rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 47.1% 44.6%;
}
@media screen and (max-width: 1500px) {
  .sec10-top-main {
    grid-template-columns: 50.1% 47.6%;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-main {
    display: block;
  }
}
.sec10-top-main .settingh3 {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .sec10-top-main .setting-link {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-main .setting-link {
    margin-top: 3rem;
  }
}

.sec10-top-column-ul li {
  display: grid;
  grid-template-columns: 18.7rem 1fr;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
  width: calc(100% - 3rem);
  padding: 2rem;
  border-bottom: max(1px, 0.1rem) solid #979F9B;
  background-image: url(../img/top/img56.png);
  background-size: 1.5rem auto;
  background-repeat: no-repeat;
  background-position: right 4rem center;
  padding-right: 9.7rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sec10-top-column-ul li:first-child {
  border-top: max(1px, 0.1rem) solid #979F9B;
}
.sec10-top-column-ul li .sec10-top-column-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.sec10-top-column-ul li:hover {
  background-color: #E5EEE7;
}
@media screen and (max-width: 1500px) {
  .sec10-top-column-ul li {
    padding-right: 4.7rem;
    background-position: right 1rem center;
  }
}
@media screen and (max-width: 999px) {
  .sec10-top-column-ul li {
    padding: 1.5rem;
    padding-right: 3rem;
    width: calc(100% - 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-column-ul li {
    grid-template-columns: 13.7rem 1fr;
    padding: 1.5rem 1rem;
    background-position: bottom 0.5rem right 0.5rem;
  }
}

.sec10-top-column-date {
  color: #639A6F;
}

.sec10-top-column-img {
  height: 12.8rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sec10-top-column-img {
    height: 9.8rem;
  }
}

.sec10-top-column {
  overflow: auto;
  height: 50.7rem;
}
@media screen and (max-width: 1500px) {
  .sec10-top-column {
    height: 33.8vw;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-column {
    height: 45rem;
  }
}
.sec10-top-column::-webkit-scrollbar {
  width: max(0.5rem, 2px);
  background-color: #B0DDD0;
}
.sec10-top-column::-webkit-scrollbar-thumb {
  background: #639A6F;
  border-radius: 100rem;
}

.sec10-top-right-img {
  border: max(1px, 0.1rem) solid #C78E98;
}
.sec10-top-right-img img {
  width: 100%;
  box-shadow: 1.5rem -1.5rem 0 #C78E98;
}
@media screen and (max-width: 767px) {
  .sec10-top-right-img img {
    box-shadow: 1rem -1rem 0 #C78E98;
  }
}

.sec10-top-right-tlt {
  line-height: 1.5;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-image: url(../img/top/img58.png), url(../img/top/img59.png);
  background-size: auto 100%, auto 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  padding-left: 7.3em;
  padding-right: 7.3em;
  padding-top: 1.2em;
  margin-top: 1rem;
  font-size: 10px;
}
.sec10-top-right-tlt span {
  font-size: 3em;
}
@media screen and (max-width: 1500px) {
  .sec10-top-right-tlt {
    font-size: 0.67vw;
  }
}
@media screen and (max-width: 999px) {
  .sec10-top-right-tlt {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-right-tlt {
    padding-left: 5.3em;
    padding-right: 5.3em;
    font-size: 1.87vw;
  }
}

.sec10-top-left {
  position: relative;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .sec10-top-left {
    padding-bottom: 4rem;
  }
}

.sec10-top-right {
  position: relative;
}

.sec11-top {
  background-color: #F8F6F3;
  display: flex;
  padding-top: 5rem;
  background-image: url(../img/top/img61.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 192rem auto;
}
.sec11-top iframe {
  width: 100%;
  height: 40rem;
}
@media screen and (max-width: 767px) {
  .sec11-top iframe {
    height: 25rem;
  }
}
@media screen and (max-width: 999px) {
  .sec11-top {
    background-size: 100rem auto;
  }
}

.footer {
  background-color: #DEE9E0;
  padding-top: 7.5rem;
  background-image: url(../img/common/ft02.png);
  background-size: 39.9rem auto;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .footer {
    background-size: 30rem auto;
    padding-top: 5.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer .sec3-top-locked-ul {
    padding-top: 2rem;
  }
}

.footer-cont {
  max-width: 152.6rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.footer-main {
  max-width: 140rem;
  margin-left: auto;
  display: grid;
  grid-template-columns: 56.4rem 74rem;
  justify-content: space-between;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1400px) {
  .footer-main {
    grid-template-columns: 56.4rem 1fr;
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
@media screen and (max-width: 999px) {
  .footer-main {
    grid-template-columns: 47.4rem 1fr;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-main {
    display: block;
  }
}

.footer-left-logo {
  display: inline-block;
}
.footer-left-logo img {
  width: 40.7rem;
}

.footer-left-tel {
  width: 22.6rem;
}

.footer-left-tel1 {
  padding-top: 2.5rem;
}

.footer-right-item {
  background-color: rgba(255, 255, 255, 0.65);
  position: relative;
  padding-left: 7.5rem;
  padding-top: 2.8rem;
  padding-bottom: 3rem;
  padding-right: 5rem;
}
@media screen and (max-width: 1400px) {
  .footer-right-item {
    padding-left: 4.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .footer-right-item {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
.footer-right-item:before {
  font-size: 3rem;
  color: #fff;
  padding-top: 2.8rem;
  letter-spacing: 1rem;
}
@media screen and (min-width: 1000px) {
  .footer-right-item:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 1400px) {
  .footer-right-item:before {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 999px) {
  .footer-right-item:before {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
  }
}
.footer-right-item.clinic:before {
  content: "Clinic";
  background-color: #7BA885;
}
.footer-right-item.medical:before {
  content: "Medical";
  background-color: #C78E98;
}

.footer-right-ul li a {
  display: inline-flex;
  position: relative;
  padding-left: 2rem;
}
.footer-right-ul li a:before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-right-ul.green li a:before {
  color: #7BA885;
}
.footer-right-ul.pink li a:before {
  color: #C78E98;
}
.footer-right-ul li + li {
  margin-top: 0.5rem;
}
@media screen and (max-width: 999px) {
  .footer-right-ul {
    padding-top: 2rem;
    padding-right: 1rem;
  }
}

.footer-right-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 1400px) {
  .footer-right-menu {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-right-menu {
    display: block;
  }
  .footer-right-menu .footer-right-item + .footer-right-item {
    margin-top: 3rem;
  }
}

.coppy-privacy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  background-color: #639A6F;
  justify-content: center;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  padding-top: 1rem;
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 999px) {
  .coppy-privacy {
    padding-bottom: 7.7rem;
  }
}
@media screen and (max-width: 767px) {
  .coppy-privacy {
    padding-bottom: 5.7rem;
  }
}
.coppy-privacy img {
  width: 16.8rem;
}

@media screen and (max-width: 767px) {
  .footer-right {
    padding-top: 4rem;
  }
}

.togglecss {
  position: fixed;
  right: 3rem;
  bottom: 2rem;
  background-color: #639A6F;
  width: 5.3rem;
  height: 5.3rem;
  border-radius: 100rem;
  border: max(1px, 0.1rem) solid #fff;
  z-index: 10;
  cursor: pointer;
  background-image: url(../img/common/ft04.png);
  background-size: 1.7rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 999px) {
  .togglecss {
    right: 1.5rem;
    display: none !important;
  }
}

.banner-scrool-top-link {
  display: block;
  width: 42rem;
}
@media screen and (max-width: 999px) {
  .banner-scrool-top-link {
    width: 33rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-scrool-top-link {
    width: 26rem;
  }
}
.banner-scrool-top-link img {
  width: 100%;
}

.banner-scrool-top {
  position: fixed;
  bottom: 2rem;
  right: 12.5rem;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .banner-scrool-top {
    right: 2.5rem;
    bottom: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-scrool-top {
    bottom: 5rem;
  }
}
.banner-scrool-top .banner-scrool-top-close {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: -1.5rem;
  right: -1.5rem;
  background-image: url(../img/top/img63.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  cursor: pointer;
  z-index: 2;
}

@media screen and (min-width: 1000px) {
  .select-icon-fixed {
    display: none !important;
  }
}
.select-icon-fixed {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 15rem;
}
@media screen and (max-width: 767px) {
  .select-icon-fixed {
    grid-template-columns: 1fr 1fr 5rem;
  }
}
.select-icon-fixed .select-icon-fixed-item {
  display: flex;
  font-size: 2.4rem;
  text-align: center;
  padding: 1.5rem 0;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .select-icon-fixed .select-icon-fixed-item {
    font-size: 1.7rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    padding: 0.7rem 0;
  }
}
.select-icon-fixed .select-icon-fixed-item.tel {
  background-color: #EBE9E0;
}
.select-icon-fixed .select-icon-fixed-item.tel img {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .select-icon-fixed .select-icon-fixed-item.tel img {
    width: 2rem;
  }
}
.select-icon-fixed .select-icon-fixed-item.web {
  background-color: #48514e;
  color: #fff;
}
.select-icon-fixed .select-icon-fixed-item.web img {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .select-icon-fixed .select-icon-fixed-item.web img {
    width: 2rem;
  }
}
.select-icon-fixed .select-icon-fixed-item.pagtop {
  background-color: #C78E98;
  background-image: url(../img/common/ft04.png);
  background-size: 3.7rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .select-icon-fixed .select-icon-fixed-item.pagtop {
    background-size: 1.5rem auto;
  }
}

.menu-block-title--clinic {
  color: #7BA885;
  border-color: #7BA885;
}

.menu-block-title--medical {
  color: #C78E98;
  border-color: #C78E98;
}

.sec8-top-youtube {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  aspect-ratio: 16/9;
  margin-bottom: 7rem;
}
.sec8-top-youtube iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
  border: 0;
}/*# sourceMappingURL=style.css.map */