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

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

.box-mencie-doctor-left1 {
  color: #01B985;
  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: #01B985;
  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: #01B985;
}

.box-mencie-doctor-history {
  margin-bottom: 4rem;
  background-color: #d8f8ed;
  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: #01B985;
  color: #fff;
  height: 6rem;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0.5rem;
}

.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;
  }
}
.banner-page {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 17rem;
}
@media screen and (max-width: 1500px) {
  .banner-page {
    margin-top: 10.67vw;
  }
}
@media screen and (max-width: 999px) {
  .banner-page {
    margin-top: 10.6rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-page {
    margin-top: 11rem;
  }
}
.banner-page img {
  width: 100%;
  height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 999px) {
  .banner-page img {
    height: 35rem;
  }
}
.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: #01B985;
  letter-spacing: 0.4rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  max-width: 53rem;
  width: -moz-max-content;
  width: max-content;
}

.brecum-page-ul {
  font-size: max(1.6rem, 15px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
  color: #01B985;
  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: #01B985;
}

.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 #01B985;
  border-radius: 1rem;
  padding: 1.8rem 4rem 3.8rem;
  background-color: #fff;
  line-height: 1.4;
}
.under-list-ul a {
  padding-left: 0.3rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-right: 3.5rem;
  min-height: 5.6rem;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #cec9c6;
  transition: all 0.3s ease-in-out;
}
.under-list-ul a:before {
  content: "";
  position: absolute;
  width: max(1rem, 8px);
  height: max(1rem, 8px);
  background: #01B985;
  -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: #01B985;
}
@media screen and (min-width: 768px) {
  .under-list-ul a:hover {
    color: #01B985;
    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 h3 {
  letter-spacing: 0.3rem;
  line-height: 1.45;
  text-align: center;
  font-weight: 500;
  font-size: 4.2rem;
  margin-bottom: 4rem;
  position: relative;
}
.setting-title h3::first-letter {
  color: #01B985;
}
@media screen and (max-width: 1500px) {
  .setting-title h3 {
    font-size: 3.2rem;
  }
}
@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.1rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .setting-title h3 {
    margin-bottom: 2.5rem;
  }
}

.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;
  }
}

.setting-title h4 {
  letter-spacing: 0.5rem;
  line-height: 1.45;
  font-weight: 500;
  font-size: 2.6rem;
  margin-bottom: 3rem;
  margin-top: 5rem;
  background-color: #01B985;
  padding: 1rem 1.5rem;
  border-bottom: max(0.3rem, 1px) dashed #fff;
  color: #fff;
  padding-top: 0;
}
.setting-title h4:before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-size: contain;
  background-image: url(../img/common/icon21.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 1rem;
  transform: translateY(0.7rem);
}
@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: 2.2rem;
    margin-top: 3.7rem;
    letter-spacing: 0.1rem;
  }
}

.setting-title h6 {
  letter-spacing: 0.5rem;
  line-height: 1.45;
  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: #01B985;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .setting-title h6 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.pt {
  padding-top: 7.6rem;
}

.pb {
  padding-bottom: 10rem;
}

.default-txt a {
  text-decoration: underline;
  color: #01B985;
}
@media screen and (min-width: 768px) {
  .default-txt a:hover {
    text-decoration: none;
  }
}
.default-txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .default-txt {
    font-size: 1.6rem;
  }
}

.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;
}

.setting-title h5 {
  font-size: 2.3rem;
  padding: 1.5rem 1rem;
  margin-bottom: 2.2rem;
  margin-top: 4rem;
  position: relative;
  line-height: 1.45;
  letter-spacing: 0.3rem;
  color: #01B985;
  padding-top: 0;
  border-bottom: 6px double #01B985;
}

.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: #01B985;
}
@media screen and (min-width: 768px) {
  .m_kakomi__checklist li a:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

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

.m_kakomi02_box-stiker {
  font-size: 2rem;
  padding: 0.3em 0.5em 0.3em;
  margin-bottom: 1.9rem;
  background-color: #01B985;
  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;
  }
}

.default-txt-mini {
  font-size: max(1.4rem, 10px);
  line-height: 2;
}

.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 #01B985;
}

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

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

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

.m_flow_step {
  width: 8rem;
  height: 8rem;
  top: -3.7rem;
  left: -2.2rem;
  padding-top: 1rem;
  font-size: 1.4rem;
  position: absolute;
  text-align: center;
  border-radius: 100rem;
  background-color: #01B985;
  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 img {
    height: 25rem;
  }
  .banner-page .banner-page-title {
    padding: 0.6rem 1.5rem;
    font-size: 1.9rem;
    max-width: 33rem;
  }
  .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 #01B985;
    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;
  }
  .pt {
    padding-top: 3.7rem;
  }
  .pb {
    padding-bottom: 4.5rem;
  }
  .default-txt {
    font-size: 1.6rem;
  }
  .endoscopy {
    display: flex;
    flex-direction: column-reverse;
  }
  .endoscopy .endoscopy__image {
    margin-bottom: 1.8rem;
  }
  .setting-title h5 {
    font-size: 2rem;
    margin-bottom: 2.2rem;
    margin-top: 3.7rem;
  }
  .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 #01B985;
  }
  .m_kakomi02-txt-vs-img {
    display: flex;
    flex-direction: column-reverse;
  }
  .m_kakomi02-img {
    padding-top: 0;
    margin-bottom: 1.3rem;
  }
  .default-txt-mini {
    font-size: 1rem;
  }
  .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;
  }
}
.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 #01B985 !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: #01B985;
  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.1rem;
  }
}

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

.under-list-style2-ul-item {
  display: flex;
  align-items: center;
  background-color: #01B985;
  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);
  }
}

.q_box {
  position: relative;
  cursor: pointer;
}
.q_box .toggle-iconplus {
  position: absolute;
  top: 1.3rem;
  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: #01B985;
  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 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.7;
  color: #01B985;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  background-color: rgba(92, 194, 215, 0.2588235294);
  padding-top: 0.7rem;
  padding-bottom: 0.3rem;
  padding-left: 1.5rem;
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .q_box-tlt {
    font-size: 1.8rem;
    padding-right: 5rem;
  }
}
.qa_box-gr .qa_box_item .q_box-tlt:before {
  content: "Q.";
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.7;
  color: #01B985;
  display: inline-block;
  transform: translateY(-0.3rem);
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .q_box-tlt:before {
    font-size: 2.5rem;
  }
}
.qa_box-gr .qa_box_item .a_box-tlt {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.7;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .a_box-tlt {
    font-size: 1.5rem;
  }
}
.qa_box-gr .qa_box_item .a_box-tlt:before {
  content: "A.";
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.7;
  display: inline-block;
  transform: translateY(-1rem);
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .a_box-tlt:before {
    font-size: 2.5rem;
  }
}
.qa_box-gr .qa_box_item .a_box {
  padding-top: 1.5rem;
  display: none;
}
.qa_box-gr .qa_box_item + .qa_box_item {
  border-top: max(1px, 0.1rem) solid #01B985;
  padding-top: 2rem;
  margin-top: 2rem;
}

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

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

.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 {
  font-size: 1.8rem;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .single-content-post {
    font-size: 1.6rem;
  }
}

.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: #01B985 !important;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .parent-pre-list-next {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
  .parent-pre-list-next .link-arline-page {
    width: 30%;
  }
}

.menu-global {
  font-size: 1em;
  display: none;
  padding-top: 4em;
}
.menu-global.menu-global-1column {
  width: 29em;
}
@media screen and (max-width: 1300px) {
  .menu-global.menu-global-1column {
    width: 33em;
  }
}
.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: #01B985;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.menu-colum-global a {
  display: block;
  line-height: 1.5;
  padding: 1em 2em;
  background-image: url(../img/common/vettor16.svg);
  background-size: 0.7em auto;
  background-repeat: no-repeat;
  background-position: left 0.7em center;
}
.menu-colum-global a span {
  font-size: 1.8em;
}
@media screen and (max-width: 1300px) {
  .menu-colum-global a span {
    font-size: 2em;
  }
}
.menu-colum-global a:hover {
  opacity: 0.7;
}
.menu-colum-global li {
  border-bottom: max(1px, 0.1em) solid #fff;
}

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

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

.footer-mgt-page {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .footer-mgt-page {
    margin-top: 5rem !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 #01B985 !important;
  border-radius: 10rem;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #01B985;
}
.link-arline-page:hover {
  background-color: #fff;
  color: #01B985;
}
@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: 1.5rem;
       column-gap: 1.5rem;
  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: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 999px) {
  .archive-post-column li img {
    height: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .archive-post-column li img {
    height: 12rem;
  }
}
@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: #01B985;
  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: 2rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .list-post-topics-txt-tlt {
    font-size: 1.5rem;
  }
}

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

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

.table-normal-style {
  width: 100%;
}
.table-normal-style tr td:first-child {
  width: 15rem;
  background-color: #01B985;
  color: #fff;
  font-weight: 500;
  padding-left: 1.5rem;
  border-bottom-color: #fff;
}
.table-normal-style tr:last-child td:first-child {
  border-bottom-color: #01B985;
}
.table-normal-style tr td:last-child {
  width: calc(100% - 15rem);
  padding-left: 1.5rem;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .table-normal-style tr td:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}
.table-normal-style tr td {
  border: max(1px, 0.1rem) solid #01B985;
  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;
  }
}
@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);
  }
}

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

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

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

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

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

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

.list-paradai-item-content {
  background-color: #01B985;
  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;
}

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

@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: #01B985;
  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;
  }
}

.mgt3 {
  margin-top: 3rem;
}

.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: #01B985;
  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: #01B985;
  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: #01B985;
  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 {
    margin-left: 1.5rem;
    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: #01B985;
  border: max(1px, 0.1rem) solid #01B985;
  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: #01B985;
}

.informetab {
  display: none;
}

#tab1 {
  display: block;
}

.mgt5 {
  margin-top: 5rem;
}

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

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

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

.doctor-single-name {
  font-size: 2.3rem;
  font-weight: 500;
  text-align: right;
  color: #01B985;
}
@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;
  }
}

.inter-view-single-tlt {
  position: relative;
  margin-bottom: 1rem;
}
.inter-view-single-tlt .inter-view-single-icon {
  text-align: center;
}
.inter-view-single-tlt .inter-view-single-icon img {
  width: 4.4rem;
}
.inter-view-single-tlt .inter-view-single-small {
  font-size: 2rem;
  padding-top: 0.4rem;
  position: relative;
  z-index: 2;
  color: #01B985;
  text-align: center;
}
.inter-view-single-tlt h1, .inter-view-single-tlt h2, .inter-view-single-tlt h3, .inter-view-single-tlt h4, .inter-view-single-tlt h5, .inter-view-single-tlt h6 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  color: #01B985;
}
@media screen and (max-width: 999px) {
  .inter-view-single-tlt h1, .inter-view-single-tlt h2, .inter-view-single-tlt h3, .inter-view-single-tlt h4, .inter-view-single-tlt h5, .inter-view-single-tlt h6 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .inter-view-single-tlt h1, .inter-view-single-tlt h2, .inter-view-single-tlt h3, .inter-view-single-tlt h4, .inter-view-single-tlt h5, .inter-view-single-tlt h6 {
    font-size: 2rem;
  }
}
.inter-view-single-tlt .inter-view-single-big {
  font-size: 7rem;
  line-height: 1;
  opacity: 0.08;
  letter-spacing: 0.5rem;
  margin-top: -7rem;
  color: #001743;
}
@media screen and (max-width: 1500px) {
  .inter-view-single-tlt .inter-view-single-big {
    font-size: 7rem;
    margin-top: -4rem;
  }
}
@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 #01B985;
  }
}
@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 #01B985;
  }
}

