@charset "UTF-8";
/*
  File Name   : top.css
  Description : Write top content styles
*/
/* TOP共通パーツ
============================================================ */
.top .top-section-hl {
  display: block;
  width: 100%;
  text-align: center;
}
.top .top-section-hl > * {
  display: block;
}
.top .top-section-hl .subTxt {
  color: var(--color_main);
  font-family: var(--fontFamily_sub);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}
@media only screen and (max-width: 1024px) {
  .top .top-section-hl .subTxt {
    font-size: 17px;
  }
}
.top .top-section-hl .mainTxt {
  color: var(--color_font);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}
@media only screen and (max-width: 1024px) {
  .top .top-section-hl .mainTxt {
    font-size: 35px;
  }
}

/* SECTION GROUP 01
============================================================ */
.top-sectionGroup__01 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(5%, #fff), to(#f4f7f6));
  background: -webkit-linear-gradient(#fff 0%, #fff 5%, #f4f7f6 100%);
  background: linear-gradient(#fff 0%, #fff 5%, #f4f7f6 100%);
}

/* KV
============================================================ */
.top-kv {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .top-kv {
    max-width: calc(1400px + (var(--sidePadding_base) * 2));
    padding: 0 var(--sidePadding_base) 0;
    margin: 0 auto 0;
  }
}
.top-kvInner {
  position: relative;
  display: block;
  width: 100%;
}
.top-kv .top-kv-slider {
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
@media print, screen and (min-width: 1025px) {
  .top-kv .top-kv-slider {
    border-radius: 30px;
  }
}
.top-kv .top-kv-slider::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0B4540;
  opacity: 0.2;
  z-index: 2;
}
.top-kv .top-kv-slider .top-kv-slide-item .top-kv-slide-item-img {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1rem;
  overflow: hidden;
}
@media print, screen and (min-width: 1025px) {
  .top-kv .top-kv-slider .top-kv-slide-item .top-kv-slide-item-img {
    aspect-ratio: 1400/800;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-kv .top-kv-slider .top-kv-slide-item .top-kv-slide-item-img {
    height: 650px;
    height: clamp(400px, calc(100vh - var(--height-header_mbl)) ,650px);
    height: clamp(400px, calc(100dvh - var(--height-header_mbl)) ,650px);
  }
}
@media only screen and (max-width: 599px) {
  .top-kv .top-kv-slider .top-kv-slide-item .top-kv-slide-item-img {
    height: 550px;
    height: clamp(400px, calc(100vh - var(--height-header_mbl)) ,550px);
    height: clamp(400px, calc(100dvh - var(--height-header_mbl)) ,550px);
  }
}
.top-kv .top-kv-slider .top-kv-slide-item .top-kv-slide-item-img > img {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.top-kv .top-kv-catch {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 7%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  text-shadow: 0px 0px 10px rgba(39, 51, 45, 0.5);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .top-kv .top-kv-catch {
    left: auto;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
.top-kv .top-kv-catch__main {
  display: block;
  font-size: 60px;
  font-size: min(4.11vw, 60px);
  font-weight: 900;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  text-align: left;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-kv .top-kv-catch__main {
    font-size: 42px;
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  .top-kv .top-kv-catch__main {
    font-size: 35px;
    text-align: center;
  }
}
.top-kv .top-kv-catch__main > span {
  display: block;
}
.top-kv .top-kv-catch__sub {
  display: block;
  font-family: var(--fontFamily_sub);
  font-size: 22px;
  font-size: min(1.507vw, 22px);
  font-weight: 500;
  line-height: 1.45em;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  margin-top: 0.75em;
}
@media only screen and (max-width: 1024px) {
  .top-kv .top-kv-catch__sub {
    font-size: clamp(18px, 5.867vw, 22px);
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  .top-kv .top-kv-catch__sub > span {
    display: block;
  }
}

/* 印刷用Style */
@media print {
  .top-kv {
    opacity: 1;
  }
  .top-kv .top-kv-slider {
    opacity: 1;
  }
  .top-kv .top-kv-slider::before {
    content: none;
  }
  .top-kv .top-kv-slider .top-kv-slider-wrapper .top-kv-slider-item {
    display: none;
  }
  .top-kv .top-kv-slider .top-kv-slider-wrapper .top-kv-slider-item:first-child {
    display: block;
  }
  .top-kv .top-kv-slider .top-kv-slider-pagination {
    display: none;
  }
  .top-kv .top-kv-slider .top-kv-slider-catch.forFirstPage {
    opacity: 1;
  }
  .top-kv .top-kv-slider .top-kv-slider-catch.forOtherPage {
    opacity: 0;
  }
}
/* MEDICAL INFO LINKS
============================================================ */
.top-medicalInfoLinks {
  position: relative;
  display: block;
  width: calc(100% - (var(--sidePadding_base) * 4));
  max-width: var(--width_base);
  font-size: 20px;
  font-size: min(1.6vw, 20px);
  border-radius: 2.25em;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  padding: 0 2.25em 0;
  margin: -2.25em auto 0;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .top-medicalInfoLinks {
    width: calc(100% - (var(--sidePadding_base_mbl) * 2));
    max-width: 600px;
    margin-top: -3.6em;
    padding: 2em 2em 1.8em;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-medicalInfoLinks {
    font-size: 18px;
    border-radius: 1.5em;
  }
}
@media only screen and (max-width: 599px) {
  .top-medicalInfoLinks {
    font-size: 20px;
    font-size: clamp(16px, 5.25vw, 20px);
    border-radius: 1em;
  }
}
.top-medicalInfoLinksInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0 2.5em;
  width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1084px;
  min-height: 4.5em;
  font-size: inherit;
  margin: 0 auto 0;
}
@media only screen and (max-width: 1024px) {
  .top-medicalInfoLinksInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    gap: 0;
    width: 100%;
  }
}
.top-medicalInfoLinks .top-medicalInfoLinks-hl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  color: var(--color_main);
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}
@media only screen and (max-width: 1024px) {
  .top-medicalInfoLinks .top-medicalInfoLinks-hl {
    width: 100%;
    font-size: 1.4em;
    text-align: center;
  }
}
.top-medicalInfoLinks .top-medicalInfoLinks-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 2em;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-medicalInfoLinks .top-medicalInfoLinks-list {
    width: 100%;
    gap: 1em 2em;
    margin: 1.25em 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 599px) {
  .top-medicalInfoLinks .top-medicalInfoLinks-list {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.65em 1em;
    margin: 1.25em 0 0;
  }
}
.top-medicalInfoLinks .top-medicalInfoLinks-list > li {
  display: block;
  border-bottom: 1px solid #BABABA;
  font-size: 1em;
  padding: 0 0 0;
}
@media only screen and (max-width: 599px) {
  .top-medicalInfoLinks .top-medicalInfoLinks-list > li {
    width: 100%;
  }
}
.top-medicalInfoLinks .top-medicalInfoLinks-list > li > a {
  position: relative;
  display: block;
  color: var(--color_font);
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  text-decoration: none;
  padding: 0.3em 1.75em 0.35em 0.2em;
}
@media only screen and (max-width: 599px) {
  .top-medicalInfoLinks .top-medicalInfoLinks-list > li > a {
    width: 100%;
  }
}
.top-medicalInfoLinks .top-medicalInfoLinks-list > li > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 100%;
  top: 0;
  right: 0.25em;
  -webkit-mask: url(../images/common/arrow.svg);
          mask: url(../images/common/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--color_main);
  -webkit-transition: right 0.2s ease-in;
  transition: right 0.2s ease-in;
}
@media only screen and (max-width: 599px) {
  .top-medicalInfoLinks .top-medicalInfoLinks-list > li > a::after {
    width: 1.25em;
  }
}
.top-medicalInfoLinks .top-medicalInfoLinks-list > li > a:hover {
  opacity: 1;
}
@media print, screen and (min-width: 1025px) {
  .top-medicalInfoLinks .top-medicalInfoLinks-list > li > a:hover::after {
    right: -0.1em;
  }
}

/* ENDOSCOPY
============================================================ */
.top-endoscopy {
  padding: 118px 0 121px;
}
@media only screen and (max-width: 1024px) {
  .top-endoscopy {
    padding: 101px 0 100px;
  }
}
.top-endoscopy .top-endoscopy-lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
  margin-top: 2em;
}
@media only screen and (max-width: 1024px) {
  .top-endoscopy .top-endoscopy-lead {
    margin-top: 1.85em;
  }
}
.top-endoscopy .top-endoscopy-sectionCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px min(6.9%, 40px);
  width: 100%;
  margin: 37px 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-endoscopy .top-endoscopy-sectionCards {
    max-width: 600px;
    margin: 37px auto 0;
  }
}
@media only screen and (max-width: 599px) {
  .top-endoscopy .top-endoscopy-sectionCards {
    gap: 24px;
  }
}
.top-endoscopy .top-endoscopy-sectionCards .sectionCard {
  display: block;
  width: calc(50% - min(6.9%, 40px) * 0.5);
}
@media only screen and (max-width: 1024px) {
  .top-endoscopy .top-endoscopy-sectionCards .sectionCard {
    width: 100%;
  }
}
.top-endoscopy .top-endoscopy-sectionCards .sectionCardInner {
  position: relative;
  display: block;
  width: 100%;
  color: var(--color_font);
  text-decoration: none;
  font-size: 45px;
  font-size: min(3.52vw, 45px);
  padding: min(1.07em, 48px);
  background: #fff;
  border: 3px solid #0a9187;
  border-radius: 0.65em;
}
@media only screen and (max-width: 1024px) {
  .top-endoscopy .top-endoscopy-sectionCards .sectionCardInner {
    font-size: 40px;
    font-size: clamp(33px, 10.5vw, 40px);
    padding: min(0.8em, 32px) min(0.55em, 22px);
    border-radius: 0.5em;
  }
}
.top-endoscopy .top-endoscopy-sectionCards .sectionCardInner::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.5em;
  height: auto;
  aspect-ratio: 34/8;
  bottom: 0.55em;
  right: 0.55em;
  -webkit-mask: url(../images/common/arrow.svg);
          mask: url(../images/common/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--color_main);
  -webkit-transition: right 0.2s ease-in;
  transition: right 0.2s ease-in;
}
@media print, screen and (min-width: 1025px) {
  .top-endoscopy .top-endoscopy-sectionCards .sectionCardInner:hover::after {
    right: 0.3em;
  }
}
.top-endoscopy .top-endoscopy-sectionCards .sectionCard__hl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: min(3.65em, 120px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0.1em 0;
  color: var(--color_main);
  font-size: inherit;
  padding: 0 0 0 calc(2.25em + 0.6em);
  margin: 0 auto 0;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-endoscopy .top-endoscopy-sectionCards .sectionCard__hl {
    min-height: min(2.5em, 100px);
    max-width: 490px;
  }
}
@media only screen and (max-width: 599px) {
  .top-endoscopy .top-endoscopy-sectionCards .sectionCard__hl {
    min-height: initial;
    padding: 2.95em 0 0 0;
  }
}
.top-endoscopy .top-endoscopy-sectionCards .sectionCard__hl::before {
  content: "";
  position: absolute;
  display: block;
  width: min(2.7em, 120px);
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  .top-endoscopy .top-endoscopy-sectionCards .sectionCard__hl::before {
    width: min(2.5em, 100px);
  }
}
@media only screen and (max-width: 599px) {
  .top-endoscopy .top-endoscopy-sectionCards .sectionCard__hl::before {
    width: 100%;
    height: min(2.5em, 100px);
  }
}
.top-endoscopy .top-endoscopy-sectionCards .sectionCard__hl .subTxt {
  color: var(--color_font);
  font-size: 0.45em;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media only screen and (max-width: 1024px) {
  .top-endoscopy .top-endoscopy-sectionCards .sectionCard__hl .subTxt {
    font-size: 0.5em;
  }
}
.top-endoscopy .top-endoscopy-sectionCards .sectionCard__hl .mainTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.88em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4em;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
  text-align: center;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-endoscopy .top-endoscopy-sectionCards .sectionCard__hl .mainTxt {
    font-size: 42px;
  }
}
@media only screen and (max-width: 599px) {
  .top-endoscopy .top-endoscopy-sectionCards .sectionCard__hl .mainTxt {
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
.top-endoscopy .top-endoscopy-sectionCards .sectionCard__hl .mainTxt > span {
  display: block;
}
.top-endoscopy .top-endoscopy-sectionCards .sectionCard__description {
  font-size: 16px;
  font-size: min(1.27vw, 16px);
  font-weight: 500;
  line-height: 1.875em;
  text-align: center;
  letter-spacing: 0em;
  text-indent: 0em;
  padding: 1.25em 0.5em 0;
  margin: 1.25em 0 -0.3em;
  border-top: 2px dotted var(--color_main);
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-endoscopy .top-endoscopy-sectionCards .sectionCard__description {
    font-size: 16px;
    padding: 1em 0 0;
  }
}
@media only screen and (max-width: 599px) {
  .top-endoscopy .top-endoscopy-sectionCards .sectionCard__description {
    font-size: 16px;
    padding: 1em 0 0;
  }
}
.top-endoscopy .top-endoscopy-sectionCards .sectionCard.gastroscopy .sectionCard__hl::before {
  background-image: url(../images/home/endoscopy_gastroscopy_icon.svg);
}
.top-endoscopy .top-endoscopy-sectionCards .sectionCard.colonoscopy .sectionCard__hl::before {
  background-image: url(../images/home/endoscopy_colonoscopy_icon.svg);
}
.top-endoscopy .top-endoscopy-sectionCards .sectionCard.analDisease .sectionCard__hl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top-endoscopy .top-endoscopy-sectionCards .sectionCard.analDisease .sectionCard__hl::before {
  background-image: url(../images/home/endoscopy_anal-disease_icon.svg);
}

/* SECTION GROUP 02
============================================================ */
.top-sectionGroup__02 {
  background-color: #F4F4F5;
  padding: 117px 0 120px;
}
@media only screen and (max-width: 1024px) {
  .top-sectionGroup__02 {
    padding: 95px 0 103px;
  }
}
.top-sectionGroup__02Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .top-sectionGroup__02Inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    gap: 98px;
  }
}
.top-sectionGroup__02 .top-news {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 50%;
  max-width: 550px;
}
@media only screen and (max-width: 1024px) {
  .top-sectionGroup__02 .top-news {
    width: 100%;
    max-width: initial;
  }
}
.top-sectionGroup__02 .top-message {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 50%;
  max-width: 550px;
}
@media only screen and (max-width: 1024px) {
  .top-sectionGroup__02 .top-message {
    width: 100%;
    max-width: initial;
  }
}

/* NEWS
============================================================ */
@media print, screen and (min-width: 1025px) {
  .top-news .top-news-hl {
    text-align: left;
  }
}
.top-news .top-news-list-wrap {
  margin: 3rem 0;
}
.top-news .top-news-list-wrap {
  margin: 33px 0 0;
}
.top-news .top-news-list-wrap.noneContent {
  margin-top: 0 !important;
}
.top-news .top-news-list-wrap .com-news-list ul {
  border: none;
}
@media print, screen and (min-width: 1025px) {
  .top-news .top-news-list-wrap .com-news-list ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.85em 0;
    gap: 0.4em 0;
  }
}
@media only screen and (max-width: 599px) {
  .top-news .top-news-list-wrap .com-news-list ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.85em 0;
    gap: 0.65em 0;
  }
}
.top-news .top-news-moreBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  max-width: 7em;
  color: var(--color_font);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--color_main);
  border-radius: 0.25em;
  background-color: #fff;
  padding: 0.4em 2.5em 0.35em 1em;
  margin: 31px 0 0 auto;
}
@media only screen and (max-width: 1024px) {
  .top-news .top-news-moreBtn {
    margin-top: 45px;
  }
}
.top-news .top-news-moreBtn::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.2em;
  height: 100%;
  top: 0;
  right: 0.5em;
  -webkit-mask: url(../images/common/arrow.svg);
          mask: url(../images/common/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--color_main);
  -webkit-transition: right 0.2s ease-in;
  transition: right 0.2s ease-in;
}
.top-news .top-news-moreBtn:hover::after {
  right: 0.2em;
}

