@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

button {
  outline: none;
  background: none;
  border: none;
}

@font-face {
  font-family: "North Avellion";
  src: url("../public/fonts/NorthAvellion.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../public/fonts/HelveticaNeueLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../public/fonts/ShipporiMincho-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../public/fonts/ShipporiMincho-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif;
  font-size: 10px;
  color: #323232;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

@media screen and (max-width: 980px) {
  main {
    margin-top: 74px;
  }
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 67px;
  }
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.container {
  padding-inline: 4%;
  margin-inline: auto;
  width: 100%;
  max-width: calc(1920px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-inline: 5.8%;
  }
}

.title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: 400 3.6rem "Shippori Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  color: #e60000;
  letter-spacing: 2px;
  line-height: 1.9166666667em;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 20px;
  }
}
.title .quot {
  margin-left: -0.4em;
}

.text {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.2em;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 15px;
    line-height: 1.8em;
  }
}

.box {
  -webkit-box-shadow: 0 7px 20px rgba(24, 32, 104, 0.15);
          box-shadow: 0 7px 20px rgba(24, 32, 104, 0.15);
  background: #fff;
}

.link-line {
  padding-block: 0.625em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .link-line {
    padding-block: 0;
  }
}
.link-line::after {
  background: #e60000;
  bottom: -2px;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .link-line::after {
    content: none;
  }
}
.link-line:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.link-line--white::after {
  background: #fff;
}

