/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./scss/common.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Noto+Sans+JP:wght@300..700&family=Noto+Serif+JP:wght@400..700&family=Poppins:wght@500&display=swap);
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./scss/common.scss (1) ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* -------------------------------------------------------------------
  default colors
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  default web-font
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  default width
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  default spacing
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  hover anitionの適用（～xまで）
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  default font-size
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  breakpoints
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  background
------------------------------------------------------------------- */
.background__base {
  background-color: rgba(161, 210, 227, 0.2);
}
.background__white {
  background-color: white;
}
.background__main {
  background-color: #234780;
}

/* -------------------------------------------------------------------
  各種rem計算（font以外）
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  flex時のgapを差し引いた横幅計算
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  アスペクト比固定
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  vw変換
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  MediaQuery
    ex.
      @include mq(sm)     -> (max-width: 600px)
      @include mq(sm-up)  -> (min-width: 600.1px)
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
  display
------------------------------------------------------------------- */
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}

/* -------------------------------------------------------------------
  show and hide
------------------------------------------------------------------- */
@media (min-width: 480.1px) {
  .--xs {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .--xs-up {
    display: none !important;
  }
}
@media (min-width: 600.1px) {
  .--sm {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .--sm-up {
    display: none !important;
  }
}
@media (min-width: 768.1px) {
  .--md {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .--md-up {
    display: none !important;
  }
}
@media (min-width: 1024.1px) {
  .--lg {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .--lg-up {
    display: none !important;
  }
}
@media (min-width: 1366.1px) {
  .--xl {
    display: none !important;
  }
}
@media (max-width: 1366px) {
  .--xl-up {
    display: none !important;
  }
}
@media (min-width: 1600.1px) {
  .--mx {
    display: none !important;
  }
}
@media (max-width: 1600px) {
  .--mx-up {
    display: none !important;
  }
}
@media (min-width: 1440.1px) {
  .--custom {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .--custom-up {
    display: none !important;
  }
}
/* -------------------------------------------------------------------
  margin / padding
------------------------------------------------------------------- */
.mt-x-high {
  margin-top: clamp(80px, 14.9739583333vw, 150px);
}
.mt-high, .recruitment-cta {
  margin-top: clamp(80px, 11.71875vw, 100px);
}
.mt-middle, .company-conduct {
  margin-top: clamp(20px, 3.90625vw, 40px);
}
.mt-low, .footer__sns {
  margin-top: clamp(10px, 1.953125vw, 20px);
}
.mt-0 {
  margin-top: 0rem !important;
}

.mr-x-high {
  margin-right: clamp(80px, 14.9739583333vw, 150px);
}
.mr-high {
  margin-right: clamp(80px, 11.71875vw, 100px);
}
.mr-middle {
  margin-right: clamp(20px, 3.90625vw, 40px);
}
.mr-low {
  margin-right: clamp(10px, 1.953125vw, 20px);
}
.mr-0 {
  margin-right: 0rem !important;
}

.mb-x-high {
  margin-bottom: clamp(80px, 14.9739583333vw, 150px);
}
.mb-high {
  margin-bottom: clamp(80px, 11.71875vw, 100px);
}
.mb-middle {
  margin-bottom: clamp(20px, 3.90625vw, 40px);
}
.mb-low {
  margin-bottom: clamp(10px, 1.953125vw, 20px);
}
.mb-0 {
  margin-bottom: 0rem !important;
}

.ml-x-high {
  margin-left: clamp(80px, 14.9739583333vw, 150px);
}
.ml-high {
  margin-left: clamp(80px, 11.71875vw, 100px);
}
.ml-middle {
  margin-left: clamp(20px, 3.90625vw, 40px);
}
.ml-low {
  margin-left: clamp(10px, 1.953125vw, 20px);
}
.ml-0 {
  margin-left: 0rem !important;
}

.mx-x-high {
  margin-inline: clamp(80px, 14.9739583333vw, 150px);
}
.mx-high {
  margin-inline: clamp(80px, 11.71875vw, 100px);
}
.mx-middle {
  margin-inline: clamp(20px, 3.90625vw, 40px);
}
.mx-low {
  margin-inline: clamp(10px, 1.953125vw, 20px);
}
.mx-0 {
  margin-inline: 0rem !important;
}

.my-x-high {
  margin-block: clamp(80px, 14.9739583333vw, 150px);
}
.my-high {
  margin-block: clamp(80px, 11.71875vw, 100px);
}
.my-middle {
  margin-block: clamp(20px, 3.90625vw, 40px);
}
.my-low {
  margin-block: clamp(10px, 1.953125vw, 20px);
}
.my-0 {
  margin-block: 0rem !important;
}

.ma-x-high {
  margin: clamp(80px, 14.9739583333vw, 150px);
}
.ma-high {
  margin: clamp(80px, 11.71875vw, 100px);
}
.ma-middle {
  margin: clamp(20px, 3.90625vw, 40px);
}
.ma-low {
  margin: clamp(10px, 1.953125vw, 20px);
}
.ma-0 {
  margin: 0rem !important;
}

.pt-x-high {
  padding-top: clamp(80px, 14.9739583333vw, 150px);
}
.pt-high {
  padding-top: clamp(80px, 11.71875vw, 100px);
}
.pt-middle {
  padding-top: clamp(20px, 3.90625vw, 40px);
}
.pt-low {
  padding-top: clamp(10px, 1.953125vw, 20px);
}
.pt-0 {
  padding-top: 0rem !important;
}

.pr-x-high {
  padding-right: clamp(80px, 14.9739583333vw, 150px);
}
.pr-high {
  padding-right: clamp(80px, 11.71875vw, 100px);
}
.pr-middle {
  padding-right: clamp(20px, 3.90625vw, 40px);
}
.pr-low {
  padding-right: clamp(10px, 1.953125vw, 20px);
}
.pr-0 {
  padding-right: 0rem !important;
}

.pb-x-high {
  padding-bottom: clamp(80px, 14.9739583333vw, 150px);
}
.pb-high {
  padding-bottom: clamp(80px, 11.71875vw, 100px);
}
.pb-middle {
  padding-bottom: clamp(20px, 3.90625vw, 40px);
}
.pb-low {
  padding-bottom: clamp(10px, 1.953125vw, 20px);
}
.pb-0 {
  padding-bottom: 0rem !important;
}

.pl-x-high {
  padding-left: clamp(80px, 14.9739583333vw, 150px);
}
.pl-high {
  padding-left: clamp(80px, 11.71875vw, 100px);
}
.pl-middle {
  padding-left: clamp(20px, 3.90625vw, 40px);
}
.pl-low {
  padding-left: clamp(10px, 1.953125vw, 20px);
}
.pl-0 {
  padding-left: 0rem !important;
}

.px-x-high {
  padding-inline: clamp(80px, 14.9739583333vw, 150px);
}
.px-high {
  padding-inline: clamp(80px, 11.71875vw, 100px);
}
.px-middle {
  padding-inline: clamp(20px, 3.90625vw, 40px);
}
.px-low {
  padding-inline: clamp(10px, 1.953125vw, 20px);
}
.px-0 {
  padding-inline: 0rem !important;
}

.py-x-high {
  padding-block: clamp(80px, 14.9739583333vw, 150px);
}
.py-high, .section {
  padding-block: clamp(80px, 11.71875vw, 100px);
}
.py-middle {
  padding-block: clamp(20px, 3.90625vw, 40px);
}
.py-low {
  padding-block: clamp(10px, 1.953125vw, 20px);
}
.py-0 {
  padding-block: 0rem !important;
}

.pa-x-high {
  padding: clamp(80px, 14.9739583333vw, 150px);
}
.pa-high {
  padding: clamp(80px, 11.71875vw, 100px);
}
.pa-middle {
  padding: clamp(20px, 3.90625vw, 40px);
}
.pa-low {
  padding: clamp(10px, 1.953125vw, 20px);
}
.pa-0 {
  padding: 0rem !important;
}

.inner {
  width: 1112px;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
}
@media (min-width: 600.1px) {
  .inner {
    width: 1220px;
    padding-inline: 70px;
  }
}
.inner.--wide {
  width: 1252px;
}
@media (min-width: 600.1px) {
  .inner.--wide {
    width: 1360px;
  }
}
.inner.--narrow {
  width: 932px;
}
@media (min-width: 600.1px) {
  .inner.--narrow {
    width: 1040px;
  }
}
.inner .--narrow {
  width: 900px;
  max-width: 100%;
  margin-inline: auto;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: clamp(267px, 36.9140625vw, 300px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: clamp(10.5px, 1.7252604167vw, 16px);
  background-color: white;
  border: 2px solid #F04600;
  border-radius: 10em;
  color: #F04600;
  font-size: clamp(16px, 2.34375vw, 20px);
  font-weight: 600;
  text-decoration: none;
  line-height: 1.5;
}
@media (min-width: 768.1px) {
  .btn {
    transition: background-color 0.3s linear;
  }
  .btn:hover {
    background-color: #FFE8DF;
  }
}
.btn::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: clamp(14px, 2.1484375vw, 19px);
  height: clamp(14px, 2.1484375vw, 19px);
  background: url("../assets/icon-arrow.svg") no-repeat center center;
  background-size: contain;
}
.text-center .btn {
  margin-inline: auto;
}
.btn.--is-tel, .btn.--is-entry {
  flex-direction: row-reverse;
}
.btn.--is-tel::after, .btn.--is-entry::after {
  width: clamp(24px, 3.515625vw, 30px);
  height: clamp(24px, 3.515625vw, 30px);
}
.btn.--is-tel::after {
  background-image: url("../assets/icon-tel.svg");
}
.btn.--is-entry::after {
  background-image: url("../assets/icon-envelope.svg");
}

.btn-arrow {
  display: grid;
  place-items: center;
  width: clamp(40px, 6.5104166667vw, 60px);
  height: clamp(40px, 6.5104166667vw, 60px);
  background-color: white;
  border-radius: 50%;
  border: 2px solid #F04600;
}
@media (min-width: 768.1px) {
  .btn-arrow {
    transition: background-color 0.3s linear;
  }
  .btn-arrow:hover {
    background-color: #FFE8DF;
  }
}
.btn-arrow::after {
  content: "";
  display: block;
  width: clamp(14px, 2.1484375vw, 19px);
  height: clamp(14px, 2.1484375vw, 19px);
  background: url("../assets/icon-arrow.svg") no-repeat center center;
  background-size: contain;
}

.header {
  position: absolute;
  z-index: 100;
  top: clamp(16px, 3.3854166667vw, 36px);
  width: 1832px;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
}
@media (min-width: 600.1px) {
  .header {
    width: 1940px;
    padding-inline: 70px;
  }
}
.--header-scroll-standby .header {
  position: fixed;
  left: 0;
  z-index: 100;
  width: 100%;
  transform: translateY(-200%);
}
.--header-scroll-ready .header {
  transition: transform 0.5s linear;
}
.--header-scroll-on .header {
  transform: translateY(0%);
}
.header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 6px 10px;
  background-color: white;
  border-radius: clamp(5px, 0.9765625vw, 10px);
}
@media (min-width: 768.1px) {
  .header__inner {
    padding-inline: clamp(10px, 3.2552083333vw, 40px) clamp(10px, 3.90625vw, 50px);
  }
}
.header__title {
  position: relative;
  z-index: 10;
  margin: 0;
}
.header__title-img {
  width: clamp(126px, 19.5963541667vw, 175px);
}

.--nav-on {
  overflow: hidden;
}

.header-nav__btn {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background-color: white;
  border: 0;
  cursor: pointer;
}
.header-nav__btn-burger {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.5px;
}
.header-nav__btn-burger span {
  position: relative;
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 2px;
  background-color: #234780;
  transition: transform 0.3s linear;
}
.--nav-on .header-nav__btn-burger span:first-child {
  top: 4.25px;
  transform: rotate(45deg);
}
.--nav-on .header-nav__btn-burger span:last-child {
  top: -4.25px;
  transform: rotate(-45deg);
}
.--nav-on .header-nav__btn-burger span:nth-child(2) {
  display: none;
}
@media (min-width: 1024.1px) {
  .header-nav__btn {
    display: none;
  }
}
.header-nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: clamp(10px, 1.953125vw, 30px);
       column-gap: clamp(10px, 1.953125vw, 30px);
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header-nav__item-text {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1;
}
@media (min-width: 1024.1px) {
  .header-nav__item-text {
    font-size: clamp(15px, 1.46484375vw, 16px);
  }
}
.header-nav__item-text.--emphasis {
  display: inline-block;
  padding: 10px 20px;
  background-color: #234780;
  border-radius: 5em;
  color: white;
}
@media (min-width: 768.1px) {
  .header-nav__item-text.--emphasis {
    transition: opacity 0.3s linear;
  }
  .header-nav__item-text.--emphasis:hover {
    color: white;
    opacity: 0.6;
  }
}
@media (max-width: 1024px) {
  .header-nav {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(-100%);
    opacity: 0;
    width: 100%;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    transition: transform 0.5s ease-in-out, opacity 0.5s 0.25s ease-in-out;
  }
  .--nav-on .header-nav {
    transform: translateY(100%);
    opacity: 1;
  }
  .header-nav__list {
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
  }
}

.footer {
  margin-top: clamp(80px, 14.9739583333vw, 150px);
  padding-block: clamp(30px, 8.4635416667vw, 100px) clamp(30px, 6.1848958333vw, 65px);
  background-color: #234780;
  color: white;
  letter-spacing: 0;
}
.footer__logo {
  text-align: center;
}
.footer__logo-img {
  width: clamp(195px, 30.9244791667vw, 280px);
}
.footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2.6041666667vw, 30px);
}
.footer__sns-icon {
  display: grid;
  place-items: center;
  background-color: white;
  border-radius: 50%;
  width: clamp(34px, 4.8177083333vw, 40px);
  height: clamp(34px, 4.8177083333vw, 40px);
}
@media (min-width: 768.1px) {
  .footer__sns-icon {
    transition: 0.3s linear opacity;
  }
  .footer__sns-icon:hover {
    opacity: 0.7;
  }
}
.footer__sns-icon img {
  width: clamp(27px, 3.8411458333vw, 32px);
  height: clamp(27px, 3.8411458333vw, 32px);
}
.footer__copy {
  display: block;
  margin-top: clamp(26px, 5.9244791667vw, 65px);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.footer a {
  color: white;
  text-decoration: none;
}

.footer-nav {
  display: grid;
  margin-top: clamp(26px, 5.9244791667vw, 65px);
}
@media (min-width: 600.1px) {
  .footer-nav {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: clamp(26px, 5.078125vw, 52px);
  }
}
.footer-nav__label {
  display: block;
  padding: 16px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: clamp(14px, 2.0833333333vw, 18px);
  font-weight: 700;
}
@media (min-width: 600.1px) {
  .footer-nav__label {
    padding-inline: 0;
  }
}
.footer-nav__list {
  display: grid;
  row-gap: clamp(9px, 1.7578125vw, 18px);
  margin: 0;
  padding-top: clamp(11px, 2.1484375vw, 22px);
  padding-left: 1.75em;
  list-style-type: none;
}
@media (min-width: 600.1px) {
  .footer-nav__list {
    display: grid !important;
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .footer-nav__list {
    display: none;
  }
}
@media (max-width: 600px) {
  .footer-nav__item:not(:first-child) {
    margin-top: clamp(9px, 1.7578125vw, 18px);
  }
}
.footer-nav__item a {
  font-weight: 400;
}

.table {
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid #424242;
  border-spacing: 0;
}
.table th,
.table td {
  vertical-align: top;
  padding-inline: 10px;
  letter-spacing: 0;
}
.table th {
  width: 0;
  white-space: nowrap;
  padding-top: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768.1px) {
  .table th {
    padding-top: 15px;
    padding-inline: clamp(30px, 5.859375vw, 60px);
    border-bottom: 1px solid #424242;
  }
}
.table td {
  padding-bottom: 15px;
  border-bottom: 1px solid #424242;
  line-height: 1.7;
}
@media (min-width: 768.1px) {
  .table td {
    padding-top: 15px;
    padding-inline: clamp(30px, 5.859375vw, 60px);
    display: table-cell !important;
  }
}
@media (max-width: 768px) {
  .table {
    display: block;
    width: 100%;
  }
  .table tr, .table th, .table td, .table tbody {
    display: block;
    width: 100%;
  }
  .table.--has-sp-accordion tr {
    border-bottom: 1px solid #424242;
  }
  .table.--has-sp-accordion th {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 15px;
  }
  .table.--has-sp-accordion th::after {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 24px;
    height: 12px;
    background: url("../assets/icon-arrow-b.svg") no-repeat center center;
    background-size: contain;
  }
  .table.--has-sp-accordion th.--accordion-on::after {
    transform: scale(1, -1);
  }
  .table.--has-sp-accordion td {
    display: none;
    border-bottom: 0;
  }
}

.title-home {
  display: grid;
  gap: clamp(5px, 0.9765625vw, 10px);
  color: #234780;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 1.953125vw, 16px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.title-home::before {
  content: attr(en);
  font-size: clamp(30px, 6.1197916667vw, 64px);
}
.title-home.--white {
  color: white;
}
.title-h2 {
  font-size: clamp(20px, 3.515625vw, 34px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.title-h2::first-letter {
  color: #F04600;
}
.title-bg, .title-text-img__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  background-color: rgba(66, 66, 66, 0.2);
  border-bottom: 1px solid #F04600;
  color: #234780;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 2.6041666667vw, 24px);
  font-weight: 600;
}
@media (min-width: 600.1px) {
  .title-bg, .title-text-img__title {
    line-height: 1.2;
  }
}
.title-interview, .interview-section__title {
  padding-left: 8px;
  border-left: 8px solid #F04600;
  font-size: clamp(16px, 2.34375vw, 20px);
  font-weight: 500;
  line-height: 1.5;
}
.title-interview.--white, .--white.interview-section__title {
  color: white;
  border-color: white;
}
.title-text {
  margin-top: clamp(20px, 2.9296875vw, 25px);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 2.734375vw, 24px);
  font-weight: 500;
}

.page-link-list {
  display: grid;
  gap: clamp(15px, 3.5807291667vw, 40px);
}
@media (min-width: 600.1px) {
  .page-link-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-link {
  text-decoration: none;
}
.page-link:hover {
  color: #424242;
}
.page-link__icon {
  position: relative;
  z-index: 2;
  transform: translateY(45%);
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-inline: auto;
  background-color: #F04600;
  border: 4px solid white;
  border-radius: 50%;
}
.page-link__inner {
  position: relative;
  padding-block: 43px 16px;
  border-radius: 6px;
  background-color: white;
}
@media (min-width: 600.1px) {
  .page-link__inner {
    padding: 36px 16px 30px;
  }
}
.page-link__inner::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #F04600;
  border-bottom-right-radius: 6px;
}
.page-link__title {
  display: grid;
  text-align: center;
  font-size: clamp(18px, 2.4739583333vw, 20px);
  font-weight: 700;
  letter-spacing: 0;
}
.page-link__title::before {
  content: attr(en);
  text-align: center;
  font-family: poppins, sans-serif;
  color: #F04600;
  text-transform: capitalize;
}
@media (min-width: 600.1px) {
  .page-link__title::before {
    margin-bottom: 13px;
  }
}
@media (min-width: 768.1px) {
  .page-link .page-link__icon {
    transition: border-color 0.3s linear;
  }
  .page-link .page-link__icon path {
    transition: fill 0.3s linear;
  }
  .page-link .page-link__inner {
    transition: background-color 0.3s linear;
  }
  .page-link:hover .page-link__icon {
    border-color: #FFE8DF;
  }
  .page-link:hover .page-link__icon path {
    fill: #FFE8DF;
  }
  .page-link:hover .page-link__inner {
    background-color: #FFE8DF;
  }
}

.title-text-img__title {
  margin-top: 40px;
}
.title-text-img__text {
  margin-top: 20px;
}
.title-text-img__img-wrap {
  margin-top: 40px;
  text-align: center;
}
.title-text-img__img {
  border-radius: 10px;
}
.title-text-img__img.remove-radius {
  border-radius: 0;
}

.page-title {
  margin-bottom: clamp(80px, 14.9739583333vw, 150px);
  padding-block: clamp(82px, 16.40625vw, 170px) clamp(20px, 4.5572916667vw, 50px);
  background-color: #234780;
  color: white;
  overflow: hidden;
}
.page-title__inner {
  width: 1210px;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 600.1px) {
  .page-title__inner {
    width: 1310px;
    padding-inline: 70px;
  }
}
.page-title__text {
  position: relative;
  margin: 0;
}
.page-title__text::before {
  content: attr(en);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(50px, 12.3697916667vw, 140px);
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: 1;
  word-break: break-all;
  white-space: nowrap;
  opacity: 0.1;
}
.page-title__text .--title {
  position: absolute;
  bottom: -0.3em;
  left: 0;
  font-size: clamp(18px, 3.7760416667vw, 40px);
  font-weight: 600;
}
@media (min-width: 600.1px) {
  .page-title__text .--title {
    left: clamp(0px, 1.3020833333vw, 20px);
    bottom: 0;
  }
}

.form-title {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  text-align: center;
  font-size: clamp(20px, 3.2552083333vw, 30px);
  font-weight: 600;
  letter-spacing: 0;
}

.form-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(5px, 1.4322916667vw, 17px) 20px;
  width: 700px;
  max-width: 100%;
  margin-top: 40px;
  margin-inline: auto;
}
@media (min-width: 768.1px) {
  .form-item {
    grid-template-columns: auto 1fr;
  }
}
.form-item__label {
  font-weight: 400;
  letter-spacing: 0;
}
.form-item__label:not(:first-child) {
  margin-top: 11px;
}
@media (min-width: 768.1px) {
  .form-item__label {
    margin-top: 0;
  }
}
.form-item__label.--is-required::after {
  content: "必須";
  display: inline-block;
  margin-left: 5px;
  padding: 3px 5px 4px;
  background-color: #234780;
  border-radius: 3em;
  color: white;
  font-size: 12px;
  line-height: 1;
}
.form-item__submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  text-align: center;
}

/*
  CF7
  */
.wpcf7 {
  padding: 40px clamp(32px, 5.3385416667vw, 50px);
  background-color: rgba(161, 210, 227, 0.2);
  border-radius: 30px;
}

.wpcf7-list-item {
  margin-left: 30px;
}
.wpcf7-list-item.first {
  margin-left: 0;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #F04600;
}

.wpcf7-submit {
  display: grid;
  place-items: center;
  width: 192px;
  height: 54px;
  background-image: linear-gradient(to right, #234780 0%, rgba(35, 71, 128, 0.6) 100%);
  border-radius: 10em;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  color: white;
  cursor: pointer;
}
@media (min-width: 768.1px) {
  .wpcf7-submit {
    transition: opacity 0.3s linear;
  }
  .wpcf7-submit:hover {
    opacity: 0.6;
  }
}

/*
  Default
  */
input,
textarea,
select {
  outline: 0;
  border: 0;
  border-radius: 0;
}

input:not([type=submit]),
select,
textarea {
  max-width: 100%;
  margin-bottom: 0;
  padding: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  transition: background 0.3s linear;
  border: 1px solid rgba(51, 51, 51, 0.2);
}
input:not([type=submit]):focus,
select:focus,
textarea:focus {
  background-color: rgba(161, 210, 227, 0.2);
}
input:not([type=submit])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #c2c2c2;
}
input:not([type=submit])::placeholder,
select::placeholder,
textarea::placeholder {
  color: #c2c2c2;
}

textarea {
  line-height: 1.5;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
textarea {
  width: 100%;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__slide {
  max-width: 100%;
}
.splide__pagination {
  position: relative;
  margin-top: clamp(10px, 1.6276041667vw, 15px);
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.splide__pagination__page {
  background-color: rgba(35, 24, 21, 0.5);
}
.splide__pagination__page.is-active {
  background-color: #231815;
}
.splide__arrow {
  width: 2rem;
  height: 2rem;
  background-color: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.splide__arrow--prev {
  transform: translateY(-100%) translateX(-30%);
}
.splide__arrow--prev i {
  transform: rotate(180deg);
}
.splide__arrow--next {
  transform: translateY(-100%) translateX(30%);
}

.interview-list.is-initialized:not(.is-active) .interview-list__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 768.1px) {
  .interview-list:hover .interview-list-item__img {
    opacity: 0.4;
  }
}

.interview-list-item {
  display: grid;
  grid-template-rows: auto 1fr;
  width: 290px;
  height: 100%;
  text-decoration: none;
}
.interview-list-item:hover {
  color: #424242;
}
.interview-list-item__figure {
  border-radius: 6px;
  background-color: #424242;
}
.interview-list-item__img {
  border-radius: 6px;
}
.interview-list-item__contents {
  position: relative;
  padding: 15px 15px 20px;
  background-color: white;
  border-radius: 6px;
  letter-spacing: 0;
}
.interview-list-item__contents::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #F04600;
  border-bottom-right-radius: 6px;
}
.interview-list-item__job {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}
.interview-list-item__year {
  display: block;
  font-size: clamp(12px, 1.6927083333vw, 14px);
  line-height: 2;
}
.interview-list-item__name {
  display: block;
  font-size: 20px;
  line-height: 2;
}
@media (min-width: 768.1px) {
  .interview-list-item .interview-list-item__contents {
    transition: background-color 0.3s linear;
  }
  .interview-list-item:hover .interview-list-item__img {
    opacity: 1;
  }
  .interview-list-item:hover .interview-list-item__contents {
    background-color: #FFE8DF;
  }
}

.interview-list-arrow {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: clamp(20px, 3.90625vw, 40px);
}
@media (min-width: 1440.1px) {
  .interview-list-arrow {
    display: none;
  }
}
.interview-list-arrow__btn {
  cursor: pointer;
}
.interview-list-arrow__btn:disabled {
  opacity: 0.6;
}
.interview-list-arrow .--prev {
  transform: rotate(-135deg);
}
.interview-list-arrow .--next {
  transform: rotate(45deg);
}

/*
  Type Aside
  */
@media (max-width: 768px) {
  .interview-list[data-type=aside] .interview-list-item {
    width: 247px;
  }
  .interview-list[data-type=aside] .interview-list-item__figure {
    aspect-ratio: 1/1;
    width: 100%;
  }
  .interview-list[data-type=aside] .interview-list-item__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
.interview-list[data-type=aside] + .interview-list-arrow {
  position: absolute;
  justify-content: space-between;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  margin-top: 0;
  padding-inline: 8px;
  pointer-events: none;
}
.interview-list[data-type=aside] + .interview-list-arrow .interview-list-arrow__btn {
  pointer-events: auto;
}

/* -------------------------------------------------------------------
  base
------------------------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  position: relative;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #424242;
  font-size: clamp(14px, 1.953125vw, 16px);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

a {
  color: #424242;
  text-decoration: underline;
}
@media (min-width: 768.1px) {
  a {
    transition: 0.3s linear color;
  }
  a:hover {
    color: #F04600;
  }
  a img {
    transition: 0.3s linear opacity;
  }
  a img:hover {
    opacity: 0.5;
  }
}

p {
  margin-block: 20px 0;
}
@media (min-width: 768.1px) {
  p {
    line-height: 2;
  }
}

img,
svg {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}

iframe {
  border: 0;
  vertical-align: bottom;
}

b {
  color: #234780;
  font-weight: 500;
}

* {
  box-sizing: border-box;
}

h2, h3, h4, h5 {
  margin: 0;
}

.fw-b {
  font-weight: 700;
}
.fw-m {
  font-weight: 500;
}
.fw-l {
  font-weight: 400;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

/*
  HOME
  */
.home-fv {
  position: relative;
  padding-top: clamp(78px, 16.796875vw, 180px);
}
.home-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: clamp(159px, 33.7890625vw, 360px);
  background-color: #234780;
}
.home-fv__inner {
  position: relative;
  z-index: 5;
  width: 1600px;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
}
@media (min-width: 768.1px) {
  .home-fv__inner {
    padding-inline: 50px;
  }
}
.home-fv__contents {
  position: relative;
}
.home-fv__contents::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: clamp(102px, 13.28125vw, 397px);
  background-image: linear-gradient(to bottom, rgba(2, 20, 48, 0) 0%, rgba(2, 20, 48, 0.6) 60%, rgba(2, 20, 48, 0.8) 100%);
}
.home-fv__img {
  width: 100%;
}
.home-fv__text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  padding-bottom: 20px;
  padding-inline: clamp(20px, 2.6041666667vw, 72px);
  text-align: center;
  color: white;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(44px, 5.7291666667vw, 90px);
  font-weight: 400;
  text-shadow: 5px 5px 10px rgba(66, 66, 66, 0.25);
  word-break: keep-all;
  line-height: 1.3;
}
@media (min-width: 600.1px) {
  .home-fv__text {
    padding-bottom: clamp(20px, 7.8125vw, 112px);
  }
}
.home-fv__object {
  position: absolute;
  bottom: -50px;
}
@media (min-width: 768.1px) {
  .home-fv__object {
    bottom: 50px;
  }
}

.home-greeting {
  display: grid;
  margin-top: clamp(30px, 5.2083333333vw, 50px);
  gap: 40px;
}
@media (min-width: 1024.1px) {
  .home-greeting {
    grid-template-columns: 1fr auto;
  }
}
.home-greeting__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(18px, 3.515625vw, 36px);
  white-space: nowrap;
}
.home-greeting__title .--large {
  font-size: clamp(30px, 5.0130208333vw, 47px);
}
.home-greeting__description {
  margin-top: clamp(20px, 4.5572916667vw, 50px);
}
.home-greeting__btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 40px;
  margin-top: clamp(40px, 5.859375vw, 50px);
}
@media (min-width: 1024.1px) {
  .home-greeting__btn-list {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.home-greeting__img-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-inline: auto;
  padding-inline: 6px;
}
@media (min-width: 1024.1px) {
  .home-greeting__img-list {
    grid-template-columns: 1fr;
    gap: 8px;
    width: 330px;
    padding-inline: 0;
  }
}
@media (min-width: 1024.1px) {
  .home-greeting__img.--president {
    justify-self: flex-end;
  }
}
@media (max-width: 1024px) {
  .home-greeting__img {
    width: 100%;
  }
}

.home-interview {
  margin-top: clamp(126px, 26.953125vw, 288px);
  padding-inline: 26px;
}
@media (min-width: 768.1px) {
  .home-interview {
    padding-inline: 0;
  }
}
.home-interview .interview-list {
  margin-top: clamp(30px, 5.2083333333vw, 50px);
}

.home-recruitment {
  position: relative;
  z-index: 2;
}

.background-skew {
  position: relative;
  margin-top: clamp(126px, 16.9921875vw, 135px);
  padding-block: 54px clamp(53px, 9.375vw, 91px);
  background-color: #234780;
}
@media (min-width: 600.1px) {
  .background-skew {
    padding-top: 14px;
  }
}
.background-skew::before, .background-skew::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  aspect-ratio: 1920/238;
  width: 100%;
  background-color: #234780;
}
.background-skew::before {
  top: 0.5px;
  transform: translateY(-100%);
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0);
          clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}
