@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  position: relative;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-all;
}

ul,
ol {
  list-style: none;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #000;
  transition: opacity 0.1s linear;
  display: inline-block;
}
a:hover {
  opacity: 0.8;
}

input,
textarea,
select {
  outline: none;
  margin: 0;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

svg {
  overflow-x: visible;
  overflow-y: visible;
  display: inline-block;
}

img {
  caret-color: transparent;
  display: block;
  max-width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: max(1.4rem, min(2.0833333333vw, 1.6rem));
  line-height: 1.5;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
  -ms-overflow-style: none;
  position: relative;
}
body::-webkit-scrollbar {
  display: none;
}
body.is-menu-opened {
  overflow: hidden;
}

.ja {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 700;
}

.en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.inner._maxw-800 {
  max-width: 800px;
}
.inner._maxw-1200 {
  max-width: 1200px;
}

.header {
  background-color: #fff;
  border-bottom: 1px solid #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__inner {
  height: 88px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
}
.header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-105%);
}
.header.header-fixed.is-show {
  transition: all ease-in-out 300ms;
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}
.header.header-fixed.is-hide {
  transition: all ease-in-out 300ms;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-105%);
}

.footer {
  background-color: #222;
  color: #fff;
}
.footer__inner {
  padding: max(40px, min(3.5714285714vw, 60px)) 20px max(60px, min(5.9523809524vw, 100px));
  position: relative;
}
.footer__address {
  line-height: 1.7;
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2em;
  justify-content: center;
  align-items: center;
  font-size: max(1.2rem, min(0.8333333333vw, 1.4rem));
}
.footer__address__banner .banner-company img {
  width: max(200px, min(17.8571428571vw, 300px));
}
.footer__foot {
  background-color: #fff;
  color: #000;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: max(1.2rem, min(0.8333333333vw, 1.4rem));
}
.footer .copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.drawer {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 200%;
  height: 100%;
  top: 88px;
  right: 0;
  transition: all 0.1s ease-in-out;
  z-index: 99;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.drawer::-webkit-scrollbar {
  display: none;
}
.drawer:not(.is-open) {
  translate: 0px -20px;
  opacity: 0;
  pointer-events: none;
}
.drawer__inner {
  background-color: #f8f8f8;
  position: absolute;
  right: 0;
  top: 0;
  min-height: 100%;
  width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.btn-link {
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  line-height: 1;
  caret-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.1s linear;
  will-change: transform;
  font-size: max(1.6rem, min(1.4880952381vw, 2.5rem));
  border-radius: 999px;
  border: 2px solid #000;
  background-color: #000;
  line-height: 1.3;
  padding: 0.75em 2em 0.85em;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  gap: 0.75em;
}
.btn-link *,
.btn-link *::before,
.btn-link *::after {
  transition: all 0.1s linear;
}
.btn-link__text {
  font-weight: 700;
}
.btn-link::after {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: auto;
  aspect-ratio: 31/25;
  background: url(./../img/icon_btn_arrow_white.svg) no-repeat center center;
  background-size: contain;
  transition: all 0.1s linear;
}
.btn-link:hover {
  opacity: 1;
}
.btn-link:hover::after {
  translate: 15% 0;
}
.btn-link._frame {
  background-color: transparent;
  color: #000;
}
.btn-link._frame:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-link._frame._white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-link._frame._white:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-link._frame._long-arrow {
  background-color: white;
}
.btn-link._frame._long-arrow:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-link._frame._long-arrow::after {
  content: "";
  display: inline-block;
  width: 2.5em;
  height: auto;
  aspect-ratio: 74/24;
  background: url(./../img/icon_btn_arrow_long.svg) no-repeat center center;
  background-size: contain;
  transition: all 0.1s linear;
}
.btn-link._white._red {
  background-color: #fff;
  border-color: #fff;
  color: #ff3e3e;
}
.btn-link._white._red::after {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: auto;
  aspect-ratio: 31/25;
  background: url(./../img/icon_btn_arrow_red.svg) no-repeat center center;
  background-size: contain;
  transition: all 0.1s linear;
}
.btn-link._white._red:hover {
  background-color: transparent;
  color: #fff;
}
.btn-link._white._red:hover::after {
  background-image: url(./../img/icon_btn_arrow_white.svg);
}
.btn-link._red {
  background-color: #ff3e3e;
  border-color: #ff3e3e;
}
.btn-link._kakumaru {
  background-color: transparent;
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: max(30px, min(5.3571428571vw, 90px));
  padding-right: max(30px, min(5.3571428571vw, 90px));
  max-width: 450px;
  font-size: max(1.2rem, min(0.8333333333vw, 1.4rem));
  color: #ff3e3e;
  border: max(2px, min(0.1785714286vw, 3px)) solid #ff3e3e;
  border-radius: max(8px, min(0.9523809524vw, 16px));
  flex-direction: column;
  gap: 0.5em;
}
.btn-link._kakumaru > * {
  display: block;
}
.btn-link._kakumaru .main {
  font-size: max(1.8rem, min(1.6666666667vw, 2.8rem));
  font-weight: 700;
}
.btn-link._kakumaru .sub {
  margin-top: 0.5em;
}
.btn-link._kakumaru::after {
  content: "";
  display: inline-block;
  width: 7em;
  height: auto;
  aspect-ratio: 135/30;
  background: url(./../img/icon_btn_arrow_red_half.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 1.8em;
  left: calc(100% - 2.5em);
}

.btn-menu-open,
.btn-menu-close {
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  line-height: 1;
  caret-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.1s linear;
  will-change: transform;
  display: grid;
  align-content: center;
  justify-content: center;
  place-content: center;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #ff3e3e;
  border-radius: 50%;
}
.btn-menu-open *,
.btn-menu-open *::before,
.btn-menu-open *::after,
.btn-menu-close *,
.btn-menu-close *::before,
.btn-menu-close *::after {
  transition: all 0.1s linear;
}
.btn-menu-open img,
.btn-menu-close img {
  width: 30px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn-menu-open .icon-close,
.btn-menu-close .icon-close {
  display: none;
  width: 33px;
}
.btn-menu-open.is-open,
.btn-menu-close.is-open {
  background-color: #555;
}
.btn-menu-open.is-open .icon-open,
.btn-menu-close.is-open .icon-open {
  display: none;
}
.btn-menu-open.is-open .icon-close,
.btn-menu-close.is-open .icon-close {
  display: block;
}

.btn-goto-head {
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  line-height: 1;
  caret-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.1s linear;
  will-change: transform;
}
.btn-goto-head *,
.btn-goto-head *::before,
.btn-goto-head *::after {
  transition: all 0.1s linear;
}

#btnScroll2Top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms linear;
}
#btnScroll2Top.is-show {
  opacity: 1;
  pointer-events: inherit;
}

.js-dropdown__body {
  padding-top: 34px;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
}
.js-dropdown__body:not(.is-open) {
  display: none;
}

.nav-global__items .item__head {
  line-height: 1.2;
  font-weight: 700;
  transition: all 0.1s linear;
}
.nav-global._in-header .nav-global__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5em 1em;
}
.nav-global._in-header .nav-global__items .item__head {
  padding-left: 1.5em;
}
.nav-global._in-header .nav-global__items .item__head::before, .nav-global._in-header .nav-global__items .item__head::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 1px #ff3e3e;
  border-left: solid 1px #ff3e3e;
  transform: rotate(-225deg);
  top: 0.4em;
  left: 0;
  transition: all 0.1s linear;
}
.nav-global._in-header .nav-global__items .item__head::after {
  left: 0.5em;
  border-color: #000;
  transition-delay: 0.05s;
}
.nav-global._in-header .nav-global__items .item__head:hover::before, .nav-global._in-header .nav-global__items .item__head:hover::after {
  translate: 50% 0;
}
.nav-global._in-drawer {
  font-size: 1.6rem;
}
.nav-global._in-drawer .nav-global__items .item {
  border-bottom: solid 1px #b6b6b6;
  padding-left: 20px;
  padding-right: 20px;
}
.nav-global._in-drawer .nav-global__items .item__head {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1.25em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 20em;
}
.nav-global._in-drawer .nav-global__items .item__head::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.75em;
  height: 2px;
  transform: rotate(0deg);
  background-color: #ff3e3e;
  top: calc(50% - 1px);
  left: 0;
}
.nav-global._in-footer {
  width: -moz-fit-content;
  width: fit-content;
}
.nav-global._in-footer .nav-global__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em 2em;
}
.nav-global._in-footer .nav-global__items a {
  color: #fff;
}

.js-dropdown-body {
  padding-top: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  z-index: 10;
  width: 100%;
}
.js-dropdown-body:not(.is-open) {
  display: none;
}

.nav-faq {
  padding-left: max(20px, min(2.380952381vw, 40px));
  padding-right: max(20px, min(2.380952381vw, 40px));
}
.nav-faq__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
  font-size: max(1.4rem, min(1.4285714286vw, 2.4rem));
}
.nav-faq__items .item a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0.5em;
  padding-bottom: 0.6em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: solid 1px #000;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 1em;
}
.nav-faq__items .item a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: auto;
  aspect-ratio: 1/1;
  background: url(./../img/icon_btn_arrow_maru.png) no-repeat center center;
  background-size: contain;
}

.nav-bread-interview {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.nav-bread-interview__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 2em;
  padding-top: max(16px, min(1.7857142857vw, 30px));
  padding-bottom: max(16px, min(1.7857142857vw, 30px));
}
.nav-bread-interview__items .item {
  font-weight: 700;
}
.nav-bread-interview__items .item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-top: solid 2px #ff3e3e;
  border-left: solid 2px #ff3e3e;
  transform: rotate(-225deg);
  left: calc(100% + 0.5em);
  top: 50%;
  translate: 0 -40%;
}
.nav-bread-interview__items .item a:hover {
  opacity: 1;
  color: #ff3e3e;
}

.nav-sidemenu {
  position: fixed;
  z-index: 10;
  bottom: max(20px, min(2.380952381vw, 40px));
  left: max(20px, min(2.380952381vw, 40px));
  width: -moz-max-content;
  width: max-content;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1em 1.25em 1em 0.75em;
  border-radius: 4px;
  transition: all 0.2s cubic-bezier(0.63, 0.01, 0.48, 1.01);
}
.nav-sidemenu__items > * + * {
  margin-top: 1em;
}
.nav-sidemenu__items .item {
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}
.nav-sidemenu__items .item.is-active {
  font-weight: 700;
}
.nav-sidemenu__items .item.is-active::after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  transform: rotate(0deg);
  background-color: #ff3e3e;
  top: 50%;
  left: calc(100% + 0.5em);
  translate: 0% -50%;
  border-radius: 50%;
}
.nav-sidemenu__items .item a:hover {
  opacity: 1;
  color: #ff3e3e;
}
.nav-sidemenu__items .item a .red-head {
  color: #ff3e3e;
}
.nav-sidemenu.is-hide {
  opacity: 0;
  translate: -20px 0;
  pointer-events: none;
}

.nav-breadcrumbs {
  font-size: max(1.2rem, min(0.9523809524vw, 1.6rem));
  background-color: #fff;
}
.nav-breadcrumbs__inner {
  padding-top: 1.75em;
  padding-bottom: 1.85em;
}
.nav-breadcrumbs .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  line-height: 1.5;
}
.nav-breadcrumbs .breadcrumbs > span {
  position: relative;
}
.nav-breadcrumbs .breadcrumbs > span a {
  color: #000;
  transition: all 0.1s linear;
}
.nav-breadcrumbs .breadcrumbs > span a:hover {
  opacity: 0.8;
}
.nav-breadcrumbs .breadcrumbs > span:not(:first-of-type) {
  padding-left: 3em;
  position: relative;
}
.nav-breadcrumbs .breadcrumbs > span:not(:first-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 1px;
  transform: rotate(0deg);
  background-color: #000;
  left: calc(0% + 1.25em);
  top: 50%;
  transform: translateY(-40%);
}
.nav-breadcrumbs .breadcrumbs .current-item {
  font-weight: 700;
  color: #5f5138;
  display: inline-block;
  max-width: 30em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wp-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: max(40px, min(3.5714285714vw, 60px));
}
.wp-pagination .navigation .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: max(8px, min(0.5952380952vw, 10px));
}
.wp-pagination .navigation .nav-links .page-numbers {
  display: grid;
  align-content: center;
  justify-content: center;
  place-content: center;
  border: solid 1px #333;
  color: #333;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: max(50px, min(3.5714285714vw, 60px));
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  transition: all 0.1s linear;
}
.wp-pagination .navigation .nav-links .page-numbers.current {
  background-color: #333;
  color: #fff;
}
.wp-pagination .navigation .nav-links .page-numbers:hover {
  background-color: #333;
  color: #fff;
}
.wp-pagination .navigation .nav-links .next {
  display: none;
}
.wp-pagination .navigation .nav-links .prev {
  display: none;
}
.wp-pagination__button {
  aspect-ratio: 7/13;
  width: 0.8rem;
  fill: #aaa;
  pointer-events: none;
}
.wp-pagination__button.is-active {
  fill: #333;
  cursor: pointer;
  pointer-events: inherit;
}
.wp-pagination__button._prev {
  scale: -1 1;
}
.wp-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wp-pager a {
  color: #000;
  transition: all 0.1s linear;
}
.wp-pager a:hover {
  opacity: 0.8;
}
.wp-pager__button {
  opacity: 0.3;
}
.wp-pager__button img {
  aspect-ratio: 1/1;
  width: max(50px, min(3.5714285714vw, 60px));
}
.wp-pager__button:has(a) {
  opacity: 1;
}
.wp-pager__button._next .next {
  scale: -1 1;
}
.wp-pager__button._back2list a {
  display: flex;
  align-items: center;
  gap: max(15px, min(1.1904761905vw, 20px));
}
.wp-pager__button._back2list a .icon {
  aspect-ratio: 1/1;
  width: 1.5em;
}
.wp-pager__button._back2list a .text {
  line-height: 1;
}

.box-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
.box-modal-container .box-modal {
  background-color: #fff;
  border-radius: 3px;
  min-width: 280px;
  max-width: 500px;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.box-modal-container .box-modal-bg {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}
.box-modal-container.is-open {
  opacity: 1;
  pointer-events: inherit;
}

#modalVideo {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
#modalVideo.close {
  filter: opacity(0);
  visibility: hidden;
}
#modalVideo.open {
  filter: opacity(1);
  visibility: visible;
}
#modalVideo iframe {
  width: 64vw;
  height: 36vw;
  border-radius: 20px;
  overflow: hidden;
}

