@charset "UTF-8";
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

body {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #FFFFFF;
}

sup {
  line-height: 1;
  vertical-align: super;
  margin-left: 0.1em;
}
@media screen and (min-width: 768px) {
  sup {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  sup {
    font-size: 2.5641025641vw;
  }
}

.section-header {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1050px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section-header {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 7.1794871795vw;
    margin-bottom: 12.8205128205vw;
  }
}
.section-header__title {
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .section-header__title {
    font-size: 32px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .section-header__title {
    font-size: 7.1794871795vw;
    line-height: 1;
    white-space: nowrap;
  }
}
.section-header__line {
  background-color: #E8380D;
}
@media screen and (min-width: 768px) {
  .section-header__line {
    flex: 1;
    height: 6px;
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-header__line {
    width: 100%;
    height: 1.0256410256vw;
  }
}

.header {
  background-color: #FFFFFF;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header__inner {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 20px 0 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 3.8461538462vw 0 6.4102564103vw 2.5641025641vw;
  }
}
.header__logo {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.header__logo a {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
}
.header__logo img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 43.5897435897vw;
  }
}
.header__buttons {
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header__buttons {
    margin-top: 1.0256410256vw;
  }
}
.header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .header__btn {
    width: 226px;
    height: 36px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .header__btn {
    padding: 0 3.0769230769vw;
    height: 9.2307692308vw;
    font-size: 2.8205128205vw;
    line-height: 1.5;
  }
}
.header__btn--campus {
  background-color: #E8380D;
  color: #FFFFFF;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .header__btn--campus {
    margin-right: 1.5384615385vw;
  }
}
.header__btn--request {
  background-color: #000000;
  color: #FFFFFF;
  margin-right: 0;
}
.header__btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.24);
  transition: width 0.2s 0.1s ease, height 0.1s ease;
}
@media screen and (max-width: 767px) {
  .header__btn::before {
    display: none;
  }
}
@media (hover: hover) {
  .header__btn:hover::before {
    width: 100%;
    height: 100%;
    transition: width 0.1s ease, height 0.2s 0.1s ease;
  }
}

@keyframes kv-zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
.kv {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .kv {
    height: 840px;
  }
}
@media screen and (max-width: 767px) {
  .kv {
    height: 141.5384615385vw;
  }
}
.kv__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  overflow: hidden;
}
.kv__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
  transition: opacity 1.2s ease-in-out;
  pointer-events: none;
}
.kv__slide--active {
  opacity: 1;
  z-index: 1;
}
.kv__slide-inner {
  position: absolute;
  inset: 0;
}
.kv__slide-inner picture {
  display: block;
  position: absolute;
  left: -5%;
  top: -5%;
  width: 110%;
  height: 110%;
  transform: scale(1);
}
.kv__slide--active .kv__slide-inner picture {
  animation: kv-zoom 5.5s linear forwards;
}
.kv__slide--was-active .kv__slide-inner picture {
  transform: scale(1.08);
}
.kv__slide-inner picture img, .kv__slide-inner img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kv__slide-link {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  text-decoration: none;
  color: inherit;
  pointer-events: none;
}
.kv__slide--active .kv__slide-link {
  pointer-events: auto;
}
.kv__slide-inner .kv__sub-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .kv__slide-inner .kv__sub-inner {
    padding: 40px 30px;
  }
}
.kv__slide-inner .kv__sub-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .kv__slide-inner .kv__sub-center {
    gap: 4.1025641026vw;
    position: relative;
  }
}
.kv__slide-inner .kv__sub-number {
  font-family: "Albert Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 134px;
  font-style: italic;
  line-height: 0.32;
  color: #FFFFFF;
  opacity: 0.9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kv__slide-inner .kv__sub-number {
    font-size: 21.5384615385vw;
    position: absolute;
    top: -10.7692307692vw;
    right: 0;
    transform: translateX(-15%);
  }
}
.kv__slide-inner .kv__sub-catch-wrap {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 21px 36px;
}
@media screen and (max-width: 767px) {
  .kv__slide-inner .kv__sub-catch-wrap {
    padding: 4.1025641026vw 6.1538461538vw;
  }
}
.kv__slide-inner .kv__sub-catch {
  font-feature-settings: "palt" 1;
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #000000;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kv__slide-inner .kv__sub-catch {
    font-size: 6.1538461538vw;
  }
}
.kv__logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(35.5%);
  z-index: 10;
}
.kv__logo img {
  display: block;
  height: auto;
}
@media screen and (min-width: 768px) {
  .kv__logo img {
    width: calc(100vw - 70px);
  }
}
@media screen and (max-width: 767px) {
  .kv__logo img {
    width: 94.8717948718vw;
  }
}

