@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 #B9AD9D;
  padding: 3rem;
}

.box-mencie-doctor-left1 {
  color: #B9AD9D;
  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: #B9AD9D;
  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: rgba(235, 233, 224, 0.5);
  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: #B9AD9D;
  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: #B9AD9D;
  font-weight: 500;
}
@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: #B9AD9D;
  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: #B9AD9D;
    padding-bottom: 0;
  }
}
.table-normal-style tr:last-child td:first-child {
  border-bottom-color: #B9AD9D;
}
.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 #B9AD9D !important;
    background-color: transparent;
  }
}
.table-normal-style tr td {
  border: max(1px, 0.1rem) solid #B9AD9D;
  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;
  position: relative;
  background-image: url(../img/layout_style1/img01.png);
  background-size: 60rem auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  color: #B9AD9D;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 999px) {
  .setting-title h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .setting-title h3 {
    font-size: 2.2rem;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .setting-title h3 {
    margin-bottom: 2.5rem;
    background-size: 55rem auto;
  }
}

.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: #B9AD9D;
  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: #B9AD9D;
  color: #fff;
}
.table-calender-style tr:not(:first-child) td:not(:first-child) {
  border: max(1px, 0.1rem) solid #B9AD9D;
}

.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: #B9AD9D;
  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 #B9AD9D;
}
@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: #B9AD9D;
  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: 3rem;
  height: 3rem;
  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: 2.5rem;
    height: 2.5rem;
  }
}
@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 #B9AD9D;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .list-check-success-bg {
    padding: 0.8rem;
    border: 0.2rem solid #B9AD9D;
    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: #B9AD9D;
  margin-bottom: 2.5rem;
  text-align: center;
  padding: 0.5rem 0;
  border: max(2px, 0.2rem) solid #B9AD9D;
  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/img99.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: #B9AD9D;
  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: #B9AD9D;
  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 #B9AD9D;
}
@media screen and (max-width: 767px) {
  .table-history tr td {
    padding: 1rem;
  }
}
.table-history a {
  color: #B9AD9D;
  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: #B9AD9D;
  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: #B9AD9D;
}
@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;
  letter-spacing: 0.5rem;
  margin-top: -7rem;
  color: rgba(185, 173, 157, 0.1490196078);
}
@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 #B9AD9D;
  }
}
@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 #B9AD9D;
  }
}

.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: rgba(246, 244, 241, 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: 92rem;
  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: #B9AD9D;
}
.link-for-page-child:hover {
  color: #fff;
  background-color: #B9AD9D;
}

.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 #B9AD9D !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: #B9AD9D;
  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: #B9AD9D;
  color: #fff;
  font-weight: 500;
}
.table-price-payment tr td {
  padding: 1.5rem 1rem;
  width: 33.3333333333%;
  border: max(1px, 0.1rem) solid #B9AD9D;
  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: #fff;
  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: #fff;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  background-color: #B9AD9D;
  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: #fff;
  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 #B9AD9D;
  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: #B9AD9D;
  padding-top: 0;
  border-bottom: 0.6rem double #B9AD9D;
}
@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: #B9AD9D;
  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;
  height: 50rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 9.6rem;
}
@media screen and (max-width: 1300px) {
  .banner-page {
    margin-top: 7.38vw;
  }
}
@media screen and (max-width: 999px) {
  .banner-page {
    margin-top: 9rem;
    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: #B9AD9D;
  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;
}

.alower-secmer {
  border: max(1rem, 5px) solid #B9AD9D;
  padding: 3rem 3rem;
  background-color: #f4f3ed;
}
@media screen and (max-width: 767px) {
  .alower-secmer {
    padding: 2rem 1.5rem;
    border: max(0.5rem, 1px) solid #B9AD9D;
  }
}

#toc_container {
  border: 0 !important;
  position: relative;
  color: #918682;
  width: 66rem !important;
  margin-bottom: 0 !important;
  padding: 2rem 1.5rem !important;
  background-color: rgba(246, 244, 241, 0.6) !important;
}
@media screen and (max-width: 767px) {
  #toc_container {
    width: 100% !important;
  }
}
#toc_container .toc_title {
  text-align: left !important;
  background-color: #fff;
  color: #B9AD9D;
  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;
}

.lock-view-top {
  max-width: 97.3rem;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(185, 173, 157, 0.1);
  color: #B9AD9D;
  font-weight: 500;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: max(2px, 0.3rem) solid #B9AD9D;
  border-bottom: max(2px, 0.3rem) solid #B9AD9D;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}

.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: #B9AD9D;
  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: #B9AD9D;
}

.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 #B9AD9D;
  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: #B9AD9D;
  -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: #B9AD9D;
}
@media screen and (min-width: 768px) {
  .under-list-ul a:hover {
    color: #B9AD9D;
    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: #B9AD9D;
}
@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: #B9AD9D;
  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 #B9AD9D;
}

.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: #B9AD9D;
  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 #B9AD9D;
    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 #B9AD9D;
  }
  .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: #B9AD9D;
  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: #B9AD9D;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.archive-post-category {
  font-size: 1.8rem;
  color: #B9AD9D;
  font-weight: 500;
  border: max(1px, 0.1rem) solid #B9AD9D;
}
.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: #B9AD9D;
}
.wrap-pagi .wp-pagenavi a:hover, .wrap-pagi .wp-pagenavi span.current {
  background-color: #B9AD9D;
  color: #fff;
  border-color: #B9AD9D;
}

.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: #B9AD9D !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: 3em;
}
.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: #B9AD9D;
  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 #B9AD9D !important;
  border-radius: 10rem;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #B9AD9D;
}
.link-arline-page:hover {
  background-color: #fff;
  color: #B9AD9D;
}
@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: #B9AD9D;
  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: #B9AD9D;
  border-bottom: max(1px, 0.1rem) solid #B9AD9D;
  line-height: 1.2;
}

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

.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: #B9AD9D;
  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: #B9AD9D;
  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: #B9AD9D;
  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: #B9AD9D;
  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: #B9AD9D;
  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: #B9AD9D;
  border: max(1px, 0.1rem) solid #B9AD9D;
  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: #B9AD9D;
}

.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-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: #B9AD9D;
  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: #B9AD9D;
  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: #B9AD9D;
  font-weight: 500;
}

.doctor-single-name {
  font-size: 2.3rem;
  font-weight: 500;
  text-align: right;
  color: #B9AD9D;
}
@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 {
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-left: 3em;
  padding-right: 10em;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1700px) {
  header {
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 1400px) {
  header {
    padding-right: 9em;
  }
}
@media screen and (max-width: 1300px) {
  header {
    font-size: 0.77vw;
  }
}
@media screen and (max-width: 999px) {
  header {
    font-size: 1rem;
    padding-left: 1.5em;
    padding-right: 1.5em;
    background-color: #F6F4F1;
    position: fixed;
  }
}
@media screen and (min-width: 1000px) {
  header.is-active {
    background-color: #F6F4F1;
  }
  header.is-active .hd-address {
    color: #535353;
  }
  header.is-active .header-right-ul {
    opacity: 1;
    z-index: 1;
  }
  header.is-active {
    position: fixed;
  }
}

.header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 9.6em;
}

.logo-hd {
  width: 18.5em;
}

.header-right-item-link {
  position: relative;
  z-index: 2;
}
.header-right-item-link .jpn {
  font-size: 1.8em;
  transition: all 0.3s ease-in-out;
}
.header-right-item-link .eng {
  font-size: 1.4em;
  color: #B9AD9D;
  text-transform: uppercase;
}
.header-right-item-link span {
  display: block;
  text-align: center;
}
.header-right-item-link:hover .jpn, .header-right-item-link.is-active .jpn {
  color: #B9AD9D;
}

.header-right-ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10em;
       column-gap: 10em;
}
@media screen and (max-width: 1700px) {
  .header-right-ul {
    -moz-column-gap: 7em;
         column-gap: 7em;
  }
}
@media screen and (max-width: 1500px) {
  .header-right-ul {
    -moz-column-gap: 4em;
         column-gap: 4em;
  }
}
.header-right-ul > li + li > a {
  position: relative;
}
.header-right-ul > li + li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5em;
  bottom: 0;
  width: max(0.1em, 1px);
  background-color: #B9AD9D;
  transform: rotate(30deg);
}
@media screen and (max-width: 1700px) {
  .header-right-ul > li + li > a:before {
    left: -3.5em;
  }
}
@media screen and (max-width: 1500px) {
  .header-right-ul > li + li > a:before {
    left: -2em;
    transform: rotate(15deg);
  }
}
.header-right-ul--top {
  opacity: 0;
  z-index: -1000;
}