.js-modal-video-open {
  cursor: pointer;
}
.items-staff._others .item {
  width: max(272px, min(27.380952381vw, 460px));
}
.items-staff .item {
  width: max(272px, min(32.1428571429vw, 540px));
}
.items-staff .item__thumb {
  aspect-ratio: 540/724;
  width: 100%;
  height: auto;
  display: block;
}
.items-staff .item__thumb:hover {
  opacity: 1;
}
.items-staff .item__thumb:hover .prof-img img {
  scale: 1.05;
}
.items-staff .item__thumb .prof-img {
  width: 100%;
  height: 100%;
  border-radius: max(4px, min(0.4761904762vw, 8px));
  overflow: hidden;
}
.items-staff .item__thumb .prof-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.1s linear;
}
.items-staff .item__thumb .icon-more {
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 35% 35%;
  z-index: 1;
}
.items-staff .item__text {
  margin-top: max(14px, min(1.4285714286vw, 24px));
}
.items-staff .item__text .name__ja {
  font-size: max(1.5rem, min(2.2619047619vw, 3.8rem));
  display: inline-block;
}
.items-staff .item__text .name__en {
  font-size: max(1.3rem, min(1.1904761905vw, 2rem));
  display: inline-block;
}
.items-staff .item__text .name__en::before {
  content: "／";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.items-staff .item__text .information {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
  font-size: max(1.3rem, min(0.9523809524vw, 1.6rem));
  margin-top: max(14px, min(1.4285714286vw, 24px));
}
.items-staff .item__text .information > * {
  font-weight: 700;
  line-height: 1.2;
  padding: 0.5em 1em 0.55em;
  border-radius: 999px;
  border: 1px solid #000;
  width: -moz-fit-content;
  width: fit-content;
}
.items-staff .item__text .information__year {
  color: #fff;
  background-color: #000;
}
.items-staff .item__text .information__job {
  color: #000;
  background-color: #fff;
}
.items-staff .item__text .message {
  font-weight: 400;
  line-height: 1.7;
  margin-top: 1em;
}
.items-staff .item__text .message .indent-tate {
  display: none;
}

.items-interview-qa > * + * {
  margin-top: max(60px, min(9.5238095238vw, 160px));
}
.items-interview-qa:nth-of-type(2) {
  margin-top: max(60px, min(9.5238095238vw, 160px));
}
.items-interview-qa .item__head {
  padding-top: max(30px, min(2.9761904762vw, 50px));
  font-size: max(3.2rem, min(2.7380952381vw, 4.6rem));
}
.items-interview-qa .item__head .question {
  line-height: 1.4;
}
.items-interview-qa .item__head .question::before {
  content: "";
  display: inline-block;
  width: 5em;
  height: auto;
  aspect-ratio: 465/106;
  background: url(./../img/txt_question.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: calc(100% + 0.5em);
  left: 0;
  z-index: 1;
}
.items-interview-qa .item__body {
  margin-top: max(30px, min(2.9761904762vw, 50px));
}
.items-interview-qa .item__body .answer {
  font-size: max(1.8rem, min(1.7857142857vw, 3rem));
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #ff3e3e;
}
.items-interview-qa .item__body p {
  margin-top: 1.5em;
  font-size: max(1.4rem, min(1.0714285714vw, 1.8rem));
  line-height: 2;
  letter-spacing: 0.05em;
}

.items-1day {
  padding-top: max(50px, min(4.7619047619vw, 80px));
  overflow: hidden;
}
.items-1day > * + * {
  margin-top: 4em;
}
.items-1day .item {
  background-color: #ffeeee;
  border-radius: max(4px, min(0.4761904762vw, 8px));
  padding: 20px max(20px, min(1.7857142857vw, 30px));
}
.items-1day .item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: max(20px, min(1.7857142857vw, 30px));
  transform: rotate(0deg);
  background-color: #fff;
  bottom: 100%;
  left: 0;
  z-index: auto;
}
.items-1day .item:last-child .item__head .hour::after {
  content: none;
}
.items-1day .item:last-child::after {
  content: none;
}
.items-1day .item:first-child .item__head .hour::before {
  content: "START";
  translate: 0 -0.2em;
}
.items-1day .item:first-child .item__head::before {
  content: "START";
}
.items-1day .item:last-child .item__head .hour::before {
  content: "FINISH";
  translate: 0 -0.2em;
}
.items-1day .item:last-child .item__head::before {
  content: "FINISH";
}
.items-1day .item__head {
  display: flex;
  align-items: center;
  gap: 0.5em 2em;
}
.items-1day .item__head::before {
  content: "";
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #ff3e3e;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.5em;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: calc(100% + 1em);
  right: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  scale: 2.5;
  translate: 0 -50%;
}
.items-1day .item__head .hour {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  flex-shrink: 0;
  translate: 0 0em;
}
.items-1day .item__head .hour::before {
  content: "";
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #ff3e3e;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.5em;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 10;
}
.items-1day .item__head .activity {
  font-weight: 700;
  font-size: max(1.6rem, min(1.4285714286vw, 2.4rem));
}
.items-1day .item__body .text {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.items-keyword .item {
  background-color: #fff;
  border-radius: max(8px, min(0.9523809524vw, 16px));
  padding-left: max(30px, min(3.5714285714vw, 60px));
  padding-right: max(30px, min(3.5714285714vw, 60px));
  padding-top: max(20px, min(1.7857142857vw, 30px));
  padding-bottom: max(20px, min(3.5714285714vw, 60px));
  width: -moz-fit-content;
  width: fit-content;
}
.items-keyword .item__head .title {
  font-size: max(2rem, min(2.380952381vw, 4rem));
  width: -moz-max-content;
  width: max-content;
  color: #21264d;
}
.items-keyword .item__head .title::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 2.5em);
  height: 2px;
  transform: rotate(0deg);
  background-color: #ff3e3e;
  right: -0.5em;
  bottom: 0;
}
.items-keyword .item__head .title .red {
  color: #ff3e3e;
  font-family: "Roboto", sans-serif;
}
.items-keyword .item__body {
  display: flex;
  gap: max(10px, min(1.7857142857vw, 30px));
  padding-top: max(20px, min(2.380952381vw, 40px));
}
.items-keyword .item__body .thumbnail {
  flex-shrink: 0;
  aspect-ratio: 33/23;
  width: max(180px, min(22.0238095238vw, 370px));
}
.items-keyword .item__body .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.items-keyword .item__body .texts {
  font-weight: 700;
  font-size: max(1.8rem, min(2.1428571429vw, 3.6rem));
  text-align: center;
}
.items-keyword .item__body .texts .text {
  color: #21264d;
  font-weight: 700;
  font-size: 0.85em;
}
.items-keyword .item__body .texts .main-info {
  display: flex;
  align-items: flex-end;
  gap: 0.2em;
}
.items-keyword .item__body .texts .main-info .unit {
  padding-bottom: 0.3em;
}
.items-keyword .item__body .texts strong {
  color: #ff3e3e;
  font-size: 3.55em;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.items-keyword .item__body .texts strong .small {
  font-size: 0.65em;
}
.items-keyword .item__body .texts p {
  letter-spacing: 0.05em;
  color: #21264d;
}

.items-keyword-detail {
  width: 100%;
  display: grid;
  grid-gap: max(30px, min(2.380952381vw, 40px));
  gap: max(30px, min(2.380952381vw, 40px));
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  grid-row-gap: max(60px, min(7.1428571429vw, 120px));
  row-gap: max(60px, min(7.1428571429vw, 120px));
}
.items-keyword-detail > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  grid-gap: 0;
  gap: 0;
  align-items: start;
}
.items-keyword-detail .item {
  font-weight: 700;
  padding-top: max(30px, min(2.380952381vw, 40px));
  background-color: #ffe0e0;
  border-radius: max(4px, min(0.4761904762vw, 8px));
}
.items-keyword-detail .item > * + * {
  margin-top: max(0px, min(0.5952380952vw, 10px));
}
.items-keyword-detail .item__head {
  display: flex;
  justify-content: center;
}
.items-keyword-detail .item__head::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  transform: rotate(0deg);
  background-color: #ff3e3e;
  bottom: 0;
  right: 16px;
  z-index: 0;
}
.items-keyword-detail .item__head__inner {
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
}
.items-keyword-detail .item__head .keyword {
  color: #21264d;
  font-size: max(2.2rem, min(2.1428571429vw, 3.6rem));
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.items-keyword-detail .item__head .keyword::before {
  content: "#";
  color: #ff3e3e;
  display: inline-block;
  margin-right: 0.15em;
}
.items-keyword-detail .item__head .keyword::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  transform: rotate(0deg);
  background-color: #ffe0e0;
  bottom: 0;
  left: 100%;
  z-index: 2;
}
.items-keyword-detail .item__body {
  padding-left: max(10px, min(1.1904761905vw, 20px));
  padding-right: max(10px, min(1.1904761905vw, 20px));
}
.items-keyword-detail .item__body__main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5em;
}
.items-keyword-detail .item__body__main .small {
  font-size: 0.65em;
}
.items-keyword-detail .item__body .text {
  font-weight: 700;
  text-align: center;
}
.items-keyword-detail .item__body .text._s {
  font-size: max(1.4rem, min(1.0714285714vw, 1.8rem));
}
.items-keyword-detail .item__body .text._m {
  font-size: max(1.8rem, min(2.1428571429vw, 3.6rem));
}
.items-keyword-detail .item__body .text._l {
  font-size: max(2.4rem, min(2.5vw, 4.2rem));
  line-height: 1.2;
}
.items-keyword-detail .item__body .text._xl {
  font-size: max(6rem, min(5.9523809524vw, 10rem));
  letter-spacing: -0.02em;
  line-height: 1;
}
.items-keyword-detail .item__body .text._red {
  color: #ff3e3e;
}
.items-keyword-detail .item__foot {
  height: max(100px, min(9.5238095238vw, 160px));
  display: flex;
  justify-content: center;
}
.items-keyword-detail .item__image {
  height: 140%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.items-keyword-detail._white .item {
  background-color: #fff;
}
.items-keyword-detail._white .item__head .keyword::after {
  background-color: #fff;
}

.items-ages {
  color: #21264d;
  font-size: max(1.6rem, min(1.1904761905vw, 2rem));
  font-weight: 700;
}
.items-ages > * + * {
  margin-top: 0.25em;
}
.items-ages .item {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.items-ages .item .color {
  aspect-ratio: 1/1;
  width: 1em;
  display: block;
}
.items-ages .item .percent {
  font-size: 1.2em;
  min-width: 3em;
  text-align: right;
}
.items-ages .item .percent .percent__unit {
  font-size: 0.8em;
}

.items-schools {
  font-size: max(2rem, min(2.1428571429vw, 3.6rem));
  font-weight: 700;
}
.items-schools > * + * {
  margin-top: 1em;
}
.items-schools .item {
  display: flex;
  gap: 0.75em;
  align-items: center;
}
.items-schools .item__head {
  font-size: max(2rem, min(1.7857142857vw, 3rem));
  display: flex;
  align-items: flex-end;
  gap: 0.1em;
}
.items-schools .item__head .number {
  font-size: 2em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #ff3e3e;
  display: block;
  line-height: 1;
}
.items-recruitment {
  display: flex;
  justify-content: center;
  gap: 50px max(30px, min(2.9761904762vw, 50px));
}
.items-recruitment .item {
  max-width: 540px;
  width: max(240px, min(32.1428571429vw, 540px));
}
.items-recruitment .item__thumb {
  aspect-ratio: 540/840;
  height: auto;
  display: flex;
}
.items-recruitment .item__thumb .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: max(4px, min(0.4761904762vw, 8px));
}
.items-recruitment .item__thumb .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.1s linear;
}
.items-recruitment .item__thumb:hover {
  opacity: 1;
}
.items-recruitment .item__thumb:hover .thumbnail img {
  scale: 1.05;
}
.items-recruitment .item__thumb .type {
  font-weight: 700;
  color: #ff3e3e;
  background-color: #fff;
  display: inline-block;
  font-size: max(1.8rem, min(1.7857142857vw, 3rem));
  position: absolute;
  top: -20px;
  right: 30px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.15em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.items-recruitment .item__thumb .icons {
  position: absolute;
  left: max(8px, min(1.1904761905vw, 20px));
  bottom: max(8px, min(1.1904761905vw, 20px));
  display: flex;
  gap: 12px;
}
.items-recruitment .item__thumb .icons .icon {
  font-size: max(1.2rem, min(0.9523809524vw, 1.6rem));
  aspect-ratio: 1/1;
  width: max(70px, min(6.1904761905vw, 104px));
  border-radius: 50%;
  font-weight: 700;
  line-height: 1.2;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  text-align: center;
}
.items-recruitment .item__thumb .icons .icon._new {
  background-color: #fff;
  color: #000;
}
.items-recruitment .item__thumb .icons .icon._career {
  background-color: #ff3e3e;
  color: #fff;
}
.items-recruitment .item__text {
  line-height: 2;
  letter-spacing: 0.05em;
  padding-top: 2em;
  font-weight: 400;
  padding-left: 2em;
  padding-right: 2em;
}

.items-program {
  display: flex;
}
.items-program .item {
  padding-top: max(50px, min(4.7619047619vw, 80px));
  padding-bottom: max(50px, min(4.7619047619vw, 80px));
}
.items-program .item__head {
  font-size: max(4rem, min(4.1666666667vw, 7rem));
  position: absolute;
  z-index: 1;
  top: -1.5em;
  left: -1em;
  background-color: #fff;
  padding: 0.2em 0.5em;
}
.items-program .item__head .deco-title._new-employee {
  height: 2em;
}
.items-program .item__head .deco-title._step-up {
  height: 1.75em;
}
.items-program .item__body {
  display: flex;
  flex-direction: column;
  gap: 2em;
  height: 100%;
  z-index: 1;
}
.items-program .item__body .title {
  font-size: max(2.2rem, min(2.380952381vw, 4rem));
  text-align: center;
}
.items-program .item__body .text {
  flex-grow: 1;
}
.items-program .item__thumb {
  aspect-ratio: 480/270;
  max-width: 480px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: max(8px, min(0.9523809524vw, 16px));
}
.items-program .item__thumb:hover {
  opacity: 1;
}
.items-program .item__thumb:hover .thumbnail {
  scale: 1.05;
}
.items-program .item__thumb .thumbnail {
  border-radius: max(8px, min(0.9523809524vw, 16px));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.1s linear;
}
.items-program .item__thumb .icon-more {
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 50% 50%;
}

.items-faq {
  font-size: max(1.4rem, min(1.0714285714vw, 1.8rem));
}
.items-faq .item {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #b3b3b3;
}
.items-faq .item > * {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.items-faq .item > *::before {
  content: "";
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  font-weight: 700;
  width: 2em;
  height: 2em;
  background-color: #000;
  border-radius: 50%;
  flex-shrink: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-top: -0.15em;
}
.items-faq .item .q {
  font-weight: 700;
}
.items-faq .item .q::before {
  background-color: #000;
  content: "Q";
}
.items-faq .item .a {
  font-weight: 500;
}
.items-faq .item .a::before {
  background-color: #ff3e3e;
  content: "A";
}

.items-talk-member {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: max(16px, min(1.4285714286vw, 24px));
}
.items-talk-member .item {
  width: max(140px, min(11.1904761905vw, 188px));
}
.items-talk-member .item__thumb {
  aspect-ratio: 188/234;
  border-radius: 999px;
  overflow: hidden;
}
.items-talk-member .item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
.items-talk-member .item__text {
  padding-top: 0.5em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  gap: 0.5em;
}
.items-talk-member .item__text .year {
  font-size: max(1rem, min(0.7738095238vw, 1.3rem));
}
.items-talk-member .item__text .name {
  font-weight: 700;
  line-height: 1.2;
  font-size: max(1.6rem, min(1.25vw, 2.1rem));
}
.items-talk-member .item__text .role {
  font-size: max(1rem, min(0.7738095238vw, 1.3rem));
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 0.6em 0.6em;
  border-radius: 0.5em;
  border: 1px solid #fff;
  margin-left: -0.5em;
  margin-right: -0.5em;
  margin-top: 0.25em;
}

.items-cross-talking > * + * {
  margin-top: max(20px, min(2.380952381vw, 40px));
}
.items-cross-talking .item {
  display: flex;
  gap: max(30px, min(3.5714285714vw, 60px));
  align-items: flex-start;
}
.items-cross-talking .item__thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  flex-shrink: 0;
  z-index: 1;
}
.items-cross-talking .item__thumb .prof {
  aspect-ratio: 1/1;
  width: max(140px, min(9.5238095238vw, 160px));
  height: auto;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.items-cross-talking .item__thumb .name {
  color: #ff3e3e;
}
.items-cross-talking .item__text {
  border-radius: max(12px, min(1.1904761905vw, 20px));
  padding: 2em;
  background-color: #f7f7f7;
}
.items-cross-talking .item__text p {
  line-height: 1.7;
}
.items-cross-talking .item__text::after {
  content: "";
  display: inline-block;
  width: 3em;
  height: auto;
  aspect-ratio: 3/2;
  background: url(./../img/deco_fukidashi_gray.png) no-repeat center center;
  background-size: contain;
  -o-object-fit: fill;
     object-fit: fill;
  position: absolute;
  bottom: 1em;
  right: calc(100% - 1em);
  z-index: 2;
}
.items-cross-talking .item:nth-child(even) {
  flex-direction: row-reverse;
}
.items-cross-talking .item:nth-child(even) .item__text {
  background-color: #ffe2e2;
}
.items-cross-talking .item:nth-child(even) .item__text::after {
  background-image: url(./../img/deco_fukidashi_pink.png);
  right: auto;
  left: calc(100% - 1em);
  scale: -1 1;
}

.items-ytoyota {
  display: flex;
}
.items-ytoyota .item {
  background-color: #ff3e3e;
  color: #fff;
  border-radius: max(10px, min(1.1904761905vw, 20px));
  padding: max(20px, min(2.380952381vw, 40px));
  width: max(200px, min(31.25vw, 364px));
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  height: auto;
}
.items-ytoyota .item:nth-child(even) {
  translate: 0 max(20px, min(2.380952381vw, 40px));
}
.items-ytoyota .item .icon {
  aspect-ratio: 1/1;
  width: max(100px, min(8.3333333333vw, 140px));
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.items-ytoyota .item .title {
  text-align: center;
  font-size: max(1.6rem, min(1.4285714286vw, 2.4rem));
}
.items-ytoyota .item .text {
  flex-grow: 1;
}

.items-kentei {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em 1em;
}
.items-kentei .item {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  color: #000;
  border-radius: 999px;
  padding: 1em 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: max(1.4rem, min(1.4285714286vw, 2.4rem));
  line-height: 1.2;
  letter-spacing: 0.05em;
  border: 3px solid #ff3e3e;
  text-align: center;
  color: #ff3e3e;
}

.l-wrap-by-ownwidth {
  container-type: inline-size;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1em;
}
.l-wrap-by-ownwidth > * {
  flex: 1 1 calc(100% - 1em);
}
.l-wrap-by-ownwidth._w700-g24-48 {
  gap: max(24px, min(2.8571428571vw, 48px));
}
@container (width >= 700px) {
  .l-wrap-by-ownwidth._w700-g24-48 > * {
    flex: 1 1 calc(50% - max(24px, min(2.8571428571vw, 48px)));
  }
}
.l-wrap-by-ownwidth._w800-g24-48 {
  gap: max(24px, min(2.8571428571vw, 48px));
}
@container (width >= 800px) {
  .l-wrap-by-ownwidth._w800-g24-48 > * {
    flex: 1 1 calc(50% - max(24px, min(2.8571428571vw, 48px)));
  }
}

.btn-navigation {
  aspect-ratio: 1/1;
  width: max(50px, min(4.1666666667vw, 70px));
  border-radius: 50%;
  height: auto;
  cursor: pointer;
  transition: all 0.1s linear;
}
.btn-navigation:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-navigation::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background: url(./../img/icon_btn_carousel.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-navigation._next {
  scale: -1 1;
}

.swiper-slide {
  cursor: grab;
}
.swiper-slide:active {
  cursor: grabbing;
}

.carousel-staff__pagination {
  display: flex;
  justify-content: center;
  bottom: 0 !important;
  left: auto !important;
  right: auto !important;
}
.carousel-staff__pagination .swiper-pagination-bullet {
  display: block;
  aspect-ratio: 32/4;
  width: max(32px, min(2.8571428571vw, 48px));
  height: auto;
  border-radius: 0;
}
.carousel-staff__pagination .swiper-pagination-bullet-active {
  background-color: #ff3e3e;
}

.carousel-keyword__buttons {
  display: flex;
  gap: 12px;
}

.carousel-mv-top {
  overflow: hidden;
}
.carousel-mv-top__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 390/220;
}
.carousel-mv-top__pagination {
  width: auto !important;
  left: 13.0952380952vw !important;
  bottom: 20px !important;
}
.carousel-mv-top__pagination .swiper-pagination-bullet {
  border-radius: 0 !important;
  width: 36px;
  height: 4px;
  opacity: 1;
  background-color: #fff;
  transition: all 0.3s ease;
  caret-color: transparent;
}
.carousel-mv-top__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0c80b4;
  translate: 0 -6px;
}

.effect-fadeout-zoomup .swiper-slide-active img,
.effect-fadeout-zoomup .swiper-slide-duplicate-active img,
.effect-fadeout-zoomup .swiper-slide-prev img {
  width: 100%;
  height: auto;
  animation: mvZoomUp 8s linear 0s normal both;
}
@keyframes mvZoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.effect-pan .swiper-slide-duplicate-active > *,
.effect-pan .swiper-slide-prev > *,
.effect-pan .swiper-slide-active > * {
  animation: pan_r2l 8s linear 0s 1 normal both;
}
@keyframes pan_l2r {
  0% {
    transform: scale(1.06) translateX(-3%);
  }
  100% {
    transform: scale(1.06) translateX(3%);
  }
}
@keyframes pan_r2l {
  0% {
    transform: scale(1.06) translateX(3%);
  }
  100% {
    transform: scale(1.06) translateX(-3%);
  }
}

.js-tab-content:not(.is-active) {
  display: none;
}

.js-accordion-head {
  position: relative;
}
.js-accordion-head::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: auto;
  aspect-ratio: 1/1;
  background: url(./../img/icon_accordion_close.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
.js-accordion-head:not(.is-open)::after {
  background-image: url("./../img/icon_accordion_open.svg");
}

.js-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
  box-sizing: border-box;
  position: relative;
}
.js-accordion-body:not(.is-open) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.c-maru-arrow-down {
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  position: relative;
  border-radius: 50%;
  margin-top: -20px;
  background-color: #000;
  z-index: 2;
}
.c-maru-arrow-down._large {
  width: 80px;
  height: 80px;
}
.c-maru-arrow-down img {
  aspect-ratio: 1/1;
  width: 33%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-bourbon {
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  padding: 0.5em 1.5em;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #eee;
  color: inherit;
  border-radius: 9999px;
}
.c-bourbon._frame {
  background-color: transparent;
  outline: solid 2px currentColor;
  outline-offset: calc -2px;
}

.c-marked-text {
  font-size: max(1.9rem, min(1.4285714286vw, 2.4rem));
  font-weight: 900;
  overflow: hidden;
}
.c-marked-text > span {
  background-color: #ffea00;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  line-height: 2.4;
  padding: 0.25em 0.5em;
  text-align: center;
}

.logo-corporate {
  height: 100%;
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.logo-corporate a {
  color: #000;
  display: flex;
  align-items: center;
  height: 100%;
}
.logo-corporate img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 384/190;
  width: max(140px, min(11.4285714286vw, 192px));
}
table {
  width: 100%;
  caret-color: transparent;
}
.tbl-recuirements tr:not(:last-child) {
  border-bottom: solid 1px #b3b3b3;
}
.tbl-recuirements tr th,
.tbl-recuirements tr td {
  padding: 1em;
  border: none;
}
.tbl-recuirements tr th {
  font-weight: 700;
  width: 20%;
  color: #ff3e3e;
}
.tbl-recuirements tr td {
  font-weight: 500;
  width: 80%;
  line-height: 2;
}

.tbl-overview {
  font-size: max(1.6rem, min(1.3095238095vw, 2.2rem));
}
.tbl-overview tr:not(:last-child) {
  border-bottom: solid 1px #b3b3b3;
}
.tbl-overview tr th,
.tbl-overview tr td {
  padding: 1em;
  border: none;
}
.tbl-overview tr th {
  font-weight: 700;
  width: 25%;
}
.tbl-overview tr td {
  font-weight: 400;
  width: 75%;
  line-height: 2;
}

.tbl-training tr:not(:last-child) {
  border-bottom: solid 1px #c3c3c3;
}
.tbl-training tr th,
.tbl-training tr td {
  vertical-align: middle;
  padding: 1em;
  border: none;
}
.tbl-training tr th {
  font-size: max(1.6rem, min(1.1904761905vw, 2rem));
  font-weight: 700;
  width: 28%;
  color: #ff3e3e;
}
.tbl-training tr td {
  font-size: max(1.6rem, min(1.0714285714vw, 1.8rem));
  font-weight: 400;
  width: 72%;
  line-height: 2;
}
.tbl-training._th-s th {
  width: 15%;
}
.tbl-training._th-s td {
  width: 85%;
}
.tbl-training._th-l th {
  width: 35%;
}
.tbl-training._th-l td {
  width: 65%;
}
.tbl-training-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: max(20px, min(2.380952381vw, 40px));
  border-radius: max(10px, min(1.1904761905vw, 20px));
}
.tbl-training-wrap._gray {
  background-color: #fafafa;
}
.tbl-training-wrap._pink {
  background-color: #fff5f5;
}
.tbl-training-wrap._white {
  background-color: #fff;
}
.tbl-training-wrap .ttl-lv2 {
  position: absolute;
  top: -1em;
  left: 1.5em;
  padding: 0em 1em 0.1em;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.7;
}

.tbl-xxxxx._cl-12-29-59 tr th {
  width: 12%;
}
.tbl-xxxxx._cl-12-29-59 tr td:nth-of-type(1) {
  width: 29%;
}
.tbl-xxxxx._cl-12-29-59 tr td:nth-of-type(2) {
  width: 59%;
}

.tbl-vertical-when-sp {
  writing-mode: vertical-lr;
}
.tbl-vertical-when-sp td,
.tbl-vertical-when-sp th {
  writing-mode: horizontal-tb;
}

section.block {
  position: relative;
}
section.block._pt30_40 {
  padding-top: max(30px, min(2.380952381vw, 40px));
}
section.block._pt40-60 {
  padding-top: max(40px, min(3.5714285714vw, 60px));
}
section.block._pt60-80 {
  padding-top: max(60px, min(4.7619047619vw, 80px));
}
section.block._pt60-120 {
  padding-top: max(60px, min(7.1428571429vw, 120px));
}
section.block._pt80-140 {
  padding-top: max(80px, min(8.3333333333vw, 140px));
}
section.block._pt80-160 {
  padding-top: max(80px, min(9.5238095238vw, 160px));
}
section.block._pb40-60 {
  padding-bottom: max(40px, min(3.5714285714vw, 60px));
}
section.block._pb50-100 {
  padding-bottom: max(50px, min(5.9523809524vw, 100px));
}
section.block._pb60-120 {
  padding-bottom: max(60px, min(7.1428571429vw, 120px));
}
section.block._pb80-120 {
  padding-bottom: max(80px, min(7.1428571429vw, 120px));
}
section.block._pb80-160 {
  padding-bottom: max(80px, min(9.5238095238vw, 160px));
}
section.block._pb90-180 {
  padding-bottom: max(90px, min(10.7142857143vw, 180px));
}
section.block._pb200_320 {
  padding-bottom: max(200px, min(19.0476190476vw, 320px));
}
section.block._pb240_480 {
  padding-bottom: max(240px, min(28.5714285714vw, 480px));
}

.my-smf-container input[type=text],
.my-smf-container input[type=email],
.my-smf-container input[type=tel],
.my-smf-container .smf-form .smf-select-control__control,
.my-smf-container textarea,
.my-smf-container .smf-form .smf-textarea-control__control {
  font-size: 1.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: max(16px, min(1.1904761905vw, 20px)) max(20px, min(1.7857142857vw, 30px)) max(15px, min(1.0714285714vw, 18px));
  border: solid 1px #f0f0f0;
  border-radius: max(3px, min(0.2976190476vw, 5px));
  width: 100%;
  font-weight: 500;
  background-color: #f0f0f0;
  caret-color: auto;
  line-height: 1.5;
  box-shadow: none;
}
.my-smf-container input[type=text]:focus,
.my-smf-container input[type=email]:focus,
.my-smf-container input[type=tel]:focus,
.my-smf-container .smf-form .smf-select-control__control:focus,
.my-smf-container textarea:focus,
.my-smf-container .smf-form .smf-textarea-control__control:focus {
  background-color: #fff;
  border-color: #c1c1c1;
}
.my-smf-container input[type=text]::-moz-placeholder, .my-smf-container input[type=email]::-moz-placeholder, .my-smf-container input[type=tel]::-moz-placeholder, .my-smf-container .smf-form .smf-select-control__control::-moz-placeholder, .my-smf-container textarea::-moz-placeholder, .my-smf-container .smf-form .smf-textarea-control__control::-moz-placeholder {
  color: #989898;
}
.my-smf-container input[type=text]::placeholder,
.my-smf-container input[type=email]::placeholder,
.my-smf-container input[type=tel]::placeholder,
.my-smf-container .smf-form .smf-select-control__control::placeholder,
.my-smf-container textarea::placeholder,
.my-smf-container .smf-form .smf-textarea-control__control::placeholder {
  color: #989898;
}
.my-smf-container textarea {
  resize: none;
  line-height: 1.5;
  height: 15em;
}
.my-smf-container .smf-checkbox-control {
  display: block;
}
.my-smf-container .smf-checkbox-control input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.my-smf-container .smf-checkbox-control input[type=checkbox]:checked ~ span::after {
  content: "";
  display: block;
  width: calc(20px * 0.55);
  height: calc(20px * 0.27);
  border-left: solid calc(20px * 0.15) #fff;
  border-bottom: solid calc(20px * 0.15) #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-60%) rotate(-45deg);
  left: calc(20px * 0.22);
}
.my-smf-container .smf-checkbox-control span {
  padding-left: calc(20px + 7px);
  display: block;
  position: relative;
}
.my-smf-container .smf-checkbox-control span::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: solid 1px #dddee0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.my-smf-container .smf-checkbox-control input[type=checkbox]:checked ~ span::before {
  background-color: #ff3e3e;
  border-color: #ff3e3e;
}
.my-smf-container .smf-checkbox-control span::before {
  border-radius: 2px;
}
.my-smf-container .smf-radio-button-control {
  position: relative;
}
.my-smf-container .smf-radio-button-control input[type=radio] {
  opacity: 0;
  position: absolute;
}
.my-smf-container .smf-radio-button-control input[type=radio]:checked ~ span::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  background-color: #ff3e3e;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc((1.2em - 0.6em) / 2);
}
.my-smf-container .smf-radio-button-control span {
  display: inline-block;
  position: relative;
  padding-left: calc(1.2em + 0.5em);
}
.my-smf-container .smf-radio-button-control span::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  border: solid 1px #c1c1c1;
  background-color: #fff;
  border-radius: 50%;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.my-smf-container .smf-label {
  margin-right: 1em !important;
}
.my-smf-container .smf-select-control {
  display: block;
  position: relative;
}
.my-smf-container .smf-select-control::after {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: auto;
  aspect-ratio: 1/1;
  background: url(./../img/_ui_parts/btn_arrow_down.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.5;
}
.my-smf-container .wp-block-snow-monkey-forms-item:not(:first-of-type) {
  margin-top: 30px;
}
.my-smf-container .smf-item__col--controls {
  margin-top: 0.5em;
}
.my-smf-container .smf-item__controls > * + * {
  margin-top: 1em;
}
.my-smf-container [data-name=check-privacy-policy] {
  margin-top: 30px;
}
.my-smf-container .smf-action {
  margin-top: 30px;
}
.my-smf-container .smf-action .smf-button-control + .smf-button-control {
  margin-left: 0;
}
.my-smf-container .wp-block-group {
  margin-top: 30px;
  gap: max(16px, min(1.4285714286vw, 24px));
  align-items: flex-start;
}
.my-smf-container .wp-block-group .wp-block-snow-monkey-forms-item {
  margin-top: 0;
  width: 100%;
}
.my-smf-container .wp-block-snow-monkey-forms-item:has([data-validations*=required]) .smf-item__label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
.my-smf-container .wp-block-snow-monkey-forms-item:has([data-validations*=required]) .smf-item__label::after {
  display: inline-block;
  content: "※必須";
  color: #ff3e3e;
}
body.entry .my-smf-container .smf-form {
  padding-top: max(64px, min(7.1428571429vw, 120px));
}
body.contact .my-smf-container .smf-form {
  padding-top: max(40px, min(3.8095238095vw, 64px));
}
.my-smf-container .msg-confirm,
.my-smf-container .msg-input {
  margin-bottom: max(40px, min(3.5714285714vw, 60px));
}
.my-smf-container .msg-invalid {
  display: none;
}
.my-smf-container .smf-complete-content {
  padding-top: max(40px, min(3.5714285714vw, 60px));
}
.my-smf-container [data-screen=confirm] .wp-block-snow-monkey-forms-item {
  background-color: #f8f8f8;
  padding: 1em;
  border-radius: 8px;
}
.my-smf-container .link2privacy {
  margin-top: 0.25em;
}
.my-smf-container .link2privacy a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.my-smf-container input.zipcode {
  max-width: 130px;
}
.my-smf-container .smf-placeholder[data-name=zipcode] {
  display: flex;
  gap: 1em;
  align-items: center;
}
.my-smf-container .smf-placeholder[data-name=zipcode]::before {
  content: "〒";
  display: block;
}
.my-smf-container .msg-note .color-invalid {
  color: #cc3033;
}
.my-smf-container .smf-action {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: max(10px, min(1.1904761905vw, 20px));
}
.my-smf-container .smf-action .smf-button-control__control {
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  line-height: 1;
  caret-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #ff3e3e;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.1s linear;
  will-change: transform;
  font-weight: 700;
  padding: 0.75em 1em 0.75em 1.5em;
  gap: 0.75em;
  font-size: 1.6rem;
  min-height: 64px;
  background-image: none;
  width: 100%;
}
.my-smf-container .smf-action .smf-button-control__control *,
.my-smf-container .smf-action .smf-button-control__control *::before,
.my-smf-container .smf-action .smf-button-control__control *::after {
  transition: all 0.1s linear;
}
.my-smf-container .smf-action .smf-button-control__control::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: auto;
  aspect-ratio: 1/1;
  background: url(./../img/icon_btn_arrow.svg) no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
}
.my-smf-container .smf-action .smf-button-control__control[data-action=back] {
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  background-color: #fff;
  border: solid 2px #000;
  padding-left: 2em;
  padding-right: 2em;
}
.my-smf-container .smf-action .smf-button-control__control[data-action=back]::after {
  content: none;
}
.my-smf-container .snow-monkey-form:not([data-screen=confirm]) .msg-confirm {
  display: none;
}
.my-smf-container .snow-monkey-form:not([data-screen=invalid]) .msg-invalid {
  display: none;
}
.my-smf-container .snow-monkey-form:not([data-screen=input]):not([data-screen=invalid]):not([data-screen=back]) .msg-input {
  display: none;
}
.my-smf-container .snow-monkey-form .nav-progress {
  display: flex;
  flex-wrap: nowrap;
  gap: max(16px, min(1.9047619048vw, 32px));
  justify-content: center;
  margin-bottom: 40px;
}
.my-smf-container .snow-monkey-form .nav-progress .item {
  font-weight: 700;
  font-size: max(1.4rem, min(1.0714285714vw, 1.8rem));
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 2.25em;
  border-radius: 999px;
  background-color: #646464;
  color: #fff;
  position: relative;
}
.my-smf-container .snow-monkey-form .nav-progress .item:not(:first-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  width: max(16px, min(1.9047619048vw, 32px));
  height: 1px;
  transform: rotate(0deg);
  background-color: #646464;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.my-smf-container .snow-monkey-form[data-screen=input] #stepInput, .my-smf-container .snow-monkey-form[data-screen=invalid] #stepInput, .my-smf-container .snow-monkey-form[data-screen=back] #stepInput {
  background-color: #ff3e3e;
}
.my-smf-container .snow-monkey-form[data-screen=confirm] #stepConfirm {
  background-color: #ff3e3e;
}
.my-smf-container .snow-monkey-form[data-screen=complete] #stepComplete {
  background-color: #ff3e3e;
}

