@charset "UTF-8";
/* top */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.top-mv {
  background: url(../images/bg_mv.png) no-repeat right 0/1440px auto;
  padding-top: 106px;
}
@media screen and (max-width: 767px) {
  .top-mv {
    background-image: url(../images/bg_mv_sp.png);
    background-size: 100% auto;
    padding-top: 56px;
  }
}
.top-mv .mv-ttl {
  display: inline-block;
  position: relative;
}
.top-mv .mv-ttl .catch {
  background: linear-gradient(to right, #105cff 0%, #00ebeb 100%);
  color: #fff;
  display: inline-block;
  font-size: 3rem;
  letter-spacing: 0.09em;
  line-height: 1;
  padding: 8px 69px 10px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 960px) {
  .top-mv .mv-ttl .catch {
    position: static;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top-mv .mv-ttl .catch {
    font-size: 1.6rem;
    letter-spacing: 0.07em;
    padding: 6px 0;
    text-align: center;
    width: 256px;
  }
}
.top-mv .mv-ttl .ttl {
  display: flex;
  align-items: flex-end;
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 960px) {
  .top-mv .mv-ttl .ttl {
    display: block;
  }
  .top-mv .mv-ttl .ttl .sp-only {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  .top-mv .mv-ttl .ttl {
    display: block;
    font-size: 3.3rem;
    line-height: 1.3;
  }
}
.top-mv .mv-ttl .ttl .grade {
  display: inline-block;
  font-size: 11.2rem;
  letter-spacing: 0;
  position: relative;
}
.top-mv .mv-ttl .ttl .grade > span {
  background: linear-gradient(to right, #105cff 0%, #00ebeb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.top-mv .mv-ttl .ttl .grade::before {
  color: #105cff;
  content: "“";
  display: inline-block;
  font-size: 6.2rem;
  position: absolute;
  right: 100%;
  top: 0;
}
.top-mv .mv-ttl .ttl .grade::after {
  color: #00ebeb;
  content: "”";
  display: inline-block;
  font-size: 6.2rem;
  position: absolute;
  left: 100%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .top-mv .mv-ttl .ttl .grade {
    font-size: 5.6rem;
  }
  .top-mv .mv-ttl .ttl .grade::before {
    font-size: 3rem;
    right: calc(100% - 10px);
    top: -8px;
  }
  .top-mv .mv-ttl .ttl .grade::after {
    font-size: 3rem;
    left: calc(100% - 10px);
    top: -4px;
  }
}
.top-mv .mv-ttl .ttl .sub {
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  .top-mv .mv-ttl .ttl .sub {
    font-size: 2.8rem;
  }
}
.top-mv .lead-txt-wrap {
  margin: 34px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .top-mv .lead-txt-wrap {
    margin: 16px 0 0;
    display: flex;
    justify-content: flex-end;
  }
}
.top-mv .lead-txt-wrap .lead-txt {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-mv .lead-txt-wrap .lead-txt {
    font-size: 1.2rem;
  }
}
.top-mv .mv-img {
  margin-top: 67px;
  position: relative;
}
.top-mv .mv-img .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.top-mv .mv-img .img img {
  width: 100%;
}
.top-mv .mv-img .scroll {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1;
  position: absolute;
  right: 64px;
  bottom: calc(100% + 80px);
}
.top-mv .mv-img .scroll > span {
  display: inline-block;
  writing-mode: vertical-lr;
  position: relative;
}
.top-mv .mv-img .scroll > span::after {
  animation: scroll 2s infinite;
  background: #0F347F;
  content: "";
  width: 1px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
}
@media screen and (max-width: 767px) {
  .top-mv .mv-img {
    margin-top: 40px;
  }
  .top-mv .mv-img .scroll {
    font-size: 1rem;
    right: unset;
    left: 24px;
    bottom: calc(100% + 64px);
  }
  .top-mv .mv-img .scroll::after {
    height: 120px;
    top: calc(100% + 8px);
  }
}

.top-h2-ttl {
  margin-bottom: 64px;
}
.top-h2-ttl .en-ttl {
  background: linear-gradient(to right, #105cff 0%, #00ebeb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 9.6rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.top-h2-ttl .jp-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .top-h2-ttl {
    margin-bottom: 38px;
  }
  .top-h2-ttl .en-ttl {
    font-size: 4.8rem;
  }
  .top-h2-ttl .jp-ttl {
    font-size: 1.5rem;
    margin-top: 2px;
  }
}

.top-mission-sec {
  padding-block: 120px 200px;
}
@media screen and (max-width: 767px) {
  .top-mission-sec {
    padding-block: 80px 120px;
  }
}
.top-mission-sec .mission-information {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .top-mission-sec .mission-information {
    flex-direction: column;
    gap: 40px;
  }
}
.top-mission-sec .mission-information .txt-wrap {
  flex: 1;
  padding-top: 92px;
}
@media screen and (max-width: 767px) {
  .top-mission-sec .mission-information .txt-wrap {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .top-mission-sec .mission-information .img-wrap {
    aspect-ratio: 760/660;
    background: url(../images/bg_mission.svg) no-repeat center center;
    background-size: 420px auto;
    width: 760px;
    position: relative;
  }
  .top-mission-sec .mission-information .img-wrap .mission-list {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .top-mission-sec .mission-information .img-wrap .mission-list > li {
    width: 270px;
    position: absolute;
  }
  .top-mission-sec .mission-information .img-wrap .mission-list > li:nth-of-type(1) {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .top-mission-sec .mission-information .img-wrap .mission-list > li:nth-of-type(2) {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .top-mission-sec .mission-information .img-wrap .mission-list > li:nth-of-type(3) {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .top-mission-sec .mission-information .img-wrap .mission-list > li:nth-of-type(4) {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .top-mission-sec .mission-information .img-wrap {
    width: 100%;
  }
  .top-mission-sec .mission-information .img-wrap .mission-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .top-mission-sec .mission-information .img-wrap .mission-list > li {
    width: 245px;
  }
}
.top-mission-sec .misstion-about {
  background: #E6ECF2;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 48px;
  margin-top: 64px;
}
.top-mission-sec .misstion-about + .misstion-about {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .top-mission-sec .misstion-about {
    flex-direction: column;
    gap: 16px;
    padding: 32px 20px;
  }
  .top-mission-sec .misstion-about + .misstion-about {
    margin-top: 16px;
  }
}
.top-mission-sec .misstion-about .about-ttl {
  flex: 1;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  padding-left: 16px;
  position: relative;
}
.top-mission-sec .misstion-about .about-ttl::before {
  background: linear-gradient(to bottom, #105cff 0%, #00ebeb 100%);
  border-radius: 2px;
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 0.4em);
  position: absolute;
  left: 0;
  top: 0.3em;
}
@media screen and (max-width: 767px) {
  .top-mission-sec .misstion-about .about-ttl {
    font-size: 1.5rem;
  }
}
.top-mission-sec .misstion-about .img-wrap {
  width: min(836px, 58.0555555556vw);
}
@media screen and (max-width: 767px) {
  .top-mission-sec .misstion-about .img-wrap {
    width: 100%;
  }
}
.top-mission-sec .misstion-about .img-wrap img {
  width: 100%;
}
.top-mission-sec .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.top-mission-sec .btn-wrap .arrow-btn {
  background: #fff;
  border-radius: 9999px;
  border: 1px solid #C3C7D4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  padding-inline: 32px 24px;
  width: 360px;
  height: 60px;
}
.top-mission-sec .btn-wrap .arrow-btn::after {
  background-color: currentColor;
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../images/icn_arrow.svg);
          mask-image: url(../images/icn_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
@media (any-hover: hover) {
  .top-mission-sec .btn-wrap .arrow-btn:hover {
    background: #0F347F;
    border-color: #0F347F;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .top-mission-sec .btn-wrap {
    margin-top: 48px;
  }
  .top-mission-sec .btn-wrap .arrow-btn {
    width: 100%;
    padding-inline: 24px 20px;
  }
  .top-mission-sec .btn-wrap .arrow-btn::after {
    width: 18px;
    height: 18px;
  }
}

.top-bg-wrap {
  background: #fff url(../images/bg_top_information.png) no-repeat right 0/966px auto;
  padding-block: 160px 96px;
}
@media screen and (max-width: 767px) {
  .top-bg-wrap {
    background-image: url(../images/bg_top_information_sp.png);
    background-size: 100% auto;
    padding-block: 120px 0;
  }
}

.top-info-sec {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .top-info-sec {
    margin-bottom: 120px;
  }
}
.top-info-sec .top-info-wrap {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .top-info-sec .top-info-wrap {
    flex-direction: column-reverse;
    gap: 64px;
  }
}
.top-info-sec .top-info-wrap .info-menu {
  flex: 1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-info-sec .top-info-wrap .info-menu {
    width: 100%;
  }
}
.top-info-sec .top-info-wrap .info-menu ul {
  border-top: 1px solid #C3C7D4;
}
.top-info-sec .top-info-wrap .info-menu ul > li {
  border-bottom: 1px solid #C3C7D4;
}
.top-info-sec .top-info-wrap .info-menu ul a {
  display: flex;
  align-items: center;
  font-weight: bold;
  height: 64px;
  padding-right: 32px;
  position: relative;
}
.top-info-sec .top-info-wrap .info-menu ul a::after {
  background-color: currentColor;
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../images/icn_arrow.svg);
          mask-image: url(../images/icn_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-info-sec .top-info-wrap .info-menu ul a::after {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
  }
}
@media (any-hover: hover) {
  .top-info-sec .top-info-wrap .info-menu ul a:hover {
    text-decoration: underline;
  }
  .top-info-sec .top-info-wrap .info-menu ul a:hover::after {
    transform: translateX(5px);
  }
}
.top-info-sec .top-info-wrap .btn-wrap {
  margin-top: 40px;
}
.top-info-sec .top-info-wrap .btn-wrap .list-btn {
  background: #fff;
  border: 1px solid #C3C7D4;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-weight: bold;
  width: 100%;
  height: 60px;
}
.top-info-sec .top-info-wrap .btn-wrap .list-btn::before {
  background-color: currentColor;
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../images/icn_list.svg);
          mask-image: url(../images/icn_list.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .top-info-sec .top-info-wrap .btn-wrap .list-btn::before {
    width: 20px;
    height: 20px;
  }
}
@media (any-hover: hover) {
  .top-info-sec .top-info-wrap .btn-wrap .list-btn:hover {
    background: #0F347F;
    border-color: #0F347F;
    color: #fff;
  }
}
.top-info-sec .top-info-wrap .info-slider-wrap {
  padding-right: min(212px, 14.7222222222vw);
  position: relative;
  width: min(884px, 61.3888888889vw);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-info-sec .top-info-wrap .info-slider-wrap {
    padding-right: 57px;
    width: 100%;
  }
}
.top-info-sec .top-info-wrap .info-slider-wrap .info-slider::before {
  background: #fff;
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-info-sec .top-info-wrap .info-slider-wrap .info-slider::before {
    display: none;
  }
}
.top-info-sec .top-info-wrap .info-slider-wrap .info-slider .splide__track {
  overflow: visible;
}
.top-info-sec .top-info-wrap .info-slider-wrap .info-slider .info-slider-control {
  display: flex;
  display: none;
  justify-content: flex-end;
  gap: 12px;
  width: min(884px, 61.3888888889vw);
  position: absolute;
  left: 0;
  bottom: calc(100% + 40px);
}
@media screen and (max-width: 767px) {
  .top-info-sec .top-info-wrap .info-slider-wrap .info-slider .info-slider-control {
    justify-content: center;
    width: calc(100% + 57px);
    margin-top: 32px;
    position: static;
  }
}
.top-info-sec .top-info-wrap .info-slider-wrap .info-slider .info-slider-control .splide__arrow {
  background: #fff;
  border: 1px solid #C3C7D4;
  border-radius: 999px;
  cursor: pointer;
  color: #0F347F;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 68px;
  height: 40px;
  transition: all 0.3s ease;
}
.top-info-sec .top-info-wrap .info-slider-wrap .info-slider .info-slider-control .splide__arrow::after {
  background-color: currentColor;
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../images/icn_arrow.svg);
          mask-image: url(../images/icn_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
}
@media (any-hover: hover) {
  .top-info-sec .top-info-wrap .info-slider-wrap .info-slider .info-slider-control .splide__arrow:hover {
    background: #0F347F;
    border-color: #0F347F;
    color: #fff;
  }
}
.top-info-sec .top-info-wrap .info-slider-wrap .info-slider .info-slider-control .splide__arrow--prev {
  transform: scale(-1, 1);
}
.top-info-sec .top-info-wrap .info-slider-wrap .info-slider .info-slider-control .splide__arrow:disabled {
  border-color: #D5D6DB;
  color: #A2A7B3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top-info-sec .top-info-wrap .info-slider-wrap .info-slider .info-slider-control .splide__arrow {
    width: 60px;
    height: 32px;
  }
  .top-info-sec .top-info-wrap .info-slider-wrap .info-slider .info-slider-control .splide__arrow::after {
    width: 18px;
    height: 18px;
    left: calc(50% - 9px);
    top: calc(50% - 9px);
  }
}
.top-info-sec .top-info-wrap .info-slider-wrap .info-slider .slide-item {
  display: block;
}
.top-info-sec .top-info-wrap .info-slider-wrap .info-slider .slide-item .img-wrap {
  overflow: hidden;
}
.top-info-sec .top-info-wrap .info-slider-wrap .info-slider .slide-item .img-wrap a {
  display: block;
}
@media (any-hover: hover) {
  .top-info-sec .top-info-wrap .info-slider-wrap .info-slider .slide-item .img-wrap a:hover img {
    opacity: 0.75;
  }
}
.top-info-sec .top-info-wrap .info-slider-wrap .info-slider .slide-item .img-wrap img {
  width: 100%;
  transition: all 0.3s ease;
}
.top-info-sec .top-info-wrap .info-slider-wrap .info-slider .slide-item .info-data {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}
.top-info-sec .top-info-wrap .info-slider-wrap .info-slider .slide-item .info-data .date {
  display: block;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0;
}
.top-info-sec .top-info-wrap .info-slider-wrap .info-slider .slide-item .info-data .category-list {
  display: flex;
  align-items: center;
  gap: 12px;
}
.top-info-sec .top-info-wrap .info-slider-wrap .info-slider .slide-item .info-data .category-list > li a {
  background: #FDE053;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1;
  height: 24px;
  padding-inline: 18px;
}
@media (any-hover: hover) {
  .top-info-sec .top-info-wrap .info-slider-wrap .info-slider .slide-item .info-data .category-list > li a:hover {
    background: #0F347F;
    color: #fff;
  }
}
.top-info-sec .top-info-wrap .info-slider-wrap .info-slider .slide-item .info-ttl {
  margin-top: 12px;
  line-height: 1.8;
}
@media (any-hover: hover) {
  .top-info-sec .top-info-wrap .info-slider-wrap .info-slider .slide-item .info-ttl a:hover {
    text-decoration: underline;
  }
}

.join-us-sec {
  background: linear-gradient(135deg, #0660F1 0%, #00CBE6 100%);
  border-radius: 32px;
  margin-inline: auto;
  padding-block: 128px 120px;
  width: calc(100% - 96px);
}
@media screen and (max-width: 767px) {
  .join-us-sec {
    border-radius: 32px 32px 0 0;
    padding-block: 80px 96px;
    width: 100%;
  }
}
.join-us-sec .top-h2-ttl {
  color: #fff;
  text-align: center;
}
.join-us-sec .top-h2-ttl .en-ttl {
  background: #fff;
  -webkit-background-clip: text;
}
.join-us-sec .lead-txt {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .join-us-sec .lead-txt {
    text-align: left;
  }
}
.join-us-sec .box {
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 48px;
  margin-top: 48px;
  padding: 52px 48px;
}
.join-us-sec .box + .box {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .join-us-sec .box {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-top: 32px;
    padding: 32px 20px;
  }
  .join-us-sec .box + .box {
    margin-top: 16px;
  }
}
.join-us-sec .box .box-ttl {
  width: 220px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .join-us-sec .box .box-ttl {
    width: 100%;
    font-size: 1.5rem;
  }
}
.join-us-sec .box .box-ttl::before {
  background: linear-gradient(to bottom, #105cff 0%, #00ebeb 100%);
  border-radius: 2px;
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 0.4em);
  position: absolute;
  left: 0;
  top: 0.3em;
}
.join-us-sec .box .txt-wrap {
  flex: 1;
  line-height: 1.8;
}
.join-us-sec .box .txt-wrap .dl-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-block: 16px 32px;
}
.join-us-sec .box .txt-wrap .dl-btn-wrap .dl-btn {
  background: #fff;
  border: 1px solid #C3C7D4;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: bold;
  padding-inline: 32px 24px;
  width: 272px;
  height: 60px;
}
.join-us-sec .box .txt-wrap .dl-btn-wrap .dl-btn::after {
  background-color: currentColor;
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../images/icn_download.svg);
          mask-image: url(../images/icn_download.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
@media (any-hover: hover) {
  .join-us-sec .box .txt-wrap .dl-btn-wrap .dl-btn:hover {
    background: #0F347F;
    border-color: #0F347F;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .join-us-sec .box .txt-wrap .dl-btn-wrap {
    flex-direction: column;
    gap: 16px;
    margin-block: 16px 24px;
  }
  .join-us-sec .box .txt-wrap .dl-btn-wrap .dl-btn {
    font-size: 1.4rem;
    width: 100%;
    padding-inline: 24px 20px;
  }
}
.join-us-sec .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.join-us-sec .btn-wrap .mail-btn {
  background: #FDE053;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.45;
  width: 600px;
  height: 84px;
}
.join-us-sec .btn-wrap .mail-btn::before {
  background-color: currentColor;
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../images/icn_mail.svg);
          mask-image: url(../images/icn_mail.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
@media (any-hover: hover) {
  .join-us-sec .btn-wrap .mail-btn:hover {
    background: #0F347F;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .join-us-sec .btn-wrap {
    margin-top: 40px;
  }
  .join-us-sec .btn-wrap .mail-btn {
    font-size: 1.6rem;
    width: 100%;
    height: 82px;
  }
}

.wp-block-quote {
  border-left: 1px solid #C3C7D4;
  margin-top: 10px;
}

/* about */
.about-outline-sec {
  padding-top: 28px;
}
.about-outline-sec .about-outline-box {
  background: #fff;
  border-radius: 32px;
  padding: 80px 20px 64px;
  position: relative;
  text-align: center;
}
.about-outline-sec .about-outline-box .sec-ttl {
  background: linear-gradient(to right, #2C55E8 0%, #13C4E8 100%);
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: bold;
  padding-inline: 34px;
  position: absolute;
  left: 50%;
  top: 0;
  height: 56px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.about-outline-sec .about-outline-box .txt-wrap {
  display: grid;
  gap: 2.2em;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .about-outline-sec {
    padding-top: 41px;
  }
  .about-outline-sec .about-outline-box {
    border-radius: 12px;
    padding-block: 64px 48px;
    text-align: left;
  }
  .about-outline-sec .about-outline-box .sec-ttl {
    font-size: 1.8rem;
    line-height: 1.8;
    height: 81px;
    padding-inline: 16px;
    text-align: center;
  }
}

.about-why-sec {
  margin-top: 56px;
  padding-block: 120px 180px;
}
@media screen and (max-width: 767px) {
  .about-why-sec {
    margin-top: 0;
    padding-block: 120px;
  }
}
.about-why-sec .sec-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 66px;
  padding-left: 22px;
  position: relative;
}
.about-why-sec .sec-ttl::before {
  background: linear-gradient(to bottom, #105cff 0%, #00ebeb 100%);
  border-radius: 3px;
  content: "";
  display: block;
  width: 6px;
  height: calc(100% - 0.2em);
  position: absolute;
  left: 0;
  top: 0.2em;
}
@media screen and (max-width: 767px) {
  .about-why-sec .sec-ttl {
    font-size: 2rem;
    margin-bottom: 32px;
  }
}
.about-why-sec .about-why-block {
  border-top: 1px solid #C3C7D4;
}
.about-why-sec .about-why-block .box {
  border-bottom: 1px solid #C3C7D4;
  display: flex;
  align-items: center;
  gap: 48px;
  padding-block: 64px;
}
@media screen and (max-width: 767px) {
  .about-why-sec .about-why-block .box {
    flex-direction: column;
    gap: 32px;
    padding-block: 48px;
  }
}
.about-why-sec .about-why-block .box .img-wrap {
  width: 268px;
  position: relative;
}
.about-why-sec .about-why-block .box .img-wrap .num {
  background: linear-gradient(to right, #105cff 0%, #00ebeb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 12px;
  top: 16px;
  z-index: 2;
}
.about-why-sec .about-why-block .box .img-wrap .img {
  background: #fff;
  border-radius: 50%;
  width: 268px;
  height: 268px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about-why-sec .about-why-block .box .img-wrap {
    width: 245px;
  }
  .about-why-sec .about-why-block .box .img-wrap .num {
    left: 10px;
    top: 14px;
  }
  .about-why-sec .about-why-block .box .img-wrap .img {
    width: 245px;
    height: 245px;
  }
}
.about-why-sec .about-why-block .box .txt-wrap {
  flex: 1;
}
.about-why-sec .about-why-block .box .txt-wrap .box-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 16px;
}
.about-why-sec .about-why-block .box .txt-wrap .txt {
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .about-why-sec .about-why-block .box .txt-wrap {
    flex: unset;
    width: 100%;
  }
  .about-why-sec .about-why-block .box .txt-wrap .box-ttl {
    font-size: 1.8rem;
    margin-bottom: 12px;
    text-align: center;
  }
}

/* information */
.information-sec {
  padding-bottom: 180px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .information-sec {
    padding-bottom: 120px;
  }
}
.information-sec .inner-wrap {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .information-sec .inner-wrap {
    flex-direction: column;
  }
}
.information-sec .info-menu {
  background: #fff;
  border-radius: 12px;
  padding: 8px 20px;
  width: 252px;
}
.information-sec .info-menu ul > li + li {
  border-top: 1px solid #C3C7D4;
}
.information-sec .info-menu ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  padding-block: 20px;
}
.information-sec .info-menu ul a::after {
  background-color: currentColor;
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../images/icn_arrow.svg);
          mask-image: url(../images/icn_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .information-sec .info-menu ul a:hover {
    text-decoration: underline;
  }
  .information-sec .info-menu ul a:hover::after {
    transform: translateX(5px);
  }
}
@media screen and (max-width: 767px) {
  .information-sec .info-menu {
    width: 100%;
    padding-inline: 24px;
  }
  .information-sec .info-menu ul a {
    padding-block: 16px;
  }
  .information-sec .info-menu ul a::after {
    width: 18px;
    height: 18px;
  }
}
.information-sec .info-list-wrap {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .information-sec .info-list-wrap {
    flex: unset;
    width: 100%;
  }
}
.information-sec .info-list-wrap .info-list {
  border-top: 1px solid #C3C7D4;
}
.information-sec .info-list-wrap .info-list .list-item {
  border-bottom: 1px solid #C3C7D4;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 48px;
  padding-block: 32px;
}
@media screen and (max-width: 767px) {
  .information-sec .info-list-wrap .info-list .list-item {
    flex-direction: column;
    gap: 24px;
  }
}
.information-sec .info-list-wrap .info-list .list-item .img-wrap {
  width: 300px;
  overflow: hidden;
}
@media (any-hover: hover) {
  .information-sec .info-list-wrap .info-list .list-item .img-wrap a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  .information-sec .info-list-wrap .info-list .list-item .img-wrap {
    width: 100%;
  }
}
.information-sec .info-list-wrap .info-list .list-item .txt-wrap {
  min-width: 300px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .information-sec .info-list-wrap .info-list .list-item .txt-wrap {
    flex: unset;
    width: 100%;
  }
}
.information-sec .info-list-wrap .info-list .list-item .txt-wrap .info-data {
  display: flex;
  align-items: center;
  gap: 12px;
}
.information-sec .info-list-wrap .info-list .list-item .txt-wrap .info-data .date {
  display: block;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0;
}
.information-sec .info-list-wrap .info-list .list-item .txt-wrap .info-data .category-list {
  display: flex;
  align-items: center;
  gap: 12px;
}
.information-sec .info-list-wrap .info-list .list-item .txt-wrap .info-data .category-list > li a {
  background: #FDE053;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1;
  height: 24px;
  padding-inline: 18px;
}
@media (any-hover: hover) {
  .information-sec .info-list-wrap .info-list .list-item .txt-wrap .info-data .category-list > li a:hover {
    background: #0F347F;
    color: #fff;
  }
}
.information-sec .info-list-wrap .info-list .list-item .txt-wrap .info-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 16px;
  line-height: 1.8;
}
@media (any-hover: hover) {
  .information-sec .info-list-wrap .info-list .list-item .txt-wrap .info-ttl a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .information-sec .info-list-wrap .info-list .list-item .txt-wrap .info-ttl {
    font-size: 1.5rem;
    margin-top: 12px;
  }
}
.information-sec .info-list-wrap .info-pager {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .information-sec .info-list-wrap .info-pager {
    justify-content: center;
    gap: 16px;
  }
}
.information-sec .info-list-wrap .info-pager .pager-btn {
  background: #fff;
  border: 1px solid #C3C7D4;
  border-radius: 999px;
  cursor: pointer;
  color: #0F347F;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 68px;
  height: 40px;
  transition: all 0.3s ease;
}
.information-sec .info-list-wrap .info-pager .pager-btn::after {
  background-color: currentColor;
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../images/icn_arrow.svg);
          mask-image: url(../images/icn_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
}
@media (any-hover: hover) {
  .information-sec .info-list-wrap .info-pager .pager-btn:hover {
    background: #0F347F;
    border-color: #0F347F;
    color: #fff;
  }
}
.information-sec .info-list-wrap .info-pager .pager-btn.prev-btn {
  transform: scale(-1, 1);
}
.information-sec .info-list-wrap .info-pager .pager-btn.is-disabled {
  border-color: #D5D6DB;
  color: #A2A7B3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .information-sec .info-list-wrap .info-pager .pager-btn {
    width: 60px;
    height: 32px;
  }
  .information-sec .info-list-wrap .info-pager .pager-btn::after {
    width: 18px;
    height: 18px;
    left: calc(50% - 9px);
    top: calc(50% - 9px);
  }
}
.information-sec .info-list-wrap .info-pager .pager {
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 1.8rem;
}
.information-sec .info-list-wrap .info-pager .pager .cur {
  border-bottom: 2px solid #0F347F;
  font-weight: bold;
}
@media (any-hover: hover) {
  .information-sec .info-list-wrap .info-pager .pager a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .information-sec .info-list-wrap .info-pager .pager {
    gap: 16px;
    font-size: 1.4rem;
  }
}

/* detail */
.information-ttl {
  padding-block: 106px 64px;
}
@media screen and (max-width: 767px) {
  .information-ttl {
    padding-block: 74px 58px;
  }
}
.information-ttl .ttl-wrap {
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .information-ttl .ttl-wrap {
    padding-left: 22px;
  }
}
.information-ttl .ttl-wrap::before {
  background: linear-gradient(to bottom, #105cff 0%, #00ebeb 100%);
  border-radius: 3px;
  content: "";
  display: block;
  width: 6px;
  height: calc(100% - 0.2em);
  position: absolute;
  left: 0;
  top: 0.2em;
}
.information-ttl .ttl-wrap .info-data {
  display: flex;
  align-items: center;
  gap: 20px;
}
.information-ttl .ttl-wrap .info-data .date {
  display: block;
  font-family: "Zalando Sans Expanded", sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}
.information-ttl .ttl-wrap .info-data .category-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.information-ttl .ttl-wrap .info-data .category-list > li a {
  background: #FDE053;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  height: 28px;
  padding-inline: 20px;
}
@media (any-hover: hover) {
  .information-ttl .ttl-wrap .info-data .category-list > li a:hover {
    background: #0F347F;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .information-ttl .ttl-wrap .info-data {
    gap: 12px;
  }
  .information-ttl .ttl-wrap .info-data .date {
    font-size: 1.2rem;
  }
  .information-ttl .ttl-wrap .info-data .category-list {
    gap: 12px;
  }
  .information-ttl .ttl-wrap .info-data .category-list > li a {
    font-size: 1.2rem;
    height: 24px;
    padding-inline: 18px;
  }
}
.information-ttl .ttl-wrap .ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .information-ttl .ttl-wrap .ttl {
    font-size: 2rem;
  }
}

.information-detail-sec {
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .information-detail-sec {
    padding-bottom: 120px;
  }
}
.information-detail-sec .detail-wrap {
  background: #fff;
  border-radius: 32px;
  padding: 80px 80px 96px;
}
.information-detail-sec .detail-wrap p:first-of-type {
  margin-top: 40px;
}
.information-detail-sec .detail-wrap p:not(:first-of-type) {
  margin-top: 1.8em;
}
@media screen and (max-width: 767px) {
  .information-detail-sec .detail-wrap {
    border-radius: 12px;
    padding: 64px 20px;
  }
}
.information-detail-sec .detail-wrap a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .information-detail-sec .detail-wrap a:hover {
    text-decoration: none;
  }
  .information-detail-sec .detail-wrap a:hover[href*=".pdf"]::after {
    background: #0F347F;
    border-color: #0F347F;
    color: #fff;
  }
}
.information-detail-sec .detail-wrap a[href*=".pdf"]::after {
  border: 1px solid #C3C7D4;
  border-radius: 999px;
  content: "PDF";
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  height: 26px;
  line-height: 1;
  margin-left: 16px;
  padding-inline: 17px;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.information-detail-sec .detail-wrap .wp-block-columns-is-layout-flex .wp-block-image {
  margin-bottom: 0;
}
.information-detail-sec .detail-wrap .wp-block-columns-is-layout-flex .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
  width: 100%;
}
.information-detail-sec .detail-wrap .wp-block-columns-is-layout-flex .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.information-detail-sec .detail-wrap .wp-block-columns-is-layout-flex + .wp-block-columns-is-layout-flex {
  margin-top: 32px;
}
.information-detail-sec .detail-head .info-kv {
  width: 100%;
}
.information-detail-sec .detail-head .info-kv img {
  width: 100%;
}
.information-detail-sec .detail-head .info-lead {
  display: grid;
  gap: 1.8em;
  line-height: 1.8;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .information-detail-sec .detail-head .info-lead {
    margin-top: 24px;
  }
}
.information-detail-sec .detail-body {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .information-detail-sec .detail-body {
    margin-top: 96px;
  }
}
.information-detail-sec .wp-block-heading {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 32px;
  padding-bottom: 11px;
  position: relative;
}
.information-detail-sec .wp-block-heading::before {
  background: #C3C7D4;
  content: "";
  display: block;
  width: calc(100% - 32px);
  height: 1px;
  position: absolute;
  left: 32px;
  bottom: 0;
}
.information-detail-sec .wp-block-heading::after {
  background: linear-gradient(to right, #105cff 0%, #00ebeb 100%);
  border-radius: 2px;
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.information-detail-sec .wp-block-heading:not(:first-child) {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .information-detail-sec .wp-block-heading {
    font-size: 2rem;
    margin-bottom: 24px;
    padding-bottom: 9px;
  }
  .information-detail-sec .wp-block-heading:not(:first-child) {
    margin-top: 96px;
  }
}
.information-detail-sec .entry-body {
  line-height: 1.8;
}
.information-detail-sec .entry-body p:not(:last-child) {
  margin-bottom: 1.8em;
}
.information-detail-sec .entry-body .photo-list {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .information-detail-sec .entry-body .photo-list {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
.information-detail-sec .entry-body .photo-list li img {
  width: 100%;
}
.information-detail-sec .entry-body .document-list {
  display: grid;
  gap: 8px;
}
.information-detail-sec .entry-body a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .information-detail-sec .entry-body a:hover {
    text-decoration: none;
  }
  .information-detail-sec .entry-body a:hover[href*=".pdf"]::after {
    background: #0F347F;
    border-color: #0F347F;
    color: #fff;
  }
}
.information-detail-sec .entry-body a[href*=".pdf"]::after {
  border: 1px solid #C3C7D4;
  border-radius: 999px;
  content: "PDF";
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  height: 26px;
  line-height: 1;
  margin-left: 16px;
  padding-inline: 17px;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.information-detail-sec .entry-body .movie-list {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .information-detail-sec .entry-body .movie-list {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
.information-detail-sec .entry-body .movie-list .movie {
  aspect-ratio: 16/9;
  width: 100%;
  position: relative;
}
.information-detail-sec .entry-body .movie-list .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.information-detail-sec .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.information-detail-sec .btn-wrap .back-btn {
  background: #fff;
  border: 1px solid #C3C7D4;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding-left: 4px;
  position: relative;
  width: 360px;
  height: 60px;
}
.information-detail-sec .btn-wrap .back-btn::before {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask-image: url(../images/icn_arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: absolute;
  left: 31px;
  top: calc(50% - 12px);
  transform: scale(-1, 1);
}
@media (any-hover: hover) {
  .information-detail-sec .btn-wrap .back-btn:hover {
    background: #0F347F;
    border-color: #0F347F;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .information-detail-sec .btn-wrap {
    margin-top: 48px;
  }
  .information-detail-sec .btn-wrap .back-btn {
    width: 100%;
  }
  .information-detail-sec .btn-wrap .back-btn::before {
    width: 18px;
    height: 18px;
    left: 19px;
    top: calc(50% - 9px);
  }
}
.information-detail-sec .wp-block-table table {
  width: 100%;
}
.information-detail-sec .wp-block-table table thead {
  border-bottom: 0;
}
.information-detail-sec .wp-block-table table td,
.information-detail-sec .wp-block-table table th {
  border: 1px solid #C3C7D4;
  padding: 16px;
  vertical-align: top;
}
.information-detail-sec .wp-block-table table th {
  background: #8594A7;
  color: #fff;
  text-align: center;
}
.information-detail-sec .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.information-detail-sec .btn-wrap .back-btn {
  background: #fff;
  border: 1px solid #C3C7D4;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding-left: 4px;
  position: relative;
  width: 360px;
  height: 60px;
}
.information-detail-sec .btn-wrap .back-btn::before {
  background-color: currentColor;
  content: "";
  display: inline-block;
  mask-image: url(../images/icn_arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: absolute;
  left: 31px;
  top: calc(50% - 12px);
  transform: scale(-1, 1);
}
@media (any-hover: hover) {
  .information-detail-sec .btn-wrap .back-btn:hover {
    background: #0F347F;
    border-color: #0F347F;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .information-detail-sec .btn-wrap {
    margin-top: 48px;
  }
  .information-detail-sec .btn-wrap .back-btn {
    width: 100%;
  }
  .information-detail-sec .btn-wrap .back-btn::before {
    width: 18px;
    height: 18px;
    left: 19px;
    top: calc(50% - 9px);
  }
}
.information-detail-sec .wp-block-buttons {
  margin: 10px 0;
}
.information-detail-sec .wp-block-buttons .is-content-justification-center {
  justify-content: center;
}
.information-detail-sec .wp-block-buttons .is-content-justification-left {
  justify-content: flex-start;
}
.information-detail-sec .wp-block-buttons .is-content-justification-right {
  justify-content: flex-end;
}
.information-detail-sec .wp-block-buttons .wp-block-button {
  width: 100%;
}
.information-detail-sec .wp-block-buttons .wp-block-button a.wp-block-button__link {
  background: #fff;
  border-radius: 9999px;
  border: 1px solid #C3C7D4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  padding-inline: 32px 24px;
  width: 360px;
  height: 60px;
  color: #0F347F;
  text-decoration: none;
}
.information-detail-sec .wp-block-buttons .wp-block-button a.wp-block-button__link::after {
  background-color: currentColor;
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../images/icn_arrow.svg);
  mask-image: url(../images/icn_arrow.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.information-detail-sec .wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
  background-color: #0F347F;
  color: #fff;
}
.information-detail-sec .wp-block-buttons .wp-block-button a.wp-block-button__link:hover::after {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .information-detail-sec .wp-block-buttons .wp-block-button a.wp-block-button__link {
    width: 100%;
    padding-inline: 24px 20px;
  }
}