.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;
  color: #fff;
}
.inter-view-content-single .inter-view-single-tlt .inter-view-single-small, .inter-view-content-single .inter-view-single-tlt h1, .inter-view-content-single .inter-view-single-tlt h2, .inter-view-content-single .inter-view-single-tlt h3, .inter-view-content-single .inter-view-single-tlt h4, .inter-view-content-single .inter-view-single-tlt h5, .inter-view-content-single .inter-view-single-tlt h6, .inter-view-content-single .inter-view-single-tlt .inter-view-single-big {
  color: #fff;
}
.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: #01B985;
}
.inter-view-content-single .inter-view-content-single-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: none;
}

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

footer {
  background-color: #F7F4EF;
}
footer .footer-google-map {
  max-width: 132.6rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  border: max(2px, 0.5rem) solid #EEEAE6;
  display: flex;
  border-radius: 4rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  footer .footer-google-map {
    border-radius: 2rem;
  }
}
footer .footer-google-map iframe {
  width: 100%;
  height: 30rem;
}

.footer-main {
  max-width: 174.4rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  background-image: url(../img/common/ft01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(1, 185, 133, 0.9);
  color: #fff;
  padding-top: 6.5rem;
}
@media screen and (max-width: 999px) {
  .footer-main {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer-main {
    padding-top: 4.5rem;
  }
}

.footer-bottom {
  padding-top: 7rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .footer-bottom {
    padding-top: 5rem;
  }
}

.footer-icon {
  position: relative;
}
.footer-icon:before {
  content: "";
  position: absolute;
  width: 39.6rem;
  height: 27rem;
  bottom: -9rem;
  left: 0;
  background-image: url(../img/common/ft02.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
  .footer-icon:before {
    width: 31.6rem;
    height: 21rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-icon:before {
    content: none;
  }
}
.footer-icon:after {
  content: "";
  position: absolute;
  width: 30rem;
  height: 25rem;
  bottom: -10rem;
  right: 4rem;
  background-image: url(../img/common/ft03.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
  .footer-icon:after {
    width: 17rem;
    height: 20rem;
    bottom: -10rem;
    right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-icon:after {
    content: none;
  }
}

.footer-cont {
  max-width: 138.4rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .footer-cont {
    padding-bottom: 4rem;
  }
}

.footer-main-box {
  max-width: 134.7rem;
  margin-left: auto;
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 41.2% 55.8%;
}
@media screen and (max-width: 1400px) {
  .footer-main-box {
    grid-template-columns: 41.2% 56.8%;
  }
}
@media screen and (max-width: 999px) {
  .footer-main-box {
    display: block;
  }
}

@media screen and (max-width: 999px) {
  .footer-main-logo {
    text-align: center;
    padding-bottom: 5rem;
  }
}

.footer-main-logo-txt {
  font-weight: 600;
  font-size: 3rem;
}

.footer-main-logo-address {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1500px) {
  .footer-main-logo-address {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .footer-main-logo-address {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-main-logo-address {
    display: block;
    padding-top: 1rem;
  }
}
.footer-main-logo-address:before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-image: url(../img/common/ft04.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .footer-main-logo-address:before {
    margin-right: 1rem;
    transform: translateY(0.5rem);
  }
}

.footer-main-tel-web {
  max-width: 55.5rem;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 54.9% 41.6%;
}
.footer-main-tel-web a {
  border-radius: 2rem;
  overflow: hidden;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer-main-tel-web a {
    display: block;
  }
}
.footer-main-tel-web a img {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .footer-main-tel-web {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-main-tel-web {
    display: block;
    max-width: 27rem;
  }
  .footer-main-tel-web a + a {
    margin-top: 1.5rem;
  }
}

.footer-main-menu-tlt {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: max(1px, 0.1rem) solid #fff;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1500px) {
  .footer-main-menu-tlt {
    margin-bottom: 2rem;
  }
}
.footer-main-menu-tlt .eng {
  font-size: 3.5rem;
  border-right: max(1px, 0.1rem) solid #fff;
  padding-right: 2.5rem;
  margin-right: 2.5rem;
}
@media screen and (max-width: 1500px) {
  .footer-main-menu-tlt .eng {
    font-size: 2.8rem;
    padding-right: 1.5rem;
    margin-right: 1.5rem;
  }
}
.footer-main-menu-tlt .jpn {
  font-size: 2rem;
}
.footer-main-menu-tlt span {
  display: inline-block;
}

.footer-main-menu-ul a {
  display: inline-flex;
  font-size: 1.8rem;
}
@media screen and (max-width: 1300px) {
  .footer-main-menu-ul a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 999px) {
  .footer-main-menu-ul a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-main-menu-ul a {
    font-size: 1.7rem;
  }
}
.footer-main-menu-ul a:before {
  content: "・";
  display: inline-block;
}

.footer-main-menu-ul--block li + li {
  margin-top: 1rem;
}

.footer-main-menu-ul--flex {
  display: grid;
  row-gap: 1rem;
  grid-template-columns: 58% 1fr;
}
@media screen and (max-width: 767px) {
  .footer-main-menu-ul--flex {
    display: block;
  }
  .footer-main-menu-ul--flex li + li {
    margin-top: 1rem;
  }
}

.footer-main-menu {
  display: grid;
  grid-template-columns: 37.8% 1fr;
  -moz-column-gap: 5.9%;
       column-gap: 5.9%;
}
@media screen and (max-width: 1400px) {
  .footer-main-menu {
    -moz-column-gap: 3.2%;
         column-gap: 3.2%;
  }
}
@media screen and (max-width: 767px) {
  .footer-main-menu {
    display: block;
  }
  .footer-main-menu .footer-main-menu-item + .footer-main-menu-item {
    margin-top: 2.5rem;
  }
}

.footer-coppy-right {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  border-top: max(1px, 0.1rem) solid #fff;
  padding: 1rem 0;
  max-width: 167.6rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}
@media screen and (max-width: 999px) {
  .footer-coppy-right {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-coppy-right {
    display: block;
    text-align: center;
    padding-bottom: 6rem;
  }
  .footer-coppy-right span {
    display: block;
    padding-top: 0.5rem;
  }
}
.footer-coppy-right img {
  width: 16.8rem;
}

.fixed-tel-web {
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 3rem;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .fixed-tel-web {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fixed-tel-web {
    font-size: 2.2rem;
  }
}
.fixed-tel-web a {
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .fixed-tel-web a {
    height: 5rem;
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
  }
}
.fixed-tel-web a img {
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .fixed-tel-web a img {
    width: 2.5rem;
  }
}
.fixed-tel-web a.fixed-tel-web-tel {
  background-color: #209DDC;
}
.fixed-tel-web a.fixed-tel-web-web {
  background-color: #01B985;
}

.scrolltop {
  width: 5.3rem;
  height: 5.3rem;
  background-color: #17A979;
  border-radius: 100rem;
  border: max(1px, 0.1rem) solid #fff;
  position: fixed;
  z-index: 10;
  bottom: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  background-image: url(../img/common/img04.png);
  background-size: 2rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 999px) {
  .scrolltop {
    right: 1.5rem;
    bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .scrolltop {
    bottom: 6rem;
  }
}

header {
  position: fixed;
  top: 3.6rem;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  header {
    border-bottom: max(2px, 0.3em) solid #B0DDD0;
    background-color: #fff;
  }
}
header.is-active {
  top: 0 !important;
}

.header {
  font-size: 0.52vw;
  padding-left: 4.8em;
  padding-right: 3em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 1600px) {
  .header {
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 999px) {
  .header {
    font-size: 1rem;
  }
}

.header-logo img {
  width: 40em;
}
@media screen and (max-width: 767px) {
  .header-logo img {
    width: 27em;
  }
}

.header-right-big-map {
  line-height: 1.7;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.7em;
       column-gap: 0.7em;
}
.header-right-big-map span {
  font-size: 1.8em;
}
.header-right-big-map:before {
  content: "";
  display: inline-block;
  width: 3em;
  height: 3em;
  background-image: url(../img/common/hd01.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.header-right-big-tel-web {
  width: 55.5em;
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 54.9% 41.4%;
}
.header-right-big-tel-web a {
  border-radius: 2em;
  overflow: hidden;
  display: block;
}

.header-right-big-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
}

.header-right-small {
  display: none;
}

.header-menu {
  display: none;
}

@media screen and (min-width: 1000px) {
  .font-h1.font-h1-scrool-scap {
    position: absolute;
  }
}

@media screen and (min-width: 1000px) {
  header.header-scrool-scap {
    position: absolute;
  }
  header.is-active {
    background-color: #fff;
    border-bottom: max(2px, 0.3em) solid #B0DDD0;
  }
  header.is-active .header {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1600px) {
  header.is-active .header {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media screen and (min-width: 1000px) {
  header.is-active .header-right-big {
    display: none;
  }
  header.is-active .header-right-small {
    display: block;
  }
  header.is-active .header-menu {
    display: block;
  }
  header.is-active .header-logo img {
    width: 32em;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1600px) {
  header.is-active .header-logo img {
    width: 29em;
  }
}

.header-right-small-tel-web {
  max-width: 45.4em;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 56.1% 41.8%;
}
@media screen and (max-width: 1600px) {
  .header-right-small-tel-web {
    max-width: 38.4em;
    margin-left: auto;
  }
}
.header-right-small-tel-web a {
  display: block;
  overflow: hidden;
  border-radius: 2em;
}
.header-right-small-tel-web a img {
  width: 100%;
}

.header-right-small-map {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.3em;
  -moz-column-gap: 0.6em;
       column-gap: 0.6em;
}
.header-right-small-map span {
  font-size: 1.6em;
}
@media screen and (max-width: 1600px) {
  .header-right-small-map span {
    font-size: 1.5em;
  }
}
.header-right-small-map:before {
  content: "";
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background-image: url(../img/common/hd01.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.header-menu-item-main {
  position: relative;
  z-index: 5;
}
.header-menu-item-main:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateY(-50%);
  height: 2em;
  width: max(1px, 0.1em);
  background-color: #01B985;
  top: calc(100% + 1em);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.header-menu-item-main span {
  display: block;
  text-align: center;
  line-height: 1.3;
  font-size: 1.8em;
}
@media screen and (max-width: 1600px) {
  .header-menu-item-main span {
    font-size: 1.7em;
  }
}
.header-menu-item-main span.eng {
  color: #01B985;
}
.header-menu-item-main:hover:before, .header-menu-item-main.is-active:before {
  opacity: 1;
}

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

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

@media screen and (max-width: 999px) {
  .header-right {
    display: none;
  }
}

.menu-toggle {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: calc(100vh - 8.2rem - 7rem);
  overflow: auto;
  background-color: #d3f5eb;
}
@media screen and (max-width: 767px) {
  .menu-toggle {
    height: calc(100vh - 8rem - 5rem);
  }
}

.menu-toggle-menu {
  padding: 2rem 1.5rem;
}

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

.menu-toggle-menu-ul {
  font-size: 1.8rem;
  padding-top: 3rem;
}
.menu-toggle-menu-ul li + li {
  margin-top: 0.7rem;
}
.menu-toggle-menu-ul a {
  display: inline-block;
  background-image: url(../img/common/hd06.svg);
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2rem;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.sec1-top-slider .scroll-infinity__item {
  width: 33.3333333333vw;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 999px) {
  .sec1-top-slider .scroll-infinity__item {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-slider .scroll-infinity__item {
    width: 100vw;
  }
  .sec1-top-slider .scroll-infinity__item img {
    height: 40rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
.sec1-top-slider .scroll-infinity__item img {
  border-radius: 5.21vw;
}
@media screen and (max-width: 1400px) {
  .sec1-top-slider .scroll-infinity__item img {
    border-radius: 3vw;
  }
}
.sec1-top-slider .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.sec1-top-slider .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.sec1-top-slider .scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.sec1-top-slider .scroll-infinity__item > img {
  width: 100%;
}

.sec1-top {
  padding-top: 17rem;
  background-image: url(../img/top/img05.png);
  background-size: 85rem auto;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .sec1-top {
    padding-top: 11.29vw;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top {
    padding-top: 12rem;
    background-position: top 8rem left;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top {
    padding-top: 10rem;
  }
}

main.is-home {
  background-color: #F7F4EF;
}

.sec1-top-tlt {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17.6rem;
  background-color: #F7F4EF;
  padding-top: 16rem;
  padding-right: 2rem;
  padding-left: 3rem;
}
@media screen and (max-width: 1600px) {
  .sec1-top-tlt {
    padding-top: 16rem;
    right: 10.63vw;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-tlt {
    padding-top: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-tlt {
    padding-top: 9rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
    right: 0;
    background-color: rgba(247, 244, 239, 0.8);
    display: none;
  }
}

.sec1-top-tltm img {
  width: 17rem;
}
@media screen and (max-width: 1600px) {
  .sec1-top-tltm img {
    width: 10.63vw;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-tltm img {
    width: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-tltm img {
    width: 9rem;
  }
}

.sec1-top-tlt-prp {
  padding-top: 2.8rem;
}
.sec1-top-tlt-prp img {
  width: 9.5rem;
}
@media screen and (max-width: 1300px) {
  .sec1-top-tlt-prp img {
    width: 7.31vw;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-tlt-prp img {
    width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-tlt-prp img {
    width: 7rem;
  }
}

.sec1-top-tlt-cont {
  display: flex;
  flex-wrap: wrap;
}

.sec2-top {
  position: relative;
  z-index: 10;
  padding-top: 3rem;
  border-bottom: max(2px, 0.3em) solid #B0DDD0;
  padding-bottom: 3rem;
}
@media screen and (max-width: 999px) {
  .sec2-top {
    display: none;
  }
}
.sec2-top .header-right-ul {
  justify-content: center;
}

.sec3-top-cont {
  max-width: 148.8rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec3-top-cont {
    display: block;
  }
  .sec3-top-cont .sec3-top-item + .sec3-top-item {
    margin-top: 3rem;
  }
}
.sec3-top-cont .sec3-top-item {
  background-color: #fff;
  border-radius: 5.21vw;
  border: max(2px, 0.4rem) solid #EFECE8;
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 3.5rem;
  width: 48.6%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .sec3-top-cont .sec3-top-item {
    width: 49%;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-cont .sec3-top-item {
    padding: 2.5rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-cont .sec3-top-item {
    width: 100%;
  }
}
.sec3-top-cont .sec3-top-item .style_lv1_tlt {
  border-bottom: max(2px, 0.3rem) solid #A9A9A9;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-cont .sec3-top-item .style_lv1_tlt {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-cont .sec3-top-item .style_lv1_tlt {
    padding-bottom: 1rem;
  }
}

.style_lv1_tlt {
  position: relative;
  line-height: 1.3;
}
.style_lv1_tlt.white {
  color: #fff;
}
.style_lv1_tlt .eng {
  font-size: 3rem;
  position: relative;
  z-index: 2;
}
.style_lv1_tlt .eng::first-letter {
  color: #01B985;
}
@media screen and (max-width: 1500px) {
  .style_lv1_tlt .eng {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .style_lv1_tlt .eng {
    font-size: 2.2rem;
  }
}
.style_lv1_tlt h1, .style_lv1_tlt h2, .style_lv1_tlt h3, .style_lv1_tlt h4, .style_lv1_tlt h5, .style_lv1_tlt h6 {
  font-size: 4rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .style_lv1_tlt h1, .style_lv1_tlt h2, .style_lv1_tlt h3, .style_lv1_tlt h4, .style_lv1_tlt h5, .style_lv1_tlt h6 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 999px) {
  .style_lv1_tlt h1, .style_lv1_tlt h2, .style_lv1_tlt h3, .style_lv1_tlt h4, .style_lv1_tlt h5, .style_lv1_tlt h6 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .style_lv1_tlt h1, .style_lv1_tlt h2, .style_lv1_tlt h3, .style_lv1_tlt h4, .style_lv1_tlt h5, .style_lv1_tlt h6 {
    font-size: 2.4rem;
  }
}
.style_lv1_tlt.center {
  text-align: center;
}
.style_lv1_tlt .eng-big {
  line-height: 1;
  font-size: 7rem;
  color: #F1F1F1;
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
}
.style_lv1_tlt .eng-big::first-letter {
  color: #EBF9F5;
}
@media screen and (min-width: 1601px) {
  .style_lv1_tlt .eng-big.eng-big100 {
    font-size: 10rem;
  }
}
@media screen and (max-width: 1500px) {
  .style_lv1_tlt .eng-big {
    font-size: 4vw;
  }
}
@media screen and (max-width: 999px) {
  .style_lv1_tlt .eng-big {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .style_lv1_tlt .eng-big {
    font-size: 3.7rem;
  }
}
.style_lv1_tlt.style2_big .eng-big {
  color: #EAE7E3;
}
.style_lv1_tlt.style2_big .eng-big::first-letter {
  color: #E3EFE7;
}
.style_lv1_tlt.white .eng-big {
  color: rgba(255, 255, 255, 0.4);
}
.style_lv1_tlt.white .eng-big::first-letter {
  color: rgba(255, 255, 255, 0.4);
}

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

.fw500 {
  font-weight: 500;
}

.sec3-top-list-date {
  color: #01B985;
}

.sec3-top-list-prp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec3-top-list-link {
  width: calc(100% - 11rem);
}
@media screen and (max-width: 767px) {
  .sec3-top-list-link {
    width: calc(100% - 10rem);
  }
}
.sec3-top-list-link a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.sec3-top-list-new {
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}
.sec3-top-list-new li {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: max(1px, 0.1rem) solid #DADADA;
  width: calc(100% - 3rem);
}
@media screen and (max-width: 1400px) {
  .sec3-top-list-new li {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    width: calc(100% - 2rem);
  }
}

.sec3-top-list-new {
  overflow: auto;
  height: 35rem;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 1400px) {
  .sec3-top-list-new {
    margin-bottom: 2.6rem;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-list-new {
    height: 39rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-list-new {
    height: 25rem;
  }
}
.sec3-top-list-new::-webkit-scrollbar {
  width: max(0.5rem, 2px);
  background-color: #B0DDD0;
}
.sec3-top-list-new::-webkit-scrollbar-thumb {
  background: #01B985;
  border-radius: 100rem;
}

.sec3-top {
  padding-top: 4rem;
  padding-bottom: 5.5rem;
  position: relative;
}
.sec3-top:before {
  content: "";
  position: absolute;
  width: 24.8rem;
  height: 24.8rem;
  background-image: url(../img/top/img12.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom left;
  top: 23rem;
  left: 5rem;
}
@media screen and (max-width: 1600px) {
  .sec3-top:before {
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top:before {
    content: none;
  }
}
.sec3-top:after {
  content: "";
  position: absolute;
  width: 24.8rem;
  height: 24.8rem;
  background-image: url(../img/top/img13.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom left;
  top: 10rem;
  right: 0;
}
@media screen and (max-width: 999px) {
  .sec3-top:after {
    content: none;
  }
}

.sec3-top-item-calender {
  max-width: 54.4rem;
  margin-left: auto;
  margin-right: auto;
}

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

.sec3-top-item-calender-sb {
  padding-left: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1400px) {
  .sec3-top-item-calender-sb {
    padding-left: 0;
  }
}

.sec3-top-item-calender-map {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec3-top-item-calender-map br {
  display: none;
}
@media screen and (max-width: 999px) {
  .sec3-top-item-calender-map br {
    display: block;
  }
}
.sec3-top-item-calender-map:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/top/img09.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 999px) {
  .sec3-top-item-calender-map:before {
    position: absolute;
    top: 0.3rem;
    left: 0;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-item-calender-map {
    position: relative;
    display: block;
    padding-left: 3rem;
  }
}

.sec3-top-item-calender-sb2 {
  max-width: 32.2rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #F7F4EF;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 1rem;
  margin-top: 0.8rem;
  margin-bottom: 2.2rem;
}

.btn-style-lv1 {
  width: 28rem;
  background-color: #01B985;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-image: url(../img/top/img10.png);
  background-size: 2rem auto;
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  padding-right: 1rem;
}
.btn-style-lv1.center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .btn-style-lv1 {
    width: 26rem;
    font-size: 1.6rem;
  }
}

.sec4-top {
  background-color: #EEEAE6;
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url(../img/top/img16.jpg), url(../img/top/img17.png), url(../img/top/img18.png);
  background-size: 192rem auto, 192rem auto, 17rem auto;
  background-position: bottom center, top 13rem center, bottom 5rem right;
  background-repeat: no-repeat, no-repeat, no-repeat;
  position: relative;
}
.sec4-top:before {
  content: "";
  position: absolute;
  width: 32.4rem;
  height: 25rem;
  background-image: url(../img/top/img19.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  bottom: calc(100% - 3rem);
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec4-top:before {
    width: 11.4rem;
    height: 11rem;
    bottom: 100%;
  }
}
.sec4-top:after {
  content: "";
  position: absolute;
  width: 21.4rem;
  height: 25rem;
  background-image: url(../img/top/img20.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  bottom: calc(100% - 3rem);
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec4-top:after {
    width: 7.4rem;
    height: 10rem;
    bottom: 100%;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top {
    background-size: 109rem auto, 90rem auto, 12rem auto;
    background-position: bottom center, bottom 20rem center, bottom 0rem right;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top {
    padding-top: 0;
    background-size: 109rem auto, 144rem auto, 12rem auto;
  }
}

.sec4-top-cont {
  max-width: 172.5rem;
  width: calc(100% - 1.5rem);
  display: grid;
  justify-content: space-between;
  grid-template-columns: 50.2% 43.2%;
}
@media screen and (max-width: 1500px) {
  .sec4-top-cont {
    grid-template-columns: 50.2% 47.2%;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-cont {
    grid-template-columns: 1fr 56.2%;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-cont {
    display: block;
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 999px) {
  .sec4-top-left-img1 {
    display: none;
  }
}
.sec4-top-left-img1 img {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

.sec4-top-left-img2 {
  max-width: 47rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3rem;
  overflow: hidden;
  border: max(3px, 0.5rem) solid #EFECE8;
  margin-top: -5.5rem;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .sec4-top-left-img2 {
    max-width: 31.33vw;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-left-img2 {
    max-width: 100%;
    margin-top: 0;
    border-radius: 0;
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    border: 0;
  }
}

.txt-fs40 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 1400px) {
  .txt-fs40 {
    font-size: 2.86vw;
  }
}
@media screen and (max-width: 999px) {
  .txt-fs40 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .txt-fs40 {
    font-size: 2.2rem;
  }
}

.sec4-top-right .txt-fs40 {
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 1400px) {
  .sec4-top-right .txt-fs40 {
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .sec4-top-right-ul-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 59.4rem;
    row-gap: 2.8rem;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .sec4-top-right-ul-link {
    row-gap: 1.5rem;
    margin-top: 2rem;
  }
  .sec4-top-right-ul-link .btn-style-lv1 {
    width: max(20vw, 27rem);
  }
}
@media screen and (min-width: 768px) {
  .sec4-top-right-ul-link li:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-right-ul-link {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    justify-content: center;
    align-items: center;
    padding-top: 2.5rem;
  }
}

.sec4-top-img-top {
  padding-bottom: 3rem;
}
@media screen and (min-width: 1000px) {
  .sec4-top-img-top {
    display: none;
  }
}

.sec4-top-right-img {
  padding-bottom: 1.5rem;
}

.sec6-top {
  margin-top: -15.1vw;
  position: relative;
  background-image: url(../img/top/img32.png);
  background-size: 15rem auto;
  background-repeat: no-repeat;
  background-position: bottom 18rem left 4rem;
}
@media screen and (max-width: 767px) {
  .sec6-top {
    margin-top: 0;
    padding-top: 4rem;
  }
}

.sec6-top-cont {
  max-width: 159rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  background-image: url(../img/top/img22.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  border: max(3px, 0.5rem) solid #EFECE8;
  border-radius: 5.5rem;
  padding-left: 5.5rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1400px) {
  .sec6-top-cont {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top-cont {
    border-radius: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-cont {
    padding-right: 1.5rem;
    background-position: left center;
  }
}

.sec6-top-left {
  max-width: 80.7rem;
}
@media screen and (max-width: 1400px) {
  .sec6-top-left {
    max-width: 57.64vw;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top-left {
    max-width: 66rem;
  }
}
.sec6-top-left .txt-fs40 {
  text-align: center;
  line-height: 1.3;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 1400px) {
  .sec6-top-left .txt-fs40 {
    padding-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-left .txt-fs40 {
    padding-bottom: 1.5rem;
  }
}
.sec6-top-left .txt-fs40 .txt-fs60 {
  color: #01B985;
}

.txt-fs60 {
  font-size: 6rem;
}
@media screen and (max-width: 1500px) {
  .txt-fs60 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .txt-fs60 {
    font-size: 3.2rem;
  }
}

.fw600 {
  font-weight: 600;
}

.sec6-top-left-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec6-top-left-ul {
    row-gap: 1.5rem;
    justify-content: center;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
.sec6-top-left-ul li {
  width: 30.3%;
  height: 19.1em;
  border-radius: 3em;
  background-color: #F7F4EF;
  border: max(3px, 0.5rem) solid #EEEAE6;
  position: relative;
  overflow: hidden;
  font-size: 1rem;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .sec6-top-left-ul li {
    font-size: 0.71vw;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top-left-ul li {
    font-size: 0.91vw;
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-left-ul li {
    width: 49%;
    font-size: 6px;
  }
}
.sec6-top-left-ul li .sec6-top-left-link {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.sec6-top-left-ul li .sec6-top-left-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding-top: 3em;
  background-repeat: no-repeat;
  background-position: bottom 1em center;
  background-size: 3.6em auto;
}
.sec6-top-left-ul li:first-child {
  background-image: url(../img/top/img23.png);
  background-size: 16.5em auto;
  background-position: top 4em center;
}
.sec6-top-left-ul li:first-child .sec6-top-left-content {
  background-image: url(../img/top/img26.png);
}
.sec6-top-left-ul li:first-child:hover {
  background-color: #D0C2B6;
}
.sec6-top-left-ul li:nth-child(2) {
  background-image: url(../img/top/img24.png);
  background-size: 16.5em auto;
  background-position: top 4em center;
}
.sec6-top-left-ul li:nth-child(2) .sec6-top-left-content {
  background-image: url(../img/top/img27.png);
}
.sec6-top-left-ul li:nth-child(2):hover {
  background-color: #B0DDD0;
}
.sec6-top-left-ul li:last-child {
  background-image: url(../img/top/img25.png);
  background-size: 16.5em auto;
  background-position: top 4em center;
}
.sec6-top-left-ul li:last-child .sec6-top-left-content {
  padding-top: 4.5em;
}
.sec6-top-left-ul li:last-child .sec6-top-left-content {
  background-image: url(../img/top/img28.png);
}
.sec6-top-left-ul li:last-child:hover {
  background-color: #B4DBEF;
}

.sec6-top-left-content-tlt {
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
.sec6-top-left-content-tlt span {
  font-size: 3em;
}

.sec6-top-left-img {
  text-align: center;
  margin-top: -2.5rem;
  position: relative;
  z-index: 4;
  padding-right: 5rem;
}
.sec6-top-left-img img {
  width: 33.4rem;
}
@media screen and (max-width: 767px) {
  .sec6-top-left-img {
    margin-top: 1.5rem;
    padding-right: 0;
  }
}

.sec6-top-left-img-sp {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-bottom: 2.5rem;
}

.sec5-top {
  background-image: url(../img/top/img128.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec5-top .sec5-top-img-oppacity {
  opacity: 0;
}
@media screen and (max-width: 999px) {
  .sec5-top {
    background-attachment: scroll;
  }
}
.sec7-top {
  position: relative;
}
.sec7-top .sec7-top-icon {
  font-size: 0.52vw;
  width: 106.7em;
  height: 86em;
  background-image: url(../img/top/img39.png);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  top: 29em;
  right: 0;
  position: absolute;
}
.sec7-top .sec7-top-icon:before {
  content: "";
  width: 51.6em;
  height: 17em;
  background-image: url(../img/top/img38.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 98%;
  right: 3.5rem;
}
@media screen and (max-width: 767px) {
  .sec7-top .sec7-top-icon:before {
    height: 9em;
    width: 33.6em;
    background-position: bottom left;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top .sec7-top-icon {
    font-size: 0.65vw;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top .sec7-top-icon {
    background-image: none;
    background-color: #EEEAE6;
    width: 100%;
    font-size: 1rem;
    top: 24rem;
    height: 0;
  }
}

.sec7-top-frist {
  position: relative;
  z-index: 2;
}

.sec7-top-frist-cont {
  max-width: 150rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  position: relative;
  z-index: 3;
}
.sec7-top-frist-cont .sec7-top-frist-tlt {
  width: 51rem;
  padding-bottom: 5rem;
  padding-top: 7rem;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .sec7-top-frist-cont .sec7-top-frist-tlt {
    width: 40rem;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-frist-cont .sec7-top-frist-tlt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-frist-cont .sec7-top-frist-tlt {
    padding-top: 4rem;
  }
}
.sec7-top-frist-cont .sec7-top-frist-tlt:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 13rem;
  height: 19rem;
  background-image: url(../img/top/img37.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1500px) {
  .sec7-top-frist-cont .sec7-top-frist-tlt:before {
    width: 8.67vw;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-frist-cont .sec7-top-frist-tlt:before {
    width: 13rem;
    left: auto;
    right: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-frist-cont .sec7-top-frist-tlt:before {
    width: 8rem;
    right: 0;
  }
}

.sec7-top-frist-5tsu {
  text-align: center;
  padding-top: 3rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-frist-5tsu {
    padding-top: 1.5rem;
  }
}
.sec7-top-frist-5tsu img {
  width: 39rem;
}
@media screen and (max-width: 1500px) {
  .sec7-top-frist-5tsu img {
    width: 26vw;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-frist-5tsu img {
    width: 29rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-frist-5tsu img {
    width: 20rem;
  }
}

.sec7-top-last {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 4.5rem;
  position: relative;
  z-index: 2;
  font-size: 0.52vw;
}
@media screen and (max-width: 999px) {
  .sec7-top-last {
    padding-bottom: 2.5rem;
  }
}
.sec7-top-last:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35.2em;
  width: 119em;
  background-color: #B4DBEF;
  border-top-right-radius: 5.4rem;
  border-bottom-right-radius: 5.4rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-last:before {
    border-top-right-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-last:before {
    width: 140em;
  }
}
@media screen and (max-width: 1600px) {
  .sec7-top-last {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-last {
    padding-left: 0;
    padding-right: 0;
  }
}

.sec7-top-last-slider {
  max-width: 180rem;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .sec7-top-last-slider .scroll-infinity__list--last {
    display: none;
  }
  .sec7-top-last-slider .scroll-infinity__list--first {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
  .sec7-top-last-slider .scroll-infinity__list--first img {
    border-radius: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-last-slider .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
  }
  .sec7-top-last-slider .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
  }
  .sec7-top-last-slider .scroll-infinity__list--left {
    animation: infinity-scroll-left 10s infinite linear 0.5s both;
  }
  .sec7-top-last-slider .scroll-infinity__item {
    width: 50vw;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .sec7-top-last-slider .scroll-infinity__item > img {
    width: 100%;
    border-radius: 1rem;
  }
}

.sec7-top-lk1 {
  max-width: 163rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  justify-content: space-between;
  grid-template-columns: max-content 79rem;
}
@media screen and (max-width: 1300px) {
  .sec7-top-lk1 {
    grid-template-columns: max-content 1fr;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-lk1 {
    display: block;
  }
}

.setting-tlt-feature {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 6em;
       column-gap: 6em;
  font-size: 10px;
}
@media screen and (max-width: 1600px) {
  .setting-tlt-feature {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 999px) {
  .setting-tlt-feature {
    font-size: 1rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .setting-tlt-feature {
    display: block;
    text-align: center;
  }
}
.setting-tlt-feature h1, .setting-tlt-feature h2, .setting-tlt-feature h3, .setting-tlt-feature h4, .setting-tlt-feature h5, .setting-tlt-feature h6 {
  font-size: 3em;
  font-weight: 600;
  color: #11A279;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .setting-tlt-feature h1, .setting-tlt-feature h2, .setting-tlt-feature h3, .setting-tlt-feature h4, .setting-tlt-feature h5, .setting-tlt-feature h6 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .setting-tlt-feature h1, .setting-tlt-feature h2, .setting-tlt-feature h3, .setting-tlt-feature h4, .setting-tlt-feature h5, .setting-tlt-feature h6 {
    font-size: 2rem;
  }
}
.setting-tlt-feature .setting-tlt-feature-number-img {
  padding-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .setting-tlt-feature .setting-tlt-feature-number-img {
    padding-bottom: 0.5em;
  }
}
.setting-tlt-feature .setting-tlt-feature-number-img img {
  width: 16.5em;
}
@media screen and (max-width: 999px) {
  .setting-tlt-feature .setting-tlt-feature-number-img img {
    width: 10.5em;
  }
}
@media screen and (max-width: 767px) {
  .setting-tlt-feature .setting-tlt-feature-number-img img {
    width: 8.5em;
  }
}
.setting-tlt-feature .setting-tlt-feature-number {
  text-align: center;
}

.sec7-top-lk {
  position: relative;
  z-index: 2;
  padding-top: 4rem;
  background-image: url(../img/top/img50.png);
  background-size: 192rem auto;
  background-repeat: repeat-y;
  background-position: bottom center;
}

.sec7-top-lk1-right-link {
  margin-top: 2.7rem;
}

.sec7-top-lk2 {
  padding-top: 6.5rem;
  max-width: 167rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 76.8rem 76.8rem;
  justify-content: space-between;
}
@media screen and (max-width: 1700px) {
  .sec7-top-lk2 {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-lk2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-lk2 {
    display: block;
    padding-top: 1.5rem;
  }
}
.sec7-top-lk2 .sec7-top-lk2-item:first-child .sec7-top-lk2-item-img img {
  box-shadow: 4rem 4rem 0 #D0C2B6;
}
@media screen and (max-width: 999px) {
  .sec7-top-lk2 .sec7-top-lk2-item:first-child .sec7-top-lk2-item-img img {
    box-shadow: 2rem 2rem 0 #D0C2B6;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-lk2 .sec7-top-lk2-item:first-child .sec7-top-lk2-item-img img {
    box-shadow: 1.5rem 1.5rem 0 #D0C2B6;
  }
}
.sec7-top-lk2 .sec7-top-lk2-item:last-child .sec7-top-lk2-item-img img {
  box-shadow: 4rem 4rem 0 #B0DDD0;
}
@media screen and (max-width: 999px) {
  .sec7-top-lk2 .sec7-top-lk2-item:last-child .sec7-top-lk2-item-img img {
    box-shadow: 2rem 2rem 0 #B0DDD0;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-lk2 .sec7-top-lk2-item:last-child .sec7-top-lk2-item-img img {
    box-shadow: 1.5rem 1.5rem 0 #B0DDD0;
  }
}

.sec7-top-lk2-item-img {
  padding-right: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-lk2-item-img {
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-lk2-item-img {
    padding-right: 0;
    padding-bottom: 1.5rem;
    margin-top: 2rem;
  }
}
.sec7-top-lk2-item-img img {
  border-radius: 3rem;
}

.sec7-top-lk2-item-content {
  padding-top: 5rem;
  padding-left: 3rem;
}
@media screen and (max-width: 1300px) {
  .sec7-top-lk2-item-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-lk2-item-content {
    padding-top: 3rem;
  }
}

.sec7-top-lk2-item-prp {
  margin-top: 3.8rem;
  padding-left: 4rem;
}
@media screen and (max-width: 1300px) {
  .sec7-top-lk2-item-prp {
    padding-left: 2rem;
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-lk2-item-prp {
    padding-left: 0;
  }
}

.sec7-top-lk2-item-link {
  margin-top: 3rem;
}

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

.sec7-top-lk3-main {
  max-width: 152rem;
  margin-left: auto;
}
.sec7-top-lk3-main .sec7-top-lk3-item {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec7-top-lk3-main .sec7-top-lk3-item {
    border-radius: 2rem;
    padding: 3rem 1.5rem;
  }
}
.sec7-top-lk3-main .sec7-top-lk3-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 5.5rem;
}
@media screen and (max-width: 767px) {
  .sec7-top-lk3-main .sec7-top-lk3-item:before {
    content: none;
  }
}
.sec7-top-lk3-main .sec7-top-lk3-item:first-child {
  padding-left: 3rem;
  margin-bottom: 9.7rem;
}
@media screen and (max-width: 1300px) {
  .sec7-top-lk3-main .sec7-top-lk3-item:first-child {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-lk3-main .sec7-top-lk3-item:first-child {
    margin-bottom: 5.7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-lk3-main .sec7-top-lk3-item:first-child {
    background-color: #B4DBEF;
    margin-bottom: 3.7rem;
  }
}
.sec7-top-lk3-main .sec7-top-lk3-item:first-child:before {
  background-color: #B4DBEF;
  left: 0;
  right: 3rem;
}
.sec7-top-lk3-main .sec7-top-lk3-item:first-child:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 16.7rem;
  height: 17rem;
  background-image: url(../img/top/img49.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .sec7-top-lk3-main .sec7-top-lk3-item:first-child:after {
    width: 13.7rem;
    height: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-lk3-main .sec7-top-lk3-item:first-child:after {
    width: 10.7rem;
    height: 11rem;
    transform: none;
    left: 3rem;
  }
}
.sec7-top-lk3-main .sec7-top-lk3-item:first-child .sec7-top-lk3-item-right img {
  box-shadow: 6rem 6rem 0 #F7F4EF;
}
@media screen and (max-width: 999px) {
  .sec7-top-lk3-main .sec7-top-lk3-item:first-child .sec7-top-lk3-item-right img {
    box-shadow: 3rem 3rem 0 #F7F4EF;
  }
}
.sec7-top-lk3-main .sec7-top-lk3-item:last-child {
  padding-right: 3rem;
}
@media screen and (max-width: 1300px) {
  .sec7-top-lk3-main .sec7-top-lk3-item:last-child {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-lk3-main .sec7-top-lk3-item:last-child {
    background-color: #B0DDD0;
  }
}
.sec7-top-lk3-main .sec7-top-lk3-item:last-child .sec7-top-lk3-item-content {
  flex-direction: row-reverse;
}
.sec7-top-lk3-main .sec7-top-lk3-item:last-child:before {
  background-color: #B0DDD0;
  left: 3rem;
  right: 0;
}
.sec7-top-lk3-main .sec7-top-lk3-item:last-child .sec7-top-lk3-item-right img {
  box-shadow: -6rem 6rem 0 #F7F4EF;
}
@media screen and (max-width: 999px) {
  .sec7-top-lk3-main .sec7-top-lk3-item:last-child .sec7-top-lk3-item-right img {
    box-shadow: -3rem 3rem 0 #F7F4EF;
  }
}

.sec7-top-lk3-item-left {
  background-color: #fff;
  border-radius: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 6.4rem;
  min-height: 44.2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1300px) {
  .sec7-top-lk3-item-left {
    min-height: 42.2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-lk3-item-left {
    padding: 3rem 1.5rem;
    min-height: auto;
  }
}

.sec7-top-lk3-item-prp {
  padding-left: 4rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 1300px) {
  .sec7-top-lk3-item-prp {
    margin-top: 1.5rem;
    padding-left: 0;
  }
}

.sec7-top-lk3-item-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .sec7-top-lk3-item-content {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-lk3-item-content {
    display: block;
  }
}
.sec7-top-lk3-item-content .sec7-top-lk3-item-left {
  width: 49.8%;
}
@media screen and (max-width: 767px) {
  .sec7-top-lk3-item-content .sec7-top-lk3-item-left {
    width: 100%;
  }
}
.sec7-top-lk3-item-content .sec7-top-lk3-item-right {
  width: 48.6%;
  margin-top: -7.5rem;
}
@media screen and (max-width: 1600px) {
  .sec7-top-lk3-item-content .sec7-top-lk3-item-right {
    margin-top: -4.69vw;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-lk3-item-content .sec7-top-lk3-item-right {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-lk3-item-content .sec7-top-lk3-item-right {
    width: 100%;
  }
}
.sec7-top-lk3-item-content .sec7-top-lk3-item-right img {
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .sec7-top-lk3-item-content .sec7-top-lk3-item-right img {
    box-shadow: none !important;
  }
}

.sec7-top-lk3-item-link {
  margin-top: 1rem;
}

.sec7-top-lk3 {
  padding-top: 6rem;
  padding-bottom: 13rem;
}
@media screen and (min-width: 768px) {
  .sec7-top-lk3 {
    background-image: url(../img/top/img51.png), url(../img/top/img52.png), url(../img/top/img53.png);
    background-size: 20rem auto, 11rem auto, 58.3rem auto;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top left 10rem, top 5rem right, bottom 7rem left;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-lk3 {
    padding-bottom: 6rem;
    background-position: top left 10rem, top 5rem right, bottom left;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-lk3 {
    padding-top: 12rem;
  }
}

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

.sec7-top-lk3-item-left-img {
  padding-top: 1.5rem;
}
.sec7-top-lk3-item-left-img img {
  border-radius: 2rem;
}

.sec8-top-slider {
  position: relative;
}
.sec8-top-slider:before, .sec8-top-slider:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3.2rem;
  background-image: url(../img/top/img60.png);
  background-size: 192rem auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec8-top-slider:before, .sec8-top-slider:after {
    height: 1.5rem;
  }
}
.sec8-top-slider:before {
  bottom: 0;
}
.sec8-top-slider:after {
  top: 0;
  transform: rotate(180deg);
}
.sec8-top-slider .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.sec8-top-slider .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.sec8-top-slider .scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.sec8-top-slider .scroll-infinity__item {
  width: 25vw;
  padding: 0 0.2rem;
}
@media screen and (max-width: 999px) {
  .sec8-top-slider .scroll-infinity__item {
    width: 33.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-slider .scroll-infinity__item {
    width: 50vw;
  }
}
.sec8-top-slider .scroll-infinity__item > img {
  width: 100%;
}

.sec8-top {
  position: relative;
}
.sec8-top:before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 22.5rem;
  height: 16rem;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  bottom: calc(100% - 3.5rem);
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/top/img61.png);
}
@media screen and (max-width: 767px) {
  .sec8-top:before {
    width: 15.5rem;
    height: 11rem;
    bottom: calc(100% - 1.5rem);
  }
}

.sec9-top {
  background-image: url(../img/top/img62.png);
  background-repeat: no-repeat;
  background-size: 192rem auto;
  background-position: center center;
  background-color: #01B985;
  padding-top: 7rem;
  padding-bottom: 16rem;
  margin-top: 3rem;
}
@media screen and (max-width: 999px) {
  .sec9-top {
    padding-top: 4rem;
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top {
    padding-bottom: 4rem;
    background-size: 100rem auto;
  }
}

.sec10-top {
  max-width: 148.7rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  margin-top: -4rem;
}
@media screen and (max-width: 767px) {
  .sec10-top {
    margin-top: 0;
  }
}

.sec10-top-item {
  width: 36.6%;
}
.sec10-top-item img {
  border-radius: 3rem;
}
.sec10-top-item:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec10-top-item:nth-child(2) img {
  box-shadow: 0 -1.8rem 2.4rem rgba(0, 0, 0, 0.2);
}

.sec11-top {
  max-width: 127rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  margin-top: -20rem;
}
@media screen and (max-width: 1500px) {
  .sec11-top {
    margin-top: -13.33vw;
  }
}
@media screen and (max-width: 999px) {
  .sec11-top {
    margin-top: -8rem;
    width: calc(100% - 20rem);
  }
}
@media screen and (max-width: 767px) {
  .sec11-top {
    width: calc(100% - 3rem);
    margin-top: 3rem;
  }
}

.sec11-top-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 3.8em;
       column-gap: 3.8em;
  font-size: 1rem;
}
@media screen and (max-width: 1400px) {
  .sec11-top-ul {
    font-size: 0.71vw;
  }
}
@media screen and (max-width: 999px) {
  .sec11-top-ul {
    -moz-column-gap: 2.5em;
         column-gap: 2.5em;
    row-gap: 1.5em;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec11-top-ul {
    -moz-column-gap: 1.5em;
         column-gap: 1.5em;
  }
}
.sec11-top-ul li {
  width: calc((100% - 19em) / 6);
  border-radius: 100em;
  overflow: hidden;
  padding: 0.5em;
  background-repeat: no-repeat;
  background-position: bottom 2.5rem center;
  background-size: 2rem auto;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .sec11-top-ul li {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 999px) {
  .sec11-top-ul li {
    width: calc((100% - 7.5em) / 4);
  }
}
@media screen and (max-width: 767px) {
  .sec11-top-ul li {
    width: calc((100% - 1.5em) / 2);
    border-radius: 0;
    height: 13rem;
    background-position: bottom 1rem center;
  }
}
.sec11-top-ul li .sec11-top-link {
  position: absolute;
  inset: 0;
}
.sec11-top-ul li .sec11-top-content {
  height: 100%;
  border: max(1px, 0.1em) solid #fff;
  border-radius: 100em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .sec11-top-ul li .sec11-top-content {
    border-radius: 0;
  }
}
.sec11-top-ul li.green {
  background-color: #B0DDD0;
  background-image: url(../img/top/img66.png);
}
.sec11-top-ul li.green:hover {
  background-color: #01B985;
}
.sec11-top-ul li.blue {
  background-color: #B4DBEF;
  background-image: url(../img/top/img67.png);
}
.sec11-top-ul li.blue:hover {
  background-color: #209DDC;
}
.sec11-top-ul li.brow {
  background-color: #D0C3B6;
  background-image: url(../img/top/img68.png);
}
.sec11-top-ul li.brow:hover {
  background-color: #998675;
}
.sec11-top-ul li:hover {
  color: #fff;
}

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

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

.sec12-top {
  max-width: 111.6rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  background-color: #fff;
  border-radius: 3rem;
  border: max(3px, 0.5rem) solid #EFECE8;
  overflow: hidden;
  margin-top: 6.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .sec12-top {
    margin-top: 4.5rem;
  }
}

.sec12-top-main {
  padding-top: 5rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 999px) {
  .sec12-top-main {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-main {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}

.sec12-top-line {
  height: max(5px, 1rem);
  background-color: #01B985;
}
.sec12-top-line:after {
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 9rem;
  height: 4rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #01B985;
}
@media screen and (max-width: 767px) {
  .sec12-top-line:after {
    width: 6rem;
    height: 3rem;
  }
}

.sec13-top {
  max-width: 174.4rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  border-radius: 5.5rem;
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url(../img/top/img69.png);
  background-size: 192rem auto;
  background-repeat: repeat-y;
  background-position: top center;
  margin-top: -6rem;
  position: relative;
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .sec13-top {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 999px) {
  .sec13-top {
    margin-top: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-radius: 0;
    width: 100%;
  }
}
.sec13-top:before {
  content: "";
  position: absolute;
  width: 32.3em;
  height: 21.3em;
  background-image: url(../img/top/img83.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  left: 2rem;
  bottom: calc(100% - 2rem);
}
@media screen and (max-width: 1600px) {
  .sec13-top:before {
    left: 0;
  }
}
@media screen and (max-width: 999px) {
  .sec13-top:before {
    content: none;
  }
}
.sec13-top:after {
  content: "";
  position: absolute;
  width: 27.3em;
  height: 26.3em;
  background-image: url(../img/top/img84.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  right: 8rem;
  bottom: calc(100% - 2rem);
}
@media screen and (max-width: 1600px) {
  .sec13-top:after {
    right: 0;
  }
}
@media screen and (max-width: 999px) {
  .sec13-top:after {
    content: none;
  }
}

.sec13-top-main {
  max-width: 165.2rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 48.4% 1fr;
  -moz-column-gap: 2.1%;
       column-gap: 2.1%;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .sec13-top-main {
    display: block;
  }
}

.sec13-top-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.sec13-top-link-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  background-color: #01B985;
  border-radius: 2rem;
  line-height: 1.3;
  padding: 1.3rem 0;
  background-image: url(../img/top/img70.svg);
  background-size: 5rem auto;
  background-repeat: no-repeat;
  background-position: right 3rem center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .sec13-top-link-item {
    background-position: right 1.5rem center;
  }
}
@media screen and (max-width: 1400px) {
  .sec13-top-link-item {
    background-size: auto 1rem;
  }
}
@media screen and (max-width: 999px) {
  .sec13-top-link-item {
    background-size: 5rem auto;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-link-item {
    text-align: center;
    background-size: auto 1rem;
    background-position: bottom 1rem center;
    border-radius: 1rem;
    padding-bottom: 3rem;
  }
}
.sec13-top-link-item span {
  display: block;
}
.sec13-top-link-item span.jpn {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .sec13-top-link-item span.jpn {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 999px) {
  .sec13-top-link-item span.jpn {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-link-item span.jpn {
    font-size: 1.6rem;
  }
}
.sec13-top-link-item span.eng {
  font-size: 1.4rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .sec13-top-link-item span.eng {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-link-item span.eng {
    font-size: 1.2rem;
  }
}
.sec13-top-link-item:hover, .sec13-top-link-item.is-active {
  color: #535353;
  background-color: #B0DDD0;
  background-image: url(../img/top/img71.svg);
}
.sec13-top-link-item:hover span.eng, .sec13-top-link-item.is-active span.eng {
  opacity: 0.5;
}

.sec13-top-right-img img {
  border-radius: 3rem;
}

.sec13-top-right-ul li {
  position: relative;
  color: #fff;
  display: none;
}
.sec13-top-right-ul li:first-child {
  display: block;
}
.sec13-top-right-ul li .sec13-top-right-content {
  position: absolute;
  inset: 0;
  padding-top: 34%;
}
@media screen and (max-width: 1600px) {
  .sec13-top-right-ul li .sec13-top-right-content {
    padding-top: 14.5vw;
  }
}
@media screen and (max-width: 1400px) {
  .sec13-top-right-ul li .sec13-top-right-content {
    padding-top: 12vw;
  }
}

.sec13-top-right-tlt {
  line-height: 1.5;
  text-align: center;
}
.sec13-top-right-tlt h1, .sec13-top-right-tlt h2, .sec13-top-right-tlt h3, .sec13-top-right-tlt h4, .sec13-top-right-tlt h5, .sec13-top-right-tlt h6 {
  font-size: 4rem;
  font-weight: 600;
  text-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1600px) {
  .sec13-top-right-tlt h1, .sec13-top-right-tlt h2, .sec13-top-right-tlt h3, .sec13-top-right-tlt h4, .sec13-top-right-tlt h5, .sec13-top-right-tlt h6 {
    font-size: 2.5vw;
  }
}
.sec13-top-right-tlt .sec13-top-right-tlt-sub {
  font-size: 1.8rem;
  text-transform: uppercase;
}

.sec13-top-right-txt {
  font-size: 1.8rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 4rem;
}
@media screen and (max-width: 1600px) {
  .sec13-top-right-txt {
    padding-top: 2.5vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media screen and (max-width: 1500px) {
  .sec13-top-right-txt {
    padding-top: 1.5vw;
  }
}
@media screen and (max-width: 1400px) {
  .sec13-top-right-txt {
    padding-top: 1vw;
  }
}

@media screen and (max-width: 999px) {
  .sec13-top-right {
    display: none;
  }
}

.sec14-top-icon {
  text-align: center;
}
.sec14-top-icon img {
  width: 67.5rem;
}

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

.sec14-top-main {
  font-size: 0.52vw;
  position: relative;
  padding-top: 11em;
  padding-bottom: 5em;
  background: linear-gradient(to bottom, transparent 17.5em, #EEEAE6 17.5em);
  margin-top: 8rem;
}
@media screen and (max-width: 999px) {
  .sec14-top-main {
    padding-top: 8em;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-main {
    font-size: 0.8vw;
    margin-top: 2rem;
  }
}

.sec14-top-main-right {
  max-width: 104.4em;
  margin-left: auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1300px) {
  .sec14-top-main-right {
    max-width: 119.4em;
  }
}
@media screen and (max-width: 999px) {
  .sec14-top-main-right {
    max-width: 148.4em;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-main-right {
    max-width: 100%;
  }
}
.sec14-top-main-right:before {
  content: "";
  background-image: url(../img/top/img92.png);
  background-size: contain;
  width: 20em;
  height: 18.2em;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  bottom: calc(100% - 6rem);
  right: 4em;
}
@media screen and (max-width: 767px) {
  .sec14-top-main-right:before {
    content: none;
  }
}

.sec14-top-main-right-box {
  max-width: 96em;
  margin-left: auto;
  background-color: #fff;
  border-radius: 3em;
  padding-left: 5.5em;
  padding-top: 4em;
  padding-bottom: 5em;
}
@media screen and (max-width: 999px) {
  .sec14-top-main-right-box {
    max-width: 108em;
    padding-left: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-main-right-box {
    max-width: 100%;
    padding: 2.5rem 1.5rem;
    border-radius: 0;
  }
}

.sec14-top-main-right-tlt span {
  font-size: 3em;
  color: #11A279;
  font-weight: 600;
}
@media screen and (max-width: 1500px) {
  .sec14-top-main-right-tlt span {
    font-size: 3.4em;
  }
}
@media screen and (max-width: 999px) {
  .sec14-top-main-right-tlt span {
    font-size: 4.4em;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-main-right-tlt span {
    font-size: 1.9rem;
  }
}

.sec14-top-main-right-txt {
  max-width: 62.5em;
  padding-top: 3.5em;
}
@media screen and (max-width: 1500px) {
  .sec14-top-main-right-txt {
    max-width: 77.5em;
  }
}
@media screen and (max-width: 1300px) {
  .sec14-top-main-right-txt {
    max-width: 87.5em;
  }
}
@media screen and (max-width: 999px) {
  .sec14-top-main-right-txt {
    max-width: 100.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-main-right-txt {
    max-width: 100%;
  }
}
.sec14-top-main-right-txt span {
  font-size: 1.8em;
}
@media screen and (max-width: 1500px) {
  .sec14-top-main-right-txt span {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1300px) {
  .sec14-top-main-right-txt span {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 999px) {
  .sec14-top-main-right-txt span {
    font-size: 3.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-main-right-txt span {
    font-size: 1.6rem;
  }
}

.sec14-top-main-right-box-link {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3em;
       column-gap: 3em;
  padding-top: 3em;
}
@media screen and (max-width: 1700px) {
  .sec14-top-main-right-box-link {
    display: block;
    max-width: 55rem;
  }
  .sec14-top-main-right-box-link li + li {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec14-top-main-right-box-link {
    max-width: 47rem;
  }
}
@media screen and (max-width: 999px) {
  .sec14-top-main-right-box-link {
    max-width: 31rem;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-main-right-box-link {
    max-width: 100%;
    padding-top: 2rem;
  }
}

.sec14-top-main-right-slider {
  display: grid;
  grid-template-columns: 37.1% 32.6% 29.7%;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: -20em;
}
@media screen and (max-width: 999px) {
  .sec14-top-main-right-slider {
    margin-top: -25em;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-main-right-slider {
    margin-top: 0;
    grid-template-columns: 1fr 1fr;
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    align-items: center;
  }
}
.sec14-top-main-right-slider .sec14-top-main-right-slider-item:nth-child(2) {
  transform: translateX(2em);
}
@media screen and (max-width: 767px) {
  .sec14-top-main-right-slider .sec14-top-main-right-slider-item:nth-child(2) {
    transform: none;
  }
}
.sec14-top-main-right-slider .sec14-top-main-right-slider-item:first-child {
  padding-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .sec14-top-main-right-slider .sec14-top-main-right-slider-item:first-child {
    padding-bottom: 0;
  }
}
.sec14-top-main-right-slider .sec14-top-main-right-slider-item {
  position: relative;
}
.sec14-top-main-right-slider .sec14-top-main-right-slider-item .sec14-top-main-right-link {
  position: absolute;
  inset: 0;
}

.sec14-top-main-left {
  width: 113em;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/top/img93.png);
  background-size: 100% auto;
  background-position: bottom 4em left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .sec14-top-main-left {
    width: 123em;
    background-size: auto 57em;
    background-position: bottom right;
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-main-left {
    width: 100%;
    position: relative;
    background-size: auto 68em;
  }
}

.sec14-top-main-left-img {
  text-align: right;
  padding-right: 11em;
}
.sec14-top-main-left-img img {
  width: 88.5em;
}
@media screen and (max-width: 999px) {
  .sec14-top-main-left-img img {
    width: 110.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-main-left-img img {
    width: 115.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-main-left-img {
    padding-right: 0;
  }
}

.sec14-top-main-left-img-small {
  width: 26.4em;
  position: absolute;
  top: 10.6em;
  left: 0;
}
@media screen and (max-width: 999px) {
  .sec14-top-main-left-img-small {
    width: 33.4em;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-main-left-img-small {
    width: 41.4em;
  }
}

.sec14-top-main-left-name {
  text-align: center;
  padding-right: 31em;
  padding-top: 1em;
}
@media screen and (max-width: 1300px) {
  .sec14-top-main-left-name {
    padding-right: 23em;
  }
}
@media screen and (max-width: 999px) {
  .sec14-top-main-left-name {
    padding-right: 0;
    text-align: left;
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-main-left-name {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
  }
}
.sec14-top-main-left-name img {
  width: 59em;
}
@media screen and (max-width: 1300px) {
  .sec14-top-main-left-name img {
    width: 69em;
  }
}
@media screen and (max-width: 999px) {
  .sec14-top-main-left-name img {
    width: 82em;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-main-left-name img {
    width: 100%;
  }
}

.sec14-top-main-right-amo {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.sec15-top-link {
  max-width: 148.8rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 1500px) {
  .sec15-top-link {
    -moz-column-gap: 1.5%;
         column-gap: 1.5%;
  }
}
@media screen and (max-width: 999px) {
  .sec15-top-link {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 1rem;
    flex-wrap: wrap;
  }
}
.sec15-top-link .sec15-top-link-item:first-child {
  border-color: #D0C2B6;
  background-image: url(../img/top/img95.png);
}
.sec15-top-link .sec15-top-link-item:first-child .sec15-top-link-item-tlt {
  background-color: #998675;
}
.sec15-top-link .sec15-top-link-item:first-child .sec15-top-link-item-txt {
  background-color: rgba(208, 194, 182, 0.7);
  background-image: url(../img/top/img96.png);
}
.sec15-top-link .sec15-top-link-item:first-child:hover .sec15-top-link-item-txt {
  background-color: #d0c2b6;
}
.sec15-top-link .sec15-top-link-item:nth-child(2) {
  border-color: #B0DDD0;
  background-image: url(../img/top/img98.jpg);
}
.sec15-top-link .sec15-top-link-item:nth-child(2) .sec15-top-link-item-tlt {
  background-color: #01B985;
}
.sec15-top-link .sec15-top-link-item:nth-child(2) .sec15-top-link-item-txt {
  background-color: rgba(176, 221, 208, 0.7);
  background-image: url(../img/top/img97.png);
}
.sec15-top-link .sec15-top-link-item:nth-child(2):hover .sec15-top-link-item-txt {
  background-color: #b0ddd0;
}
.sec15-top-link .sec15-top-link-item:last-child {
  border-color: #B4DBEF;
  background-image: url(../img/top/img100.jpg);
}
.sec15-top-link .sec15-top-link-item:last-child .sec15-top-link-item-tlt {
  background-color: #209DDC;
}
.sec15-top-link .sec15-top-link-item:last-child .sec15-top-link-item-txt {
  background-color: rgba(180, 219, 239, 0.7);
  background-image: url(../img/top/img99.png);
}
.sec15-top-link .sec15-top-link-item:last-child:hover .sec15-top-link-item-txt {
  background-color: #b4dbef;
}
.sec15-top-link .sec15-top-link-item {
  border-width: max(2px, 0.4rem);
  border-style: solid;
  overflow: hidden;
  border-radius: 3rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec15-top-link .sec15-top-link-item {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .sec15-top-link .sec15-top-link-item {
    width: 100%;
    border-radius: 1.5rem;
  }
}

.sec15-top {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-image: url(../img/top/img102.png), url(../img/top/img101.png);
  background-size: 33.4rem auto, 192rem auto;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left 5rem, center center;
}
@media screen and (max-width: 999px) {
  .sec15-top {
    padding-top: 6rem;
    background-size: 28rem auto, auto 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec15-top {
    padding-top: 4rem;
  }
}

.sec15-top-link-item-tlt {
  font-size: 4rem;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1500px) {
  .sec15-top-link-item-tlt {
    font-size: 2.67vw;
  }
}
@media screen and (max-width: 767px) {
  .sec15-top-link-item-tlt {
    font-size: 2.5rem;
  }
}

.sec15-top-link-item-txt {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 11.5rem;
  line-height: 1.5;
  padding-right: 3rem;
  background-size: 3.6rem auto;
  background-repeat: no-repeat;
  background-position: right 3rem center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .sec15-top-link-item-txt {
    background-position: right 1.5rem center;
    font-size: 1.6vw;
    height: 7.67vw;
  }
}
@media screen and (max-width: 999px) {
  .sec15-top-link-item-txt {
    font-size: 2rem;
    height: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec15-top-link-item-txt {
    font-size: 1.8rem;
    height: 8rem;
    background-size: 2.6rem auto;
  }
}

.sec15-top-link-item-link {
  position: absolute;
  inset: 0;
}

@media screen and (max-width: 767px) {
  .sec16-top img {
    width: 100%;
    height: 2rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

.sec17-top-cont {
  max-width: 148.8rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.sec17-top-cont .sec17-top-item:first-child {
  background-color: #B4DBEF;
}
.sec17-top-cont .sec17-top-item:last-child {
  background-color: #CDE8E0;
}
@media screen and (max-width: 1400px) {
  .sec17-top-cont {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec17-top-cont {
    display: block;
  }
}

.sec17-top-item {
  border-radius: 10rem;
  border: max(2px, 0.4rem) solid #EFECE8;
  padding-bottom: 3.7rem;
}
@media screen and (max-width: 767px) {
  .sec17-top-item {
    overflow: hidden;
    border-radius: 3rem;
    padding-bottom: 2.5rem;
  }
  .sec17-top-item:first-child {
    margin-bottom: 3rem;
  }
}
.sec17-top-item .sec17-top-item-tlt {
  background-color: #fff;
  border-bottom: max(2px, 0.4rem) solid #EFECE8;
  border-top-left-radius: 9.5rem;
  border-top-right-radius: 9.5rem;
  padding-top: 2.7rem;
  padding-bottom: 2.7rem;
}
@media screen and (max-width: 999px) {
  .sec17-top-item .sec17-top-item-tlt {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec17-top-item .sec17-top-item-tlt {
    border-radius: 0;
  }
}

.sec17-top-item-img {
  position: relative;
  padding-bottom: 32rem;
}
@media screen and (max-width: 1700px) {
  .sec17-top-item-img {
    padding-bottom: 0;
    padding-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.sec17-top-item-img .sec17-top-item-img-small {
  width: 75rem;
  position: absolute;
  top: 2rem;
  right: 1.5rem;
}
@media screen and (max-width: 1700px) {
  .sec17-top-item-img .sec17-top-item-img-small {
    width: 100%;
    position: static;
  }
}

.sec17-top-item-prp {
  max-width: 52.6rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  position: relative;
  z-index: 2;
  text-align: center;
  padding-bottom: 1.7rem;
}
@media screen and (max-width: 1700px) {
  .sec17-top-item-prp {
    margin-top: -7rem;
  }
}
@media screen and (max-width: 1400px) {
  .sec17-top-item-prp {
    margin-top: -4rem;
  }
}
@media screen and (max-width: 999px) {
  .sec17-top-item-prp {
    margin-top: -1.6rem;
  }
}

.sec17-top-item-column {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  height: 36rem;
  overflow: auto;
  margin-top: 2.5rem;
  margin-bottom: 4.5rem;
}
.sec17-top-item-column::-webkit-scrollbar {
  width: max(0.5rem, 2px);
  background-color: #B0DDD0;
}
.sec17-top-item-column::-webkit-scrollbar-thumb {
  background: #01B985;
  border-radius: 100rem;
}
@media screen and (max-width: 999px) {
  .sec17-top-item-column {
    height: 28rem;
  }
}
@media screen and (max-width: 767px) {
  .sec17-top-item-column {
    height: 37rem;
    margin-bottom: 2rem;
  }
}

.sec17-top-item-column-ul {
  width: calc(100% - 4rem);
}
@media screen and (max-width: 1400px) {
  .sec17-top-item-column-ul {
    width: calc(100% - 1.5rem);
  }
}
.sec17-top-item-column-ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: max(1px, 0.1rem) solid #fff;
}
.sec17-top-item-column-ul li .sec17-top-item-column-img {
  width: 10.5rem;
}
.sec17-top-item-column-ul li .sec17-top-item-column-prp {
  width: calc(100% - 10.5rem - 2rem);
}
@media screen and (max-width: 767px) {
  .sec17-top-item-column-ul li .sec17-top-item-column-prp {
    width: calc(100% - 10.5rem - 1rem);
  }
}
.sec17-top-item-column-ul li .sec17-top-item-column-date {
  color: #01B985;
}
.sec17-top-item-column-ul li .sec17-top-item-column-link {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.sec17-top {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url(../img/top/img106.png);
  background-size: 192rem auto;
  background-repeat: repeat-y;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .sec17-top {
    padding-bottom: 4rem;
  }
}

.sec18-top {
  background-image: url(../img/top/img107.png);
  background-size: 192rem auto;
  background-repeat: repeat-y;
  background-position: top center;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.sec18-top-tlt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 3.6rem;
       column-gap: 3.6rem;
  padding-left: 11rem;
}
@media screen and (max-width: 1500px) {
  .sec18-top-tlt {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec18-top-tlt {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.sec18-top-tlt .sec18-top-tlt-icon {
  width: 6.8rem;
}
@media screen and (max-width: 767px) {
  .sec18-top-tlt .sec18-top-tlt-icon {
    width: 5rem;
  }
}
.sec18-top-tlt .eng-big {
  color: #E0DAD4;
  width: -moz-max-content;
  width: max-content;
}
.sec18-top-tlt .eng-big::first-letter {
  color: #E0E9DF;
}

@media screen and (min-width: 1000px) {
  .sec18-top-slider-last {
    display: none;
  }
  .sec18-top-slider-first {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: 186.1rem;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 3rem);
    -moz-column-gap: 1.4%;
         column-gap: 1.4%;
  }
  .sec18-top-slider-first img {
    border-radius: 2rem;
  }
}
.sec18-top-slider {
  padding-top: 3rem;
}
@media screen and (max-width: 999px) {
  .sec18-top-slider .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
  }
  .sec18-top-slider .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
  }
  .sec18-top-slider .scroll-infinity__list--left {
    animation: infinity-scroll-left 15s infinite linear 0.5s both;
  }
  .sec18-top-slider .scroll-infinity__item {
    width: 20vw;
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 999px) and (max-width: 767px) {
  .sec18-top-slider .scroll-infinity__item {
    width: 33.3333333333vw;
  }
}
@media screen and (max-width: 999px) {
  .sec18-top-slider .scroll-infinity__item > img {
    width: 100%;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 999px) and (max-width: 767px) {
  .sec18-top-slider .scroll-infinity__item > img {
    border-radius: 0.7rem;
  }
}

.sec18-top-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 1.5rem;
}

.sec19-top {
  max-width: 181rem;
  margin-left: auto;
  width: calc(100% - 1.5rem);
  position: relative;
  margin-top: 5rem;
}
.sec19-top:before {
  content: "";
  width: 20rem;
  height: 18.2rem;
  background-image: url(../img/top/img117.png);
  position: absolute;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  top: calc(100% - 2rem);
  right: 4rem;
}
@media screen and (max-width: 767px) {
  .sec19-top:before {
    content: none;
  }
}
@media screen and (max-width: 999px) {
  .sec19-top {
    width: 100%;
  }
}
.sec19-top .sec19-top-img {
  width: calc(100% - 13.7rem);
  margin-left: auto;
}
@media screen and (max-width: 999px) {
  .sec19-top .sec19-top-img {
    width: 100%;
  }
}
.sec19-top .sec19-top-img img {
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}
@media screen and (max-width: 999px) {
  .sec19-top .sec19-top-img img {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec19-top .sec19-top-img img {
    width: 100%;
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

.sec19-top-tlt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .sec19-top-tlt {
    position: static;
    text-align: center;
    transform: none;
    padding-bottom: 1rem;
  }
}
.sec19-top-tlt .eng-big {
  color: rgba(83, 83, 83, 0.2);
}
@media screen and (min-width: 1000px) {
  .sec19-top-tlt .eng-big {
    width: -moz-max-content;
    width: max-content;
  }
}
.sec19-top-tlt .eng-big::first-letter {
  color: rgba(1, 185, 133, 0.2);
}

.sec20-top {
  max-width: 122rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 45.5% 1fr;
  -moz-column-gap: 9%;
       column-gap: 9%;
  padding-top: 5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 999px) {
  .sec20-top {
    grid-template-columns: 47.5% 1fr;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
@media screen and (max-width: 767px) {
  .sec20-top {
    display: block;
  }
  .sec20-top .sec20-top-item + .sec20-top-item {
    margin-top: 2rem;
  }
}

.sec20-top-link {
  display: grid;
  grid-template-columns: 55% 1fr;
  -moz-column-gap: 3.6%;
       column-gap: 3.6%;
  padding-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .sec20-top-link {
    padding-top: 1.5rem;
  }
}
.sec20-top-link li {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.sec20-top-link li:hover {
  opacity: 0.7 !important;
}
.sec20-top-link li img {
  width: 100%;
}
.sec20-top-link li a {
  position: absolute;
  inset: 0;
}

.sec20-top-item .sec3-top-item-calender-map {
  justify-content: flex-start;
}
.sec20-top-item .sec3-top-item-calender-sb2 {
  background-color: #EEEAE6;
  margin-top: 1.7rem;
}

.font-h1 {
  font-size: 2rem;
  padding: 0.5rem 0;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  line-height: 1.3;
  background-color: #01B985;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .font-h1 {
    font-size: 1.3rem;
  }
}

.fixed-banner {
  position: fixed;
  bottom: 3rem;
  right: max(3.65vw, 7.5rem);
  z-index: 10;
  width: -moz-max-content;
  width: max-content;
}
.fixed-banner .fixed-banner-close {
  width: 2.4rem;
  position: absolute;
  top: -0.8rem;
  right: -0.7rem;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .fixed-banner {
    bottom: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .fixed-banner {
    bottom: 6rem;
    right: 0;
    left: 1.5rem;
  }
}

.fixed-banner-link {
  display: block;
  width: 33rem;
}
@media screen and (max-width: 767px) {
  .fixed-banner-link {
    width: 27rem;
  }
}

/* Style of AKX */
.txt-red {
  color: red;
}

.fw700 {
  font-weight: 700;
}

.qa_box-gr .qa_box_item .a_box {
  display: block;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.txt-bold {
  font-weight: bold;
}

.txt-fs20 {
  font-size: 2rem;
}

.txt-fs22 {
  font-size: 2.2rem;
}

.txt-middle {
  vertical-align: middle;
}

.sign {
  text-align: right;
  color: #01B985;
}

.setting-title iframe {
  width: 100%;
  min-height: 350px;
}

@media screen and (max-width: 767px) {
  .table-custom {
    width: 100%;
    overflow-x: auto;
  }
}

.table-custom-style {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table-custom-style {
    width: 82rem;
  }
}
.table-custom-style tr:first-child {
  background-color: #01B985;
  color: #FFFFFF;
  font-weight: 500;
  border: max(1px, 0.1rem) solid #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.table-custom-style tr td {
  border: max(1px, 0.1rem) solid #01B985;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .table-custom-style tr:not(:first-child) td {
    padding-left: 0;
    padding-right: 0;
  }
}
.table-custom-style tr td:first-child {
  width: 15rem;
  padding-left: 1.5rem;
  padding-right: 1rem;
}
.table-custom-style tr td:nth-child(2) {
  width: 20rem;
  padding-left: 1.5rem;
  padding-right: 1rem;
}
.table-custom-style tr td:last-child {
  width: calc(100% - 35rem);
  padding-left: 1.5rem;
  padding-right: 1rem;
}
.table-custom-style tr:first-child td:first-child {
  border-right-color: #FFFFFF;
}
.table-custom-style tr:first-child td:nth-child(2) {
  border: max(1px, 0.1rem) solid #FFFFFF;
  border-top-color: #01B985;
  border-bottom-color: #01B985;
}
@media screen and (min-width: 768px) {
  .table-custom-style.table-normal-style2 tr td:first-child {
    width: 35rem;
  }
  .table-custom-style.table-normal-style2 tr td:last-child {
    width: calc(100% - 35rem);
  }
}
@media screen and (min-width: 768px) {
  .table-custom-style.table-style3 tr td:first-child {
    width: 43rem;
  }
  .table-custom-style.table-style3 tr td:last-child {
    width: calc(100% - 43rem);
  }
}
@media screen and (min-width: 768px) {
  .table-custom-style.table-style4 tr td:first-child {
    width: 25rem;
  }
  .table-custom-style.table-style4 tr td:last-child {
    width: calc(100% - 25rem);
  }
}

.table-pricem {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .table-pricem {
    width: 63rem;
  }
}
.table-pricem tr:first-child td {
  background-color: #01B985;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-color: #fff;
  border-bottom-color: #01B985;
}
.table-pricem tr:first-child td:first-child {
  border-left-color: #01B985;
}
.table-pricem tr:first-child td:last-child {
  border-right-color: #01B985;
}
.table-pricem tr td {
  padding: 1.5rem 0.5rem;
  border: max(1px, 0.1rem) solid #01B985;
}
.table-pricem tr td:first-child {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .table-pricem tr td:first-child {
    width: 20%;
  }
}
.table-pricem tr td:nth-child(2) {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .table-pricem tr td:nth-child(2) {
    width: 12rem;
  }
}
.table-pricem tr td:nth-child(3) {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .table-pricem tr td:nth-child(3) {
    width: 17rem;
  }
}

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

.sec0-top {
  padding-top: 3rem;
}

.sec0-top-tlt {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
}
.sec0-top-tlt span {
  display: block;
  color: #01B985;
}

.sec0-top-tlt-sub {
  font-size: 1.6rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.btn-style-link-page {
  font-size: 1.8rem;
  color: #fff;
  background-color: #01B985;
  display: flex;
  max-width: 44rem;
  padding: 1.5rem 1rem;
  background-image: url(../img/top/img10.png);
  background-size: 2rem auto;
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  padding-right: 4rem;
  box-shadow: 1rem 1rem 0 rgba(1, 185, 133, 0.2705882353);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .btn-style-link-page {
    font-size: 1.4rem;
  }
}
.btn-style-link-page:hover {
  box-shadow: 0 0 0 rgba(1, 185, 133, 0.2705882353);
}

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

.endoscopy__image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .endoscopy__image-grid {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .endoscopy__image-grid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}/*# sourceMappingURL=style.css.map */