.intro {
  margin-top: 80px;
  padding: 100px 0 20px;
  background-color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro {
    margin-top: 10.2564102564vw;
    padding: 15.3846153846vw 0 0;
  }
}
.intro__inner {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .intro__inner {
    gap: 10.2564102564vw;
    padding: 0 5.1282051282vw;
  }
}
.intro__title {
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000000;
  text-align: left;
  width: 100%;
  line-height: 1.5;
}
.intro__title-quote {
  font-weight: 300;
  letter-spacing: 0.12em;
  font-feature-settings: "hwid" 1;
}
@media screen and (min-width: 768px) {
  .intro__title-quote {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  .intro__title-quote {
    font-size: 9.7435897436vw;
  }
}
.intro__title-accent {
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .intro__title-accent {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  .intro__title-accent {
    font-size: 9.7435897436vw;
  }
}
.intro__title-sub {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .intro__title-sub {
    font-size: 32px;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 767px) {
  .intro__title-sub {
    font-size: 6.1538461538vw;
    letter-spacing: 0.06em;
  }
}
.intro__lead {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 920px;
}
@media screen and (min-width: 768px) {
  .intro__lead {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .intro__lead {
    gap: 7.6923076923vw;
  }
}
.intro__text {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .intro__text {
    font-size: 4.1025641026vw;
  }
}

.message {
  padding: 0 0 100px;
  background-color: #FFFFFF;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 0 0 12.8205128205vw;
  }
}
.message__inner {
  max-width: 1050px;
  margin-left: calc(50% - 525px + 65px);
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .message__inner {
    margin-left: auto;
    margin-right: auto;
    padding: 0 5.1282051282vw;
  }
}
.message__content {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .message__content {
    flex-direction: column;
    gap: 10.2564102564vw;
  }
}
.message__image {
  flex: 0 0 auto;
  width: calc(50vw - 30px);
  min-width: 320px;
  height: 700px;
  margin-left: calc(-50vw + 460px);
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .message__image {
    margin-left: 0;
    width: 100%;
    min-width: 0;
    height: auto;
    aspect-ratio: 350/200;
  }
}
.message__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.message__text {
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .message__text {
    flex: 0 0 min(570px, 41.25vw);
  }
}
@media screen and (max-width: 767px) {
  .message__text {
    flex: 1 1 auto;
  }
}
.message__subtitle {
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000000;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .message__subtitle {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .message__subtitle {
    font-size: min(32px, 3vw);
  }
}
@media screen and (max-width: 767px) {
  .message__subtitle {
    font-size: 6.1538461538vw;
    margin-bottom: 7.6923076923vw;
  }
}
.message__description {
  text-align: justify;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #333333;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .message__description {
    font-size: 4.1025641026vw;
    margin-bottom: 7.6923076923vw;
  }
}
.message__author {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .message__author {
    font-size: 4.1025641026vw;
  }
}

.records {
  position: relative;
  padding: 50px 0 100px;
}
@media screen and (max-width: 767px) {
  .records {
    padding: 12.8205128205vw 0;
  }
}
@media screen and (min-width: 768px) {
  .records::before {
    content: "";
    position: absolute;
    left: 0;
    top: -100px;
    bottom: 0;
    width: 130px;
    background-color: #F3F4F5;
    pointer-events: none;
    transition: width 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .records::before {
    width: 0;
  }
}
.records__inner {
  max-width: 1050px;
  margin-left: calc(50% - 525px + 65px);
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .records__inner {
    margin-left: auto;
    margin-right: auto;
    padding: 0 5.1282051282vw;
  }
}
.records__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .records__content {
    gap: 10.2564102564vw;
  }
}
.records__item {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .records__item {
    flex-direction: column;
    gap: 6.1538461538vw;
  }
}
.records__chart {
  flex: 0 0 auto;
  position: relative;
  width: 420px;
  height: 420px;
}
@media screen and (max-width: 767px) {
  .records__chart {
    width: 71.7948717949vw;
    height: 71.7948717949vw;
  }
}
.records__chart-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  --circumference: 1243.54;
}
.records__chart-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.records__chart-base {
  stroke: #d2d2d2;
  stroke-width: 24;
}
.records__chart-progress {
  stroke: #E8380D;
  stroke-width: 24;
  stroke-linecap: butt;
  stroke-dasharray: var(--circumference);
  stroke-dashoffset: var(--circumference);
  transition: stroke-dashoffset 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.records__chart.is-inview .records__chart-progress {
  stroke-dashoffset: calc(var(--circumference) * (1 - var(--percent) / 100));
}
.records__chart-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-align: center;
  pointer-events: none;
}
.records__chart-label {
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #E8380D;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .records__chart-label {
    font-size: 7.1794871795vw;
    margin-bottom: 2.0512820513vw;
  }
}
.records__chart-year {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.8;
  color: #333333;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .records__chart-year {
    font-size: 3.0769230769vw;
    margin-bottom: 3.5897435897vw;
  }
}
.records__chart-value {
  font-family: "Albert Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.01em;
  color: #E8380D;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .records__chart-value {
    margin-bottom: 1.5384615385vw;
  }
}
.records__chart-value-num {
  font-size: 120px;
}
@media screen and (max-width: 767px) {
  .records__chart-value-num {
    font-size: 17.9487179487vw;
  }
}
.records__chart-value-unit {
  font-size: 60px;
  font-weight: 500;
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  .records__chart-value-unit {
    font-size: 10.2564102564vw;
  }
}
.records__chart-note {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.75;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .records__chart-note {
    font-size: 2.5641025641vw;
  }
}
.records__description {
  flex: 1;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333333;
}
.records__description b {
  color: #E8380D;
}
@media screen and (max-width: 767px) {
  .records__description {
    padding: 0 7.6923076923vw;
    font-size: 4.1025641026vw;
  }
}
.records__industry {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .records__industry {
    margin-top: 10.2564102564vw;
  }
}
.records__industry-title, .records__area-title {
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #254EAD;
  margin-bottom: 40px;
}
.records__industry-title small, .records__area-title small {
  font-size: 0.74em;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .records__industry-title, .records__area-title {
    font-size: 5.1282051282vw;
  }
  .records__industry-title small, .records__area-title small {
    display: block;
    padding-left: 1.5em;
    font-size: 0.8em;
  }
}
.records__industry-charts {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .records__industry-charts {
    gap: 6.4102564103vw;
  }
}
.records__industry-chart {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  --circumference: 590.88; /* 2 * π * 94 */
}
@media screen and (max-width: 767px) {
  .records__industry-chart {
    width: 40.3846153846vw;
  }
}
.records__industry-chart-ring {
  width: 200px;
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .records__industry-chart-ring {
    width: 40.3846153846vw;
    height: 40.3846153846vw;
  }
}
.records__industry-chart-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.records__industry-chart-base {
  stroke: #e8e8e8;
  stroke-width: 12;
  stroke-linecap: butt;
}
.records__industry-chart-progress {
  stroke: #E8380D;
  stroke-width: 12;
  stroke-linecap: butt;
  stroke-dasharray: var(--circumference);
  stroke-dashoffset: var(--circumference);
  transition: stroke-dashoffset 1.2s ease-out;
}
.records__industry-chart.is-inview .records__industry-chart-progress {
  stroke-dashoffset: calc(var(--circumference) - var(--circumference) * var(--percent, 0) / 100);
}
.records__industry-chart-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 12px;
  pointer-events: none;
  gap: 4px;
}
.records__industry-chart-label {
  font-feature-settings: "palt" 1;
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .records__industry-chart-label {
    font-size: 4.2307692308vw;
  }
}
.records__industry-chart-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-family: "Albert Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #E8380D;
}
.records__industry-chart-value-num {
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .records__industry-chart-value-num {
    font-size: 11.5384615385vw;
  }
}
.records__industry-chart-value-unit {
  font-size: 30px;
  font-weight: 500;
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  .records__industry-chart-value-unit {
    font-size: 5.7692307692vw;
  }
}
.records__area {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .records__area {
    margin-top: 10.2564102564vw;
  }
}
.records__area-map {
  position: relative;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .records__area-map {
    max-width: 100%;
  }
}
.records__area-map-image {
  display: block;
  width: 100%;
  max-width: 580px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .records__area-map-image {
    max-width: 100%;
  }
}
.records__area-map-labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.records__area-map-item {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 8px;
  text-align: left;
  white-space: nowrap;
  min-width: -moz-max-content;
  min-width: max-content;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .records__area-map-item {
    padding-bottom: 4px;
    border-bottom: 1px solid;
  }
}
@media screen and (max-width: 767px) {
  .records__area-map-item {
    flex-direction: column;
  }
}
.records__area-map-item.js-reveal div {
  transform: translateY(120%);
  transition: transform 0.4s 0.2s ease-out;
}
.records__area-map-item.is-inview div {
  transform: translateY(0);
}
.records__area-map-name {
  font-feature-settings: "palt" 1;
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .records__area-map-name {
    font-size: 3.0769230769vw;
  }
}
.records__area-map-name small {
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  .records__area-map-name small {
    font-size: 2.5641025641vw;
  }
}
.records__area-map-value {
  display: flex;
  align-items: baseline;
  font-family: "Albert Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .records__area-map-value {
    line-height: 0.8;
  }
}
.records__area-map-value-num {
  font-size: 46px;
}
@media screen and (max-width: 767px) {
  .records__area-map-value-num {
    font-size: 6.6666666667vw;
  }
}
.records__area-map-value-unit {
  font-size: 30px;
  font-weight: 500;
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  .records__area-map-value-unit {
    font-size: 5.1282051282vw;
  }
}
.records__area-map-item--hokkaido {
  color: #254EAD;
}
.records__area-map-item--hokkaido .records__area-map-name,
.records__area-map-item--hokkaido .records__area-map-value {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .records__area-map-item--hokkaido {
    width: 490px;
    left: -20%;
    top: 16%;
  }
}
@media screen and (max-width: 767px) {
  .records__area-map-item--hokkaido {
    left: 28%;
    top: 8%;
  }
  .records__area-map-item--hokkaido .records__area-map-value--sapporo .records__area-map-value-num {
    font-size: 10.2564102564vw;
    line-height: 0.7;
  }
  .records__area-map-item--hokkaido .records__area-map-value--sapporo .records__area-map-value-unit {
    font-size: 6.6666666667vw;
  }
}
.records__area-map-item--tohoku {
  justify-content: flex-end;
  color: #2EA7E0;
}
.records__area-map-item--tohoku .records__area-map-name,
.records__area-map-item--tohoku .records__area-map-value {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .records__area-map-item--tohoku {
    width: 250px;
    right: -20%;
    top: 49%;
  }
}
@media screen and (max-width: 767px) {
  .records__area-map-item--tohoku {
    right: -3%;
    top: 37%;
  }
}
.records__area-map-item--kanto {
  justify-content: flex-end;
  color: #22AC38;
}
.records__area-map-item--kanto .records__area-map-name,
.records__area-map-item--kanto .records__area-map-value {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .records__area-map-item--kanto {
    width: 250px;
    right: -20%;
    top: 65%;
  }
}
@media screen and (max-width: 767px) {
  .records__area-map-item--kanto {
    right: -2%;
    top: 62%;
  }
}
.records__area-map-item--chubu {
  justify-content: flex-end;
  color: #AED800;
}
.records__area-map-item--chubu .records__area-map-name,
.records__area-map-item--chubu .records__area-map-value {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .records__area-map-item--chubu {
    width: 380px;
    right: -20%;
    top: 81%;
  }
  .records__area-map-item--chubu::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 48px;
    background-color: #AED800;
  }
}
@media screen and (max-width: 767px) {
  .records__area-map-item--chubu {
    left: 50%;
    top: 82%;
  }
}
.records__area-map-item--kansai {
  color: #FFB000;
}
.records__area-map-item--kansai .records__area-map-name,
.records__area-map-item--kansai .records__area-map-value {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .records__area-map-item--kansai {
    width: 250px;
    left: -6%;
    top: 52%;
  }
  .records__area-map-item--kansai::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -48px;
    width: 1px;
    height: 48px;
    background-color: #FFB000;
  }
}
@media screen and (max-width: 767px) {
  .records__area-map-item--kansai {
    left: 19%;
    bottom: -6%;
  }
}

