.footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 1.5em 0;
  border-bottom: #c7c7c7 1px solid;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 2em;
}

@media only screen and (max-width: 767px) {
  .footer-menu ul {
    display: flex;
    flex-direction: column;
    padding: 2em 0 1.5rem;
  }
}
.footer-menu ul li {
  margin-bottom: 0;
}

.footer-menu ul li a {
  color: #008ef0;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .footer-menu ul li a {
    font-size: 13px;
    margin-bottom: 2px;
    padding-right: 14px;
  }
}
.footer-menu ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767.9px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

a:hover {
  text-decoration: none;
}

.main-content {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  background: linear-gradient(to bottom, #007395 0%, #03192c 35%, #007395 65%, #159cc4 100%);
}

.kv img {
  width: 100%;
}

.benefits__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 64px 0 80px;
}
.benefits__header {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  .benefits__header {
    max-width: 363px;
    margin: 0 auto 24px;
  }
}
.benefits__lead {
  margin: 0 24px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767.9px) {
  .benefits__lead {
    font-size: 14px;
  }
}
.benefits-featured {
  padding: 48px 24px;
  margin-top: 48px;
  background-color: rgba(0, 132, 152, 0.38);
  backdrop-filter: brightness(140%) blur(20px);
  -webkit-backdrop-filter: brightness(40%) blur(20px);
}
@media screen and (max-width: 767.9px) {
  .benefits-featured {
    margin: 48px 15px 0;
  }
}
.benefits-featured__header {
  text-align: center;
  margin-bottom: 48px;
}
.benefits-featured__header img {
  max-width: 297px;
}
.benefits-featured__imglist {
  display: flex;
  gap: 25px;
  list-style: none;
  padding: 0;
  text-align: center;
}
.benefits-featured__imglist > li {
  flex: 1;
}
@media screen and (max-width: 767.9px) {
  .benefits-featured__imglist > li {
    margin-bottom: 40px;
  }
}
.benefits-featured__imglist-head {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 16px 0 0;
  line-height: 30px;
  color: #ffffff;
}
.benefits-featured__imglist-head a {
  color: #fff;
  text-decoration: underline;
  padding-right: 20px;
  position: relative;
}
.benefits-featured__imglist-head a:hover {
  opacity: 0.8;
}
.benefits-featured__imglist-head a::before {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon_link_white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.benefits-featured__imglist-lead {
  text-align: center;
  font-size: 16px;
  margin: 8px 0 0;
  line-height: 28px;
  color: #ffffff;
}
@media screen and (max-width: 767.9px) {
  .benefits-featured__imglist {
    display: block;
  }
}
.benefits-featured__lead {
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.whats__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 48px;
}
.whats-about {
  position: relative;
  display: flex;
  margin: 0 24px 48px;
  gap: 50px;
}
@media screen and (max-width: 767.9px) {
  .whats-about {
    display: block;
  }
}
.whats-about__img {
  flex: 1;
  text-align: center;
}
.whats-about__content {
  flex: 1;
}
.whats-about__header {
  margin-bottom: 32px;
  margin-left: -16px;
}
@media screen and (max-width: 767.9px) {
  .whats-about__header {
    max-width: 363px;
    margin: 32px auto 24px;
  }
}
.whats-about__lead {
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767.9px) {
  .whats-about__lead {
    text-align: center;
  }
}
.whats-3col {
  display: flex;
  list-style: none;
  margin-bottom: 54px;
  gap: 25px;
  margin: 0 24px 64px;
  padding: 0;
}
@media screen and (max-width: 767.9px) {
  .whats-3col {
    display: block;
    margin: 0 40px 64px;
  }
}
.whats-3col > li {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .whats-3col > li {
    margin-bottom: 40px;
  }
}
.whats-3col__img {
  margin-bottom: 16px;
}
.whats-3col__head {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.whats-3col__head a {
  color: #fff;
  text-decoration: underline;
  padding-right: 20px;
  position: relative;
}
.whats-3col__head a::after {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon_link_white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.whats-3col__head a:hover {
  opacity: 0.8;
}
.whats-3col__lead {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.whats-3col__lead + .whats-3col__lead {
  margin-top: 16px;
}
.whats-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 54px;
  gap: 25px;
  max-width: 613px;
  margin: 0 auto 64px;
  padding: 0;
}
@media screen and (max-width: 767.9px) {
  .whats-2col {
    display: block;
    margin: 0 40px 64px;
    max-width: initial;
  }
}
.whats-2col > li {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .whats-2col > li {
    margin-bottom: 40px;
  }
}
.whats-2col__img {
  margin-bottom: 16px;
}
.whats-2col__head {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.whats-2col__head a {
  color: #fff;
  text-decoration: underline;
  padding-right: 20px;
  position: relative;
}
.whats-2col__head a::after {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon_link_white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.whats-2col__head a:hover {
  opacity: 0.8;
}
.whats-2col__lead {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.whats-2col__lead + .whats-2col__lead {
  margin-top: 16px;
}
.whats__lead {
  margin: 0 24px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.whats-button {
  text-align: center;
  margin: 0 auto;
}
.whats-button p {
  margin: 0;
}
.whats-tabs {
  margin: 48px 24px 0;
}
@media screen and (max-width: 767.9px) {
  .whats-tabs {
    margin: 48px 0 0;
  }
}
.whats-tabs__button {
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
  display: flex;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .whats-tabs__button {
    margin: 0 15px 60px;
  }
}
.whats-tabs__button > li {
  position: relative;
  flex: 1;
}
.whats-tabs__button > li::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  content: "";
  border-bottom: #f4d77a 2px solid;
  pointer-events: none;
  z-index: 1;
  box-sizing: border-box;
}
.whats-tabs__button > li.is-active::after {
  border-bottom: none;
  border-top: #f4d77a 2px solid;
  border-right: #f4d77a 2px solid;
  border-left: #f4d77a 2px solid;
}
.whats-tabs__show {
  position: absolute;
  transform: translateX(-50%) translateY(-30px);
  left: 50%;
  z-index: 100;
  bottom: 50px;
}
.whats-tabs__show span {
  display: inline-block;
  padding: 11px 45px 11px 25px;
  border: 1px solid #fff;
  border-radius: 39px;
  margin: 0 auto;
  color: #fff;
  align-items: center;
  position: relative;
  width: 163px;
  text-align: center;
}
.whats-tabs__show span::after {
  position: absolute;
  top: 45%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.whats-tabs__content {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .whats-tabs__content {
    margin: 0 10px 0;
  }
}
.whats-tabs__content.is-active {
  display: block;
}
.whats-tabs__inner {
  position: relative;
  padding-bottom: 100px;
}
.whats-tabs__inner::after {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 250px;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  opacity: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(3, 27, 46, 0) 0%, rgb(3, 27, 46) 25%, rgba(3, 31, 51, 0.7) 60%, rgba(3, 28, 48, 0) 100%);
}
.whats-tabs__inner.is-open::after {
  opacity: 0;
}
.whats-tabs__inner.is-open .whats-card__wrap {
  max-height: none;
  overflow: visible;
}
.whats-tabs__inner.is-open .whats-tabs__show {
  bottom: -10px;
}
.whats-tabs__inner.is-open .whats-tabs__show span::after {
  top: 55%;
  transform: translateY(-50%) rotate(-135deg);
}
.whats-tabs__inner.is-open.is-open + .whats-button {
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  .whats-tabs__inner.pc-open::after {
    opacity: 0;
  }
  .whats-tabs__inner.pc-open .whats-card__wrap {
    max-height: none;
  }
  .whats-tabs__inner.pc-open .whats-tabs__show {
    bottom: -10px;
  }
  .whats-tabs__inner.pc-open .whats-tabs__show span::after {
    top: 55%;
    transform: translateY(-50%) rotate(-135deg);
  }
}
.whats-tabs__inner.whats-tabs__show {
  transform: translateX(-50%) translateY(0px);
}
.whats-card {
  border: #f4d77a 2px solid;
  color: #333333;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.whats-card__link {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.whats-card__link:hover {
  text-decoration: none;
}
.whats-card__link:hover + .whats-card__inner {
  opacity: 0.8;
  backface-visibility: hidden;
}
.whats-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.whats-card__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  list-style: none;
  padding: 0;
  max-height: 1330px;
  overflow: hidden;
  position: relative;
  transition: 1s max-height;
  z-index: 0;
}
.whats-card__wrap.is-open {
  max-height: auto;
}
@media screen and (max-width: 767.9px) {
  .whats-card__wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }
}
.whats-card__img {
  position: relative;
}
.whats-card__title {
  font-size: 18px;
  font-weight: bold;
  color: #004661;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  line-height: 24px;
}
.whats-card__title::before {
  position: absolute;
  background: radial-gradient(circle farthest-side, #c4c4c3, #c4c4c3 20%, transparent 20%, transparent);
  background-size: 10px;
  content: "";
  bottom: -11px;
  left: 50%;
  display: inline-block;
  height: 10px;
  width: 100%;
  transform: translateX(-50%);
}
.whats-card__title::after {
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translateY(-100%);
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(../images/icon_link.png);
  background-size: cover;
}
.whats-card__campaign {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 0 0 4px;
}
.whats-card__campaign > span {
  background: linear-gradient(transparent 60%, #e6e085 60%);
}
.whats-card__campaign > span > span {
  font-size: 26px;
}
.whats-card__lead {
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin: 0;
}
.whats-card__lead--sm {
  font-size: 12px;
}
.whats-card__text {
  background-image: url(../images/bg_japan.png);
  background-repeat: repeat;
  background-size: auto;
  background-position: top center;
  padding: 18px 8px 6px;
  position: relative;
  flex-grow: 1;
}
.whats-card--indonesia {
  position: relative;
  border: 6px solid #f4d77a;
}
.whats-card--indonesia::after {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
  content: "";
  display: block;
  border: 2px solid #fff;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  pointer-events: none;
}
.whats-card--indonesia .whats-card__text {
  background-image: url(../images/bg_indonesia.png);
}
.whats-card--indonesia .whats-card__text::after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  display: block;
  width: 43px;
  height: 42px;
  background-image: url(../images/deco_indonesia.png);
  background-size: cover;
}
.whats-card--indonesia .whats-card__text::before {
  position: absolute;
  transform: rotate(180deg);
  right: 0px;
  bottom: 0px;
  content: "";
  display: block;
  width: 43px;
  height: 42px;
  background-image: url(../images/deco_indonesia.png);
  background-size: cover;
}
.whats-card--japan {
  margin: 4px;
}
.whats-card--japan .whats-card__text {
  background-image: url(../images/bg_japan.png);
}
.whats-card--japan .whats-card__img {
  position: relative;
}
.whats-card--japan .whats-card__img::after {
  content: "";
  position: absolute;
  display: block;
  left: -6px;
  top: -5px;
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #f4d77a;
  border-right: 2px solid #f4d77a;
}
.whats-card--japan .whats-card__img::before {
  content: "";
  position: absolute;
  display: block;
  right: -6px;
  top: -5px;
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #f4d77a;
  border-left: 2px solid #f4d77a;
}
.whats-card--japan::after {
  content: "";
  position: absolute;
  display: block;
  left: -6px;
  bottom: -5px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #f4d77a;
  border-right: 2px solid #f4d77a;
}
.whats-card--japan::before {
  content: "";
  position: absolute;
  display: block;
  right: -6px;
  bottom: -5px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #f4d77a;
  border-left: 2px solid #f4d77a;
}

@media screen and (min-width: 768px) {
  .introducing {
    background-image: url(../images/bg_introducing.png);
    background-position: 50% 300px;
    background-repeat: no-repeat;
    background-size: auto;
  }
}
@media screen and (max-width: 767.9px) {
  .introducing {
    position: relative;
  }
  .introducing::after {
    position: absolute;
    display: block;
    content: "";
    background-image: url(../images/bg_introducing01.png);
    width: 125px;
    height: 199px;
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(50% + 190px);
    top: 60px;
    z-index: 1;
    transform: translateX(-50%);
  }
  .introducing::before {
    position: absolute;
    display: block;
    content: "";
    background-image: url(../images/bg_introducing04.png);
    width: 243px;
    height: 253px;
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(50% - 186px);
    z-index: 1;
    bottom: -51px;
    transform: translateX(-50%);
  }
}
.introducing__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 0 48px;
  position: relative;
  z-index: 0;
}
.introducing__header {
  text-align: center;
  margin: 0 auto 88px;
  max-width: calc(100% - 40px);
}
@media screen and (max-width: 767.9px) {
  .introducing__header {
    max-width: 330px;
    margin: 0 auto 24px;
  }
}
.introducing-box {
  max-width: 768px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767.9px) {
  .introducing-box {
    margin: 0 auto 0px;
  }
}
.introducing-box__item {
  margin-bottom: 80px;
  position: relative;
}
.introducing-box__item--bg01::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/bg_introducing01.png);
  width: 373px;
  height: 548px;
  right: -360px;
  top: 28px;
  background-size: contain;
  background-repeat: no-repeat;
}
.introducing-box__item--bg02::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/bg_introducing02.png);
  width: 373px;
  height: 503px;
  left: -400px;
  top: -240px;
  background-size: contain;
  background-repeat: no-repeat;
}
.introducing-box__item--bg03::after {
  z-index: 1;
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/bg_introducing03.png);
  width: 343px;
  height: 567px;
  right: -300px;
  top: -50px;
  background-size: contain;
  background-repeat: no-repeat;
}
.introducing-box__item--bg04::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/bg_introducing04.png);
  width: 505px;
  height: 442px;
  left: -514px;
  top: 76px;
  background-size: contain;
  background-repeat: no-repeat;
}
.introducing-box__head span {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 0px 20px;
  border-bottom: 4px solid #2691b0;
}
.introducing-box__lead {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  width: 75%;
}
.introducing-box__lead--right {
  margin-left: auto;
}
.introducing-box__lead a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.introducing-box__lead a[target=_blank]::after {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon_link_white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.introducing-box__lead a:hover {
  opacity: 0.8;
}
.introducing-box__2col {
  display: flex;
  gap: 23px;
  align-items: center;
}
.introducing-box__2col img {
  max-width: 328px;
}
.introducing-box__2col .introducing-box__lead {
  flex: 1;
}
.introducing-slide {
  text-align: center;
  margin: 0 auto;
}
.introducing-slide__wrap {
  padding-bottom: 40px;
}
.introducing-slide__wrap .swiper-horizontal > .swiper-pagination-bullets,
.introducing-slide__wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.introducing-slide__wrap .swiper-pagination-custom,
.introducing-slide__wrap .swiper-pagination-fraction {
  bottom: 0px;
  top: auto;
  z-index: 1;
}
.introducing-slide__wrap .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  opacity: 1;
  border: 1px solid #fff;
}
.introducing-slide__wrap .swiper-pagination-bullet-active {
  background: none;
  background-color: #e5c252;
  border: none;
}
.introducing-slide__wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.introducing-slide__wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.introducing-slide__inner {
  max-width: 281px;
  margin: 0 auto;
}
.introducing-slide__link {
  text-align: center;
  position: absolute;
  content: "";
  display: flex;
  height: 1em;
  left: 50%;
  top: 89%;
  width: 100%;
  transform: translateX(-50%);
  font-size: min(3.3vw, 14px);
  display: inline-block;
  gap: 10px;
}
.introducing-slide__link a {
  display: inline-block;
  color: #333333;
  font-weight: 300;
  text-decoration: underline;
  line-height: 1.4;
  width: 57vw;
  max-width: 258px;
  text-align: left;
}
.introducing-slide__link a:hover {
  opacity: 0.6;
}
.introducing-slide__link a[target=_blank]::after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: min(2.35vw, 10px);
  height: min(2.35vw, 10px);
  background-image: url(../images/icon_link.png);
}
.introducing-slide__link--bottom {
  top: 87%;
}

