@charset "UTF-8";
.banner-page {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.banner-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  background: linear-gradient(180deg, rgb(115, 115, 115) 0%, rgba(33, 42, 69, 0) 100%);
}
@media screen and (max-width: 767px) {
  .banner-page:before {
    content: none;
  }
}
.banner-page img {
  width: 100%;
  height: 55rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 999px) {
  .banner-page img {
    height: 35rem;
  }
}
.banner-page .banner-page-title {
  padding: 0.6rem 3rem;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  background-color: #024097;
  letter-spacing: 0.4rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  max-width: 50rem;
  width: -moz-max-content;
  width: max-content;
}

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

.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 #024097;
  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: #024097;
  -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: #024097;
}
@media screen and (min-width: 768px) {
  .under-list-ul a:hover {
    color: #024097;
    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: 3.2rem;
  margin-bottom: 4rem;
  position: relative;
  background-image: url(../img/common/icon1.png);
  background-size: 5rem auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 5rem;
}
.setting-title h3::first-letter {
  color: #024097;
}
@media screen and (max-width: 767px) {
  .setting-title h3 {
    background-size: 4.2rem auto;
    font-size: 2.4rem;
    padding-top: 4rem;
    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.4rem;
  margin-bottom: 3rem;
  margin-top: 5rem;
  background-color: #024097;
  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/icon2.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 1rem;
  transform: translateY(0.7rem);
}
@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;
  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: #024097;
  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 {
  font-size: 1.7rem;
  line-height: 2;
}
.default-txt a {
  text-decoration: underline;
  color: #024097;
}
@media screen and (min-width: 768px) {
  .default-txt a:hover {
    text-decoration: none;
  }
}

.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.2rem;
  padding: 1.5rem 1rem;
  margin-bottom: 2.2rem;
  margin-top: 4rem;
  position: relative;
  line-height: 1.45;
  letter-spacing: 0.3rem;
  color: #024097;
  padding-top: 0;
}
.setting-title h5:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  content: "";
  background-image: linear-gradient(240deg, rgb(2, 64, 151) 0%, rgb(55, 145, 154) 100%);
}

.m_kakomi__checklist {
  font-size: 1.7rem;
  letter-spacing: 0.15rem;
  line-height: 2;
  display: grid;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1.4rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .m_kakomi__checklist {
    font-size: 1.6rem;
  }
}
.m_kakomi__checklist li {
  padding-left: 3.4rem;
  background-image: url(../img/common/icon_check.svg);
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: top 0.8rem left 0.1rem;
}
.m_kakomi__checklist li a {
  text-decoration: underline;
  color: #024097;
}
@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: #fff;
  border: 0.6rem solid #EB9F5B;
}

.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/image02.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: 1.7rem;
  padding: 0.3em 0.5em 0.3em;
  margin-bottom: 1.9rem;
  background-color: #024097;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.2rem;
  line-height: 1.45;
}

.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 #4f4d4c;
}

.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: #454545;
  left: 50%;
  transform: translateX(-50%);
  top: -4rem;
}

.tlt-style-line {
  font-size: 2.2rem;
  padding-bottom: 1.3rem;
  border-bottom: 2px solid #454545;
  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: #024097;
  color: #fff;
  letter-spacing: 0.2rem;
}
.m_flow_step span {
  font-size: 3rem;
  line-height: 1;
}

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

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

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

@keyframes arrowMove {
  0% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(120%, -50%);
  }
  64% {
    opacity: 0;
    transform: translate(-120%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 767px) {
  .banner-page img {
    height: 25rem;
    -o-object-position: left center;
       object-position: left center;
  }
  .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 #024097;
    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 {
    font-size: 1.6rem;
    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 #024097;
  }
  .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.4rem;
  line-height: 1.4;
  background-color: #fff;
  padding: 1.2rem 1.8rem;
  border: max(1px, 0.1rem) solid #024097 !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: #024097;
  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;
  }
}

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

.qa_box-gr .qa_box_item .q_box-tlt {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.7;
  color: #024097;
  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 .q_box-tlt {
    font-size: 1.8rem;
  }
}
.qa_box-gr .qa_box_item .q_box-tlt:before {
  content: "Q.";
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.7;
  color: #024097;
  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 #024097;
  padding-top: 2rem;
  margin-top: 2rem;
}

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

.archive-post {
  display: grid;
  grid-template-columns: 1fr 25rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .archive-post {
    display: block;
  }
}

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

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

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

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

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

.single-content-post {
  font-size: 1.6rem;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .single-content-post {
    font-size: 1.5rem;
  }
}

.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: #024097 !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: 25em;
}
.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: #1E305C;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.menu-colum-global a {
  display: block;
  line-height: 1.5;
  padding: 1em 2em;
  background-image: url(../img/common/vettor16.svg);
  background-size: 0.7em auto;
  background-repeat: no-repeat;
  background-position: left 0.7em center;
}
.menu-colum-global a span {
  font-size: 1.8em;
}
.menu-colum-global a:hover {
  opacity: 0.7;
}
.menu-colum-global li {
  border-bottom: max(1px, 0.1em) solid #fff;
}

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

.dropmenu3column .menu-global-3column {
  position: absolute;
  top: calc(100% - 2em);
  left: 0;
  right: 0;
}
.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;
  }
}

.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 #024097 !important;
  border-radius: 10rem;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #024097;
}
.link-arline-page:hover {
  background-color: #fff;
  color: #024097;
}
@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;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
}
.archive-post-column li {
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5);
}
.archive-post-column li img {
  width: 100%;
  height: 27rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 767px) {
  .archive-post-column {
    display: block;
  }
  .archive-post-column li + li {
    margin-top: 3rem;
  }
}

.content-box-sub-column {
  padding: 2rem 1rem;
}

.list-post-topics-txt-date {
  font-size: 1.7rem;
  color: #024097;
  line-height: 1;
}

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

.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.6rem;
    margin-top: 1.5rem;
  }
}
.list-post-topics-txt-dect a {
  display: inline-block;
  color: #024097;
  border-bottom: max(1px, 0.1rem) solid #024097;
  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: #024097;
  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: #024097;
}
.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 #024097;
  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);
  }
}

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

#toc_container {
  border: 0 !important;
  position: relative;
  color: #344d6d;
  width: 66rem !important;
  margin-bottom: 0 !important;
  padding: 2rem 1.5rem !important;
  background-color: #CEE4FF !important;
}
@media screen and (max-width: 767px) {
  #toc_container {
    width: 100% !important;
  }
}
#toc_container .toc_title {
  text-align: left !important;
  background-color: #fff;
  color: #024097;
  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;
}

.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-img img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.list-paradai-item-content {
  background-color: #024097;
  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: -20rem;
  left: 0;
}
@media screen and (max-width: 999px) {
  .scrool-link-parent .scrool-link-child {
    top: -18rem;
  }
}
@media screen and (max-width: 767px) {
  .scrool-link-parent .scrool-link-child {
    top: -15rem;
  }
}

@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: #024097;
  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/top/image07.png), url(../img/top/image08.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: #024097;
  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: #024097;
  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: #024097;
  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: #024097;
  border: max(1px, 0.1rem) solid #024097;
  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: #024097;
}

.informetab {
  display: none;
}

#tab1 {
  display: block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 10px;
  padding-left: 7em;
}
@media screen and (max-width: 1700px) {
  .header {
    padding-left: 1.5em;
  }
}

.header-logo {
  width: 19.7em;
}
@media screen and (max-width: 999px) {
  .header-logo {
    width: 15.7em;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 13.7em;
  }
}

.header-right-address {
  color: #fff;
  text-align: right;
  padding-top: 1em;
}