.pathway {
  position: relative;
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .pathway {
    padding: 8.2051282051vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .pathway::before {
    content: "";
    position: absolute;
    left: 0;
    top: -120px;
    bottom: 0;
    width: 130px;
    background-color: #FA6845;
    pointer-events: none;
    clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%);
    transition: transform 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .pathway::before {
    transform: translateX(-100%);
  }
}
.pathway__inner {
  max-width: 1050px;
  margin-left: calc(50% - 525px + 65px);
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .pathway__inner {
    margin-left: auto;
    margin-right: auto;
    padding: 0 5.1282051282vw;
  }
}
.pathway__body {
  position: relative;
}
@media screen and (max-width: 767px) {
  .pathway__body {
    margin-left: -5.1282051282vw;
    margin-right: -5.1282051282vw;
    padding: 0 5.1282051282vw;
    overflow-x: scroll;
  }
}
.pathway__lead {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .pathway__lead {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .pathway__lead {
    font-size: 4.1025641026vw;
    line-height: 1.9;
    position: absolute;
  }
}
.pathway__figure {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pathway__figure {
    position: relative;
  }
  .pathway__figure .scroll-attention {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 23.0769230769vw;
    height: 23.0769230769vw;
    border-radius: 2.4615384615vw;
    opacity: 0.8;
    background: rgba(255, 255, 255, 0.8) url("../img/attention_scroll_base.png") no-repeat center center/contain;
    box-shadow: 0 0.2051282051vw 2.4615384615vw 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(0.4102564103vw);
    z-index: 2;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .pathway__figure .scroll-attention--hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .pathway__figure .scroll-attention::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/attention_scroll.png") no-repeat center center/contain;
    animation: scroll-attention-animation 2s linear infinite;
  }
  @keyframes scroll-attention-animation {
    0% {
      transform: translateX(-6%);
    }
    30%, 50% {
      transform: translateX(6%);
    }
    80%, 100% {
      transform: translateX(-6%);
    }
  }
}
.pathway__image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .pathway__image {
    width: 273.3333333333vw;
    padding-right: 5.1282051282vw;
  }
}

.section-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-divider {
    margin: 100px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .section-divider {
    margin: 20.5128205128vw 0;
    max-width: 89.7435897436vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-divider img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .section-divider img {
    width: 144px;
  }
}
@media screen and (max-width: 767px) {
  .section-divider img {
    width: 16.9230769231vw;
  }
}

.carousel-section {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .carousel-section {
    padding: 20px 0;
  }
}

.carousel-section__inner {
  max-width: 1050px;
  margin: 0 auto;
  width: 100%;
  overflow: visible;
}

@media screen and (min-width: 768px) {
  .carousel-section__swiper.swiper {
    margin: 0 -1px;
    overflow: visible;
  }
}

.carousel-section__slide.swiper-slide {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  width: 660px !important;
  height: 640px !important;
  flex-shrink: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .carousel-section__slide.swiper-slide {
    width: 82.0512820513vw !important;
    height: auto !important;
    min-height: 102.5641025641vw;
  }
}

.carousel-section__slide .interview-links__card {
  width: 100%;
  height: 100%;
  min-height: 640px;
}
@media screen and (max-width: 767px) {
  .carousel-section__slide .interview-links__card {
    min-height: 102.5641025641vw;
  }
}

.links {
  position: relative;
  padding: 0 0 120px;
  background-color: #FFFFFF;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .links {
    padding: 0 0 20.5128205128vw;
    overflow: hidden;
  }
}
.links__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 min(71.5vw, 1030px) min(71.5vw, 1030px);
  border-color: transparent transparent #F3F4F5 transparent;
  pointer-events: none;
}
.links__inner {
  position: relative;
  z-index: 1;
  max-width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .links__inner {
    padding: 0;
  }
}
.links__title {
  font-feature-settings: "palt" 1;
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .links__title {
    margin-bottom: 10.2564102564vw;
    line-height: 1.5;
  }
}
.links__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .links__list {
    flex-direction: column;
    gap: 5.1282051282vw;
  }
}
.links__item--main {
  width: 100%;
}
.links__item:not(.links__item--main) {
  flex: 1 1 calc((100% - 40px) / 2);
  min-width: 280px;
}
@media screen and (max-width: 767px) {
  .links__item:not(.links__item--main) {
    flex: none;
    width: 100%;
    min-width: 0;
  }
}
.links__item {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .links__item:hover .links__item-arrow {
    background-color: #000000;
  }
  .links__item:hover .links__item-arrow-svg {
    transform: translateX(4px);
  }
}
.links__item-image {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  position: relative;
  overflow: hidden;
}
.links__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.links__item--main .links__item-image {
  aspect-ratio: 1050/450;
}
@media screen and (max-width: 767px) {
  .links__item--main .links__item-image {
    height: 71.7948717949vw;
  }
}
.links__item-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.links__item-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 35px 30px;
  filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px) {
  .links__item-text {
    gap: 2.0512820513vw;
    padding: 5.1282051282vw 4.1025641026vw;
  }
}
.links__item-title {
  font-feature-settings: "palt" 1;
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .links__item-title {
    font-size: 9.7435897436vw;
  }
}
.links__item-subtitle {
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .links__item-subtitle {
    font-size: 4.1025641026vw;
  }
}
.links__item-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}
.links__item:not(.links__item--main) .links__item-action {
  position: absolute;
  bottom: 0;
  right: 0;
}
.links__item-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #FFFFFF;
  color: #333333;
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .links__item-button {
    padding-left: 15px;
    width: 150px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .links__item-button {
    padding-left: 3.8461538462vw;
    width: 27.6923076923vw;
    height: 6.4102564103vw;
    font-size: 3.0769230769vw;
  }
}
.links__item-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #E8380D;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .links__item-arrow {
    width: 6.4102564103vw;
    height: 6.4102564103vw;
  }
}
.links__item-arrow-svg {
  display: block;
  transition: transform 0.3s ease;
  width: 9px;
  height: 13px;
}
@media screen and (max-width: 767px) {
  .links__item-arrow-svg {
    width: 2.0512820513vw;
    height: 2.8205128205vw;
  }
}