.u-none,
.u-misai {
  display: none !important;
}

.u-screen-reader-text,
.screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.u-fs14_16 {
  font-size: max(1.4rem, min(0.9523809524vw, 1.6rem)) !important;
}

.u-fs28_32 {
  font-size: max(2.8rem, min(1.9047619048vw, 3.2rem)) !important;
}

.u-lh10 {
  line-height: 1 !important;
}

.u-lh11 {
  line-height: 1.1 !important;
}

.u-lh12 {
  line-height: 1.2 !important;
}

.u-lh15 {
  line-height: 1.5 !important;
}

.u-lh17 {
  line-height: 1.7 !important;
}

.u-lh18 {
  line-height: 1.8 !important;
}

.u-lh20 {
  line-height: 2 !important;
}

.u-fw700 {
  font-weight: 700 !important;
}

.u-metrics {
  font-feature-settings: "palt" 1 !important;
  letter-spacing: 0.03em !important;
}

.u-tc-red {
  color: #b70000 !important;
}

.u-tc-orange {
  color: #ff6b00 !important;
}

.u-tc-green {
  color: #008d1e !important;
}

.u-tc-black {
  color: #000 !important;
}

.u-tc-white {
  color: #fff !important;
}

.u-tc-pink {
  color: #ff016a !important;
}

.u-tc-blue {
  color: #00c8f8 !important;
}

.u-kadomaru {
  overflow: hidden;
  border-radius: 1em;
  isolation: isolate;
}
.u-kadomaru._s {
  border-radius: max(4px, min(0.5952380952vw, 10px));
}
.u-kadomaru._m {
  border-radius: max(10px, min(1.1904761905vw, 20px));
}
.u-kadomaru._l {
  border-radius: max(30px, min(2.380952381vw, 40px));
}

.u-tal {
  text-align: left !important;
}

.u-tac {
  text-align: center !important;
}

.u-tar {
  text-align: right !important;
}

