*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

:where(figure) {
  margin: 0;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

address {
  font-style: normal;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

@font-face {
  font-family: "Yu Gothic R";
  src: url(../fonts/YuGothR001.woff) format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Yu Gothic M";
  src: url(../fonts/YuGothM001.woff) format("opentype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Yu Gothic B";
  src: url(../fonts/YuGothB001.woff) format("opentype");
  font-weight: 700;
  font-display: swap;
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #000000;
  background-color: #FFFFFF;
  font-family: "Yu Gothic R", sans-serif;
  font-weight: 400;
}
body:has(.js-open) {
  overflow: hidden;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.sp-hidden {
  display: none;
}
@media (width >= 768px) {
  .sp-hidden {
    display: block;
  }
}

.sp-hidden--xs {
  display: none;
}
@media (width >= 400px) {
  .sp-hidden--xs {
    display: block;
  }
}

.sp-hidden--lg {
  display: none;
}
@media (width >= 900px) {
  .sp-hidden--lg {
    display: block;
  }
}

@media (width >= 768px) {
  .pc-hidden {
    display: none;
  }
}

@media (width >= 600px) {
  .pc-hidden--sm {
    display: none;
  }
}

@media (width >= 400px) {
  .pc-hidden--xs {
    display: none;
  }
}

@media (width >= 900px) {
  .pc-hidden--lg {
    display: none;
  }
}

@media (width >= 1200px) {
  .pc-hidden--xl {
    display: none;
  }
}

@media (width >= 1400px) {
  .pc-hidden--xxl {
    display: none;
  }
}

main {
  overflow: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha__text {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.section__inner {
  width: min(600 / 375 * 100vw + 30 / 375 * 100vw * 2, 100%);
  padding-inline: calc(30 / 375 * 100vw);
  margin-inline: auto;
}
@media (width >= 768px) {
  .section__inner.section__inner--middle {
    width: min(1440px, 100%);
    padding-inline: clamp(32px, -160px + 25vw, 200px);
  }
  .section__inner.section__inner--large {
    width: min(1440px, 100%);
    padding-inline: clamp(32px, 0px + 4.167vw, 60px);
  }
  .section__inner.section__inner--small {
    width: min(1440px, 100%);
    padding-inline: clamp(60px, -145.714px + 26.786vw, 240px);
    margin-inline: auto;
  }
}
@media (width >= 768px) and (width >= 768px) {
  .section__inner.section__inner--interview {
    width: min(1440px, 100%);
    padding-inline: clamp(30px, -148.286px + 23.214vw, 186px);
    margin-inline: auto;
  }
}
@media (width >= 768px) and (width >= 1600px) {
  .section__inner.section__inner--interview {
    width: min(1440px, 100%);
    padding-inline: clamp(32px, 0px + 4.167vw, 60px);
  }
}

.section__head {
  text-align: center;
}

.section__head-subtitle {
  color: #DEEAFA;
  font-family: "EB Garamond", serif;
  font-size: calc(48 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
}
.section__head-subtitle.section__head-subtitle--main-blue {
  color: #0064FF;
}
@media (width >= 768px) {
  .section__head-subtitle {
    font-size: clamp(5.6rem, 40px + 2.083vw, 7rem);
  }
}

.section__head-title {
  -webkit-margin-before: calc(-1 * 20 / 375 * 100vw);
  margin-block-start: calc(-1 * 20 / 375 * 100vw);
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: calc(28 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
}
.section__head-title.section__head-title--white {
  color: #FFFFFF;
}
@media (width >= 768px) {
  .section__head-title {
    -webkit-margin-before: calc(-1 * clamp(23px, 15px + 1.042vw, 30px));
    margin-block-start: calc(-1 * clamp(23px, 15px + 1.042vw, 30px));
    font-size: clamp(3rem, 23.143px + 0.893vw, 3.6rem);
  }
}

.section__btn-wrapper {
  -webkit-margin-before: calc(24 / 375 * 100vw);
  margin-block-start: calc(24 / 375 * 100vw);
  text-align: center;
}
@media (width >= 768px) {
  .section__btn-wrapper {
    -webkit-margin-before: clamp(27px, 19px + 1.042vw, 34px);
    margin-block-start: clamp(27px, 19px + 1.042vw, 34px);
  }
}

.section__btn {
  display: inline-block;
  color: #FFFFFF;
  font-family: "Yu Gothic B", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding-block: calc(7 / 375 * 100vw);
  padding-inline: calc(23 / 375 * 100vw) calc(57 / 375 * 100vw);
  background-color: #0064FF;
  border-radius: calc(100 / 375 * 100vw);
  border: calc(1 / 375 * 100vw) solid #0064FF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(24 / 375 * 100vw);
  translate: 0 -50%;
  width: calc(10 / 375 * 100vw);
  height: calc(10 / 375 * 100vw);
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width >= 768px) {
  .section__btn {
    font-size: clamp(1.7rem, 13.571px + 0.446vw, 2rem);
    padding-block: clamp(7px, -2.143px + 1.19vw, 15px);
    padding-inline: clamp(23px, 20.714px + 0.298vw, 25px) clamp(57px, 46.714px + 1.339vw, 66px);
    border-radius: 100px;
    border: 1px solid #0064FF;
  }
  .section__btn::after {
    right: 24px;
    width: 10px;
    height: 10px;
  }
  .section__btn.section__btn--large {
    width: clamp(180px, 111.429px + 8.929vw, 240px);
  }
  .section__btn.section__btn--large::after {
    right: clamp(24px, -3.429px + 3.571vw, 48px);
  }
}
@media (any-hover: hover) {
  .section__btn:hover {
    cursor: pointer;
    color: #0064FF;
    background-color: #FFFFFF;
  }
  .section__btn:hover::after {
    scale: 1.5;
    rotate: 360deg;
    background: url(../img/common/btn-icon-blue.svg) no-repeat center center/cover;
  }
}

.section__head-text {
  text-align: center;
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: calc(18 / 375 * 100vw);
  font-weight: 400;
  line-height: 1.5;
}
.section__head-text span {
  color: #0064FF;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (width >= 768px) {
  .section__head-text {
    text-align: left;
    font-size: clamp(2.1rem, 13px + 1.042vw, 2.8rem);
  }
}

.section__body {
  -webkit-margin-before: calc(24 / 375 * 100vw);
  margin-block-start: calc(24 / 375 * 100vw);
}
@media (width >= 768px) {
  .section__body {
    -webkit-margin-before: 24px;
    margin-block-start: 24px;
  }
}

.section__item-btn {
  display: block;
  margin-inline: auto;
  max-width: calc(320 / 375 * 100vw);
  padding: calc(16 / 375 * 100vw) calc(48 / 375 * 100vw);
  color: #0064FF;
  font-family: "Yu Gothic B", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 700;
  line-height: 1.5;
  border-radius: calc(4 / 375 * 100vw);
  border: 1px solid;
  background: #FFFFFF;
  -webkit-box-shadow: 0 calc(4 / 375 * 100vw) calc(4 / 375 * 100vw) 0 #F3F6FA;
          box-shadow: 0 calc(4 / 375 * 100vw) calc(4 / 375 * 100vw) 0 #F3F6FA;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section__item-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(48 / 375 * 100vw);
  translate: 0 -50%;
  width: calc(10 / 375 * 100vw);
  height: calc(10 / 375 * 100vw);
  border-radius: 50%;
  background-color: #0064FF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width >= 768px) {
  .section__item-btn {
    max-width: 320px;
    padding: 16px 48px;
    font-size: 1.6rem;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 4px 0 #F3F6FA;
            box-shadow: 0 4px 4px 0 #F3F6FA;
  }
  .section__item-btn::after {
    right: 48px;
    width: 10px;
    height: 10px;
  }
}
@media (any-hover: hover) {
  .section__item-btn:hover {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #0064FF;
  }
  .section__item-btn:hover::after {
    scale: 1.5;
    rotate: 360deg;
    background: url(../img/common/btn-icon-white.svg) no-repeat center center/cover;
  }
}

.bg-color1 {
  background-color: #FFFFFF;
}

.bg-color2 {
  background-color: #F3F6FA;
}

@media (width >= 768px) {
  .bg-color2--pc {
    background-color: #F3F6FA;
  }
}

.page-top {
  padding-block: calc(139 / 375 * 100vw) calc(105 / 375 * 100vw);
  position: relative;
  z-index: 0;
}
.page-top::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 48, 123, 0.15)), to(rgba(0, 48, 123, 0.15)));
  background: linear-gradient(0deg, rgba(0, 48, 123, 0.15) 0%, rgba(0, 48, 123, 0.15) 100%);
}
.page-top::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 20%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 100, 255, 0.3)), to(rgba(0, 100, 255, 0)));
  background: linear-gradient(90deg, rgba(0, 100, 255, 0.3) 0%, rgba(0, 100, 255, 0) 100%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
@media (width >= 768px) {
  .page-top {
    padding-block: clamp(132px, 108px + 3.125vw, 153px);
  }
  .page-top::after {
    width: 40%;
  }
}

.page-top__head {
  -webkit-padding-start: calc(30 / 375 * 100vw);
  padding-inline-start: calc(30 / 375 * 100vw);
  position: relative;
  z-index: 2;
}
@media (width >= 768px) {
  .page-top__head {
    -webkit-padding-start: clamp(41px, 19.286px + 2.827vw, 60px);
    padding-inline-start: clamp(41px, 19.286px + 2.827vw, 60px);
  }
}

.page-top__head-sub {
  color: #FFFFFF;
  font-family: "EB Garamond", serif;
  font-size: calc(48 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
}
@media (width >= 768px) {
  .page-top__head-sub {
    font-size: clamp(5.7rem, 42.143px + 1.935vw, 7rem);
  }
}

.page-top__head-main {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: calc(28 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
}
@media (width >= 768px) {
  .page-top__head-main {
    font-size: 2.4rem;
  }
}

.animated__fadeIn {
  opacity: 0;
  translate: 0 40px;
  -webkit-transition: opacity 0.5s ease-in-out, translate 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, translate 0.5s ease-in-out;
}
.animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: calc(312 / 375 * 100vw);
  height: calc(60 / 375 * 100vw);
  background-color: #FFFFFF;
  border-radius: 0 0 0 24px;
  display: grid;
  grid-template-columns: 1fr calc(60 / 375 * 100vw);
}
@media (width >= 768px) {
  .header {
    width: 470px;
    height: 80px;
    grid-template-columns: 1fr 80px;
    border-radius: 0 0 0 40px;
  }
}
@media (width >= 900px) {
  .header {
    width: 776px;
  }
}

.header__inner {
  padding-inline: calc(16 / 375 * 100vw);
}
@media (width >= 768px) {
  .header__inner {
    padding-inline: 40px;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(8 / 375 * 100vw);
  padding-block: calc(11 / 375 * 100vw);
}
@media (width >= 768px) {
  .header__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-block: 21px;
    gap: 24px;
  }
}

.header__nav-list {
  display: none;
}
@media (width >= 900px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}

.header__nav-item {
  width: 80px;
  text-align: center;
}

.header__nav-link {
  display: block;
  padding-block: 10px 10px;
  color: #000000;
  font-family: "Yu Gothic M", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
}
.header__nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0064FF;
  scale: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
@media (any-hover: hover) {
  .header__nav-link:hover {
    cursor: pointer;
    color: #0064FF;
  }
  .header__nav-link:hover::after {
    scale: 1;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.header__nav-btn {
  display: inline-block;
  padding: calc(11 / 375 * 100vw) calc(15 / 375 * 100vw);
  color: #FFFFFF;
  font-family: "Yu Gothic B", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 700;
  line-height: 1;
  border-radius: calc(100 / 375 * 100vw);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: calc(1 / 375 * 100vw) solid transparent;
}
.header__nav-btn.header__nav-btn--recruit {
  background-color: #000000;
}
.header__nav-btn.header__nav-btn--contact {
  background-color: #0064FF;
}
@media (width >= 768px) {
  .header__nav-btn {
    width: 140px;
    padding: 11px 15px;
    font-size: 1.4rem;
    padding-inline: 0;
    text-align: center;
    border-radius: 100px;
    border: 1px solid transparent;
  }
}
@media (any-hover: hover) {
  .header__nav-btn:hover {
    cursor: pointer;
  }
  .header__nav-btn:hover.header__nav-btn--recruit {
    opacity: 0.7;
  }
  .header__nav-btn:hover.header__nav-btn--contact {
    color: #0064FF;
    background-color: #FFFFFF;
    border-color: #0064FF;
  }
}

.drawer__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: calc(17 / 375 * 100vw) calc(14 / 375 * 100vw) calc(18 / 375 * 100vw);
  background-color: #0064FF;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.drawer__icon.js-open .drawer__icon-bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 calc(11.5 / 375 * 100vw);
}
.drawer__icon.js-open .drawer__icon-bar:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
.drawer__icon.js-open .drawer__icon-bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 calc(-1 * 11.5 / 375 * 100vw);
}
@media (width >= 768px) {
  .drawer__icon {
    padding: 26px 20px 28px;
  }
  .drawer__icon.js-open .drawer__icon-bar:nth-of-type(1) {
    translate: 0 11.5px;
  }
  .drawer__icon.js-open .drawer__icon-bar:nth-of-type(3) {
    translate: 0 -11.5px;
  }
}
@media (hover: hover) {
  .drawer__icon:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.drawer__icon-bar {
  width: 100%;
  height: calc(1 / 375 * 100vw);
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width >= 768px) {
  .drawer__icon-bar {
    height: 1px;
  }
}

.drawer {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  padding-block: calc(99 / 375 * 100vw);
  width: 100vw;
  height: 100vh;
  height: 100svh;
  overflow-y: scroll;
  background-color: #001638;
  translate: 101%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer.js-open {
  translate: 0;
}
@media (width >= 768px) {
  .drawer {
    padding-block: 100px 0;
    width: 510px;
    height: 90vh;
    height: 90svh;
    border-radius: 0px 0px 0px 40px;
  }
}
@media (width >= 900px) {
  .drawer {
    width: 856px;
  }
}
@media (width >= 1200px) {
  .drawer {
    padding-block: 180px 0;
    height: 620px;
    border-radius: 0px 0px 0px 160px;
  }
}

.drawer__inner {
  width: min(600 / 375 * 100vw + 58 / 375 * 100vw + 57 / 375 * 100vw, 100%);
  padding-inline: calc(58 / 375 * 100vw) calc(57 / 375 * 100vw);
  margin-inline: auto;
}
@media (width >= 768px) {
  .drawer__inner {
    width: min(590px, 100%);
    padding-inline: 60px;
    margin-inline: auto;
  }
}
@media (width >= 1200px) {
  .drawer__inner {
    width: min(760px, 100%);
    padding-inline: 80px 80px;
  }
}

.drawer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(16 / 375 * 100vw);
}
@media (width >= 768px) {
  .drawer__nav-list {
    gap: 16px;
  }
}
@media (width >= 1200px) {
  .drawer__nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.drawer__nav-link {
  display: block;
  padding-block: calc(21 / 375 * 100vw);
  padding-inline: calc(50 / 375 * 100vw) calc(16 / 375 * 100vw);
  color: #0064FF;
  font-family: "Yu Gothic B", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 700;
  line-height: 1;
  border-radius: calc(8 / 375 * 100vw);
  background-color: #FFFFFF;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer__nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(16 / 375 * 100vw);
  translate: 0 -50%;
  width: calc(10 / 375 * 100vw);
  height: calc(10 / 375 * 100vw);
  border-radius: 50%;
  background-color: #0064FF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width >= 768px) {
  .drawer__nav-link {
    padding-block: 21px;
    padding-inline: 50px 16px;
    font-size: 1.6rem;
    border-radius: 8px;
  }
  .drawer__nav-link::before {
    left: 16px;
    width: 10px;
    height: 10px;
  }
}
@media (any-hover: hover) {
  .drawer__nav-link:hover {
    cursor: pointer;
    background-color: #0064FF;
    color: #FFFFFF;
  }
  .drawer__nav-link:hover::before {
    scale: 1.5;
    rotate: 360deg;
    background: url(../img/common/btn-icon-white.svg) no-repeat center center/cover;
  }
}

.drawer__address {
  -webkit-margin-before: calc(48 / 375 * 100vw);
  margin-block-start: calc(48 / 375 * 100vw);
  color: #FFFFFF;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
}
@media (width >= 768px) {
  .drawer__address {
    -webkit-margin-before: 48px;
    margin-block-start: 48px;
    font-size: 1.4rem;
  }
}

.drawer__address-list {
  -webkit-margin-before: calc(16 / 375 * 100vw);
  margin-block-start: calc(16 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(16 / 375 * 100vw);
}
@media (width >= 768px) {
  .drawer__address-list {
    -webkit-margin-before: 16px;
    margin-block-start: 16px;
    gap: 16px;
  }
}

.drawer__address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(16 / 375 * 100vw);
}
.drawer__address-item:first-of-type {
  -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: start;
}
.drawer__address-item:last-of-type {
  -webkit-margin-before: calc(8 / 375 * 100vw);
  margin-block-start: calc(8 / 375 * 100vw);
}
@media (width >= 768px) {
  .drawer__address-item {
    gap: 16px;
  }
  .drawer__address-item:first-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .drawer__address-item:last-of-type {
    -webkit-margin-before: 8px;
    margin-block-start: 8px;
  }
}

.drawer__address-text {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .drawer__address-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.footer {
  padding-block: calc(41 / 375 * 100vw);
  background-color: #001638;
}
@media (width >= 768px) {
  .footer {
    padding-block: clamp(55px, 26.429px + 3.72vw, 80px);
  }
}

.footer__inner {
  width: min(600 / 375 * 100vw + 30 / 375 * 100vw * 2, 100%);
  padding-inline: calc(30 / 375 * 100vw);
  margin-inline: auto;
}
@media (width >= 768px) {
  .footer__inner {
    width: min(1440px, 100%);
    padding-inline: clamp(30px, -27.143px + 7.44vw, 80px);
    margin-inline: auto;
  }
}

@media (width >= 768px) {
  .footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.footer__address {
  color: #FFFFFF;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
}
@media (width >= 768px) {
  .footer__address {
    font-size: 1.4rem;
  }
}

.footer__address-list {
  -webkit-margin-before: calc(16 / 375 * 100vw);
  margin-block-start: calc(16 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(16 / 375 * 100vw);
}
@media (width >= 768px) {
  .footer__address-list {
    -webkit-margin-before: 16px;
    margin-block-start: 16px;
    gap: 16px;
  }
}

.footer__address-item-wrapper {
  display: contents;
}
@media (width >= 768px) {
  .footer__address-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.footer__address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(16 / 375 * 100vw);
}
.footer__address-item.footer__address-item--jcs {
  -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: start;
}
.footer__address-item:last-of-type {
  -webkit-margin-before: calc(8 / 375 * 100vw);
  margin-block-start: calc(8 / 375 * 100vw);
}
@media (width >= 768px) {
  .footer__address-item {
    gap: 16px;
  }
  .footer__address-item.footer__address-item--jcs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__address-item:last-of-type {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}

@media (min-width: 768px) {
  .footer__address-tel {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media (width >= 768px) {
  .footer__container {
    -webkit-margin-before: 5px;
    margin-block-start: 5px;
  }
}

.footer__sitemap {
  -webkit-margin-before: calc(45 / 375 * 100vw);
  margin-block-start: calc(45 / 375 * 100vw);
  padding-inline: calc(3.5 / 375 * 100vw);
  color: #FFFFFF;
}
@media (width >= 768px) {
  .footer__sitemap {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    padding-inline: 0;
  }
}

.footer__sitemap-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(18 / 375 * 100vw) calc(45 / 375 * 100vw);
}
@media (width >= 768px) {
  .footer__sitemap-list {
    -webkit-padding-start: clamp(0px, -19.429px + 2.53vw, 17px);
    padding-inline-start: clamp(0px, -19.429px + 2.53vw, 17px);
    gap: 18px clamp(46px, 43.714px + 0.298vw, 48px);
  }
}

.footer__sitemap-item.footer__sitemap-item--home {
  grid-area: 1/1/2/2;
}
.footer__sitemap-item.footer__sitemap-item--company {
  grid-area: 2/1/3/2;
}
.footer__sitemap-item.footer__sitemap-item--business {
  grid-area: 3/1/4/2;
}
.footer__sitemap-item.footer__sitemap-item--recruit {
  grid-area: 1/2/2/3;
}
.footer__sitemap-item.footer__sitemap-item--news {
  grid-area: 2/2/3/3;
}
.footer__sitemap-item.footer__sitemap-item--contact {
  grid-area: 3/2/4/3;
}

.footer__sitemap-link {
  display: block;
  width: calc(130 / 375 * 100vw);
  -webkit-padding-start: calc(34 / 375 * 100vw);
  padding-inline-start: calc(34 / 375 * 100vw);
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__sitemap-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: calc(10 / 375 * 100vw);
  height: calc(10 / 375 * 100vw);
  border-radius: 50%;
  background-color: #0064FF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width >= 768px) {
  .footer__sitemap-link {
    width: 130px;
    -webkit-padding-start: 34px;
    padding-inline-start: 34px;
    font-size: 1.6rem;
  }
  .footer__sitemap-link::before {
    width: 10px;
    height: 10px;
  }
}
@media (any-hover: hover) {
  .footer__sitemap-link:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .footer__sitemap-link:hover::before {
    scale: 1.5;
    rotate: 360deg;
    background: url(../img/common/btn-icon-blue.svg) no-repeat center center/cover;
  }
}

.footer__copyright {
  -webkit-margin-before: calc(40 / 375 * 100vw);
  margin-block-start: calc(40 / 375 * 100vw);
  text-align: center;
}
@media (width >= 768px) {
  .footer__copyright {
    -webkit-margin-before: 3px;
    margin-block-start: 3px;
  }
}

.footer__copyright-text {
  color: #FFFFFF;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(12 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: calc(0.25 / 375 * 100vw);
}
@media (width >= 768px) {
  .footer__copyright-text {
    font-size: clamp(12px, 9.714px + 0.298vw, 14px);
    letter-spacing: clamp(0.27px, 0.236px + 0.004vw, 0.3px);
  }
}

.top-fv {
  padding-block: calc(139 / 375 * 100vw) calc(221 / 375 * 100vw);
  background: url(../img/front-page/fv/fv.webp) no-repeat center center/cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
  max-height: calc(640 / 375 * 100vw);
}
.top-fv::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 375/640;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(16, 63, 137, 0.1)), to(rgba(16, 63, 137, 0.1))) no-repeat;
  background: linear-gradient(0deg, rgba(16, 63, 137, 0.1) 0%, rgba(16, 63, 137, 0.1) 100%) no-repeat;
}
@media (width >= 400px) {
  .top-fv {
    background: url(../img/front-page/fv/fv-pc.webp) no-repeat center left/cover;
  }
}
@media (width >= 768px) {
  .top-fv {
    padding-block: clamp(200px, 166.857px + 4.315vw, 229px) clamp(280px, 203.429px + 9.97vw, 347px);
    max-height: 760px;
  }
}

.top-fv__inner {
  width: min(600 / 375 * 100vw + 30 / 375 * 100vw * 2, 100%);
  padding-inline: calc(30 / 375 * 100vw);
  margin-inline: auto;
  position: relative;
  z-index: 10;
}
@media (width >= 768px) {
  .top-fv__inner {
    width: min(1440px, 100%);
    padding-inline: clamp(60px, -129.714px + 24.702vw, 226px) clamp(60px, -128.571px + 24.554vw, 225px);
    text-align: center;
  }
}

.top-fv__title {
  color: #FFFFFF;
  text-shadow: 0 0 calc(5 / 375 * 100vw) #000A1A;
  font-family: "Noto Serif JP", serif;
  font-size: calc(40 / 375 * 100vw);
  font-weight: 400;
  line-height: 1.2;
}
.top-fv__title .top-fv__title--comma {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: calc(-1 * 15.6 / 375 * 100vw);
}
.top-fv__title .top-fv__title--part {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: calc(-1 * 5.6 / 375 * 100vw);
}
@media (width >= 768px) {
  .top-fv__title {
    position: relative;
    left: -4px;
    text-shadow: 0 0 5px #000A1A;
    font-size: clamp(3.5rem, 6.429px + 3.72vw, 6rem);
  }
  .top-fv__title .top-fv__title--comma {
    letter-spacing: calc(-1 * clamp(0px, -26.743px + 3.482vw, 23.4px));
  }
  .top-fv__title .top-fv__title--part {
    letter-spacing: calc(-1 * clamp(0px, -9.6px + 1.25vw, 8.4px));
  }
}

.top-fv__text {
  -webkit-margin-before: calc(40 / 375 * 100vw);
  margin-block-start: calc(40 / 375 * 100vw);
  color: #FFFFFF;
  text-shadow: 0 0 calc(5 / 375 * 100vw) #000A1A;
  font-family: "Yu Gothic M", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 500;
  line-height: 1.5;
}
@media (width >= 768px) {
  .top-fv__text {
    -webkit-margin-before: clamp(32px, 16px + 2.083vw, 46px);
    margin-block-start: clamp(32px, 16px + 2.083vw, 46px);
    font-size: clamp(19px, 13.286px + 0.744vw, 24px);
    text-shadow: 0 0 5px #000A1A;
  }
}

.top-news {
  padding-block: calc(60 / 375 * 100vw);
  border-radius: calc(40 / 375 * 100vw) calc(40 / 375 * 100vw) 0 0;
  position: relative;
  z-index: 10;
  -webkit-margin-before: calc(-1 * 140 / 375 * 100vw);
  margin-block-start: calc(-1 * 140 / 375 * 100vw);
}
@media (width >= 768px) {
  .top-news {
    padding-block: clamp(82px, 38.571px + 5.655vw, 120px);
    -webkit-margin-before: -120px;
    margin-block-start: -120px;
    border-radius: clamp(55px, 26.429px + 3.72vw, 80px) clamp(55px, 26.429px + 3.72vw, 80px) 0 0;
  }
}

.top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(33 / 375 * 100vw);
}
@media (width >= 768px) {
  .top-news__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(24px, -40px + 8.333vw, 80px);
  }
}

.top-news__body {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
@media (width >= 768px) {
  .top-news__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.top-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(15 / 375 * 100vw);
}
@media (width >= 768px) {
  .top-news__list {
    gap: 15px;
  }
}

.top-news__item:first-of-type .top-news__card-date,
.top-news__item:first-of-type .top-news__card-title {
  color: #0064FF;
}

.top-news__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: calc(16 / 375 * 100vw);
  -webkit-padding-after: calc(16 / 375 * 100vw);
  padding-block-end: calc(16 / 375 * 100vw);
  border-bottom: calc(1 / 375 * 100vw) solid #D2D7DC;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (width >= 768px) {
  .top-news__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    -webkit-padding-after: 16px;
    padding-block-end: 16px;
    border-bottom: 1px solid #D2D7DC;
  }
}
@media (any-hover: hover) {
  .top-news__card:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.top-news__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(16 / 375 * 100vw);
}
@media (width >= 768px) {
  .top-news__card-head {
    gap: 16px;
  }
}

.top-news__card-category {
  display: inline-block;
  text-align: center;
  padding: calc(7 / 375 * 100vw) calc(15 / 375 * 100vw);
  color: #0064FF;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
  border: calc(1 / 375 * 100vw) solid;
}
@media (width >= 768px) {
  .top-news__card-category {
    padding: 7px 15px;
    font-size: 1.4rem;
    border: 1px solid;
  }
}

.top-news__card-date {
  color: #000000;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
  width: calc(70 / 375 * 100vw);
}
@media (width >= 768px) {
  .top-news__card-date {
    font-size: 1.4rem;
    width: 70px;
  }
}

.top-news__card-title {
  color: #000000;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (width >= 768px) {
  .top-news__card-title {
    font-size: 1.4rem;
  }
}

.top-news__no-news {
  color: #000000;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 400;
}
@media (width >= 768px) {
  .top-news__no-news {
    font-size: 1.6rem;
  }
}

.top-company {
  padding-block: calc(40 / 375 * 100vw);
}
@media (width >= 768px) {
  .top-company {
    padding-block: clamp(71px, 9.286px + 8.036vw, 125px);
  }
}

.top-company__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(39 / 375 * 100vw);
}
@media (width >= 768px) {
  .top-company__body {
    -webkit-margin-before: 81px;
    margin-block-start: 81px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(34px, -34.571px + 8.929vw, 94px);
  }
}

@media (width >= 768px) {
  .top-company__body-context {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 43px;
  }
}

@media (width >= 768px) {
  .top-company__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (width >= 768px) {
  .top-company__btn-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}

.top-company__list {
  -webkit-margin-before: calc(45 / 375 * 100vw);
  margin-block-start: calc(45 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(14 / 375 * 100vw);
}
@media (width >= 768px) {
  .top-company__list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (width >= 768px) {
  .top-company__item-btn {
    max-width: none;
    width: clamp(180px, 111.429px + 8.929vw, 240px);
  }
  .top-company__item-btn::after {
    right: clamp(24px, -3.429px + 3.571vw, 48px);
  }
}

@media (width >= 768px) {
  .top-company__body-img {
    -webkit-margin-end: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
  }
}
@media (width >= 1600px) {
  .top-company__body-img {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
}

.top-company__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 315/210;
}
@media (width >= 768px) {
  .top-company__img img {
    width: clamp(330px, -195.714px + 68.452vw, 790px);
    aspect-ratio: 790/527;
  }
}

.top-business {
  padding-block: calc(40 / 375 * 100vw);
}
@media (width >= 768px) {
  .top-business {
    padding-block: clamp(69px, 13px + 7.292vw, 118px) clamp(69px, 10.714px + 7.589vw, 120px);
  }
}

.top-business__head-title {
  -webkit-margin-before: calc(-1 * 20 / 375 * 100vw);
  margin-block-start: calc(-1 * 20 / 375 * 100vw);
}
@media (width >= 768px) {
  .top-business__head-title {
    -webkit-margin-before: calc(-1 * clamp(23px, 18.429px + 0.595vw, 27px));
    margin-block-start: calc(-1 * clamp(23px, 18.429px + 0.595vw, 27px));
  }
}

.top-business__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(24 / 375 * 100vw);
}
@media (width >= 768px) {
  .top-business__body {
    -webkit-margin-before: 120px;
    margin-block-start: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(34px, -18.571px + 6.845vw, 80px);
  }
}

@media (width >= 768px) {
  .top-business__body-img {
    -webkit-margin-start: calc(50% - 50vw);
    margin-inline-start: calc(50% - 50vw);
  }
}
@media (width >= 1600px) {
  .top-business__body-img {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
  }
}

.top-business__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 315/210;
}
@media (width >= 768px) {
  .top-business__img img {
    width: clamp(330px, -195.714px + 68.452vw, 790px);
    aspect-ratio: 790/527;
  }
}

@media (width >= 768px) {
  .top-business__body-context {
    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 (width >= 768px) {
  .top-business__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (width >= 768px) {
  .top-business__btn-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}

.top-business__list {
  -webkit-margin-before: calc(42 / 375 * 100vw);
  margin-block-start: calc(42 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(16 / 375 * 100vw);
  width: calc(100% + 5 / 375 * 100vw);
  position: relative;
  left: calc(-1 * 2.5 / 375 * 100vw);
}
@media (width >= 768px) {
  .top-business__list {
    width: calc(100% + 5px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    gap: 16px;
    left: -2.5px;
  }
}

.top-business__item-btn {
  padding: calc(15 / 375 * 100vw) calc(48 / 375 * 100vw);
}
@media (width >= 768px) {
  .top-business__item-btn {
    padding: 15px 48px;
  }
}

.top-recruit {
  padding-block: calc(41 / 375 * 100vw);
}
@media (width >= 768px) {
  .top-recruit {
    padding-block: clamp(72px, 10.286px + 8.036vw, 126px) clamp(66px, 15.714px + 6.548vw, 110px);
  }
}

.top-recruit__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(24 / 375 * 100vw);
}
@media (width >= 768px) {
  .top-recruit__body {
    -webkit-margin-before: 80px;
    margin-block-start: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(80px, -22.857px + 13.393vw, 170px);
  }
}
@media (width >= 1600px) {
  .top-recruit__body {
    gap: 110px;
  }
}

@media (width >= 768px) {
  .top-recruit__btn-wrapper {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }
}

@media (width >= 768px) {
  .top-recruit__body-img {
    -webkit-margin-end: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
  }
}
@media (width >= 1600px) {
  .top-recruit__body-img {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
}

.top-recruit__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 315/210;
}
@media (width >= 768px) {
  .top-recruit__img img {
    width: clamp(330px, -195.714px + 68.452vw, 790px);
    aspect-ratio: 790/527;
  }
}

.top-contact__bg {
  aspect-ratio: 375/125;
  background: url(../img/front-page/contact/contact-top.webp) no-repeat center center/cover;
}
@media (width >= 768px) {
  .top-contact__bg {
    aspect-ratio: 1440/480;
    background: url(../img/front-page/contact/contact-top-pc.webp) no-repeat center center/cover;
  }
}

.top-contact {
  padding-block: calc(41 / 375 * 100vw) calc(40 / 375 * 100vw);
  background: url(../img/front-page/contact/contact-bg.webp) no-repeat center center/cover;
}
@media (width >= 768px) {
  .top-contact {
    padding-block: clamp(71px, 12.714px + 7.589vw, 122px) clamp(65px, 15.857px + 6.399vw, 108px);
    background: url(../img/front-page/contact/contact-bg-pc.webp) no-repeat center center/cover;
  }
}

.top-contact__head-title {
  -webkit-margin-before: calc(-1 * 20 / 375 * 100vw);
  margin-block-start: calc(-1 * 20 / 375 * 100vw);
}
@media (width >= 768px) {
  .top-contact__head-title {
    -webkit-margin-before: calc(-1 * clamp(22px, 16.286px + 0.744vw, 27px));
    margin-block-start: calc(-1 * clamp(22px, 16.286px + 0.744vw, 27px));
  }
}

.top-contact__body {
  -webkit-margin-before: calc(42 / 375 * 100vw);
  margin-block-start: calc(42 / 375 * 100vw);
}
@media (width >= 768px) {
  .top-contact__body {
    -webkit-margin-before: 64px;
    margin-block-start: 64px;
  }
}

.top-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(26 / 375 * 100vw);
  max-width: calc(472 / 375 * 100vw);
  margin-inline: auto;
}
@media (width >= 768px) {
  .top-contact__list {
    max-width: 472px;
    gap: 24px;
  }
}

.top-contact__item-link {
  display: block;
  padding-block: calc(15 / 375 * 100vw);
  padding-inline: calc(24 / 375 * 100vw) calc(48 / 375 * 100vw);
  border-radius: calc(4 / 375 * 100vw);
  border: #0064FF;
  background: #FFFFFF;
  color: #0064FF;
  font-family: "Yu Gothic B", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-contact__item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(24 / 375 * 100vw);
  translate: 0 -50%;
  width: calc(10 / 375 * 100vw);
  height: calc(10 / 375 * 100vw);
  border-radius: 50%;
  background-color: #0064FF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width >= 768px) {
  .top-contact__item-link {
    font-size: 1.6rem;
    border-radius: 4px;
    padding-block: clamp(15px, 13.857px + 0.149vw, 16px);
    padding-inline: clamp(33px, 15.857px + 2.232vw, 48px) 48px;
  }
  .top-contact__item-link::after {
    right: clamp(32px, 14.857px + 2.232vw, 47px);
    width: 10px;
    height: 10px;
  }
}
@media (any-hover: hover) {
  .top-contact__item-link:hover {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #0064FF;
  }
  .top-contact__item-link:hover::after {
    scale: 1.5;
    rotate: 360deg;
    background: url(../img/common/btn-icon-white.svg) no-repeat center center/cover;
  }
}

.company-top {
  background: url(../img/company/page-top.webp) no-repeat center center/cover;
}

.company-message {
  padding-block: calc(40 / 375 * 100vw) calc(40 / 375 * 100vw);
  position: relative;
  z-index: 0;
}
.company-message::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 75%;
  left: 0;
  width: 100%;
  height: 25%;
  background-color: #F3F6FA;
}
@media (width >= 768px) {
  .company-message {
    padding-block: clamp(69px, 10.714px + 7.589vw, 120px) clamp(63px, 17.286px + 5.952vw, 103px);
  }
  .company-message::before {
    top: 49%;
    height: 58%;
  }
}
@media (width >= 900px) {
  .company-message::before {
    top: 54%;
    height: 46%;
  }
}

.company-message__head-title {
  -webkit-margin-before: calc(-1 * 20 / 375 * 100vw);
  margin-block-start: calc(-1 * 20 / 375 * 100vw);
}
@media (width >= 768px) {
  .company-message__head-title {
    -webkit-margin-before: calc(-1 * clamp(21px, 18.714px + 0.298vw, 23px));
    margin-block-start: calc(-1 * clamp(21px, 18.714px + 0.298vw, 23px));
  }
}

.company-message__body {
  -webkit-margin-before: clamp(40px, -45.563px + 22.817vw, 283px);
  margin-block-start: clamp(40px, -45.563px + 22.817vw, 283px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: calc(24 / 375 * 100vw);
}
@media (width >= 768px) {
  .company-message__body {
    -webkit-margin-before: clamp(130px, -44.857px + 22.768vw, 283px);
    margin-block-start: clamp(130px, -44.857px + 22.768vw, 283px);
    gap: 24px;
  }
}
@media (width >= 900px) {
  .company-message__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(40px, -63.333px + 11.481vw, 102px);
  }
}
@media (width >= 1200px) {
  .company-message__body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media (width >= 1800px) {
  .company-message__body {
    -webkit-margin-end: calc(-1 * clamp(80px, -583.158px + 36.842vw, 360px));
    margin-inline-end: calc(-1 * clamp(80px, -583.158px + 36.842vw, 360px));
  }
}

.company-message__img {
  position: relative;
  z-index: 1;
}
.company-message__img::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: calc(11 / 375 * 100vw);
  right: calc(-11 / 375 * 100vw);
  width: 100%;
  height: auto;
  aspect-ratio: 315/210;
  background-color: #DEEAFA;
}
.company-message__img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  aspect-ratio: 315/210;
}
@media (width >= 768px) {
  .company-message__img::before {
    top: 11px;
    right: -11px;
  }
}
@media (width >= 900px) {
  .company-message__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-margin-start: calc(50% - 50vw);
    margin-inline-start: calc(50% - 50vw);
  }
  .company-message__img::before {
    top: clamp(20px, -13.333px + 3.704vw, 40px);
    right: calc(-1 * clamp(20px, -13.333px + 3.704vw, 40px));
    aspect-ratio: 790/527;
  }
  .company-message__img img {
    width: clamp(330px, -195.714px + 68.452vw, 790px);
    aspect-ratio: 790/527;
  }
}
@media (width >= 1600px) {
  .company-message__img {
    -webkit-margin-start: calc(50% - 48vw);
    margin-inline-start: calc(50% - 48vw);
  }
}

.company-message__context {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(16 / 375 * 100vw);
}
@media (width >= 768px) {
  .company-message__context {
    gap: clamp(24px, 6.857px + 2.232vw, 39px);
  }
}

.company-message__context-text {
  color: #000000;
  font-family: "Yu Gothic M", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 500;
  line-height: 1.8;
}
.company-message__context-text.company-message__context-text--right {
  text-align: right;
}
@media (width >= 768px) {
  .company-message__context-text {
    font-size: 1.4rem;
  }
}
@media (width >= 1600px) {
  .company-message__context-text {
    font-size: clamp(1.6rem, 6px + 0.625vw, 1.8rem);
  }
}

.company-history {
  -webkit-padding-before: calc(40 / 375 * 100vw);
  padding-block-start: calc(40 / 375 * 100vw);
  position: relative;
  z-index: 1;
}
@media (width >= 768px) {
  .company-history {
    -webkit-padding-before: clamp(52px, 29.143px + 2.976vw, 72px);
    padding-block-start: clamp(52px, 29.143px + 2.976vw, 72px);
  }
}

.company-history__body {
  -webkit-margin-before: calc(40 / 375 * 100vw);
  margin-block-start: calc(40 / 375 * 100vw);
  padding-block: calc(40 / 375 * 100vw);
  position: relative;
  z-index: 0;
}
.company-history__body::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  translate: -50%;
  width: 100vw;
  height: 100%;
  background-color: #F3F6FA;
}
@media (width >= 768px) {
  .company-history__body {
    -webkit-margin-before: clamp(55px, 24.143px + 4.018vw, 82px);
    margin-block-start: clamp(55px, 24.143px + 4.018vw, 82px);
    padding-block: clamp(69px, 10.714px + 7.589vw, 120px);
  }
}

.company-history__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(16 / 375 * 100vw);
}
@media (width >= 768px) {
  .company-history__list {
    gap: 60px;
    position: relative;
  }
  .company-history__list::before {
    content: "";
    position: absolute;
    width: 1px;
    height: clamp(546px, 477.429px + 8.929vw, 606px);
    top: 18px;
    left: clamp(115.5px, 85.214px + 3.943vw, 142px);
    background-color: #0064FF;
  }
}

.company-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(8 / 375 * 100vw);
}
@media (width >= 768px) {
  .company-history__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 132px;
    position: relative;
  }
  .company-history__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: clamp(110px, 79.143px + 4.018vw, 137px);
    translate: 0 -50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0064FF;
  }
}