.kv--sub {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .kv--sub {
    aspect-ratio: 1440/680;
    padding: 40px 30px 20px;
  }
}
.kv--sub .kv__sub-bg {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .kv--sub .kv__sub-bg {
    position: absolute;
    inset: 0;
  }
}
.kv--sub .kv__sub-bg img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .kv--sub .kv__sub-bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.kv--sub .kv__sub-bg.js-reveal::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s 0.5s ease-in-out;
  background-position: left top;
}
@media screen and (min-width: 768px) {
  .kv--sub .kv__sub-bg.js-reveal::before {
    aspect-ratio: 790/680;
    width: auto;
    height: 100%;
    background-image: url("../img/kv-left-cover_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .kv--sub .kv__sub-bg.js-reveal::before {
    aspect-ratio: 214/184;
    width: auto;
    height: 47.1794871795vw;
    background-image: url("../img/kv-left-cover_sp.png");
  }
}
.kv--sub .kv__sub-bg.js-reveal::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s 0.5s ease-in-out;
  background-position: right top;
}
@media screen and (min-width: 768px) {
  .kv--sub .kv__sub-bg.js-reveal::after {
    aspect-ratio: 790/680;
    width: auto;
    height: 100%;
    background-image: url("../img/kv-right-cover_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .kv--sub .kv__sub-bg.js-reveal::after {
    aspect-ratio: 214/184;
    width: auto;
    height: 47.1794871795vw;
    background-image: url("../img/kv-right-cover_sp.png");
  }
}
.kv--sub .kv__sub-bg.is-inview::before {
  transform: translateX(-100%);
}
.kv--sub .kv__sub-bg.is-inview::after {
  transform: translateX(100%);
}
.kv--sub .kv__sub-inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .kv--sub .kv__sub-inner {
    justify-content: space-between;
    height: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .kv--sub .kv__sub-inner {
    padding: 5.1282051282vw;
  }
}
.kv--sub .kv__sub-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .kv--sub .kv__sub-center {
    gap: 4.1025641026vw;
  }
}
.kv--sub .kv__sub-number {
  font-family: "Albert Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 134px;
  font-style: italic;
  line-height: 0.32;
  color: #FFFFFF;
  opacity: 0.9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kv--sub .kv__sub-number {
    font-size: 21.5384615385vw;
    position: absolute;
    top: -10.2564102564vw;
    transform: translateX(-15%);
  }
}
.kv--sub .kv__sub-catch-wrap {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 21px 36px;
}
@media screen and (max-width: 767px) {
  .kv--sub .kv__sub-catch-wrap {
    padding: 4.1025641026vw 6.1538461538vw;
  }
}
.kv--sub .kv__sub-catch {
  font-feature-settings: "palt" 1;
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #000000;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kv--sub .kv__sub-catch {
    font-size: 6.1538461538vw;
  }
}
.kv--sub .kv__sub-bottom {
  display: flex;
}
@media screen and (min-width: 768px) {
  .kv--sub .kv__sub-bottom {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }
  .kv--sub .kv__sub-bottom .kv__sub-left {
    text-align: left;
  }
  .kv--sub .kv__sub-bottom .kv__sub-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .kv--sub .kv__sub-bottom {
    flex-direction: column;
    gap: 2.0512820513vw;
    align-items: center;
    text-align: center;
    margin-top: 2.5641025641vw;
  }
}
.kv--sub .kv__sub-role {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .kv--sub .kv__sub-role {
    color: #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .kv--sub .kv__sub-role {
    font-size: 3.5897435897vw;
    line-height: 1;
  }
}
.kv--sub .kv__sub-name {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .kv--sub .kv__sub-name {
    color: #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .kv--sub .kv__sub-name {
    font-size: 4.1025641026vw;
  }
}
.kv--sub .kv__sub-position {
  margin-left: 0.5em;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .kv--sub .kv__sub-position {
    color: #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .kv--sub .kv__sub-position {
    font-size: 3.5897435897vw;
  }
}
.kv--sub .kv__sub-note {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .kv--sub .kv__sub-note {
    color: #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .kv--sub .kv__sub-note {
    font-size: 2.5641025641vw;
  }
}