/* MESSAGE
============================================================ */
@media print, screen and (min-width: 1025px) {
  .top-message .top-message-hl {
    text-align: left;
  }
}
.top-message .top-message-linkCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 100%;
  margin: 50px 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-message .top-message-linkCards {
    display: grid;
    max-width: initial;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 24px;
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 599px) {
  .top-message .top-message-linkCards {
    grid-template-columns: 1fr;
  }
}
.top-message .top-message-linkCards .linkCardInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 1em;
  width: 100%;
  height: 100%;
  color: var(--color_font);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 2px 8px rgba(7, 23, 22, 0.2);
          box-shadow: 0px 2px 8px rgba(7, 23, 22, 0.2);
  padding: 2em 3.5em 1.8em 2.25em;
}
@media only screen and (max-width: 1024px) {
  .top-message .top-message-linkCards .linkCardInner {
    font-size: 16px;
    padding: 1.8em 1.25em 2em;
  }
}
.top-message .top-message-linkCards .linkCardInner::after {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: auto;
  aspect-ratio: 34/8;
  bottom: 1.2em;
  right: 1.1em;
  -webkit-mask: url(../images/common/arrow.svg);
          mask: url(../images/common/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right bottom;
          mask-position: right bottom;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--color_main);
  -webkit-transition: right 0.2s ease-in;
  transition: right 0.2s ease-in;
}
@media only screen and (max-width: 1024px) {
  .top-message .top-message-linkCards .linkCardInner::after {
    bottom: 1em;
    right: 1.2em;
  }
}
@media print, screen and (min-width: 1025px) {
  .top-message .top-message-linkCards .linkCardInner:hover::after {
    right: 0.75em;
  }
}
.top-message .top-message-linkCards .linkCard__hl {
  color: var(--color_main);
  font-size: 1.66em;
  font-weight: 900;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}