.company-history__item-title {
  color: #0064FF;
  font-family: "EB Garamond", serif;
  font-size: calc(24 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
}
@media (width >= 768px) {
  .company-history__item-title {
    font-size: clamp(30px, 18.571px + 1.488vw, 40px);
  }
}

.company-history__item-text {
  color: #000000;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 400;
  line-height: 1.5;
}
@media (width >= 768px) {
  .company-history__item-text {
    font-size: 1.4rem;
  }
}
@media (width >= 1600px) {
  .company-history__item-text {
    font-size: clamp(1.6rem, 6px + 0.625vw, 1.8rem);
  }
}

.company-facility {
  padding-block: calc(40 / 375 * 100vw) calc(40 / 375 * 100vw);
}
@media (width >= 768px) {
  .company-facility {
    padding-block: clamp(71px, 10.429px + 7.887vw, 124px) clamp(69px, 13px + 7.292vw, 118px);
  }
}

.company-facility__body {
  -webkit-margin-before: calc(24 / 375 * 100vw);
  margin-block-start: calc(24 / 375 * 100vw);
}
@media (width >= 768px) {
  .company-facility__body {
    -webkit-margin-before: clamp(45px, 2.714px + 5.506vw, 82px);
    margin-block-start: clamp(45px, 2.714px + 5.506vw, 82px);
  }
}

.company-facility__img {
  overflow: hidden;
  border-radius: calc(80 / 375 * 100vw);
}
.company-facility__img img {
  border-radius: calc(80 / 375 * 100vw);
}
@media (width >= 768px) {
  .company-facility__img {
    border-radius: 80px;
  }
  .company-facility__img img {
    position: relative;
    left: -55px;
    scale: 1.3;
    border-radius: 80px;
  }
}
@media (width >= 1200px) {
  .company-facility__img img {
    left: 0;
    scale: 1;
  }
}

@media (width >= 768px) {
  .company-facility__address {
    position: relative;
    z-index: 1;
    -webkit-margin-before: calc(-1 * clamp(86px, 63.143px + 2.976vw, 106px));
    margin-block-start: calc(-1 * clamp(86px, 63.143px + 2.976vw, 106px));
    width: min(1320px, 100%);
    padding-inline: clamp(0px, -204.571px + 26.637vw, 179px);
    margin-inline: auto;
  }
}

.company-facility__table {
  display: none;
}
@media (width >= 768px) {
  .company-facility__table {
    display: block;
    -webkit-box-shadow: 0 0 20px 0 #F3F6FA;
            box-shadow: 0 0 20px 0 #F3F6FA;
    background-color: #FFFFFF;
  }
}

.company-facility__table-row {
  height: 62px;
}
.company-facility__table-row:first-of-type {
  height: 64px;
}
.company-facility__table-row :first-child {
  -webkit-padding-start: calc(38 / 375 * 100vw);
  padding-inline-start: calc(38 / 375 * 100vw);
  width: calc(160 / 375 * 100vw + 40 / 375 * 100vw);
}
.company-facility__table-row :nth-child(2) {
  -webkit-padding-start: calc(17 / 375 * 100vw);
  padding-inline-start: calc(17 / 375 * 100vw);
  width: calc(320 / 375 * 100vw + 19 / 375 * 100vw);
}
.company-facility__table-row :nth-child(3) {
  -webkit-padding-start: calc(17 / 375 * 100vw);
  padding-inline-start: calc(17 / 375 * 100vw);
  width: calc(190 / 375 * 100vw + 19 / 375 * 100vw);
}
.company-facility__table-row :last-child {
  -webkit-padding-start: calc(16 / 375 * 100vw);
  padding-inline-start: calc(16 / 375 * 100vw);
  -webkit-padding-end: calc(40 / 375 * 100vw);
  padding-inline-end: calc(40 / 375 * 100vw);
  width: calc(190 / 375 * 100vw + 19 / 375 * 100vw);
}
.company-facility__table-row .company-facility__table-data:last-of-type {
  border-right: none;
}
@media (width >= 768px) {
  .company-facility__table-row {
    height: 62px;
  }
  .company-facility__table-row:first-of-type {
    height: 64px;
  }
  .company-facility__table-row :first-child {
    -webkit-padding-start: 38px;
    padding-inline-start: 38px;
    width: 200px;
  }
  .company-facility__table-row :nth-child(2) {
    -webkit-padding-start: 17px;
    padding-inline-start: 17px;
    width: 339px;
  }
  .company-facility__table-row :nth-child(3) {
    -webkit-padding-start: 17px;
    padding-inline-start: 17px;
    width: 209px;
  }
  .company-facility__table-row :last-child {
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
    -webkit-padding-end: 40px;
    padding-inline-end: 40px;
    width: 209px;
  }
}

.company-facility__table-head {
  text-align: left;
  background-color: #0064FF;
  color: #FFFFFF;
  font-family: "Yu Gothic B", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 700;
  line-height: 1;
  padding-block: calc(23 / 375 * 100vw);
}
@media (width >= 768px) {
  .company-facility__table-head {
    font-size: 1.6rem;
    padding-block: 23px;
  }
}

.company-facility__table-data {
  padding-block: calc(22 / 375 * 100vw);
  color: #000000;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
  background-color: #FFFFFF;
  border-bottom: calc(1 / 375 * 100vw) solid #DEEAFA;
  border-right: calc(1 / 375 * 100vw) solid #DEEAFA;
}
@media (width >= 768px) {
  .company-facility__table-data {
    padding-block: 22px;
    font-size: 1.6rem;
    border-bottom: 1px solid #DEEAFA;
    border-right: 1px solid #DEEAFA;
  }
}

.company-facility__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(24 / 375 * 100vw);
}
@media (width >= 768px) {
  .company-facility__lists {
    display: none;
  }
}