.page-content {
  background-color: #FFFFFF;
  padding: 0;
}
.page-content__inner {
  display: flex;
  flex-direction: column;
  gap: 100px;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-content__inner {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page-content__inner {
    margin-top: 15.3846153846vw;
    padding: 0 5.1282051282vw;
    gap: 20.5128205128vw;
  }
}

.page-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-title {
    padding: 10px 0 0;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-title {
    padding: 2.5641025641vw 0 0;
    gap: 2.5641025641vw;
  }
}
.page-title__block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #E8380D;
  font-feature-settings: "palt" 1;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page-title__block {
    gap: 40px;
    padding: 54px;
  }
}
@media screen and (max-width: 767px) {
  .page-title__block {
    gap: 2.5641025641vw;
    padding: 8.7179487179vw 5.1282051282vw;
  }
}
@media screen and (max-width: 1280px) {
  .page-title__block {
    flex-direction: column;
  }
}
.page-title__label {
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.25;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .page-title__label {
    font-size: 6.6666666667vw;
  }
}
.page-title__career {
  font-family: "Albert Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 72px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .page-title__career {
    font-size: 6.9230769231vw;
  }
}
.page-title__icon img {
  display: block;
  width: 66px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .page-title__icon img {
    width: 7.1794871795vw;
  }
}