.header {
  position: relative;
  z-index: 999;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 980px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
}
.header__inner {
  width: 100%;
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}
@media screen and (max-width: 980px) {
  .header__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header__body {
    padding-inline: 4.67%;
    height: 65px;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 28%;
    max-width: 95px;
  }
}
.header__logo-link {
  width: 132px;
  aspect-ratio: 132/30;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header__logo-link {
    width: 96px;
  }
}
.header__logo-link:hover {
  opacity: 0.7;
}
.header__logo-tgl {
  width: 170px;
  aspect-ratio: 170/13;
}
@media screen and (max-width: 980px) {
  .header__logo-tgl {
    display: none;
  }
}
.header__tgl-link {
  display: block;
  width: 186px;
  aspect-ratio: 186/15;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header__tgl-link {
    width: 39%;
    max-width: 132.5px;
  }
}
.header__tgl-link:hover {
  opacity: 0.7;
}
.header__menu {
  border-top: 4px solid #e20000;
  height: 62px;
}
@media screen and (max-width: 980px) {
  .header__menu {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .header__menu {
    border-top-width: 2px;
  }
}
.header__hmb {
  position: relative;
  width: 40px;
  aspect-ratio: 1;
  display: none;
  pointer-events: auto;
}
@media screen and (max-width: 980px) {
  .header__hmb {
    position: absolute;
    left: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .header__hmb {
    width: 25px;
  }
}
.header__hmb.active .header__hmb-icon--close {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}
.header__hmb.active .header__hmb-icon--open {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.header__hmb--pc {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .header__hmb--pc {
    width: 40px;
  }
}
@media screen and (max-width: 980px) {
  .header__hmb--pc {
    display: none;
  }
}
.header__hmb-icon {
  margin: auto;
  position: absolute;
  inset: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__hmb-icon--open {
  width: 25px;
}
.header__hmb-icon--close {
  width: 22px;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.header__hmb-icon--pc {
  width: 45px;
}
@media screen and (max-width: 1280px) {
  .header__hmb-icon--pc {
    width: 35px;
  }
}

.menu {
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  top: -80px;
}
@media screen and (max-width: 980px) {
  .menu {
    top: 74px;
    height: calc(100vh - 74px);
    background: #e20000;
    overflow: auto;
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    position: fixed;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    top: 65px;
    height: calc(100vh - 65px);
  }
}
@media screen and (max-width: 980px) {
  .menu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
}
.menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: auto;
}
.menu.fixed .menu__inner {
  top: 62px;
}
.menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .menu__container {
    padding-inline: 8.67% 10%;
  }
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 1280px) {
  .menu__list {
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .menu__list {
    gap: 16px;
  }
}
@media screen and (max-width: 980px) {
  .menu__list {
    padding-block: 38px 62.5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 100%;
  }
}
.menu__item {
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  .menu__item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 980px) {
  .menu__item {
    border-top: 1px solid #fff;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif;
  }
}
@media screen and (max-width: 767px) {
  .menu__item {
    font-size: 13px;
  }
}
@media screen and (max-width: 980px) {
  .menu__item:last-child {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 980px) {
  .menu__item.active .menu__inner {
    grid-template-rows: 1fr;
  }
}
@media screen and (max-width: 980px) {
  .menu__item.active .menu__item-parent::after,
  .menu__item.active .menu__item-toggle-button::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.menu__item-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
  cursor: default;
}
@media screen and (max-width: 980px) {
  .menu__item-parent {
    height: auto;
  }
}
.menu__item-parent:hover .menu__item-parent-text {
  color: #e60000;
}
@media screen and (max-width: 980px) {
  .menu__item-parent:hover .menu__item-parent-text {
    color: #fff;
  }
}
.menu__item-parent:hover .menu__item-parent-text::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-width: 980px) {
  .menu__item-parent:not(.menu__item-parent--single) {
    position: relative;
  }
}
.menu__item-parent:not(.menu__item-parent--single):hover ~ .menu__inner {
  opacity: 1;
  visibility: visible;
}
.menu__item-parent:not(.menu__item-parent--single)::before, .menu__item-parent:not(.menu__item-parent--single)::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 1px;
  background: #fff;
}
.menu__item-parent:not(.menu__item-parent--single)::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.menu__item-parent--single, .menu__item-parent--link {
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .menu__item-parent--link-sp {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 2em;
  }
}
@media screen and (max-width: 980px) {
  .menu__item-parent--link-sp::before, .menu__item-parent--link-sp::after {
    display: none;
  }
}
.menu__item-toggle-button {
  display: none;
}
@media screen and (max-width: 980px) {
  .menu__item-toggle-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 70px;
  }
}
.menu__item-toggle-button::before, .menu__item-toggle-button::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 1px;
  background: #fff;
}
.menu__item-toggle-button::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.menu__item-parent-text {
  padding: 0 10px 5px;
  position: relative;
  display: block;
  font-weight: 500;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width: 980px) {
  .menu__item-parent-text {
    padding: 40px 0;
    padding: 25px 0;
    font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}
.menu__item-parent-text::before {
  background-color: #e20000;
  border-radius: 0 2px 2px 0;
  bottom: -2px;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 980px) {
  .menu__item-parent-text::before {
    content: none;
  }
}
.menu__inner {
  padding-block: 16px;
  position: fixed;
  background: #e20000;
  width: 100vw;
  top: 132px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  max-height: 70vh;
  overflow: auto;
  z-index: 9999;
}
@media screen and (max-width: 980px) {
  .menu__inner {
    padding-block: 0;
    position: static;
    width: auto;
    opacity: 1;
    visibility: visible;
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 0.5s;
    transition: grid-template-rows 0.5s;
    transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  }
}
.menu__inner:hover {
  opacity: 1;
  visibility: visible;
}
.menu__inner-body {
  color: #fff;
  padding-inline: 4%;
  margin-inline: auto;
  width: 100%;
  max-width: calc(1320px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .menu__inner-body {
    max-width: 100%;
    padding-inline: 5.8%;
  }
}
@media screen and (max-width: 980px) {
  .menu__inner-body {
    padding-inline: 0;
    width: 100%;
    overflow: hidden;
  }
}
.menu__inner-title {
  padding-block: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: 500 2.4rem "Shippori Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.085em;
  line-height: 1.6785714286em;
}
@media screen and (max-width: 980px) {
  .menu__inner-title {
    display: none;
  }
}
.menu__inner-title + .menu__inner-title {
  margin-top: 30px;
}
.menu__inner-main {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .menu__inner-main {
    margin-top: 0;
    padding-bottom: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu__inner-item-link {
  padding: 6px 3px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 980px) {
  .menu__inner-item-link {
    display: block;
    padding: 6px 0;
  }
}
.menu__inner-items {
  width: 44%;
  padding-right: 30px;
}
@media screen and (max-width: 980px) {
  .menu__inner-items {
    padding-right: 0;
    width: 100%;
  }
}
.menu__inner-items + .menu__inner-title {
  margin-top: 30px;
}

.footer {
  border-top: 4px solid #e20000;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .footer {
    border-top-width: 2px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer__container {
    padding-inline: 7.46%;
  }
}
.footer__nav-list {
  padding-block: 18px 36px;
  gap: 30px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .footer__nav-list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav-list {
    padding-block: 50px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.footer__nav-link {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 980px) {
  .footer__nav-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav-link {
    font-size: 13px;
  }
}
.footer__copyright {
  font-size: 1rem;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    text-align: left;
    font-size: 9px;
  }
}

.pagebanner {
  position: relative;
  overflow-x: hidden;
}
.pagebanner__deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  max-width: 774px;
  aspect-ratio: 774/766;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pagebanner__deco {
    aspect-ratio: 433/428;
    width: 57.7%;
    max-width: 216.5px;
  }
}
.pagebanner__deco::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200%;
  height: 200%;
  -webkit-mask-image: conic-gradient(from 0deg, #000 0deg, #000 120deg, transparent 120deg, transparent 360deg);
          mask-image: conic-gradient(from 0deg, #000 0deg, #000 120deg, transparent 120deg, transparent 360deg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
  background: #fff;
}
.pagebanner__main {
  position: relative;
  z-index: 1;
}
.pagebanner__head {
  padding-block: 110px 80px;
}
@media screen and (max-width: 767px) {
  .pagebanner__head {
    padding: 36px 6.5%;
  }
}
.pagebanner__reveal, .pagebanner__reveal::after {
  -webkit-animation: clip-text 0.8s cubic-bezier(0, 0, 0.2, 1) both;
          animation: clip-text 0.8s cubic-bezier(0, 0, 0.2, 1) both;
}
.pagebanner__reveal {
  position: relative;
}
.pagebanner__reveal::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #e60000;
  -webkit-animation-name: text-reveal;
          animation-name: text-reveal;
}
.pagebanner__title-en {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: 500 7.4rem "Shippori Mincho", "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .pagebanner__title-en {
    font-size: 28px;
    letter-spacing: 0.01em;
  }
}
.pagebanner__title-en--mixed {
  text-transform: none;
}
.pagebanner__title-jp {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.85rem;
  font-weight: 350;
  line-height: 2.0540540541em;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .pagebanner__title-jp {
    margin-top: 4px;
    font-size: 14px;
    letter-spacing: 0.085em;
  }
}
.pagebanner__image-wrap {
  padding-bottom: 170px;
  width: 100%;
  padding-inline: 2.3rem;
}
@media screen and (max-width: 767px) {
  .pagebanner__image-wrap {
    padding-inline: 2.2%;
    padding-bottom: 68px;
  }
}
.pagebanner__image {
  width: 100%;
  min-height: 350px;
  aspect-ratio: 1555/500;
}
@media screen and (max-width: 767px) {
  .pagebanner__image {
    min-height: unset;
    aspect-ratio: unset;
    height: 204.5px;
  }
}

.bus__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-block: 65px 210px;
}
@media screen and (max-width: 980px) {
  .bus__cards {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bus__cards {
    margin-block: 30px 100px;
  }
}
.bus__card {
  height: 368px;
  border-radius: 6px;
  background-color: #e60000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  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;
}
@media screen and (max-width: 980px) {
  .bus__card {
    height: initial;
    padding-block: 30px;
    gap: 30px;
  }
}
.bus__card-icon {
  height: 100px;
}
@media screen and (max-width: 767px) {
  .bus__card-icon {
    height: initial;
  }
}
.bus__card-txt {
  display: block;
  font-size: 2rem;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .bus__card-txt {
    font-size: 16px;
  }
}
.bus__ops {
  margin-bottom: 210px;
}
@media screen and (max-width: 767px) {
  .bus__ops {
    margin-bottom: 50px;
  }
}
.bus__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .bus__head {
    margin-bottom: 5rem;
    gap: 1rem;
  }
}
.bus__heading {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bus__heading {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.bus__box {
  padding: 110px 100px 90px;
}
@media screen and (max-width: 1250px) {
  .bus__box {
    padding: 77px 70px 63px;
  }
}
@media screen and (max-width: 767px) {
  .bus__box {
    padding: 14px;
  }
}
.bus__box-wrap {
  overflow-x: auto;
}
.bus__box-dia {
  margin-inline: auto;
  width: 90%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .bus__box-dia {
    pointer-events: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bus__box-link-sp {
    font-size: 1.2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 25px auto 0;
  }
}
.bus__link-line {
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.bus__link-line:hover {
  opacity: 0.7;
}
.bus__ovw {
  display: grid;
  grid-template-columns: auto minmax(0, 813px);
  gap: 60px;
  margin-bottom: 210px;
}
@media screen and (max-width: 980px) {
  .bus__ovw {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .bus__ovw {
    margin-bottom: 100px;
  }
}
.bus__ovw-blist {
  margin-top: 10px;
}
.bus__ovw-blist-item {
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.025em;
  color: #5a5a5a;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .bus__ovw-blist-item {
    font-size: 12px;
  }
}
.bus__ovw-blist-item::before {
  content: "※";
}
.bus__rls {
  margin-bottom: 265px;
}
@media screen and (max-width: 767px) {
  .bus__rls {
    margin-bottom: 100px;
  }
}
.bus__rls-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 12px;
}
@media screen and (max-width: 980px) {
  .bus__rls-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.bus__rls-list-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 8px 50px;
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e20000;
}
@media screen and (max-width: 767px) {
  .bus__rls-list-item {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 25px;
  }
}
.bus__rls-list-item--solo {
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bus__rls-list-item-icon {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
.bus__rls-list-item-heading {
  font-size: 2rem;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .bus__rls-list-item-heading {
    font-size: 16px;
  }
}
.bus__rls-list-item-txt {
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .bus__rls-list-item-txt {
    font-size: 15px;
  }
}
.bus__banner {
  width: 100%;
  padding-inline: 30px;
  margin: 0 auto 180px;
  height: 612px;
}
@media screen and (max-width: 767px) {
  .bus__banner {
    padding-inline: 5.8%;
    margin-bottom: 100px;
    height: 250px;
  }
}
.bus__lower-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 130px;
  padding-block: 140px 150px;
}
@media screen and (max-width: 767px) {
  .bus__lower-container {
    gap: 60px;
    padding-block: 60px 70px;
  }
}
.bus__lower-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: 400 5.3rem "Shippori Mincho", "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
  line-height: 1.7547169811em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .bus__lower-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.bus__lower-subtxt {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.095em;
}
@media screen and (max-width: 767px) {
  .bus__lower-subtxt {
    font-size: 13px;
  }
}
.bus__lower-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .bus__lower-links {
    grid-template-columns: 1fr;
  }
}
.bus__lower-link {
  min-height: 200px;
  padding-inline: 45px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #d2d2d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .bus__lower-link {
    min-height: 120px;
  }
}
.bus__lower-link:hover .bus__lower-link-txt {
  letter-spacing: 0.1em;
}
.bus__lower-link-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .bus__lower-link-txt {
    font-size: 16px;
  }
}
.bus__lower-link-txt::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 6px;
  aspect-ratio: 6/10;
  background: url("../public/img/icons/arrow-right-caret.svg") no-repeat center/100% 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bus__lower-int {
  display: grid;
  grid-template-columns: 1fr minmax(0, 968px);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .bus__lower-int {
    grid-template-columns: 1fr;
  }
}
.bus__lower-int-link:hover .bus__lower-int-link-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bus__lower-int-link-img {
  display: block;
  aspect-ratio: 968/406;
  overflow: hidden;
}
.bus__lower-int-link-img img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bus__lower-int-link-txt {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px 100px 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.06em;
  background-color: #eef2f8;
  margin-top: -55px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .bus__lower-int-link-txt {
    padding: 15px 50px 0 0;
    font-size: 13px;
    margin-top: -20px;
  }
}
.bus__lower-int-link-note {
  display: block;
  font-size: 1.2rem;
  line-height: 1.75em;
  letter-spacing: 0.06em;
  color: #878787;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .bus__lower-int-link-note {
    font-size: 10px;
    margin-top: 15px;
  }
}
.bus__table {
  text-align: left;
  table-layout: fixed;
  border-collapse: collapse;
}
.bus__table th,
.bus__table td {
  padding-inline: 2rem;
}
@media screen and (max-width: 767px) {
  .bus__table th,
  .bus__table td {
    padding-inline: 1rem;
  }
}
.bus__colgroup-dept {
  width: 199px;
}
@media screen and (max-width: 767px) {
  .bus__colgroup-dept {
    width: 124px;
  }
}
.bus__table-head {
  color: #fff;
  height: 5.2rem;
}
@media screen and (max-width: 767px) {
  .bus__table-head {
    height: 3.1rem;
  }
}
.bus__table-head th {
  background: #323232;
}
.bus__table-head th:not(:last-child) {
  border-right: 3px solid #fff;
}
.bus__table-head .bg-gray {
  background: #838383;
}
.bus__table-body {
  padding-top: 1.4rem;
  border-top: 1px solid #fcdcdc;
}
@media screen and (max-width: 767px) {
  .bus__table-body {
    padding-top: 1.2rem;
  }
}
.bus__table-body tr {
  border-bottom: 1px solid #fcdcdc;
}
.bus__table-body th,
.bus__table-body td {
  padding-block: 3.5rem;
}
@media screen and (max-width: 767px) {
  .bus__table-body th,
  .bus__table-body td {
    padding-block: 2.25rem;
  }
}
.bus__table-body th {
  font-size: 1.8rem;
  color: #e60000;
}
@media screen and (max-width: 767px) {
  .bus__table-body th {
    font-size: 1.4rem;
  }
}
.bus__table-spacer {
  height: 14px;
}

.abt__wrap {
  padding-bottom: 250px;
}
@media screen and (max-width: 767px) {
  .abt__wrap {
    padding-bottom: 120px;
  }
}
.abt__wrap--200 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 250px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .abt__wrap--200 {
    gap: 120px;
    padding-bottom: 100px;
  }
}
.abt__intro {
  display: grid;
  grid-template-columns: minmax(300px, auto) minmax(300px, 740px);
  gap: 40px;
  margin-bottom: 120px;
}
@media screen and (max-width: 980px) {
  .abt__intro {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .abt__intro {
    gap: 20px;
    margin-bottom: 60px;
  }
}
.abt__intro p {
  letter-spacing: 0.005em;
}
.abt__box {
  padding: 100px 100px 140px;
}
@media screen and (max-width: 767px) {
  .abt__box {
    padding: 15px;
  }
}
.abt__box--small {
  padding: 100px 80px 120px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .abt__box--small {
    padding: 15px;
    margin-top: 30px;
  }
}
.abt__list {
  list-style-type: none;
  counter-reset: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 90px;
}
@media screen and (max-width: 767px) {
  .abt__list {
    gap: 40px;
  }
}
.abt__list-item {
  counter-increment: num;
}
.abt__list-item p {
  letter-spacing: 0.005em;
}
.abt__list-item-heading {
  font-size: 1.8rem;
  line-height: 1.8055555556em;
  letter-spacing: 0.06em;
  color: #e60000;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .abt__list-item-heading {
    font-size: 16px;
  }
}
.abt__list-item-heading::before {
  content: counter(num) ".";
  display: inline-block;
}
.abt__note {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .abt__note {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .abt__note-text {
    font-size: 13px;
  }
}
.abt__note-name {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .abt__note-name {
    font-size: 20px;
  }
}
.abt__role-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #e6e6e6;
}
.abt__role-list-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  padding-block: 85px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 980px) {
  .abt__role-list-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .abt__role-list-item {
    padding-block: 40px;
  }
}
.abt__role-list-item-title {
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .abt__role-list-item-title {
    font-size: 13px;
  }
}
.abt__role-list-item-txt {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  color: #e60000;
}
@media screen and (max-width: 767px) {
  .abt__role-list-item-txt {
    font-size: 15px;
  }
}
.abt__box-dia {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .abt__box-dia {
    width: 100% !important;
    min-width: unset;
  }
}
.abt__box-dia--role {
  width: 75%;
}
.abt__box-dia--mufg-way {
  width: 70%;
}
.abt__box-dia--ufj {
  width: 80%;
  padding-left: 6%;
}
@media screen and (max-width: 767px) {
  .abt__box-dia--ufj {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .abt__box-dia img {
    width: 100%;
  }
}

.modal {
  position: fixed;
  z-index: -999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.modal.is-active {
  z-index: 99999;
  pointer-events: auto;
  opacity: 1;
}
.modal.is-active .bus__box-dia,
.modal.is-active .welf__box-dia {
  min-width: initial;
}
.modal.is-active .abt__box-dia {
  min-width: initial;
}
.modal.is-active .abt__box-dia .image--auto {
  width: 100%;
}
.modal.is-active .modal__close {
  display: block;
}
.modal__overlay {
  height: 100%;
  padding-inline: 2%;
  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;
}
.modal__container {
  position: relative;
}
.modal__close {
  display: none;
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  width: 30px;
  height: 30px;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #e60000;
}
.modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer {
  font-size: 1.6rem;
}
@media screen and (max-width: 1080px) {
  .drawer {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .drawer {
    display: none;
  }
}
.drawer.active .drawer__inner {
  opacity: 1;
  visibility: visible;
}
.drawer.active .drawer__inner-body {
  opacity: 1;
}
.drawer.active .drawer__hmb {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.drawer__inner {
  padding-bottom: 120px;
  position: absolute;
  top: 72px;
  height: 100vh;
  background: #e20000;
  width: 100vw;
  max-width: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: auto;
  z-index: 9999;
}
@media screen and (max-width: 980px) {
  .drawer__inner {
    padding-block: 0;
    width: auto;
    opacity: 1;
    visibility: visible;
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 0.5s;
    transition: grid-template-rows 0.5s;
    transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  }
}
.drawer__inner.fixed {
  position: fixed;
  top: 0;
}
.drawer__inner-title {
  padding-block: 0.2em;
}
@media screen and (max-width: 1200px) {
  .drawer__inner-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1080px) {
  .drawer__inner-title {
    font-size: 18px;
  }
}
.drawer__inner-body {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 4%;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out 0.2s;
  transition: 0.5s ease-in-out 0.2s;
  padding-inline: 4%;
  margin-inline: auto;
  width: 100%;
  max-width: calc(1920px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .drawer__inner-body {
    max-width: 100%;
    padding-inline: 5.8%;
  }
}
.drawer__inner-items {
  margin-top: 20px;
  width: 100%;
  padding-right: 0;
}
.drawer__inner-item-link {
  padding-block: 0.3em;
}
.drawer__container {
  position: sticky;
  top: 0;
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 2;
  pointer-events: none;
  padding-inline: 4.8%;
  margin-inline: auto;
  width: 100%;
  max-width: calc(1920px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .drawer__container {
    max-width: 100%;
    padding-inline: 5.8%;
  }
}
@media screen and (max-width: 767px) {
  .drawer__container {
    padding-inline: 8.67% 10%;
  }
}
.drawer__hmb {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s ease-in-out 0.3s;
  transition: 0.3s ease-in-out 0.3s;
}

.abt-coc__intro {
  padding-bottom: 60px;
}
.abt-coc__intro-txt {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3125em;
  letter-spacing: 0.025em;
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .abt-coc__intro-txt {
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 90px;
  }
}
.abt-coc__wrap {
  padding-block: 75px 285px;
}
@media screen and (max-width: 767px) {
  .abt-coc__wrap {
    padding-block: 50px 100px;
  }
}
.abt-coc__list {
  list-style-type: none;
  counter-reset: main;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .abt-coc__list {
    gap: 30px;
  }
}
.abt-coc__list-item {
  counter-increment: main;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 115px 80px 140px 75px;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .abt-coc__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .abt-coc__list-item {
    gap: 20px;
    padding: 40px 30px 50px 25px;
  }
}
.abt-coc__list-heading {
  position: sticky;
  top: 100px;
  font-size: 1.8rem;
  line-height: 1.8055555556em;
  letter-spacing: 0.06em;
  color: #e60000;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  .abt-coc__list-heading {
    position: initial;
    top: initial;
  }
}
@media screen and (max-width: 767px) {
  .abt-coc__list-heading {
    font-size: 16px;
  }
}
.abt-coc__list-num::before {
  content: "第" counter(main) "章";
  display: inline-block;
}
.abt-coc__list-content {
  max-width: 797px;
}
.abt-coc__sublist {
  list-style-type: none;
  counter-reset: sublist;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .abt-coc__sublist {
    gap: 30px;
    margin-top: 30px;
  }
}
.abt-coc__sublist-item {
  counter-increment: sublist;
}
.abt-coc__sublist-heading::before {
  content: counter(main) "-" counter(sublist) " ";
}
.abt-coc__subsublist {
  list-style-type: none;
  counter-reset: subsublist;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding-left: 43px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .abt-coc__subsublist {
    gap: 20px;
    padding-left: 20px;
    margin-top: 20px;
  }
}
.abt-coc__subsublist-item {
  counter-increment: subsublist;
}
.abt-coc__subsublist-heading {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3125em;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .abt-coc__subsublist-heading {
    font-size: 13px;
  }
}
.abt-coc__subsublist-heading::before {
  content: counter(subsublist) " ";
}
.abt-coc__blt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5px;
}
.abt-coc__blt-item {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.abt-coc__blt-item::before {
  content: "● ";
}
.abt-coc__custom {
  list-style-type: none;
}
.abt-coc__custom li {
  padding-inline: 1.3em;
  text-indent: -1.3em;
}
.abt-coc__arrow {
  padding-left: 24px;
  text-indent: -24px;
}
.abt-coc__arrow::before {
  content: "";
  position: relative;
  top: 7px;
  display: inline-block;
  background: url("../public/img/about-coc/arrow-list.jpg") no-repeat center/contain;
  width: 24px;
  height: 25px;
}

.company {
  padding-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .company {
    padding-bottom: 120px;
  }
}
.company__dl {
  border-top: 1px solid #ddd;
}
.company__dl-row {
  display: grid;
  grid-template-columns: 70px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 170px;
  padding: 39px 19px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 980px) {
  .company__dl-row {
    gap: 100px;
  }
}
@media screen and (max-width: 767px) {
  .company__dl-row {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 10px;
  }
}
.company__dl-row--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.company__dd {
  font-weight: 700;
}
.company__dt-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75px;
}
@media screen and (max-width: 767px) {
  .company__dt-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.company__link {
  width: 175px;
  height: 47px;
  border: 1px solid #323232;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
@media screen and (max-width: 767px) {
  .company__link {
    width: 140px;
    height: 40px;
  }
}
.company__link:hover {
  opacity: 0.5;
}
.company__tel {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.company__tel:hover {
  opacity: 0.5;
}
.company__note {
  display: block;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .company__note {
    font-size: 10px;
  }
}
.company__date {
  display: block;
  font-size: 1.4rem;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .company__date {
    font-size: 12px;
  }
}

.recruit {
  padding-bottom: 21.5rem;
}
@media screen and (max-width: 767px) {
  .recruit {
    padding-bottom: 10.75rem;
  }
}
.recruit__section:not(:last-child) {
  margin-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .recruit__section:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.recruit__section:not(:last-child):has(.recruit__info-open) {
  margin-bottom: 30rem;
}
@media screen and (max-width: 767px) {
  .recruit__section:not(:last-child):has(.recruit__info-open) {
    margin-bottom: 15rem;
  }
}
.recruit__head {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .recruit__head {
    margin-bottom: 2rem;
  }
}
.recruit__title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .recruit__title {
    margin-bottom: 2.5rem;
  }
}
.recruit__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .recruit__blocks {
    gap: 3rem;
  }
}
.recruit__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.recruit__block-heading {
  font-weight: 700;
  font-size: 1.9rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .recruit__block-heading {
    font-size: 1.95rem;
  }
}
.recruit__block-table {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.recruit__block-table::-webkit-scrollbar {
  display: none;
}
.recruit__dl {
  border-block: 1px solid #ddd;
}
.recruit__dl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit__dl-row:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.recruit__dl-row dt,
.recruit__dl-row dd {
  min-height: 7rem;
  padding: 2rem 5rem;
  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;
}
@media screen and (max-width: 767px) {
  .recruit__dl-row dt,
  .recruit__dl-row dd {
    min-height: 4.2rem;
    padding: 0.6rem 1.6rem;
  }
}
.recruit__dl-row dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30rem;
  background: #f3f4f7;
}
@media screen and (max-width: 767px) {
  .recruit__dl-row dt {
    width: 34%;
  }
}
.recruit__notes {
  list-style: "※";
  padding-left: 1.25rem;
  font-size: 1.4rem;
  line-height: 1.7142857143em;
  letter-spacing: 0.025em;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .recruit__notes {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
}
.recruit__apply {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .recruit__apply {
    margin-top: 5rem;
  }
}
.recruit__apply-heading {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 1.9rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .recruit__apply-heading {
    font-size: 1.45rem;
    margin-bottom: 1rem;
  }
}
.recruit__apply-links {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.5rem;
}
@media screen and (max-width: 767px) {
  .recruit__apply-links {
    margin-top: 1.5rem;
    gap: 2.75rem;
  }
}
.recruit__apply-links a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.recruit__apply-links a:hover {
  opacity: 0.6;
}
.recruit__button-link {
  border-radius: 6px;
  border: 1px solid #d6d6d6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 56px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .recruit__button-link {
    padding: 12px 34px;
  }
}
.recruit__button-link:hover {
  opacity: 0.5;
}

.bus-activities {
  margin-bottom: 18.4rem;
}
@media screen and (max-width: 767px) {
  .bus-activities {
    margin-bottom: 9.2rem;
  }
}
.bus-activities__ops {
  margin-top: 18rem;
}
@media screen and (max-width: 767px) {
  .bus-activities__ops {
    margin-top: 9rem;
  }
}
.bus-activities__ops-table {
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .bus-activities__ops-table {
    margin-top: 4.1rem;
  }
}
.bus-activities__ops-table::-webkit-scrollbar {
  display: none;
}

.acc {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .acc {
    padding-bottom: 100px;
  }
}
.acc__dl {
  border-top: 1px solid #ddd;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .acc__dl {
    margin-bottom: 50px;
  }
}
.acc__dl-row {
  display: grid;
  grid-template-columns: 66px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 175px;
  padding: 33px 20px;
  min-height: 100px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 980px) {
  .acc__dl-row {
    gap: 100px;
  }
}
@media screen and (max-width: 767px) {
  .acc__dl-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 15px 10px;
    min-height: initial;
  }
}
.acc__dt, .acc__dd {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .acc__dt, .acc__dd {
    font-size: 15px;
  }
}
.acc__dt {
  font-weight: 700;
}
.acc__tel {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.acc__tel:hover {
  opacity: 0.5;
}
.acc__map {
  width: 100%;
  max-width: 975px;
  margin-inline: auto;
  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;
  gap: 10px;
}
.acc__map-link {
  width: 540px;
  height: 100px;
  background-color: #e20000;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-top: 150px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  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;
}
@media screen and (max-width: 767px) {
  .acc__map-link {
    width: 100%;
    margin-top: 70px;
  }
}
.acc__map-link:hover {
  opacity: 0.5;
}

.policy {
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .policy {
    padding-bottom: 100px;
  }
}
.policy--pb360 {
  padding-bottom: 360px;
}
@media screen and (max-width: 767px) {
  .policy--pb360 {
    padding-bottom: 100px;
  }
}
.policy__intro {
  padding-bottom: 100px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .policy__intro {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.policy__content {
  width: 100%;
  max-width: 1030px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 130px;
}
@media screen and (max-width: 767px) {
  .policy__content {
    gap: 60px;
  }
}
.policy__list {
  list-style-type: none;
  counter-reset: policy;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .policy__list {
    gap: 25px;
  }
}
.policy__list-item {
  counter-increment: policy;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .policy__list-item {
    gap: 10px;
  }
}
.policy__list-item::before {
  content: counter(policy) ".";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  color: #e60000;
}
.policy__contact {
  padding: 60px 60px 70px;
  background-color: #eef2f8;
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .policy__contact {
    padding: 20px 20px 30px;
  }
}
.policy__contact-title {
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #e60000;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .policy__contact-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.policy__contact-tel {
  display: block;
  font-size: 4rem;
  letter-spacing: 0.025em;
  margin-block: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .policy__contact-tel {
    font-size: 28px;
    margin-block: 10px;
  }
}
.policy__contact-tel::before {
  content: "TEL. ";
}
.policy__contact-tel:hover {
  opacity: 0.5;
}
.policy__contact-note {
  font-size: 1.4rem;
  line-height: 2.2857142857em;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .policy__contact-note {
    font-size: 12px;
  }
}

.career__intro {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .career__intro {
    margin-top: 50px;
  }
}
.career__intro-content {
  display: grid;
  grid-template-columns: minmax(0, 570px) minmax(0, 792px);
  gap: 100px;
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  .career__intro-content {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 20px;
  }
}
.career__intro-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .career__intro-block {
    gap: 20px;
  }
}
.career__intro-heading {
  font-weight: 400;
  color: #fff;
  background-color: #323232;
  padding: 11px 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .career__intro-heading {
    padding: 10px 15px;
  }
}
.career__intro-bullet {
  position: relative;
  padding-left: 12px;
}
.career__intro-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #323232;
}
@media screen and (max-width: 767px) {
  .career__intro-bullet::before {
    top: 9px;
  }
}
.career__post {
  margin-bottom: 300px;
}
@media screen and (max-width: 767px) {
  .career__post {
    margin-bottom: 100px;
  }
}
.career__post-title {
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .career__post-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.career__post-box {
  margin-top: 50px;
}
.career__post-box-dia {
  min-width: 70%;
  aspect-ratio: 1200/625;
}
.career__sys-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .career__sys-title {
    margin-bottom: 20px;
  }
}
.career__sys-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .career__sys-nav {
    grid-template-columns: 1fr;
  }
}
.career__sys-nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  min-height: 160px;
  padding: 10px 40px;
  background-color: #e60000;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .career__sys-nav-link {
    min-height: 112px;
    padding-inline: 30px;
  }
}
.career__sys-nav-link::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 8px;
  background: url("../public/img/icons/arrow-down-caret-white.svg") no-repeat center/100% 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .career__sys-nav-link::before {
    right: 20px;
  }
}
.career__sys-nav-link:hover::before {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.career__sys-nav-link-heading {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .career__sys-nav-link-heading {
    font-size: 16px;
  }
}
.career__sys-nav-link-txt {
  font-size: 1.2rem;
  line-height: 2em;
  letter-spacing: 0.025em;
  color: #fff;
}
.career__sys-content-wrap {
  padding-block: 190px 300px;
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .career__sys-content-wrap {
    padding-block: 100px 150px;
    margin-top: -56px;
  }
}
.career__sys-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .career__sys-content {
    gap: 30px;
  }
}
.career__sys-section {
  display: grid;
  grid-template-columns: 172px minmax(0, 1032px);
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 55px 120px;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .career__sys-section {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .career__sys-section {
    padding: 30px 20px 50px;
  }
}
.career__sys-section-block {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .career__sys-section-block {
    gap: 50px;
  }
}
.career__sys-section-heading {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: sticky;
  top: 100px;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #e60000;
}
@media screen and (max-width: 980px) {
  .career__sys-section-heading {
    position: initial;
    top: initial;
  }
}
@media screen and (max-width: 767px) {
  .career__sys-section-heading {
    font-size: 20px;
  }
}
.career__sys-section-banner {
  display: block;
  width: 100%;
  aspect-ratio: 1032/331;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.career__sys-section-banner--mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .career__sys-section-banner--mb50 {
    margin-bottom: 30px;
  }
}
.career__sys-dl {
  border-top: 1px solid #ddd;
  margin-top: 5px;
}
.career__sys-dl-row {
  display: grid;
  grid-template-columns: 295px minmax(0, 640px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-block: 30px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .career__sys-dl-row {
    grid-template-columns: 1fr;
    padding-block: 15px;
    gap: 10px;
  }
}
.career__sys-dl-row--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.career__sys-dt {
  font-size: 1.8rem;
  line-height: 1.7777777778em;
  letter-spacing: 0.025em;
  color: #e60000;
}
@media screen and (max-width: 767px) {
  .career__sys-dt {
    font-size: 16px;
  }
}
.career__sys-table-wrap {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.career__sys-table-wrap::-webkit-scrollbar {
  display: none;
}
.career__sys-table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  .career__sys-table {
    display: none;
  }
}
.career__sys-table th:first-child,
.career__sys-table td:first-child {
  padding-inline: 8px;
  width: 14.6%;
}
@media screen and (max-width: 767px) {
  .career__sys-table th:first-child,
  .career__sys-table td:first-child {
    width: 28px;
  }
}
.career__sys-table th:not(:first-child),
.career__sys-table td:not(:first-child) {
  width: 21.4%;
}
@media screen and (max-width: 767px) {
  .career__sys-table th:not(:first-child),
  .career__sys-table td:not(:first-child) {
    width: 64px;
    font-size: 10px;
    padding: 2px;
  }
}
.career__sys-table th,
.career__sys-table td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.career__sys-table th span:not(.nowrap),
.career__sys-table td span:not(.nowrap) {
  display: block;
}
.career__sys-table tr:last-child td {
  border-bottom: none;
}
.career__sys-table tr td:last-child,
.career__sys-table tr th:last-child {
  border-right: none;
}
.career__sys-table-th {
  padding: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  height: 52px;
  background-color: #e60000;
}
@media screen and (max-width: 1230px) {
  .career__sys-table-th {
    font-size: 1.4rem;
  }
}
.career__sys-table-td {
  padding-block: 10px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #000;
}
@media screen and (max-width: 1230px) {
  .career__sys-table-td {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .career__sys-table-td {
    font-size: 10px;
  }
}
.career__sys-table-td .mb10 {
  margin-bottom: 10px;
}
.career__sys-table-td--head {
  background-color: #e37b7c;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.career__sys-table-td--head-1 {
  min-height: 143px;
}
.career__sys-table-td--pink-fe {
  background-color: #fef2f2;
  padding-left: 15px;
}
@media screen and (max-width: 1230px) {
  .career__sys-table-td--pink-fe {
    padding-right: 15px;
  }
}
.career__sys-table-td--gray-e5 {
  background-color: #e5e5e5;
  text-align: center;
}
.career__sys-table-td--h51 {
  text-align: center;
  min-height: 51px;
}
.career__sys-subheading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  border-left: 4px solid #e60000;
  min-height: 47px;
  padding: 5px 0 5px 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .career__sys-subheading {
    font-size: 16px;
    min-height: 30px;
  }
}
.career__sys-bullet {
  padding-left: 1em;
  text-indent: -1em;
}
.career__sys-card {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75px;
  padding: 40px 50px 50px 65px;
  background-color: #fef2f2;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .career__sys-card {
    gap: 30px;
    padding: 20px 30px 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .career__sys-card {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 20px 30px 40px;
    justify-items: center;
  }
}
.career__sys-card-img {
  display: block;
  width: 241px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .career__sys-card-img {
    width: 169px;
  }
}
.career__sys-card-link {
  display: block;
  color: #e60000;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .career__sys-card-link {
    font-size: 14px;
  }
}
.career__sys-card-link:hover {
  opacity: 0.5;
}
.career__sys-sublist {
  padding-left: 2em;
}

.top__container {
  width: 100%;
  padding-inline: 6.5rem;
}
@media screen and (max-width: 767px) {
  .top__container {
    padding-inline: 8.3%;
  }
}
.top__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top__title-en {
  font: 400 9.5rem "Shippori Mincho", "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
}
@media screen and (max-width: 1200px) {
  .top__title-en {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 980px) {
  .top__title-en {
    font-size: 6.3rem;
  }
}
@media screen and (max-width: 767px) {
  .top__title-en {
    font-size: 42px;
  }
}
.top__title-jp {
  margin-top: 4px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.085em;
}
@media screen and (max-width: 767px) {
  .top__title-jp {
    margin-top: 0;
    font-size: 12px;
  }
}
.top__tgl {
  margin-bottom: 30px;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 2.4rem;
  color: #e60000;
  line-height: 1.9583333333em;
  letter-spacing: 0.065em;
}
@media screen and (max-width: 1200px) {
  .top__tgl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 980px) {
  .top__tgl {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .top__tgl {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.9375em;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 340px) {
  .top__tgl {
    font-size: 15px;
  }
}
.top__tgl--white {
  color: #fff;
}
.top__tgl-block {
  display: block;
  overflow: hidden;
}
.top__tgl-line {
  display: block;
}
.top__button {
  border-radius: 30px;
  border: 2px solid #e60000;
  padding: 18px 32px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 245px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  background: #e60000;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (max-width: 767px) {
  .top__button {
    padding: 8px 21.5px 8px 24px;
    font-size: 13px;
    max-width: 171px;
  }
}
.top__button::before, .top__button::after {
  content: "";
  display: block;
  width: 11.5px;
  aspect-ratio: 11.5/8.7;
  background: url("../public/img/icons/arrow-white.svg") no-repeat center/contain;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (max-width: 767px) {
  .top__button::before, .top__button::after {
    width: 7.5px;
  }
}
.top__button::before {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  -webkit-transform: translateX(-12px);
          transform: translateX(-12px);
  background: url("../public/img/icons/arrow-red.svg") no-repeat center/contain;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top__button::before {
    display: none;
  }
}
.top__button:hover {
  color: #e60000;
}
.top__button:hover::after {
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
.top__button:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.top__button:hover .top__button-overlay {
  width: 500px;
  height: 500px;
}
.top__button-overlay {
  border-radius: 50%;
  position: absolute;
  width: 0;
  height: 0;
  aspect-ratio: 1;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: height 0.5s ease-in-out, width 0.5s ease-in-out;
  transition: height 0.5s ease-in-out, width 0.5s ease-in-out;
}
.top__button-text {
  position: relative;
}
.top__parallax-box {
  overflow: hidden;
}
.top__parallax-box-image {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .top__parallax-box-image {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}

.top-mv {
  padding-bottom: 70px;
  position: relative;
  min-height: calc(100vh - 132px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  color: #fff;
  background: #e60000;
  overflow: clip;
}
@media screen and (max-width: 1440px) {
  .top-mv {
    min-height: 65vh;
  }
}
@media screen and (max-width: 980px) {
  .top-mv {
    min-height: 100svh;
  }
}
.top-mv__slider {
  position: relative;
  width: 71vw;
  height: auto;
  aspect-ratio: 1200/766;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-clip-path: circle(0% at 55% 14%);
          clip-path: circle(0% at 55% 14%);
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .top-mv__slider {
    width: 75vw;
  }
}
@media screen and (max-width: 980px) {
  .top-mv__slider {
    position: static;
    width: 86%;
    aspect-ratio: 690/820;
    -webkit-clip-path: circle(0% at 88% 26%);
            clip-path: circle(0% at 88% 26%);
  }
}
@media screen and (max-width: 767px) {
  .top-mv__slider {
    width: 92%;
  }
}
@media screen and (max-width: 980px) {
  .top-mv__track {
    height: 100%;
  }
}
@media screen and (max-width: 980px) {
  .top-mv__slide-image {
    position: relative;
    left: -20%;
    top: -3%;
    width: 162%;
    height: 102%;
  }
}
.top-mv__container {
  position: absolute;
  top: 19.5vh;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1440px) {
  .top-mv__container {
    top: 11.875vw;
  }
}
@media screen and (max-width: 980px) {
  .top-mv__container {
    top: 55%;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__container {
    top: 85vw;
  }
}
.top-mv__title {
  position: relative;
  font: 500 12.9rem "Shippori Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.03em;
  line-height: 1.2em;
}
@media screen and (max-height: 900px) {
  .top-mv__title {
    font-size: 16.5vh;
  }
}
@media screen and (max-width: 1440px) {
  .top-mv__title {
    font-size: 8.0625vw;
  }
}
@media screen and (max-width: 980px) {
  .top-mv__title {
    font-size: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__title {
    font-size: 14.4vw;
  }
}
.top-mv__title-line {
  display: block;
}
@media screen and (max-width: 767px) {
  .top-mv__title-line:last-child {
    margin-left: -0.1em;
    white-space: nowrap;
  }
}
.top-mv__title-line > span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(1.25em);
          transform: translateY(1.25em);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-mv__title-line > span {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
  }
}
.top-mv__tgl {
  margin-block: 75px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-height: 900px) {
  .top-mv__tgl {
    margin-top: 7.7vh;
    font-size: 2.8vh;
  }
}
@media screen and (max-width: 1440px) {
  .top-mv__tgl {
    margin-top: 4.6875vw;
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 980px) {
  .top-mv__tgl {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__tgl {
    margin-top: 25px;
    font-size: 4.2vw;
    line-height: 2.2em;
  }
}
.top-mv__tgl-block:not(:first-child) {
  margin-top: 5px;
}
@media screen and (max-height: 900px) {
  .top-mv__tgl-block:not(:first-child) {
    margin-top: 1.55vh;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__tgl-block:not(:first-child) {
    margin-top: 0;
  }
}
.top-mv__tgl-line {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.top-about {
  padding-block: 204px 188px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #e60000;
}
@media screen and (max-width: 980px) {
  .top-about {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .top-about {
    padding-block: 84px 97px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-about__tgl {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top-about__tgl {
    margin-top: 35px;
  }
}
.top-about__deco-text {
  position: absolute;
  top: -14px;
  left: -68px;
  font-family: "Shippori Mincho", "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 24rem;
  letter-spacing: 0;
  color: #f7f7f7;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0.15;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .top-about__deco-text {
    font-size: 21rem;
  }
}
@media screen and (max-width: 767px) {
  .top-about__deco-text {
    font-size: 87.5px;
    line-height: 1em;
    top: 0;
    left: -6px;
    letter-spacing: 0.1em;
  }
}
.top-about__info {
  padding-top: 32px;
  padding-right: 0;
  position: relative;
  width: 40%;
  max-width: 500px;
  font-weight: 350;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .top-about__info {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .top-about__info {
    padding-inline: 8.3%;
    width: 100%;
  }
}
.top-about__button-list {
  margin-top: 40px;
}
.top-about__button:not(:first-child) {
  margin-top: 8px;
}
.top-about__title-jp, .top-about__title-en {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, -1em 100%, -1em 100%);
          clip-path: polygon(0% 0%, 0% 0%, -1em 100%, -1em 100%);
}
.top-about__texts {
  width: 94%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .top-about__texts {
    width: 100%;
  }
}
.top-about__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.4%;
  width: 58%;
  max-width: 906px;
  opacity: 0.15;
}
@media screen and (max-width: 767px) {
  .top-about__images {
    padding: 30px 0 0 8.3%;
    position: relative;
    width: 100%;
    gap: 1.9%;
    z-index: 1;
  }
}
.top-about__image {
  width: 48.8%;
  aspect-ratio: 442/596;
}
.top-about__image--right {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .top-about__image--right {
    margin-top: 140px;
  }
}

.top-business {
  padding-block: 156px 300px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-business {
    padding-block: 52px 150px;
  }
}
.top-business__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.top-business__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-business__container {
    padding-inline: 8.3%;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2;
  }
}
.top-business__info {
  padding-top: 34px;
  margin-right: 7rem;
  width: 40%;
  max-width: 470px;
}
@media screen and (max-width: 980px) {
  .top-business__info {
    margin-right: 0;
    padding-right: 0;
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .top-business__info {
    padding: 30px 0 0;
    width: 100%;
  }
}
.top-business__head {
  position: relative;
  z-index: 1;
}
.top-business__button {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .top-business__button {
    margin-top: 22px;
  }
}
.top-business__images {
  margin-top: -150px;
  padding-bottom: 513px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top-business__images {
    margin-top: 80px;
    padding-bottom: 0;
    width: 100%;
    aspect-ratio: 700/780;
  }
}
.top-business__image {
  position: absolute;
}
.top-business__image--left {
  position: static;
  left: 0;
  width: 47.5%;
  max-width: 760px;
  aspect-ratio: 760/520;
}
@media screen and (max-width: 767px) {
  .top-business__image--left {
    width: 72%;
  }
}
.top-business__image--mid {
  margin: auto;
  top: 318px;
  left: 0;
  right: 0;
  width: 37.25%;
  max-width: 596px;
  aspect-ratio: 596/347;
}
@media screen and (max-width: 980px) {
  .top-business__image--mid {
    top: 28%;
    left: 30.2%;
    right: auto;
    width: 56%;
    aspect-ratio: 392/192;
  }
}
.top-business__image--right {
  top: 516px;
  right: 9.4%;
  width: 14.63%;
  max-width: 301.5px;
  aspect-ratio: 301.5/395;
}
@media screen and (max-width: 980px) {
  .top-business__image--right {
    top: 56%;
    width: 28.6%;
    right: 8.14%;
  }
}

.top-interview {
  margin-block: -400px 155px;
  padding-top: 30px;
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
@media screen and (max-width: 980px) {
  .top-interview {
    margin-top: -300px;
  }
}
@media screen and (max-width: 767px) {
  .top-interview {
    margin-block: -150px 155px;
  }
}
.top-interview__title {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.top-interview__title-jp {
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .top-interview__container {
    padding-inline: 0;
  }
}
.top-interview__main {
  padding: 105px 1% 150px;
  position: relative;
  min-height: 100vh;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-interview__main {
    padding: 70px 8.3% 85px;
    min-height: unset;
  }
}
.top-interview__bg {
  border-radius: 40px;
  position: absolute;
  inset: 0;
  background: #e60000;
  z-index: -1;
}
.top-interview__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-interview__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-interview__info {
  padding-top: 35px;
  width: 44%;
  max-width: 407px;
}
@media screen and (max-width: 980px) {
  .top-interview__info {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .top-interview__info {
    padding-top: 40px;
    width: 100%;
    max-width: unset;
  }
}
.top-interview__text {
  font-weight: 350;
  font-size: 1.5rem;
  line-height: 2.1333333333em;
  letter-spacing: 0.025em;
}
.top-interview__list {
  margin-top: 100px;
  padding-inline: 50px;
  position: relative;
  height: 621px;
}
@media screen and (max-width: 767px) {
  .top-interview__list {
    margin-top: 58px;
    padding-inline: 0;
    height: auto;
  }
}
.top-interview__slider-legend {
  position: absolute;
  top: -50px;
  left: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 5.4rem;
  font-family: "Shippori Mincho", "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.01em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-interview__slider-legend {
    margin: auto;
    padding-left: 100px;
    top: -24px;
    left: 0;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 27px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 340px) {
  .top-interview__slider-legend {
    right: 14px;
  }
}
.top-interview__odometer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-interview__odometer-digit {
  position: relative;
  width: 1ch;
  height: 1em;
  overflow: hidden;
}
.top-interview__odometer-digit-inner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.top-interview__odometer-digit-inner span {
  display: block;
  height: 1em;
  line-height: 1em;
}
.top-interview__inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .top-interview__inner {
    width: auto;
  }
}
.top-interview__splide {
  position: unset;
}
.top-interview__splide-track {
  height: 620px;
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .top-interview__splide-track {
    height: auto;
  }
}
.top-interview__slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  max-height: 433px;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
@media screen and (max-width: 767px) {
  .top-interview__slide {
    height: 428px;
  }
}
@media screen and (min-width: 767px) {
  .top-interview__slide.is-animating:not(.splide__slide--clone) {
    padding-right: 75px;
    width: 518px !important;
    max-height: 620px;
  }
}
@media screen and (min-width: 767px) {
  .top-interview__slide.is-animating:not(.splide__slide--clone) .top-interview__slide-image-wrap {
    max-width: 443px;
    max-height: 620px;
  }
}
.top-interview__slide.is-animating:not(.splide__slide--clone) .top-interview__slide-tgl {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media screen and (min-width: 767px) {
  .top-interview__slide.is-animating:not(.splide__slide--clone) .top-interview__slide-tgl {
    top: 88px;
  }
}
.top-interview__slide.is-animating:not(.splide__slide--clone) .top-interview__slide-sign {
  bottom: 94px;
  right: 6px;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .top-interview__slide.is-animating:not(.splide__slide--clone) .top-interview__slide-sign {
    bottom: 18px;
    right: 24px;
  }
}
.top-interview__slide-link {
  width: 100%;
  height: 100%;
}
.top-interview__slide-link:hover .top-interview__slide-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-interview__slide-link:hover .top-interview__slide-tgl,
.top-interview__slide-link:hover .top-interview__slide-sign {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.top-interview__slide-image-wrap {
  margin-left: auto;
  margin-bottom: auto;
  width: 100%;
  height: 100%;
  max-width: 310px;
  max-height: 433px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow: hidden;
}
.top-interview__slide-image {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top-interview__slide-tgl {
  position: absolute;
  top: 40px;
  left: -56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 3px;
  min-width: 114px;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path 0.5s ease;
  transition: -webkit-clip-path 0.5s ease;
  transition: clip-path 0.5s ease;
  transition: clip-path 0.5s ease, -webkit-clip-path 0.5s ease;
}
@media screen and (max-width: 767px) {
  .top-interview__slide-tgl {
    top: -25px;
    left: 15px;
    min-width: unset;
  }
}
@media screen and (max-width: 340px) {
  .top-interview__slide-tgl {
    left: -14px;
  }
}
.top-interview__slide-tgl-line {
  padding: 12px 2px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font: 500 2.2rem "Shippori Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  color: #e60000;
  line-height: 1.9em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.05em;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top-interview__slide-tgl-line {
    font-size: 15px;
  }
}
.top-interview__slide-sign {
  position: absolute;
  bottom: 40px;
  right: -26px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.5s ease;
  transition: -webkit-clip-path 0.5s ease;
  transition: clip-path 0.5s ease;
  transition: clip-path 0.5s ease, -webkit-clip-path 0.5s ease;
  width: 104px;
}
@media screen and (max-width: 767px) {
  .top-interview__slide-sign {
    width: 100px;
  }
}
.top-interview__arrows-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1040px) {
  .top-interview__arrows-wrap {
    bottom: -16%;
  }
}
@media screen and (max-width: 767px) {
  .top-interview__arrows-wrap {
    margin-top: 25px;
    position: static;
    padding-right: 7.5px;
  }
}
.top-interview__arrows {
  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;
}
@media screen and (max-width: 767px) {
  .top-interview__arrows {
    gap: 8px;
  }
}
.top-interview__arrow {
  border: 1px solid #fff;
  position: relative;
  right: 0;
  left: 0;
  width: 68px;
  height: auto;
  aspect-ratio: 1;
  opacity: 1;
  background: transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: none;
          transform: none;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .top-interview__arrow {
    width: 48px;
  }
}
.top-interview__arrow::after {
  content: "";
  margin: auto;
  position: absolute;
  inset: 0;
  width: 11.5px;
  aspect-ratio: 1;
  background: #fff;
  -webkit-mask: url("../public/img/icons/arrow-white.svg") no-repeat center/contain;
          mask: url("../public/img/icons/arrow-white.svg") no-repeat center/contain;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (max-width: 767px) {
  .top-interview__arrow::after {
    width: 8px;
  }
}
.top-interview__arrow:hover {
  background: #fff;
}
.top-interview__arrow:hover::after {
  background: #e60000;
}
.top-interview__arrow--prev::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.top-interview__arrow:disabled {
  pointer-events: none;
}
.top-interview__arrow-counter {
  padding-right: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  line-height: 1em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .top-interview__arrow-counter {
    padding-right: 4px;
    font-size: 10.5px;
  }
}

.top-talk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.8%;
}
@media screen and (max-width: 767px) {
  .top-talk {
    gap: 1.5%;
  }
}
.top-talk__head {
  padding-left: 4%;
}
@media screen and (max-width: 767px) {
  .top-talk__head {
    padding-left: 6%;
  }
}
.top-talk__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .top-talk__title {
    position: relative;
  }
}
.top-talk__title-en {
  margin-left: 14px;
  font-size: 6.8rem;
  line-height: 1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  .top-talk__title-en {
    margin-left: 0;
    font-size: 42px;
  }
}
.top-talk__title-jp {
  margin-top: 8px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .top-talk__title-jp {
    position: absolute;
    left: calc(101.5% + 8px);
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    white-space: nowrap;
  }
}
.top-talk__body {
  margin-top: 10px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-talk__body {
    margin-top: 38px;
    padding-bottom: 12px;
  }
}
.top-talk__body:hover .top-talk__bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-talk__bg {
  width: 100%;
  height: 485px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1160px) {
  .top-talk__bg {
    height: auto;
    aspect-ratio: 1100/485;
  }
}
@media screen and (max-width: 767px) {
  .top-talk__bg {
    height: 273.5px;
    aspect-ratio: unset;
  }
}
.top-talk__info {
  padding: 40px 80px 15px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .top-talk__info {
    padding-right: 90px;
  }
}
@media screen and (max-width: 980px) {
  .top-talk__info {
    padding: 22px 56px 6px 0;
  }
}
@media screen and (max-width: 767px) {
  .top-talk__info {
    padding: 14px 45px 0 0;
  }
}
@media screen and (max-width: 340px) {
  .top-talk__info {
    padding-right: 25px;
  }
}
.top-talk__text {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  line-height: 1.4285714286em;
}
@media screen and (max-width: 767px) {
  .top-talk__text {
    font-size: 10.8px;
    line-height: 1.2em;
  }
}
.top-talk__tgl {
  margin-bottom: 0;
  font-size: 2.6rem;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 767px) {
  .top-talk__tgl {
    margin-top: 6px;
    font-size: 18px;
    line-height: 1.5em;
  }
}

.top-marquee {
  --gap: 46px;
  margin-block: 160px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
}
@media screen and (max-width: 767px) {
  .top-marquee {
    margin-block: 80px 50px;
    gap: 18px;
  }
}
.top-marquee__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
}
@media screen and (max-width: 767px) {
  .top-marquee__content {
    gap: 18px;
  }
}
.top-marquee__text {
  font: 500 15rem "Shippori Mincho", "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
  color: #eceef3;
  white-space: nowrap;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1200px) {
  .top-marquee__text {
    font-size: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .top-marquee__text {
    font-size: 58px;
  }
}
.top-marquee__image {
  margin-top: 20px;
  width: 225px;
  aspect-ratio: 225/132;
}
@media screen and (max-width: 767px) {
  .top-marquee__image {
    margin-top: 5px;
    width: 89px;
  }
}

.top-env {
  padding-top: 130px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-env {
    padding-top: 44px;
  }
}
.top-env__bg {
  position: relative;
  width: 100%;
  height: 434px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-env__bg {
    height: 203px;
  }
}
.top-env__bg-image {
  aspect-ratio: 1600/520;
}
@media screen and (max-width: 767px) {
  .top-env__bg-image {
    aspect-ratio: 750/486;
  }
}
.top-env__container {
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .top-env__container {
    position: relative;
  }
}
.top-env__title {
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .top-env__title {
    padding-top: 15px;
    position: static;
  }
}
.top-env__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: -155px;
  width: 850px;
  height: 100%;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .top-env__title::after {
    width: 170%;
  }
}
@media screen and (max-width: 767px) {
  .top-env__title::after {
    left: 0;
    top: 0;
    width: 100%;
    max-width: 300px;
    height: 66px;
  }
}
.top-env__title-en {
  font-size: 9rem;
  letter-spacing: -0.035em;
}
@media screen and (max-width: 1200px) {
  .top-env__title-en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .top-env__title-en {
    font-size: 38px;
  }
}
.top-env__title-jp {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .top-env__title-jp {
    margin-top: 3px;
  }
}
.top-env__list {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .top-env__list {
    margin-top: 30px;
  }
}
.top-env__list-item {
  border-bottom: 1px solid #e7e9ef;
}
.top-env__list-item:first-child {
  border-top: 1px solid #e7e9ef;
}
.top-env__list-link {
  padding: 26px 6px;
  position: relative;
  display: block;
  font-weight: 350;
  font-size: 2.4rem;
  line-height: 1.9583333333em;
  letter-spacing: 0.085em;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width: 980px) {
  .top-env__list-link {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-env__list-link {
    padding: 18px 4px;
    font-size: 14px;
    line-height: 1.8076923077em;
  }
}
.top-env__list-link:hover {
  padding-left: 80px;
  color: #fff;
  background: #e60000;
}
.top-env__list-link:hover::after {
  right: 0;
  opacity: 0;
}
.top-env__list-link:hover::before {
  left: 40px;
  opacity: 1;
  z-index: 10;
}
.top-env__list-link::before, .top-env__list-link::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background: url("../public/img/icons/arrow-gray.svg") no-repeat center/contain;
  width: 11.5px;
  aspect-ratio: 11.5/8.7;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.top-env__list-link::before {
  opacity: 0;
  left: 0;
  background-image: url("../public/img/icons/arrow-white.svg");
}
.top-env__list-link::after {
  right: 40px;
}
@media screen and (max-width: 767px) {
  .top-env__list-link::after {
    right: 11px;
  }
}

.top-recruit {
  margin-top: 170px;
  padding-block: 118px;
  color: #fff;
  background: #e60000;
}
@media screen and (max-width: 767px) {
  .top-recruit {
    margin-top: 87px;
    padding-block: 40px;
  }
}
.top-recruit__title-en {
  font-size: 7rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .top-recruit__title-en {
    font-size: 42px;
  }
}
.top-recruit__title-jp {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .top-recruit__title-jp {
    margin-top: 4px;
  }
}
.top-recruit__link-list {
  margin-top: 40px;
  padding-right: 8%;
}
@media screen and (max-width: 980px) {
  .top-recruit__link-list {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit__link-list {
    margin-top: 30px;
  }
}
.top-recruit__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  letter-spacing: 0.085em;
}
@media screen and (max-width: 767px) {
  .top-recruit__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 340px) {
  .top-recruit__link {
    font-size: 12px;
  }
}
.top-recruit__link::before {
  content: "";
  display: block;
  width: 11.5px;
  aspect-ratio: 11.5/8.7;
  background: url("../public/img/icons/arrow-white.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-recruit__link::before {
    width: 8.25px;
  }
}
.top-recruit__link:not(:last-child) {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .top-recruit__link:not(:last-child) {
    margin-bottom: 12px;
  }
}

.welf {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .welf {
    padding-bottom: 100px;
  }
}
.welf__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 250px;
  padding-inline: 4%;
  margin-inline: auto;
  width: 100%;
  max-width: calc(1920px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .welf__wrap {
    max-width: 100%;
    padding-inline: 5.8%;
  }
}
@media screen and (max-width: 767px) {
  .welf__wrap {
    gap: 100px;
  }
}
.welf__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .welf__title {
    margin-bottom: 20px;
  }
}
.welf__dl-wrap {
  margin-top: 30px;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.welf__dl-wrap::-webkit-scrollbar {
  display: none;
}
.welf__dl {
  border-top: 1px solid #ddd;
}
.welf__dl-row {
  display: grid;
  grid-template-columns: 465px 1fr;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1250px) {
  .welf__dl-row {
    grid-template-columns: 372px 1fr;
  }
}
@media screen and (max-width: 980px) {
  .welf__dl-row {
    grid-template-columns: 308px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .welf__dl-row {
    grid-template-columns: 1fr;
  }
}
.welf__dl-row--2 {
  grid-template-columns: 157px 1fr;
  border-bottom: initial;
}
@media screen and (max-width: 1250px) {
  .welf__dl-row--2 {
    grid-template-columns: 128px 1fr;
  }
}
@media screen and (max-width: 980px) {
  .welf__dl-row--2 {
    grid-template-columns: 103px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .welf__dl-row--2 {
    grid-template-columns: 1fr;
  }
}
.welf__dl-row--sub {
  grid-template-columns: 308px 1fr;
}
@media screen and (max-width: 1250px) {
  .welf__dl-row--sub {
    grid-template-columns: 244px 1fr;
  }
}
@media screen and (max-width: 980px) {
  .welf__dl-row--sub {
    grid-template-columns: 205px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .welf__dl-row--sub {
    grid-template-columns: 1fr;
  }
}
.welf__dt, .welf__dd {
  padding: 15px 30px;
  line-height: 1.7em;
}
@media screen and (max-width: 980px) {
  .welf__dt, .welf__dd {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .welf__dt, .welf__dd {
    padding: 10px;
  }
}
.welf__dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #fff;
  background-color: #e60000;
}
.welf__dt--2 {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .welf__dt--2 {
    display: block;
    text-align: center;
  }
}
.welf__dt--reg {
  font-weight: 400;
}
.welf__dd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .welf__dd {
    gap: 8px;
  }
}
.welf__dd--whole {
  display: initial;
}
.welf__box-wrap {
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .welf__box-dia {
    min-width: 100%;
  }
}
.welf__box-list {
  list-style: none;
  counter-reset: num;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .welf__box-list {
    margin-top: 20px;
  }
}
.welf__box-list-item {
  counter-increment: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  font-size: 1.3rem;
  line-height: 1.75em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .welf__box-list-item {
    font-size: 13px;
  }
}
.welf__box-list-item::before {
  content: "※" counter(num);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.welf__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .welf__cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.welf__card {
  height: 240px;
  border-radius: 6px;
  border: 1px solid #e60000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  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;
}
.welf__card-icon {
  height: 84px;
}
.welf__card-heading {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #e60000;
}
@media screen and (max-width: 980px) {
  .welf__card-heading {
    font-size: 1.8rem;
  }
}

.int {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .int {
    font-size: 1.3rem;
  }
}
.int__qa {
  max-width: 93.8%;
}
@media screen and (max-width: 767px) {
  .int__qa {
    max-width: 100%;
  }
}
.int__qa-title {
  font-size: 3.9rem;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .int__qa-title {
    font-size: 2.45rem;
  }
}
.int__qa-title::before {
  content: "Q. ";
}
.int__qa-content {
  margin-top: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .int__qa-content {
    margin-top: 4.5rem;
    gap: 2.25rem;
  }
}
.int__qa-heading {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.2083333333em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .int__qa-heading {
    font-size: 1.6rem;
  }
}

.int-banner {
  padding: 15.4rem 2.3rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .int-banner {
    padding: 7.7rem 5.8% 0;
  }
}
.int-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1600/575;
  background: #e60000;
}
@media screen and (max-width: 767px) {
  .int-banner::before {
    aspect-ratio: 375/300;
  }
}
.int-banner__main {
  width: 100%;
  position: relative;
}
.int-banner__info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.int-banner__title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  font: 400 9.8rem "Shippori Mincho", "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .int-banner__title {
    font-size: 5.4rem;
  }
}
.int-banner__image-wrap {
  width: 100%;
  background: #ddd;
}
.int-banner__image {
  width: 100%;
  aspect-ratio: 1554/649;
}
@media screen and (max-width: 767px) {
  .int-banner__image {
    aspect-ratio: 375/550;
  }
}
.int-banner__quote {
  position: absolute;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font: 400 3.9rem "Shippori Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.1em;
  gap: 9px;
  width: 100%;
  max-width: calc(100% - 9.6rem - 4rem);
}
@media screen and (max-width: 1200px) {
  .int-banner__quote {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 980px) {
  .int-banner__quote {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .int-banner__quote {
    font-size: 2.45rem;
    max-width: calc(100% - 4rem - 1.75rem);
  }
}
@media screen and (max-width: 480px) {
  .int-banner__quote {
    font-size: 1.75rem;
  }
}
.int-banner__quote-inner {
  display: inline;
  padding: 0.32em 0;
  background-color: #e60000;
  -webkit-box-shadow: 0.6em 0 0 #e60000, -0.6em 0 0 #e60000;
          box-shadow: 0.6em 0 0 #e60000, -0.6em 0 0 #e60000;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: #fff;
  line-height: 2.4em;
}
.int-banner__quote-inner .line {
  white-space: nowrap;
}
.int-banner__details {
  padding-block: 7.5rem 9.5rem;
  margin-inline: auto;
  max-width: calc(100% - 9.6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .int-banner__details {
    max-width: calc(100% - 4rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.int-banner__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .int-banner__head {
    gap: 1.25rem;
  }
}
.int-banner__tag {
  min-width: 9.7rem;
  height: 3.8rem;
  padding-inline: 1rem;
  border-radius: 19px;
  background: #e60000;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  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;
}
@media screen and (max-width: 767px) {
  .int-banner__tag {
    min-width: 5.35rem;
    height: 2.4rem;
    border-radius: 12px;
    font-size: 1.3rem;
  }
}
.int-banner__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .int-banner__name {
    font-size: 2.75rem;
  }
}
.int-banner__name::after {
  content: "さん";
  font: 500 1.4rem "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .int-banner__name::after {
    font-size: 1.2rem;
  }
}
.int-banner__dept {
  margin-top: 1.7rem;
  font-size: 1.6rem;
  line-height: 1.6875em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .int-banner__dept {
    font-size: 1.3rem;
  }
}
.int-banner__note {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .int-banner__note {
    margin-top: 1.25rem;
    font-size: 13px;
  }
}
.int-banner__profile {
  font-size: 1.4rem;
  line-height: 1.7857142857em;
  letter-spacing: 0.06em;
  max-width: 39rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .int-banner__profile {
    font-size: 13px;
    max-width: 100%;
  }
}
.int-banner__profile-head {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .int-banner__profile-head {
    font-size: 1.5rem;
  }
}

.int-related {
  overflow-x: hidden;
  background: #e7e9ef;
  padding-block: 18.5rem 14.5rem;
}
@media screen and (max-width: 767px) {
  .int-related {
    padding-block: 9rem 7rem;
  }
}
.int-related__head, .int-related__content {
  width: 100%;
  padding-inline: 4%;
  margin-inline: auto;
  width: 100%;
  max-width: calc(1470px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .int-related__head, .int-related__content {
    max-width: 100%;
    padding-inline: 5.8%;
  }
}
.int-related__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.int-related__title {
  color: #000;
  font-size: 5.3rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .int-related__title {
    font-size: 30px;
  }
}
.int-related__title-sub {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.int-related__content {
  margin-top: 6.3rem;
}
@media screen and (max-width: 767px) {
  .int-related__content {
    margin-top: 40px;
  }
}
.int-related__slider {
  margin-left: -3.3rem;
}
@media screen and (max-width: 767px) {
  .int-related__slider {
    margin-left: -2rem;
  }
}
.int-related__slider-track {
  overflow: visible !important;
}
.int-related__arrows {
  position: absolute;
  top: -26%;
  right: 4.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .int-related__arrows {
    top: -16%;
    right: 0;
    gap: 8px;
  }
}
.int-related__arrow {
  border: 1px solid #251e1c;
  position: relative;
  right: 0;
  left: 0;
  width: 68px;
  height: auto;
  aspect-ratio: 1;
  opacity: 1;
  background: transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 767px) {
  .int-related__arrow {
    width: 48px;
  }
}
.int-related__arrow::after {
  content: "";
  margin: auto;
  position: absolute;
  inset: 0;
  width: 11.5px;
  aspect-ratio: 1;
  background: #251e1c;
  -webkit-mask: url("../public/img/icons/arrow-white.svg") no-repeat center/contain;
          mask: url("../public/img/icons/arrow-white.svg") no-repeat center/contain;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (max-width: 767px) {
  .int-related__arrow::after {
    width: 8px;
  }
}
.int-related__arrow:hover {
  background: #251e1c;
}
.int-related__arrow:hover::after {
  background: #fff;
}
.int-related__arrow--prev::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.int-related__arrow:disabled {
  pointer-events: none;
}
.int-related__arrow svg {
  display: none;
}
.int-related__slide {
  width: 39.3rem;
  padding-left: 3.3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .int-related__slide {
    width: 28rem;
    padding-left: 2rem;
  }
}
.int-related__slide:hover .int-related__thumb-src {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.int-related__slide-thumb {
  width: 100%;
  aspect-ratio: 360/482;
  overflow: hidden;
}
.int-related__thumb-src {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.int-related__slide-initial {
  position: absolute;
  top: 32.75rem;
  right: -4rem;
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
  font-family: "North Avellion", cursive;
  font-size: 5.83rem;
  color: #fff;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .int-related__slide-initial {
    top: 22.6rem;
    font-size: 5.5rem;
  }
}
.int-related__slide-san {
  display: inline-block;
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
  position: relative;
  top: 0.5rem;
}
.int-related__slide-box {
  width: 100%;
  padding-top: 2.8rem;
  padding-left: 2.8rem;
  background: #e7e9ef;
  -webkit-transform: translate(5.5rem, -5.9rem);
          transform: translate(5.5rem, -5.9rem);
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8333333333em;
  letter-spacing: 0.06em;
  color: #878787;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .int-related__slide-box {
    padding-top: 1.8rem;
    padding-left: 1.8rem;
    gap: 1.8rem;
    -webkit-transform: translate(1.5rem, -4.9rem);
            transform: translate(1.5rem, -4.9rem);
  }
}
.int-related__slide-quote {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .int-related__slide-quote {
    font-size: 1.3rem;
  }
}

.int-main {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .int-main {
    padding-inline: 0;
  }
}
.int-main__wrap {
  width: 100%;
  padding-inline: 4%;
  margin-inline: auto;
  width: 100%;
  max-width: calc(1470px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .int-main__wrap {
    max-width: 100%;
    padding-inline: 5.8%;
  }
}
@media screen and (max-width: 767px) {
  .int-main__wrap {
    padding-inline: 0;
  }
}
.int-main__layout {
  width: 100%;
  display: grid;
  grid-template-columns: 14.5rem 1fr;
  gap: 13.26%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .int-main__layout {
    gap: 6%;
  }
}
@media screen and (max-width: 767px) {
  .int-main__layout {
    grid-template-columns: 1fr;
    padding-inline: 5.8%;
  }
}
.int-main__section {
  overflow: hidden;
}
.int-main__section-content {
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  .int-main__section-content {
    grid-column: 1;
    width: 100%;
  }
}
.int-main__menu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
.int-main__menu-layout {
  width: 100%;
  position: sticky;
  top: 10rem;
  left: 0;
  pointer-events: none;
  margin-top: 13.5rem;
}
@media screen and (max-width: 767px) {
  .int-main__menu-layout {
    display: none;
  }
}
.int-main__menu-content {
  grid-column: 1;
  padding-bottom: 4rem;
  pointer-events: initial;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #acacac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .int-main__menu-content {
    font-size: 1.3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-block: 2rem;
  }
}
.int-main__menu-content a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.int-main__menu-content a.active {
  color: #000;
}

.int-career {
  padding-block: 13.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .int-career {
    padding-block: 9rem 6.75rem;
  }
}
.int-career::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url("../public/img/interview/career-bg.webp") no-repeat top right/cover, url("../public/img/interview/career-bg.jpg") no-repeat top right/cover;
}
.int-career__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .int-career__content {
    gap: 2.75rem;
  }
}
.int-career__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.int-career__title {
  line-height: 1;
  font-size: 5.8rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  .int-career__title {
    font-size: 3.4rem;
  }
}
.int-career__tl {
  max-width: 86rem;
}
.int-career__tl-item {
  padding-left: 2.5rem;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .int-career__tl-item {
    padding-left: 1.75rem;
    padding-bottom: 3rem;
  }
}
.int-career__tl-item::before, .int-career__tl-item::after {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .int-career__tl-item::before, .int-career__tl-item::after {
    top: 1.3rem;
  }
}
.int-career__tl-item::before {
  border-left: 1px solid #000;
  height: 100%;
}
.int-career__tl-item::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.24rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #000;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .int-career__tl-item::after {
    width: 1.12rem;
  }
}
.int-career__tl-item:last-child {
  padding-bottom: 3rem;
}
.int-career__tl-item:last-child::before {
  height: calc(100% - 1.6rem);
}
.int-career__item-heading {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .int-career__item-heading {
    font-size: 1.5rem;
  }
}
.int-career__item-desc {
  margin-top: 5px;
}

.int-job {
  padding-top: 17rem;
}
@media screen and (max-width: 767px) {
  .int-job {
    padding-top: 8.5rem;
  }
}
.int-job__banner {
  width: 91.875%;
  margin-top: 14rem;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .int-job__banner {
    width: 94.2%;
    height: 30rem;
    margin-top: 7rem;
    margin-right: -5.8%;
  }
}
.int-job__banner-image {
  width: 100%;
  aspect-ratio: 1430/582;
}
@media screen and (max-width: 767px) {
  .int-job__banner-image {
    height: 100%;
    aspect-ratio: initial;
  }
}

.int-reason {
  padding-top: 23rem;
}
@media screen and (max-width: 767px) {
  .int-reason {
    padding-top: 11.5rem;
  }
}
.int-reason__banner {
  width: 91.875%;
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .int-reason__banner {
    width: cal(94.2%);
    height: 30rem;
    margin-top: 7rem;
  }
}
.int-reason__banner-image {
  width: 100%;
  aspect-ratio: 1430/582;
}
@media screen and (max-width: 767px) {
  .int-reason__banner-image {
    height: 100%;
    aspect-ratio: initial;
  }
}

.int-reward {
  padding-block: 14rem 15.5rem;
}
@media screen and (max-width: 767px) {
  .int-reward {
    padding-block: 7rem 7.75rem;
  }
}

.int-message {
  padding-block: 17rem 15rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .int-message {
    padding-block: 6.5rem;
  }
}
.int-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #e60000;
  border-radius: 40px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .int-message::before {
    border-radius: 20px;
  }
}
.int-message__content {
  display: grid;
  grid-template: "title img" auto "quote img" auto "text img" 1fr/1fr 42.4%;
  gap: 0 5.5%;
}
@media screen and (max-width: 1200px) {
  .int-message__content {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "quote" "text" "img";
    max-width: 560px;
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .int-message__content {
    width: 100%;
  }
}
.int-message__image {
  grid-area: img;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .int-message__image {
    width: 80%;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .int-message__image {
    margin-top: 0;
  }
}
.int-message__image::after {
  content: "";
  position: absolute;
  top: 3.5rem;
  left: 0;
  -webkit-transform: translateX(-36.2%);
          transform: translateX(-36.2%);
  width: 53.88%;
  max-width: 24.3rem;
  aspect-ratio: 243/124;
  background: url("../public/img/interview/message-title.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .int-message__image::after {
    width: 45%;
  }
}
.int-message__title {
  grid-area: title;
  color: #fff;
  font-size: 3.9rem;
  letter-spacing: 0;
  margin-bottom: 8.6rem;
}
@media screen and (max-width: 767px) {
  .int-message__title {
    font-size: 2.45rem;
    margin-bottom: 4.8rem;
  }
}
.int-message__quote {
  grid-area: quote;
  color: #fff;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.2083333333em;
  letter-spacing: 0.1em;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .int-message__quote {
    font-size: 1.7rem;
    margin-bottom: 2.25rem;
  }
}
.int-message__text {
  grid-area: text;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .int-message__text {
    margin-bottom: 2.25rem;
  }
}

.int-schedule {
  padding-block: 14.5rem 19.5rem;
}
@media screen and (max-width: 767px) {
  .int-schedule {
    padding-block: 7.25rem 9.75rem;
  }
}
.int-schedule__content {
  display: grid;
  gap: 4rem 9.5rem;
  grid-template: "title tl" auto "intro tl" 1fr/auto 1fr;
}
@media screen and (max-width: 1200px) {
  .int-schedule__content {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "intro" "tl";
    gap: 0;
  }
}
.int-schedule__title {
  grid-area: title;
}
@media screen and (max-width: 767px) {
  .int-schedule__title {
    margin-bottom: 2.5rem;
  }
}
.int-schedule__intro {
  grid-area: intro;
  font-size: 1.8rem;
  line-height: 1.9444444444em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .int-schedule__intro {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .int-schedule__intro {
    font-size: 15px;
  }
}
.int-schedule__tl {
  grid-area: tl;
}
.int-schedule__tl-item {
  padding-bottom: 5rem;
  position: relative;
  display: grid;
  grid-template-columns: 6.8rem 1fr;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .int-schedule__tl-item {
    grid-template-columns: 5rem 1fr;
    padding-bottom: 3rem;
    gap: 2.9rem;
  }
}
.int-schedule__tl-item::before, .int-schedule__tl-item::after {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: 8.8rem;
}
@media screen and (max-width: 767px) {
  .int-schedule__tl-item::before, .int-schedule__tl-item::after {
    top: 1.3rem;
    left: 6.8rem;
  }
}
.int-schedule__tl-item::before {
  border-left: 1px solid #000;
  height: 100%;
}
.int-schedule__tl-item::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.24rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #000;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .int-schedule__tl-item::after {
    width: 1.12rem;
  }
}
.int-schedule__tl-item:last-child {
  padding-bottom: 0;
}
.int-schedule__tl-item:last-child::before {
  display: none;
}
.int-schedule__item-time {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .int-schedule__item-time {
    font-size: 1.65rem;
  }
}

.talk {
  padding-bottom: 300px;
}
@media screen and (max-width: 767px) {
  .talk {
    padding-bottom: 150px;
  }
}
.talk__banner {
  padding-block: 72px 108px;
  color: #e60000;
  background: url("../public/img/crosstalk/grad-bg.jpg") no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .talk__banner {
    padding-block: 35px 50px;
  }
}
.talk__banner-container {
  padding-inline: 2.3rem;
}
@media screen and (max-width: 767px) {
  .talk__banner-container {
    padding-inline: 2.2%;
  }
}
.talk__banner-title {
  margin: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: 500 9rem "Shippori Mincho", "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.04em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .talk__banner-title {
    font-size: 4.5rem;
  }
}
.talk__banner-image {
  margin-top: -50px;
  width: 100%;
  aspect-ratio: 1553/649;
  height: auto;
  min-height: 66vh;
}
@media screen and (max-width: 1680px) {
  .talk__banner-image {
    min-height: unset;
    height: 650px;
  }
}
@media screen and (max-width: 980px) {
  .talk__banner-image {
    aspect-ratio: 1553/900;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .talk__banner-image {
    margin-top: -25px;
  }
}
.talk__banner-hl {
  margin: 80px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: 500 3.9rem "Shippori Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.1em;
  line-height: 2.2051282051em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .talk__banner-hl {
    margin-top: 40px;
    font-size: 2rem;
    line-height: 2em;
  }
}
.talk__profile {
  padding-top: 8rem;
}
.talk__profile-head {
  padding-left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .talk__profile-head {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.talk__profile-title {
  font: 300 2.6rem "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .talk__profile-title {
    font-size: 1.8rem;
  }
}
.talk__profile-note {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
.talk__profile-list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  gap: 30px 7.9%;
}
@media screen and (max-width: 1560px) {
  .talk__profile-list {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
}
@media screen and (max-width: 1360px) {
  .talk__profile-list {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
}
@media screen and (max-width: 980px) {
  .talk__profile-list {
    gap: 20px 4%;
  }
}
@media screen and (max-width: 767px) {
  .talk__profile-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .talk__profile-list {
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
  }
}
.talk__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 19%;
}
@media screen and (max-width: 1560px) {
  .talk__member {
    width: 22%;
  }
}
@media screen and (max-width: 1280px) {
  .talk__member {
    width: 23.5%;
  }
}
@media screen and (max-width: 980px) {
  .talk__member {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .talk__member {
    width: 34%;
  }
}
@media screen and (max-width: 500px) {
  .talk__member {
    width: 46%;
  }
}
.talk__member-image {
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.talk__member-image--thumb {
  width: 59px;
}
.talk__member-main {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.talk__member-tag {
  border-radius: 13px;
  padding: 5px 20px;
  margin-right: 10px;
  font-size: 1.06rem;
  letter-spacing: 0.06em;
  color: #fff;
  background: #e60000;
}
@media screen and (max-width: 1360px) {
  .talk__member-tag {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .talk__member-tag {
    padding-block: 2px;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .talk__member-tag {
    margin-right: 5px;
    font-size: 0.8rem;
  }
}
.talk__member-name {
  font-weight: 500;
}
.talk__member-name-init {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1280px) {
  .talk__member-name-init {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .talk__member-name-init {
    font-size: 1.8rem;
  }
}
.talk__member-name-san {
  font-size: 0.93rem;
  letter-spacing: 0.1em;
}
.talk__member-summary {
  font-size: 1.4rem;
  line-height: 1.5em;
  color: #38444f;
}
@media screen and (max-width: 767px) {
  .talk__member-summary {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
.talk__convo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  color: #38444f;
}
.talk__convo-item:not(:first-child) {
  margin-top: 34px;
}
.talk__convo-speaker {
  min-width: 80px;
}
@media screen and (max-width: 767px) {
  .talk__convo-speaker {
    min-width: 60px;
  }
}
.talk__convo-name {
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .talk__convo-banner {
    width: 100%;
    height: auto;
    aspect-ratio: 1438/583;
  }
}
.talk__convo-banner-wrap {
  background: #d6d6d6;
  width: 100%;
  aspect-ratio: 1430/582;
}
@media screen and (max-width: 767px) {
  .talk__convo-banner-wrap {
    height: 100%;
    aspect-ratio: initial;
  }
}
.talk__convo-banner-image {
  width: 100%;
  height: 100%;
}
.talk__qa {
  max-width: 91%;
}
@media screen and (max-width: 767px) {
  .talk__qa {
    max-width: 100%;
  }
}
.talk__qa-title {
  font-weight: 500;
}
.talk__qa-content {
  margin-top: 7.6rem;
}
@media screen and (max-width: 767px) {
  .talk__qa-content {
    margin-top: 4.5rem;
  }
}
.talk__qa-heading {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.2727272727em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .talk__qa-heading {
    font-size: 1.6rem;
  }
}

.talk-main__layout {
  grid-template-columns: 16rem 1fr;
}
@media screen and (max-width: 767px) {
  .talk-main__layout {
    grid-template-columns: 1fr;
  }
}
.talk-main__section-q {
  margin-top: 236px;
}
@media screen and (max-width: 767px) {
  .talk-main__section-q {
    margin-top: 9rem;
  }
}
.talk-main__section-q--pt190 {
  margin-top: 190px;
}
@media screen and (max-width: 767px) {
  .talk-main__section-q--pt190 {
    margin-top: 8.5rem;
  }
}

.overflow {
  overflow: hidden;
}

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

.pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: none;
  }
}

.tablet {
  display: block;
}
@media screen and (max-width: 980px) {
  .tablet {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sp-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bg-gray {
  background: #eef2f8;
}

.red {
  color: #e60000;
}

.bold {
  font-weight: 700;
}

.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.ls-5 {
  letter-spacing: 0.005em;
}

.ls-25 {
  letter-spacing: -0.025em;
}

.ls-40 {
  letter-spacing: 0.04em;
}

.nowrap {
  white-space: nowrap;
}

@property --angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 300deg;
}
[data-anima] {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

[data-anima=reveal-right-diag] {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, -1em 100%, -1em 100%);
          clip-path: polygon(0% 0%, 0% 0%, -1em 100%, -1em 100%);
}
[data-anima=reveal-right-diag].animate {
  -webkit-animation-name: reveal-right-diag;
          animation-name: reveal-right-diag;
}

[data-anima=reveal-down-diag] {
  -webkit-clip-path: polygon(0% -1em, 100% 0, 100% 0, 0 -1em);
          clip-path: polygon(0% -1em, 100% 0, 100% 0, 0 -1em);
}
[data-anima=reveal-down-diag].animate {
  -webkit-animation-name: reveal-down-diag;
          animation-name: reveal-down-diag;
}

[data-anima=fade-in] {
  opacity: 0;
}
[data-anima=fade-in].animate {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

[data-anima=slide-up] {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
[data-anima=slide-up].animate {
  -webkit-animation-name: slide-up;
          animation-name: slide-up;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
@-webkit-keyframes reveal-right-diag {
  from {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, -1em 100%, -1em 100%);
            clip-path: polygon(0% 0%, 0% 0%, -1em 100%, -1em 100%);
  }
  to {
    -webkit-clip-path: polygon(0% 0%, calc(100% + 1em) 0%, 100% 100%, -1em 100%);
            clip-path: polygon(0% 0%, calc(100% + 1em) 0%, 100% 100%, -1em 100%);
  }
}
@keyframes reveal-right-diag {
  from {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, -1em 100%, -1em 100%);
            clip-path: polygon(0% 0%, 0% 0%, -1em 100%, -1em 100%);
  }
  to {
    -webkit-clip-path: polygon(0% 0%, calc(100% + 1em) 0%, 100% 100%, -1em 100%);
            clip-path: polygon(0% 0%, calc(100% + 1em) 0%, 100% 100%, -1em 100%);
  }
}
@-webkit-keyframes reveal-down-diag {
  from {
    -webkit-clip-path: polygon(0% -1em, 100% 0, 100% 0, 0 -1em);
            clip-path: polygon(0% -1em, 100% 0, 100% 0, 0 -1em);
  }
  to {
    -webkit-clip-path: polygon(0% -1em, 100% 0, 100% calc(100% + 1em), 0 100%);
            clip-path: polygon(0% -1em, 100% 0, 100% calc(100% + 1em), 0 100%);
  }
}
@keyframes reveal-down-diag {
  from {
    -webkit-clip-path: polygon(0% -1em, 100% 0, 100% 0, 0 -1em);
            clip-path: polygon(0% -1em, 100% 0, 100% 0, 0 -1em);
  }
  to {
    -webkit-clip-path: polygon(0% -1em, 100% 0, 100% calc(100% + 1em), 0 100%);
            clip-path: polygon(0% -1em, 100% 0, 100% calc(100% + 1em), 0 100%);
  }
}
@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes clip-text {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes clip-text {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes text-reveal {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@keyframes text-reveal {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}