@charset "UTF-8";
.banner-page {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 12rem;
}
@media screen and (max-width: 1850px) {
  .banner-page {
    margin-top: 6.49vw;
  }
}
@media screen and (max-width: 1600px) {
  .banner-page {
    margin-top: 7.5vw;
  }
}
@media screen and (max-width: 1300px) {
  .banner-page {
    margin-top: 9.23vw;
  }
}
@media screen and (max-width: 999px) {
  .banner-page {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-page {
    margin-top: 8rem;
  }
}
.banner-page img {
  width: 100%;
  height: 40rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.banner-page .banner-page-title {
  padding: 0.6rem 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  background-color: #d8e8f8;
  letter-spacing: 0.4rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  max-width: 54rem;
  width: -moz-max-content;
  width: max-content;
}

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

.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 #014099;
  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: #014099;
  -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: #014099;
}
@media screen and (min-width: 768px) {
  .under-list-ul a:hover {
    color: #014099;
    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.5rem;
  line-height: 1.45;
  text-align: left;
  font-weight: 500;
  font-size: 2.3rem;
  margin-bottom: 3.6rem;
  position: relative;
  background-color: #d8e8f8;
  padding: 1.5rem 2rem;
}
.setting-title h3:after {
  position: absolute;
  bottom: -0.9rem;
  left: 2rem;
  width: 0;
  height: 0;
  content: "";
  border-width: 1rem 1rem 0 1rem;
  border-style: solid;
  border-color: #d8e8f8 transparent transparent transparent;
}

.setting-title h2 {
  letter-spacing: 0.5rem;
  line-height: 1.45;
  text-align: center;
  font-weight: 500;
  font-size: 4rem;
  margin-bottom: 5.6rem;
  color: #014099;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .setting-title h2 {
    font-size: 2.5rem;
    margin-bottom: 3.3rem;
  }
}

.setting-title h5 {
  letter-spacing: 0.5rem;
  line-height: 1.45;
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 2.2rem;
  background-color: #014099;
  color: #fff;
  padding: 1rem 1.5rem;
  border-bottom: max(0.4rem, 2px) solid #f1b9b3;
}
@media screen and (max-width: 767px) {
  .setting-title h5 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.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: #014099;
  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;
  letter-spacing: 0.2rem;
}
.default-txt a {
  text-decoration: underline;
  color: #014099;
}
@media screen and (min-width: 768px) {
  .default-txt a:hover {
    text-decoration: none;
  }
}

.endoscopy {
  display: grid;
  grid-template-columns: 56.9% 39.2%;
  justify-content: space-between;
  align-items: flex-start;
}
.endoscopy .endoscopy__image img {
  border-radius: 1rem;
}
.endoscopy.endoscopy-row-reque {
  grid-template-columns: 39.2% 56.9%;
  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 h4 {
  font-size: 2.2rem;
  padding-left: 3rem;
  padding-bottom: 2rem;
  border-bottom: max(0.2rem, 1px) solid #014099;
  margin-bottom: 2.2rem;
  margin-top: 6.8rem;
  position: relative;
  line-height: 1.45;
  letter-spacing: 0.3rem;
  color: #014099;
}
.setting-title h4:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0.5rem;
  width: 0.5rem;
  height: 3rem;
  z-index: 1;
  background: #014099;
}

.m_kakomi__checklist {
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
  line-height: 2;
  display: grid;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1.4rem;
  grid-template-columns: 1fr 1fr;
}
.m_kakomi__checklist li {
  padding-left: 3.4rem;
  background-image: url(../img/common/icon_check.svg);
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: top 0.8rem left 0.1rem;
}
.m_kakomi__checklist li a {
  text-decoration: underline;
  color: #014099;
}
@media screen and (min-width: 768px) {
  .m_kakomi__checklist li a:hover {
    text-decoration: none;
  }
}

.m_kakomi {
  background: rgba(184, 230, 254, 0.33);
  border-radius: 1rem;
  padding: 6rem 5rem;
}

.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-color: rgba(66, 62, 62, 0.08);
  border-radius: 1rem;
}

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

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

.tlt-style-line {
  font-size: 2.2rem;
  padding-bottom: 1.3rem;
  border-bottom: 2px solid #595959;
  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: #014099;
  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: bottom center;
       object-position: bottom center;
  }
  .banner-page .banner-page-title {
    padding: 0.6rem 1.5rem;
    font-size: 1.9rem;
    max-width: 30rem;
    top: 61%;
    letter-spacing: 0.2rem;
  }
  .brecum-page-ul {
    font-size: 1.2rem;
    -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 #014099;
    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;
  }
  .setting-title h3 {
    font-size: 1.8rem;
    margin-bottom: 3.3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    letter-spacing: 0.1rem;
  }
  .pt {
    padding-top: 3.7rem;
  }
  .pb {
    padding-bottom: 4.5rem;
  }
  .default-txt {
    font-size: 1.5rem;
  }
  .endoscopy {
    display: flex;
    flex-direction: column-reverse;
  }
  .endoscopy .endoscopy__image {
    margin-bottom: 1.8rem;
  }
  .setting-title h4 {
    font-size: 2rem;
    padding-left: 2.4rem;
    padding-bottom: 1.1rem;
    border-bottom: 0.2rem solid #014099;
    margin-bottom: 2.2rem;
    margin-top: 3.7rem;
  }
  .setting-title h4:before {
    top: 0.18rem;
    left: 0.45rem;
    width: 0.37rem;
    height: 2.6rem;
  }
  .m_kakomi {
    padding: 1.5rem;
  }
  .m_kakomi__checklist {
    font-size: 1.5rem;
    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.7rem;
    padding-top: 0.29rem;
    padding-bottom: 0.43rem;
    padding-left: 1.45rem;
    padding-right: 1.45rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05rem;
  }
  .m_kakomi02_box_list li + li {
    margin-top: 3rem;
    border-top: 0.1rem dashed #014099;
  }
  .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 #014099;
  }
  .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 #014099 !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: #014099;
  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: #014099;
  padding: 0.9rem 4rem 1rem 2rem;
  border-radius: 0.5rem;
  color: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  position: relative;
  letter-spacing: 0.3rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .under-list-style2-ul-item {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
.under-list-style2-ul-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: max(0.8rem, 5px);
  height: max(0.8rem, 5px);
  border-right: max(1px, 0.2rem) solid #fff;
  border-bottom: max(1px, 0.2rem) solid #fff;
  transform: translateY(-75%) rotate(45deg);
}

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

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

.qa_box-gr .qa_box_item .q_box-tlt {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.7;
  color: #014099;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .q_box-tlt {
    font-size: 2rem;
  }
}
.qa_box-gr .qa_box_item .q_box-tlt:before {
  content: "Q.";
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.7;
  color: #014099;
  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.8rem;
  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: 3rem;
  font-weight: 600;
  line-height: 1.7;
  display: inline-block;
  transform: translateY(-1rem);
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .a_box-tlt:before {
    font-size: 2.5rem;
  }
}
.qa_box-gr .qa_box_item .a_box {
  padding-top: 1.5rem;
}
.qa_box-gr .qa_box_item + .qa_box_item {
  border-top: max(1px, 0.1rem) solid #014099;
  padding-top: 2rem;
  margin-top: 2rem;
}

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

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

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

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

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

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

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

.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: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single-post-tlt {
    font-size: 2.5rem;
  }
}

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

.archive-post--column {
  display: block;
}

.archive-post-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
}
.archive-post-column li {
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5);
}
.archive-post-column li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .archive-post-column {
    display: block;
  }
  .archive-post-column li + li {
    margin-top: 3rem;
  }
}

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

.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 #014099 !important;
  border-radius: 10rem;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #014099;
}
.link-arline-page:hover {
  background-color: #fff;
  color: #014099;
}
@media screen and (max-width: 767px) {
  .link-arline-page {
    font-size: 1.6rem;
  }
}

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

.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: #014099 !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%;
  }
}

.under-list-style3 {
  max-width: 66rem;
  background-color: #014099;
  color: #fff;
  font-weight: 500;
  padding: 2rem 1.5rem;
  font-size: 1.6rem;
}
.under-list-style3 .toc_title {
  background-color: #fff;
  color: #014099;
  padding: 0.5rem 1.5rem;
  margin-bottom: 1.5rem;
}
.under-list-style3 a:hover {
  text-decoration: underline !important;
  text-underline-offset: 0.8rem;
}
@media screen and (max-width: 999px) {
  .under-list-style3 {
    width: 100%;
    max-width: 100%;
  }
}

#toc_container {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem) !important;
  border: 0 !important;
  background-color: transparent !important;
  position: relative;
  margin-bottom: 0 !important;
  padding: 2rem 1.5rem !important;
}
@media screen and (max-width: 767px) {
  #toc_container {
    background-color: #d8e8f8 !important;
  }
}
#toc_container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 66rem;
  width: 100%;
  background-color: #d8e8f8;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #toc_container:before {
    content: none;
  }
}
#toc_container .toc_title {
  text-align: left !important;
  background-color: #fff;
  padding: 0.5rem 1.5rem !important;
  margin-bottom: 1.5rem !important;
  width: 63rem !important;
}
@media screen and (max-width: 767px) {
  #toc_container .toc_title {
    width: 100% !important;
  }
}
#toc_container .toc_list {
  font-size: 1.6rem;
  font-weight: 500;
  text-underline-offset: 0.5rem;
}

.hd-menu-raptor {
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 999px) {
  .hd-menu-raptor {
    display: block;
    text-align: center;
    padding: 1.5em;
  }
}
.hd-menu-raptor span {
  font-size: 1.6em;
}
@media screen and (max-width: 1300px) {
  .hd-menu-raptor span {
    font-size: 1.5em;
  }
}
.hd-menu-raptor:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-color: #00AFCC;
  border-radius: 100em;
  position: absolute;
  bottom: -1.6em;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 999px) {
  .hd-menu-raptor:before {
    content: none;
  }
}
.hd-menu-raptor:hover:before, .hd-menu-raptor.is-active:before {
  opacity: 1;
}

.list-menu-hd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 7em;
       column-gap: 7em;
}
@media screen and (max-width: 1600px) {
  .list-menu-hd {
    -moz-column-gap: 1.5em;
         column-gap: 1.5em;
  }
}
@media screen and (max-width: 999px) {
  .list-menu-hd {
    display: none;
  }
}