.header-right-address-txt {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 0.9em;
       column-gap: 0.9em;
  align-items: center;
}
.header-right-address-txt:before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.5em;
  background-image: url(../img/common/vector01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.header-right-address-txt span {
  font-size: 1.8em;
}

.header-right-address-sub span {
  font-size: 2em;
}

.header-right-button-tell {
  height: 8.3em;
  width: 31em;
  background-image: url(../img/common/bg01.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #fff;
  row-gap: 0.5em;
  position: relative;
}
.header-right-button-tell .jpn {
  font-size: max(1.4em, 14px);
  display: block;
}
.header-right-button-tell .eng {
  font-weight: 500;
  font-size: 4em;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.2em;
       column-gap: 0.2em;
}
.header-right-button-tell .eng:before {
  content: "";
  display: block;
  background-image: url(../img/common/vector02.svg);
  width: 0.7em;
  height: 0.7em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  transform: translateY(0.1em);
}

.header-right-button-web {
  color: #fff;
  line-height: 1;
  background-color: #1E305C;
  width: 19em;
  height: 8.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 0.2em;
}
.header-right-button-web:before {
  content: "";
  display: block;
  width: 3.2em;
  height: 2.4em;
  background-image: url(../img/common/vector03.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.header-right-button-web .jpn {
  font-size: 3.5em;
  font-weight: 500;
}

.header-right-gr-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}

.header-right {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3.2em;
       column-gap: 3.2em;
}

.header-link {
  font-size: 10px;
  position: absolute;
  top: calc(100% - 1.4em);
  left: 0;
  right: 0;
}
@media screen and (max-width: 1600px) {
  .header-link {
    top: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .header-link {
    top: calc(100% + 2em);
  }
}

.header-link-pasic {
  position: relative;
  line-height: 1;
}

.header-link-pasic-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
}
.header-link-pasic-ul > li > a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header-link-pasic-ul > li > a .jpn {
  font-size: 2em;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.header-link-pasic-ul > li > a .eng {
  font-size: 2em;
  color: #EB9F5B;
  padding-top: 1.15em;
}
.header-link-pasic-ul > li > a span {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.header-link-pasic-ul > li > a.dropdow:after {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 0.6em;
  background-image: url(../img/common/vector04.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 1.4em;
}
.header-link-pasic-ul > li > a:hover .jpn, .header-link-pasic-ul > li > a.is-active .jpn {
  color: #EB9F5B;
}
.header-link-pasic-ul > li + li > a .jpn {
  border-left: 1px solid #fff;
}

.header-left {
  padding-top: 2em;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1700px) {
  .header-link, .header {
    font-size: 0.59vw;
  }
}
@media screen and (max-width: 1300px) {
  .header-link, .header {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 999px) {
  .header-link, .header {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1000px) {
  .header.is-active {
    background-color: #fff;
    padding-bottom: 2em;
  }
  .header.is-active .header-link-pasic-ul > li > a .jpn {
    color: #454545;
    border-color: #454545;
  }
  .header.is-active .header-link-pasic-ul > li > a.dropdow:after {
    background-image: url(../img/common/vector05.png);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .header.is-active .header-right {
    display: none;
  }
  .header.is-active .header-right-icon {
    display: flex;
  }
  .header.is-active .header-link {
    top: 1.5em;
  }
  .header.is-active .header-link .header-link-pasic {
    padding-left: 10em;
  }
  .header.is-active .dropmenu3column .menu-global-3column {
    top: 100%;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1301px) {
  .header.is-active .header-right-address {
    display: none;
  }
  .header.is-active .header-link {
    top: 1.6em;
  }
  .header.is-active .header-link-pasic-ul {
    padding-right: 3em;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1301px) and (max-width: 1700px) {
  .header.is-active .header-link-pasic-ul {
    padding-right: 11em;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1301px) {
  .header.is-active .dropmenu3column .menu-global-3column {
    top: 93%;
  }
}
.header-right-icon {
  display: none;
  position: relative;
  z-index: 2;
}

.header-right-icon a {
  display: block;
  width: 8.3em;
  height: 8.3em;
  background-repeat: no-repeat;
  background-position: center center;
}

.header-right-icon-tel {
  background-color: #EB9F5B;
  background-image: url(../img/common/vector02.svg);
  background-size: 5em auto;
}

.header-right-icon-web {
  background-color: #1E305C;
  background-image: url(../img/common/vector03.svg);
  background-size: 5em auto;
}

.btn-hamberger {
  display: none;
}
@media screen and (max-width: 999px) {
  .btn-hamberger {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .btn-hamberger {
    transform: scale(0.65);
  }
}

.menu-ipad {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 51;
  display: none;
}

.menu-fixed-mobile-fadein {
  background-color: #EBEFF2;
  padding: 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .menu-fixed-mobile-fadein {
    padding: 3rem 1.5rem;
    margin-bottom: 3rem;
  }
}

.menu-fixed-mobile-extrend {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-right: 3rem;
  padding-left: 3rem;
  margin-top: 13rem;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .menu-fixed-mobile-extrend {
    margin-top: 11rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.menu-fixed-mobile-tlt {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  padding: 1.5rem;
  background-color: #024097;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.3rem;
}
.menu-fixed-mobile-tlt.lt2 {
  margin-top: 4rem;
}
.menu-fixed-mobile-tlt.purler {
  background-color: #EB9F5B;
}
@media screen and (max-width: 767px) {
  .menu-fixed-mobile-tlt {
    font-size: 2.2rem;
    padding: 1.3rem;
  }
}

.menu-fixed-mobile-list {
  font-size: 2rem;
  font-weight: 500;
  padding-top: 3rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .menu-fixed-mobile-list {
    font-size: 1.8rem;
    padding-top: 2rem;
  }
}
.menu-fixed-mobile-list a {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  color: #024097;
  border-bottom: max(1px, 0.2rem) dashed #024097;
  padding: 1rem 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.menu-fixed-mobile-list a:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #024097;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  transition: all 0.3s ease-in-out;
}
.menu-fixed-mobile-list a.is-active, .menu-fixed-mobile-list a:hover {
  color: #fff !important;
  background-color: #024097;
  background-clip: content-box;
}
.menu-fixed-mobile-list a.is-active:before, .menu-fixed-mobile-list a:hover:before {
  background-color: #fff !important;
  margin-left: 1rem;
}
.menu-fixed-mobile-list.purler a {
  color: #EB9F5B;
  border-color: #EB9F5B;
}
.menu-fixed-mobile-list.purler a:before {
  background-color: #EB9F5B;
}
.menu-fixed-mobile-list.purler a.is-active, .menu-fixed-mobile-list.purler a:hover {
  background-color: #EB9F5B;
}

.menu-ipad-address {
  font-size: 1.8rem;
  color: #024097;
}
@media screen and (max-width: 767px) {
  .menu-ipad-address {
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.menu-ipad-address-gr {
  padding-bottom: 3rem;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .menu-ipad-address-gr {
    display: block;
    padding-bottom: 1.5rem;
  }
}
.menu-ipad-address-gr .header-gr-tell {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 999px) {
  .header-right {
    display: none;
  }
  .header-link {
    display: none;
  }
  .header-left {
    padding-top: 0;
  }
  .header {
    padding: 2rem 1.5rem;
    background-color: #fff;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 1.5rem;
  }
}
.menu-ipad-address {
  text-align: center;
  padding-bottom: 0;
}

.sec1-top {
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec1-top {
    margin-top: 11.3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top {
    margin-top: 9.5rem;
  }
}
.sec1-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30, 56, 92, 0.5);
}

.sec1-top-content {
  position: absolute;
  z-index: 2;
  left: 9rem;
  right: 0;
  bottom: 11.82vw;
}
@media screen and (max-width: 1500px) {
  .sec1-top-content {
    left: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec1-top-content {
    bottom: 8.82vw;
  }
}

.sec1-top-content-txt {
  font-size: 4.6rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .sec1-top-content-txt {
    font-size: 3.07vw;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-content-txt {
    font-size: 2rem;
  }
}
.sec1-top-content-txt span {
  border-bottom: max(1px, 0.1rem) solid #fff;
  display: inline-block;
  line-height: 1;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1500px) {
  .sec1-top-content-txt span {
    padding-bottom: 1.33vw;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-content-txt span {
    padding-bottom: 1rem;
  }
}
.sec1-top-content-txt .sec1-top-content-txt2 {
  padding-top: 3rem;
}
@media screen and (max-width: 1500px) {
  .sec1-top-content-txt .sec1-top-content-txt2 {
    padding-top: 2vw;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-content-txt .sec1-top-content-txt2 {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-content-txt .sec1-top-content-txt2 {
    padding-top: 2rem;
  }
}

.sec1-top-video {
  display: flex;
}

.sec2-top-cont {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .sec2-top-cont {
    display: block;
  }
}

.seth3 h1, .seth3 h2, .seth3 h3, .seth3 h4, .seth3 h5, .seth3 h6 {
  font-size: 6rem;
  line-height: 1;
  color: #fff;
  background-image: url(../img/common/vector06.png);
  background-size: 3.2rem auto;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  padding-top: 3.5rem;
  letter-spacing: 0.3rem;
  position: relative;
  text-align: center;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 1500px) {
  .seth3 h1, .seth3 h2, .seth3 h3, .seth3 h4, .seth3 h5, .seth3 h6 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 999px) {
  .seth3 h1, .seth3 h2, .seth3 h3, .seth3 h4, .seth3 h5, .seth3 h6 {
    font-size: 4rem;
    background-size: 2.8rem auto;
  }
}
@media screen and (max-width: 767px) {
  .seth3 h1, .seth3 h2, .seth3 h3, .seth3 h4, .seth3 h5, .seth3 h6 {
    font-size: 3.4rem;
  }
}
.seth3 h1:before, .seth3 h2:before, .seth3 h3:before, .seth3 h4:before, .seth3 h5:before, .seth3 h6:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30rem;
  height: max(1px, 0.1rem);
  background-color: #fff;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .seth3 h1:before, .seth3 h2:before, .seth3 h3:before, .seth3 h4:before, .seth3 h5:before, .seth3 h6:before {
    width: 20rem;
  }
}
.seth3 h1::first-letter, .seth3 h2::first-letter, .seth3 h3::first-letter, .seth3 h4::first-letter, .seth3 h5::first-letter, .seth3 h6::first-letter {
  color: #EB9F5B;
}
.seth3 .seth3-jpn {
  font-size: 3.5rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.seth3 .seth3-jpn.seth3-jpn--towline {
  line-height: 1.2;
  margin-top: 0.6rem;
}
.seth3 .seth3-jpn .orangecl {
  color: #EB9F5B;
}
@media screen and (max-width: 1500px) {
  .seth3 .seth3-jpn {
    font-size: 2.33vw;
  }
}
@media screen and (max-width: 999px) {
  .seth3 .seth3-jpn {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .seth3 .seth3-jpn {
    font-size: 2.2rem;
  }
}
.seth3.seth3-fblue h1::first-letter, .seth3.seth3-fblue h2::first-letter, .seth3.seth3-fblue h3::first-letter, .seth3.seth3-fblue h4::first-letter, .seth3.seth3-fblue h5::first-letter, .seth3.seth3-fblue h6::first-letter {
  color: #1E385C;
}
.seth3.seth3-style2 h1, .seth3.seth3-style2 h2, .seth3.seth3-style2 h3, .seth3.seth3-style2 h4, .seth3.seth3-style2 h5, .seth3.seth3-style2 h6 {
  color: #1E305C;
}
.seth3.seth3-style2 h1:before, .seth3.seth3-style2 h2:before, .seth3.seth3-style2 h3:before, .seth3.seth3-style2 h4:before, .seth3.seth3-style2 h5:before, .seth3.seth3-style2 h6:before {
  background-color: #454545;
}
.seth3.seth3-style2 .seth3-jpn {
  color: #454545;
}

.sec2-top {
  background-image: url(../img/common/bg02.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sec2-top {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.sec3-top {
  background-image: url(../img/top/image01.jpg);
  background-size: cover;
  background-position: top right;
  padding-top: 8rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 999px) {
  .sec3-top {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}

.sec3-top-cont {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .sec3-top-cont {
    display: block;
  }
}
.sec3-top-cont .btn-arrow {
  margin-left: auto;
  margin-right: auto;
}
.sec3-top-cont .sec3-top-item:last-child {
  padding-left: 6.5rem;
  border-left: max(1px, 0.1rem) solid #454545;
  padding-top: 0.8rem;
}
@media screen and (max-width: 1300px) {
  .sec3-top-cont .sec3-top-item:last-child {
    padding-left: 4.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-cont .sec3-top-item:last-child {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-cont .sec3-top-item:last-child {
    padding-left: 0;
    border-left: 0;
    padding-top: 4rem;
  }
}
.sec3-top-cont .sec3-top-item:first-child {
  padding-right: 5rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-cont .sec3-top-item:first-child {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-cont .sec3-top-item:first-child {
    padding-right: 0;
  }
}

.sec3-top-list-post {
  font-size: 1.8rem;
  max-width: 61rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-list-post {
    font-size: 1.6rem;
    max-width: 100%;
  }
}
.sec3-top-list-post li {
  display: grid;
  grid-template-columns: 11.6rem 1fr;
  border-bottom: max(1px, 0.1rem) solid #454545;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-list-post li {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-list-post li {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
  }
}

.sec3-top-item-table {
  max-width: 55.3rem;
}
.sec3-top-item-table .sec3-top-item-tablem {
  width: 100%;
  font-size: 1.8rem;
  background-color: #fff;
  border: max(1px, 0.1rem) solid #85909E;
}
@media screen and (max-width: 767px) {
  .sec3-top-item-table .sec3-top-item-tablem {
    font-size: 1.5rem;
  }
}
.sec3-top-item-table tr td {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-item-table tr td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-item-table tr td {
    padding: 1rem 0.7rem;
  }
}
.sec3-top-item-table tr td:first-child {
  padding-left: 2rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec3-top-item-table tr td:first-child {
    padding-left: 1rem;
  }
}
.sec3-top-item-table tr:first-child td {
  background-color: #1E305C;
  color: #fff;
}
.sec3-top-item-table .crildot {
  color: #EB9F5B;
}

.sec3-top-item-table-txt {
  margin-top: 2rem;
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-item-table-txt {
    margin-bottom: 2.3rem;
  }
}

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

.sec3-top-item-icon {
  display: flex;
  flex-wrap: wrap;
  max-width: 55.8rem;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-item-icon {
    max-width: 100%;
    justify-content: flex-start;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 2rem;
    font-size: 1.3rem;
    justify-content: space-between;
  }
}
.sec3-top-item-icon li {
  display: grid;
  grid-template-columns: 6.4rem 1fr;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-item-icon li {
    grid-template-columns: 5.4rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-item-icon li {
    grid-template-columns: 4rem 1fr;
  }
}

.btn-arrow {
  font-size: 1.8rem;
  display: flex;
  color: #fff;
  height: 5rem;
  background-color: #EB9F5B;
  background-image: url(../img/common/vector07.svg);
  background-size: 3.1rem auto;
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  transition: all 0.3s ease-in-out;
}
.btn-arrow:hover {
  background-color: #1E305C;
}
.btn-arrow.w230 {
  width: 23rem;
}
.btn-arrow.w285 {
  width: 28.5rem;
}
.btn-arrow.center {
  justify-content: center;
  align-items: center;
}
.btn-arrow.btn-arrow-left {
  padding-left: 2rem;
  align-items: center;
}
.btn-arrow.white {
  background-color: #fff;
  color: #454545;
  background-image: url(../img/common/vector08.svg);
}
.btn-arrow.blue {
  background-color: #1E305C;
}
.btn-arrow.blue:hover {
  background-color: #EB9F5B;
}
.btn-arrow.w362 {
  width: 32.6rem;
}

.sec3-top-item-scrool {
  height: 34.5rem;
  overflow-y: auto;
  margin-bottom: 3rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-item-scrool {
    height: 29.5rem;
  }
}

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

@media screen and (max-width: 767px) {
  .sec2-top-now {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-bottom: 3rem;
  }
}

.sec4-top {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url(../img/top/image05.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
}
.sec4-top .seth3 {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec4-top {
    padding-bottom: 5rem;
    background-image: url(../img/top/image20.png), url(../img/top/image21.jpg);
    background-size: 159% auto, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right, top center;
  }
}

.sec4-top-eng {
  position: absolute;
  bottom: 9rem;
  left: 8.3rem;
}
@media screen and (max-width: 1500px) {
  .sec4-top-eng {
    left: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec4-top-eng {
    bottom: auto;
    top: 4rem;
  }
}

.eng-bigzise {
  font-size: 13rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  letter-spacing: 1rem;
}
@media screen and (max-width: 767px) {
  .eng-bigzise {
    font-size: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .eng-bigzise {
    writing-mode: vertical-rl;
  }
}

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

.sec4-top-box {
  background-color: rgba(30, 48, 92, 0.75);
  padding: 4rem;
  box-shadow: 0 0.8rem 0.8rem rgba(30, 48, 92, 0.4);
  margin-top: 3.4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .sec4-top-box {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-box {
    padding: 2rem 1.5rem;
  }
}

.sec4-top-link {
  position: relative;
  height: 18rem;
}
@media screen and (max-width: 999px) {
  .sec4-top-link {
    height: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-link {
    height: 12rem;
  }
}
.sec4-top-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: #EB9F5B;
  background: linear-gradient(0deg, rgb(235, 159, 91) 25%, rgba(235, 159, 91, 0) 100%);
}
.sec4-top-link:after {
  content: "";
  z-index: 2;
  position: absolute;
  width: 4.1rem;
  height: 0.6rem;
  background-image: url(../img/top/icon1.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  bottom: 3rem;
  right: 2rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec4-top-link:after {
    bottom: 1rem;
    right: 1rem;
  }
}
.sec4-top-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.sec4-top-link .sec4-top-link-txt {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 2.2rem;
  z-index: 3;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-link .sec4-top-link-txt {
    font-size: 1.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .sec4-top-link .sec4-top-link-txt br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sec4-top-link .sec4-top-link-txt.twoline {
    padding-bottom: 1rem;
  }
}
.sec4-top-link .sec4-top-linka {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sec4-top-link:hover:after {
  right: 1rem;
}

.sec4-top-box-ulnew {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .sec4-top-box-ulnew {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-box-ulnew {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.sec4-top-box-ulnew li {
  position: relative;
  width: calc((100% - 12rem) / 4);
}
@media screen and (max-width: 1300px) {
  .sec4-top-box-ulnew li {
    width: calc((100% - 6rem) / 4);
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-box-ulnew li {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-box-ulnew li {
    width: calc((100% - 1rem) / 2);
  }
}
.sec4-top-box-ulnew li:before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  height: max(1px, 0.1rem);
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .sec4-top-box-ulnew li:not(.sec4-top-box-ulnew li:nth-child(4n)):before {
    right: -4rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .sec4-top-box-ulnew li:not(.sec4-top-box-ulnew li:nth-child(4n)):before {
    right: -2rem;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .sec4-top-box-ulnew li:not(.sec4-top-box-ulnew li:nth-child(3n)):before {
    right: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-box-ulnew li:nth-child(odd):before {
    right: -1rem;
  }
}
.sec4-top-box-ulnew li:last-child:before, .sec4-top-box-ulnew li:nth-last-of-type(2):before {
  content: none;
}

.sec5-top {
  padding-top: 5.7rem;
  position: relative;
  overflow: hidden;
}

.sec5-top-cont {
  max-width: 168rem;
  background-image: url(../img/top/image22.jpg);
  background-size: cover;
  background-position: left center;
  position: relative;
  padding-top: 12rem;
  padding-bottom: 7rem;
  margin-top: 3rem;
}
@media screen and (max-width: 999px) {
  .sec5-top-cont {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-cont {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.sec5-top-cont:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(133, 144, 158, 0.93);
}

.sec5-top-ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  row-gap: 2.7rem;
  position: relative;
  z-index: 2;
  max-width: 138rem;
  margin-left: auto;
  margin-right: 9.5rem;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .sec5-top-ul {
    margin-right: auto;
    width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 1300px) {
  .sec5-top-ul {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.sec5-top-ul li {
  width: calc((100% - 9.6rem) / 4);
  height: 23rem;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .sec5-top-ul li {
    width: calc((100% - 6rem) / 4);
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-ul li {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-ul li {
    width: calc((100% - 2rem) / 2);
    height: 18rem;
  }
}
.sec5-top-ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30, 48, 92, 0.8);
  transition: all 0.3s ease-in-out;
}
.sec5-top-ul li .sec5-top-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.sec5-top-ul li .sec5-top-item-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 2.2rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.sec5-top-ul li .sec5-top-item-content img {
  width: 11.7rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-ul li .sec5-top-item-content img {
    width: 6rem;
  }
}
.sec5-top-ul li .sec5-top-item-content .sec5-top-item-content-tltss {
  margin-top: 1.1rem;
}
.sec5-top-ul li .sec5-top-item-content .sec5-top-item-content-tltss2 {
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-ul li .sec5-top-item-content .sec5-top-item-content-tltss2 {
    margin-top: 1.1rem;
  }
}
.sec5-top-ul li .sec5-top-item-content .sec5-top-item-content-eng {
  font-size: max(1.4rem, 12px);
  line-height: 1.2;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-ul li .sec5-top-item-content .sec5-top-item-content-eng {
    font-size: 1.3rem;
  }
}
.sec5-top-ul li .sec5-top-item-content-tlt {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .sec5-top-ul li .sec5-top-item-content-tlt {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.sec5-top-ul li .sec5-top-item-content2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding-top: 7.5rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.sec5-top-ul li .sec5-top-item-content2 .txt-fs18 {
  line-height: 1.2;
  margin-top: 1rem;
}
.sec5-top-ul li .sec5-top-item-content2.touwline {
  padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-ul li .sec5-top-item-content2 {
    display: none;
  }
}
.sec5-top-ul li .sec5-top-item-link {
  position: relative;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sec5-top-ul li .sec5-top-item-link:before {
  content: "";
  position: absolute;
  width: 13.5rem;
  height: 13.5rem;
  background-image: url(../img/top/image24.png);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  right: -1.2rem;
  bottom: -1.2rem;
}
@media screen and (max-width: 1400px) {
  .sec5-top-ul li .sec5-top-item-link:before {
    right: 0;
    bottom: 0;
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-ul li .sec5-top-item-link:before {
    width: 10rem;
    height: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-ul li .sec5-top-item-link:before {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .sec5-top-ul li:hover .sec5-top-item-content {
    opacity: 0;
  }
  .sec5-top-ul li:hover .sec5-top-item-content2 {
    opacity: 1;
  }
}
.sec5-top-ul li:hover:before {
  opacity: 0.8;
  border: max(1px, 0.1rem) solid #fff;
}
.sec5-top-eng {
  position: absolute;
  right: 5rem;
  top: 37rem;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .sec5-top-eng {
    right: 0;
    top: 20rem;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-eng {
    top: 2rem;
  }
}
.sec5-top-eng .eng-bigzise {
  color: #C9CFD8;
}
.sec5-top-eng .eng-bigzise::first-letter {
  color: #FAE8D8;
}

.sec6-top-eng {
  position: absolute;
  left: 7rem;
  top: 24rem;
}
@media screen and (max-width: 1600px) {
  .sec6-top-eng {
    top: 5rem;
    left: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top-eng {
    top: auto;
    bottom: 4rem;
  }
}
.sec6-top-eng .eng-bigzise {
  color: #C9CFD8;
}
.sec6-top-eng .eng-bigzise::first-letter {
  color: #FAE8D8;
}

.sec6-top {
  padding-top: 4rem;
  position: relative;
  padding-bottom: 8.4rem;
}
@media screen and (max-width: 767px) {
  .sec6-top {
    padding-bottom: 5rem;
  }
}
.sec6-top:before {
  content: "";
  z-index: -1;
  width: 87.6%;
  height: 130.1rem;
  background-image: url(../img/top/image57.jpg);
  background-size: cover;
  background-position: bottom right;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .sec6-top:before {
    height: auto;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top:before {
    width: 100%;
  }
}

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

.sec6-top-ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.8rem;
       column-gap: 2.8rem;
  margin-top: 5rem;
  align-items: flex-start;
}
@media screen and (max-width: 999px) {
  .sec6-top-ul {
    row-gap: 4.8rem;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-ul {
    display: block;
  }
}
.sec6-top-ul li {
  width: calc((100% - 5.6rem) / 3);
  position: relative;
  box-shadow: 0 0.8rem 0.8rem rgba(30, 48, 92, 0.4);
}
@media screen and (max-width: 999px) {
  .sec6-top-ul li {
    width: calc((100% - 2.8rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-ul li {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .sec6-top-ul li:nth-child(2) {
    margin-top: 2.3rem;
  }
  .sec6-top-ul li.is-active:before {
    opacity: 0.8;
  }
  .sec6-top-ul li.is-active .sec6-top-tlt-alow {
    opacity: 0;
  }
  .sec6-top-ul li.is-active .sec6-top-content {
    opacity: 1;
  }
}
.sec6-top-ul li .sec6-top-number {
  position: absolute;
  width: 28.5rem;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1400px) {
  .sec6-top-ul li .sec6-top-number {
    width: 20.36vw;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top-ul li .sec6-top-number {
    width: 24rem;
  }
}
.sec6-top-ul li .sec6-top-img img {
  width: 100%;
  height: 71rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 1500px) {
  .sec6-top-ul li .sec6-top-img img {
    height: 47.33vw;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top-ul li .sec6-top-img img {
    height: 65rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-ul li .sec6-top-img img {
    height: 51rem;
  }
}
.sec6-top-ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30, 48, 92, 0.8);
  transition: all 0.3s ease-in-out;
}
.sec6-top-ul li .sec6-top-tlt {
  font-size: 2.5rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec6-top-ul li .sec6-top-tlt {
    font-size: 2.2rem;
  }
}
.sec6-top-ul li .sec6-top-tlt.sec6-top-tlt-alow {
  position: absolute;
  top: 16rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.6rem;
}
@media screen and (max-width: 1500px) {
  .sec6-top-ul li .sec6-top-tlt.sec6-top-tlt-alow {
    top: 10.67vw;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top-ul li .sec6-top-tlt.sec6-top-tlt-alow {
    display: none;
  }
}
.sec6-top-ul li .btn-arrow {
  position: absolute;
  z-index: 3;
  bottom: 5.5rem;
  left: 50%;
  transform: translateX(-50%);
  border: max(1px, 0.1rem) solid #fff !important;
}
.sec6-top-ul li .btn-arrow:hover {
  background-color: transparent;
  color: #fff;
  background-image: url(../img/common/vector07.svg);
}
@media screen and (max-width: 1500px) {
  .sec6-top-ul li .btn-arrow {
    bottom: 3.67vw;
  }
}
@media screen and (max-width: 1300px) {
  .sec6-top-ul li .btn-arrow {
    bottom: 1.67vw;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top-ul li .btn-arrow {
    bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-ul li .btn-arrow {
    bottom: 2rem;
  }
}
.sec6-top-ul li .sec6-top-content {
  position: absolute;
  top: 17rem;
  right: 1.5rem;
  left: 1.5rem;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 1500px) {
  .sec6-top-ul li .sec6-top-content {
    top: 10.67vw;
  }
}
@media screen and (max-width: 1400px) {
  .sec6-top-ul li .sec6-top-content {
    top: 6.67vw;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top-ul li .sec6-top-content {
    top: 13rem;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-ul li .sec6-top-content {
    top: 7rem;
  }
}
.sec6-top-ul li .sec6-top-content .sec6-top-tlt {
  text-align: center;
}
.sec6-top-ul li .sec6-top-content .txt-fs18 {
  line-height: 1.7;
  max-width: 36.3rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1400px) {
  .sec6-top-ul li .sec6-top-content .txt-fs18 {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-ul li + li {
    margin-top: 5rem;
  }
}

.sec7-top {
  background-image: url(../img/top/image58.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 5rem;
}

.sec8-top {
  background-color: #F6F3EF;
  padding-bottom: 4rem;
  padding-top: 26.7rem;
  background-image: url(../img/top/image59.png), url(../img/top/image58.jpg);
  background-size: 100% auto, 100% auto;
  background-position: top 2rem center, top center;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 1400px) {
  .sec8-top {
    padding-top: 19.07vw;
  }
}
@media screen and (max-width: 1300px) {
  .sec8-top {
    padding-top: 16.07vw;
  }
}
@media screen and (max-width: 999px) {
  .sec8-top {
    padding-top: 19rem;
    background-position: top 2rem center, top -8rem center;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top {
    background-size: 73rem auto, 49rem auto;
    background-position: top 2rem center, top -3rem center;
    padding-top: 13rem;
  }
}

.sec8-top-ul {
  max-width: 144.4rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 8rem);
  -moz-column-gap: 6.5rem;
       column-gap: 6.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
}
@media screen and (max-width: 1300px) {
  .sec8-top-ul {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-ul {
    display: block;
    width: calc(100% - 3rem);
  }
}
.sec8-top-ul li {
  position: relative;
}
.sec8-top-ul li .sec8-top-number {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-70%);
}
.sec8-top-ul li .sec8-top-content {
  background-color: #fff;
  padding-left: 3.8rem;
  padding-right: 3.8rem;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
  min-height: 35.4rem;
  margin-left: 3rem;
  margin-right: -3rem;
  margin-top: -14.7rem;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .sec8-top-ul li .sec8-top-content {
    margin-left: 1.5rem;
    margin-right: -1.5rem;
    margin-top: -10vw;
  }
}
@media screen and (max-width: 999px) {
  .sec8-top-ul li .sec8-top-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-ul li .sec8-top-content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 0;
    min-height: auto;
    padding-bottom: 2.5rem;
  }
}
.sec8-top-ul li .sec8-top-content .sec8-top-content-tlt {
  padding-bottom: 2rem;
}
.sec8-top-ul li:last-child {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sec8-top-ul li:last-child {
    margin-top: 8rem;
  }
}

.sec8-top-number {
  line-height: 1;
  color: rgba(217, 217, 217, 0.5);
  font-size: 20rem;
}
@media screen and (max-width: 1300px) {
  .sec8-top-number {
    font-size: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-number {
    font-size: 10rem;
    color: rgba(217, 217, 217, 0.7);
  }
}

.sec8-top-content-future {
  font-size: 2rem;
  font-weight: 700;
  color: #EB9F5B;
}
@media screen and (max-width: 767px) {
  .sec8-top-content-future {
    font-size: 1.8rem;
  }
}

.sec8-top-content-tlt {
  font-size: 2.5rem;
  color: #1E305C;
  line-height: 1.4;
  font-weight: 500;
}
.sec8-top-content-tlt .nodroptext {
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .sec8-top-content-tlt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-content-tlt {
    font-size: 1.9rem;
  }
}

.sec9-top {
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: url(../img/top/image62.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 1.6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .sec9-top {
    padding-bottom: 5rem;
  }
}
.sec9-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30, 48, 92, 0.7);
}
.sec9-top:after {
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 2.8rem;
  width: 16.04vw;
  height: 16.04vw;
  background-image: url(../img/top/image64.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .sec9-top:after {
    width: 17rem;
    height: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top:after {
    width: 10rem;
    height: 10rem;
    bottom: 11rem;
    right: 0.8rem;
  }
}

.sec9-top-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.sec9-top-content .sec8-top-content-tlt {
  color: #fff;
  margin-bottom: 0.5rem;
}
.sec9-top-content .txt-fs18 {
  color: #fff;
  max-width: 61rem;
  margin-left: auto;
  margin-right: auto;
}
.sec9-top-content .sec8-top-content-future {
  margin-top: 3.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec9-top-content .sec8-top-content-future {
    margin-top: 1.5rem;
  }
}

.sec9-top-link {
  width: 32.7rem;
  height: 8.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-image: url(../img/top/image63.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.3);
  font-size: 1.8rem;
  position: relative;
  line-height: 1;
  padding-right: 3rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .sec9-top-link {
    width: 100%;
  }
}
.sec9-top-link:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: max(1px, 0.1rem) solid #fff;
  background-image: url(../img/common/vector07.svg);
  background-size: 3.1rem auto;
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  transition: all 0.3s ease-in-out;
}
.sec9-top-link:hover:before {
  background-position: right 0.8rem center;
}

.sec10-top {
  background-image: url(../img/top/image65.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 21rem;
  padding-top: 14.3rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .sec10-top {
    padding-bottom: 14vw;
    padding-top: 9.33vw;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top {
    padding-top: 9rem;
    padding-bottom: 5rem;
    background-position: top center;
    background-image: url(../img/top/image68.jpg);
  }
}

.sec10-top-eng {
  position: absolute;
  top: 18rem;
  right: 5rem;
}
@media screen and (max-width: 1600px) {
  .sec10-top-eng {
    top: 3rem;
    right: 0;
  }
}

.sec11-top {
  position: relative;
}
.sec11-top:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -21.2rem;
  z-index: -1;
  height: 51.7rem;
  background-image: url(../img/top/image69.jpg);
  background-size: cover;
  background-position: bottom center;
}

.sec12-top {
  padding-top: 2.3rem;
}
@media screen and (max-width: 767px) {
  .sec12-top {
    padding-top: 5rem;
    background-image: url(../img/top/image69.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-bottom: 5rem;
  }
}

.sec12-top-main {
  background-image: url(../img/top/image70.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: 0 0.8rem 0.8rem #d2d2d2;
  padding-top: 8rem;
  padding-bottom: 4.6rem;
}
@media screen and (max-width: 999px) {
  .sec12-top-main {
    padding-top: 6rem;
  }
}
.sec12-top-main:before {
  content: "";
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  right: 2.4rem;
  bottom: 2.4rem;
  border: max(1px, 0.1rem) solid #fff;
}
@media screen and (max-width: 999px) {
  .sec12-top-main:before {
    top: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }
}

.sec12-top-tlt {
  font-size: 3.5rem;
  color: #1E305C;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1300px) {
  .sec12-top-tlt {
    font-size: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec12-top-tlt {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-tlt {
    font-size: 2.1rem;
  }
}

.sec12-top-tlt-sub {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  color: #1E305C;
}
@media screen and (max-width: 999px) {
  .sec12-top-tlt-sub {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-tlt-sub {
    font-size: 1.8rem;
  }
}

.sec12-top-content {
  position: relative;
  z-index: 3;
}
.sec12-top-content .btn-arrow {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.7rem;
}

.sec12-top-img {
  width: 30.4rem;
  position: absolute;
  top: -5rem;
}
@media screen and (max-width: 999px) {
  .sec12-top-img {
    width: 25.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-img {
    position: static;
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.sec12-top-img-left {
  left: 4rem;
}
@media screen and (max-width: 999px) {
  .sec12-top-img-left {
    left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-img-left {
    margin-top: 3rem;
  }
}
.sec12-top-img-right {
  right: 4rem;
}
@media screen and (max-width: 999px) {
  .sec12-top-img-right {
    right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-img-right {
    margin-top: 2rem;
  }
}

.sec13-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 5.8rem;
       column-gap: 5.8rem;
  margin-top: 2.8rem;
}
@media screen and (max-width: 999px) {
  .sec13-top {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top {
    display: block;
  }
}
.sec13-top .sec13-top-item:first-child {
  background-image: url(../img/top/image73.jpg);
}
.sec13-top .sec13-top-item:first-child .sec13-top-item-icon img {
  width: 5rem;
}
.sec13-top .sec13-top-item:first-child .sec13-top-item-txt {
  padding-left: 9rem;
}
@media screen and (max-width: 999px) {
  .sec13-top .sec13-top-item:first-child .sec13-top-item-txt {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top .sec13-top-item:first-child .sec13-top-item-txt {
    padding-left: 0;
  }
}
.sec13-top .sec13-top-item:last-child {
  background-image: url(../img/top/image74.jpg);
}
.sec13-top .sec13-top-item:last-child .sec13-top-item-icon img {
  width: 3.2rem;
}
@media screen and (max-width: 767px) {
  .sec13-top .sec13-top-item:last-child {
    margin-top: 3rem;
  }
}
.sec13-top .sec13-top-item {
  height: 21.7rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  padding-top: 4.2rem;
}
@media screen and (max-width: 999px) {
  .sec13-top .sec13-top-item {
    height: 17.7rem;
    padding-top: 3.6rem;
  }
}
.sec13-top .sec13-top-item:before {
  content: "";
  position: absolute;
  top: 1.8rem;
  left: 1.8rem;
  right: 1.8rem;
  bottom: 1.8rem;
  border: max(1px, 0.1rem) solid #fff;
}
@media screen and (max-width: 999px) {
  .sec13-top .sec13-top-item:before {
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .sec13-top .sec13-top-item:hover .sec13-top-item-txt:after {
    transform: translateX(1.5rem);
  }
}
.sec13-top .sec13-top-item-icon {
  text-align: center;
}
.sec13-top .sec13-top-item-txt {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 999px) {
  .sec13-top .sec13-top-item-txt {
    font-size: 2.2rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top .sec13-top-item-txt {
    font-size: 1.9rem;
    flex-direction: column;
    row-gap: 1rem;
  }
}
.sec13-top .sec13-top-item-txt:after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/vector09.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: 5.6rem;
  height: 0.8rem;
  transition: all 0.3s ease-in-out;
}
.sec13-top .sec13-top-item-link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sec14-top {
  background-image: url(../img/top/image78.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
  padding-top: 32rem;
  padding-bottom: 5rem;
  margin-top: -46rem;
}
@media screen and (min-width: 1000px) {
  .sec14-top {
    clip-path: polygon(0 0, 100% 29%, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 1400px) {
  .sec14-top {
    padding-top: 25rem;
  }
}
@media screen and (max-width: 999px) {
  .sec14-top {
    padding-top: 8rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top {
    padding-top: 5rem;
  }
}
.sec14-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30, 48, 92, 0.9);
}
.sec14-top .sec14-top-eng {
  position: absolute;
  left: 13rem;
  bottom: 23.96vw;
}
@media screen and (max-width: 1400px) {
  .sec14-top .sec14-top-eng {
    bottom: 26vw;
    left: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .sec14-top .sec14-top-eng {
    bottom: 32vw;
  }
}
@media screen and (max-width: 999px) {
  .sec14-top .sec14-top-eng {
    bottom: auto;
    top: 5rem;
  }
}

.sec14-top-main {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec14-top-main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.sec14-top-main .txt-fs18 {
  color: #fff;
  max-width: 61rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sec14-top-main .btn-arrow {
  justify-content: flex-start;
  padding-left: 1.8rem;
  border: max(1px, 0.1rem) solid #fff !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
}
@media screen and (max-width: 999px) {
  .sec14-top-main .btn-arrow {
    margin-top: 4rem;
  }
}
.sec14-top-main .btn-arrow:hover {
  background-color: transparent;
  color: #fff;
  background-image: url(../img/common/vector07.svg);
}

.sec14-top-main-tlt {
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 999px) {
  .sec14-top-main-tlt {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec14-top-main-tlt {
    font-size: 2.2rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}

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

.sec14-top-slider-image-down {
  padding-top: 2rem;
}

.sec15-top {
  background-image: url(../img/top/image84.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 3.6rem;
  border-top: max(5px, 1rem) solid #B0BCCC;
  color: #fff;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec15-top {
    padding-bottom: 5rem;
    background-size: 120rem auto;
    background-repeat: repeat-y;
    background-position: center center;
  }
}
.sec15-top .sec15-top-eng {
  position: absolute;
  bottom: 17rem;
  right: 5rem;
}
@media screen and (max-width: 1600px) {
  .sec15-top .sec15-top-eng {
    right: 0;
  }
}
@media screen and (max-width: 999px) {
  .sec15-top .sec15-top-eng {
    bottom: 2rem;
  }
}
.sec15-top .sec15-top-list-column {
  padding-top: 4.7rem;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 999px) {
  .sec15-top .sec15-top-list-column {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec15-top .sec15-top-list-column {
    padding-top: 3rem;
  }
}
.sec15-top .btn-arrow {
  margin-left: auto;
  margin-right: auto;
}

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

.sec15-top-list-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  row-gap: 1.7rem;
}
@media screen and (max-width: 999px) {
  .sec15-top-list-column {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec15-top-list-column {
    display: block;
  }
  .sec15-top-list-column li + li {
    margin-top: 3rem;
  }
}
.sec15-top-list-column img {
  width: 100%;
  height: 23rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 1400px) {
  .sec15-top-list-column img {
    height: 16.43vw;
  }
}
@media screen and (max-width: 999px) {
  .sec15-top-list-column img {
    height: 21rem;
  }
}
.sec15-top-list-column .txt-fs18 {
  line-height: 1.2;
  font-weight: 500;
  padding-top: 0.6rem;
}
.sec15-top-list-column li {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sec15-top-list-column li .sec15-top-list-href {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.footer-cont {
  max-width: 174rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .footer-cont {
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }
}
@media screen and (max-width: 999px) {
  .footer-cont {
    display: block;
  }
}

.footer-left-logo-img {
  width: 19.7rem;
}

.footer-left-logo-txt {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .footer-left-logo-txt {
    margin-top: 2rem;
    text-align: left;
  }
}
.footer-left-logo-txt li + li {
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .footer-left-logo-txt li + li {
    margin-top: 0.5rem;
  }
}

.footer-left-table-hour {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}

.footer-left {
  width: 90rem;
}
@media screen and (max-width: 1500px) {
  .footer-left {
    width: 86rem;
  }
}
@media screen and (max-width: 1400px) {
  .footer-left {
    width: 83rem;
  }
}
@media screen and (max-width: 999px) {
  .footer-left {
    width: 100%;
  }
  .footer-left .header-right-gr-btn {
    display: none;
  }
}

.footer-left-top {
  display: grid;
  align-items: flex-start;
  -moz-column-gap: 4.7rem;
       column-gap: 4.7rem;
  grid-template-columns: max-content 1fr;
}
@media screen and (max-width: 1500px) {
  .footer-left-top {
    -moz-column-gap: 2.7rem;
         column-gap: 2.7rem;
  }
}
@media screen and (max-width: 999px) {
  .footer-left-top {
    -moz-column-gap: 9.7rem;
         column-gap: 9.7rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-left-top {
    display: block;
  }
}

.footer-left-logo {
  padding-top: 1.4rem;
}
@media screen and (max-width: 999px) {
  .footer-left-logo {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-left-logo {
    text-align: center;
  }
}

.footer-left-top-googlemap {
  padding-top: 5rem;
}
@media screen and (max-width: 999px) {
  .footer-left-top-googlemap {
    padding-top: 3rem;
  }
}
.footer-left-top-googlemap iframe {
  width: 100%;
  height: 33rem;
}
@media screen and (max-width: 767px) {
  .footer-left-top-googlemap iframe {
    height: 25rem;
  }
}

.footer-right-tlt {
  font-size: 2.5rem;
  font-weight: 500;
  color: #1E305C;
  line-height: 1;
}

.footer-linkmaster {
  font-weight: 500;
}
.footer-linkmaster a {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.7rem;
       column-gap: 0.7rem;
}
.footer-linkmaster a:before {
  content: "●";
  color: #1E305C;
  line-height: 1;
  display: block;
  font-size: 0.8rem;
}

.footer-right {
  padding-top: 1.5rem;
}
@media screen and (max-width: 999px) {
  .footer-right {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-right {
    display: block;
  }
  .footer-right .footer-right-item + .footer-right-item {
    margin-top: 3rem;
  }
}
.footer-right .footer-right-tlt {
  padding-bottom: 2rem;
}
.footer-right .footer-right-tlt2 {
  margin-top: 4.8rem;
}
@media screen and (max-width: 999px) {
  .footer-right .footer-right-tlt2 {
    margin-top: 0;
  }
}

.footer-linkmaster-grid {
  display: grid;
  grid-template-columns: 25rem max-content;
}
@media screen and (max-width: 1400px) and (min-width: 1000px) {
  .footer-linkmaster-grid {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer-linkmaster-grid {
    grid-template-columns: max-content 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

.footer {
  padding-top: 9rem;
  background-image: url(../img/common/image01.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.footer:before {
  content: "";
  width: 35rem;
  height: 35rem;
  position: absolute;
  top: 6.4rem;
  right: 7.5rem;
  background-image: url(../img/common/image02.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
  .footer:before {
    width: 18.75vw;
    height: 18.75vw;
  }
}
@media screen and (max-width: 1400px) {
  .footer:before {
    right: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .footer:before {
    width: 25rem;
    height: 25rem;
    top: 37.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer:before {
    width: 20rem;
    height: 20rem;
    top: 71.4rem;
  }
}

@media screen and (max-width: 999px) {
  .footer-left-top-googlemap--pc {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .footer-left-top-googlemap--table {
    display: none;
  }
}

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

.footer-privacy {
  background-color: #1E305C;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  row-gap: 1rem;
}
.footer-privacy img {
  width: 19rem;
}
@media screen and (max-width: 999px) {
  .footer-privacy {
    padding-bottom: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-privacy {
    padding-bottom: 9rem;
  }
}

.recruit-page-top {
  position: fixed;
  z-index: 10;
  bottom: 10rem;
  right: 5rem;
}
@media screen and (max-width: 1500px) {
  .recruit-page-top {
    right: 1.5rem;
    bottom: 11rem;
  }
}
@media screen and (max-width: 999px) {
  .recruit-page-top {
    bottom: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page-top {
    bottom: 8rem;
  }
}
.recruit-page-top .recruit-page-top-img {
  width: 33rem;
  box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .recruit-page-top .recruit-page-top-img {
    width: 25rem;
  }
}

.recruit-page-top-img-close {
  width: 2rem;
  height: 2rem;
  background-image: url(../img/top/image87.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 100%;
  right: 0;
  cursor: pointer;
}

.gr-tel-map-footer {
  position: fixed;
  bottom: 0;
  z-index: 20;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 41% 41% 18%;
  border-top: max(1px, 0.1rem) solid #fff;
}
@media screen and (min-width: 1000px) {
  .gr-tel-map-footer {
    display: none;
  }
}
.gr-tel-map-footer .gr-tel-map-footer-item {
  height: 8.8rem;
  background-color: #024097;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gr-tel-map-footer .gr-tel-map-footer-item {
    height: 4.8rem;
  }
}
.gr-tel-map-footer .gr-tel-map-footer-item .gr-tel-map-footer-item-tell {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/common/vector02.svg);
  background-size: auto 40%;
  background-position: top 1rem center;
  background-repeat: no-repeat;
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .gr-tel-map-footer .gr-tel-map-footer-item .gr-tel-map-footer-item-tell {
    font-size: 1.4rem;
    background-size: auto 30%;
  }
}
.gr-tel-map-footer .gr-tel-map-footer-item-map {
  background-color: #EB9F5B;
  border-left: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
}
.gr-tel-map-footer .gr-tel-map-footer-item-map .gr-tel-map-footer-item-tell {
  background-image: url(../img/common/maps-and-flags.png) !important;
}
.gr-tel-map-footer .gr-tel-map-footer-item-scrolltop {
  background-color: #C9CFD8;
  background-image: url(../img/common/arrow.png);
  background-size: 30% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .gr-tel-map-footer .gr-tel-map-footer-item-scrolltop {
    background-size: 30% auto;
  }
}

.scrolltop {
  width: 6rem;
  height: 6rem;
  position: fixed;
  z-index: 10;
  background-color: #fff;
  bottom: 2rem;
  right: 5rem;
  border: max(1px, 0.1rem) solid #1E305C;
  cursor: pointer;
  background-image: url(../img/common/arrow.png);
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1500px) {
  .scrolltop {
    right: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .scrolltop {
    display: none;
  }
}

.sec16-top {
  background-image: url(../img/top/image77.jpg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  padding-bottom: 45rem;
  padding-top: 10rem;
  overflow: hidden;
  margin-top: 3rem;
}
@media screen and (max-width: 1600px) {
  .sec16-top {
    padding-bottom: 46rem;
  }
}
@media screen and (max-width: 999px) {
  .sec16-top {
    padding-bottom: 5rem;
    background-image: url(../img/top/image89.jpg);
  }
}

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

.sec16-top-flex {
  max-width: 136rem;
  display: grid;
  grid-template-columns: 46.9% 1fr;
  -moz-column-gap: 8.8%;
       column-gap: 8.8%;
}
@media screen and (max-width: 1400px) {
  .sec16-top-flex {
    -moz-column-gap: 4.8%;
         column-gap: 4.8%;
  }
}
@media screen and (max-width: 1300px) {
  .sec16-top-flex {
    -moz-column-gap: 1.8%;
         column-gap: 1.8%;
  }
}
@media screen and (max-width: 999px) {
  .sec16-top-flex {
    -moz-column-gap: 3.8%;
         column-gap: 3.8%;
    grid-template-columns: 47.5% 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec16-top-flex {
    display: flex;
    flex-direction: column-reverse;
  }
}

.sec16-top-right {
  color: #fff;
}
@media screen and (max-width: 999px) {
  .sec16-top-right {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec16-top-right {
    padding-top: 0;
  }
}

.sec16-top-tlt {
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: 4rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 999px) {
  .sec16-top-tlt {
    font-size: 2.2rem;
    margin-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec16-top-tlt {
    font-size: 2rem;
  }
}

.sec16-top-message1 {
  font-size: 2.5rem;
  color: #1E305C;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .sec16-top-message1 {
    font-size: 2.2rem;
  }
}
.sec16-top-message1 span {
  border-bottom: max(1px, 0.1rem) solid #fff;
  display: inline-block;
  padding-bottom: 0.7rem;
}

.sec16-top-message {
  margin-top: 4.5rem;
}
@media screen and (max-width: 999px) {
  .sec16-top-message {
    margin-top: 2.5rem;
  }
}

.sec16-top-right-link {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-top: 4rem;
}
@media screen and (max-width: 999px) {
  .sec16-top-right-link {
    display: block;
    padding-top: 2rem;
  }
}
.sec16-top-right-link a {
  align-items: center;
  padding-left: 2.8rem;
}

.sec16-top-tltbig {
  position: relative;
}
.sec16-top-tltbig .sec16-top-eng {
  position: absolute;
  right: 5rem;
  top: 3rem;
}
@media screen and (max-width: 1600px) {
  .sec16-top-tltbig .sec16-top-eng {
    right: 0;
  }
}
@media screen and (max-width: 1500px) {
  .sec16-top-tltbig .sec16-top-eng {
    top: 6rem;
  }
}
@media screen and (max-width: 999px) {
  .sec16-top-tltbig .sec16-top-eng {
    top: 0;
    right: auto;
    left: 1rem;
  }
}
.sec16-top-tltbig .eng-bigzise {
  color: #C2C5C9;
}
.sec16-top-tltbig .eng-bigzise::first-letter {
  color: #F3DFCB;
}

.sec16-top-btn-arrow-last {
  max-width: 34.8rem;
}
@media screen and (max-width: 999px) {
  .sec16-top-btn-arrow-last {
    margin-top: 2rem;
  }
}

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

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

@keyframes fade-top {
  to {
    opacity: 1;
    transform: none;
  }
}
@media screen and (max-width: 999px) {
  .banner-page {
    margin-top: 11.3rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-page {
    margin-top: 9.5rem;
  }
}

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

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

.clinic-map iframe {
  width: 100%;
  height: 40rem;
}
@media screen and (max-width: 999px) {
  .clinic-map iframe {
    height: 30rem;
  }
}

@media screen and (min-width: 768px) {
  .list-paradai-item {
    display: flex;
    flex-direction: column;
  }
  .list-paradai-item .list-paradai-item-content {
    height: 100%;
  }
}

.txt-bossber {
  text-align: right;
  font-size: 2rem;
  font-weight: 500;
  padding-top: 3rem;
}

@media screen and (min-width: 768px) {
  .table-normal-style.table-normal-style2 tr td:first-child {
    width: 19rem;
  }
  .table-normal-style.table-normal-style2 tr td:last-child {
    width: calc(100% - 19rem);
  }
}
.list-paradai-product .default-txt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .list-paradai-product {
    grid-template-columns: 1fr 1fr;
  }
}

.footer-mgt-page .footer {
  background-image: url(../img/common/image03.jpg);
}

.btn-cnowpage {
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #EB9F5B;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #EB9F5B;
  width: 45rem;
  padding: 1.5rem 3rem;
  transition: all 0.3s ease-in-out;
  background-image: url(../img/common/vettor16.svg);
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  text-align: center;
}
.btn-cnowpage.center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .btn-cnowpage {
    width: 100%;
    font-size: 1.6rem;
  }
}

.mgt6 {
  margin-top: 6rem;
}

.table-price-4column {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .table-price-4column {
    width: 80rem;
    margin-bottom: 2rem;
  }
}
.table-price-4column tr td:first-child {
  width: 20rem;
}
.table-price-4column tr td {
  border: max(1px, 0.1rem) solid #024097;
  width: calc((100% - 20rem) / 3);
  padding: 1.5rem;
}
.table-price-4column tr:first-child td {
  background-color: #024097;
  color: #fff;
  font-weight: 500;
}
.table-price-4column tr:first-child td:nth-child(2), .table-price-4column tr:first-child td:nth-child(3), .table-price-4column tr:first-child td:first-child {
  border-right-color: #fff;
}

@media screen and (max-width: 767px) {
  .table-price-4column-flow {
    overflow: auto;
  }
}

.table-overol-table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .table-overol-table {
    width: 80rem;
    margin-bottom: 2rem;
  }
}
.table-overol-table tr td:first-child {
  width: 20rem;
  font-weight: 500;
  background-color: #024097;
  color: #fff;
}
.table-overol-table tr td {
  width: calc((100% - 20rem) / 2);
  padding: 1.5rem;
  border: max(1px, 0.1rem) solid #024097;
}
.table-overol-table .tlt-table-ov {
  font-weight: 500;
}
.table-overol-table tr:first-child td {
  font-weight: 500;
  background-color: #024097;
  color: #fff;
}
.table-overol-table tr:first-child td:nth-child(2), .table-overol-table tr:first-child td:first-child {
  border-right-color: #fff;
}
.table-overol-table tr:not(:last-child) td:first-child {
  border-bottom-color: #fff;
}

.table-overol {
  overflow: auto;
}

.footer-list-link--sitemap {
  color: #024097;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: rgba(66, 62, 62, 0.08);
  border-radius: 2rem;
  padding: 5rem 6rem;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer-list-link--sitemap {
    display: block;
    padding: 3rem 3rem;
  }
}
.footer-list-link--sitemap a:before {
  background-color: #024097;
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: max(1px, 0.2rem);
  line-height: 1;
}
.footer-list-link--sitemap a {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
}

.setting-single-heading h1 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h1 {
    font-size: 2.6rem;
    margin: 2rem 0;
  }
}
.setting-single-heading h2 {
  font-size: 2.6rem;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  background-color: #024097;
  color: #fff;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h2 {
    font-size: 2.2rem;
    margin: 1rem 0;
  }
}
.setting-single-heading h3, .setting-single-heading h4, .setting-single-heading h5, .setting-single-heading h6 {
  font-size: 2.3rem;
  font-weight: 500;
  color: #024097;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h3, .setting-single-heading h4, .setting-single-heading h5, .setting-single-heading h6 {
    font-size: 2.2rem;
    margin: 0.7rem 0;
  }
}
.setting-single-heading h4 {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h4 {
    font-size: 2rem;
  }
}
.setting-single-heading h5 {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h5 {
    font-size: 1.8rem;
  }
}
.setting-single-heading h6 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h6 {
    font-size: 1.7rem;
  }
}

.iamge-post0thumnail-single {
  margin-top: 3rem;
}

.sec12-top-img-slider {
  width: calc(100% - 6rem);
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
}
.sec12-top-img-slider img {
  height: 13rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}

.sec16-top-img-sp {
  padding-top: 3rem;
}/*# sourceMappingURL=style.css.map */