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

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

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

.box-mencie-doctor-left2-first {
  font-size: 1.6rem;
}

.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: #D0905B;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.box-mencie-doctor-norise-ul {
  font-size: 1.6rem;
  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(208, 144, 91, 0.3);
  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: #D0905B;
  color: #fff;
  height: 6rem;
  font-size: 1.6rem;
}

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

.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: #D0905B;
  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: -8rem;
  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: #D0905B;
  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: #D0905B;
    padding-bottom: 0;
  }
}
.table-normal-style tr:last-child td:first-child {
  border-bottom-color: #D0905B;
}
.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 #D0905B !important;
    background-color: transparent;
  }
}
.table-normal-style tr td {
  border: max(1px, 0.1rem) solid #D0905B;
  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;
  color: #D0905B;
  padding-bottom: 2.5rem;
}
.setting-title h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50rem;
  height: 2.5rem;
  background-image: url(../img/layout_style1/bg-icon.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: repeat-x;
}
@media screen and (max-width: 999px) {
  .setting-title h3:before {
    width: 40rem;
  }
}
@media screen and (max-width: 767px) {
  .setting-title h3:before {
    width: 25rem;
  }
}
@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;
  }
}
@media screen and (max-width: 767px) {
  .setting-title h3 {
    margin-bottom: 2.5rem;
  }
}

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

.table-calender-style {
  width: 100%;
  font-weight: 500;
  table-layout: fixed;
  border-spacing: 0.2rem;
  border-collapse: separate;
}
.table-calender-style tr td:first-child {
  width: 28rem;
  text-align: left;
  background-color: #D0905B;
  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;
  color: #D0905B;
}
@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: #D0905B;
  color: #fff;
}
.table-calender-style tr:not(:first-child) td:not(:first-child) {
  border: max(1px, 0.1rem) solid #D0905B;
}

.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: #D0905B;
  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 #D0905B;
}
@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: #D0905B;
  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 #E29E95;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .list-check-success-bg {
    padding: 0.8rem;
    border: 0.2rem solid #E29E95;
    border-radius: 1.5rem;
  }
}
.list-check-success-bg .list-check-success {
  background-color: rgba(226, 158, 149, 0.1);
  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 {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
  box-shadow: 1rem 1rem 0 #D0905B;
  background-image: url(../img/layout_style1/img88.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top left;
}
.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: #D0905B;
  margin-bottom: 2.5rem;
  text-align: center;
  padding: 0.5rem 0;
  border: max(2px, 0.2rem) solid #D0905B;
  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/img87.png);
  background-size: 30rem 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: 20rem 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: #D0905B;
  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: #D0905B;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .table-history tr td:first-child {
    width: 14rem;
  }
}
.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% - 14rem);
  }
}
.table-history tr td {
  padding: 1.5rem;
  border: max(1px, 0.1rem) solid #D0905B;
}
@media screen and (max-width: 767px) {
  .table-history tr td {
    padding: 1rem;
  }
}
.table-history-lv2 tr td:first-child {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .table-history-lv2 tr td:first-child {
    width: 12rem;
  }
}
.table-history-lv2 tr td:last-child {
  width: calc(100% - 25rem);
}
@media screen and (max-width: 767px) {
  .table-history-lv2 tr td:last-child {
    width: calc(100% - 12rem);
  }
}
.table-history a {
  color: #D0905B;
  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: 18.4rem;
}
.inter-view-single-tlt .inter-view-single-small {
  font-size: 2.6rem;
  padding-top: 0.4rem;
  position: relative;
  z-index: 2;
  color: #D0905B;
  text-align: center;
  font-weight: 700;
}
.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: #D0905B;
}
@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(208, 144, 91, 0.2);
  font-weight: 700;
  display: none;
}
@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 #D0905B;
  }
}
@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 #D0905B;
  }
}

.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;
  border: max(2px, 0.4rem) solid #D0905B;
}
.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(255, 250, 245, 0.8);
}
.inter-view-content-single .inter-view-content-single-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inter-view-content-single-wprp {
  max-width: 83rem;
  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: #D0905B;
}
.link-for-page-child:hover {
  color: #fff;
  background-color: #D0905B;
}

.m_page_links-item {
  font-size: 1.8rem;
  line-height: 1.4;
  background-color: #fff;
  padding: 1.2rem 1.8rem;
  border: max(1px, 0.1rem) solid #D0905B !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: #D0905B;
  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.6rem;
    letter-spacing: 0;
  }
}

.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: #D0905B;
  color: #fff;
  font-weight: 500;
}
.table-price-payment tr td {
  padding: 1.5rem 1rem;
  width: 33.3333333333%;
  border: max(1px, 0.1rem) solid #D0905B;
  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;
  }
}

.table-price-payment-v2 {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0.2rem;
  border-collapse: separate;
}
.table-price-payment-v2 tr td:first-child {
  background-color: #D0905B;
  color: #fff;
  font-weight: 500;
  width: calc(100% - 45rem);
}
@media screen and (max-width: 767px) {
  .table-price-payment-v2 tr td:first-child {
    width: calc(100% - 14rem);
  }
}
.table-price-payment-v2 tr td:last-child {
  text-align: right;
}
.table-price-payment-v2 tr td {
  padding: 1.5rem 1rem;
  width: 45rem;
  border: max(1px, 0.1rem) solid #D0905B;
}
@media screen and (max-width: 767px) {
  .table-price-payment-v2 tr td {
    width: 14rem;
  }
}

.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: #D0905B;
  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 #D0905B;
  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: #D0905B;
  padding-top: 0;
  border-bottom: 0.6rem double #D0905B;
}
@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: #D0905B;
  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: 45rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 3.91vw;
}
@media screen and (max-width: 999px) {
  .banner-page {
    height: 40rem;
    margin-top: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-page {
    height: 30rem;
    margin-top: 8rem;
  }
}
.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: #D0905B;
  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 #D0905B;
  padding: 3rem 3rem;
  background-color: #f4f3ed;
  background-image: url(../img/layout_style1/img05.png);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .alower-secmer {
    padding: 2rem 1.5rem;
    border: max(0.5rem, 1px) solid #D0905B;
    background-position: top center;
  }
}

#toc_container {
  border: 0 !important;
  position: relative;
  color: #535353;
  width: 66rem !important;
  margin-bottom: 0 !important;
  padding: 2rem 1.5rem !important;
  background-color: rgba(208, 144, 91, 0.1) !important;
}
@media screen and (max-width: 767px) {
  #toc_container {
    width: 100% !important;
  }
}
#toc_container .toc_title {
  text-align: left !important;
  background-color: #fff;
  color: #D0905B;
  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(208, 144, 91, 0.1);
  color: #D0905B;
  font-weight: 500;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: max(2px, 0.4rem) solid #D0905B;
  border-bottom: max(2px, 0.4rem) solid #D0905B;
  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: #D0905B;
  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: #D0905B;
}

.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 #D0905B;
  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 #FCEBEB;
  transition: all 0.3s ease-in-out;
}
.under-list-ul a:before {
  content: "";
  position: absolute;
  width: max(1rem, 8px);
  height: max(1rem, 8px);
  background: #D0905B;
  -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: #D0905B;
}
@media screen and (min-width: 768px) {
  .under-list-ul a:hover {
    color: #D0905B;
    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: #D0905B;
}
@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 #E7F1F1;
}

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

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

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

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

.list-paradai-item-content {
  background-color: #D0905B;
  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: #D0905B;
  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: #D0905B;
  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: #D0905B;
  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: #D0905B;
  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: #D0905B;
  border: max(1px, 0.1rem) solid #D0905B;
  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: #D0905B;
}

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

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