.company-facility__list-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: calc(8 / 375 * 100vw);
  position: relative;
}
.company-facility__list-container::before {
  content: "";
  position: absolute;
  z-index: 0;
  opacity: 0.125;
  top: calc(-20 / 375 * 100vw);
  right: calc(-30 / 375 * 100vw);
  -webkit-filter: drop-shadow(calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) calc(20 / 375 * 100vw) #0064FF);
  filter: drop-shadow(calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) calc(20 / 375 * 100vw) #0064FF);
}
.company-facility__list-container.company-facility__list-container--hiroshima::before {
  background: url(../img/company/hiroshima.svg) no-repeat center center/cover;
  width: calc(216 / 375 * 100vw);
  height: auto;
  aspect-ratio: 216/156;
}
.company-facility__list-container.company-facility__list-container--onomichi::before {
  background: url(../img/company/onomichi.svg) no-repeat center center/cover;
  width: calc(104 / 375 * 100vw);
  height: auto;
  aspect-ratio: 104/156;
}
.company-facility__list-container.company-facility__list-container--miyoshi::before {
  background: url(../img/company/miyoshi.svg) no-repeat center center/cover;
  width: calc(190 / 375 * 100vw);
  height: auto;
  aspect-ratio: 190/198;
}
.company-facility__list-container.company-facility__list-container--matsue::before {
  right: calc(10 / 375 * 100vw);
  background: url(../img/company/shimane.svg) no-repeat center center/cover;
  width: calc(190 / 375 * 100vw);
  height: auto;
  aspect-ratio: 190/198;
}

