@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: #293962;
  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: #293962;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 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;
}
body:not(.home):not(.page.recruit) {
  padding-top: 90px;
}
body.page.recruit {
  color: #000;
}

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

.en {
  font-family: "Poppins", sans-serif;
}
.en._italic {
  font-style: italic;
}

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

.l-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-left: 22px;
  padding-right: 22px;
  overflow: hidden;
}
.l-header__inner {
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
  max-width: 1284px;
}
.page.recruit .l-header:not(.is-not-scrolled) .l-header__menu-pc::after {
  opacity: 0;
}
.l-header__menu-pc {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.l-header__menu-pc__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-right: 40px;
}
.l-header__menu-pc__buttons .cta-buttons {
  display: flex;
  align-items: center;
  gap: 1em;
}
.l-header__menu-pc__buttons .cta-buttons > * {
  flex-shrink: 0;
}
.l-header__menu-pc__buttons .sns-buttons {
  display: flex;
  align-items: center;
  gap: 1em;
}
.l-header * {
  transition: all 0.1s linear;
}
.l-header .c-btn2sns .white {
  opacity: 0;
}
.l-header .c-btn2sns .blue {
  opacity: 0;
}
.l-header.js-home-header.is-not-scrolled:not(:hover) {
  background-color: transparent;
  border-bottom: none;
}
.l-header.js-home-header.is-not-scrolled:not(:hover) .logo-corporate .white {
  opacity: 1;
}
.l-header.js-home-header.is-not-scrolled:not(:hover) .logo-corporate .black {
  opacity: 0;
}
.l-header.js-home-header.is-not-scrolled:not(:hover) .c-btn2sns .black {
  opacity: 0;
}
.l-header.js-home-header.is-not-scrolled:not(:hover) .c-btn2sns .blue {
  opacity: 0;
}
.l-header.js-home-header.is-not-scrolled:not(:hover) .c-btn2sns .white {
  opacity: 1;
}
.l-header.js-home-header.is-not-scrolled:not(:hover) .c-btn2sns:hover .blue {
  opacity: 1;
}
.l-header.js-home-header.is-not-scrolled:not(:hover) .items-nav-global .item a {
  color: #fff;
}
.l-header:not(.js-home-header.is-not-scrolled) .logo-corporate .white {
  opacity: 0;
}
.l-header:not(.js-home-header.is-not-scrolled) .logo-corporate .black {
  opacity: 1;
}
.page.recruit .l-header:hover .l-header__menu-pc::after {
  opacity: 0;
}
.page.recruit .l-header .btn-menu-open {
  background-color: #0045ca;
}
.page.recruit .l-header .btn-menu-open.is-open {
  background-color: #00afff;
}
.l-header.is-open-drawer {
  background-color: #0075de !important;
  border-bottom: none !important;
}
.l-header.is-open-drawer .logo-corporate .white {
  opacity: 1 !important;
}
.l-header.is-open-drawer .logo-corporate .black {
  opacity: 0 !important;
}

.l-footer {
  background-color: #f7f7f7;
  padding-top: max(50px, min(5.8565153734vw, 80px));
  padding-bottom: max(50px, min(5.8565153734vw, 80px));
}
.l-footer__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: max(100px, min(16.1054172767vw, 220px));
       column-gap: max(100px, min(16.1054172767vw, 220px));
  padding-bottom: 30px;
}
.l-footer__head {
  padding-bottom: max(20px, min(2.196193265vw, 30px));
}
.l-footer__body .nav-global {
  width: 100%;
  display: flex;
  gap: max(40px, min(7.3206442167vw, 100px));
}
.l-footer__foot {
  padding-left: 22px;
  padding-right: 22px;
}
.l-footer__address {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
.l-footer__address > * + * {
  margin-top: 0.3em;
}
.l-footer .copyright {
  display: block;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: max(1rem, min(0.9516837482vw, 1.3rem));
  font-weight: 500;
}
.page.recruit .l-footer .footer__recruit-title {
  font-size: 1.9rem;
  font-weight: 600;
}
.page.recruit .l-footer .nav-global .items-nav-global .item a {
  color: #0045ca;
}

.l-drawer {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 200%;
  height: 100%;
  top: 50px;
  right: 0;
  transition: all 0.1s ease-in-out;
  z-index: 100;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.l-drawer::-webkit-scrollbar {
  display: none;
}
.l-drawer:not(.is-open) {
  translate: 0px -20px;
  opacity: 0;
  pointer-events: none;
}
.l-drawer__inner {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0075de;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  min-height: 100%;
  width: 100vw;
}
.page.recruit .l-drawer__inner {
  background-color: #0045ca;
}
.page.recruit .l-drawer__inner .nav-global {
  background-color: #fff;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 20px;
  padding-top: 4px;
  border-radius: 20px;
}
.page.recruit .l-drawer__inner .nav-global .items-nav-global .item {
  border-color: #000;
}
.page.recruit .l-drawer__inner .nav-global .items-nav-global .item a {
  color: #000;
  font-weight: 600;
}
.page.recruit .l-drawer__inner .nav-global .items-nav-global .item a::after {
  background-image: url(../img/icon_arrow_navy.svg);
}
.l-drawer .box-tel {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
}
.l-drawer .box-tel > * + * {
  margin-top: 0.5em;
}
.l-drawer .box-tel .hours {
  font-size: 1.2rem;
  font-weight: 500;
}
.l-drawer .c-btn-tel {
  color: #fff;
}

.c-btn {
  -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: space-between;
  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;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  background-color: #0075de;
  padding: 0.85em 1.25em 0.85em 1.5em;
  border-radius: 9999px;
  justify-content: space-between;
  min-width: 210px;
  gap: 1em;
  z-index: 2;
}
.c-btn *,
.c-btn *::before,
.c-btn *::after {
  transition: all 0.1s linear;
}
.c-btn:hover {
  background-color: #00afff;
  opacity: 1;
}
.c-btn:hover .arrow::after, .c-btn:hover .arrow::before {
  transform: translateX(250%);
}
.c-btn .arrow {
  overflow: hidden;
  content: "";
  display: block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  transform: rotate(0deg);
  background-color: #fff;
  display: block;
  position: relative;
  border-radius: 50%;
}
.c-btn .arrow::after, .c-btn .arrow::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: auto;
  aspect-ratio: 1024/811;
  background: url(../img/icon_arrow_blue.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-btn .arrow::before {
  left: auto;
  right: 150%;
}
.c-btn._white {
  background-color: #fff;
  color: #0075de;
}
.c-btn._white:hover, .c-btn._white.is-active {
  background-color: #0075de;
  color: #fff;
}
.c-btn._white:hover .arrow, .c-btn._white.is-active .arrow {
  background-color: #fff;
}
.c-btn._white.is-active .arrow::after, .c-btn._white.is-active .arrow::before {
  background-image: url(../img/icon_arrow_blue.svg);
}
.c-btn._white .arrow {
  background-color: #0075de;
}
.c-btn._white .arrow::after {
  background-image: url(../img/icon_arrow_white.svg);
}
.c-btn._white._hover-is-sky:hover {
  background-color: #00afff;
}
.c-btn._white._w-recruit {
  color: #0045ca;
}
.c-btn._white._w-recruit .arrow {
  background-color: #0045ca;
}
.c-btn._white._w-recruit:hover {
  background-color: #fafa00;
}
.c-btn._white._w-recruit:hover .arrow {
  background-color: #fff;
}
.c-btn._transparent {
  background-color: transparent;
  padding: 0;
  min-width: auto;
  gap: 1.5em;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.c-btn._transparent:hover .arrow {
  background-color: #fff;
}
.c-btn._transparent:hover .text::after {
  opacity: 1;
}
.c-btn._transparent .text::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  transform: rotate(0deg);
  background-color: #fff;
  bottom: -0.5em;
  transition: all 0.1s linear;
  opacity: 0;
}
.c-btn._transparent .arrow {
  background-color: #fff;
}
.c-btn._transparent .arrow::after, .c-btn._transparent .arrow::before {
  background-image: url(../img/icon_arrow_blue.svg);
}
.c-btn._transparent._t-blue {
  color: #0075de;
}
.c-btn._transparent._t-blue:hover .arrow {
  background-color: #0075de;
}
.c-btn._transparent._t-blue .text::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  transform: rotate(0deg);
  background-color: #0075de;
}
.c-btn._transparent._t-blue .arrow {
  background-color: #0075de;
}
.c-btn._transparent._t-blue .arrow::after, .c-btn._transparent._t-blue .arrow::before {
  background-image: url(../img/icon_arrow_white.svg);
}
.c-btn._transparent._t-yellow {
  color: #fafa00;
}
.c-btn._transparent._t-yellow:hover {
  color: #fff;
}
.c-btn._transparent._t-yellow:hover .arrow {
  background-color: #fff;
}
.c-btn._transparent._t-yellow .text::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  transform: rotate(0deg);
  background-color: #fff;
}
.c-btn._transparent._t-yellow .arrow {
  background-color: #fafa00;
}
.c-btn._transparent._t-yellow .arrow::after, .c-btn._transparent._t-yellow .arrow::before {
  background-image: url(../img/icon_arrow_blue.svg);
}
.c-btn._blue-recruit {
  background-color: #0045ca;
}
.c-btn._blue-recruit:hover {
  color: #0045ca;
  background-color: #fafa00;
}
.c-btn._drawer-recruit {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  gap: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #0045ca;
}
.c-btn._drawer-recruit._tel {
  background-color: #eaf98e;
}
.c-btn._drawer-recruit._tel .text {
  gap: 0.25em;
}
.c-btn._drawer-recruit._entry {
  background-color: #68d9f2;
}
.c-btn._drawer-recruit._entry .text {
  gap: 0.5em;
}
.c-btn._drawer-recruit .text {
  display: flex;
  align-items: center;
}
.c-btn._drawer-recruit .text__number {
  font-size: 2.8rem;
}
.c-btn._drawer-recruit .text__label {
  font-size: 2rem;
}
.c-btn._drawer-recruit .hours {
  font-size: 1.1rem;
  line-height: 1;
}

.c-btn2recruit {
  font-size: max(1.6rem, min(1.6105417277vw, 2.2rem));
  width: 7.3em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  right: 50px;
  bottom: 80px;
  z-index: 10;
  background: url(../img/bg_btn_link2recruit.png) no-repeat center center/cover;
  transition: all 0.1s linear;
}
.c-btn2recruit:hover {
  opacity: 1;
  scale: 1.05;
  background-image: url(../img/bg_btn_link2recruit_hovered.png);
}
.c-btn2recruit__white {
  text-align: center;
  color: #fff;
  line-height: 1.1;
  font-weight: 700;
}
.c-btn2recruit__yellow {
  color: #eaf98e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0.25em;
}
.c-btn2recruit__yellow .main {
  font-size: 0.7em;
}
.c-btn2recruit__yellow .sub {
  font-size: 0.55em;
  margin-top: 0.15em;
}
.c-btn2recruit__arrow {
  margin-top: 0.25em;
  aspect-ratio: 1655/1311;
  width: 0.85em;
}
.c-btn2recruit.is-hide {
  opacity: 0;
  pointer-events: none;
}

.c-btn2guideline {
  aspect-ratio: 1/1;
  font-size: max(1.4rem, min(1.4641288433vw, 2rem));
  width: 8em;
  display: grid;
  align-content: center;
  justify-content: center;
  place-content: center;
  position: fixed;
  right: max(20px, min(3.6603221083vw, 50px));
  bottom: max(60px, min(5.8565153734vw, 80px));
  z-index: 10;
  background-color: #0045ca;
  border-radius: 50%;
  transition: all 0.2s linear;
}
.c-btn2guideline:hover {
  opacity: 1;
  scale: 1.05;
}
.c-btn2guideline__text {
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.c-btn2guideline__deco {
  aspect-ratio: 1/1;
  width: 95%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center;
  animation: rolling_text 15s linear infinite;
}
@keyframes rolling_text {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.c-btn2guideline.is-hide {
  opacity: 0;
  pointer-events: none;
  translate: 40px 0;
}

.c-btn-scroll2top {
  -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: space-between;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #00afff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.1s linear;
  will-change: transform;
  position: fixed;
  bottom: max(20px, min(2.9282576867vw, 40px));
  right: max(20px, min(2.9282576867vw, 40px));
  z-index: 10;
  font-size: max(1.4rem, min(1.317715959vw, 1.8rem));
  aspect-ratio: 1/1;
  width: 2.5em;
  display: grid;
  align-content: center;
  justify-content: center;
  place-content: center;
  opacity: 0;
  pointer-events: none;
}
.c-btn-scroll2top *,
.c-btn-scroll2top *::before,
.c-btn-scroll2top *::after {
  transition: all 0.1s linear;
}
.c-btn-scroll2top:hover {
  opacity: 1;
  scale: 1.1;
}
.c-btn-scroll2top .icon {
  aspect-ratio: 1687/2129;
  width: auto;
  height: 1em;
}
.c-btn-scroll2top.is-show {
  opacity: 1;
  pointer-events: inherit;
}
.page.recruit .c-btn-scroll2top {
  border-radius: 10px;
  background-color: #fff;
}
.page.recruit .c-btn-scroll2top .icon {
  height: 1.15em;
}

.btn-cta {
  -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: space-between;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #00afff;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.1s linear;
  will-change: transform;
  font-size: max(1.6rem, min(1.317715959vw, 1.8rem));
  padding: 0em 1em;
  min-width: max(100px, min(16.1054172767vw, 220px));
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 1.5em;
  line-height: 1.1;
}
.btn-cta *,
.btn-cta *::before,
.btn-cta *::after {
  transition: all 0.1s linear;
}
.btn-cta:hover {
  opacity: 1;
  background-color: #0075de;
}

.c-btn2sns {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-btn2sns > img {
  display: block;
  height: 25px;
  width: auto;
}
.c-btn2sns > img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.c-btn2sns:hover {
  opacity: 1;
}
.c-btn2sns:hover .blue {
  opacity: 1;
}
.page.recruit .c-btn2sns .black {
  filter: brightness(0%);
}
.c-btn-tel {
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: max(2.1rem, min(1.6837481698vw, 2.3rem));
}
.c-btn-tel > * {
  display: inline-block;
}
.c-btn-tel .tel {
  margin-right: 0.1em;
}
.c-btn-tel .number {
  font-size: 1.55em;
}

.c-btn-open-contents {
  -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: space-between;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #0075de;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.1s linear;
  will-change: transform;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1em 1.5em;
  border-radius: 999px;
  text-align: center;
  gap: 0.5em;
}
.c-btn-open-contents *,
.c-btn-open-contents *::before,
.c-btn-open-contents *::after {
  transition: all 0.1s linear;
}
.c-btn-open-contents:hover {
  background-color: #00afff;
}
.c-btn-open-contents::after {
  content: "";
  display: inline-block;
  width: 0.85em;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/_ui_parts/icon_accordion_open.svg) no-repeat center center;
  background-size: contain;
}
.c-btn-open-contents._close::after {
  content: "";
  display: inline-block;
  width: 0.85em;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/_ui_parts/icon_accordion_close.svg) no-repeat center center;
  background-size: contain;
}

.btn-menu-open,
.btn-menu-close {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 70px;
  height: auto;
  aspect-ratio: 70/32;
  color: #fff;
  background-color: #00afff;
  border-radius: 999px;
}
.btn-menu-open .text,
.btn-menu-close .text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  display: block;
}
.btn-menu-open img,
.btn-menu-close img {
  width: 20px;
  height: auto;
  display: block;
}
.btn-menu-open .icon-close,
.btn-menu-close .icon-close {
  display: none;
}
.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: space-between;
  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 a {
  transition: all 0.1s linear;
}
.nav-global._in-header .nav-global__items {
  display: flex;
}
.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-topics .nav-topics__inner {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.nav-work-years {
  background-color: #00afff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 16px;
  padding-right: 16px;
}
.nav-work-years__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
}
.nav-work-years__title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.nav-work-years__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  transform: rotate(0deg);
  background-color: #fff;
  top: calc(100% + 0.2em);
}

