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

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

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

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

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

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

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

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

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

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

.box-mencie-doctor-history {
  background-color: #d8e8f8;
  padding: 2rem 2.5rem;
  margin-bottom: 3rem;
}

.box-mencie-doctor-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1.5rem;
}

.box-mencie-doctor-3cloumn {
  grid-template-columns: 1fr 1fr 1fr;
}

.box-mencie-doctor-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #014099;
  color: #fff;
  font-size: 1.6rem;
  padding: 1.5rem 0.5rem;
  height: 100%;
  text-align: center;
}

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

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

@media screen and (max-width: 999px) {
  .box-mencie {
    padding: 2rem;
    margin-bottom: 4rem;
  }
  .box-mencie-doctor {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .box-mencie-doctor-left1 {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
  .box-mencie-doctor-left2-last {
    font-size: 2.2rem;
  }
  .box-mencie-doctor-norise {
    font-size: 2.2rem;
  }
  .box-mencie-doctor-history {
    padding: 1rem 1.5rem;
  }
  .box-mencie-doctor-3cloumn {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .box-mencie-doctor {
    display: flex;
    flex-direction: column-reverse;
  }
  .box-mencie {
    padding: 2rem 1.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .box-mencie-item {
    padding: 2rem 1.5rem;
  }
  .box-mencie-doctor-right {
    padding-bottom: 2rem;
  }
  .box-mencie-doctor-left1 {
    font-size: 2.2rem;
  }
  .box-mencie-doctor-left2-last, .box-mencie-doctor-norise {
    font-size: 2rem;
  }
  .box-mencie-doctor-norise-ul {
    font-size: 1.6rem;
  }
  .box-mencie-doctor-link {
    display: block;
  }
  .box-mencie-doctor-link li + li {
    margin-top: 1rem;
  }
}
.single-content-post .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .single-content-post .alignleft {
    float: left;
    margin-right: 1.5rem;
  }
  .single-content-post .alignright {
    float: right;
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .single-content-post .alignleft, .single-content-post .alignright, .single-content-post .aligncenter {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.banner-page {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 13.5rem;
}
@media screen and (max-width: 999px) {
  .banner-page {
    margin-top: 10.6rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-page {
    margin-top: 10rem;
  }
}
.banner-page img {
  width: 100%;
  height: 55rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top 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: #2068B4;
  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: #2068B4;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.brecum-page-ul .icon {
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #212121;
  border-right: 1px solid #212121;
  transform: rotate(45deg);
}
.brecum-page-ul a {
  color: #212121;
  transition: all 0.3s ease-in-out;
}
.brecum-page-ul a:hover {
  color: #2068B4;
}

.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 #2068B4;
  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: #2068B4;
  -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: #2068B4;
}
@media screen and (min-width: 768px) {
  .under-list-ul a:hover {
    color: #2068B4;
    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: 10rem auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 8rem;
}
.setting-title h3::first-letter {
  color: #2068B4;
}
@media screen and (max-width: 767px) {
  .setting-title h3 {
    background-size: 10.2rem auto;
    font-size: 2.4rem;
    padding-top: 8rem;
    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: #2068B4;
  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: #2068B4;
  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: #2068B4;
}
@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: #2068B4;
  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: #2068B4;
}
@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: #f2f7fb;
  border: 0.6rem solid #5C8ABC;
}

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

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

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

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

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

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

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

.tlt-style-line {
  font-size: 2.2rem;
  padding-bottom: 1.3rem;
  border-bottom: 2px solid #212121;
  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: #2068B4;
  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 #2068B4;
    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 #2068B4;
  }
  .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 #2068B4 !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: #2068B4;
  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: #2068B4;
  padding: 0.9rem 4rem 1rem 2rem;
  border-radius: 0.5rem;
  color: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  position: relative;
  letter-spacing: 0.3rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .under-list-style2-ul-item {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
.under-list-style2-ul-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: max(0.8rem, 5px);
  height: max(0.8rem, 5px);
  border-right: max(1px, 0.2rem) solid #fff;
  border-bottom: max(1px, 0.2rem) solid #fff;
  transform: translateY(-75%) rotate(45deg);
}

.under-list-style2-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .under-list-style2-ul {
    display: block;
  }
  .under-list-style2-ul li + li {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .under-list-style2.col1 .under-list-style2-ul {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .under-list-style2.col2 .under-list-style2-ul {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
  .under-list-style2.col2 .under-list-style2-ul li {
    width: calc((100% - 1rem) / 2);
  }
  .under-list-style2.col3 .under-list-style2-ul li {
    width: calc((100% - 2rem) / 3);
  }
  .under-list-style2.col4 .under-list-style2-ul li {
    width: calc((100% - 3rem) / 4);
  }
}

.q_box {
  position: relative;
  cursor: pointer;
}
.q_box .toggle-iconplus {
  position: absolute;
  top: 1.3rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .q_box .toggle-iconplus {
    top: 1rem;
  }
}
.q_box .toggle-iconplus:before, .q_box .toggle-iconplus:after {
  content: "";
  width: 3rem;
  height: max(2px, 0.4rem);
  background-color: #2068B4;
  position: absolute;
  top: 50%;
}
.q_box .toggle-iconplus:after {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.q_box.is-active .toggle-iconplus:after {
  opacity: 0;
}

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

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

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

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

.title-category {
  font-size: 2.2rem;
  color: #fff;
  background-color: #2068B4;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.archive-post-category {
  font-size: 1.8rem;
  color: #2068B4;
  font-weight: 500;
  border: max(1px, 0.1rem) solid #2068B4;
}
.archive-post-category li {
  padding: 0 2rem;
}
.archive-post-category li a {
  display: block;
  padding: 1rem 1rem;
}

.wrap-pagi .wp-pagenavi {
  padding-top: 5rem;
  display: flex;
  flex-wrap: wrap;
}
.wrap-pagi .wp-pagenavi a, .wrap-pagi .wp-pagenavi span {
  padding: 1rem;
  font-size: 1.5rem;
  border-color: #2068B4;
}
.wrap-pagi .wp-pagenavi a:hover, .wrap-pagi .wp-pagenavi span.current {
  background-color: #2068B4;
  color: #fff;
  border-color: #2068B4;
}

.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: #2068B4 !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: 2em;
}
.menu-global.menu-global-1column {
  width: 25em;
}
.menu-global.menu-global-3column .menu-colum-global {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 5em 10em;
  -moz-column-gap: 5em;
       column-gap: 5em;
}
@media screen and (max-width: 1500px) {
  .menu-global.menu-global-3column .menu-colum-global {
    padding: 5em 5em;
  }
}

.menu-colum-global {
  background-color: #2068B4;
  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.7em;
}
.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% - 6em);
  left: 0;
  right: 0;
  padding-top: 6em;
}
.dropmenu3column:hover .menu-global-3column {
  display: block !important;
}

.footer-mgt-page {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .footer-mgt-page {
    margin-top: 5rem;
  }
}

.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 #2068B4 !important;
  border-radius: 10rem;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #2068B4;
}
.link-arline-page:hover {
  background-color: #fff;
  color: #2068B4;
}
@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 2rem rgba(0, 0, 0, 0.14);
}
.archive-post-column li img {
  width: 100%;
  height: 27rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 999px) {
  .archive-post-column li img {
    height: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .archive-post-column li img {
    height: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .archive-post-column {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 2rem;
  }
}

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

.list-post-topics-txt-date {
  font-size: 1.7rem;
  color: #2068B4;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list-post-topics-txt-date {
    font-size: 1.5rem;
  }
}

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

.list-post-topics-txt-dect {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .list-post-topics-txt-dect {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}
.list-post-topics-txt-dect a {
  display: inline-block;
  color: #2068B4;
  border-bottom: max(1px, 0.1rem) solid #2068B4;
  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: #2068B4;
  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: #2068B4;
}
.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 #2068B4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .table-normal-style tr td {
    width: 100% !important;
    float: left;
    border: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .table-normal-style.table-normal-style2 tr td:first-child {
    width: 35rem;
  }
  .table-normal-style.table-normal-style2 tr td:last-child {
    width: calc(100% - 35rem);
  }
}
@media screen and (min-width: 768px) {
  .table-normal-style.table-style3 tr td:first-child {
    width: 43rem;
  }
  .table-normal-style.table-style3 tr td:last-child {
    width: calc(100% - 43rem);
  }
}
@media screen and (min-width: 768px) {
  .table-normal-style.table-style4 tr td:first-child {
    width: 25rem;
  }
  .table-normal-style.table-style4 tr td:last-child {
    width: calc(100% - 25rem);
  }
}

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

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

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

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

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

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

.list-paradai-item-content {
  background-color: #2068B4;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.7rem;
  padding-bottom: 1.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: -15rem;
  left: 0;
}
@media screen and (max-width: 999px) {
  .scrool-link-parent .scrool-link-child {
    top: -15rem;
  }
}
@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;
  display: none;
}

.ud_point-item-number-txt {
  font-size: 8rem;
  color: #2068B4;
  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;
  }
}

.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: #2068B4;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ud_step .ud_step-item + .ud_step-item:after {
    width: 2rem;
    height: 2rem;
    top: -5rem;
  }
}

.ud_step-item {
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(71, 71, 71, 0.2901960784);
  width: calc(100% - 1.5rem);
  padding: 3rem 2.5rem;
  padding-top: 0.2rem;
  position: relative;
  background-image: url(../img/common/image07.png), url(../img/common/image08.png);
  background-size: 40rem auto, 60rem auto;
  background-position: bottom right, top left;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 767px) {
  .ud_step-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: calc(100% - 0.6rem);
    background-size: 27rem auto, 37rem auto;
  }
}
.ud_step-item:before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: -1.5rem;
  bottom: -2rem;
  background-color: #2068B4;
  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: #2068B4;
  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: #2068B4;
  border: max(1px, 0.1rem) solid #2068B4;
  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: #2068B4;
}