.company-facility__list-title {
  color: #000000;
  font-family: "Yu Gothic B", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 700;
  line-height: 1;
}

.company-facility__list .company-facility__item:last-of-type .company-facility__item-text {
  border-bottom: calc(1 / 375 * 100vw) solid #D2D7DC;
}

.company-facility__item {
  display: grid;
  grid-template-columns: calc(130 / 375 * 100vw) 1fr;
}

.company-facility__item-title {
  width: calc(130 / 375 * 100vw);
  height: calc(62 / 375 * 100vw);
  padding-block: calc(24 / 375 * 100vw);
  -webkit-padding-start: calc(8 / 375 * 100vw);
  padding-inline-start: calc(8 / 375 * 100vw);
  color: #FFFFFF;
  font-family: "Yu Gothic B", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 700;
  line-height: 1;
  background: #0064FF;
}

.company-facility__item-text {
  border-top: calc(1 / 375 * 100vw) solid #D2D7DC;
  -webkit-border-end: calc(1 / 375 * 100vw) solid #D2D7DC;
  border-inline-end: calc(1 / 375 * 100vw) solid #D2D7DC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-padding-start: calc(8 / 375 * 100vw);
  padding-inline-start: calc(8 / 375 * 100vw);
  color: #000000;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
}

.company-info {
  padding-block: calc(40 / 375 * 100vw);
  background: url(../img/company/company-bg.webp) no-repeat center center/cover;
  border-radius: calc(40 / 375 * 100vw);
  position: relative;
  z-index: 1;
}
.company-info::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #003FA2;
  border-radius: calc(40 / 375 * 100vw);
  opacity: 0.8;
}
@media (width >= 768px) {
  .company-info {
    border-radius: 80px;
    padding-block: clamp(70px, 9.429px + 7.887vw, 123px) clamp(70px, 12.857px + 7.44vw, 120px);
  }
  .company-info::before {
    border-radius: 80px;
  }
}

.company-info__inner {
  position: relative;
  z-index: 3;
}

.company-info__body {
  -webkit-margin-before: calc(40 / 375 * 100vw);
  margin-block-start: calc(40 / 375 * 100vw);
  padding: calc(24 / 375 * 100vw) calc(16 / 375 * 100vw);
  background-color: #FFFFFF;
}
@media (width >= 768px) {
  .company-info__body {
    -webkit-margin-before: 80px;
    margin-block-start: 80px;
    padding: 83px 40px 72px;
  }
}

.company-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(16 / 375 * 100vw);
}
@media (width >= 768px) {
  .company-info__list {
    gap: 24px;
  }
}

.company-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(8 / 375 * 100vw);
  -webkit-padding-after: calc(8 / 375 * 100vw);
  padding-block-end: calc(8 / 375 * 100vw);
  border-bottom: calc(1 / 375 * 100vw) solid #D2D7DC;
}
@media (width >= 768px) {
  .company-info__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 46px;
    -webkit-padding-after: 22px;
    padding-block-end: 22px;
    border-bottom: 1px solid #D2D7DC;
  }
  .company-info__item.company-info__item--group {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .company-info__item.company-info__item--group div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.company-info__item a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .company-info__item a:hover {
    cursor: pointer;
    color: #0064FF;
  }
}

.company-info__item-title {
  color: #0064FF;
  font-family: "Yu Gothic B", sans-serif;
  font-size: calc(20 / 375 * 100vw);
  font-weight: 700;
  line-height: 1.5;
}
@media (width >= 768px) {
  .company-info__item-title {
    font-size: 2rem;
    width: clamp(200px, 154.286px + 5.952vw, 240px);
  }
}

.company-info__item-text {
  color: #000000;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 400;
  line-height: 1.8;
}
@media (width >= 768px) {
  .company-info__item-text {
    font-size: 1.6rem;
  }
}