.nav-breadcrumbs {
  font-size: 1.3rem;
}
.nav-breadcrumbs__inner {
  padding-top: max(16px, min(2.196193265vw, 30px));
  padding-bottom: max(16px, min(2.196193265vw, 30px));
  padding-left: max(22px, min(5.8565153734vw, 80px));
  padding-right: max(22px, min(5.8565153734vw, 80px));
}
.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: #fff;
}
.nav-breadcrumbs .breadcrumbs > span a:hover {
  opacity: 1;
}
.nav-breadcrumbs .breadcrumbs > span a:hover::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  transform: rotate(0deg);
  background-color: #fff;
  top: calc(100% + 0.2em);
}
.nav-breadcrumbs .breadcrumbs > span:not(:first-of-type) {
  padding-left: 2em;
  position: relative;
}
.nav-breadcrumbs .breadcrumbs > span:not(:first-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1px;
  transform: rotate(0deg);
  background-color: #fff;
  transform-origin: center;
  left: calc(0% + 0.5em);
  top: 45%;
  rotate: -60deg;
}
.nav-breadcrumbs .breadcrumbs .current-item {
  color: #fff;
  display: inline-block;
  max-width: 30em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wp-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagination .navigation .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.wp-pagination .navigation .nav-links .page-numbers {
  display: grid;
  align-content: center;
  justify-content: center;
  place-content: center;
  border-radius: 5px;
  aspect-ratio: 1/1;
  width: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  transition: all 0.1s linear;
  background-color: #d8eafa;
}
.wp-pagination .navigation .nav-links .page-numbers.current {
  background-color: #0075de;
  color: #fff;
}
.wp-pagination .navigation .nav-links .page-numbers:hover {
  background-color: #0075de;
  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: #293962;
  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(4.39238653vw, 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.4641288433vw, 20px));
}
.wp-pager__button._back2list a .icon {
  aspect-ratio: 1/1;
  width: 1.5em;
}
.wp-pager__button._back2list a .text {
  line-height: 1;
}

.ttl-section {
  position: relative;
  z-index: 1;
}
.ttl-section .sub {
  font-size: 1.6rem;
  color: #767889;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.ttl-section .sub::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  transform: rotate(0deg);
  background-color: #0075de;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.75em;
}
.ttl-section .main {
  margin-top: 0.1em;
  color: #293962;
  font-weight: 700;
  font-size: max(2.5rem, min(2.3426061493vw, 3.2rem));
  letter-spacing: 0.02em;
}
.ttl-section._white .sub {
  color: #fff;
}
.ttl-section._white .main {
  color: #fff;
}
.ttl-section._white._dot-is-sky .sub::before {
  background-color: #00afff;
}
.ttl-section._with-top-bar .main {
  font-size: max(2.5rem, min(2.196193265vw, 3rem));
  padding-top: 1.5em;
  margin-top: 0;
}
.ttl-section._with-top-bar .main::before {
  content: "";
  display: block;
  position: absolute;
  width: 2em;
  height: 2px;
  transform: rotate(0deg);
  background-color: #0075de;
  top: 0;
  left: 0;
}

.ttl-section-recruit {
  color: #fff;
  position: relative;
}
.ttl-section-recruit > * {
  display: block;
  line-height: 1;
}
.ttl-section-recruit .ja {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: flex;
  align-items: flex-end;
  gap: 0.5em;
  line-height: 1.2;
}
.ttl-section-recruit .ja::before {
  content: "";
  display: block;
  position: absolute;
  width: 43px;
  height: 45px;
  transform: rotate(0deg);
  background-color: #fafa00;
  position: relative;
  display: block;
  clip-path: polygon(57.5% 0%, 100% 0%, 42.5% 100%, 0% 100%);
}
.ttl-section-recruit .en {
  font-size: max(4rem, min(3.2942898975vw, 4.5rem));
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-top: 15px;
}
.ttl-section-recruit._black {
  color: #000;
}
.ttl-section-recruit._black .ja::before {
  background-color: #0045ca;
}