.informetab {
  display: none;
}

#tab1 {
  display: block;
}

.mgt5 {
  margin-top: 5rem;
}

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

@keyframes fade-top {
  to {
    opacity: 1;
    transform: none;
  }
}
.header-logo {
  font-size: 10px;
}
@media screen and (max-width: 1600px) {
  .header-logo {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 999px) {
  .header-logo {
    font-size: 1rem;
  }
}
.header-logo img {
  width: 40.6em;
}
@media screen and (max-width: 999px) {
  .header-logo img {
    width: 30em;
  }
}
@media screen and (max-width: 767px) {
  .header-logo img {
    width: 27em;
  }
}
.header-logo .header-logo-jpn {
  color: #141414;
  position: absolute;
  bottom: 0;
  left: 2em;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1300px) {
  .header-logo .header-logo-jpn {
    bottom: -1em;
  }
}
.header-logo .header-logo-jpn strong {
  font-size: 1.3em;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .header-logo .header-logo-jpn strong {
    font-size: 1.45em;
  }
}
@media screen and (max-width: 999px) {
  .header-logo .header-logo-jpn strong {
    font-size: 1.3em;
  }
}
.header-logo .header-logo-href {
  display: inline-block;
  position: relative;
}

.header-href-tell, .header-href-access {
  display: inline-block;
  border-radius: 5rem;
  overflow: hidden;
}

.header-href-tell {
  width: 28rem;
  margin-right: 0.7rem;
  margin-left: 2.4rem;
}

.header-href-access {
  width: 12rem;
}

.header-address-text {
  font-size: 1.5rem;
  color: #141414;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .header-address-text {
    font-size: 1.3rem;
  }
}

.header-address {
  display: flex;
  align-items: center;
  padding-bottom: 0.7rem;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  padding-right: 2.7rem;
}
@media screen and (max-width: 1600px) {
  .header-address {
    padding-right: 1.69vw;
  }
}
@media screen and (max-width: 1500px) {
  .header-address {
    padding-right: 1vw;
  }
}

.header-menu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-menu-list > li > a {
  display: block;
  text-align: center;
  padding-left: 2.7rem;
  padding-right: 2.7rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .header-menu-list > li > a {
    padding-left: 1.3vw;
    padding-right: 1.3vw;
  }
}
@media screen and (max-width: 1500px) {
  .header-menu-list > li > a {
    padding-left: 0.9vw;
    padding-right: 0.9vw;
  }
}
.header-menu-list > li > a .jpn {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #141414;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .header-menu-list > li > a .jpn {
    font-size: 1.6rem;
  }
}
.header-menu-list > li > a .eng {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #2068B4;
}
.header-menu-list > li > a.icon-down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 0.8rem;
  height: 0.8rem;
  border: max(1px, 0.2rem) solid #56C4F5;
  border-top: 0;
  border-left: 0;
}
.header-menu-list > li > a:hover .jpn, .header-menu-list > li > a.is-active .jpn {
  color: #2068B4;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-left: 1rem;
  padding-bottom: 1.5rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  header {
    padding-right: 1.5rem;
  }
}

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

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

