@-webkit-keyframes page-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  -webkit-animation: page-fadein 0.5s ease-out both;
          animation: page-fadein 0.5s ease-out both;
}

.kv {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 560px;
  overflow: hidden;
}
.kv__swiper {
  width: 100%;
  height: 100%;
}
.kv__swiper .swiper-wrapper {
  height: 100% !important;
}
.kv__swiper .swiper-slide {
  height: 100% !important;
}
.kv__slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.kv__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}
.kv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 40%, rgba(255, 255, 255, 0.4) 100%);
  z-index: 11;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .kv::after {
    height: 50px;
  }
}
.kv__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.kv__img--sp {
  display: none;
  -o-object-position: center 35%;
     object-position: center 35%;
}
@media screen and (max-width: 767px) {
  .kv__img--sp {
    display: block;
  }
}
.kv__img--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .kv__img--pc {
    display: none;
  }
}
.kv__content {
  position: absolute;
  inset: 0;
  z-index: 12;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  padding: 50px 24px 0;
}
@media screen and (min-width: 768px) {
  .kv__content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 24px 160px;
  }
}
@media screen and (max-width: 767px) {
  .kv__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 50px 24px 0;
  }
}
.kv__logo {
  width: 360px;
  height: auto;
  display: block;
  margin: 0 auto 32px;
  line-height: 0;
  font-size: 0;
  vertical-align: bottom;
  -webkit-filter: drop-shadow(0 0 16px rgb(255, 255, 255)) drop-shadow(0 0 40px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 80px rgba(255, 255, 255, 0.7));
          filter: drop-shadow(0 0 16px rgb(255, 255, 255)) drop-shadow(0 0 40px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 80px rgba(255, 255, 255, 0.7));
}
@media screen and (min-width: 768px) {
  .kv__logo {
    position: absolute;
    top: 40px;
    right: 70px;
    margin: 0;
    width: 245px;
  }
}
@media screen and (min-width: 1280px) {
  .kv__logo {
    width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .kv__logo {
    width: 260px;
    margin-bottom: 20px;
  }
}
.kv__title {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .kv__title {
    margin-top: 0;
  }
}
.kv__title-sub {
  position: relative;
  z-index: 2;
  font-size: 53px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0 0 4px;
  line-height: 1.4;
  color: #000066;
  text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 4px rgb(255, 255, 255), 0 0 4px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255), 0 0 40px rgb(255, 255, 255), 0 0 80px rgba(255, 255, 255, 0.95), 0 0 120px rgba(255, 255, 255, 0.9), 0 0 180px rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 1279px) {
  .kv__title-sub {
    font-size: 37px;
  }
}
@media screen and (max-width: 767px) {
  .kv__title-sub {
    font-size: 31px;
  }
}
.kv__title-main {
  position: relative;
  z-index: 1;
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.1;
  margin: 0 0 32px;
  color: #000066;
  text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 4px rgb(255, 255, 255), 0 0 4px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255), 0 0 40px rgb(255, 255, 255), 0 0 80px rgba(255, 255, 255, 0.95), 0 0 120px rgba(255, 255, 255, 0.9), 0 0 180px rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 1279px) {
  .kv__title-main {
    font-size: 61px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .kv__title-main {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
.kv__date {
  display: inline-block;
  background-color: #fff;
  color: #000066;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 6px 14px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .kv__date {
    font-size: 23px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .kv__date {
    font-size: 21px;
    padding: 4px 8px;
    letter-spacing: 0;
  }
}
.kv__date-kanji {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 1279px) {
  .kv__date-kanji {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .kv__date-kanji {
    font-size: 14px;
  }
}

.youtube {
  background-color: #E1E1EB;
  padding: 100px 40px;
  margin: 0;
}
@media screen and (max-width: 1279px) {
  .youtube {
    padding: 70px 32px;
  }
}
@media screen and (max-width: 767px) {
  .youtube {
    padding: 70px 20px;
  }
}
.youtube__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0;
}
.youtube__player {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube__player iframe,
.youtube__player img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.youtube__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 40px 0 0;
  font-size: 25px;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 1279px) {
  .youtube__label {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .youtube__label {
    font-size: 18px;
    margin: 30px 0 0;
  }
}
.youtube__logo {
  width: 150px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1279px) {
  .youtube__logo {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .youtube__logo {
    width: 110px;
  }
}

@-webkit-keyframes photo-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes photo-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.scroll-section {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.scroll-section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.scroll-section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.scroll-section__bg img.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .scroll-section__bg img.is-sp {
    display: block;
  }
}
.scroll-section__bg img.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .scroll-section__bg img.is-pc {
    display: none;
  }
}
.scroll-section__inner {
  position: relative;
  z-index: 1;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 878px;
}
@media screen and (max-width: 1279px) {
  .scroll-section__inner {
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .scroll-section__inner {
    height: 678px;
  }
}
.scroll-section__photos {
  width: 100%;
  height: 678px;
  max-height: 678px;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .scroll-section__photos {
    height: 400px;
    max-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .scroll-section__photos {
    height: 598px;
    max-height: 598px;
  }
}
.scroll-section__photo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: photo-scroll 90s linear infinite;
          animation: photo-scroll 90s linear infinite;
  will-change: transform;
}
.scroll-section__photo-img {
  height: 100%;
  width: auto;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.scroll-section__photo-img.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .scroll-section__photo-img.is-sp {
    display: block;
  }
}
.scroll-section__photo-img.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .scroll-section__photo-img.is-pc {
    display: none;
  }
}
.scroll-section__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 48px;
  z-index: 2;
  -webkit-filter: drop-shadow(0 0 16px rgb(255, 255, 255)) drop-shadow(0 0 40px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 80px rgba(255, 255, 255, 0.7));
          filter: drop-shadow(0 0 16px rgb(255, 255, 255)) drop-shadow(0 0 40px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 80px rgba(255, 255, 255, 0.7));
}
@media screen and (max-width: 1279px) {
  .scroll-section__text {
    padding: 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .scroll-section__text {
    padding: 0 10px;
  }
}
.scroll-section__text-body {
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 53px;
  color: #000066;
  margin: 0;
  letter-spacing: 0.03em;
  text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 4px rgb(255, 255, 255), 0 0 4px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255), 0 0 40px rgb(255, 255, 255), 0 0 80px rgba(255, 255, 255, 0.95), 0 0 120px rgba(255, 255, 255, 0.9), 0 0 180px rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 1279px) {
  .scroll-section__text-body {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .scroll-section__text-body {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: center;
  }
}

.features {
  background-color: #fff;
  margin: 0;
  padding: 100px 20px;
}
@media screen and (max-width: 1279px) {
  .features {
    padding: 70px 20px;
  }
}
@media screen and (max-width: 767px) {
  .features {
    padding: 50px 20px;
  }
}
.features__header {
  max-width: 1070px;
  margin: 0 auto 70px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  text-decoration: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.features__header:hover {
  opacity: 0.88;
}
@media screen and (max-width: 767px) {
  .features__header {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}
.features__main-img-wrap {
  position: relative;
  overflow: hidden;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .features__main-img-wrap {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .features__main-img-wrap {
    width: 100%;
    height: 150px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.features__main-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, transparent), to(rgb(243, 243, 247)));
  background: linear-gradient(to right, transparent 40%, rgb(243, 243, 247) 100%);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .features__main-img-wrap::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(243, 243, 247)), color-stop(50%, transparent));
    background: linear-gradient(to bottom, rgb(243, 243, 247) 0%, transparent 50%);
  }
}
.features__main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0;
}
.features__main-img--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .features__main-img--sp {
    display: block;
  }
}
.features__main-img--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .features__main-img--pc {
    display: none;
  }
}
.features__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 64px;
  background-color: #F3F3F7;
  margin: 0;
}
@media screen and (max-width: 1279px) {
  .features__heading {
    padding: 40px 36px;
  }
}
@media screen and (max-width: 767px) {
  .features__heading {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 120px;
    padding: 20px;
    gap: 16px;
    text-align: center;
  }
}
.features__title {
  font-size: 30px;
  font-weight: 700;
  color: #000066;
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
}
.features__title::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #000066;
  margin: 8px auto 0;
}
@media screen and (max-width: 1279px) {
  .features__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .features__title {
    font-size: 20px;
    text-align: center;
  }
  .features__title::after {
    width: 15px;
    margin: 6px auto 0;
  }
}
.features__link {
  position: absolute;
  bottom: 15px;
  right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #000066;
  letter-spacing: 0.03em;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.features__link:hover {
  opacity: 0.65;
}
@media screen and (max-width: 1279px) {
  .features__link {
    font-size: 16px;
    bottom: 16px;
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .features__link {
    position: absolute;
    bottom: 12px;
    right: 16px;
    font-size: 16px;
    font-weight: 500;
  }
}
.features__link-text {
  border-bottom: 1px dotted #000066;
  padding-bottom: 2px;
}
.features__link-icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .features__link-icon {
    width: 20px;
    height: 20px;
  }
}
.features__grid {
  max-width: 1070px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 40px;
  padding: 0;
  justify-items: stretch;
}
@media screen and (min-width: 1280px) {
  .features__grid {
    gap: 48px 70px;
  }
}
@media screen and (max-width: 1279px) {
  .features__grid {
    gap: 36px 24px;
  }
}
@media screen and (max-width: 767px) {
  .features__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0;
    margin-top: 40px;
  }
}
.features__card {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 500px;
  margin: 0;
  padding: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.features__card:hover {
  opacity: 0.85;
}
.features__card-img-wrap {
  overflow: hidden;
  margin: 0;
  text-align: center;
}
.features__card-img {
  max-height: 200px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .features__card-img {
    max-height: 150px;
  }
}
.features__card-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  padding: 14px 0;
  font-size: 20px;
  font-weight: 500;
  color: #000066;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1279px) {
  .features__card-label {
    font-size: 16px;
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .features__card-label {
    font-size: 16px;
    padding: 12px 0;
  }
}
.features__card-label-text {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-bottom: 1px dotted #000066;
  padding-bottom: 2px;
}
.features__card-icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .features__card-icon {
    width: 20px;
    height: 20px;
  }
}