.cardlist {
  position: relative;
  z-index: 1;
}
.cardlist__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 80px;
}
@media screen and (max-width: 767.9px) {
  .cardlist__inner {
    padding: 30px 0 80px;
  }
}
.cardlist__header {
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .cardlist__header--h2 {
    max-width: 191px;
    margin: 0 auto 32px;
  }
}
@media screen and (max-width: 767.9px) {
  .cardlist__header--h3 {
    max-width: 345px;
    margin: 0 auto 32px;
  }
}
.cardlist__lead {
  margin: 0 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 56px;
}
.cardlist-checkbox {
  display: flex;
  padding: 0;
  list-style: none;
  margin-bottom: 48px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .cardlist-checkbox {
    flex-wrap: wrap;
    max-width: 325px;
    margin: 0 auto 48px;
  }
}
.cardlist-checkbox > li {
  cursor: pointer;
  margin: 0 28px;
  padding-left: 28px;
  position: relative;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767.9px) {
  .cardlist-checkbox > li {
    width: 50%;
    margin: 15px 0;
  }
}
.cardlist-checkbox > li::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #fff;
  z-index: 1;
}
.cardlist-checkbox > li.is-checked::after {
  content: "";
  background-color: #007395;
}
.cardlist-checkbox > li.is-checked::before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  left: 8px;
  top: 48%;
  z-index: 2;
}
.cardlist-area {
  margin: 56px 24px 0;
}
.cardlist-content {
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 64px;
}
@media screen and (max-width: 767.9px) {
  .cardlist-content {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 20px;
  }
}
.cardlist-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
}
.cardlist-item.is-hidden {
  display: none;
}
.cardlist-item__img {
  margin-bottom: 16px;
}
.cardlist-item__name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
  text-align: center;
}
.cardlist-item__lead {
  font-size: 16px;
  margin-bottom: 24px;
  color: #fff;
  text-align: center;
}
.cardlist-item__button {
  text-align: center;
}
.cardlist-item__button a {
  color: #fff;
  font-weight: bold;
  max-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 0;
  border-radius: 25px;
  margin-bottom: 24px;
  border: 1px solid #fff;
  margin: 0 auto;
  margin-top: auto;
}
.cardlist-item__link {
  text-align: center;
  cursor: pointer;
}
.cardlist-item__link:hover {
  opacity: 0.8;
}
.cardlist-item__link span {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  padding-right: 1em;
  position: relative;
  text-decoration: underline;
}
.cardlist-item__link span::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  right: 0px;
  top: 34%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

.contentModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.contentModal.is-open {
  display: block;
  opacity: 1;
  z-index: 100;
}
.contentModal__bg {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}
.contentModal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contentModal__inner {
  background-color: #eeeeec;
  border-radius: 15px;
  max-width: 940px;
  max-height: calc(100svh - 40px);
  max-width: 940px;
  width: calc(100vw - 40px);
  margin: 20px;
  overflow: auto;
}
.contentModal__header {
  width: 100%;
  font-size: 28px;
  color: #fff;
  padding: 15px 48px;
  font-weight: bold;
  text-align: center;
  background-color: #027395;
  position: relative;
}
.contentModal__header p {
  margin: 0;
}
.contentModal__content {
  position: relative;
  height: 100%;
  padding: 40px 48px;
}
@media screen and (max-width: 767.9px) {
  .contentModal__content {
    padding: 24px;
  }
}
.contentModal__2col {
  display: flex;
  gap: 48px;
  align-items: center;
}
@media screen and (max-width: 767.9px) {
  .contentModal__2col {
    display: block;
  }
}
.contentModal__img {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .contentModal__img {
    margin: 0 auto 16px;
  }
}
.contentModal__text {
  flex: 1;
}
.contentModal__text li::marker {
  color: #000;
}
.contentModal__close {
  position: absolute;
  right: 20px;
  top: 4px;
  display: block;
  width: 28px;
  height: 28px;
}
.contentModal__apply {
  margin-top: 32px;
  text-align: center;
}
.contentModal__apply:hover {
  opacity: 0.6;
}