.btn-hd-raptor {
  font-weight: 500;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 4.8em;
  border-radius: 100em;
  transition: all 0.3s ease-in-out;
}
.btn-hd-raptor span {
  font-size: 1.6em;
}
.btn-hd-raptor.btn-hd-web {
  background-color: #014099;
  width: 21.9em;
  background-image: url(../img/common/arrow.svg);
  background-size: 2.3em auto;
  background-repeat: no-repeat;
  background-position: right 1.9em center;
}
@media screen and (max-width: 1300px) {
  .btn-hd-raptor.btn-hd-web {
    width: 18.5em;
  }
}
.btn-hd-raptor.btn-hd-web:hover {
  background-color: #00AFCC;
}
.btn-hd-raptor.btn-hd-tell {
  background-color: #00AFCC;
  width: 18.5em;
  -moz-column-gap: 1.2em;
       column-gap: 1.2em;
}
.btn-hd-raptor.btn-hd-tell:before {
  content: "";
  display: inline-block;
  width: 2.8em;
  height: 2.8em;
  background-image: url(../img/common/all_tel_icon_blue.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.btn-hd-raptor.btn-hd-tell:hover {
  background-color: #014099;
}

.gr-btn-hd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.8em;
       column-gap: 0.8em;
  padding-left: 3.6em;
  padding-right: 1.7em;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1300px) {
  .gr-btn-hd {
    padding-left: 1.5em;
  }
}

.btn-toggle-recaptor {
  width: 7.2em;
  height: 4.8em;
  background-color: #233B68;
  cursor: pointer;
  border-radius: 100em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .btn-toggle-recaptor {
    width: 4.8em;
  }
}
.btn-toggle-recaptor.is-active .btn-toggle-recaptor-line1 {
  opacity: 0;
}
.btn-toggle-recaptor.is-active .btn-toggle-recaptor-line2 {
  opacity: 1;
}
.btn-toggle-recaptor .btn-toggle-recaptor-line1 {
  width: 2.2em;
  height: 1.4em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.btn-toggle-recaptor .btn-toggle-recaptor-line1:before, .btn-toggle-recaptor .btn-toggle-recaptor-line1:after {
  content: "";
  width: 100%;
  height: max(1px, 0.1em);
  background-color: #fff;
  display: block;
}
.btn-toggle-recaptor .btn-toggle-recaptor-line2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.2em;
  height: 2.2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.btn-toggle-recaptor .btn-toggle-recaptor-line2:before, .btn-toggle-recaptor .btn-toggle-recaptor-line2:after {
  content: "";
  width: 100%;
  height: max(1px, 0.1em);
  background-color: #fff;
  display: block;
}
.btn-toggle-recaptor .btn-toggle-recaptor-line2:before {
  transform-origin: top left;
  transform: rotate(45deg) translateX(0.4rem);
}
.btn-toggle-recaptor .btn-toggle-recaptor-line2:after {
  transform-origin: bottom left;
  transform: rotate(-45deg) translateX(0.4rem);
}

.header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header-right {
    margin-right: -1.5rem;
  }
}

.header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 184rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  height: 12em;
}
.header .header-left-logo {
  width: 42em;
}
@media screen and (max-width: 1300px) {
  .header .header-left-logo {
    width: 28em;
  }
}
@media screen and (max-width: 767px) {
  .header .header-left-logo {
    width: 27rem;
  }
}
@media screen and (max-width: 999px) {
  .header {
    height: 10em;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 8em;
  }
}

