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

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

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

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

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

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

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

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

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

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

.box-mencie-doctor-history {
  background-color: #d8e8f8;
  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: #014099;
  color: #fff;
  font-size: 1.6rem;
  padding: 1.5rem 0.5rem;
  height: 100%;
  text-align: center;
}

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

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

@media screen and (max-width: 999px) {
  .box-mencie {
    padding: 2rem;
    margin-bottom: 4rem;
  }
  .box-mencie-doctor {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .box-mencie-doctor-left1 {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
  .box-mencie-doctor-left2-last {
    font-size: 2.2rem;
  }
  .box-mencie-doctor-norise {
    font-size: 2.2rem;
  }
  .box-mencie-doctor-history {
    padding: 1rem 1.5rem;
  }
  .box-mencie-doctor-3cloumn {
    grid-template-columns: 1fr 1fr;
  }
}
@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.6rem;
  }
  .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: 6vw;
}
@media screen and (max-width: 1600px) {
  .banner-page {
    margin-top: 5.8vw;
  }
}
@media screen and (max-width: 999px) {
  .banner-page {
    margin-top: 8.6rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-page {
    margin-top: 9rem;
  }
}
.banner-page img {
  width: 100%;
  height: 55rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 54%;
     object-position: center 54%;
}
@media screen and (max-width: 999px) {
  .banner-page img {
    height: 35rem;
  }
}
.banner-page .banner-page-title {
  padding: 0.6rem 3rem;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  background-color: #214994;
  letter-spacing: 0.4rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  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: #214994;
  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: #214994;
}

.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 #214994;
  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: #214994;
  -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: #214994;
}
@media screen and (min-width: 768px) {
  .under-list-ul a:hover {
    color: #214994;
    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: 4rem;
  margin-bottom: 4rem;
  position: relative;
  background-image: url(../img/top/img26.svg);
  background-size: 5.5rem auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 5rem;
}
.setting-title h3::first-letter {
  color: #214994;
}
@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.2rem;
  }
}
@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: #214994;
  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: #214994;
  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: #214994;
}
@media screen and (min-width: 768px) {
  .default-txt a:hover {
    text-decoration: none;
  }
}
.default-txt {
  font-size: 2rem;
}
@media screen and (max-width: 999px) {
  .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.5rem;
  padding: 1.5rem 1rem;
  margin-bottom: 2.2rem;
  margin-top: 4rem;
  position: relative;
  line-height: 1.45;
  letter-spacing: 0.3rem;
  color: #001743;
  padding-top: 0;
  border-bottom: 6px double #001743;
}

.m_kakomi__checklist {
  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;
}
.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: #214994;
}
@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: rgba(255, 216, 189, 0.1607843137);
  border: 0.6rem solid #ffd867;
}

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

.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: #214994;
  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: 35rem;
  }
  .banner-page .banner-page-title {
    padding: 0.6rem 1.5rem;
    font-size: 1.9rem;
    max-width: 32rem;
    top: 61%;
  }
  .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 #214994;
    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 #214994;
  }
  .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 #214994 !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: #214994;
  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.3rem;
    letter-spacing: 0.1rem;
    font-size: 1.6rem;
  }
}

.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: #214994;
  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: #214994;
  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: #214994;
  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: #214994;
  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;
}
.qa_box-gr .qa_box_item + .qa_box_item {
  border-top: max(1px, 0.1rem) solid #214994;
  padding-top: 2rem;
  margin-top: 2rem;
}

.archive-post-list {
  font-size: 2rem;
}
@media screen and (max-width: 999px) {
  .archive-post-list {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .archive-post-list {
    font-size: 1.6rem;
  }
}
.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: #214994;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

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

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

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

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

.single-content-post {
  padding-top: 3rem;
  font-size: 2rem;
}
@media screen and (max-width: 999px) {
  .single-content-post {
    font-size: 1.8rem;
  }
}
@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: #214994 !important;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .parent-pre-list-next {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
  .parent-pre-list-next .link-arline-page {
    width: 30%;
  }
}

.menu-global {
  font-size: 1em;
  display: none;
  padding-top: 3em;
}
.menu-global.menu-global-1column {
  width: 40em;
}
@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 5em;
  }
}

.menu-colum-global {
  background-color: #214994;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.menu-colum-global a {
  display: block;
  line-height: 1.5;
  padding: 1em 2.5em;
  background-image: url(../img/common/icon_arrow-02.svg);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: left 0.7em center;
}
.menu-colum-global a span {
  font-size: 2em;
}
@media screen and (max-width: 1500px) {
  .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;
}
.menu-colum-global li.menu-colum-global-tlt-child a {
  background-image: none;
  padding-left: 0;
  opacity: 1 !important;
  cursor: default;
  font-weight: 500;
}

.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 #214994 !important;
  border-radius: 10rem;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #214994;
}
.link-arline-page:hover {
  background-color: #fff;
  color: #214994;
}
@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: 22rem;
  -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: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .archive-post-column {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 2rem;
  }
}

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

.list-post-topics-txt-date {
  font-size: 1.7rem;
  color: #214994;
  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;
  margin-top: 0.6rem;
  line-height: 1.5;
}
@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: #214994;
  border-bottom: max(1px, 0.1rem) solid #214994;
  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: #214994;
  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: #214994;
}
.table-normal-style tr td:last-child {
  width: calc(100% - 15rem);
  padding-left: 1.5rem;
  padding-right: 1rem;
}
.table-normal-style tr td {
  border: max(1px, 0.1rem) solid #214994;
  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: #214994;
  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: #214994;
  color: #fff;
}
.table-calender-style tr:first-child td:last-child {
  border-right: max(1px, 0.1rem) solid #214994;
}
.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 #214994;
  border-bottom: max(1px, 0.1rem) solid #214994;
}
.table-calender-style tr:not(:first-child) td:not(:first-child):last-child {
  border-right: max(1px, 0.1rem) solid #214994;
}

#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: #214994;
  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: #214994;
  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: -17rem;
  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: #214994;
  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: #214994;
  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: #214994;
  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: #214994;
  color: #fff;
  letter-spacing: 0.5rem;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .ud_step-item .ud_step-item-step {
    font-size: 2.5rem;
    width: 15rem;
    letter-spacing: 0.3rem;
  }
}

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

.list-select-table-btn {
  width: 30rem;
  height: 6rem;
  background-color: #214994;
  border: max(1px, 0.1rem) solid #214994;
  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: #214994;
}

.informetab {
  display: none;
}

#tab1 {
  display: block;
}

.mgt5 {
  margin-top: 5rem;
}

.alower-secmer {
  border: max(1rem, 5px) solid #214994;
  padding: 3rem 3rem;
  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;
}
@media screen and (max-width: 767px) {
  .alower-secmer {
    padding: 2rem 1.5rem;
    border: max(0.5rem, 1px) solid #214994;
    background-size: 27rem auto, 37rem auto;
  }
}

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

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

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
header.is-active {
  background-color: #001743;
}
header.active-toggle {
  background-color: #001743;
}
header.is-child {
  background-color: #001743;
}
@media screen and (max-width: 999px) {
  header {
    background-color: #001743;
  }
}