.u-tategaki {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.25em;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pb40_60 {
  padding-bottom: max(40px, min(3.5714285714vw, 60px)) !important;
}

.u-pb40_80 {
  padding-bottom: max(40px, min(4.7619047619vw, 80px)) !important;
}

.u-pb40_90 {
  padding-bottom: max(40px, min(5.3571428571vw, 90px)) !important;
}

.u-pb60_130 {
  padding-bottom: max(60px, min(7.7380952381vw, 130px)) !important;
}

.u-pb70_120 {
  padding-bottom: max(70px, min(7.1428571429vw, 120px)) !important;
}

.u-pb80_120 {
  padding-bottom: max(80px, min(7.1428571429vw, 120px)) !important;
}

.u-pb100_140 {
  padding-bottom: max(100px, min(8.3333333333vw, 140px)) !important;
}

.u-pb100_200 {
  padding-bottom: max(140px, min(11.9047619048vw, 200px)) !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt60_100 {
  padding-top: max(60px, min(5.9523809524vw, 100px)) !important;
}

.u-pt60_120 {
  padding-top: max(60px, min(7.1428571429vw, 120px)) !important;
}

.u-pt64_120 {
  padding-top: max(64px, min(7.1428571429vw, 120px)) !important;
}

.u-pt70_80 {
  padding-top: max(70px, min(4.7619047619vw, 80px)) !important;
}

.u-pt80_120 {
  padding-top: max(80px, min(7.1428571429vw, 120px)) !important;
}

.u-pt100_140 {
  padding-top: max(100px, min(8.3333333333vw, 140px)) !important;
}

.u-mt1em {
  margin-top: 1em !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5_10 {
  margin-top: max(5px, min(0.5952380952vw, 10px)) !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt10_15 {
  margin-top: max(10px, min(0.8928571429vw, 15px)) !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt15_20 {
  margin-top: max(15px, min(1.1904761905vw, 20px)) !important;
}

.u-mt16_24 {
  margin-top: max(16px, min(1.4285714286vw, 24px)) !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt20_30 {
  margin-top: max(20px, min(1.7857142857vw, 30px)) !important;
}

.u-mt20_40 {
  margin-top: max(20px, min(2.380952381vw, 40px)) !important;
}

.u-mt20_50 {
  margin-top: max(20px, min(2.9761904762vw, 50px)) !important;
}

.u-mt20_60 {
  margin-top: max(20px, min(3.5714285714vw, 60px)) !important;
}

.u-mt20_80 {
  margin-top: max(20px, min(4.7619047619vw, 80px)) !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mt24_48 {
  margin-top: max(24px, min(2.8571428571vw, 48px)) !important;
}

.u-mt25_30 {
  margin-top: max(25px, min(1.7857142857vw, 30px)) !important;
}

.u-mt25_60 {
  margin-top: max(25px, min(3.5714285714vw, 60px)) !important;
}

.u-mt30_50 {
  margin-top: max(30px, min(2.9761904762vw, 50px)) !important;
}

.u-mt30_60 {
  margin-top: max(30px, min(3.5714285714vw, 60px)) !important;
}

.u-mt30_70 {
  margin-top: max(30px, min(4.1666666667vw, 70px)) !important;
}

.u-mt30_40 {
  margin-top: max(30px, min(2.380952381vw, 40px)) !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mt32_64 {
  margin-top: max(32px, min(3.8095238095vw, 64px)) !important;
}

.u-mt35_40 {
  margin-top: max(35px, min(2.380952381vw, 40px)) !important;
}

.u-mt35_50 {
  margin-top: max(35px, min(2.9761904762vw, 50px)) !important;
}

.u-mt35_55 {
  margin-top: max(35px, min(3.2738095238vw, 55px)) !important;
}

.u-mt35_80 {
  margin-top: max(35px, min(4.7619047619vw, 80px)) !important;
}

.u-mt40_50 {
  margin-top: max(40px, min(2.9761904762vw, 50px)) !important;
}

.u-mt40_60 {
  margin-top: max(40px, min(3.5714285714vw, 60px)) !important;
}

.u-mt40_64 {
  margin-top: max(40px, min(3.8095238095vw, 64px)) !important;
}

.u-mt40_70 {
  margin-top: max(40px, min(4.1666666667vw, 70px)) !important;
}

.u-mt40_80 {
  margin-top: max(40px, min(4.7619047619vw, 80px)) !important;
}

.u-mt40_90 {
  margin-top: max(40px, min(5.3571428571vw, 90px)) !important;
}

.u-mt40_100 {
  margin-top: max(40px, min(5.9523809524vw, 100px)) !important;
}

.u-mt45_70 {
  margin-top: max(45px, min(4.1666666667vw, 70px)) !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt50_60 {
  margin-top: max(50px, min(3.5714285714vw, 60px)) !important;
}

.u-mt50_70 {
  margin-top: max(50px, min(4.1666666667vw, 70px)) !important;
}

.u-mt50_80 {
  margin-top: max(50px, min(4.7619047619vw, 80px)) !important;
}

.u-mt50_100 {
  margin-top: max(50px, min(5.9523809524vw, 100px)) !important;
}

.u-mt50_190 {
  margin-top: max(50px, min(11.3095238095vw, 190px)) !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt60_80 {
  margin-top: max(60px, min(4.7619047619vw, 80px)) !important;
}

.u-mt60_90 {
  margin-top: max(60px, min(5.3571428571vw, 90px)) !important;
}

.u-mt60_100 {
  margin-top: max(60px, min(5.9523809524vw, 100px)) !important;
}

.u-mt60_120 {
  margin-top: max(60px, min(7.1428571429vw, 120px)) !important;
}

.u-mt60_150 {
  margin-top: max(60px, min(8.9285714286vw, 150px)) !important;
}

.u-mt64 {
  margin-top: 64px !important;
}

.u-mt40_120 {
  margin-top: max(40px, min(7.1428571429vw, 120px)) !important;
}

.u-mt70_100 {
  margin-top: max(70px, min(5.9523809524vw, 100px)) !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt80_120 {
  margin-top: max(80px, min(7.1428571429vw, 120px)) !important;
}

.u-mt80_140 {
  margin-top: max(80px, min(8.3333333333vw, 140px)) !important;
}

.u-mt80_160 {
  margin-top: max(80px, min(9.5238095238vw, 160px)) !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb50_100 {
  margin-bottom: max(50px, min(5.9523809524vw, 100px)) !important;
}

.u-mb70_100 {
  margin-bottom: max(70px, min(5.9523809524vw, 100px)) !important;
}

.u-mt-onlysp10 {
  margin-top: 10px;
}

.u-mt-onlysp20 {
  margin-top: 20px;
}

.u-mi-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-remove-mt-1st-child > *:first-child {
  margin-top: 0 !important;
}

.u-fill-parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-img-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.u-img-frame > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-endpoint-of-linkto {
  position: absolute;
  left: 0;
  top: calc(120px * -1);
  height: 1px;
  width: 1px;
  visibility: hidden;
  pointer-events: none;
}

.with-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.2s ease-in-out;
}
.with-shadow:hover {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.with-kakko::before, .with-kakko::after {
  content: "";
  display: block;
  position: absolute;
  width: 10%;
  height: 40%;
  transform: rotate(0deg);
  background-color: transparent;
}
.with-kakko::before {
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-top-left-radius: max(4px, min(0.4761904762vw, 8px));
  top: 0;
  left: 0;
  translate: -15% 10%;
}
.with-kakko::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom-right-radius: max(4px, min(0.4761904762vw, 8px));
  bottom: 0;
  right: 0;
  translate: 15% -10%;
}
.with-kakko._red::before, .with-kakko._red::after {
  width: 50%;
  height: 15%;
}
.with-kakko._red::before {
  border-color: #ff3e3e;
  border-top-left-radius: max(2px, min(0.1785714286vw, 3px));
  translate: -30% 20%;
}
.with-kakko._red::after {
  border-color: #ff3e3e;
  border-bottom-right-radius: max(2px, min(0.1785714286vw, 3px));
  translate: 30% -20%;
}

.with-bb-red::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 2px;
  transform: rotate(0deg);
  background-color: #ff3e3e;
  bottom: 0;
}
.with-bb-red._left::after {
  right: 0;
}
.with-bb-red._right::after {
  left: 0;
}

.with-obi-red {
  color: #fff;
  display: inline;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.35em;
  background: #ff3e3e;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 2.5;
  border-radius: 0.15em;
  word-break: keep-all;
  word-wrap: break-word;
}

.with-obi-white {
  color: #ff3e3e;
  display: inline;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.35em;
  background: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 2.5;
  border-radius: 0.15em;
  word-break: keep-all;
  word-wrap: break-word;
}

@keyframes kf_fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes kf_fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes kf_popin {
  0% {
    scale: 1 0.9;
    translate: 0 0;
    opacity: 0;
  }
  30% {
    scale: 1 1.2;
    translate: 0 -30%;
    opacity: 1;
  }
  100% {
    scale: 1 1;
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes kf_nyokittoin {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0%;
  }
}
.js-put-fadein {
  transition: all 0.5s ease-in-out;
}
.js-put-fadein:not(.is-played) {
  translate: 0 30px;
  opacity: 0;
}

.js-put-fadein-static {
  transition: all 0.5s ease-in-out;
}
.js-put-fadein-static:not(.is-played) {
  translate: 0 0px;
  opacity: 0;
}

.js-put-popin {
  opacity: 0;
}
.js-put-popin.is-played {
  animation: kf_popin 1s ease forwards;
}

.js-put-nyokittoin {
  translate: 0 100%;
  transform-origin: center bottom;
}
.js-put-nyokittoin.is-played {
  animation: kf_nyokittoin 1s ease forwards;
}

.js-put-samidare-fadein-to-child > * {
  transition: all 0.5s ease;
}
.js-put-samidare-fadein-to-child > *:nth-child(1) {
  transition-delay: 0.15s;
}
.js-put-samidare-fadein-to-child > *:nth-child(2) {
  transition-delay: 0.3s;
}
.js-put-samidare-fadein-to-child > *:nth-child(3) {
  transition-delay: 0.45s;
}
.js-put-samidare-fadein-to-child > *:nth-child(4) {
  transition-delay: 0.6s;
}
.js-put-samidare-fadein-to-child > *:nth-child(5) {
  transition-delay: 0.75s;
}
.js-put-samidare-fadein-to-child > *:nth-child(6) {
  transition-delay: 0.9s;
}
.js-put-samidare-fadein-to-child > *:nth-child(7) {
  transition-delay: 1.05s;
}
.js-put-samidare-fadein-to-child > *:nth-child(8) {
  transition-delay: 1.2s;
}
.js-put-samidare-fadein-to-child > *:nth-child(9) {
  transition-delay: 1.35s;
}
.js-put-samidare-fadein-to-child > *:nth-child(10) {
  transition-delay: 1.5s;
}
.js-put-samidare-fadein-to-child > *:nth-child(11) {
  transition-delay: 1.65s;
}
.js-put-samidare-fadein-to-child > *:nth-child(12) {
  transition-delay: 1.8s;
}
.js-put-samidare-fadein-to-child > *:nth-child(13) {
  transition-delay: 1.95s;
}
.js-put-samidare-fadein-to-child > *:nth-child(14) {
  transition-delay: 2.1s;
}
.js-put-samidare-fadein-to-child > *:nth-child(15) {
  transition-delay: 2.25s;
}
.js-put-samidare-fadein-to-child > *:nth-child(16) {
  transition-delay: 2.4s;
}
.js-put-samidare-fadein-to-child > *:nth-child(17) {
  transition-delay: 2.55s;
}
.js-put-samidare-fadein-to-child > *:nth-child(18) {
  transition-delay: 2.7s;
}
.js-put-samidare-fadein-to-child > *:nth-child(19) {
  transition-delay: 2.85s;
}
.js-put-samidare-fadein-to-child > *:nth-child(20) {
  transition-delay: 3s;
}
.js-put-samidare-fadein-to-child > *:nth-child(21) {
  transition-delay: 3.15s;
}
.js-put-samidare-fadein-to-child > *:nth-child(22) {
  transition-delay: 3.3s;
}
.js-put-samidare-fadein-to-child > *:nth-child(23) {
  transition-delay: 3.45s;
}
.js-put-samidare-fadein-to-child > *:nth-child(24) {
  transition-delay: 3.6s;
}
.js-put-samidare-fadein-to-child > *:nth-child(25) {
  transition-delay: 3.75s;
}
.js-put-samidare-fadein-to-child > *:nth-child(26) {
  transition-delay: 3.9s;
}
.js-put-samidare-fadein-to-child > *:nth-child(27) {
  transition-delay: 4.05s;
}
.js-put-samidare-fadein-to-child > *:nth-child(28) {
  transition-delay: 4.2s;
}
.js-put-samidare-fadein-to-child > *:nth-child(29) {
  transition-delay: 4.35s;
}
.js-put-samidare-fadein-to-child > *:nth-child(30) {
  transition-delay: 4.5s;
}
.js-put-samidare-fadein-to-child:not(.is-played) > * {
  translate: 0 30px;
  opacity: 0;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(1) {
  transition-delay: 0.3s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(2) {
  transition-delay: 0.6s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(3) {
  transition-delay: 0.9s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(4) {
  transition-delay: 1.2s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(5) {
  transition-delay: 1.5s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(6) {
  transition-delay: 1.8s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(7) {
  transition-delay: 2.1s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(8) {
  transition-delay: 2.4s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(9) {
  transition-delay: 2.7s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(10) {
  transition-delay: 3s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(11) {
  transition-delay: 3.3s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(12) {
  transition-delay: 3.6s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(13) {
  transition-delay: 3.9s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(14) {
  transition-delay: 4.2s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(15) {
  transition-delay: 4.5s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(16) {
  transition-delay: 4.8s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(17) {
  transition-delay: 5.1s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(18) {
  transition-delay: 5.4s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(19) {
  transition-delay: 5.7s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(20) {
  transition-delay: 6s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(21) {
  transition-delay: 6.3s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(22) {
  transition-delay: 6.6s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(23) {
  transition-delay: 6.9s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(24) {
  transition-delay: 7.2s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(25) {
  transition-delay: 7.5s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(26) {
  transition-delay: 7.8s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(27) {
  transition-delay: 8.1s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(28) {
  transition-delay: 8.4s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(29) {
  transition-delay: 8.7s;
}
.js-put-samidare-fadein-to-child._delay03s > *:nth-child(30) {
  transition-delay: 9s;
}

/*-----------------------------------------------------
  TOPのMV
  -----------------------------------------------------*/
/*-----------------------------------------------------
  採用TOPのMV
  -----------------------------------------------------*/
.js-put-fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.js-put-fadein.is-played {
  opacity: 1;
  transform: translateY(0);
}

.wysiwyg-editor-content {
  font-weight: 400;
}
.wysiwyg-editor-content > *:first-child {
  margin-top: 0;
}
.wysiwyg-editor-content > * {
  margin-top: 2em;
}
.wysiwyg-editor-content h1,
.wysiwyg-editor-content h2,
.wysiwyg-editor-content h3,
.wysiwyg-editor-content h4,
.wysiwyg-editor-content h5,
.wysiwyg-editor-content h6 {
  font-size: 1.25em;
}
.wysiwyg-editor-content ul {
  list-style: disc;
  padding-left: 1.5em;
}
.wysiwyg-editor-content ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.wysiwyg-editor-content p {
  line-height: 2;
}
.wysiwyg-editor-content p img {
  display: block;
}
.wysiwyg-editor-content figcaption {
  text-align: center;
}
.wysiwyg-editor-content a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-weight: 700;
}
.wysiwyg-editor-content img {
  max-width: 600px;
  width: 100%;
}

.lv2page-head {
  overflow: hidden;
  position: relative;
}
.lv2page-head.dispay-delay-because-jump2contents-in-page {
  opacity: 0;
  animation: initLv2PageHead 0.2s 0.1s linear forwards;
}
@keyframes initLv2PageHead {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.page-head__title {
  line-height: 1.2;
  max-width: 1440px;
  padding-left: max(20px, min(3.5714285714vw, 60px));
  padding-right: max(20px, min(3.5714285714vw, 60px));
  padding-bottom: max(20px, min(2.380952381vw, 40px));
  padding-top: max(40px, min(5.9523809524vw, 100px));
  margin-left: auto;
  margin-right: auto;
}
.page-head__title .title {
  font-size: max(2.8rem, min(3.9285714286vw, 6.6rem));
}
.page-head__title .title-en {
  margin-top: 10px;
  font-size: max(1.4rem, min(1.4285714286vw, 2.4rem));
  color: #ff3e3e;
  letter-spacing: 0.05em;
  padding-left: 0.25em;
}
.page-head__image__inner {
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 1540px;
}
.page-head__image .txt-cross-talk {
  width: max(500px, min(44.6428571429vw, 750px));
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  translate: -20px 65%;
}

.block-hero-image > img {
  width: 100%;
  height: max(400px, min(36.9047619048vw, 620px));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 15%;
     object-position: 50% 15%;
}
.block-hero-image._interview > img {
  height: max(400px, min(42.8571428571vw, 720px));
}
.block-hero-image._company-top > img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.text-lead,
.text {
  letter-spacing: 0.05em;
  line-height: 2;
}

.text {
  font-weight: 400;
}

.icon-more {
  background-color: #ff3e3e;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: max(1.4rem, min(1.4880952381vw, 2.5rem));
  letter-spacing: 0.05em;
  aspect-ratio: 1/1;
  width: 5.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  line-height: 1;
}
.icon-more::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: auto;
  aspect-ratio: 1/2;
  background: url(./../img/icon_arrow_maru_white.svg) no-repeat center center;
  background-size: contain;
  margin-bottom: 0.1em;
  transition: all 0.1s linear;
}

.banner-link2site {
  color: #fff;
  max-width: 300px;
  display: flex;
  align-items: stretch;
}
.banner-link2site:hover {
  opacity: 1;
}
.banner-link2site:hover .banner-link2site__img img {
  scale: 1.1;
}
.banner-link2site__text {
  padding: 2em;
  border-radius: 14px;
  background-color: #2ea4ef;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 80%;
  flex: 1;
}
.banner-link2site__text .large {
  font-size: max(1.4rem, min(0.9523809524vw, 1.6rem));
  font-weight: 700;
}
.banner-link2site__img {
  width: 20%;
  min-height: 100%;
}
.banner-link2site__img img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 130%;
  width: auto;
  max-width: none;
  transition: all 0.1s linear;
  transform-origin: 50% 100%;
}
.banner-link2site._fixed-on-screen {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.63, 0.01, 0.48, 1.01);
}
.banner-link2site._fixed-on-screen.is-hide {
  opacity: 0;
  pointer-events: none;
  translate: 20px 0;
}

#main {
  overflow: hidden;
  padding-top: 88px;
}

.mv__head__inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: max(50px, min(4.1666666667vw, 70px));
  padding-bottom: max(40px, min(5.3571428571vw, 90px));
}
.mv__sign-scroll {
  height: max(60px, min(5.3571428571vw, 90px));
  width: 2px;
  border-radius: 999px;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0%;
  bottom: -20px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  animation: initMvScroll 1s 1.5s cubic-bezier(0.63, 0.01, 0.48, 1.01) forwards;
}
.mv__sign-scroll::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  background-color: #fff;
  top: 0;
  left: 0;
  animation: scroll_down 2.5s 1.5s ease-in-out infinite;
}
@keyframes scroll_down {
  0% {
    translate: 0 -100%;
  }
  40% {
    translate: 0 0%;
  }
  60% {
    translate: 0 100%;
  }
  100% {
    translate: 0 200%;
  }
}
@keyframes initMvScroll {
  0% {
    opacity: 0;
    translate: 0 -30px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.mv-copy-en {
  color: #484848;
  font-size: max(1.85rem, min(1.9047619048vw, 3.2rem));
}
.mv-copy-en .small {
  height: 1em;
}
.mv-copy-en .small:last-of-type {
  margin-top: 1.5em;
}
.mv-copy-en .large {
  display: flex;
  gap: 1em;
  margin-top: 0.75em;
}
.mv-copy-en .large img {
  height: 2em;
}
.mv-copy-en__inner {
  display: block;
  opacity: 0;
}
.mv-copy-en__inner:nth-child(odd) {
  animation: initMvCopyOdd 1s cubic-bezier(0.63, 0.01, 0.48, 1.01) forwards;
}
.mv-copy-en__inner:nth-child(even) {
  animation: initMvCopyEven 1s cubic-bezier(0.63, 0.01, 0.48, 1.01) forwards;
}
@keyframes initMvCopyEven {
  0% {
    opacity: 0;
    translate: -40px 0;
  }
  100% {
    opacity: 1;
    translate: 0px 0;
  }
}
@keyframes initMvCopyOdd {
  0% {
    opacity: 0;
    translate: 40px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
    rotate: 0;
  }
}
.mv-copy-ja {
  color: #ff3e3e;
  font-weight: 700;
  opacity: 0;
  animation: initMvCopyOdd 1s 0s cubic-bezier(0.63, 0.01, 0.48, 1.01) forwards;
}
.mv-copy__img {
  aspect-ratio: 510/272;
  height: 100%;
  opacity: 0;
  animation: initMvImg 1s 1s ease forwards;
}
@keyframes initMvImg {
  0% {
    opacity: 0;
    translate: 0px -20px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.mv-copy__img img {
  aspect-ratio: 510/272;
  width: max(180px, min(30.3571428571vw, 510px));
  height: auto;
  translate: max(30px, min(5.3571428571vw, 90px)) 0;
}
.mv__body {
  will-change: transform;
}
.mv__body__inner {
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  padding-top: max(80px, min(11.3095238095vw, 190px));
  padding-left: max(30px, min(4.7619047619vw, 80px));
  padding-right: max(30px, min(4.7619047619vw, 80px));
  padding-bottom: 80px;
}
.mv-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.mv-message-title {
  z-index: 1;
  line-height: 1;
  font-size: max(2.8rem, min(3.869047619vw, 6.5rem));
}
.mv-message-title .line {
  color: #fff;
  background-color: #ff3e3e;
  border-radius: max(3px, min(0.4761904762vw, 8px));
  padding: 0.25em 0.5em 0.35em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.mv-message-title .line._1 {
  border-bottom-right-radius: 0;
}
.mv-message-title .line._2 {
  margin-left: 4em;
  border-top-left-radius: 0;
}
.mv-message-texts {
  z-index: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: max(1.4rem, min(1.0714285714vw, 1.8rem));
}
.mv-message-texts > * + * {
  margin-top: 1em;
}
.mv-message-texts strong {
  font-size: 1.25em;
  line-height: 1.2;
}
.mv #mvBody {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.mv #mvFilter {
  opacity: 0;
}
.mv #mvMessageTitle .line {
  overflow: hidden;
  transform-origin: 0 0;
  scale: 0 1;
  transition-timing-function: ease-in-out;
}
.mv #mvMessageTitle .line__inner {
  opacity: 0;
}
.mv #mvMessageTexts {
  opacity: 0;
  translate: 0 20px;
}

.mv-keyword__inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: max(40px, min(4.7619047619vw, 80px));
  padding-left: max(20px, min(2.380952381vw, 40px));
  padding-right: max(20px, min(2.380952381vw, 40px));
}
.mv-keyword__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mv-keyword__head .title {
  color: #21264d;
  font-size: max(2rem, min(2.9761904762vw, 5rem));
  line-height: 1.2;
  opacity: 0;
  translate: 0 20px;
  animation: initMvKeywordTitle 0.7s 0.2s ease-in-out forwards;
}
.mv-keyword__head .title > * {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.mv-keyword__head .title__line1 .head {
  color: #ff3e3e;
  font-size: 1.8em;
}
.mv-keyword__head .title__line1 .body {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 2.2em;
  letter-spacing: 0.04em;
}
.mv-keyword__head .title__line1::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: max(2px, min(0.1785714286vw, 3px));
  transform: rotate(0deg);
  background-color: #ff3e3e;
  bottom: 0;
  right: 0.3em;
}
.mv-keyword__head .title__line2 .body {
  font-size: 1.8em;
  font-weight: 900;
}
@keyframes initMvKeywordTitle {
  to {
    opacity: 1;
    translate: 0 0;
  }
}
.mv-keyword__body {
  display: flex;
  gap: 60px;
  padding-top: max(40px, min(5.3571428571vw, 90px));
  justify-content: center;
}
.mv-keyword__charas {
  aspect-ratio: 1/1;
  width: max(280px, min(28.5714285714vw, 480px));
  height: auto;
  flex-shrink: 0;
  opacity: 0;
  translate: 0 -20px;
  animation: initMvKeywordChara 0.7s 0.2s ease-in-out forwards;
}
.mv-keyword__charas > * {
  position: absolute;
  display: block;
}
.mv-keyword__charas .man {
  width: 40%;
  right: 0;
  top: 0;
  translate: 0 -25%;
}
.mv-keyword__charas .lady {
  width: 58%;
  left: 0;
  bottom: 0;
  translate: 0 25%;
}
@keyframes initMvKeywordChara {
  to {
    opacity: 1;
    translate: 0 0;
  }
}
.mv-keyword__text {
  opacity: 0;
  animation: initMvKeywordText 0.8s 1s linear forwards;
}
.mv-keyword__text .copy {
  font-size: max(2.1rem, min(1.9047619048vw, 3.2rem));
  letter-spacing: 0.05em;
}
.mv-keyword__text .text {
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 700;
  font-size: max(1.4rem, min(1.0714285714vw, 1.8rem));
  margin-top: max(20px, min(2.380952381vw, 40px));
}
@keyframes initMvKeywordText {
  to {
    opacity: 1;
  }
}
.mv-interview__inner {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  height: max(300px, min(44.0476190476vw, 780px));
  display: flex;
  align-items: flex-end;
}
.mv-interview__head {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px 30px;
  padding: max(20px, min(2.380952381vw, 40px)) max(20px, min(1.7857142857vw, 30px));
  opacity: 0;
  translate: -20px 0px;
  animation: initMvInterviewHead 0.8s 0.1s ease-in-out forwards;
}
.mv-interview__head .deco {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: max(200px, min(39.0625vw, 480px));
  height: auto;
  translate: -15% 30%;
}
.mv-interview__head .name > * {
  display: inline-block;
}
.mv-interview__head .name__ja {
  font-size: max(2rem, min(2.2619047619vw, 3.8rem));
}
.mv-interview__head .name__en {
  font-size: max(1.2rem, min(1.1904761905vw, 2rem));
}
.mv-interview__head .name__en::before {
  content: "／";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.mv-interview__head .information {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  margin-top: 0.75em;
  font-size: max(1.3rem, min(1.6927083333vw, 1.6rem));
}
.mv-interview__head .information > * {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #000;
  padding: 0.3em 0.75em 0.35em;
  font-weight: 700;
  line-height: 1.2;
}
.mv-interview__head .information__year {
  color: #fff;
  background-color: #000;
}
.mv-interview__head .information__job {
  color: #000;
  background-color: #fff;
}
@keyframes initMvInterviewHead {
  to {
    opacity: 1;
    translate: 0 0;
  }
}
.mv-interview__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv-interview__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
  opacity: 0;
  translate: 20px 0px;
  animation: initMvInterviewImage 0.8s 0.1s ease-in-out forwards;
}
@keyframes initMvInterviewImage {
  to {
    opacity: 1;
    translate: 0 0;
  }
}

.mv-lju__inner {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.mv-lju__head {
  padding-top: max(20px, min(2.380952381vw, 40px));
}
.mv-lju__head .title {
  color: #ff3e3e;
  font-weight: 900;
  font-size: max(4rem, min(14.880952381vw, 25rem));
  line-height: 1;
}
.mv-lju__body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: max(30px, min(5.3571428571vw, 90px));
  padding-left: max(20px, min(2.380952381vw, 40px));
  padding-right: max(20px, min(2.380952381vw, 40px));
  padding-top: max(20px, min(5.9523809524vw, 100px));
  padding-bottom: max(60px, min(9.5238095238vw, 160px));
}
.mv-lju__body__image {
  flex-shrink: 0;
  width: max(220px, min(27.9761904762vw, 470px));
}
.mv-lju__body__texts {
  max-width: 850px;
}
.mv-lju__body__texts .message {
  font-size: max(1.8rem, min(1.9047619048vw, 3.2rem));
}
.mv-lju__body__texts .text {
  font-size: max(1.4rem, min(1.0714285714vw, 1.8rem));
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
  text-align: left;
}

.sect-top-interview {
  padding-bottom: max(60px, min(5.9523809524vw, 100px));
}
.sect-top-interview .marquee {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  gap: max(40px, min(4.7619047619vw, 80px));
  will-change: transform;
}
.sect-top-interview .marquee._members {
  left: 0;
  top: 0;
  align-items: flex-start;
}
.sect-top-interview .marquee._members img {
  width: auto;
  height: max(84px, min(23.8095238095vw, 400px));
  max-width: none;
  will-change: transform;
  animation: marquee_members 50s linear infinite;
}
@keyframes marquee_members {
  to {
    transform: translateX(-100%);
  }
}
.sect-top-interview .marquee._staff-interview {
  right: 0;
  bottom: max(100px, min(15.4761904762vw, 260px));
  align-items: flex-end;
  opacity: 0.6;
}
.sect-top-interview .marquee._staff-interview img {
  width: auto;
  height: max(70px, min(14.2857142857vw, 240px));
  max-width: none;
  will-change: transform;
  animation: marquee_interview 40s linear infinite;
}
@keyframes marquee_interview {
  to {
    transform: translateX(100%);
  }
}
.sect-top-interview .block__inner {
  max-width: 1240px;
}
.sect-top-interview__head {
  padding-top: max(90px, min(9.5238095238vw, 160px));
}
.sect-top-interview__head .ttl-section {
  color: #ff3e3e;
  line-height: 1.3;
  padding-bottom: max(10px, min(1.1904761905vw, 20px));
}
.sect-top-interview__head .ttl-section > * {
  display: block;
}
.sect-top-interview__head .ttl-section .ja {
  font-size: max(3rem, min(3.9285714286vw, 6.6rem));
}
.sect-top-interview__head .ttl-section .en {
  font-size: max(1.2rem, min(1.4285714286vw, 2.4rem));
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
  margin-top: max(6px, min(1.7857142857vw, 30px));
}
.sect-top-interview__head .text-lead {
  font-size: max(1.4rem, min(1.0714285714vw, 1.8rem));
  font-weight: 400;
  max-width: 27em;
}
.sect-top-interview__body {
  margin-top: max(40px, min(7.1428571429vw, 120px));
}

.sect-interview-qa .block__inner {
  max-width: 1150px;
  padding-top: max(40px, min(4.7619047619vw, 80px));
  padding-bottom: max(80px, min(10.7142857143vw, 180px));
}
.sect-interview-qa__head .message {
  font-size: max(1.8rem, min(2.5vw, 4.2rem));
}
.sect-interview-qa__body {
  padding-top: max(40px, min(7.1428571429vw, 120px));
  display: flex;
  align-items: flex-start;
  gap: max(30px, min(5.3571428571vw, 90px));
}
.sect-interview-qa__image {
  width: max(400px, min(33.9285714286vw, 570px));
  flex-shrink: 0;
}
.sect-interview-qa__image .image-container {
  width: 100%;
  height: auto;
  aspect-ratio: 577/734;
}
.sect-interview-qa__image .image-container__inner {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sect-interview-qa__image .image-container .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.sect-interview-qa__image .image-container .image._2 {
  opacity: 0;
  translate: 20px 0;
}
.sect-interview-qa__image .image-container .image._2.is-show {
  opacity: 1;
  translate: 0 0;
}
.sect-interview-qa__image .image-container__name {
  background-color: #fff;
  position: absolute;
  z-index: 1;
  bottom: -1em;
  left: -1em;
  padding: 1em 2em 0 0;
}
.sect-interview-qa__image .image-container__name .name-en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: max(1.4rem, min(0.9523809524vw, 1.6rem));
  letter-spacing: 0.05em;
}
.sect-interview-qa__image .image-container__name .name-ja {
  font-size: max(1.8rem, min(1.4285714286vw, 2.4rem));
  font-weight: 700;
}
.sect-interview-qa__text > .image {
  margin-top: max(60px, min(4.7619047619vw, 80px));
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.sect-interview-qa__text > .image._1 {
  margin-top: 0;
  margin-bottom: max(60px, min(4.7619047619vw, 80px));
}
.sect-interview-message {
  background-color: #ff3e3e;
  color: #fff;
  padding-top: max(60px, min(5.9523809524vw, 100px));
  padding-bottom: max(40px, min(3.5714285714vw, 60px));
}
.sect-interview-message .block__inner {
  max-width: 970px;
}
.sect-interview-message__head {
  text-align: center;
}
.sect-interview-message__head .ttl-section {
  font-size: max(2rem, min(1.9047619048vw, 3.2rem));
  margin-bottom: 2.5em;
}
.sect-interview-message__head .ttl-section .deco {
  width: 7.5em;
  margin-left: auto;
  margin-right: auto;
}
.sect-interview-message__head .ttl-section .text {
  font-weight: 700;
}
.sect-interview-message__head .ttl-section::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 2em;
  transform: rotate(0deg);
  background-color: #fff;
  top: calc(100% + 0.25em);
  left: calc(50% - 1px);
  border-radius: 2px;
}
.sect-interview-message__head .text-lead {
  font-size: max(2.4rem, min(2.9761904762vw, 5rem));
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  line-height: 2.5;
}
.sect-interview-message__body .text {
  font-size: max(1.4rem, min(1.0714285714vw, 1.8rem));
  font-weight: 500;
}

.sect-interview-1day {
  padding-left: max(20px, min(3.5714285714vw, 60px));
  padding-right: max(20px, min(3.5714285714vw, 60px));
}
.sect-interview-1day .block__inner {
  padding-top: max(80px, min(8.3333333333vw, 140px));
  padding-left: max(20px, min(1.7857142857vw, 30px)) !important;
  padding-right: max(20px, min(1.7857142857vw, 30px)) !important;
  max-width: 1540px;
}
.sect-interview-1day .block__inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: calc(100% - max(80px, min(8.9285714286vw, 150px)));
  transform: rotate(0deg);
  background-color: #ff3e3e;
  top: 0;
  right: 100%;
  z-index: 1;
}
.sect-interview-1day__head .information {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  padding-bottom: 1em;
  font-size: max(1.3rem, min(1.6927083333vw, 1.6rem));
}
.sect-interview-1day__head .information > * {
  padding: 0.3em 0.75em 0.4em;
  border: solid 1px #000;
  border-radius: 0.1em;
  font-weight: 700;
}
.sect-interview-1day__head .information .year {
  background-color: #000;
  color: #fff;
}
.sect-interview-1day__head .information .job {
  background-color: #fff;
  color: #000;
}
.sect-interview-1day__head .ttl-section {
  color: #ff3e3e;
  text-align: center;
  font-size: max(2.4rem, min(2.8571428571vw, 4.8rem));
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 0.5em;
}
.sect-interview-1day__head .ttl-section::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.5em;
  height: 2px;
  transform: rotate(0deg);
  background-color: #ff3e3e;
  bottom: 0;
  left: calc(50% - 1.25em);
}
.sect-interview-1day__body {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: max(30px, min(5.3571428571vw, 90px));
}
.sect-interview-1day__body .images {
  gap: max(20px, min(3.5714285714vw, 60px));
  width: 40%;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.sect-interview-1day__body .images img {
  width: 100%;
  max-width: 400px;
}
.sect-interview-1day__body .items-1day {
  width: 100%;
}
.sect-interview-1day__foot {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.sect-interview-1day__foot .box-day-off {
  padding: 3em;
}
.sect-interview-1day__foot .box-day-off__head {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  top: 0;
  left: 0;
  z-index: 10;
  translate: -20% -40%;
}
.sect-interview-1day__foot .box-day-off__head .deco-text {
  width: max(142px, min(18.8095238095vw, 316px));
  height: auto;
}
.sect-interview-1day__foot .box-day-off__head::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(max(30px, min(4.1666666667vw, 70px)) * 1.5);
  height: max(30px, min(4.1666666667vw, 70px));
  transform: rotate(0deg);
  background-color: #fff;
  left: 100%;
  top: 0;
}
.sect-interview-1day__foot .box-day-off__head::after {
  content: "";
  display: block;
  position: absolute;
  width: max(30px, min(4.1666666667vw, 70px));
  height: calc(max(30px, min(4.1666666667vw, 70px)) * 0.5);
  transform: rotate(0deg);
  background-color: #fff;
  left: 0;
  top: 100%;
}
.sect-interview-1day__foot .box-day-off__body .title {
  color: #ff3e3e;
  font-size: max(1.8rem, min(1.9047619048vw, 3.2rem));
  text-align: center;
}
.sect-interview-1day__foot .box-day-off__body .thumb-and-text {
  display: flex;
  align-items: center;
  gap: max(30px, min(4.7619047619vw, 80px));
}
.sect-interview-1day__foot .box-day-off__body .thumb-and-text .thumbnail {
  flex-shrink: 0;
  width: max(250px, min(22.0238095238vw, 370px));
}
.sect-interview-1day__foot .box-day-off::before, .sect-interview-1day__foot .box-day-off::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  background-color: transparent;
  top: 0;
  left: 0;
  border: solid 1px #ff3e3e;
}
.sect-interview-1day__foot .box-day-off::before {
  translate: calc(max(4px, min(1.0416666667vw, 8px)) * 1) calc(max(4px, min(1.0416666667vw, 8px)) * 1);
}
.sect-interview-1day__foot .box-day-off::after {
  translate: calc(max(4px, min(1.0416666667vw, 8px)) * -1) calc(max(4px, min(1.0416666667vw, 8px)) * -1);
}

.sect-interview-others {
  padding-top: max(20px, min(5.9523809524vw, 100px));
  overflow: hidden;
}
.sect-interview-others__head .ttl-section {
  text-align: center;
  font-size: max(1.4rem, min(1.4285714286vw, 2.4rem));
}
.sect-interview-others__head .ttl-section > * {
  display: block;
}
.sect-interview-others__head .ttl-section .en {
  letter-spacing: 0.05em;
  color: #ff3e3e;
}
.sect-interview-others__head .ttl-section .ja {
  font-size: 1.75em;
}
.sect-interview-others__foot {
  padding-bottom: 10px;
}
.sect-top-crosstalk {
  background-color: #ff3e3e;
  color: #fff;
}
.sect-top-crosstalk .block__inner {
  display: flex;
  gap: 0 max(48px, min(5.3571428571vw, 90px));
  max-width: 1360px;
  padding-top: max(30px, min(5.9523809524vw, 100px));
  padding-bottom: max(30px, min(5.9523809524vw, 100px));
  width: calc(100% - (50% - 50vw));
  margin-left: calc(50% - 50vw);
  max-width: none;
}
.sect-top-crosstalk__thumb {
  width: 100%;
  height: max(240px, min(32.1428571429vw, 540px));
}
.sect-top-crosstalk__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 12% 50%;
     object-position: 12% 50%;
  border-radius: 0 8px 8px 0;
}
.sect-top-crosstalk__text {
  width: 100%;
}
.sect-top-crosstalk .ttl-en {
  margin-left: -20%;
  margin-top: -10%;
}
.sect-top-crosstalk .ttl-ja {
  font-size: max(2.4rem, min(3.8095238095vw, 6.4rem));
}
.sect-top-crosstalk .text-lead {
  max-width: 36em;
}

.sect-top-keyword {
  max-width: max(700px, min(78.5714285714vw, 1320px));
  margin-left: auto;
  margin-right: auto;
}
.sect-top-keyword .block__inner {
  background-color: #333;
  border-radius: max(30px, min(3.5714285714vw, 60px)) 0 0 max(30px, min(3.5714285714vw, 60px));
  padding-top: max(40px, min(5.9523809524vw, 100px));
  padding-bottom: max(60px, min(4.7619047619vw, 80px));
  width: calc(100% - (50% - 50vw));
  margin-right: calc(50% - 50vw);
  max-width: none;
}
.sect-top-keyword__head {
  max-width: max(700px, min(78.5714285714vw, 1320px));
  text-align: center;
  padding-bottom: max(80px, min(5.9523809524vw, 100px));
}
.sect-top-keyword__head .deco-chara {
  aspect-ratio: 303/443;
  width: max(160px, min(18.0357142857vw, 303px));
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  translate: -65% -60%;
  z-index: 1;
}
.sect-top-keyword__head .ttl-section {
  color: #fff;
  font-size: max(2.4rem, min(4.2857142857vw, 7.2rem));
  line-height: 1.2;
  background-color: #333;
  padding-top: 16px;
  padding-bottom: 16px;
}
.sect-top-keyword__head .ttl-section .red {
  color: #ff3e3e;
  font-family: "Roboto", sans-serif;
}
.sect-top-keyword__head .text-lead {
  font-size: max(1.4rem, min(1.0714285714vw, 1.8rem));
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #333;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: max(30px, min(2.9761904762vw, 50px));
  z-index: 1;
}
.sect-top-keyword__head::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 20px);
  transform: rotate(0deg);
  background-color: transparent;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border-left: 2px solid #fff;
  z-index: 0;
}
.sect-top-keyword__head::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 80px);
  height: max(40px, min(3.5714285714vw, 60px));
  transform: rotate(0deg);
  background-color: transparent;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 0 max(4px, min(0.4761904762vw, 8px));
}
.sect-top-keyword__body {
  margin-left: calc((100vw - 100%) * -1);
  width: 100vw;
}
.sect-top-keyword__foot {
  max-width: max(700px, min(78.5714285714vw, 1320px));
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px max(40px, min(4.7619047619vw, 80px));
}

.sect-top-training .block__inner {
  max-width: 1280px;
}
.sect-top-training__head .ttl-section {
  width: -moz-fit-content;
  width: fit-content;
}
.sect-top-training__head .ttl-section > * {
  display: block;
}
.sect-top-training__head .ttl-section .ja {
  font-size: max(3rem, min(4.0476190476vw, 6.8rem));
}
.sect-top-training__head .ttl-section .en {
  font-size: max(1.4rem, min(1.4285714286vw, 2.4rem));
  letter-spacing: 0.05em;
  color: #ff3e3e;
}
.sect-top-training__head .ttl-section::before, .sect-top-training__head .ttl-section::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 2px;
  transform: rotate(0deg);
  background-color: #aaa;
  top: 60%;
}
.sect-top-training__head .ttl-section::before {
  right: 108%;
}
.sect-top-training__head .ttl-section::after {
  left: 120%;
  margin-left: 1em;
}
.sect-top-training__body {
  margin-top: max(80px, min(7.7380952381vw, 130px));
}
.sect-top-recruit .ttl-section-en {
  font-size: max(4.8rem, min(10.2380952381vw, 17.2rem));
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #ff3e3e;
  z-index: 1;
  margin-bottom: -0.17em;
}
.sect-top-recruit .block__inner {
  max-width: 1440px;
  background-color: #f7f7f7;
  border-radius: max(30px, min(3.5714285714vw, 60px));
  padding-top: max(50px, min(5.3571428571vw, 90px));
  padding-bottom: max(50px, min(5.3571428571vw, 90px));
  padding-left: max(20px, min(2.380952381vw, 40px));
  padding-right: max(20px, min(2.380952381vw, 40px));
}
.sect-top-recruit__head .ttl-section {
  font-size: max(3rem, min(3.5714285714vw, 6rem));
  font-weight: 700;
  text-align: center;
}
.sect-top-recruit__head .ttl-section-sub {
  color: #ff3e3e;
  font-size: max(1.4rem, min(1.4285714286vw, 2.4rem));
  max-width: max(260px, min(46.4285714286vw, 780px));
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #888;
  text-align: center;
}
.sect-top-recruit__head .text-lead {
  text-align: center;
  margin-top: 1em;
  font-size: max(1.4rem, min(1.0714285714vw, 1.8rem));
}
.sect-top-recruit__body .banner-career {
  max-width: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.banner-mynavi {
  aspect-ratio: 1920/730;
  height: auto;
  width: 100%;
  display: block;
}
.banner-mynavi img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.sect-mynavi .block__inner {
  max-width: 780px;
}
.sect-mynavi._gray {
  background-color: #f9f9f9;
}

.sect-top-twitter {
  background-color: #f7f7f7;
  padding-top: max(40px, min(4.7619047619vw, 80px));
  padding-bottom: max(40px, min(4.7619047619vw, 80px));
}
.sect-top-twitter .ttl-section {
  color: #ff3e3e;
  font-size: max(2rem, min(2.380952381vw, 4rem));
}
.sect-top-twitter .ttl-section-sub {
  font-size: max(1.4rem, min(1.4285714286vw, 2.4rem));
  display: flex;
  gap: 0.1em;
  align-items: flex-end;
  border-bottom: 1px solid #000;
  padding-bottom: 0.25em;
}
.sect-top-twitter .ttl-section-sub img {
  height: 1.5em;
  width: auto;
}
.sect-top-twitter .text-lead {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.sect-top-twitter .block__inner {
  max-width: 1400px;
  background-color: #fff;
  display: flex;
  gap: max(30px, min(4.7619047619vw, 80px));
  border-radius: max(8px, min(0.9523809524vw, 16px));
  padding: max(40px, min(4.1666666667vw, 70px));
}
.sect-top-twitter .block__inner > * {
  flex: 1;
  width: 50%;
}
.sect-top-twitter__text {
  flex-shrink: 0;
}
.sect-top-twitter__tweet > * {
  width: 100%;
}

.sect-keyword__body {
  background-color: #fff;
  border-radius: 8px;
  padding-top: max(40px, min(5.9523809524vw, 100px));
  padding-bottom: max(40px, min(5.9523809524vw, 100px));
  padding-left: max(20px, min(9.5238095238vw, 160px));
  padding-right: max(20px, min(9.5238095238vw, 160px));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: max(40px, min(5.9523809524vw, 100px));
}
.sect-keyword__body .box-graph {
  width: 40%;
}
.sect-keyword__body .box-graph .circle {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sect-keyword__body .box-graph .circle::before {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  height: 60%;
  transform: rotate(0deg);
  background-color: #fff;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
  border-radius: 50%;
}
.sect-keyword__body .box-graph .circle::after {
  content: "";
  display: inline-block;
  width: 32.5%;
  height: auto;
  aspect-ratio: 128/85;
  background: url(./../img/deco_graph.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -45% -50%;
  z-index: 2;
}
.sect-keyword__body .box-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25em max(20px, min(3.5714285714vw, 60px));
}
.sect-keyword .block__inner {
  max-width: 1240px;
  padding-bottom: max(80px, min(8.3333333333vw, 140px));
}
.sect-keyword .ttl-section {
  text-align: center;
}
.sect-keyword .ttl-section > * {
  display: block;
}
.sect-keyword .ttl-section .ja {
  color: #21264d;
  font-size: max(2.4rem, min(3.8095238095vw, 6.4rem));
  font-weight: 800;
}
.sect-keyword .ttl-section .en {
  color: #ff3e3e;
  font-size: max(1.4rem, min(1.4285714286vw, 2.4rem));
  letter-spacing: 0.05em;
}
.sect-keyword._gray {
  background-color: #f5f5f5;
}
.sect-keyword .box-schools {
  color: #21264d;
  display: flex;
  gap: max(30px, min(2.9761904762vw, 50px));
  padding-top: max(60px, min(5.9523809524vw, 100px));
  max-width: 940px;
}
.sect-keyword .box-schools:not(:last-child) {
  border-bottom: 1px solid #333;
  padding-bottom: max(60px, min(5.9523809524vw, 100px));
}
.sect-keyword .box-schools__head {
  flex-shrink: 0;
}
.sect-keyword .box-schools__head .keyword {
  font-size: max(2rem, min(1.9047619048vw, 3.2rem));
  letter-spacing: 0.05em;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.sect-company-lead .block__inner {
  text-align: center;
  padding-top: max(40px, min(5.9523809524vw, 100px));
}
.sect-company-lead .ttl-section {
  font-size: max(2.2rem, min(3.0952380952vw, 5.2rem));
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.sect-company-lead .text-lead {
  font-size: max(1.8rem, min(1.4285714286vw, 2.4rem));
  font-weight: 500;
}

.sect-company-visualtext .block__inner {
  max-width: 1400px;
  padding-left: max(20px, min(2.380952381vw, 40px));
  padding-right: max(20px, min(2.380952381vw, 40px));
}
.sect-company-visualtext__text {
  padding: 56px max(30px, min(3.5714285714vw, 60px));
}
.sect-company-visualtext__text .ttl-section {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.25em;
}
.sect-company-visualtext__text .ttl-section > * {
  display: block;
}
.sect-company-visualtext__text .ttl-section .en {
  font-size: max(1.4rem, min(1.6666666667vw, 2.8rem));
}
.sect-company-visualtext__text .ttl-section .ja {
  font-size: max(3.2rem, min(4.2857142857vw, 7.2rem));
}
.sect-company-visualtext__text .ttl-section::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 2px;
  transform: rotate(0deg);
  background-color: #000;
  bottom: 0;
  left: 0;
}
.sect-company-visualtext__text__body {
  font-size: max(1.4rem, min(1.0714285714vw, 1.8rem));
}
.sect-company-visualtext__text__body .title {
  letter-spacing: 0.05em;
  font-size: max(2rem, min(2.5vw, 4.2rem));
}
.sect-company-visualtext__text__body .text {
  font-weight: 500;
  line-height: 1.7;
  margin-top: 1.5em;
}
.sect-company-visualtext__text__body .signature {
  font-weight: 500;
  text-align: right;
}
.sect-company-visualtext._greeting .sect-company-visualtext__text .ttl-section {
  color: #ff3e3e;
}
.sect-company-visualtext._greeting .sect-company-visualtext__text .ttl-section::after {
  background-color: #ff3e3e;
}
.sect-company-visualtext._greeting .sect-company-visualtext__text__body .title {
  color: #ff3e3e;
}
.sect-company-visualtext._greeting .sect-company-visualtext__text__body__inner {
  background-color: #fafafa;
  padding: max(30px, min(3.3333333333vw, 56px)) max(30px, min(3.5714285714vw, 60px));
  border-radius: max(10px, min(1.1904761905vw, 20px));
}
.sect-company-visualtext._greeting .sect-company-visualtext__text__body__foot {
  padding: 2em 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: center;
  align-items: center;
}
.sect-company-visualtext._greeting .sect-company-visualtext__text__body__foot .description {
  line-height: 1.7;
}
.sect-company-visualtext._management .sect-company-visualtext__text {
  background-color: #ff3e3e;
  color: #fff;
}
.sect-company-visualtext._management .sect-company-visualtext__text .ttl-section {
  color: #fff;
}
.sect-company-visualtext._management .sect-company-visualtext__text .ttl-section::after {
  background-color: #fff;
  left: auto;
  right: 0;
}
.sect-company-visualtext._management .sect-company-visualtext__text__body {
  padding-top: max(20px, min(2.380952381vw, 40px));
}

.sect-company-about .block__inner {
  max-width: 1200px;
  padding-top: max(80px, min(8.3333333333vw, 140px));
  padding-bottom: max(100px, min(9.5238095238vw, 160px));
}
.sect-company-about .ttl-section {
  text-align: center;
  margin-bottom: calc(max(40px, min(2.9761904762vw, 50px)) + 40px);
}
.sect-company-about .ttl-section .en {
  font-size: max(1.4rem, min(1.6666666667vw, 2.8rem));
  padding-bottom: 0.2em;
}
.sect-company-about .ttl-section .ja {
  display: block;
  font-size: max(3.2rem, min(4.2857142857vw, 7.2rem));
  color: #ff3e3e;
}
.sect-company-about .ttl-section::after {
  content: "";
  display: block;
  position: absolute;
  width: max(2px, min(0.1785714286vw, 3px));
  height: max(40px, min(2.9761904762vw, 50px));
  transform: rotate(0deg);
  background-color: #ff3e3e;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.sect-company-about .text-lead {
  font-size: max(1.6rem, min(1.4285714286vw, 2.4rem));
}
.sect-company-about__head {
  padding-bottom: 0.25em;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
.sect-company-about__body {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
}

.sect-company-sdgs {
  padding-bottom: max(80px, min(8.3333333333vw, 140px));
  padding-left: max(20px, min(2.380952381vw, 40px));
  padding-right: max(20px, min(2.380952381vw, 40px));
}
.sect-company-sdgs .block__inner {
  max-width: 1140px;
  padding-top: max(40px, min(4.7619047619vw, 80px));
  padding-bottom: max(40px, min(4.7619047619vw, 80px));
  padding-left: max(20px, min(2.619047619vw, 44px));
  padding-right: max(20px, min(2.619047619vw, 44px));
  border-radius: max(10px, min(1.1904761905vw, 20px));
  background-color: #ffefef;
}
.sect-company-sdgs .ttl-section {
  text-align: center;
}
.sect-company-sdgs .ttl-section .en {
  font-size: max(1.4rem, min(1.6666666667vw, 2.8rem));
  letter-spacing: 0.05em;
  padding-bottom: 0.2em;
}
.sect-company-sdgs .ttl-section .ja {
  font-size: max(3.2rem, min(4.2857142857vw, 7.2rem));
  color: #ff3e3e;
  display: block;
}
.sect-company-sdgs .text-lead {
  font-size: max(1.6rem, min(1.4285714286vw, 2.4rem));
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.sect-company-sdgs .banner-sdgs {
  aspect-ratio: 1000/274;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.sect-company-sdgs .banner-sdgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.sect-company-overview {
  padding-top: max(80px, min(8.3333333333vw, 140px));
  padding-bottom: max(80px, min(8.3333333333vw, 140px));
  padding-left: max(20px, min(2.380952381vw, 40px));
  padding-right: max(20px, min(2.380952381vw, 40px));
  background-color: #f7f7f7;
}
.sect-company-overview .block__inner {
  background-color: #fff;
  max-width: 1140px;
  border-radius: max(10px, min(1.1904761905vw, 20px));
  padding-top: max(40px, min(4.7619047619vw, 80px));
  padding-bottom: max(40px, min(4.7619047619vw, 80px));
  padding-left: max(30px, min(7.1428571429vw, 120px));
  padding-right: max(30px, min(7.1428571429vw, 120px));
}
.sect-company-overview .ttl-section {
  color: #ff3e3e;
  text-align: center;
}
.sect-company-overview .ttl-section > * {
  display: block;
}
.sect-company-overview .ttl-section .en {
  font-size: max(1.4rem, min(1.6666666667vw, 2.8rem));
}
.sect-company-overview .ttl-section .ja {
  font-size: max(3.2rem, min(4.2857142857vw, 7.2rem));
}

.sect-crosstalk-head .block__inner {
  max-width: 1140px;
}
.sect-crosstalk-head__head {
  padding-top: max(60px, min(8.3333333333vw, 140px));
}
.sect-crosstalk-head__head .ttl-section {
  font-size: max(1.6rem, min(2.619047619vw, 4.4rem));
  letter-spacing: 0.05em;
}
.sect-crosstalk-head__body {
  display: flex;
  flex-direction: column;
  gap: max(40px, min(4.1666666667vw, 70px));
}
.sect-crosstalk-head__body .box {
  border-radius: max(8px, min(1.1904761905vw, 20px));
  padding: max(20px, min(2.380952381vw, 40px));
}
.sect-crosstalk-head__body .box._red {
  background-color: #ff3e3e;
  color: #fff;
}
.sect-crosstalk-head__body .box._red .title {
  font-weight: 700;
  font-size: max(1.8rem, min(2.2619047619vw, 3.8rem));
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  border-bottom: solid 2px #fff;
  padding-bottom: 0.1em;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.sect-crosstalk-head__body .box._gray {
  background-color: #f8f8f8;
}
.sect-crosstalk-head__body .box._gray::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: calc(max(40px, min(4.1666666667vw, 70px)) - 1em);
  transform: rotate(0deg);
  background-color: #333;
  border-radius: 2px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
  bottom: 100%;
}
.sect-crosstalk-head__body .box__flex-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: max(30px, min(5.9523809524vw, 100px));
}
.sect-crosstalk-head__body .box__head .title {
  font-size: max(1.3rem, min(1.1904761905vw, 2rem));
}
.sect-crosstalk-head__body .box__head .title > * {
  display: block;
}
.sect-crosstalk-head__body .box__head .title .ja {
  font-size: 3em;
}
.sect-crosstalk-head__body .box__head .title .en {
  color: #ff3e3e;
  letter-spacing: 0.05em;
  padding-left: 0.5em;
}
.sect-crosstalk-head__body .box__body {
  font-size: max(1.6rem, min(1.7857142857vw, 3rem));
}
.sect-crosstalk-head__body .box__body .nav-sidemenu__items > * + * {
  margin-top: 0.5em;
}
.sect-crosstalk-talk {
  padding-top: max(60px, min(8.3333333333vw, 140px));
  padding-bottom: max(60px, min(8.3333333333vw, 140px));
  padding-left: max(20px, min(2.380952381vw, 40px));
  padding-right: max(20px, min(2.380952381vw, 40px));
}
.sect-crosstalk-talk + .sect-crosstalk-talk {
  padding-top: 0;
}
.sect-crosstalk-talk .block__inner {
  border-radius: max(20px, min(2.380952381vw, 40px));
  max-width: 1140px;
  padding: max(20px, min(2.380952381vw, 40px)) max(20px, min(9.1145833333vw, 70px)) max(20px, min(4.1666666667vw, 70px));
}
.sect-crosstalk-talk .ttl-section {
  font-size: max(1.8rem, min(2.9761904762vw, 5rem));
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75em;
  color: #ff3e3e;
  line-height: 1.2;
  padding-bottom: 0.25em;
  width: -moz-fit-content;
  width: fit-content;
}
.sect-crosstalk-talk .ttl-section__head {
  display: flex;
  align-items: flex-end;
  gap: 0.1em;
  padding-bottom: 0.1em;
}
.sect-crosstalk-talk .ttl-section__head .theme {
  height: 0.75em;
}
.sect-crosstalk-talk .ttl-section__head .number {
  line-height: 1;
}
.sect-crosstalk-talk .ttl-section__body {
  font-size: 1.3em;
}
.sect-crosstalk-talk .ttl-section::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 2px;
  transform: rotate(0deg);
  background-color: #ff3e3e;
  bottom: 0;
}
.sect-crosstalk-talk .youyaku {
  font-size: max(2rem, min(2.380952381vw, 4rem));
  letter-spacing: 0.05em;
  margin-top: 1.5em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
}
.sect-crosstalk-talk .items-cross-talking {
  margin-top: max(40px, min(3.5714285714vw, 60px));
}
.sect-crosstalk-talk._color-b {
  background-color: #fff;
}
.sect-crosstalk-talk._color-b .block__inner {
  background-color: #fff2f2;
}
.sect-crosstalk-talk._color-b .item__text {
  background-color: #fff;
}
.sect-crosstalk-talk._color-b .item__text::after {
  background-image: url(./../img/deco_fukidashi_white.png);
}
.sect-crosstalk-talk._color-a {
  background-color: #fff2f2;
}
.sect-crosstalk-talk._color-a .block__inner {
  background-color: #fff;
}
.sect-crosstalk-talk._1 .ttl-section, .sect-crosstalk-talk._3 .ttl-section {
  margin-left: auto;
}
.sect-crosstalk-talk._1 .youyaku, .sect-crosstalk-talk._3 .youyaku {
  margin-right: auto;
}
.sect-crosstalk-talk._2 .ttl-section, .sect-crosstalk-talk._4 .ttl-section {
  margin-right: auto;
}
.sect-crosstalk-talk._2 .ttl-section::after, .sect-crosstalk-talk._4 .ttl-section::after {
  right: 0;
  left: auto;
}
.sect-crosstalk-talk._2 .youyaku, .sect-crosstalk-talk._4 .youyaku {
  margin-left: auto;
}

.sect-training {
  background-color: #f9f9f9;
  padding-top: max(60px, min(5.9523809524vw, 100px));
  padding-left: max(20px, min(2.380952381vw, 40px));
  padding-right: max(20px, min(2.380952381vw, 40px));
}
.sect-training .block__inner {
  max-width: 1440px;
}
.sect-training__head .text-lead {
  text-align: center;
  font-size: max(1.8rem, min(1.9047619048vw, 3.2rem));
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
.sect-training__body .tab-heads-training {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: max(10px, min(1.1904761905vw, 20px));
}
.sect-training__body .tab-heads-training .item {
  color: #ff3e3e;
  border: max(2px, min(0.1785714286vw, 3px)) solid #ff3e3e;
  border-radius: max(4px, min(0.4761904762vw, 8px));
  font-size: max(1.8rem, min(2.1428571429vw, 3.6rem));
  font-weight: 700;
  padding: 0.5em 1em 0.6em;
  background-color: #fff;
}
.sect-training__body .tab-heads-training .item.is-active {
  background-color: #ff3e3e;
  color: #fff;
}
.sect-training__body .tab-bodies-training {
  background-color: #fff;
  border: max(2px, min(0.1785714286vw, 3px)) solid #ff3e3e;
  border-radius: max(4px, min(0.4761904762vw, 8px));
}
.sect-training__body .tab-bodies-training .content {
  padding: max(40px, min(5.9523809524vw, 100px)) max(50px, min(8.9285714286vw, 150px));
}
.sect-training__body .tab-bodies-training .content__head {
  text-align: center;
  padding-bottom: max(40px, min(3.5714285714vw, 60px));
}
.sect-training__body .tab-bodies-training .content__body .box-vt {
  display: flex;
  align-items: center;
  gap: max(20px, min(3.8095238095vw, 64px));
}
.sect-training__body .tab-bodies-training .content__body .box-vt__visual {
  aspect-ratio: 64/43;
  width: max(300px, min(38.0952380952vw, 640px));
  height: 100%;
  flex-shrink: 0;
}
.sect-training__body .tab-bodies-training .content__body .box-vt__visual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sect-training__body .tab-bodies-training .content__body .box-vt__text {
  font-size: max(1.6rem, min(1.1904761905vw, 2rem));
  line-height: 2;
  letter-spacing: 0.05em;
}
.sect-training__body .tab-bodies-training .content__body .box-job {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.sect-training__body .tab-bodies-training .content__body .box-job .description {
  font-size: max(1.6rem, min(1.1904761905vw, 2rem));
  line-height: 2;
  letter-spacing: 0.05em;
}
.sect-training__body .tab-bodies-training .content .ttl-lv1 {
  font-size: max(2rem, min(2.380952381vw, 4rem));
}
.sect-training__body .tab-bodies-training .content .ttl-lv2 {
  font-size: max(1.6rem, min(1.6666666667vw, 2.8rem));
}
.sect-training__body .tab-bodies-training .content .ttl-schedule {
  font-size: max(2rem, min(2.380952381vw, 4rem));
  color: #ff3e3e;
  line-height: 1.2;
  padding-bottom: 0.75em;
}
.sect-training__body .tab-bodies-training .content .ttl-schedule:after {
  content: "";
  display: block;
  position: absolute;
  width: 6em;
  height: max(2px, min(0.2380952381vw, 4px));
  transform: rotate(0deg);
  background-color: #ff3e3e;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.sect-training__body .tab-bodies-training .content .box-schedule {
  border-radius: max(10px, min(1.1904761905vw, 20px));
}
.sect-training__body .tab-bodies-training .content .box-schedule__inner {
  padding-top: max(40px, min(4.7619047619vw, 80px));
  padding-left: max(20px, min(2.380952381vw, 40px));
  padding-right: max(20px, min(2.380952381vw, 40px));
  padding-bottom: max(20px, min(2.380952381vw, 40px));
}
.sect-training__body .tab-bodies-training .content .box-schedule__image {
  width: 100%;
  height: auto;
}
.sect-training__body .tab-bodies-training .content .box-schedule__months {
  background-color: #fff;
  border-radius: max(4px, min(0.4761904762vw, 8px));
  padding: 2em;
  font-size: max(1.3rem, min(0.9523809524vw, 1.6rem));
  margin-top: max(20px, min(1.7857142857vw, 30px));
}
.sect-training__body .tab-bodies-training .content .box-schedule__months__inner {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.sect-training__body .tab-bodies-training .content .box-schedule ol > * + * {
  margin-top: 0.5em;
}
.sect-training__body .tab-bodies-training .content .box-schedule ol strong {
  font-weight: 500;
  color: #ff3e3e;
}
.sect-training__body .tab-bodies-training .content .box-schedule .ttl-lv2 {
  position: absolute;
  top: -1em;
  left: 1.5em;
  padding: 0em 1em 0.1em;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.7;
}
.sect-training__body .tab-bodies-training .content .box-schedule._gray {
  background-color: #f5f5f5;
}
.sect-training__body .tab-bodies-training .content .box-schedule._pink {
  background-color: #fff5f5;
}
.sect-training__body .tab-bodies-training .content .box-schedule .caption {
  text-align: right;
  margin-top: 1em;
  font-size: max(1.1rem, min(0.9523809524vw, 1.6rem));
}
.sect-training__body .tab-bodies-training .content .staff-pictures {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: grid;
  grid-gap: max(20px, min(1.7857142857vw, 30px));
  gap: max(20px, min(1.7857142857vw, 30px));
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.sect-training__body .tab-bodies-training .content .staff-pictures > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
  grid-gap: 0;
  gap: 0;
  align-items: start;
}
.sect-training__body .tab-bodies-training .content .staff-pictures img {
  border-radius: 4px;
}

.sect-requirements:nth-of-type(even) .sect-requirements__head .ttl-section {
  left: max(20px, min(2.380952381vw, 40px));
  right: auto;
}
.sect-requirements__inner {
  max-width: 1260px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sect-requirements__head {
  padding-left: max(20px, min(2.380952381vw, 40px));
  padding-right: max(20px, min(2.380952381vw, 40px));
  height: max(220px, min(40.4761904762vw, 680px));
}
.sect-requirements__head .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.sect-requirements__head .ttl-section {
  color: #ff3e3e;
  font-size: max(2.4rem, min(4.1666666667vw, 7rem));
  font-weight: 700;
  position: absolute;
  bottom: 0%;
  right: max(20px, min(2.380952381vw, 40px));
  height: -moz-max-content;
  height: max-content;
  background-color: #fff;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  border-radius: 0.05em;
  translate: 0 2.5em;
  letter-spacing: 0.1em;
  z-index: 1;
}
.sect-requirements__body {
  padding-top: max(60px, min(7.1428571429vw, 120px));
  padding-bottom: max(80px, min(8.3333333333vw, 140px));
  padding-left: max(20px, min(2.380952381vw, 40px));
  padding-right: max(20px, min(2.380952381vw, 40px));
  background-color: #f7f7f7;
}
.sect-requirements__body .ttl-section {
  text-align: center;
}
.sect-requirements__body .ttl-section > * {
  display: block;
}
.sect-requirements__body .ttl-section .ja {
  color: #ff3e3e;
  font-size: max(3.2rem, min(4.2857142857vw, 7.2rem));
}
.sect-requirements__body .ttl-section .en {
  display: inline-block;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: max(1.4rem, min(1.6666666667vw, 2.8rem));
  margin-top: 0.2em;
  background-color: #ff3e3e;
  padding: 0.4em 0.75em 0.25em;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.25em;
}
.sect-requirements__table {
  padding: 3em;
  font-size: max(1.4rem, min(1.0714285714vw, 1.8rem));
  background-color: #fff;
  border-radius: max(20px, min(2.380952381vw, 40px));
}
.sect-faq .block__inner {
  max-width: 1100px;
}
.sect-faq__head {
  padding-top: max(40px, min(5.9523809524vw, 100px));
}
.sect-faq__head .ttl-section {
  font-size: max(2.4rem, min(2.380952381vw, 4rem));
  padding-left: 1.5em;
}
.sect-faq__head .ttl-section::before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 2px;
  transform: rotate(0deg);
  background-color: #ff3e3e;
  top: 0.75em;
  left: 0;
}
@media screen and (min-width: 1060px) {
  .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 860px) {
  .inner._maxw-800 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1260px) {
  .inner._maxw-1200 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768.1px) {
  .header__inner {
    height: 120px;
  }
  .header.header-fixed {
    display: none;
  }
  .drawer {
    display: none;
  }
  .btn-menu-open,
.btn-menu-close {
    display: none;
  }
  .items-staff:not(._others) {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: max(40px, min(5.3571428571vw, 90px)) max(60px, min(9.5238095238vw, 160px));
  }
  .items-staff .item:nth-child(odd) {
    margin-top: calc(max(100px, min(33.9285714286vw, 570px)) * -1);
  }
  .items-staff._others .item:nth-child(odd) {
    margin-top: 0;
  }
  .items-1day .item:first-child .item__head::before {
    content: none;
  }
  .items-1day .item:last-child .item__head::before {
    content: none;
  }
  .items-1day .item__head .hour::after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: calc(100% + 8em);
    transform: rotate(0deg);
    background-color: #ff3e3e;
    top: 100%;
    left: calc(50% - 2px);
    border-radius: 2px;
  }
  .items-1day .item__body {
    padding-left: 7em;
  }
  .items-recruitment > * {
    flex-shrink: 0;
  }
  .items-recruitment > *:nth-child(2) {
    padding-top: max(60px, min(5.3571428571vw, 90px));
  }
  .items-program > * {
    width: 50%;
    min-width: 200px;
  }
  .items-program .item {
    padding-left: max(30px, min(2.9761904762vw, 50px));
    padding-right: max(60px, min(5.9523809524vw, 100px));
    border-top: 2px solid #aaa;
    border-left: 2px solid #aaa;
  }
  .carousel-staff__pagination:not(._others) {
    display: none;
  }
  .carousel-mv-top__slide img {
    aspect-ratio: 1440/700;
  }
  .tbl-vertical-when-sp {
    writing-mode: inherit;
  }
  .my-smf-container textarea {
    height: 15em;
  }
  .u-only-sp,
br.u-only-sp,
img.u-only-sp {
    display: none !important;
  }
  .u-mt-onlysp10 {
    margin-top: 0;
  }
  .u-mt-onlysp20 {
    margin-top: 0;
  }
  #main {
    padding-top: 120px;
  }
  #main._has-sticky {
    overflow: visible;
  }
  .mv__body {
    min-height: calc(100lvh - 120px);
  }
  .mv-keyword__head .title__line2 {
    padding-left: 8.25em;
  }
  .mv-interview {
    padding-left: 40px;
  }
  .mv-interview__head {
    margin-left: -20px;
    margin-bottom: max(30px, min(7.1428571429vw, 120px));
  }
  .mv-interview__image {
    width: calc(100% - (50% - 50vw));
    margin-right: calc(50% - 50vw);
    max-width: none;
  }
  .sect-top-interview__head {
    display: flex;
    gap: max(60px, min(9.5238095238vw, 160px));
  }
  .sect-top-interview__head > * {
    flex: 1;
    width: 50%;
  }
  .sect-top-interview__foot {
    display: flex;
    gap: max(60px, min(9.5238095238vw, 160px));
  }
  .sect-top-interview__foot__block {
    width: 50%;
    flex: 1;
  }
  .sect-top-interview__foot .btn-link {
    margin-top: calc(max(120px, min(14.2857142857vw, 240px)) * -1);
    z-index: 1;
  }
  .sect-interview-qa__image {
    position: sticky;
    top: 160px;
    left: 0;
  }
  .sect-top-crosstalk__thumb {
    width: 55%;
  }
  .sect-top-crosstalk__text {
    width: 45%;
    padding-right: 30px;
  }
  .sect-top-recruit__body {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: none;
  }
  .sect-top-twitter {
    padding-left: max(20px, min(2.380952381vw, 40px));
    padding-right: max(20px, min(2.380952381vw, 40px));
  }
  .sect-top-twitter .block__inner {
    padding-left: max(80px, min(10.7142857143vw, 180px));
    padding-right: max(80px, min(10.7142857143vw, 180px));
    align-items: center;
  }
  .sect-keyword .box-schools__head {
    width: 25%;
  }
  .sect-keyword .box-schools__body {
    width: 75%;
  }
  .sect-company-visualtext .block__inner {
    display: flex;
  }
  .sect-company-visualtext._greeting .block__inner {
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 1560px;
  }
  .sect-company-visualtext._greeting .sect-company-visualtext__visual {
    width: 60%;
    overflow: hidden;
    margin-left: calc(max(80px, min(17.8571428571vw, 300px)) * -1);
    aspect-ratio: 916/600;
  }
  .sect-company-visualtext._greeting .sect-company-visualtext__visual img {
    border-radius: 10px;
    -o-object-position: 50% 0;
       object-position: 50% 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
  }
  .sect-company-visualtext._greeting .sect-company-visualtext__text {
    width: 50%;
    padding-right: 0;
  }
  .sect-company-visualtext._greeting .sect-company-visualtext__text__body {
    margin-left: calc(max(80px, min(10.7142857143vw, 180px)) * -1);
  }
  .sect-company-visualtext._management .block__inner {
    flex-direction: row-reverse;
    align-items: center;
  }
  .sect-company-visualtext._management .sect-company-visualtext__visual {
    width: 45%;
    margin-right: calc(max(20px, min(4.7619047619vw, 80px)) * -1);
    border-radius: 10px;
    overflow: hidden;
  }
  .sect-company-visualtext._management .sect-company-visualtext__text {
    width: 55%;
  }
  .sect-company-visualtext._management .sect-company-visualtext__text::before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    transform: rotate(0deg);
    background-color: #ff3e3e;
    top: 0;
    right: calc(100% - 1px);
    z-index: 0;
  }
  .sect-company-visualtext._management .sect-company-visualtext__text::after {
    content: "";
    display: block;
    position: absolute;
    width: max(100px, min(11.9047619048vw, 200px));
    height: 100%;
    transform: rotate(0deg);
    background-color: #ff3e3e;
    top: 0;
    left: calc(100% - 1px);
    z-index: -1;
    border-radius: 0 20px 20px 0;
  }
  .sect-company-about .text-lead {
    text-align: center;
  }
  .sect-training__body .tab-heads-training {
    margin-bottom: calc(max(2px, min(0.1785714286vw, 3px)) * -1);
  }
  .sect-training__body .tab-heads-training .item {
    border-radius: max(4px, min(0.4761904762vw, 8px)) max(4px, min(0.4761904762vw, 8px)) 0 0;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer__address__text {
    text-align: center;
  }
  .nav-global._in-header .nav-global__items {
    display: none;
  }
  .nav-global._in-footer .nav-global__items {
    flex-direction: column;
    text-align: center;
  }
  .nav-sidemenu {
    left: 0;
    border-radius: 0 4px 4px 0;
  }
  #modalVideo iframe {
    width: 95vw;
    height: 53.4375vw;
  }
  .items-staff .item__thumb .icon-more {
    translate: -10% -10%;
  }
  .items-staff .item__text .message {
    margin-top: max(14px, min(1.4285714286vw, 24px));
    padding-left: 1em;
    padding-right: 1em;
  }
  .items-staff._for-archive {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    gap: max(40px, min(5.3571428571vw, 90px)) max(20px, min(2.380952381vw, 40px));
    padding-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .items-staff._for-archive .item {
    width: max(100px, min(41.6666666667vw, 320px));
  }
  .items-staff._for-archive .item__thumb .icon-more {
    font-size: max(1.2rem, min(1.8229166667vw, 1.4rem));
  }
  .items-staff._for-archive .item__text .information {
    flex-wrap: wrap;
  }
  .items-staff._for-archive .item__text .message {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .items-1day .item::after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: calc(100% + 0em);
    transform: rotate(0deg);
    background-color: #ff3e3e;
    top: calc(100% - 0.75em);
    left: calc(50% - 2px);
    border-radius: 2px;
  }
  .items-1day .item:first-child .item__head .hour::before {
    content: none;
  }
  .items-1day .item:last-child .item__head .hour::before {
    content: none;
  }
  .items-keyword .item__head .title {
    text-align: center;
    width: 100%;
    padding-bottom: 0.5em;
  }
  .items-keyword .item__head .title::after {
    width: 100%;
    right: auto;
  }
  .items-keyword .item__body {
    flex-direction: column-reverse;
    align-items: center;
  }
  .items-keyword-detail {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
  .items-recruitment {
    flex-wrap: wrap;
  }
  .items-recruitment .item {
    width: max(280px, min(39.0625vw, 320px));
  }
  .items-recruitment .item__thumb {
    aspect-ratio: 1/1;
  }
  .items-recruitment .item__thumb img {
    -o-object-position: 0 10%;
       object-position: 0 10%;
  }
  .items-recruitment .item__text {
    padding-top: 1em;
    padding-left: 0em;
    padding-right: 0em;
  }
  .items-program {
    display: block;
  }
  .items-program > * + * {
    margin-top: 80px;
  }
  .items-program .item {
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    padding-top: 40px;
    padding-bottom: 0;
  }
  .items-program .item__head {
    padding: 0em 0.25em;
    top: -1em;
    left: auto;
  }
  .items-program .item__head:has(._new-employee) {
    left: -0.75em;
  }
  .items-program .item__head:has(._step-up) {
    right: -0.5em;
  }
  .items-program .item__thumb {
    margin-left: auto;
    margin-right: auto;
  }
  .items-program .item__thumb .icon-more {
    translate: -10% -10%;
  }
  .items-talk-member .item {
    width: max(80px, min(18.2291666667vw, 180px));
  }
  .items-cross-talking .item__thumb .prof {
    width: max(100px, min(18.2291666667vw, 140px));
  }
  .items-kentei .item {
    border-width: 2px;
    padding: 1em 2em;
  }
  .carousel-mv-top__pagination {
    width: 100% !important;
    left: 0 !important;
    bottom: 14px !important;
  }
  .carousel-mv-top__pagination .swiper-pagination-bullet {
    background-color: #d9d9d9;
  }
  .js-accordion-body {
    transition-duration: 0.3s;
  }
  .c-marked-text > span {
    padding: 0.25em;
  }
  .logo-corporate img {
    width: max(100px, min(18.2291666667vw, 140px));
  }
  .tbl-recuirements tr th,
.tbl-recuirements tr td {
    display: block;
    width: 100%;
  }
  .tbl-recuirements tr th {
    padding-bottom: 0;
  }
  .tbl-recuirements tr td {
    width: 100%;
  }
  .tbl-overview tr th,
.tbl-overview tr td {
    display: block;
    width: 100%;
  }
  .tbl-overview tr th {
    width: 100%;
    padding-bottom: 0;
  }
  .tbl-overview tr td {
    width: 100%;
  }
  .tbl-training tr th,
.tbl-training tr td {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .tbl-training tr th {
    width: 100%;
    padding-bottom: 0;
  }
  .tbl-training tr td {
    width: 100%;
  }
  .tbl-training._th-s th {
    width: 100%;
  }
  .tbl-training._th-s td {
    width: 100%;
  }
  .tbl-training._th-l th {
    width: 100%;
  }
  .tbl-training._th-l td {
    width: 100%;
  }
  .tbl-training-wrap .ttl-lv2 {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .tbl-xxxxx._cl-12-29-59 tr th {
    width: 100%;
  }
  .tbl-xxxxx._cl-12-29-59 tr td:nth-of-type(1) {
    width: 60%;
  }
  .tbl-xxxxx._cl-12-29-59 tr td:nth-of-type(2) {
    width: 40%;
  }
  section.block .block__inner._narrow-when-sp {
    padding-left: 40px;
    padding-right: 40px;
  }
  .my-smf-container .msg-invalid {
    display: block;
    margin-top: max(40px, min(3.5714285714vw, 60px));
    margin-bottom: max(40px, min(3.5714285714vw, 60px));
    color: #cc3033;
    text-align: center;
  }
  .my-smf-container .smf-action {
    margin-top: 40px;
  }
  .u-only-pc,
br.u-only-pc,
img.u-only-pc {
    display: none !important;
  }
  .u-endpoint-of-linkto {
    top: calc(88px * -1);
  }
  .with-kakko::before, .with-kakko::after {
    border-width: 1px;
    height: 20%;
  }
  .with-kakko::before {
    translate: -30% 16px;
  }
  .with-kakko::after {
    translate: 30% -16px;
  }
  .page-head__image .txt-cross-talk {
    width: 60%;
  }
  .block-hero-image > img {
    height: max(220px, min(36.9047619048vw, 620px));
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
  }
  .block-hero-image._interview > img {
    height: max(240px, min(42.8571428571vw, 720px));
  }
  .banner-link2site._fixed-on-screen {
    max-width: 140px;
    bottom: 20px;
    right: 20px;
    flex-direction: column-reverse;
  }
  .banner-link2site._fixed-on-screen .banner-link2site__text {
    padding: 20px 10px 10px;
    width: 100%;
  }
  .banner-link2site._fixed-on-screen .banner-link2site__text .large {
    text-align: center;
    line-height: 1.3;
  }
  .banner-link2site._fixed-on-screen .banner-link2site__text .small {
    display: none;
  }
  .banner-link2site._fixed-on-screen .banner-link2site__img {
    width: 100%;
    height: 100px;
  }
  .banner-link2site._fixed-on-screen .banner-link2site__img img {
    height: 100%;
    width: auto;
    left: 0;
    right: 0;
    bottom: -16px;
    margin-left: auto;
    margin-right: auto;
  }
  .mv__head__inner {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    align-items: center;
  }
  .mv-copy__img img {
    translate: 40% -10%;
  }
  .mv__body {
    min-height: calc(100lvh - 88px);
  }
  .mv-keyword__inner {
    padding-bottom: 60px;
  }
  .mv-keyword__body {
    flex-direction: column;
    text-align: center;
  }
  .mv-keyword__charas {
    width: 100%;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  .mv-keyword__charas .man {
    translate: 0 -15%;
  }
  .mv-keyword__charas .lady {
    translate: 0 15%;
  }
  .mv-interview__inner {
    justify-content: center;
  }
  .mv-interview__head {
    margin-bottom: -60px;
  }
  .mv-interview__head .deco {
    translate: 2% 45% !important;
  }
  .mv-lju__body {
    flex-direction: column;
  }
  .mv-lju__body__texts {
    text-align: center;
  }
  .sect-top-interview .marquee._staff-interview {
    bottom: 0;
  }
  .sect-top-interview__head .text-lead {
    max-width: none;
  }
  .sect-top-interview__body {
    margin-top: max(20px, min(2.380952381vw, 40px));
  }
  .sect-top-interview__body .carousel-staff__pagination {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 0;
  }
  .sect-top-interview__foot .btn-link {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .sect-interview-qa .block__inner {
    padding-top: 80px;
  }
  .sect-interview-qa__body {
    flex-direction: column;
  }
  .sect-interview-1day__body {
    flex-direction: column;
  }
  .sect-interview-1day__body .images {
    width: 100%;
  }
  .sect-interview-1day__body .images img {
    width: calc(50% - max(20px, min(3.5714285714vw, 60px)) / 2);
    max-width: none;
  }
  .sect-interview-1day__foot {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sect-interview-1day__foot .box-day-off__body .thumb-and-text {
    flex-direction: column;
  }
  .sect-top-crosstalk .block__inner {
    padding-top: 0;
    flex-direction: column;
  }
  .sect-top-crosstalk__thumb img {
    border-radius: 0;
  }
  .sect-top-crosstalk__text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sect-top-crosstalk .ttl-en {
    margin-left: auto;
    margin-top: -5%;
    height: max(80px, min(15.625vw, 120px));
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sect-top-crosstalk .ttl-ja {
    margin-top: 20px;
    text-align: center;
  }
  .sect-top-crosstalk .text-lead {
    max-width: none;
  }
  .sect-top-crosstalk .btn-link {
    margin-left: auto;
    margin-right: auto;
  }
  .sect-top-keyword {
    padding-left: 20px;
  }
  .sect-top-keyword__head .deco-chara {
    width: max(120px, min(20.8333333333vw, 160px));
    left: 60%;
    translate: 0 -40%;
  }
  .sect-top-keyword__head .ttl-section {
    padding-right: 4em;
  }
  .sect-top-recruit {
    padding-left: 16px;
    padding-right: 16px;
  }
  .sect-top-recruit__head .text-lead {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sect-top-twitter {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sect-top-twitter .block__inner {
    flex-direction: column;
  }
  .sect-top-twitter .block__inner > * {
    flex: auto;
    width: 100%;
  }
  .sect-keyword__body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sect-keyword__body .box-graph {
    width: 80%;
  }
  .sect-keyword .box-schools {
    flex-direction: column;
  }
  .sect-keyword .box-schools__head {
    text-align: center;
  }
  .sect-company-visualtext__text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sect-company-visualtext._greeting .sect-company-visualtext__text {
    padding-left: 0;
    padding-right: 0;
  }
  .sect-crosstalk-head__body .box__head .title {
    text-align: center;
  }
  .sect-training .block__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sect-training__body .tab-heads-training {
    margin-bottom: max(20px, min(2.380952381vw, 40px));
  }
  .sect-training__body .tab-bodies-training .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sect-training__body .tab-bodies-training .content__body .box-vt {
    flex-direction: column;
  }
  .sect-training__body .tab-bodies-training .content__body .box-vt__visual {
    width: 100%;
    max-width: 300px;
  }
  .sect-training__body .tab-bodies-training .content .box-schedule__months {
    padding: 1em;
  }
  .sect-training__body .tab-bodies-training .content .box-schedule .ttl-lv2 {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .sect-training__body .tab-bodies-training .content .staff-pictures {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
  .sect-requirements__table {
    padding: 1em;
  }
}
@media screen and (min-width: 950px) {
  .items-staff:not(._others) .item__text .message {
    margin-top: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.25em;
    position: absolute;
    bottom: max(140px, min(15.4761904762vw, 260px));
    right: calc(100% + 1em);
    height: -moz-max-content;
    height: max-content;
    z-index: 1;
    font-size: max(1.4rem, min(0.9523809524vw, 1.6rem));
  }
  .items-staff:not(._others) .item__text .message::after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: max(50px, min(10.3571428571vw, 174px));
    transform: rotate(0deg);
    background-color: transparent;
    top: 100%;
    right: 0;
    z-index: -1;
    border-left: solid 2px #888;
    border-bottom: solid 2px #888;
    border-bottom-left-radius: 4px;
  }
  .items-staff:not(._others) .item__text .message .indent-tate {
    display: inline-block;
  }
}
@media screen and (max-width: 629px) {
  .items-recruitment .item .type {
    right: auto;
  }
  .items-recruitment .item .icons {
    left: auto;
    bottom: 10px;
  }
  .items-recruitment .item:nth-child(odd) .type {
    left: 20px;
  }
  .items-recruitment .item:nth-child(odd) .icons {
    right: 10px;
  }
  .items-recruitment .item:nth-child(even) .type {
    right: 20px;
  }
  .items-recruitment .item:nth-child(even) .icons {
    left: 10px;
  }
}
@media screen and (max-width: 500px) {
  .items-cross-talking .item {
    flex-direction: column-reverse;
    gap: 0;
  }
  .items-cross-talking .item__thumb {
    margin-top: -20px;
  }
  .items-cross-talking .item__text::after {
    right: 50%;
    top: 100%;
    bottom: auto;
    translate: 50% 0;
    rotate: -90deg;
  }
  .items-cross-talking .item:nth-child(odd) {
    align-items: flex-start;
  }
  .items-cross-talking .item:nth-child(odd) .item__thumb {
    padding-left: 20px;
  }
  .items-cross-talking .item:nth-child(even) .item__text::after {
    left: 50%;
    translate: -50% 0;
    rotate: 90deg;
  }
  .items-cross-talking .item:nth-child(even) {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .items-cross-talking .item:nth-child(even) .item__thumb {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1400px) {
  section.block .block__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sect-top-crosstalk .block__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sect-top-keyword .block__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 375px) {
  .my-smf-container .snow-monkey-form .nav-progress .item {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 951px) {
  .u-only-min950 {
    display: none !important;
  }
}
@media screen and (max-width: 1430px) {
  .mv-interview__head .deco {
    translate: -3% 30%;
  }
}
@media screen and (max-width: 450px) {
  .sect-top-keyword__foot {
    flex-direction: column;
  }
}
/*# sourceMappingURL=maps/main.css.map */