.company-info__map {
  -webkit-margin-before: calc(24 / 375 * 100vw);
  margin-block-start: calc(24 / 375 * 100vw);
  overflow: hidden;
}
.company-info__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media (width >= 768px) {
  .company-info__map {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }
  .company-info__map iframe {
    aspect-ratio: 960/384;
  }
}

.company-access {
  padding-block: calc(40 / 375 * 100vw);
}

.company-access__body {
  text-align: center;
}
@media (width >= 768px) {
  .company-access__body {
    -webkit-margin-before: 80px;
    margin-block-start: 80px;
  }
}

.company-access__img {
  max-width: 1209px;
}

.news-top {
  background: url(../img/home/page-top.webp) no-repeat center center/cover;
}

.news-category {
  -webkit-padding-before: calc(40 / 375 * 100vw);
  padding-block-start: calc(40 / 375 * 100vw);
}
@media (width >= 768px) {
  .news-category {
    -webkit-padding-before: clamp(40px, -20px + 7.813vw, 80px);
    padding-block-start: clamp(40px, -20px + 7.813vw, 80px);
  }
}

.news-category__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(12 / 375 * 100vw);
}
@media (width >= 768px) {
  .news-category__list {
    grid-template-columns: repeat(4, 140px);
    place-content: center;
    gap: 16px 28px;
  }
}

.news-category__item-link {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: calc(16 / 375 * 100vw);
  color: #0064FF;
  font-size: calc(16 / 375 * 100vw);
  font-family: "Yu Gothic B", sans-serif;
  font-weight: 700;
  line-height: 1;
  border: calc(1 / 375 * 100vw) solid #0064FF;
  background: #FFFFFF;
}
.news-category__item-link.is-current {
  background: #0064FF;
  color: #FFFFFF;
}
@media (width >= 768px) {
  .news-category__item-link {
    padding: 16px;
    font-size: 1.6rem;
    border: 1px solid #0064FF;
  }
}
@media (any-hover: hover) {
  .news-category__item-link:hover {
    cursor: pointer;
    background: #0064FF;
    color: #FFFFFF;
  }
}

.news-archive {
  padding-block: calc(40 / 375 * 100vw);
}
@media (width >= 768px) {
  .news-archive {
    padding-block: clamp(40px, 23.5px + 2.148vw, 51px) clamp(40px, -50px + 11.719vw, 100px);
  }
}

.news-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(15 / 375 * 100vw);
}
@media (width >= 768px) {
  .news-archive__list {
    gap: 15px;
  }
}

.news-archive__item:first-of-type .news-archive__card-date,
.news-archive__item:first-of-type .news-archive__card-title {
  color: #0064FF;
}

.news-archive__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: calc(16 / 375 * 100vw);
  -webkit-padding-after: calc(16 / 375 * 100vw);
  padding-block-end: calc(16 / 375 * 100vw);
  border-bottom: calc(1 / 375 * 100vw) solid #D2D7DC;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (width >= 768px) {
  .news-archive__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    -webkit-padding-after: 16px;
    padding-block-end: 16px;
    border-bottom: 1px solid #D2D7DC;
  }
}
@media (any-hover: hover) {
  .news-archive__card:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.news-archive__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(16 / 375 * 100vw);
}
@media (width >= 768px) {
  .news-archive__card-head {
    gap: 16px;
  }
}

.news-archive__card-category {
  display: inline-block;
  text-align: center;
  padding: calc(7 / 375 * 100vw) calc(15 / 375 * 100vw);
  color: #0064FF;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
  border: calc(1 / 375 * 100vw) solid;
}
@media (width >= 768px) {
  .news-archive__card-category {
    padding: 7px 15px;
    font-size: 1.4rem;
    border: 1px solid;
  }
}

.news-archive__card-date {
  color: #000000;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
  width: calc(70 / 375 * 100vw);
}
@media (width >= 768px) {
  .news-archive__card-date {
    font-size: 1.4rem;
    width: 70px;
  }
}

.news-archive__card-title {
  color: #000000;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (width >= 768px) {
  .news-archive__card-title {
    font-size: 1.6rem;
  }
}

.news-archive__empty {
  color: #000000;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 400;
}
@media (width >= 768px) {
  .news-archive__empty {
    font-size: 1.6rem;
  }
}

.news-archive__pagination {
  -webkit-margin-before: calc(24 / 375 * 100vw);
  margin-block-start: calc(24 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(8 / 375 * 100vw);
}
.news-archive__pagination .page-numbers {
  display: inline-block;
  width: calc(30 / 375 * 100vw);
  text-align: center;
  padding-block: calc(8 / 375 * 100vw) calc(4 / 375 * 100vw);
  color: #0064FF;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
  border: calc(1 / 375 * 100vw) solid #0064FF;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-archive__pagination .page-numbers.current {
  background: #0064FF;
  color: #FFFFFF;
}
.news-archive__pagination .page-numbers.prev, .news-archive__pagination .page-numbers.next {
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width >= 768px) {
  .news-archive__pagination {
    -webkit-margin-before: clamp(24px, 1.5px + 2.93vw, 39px);
    margin-block-start: clamp(24px, 1.5px + 2.93vw, 39px);
    gap: 8px;
  }
  .news-archive__pagination .page-numbers {
    width: 30px;
    padding-block: 8px 4px;
    font-size: 1.6rem;
    border: 1px solid #0064FF;
  }
}
@media (any-hover: hover) {
  .news-archive__pagination a.page-numbers:not(.prev):not(.next):hover {
    cursor: pointer;
    background: #0064FF;
    color: #FFFFFF;
  }
}
@media (any-hover: hover) {
  .news-archive__pagination a.next:hover,
  .news-archive__pagination a.prev:hover {
    cursor: pointer;
    scale: 1.25;
  }
}
@media (any-hover: hover) {
  .news-archive__pagination a.prev:hover {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}
@media (any-hover: hover) {
  .news-archive__pagination a.next:hover {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}

.news-single {
  padding-block: calc(40 / 375 * 100vw) calc(80 / 375 * 100vw);
}
@media (width >= 768px) {
  .news-single {
    padding-block: 50px 80px;
  }
}

@media (width >= 768px) {
  .news-single__inner {
    width: min(1440px, 100%);
    padding-inline: 318px 354px;
    margin-inline: auto;
  }
}

@media (width >= 768px) {
  .news-single__head {
    padding-inline: 3px;
  }
}

.news-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(8 / 375 * 100vw);
}
@media (width >= 768px) {
  .news-single__meta {
    gap: 16px;
  }
}

.news-single__category {
  display: inline-block;
  text-align: center;
  padding: calc(7 / 375 * 100vw) calc(15 / 375 * 100vw);
  color: #0064FF;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
  border: calc(1 / 375 * 100vw) solid;
}
@media (width >= 768px) {
  .news-single__category {
    padding: 7px 15px;
    font-size: 1.4rem;
    border: 1px solid;
  }
}

.news-single__date {
  color: #000000;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
  width: calc(70 / 375 * 100vw);
}
@media (width >= 768px) {
  .news-single__date {
    font-size: 1.4rem;
    width: 70px;
  }
}

.news-single__title {
  -webkit-margin-before: calc(16 / 375 * 100vw);
  margin-block-start: calc(16 / 375 * 100vw);
  color: #000000;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(24 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
}
@media (width >= 768px) {
  .news-single__title {
    font-size: 3.2rem;
    -webkit-margin-before: 16px;
    margin-block-start: 16px;
  }
}

.news-single__body {
  -webkit-margin-before: calc(40 / 375 * 100vw);
  margin-block-start: calc(40 / 375 * 100vw);
}
.news-single__body h2 {
  padding-block: calc(16 / 375 * 100vw);
  color: #0064FF;
  font-family: "Yu Gothic B", sans-serif;
  font-size: calc(20 / 375 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.news-single__body h3 {
  padding-block: calc(16 / 375 * 100vw) calc(12 / 375 * 100vw);
  color: #0064FF;
  font-family: "Yu Gothic B", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}
.news-single__body p {
  color: #000000;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.news-single__body p + p {
  -webkit-margin-before: calc(8 / 375 * 100vw);
  margin-block-start: calc(8 / 375 * 100vw);
}
.news-single__body p + figure {
  -webkit-margin-before: calc(8 / 375 * 100vw);
  margin-block-start: calc(8 / 375 * 100vw);
}
.news-single__body figure {
  padding-block: calc(24 / 375 * 100vw);
}
.news-single__body figure img {
  width: 100%;
  height: auto;
}
@media (width >= 768px) {
  .news-single__body {
    -webkit-margin-before: 50px;
    margin-block-start: 50px;
  }
  .news-single__body h2 {
    padding-block: 24px;
    color: #0064FF;
    font-family: "Yu Gothic B", sans-serif;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
  }
  .news-single__body h3 {
    padding-block: 20px 16px;
    color: #0064FF;
    font-family: "Yu Gothic B", sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
  }
  .news-single__body p {
    color: #000000;
    font-family: "Yu Gothic R", sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
  }
  .news-single__body p + p {
    -webkit-margin-before: 16px;
    margin-block-start: 16px;
  }
  .news-single__body p + figure {
    -webkit-margin-before: 16px;
    margin-block-start: 16px;
  }
  .news-single__body figure {
    padding-block: 48px;
  }
  .news-single__body figure img {
    width: 100%;
    height: auto;
  }
}

.news-single__btn-wrapper {
  margin-block: calc(24 / 375 * 100vw) calc(32 / 375 * 100vw);
}
@media (width >= 768px) {
  .news-single__btn-wrapper {
    margin-block: 34px 80px;
  }
}

.business-top {
  background: url(../img/business/page-top.webp) no-repeat center center/cover;
}

.business-detail {
  padding-block: calc(40 / 375 * 100vw);
}
@media (width >= 768px) {
  .business-detail {
    padding-block: clamp(70px, 8.286px + 8.036vw, 124px) clamp(70px, 12.857px + 7.44vw, 120px);
  }
}

.business-detail__head-text {
  -webkit-margin-before: calc(24 / 375 * 100vw);
  margin-block-start: calc(24 / 375 * 100vw);
}
@media (width >= 768px) {
  .business-detail__head-text {
    -webkit-margin-before: 81px;
    margin-block-start: 81px;
    text-align: center;
  }
}

@media (width >= 768px) {
  .business-detail__body {
    -webkit-margin-before: 77px;
    margin-block-start: 77px;
  }
}

.business-detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(24 / 375 * 100vw);
}
@media (width >= 768px) {
  .business-detail__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (width >= 1200px) {
  .business-detail__list {
    padding-inline: 36px;
    grid-template-columns: repeat(3, 1fr);
    gap: 37px 40px;
  }
}

.business-detail__card {
  border-radius: calc(8 / 375 * 100vw);
  border-top: calc(4 / 375 * 100vw) solid #0064FF;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 calc(20 / 375 * 100vw) 0 #DEEAFA;
          box-shadow: 0 0 calc(20 / 375 * 100vw) 0 #DEEAFA;
  padding: calc(40 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(24 / 375 * 100vw);
}
@media (width >= 768px) {
  .business-detail__card {
    border-radius: 8px;
    border-top: 4px solid #0064FF;
    -webkit-box-shadow: 0 0 20px 0 #DEEAFA;
            box-shadow: 0 0 20px 0 #DEEAFA;
    padding: 40px;
    gap: 24px;
  }
  .business-detail__card.business-detail__card--1 {
    height: 368px;
  }
  .business-detail__card.business-detail__card--2 {
    height: 368px;
  }
  .business-detail__card.business-detail__card--3 {
    height: 368px;
  }
  .business-detail__card.business-detail__card--4 {
    height: 358px;
  }
  .business-detail__card.business-detail__card--5 {
    height: 358px;
  }
  .business-detail__card.business-detail__card--6 {
    height: 358px;
  }
}

.business-detail__card-img {
  text-align: center;
}
.business-detail__card-img img {
  width: calc(120 / 375 * 100vw);
  height: auto;
  aspect-ratio: 1/1;
}
@media (width >= 768px) {
  .business-detail__card-img img {
    width: 120px;
  }
}

.business-detail__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(16 / 375 * 100vw);
}
@media (width >= 768px) {
  .business-detail__card-body {
    gap: 16px;
  }
}

.business-detail__card-title {
  color: #0064FF;
  text-align: center;
  font-family: "Yu Gothic B", sans-serif;
  font-size: calc(24 / 375 * 100vw);
  font-weight: 700;
  line-height: 1.3;
}
@media (width >= 768px) {
  .business-detail__card-title {
    font-size: 2.4rem;
  }
}

.business-detail__card-text {
  color: #000000;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: calc(0.4 / 375 * 100vw);
}
@media (width >= 768px) {
  .business-detail__card-text {
    font-size: 1.4rem;
    letter-spacing: 0.4px;
  }
}

.business-info {
  padding-block: calc(40 / 375 * 100vw);
}
@media (width >= 768px) {
  .business-info {
    padding-block: clamp(70px, 11.714px + 7.589vw, 121px);
  }
}

.business-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(40 / 375 * 100vw);
}
@media (width >= 768px) {
  .business-info__inner {
    gap: clamp(40px, -5.714px + 5.952vw, 80px);
  }
}

.business-info__container-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: calc(8 / 375 * 100vw);
}
@media (width >= 768px) {
  .business-info__container-head {
    gap: 8px;
  }
}

.business-info__head-subtitle {
  color: #0064FF;
  font-family: "EB Garamond", serif;
  font-size: calc(18 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
  -webkit-padding-start: calc(18 / 375 * 100vw);
  padding-inline-start: calc(18 / 375 * 100vw);
  position: relative;
}
.business-info__head-subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: calc(10 / 375 * 100vw);
  height: calc(10 / 375 * 100vw);
  border-radius: 50%;
  background-color: #0064FF;
}
@media (width >= 768px) {
  .business-info__head-subtitle {
    font-size: clamp(1.8rem, 11.143px + 0.893vw, 2.4rem);
    -webkit-padding-start: 18px;
    padding-inline-start: 18px;
  }
  .business-info__head-subtitle::before {
    width: 10px;
    height: 10px;
  }
}

.business-info__head-title {
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: calc(20 / 375 * 100vw);
  font-weight: 400;
  line-height: 1.5;
}
@media (width >= 768px) {
  .business-info__head-title {
    font-size: clamp(2rem, 10.857px + 1.19vw, 2.8rem);
  }
}

.business-info__text {
  color: #000000;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 400;
  line-height: 1.6;
  -webkit-margin-before: calc(40 / 375 * 100vw);
  margin-block-start: calc(40 / 375 * 100vw);
}
@media (width >= 768px) {
  .business-info__text {
    font-size: 1.6rem;
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }
}

.recruit-top {
  background: url(../img/recruit/page-top.webp) no-repeat center center/cover;
}
@media (width >= 768px) {
  .recruit-top {
    background: url(../img/recruit/page-top-pc.webp) no-repeat center center/cover;
  }
}

.recruit-msg {
  padding-block: 40px;
}
@media (width >= 768px) {
  .recruit-msg {
    position: relative;
    z-index: 1;
    padding-block: clamp(70px, 12.857px + 7.44vw, 120px) 0;
    -webkit-margin-before: calc(-1 * clamp(160px, -22.857px + 23.81vw, 320px));
    margin-block-start: calc(-1 * clamp(160px, -22.857px + 23.81vw, 320px));
  }
}

.recruit-msg__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: calc(24 / 375 * 100vw);
}
@media (width >= 768px) {
  .recruit-msg__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 40px;
  }
}