.hd-address {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.hd-address:before {
  content: "";
  display: inline-block;
  width: 3.5em;
  height: 3.5em;
  border-radius: 100em;
  background-color: #B9AD9D;
  background-image: url(../img/common/img01.png);
  background-size: 1.5em auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .hd-address:before {
    width: 2.5em;
    height: 2.5em;
  }
}
.hd-address span {
  font-size: 1.6em;
}

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

.header-icon-toggle {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  font-size: 10px;
}
@media screen and (max-width: 1300px) {
  .header-icon-toggle {
    font-size: 0.77vw;
  }
}
@media screen and (max-width: 999px) {
  .header-icon-toggle {
    font-size: 1rem;
    z-index: 50;
    top: auto;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1.3fr 1.3fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .header-icon-toggle {
    grid-template-columns: 1fr 1fr 5rem 5rem 5rem;
  }
}

.header-icon-toggle-item-first {
  background-color: #F6F4F1;
  padding: 0 1.5rem;
  height: 9.6em;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .header-icon-toggle-item-first {
    display: none;
  }
}

.header-icon-toggle-item-two {
  background-color: #B9AD9D;
  text-align: center;
  color: #fff;
  padding-top: 4em;
  padding-bottom: 1.5em;
  background-image: url(../img/common/img02.png);
  background-size: 2.3em auto;
  background-repeat: no-repeat;
  background-position: top 1em center;
  display: block;
}
@media screen and (max-width: 999px) {
  .header-icon-toggle-item-two {
    background-size: 2.7em auto;
    line-height: 1.3;
    background-color: #ddbc8f;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .header-icon-toggle-item-two {
    padding-top: 2em;
    background-position: left 1.5em center;
    padding-left: 2em;
  }
}
@media screen and (max-width: 767px) {
  .header-icon-toggle-item-two {
    background-size: 2em auto;
    padding-bottom: 1em;
    padding-top: 3em;
    background-position: top 0.5em center;
  }
}
.header-icon-toggle-item-two span {
  font-size: 1.6em;
}
@media screen and (max-width: 999px) {
  .header-icon-toggle-item-two span {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .header-icon-toggle-item-two span {
    font-size: 1.8em;
  }
}

.header-icon-toggle-item-three {
  background-color: #889096;
  color: #fff;
  display: block;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  padding-top: 4em;
  padding-bottom: 1.8em;
  background-image: url(../img/common/img03.png);
  background-size: 2.1em auto;
  background-repeat: no-repeat;
  background-position: top 1.5em center;
}
.header-icon-toggle-item-three span {
  font-size: 2.5em;
}
@media screen and (max-width: 999px) {
  .header-icon-toggle-item-three span br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-icon-toggle-item-three span {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 999px) {
  .header-icon-toggle-item-three {
    background-size: 2.7em auto;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .header-icon-toggle-item-three {
    padding-top: 2em;
    background-position: left 1.5em center;
    padding-left: 2em;
  }
}
@media screen and (max-width: 767px) {
  .header-icon-toggle-item-three {
    padding-bottom: 1em;
    padding-top: 3em;
    background-size: 2.2em auto;
    background-position: top 1em center;
  }
}

.header-icon-toggle-item-last {
  display: block;
  background-color: #F6F4F1;
  height: 5em;
  background-image: url(../img/common/img04.png);
  background-size: 3.6em auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.header-icon-toggle-item-last.line {
  background-image: url(../img/common/line.png);
}
@media screen and (max-width: 999px) {
  .header-icon-toggle-item-last.line {
    background-color: #00C200;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 767px) {
  .header-icon-toggle-item-last.line {
    background-size: 5rem auto;
  }
}
@media screen and (max-width: 999px) {
  .header-icon-toggle-item-last {
    height: auto;
    background-size: 4.2em auto;
  }
  .header-icon-toggle-item-last.instagram {
    background-image: url(../img/common/instagram.png), linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4.2em auto, cover;
  }
}
@media screen and (max-width: 767px) {
  .header-icon-toggle-item-last.instagram {
    background-size: 3.2em auto, cover;
  }
}

.menu-pc {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
}
@media screen and (max-width: 999px) {
  .menu-pc {
    left: 0;
  }
}

.menu-pc-volow {
  background-color: #F6F4F1;
  width: 60rem;
  height: 100%;
  padding-top: 12rem;
  padding-left: 2rem;
  padding-right: 10rem;
}
@media screen and (max-width: 999px) {
  .menu-pc-volow {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.menu-pc-content {
  padding-bottom: 4rem;
}

.menu-pc-volow-scrool {
  overflow: auto;
  height: 100%;
  padding-right: 3rem;
}
@media screen and (min-width: 1000px) {
  .menu-pc-volow-scrool::-webkit-scrollbar {
    width: max(0.5rem, 2px);
    background-color: rgba(185, 173, 157, 0.5);
  }
  .menu-pc-volow-scrool::-webkit-scrollbar-thumb {
    background: #B9AD9D;
    border-radius: 100rem;
  }
}
@media screen and (max-width: 999px) {
  .menu-pc-volow-scrool {
    padding-right: 1.5rem;
  }
}

.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.7rem;
  background-repeat: no-repeat;
  background-position: left top 1rem;
  padding-left: 2rem;
}
.menu-toggle-menu-ul a:hover, .menu-toggle-menu-ul a.is-active {
  color: #B9AD9D;
}

.page-topjs {
  background-color: #ddbc8f;
  background-image: url(../img/common/ft04.png);
  background-size: 4em auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .page-topjs {
    background-size: 3em auto;
  }
}

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

.sec1-top-mv {
  position: absolute;
  inset: 0;
}
.sec1-top-mv video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 999px) {
  .sec1-top-mv {
    top: 9.6rem;
  }
}

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

.sec1-top {
  width: calc(100% - 8rem);
  border-bottom-right-radius: 15.63vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec1-top {
    width: 100%;
    padding-top: 9.6rem;
    border-radius: 0;
  }
}

.sec1-top-item-content {
  text-align: right;
  position: absolute;
  bottom: 18em;
  right: 6.25vw;
  font-size: 10px;
}
.sec1-top-item-content h1, .sec1-top-item-content h2, .sec1-top-item-content h3, .sec1-top-item-content h4, .sec1-top-item-content h5, .sec1-top-item-content h6 {
  font-size: 6rem;
  color: #F6F4F1;
  line-height: 1.3;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1700px) {
  .sec1-top-item-content h1, .sec1-top-item-content h2, .sec1-top-item-content h3, .sec1-top-item-content h4, .sec1-top-item-content h5, .sec1-top-item-content h6 {
    font-size: 3.53vw;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-item-content h1, .sec1-top-item-content h2, .sec1-top-item-content h3, .sec1-top-item-content h4, .sec1-top-item-content h5, .sec1-top-item-content h6 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1700px) {
  .sec1-top-item-content {
    right: 3vw;
  }
}
@media screen and (max-width: 1600px) {
  .sec1-top-item-content {
    right: 0;
  }
}
@media screen and (max-width: 1400px) {
  .sec1-top-item-content {
    bottom: 10.86vw;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-item-content {
    right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-item-content {
    bottom: 16rem;
  }
}

.sec1-top-item-content-prp {
  font-size: 2.6rem;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
  margin-top: 3rem;
  padding-right: 4rem;
}
@media screen and (max-width: 1400px) {
  .sec1-top-item-content-prp {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-item-content-prp {
    padding-right: 3rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-item-content-prp {
    font-size: 1.8rem;
    margin-top: 1rem;
    padding-right: 2rem;
  }
}

.sec1-top-text-alow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 5.57vw;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec1-top-text-alow {
    bottom: 1rem;
  }
}

.sec1-top-text-alow {
  overflow: hidden;
  width: 100%;
}

.sec1-top-text-alow-inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 20s linear infinite;
}

.sec1-top-text-alow-txt {
  flex-shrink: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0 2rem;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.sec1-top-boper {
  position: absolute;
  bottom: 10rem;
  left: 4rem;
}
@media screen and (max-width: 1600px) {
  .sec1-top-boper {
    left: 2rem;
    bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-boper {
    left: 1.5rem;
    right: 1.5rem;
    bottom: 4rem;
  }
}

.sec1-top-boper-ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 1500px) {
  .sec1-top-boper-ul {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .sec1-top-boper-ul {
    row-gap: 1rem;
    width: 35rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-boper-ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 0.6rem;
         column-gap: 0.6rem;
  }
}
.sec1-top-boper-ul li .sec1-top-boper-img {
  display: block;
  width: 22rem;
}
@media screen and (max-width: 1600px) {
  .sec1-top-boper-ul li .sec1-top-boper-img {
    width: 13.75vw;
  }
}
@media screen and (max-width: 1400px) {
  .sec1-top-boper-ul li .sec1-top-boper-img {
    width: 16.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-boper-ul li .sec1-top-boper-img {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .sec1-top-boper-ul li:first-child {
    width: 100%;
  }
  .sec1-top-boper-ul li:first-child .sec1-top-boper-img {
    margin-left: auto;
    margin-right: auto;
  }
}

.sec2-top {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 8rem;
  font-size: 1rem;
}
@media screen and (max-width: 999px) {
  .sec2-top {
    display: none;
  }
}
.sec2-top p.sec2-top-cpright {
  transform: rotate(90deg);
  width: 26rem;
  margin-top: 49vh;
  transform-origin: top left;
  margin-left: 5rem;
}
.sec2-top .sec2-top-cpright-skin {
  position: absolute;
  bottom: 5vh;
  left: 50%;
  width: 2rem;
  height: 7.8rem;
  transform: translateX(-50%);
  background-image: url(../img/top/img06.svg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.sec2-top .sec2-top-cpright-skin a {
  position: absolute;
  inset: 0;
}

.bg-normal {
  background-color: #F6F4F1;
}

.sec3-top {
  position: relative;
  font-size: 10px;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  padding-bottom: 3rem;
  z-index: 20;
}
@media screen and (max-width: 999px) {
  .sec3-top {
    display: none;
  }
}

.sec4-top {
  position: relative;
  padding-top: 2rem;
  background-image: url(../img/top/img11.png);
  background-size: 192rem auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 8rem;
}
@media screen and (max-width: 999px) {
  .sec4-top {
    padding-top: 5rem;
  }
}

.sec4-top-cont {
  max-width: 148.8rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec4-top-cont {
    display: block;
  }
}

.sec4-top-item {
  position: relative;
  z-index: 2;
  width: 48.6%;
}
@media screen and (max-width: 767px) {
  .sec4-top-item {
    width: 100%;
  }
}

.sec4-top-setting-tlt {
  background-image: url(../img/top/img07.png);
  background-size: 3.5rem auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 4.5rem;
}
.sec4-top-setting-tlt h1 span, .sec4-top-setting-tlt h2 span, .sec4-top-setting-tlt h3 span, .sec4-top-setting-tlt h4 span, .sec4-top-setting-tlt h5 span, .sec4-top-setting-tlt h6 span {
  display: block;
  line-height: 1;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
.sec4-top-setting-tlt h1 .eng, .sec4-top-setting-tlt h2 .eng, .sec4-top-setting-tlt h3 .eng, .sec4-top-setting-tlt h4 .eng, .sec4-top-setting-tlt h5 .eng, .sec4-top-setting-tlt h6 .eng {
  color: #B9AD9D;
  font-size: 6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 999px) {
  .sec4-top-setting-tlt h1 .eng, .sec4-top-setting-tlt h2 .eng, .sec4-top-setting-tlt h3 .eng, .sec4-top-setting-tlt h4 .eng, .sec4-top-setting-tlt h5 .eng, .sec4-top-setting-tlt h6 .eng {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-setting-tlt h1 .eng, .sec4-top-setting-tlt h2 .eng, .sec4-top-setting-tlt h3 .eng, .sec4-top-setting-tlt h4 .eng, .sec4-top-setting-tlt h5 .eng, .sec4-top-setting-tlt h6 .eng {
    font-size: 3.2rem;
  }
}
.sec4-top-setting-tlt h1 .eng::first-letter, .sec4-top-setting-tlt h2 .eng::first-letter, .sec4-top-setting-tlt h3 .eng::first-letter, .sec4-top-setting-tlt h4 .eng::first-letter, .sec4-top-setting-tlt h5 .eng::first-letter, .sec4-top-setting-tlt h6 .eng::first-letter {
  color: #918682;
}
.sec4-top-setting-tlt h1 .jpn, .sec4-top-setting-tlt h2 .jpn, .sec4-top-setting-tlt h3 .jpn, .sec4-top-setting-tlt h4 .jpn, .sec4-top-setting-tlt h5 .jpn, .sec4-top-setting-tlt h6 .jpn {
  font-size: 2.6rem;
  padding-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-setting-tlt h1 .jpn, .sec4-top-setting-tlt h2 .jpn, .sec4-top-setting-tlt h3 .jpn, .sec4-top-setting-tlt h4 .jpn, .sec4-top-setting-tlt h5 .jpn, .sec4-top-setting-tlt h6 .jpn {
    font-size: 2.2rem;
  }
}

.sec4-top-item-box {
  background-color: #fff;
  box-shadow: 0.4rem 0.7rem 2rem rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-bottom: 3.7rem;
  padding-top: 4rem;
  margin-top: 3.5rem;
}
.sec4-top-item-box .style-link-lv1 {
  margin-top: 3rem;
}
@media screen and (max-width: 999px) {
  .sec4-top-item-box {
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-item-box {
    margin-top: 2.5rem;
  }
}

.sec4-top-item-category {
  font-size: 1.8rem;
  color: #fff;
  background-color: #B9AD9D;
  border-radius: 100rem;
  display: inline-block;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-item-category {
    font-size: 1.6rem;
    padding: 0 1.5rem;
  }
}

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

.sec4-top-item-date {
  color: #B9AD9D;
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-item-date {
    display: inline-block;
    width: 9rem;
  }
}

.sec4-top-item-tlt {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
}

.sec4-top-item-tltm {
  width: calc(100% - 10rem);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url(../img/top/img08.png);
  background-size: 2.3rem auto;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-item-tltm {
    width: 100%;
  }
}

.sec4-top-item-list {
  width: calc(100% - 2rem);
}
@media screen and (max-width: 767px) {
  .sec4-top-item-list {
    width: calc(100% - 1rem);
  }
}
.sec4-top-item-list li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: max(1px, 0.1rem) solid #B9AD9D;
}

.style-link-lv1 {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  min-width: 20.9rem;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  color: #fff;
  background-color: #B9AD9D;
  border-radius: 10rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding-left: 2rem;
}
.style-link-lv1:before {
  content: "";
  position: absolute;
  width: 7rem;
  height: 7rem;
  border-radius: 100rem;
  background-color: #918682;
  bottom: 0.5rem;
  right: calc(100% - 4rem);
  background-image: url(../img/top/img09.png);
  background-size: 2.2rem auto;
  background-repeat: no-repeat;
  background-position: bottom 2rem right 0.9rem;
}
.style-link-lv1:hover {
  background-color: #918682;
}
@media screen and (max-width: 767px) {
  .style-link-lv1 {
    font-size: 1.6rem;
  }
}
.style-link-lv1.center {
  margin-left: auto;
  margin-right: auto;
}
.style-link-lv1.white {
  background-color: transparent;
  border: max(1px, 0.1rem) solid #fff;
}
.style-link-lv1.white:before {
  background-color: #fff;
  background-image: url(../img/top/img08.png);
}
.style-link-lv1.white:hover {
  background-color: #fff;
  color: #918682;
}

.sec4-top-item-scrool {
  overflow: auto;
}
.sec4-top-item-scrool::-webkit-scrollbar {
  width: max(0.5rem, 4px);
  background-color: rgba(185, 173, 157, 0.5);
}
.sec4-top-item-scrool::-webkit-scrollbar-thumb {
  background: #B9AD9D;
  border-radius: 100rem;
}
.sec4-top-item-scrool .sec4-top-item-list {
  height: 28rem;
}

.eng-big {
  font-size: 10rem;
  color: #E2DED9;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .eng-big {
    font-size: 7rem;
  }
}
@media screen and (max-width: 999px) {
  .eng-big {
    font-size: 5rem;
  }
}

.sec4-top--eng01 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: -moz-max-content;
  height: max-content;
  left: 8rem;
  opacity: 0.36;
}
@media screen and (max-width: 1700px) {
  .sec4-top--eng01 {
    left: 1rem;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top--eng01 {
    display: none;
  }
}

.sec4-top--eng02 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: -moz-max-content;
  height: max-content;
  right: 4rem;
  opacity: 0.36;
}
@media screen and (max-width: 1700px) {
  .sec4-top--eng02 {
    right: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top--eng02 {
    display: none;
  }
}

.sec4-top-icon {
  position: absolute;
  top: -10rem;
  right: 0;
  width: 42.4rem;
  height: 50.7rem;
  background-image: url(../img/top/img10.png);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1500px) {
  .sec4-top-icon {
    top: -6.67vw;
    width: 28.27vw;
    height: 33.8vw;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-icon {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-icon {
    width: 42.27vw;
    height: 48.8vw;
  }
}

@media screen and (max-width: 767px) {
  .sec4-top-item + .sec4-top-item {
    margin-top: 3rem;
  }
}

.sec5-top {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 999px) {
  .sec5-top {
    justify-content: space-between;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top {
    margin-top: 1rem;
  }
}
.sec5-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  max-width: 100%;
  width: 170.4rem;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F6F5F4;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background-image: url(../img/top/img12.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0.3;
}
@media screen and (max-width: 999px) {
  .sec5-top:before {
    border-radius: 0;
    background-position: top right;
  }
}
.sec5-top .sec5-top-left, .sec5-top .sec5-top-right {
  width: 24.5%;
}
@media screen and (max-width: 1500px) {
  .sec5-top .sec5-top-left, .sec5-top .sec5-top-right {
    width: 28%;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top .sec5-top-left, .sec5-top .sec5-top-right {
    width: 100%;
  }
}
.sec5-top .sec5-top-right {
  padding-top: 9rem;
}
.sec5-top .sec5-top-right img {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .sec5-top .sec5-top-right img {
    border-radius: 0;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top .sec5-top-right {
    width: 39%;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top .sec5-top-right {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }
  .sec5-top .sec5-top-right img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 20rem;
  }
}
.sec5-top .sec5-top-mid {
  width: 51%;
  padding-top: 5.3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1500px) {
  .sec5-top .sec5-top-mid {
    width: 44%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top .sec5-top-mid {
    width: 59%;
    padding-top: 9.3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top .sec5-top-mid {
    width: 100%;
    padding-top: 3.3rem;
  }
}

.sec5-top-mid-logo {
  width: 18.5rem;
}

.web-btn, .tell-btn {
  font-size: 10px;
}
@media screen and (max-width: 1600px) {
  .web-btn, .tell-btn {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 1500px) {
  .web-btn, .tell-btn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1400px) {
  .web-btn, .tell-btn {
    font-size: 0.71vw;
  }
}
@media screen and (max-width: 999px) {
  .web-btn, .tell-btn {
    font-size: 1rem;
  }
}

.web-btn {
  width: 24.2em;
  height: 7em;
  display: block;
  border-radius: 100rem;
  overflow: hidden;
  background-color: #B9AD9D;
  transition: all 0.3s ease-in-out;
  background-image: url(../img/top/img18.png);
  background-size: 6.5em auto;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .web-btn {
    width: 29.4rem;
  }
}
.web-btn:before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask: url("../img/top/img19.svg") no-repeat center;
          mask: url("../img/top/img19.svg") no-repeat center;
  -webkit-mask-size: 15em auto;
          mask-size: 15em auto;
  background-color: #fff;
  left: 4em;
}
.web-btn:hover {
  background-color: #918682;
}

.tell-btn {
  width: 29.4em;
  height: 7em;
  display: block;
  border-radius: 100rem;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  background-image: url(../img/top/img16.png);
  background-size: 6.5em auto;
  background-repeat: no-repeat;
  background-position: top left;
  border: max(1px, 0.1rem) solid #889096 !important;
  text-align: center;
  padding-left: 4em;
  padding-top: 0.3em;
  position: relative;
}
.tell-btn:before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask: url("../img/top/img17.svg") no-repeat center;
          mask: url("../img/top/img17.svg") no-repeat center;
  -webkit-mask-size: 21em auto;
          mask-size: 21em auto;
  background-color: #889096;
  left: 3em;
}
.tell-btn img {
  width: 21em;
}
.tell-btn:hover {
  background-color: #889096;
}
.tell-btn:hover:before {
  background-color: #fff;
}

.sec5-top-mid-list-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: center;
  padding-top: 4.2rem;
  padding-bottom: 4.7rem;
}
@media screen and (max-width: 1600px) {
  .sec5-top-mid-list-icon {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media screen and (max-width: 1500px) {
  .sec5-top-mid-list-icon {
    row-gap: 1.5rem;
  }
  .sec5-top-mid-list-icon li:first-child {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1400px) {
  .sec5-top-mid-list-icon {
    padding-top: 3.2rem;
    padding-bottom: 2.7rem;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-mid-list-icon {
    padding-top: 0;
  }
}

.table-calender {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.table-calenderm {
  width: 100%;
  font-size: 1.8rem;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .table-calenderm {
    font-size: 1.4rem;
  }
}
.table-calenderm tr td:first-child {
  width: 12rem;
  text-align: left;
  padding-left: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .table-calenderm tr td:first-child {
    width: 8rem;
    padding-left: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .table-calenderm tr td:last-child {
    width: 5rem;
  }
}
.table-calenderm tr td {
  width: calc((100% - 12rem) / 7);
  text-align: center;
}
.table-calenderm tr td .cril {
  font-size: 1.4rem;
  color: #B9AD9D;
}
@media screen and (max-width: 767px) {
  .table-calenderm tr td {
    width: calc((100% - 13rem) / 6);
  }
}
.table-calenderm tr:first-child {
  background-color: #E2DED9;
}
.table-calenderm tr + tr td {
  border-bottom: max(1px, 0.1rem) solid #B9AD9D;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.table-calender-sup {
  margin-top: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .table-calender-sup {
    padding-left: 0.6rem;
  }
}

.txt-fs35 {
  font-size: 3.5rem;
}
@media screen and (max-width: 1400px) {
  .txt-fs35 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .txt-fs35 {
    font-size: 2.2rem;
  }
}

.tlt-style-lv2 {
  color: #B9AD9D;
}

.sec5-top-mid-access-tlt {
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
  margin-top: 2.8rem;
}
@media screen and (max-width: 1400px) {
  .sec5-top-mid-access-tlt {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.sec5-top-mid-access-tlt .hd-address {
  color: #535353;
}

.sec5-top-mid-access-moc-tlt {
  line-height: 1.1;
}
.sec5-top-mid-access-moc-tlt span {
  font-size: 3rem;
  font-weight: 700;
  color: #918682;
}
@media screen and (max-width: 767px) {
  .sec5-top-mid-access-moc-tlt span {
    font-size: 2.2rem;
  }
}

.sec5-top-mid-access-moc-item {
  display: grid;
  grid-template-columns: 6.3rem 1fr;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-left: 2.3rem;
  padding-right: 2.3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-mid-access-moc-item {
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: 4rem 1fr;
  }
}

.sec5-top-mid-access-moc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 3.7rem;
}
.sec5-top-mid-access-moc .sec5-top-mid-access-moc-item:first-child {
  border-right: max(1px, 0.1rem) solid #B9AD9D;
}
@media screen and (max-width: 767px) {
  .sec5-top-mid-access-moc .sec5-top-mid-access-moc-item:first-child {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-mid-access-moc {
    justify-content: space-between;
  }
}

.sec5-top-mid-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-mid-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .sec5-top-mid-link a {
    width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .view-1000 {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .view-999 {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .sec5-top-left-img {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-left-img {
    margin-top: 0;
  }
}

.sec6-top {
  max-width: 170.4rem;
  width: calc(100% - 1.5rem);
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .sec6-top {
    margin-top: 0;
    width: 100%;
  }
}

.sec6-top-googlemap {
  max-width: 148.8rem;
  margin-left: auto;
  width: calc(100% - 1.5rem);
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec6-top-googlemap {
    width: 100%;
    border-radius: 0;
  }
}
.sec6-top-googlemap iframe {
  width: 100%;
  height: 32.4rem;
}

.sec7-top {
  position: relative;
}
.sec7-top .sec7-top--eng02 {
  position: absolute;
  bottom: -2rem;
  right: 4rem;
  height: -moz-max-content;
  height: max-content;
  z-index: -3;
  opacity: 0.36;
}
@media screen and (max-width: 1500px) {
  .sec7-top .sec7-top--eng02 {
    bottom: 28rem;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top {
    display: none;
  }
}

.sec8-top-flex {
  max-width: 184rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec8-top-flex .sec8-top-flex-left {
  width: 37.3%;
}
.sec8-top-flex .sec8-top-flex-right {
  width: 59.9%;
  padding-top: 5.5rem;
  padding-bottom: 8rem;
  position: relative;
}
.sec8-top-flex .sec8-top-flex-right .sec8-top-flex-right-img {
  width: 24.48vw;
  position: absolute;
  top: -6rem;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .sec8-top-flex .sec8-top-flex-right .sec8-top-flex-right-img {
    top: 1rem;
  }
}
@media screen and (max-width: 999px) {
  .sec8-top-flex .sec8-top-flex-right .sec8-top-flex-right-img {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .sec8-top-flex .sec8-top-flex-right {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 999px) {
  .sec8-top-flex .sec8-top-flex-right {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-flex .sec8-top-flex-right {
    width: 100%;
    padding-left: 1.5rem;
    padding-top: 4rem;
  }
}

.sec8-top-flex-left img {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.sec8-top-flex-right img {
  border-radius: 2rem;
}
@media screen and (max-width: 1800px) {
  .sec8-top-flex-right img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.sec8-top-flex-tlt {
  display: inline-block;
  border-radius: 0.8rem;
  color: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
}
.sec8-top-flex-tlt.first {
  background-color: #889096;
}
.sec8-top-flex-tlt.last {
  background-color: #B9AD9D;
  margin-left: 5.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1700px) {
  .sec8-top-flex-tlt.last {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-flex-tlt.last {
    margin-top: 1rem;
  }
}

.sec8-top-flex-right-prp {
  margin-left: 10rem;
  margin-top: 6.5rem;
  max-width: 64rem;
}
.sec8-top-flex-right-prp .txt-fs35 {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1400px) {
  .sec8-top-flex-right-prp .txt-fs35 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 1500px) {
  .sec8-top-flex-right-prp {
    margin-left: 0;
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .sec8-top-flex-right-prp {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-flex-right-prp {
    margin-top: 1.5rem;
  }
}

.sec8-top-flex-right-link {
  margin-top: 5rem;
}
@media screen and (max-width: 1400px) {
  .sec8-top-flex-right-link {
    margin-top: 3rem;
  }
}

.sec8-top-main {
  position: relative;
}
.sec8-top-main:before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 170.4rem;
  right: 0;
  bottom: 0;
  top: 8rem;
  background-image: url(../img/top/img25.jpg);
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  z-index: -1;
  border-bottom-left-radius: 2rem;
}
@media screen and (max-width: 1500px) {
  .sec8-top-main:before {
    border-bottom-left-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-main:before {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-main {
    margin-top: 3rem;
  }
}

.sec8-top {
  position: relative;
  margin-top: 10rem;
}
@media screen and (max-width: 999px) {
  .sec8-top {
    margin-top: 5rem;
  }
}
.sec8-top:before {
  content: "";
  z-index: -1;
  width: 26.5rem;
  height: 30.9rem;
  background-image: url(../img/top/img26.png);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: calc(100% - 15rem);
}
@media screen and (max-width: 999px) {
  .sec8-top:before {
    width: 20.5rem;
    height: 23.9rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top:before {
    width: 12.5rem;
    height: 13.9rem;
  }
}

.sec9-top {
  position: relative;
}
.sec9-top .sec9-top--eng02 {
  position: absolute;
  bottom: 0;
  left: 3.65vw;
  height: -moz-max-content;
  height: max-content;
  color: #F6F4F1;
}
@media screen and (max-width: 1500px) {
  .sec9-top .sec9-top--eng02 {
    left: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec9-top {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .sec8-top-flex-leftm {
    margin-bottom: 1.5rem;
  }
}

.sec8-top-flex-right-lost img {
  border-radius: 0;
}

.sec8-top-flex-right-lost--img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: 3rem;
}
.sec8-top-flex-right-lost--img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 20rem;
}

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

.sec10-top-cont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: flex-start;
  -moz-column-gap: 2.7em;
       column-gap: 2.7em;
  font-size: 10px;
  margin-top: 11em;
}
@media screen and (max-width: 1600px) {
  .sec10-top-cont {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 999px) {
  .sec10-top-cont {
    grid-template-columns: 1fr 1fr;
    font-size: 1rem;
    -moz-column-gap: 4.7em;
         column-gap: 4.7em;
    row-gap: 5em;
    margin-top: 7em;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-cont {
    -moz-column-gap: 1em;
         column-gap: 1em;
    grid-template-columns: 1fr;
  }
}
.sec10-top-cont .sec10-top-item-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 48.8em;
  border-top-right-radius: 20em;
  border-top-left-radius: 2em;
  overflow: hidden;
  position: relative;
}
.sec10-top-cont .sec10-top-item-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(153, 145, 133, 0.8);
}
.sec10-top-cont .sec10-top-item-img:first-child {
  background-image: url(../img/top/img27.jpg);
}
@media screen and (max-width: 999px) {
  .sec10-top-cont .sec10-top-item-img {
    height: 42.8em;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-cont .sec10-top-item-img {
    border-top-right-radius: 5em;
    height: 39.8em;
  }
}
.sec10-top-cont .sec10-top-item {
  color: #fff;
  position: relative;
}
.sec10-top-cont .sec10-top-item:first-child .sec10-top-item-img {
  background-image: url(../img/top/img27.jpg);
}
.sec10-top-cont .sec10-top-item:nth-child(2) .sec10-top-item-img {
  background-image: url(../img/top/img30.jpg);
}
.sec10-top-cont .sec10-top-item:nth-child(3) .sec10-top-item-img {
  background-image: url(../img/top/img31.jpg);
}
.sec10-top-cont .sec10-top-item:last-child .sec10-top-item-img {
  background-image: url(../img/top/img34.jpg);
}

.sec10-top-item-tlt {
  position: relative;
  z-index: 2;
  padding-left: 2em;
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  .sec10-top-item-tlt {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.sec10-top-item-tlt1 {
  padding-top: 14em;
  padding-bottom: 1em;
  text-align: center;
  border-bottom: max(1px, 0.1rem) solid #fff;
}
@media screen and (max-width: 1700px) {
  .sec10-top-item-tlt1 {
    padding-top: 6.24vw;
  }
}
@media screen and (max-width: 999px) {
  .sec10-top-item-tlt1 {
    padding-top: 13em;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-item-tlt1 {
    padding-top: 7.7em;
  }
}
.sec10-top-item-tlt1-2line {
  padding-top: 9em;
}
@media screen and (max-width: 1700px) {
  .sec10-top-item-tlt1-2line {
    padding-top: 3.29vw;
  }
}
@media screen and (max-width: 999px) {
  .sec10-top-item-tlt1-2line {
    padding-top: 8em;
  }
}
.sec10-top-item-tlt1 span {
  font-size: 3em;
}
@media screen and (max-width: 999px) {
  .sec10-top-item-tlt1 span {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-item-tlt1 span {
    font-size: 2em;
  }
}

.sec10-top-item-tlt2 {
  padding-top: 1.3em;
  margin-right: -1em;
  line-height: 2;
  letter-spacing: -0.1em;
}
.sec10-top-item-tlt2 span {
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .sec10-top-item-tlt2 span {
    font-size: 1.6em;
  }
}

.sec10-top-item-link {
  position: absolute;
  bottom: 1.5em;
  left: 0;
  right: 0;
}
@media screen and (max-width: 999px) {
  .sec10-top-item-link {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 1em;
         column-gap: 1em;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-item-link {
    display: block;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .sec10-top-item-link a {
    width: 100%;
    min-width: 100%;
    font-size: 1.5rem;
  }
}
.sec10-top-item-link li + li {
  margin-top: 0.5em;
}
@media screen and (max-width: 999px) {
  .sec10-top-item-link li + li {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-item-link li + li {
    margin-top: 0.5em;
  }
}

.alow-rotate {
  width: 14.4em;
  height: 14.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4em;
  right: 0;
}
.alow-rotate .alow-rotate-eng {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  animation: rotateCircle 5s linear infinite;
}
.alow-rotate .alow-rotate-number-small {
  font-size: 6em;
  font-weight: 500;
  line-height: 1;
  color: #81878C;
  text-shadow: 0 0 0.4rem #fff;
}
@media screen and (max-width: 767px) {
  .alow-rotate {
    font-size: 1.87vw;
  }
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sec10-top-plus {
  background-color: #F6F4F1;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  cursor: pointer;
  border: max(1px, 0.1rem) solid #B9AD9D;
  transition: all 0.3s ease-in-out;
}
.sec10-top-plus.is-active {
  background-color: #B9AD9D;
}
.sec10-top-plus.is-active .sec10-top-plus-icon {
  background-color: #F6F4F1;
}
.sec10-top-plus.is-active .sec10-top-plus-icon:before, .sec10-top-plus.is-active .sec10-top-plus-icon:after {
  background-color: #B9AD9D;
}
.sec10-top-plus.is-active .sec10-top-plus-icon:before {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .sec10-top-plus {
    font-size: 1.6vw;
  }
}

.sec10-top-plus-icon {
  width: 4.5em;
  height: 4.5em;
  border-radius: 100em;
  background-color: #B9AD9D;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.sec10-top-plus-icon:before, .sec10-top-plus-icon:after {
  content: "";
  width: 3em;
  height: max(1px, 0.1em);
  background-color: #E2DED9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.sec10-top-plus-icon:before {
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.sec10-top-crow {
  background-color: #F6F4F1;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1em;
  padding-bottom: 1.5em;
  display: none;
}
@media screen and (max-width: 767px) {
  .sec10-top-crow {
    font-size: 0.82rem;
  }
}

.sec10-top-crow-ul li a {
  display: grid;
  grid-template-columns: max-content 1fr;
  color: #535353;
  border-bottom: max(1px, 0.1rem) solid #AA9989;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.sec10-top-crow-ul li a:before {
  content: "・";
  display: block;
  font-size: 3em;
  color: #B9AD9D;
  font-weight: 700;
  line-height: 1;
  margin-left: -0.3em;
  letter-spacing: -0.1em;
}
.sec10-top-crow-ul li a span {
  font-size: 1.8em;
}
.sec10-top-crow-ul li:last-child a {
  border-bottom: 0;
}

.sec10-top {
  background-image: url(../img/top/img35.png);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: 7rem;
  padding-top: 6rem;
  padding-bottom: 8.5rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec10-top {
    margin-top: 5rem;
    padding-top: 4rem;
    padding-bottom: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top {
    background-position: top center;
  }
}
.sec10-top .sec11-top--eng02 {
  position: absolute;
  right: 3rem;
  height: -moz-max-content;
  height: max-content;
  top: 40rem;
  opacity: 0.36;
}
@media screen and (max-width: 1400px) {
  .sec10-top .sec11-top--eng02 {
    display: none;
  }
}

.sec11-top-cont {
  max-width: 112.4rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  position: relative;
  z-index: 2;
}

.sec11-top {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .sec11-top {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
.sec11-top .sec12-top--eng02 {
  position: absolute;
  right: 3rem;
  height: -moz-max-content;
  height: max-content;
  top: 40rem;
  opacity: 0.36;
}
@media screen and (max-width: 999px) {
  .sec11-top .sec12-top--eng02 {
    display: none;
  }
}
.sec11-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-width: 170.4rem;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .sec11-top:before {
    border-radius: 0;
  }
}
.sec11-top.bg-tab1:before {
  background-image: url(../img/top/img55.png);
}
.sec11-top.bg-tab2:before {
  background-image: url(../img/top/img56.png);
}
.sec11-top.bg-tab3:before {
  background-image: url(../img/top/img57.png);
}
.sec11-top.bg-tab4:before {
  background-image: url(../img/top/img58.png);
}

.sec11-top-list-btn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .sec11-top-list-btn {
    grid-template-columns: 1fr 1fr;
    row-gap: 1rem;
    padding-top: 3rem;
  }
}
.sec11-top-list-btn .sec11-top-list-btn-item {
  display: block;
  color: #fff;
  background-color: #B9AD9D;
  border-radius: 1.5rem;
  font-size: 2.2rem;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: max(1px, 0.1rem) solid #B9AD9D;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.sec11-top-list-btn .sec11-top-list-btn-item:before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border-radius: 100rem;
  border: max(1px, 0.1rem) solid #B9AD9D;
  position: absolute;
  bottom: 0;
  left: 50%;
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .sec11-top-list-btn .sec11-top-list-btn-item:before {
    content: none;
  }
}
.sec11-top-list-btn .sec11-top-list-btn-item.is-active, .sec11-top-list-btn .sec11-top-list-btn-item:hover {
  background-color: #fff;
  color: #B9AD9D;
}
.sec11-top-list-btn .sec11-top-list-btn-item.is-active:before {
  opacity: 1;
}
@media screen and (max-width: 999px) {
  .sec11-top-list-btn .sec11-top-list-btn-item {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec11-top-list-btn .sec11-top-list-btn-item {
    font-size: 1.6rem;
  }
}

.sec11-top-tab-list {
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: none;
  flex-wrap: wrap;
  -moz-column-gap: 3.2%;
       column-gap: 3.2%;
  row-gap: 2.3rem;
}
.sec11-top-tab-list.is-active {
  display: flex;
}
.sec11-top-tab-list--center {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec11-top-tab-list {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
.sec11-top-tab-list li {
  width: 31.2%;
  border: max(1px, 0.1rem) solid #B9AD9D;
  height: 25.4rem;
  background-color: #F6F4F1;
  border-radius: 2rem;
  background-image: url(../img/top/img36.png);
  background-size: 4.6rem auto;
  background-repeat: no-repeat;
  background-position: top left;
  cursor: pointer;
  padding-top: 3.5rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec11-top-tab-list li {
    width: 49%;
    height: 23.4rem;
  }
}
.sec11-top-tab-list li:hover {
  background-color: #fff;
}
.sec11-top-tab-list li .sec11-top-tab-link {
  position: absolute;
  inset: 0;
}

.sec11-top-tab-img img {
  width: 10.7rem;
}
@media screen and (max-width: 767px) {
  .sec11-top-tab-img img {
    width: 8.7rem;
  }
}

.sec11-top-tab-tlt {
  font-size: 1.8rem;
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec11-top-tab-tlt {
    font-size: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.sec11-top-tab-eng {
  font-size: 1.6rem;
  color: #B9AD9D;
}
@media screen and (max-width: 767px) {
  .sec11-top-tab-eng {
    font-size: 1.5rem;
  }
}

.sec11-top-tab {
  background-image: url(../img/top/img42.jpg);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-top: 7rem;
  padding-bottom: 8rem;
  border: max(1px, 0.1rem) solid #B9AD9D;
  border-radius: 2rem;
  margin-top: 2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 999px) {
  .sec11-top-tab {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec11-top-tab {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.main-top {
  overflow: hidden;
}

.sec11-top-box {
  max-width: 46.3rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.3rem;
}

.sec12-top-cont {
  max-width: 149rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 48.5% 1fr;
  -moz-column-gap: 7.8%;
       column-gap: 7.8%;
  align-items: center;
  padding-top: 8.7rem;
}
@media screen and (max-width: 999px) {
  .sec12-top-cont {
    padding-top: 3.7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-cont {
    display: block;
  }
}
.sec12-top-cont .sec12-top-left {
  position: relative;
  padding-top: 14.5rem;
}
@media screen and (max-width: 999px) {
  .sec12-top-cont .sec12-top-left {
    padding-top: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-cont .sec12-top-left {
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.sec12-top-cont .sec12-top-left-img1 {
  width: 44%;
}
@media screen and (max-width: 999px) {
  .sec12-top-cont .sec12-top-left-img1 {
    width: 59%;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-cont .sec12-top-left-img1 {
    width: 100%;
  }
}
.sec12-top-cont .sec12-top-left-img1 img {
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .sec12-top-cont .sec12-top-left-img1 img {
    border-radius: 1rem;
    width: 100%;
  }
}
.sec12-top-cont .sec12-top-left-img2 {
  width: 79%;
  margin-left: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 999px) {
  .sec12-top-cont .sec12-top-left-img2 {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-cont .sec12-top-left-img2 {
    width: 100%;
    margin-left: 0;
    margin-top: -10rem;
  }
}
.sec12-top-cont .sec12-top-left-img2 img {
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .sec12-top-cont .sec12-top-left-img2 img {
    border-radius: 1rem;
    width: 100%;
  }
}
.sec12-top-cont .sec12-top-left-img3 {
  width: 67%;
  position: absolute;
  top: 0;
  right: -15%;
}
@media screen and (max-width: 999px) {
  .sec12-top-cont .sec12-top-left-img3 {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-cont .sec12-top-left-img3 {
    position: relative;
    right: 0;
    width: 100%;
    margin-top: -12rem;
    margin-left: auto;
  }
}

.setting-tlt-h4-box {
  position: relative;
  width: 15rem;
  height: 15rem;
  font-size: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #81878C;
  line-height: 1;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1500px) {
  .setting-tlt-h4-box {
    font-size: 7rem;
    width: 12rem;
    height: 12rem;
  }
}
@media screen and (max-width: 999px) {
  .setting-tlt-h4-box {
    width: 10rem;
    height: 10rem;
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .setting-tlt-h4-box {
    margin-left: auto;
    margin-right: auto;
  }
}
.setting-tlt-h4-box .setting-tlt-h4-alow {
  position: absolute;
  inset: 0;
  animation: rotateCircle 5s linear infinite;
}

.setting-tlt-h4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 1500px) {
  .setting-tlt-h4 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
@media screen and (max-width: 999px) {
  .setting-tlt-h4 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .setting-tlt-h4 {
    display: block;
  }
}
.setting-tlt-h4 h1, .setting-tlt-h4 h2, .setting-tlt-h4 h3, .setting-tlt-h4 h4, .setting-tlt-h4 h5, .setting-tlt-h4 h6 {
  font-family: "Shippori Mincho", serif;
  font-size: 3.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 1500px) {
  .setting-tlt-h4 h1, .setting-tlt-h4 h2, .setting-tlt-h4 h3, .setting-tlt-h4 h4, .setting-tlt-h4 h5, .setting-tlt-h4 h6 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .setting-tlt-h4 h1, .setting-tlt-h4 h2, .setting-tlt-h4 h3, .setting-tlt-h4 h4, .setting-tlt-h4 h5, .setting-tlt-h4 h6 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .setting-tlt-h4 h1, .setting-tlt-h4 h2, .setting-tlt-h4 h3, .setting-tlt-h4 h4, .setting-tlt-h4 h5, .setting-tlt-h4 h6 {
    font-size: 2.2rem;
    text-align: center;
    margin-top: 1rem;
  }
}

.sec12-top-right-prp {
  margin-top: 3.2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 999px) {
  .sec12-top-right-prp {
    margin-top: 2.2rem;
    margin-bottom: 2rem;
  }
}

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

.sec12-top {
  padding-top: 8.7rem;
  padding-bottom: 6rem;
  background-image: url(../img/top/img63.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 999px) {
  .sec12-top {
    padding-top: 6.7rem;
    padding-bottom: 4rem;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top {
    padding-top: 4.7rem;
    margin-top: 1.5rem;
  }
}

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

.sec13-top-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 1.8%;
       column-gap: 1.8%;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec13-top-ul {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1.5rem;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
.sec13-top-ul img {
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .sec13-top-ul img {
    border-radius: 0;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
}
.sec13-top-ul li {
  position: relative;
}
.sec13-top-ul li .sec13-top-tlt {
  font-size: 2.2rem;
  color: #fff;
  width: 28.3rem;
  position: absolute;
  top: 4rem;
  right: 0;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .sec13-top-ul li .sec13-top-tlt {
    top: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec13-top-ul li .sec13-top-tlt {
    font-size: 2rem;
    width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-ul li .sec13-top-tlt {
    position: relative;
    top: 0;
    border-radius: 0;
    width: 100%;
    font-size: 1.6rem;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
}
.sec13-top-ul li:first-child .sec13-top-tlt, .sec13-top-ul li:nth-child(3) .sec13-top-tlt {
  background-color: #B9AD9D;
}
.sec13-top-ul li:nth-child(2) {
  margin-top: 4rem;
}
.sec13-top-ul li:nth-child(2) .sec13-top-tlt {
  background-color: #889096;
}
@media screen and (max-width: 767px) {
  .sec13-top-ul li:nth-child(3) {
    width: 49%;
  }
  .sec13-top-ul li:nth-child(3) .sec13-top-tlt {
    background-color: #B9AD9D;
  }
  .sec13-top-ul li:first-child {
    width: 49%;
  }
  .sec13-top-ul li:last-child {
    width: 70%;
  }
  .sec13-top-ul li:last-child .sec13-top-tlt {
    background-color: #889096;
  }
}

.sec13-top-pop {
  max-width: 171rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  position: relative;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1500px) {
  .sec13-top-pop {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-pop {
    padding-bottom: 0;
  }
}
.sec13-top-pop .sec13-top-pop-link {
  position: absolute;
  width: 21.8rem;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 999px) {
  .sec13-top-pop .sec13-top-pop-link {
    width: 17.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-pop .sec13-top-pop-link {
    width: 14.8rem;
  }
}

.sec13-top-content {
  max-width: 132rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec13-top-content {
    display: block;
    padding-top: 4rem;
  }
}

.sec13-top-right {
  width: 66rem;
}
@media screen and (max-width: 999px) {
  .sec13-top-right {
    width: 57rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-right {
    width: 100%;
    margin-top: 2.2rem;
  }
}

.sec13-top-list-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .sec13-top-list-link {
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 1.5rem;
    margin-top: 3rem;
  }
  .sec13-top-list-link a {
    width: 100%;
    min-width: 100%;
  }
  .sec13-top-list-link li:first-child, .sec13-top-list-link li:nth-child(2) {
    width: 49%;
  }
  .sec13-top-list-link li:last-child {
    width: 20.9rem;
  }
}

.sec13-top {
  padding-bottom: 6rem;
  padding-top: 6rem;
  background-color: #EAE6E0;
  background-image: url(../img/top/img68.png);
  background-size: 81.4rem auto;
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media screen and (max-width: 767px) {
  .sec13-top {
    background-size: 100% auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.sec14-top-main {
  position: relative;
  padding-top: 5.5em;
  font-size: 0.52vw;
}
.sec14-top-main .sec14-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 56em;
}
@media screen and (max-width: 1700px) {
  .sec14-top-main .sec14-top-left {
    width: 51em;
  }
}
@media screen and (max-width: 999px) {
  .sec14-top-main .sec14-top-left {
    top: 16em;
  }
}
.sec14-top-main .sec14-top-left img {
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
}
@media screen and (max-width: 999px) {
  .sec14-top-main {
    padding-top: 0;
  }
}

.sec14-top-mid {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  background-image: url(../img/top/img71.png), url(../img/top/img70.png);
  border-radius: 3rem;
  background-size: auto 100%, cover;
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  padding-top: 8rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 999px) {
  .sec14-top-mid {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-mid {
    width: 100%;
    border-radius: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.sec14-top-mid-lop {
  font-size: 10px;
  max-width: 65.5em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1500px) {
  .sec14-top-mid-lop {
    font-size: 0.67vw;
  }
}
@media screen and (max-width: 999px) {
  .sec14-top-mid-lop {
    font-size: 1rem;
    max-width: 42.5em;
  }
}
.sec14-top-mid-lop .sec14-top-mid-lop-prp {
  margin-top: 2.2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 999px) {
  .sec14-top-mid-lop .sec14-top-mid-lop-prp {
    margin-bottom: 2rem;
  }
}

.sec14-top-mid-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .sec14-top-mid-link {
    row-gap: 1.5rem;
  }
}
.sec14-top-mid-link li:first-child {
  width: 30.5rem;
}
@media screen and (max-width: 767px) {
  .sec14-top-mid-link li:first-child {
    width: 28rem;
  }
}
.sec14-top-mid-link li:last-child {
  width: 20.9rem;
}
.sec14-top-mid-link a {
  width: 100%;
  min-width: 100%;
}

.sec14-top-right {
  position: absolute;
  top: 0;
  right: 8em;
}
@media screen and (max-width: 1700px) {
  .sec14-top-right {
    right: 3em;
  }
}
@media screen and (max-width: 999px) {
  .sec14-top-right {
    top: 8em;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-right {
    position: relative;
    right: 0;
    font-size: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    top: 0;
    margin-top: 2rem;
  }
}

.sec14-top-right-img1 {
  width: 34.4em;
}
@media screen and (max-width: 999px) {
  .sec14-top-right-img1 {
    width: 44.4em;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-right-img1 {
    width: 100%;
  }
}
.sec14-top-right-img1 img {
  border-radius: 2em;
}
@media screen and (max-width: 767px) {
  .sec14-top-right-img1 img {
    border-radius: 1em;
  }
}

.sec14-top-right-img2 {
  width: 46.7em;
  margin-left: 5em;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec14-top-right-img2 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
.sec14-top-right-img2 img {
  border-radius: 2em;
}
@media screen and (max-width: 767px) {
  .sec14-top-right-img2 img {
    border-radius: 1em;
  }
}

.sec14-top-mid-img01 {
  margin-top: 2rem;
}
.sec14-top-mid-img01 img {
  border-radius: 1rem;
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center left;
     object-position: center left;
}

.sec14-top-pow4 {
  max-width: 149rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 48.6% 1fr;
  -moz-column-gap: 8%;
       column-gap: 8%;
  padding-top: 4rem;
}
@media screen and (max-width: 1600px) {
  .sec14-top-pow4 {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (max-width: 1400px) {
  .sec14-top-pow4 {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-pow4 {
    display: block;
  }
}
.sec14-top-pow4 .sec14-top-pow4-right {
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  .sec14-top-pow4 .sec14-top-pow4-right {
    padding-top: 0;
  }
}
.sec14-top-pow4 .sec14-top-pow4-right .sec14-top-right img {
  width: 100%;
  height: 11rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.sec14-top-pow4-left img {
  border-radius: 2rem;
}

.sec14-top-pow4-left-list-img {
  max-width: 63.4rem;
  display: grid;
  align-items: flex-end;
  grid-template-columns: 60% 1fr;
  -moz-column-gap: 5.6%;
       column-gap: 5.6%;
}

.sec14-top-pow4-left-img-main {
  max-width: 57.4rem;
  margin-left: auto;
  margin-top: 3.7rem;
}

.sec14-top-pow4-right-txt {
  margin-top: 2.2rem;
}

.sec14-top {
  background-image: url(../img/top/img80.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 30rem center;
  background-color: #F6F4F1;
  padding-top: 6rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 767px) {
  .sec14-top {
    padding-bottom: 5rem;
  }
}

.sec14-top-slider {
  padding-top: 11rem;
}
@media screen and (max-width: 999px) {
  .sec14-top-slider {
    padding-top: 5rem;
  }
}
.sec14-top-slider .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.sec14-top-slider .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.sec14-top-slider .scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.sec14-top-slider .scroll-infinity__item {
  width: 20vw;
  padding: 0 0.2rem;
}
@media screen and (max-width: 999px) {
  .sec14-top-slider .scroll-infinity__item {
    width: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-slider .scroll-infinity__item {
    width: 33.3333333333vw;
  }
}
.sec14-top-slider .scroll-infinity__item > img {
  width: 100%;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .sec14-top-slider .scroll-infinity__item > img {
    border-radius: 1rem;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.sec14-top-fiugrt05 {
  max-width: 149rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  margin-top: -4rem;
  position: relative;
  z-index: 2;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .sec14-top-fiugrt05 {
    margin-top: 3rem;
  }
}
.sec14-top-fiugrt05 .sec14-top-fiugrt05-cont {
  max-width: 139rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  -moz-column-gap: 5.5rem;
       column-gap: 5.5rem;
}
@media screen and (max-width: 1400px) {
  .sec14-top-fiugrt05 .sec14-top-fiugrt05-cont {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-fiugrt05 .sec14-top-fiugrt05-cont {
    display: block;
  }
}

.sec14-top-fiugrt05-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .sec14-top-fiugrt05-ul {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 1rem;
  }
}
.sec14-top-fiugrt05-ul li {
  display: grid;
  grid-template-columns: 6.3rem 1fr;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .sec14-top-fiugrt05-ul li {
    grid-template-columns: 4.5rem 1fr;
  }
}

@media screen and (max-width: 767px) {
  .sec14-top-fiugrt05-right {
    margin-top: 2.2rem;
  }
}

.sec14-top-fiugrt06 {
  text-align: center;
  padding-top: 4rem;
}
.sec14-top-fiugrt06 .setting-tlt-h4 {
  display: block;
}

.sec14-top-fiugrt06-eng {
  color: #fff;
  background-color: #B9AD9D;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 0.5rem;
  margin-top: 1.1rem;
}

.sec14-top-fiugrt06-flad {
  max-width: 97.3rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  background-color: #E2DED9;
  color: #918682;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: max(2px, 0.3rem) solid #B9AD9D;
  border-bottom: max(2px, 0.3rem) solid #B9AD9D;
  border-radius: 0.5rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 999px) {
  .sec14-top-fiugrt06-flad {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.sec15-top-fig1 {
  max-width: 150rem;
  margin-left: auto;
  width: calc(100% - 1.5rem);
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 40.3rem 1fr;
  align-items: flex-start;
}
@media screen and (max-width: 1400px) {
  .sec15-top-fig1 {
    grid-template-columns: 36.3rem 1fr;
  }
}
@media screen and (max-width: 999px) {
  .sec15-top-fig1 {
    grid-template-columns: 24.3rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec15-top-fig1 {
    display: block;
    width: calc(100% - 3rem);
    margin-right: auto;
  }
}

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

.sec15-top-fig1-left-txt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 5rem;
}
@media screen and (max-width: 1400px) {
  .sec15-top-fig1-left-txt {
    justify-content: center;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec15-top-fig1-left-txt {
    margin-top: 2rem;
    display: block;
  }
}
.sec15-top-fig1-left-txt .txt-fs20 {
  line-height: 1.5;
  color: #B9AD9D;
}
@media screen and (min-width: 768px) {
  .sec15-top-fig1-left-txt .txt-fs20 {
    writing-mode: vertical-rl;
    letter-spacing: 0.7rem;
  }
}
.sec15-top-fig1-left-txt .txt-fs35 {
  color: #fff;
  padding-top: 3rem;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .sec15-top-fig1-left-txt .txt-fs35 {
    writing-mode: vertical-rl;
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec15-top-fig1-left-txt .txt-fs35 {
    padding: 0.5rem 1rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: inline-block;
  }
}
.sec15-top-fig1-left-txt .sec15-top-fig1-left-txt1 {
  background-color: #B9AD9D;
  margin-left: 5rem;
  margin-right: 4rem;
}
@media screen and (max-width: 1400px) {
  .sec15-top-fig1-left-txt .sec15-top-fig1-left-txt1 {
    margin-left: 3rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec15-top-fig1-left-txt .sec15-top-fig1-left-txt1 {
    margin-left: 2rem;
  }
}
.sec15-top-fig1-left-txt .sec15-top-fig1-left-txt2 {
  background-color: #889096;
}
@media screen and (max-width: 767px) {
  .sec15-top-fig1-left-txt .sec15-top-fig1-left-txt2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.sec15-top-fig1-right {
  position: relative;
}
.sec15-top-fig1-right .sec15-top-fig1-right-link {
  position: absolute;
  bottom: 4rem;
  right: 11rem;
}
@media screen and (max-width: 1400px) {
  .sec15-top-fig1-right .sec15-top-fig1-right-link {
    right: 4rem;
  }
}
@media screen and (max-width: 999px) {
  .sec15-top-fig1-right .sec15-top-fig1-right-link {
    right: 2rem;
    bottom: 2rem;
  }
}
.sec15-top-fig1-right .sec15-top-fig1-right-link a {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: url(../img/top/img93.png);
  background-size: 4.3rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.sec15-top-fig1-doctor {
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: 3rem;
}
.sec15-top-fig1-doctor:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background-image: url(../img/top/img94.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.sec15-top-fig1-doctor .sec15-top-fig1-doctor-img {
  position: relative;
  z-index: 2;
}

.sec15-top-fig1-name {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  background-color: #EAE6E0;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  position: relative;
  padding-left: 1.5rem;
}
.sec15-top-fig1-name img {
  width: 23rem;
}
.sec15-top-fig1-name .sec15-top-fig1-right-link {
  position: absolute;
  bottom: 2rem;
  right: 1.5rem;
  z-index: 2;
}
.sec15-top-fig1-name .sec15-top-fig1-right-link a {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: url(../img/top/img93.png);
  background-size: 3.3rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.sec15-top-fig2-flex {
  max-width: 154rem;
  width: calc(100% - 1.5rem);
  display: grid;
  grid-template-columns: 51.3% 1fr;
  -moz-column-gap: 7.5%;
       column-gap: 7.5%;
}
@media screen and (max-width: 1600px) {
  .sec15-top-fig2-flex {
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
}
@media screen and (max-width: 999px) {
  .sec15-top-fig2-flex {
    grid-template-columns: 40.3% 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec15-top-fig2-flex {
    display: block;
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
  }
}
.sec15-top-fig2-flex .sec15-top-fig2-right {
  padding-top: 4rem;
}
@media screen and (max-width: 999px) {
  .sec15-top-fig2-flex .sec15-top-fig2-right {
    padding-top: 2rem;
  }
}

.sec15-top-fig2-right-txt {
  margin-top: 3rem;
}
@media screen and (max-width: 999px) {
  .sec15-top-fig2-right-txt {
    margin-top: 1rem;
  }
}

.sec15-top-fig2-link {
  display: grid;
  grid-template-columns: max-content 26rem;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  margin-top: 4rem;
}
@media screen and (max-width: 999px) {
  .sec15-top-fig2-link {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec15-top-fig2-link {
    grid-template-columns: 11.9rem 1fr;
    -moz-column-gap: 0.7rem;
         column-gap: 0.7rem;
  }
}
.sec15-top-fig2-link a {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec15-top-fig2-link a {
    min-width: 100%;
  }
}

.sec15-top-fig2 {
  padding-top: 4rem;
  background-image: url(../img/top/img99.png);
  background-size: 35.5rem auto;
  background-repeat: no-repeat;
  background-position: top 4rem right;
}
@media screen and (max-width: 999px) {
  .sec15-top-fig2 {
    background-size: 23.5rem auto;
    background-position: top right;
  }
}
@media screen and (max-width: 767px) {
  .sec15-top-fig2 {
    padding-top: 0;
  }
}

.sec15-top {
  background-image: url(../img/top/img98.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -5rem;
  padding-top: 9rem;
  position: relative;
}
.sec15-top .sec15-top--eng02 {
  position: absolute;
  top: 20rem;
  height: -moz-max-content;
  height: max-content;
  left: 8rem;
  color: #E2DED9;
  opacity: 0.36;
}
@media screen and (max-width: 1700px) {
  .sec15-top .sec15-top--eng02 {
    left: 1rem;
  }
}
@media screen and (max-width: 999px) {
  .sec15-top .sec15-top--eng02 {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .sec15-top {
    margin-top: -2rem;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec15-top {
    margin-top: -3rem;
  }
}

.sec15-top-fig2-right-img {
  margin-top: 2rem;
}
.sec15-top-fig2-right-img img {
  border-radius: 2rem;
}

.sec16-top-shado {
  background-image: url(../img/top/img102.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  max-width: 170rem;
  margin-left: auto;
  width: calc(100% - 1.5rem);
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  padding-top: 9.5rem;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 999px) {
  .sec16-top-shado {
    border-radius: 0;
    width: 100%;
    padding-top: 5.5rem;
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec16-top-shado {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }
}

.sec16-top-shado-cont {
  max-width: 150rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  position: relative;
  z-index: 2;
}

.sec16-top-shado-main {
  max-width: 140rem;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 41.4% 47.1%;
}
@media screen and (max-width: 1500px) {
  .sec16-top-shado-main {
    grid-template-columns: 45.4% 50.1%;
  }
}
@media screen and (max-width: 999px) {
  .sec16-top-shado-main {
    grid-template-columns: 47.4% 50.1%;
  }
}
@media screen and (max-width: 767px) {
  .sec16-top-shado-main {
    display: block;
  }
}

.sec16-top-shado-item {
  padding-bottom: 9rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec16-top-shado-item {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec16-top-shado-item {
    padding-bottom: 0;
  }
  .sec16-top-shado-item:first-child {
    padding-bottom: 4rem;
  }
}
.sec16-top-shado-item .sec4-top-setting-tlt {
  margin-bottom: 5rem;
}
@media screen and (max-width: 999px) {
  .sec16-top-shado-item .sec4-top-setting-tlt {
    margin-bottom: 3rem;
  }
}

.sec16-top-shado-item-tlt-recruit {
  line-height: 1.4;
  margin-top: -12rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 999px) {
  .sec16-top-shado-item-tlt-recruit {
    margin-top: -9rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec16-top-shado-item-tlt-recruit {
    margin-top: 1.5rem;
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 768px) {
  .sec16-top-shado-item-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .sec16-top-shado-item-link.last {
    padding-right: 10rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .sec16-top-shado-item-link.last {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec16-top-shado-item-link {
    padding-top: 2rem;
  }
}

.sec16-top-shado-item-link-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
@media screen and (max-width: 999px) {
  .sec16-top-shado-item-link-ul {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec16-top-shado-item-link-ul {
    row-gap: 1rem;
  }
}
.sec16-top-shado-item-link-ul a {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .sec16-top-shado-item-link-ul a {
    min-width: 100%;
  }
}
.sec16-top-shado-item-link-ul li:last-child {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .sec16-top-shado-item-link-ul li:last-child {
    width: 21rem;
  }
}
@media screen and (max-width: 999px) {
  .sec16-top-shado-item-link-ul li:first-child {
    width: 19rem;
  }
}
@media screen and (max-width: 767px) {
  .sec16-top-shado-item-link-ul li:first-child {
    width: 21rem;
  }
}

.sec16-top-shado-item-img-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.sec16-top-shado-item-img-list img {
  border-radius: 1rem;
  width: 100%;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.sec16-top {
  position: relative;
  padding-top: 4rem;
}
@media screen and (max-width: 999px) {
  .sec16-top {
    padding-bottom: 4rem;
  }
}
.sec16-top .sec16-top--eng01 {
  position: absolute;
  top: 22rem;
  left: 8rem;
  opacity: 0.4;
}
@media screen and (max-width: 1700px) {
  .sec16-top .sec16-top--eng01 {
    left: 1rem;
  }
}
@media screen and (max-width: 999px) {
  .sec16-top .sec16-top--eng01 {
    display: none;
  }
}
.sec16-top .sec16-top--eng02 {
  position: absolute;
  top: 30rem;
  right: 4rem;
  color: rgba(136, 144, 150, 0.1);
}
@media screen and (max-width: 1700px) {
  .sec16-top .sec16-top--eng02 {
    right: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec16-top .sec16-top--eng02 {
    display: none;
  }
}

.sec16-top-text-animation {
  padding-top: 8rem;
}
@media screen and (max-width: 999px) {
  .sec16-top-text-animation {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec16-top-text-animation {
    padding-top: 2rem;
  }
}
.sec16-top-text-animation .sec1-top-text-alow {
  position: relative;
  color: #B9AD9D;
}

.sec17-top-slider {
  font-size: 0.52vw;
  height: 44.8em;
  background-image: url(../img/top/img107.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: anime1 20s linear infinite;
  margin-top: 4.5em;
}
@media screen and (max-width: 999px) {
  .sec17-top-slider {
    font-size: 0.7vw;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec17-top-slider {
    font-size: 1.33vw;
  }
}

@keyframes anime1 {
  0% {
    background-position: -209.2em 0;
  }
  100% {
    background-position: 209.2em 0;
  }
}
.footer1 {
  max-width: 176rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.footer1-cont {
  max-width: 152rem;
  margin-left: auto;
  display: grid;
  align-items: flex-end;
  grid-template-columns: 58rem 1fr;
  -moz-column-gap: 6.5%;
       column-gap: 6.5%;
}
@media screen and (max-width: 1500px) {
  .footer1-cont {
    -moz-column-gap: 3.5%;
         column-gap: 3.5%;
  }
}
@media screen and (max-width: 1300px) {
  .footer1-cont {
    -moz-column-gap: 2%;
         column-gap: 2%;
    grid-template-columns: 54rem 1fr;
  }
}
@media screen and (max-width: 999px) {
  .footer1-cont {
    align-items: flex-start;
    grid-template-columns: 57rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .footer1-cont {
    display: block;
  }
}

.footer1-left {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0.4rem 0.7rem 2rem rgba(0, 0, 0, 0.1);
  padding-top: 6rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 999px) {
  .footer1-left {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}

.footer1-left-logo {
  text-align: center;
}
.footer1-left-logo img {
  width: 27rem;
}
@media screen and (max-width: 999px) {
  .footer1-left-logo img {
    width: 23rem;
  }
}

.footer1-left-address {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  line-height: 1.4;
}
.footer1-left-address:before {
  content: "";
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100em;
  background-color: #B9AD9D;
  background-image: url(../img/common/img01.png);
  background-size: 1.5rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer1-left-address-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  margin-bottom: 2.8rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .footer1-left-address-flex {
    margin-bottom: 1.8rem;
    margin-top: 2rem;
    row-gap: 1rem;
  }
}

.footer1-left-tel-web {
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}

.table-calender-footer {
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.footer1-right-tlt {
  font-size: 3rem;
  line-height: 1;
  color: #646464;
  letter-spacing: 0.6rem;
  display: grid;
  grid-template-columns: max-content max-content 1fr;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 999px) {
  .footer1-right-tlt {
    font-size: 2.2rem;
    -moz-column-gap: 1.4rem;
         column-gap: 1.4rem;
  }
}
.footer1-right-tlt:before {
  content: "";
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.footer1-right-tlt:after {
  content: "";
  display: block;
  width: 100%;
  height: max(2px, 0.2rem);
  background-color: #B9AD9D;
}
.footer1-right-tlt.first:before {
  background-image: url(../img/common/icon01.png);
}
.footer1-right-tlt.last {
  margin-top: 4rem;
}
.footer1-right-tlt.last:before {
  background-image: url(../img/common/icon02.png);
}

.footer1-right-menu a {
  display: grid;
  max-width: -moz-max-content;
  max-width: max-content;
  grid-template-columns: max-content 1fr;
}
.footer1-right-menu a:before {
  content: "・";
  display: block;
  color: #B9AD9D;
  font-weight: 700;
  font-size: 2rem;
}

.footer1-right-menu {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.5rem;
}
.footer1-right-menu li {
  width: calc((100% - 3rem) / 3);
}
@media screen and (max-width: 999px) {
  .footer1-right-menu li {
    width: calc((100% - 1.5rem) / 2);
  }
}

.footer {
  position: relative;
  padding-bottom: 6rem;
}
@media screen and (max-width: 999px) {
  .footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.footer:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 15rem;
  background-color: #EAE6E0;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .footer:before {
    top: 12rem;
  }
}
@media screen and (max-width: 999px) {
  .footer:before {
    top: 0;
  }
}
.footer:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-color: #F6F4F1;
}
@media screen and (max-width: 999px) {
  .footer:after {
    content: none;
  }
}

.footer-top {
  margin-top: -7rem;
}
@media screen and (max-width: 999px) {
  .footer-top {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec5-top-mid-access-moc--ft {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

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

.coppy-right {
  color: #fff;
  background-color: #B9AD9D;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 999px) {
  .coppy-right {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .coppy-right {
    padding-bottom: 7rem;
  }
}
.coppy-right img {
  width: 19rem;
}

.scrool-ft {
  background-image: url(../img/common/vettor17.svg);
  background-size: 1.2rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  width: 6rem;
  height: 6rem;
  background-color: #B9AD9D;
  border: 0;
  outline: 0;
  z-index: 20;
  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  border: max(1px, 0.1rem) solid #fff;
}

.menu-pc-content .footer1-right-tlt {
  margin-bottom: 0 !important;
}

.footer-page-child .footer:after {
  content: none;
}

.table-3column {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0.3rem;
  border-collapse: separate;
}
.table-3column tr:first-child {
  font-weight: 700;
  background-color: #B9AD9D;
  color: #fff;
}
.table-3column tr td {
  padding: 1rem 0.5rem;
  width: calc((100% - 20rem) / 2);
  text-align: center;
  border: max(2px, 0.2rem) solid #B9AD9D;
}
@media screen and (max-width: 767px) {
  .table-3column tr td {
    width: calc((100% - 7rem) / 2);
  }
}
.table-3column tr td:first-child {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .table-3column tr td:first-child {
    width: 7rem;
  }
}

.menu-global-category {
  background-color: #B9AD9D;
  padding: 3em 2em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 2.5em;
       column-gap: 2.5em;
}
.menu-global-category .menu-colum-global {
  padding: 0 !important;
  display: block !important;
}

.menu-global-category-item-tlt {
  color: #fff;
  background-color: #535353;
  padding: 0.5em 1em;
  margin-bottom: 0.8em;
  background-image: url(../img/layout_style1/img11.png);
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: left 1.5em center;
  padding-left: 5.5em;
}
.menu-global-category-item-tlt span {
  font-size: 2.1em;
}

.btn-hamberger:not(.is-active) span {
  width: 60%;
}
.btn-hamberger:not(.is-active):after {
  width: 60%;
  left: auto;
  right: 0;
}

.sec3-top-sub-txt {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  background-color: #B9AD9D;
  max-width: 63rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1.5rem;
  padding: 1rem 0;
  margin-bottom: 2.5rem;
  border-top: max(1px, 0.3rem) solid #938884;
  border-bottom: max(1px, 0.3rem) solid #938884;
}
@media screen and (max-width: 999px) {
  .sec3-top-sub-txt {
    max-width: 55rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-sub-txt {
    font-size: 2rem;
    width: calc(100% - 3rem);
  }
}

.table-price-2column {
  width: 100%;
}
.table-price-2column tr td:first-child {
  width: calc(100% - 30rem);
}
.table-price-2column tr td:last-child {
  width: 30rem;
  text-align: right;
}
.table-price-2column tr td {
  padding: 1rem 1.5rem;
}
.table-price-2column tr:first-child td {
  background-color: #B9AD9D;
  color: #fff;
  text-align: center;
}
.table-price-2column tr:first-child td:last-child {
  border-left: max(1px, 0.1rem) solid #fff;
  border-right: max(1px, 0.1rem) solid #B9AD9D;
}
.table-price-2column tr:not(:first-child) td {
  border: max(1px, 0.1rem) solid #B9AD9D;
}

.style-link-lv1--ft-line {
  margin-top: 2rem;
}
.style-link-lv1--ft-line .style-link-lv1 {
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=style.css.map */