.haeder {
  font-size: 0.52vw;
  color: #fff;
  padding: 1.5em 3em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .haeder {
    padding: 1.5em;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1000px) {
  .haeder {
    padding-right: 0;
  }
}
@media screen and (max-width: 999px) {
  .haeder {
    font-size: 1rem;
  }
}

.haeder-logo {
  width: 38.9em;
}
@media screen and (max-width: 1600px) {
  .haeder-logo {
    width: 36.9em;
  }
}
@media screen and (max-width: 999px) {
  .haeder-logo {
    width: 22em;
  }
}

.header-right-link {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 1.4em 0;
  transition: all 0.3s ease-in-out;
}
.header-right-link.dopicon {
  background-image: url(../img/common/icon1.png);
  background-size: 1.4em auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.header-right-link span {
  font-size: 2em;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .header-right-link span {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1400px) {
  .header-right-link span {
    font-size: 2.3em;
  }
}
.header-right-link:before {
  content: "";
  position: absolute;
  bottom: -1em;
  left: 50%;
  transform: translateX(-50%);
  width: max(1px, 0.1rem);
  height: 2em;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.header-right-link:hover:before, .header-right-link.is-active:before {
  opacity: 1;
}

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

.haeder-icon-tel {
  width: 24.3em;
}
@media screen and (max-width: 1600px) {
  .haeder-icon-tel {
    width: 28em;
  }
}

.haeder-address {
  padding-top: 0.7em;
}
.haeder-address span {
  font-size: 1.6em;
}
@media screen and (max-width: 1600px) {
  .haeder-address span {
    font-size: 1.8em;
  }
}

.haeder-icon-web {
  display: flex;
  flex-wrap: wrap;
  width: 20.5em;
  height: 5.2em;
  background: linear-gradient(90deg, rgb(194, 149, 18) 0%, rgb(212, 171, 55) 100%);
  justify-content: center;
  align-items: center;
  border-radius: 7em;
  -moz-column-gap: 1.2em;
       column-gap: 1.2em;
  line-height: 1;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.haeder-icon-web:before {
  content: "";
  display: block;
  background-image: url(../img/common/icon3.png);
  width: 2em;
  height: 1.6em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .haeder-icon-web:before {
    transform: scale(1.2);
  }
}
.haeder-icon-web:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #214994;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.haeder-icon-web span {
  font-size: 2.7em;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.haeder-icon-web:hover:after {
  opacity: 1;
}

.haeder-tel-web {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  padding-left: 3em;
}
@media screen and (max-width: 1600px) {
  .haeder-tel-web {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
@media screen and (max-width: 1400px) {
  .haeder-tel-web {
    padding-left: 2em;
  }
}
@media screen and (max-width: 999px) {
  .haeder-tel-web {
    display: none;
  }
}

.haeder-tel-web-left {
  text-align: center;
}

.haeder-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.menu-toggle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) calc(100% - 71rem), #fff calc(100% - 71rem));
  padding-top: 19rem;
  z-index: 80;
  visibility: hidden;
  transition: all 0.3s linear;
}
.menu-toggle.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1500px) {
  .menu-toggle {
    padding-top: 14rem;
  }
}
@media screen and (max-width: 1300px) {
  .menu-toggle {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) calc(100% - 55rem), #fff calc(100% - 55rem));
  }
}
@media screen and (max-width: 999px) {
  .menu-toggle {
    background: #fff;
    padding-top: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .menu-toggle {
    padding-top: 11rem;
  }
}

.menu-cont {
  width: calc(100% - 3rem);
  margin-left: auto;
  height: calc(100vh - 19rem);
  max-width: 69rem;
  padding-right: 2rem;
}
@media screen and (max-width: 1500px) {
  .menu-cont {
    height: calc(100vh - 14rem);
  }
}
@media screen and (max-width: 1300px) {
  .menu-cont {
    max-width: 53rem;
  }
}
@media screen and (max-width: 999px) {
  .menu-cont {
    max-width: 100%;
    padding-right: 0;
    margin-right: auto;
    margin-left: 1.5rem;
    width: calc(100% - 3rem);
    height: calc(100vh - 17rem);
  }
}
@media screen and (max-width: 767px) {
  .menu-cont {
    height: calc(100vh - 11rem);
    display: block;
    width: calc(100% - 3rem);
    margin-left: auto;
  }
  .menu-cont .menu-block + .menu-block {
    padding-top: 4rem;
  }
  .menu-cont .menu-block:last-child {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .menu-cont .menu-block {
    padding-bottom: 3rem;
  }
}

.menu-block-title {
  font-weight: 500;
  position: relative;
  padding-left: 8rem;
  border-bottom: max(2px, 0.3rem) solid #535353;
  padding-bottom: 1.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;
}
.menu-block-title svg {
  height: 100%;
  width: auto;
}
.menu-block-title .icon {
  position: absolute;
  inset: 0;
  bottom: 1.5rem;
}

.menu-block-list {
  font-size: 1.8rem;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .menu-block-list {
    font-size: 1.6rem;
    padding-top: 2.5rem;
  }
}
.menu-block-list li + li {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .menu-block-list.menu-block-list-999 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 2rem;
  }
  .menu-block-list.menu-block-list-999 li {
    margin-top: 0 !important;
  }
}
.menu-block-list a:hover, .menu-block-list a.is-active {
  border-bottom: max(1px, 0.1rem) solid #535353;
}
@media screen and (min-width: 768px) {
  .menu-block-list.menu-block-list-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .menu-block-list.menu-block-list-flex li {
    margin-top: 0;
  }
}

.inside-menu {
  overflow: auto;
}

.video-fixed {
  position: fixed;
  inset: 0;
  z-index: -100;
}
@media screen and (max-width: 999px) {
  .video-fixed {
    top: 9rem;
  }
}
.video-fixed video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.video-fixed:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 23, 67, 0.4);
}

.sec1-top {
  position: relative;
  height: 100vh;
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .sec1-top {
    font-size: 0.67vw;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top {
    font-size: 1rem;
  }
}

.sec1-top-tlt {
  font-size: 8.7em;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .sec1-top-tlt {
    font-size: 5em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-tlt {
    font-size: 3.2em;
  }
}
.sec1-top-tlt span {
  display: block;
}
.sec1-top-tlt .sec1-top-tlt-frist {
  padding-left: 1.05em;
}
.sec1-top-tlt .sec1-top-tlt-last {
  padding-left: 1.95em;
}

.sec1-top-txt {
  padding-top: 2.6em;
}
.sec1-top-txt span {
  font-size: 2.6em;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .sec1-top-txt span {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-txt span {
    font-size: 1.8em;
  }
}

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

.footer-hokari {
  position: fixed;
  z-index: 20;
  bottom: 3rem;
  left: 9rem;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1500px) {
  .footer-hokari {
    left: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .footer-hokari {
    bottom: 6rem;
  }
}
.footer-hokari img {
  width: 34rem;
}
@media screen and (max-width: 999px) {
  .footer-hokari img {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-hokari img {
    width: 20rem;
  }
}
.footer-hokari .footer-hokari-close {
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-image: url(../img/top/img02.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  top: -1.5rem;
  right: -1.5rem;
}
@media screen and (max-width: 767px) {
  .footer-hokari .footer-hokari-close {
    width: 2.4rem;
    height: 2.4rem;
    top: -1rem;
    right: -1rem;
  }
}

.sec1-top-scroll {
  position: absolute;
  bottom: 9rem;
  right: 6.25vw;
  font-size: 1.6rem;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.5rem;
  writing-mode: sideways-lr;
}
@media screen and (max-width: 1500px) {
  .sec1-top-scroll {
    right: 2rem;
    bottom: 5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-scroll {
    bottom: 2rem;
    right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-scroll {
    font-size: 1.5rem;
    border-right: max(1px, 0.1rem) solid #fff;
  }
}
.sec1-top-scroll a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.sec1-top-scroll a:before {
  content: "";
  display: block;
  width: max(1px, 0.1rem);
  height: 12.7rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec1-top-scroll a:before {
    content: none;
  }
}

.sec2-top {
  position: relative;
  z-index: 2;
  color: #fff;
}

.sec2-top-h3 {
  font-size: 3.7rem;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .sec2-top-h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec2-top-h3 {
    font-size: 2.6rem;
  }
}

.fw600 {
  font-weight: 600;
}

.txt-fs47 {
  font-size: 4.7rem;
}
@media screen and (max-width: 1500px) {
  .txt-fs47 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 999px) {
  .txt-fs47 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .txt-fs47 {
    font-size: 2.7rem;
  }
}

.txt-fs37 {
  font-size: 3.7rem;
}
@media screen and (max-width: 1500px) {
  .txt-fs37 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .txt-fs37 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .txt-fs37 {
    font-size: 2.1rem;
  }
}

.txt-fs32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 1400px) {
  .txt-fs32 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 999px) {
  .txt-fs32 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .txt-fs32 {
    font-size: 2rem;
  }
}

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

.sec2-top {
  padding-top: 7rem;
  padding-bottom: 29.5rem;
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background: linear-gradient(0deg, rgb(0, 23, 67) 0%, rgba(0, 23, 67, 0) 100%);
  position: relative;
  overflow: hidden;
}
.sec2-top .sec2-top-space {
  position: absolute;
  top: -5.77vw;
  left: 0;
}
@media screen and (max-width: 999px) {
  .sec2-top .sec2-top-space {
    margin-top: -5rem;
  }
}
.sec2-top .txt-fs47 {
  color: #C29512;
  margin-top: 8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 999px) {
  .sec2-top .txt-fs47 {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top .txt-fs47 {
    margin-top: 2rem;
  }
}
.sec2-top .txt-fs37 {
  padding-bottom: 4.7rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .sec2-top .txt-fs37 {
    padding-bottom: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top .txt-fs37 {
    text-align: left;
  }
}
.sec2-top .txt-fs20 {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec2-top .txt-fs20 {
    text-align: left;
  }
}
@media screen and (max-width: 999px) {
  .sec2-top {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top {
    padding-bottom: 5rem;
  }
}

.lh15 {
  line-height: 1.5;
}

.link-style1 {
  font-size: 2rem;
  width: 25rem;
  height: 5rem;
  background: linear-gradient(90deg, rgb(194, 149, 18) 0%, rgb(212, 171, 55) 100%);
  border-radius: 7rem;
  position: relative;
  overflow: hidden;
  display: block;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .link-style1 {
    font-size: 1.6rem;
  }
}
.link-style1 span {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  background-image: url(../img/top/img03.svg);
  background-size: 2rem auto;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 1.5rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .link-style1 span {
    padding-right: 1.5rem;
  }
}
.link-style1:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #E0D9C5;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.link-style1:hover {
  color: #535353;
}
.link-style1:hover:before {
  opacity: 1;
}
.link-style1:hover span {
  background-image: url(../img/top/img04.svg);
}

.sec2-top-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  margin-top: 7rem;
}
@media screen and (max-width: 999px) {
  .sec2-top-ul {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-ul {
    display: grid;
    grid-template-columns: 55% 1fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .sec2-top-ul a {
    width: 100%;
  }
}

.sec2-top-slider {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}

.sec2-top-slider-txt {
  flex-shrink: 0;
  font-size: 10.42vw;
  opacity: 0.08;
  margin-right: 5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec2-top-slider-txt {
    font-size: 10rem;
  }
}

@keyframes marquee {
  from {
    transform: translateY(-50%) translateX(0);
  }
  to {
    transform: translateY(-50%) translateX(-50%);
  }
}
.set-tlt-lv1 {
  position: relative;
}
.set-tlt-lv1 .set-tlt-lv1-icon img {
  width: 4.4rem;
}
.set-tlt-lv1 .set-tlt-lv1-eng {
  font-size: 2rem;
  padding-top: 0.4rem;
  position: relative;
  z-index: 2;
}
.set-tlt-lv1 .set-tlt-lv1-jpn {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .set-tlt-lv1 .set-tlt-lv1-jpn {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 999px) {
  .set-tlt-lv1 .set-tlt-lv1-jpn {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .set-tlt-lv1 .set-tlt-lv1-jpn {
    font-size: 2.2rem;
  }
}
.set-tlt-lv1 .set-tlt-lv1-jpn-db1 {
  font-size: 5rem;
  color: #C29512;
  text-shadow: 0 2px 6px rgba(0, 23, 67, 0.65), 0 0 12px rgba(0, 23, 67, 0.45);
}
@media screen and (max-width: 1500px) {
  .set-tlt-lv1 .set-tlt-lv1-jpn-db1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 999px) {
  .set-tlt-lv1 .set-tlt-lv1-jpn-db1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .set-tlt-lv1 .set-tlt-lv1-jpn-db1 {
    font-size: 2.6rem;
  }
}
.set-tlt-lv1 .set-tlt-lv1-big {
  font-size: 18rem;
  line-height: 1;
  opacity: 0.08;
  letter-spacing: 0.5rem;
  margin-top: -12rem;
}
@media screen and (max-width: 1500px) {
  .set-tlt-lv1 .set-tlt-lv1-big {
    font-size: 13rem;
    top: 3rem;
    margin-top: -8rem;
  }
}
@media screen and (max-width: 999px) {
  .set-tlt-lv1 .set-tlt-lv1-big {
    font-size: 10rem;
    margin-top: -5rem;
  }
}
@media screen and (max-width: 767px) {
  .set-tlt-lv1 .set-tlt-lv1-big {
    font-size: 7rem;
    margin-top: -3rem;
    letter-spacing: 0.3rem;
  }
}
.set-tlt-lv1.set-tlt-lv2 .set-tlt-lv1-eng {
  color: #2B3D62;
}
.set-tlt-lv1.set-tlt-lv2 .set-tlt-lv1-jpn, .set-tlt-lv1.set-tlt-lv2 .set-tlt-lv1-big {
  color: #001743;
}
.set-tlt-lv1.center {
  text-align: center;
}

.sec3-top {
  background-image: url(../img/top/img25.jpg);
  background-size: 192rem auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.sec3-top .set-tlt-lv1 {
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .sec3-top {
    background-size: 120vw auto;
  }
}
@media screen and (max-width: 1400px) {
  .sec3-top {
    background-size: 114vw auto;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top {
    background-size: 137rem auto;
  }
  .sec3-top.change-bg {
    background-size: 118rem auto;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top {
    background-size: 189rem auto;
  }
  .sec3-top.change-bg {
    background-size: 139rem auto;
  }
}

.sec3-top-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: max(1px, 0.1rem) solid #fff;
  margin-top: 6rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-toggle {
    margin-top: 4rem;
  }
}
.sec3-top-toggle .sec3-top-toggle-item {
  height: 10.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.3;
  background-color: #214994;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .sec3-top-toggle .sec3-top-toggle-item {
    height: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-toggle .sec3-top-toggle-item {
    height: 6rem;
  }
}
.sec3-top-toggle .sec3-top-toggle-item .eng {
  color: #C9D4EA;
}
.sec3-top-toggle .sec3-top-toggle-item:first-child {
  border-right: max(1px, 0.1rem) solid #fff;
}
.sec3-top-toggle .sec3-top-toggle-item.is-active, .sec3-top-toggle .sec3-top-toggle-item:hover {
  background-color: rgba(0, 23, 67, 0.4);
}

.sec3-top-content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 10rem;
  font-size: 10px;
}
@media screen and (max-width: 1600px) {
  .sec3-top-content {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-content {
    font-size: 1rem;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-content {
    padding-top: 4rem;
  }
}

.sec3-top-content-ul1 {
  max-width: 162em;
  margin-left: auto;
  margin-right: auto;
  -moz-column-gap: 1.7%;
       column-gap: 1.7%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 3em;
}
@media screen and (max-width: 1300px) {
  .sec3-top-content-ul1 {
    -moz-column-gap: 1.5em;
         column-gap: 1.5em;
    row-gap: 1.5em;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-content-ul1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-content-ul1 {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
.sec3-top-content-ul1 li {
  height: 26.3em;
  width: 18.64%;
}
@media screen and (max-width: 1300px) {
  .sec3-top-content-ul1 li {
    width: calc((100% - 6em) / 5);
  }
  .sec3-top-content-ul1 li .sec3-top-content-space img {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-content-ul1 li {
    width: calc((100% - 4.5em) / 4);
    height: 21.3em;
  }
  .sec3-top-content-ul1 li .sec3-top-content-space img {
    transform: translateY(-2em);
  }
}
@media screen and (max-width: 999px) and (max-width: 767px) {
  .sec3-top-content-ul1 li .sec3-top-content-space img {
    transform: translateY(-1.5em);
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-content-ul1 li {
    width: calc((100% - 1em) / 2);
  }
}
.sec3-top-content-ul1 li:first-child .sec3-top-content-space {
  width: 7.2em;
  top: 6.5em;
}
.sec3-top-content-ul1 li:nth-child(2) .sec3-top-content-space {
  width: 7.3em;
  top: 7em;
}
.sec3-top-content-ul1 li:nth-child(3) .sec3-top-content-space {
  width: 7.3em;
  top: 6.5em;
}
.sec3-top-content-ul1 li:nth-child(4) .sec3-top-content-space {
  width: 6.6em;
  top: 6.5em;
}
.sec3-top-content-ul1 li:nth-child(5) .sec3-top-content-space {
  width: 6.6em;
  top: 7.5em;
}
.sec3-top-content-ul1 li:nth-child(6) .sec3-top-content-space {
  width: 7em;
  top: 7.5em;
}
.sec3-top-content-ul1 li:nth-child(7) .sec3-top-content-space {
  width: 6.2em;
  top: 7.8em;
}
.sec3-top-content-ul1 li:nth-child(8) .sec3-top-content-space {
  width: 6.2em;
  top: 7em;
}
.sec3-top-content-ul1 li:nth-child(9) .sec3-top-content-space {
  width: 5em;
  top: 7em;
}

.sec3-top-content-ul2 {
  max-width: 129em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 2.1%;
       column-gap: 2.1%;
}
@media screen and (max-width: 1300px) {
  .sec3-top-content-ul2 {
    -moz-column-gap: 1.5em;
         column-gap: 1.5em;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .sec3-top-content-ul2 .sec3-top-content-space img {
    transform: scale(0.8) !important;
  }
  .sec3-top-content-ul2 .sec3-top-content-space {
    transform: translateX(-50%) translateY(-18%) !important;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-content-ul2 {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1em;
         column-gap: 1em;
    row-gap: 1.5em;
  }
  .sec3-top-content-ul2 .sec3-top-content-space {
    transform: translateX(-50%) translateY(-18%) !important;
  }
}
.sec3-top-content-ul2 li {
  height: 31em;
}
@media screen and (max-width: 999px) {
  .sec3-top-content-ul2 li {
    height: 27em;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-content-ul2 li {
    height: 25em;
  }
}
.sec3-top-content-ul2 li:first-child .sec3-top-content-space {
  width: 11.8em;
  top: 6.8em;
}
.sec3-top-content-ul2 li:nth-child(2) .sec3-top-content-space {
  width: 13.6em;
  top: 6.8em;
}
.sec3-top-content-ul2 li:nth-child(3) .sec3-top-content-space {
  width: 14.7em;
  top: 6.8em;
}
.sec3-top-content-ul2 li:nth-child(4) .sec3-top-content-space {
  width: 18em;
  top: 6.3em;
}
.sec3-top-content-ul2 li .sec3-top-content20 {
  padding-top: 16em;
}
@media screen and (max-width: 999px) {
  .sec3-top-content-ul2 li .sec3-top-content20 {
    padding-top: 13em;
  }
}
@media screen and (min-width: 1000px) {
  .sec3-top-content-ul2 .sec3-top-content-bg:before {
    bottom: 1.6em;
  }
}

.sec3-top-content-ul3 {
  max-width: 105.4em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2.8%;
       column-gap: 2.8%;
  padding-top: 4.5em;
}
@media screen and (max-width: 1300px) {
  .sec3-top-content-ul3 {
    -moz-column-gap: 1.5em;
         column-gap: 1.5em;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-content-ul3 {
    padding-top: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-content-ul3 {
    grid-template-columns: 1fr;
    row-gap: 1.5em;
  }
}
.sec3-top-content-ul3 li {
  position: relative;
}
.sec3-top-content-ul3 li .sec3-top-content-ul3-link {
  position: absolute;
  inset: 0;
}
.sec3-top-content-ul3 li:hover {
  opacity: 0.7 !important;
}

.sec3-top-content-ul li {
  background-color: #E9F0FF;
  position: relative;
  padding: 0.8em;
}
.sec3-top-content-ul li .sec3-top-content-bg {
  padding-top: 2.7em;
}
@media screen and (max-width: 999px) {
  .sec3-top-content-ul li .sec3-top-content-bg {
    padding-top: 1.7em;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-content-ul li {
    padding: 0.4em;
  }
}
@media screen and (min-width: 1000px) {
  .sec3-top-content-ul li:hover {
    background-color: #D0DBF2;
  }
  .sec3-top-content-ul li:hover .sec3-top-content-bg {
    background-color: #E9F0FF;
  }
  .sec3-top-content-ul li:hover .sec3-top-content-bg:before {
    background-image: url(../img/top/img09hv.svg);
  }
  .sec3-top-content-ul li:hover .sec3-top-content-icon-check-frist {
    display: none;
  }
  .sec3-top-content-ul li:hover .sec3-top-content-icon-check-last {
    display: inline-block;
  }
  .sec3-top-content-ul li:hover .sec3-top-content-space-img-frist {
    display: none;
  }
  .sec3-top-content-ul li:hover .sec3-top-content-space-img-last {
    display: inline-block;
  }
  .sec3-top-content-ul li:hover .sec3-top-content20 {
    color: #535353;
  }
}

.sec3-top-content-bg {
  width: 100%;
  height: 100%;
  background-color: #214994;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sec3-top-content-bg .sec3-top-content-space {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sec3-top-content-bg .sec3-top-content-space img {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .sec3-top-content-bg .sec3-top-content-space img {
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-content-bg .sec3-top-content-space img {
    transform: scale(0.8);
  }
}
.sec3-top-content-bg .sec3-top-content-space .sec3-top-content-space-img-last {
  display: none;
}
.sec3-top-content-bg:before {
  content: "";
  width: 2.1em;
  height: 2.1em;
  background-image: url(../img/top/img09.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.6em;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .sec3-top-content-bg:before {
    transform: scale(1.4) translateX(-50%);
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-content-bg:before {
    bottom: 1.6em;
  }
}

.sec3-top-content-icon-check {
  width: 2.2em;
  margin-left: auto;
  margin-right: auto;
}
.sec3-top-content-icon-check img {
  width: 100%;
}

.sec3-top-content20 {
  color: #fff;
  text-align: center;
  padding-top: 10em;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .sec3-top-content20 {
    padding-top: 7em;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-content20 {
    padding-top: 8.5em;
  }
}
.sec3-top-content20 span {
  font-size: 2em;
}
@media screen and (max-width: 1300px) {
  .sec3-top-content20 span {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-content20 span {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-content20 span {
    font-size: 1.5em;
  }
}

.sec3-top-content-icon-check-last {
  display: none;
}

.sec3-top-content-href {
  position: absolute;
  inset: 0;
  z-index: 5;
}

#by-age {
  display: none;
}

.sec3-top-pickup-content {
  max-width: 150.6rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec3-top-pickup-1400 {
  max-width: 140rem;
  margin-left: auto;
}

.sec3-top-pickup {
  padding-top: 48rem;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .sec3-top-pickup {
    padding-top: 24.38vw;
  }
}
@media screen and (max-width: 1400px) {
  .sec3-top-pickup {
    padding-top: 19.38vw;
  }
}
@media screen and (max-width: 1200px) {
  .sec3-top-pickup {
    padding-top: 14.38vw;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-pickup {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-pickup {
    padding-top: 5rem;
  }
}
.sec3-top-pickup:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #EEEEEE;
}

.sec3-top-pickup-tlt-left .set-tlt-lv1-icon, .sec3-top-pickup-tlt-left .set-tlt-lv1-eng {
  text-align: center;
}
.sec3-top-pickup-tlt-left .set-tlt-lv1 .set-tlt-lv1-big {
  margin-top: -18rem;
}
@media screen and (max-width: 1500px) {
  .sec3-top-pickup-tlt-left .set-tlt-lv1 .set-tlt-lv1-big {
    margin-top: -13rem;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-pickup-tlt-left .set-tlt-lv1 .set-tlt-lv1-big {
    margin-top: -10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-pickup-tlt-left .set-tlt-lv1 .set-tlt-lv1-big {
    margin-top: -5rem;
  }
}
.sec3-top-pickup-tlt-left .txt-fs20 {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-pickup-tlt-left .txt-fs20 {
    margin-top: 1.5rem;
  }
}

.sec3-top-pickup-tlt {
  display: grid;
  grid-template-columns: max-content 1fr;
}
@media screen and (max-width: 1500px) {
  .sec3-top-pickup-tlt {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-pickup-tlt {
    grid-template-columns: 64% 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-pickup-tlt {
    display: block;
  }
}

.sec3-top-pickup-tlt-right {
  padding-top: 1.3rem;
}

.sec3-top-pickup-tlt-cril {
  max-width: 129rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-pickup-tlt-cril {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1.5rem;
    padding-top: 4rem;
    justify-content: center;
  }
}
.sec3-top-pickup-tlt-cril li {
  width: 22.7rem;
  aspect-ratio: 1/1;
  border-radius: 100rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .sec3-top-pickup-tlt-cril li {
    width: 19%;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-pickup-tlt-cril li {
    width: calc((100% - 1rem) / 2);
    border-radius: 0;
  }
}
.sec3-top-pickup-tlt-cril li:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(194, 149, 18, 0.85);
}
.sec3-top-pickup-tlt-cril li:first-child {
  background-image: url(../img/top/img28.jpg);
}
.sec3-top-pickup-tlt-cril li:nth-child(2) {
  background-image: url(../img/top/img29.jpg);
}
.sec3-top-pickup-tlt-cril li:nth-child(3) {
  background-image: url(../img/top/img30.jpg);
}
.sec3-top-pickup-tlt-cril li:nth-child(4) {
  background-image: url(../img/top/img31.jpg);
}
.sec3-top-pickup-tlt-cril li:nth-child(5) {
  background-image: url(../img/top/img32.jpg);
}
.sec3-top-pickup-tlt-cril li .sec3-top-pickup-txt-cril {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.sec3-top-pickup-tlt-cril li .sec3-top-pickup-txt-cril:before, .sec3-top-pickup-tlt-cril li .sec3-top-pickup-txt-cril:after {
  content: "";
  position: absolute;
  inset: 0.8rem;
  border: max(1px, 0.1rem) solid #fff;
  border-radius: 100rem;
  transform: rotate(35deg);
}
@media screen and (max-width: 767px) {
  .sec3-top-pickup-tlt-cril li .sec3-top-pickup-txt-cril:before, .sec3-top-pickup-tlt-cril li .sec3-top-pickup-txt-cril:after {
    border-radius: 0;
    transform: rotate(90deg);
    inset: 0.5rem;
  }
}
.sec3-top-pickup-tlt-cril li .sec3-top-pickup-txt-cril:before {
  clip-path: inset(0 65% 0 0);
}
@media screen and (max-width: 767px) {
  .sec3-top-pickup-tlt-cril li .sec3-top-pickup-txt-cril:before {
    clip-path: inset(0 70% 0 0);
  }
}
.sec3-top-pickup-tlt-cril li .sec3-top-pickup-txt-cril:after {
  clip-path: inset(0 0 0 65%);
}
@media screen and (max-width: 767px) {
  .sec3-top-pickup-tlt-cril li .sec3-top-pickup-txt-cril:after {
    clip-path: inset(0 0 0 70%);
  }
}
.sec3-top-pickup-tlt-cril li .sec3-top-pickup-text-cril {
  position: absolute;
  inset: 0;
  z-index: 3;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding-top: 2rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-pickup-tlt-cril li .sec3-top-pickup-text-cril {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-pickup-tlt-cril li .sec3-top-pickup-text-cril {
    padding-top: 2rem;
  }
}

.sec4-top-content {
  max-width: 132.5rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  background-image: url(../img/top/img33.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-content {
    padding: 1rem;
  }
}

.sec4-top-box {
  border: max(1px, 0.1rem) solid #fff;
  color: #fff;
  padding-left: 5rem;
  padding-top: 5rem;
  padding-bottom: 6rem;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .sec4-top-box {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-box {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-box {
    padding: 3rem 0;
    border: 0;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-box .txt-fs20 {
    max-width: 55rem;
  }
}

.sec4-top-box-big {
  font-size: 8.7rem;
  color: #CBA024;
}
@media screen and (max-width: 999px) {
  .sec4-top-box-big {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-box-big {
    font-size: 4rem;
  }
}

.sec4-top-txt1 {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.txt-fs42 {
  font-size: 4.2rem;
}
@media screen and (max-width: 1500px) {
  .txt-fs42 {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 999px) {
  .txt-fs42 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .txt-fs42 {
    font-size: 2.7rem;
  }
}

.sec4-top-txt2 {
  line-height: 1.3;
  border-bottom: max(1px, 0.1rem) solid #CBA024;
  display: inline-block;
  padding-bottom: 2.3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 999px) {
  .sec4-top-txt2 {
    padding-bottom: 1.3rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-txt2 {
    margin-top: 1.5rem;
    display: block;
  }
}
.sec4-top-txt2 .txt-fs42 {
  color: #CBA024;
}
@media screen and (max-width: 767px) {
  .sec4-top-txt2 .txt-fs42 {
    display: block;
  }
}

.sec4-top {
  background-image: url(../img/top/img34.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 8rem;
  background-color: #EEEEEE;
  padding-top: 7rem;
}
@media screen and (max-width: 999px) {
  .sec4-top {
    background-size: 129rem auto;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top {
    padding: 5rem 0;
    background-size: 158rem auto;
  }
}

.sec4-top-image {
  position: absolute;
  top: -7rem;
  right: 2rem;
  width: 53.2rem;
}
@media screen and (max-width: 1500px) {
  .sec4-top-image {
    top: -4vw;
    width: 35.47vw;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-image {
    top: -4rem;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-image {
    position: static;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 2rem;
  }
}

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

.sec5-top {
  background-image: url(../img/top/img38.jpg);
  background-size: 192rem auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 7.5rem;
}
@media screen and (max-width: 999px) {
  .sec5-top {
    padding-top: 5.5rem;
  }
}

.sec5-top-ul {
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-top: 4rem;
  position: relative;
  z-index: 3;
}
.sec5-top-ul li {
  height: 11.2rem;
  background-color: #C9D4EA;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #001743;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec5-top-ul li {
    height: 9.2rem;
  }
}
.sec5-top-ul li .txt-fs16 {
  color: #506BA2;
  transition: all 0.3s ease-in-out;
}
.sec5-top-ul li:hover, .sec5-top-ul li.is-active {
  background-color: #2B3D62;
  color: #fff;
}
.sec5-top-ul li:hover .txt-fs16, .sec5-top-ul li.is-active .txt-fs16 {
  color: #fff;
}

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

.sec5-top-content {
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-content {
    margin-top: 3rem;
  }
}
.sec5-top-content .sec5-top-content-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 85.7rem;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .sec5-top-content .sec5-top-content-item {
    height: 80.7rem;
  }
}
@media screen and (max-width: 1600px) {
  .sec5-top-content .sec5-top-content-item {
    height: 75.7rem;
  }
}
@media screen and (max-width: 1500px) {
  .sec5-top-content .sec5-top-content-item {
    height: 70.7rem;
  }
}
@media screen and (max-width: 1400px) {
  .sec5-top-content .sec5-top-content-item {
    height: 68.7rem;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-content .sec5-top-content-item {
    height: 57.64vw;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-content .sec5-top-content-item {
    min-height: 142.64vw;
    background-position: left center;
    padding-bottom: 5rem;
    height: auto;
  }
  .sec5-top-content .sec5-top-content-item:after {
    content: "";
    position: absolute;
    inset: 0;
    background: #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.45) 0%, rgb(255, 255, 255) 100%);
  }
}
.sec5-top-content .sec5-top-content-item:before {
  content: "";
  width: 55.7rem;
  height: 52.2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/top/img39.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1500px) {
  .sec5-top-content .sec5-top-content-item:before {
    width: 37.13vw;
    height: 34.8vw;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-content .sec5-top-content-item:before {
    width: 20rem;
    height: 20rem;
    z-index: 2;
  }
}
.sec5-top-content .sec5-top-content-item .sec5-top-content-eng {
  position: absolute;
  color: #506BA2;
  writing-mode: sideways-lr;
  width: -moz-max-content;
  width: max-content;
  bottom: 0;
  right: 12rem;
  letter-spacing: 0.5rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 1600px) {
  .sec5-top-content .sec5-top-content-item .sec5-top-content-eng {
    right: 6rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec5-top-content .sec5-top-content-item .sec5-top-content-eng {
    right: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-content .sec5-top-content-item .sec5-top-content-eng {
    right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-content .sec5-top-content-item .sec5-top-content-eng {
    z-index: 3;
  }
}
.sec5-top-content .sec5-top-content-item .sec5-top-content-eng:before {
  content: "";
  width: max(1px, 0.1rem);
  height: 20.1vw;
  background-color: #A9A9A9;
  display: block;
}
@media screen and (max-width: 1600px) {
  .sec5-top-content .sec5-top-content-item .sec5-top-content-eng:before {
    height: 15.1vw;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-content .sec5-top-content-item .sec5-top-content-eng:before {
    height: 14rem;
  }
}
.sec5-top-content .sec5-top-content-item:first-child {
  background-image: url(../img/top/img40.jpg);
}
.sec5-top-content .sec5-top-content-item:nth-child(2) {
  background-image: url(../img/top/img41.jpg);
  display: none;
}
.sec5-top-content .sec5-top-content-item:nth-child(3) {
  background-image: url(../img/top/img42.jpg);
  display: none;
}
@media screen and (max-width: 767px) {
  .sec5-top-content .sec5-top-content-item:nth-child(3) .sec5-top-content-eng:before {
    height: 4rem;
  }
}

.sec5-top-content-item-nd {
  max-width: 90.5rem;
  margin-left: auto;
  padding-top: 10.42vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .sec5-top-content-item-nd {
    padding-top: 7.5vw;
    max-width: 76.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .sec5-top-content-item-nd {
    max-width: 70.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec5-top-content-item-nd {
    max-width: 65.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-content-item-nd {
    max-width: 62.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-content-item-nd {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.sec5-top-content-tlt {
  color: #001743;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  background-color: #EBEDF0;
  background-image: url(../img/top/img46.png), url(../img/top/img76.png);
  background-size: auto 100%, auto 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  padding-left: 5rem;
}
@media screen and (max-width: 1500px) {
  .sec5-top-content-tlt {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-content-tlt {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
}

.sec5-top-content-item-box {
  max-width: 57rem;
}

.sec5-top-content-link {
  display: grid;
  grid-template-columns: max-content max-content;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 2.5rem;
  padding-top: 4rem;
}
@media screen and (max-width: 1500px) {
  .sec5-top-content-link {
    row-gap: 1.5rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-content-link {
    display: block;
  }
  .sec5-top-content-link li + li {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .sec5-top-content-link a {
    width: 27rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-content-link a {
    margin-left: auto;
    margin-right: auto;
  }
}

.sec6-top {
  height: 37.3rem;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 999px) {
  .sec6-top {
    height: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top {
    height: 25rem;
  }
}

.sec6-top-image {
  position: fixed;
  inset: 0;
  z-index: -90;
  background-image: url(../img/top/img43.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec6-top-image:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(43, 61, 98, 0.3);
}

.bg1 {
  opacity: 0;
}
.bg1.is-active {
  opacity: 1;
}

.bg2 {
  opacity: 0;
}
.bg2.is-active {
  opacity: 1;
}

.sec6-top-slider {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 25s linear infinite;
}

.sec6-top-slider-txt {
  flex-shrink: 0;
  white-space: nowrap;
  padding-right: 5rem;
  font-size: 3.44vw;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 999px) {
  .sec6-top-slider-txt {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-slider-txt {
    font-size: 3rem;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.sec7-top {
  background-color: #fff;
  background-image: url(../img/top/img44.png);
  background-size: 192rem auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 8rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 999px) {
  .sec7-top {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top {
    padding-bottom: 1rem;
    padding-top: 4rem;
  }
  .sec7-top .sec7-top-main-item {
    padding-bottom: 4rem !important;
  }
}

.sec7-top-main {
  padding-top: 12rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-main {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-main {
    padding-top: 5rem;
  }
}

.sec7-top-main-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.52vw;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec7-top-main-item {
    display: block;
  }
}
.sec7-top-main-item .sec7-top-main-item-left {
  width: 42.3%;
  position: relative;
}
.sec7-top-main-item .sec7-top-main-item-left:before {
  content: "";
  position: absolute;
  width: 75.2em;
  height: 45.2em;
  background-color: #E0D9C5;
}
.sec7-top-main-item .sec7-top-main-item-right {
  width: 54%;
  padding-top: 4em;
}
@media screen and (max-width: 1400px) {
  .sec7-top-main-item .sec7-top-main-item-right {
    width: 55%;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-main-item .sec7-top-main-item-right {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-main-item .sec7-top-main-item-right {
    width: 100%;
  }
}
.sec7-top-main-item.sec7-top-main-item-normal {
  position: relative;
  padding-bottom: 10em;
}
@media screen and (max-width: 1400px) {
  .sec7-top-main-item.sec7-top-main-item-normal {
    padding-bottom: 5em;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-main-item.sec7-top-main-item-normal {
    padding-bottom: 8em;
  }
}
.sec7-top-main-item.sec7-top-main-item-normal:before {
  content: "";
  position: absolute;
  width: 38.5em;
  height: 87.2em;
  background-image: url(../img/top/img47.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .sec7-top-main-item.sec7-top-main-item-normal:before {
    width: 32.5em;
    height: 71.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-main-item.sec7-top-main-item-normal:before {
    content: none;
  }
}
.sec7-top-main-item.sec7-top-main-item-normal .sec7-top-main-item-left {
  padding-left: 3em;
}
@media screen and (max-width: 1400px) {
  .sec7-top-main-item.sec7-top-main-item-normal .sec7-top-main-item-left {
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-main-item.sec7-top-main-item-normal .sec7-top-main-item-left {
    padding-left: 1.5rem;
  }
}
.sec7-top-main-item.sec7-top-main-item-normal .sec7-top-main-item-left:before {
  bottom: -5em;
  right: -5em;
}
@media screen and (max-width: 1400px) {
  .sec7-top-main-item.sec7-top-main-item-normal .sec7-top-main-item-left:before {
    bottom: -2.5em;
    right: -2.5em;
  }
}
.sec7-top-main-item.sec7-top-main-item-normal .sec7-top-main-item-tlt {
  background: #EBEDF0;
  background: linear-gradient(90deg, rgb(235, 237, 240) 0%, rgba(235, 237, 240, 0) 100%);
  padding-left: 3em;
}
.sec7-top-main-item.sec7-top-main-item-normal .sec7-top-main-item-tlt:before {
  background-position: left center;
}
@media screen and (max-width: 999px) {
  .sec7-top-main-item.sec7-top-main-item-normal .sec7-top-main-item-tlt {
    padding-left: 1.5em;
  }
}
.sec7-top-main-item.sec7-top-main-item-normal .sec7-top-main-item-prp {
  margin-left: 12.5em;
}
@media screen and (max-width: 1700px) {
  .sec7-top-main-item.sec7-top-main-item-normal .sec7-top-main-item-prp {
    margin-left: 3.5em;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-main-item.sec7-top-main-item-normal .sec7-top-main-item-prp {
    margin-left: 0;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-main-item.sec7-top-main-item-normal .sec7-top-main-item-prp {
    margin-left: 1.5rem;
  }
}
.sec7-top-main-item.sec7-top-main-item-change {
  flex-direction: row-reverse;
  position: relative;
  padding-bottom: 5em;
}
.sec7-top-main-item.sec7-top-main-item-change:before {
  content: "";
  position: absolute;
  width: 40.5em;
  height: 87.2em;
  background-image: url(../img/top/img49.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .sec7-top-main-item.sec7-top-main-item-change:before {
    width: 32.5em;
    height: 71.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-main-item.sec7-top-main-item-change:before {
    content: none;
  }
}
.sec7-top-main-item.sec7-top-main-item-change .sec7-top-main-item-left {
  padding-right: 3em;
}
@media screen and (max-width: 1400px) {
  .sec7-top-main-item.sec7-top-main-item-change .sec7-top-main-item-left {
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-main-item.sec7-top-main-item-change .sec7-top-main-item-left {
    padding-right: 1.5rem;
  }
}
.sec7-top-main-item.sec7-top-main-item-change .sec7-top-main-item-left:before {
  bottom: -5em;
  left: -5em;
}
@media screen and (max-width: 1400px) {
  .sec7-top-main-item.sec7-top-main-item-change .sec7-top-main-item-left:before {
    bottom: -2.5em;
    left: -2.5em;
  }
}
.sec7-top-main-item.sec7-top-main-item-change .sec7-top-main-item-number {
  margin-left: 26em;
}
@media screen and (max-width: 1400px) {
  .sec7-top-main-item.sec7-top-main-item-change .sec7-top-main-item-number {
    margin-left: 14em;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-main-item.sec7-top-main-item-change .sec7-top-main-item-number {
    margin-left: 1.5rem;
  }
}
.sec7-top-main-item.sec7-top-main-item-change .sec7-top-main-item-tlt {
  background: #EBEDF0;
  background: linear-gradient(90deg, rgba(235, 237, 240, 0) 0%, rgb(235, 237, 240) 100%);
  padding-left: 26em;
}
@media screen and (max-width: 1400px) {
  .sec7-top-main-item.sec7-top-main-item-change .sec7-top-main-item-tlt {
    padding-left: 14em;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-main-item.sec7-top-main-item-change .sec7-top-main-item-tlt {
    padding-left: 1.5rem;
  }
}
.sec7-top-main-item.sec7-top-main-item-change .sec7-top-main-item-tlt:before {
  background-position: right center;
}
.sec7-top-main-item.sec7-top-main-item-change .sec7-top-main-item-prp {
  margin-left: 37em;
}
@media screen and (max-width: 1700px) {
  .sec7-top-main-item.sec7-top-main-item-change .sec7-top-main-item-prp {
    margin-left: 26em;
  }
}
@media screen and (max-width: 1400px) {
  .sec7-top-main-item.sec7-top-main-item-change .sec7-top-main-item-prp {
    margin-left: 14em;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-main-item.sec7-top-main-item-change .sec7-top-main-item-prp {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-main-item.sec7-top-main-item-change .sec7-top-main-item-prp {
    margin-right: 1.5rem;
  }
}

.sec7-top-main-item-number {
  letter-spacing: 0.4em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  margin-left: 2.5em;
}
@media screen and (max-width: 767px) {
  .sec7-top-main-item-number {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.sec7-top-main-item-number span {
  font-size: 2em;
  color: #506BA2;
}
@media screen and (max-width: 1400px) {
  .sec7-top-main-item-number span {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-main-item-number span {
    font-size: 2rem;
  }
}
.sec7-top-main-item-number:after {
  content: "";
  display: block;
  width: 36.7em;
  height: max(1px, 0.1em);
  background-color: #A9A9A9;
}
@media screen and (max-width: 999px) {
  .sec7-top-main-item-number:after {
    width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-main-item-number:after {
    width: 21rem;
  }
}

.sec7-top-main-item-tlt-right {
  position: relative;
  padding-left: 1.5em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec7-top-main-item-tlt-right {
    padding-left: 0;
  }
}
.sec7-top-main-item-tlt-right:before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  width: max(1px, 0.1em);
  height: 3em;
  background-color: #A5A5A6;
  transform: rotate(30deg);
}
@media screen and (max-width: 999px) {
  .sec7-top-main-item-tlt-right:before {
    content: none;
  }
}

.sec7-top-main-item-tlt-big span {
  font-size: 3.2em;
  line-height: 1.4;
  color: #001743;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .sec7-top-main-item-tlt-big span {
    font-size: 3.6em;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-main-item-tlt-big span {
    font-size: 2.2em;
  }
}

.sec7-top-main-item-tlt-small {
  padding-top: 1em;
}
.sec7-top-main-item-tlt-small span {
  font-size: 2em;
  font-weight: 600;
  color: #D4AB37;
  line-height: 1.3;
}
@media screen and (max-width: 1400px) {
  .sec7-top-main-item-tlt-small span {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-main-item-tlt-small span {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-main-item-tlt-small span {
    font-size: 1.7rem;
  }
}

.sec7-top-main-item-tlt-number span {
  font-size: 7.2em;
  line-height: 1;
  color: #506BA2;
}
@media screen and (max-width: 999px) {
  .sec7-top-main-item-tlt-number span {
    font-size: 5.2em;
  }
}

.sec7-top-main-item-tlt-main {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec7-top-main-item-tlt-main {
    display: block;
  }
}

.sec7-top-main-item-tlt {
  padding-top: 1em;
  padding-bottom: 2em;
  position: relative;
  margin-top: 3em;
}
.sec7-top-main-item-tlt:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/top/img46.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .sec7-top-main-item-tlt {
    font-size: 1rem;
    padding-bottom: 1em;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-main-item-tlt {
    padding: 1rem 1.5rem !important;
    text-align: center;
  }
}

.sec7-top-main-item-prp-txt {
  font-size: 2rem;
}
@media screen and (max-width: 1400px) {
  .sec7-top-main-item-prp-txt {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1200px) {
  .sec7-top-main-item-prp-txt {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-main-item-prp-txt {
    font-size: 1.6rem;
  }
}

.sec7-top-main-item-prp {
  max-width: 62em;
  margin-top: 2em;
}
@media screen and (max-width: 1700px) {
  .sec7-top-main-item-prp {
    max-width: 68em;
  }
}
@media screen and (max-width: 1500px) {
  .sec7-top-main-item-prp {
    max-width: 77em;
  }
}
@media screen and (max-width: 1400px) {
  .sec7-top-main-item-prp {
    max-width: 85em;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-main-item-prp {
    max-width: 100%;
    margin-top: 2rem;
  }
}

.sec7-top-main-item-prp-link {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3em;
       column-gap: 3em;
  row-gap: 2em;
  margin-top: 3em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec7-top-main-item-prp-link {
    margin-top: 2rem;
    gap: 1.5rem;
  }
}

.sec7-top-main-item-left-main {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sec7-top-main-item-prp-link-s1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sec7-top-main-item-prp-link-s1 a {
    width: 100%;
  }
}

.sec7-top-main-item-img {
  padding-bottom: 1.5rem;
}

.sec8-top-s1 {
  max-width: 105.4rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .sec8-top-s1 {
    display: block;
  }
  .sec8-top-s1 li + li {
    margin-top: 1.5rem;
  }
}
.sec8-top-s1 li {
  position: relative;
}
.sec8-top-s1 li .sec8-top-s1-link {
  position: absolute;
  inset: 0;
}
.sec8-top-s1 li:hover {
  opacity: 0.7 !important;
}

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

.sec8-top-s2 {
  background-image: url(../img/top/img54.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  color: #fff;
  padding-top: 15.5rem;
  margin-top: -7rem;
  padding-bottom: 31.5rem;
}
@media screen and (max-width: 1400px) {
  .sec8-top-s2 {
    padding-top: 11.5rem;
    padding-bottom: 23.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-s2 {
    background-image: url(../img/top/img55.jpg);
    padding-bottom: 5rem;
  }
}

.sec8-top-s2-main {
  max-width: 129rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 8.5%;
       column-gap: 8.5%;
  margin-top: 4rem;
}
@media screen and (max-width: 1300px) {
  .sec8-top-s2-main {
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-s2-main {
    display: block;
    margin-top: 3rem;
  }
  .sec8-top-s2-main .sec8-top-s2-item + .sec8-top-s2-item {
    margin-top: 3rem;
  }
}

.sec8-top-s2-item-tlt {
  font-size: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  line-height: 1;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .sec8-top-s2-item-tlt {
    font-size: 2.2rem;
    padding-bottom: 2rem;
  }
}
.sec8-top-s2-item-tlt img {
  width: 3rem;
}

.sec8-top-s2-faq-tlt {
  padding-left: 2.8rem;
  padding-right: 7rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  min-height: 8rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .sec8-top-s2-faq-tlt {
    padding-left: 1.5rem;
    padding-right: 4rem;
  }
}
.sec8-top-s2-faq-tlt .sec8-top-s2-faq-icon {
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 2.8rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 999px) {
  .sec8-top-s2-faq-tlt .sec8-top-s2-faq-icon {
    right: 1.5rem;
  }
}
.sec8-top-s2-faq-tlt .sec8-top-s2-faq-icon:before, .sec8-top-s2-faq-tlt .sec8-top-s2-faq-icon:after {
  content: "";
  width: 100%;
  height: max(1px, 0.1rem);
  background-color: #fff;
  display: block;
}
.sec8-top-s2-faq-tlt .sec8-top-s2-faq-icon:before {
  transform: rotate(90deg);
}
.sec8-top-s2-faq-tlt:hover {
  background-color: rgba(80, 107, 162, 0.7);
}
.sec8-top-s2-faq-tlt.is-active {
  background-color: rgba(80, 107, 162, 0.7);
}
.sec8-top-s2-faq-tlt.is-active .sec8-top-s2-faq-icon:before {
  opacity: 0;
}

.sec8-top-s2-faq li {
  border: max(1px, 0.1rem) solid #fff;
}

.sec8-top-s2-faq li + li {
  margin-top: 1rem;
}

.sec8-top-s2-faq-txt {
  font-size: 1.7rem;
  padding: 2rem 1.5rem;
  display: none;
}
@media screen and (max-width: 999px) {
  .sec8-top-s2-faq-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-s2-faq-txt {
    font-size: 1.5rem;
  }
}

.sec8-top-s2-faq-more {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .sec8-top-s2-faq-more {
    margin-top: 2.5rem;
  }
}
.sec8-top-s2-faq-more a {
  margin-left: auto;
  margin-right: auto;
}

.sec9-top {
  background-color: #fff;
  position: relative;
  padding-bottom: 8rem;
}
@media screen and (max-width: 999px) {
  .sec9-top {
    padding-bottom: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top {
    padding: 5rem 0;
  }
}

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

.sec9-top-left {
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  z-index: 2;
}

.sec9-top-left-tlt2 {
  color: #001743;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 999px) {
  .sec9-top-left-tlt2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}

.sec9-top-left-prp {
  max-width: 63rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .sec9-top-left-prp {
    max-width: 56rem;
  }
}

.sec9-top-lef-link {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.6rem;
       column-gap: 2.6rem;
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .sec9-top-lef-link a {
    width: 27rem;
  }
}
@media screen and (max-width: 999px) {
  .sec9-top-lef-link {
    padding-top: 3rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-lef-link {
    row-gap: 1.5rem;
    justify-content: center;
  }
}

.sec9-top-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45.83vw;
}
@media screen and (max-width: 1500px) {
  .sec9-top-right {
    width: 53.83vw;
  }
}
@media screen and (max-width: 999px) {
  .sec9-top-right {
    width: 68.83vw;
    overflow: hidden;
  }
  .sec9-top-right img {
    transform: translateX(16rem);
  }
}

.sec9-top-right-icon {
  position: absolute;
  bottom: 2rem;
  width: -moz-max-content;
  width: max-content;
  right: 2.7rem;
  display: grid;
  grid-template-columns: 40rem 25rem;
  -moz-column-gap: 18.75vw;
       column-gap: 18.75vw;
  align-items: flex-end;
}
@media screen and (max-width: 1700px) {
  .sec9-top-right-icon {
    -moz-column-gap: 9vw;
         column-gap: 9vw;
  }
}
@media screen and (max-width: 1500px) {
  .sec9-top-right-icon {
    grid-template-columns: 26.67vw 16.67vw;
  }
}
@media screen and (max-width: 1400px) {
  .sec9-top-right-icon {
    -moz-column-gap: 5vw;
         column-gap: 5vw;
  }
}
@media screen and (max-width: 999px) {
  .sec9-top-right-icon {
    -moz-column-gap: 18vw;
         column-gap: 18vw;
  }
}
.sec9-top-right-icon .sec9-top-right-icon-left {
  padding-bottom: 3rem;
}
@media screen and (max-width: 999px) {
  .sec9-top-right-icon .sec9-top-right-icon-left {
    padding-bottom: 0;
  }
}

.sec9-top-left-avarta {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: 2.5rem;
}

.sec9-top-left-avarta-icon {
  display: grid;
  grid-template-columns: 1fr 35%;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  align-items: flex-end;
  margin-top: -6rem;
}
.sec9-top-left-avarta-icon .sec9-top-left-avarta-icon-left {
  padding-bottom: 2rem;
}

.sec10-top {
  background-image: url(../img/top/img61.jpg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 7.7rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 999px) {
  .sec10-top {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top {
    padding: 5rem 0;
  }
}

.sec10-top-cont {
  max-width: 106rem;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 7rem;
}
@media screen and (max-width: 999px) {
  .sec10-top-cont {
    margin-top: 4rem;
  }
}

.sec10-top-left-logo {
  padding-bottom: 1rem;
}
.sec10-top-left-logo img {
  width: 36.4rem;
}

.sec10-top-left-tell {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.sec10-top-left-tell img {
  width: 24.5rem;
}

.sec10-top-left-web {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .sec10-top-left-web a {
    margin-left: auto;
    margin-right: auto;
  }
}

.sec10-top-left-ul {
  margin-top: 4.6rem;
  text-align: left;
}
@media screen and (max-width: 999px) {
  .sec10-top-left-ul {
    margin-top: 2.6rem;
  }
}
.sec10-top-left-ul li {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.sec10-top-left-ul li:before {
  content: "";
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  background-image: url(../img/top/img64.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec10-top-left-ul li + li {
  margin-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .table-calender {
    font-size: 1.5rem;
  }
}
.table-calender table {
  width: 100%;
  table-layout: fixed;
}
.table-calender table tr td:first-child {
  width: 14.7rem;
  text-align: left;
  padding-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .table-calender table tr td:first-child {
    width: 10rem;
    padding-left: 0.5rem;
  }
}
.table-calender table tr td {
  width: calc((100% - 14.7rem) / 7);
  text-align: center;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
}
@media screen and (max-width: 767px) {
  .table-calender table tr td {
    width: calc((100% - 10rem) / 7);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.table-calender table tr:first-child td {
  background-color: #2B3D62;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.table-calender table tr:nth-child(2) td {
  border-bottom: max(1px, 0.1rem) solid #fff;
}

.sec10-top-right {
  width: 57.7rem;
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec10-top-right {
    width: 100%;
  }
}

.table-calender-sub {
  padding-top: 1rem;
}

.table-calender-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .table-calender-link {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 45% 1fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .table-calender-link a {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec10-top-left {
    text-align: center;
    padding-bottom: 3rem;
  }
}

.sec11-top {
  display: flex;
}
.sec11-top iframe {
  width: 100%;
  height: 33rem;
}
@media screen and (max-width: 767px) {
  .sec11-top iframe {
    height: 25rem;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 25vw;
  padding: 1rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .scroll-infinity__item {
    width: 50vw;
  }
}

.scroll-infinity__item > img {
  width: 100%;
}

.sec13-top {
  background-image: url(../img/top/img71.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 8.5rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 1700px) {
  .sec13-top {
    grid-template-columns: 42% 1fr;
  }
}
@media screen and (max-width: 1500px) {
  .sec13-top {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1400px) {
  .sec13-top {
    grid-template-columns: 45% 1fr;
  }
}
@media screen and (max-width: 1300px) {
  .sec13-top {
    grid-template-columns: 43.5% 1fr;
  }
}
@media screen and (max-width: 999px) {
  .sec13-top {
    grid-template-columns: 48% 1fr;
    padding-top: 7rem;
    padding-bottom: 7rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top {
    display: block;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sec13-top .sec13-top-item + .sec13-top-item {
    padding-top: 4rem;
  }
}

.sec13-top-column-ul {
  max-width: 70rem;
  margin-left: auto;
}
.sec13-top-column-ul .sec13-top-column-img {
  padding-top: 0.5rem;
}
.sec13-top-column-ul .sec13-top-column-img img {
  width: 15rem;
  height: 11.3rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 767px) {
  .sec13-top-column-ul .sec13-top-column-img img {
    width: 100%;
    height: 20rem;
  }
}
.sec13-top-column-ul li {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  border-bottom: max(1px, 0.1rem) solid #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url(../img/top/img73.png);
  background-repeat: no-repeat;
  background-size: 1.4rem auto;
  background-position: right center;
  padding-right: 3rem;
  width: calc(100% - 5rem);
  position: relative;
}
@media screen and (max-width: 1500px) {
  .sec13-top-column-ul li {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 999px) {
  .sec13-top-column-ul li {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-column-ul li {
    display: block;
    background-image: none;
    padding-right: 0;
    width: calc(100% - 1rem);
  }
}
.sec13-top-column-ul li .sec13-top-column-link {
  position: absolute;
  inset: 0;
}
.sec13-top-column-ul li:hover {
  opacity: 0.7 !important;
}

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

.sec13-top-column-ul {
  overflow: auto;
  height: 44rem;
}

.sec13-top-column-ul::-webkit-scrollbar {
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .sec13-top-column-ul::-webkit-scrollbar {
    width: 0.5rem;
  }
}

.sec13-top-column-ul::-webkit-scrollbar-track {
  background: #8088A6;
  border-radius: 1rem;
}

.sec13-top-column-ul::-webkit-scrollbar-thumb {
  background: #506BA2;
  border-radius: 1rem;
}

.sec13-top-first-cont {
  max-width: 74rem;
  margin-left: auto;
}
.sec13-top-first-cont .set-tlt-lv1 {
  margin-bottom: 14rem;
}
@media screen and (max-width: 1400px) {
  .sec13-top-first-cont .set-tlt-lv1 {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 999px) {
  .sec13-top-first-cont .set-tlt-lv1 {
    margin-bottom: 4rem;
  }
}

.sec13-top-last-cont {
  max-width: 90rem;
  margin-right: auto;
}
.sec13-top-last-cont .set-tlt-lv1 {
  margin-bottom: 12rem;
}
@media screen and (max-width: 1400px) {
  .sec13-top-last-cont .set-tlt-lv1 {
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 999px) {
  .sec13-top-last-cont .set-tlt-lv1 {
    margin-bottom: 4rem;
  }
}

.sec13-top-item-instagram {
  max-width: 64.2rem;
  margin-left: auto;
  margin-right: auto;
}

.sec13-top-item-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-top: 5rem;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .sec13-top-item-link {
    padding-top: 11rem;
    display: grid;
    grid-template-columns: 42% 1fr;
  }
  .sec13-top-item-link a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-item-link {
    padding-top: 4rem;
    row-gap: 1.5rem;
  }
}

.sec13-top-column-more {
  margin-top: 8rem;
}
@media screen and (max-width: 999px) {
  .sec13-top-column-more {
    margin-top: 4rem;
  }
}
.sec13-top-column-more a {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .sec13-top-column-content {
    padding-top: 1.5rem;
  }
}

.footer {
  color: #fff;
  background-image: url(../img/common/img01.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top left;
}
@media screen and (min-width: 1000px) {
  .footer {
    background-color: #001743;
  }
}
@media screen and (max-width: 999px) {
  .footer {
    background-size: cover;
    background-image: url(../img/common/img02.jpg);
  }
}
@media screen and (max-width: 767px) {
  .footer {
    background-position: top center;
  }
}

.footer-left {
  max-width: 96rem;
  margin-left: auto;
  padding-top: 9rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 1500px) {
  .footer-left {
    max-width: 92rem;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1000px) {
  .footer-left {
    background: #001743;
    background: linear-gradient(90deg, rgba(0, 23, 67, 0) 0%, rgba(0, 23, 67, 0.43) 7%, rgba(0, 23, 67, 0.74) 15%, rgb(0, 23, 67) 28%, rgb(0, 23, 67) 100%);
  }
}
@media screen and (max-width: 1400px) {
  .footer-left {
    padding-top: 5rem;
    padding-bottom: 5rem;
    max-width: 84rem;
  }
}
@media screen and (max-width: 999px) {
  .footer-left {
    max-width: 100%;
    background-color: rgba(0, 23, 67, 0.75);
  }
}
@media screen and (max-width: 767px) {
  .footer-left {
    padding-bottom: 3rem;
  }
}

.footer-top-logo {
  text-align: center;
}
.footer-top-logo img {
  width: 36.4rem;
}
@media screen and (max-width: 767px) {
  .footer-top-logo {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.footer-top-tel {
  max-width: 83.5rem;
  display: grid;
  grid-template-columns: 1fr 34rem;
  align-items: center;
  padding-top: 2.8rem;
}
@media screen and (max-width: 1400px) {
  .footer-top-tel {
    margin-left: auto;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .footer-top-tel {
    max-width: 82.5rem;
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer-top-tel {
    display: block;
  }
}

.footer-top-tel-web-btn {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .footer-top-tel-web-btn {
    margin-top: 1.5rem;
  }
  .footer-top-tel-web-btn a {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-top-tel-web {
  display: grid;
  grid-template-columns: 25rem max-content;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  align-items: center;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .footer-top-tel-web {
    display: block;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-top-tel-left .txt-fs20 {
  text-align: center;
}

.footer-menu {
  padding-left: 10rem;
  padding-top: 5rem;
}
@media screen and (max-width: 1400px) {
  .footer-menu {
    padding-left: 16rem;
  }
}
@media screen and (max-width: 999px) {
  .footer-menu {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.footer-calender {
  max-width: 57.7rem;
}
@media screen and (max-width: 999px) {
  .footer-calender {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-menu-bottom-tlt {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
  border-bottom: max(1px, 0.1rem) solid #fff;
  padding-bottom: 1.8rem;
  margin-bottom: 3rem;
}
.footer-menu-bottom-tlt .eng {
  font-size: 3.7rem;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .footer-menu-bottom-tlt .eng {
    font-size: 2.7rem;
  }
}
.footer-menu-bottom-tlt .jpn {
  font-size: 2.2rem;
  display: inline-block;
  padding-left: 1.8rem;
  border-left: max(1px, 0.1rem) solid #fff;
}
@media screen and (max-width: 1400px) {
  .footer-menu-bottom-tlt {
    margin-bottom: 2rem;
  }
}

.footer-menu-link a {
  display: grid;
  grid-template-columns: max-content 1fr;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.footer-menu-link a:before {
  content: "・";
  display: block;
}
.footer-menu-link li + li {
  margin-top: 0.6rem;
}

@media screen and (min-width: 1401px) {
  .footer-menu-link-grid {
    display: grid;
    grid-template-columns: 22.3rem 22.3rem;
    -moz-column-gap: 2.7rem;
         column-gap: 2.7rem;
    row-gap: 0.6rem;
  }
  .footer-menu-link-grid li {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .footer-menu-link-grid {
    display: grid;
    grid-template-columns: 27.3rem 22.3rem;
    -moz-column-gap: 2.7rem;
         column-gap: 2.7rem;
    row-gap: 0.6rem;
  }
  .footer-menu-link-grid li {
    margin-top: 0 !important;
  }
}

.footer-menu-bottom {
  display: grid;
  grid-template-columns: max-content max-content;
  -moz-column-gap: 4.2rem;
       column-gap: 4.2rem;
  padding-top: 5rem;
}
@media screen and (max-width: 1400px) {
  .footer-menu-bottom {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .footer-menu-bottom {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu-bottom {
    display: block;
  }
  .footer-menu-bottom .footer-menu-bottom-item + .footer-menu-bottom-item {
    margin-top: 3rem;
  }
}

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

@media screen and (max-width: 767px) {
  .footer-menu-link-first {
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: space-between;
    row-gap: 0.6rem;
  }
  .footer-menu-link-first li {
    margin-top: 0 !important;
  }
}

.footer-medical {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #2B3D62;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 999px) {
  .footer-medical {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-medical {
    padding-bottom: 6rem;
  }
}
.footer-medical img {
  width: 16.8rem;
}

.scrolltop {
  width: 5.3rem;
  height: 5.3rem;
  background-color: #2B3D62;
  border-radius: 100rem;
  border: max(1px, 0.1rem) solid #fff;
  position: fixed;
  z-index: 10;
  bottom: 1rem;
  right: 3rem;
  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: 6rem;
  }
}

.h1-flow {
  font-size: 2rem;
  color: #fff;
  background-color: #214994;
  text-align: center;
  padding: 0.5rem 1.5rem;
}
@media screen and (max-width: 999px) {
  .h1-flow {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .h1-flow {
    font-size: 1.6rem;
  }
}

.sec3-top-content-space br {
  display: none;
}

.sec3-top-content-icon-check br {
  display: none;
}

@keyframes fade-top {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-top {
  opacity: 0;
  transform: translateY(80px);
  animation: fade-top 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.6s;
  will-change: opacity, transform;
}

.clinic-map iframe {
  width: 100%;
  height: 30rem;
}

.mgt2 {
  margin-top: 2rem;
}

.alow-boss {
  color: #001743;
  text-align: right;
  font-weight: 600;
  margin-top: 2.5rem;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .alow-boss {
    font-size: 2.3rem;
    margin-top: 1.5rem;
  }
}

.text-color {
  color: #214994;
}

.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .benefits {
    display: block;
  }
  .benefits .benefits-item + .benefits-item {
    margin-top: 2rem;
  }
}
.benefits .benefits-item-tlt {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  background-color: #214994;
  padding: 1.2rem;
  text-align: center;
}
.benefits .benefits-item {
  border: max(0.2rem, 1px) solid #214994;
}
.benefits .benefits-item .benefits-item-txt {
  padding: 1.5rem;
}

.table-scrool-price {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0.5rem;
  border-collapse: separate;
}
@media screen and (max-width: 767px) {
  .table-scrool-price {
    width: 80rem;
  }
}
.table-scrool-price tr td:first-child {
  width: 20rem;
  color: #fff;
  background-color: #214994;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .table-scrool-price tr td:first-child {
    width: 17rem;
  }
}
.table-scrool-price tr td {
  width: calc((100% - 20rem) / 2);
  padding: 1.5rem;
  border: max(0.2rem, 1px) solid #214994;
}
@media screen and (max-width: 767px) {
  .table-scrool-price tr td {
    padding: 1rem;
    width: calc((100% - 17rem) / 2);
  }
}
.table-scrool-price tr:first-child td {
  color: #fff;
  background-color: #214994;
  font-weight: 600;
}

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

.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: #2B3D62;
  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: #001743;
}
@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 #214994;
  }
}
@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 #214994;
  }
}

.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: #214994;
  opacity: 0.9;
}
.inter-view-content-single .inter-view-content-single-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

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

.tel-web-social {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 1000px) {
  .tel-web-social {
    display: none !important;
  }
}
.tel-web-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1.5rem;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .tel-web-social a {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tel-web-social a {
    padding: 1rem 1.5rem;
  }
}
.tel-web-social .tel-web-social-first {
  background-color: #001743;
}
@media screen and (min-width: 768px) {
  .tel-web-social .tel-web-social-first img {
    width: 30rem;
  }
}
.tel-web-social .tel-web-social-last {
  background: linear-gradient(90deg, rgb(194, 149, 18) 0%, rgb(212, 171, 55) 100%);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.tel-web-social .tel-web-social-last:before {
  content: "";
  display: block;
  background-image: url(../img/common/icon3.png);
  width: 1.5rem;
  height: 1.3rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .tel-web-social .tel-web-social-last:before {
    transform: scale(1.5);
  }
}

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

.menu-block-list-tlt {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background-color: #5DCA89;
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  display: block;
  border: 0 !important;
}

.menu-block-list-tlt-scap2 {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background-color: #D4AB37;
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  display: inline-block;
}

.menu-global-second {
  display: flex;
  flex-wrap: wrap;
  width: -moz-max-content;
  width: max-content;
  -moz-column-gap: 3em;
       column-gap: 3em;
  background-color: #214994;
  padding: 3em 6em;
}

.sec14-top {
  position: relative;
  max-width: 112rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 10rem);
  z-index: 2;
}
.sec14-top .sec14-top-link {
  position: absolute;
  bottom: -5rem;
  right: 0;
}
.sec14-top .sec14-top-link img {
  width: 40rem;
}/*# sourceMappingURL=style.css.map */