.sec1-top {
  margin-top: 13.6rem;
  position: relative;
  z-index: 1;
}
.sec1-top:before {
  content: "";
  width: 13.75vw;
  height: 26.98vw;
  background-image: url(../img/top/img03.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .sec1-top:before {
    width: 16.75vw;
    height: 31.98vw;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top:before {
    content: none;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top {
    margin-top: 10.6rem;
  }
}

.sec1-top-slider-item-img img {
  width: 100%;
  height: calc(100vh - 13.6rem);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-top-left-radius: 11rem;
  border-bottom-right-radius: 11rem;
}
@media screen and (max-width: 999px) {
  .sec1-top-slider-item-img img {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-slider-item-img img {
    width: 100%;
    height: 30rem;
  }
}

.sec1-top-cont {
  max-width: 184.4rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .sec1-top-cont {
    width: 100%;
  }
}

.sec1-top-slider-item {
  position: relative;
}

.sec1-top-slider-item-content {
  position: absolute;
  top: 47vh;
  left: 4em;
  background-color: rgba(255, 255, 255, 0.7);
  padding-left: 4em;
  width: 115em;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 20rem;
  padding-top: 2em;
  padding-bottom: 2.5em;
  font-size: 10px;
}
@media screen and (max-width: 1700px) {
  .sec1-top-slider-item-content {
    font-size: 0.59vw;
  }
}
@media screen and (min-width: 1000px) and (max-height: 600px) {
  .sec1-top-slider-item-content {
    top: 40vh;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-slider-item-content {
    top: 27rem;
    width: 124em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-slider-item-content {
    font-size: 1rem;
    top: auto;
    width: auto;
    right: 0;
    border-radius: 0;
    left: 0;
    padding: 1.5rem;
    bottom: 0;
  }
}
.sec1-top-slider-item-content h1, .sec1-top-slider-item-content h2, .sec1-top-slider-item-content h3, .sec1-top-slider-item-content h4, .sec1-top-slider-item-content h5, .sec1-top-slider-item-content h6 {
  color: #2068B4;
  font-weight: 500;
  font-size: 4.5em;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
@media screen and (max-width: 767px) {
  .sec1-top-slider-item-content h1, .sec1-top-slider-item-content h2, .sec1-top-slider-item-content h3, .sec1-top-slider-item-content h4, .sec1-top-slider-item-content h5, .sec1-top-slider-item-content h6 {
    font-size: 1.7rem;
  }
}
.sec1-top-slider-item-content .sec1-top-slider-txt {
  font-size: 2.8em;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
  padding-top: 0.5rem;
  letter-spacing: 0.3rem;
  text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}
@media screen and (max-width: 999px) {
  .sec1-top-slider-item-content .sec1-top-slider-txt {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-slider-item-content .sec1-top-slider-txt {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}

.sec2-top-cont {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 36rem 1fr;
  align-items: center;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
@media screen and (max-width: 999px) {
  .sec2-top-cont {
    grid-template-columns: 28rem 1fr;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-cont {
    display: block;
  }
}
.sec2-top-cont .style-link-lv1 {
  margin-top: 2rem;
}

.setting-tlt {
  text-align: center;
  line-height: 1;
}
.setting-tlt h1, .setting-tlt h2, .setting-tlt h3, .setting-tlt h4, .setting-tlt h5, .setting-tlt h6 {
  font-size: 3rem;
  color: #000;
  font-weight: 500;
  padding-top: 1rem;
}
@media screen and (max-width: 999px) {
  .setting-tlt h1, .setting-tlt h2, .setting-tlt h3, .setting-tlt h4, .setting-tlt h5, .setting-tlt h6 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .setting-tlt h1, .setting-tlt h2, .setting-tlt h3, .setting-tlt h4, .setting-tlt h5, .setting-tlt h6 {
    font-size: 2.2rem;
  }
}
.setting-tlt .eng {
  font-size: 2rem;
  color: #2068B4;
}
@media screen and (max-width: 767px) {
  .setting-tlt .eng {
    font-size: 1.8rem;
  }
}

.style-link-lv1 {
  display: flex;
  color: #fff;
  font-size: 1.6rem;
  justify-content: center;
  align-items: center;
  background-color: #2068B4;
  height: 6.7rem;
  border-radius: 1rem;
  background-image: url(../img/top/img02.png);
  background-size: 2.1rem auto;
  background-position: right 1.5rem center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.style-link-lv1:hover {
  background-color: #5DCA89;
}
@media screen and (max-width: 999px) {
  .style-link-lv1 {
    height: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .style-link-lv1 {
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec2-top-ul {
  position: relative;
  z-index: 3;
}
.sec2-top-ul li {
  display: grid;
  grid-template-columns: 12rem 14rem 1fr;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  border-bottom: max(1px, 0.1rem) solid #D8DEDE;
}
.sec2-top-ul li:first-child {
  border-top: max(1px, 0.1rem) solid #D8DEDE;
}
@media screen and (max-width: 767px) {
  .sec2-top-ul li {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 1rem;
  }
}
.sec2-top-ul .sec2-top-date {
  font-size: 1.8rem;
  font-weight: 700;
  color: #171717;
}
@media screen and (max-width: 767px) {
  .sec2-top-ul .sec2-top-date {
    font-size: 1.5rem;
  }
}
.sec2-top-ul .sec2-top-category {
  font-size: 1.6rem;
  color: #000;
  display: inline-block;
  line-height: 1.3;
  background-color: #F8FDFF;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec2-top-ul .sec2-top-category {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.5rem;
  }
}
.sec2-top-ul .sec2-top-link-detail {
  font-size: 1.6rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .sec2-top-ul .sec2-top-link-detail {
    margin-left: 0;
  }
}

.sec2-top {
  padding-top: 14rem;
  padding-bottom: 11.5rem;
  position: relative;
  background-image: url(../img/top/img01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.sec2-top:before {
  content: "";
  position: absolute;
  top: -3.65vw;
  right: 0;
  width: 8.85vw;
  height: 16.82vw;
  background-image: url(../img/top/img05.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec2-top:before {
    content: none;
  }
}
.sec2-top:after {
  content: "";
  width: 9.69vw;
  height: 19.84vw;
  position: absolute;
  bottom: -10.42vw;
  left: 0;
  z-index: 2;
  background-image: url(../img/top/img06.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec2-top:after {
    content: none;
  }
}
@media screen and (max-width: 999px) {
  .sec2-top {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec2-top-right {
  height: 22.5rem;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .sec2-top-right {
    margin-top: 3rem;
    height: 33.5rem;
  }
}

.sec3-top {
  position: relative;
}
.sec3-top:before {
  content: "";
  width: 24.53vw;
  height: 27.24vw;
  background-image: url(../img/top/img04.png);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: -15.63vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec3-top:before {
    width: 12rem;
    height: 15rem;
    top: -4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/top/img03.png);
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 14.4rem;
    height: 10.8rem;
  }
}

.setting-tlt-gg {
  text-align: center;
  line-height: 1;
  background-image: url(../img/top/img39.png);
  background-size: 13rem auto;
  background-repeat: no-repeat;
  background-position: bottom 2rem center;
  padding-bottom: 3.5rem;
  position: relative;
}
.setting-tlt-gg .tlt-num, .setting-tlt-gg .setting-tlt-gg-cl {
  color: #2068B4;
}
.setting-tlt-gg.setting-tlt-gg-white h1, .setting-tlt-gg.setting-tlt-gg-white h2, .setting-tlt-gg.setting-tlt-gg-white h3, .setting-tlt-gg.setting-tlt-gg-white h4, .setting-tlt-gg.setting-tlt-gg-white h5, .setting-tlt-gg.setting-tlt-gg-white h6 {
  color: #fff;
}
.setting-tlt-gg.setting-tlt-gg-white.icon-tlt:before {
  background-image: url(../img/top/img66.png);
}
.setting-tlt-gg.icon-tlt2 {
  background-image: url(../img/top/img65.png);
}
.setting-tlt-gg.icon-tlt3 {
  background-image: url(../img/top/img72.png);
}
.setting-tlt-gg .tlt-num {
  font-size: 9rem;
}
@media screen and (max-width: 1700px) {
  .setting-tlt-gg .tlt-num {
    font-size: 5.29vw;
  }
}
@media screen and (max-width: 767px) {
  .setting-tlt-gg .tlt-num {
    font-size: 4rem;
  }
}
@media screen and (max-width: 999px) {
  .setting-tlt-gg {
    background-size: 10rem auto;
  }
}
@media screen and (max-width: 767px) {
  .setting-tlt-gg {
    background-size: 6rem auto;
    padding-bottom: 2.5rem;
  }
}
.setting-tlt-gg .eng {
  font-size: 5.21vw;
  color: #8DB3D9;
  position: relative;
  z-index: 2;
  letter-spacing: 2rem;
}
@media screen and (max-width: 999px) {
  .setting-tlt-gg .eng {
    letter-spacing: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .setting-tlt-gg .eng {
    font-size: 3rem;
    letter-spacing: 0.4rem;
  }
}
.setting-tlt-gg h1, .setting-tlt-gg h2, .setting-tlt-gg h3, .setting-tlt-gg h4, .setting-tlt-gg h5, .setting-tlt-gg h6 {
  font-size: 6rem;
  font-weight: 500;
  color: #000;
  position: relative;
  z-index: 2;
  padding-top: 2rem;
}
@media screen and (max-width: 1700px) {
  .setting-tlt-gg h1, .setting-tlt-gg h2, .setting-tlt-gg h3, .setting-tlt-gg h4, .setting-tlt-gg h5, .setting-tlt-gg h6 {
    font-size: 3.53vw;
  }
}
@media screen and (max-width: 767px) {
  .setting-tlt-gg h1, .setting-tlt-gg h2, .setting-tlt-gg h3, .setting-tlt-gg h4, .setting-tlt-gg h5, .setting-tlt-gg h6 {
    font-size: 2.2rem;
    padding-top: 1rem;
  }
}
.setting-tlt-gg.icon-tlt:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 7.4rem;
  height: 1.3rem;
  background-image: url(../img/top/img08.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .setting-tlt-gg.icon-tlt:before {
    width: 7.4rem;
    height: 1rem;
  }
}

.sec4-top-green {
  max-width: 171rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 25.7% 1fr 25.7%;
  -moz-column-gap: 2.6%;
       column-gap: 2.6%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1400px) {
  .sec4-top-green {
    -moz-column-gap: 1.6%;
         column-gap: 1.6%;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-green {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sec4-top-green-img img {
    border-top-left-radius: 6rem;
    border-bottom-right-radius: 6rem;
  }
}

.sec4-top-green-tt {
  display: flex;
  background-color: #fff;
  width: -moz-max-content;
  width: max-content;
  font-size: 2.4rem;
  color: #434548;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  transform: translateY(-2rem);
  padding: 0.5rem 2.5rem;
  border-radius: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1600px) {
  .sec4-top-green-tt {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-green-tt {
    font-size: 1.4rem;
    padding: 0.3rem 1.5rem;
  }
}
.sec4-top-green-tt span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-green-tt span {
    font-size: 1.2rem;
  }
}

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

.sec4-top-green-mid .txt-fs18 {
  text-align: center;
  color: #434548;
  line-height: 2;
  margin-top: 2rem;
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .sec4-top-green-mid .txt-fs18 {
    font-size: max(1.13vw, 12px);
  }
}
@media screen and (min-width: 1000px) {
  .sec4-top-green-mid .txt-fs18 {
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-green-mid .txt-fs18 {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-green-mid .txt-fs18 {
    margin-top: 0;
  }
}

.sec4-top-green-left, .sec4-top-green-right {
  padding-top: 13rem;
}
@media screen and (max-width: 1600px) {
  .sec4-top-green-left, .sec4-top-green-right {
    padding-top: 8.13vw;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-green-left, .sec4-top-green-right {
    padding-top: 17.13vw;
  }
}

.style-link-lv2 {
  font-size: 1.6rem;
  color: #fff;
  background-color: #2e6ead;
  display: flex;
  height: 7.2rem;
  border-radius: 7.2rem;
  justify-content: center;
  align-items: center;
  background-image: url(../img/top/img02.png);
  background-size: 1.5rem auto;
  background-repeat: no-repeat;
  background-position: right 2rem center;
  transition: all 0.3s ease-in-out;
}
.style-link-lv2:hover {
  background-color: #5DCA89;
}
@media screen and (max-width: 1700px) {
  .style-link-lv2 {
    height: 4.24vw;
  }
}
@media screen and (max-width: 767px) {
  .style-link-lv2 {
    height: 6rem;
  }
}

.sec4-top-green-midgrlink {
  max-width: 66rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  margin-top: 4.4rem;
}
@media screen and (max-width: 1600px) {
  .sec4-top-green-midgrlink {
    -moz-column-gap: 1.5vw;
         column-gap: 1.5vw;
    margin-top: 2.75vw;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-green-midgrlink {
    display: block;
    max-width: 25rem;
    margin-top: 2rem;
  }
  .sec4-top-green-midgrlink .nhiden + .nhiden {
    margin-top: 1.5rem;
  }
}

.sec4-top {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec4-top {
    padding-top: 5rem;
  }
}
.sec4-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -10rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/top/img11.png);
  background-size: 192rem auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1500px) {
  .sec4-top:before {
    background-size: 128vw auto;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top:before {
    top: 25rem;
    background-size: 115rem auto;
  }
}

.sec4-top-green-mid-grimg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 3rem;
}

.sec4-top-green-uperlink {
  padding-top: 2rem;
}
@media screen and (max-width: 999px) {
  .sec4-top-green-uperlink {
    padding-top: 28.75vw;
  }
}
@media screen and (max-width: 844px) {
  .sec4-top-green-uperlink {
    padding-top: 3vh;
  }
}

.sec4-top-green-uperlink-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 1.3em;
       column-gap: 1.3em;
  row-gap: 4.4em;
  max-width: 160em;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
}
@media screen and (max-width: 1500px) {
  .sec4-top-green-uperlink-ul {
    font-size: 0.67vw;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-green-uperlink-ul {
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-green-uperlink-ul {
    grid-template-columns: 1fr 1fr;
    font-size: 1.6vw;
    row-gap: 2.4em;
  }
}
.sec4-top-green-uperlink-ul li {
  background-color: #2068B4;
  padding: 0.5em;
  border-radius: 1em;
  position: relative;
}
.sec4-top-green-uperlink-ul li:before {
  content: "";
  width: 3.8em;
  height: 3.8em;
  background-image: url(../img/top/img14.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.sec4-top-green-uperlink-ul li .sec4-top-green-uperlink-card {
  background-color: #fff;
  height: 19.5em;
  border-radius: 1em;
  padding-top: 2.4em;
}
@media screen and (max-width: 767px) {
  .sec4-top-green-uperlink-ul li .sec4-top-green-uperlink-card {
    height: 17.5em;
  }
}
.sec4-top-green-uperlink-ul li .sec4-top-green-uperlink-card .sec4-top-green-uperlink-number {
  width: 6em;
  height: 6em;
  background-color: #2068B4;
  border-radius: 100rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.sec4-top-green-uperlink-ul li .sec4-top-green-uperlink-card .sec4-top-green-uperlink-number span {
  font-size: 2.5em;
}
.sec4-top-green-uperlink-ul li .sec4-top-green-uperlink-card .sec4-top-green-uperlink-jpn {
  text-align: center;
  color: #2068B4;
  padding-top: 0.5em;
}
.sec4-top-green-uperlink-ul li .sec4-top-green-uperlink-card .sec4-top-green-uperlink-jpn span {
  font-size: 2.5em;
  font-weight: 700;
}
.sec4-top-green-uperlink-ul li .sec4-top-green-uperlink-card .sec4-top-green-uperlink-eng {
  color: #2068B4;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.sec4-top-green-uperlink-ul li .sec4-top-green-uperlink-card .sec4-top-green-uperlink-eng span {
  font-size: 1.6em;
  font-weight: 700;
}
.sec4-top-green-uperlink-ul li .sec4-top-green-uperlink-pk {
  height: 24.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec4-top-green-uperlink-ul li .sec4-top-green-uperlink-pk {
    height: 18.5em;
  }
}
.sec4-top-green-uperlink-ul li .sec4-top-green-uperlink-pk .sec4-top-green-uperlink-txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1.8em;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .sec4-top-green-uperlink-ul li .sec4-top-green-uperlink-pk .sec4-top-green-uperlink-txt {
    font-size: 1.8em;
  }
}
.sec4-top-green-uperlink-ul li .sec4-top-green-uperlink-iconimg {
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec4-top-green-uperlink-ul li .sec4-top-green-uperlink-iconimg {
    font-size: 1.07vw;
  }
}
@media screen and (min-width: 1000px) {
  .sec4-top-green-uperlink-ul li:hover .sec4-top-green-uperlink-iconimg {
    opacity: 0;
  }
  .sec4-top-green-uperlink-ul li:hover .sec4-top-green-uperlink-txt {
    opacity: 1 !important;
  }
}

.sec4-top-green-uperlinka {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.sec4-top-green-uperlink-icon {
  position: relative;
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  padding-bottom: 8rem;
}
@media screen and (max-width: 999px) {
  .sec4-top-green-uperlink-icon {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-green-uperlink-icon {
    padding-bottom: 5rem;
    width: 100%;
  }
}
.sec4-top-green-uperlink-icon .sec4-top-green-uperlink-icon-img {
  width: 30.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1500px) {
  .sec4-top-green-uperlink-icon .sec4-top-green-uperlink-icon-img {
    width: 20vw;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-green-uperlink-icon .sec4-top-green-uperlink-icon-img {
    width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-green-uperlink-icon .sec4-top-green-uperlink-icon-img {
    width: 20rem;
    z-index: -1;
  }
}

.sec5-top-ul {
  font-size: 10px;
  max-width: 164em;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3em);
  margin-top: 9em;
}
@media screen and (max-width: 1600px) {
  .sec5-top-ul {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-ul {
    font-size: 1rem;
    margin-top: 3rem;
  }
}
.sec5-top-ul .sec5-top-left-txt span {
  font-size: 3.6em;
  line-height: 1.7;
  color: #3F3F3F;
}
@media screen and (max-width: 767px) {
  .sec5-top-ul .sec5-top-left-txt span {
    font-size: 2.1em;
  }
}
.sec5-top-ul .sec5-top-left-txt span strong {
  font-weight: 700;
}
.sec5-top-ul .sec5-top-left-txt span .sec5-top-left-txt-green {
  color: #5DCA89;
}
.sec5-top-ul .sec5-top-left-txt span .sec5-top-left-txt-blue {
  color: #2068B4;
}
@media screen and (max-width: 767px) {
  .sec5-top-ul .sec5-top-left-txt {
    width: 100%;
    text-align: center;
  }
}
.sec5-top-ul .sec5-top-left-img img {
  height: 15.4em;
}
@media screen and (max-width: 767px) {
  .sec5-top-ul .sec5-top-left-img img {
    height: 6.4em;
  }
}
.sec5-top-ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sec5-top-ul li .sec5-top-left {
  width: 50%;
  max-width: 73em;
}
@media screen and (max-width: 767px) {
  .sec5-top-ul li .sec5-top-left {
    width: 100%;
    max-width: 100%;
  }
}
.sec5-top-ul li .sec5-top-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec5-top-ul li .sec5-top-right {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.sec5-top-ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
.sec5-top-ul li:nth-child(2n) .sec5-top-right-img-shadow:before {
  transform: translate(-1.5em, 1.5em);
}
@media screen and (max-width: 767px) {
  .sec5-top-ul li {
    display: block;
  }
}
.sec5-top-ul li + li {
  margin-top: 4em;
}

.sec5-top-left-gr-tlt {
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
  border-bottom: max(1px, 0.1rem) solid #545E66;
  padding-bottom: 3em;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .sec5-top-left-gr-tlt {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}

.sec5-top-left-sub span {
  line-height: 2;
  color: #3F3F3F;
  font-size: 1.8em;
}
@media screen and (max-width: 1200px) {
  .sec5-top-left-sub span {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-left-sub span {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-left-sub span {
    font-size: 1.5em;
  }
}

.sec5-top-right-img-shadowm {
  position: relative;
  z-index: 2;
}
.sec5-top-right-img-shadowm img {
  border-top-right-radius: 6em;
  border-bottom-left-radius: 6em;
}
@media screen and (max-width: 767px) {
  .sec5-top-right-img-shadowm img {
    border-top-right-radius: 3em;
    border-bottom-left-radius: 3em;
  }
}

.sec5-top-right-img-shadow {
  position: relative;
  display: inline-block;
}
.sec5-top-right-img-shadow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-right-radius: 6em;
  border-bottom-left-radius: 6em;
  transform: translate(1.5em, 1.5em);
  background-image: url(../img/top/img31.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec5-top-right-img-shadow:before {
    content: none;
  }
}

.sec5-top-right-clouse {
  width: 34.4em;
  margin-top: -13em;
  position: relative;
  z-index: 2;
  margin-left: 2em;
}
@media screen and (max-width: 999px) {
  .sec5-top-right-clouse {
    width: 39.4em;
    margin-top: -10em;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-right-clouse {
    width: 21.4em;
    margin-top: -5em;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec5-top-left-link {
  width: 23em;
  height: 6.4em;
  background-color: #fff;
  border: max(1px, 0.1em) solid #2068B4 !important;
  border-radius: 7em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/top/img35.png);
  background-size: 1.5em auto;
  background-repeat: no-repeat;
  background-position: right 2em center;
  transition: all 0.3s ease-in-out;
  color: #2068B4;
}
.sec5-top-left-link span {
  font-size: 1.6em;
}
@media screen and (max-width: 1200px) {
  .sec5-top-left-link span {
    font-size: 2em;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-left-link span {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-left-link span {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 1200px) {
  .sec5-top-left-link {
    background-size: 2em auto;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-left-link {
    width: 23.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-left-link {
    width: 16.5em;
    background-size: 1.3em auto;
    height: 5.4em;
  }
}
.sec5-top-left-link:hover {
  background-image: url(../img/top/img02.png);
  background-color: #2068B4;
  color: #fff;
}

.sec5-top-left-gr-link {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec5-top-left-gr-link {
    row-gap: 1rem;
    justify-content: center;
  }
}

.sec5-top-left-gr-link-bettwin {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec5-top-left-gr-link-bettwin {
    justify-content: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

.sec5-top-left-gr-link-center {
  justify-content: center;
  -moz-column-gap: 1.7em;
       column-gap: 1.7em;
}
@media screen and (max-width: 999px) {
  .sec5-top-left-gr-link-center .sec5-top-left-link {
    width: 25em;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-left-gr-link-center .sec5-top-left-link {
    width: 20em;
  }
}

.sec5-top {
  background-image: url(../img/top/img27.jpg), url(../img/top/img28.jpg);
  background-size: 192rem auto, 192rem auto;
  background-repeat: no-repeat, repeat-y;
  background-position: right top, top center;
  margin-top: -3rem;
  padding-top: 17rem;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .sec5-top {
    margin-top: -1.88vw;
    padding-top: 10.63vw;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top {
    background-image: url(../img/top/img28.jpg);
    background-size: 163rem auto;
    background-repeat: repeat-y;
    background-position: center center;
    margin-top: 0;
    padding-top: 5rem;
    margin-top: 5rem;
  }
}

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

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

.sec5-top-count4 {
  background-image: url(../img/top/img40.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3rem;
  color: #fff;
  padding: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-count4 {
    padding: 1.5rem;
  }
}
.sec5-top-count4 .sec5-top-count4-border {
  border-radius: 3rem;
  border: max(1px, 0.2rem) solid #fff;
  padding-top: 4.5rem;
  padding-bottom: 24rem;
}
@media screen and (max-width: 1600px) {
  .sec5-top-count4 .sec5-top-count4-border {
    padding-bottom: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-count4 .sec5-top-count4-border {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.sec5-top-count4 .sec5-top-count4-border .txt-fs18 {
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 2rem;
  width: calc(100% - 3rem);
}
@media screen and (max-width: 767px) {
  .sec5-top-count4 .sec5-top-count4-border .txt-fs18 {
    margin-top: 1rem;
  }
}

.sec5-top-count4-tlt {
  font-size: 3.6rem;
  line-height: 1.7;
  text-align: center;
}
.sec5-top-count4-tlt .sec5-top-left-txt-yelow {
  font-weight: 700;
  color: #FEF5AF;
}
@media screen and (max-width: 1600px) {
  .sec5-top-count4-tlt {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-count4-tlt {
    font-size: 2.1rem;
  }
}

.sec5-top-count4-number {
  position: relative;
}
.sec5-top-count4-number .sec5-top-count4-numberm {
  width: 25rem;
  position: absolute;
  bottom: -3rem;
  right: 5rem;
}
@media screen and (max-width: 1600px) {
  .sec5-top-count4-number .sec5-top-count4-numberm {
    width: 15.63vw;
    right: 3.13vw;
    bottom: -1vw;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-count4-number .sec5-top-count4-numberm {
    position: static;
    width: 10rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec5-top-count4-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 134rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 9rem);
  -moz-column-gap: 1.8%;
       column-gap: 1.8%;
  margin-top: -23.4rem;
}
@media screen and (max-width: 1600px) {
  .sec5-top-count4-box {
    margin-top: -14.63vw;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-count4-box {
    display: block;
    width: calc(100% - 3rem);
    margin-top: 3rem;
  }
  .sec5-top-count4-box li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.sec5-top-count4-box-txt {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background-color: #5D8FCA;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  text-align: center;
  border-bottom-right-radius: 6rem;
}
@media screen and (max-width: 1400px) {
  .sec5-top-count4-box-txt {
    font-size: 1.43vw;
    padding-top: 1.29vw;
    padding-bottom: 1.29vw;
    border-bottom-right-radius: 4.29vw;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-count4-box-txt {
    font-size: 1.2rem;
    padding: 1rem 0;
  }
}

.sec5-top-count4-box-img img {
  width: 100%;
  height: 28.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 1400px) {
  .sec5-top-count4-box-img img {
    height: 20.43vw;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-count4-box-img img {
    height: 15rem;
  }
}

.sec5-top-right-favicon-right {
  position: relative;
}
.sec5-top-right-favicon-right:before {
  content: "";
  width: 42.9em;
  height: 48.5em;
  background-image: url(../img/top/img45.png);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5em;
  right: -14em;
}

.sec5-top-right-favicon2-right {
  position: relative;
}
.sec5-top-right-favicon2-right:before {
  content: "";
  width: 43em;
  height: 48.5em;
  background-image: url(../img/top/img45.png);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5em;
  left: -14em;
}

@media screen and (min-width: 768px) {
  .sec5-top-ul-l2 {
    margin-top: 9em;
  }
  .sec5-top-ul-l2 li + li {
    margin-top: 10em;
  }
}

.sec6-top-cont {
  max-width: 169rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 39em 1fr 39em;
  -moz-column-gap: 5%;
       column-gap: 5%;
  padding-top: 8.5rem;
}
@media screen and (max-width: 999px) {
  .sec6-top-cont {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-cont {
    display: block;
    padding-top: 5rem;
  }
}

.sec6-top-img-shdow {
  position: relative;
  z-index: 2;
}

.sec6-top-img {
  position: relative;
}
.sec6-top-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sec6-top-img.sec6-top-img-blue:before {
  background-image: url(../img/top/img53.png);
  transform: translate(1.5rem, 1.5rem);
}
@media screen and (max-width: 767px) {
  .sec6-top-img.sec6-top-img-blue:before {
    transform: translate(0.8rem, 0.8rem);
  }
}
.sec6-top-img.sec6-top-img-yelow:before {
  background-image: url(../img/top/img54.png);
  transform: translate(1.5rem, -1.5rem);
}
@media screen and (max-width: 767px) {
  .sec6-top-img.sec6-top-img-yelow:before {
    transform: translate(0.8rem, -0.8rem);
  }
}

.sec6-top-mid-img img {
  border-radius: 1rem;
}

.sec6-top-ul {
  font-size: 3rem;
  color: #665A54;
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
}
@media screen and (max-width: 1700px) {
  .sec6-top-ul {
    font-size: 1.76vw;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top-ul {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-ul {
    font-size: 1.6rem;
  }
}
.sec6-top-ul li {
  display: inline-block;
  background-color: #2068B4;
  color: #fff;
  border-radius: 1rem;
  padding: 0.5rem 1.5rem;
}

.sec6-top-right {
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  .sec6-top-right {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem;
  }
  .sec6-top-right .sec6-top-img {
    width: 48%;
  }
}

.sec6-top-right-link-href {
  display: block;
  width: 27rem;
  height: 27rem;
  background-image: url(../img/top/img56.png);
  border-radius: 100rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate(-4rem, -9rem);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1700px) {
  .sec6-top-right-link-href {
    width: 15.88vw;
    height: 15.88vw;
    transform: translate(-2.35vw, -5.29vw);
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-right-link-href {
    width: 10rem;
    height: 10rem;
    transform: translate(0rem, -5rem);
  }
}

.sec6-top {
  position: relative;
  font-size: 10px;
}
@media screen and (max-width: 1700px) {
  .sec6-top {
    font-size: 0.59vw;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top {
    padding-bottom: 0;
  }
}
.sec6-top:before {
  content: "";
  position: absolute;
  top: -11em;
  right: 0;
  width: 43em;
  height: 48.5em;
  background-image: url(../img/top/img45.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec6-top:before {
    content: none;
  }
}
.sec6-top:after {
  content: "";
  position: absolute;
  width: 43em;
  height: 48.6em;
  background-image: url(../img/top/img57.png);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  bottom: 3em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec6-top:after {
    content: none;
  }
}

.sec7-top-ul {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2.9%;
       column-gap: 2.9%;
  margin-top: 6rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-ul {
    -moz-column-gap: 1.9%;
         column-gap: 1.9%;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-ul {
    display: block;
  }
  .sec7-top-ul li + li {
    margin-top: 3rem;
  }
}
.sec7-top-ul li {
  border: max(1px, 0.2rem) solid #fff;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.sec7-top {
  background-image: url(../img/top/img67.jpg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 15rem;
  margin-top: -8rem;
  padding-bottom: 27rem;
}
@media screen and (max-width: 1400px) {
  .sec7-top {
    padding-top: 20rem;
  }
}
@media screen and (max-width: 1700px) {
  .sec7-top {
    padding-bottom: 15.88vw;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top {
    margin-top: 0;
    padding-top: 5rem;
    background-position: top center;
    background-image: url(../img/top/img68.jpg);
  }
}

.sec7-top-item-tlt {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 500;
  padding-bottom: 2.6rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-item-tlt {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}

.sec7-top-item {
  background-color: #2D68A0;
  color: #fff;
  padding-top: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 100%;
  padding-bottom: 4rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-item {
    padding-bottom: 3rem;
  }
}

.sec7-top-item-txt {
  font-size: 1.6rem;
  line-height: 1.5;
}

.sec7-top-item-link-href {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2D68A0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 29rem;
  margin-left: auto;
  margin-right: auto;
  height: 5rem;
  background-color: #fff;
  border-radius: 2.5rem;
  background-image: url(../img/top/img59.png);
  background-size: 2.1rem auto;
  background-repeat: no-repeat;
  background-position: right 2rem center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .sec7-top-item-link-href {
    font-size: 1.6rem;
  }
}
.sec7-top-item-link-href:hover {
  background-color: #5DCA89;
  color: #fff;
  background-image: url(../img/top/img62.png);
}

.sec7-top-ul-img img {
  width: 100%;
}

.sec7-top-item-link {
  margin-top: 4rem;
}
.sec7-top-item-link .nohiden + .nohiden {
  margin-top: 1.6rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-item-link {
    margin-top: 2rem;
  }
}

.sec7-top-link-big {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3.6rem;
       column-gap: 3.6rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .sec7-top-link-big {
    display: block;
  }
  .sec7-top-link-big .nohiden + .nohiden {
    margin-top: 1.5rem;
  }
}
.sec7-top-link-big a {
  display: block;
  width: 100%;
  height: 15.3rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 1rem;
}
.sec7-top-link-big a.sec7-top-link-big1 {
  background-image: url(../img/top/img63.jpg);
}
.sec7-top-link-big a.sec7-top-link-big2 {
  background-image: url(../img/top/img64.jpg);
}
@media screen and (max-width: 767px) {
  .sec7-top-link-big a {
    height: 14.3rem;
  }
}

.sec8-top {
  background: linear-gradient(#3373AB, #3373AB) top 20rem left/100% calc(100% - 20rem) no-repeat, url(../img/top/img71.png) top 5rem center/100% auto no-repeat;
  margin-top: -18rem;
}
@media screen and (max-width: 1700px) {
  .sec8-top {
    background: linear-gradient(#3373AB, #3373AB) top 11.76vw left/100% calc(100% - 11.76vw) no-repeat, url(../img/top/img71.png) top 2.94vw center/100% auto no-repeat;
    margin-top: -10.59vw;
  }
}
@media screen and (max-width: 999px) {
  .sec8-top {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top {
    padding-top: 4rem;
  }
}

.sec8-top-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 10px;
  margin-top: 3rem;
}
@media screen and (max-width: 1400px) {
  .sec8-top-main {
    font-size: 0.71vw;
  }
}
@media screen and (max-width: 999px) {
  .sec8-top-main {
    display: block;
    font-size: 1rem;
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-main {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.sec8-top-left-item {
  background-color: #C9E2F7;
  padding-top: 2.8em;
  padding-bottom: 5.5em;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.sec8-top-left-item:last-child {
  padding-bottom: 6.25vw;
}
.sec8-top-left-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  background-color: #E3990A;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.sec8-top-left-item .sec8-top-left-item-cont {
  max-width: 84em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1000px) {
  .sec8-top-left-item:hover, .sec8-top-left-item.is-active {
    background-color: #3373AB;
  }
  .sec8-top-left-item:hover:before, .sec8-top-left-item.is-active:before {
    opacity: 1;
  }
  .sec8-top-left-item:hover .sec8-top-left-item-tlt, .sec8-top-left-item.is-active .sec8-top-left-item-tlt {
    color: #fff;
  }
}
@media screen and (max-width: 999px) {
  .sec8-top-left-item {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-left-item {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}

.sec8-top-left-item-tlt {
  color: #555555;
  display: inline-flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  align-items: flex-end;
  transition: all 0.3s ease-in-out;
}
.sec8-top-left-item-tlt .sec8-top-left-item-tlt-jpn {
  font-size: 2.3em;
}
@media screen and (max-width: 767px) {
  .sec8-top-left-item-tlt .sec8-top-left-item-tlt-jpn {
    font-size: 1.8em;
  }
}
.sec8-top-left-item-tlt .sec8-top-left-item-tlt-eng {
  font-size: 1.5em;
  text-transform: uppercase;
}

.sec8-top-left-item-link {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 0.3em;
  background-color: #fff;
  border-radius: 1em;
  padding: 1.5em 4em;
  margin-top: 1.3em;
}
@media screen and (max-width: 767px) {
  .sec8-top-left-item-link {
    padding: 1.5em 1.5em;
    grid-template-columns: 1fr 1fr;
  }
  .sec8-top-left-item-link.sec8-top-left-item-link-1colum {
    grid-template-columns: 1fr;
  }
}
.sec8-top-left-item-link a {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  cursor: default;
}
.sec8-top-left-item-link a:before {
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  background-image: url(../img/top/img69.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.sec8-top-left-item-link a span {
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec8-top-left-item-link a span {
    font-size: 1.5em;
  }
}

.sec8-top-right {
  position: relative;
  background-image: url(../img/top/img70.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.sec8-top-right.troube01 {
  background-image: url(../img/top/img94.jpg);
}
.sec8-top-right.troube02 {
  background-image: url(../img/top/img95.jpg);
}
.sec8-top-right.troube03 {
  background-image: url(../img/top/img70.jpg);
}
@media screen and (max-width: 999px) {
  .sec8-top-right {
    display: none;
  }
}
.sec8-top-right .sec8-top-right-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding: 2em 1.5em;
}
.sec8-top-right .sec8-top-right-item.is-active {
  opacity: 1;
}
.sec8-top-right .sec8-top-right-item-content {
  text-align: center;
  width: 68.5em;
}
.sec8-top-right .sec8-top-right-item-content h1, .sec8-top-right .sec8-top-right-item-content h2, .sec8-top-right .sec8-top-right-item-content h3, .sec8-top-right .sec8-top-right-item-content h4, .sec8-top-right .sec8-top-right-item-content h5, .sec8-top-right .sec8-top-right-item-content h6 {
  font-size: 3em;
}
.sec8-top-right .sec8-top-right-item-content .sec8-top-right-item-subtlt span {
  font-size: 1.4em;
}
.sec8-top-right .sec8-top-right-item-content .sec8-top-right-item-subtlt {
  margin-bottom: 3em;
  position: relative;
  padding-bottom: 2em;
}
.sec8-top-right .sec8-top-right-item-content .sec8-top-right-item-subtlt:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: max(1px, 0.1rem);
  background-color: #fff;
  width: 5em;
}
.sec8-top-right .sec8-top-right-item-txt {
  font-size: 1.7em;
  line-height: 1.7;
  text-align: left;
}

@media screen and (max-width: 999px) {
  .sec8-top-left .sec8-top-left-item + .sec8-top-left-item {
    margin-top: 3rem;
  }
}

.sec9-top-slider-item {
  padding: 2.2rem;
}
@media screen and (max-width: 1500px) {
  .sec9-top-slider-item {
    padding: 1.47vw;
  }
}
@media screen and (max-width: 999px) {
  .sec9-top-slider-item {
    padding: 1.5rem;
  }
}
.sec9-top-slider-item img {
  border-radius: 1rem;
}
.sec9-top-slider-item .sec9-top-slider-img {
  position: relative;
}
.sec9-top-slider-item .sec9-top-slider-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: max(1px, 0.1rem) solid #2068B4;
  border-radius: 1rem;
  transform: translate(1rem, 1rem);
}
@media screen and (max-width: 1500px) {
  .sec9-top-slider-item .sec9-top-slider-img:before {
    transform: translate(0.67vw, 0.67vw);
  }
}
@media screen and (max-width: 999px) {
  .sec9-top-slider-item .sec9-top-slider-img:before {
    transform: translate(1rem, 1rem);
  }
}

.sec9-top-slider-imgmgt {
  margin-top: 4.4rem;
}
@media screen and (max-width: 1500px) {
  .sec9-top-slider-imgmgt {
    margin-top: 2.93vw;
  }
}
@media screen and (max-width: 999px) {
  .sec9-top-slider-imgmgt {
    margin-top: 1.5rem;
  }
}

.sec9-top {
  background-image: url(../img/top/img78.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 5.73vw 0px;
  margin-top: -3.65vw;
  position: relative;
  padding-bottom: 0;
}
@media screen and (max-width: 999px) {
  .sec9-top {
    margin-top: -4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top {
    background-size: 100rem auto;
    background-position: top center;
    padding-top: 5rem;
  }
}

.sec10-top {
  height: 97.8rem;
  background-image: url(../img/top/img80.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 4rem;
  padding-top: 9rem;
}
@media screen and (max-width: 999px) {
  .sec10-top {
    height: 71.8rem;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top {
    padding-top: 3rem;
    height: auto;
    background-position: top right;
    padding-bottom: 9rem;
  }
}

.sec10-top-img {
  text-align: center;
}
.sec10-top-img img {
  width: 15rem;
}
@media screen and (max-width: 999px) {
  .sec10-top-img img {
    width: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-img img {
    width: 10rem;
  }
}

.sec10-top-eng {
  font-size: 6rem;
  font-weight: 900;
  text-align: center;
  color: rgba(32, 104, 180, 0.8);
  line-height: 1.1;
  margin-top: -3rem;
}
@media screen and (max-width: 1400px) {
  .sec10-top-eng {
    font-size: 4.29vw;
  }
}
@media screen and (max-width: 999px) {
  .sec10-top-eng {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-eng {
    font-size: 3rem;
  }
}

.sec10-top-txt {
  color: #171717;
  text-align: center;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.8;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .sec10-top-txt {
    font-size: 1.6rem;
    color: #2068B4;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
  }
}

.sec10-top-link {
  display: flex;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  justify-content: center;
  align-items: center;
  background-color: #2068B4;
  width: 40rem;
  height: 9rem;
  border-radius: 1rem;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/top/img62.png);
  background-size: 2.1rem auto;
  background-repeat: no-repeat;
  background-position: right 2rem center;
  transition: all 0.3s ease-in-out;
}
.sec10-top-link:hover {
  background-color: #5DCA89;
}
@media screen and (max-width: 999px) {
  .sec10-top-link {
    width: 35rem;
    height: 7rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-link {
    width: 25rem;
    height: 6rem;
    font-size: 1.6rem;
  }
}

.setting-tlt-gg--single {
  padding-top: 4rem;
}

@media screen and (min-width: 1401px) {
  .nonedocsec7 {
    padding-top: 13rem;
  }
  .nonedocsec7 .eng {
    display: none;
  }
}

@media screen and (min-width: 1401px) {
  .nonedocsec8 {
    padding-top: 6rem;
  }
  .nonedocsec8 .eng {
    display: none;
  }
}

.sec11-top {
  background-image: url(../img/top/img82.png);
  background-size: 100% 77rem;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-top: -22rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1400px) {
  .sec11-top {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec11-top {
    margin-top: -14rem;
    background-image: url(../img/top/img84.png);
    background-position: top left 56%;
    background-size: auto 65rem;
  }
}
@media screen and (max-width: 767px) {
  .sec11-top {
    margin-top: -7rem;
    background-size: auto 54rem;
  }
}

.sec11-top-cont {
  max-width: 127rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 47.2% 1fr;
  -moz-column-gap: 3.1%;
       column-gap: 3.1%;
  align-items: flex-end;
  margin-top: 7.6rem;
}
@media screen and (max-width: 999px) {
  .sec11-top-cont {
    margin-top: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec11-top-cont {
    display: block;
    margin-top: 1.6rem;
  }
}

.sec11-top-left-txt {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .sec11-top-left-txt {
    font-size: 1.6rem;
  }
}

.sec11-top-left-log {
  text-align: center;
}
.sec11-top-left-log img {
  width: 40.6rem;
}
@media screen and (max-width: 767px) {
  .sec11-top-left-log img {
    width: 23.6rem;
  }
}

.table-calender-topm {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .table-calender-topm {
    font-size: 1.5rem;
  }
}
.table-calender-topm tr td:first-child {
  width: 15rem;
  text-align: left;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .table-calender-topm tr td:first-child {
    width: 10rem;
  }
}
.table-calender-topm tr td {
  width: calc((100% - 15rem) / 7);
  text-align: center;
  border-bottom: max(1px, 0.1rem) solid #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .table-calender-topm tr td {
    width: calc((100% - 10rem) / 7);
  }
}
.table-calender-topm tr:first-child td {
  border-top: max(1px, 0.1rem) solid #fff;
}

.table-calender-top {
  background-color: #2068B4;
  color: #fff;
  padding-left: 3.3rem;
  padding-right: 3.3rem;
  border-radius: 2rem;
  padding-top: 3rem;
  margin-top: 1rem;
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .table-calender-top {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.table-calender-topm-sub {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-top: 1.3rem;
}

.sec11-top-right {
  display: flex;
  border-radius: 1.5rem;
  border: max(2px, 0.2rem) solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec11-top-right {
    margin-top: 3rem;
  }
}
.sec11-top-right iframe {
  width: 100%;
  height: 39rem;
}
@media screen and (max-width: 767px) {
  .sec11-top-right iframe {
    height: 30rem;
  }
}

.sec7-top-formdoc {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 164rem;
}
@media screen and (max-width: 1400px) {
  .sec7-top-formdoc {
    display: none;
  }
}
.sec7-top-formdoc .sec-tlt-formdoc-size {
  position: absolute;
  top: -8.07vw;
  left: 0;
  width: -moz-max-content;
  width: max-content;
}

.sec8-top-formdoc {
  position: relative;
}
.sec8-top-formdoc .sec-tlt-formdoc-size {
  position: absolute;
  top: 5rem;
  right: -4rem;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1400px) {
  .sec8-top-formdoc {
    display: none;
  }
}

.sec-tlt-formdoc-size {
  font-size: 5.21vw;
  writing-mode: vertical-rl;
  letter-spacing: 1rem;
  height: -moz-max-content;
  height: max-content;
  color: #8DB3D9;
}

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

.sec12-top-list-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 2.5%;
       column-gap: 2.5%;
  row-gap: 2rem;
}
@media screen and (max-width: 999px) {
  .sec12-top-list-column {
    -moz-column-gap: 1.8%;
         column-gap: 1.8%;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-list-column {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
.sec12-top-list-column .sec12-top-list-column-img img {
  width: 100%;
  height: 19.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 999px) {
  .sec12-top-list-column .sec12-top-list-column-img img {
    height: 16.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-list-column .sec12-top-list-column-img img {
    height: 12.4rem;
  }
}
.sec12-top-list-column .sec12-top-list-column-date {
  font-size: 1.6rem;
  color: #56C4F5;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec12-top-list-column .sec12-top-list-column-date {
    font-size: 1.5rem;
  }
}
.sec12-top-list-column .sec12-top-list-column-tlt {
  font-size: 1.7rem;
  font-weight: 500;
  color: #141414;
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .sec12-top-list-column .sec12-top-list-column-tlt {
    font-size: 1.6rem;
  }
}
.sec12-top-list-column .sec12-top-list-column-dect {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec12-top-list-column .sec12-top-list-column-dect {
    font-size: 1.3rem;
  }
}

.sec12-top-list-column--top {
  padding-top: 4rem;
  margin-bottom: 4.3rem;
}

.sec12-top-link {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2068B4;
  display: flex;
  width: 36rem;
  height: 7rem;
  border: max(2px, 0.2rem) solid #2068B4 !important;
  border-radius: 3.5rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/top/img59.png);
  background-size: 2.1rem auto;
  background-repeat: no-repeat;
  background-position: right 2rem center;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
@media screen and (max-width: 999px) {
  .sec12-top-link {
    width: 31rem;
    height: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-link {
    width: 25rem;
    font-size: 1.6rem;
  }
}
.sec12-top-link:hover {
  background-image: url(../img/top/img62.png);
  background-color: #2068B4;
  color: #fff;
}

.sec8-top-formdoc--sec12 .sec-tlt-formdoc-size {
  right: auto;
  left: 0;
}

.sec13-top-cont {
  max-width: 122rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  background-color: #fff;
  border-radius: 2rem;
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: grid;
  grid-template-columns: 1fr 49.5rem;
  align-items: center;
  box-shadow: 10px 10px #2068B4;
  margin-top: 4rem;
}
@media screen and (max-width: 999px) {
  .sec13-top-cont {
    padding: 2.5rem 2.5rem;
    grid-template-columns: 1fr 40.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-cont {
    display: block;
    padding: 2rem 1.5rem;
    margin-top: 3rem;
  }
}

.sec13-top {
  background-image: url(../img/top/img90.png), url(../img/top/img86.jpg);
  background-size: 100% auto, cover;
  background-position: top center, top center;
  background-repeat: no-repeat, no-repeat;
  padding-top: 11rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 999px) {
  .sec13-top {
    padding-top: 6rem;
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top {
    background-image: url(../img/top/img86.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 2rem;
  }
}

.sec13-top-left-txt {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3F3F3F;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 999px) {
  .sec13-top-left-txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-left-txt {
    font-size: 1.8rem;
  }
}

.sec13-top-right-list-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.7rem;
}
.sec13-top-right-list-link li:first-child {
  width: 100%;
}
.sec13-top-right-list-link li:nth-child(2) {
  width: 44.4%;
}
.sec13-top-right-list-link li:last-child {
  width: 50.5%;
}
.sec13-top-right-list-link a {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec13-top-right-list-link a {
    border-radius: 1rem;
  }
}
.sec13-top-right-list-link a.sec13-top-right-link1 {
  height: 11.5rem;
  background-image: url(../img/top/img87.jpg);
}
@media screen and (max-width: 999px) {
  .sec13-top-right-list-link a.sec13-top-right-link1 {
    height: 9.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-right-list-link a.sec13-top-right-link1 {
    height: 7.5rem;
  }
}
.sec13-top-right-list-link a.sec13-top-right-link2 {
  height: 7.5rem;
  background-image: url(../img/top/img88.jpg);
}
@media screen and (max-width: 999px) {
  .sec13-top-right-list-link a.sec13-top-right-link2 {
    height: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-right-list-link a.sec13-top-right-link2 {
    height: 5.5rem;
  }
}
.sec13-top-right-list-link a.sec13-top-right-link3 {
  height: 7.5rem;
  background-image: url(../img/top/img89.jpg);
}
@media screen and (max-width: 999px) {
  .sec13-top-right-list-link a.sec13-top-right-link3 {
    height: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-right-list-link a.sec13-top-right-link3 {
    height: 5.5rem;
  }
}

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

.sec14-top {
  display: flex;
}
.sec14-top iframe {
  width: 100%;
  height: max(35.42vw, 35rem);
}
@media screen and (max-width: 767px) {
  .sec14-top iframe {
    height: 28rem;
  }
}

.footer {
  background-image: url(../img/common/ftbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 12rem 0;
}
@media screen and (max-width: 999px) {
  .footer {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 5rem 0;
  }
}

.footer-cont {
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  background-color: #fff;
  border-radius: 2rem;
  padding-top: 6.8rem;
  padding-bottom: 6.8rem;
}
@media screen and (max-width: 999px) {
  .footer-cont {
    padding: 3rem 0;
  }
}

.footerm {
  max-width: 129rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 1fr 46.5%;
  -moz-column-gap: 6.6%;
       column-gap: 6.6%;
}
@media screen and (max-width: 1300px) {
  .footerm {
    grid-template-columns: 1fr 50%;
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
@media screen and (max-width: 767px) {
  .footerm {
    display: block;
  }
}
.footerm .sec13-top-right-list-link {
  max-width: 49.5rem;
  padding-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .footerm .sec13-top-right-list-link {
    padding-top: 0;
  }
}

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

.footer-left-logo {
  width: 42rem;
}
@media screen and (max-width: 999px) {
  .footer-left-logo {
    width: 37rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-left-logo {
    width: 26rem;
  }
}

.footer-left-tel {
  width: 42rem;
}
@media screen and (max-width: 999px) {
  .footer-left-tel {
    width: 36rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-left-tel {
    width: 26rem;
  }
}

.footer-left-telm {
  display: inline-block;
  margin-top: 2rem;
}

.footer-left-address {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 999px) {
  .footer-left-address {
    font-size: 1.6rem;
  }
}

.table-calender-ft {
  color: #2068B4;
}
.table-calender-ft table tr:first-child td {
  background-color: #2068B4;
  color: #fff;
}
.table-calender-ft table tr td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: max(1px, 0.1rem) solid #2068B4;
}
@media screen and (max-width: 767px) {
  .table-calender-ft table tr td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.table-calender-ft table tr td:first-child {
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .table-calender-ft table tr td:first-child {
    padding-left: 1rem;
  }
}

.footer-right-tlt {
  font-size: 3.5rem;
  font-weight: 700;
  color: #2068B4;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .footer-right-tlt {
    font-size: 2.6rem;
  }
}

.footer-right-box {
  border-radius: 1.5rem;
  box-shadow: 0.1rem 0.1rem 0.6rem rgba(0, 0, 0, 0.2);
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 999px) {
  .footer-right-box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-right-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.footer-right-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 1rem;
  padding-top: 1.5rem;
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}
@media screen and (max-width: 1300px) {
  .footer-right-ul {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media screen and (max-width: 999px) {
  .footer-right-ul {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-right-ul {
    grid-template-columns: 1fr;
  }
}
.footer-right-ul a {
  display: inline-flex;
  font-size: 1.6rem;
  color: #000;
  font-weight: 500;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .footer-right-ul a {
    display: grid;
    grid-template-columns: max-content 1fr;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    font-size: 1.4rem;
  }
}
.footer-right-ul a:before {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #2068B4;
  border-radius: 100rem;
}
@media screen and (max-width: 767px) {
  .footer-right-ul a:before {
    width: 0.7rem;
    height: 0.7rem;
  }
}

.footer-right-box--mgt {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .footer-left-grft {
    text-align: center;
  }
}

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

@media screen and (max-width: 767px) {
  .footer-right-box-grid {
    grid-template-columns: max-content max-content !important;
    justify-content: space-between;
  }
}

.footer-copyright {
  background-color: #2068B4;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 1rem;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    padding-bottom: 6rem;
  }
}

.footer-copyright-img {
  padding-right: 4rem;
  border-right: max(1px, 0.1rem) solid #fff;
}
@media screen and (max-width: 767px) {
  .footer-copyright-img {
    padding-right: 0;
    border-right: 0;
  }
}
.footer-copyright-img img {
  width: 20rem;
}

.footer-copyright-txt {
  font-size: 1.4rem;
}

.menu-toggle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding-top: 14rem;
  z-index: 80;
  visibility: hidden;
  transition: all 0.3s linear;
}
@media screen and (min-width: 1000px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .menu-toggle {
    padding-top: 12rem;
  }
}

.menu-cont {
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  height: calc(100vh - 17rem);
}
@media screen and (max-width: 767px) {
  .menu-cont {
    height: calc(100vh - 15rem);
    display: block;
  }
  .menu-cont .menu-block + .menu-block {
    padding-top: 4rem;
  }
}

.menu-block-title {
  font-size: 2.4rem;
  color: #2068B4;
  font-weight: 500;
  border-bottom: max(1px, 0.1rem) solid #2068B4;
}
@media screen and (max-width: 767px) {
  .menu-block-title {
    font-size: 2.2rem;
  }
}

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

.inside-menu {
  overflow: auto;
}

.calender-fix-top {
  position: fixed;
  z-index: 20;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}
.calender-fix-top.close {
  transform: translateY(-50%) translateX(100%);
}
@media screen and (max-width: 767px) {
  .calender-fix-top {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-height: 600px) {
  .calender-fix-top {
    top: 49%;
  }
}
.calender-fix-top .calender-fix-topm {
  background-color: #fff;
  padding-left: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  color: #171717;
}
@media screen and (max-width: 767px) {
  .calender-fix-top .calender-fix-topm {
    padding-left: 1rem;
  }
}
.calender-fix-top .calender-fix-topm .table-calender-topm tr:first-child td {
  border-bottom: max(1px, 0.1rem) solid #D9D9D9;
}
.calender-fix-top .calender-fix-topm .table-calender-topm tr:last-child td {
  border-bottom: max(1px, 0.1rem) solid #D9D9D9;
}
@media screen and (min-width: 768px) {
  .calender-fix-top .calender-fix-topm .table-calender-topm tr td:first-child {
    width: 10rem;
  }
  .calender-fix-top .calender-fix-topm .table-calender-topm tr td {
    width: calc((100% - 10rem) / 7);
  }
}
.calender-fix-top .calender-fix-topm .table-calender-topm .clblue {
  color: #2068B4;
}
@media screen and (max-width: 767px) {
  .calender-fix-top .calender-fix-topm .table-calender-topm {
    font-size: 1.4rem;
  }
  .calender-fix-top .calender-fix-topm .table-calender-topm tr td:first-child {
    width: 8rem;
  }
  .calender-fix-top .calender-fix-topm .table-calender-topm tr td {
    width: calc((100% - 8rem) / 7);
  }
}
.calender-fix-top .calender-fix-topm .calender-fix-topm-click {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  font-size: 1.6rem;
  color: #fff;
  background-color: #2068B4;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1rem;
  width: 5.4rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  cursor: pointer;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.calender-fix-top .calender-fix-topm .calender-fix-topm-click:before {
  content: "";
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  background-image: url(../img/top/img91.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .calender-fix-top .calender-fix-topm .calender-fix-topm-click:before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .calender-fix-top .calender-fix-topm .calender-fix-topm-click {
    width: 4rem;
    font-size: 1.4rem;
    letter-spacing: 0.5rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
.calender-fix-top .table-calender-topm-sroll {
  width: 44rem;
}
@media screen and (max-width: 999px) {
  .calender-fix-top .table-calender-topm-sroll {
    width: 37rem;
  }
}
@media screen and (max-width: 767px) {
  .calender-fix-top .table-calender-topm-sroll {
    width: 28rem;
  }
}

.fix-top-icon-page {
  position: fixed;
  z-index: 20;
  bottom: 4rem;
  right: 15rem;
}
@media screen and (min-width: 1000px) and (max-height: 700px) {
  .fix-top-icon-page {
    bottom: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .fix-top-icon-page {
    right: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .fix-top-icon-page {
    right: 0;
    left: 0;
    bottom: 0;
  }
}
.fix-top-icon-page .fix-top-icon-page-mobile {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.fix-top-icon-page .fix-top-icon-page-mobile a {
  display: block;
  width: 100%;
  height: 5rem;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.fix-top-icon-page .fix-top-icon-page-mobile a.fix-top-icon-page-mobile-tell {
  background-image: url(../img/common/vettor19.svg);
  background-color: #2068B4;
  background-size: 2rem auto;
  background-position: top 0.8rem center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-top: 2.4rem;
}
.fix-top-icon-page .fix-top-icon-page-mobile a.fix-top-icon-page-mobile-calender {
  background-image: url(../img/top/img97.svg);
}
.fix-top-icon-page .fix-top-icon-page-mobile a.fix-top-icon-page-mobile-frist {
  background-image: url(../img/common/maps-and-flags.png);
  background-color: #5DCA89;
  background-size: 1.4rem auto;
  background-position: top 0.8rem center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-top: 2.4rem;
}
.fix-top-icon-page .fix-top-icon-page-mobile a.fix-top-icon-page-mobile-last {
  background-image: url(../img/common/vettor18.svg);
}

.fix-top-icon-page-gr-icon {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .fix-top-icon-page-gr-icon {
    row-gap: 1rem;
    position: absolute;
    bottom: 6rem;
    left: 1rem;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }
}
.fix-top-icon-page-gr-icon a {
  display: block;
  width: 9.64vw;
}
@media screen and (max-width: 999px) {
  .fix-top-icon-page-gr-icon a {
    width: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .fix-top-icon-page-gr-icon a {
    width: 8.5rem;
  }
}

.fix-top-icon-page-item {
  position: relative;
}
.fix-top-icon-page-item .fix-top-icon-page-item-close {
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-image: url(../img/common/close.png);
  display: block;
  border-radius: 100rem;
  background-color: #fff;
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 0 0.6rem 0px rgba(0, 0, 0, 0.2196078431);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .fix-top-icon-page-item .fix-top-icon-page-item-close {
    width: 2rem;
    height: 2rem;
  }
}

.scrolltop {
  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: 6rem;
  height: 6rem;
  background-color: #2068B4;
  border: 0;
  outline: 0;
  z-index: 20;
  position: fixed;
  bottom: 6.4rem;
  right: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  border: max(1px, 0.1rem) solid #fff;
}
@media screen and (max-width: 999px) {
  .scrolltop {
    width: 5.5rem;
    height: 5.5rem;
    right: 1.5rem;
    bottom: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .scrolltop {
    bottom: 8rem;
  }
}

.ps_googlemap {
  border-radius: 1.5rem;
  overflow: hidden;
}
.ps_googlemap iframe {
  width: 100%;
  height: 37rem;
}

.endoscopy__image--map {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .endoscopy-100v {
    width: 100%;
  }
}

.box-interviews {
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(71, 71, 71, 0.2901960784);
  padding: 3rem 2.5rem;
  position: relative;
  background-image: url(../img/common/image07.png), url(../img/common/image08.png);
  background-size: 40rem auto, 60rem auto;
  background-position: bottom right, top left;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 767px) {
  .box-interviews {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-size: 27rem auto, 37rem auto;
  }
}

.alower-secmer {
  border: max(1rem, 5px) solid #5DCA89;
  padding: 3rem 3rem;
  background-color: #fcfff7;
}
@media screen and (max-width: 767px) {
  .alower-secmer {
    padding: 2rem 1.5rem;
    border: max(0.5rem, 1px) solid #5DCA89;
  }
}

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

.skin-metamax {
  font-size: 2.6rem;
  font-weight: 500;
  color: #2068B4;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.skin-metamax:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2.5rem;
  background-color: #2068B4;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  transform: translateY(1rem);
}
@media screen and (max-width: 767px) {
  .skin-metamax:before {
    height: 2rem;
    transform: translateY(0.7rem);
  }
}
@media screen and (max-width: 767px) {
  .skin-metamax {
    font-size: 2.1rem;
  }
}

.sec4-top-green-check {
  position: relative;
  font-size: 10px;
  margin-top: 1rem;
}
@media screen and (max-width: 1700px) {
  .sec4-top-green-check {
    font-size: 0.59vw;
  }
}
@media screen and (max-width: 1400px) {
  .sec4-top-green-check {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-green-check {
    font-size: 1rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .sec4-top-green-check {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 850px) {
  .sec4-top-green-check {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-green-check {
    font-size: 2.13vw;
  }
}
.sec4-top-green-check .sec4-top-green-check-main {
  position: absolute;
  top: 0;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 1.4em rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1rem;
}
.sec4-top-green-check .sec4-top-green-check-main1 {
  left: -3.4em;
}
.sec4-top-green-check .sec4-top-green-check-main2 {
  left: -8em;
}
@media screen and (max-width: 1920px) {
  .sec4-top-green-check .sec4-top-green-check-main1 {
    left: -1.77vw;
  }
  .sec4-top-green-check .sec4-top-green-check-main2 {
    left: -4.17vw;
  }
}
@media screen and (max-width: 1800px) {
  .sec4-top-green-check .sec4-top-green-check-main1 {
    left: 0;
  }
  .sec4-top-green-check .sec4-top-green-check-main2 {
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 850px) {
  .sec4-top-green-check .sec4-top-green-check-main {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-green-check .sec4-top-green-check-main {
    position: static;
    width: calc(100% - 1em);
  }
}
.sec4-top-green-check .sec4-top-green-check-main .sec4-top-green-check-left {
  background-color: #2E6EAD;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12em;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.sec4-top-green-check .sec4-top-green-check-main .sec4-top-green-check-left .sec4-top-green-check-tlt {
  font-size: 2.4em;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .sec4-top-green-check .sec4-top-green-check-main .sec4-top-green-check-left .sec4-top-green-check-tlt {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-green-check .sec4-top-green-check-main .sec4-top-green-check-left {
    width: 8em;
  }
}
.sec4-top-green-check .sec4-top-green-check-main .sec4-top-green-check-right-item {
  font-size: 1.6em;
  line-height: 1.5;
  display: grid;
  grid-template-columns: max-content 1fr;
}
@media screen and (max-width: 999px) {
  .sec4-top-green-check .sec4-top-green-check-main .sec4-top-green-check-right-item {
    font-size: 1.4em;
  }
}
.sec4-top-green-check .sec4-top-green-check-main .sec4-top-green-check-right {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 2em;
}
@media screen and (max-width: 999px) {
  .sec4-top-green-check .sec4-top-green-check-main .sec4-top-green-check-right {
    padding: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-green-check .sec4-top-green-check-main .sec4-top-green-check-right {
    min-height: 13em;
  }
}

.sec8-top-left-item-link-page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.sec8-top-left-item-link-page a {
  display: block;
  width: 100%;
  height: 100%;
}

.name-doctor {
  font-size: 2rem;
  font-weight: 700;
  color: #2068B4;
}
@media screen and (max-width: 767px) {
  .name-doctor {
    font-size: 1.8rem;
  }
}

.medical-child:before {
  content: "・";
  display: inline-block;
}

.ai-slosion {
  text-align: center;
}

.ai-slosion-link {
  max-width: 27rem;
  margin-left: auto;
  margin-right: auto;
}

.tlt-small {
  color: #2068B4;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .tlt-small {
    font-size: 1.8rem;
  }
}

.sec4-top-green-uperlink-youtube {
  padding-right: 11rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1800px) {
  .sec4-top-green-uperlink-youtube {
    padding-right: 0;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-green-uperlink-youtube {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-green-uperlink-youtube {
    padding-bottom: 10rem;
  }
}
.sec4-top-green-uperlink-youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.sec4-top-green-uperlink-youtube .sec4-top-green-uperlink-youtube-cont {
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1700px) {
  .sec4-top-green-uperlink-youtube .sec4-top-green-uperlink-youtube-cont {
    max-width: 42.94vw;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top-green-uperlink-youtube .sec4-top-green-uperlink-youtube-cont {
    max-width: 45rem;
  }
}/*# sourceMappingURL=style.css.map */