.recruit-msg__container-context {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(16 / 375 * 100vw);
}
@media (width >= 768px) {
  .recruit-msg__container-context {
    gap: 24px;
  }
}

.recruit-msg__context-title {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: calc(20 / 375 * 100vw);
  font-weight: 600;
  line-height: 1;
  padding: calc(10 / 375 * 100vw);
  background: rgba(0, 100, 255, 0.8);
}
@media (width >= 768px) {
  .recruit-msg__context-title {
    padding: 10px;
    font-size: clamp(2.6rem, 0.857px + 3.274vw, 4.8rem);
  }
}

.recruit-msg__context-text {
  color: #000000;
  font-family: "Yu Gothic M", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 500;
  line-height: 1.8;
}
@media (width >= 768px) {
  .recruit-msg__context-text {
    font-size: clamp(1.8rem, 15.714px + 0.298vw, 2rem);
  }
}

.recruit-msg__container-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 315/420;
}
@media (width >= 768px) {
  .recruit-msg__container-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-padding-after: 60px;
    padding-block-end: 60px;
  }
  .recruit-msg__container-img img {
    width: clamp(370px, 223.714px + 19.048vw, 498px);
    aspect-ratio: 498/664;
  }
}

.recruit-interview {
  padding-block: calc(42 / 375 * 100vw) calc(40 / 375 * 100vw);
}
@media (width >= 768px) {
  .recruit-interview {
    padding-block: clamp(42px, -50.571px + 12.054vw, 123px) clamp(69px, 10.714px + 7.589vw, 120px);
  }
}

.recruit-interview__body {
  -webkit-margin-before: calc(41 / 375 * 100vw);
  margin-block-start: calc(41 / 375 * 100vw);
}
@media (width >= 768px) {
  .recruit-interview__body {
    -webkit-margin-before: 84px;
    margin-block-start: 84px;
  }
}

.recruit-interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(25 / 375 * 100vw);
}
@media (width >= 768px) {
  .recruit-interview__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
  }
}

.recruit-interview__item.recruit-interview__item--1 .recruit-interview__card-text {
  top: calc(182 / 375 * 100vw);
  right: 0;
}
.recruit-interview__item.recruit-interview__item--2 .recruit-interview__card-text {
  top: calc(182 / 375 * 100vw);
  right: 0;
}
.recruit-interview__item.recruit-interview__item--3 .recruit-interview__card-text {
  top: calc(182 / 375 * 100vw);
  right: 0;
}
@media (width >= 768px) {
  .recruit-interview__item {
    width: clamp(220px, 82.857px + 17.857vw, 340px);
  }
  .recruit-interview__item.recruit-interview__item--1 .recruit-interview__card-text {
    top: clamp(204px, 66.857px + 17.857vw, 324px);
  }
  .recruit-interview__item.recruit-interview__item--2 {
    -webkit-margin-before: clamp(40px, -5.714px + 5.952vw, 80px);
    margin-block-start: clamp(40px, -5.714px + 5.952vw, 80px);
  }
  .recruit-interview__item.recruit-interview__item--2 .recruit-interview__card-text {
    top: clamp(215px, 89.286px + 16.369vw, 325px);
    right: clamp(0px, -25.143px + 3.274vw, 22px);
  }
  .recruit-interview__item.recruit-interview__item--3 {
    -webkit-margin-before: clamp(80px, -11.429px + 11.905vw, 160px);
    margin-block-start: clamp(80px, -11.429px + 11.905vw, 160px);
  }
  .recruit-interview__item.recruit-interview__item--3 .recruit-interview__card-text {
    top: clamp(215px, 89.286px + 16.369vw, 325px);
    right: calc(-1 * clamp(30px, -11.143px + 5.357vw, 66px));
  }
}

.recruit-interview__card {
  display: block;
  position: relative;
}
.recruit-interview__card::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: calc(291 / 375 * 100vw);
  height: auto;
  aspect-ratio: 291/264;
  top: calc(33 / 375 * 100vw);
  right: 0;
  background-color: #DEEAFA;
}
@media (width >= 768px) {
  .recruit-interview__card::before {
    width: clamp(210px, 107.143px + 13.393vw, 300px);
    height: auto;
    aspect-ratio: 300/400;
    top: clamp(49px, 37.571px + 1.488vw, 59px);
    right: clamp(0px, -27.429px + 3.571vw, 24px);
  }
}
@media (any-hover: hover) {
  .recruit-interview__card:hover {
    cursor: pointer;
  }
  .recruit-interview__card:hover .recruit-interview__card-img img {
    scale: 1.1;
  }
  .recruit-interview__card:hover .recruit-interview__card-text {
    scale: 1.1;
  }
}

.recruit-interview__card-num {
  color: #0064FF;
  font-family: "EB Garamond", serif;
  font-size: calc(70 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
  position: relative;
  z-index: 10;
}
@media (width >= 768px) {
  .recruit-interview__card-num {
    font-size: 7rem;
  }
}

.recruit-interview__card-img {
  -webkit-margin-before: calc(-1 * 47 / 375 * 100vw);
  margin-block-start: calc(-1 * 47 / 375 * 100vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.recruit-interview__card-img img {
  width: calc(300 / 375 * 100vw);
  height: auto;
  aspect-ratio: 300/264;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
@media (width >= 768px) {
  .recruit-interview__card-img {
    -webkit-margin-before: -28px;
    margin-block-start: -28px;
  }
  .recruit-interview__card-img img {
    width: clamp(210px, 107.143px + 13.393vw, 300px);
    aspect-ratio: 300/400;
  }
}

.recruit-interview__card-text {
  position: absolute;
  z-index: 10;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: calc(20 / 375 * 100vw);
  font-weight: 600;
  line-height: 100%;
  white-space: nowrap;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.recruit-interview__card-text span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: calc(10 / 375 * 100vw);
  background: rgba(0, 100, 255, 0.8);
}
.recruit-interview__card-text span:last-of-type {
  -webkit-margin-before: calc(8 / 375 * 100vw);
  margin-block-start: calc(8 / 375 * 100vw);
}
@media (width >= 768px) {
  .recruit-interview__card-text {
    font-size: clamp(16px, 9.143px + 0.893vw, 22px);
  }
  .recruit-interview__card-text span {
    padding: 10px;
  }
  .recruit-interview__card-text span:last-of-type {
    -webkit-margin-before: 8px;
    margin-block-start: 8px;
  }
}

.recruit-interview__card-name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 5;
  color: #000000;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 700;
  line-height: 1;
  padding-block: calc(8 / 375 * 100vw);
  padding-inline: calc(24 / 375 * 100vw) calc(25 / 375 * 100vw);
  background: #D2D7DC;
}
@media (width >= 768px) {
  .recruit-interview__card-name {
    font-size: clamp(14px, 11.714px + 0.298vw, 16px);
    padding-block: 8px;
    padding-inline: 24px 25px;
  }
}

.recruit-benefits {
  padding-block: calc(40 / 375 * 100vw);
  border-radius: calc(40 / 375 * 100vw) calc(40 / 375 * 100vw) 0 0;
  position: relative;
  overflow: hidden;
}
.recruit-benefits::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: calc(40 / 375 * 100vw) calc(40 / 375 * 100vw) 0 0;
  background: url(../img/recruit/benefits-bg.webp) no-repeat center center/cover;
  opacity: 0.15;
}
@media (width >= 768px) {
  .recruit-benefits {
    padding-block: clamp(70px, 12.857px + 7.44vw, 120px) clamp(70px, 6px + 8.333vw, 126px);
  }
  .recruit-benefits::before {
    border-radius: 80px 80px 0 0;
  }
}

@media (width >= 768px) {
  .recruit-benefits__head-title {
    -webkit-margin-before: calc(-1 * clamp(23px, 20.714px + 0.298vw, 25px));
    margin-block-start: calc(-1 * clamp(23px, 20.714px + 0.298vw, 25px));
  }
}

.recruit-benefits__body {
  background-color: #FFFFFF;
  -webkit-margin-before: calc(40 / 375 * 100vw);
  margin-block-start: calc(40 / 375 * 100vw);
  padding: calc(24 / 375 * 100vw) calc(16 / 375 * 100vw);
  background-color: #FFFFFF;
}
@media (width >= 768px) {
  .recruit-benefits__body {
    -webkit-margin-before: 80px;
    margin-block-start: 80px;
    padding: 43px 40px 40px;
  }
}

.recruit-benefits__d-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(16 / 375 * 100vw);
}
@media (width >= 768px) {
  .recruit-benefits__d-list {
    gap: 24.5px;
  }
}

.recruit-benefits__d-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(8 / 375 * 100vw);
  -webkit-padding-after: calc(8 / 375 * 100vw);
  padding-block-end: calc(8 / 375 * 100vw);
  border-bottom: calc(1 / 375 * 100vw) solid #D2D7DC;
}
@media (width >= 768px) {
  .recruit-benefits__d-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 46px;
    -webkit-padding-after: 22px;
    padding-block-end: 22px;
    border-bottom: 1px solid #D2D7DC;
  }
}

.recruit-benefits__d-item-title {
  color: #0064FF;
  font-family: "Yu Gothic B", sans-serif;
  font-size: calc(20 / 375 * 100vw);
  font-weight: 700;
  line-height: 1.5;
}
@media (width >= 768px) {
  .recruit-benefits__d-item-title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 2rem;
    width: clamp(200px, 154.286px + 5.952vw, 240px);
  }
}

.recruit-benefits__d-item-text {
  color: #000000;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 400;
  line-height: 1.8;
}
@media (width >= 768px) {
  .recruit-benefits__d-item-text {
    font-size: 1.6rem;
  }
}

.recruit-benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5px;
}

.recruit-benefits__item {
  color: #000000;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 400;
  line-height: 1.8;
  -webkit-padding-start: calc(12 / 375 * 100vw);
  padding-inline-start: calc(12 / 375 * 100vw);
  position: relative;
}
.recruit-benefits__item::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 0.2em;
  height: 0.2em;
  background-color: #000000;
  border-radius: 100%;
  vertical-align: middle;
}
.recruit-benefits__item.recruit-benefits__item--br::before {
  top: calc(50% - 25 / 375 * 100vw);
}
@media (width >= 768px) {
  .recruit-benefits__item {
    font-size: 1.6rem;
    -webkit-padding-start: 24px;
    padding-inline-start: 24px;
  }
  .recruit-benefits__item::before {
    left: 11px;
  }
  .recruit-benefits__item.recruit-benefits__item--br::before {
    top: calc(50% - 15px);
  }
}

.interview-top {
  background: url(../img/interview/page-top.webp) no-repeat center center/cover;
}
@media (width >= 768px) {
  .interview-top {
    background: url(../img/interview/page-top-pc.webp) no-repeat center center/cover;
  }
}