.discussion-session {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .discussion-session {
    gap: 20.5128205128vw;
  }
}

.discussion-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .discussion-section {
    gap: 7.6923076923vw;
  }
}

.discussion__question {
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .discussion__question {
    font-size: 6.1538461538vw;
    line-height: 1.5;
  }
}

.discussion__comments {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .discussion__comments {
    gap: 3.8461538462vw;
  }
}

.comment {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.comment__name {
  width: 70px;
  flex-shrink: 0;
  white-space: nowrap;
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #254EAD;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .comment__name {
    width: 16.4102564103vw;
    font-size: 4.1025641026vw;
    margin-bottom: 1.5384615385vw;
  }
}
.comment__text {
  text-align: justify;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .comment__text {
    font-size: 3.8461538462vw;
  }
}

.discussion__image {
  width: 100%;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .discussion__image {
    margin-top: 3.0769230769vw;
  }
}
.discussion__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .keyword-block {
    padding: 20px 0;
  }
}
.keyword-block__title {
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #254EAD;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .keyword-block__title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .keyword-block__title {
    font-size: 5.641025641vw;
    margin-bottom: 5.1282051282vw;
  }
}
.keyword-block__title-accent {
  color: #E8380D;
}
.keyword-block__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .keyword-block__list {
    gap: 5.1282051282vw;
  }
}
.keyword-block__item {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .keyword-block__item {
    width: 274px;
    height: 274px;
    border: 2px solid #254EAD;
    border-radius: 50%;
  }
}
@media screen and (max-width: 767px) {
  .keyword-block__item {
    width: 100%;
    min-height: 22.5641025641vw;
    border: 1px solid #254EAD;
  }
}
.keyword-block__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0.1;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 0;
}
.keyword-block__item.js-reveal {
  opacity: 0;
  transform: translateY(30%);
  transition: opacity 0.1s linear, transform 0.6s ease-in-out;
}
.keyword-block__item.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.keyword-block__item:nth-child(1) {
  transition-delay: 0.1s;
}
.keyword-block__item:nth-child(2) {
  transition-delay: 0.3s;
}
.keyword-block__item:nth-child(3) {
  transition-delay: 0.5s;
}
.keyword-block__item-text {
  position: relative;
  z-index: 1;
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #254EAD;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .keyword-block__item-text {
    font-size: 5.1282051282vw;
  }
}
.keyword-block__item-accent {
  color: #E8380D;
}