.ep-scroll-to {
  position: absolute;
  bottom: calc(100% + 50px + 20px);
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.ttl-section-lead {
  font-size: max(2.3rem, min(2.635431918vw, 3.6rem));
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.ttl-section-lead._with-top-bar {
  padding-top: 1em;
}
.ttl-section-lead._with-top-bar::before {
  content: "";
  display: block;
  position: absolute;
  width: 2em;
  height: max(6px, min(0.5856515373vw, 8px));
  transform: rotate(0deg);
  background-color: #fafa00;
  top: 0;
  left: 0;
}

.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-topics .item {
  border-bottom: solid 1px #767889;
}
.items-topics .item:first-child {
  border-top: solid 1px #767889;
}
.items-topics .item a {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: max(24px, min(2.3426061493vw, 32px));
  padding-bottom: max(24px, min(2.3426061493vw, 32px));
  gap: max(15px, min(4.39238653vw, 60px));
}
.items-topics .item a::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: auto;
  aspect-ratio: 1183/937;
  background: url(../img/icon_arrow_navy.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.items-topics .item a:hover .title {
  color: #0075de;
}
.items-topics .item__head {
  flex-shrink: 0;
  min-width: 210px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.items-topics .item__head .c-bourbon {
  font-size: 1.3rem;
  font-weight: 600;
  background-color: rgba(0, 117, 222, 0.15);
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.items-topics .item__head .date {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0075de;
}
.items-topics .item__body {
  width: 100%;
}
.items-topics .item__body .title {
  font-weight: 500;
  font-size: max(1.5rem, min(1.1713030747vw, 1.6rem));
}

.items-top-business {
  width: 100%;
  display: grid;
  grid-gap: max(20px, min(2.0497803807vw, 28px));
  gap: max(20px, min(2.0497803807vw, 28px));
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-row-gap: 60px;
  row-gap: 60px;
}
.items-top-business > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  grid-gap: 0;
  gap: 0;
  align-items: start;
}
.items-top-business .item__thumb {
  aspect-ratio: 230/200;
  width: 100%;
  height: auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.items-top-business .item__thumb > * {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-top-business .item .title {
  font-size: 2.8rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: 600;
}
.items-top-business .item .description {
  font-size: 1.7rem;
  font-weight: 600;
}
.items-top-business .item .c-btn {
  margin-top: 1em;
}

.items-nav-global .item {
  width: -moz-fit-content;
  width: fit-content;
}
.items-nav-global .item a {
  font-size: 1.5rem;
  font-weight: 600;
}
.items-nav-global .item a:hover {
  color: #0075de;
}
.items-nav-global._in-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px max(15px, min(2.196193265vw, 30px));
}
.items-nav-global._in-header a {
  color: #293962;
  font-size: max(1.3rem, min(1.0980966325vw, 1.5rem));
  line-height: 1.2;
  display: block;
}
.page.recruit .items-nav-global._in-header a {
  color: #000;
}
.page.recruit .items-nav-global._in-header a:hover {
  color: #0075de;
  opacity: 1;
}
.items-nav-global._in-drawer .item {
  border-bottom: solid 1px #fff;
  width: 100%;
}
.items-nav-global._in-drawer .item a {
  color: #fff;
  padding-top: 0.85em;
  padding-bottom: 0.85em;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
}
.items-nav-global._in-drawer .item a:hover {
  color: #fff;
}
.items-nav-global._in-drawer .item a::after {
  content: "";
  display: inline-block;
  width: 0.65em;
  height: auto;
  aspect-ratio: 1183/937;
  background: url(../img/icon_arrow_white.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.items-nav-global._in-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.75em;
  width: -moz-fit-content;
  width: fit-content;
}
.items-nav-global._in-footer a {
  color: #293962;
}

.items-sponsors {
  display: flex;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  gap: max(16px, min(2.9282576867vw, 40px));
}
.items-sponsors .item a {
  display: block;
}
.items-sponsors .item a img {
  display: block;
  height: max(60px, min(10.2489019034vw, 140px));
  width: auto;
}

.items-x-scroll {
  display: flex;
  gap: 35px;
}
.items-x-scroll._event .item__text {
  padding-top: 20px;
}
.items-x-scroll .item {
  width: max(240px, min(22.6939970717vw, 310px));
  flex-shrink: 0;
  background-color: #f0f0f0;
}
.items-x-scroll .item__thumb {
  aspect-ratio: 310/250;
  width: 100%;
  height: auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.items-x-scroll .item__thumb > * {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-x-scroll .item__text {
  padding-top: 30px;
}
.items-x-scroll .item__text .head-number {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
.items-x-scroll .item__text .head-number .number {
  font-size: 1.8rem;
}
.items-x-scroll .item__text .head-number::before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 26px;
  transform: rotate(0deg);
  background-color: #fafa00;
  position: relative;
  display: block;
  clip-path: polygon(57.5% 0%, 100% 0%, 42.5% 100%, 0% 100%);
  margin-right: 3px;
}
.items-x-scroll .item__text .title {
  font-size: max(2rem, min(1.6837481698vw, 2.3rem));
  font-weight: 600;
}
.items-x-scroll .item__text .description {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
}
.items-x-scroll .item__text .c-btn {
  margin-top: 30px;
}
.items-x-scroll .item.spacer {
  background-color: transparent;
}

.items-makers {
  width: 100%;
  display: grid;
  grid-gap: max(10px, min(1.4641288433vw, 20px));
  gap: max(10px, min(1.4641288433vw, 20px));
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-row-gap: max(15px, min(2.196193265vw, 30px));
  row-gap: max(15px, min(2.196193265vw, 30px));
}
.items-makers > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
  grid-gap: 0;
  gap: 0;
  align-items: start;
}
.items-makers .item {
  border-radius: 10px;
  outline: solid 1px #293962;
  overflow: hidden;
  z-index: 1;
}
.items-makers .item a {
  overflow: hidden;
  display: block;
  position: relative;
  aspect-ratio: 235/127;
  position: relative;
  overflow: hidden;
}
.items-makers .item a:hover img {
  transform: scale(1.05);
}
.items-makers .item a > * {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-makers .item a img {
  transition: transform 0.1s ease-in-out;
}

.items-works {
  width: 100%;
  display: grid;
  grid-gap: max(20px, min(2.5622254758vw, 35px));
  gap: max(20px, min(2.5622254758vw, 35px));
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-row-gap: max(30px, min(4.39238653vw, 60px));
  row-gap: max(30px, min(4.39238653vw, 60px));
}
.items-works > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  grid-gap: 0;
  gap: 0;
  align-items: start;
}
.items-works .item__thumb {
  aspect-ratio: 290/190;
  width: 100%;
  height: auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.items-works .item__thumb > * {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-works .item__texts {
  padding-top: 10px;
}
.items-works .item__texts > * + * {
  margin-top: 10px;
}
.items-works .item__texts .title {
  font-size: 2rem;
  font-weight: 600;
}
.items-works .item__texts .customer {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.25em 1em;
  border-radius: 3px;
  border: solid 1px #293962;
}
.items-works .item__terms {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  gap: 0.5em;
}
.items-works .item__terms .term {
  width: calc((100% - 0.5em) / 2);
  background-color: #d8eafa;
  font-weight: 500;
  padding: 0.25em 0.5em;
  text-align: center;
  border-radius: 3px;
}

.items-work-years {
  width: 100%;
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  grid-row-gap: 10px;
  row-gap: 10px;
}
.items-work-years > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
  grid-gap: 0;
  gap: 0;
  align-items: start;
}
.items-work-years .item .c-btn {
  width: 100%;
  min-width: auto;
  border-radius: 5px;
  color: #293962;
  padding: 0.5em 0.75em;
}
.items-work-years .item .c-btn:hover, .items-work-years .item .c-btn.is-active {
  color: #fff;
}
.items-work-years .item .c-btn .text .text__yyyy {
  font-size: 1.9rem;
  font-weight: 600;
}
.items-work-years .item .c-btn .text .text__nendo {
  font-size: 1.3rem;
  font-weight: 600;
}

.items-works-photos {
  display: flex;
  flex-wrap: wrap;
  gap: max(10px, min(1.4641288433vw, 20px));
}
.items-works-photos .item {
  width: calc((100% - max(10px, min(1.4641288433vw, 20px))) / 2);
  height: auto;
  aspect-ratio: 450/280;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.items-works-photos .item > * {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.items-cat-topic {
  width: 100%;
  display: grid;
  grid-gap: max(10px, min(1.4641288433vw, 20px));
  gap: max(10px, min(1.4641288433vw, 20px));
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-row-gap: 20px;
  row-gap: 20px;
}
.items-cat-topic > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
  grid-gap: 0;
  gap: 0;
  align-items: start;
}
.items-cat-topic .item a {
  font-size: max(1.7rem, min(1.4641288433vw, 2rem));
  font-weight: 600;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 100%;
}

.items-strength > * + * {
  margin-top: max(50px, min(7.3206442167vw, 100px));
}
.items-strength .item {
  display: flex;
  gap: max(20px, min(5.1244509517vw, 70px));
  align-items: center;
}
.items-strength .item__thumb {
  flex-shrink: 0;
  aspect-ratio: 500/380;
  max-width: max(400px, min(36.6032210835vw, 500px));
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.items-strength .item__thumb > * {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-strength .item__text {
  flex: 1;
}
.items-strength .item__text > * + * {
  margin-top: max(30px, min(2.9282576867vw, 40px));
}
.items-strength .item__text .title-en {
  font-size: max(1.3rem, min(1.1713030747vw, 1.6rem));
  font-weight: 500;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
}
.items-strength .item__text .title-en .num {
  font-size: 3.5em;
  color: #00afff;
}
.items-strength .item__text .title-en .eng {
  color: #0075de;
}
.items-strength .item__text .title {
  font-size: max(3rem, min(2.3426061493vw, 3.2rem));
  line-height: 1;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 1em;
  letter-spacing: 0.03em;
}
.items-strength .item__text .title > * + * {
  margin-top: 0.35em;
}
.items-strength .item__text .title span {
  display: block;
  line-height: 1;
}
.items-strength .item__text .title .small {
  font-size: 0.6em;
}
.items-strength .item__text .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 2em;
  transform: rotate(0deg);
  background-color: #0075de;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
.items-strength .item__text .text {
  line-height: 2;
}

.items-equipment {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: max(50px, min(5.8565153734vw, 80px));
       column-gap: max(50px, min(5.8565153734vw, 80px));
  row-gap: 30px;
  justify-content: center;
}
.items-equipment .item {
  width: 100%;
  max-width: 230px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.items-equipment .item__thumb {
  aspect-ratio: 230/200;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.items-equipment .item__thumb > * {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-equipment .item__text {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.items-equipment .item__text .title {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2.4rem;
  font-weight: 700;
}
.items-equipment .item__text .text {
  font-weight: 600;
  line-height: 1.75;
}
.items-equipment._has-over-3items {
  -moz-column-gap: max(20px, min(1.9033674963vw, 26px));
       column-gap: max(20px, min(1.9033674963vw, 26px));
}
.items-3images {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: max(20px, min(3.6603221083vw, 50px));
}
.items-3images .item {
  flex-shrink: 0;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 300/210;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.items-3images .item > * {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.items-award-photo {
  display: flex;
  align-items: center;
  width: 100%;
  gap: max(15px, min(2.196193265vw, 30px));
}
.items-award-photo .item {
  overflow: hidden;
  border-radius: 10px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.items-award-photo .item > * {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-award-photo .item:nth-child(odd) {
  aspect-ratio: 230/300;
  width: max(144px, min(16.8374816984vw, 230px));
  height: auto;
}
.items-award-photo .item:nth-child(even) {
  aspect-ratio: 320/230;
  width: max(200px, min(23.4260614934vw, 320px));
  height: auto;
}

.items-work-qa {
  display: flex;
  flex-wrap: wrap;
  row-gap: max(20px, min(2.196193265vw, 30px));
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.items-work-qa .item__q {
  color: #0045ca;
  font-size: max(1.8rem, min(1.4641288433vw, 2rem));
  font-weight: 600;
}
.items-work-qa .item__q .icon {
  font-size: max(3rem, min(2.9282576867vw, 4rem));
  display: inline-block;
  margin-right: 0.25em;
}
.items-work-qa .item__a {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
}

.items-environment-recruit {
  width: 100%;
  display: grid;
  grid-gap: max(30px, min(2.5622254758vw, 35px));
  gap: max(30px, min(2.5622254758vw, 35px));
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.items-environment-recruit > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  grid-gap: 0;
  gap: 0;
  align-items: start;
}
.items-environment-recruit .item__thumb {
  aspect-ratio: 310/250;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.items-environment-recruit .item__thumb > * {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-environment-recruit .item__text {
  background-color: #0045ca;
  color: #fff;
  padding: 22px;
  height: 100%;
  position: relative;
}
.items-environment-recruit .item__text::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  transform: rotate(0deg);
  background-color: #0045ca;
  bottom: calc(100% - 1px);
  left: 0;
  z-index: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
}
.items-environment-recruit .item__text .title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fafa00;
  text-align: center;
}
.items-environment-recruit .item__text .description {
  margin-top: 10px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.items-data {
  width: 100%;
  display: grid;
  grid-gap: max(30px, min(2.9282576867vw, 40px));
  gap: max(30px, min(2.9282576867vw, 40px));
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.items-data > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  grid-gap: 0;
  gap: 0;
  align-items: start;
}
.items-data .item {
  background-color: #fff;
  color: #0045ca;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 8px;
  padding-right: 8px;
}
.items-data .item__head {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
.items-data .item__head::after {
  content: "";
  display: block;
  position: absolute;
  width: 2em;
  height: 3px;
  transform: rotate(0deg);
  background-color: #fafa00;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  right: 0;
  z-index: 0;
  margin: auto;
}
.items-data .item__body {
  margin-top: 50px;
}
.items-data .item__body .info {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.items-data .item__body .info__number {
  font-size: 6.8rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  display: inline-block;
  margin-left: 0.1em;
  margin-right: 0.1em;
}
.items-data .item__image {
  width: 85%;
  height: auto;
  aspect-ratio: 4/3;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
  opacity: 0.8;
}
.items-data .item .js-countup-when-framein {
  display: inline-block;
}
.items-data .item .js-countup-when-framein.is-finished {
  animation: count_finished 0.5s ease-in-out forwards;
}
@keyframes count_finished {
  0% {
    scale: 0.9;
  }
  80% {
    scale: 1.3;
  }
  100% {
    scale: 1;
  }
}

.items-loop-image {
  display: flex;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.items-loop-image .item {
  width: max(132px, min(16.1054172767vw, 220px));
  height: auto;
  aspect-ratio: 220/300;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.items-loop-image .item > * {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.items-yellow-texts {
  font-size: max(1.6rem, min(1.4641288433vw, 2rem));
}
.items-yellow-texts > * + * {
  margin-top: 1em;
}
.items-yellow-texts .item {
  color: #fafa00;
  font-weight: 700;
  line-height: 1.25;
  padding-left: 1.5em;
  position: relative;
}
.items-yellow-texts .item::before {
  content: "●";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0em;
}

.carousel-mv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.carousel-mv .items-mv-slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.carousel-mv .items-mv-slide .item {
  width: 100%;
  height: 100%;
}
.carousel-mv .items-mv-slide .item > picture {
  width: 100%;
  height: 100%;
}
.carousel-mv .items-mv-slide .item > picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-mv .swiper-slide-active img,
.carousel-mv .swiper-slide-duplicate-active img,
.carousel-mv .swiper-slide-prev img {
  animation: zoomUp 7s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.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;
}

.tab-guideline {
  display: flex;
  gap: max(10px, min(1.4641288433vw, 20px));
  font-size: max(1.8rem, min(1.4641288433vw, 2rem));
  font-weight: 700;
  color: #0045ca;
}
.tab-guideline .item {
  border-radius: 10px 10px 0 0;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: max(120px, min(23.4260614934vw, 320px));
  height: max(50px, min(5.1244509517vw, 70px));
}

.tab-content-guideline .item {
  padding-top: max(50px, min(5.1244509517vw, 70px));
  padding-bottom: max(50px, min(5.1244509517vw, 70px));
  padding-left: max(22px, min(4.39238653vw, 60px));
  padding-right: max(22px, min(4.39238653vw, 60px));
  background-color: #fff;
  border: 3px solid;
}

.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.756954612vw, 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 {
  aspect-ratio: 402/61;
  width: max(228px, min(29.4289897511vw, 402px));
  height: auto;
}
.logo-corporate a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.logo-corporate a > * {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.logo-corporate a .white {
  opacity: 0;
}
.logo-corporate img {
  max-width: 100%;
  height: 100%;
}
.logo-corporate._in-footer {
  width: max(260px, min(25.4758418741vw, 348px));
}

table {
  width: 100%;
  caret-color: transparent;
}
.tbl-other-works {
  border: 1px solid #293962;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  min-width: 680px;
}
.tbl-other-works th,
.tbl-other-works td {
  border-bottom: 1px solid #293962;
}
.tbl-other-works th {
  padding: 1em;
  background-color: #0075de;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.tbl-other-works td {
  padding: 0.9em 1.25em;
  border-left: 1px solid #293962;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  vertical-align: middle;
}
.tbl-other-works tr td:first-child {
  border-left: none;
}
.tbl-other-works tr th:nth-child(even) {
  background-color: #1386ef;
}
.tbl-other-works tr th:nth-child(1) {
  width: 48%;
}
.tbl-other-works tr th:nth-child(2) {
  width: 20%;
}
.tbl-other-works tr:last-child th,
.tbl-other-works tr:last-child td {
  border-bottom: none;
}

.tbl-fujikankou {
  width: 100%;
  font-size: max(1.5rem, min(1.2445095168vw, 1.7rem));
  font-weight: 500;
}
.tbl-fujikankou tr {
  border-bottom: 1px solid #293962;
}
.tbl-fujikankou tr th,
.tbl-fujikankou tr td {
  padding: 1.5em 0;
}
.tbl-fujikankou tr th {
  font-weight: 500;
}
.tbl-fujikankou._work-detail tr th {
  width: 27%;
}
.tbl-fujikankou._work-detail tr td {
  width: 73%;
}
.tbl-fujikankou._about-us tr {
  border-color: #707070;
}
.tbl-fujikankou._about-us tr:first-child {
  border-top: solid 1px #707070;
}
.tbl-fujikankou._about-us tr td {
  font-weight: 400;
  line-height: 2;
}
.tbl-fujikankou._history tr:first-child {
  border-top: solid 1px #293962;
}
.tbl-fujikankou._history tr th .en {
  font-size: 1.25em;
}
.tbl-fujikankou._history tr td {
  line-height: 2;
}
.tbl-fujikankou._guideline tr {
  border-bottom: 1px solid #bebebe;
}
.tbl-fujikankou._guideline tr:first-child {
  border-top: solid 1px #bebebe;
}
.tbl-fujikankou._guideline tr th {
  font-weight: 500;
  font-size: 1.6rem;
}
.tbl-fujikankou._guideline tr td {
  line-height: 2;
  font-weight: 400;
  font-size: max(1.5rem, min(1.1713030747vw, 1.6rem));
}

.tbl-license tr {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.tbl-license tr th,
.tbl-license tr td {
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  vertical-align: middle;
}
.tbl-license tr th {
  font-weight: 500;
  width: calc(100% - 3em);
}
.tbl-license tr td {
  text-align: right;
  width: 3em;
}

.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;
  background-color: #fff;
}
section.block._pt30_40 {
  padding-top: max(30px, min(2.9282576867vw, 40px));
}
section.block._pt40-60 {
  padding-top: max(40px, min(4.39238653vw, 60px));
}
section.block._pt60-80 {
  padding-top: max(60px, min(5.8565153734vw, 80px));
}
section.block._pt60-120 {
  padding-top: max(60px, min(8.78477306vw, 120px));
}
section.block._pt80-120 {
  padding-top: max(80px, min(8.78477306vw, 120px));
}
section.block._pt80-160 {
  padding-top: max(80px, min(11.7130307467vw, 160px));
}
section.block._pb60-120 {
  padding-bottom: max(60px, min(8.78477306vw, 120px));
}
section.block._pb80-120 {
  padding-bottom: max(80px, min(8.78477306vw, 120px));
}
section.block._pb80-160 {
  padding-bottom: max(80px, min(11.7130307467vw, 160px));
}
section.block._pb90-180 {
  padding-bottom: max(90px, min(13.17715959vw, 180px));
}
section.block._pb200_320 {
  padding-bottom: max(200px, min(23.4260614934vw, 320px));
}
section.block._pb240_480 {
  padding-bottom: max(240px, min(35.1390922401vw, 480px));
}

.bg-waving-blue {
  background: radial-gradient(circle at 20% 50%, #f9fcff 0%, transparent 50%), radial-gradient(circle at 80% 50%, #c1e3ff 0%, transparent 50%), linear-gradient(135deg, #f9fcff 0%, #c1e3ff 100%);
  background-size: 200% 200%, 200% 200%, 100% 100%;
  animation: waveMove 6s ease-in-out infinite;
}
@keyframes waveMove {
  0% {
    background-position: 0% 50%, 100% 50%, 0% 0%;
  }
  25% {
    background-position: 100% 50%, 0% 50%, 0% 0%;
  }
  50% {
    background-position: 100% 50%, 100% 50%, 0% 0%;
  }
  75% {
    background-position: 0% 50%, 0% 50%, 0% 0%;
  }
  100% {
    background-position: 0% 50%, 100% 50%, 0% 0%;
  }
}

.my-smf-container input[type=text],
.my-smf-container input[type=email],
.my-smf-container input[type=tel],
.my-smf-container input[type=date],
.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.4641288433vw, 20px)) max(20px, min(2.196193265vw, 30px)) max(15px, min(1.317715959vw, 18px));
  border: solid 1px #f7f7f7;
  border-radius: max(3px, min(0.3660322108vw, 5px));
  width: 100%;
  font-weight: 500;
  background-color: #f7f7f7;
  caret-color: auto;
  line-height: 1.5;
  box-shadow: none;
  color: #000;
}
.my-smf-container input[type=text]:focus,
.my-smf-container input[type=email]:focus,
.my-smf-container input[type=tel]:focus,
.my-smf-container input[type=date]: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 input[type=date]::-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 input[type=date]::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 {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.75em;
  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: #0075de;
  border-color: #0075de;
}
.my-smf-container .smf-checkbox-control span::before {
  border-radius: 2px;
}
.my-smf-container .smf-checkboxes-control__control * {
  width: -moz-fit-content;
  width: fit-content;
}
.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: #c73926;
  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;
  min-width: 100px;
  border-radius: max(3px, min(0.3660322108vw, 5px));
  overflow: hidden;
}
.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: max(30px, min(3.6603221083vw, 50px));
}
.my-smf-container .smf-item__col--controls {
  margin-top: 0.75em;
}
.my-smf-container .smf-item__controls > * + * {
  margin-top: 1em;
}
.my-smf-container [data-name=check-privacy-policy] {
  margin-top: max(30px, min(3.6603221083vw, 50px));
}
.my-smf-container .smf-action {
  margin-top: max(30px, min(3.6603221083vw, 50px));
}
.my-smf-container .smf-action .smf-button-control + .smf-button-control {
  margin-left: 0;
}
.my-smf-container .wp-block-group {
  margin-top: max(30px, min(3.6603221083vw, 50px));
  gap: max(16px, min(1.756954612vw, 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-group:not(:has(.wp-block-group)) {
  margin-top: 4px;
}
.my-smf-container .smf-item__label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em 0.5em;
}
.my-smf-container .wp-block-snow-monkey-forms-item:has([data-validations*=required]) .smf-item__label::after {
  display: inline-block;
  content: "必須";
  color: #0075de;
  font-size: max(1.3rem, min(1.0248901903vw, 1.4rem));
  font-weight: 700;
  padding: 0.25em 1em;
  border: solid 1px #0075de;
  border-radius: 999px;
}
.page.recruit .my-smf-container .wp-block-snow-monkey-forms-item:has([data-validations*=required]) .smf-item__label::after {
  background-color: #fafa00;
  border-color: #fafa00;
  color: #0045ca;
}
.my-smf-container .wp-block-snow-monkey-forms-item:not(:has([data-validations*=required])) .smf-item__label::after {
  display: inline-block;
  content: "任意";
  color: #bebebe;
  font-size: max(1.3rem, min(1.0248901903vw, 1.4rem));
  font-weight: 700;
  padding: 0.25em 1em;
  border: solid 1px #bebebe;
  border-radius: 999px;
}
.page.recruit .my-smf-container .wp-block-snow-monkey-forms-item:not(:has([data-validations*=required])) .smf-item__label::after {
  content: none;
}
.my-smf-container .require-group-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
.my-smf-container .require-group-head::after {
  display: inline-block;
  content: "必須";
  color: #0075de;
  font-size: max(1.3rem, min(1.0248901903vw, 1.4rem));
  font-weight: 700;
  padding: 0.25em 1em;
  border: solid 1px #0075de;
  border-radius: 999px;
}
.page.recruit .my-smf-container .require-group-head::after {
  background-color: #fafa00;
  border-color: #fafa00;
  color: #0045ca;
}
.my-smf-container .wp-block-group:has(.require-group-head) .smf-item__label::after {
  content: none;
}
.my-smf-container .wp-block-group .wp-block-group {
  -moz-column-gap: 2em;
       column-gap: 2em;
}
.my-smf-container .wp-block-group .wp-block-group .wp-block-snow-monkey-forms-item {
  display: flex;
  align-items: center;
  gap: 1em;
}
.my-smf-container .wp-block-group .wp-block-group .wp-block-snow-monkey-forms-item .smf-item__col--label {
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
}
.my-smf-container .wp-block-group .wp-block-group .wp-block-snow-monkey-forms-item .smf-item__col--controls {
  width: 100%;
}
.my-smf-container .wp-block-group.group-yyyymmdd {
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 0.75em;
}
.my-smf-container .wp-block-group.group-yyyymmdd .wp-block-group {
  -moz-column-gap: 1em;
       column-gap: 1em;
  align-items: flex-end;
  flex-direction: row;
}
.my-smf-container .wp-block-group.group-yyyymmdd .wp-block-group:first-child .smf-select-control {
  min-width: 150px;
}
.my-smf-container .check-privacy-cotainer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  text-align: center;
}
.my-smf-container .check-privacy-cotainer .smf-checkbox-control {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: max(1.5rem, min(1.2445095168vw, 1.7rem));
}
.my-smf-container .check-privacy-cotainer .smf-checkbox-control::after {
  display: inline-block;
  content: "必須";
  color: #0075de;
  font-size: max(1.3rem, min(1.0248901903vw, 1.4rem));
  font-weight: 700;
  padding: 0.25em 1em;
  border: solid 1px #0075de;
  border-radius: 999px;
}
.page.recruit .my-smf-container .check-privacy-cotainer .smf-checkbox-control::after {
  background-color: #fafa00;
  border-color: #fafa00;
  color: #0045ca;
}
.my-smf-container .check-privacy-cotainer .link2privacy {
  margin-top: 1em;
  font-size: max(1.3rem, min(1.0248901903vw, 1.4rem));
}
.my-smf-container .check-privacy-cotainer .link2privacy a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #0075de;
}
body.entry .my-smf-container .smf-form {
  padding-top: max(64px, min(8.78477306vw, 120px));
}
body.contact .my-smf-container .smf-form {
  padding-top: max(40px, min(4.6852122987vw, 64px));
}
.my-smf-container .msg-confirm,
.my-smf-container .msg-input {
  margin-bottom: max(30px, min(4.39238653vw, 60px));
}
.my-smf-container .msg-invalid {
  display: none;
}
.my-smf-container .smf-complete-content {
  padding-top: max(30px, min(4.39238653vw, 60px));
}
.my-smf-container [data-screen=confirm] .wp-block-snow-monkey-forms-item {
  background-color: #f8f8f8;
  padding: 1em;
  border-radius: 8px;
}
.page.recruit .my-smf-container [data-screen=confirm] .wp-block-snow-monkey-forms-item {
  background-color: transparent;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.my-smf-container [data-screen=confirm] .wp-block-snow-monkey-forms-item .smf-item__col--controls {
  margin-top: 0;
}
.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 input.birth-date {
  max-width: 180px;
  color: #000;
}
.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;
}
.page.recruit .my-smf-container .msg-note .color-invalid {
  color: #ff7119;
}
.page.recruit .my-smf-container .smf-error-messages {
  color: #ff7119;
}
.my-smf-container .smf-action {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: max(10px, min(1.4641288433vw, 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: space-between;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #0075de;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.1s linear;
  will-change: transform;
  font-weight: 700;
  padding: 0 1.5em;
  gap: 2em;
  font-size: 1.6rem;
  min-height: 60px;
  background-image: none;
  width: 100%;
  line-height: 1;
}
.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.png) no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
}
.my-smf-container .smf-action .smf-button-control__control:hover {
  background-color: #00afff;
}
.page.recruit .my-smf-container .smf-action .smf-button-control__control:not([data-action=back]) {
  background-color: #fff;
  color: #0045ca;
}
.page.recruit .my-smf-container .smf-action .smf-button-control__control:not([data-action=back])::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/icon_btn_arrow_blue.png) no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
}
.page.recruit .my-smf-container .smf-action .smf-button-control__control:not([data-action=back]):hover {
  background-color: #fafa00;
}
.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(2.3426061493vw, 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.317715959vw, 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(2.3426061493vw, 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: #c73926;
}
.my-smf-container .snow-monkey-form[data-screen=confirm] #stepConfirm {
  background-color: #c73926;
}
.my-smf-container .snow-monkey-form[data-screen=complete] #stepComplete {
  background-color: #c73926;
}

body:not(:has(form)) .grecaptcha-badge {
  visibility: hidden;
}

.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(1.1713030747vw, 1.6rem)) !important;
}

.u-fs28_32 {
  font-size: max(2.8rem, min(2.3426061493vw, 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-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.7320644217vw, 10px));
}
.u-kadomaru._m {
  border-radius: max(10px, min(1.4641288433vw, 20px));
}
.u-kadomaru._l {
  border-radius: max(30px, min(2.9282576867vw, 40px));
}

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

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

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

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

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

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

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

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

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

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

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

.u-pb100_200 {
  padding-bottom: max(140px, min(14.6412884334vw, 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(7.3206442167vw, 100px)) !important;
}

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

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

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

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

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

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

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

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

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

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

.u-mt10_20 {
  margin-top: max(10px, min(1.4641288433vw, 20px)) !important;
}

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

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

.u-mt16_24 {
  margin-top: max(16px, min(1.756954612vw, 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(2.196193265vw, 30px)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.u-mt30_80 {
  margin-top: max(30px, min(5.8565153734vw, 80px)) !important;
}

.u-mt30_100 {
  margin-top: max(30px, min(7.3206442167vw, 100px)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mb0 {
  margin-bottom: 0 !important;
}

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

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

.u-mb70_100 {
  margin-bottom: max(70px, min(7.3206442167vw, 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(90px * -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);
}

@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;
}
.js-put-fadein:not(.is-played) {
  translate: 0 30px;
  opacity: 0;
}

.js-put-fadein-static {
  transition: all 0.5s 0.1s ease;
}
.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
  -----------------------------------------------------*/
.wysiwyg-editor-content {
  font-weight: 500;
  font-size: max(1.4rem, min(1.1713030747vw, 1.6rem));
}
.wysiwyg-editor-content > *:first-child {
  margin-top: 0 !important;
}
.wysiwyg-editor-content h1,
.wysiwyg-editor-content h2 {
  font-size: 1.5em;
  margin-top: 2.5em;
}
.wysiwyg-editor-content h3,
.wysiwyg-editor-content h4,
.wysiwyg-editor-content h5,
.wysiwyg-editor-content h6 {
  font-size: 1.25em;
  margin-top: 2em;
}
.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 {
  margin-top: 1.25em;
  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;
  }
}

.c-marquee-texts {
  color: #00afff;
  font-size: max(4rem, min(7.3206442167vw, 10rem));
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  line-height: 1;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
}
.c-marquee-texts > .text {
  pointer-events: none;
  display: block;
  display: flex;
  padding-left: 0.25em;
  gap: 0.25em;
  animation: marquee 30s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.c-marquee-texts > .text > * {
  display: block;
}

.c-loop-slider-by-over3child {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.c-loop-slider-by-over3child > * {
  padding-left: max(15px, min(2.196193265vw, 30px));
  animation: loop-slider 50s linear infinite;
}
@keyframes loop-slider {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

.mv {
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 100svh;
  aspect-ratio: 375/667;
}
.mv__inner {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 50px;
}
.mv__content {
  height: 100%;
  width: 100%;
  max-width: 1100px;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.mv__text {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.mv__text .catch-copy {
  font-weight: 600;
  font-size: max(3.4rem, min(4.1727672035vw, 5.7rem));
  line-height: 1.3;
  letter-spacing: 0.03em;
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.mv__text .description {
  font-size: max(1.7rem, min(1.4641288433vw, 2rem));
  font-weight: 600;
  line-height: 1.5;
}
.mv__ui {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-end;
}
.mv__ui .slide-progress-num {
  color: #fff;
  font-size: max(1.1rem, min(0.9516837482vw, 1.3rem));
}
.mv__ui .progress-bar-wrapper {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
}
.mv__ui .progress-bar-wrapper > .progress-bar {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0075de;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left center;
}
.mv__deco {
  position: absolute;
  top: 0;
  right: -4%;
  z-index: 2;
  aspect-ratio: 951/1536;
  height: 100%;
  width: auto;
  pointer-events: none;
}
.mv::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  background-color: rgba(25, 59, 116, 0.25);
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}

.mv-recruit {
  width: 100%;
  height: auto;
  min-height: max(500px, min(40.9956076135vw, 640px));
}
.mv-recruit__inner {
  max-width: 1640px;
  width: 100%;
  height: auto;
  max-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.mv-recruit__message {
  font-size: max(33px, min(4.2459736457vw, 58px));
  display: flex;
  gap: 0.15em;
}
.mv-recruit__message img {
  width: auto;
  height: 1em;
}
.mv-recruit__marquee {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  color: #fff;
  opacity: 0.7;
  font-weight: 600;
  font-size: max(8rem, min(10.980966325vw, 15rem));
  letter-spacing: 0.03em;
  line-height: 0.75;
  mix-blend-mode: overlay;
}
.mv-recruit .carousel-mv {
  height: calc(100% + max(105px, min(27.0863836018vw, 670px)));
  overflow: hidden;
}
.mv-recruit::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + max(105px, min(27.0863836018vw, 670px)));
  transform: rotate(0deg);
  background-color: rgba(25, 59, 116, 0.15);
  top: 0;
  left: 0;
  z-index: 0;
  mix-blend-mode: multiply;
}

.hero-fixed-image {
  margin-top: max(300px, min(39.5314787701vw, 540px));
}
.hero-fixed-image__img {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-fixed-image__img > img {
  pointer-events: none;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-page-head {
  overflow: hidden;
  background-color: #fff;
}
.l-page-head__inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-width: none;
}
.l-page-head__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-page-head__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-page-head .title {
  padding-top: 135px;
  padding-bottom: 135px;
  padding-left: max(22px, min(5.8565153734vw, 80px));
  padding-right: max(22px, min(5.8565153734vw, 80px));
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: max(2.6rem, min(2.5622254758vw, 3.5rem));
  color: #fff;
  z-index: 2;
}
.l-page-head:not(._has-photo) {
  position: relative;
}
.l-page-head:not(._has-photo) .nav-breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.l-page-head._has-photo .l-page-head__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  background-color: rgba(25, 59, 116, 0.25);
  top: 0;
  left: 0;
  z-index: 1;
}
.l-page-head._has-photo::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 52.5%;
  transform: rotate(0deg);
  background-color: #0075de;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.l-page-head._has-photo .title {
  padding-top: 175px;
  padding-bottom: 175px;
}
.l-page-head._has-photo .l-page-head__inner {
  max-width: 1280px;
}
.js-fadein-triangle {
  background-color: #94a0be;
}
.js-fadein-triangle img {
  transition: all 0.5s 0.2s ease-out;
}
.js-fadein-triangle:not(.is-played) img {
  scale: 1.1;
  opacity: 0;
}

.sect-top-sponsors__inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sect-top-about {
  padding-top: max(50px, min(8.78477306vw, 120px));
  padding-bottom: max(40px, min(15.3733528551vw, 210px));
}
.sect-top-about__inner {
  position: relative;
  display: flex;
  gap: max(30px, min(8.0527086384vw, 110px));
}
.sect-top-about__head {
  position: relative;
  z-index: 1;
  padding-bottom: max(180px, min(14.6412884334vw, 200px));
}
.sect-top-about__body {
  position: relative;
  z-index: 1;
}
.sect-top-about__visual-1 {
  aspect-ratio: 287/400;
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.sect-top-about__visual-1 > img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.sect-top-about__visual-1 > img:nth-child(1) {
  top: 0;
  right: 0;
  aspect-ratio: 250/330;
  width: 87.1080139373%;
}
.sect-top-about__visual-1 > img:nth-child(2) {
  bottom: 0;
  left: 0;
  aspect-ratio: 130/170;
  width: 45.2961672474%;
}
.sect-top-about__visual-2 {
  aspect-ratio: 330/260;
  width: 100%;
  max-width: 330px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.sect-top-about__visual-2 > img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.sect-top-about__visual-2 > img:nth-child(1) {
  bottom: 0%;
  right: 0;
  aspect-ratio: 200/260;
  width: auto;
  height: 100%;
}
.sect-top-about__marquee {
  color: #0075de;
  font-size: max(7.8rem, min(10.980966325vw, 15rem));
  font-weight: 600;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.sect-top-about__marquee .text {
  animation-duration: 60s;
}
.sect-top-about .description {
  color: #252525;
  line-height: 1.7;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.sect-top-topics {
  padding-top: max(80px, min(9.5168374817vw, 130px));
  padding-bottom: max(80px, min(9.5168374817vw, 130px));
}
.sect-top-topics__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.sect-top-topics__foot .btn-link {
  margin-left: auto;
}
.sect-top-business {
  background-image: radial-gradient(circle at 30% 20%, #36bbfd, #0f81cc);
  padding-top: max(30px, min(13.17715959vw, 180px));
  padding-bottom: max(30px, min(13.17715959vw, 180px));
  color: #fff;
}
.sect-top-business__head__text {
  display: flex;
  justify-content: space-between;
  gap: max(20px, min(2.196193265vw, 30px));
  align-items: flex-start;
}
.sect-top-business__head__text .description {
  line-height: 1.7;
}
.sect-top-makers__inner {
  padding-top: max(80px, min(9.5168374817vw, 130px));
  padding-bottom: max(80px, min(9.5168374817vw, 130px));
}

.sect-top-work {
  background-color: #f0f0f0 !important;
  overflow: hidden;
}
.sect-top-work__inner {
  padding-top: max(80px, min(9.5168374817vw, 130px));
  padding-bottom: max(80px, min(9.5168374817vw, 130px));
}
.sect-top-work__head {
  padding-bottom: max(20px, min(2.9282576867vw, 40px));
  border-bottom: 1px solid #293962;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0 20px;
  flex-wrap: wrap;
}
.sect-top-work__head__ui {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
.sect-top-work__head__ui .slide-progress-num {
  font-size: 1.3rem;
}
.sect-top-work__body {
  padding-top: max(50px, min(4.39238653vw, 60px));
  width: calc(100% - (50% - 50vw));
  margin-right: calc(50% - 50vw);
  max-width: none;
}
.sect-top-recruit {
  background-color: #0075de !important;
  padding-top: max(80px, min(9.5168374817vw, 130px));
  padding-bottom: max(110px, min(12.4450951684vw, 170px));
  border-radius: max(50px, min(4.39238653vw, 60px));
}
.sect-top-recruit__inner {
  display: flex;
  gap: max(60px, min(7.3206442167vw, 100px));
}
.sect-top-recruit__inner > * {
  width: 100%;
}
.sect-top-recruit__head {
  color: #fff;
}
.sect-top-recruit__visual {
  aspect-ratio: 523/424;
  width: 100%;
  position: relative;
}
.sect-top-recruit__visual > img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.sect-top-recruit__visual > img:nth-child(1) {
  top: 0;
  left: 0;
  aspect-ratio: 270/180;
  width: 51.6252390057%;
}
.sect-top-recruit__visual > img:nth-child(2) {
  top: 3%;
  right: 0;
  aspect-ratio: 226/151;
  width: 43.2122370937%;
}
.sect-top-recruit__visual > img:nth-child(3) {
  bottom: 23%;
  left: 1.5%;
  aspect-ratio: 186/124;
  width: 35.5640535373%;
}
.sect-top-recruit__visual > img:nth-child(4) {
  bottom: 0;
  right: 0;
  aspect-ratio: 310/207;
  width: 59.2734225621%;
}
.sect-top-recruit__marquee {
  position: absolute;
  top: 100%;
  z-index: 1;
  translate: 0 -30%;
}
.sect-top-recruit .txt-lead {
  font-size: max(2.5rem, min(2.0497803807vw, 2.8rem));
  font-weight: 700;
}
.sect-top-recruit .description {
  font-size: 1.6rem;
  font-weight: 600;
}
.sect-top-recruit::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  transform: rotate(0deg);
  background-color: #f0f0f0;
  top: -1px;
  left: 0;
  z-index: -1;
}

.sect-access {
  padding-top: max(80px, min(9.5168374817vw, 130px));
  padding-bottom: max(80px, min(6.2225475842vw, 85px));
}
.sect-access._in-about {
  padding-top: max(80px, min(10.980966325vw, 150px));
  padding-bottom: max(80px, min(7.6866764275vw, 105px));
}
.sect-access__head {
  display: flex;
  -moz-column-gap: max(80px, min(9.8828696925vw, 135px));
       column-gap: max(80px, min(9.8828696925vw, 135px));
  row-gap: 30px;
  align-items: flex-end;
}
.sect-access__head .text {
  font-size: max(1.6rem, min(1.2445095168vw, 1.7rem));
  font-weight: 500;
  line-height: 1.7;
}
.sect-access__map {
  width: 100%;
  aspect-ratio: 1000/425;
  border-radius: max(20px, min(2.196193265vw, 30px));
  position: relative;
  overflow: hidden;
}
.sect-access__map > * {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sect-access .link2map {
  display: inline-block;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.sect-contact-cta {
  background-image: url(../img/bg_contact_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sect-contact-cta__inner {
  padding-top: max(80px, min(8.0527086384vw, 110px));
  padding-bottom: max(80px, min(8.0527086384vw, 110px));
}
.sect-contact-cta .txt-lead {
  color: #fff;
}
.sect-contact-cta .box-cta {
  background-color: #fff;
  border-radius: 30px;
  padding: max(20px, min(2.196193265vw, 30px));
  display: flex;
  padding-top: max(40px, min(3.3674963397vw, 46px));
  padding-bottom: max(40px, min(3.3674963397vw, 46px));
  padding-left: max(20px, min(2.196193265vw, 30px));
  padding-right: max(20px, min(2.196193265vw, 30px));
  max-width: 840px;
}
.sect-contact-cta .box-cta > * {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1em;
  font-size: max(1.4rem, min(1.0980966325vw, 1.5rem));
  font-weight: 600;
}
.sect-contact-cta .box-cta > * > div {
  width: 100%;
}
.sect-contact-cta .box-cta__tel {
  font-weight: 700;
}
.sect-contact-cta .box-cta__tel > * {
  display: inline-block;
}
.sect-contact-cta .box-cta__tel .c-btn-tel {
  color: #0075de;
}
.sect-contact-cta .box-cta__tel .hours {
  font-size: max(1.2rem, min(0.9516837482vw, 1.3rem));
  font-weight: 500;
}

.work-sections-container {
  position: relative;
}
.work-sections-container .work-sections {
  width: 100%;
}

.sect-works {
  padding-top: max(50px, min(10.980966325vw, 150px));
  padding-bottom: max(80px, min(10.980966325vw, 150px));
}
.sect-works .items-works {
  padding-left: max(20px, min(4.39238653vw, 60px));
}

.sect-works-other {
  background-color: #f0f0f0 !important;
  padding-top: max(80px, min(9.5168374817vw, 130px));
  padding-bottom: max(80px, min(10.980966325vw, 150px));
}
.sect-works-other .box-other-works-container.has-over-4years:not(.is-open-all-years) > .box-other-works:nth-child(n+4) {
  display: none;
}
.sect-works-other .box-other-works-container.has-over-4years:not(.is-open-all-years) .js-close-years {
  display: none;
}
.sect-works-other .box-other-works-container.has-over-4years.is-open-all-years .js-open-all-years {
  display: none;
}
.sect-works-other .box-other-works-container:not(.has-over-4years) .js-open-all-years,
.sect-works-other .box-other-works-container:not(.has-over-4years) .js-close-years {
  display: none;
}
.sect-works-other .box-other-works__title {
  font-size: 2rem;
  font-weight: 600;
  padding-left: 0.75em;
}
.sect-works-other .box-other-works__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.25em;
  height: 1.25em;
  transform: rotate(0deg);
  background-color: #0075de;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.sect-works-other .box-other-works__table {
  position: relative;
}

.sect-works-detail {
  padding-top: max(50px, min(8.78477306vw, 120px));
  padding-bottom: max(80px, min(10.980966325vw, 150px));
}
.sect-works-detail__inner {
  max-width: 920px;
}
.sect-works-detail__title {
  font-size: max(2.5rem, min(2.3426061493vw, 3.2rem));
}
.sect-works-detail__mv {
  aspect-ratio: 920/570;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.sect-works-detail__mv > * {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.sect-topics {
  padding-top: max(50px, min(10.980966325vw, 150px));
  padding-bottom: max(80px, min(9.5168374817vw, 130px));
}

.sect-topics-detail {
  padding-top: max(50px, min(9.5168374817vw, 130px));
  padding-bottom: max(80px, min(10.980966325vw, 150px));
}
.sect-topics-detail__inner {
  max-width: 920px;
}
.sect-topics-detail__title {
  font-size: max(2.5rem, min(2.3426061493vw, 3.2rem));
}
.sect-topics-detail .c-bourbon {
  font-weight: 600;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 2em;
  padding-right: 2em;
  font-size: max(1.8rem, min(1.4641288433vw, 2rem));
}
.sect-topics-detail__content {
  font-size: max(1.7rem, min(1.4641288433vw, 2rem));
  line-height: 1.85;
}
.sect-topics-detail__content > * + * {
  margin-top: max(50px, min(4.39238653vw, 60px));
}

.sect-greetings {
  padding-top: max(50px, min(10.980966325vw, 150px));
  padding-bottom: max(80px, min(10.980966325vw, 150px));
}
.sect-greetings__inner {
  display: flex;
  gap: max(30px, min(6.588579795vw, 90px));
  align-items: flex-end;
}
.sect-greetings__texts .message {
  margin-top: 30px;
  letter-spacing: 0.03em;
  font-size: max(2.4rem, min(2.3426061493vw, 3.2rem));
}
.sect-greetings__texts .text {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
}
.sect-greetings__image {
  flex-shrink: 0;
}
.sect-greetings__image .prof-ceo {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  max-width: 430px;
  aspect-ratio: 430/490;
  -o-object-fit: cover;
     object-fit: cover;
}
.sect-greetings__image .name {
  text-align: right;
  margin-top: max(30px, min(2.5622254758vw, 35px));
  font-size: 1.7rem;
  line-height: 2;
}

.sect-philosophy__head {
  padding-top: max(80px, min(10.980966325vw, 150px));
  padding-bottom: max(80px, min(10.980966325vw, 150px));
}
.sect-philosophy__head .message {
  letter-spacing: 0.03em;
  font-size: max(2.4rem, min(2.4890190337vw, 3.4rem));
}
.sect-philosophy__head .text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
}
.sect-philosophy__body {
  max-height: 600px;
  width: 100%;
  aspect-ratio: 1366/500;
  overflow: hidden;
}
.sect-philosophy__body .hero-philosophy img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.sect-philosophy__foot {
  padding-left: 22px;
  padding-right: 22px;
  margin-top: calc(max(100px, min(12.8111273792vw, 175px)) * -1);
}
.sect-philosophy__foot__inner {
  background-color: #0075de;
  padding-top: max(80px, min(10.980966325vw, 150px));
  padding-bottom: max(80px, min(10.980966325vw, 150px));
  padding-left: max(20px, min(5.8565153734vw, 80px));
  padding-right: max(20px, min(5.8565153734vw, 80px));
  border-radius: 10px;
  padding-left: max(60px, min(7.3206442167vw, 100px));
  padding-right: max(60px, min(7.3206442167vw, 100px));
  padding-top: max(40px, min(5.8565153734vw, 80px));
  padding-bottom: max(40px, min(5.8565153734vw, 80px));
  color: #fff;
  display: flex;
  -moz-column-gap: max(80px, min(9.8828696925vw, 135px));
       column-gap: max(80px, min(9.8828696925vw, 135px));
  row-gap: max(20px, min(2.196193265vw, 30px));
}
.sect-philosophy__foot__head {
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
}
.sect-philosophy__foot__head .title-ja {
  font-size: max(2.5rem, min(2.0497803807vw, 2.8rem));
}
.sect-philosophy__foot__head .title-en {
  margin-top: max(20px, min(1.8301610542vw, 25px));
  font-size: 1.6rem;
  font-weight: 600;
}
.sect-philosophy__foot__body .text {
  font-size: 1.5rem;
}

.sect-about-us {
  padding-top: max(50px, min(10.980966325vw, 150px));
  padding-bottom: max(80px, min(10.980966325vw, 150px));
}
.sect-history {
  padding-top: max(80px, min(10.980966325vw, 150px));
  padding-bottom: max(80px, min(10.980966325vw, 150px));
  background-color: #f0f0f0 !important;
}
.sect-strength {
  padding-top: max(80px, min(10.980966325vw, 150px));
  padding-bottom: max(80px, min(10.980966325vw, 150px));
}
.sect-strength__deco {
  position: absolute;
  top: max(180px, min(16.8374816984vw, 230px));
  right: 0;
  z-index: 0;
  width: max(80px, min(7.3206442167vw, 100px));
  height: auto;
}

.sect-business {
  padding-top: max(80px, min(10.980966325vw, 150px));
  padding-bottom: max(80px, min(12.0790629575vw, 165px));
  overflow: hidden;
}
.sect-business__head .text-lead {
  font-size: 1.6rem;
  font-weight: 600;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
}
.sect-business__body .box-business-detail > * + * {
  margin-top: max(50px, min(7.3206442167vw, 100px));
}
.sect-business__body .box-business-detail__item {
  padding-top: max(50px, min(5.8565153734vw, 80px));
  padding-bottom: max(50px, min(5.8565153734vw, 80px));
}
.sect-business__body .box-business-detail__item > * {
  position: relative;
  z-index: 1;
}
.sect-business__body .box-business-detail__item:nth-child(odd) {
  background-color: #d8eafa;
}
.sect-business__body .box-business-detail__item:nth-child(odd)::after {
  content: "";
  display: block;
  position: absolute;
  width: 50vw;
  height: 100%;
  transform: rotate(0deg);
  background-color: #d8eafa;
  top: 0;
  right: calc(100% - 1px);
  z-index: 0;
}
.sect-business__body .box-business-detail__item:nth-child(even) {
  background-color: #f0f0f0;
}
.sect-business__body .box-business-detail__item:nth-child(even)::after {
  content: "";
  display: block;
  position: absolute;
  width: 50vw;
  height: 100%;
  transform: rotate(0deg);
  background-color: #f0f0f0;
  top: 0;
  left: calc(100% - 1px);
  z-index: 0;
}
.sect-business__body .box-business-detail__item__head {
  display: flex;
  gap: max(30px, min(5.4904831625vw, 75px));
}
.sect-business__body .box-business-detail__item__description {
  font-size: max(1.8rem, min(1.4641288433vw, 2rem));
  line-height: 1.75;
}
.sect-business__body .box-business-detail__item__thumb {
  flex-shrink: 0;
  aspect-ratio: 425/300;
  width: 100%;
  height: auto;
  max-width: 425px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.sect-business__body .box-business-detail__item__thumb > * {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sect-technology {
  padding-top: max(50px, min(10.980966325vw, 150px));
  padding-bottom: max(50px, min(10.2489019034vw, 140px));
  background-color: #fff;
  overflow: hidden;
}
.sect-technology__body {
  display: flex;
  align-items: center;
}
.sect-technology__text .message {
  font-size: max(2.5rem, min(2.0497803807vw, 2.8rem));
  line-height: 1.7;
}
.sect-technology__text .text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
}
.sect-technology__image {
  flex-shrink: 0;
  width: max(500px, min(42.093704246vw, 575px));
}
.sect-technology__image img {
  position: absolute;
  aspect-ratio: 1/1;
  width: 107%;
  max-width: none;
  height: auto;
  top: 50%;
  left: 0;
  translate: 0% -50%;
  z-index: 0;
}

.sect-award {
  overflow: hidden;
  padding-top: max(100px, min(10.980966325vw, 150px));
  padding-bottom: 0;
  background-color: #f0f0f0 !important;
}
.sect-award .text-lead {
  font-size: max(2.5rem, min(2.0497803807vw, 2.8rem));
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
.sect-award .text-awards {
  font-size: max(1.5rem, min(1.1713030747vw, 1.6rem));
  font-weight: 600;
  line-height: 2.3;
}
.sect-award__body .box-awarded-people {
  background-color: #fff;
  padding-top: max(40px, min(4.39238653vw, 60px));
  padding-bottom: max(40px, min(4.39238653vw, 60px));
  padding-left: max(22px, min(4.39238653vw, 60px));
  padding-right: max(22px, min(4.39238653vw, 60px));
  display: flex;
  gap: max(20px, min(5.1244509517vw, 70px));
  align-items: center;
}
.sect-award__body .box-awarded-people__image {
  aspect-ratio: 400/290;
  max-width: 400px;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.sect-award__body .box-awarded-people__image > * {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sect-award__body .box-awarded-people__text {
  font-size: max(1.5rem, min(1.1713030747vw, 1.6rem));
  font-weight: 600;
  line-height: 2.18;
}
.sect-award__body .box-awarded-people__text .text._medium {
  font-weight: 500;
  line-height: 1.5;
}
.sect-award__body .box-awarded-people__text .name {
  line-height: 1.2;
  margin-top: 0.2em;
}
.sect-award__body .box-awarded-people__text .name .large {
  font-size: 1.5em;
}
.sect-award__body .box-awarded-people:not(:first-child) {
  margin-top: max(40px, min(5.8565153734vw, 80px));
}
.sect-award__foot {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
}
.sect-award__foot .carousel-award {
  position: relative;
  z-index: 1;
}
.sect-award__marquee {
  margin-top: calc(max(24px, min(2.7818448023vw, 38px)) * -1);
}
.sect-award__marquee .text {
  color: #0075de;
  font-size: max(7.8rem, min(10.980966325vw, 15rem));
  animation-duration: 50s;
  line-height: 0.73;
}

.sect-license {
  padding-top: max(80px, min(10.980966325vw, 150px));
  padding-bottom: max(80px, min(10.980966325vw, 150px));
  background-color: #fff;
}
.sect-license .text-lead {
  font-size: max(2.5rem, min(2.0497803807vw, 2.8rem));
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
.sect-license__table {
  background-color: #0075de;
  color: #fff;
  border-radius: 10px;
  padding-top: max(60px, min(5.8565153734vw, 80px));
  padding-bottom: max(60px, min(5.8565153734vw, 80px));
  padding-left: max(22px, min(7.3206442167vw, 100px));
  padding-right: max(22px, min(7.3206442167vw, 100px));
}
.sect-contact {
  padding-top: max(50px, min(10.980966325vw, 150px));
  padding-bottom: max(80px, min(10.980966325vw, 150px));
}
.sect-contact__cta {
  background-color: #d8eafa;
  border-radius: 30px;
  padding-top: max(40px, min(3.6603221083vw, 50px));
  padding-bottom: max(40px, min(3.6603221083vw, 50px));
  padding-left: max(22px, min(5.1244509517vw, 70px));
  padding-right: max(22px, min(5.1244509517vw, 70px));
}
.sect-contact__cta .text {
  line-height: 2;
}
.sect-contact__cta .hours {
  text-align: center;
  font-size: 1.3rem;
}
.sect-contact__cta__tel {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}
.sect-contact__cta__tel .company {
  font-size: max(1.7rem, min(1.4641288433vw, 2rem));
  font-weight: 600;
}
.sect-about-us-recruit {
  padding-top: max(105px, min(27.0863836018vw, 670px));
  padding-bottom: max(105px, min(27.0863836018vw, 670px));
  background-color: #0045ca !important;
  color: #fff;
  position: relative;
  clip-path: polygon(0 max(105px, min(27.0863836018vw, 670px)), 100% 0, 100% 100%, 0 100%);
}
.sect-about-us-recruit__inner {
  max-width: 790px;
}
.sect-about-us-recruit .text {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.15;
}
.sect-about-us-recruit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.1;
  pointer-events: none;
  mix-blend-mode: lighten;
}
.sect-about-us-recruit__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hr-block-recruit {
  margin-top: calc(max(105px, min(27.0863836018vw, 670px)) * -1);
  margin-bottom: calc(max(105px, min(27.0863836018vw, 670px)) * -1);
  position: relative;
  z-index: 1;
}
.hr-block-recruit__slider {
  overflow: hidden;
}
.hr-block-recruit__slider > .items-member-slope:nth-child(n+2) {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hr-block-recruit__slider > .items-member-slope:nth-child(2) {
  right: 100%;
  top: max(105px, min(27.0863836018vw, 670px));
}
.hr-block-recruit .items-member-slope {
  clip-path: polygon(0 max(105px, min(27.0863836018vw, 670px)), 100% 0, 100% calc(100% - max(105px, min(27.0863836018vw, 670px))), 0 100%);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  animation: scroll_member_slope 30s linear infinite;
}
.hr-block-recruit .items-member-slope .item {
  aspect-ratio: 340/420;
  width: 25%;
  position: relative;
  overflow: hidden;
}
.hr-block-recruit .items-member-slope .item > * {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.hr-block-recruit .items-member-slope .item:nth-child(1) {
  margin-top: calc(max(105px, min(27.0863836018vw, 670px)) / 4 * 3);
}
.hr-block-recruit .items-member-slope .item:nth-child(2) {
  margin-top: calc(max(105px, min(27.0863836018vw, 670px)) / 4 * 2);
}
.hr-block-recruit .items-member-slope .item:nth-child(3) {
  margin-top: calc(max(105px, min(27.0863836018vw, 670px)) / 4 * 1);
}
@keyframes scroll_member_slope {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 100% calc(max(105px, min(27.0863836018vw, 670px)) * -1);
  }
}
.hr-block-recruit .deco-tri {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: max(105px, min(27.0863836018vw, 670px));
  transform: rotate(0deg);
  background-color: #fafa00;
  z-index: 1;
  overflow: hidden;
}
.hr-block-recruit .deco-tri._1 {
  top: 0;
  left: 0;
  clip-path: polygon(0 15%, 100% 60%, 100% 100%, 0 100%);
}
.hr-block-recruit .deco-tri._2 {
  bottom: 0;
  right: 0;
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 30%);
}

.sect-environment-recruit {
  padding-top: max(200px, min(32.2108345534vw, 800px));
  background-color: #f3f3f7 !important;
  position: relative;
  overflow: hidden;
}
.sect-environment-recruit__inner {
  position: relative;
  z-index: 2;
}
.sect-environment-recruit__bg {
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 49vw;
  height: auto;
  z-index: 1;
  aspect-ratio: 658/1146;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.sect-environment-recruit__bg > * {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sect-environment-recruit__head__text .text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}
.sect-environment-recruit__head__visual {
  position: relative;
  z-index: 2;
}
.sect-environment-recruit__head__visual img {
  transition: all 0.8s 0.2s ease-in-out;
}
.sect-environment-recruit__head.js-play-when-framein:not(.is-played) .sect-environment-recruit__head__visual img {
  opacity: 0;
  translate: 50px 0;
}
.sect-environment-recruit__body {
  position: relative;
  z-index: 2;
  margin-top: calc(max(105px, min(27.0863836018vw, 670px)) * -1 + 20px);
}
.sect-environment-recruit__body .box-initiatives {
  background-color: #fff;
  border: solid max(1px, min(0.2928257687vw, 4px)) #0045ca;
  padding-top: max(24px, min(2.3426061493vw, 32px));
  padding-bottom: max(24px, min(2.3426061493vw, 32px));
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
}
.sect-environment-recruit__body .box-initiatives__head {
  text-align: center;
  font-size: max(1.7rem, min(1.6105417277vw, 2.2rem));
  font-weight: 600;
  line-height: 1.5;
  color: #0045ca;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
}
.sect-environment-recruit__body .box-initiatives__head::before {
  content: "";
  display: inline-block;
  width: auto;
  height: auto;
  aspect-ratio: 16/13;
  background: url(../img/bg_torikumi.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  height: 130%;
  top: 50%;
  left: 50%;
  translate: -60% -50%;
  z-index: -1;
}
.sect-environment-recruit__body .box-initiatives .items-sponsors {
  position: relative;
  z-index: 1;
}
.sect-environment-recruit__body .box-initiatives .items-sponsors .item a img {
  height: max(50px, min(7.6866764275vw, 105px));
}

.sect-data-fujikanko {
  padding-top: max(30px, min(5.8565153734vw, 80px));
  padding-bottom: max(80px, min(8.78477306vw, 120px));
  background-color: #f3f3f7 !important;
  padding-left: 22px;
  padding-right: 22px;
}
.sect-data-fujikanko__lead {
  max-width: 520px;
  line-height: 2;
}
.sect-data-fujikanko__inner {
  background-color: #0045ca;
  color: #fff;
  padding-top: max(60px, min(7.3206442167vw, 100px));
  padding-left: max(46px, min(7.3206442167vw, 100px));
  padding-right: max(46px, min(7.3206442167vw, 100px));
  padding-bottom: max(140px, min(11.7130307467vw, 160px));
  overflow: hidden;
}
.sect-data-fujikanko__deco-text {
  font-size: max(5rem, min(7.9795021962vw, 10.9rem));
  font-weight: 600;
  line-height: 0.9;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1em;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 0;
  margin-top: auto;
}
.sect-data-fujikanko__deco-text > span {
  display: block;
  word-break: keep-all;
}

.sect-work-recruit {
  padding-top: max(80px, min(8.78477306vw, 120px));
  background-color: #0045ca !important;
  overflow: hidden;
}
.sect-work-recruit__head {
  color: #fff;
  padding-bottom: max(40px, min(3.6603221083vw, 50px));
}
.sect-work-recruit__head .message {
  line-height: 1.6;
  font-weight: 700;
  font-size: max(2.4rem, min(2.635431918vw, 3.6rem));
}
.sect-work-recruit__head .text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}
.sect-work-recruit__body {
  background-color: #fff;
}
.sect-work-recruit__body + .sect-work-recruit__body {
  margin-top: max(70px, min(5.8565153734vw, 80px));
}
.sect-work-recruit__body:nth-of-type(odd) .sect-work-recruit__model-name {
  padding-left: 6em;
}
.sect-work-recruit__body:nth-of-type(odd) .sect-work-recruit__photo {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
}
.sect-work-recruit__body:nth-of-type(odd) .sect-work-recruit__qa-illust {
  left: 0;
}
.sect-work-recruit__body:nth-of-type(even) .sect-work-recruit__model-name {
  padding-right: 6em;
}
.sect-work-recruit__body:nth-of-type(even) .sect-work-recruit__photo {
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}
.sect-work-recruit__body:nth-of-type(even) .sect-work-recruit__qa-illust {
  right: 0;
}
.sect-work-recruit__body__qa {
  position: relative;
  padding-bottom: 60px;
}
.sect-work-recruit__body__qa .items-work-qa {
  background-color: #fafa00;
  padding-top: max(30px, min(4.39238653vw, 60px));
  padding-bottom: 50px;
}
.sect-work-recruit__qa-illust {
  position: absolute;
  bottom: 0;
  height: max(270px, min(42.4597364568vw, 580px));
  width: auto;
}
.sect-work-recruit__photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 375/240;
  width: 100%;
  height: auto;
}
.sect-work-recruit__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sect-work-recruit__model-name {
  background-color: #0045ca;
  color: #fff;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.sect-work-recruit__model-name .name {
  font-size: max(1.8rem, min(2.3426061493vw, 3.2rem));
  font-weight: 600;
  display: inline-block;
}
.sect-work-recruit__model-name .year {
  font-size: max(1.4rem, min(1.9033674963vw, 2.6rem));
  font-weight: 500;
  display: inline-block;
  margin-left: 0.5em;
}
.sect-work-recruit__text {
  letter-spacing: 0.03em;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 500px;
}
.sect-work-recruit__text .number {
  color: #0045ca;
  font-size: max(6rem, min(6.0029282577vw, 8.2rem));
  font-weight: 600;
}
.sect-work-recruit__text .work-name {
  color: #0045ca;
  font-size: max(2.8rem, min(2.3426061493vw, 3.2rem));
  font-weight: 700;
}
.sect-work-recruit__text .description {
  font-size: max(1.8rem, min(1.4641288433vw, 2rem));
  font-weight: 600;
  line-height: 2;
}

.sect-event-recruit {
  background-color: #0045ca !important;
  color: #fff;
  overflow: hidden;
}
.sect-event-recruit__inner {
  padding-top: max(80px, min(8.78477306vw, 120px));
}
.sect-event-recruit__head {
  padding-bottom: 20px;
}
.sect-event-recruit__head__ui {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 35px;
}
.sect-event-recruit__head .description {
  line-height: 2;
}
.sect-event-recruit .items-x-scroll .item {
  background-color: #0045ca;
}
.sect-event-recruit .slide-progress-bar {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.sect-event-recruit .slide-progress-bar > .progressed {
  height: 100%;
  width: 0%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  transition: all 0.1s linear;
}

.sect-message-recruit {
  background-color: #f3f3f7 !important;
  padding-top: max(105px, min(27.0863836018vw, 670px));
  padding-bottom: 140px;
  overflow: hidden;
  position: relative;
}
.sect-message-recruit .deco-tri {
  width: 100%;
  height: max(105px, min(27.0863836018vw, 670px));
  position: absolute;
}
.sect-message-recruit .deco-tri._1 {
  background-color: #0045ca;
  top: -1px;
  left: 0;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  z-index: 1;
}
.sect-message-recruit .deco-tri._2 {
  background-color: #fafa00;
  top: -1px;
  right: 0;
  clip-path: polygon(25% 0%, 100% 0%, 100% 90%);
  z-index: 0;
}
.sect-message-recruit__bg {
  position: absolute;
  top: max(105px, min(27.0863836018vw, 670px));
  left: 0;
  width: 50vw;
  height: auto;
  aspect-ratio: 670/1146;
  z-index: 1;
}
.sect-message-recruit__bg__inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  z-index: 2;
}
.sect-message-recruit__bg__inner > * {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sect-message-recruit__head__text {
  max-width: 564px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.sect-message-recruit__head__text .text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}
.sect-message-recruit__head__text .text__by {
  display: block;
  margin-top: 1em;
}
.sect-message-recruit__head__text .text::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  background-color: #f3f3f7;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  filter: blur(4px);
}
.sect-message-recruit__body {
  background-color: #0045ca;
  color: #fff;
  display: flex;
  gap: max(50px, min(6.588579795vw, 90px));
  z-index: 2;
}
.sect-message-recruit__body__carousel .loop-image-slider-2lines {
  display: flex;
  gap: 20px;
}
.sect-message-recruit__body__carousel .loop-image-slider-2lines__unit {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sect-message-recruit__body__text .text {
  font-size: max(1.6rem, min(1.2445095168vw, 1.7rem));
  font-weight: 600;
  line-height: 1.5;
}
.sect-message-recruit__deco-text {
  width: -moz-fit-content;
  width: fit-content;
  color: #0045ca;
  font-size: max(7.7rem, min(10.541727672vw, 14.4rem));
  letter-spacing: 0.03em;
  font-weight: 600;
  line-height: 0.65;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  margin: auto;
}
.sect-message-recruit__deco-text span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  word-break: keep-all;
}

.sect-guideline {
  padding-top: max(90px, min(8.78477306vw, 120px));
  background-color: #0045ca !important;
}

.sect-entry-form {
  padding-top: max(80px, min(9.5168374817vw, 130px));
  padding-bottom: max(80px, min(10.2489019034vw, 140px));
  background-color: #0045ca !important;
  color: #fff;
}
.sect-entry-form__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -moz-column-gap: max(20px, min(7.3206442167vw, 100px));
       column-gap: max(20px, min(7.3206442167vw, 100px));
  row-gap: 20px;
}
.sect-entry-form__head .text {
  font-size: 1.6rem;
  line-height: 2;
}

.sect-privacy {
  padding-top: max(50px, min(9.5168374817vw, 130px));
  padding-bottom: max(80px, min(10.980966325vw, 150px));
}

.section-thanks__contents {
  text-align: center;
  line-height: 2;
  font-size: max(1.6rem, min(1.317715959vw, 1.8rem));
  font-weight: 600;
}
.section-thanks__marquee {
  opacity: 0.3;
}
.section-thanks._entry {
  background-color: #0045ca;
  color: #fff;
}

.sect-404 .message {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  body:not(.home):not(.page.recruit) {
    padding-top: 50px;
  }
  .inner._narrow-when-sp {
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-header__menu-pc {
    display: none;
  }
  .page.recruit .l-header.js-home-header.is-not-scrolled:not(:hover) {
    background-color: #fff;
  }
  .page.recruit .l-header {
    background-color: #fff;
  }
  .page.recruit .l-header .logo-corporate .white {
    opacity: 0 !important;
  }
  .page.recruit .l-header .logo-corporate .black {
    opacity: 1 !important;
  }
  .page.recruit .l-header.is-open-drawer {
    background-color: #0045ca !important;
  }
  .page.recruit .l-header.is-open-drawer .logo-corporate .white {
    opacity: 1 !important;
  }
  .page.recruit .l-header.is-open-drawer .logo-corporate .black {
    opacity: 0 !important;
  }
  .l-footer__inner {
    width: 100%;
  }
  .l-footer__body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
  }
  .page.recruit .l-footer .l-footer__body {
    padding-left: 0;
  }
  .c-btn2recruit {
    display: none;
  }
  .nav-global._in-header .nav-global__items {
    display: none;
  }
  #modalVideo iframe {
    width: 95vw;
    height: 53.4375vw;
  }
  .items-topics .item a {
    flex-direction: column;
    padding-bottom: 40px;
  }
  .items-topics .item a::after {
    bottom: 1.5em;
    top: auto;
    right: 0.25em;
  }
  .items-topics .item__head {
    width: 100%;
    justify-content: flex-start;
  }
  .items-top-business .item__thumb {
    aspect-ratio: 288/200;
  }
  .items-strength .item {
    flex-direction: column-reverse;
  }
  .items-3images .item {
    max-width: max(200px, min(21.9619326501vw, 300px));
  }
  .items-work-qa {
    flex-direction: column;
  }
  .items-work-qa .item {
    width: 100%;
  }
  .items-loop-image {
    padding-right: 15px;
    flex-direction: row;
  }
  .js-accordion-body {
    transition-duration: 0.3s;
  }
  .c-marked-text > span {
    padding: 0.25em;
  }
  .tbl-fujikankou tr th {
    padding-bottom: 0;
  }
  .tbl-fujikankou tr td {
    padding-top: 1em;
  }
  .tbl-fujikankou tr th,
.tbl-fujikankou tr td {
    width: 100%;
    display: block;
  }
  .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%;
  }
  .my-smf-container .wp-block-group .wp-block-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
  }
  .my-smf-container .wp-block-group.group-yyyymmdd {
    flex-direction: row;
    gap: 1em;
  }
  .my-smf-container .msg-invalid {
    display: block;
    margin-top: max(30px, min(4.39238653vw, 60px));
    margin-bottom: max(30px, min(4.39238653vw, 60px));
    color: #cc3033;
    text-align: center;
  }
  .page.recruit .my-smf-container .msg-invalid {
    color: #ff7119;
  }
  .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(50px * -1);
  }
  .mv__deco {
    height: 60%;
    right: -12%;
  }
  .mv::after {
    background-color: rgba(25, 59, 116, 0.3);
  }
  .mv-recruit__inner {
    aspect-ratio: 375/640;
    max-height: min(100svh, max(600px, min(91.1458333333vw, 800px)));
  }
  .mv-recruit__message {
    flex-direction: column;
    align-items: flex-start;
  }
  .mv-recruit::after {
    background-color: rgba(25, 59, 116, 0.2);
  }
  .l-page-head .title {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .l-page-head._has-photo .title {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .sect-top-about {
    padding-bottom: 0;
  }
  .sect-top-about__inner {
    flex-direction: column;
  }
  .sect-top-about__body {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sect-top-about__visual-2 {
    translate: 0 50%;
  }
  .sect-top-about__visual-2 > img:nth-child(1) {
    bottom: auto;
    top: 0;
    right: 22px;
    width: auto;
    height: 100%;
  }
  .sect-top-about__marquee {
    translate: 0 -52%;
  }
  .sect-top-topics {
    padding-top: 180px;
  }
  .sect-top-business__head__text {
    flex-direction: column;
  }
  .sect-top-business__body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sect-top-business__foot .c-btn {
    margin-left: auto;
  }
  .sect-top-work__head__ui {
    width: 100%;
  }
  .sect-access__head {
    align-items: flex-start;
    flex-direction: column;
  }
  .sect-access__map {
    aspect-ratio: 330/200;
  }
  .sect-contact-cta {
    background-image: url(../img/bg_contact_sp.jpg);
  }
  .sect-contact-cta .box-cta {
    flex-direction: column;
  }
  .sect-contact-cta .box-cta > *:first-child {
    padding-bottom: 30px;
  }
  .sect-contact-cta .box-cta > *:last-child {
    padding-top: 30px;
    border-top: 1px solid #293962;
  }
  .sect-contact-cta .box-cta > * {
    width: 100%;
  }
  .sect-works-other .box-other-works__table {
    overflow-x: scroll;
    width: calc(100% - (50% - 50vw));
    margin-right: calc(50% - 50vw);
    max-width: none;
    padding-right: 22px;
  }
  .sect-works-other .box-other-works .js-scroll-x-table-container::after {
    content: "";
    display: inline-block;
    width: 115px;
    height: auto;
    aspect-ratio: 115/75;
    background: url(../img/icon_do_swipe.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 10;
    pointer-events: none;
    transition: all 0.1s linear;
    z-index: 10;
  }
  .sect-works-other .box-other-works .js-scroll-x-table-container.is-scrolled::after {
    opacity: 0;
  }
  .sect-greetings__inner {
    flex-direction: column;
    align-items: center;
  }
  .sect-philosophy__body {
    aspect-ratio: 375/460;
  }
  .sect-philosophy__foot__inner {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sect-philosophy__foot__inner {
    flex-direction: column;
  }
  .sect-strength__deco {
    display: none;
  }
  .sect-business__body .box-business-detail__item {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sect-business__body .box-business-detail__item__head {
    flex-direction: column;
  }
  .sect-award__body .box-awarded-people {
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 10px 10px 0 0 #00afff;
  }
  .sect-license__table {
    padding-left: 22px;
    padding-right: 22px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: none;
  }
  .sect-contact__cta {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: none;
  }
  .sect-contact__cta__tel .c-btn-tel {
    margin-top: 4px;
  }
  .sect-about-us-recruit__inner {
    padding-top: 50px;
  }
  .hr-block-recruit .items-member-slope {
    animation-duration: 20s;
  }
  .sect-environment-recruit__head__visual {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: none;
    margin-top: 20px;
  }
  .sect-environment-recruit__body .items-environment-recruit {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sect-environment-recruit__body .box-initiatives {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
  }
  .sect-data-fujikanko__inner .items-data {
    padding-left: 22px;
    padding-right: 22px;
  }
  .sect-data-fujikanko__deco-text {
    flex-direction: column;
    bottom: 20px;
  }
  .sect-message-recruit {
    padding-top: 520px;
    padding-top: max(520px, min(138.6666666667vw, 980px));
    padding-bottom: 150px;
  }
  .sect-message-recruit .deco-tri._1 {
    display: none;
  }
  .sect-message-recruit__bg {
    top: 0;
    width: 100vw;
    z-index: 0;
  }
  .sect-message-recruit__bg::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    transform: rotate(0deg);
    background-color: #fafa00;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .sect-message-recruit__bg::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    transform: rotate(0deg);
    background-color: #0045ca;
    top: -1px;
    left: 0;
    z-index: 0;
    clip-path: polygon(0% 0%, 100% 0%, 0% 40%);
  }
  .sect-message-recruit__head__text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .sect-message-recruit__head__text .ttl-section-lead {
    text-align: right;
  }
  .sect-message-recruit__body {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .sect-message-recruit__body__carousel .loop-image-slider-2lines {
    flex-direction: column;
  }
  .sect-message-recruit__body__carousel .loop-image-slider-2lines__unit {
    flex-direction: row;
  }
  .sect-message-recruit__body__carousel .loop-image-slider-2lines__unit._l2r-mobile > * {
    animation: loop-image-slider-l2r 20s linear infinite;
  }
  @keyframes loop-image-slider-l2r {
    0% {
      transform: translateX(-200%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .sect-message-recruit__body__carousel .loop-image-slider-2lines__unit._r2l-mobile > * {
    animation: loop-image-slider-r2l 20s linear infinite;
  }
  @keyframes loop-image-slider-r2l {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(-200%);
    }
  }
  .sect-message-recruit__deco-text {
    flex-direction: column;
    font-size: 7.7rem;
  }
}

@media screen and (max-width: 1060px) {
  .inner {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@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) {
  .l-header__inner {
    height: 90px;
  }
  .page.recruit .l-header__menu-pc {
    position: relative;
  }
  .page.recruit .l-header__menu-pc::after {
    content: "";
    display: block;
    position: absolute;
    width: 9999px;
    height: 200px;
    transform: rotate(0deg);
    background-color: #0045ca;
    top: -50%;
    left: -120px;
    z-index: -1;
    clip-path: polygon(90px 0px, 100% 0, 100% 100%, 0 100%);
  }
  .l-header__menu-sp {
    display: none;
  }
  .btn-menu-open,
.btn-menu-close {
    display: none;
  }
  .ttl-section._tac-pc {
    text-align: center;
  }
  .ep-scroll-to {
    bottom: calc(100% + 90px + 20px);
  }
  .items-strength .item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .items-work-qa .item {
    width: calc((100% - 50px) / 2);
  }
  .items-loop-image {
    padding-top: 15px;
    flex-direction: column;
  }
  .tbl-fujikankou._about-us tr {
    border: none;
  }
  .tbl-fujikankou._about-us tr:first-child th {
    border-top: solid 1px #0075de;
  }
  .tbl-fujikankou._about-us tr:first-child td {
    border-top: solid 1px #707070;
  }
  .tbl-fujikankou._about-us tr th {
    width: 22%;
    padding-left: 1em;
    padding-right: 1em;
    border-bottom: solid 1px #0075de;
  }
  .tbl-fujikankou._about-us tr td {
    width: 78%;
    padding-left: 1em;
    padding-right: 1em;
    border-bottom: solid 1px #707070;
  }
  .tbl-fujikankou._history tr th {
    width: 24%;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .tbl-fujikankou._history tr td {
    width: 78%;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .tbl-fujikankou._guideline tr th {
    width: 18%;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .tbl-fujikankou._guideline tr td {
    width: 82%;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .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;
  }
  .mv {
    aspect-ratio: 2732/1536;
  }
  .mv__inner {
    padding-bottom: 40px;
  }
  .mv__text {
    flex-direction: row;
    align-items: flex-end;
  }
  .mv__text .description {
    margin-left: -6em;
    padding-bottom: 0.5em;
  }
  .mv-recruit__inner {
    aspect-ratio: 1366/800;
  }
  .l-page-head._has-photo .l-page-head__inner {
    border-radius: 10px;
  }
  .l-page-head._has-photo {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sect-top-about__inner .sect-top-about__body {
    flex: 1;
  }
  .sect-top-about__inner .sect-top-about__head {
    flex: 1.25;
  }
  .sect-top-about__head {
    padding-right: max(20px, min(5.8565153734vw, 80px));
  }
  .sect-top-about__visual-1 > img:nth-child(1) {
    width: 89.9182561308%;
  }
  .sect-top-about__visual-1 > img:nth-child(2) {
    bottom: -20%;
    left: -20%;
    width: 54.4959128065%;
  }
  .sect-top-about__marquee {
    translate: 0 55%;
  }
  .sect-top-business__head__text .description {
    max-width: 606px;
  }
  .sect-top-makers .ttl-section {
    text-align: center;
  }
  .sect-access:not(._in-about) .ttl-section {
    text-align: center;
  }
  .sect-contact-cta .ttl-section {
    text-align: center;
  }
  .sect-contact-cta .txt-lead {
    text-align: center;
  }
  .sect-contact-cta .box-cta > *:last-child {
    border-left: 1px solid #293962;
  }
  .sect-works .ttl-section {
    text-align: center;
  }
  .sect-topics .ttl-section {
    text-align: center;
  }
  .sect-greetings__texts .message {
    margin-top: 20px;
  }
  .sect-philosophy__head .text {
    line-height: 2.18;
  }
  .sect-strength .ttl-section {
    text-align: center;
  }
  .sect-business__head .ttl-section {
    text-align: center;
  }
  .sect-business__body .box-business-detail__item:nth-child(odd)::before {
    content: "";
    display: block;
    position: absolute;
    width: max(100px, min(10.980966325vw, 150px));
    height: 100%;
    transform: rotate(0deg);
    background-color: #fff;
    top: 0;
    right: -1px;
    z-index: 0;
  }
  .sect-business__body .box-business-detail__item:nth-child(even)::before {
    content: "";
    display: block;
    position: absolute;
    width: max(100px, min(10.980966325vw, 150px));
    height: 100%;
    transform: rotate(0deg);
    background-color: #fff;
    top: 0;
    left: -1px;
    z-index: 0;
  }
  .sect-award__body .box-awarded-people {
    margin-right: max(10px, min(3.2210834553vw, 44px));
    margin-bottom: max(10px, min(3.2210834553vw, 44px));
    box-shadow: max(10px, min(3.2210834553vw, 44px)) max(10px, min(3.2210834553vw, 44px)) 0 0 #00afff;
  }
  .sect-award__body .box-awarded-people .box-awarded-people__image {
    flex: 1.5;
  }
  .sect-award__body .box-awarded-people .box-awarded-people__text {
    flex: 1;
  }
  .sect-contact__cta__tel {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: max(15px, min(1.8301610542vw, 25px));
    padding-left: max(30px, min(2.9282576867vw, 40px));
    padding-right: max(30px, min(2.9282576867vw, 40px));
  }
  .sect-environment-recruit__head {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
  }
  .sect-environment-recruit__head > * {
    flex: 1;
  }
  .sect-environment-recruit__head__text {
    padding-bottom: max(200px, min(25.6222547584vw, 550px));
    max-width: 500px;
  }
  .sect-environment-recruit__head__text .text {
    padding-right: 30px;
  }
  .sect-environment-recruit__head__visual {
    width: calc(100% - (50% - 50vw));
    margin-right: calc(50% - 50vw);
    max-width: none;
  }
  .sect-environment-recruit__body {
    margin-top: calc(max(105px, min(27.0863836018vw, 670px)) * -1 + 150px);
  }
  .sect-message-recruit__body {
    flex-direction: row;
    max-height: 640px;
    overflow: hidden;
    align-items: center;
    padding-left: max(20px, min(4.39238653vw, 60px));
    padding-right: max(20px, min(4.39238653vw, 60px));
    margin-left: calc(max(20px, min(4.39238653vw, 60px)) * -1);
    margin-right: calc(max(20px, min(4.39238653vw, 60px)) * -1);
  }
  .sect-message-recruit__body__carousel .loop-image-slider-2lines {
    flex-direction: row;
  }
  .sect-message-recruit__body__carousel .loop-image-slider-2lines__unit {
    flex-direction: column;
  }
  .sect-message-recruit__body__carousel .loop-image-slider-2lines__unit._t2b-pc > * {
    animation: loop-image-slider-t2b 30s linear infinite;
  }
  @keyframes loop-image-slider-t2b {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0%);
    }
  }
  .sect-message-recruit__body__carousel .loop-image-slider-2lines__unit._b2t-pc > * {
    animation: loop-image-slider-b2t 30s linear infinite;
  }
  @keyframes loop-image-slider-b2t {
    0% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(0%);
    }
  }
}

@media screen and (min-width: 1366px) {
  .nav-work-years__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-work-years__title {
    width: 100%;
    text-align: center;
  }
  .work-sections-container .nav-work-years-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: -moz-fit-content;
    width: fit-content;
  }
  .work-sections-container .nav-work-years {
    margin-top: 100px;
    margin-bottom: 100px;
    position: sticky;
    top: 190px;
    left: 0;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 10;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 0 10px 10px 0;
  }
}

@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: 1000px) {
  .sect-top-sponsors__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 600px) {
  .sect-top-recruit__inner {
    flex-direction: column;
  }
}

@media screen and (min-width: 600.1px) {
  .sect-top-recruit__inner > *:first-child {
    flex: 1;
  }
  .sect-top-recruit__inner > *:last-child {
    flex: 1.4;
  }
}

@media screen and (min-width: 1920.1px) {
  .sect-environment-recruit {
    padding-top: max(200px, min(36.6032210835vw, 1000px));
  }
}

@media screen and (min-width: 1140px) {
  .sect-work-recruit__body:nth-of-type(odd) .sect-work-recruit__photo {
    width: calc(100% - (50% - 50vw));
    margin-right: calc(50% - 50vw);
    max-width: none;
  }
  .sect-work-recruit__body:nth-of-type(odd) .sect-work-recruit__qa-illust {
    translate: -70% 0;
    scale: 1.2;
    transform-origin: bottom;
  }
  .sect-work-recruit__body:nth-of-type(odd) .items-work-qa {
    padding-left: max(100px, min(11.7130307467vw, 160px));
  }
  .sect-work-recruit__body:nth-of-type(odd) .sect-work-recruit__body__head {
    flex-direction: row-reverse;
  }
  .sect-work-recruit__body:nth-of-type(even) .sect-work-recruit__photo {
    width: calc(100% - (50% - 50vw));
    margin-left: calc(50% - 50vw);
    max-width: none;
  }
  .sect-work-recruit__body:nth-of-type(even) .sect-work-recruit__qa-illust {
    translate: 70% 0;
    scale: 1.2;
    transform-origin: bottom;
  }
  .sect-work-recruit__body:nth-of-type(even) .items-work-qa {
    padding-right: max(100px, min(11.7130307467vw, 160px));
  }
  .sect-work-recruit__body__head {
    display: flex;
    align-items: center;
  }
  .sect-work-recruit__body__head > * {
    flex: 1;
  }
  .sect-work-recruit__body__qa {
    margin-top: 64px;
  }
  .sect-work-recruit__body__qa .items-work-qa::before, .sect-work-recruit__body__qa .items-work-qa::after {
    content: "";
    display: block;
    position: absolute;
    width: 170px;
    height: 100%;
    transform: rotate(0deg);
    background-color: #fafa00;
    top: 0;
    z-index: 0;
  }
  .sect-work-recruit__body__qa .items-work-qa::before {
    right: calc(100% - 1px);
    clip-path: polygon(80% 0, 100% 0, 100% 100%, 0 100%);
  }
  .sect-work-recruit__body__qa .items-work-qa::after {
    left: calc(100% - 1px);
    clip-path: polygon(0 0, 100% 0, 20% 100%, 0% 100%);
  }
}

@media screen and (max-width: 1140px) {
  .sect-work-recruit__body__qa .items-work-qa {
    padding-bottom: 190px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .sect-work-recruit__qa-illust {
    height: max(270px, min(21.9619326501vw, 300px));
  }
  .sect-work-recruit__photo {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: none;
  }
}

@media screen and (min-width: 1500px) {
  .sect-message-recruit__bg {
    top: max(105px, min(14.6412884334vw, 300px));
  }
}
/*# sourceMappingURL=maps/main.css.map */