.drop-downmenu {
  position: relative;
}
.drop-downmenu:hover .drop-downmenu-sub {
  display: grid;
}
.drop-downmenu .drop-downmenu-sub {
  position: absolute;
  top: 0;
  left: -5em;
  width: 59em;
  display: none;
  grid-template-columns: 1fr 1fr;
  padding: 1.5em;
  -moz-column-gap: 1em;
       column-gap: 1em;
  padding-top: 6em;
}
.drop-downmenu .drop-downmenu-sub:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 5em;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
.drop-downmenu .drop-downmenu-sub .drop-downmenu-sub-item-link {
  display: block;
  padding: 0.3em 1em;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.drop-downmenu .drop-downmenu-sub .drop-downmenu-sub-item-link:hover, .drop-downmenu .drop-downmenu-sub .drop-downmenu-sub-item-link.is-active {
  background-color: #014099;
  color: #fff;
}
.drop-downmenu .drop-downmenu-sub .drop-downmenu-sub-item-link span {
  font-size: 1.5em;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 10px;
  transition: all 0.3s ease-in-out;
}
header.is-active {
  background-color: #233B68;
}
@media screen and (max-width: 1850px) {
  header {
    font-size: 0.54vw;
  }
}
@media screen and (max-width: 1600px) {
  header {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 1300px) {
  header {
    font-size: 0.77vw;
  }
}
@media screen and (max-width: 999px) {
  header {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  header {
    background-color: #233B68;
  }
}

.menu-suntheworld {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
}
.menu-suntheworld .menu-suntheworld-alow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .menu-suntheworld {
    position: fixed;
    top: 8rem;
    bottom: auto;
    height: calc(100vh - 8rem);
    z-index: 90;
    overflow: auto;
  }
}

.menu-suntheworld-meunu {
  width: 60%;
  background-color: #fff;
  height: 100vh;
  margin-left: auto;
  font-size: 1rem;
  padding: 2rem 1.5rem;
}
@media screen and (max-width: 1400px) {
  .menu-suntheworld-meunu {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .menu-suntheworld-meunu {
    width: 100%;
    padding: 0;
    height: auto;
  }
}
.menu-suntheworld-meunu .btn-toggle-recaptor {
  margin-left: auto;
}
.menu-suntheworld-meunu .menu-suntheworld-ul {
  padding-left: 2rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .menu-suntheworld-meunu .menu-suntheworld-ul {
    padding: 0;
  }
}
.menu-suntheworld-meunu .menu-suntheworld-ul li + li {
  margin-top: 0.5rem;
}

.menu-suntheworld-tlt {
  font-size: 3.4rem;
  color: #014099;
}
@media screen and (max-width: 767px) {
  .menu-suntheworld-tlt {
    font-size: 2.6rem;
  }
}

.menu-suntheworld-ul-link {
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .menu-suntheworld-ul-link {
    font-size: 1.5rem;
  }
}
.menu-suntheworld-ul-link:before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: max(0.2rem, 1px);
  background-color: #44E9FF;
}
.menu-suntheworld-ul-link:hover, .menu-suntheworld-ul-link.is-active {
  color: #014099;
}

.menu-suntheworld-ul-2line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  row-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .menu-suntheworld-ul-2line {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .menu-suntheworld-ul-2line li {
    margin-top: 0 !important;
  }
}

.menu-suntheworld-meunu-box {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .menu-suntheworld-meunu-box {
    overflow: auto;
  }
}
.menu-suntheworld-meunu-box .menu-suntheworld-meunu-box-height {
  min-height: 74rem;
}
@media screen and (max-width: 767px) {
  .menu-suntheworld-meunu-box .menu-suntheworld-meunu-box-height {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .menu-suntheworld-meunu-box {
    padding: 2rem 1.5rem;
  }
}

.menu-suntheworld-tltl2 {
  margin-top: 3rem;
}

.banner-top {
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner-top {
    margin-top: 8rem;
  }
}

.banner-top-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}

.banner-top-cont {
  max-width: 176rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  margin-top: auto;
  padding-bottom: 7rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -moz-column-gap: 4.6rem;
       column-gap: 4.6rem;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
  .banner-top-cont {
    -moz-column-gap: 3.07vw;
         column-gap: 3.07vw;
    padding-bottom: 4.67vw;
  }
}
@media screen and (max-width: 1300px) {
  .banner-top-cont {
    -moz-column-gap: 2.07vw;
         column-gap: 2.07vw;
  }
}

.banner-top-website-test {
  width: 36rem;
  height: 12rem;
  color: #fff;
  display: block;
  grid-template-columns: 25rem 1fr;
  background-color: #014099;
  -moz-column-gap: 2.8rem;
       column-gap: 2.8rem;
  position: fixed;
  bottom: 5rem;
  left: 2%;
  z-index: 10;
  padding: 2rem;
  border: max(0.4rem, 2px) solid #639cd1;
}
@media screen and (max-width: 767px) {
  .banner-top-website-test {
    left: 1.5rem;
    bottom: 6rem;
    width: 23rem;
    height: 10rem;
    padding: 1.5rem 1rem;
  }
}

.banner-top-website-test-tlt1 {
  font-size: 1.4rem;
  border-bottom: max(1px, 0.1rem) solid #fff;
  display: inline-block;
  margin-top: 1.2rem;
}
@media screen and (max-width: 1300px) {
  .banner-top-website-test-tlt1 {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-top-website-test-tlt1 {
    margin-top: 0;
    font-size: 1rem;
  }
}

.banner-top-website-test-tlt2 {
  font-size: 2.4rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1300px) {
  .banner-top-website-test-tlt2 {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 999px) {
  .banner-top-website-test-tlt2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-top-website-test-tlt2 {
    font-size: 1.5rem;
    margin-top: 0;
  }
}

.banner-top-website-test-tlt3 {
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .banner-top-website-test-tlt3 {
    font-size: 1rem;
  }
}

.banner-top-website-test-tlt:before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  border-radius: 100rem;
  right: 2rem;
  top: 2rem;
  transition: all 0.3s ease-in-out;
  content: none;
}
@media screen and (max-width: 999px) {
  .banner-top-website-test-tlt:before {
    top: 1rem;
    right: 1rem;
  }
}
.banner-top-website-test-tlt:hover:before {
  background-color: #00AFCC;
}
.banner-top-website-test-tlt .banner-top-website-test-tlt-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-top-website-test-tlt .banner-top-website-test-tlt-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .banner-top-website-test-tlt {
    background-color: #014099;
    padding: 0;
    padding-bottom: 0;
  }
}

.banner-top-website-h2 {
  padding-bottom: 4.5rem;
  padding-left: 8%;
}
@media screen and (max-width: 1500px) {
  .banner-top-website-h2 {
    padding-bottom: 3vw;
    padding-left: 0;
  }
}
@media screen and (max-width: 1300px) {
  .banner-top-website-h2 {
    padding-bottom: 0;
  }
}
.banner-top-website-h2 h1, .banner-top-website-h2 h2, .banner-top-website-h2 h3, .banner-top-website-h2 h4, .banner-top-website-h2 h5, .banner-top-website-h2 h6 {
  font-family: "Shippori Mincho", serif;
  color: #fff;
  line-height: 1.6;
  text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  font-size: 4.8rem;
  position: relative;
  padding-left: 4.6rem;
  padding-right: 3.5rem;
  padding-top: 2rem;
  padding-bottom: 2.2rem;
  display: inline-block;
}
@media screen and (max-width: 1500px) {
  .banner-top-website-h2 h1, .banner-top-website-h2 h2, .banner-top-website-h2 h3, .banner-top-website-h2 h4, .banner-top-website-h2 h5, .banner-top-website-h2 h6 {
    font-size: 3.2vw;
    padding-left: 3.07vw;
    padding-right: 2.33vw;
    padding-top: 1.33vw;
    padding-bottom: 1.47vw;
  }
}
@media screen and (max-width: 767px) {
  .banner-top-website-h2 h1, .banner-top-website-h2 h2, .banner-top-website-h2 h3, .banner-top-website-h2 h4, .banner-top-website-h2 h5, .banner-top-website-h2 h6 {
    font-size: 2.4rem;
    padding: 1rem 1.5rem;
  }
}
.banner-top-website-h2 h1:before, .banner-top-website-h2 h2:before, .banner-top-website-h2 h3:before, .banner-top-website-h2 h4:before, .banner-top-website-h2 h5:before, .banner-top-website-h2 h6:before {
  position: absolute;
  width: 12.7rem;
  height: 7rem;
  content: "";
  top: 0;
  left: 0;
  border: max(1px, 0.2rem) solid #fff;
  border-bottom: 0;
  border-right: 0;
}
@media screen and (max-width: 1500px) {
  .banner-top-website-h2 h1:before, .banner-top-website-h2 h2:before, .banner-top-website-h2 h3:before, .banner-top-website-h2 h4:before, .banner-top-website-h2 h5:before, .banner-top-website-h2 h6:before {
    width: 8.47vw;
    height: 4.67vw;
  }
}
@media screen and (max-width: 767px) {
  .banner-top-website-h2 h1:before, .banner-top-website-h2 h2:before, .banner-top-website-h2 h3:before, .banner-top-website-h2 h4:before, .banner-top-website-h2 h5:before, .banner-top-website-h2 h6:before {
    width: 5rem;
    height: 3rem;
  }
}
.banner-top-website-h2 h1:after, .banner-top-website-h2 h2:after, .banner-top-website-h2 h3:after, .banner-top-website-h2 h4:after, .banner-top-website-h2 h5:after, .banner-top-website-h2 h6:after {
  position: absolute;
  width: 11.4rem;
  height: 7rem;
  content: "";
  bottom: 0;
  right: 0;
  border: max(1px, 0.2rem) solid #fff;
  border-top: 0;
  border-left: 0;
}
@media screen and (max-width: 1500px) {
  .banner-top-website-h2 h1:after, .banner-top-website-h2 h2:after, .banner-top-website-h2 h3:after, .banner-top-website-h2 h4:after, .banner-top-website-h2 h5:after, .banner-top-website-h2 h6:after {
    width: 7.6vw;
    height: 4.67vw;
  }
}
@media screen and (max-width: 767px) {
  .banner-top-website-h2 h1:after, .banner-top-website-h2 h2:after, .banner-top-website-h2 h3:after, .banner-top-website-h2 h4:after, .banner-top-website-h2 h5:after, .banner-top-website-h2 h6:after {
    width: 5rem;
    height: 3rem;
  }
}

.banner-top-website-h2-sub {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  color: #fff;
  line-height: 1.7;
  text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  margin-top: 2rem;
}
@media screen and (max-width: 1500px) {
  .banner-top-website-h2-sub {
    font-size: 1.87vw;
  }
}
@media screen and (max-width: 767px) {
  .banner-top-website-h2-sub {
    font-size: 1.5rem;
  }
}

.banner-top-website-test-img img {
  border-top-left-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
  height: 14rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media screen and (max-width: 767px) {
  .banner-top-website-test-img img {
    border-radius: 0;
  }
}
@media screen and (max-width: 999px) {
  .banner-top-website-test-img img {
    height: 13rem;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media screen and (max-width: 999px) and (max-width: 767px) {
  .banner-top-website-test-img img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .banner-top-img-main {
    height: 30rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

.sec1-top {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 5rem;
}

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

.sec2-top {
  padding-top: 9.8rem;
}
@media screen and (max-width: 767px) {
  .sec2-top {
    padding-top: 5rem;
  }
}
.sec2-top .list-news-post {
  margin-top: 1rem;
}

.setting-tlt-top h1, .setting-tlt-top h2, .setting-tlt-top h3, .setting-tlt-top h4, .setting-tlt-top h5, .setting-tlt-top h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #333333;
}
.setting-tlt-top .setting-tlt-top--eng {
  font-family: "Ibarra Real Nova", serif;
  font-size: 8.5rem;
  color: #143D7C;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .setting-tlt-top .setting-tlt-top--eng {
    font-size: 4.5rem;
  }
}

.list-news-post-date {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}

.list-news-post-cate {
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  display: inline-block;
  background-color: #F7F4EC;
  padding: 0.6rem 1.7rem;
  border-radius: 0.6rem;
}

.list-news-post-tlt {
  font-size: 1.8rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .list-news-post-tlt {
    font-size: 1.6rem;
  }
}

.list-news-post li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.8rem;
  border-bottom: max(1px, 0.1rem) solid #CCCCCC;
  padding-bottom: 3.2rem;
  padding-top: 3.2rem;
}
.list-news-post li .list-news-post-tlt {
  width: 100%;
}
.list-news-post li:first-child {
  border-top: max(1px, 0.1rem) solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .list-news-post li {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
}

.sec2-top-main {
  display: grid;
  grid-template-columns: 1fr 50rem;
  -moz-column-gap: 5.5rem;
       column-gap: 5.5rem;
}
@media screen and (max-width: 999px) {
  .sec2-top-main {
    grid-template-columns: 1fr 44rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-main {
    display: block;
  }
}

.table-information.table-information--banner {
  font-size: 1rem;
  box-shadow: 0 0 4em rgba(101, 132, 192, 0.3);
  border-top-left-radius: 0.6em;
  border-top-right-radius: 0.6em;
  overflow: hidden;
}
.table-information .table-information-tlt-txt {
  font-size: 2.6em;
  text-transform: uppercase;
  text-align: center;
  font-family: "Ibarra Real Nova", serif;
}
@media screen and (max-width: 767px) {
  .table-information .table-information-tlt-txt {
    font-size: 2em;
  }
}
.table-information .table-information-tlt {
  background-color: #2E7698;
  height: 7.2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .table-information .table-information-tlt {
    height: 5.4em;
  }
}
.table-information .table-information-detail {
  background-color: #fff;
  padding-top: 1.3em;
  padding-bottom: 2.8em;
}
.table-information .table-information-detail-table {
  max-width: 38.3em;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3em);
}
.table-information .table-information-detail-tablem {
  width: 100%;
}
.table-information .table-information-detail-tablem tr td:first-child {
  width: 13.7em;
  text-align: left;
  padding-left: 0.7em;
}
.table-information .table-information-detail-tablem tr td {
  width: calc((100% - 13.7em) / 7);
  text-align: center;
  vertical-align: middle;
  border-bottom: max(1px, 0.1em) solid #CCCCCA;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
}
.table-information .table-information-tlt-th {
  font-size: 1.5em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #404040;
  font-weight: 500;
}
.table-information .table-information-clock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.2em;
       column-gap: 1.2em;
  letter-spacing: 0.2em;
  padding-left: 0.8em;
}
.table-information .table-information-clock:before {
  content: "";
  display: inline-block;
  width: 2.3em;
  height: 2.3em;
  background-image: url(../img/top/icon01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.table-information .table-information-td-hour {
  font-size: 1.5em;
  font-weight: 600;
  color: #404040;
  line-height: 1;
  letter-spacing: 0.1em;
}
.table-information .cril-over-bold {
  width: 1.4em;
  height: 1.4em;
  background-color: #B19143;
  border-radius: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.table-information .cril-over-line {
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/top/icon02.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
}
.table-information .table-information-detail-table2 {
  max-width: 44em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  width: calc(100% - 3em);
}
.table-information .information-detail-table2-txt13 {
  font-size: 1.3em;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  color: #2E7698;
}
.table-information .information-detail-table2-txt132 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #404040;
  margin-top: 0.4em;
}
.table-information .information-detail-table2-txt132 span {
  font-size: 1.3em;
}
.table-information .information-detail-table2-txt133 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #404040;
  text-align: center;
  margin-top: 0.8em;
}
.table-information .information-detail-table2-txt133 span {
  font-size: 1.3em;
}
.table-information .information-detail-table2-txt26 {
  font-family: "Ibarra Real Nova", serif;
  text-transform: uppercase;
  text-align: center;
  height: 5.8em;
  border-radius: 0.6em;
  background-color: #F4F9FC;
  margin-top: 2.5em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .table-information .information-detail-table2-txt26 {
    height: 5em;
  }
}
.table-information .information-detail-table2-txt26 span {
  font-size: 2.6em;
}
@media screen and (max-width: 767px) {
  .table-information .information-detail-table2-txt26 span {
    font-size: 2.2em;
  }
}
.table-information .table-information-detail-access {
  max-width: 38.4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.7em;
  width: 100%;
}
.table-information .table-information-detail-access .table-information-detail-access-item {
  width: 17.2em;
  height: 6.2em;
  border: max(1px, 0.1em) solid #B19143;
  border-radius: 0.6em;
  padding-left: 6.6em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .table-information .table-information-detail-access .table-information-detail-access-item {
    width: 15.2em;
    padding-left: 5em;
  }
}
.table-information .table-information-detail-access .table-information-detail-access-item p.no-hiden {
  font-size: 1.4em;
  font-weight: 500;
  color: #404040;
  line-height: 1.5;
  text-align: center;
}
.table-information .table-information-detail-access .table-information-detail-access-item:first-child {
  background-image: url(../img/top/icon03.svg);
  background-size: 4em auto;
  background-repeat: no-repeat;
  background-position: left 1em center;
}
@media screen and (max-width: 767px) {
  .table-information .table-information-detail-access .table-information-detail-access-item:first-child {
    background-position: left center;
  }
}
.table-information .table-information-detail-access .table-information-detail-access-item:last-child {
  background-image: url(../img/top/icon04.svg);
  background-size: 4em auto;
  background-repeat: no-repeat;
  background-position: left 1.5em center;
}
@media screen and (max-width: 767px) {
  .table-information .table-information-detail-access .table-information-detail-access-item:last-child {
    background-position: left center;
  }
}

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

.setting2-tlt-top h1, .setting2-tlt-top h2, .setting2-tlt-top h3, .setting2-tlt-top h4, .setting2-tlt-top h5, .setting2-tlt-top h6 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.6;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .setting2-tlt-top h1, .setting2-tlt-top h2, .setting2-tlt-top h3, .setting2-tlt-top h4, .setting2-tlt-top h5, .setting2-tlt-top h6 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .setting2-tlt-top h1, .setting2-tlt-top h2, .setting2-tlt-top h3, .setting2-tlt-top h4, .setting2-tlt-top h5, .setting2-tlt-top h6 {
    font-size: 2rem;
  }
}
.setting2-tlt-top .setting2-tlt-top-eng {
  text-transform: uppercase;
  font-family: "Ibarra Real Nova", serif;
  font-size: 12rem;
  line-height: 1;
  background: linear-gradient(0deg, rgb(49, 74, 163) 0%, rgb(1, 52, 97) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 999px) {
  .setting2-tlt-top .setting2-tlt-top-eng {
    font-size: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .setting2-tlt-top .setting2-tlt-top-eng {
    font-size: 4.3rem;
  }
}

.sec3-top {
  padding-bottom: 23rem;
  position: relative;
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  .sec3-top {
    padding-bottom: 5rem;
    margin-top: 5rem;
  }
}
.sec3-top:before {
  content: "";
  position: absolute;
  z-index: -3;
  top: 7rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/top/image03.jpg);
  background-size: cover;
  background-position: right bottom;
}
@media screen and (max-width: 1200px) {
  .sec3-top:before {
    background-image: url(../img/top/image04.jpg);
  }
}
@media screen and (max-width: 999px) {
  .sec3-top:before {
    top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top:before {
    top: 2.5rem;
    background-image: none;
    background: #00AFCC;
    background: linear-gradient(90deg, rgb(0, 175, 204) 0%, rgb(98, 206, 224) 100%);
  }
}
.sec3-top .setting2-tlt-top {
  text-align: center;
  padding-bottom: 3.3rem;
  color: #fff;
}

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

.sec3-top-left {
  font-size: 10px;
}
@media screen and (max-width: 1750px) {
  .sec3-top-left {
    font-size: 0.57vw;
  }
}
@media screen and (max-width: 1200px) {
  .sec3-top-left {
    font-size: 0.64vw;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-left {
    font-size: 1.58vw;
  }
}

.sec3-top-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  -moz-column-gap: 2.6em;
       column-gap: 2.6em;
}
.sec3-top-ul.sec3-top-ul2 {
  padding-left: 20.7em;
  padding-top: 3.4em;
  padding-bottom: 3.4em;
}
@media screen and (max-width: 767px) {
  .sec3-top-ul.sec3-top-ul2 {
    padding-left: 0;
  }
}
.sec3-top-ul.sec3-top-ul3 {
  padding-left: 5em;
}
@media screen and (max-width: 767px) {
  .sec3-top-ul.sec3-top-ul3 {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-ul {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
    row-gap: 2em;
  }
}
.sec3-top-ul li {
  background-image: url(../img/top/image04.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  width: 28em;
  height: 28em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  color: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sec3-top-ul li a.no-hiden {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 5;
}
.sec3-top-ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B19143;
  border-radius: 1000rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.sec3-top-ul li:hover {
  background-image: none;
}
.sec3-top-ul li:hover:before {
  opacity: 1;
}
.sec3-top-ul li .sec3-top-ul-txt {
  text-align: center;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}
.sec3-top-ul li .sec3-top-ul-txt span {
  font-size: 2em;
}
@media screen and (max-width: 999px) {
  .sec3-top-ul li .sec3-top-ul-txt span {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-ul li .sec3-top-ul-txt span {
    font-size: 2.4em;
  }
}

.sec4-top {
  background-image: url(../img/top/image06.svg);
  height: 40.9rem;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -16.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  .sec4-top {
    margin-top: -18.6rem;
  }
}
@media screen and (max-width: 999px) {
  .sec4-top {
    margin-top: -12.6rem;
    height: 26.9rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top {
    height: auto;
    margin-top: 0;
    background-image: none;
    position: relative;
    padding-bottom: 7rem;
    padding-top: 7rem;
    display: block;
    padding-left: 1.5rem;
  }
}
.sec4-top .sec4-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.sec4-top .sec4-top-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}

.sec4-top-txt1 {
  font-size: 3rem;
  text-align: center;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec4-top-txt1 {
    color: #595959;
    text-align: left;
    font-size: 1.8rem;
  }
}
.sec4-top-txt1 span {
  font-size: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec4-top-txt1 span {
    font-size: 2.1rem;
    display: block;
  }
}

.sec5-top {
  background-color: #F5F9FC;
  position: relative;
  padding-top: 5.7rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 999px) {
  .sec5-top {
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
.sec5-top .setting2-tlt-top {
  color: #333333;
  text-align: center;
  position: relative;
  z-index: 3;
}
.sec5-top:before {
  content: "";
  position: absolute;
  width: 51.9rem;
  height: 60.3rem;
  background-image: url(../img/top/image14.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec5-top:before {
    width: 100%;
    background-size: cover;
    height: 40rem;
  }
}
.sec5-top:after {
  content: "";
  position: absolute;
  width: 57.9rem;
  height: 60.8rem;
  background-image: url(../img/top/image15.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec5-top:after {
    width: 100%;
    background-size: cover;
    height: 40rem;
  }
}

.sec5-top-flex1 {
  max-width: 156rem;
  margin-left: auto;
  width: calc(100% - 1.5rem);
  display: grid;
  grid-template-columns: 33.14% 1fr;
  margin-top: 6.1rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .sec5-top-flex1 {
    align-items: flex-end;
  }
}
.sec5-top-flex1 .txt-fs16top {
  margin-top: 4.8rem;
}
@media screen and (max-width: 1300px) {
  .sec5-top-flex1 .txt-fs16top {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec5-top-flex1 .sec5-top-flex1-left {
    padding-top: 0;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-flex1 .sec5-top-flex1-left {
    padding-right: 1.5rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-flex1 .sec5-top-flex1-left {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-flex1 {
    display: block;
    margin-top: 2rem;
  }
}

.setting3-tlt-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -moz-column-gap: 3.3rem;
       column-gap: 3.3rem;
}
@media screen and (max-width: 767px) {
  .setting3-tlt-top {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.setting3-tlt-top h1, .setting3-tlt-top h2, .setting3-tlt-top h3, .setting3-tlt-top h4, .setting3-tlt-top h5, .setting3-tlt-top h6 {
  font-family: "Shippori Mincho", serif;
  color: #000;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .setting3-tlt-top h1, .setting3-tlt-top h2, .setting3-tlt-top h3, .setting3-tlt-top h4, .setting3-tlt-top h5, .setting3-tlt-top h6 {
    font-size: 2.4rem;
  }
}
.setting3-tlt-top .setting3-tlt-top-number-so {
  font-family: "Cormorant Garamond", serif;
  font-size: 9.8rem;
  color: #61A7C7;
  line-height: 0.6;
  font-style: italic;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .setting3-tlt-top .setting3-tlt-top-number-so {
    font-size: 7rem;
  }
}
.setting3-tlt-top .setting3-tlt-top-number-so:before {
  content: "PICKUP";
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  line-height: 0.3;
  color: #61A7C7;
  font-style: normal;
}

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

.sec5-top .txt-fs16top {
  color: #000;
}

.lh19 {
  line-height: 1.9;
}

.sec5-top-flex1-right {
  position: relative;
}
.sec5-top-flex1-right .sec5-top-flex1-right--img2 {
  width: 22rem;
  position: absolute;
  top: -12%;
  right: 7.5%;
}
@media screen and (max-width: 1400px) {
  .sec5-top-flex1-right .sec5-top-flex1-right--img2 {
    right: 4%;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-flex1-right .sec5-top-flex1-right--img2 {
    right: 2%;
    top: auto;
    bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-flex1-right .sec5-top-flex1-right--img2 {
    width: 11rem;
    right: 1.5rem;
    bottom: -6rem;
  }
}
.sec5-top-flex1-right .sec5-top-flex1-right--img3 {
  position: relative;
}
.sec5-top-flex1-right .sec5-top-flex1-right--img3 .sec5-top-flex1-right--img3main {
  position: absolute;
  bottom: 6.5rem;
  right: 13.5%;
  width: 16.2rem;
  height: 16rem;
  background-image: url(../img/top/image09.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  color: #013461;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.7;
  text-shadow: 0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.2);
  padding-top: 2rem;
}
@media screen and (max-width: 1400px) {
  .sec5-top-flex1-right .sec5-top-flex1-right--img3 .sec5-top-flex1-right--img3main {
    right: 5%;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-flex1-right .sec5-top-flex1-right--img3 .sec5-top-flex1-right--img3main {
    top: 0;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-flex1-right .sec5-top-flex1-right--img3 .sec5-top-flex1-right--img3main {
    width: 13rem;
    bottom: -8rem;
    top: auto;
    font-size: 1.5rem;
    padding-top: 0;
    height: 14rem;
    right: auto;
    left: 0;
  }
}

.sec5-top-flex2 {
  max-width: 156rem;
  width: calc(100% - 1.5rem);
  display: grid;
  grid-template-columns: 65.57% 1fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-top: 4.5rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1300px) {
  .sec5-top-flex2 .sec5-top-flex2-right {
    padding-top: 0;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-flex2 .sec5-top-flex2-right {
    padding-left: 1.5rem;
    padding-bottom: 3rem;
  }
}
.sec5-top-flex2 .txt-fs16top {
  margin-top: 3rem;
}
@media screen and (max-width: 1300px) {
  .sec5-top-flex2 .txt-fs16top {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-flex2 {
    display: flex;
    flex-direction: column-reverse;
  }
}

.sec5-top-flex2-left--img-list {
  position: relative;
}

.sec5-top-flex2-left--img-main {
  position: absolute;
  top: -10rem;
  left: 7.5rem;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 5.4rem;
       column-gap: 5.4rem;
}
@media screen and (max-width: 1600px) {
  .sec5-top-flex2-left--img-main {
    left: 2rem;
  }
}
@media screen and (max-width: 1400px) {
  .sec5-top-flex2-left--img-main {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-flex2-left--img-main {
    left: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-flex2-left--img-main {
    position: static;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
    padding-left: 1.5rem;
    margin-top: -4rem;
  }
}

.sec5-top-flex2-left--img-item {
  width: 22rem;
}
@media screen and (max-width: 1300px) {
  .sec5-top-flex2-left--img-item {
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-flex2-left--img-item {
    width: 11rem;
  }
}

.sec5-top-flex2-left--img-item-txt {
  width: 22rem;
  height: 22rem;
  background-image: url(../img/top/image13.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
}
@media screen and (max-width: 1300px) {
  .sec5-top-flex2-left--img-item-txt {
    width: 20rem;
    height: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-flex2-left--img-item-txt {
    width: 11.5rem;
    height: 11.5rem;
    font-size: 1.5rem;
  }
}

.sec6-top .setting2-tlt-top {
  text-align: center;
  color: #333333;
}

.setting4-tlt-top {
  text-align: center;
}
.setting4-tlt-top h1, .setting4-tlt-top h2, .setting4-tlt-top h3, .setting4-tlt-top h4, .setting4-tlt-top h5, .setting4-tlt-top h6 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  .setting4-tlt-top h1, .setting4-tlt-top h2, .setting4-tlt-top h3, .setting4-tlt-top h4, .setting4-tlt-top h5, .setting4-tlt-top h6 {
    font-size: 2rem;
  }
}
.setting4-tlt-top .setting4-tlt-top-eng {
  font-family: "Ibarra Real Nova", serif;
  font-size: 5rem;
  color: #013461;
  line-height: 1;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  align-items: center;
  -moz-column-gap: 1.7rem;
       column-gap: 1.7rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .setting4-tlt-top .setting4-tlt-top-eng {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}
.setting4-tlt-top .setting4-tlt-top-eng:before, .setting4-tlt-top .setting4-tlt-top-eng:after {
  content: "";
  width: 100%;
  display: block;
  height: max(1px, 0.1rem);
  background-color: #000;
}
@media screen and (max-width: 999px) {
  .setting4-tlt-top .setting4-tlt-top-eng {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .setting4-tlt-top .setting4-tlt-top-eng {
    font-size: 2.4rem;
  }
}

.sec6-top-tlt {
  transform: translateY(-20%);
}

.sec6-top-list {
  font-size: 10px;
  max-width: 180em;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3em);
  margin-top: 2.4em;
}
@media screen and (max-width: 1860px) {
  .sec6-top-list {
    font-size: 0.53vw;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top-list {
    font-size: 0.7vw;
    width: calc(100% - 7em);
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-list {
    font-size: 1rem;
    width: calc(100% - 4em);
  }
}

.sec6-top-list-item-main {
  width: 41.5em;
  height: 39.6em;
  padding: 1.1em;
  background-color: #fff;
  z-index: 2;
  position: relative;
}
.sec6-top-list-item-main .sec6-top-list-item-content {
  border: max(0.2em, 1px) solid #B19143;
  width: 100%;
  height: 100%;
  padding-top: 4em;
}
@media screen and (max-width: 1400px) {
  .sec6-top-list-item-main .sec6-top-list-item-content {
    padding-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-list-item-main .sec6-top-list-item-content {
    padding-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-list-item-main {
    width: 100%;
    padding: 0;
    height: auto;
  }
}

.sec6-top-list-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec6-top-list-ul.sec6-top-list-ul1 {
  -moz-column-gap: 4.5em;
       column-gap: 4.5em;
  justify-content: center;
  margin-bottom: 4em;
}
@media screen and (max-width: 999px) {
  .sec6-top-list-ul.sec6-top-list-ul1 {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top-list-ul {
    row-gap: 4em;
  }
}
.sec6-top-list-ul li {
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.sec6-top-list-ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B19143;
  transform: translate(2em, 2em);
}
@media screen and (max-width: 767px) {
  .sec6-top-list-ul li:before {
    transform: translate(1em, 1em);
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-list-ul li {
    width: 48%;
  }
}

.sec6-top-list-item-content-tlt {
  font-size: 3em;
  font-weight: 700;
  text-align: center;
  color: #292727;
}
@media screen and (max-width: 767px) {
  .sec6-top-list-item-content-tlt {
    font-size: 1.5em;
  }
}

.sec6-top-list-item-content-icon {
  text-align: center;
  padding-bottom: 0.6em;
}
.sec6-top-list-item-content-icon img {
  width: 12em;
}
@media screen and (max-width: 767px) {
  .sec6-top-list-item-content-icon img {
    width: 9em;
  }
}

.sec6-top-list-item-content-tlteng {
  font-size: 1.6em;
  text-align: center;
  color: #B19143;
  line-height: 1;
  margin-top: 0.5em;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .sec6-top-list-item-content-tlteng {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-list-item-content-tlteng {
    font-size: 1.4em;
  }
}

.sec6-top-list-more {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #292727;
  width: 26em;
  height: 4.5em;
  background-color: #F7F4EC;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.8em;
  background-image: url(../img/top/icon17.svg);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: right 2.2em center;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .sec6-top-list-more {
    background-size: 1.5em auto;
    height: 5.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top-list-more {
    width: 100%;
    margin-top: 1.5em;
  }
}
.sec6-top-list-more:hover {
  background-image: url(../img/top/icon18.svg);
  background-color: #B19143;
  color: #fff;
}
.sec6-top-list-more span {
  font-size: 1.8em;
}
@media screen and (max-width: 1400px) {
  .sec6-top-list-more span {
    font-size: 2em;
  }
}

.sec6-top {
  background-image: url(../img/top/image23.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.setting4-tlt-top-tranlate2 {
  transform: translateY(0.7rem);
  margin-top: 6rem;
}

.sec7-top {
  font-size: min(0.52vw, 10px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 1.7rem;
  border-top: max(1px, 0.1rem) solid #B19143;
}
@media screen and (max-width: 767px) {
  .sec7-top {
    padding-top: 2rem;
    margin-top: 1rem;
    font-size: 1.6vw;
    display: block;
    border-top: 0;
  }
}
.sec7-top .sec7-top-item {
  display: grid;
  grid-template-columns: 1fr 24.7%;
  overflow: hidden;
  position: relative;
}
.sec7-top .sec7-top-item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 999px) {
  .sec7-top .sec7-top-item {
    grid-template-columns: 1fr 20%;
  }
}
.sec7-top .sec7-top-item .sec7-top-item-content {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.sec7-top .sec7-top-item .sec7-top-item-content-link {
  background-repeat: no-repeat;
  background-size: 3em auto;
  background-position: bottom 3.3em center;
}
@media screen and (max-width: 1200px) {
  .sec7-top .sec7-top-item .sec7-top-item-content-link {
    background-size: 3.5em auto;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top .sec7-top-item .sec7-top-item-content-link {
    background-size: 4.2em auto;
  }
}
.sec7-top .sec7-top-item:first-child .sec7-top-item-content {
  background-image: url(../img/top/image25.jpg);
}
.sec7-top .sec7-top-item:first-child .sec7-top-item-content-link {
  background-color: #B19143;
  background-image: url(../img/top/image26.svg);
}
.sec7-top .sec7-top-item:nth-child(2) .sec7-top-item-content {
  background-image: url(../img/top/image28.png);
}
.sec7-top .sec7-top-item:nth-child(2) .sec7-top-item-content-link {
  background-color: #2E7698;
  background-image: url(../img/top/image29.svg);
}
.sec7-top .sec7-top-item:nth-child(3) .sec7-top-item-content {
  background-image: url(../img/top/image31.png);
}
.sec7-top .sec7-top-item:nth-child(3) .sec7-top-item-content-link {
  background-color: #262843;
  background-image: url(../img/top/image32.svg);
}
.sec7-top .sec7-top-item:last-child .sec7-top-item-content {
  background-image: url(../img/top/image34.jpg);
}
.sec7-top .sec7-top-item:last-child .sec7-top-item-content-link {
  background-color: #B19143;
  background-image: url(../img/top/image26.svg);
}
.sec7-top .sec7-top-item-content--img img {
  width: 100%;
  height: 23.8em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 1200px) {
  .sec7-top .sec7-top-item-content--img img {
    height: 26em;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top .sec7-top-item-content--img img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.sec7-top-item-content-p {
  background-color: rgba(255, 255, 255, 0.7);
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 4.3em;
  padding-bottom: 4.4em;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec7-top-item-content-p {
    padding-left: 2.5em;
    padding-right: 1em;
  }
}

.sec7-top-item-content-p24 {
  font-size: 2.4em;
  font-family: "Shippori Mincho", serif;
  color: #292727;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .sec7-top-item-content-p24 {
    font-size: 2.7em;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-item-content-p24 {
    font-size: 2.9em;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-item-content-p24 {
    font-size: 3.7em;
  }
}

.sec7-top-item-content-p18 {
  padding-top: 2.4em;
}
.sec7-top-item-content-p18 span {
  font-size: 1.8em;
  line-height: 2;
  color: #292727;
}
@media screen and (max-width: 1200px) {
  .sec7-top-item-content-p18 span {
    font-size: 2em;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-item-content-p18 span {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-item-content-p18 span {
    font-size: 2.7em;
  }
}

.sec7-top-item-content-link-thow {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row-reverse;
  line-height: 1;
  justify-content: center;
  -moz-column-gap: 1.7em;
       column-gap: 1.7em;
  padding-top: 3.8em;
}
@media screen and (max-width: 1200px) {
  .sec7-top-item-content-link-thow {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-item-content-link-thow {
    -moz-column-gap: 0.5em;
         column-gap: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-item-content-link-thow {
    -moz-column-gap: 1em;
         column-gap: 1em;
    padding-top: 6em;
  }
}
.sec7-top-item-content-link-thow .sec7-top-item-content-link-thow1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.3em;
}
.sec7-top-item-content-link-thow .sec7-top-item-content-link-thow1 span {
  font-size: 3em;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .sec7-top-item-content-link-thow .sec7-top-item-content-link-thow1 span {
    font-size: 3.3em;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-item-content-link-thow .sec7-top-item-content-link-thow1 span {
    font-size: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-item-content-link-thow .sec7-top-item-content-link-thow1 span {
    font-size: 4.2em;
  }
}
.sec7-top-item-content-link-thow .sec7-top-item-content-link-thow2 {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
}
.sec7-top-item-content-link-thow .sec7-top-item-content-link-thow2 span {
  font-size: 1.7em;
}
@media screen and (max-width: 1200px) {
  .sec7-top-item-content-link-thow .sec7-top-item-content-link-thow2 span {
    font-size: 2em;
  }
}
@media screen and (max-width: 999px) {
  .sec7-top-item-content-link-thow .sec7-top-item-content-link-thow2 span {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-item-content-link-thow .sec7-top-item-content-link-thow2 span {
    font-size: 2.5em;
  }
}

.sec7-top-item-content-link .sec7-top-item-content-linka {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sec8-top {
  padding-top: 8.3rem;
  padding-bottom: 4.8rem;
}
.sec8-top .setting2-tlt-top {
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec8-top {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.sec9-top {
  font-size: 10px;
}
@media screen and (max-width: 1500px) {
  .sec9-top {
    font-size: 0.67vw;
  }
}
@media screen and (max-width: 999px) {
  .sec9-top {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top {
    font-size: 1rem;
  }
}

.sec9-top-list1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .sec9-top-list1 {
    display: block;
  }
}
.sec9-top-list1 .sec9-top-list1-item {
  position: relative;
  padding-top: 11.7em;
  padding-bottom: 3em;
  min-height: 83.2em;
}
@media screen and (max-width: 999px) {
  .sec9-top-list1 .sec9-top-list1-item {
    padding-top: 5.7em;
    min-height: 80.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-list1 .sec9-top-list1-item {
    padding-top: 4em;
    min-height: auto;
  }
}
.sec9-top-list1 .sec9-top-list1-item .sec9-top-list1-item--img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sec9-top-list1 .sec9-top-list1-item .sec9-top-list1-item--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.sec9-top-list1 .sec9-top-list1-item:first-child {
  background-color: #e7ebf1;
}
.sec9-top-list1 .sec9-top-list1-item:first-child .sec9-top-list1-item1 {
  color: rgba(19, 60, 122, 0.8);
}
.sec9-top-list1 .sec9-top-list1-item:first-child .sec9-top-list1-item2, .sec9-top-list1 .sec9-top-list1-item:first-child .sec9-top-list1-item4 {
  color: #091B38;
}
.sec9-top-list1 .sec9-top-list1-item:first-child .sec9-top-list1-item3 {
  color: #7A5113;
}
.sec9-top-list1 .sec9-top-list1-item:nth-child(2) {
  background-color: #f0f3ec;
}
.sec9-top-list1 .sec9-top-list1-item:nth-child(2) .sec9-top-list1-item1 {
  color: rgba(90, 129, 54, 0.8);
}
.sec9-top-list1 .sec9-top-list1-item:nth-child(2) .sec9-top-list1-item2, .sec9-top-list1 .sec9-top-list1-item:nth-child(2) .sec9-top-list1-item4 {
  color: #344B1F;
}
.sec9-top-list1 .sec9-top-list1-item:nth-child(2) .sec9-top-list1-item3 {
  color: #5D3681;
}
.sec9-top-list1 .sec9-top-list1-item:last-child {
  background-color: #f7f4ec;
}
.sec9-top-list1 .sec9-top-list1-item:last-child .sec9-top-list1-item1 {
  color: rgba(177, 145, 67, 0.8);
}
.sec9-top-list1 .sec9-top-list1-item:last-child .sec9-top-list1-item2, .sec9-top-list1 .sec9-top-list1-item:last-child .sec9-top-list1-item4 {
  color: #7A642E;
}
.sec9-top-list1 .sec9-top-list1-item:last-child .sec9-top-list1-item3 {
  color: #4363B1;
}

.sec9-top-list1-item1 {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  line-height: 1;
}
.sec9-top-list1-item1 span {
  font-size: 9.8em;
}
@media screen and (max-width: 767px) {
  .sec9-top-list1-item1 span {
    font-size: 7.8em;
  }
}

.sec9-top-list1-item2 {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  margin-top: 2.3em;
  margin-bottom: 0.7em;
}
.sec9-top-list1-item2 span {
  font-size: 3.4em;
  line-height: 1.4;
}
@media screen and (max-width: 999px) {
  .sec9-top-list1-item2 span {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-list1-item2 span {
    font-size: 2.6em;
  }
}

.sec9-top-list1-item3 {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 0.8em;
}
.sec9-top-list1-item3 span {
  font-size: 2em;
  line-height: 2.1;
}
@media screen and (max-width: 999px) {
  .sec9-top-list1-item3 span {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 999px) {
  .sec9-top-list1-item3 span {
    font-size: 2em;
  }
}

.sec9-top-list1-item4 {
  letter-spacing: 0.2em;
}
.sec9-top-list1-item4 span {
  font-size: 1.4em;
  line-height: 1.9;
}
@media screen and (max-width: 1200px) {
  .sec9-top-list1-item4 span {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 999px) {
  .sec9-top-list1-item4 span {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-list1-item4 span {
    font-size: 1.6em;
  }
}

.sec9-top-list1-item-gr {
  max-width: 49em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
  width: calc(100% - 3em);
}

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

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

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

.scroll-infinity__item {
  width: 21.0526315789vw;
}
@media screen and (max-width: 767px) {
  .scroll-infinity__item {
    width: 40vw;
  }
}

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

.sec9-top-bottom-tlt-right-tlt {
  color: #0A0B12;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .sec9-top-bottom-tlt-right-tlt {
    margin-top: 2.3em;
    margin-bottom: 0.7em;
  }
}
.sec9-top-bottom-tlt-right-tlt span {
  font-size: 5.6em;
}
@media screen and (max-width: 999px) {
  .sec9-top-bottom-tlt-right-tlt span {
    font-size: 5em;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-bottom-tlt-right-tlt span {
    font-size: 2.6em;
  }
}

.sec9-top-bottom-tlt-right .sec9-top-list1-item3 {
  color: #434126;
  margin-bottom: 0;
}

.sec9-top-bottom-tlt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 2.5em;
       column-gap: 2.5em;
}
@media screen and (max-width: 767px) {
  .sec9-top-bottom-tlt {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sec9-top-bottom-tlt .sec9-top-bottom-tlt-left {
    padding-top: 3.5em;
  }
}
.sec9-top-bottom-tlt .sec9-top-bottom-tlt-left .sec9-top-list1-item1 {
  color: rgba(38, 40, 67, 0.8);
}

.sec9-top-bottom-txt {
  max-width: 119.4em;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3em);
  letter-spacing: 0.5em;
  margin-top: 1.2em;
}
@media screen and (max-width: 999px) {
  .sec9-top-bottom-txt {
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-bottom-txt {
    width: 100%;
  }
}
.sec9-top-bottom-txt span {
  font-size: 1.7em;
  color: #0A0B12;
  line-height: 1.9;
}
@media screen and (max-width: 999px) {
  .sec9-top-bottom-txt span {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-bottom-txt span {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 768px) {
  .sec9-top-bottom {
    padding-top: 6.2em;
    background-image: url(../img/top/image44.png);
    background-size: auto 73.4em;
    background-repeat: no-repeat;
    background-position: top center;
  }
}

.sec9-top-bottom-card-item {
  width: 49em;
  min-height: 63.3em;
  padding-top: 2.3em;
  padding-left: 3.5em;
  padding-right: 4em;
  padding-bottom: 2.5em;
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.5);
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec9-top-bottom-card-item {
    padding: 3em 2em;
    min-height: 69.3em;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-bottom-card-item {
    width: 100%;
    box-shadow: none;
    padding-top: 4em;
    padding-bottom: 3em;
    height: auto;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.sec9-top-bottom-card-item .sec9-top-bottom-card-item-nd {
  position: relative;
  z-index: 3;
}
.sec9-top-bottom-card-item .sec9-top-bottom-card-item--img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sec9-top-bottom-card-item .sec9-top-bottom-card-item--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.sec9-top-bottom-card-item .sec9-top-list1-item3 span {
  line-height: 1.7;
}
.sec9-top-bottom-card-item .sec9-top-list1-item2 {
  margin-bottom: 1.3em;
}
.sec9-top-bottom-card-item:first-child {
  background-color: #eaf1f4;
}
.sec9-top-bottom-card-item:first-child .sec9-top-list1-item1 {
  color: rgba(46, 118, 152, 0.8);
}
.sec9-top-bottom-card-item:first-child .sec9-top-list1-item2, .sec9-top-bottom-card-item:first-child .sec9-top-list1-item4 {
  color: #1C485D;
}
.sec9-top-bottom-card-item:first-child .sec9-top-list1-item3 {
  color: #98502E;
}
.sec9-top-bottom-card-item:last-child {
  background-color: #F4ECEC;
}
.sec9-top-bottom-card-item:last-child .sec9-top-list1-item1 {
  color: rgba(146, 66, 65, 0.8);
}
.sec9-top-bottom-card-item:last-child .sec9-top-list1-item2, .sec9-top-bottom-card-item:last-child .sec9-top-list1-item4 {
  color: #5D2A29;
}
.sec9-top-bottom-card-item:last-child .sec9-top-list1-item3 {
  color: #419192;
}

.sec9-top-bottom-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 5em;
       column-gap: 5em;
  padding-top: 5.2em;
}
@media screen and (max-width: 767px) {
  .sec9-top-bottom-card {
    display: block;
    padding-top: 0em;
  }
}

@media screen and (max-width: 767px) {
  .sec9-top-bottom1 {
    padding-left: 1.5em;
    padding-right: 1.5em;
    background-image: url(../img/top/image44.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 4em;
    padding-bottom: 3em;
  }
}

.sec10-top {
  font-size: 1rem;
}

.sec10-top-cont {
  max-width: 120em;
  width: calc(100% - 3em);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}

.setting5-tlt-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .setting5-tlt-top {
    display: block;
    text-align: center;
  }
}
.setting5-tlt-top h1, .setting5-tlt-top h2, .setting5-tlt-top h3, .setting5-tlt-top h4, .setting5-tlt-top h5, .setting5-tlt-top h6 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  line-height: 1;
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .setting5-tlt-top h1, .setting5-tlt-top h2, .setting5-tlt-top h3, .setting5-tlt-top h4, .setting5-tlt-top h5, .setting5-tlt-top h6 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.setting5-tlt-top .setting5-tlt-top-eng {
  font-family: "Ibarra Real Nova", serif;
  font-size: 7.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .setting5-tlt-top .setting5-tlt-top-eng {
    font-size: 4.3rem;
  }
}

.sec10-top-name1 {
  color: #61A7C7;
  width: 4.8em;
  height: 4.8em;
  background-color: #fff;
  border-radius: 100rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Shippori Mincho", serif;
}
.sec10-top-name1 span {
  font-size: 1.4em;
  line-height: 1;
}

.sec10-top-name2 {
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  margin-left: 1.5em;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .sec10-top-name2 {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.sec10-top-name2 span {
  font-size: 2.2em;
}
@media screen and (max-width: 767px) {
  .sec10-top-name2 span {
    font-size: 2em;
  }
}

.sec10-top-name3 {
  line-height: 1;
  font-family: "Ibarra Real Nova", serif;
  text-transform: uppercase;
}
.sec10-top-name3 span {
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .sec10-top-name3 span {
    font-size: 1.6em;
  }
}

.sec10-top-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.7em;
  margin-bottom: 1.4em;
}

.sec10-top-name4 span {
  font-family: "Shippori Mincho", serif;
  font-size: 2.7em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .sec10-top-name4 span {
    font-size: 1.9em;
  }
}

.sec10-top-name5 {
  max-width: 54em;
  margin-top: 1.7em;
  margin-bottom: 3.5em;
}
.sec10-top-name5 span {
  font-size: 1.6em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .sec10-top-name5 span {
    font-size: 1.5em;
  }
}

.sec10-top-img-item {
  width: 25em;
}
@media screen and (max-width: 767px) {
  .sec10-top-img-item {
    width: 100%;
  }
}

.sec10-top-img {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3.7em;
       column-gap: 3.7em;
}
@media screen and (max-width: 767px) {
  .sec10-top-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}

.sec10-top {
  position: relative;
  background-image: url(../img/top/25-08-28_107.jpg);
  background-size: cover;
  background-position: top 14% right;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 8.2em;
  padding-bottom: 5em;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .sec10-top {
    margin-top: 5rem;
    padding-top: 5em;
    background-position: top 14% left 80%;
  }
}
.sec10-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/top/image49.png);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
  .sec10-top:before {
    background-position: top left 43%;
  }
}

.sec10-top-link-itema {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35em;
  height: 6em;
  border: max(1px, 0.1em) solid #fff !important;
  background-image: url(../img/top/image51.svg);
  background-size: 1.5em auto;
  background-repeat: no-repeat;
  background-position: right 1.7em center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec10-top-link-itema {
    width: 28em;
    height: 5em;
  }
}
.sec10-top-link-itema span {
  font-size: 1.6em;
}
.sec10-top-link-itema:hover {
  background-color: #014099;
}

.sec10-top-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 7.8em;
       column-gap: 7.8em;
  padding-top: 5.7em;
}
@media screen and (max-width: 767px) {
  .sec10-top-link {
    flex-direction: column;
    row-gap: 2em;
    padding-top: 3em;
  }
}

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

.setting6-tlt-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .setting6-tlt-top {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .setting6-tlt-top.setting6-tlt-top2 {
    -moz-column-gap: 3.7rem;
         column-gap: 3.7rem;
  }
}
.setting6-tlt-top .setting6-tlt-top-eng {
  font-family: "Ibarra Real Nova", serif;
  font-size: 3.6rem;
  line-height: 1;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .setting6-tlt-top .setting6-tlt-top-eng {
    font-size: 3rem;
  }
}
.setting6-tlt-top h1, .setting6-tlt-top h2, .setting6-tlt-top h3, .setting6-tlt-top h4, .setting6-tlt-top h5, .setting6-tlt-top h6 {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #3C7B97;
}

.sec11-top-instagram {
  padding-top: 1.7rem;
}

.sec11-top-item-linka {
  font-family: "Inter", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  color: #fff;
  background-color: #3C7B97;
  display: inline-block;
  padding: 0.6rem 2rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.sec11-top-item-link {
  position: relative;
}

.list-post-topics-txt-date {
  font-family: "Inter", sans-serif;
  font-size: 1.7rem;
  color: #3C7B97;
  line-height: 1;
}

.list-post-topics-txt-tlt {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  color: #333333;
  line-height: 2;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .list-post-topics-txt-tlt {
    font-size: 1.8rem;
  }
}

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

.list-post-topics {
  padding-top: 4rem;
}
.list-post-topics li {
  display: grid;
  grid-template-columns: 15rem 1fr;
  -moz-column-gap: 2.8rem;
       column-gap: 2.8rem;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .list-post-topics li {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .list-post-topics li {
    display: block;
  }
}
.list-post-topics li + li {
  margin-top: 4rem;
}

.sec11-top-item-left {
  max-width: 56rem;
}
@media screen and (max-width: 1200px) {
  .sec11-top-item-left {
    max-width: 100%;
  }
}

.sec11-top-item-right {
  max-width: 55rem;
  margin-left: auto;
  width: calc(100% - 1.5rem);
}
@media screen and (max-width: 1200px) {
  .sec11-top-item-right {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec11-top-item-right {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .sec11-top-item--first {
    border-right: max(2px, 0.4rem) solid #3C7B97;
    padding-right: 1.5rem;
  }
  .sec11-top-item {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec11-top-item--first {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .list-post-topics-txt {
    padding-top: 2.5rem;
  }
}

.sec12-top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 9.6rem;
  font-size: 10px;
}
@media screen and (max-width: 1600px) {
  .sec12-top {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top {
    font-size: 1rem;
    display: block;
    margin-top: 5rem;
  }
}
.sec12-top:before {
  content: "";
  position: absolute;
  top: 2em;
  left: 2em;
  right: 2em;
  bottom: 2em;
  border: max(1px, 0.1rem) solid #0E1C29;
}
@media screen and (max-width: 999px) {
  .sec12-top:before {
    top: 1em;
    left: 1em;
    right: 1em;
    bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top:before {
    content: none;
  }
}

.setting7-tlt-top h1, .setting7-tlt-top h2, .setting7-tlt-top h3, .setting7-tlt-top h4, .setting7-tlt-top h5, .setting7-tlt-top h6 {
  font-family: "Ibarra Real Nova", serif;
  font-size: 7.7em;
  line-height: 1;
  color: #02084A;
}
@media screen and (max-width: 767px) {
  .setting7-tlt-top h1, .setting7-tlt-top h2, .setting7-tlt-top h3, .setting7-tlt-top h4, .setting7-tlt-top h5, .setting7-tlt-top h6 {
    font-size: 4.3em;
  }
}

.sec12-top-left-txt {
  text-align: center;
  line-height: 2;
  margin-top: 3.7em;
  margin-bottom: 3.8em;
}
@media screen and (max-width: 999px) {
  .sec12-top-left-txt {
    margin-top: 1.5em;
    margin-bottom: 2em;
  }
}
.sec12-top-left-txt span {
  font-size: 1.8em;
}
@media screen and (max-width: 999px) {
  .sec12-top-left-txt span {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-left-txt span {
    font-size: 1.6em;
  }
}

.sec12-top-left {
  width: 50%;
  text-align: center;
  background-image: url(../img/top/image54.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec12-top-left .sec12-top-link {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .sec12-top-left {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: block;
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}

.sec12-top-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec12-top-right {
    width: 100%;
  }
}

.sec12-top-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 40em;
  height: 8em;
  color: #0E1C29;
  font-weight: 500;
  border: max(1px, 0.1rem) solid #0E1C29 !important;
  background-color: #fff;
  position: relative;
  background-image: url(../img/top/image56.svg);
  background-size: 2.4em auto;
  background-repeat: no-repeat;
  background-position: right 3em center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .sec12-top-link {
    background-size: 3.6em auto;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-link {
    width: 30rem;
    height: 7rem;
    background-size: 2.4em auto;
  }
}
.sec12-top-link span {
  font-size: 2em;
}
@media screen and (max-width: 999px) {
  .sec12-top-link span {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec12-top-link span {
    font-size: 1.8rem;
  }
}
.sec12-top-link:hover {
  background-color: #02084A;
  color: #fff;
}
.sec12-top-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -0.5em;
  bottom: -0.5em;
  border-right: max(1px, 0.1rem) solid #0E1C29;
  border-bottom: max(1px, 0.1rem) solid #0E1C29;
}
@media screen and (max-width: 999px) {
  .sec12-top-link:before {
    right: -1em;
    bottom: -1em;
  }
}

.sec13-top {
  max-width: 172rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .sec13-top {
    width: 100%;
    padding-top: 5rem;
  }
}

.sec13-top-cont {
  max-width: 161em;
  font-size: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
.sec13-top-cont:before {
  position: absolute;
  bottom: 0;
  left: 10.5em;
  height: 30em;
  z-index: -1;
  background-color: #D6DBED;
  right: 0;
  content: "";
}
@media screen and (max-width: 767px) {
  .sec13-top-cont:before {
    content: none;
  }
}
.sec13-top-cont .sec13-top-img {
  width: 53.4%;
  padding-bottom: 6em;
}
@media screen and (max-width: 767px) {
  .sec13-top-cont .sec13-top-img {
    width: 100%;
    padding-bottom: 0;
  }
}
.sec13-top-cont .sec13-top-content {
  width: 46.6%;
}
@media screen and (max-width: 767px) {
  .sec13-top-cont .sec13-top-content {
    width: 100%;
  }
}
@media screen and (max-width: 1500px) {
  .sec13-top-cont {
    font-size: 0.67vw;
  }
}
@media screen and (max-width: 999px) {
  .sec13-top-cont {
    align-items: flex-start;
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-cont {
    display: block;
    font-size: 1rem;
  }
}

.sec13-top-content-gr1 {
  background-color: #013461;
  padding-top: 7.4em;
  padding-bottom: 5em;
}
@media screen and (max-width: 999px) {
  .sec13-top-content-gr1 {
    padding-top: 3.4em;
    padding-bottom: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-content-gr1 {
    padding: 3rem 1.5rem;
  }
}

.sec13-top-content-logo {
  text-align: center;
}
.sec13-top-content-logo img {
  width: 42em;
}

.sec13-top-content1 {
  text-align: center;
  color: #fff;
  margin-top: 3em;
  margin-bottom: 1.8em;
}
.sec13-top-content1 span {
  font-family: "Inter", sans-serif;
  font-size: 1.8em;
  font-weight: 500;
}

.table-information--foter .table-information-tlt-th {
  color: #fff;
}
.table-information--foter .cril-over-bold {
  background-color: #fff;
}
.table-information--foter .table-information-td-hour {
  color: #fff;
}
.table-information--foter .table-information-clock:before {
  background-image: url(../img/top/image59.svg);
}

.table-information--foter-box {
  max-width: 45.1em;
  margin-left: auto;
  margin-right: auto;
  background-color: #B19143;
  border-radius: 0.5em;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 1em;
  padding-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .table-information--foter-box {
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-bottom: 2em;
  }
}

.sec13-top-content2-txt span {
  font-size: 1.3em;
}
@media screen and (max-width: 1300px) {
  .sec13-top-content2-txt span {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-content2-txt span {
    font-size: 1.4em;
  }
}

.sec13-top-content2-txt1 {
  padding-bottom: 0.6em;
}

.sec13-top-content2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  max-width: 55em;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.2em;
  margin-top: 2.2em;
}
@media screen and (max-width: 1300px) {
  .sec13-top-content2 {
    letter-spacing: 0;
  }
}

.sec13-top-content-gr2-item {
  background-color: #fff;
  border: max(1px, 0.1em) solid #333333;
  text-align: center;
  width: 30em;
  padding-top: 0.7em;
}
@media screen and (max-width: 999px) {
  .sec13-top-content-gr2-item {
    width: 27em;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-content-gr2-item {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 1em;
  }
}

.sec13-top-content-gr2-item1 span {
  font-family: "Inter", sans-serif;
  font-size: 1.6em;
  line-height: 1;
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec13-top-content-gr2-item1 span {
    font-size: 2em;
  }
}

.sec13-top-content-gr2-item2 {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #333333;
  border-bottom: max(1px, 0.2rem) solid #333333;
  padding-left: 1.5em;
  padding-right: 2em;
  padding-bottom: 0.7em;
  margin-top: 0.5em;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 999px) {
  .sec13-top-content-gr2-item2 {
    letter-spacing: 0.1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.sec13-top-content-gr2-item2 .sec13-top-content-gr2-tel1 {
  font-size: 1.6em;
  display: inline-block;
  margin-right: 0.4em;
}
@media screen and (max-width: 767px) {
  .sec13-top-content-gr2-item2 .sec13-top-content-gr2-tel1 {
    font-size: 1.9em;
  }
}
.sec13-top-content-gr2-item2 .sec13-top-content-gr2-tel2 {
  font-size: 2.5em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec13-top-content-gr2-item2 .sec13-top-content-gr2-tel2 {
    font-size: 3.2em;
  }
}

.sec13-top-content-gr2-item3 {
  color: #333333;
  font-weight: 500;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.sec13-top-content-gr2-item3 span {
  font-family: "Inter", sans-serif;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .sec13-top-content-gr2-item3 span {
    font-size: 1.6em;
  }
}

.sec13-top-content-gr3-item-txt {
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}
.sec13-top-content-gr3-item-txt:before {
  content: "";
  display: inline-block;
  background-image: url(../img/top/image64.png);
  background-size: 100% auto;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.sec13-top-content-gr3-item-txt span {
  font-size: 2.2em;
}

.sec13-top-content-gr3-item {
  width: 30em;
  background: #333333;
  background: linear-gradient(90deg, rgb(51, 51, 51) 0%, rgb(0, 0, 0) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 5.7em;
  position: relative;
}
.sec13-top-content-gr3-item:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #fff;
  right: 1em;
  bottom: 1em;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 999px) {
  .sec13-top-content-gr3-item {
    width: 27em;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-content-gr3-item {
    width: 100%;
    height: 10em;
    padding-left: 0;
    justify-content: center;
    margin-top: 2em;
  }
}

.sec13-top-content-gr2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  padding-top: 4em;
  padding-bottom: 4em;
}
@media screen and (max-width: 999px) {
  .sec13-top-content-gr2 {
    padding-top: 2em;
    -moz-column-gap: 1em;
         column-gap: 1em;
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec13-top-content-gr2 {
    display: block;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.sec13-top-content-gr3-item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sec14-top {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.sec14-top iframe {
  width: 100%;
  height: 40rem;
}
@media screen and (max-width: 767px) {
  .sec14-top iframe {
    height: 25rem;
  }
}

.footer-cont {
  max-width: 168rem;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 6.4rem;
  padding-bottom: 3.5rem;
  border-bottom: max(1px, 0.1rem) solid #fff;
}
@media screen and (max-width: 999px) {
  .footer-cont {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-cont {
    display: block;
  }
}

.footer1-logo img {
  width: 40.6rem;
}

footer {
  position: relative;
}
footer:before, footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
footer:before {
  background-image: url(../img/common/image05.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  footer:before {
    background-image: url(../img/common/image06.png);
  }
}
footer:after {
  background-color: #0f9fef;
  z-index: -3;
}

.footer1 .google-map-ft {
  margin-top: 3rem;
}
@media screen and (max-width: 999px) {
  .footer1 .google-map-ft {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer1-logo-sub {
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.8;
  padding-top: 3.4rem;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .footer1-logo-sub {
    font-size: 2rem;
  }
}

.footer1-logo-txt {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.7;
}

.google-map-ft {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26rem;
  height: 6.6rem;
  border-radius: 100rem;
  background-color: #fff;
  border: max(1px, 0.1rem) solid #ABABAB !important;
  transition: all 0.3s ease-in-out;
  background-image: url(../img/common/image01.svg);
  background-size: 2.4rem auto;
  background-repeat: no-repeat;
  background-position: left 3.8rem center;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #1D1D1D;
}
.google-map-ft:hover {
  background-color: #014099;
  color: #fff;
  background-image: url(../img/common/image02.svg);
}

.footer-tlt-eng {
  font-family: "Ibarra Real Nova", serif;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 2.7rem;
  padding-top: 10rem;
}
@media screen and (max-width: 999px) {
  .footer-tlt-eng {
    padding-top: 0;
  }
}

.footer-list-menu {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer-list-menu--flex {
    display: grid;
    grid-template-columns: max-content max-content;
    -moz-column-gap: 6.7rem;
         column-gap: 6.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .footer-list-menu--flex {
    -moz-column-gap: 3.7rem;
         column-gap: 3.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .footer-list-menu--flex {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
}

.footer2 {
  padding-left: 9rem;
  padding-right: 17rem;
}
@media screen and (max-width: 1400px) {
  .footer2 {
    padding-left: 6rem;
    padding-right: 10rem;
  }
}
@media screen and (max-width: 1300px) {
  .footer2 {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 999px) {
  .footer2 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 999px) {
  .footer1 {
    width: 100%;
    text-align: center;
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .footer1 {
    padding-bottom: 3rem;
  }
}

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

.footer-privacy {
  max-width: 168rem;
  width: calc(100% - 3rem);
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 13rem;
       column-gap: 13rem;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1.2rem;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .footer-privacy {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-privacy {
    flex-direction: column-reverse;
    padding-bottom: 8rem;
  }
}

.footer-privacy-txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-privacy-txt {
    display: block;
  }
}

.footer-privacy-link {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .footer-privacy-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: auto;
    row-gap: 1rem;
    padding-bottom: 3rem;
  }
}
.footer-privacy-link a {
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-flex;
  transition: all 0.3s ease-in-out;
  align-items: center;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
}
.footer-privacy-link a:hover {
  color: #014099;
}

.footer-privacy-link-icon:after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/common/image03.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer-privacy-pagetop-btn {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .footer-privacy-pagetop-btn {
    font-size: 0;
    display: block;
  }
}
.footer-privacy-pagetop-btn:after {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 6rem;
  background-image: url(../img/common/image04.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border-radius: 100rem;
  border: max(1px, 0.1rem) solid #014099;
}
@media screen and (max-width: 767px) {
  .footer-privacy-pagetop-btn:after {
    width: 5rem;
    height: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-privacy-pagetop {
    position: fixed;
    right: 1.5rem;
    bottom: 3rem;
    z-index: 10;
  }
}

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

.ft-all-clickbuttonitemweb, .ft-all-clickbuttonitemtell {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 5.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

.ft-all-clickbuttonitemweb {
  background-color: #014099;
  background-image: url(../img/common/arrow.svg);
  background-size: 2.3rem auto;
  background-repeat: no-repeat;
  background-position: right 1rem center;
}

.ft-all-clickbuttonitemtell {
  background-color: #00AFCC;
  background-image: url(../img/common/all_tel_icon_blue.svg);
  background-size: 2.8rem auto;
  background-repeat: no-repeat;
  background-position: left 1rem center;
  padding-left: 3rem;
}

.ft-all-clickbutton {
  display: grid;
  grid-template-columns: 1fr 1fr 5rem;
}

.ft-all-clickbuttonitem-page-top {
  background-color: #fff;
  background-image: url(../img/common/image04.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.ft-all-clickbutton {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

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

.table-normal-style {
  width: 100%;
}
.table-normal-style tr td:first-child {
  width: 15rem;
  background-color: #014099;
  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: #014099;
}
.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 #014099;
  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);
  }
}

.table-calender-style {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .table-calender-style {
    font-size: 1.5rem;
  }
}
.table-calender-style tr td:first-child {
  width: 40rem;
  text-align: left;
  background-color: #014099;
  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: 11rem;
    padding-left: 1rem;
  }
}
.table-calender-style tr td {
  width: calc((100% - 40rem) / 7);
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 999px) {
  .table-calender-style tr td {
    width: calc((100% - 30rem) / 7);
  }
}
@media screen and (max-width: 767px) {
  .table-calender-style tr td {
    width: calc((100% - 11rem) / 7);
  }
}
.table-calender-style tr:first-child td {
  background-color: #014099;
  color: #fff;
}
.table-calender-style tr:first-child td:last-child {
  border-right: max(1px, 0.1rem) solid #014099;
}
.table-calender-style tr:first-child td + td {
  border-left: max(1px, 0.1rem) solid #fff;
}
.table-calender-style tr:first-child td:last-child {
  border-bottom: max(1px, 0.1rem) solid #014099;
}
.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 #014099;
  border-bottom: max(1px, 0.1rem) solid #014099;
}
.table-calender-style tr:not(:first-child) td:not(:first-child):last-child {
  border-right: max(1px, 0.1rem) solid #014099;
}

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

@media screen and (min-width: 768px) {
  .center-sp {
    text-align: center;
  }
}

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

.list-paradai-item-img img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.list-paradai-item-content {
  background-color: #014099;
  padding-left: 2rem;
  padding-top: 0.7rem;
  padding-bottom: 3.5rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}
@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;
}

.default-txt--dots {
  position: relative;
  padding-left: 2rem;
}
.default-txt--dots:before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

.name-doctor {
  text-align: right;
  font-weight: 500;
}
.name-doctor .default-txt--bottom {
  font-weight: 700;
}

.txt-clor-primary {
  color: #014099;
}

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

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

.table-normal-style3 {
  width: 100%;
  font-weight: 500;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.table-normal-style3 tr td:first-child {
  width: calc(100% - 30rem);
  padding-left: 3rem;
  background-color: #E8F7FF;
}
@media screen and (max-width: 999px) {
  .table-normal-style3 tr td:first-child {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .table-normal-style3 tr td:first-child {
    width: calc(100% - 12rem);
    padding-right: 1rem;
  }
}
.table-normal-style3 tr td:last-child {
  width: 30rem;
  text-align: center;
  color: #014099;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .table-normal-style3 tr td:last-child {
    width: 12rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.table-normal-style3 tr td {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border: max(1px, 0.1rem) solid #014099;
}
.table-normal-style3 tr:first-child td {
  background-color: #014099;
  color: #fff;
  text-align: center;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.table-normal-style3 tr:first-child td:first-child {
  border-right-color: #fff;
}

.flower-mini-content-step-number {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .flower-mini-content-step-number {
    font-size: 1.5rem;
  }
}

.flower-mini-content-step {
  width: 12rem;
  height: 12rem;
  background-color: #014099;
  color: #fff;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100rem;
}
@media screen and (max-width: 767px) {
  .flower-mini-content-step {
    width: 7rem;
    height: 7rem;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
  }
}

.flower-mini-content-content-tlt {
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .flower-mini-content-content-tlt {
    font-size: 1.8rem;
  }
}

.flower-mini-content-content {
  position: relative;
  padding: 1rem 2rem;
  color: #fff;
  line-height: 1.5;
  min-height: 9.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flower-mini-content-content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -8rem;
  z-index: -1;
  background: #00AFCC;
}
@media screen and (max-width: 767px) {
  .flower-mini-content-content:before {
    background: #00AFCC;
    left: 0;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .flower-mini-content-content {
    width: calc(100% - 2.5rem);
    margin-left: auto;
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }
}

.flower-mini-content-item {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flower-mini-content-item {
    position: relative;
    display: block;
  }
  .flower-mini-content-item:before {
    content: "";
    position: absolute;
    left: 1.4rem;
    top: 0;
    bottom: -3.5rem;
    border-right: max(2px, 0.4rem) dotted #014099;
  }
  .flower-mini-content-item:last-child:before {
    content: none;
  }
}

.flower-mini-content .flower-mini-content-item + .flower-mini-content-item {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .flower-mini-content .flower-mini-content-item + .flower-mini-content-item {
    padding-top: 0;
    margin-top: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .flower-mini-content .flower-mini-content-item + .flower-mini-content-item .flower-mini-content-step {
    position: relative;
  }
}
.flower-mini-content .flower-mini-content-item + .flower-mini-content-item .flower-mini-content-step:before {
  content: "";
  position: absolute;
  top: -3rem;
  bottom: 0;
  left: 50%;
  z-index: -1;
  border-right: max(2px, 0.4rem) dotted #014099;
}
@media screen and (max-width: 767px) {
  .flower-mini-content .flower-mini-content-item + .flower-mini-content-item .flower-mini-content-step:before {
    content: none;
  }
}

.flower-mini-content {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .flower-mini-content {
    padding-top: 3rem;
  }
}

.table-style3 {
  width: 100%;
  border: max(1px, 0.1rem) solid #014099;
}
@media screen and (max-width: 767px) {
  .table-style3 {
    width: 70rem;
  }
}
.table-style3 tr td {
  width: 25%;
  padding: 1.5rem;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .table-style3 tr td {
    padding: 1.5rem 1rem;
  }
}
.table-style3 tr:first-child td {
  background-color: #014099;
  color: #fff;
  font-weight: 500;
}
.table-style3 tr:first-child td + td {
  border-left: max(1px, 0.1rem) solid #fff;
}
.table-style3 tr td:first-child {
  background-color: #014099;
  color: #fff;
  font-weight: 500;
}
.table-style3 tr + tr td:first-child {
  border-top: max(1px, 0.1rem) solid #fff;
}
.table-style3 tr:not(:first-child) td:not(:first-child) {
  border-left: max(1px, 0.1rem) solid #014099;
}
.table-style3 tr:not(:first-child):not(:last-child) td:not(:first-child) {
  border-bottom: max(1px, 0.1rem) solid #014099;
}

.table-style3--srool-sp {
  overflow: auto;
  padding-bottom: 3rem;
}

.layout-amagerzin-item--img img {
  width: 100%;
}

.txt-clor-primary--one {
  display: inline-block;
}

.list-image-style {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .list-image-style {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
  }
}

.change-stt-sp .list-image-style {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .change-stt-sp {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 3rem;
  }
}

.mgt3 {
  margin-top: 3rem;
}

.center-pcsp {
  text-align: center;
}

.letter-ktdb {
  font-weight: 400;
  margin-left: -2%;
}

.footer-privacy-pagetop {
  position: fixed;
  right: 1.5rem;
  bottom: 8rem;
  z-index: 10;
}

.footer-privacy-txt-link-medical {
  display: inline-block;
  padding-right: 2rem;
  border-right: max(1px, 0.1rem) solid #fff !important;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .footer-privacy-txt-link-medical {
    padding-right: 0;
    margin-right: 0;
    border-right: 0 !important;
    margin-bottom: 1.5rem;
  }
}
.footer-privacy-txt-link-medical img {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .footer-privacy-txt-link-medical img {
    width: 20rem;
  }
}

.gr-sitemap .footer-tlt-eng {
  padding-top: 0;
  color: #014099;
}
.gr-sitemap .footer-list-menu {
  color: #595959;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .gr-sitemap .footer-list-menu {
    padding-left: 0;
  }
}

.banner-top-img-main {
  width: 100%;
}

.title-categoryl2 {
  margin-top: 3rem;
}

.banner-top-videoo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.banner-top-videoo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.sec2-top-new-more-link {
  display: flex;
  width: 12rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  background-color: #014099;
}
@media screen and (max-width: 767px) {
  .sec2-top-new-more-link {
    font-size: 1.5rem;
    width: 10rem;
    height: 3.5rem;
  }
}
.sec2-top-new-more-link:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border: max(1px, 0.1rem) solid #fff;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 1.4rem;
  border-left: 0;
  border-bottom: 0;
}

.sec2-top-new-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.sec5-top-flex-link {
  font-size: 10px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1600px) {
  .sec5-top-flex-link {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-flex-link {
    font-size: 0.8vw;
  }
  .sec5-top-flex-link a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-flex-link {
    font-size: 1rem;
  }
}

.sec9-top-list1-item-link-box {
  font-size: 10px;
  position: absolute;
  bottom: 11%;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
}
.sec9-top-list1-item-link-box.sec9-top-list1-item-link-box3 {
  bottom: 5%;
}
.sec9-top-list1-item-link-box a {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .sec9-top-list1-item-link-box a {
    width: 45em;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-list1-item-link-box a {
    width: 33em;
  }
}
@media screen and (max-width: 1600px) {
  .sec9-top-list1-item-link-box {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 999px) {
  .sec9-top-list1-item-link-box {
    bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-list1-item-link-box {
    font-size: 1rem;
    position: static;
    transform: none;
    width: 100%;
    margin-top: 3em;
    margin-bottom: 1em;
  }
}

.sec9-top-list1-item-link-box2 {
  font-size: 10px;
  margin-top: 2em;
}
.sec9-top-list1-item-link-box2 a {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .sec9-top-list1-item-link-box2 a {
    width: 45em;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-list1-item-link-box2 a {
    width: 33em;
  }
}
@media screen and (max-width: 1600px) {
  .sec9-top-list1-item-link-box2 {
    font-size: 0.63vw;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top-list1-item-link-box2 {
    font-size: 1rem;
    margin-top: 3em;
  }
}

@media screen and (max-width: 999px) {
  .sec10-top-link-item {
    font-size: 0.63vw;
  }
  .sec10-top-link-item .sec12-top-link {
    width: 46em;
  }
}
@media screen and (max-width: 767px) {
  .sec10-top-link-item {
    width: 94%;
    font-size: 1rem;
  }
  .sec10-top-link-item .sec12-top-link {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .list-post-topics-img img {
    width: 100%;
  }
}

.footer-cont .footer-list-menu .menu-suntheworld-ul-link {
  color: #fff !important;
}
.footer-cont .footer-list-menu .menu-suntheworld-ul-link:hover {
  opacity: 0.7;
}

.image-column2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  position: relative;
}
.image-column2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2rem;
  background-color: #014099;
  transform: translate(-50%, -50%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media screen and (max-width: 767px) {
  .image-column2:before {
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    transform: translate(-50%, -50%) scale(0.9);
    content: none;
  }
}
.image-column2 img {
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .image-column2 {
    display: block;
  }
  .image-column2 .image-column2-item + .image-column2-item {
    margin-top: 3rem;
    position: relative;
  }
  .image-column2 .image-column2-item + .image-column2-item:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 2.5rem;
    height: 2rem;
    background-color: #014099;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    transform: translateX(-50%) translateY(-0.3rem) scale(0.9);
  }
}

body {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

.banner-top-website-test--banner {
  opacity: 0;
  z-index: -10000;
}

.banner-top-website-test-close {
  position: absolute;
  z-index: 2;
  width: 4rem;
  height: 4rem;
  background-color: #d8e8f8;
  right: -2rem;
  top: -2rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .banner-top-website-test-close {
    width: 3rem;
    height: 3rem;
    border-top-right-radius: 0;
    right: -1rem;
  }
}
.banner-top-website-test-close:before {
  content: "x";
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .banner-top-website-test-close:before {
    font-size: 2rem;
  }
}
.banner-top-website-test-close:hover:before {
  color: #014099;
}

.banner-top-website-test-logo {
  text-align: center;
}
.banner-top-website-test-logo img {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .banner-top-website-test-logo img {
    width: 95%;
  }
}

.banner-top-website-test-link {
  font-size: 1.7rem;
  color: #014099;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 0.8rem 5rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .banner-top-website-test-link {
    font-size: 1.3rem;
    padding: 0.8rem 3rem;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .footer-list-menu3column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.table-normal-style4 {
  width: 100%;
  margin-bottom: 1.5rem;
}
.table-normal-style4 tr:first-child td {
  background-color: #014099;
  font-size: 1.8rem;
  color: #fff;
  border-color: #fff;
}
.table-normal-style4 tr:first-child td:last-child {
  border-right-color: #014099;
}
.table-normal-style4 tr td {
  border: max(1px, 0.1rem) solid #014099;
  padding: 0.8rem 2rem;
  font-weight: 700;
  width: 33.3333333333%;
  color: #014099;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .table-normal-style4 tr td {
    padding: 0.8rem 0.5rem;
    text-align: center;
  }
}
.table-normal-style4 tr td:first-child {
  background-color: #014099;
  color: #fff;
  border-color: #fff;
  text-align: left;
}

.img-onlyone {
  text-align: center;
}
.img-onlyone img {
  border-radius: 1.5rem;
}

@media screen and (max-width: 767px) {
  .table-normal-style3-lt0 {
    letter-spacing: 0;
  }
}/*# sourceMappingURL=style.css.map */