.interview-block .page-content__inner {
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .interview-block .page-content__inner {
    gap: 10.2564102564vw;
    max-width: 89.7435897436vw;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.interview-block__title {
  font-family: "Albert Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .interview-block__title {
    font-size: 9.2307692308vw;
  }
}
.interview-block__contents {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .interview-block__contents {
    gap: 20.5128205128vw;
  }
}
.interview-block__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .interview-block__item {
    gap: 10.2564102564vw;
    padding-bottom: 5.1282051282vw;
    position: relative;
    z-index: 1;
  }
  .interview-block__item::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -5.1282051282vw;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100vw 100vw;
    border-color: transparent transparent #F3F4F5 transparent;
    pointer-events: none;
  }
}
.interview-block__profile {
  position: relative;
  width: 100%;
  background-color: #E8380D;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .interview-block__profile {
    height: 427px;
  }
}
.interview-block__profile-image {
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .interview-block__profile-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 640px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .interview-block__profile-image {
    width: 100%;
    height: 60vw;
  }
}
.interview-block__profile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .interview-block__item--photo-right .interview-block__profile-image {
    left: auto;
    right: 0;
  }
}
.interview-block__profile-info {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .interview-block__profile-info {
    gap: 6px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .interview-block__profile-info {
    gap: 1.5384615385vw;
    margin-top: -10.7692307692vw;
    padding: 5.1282051282vw;
  }
}
.interview-block__profile-info.js-reveal span {
  color: transparent;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease-in-out, color 0.3s 0.5s linear;
}
.interview-block__profile-info.js-reveal span:nth-child(2) {
  transition-delay: 0.1s, 0.5s;
}
.interview-block__profile-info.is-inview span {
  transform: scaleX(1);
  color: inherit;
}
@media screen and (min-width: 768px) {
  .interview-block__item--info-right .interview-block__profile-info {
    left: auto;
    left: 600px;
  }
}
.interview-block__profile-dept {
  padding: 9px 45px 9px 15px;
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000000;
  background-color: #FFFFFF;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .interview-block__profile-dept {
    max-width: 79.4871794872vw;
    padding: 2.3076923077vw 11.5384615385vw 2.3076923077vw 3.8461538462vw;
    font-size: 6.6666666667vw;
  }
}
.interview-block__profile-dept sup {
  display: inline-block;
  transform: translateY(-0.6em);
}
@media screen and (max-width: 767px) {
  .interview-block__profile-dept sup {
    transform: translateY(-0.4em);
  }
}
.interview-block__profile-name {
  padding: 8px 60px 8px 15px;
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000000;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .interview-block__profile-name {
    padding: 2.0512820513vw 15.3846153846vw 2.0512820513vw 3.8461538462vw;
    font-size: 4.1025641026vw;
  }
}
.interview-block__profile-note {
  margin-top: 0.5em;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .interview-block__profile-note {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .interview-block__profile-note {
    margin-top: -2.5641025641vw;
    padding: 0 5.1282051282vw 5.1282051282vw 5.1282051282vw;
    font-size: 2.5641025641vw;
  }
}
.interview-block__message-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .interview-block__message-row {
    grid-template-columns: 1fr;
    gap: 6.1538461538vw;
  }
}
.interview-block__scene {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .interview-block__scene {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .interview-block__scene {
    padding: 0 6.4102564103vw;
    order: 1;
  }
}
.interview-block__scene img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.interview-block__message-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .interview-block__message-content {
    gap: 20px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .interview-block__message-content {
    gap: 5.1282051282vw;
  }
}
.interview-block__message-label {
  font-family: "Albert Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #E8380D;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .interview-block__message-label {
    font-size: 4.1025641026vw;
  }
}
.interview-block__message-text p {
  margin: 0;
  text-align: justify;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .interview-block__message-text p {
    font-size: 4.1025641026vw;
  }
}