.background-skew::after {
  bottom: 0.5px;
  transform: translateY(100%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}

/*
  Message
  */
.message-lead {
  position: relative;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 768.1px) {
  .message-lead {
    padding-block: 5px;
  }
}
.message-lead__title {
  position: relative;
  font-size: clamp(16px, 3.3854166667vw, 36px);
  font-weight: 600;
}
@media (max-width: 768px) {
  .message-lead__title {
    margin-top: clamp(20px, 3.90625vw, 40px);
  }
}
.message-lead__title .--large {
  font-size: clamp(20px, 4.3619791667vw, 47px);
}
@media (min-width: 768.1px) {
  .message-lead__img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
  }
}
.message-lead__meta {
  position: relative;
  margin-block: 10px 0;
  font-weight: 500;
}
.message-lead__meta-label {
  font-size: clamp(12px, 2.0833333333vw, 20px);
}
.message-lead__meta-name {
  font-size: clamp(18px, 3.2552083333vw, 32px);
  margin-left: 0;
}

/*
  Company
  */
.company-conduct {
  display: grid;
  -moz-column-gap: clamp(20px, 4.1666666667vw, 44px);
       column-gap: clamp(20px, 4.1666666667vw, 44px);
  margin-bottom: 0;
  margin-inline: auto;
  text-align: center;
}
@media (min-width: 768.1px) {
  .company-conduct {
    grid-template-columns: auto auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.company-conduct__title {
  margin-top: clamp(20px, 3.90625vw, 40px);
  color: #F04600;
  font-family: "poppins", sans-serif;
  font-size: clamp(18px, 2.6041666667vw, 22px);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 768.1px) {
  .company-conduct__title {
    text-align: right;
  }
}
.company-conduct__text {
  margin-top: 10px;
  margin-left: 0;
  font-size: clamp(14px, 2.0833333333vw, 18px);
}
@media (min-width: 768.1px) {
  .company-conduct__text {
    margin-top: clamp(20px, 3.90625vw, 40px);
    text-align: left;
  }
}

.company-office {
  display: grid;
  grid-template: "label label" auto "address link" auto/1fr auto;
  -moz-column-gap: clamp(14px, 3.515625vw, 40px);
       column-gap: clamp(14px, 3.515625vw, 40px);
  font-style: normal;
}
.company-office:not(:first-child) {
  margin-top: 20px;
}
.company-office__label {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: label;
}
.company-office__address {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: address;
}
.company-office__link {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: link;
  justify-self: flex-end;
  align-self: flex-start;
  display: inline-block;
  padding: 9px 12px;
  background-color: #F04600;
  border-radius: 5px;
  color: white;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
}
@media (min-width: 768.1px) {
  .company-office__link {
    transition: opacity 0.3s linear;
  }
  .company-office__link:hover {
    color: white;
    opacity: 0.6;
  }
}

/*
  Data
  */
.data-feature {
  display: grid;
  justify-content: center;
  gap: 25px;
  margin-top: 40px;
}
@media (min-width: 600.1px) {
  .data-feature {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768.1px) {
  .data-feature {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*
  Service
  */
.content-service {
  padding: clamp(30px, 4.2317708333vw, 35px) clamp(16px, 3.6458333333vw, 40px);
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
.content-service:first-child {
  padding-bottom: clamp(30px, 4.5572916667vw, 40px);
}
@media (min-width: 768.1px) {
  .content-service {
    padding-top: 10px;
  }
}
.content-service-list {
  counter-reset: service;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.content-service__count::before {
  content: "[ Service" counter(service, decimal-leading-zero) " ]";
  counter-increment: service;
  color: rgba(66, 66, 66, 0.4);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.content-service__inner {
  display: grid;
  gap: clamp(16px, 2.34375vw, 20px) clamp(0px, 5.2083333333vw, 80px);
  margin-top: 16px;
}
@media (min-width: 768.1px) {
  .content-service__inner {
    grid-template: "title figure" auto "description figure" 1fr/1fr auto;
    margin-top: 14px;
  }
}
.content-service__title {
  display: flex;
  flex-wrap: wrap;
  gap: 10px clamp(15px, 3.5807291667vw, 40px);
  align-items: center;
}
@media (min-width: 768.1px) {
  .content-service__title {
    grid-area: title;
    padding-top: clamp(20px, 3.90625vw, 40px);
  }
}
.content-service__title-text {
  font-size: clamp(20px, 2.734375vw, 22px);
  letter-spacing: 0;
  line-height: 1.2;
}
.content-service__title-text .--small {
  font-size: clamp(14px, 1.953125vw, 16px);
}
.content-service__title-object {
  flex-shrink: 0;
}
.content-service__title-object .--aqua-blue-one {
  gap: clamp(106px, 18.4895833333vw, 178px);
}
.content-service__description {
  margin-top: 0;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media (min-width: 768.1px) {
  .content-service__description {
    grid-area: description;
  }
}
.content-service__figure {
  aspect-ratio: 343/229;
  width: 100%;
}
@media (min-width: 768.1px) {
  .content-service__figure {
    grid-area: figure;
    width: clamp(150px, 32.0963541667vw, 343px);
  }
}
@media (min-width: 768.1px){
  .content-service__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .content-service__description {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .content-service__figure {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
}
.content-service__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

/*
  Recruitment
  */
.recruitment-list {
  display: grid;
  justify-content: center;
  gap: clamp(10px, 3.2552083333vw, 40px);
}
@media (min-width: 768.1px) {
  .recruitment-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.recruitment-link {
  display: grid;
  grid-template: "text text" auto "job arrow" auto;
  padding-block: clamp(30px, 3.90625vw, 50px) clamp(30px, 3.90625vw, 40px);
  padding-inline: clamp(40px, 5.2083333333vw, 50px) clamp(30px, 3.90625vw, 60px);
  row-gap: clamp(14px, 2.1484375vw, 19px);
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
}
@media (min-width: 768.1px) {
  .recruitment-link {
    padding-inline: clamp(30px, 3.90625vw, 50px) clamp(20px, 2.6041666667vw, 60px);
  }
}
.recruitment-link__text {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: text;
  color: white;
  font-size: clamp(16px, 2.6041666667vw, 24px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-variant-east-asian: half-width;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 768.1px) {
  .recruitment-link__text {
    font-size: clamp(16px, 2.0833333333vw, 24px);
  }
}
.recruitment-link__text .--large {
  font-size: clamp(30px, 5.078125vw, 48px);
}
@media (min-width: 768.1px) {
  .recruitment-link__text .--large {
    font-size: clamp(30px, 3.90625vw, 48px);
  }
}
.recruitment-link__job {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: job;
  align-self: center;
  color: white;
  font-size: clamp(18px, 2.734375vw, 24px);
  font-weight: 600;
  line-height: 1;
}
.recruitment-link__arrow {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: arrow;
  justify-self: flex-end;
}
.recruitment-link.--has-link {
  text-decoration: none;
}
@media (min-width: 768.1px) {
  .recruitment-link.--has-link:hover .recruitment-link__arrow {
    background-color: #FFE8DF;
  }
}
.recruitment-link.--no-link {
  padding: clamp(30px, 5.859375vw, 60px) clamp(30px, 5.859375vw, 60px);
}
@media (min-width: 768.1px) {
  .recruitment-link.--no-link {
    padding: clamp(60px, 10.6119791667vw, 103px) clamp(60px, 11.5885416667vw, 118px);
  }
}

.recruitment-cta {
  padding: clamp(30px, 5.5338541667vw, 55px) 18px clamp(30px, 5.7291666667vw, 58px);
  border: 1px solid #F04600;
  border-radius: 10px;
}
.recruitment-cta__title {
  text-align: center;
  color: #F04600;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 3.90625vw, 40px);
  font-weight: 400;
  line-height: 1;
}
.recruitment-cta__btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 3.90625vw, 40px);
  justify-content: center;
  margin-top: clamp(20px, 4.8828125vw, 55px);
}
.recruitment-cta__btn-column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.recruitment-cta__btn-label {
  margin-top: 0;
  text-align: center;
  font-size: clamp(12px, 1.953125vw, 18px);
  line-height: 1.7;
  letter-spacing: 0;
}
.recruitment-cta__btn {
  margin-top: 6px;
}

/*
  Interview
  */
@media (min-width: 768.1px) {
  .interview__inner {
    padding: 80px 13px 13px;
    border: 2px solid #F04600;
    border-radius: 10px;
  }
}
.interview__inner .--narrow {
  width: 920px;
}
.interview .other-interview {
  position: relative;
  padding-inline: 48px;
}
@media (min-width: 768.1px) {
  .interview .other-interview {
    padding-inline: 0;
  }
}

.interview-mv {
  position: relative;
  border-bottom: 2px solid #F04600;
}
@media (min-width: 768.1px) {
  .interview-mv {
    padding-bottom: 40px;
  }
}
.interview-mv__content {
  padding: 20px clamp(16px, 2.34375vw, 20px);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
@media (min-width: 768.1px) {
  .interview-mv__content {
    position: absolute;
    bottom: clamp(40px, 7.8125vw, 80px);
    left: clamp(5px, 2.9296875vw, 40px);
  }
}
.interview-mv__figure {
  text-align: center;
}
.interview-mv__img {
  border-radius: 10px;
}
.interview-mv__title {
  color: #F04600;
  font-size: clamp(16px, 2.34375vw, 20px);
  font-weight: 500;
  letter-spacing: 0;
}
.interview-mv__meta {
  margin-block: 10px 0;
  line-height: 1.8;
}
.interview-mv__meta-job {
  margin-left: 0;
}
.interview-mv__video {
  aspect-ratio: 16/9;
  width: 100%;
}
.interview-mv__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 40px;
}
@media (min-width: 1024.1px) {
  .interview-section {
    flex-direction: row-reverse;
  }
  .interview-section:nth-child(2n) {
    flex-direction: row;
  }
}
.interview-section__figure {
  flex-shrink: 0;
}
.interview-section__img {
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .interview-section__title {
    margin-top: 40px;
  }
}
.interview-section__text {
  margin-top: clamp(13px, 2.1484375vw, 20px);
}
.interview-section.--is-greeting {
  gap: 0;
  padding-top: clamp(20px, 4.5572916667vw, 50px);
  background-color: #F04600;
}
@media (min-width: 1024.1px) {
  .interview-section.--is-greeting {
    flex-direction: row;
    padding-top: 0;
  }
}
@media (min-width: 768.1px) {
  .interview-section.--is-greeting {
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 768px) {
  .interview-section.--is-greeting {
    margin-inline: -70px;
    padding-inline: 70px;
  }
}
@media (max-width: 600px) {
  .interview-section.--is-greeting {
    margin-inline: -16px;
    padding-inline: 16px;
  }
}
@media (min-width: 1024.1px) {
  .interview-section.--is-greeting .interview-section__figure {
    width: 40%;
    align-self: stretch;
  }
  .interview-section.--is-greeting .interview-section__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
  }
}
.interview-section.--is-greeting .interview-section__content {
  height: 100%;
  padding: clamp(20px, 4.5572916667vw, 50px) clamp(16px, 4.296875vw, 50px);
  color: white;
}
@media (max-width: 1024px) {
  .interview-section.--is-greeting .interview-section__content {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .interview-section.--is-greeting .interview-section__content {
    padding-inline: 0;
  }
}
.interview-section.--is-greeting .interview-section__title {
  border-color: white;
}

.interview-cover {
  margin-top: 40px;
  text-align: center;
}
.interview-cover__img {
  border-radius: 10px;
}

/*
  Privacy Policy
  */
.policy-section {
  margin-top: clamp(40px, 7.8125vw, 80px);
}
.policy-section__title {
  color: #234780;
  font-size: clamp(16px, 2.4739583333vw, 22px);
  font-weight: 700;
}
.policy-section__text {
  margin-top: clamp(10px, 1.953125vw, 20px);
  line-height: 1.8;
}

/*# sourceMappingURL=common.css.map*/