@media only screen and (max-width: 1024px) {
  .top-message .top-message-linkCards .linkCard__hl {
    font-size: 1.5625em;
    font-size: clamp(20px, 6.5vw ,1.5625em);
  }
}
.top-message .top-message-linkCards .linkCard__description {
  font-size: 1em;
  line-height: 1.7em;
  letter-spacing: 0em;
  text-indent: 0em;
}

/* INFORMATION
============================================================ */
.top-information {
  padding: 118px 0 120px;
  background-color: #EDEDE5;
}
@media only screen and (max-width: 1024px) {
  .top-information {
    padding: 100px 0 0;
    background-color: #fff;
  }
}
@media only screen and (max-width: 1024px) {
  .top-informationInner {
    max-width: 800px;
    margin: 0 auto 0;
  }
}
.top-information .top-information-thumbnailCards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(3.6vw, 45px);
  margin: 40px auto 0;
  max-width: 800px;
}
.top-information .top-information-thumbnailCards .thumbnailCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  color: var(--color_font);
  text-decoration: none;
}
.top-information .top-information-thumbnailCards .thumbnailCard__pict {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 370/250;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.top-information .top-information-thumbnailCards .thumbnailCard__pict > img {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.top-information .top-information-thumbnailCards .thumbnailCard__hl {
  position: relative;
  display: block;
  font-size: 22px;
  font-size: min(1.7vw, 22px);
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-indent: 0em;
  padding: 0.85em 1.75em 0.85em 0;
  border-bottom: 1px solid #BABABA;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.top-information .top-information-thumbnailCards .thumbnailCard__hl::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.15em;
  height: 100%;
  top: 0;
  right: 0.2em;
  -webkit-mask: url(../images/common/arrow.svg);
          mask: url(../images/common/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--color_main);
  -webkit-transition: right 0.2s ease-in;
  transition: right 0.2s ease-in;
}
@media print, screen and (min-width: 1025px) {
  .top-information .top-information-thumbnailCards .thumbnailCard:hover .thumbnailCard__hl {
    opacity: 0.7;
  }
  .top-information .top-information-thumbnailCards .thumbnailCard:hover .thumbnailCard__hl::after {
    right: -0.1em;
  }
  .top-information .top-information-thumbnailCards .thumbnailCard:hover .thumbnailCard__pict {
    opacity: 0.7;
  }
  .top-information .top-information-thumbnailCards .thumbnailCard:hover .thumbnailCard__pict > img {
    -webkit-transform: translate(50%, -50%) scale(1.1);
            transform: translate(50%, -50%) scale(1.1);
  }
}
.top-information .top-information-linkBtns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(6.9%, 40px);
  width: 100%;
  margin: 40px 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-information .top-information-linkBtns {
    margin: 0 0 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-information .top-information-linkBtns {
    gap: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .top-information .top-information-linkBtns {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.top-information .top-information-linkBtns .linkBtn {
  max-width: initial;
}
@media print, screen and (min-width: 1025px) {
  .top-information .top-information-linkBtns .linkBtn {
    font-size: 25px;
    min-height: 4em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 2em;
  }
  .top-information .top-information-linkBtns .linkBtn::after {
    width: 1.4em;
    right: 1.85em;
  }
  .top-information .top-information-linkBtns .linkBtn:hover {
    opacity: 0.7 !important;
    -webkit-transition: opacity 0.2s ease-in-out !important;
    transition: opacity 0.2s ease-in-out !important;
  }
  .top-information .top-information-linkBtns .linkBtn:hover::after {
    right: 1.25em;
  }
}
@media only screen and (max-width: 1024px) {
  .top-information .top-information-linkBtns .linkBtn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 23px;
    min-height: min(3.5em, 80px);
    padding-right: 2.5em;
    padding-left: 0.75em;
  }
  .top-information .top-information-linkBtns .linkBtn::after {
    width: 1.45em;
    right: 0.75em;
  }
}

/* BOTTOM SLIDER
============================================================ */
.top-bottomSlider {
  padding: 120px 0;
}
@media only screen and (max-width: 1024px) {
  .top-bottomSlider {
    padding: 80px 0;
  }
}
.top-bottomSlider .top-bottomSlider-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.top-bottomSlider .top-bottomSlider-wrapper .slideItem {
  display: block;
  aspect-ratio: 540/380;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .top-bottomSlider .top-bottomSlider-wrapper .slideItem {
    aspect-ratio: 262/186;
  }
}
.top-bottomSlider .top-bottomSlider-wrapper .slideItem > img {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}