header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 10px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1800px) {
  header {
    font-size: 0.56vw;
  }
}
@media screen and (max-width: 999px) {
  header {
    font-size: 1rem;
    background-color: #fff;
  }
  header.is-active {
    top: 0 !important;
  }
  header.is-active-top:not(.is-active) {
    top: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  header.is-active {
    top: 0 !important;
  }
  header.is-active, header.active-page {
    background-color: #fff;
  }
  header.is-active .header-logo, header.active-page .header-logo {
    width: auto;
    padding-left: 1.5em;
  }
  header.is-active .header-logo img, header.active-page .header-logo img {
    width: 27.3em;
  }
  header.is-active .header-right-item-link, header.active-page .header-right-item-link {
    color: #535353;
  }
  header.is-active .header-right, header.active-page .header-right {
    flex-direction: row;
    align-items: center;
  }
  header.is-active .header-right-ul, header.active-page .header-right-ul {
    padding-right: 1em;
    -moz-column-gap: 3em;
         column-gap: 3em;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  header.is-active .header-right-ul, header.active-page .header-right-ul {
    -moz-column-gap: 2.5em;
         column-gap: 2.5em;
  }
}
@media screen and (min-width: 1000px) {
  header.is-active .header-right-address, header.active-page .header-right-address {
    width: 36em;
    background: linear-gradient(90deg, rgba(240, 138, 98, 0) 0%, rgb(240, 138, 98) 40%);
  }
  header.is-active .header-right-item-link .jpn, header.active-page .header-right-item-link .jpn {
    font-size: 1.9em;
  }
  header:not(.is-active):not(.active-page) .header {
    font-size: 10px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  header:not(.is-active):not(.active-page) .header {
    font-size: 0.67vw;
  }
}

.header-logo {
  padding: 0.8em 0;
  width: 54.2em;
  padding-left: 4em;
}
.header-logo img {
  width: 38.2em;
}
@media screen and (max-width: 999px) {
  .header-logo img {
    width: 32em;
  }
}
@media screen and (max-width: 767px) {
  .header-logo img {
    width: 25em;
  }
}
@media screen and (min-width: 1000px) {
  .header-logo {
    background: linear-gradient(90deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width: 999px) {
  .header-logo {
    width: auto;
    padding: 0;
  }
}

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

.header-right-address {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  padding-right: 1.5em;
  width: 43em;
  background: linear-gradient(90deg, rgba(240, 138, 98, 0) 0%, rgb(240, 138, 98) 75%);
}
@media screen and (max-width: 1600px) {
  .header-right-address {
    width: 38em;
  }
}
.header-right-address:before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background-image: url(../img/common/icon01.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.header-right-address span {
  font-size: 1.8em;
}

.header-right-box {
  height: 7.5em;
}

.header-right-tel {
  display: block;
  width: 27em;
  background-image: url(../img/common/icon02.png), url(../img/common/icon03.jpg);
  background-size: 22.4em auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: left 1em top 0.5em, left center;
  position: relative;
}
.header-right-tel:before {
  content: "";
  position: absolute;
  width: 1.8em;
  height: 1.7em;
  background-color: #fff;
  bottom: 0.3em;
  right: 0.3em;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.header-right-social {
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  width: 7.6em;
  position: relative;
}
.header-right-social a {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-right-social a img {
  width: 3.8em;
}

.header-right-toggle {
  background-color: #fff;
  width: 7.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.header-right-toggle .btn-hamberger:not(.is-active) span {
  width: 60%;
}
.header-right-toggle .btn-hamberger:not(.is-active):after {
  width: 70%;
  right: 0;
  left: auto;
}
@media screen and (max-width: 1500px) {
  .header-right-toggle .btn-hamberger {
    transform: scale(0.8);
  }
}

@media screen and (min-width: 1000px) {
  .btn-hamberger--wsp {
    display: none;
  }
}
.btn-hamberger--wsp:not(.is-active) span {
  width: 60%;
}
.btn-hamberger--wsp:not(.is-active):after {
  width: 70%;
  right: 0;
  left: auto;
}

.header-right-top-gr {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}

.header-right-item-link {
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.header-right-item-link .jpn {
  font-size: 1.8em;
}
.header-right-item-link:hover, .header-right-item-link.is-active {
  color: #E94F4D !important;
}

.header-right-ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5em;
       column-gap: 5em;
  justify-content: flex-end;
  padding-right: 10.4em;
}

.header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .header {
    align-items: center;
    padding: 1.5em;
  }
}

.header-right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  row-gap: 1.2em;
}
@media screen and (max-width: 999px) {
  .header-right {
    display: none;
  }
}

@media screen and (max-width: 1500px) {
  .header-right-toggle {
    width: 8.5em;
  }
  .header-right-tel {
    width: 24em;
    background-size: 21.4em auto, cover;
  }
}
.gr-popup-icon {
  position: absolute;
  top: 7.5em;
  right: 0;
}
@media screen and (max-width: 999px) {
  .gr-popup-icon.hd {
    display: none;
  }
}
.gr-popup-icon .popup-icon-item {
  display: flex;
  width: 7.5em;
  height: 7.5em;
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  background-repeat: no-repeat;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1500px) {
  .gr-popup-icon .popup-icon-item {
    width: 8.5em;
  }
}
@media screen and (max-width: 767px) {
  .gr-popup-icon .popup-icon-item {
    width: 100%;
    font-size: 0.8rem;
  }
}
.gr-popup-icon .popup-icon-item span {
  font-size: 1.6em;
}
.gr-popup-icon .popup-icon-item.web {
  background-color: #E94F4C;
  background-image: url(../img/common/icon07.png);
  background-size: 2.4em auto;
  background-position: top 1.2em center;
}
.gr-popup-icon .popup-icon-item.app {
  background-color: #5ED5FD;
  background-image: url(../img/common/app.png);
  background-size: 2.8em auto;
  background-position: top 1.2em center;
}
.gr-popup-icon .popup-icon-item.clock {
  background-color: #F08A62;
  background-image: url(../img/common/icon08.png);
  background-size: 2.6em auto;
  background-position: top 1.2em center;
}
.gr-popup-icon .popup-icon-item.access {
  background-color: #FBC43E;
  background-image: url(../img/common/icon09.png);
  background-size: 2.6em auto;
  background-position: top 1.4em center;
}
@media screen and (max-width: 999px) {
  .gr-popup-icon .popup-icon-item.access {
    display: none;
  }
}
.gr-popup-icon .popup-icon-item.phone {
  background-color: #FBC43E;
  background-image: url(../img/common/img21.png);
  background-size: 2.6em auto;
  background-position: top 1.4em center;
}
@media screen and (min-width: 1000px) {
  .gr-popup-icon .popup-icon-item.phone {
    display: none;
  }
}
.gr-popup-icon .popup-icon-item.line {
  background-color: #25B700;
  background-image: url(../img/common/icon10.png);
  background-size: 2.7em auto;
  background-position: top 1.4em center;
}
.gr-popup-icon .popup-icon-item.scrool {
  background-color: #F18807;
  background-image: url(../img/common/arrow.png);
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.sec1-top {
  max-width: 186rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .sec1-top {
    border-radius: 0;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top {
    margin-top: 8rem;
  }
}
.sec1-top:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

@media screen and (min-width: 1000px) {
  .sec1-top-slider-item img {
    width: 100%;
    height: calc(100vh - 3.7rem);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-slider-item img {
    height: calc(100vh - 17.6rem);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
  }
}

.sec1-top-content {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.sec1-top-tlth2 h2, .sec1-top-tlth2 h3, .sec1-top-tlth2 h4, .sec1-top-tlth2 h5, .sec1-top-tlth2 h6 {
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1;
  color: #FBC43E;
  position: relative;
  padding-left: 4.5rem;
}
@media screen and (max-width: 1600px) {
  .sec1-top-tlth2 h2, .sec1-top-tlth2 h3, .sec1-top-tlth2 h4, .sec1-top-tlth2 h5, .sec1-top-tlth2 h6 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-tlth2 h2, .sec1-top-tlth2 h3, .sec1-top-tlth2 h4, .sec1-top-tlth2 h5, .sec1-top-tlth2 h6 {
    font-size: 2.6rem;
    padding-left: 0;
  }
}
.sec1-top-tlth2 h2:before, .sec1-top-tlth2 h3:before, .sec1-top-tlth2 h4:before, .sec1-top-tlth2 h5:before, .sec1-top-tlth2 h6:before {
  content: "";
  display: block;
  width: 15.4rem;
  height: 9rem;
  background-image: url(../img/top/img04.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media screen and (max-width: 1600px) {
  .sec1-top-tlth2 h2:before, .sec1-top-tlth2 h3:before, .sec1-top-tlth2 h4:before, .sec1-top-tlth2 h5:before, .sec1-top-tlth2 h6:before {
    width: 12.4rem;
    height: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-tlth2 h2:before, .sec1-top-tlth2 h3:before, .sec1-top-tlth2 h4:before, .sec1-top-tlth2 h5:before, .sec1-top-tlth2 h6:before {
    width: 10.4rem;
    height: 6rem;
    bottom: calc(100% + 1rem);
  }
}

.sec1-top-content-sub {
  font-size: 2.6rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: 500;
  border-top: max(1px, 0.1rem) solid #fff;
  border-bottom: max(1px, 0.1rem) solid #fff;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  padding: 0.5rem 0.7rem;
  margin-top: 3.7rem;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .sec1-top-content-sub {
    font-size: 2.2rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-content-sub {
    font-size: 1.8rem;
    width: 100%;
    text-align: left;
    background-image: url(../img/top/img05.png);
    background-size: 5rem;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}
.sec1-top-content-sub:before {
  content: "";
  position: absolute;
  top: 100%;
  right: -8rem;
  width: 10rem;
  height: 8.6rem;
  background-image: url(../img/top/img05.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
  .sec1-top-content-sub:before {
    width: 8rem;
    height: 6.6rem;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-content-sub:before {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-content-sub:before {
    content: none;
  }
}

.sec1-top-content-right01 {
  padding-right: 11.7rem;
  padding-bottom: 9.3rem;
}
@media screen and (max-width: 1600px) {
  .sec1-top-content-right01 {
    padding-bottom: 3.3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-content-right01 {
    padding-right: 9.7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-content-right01 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.sec1-top-content-right02 {
  width: 65.4rem;
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 3rem;
  padding-left: 4rem;
  padding-bottom: 2rem;
  border-top-left-radius: 1.5rem;
  margin-left: auto;
}
@media screen and (max-width: 1600px) {
  .sec1-top-content-right02 {
    width: 62.4rem;
    padding-top: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-content-right02 {
    display: none;
  }
}

.sec1-top-tlth3 {
  position: relative;
  padding-bottom: 1.5rem;
}
.sec1-top-tlth3 h3, .sec1-top-tlth3 h4, .sec1-top-tlth3 h5, .sec1-top-tlth3 h6 {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 700;
  color: #D0905B;
}
@media screen and (max-width: 1600px) {
  .sec1-top-tlth3 h3, .sec1-top-tlth3 h4, .sec1-top-tlth3 h5, .sec1-top-tlth3 h6 {
    font-size: 2.7rem;
  }
}
.sec1-top-tlth3 .eng-big {
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
  color: rgba(208, 144, 91, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1600px) {
  .sec1-top-tlth3 .eng-big {
    font-size: 6rem;
  }
}

.sec1-top-tlth3-eng-small {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: #715939;
}
@media screen and (max-width: 1600px) {
  .sec1-top-tlth3-eng-small {
    font-size: 2.5rem;
  }
}

.sec1-top-content-gr-tlt {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

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

.list-news-top-ul {
  width: calc(100% - 2rem);
}
.list-news-top-ul .list-news-date {
  color: #D0905B;
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .list-news-top-ul .list-news-date {
    width: 8rem;
  }
}
.list-news-top-ul .list-news-tlt {
  width: calc(100% - 10rem);
}
@media screen and (max-width: 767px) {
  .list-news-top-ul .list-news-tlt {
    width: calc(100% - 8rem);
  }
}
.list-news-top-ul .list-news-tlt a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-news-top-ul li {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0;
  border-bottom: max(1px, 0.1rem) solid #D9D9D9;
}
@media screen and (max-width: 1400px) {
  .list-news-top-ul li {
    padding: 1rem 0;
  }
}

.list-news-top {
  max-width: 59rem;
  width: calc(100% - 1.5rem);
  overflow: auto;
  height: 19rem;
}
.list-news-top::-webkit-scrollbar {
  width: max(0.5rem, 4px);
  background-color: rgba(208, 144, 91, 0.5);
}
.list-news-top::-webkit-scrollbar-thumb {
  background: #D0905B;
  border-radius: 100rem;
}
@media screen and (max-width: 1400px) {
  .list-news-top {
    height: 16rem;
  }
}

.sec2-top {
  background-image: url(../img/top/img10.png), url(../img/top/img06.png);
  background-position: top 3rem left 4rem, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: 20rem auto, cover;
  background-color: #FFFAF5;
  margin-bottom: -14rem;
}
@media screen and (max-width: 1500px) {
  .sec2-top {
    margin-bottom: -11rem;
  }
}
@media screen and (max-width: 1400px) {
  .sec2-top {
    background-position: top 2rem left 1rem, bottom center;
    background-size: 15rem auto, cover;
  }
}
@media screen and (max-width: 999px) {
  .sec2-top {
    background-position: top 0 left -100%, bottom center;
    margin-bottom: -9rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top {
    background-position: top 0 left -100%, bottom right;
    background-size: 112rem auto;
    margin-bottom: -6rem;
    padding-bottom: 2rem;
  }
}

.sec2-top-cont {
  max-width: 119.6rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 8rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .sec2-top-cont {
    background: linear-gradient(180deg, rgba(255, 253, 250, 0) 0%, rgb(255, 253, 250) 50%);
  }
}
@media screen and (max-width: 999px) {
  .sec2-top-cont {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-cont {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.sec2-top-cont .sec2-top-left, .sec2-top-cont .sec2-top-right {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .sec2-top-cont .sec2-top-left, .sec2-top-cont .sec2-top-right {
    width: 100%;
  }
}
.sec2-top-cont .sec-tlt-h3 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 999px) {
  .sec2-top-cont .sec-tlt-h3 {
    margin-bottom: 2rem;
  }
}

.sec-tlt-h3 {
  position: relative;
}
.sec-tlt-h3.center {
  text-align: center;
}
.sec-tlt-h3.white .eng, .sec-tlt-h3.white h3, .sec-tlt-h3.white h4, .sec-tlt-h3.white h5, .sec-tlt-h3.white h6 {
  color: #fff;
}
.sec-tlt-h3.white .eng-big {
  color: rgba(255, 255, 255, 0.15);
}
.sec-tlt-h3 .eng {
  color: #715939;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  background-image: url(../img/top/img07.png);
  background-size: 3.5rem auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 3.5rem;
}
@media screen and (max-width: 999px) {
  .sec-tlt-h3 .eng {
    font-size: 2.5rem;
  }
}
.sec-tlt-h3 .eng-big {
  line-height: 1;
  font-size: 12rem;
  font-weight: 500;
  color: rgba(208, 144, 91, 0.15);
  position: absolute;
  bottom: 2.2rem;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1500px) {
  .sec-tlt-h3 .eng-big {
    font-size: 10rem;
  }
}
@media screen and (max-width: 999px) {
  .sec-tlt-h3 .eng-big {
    font-size: 8rem;
    bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-tlt-h3 .eng-big {
    font-size: 6rem;
  }
}
.sec-tlt-h3 h3, .sec-tlt-h3 h4, .sec-tlt-h3 h5, .sec-tlt-h3 h6 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #D0905B;
}
@media screen and (max-width: 999px) {
  .sec-tlt-h3 h3, .sec-tlt-h3 h4, .sec-tlt-h3 h5, .sec-tlt-h3 h6 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-tlt-h3 h3, .sec-tlt-h3 h4, .sec-tlt-h3 h5, .sec-tlt-h3 h6 {
    font-size: 2.2rem;
  }
}

.sec2-top-table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec2-top-table {
    border-spacing: 0.3rem;
    border-collapse: separate;
  }
}
.sec2-top-table tr td {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .sec2-top-table tr td {
    width: 100% !important;
    float: left;
    padding: 1rem !important;
    border-radius: 0 !important;
  }
}
.sec2-top-table tr td:first-child {
  width: 15rem;
  background-color: #D0905B;
  color: #fff;
  padding-left: 2.5rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.sec2-top-table tr td:last-child {
  width: calc(100% - 15rem);
  background-color: #F9EFE6;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding-left: 2rem;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .sec2-top-table tr td:last-child {
    background-color: transparent;
  }
}

.sec2-top-right-table {
  border: max(1px, 0.1rem) solid #D0905B;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .sec2-top-right-table {
    margin-bottom: 1rem;
  }
}

.table-top-calender {
  width: 100%;
  table-layout: fixed;
}
.table-top-calender .table-top-calender-our {
  color: #D0905B;
}
@media screen and (max-width: 767px) {
  .table-top-calender {
    font-size: 1.5rem;
  }
}
.table-top-calender tr:first-child td {
  background-color: #D0905B;
  color: #fff !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.table-top-calender tr td:first-child {
  width: 15rem;
  text-align: left;
  padding-left: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .table-top-calender tr td:first-child {
    width: 11rem;
    padding-left: 0.5rem;
  }
}
.table-top-calender tr td {
  width: calc((100% - 15rem) / 7);
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  text-align: center;
  background-color: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .table-top-calender tr td {
    width: calc((100% - 11rem) / 7);
  }
}
.table-top-calender tr td:not(:first-child) {
  color: #D0905B;
}
.table-top-calender tr:nth-child(2) td, .table-top-calender tr:nth-child(3) td {
  border-bottom: max(1px, 0.1rem) solid #c5c3c3;
}

.sec2-top-bottom {
  width: 100%;
  margin-top: 3.4rem;
}

.style-link-lv1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 24.8rem;
  height: 5rem;
  background-color: #715939;
  color: #fff;
  font-size: 1.8rem;
  background-image: url(../img/top/img09.png), url(../img/top/img08.png);
  background-size: 3rem auto, auto 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: left 1rem center, left center;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
  text-align: center;
}
.style-link-lv1:hover {
  background-color: #D0905B;
}
.style-link-lv1.center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .style-link-lv1 {
    font-size: 1.6rem;
    background-position: left -1rem center, left center;
    width: 20rem;
  }
}

.sec2-top-right-table-sub {
  padding: 1rem 1.5rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .sec2-top-right-table-sub {
    background-color: #fff;
  }
}

@media screen and (min-width: 1000px) {
  .sec3-top {
    display: none;
  }
}
.sec3-top {
  background-color: #FFFAF5;
  padding-top: 3rem;
}
.sec3-top .sec1-top-content-right02 {
  display: block;
  margin-right: auto;
  background-color: #fff;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .sec3-top .sec1-top-content-right02 {
    width: 100%;
    padding-left: 1.5rem;
  }
}
.sec3-top {
  background-image: url(../img/top/img05.png), url(../img/top/img10.png);
  background-size: 15rem auto, 15rem auto;
  background-repeat: no-repeat, no-repeat;
  background-position: top 3rem left 3rem, right 2rem bottom;
}
@media screen and (max-width: 767px) {
  .sec3-top {
    background-size: 8rem auto, 10rem auto;
    background-position: top 1.5rem left 1.5rem, right 2rem top 10rem;
  }
}

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

.sec4-top {
  background-image: url(../img/top/img11.png);
  background-size: 192rem auto;
  background-position: top right;
  background-repeat: no-repeat;
  padding-top: 22rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1500px) {
  .sec4-top {
    background-size: 160rem auto;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top {
    padding-top: 12rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top {
    padding-top: 9rem;
  }
}

.sec4-top-cont {
  max-width: 174rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  padding-top: 4rem;
}
@media screen and (max-width: 1700px) {
  .sec4-top-cont {
    font-size: 0.59vw;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-cont {
    display: block;
    font-size: 1rem;
    padding-top: 2.5rem;
  }
}
.sec4-top-cont .sec4-top-left {
  width: 29.3%;
}
@media screen and (max-width: 999px) {
  .sec4-top-cont .sec4-top-left {
    margin-bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-cont .sec4-top-left {
    width: 100%;
  }
}
.sec4-top-cont .sec4-top-left .sec4-top-left-img01 {
  width: 46em;
  border-radius: 0.5em;
  padding-right: 1em;
  padding-bottom: 1em;
  background-color: #D0905B;
}
.sec4-top-cont .sec4-top-left .sec4-top-left-img01 img {
  border-radius: 0.5em;
}
.sec4-top-cont .sec4-top-left .sec4-top-left-img02 {
  width: 39em;
  border-radius: 0.5em;
  padding-right: 1em;
  padding-bottom: 1em;
  background-color: #F08A62;
  margin-left: auto;
  margin-top: 4.5em;
}
.sec4-top-cont .sec4-top-left .sec4-top-left-img02 img {
  border-radius: 0.5em;
}
.sec4-top-cont .sec4-top-mid {
  width: 36%;
}
@media screen and (max-width: 1700px) {
  .sec4-top-cont .sec4-top-mid {
    width: 39%;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-cont .sec4-top-mid {
    width: 100%;
    padding-bottom: 3rem;
  }
}
.sec4-top-cont .sec4-top-right {
  width: 26.5%;
}
.sec4-top-cont .sec4-top-right .sec4-top-right-img {
  border-radius: 0.5em;
  padding-left: 1em;
  padding-top: 1em;
  background-color: #F08A62;
  display: flex;
}
.sec4-top-cont .sec4-top-right .sec4-top-right-img img {
  border-radius: 0.5em;
}
@media screen and (max-width: 767px) {
  .sec4-top-cont .sec4-top-right {
    width: 100%;
  }
}

.sec4-top-mid-tlt {
  font-size: 3.5rem;
  font-weight: 500;
  color: #D0905B;
  line-height: 1.4;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1500px) {
  .sec4-top-mid-tlt {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec4-top-mid-tlt {
    font-size: 2.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-mid-tlt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-mid-tlt {
    font-size: 2rem;
  }
}

.sec4-top-mid-list-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 3rem;
  margin-top: 6rem;
}
@media screen and (max-width: 1700px) {
  .sec4-top-mid-list-link {
    gap: 2rem;
  }
}
@media screen and (max-width: 1500px) {
  .sec4-top-mid-list-link {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sec4-top-mid-list-link a {
    width: 100%;
  }
}
@media screen and (max-width: 1500px) and (max-width: 999px) {
  .sec4-top-mid-list-link a {
    font-size: 1.6rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec4-top-mid-list-link {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-mid-list-link {
    gap: 1rem;
  }
}

.sec4-top-slider .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.sec4-top-slider .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.sec4-top-slider .scroll-infinity__list--left {
  animation: infinity-scroll-left 10s infinite linear 0.5s both;
}
.sec4-top-slider .scroll-infinity__item {
  width: 50vw;
  padding: 0 0.5rem;
}
.sec4-top-slider .scroll-infinity__item > img {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.sec5-top-list {
  max-width: 155rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 8rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1rem;
  -moz-column-gap: 3.5em;
       column-gap: 3.5em;
  row-gap: 4.5em;
  margin-top: 11.7em;
}
@media screen and (max-width: 1400px) {
  .sec5-top-list {
    font-size: 0.71vw;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-list {
    width: calc(100% - 3rem);
    -moz-column-gap: 2.5em;
         column-gap: 2.5em;
    margin-top: 6.7em;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-list {
    -moz-column-gap: 2em;
         column-gap: 2em;
    font-size: 1rem;
    margin-top: 4.7em;
  }
}
.sec5-top-list .sec5-top-item {
  width: calc((100% - 7em) / 3);
  border-radius: 0.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1.5em;
  position: relative;
  padding-bottom: 11em;
}
@media screen and (max-width: 999px) {
  .sec5-top-list .sec5-top-item {
    padding-bottom: 13em;
    width: calc((100% - 5em) / 3);
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-list .sec5-top-item {
    width: 100%;
    padding-bottom: 9em;
  }
}
@media screen and (min-width: 1000px) {
  .sec5-top-list .sec5-top-item:hover .style-link-lv1 {
    background-color: #D0905B;
  }
}
.sec5-top-list .sec5-top-item:first-child {
  background-color: rgba(251, 196, 62, 0.9);
}
.sec5-top-list .sec5-top-item:nth-child(2) {
  background-color: rgba(243, 152, 0, 0.9);
}
.sec5-top-list .sec5-top-item:nth-child(3) {
  background-color: rgba(239, 170, 63, 0.9);
}
.sec5-top-list .sec5-top-item:nth-child(4) {
  background-color: rgba(208, 144, 91, 0.9);
}
.sec5-top-list .sec5-top-item:last-child {
  background-color: rgba(240, 138, 98, 0.9);
}
.sec5-top-list .sec5-top-item .sec5-top-item-img img {
  border-radius: 0.5em;
  border-top-left-radius: 15em;
}
@media screen and (max-width: 767px) {
  .sec5-top-list .sec5-top-item .sec5-top-item-img img {
    border-radius: 0.5em;
  }
}
.sec5-top-list .sec5-top-item .sec5-top-item-icon {
  position: absolute;
  top: -3em;
  left: -3em;
  width: 14.2em;
}
@media screen and (max-width: 999px) {
  .sec5-top-list .sec5-top-item .sec5-top-item-icon {
    left: -1.5em;
    top: -2.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-list .sec5-top-item .sec5-top-item-icon {
    width: 11.2em;
  }
}
.sec5-top-list .sec5-top-item .sec5-top-item-link {
  position: absolute;
  bottom: 3em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec5-top-list .sec5-top-item .sec5-top-item-link {
    bottom: 1.5em;
  }
}

.sec5-top-item-tlt {
  font-weight: 500;
  color: #715939;
  text-align: center;
  line-height: 1.5;
  background-image: url(../img/top/img17.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0.5em 0;
  margin-top: 1.5em;
  margin-bottom: 3.5em;
}
@media screen and (max-width: 767px) {
  .sec5-top-item-tlt {
    margin-bottom: 1.5em;
  }
}
.sec5-top-item-tlt span {
  font-size: 3em;
}
@media screen and (max-width: 999px) {
  .sec5-top-item-tlt span {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-item-tlt span {
    font-size: 2.5em;
  }
}

.sec5-top-item-txt {
  color: #fff;
}

.sec5-top {
  background-image: url(../img/top/img26.png);
  background-size: 192rem auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 10rem;
}
@media screen and (max-width: 1600px) {
  .sec5-top {
    background-size: 128vw auto;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top {
    background-size: 103rem auto;
    background-color: #FFF4E9;
  }
}

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

.sec6-top-tlt {
  font-size: 5.5rem;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #D0905B;
  border-bottom: max(1px, 0.1rem) solid #FBC43E;
  line-height: 1.4;
}
@media screen and (max-width: 999px) {
  .sec6-top-tlt {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-tlt {
    font-size: 2.5rem;
  }
}
.sec6-top-tlt:before {
  content: "";
  position: absolute;
  width: 10em;
  height: 12.2em;
  right: calc(100% - 1rem);
  bottom: 0;
  background-image: url(../img/top/img27.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec6-top-tlt:before {
    bottom: 2rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(57deg);
  }
}
.sec6-top-tlt:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% + 3rem);
  width: 7.2em;
  height: 9.9em;
  background-image: url(../img/top/img28.png);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .sec6-top-tlt:after {
    left: calc(100% + 1rem);
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-tlt:after {
    content: none;
  }
}
.sec6-top-tlt:before, .sec6-top-tlt:after {
  font-size: 1rem;
}
@media screen and (max-width: 999px) {
  .sec6-top-tlt:before, .sec6-top-tlt:after {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-tlt:before, .sec6-top-tlt:after {
    font-size: 0.6rem;
  }
}

.sec6-top-txt {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sec6-top-txt {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.sec6-top {
  padding-top: 6rem;
  padding-bottom: 20rem;
  background-image: url(../img/top/img31.png);
  background-size: 192rem auto;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .sec6-top {
    background-size: 128vw;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top {
    padding-bottom: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top {
    padding-top: 8rem;
    background-size: 104rem auto;
    background-image: url(../img/top/img35.png);
    background-position: left -10rem bottom;
    padding-bottom: 11rem;
  }
}

.style-link-lv2 {
  font-size: 2.6rem;
  font-weight: 700;
  background-color: #EED5BF;
  max-width: 59.3rem;
  height: 7.8rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  padding: max(3px, 0.5rem);
  display: block;
}
@media screen and (max-width: 999px) {
  .style-link-lv2 {
    max-width: 49.3rem;
    height: 7.5rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .style-link-lv2 {
    font-size: 2rem;
    height: 7rem;
    padding: max(2px, 0.3rem);
  }
}
.style-link-lv2 span {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #D0905B;
  border-radius: 0.5rem;
  background-image: url(../img/top/img29.png);
  background-size: 4rem auto;
  background-repeat: no-repeat;
  background-position: right 3rem center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .style-link-lv2 span {
    background-position: right 1.5rem center;
  }
}
@media screen and (max-width: 767px) {
  .style-link-lv2 span {
    justify-content: flex-start;
    padding-left: 1.5rem;
  }
}
.style-link-lv2:hover span {
  background-color: #EED5BF;
  color: #D0905B;
}

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

.sec7-top-main {
  max-width: 144.4rem;
  display: grid;
  grid-template-columns: 36.7% 1fr 36.7%;
  align-items: center;
  padding-top: 5.5rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-main {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec7-top-main .sec7-top-left, .sec7-top-main .sec7-top-right {
    width: 48%;
  }
}

.sec7-top-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 7rem;
  background-color: #F9EFE6;
  border-radius: 1rem;
  border: max(1px, 0.1rem) solid #D0905B !important;
  font-size: 1.8rem;
  padding-left: 2.5rem;
  background-image: url(../img/top/img32.png);
  background-size: 3.7rem auto;
  background-repeat: no-repeat;
  background-position: right 2.5rem center;
  width: 85%;
  transition: all 0.3s ease-in-out;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .sec7-top-link {
    background-position: right 1.5rem center;
    width: 90%;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec7-top-link {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-link {
    width: 100%;
    font-size: 1.4rem;
    padding-left: 0.7rem;
    background-position: right 0.5rem center;
    background-size: 3rem auto;
    height: 8rem;
    padding-right: 2rem;
  }
}
.sec7-top-link:hover {
  background-color: #D0905B;
  color: #fff;
}

.sec7-top-list li + li {
  margin-top: 3rem;
}
@media screen and (max-width: 1700px) {
  .sec7-top-list li + li {
    margin-top: 1.76vw;
  }
}
@media screen and (min-width: 768px) {
  .sec7-top-list.first li:first-child a, .sec7-top-list.first li:last-child a {
    margin-left: auto;
  }
  .sec7-top-list.first li:nth-child(2) a, .sec7-top-list.first li:nth-child(4) a {
    margin-left: auto;
    margin-right: auto;
  }
  .sec7-top-list.last li:nth-child(3) a {
    margin-left: auto;
  }
  .sec7-top-list.last li:nth-child(2) a, .sec7-top-list.last li:nth-child(4) a {
    margin-left: auto;
    margin-right: auto;
  }
}

.sec7-top {
  background-image: url(../img/top/img34.png);
  background-size: 192rem auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 10rem;
  margin-top: -14rem;
}
@media screen and (max-width: 999px) {
  .sec7-top {
    background-size: 144rem auto;
    padding-top: 5rem;
    margin-top: -10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top {
    margin-top: -7rem;
    padding-top: 3rem;
  }
}

@media screen and (min-width: 1000px) {
  .sec7-top-link-br-table {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sec7-top-mid {
    text-align: center;
    padding-top: 3rem;
  }
  .sec7-top-mid img {
    width: 30rem;
  }
}

.sec8-top-main {
  max-width: 114rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1rem;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .sec8-top-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1.5rem;
    padding-top: 2.5rem;
  }
}
.sec8-top-main .sec8-top-item {
  width: 24.3%;
  border-radius: 0.5rem;
  padding: 0.5rem;
  height: 30.5rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec8-top-main .sec8-top-item {
    height: 25.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-main .sec8-top-item {
    width: 100%;
    height: 19.5rem;
  }
}
.sec8-top-main .sec8-top-item .sec8-top-item-img {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  border-top-left-radius: 17rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec8-top-main .sec8-top-item .sec8-top-item-img {
    border-top-left-radius: 11rem;
  }
}
.sec8-top-main .sec8-top-item .sec8-top-item-img:before {
  content: "";
  position: absolute;
  width: 3.5rem;
  height: 1.7rem;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  bottom: 1.3rem;
  right: 1.5rem;
}
.sec8-top-main .sec8-top-item .sec8-top-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.3s ease-in-out;
}
.sec8-top-main .sec8-top-item .sec8-top-item-icon {
  width: 5.6rem;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
}
@media screen and (max-width: 767px) {
  .sec8-top-main .sec8-top-item .sec8-top-item-icon {
    width: 4rem;
  }
}
.sec8-top-main .sec8-top-item .sec8-top-main-tlt {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.sec8-top-main .sec8-top-item .sec8-top-main-jpn {
  font-size: 2.2rem;
  font-weight: 500;
  color: #715939;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .sec8-top-main .sec8-top-item .sec8-top-main-jpn {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-main .sec8-top-item .sec8-top-main-jpn {
    font-size: 1.6rem;
  }
}
.sec8-top-main .sec8-top-item .sec8-top-main-eng {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec8-top-main .sec8-top-item .sec8-top-main-eng {
    font-size: 1.4rem;
  }
}
.sec8-top-main .sec8-top-item .sec8-top-main-content {
  position: absolute;
  inset: 0;
  padding-top: 6rem;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.sec8-top-main .sec8-top-item .sec8-top-main-content .sec8-top-main-jpn, .sec8-top-main .sec8-top-item .sec8-top-main-content .sec8-top-main-eng {
  text-align: center;
}
.sec8-top-main .sec8-top-item .sec8-top-main-content .sec8-top-main-txt {
  font-size: 1.8rem;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 999px) {
  .sec8-top-main .sec8-top-item .sec8-top-main-content {
    display: none;
  }
}
.sec8-top-main .sec8-top-item .sec8-top-item-link {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.sec8-top-main .sec8-top-item:first-child, .sec8-top-main .sec8-top-item:nth-child(6) {
  background-color: #FBC43E;
}
.sec8-top-main .sec8-top-item:first-child .sec8-top-main-eng, .sec8-top-main .sec8-top-item:nth-child(6) .sec8-top-main-eng {
  color: #FBC43E;
}
.sec8-top-main .sec8-top-item:first-child .sec8-top-item-img:before, .sec8-top-main .sec8-top-item:nth-child(6) .sec8-top-item-img:before {
  background-image: url(../img/top/img38.png);
}
.sec8-top-main .sec8-top-item:nth-child(2), .sec8-top-main .sec8-top-item:nth-child(7) {
  background-color: #D0905B;
}
.sec8-top-main .sec8-top-item:nth-child(2) .sec8-top-main-eng, .sec8-top-main .sec8-top-item:nth-child(7) .sec8-top-main-eng {
  color: #D0905B;
}
.sec8-top-main .sec8-top-item:nth-child(2) .sec8-top-item-img:before, .sec8-top-main .sec8-top-item:nth-child(7) .sec8-top-item-img:before {
  background-image: url(../img/top/img40.png);
}
.sec8-top-main .sec8-top-item:nth-child(3), .sec8-top-main .sec8-top-item:nth-child(8) {
  background-color: #F39800;
}
.sec8-top-main .sec8-top-item:nth-child(3) .sec8-top-main-eng, .sec8-top-main .sec8-top-item:nth-child(8) .sec8-top-main-eng {
  color: #F39800;
}
.sec8-top-main .sec8-top-item:nth-child(3) .sec8-top-item-img:before, .sec8-top-main .sec8-top-item:nth-child(8) .sec8-top-item-img:before {
  background-image: url(../img/top/img42.png);
}
.sec8-top-main .sec8-top-item:nth-child(4), .sec8-top-main .sec8-top-item:nth-child(5) {
  background-color: #EFAA3F;
}
.sec8-top-main .sec8-top-item:nth-child(4) .sec8-top-main-eng, .sec8-top-main .sec8-top-item:nth-child(5) .sec8-top-main-eng {
  color: #EFAA3F;
}
.sec8-top-main .sec8-top-item:nth-child(4) .sec8-top-item-img:before, .sec8-top-main .sec8-top-item:nth-child(5) .sec8-top-item-img:before {
  background-image: url(../img/top/img44.png);
}
@media screen and (min-width: 1000px) {
  .sec8-top-main .sec8-top-item:hover .sec8-top-item-img img {
    opacity: 0;
  }
  .sec8-top-main .sec8-top-item:hover .sec8-top-main-tlt {
    opacity: 0;
  }
  .sec8-top-main .sec8-top-item:hover .sec8-top-main-content {
    opacity: 1;
  }
}

.sec8-top {
  background-image: url(../img/top/img56.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 22rem;
  padding-bottom: 20rem;
  margin-bottom: -13rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .sec8-top {
    padding-top: 15rem;
    padding-bottom: 16rem;
  }
}
@media screen and (max-width: 999px) {
  .sec8-top {
    padding-top: 12rem;
    padding-bottom: 13rem;
    margin-bottom: -10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top {
    background-position: left -15rem top;
    padding-top: 8rem;
    margin-bottom: -13rem;
  }
}

.sec9-top {
  background-image: url(../img/top/img57.png);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 10rem;
  padding-bottom: 19rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec9-top {
    padding-top: 5rem;
    padding-bottom: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top {
    background-position: center top;
    padding-bottom: 7rem;
  }
}

.sec10-top {
  background-color: #FFFAF5;
  margin-top: -13rem;
  padding-top: 17rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 999px) {
  .sec10-top {
    margin-top: -9rem;
    padding-top: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top {
    margin-top: -7rem;
    padding-top: 10rem;
    padding-bottom: 3rem;
  }
}

.sec-feature-flex {
  max-width: 150.6rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-feature-flex {
    flex-direction: column-reverse;
  }
}
.sec-feature-flex .sec-feature-left {
  width: 43.5%;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec-feature-flex .sec-feature-left {
    width: 46.5%;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature-flex .sec-feature-left {
    width: 100%;
    background-color: #F9EFE6;
    padding-bottom: 3rem !important;
    background-image: url(../img/top/img66.png);
    background-size: 20rem auto;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .sec-feature-flex .sec-feature-left .sec-feature-tlt {
    background-color: #fff;
    padding: 1rem;
    border-radius: 0;
    margin: 1rem 0;
    margin-top: 0;
  }
}
.sec-feature-flex .sec-feature-right {
  width: 56.5%;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec-feature-flex .sec-feature-right {
    width: 53.5%;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature-flex .sec-feature-right {
    width: 100%;
  }
}
.sec-feature-flex .sec-feature-right .num01, .sec-feature-flex .sec-feature-right .num06 {
  position: absolute;
  top: -2rem;
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .sec-feature-flex .sec-feature-right .num01, .sec-feature-flex .sec-feature-right .num06 {
    transform: none;
    top: -6rem;
  }
}
.sec-feature-flex .sec-feature-right .num02 {
  position: absolute;
  top: -2rem;
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .sec-feature-flex .sec-feature-right .num02 {
    transform: none;
    top: -6rem;
    right: auto;
  }
}
@media screen and (max-width: 1300px) {
  .sec-feature-flex.lv1 {
    align-items: center;
  }
}
.sec-feature-flex.lv1 .sec-feature-left {
  padding-bottom: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 1300px) {
  .sec-feature-flex.lv1 .sec-feature-left {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 999px) {
  .sec-feature-flex.lv1 .sec-feature-left {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature-flex.lv1 .sec-feature-left {
    padding-right: 0;
  }
}
.sec-feature-flex.lv1 .sec-feature-right-img {
  padding-bottom: 1rem;
  padding-right: 1rem;
  border-radius: 0.5rem;
}
.sec-feature-flex.lv1 .sec-feature-right-v1 {
  background-color: #F08A62;
}
@media screen and (min-width: 768px) {
  .sec-feature-flex.lv2 {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1300px) {
  .sec-feature-flex.lv2 {
    align-items: center;
  }
}
.sec-feature-flex.lv2 .sec-feature-left {
  padding-left: 3rem;
  padding-bottom: 5.7rem;
}
@media screen and (max-width: 1300px) {
  .sec-feature-flex.lv2 .sec-feature-left {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 999px) {
  .sec-feature-flex.lv2 .sec-feature-left {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature-flex.lv2 .sec-feature-left {
    padding-left: 0;
  }
}
.sec-feature-flex.lv2 .sec-feature-right-img {
  padding-bottom: 1rem;
  padding-left: 1rem;
  border-radius: 0.5rem;
}
.sec-feature-flex.lv2 .sec-feature-right-v1 {
  background-color: #D0905B;
}

.sec-feature-tlt {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 500;
  color: #D0905B;
}
@media screen and (max-width: 1300px) {
  .sec-feature-tlt {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec-feature-tlt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature-tlt {
    font-size: 2rem;
  }
}

.sec-feature-tltmb5 {
  padding-bottom: 3rem;
}
@media screen and (max-width: 1300px) {
  .sec-feature-tltmb5 {
    padding-bottom: 1.5rem;
  }
}

.sec-feature-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  max-width: 53.6rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
}
@media screen and (max-width: 1300px) {
  .sec-feature-link {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec-feature-link {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.sec-feature-link a {
  width: 100%;
}

.sec-feature-flex-lv1 {
  width: 37rem;
  position: absolute;
  bottom: calc(100% + 2rem);
  right: 9rem;
}
@media screen and (max-width: 1300px) {
  .sec-feature-flex-lv1 {
    width: 29rem;
  }
}
@media screen and (max-width: 999px) {
  .sec-feature-flex-lv1 {
    width: 22rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature-flex-lv1 {
    width: 18rem;
    right: auto;
    left: 11rem;
    bottom: 100%;
  }
}

.sec-feature-flex-lv2 {
  width: 29.6rem;
  position: absolute;
  bottom: calc(100% + 8rem);
  left: 9rem;
}
@media screen and (max-width: 1300px) {
  .sec-feature-flex-lv2 {
    width: 23.6rem;
    bottom: calc(100% + 3rem);
  }
}
@media screen and (max-width: 999px) {
  .sec-feature-flex-lv2 {
    width: 20.6rem;
    bottom: calc(100% + 1rem);
  }
}

.feature-number {
  line-height: 1;
  font-size: 1rem;
  width: 14.4em;
  height: 14.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .feature-number {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 999px) {
  .feature-number {
    font-size: 0.7rem;
  }
}
.feature-number:before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  animation: rotateClockwise 5s linear infinite;
}
.feature-number .feature-number-txt {
  font-size: 10em;
  font-weight: 700;
  line-height: 1;
}
.feature-number.num01 {
  color: #FBC43E;
}
.feature-number.num01:before {
  background-image: url(../img/top/img60.png);
}
.feature-number.num02 {
  color: #F08A62;
}
.feature-number.num02:before {
  background-image: url(../img/top/img62.png);
}
.feature-number.num03 {
  color: #fff;
}
.feature-number.num03:before {
  background-image: url(../img/top/img69.png);
}
.feature-number.num04 {
  color: #F08A62;
}
.feature-number.num04:before {
  background-image: url(../img/top/img74.png);
}
.feature-number.num05 {
  color: #FBC43E;
}
.feature-number.num05:before {
  background-image: url(../img/top/img77.png);
}
.feature-number.num06 {
  color: #FBC43E;
}
.feature-number.num06:before {
  background-image: url(../img/top/img81.png);
}

.sec-feature {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  padding-bottom: 8rem;
}
@media screen and (max-width: 1300px) {
  .sec-feature {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 999px) {
  .sec-feature {
    background-size: 120rem auto;
  }
}
.sec-feature.sec-feature-lv01 {
  background-image: url(../img/top/img61.png);
}
.sec-feature.sec-feature-lv02 {
  background-image: url(../img/top/img65.png);
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .sec-feature {
    background-image: none !important;
    padding-bottom: 0;
  }
}

@keyframes rotateClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  .sec-feature-right-img {
    padding: 0.4rem !important;
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .sec-feature-left-txt {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.sec11-top {
  color: #fff;
  background-image: url(../img/top/img67.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #FFFAF5;
  padding-top: 7.5rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 999px) {
  .sec11-top {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }
}
.sec11-top .sec-feature-tlt {
  text-align: center;
  color: #fff;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .sec11-top .sec-feature-tlt {
    padding-bottom: 1rem;
  }
}

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

.sec11-top-eng-item {
  width: 30rem;
}
@media screen and (max-width: 1300px) {
  .sec11-top-eng-item {
    width: 25rem;
  }
}
@media screen and (max-width: 999px) {
  .sec11-top-eng-item {
    width: 23rem;
  }
}
@media screen and (max-width: 767px) {
  .sec11-top-eng-item {
    width: 19rem;
  }
}

.sec11-top-eng {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .sec11-top-eng {
    flex-direction: row-reverse;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

.sec11-top-content {
  max-width: 62.4rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}

.sec11-top-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2.7rem;
       column-gap: 2.7rem;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 999px) {
  .sec11-top-list {
    -moz-column-gap: 1.7rem;
         column-gap: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec11-top-list {
    margin-left: -1rem;
    margin-right: -1rem;
    display: block;
  }
}
.sec11-top-list .sec11-top-item {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .sec11-top-list .sec11-top-item {
    padding: 0.5rem;
  }
}
.sec11-top-list .sec11-top-item img {
  border-radius: 0.5rem;
}
.sec11-top-list .sec11-top-item .sec11-top-item-tlt.v1 {
  background-color: #F08A62;
}
.sec11-top-list .sec11-top-item .sec11-top-item-tlt.v2 {
  background-color: #D0905B;
}
.sec11-top-list .sec11-top-item .sec11-top-item-tlt.v3 {
  background-color: #F39800;
}

.sec11-top-item-tlt {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem 0;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .sec11-top-item-tlt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .sec11-top-list .slick-list {
    margin: 0 -0.5rem;
  }
  .sec11-top-list .slick-slide {
    margin: 0 0.5rem;
  }
}
.sec12-top {
  padding-top: 3rem;
}

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

.sec12-top-grid {
  max-width: 138.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 6.1%;
       column-gap: 6.1%;
}
@media screen and (max-width: 1600px) {
  .sec12-top-grid {
    margin-left: auto;
  }
}
@media screen and (max-width: 1500px) {
  .sec12-top-grid {
    max-width: 132.4rem;
    -moz-column-gap: 3.1%;
         column-gap: 3.1%;
  }
}
@media screen and (max-width: 999px) {
  .sec12-top-grid {
    -moz-column-gap: 2.1%;
         column-gap: 2.1%;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-grid {
    display: block;
  }
}

.sec12-top-item-img {
  width: calc(100% - 3rem);
}
.sec12-top-item-img img {
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec12-top-item-img img {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-item-img {
    width: 100%;
  }
}

.sec12-top {
  background-color: #FFFAF5;
  background-image: url(../img/top/img84.png);
  background-size: 192rem auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 15rem;
}
@media screen and (max-width: 999px) {
  .sec12-top {
    padding-bottom: 11rem;
  }
}

.sec12-top-item-content {
  width: calc(100% - 2rem);
  margin-left: auto;
  background-color: #F08A62;
  padding-right: 1rem;
  padding-bottom: 1rem;
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .sec12-top-item-content {
    margin-top: 0;
    background-color: transparent;
    padding-right: 0;
    padding-bottom: 0;
    border-radius: 0;
    width: 100%;
  }
}

.sec12-top-item-tlt {
  background-color: #fff;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 2.8rem;
}
@media screen and (max-width: 999px) {
  .sec12-top-item-tlt {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-item-tlt {
    padding: 1rem;
  }
}

.sec12-top-item-box {
  background-color: #F9EFE6;
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  padding-bottom: 15rem;
  position: relative;
  background-image: url(../img/top/img76.png);
  background-size: 30rem auto;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.sec12-top-item-box .sec12-top-item-link {
  position: absolute;
  bottom: 5rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 999px) {
  .sec12-top-item-box .sec12-top-item-link {
    bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-item-box .sec12-top-item-link {
    position: static;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec12-top-item-box {
    padding-bottom: 10rem;
    background-size: 20rem auto;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-item-box {
    padding-bottom: 2rem;
    background-size: 20rem auto;
  }
}

.sec12-top-item-txt {
  padding-left: 2.8rem;
  padding-right: 2rem;
  padding-top: 3.7rem;
}
@media screen and (max-width: 999px) {
  .sec12-top-item-txt {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-item-txt {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.sec12-top-item {
  position: relative;
  padding-top: 9rem;
}
@media screen and (max-width: 1300px) {
  .sec12-top-item {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-item {
    padding-top: 6rem;
  }
}
.sec12-top-item:first-child .sec12-top-item-number-img {
  width: 25rem;
}
@media screen and (max-width: 1300px) {
  .sec12-top-item:first-child .sec12-top-item-number-img {
    width: 20rem;
  }
}
@media screen and (max-width: 999px) {
  .sec12-top-item:first-child .sec12-top-item-number-img {
    width: 17rem;
  }
}
.sec12-top-item:last-child .sec12-top-item-number-img {
  width: 21.3rem;
}
@media screen and (max-width: 1300px) {
  .sec12-top-item:last-child .sec12-top-item-number-img {
    width: 17rem;
  }
}
@media screen and (max-width: 999px) {
  .sec12-top-item:last-child .sec12-top-item-number-img {
    width: 14rem;
  }
}
.sec12-top-item:last-child .sec12-top-item-content {
  background-color: #D0905B;
}
@media screen and (max-width: 767px) {
  .sec12-top-item:last-child {
    margin-top: 4rem;
  }
}

.sec12-top-item-number {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  position: absolute;
  top: 0;
  left: -7rem;
}
@media screen and (max-width: 1500px) {
  .sec12-top-item-number {
    left: -3rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec12-top-item-number {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-item-number {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

.sec12-top-num6 {
  padding-top: 14rem;
}
@media screen and (max-width: 767px) {
  .sec12-top-num6 {
    padding-top: 11rem;
  }
}
@media screen and (min-width: 1000px) {
  .sec12-top-num6 .sec-feature-flex-lv1 {
    width: 30rem;
    bottom: calc(100% + 8rem);
  }
  .sec12-top-num6 .sec-feature-flex {
    align-items: flex-end;
  }
  .sec12-top-num6 .sec-feature-flex .sec-feature-left {
    padding-bottom: 7rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .sec12-top-num6 .sec-feature-flex .sec-feature-left {
    padding-bottom: 3rem;
  }
}
.sec12-top-num6 .sec-feature.sec-feature-lv01 {
  background-image: url(../img/top/img83.png);
}

.sec12-top-marquee {
  width: 100%;
  overflow: hidden;
  margin-top: 1rem;
}

.sec12-top-marquee__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 30s linear infinite;
}

.sec12-top-tlt {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 12rem;
  color: #F9EFE6;
  line-height: 1;
  padding-right: 5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .sec12-top-tlt {
    font-size: 8.57vw;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-tlt {
    font-size: 5rem;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.sec13-top-flex {
  display: grid;
  grid-template-columns: 46.6% 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: flex-end;
}
@media screen and (max-width: 1500px) {
  .sec13-top-flex {
    grid-template-columns: 51.6% 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-flex {
    display: block;
  }
}

.sec13-top {
  background-image: url(../img/top/img86.png);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 8rem;
  margin-top: -11rem;
}
@media screen and (max-width: 999px) {
  .sec13-top {
    margin-top: -7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top {
    margin-top: -5.5rem;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .sec13-top-right .sec-tlt-h3 {
    width: -moz-max-content;
    width: max-content;
    margin-left: 20rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .sec13-top-right .sec-tlt-h3 {
    margin-left: 16rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .sec13-top-right .sec-tlt-h3 {
    margin-left: 12rem;
  }
}

.sec13-top-content {
  background-color: rgba(248, 235, 222, 0.8);
  padding-left: 5.5rem;
  border-top-left-radius: 0.5rem;
  padding-top: 5.5rem;
  margin-top: 4rem;
  padding-bottom: 10rem;
  background-image: url(../img/top/img87.png);
  background-size: 38rem auto;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (max-width: 1500px) {
  .sec13-top-content {
    padding-left: 3.5rem;
    padding-top: 3.5rem;
    margin-top: 4rem;
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec13-top-content {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec13-top-content {
    padding-top: 1.5rem;
    padding-bottom: 5rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-size: 24rem auto;
    border-top-left-radius: 0rem;
  }
}

.sec13-top-tlt {
  font-size: 3.5rem;
  font-weight: 500;
  color: #D0905B;
  line-height: 1.4;
}
@media screen and (max-width: 1500px) {
  .sec13-top-tlt {
    font-size: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec13-top-tlt {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-tlt {
    font-size: 2rem;
  }
}

.sec13-top-txt {
  max-width: 62rem;
  margin-top: 4rem;
  width: calc(100% - 1.5rem);
}
@media screen and (max-width: 1500px) {
  .sec13-top-txt {
    margin-top: 2rem;
    max-width: 58rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-txt {
    width: 100%;
  }
}

.sec13-top-link {
  display: flex;
  flex-wrap: wrap;
  margin-left: 3.5rem;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  padding-top: 4.5rem;
}
@media screen and (max-width: 1500px) {
  .sec13-top-link {
    margin-left: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec13-top-link {
    margin-left: 1.5rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .sec13-top-link a {
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-link {
    margin-left: 0;
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .sec13-top-link a {
    width: 16.5rem;
  }
}

.sec13-top-left {
  position: relative;
}
.sec13-top-left .sec13-top-left-name {
  position: absolute;
  right: 0;
  bottom: 7rem;
  width: 32rem;
}
@media screen and (max-width: 1500px) {
  .sec13-top-left .sec13-top-left-name {
    width: 28rem;
  }
}
@media screen and (max-width: 999px) {
  .sec13-top-left .sec13-top-left-name {
    width: 24rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-left .sec13-top-left-name {
    width: 20rem;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-left {
    padding-top: 1.5rem;
  }
}

.sec13-top-left-name1 {
  display: grid;
  grid-template-columns: max-content 1fr;
}
.sec13-top-left-name1 .sec13-top-left-namef {
  color: #fff;
  background-color: #D0905B;
  width: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec13-top-left-name1 .sec13-top-left-namef {
    width: 7rem;
  }
}
.sec13-top-left-name1 .sec13-top-left-namel {
  color: #D0905B;
  background-color: #fff;
  font-size: 3rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  text-align: center;
  border-top-right-radius: 0.5rem;
}
@media screen and (max-width: 1500px) {
  .sec13-top-left-name1 .sec13-top-left-namel {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec13-top-left-name1 .sec13-top-left-namel {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-left-name1 .sec13-top-left-namel {
    font-size: 2rem;
  }
}

.sec13-top-left-name-eng {
  text-align: center;
  background-color: #F39800;
  padding: 0.7rem 0;
  color: #fff;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.sec14-top {
  background-image: url(../img/top/img88.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 10rem;
  margin-top: -4rem;
  position: relative;
  padding-bottom: 7rem;
}
@media screen and (max-width: 1300px) {
  .sec14-top {
    margin-top: -3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec14-top {
    margin-top: -4rem;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top {
    margin-top: -8rem;
  }
}

.sec14-top-column {
  max-width: 134rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  padding-top: 3.5rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 999px) {
  .sec14-top-column {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}

.sec14-top-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
  row-gap: 3rem;
}
@media screen and (max-width: 999px) {
  .sec14-top-ul {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-ul {
    grid-template-columns: 1fr 1fr;
    row-gap: 2rem;
  }
}
.sec14-top-ul li {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sec14-top-ul li .sec14-top-ul-link {
  position: absolute;
  inset: 0;
}
.sec14-top-ul li:hover {
  opacity: 0.7 !important;
}

.sec14-top-ul-img img {
  width: 100%;
  height: 22.3rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 0.5rem;
}
@media screen and (max-width: 999px) {
  .sec14-top-ul-img img {
    height: 17.3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-ul-img img {
    height: 11.3rem;
  }
}

.sec14-top-ul-date {
  color: #fff;
  background-color: #D0905B;
  display: inline-block;
  padding: 0.2rem 1.5rem;
  border-radius: 0.5rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .sec14-top-ul-date {
    padding: 0.2rem 0.8rem;
  }
}

.sec14-top-ul-tlt {
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.sec14-top-ul-txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sec15-top {
  display: flex;
  border-top: 1rem solid #D0905B;
}
.sec15-top iframe {
  width: 100%;
  height: 43rem;
}
@media screen and (max-width: 767px) {
  .sec15-top iframe {
    height: 30rem;
  }
}

.sec16-top-item1, .sec16-top-item2 {
  font-size: 1rem;
  height: 23.4em;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media screen and (max-width: 999px) {
  .sec16-top-item1, .sec16-top-item2 {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec16-top-item1, .sec16-top-item2 {
    font-size: 0.5rem;
  }
}

.sec16-top-item1 {
  background-image: url(../img/top/img90.jpg);
  animation: anime1 65s linear infinite;
}

.sec16-top-item2 {
  background-image: url(../img/top/img91.jpg);
  animation: anime2 65s linear infinite;
}

@keyframes anime1 {
  0% {
    background-position: 220em 0;
  }
  100% {
    background-position: -220em 0;
  }
}
@keyframes anime2 {
  0% {
    background-position: -220em 0;
  }
  100% {
    background-position: 220em 0;
  }
}
.sec16-top {
  position: relative;
}
.sec16-top:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(208, 144, 91, 0.7);
}

.sec16-top-tlt {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec17-top-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.sec17-top-ul li a {
  display: block;
  height: 10rem;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sec17-top-ul li a {
    height: 7rem;
  }
}
.sec17-top-ul li:first-child a {
  background-image: url(../img/top/img92.jpg);
  background-position: right center;
}
@media screen and (max-width: 1400px) {
  .sec17-top-ul li:first-child a {
    background-position: right -5rem center;
  }
}
@media screen and (max-width: 999px) {
  .sec17-top-ul li:first-child a {
    background-position: right -10rem center;
  }
}
@media screen and (max-width: 767px) {
  .sec17-top-ul li:first-child a {
    background-position: right -13.5rem center;
  }
}
.sec17-top-ul li:last-child a {
  background-image: url(../img/top/img93.jpg);
  background-position: left center;
}
@media screen and (max-width: 1400px) {
  .sec17-top-ul li:last-child a {
    background-position: left -5rem center;
  }
}
@media screen and (max-width: 999px) {
  .sec17-top-ul li:last-child a {
    background-position: left -9rem center;
  }
}
@media screen and (max-width: 767px) {
  .sec17-top-ul li:last-child a {
    background-image: url(../img/top/img94.jpg);
    background-color: #F39801;
    background-position: center center;
    background-size: auto 7rem;
  }
}

.footer-main {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 40% 1fr;
  -moz-column-gap: 5.7%;
       column-gap: 5.7%;
}
@media screen and (max-width: 1300px) {
  .footer-main {
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .footer-main {
    display: block;
  }
}

.footer-left-logo {
  text-align: center;
}
.footer-left-logo img {
  width: 29.6rem;
}

.footer-left-address {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-top: 2rem;
}
.footer-left-address:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/common/icon11.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}

.footer-left-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-top: 3rem;
  padding-bottom: 2.7rem;
}
@media screen and (max-width: 767px) {
  .footer-left-link {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding-top: 2rem;
    padding-bottom: 1.7rem;
  }
}

.footer {
  padding-top: 7rem;
  background-image: url(../img/common/icon14.png);
  background-size: 192rem auto;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #FFFAF5;
  padding-bottom: 10rem;
}
@media screen and (max-width: 999px) {
  .footer {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}

.table-ft {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1.7rem;
}
.table-ft .table-top-calender tr:not(:first-child) td {
  background-color: rgba(255, 255, 255, 0.8);
}

.footer-right-item-tlt {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  background-color: #D0905B;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 999px) {
  .footer-right-item-tlt {
    font-size: 2rem;
  }
}

.footer-right-main .footer-right-item {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.5rem;
  padding: 1.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 999px) {
  .footer-right-main .footer-right-item {
    padding: 1rem;
  }
}

.link-item-ft {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 999px) {
  .link-item-ft {
    font-size: 1.6rem;
  }
}
.link-item-ft:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100rem;
  background-color: #D0905B;
}

.footer-right-item-list {
  padding-left: 1rem;
  padding-top: 2rem;
}
.footer-right-item-list.normal li + li {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .footer-right-item-list.normal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 1rem;
  }
  .footer-right-item-list.normal li {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .footer-right-item-list.flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-right-item-list.flex li + li {
    margin-top: 1rem;
  }
}

.footer-right-main {
  display: grid;
  grid-template-columns: 35% 1fr;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
@media screen and (max-width: 1400px) {
  .footer-right-main {
    grid-template-columns: 31% 1fr;
  }
}
@media screen and (max-width: 999px) {
  .footer-right-main {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .footer-right-main .footer-right-item:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .footer-right-main .footer-right-item:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-right-main {
    display: block;
  }
  .footer-right-main .footer-right-item:last-child {
    margin-top: 2rem;
  }
}

.footer-right {
  padding-top: 3rem;
}

.footer-coppy {
  color: #fff;
  background-color: #D0905B;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  padding: 0.5rem 0;
}
.footer-coppy img {
  width: 19rem;
}
@media screen and (max-width: 767px) {
  .footer-coppy img {
    width: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-coppy {
    font-size: 1.5rem;
    row-gap: 0.2rem;
    padding-top: 1rem;
    padding-bottom: 7rem;
  }
}

.menu-pc {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 80rem;
  background-color: #D0905B;
  padding-top: 19rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 2rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}
.menu-pc.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 10;
}
.menu-pc .menu-pc-cont {
  background-color: #fff;
  height: 100%;
  border-radius: 3rem;
  padding: 2rem 1.5rem;
}
@media screen and (max-width: 1500px) {
  .menu-pc {
    width: 68rem;
  }
}
@media screen and (max-width: 1300px) {
  .menu-pc {
    padding-top: 17rem;
  }
}
.menu-pc.is-active {
  padding-top: 11rem;
}
@media screen and (max-width: 1300px) {
  .menu-pc.is-active {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 999px) {
  .menu-pc {
    display: none !important;
  }
}

.hd--page.is-active .dropmenu3column:hover .menu-global-3column, .hd--page.active-page .dropmenu3column:hover .menu-global-3column {
  display: block !important;
  padding-top: 6em;
}

.menu-pc-link {
  padding-top: 2rem;
}
.menu-pc-link li + li {
  margin-top: 1rem;
}

.menu-pc-gr-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.menu-pc-cont-over {
  overflow: auto;
  height: 100%;
}

.menu-sp {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  height: calc(100vh - 9.7rem);
  background-color: #F9EFE6;
  overflow: auto;
  display: none;
}
@media screen and (min-width: 1000px) {
  .menu-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .menu-sp {
    height: calc(100vh - 8.2rem);
  }
}

.menu-sp-cont {
  padding: 2rem;
}

.menu-sp-tlt2 {
  margin-top: 3rem;
}

.btn-scrool-pc {
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  width: 6.8rem;
  height: 7.7rem;
  background-image: url(../img/common/icon15.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn-scrool-pc {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .gr-popup-icon.ft {
    display: none !important;
  }
}
.gr-popup-icon.ft {
  position: fixed;
  right: 0;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .gr-popup-icon.ft {
    top: auto;
    transform: none;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 0.7fr;
  }
}

.gr-ft-soccial {
  width: 8.5rem;
  height: 7.5rem;
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  position: relative;
}
.gr-ft-soccial a {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gr-ft-soccial img {
  width: 3.5rem;
}
@media screen and (max-width: 767px) {
  .gr-ft-soccial img {
    width: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .gr-ft-soccial {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .gr-ft-soccial {
    width: 100%;
    font-size: 0.8rem;
    height: 7.5em;
  }
}

.toogle-soccial {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.toogle-soccial a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.6rem;
  height: 4.6rem;
}
.toogle-soccial a:first-child {
  background-image: url(../img/common/img20.png), url(../img/common/img19.jpg);
  background-size: 2.8rem auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: top 1rem center, center center;
  border-top-left-radius: 1rem;
}
.toogle-soccial a:nth-child(2) {
  background-color: #1873EB;
}
.toogle-soccial a:last-child {
  background-color: #000;
  border-bottom-left-radius: 1rem;
}
.toogle-soccial a img {
  width: 2.5rem;
}

.icon-left-first {
  background-image: url(../img/top/img07.png);
  background-repeat: no-repeat;
  background-position: top 0.8rem left;
  background-size: auto 2rem;
  padding-left: 3rem;
  font-weight: 700;
  color: #E94F4C;
}

.sec2-top-table-img img {
  width: 18rem;
}

.sec5-top-item-skin {
  position: absolute;
  inset: 0;
}

.sec18-top {
  padding-top: 8rem;
  background-color: #FFFAF5;
}
.sec18-top .sec6-top-txt {
  margin-bottom: 0;
}

.ul-list-sub-price-number {
  display: grid;
  grid-template-columns: max-content 1fr;
}

.table-4column {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .table-4column {
    width: 60rem;
  }
}
.table-4column tr td {
  width: 25%;
  padding: 1.5rem 1rem;
  border: max(1px, 0.1rem) solid #D0905B;
}
.table-4column tr td:not(:first-child) {
  text-align: center;
  color: #D0905B;
}
.table-4column tr td:first-child {
  background-color: #D0905B;
  color: #fff;
  font-weight: 500;
  border: max(1px, 0.1rem) solid #fff;
}
.table-4column tr:first-child td {
  background-color: #D0905B;
  color: #fff;
  font-weight: 500;
  border: max(1px, 0.1rem) solid #fff;
}

.img-app-center {
  text-align: center;
}
.img-app-center img {
  width: 70rem;
}/*# sourceMappingURL=style.css.map */