@charset "UTF-8";
.banner-page {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 999px) {
  .banner-page {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-page {
    margin-top: 7rem;
  }
}
.banner-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.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 #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}
.brecum-page-ul a {
  color: #333333;
  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: 12rem auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 6rem;
}
.setting-title h3::first-letter {
  color: #024097;
}
@media screen and (max-width: 767px) {
  .setting-title h3 {
    background-size: 8rem 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 #a0b78e;
}

.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/top/image10.jpg);
  background-size: contain;
  background-repeat: repeat;
  border-radius: 1rem;
}

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

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

.tlt-style-line {
  font-size: 2.2rem;
  padding-bottom: 1.3rem;
  border-bottom: 2px solid #333333;
  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;
}
.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: 1.5em;
}
.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;
}

.menu-colum-global {
  background-color: #024097;
  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% - 1em);
  left: -1em;
}
.dropmenu1column:hover .menu-global-1column {
  display: block !important;
}

.dropmenu3column .menu-global-3column {
  position: absolute;
  top: calc(100% - 1em);
  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%;
}
@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: 16rem;
    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% - 16rem) / 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/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;
}
@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;
  padding-left: 3em;
  padding-right: 4em;
  font-size: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2.7em;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
@media screen and (max-width: 1800px) {
  .header {
    font-size: 0.56vw;
  }
}
@media screen and (max-width: 1600px) {
  .header {
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 1400px) {
  .header {
    font-size: 0.71vw;
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 999px) {
  .header {
    font-size: 1rem;
    align-items: center;
    padding-bottom: 0;
    background-color: #fff;
    height: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 7rem;
  }
}
@media screen and (min-width: 1000px) {
  .header .header-logo-right {
    transition: all 0.3s ease-in-out;
  }
  .header.is-active {
    background-color: #fff;
    padding-bottom: 2em;
  }
  .header.is-active .header-logo {
    margin-top: 1em;
  }
  .header.is-active .header-logo-right {
    display: none;
  }
  .header.is-active .header-link {
    top: 2em;
  }
  .header.is-active .header-link .header-link-pasic {
    padding-right: 1.5em;
  }
  .header.is-active .header-link .header-link-pasic-ul {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1600px) {
  .header.is-active .menu-global {
    padding-top: 1.5vw;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .header.is-active .menu-global {
    padding-top: 2.4em;
  }
}
@media screen and (max-width: 999px) {
  .header.is-active {
    background-color: #fff;
  }
}

.header-logo img {
  width: 39.7em;
}
@media screen and (max-width: 1400px) {
  .header-logo img {
    width: 33.7em;
  }
}
@media screen and (max-width: 999px) {
  .header-logo img {
    width: 30em;
  }
}
@media screen and (max-width: 767px) {
  .header-logo img {
    width: 20em;
  }
}

.header-address {
  padding-top: 2.6em;
}
@media screen and (max-width: 1400px) {
  .header-address {
    padding-top: 1.6em;
  }
}
.header-address span {
  font-size: 1.6em;
  line-height: 1.5;
  color: #024097;
}

.header-gr-tell-item-box {
  line-height: 1.7;
  width: 10.6em;
  border: max(1px, 0.1rem) solid #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5em;
  text-align: center;
}
.header-gr-tell-item-box span {
  font-size: 1.3em;
  font-weight: 700;
}

.header-gr-tell-item-number {
  line-height: 1;
  position: relative;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.header-gr-tell-item-number span {
  font-size: 2.4em;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 999px) {
  .header-gr-tell-item-number span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .header-gr-tell-item-number span {
    font-size: 2.6em;
  }
}
.header-gr-tell-item-number strong {
  font-weight: 700;
  font-size: 1.7em;
  display: inline-block;
  position: absolute;
  right: calc(100% + 0.7em);
  top: 0.4em;
  width: -moz-max-content;
  width: max-content;
}

.header-gr-tell-item {
  display: grid;
  grid-template-columns: 16.7em 1fr;
  align-items: center;
}

.header-gr-tell-item-number + .header-gr-tell-item-number {
  margin-top: 0.6em;
}

.header-gr-calender-line-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 6em;
  border-radius: 100em;
  color: #fff;
  padding-left: 7em;
  padding-right: 6.5em;
  position: relative;
  background-repeat: no-repeat;
  background-position: left 3em center;
}
@media screen and (max-width: 1600px) {
  .header-gr-calender-line-item {
    padding-left: 5em;
    padding-right: 4.5em;
    background-position: left 2em center;
  }
}
.header-gr-calender-line-item.blue {
  background-color: #024097;
  background-image: url(../img/common/icon1.svg);
  background-size: 1.8em auto;
}
.header-gr-calender-line-item.blue:before {
  background-image: url(../img/common/icon2.svg);
}
.header-gr-calender-line-item.green {
  background-color: #2DAE37;
  background-image: url(../img/common/icon3.svg);
  background-size: 2.2em auto;
}
.header-gr-calender-line-item.green:before {
  background-image: url(../img/common/icon4.svg);
}
.header-gr-calender-line-item span {
  font-size: 1.8em;
  font-weight: 500;
}
.header-gr-calender-line-item:before {
  content: "";
  width: 2em;
  height: 2em;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.header-logo-right {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2em;
  width: calc(100% - 47em);
  margin-left: auto;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .header-logo-right {
    width: calc(100% - 43em);
  }
}
@media screen and (max-width: 1400px) {
  .header-logo-right {
    width: calc(100% - 36em);
  }
}
@media screen and (max-width: 999px) {
  .header-logo-right {
    display: none;
  }
}
.header-logo-right .header-gr-calender-line-item.blue {
  margin-right: 2em;
}
@media screen and (max-width: 1600px) {
  .header-logo-right .header-gr-calender-line-item.blue {
    margin-right: 1em;
  }
}

.header-address-bremail {
  display: none;
}
@media screen and (max-width: 1400px) {
  .header-address-bremail {
    display: block;
  }
}

.header-gr-tell {
  margin-left: auto;
  margin-right: 2.8em;
}
@media screen and (max-width: 1600px) {
  .header-gr-tell {
    margin-right: 3em;
  }
}

.header-gr-calender-line {
  padding-top: 1em;
}

.header-logo {
  margin-top: 3em;
  border-right: max(1px, 0.1em) solid #fff;
  padding-right: 2.4em;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1600px) {
  .header-logo {
    padding-right: 1.4em;
  }
}
@media screen and (max-width: 999px) {
  .header-logo {
    padding-right: 0;
    border-right: 0;
    margin-top: 0;
  }
}

.header-link {
  font-size: 10px;
  position: absolute;
  top: max(75%, 12em);
  left: 0;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .header-link {
    font-size: 0.71vw;
  }
}
@media screen and (max-width: 1200px) {
  .header-link {
    top: 93%;
  }
}
@media screen and (max-width: 999px) {
  .header-link {
    display: none;
  }
}

.header-link-pasic {
  position: relative;
  line-height: 1;
  padding-right: 4em;
}
@media screen and (max-width: 1400px) {
  .header-link-pasic {
    padding-right: 1.5em;
  }
}

.header-link-pasic-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header-link-pasic-ul > li {
  padding-left: 4em;
  padding-right: 4em;
  border-right: max(1px, 0.1rem) dashed #D3D3D3;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 1700px) {
  .header-link-pasic-ul > li {
    padding-left: 2.35vw;
    padding-right: 2.35vw;
  }
}
@media screen and (max-width: 1500px) {
  .header-link-pasic-ul > li {
    padding-left: 1.8vw;
    padding-right: 1.8vw;
  }
}
@media screen and (max-width: 1400px) {
  .header-link-pasic-ul > li {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
.header-link-pasic-ul > li > a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1em;
  transition: all 0.3s ease-in-out;
}
.header-link-pasic-ul > li > a span {
  display: inline-block;
}
.header-link-pasic-ul > li > a .japan {
  font-size: 1.6em;
  font-weight: 700;
}
.header-link-pasic-ul > li > a .english {
  font-size: 1.4em;
  text-transform: uppercase;
  color: #024097;
}
@media screen and (min-width: 1000px) {
  .header-link-pasic-ul > li > a:hover .japan, .header-link-pasic-ul > li > a:hover .english, .header-link-pasic-ul > li > a.is-active .japan, .header-link-pasic-ul > li > a.is-active .english {
    color: #024097;
  }
}

@media screen and (max-width: 1600px) {
  .header-gr-calender-line {
    flex-direction: column;
    row-gap: 1em;
  }
}

@media screen and (min-width: 1000px) {
  .btn-hamberger {
    display: none;
  }
}
.ft-fixed-item-icon {
  display: block;
  width: 8rem;
  height: 10rem;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  padding-top: 5.5rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .ft-fixed-item-icon {
    width: 6rem;
    height: 8rem;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .ft-fixed-item-icon {
    width: 100%;
    height: 7rem;
    padding-top: 0;
  }
}
.ft-fixed-item-icon.green {
  background-color: #2DAE37;
  background-image: url(../img/common/icon3.svg);
  background-size: 4rem auto;
  background-position: top 1.3rem center;
}
@media screen and (max-width: 999px) {
  .ft-fixed-item-icon.green {
    background-size: 3rem auto;
    background-position: top 1rem center;
  }
}
@media screen and (max-width: 767px) {
  .ft-fixed-item-icon.green {
    background-size: 4.5rem auto;
    background-position: center center;
  }
}
.ft-fixed-item-icon.growb {
  background-color: #DAB642;
  background-image: url(../img/common/vettor18.png);
  background-size: 2.6rem auto;
  background-position: top 1.8rem center;
}
@media screen and (max-width: 999px) {
  .ft-fixed-item-icon.growb {
    background-size: 2rem auto;
    background-position: top 1rem center;
  }
}
.ft-fixed-item-icon.plow {
  background-color: #fff;
  background-image: url(../img/common/instagram.svg);
  background-size: 4.4rem auto;
  border-bottom-left-radius: 2rem;
}
@media screen and (max-width: 999px) {
  .ft-fixed-item-icon.plow {
    background-size: 3.8rem auto;
  }
}
@media screen and (max-width: 767px) {
  .ft-fixed-item-icon.plow {
    border-radius: 0;
    background-size: 4.2rem auto;
    background-color: #E14079;
  }
}
.ft-fixed-item-icon.web {
  background-color: #024097;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.ft-fixed-item-icon.web:before {
  content: "";
  display: inline-block;
  width: 3.4rem;
  height: 3.4rem;
  background-image: url(../img/common/icon1.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.ft-fixed-item-icon.badtop {
  background-color: #fff;
  background-image: url(../img/common/icon7.svg);
  background-size: 7rem auto;
  background-position: center center;
}

.ft-fixed-item-calender {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1rem;
  width: 8rem;
  height: 27rem;
  background-color: #024097;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 2rem;
  -moz-column-gap: 2.6rem;
       column-gap: 2.6rem;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .ft-fixed-item-calender {
    width: 6rem;
    height: 25rem;
  }
}
.ft-fixed-item-calender:before {
  content: "";
  display: inline-block;
  width: 2.3rem;
  height: 2.6rem;
  background-image: url(../img/common/icon5.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.ft-fixed-item-calender:after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1rem;
  background-image: url(../img/common/icon6.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.ft-fixed {
  position: fixed;
  right: 0;
  top: 31rem;
  z-index: 50;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .ft-fixed {
    top: 16.88vw;
  }
}
@media screen and (max-width: 767px) {
  .ft-fixed {
    top: auto;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .ft-fixed.is-active {
    top: 14rem;
  }
}

.ft-fixed-table {
  background-color: #fff;
  width: 0;
  height: 27rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .ft-fixed-table {
    height: 25rem;
  }
}
.ft-fixed-table.is-active {
  width: 50rem;
  padding: 1.5rem;
  padding-bottom: 1rem;
}

.ft-fixed-item--content {
  display: grid;
  grid-template-columns: max-content max-content;
}

.ft-fixed-gr {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .ft-fixed-gr {
    display: grid;
    grid-template-columns: 15rem 1fr 1fr 6rem;
  }
}
.ft-fixed-gr .top-txtfs16 {
  line-height: 1.7;
  margin-top: 0.7rem;
}
.ft-fixed-gr .top-txtfs16 a {
  color: #024097;
  font-weight: 700;
}

.ft-fixed-table-tb {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
}
.ft-fixed-table-tb tr:first-child td {
  color: #fff;
  background-color: #024097;
}
.ft-fixed-table-tb tr td:first-child {
  width: 9rem;
}
.ft-fixed-table-tb tr td {
  width: 5.2rem;
  text-align: center;
  border: max(1px, 0.1rem) solid #BAC9D1;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  line-height: 1.4;
  vertical-align: middle;
}
@media screen and (max-width: 999px) {
  .ft-fixed-table-tb tr td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.ft-fixed-table12 {
  font-size: 1.2rem;
}

.cril-calender {
  color: #024097;
}

.top-txtfs16 {
  font-size: 1.6rem;
}

.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;
  font-family: "Oswald", sans-serif;
}
.menu-fixed-mobile-tlt.lt2 {
  margin-top: 4rem;
}
.menu-fixed-mobile-tlt.purler {
  background-color: #2DAE37;
}
@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: #2DAE37;
  border-color: #2DAE37;
}
.menu-fixed-mobile-list.purler a:before {
  background-color: #2DAE37;
}
.menu-fixed-mobile-list.purler a.is-active, .menu-fixed-mobile-list.purler a:hover {
  background-color: #2DAE37;
}

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

.sec1-top {
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec1-top {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top {
    margin-top: 7rem;
  }
}

.sec1-top-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  padding-left: 4rem;
  padding-bottom: 28rem;
}
.sec1-top-content:before {
  content: "";
  position: absolute;
  top: -1.93vw;
  left: 0;
  width: 33.33vw;
  height: max(18.75vw, 207px);
  -webkit-mask-image: linear-gradient(to right, transparent, black 0), linear-gradient(to left, transparent, black 3rem), linear-gradient(to bottom, transparent, black 3rem), linear-gradient(to top, transparent, black 3rem);
  mask-image: linear-gradient(to right, transparent, black 0), linear-gradient(to left, transparent, black 3rem), linear-gradient(to bottom, transparent, black 3rem), linear-gradient(to top, transparent, black 3rem);
  -webkit-mask-composite: source-in; /* マスクを重ねるために必要 */
  mask-composite: intersect; /* Firefoxなどで使用 */
  background: rgba(25, 129, 209, 0.4);
}
@media screen and (max-width: 999px) {
  .sec1-top-content:before {
    bottom: 0;
    height: auto;
    top: -4rem;
    width: 48rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-content:before {
    width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .sec1-top-content {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1400px) {
  .sec1-top-content {
    padding-bottom: 25rem;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-content {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-content {
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.sec1-top-content h1, .sec1-top-content h2, .sec1-top-content h3, .sec1-top-content h4, .sec1-top-content h5, .sec1-top-content h6 {
  display: inline-block;
  position: relative;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5rem;
  color: #fff;
}
.sec1-top-content h1 span, .sec1-top-content h2 span, .sec1-top-content h3 span, .sec1-top-content h4 span, .sec1-top-content h5 span, .sec1-top-content h6 span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .sec1-top-content h1, .sec1-top-content h2, .sec1-top-content h3, .sec1-top-content h4, .sec1-top-content h5, .sec1-top-content h6 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-content h1, .sec1-top-content h2, .sec1-top-content h3, .sec1-top-content h4, .sec1-top-content h5, .sec1-top-content h6 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

.sec1-top-content-fs28 {
  font-size: 1.46vw;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 3rem;
  position: relative;
  padding-top: 3rem;
  color: #fff;
}
.sec1-top-content-fs28:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 49rem;
  height: max(1px, 0.2rem);
  background-color: #fff;
}
@media screen and (max-width: 1600px) {
  .sec1-top-content-fs28:before {
    width: 30.63vw;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-content-fs28:before {
    width: 37rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-content-fs28:before {
    width: 24rem;
  }
}
@media screen and (max-width: 1600px) {
  .sec1-top-content-fs28 {
    margin-top: 1.88vw;
    padding-top: 1.88vw;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-content-fs28 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-content-fs28 {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}

.sec1-top-content-link {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  -moz-column-gap: 4.8rem;
       column-gap: 4.8rem;
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  right: 7.8rem;
  justify-content: flex-end;
}
@media screen and (max-width: 1600px) {
  .sec1-top-content-link {
    right: 9.7rem;
    -moz-column-gap: 2vw;
         column-gap: 2vw;
  }
}
@media screen and (max-width: 1200px) {
  .sec1-top-content-link {
    bottom: 2.3rem;
  }
}
.sec1-top-content-link a {
  display: block;
  width: 23rem;
}
@media screen and (max-width: 1600px) {
  .sec1-top-content-link a {
    width: 14.38vw;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-content-link a {
    width: 20rem;
  }
}

.sec2-top {
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec2-top {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 3rem);
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec2-top-content {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  width: 65.5rem;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 1rem;
  padding: 0.5rem;
  display: grid;
  grid-template-columns: 20.5rem 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  z-index: 10;
}
@media screen and (max-width: 1600px) {
  .sec2-top-content {
    left: 2rem;
    width: max(45.94vw, 480px);
    grid-template-columns: 12.81vw 1fr;
  }
}
@media screen and (max-width: 1200px) {
  .sec2-top-content {
    bottom: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .sec2-top-content {
    position: static;
    width: 100%;
    grid-template-columns: 25rem 1fr;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    border: max(2px, 0.2rem) solid #024097;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-content {
    display: block;
  }
}
.sec2-top-content .sec2-top-content-left {
  background-color: #0352A5;
  border-radius: 1rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec2-top-content .sec2-top-content-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-content .sec2-top-content-left {
    padding: 1.5rem;
    text-align: left;
    position: relative;
  }
}
.sec2-top-content .sec2-top-content-left h1, .sec2-top-content .sec2-top-content-left h2, .sec2-top-content .sec2-top-content-left h3, .sec2-top-content .sec2-top-content-left h4, .sec2-top-content .sec2-top-content-left h5, .sec2-top-content .sec2-top-content-left h6 {
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1600px) {
  .sec2-top-content .sec2-top-content-left h1, .sec2-top-content .sec2-top-content-left h2, .sec2-top-content .sec2-top-content-left h3, .sec2-top-content .sec2-top-content-left h4, .sec2-top-content .sec2-top-content-left h5, .sec2-top-content .sec2-top-content-left h6 {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 999px) {
  .sec2-top-content .sec2-top-content-left h1, .sec2-top-content .sec2-top-content-left h2, .sec2-top-content .sec2-top-content-left h3, .sec2-top-content .sec2-top-content-left h4, .sec2-top-content .sec2-top-content-left h5, .sec2-top-content .sec2-top-content-left h6 {
    font-size: 2.4rem;
  }
}
.sec2-top-content .sec2-top-content-left .link-mose-more {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.3rem;
}
@media screen and (max-width: 999px) {
  .sec2-top-content .sec2-top-content-left .link-mose-more {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-content .sec2-top-content-left .link-mose-more {
    margin-top: 0;
    position: absolute;
    right: 1.5rem;
    top: 3.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec2-top-content .sec2-top-content-left .top-txtfs16 {
    font-size: 1.9rem;
  }
}

.link-mose-more {
  font-size: 1.5rem;
  width: 10.8rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #343434;
  border-radius: 1rem;
  background-color: #fff;
  font-weight: 500;
  background-image: url(../img/common/arrow1.png);
  background-size: 0.7rem auto;
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  transition: all 0.3s ease-in-out;
}
.link-mose-more:hover {
  background-color: #B57E44;
  color: #fff;
  background-image: url(../img/common/arrow1hv.png);
}

.sec2-top-content-right-list {
  font-size: 1.5rem;
  color: #343434;
}
@media screen and (max-width: 999px) {
  .sec2-top-content-right-list {
    font-size: 1.7rem;
  }
}
.sec2-top-content-right-list li {
  border-bottom: max(1px, 0.1rem) solid #DEE0CE;
  padding-left: 1.5rem;
  padding-right: 1.3rem;
  display: grid;
  grid-template-columns: 11.5rem 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1600px) {
  .sec2-top-content-right-list li {
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
  }
}
@media screen and (max-width: 1400px) {
  .sec2-top-content-right-list li {
    grid-template-columns: 9.5rem 1fr;
  }
}
@media screen and (max-width: 999px) {
  .sec2-top-content-right-list li {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    grid-template-columns: 12rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-content-right-list li {
    display: block;
  }
}
.sec2-top-content-right-list li:last-child {
  border-bottom: 0;
}

.sec2-top-content-right-tlt {
  background-image: url(../img/common/arrow1.png);
  background-size: 0.7rem auto;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .sec2-top-content-right-tlt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-content-right-tlt a {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sec1-top--slider img {
    min-height: 32rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

@media screen and (max-width: 767px) {
  .scap-footer {
    padding-bottom: 6rem;
  }
}

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

.sec3-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.sec3-top img {
  width: 100%;
}

.sec4-top {
  padding-top: 9.5rem;
  padding-bottom: 10rem;
}
@media screen and (min-width: 1000px) {
  .sec4-top {
    max-width: 97.5rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .sec4-top {
    max-width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top {
    padding-top: 0;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top {
    padding-bottom: 5rem;
  }
}

.sec4-top-box1 {
  position: relative;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  overflow: hidden;
}
.sec4-top-box1 .sec4-top-box1-right {
  width: 54.75%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sec4-top-box1 .sec4-top-box1-right {
    width: 100%;
  }
  .sec4-top-box1 .sec4-top-box1-right img {
    width: 100%;
    height: 19.4rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.sec4-top-box1 .sec4-top-box1-left {
  width: 52%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #238CE6;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .sec4-top-box1 .sec4-top-box1-left {
    clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-box1 .sec4-top-box1-left {
    width: 100%;
    position: static;
  }
}

.sec4-top-box1-left {
  text-align: center;
  font-size: 1rem;
  padding-top: 2.8em;
}
@media screen and (min-width: 1000px) {
  .sec4-top-box1-left {
    font-size: 0.83rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .sec4-top-box1-left {
    font-size: 1rem;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-box1-left {
    font-size: 0.86vw;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-box1-left {
    font-size: 1rem;
    padding: 2em 0;
  }
}
.sec4-top-box1-left h1, .sec4-top-box1-left h2, .sec4-top-box1-left h3, .sec4-top-box1-left h4, .sec4-top-box1-left h5, .sec4-top-box1-left h6 {
  font-size: 5.8em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec4-top-box1-left h1, .sec4-top-box1-left h2, .sec4-top-box1-left h3, .sec4-top-box1-left h4, .sec4-top-box1-left h5, .sec4-top-box1-left h6 {
    font-size: 3.2rem;
  }
}
.sec4-top-box1-left .sec4-top-box1-left-sub {
  font-weight: 500;
  display: inline-block;
  color: #323232;
  background-color: #fff;
  letter-spacing: 0.3em;
  border-radius: 100em;
  padding: 0.3em 5.5em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec4-top-box1-left .sec4-top-box1-left-sub {
    padding: 0.2em 2.2em;
  }
}
.sec4-top-box1-left .sec4-top-box1-left-sub span {
  font-size: 3.2em;
}
@media screen and (max-width: 767px) {
  .sec4-top-box1-left .sec4-top-box1-left-sub span {
    font-size: 2.2rem;
  }
}
.sec4-top-box1-left .sec4-top-txt {
  font-weight: 500;
  line-height: 1.4;
  margin-top: 2em;
}
.sec4-top-box1-left .sec4-top-txt span {
  font-size: 3.2em;
}
@media screen and (max-width: 767px) {
  .sec4-top-box1-left .sec4-top-txt span {
    font-size: 2.2em;
  }
}

.sec4-top-box1-link {
  position: absolute;
  z-index: 2;
  background-image: url(../img/common/icon8.png);
  background-size: 1.3rem auto;
  background-repeat: no-repeat;
  background-position: left 55% center;
  width: 6rem;
  height: 6rem;
  border-radius: 100rem;
  background-color: #EF749D;
  bottom: 1.5rem;
  right: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.sec4-top-box1-link:hover {
  background-color: #238CE6;
}
@media screen and (max-width: 767px) {
  .sec4-top-box1-link {
    width: 4.5rem;
    height: 4.5rem;
    background-size: 1rem auto;
    background-position: left 52% center;
  }
}

.sec4-top-box2 {
  font-size: 1rem;
  height: 35em;
  background-image: url(../img/top/image07.png), url(../img/top/image08.png);
  background-size: 44.9em auto, 80.8em auto;
  background-position: bottom right, top left;
  background-repeat: no-repeat, no-repeat;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
  margin-top: 6.5em;
  position: relative;
  padding-top: 3.5em;
  border-radius: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .sec4-top-box2 {
    font-size: 0.83rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .sec4-top-box2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-box2 {
    font-size: 0.91vw;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-box2 {
    border-radius: 0.6rem;
  }
}
.sec4-top-box2:before {
  content: "";
  position: absolute;
  top: 1.5em;
  left: 2em;
  width: 22.2em;
  height: 21.4em;
  border: max(1px, 0.1em) solid #2597D7;
  border-right: 0;
  border-bottom: 0;
}
.sec4-top-box2:after {
  content: "";
  position: absolute;
  top: 1.5em;
  right: 3em;
  width: 22em;
  height: 10em;
  border: max(1px, 0.1em) solid #2597D7;
  border-left: 0;
  border-bottom: 0;
}
.sec4-top-box2 .sec4-top-box2-left {
  width: 54.5%;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .sec4-top-box2 .sec4-top-box2-left {
    width: 62.5%;
  }
}
.sec4-top-box2 .sec4-top-box2-left-tlt {
  background-color: #2597D7;
  color: #fff;
  display: block;
  width: 50.7em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  letter-spacing: 0.2em;
  position: relative;
}
.sec4-top-box2 .sec4-top-box2-left-tlt:before {
  content: "";
  position: absolute;
  top: calc(100% - 1.5em);
  left: calc(50% - 1.2em);
  width: 2.3em;
  height: 2.3em;
  background-color: #2597D7;
  transform: rotate(45deg);
}
.sec4-top-box2 .sec4-top-box2-left-tlt span {
  font-size: 3.2em;
  font-weight: 500;
  position: relative;
  z-index: 3;
}
.sec4-top-box2 .sec4-top-box2-left-sub {
  color: #224B8F;
  letter-spacing: 0.3em;
  margin-top: 2em;
}
.sec4-top-box2 .sec4-top-box2-left-sub span {
  font-size: 5.8em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec4-top-box2 .sec4-top-box2-left-sub span {
    font-size: 3.4em;
  }
}
.sec4-top-box2 .sec4-top-box2-left-txt {
  letter-spacing: 0.3em;
  margin-top: 0.5em;
}
.sec4-top-box2 .sec4-top-box2-left-txt span {
  font-size: 2.2em;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec4-top-box2 .sec4-top-box2-left-txt span {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-box2 .sec4-top-box2-left-txt {
    margin-top: 2em;
  }
}
.sec4-top-box2 .sec4-top-box2-right {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 2.5em;
  right: 4em;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}
.sec4-top-box2 .sec4-top-box2-right-txt {
  color: #fff;
  background-color: #024097;
  border-radius: 100em;
  line-height: 1.7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23.2em;
  height: 23.2em;
  text-align: center;
  font-weight: 700;
}
.sec4-top-box2 .sec4-top-box2-right-txt span {
  font-size: 1.9em;
}
@media screen and (max-width: 999px) {
  .sec4-top-box2 .sec4-top-box2-right-txt span {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-box2 .sec4-top-box2-right-txt {
    width: 21.2em;
    height: 21.2em;
    padding: 2em;
  }
}
.sec4-top-box2 .sec4-top-box2-right-img {
  width: 36.3em;
  padding-bottom: 2.5em;
}
@media screen and (max-width: 999px) {
  .sec4-top-box2 .sec4-top-box2-right-img {
    width: 36.3em;
    padding-bottom: 0;
    z-index: -1;
    transform: translateY(0em) translateX(9em);
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-box2 .sec4-top-box2-right-img {
    transform: translateY(-3em) translateX(2em);
    width: 32.3em;
  }
}
.sec4-top-box2 .sec4-top-box2-link {
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  border: max(1px, 0.1rem) solid #024097;
  border-radius: 100rem;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 3;
  background-image: url(../img/common/icon9.svg);
  background-size: 2.3rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}
.sec4-top-box2 .sec4-top-box2-link:before {
  content: "詳しくはこちら";
  font-size: 2.2rem;
  font-weight: 500;
  color: #024097;
  position: absolute;
  right: calc(100% + 1.5rem);
  top: 1.5rem;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .sec4-top-box2 .sec4-top-box2-link:before {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-box2 .sec4-top-box2-link:before {
    top: 0.6rem;
    right: calc(100% + 1rem);
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-box2 .sec4-top-box2-link {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 1rem auto;
    bottom: 1rem;
  }
}
.sec4-top-box2 .sec4-top-box2-link:hover {
  background-image: url(../img/common/icon8.svg);
  background-color: #024097;
}

.sec5-top {
  background-image: url(../img/top/image10.jpg);
  background-size: contain;
  background-repeat: repeat;
  padding-top: 8.4rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .sec5-top .sec5-top-tlt-eng {
    position: absolute;
    right: 5rem;
    top: 7rem;
    height: -moz-max-content;
    height: max-content;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1800px) {
  .sec5-top .sec5-top-tlt-eng {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 2rem;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (min-width: 1000px) and (max-width: 999px) {
  .sec5-top .sec5-top-tlt-eng {
    position: static;
    transform: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1800px) {
  .sec5-top {
    padding-top: 16.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top {
    padding-top: 5rem;
  }
}

.sec-tlt80.cter {
  text-align: center;
}
.sec-tlt80 h1, .sec-tlt80 h2, .sec-tlt80 h3, .sec-tlt80 h4, .sec-tlt80 h5, .sec-tlt80 h6 {
  letter-spacing: 0.3rem;
  font-size: 8rem;
  font-weight: 500;
  color: #024097;
}
@media screen and (max-width: 1600px) {
  .sec-tlt80 h1, .sec-tlt80 h2, .sec-tlt80 h3, .sec-tlt80 h4, .sec-tlt80 h5, .sec-tlt80 h6 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-tlt80 h1, .sec-tlt80 h2, .sec-tlt80 h3, .sec-tlt80 h4, .sec-tlt80 h5, .sec-tlt80 h6 {
    font-size: 3.2rem;
  }
}

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

.sec5-top-persion {
  font-size: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -moz-column-gap: 3.8em;
       column-gap: 3.8em;
  padding-top: 5em;
  padding-bottom: 9em;
}
@media screen and (max-width: 1500px) {
  .sec5-top-persion {
    justify-content: center;
  }
}
@media screen and (max-width: 1400px) {
  .sec5-top-persion {
    font-size: 0.71vw;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-persion {
    justify-content: flex-start;
    font-size: 0.79vw;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-persion {
    font-size: 0.8vw;
    padding-bottom: 7em;
    justify-content: space-between;
    align-items: center;
  }
}
.sec5-top-persion .sec5-top-persion-left {
  width: 48.6em;
  position: relative;
}
.sec5-top-persion .sec5-top-persion-left .sec5-top-persion-left-anime {
  position: absolute;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  top: 44%;
  transform: translateY(-50%);
}
.sec5-top-persion .sec5-top-persion-left .sec5-top-persion-left-anime:after, .sec5-top-persion .sec5-top-persion-left .sec5-top-persion-left-anime:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sec5-top-persion .sec5-top-persion-left .sec5-top-persion-left-anime:before {
  background: url(../img/top/image11.png) no-repeat center/contain;
}
.sec5-top-persion .sec5-top-persion-left .sec5-top-persion-left-anime:after {
  background: url(../img/top/image12.png) no-repeat center/contain;
}
.sec5-top-persion .sec5-top-persion-right {
  width: 62.6em;
  padding-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec5-top-persion .sec5-top-persion-right {
    font-size: 1rem;
    width: auto;
  }
}

.sec5-top-persion-link-item {
  position: relative;
  background-color: #fff;
  height: 8.7em;
  border-radius: 0.5em;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec5-top-persion-link-item {
    height: 4.7em;
    padding-right: 3em;
  }
}
.sec5-top-persion-link-item:after {
  content: "";
  width: 1.9em;
  height: 0.9em;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  background-image: url(../img/top/icon1.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec5-top-persion-link-item:after {
    transform: translateY(-50%) scale(0.7);
    right: 0.5em;
  }
}
.sec5-top-persion-link-item:before {
  content: "";
  position: absolute;
  background-color: #024097;
  right: calc(100% - 2px);
  height: max(1px, 0.1em);
  top: 4.3em;
  transform-origin: top right;
  z-index: -100;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .sec5-top-persion-link-item:before {
    opacity: 1;
    z-index: 7;
  }
}
.sec5-top-persion-link-item.neck-line:before {
  width: 25em;
  transform: rotate(-18deg);
}
@media screen and (max-width: 767px) {
  .sec5-top-persion-link-item.neck-line:before {
    width: 13em;
    transform: rotate(-36deg);
  }
}
.sec5-top-persion-link-item.shoulder-line:before {
  width: 17em;
}
@media screen and (max-width: 767px) {
  .sec5-top-persion-link-item.shoulder-line:before {
    width: 9em;
    transform: rotate(-23deg);
  }
}
.sec5-top-persion-link-item.back-line:before {
  width: 31em;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .sec5-top-persion-link-item.back-line:before {
    width: 11em;
    transform: rotate(29deg);
  }
}
.sec5-top-persion-link-item.waist-line:before {
  width: 20em;
  transform: rotate(-13deg);
}
@media screen and (max-width: 767px) {
  .sec5-top-persion-link-item.waist-line:before {
    width: 8em;
  }
}
.sec5-top-persion-link-item.arm-line:before {
  width: 18em;
  transform: rotate(43deg);
}
@media screen and (max-width: 767px) {
  .sec5-top-persion-link-item.arm-line:before {
    width: 12em;
    transform: rotate(41deg);
  }
}
.sec5-top-persion-link-item.hip-line:before {
  width: 18em;
  transform: rotate(-7deg);
}
@media screen and (max-width: 767px) {
  .sec5-top-persion-link-item.hip-line:before {
    width: 10em;
    transform: rotate(9deg);
  }
}
.sec5-top-persion-link-item.knee-line:before {
  width: 20em;
  transform: rotate(-28deg);
}
@media screen and (max-width: 767px) {
  .sec5-top-persion-link-item.knee-line:before {
    width: 12em;
    transform: rotate(28deg);
  }
}
.sec5-top-persion-link-item.legs-line:before {
  width: 16em;
}
@media screen and (max-width: 767px) {
  .sec5-top-persion-link-item.legs-line:before {
    width: 17em;
    transform: rotate(40deg);
  }
}
.sec5-top-persion-link-item:hover, .sec5-top-persion-link-item.is-active {
  background-color: #B4D8F0;
}
.sec5-top-persion-link-item:hover .sec5-top-persion-link-hv, .sec5-top-persion-link-item.is-active .sec5-top-persion-link-hv {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .sec5-top-persion-link-item:hover .sec5-top-persion-link-text1, .sec5-top-persion-link-item.is-active .sec5-top-persion-link-text1 {
    opacity: 0;
  }
}
.sec5-top-persion-link-item:hover:before, .sec5-top-persion-link-item.is-active:before {
  opacity: 1;
  z-index: 5;
}
.sec5-top-persion-link-item .sec5-top-persion-href {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.sec5-top-persion-link-item .sec5-top-persion-link-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 3.8em;
}
@media screen and (max-width: 767px) {
  .sec5-top-persion-link-item .sec5-top-persion-link-content {
    padding-left: 1.5em;
  }
}
.sec5-top-persion-link-item .sec5-top-persion-link-text1 {
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  opacity: 1 !important;
}
.sec5-top-persion-link-item .sec5-top-persion-link-text1 span {
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .sec5-top-persion-link-item .sec5-top-persion-link-text1 span {
    font-size: 1em;
  }
}
.sec5-top-persion-link-item .sec5-top-persion-link-hv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-left: 3.8em;
  padding-right: 3.8em;
  opacity: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec5-top-persion-link-item .sec5-top-persion-link-hv {
    display: none;
  }
}
.sec5-top-persion-link-item .sec5-top-persion-link-hv span.nohiden {
  font-size: 1.6em;
  font-weight: 500;
}

.sec5-top-persion-link li + li {
  margin-top: 0.5em;
}

.sec5-top-body {
  width: 32.3em;
  position: relative;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
}
.sec5-top-body .sec5-top-body-img {
  width: 100%;
}
.sec5-top-body .pic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.sec5-top-body .pic img {
  width: 100%;
}
.sec5-top-body .pic.is-active {
  opacity: 1;
}

.dot-persion {
  position: absolute;
}
.dot-persion.dot-neck {
  width: 7.7em;
  height: 7.7em;
  top: 9.6em;
  left: 12.2em;
  z-index: 10;
}
.dot-persion.dot-shoulder {
  width: 21.7em;
  height: 7.7em;
  top: 10.6em;
  left: 5.2em;
  z-index: 9;
}
.dot-persion.dot-back {
  width: 15em;
  height: 15em;
  top: 14em;
  left: 8.5em;
  z-index: 8;
}
.dot-persion.dot-waist {
  width: 15em;
  height: 14em;
  top: 26.3em;
  left: 8.5em;
  z-index: 6;
}
.dot-persion.dot-arm {
  width: 31.5em;
  height: 31em;
  top: 16em;
  left: 0.5em;
  z-index: 5;
  clip-path: polygon(36% 0, 55% 0, 93% 0, 100% 100%, 80% 100%, 55% 0, 35% 0, 18% 100%, 0 100%, 7% 0);
}
.dot-persion.dot-hip {
  width: 16.5em;
  height: 7.5em;
  top: 33em;
  left: 8em;
  z-index: 7;
}
.dot-persion.dot-knee {
  width: 16.5em;
  height: 7.5em;
  top: 50em;
  left: 8em;
  z-index: 4;
}
.dot-persion.dot-legs {
  width: 22.5em;
  height: 9.5em;
  bottom: 0.4em;
  left: 5em;
  z-index: 3;
}
.dot-persion a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@keyframes rotate_anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate_anime2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.sec5-top-tlt-eng {
  font-size: 15rem;
  font-weight: 500;
  color: rgba(2, 64, 151, 0.4);
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .sec5-top-tlt-eng {
    font-size: 10vw;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-tlt-eng {
    text-align: center;
    letter-spacing: 1rem;
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-tlt-eng {
    font-size: 5rem;
    letter-spacing: 0.5rem;
  }
}
@media screen and (min-width: 1801px) {
  .sec5-top-tlt-eng:not(.normal) {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 1.3rem;
  }
}

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

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

.sec6-top {
  background-image: url(../img/top/image13.jpg);
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec6-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec6-top-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 2em;
  max-width: 131.2em;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3em);
  font-size: 10px;
  color: #fff;
  padding-top: 6em;
}
@media screen and (max-width: 1300px) {
  .sec6-top-list {
    font-size: 0.77vw;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-list {
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 1.6vw;
    width: calc(100% - 3rem);
    padding-top: 4rem;
  }
}
.sec6-top-list li {
  border-radius: 1em;
  overflow: hidden;
  position: relative;
}
.sec6-top-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 71, 128, 0.8);
  background-image: url(../img/top/image87.svg);
  background-size: max(1.8em, 15px) auto;
  background-repeat: no-repeat;
  background-position: bottom 1.3em right 1em;
}
.sec6-top-list li .sec6-top-list-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.sec6-top-list li:hover .sec6-top-listhv {
  opacity: 1;
}

.sec7-top {
  background-image: url(../img/top/image24.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #024097;
  color: #fff;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 999px) {
  .sec7-top {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top {
    padding: 5rem 0;
  }
}

.sec7-top-stik {
  font-size: 2.4rem;
  font-weight: 500;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #B57E44;
  color: #fff;
  padding-left: 4.2rem;
  padding-right: 4.2rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%, 8% 50%);
}
@media screen and (max-width: 999px) {
  .sec7-top-stik {
    font-size: 2.2rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-stik {
    font-size: 2rem;
  }
}

.sec-tlt42 {
  text-align: center;
}
.sec-tlt42 h1, .sec-tlt42 h2, .sec-tlt42 h3, .sec-tlt42 h4, .sec-tlt42 h5, .sec-tlt42 h6 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.3rem;
  position: relative;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 1400px) {
  .sec-tlt42 h1, .sec-tlt42 h2, .sec-tlt42 h3, .sec-tlt42 h4, .sec-tlt42 h5, .sec-tlt42 h6 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 999px) {
  .sec-tlt42 h1, .sec-tlt42 h2, .sec-tlt42 h3, .sec-tlt42 h4, .sec-tlt42 h5, .sec-tlt42 h6 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-tlt42 h1, .sec-tlt42 h2, .sec-tlt42 h3, .sec-tlt42 h4, .sec-tlt42 h5, .sec-tlt42 h6 {
    font-size: 2.6rem;
  }
}
.sec-tlt42 h1:after, .sec-tlt42 h2:after, .sec-tlt42 h3:after, .sec-tlt42 h4:after, .sec-tlt42 h5:after, .sec-tlt42 h6:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  height: 0.4rem;
  background-color: #fff;
  border-radius: 10rem;
}

.combo-stik-tlt42 .sec7-top-stik {
  margin-bottom: 0.6rem;
}

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

.sec7-top-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 0.7rem;
       column-gap: 0.7rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-ul {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-ul {
    display: block;
  }
  .sec7-top-ul li + li {
    margin-top: 3.5rem;
  }
}
.sec7-top-ul li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 4.5rem;
  padding-bottom: 18rem;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .sec7-top-ul li {
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .sec7-top-ul li {
    clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  }
}
@media screen and (max-width: 1200px) {
  .sec7-top-ul li {
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-ul li {
    padding-top: 2.5rem;
    padding-bottom: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-ul li {
    padding-bottom: 15rem;
  }
}
.sec7-top-ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/top/image26.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.sec7-top-ul li .sec7-top-gr-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15.5rem;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .sec7-top-ul li .sec7-top-gr-link {
    height: 12.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-ul li .sec7-top-gr-link {
    height: 10.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-ul li .sec7-top-gr-link {
    height: 12.5rem;
  }
}
.sec7-top-ul li:first-child {
  background-image: url(../img/top/image25.jpg);
}
.sec7-top-ul li:nth-child(2) {
  background-image: url(../img/top/image27.jpg);
}
.sec7-top-ul li:last-child {
  background-image: url(../img/top/image28.jpg);
}
.sec7-top-ul .sec7-top-txt1 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  position: relative;
  z-index: 4;
}
.sec7-top-ul .sec7-top-txt2 {
  font-size: 3.6rem;
  text-align: center;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 999px) {
  .sec7-top-ul .sec7-top-txt2 {
    font-size: 3rem;
  }
}
.sec7-top-ul .sec7-top-txt3 {
  line-height: 1.9;
  max-width: 38rem;
  width: calc(100% - 12rem);
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1rem;
  margin-top: 3.6rem;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 1400px) {
  .sec7-top-ul .sec7-top-txt3 {
    width: calc(100% - 9rem);
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-ul .sec7-top-txt3 {
    width: calc(100% - 3rem);
    margin-top: 0.6rem;
  }
}

.link-arrow-s1 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  width: 28.3rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
  border: max(1px, 0.1rem) solid #fff !important;
  justify-content: center;
  background-image: url(../img/top/icon2.svg);
  background-size: 1.9rem auto;
  background-repeat: no-repeat;
  background-position: right 2rem center;
  padding-right: 2.4rem;
  transition: all 0.3s ease-in-out;
}
.link-arrow-s1:hover {
  background-color: #024097;
}
@media screen and (max-width: 999px) {
  .link-arrow-s1 {
    width: 26.3rem;
    background-position: right 1rem center;
    padding-right: 1.5rem;
  }
}

.sec7-top-gr-link p.nohiden + p.nohiden {
  margin-top: 1.8rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-gr-link p.nohiden + p.nohiden {
    margin-top: 0.8rem;
  }
}

.sec8-top {
  background-image: url(../img/top/image29.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 6.5rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec8-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1000px) {
  .sec8-top .sec5-top-tlt-eng {
    position: absolute;
    top: 6rem;
    left: 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1800px) {
  .sec8-top .sec5-top-tlt-eng {
    top: 1rem;
    width: -moz-max-content;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1800px) {
  .sec8-top {
    padding-top: 14.5rem;
  }
}

.sec8-top-bgdots {
  position: relative;
}
.sec8-top-bgdots:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/top/image10.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: repeat;
  z-index: -10;
}

.sec8-top-box {
  background-color: #fff;
  padding: 2rem;
}
.sec8-top-box .sec8-top-box-child {
  border: max(1px, 0.1rem) solid #024097;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec8-top-box .sec8-top-box-child {
    padding: 3rem 1.5rem;
    padding-top: 1.5rem;
  }
}
.sec8-top-box .sec8-top-box-link {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .sec8-top-box {
    padding: 1.5rem;
  }
}

.sec8-top-box-number {
  position: relative;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1600px) {
  .sec8-top-box-number {
    padding-bottom: 3.13vw;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-box-number {
    text-align: center;
  }
}
.sec8-top-box-number .sec8-top-box-numberm {
  font-size: 20rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(240deg, rgb(2, 64, 151) 0%, rgb(55, 145, 154) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1600px) {
  .sec8-top-box-number .sec8-top-box-numberm {
    font-size: 10.5vw;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-box-number .sec8-top-box-numberm {
    font-size: 8rem;
    position: static;
    transform: none;
  }
}

.sec8-top-box-tlt {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #22519F;
  margin-top: 2rem;
}
@media screen and (max-width: 1600px) {
  .sec8-top-box-tlt {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-box-tlt {
    font-size: 2.2rem;
    margin-top: 0;
  }
}

.sec8-top-box-txt18 {
  line-height: 2;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.only-top {
  max-width: 124rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  background-image: url(../img/top/image30.png), url(../img/top/image31.png);
  background-size: 80.8rem auto, 29.9rem auto;
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  margin-top: 13.5rem;
}
@media screen and (max-width: 1600px) {
  .only-top {
    margin-top: 8.44vw;
  }
}
@media screen and (max-width: 767px) {
  .only-top {
    width: 100%;
    background-size: 45.8rem auto, 19.9rem auto;
  }
}
@media screen and (min-width: 768px) {
  .only-top .sec8-top-box-txt18 {
    text-align: center;
    line-height: 2.7;
  }
}

.sec8-top-box-link {
  display: flex;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  color: #37919A;
  justify-content: center;
  align-items: center;
  width: 36rem;
  height: 7rem;
  border: max(1px, 0.2rem) solid #37919A !important;
  border-radius: 3.5rem;
  background-image: url(../img/top/icon3.svg);
  background-size: 2.1rem auto;
  background-repeat: no-repeat;
  background-position: right 5rem center;
  transition: all 0.3s ease-in-out;
  padding-right: 3rem;
  background-color: #fff;
}
@media screen and (min-width: 1000px) and (max-width: 1600px) {
  .sec8-top-box-link {
    width: 22.5vw;
    height: 4.38vw;
    background-size: 1.31vw auto;
    background-position: right 2.13vw center;
    padding-right: 1.88vw;
    font-size: 1.13vw;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .sec8-top-box-link.w296 {
    width: 29.6rem;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1600px) {
  .sec8-top-box-link.w296 {
    width: 18.5vw;
  }
}
@media screen and (max-width: 999px) {
  .sec8-top-box-link {
    width: 32rem;
    height: 6rem;
    background-position: right 3rem center;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-box-link {
    width: 100%;
  }
}
.sec8-top-box-link:hover {
  background-image: url(../img/top/icon4.svg);
  background-color: #37919A;
  color: #fff;
}

.sec8-top-img-left-right {
  position: relative;
  max-width: 164rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}
@media screen and (max-width: 999px) {
  .sec8-top-img-left-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.sec8-top-img-left-right-item1, .sec8-top-img-left-right-item2 {
  position: absolute;
  width: 36rem;
}
@media screen and (max-width: 1600px) {
  .sec8-top-img-left-right-item1, .sec8-top-img-left-right-item2 {
    width: 22.5vw;
  }
}
@media screen and (max-width: 1400px) {
  .sec8-top-img-left-right-item1, .sec8-top-img-left-right-item2 {
    width: 20vw;
  }
}
@media screen and (max-width: 999px) {
  .sec8-top-img-left-right-item1, .sec8-top-img-left-right-item2 {
    width: 20rem;
  }
}

.sec8-top-img-left-right-item1 {
  left: 0;
  bottom: 5rem;
}
@media screen and (max-width: 1600px) {
  .sec8-top-img-left-right-item1 {
    bottom: 3.13vw;
  }
}
@media screen and (max-width: 999px) {
  .sec8-top-img-left-right-item1 {
    bottom: 31rem;
    left: 3rem;
  }
}

.sec8-top-img-left-right-item2 {
  right: 0;
  bottom: -10rem;
}
@media screen and (max-width: 1600px) {
  .sec8-top-img-left-right-item2 {
    bottom: -6.25vw;
  }
}
@media screen and (max-width: 999px) {
  .sec8-top-img-left-right-item2 {
    bottom: -20rem;
    right: 3rem;
  }
}

.sec9-top-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sec9-top-item.row-rever {
  flex-direction: row-reverse;
}
.sec9-top-item .sec9-top-item-img {
  width: 48.9%;
}
.sec9-top-item .sec9-top-item-content {
  width: 51.1%;
  padding-top: 10rem;
}
@media screen and (max-width: 1600px) {
  .sec9-top-item .sec9-top-item-content {
    padding-top: 6.25vw;
  }
}
@media screen and (max-width: 1400px) {
  .sec9-top-item .sec9-top-item-content {
    padding-top: 3.25vw;
  }
}
@media screen and (max-width: 999px) {
  .sec9-top-item .sec9-top-item-content {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-item .sec9-top-item-content {
    width: 100%;
  }
}
.sec9-top-item .sec9-top-item-content .sec8-top-box-txt18 {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 6rem);
}
@media screen and (max-width: 999px) {
  .sec9-top-item .sec9-top-item-content .sec8-top-box-txt18 {
    width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-item .sec9-top-item-content .sec8-top-box-txt18 {
    width: 100%;
  }
}

.sec9-top-item1 {
  padding-top: 10rem;
  background-image: url(../img/top/image34.png);
  background-size: 109.1rem auto;
  background-repeat: no-repeat;
  background-position: top left;
}
@media screen and (max-width: 1600px) {
  .sec9-top-item1 {
    background-size: 68.19vw auto;
    padding-top: 4.25vw;
  }
}
@media screen and (max-width: 999px) {
  .sec9-top-item1 {
    padding-top: 7.25vw;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .sec9-top-item1 .sec9-top-item-img img {
    width: 100%;
    height: 37rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .sec9-top-item1 .sec9-top-item-img {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-item1 {
    padding-top: 0;
  }
}

.sec9-top-item2 {
  padding-top: 7.4rem;
}
@media screen and (max-width: 1600px) {
  .sec9-top-item2 {
    padding-top: 4.63vw;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-item2 {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 1400px) {
  .sec9-top-item2 .sec9-top-item-content {
    padding-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .sec9-top-item2 .sec8-top-box-tlt {
    margin-top: 7rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1600px) {
  .sec9-top-item2 .sec8-top-box-tlt {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .sec9-top-item2 .sec8-top-box-txt18 {
    max-width: 58rem !important;
    margin-top: 4.5rem !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1600px) {
  .sec9-top-item2 .sec8-top-box-txt18 {
    margin-top: 1.5rem !important;
  }
}

.sec9-top-item4 {
  padding-top: 3rem;
}
@media screen and (max-width: 1400px) {
  .sec9-top-item4 {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-item4 {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1000px) {
  .sec9-top-item4 .sec8-top-box-txt18 {
    max-width: 66.4rem !important;
  }
}

.icon-bottom {
  background-image: url(../img/top/image36.png);
  background-size: 80.8rem auto;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (max-width: 767px) {
  .icon-bottom {
    background-size: 53.8rem auto;
  }
}

.icon-top {
  background-image: url(../img/top/image38.png);
  background-size: 80.6rem auto;
  background-repeat: no-repeat;
  background-position: top left;
}
@media screen and (max-width: 767px) {
  .icon-top {
    background-size: 54.6rem auto;
  }
}

.sec8-top-box-linkgr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  padding-bottom: 3.6rem;
  padding-top: 3rem;
  row-gap: 1.5rem;
}
@media screen and (max-width: 1600px) {
  .sec8-top-box-linkgr {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1400px) {
  .sec8-top-box-linkgr {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-box-linkgr {
    display: block;
  }
  .sec8-top-box-linkgr .nohiden + .nohiden {
    margin-top: 1.5rem;
  }
}

.sec9-bg-left-top {
  position: relative;
}
.sec9-bg-left-top:before {
  content: "";
  width: 109.1rem;
  height: 40.8rem;
  background-image: url(../img/top/image34.png);
  background-size: contain;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .sec9-bg-left-top:before {
    width: 68.19vw;
    height: 25.5vw;
  }
}

.sec9-number3-2img-item {
  width: 34rem;
}
@media screen and (max-width: 1600px) {
  .sec9-number3-2img-item {
    width: 21.25vw;
  }
}

.sec9-number3-2img-item2 {
  padding-top: 4.7rem;
}
@media screen and (max-width: 999px) {
  .sec9-number3-2img-item2 {
    padding-top: 5.7rem;
  }
}

.sec9-number3-2img {
  position: relative;
  max-width: 182rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}
.sec9-number3-2img .sec9-number3-2img-main {
  position: absolute;
  bottom: 1.5rem;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  width: -moz-max-content;
  width: max-content;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
}
@media screen and (max-width: 1600px) {
  .sec9-number3-2img .sec9-number3-2img-main {
    bottom: -2vw;
  }
}
@media screen and (max-width: 999px) {
  .sec9-number3-2img .sec9-number3-2img-main {
    bottom: 12vw;
  }
}

.sec9-top-item-imgnum4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2.8rem;
       column-gap: 2.8rem;
  padding-top: 9.7rem;
}
@media screen and (max-width: 1400px) {
  .sec9-top-item-imgnum4 {
    padding-top: 3.36vw;
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .sec9-top-item-imgnum4 {
    padding-top: 0;
  }
}

.sec9-top-item-imgnum4-item2 {
  padding-top: 14.5rem;
}
@media screen and (max-width: 1600px) {
  .sec9-top-item-imgnum4-item2 {
    padding-top: 9.06vw;
  }
}
@media screen and (max-width: 1400px) {
  .sec9-top-item-imgnum4-item2 {
    padding-top: 1vw;
    margin-left: auto;
  }
}

@media screen and (max-width: 1400px) {
  .sec9-top-item-imgnum4-item {
    width: 27.14vw;
  }
}
@media screen and (max-width: 999px) {
  .sec9-top-item-imgnum4-item {
    width: 36.14vw;
  }
}

.sec9-number3-2img-bg1 {
  position: relative;
}
.sec9-number3-2img-bg1:before {
  content: "";
  position: absolute;
  top: -16rem;
  right: 0;
  width: 108.6rem;
  height: 40.8rem;
  background-image: url(../img/top/image43.png);
  background-size: contain;
  background-position: right top;
  z-index: -1;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
  .sec9-number3-2img-bg1:before {
    top: -10vw;
    width: 67.88vw;
    height: 25.5vw;
  }
}
@media screen and (max-width: 999px) {
  .sec9-number3-2img-bg1:before {
    top: -24vw;
  }
}

.sec9-number3-2img-bg2 {
  position: relative;
}
.sec9-number3-2img-bg2:before {
  content: "";
  position: absolute;
  top: 23.5rem;
  left: 0;
  width: 154.9rem;
  height: 57.8rem;
  background-image: url(../img/top/image44.png);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .sec9-number3-2img-bg2:before {
    top: 14.69vw;
    width: 96.81vw;
    height: 36.13vw;
  }
}
@media screen and (max-width: 1400px) {
  .sec9-number3-2img-bg2:before {
    top: 22.69vw;
  }
}
@media screen and (max-width: 999px) {
  .sec9-number3-2img-bg2:before {
    width: 114.81vw;
    height: 45.13vw;
  }
}

.sec9-top-item5 {
  padding-top: 2rem;
}
@media screen and (max-width: 1400px) {
  .sec9-top-item5 {
    padding-top: 6.43vw;
  }
}
@media screen and (min-width: 1000px) {
  .sec9-top-item5 .sec9-top-item-content {
    padding-top: 0 !important;
  }
  .sec9-top-item5 .sec9-top-item-img {
    padding-top: 3.7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-item5 {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .sec9-top-item5 .sec9-top-item-img img {
    height: 39rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec9-top-item5 .sec9-top-item-img {
    padding-top: 5rem;
  }
}

.sec9-top {
  overflow: hidden;
}

.sec8-top-img-clock-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.sec8-top-img-clock {
  padding-bottom: 3.5rem;
}

.slider-end-sec9top-item2 {
  padding-top: 5rem;
}
@media screen and (max-width: 999px) {
  .slider-end-sec9top-item2 {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .slider-end-sec9top-item2 {
    padding-top: 0;
  }
}

.slider-end-sec9top {
  padding-top: 9.5rem;
  padding-bottom: 6rem;
  position: relative;
}
.slider-end-sec9top:before {
  content: "";
  width: 109.1rem;
  height: 40.8rem;
  background-image: url(../img/top/image51.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  top: -15rem;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .slider-end-sec9top:before {
    width: 68.19vw;
    height: 25.5vw;
    top: -9.38vw;
  }
}
@media screen and (max-width: 767px) {
  .slider-end-sec9top:before {
    content: none;
  }
}
@media screen and (max-width: 999px) {
  .slider-end-sec9top {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .slider-end-sec9top {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

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

.sec10-top {
  background-color: #DEE8F2;
  padding-top: 2rem;
  padding-bottom: 14rem;
  background-image: url(../img/top/image55.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec10-top {
    padding-bottom: 14rem;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top {
    padding-bottom: 5rem;
  }
  .sec10-top .link-mose-box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.5rem;
  }
}
.sec10-top .sec5-top-tlt-eng {
  letter-spacing: 1.56vw;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .sec10-top .link-mose-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    z-index: 2;
  }
}

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

.sec10-top-flex {
  max-width: 134.5rem;
  margin-left: auto;
  display: grid;
  grid-template-columns: 40.14% 1fr;
  -moz-column-gap: 6.5%;
       column-gap: 6.5%;
  padding-top: 5rem;
}
@media screen and (max-width: 999px) {
  .sec10-top-flex {
    grid-template-columns: 47.14% 1fr;
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-flex {
    display: block;
    padding-top: 2rem;
  }
}

.sec10-top-flex-leftfs34 {
  font-size: 3.4rem;
  font-weight: 700;
  color: #024097;
}
@media screen and (max-width: 999px) {
  .sec10-top-flex-leftfs34 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-flex-leftfs34 {
    font-size: 2.2rem;
    margin-top: 3rem;
  }
}

.sec10-top-flex-left .top-txtfs16 {
  line-height: 2;
  margin-top: 1.2rem;
  letter-spacing: 0.3rem;
}

.sec10-top-flex-per1 {
  display: inline-block;
  font-size: 2rem;
  background-color: #fff;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sec10-top-flex-per1 {
    font-size: 1.7rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}

.sec10-top-flex-per2 {
  display: inline-block;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .sec10-top-flex-per2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-flex-per2 {
    font-size: 2.2rem;
  }
}

.sec10-top-flex-per3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #024097;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec10-top-flex-per3 {
    font-size: 1.6rem;
  }
}

.sec10-top-flex-per {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2.3rem;
       column-gap: 2.3rem;
  justify-content: flex-end;
  padding-top: 3rem;
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 999px) {
  .sec10-top-flex-per {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }
}

.sec10-top-flex-left-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .sec10-top-flex-left-img {
    display: block;
  }
  .sec10-top-flex-left-img li + li {
    margin-top: 1.5rem;
  }
}

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

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

.link-mose-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 54rem;
  height: 12rem;
  background-color: #024097;
  border: max(1px, 0.1rem) solid #024097 !important;
  color: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .link-mose-box {
    width: 30rem;
    height: 8rem;
  }
}
.link-mose-box:before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-color: #fff;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: all 0.3s ease-in-out;
}
.link-mose-box span {
  display: block;
}
.link-mose-box .link-mose-box-jpn {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .link-mose-box .link-mose-box-jpn {
    font-size: 2rem;
  }
}
.link-mose-box .link-mose-box-eng {
  font-size: 1.4rem;
  opacity: 0.6;
}
.link-mose-box:hover {
  background-color: #fff;
  color: #024097;
}
.link-mose-box:hover .link-mose-box-eng {
  opacity: 1;
}
.link-mose-box:hover:before {
  background-color: #024097;
}

.sec11-top-recruit {
  background-image: url(../img/top/image56.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  text-align: center;
  padding-top: 5.8rem;
  padding-bottom: 6rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec11-top-recruit {
    padding: 5rem 1.5rem;
    background-position: left 30% center;
  }
}
.sec11-top-recruit .sec11-top-fs34 {
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 0.9rem;
}
.sec11-top-recruit .txtfs50 {
  line-height: 1;
}
.sec11-top-recruit .link-mose-box2 {
  margin-top: 3.5rem;
}

.txtfs50 {
  font-size: 5rem;
}
@media screen and (max-width: 1600px) {
  .txtfs50 {
    font-size: 3.13vw;
  }
}
@media screen and (max-width: 999px) {
  .txtfs50 {
    font-size: 3rem;
  }
}

.sec11-top-fs34 {
  font-size: 3.4rem;
}
@media screen and (max-width: 1400px) {
  .sec11-top-fs34 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 999px) {
  .sec11-top-fs34 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec11-top-fs34 {
    font-size: 2rem;
  }
}

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

.link-mose-box2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  color: #024097;
  background-color: #fff;
  width: 34rem;
  height: 7rem;
  border: max(1px, 0.1rem) solid #024097 !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.link-mose-box2:before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-color: #024097;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: all 0.3s ease-in-out;
}
.link-mose-box2.cter {
  margin-left: auto;
  margin-right: auto;
}
.link-mose-box2:hover {
  background-color: #024097;
  color: #fff;
}
.link-mose-box2:hover:before {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .link-mose-box2 {
    width: 30rem;
    font-size: 1.6rem;
  }
}

.slider-sec11top-item1 {
  padding-top: 4.38vw;
}
@media screen and (max-width: 767px) {
  .slider-sec11top-item1 {
    padding-top: 0;
  }
}

.sec11-top-slider {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .sec11-top-slider {
    padding-top: 5rem;
  }
}

.sec11-top-column {
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  padding-top: 9rem;
}
.sec11-top-column .sec11-top-column-ul {
  padding-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .sec11-top-column .sec11-top-column-ul {
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec11-top-column {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec11-top-column {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1800px) {
  .sec11-top-column {
    padding-top: 15rem;
  }
}

.sec11-top-column-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 4.3%;
       column-gap: 4.3%;
  row-gap: 3.5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1300px) {
  .sec11-top-column-ul {
    -moz-column-gap: 2.4%;
         column-gap: 2.4%;
  }
}
@media screen and (max-width: 999px) {
  .sec11-top-column-ul {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
.sec11-top-column-ul li {
  position: relative;
}
.sec11-top-column-ul li img {
  width: 100%;
  height: 19rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-top-right-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .sec11-top-column-ul li img {
    height: 10rem;
  }
}
.sec11-top-column-ul li:before {
  content: "";
  position: absolute;
  width: 8rem;
  height: 1rem;
  background-color: #024097;
  top: -1rem;
  left: -1rem;
}

.sec11-top-column-link {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #22201F;
  letter-spacing: 0.3rem;
  display: inline-block;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .sec11-top-column-link {
    font-size: 1.4rem;
  }
}

.sec11-top-column-txt {
  font-size: 1.6rem;
  font-weight: 500;
  color: #22201F;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec11-top-column-txt {
    font-size: 1.2rem;
  }
}

.sec11-top-column-full {
  position: relative;
  overflow: hidden;
  padding-bottom: 8.5rem;
}
@media screen and (max-width: 767px) {
  .sec11-top-column-full {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1000px) {
  .sec11-top-column-full .sec5-top-tlt-eng {
    position: absolute;
    top: 10.42vw;
    right: 1rem;
    z-index: -1;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1800px) {
  .sec11-top-column-full .sec5-top-tlt-eng {
    top: 2rem;
    width: -moz-max-content;
    width: max-content;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

.link-sec11-top-columnm {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background-color: #024097;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30rem;
  width: 28rem;
  height: 5rem;
  border: max(1px, 0.1rem) solid #024097 !important;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .link-sec11-top-columnm {
    font-size: 1.6rem;
    width: 24rem;
  }
}
.link-sec11-top-columnm:hover {
  background-color: #fff;
  color: #024097;
}
.link-sec11-top-columnm.center {
  margin-left: auto;
  margin-right: auto;
}

.link-sec11-instagram {
  max-width: 162.5rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 2rem;
  padding: 3.5rem;
  margin-top: 8.4rem;
  width: calc(100% - 3rem);
}
@media screen and (max-width: 999px) {
  .link-sec11-instagram {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .link-sec11-instagram {
    margin-top: 5rem;
  }
}

.sec12-top {
  background-image: url(../img/top/image65.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 5.5rem;
  color: #fff;
}

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

.sec12-top-item1 {
  display: grid;
  grid-template-columns: 50% 1fr;
  -moz-column-gap: 4.3%;
       column-gap: 4.3%;
}
@media screen and (max-width: 1300px) {
  .sec12-top-item1 {
    -moz-column-gap: 2.3%;
         column-gap: 2.3%;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-item1 {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 4rem;
  }
}

.sec12-top-item1-right-logo img {
  width: 31.8rem;
}
@media screen and (max-width: 999px) {
  .sec12-top-item1-right-logo img {
    width: 29.8rem;
  }
}

.sec12-top-item1-right {
  text-align: center;
}

.sec12-top-item1-left {
  padding-top: 3rem;
}
@media screen and (max-width: 999px) {
  .sec12-top-item1-left {
    padding-top: 0;
  }
}

.sec12-top-item1-right-tell {
  max-width: 49.5rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 1.5rem;
  color: #3F3F3F;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sec12-top-item1-right-tell {
    padding: 2rem 0;
  }
}

.sec12-top-item1-right-tell-tlt {
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .sec12-top-item1-right-tell-tlt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-item1-right-tell-tlt {
    font-size: 1.5rem;
  }
}

.sec12-top-item1-right-tell-icon img {
  width: 37.6rem;
}
@media screen and (max-width: 999px) {
  .sec12-top-item1-right-tell-icon img {
    width: 31.6rem;
  }
}

.sec12-top-item1-right-tell-hour {
  font-size: 1.8rem;
  font-weight: 700;
}

.sec12-top-item1-right-address {
  margin-top: 1.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 999px) {
  .sec12-top-item1-right-address {
    font-size: 1.7rem;
  }
}

.sec12-top-table-calender {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec12-top-table-calender {
    font-size: 1.4rem;
  }
}
.sec12-top-table-calender tr td:first-child {
  width: 15.8rem;
}
@media screen and (max-width: 767px) {
  .sec12-top-table-calender tr td:first-child {
    width: 11rem;
  }
}
.sec12-top-table-calender tr:first-child td {
  padding: 1.3rem 0;
}
.sec12-top-table-calender tr td {
  width: 6.1rem;
  vertical-align: middle;
  padding: 0.7rem 0;
}
@media screen and (max-width: 767px) {
  .sec12-top-table-calender tr td {
    width: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-table-calender tr td:last-child {
    width: 5rem;
  }
}
.sec12-top-table-calender.calender1 tr td {
  border-bottom: max(1px, 0.1rem) solid #fff;
}
.sec12-top-table-calender.calender2 {
  color: #024097;
}
.sec12-top-table-calender.calender2 tr:first-child td {
  background-color: #024097;
  color: #fff;
}
.sec12-top-table-calender.calender2 tr td {
  background-color: #fff;
}
.sec12-top-table-calender.calender2 tr:nth-child(2) {
  border-bottom: max(1px, 0.2rem) solid #F6F6F6;
}
@media screen and (min-width: 768px) {
  .sec12-top-table-calender.calender2 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .sec12-top-table-calender.calender2 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .sec12-top-table-calender.calender2 .ourer {
    font-size: 1.4rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .sec12-top-table-calender.calender2 .ourer {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .sec12-top-table-calender.calender2 .ourder-open {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .sec12-top-table-calender.calender2 .ourder-open {
    font-size: 1.3rem;
  }
}

.sec12-top-table-calender-sub {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  margin-top: 1.5rem;
}
@media screen and (max-width: 999px) {
  .sec12-top-table-calender-sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-table-calender-sub {
    font-size: 1.5rem;
  }
}

.sec12-top-item1-left-icon-bf {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.sec12-top-item1-left-icon-bf:before {
  content: "";
  width: 5.6rem;
  height: 5.6rem;
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec12-top-item1-left-icon-bf.sec12-top-bf1:before {
  background-image: url(../img/top/image79.svg);
}
.sec12-top-item1-left-icon-bf.sec12-top-bf2:before {
  background-image: url(../img/top/image80.svg);
}

.sec12-top-item1-left-icon {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-top: 5.5rem;
}
@media screen and (max-width: 999px) {
  .sec12-top-item1-left-icon {
    grid-template-columns: max-content 1fr;
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-item1-left-icon {
    display: block;
  }
  .sec12-top-item1-left-icon .sec12-top-item1-left-icon-item + .sec12-top-item1-left-icon-item {
    margin-top: 1.5rem;
  }
}

.sec12-top-table-calender-link-max {
  font-size: 1.6rem;
  font-weight: 500;
  border: max(1px, 0.1rem) solid #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  width: 100%;
  border-radius: 100rem;
  transition: all 0.3s ease-in-out;
}
.sec12-top-table-calender-link-max.webs {
  background-image: url(../img/top/image81.svg), url(../img/top/image82.svg);
  background-size: 2.2rem auto, 0.7rem auto;
  background-repeat: no-repeat, no-repeat;
  background-position: left 3rem center, right 2.4rem center;
}
@media screen and (max-width: 999px) {
  .sec12-top-table-calender-link-max.webs {
    background-position: left 1rem center, right 1.5rem center;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-table-calender-link-max.webs {
    background-position: left 3rem center, right 2.4rem center;
  }
}
.sec12-top-table-calender-link-max.lines {
  background-image: url(../img/top/image83.svg), url(../img/top/image82.svg);
  background-size: 2.2rem auto, 0.7rem auto;
  background-repeat: no-repeat, no-repeat;
  background-position: left 3rem center, right 2.4rem center;
}
@media screen and (max-width: 999px) {
  .sec12-top-table-calender-link-max.lines {
    background-position: left 1rem center, right 1.5rem center;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-table-calender-link-max.lines {
    background-position: left 3rem center, right 2.4rem center;
  }
}
.sec12-top-table-calender-link-max:hover {
  background-color: #024097;
}

.sec12-top-table-calender-link {
  display: block;
  max-width: 26.5rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .sec12-top-table-calender-link {
    display: block;
  }
  .sec12-top-table-calender-link .nohiden + .nohiden {
    margin-top: 1.5rem;
  }
}

.sec12-top-item1-googlemap {
  padding-top: 5.5rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .sec12-top-item1-googlemap {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
.sec12-top-item1-googlemap iframe {
  width: 100%;
  height: 36rem;
}
@media screen and (max-width: 767px) {
  .sec12-top-item1-googlemap iframe {
    height: 28rem;
  }
}

.footer {
  background-color: #F6F6F6;
  padding-top: 8rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.footer-cont {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 43.5rem 1fr;
  -moz-column-gap: 7.8%;
       column-gap: 7.8%;
}
.footer-cont .sec12-top-table-calender {
  margin-top: 1.6rem;
}
.footer-cont .footer-link-webs {
  margin-top: 2rem;
}
@media screen and (max-width: 1400px) {
  .footer-cont {
    grid-template-columns: 43.5rem 74rem;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1300px) {
  .footer-cont {
    grid-template-columns: 43.5rem 56.92vw;
  }
}
@media screen and (max-width: 999px) {
  .footer-cont {
    grid-template-columns: 45.5rem 47rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-cont {
    display: block;
  }
}

.logo-ft-mm {
  width: 39.7rem;
}

.footer-fs14 {
  font-size: 1.6rem;
  color: #000000;
}
@media screen and (max-width: 999px) {
  .footer-fs14 {
    font-size: 1.6rem;
  }
}

.footer-left-tell {
  width: 37.6rem;
}

.footer-fs14-l1 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.footer-fs14-l2 {
  text-align: center;
  margin-top: 1.7rem;
}

.footer-link-webs {
  font-size: 2.4rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #024097;
  border: max(1px, 0.1rem) solid #024097 !important;
  border-radius: 100rem;
  width: 33rem;
  height: 8rem;
  padding-left: 2.6rem;
}
.footer-link-webs.cter {
  margin-left: auto;
  margin-right: auto;
}
.footer-link-webs {
  background-image: url(../img/top/image81.svg), url(../img/top/image82.svg);
  background-size: 2.6rem auto, 0.7rem auto;
  background-repeat: no-repeat, no-repeat;
  background-position: left 9rem center, right 2.5rem center;
  transition: all 0.3s ease-in-out;
}
.footer-link-webs:hover {
  background-color: #fff;
  color: #024097;
  background-image: url(../img/top/image84.svg), url(../img/top/image85.svg);
}
@media screen and (max-width: 767px) {
  .footer-link-webs {
    font-size: 2rem;
    width: 27rem;
    height: 6rem;
    padding-left: 2.6rem;
    background-position: left 7rem center, right 2.5rem center;
  }
}

.footer-right-tlt {
  font-size: 2.8rem;
  color: #024097;
  border-bottom: max(2px, 0.3rem) solid #37919A;
  padding-bottom: 0.2rem;
}

.footer-right-ul {
  font-size: 1.6rem;
  padding-top: 3.4rem;
}
@media screen and (max-width: 999px) {
  .footer-right-ul {
    font-size: 1.5rem;
  }
}
.footer-right-ul li + li {
  margin-top: 2rem;
}
@media screen and (max-width: 999px) {
  .footer-right-ul li + li {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-right-ul {
    padding-top: 2.4rem;
  }
}

.footer-right {
  display: grid;
  grid-template-columns: 20rem 44rem;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .footer-right {
    grid-template-columns: 20rem 35.38vw;
  }
}
@media screen and (max-width: 999px) {
  .footer-right {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-right {
    display: block;
    padding-top: 3rem;
  }
}

.footer-right-ul-gr {
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .footer-right-ul-gr {
    display: block;
  }
  .footer-right-ul-gr .footer-right-ul + .footer-right-ul {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-right-ul-gr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .footer-right-ul-gr .footer-right-ul + .footer-right-ul {
    padding-top: 2.4rem;
  }
}

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

.footer-bottom {
  font-size: 1.4rem;
  color: #024097;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 7.4rem;
}
.footer-bottom img {
  width: 17rem;
}
@media screen and (min-width: 768px) {
  .footer-bottom p {
    padding-left: 2.2rem;
    margin-left: 2.2rem;
    border-left: max(1px, 0.1rem) solid #024097;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    height: auto;
    padding: 1.5rem 0;
    padding-bottom: 1rem;
    row-gap: 0.7rem;
  }
}

.scrolltop-allow {
  background-image: url(../img/common/vettor17.svg);
  background-size: 1.2rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  width: 8rem;
  height: 8rem;
  background-color: #024097;
  border: 0;
  outline: 0;
  z-index: 20;
  position: fixed;
  bottom: 3.4rem;
  right: 10rem;
  border-radius: 100rem;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .scrolltop-allow {
    width: 6.4rem;
    height: 6.4rem;
    right: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .scrolltop-allow {
    width: 4.4rem;
    height: 4.4rem;
    bottom: 6.4rem;
    right: 1.5rem;
  }
}

.sec6-top-list-icon {
  height: 21em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec6-top-list-icon {
    height: 11em;
  }
}

.sec6-top-list-content-tlt {
  text-align: center;
  font-weight: 700;
  margin-top: 1.5em;
  position: relative;
  padding-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
  .sec6-top-list-content-tlt {
    margin-top: 0;
  }
}
.sec6-top-list-content-tlt:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: max(1px, 0.1em);
  background-color: #fff;
}
.sec6-top-list-content-tlt span {
  font-size: 2.4em;
}
@media screen and (max-width: 999px) {
  .sec6-top-list-content-tlt span {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-list-content-tlt span {
    font-size: 1.8em;
  }
}

.sec6-top-list-icon1 {
  width: 12.5em;
}

.sec6-top-list-icon2 {
  width: 11.7em;
}

.sec6-top-list-icon3 {
  width: 10.5em;
}

.sec6-top-list-icon4 {
  width: 13.9em;
}

.sec6-top-list-icon5 {
  width: 10.7em;
}

.sec6-top-list-icon6 {
  width: 10.9em;
}

.sec6-top-list-icon7 {
  width: 9.6em;
}

.sec6-top-list-icon8 {
  width: 11em;
}

.sec6-top-list-icon9 {
  width: 11.2em;
}

.sec6-top-list-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.sec6-top-listhv {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 21em;
  display: flex;
  align-items: center;
  background-color: #004fa3;
  padding: 0.5em 2em;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec6-top-listhv {
    display: none;
  }
}
.sec6-top-listhv span {
  font-size: 1.8em;
  display: block;
  width: 100%;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .sec6-top-listhv span {
    font-size: 2em;
  }
}

.sec6-top-list-img img {
  width: 100%;
  height: 34em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 767px) {
  .sec6-top-list-img img {
    height: 21em;
  }
}

@media screen and (min-width: 1000px) {
  .sec6-top .sec5-top-tlt-eng {
    position: absolute;
    right: 5rem;
    top: 7rem;
    height: -moz-max-content;
    height: max-content;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1800px) {
  .sec6-top .sec5-top-tlt-eng {
    right: auto;
    left: 50%;
    width: -moz-max-content;
    width: max-content;
    transform: translateX(-50%);
    top: 2rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1800px) {
  .sec6-top {
    padding-top: 15rem;
  }
}

.table-calender-small {
  font-size: 1.4rem;
  color: #024097;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .table-calender-small {
    font-size: 1.2rem;
  }
}

.table-calender-overfol {
  overflow: auto;
}
@media screen and (max-width: 999px) {
  .table-calender-overfol {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .table-calender-overfol .table-calender-overfol-child {
    width: 120rem;
  }
}
@media screen and (max-width: 767px) {
  .table-calender-overfol .table-calender-overfol-child {
    width: 94rem;
  }
}

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

.table-normal-style {
  width: 100%;
}
.table-normal-style.table-normal-stylew550 {
  max-width: 55rem;
}

.table-normal-style tr td:first-child {
  width: 30rem;
  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% - 30rem);
  padding-left: 1.5rem;
  padding-right: 1rem;
  background-color: #fff;
}

.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: 19rem;
  }
  .table-normal-style.table-normal-style2 tr td:last-child {
    width: calc(100% - 19rem);
  }
}
.text-reser {
  text-align: right;
}

.text-upber {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .text-upber {
    font-size: 1.7rem;
  }
}

.list-paradai-item {
  display: flex;
  flex-direction: column;
}
.list-paradai-item .list-paradai-item-img {
  flex-shrink: 0;
}
.list-paradai-item .list-paradai-item-content {
  flex: 1;
}

.alower-secmer {
  border: max(1rem, 5px) solid #37919a;
  padding: 3rem 3rem;
  background-color: #eafdff;
}
@media screen and (max-width: 767px) {
  .alower-secmer {
    padding: 2rem 1.5rem;
    border: max(0.5rem, 1px) solid #37919a;
  }
}
.alower-secmer h1, .alower-secmer h2, .alower-secmer h3, .alower-secmer h4, .alower-secmer h5, .alower-secmer h6 {
  font-size: 3.2rem;
  color: #37919a;
  margin-bottom: 1rem;
  line-height: 1.45;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .alower-secmer h1, .alower-secmer h2, .alower-secmer h3, .alower-secmer h4, .alower-secmer h5, .alower-secmer h6 {
    font-size: 2.2rem;
  }
}

.alower-secmer-grid {
  display: grid;
  grid-template-columns: 63% 35%;
  justify-content: space-between;
  align-items: flex-start;
}
.alower-secmer-grid .alower-secmer-img img {
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .alower-secmer-grid {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
}

.layout-amagerzin {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 5rem;
}
@media screen and (min-width: 1000px) {
  .layout-amagerzin.layout-amagerzin--3col {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .layout-amagerzin.layout-amagerzin--3col h1, .layout-amagerzin.layout-amagerzin--3col h2, .layout-amagerzin.layout-amagerzin--3col h3, .layout-amagerzin.layout-amagerzin--3col h4, .layout-amagerzin.layout-amagerzin--3col h5, .layout-amagerzin.layout-amagerzin--3col h6 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-amagerzin {
    display: block;
  }
  .layout-amagerzin .layout-amagerzin-item + .layout-amagerzin-item {
    margin-top: 3rem;
  }
}

.layout-amagerzin-item {
  background-color: #fff;
  padding-bottom: 3rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 2rem rgba(101, 132, 192, 0.3);
}
.layout-amagerzin-item h1, .layout-amagerzin-item h2, .layout-amagerzin-item h3, .layout-amagerzin-item h4, .layout-amagerzin-item h5, .layout-amagerzin-item h6, .layout-amagerzin-item .text-amagerzin {
  font-size: 2.4rem;
  text-align: center;
  background-color: #92ad7d;
  padding: 1rem 1.5rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .layout-amagerzin-item h1, .layout-amagerzin-item h2, .layout-amagerzin-item h3, .layout-amagerzin-item h4, .layout-amagerzin-item h5, .layout-amagerzin-item h6, .layout-amagerzin-item .text-amagerzin {
    font-size: 1.9rem;
    padding: 1rem;
  }
}
.layout-amagerzin-item .default-txt {
  margin-top: 3rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
@media screen and (max-width: 767px) {
  .layout-amagerzin-item .default-txt {
    margin-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.table-3colum {
  width: 100%;
  table-layout: fixed;
}
.table-3colum tr td:first-child {
  width: 15rem;
  background-color: #024097;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .table-3colum tr td:first-child {
    width: 10rem;
  }
}
.table-3colum tr:not(:last-child) td:first-child {
  border-bottom-color: #fff;
}
.table-3colum tr td {
  width: calc((100% - 15rem) / 2);
  padding: 1rem 1.5rem;
  border: max(1px, 0.1rem) solid #024097;
}
@media screen and (max-width: 767px) {
  .table-3colum tr td {
    width: calc((100% - 10rem) / 2);
  }
}

.table-3columm {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .table-3columm {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .table-3columm .table-3columm-flow {
    width: 67rem;
  }
}

.a_box-tlt-400 {
  font-weight: 400 !important;
}

.sec11-top-column-ul-archive {
  grid-template-columns: 1fr 1fr 1fr;
}

.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;
  }
}
.setting-single-heading .aligncenter {
  display: block;
  margin: 0 auto;
}
.setting-single-heading .alignright {
  display: block;
  margin-left: auto;
}

.sec2-top-content-right {
  overflow: auto;
  height: 19.8rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.sec2-top-content-right::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1600px) {
  .sec2-top-content-right {
    height: 12.38vw;
  }
}
@media screen and (max-width: 1400px) {
  .sec2-top-content-right {
    height: 18rem;
  }
}
@media screen and (max-width: 999px) {
  .sec2-top-content-right {
    height: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-content-right {
    height: 29rem;
  }
}

.sec8-top-box-link--setting-icon {
  background-position: right 2rem center;
}
@media screen and (max-width: 767px) {
  .sec8-top-box-link--setting-icon {
    background-position: right 1rem center;
  }
}

.sec1-top-video video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .sec1-top-video video {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-video video {
    height: 36.3rem;
  }
}

.sec1-top-video {
  position: relative;
  display: flex;
}
.sec1-top-video:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: #3c4c5a;
  opacity: 0;
}

.sec0-top-item {
  width: 18rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec0-top-item {
    width: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .sec0-top-item {
    width: 9rem;
  }
}
.sec0-top-item .sec0-top-item-img {
  position: relative;
}
.sec0-top-item .sec0-top-item-img .sec0-top-item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sec0-top {
  position: fixed;
  bottom: 15rem;
  right: 11rem;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .sec0-top {
    right: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .sec0-top {
    right: 1.5rem;
    bottom: auto;
    position: absolute;
    top: 30%;
    display: none;
  }
}
.sec0-top .sec0-top-item + .sec0-top-item {
  margin-top: 1.5rem;
}

.sec0-close-btn {
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 100rem;
  right: 1.6rem;
  bottom: -1rem;
  cursor: pointer;
  background-image: url(../img/top/close.png);
  background-size: 40% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .sec0-close-btn {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.menu-colum-global3cl {
  display: grid;
  grid-template-columns: max-content max-content max-content;
  -moz-column-gap: 2em;
       column-gap: 2em;
  padding-left: 2em;
  padding-bottom: 2.5em;
  padding-right: 2em;
}

.menu-global-maxcontent {
  width: -moz-max-content !important;
  width: max-content !important;
  left: -22em !important;
}

@media screen and (max-width: 767px) {
  .sec6-top-list-iconm {
    transform: scale(0.5) translateY(4em);
  }
}

@media screen and (max-width: 767px) {
  .sec11-top-column-ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .ft-fixed-item-icon {
    height: 5.3rem;
    text-align: center;
    background-color: #024097;
    padding-top: 2.9rem;
  }
  .ft-fixed-item-icon.first {
    background-image: url(../img/top/telephone.png);
    background-size: 1.4rem auto;
    background-repeat: no-repeat;
    background-position: top 1rem center;
  }
  .ft-fixed-item-icon.nthchild2 {
    background-image: url(../img/common/icon5.svg);
    background-size: 1.4rem auto;
    background-repeat: no-repeat;
    background-position: top 1rem center;
    border-left: 0.1rem solid #37919A;
  }
  .ft-fixed-item-icon.nthchild3 {
    background-image: url(../img/common/vettor18.png);
    background-size: 1.4rem auto;
    background-repeat: no-repeat;
    background-position: top 1rem center;
    border-left: 0.1rem solid #37919A;
  }
  .ft-fixed-item-icon.nthchild4 {
    background-image: url(../img/common/icon3.svg);
    background-size: 1.4rem auto;
    background-repeat: no-repeat;
    background-position: top 1rem center;
    border-left: 0.1rem solid #37919A;
  }
  .ft-fixed-item-icon.nthchild5 {
    background-color: #fff;
    background-image: url(../img/common/fixed_insta.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .ft-fixed-item-icon {
    font-size: 1.3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ft-fixed-gr {
    grid-template-columns: 11.6rem 7.4rem 7.4rem 1fr 1fr;
  }
}

.sec4-top-box0 {
  height: 35em;
  background-image: url(../img/top/image97.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  border-radius: 1.5em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 5em;
}
@media screen and (min-width: 1000px) {
  .sec4-top-box0 {
    font-size: 0.83rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .sec4-top-box0 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-box0 {
    font-size: 0.91vw;
  }
}

.sec4-top-box0-tlt-txt {
  padding-left: 5em;
  padding-right: 5em;
  border-bottom: max(2px, 0.2em) solid #233D78;
  padding-bottom: 2.5em;
}
.sec4-top-box0-tlt-txt span {
  font-size: 5.8em;
  line-height: 1;
  color: #233D78;
  display: block;
  font-weight: 500;
}

.sec4-top-box0-link {
  background-color: #fff;
  display: flex;
  line-height: 1;
  font-weight: 500;
  border-radius: 100em;
  width: 41.2em;
  height: 6em;
  align-items: center;
  padding-left: 2em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.8em;
  position: relative;
}
.sec4-top-box0-link span {
  font-size: 3em;
}
.sec4-top-box0-link:after {
  content: "";
  background-image: url(../img/common/icon8.png);
  position: absolute;
  width: 6em;
  height: 6em;
  border-radius: 100em;
  background-size: auto 35%;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  right: 0;
  background-color: #E97199;
  transition: all 0.3s ease-in-out;
}
.sec4-top-box0-link .sec4-top-box0-linka {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.sec4-top-box0-link:hover:after {
  background-color: #024097;
}

@media screen and (min-width: 1000px) {
  .header-logo-table {
    display: none;
    transition: all 0.3s ease-in-out;
  }
}

@media screen and (max-width: 999px) {
  .header-logo-pc {
    display: none;
    transition: all 0.3s ease-in-out;
  }
}

@media screen and (min-width: 768px) {
  .table-normal-style.table-normal-style3 tr td:first-child {
    width: 48rem;
    padding-right: 2rem;
  }
  .table-normal-style.table-normal-style3 tr td:last-child {
    width: calc(100% - 48rem);
  }
}
.nthchild6 {
  background-image: url(../img/common/vettor17.svg);
  background-size: 1.2rem auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.bnr_wrap {
  max-width: 97rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  align-items: center;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .bnr_wrap {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1.5rem;
  }
}
.bnr_wrap img {
  width: 100%;
}

.google-map-clinic iframe {
  width: 100%;
  height: 40rem;
}
@media screen and (max-width: 767px) {
  .google-map-clinic iframe {
    height: 30rem;
  }
}/*# sourceMappingURL=style.css.map */