.content-footer {
  background-color: #06031d;
  display: flex;
}
.content-footer__inner {
  padding: 64px 60px 64px 20px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  .content-footer__inner {
    display: block;
    padding: 64px 20px 64px 20px;
  }
}
.content-footer__head {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #ffffff;
}
.content-footer__lead {
  color: #ffffff;
  font-size: 14px;
}
.content-footer__tentang {
  flex: 1;
  max-width: 510px;
  min-width: 350px;
}
@media screen and (max-width: 767.9px) {
  .content-footer__tentang {
    min-width: auto;
    max-width: none;
  }
}
.content-footer__social {
  width: 326px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767.9px) {
  .content-footer__social {
    max-width: none;
    margin-top: 32px;
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .content-footer__mail {
    max-width: none;
    margin-top: 32px;
  }
}

.fix-button {
  z-index: 99;
  position: fixed;
  right: 20px;
  bottom: 100px;
  transition: 1s all;
  transform: scale(0.7);
}
@media screen and (max-width: 767.9px) {
  .fix-button {
    right: -10px;
  }
}
.fix-button.is-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .fix-button:hover {
    transform: scale(1.1);
    opacity: 0.6;
  }
}

.footer-inner > .pagetop.active {
  z-index: 99;
}

.mb-40 {
  margin-bottom: 40px;
}/*# sourceMappingURL=style.css.map */