.research {
  background-color: #F3F3F7;
  margin: 0;
  padding: 100px 20px;
}
@media screen and (max-width: 1279px) {
  .research {
    padding: 70px 20px;
  }
}
@media screen and (max-width: 767px) {
  .research {
    padding: 50px 20px;
  }
}
.research__header {
  max-width: 1070px;
  margin: 0 auto 70px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  text-decoration: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.research__header:hover {
  opacity: 0.88;
}
@media screen and (max-width: 767px) {
  .research__header {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}
.research__main-img-wrap {
  position: relative;
  overflow: hidden;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .research__main-img-wrap {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .research__main-img-wrap {
    width: 100%;
    height: 150px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.research__main-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, transparent), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, transparent 40%, rgb(255, 255, 255) 100%);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .research__main-img-wrap::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(50%, transparent));
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, transparent 50%);
  }
}
.research__main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0;
}
.research__main-img--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .research__main-img--sp {
    display: block;
  }
}
.research__main-img--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .research__main-img--pc {
    display: none;
  }
}
.research__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 64px;
  background-color: #fff;
  margin: 0;
}
@media screen and (max-width: 1279px) {
  .research__heading {
    padding: 40px 36px;
  }
}
@media screen and (max-width: 767px) {
  .research__heading {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 120px;
    padding: 20px;
    gap: 16px;
    text-align: center;
  }
}
.research__title {
  font-size: 30px;
  font-weight: 700;
  color: #000066;
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
}
.research__title::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #000066;
  margin: 8px auto 0;
}
@media screen and (max-width: 1279px) {
  .research__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .research__title {
    font-size: 20px;
    text-align: center;
  }
  .research__title::after {
    width: 15px;
    margin: 6px auto 0;
  }
}
.research__link {
  position: absolute;
  bottom: 15px;
  right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #000066;
  letter-spacing: 0.03em;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.research__link:hover {
  opacity: 0.65;
}
@media screen and (max-width: 1279px) {
  .research__link {
    font-size: 16px;
    bottom: 16px;
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .research__link {
    position: absolute;
    bottom: 12px;
    right: 16px;
    font-size: 16px;
    font-weight: 500;
  }
}
.research__link-text {
  border-bottom: 1px dotted #000066;
  padding-bottom: 2px;
}
.research__link-icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .research__link-icon {
    width: 20px;
    height: 20px;
  }
}
.research__grid {
  max-width: 1070px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 40px;
  padding: 0;
  justify-items: stretch;
}
@media screen and (min-width: 1280px) {
  .research__grid {
    gap: 48px 70px;
  }
}
@media screen and (max-width: 1279px) {
  .research__grid {
    gap: 36px 24px;
  }
}
@media screen and (max-width: 767px) {
  .research__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0;
    margin-top: 40px;
  }
}
.research__card {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 500px;
  margin: 0;
  padding: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.research__card:hover {
  opacity: 0.85;
}
.research__card-img-wrap {
  overflow: hidden;
  margin: 0;
  text-align: center;
  border: 1px solid #000066;
}
.research__card-logo {
  max-height: 200px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .research__card-logo {
    max-height: 150px;
  }
}
.research__card-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  padding: 14px 0;
  font-size: 20px;
  font-weight: 500;
  color: #000066;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1279px) {
  .research__card-label {
    font-size: 16px;
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .research__card-label {
    font-size: 16px;
    padding: 12px 0;
  }
}
.research__card-label-text {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-bottom: 1px dotted #000066;
  padding-bottom: 2px;
}
.research__card-icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .research__card-icon {
    width: 20px;
    height: 20px;
  }
}