.interview-qa {
  -webkit-margin-before: calc(-57 / 375 * 100vw);
  margin-block-start: calc(-57 / 375 * 100vw);
}
.interview-qa.interview-qa--02 .interview-qa__section-img--3 img {
  aspect-ratio: 315/420;
}
.interview-qa.interview-qa--03 .interview-qa__section-img--3 img {
  aspect-ratio: 630/829;
}
@media (width >= 768px) {
  .interview-qa {
    -webkit-margin-before: calc(-1 * clamp(70px, -78.571px + 19.345vw, 200px));
    margin-block-start: calc(-1 * clamp(70px, -78.571px + 19.345vw, 200px));
  }
  .interview-qa.interview-qa--02 .interview-qa__section-img--3 img {
    aspect-ratio: 780/1040;
  }
  .interview-qa.interview-qa--03 .interview-qa__section-img--3 img {
    aspect-ratio: 780/1027;
  }
}

.interview-qa__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (width >= 768px) {
  .interview-qa__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.interview-qa__headline {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  left: calc(30 / 375 * 100vw);
  z-index: 2;
  -webkit-margin-after: calc(36 / 375 * 100vw);
  margin-block-end: calc(36 / 375 * 100vw);
}
@media (width >= 768px) {
  .interview-qa__headline {
    -webkit-margin-before: 173px;
    margin-block-start: 173px;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    left: -4px;
  }
}

.interview-qa__headline-title {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: calc(20 / 375 * 100vw);
  font-weight: 600;
  line-height: 1;
}
.interview-qa__headline-title span {
  display: inline-block;
  background: rgba(0, 100, 255, 0.8);
  padding: calc(10 / 375 * 100vw);
}
.interview-qa__headline-title span:last-of-type {
  -webkit-margin-before: calc(8 / 375 * 100vw);
  margin-block-start: calc(8 / 375 * 100vw);
}
@media (width >= 768px) {
  .interview-qa__headline-title {
    font-size: clamp(3.2rem, 13.714px + 2.381vw, 4.8rem);
  }
  .interview-qa__headline-title span {
    padding: 10px;
  }
  .interview-qa__headline-title span:last-of-type {
    -webkit-margin-before: 8px;
    margin-block-start: 8px;
  }
}

.interview-qa__headline-name {
  -webkit-margin-before: calc(24 / 375 * 100vw);
  margin-block-start: calc(24 / 375 * 100vw);
  color: #000000;
  font-family: "Yu Gothic B", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 700;
  line-height: 1;
}
@media (width >= 768px) {
  .interview-qa__headline-name {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
    font-size: 1.6rem;
  }
}

.interview-qa__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.interview-qa__img.interview-qa__img--01 {
  -webkit-margin-start: calc(-146 / 375 * 100vw);
  margin-inline-start: calc(-146 / 375 * 100vw);
}
.interview-qa__img.interview-qa__img--02 {
  -webkit-margin-start: calc(-126 / 375 * 100vw);
  margin-inline-start: calc(-126 / 375 * 100vw);
}
.interview-qa__img.interview-qa__img--03 {
  -webkit-margin-start: calc(-205 / 375 * 100vw);
  margin-inline-start: calc(-205 / 375 * 100vw);
}
.interview-qa__img img {
  width: calc(240 / 375 * 100vw);
  height: auto;
  aspect-ratio: 240/457;
}
@media (width >= 768px) {
  .interview-qa__img.interview-qa__img--01 {
    -webkit-margin-start: -107px;
  }
  .interview-qa__img.interview-qa__img--02 {
    -webkit-margin-start: -58px;
    margin-inline-start: -58px;
  }
  .interview-qa__img.interview-qa__img--03 {
    -webkit-margin-start: -249px;
    margin-inline-start: -249px;
  }
  .interview-qa__img img {
    width: clamp(370px, 223.714px + 19.048vw, 498px);
    aspect-ratio: 498/664;
  }
}

.interview-qa__body {
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
  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 (width >= 768px) {
  .interview-qa__body {
    margin-block: 120px;
    gap: clamp(64px, -1.143px + 8.482vw, 121px);
  }
}

.interview-qa__section:has(.interview-qa__section-img) {
  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 (width >= 768px) {
  .interview-qa__section:has(.interview-qa__section-img--1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(64px, 0px + 8.333vw, 120px);
  }
  .interview-qa__section:has(.interview-qa__section-img--3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(32px, -4.571px + 4.762vw, 64px);
  }
  .interview-qa__section:has(.interview-qa__section-img--4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: clamp(32px, -4.571px + 4.762vw, 64px);
  }
}

.interview-qa__section-context {
  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 (width >= 768px) {
  .interview-qa__section-context {
    gap: clamp(20px, -2.857px + 2.976vw, 40px);
  }
}

.interview-qa__context-title {
  color: #0064FF;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (width >= 768px) {
  .interview-qa__context-title {
    font-size: clamp(2.4rem, 19.429px + 0.595vw, 2.8rem);
  }
}

.interview-qa__context-text {
  color: #000000;
  font-family: "Yu Gothic R", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media (width >= 768px) {
  .interview-qa__context-text {
    line-height: 1.6;
  }
}

.interview-qa__section-img.interview-qa__section-img--1 img {
  width: 100%;
  height: auto;
  aspect-ratio: 315/216;
}
.interview-qa__section-img.interview-qa__section-img--2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 315/405;
}
.interview-qa__section-img.interview-qa__section-img--3 img {
  width: 100%;
  height: auto;
  aspect-ratio: 315/258;
}
.interview-qa__section-img.interview-qa__section-img--4 img {
  width: 100%;
  height: auto;
  aspect-ratio: 315/287;
}
@media (width >= 768px) {
  .interview-qa__section-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .interview-qa__section-img.interview-qa__section-img--1 img {
    aspect-ratio: 1040/600;
  }
  .interview-qa__section-img.interview-qa__section-img--2 img {
    width: clamp(280px, 154.286px + 16.369vw, 390px);
    aspect-ratio: 390/501;
  }
  .interview-qa__section-img.interview-qa__section-img--3 img {
    width: clamp(320px, 240px + 10.417vw, 390px);
    aspect-ratio: 390/320;
  }
  .interview-qa__section-img.interview-qa__section-img--4 img {
    width: clamp(300px, 15.429px + 37.054vw, 549px);
    aspect-ratio: 549/501;
  }
}

.interview-qa__section-wrapper {
  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 (width >= 768px) {
  .interview-qa__section-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: clamp(32px, -4.571px + 4.762vw, 64px);
  }
}

.interview-qa__section-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: 40px;
}
@media (width >= 768px) {
  .interview-qa__section-container {
    gap: clamp(32px, -8px + 5.208vw, 67px);
  }
}

.recruit-interview--page-interview .recruit-interview__body {
  -webkit-margin-before: calc(65 / 375 * 100vw);
  margin-block-start: calc(65 / 375 * 100vw);
}
.recruit-interview--page-interview .recruit-interview__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(46 / 375 * 100vw);
}
.recruit-interview--page-interview .recruit-interview__item--1 .recruit-interview__card-text {
  top: calc(160 / 375 * 100vw);
}
.recruit-interview--page-interview .recruit-interview__item--2 .recruit-interview__card-text {
  top: calc(159 / 375 * 100vw);
}
.recruit-interview--page-interview .recruit-interview__item--3 .recruit-interview__card-text {
  top: calc(161 / 375 * 100vw);
}
.recruit-interview--page-interview .recruit-interview__card::before {
  top: calc(12 / 375 * 100vw);
}
.recruit-interview--page-interview .recruit-interview__card-img {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
@media (width >= 768px) {
  .recruit-interview--page-interview {
    padding-block: 83px 80px;
  }
  .recruit-interview--page-interview .recruit-interview__body {
    -webkit-margin-before: clamp(80px, 27.429px + 6.845vw, 126px);
    margin-block-start: clamp(80px, 27.429px + 6.845vw, 126px);
  }
  .recruit-interview--page-interview .recruit-interview__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 46px;
  }
  .recruit-interview--page-interview .recruit-interview__item--1,
  .recruit-interview--page-interview .recruit-interview__item--2,
  .recruit-interview--page-interview .recruit-interview__item--3 {
    width: 340px;
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
  .recruit-interview--page-interview .recruit-interview__item--1 .recruit-interview__card-text,
  .recruit-interview--page-interview .recruit-interview__item--2 .recruit-interview__card-text,
  .recruit-interview--page-interview .recruit-interview__item--3 .recruit-interview__card-text {
    top: 282px;
  }
  .recruit-interview--page-interview .recruit-interview__card::before {
    width: 300px;
    top: 16px;
  }
  .recruit-interview--page-interview .recruit-interview__card-img {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
  .recruit-interview--page-interview .recruit-interview__card-img img {
    width: 300px;
  }
}

.contact-top {
  background: url(../img/contact/page-top.webp) no-repeat center center/cover;
}

.contact-link {
  padding-block: calc(40 / 375 * 100vw);
}
@media (width >= 768px) {
  .contact-link {
    padding-block: clamp(70px, 11.714px + 7.589vw, 121px) clamp(70px, 12.857px + 7.44vw, 120px);
  }
}

.contact-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(40 / 375 * 100vw);
}
@media (width >= 768px) {
  .contact-link__list {
    gap: 40px;
  }
}

.contact-link__item {
  border-radius: calc(16 / 375 * 100vw);
  background: #F3F6FA;
  padding: calc(16 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(40 / 375 * 100vw);
}
@media (width >= 768px) {
  .contact-link__item {
    border-radius: 16px;
    padding: clamp(24px, 5.714px + 2.381vw, 40px) clamp(24px, -131.429px + 20.238vw, 160px);
    gap: 32px;
  }
}

.contact-link__item-head {
  color: #0064FF;
  font-family: "EB Garamond", serif;
  font-size: calc(24 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
  -webkit-padding-start: calc(18 / 375 * 100vw);
  padding-inline-start: calc(18 / 375 * 100vw);
  position: relative;
}
.contact-link__item-head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: calc(10 / 375 * 100vw);
  height: calc(10 / 375 * 100vw);
  border-radius: 50%;
  background: #0064FF;
}
@media (width >= 768px) {
  .contact-link__item-head {
    font-size: 2.4rem;
    -webkit-padding-start: 18px;
    padding-inline-start: 18px;
  }
  .contact-link__item-head::before {
    width: 10px;
    height: 10px;
  }
}

.contact-link__item-btn {
  display: grid;
  place-content: center;
  padding: calc(24 / 375 * 100vw) calc(16 / 375 * 100vw);
  height: calc(72 / 375 * 100vw);
  border-radius: calc(8 / 375 * 100vw);
  background: -webkit-gradient(linear, right top, left top, from(#4B91FF), to(#93C1FF));
  background: linear-gradient(270deg, #4B91FF 0%, #93C1FF 100%);
  -webkit-box-shadow: 0 calc(6 / 375 * 100vw) calc(10 / 375 * 100vw) 0 #B8CAE0;
          box-shadow: 0 calc(6 / 375 * 100vw) calc(10 / 375 * 100vw) 0 #B8CAE0;
  color: #FFFFFF;
  font-family: "Yu Gothic B", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 700;
  line-height: 1;
  position: relative;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.contact-link__item-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 4 / 375 * 100vw);
  right: calc(16 / 375 * 100vw);
  translate: 0 -50%;
  width: calc(7 / 375 * 100vw);
  height: calc(20 / 375 * 100vw);
  background: url(../img/contact/btn-arrow.svg) no-repeat center center/contain;
}
@media (width >= 768px) {
  .contact-link__item-btn {
    font-size: 2.4rem;
    height: 72px;
    padding-block: 24px;
    padding-inline: 16px 66px;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 10px 0 #B8CAE0;
            box-shadow: 0 6px 10px 0 #B8CAE0;
  }
  .contact-link__item-btn::after {
    top: calc(50% - 4px);
    width: 7px;
    height: 20px;
    right: 24px;
  }
  .contact-link__item-btn.contact-link__item-btn--recruit::after {
    right: 189px;
  }
  .contact-link__item-btn.contact-link__item-btn--practice::after {
    right: 200px;
  }
  .contact-link__item-btn.contact-link__item-btn--business::after {
    right: 57px;
  }
  .contact-link__item-btn.contact-link__item-btn--others::after {
    right: 141px;
  }
}
@media (any-hover: hover) {
  .contact-link__item-btn:hover {
    cursor: pointer;
    scale: 1.05;
  }
}

.contact-form {
  padding-block: calc(40 / 375 * 100vw);
}
@media (width >= 768px) {
  .contact-form {
    padding-block: 0 clamp(70px, 57.429px + 1.637vw, 81px);
  }
  .contact-form.contact-form--confirm {
    padding-block: clamp(70px, 53.5px + 2.148vw, 81px);
  }
  .contact-form.contact-form--thanks {
    padding-block: clamp(70px, 57.429px + 1.637vw, 81px) clamp(70px, 23.5px + 6.055vw, 101px);
  }
}

@media (width >= 768px) {
  .contact-form__head-title {
    -webkit-margin-before: -24px;
    margin-block-start: -24px;
  }
}

.contact-form__body {
  -webkit-margin-before: calc(40 / 375 * 100vw);
  margin-block-start: calc(40 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(40 / 375 * 100vw);
}
@media (width >= 768px) {
  .contact-form__body {
    -webkit-margin-before: 80px;
    margin-block-start: 80px;
    gap: 38px;
  }
}

.contact-form__step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(24 / 375 * 100vw);
}
@media (width >= 768px) {
  .contact-form__step-list {
    gap: 56px;
  }
}

.contact-form__step-item {
  display: grid;
  place-content: center;
  width: calc(60 / 375 * 100vw);
  height: calc(60 / 375 * 100vw);
  border-radius: 50%;
  background-color: #F3F6FA;
  color: #0064FF;
  font-family: "Yu Gothic B", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.contact-form__step-item.is-current {
  background-color: #0064FF;
  color: #FFFFFF;
}
.contact-form__step-item:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 6 / 375 * 100vw);
  translate: 0 -50%;
  width: calc(12 / 375 * 100vw);
  height: calc(1 / 375 * 100vw);
  background-color: #D2D7DC;
}
@media (width >= 768px) {
  .contact-form__step-item {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
  .contact-form__step-item:not(:last-of-type)::before {
    width: 24px;
    height: 1px;
    left: calc(100% + 16px);
  }
}

.contact-form__forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(16 / 375 * 100vw);
}
.contact-form__forms input[type=text],
.contact-form__forms input[type=tel],
.contact-form__forms input[type=email],
.contact-form__forms textarea {
  width: 100%;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 400;
  line-height: 1.5;
  padding: calc(16 / 375 * 100vw) calc(16 / 375 * 100vw);
  border: none;
  background: #F3F6FA;
}
.contact-form__forms textarea {
  resize: vertical;
}
.contact-form__forms input[type=checkbox] {
  width: calc(1 / 375 * 100vw);
  height: calc(1 / 375 * 100vw);
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.contact-form__forms input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-form__forms input[type=text]:focus,
.contact-form__forms input[type=tel]:focus,
.contact-form__forms input[type=email]:focus,
.contact-form__forms textarea:focus,
.contact-form__forms .contact-form__nav-link:focus,
.contact-form__forms input[type=checkbox]:focus + span:before {
  outline: auto;
  outline: auto -webkit-focus-ring-color;
  outline-color: #0064FF;
  border-radius: calc(2 / 375 * 100vw);
}
.contact-form__forms input[type=submit]:focus {
  outline: auto;
  outline: auto -webkit-focus-ring-color;
  outline-color: #D2D7DC;
  border-radius: calc(100 / 375 * 100vw);
}
@media (width >= 768px) {
  .contact-form__forms {
    gap: 40px;
  }
  .contact-form__forms.contact-form__forms--confirm {
    gap: 34px;
  }
  .contact-form__forms input[type=checkbox] {
    width: 1px;
    height: 1px;
  }
  .contact-form__forms input[type=text],
  .contact-form__forms input[type=tel],
  .contact-form__forms input[type=email],
  .contact-form__forms textarea {
    font-size: 2rem;
    padding: 24px 24px;
  }
  .contact-form__forms textarea {
    height: 280px;
  }
  .contact-form__forms input[type=text]:focus,
  .contact-form__forms input[type=tel]:focus,
  .contact-form__forms input[type=email]:focus,
  .contact-form__forms textarea:focus,
  .contact-form__forms .contact-form__nav-link:focus,
  .contact-form__forms input[type=checkbox]:focus + span:before {
    border-radius: 2px;
  }
  .contact-form__forms input[type=submit]:focus {
    border-radius: 100px;
  }
}

.contact-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(16 / 375 * 100vw);
}
@media (width >= 768px) {
  .contact-form__form {
    gap: 16px;
  }
}

.contact-form__form-title p:has(.contact-form__form-tag) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(8 / 375 * 100vw);
}
.contact-form__form-title.contact-form__form-title--acceptance p {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(4 / 375 * 100vw);
  font-size: calc(12 / 375 * 100vw);
  -webkit-padding-start: calc(24 / 375 * 100vw);
  padding-inline-start: calc(24 / 375 * 100vw);
}
@media (width >= 768px) {
  .contact-form__form-title p:has(.contact-form__form-tag) {
    gap: 12px;
  }
  .contact-form__form-title.contact-form__form-title--acceptance {
    -webkit-margin-before: -4px;
    margin-block-start: -4px;
  }
  .contact-form__form-title.contact-form__form-title--acceptance p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    font-size: 1.4rem;
    -webkit-padding-start: 32px;
    padding-inline-start: 32px;
  }
}

.contact-form__form-label {
  color: #000000;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
}
@media (width >= 768px) {
  .contact-form__form-label {
    font-size: 2.4rem;
  }
}

.contact-form__form-tag {
  display: inline-block;
  color: #FFFFFF;
  font-family: "Yu Gothic B", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  padding: calc(4 / 375 * 100vw) calc(8 / 375 * 100vw);
  border-radius: calc(4 / 375 * 100vw);
  background: #FF0033;
}
@media (width >= 768px) {
  .contact-form__form-tag {
    font-size: 1.6rem;
    padding: 4px 8px;
    border-radius: 4px;
  }
}

.contact-form__nav-link {
  color: #0064FF;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(12 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
  border-bottom: calc(1 / 375 * 100vw) solid;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (width >= 768px) {
  .contact-form__nav-link {
    font-size: 1.4rem;
    border-bottom: 1px solid;
  }
}
@media (any-hover: hover) {
  .contact-form__nav-link:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-inline: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
}
@media (any-hover: hover) {
  .wpcf7-acceptance .wpcf7-list-item-label:hover {
    cursor: pointer;
  }
}
.wpcf7-acceptance .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  top: 50%;
  left: calc(-24 / 375 * 100vw);
  translate: 0 -50%;
  width: calc(16 / 375 * 100vw);
  height: calc(16 / 375 * 100vw);
  border: calc(1 / 375 * 100vw) solid #0064FF;
  background: #FFFFFF;
}
.wpcf7-acceptance .wpcf7-list-item-label::after {
  top: 50%;
  left: calc(-24 / 375 * 100vw);
  translate: 0 -50%;
  width: calc(16 / 375 * 100vw);
  height: calc(16 / 375 * 100vw);
  background: url(../img/contact/check.svg) no-repeat center center/cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (width >= 768px) {
  .wpcf7-acceptance .wpcf7-list-item-label::before {
    left: -32px;
    width: 16px;
    height: 16px;
    border: 1px solid #0064FF;
  }
  .wpcf7-acceptance .wpcf7-list-item-label::after {
    left: -32px;
    width: 16px;
    height: 16px;
  }
}

.wpcf7-spinner {
  display: none;
}

.contact-form__btn-wrapper {
  margin-inline: auto;
}
.contact-form__btn-wrapper.contact-form__btn-wrapper--confirm {
  margin: 0;
}
.contact-form__btn-wrapper p {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: relative !important;
}
.contact-form__btn-wrapper p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(24 / 375 * 100vw);
  translate: 0 -50%;
  width: calc(10 / 375 * 100vw);
  height: calc(10 / 375 * 100vw);
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .contact-form__btn-wrapper p:hover::after {
    scale: 1.5;
    rotate: 360deg;
    background: url(../img/common/btn-icon-blue.svg) no-repeat center center/cover;
  }
}
.contact-form__btn-wrapper p:has(.contact-form__btn--previous)::after {
  background-color: #0064FF;
}
@media (any-hover: hover) {
  .contact-form__btn-wrapper p:has(.contact-form__btn--previous):hover {
    cursor: pointer;
  }
  .contact-form__btn-wrapper p:has(.contact-form__btn--previous):hover::after {
    background: url(../img/common/btn-icon-white.svg) no-repeat center center/cover;
  }
}
@media (width >= 768px) {
  .contact-form__btn-wrapper {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
  .contact-form__btn-wrapper p::after {
    right: clamp(24px, -3.429px + 3.571vw, 48px);
    width: 10px;
    height: 10px;
  }
  .contact-form__btn-wrapper.contact-form__btn-wrapper--confirm p::after {
    right: 59px;
  }
}

.contact-form__btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: calc(16 / 375 * 100vw);
}
@media (width >= 768px) {
  .contact-form__btn-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}

.contact-form__btn {
  display: block;
}
.contact-form__btn.contact-form__btn--previous {
  background-color: #D2D7DC;
  color: #0064FF;
  border-color: #D2D7DC;
}
@media (any-hover: hover) {
  .contact-form__btn.contact-form__btn--previous:hover {
    cursor: pointer;
    background-color: #001638;
    color: #FFFFFF;
    border-color: #001638;
  }
}

.contact-form__form-item--confirm {
  color: #333;
  font-family: "Yu Gothic M", sans-serif;
  font-size: calc(20 / 375 * 100vw);
  font-weight: 500;
  line-height: 1;
}
@media (width >= 768px) {
  .contact-form__form-item--confirm {
    font-size: clamp(2rem, 14px + 0.781vw, 2.4rem);
  }
}

.contact-form__context {
  text-align: left;
}
@media (width >= 768px) {
  .contact-form__context {
    text-align: center;
  }
}

.contact-form__context-text {
  color: #000000;
  font-family: "Yu Gothic M", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 500;
  line-height: 1.5;
}
.contact-form__context-text + .contact-form__context-text {
  -webkit-margin-before: calc(28 / 375 * 100vw);
  margin-block-start: calc(28 / 375 * 100vw);
}
@media (width >= 768px) {
  .contact-form__context-text {
    font-size: clamp(1.4rem, 11px + 0.391vw, 1.6rem);
  }
  .contact-form__context-text + .contact-form__context-text {
    -webkit-margin-before: 28px;
    margin-block-start: 28px;
  }
}

.p404-top {
  background: url(../img/404/page-top.webp) no-repeat center center/cover;
}

.p404 {
  padding-block: calc(40 / 375 * 100vw);
}
@media (width >= 768px) {
  .p404 {
    padding-block: clamp(70px, 66.479px + 0.939vw, 80px) clamp(70px, 64.718px + 1.408vw, 85px);
  }
}

.p404__text {
  text-align: left;
  color: #000000;
  font-family: "Yu Gothic M", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 500;
  line-height: 1.5;
}
@media (width >= 768px) {
  .p404__text {
    font-size: 1.6rem;
    text-align: center;
  }
}

.p404__btn-wrapper {
  -webkit-margin-before: calc(40 / 375 * 100vw);
  margin-block-start: calc(40 / 375 * 100vw);
}
@media (width >= 768px) {
  .p404__btn-wrapper {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }
}

.privacy-policy-top {
  background: url(../img/privacy-policy/page-top.webp) no-repeat center center/cover;
}

.privacy-policy {
  padding-block: calc(40 / 375 * 100vw) calc(80 / 375 * 100vw);
}
@media (width >= 768px) {
  .privacy-policy {
    padding-block: clamp(70px, 58.571px + 1.488vw, 80px) clamp(80px, 0px + 10.417vw, 150px);
  }
}

@media (width >= 768px) {
  .privacy-policy__inner {
    width: min(1440px, 100%);
    padding-inline: 318px 354px;
    margin-inline: auto;
  }
}

.privacy-policy__head-text {
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: calc(24 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
}
@media (width >= 768px) {
  .privacy-policy__head-text {
    font-size: clamp(2.8rem, 23.429px + 0.595vw, 3.2rem);
  }
}

.privacy-policy__body {
  -webkit-margin-before: calc(24 / 375 * 100vw);
  margin-block-start: calc(24 / 375 * 100vw);
}
@media (width >= 768px) {
  .privacy-policy__body {
    -webkit-margin-before: 24px;
    margin-block-start: 24px;
  }
}

.privacy-policy__container {
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
}
@media (width >= 768px) {
  .privacy-policy__container {
    -webkit-margin-before: 44px;
    margin-block-start: 44px;
  }
}

.privacy-policy__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(8 / 375 * 100vw);
}
@media (width >= 900px) {
  .privacy-policy__wrapper {
    gap: 16px;
  }
}

.privacy-policy__container-bottom {
  -webkit-margin-before: calc(16 / 375 * 100vw);
  margin-block-start: calc(16 / 375 * 100vw);
}
@media (width >= 768px) {
  .privacy-policy__container-bottom {
    -webkit-margin-before: 16px;
    margin-block-start: 16px;
  }
}

.privacy-policy__title {
  padding-block: 16px;
  color: #0064FF;
  font-family: "Yu Gothic B", sans-serif;
  font-size: calc(20 / 375 * 100vw);
  font-weight: 700;
  line-height: 1.2;
}
@media (width >= 768px) {
  .privacy-policy__title {
    padding-block: 24px;
    font-size: 2.4rem;
  }
}

.privacy-policy__subtitle {
  padding-block: 16px 12px;
  color: #0064FF;
  font-family: "Yu Gothic M", sans-serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 700;
  line-height: 1.4;
}
@media (width >= 768px) {
  .privacy-policy__subtitle {
    padding-block: 20px 16px;
    font-size: 1.8rem;
  }
}

.privacy-policy__text {
  color: #000000;
  font-family: "Yu Gothic R", sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 400;
  line-height: 1.5;
}
@media (width >= 768px) {
  .privacy-policy__text {
    font-size: 1.6rem;
  }
}