/*!
 * ress.css • v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}
*,
:after,
:before {
  box-sizing: inherit;
  background-repeat: no-repeat;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  margin: 0;
  padding: 0;
}
hr {
  height: 0;
  overflow: visible;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: initial;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
pre {
  font-size: 1em;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: initial;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[disabled] {
  cursor: default;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role='button'],
[type='button'],
[type='reset'],
[type='submit'],
button {
  color: inherit;
  cursor: pointer;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}
button,
input,
select,
textarea {
  border-style: none;
  background-color: initial;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
img {
  border-style: none;
}
progress {
  vertical-align: initial;
}
[aria-busy='true'] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
*,
:after,
:before {
  box-sizing: border-box;
}
::selection {
  background-color: #87ceeb;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 62.5%;
}
body {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  font-family:
    Noto Sans JP,
    sans-serif;
  letter-spacing: 0.03em;
}
a,
body {
  color: #3e4046;
}
a {
  text-decoration: none;
}
ol,
ul {
  list-style: none;
  list-style-position: inside;
}
img,
svg,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
picture img {
  width: 100%;
  height: auto;
}
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table td,
table th {
  text-align: left;
  word-break: break-all;
}
address {
  font-style: normal;
}
iframe {
  vertical-align: bottom;
}
fieldset {
  border: none;
}
input::-ms-clear {
  display: none;
}
input[type='checkbox'],
input[type='radio'] {
  -moz-opacity: 0;
  appearance: none;
  position: absolute;
  opacity: 0;
}
[data-js-focus-visible]:focus:not([data-focus-visible-added]) {
  outline: none;
}
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url(../icons/site-icon.woff?rev) format('woff');
  font-family: site-icon;
}
[class*=' icon-'],
[class^='icon-'] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: site-icon !important;
  text-decoration: none;
  text-transform: none;
}
.icon-arrow:before {
  content: '';
}
.l-body {
  position: relative;
  background: url(/ja/recruit/assets/images/common/bg_texture.webp) repeat;
}
.l-backlayer {
  visibility: hidden;
  z-index: 800;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  transition:
    visibility 0.4s ease,
    opacity 0.4s ease;
}
.is-nav-active .l-backlayer {
  visibility: visible;
  opacity: 1;
}
.l-breadcrumbs {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.l-breadcrumbs ol {
  display: flex;
  gap: 8px;
  color: rgba(62, 64, 70, 0.6);
  font-size: 1.3rem;
  line-height: 1;
}
.l-breadcrumbs ol a {
  transition: opacity 0.4s ease;
}
.l-breadcrumbs li + li {
  position: relative;
  padding-left: 24px;
}
.l-breadcrumbs li + li:before {
  position: absolute;
  width: 16px;
  height: 1px;
  inset: 50% auto auto 0;
  translate: 0 -50%;
  background: rgba(62, 64, 70, 0.6);
  content: '';
}
.l-cookie-notice {
  display: none;
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  background: rgba(62, 64, 70, 0.9);
  box-shadow: 10px 10px 25px 15px hsla(0, 0%, 100%, 0.06);
  color: #fff;
  font-size: 1.3rem;
}
.l-cookie-notice.show {
  display: block;
}
.l-cookie-notice__content {
  position: relative;
  padding-right: 60px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.l-cookie-notice a {
  color: #fff;
}
.l-cookie-notice__close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto 0;
  transition: 0.4s ease;
}
.l-cookie-notice__close button {
  position: absolute;
  width: 100%;
  height: 100%;
}
.l-cookie-notice__close button:after,
.l-cookie-notice__close button:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 24px;
  margin: auto;
  background: #fff;
  content: '';
}
.l-cookie-notice__close button:before {
  rotate: -45deg;
}
.l-cookie-notice__close button:after {
  rotate: 45deg;
}
.l-foot {
  padding-top: 80px;
  background: url(/ja/recruit/assets/images/common/foot_bg.webp) 50% / cover
    no-repeat;
}
.l-foot-entry__inner {
  padding: 80px;
  border-radius: 4px;
  background-color: #fff;
}
.l-foot-entry__ttl {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.28125;
  font-family:
    Shippori Mincho,
    sans-serif;
  text-align: center;
}
.l-foot-entry__desc p + p {
  margin-top: 1lh;
}
.l-foot-entry__cont {
  margin-top: 80px;
}
.l-foot-entry__cont .tab-btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.l-foot-entry__cont .tab-btn .c-btn-box.is-active {
  pointer-events: none;
}
.l-foot-entry__cont .tab-btn .c-btn-box:not(.is-active) {
  background-color: #fff;
  color: #005bac;
}
.l-foot-entry__cont .tab-item {
  margin-top: 40px;
}
.l-foot-entry__cont .tab-item__table tr:last-child {
  border-bottom: 1px solid rgba(0, 91, 172, 0.2);
}
.l-foot-entry__cont .tab-item__table td,
.l-foot-entry__cont .tab-item__table th {
  padding: 20px 24px;
  border-top: 1px solid rgba(0, 91, 172, 0.2);
  vertical-align: top;
}
.l-foot-entry__cont .tab-item__table th {
  background-color: #e9f7fe;
}
.l-foot-entry__cont .tab-item__table td {
  border-right: 1px solid rgba(0, 91, 172, 0.2);
}
.l-foot-entry__cont .tab-link {
  margin-top: 80px;
  text-align: center;
}
.l-footer {
  margin-top: 72px;
  padding-block: 64px 12px;
}
.l-footer,
.l-footer > * {
  position: relative;
}
.l-footer:before {
  display: block;
  position: absolute;
  width: calc(100% - 56px);
  height: 100%;
  inset: 0 0 auto auto;
  border-top-left-radius: 72px;
  background-color: #e9f7fe;
  content: '';
}
.l-footer__logo a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #005bac;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-family: Poppins, sans-serif;
}
.l-footer__logo a img {
  width: 100px;
}
.l-footer__menu {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  gap: 24px;
}
.l-footer__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: -moz-fit-content;
  height: fit-content;
  gap: 24px;
  line-height: 1;
}
.l-footer__list:nth-child(2) {
  grid-template-columns: repeat(2, auto);
}
.l-footer__list a {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  transition: opacity 0.4s ease;
}
.l-footer__list a:before {
  -webkit-mask: url(/ja/recruit/assets/images/common/icon_arr.svg) no-repeat
    center/contain;
  aspect-ratio: 1;
  width: 16px;
  background: currentColor;
  content: '';
  mask: url(/ja/recruit/assets/images/common/icon_arr.svg) no-repeat
    center/contain;
}
.l-footer__list a .wrap {
  display: inline-flex;
}
.l-footer__list a .wrap span {
  display: inline-block;
  position: relative;
}
.l-footer__list a .wrap span + span {
  padding-left: 12px;
}
.l-footer__list a .wrap span + span:before {
  position: absolute;
  width: 1px;
  height: 100%;
  inset: 1px auto auto 6px;
  border-left: 1px solid rgba(62, 64, 70, 0.1);
  content: '';
}
.l-footer__other {
  flex: 0 0 auto;
  line-height: 1;
}
.l-footer__other > * + * {
  margin-top: 24px;
}
.l-footer__other a {
  display: grid;
}
.l-footer__other a[target='_blank'] {
  grid-template-columns: auto 1fr;
  gap: 12px;
}
.l-footer__other a[target='_blank']:after {
  -webkit-mask: url(/ja/recruit/assets/images/common/icon_blank.svg) no-repeat
    center/contain;
  aspect-ratio: 1;
  width: 16px;
  background: currentColor;
  content: '';
  mask: url(/ja/recruit/assets/images/common/icon_blank.svg) no-repeat
    center/contain;
}
.l-footer__other a:not(.c-btn-base--mail) {
  transition: opacity 0.4s ease;
}
.l-footer__other .c-btn-base--mail {
  background-color: #005bac;
}
.l-footer__cpr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 96px;
}
.l-footer__cpr a,
.l-footer__cpr small {
  color: rgba(62, 64, 70, 0.6);
  font-size: 1.2rem;
  line-height: 1;
}
.l-footer__cpr a {
  font-size: 1.3rem;
  transition: opacity 0.4s ease;
}
.l-footer__btn {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  inset: -64px 24px auto auto;
  translate: 0 -50%;
  border-radius: 50%;
  background-color: #005bac;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
}
.l-footer__btn:before {
  -webkit-mask: url(/ja/recruit/assets/images/common/icon_arr.svg) no-repeat
    center/contain;
  display: block;
  width: 16px;
  height: 16px;
  margin-inline: auto;
  translate: 0 -4px;
  rotate: -90deg;
  background: currentColor;
  content: '';
  mask: url(/ja/recruit/assets/images/common/icon_arr.svg) no-repeat
    center/contain;
}
.l-header {
  z-index: 999;
  position: fixed;
  width: 100%;
  inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  transition:
    background-color 0.4s ease,
    border-color 0.4s ease;
}
.is-scroll .l-header {
  border-color: rgba(0, 91, 172, 0.2);
  background-color: #fff;
}
.l-header__inner,
.l-header__list,
.l-header__logo a,
.l-header__menu,
.l-header__wrap {
  display: flex;
  align-items: center;
}
.l-header__inner {
  justify-content: space-between;
  height: 96px;
  padding-inline: 32px;
}
.l-header__logo a {
  gap: 16px;
  color: #005bac;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-family: Poppins, sans-serif;
}
.l-header__logo a img {
  width: 100px;
}
.l-header__wrap {
  flex: 0 0 auto;
}
.l-header__menu {
  gap: 5px;
}
.l-header__list {
  gap: 32px;
}
.l-header__list a {
  font-weight: 600;
  font-size: 1.4rem;
  transition: opacity 0.4s ease;
}
.l-header__btns {
  position: relative;
}
.l-header__btns .btns-list {
  position: absolute;
  margin-left: 20px;
  inset-inline: 0;
  overflow: hidden;
  border-radius: 4px 24px 24px 24px;
}
.l-header__btns .btns-list a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 48px;
  padding-inline: 16px;
  gap: 12px;
  background: rgba(62, 64, 70, 0.8);
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  transition: background-color 0.4s ease;
}
.l-header__btns .btns-list a:after {
  aspect-ratio: 1;
  width: 16px;
  background: url(/ja/recruit/assets/images/common/icon_arr.svg) no-repeat 50% /
    contain;
  content: '';
}
.l-header__btns .Hedentry {
  margin-left: 20px;
}
.l-inner {
  max-width: 1264px;
  margin-inline: auto;
  padding-inline: 24px;
}
.l-nav {
  -webkit-backdrop-filter: blur(2px);
  visibility: hidden;
  z-index: 999;
  position: fixed;
  width: 80.5333333333vw;
  max-height: 100%;
  inset: 0 0 auto auto;
  padding: 12.8vw 5.3333333333vw 14.9333333333vw;
  overflow-y: auto;
  border-radius: 0 0 0 24px;
  backdrop-filter: blur(2px);
  background: rgba(62, 64, 70, 0.8);
  opacity: 0;
  transition:
    visibility 0.4s ease,
    opacity 0.4s ease;
}
.is-nav-active .l-nav {
  visibility: visible;
  opacity: 1;
}
.l-nav a {
  pointer-events: none;
}
.is-nav-active .l-nav a {
  pointer-events: auto;
}
.l-nav__inner > * + * {
  margin-top: 6.4vw;
}
.l-nav__list {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
}
.l-nav__list.-school {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2vw 2.1333333333vw;
}
.l-nav__list.-school li {
  margin-top: 0;
}
.l-nav__list li + li {
  margin-top: 3.2vw;
}
.l-nav__list a {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.6vw;
  color: #fff;
}
.l-nav__list a:before {
  aspect-ratio: 1;
  width: 4.2666666667vw;
  background: url(/ja/recruit/assets/images/common/icon_arr.svg) no-repeat 50% /
    contain;
  content: '';
}
.l-nav__list a .wrap {
  display: inline-flex;
}
.l-nav__list a .wrap span {
  display: inline-block;
  position: relative;
}
.l-nav__list a .wrap span + span {
  padding-left: 2.1333333333vw;
}
.l-nav__list a .wrap span + span:before {
  position: absolute;
  width: 0.2666666667vw;
  height: 100%;
  inset: 0.2666666667vw auto auto 1.0666666667vw;
  border-left: 0.2666666667vw solid hsla(0, 0%, 100%, 0.1);
  content: '';
}
.l-nav__btn {
  text-align: center;
}
.l-nav__btn .c-btn-base--mail {
  margin-top: 3.2vw;
  background-color: #fff;
  color: #3e4046;
}
.l-nav__btn .btns-list {
  max-width: 60.2666666667vw;
  margin-inline: auto;
}
.l-nav__btn .btns-list li {
  margin-top: 1.0666666667vw;
}
.l-nav__btn .btns-list a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 3.2vw;
  gap: 3.2vw;
  border: 1px solid transparent;
  border-radius: 1.0666666667vw;
  background: #de2d12;
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
  transition: background-color 0.4s ease;
}
.l-nav__btn .btns-list a:after {
  aspect-ratio: 1;
  width: 4.2666666667vw;
  background: url(/ja/recruit/assets/images/common/icon_arr.svg) no-repeat 50% /
    contain;
  content: '';
}
.l-nav__btn .btns-list a.-other {
  border-color: hsla(0, 0%, 100%, 0.1);
  background: transparent;
}
.l-nav__other {
  padding-top: 6.4vw;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
}
.l-nav__other li + li {
  margin-top: 3.2vw;
}
.l-nav__other a {
  color: hsla(0, 0%, 100%, 0.6);
}
.l-nav__other a[target='_blank'] {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  gap: 2.1333333333vw;
}
.l-nav__other a[target='_blank']:after {
  -webkit-mask: url(/ja/recruit/assets/images/common/icon_blank.svg) no-repeat
    center/contain;
  aspect-ratio: 1;
  width: 3.7333333333vw;
  background-color: currentColor;
  content: '';
  mask: url(/ja/recruit/assets/images/common/icon_blank.svg) no-repeat
    center/contain;
}
.l-page-head {
  position: relative;
  padding-top: 256px;
  overflow: hidden;
}
.l-page-head__illust {
  position: absolute;
  top: 0;
  left: 50%;
  width: 448px;
}
.l-page-head__illust img {
  width: 100%;
}
.l-page-head__bread {
  position: relative;
}
.l-page-head__txt {
  position: relative;
  margin-top: 32px;
  padding-block: 56px;
  border-block: 1px solid rgba(0, 91, 172, 0.2);
  background: #e9f7fe;
}
.l-page-head__txt p {
  max-width: 1020px;
  margin-left: auto;
  font-size: 1.4rem;
}
.career .l-page-head__txt p {
  max-width: 980px;
}
.l-page-head__txt > div {
  position: relative;
}
.l-page-head .c-ttl-vertical {
  position: absolute;
  inset: auto auto 0 24px;
}
.faq .l-page-head .c-ttl-vertical {
  text-orientation: upright;
}
.l-page-body {
  margin-top: 80px;
  padding-bottom: 128px;
}
.faq .l-page-body {
  padding-bottom: 0;
}
.l-page-sec {
  margin-bottom: 80px;
}
.l-page-sec:last-child {
  margin-bottom: 0;
}
.l-sec__bg {
  padding: 40px;
  border: 1px solid rgba(0, 91, 172, 0.2);
  border-radius: 4px;
  background: #f6fbfe;
}
.js-accordion {
  cursor: pointer;
}
.js-accordion + * {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}
.js-accordion + * > * {
  overflow: hidden;
}
.js-accordion.is-opened + * {
  grid-template-rows: 1fr;
}
.c-accordion--btn {
  position: relative;
  padding: 16px 52px 16px 16px;
  background-color: #555ada;
  color: #fff;
  font-size: 1.6rem;
}
.c-accordion--btn:after,
.c-accordion--btn:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 28px;
  width: 20px;
  height: 4px;
  transform: scaleY(0.5);
  border-radius: 1px;
  background-color: #fff;
  content: '';
  transition:
    rotate 0.4s ease,
    opacity 0.4s ease,
    background-color 0.4s ease;
}
.c-accordion--btn:after {
  rotate: 90deg;
}
.c-accordion--btn.is-opened:after {
  rotate: 180deg;
}
.c-accordion--item {
  padding: 16px;
  font-size: 1.6rem;
}
.c-btn-base,
.c-btn-base--mail,
.c-btn-base--tour,
.c-btn-base--tourNav {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 48px;
  padding-inline: 24px;
  gap: 4px;
  border-radius: 99px 99px 99px 4px;
  background-color: #de2d12;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  transition: background-color 0.4s ease;
}
.c-btn-base--mail:after,
.c-btn-base--tour:after,
.c-btn-base--tourNav:after,
.c-btn-base:after {
  aspect-ratio: 1;
  width: 16px;
  background: url(/ja/recruit/assets/images/common/icon_arr.svg) no-repeat 50% /
    contain;
  content: '';
}
.c-btn-base.js-accordion:after,
.js-accordion.c-btn-base--mail:after,
.js-accordion.c-btn-base--tour:after,
.js-accordion.c-btn-base--tourNav:after {
  rotate: 90deg;
  transition: rotate 0.4s ease;
}
.c-btn-base.js-accordion.is-opened:after,
.js-accordion.is-opened.c-btn-base--mail:after,
.js-accordion.is-opened.c-btn-base--tour:after,
.js-accordion.is-opened.c-btn-base--tourNav:after {
  rotate: -90deg;
}
.c-btn-base--mail {
  background-color: #3e4046;
  color: #fff;
}
.c-btn-base--mail:after {
  -webkit-mask: url(/ja/recruit/assets/images/common/icon_mail.svg) no-repeat
    center/contain;
  background: currentColor;
  mask: url(/ja/recruit/assets/images/common/icon_mail.svg) no-repeat
    center/contain;
}
.c-btn-base--tour {
  margin-top: 10px;
  background-color: #f47741;
  color: #fff;
}
.c-btn-base--tour:after {
  -webkit-mask: url(/ja/recruit/assets/images/common/icon_arr.svg) no-repeat
    center/contain;
  background: currentColor;
  mask: url(/ja/recruit/assets/images/common/icon_arr.svg) no-repeat
    center/contain;
}
.c-btn-base--tourNav {
  background-color: #f47741;
  color: #fff;
}
.c-btn-base--tourNav:after {
  content: none;
}
.c-btn-box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 72px;
  padding-inline: 24px;
  border: 1px solid #005bac;
  border-radius: 4px;
  background-color: #005bac;
  color: #fff;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.2916666667;
  font-family:
    Shippori Mincho,
    sans-serif;
  text-align: center;
  transition: background-color 0.4s ease;
}
.c-btn-box:after {
  -webkit-mask: url(/ja/recruit/assets/images/common/icon_arr.svg) no-repeat
    center/contain;
  aspect-ratio: 1;
  width: 16px;
  background: currentColor;
  content: '';
  mask: url(/ja/recruit/assets/images/common/icon_arr.svg) no-repeat
    center/contain;
}
.c-btn-box.-border {
  background-color: #fff;
  color: #005bac;
}
.c-hamburger {
  display: grid;
  position: relative;
  aspect-ratio: 1;
  width: 9.6vw;
  border-radius: 50%;
  background-color: #3e4046;
}
.c-hamburger span {
  position: absolute;
  width: 4.2666666667vw;
  height: 1px;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  background-color: #fff;
  transition:
    rotate 0.4s ease,
    translate 0.4s ease,
    opacity 0.4s ease;
}
.c-hamburger span:first-child {
  top: calc(50% - 1.06667vw);
}
.c-hamburger span:last-child {
  top: calc(50% + 1.06667vw);
}
.is-nav-active .c-hamburger {
  z-index: 1000;
}
.is-nav-active .c-hamburger span:first-child {
  translate: -50% calc(-50% + 1.06667vw);
  rotate: 135deg;
}
.is-nav-active .c-hamburger span:nth-child(2) {
  opacity: 0;
}
.is-nav-active .c-hamburger span:last-child {
  translate: -50% calc(-50% - 1.06667vw);
  rotate: -135deg;
}
.js-tab-panel {
  animation: fadeIn 0.4s ease-in-out;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-tab-panel:not(.is-active) {
  display: none;
}
.c-ttl-vertical {
  display: grid;
  height: -moz-fit-content;
  height: fit-content;
  color: #005bac;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.3;
  font-family:
    Shippori Mincho,
    sans-serif;
  letter-spacing: 0.2em;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.7s ease;
  writing-mode: vertical-rl;
}
html.in .c-ttl-vertical {
  opacity: 1;
}
.c-ttl-vertical > span {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 12px;
  border-left: 1px solid rgba(0, 91, 172, 0.2);
}
.c-ttl-vertical > span:first-child {
  border-right: 1px solid rgba(0, 91, 172, 0.2);
}
.c-ttl-vertical > span span:not(.mask) {
  opacity: 0.2;
}
.c-ttl-vertical > span .mask {
  position: absolute;
  inset: 8px 12px auto auto;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1s ease;
  will-change: clip-path;
}
.c-ttl-vertical > span:nth-child(2) .mask {
  transition-delay: 0.4s;
}
.c-ttl-vertical > span:nth-child(3) .mask {
  transition-delay: 0.8s;
}
.l-page-head .c-ttl-vertical > span:first-child .mask {
  transition-delay: 0.2s;
}
.l-page-head .c-ttl-vertical > span:nth-child(2) .mask {
  transition-delay: 0.6s;
}
.l-page-head .c-ttl-vertical > span:nth-child(3) .mask {
  transition-delay: 1s;
}
.c-ttl-vertical.is-visible .mask {
  clip-path: inset(0 0 0 0);
}
.c-ttl__primary {
  margin-bottom: 40px;
  font-size: 2.8rem;
  line-height: 1.7142857143;
}
.c-ttl__bar,
.c-ttl__primary {
  font-weight: 400;
  font-family:
    Shippori Mincho,
    sans-serif;
  letter-spacing: 0.03em;
}
.c-ttl__bar {
  display: flex;
  margin-bottom: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}
.c-ttl__bar:before {
  width: 24px;
  height: 1px;
  margin-top: 0.5lh;
  margin-right: 16px;
  background-color: #3e4046;
  content: '';
}
.c-ttl__sub {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.3181818182;
  font-family:
    Shippori Mincho,
    sans-serif;
  letter-spacing: 0.03em;
}
.career-sec .c-ttl__bar {
  margin-bottom: 40px;
}
.career-sec__ttl {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2;
  font-family:
    Shippori Mincho,
    sans-serif;
}
.career-sec__info {
  display: grid;
  align-items: center;
  gap: 80px;
}
.career-sec__info .info-pht img {
  width: 100%;
}
.career-sec__info .info-txt p {
  font-size: 1.4rem;
}
.career-sec__point {
  margin-top: 32px;
}
.career-sec__point .point-list {
  display: grid;
  position: relative;
  overflow: hidden;
  gap: 16px;
}
.career-sec__point .point-list:after {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  inset: 48px 0 auto auto;
  translate: 0 calc(-50% + 0.5px);
  background-color: rgba(0, 91, 172, 0.2);
  content: '';
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.career-sec__point .point-item {
  display: grid;
  position: relative;
  gap: 16px;
  text-align: center;
}
.career-sec__point .point-item:after {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 91, 172, 0.2);
  content: '';
}
.career-sec__point .point-time {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  margin-inline: auto;
  border: 1px solid;
  border-radius: 50%;
  font-size: 1.6rem;
}
.career-sec__point .point-desc {
  margin-top: 8px;
  font-size: 1.4rem;
}
.faq-anchor__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.faq-anchor__list li {
  border-top: 1px solid rgba(0, 91, 172, 0.2);
  border-bottom: 1px solid rgba(0, 91, 172, 0.2);
}
.faq-anchor__list a {
  display: block;
  position: relative;
  padding: 16px 24px;
  content: '';
  color: #005bac;
  font-size: 2.4rem;
  font-family:
    Shippori Mincho,
    sans-serif;
  text-align: center;
}
.faq-anchor__list a:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  background-image: url(/ja/recruit/assets/images/common/icon_nav_arr.svg);
  content: '';
}
.faq-sec {
  padding-top: 80px;
  padding-bottom: 80px;
}
.faq-sec:nth-child(odd) {
  background-color: #e9f7fe;
}
.faq-sec:last-child {
  padding-bottom: 128px;
}
.faq-list {
  border-bottom: 1px solid rgba(0, 91, 172, 0.2);
}
.faq-list:first-child {
  border-top: 1px solid rgba(0, 91, 172, 0.2);
}
.faq-list__q {
  display: grid;
  grid-template-columns: auto 1fr 40px;
  align-items: center;
  padding: 32px 20px;
  gap: 24px;
}
.faq-list .answer,
.faq-list .question {
  color: #3e4046;
  font-size: 2.8rem;
  font-family:
    Shippori Mincho,
    sans-serif;
}
.faq-list .question {
  translate: 0 -3px;
}
.faq-list .answer {
  translate: 0 -13px;
}
.faq-list .cross {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #005bac;
  border-radius: 50%;
}
.faq-list .cross:after,
.faq-list .cross:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 1px;
  margin: auto;
  background: #005bac;
  content: '';
  transition: rotate 0.4s ease;
}
.faq-list .cross:after {
  rotate: 90deg;
}
.faq-list .is-opened .cross:after {
  rotate: 0deg;
  transition: rotate 0.4s ease;
}
.faq-list__a {
  margin-left: 48px;
}
.faq-list__a__wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  padding-bottom: 32px;
  gap: 24px;
}
.interview .itv-place,
.interview .itv-time {
  font-size: 1.4rem;
  line-height: 1;
}
.interview .itv-place {
  display: flex;
  margin-bottom: 12px;
  gap: 12px;
}
.interview .itv-place > span + span {
  position: relative;
  padding-left: 12px;
}
.interview .itv-place > span + span:before {
  position: absolute;
  width: 1px;
  height: 100%;
  inset: 50% auto auto 0;
  translate: 0 calc(-50% + 1px);
  background-color: rgba(0, 91, 172, 0.2);
  content: '';
}
.interview .itv-pos {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.1428571429;
  font-family:
    Shippori Mincho,
    sans-serif;
}
.interview-menu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
.interview-menu__item .item-pht {
  aspect-ratio: 352/206;
  overflow: hidden;
  border-radius: 8px;
}
.interview-menu__item .item-pht img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.4s ease;
}
.interview-menu__item .item-txt {
  position: relative;
  margin-top: 24px;
}
.interview-menu__item .item-txt:after,
.interview-menu__item .item-txt:before {
  display: inline-block;
  position: absolute;
  aspect-ratio: 1;
  inset: 50% 0 auto auto;
  translate: 0 -50%;
  content: '';
  transition:
    background-color 0.4s ease,
    scale 0.4s ease;
}
.interview-menu__item .item-txt:before {
  width: 56px;
  border: 1px solid #005bac;
  border-radius: 50%;
}
.interview-menu__item .item-txt:after {
  -webkit-mask: url(/ja/recruit/assets/images/common/icon_arr.svg)
    center/contain no-repeat;
  z-index: 1;
  right: 20px;
  width: 16px;
  rotate: 90deg;
  background-color: #005bac;
  mask: url(/ja/recruit/assets/images/common/icon_arr.svg) center/contain
    no-repeat;
}
.interview-sec:nth-of-type(2n) {
  padding-block: 80px;
  background-color: #e9f7fe;
}
.interview-sec__lead {
  display: grid;
  align-items: center;
  gap: 40px;
}
.interview-sec__lead .lead-pht {
  aspect-ratio: 432/252;
}
.interview-sec__lead .lead-pht img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.interview-sec__lead .lead-txt .c-ttl__primary {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 91, 172, 0.2);
}
.interview-sec__lead .lead-txt .itv-pos {
  margin-bottom: 16px;
  font-size: 2.4rem;
}
.interview-sec__cont {
  margin-top: 40px;
}
.interview-sec__cont dd {
  font-size: 1.4rem;
}
.interview-sec__box,
.interview-sec__cont dd + dt {
  margin-top: 40px;
}
.interview-sec__box .box-list {
  display: grid;
  position: relative;
  justify-content: space-between;
}
.interview-sec__box .box-item {
  display: grid;
  position: relative;
  grid-template-rows: auto 1fr;
  width: 118px;
  height: 118px;
  padding-bottom: 12px;
  border: 1px solid;
  border-radius: 50%;
  background-color: #f6fbfe;
  text-align: center;
}
.interview-sec__box .box-time {
  position: relative;
  padding-block: 8px 4px;
}
.interview-sec__box .box-time:after {
  position: absolute;
  width: 42px;
  height: 1px;
  margin-inline: auto;
  inset: auto 0 0 0;
  background-color: rgba(0, 91, 172, 0.2);
  content: '';
}
.interview-sec__box .box-desc {
  display: grid;
  place-items: center;
  line-height: 1.2;
}
.reason-sec {
  display: flex;
  gap: 80px;
}
.reason-sec__main {
  display: flex;
  width: 635px;
  gap: 24px;
}
.reason-sec__main .main-num {
  width: 98px;
}
.reason-sec__main .main-num .number {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1;
  font-family:
    Shippori Mincho,
    sans-serif;
  text-align: center;
}
.reason-sec__main .main-dtl {
  width: 513px;
}
.reason-sec__main .main-dtl .ttl {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 91, 172, 0.2);
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.6;
  font-family:
    Shippori Mincho,
    sans-serif;
  letter-spacing: 0.03em;
}
.reason-sec__photo figure {
  overflow: hidden;
  border-radius: 8px;
}
.top-lead {
  display: flex;
  gap: 40px;
}
.top-lead .c-ttl-vertical {
  flex: 0 0 auto;
}
.top-lead .top-desc {
  flex: 1;
  padding-top: 80px;
}
.top-desc {
  line-height: 2;
}
.top-btn {
  text-align: right;
}
.top-btn a {
  -webkit-text-decoration-color: transparent;
  display: inline-grid;
  position: relative;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  color: #005bac;
  font-weight: 600;
  font-size: 1.6rem;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: -webkit-text-decoration-color 0.4s ease;
  transition: text-decoration-color 0.4s ease;
  transition:
    text-decoration-color 0.4s ease,
    -webkit-text-decoration-color 0.4s ease;
}
.top-btn a:after,
.top-btn a:before {
  aspect-ratio: 1;
  content: '';
  transition:
    scale 0.4s ease,
    background-color 0.4s ease;
}
.top-btn a:before {
  -webkit-mask: url(/ja/recruit/assets/images/common/icon_arr.svg)
    center/contain no-repeat;
  display: inline-block;
  z-index: 1;
  position: absolute;
  width: 16px;
  inset: 50% 20px auto auto;
  translate: 0 -50%;
  background-color: #005bac;
  mask: url(/ja/recruit/assets/images/common/icon_arr.svg) center/contain
    no-repeat;
}
.top-btn a:after {
  width: 56px;
  border: 1px solid rgba(0, 91, 172, 0.5);
  border-radius: 50%;
}
.top-horz {
  display: flex;
}
.top-horz__txt {
  flex: 0 0 47.6973684211%;
}
.top-horz__pht {
  border-radius: 8px;
  filter: blur(20px);
  opacity: 0;
  transition:
    opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1),
    filter 0.7s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: opacity, filter;
}
.top-horz__pht.is-show {
  filter: blur(0);
  opacity: 1;
}
.top-cv {
  display: grid;
  z-index: 100;
  position: fixed;
  inset: auto 32px 32px auto;
  gap: 8px;
}
.top-cv__btn {
  display: grid;
  grid-template-columns: 1fr 16px;
  align-items: center;
  min-width: 160px;
  padding: 12px 16px;
  gap: 12px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: background-color 0.4s ease;
}
.top-cv__btn:after {
  -webkit-mask: url(/ja/recruit/assets/images/common/icon_arr.svg)
    center/contain no-repeat;
  aspect-ratio: 1;
  background-color: currentColor;
  content: '';
  mask: url(/ja/recruit/assets/images/common/icon_arr.svg) center/contain
    no-repeat;
}
.top-fv {
  display: grid;
  grid-template-columns: max(25.8333333333vw, 310px) 1fr;
  align-items: center;
}
.top-fv__txt {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: max(6.6666666667vw, 80px);
}
.top-fv .c-ttl-vertical {
  font-size: max(3.0555555556vw, 36.6666666667px);
}
.top-fv .c-ttl-vertical > span {
  padding: max(0.5555555556vw, 6.6666666667px)
    max(1.1111111111vw, 13.3333333333px);
}
.top-fv .c-ttl-vertical > span .mask {
  inset: max(0.5555555556vw, 6.6666666667px)
    max(1.1111111111vw, 13.3333333333px) auto auto;
  transition: clip-path 1.4s ease;
}
.top-fv .c-ttl-vertical > span:first-child .mask {
  transition-delay: 0.6s;
}
.top-fv .c-ttl-vertical > span:last-child .mask {
  transition-delay: 1.2s;
}
.top-fv .en {
  margin-top: max(4.4444444444vw, 53.3333333333px);
  color: rgba(0, 91, 172, 0.5);
  font-weight: 500;
  font-size: max(0.8333333333vw, 10px);
  line-height: 1.5;
  font-family: Poppins, sans-serif;
}
.top-fv .en span {
  display: block;
}
.top-fv .en span:last-child {
  text-transform: uppercase;
}
.top-fv__pht {
  position: relative;
  height: 100vh;
}
.top-fv__pht * {
  height: 100%;
}
.top-fv__pht img {
  object-fit: cover;
  border-bottom-left-radius: max(4.7222222222vw, 56.6666666667px);
}
.top-fv .splide__pagination {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  inset: auto auto max(1.6666666667vw, 20px) 50%;
  gap: max(0.8333333333vw, 10px);
  translate: -50%;
}
.top-fv .splide__pagination button {
  width: max(0.6944444444vw, 8.3333333333px);
  height: max(0.6944444444vw, 8.3333333333px);
  border-radius: 99px;
  background-color: rgba(243, 245, 247, 0.7);
  transition:
    width 0.4s ease,
    background-color 0.4s ease;
  will-change: width, background-color;
}
.top-fv .splide__pagination button.is-active {
  width: max(2.0833333333vw, 25px);
  background-color: #fff;
}
.top-itr {
  display: grid;
  position: relative;
  grid-template-columns: max(34.1666666667vw, 410px) clamp(
      550px,
      45.8333333333vw,
      792px
    ) max(9.0277777778vw, 108.3333333333px);
  margin-top: clamp(133.3333333333px, 11.1111111111vw, 192px);
  padding-bottom: max(8.8888888889vw, 106.6666666667px);
}
.top-itr.is-show .top-itr__pht figure {
  filter: blur(0);
  opacity: 1;
}
.top-itr__pht figure {
  width: 100%;
  filter: blur(20px);
  opacity: 0;
  transition:
    opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1),
    filter 0.7s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: opacity, filter;
}
.top-itr__pht figure.is-show {
  filter: blur(0);
  opacity: 1;
}
.top-itr__pht img {
  border-radius: max(0.5555555556vw, 6.6666666667px);
}
.top-itr__pht:first-child figure:first-child img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.top-itr__pht:first-child figure:last-child {
  width: max(24.0277777778vw, 288.3333333333px);
  margin-top: max(5.5555555556vw, 66.6666666667px);
  margin-left: max(6.6666666667vw, 80px);
  transition-delay: 0.2s;
}
.top-itr__pht:nth-child(3) {
  align-self: flex-end;
}
.top-itr__pht:nth-child(3) figure {
  transition-delay: 0.4s;
}
.top-itr__pht:nth-child(3) figure img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.top-itr__txt {
  position: relative;
}
.top-itr__desc {
  font-size: clamp(13.3333333333px, 1.1111111111vw, 19.2px);
  line-height: 2.3;
}
.top-itr__illust {
  position: absolute;
  width: max(15vw, 180px);
  inset: auto max(7.9861111111vw, 95.8333333333px)
    max(-2.4305555556vw, -29.1666666667px) auto;
  translate: max(-3.8888888889vw, -46.6666666667px);
  opacity: 0;
  transition:
    opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1),
    translate 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}
.top-itr__illust.is-show {
  translate: 0;
  opacity: 1;
}
.top-rsn__wrap {
  display: grid;
  gap: 80px;
}
.top-rsn .top-btn {
  grid-column: 1/-1;
}
.top-rsn__chart ol {
  position: relative;
}
.top-rsn__chart ol.is-show:after,
.top-rsn__chart ol.is-show:before {
  scale: 1 1;
}
.top-rsn__chart ol.is-show li {
  translate: 0 0;
  opacity: 1;
}
.top-rsn__chart li {
  translate: 0 10px;
  opacity: 0;
  transition:
    translate 0.7s ease,
    opacity 0.7s ease;
  will-change: translate, opacity;
}
.top-rsn__chart li:first-child {
  transition-delay: 0.2s;
}
.top-rsn__chart li:nth-child(2) {
  transition-delay: 0.4s;
}
.top-rsn__chart li:nth-child(3) {
  transition-delay: 0.6s;
}
.top-rsn__chart li:nth-child(4) {
  transition-delay: 0.8s;
}
.top-rsn__chart .ttl {
  display: grid;
  place-items: center;
}
.top-rsn__chart .ttl .icon {
  aspect-ratio: 80/76;
  width: 44px;
}
.top-rsn__chart .ttl .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-rsn__chart .ttl .num {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1;
  font-family:
    Shippori Mincho,
    sans-serif;
}
.top-rsn__chart .desc {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.0625;
}
.top-trn {
  margin-top: 128px;
}
.top-crr {
  margin-top: 96px;
}
.top-int {
  margin-top: 128px;
  padding-block: 128px;
  background-color: #e9f7fe;
}
.top-int__wrap {
  display: grid;
  position: relative;
}
.top-int__list {
  display: grid;
  gap: 40px;
}
.top-int__item {
  translate: 0 10px;
  opacity: 0;
  transition:
    translate 0.7s ease,
    opacity 0.7s ease;
  will-change: translate, opacity;
}
.top-int__item.is-show {
  translate: 0;
  opacity: 1;
}
.top-int__pht {
  aspect-ratio: 325/206;
  overflow: hidden;
  border-radius: 8px;
}
.top-int__pht img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-int__txt > * + * {
  margin-top: 16px;
}
.top-int__txt .place,
.top-int__txt .time {
  font-size: 1.4rem;
  line-height: 1;
}
.top-int__txt .place {
  display: flex;
  gap: 12px;
}
.top-int__txt .place > span + span {
  position: relative;
  padding-left: 12px;
}
.top-int__txt .place > span + span:before {
  position: absolute;
  width: 1px;
  height: 100%;
  inset: 50% auto auto 0;
  translate: 0 calc(-50% + 1px);
  background-color: rgba(0, 91, 172, 0.2);
  content: '';
}
.top-int__txt .pos {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1;
  font-family:
    Shippori Mincho,
    sans-serif;
}
.top-int__txt .desc {
  margin-top: 24px;
}
.top-int .top-btn {
  grid-column: 1/-1;
  margin-top: 0;
}
.top-int__illust {
  position: absolute;
  width: 216px;
  inset: auto auto 0 -80px;
  translate: 56px;
  opacity: 0;
  transition:
    opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1),
    translate 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}
.top-int__illust.is-show {
  translate: 0;
  opacity: 1;
}
.top-scl {
  overflow: hidden;
}
.top-scl > *,
.top-scl > * > * {
  position: relative;
}
.top-scl__illust {
  position: absolute;
  width: 110.9836065574%;
  inset: 0 -108px auto auto;
  filter: blur(20px);
  opacity: 0;
  transition:
    opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1),
    filter 0.7s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: opacity, filter;
}
.top-scl__illust.is-show {
  filter: blur(0);
  opacity: 1;
}
.top-scl__cont {
  margin-top: 80px;
}
.top-scl__cont .splide {
  --h: 100%;
  visibility: visible !important;
}
.top-scl__item {
  display: grid;
  gap: 20px;
}
.top-scl__pht {
  aspect-ratio: 352/222;
  overflow: hidden;
  border-radius: 8px;
}
.top-scl__pht img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-scl__txt > * + * {
  margin-top: 16px;
}
.top-scl__txt .ttl {
  display: flex;
  gap: 16px;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1;
  font-family:
    Shippori Mincho,
    sans-serif;
}
.top-scl__txt .ttl span + span {
  position: relative;
  padding-left: 16px;
}
.top-scl__txt .ttl span + span:before {
  position: absolute;
  width: 1px;
  height: 100%;
  inset: 50% auto auto 0;
  translate: 0 calc(-50% + 2px);
  background-color: rgba(0, 91, 172, 0.2);
  content: '';
}
.top-scl__txt address {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 4px;
  font-size: 1.6rem;
}
.top-scl__txt address:before {
  aspect-ratio: 1;
  width: 40px;
  background: url(/ja/recruit/assets/images/common/icon_pin.svg) 50% / contain
    no-repeat;
  content: '';
}
.top-faq {
  margin-top: 128px;
  padding-bottom: 128px;
}
.top-faq__ttl {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 4.4rem;
  line-height: 1.2954545455;
  font-family:
    Shippori Mincho,
    sans-serif;
  text-align: center;
}
.top-faq .top-btn,
.top-faq__cont {
  margin-top: 80px;
}
.top-faq__illust {
  position: absolute;
  width: 216px;
  inset: auto auto -160px 0;
  translate: -56px 0;
  opacity: 0;
  transition:
    opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1),
    translate 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}
.top-faq__illust.is-show {
  translate: 0;
  opacity: 1;
}
.training-sec {
  display: grid;
  grid-template-columns: auto 570px;
  column-gap: 80px;
  row-gap: 40px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 91, 172, 0.2);
}
.training-sec:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.training-sec__main .lead {
  margin-bottom: 40px;
}
.training-sec__photo figure {
  overflow: hidden;
  border-radius: 8px;
}
.training-sec__sub {
  grid-column: 1 / span 2;
}
.training-sec__sub .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.training-sec__sub .tag-list__item {
  padding: 8px;
  border: 1px solid rgba(62, 64, 70, 0.1);
  background-color: #fff;
}
.u-d-block {
  display: block;
}
.u-d-iblock {
  display: inline-block;
}
.u-d-inline {
  display: inline;
}
.u-d-flex {
  display: flex;
}
.u-pl-0 {
  padding-left: 0;
}
.u-pt-0 {
  padding-top: 0;
}
.u-pl-0 {
  padding-right: 0;
}
.u-pb-0 {
  padding-bottom: 0;
}
.u-ml-0 {
  margin-left: 0;
}
.u-mt-0 {
  margin-top: 0;
}
.u-mr-0 {
  margin-right: 0;
}
.u-mb-0 {
  margin-bottom: 0;
}
.u-pl-1 {
  padding-left: 8px;
}
.u-pt-1 {
  padding-top: 8px;
}
.u-pl-1 {
  padding-right: 8px;
}
.u-pb-1 {
  padding-bottom: 8px;
}
.u-ml-1 {
  margin-left: 8px;
}
.u-mt-1 {
  margin-top: 8px;
}
.u-mr-1 {
  margin-right: 8px;
}
.u-mb-1 {
  margin-bottom: 8px;
}
.u-pl-2 {
  padding-left: 16px;
}
.u-pt-2 {
  padding-top: 16px;
}
.u-pl-2 {
  padding-right: 16px;
}
.u-pb-2 {
  padding-bottom: 16px;
}
.u-ml-2 {
  margin-left: 16px;
}
.u-mt-2 {
  margin-top: 16px;
}
.u-mr-2 {
  margin-right: 16px;
}
.u-mb-2 {
  margin-bottom: 16px;
}
.u-pl-3 {
  padding-left: 24px;
}
.u-pt-3 {
  padding-top: 24px;
}
.u-pl-3 {
  padding-right: 24px;
}
.u-pb-3 {
  padding-bottom: 24px;
}
.u-ml-3 {
  margin-left: 24px;
}
.u-mt-3 {
  margin-top: 24px;
}
.u-mr-3 {
  margin-right: 24px;
}
.u-mb-3 {
  margin-bottom: 24px;
}
.u-pl-4 {
  padding-left: 32px;
}
.u-pt-4 {
  padding-top: 32px;
}
.u-pl-4 {
  padding-right: 32px;
}
.u-pb-4 {
  padding-bottom: 32px;
}
.u-ml-4 {
  margin-left: 32px;
}
.u-mt-4 {
  margin-top: 32px;
}
.u-mr-4 {
  margin-right: 32px;
}
.u-mb-4 {
  margin-bottom: 32px;
}
.u-pl-5 {
  padding-left: 40px;
}
.u-pt-5 {
  padding-top: 40px;
}
.u-pl-5 {
  padding-right: 40px;
}
.u-pb-5 {
  padding-bottom: 40px;
}
.u-ml-5 {
  margin-left: 40px;
}
.u-mt-5 {
  margin-top: 40px;
}
.u-mr-5 {
  margin-right: 40px;
}
.u-mb-5 {
  margin-bottom: 40px;
}
.u-pl-6 {
  padding-left: 48px;
}
.u-pt-6 {
  padding-top: 48px;
}
.u-pl-6 {
  padding-right: 48px;
}
.u-pb-6 {
  padding-bottom: 48px;
}
.u-ml-6 {
  margin-left: 48px;
}
.u-mt-6 {
  margin-top: 48px;
}
.u-mr-6 {
  margin-right: 48px;
}
.u-mb-6 {
  margin-bottom: 48px;
}
.u-pl-7 {
  padding-left: 56px;
}
.u-pt-7 {
  padding-top: 56px;
}
.u-pl-7 {
  padding-right: 56px;
}
.u-pb-7 {
  padding-bottom: 56px;
}
.u-ml-7 {
  margin-left: 56px;
}
.u-mt-7 {
  margin-top: 56px;
}
.u-mr-7 {
  margin-right: 56px;
}
.u-mb-7 {
  margin-bottom: 56px;
}
.u-pl-8 {
  padding-left: 64px;
}
.u-pt-8 {
  padding-top: 64px;
}
.u-pl-8 {
  padding-right: 64px;
}
.u-pb-8 {
  padding-bottom: 64px;
}
.u-ml-8 {
  margin-left: 64px;
}
.u-mt-8 {
  margin-top: 64px;
}
.u-mr-8 {
  margin-right: 64px;
}
.u-mb-8 {
  margin-bottom: 64px;
}
.u-pl-9 {
  padding-left: 72px;
}
.u-pt-9 {
  padding-top: 72px;
}
.u-pl-9 {
  padding-right: 72px;
}
.u-pb-9 {
  padding-bottom: 72px;
}
.u-ml-9 {
  margin-left: 72px;
}
.u-mt-9 {
  margin-top: 72px;
}
.u-mr-9 {
  margin-right: 72px;
}
.u-mb-9 {
  margin-bottom: 72px;
}
.u-pl-10 {
  padding-left: 80px;
}
.u-pt-10 {
  padding-top: 80px;
}
.u-pl-10 {
  padding-right: 80px;
}
.u-pb-10 {
  padding-bottom: 80px;
}
.u-ml-10 {
  margin-left: 80px;
}
.u-mt-10 {
  margin-top: 80px;
}
.u-mr-10 {
  margin-right: 80px;
}
.u-mb-10 {
  margin-bottom: 80px;
}
.u-pl-letter {
  padding-left: 1.25em !important;
}
.u-pt-letter {
  padding-top: 1.25em !important;
}
.u-pr-letter {
  padding-right: 1.25em !important;
}
.u-pb-letter {
  padding-bottom: 1.25em !important;
}
.u-ml-letter {
  margin-left: 1.25em !important;
}
.u-mt-letter {
  margin-top: 1.25em !important;
}
.u-mr-letter {
  margin-right: 1.25em !important;
}
.u-mb-letter {
  margin-bottom: 1.25em !important;
}
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(10.6666666667vw);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  to {
    transform: translateX(-10.6666666667vw);
    opacity: 0;
  }
}
.scroll-hint-icon {
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 8.53333vw);
  left: calc(50% - 16vw);
  width: 32vw;
  height: auto;
  padding: 5.3333333333vw 2.6666666667vw 2.6666666667vw;
  transform: translateY(-50%);
  border-radius: 1.3333333333vw;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}
.scroll-hint-text {
  margin-top: 1.3333333333vw;
  color: #fff;
  font-size: 1rem;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}
.scroll-hint-icon:before {
  display: inline-block;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiI+PGcgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PHBhdGggZD0iTTIxLjMzIDMwLjUySDcuODVBMS41NSAxLjU1IDAgMDE2LjMgMjlhMTIuNDYgMTIuNDYgMCAwMC0uNjMtNC40MiAyNS4xNiAyNS4xNiAwIDAwLTQuMjUtNWwtLjA2LS4wNkE1IDUgMCAwMTAgMTUuODZhMy42NCAzLjY0IDAgMDExLjE3LTIuNjIgMy42MyAzLjYzIDAgMDE1LjE0LjA3VjMuNzdhMy43NyAzLjc3IDAgMTE3LjU0IDB2NC41NmEzLjM1IDMuMzUgMCAwMTEuMjYgMCAzIDMgMCAwMTIgMS4yMiAzLjUgMy41IDAgMDEyLS4wNiAzLjIxIDMuMjEgMCAwMTIgMS41NCAzLjc0IDMuNzQgMCAwMTMgLjQ3IDQuMjEgNC4yMSAwIDAxMS42MyAzLjV2LjQ2YTE5LjI2IDE5LjI2IDAgMDEtLjg0IDdjLS4xNC4zOC0uMzYuODEtLjU2IDEuMjJsLS4xMS4yMmMwIC4wNy0uMDkuMTQtLjE0LjIxYTcuMTMgNy4xMyAwIDAwLTEuMTcgMi4xN2MtLjA2LjU2LS4wNiAyLjE1LS4wNSAyLjcxYTEuNTUgMS41NSAwIDAxLTEuNTQgMS41M3pNOC42MSAyOC4yMWgxMmMwLS43MSAwLTEuNzEuMDctMi4yM2E4Ljc0IDguNzQgMCAwMTEuNTktMy4yNWwuMDYtLjEyYTEwIDEwIDAgMDAuNDYtMSAxNi44IDE2LjggMCAwMC43LTYuMTJ2LS41NGEyIDIgMCAwMC0uNjQtMS41MiAxLjMzIDEuMzMgMCAwMC0xLjU1LjA4IDEuMTMgMS4xMyAwIDAxLTEuMTguMjggMS4xNSAxLjE1IDAgMDEtLjc4LS45NCAxLjI2IDEuMjYgMCAwMC0uNzUtMS4xMSAxIDEgMCAwMC0xLjExLjI4bC0uMS4xYTEuMTUgMS4xNSAwIDAxLTEuMTkuMjkgMS4xNiAxLjE2IDAgMDEtLjc4LS45NWMtLjA5LS42OC0uMjEtLjc3LS43LS44N2EuODIuODIgMCAwMC0xIC40OCAxLjE2IDEuMTYgMCAwMS0yLjE2LS41OFYzLjc3YTEuNDYgMS40NiAwIDEwLTIuOTIgMHYxMi4xOGExLjE3IDEuMTcgMCAwMS0uODMgMS4xMSAxLjE1IDEuMTUgMCAwMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSAxLjM1IDAgMDAtMi0uMTJMMi43IDE1YTEuMzIgMS4zMiAwIDAwLS4zOSAxQTIuNTcgMi41NyAwIDAwMyAxNy44NWEyNy4yNCAyNy4yNCAwIDAxNC43IDUuNjIgMTIuNjMgMTIuNjMgMCAwMS45MSA0Ljc0em0xNC41OS00Ljg2ek02LjUxIDE2LjU5eiIgZmlsbD0iI2ZmZiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSIvPjwvZz48L3N2Zz4=);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.scroll-hint-icon:after {
  display: block;
  position: absolute;
  top: 2.6666666667vw;
  left: 50%;
  width: 9.0666666667vw;
  height: 3.7333333333vw;
  margin-left: -5.3333333333vw;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiI+PGcgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTEuODUgNi4wMWg4LjU1TTEwLjQgNy4xN0gxLjg1YTEuMTYgMS4xNiAwIDExMC0yLjMxaDguNTVhMS4xNiAxLjE2IDAgMTEwIDIuMzF6Ii8+PHBhdGggZD0iTTcuNCAxMmExLjE1IDEuMTUgMCAwMS0uNzItLjI1bC02LjI1LTVBMS4yIDEuMiAwIDAxMCA1Ljg3IDEuMTQgMS4xNCAwIDAxLjQ2IDVMNi43LjIzYTEuMTYgMS4xNiAwIDAxMS40IDEuODVMMyA1LjkxIDguMTIgMTBhMS4xNiAxLjE2IDAgMDEtLjcyIDJ6TTMxLjQ1IDYuMDFoLTguNTZNMzEuNDUgNy4xN2gtOC41NmExLjE2IDEuMTYgMCAxMTAtMi4zMWg4LjU2YTEuMTYgMS4xNiAwIDAxMCAyLjMxeiIvPjxwYXRoIGQ9Ik0yNS45IDEyYTEuMTggMS4xOCAwIDAxLS45MS0uNDMgMS4xNyAxLjE3IDAgMDEuMTgtMS41N2w1LjA5LTQuMDUtNS4wNi0zLjg3QTEuMTYgMS4xNiAwIDAxMjYuNTkuMjNMMzIuODQgNWExLjE2IDEuMTYgMCAwMS40NS45MSAxLjE0IDEuMTQgMCAwMS0uNDMuOTJsLTYuMjQgNWExLjE3IDEuMTcgMCAwMS0uNzIuMTd6Ii8+PC9nPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  content: '';
  opacity: 0;
  transition-delay: 2.4s;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}
.scroll-hint-icon-white {
  background-color: #fff;
  box-shadow: 0 1.0666666667vw 1.3333333333vw rgba(0, 0, 0, 0.4);
}
.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiI+PGcgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PHBhdGggZD0iTTIxLjMzIDMwLjUySDcuODVBMS41NSAxLjU1IDAgMDE2LjMgMjlhMTIuNDYgMTIuNDYgMCAwMC0uNjMtNC40MiAyNS4xNiAyNS4xNiAwIDAwLTQuMjUtNWwtLjA2LS4wNkE1IDUgMCAwMTAgMTUuODZhMy42NCAzLjY0IDAgMDExLjE3LTIuNjIgMy42MyAzLjYzIDAgMDE1LjE0LjA3VjMuNzdhMy43NyAzLjc3IDAgMTE3LjU0IDB2NC41NmEzLjM1IDMuMzUgMCAwMTEuMjYgMCAzIDMgMCAwMTIgMS4yMiAzLjUgMy41IDAgMDEyLS4wNiAzLjIxIDMuMjEgMCAwMTIgMS41NCAzLjc0IDMuNzQgMCAwMTMgLjQ3IDQuMjEgNC4yMSAwIDAxMS42MyAzLjV2LjQ2YTE5LjI2IDE5LjI2IDAgMDEtLjg0IDdjLS4xNC4zOC0uMzYuODEtLjU2IDEuMjJsLS4xMS4yMmMwIC4wNy0uMDkuMTQtLjE0LjIxYTcuMTMgNy4xMyAwIDAwLTEuMTcgMi4xN2MtLjA2LjU2LS4wNiAyLjE1LS4wNSAyLjcxYTEuNTUgMS41NSAwIDAxLTEuNTQgMS41M3pNOC42MSAyOC4yMWgxMmMwLS43MSAwLTEuNzEuMDctMi4yM2E4Ljc0IDguNzQgMCAwMTEuNTktMy4yNWwuMDYtLjEyYTEwIDEwIDAgMDAuNDYtMSAxNi44IDE2LjggMCAwMC43LTYuMTJ2LS41NGEyIDIgMCAwMC0uNjQtMS41MiAxLjMzIDEuMzMgMCAwMC0xLjU1LjA4IDEuMTMgMS4xMyAwIDAxLTEuMTguMjggMS4xNSAxLjE1IDAgMDEtLjc4LS45NCAxLjI2IDEuMjYgMCAwMC0uNzUtMS4xMSAxIDEgMCAwMC0xLjExLjI4bC0uMS4xYTEuMTUgMS4xNSAwIDAxLTEuMTkuMjkgMS4xNiAxLjE2IDAgMDEtLjc4LS45NWMtLjA5LS42OC0uMjEtLjc3LS43LS44N2EuODIuODIgMCAwMC0xIC40OCAxLjE2IDEuMTYgMCAwMS0yLjE2LS41OFYzLjc3YTEuNDYgMS40NiAwIDEwLTIuOTIgMHYxMi4xOGExLjE3IDEuMTcgMCAwMS0uODMgMS4xMSAxLjE1IDEuMTUgMCAwMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSAxLjM1IDAgMDAtMi0uMTJMMi43IDE1YTEuMzIgMS4zMiAwIDAwLS4zOSAxQTIuNTcgMi41NyAwIDAwMyAxNy44NWEyNy4yNCAyNy4yNCAwIDAxNC43IDUuNjIgMTIuNjMgMTIuNjMgMCAwMS45MSA0Ljc0em0xNC41OS00Ljg2ek02LjUxIDE2LjU5eiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSIvPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiI+PGcgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggZD0iTTEuODUgNi4wMWg4LjU1TTEwLjQgNy4xN0gxLjg1YTEuMTYgMS4xNiAwIDExMC0yLjMxaDguNTVhMS4xNiAxLjE2IDAgMTEwIDIuMzF6Ii8+PHBhdGggZD0iTTcuNCAxMmExLjE1IDEuMTUgMCAwMS0uNzItLjI1bC02LjI1LTVBMS4yIDEuMiAwIDAxMCA1Ljg3IDEuMTQgMS4xNCAwIDAxLjQ2IDVMNi43LjIzYTEuMTYgMS4xNiAwIDAxMS40IDEuODVMMyA1LjkxIDguMTIgMTBhMS4xNiAxLjE2IDAgMDEtLjcyIDJ6TTMxLjQ1IDYuMDFoLTguNTZNMzEuNDUgNy4xN2gtOC41NmExLjE2IDEuMTYgMCAxMTAtMi4zMWg4LjU2YTEuMTYgMS4xNiAwIDAxMCAyLjMxeiIvPjxwYXRoIGQ9Ik0yNS45IDEyYTEuMTggMS4xOCAwIDAxLS45MS0uNDMgMS4xNyAxLjE3IDAgMDEuMTgtMS41N2w1LjA5LTQuMDUtNS4wNi0zLjg3QTEuMTYgMS4xNiAwIDAxMjYuNTkuMjNMMzIuODQgNWExLjE2IDEuMTYgMCAwMS40NS45MSAxLjE0IDEuMTQgMCAwMS0uNDMuOTJsLTYuMjQgNWExLjE3IDEuMTcgMCAwMS0uNzIuMTd6Ii8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}
.scroll-hint-shadow-wrap {
  position: relative;
}
.scroll-hint-shadow-wrap:after {
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.15),
    transparent 16px,
    transparent
  );
}
.scroll-hint-shadow-wrap:after,
.scroll-hint-shadow-wrap:before {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 5.3333333333vw;
  height: 100%;
  content: '';
  opacity: 0;
  pointer-events: none;
}
.scroll-hint-shadow-wrap:before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.15),
    transparent 16px,
    transparent
  );
}
.scroll-hint-shadow-wrap.is-left-scrollable:before,
.scroll-hint-shadow-wrap.is-right-scrollable:after,
.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable):before,
.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable):after {
  visibility: visible;
  opacity: 1;
}
.u-text-jp {
  font-family:
    Noto Sans JP,
    sans-serif;
}
.u-text-en {
  font-family: Poppins, sans-serif;
}
.u-color-text {
  color: #3e4046;
}
.u-fw-bold {
  font-weight: 700;
}
.u-fw-semibold {
  font-weight: 500;
}
.u-fw-regular {
  font-weight: 400;
}
.u-fw-light {
  font-weight: 100;
}
.u-text-link {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.u-text-link[target='_blank']:after {
  top: 0.25em;
  margin-left: 2px;
  background: url(/assets/images/common/icon_blank.svg) no-repeat 50% / contain;
}
.u-text-link[href$='.pdf']:after,
.u-text-link[target='_blank']:after {
  display: inline-block;
  position: relative;
  aspect-ratio: 1/1;
  width: 16px;
  content: '';
}
.u-text-link[href$='.pdf']:after {
  top: 0.2em;
  margin-left: 3px;
  background: url(/assets/images/common/icon_pdf.svg) no-repeat 50% / contain;
}
.u-text-indent {
  padding-left: 1em;
  text-indent: -1em;
}
.u-ta-left {
  text-align: left;
}
.u-ta-right {
  text-align: right;
}
.u-ta-center {
  text-align: center;
}
@media screen {
  [hidden~='screen'] {
    display: inherit;
  }
  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
  html.is-nav-active {
    overflow: hidden;
  }
  body {
    font-size: 1.3rem;
  }
  .l-lg {
    display: none !important;
  }
  .l-breadcrumbs ol {
    gap: 2.1333333333vw;
    font-size: 1.1rem;
  }
  .l-breadcrumbs li + li {
    padding-left: 5.3333333333vw;
  }
  .l-breadcrumbs li + li:before {
    width: 3.2vw;
  }
  .l-cookie-notice {
    padding: 4.2666666667vw 0;
  }
  .l-cookie-notice__content {
    padding-right: 10.6666666667vw;
  }
  .l-cookie-notice__close {
    width: 8vw;
    height: 8vw;
  }
  .l-cookie-notice__close button:after,
  .l-cookie-notice__close button:before {
    height: 6.4vw;
  }
  .l-foot {
    padding-top: 10.6666666667vw;
  }
  .l-foot-entry__inner {
    padding: 10.6666666667vw 6.4vw;
    border-radius: 1.0666666667vw;
  }
  .l-foot-entry__ttl {
    margin-bottom: 6.4vw;
    font-size: 2.4rem;
  }
  .l-foot-entry__btn {
    display: grid;
    gap: 4.2666666667vw;
  }
  .l-foot-entry__desc {
    font-size: 1.3rem;
  }
  .l-foot-entry__cont {
    margin-top: 10.6666666667vw;
  }
  .l-foot-entry__cont .tab-btn {
    gap: 1.0666666667vw;
  }
  .l-foot-entry__cont .tab-btn .c-btn-box {
    display: block;
  }
  .l-foot-entry__cont .tab-btn .c-btn-box:after {
    display: none;
  }
  .l-foot-entry__cont .tab-item {
    margin-top: 10.6666666667vw;
  }
  .l-foot-entry__cont .tab-item__table td,
  .l-foot-entry__cont .tab-item__table th {
    display: block;
    padding: 4.2666666667vw 6.4vw;
    font-size: 1.3rem;
  }
  .l-foot-entry__cont .tab-item__table th {
    border: none;
  }
  .l-foot-entry__cont .tab-item__table td {
    border-top: none;
    border-left: 1px solid rgba(0, 91, 172, 0.2);
  }
  .l-foot-entry__cont .tab-link {
    margin-top: 8.5333333333vw;
  }
  .l-footer {
    margin-top: 19.2vw;
    padding-block: 10.6666666667vw 21.3333333333vw;
  }
  .l-footer:before {
    width: 100%;
    border-top-left-radius: 12.8vw;
  }
  .l-footer__logo {
    text-align: center;
  }
  .l-footer__logo a {
    gap: 4.2666666667vw;
    text-align: left;
  }
  .l-footer__logo a img {
    width: 26.6666666667vw;
  }
  .l-footer__cpr {
    justify-content: center;
    margin-top: 10.6666666667vw;
  }
  .l-footer__cpr a,
  .l-footer__cpr small {
    font-size: 1rem;
  }
  .l-footer__btn {
    width: 17.0666666667vw;
    height: 17.0666666667vw;
    inset: -10.6666666667vw 4.2666666667vw auto auto;
  }
  .l-footer__btn:before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    translate: 0 -1.0666666667vw;
  }
  .l-header__inner {
    height: 16vw;
    padding-inline: 3.2vw;
  }
  .l-header__logo a {
    gap: 2.1333333333vw;
    font-size: 1rem;
    line-height: 1.2;
  }
  .l-header__logo a img {
    width: 14.9333333333vw;
  }
  .l-header__wrap {
    gap: 1.3333333333vw;
  }
  .l-header__btns .c-btn-base {
    min-width: auto;
    min-height: 9.6vw;
    font-size: 1.1rem;
  }
  .l-header__btns .c-btn-base:after {
    width: 3.2vw;
  }
  .l-header__btns .btns-list {
    border-top-left-radius: 1.0666666667vw;
  }
  .l-header__btns .btns-list a {
    min-height: 9.6vw;
    padding-inline: 3.2vw 2.1333333333vw;
    gap: 3.2vw;
    font-size: 1.1rem;
  }
  .l-header__btns .btns-list a:after {
    width: 3.2vw;
  }
  .l-header__btns .Hedentry {
    margin-left: 0;
    line-height: 1.3;
  }
  .l-header__btns .c-btn-base--tourNav {
    min-width: auto;
    min-height: 9.6vw;
    padding-inline: 3.7333333333vw;
    border-bottom-left-radius: 1.0666666667vw;
    font-size: 1.1rem;
    line-height: 1.3;
  }
  .l-inner {
    padding-inline: 4.2666666667vw;
  }
  .l-page-head {
    padding-top: 69.33333vw;
  }
  .l-page-head__illust {
    top: 10.6666666667vw;
    width: 69.3333333333vw;
    translate: -50%;
  }
  .l-page-head__txt {
    margin-top: 3.2vw;
    padding-block: 8.5333333333vw;
  }
  .l-page-head .c-ttl-vertical {
    top: 0;
    left: 4.2666666667vw;
    translate: 0 calc(-100% - 17.06667vw);
    font-size: 2.2rem;
  }
  .l-page-body {
    margin-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
  .l-page-sec {
    margin-bottom: 17.0666666667vw;
  }
  .l-sec__bg {
    padding: 6.4vw;
  }
  .c-accordion--btn {
    padding: 2.6666666667vw 9.6vw 2.6666666667vw 2.6666666667vw;
    font-size: 1.4rem;
  }
  .c-accordion--btn:after,
  .c-accordion--btn:before {
    right: 4.2666666667vw;
    width: 3.2vw;
    height: 0.5333333333vw;
  }
  .c-accordion--item {
    padding: 2.6666666667vw;
    font-size: 1.4rem;
  }
  .c-btn-base,
  .c-btn-base--mail,
  .c-btn-base--tour,
  .c-btn-base--tourNav {
    min-width: 60.2666666667vw;
    min-height: 12.8vw;
    padding-inline: 3.7333333333vw;
    border-bottom-left-radius: 1.0666666667vw;
  }
  .c-btn-base--mail:after,
  .c-btn-base--tour:after,
  .c-btn-base--tourNav:after,
  .c-btn-base:after {
    width: 4.2666666667vw;
  }
  .c-btn-box {
    min-height: 19.2vw;
    padding-inline: 4.2666666667vw;
    border-radius: 1.0666666667vw;
    font-size: 1.5rem;
  }
  .c-btn-box:after {
    width: 4.2666666667vw;
  }
  .c-ttl-vertical {
    font-size: 2.4rem;
  }
  .c-ttl-vertical > span {
    padding: 2.1333333333vw 3.2vw;
  }
  .c-ttl__primary {
    margin-bottom: 6.4vw;
    font-size: 2.4rem;
  }
  .c-ttl__bar {
    margin-bottom: 5.3333333333vw;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
  .c-ttl__bar:before {
    width: 5.3333333333vw;
    margin-right: 2.6666666667vw;
  }
  .c-ttl__sub {
    margin-bottom: 4.2666666667vw;
    font-size: 1.8rem;
  }
  .career-chart {
    overflow-x: auto;
  }
  .career-chart img {
    min-width: 213.3333333333vw;
    max-width: 100%;
    vertical-align: top;
  }
  .career-sec .c-ttl__bar {
    margin-bottom: 8.5333333333vw;
  }
  .career-sec__ttl {
    margin-bottom: 4.2666666667vw;
    font-size: 1.6rem;
  }
  .career-sec__info {
    gap: 6.4vw;
  }
  .career-sec__info .info-pht {
    width: 57.0666666667vw;
    margin-inline: auto;
  }
  .career-sec__point {
    margin-top: 8.5333333333vw;
  }
  .career-sec__point .point-list {
    gap: 4.2666666667vw;
  }
  .career-sec__point .point-list:after {
    width: 1.6vw;
    height: 1.6vw;
    inset: auto auto 0 50%;
    translate: calc(-50% - 0.13333vw) 0;
    rotate: 90deg;
  }
  .career-sec__point .point-item {
    gap: 2.1333333333vw;
  }
  .career-sec__point .point-item:after {
    width: 1px;
    height: 12.8vw;
    margin-inline: auto;
  }
  .career-sec__point .point-time {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    font-size: 1.4rem;
  }
  .career-sec__point .point-desc {
    margin-top: 2.1333333333vw;
    font-size: 1.1rem;
  }
  .faq-anchor__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .faq-anchor__list li {
    align-content: center;
    height: calc(2lh + 5.33333vw);
  }
  .faq-anchor__list li:first-child,
  .faq-anchor__list li:nth-child(2) {
    border-bottom: none;
  }
  .faq-anchor__list a {
    display: grid;
    place-items: center;
    height: 100%;
    padding: 2.6666666667vw 4.8vw;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .faq-anchor__list a:after {
    width: 1.6vw;
    height: 0.8982035928vh;
  }
  .faq-sec {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .faq-sec:last-child {
    padding-bottom: 26.6666666667vw;
  }
  .faq-list__q {
    grid-template-columns: auto 1fr 10.6666666667vw;
    padding: 5.3333333333vw 1.3333333333vw;
    gap: 4.2666666667vw;
  }
  .faq-list .question {
    translate: 0 -0.8vw;
  }
  .faq-list .answer {
    translate: 0 -3.4666666667vw;
  }
  .faq-list .cross {
    width: 8vw;
    height: 8vw;
  }
  .faq-list .cross:after,
  .faq-list .cross:before {
    width: 4.2666666667vw;
    height: 0.2666666667vw;
  }
  .faq-list__a {
    margin-left: 0;
  }
  .faq-list__a__wrap {
    padding-bottom: 8.5333333333vw;
    padding-inline: 1.3333333333vw;
    gap: 4.2666666667vw;
  }
  .interview .itv-place {
    margin-bottom: 3.2vw;
    gap: 2.1333333333vw;
  }
  .interview .itv-place > span + span {
    padding-left: 2.1333333333vw;
  }
  .interview .itv-pos {
    margin-bottom: 3.2vw;
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .interview-menu__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.4vw;
  }
  .interview-menu__item .item-pht {
    border-radius: 2.1333333333vw;
  }
  .interview-menu__item .item-txt {
    margin-top: 3.2vw;
  }
  .interview-menu__item .item-txt:after,
  .interview-menu__item .item-txt:before {
    display: none;
  }
  .interview-menu__item .item-txt:before {
    width: 14.9333333333vw;
  }
  .interview-menu__item .item-txt:after {
    right: 5.3333333333vw;
    width: 4.2666666667vw;
  }
  .interview-sec:nth-of-type(2n) {
    padding-block: 17.0666666667vw;
  }
  .interview-sec__lead {
    gap: 6.4vw;
  }
  .interview-sec__lead .lead-pht img {
    border-radius: 2.1333333333vw;
  }
  .interview-sec__lead .lead-txt .c-ttl__primary {
    margin-bottom: 6.4vw;
    padding-bottom: 3.2vw;
  }
  .interview-sec__lead .lead-txt .itv-pos {
    margin-bottom: 4.2666666667vw;
  }
  .interview-sec__cont {
    margin-top: 10.6666666667vw;
  }
  .interview-sec__cont dd + dt {
    margin-top: 6.4vw;
  }
  .interview-sec__box {
    margin-top: 10.6666666667vw;
  }
  .interview-sec__box .box-list {
    justify-content: center;
    gap: 17.0666666667vw;
  }
  .interview-sec__box .box-item {
    width: 31.4666666667vw;
    height: 31.4666666667vw;
    padding-bottom: 3.2vw;
    font-size: 1.3rem;
  }
  .interview-sec__box .box-item:after {
    position: absolute;
    width: 1px;
    height: 12.8vw;
    margin-inline: auto;
    inset: auto 0 -14.9333333333vw 0;
    background-color: rgba(0, 91, 172, 0.2);
    content: '';
  }
  .interview-sec__box .box-item:last-child:after {
    display: none;
  }
  .interview-sec__box .box-time {
    padding-block: 2.1333333333vw 1.0666666667vw;
  }
  .reason-sec {
    flex-direction: column;
    gap: 6.4vw;
  }
  .reason-sec__main {
    width: 100%;
    gap: 2.1333333333vw;
  }
  .reason-sec__main .main-num {
    width: 19.2vw;
  }
  .reason-sec__main .main-num .number {
    margin-bottom: 2.1333333333vw;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1;
  }
  .reason-sec__main .main-dtl {
    width: 70.1333333333vw;
  }
  .reason-sec__main .main-dtl .ttl {
    margin-bottom: 5.3333333333vw;
    padding: 2.1333333333vw 0 5.3333333333vw;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
  .top-lead {
    gap: 10.6666666667vw;
  }
  .top-lead .top-desc {
    padding-top: 5.3333333333vw;
  }
  .top-btn a {
    gap: 5.3333333333vw;
    text-underline-offset: 1.0666666667vw;
  }
  .top-btn a:before {
    right: 5.3333333333vw;
    width: 4.2666666667vw;
  }
  .top-btn a:after {
    width: 14.9333333333vw;
  }
  .top-horz {
    display: grid;
  }
  .top-horz__txt {
    display: contents;
  }
  .top-horz__txt .top-btn {
    grid-area: 3;
    margin-top: 8.5333333333vw;
  }
  .top-horz__pht {
    margin-top: 6.4vw;
    border-radius: 2.1333333333vw;
  }
  .top-cv {
    grid-template-columns: repeat(2, 1fr);
    inset: auto 4.2666666667vw 4.2666666667vw 4.2666666667vw;
    gap: 2.1333333333vw;
  }
  .top-fv {
    grid-template-columns: 35.2vw 1fr;
    gap: 4.8vw;
  }
  .top-fv__txt {
    padding-left: 5.3333333333vw;
  }
  .top-fv .c-ttl-vertical {
    font-size: 2.8rem;
  }
  .top-fv .c-ttl-vertical > span {
    padding: 2.1333333333vw;
  }
  .top-fv .c-ttl-vertical > span .mask {
    inset: 2.1333333333vw 2.1333333333vw auto auto;
  }
  .top-fv .en {
    margin-top: 12.8vw;
    font-size: 1rem;
  }
  .top-fv__pht {
    max-height: 145.6vw;
  }
  .top-fv__pht img {
    border-bottom-left-radius: 12.8vw;
  }
  .top-fv .splide__pagination {
    bottom: 2.6666666667vw;
    gap: 3.2vw;
  }
  .top-fv .splide__pagination button {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .top-fv .splide__pagination button.is-active {
    width: 8vw;
  }
  .top-itr {
    grid-template-columns: 1fr 26.1333333333vw;
    margin-top: 21.3333333333vw;
    padding-bottom: 42.6666666667vw;
  }
  .top-itr__pht img {
    border-radius: 2.1333333333vw;
  }
  .top-itr__pht:first-child {
    grid-column: 1/-1;
  }
  .top-itr__pht:first-child figure:first-child {
    width: calc(100% - 10.66667vw);
  }
  .top-itr__pht:first-child figure:last-child {
    width: 41.6vw;
    margin-top: 10.6666666667vw;
    margin-left: 4.2666666667vw;
  }
  .top-itr__pht:nth-child(3) {
    grid-column: 2/-1;
  }
  .top-itr__txt {
    padding-bottom: 41.6vw;
    padding-left: 4.2666666667vw;
  }
  .top-itr__txt .c-ttl-vertical {
    position: absolute;
    inset: -21.3333333333vw -21.8666666667vw auto auto;
  }
  .top-itr__desc {
    margin-top: 10.6666666667vw;
    font-size: 1.4rem;
    line-height: 2;
  }
  .top-itr__illust {
    width: 48vw;
    inset: auto 17.0666666667vw 6.4vw auto;
    translate: -14.9333333333vw;
  }
  .top-rsn__wrap {
    gap: 5.3333333333vw;
  }
  .top-rsn__chart li {
    display: flex;
    align-items: center;
    padding-left: 4.2666666667vw;
    padding-block: 5.3333333333vw;
    gap: 8.5333333333vw;
    translate: 0 2.6666666667vw;
  }
  .top-rsn__chart .ttl {
    display: contents;
  }
  .top-rsn__chart .ttl .icon {
    width: 10.6666666667vw;
  }
  .top-rsn__chart .ttl .num {
    font-size: 2.8rem;
  }
  .top-rsn__chart .desc {
    font-size: 1.4rem;
  }
  .top-crr,
  .top-trn {
    margin-top: 21.3333333333vw;
  }
  .top-int {
    margin-top: 10.6666666667vw;
    padding-block: 10.6666666667vw;
  }
  .top-int__wrap {
    gap: 10.6666666667vw;
  }
  .top-int__wrap .c-ttl-vertical {
    width: -moz-fit-content;
    width: fit-content;
  }
  .top-int__list {
    gap: 10.6666666667vw;
  }
  .top-int__item {
    display: grid;
    grid-template-columns: 46.4vw 1fr;
    gap: 5.3333333333vw;
    translate: 0 2.6666666667vw;
  }
  .top-int__pht {
    aspect-ratio: 174/216;
    border-radius: 2.1333333333vw;
  }
  .top-int__txt > * + * {
    margin-top: 3.2vw;
  }
  .top-int__txt .place {
    gap: 2.1333333333vw;
  }
  .top-int__txt .place > span + span {
    padding-left: 2.1333333333vw;
  }
  .top-int__txt .pos {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .top-int__txt .desc {
    margin-top: 8.5333333333vw;
  }
  .top-int__illust {
    width: 48.5333333333vw;
    inset: 11.2vw auto auto 8.5333333333vw;
    translate: 14.9333333333vw;
  }
  .top-scl {
    padding-top: 21.3333333333vw;
  }
  .top-scl .l-inner {
    padding-inline: 0;
  }
  .top-scl .top-lead {
    padding-inline: 4.2666666667vw;
  }
  .top-scl__illust {
    width: 128vw;
    inset: -21.3333333333vw 0 auto auto;
  }
  .top-scl__cont {
    margin-top: 21.3333333333vw;
  }
  .top-scl__cont .js-scrollable {
    overflow: hidden !important;
  }
  .top-scl__cont .scroll-hint-icon-wrap {
    transition:
      opacity 0.4s ease,
      visibility 0.4s ease;
  }
  .top-scl__cont .scroll-hint-icon-wrap.is-hidden {
    visibility: hidden;
    opacity: 0;
  }
  .top-scl__item {
    grid-template-rows: auto 1fr auto;
    height: var(--h);
    gap: 5.3333333333vw;
  }
  .top-scl__pht {
    border-radius: 2.1333333333vw;
  }
  .top-scl__txt .ttl {
    gap: 4.2666666667vw;
    font-size: 2.4rem;
  }
  .top-scl__txt .ttl span + span {
    padding-left: 4.2666666667vw;
  }
  .top-scl__txt address {
    gap: 0.5333333333vw;
    font-size: 1.4rem;
  }
  .top-scl__txt address:before {
    width: 8.5333333333vw;
  }
  .top-scl .js-scl-handle {
    position: relative;
    width: calc(100% - 8.53333vw);
    height: 3.7333333333vw;
    margin-top: 6.4vw;
    margin-inline: auto;
  }
  .top-scl .js-scl-handle:before {
    display: inline-block;
    position: absolute;
    height: 1px;
    inset: 0;
    background-color: rgba(62, 64, 70, 0.1);
    content: '';
  }
  .top-scl .js-scl-handle:after {
    display: inline-block;
    position: absolute;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    inset: -1.8666666667vw auto auto 0;
    border-radius: 50%;
    background-color: #3e4046;
    content: '';
    transition: translate 0.4s ease;
  }
  .top-faq {
    position: relative;
    margin-top: 21.3333333333vw;
    padding-bottom: 38.4vw;
  }
  .top-faq__ttl {
    margin-bottom: 6.4vw;
  }
  .top-faq__illust {
    bottom: -5.3333333333vw;
    width: 48.5333333333vw;
  }
  .training-chart {
    overflow-x: auto;
  }
  .training-chart img {
    min-width: 213.3333333333vw;
    max-width: 100%;
    vertical-align: top;
  }
  .training-sec {
    grid-template-columns: 1fr;
    row-gap: 10.6666666667vw;
    padding-bottom: 17.0666666667vw;
  }
  .training-sec__main .lead {
    margin-bottom: 8.5333333333vw;
  }
  .training-sec__sub {
    grid-column: auto;
  }
  .training-sec__sub .tag-list {
    gap: 2.1333333333vw;
  }
  .training-sec__sub .tag-list__item {
    padding: 1.6vw 2.1333333333vw;
  }
  .u-pl-0 {
    padding-left: 0;
  }
  .u-pt-0 {
    padding-top: 0;
  }
  .u-pl-0 {
    padding-right: 0;
  }
  .u-pb-0 {
    padding-bottom: 0;
  }
  .u-ml-0 {
    margin-left: 0;
  }
  .u-mt-0 {
    margin-top: 0;
  }
  .u-mr-0 {
    margin-left: 0;
  }
  .u-mb-0 {
    margin-bottom: 0;
  }
  .u-pl-1 {
    padding-left: 1.0666666667vw;
  }
  .u-pt-1 {
    padding-top: 1.0666666667vw;
  }
  .u-pl-1 {
    padding-right: 1.0666666667vw;
  }
  .u-pb-1 {
    padding-bottom: 1.0666666667vw;
  }
  .u-ml-1 {
    margin-left: 1.0666666667vw;
  }
  .u-mt-1 {
    margin-top: 1.0666666667vw;
  }
  .u-mr-1 {
    margin-left: 1.0666666667vw;
  }
  .u-mb-1 {
    margin-bottom: 1.0666666667vw;
  }
  .u-pl-2 {
    padding-left: 2.1333333333vw;
  }
  .u-pt-2 {
    padding-top: 2.1333333333vw;
  }
  .u-pl-2 {
    padding-right: 2.1333333333vw;
  }
  .u-pb-2 {
    padding-bottom: 2.1333333333vw;
  }
  .u-ml-2 {
    margin-left: 2.1333333333vw;
  }
  .u-mt-2 {
    margin-top: 2.1333333333vw;
  }
  .u-mr-2 {
    margin-left: 2.1333333333vw;
  }
  .u-mb-2 {
    margin-bottom: 2.1333333333vw;
  }
  .u-pl-3 {
    padding-left: 3.2vw;
  }
  .u-pt-3 {
    padding-top: 3.2vw;
  }
  .u-pl-3 {
    padding-right: 3.2vw;
  }
  .u-pb-3 {
    padding-bottom: 3.2vw;
  }
  .u-ml-3 {
    margin-left: 3.2vw;
  }
  .u-mt-3 {
    margin-top: 3.2vw;
  }
  .u-mr-3 {
    margin-left: 3.2vw;
  }
  .u-mb-3 {
    margin-bottom: 3.2vw;
  }
  .u-pl-4 {
    padding-left: 4.2666666667vw;
  }
  .u-pt-4 {
    padding-top: 4.2666666667vw;
  }
  .u-pl-4 {
    padding-right: 4.2666666667vw;
  }
  .u-pb-4 {
    padding-bottom: 4.2666666667vw;
  }
  .u-ml-4 {
    margin-left: 4.2666666667vw;
  }
  .u-mt-4 {
    margin-top: 4.2666666667vw;
  }
  .u-mr-4 {
    margin-left: 4.2666666667vw;
  }
  .u-mb-4 {
    margin-bottom: 4.2666666667vw;
  }
  .u-pl-5 {
    padding-left: 5.3333333333vw;
  }
  .u-pt-5 {
    padding-top: 5.3333333333vw;
  }
  .u-pl-5 {
    padding-right: 5.3333333333vw;
  }
  .u-pb-5 {
    padding-bottom: 5.3333333333vw;
  }
  .u-ml-5 {
    margin-left: 5.3333333333vw;
  }
  .u-mt-5 {
    margin-top: 5.3333333333vw;
  }
  .u-mr-5 {
    margin-left: 5.3333333333vw;
  }
  .u-mb-5 {
    margin-bottom: 5.3333333333vw;
  }
  .u-pl-6 {
    padding-left: 6.4vw;
  }
  .u-pt-6 {
    padding-top: 6.4vw;
  }
  .u-pl-6 {
    padding-right: 6.4vw;
  }
  .u-pb-6 {
    padding-bottom: 6.4vw;
  }
  .u-ml-6 {
    margin-left: 6.4vw;
  }
  .u-mt-6 {
    margin-top: 6.4vw;
  }
  .u-mr-6 {
    margin-left: 6.4vw;
  }
  .u-mb-6 {
    margin-bottom: 6.4vw;
  }
  .u-pl-7 {
    padding-left: 7.4666666667vw;
  }
  .u-pt-7 {
    padding-top: 7.4666666667vw;
  }
  .u-pl-7 {
    padding-right: 7.4666666667vw;
  }
  .u-pb-7 {
    padding-bottom: 7.4666666667vw;
  }
  .u-ml-7 {
    margin-left: 7.4666666667vw;
  }
  .u-mt-7 {
    margin-top: 7.4666666667vw;
  }
  .u-mr-7 {
    margin-left: 7.4666666667vw;
  }
  .u-mb-7 {
    margin-bottom: 7.4666666667vw;
  }
  .u-pl-8 {
    padding-left: 8.5333333333vw;
  }
  .u-pt-8 {
    padding-top: 8.5333333333vw;
  }
  .u-pl-8 {
    padding-right: 8.5333333333vw;
  }
  .u-pb-8 {
    padding-bottom: 8.5333333333vw;
  }
  .u-ml-8 {
    margin-left: 8.5333333333vw;
  }
  .u-mt-8 {
    margin-top: 8.5333333333vw;
  }
  .u-mr-8 {
    margin-left: 8.5333333333vw;
  }
  .u-mb-8 {
    margin-bottom: 8.5333333333vw;
  }
  .u-pl-9 {
    padding-left: 9.6vw;
  }
  .u-pt-9 {
    padding-top: 9.6vw;
  }
  .u-pl-9 {
    padding-right: 9.6vw;
  }
  .u-pb-9 {
    padding-bottom: 9.6vw;
  }
  .u-ml-9 {
    margin-left: 9.6vw;
  }
  .u-mt-9 {
    margin-top: 9.6vw;
  }
  .u-mr-9 {
    margin-left: 9.6vw;
  }
  .u-mb-9 {
    margin-bottom: 9.6vw;
  }
  .u-pl-10 {
    padding-left: 10.6666666667vw;
  }
  .u-pt-10 {
    padding-top: 10.6666666667vw;
  }
  .u-pl-10 {
    padding-right: 10.6666666667vw;
  }
  .u-pb-10 {
    padding-bottom: 10.6666666667vw;
  }
  .u-ml-10 {
    margin-left: 10.6666666667vw;
  }
  .u-mt-10 {
    margin-top: 10.6666666667vw;
  }
  .u-mr-10 {
    margin-left: 10.6666666667vw;
  }
  .u-mb-10 {
    margin-bottom: 10.6666666667vw;
  }
  .u-text-link[target='_blank']:after {
    top: 0.2em;
    width: 4.2666666667vw;
  }
  .u-text-link[href$='.pdf']:after {
    width: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  a[href^='tel:'] {
    text-decoration: none;
    pointer-events: none;
  }
  .l-sm {
    display: none !important;
  }
  .l-foot-entry__btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 16px;
  }
  .l-foot-entry__btn > li {
    flex: 1 1 calc(33.33333% - 32px);
    max-width: calc(33.33333% - 32px);
  }
  .l-foot-entry__cont .tab-item__table th {
    width: 260px;
  }
  .l-foot-entry__cont .tab-item__table td .indent-lg {
    display: inline-block;
    padding-left: 1.55em;
    text-indent: -1.55em;
  }
  .l-footer:before {
    min-width: 1386px;
  }
  .l-footer__menu > * + * {
    position: relative;
  }
  .l-footer__menu > * + :before {
    position: absolute;
    width: 1px;
    height: 100%;
    inset: 0 auto auto -48px;
    background-color: rgba(62, 64, 70, 0.1);
    content: '';
  }
  .l-header {
    min-width: 1200px;
  }
  .l-page-head__illust {
    translate: calc(-100% - 56px) -56px;
  }
  .l-page-head__illust.-training {
    translate: 56px -160px;
  }
  .l-page-head__illust.-career {
    translate: 40px -56px;
  }
  .l-page-head__illust.-interview {
    width: 420px;
    translate: calc(-100% - 112px) -88px;
  }
  .l-page-head__illust.-faq {
    translate: calc(-100% - 24px) -112px;
  }
  .career-sec__info {
    grid-template-columns: 214px 1fr;
    padding-left: 64px;
  }
  .career-sec__point .point-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .career-sec__point .point-list:has(> :nth-child(5n)) {
    grid-template-columns: repeat(5, 1fr);
  }
  .career-sec__point .point-list:has(> :nth-child(5n)) .point-item:after {
    scale: 2 1;
  }
  .career-sec__point .point-item {
    grid-template-columns: 146px 1fr;
  }
  .career-sec__point .point-item:after {
    translate: 0 48px;
    scale: 1.4 1;
  }
  .interview-menu__item .item-txt {
    padding-right: 56px;
  }
  .interview-sec__lead {
    grid-template-columns: 432px 1fr;
  }
  .interview-sec__box .box-list {
    grid-template-columns: repeat(6, auto);
    align-items: center;
  }
  .interview-sec__box .box-list:before {
    position: absolute;
    height: 1px;
    inset: 50% 0 auto;
    translate: 0 -50%;
    background-color: rgba(0, 91, 172, 0.2);
    content: '';
  }
  .interview-sec__box .box-time {
    font-size: 1.6rem;
  }
  .interview-sec__box .box-desc {
    font-size: 1.4rem;
  }
  .reason-sec:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .top-horz {
    justify-content: space-between;
    gap: 80px;
  }
  .top-horz.-reverse {
    flex-direction: row-reverse;
  }
  .top-horz.-reverse .top-horz__pht {
    flex: 0 0 46.3815789474%;
  }
  .top-itr {
    justify-content: space-between;
  }
  .top-itr__pht:first-child {
    padding-bottom: max(5vw, 60px);
  }
  .top-itr__txt {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: clamp(26.6666666667px, 2.2222222222vw, 38.4px);
  }
  .top-itr__txt .c-ttl-vertical {
    font-size: clamp(33.3333333333px, 2.7777777778vw, 48px);
  }
  .top-itr__txt .c-ttl-vertical > span {
    padding: clamp(6.6666666667px, 0.5555555556vw, 9.6px)
      clamp(10px, 0.8333333333vw, 14.4px);
  }
  .top-itr__txt .c-ttl-vertical > span .mask {
    inset: clamp(6.6666666667px, 0.5555555556vw, 9.6px)
      clamp(10px, 0.8333333333vw, 14.4px) auto auto;
  }
  .top-itr__desc {
    grid-area: 1;
    padding-top: clamp(113.3333333333px, 9.4444444444vw, 163.2px);
  }
  .top-rsn__wrap {
    grid-template-columns: 33.8815789474% 1fr;
  }
  .top-rsn__chart {
    padding-top: 80px;
  }
  .top-rsn__chart ol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .top-rsn__chart ol:after,
  .top-rsn__chart ol:before {
    display: inline-block;
    position: absolute;
    background-color: rgba(0, 91, 172, 0.2);
    content: '';
    transition: scale 0.7s ease;
  }
  .top-rsn__chart ol:before {
    width: 1px;
    inset: 0 auto 0 50%;
    transform-origin: top;
    translate: -50%;
    scale: 1 0;
    transition-delay: 0.4s;
  }
  .top-rsn__chart ol:after {
    height: 1px;
    inset: 50% 0 auto 0;
    transform-origin: left;
    translate: 0 -50%;
    scale: 0 1;
  }
  .top-rsn__chart li:first-child,
  .top-rsn__chart li:nth-child(2) {
    padding-block: 24px 40px;
  }
  .top-rsn__chart li:nth-child(3),
  .top-rsn__chart li:nth-child(4) {
    padding-block: 40px 24px;
  }
  .top-rsn__chart .ttl .num {
    margin-top: 12px;
  }
  .top-rsn__chart .desc {
    margin-top: 12px;
    text-align: center;
  }
  .top-int__wrap {
    grid-template-columns: auto 1fr;
    gap: 40px 80px;
  }
  .top-int__list {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 80px;
  }
  .top-int__item:nth-child(3n-1) {
    transition-delay: 0.2s;
  }
  .top-int__item:nth-child(3n) {
    transition-delay: 0.4s;
  }
  .top-int__txt {
    margin-top: 24px;
  }
  .top-int__txt .time {
    text-align: right;
  }
  .top-scl {
    margin-top: 128px;
    padding-bottom: 12px;
  }
  .top-scl .splide__track {
    overflow: visible;
  }
  .top-scl .top-lead {
    max-width: 490px;
  }
  .top-scl__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
  }
  .top-scl__item {
    grid-template-rows: subgrid;
    grid-row: span 3;
    translate: 0 10px;
    opacity: 0;
    transition:
      translate 0.7s ease,
      opacity 0.7s ease;
    will-change: translate, opacity;
  }
  .top-scl__item.is-show {
    translate: 0;
    opacity: 1;
  }
  .top-faq > * {
    position: relative;
  }
  .top-faq .top-desc,
  .top-faq__ttl {
    max-width: 848px;
    margin-inline: auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (hover: hover) {
  .l-breadcrumbs ol a:hover {
    opacity: 0.7;
  }
  .l-cookie-notice__close:hover {
    opacity: 0.5;
  }
  .l-foot-entry__cont .tab-btn .c-btn-box:not(.is-active):hover {
    background-color: #ededed;
  }
  .l-footer__list a:hover,
  .l-footer__other a:not(.c-btn-base--mail):hover {
    opacity: 0.7;
  }
  .l-footer__other .c-btn-base--mail:hover {
    background-color: #004888;
  }
  .l-footer__cpr a:hover,
  .l-header__list a:hover {
    opacity: 0.7;
  }
  .l-header__btns .btns-list a:hover {
    background-color: rgba(45, 47, 51, 0.8);
  }
  .c-btn-base--mail:hover,
  .c-btn-base--tour:hover,
  .c-btn-base--tourNav:hover,
  .c-btn-base:hover {
    background-color: #bd260f;
  }
  .c-btn-box:hover {
    background-color: #004888;
  }
  .c-btn-box.-border:hover {
    background-color: #ededed;
  }
  .interview-menu__item a:hover .item-pht img {
    scale: 1.1;
  }
  .interview-menu__item a:hover .item-txt:before {
    scale: 1.1;
    background-color: #005bac;
  }
  .interview-menu__item a:hover .item-txt:after {
    scale: 1.1;
    background-color: #fff;
  }
  .top-btn a:hover {
    -webkit-text-decoration-color: #005bac;
    text-decoration-color: #005bac;
  }
  .top-btn a:hover:before {
    scale: 1.2;
    background-color: #fff;
  }
  .top-btn a:hover:after {
    scale: 1.1;
    background-color: #005bac;
  }
  .top-cv__btn:hover {
    background-color: #f2f2f2;
  }
  .u-text-link:hover {
    text-decoration: none;
  }
}
@media print and (hover: none),
  screen and (min-width: 768px) and (hover: none) {
  .l-header__inner {
    padding-inline: 16px;
  }
  .l-header__logo a {
    font-size: 1.2rem;
  }
  .l-header__list,
  .l-header__menu {
    gap: 16px;
  }
  .l-header__btns .btns-list a,
  .l-header__btns .c-btn-base,
  .l-header__list a {
    font-size: 1.2rem;
  }
  .top-fv__pht {
    max-height: 752px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .top-scl__item {
    translate: 0 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .top-scl__item:nth-child(3n-1) {
    transition-delay: 0.2s;
  }
  .top-scl__item:nth-child(3n) {
    transition-delay: 0.4s;
  }
}