.interview-links .page-content__inner {
  max-width: 1360px;
}
@media screen and (max-width: 767px) {
  .interview-links .page-content__inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  body.body--sub .interview-links {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  body.body--sub .interview-links .page-content__inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  body.body--sub .interview-links__swiper {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  body.body--sub .interview-links__swiper {
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  body.body--sub .interview-links__swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, min(660px, 45.83vw));
    gap: 24px;
    justify-content: center;
  }
}
body.body--sub .interview-links__slide.swiper-slide {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  body.body--sub .interview-links__slide.swiper-slide {
    width: auto !important;
  }
}
@media screen and (max-width: 767px) {
  body.body--sub .interview-links__slide.swiper-slide {
    width: 82.0512820513vw !important;
    height: auto !important;
    min-height: 102.5641025641vw;
  }
}
@media screen and (max-width: 767px) {
  body.body--sub .interview-links__slide .interview-links__card {
    width: 100%;
    height: 100%;
    min-height: 102.5641025641vw;
  }
}
.interview-links__card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 3px solid #E8380D;
  overflow: hidden;
  text-decoration: none;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .interview-links__card {
    width: min(660px, 45.83vw);
    min-height: min(640px, 44.44vw);
    padding: 0 0 min(24px, 1.67vw);
  }
}
@media screen and (max-width: 767px) {
  .interview-links__card {
    width: 100%;
    min-width: 0;
    min-height: 102.5641025641vw;
  }
}
.interview-links__card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 280px 280px;
  border-color: transparent transparent #F3F4F5 transparent;
  pointer-events: none;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .interview-links__card::after {
    display: none;
  }
}
.interview-links__card > * {
  position: relative;
  z-index: 1;
}
@media (hover: hover) {
  .interview-links__card:hover::after {
    border-color: transparent transparent #E8380D transparent;
  }
  .interview-links__card:hover .interview-links__card-number {
    opacity: 0.2;
  }
  .interview-links__card:hover .interview-links__card-read {
    color: #FFFFFF;
  }
  .interview-links__card:hover .interview-links__card-arrow {
    transform: translateX(4px);
  }
  .interview-links__card:hover .interview-links__card-arrow svg path {
    fill: #FFFFFF;
  }
}
.interview-links__card-image {
  width: 100%;
  height: min(260px, 18.05vw);
}
@media screen and (max-width: 767px) {
  .interview-links__card-image {
    height: 38.4615384615vw;
  }
}
.interview-links__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.interview-links__card-title-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .interview-links__card-title-block {
    justify-content: flex-start;
    gap: min(16px, 1.11vw);
    padding: min(40px, 2.78vw) min(40px, 2.78vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .interview-links__card-title-block {
    flex-direction: column;
    gap: 2.0512820513vw;
    padding: 6.1538461538vw 0 4.1025641026vw;
  }
}
.interview-links__card-title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.interview-links__card-title-icon img {
  display: block;
  width: min(48px, 3.33vw);
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .interview-links__card-title-icon img {
    width: 8.9743589744vw;
  }
}
.interview-links__card-career {
  font-family: "Albert Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: min(46px, 3.19vw);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #E8380D;
}
@media screen and (max-width: 767px) {
  .interview-links__card-career {
    font-size: 8.2051282051vw;
  }
}
.interview-links__card-title {
  font-feature-settings: "palt" 1;
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: min(40px, 2.78vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #E8380D;
}
@media screen and (max-width: 767px) {
  .interview-links__card-title {
    font-size: 6.6666666667vw;
  }
}
.interview-links__card-description {
  font-feature-settings: "palt" 1;
  font-family: "Yu Gothic", "Yu Gothic Pr6N", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #333333;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .interview-links__card-description {
    padding: min(30px, 2.08vw) min(40px, 2.78vw) 0;
    font-size: min(27px, 1.88vw);
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .interview-links__card-description {
    font-size: 4.1025641026vw;
    font-weight: 500;
    text-align: center;
  }
}
.interview-links__card-number {
  position: absolute;
  bottom: 0;
  z-index: 1;
  font-family: "Albert Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-style: italic;
  font-size: 150px;
  font-weight: 700;
  line-height: 0.7;
  color: #FFFFFF;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .interview-links__card-number {
    right: 0;
    width: 220px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .interview-links__card-number {
    right: 4%;
    text-align: right;
    color: #EBEBEB;
    font-size: 38.4615384615vw;
    z-index: -1;
  }
}
.interview-links__card-footer {
  position: absolute;
  right: 20px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .interview-links__card-footer {
    display: none;
  }
}
.interview-links__card-arrow {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.interview-links__card-arrow-svg {
  display: block;
  width: 9px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .interview-links__card-arrow-svg {
    width: 2.3076923077vw;
    height: 3.5897435897vw;
  }
}
.interview-links__card-read {
  font-family: "Albert Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .interview-links__card-read {
    font-size: 3.5897435897vw;
  }
}

.page-back {
  display: flex;
  justify-content: center;
  padding: 120px 20px;
}
@media screen and (max-width: 767px) {
  .page-back {
    margin: 0 auto;
    padding: 20.5128205128vw 0;
  }
}
.page-back__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 80px;
  background-color: #254EAD;
  color: #FFFFFF;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-back__btn {
    width: 76.9230769231vw;
    height: 16.9230769231vw;
    font-size: 4.1025641026vw;
  }
}
.page-back__btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.24);
  transition: width 0.2s 0.1s ease, height 0.1s ease;
}
@media screen and (max-width: 767px) {
  .page-back__btn::before {
    display: none;
  }
}
@media (hover: hover) {
  .page-back__btn:hover::before {
    width: 100%;
    height: 100%;
    transition: width 0.1s ease, height 0.2s 0.1s ease;
  }
}

.footer {
  background-color: #FFFFFF;
}
.footer__buttons {
  display: flex;
  width: 100%;
}
.footer__btn {
  flex: 0 0 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .footer__btn {
    height: 112px;
    font-size: 26px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .footer__btn {
    height: 16.9230769231vw;
    font-size: 3.5897435897vw;
    line-height: 1.5;
  }
}
.footer__btn--request {
  background-color: #000000;
  color: #FFFFFF;
}
.footer__btn--campus {
  background-color: #E8380D;
  color: #FFFFFF;
}
.footer__btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.24);
  transition: width 0.2s 0.1s ease, height 0.1s ease;
}
@media screen and (max-width: 767px) {
  .footer__btn::before {
    display: none;
  }
}
@media (hover: hover) {
  .footer__btn:hover::before {
    width: 100%;
    height: 100%;
    transition: width 0.1s ease, height 0.2s 0.1s ease;
  }
}
.footer__inner {
  margin: 0 auto;
  padding: 90px 40px 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 12.3076923077vw 5.1282051282vw 5.1282051282vw;
  }
}
.footer__logo {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin-bottom: 11.5384615385vw;
  }
}
.footer__logo img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo img {
    width: 296px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo img {
    width: 75.8974358974vw;
  }
}
.footer__copyright {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  line-height: 1.45;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 3.0769230769vw;
  }
}
.footer .footer__recruit {
  margin-top: 20px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .footer .footer__recruit {
    margin-top: 15.3846153846vw;
  }
}

@keyframes reveal-fade-in-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes reveal-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.reveal-fade-in-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.4s linear, transform 0.6s ease-in-out;
}
.reveal-fade-in-up.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.reveal-fade-in {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.reveal-fade-in.is-inview {
  opacity: 1;
}

.reveal-fade-in-up-animate {
  opacity: 0;
}
.reveal-fade-in-up-animate.is-inview {
  animation: reveal-fade-in-up 0.6s ease-out forwards;
}

.reveal-fade-in-animate {
  opacity: 0;
}
.reveal-fade-in-animate.is-inview {
  animation: reveal-fade-in 0.6s ease-out forwards;
}
