@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

html {
  color: #333;
}

main {
  display: block;
  padding-top: 0 !important;
}
main.c-under {
  padding-top: 113px;
}

.inner-block {
  z-index: 5;
}

@font-face {
  src: url(../font/NotoSansJP-Regular.ttf) format("TrueType");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Medium.ttf) format("TrueType");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Bold.ttf) format("TrueType");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/Angkor-Regular.ttf) format("TrueType");
  font-family: "Angkor";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/BeVietnamPro-Medium.ttf) format("TrueType");
  font-family: "Be Vietnam Pro";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/Inter-Bold.ttf) format("TrueType");
  font-family: "Inter";
  font-weight: 500;
  font-display: swap;
}
.c-en {
  font-family: "Angkor", serif;
  font-weight: 400;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.c-header .inner-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5625vw 7.8125vw 1.5625vw 2.6041666667vw;
  max-width: 100%;
}
.c-header .logo .txt {
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}
.c-header .menu-wrap {
  pointer-events: all;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto repeat(2, 1fr);
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-header.top {
  pointer-events: none;
}
.c-header.top.c-fadeIn {
  pointer-events: visible;
}
.c-header.top.c-fadeIn.is-animated {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.btn-menu {
  pointer-events: all;
  background: #fff;
  border-radius: 0 0 0 40px;
  width: 100px;
  height: 113px;
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-menu .inn {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 30px;
}
.btn-menu .line:nth-of-type(2)::after {
  top: 0;
  content: "";
}
.btn-menu .line,
.btn-menu .line:nth-of-type(2)::after {
  border-radius: 4px;
  background: #0170FF;
  display: inline-block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.btn-menu .line:nth-of-type(1) {
  top: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.btn-menu .line:nth-of-type(3) {
  bottom: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  width: 17px;
}
.btn-menu .line:nth-of-type(2) {
  top: 13px;
  width: 30px;
}
.btn-menu .line:nth-of-type(1),
.btn-menu .line:nth-of-type(3) {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.btn-menu.is-open .line:nth-of-type(1), .btn-menu.is-open .line:nth-of-type(3) {
  -webkit-transform: scaleX(0) translate3d(0, 0, 0);
          transform: scaleX(0) translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.btn-menu.is-open .line:nth-of-type(2), .btn-menu.is-open .line:nth-of-type(2)::after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.btn-menu.is-open .line:nth-of-type(2) {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
          transform: rotate(45deg) translate3d(0, 0, 0);
}
.btn-menu.is-open .line:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
          transform: rotate(90deg) translate3d(0, 0, 0);
}

.c-menu-wrap {
  pointer-events: all;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  height: 100vh;
  width: 100%;
  z-index: 102;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-menu-wrap .inn {
  background: #fff;
  border-radius: 40px 0 0 40px;
  padding: 120px 50px;
  max-width: 500px;
  margin-left: auto;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-menu-wrap::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-menu-wrap.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-menu-wrap.is-open .inn {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-menu-wrap .menu-list {
  counter-reset: number 0;
}
.c-menu-wrap .menu-list li + li {
  margin-top: 15px;
}
.c-menu-wrap .menu-list a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
}
.c-menu-wrap .menu-list a::before {
  color: #0170FF;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 26px;
  font-weight: 400;
  font-family: "Angkor", serif;
  line-height: 1.8076923077;
  position: absolute;
  top: -6px;
  left: 0;
}
.c-menu-wrap .btn-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  gap: 30px 15px;
  margin-top: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-menu-wrap .btn-wrap .c-btn01_recruit {
  margin: auto;
}

.c-footer {
  position: relative;
}
.c-footer .copyright {
  font-size: 0.8333333333vw;
  font-weight: 400;
  font-family: "Be Vietnam Pro", sans-serif;
  text-align: right;
}
.c-footer.top {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.c-footer.top.c-fadeIn.is-animated {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.c-footer.top .inner-block {
  padding: 0 25px 32px;
  max-width: 1782px;
}
.c-footer.under {
  background: #222;
}
.c-footer.under .inner-block {
  padding: 1.9791666667vw 1.0416666667vw 3.125vw;
  max-width: 1480px;
}
.c-footer.under .top-area {
  border-bottom: 1px solid #fff;
  padding-bottom: 2.0833333333vw;
}
.c-footer.under .top-area a {
  color: #fff;
  display: inline-block;
  font-size: 0.7291666667vw;
  font-weight: bold;
  line-height: 1;
}
.c-footer.under .bottom-area {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 4.1666666667vw 0;
}
.c-footer.under .info-wrap {
  max-width: 260px;
}
.c-footer.under .info-wrap .logo img {
  max-width: 149px;
}
.c-footer.under .info-wrap .logo .txt {
  color: #fff;
  font-size: 0.7291666667vw;
  font-weight: bold;
  line-height: 1;
  margin-top: 1.0416666667vw;
}
.c-footer.under .info-wrap .info-txt {
  color: #fff;
  font-size: 0.7291666667vw;
  font-weight: 500;
  line-height: 1.2142857143;
  margin-top: 2.8645833333vw;
}
.c-footer.under .info-wrap .p-mark {
  max-width: 100px;
  margin-top: 2.0833333333vw;
}
.c-footer.under .menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5.2083333333vw;
  max-width: 810px;
}
.c-footer.under .c-menu li + li {
  margin-top: 1.71875vw;
}
.c-footer.under .c-menu a {
  color: #fff;
  display: block;
  font-size: 0.7291666667vw;
  font-weight: bold;
}
.c-footer.under .btn-wrap .c-btn02 {
  max-width: 300px;
  min-width: 300px;
  padding: 1.25vw 10px;
}
.c-footer.under .btn-wrap .c-btn02 + .c-btn02 {
  margin-top: 1.5625vw;
}
.c-footer.under .sns-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.34375vw;
}
.c-footer.under .copyright {
  color: #fff;
  font-size: 0.625vw;
  font-weight: 300;
  line-height: 1;
}
.c-footer.under .sns-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.0833333333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#pagetop {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 12.5vw;
  z-index: 80;
}
#pagetop a {
  color: #fff;
  display: inline-block;
  font-size: 0.625vw;
  font-weight: 400;
  line-height: 1;
  padding-right: 2.2916666667vw;
}
#pagetop a::before {
  background: url(../img/recruit_2027/common/ico-arrow_bl.svg) no-repeat center center/contain;
  content: "";
  height: 1.25vw;
  width: 1.25vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-ttl01 {
  color: #fff;
  font-size: 4.6875vw;
  font-weight: bold;
}
.c-ttl01 .num {
  font-size: 5vw;
  display: inline-block;
  margin-right: 1.0416666667vw;
  line-height: 1;
}
.c-ttl01 .dot {
  font-size: 2.5vw;
}

.c-ttl02 {
  color: #fff;
  font-size: 2.5vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 3.8541666667vw;
  text-align: center;
  margin: 0 auto 1.1458333333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-shadow: 2px 2px 20px rgba(7, 4, 99, 0.25);
}
.c-ttl02::before {
  background: url(../img/recruit_2027/people/ico-plant.svg) no-repeat center center/contain;
  content: "";
  -webkit-filter: drop-shadow(2px 2px 20px rgba(7, 4, 99, 0.25));
          filter: drop-shadow(2px 2px 20px rgba(7, 4, 99, 0.25));
  height: 2.1875vw;
  width: 2.65625vw;
  position: absolute;
  top: 0.4166666667vw;
  bottom: 0;
  left: 0;
  margin: auto;
}

.c-ttl03 {
  color: #0170FF;
  font-size: 2.0833333333vw;
  font-weight: bold;
  margin-bottom: 0.9375vw;
  text-align: center;
}

.c-btn01_recruit {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2142857143;
  position: relative;
  padding-right: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn01_recruit::before {
  background: url(../img/recruit_2027/common/ico-arrow.svg) no-repeat center center/contain;
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-btn01_recruit.black {
  color: #333;
}
.c-btn01_recruit.black::before {
  background: url(../img/recruit_2027/common/ico-arrow_bl.svg) no-repeat center center/contain;
}

.c-btn02 {
  background: #0170FF;
  border: 2px solid #0170FF;
  border-radius: 100px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 18px 10px;
  text-align: center;
  max-width: 216px;
  min-width: 216px;
  width: 100%;
}
.c-btn02.orange {
  background: #FF5900;
  border-color: #FF5900;
}
.c-btn02.green {
  background: #00C1AB;
  border-color: #00C1AB;
  padding: 25px 10px;
}
.c-btn02.fz-18 {
  font-size: 18px;
}
.c-btn02[target=_blank] {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn02[target=_blank] > span {
  position: relative;
}
.c-btn02[target=_blank] > span::before {
  background: url(../img/recruit_2027/common/ico-blank.svg) no-repeat center center/contain;
  content: "";
  height: 0.9375vw;
  width: 0.9375vw;
  position: absolute;
  top: -0.2604166667vw;
  bottom: 0;
  right: -1.4583333333vw;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn03_recruit {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 100px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding: 1.40625vw 1.0416666667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn03_recruit .num {
  color: #0170FF;
  font-family: "Angkor", serif;
  font-size: 1.3541666667vw;
  line-height: 1;
  position: relative;
  top: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn03_recruit .inn {
  display: block;
  font-size: 1.0416666667vw;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding-right: 1.7708333333vw;
}
.c-btn03_recruit .inn::before {
  background: url(../img/recruit_2027/common/ico-arrow_bl.svg) no-repeat center center/contain;
  content: "";
  height: 1.25vw;
  width: 1.25vw;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn04 {
  background: #fff;
  border-radius: 100px;
  display: block;
  max-width: 262px;
  text-align: center;
  padding: 0.9375vw 11px 0.8854166667vw;
  margin: auto;
  width: 100%;
}
.c-btn04 .inn {
  display: inline-block;
  font-size: 0.8333333333vw;
  font-weight: bold;
  position: relative;
  padding-right: 1.7708333333vw;
}
.c-btn04 .inn::before {
  background: url(../img/recruit_2027/common/ico-arrow_bl.svg) no-repeat center center/contain;
  content: "";
  height: 1.25vw;
  width: 1.25vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn04.blue {
  background: #0372FF;
  border: 2px solid #0372FF;
  color: #fff;
}
.c-btn04.blue .inn::before {
  background: url(../img/recruit_2027/common/ico-arrow_wh.svg) no-repeat center center/contain;
}

.c-kv-section .inner-block {
  max-width: 100%;
  padding-left: 0;
}
.c-kv-section .mv-ttl-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5.3125vw;
  margin-left: -4.6875vw;
  position: relative;
  z-index: 5;
}
.c-kv-section .num {
  color: #fff;
  font-size: 26.0416666667vw;
  font-weight: 400;
  font-family: "Angkor", serif;
  line-height: 1;
}
.c-kv-section .l-right {
  position: relative;
  margin-top: -0.5208333333vw;
}
.c-kv-section .mv-img {
  position: absolute;
  top: 0;
  right: 15.9375vw;
}
.c-kv-section .c-breadcrumbs-list {
  margin-top: 1.3020833333vw;
}

.c-kv-section02 .inner-block {
  padding-top: 4.9479166667vw;
  max-width: 1600px;
}
.c-kv-section02 .sub-ttl {
  color: #fff;
  font-size: 1.5625vw;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-top: 0.2604166667vw;
}
.c-kv-section02 .txt-ttl {
  color: #fff;
  font-size: 1.5625vw;
  font-weight: bold;
  margin-top: 0.78125vw;
  margin-bottom: 1.4583333333vw;
}
.c-kv-section02 .txt {
  color: #fff;
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 2.4;
}
.c-kv-section02 .txt + .txt {
  margin-top: 2.03125vw;
}
.c-kv-section02 .yellow {
  color: #FAE15F;
  font-weight: 800;
}
.c-kv-section02 .mv-img {
  position: absolute;
  top: 3.28125vw;
  right: -0.5208333333vw;
}
.c-kv-section02 .mv-img02 {
  position: absolute;
  bottom: 0.5208333333vw;
  right: 3.6458333333vw;
}

.c-breadcrumbs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-breadcrumbs-list li {
  position: relative;
}
.c-breadcrumbs-list li + li {
  padding-left: 25px;
}
.c-breadcrumbs-list li + li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
}
.c-breadcrumbs-list .inn {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.c-link-section .inner-block {
  max-width: 1600px;
}
.c-link-section .link-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.6041666667vw 1.5625vw;
}
.c-link-section .img {
  overflow: hidden;
  border-radius: 30px;
}
.c-link-section .c-btn03_recruit {
  margin: -1.5625vw auto 0;
  padding: 0.6770833333vw 1.0416666667vw;
  position: relative;
  min-height: 3.125vw;
  z-index: 2;
}
.c-link-section .c-btn03_recruit .inn {
  text-align: center;
  line-height: 1.1;
  font-size: 0.7291666667vw;
}
.c-link-section .l-btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625vw;
  margin: 2.6041666667vw auto 0;
  padding-bottom: 4.1666666667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-link-section .l-btn-wrap .c-btn02 {
  font-size: 0.9375vw;
  max-width: 300px;
  min-width: 300px;
  padding: 1.25vw 0.5208333333vw;
}

.c-fadeIn {
  opacity: 0;
}
.c-fadeIn.is-animated {
  -webkit-animation: fadeIn 1s ease 0.2s alternate forwards;
          animation: fadeIn 1s ease 0.2s alternate forwards;
}

.c-fuwafuwa.c-loopLeft.is-animated {
  -webkit-animation: fuwafuwa 3s ease-in-out infinite alternate, leftLoop 30s linear 3s infinite;
          animation: fuwafuwa 3s ease-in-out infinite alternate, leftLoop 30s linear 3s infinite;
}

.c-slidein {
  opacity: 0;
}
.c-slidein.is-animated {
  -webkit-animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
          animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
}

.is-access {
  opacity: 1 !important;
  -webkit-animation: none !important;
          animation: none !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes leftLoop {
  0% {
    left: -82.9333333333vw;
  }
  100% {
    left: 100%;
  }
}
@keyframes leftLoop {
  0% {
    left: -82.9333333333vw;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  overflow: auto;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.modal.job .modal__inner {
  max-width: 1100px;
}
.modal.people-modal {
  padding: 0;
}
.modal.people-modal .modal__inner {
  max-width: 1460px;
}
.modal.people-modal .swiper-button-prev {
  left: 1.5625vw;
}
.modal.people-modal .swiper-button-next {
  right: 1.5625vw;
}
.modal .modal-bg {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
}
.modal .modal__inner {
  position: relative;
  max-width: 1200px;
  margin: auto;
  width: 100%;
}
.modal .modal__close {
  background: #fff;
  border-radius: 100px;
  height: 58px;
  width: 58px;
  position: absolute;
  z-index: 5;
}
.modal .modal__close::before, .modal .modal__close::after {
  background: #0170FF;
  border-radius: 10px;
  content: "";
  height: 25px;
  width: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.modal .modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal .modal-ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0170FF;
  border-radius: 30px 30px 0 0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
  font-size: 16px;
  font-weight: bold;
  padding: 17px 30px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.modal .modal-ttl .num {
  display: block;
  font-size: 20px;
  font-weight: 400;
  font-family: "Angkor", serif;
  line-height: 1;
  position: relative;
  top: 2px;
}
.modal .modal-ttl .inn {
  display: block;
  position: relative;
}
.modal .modal-ttl .inn::before {
  border-radius: 2px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 2px;
  bottom: 0;
  left: -16px;
  margin: auto;
}
.modal .txt {
  font-size: 16px;
  font-weight: 500;
  max-width: 570px;
  margin: auto;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
.modal .txt + .txt {
  margin-top: 15px;
}
.modal .txt.large {
  color: #0170FF;
  font-size: 24px;
  font-weight: bold;
}
.modal .marker {
  position: relative;
  z-index: 1;
}
.modal .marker::before {
  background: #9BEDF6;
  border-radius: 100px;
  content: "";
  height: 10px;
  width: calc(100% + 2px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.modal .l-tab {
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
  position: relative;
  max-width: 1200px;
}
.modal .l-tab .main-ttl {
  background: linear-gradient(120deg, rgb(0, 111, 255) 0%, rgb(47, 168, 255) 50%, rgb(98, 224, 238) 100%);
  border-radius: 0 30px 0 0;
  padding: 24px 138px 32px 30px;
}
.modal .l-tab .main-ttl .inn {
  background: #fff;
  border-radius: 100px;
  display: block;
  color: #0170FF;
  font-size: 32px;
  font-weight: bold;
  padding: 5px 30px 6px;
  width: 100%;
}
.modal .l-tab .txt-area {
  background: #F9F9F9;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
.modal .l-tab .txt-area .scroll-wrap {
  max-height: 520px;
  overflow-y: auto;
}
.modal .l-tab .txt-area .scroll-wrap::-webkit-scrollbar {
  width: 8px;
}
.modal .l-tab .txt-area .scroll-wrap::-webkit-scrollbar-track {
  background-color: #E2E2E2;
}
.modal .l-tab .txt-area .scroll-wrap::-webkit-scrollbar-thumb {
  background-color: #00C1AB;
  border-radius: 100px;
}
.modal .l-tab .txt-area .inn {
  background: #fff;
  display: block;
  max-width: 1000px;
  margin: auto;
  padding: 39px 20px;
}
.modal .l-tab .deco {
  position: absolute;
}
.modal .l-tab .modal__close {
  top: 86px;
  right: 30px;
}
.modal .l-tab.message .deco01 {
  max-width: 391px;
  bottom: -92px;
  left: -126px;
  z-index: 5;
}
.modal .l-tab.message .deco02 {
  max-width: 241px;
  top: -94px;
  left: 169px;
  z-index: -1;
}
.modal .l-tab.people {
  background: transparent;
  max-width: 1324px;
  margin: auto;
  padding: 2.6041666667vw 0;
}
.modal .l-tab.people .main-ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 2.6041666667vw;
  padding: 30px 5.5208333333vw;
}
.modal .l-tab.people .main-ttl .inn {
  max-width: 53.75vw;
  margin: auto;
}
.modal .l-tab.people .swiper-pagination {
  color: #fff;
  gap: 0;
  position: relative;
  bottom: inherit;
  left: inherit;
}
.modal .l-tab.people .swiper-pagination .swiper-pagination-current, .modal .l-tab.people .swiper-pagination .swiper-pagination-total {
  font-family: "Angkor", serif;
  font-size: 2.0833333333vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: 4px;
}
.modal .l-tab.people .swiper-pagination .swiper-pagination-current {
  color: #fff;
  padding-right: 0.5208333333vw;
}
.modal .l-tab.people .swiper-pagination .swiper-pagination-total {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  padding-left: 0.5208333333vw;
}
.modal .l-tab.people .swiper-pagination .swiper-pagination-total::before {
  background: #fff;
  content: "";
  height: 1.8229166667vw;
  width: 3px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.modal .l-tab.people .modal__close {
  position: relative;
  top: inherit;
  right: inherit;
}
.modal .l-tab.people .txt-area {
  background: #fff;
  display: grid;
  grid-template-columns: 26.5625vw 1fr;
  gap: 3.125vw;
  position: relative;
}
.modal .l-tab.people .txt-area::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(62%, rgba(255, 255, 255, 0.8)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 62%, rgb(255, 255, 255) 100%);
  border-radius: 0 0 30px 30px;
  content: "";
  height: 5.2083333333vw;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.modal .l-tab.people .txt-area .scroll-wrap {
  max-height: 69vh;
}
.modal .l-tab.people .img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 0 4.1666666667vw;
  position: relative;
  z-index: 10;
}
.modal .l-tab.people .img-wrap img {
  border-radius: 30px;
}
.modal .l-tab.people .img-wrap img + img {
  margin-top: 1.5625vw;
}
.modal .l-tab.people .scroll-wrap {
  padding: 4.1666666667vw 4.1666666667vw 5.2083333333vw 0;
}
.modal .l-tab.people .people-txt-wrap .wrap + .wrap {
  margin-top: 1.5625vw;
}
.modal .l-tab.people .people-txt-wrap .ttl {
  background: #0170FF;
  border: 2px solid #0170FF;
  border-radius: 100px;
  color: #fff;
  font-size: 1.0416666667vw;
  font-weight: bold;
  line-height: 1;
  padding: 0.4166666667vw 0.78125vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.0416666667vw;
}
.modal .l-tab.people .people-txt-wrap .ttl.line {
  background: #fff;
  color: #0170FF;
}
.modal .l-tab.people .people-txt-wrap .txt {
  font-weight: 500;
  max-width: 100%;
  line-height: 2;
  letter-spacing: 0;
}
.modal .l-tab.people .people-txt-wrap .txt.medium {
  color: #0170FF;
  font-size: 1.0416666667vw;
  font-weight: 500;
}
.modal .l-tab.people .people-txt-wrap .flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5208333333vw 0;
}
.modal .l-tab.people .people-txt-wrap .flow li {
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 2;
  position: relative;
}
.modal .l-tab.people .people-txt-wrap .flow li + li {
  padding-left: 1.5625vw;
}
.modal .l-tab.people .people-txt-wrap .flow li + li::before {
  background: url(../img/recruit_2027/common/ico-arrow_bl02.svg) no-repeat center center/contain;
  content: "";
  height: 1.0416666667vw;
  width: 0.5729166667vw;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0.5729166667vw;
  margin: auto;
}
.modal .movie-wrap {
  max-width: 1024px;
  margin: auto;
  position: relative;
}
.modal .movie-wrap .modal__close {
  top: -78px;
  right: 0;
}
.modal .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modal .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.modal .job-list {
  position: relative;
}
.modal .job-list .modal__close {
  top: -30px;
  right: 0;
}
.modal .job-card {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.modal .job-card.grenn .l-left {
  background: #00C1AB url(../img/recruit_2027/home/bg-line.png.webp) repeat center center;
}
.modal .job-card.lightblue .l-left {
  background: #00A5F2;
}
.modal .job-card .l-left {
  background: #0170FF;
  border: 20px solid #232C9B;
  border-radius: 50px;
  text-align: center;
  padding: 0 20px 140px;
  position: relative;
  z-index: 2;
}
.modal .job-card .l-right {
  background: #fff;
  border-radius: 0 30px 30px 0;
  padding: 80px 50px;
}
.modal .job-card .modal-ttl {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #232C9B;
  border-radius: 0 0 30px 30px;
  margin: 0 auto 49px;
  padding: 8px 20px 13px;
  max-width: 292px;
  width: 100%;
}
.modal .job-card .img {
  max-width: 410px;
  margin: auto;
}
.modal .job-card .card-ttl {
  border-bottom: 3px solid #0170FF;
  color: #0170FF;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.modal .job-card .txt {
  font-weight: 500;
}
.modal .job-card .skill-box {
  background: #0170FF;
  border-radius: 30px;
  padding: 20px 30px;
  margin-top: 40px;
}
.modal .job-card .skill-box .ttl {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 20px;
}
.modal .job-card .skill-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.modal .job-card .skill-list li {
  background: #fff;
  border-radius: 100px;
  color: #0170FF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.4;
  padding: 0 20px;
}
.modal .swiper-button-prev, .modal .swiper-button-next {
  background: #fff;
  border-radius: 100px;
  border: 5px solid #00C1AB;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 80px;
  width: 80px;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.modal .swiper-button-prev::before, .modal .swiper-button-next::before {
  background: #00C1AB;
  -webkit-mask-image: url(../img/recruit_2027/common/ico-arrow_gr.svg);
          mask-image: url(../img/recruit_2027/common/ico-arrow_gr.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  content: "";
  width: 14px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.modal .swiper-button-prev {
  left: -50px;
}
.modal .swiper-button-prev::before {
  left: -4px;
}
.modal .swiper-button-next {
  right: -50px;
}
.modal .swiper-button-next::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: -4px;
}
.modal .swiper-pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  position: absolute;
  z-index: 2;
  bottom: 73px;
  left: 228px;
}
.modal .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  cursor: pointer;
  height: 10px;
  width: 10px;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.modal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  height: 15px;
  width: 15px;
}

.c-table01 tr:not(:first-child) th {
  border-top: none;
}
.c-table01 th, .c-table01 td {
  border: 1px solid #9BAEC8;
  padding: 21px 20px 15px;
}
.c-table01 th {
  background: #AAD9FF;
  text-align: center;
  vertical-align: middle;
  width: 240px;
}
.c-table01 .inn {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.c-table01 .inn + .ttl {
  margin-top: 0.78125vw;
}
.c-table01 .ttl {
  font-size: 14px;
  font-weight: bold;
}
.c-table01 .ttl > span {
  font-weight: 400;
}
.c-table01 .ttl + .inn {
  margin-top: 0.78125vw;
}
.c-table01 .dot-list li {
  font-size: 14px;
  position: relative;
  padding-left: 1.0416666667vw;
}
.c-table01 .dot-list li::before {
  background: #333;
  border-radius: 100px;
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  top: 10px;
  left: 5px;
}
.c-table01 .dot-list + .ttl {
  margin-top: 0.78125vw;
}
.c-table01 a {
  text-decoration: underline;
}

.c-table02 {
  border: 1px solid #9BAEC8;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.c-table02 .box .th-wrap {
  border-bottom: 1px solid #9BAEC8;
  background: #AAD9FF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.c-table02 .th-wrap, .c-table02 .td-wrap {
  padding: 0.78125vw 0.78125vw;
}
.c-table02 .txt {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
}
.c-table02 .num {
  font-size: 20px;
  font-weight: bold;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .kv-section {
  background: url(../img/recruit_2027/home/bg.jpg.webp) no-repeat center center/cover;
  position: relative;
  width: 100%;
}
.home .kv-section .cloud {
  position: absolute;
}
.home .kv-section .cloud.cloud01 {
  top: 69px;
  left: -82.9333333333vw;
  width: 82.9333333333vw;
}
.home .kv-section .cloud.cloud02 {
  top: 197px;
  right: -133.0666666667vw;
  width: 133.0666666667vw;
}
.home .kv-section .cloud.cloud02.is-animated {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.home .kv-section .inner-block {
  height: 100%;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.home .kv-section .kv-ttl-wrap {
  color: #fff;
  position: absolute;
  top: -1.1458333333vw;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 50;
}
.home .kv-section .kv-ttl-wrap .ja {
  display: block;
  font-size: 4.1666666667vw;
  line-height: 1.6;
}
.home .kv-section .kv-ttl-wrap .ja .large {
  font-size: 5.2083333333vw;
  line-height: 1.2;
}
.home .kv-section .kv-ttl-wrap .en {
  font-family: "Angkor", serif;
  font-size: 7.8125vw;
  line-height: 1;
}
.home .kv-section .kv-ttl-wrap.c-fadeIn.is-animated {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.home .kv-section .item-wrap-all {
  position: relative;
  margin: auto;
  height: 100%;
  width: 100%;
  padding: 0 2.7604166667vw 0 2.3958333333vw;
}
.home .kv-section .item-wrap {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 51;
}
.home .kv-section .item-wrap .btn-area {
  will-change: transform;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.24, 0.45, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.24, 0.45, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.24, 0.45, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.24, 0.45, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.24, 0.45, 0.32, 1);
}
.home .kv-section .item-wrap .tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.0204081633vh;
  margin-top: 1.1224489796vh;
}
.home .kv-section .item-wrap .tag-wrap .tag {
  border: 2px solid #fff;
  border-radius: 100px;
  color: #fff;
  font-size: 0.8333333333vw;
  font-weight: bold;
  padding: 0.2604166667vw 0.5208333333vw;
  line-height: 1.1875;
}
.home .kv-section .item-wrap_01 .img img {
  max-width: 27.9166666667vw;
}
.home .kv-section .item-wrap_01 .btn-area {
  top: 1.5625vw;
  bottom: 0;
  margin: auto;
  right: -2.7083333333vw;
}
.home .kv-section .item-wrap_02 .img img {
  max-width: 21.8229166667vw;
}
.home .kv-section .item-wrap_02 .btn-area {
  bottom: 0;
  right: 1.7708333333vw;
}
.home .kv-section .item-wrap_03 .img img {
  max-width: 26.25vw;
}
.home .kv-section .item-wrap_03 .btn-area {
  bottom: -4.4897959184vh;
  right: 2.0833333333vw;
}
.home .kv-section .item-wrap_04 .img img {
  max-width: 13.5416666667vw;
}
.home .kv-section .item-wrap_04 .btn-area {
  bottom: -6.7708333333vw;
  left: 0.6770833333vw;
}
.home .kv-section .item-wrap_05 .img img {
  max-width: 33.2291666667vw;
}
.home .kv-section .item-wrap_05 .btn-area {
  bottom: -0.9375vw;
  right: -2.03125vw;
}
.home .kv-section .item-wrap_06 .img img {
  max-width: 32.0833333333vw;
}
.home .kv-section .item-wrap_06 .btn-area {
  top: 0;
  left: -1.1979166667vw;
}
.home .kv-section .item-wrap_07 .img img {
  max-width: 22.5520833333vw;
}
.home .kv-section .item-wrap_07 .btn-area {
  bottom: 0;
  left: -11.4583333333vw;
}
.home .kv-section .item-wrap_08 .img img {
  max-width: 24.6354166667vw;
}
.home .kv-section .item-wrap_08 .btn-area {
  bottom: 3.2291666667vw;
  right: -0.6770833333vw;
}
.home .kv-section .item-wrap_09 .img img {
  max-width: 17.6041666667vw;
}
.home .kv-section .item-wrap_09 .btn-area {
  top: 0;
  left: 0;
}
.home .kv-section .item-wrap_10 .img img {
  max-width: 10.4166666667vw;
}
.home .kv-section .item-wrap_10 .btn-area {
  bottom: -0.2083333333vw;
  right: -1.4583333333vw;
}

/* -----------------------------------------------
* people Module
* peopleページ用
-------------------------------------------------- */
.people {
  background: url(../img/recruit_2027/people/bg.jpg.webp) no-repeat center top/cover;
  position: relative;
  overflow: hidden;
}
.people::before {
  background: url(../img/recruit_2027/people/bg-cloud.png.webp);
  content: "";
  height: 131.1458333333vw;
  width: 124.375vw;
  position: absolute;
  top: 26.25vw;
  left: 0;
  right: 0;
  margin: auto;
}
.people .people-section {
  position: relative;
  z-index: 5;
  height: 100%;
  overflow: hidden;
  margin-top: -5.46875vw;
}
.people .people-section .card {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  padding-right: 3.125vw;
}
.people .people-section .card:focus-visible {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.people .people-section .card.engineer .balloon-txt {
  color: #0355BE;
}
.people .people-section .card.engineer .info {
  background: linear-gradient(118deg, rgb(3, 114, 255) 0%, rgb(2, 68, 153) 100%);
}
.people .people-section .card.engineer .year {
  color: #0355BE;
}
.people .people-section .card.designer .balloon-txt {
  color: #FF5A5A;
}
.people .people-section .card.designer .info {
  background: linear-gradient(118deg, rgb(255, 90, 90) 0%, rgb(226, 61, 61) 100%);
}
.people .people-section .card.designer .year {
  color: #FF5A5A;
}
.people .people-section .card .img-wrap {
  position: relative;
}
.people .people-section .card img {
  border-radius: 20px;
}
.people .people-section .card .balloon-txt {
  background: #fff;
  border-radius: 20px;
  font-size: max(24px, 1.6666666667vw);
  font-weight: bold;
  padding: 2.0833333333vw 2.0833333333vw;
  max-width: 400px;
  position: absolute;
  bottom: 2.0833333333vw;
  right: -3.125vw;
  line-height: 1.6;
}
.people .people-section .card .balloon-txt::before {
  background: url(../img/recruit_2027/people/ico-triangle.svg) no-repeat center center/contain;
  content: "";
  height: 3.4375vw;
  width: 2.9166666667vw;
  position: absolute;
  top: -2.5vw;
  left: 4px;
}
.people .people-section .card .info-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9375vw;
  margin: 0.9895833333vw auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.people .people-section .card .info-wrap .info {
  border-radius: 100px;
  color: #fff;
  font-size: max(20px, 1.3541666667vw);
  font-weight: bold;
  line-height: 1;
  padding: 0.3645833333vw 1.3541666667vw;
  margin-top: 2px;
}
.people .people-section .card .info-wrap .year {
  font-size: max(24px, 1.6666666667vw);
  font-weight: bold;
}
.people .people-section .card .info-wrap .num {
  font-size: max(40px, 2.7083333333vw);
  font-weight: 400;
  padding: 0 3px;
  position: relative;
  top: 2px;
  line-height: 1;
}
.people .voice-section .inner-block {
  padding-top: 9.8958333333vw;
  padding-bottom: 10.4166666667vw;
  max-width: 1600px;
}
.people .voice-section .lead {
  color: #fff;
  font-size: 1.0416666667vw;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  text-shadow: 1px 1px 4px rgba(0, 21, 49, 0.5);
}
.people .voice-section .voice-list {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5625vw 2.8125vw;
  margin-top: 1.5625vw;
}
.people .voice-section .voice-list .voice {
  position: relative;
}
.people .voice-section .voice-list .voice:nth-child(odd) {
  aspect-ratio: 470/510;
}
.people .voice-section .voice-list .voice:nth-child(odd) .l-inn {
  border-radius: 50% 50% 20px 20px;
  padding-top: 4.4791666667vw;
}
.people .voice-section .voice-list .voice:nth-child(odd) .ttl-wrap {
  top: 4.2708333333vw;
}
.people .voice-section .voice-list .voice:nth-child(even) {
  aspect-ratio: 1/1;
}
.people .voice-section .voice-list .voice:nth-child(even) .l-inn {
  border-radius: 20px;
  padding-top: 1.4583333333vw;
}
.people .voice-section .voice-list .voice:nth-child(even) .ttl-wrap {
  top: 4.21875vw;
}
.people .voice-section .voice-list .voice .l-inn {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.people .voice-section .voice-list .voice.p-orange .l-inn {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFBD61), to(#FF8181));
  background: linear-gradient(180deg, #FFBD61 0%, #FF8181 100%);
}
.people .voice-section .voice-list .voice.p-orange-stripe .l-inn {
  background: repeating-linear-gradient(45deg, transparent, transparent 30px, rgba(255, 255, 255, 0.5) 30px, rgba(255, 255, 255, 0.5) 32px), -webkit-gradient(linear, left top, left bottom, from(#FFBD61), to(#FF8181));
  background: repeating-linear-gradient(45deg, transparent, transparent 30px, rgba(255, 255, 255, 0.5) 30px, rgba(255, 255, 255, 0.5) 32px), linear-gradient(180deg, #FFBD61 0%, #FF8181 100%);
}
.people .voice-section .voice-list .voice.p-blue .l-inn {
  background-color: linear-gradient(316deg, #006FFF 1.71%, #2FA8FF 97.48%);
}
.people .voice-section .voice-list .voice.p-blue-stripe .l-inn {
  background: repeating-linear-gradient(135deg, transparent, transparent 30px, rgba(255, 255, 255, 0.5) 30px, rgba(255, 255, 255, 0.5) 32px), linear-gradient(316deg, #006FFF 1.71%, #2FA8FF 97.48%);
}
.people .voice-section .voice-list .voice.p-skyblue .l-inn {
  background: -webkit-gradient(linear, left bottom, left top, from(#00C1AB), to(#4FC6FA));
  background: linear-gradient(0deg, #00C1AB 0%, #4FC6FA 100%);
}
.people .voice-section .voice-list .voice.p-skyblue-stripe .l-inn {
  background: url("../img/recruit_2027/people/voice/bg-line-yellow_white.png.webp") center/100% auto no-repeat, -webkit-gradient(linear, left bottom, left top, from(#00C1AB), to(#4FC6FA));
  background: url("../img/recruit_2027/people/voice/bg-line-yellow_white.png.webp") center/100% auto no-repeat, linear-gradient(0deg, #00C1AB 0%, #4FC6FA 100%);
}
.people .voice-section .voice-list .voice.p-yellow .l-inn {
  background-color: #FAE15F;
}
.people .voice-section .voice-list .voice.p-yellow-grid .l-inn {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5) 2px, transparent 2px), linear-gradient(90deg, rgba(255, 255, 255, 0.5) 2px, transparent 2px);
  background-size: 20px 20px;
  background-position: center center;
  background-color: #FAE15F;
}
.people .voice-section .voice-list .voice.p-red .l-inn {
  background: linear-gradient(103deg, #FF5A5A 3.92%, #E23D3D 126.55%);
}
.people .voice-section .voice-list .voice.p-red-stripe .l-inn {
  background: repeating-linear-gradient(135deg, transparent, transparent 30px, rgba(255, 255, 255, 0.5) 30px, rgba(255, 255, 255, 0.5) 32px), linear-gradient(103deg, #FF5A5A 3.92%, #E23D3D 126.55%);
}
.people .voice-section .voice-list .voice.p-purple .l-inn {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF999B), to(#3B90FF));
  background: linear-gradient(180deg, #FF999B 0%, #3B90FF 100%);
}
.people .voice-section .voice-list .voice .img {
  width: calc(100% + 4px);
  margin-bottom: -2px;
}
.people .voice-section .voice-list .voice .img img {
  width: 100%;
  height: auto;
}
.people .voice-section .voice-list .ttl-wrap {
  position: absolute;
  left: 0;
  z-index: 3;
  padding-inline: 1.6666666667vw;
}
.people .voice-section .voice-list .ttl-wrap .ttl, .people .voice-section .voice-list .ttl-wrap .info-wrap {
  background: #fff;
  padding: 5px 6px;
}
.people .voice-section .voice-list .ttl-wrap .ttl {
  color: #0170FF;
  font-size: 1.1458333333vw;
  font-weight: bold;
  line-height: 1.28;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.people .voice-section .voice-list .ttl-wrap .info-wrap {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0;
}
.people .voice-section .voice-list .ttl-wrap .name {
  color: #0170FF;
  font-size: 1.3541666667vw;
  font-weight: 400;
  line-height: 1;
}
.people .voice-section .voice-list .ttl-wrap .year {
  color: #0170FF;
  font-size: 1.0416666667vw;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.people .voice-section .voice-list .ttl-wrap .year .num {
  margin: 0 0.2604166667vw;
  font-size: 1.3541666667vw;
  line-height: 1;
  position: relative;
  top: -2px;
}
.people .voice-section .voice-list .btn-wrap {
  position: relative;
  z-index: 2;
  margin-inline: auto;
  margin-top: -1.5625vw;
}

.people-swiper {
  position: relative;
  width: 100%;
  z-index: 4;
}
.people-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.people-swiper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 15px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: clamp(280px, 100vw - 20px, 590px);
}
.people-swiper .control-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2.0833333333vw;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 1.5625vw auto 0;
  position: relative;
  z-index: 5;
}
.people-swiper .swiper-button-prev, .people-swiper .swiper-button-next {
  background: #0355BE;
  border-radius: 100px;
  cursor: pointer;
  height: 4.6875vw;
  width: 4.6875vw;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.people-swiper .swiper-button-prev::before, .people-swiper .swiper-button-next::before {
  background: #fff;
  -webkit-mask-image: url(../img/recruit_2027/common/ico-arrow_gr.svg);
          mask-image: url(../img/recruit_2027/common/ico-arrow_gr.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1.1979166667vw;
  width: 1.1979166667vw;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.people-swiper .swiper-button-next::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: -0.2604166667vw;
}
.people-swiper .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.40625vw;
}
.people-swiper .swiper-pagination-bullet {
  background: #fff;
  border-radius: 100px;
  cursor: pointer;
  display: block;
  height: 1.0416666667vw;
  width: 1.0416666667vw;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.people-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0355BE;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* -----------------------------------------------
* qa Module
* qaページ用
-------------------------------------------------- */
.qa {
  background: url(../img/recruit_2027/qa/bg.jpg.webp) no-repeat center top/cover;
  position: relative;
  overflow: hidden;
}
.qa .lead-section .inner-block {
  padding-top: 0.78125vw;
}
.qa .lead-section .lead {
  color: #fff;
  font-size: 1.0416666667vw;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
.qa .qa-section .inner-block {
  max-width: 1600px;
  padding-top: 6.25vw;
  padding-bottom: 10.4166666667vw;
}
.qa .qa-section .qa-wrap + .qa-wrap {
  margin-top: -1.5625vw;
}
.qa .qa-section .q-area {
  position: relative;
}
.qa .qa-section .q-area.short {
  padding: 5.3125vw 8.75vw 1.9791666667vw 5.2083333333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.qa .qa-section .q-area.short::before {
  background: url(../img/recruit_2027/qa/cloud-short.svg) no-repeat bottom left/contain;
  content: "";
  height: 10.4166666667vw;
  width: 38.90625vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.qa .qa-section .q-area.medium {
  padding: 5.3125vw 6.9270833333vw 1.9791666667vw 5.2083333333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.qa .qa-section .q-area.medium::before {
  background: url(../img/recruit_2027/qa/cloud-medium.svg) no-repeat bottom left/contain;
  content: "";
  height: 10.4166666667vw;
  width: 45.78125vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.qa .qa-section .q-area.long {
  padding: 5.3125vw 5vw 1.9791666667vw 5.2083333333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.qa .qa-section .q-area.long::before {
  background: url(../img/recruit_2027/qa/cloud-long.svg) no-repeat bottom left/contain;
  content: "";
  height: 10.4166666667vw;
  width: 56.09375vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.qa .qa-section .q-area .ttl {
  color: #0473FF;
  font-size: 1.25vw;
  font-weight: bold;
  position: relative;
  padding-left: 3.6458333333vw;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.qa .qa-section .q-area .ttl::before {
  content: "Q.";
  font-family: "Inter", sans-serif;
  font-size: 2.6041666667vw;
  position: absolute;
  top: -0.5208333333vw;
  left: 0;
  line-height: 1;
}
.qa .qa-section .qa-head {
  position: relative;
}
.qa .qa-section .qa-head::before {
  background: url(../img/recruit_2027/qa/question-img.svg) no-repeat center center/contain;
  content: "";
  height: 13.75vw;
  width: 11.40625vw;
  position: absolute;
  left: 0;
  bottom: -11.4583333333vw;
  z-index: 2;
}
.qa .qa-section .qa-body {
  margin: 2.34375vw 0 0 auto;
  max-width: calc(100% - 21.9270833333vw);
  position: relative;
}
.qa .qa-section .qa-body::after {
  background: url(../img/recruit_2027/qa/answer-img.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 16.09375vw;
  width: 16.25vw;
  z-index: 2;
  margin-left: auto;
  margin-top: -8.8541666667vw;
}
.qa .qa-section .a-area {
  background: #fff;
  border-radius: 20px;
  padding: 2.1875vw 2.0833333333vw 2.0833333333vw;
}
.qa .qa-section .a-area .inn {
  position: relative;
  padding-left: 3.6458333333vw;
}
.qa .qa-section .a-area .inn::before {
  color: #FF5A5A;
  content: "A.";
  font-family: "Inter", sans-serif;
  font-size: 2.6041666667vw;
  position: absolute;
  top: 0.2604166667vw;
  left: 0;
  line-height: 1;
}
.qa .qa-section .a-area .ttl {
  font-size: 1.0416666667vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03%;
  margin-bottom: 0.5208333333vw;
}
.qa .qa-section .a-area .txt {
  font-size: 0.8333333333vw;
  font-weight: bold;
}
.qa .qa-section .a-area a {
  text-decoration: underline;
  display: inline-block;
  margin-top: 3px;
}

/* -----------------------------------------------
* merit Module
* meritページ用
-------------------------------------------------- */
.merit {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(49, 52, 255)), to(rgb(0, 1, 78)));
  background: linear-gradient(180deg, rgb(49, 52, 255) 0%, rgb(0, 1, 78) 100%);
}
.merit .c-kv-section02 .c-ttl01 {
  letter-spacing: 0.05em;
}
.merit .c-kv-section02 .c-ttl01 .num {
  letter-spacing: 0;
}
.merit .c-kv-section02 .mv-img02 {
  max-width: 26.5625vw;
}
.merit .c-kv-section02 .deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.merit .c-kv-section02 .deco02 {
  position: fixed;
  top: min(71px, 3.6979166667vw);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 1650px;
}
.merit .merit-section .inner-block {
  padding-top: 4.4270833333vw;
  padding-bottom: 19.9479166667vw;
  max-width: 1600px;
}
.merit .merit-section .merit-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2.6041666667vw 3.9583333333vw;
  counter-reset: number 0;
  margin-top: 1.71875vw;
}
.merit .merit-section .merit-list .merit-box {
  position: relative;
  width: calc((100% - 3.9583333333vw) / 2);
}
.merit .merit-section .merit-list .merit-box::before {
  background: url(../img/recruit_2027/merit/number-bg.svg) no-repeat center center/contain;
  color: #2528D3;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Angkor", serif;
  font-size: 2.5vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.78125vw;
  position: absolute;
  height: 7.8125vw;
  width: 7.8125vw;
}
.merit .merit-section .merit-list .merit-box:nth-child(-n+2) .txt-wrap::before {
  background: url(../img/recruit_2027/merit/cloud-shadow01.png.webp) no-repeat center center/contain;
}
.merit .merit-section .merit-list .merit-box:nth-child(odd)::before {
  top: 1.5104166667vw;
  left: 0.78125vw;
}
.merit .merit-section .merit-list .merit-box:nth-child(odd) .txt-wrap::before {
  top: -2.0833333333vw;
  right: -2.65625vw;
}
.merit .merit-section .merit-list .merit-box:nth-child(even) {
  padding-top: 2.65625vw;
}
.merit .merit-section .merit-list .merit-box:nth-child(even)::before {
  top: 0;
  left: 4.8958333333vw;
}
.merit .merit-section .merit-list .merit-box:nth-child(even) .txt-wrap::before {
  top: -1.4583333333vw;
  right: 0;
}
.merit .merit-section .merit-list .txt-wrap {
  padding-top: 1.0416666667vw;
  position: relative;
}
.merit .merit-section .merit-list .txt-wrap::before {
  background: url(../img/recruit_2027/merit/cloud-shadow02.png.webp) no-repeat center center/contain;
  content: "";
  position: absolute;
  height: 17.5520833333vw;
  width: 36.9791666667vw;
  z-index: -1;
}
.merit .merit-section .merit-list .txt-wrap .ttl {
  color: #FAE15F;
  font-size: 1.6666666667vw;
  font-weight: bold;
  margin-bottom: 0.5208333333vw;
}
.merit .merit-section .merit-list .txt-wrap .txt {
  color: #fff;
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 2;
}

.data {
  background: url(../img/recruit_2027/data/bg.jpg.webp) no-repeat center top/cover;
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.data::after {
  content: "";
  background: url(../img/recruit_2027/data/cloud-deco.png.webp) no-repeat center top/auto;
  position: absolute;
  top: 103px;
  left: 0;
  width: 100%;
  height: 2257px;
  z-index: -1;
}
.data .content-block {
  padding-bottom: 197px;
}
.data .content-block .inner-block {
  max-width: 1600px;
}
.data .box-flex-50 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.data .box-flex-50 + .box-flex-50 {
  margin-top: 94px;
}
.data .box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 57px 50px;
}
.data .box-wrap .box {
  border-radius: 30px;
}
.data .box {
  border-radius: 40px;
  background: #fff;
  text-align: center;
  padding: 36px 0 0;
  position: relative;
  min-height: 330px;
}
.data .box.box-25 {
  background: #f5f5f5;
}
.data .c-num {
  font-family: "Angkor", serif;
  font-weight: bold;
  line-height: 1;
  color: #0170FF;
  display: inline-block;
  font-size: clamp(40px, 56px, min(56px, 2.9166666667vw));
}
.data .ttl {
  font-weight: bold;
  font-size: 24px;
}
.data .desc {
  line-height: 1.6;
}
.data .establish {
  padding: 73px 0 0;
  text-align: center;
}
.data .establish .ttl {
  font-size: 52px;
  margin-bottom: 50px;
}
.data .establish .num {
  font-size: clamp(80px, 121px, min(121px, 6.3020833333vw));
  margin-right: 15px;
}
.data .establish .year {
  font-weight: bold;
  font-size: clamp(40px, 64px, min(64px, 3.3333333333vw));
  line-height: 1;
  color: #0170FF;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: -20px;
}
.data .sex {
  padding-bottom: 60px;
}
.data .sex .ttl {
  margin-bottom: 20px;
}
.data .sex img {
  position: absolute;
  width: 100%;
  left: 0;
  margin: auto;
  bottom: -25px;
  padding-top: 20px;
}
.data .worker .ttl {
  margin-bottom: 20px;
}
.data .worker .figure {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.data .worker img {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -18px;
}
.data .overtime {
  padding: 31px;
}
.data .overtime .ttl {
  margin-bottom: 24px;
}
.data .overtime .figure {
  margin-left: 17px;
  font-size: 20px;
}
.data .overtime .figure .num {
  margin-right: 4px;
}
.data .overtime img {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -20px;
}
.data .age {
  padding: 31px 20px;
}
.data .age .ttl {
  margin-bottom: 25px;
}
.data .age img {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -20px;
}
.data .recruit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(100px, 5.2083333333vw);
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 75px 0;
  margin-bottom: 58px;
  background: #F5F5F5;
}
.data .recruit .txt-area {
  margin-top: 28px;
}
.data .recruit .ttl {
  margin-bottom: 24px;
}
.data .recruit .people-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  margin-right: 6px;
}
.data .recruit .people-area .space {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.data .recruit .people-area .space:first-child {
  position: relative;
  padding-right: 30px;
  margin-right: 30px;
}
.data .recruit .people-area .space:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  background: #d9d9d9;
  width: 2px;
  height: 40px;
}
.data .recruit .people-area .num {
  margin-right: 7px;
}
.data .prefecture {
  padding: 70px 50px 33px;
}
.data .prefecture .inn {
  position: relative;
}
.data .prefecture .ttl {
  font-size: 52px;
  margin-bottom: 53px;
}
.data .prefecture .region-box {
  position: absolute;
}
.data .prefecture .region-box:nth-of-type(1) {
  top: 0px;
  left: 0px;
}
.data .prefecture .region-box:nth-of-type(2) {
  bottom: 48px;
  right: 0;
}
.data .prefecture .txt {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
}
.data .prefecture .txt .num {
  font-size: clamp(40px, 60px, min(60px, 3.125vw));
  margin-left: 10px;
  margin-right: 9px;
  display: inline-block;
  vertical-align: middle;
}
.data .prefecture .txt .num.large {
  margin-left: 20px;
}
.data .prefecture .txt .mei {
  font-size: 20px;
  vertical-align: -webkit-baseline-middle;
}
.data .prefecture .txt + .txt {
  margin-top: 11px;
}
.data .training {
  padding: 31px;
}
.data .training .ttl {
  margin-bottom: 20px;
}
.data .training .year {
  font-size: 20px;
  font-weight: bold;
  margin-right: 6px;
}
.data .training .num {
  margin-left: 8px;
}
.data .training img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -21px;
  margin: auto;
}
.data .major {
  padding: 28px 0px;
}
.data .major .ttl {
  margin-bottom: 25px;
}
.data .major img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -21px;
  margin: auto;
}
.data .phrase {
  padding: 74px 20px 80px;
}
.data .phrase .ttl {
  font-size: 52px;
  margin-bottom: 36px;
}
.data .paid .ttl {
  margin-bottom: 26px;
}
.data .paid .percent {
  font-weight: bold;
  font-size: 20px;
  margin-left: 12px;
}
.data .paid .percent .num {
  margin-right: 5px;
}
.data .paid img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -21px;
  margin: auto;
}
.data .holiday .ttl {
  margin-bottom: 22px;
}
.data .holiday img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -21px;
  margin: auto;
}
.data .distance .ttl {
  margin-bottom: 21px;
}
.data .distance .desc {
  margin-left: 11px;
}
.data .distance .desc .num {
  font-size: 40px;
  vertical-align: middle;
  margin-left: 10px;
}
.data .distance .desc .minute {
  font-weight: bold;
  display: inline-block;
  margin-left: 4px;
  vertical-align: bottom;
}
.data .distance img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -21px;
  margin: auto;
}
.data .occupation .ttl {
  margin-bottom: 27px;
}
.data .occupation .people-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
}
.data .occupation .people-area .space {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.data .occupation .people-area .space:first-child {
  position: relative;
  padding-right: 30px;
  margin-right: 30px;
}
.data .occupation .people-area .space:first-child .num {
  color: #FF80BB;
}
.data .occupation .people-area .space:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  background: #d9d9d9;
  width: 2px;
  height: 40px;
}
.data .occupation .people-area .num {
  margin-right: 12px;
}
.data .occupation img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -21px;
  margin: auto;
}

/* -----------------------------------------------
* profile Module
* profileページ用
-------------------------------------------------- */
.profile {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 153, 155)), to(rgb(59, 144, 255)));
  background: linear-gradient(180deg, rgb(255, 153, 155) 0%, rgb(59, 144, 255) 100%);
}
.profile .intro-section {
  position: relative;
  z-index: 10;
  margin-top: -2.6041666667vw;
}
.profile .intro-section .inner-block {
  max-width: 1440px;
}
.profile .intro-section .l-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 1fr 31.25vw;
  gap: 4.1666666667vw;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.profile .intro-section .circle-btn-wrap {
  position: relative;
  padding: 5.2083333333vw 4.5833333333vw 6.9791666667vw;
  height: 38.2291666667vw;
  width: 35.1041666667vw;
}
.profile .intro-section .circle-btn-wrap::before {
  border: 10px solid #fff;
  border-radius: 50%;
  content: "";
  height: 26.0416666667vw;
  width: 26.0416666667vw;
  position: absolute;
  top: -1.5625vw;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.profile .intro-section .circle-btn-wrap .center-img {
  margin: 8.0729166667vw auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}
.profile .intro-section .circle-btn-wrap .center-img img {
  height: 8.90625vw;
  width: 8.90625vw;
  text-align: center;
}
.profile .intro-section .circle-btn-wrap .center-img .txt {
  color: #fff;
  text-shadow: none;
  margin-top: 1.0416666667vw;
}
.profile .intro-section .circle-btn-wrap .btn-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.profile .intro-section .circle-btn-wrap .btn-list li {
  cursor: pointer;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.profile .intro-section .circle-btn-wrap .btn-list li:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.profile .intro-section .circle-btn-wrap .btn-list li:nth-child(1) .btn img {
  position: relative;
  left: -1px;
  bottom: -1px;
}
.profile .intro-section .circle-btn-wrap .btn-list li:nth-child(2) {
  top: 6.9791666667vw;
  right: 0;
}
.profile .intro-section .circle-btn-wrap .btn-list li:nth-child(3) {
  bottom: 5.6770833333vw;
  right: 0;
}
.profile .intro-section .circle-btn-wrap .btn-list li:nth-child(4) {
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.profile .intro-section .circle-btn-wrap .btn-list li:nth-child(5) {
  bottom: 6.1979166667vw;
  left: 0;
}
.profile .intro-section .circle-btn-wrap .btn-list li:nth-child(6) {
  top: 6.9791666667vw;
  left: 0;
}
.profile .intro-section .circle-btn-wrap .btn-list li.is-open .btn {
  background: #32C8FF;
}
.profile .intro-section .circle-btn-wrap .btn {
  background: #fff;
  display: block;
  border-radius: 50%;
  height: 10.4166666667vw;
  width: 10.4166666667vw;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: auto;
  overflow: hidden;
}
.profile .intro-section .circle-btn-wrap .btn img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.profile .intro-section .circle-btn-wrap .txt {
  font-size: 0.9375vw;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
  margin-top: 0.5208333333vw;
}
.profile .intro-section .profile-txt-wrap {
  width: 100%;
}
.profile .intro-section .profile-txt-wrap .wrap {
  height: 100%;
}
.profile .intro-section .profile-txt-wrap .wrap:first-child .img img {
  position: relative;
  left: -1px;
  bottom: -1px;
}
.profile .intro-section .profile-txt-wrap .img {
  background: #32C8FF;
  border-radius: 100px;
  max-width: 10.4166666667vw;
  margin: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.profile .intro-section .profile-txt-wrap .txt-wrap {
  background: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5.2083333333vw 1.5625vw 2.6041666667vw;
  margin-top: -3.6458333333vw;
}
.profile .intro-section .profile-txt-wrap .txt-wrap .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0.8333333333vw;
}
.profile .intro-section .profile-txt-wrap .txt-wrap .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.profile .intro-section .profile-txt-wrap .txt-wrap .txt + .txt {
  margin-top: 0.78125vw;
}
.profile .intro-section .profile-txt-wrap .txt-wrap .c-btn04 {
  margin-top: 0.78125vw;
}
.profile .intro-section .profile-txt-wrap .dot-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.profile .intro-section .profile-txt-wrap .dot-list li {
  cursor: pointer;
  background: rgba(1, 112, 255, 0.4);
  border-radius: 100px;
  height: 12px;
  width: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.profile .intro-section .profile-txt-wrap .dot-list li.is-active {
  background: #0170FF;
}
.profile .intro-section .profile-txt-wrap .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.profile .intro-section .profile-txt-wrap .swiper-slide {
  height: auto;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.profile .intro-section .profile-txt-wrap .swiper-slide:not(.swiper-slide-duplicate-active) {
  pointer-events: none;
}
.profile .intro-section .profile-txt-wrap .swiper-pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.profile .intro-section .profile-txt-wrap .swiper-pagination .swiper-pagination-bullet {
  display: block;
  background: #aad9ff;
  height: 0.625vw;
  width: 0.625vw;
  border-radius: 100px;
  margin-top: -2.6041666667vw;
  position: relative;
  z-index: 2;
}
.profile .intro-section .profile-txt-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0170FF;
}
.profile .match-section {
  position: relative;
  z-index: 10;
}
.profile .match-section .inner-block {
  padding-top: 3.125vw;
  padding-bottom: 2.6041666667vw;
  max-width: 1440px;
}
.profile .match-section .match-btn-wrap {
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 2.6041666667vw 1.0416666667vw 3.125vw;
}
.profile .match-section .match-btn-wrap::before, .profile .match-section .match-btn-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.profile .match-section .match-btn-wrap::before {
  background: url(../img/recruit_2027/profile/puzzle-left.svg) no-repeat center right/cover;
  left: 0;
  height: 100%;
  width: 20.3125vw;
}
.profile .match-section .match-btn-wrap::after {
  background: url(../img/recruit_2027/profile/puzzle-right.svg) no-repeat center left/cover;
  right: 0;
  height: 100%;
  width: 21.875vw;
}
.profile .match-section .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.profile .match-section .c-btn02 {
  margin: 1.5625vw auto 0;
}
.profile .flow-section {
  position: relative;
  z-index: 10;
}
.profile .flow-section .inner-block {
  padding-top: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
  max-width: 1440px;
}
.profile .flow-section .flow-wrap {
  background: #fff;
  border-radius: 40px;
  padding: 1.875vw 1.0416666667vw 2.6041666667vw;
}
.profile .flow-section .flow-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5625vw;
  max-width: 980px;
  margin: 2.0833333333vw auto 0;
}
.profile .flow-section .flow-list .flow {
  position: relative;
  text-align: center;
}
.profile .flow-section .flow-list .flow + .flow::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 0.625vw 0 0.625vw 1.0416666667vw;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 3.6458333333vw;
  left: -1.5625vw;
  width: 1.25vw;
}
.profile .flow-section .flow-list .img {
  max-width: 8.3333333333vw;
  margin: 0 auto 0.78125vw;
}
.profile .flow-section .flow-list .ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.profile .flow-section .flow-list .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  margin-top: 1.3020833333vw;
}
.profile .recruit-section .inner-block {
  padding-top: 2.6041666667vw;
  padding-bottom: 10.4166666667vw;
  max-width: 1440px;
}
.profile .recruit-section .bg-white {
  background: #fff;
  border-radius: 40px;
  padding: 1.9791666667vw 5.2083333333vw 5.2083333333vw;
}
.profile .recruit-section .c-ttl03 {
  margin-bottom: 1.9791666667vw;
}
.profile .recruit-section .c-table01 {
  max-width: 980px;
  margin: auto;
}
.profile .recruit-section .c-table02 {
  margin: 1.0416666667vw auto;
}
.profile .recruit-section .btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.6041666667vw auto 0;
}
@media only screen and (max-width: 640px) {
  main.c-under {
    padding-top: 26.6666666667vw;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-header .inner-block {
    padding: 4vw 16vw 4vw 5.3333333333vw;
  }
  .c-header .logo img {
    max-width: 100px;
  }
  .c-header .menu-wrap {
    display: none;
  }
  .btn-menu {
    border-radius: 0 0 0 20px;
    width: 50px;
    height: 63px;
  }
  .btn-menu .inn {
    width: 32px;
    height: 22px;
  }
  .btn-menu .line:nth-of-type(3) {
    width: 12px;
  }
  .btn-menu .line:nth-of-type(2) {
    top: 9px;
    width: 25px;
  }
  .c-menu-wrap .inn {
    border-radius: 0;
    padding: 70px 30px;
  }
  .c-menu-wrap .menu-list li + li {
    margin-top: 10px;
  }
  .c-menu-wrap .menu-list a::before {
    font-size: 20px;
    top: -4px;
  }
  .c-menu-wrap .menu-list a {
    font-size: 16px;
    padding-left: 35px;
  }
  .c-menu-wrap .btn-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
  }
  .c-menu-wrap .btn-wrap .c-btn02 {
    margin: auto;
  }
  .c-footer .copyright {
    font-size: 3.7333333333vw;
    text-align: center;
  }
  .c-footer.top {
    position: absolute;
  }
  .c-footer.top .inner-block {
    padding: 0 20px 20px;
  }
  .c-footer.under .inner-block {
    padding: 6.6666666667vw 4vw 8vw;
  }
  .c-footer.under .top-area {
    padding-bottom: 5.3333333333vw;
  }
  .c-footer.under .top-area a {
    font-size: 3.2vw;
  }
  .c-footer.under .bottom-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10.6666666667vw 0;
  }
  .c-footer.under .info-wrap {
    max-width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: repeat(2, 1fr);
  }
  .c-footer.under .info-wrap .logo img {
    max-width: 100px;
  }
  .c-footer.under .info-wrap .logo {
    grid-area: 1/1/2/2;
  }
  .c-footer.under .info-wrap .logo .txt {
    font-size: 2.9333333333vw;
    margin-top: 4vw;
  }
  .c-footer.under .info-wrap .info-txt {
    grid-area: 2/1/3/3;
    font-size: 3.2vw;
    margin-top: 0;
  }
  .c-footer.under .info-wrap .p-mark {
    grid-area: 1/2/2/3;
    max-width: 80px;
    margin-top: 0;
  }
  .c-footer.under .menu-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
  .c-footer.under .c-menu li + li {
    margin-top: 4vw;
  }
  .c-footer.under .c-menu a {
    font-size: 3.2vw;
  }
  .c-footer.under .btn-wrap {
    margin: 5.3333333333vw auto 0;
  }
  .c-footer.under .btn-wrap .c-btn02 {
    max-width: 250px;
    min-width: 250px;
    padding: 3.2vw 10px;
  }
  .c-footer.under .btn-wrap .c-btn02 + .c-btn02 {
    margin-top: 4vw;
  }
  .c-footer.under .sns-area {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 8vw;
  }
  .c-footer.under .copyright {
    font-size: 2.6666666667vw;
  }
  .c-footer.under .sns-list {
    gap: 5.3333333333vw;
  }
  #pagetop {
    bottom: 20px;
    right: 5.3333333333vw;
  }
  #pagetop a::before {
    height: 5.3333333333vw;
    width: 5.3333333333vw;
  }
  #pagetop a {
    font-size: 3.2vw;
    padding-right: 8vw;
  }
  .c-ttl01 {
    font-size: 6.4vw;
  }
  .c-ttl01 .num {
    font-size: 6.9333333333vw;
    margin-right: 1.3333333333vw;
  }
  .c-ttl02 {
    font-size: 5.3333333333vw;
    padding-left: 9.3333333333vw;
    margin: 0 auto 4vw;
    text-shadow: none;
  }
  .c-ttl02::before {
    top: 0;
    left: 0.8vw;
    height: 4.5333333333vw;
    width: 5.6vw;
    -webkit-filter: none;
            filter: none;
  }
  .c-ttl03 {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
  .c-btn02[target=_blank] > span::before {
    height: 3.4666666667vw;
    width: 3.4666666667vw;
    top: -0.8vw;
    right: -4.2666666667vw;
  }
  .c-btn02 {
    font-size: 14px;
    min-width: 180px;
    max-width: 180px;
    padding: 15px 10px;
  }
  .c-btn03_recruit {
    padding: 3.2vw 4vw;
  }
  .c-btn03_recruit .num {
    font-size: 4.8vw;
  }
  .c-btn03_recruit .inn::before {
    height: 6.4vw;
    width: 6.4vw;
  }
  .c-btn03_recruit .inn {
    font-size: 3.7333333333vw;
    padding-right: 9.0666666667vw;
  }
  .c-btn04 {
    padding: 2.6666666667vw 10px;
  }
  .c-btn04 .inn {
    font-size: 3.7333333333vw;
    padding-right: 6.6666666667vw;
  }
  .c-btn04 .inn::before {
    height: 4.8vw;
    width: 4.8vw;
  }
  .c-kv-section .mv-ttl-wrap {
    gap: 8vw;
    margin-left: -2.6666666667vw;
  }
  .c-kv-section .num {
    font-size: 22.9333333333vw;
  }
  .c-kv-section .c-ttl01 {
    font-size: 6.9333333333vw;
  }
  .c-kv-section .l-right {
    margin-top: -2.6666666667vw;
  }
  .c-kv-section .mv-img {
    right: 13.3333333333vw;
  }
  .c-kv-section .mv-img img {
    max-height: 133.3333333333vw;
  }
  .c-kv-section .c-breadcrumbs-list {
    margin-top: 0;
  }
  .c-kv-section02 .inner-block {
    padding-bottom: 49.6vw;
  }
  .c-kv-section02 .sub-ttl {
    font-size: 5.3333333333vw;
    margin-top: 2.6666666667vw;
    position: relative;
    z-index: 2;
  }
  .c-kv-section02 .txt-ttl {
    font-size: 6.4vw;
    margin-top: 1.3333333333vw;
    margin-bottom: 8vw;
    position: relative;
    line-height: 1.4;
    z-index: 2;
  }
  .c-kv-section02 .txt {
    font-size: 3.7333333333vw;
    line-height: 2;
    position: relative;
    z-index: 2;
  }
  .c-kv-section02 .txt + .txt {
    margin-top: 5.3333333333vw;
  }
  .c-kv-section02 .mv-img {
    right: 0;
    top: inherit;
    bottom: 6.9333333333vw;
    right: 2.1333333333vw;
  }
  .c-kv-section02 .mv-img img {
    max-height: 137.0666666667vw;
  }
  .c-kv-section02 .mv-img02 {
    right: 24.2666666667vw;
    bottom: 0;
  }
  .c-kv-section02 .mv-ttl-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8vw;
    margin-left: -8vw;
    position: relative;
    z-index: 5;
  }
  .c-kv-section02 .num {
    color: #fff;
    font-size: 22.9333333333vw;
    font-weight: 400;
    font-family: "Angkor", serif;
    line-height: 1;
  }
  .c-kv-section02 .l-right {
    position: relative;
    margin-top: -2.6666666667vw;
  }
  .c-breadcrumbs-list li + li {
    padding-left: 5.3333333333vw;
  }
  .c-breadcrumbs-list li + li::before {
    width: 5px;
    height: 5px;
    left: 6px;
    top: 2px;
  }
  .c-breadcrumbs-list .inn {
    font-size: 2.9333333333vw;
  }
  .c-link-section .link-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw 2.6666666667vw;
  }
  .c-link-section .img {
    border-radius: 15px;
  }
  .c-link-section .c-btn03_recruit {
    height: auto;
    margin: -4vw auto 0;
    padding: 1.3333333333vw 2.1333333333vw;
    min-height: 39px;
    width: calc(100% - 2.1333333333vw);
  }
  .c-link-section .c-btn03_recruit .inn {
    font-size: 3.2vw;
    padding-right: 5.3333333333vw;
  }
  .c-link-section .c-btn03_recruit .inn::before {
    height: 4.8vw;
    width: 4.8vw;
  }
  .c-link-section .l-btn-wrap {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
    margin: 8vw auto 0;
    padding-bottom: 13.3333333333vw;
  }
  .c-link-section .l-btn-wrap .c-btn02 {
    font-size: 4.2666666667vw;
    padding: 4vw 2.6666666667vw;
  }
  .modal.people-modal .modal__inner {
    padding: 0;
  }
  .modal.people-modal .swiper-button-prev {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .modal.people-modal .swiper-button-next {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .modal .modal__inner {
    padding: 10.6666666667vw 0;
  }
  .modal .modal__close::before, .modal .modal__close::after {
    height: 4vw;
    width: 0.5333333333vw;
  }
  .modal .modal__close {
    height: 9.3333333333vw;
    width: 9.3333333333vw;
  }
  .modal .modal-ttl {
    border-radius: 20px 20px 0 0;
    gap: 5.3333333333vw;
    font-size: 3.2vw;
    padding: 2.6666666667vw 4vw 2.6666666667vw;
  }
  .modal .modal-ttl .num {
    font-size: 4.2666666667vw;
  }
  .modal .modal-ttl .inn::before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    left: -3.7333333333vw;
  }
  .modal .txt {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
  .modal .txt + .txt {
    margin-top: 1.3333333333vw;
  }
  .modal .txt.large {
    font-size: 4.8vw;
  }
  .modal .marker::before {
    height: 2.1333333333vw;
  }
  .modal .l-tab .main-ttl {
    padding: 4vw 14.6666666667vw 4vw 4vw;
  }
  .modal .l-tab .main-ttl .inn {
    font-size: 5.3333333333vw;
    padding: 2.6666666667vw 5.3333333333vw 2.9333333333vw;
    line-height: 1.2;
  }
  .modal .l-tab .txt-area {
    border-radius: 0 0 20px 20px;
  }
  .modal .l-tab .txt-area .scroll-wrap {
    max-height: 350px;
  }
  .modal .l-tab .txt-area .scroll-wrap::-webkit-scrollbar {
    width: 6px;
  }
  .modal .l-tab .modal__close {
    top: 18.6666666667vw;
    right: 2.6666666667vw;
  }
  .modal .l-tab.people {
    padding: 10.6666666667vw 20px;
  }
  .modal .l-tab.people .main-ttl {
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(2, auto);
    padding: 15px 2.6666666667vw;
    gap: 4vw;
  }
  .modal .l-tab.people .main-ttl .inn {
    max-width: 100%;
    font-size: 4.2666666667vw;
    grid-area: 2/1/3/4;
  }
  .modal .l-tab.people .swiper-pagination {
    grid-area: 1/2/2/3;
  }
  .modal .l-tab.people .swiper-pagination .swiper-pagination-current, .modal .l-tab.people .swiper-pagination .swiper-pagination-total {
    font-size: 4.8vw;
  }
  .modal .l-tab.people .swiper-pagination .swiper-pagination-current {
    padding-right: 1.3333333333vw;
  }
  .modal .l-tab.people .swiper-pagination .swiper-pagination-total {
    padding-left: 1.3333333333vw;
  }
  .modal .l-tab.people .swiper-pagination .swiper-pagination-total::before {
    height: 5.3333333333vw;
  }
  .modal .l-tab.people .modal__close {
    grid-area: 1/3/2/4;
  }
  .modal .l-tab.people .txt-area {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
  .modal .l-tab.people .txt-area::before {
    border-radius: 0 0 20px 20px;
  }
  .modal .l-tab.people .txt-area .scroll-wrap {
    max-height: 250px;
  }
  .modal .l-tab.people .img-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
    padding: 8vw 5.3333333333vw 0;
  }
  .modal .l-tab.people .img-wrap img {
    border-radius: 15px;
  }
  .modal .l-tab.people .img-wrap img + img {
    margin-top: 0;
  }
  .modal .l-tab.people .scroll-wrap {
    padding: 0 5.3333333333vw 8vw;
  }
  .modal .l-tab.people .people-txt-wrap .wrap + .wrap {
    margin-top: 4vw;
  }
  .modal .l-tab.people .people-txt-wrap .ttl {
    font-size: 3.7333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .modal .l-tab.people .people-txt-wrap .txt {
    line-height: 1.8;
  }
  .modal .l-tab.people .people-txt-wrap .txt.medium {
    font-size: 4.2666666667vw;
  }
  .modal .l-tab.people .people-txt-wrap .flow {
    gap: 1.3333333333vw 0;
  }
  .modal .l-tab.people .people-txt-wrap .flow li {
    font-size: 3.7333333333vw;
  }
  .modal .l-tab.people .people-txt-wrap .flow li + li {
    padding-left: 4vw;
  }
  .modal .l-tab.people .people-txt-wrap .flow li + li::before {
    height: 2.6666666667vw;
    width: 1.3333333333vw;
    left: 1.3333333333vw;
  }
  .modal .movie-wrap .modal__close {
    top: -10.6666666667vw;
  }
  .modal .job-card {
    grid-template-columns: 1fr;
  }
  .modal .job-card .l-left {
    border: 10px solid #232C9B;
    border-radius: 20px;
    padding: 0 5.3333333333vw 2.6666666667vw;
    position: relative;
    z-index: 2;
  }
  .modal .job-card .l-right {
    border-radius: 20px;
    margin: -13.3333333333vw auto 0;
    padding: 18.6666666667vw 5.3333333333vw 13.3333333333vw;
    width: calc(100% - 2.6666666667vw);
  }
  .modal .job-card .modal-ttl {
    border-radius: 0 0 20px 20px;
    margin: 0 auto 2.6666666667vw;
    padding: 0.5333333333vw 4vw 1.3333333333vw;
    max-width: 66.6666666667vw;
  }
  .modal .job-card .img {
    max-width: 45.3333333333vw;
  }
  .modal .job-card .card-ttl {
    border-width: 2px;
    font-size: 6.4vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .modal .job-card .txt {
    font-size: 12px;
  }
  .modal .job-card .skill-box {
    border-radius: 20px;
    padding: 4vw 5.3333333333vw;
    margin-top: 4vw;
  }
  .modal .job-card .skill-box .ttl {
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .modal .job-card .skill-list {
    gap: 1.3333333333vw;
  }
  .modal .job-card .skill-list li {
    font-size: 2.6666666667vw;
    padding: 0 4vw;
  }
  .modal .swiper-button-prev::before, .modal .swiper-button-next::before {
    width: 2.1333333333vw;
    height: 4.5333333333vw;
  }
  .modal .swiper-button-prev, .modal .swiper-button-next {
    border-width: 3px;
    height: 10.6666666667vw;
    width: 10.6666666667vw;
    top: inherit;
    bottom: -2.6666666667vw;
  }
  .modal .swiper-button-prev {
    left: -2.6666666667vw;
  }
  .modal .swiper-button-next {
    right: -2.6666666667vw;
  }
  .modal .swiper-pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 5.8666666667vw;
    left: 0;
    right: 0;
    margin: auto;
    gap: 4vw;
  }
  .modal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0170FF;
    height: 3.2vw;
    width: 3.2vw;
  }
  .modal .swiper-pagination-bullet {
    background: rgba(1, 112, 255, 0.5);
    height: 2.1333333333vw;
    width: 2.1333333333vw;
  }
  .c-table01 th, .c-table01 td {
    display: block;
    padding: 2.6666666667vw 4vw;
    width: 100%;
  }
  .c-table01 th {
    width: 100%;
  }
  .c-table01 td {
    border-top: none;
  }
  .c-table01 .inn + .ttl {
    margin-top: 2.6666666667vw;
  }
  .c-table01 .inn {
    font-size: 3.2vw;
  }
  .c-table01 .ttl + .inn {
    margin-top: 2.6666666667vw;
  }
  .c-table01 .ttl {
    font-size: 3.2vw;
  }
  .c-table01 .dot-list li::before {
    top: 3px;
  }
  .c-table01 .dot-list li {
    padding-left: 4vw;
    font-size: 3.2vw;
  }
  .c-table01 .dot-list + .ttl {
    margin-top: 2.6666666667vw;
  }
  .c-table02 {
    grid-template-columns: 1fr;
  }
  .c-table02 .box:not(:first-child) .th-wrap {
    border-top: 1px solid #9BAEC8;
  }
  .c-table02 .box .th-wrap {
    font-size: 3.7333333333vw;
  }
  .c-table02 .th-wrap, .c-table02 .td-wrap {
    padding: 2.1333333333vw 3.2vw;
  }
  .c-table02 .txt {
    font-size: 3.2vw;
  }
  .c-table02 .num {
    font-size: 4.2666666667vw;
  }
  .home .kv-section {
    min-height: calc(var(--vh, 1vh) * 100);
  }
  .home .kv-section .inner-block {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .home .kv-section .kv-ttl-wrap {
    position: relative;
    top: 0;
  }
  .home .kv-section .kv-ttl-wrap .ja {
    font-size: 9.6vw;
  }
  .home .kv-section .kv-ttl-wrap .ja .large {
    font-size: 11.7333333333vw;
  }
  .home .kv-section .kv-ttl-wrap .en {
    font-size: 18.1333333333vw;
  }
  .home .kv-section .item-wrap-all {
    padding: 0 5.3333333333vw 0;
    overflow: hidden;
  }
  .home .kv-section .item-wrap {
    position: relative;
  }
  .home .kv-section .item-wrap .btn-area {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .home .kv-section .item-wrap .tag-wrap .tag {
    font-size: 2.6666666667vw;
    padding: 0.5333333333vw 1.3333333333vw;
  }
  .home .kv-section .item-wrap .tag-wrap {
    gap: 5px;
    margin-top: 10px;
  }
  .home .kv-section .item-wrap_01 {
    left: -5.3333333333vw;
  }
  .home .kv-section .item-wrap_01 .img img {
    max-width: 66.6666666667vw;
  }
  .home .kv-section .item-wrap_01 .btn-area {
    top: inherit;
    bottom: 5.3333333333vw;
    right: -13.8666666667vw;
    margin-left: auto;
  }
  .home .kv-section .item-wrap_02 {
    margin-left: auto;
  }
  .home .kv-section .item-wrap_02 .img img {
    max-width: 58.6666666667vw;
  }
  .home .kv-section .item-wrap_02 .btn-area {
    bottom: 8vw;
    right: 0;
    left: -5.3333333333vw;
  }
  .home .kv-section .item-wrap_03 {
    margin-left: auto;
    top: 0;
  }
  .home .kv-section .item-wrap_03 .img img {
    max-width: 66.6666666667vw;
  }
  .home .kv-section .item-wrap_03 .btn-area {
    bottom: 8vw;
    right: 0;
    margin-left: auto;
  }
  .home .kv-section .item-wrap_04 {
    margin-top: -32vw;
    top: 0;
    bottom: inherit;
    left: -2.6666666667vw;
  }
  .home .kv-section .item-wrap_04 .img img {
    max-width: 37.3333333333vw;
  }
  .home .kv-section .item-wrap_04 .btn-area {
    bottom: inherit;
    top: -5.3333333333vw;
    left: 8vw;
  }
  .home .kv-section .item-wrap_05 {
    margin-left: auto;
  }
  .home .kv-section .item-wrap_05 .img img {
    max-width: 80vw;
  }
  .home .kv-section .item-wrap_05 .btn-area {
    bottom: 5.3333333333vw;
    right: 0;
  }
  .home .kv-section .item-wrap_06 .img img {
    max-width: 74.6666666667vw;
  }
  .home .kv-section .item-wrap_06 .btn-area {
    top: max(-15px, -4vw);
    left: inherit;
    right: -5.3333333333vw;
    margin-left: auto;
  }
  .home .kv-section .item-wrap_07 {
    margin-left: auto;
  }
  .home .kv-section .item-wrap_07 .img {
    margin-left: auto;
    text-align: right;
  }
  .home .kv-section .item-wrap_07 .img img {
    max-width: 53.3333333333vw;
  }
  .home .kv-section .item-wrap_07 .btn-area {
    bottom: 5.3333333333vw;
    left: -10.6666666667vw;
  }
  .home .kv-section .item-wrap_08 .img img {
    max-width: 69.3333333333vw;
  }
  .home .kv-section .item-wrap_08 .btn-area {
    bottom: 10.6666666667vw;
    right: -32vw;
  }
  .home .kv-section .item-wrap_09 .img img {
    max-width: 45.3333333333vw;
  }
  .home .kv-section .item-wrap_09 .btn-area {
    top: -5.3333333333vw;
    left: 2.6666666667vw;
  }
  .home .kv-section .item-wrap_10 {
    margin-left: auto;
    margin-top: -26.6666666667vw;
  }
  .home .kv-section .item-wrap_10 .img img {
    max-width: 32vw;
  }
  .home .kv-section .item-wrap_10 .btn-area {
    bottom: 9.3333333333vw;
    right: 5.3333333333vw;
  }
  .people::before {
    height: 118.6666666667vw;
    width: 112.5333333333vw;
    top: 80vw;
  }
  .people .c-kv-section .mv-img {
    right: -2.9333333333vw;
  }
  .people .c-kv-section .mv-img img {
    max-height: 130.6666666667vw;
  }
  .people .people-section {
    margin-top: -3.4666666667vw;
  }
  .people .people-section .card {
    padding-right: 6.6666666667vw;
  }
  .people .people-section .card img {
    border-radius: 10px;
  }
  .people .people-section .card .balloon-txt {
    border-radius: 15px;
    font-size: 4.2666666667vw;
    padding: 4vw 3.7333333333vw;
    bottom: 6.9333333333vw;
    right: -6.6666666667vw;
    max-width: 53.3333333333vw;
  }
  .people .people-section .card .balloon-txt::before {
    height: 8.2666666667vw;
    width: 6.9333333333vw;
    top: -5.8666666667vw;
    left: 2px;
  }
  .people .people-section .card .info-wrap {
    gap: 2.1333333333vw;
    margin: 2.1333333333vw auto 0;
  }
  .people .people-section .card .info-wrap .info {
    font-size: 3.7333333333vw;
    padding: 0.8vw 3.2vw 1.0666666667vw;
  }
  .people .people-section .card .info-wrap .year {
    font-size: 4.8vw;
  }
  .people .people-section .card .info-wrap .num {
    font-size: 8.5333333333vw;
  }
  .people .voice-section .inner-block {
    padding-top: 15.4666666667vw;
    padding-bottom: 21.3333333333vw;
  }
  .people .voice-section .lead {
    text-shadow: none;
    font-size: 3.7333333333vw;
  }
  .people .voice-section .voice-list {
    grid-template-columns: 1fr;
    gap: 8vw;
    margin-top: 6.6666666667vw;
    padding: 0 10px;
  }
  .people .voice-section .voice-list .voice:nth-child(odd) .l-inn {
    border-radius: 45% 45% 20px 20px;
    padding-top: 14.6666666667vw;
  }
  .people .voice-section .voice-list .voice:nth-child(odd) .ttl-wrap {
    top: 14.6666666667vw;
  }
  .people .voice-section .voice-list .voice:nth-child(even) .l-inn {
    padding-top: 4vw;
  }
  .people .voice-section .voice-list .voice:nth-child(even) .ttl-wrap {
    top: 4vw;
  }
  .people .voice-section .voice-list .ttl-wrap {
    padding-inline: 6.4vw;
  }
  .people .voice-section .voice-list .ttl-wrap .ttl, .people .voice-section .voice-list .ttl-wrap .info-wrap {
    padding: 1.0666666667vw 1.3333333333vw 1.6vw;
  }
  .people .voice-section .voice-list .ttl-wrap .ttl {
    font-size: 4.2666666667vw;
  }
  .people .voice-section .voice-list .ttl-wrap .info-wrap {
    gap: 2.6666666667vw;
    margin-top: 1.3333333333vw;
    padding-bottom: 0.8vw;
  }
  .people .voice-section .voice-list .ttl-wrap .name {
    font-size: 4.2666666667vw;
  }
  .people .voice-section .voice-list .ttl-wrap .year {
    font-size: 3.7333333333vw;
  }
  .people .voice-section .voice-list .ttl-wrap .year .num {
    font-size: 5.3333333333vw;
    top: -1px;
  }
  .people .voice-section .voice-list .btn-wrap {
    margin-top: -6.6666666667vw;
  }
  .people .voice-section .voice-list .btn-wrap .c-btn04 {
    max-width: 48vw;
  }
  .people-swiper .swiper-wrapper {
    padding: 13.3333333333vw 0 0;
  }
  .people-swiper .control-wrap {
    gap: 5.3333333333vw;
    margin: 3.2vw auto 0;
  }
  .people-swiper .swiper-button-prev::before, .people-swiper .swiper-button-next::before {
    height: 2.6666666667vw;
    width: 2.6666666667vw;
  }
  .people-swiper .swiper-button-prev, .people-swiper .swiper-button-next {
    height: 8vw;
    width: 8vw;
  }
  .people-swiper .swiper-button-next::before {
    right: -0.5333333333vw;
  }
  .people-swiper .swiper-pagination {
    gap: 0 2.6666666667vw;
  }
  .people-swiper .swiper-pagination-bullet {
    height: 2.1333333333vw;
    width: 2.1333333333vw;
  }
  .qa {
    background: url(../img/recruit_2027/qa/bg_sp.jpg.webp) no-repeat center top/cover;
  }
  .qa .c-kv-section .mv-img {
    right: 5.8666666667vw;
  }
  .qa .lead-section .inner-block {
    padding-top: 8vw;
  }
  .qa .lead-section .lead {
    font-size: 3.7333333333vw;
  }
  .qa .qa-section .inner-block {
    padding-top: 13.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
  .qa .qa-section .qa-wrap + .qa-wrap {
    margin-top: -1.3333333333vw;
  }
  .qa .qa-section .q-area.short {
    padding: 8.8vw 4vw 2.1333333333vw 10.6666666667vw;
  }
  .qa .qa-section .q-area.short::before {
    background: url(../img/recruit_2027/qa/cloud_sp.svg) no-repeat bottom left/contain;
    height: 22.4vw;
    width: 89.3333333333vw;
  }
  .qa .qa-section .q-area.medium {
    padding: 8.8vw 4vw 2.1333333333vw 9.3333333333vw;
    width: 100%;
  }
  .qa .qa-section .q-area.medium::before {
    background: url(../img/recruit_2027/qa/cloud_sp.svg) no-repeat bottom left/contain;
    height: 22.4vw;
    width: 89.3333333333vw;
  }
  .qa .qa-section .q-area.long {
    padding: 8.8vw 4vw 2.1333333333vw 10.6666666667vw;
  }
  .qa .qa-section .q-area.long::before {
    background: url(../img/recruit_2027/qa/cloud_sp.svg) no-repeat bottom left/contain;
    height: 22.4vw;
    width: 89.3333333333vw;
  }
  .qa .qa-section .q-area .ttl {
    font-size: 3.7333333333vw;
    padding-left: 8vw;
    line-height: 1.6;
  }
  .qa .qa-section .q-area .ttl::before {
    font-size: 5.3333333333vw;
    top: 0;
    bottom: 0;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .qa .qa-section .qa-head::before {
    background: url(../img/recruit_2027/qa/question-img_sp.svg) no-repeat center center/contain;
    height: 21.8666666667vw;
    width: 17.8666666667vw;
    bottom: -14.6666666667vw;
  }
  .qa .qa-section .qa-body {
    margin: 4vw 0 0 auto;
    max-width: calc(100% - 20vw);
  }
  .qa .qa-section .qa-body::after {
    height: 24.8vw;
    width: 24vw;
    margin-top: -5.8666666667vw;
  }
  .qa .qa-section .a-area {
    border-radius: 10px;
    padding: 5.0666666667vw 5.8666666667vw 8vw;
  }
  .qa .qa-section .a-area .inn {
    padding-left: 6.6666666667vw;
  }
  .qa .qa-section .a-area .inn::before {
    font-size: 4.8vw;
  }
  .qa .qa-section .a-area .ttl {
    font-size: 3.7333333333vw;
    margin-bottom: 0.8vw;
  }
  .qa .qa-section .a-area .txt {
    font-size: 3.2vw;
  }
  .merit .c-kv-section02 .mv-img02 {
    max-width: 51.2vw;
  }
  .merit .c-kv-section02 .deco {
    top: max(-18px, -4.8vw);
  }
  .merit .c-kv-section02 .deco02 {
    display: none;
    top: min(50px, 13.3333333333vw);
  }
  .merit .merit-section .inner-block {
    padding-top: 15.4666666667vw;
    padding-bottom: 26.6666666667vw;
  }
  .merit .merit-section .merit-list {
    gap: 8vw;
    margin-top: 6.6666666667vw;
  }
  .merit .merit-section .merit-list .merit-box {
    width: 100%;
  }
  .merit .merit-section .merit-list .merit-box::before {
    font-size: 6.4vw;
    padding: 4vw;
    height: 17.6vw;
    width: 17.6vw;
  }
  .merit .merit-section .merit-list .merit-box:nth-child(odd)::before {
    top: 3.7333333333vw;
    left: 1.8666666667vw;
  }
  .merit .merit-section .merit-list .merit-box:nth-child(odd) .txt-wrap::before {
    top: -5.3333333333vw;
    right: 0;
    left: 0;
    margin: auto;
  }
  .merit .merit-section .merit-list .merit-box:nth-child(even) {
    margin-left: auto;
    padding-top: 0;
  }
  .merit .merit-section .merit-list .merit-box:nth-child(even)::before {
    top: 3.7333333333vw;
    left: 1.8666666667vw;
  }
  .merit .merit-section .merit-list .merit-box:nth-child(even) .txt-wrap::before {
    top: -5.3333333333vw;
    right: 0;
    left: 0;
    margin: auto;
  }
  .merit .merit-section .merit-list .txt-wrap {
    padding-top: 4vw;
  }
  .merit .merit-section .merit-list .txt-wrap::before {
    height: 42.6666666667vw;
    width: 93.3333333333vw;
  }
  .merit .merit-section .merit-list .txt-wrap .ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .merit .merit-section .merit-list .txt-wrap .txt {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
  .data::after {
    height: 100%;
    background-size: contain;
  }
  .data .content-block {
    padding-bottom: 50px;
    margin-top: 40px;
  }
  .data .box-flex-50 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .data .box-flex-50 + .box-flex-50 {
    margin-top: 20px;
  }
  .data .box-wrap {
    gap: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    grid-template-columns: 1fr;
  }
  .data .box-wrap .box {
    border-radius: 15px;
  }
  .data .box {
    min-height: auto;
    padding: 20px 0 0;
    border-radius: 15px;
    max-width: 400px;
    width: 100%;
    margin: auto;
  }
  .data .box.box-25 img {
    width: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    left: initial;
  }
  .data .c-num {
    font-size: 40px;
  }
  .data .ttl {
    font-size: 16px;
  }
  .data .establish {
    padding: 14px 0 0;
  }
  .data .establish .ttl {
    margin-bottom: 7px;
    font-size: 16px;
  }
  .data .establish .num {
    font-size: 40px;
    margin-right: 10px;
  }
  .data .establish .year {
    font-size: 20px;
    margin-left: 10px;
  }
  .data .establish img {
    margin-top: 4px;
    width: 229px;
  }
  .data .sex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0px 0px 20px;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .data .sex .ttl {
    text-align: left;
    margin-bottom: 10px;
  }
  .data .sex .desc {
    margin-bottom: 0px;
    text-align: left;
  }
  .data .sex img {
    width: 165px !important;
    bottom: -15px;
    margin: 7px 0 0 !important;
    position: static;
    aspect-ratio: 165/104;
    padding-top: 0;
  }
  .data .worker {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .data .worker .txt-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 26px;
  }
  .data .worker .ttl {
    margin-bottom: 10px;
  }
  .data .worker .figure {
    font-size: 16px;
  }
  .data .worker .num {
    margin-top: -6px;
    margin-right: 4px;
  }
  .data .worker img {
    position: static;
    margin: 0 10px 0 0 !important;
  }
  .data .overtime {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .data .overtime .ttl {
    margin-bottom: 13px;
  }
  .data .overtime .figure {
    font-size: 16px;
    margin-left: 0;
    text-align: left;
  }
  .data .overtime img {
    position: static;
    margin: 0 10px 0 0 !important;
  }
  .data .age {
    padding: 16px 10px 20px;
  }
  .data .age .ttl {
    margin-bottom: 10px;
  }
  .data .age .desc {
    margin-bottom: 20px;
  }
  .data .age img {
    position: static;
    width: 150px !important;
  }
  .data .recruit {
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 21px 30px 21px 20px;
  }
  .data .recruit .txt-area {
    margin-top: 0;
    text-align: left;
  }
  .data .recruit .ttl {
    text-align: left;
    margin-bottom: 10px;
  }
  .data .recruit .people-area .space {
    font-size: 14px;
  }
  .data .recruit .people-area .space:first-child {
    padding-right: 16px;
    margin-right: 15px;
  }
  .data .recruit img {
    width: 80px;
  }
  .data .prefecture {
    padding: 15px 10px 20px;
  }
  .data .prefecture .ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .data .prefecture .region-box:nth-of-type(1) {
    left: 10px;
  }
  .data .prefecture .region-box:nth-of-type(2) {
    right: 10px;
    bottom: -1px;
  }
  .data .prefecture .txt {
    font-size: 12px;
  }
  .data .prefecture .txt .num {
    font-size: 30px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .data .prefecture .txt .num.large {
    margin-left: 5px;
  }
  .data .prefecture .txt .mei {
    font-size: 10px;
  }
  .data .prefecture .txt + .txt {
    margin-top: 4px;
  }
  .data .prefecture img {
    width: 201px;
  }
  .data .training {
    padding: 19px 30px 19px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .data .training .ttl {
    margin-bottom: 10px;
  }
  .data .training .year {
    font-size: 14px;
  }
  .data .training img {
    position: static;
    margin: 0 !important;
    width: 73px !important;
  }
  .data .major {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 2px 20px 20px;
  }
  .data .major .ttl {
    margin-bottom: 10px;
    text-align: left;
  }
  .data .major img {
    width: 145px !important;
    position: static;
  }
  .data .phrase {
    padding: 16px 20px 16px;
  }
  .data .phrase .ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .data .paid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 30px 20px 10px;
  }
  .data .paid .ttl {
    margin-bottom: 12px;
  }
  .data .paid .percent {
    font-size: 14px;
  }
  .data .paid img {
    position: static;
    margin: 0 !important;
  }
  .data .holiday {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 22px 30px 16px 20px;
  }
  .data .holiday .ttl {
    margin-bottom: 15px;
    text-align: left;
  }
  .data .holiday img {
    position: static;
    margin: 0 !important;
  }
  .data .distance {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 30px 16px 20px;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .data .distance .ttl {
    margin-bottom: 10px;
    text-align: left;
  }
  .data .distance .desc {
    text-align: left;
    margin-left: 0;
  }
  .data .distance .desc .num {
    font-size: 40px;
    margin-left: 13px;
  }
  .data .distance .desc .minute {
    font-size: 16px;
    vertical-align: sub;
  }
  .data .distance img {
    position: static;
    margin: 20px 0 0 !important;
  }
  .data .occupation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 23px 23px 23px 19px;
  }
  .data .occupation .ttl {
    margin-bottom: 10px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .data .occupation .people-area {
    margin-left: 0;
  }
  .data .occupation .people-area .space {
    font-size: 14px;
  }
  .data .occupation .people-area .space:first-child {
    padding-right: 17px;
    margin-right: 15px;
  }
  .data .occupation .people-area .num {
    margin-right: 7px;
  }
  .data .occupation img {
    position: static;
    margin: 0 !important;
    width: 90px !important;
  }
  .profile .c-kv-section .mv-ttl-wrap {
    gap: 5.3333333333vw;
  }
  .profile .c-kv-section .mv-img {
    right: -2.9333333333vw;
  }
  .profile .c-kv-section .mv-img img {
    max-height: 130.6666666667vw;
  }
  .profile .intro-section .inner-block {
    padding-top: 21.3333333333vw;
  }
  .profile .intro-section .l-grid {
    grid-template-columns: 1fr;
    gap: 13.3333333333vw;
  }
  .profile .intro-section .circle-btn-wrap {
    padding: 13.3333333333vw 8vw 16vw;
    height: 98.6666666667vw;
    width: 90.6666666667vw;
  }
  .profile .intro-section .circle-btn-wrap::before {
    border-width: 5px;
    height: 66.1333333333vw;
    width: 66.1333333333vw;
  }
  .profile .intro-section .circle-btn-wrap .center-img {
    margin: 24vw auto 0;
  }
  .profile .intro-section .circle-btn-wrap .center-img img {
    height: 22.6666666667vw;
    width: 22.6666666667vw;
  }
  .profile .intro-section .circle-btn-wrap .btn-list li:nth-child(1) .btn img {
    left: 0px;
    bottom: -2px;
  }
  .profile .intro-section .circle-btn-wrap .btn-list li:nth-child(1) .txt {
    font-size: 2.4vw;
  }
  .profile .intro-section .circle-btn-wrap .btn-list li:nth-child(2) {
    top: 17.8666666667vw;
  }
  .profile .intro-section .circle-btn-wrap .btn-list li:nth-child(3) {
    bottom: 13.3333333333vw;
  }
  .profile .intro-section .circle-btn-wrap .btn-list li:nth-child(4) {
    bottom: -5.3333333333vw;
  }
  .profile .intro-section .circle-btn-wrap .btn-list li:nth-child(5) {
    bottom: 13.3333333333vw;
  }
  .profile .intro-section .circle-btn-wrap .btn-list li:nth-child(6) {
    top: 17.8666666667vw;
  }
  .profile .intro-section .circle-btn-wrap .btn {
    height: 26.6666666667vw;
    width: 26.6666666667vw;
  }
  .profile .intro-section .circle-btn-wrap .txt {
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .profile .intro-section .profile-txt-wrap .wrap:first-child .img img {
    left: 0px;
    bottom: -2px;
  }
  .profile .intro-section .profile-txt-wrap .img {
    max-width: 29.6vw;
  }
  .profile .intro-section .profile-txt-wrap .txt-wrap {
    border-radius: 20px;
    padding: 13.3333333333vw 4vw 8vw;
    margin-top: -10.6666666667vw;
  }
  .profile .intro-section .profile-txt-wrap .txt-wrap .ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .profile .intro-section .profile-txt-wrap .txt-wrap .txt {
    font-size: 3.7333333333vw;
  }
  .profile .intro-section .profile-txt-wrap .txt-wrap .c-btn04 {
    margin-top: 2.6666666667vw;
  }
  .profile .intro-section .profile-txt-wrap .dot-list li {
    height: 10px;
    width: 10px;
  }
  .profile .intro-section .profile-txt-wrap .swiper-pagination .swiper-pagination-bullet {
    height: 2.6666666667vw;
    width: 2.6666666667vw;
    margin-top: -10.6666666667vw;
  }
  .profile .match-section .inner-block {
    padding-top: 10.6666666667vw;
    padding-bottom: 8vw;
  }
  .profile .match-section .match-btn-wrap {
    border-radius: 20px;
    padding: 8vw 5.3333333333vw;
  }
  .profile .match-section .match-btn-wrap::before {
    width: 26.6666666667vw;
    display: none;
  }
  .profile .match-section .match-btn-wrap::after {
    width: 26.6666666667vw;
    display: none;
  }
  .profile .match-section .txt {
    font-size: 14px;
    line-height: 1.7;
  }
  .profile .match-section .c-btn02 {
    font-size: 3.7333333333vw;
    margin: 5.3333333333vw auto 0;
    max-width: 100%;
    padding: 16px 10px;
  }
  .profile .flow-section .inner-block {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .profile .flow-section .flow-wrap {
    border-radius: 20px;
    padding: 8vw 8vw;
  }
  .profile .flow-section .flow-list {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
  }
  .profile .flow-section .flow-list .flow + .flow::before {
    border-width: 2.4vw 0 2.4vw 4.2666666667vw;
    top: -6.1333333333vw;
    left: 8vw;
    margin: auto;
    width: 4.8vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .profile .flow-section .flow-list .flow {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 2.6666666667vw;
  }
  .profile .flow-section .flow-list .img {
    max-width: 21.3333333333vw;
    margin: 0;
  }
  .profile .flow-section .flow-list .ttl {
    font-size: 3.7333333333vw;
    text-align: left;
  }
  .profile .flow-section .flow-list .txt {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
    text-align: left;
    line-height: 1.6;
  }
  .profile .recruit-section .inner-block {
    padding-top: 8vw;
    padding-bottom: 21.3333333333vw;
  }
  .profile .recruit-section .bg-white {
    border-radius: 20px;
    padding: 8vw 8vw 8vw;
  }
  .profile .recruit-section .c-table02 {
    margin: 2.6666666667vw auto;
  }
  .profile .recruit-section .btn-wrap {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
    margin: 5.3333333333vw auto 0;
    width: 100%;
  }
  .profile .recruit-section .btn-wrap .c-btn02 {
    display: block;
    max-width: 100%;
    min-width: 100%;
  }
}
@media only screen and (min-width: 641px) {
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  .btn-menu:not(.is-open):hover {
    background: #0170FF;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .btn-menu:not(.is-open):hover .line, .btn-menu:not(.is-open):hover .line:nth-of-type(2)::after {
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-menu-wrap .menu-list a:hover {
    color: #0170FF;
  }
  .c-menu-wrap .btn-wrap .c-btn01_recruit {
    grid-area: 1/1/2/3;
  }
  .c-menu-wrap .btn-wrap .c-btn02:nth-child(1) {
    grid-area: 2/1/3/2;
  }
  .c-menu-wrap .btn-wrap .c-btn02:nth-child(2) {
    grid-area: 2/2/3/3;
  }
  .c-footer.under .top-area a:hover {
    opacity: 0.8;
  }
  .c-footer.under .c-menu a:hover {
    opacity: 0.8;
  }
  .c-footer.under .sns-list a:hover {
    opacity: 0.8;
  }
  #pagetop a:hover {
    opacity: 0.8;
  }
  .c-btn01_recruit:hover {
    color: #0170FF;
  }
  .c-btn02[target=_blank]:hover > span::before {
    background: url(../img/recruit_2027/common/ico-blank_wh.svg) no-repeat center center/contain;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn02:hover {
    background: #fff;
    color: #0170FF;
  }
  .c-btn02:hover.orange {
    color: #FF5900;
  }
  .c-btn02:hover.green {
    color: #00C1AB;
  }
  .c-btn03_recruit:hover {
    background: #0170FF;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn03_recruit:hover .num {
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn03_recruit:hover .inn::before {
    background: url(../img/recruit_2027/common/ico-arrow_wh.svg) no-repeat center center/contain;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn04:hover {
    background: #0372FF;
    color: #fff;
  }
  .c-btn04:hover .inn::before {
    background: url(../img/recruit_2027/common/ico-arrow_wh.svg) no-repeat center center/contain;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn04.blue:hover {
    background: #fff;
    color: #0372FF;
  }
  .c-btn04.blue:hover .inn::before {
    background: url(../img/recruit_2027/common/ico-arrow_bl.svg) no-repeat center center/contain;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .modal.people-modal .swiper-slide {
    padding: 0 30px;
  }
  .modal .modal__close:hover {
    background: #0170FF;
  }
  .modal .modal__close:hover::before, .modal .modal__close:hover::after {
    background: #fff;
  }
  .modal .l-tab.people .txt-area {
    max-height: 67vh;
  }
  .modal .swiper-button-prev:hover, .modal .swiper-button-next:hover {
    background: #00C1AB;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .modal .swiper-button-prev:hover::before, .modal .swiper-button-next:hover::before {
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .modal .swiper-pagination-bullet:hover {
    background: #fff;
  }
  .c-table01 a:hover {
    text-decoration: none;
  }
  .c-table02 .box:nth-child(-n+3) .td-wrap {
    border-bottom: 1px solid #9BAEC8;
  }
  .c-table02 .box:nth-child(3n+2) {
    border-right: 1px solid #9BAEC8;
    border-left: 1px solid #9BAEC8;
  }
  .home .kv-section {
    height: calc(var(--vh, 1vh) * 100);
  }
  .home .kv-section .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .kv-section .item-wrap.c-fadeIn.is-animated:nth-child(1), .home .kv-section .item-wrap.c-fadeIn.is-animated:nth-child(6) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .home .kv-section .item-wrap.c-fadeIn.is-animated:nth-child(2), .home .kv-section .item-wrap.c-fadeIn.is-animated:nth-child(7) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .home .kv-section .item-wrap.c-fadeIn.is-animated:nth-child(3), .home .kv-section .item-wrap.c-fadeIn.is-animated:nth-child(8) {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  .home .kv-section .item-wrap.c-fadeIn.is-animated:nth-child(4), .home .kv-section .item-wrap.c-fadeIn.is-animated:nth-child(9) {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .home .kv-section .item-wrap.c-fadeIn.is-animated:nth-child(5), .home .kv-section .item-wrap.c-fadeIn.is-animated:nth-child(10) {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .home .kv-section .item-wrap .btn-area {
    position: absolute;
  }
  .home .kv-section .item-wrap_01 {
    left: 1.71875vw;
    top: -6.3020833333vw;
  }
  .home .kv-section .item-wrap_01 .img img {
    max-height: 50.9183673469vh;
  }
  .home .kv-section .item-wrap_02 {
    left: -3.2291666667vw;
    right: 0;
    margin: auto;
    top: 0.5208333333vw;
  }
  .home .kv-section .item-wrap_02 .img img {
    max-height: 26.3265306122vh;
  }
  .home .kv-section .item-wrap_03 {
    left: 11.6666666667vw;
    top: 23.2653061224vh;
  }
  .home .kv-section .item-wrap_03 .img img {
    max-height: 42.1428571429vh;
  }
  .home .kv-section .item-wrap_04 {
    left: 1.71875vw;
    top: 1.5625vw;
    bottom: 0;
    margin: auto;
  }
  .home .kv-section .item-wrap_04 .img img {
    max-height: 27.3469387755vh;
  }
  .home .kv-section .item-wrap_05 {
    right: 4.7916666667vw;
    top: 5.5729166667vw;
  }
  .home .kv-section .item-wrap_05 .img img {
    max-height: 22.9591836735vh;
  }
  .home .kv-section .item-wrap_06 {
    right: 2.6041666667vw;
    top: 3.125vw;
    bottom: 0;
    margin: auto;
  }
  .home .kv-section .item-wrap_06 .img img {
    max-height: 29.1836734694vh;
  }
  .home .kv-section .item-wrap_07 {
    left: 13.8541666667vw;
    bottom: 5.1020408163vh;
  }
  .home .kv-section .item-wrap_07 .img img {
    max-height: 23.8775510204vh;
  }
  .home .kv-section .item-wrap_08 {
    left: 2.34375vw;
    right: 0;
    margin: auto;
    bottom: 1.71875vw;
  }
  .home .kv-section .item-wrap_08 .img img {
    max-height: 30vh;
  }
  .home .kv-section .item-wrap_09 {
    right: 16.0416666667vw;
    bottom: 2.6041666667vw;
  }
  .home .kv-section .item-wrap_09 .img img {
    max-height: 25.1020408163vh;
  }
  .home .kv-section .item-wrap_10 {
    right: 5.3125vw;
    bottom: 4.7395833333vw;
  }
  .home .kv-section .item-wrap_10 .img img {
    max-height: 20.9183673469vh;
  }
  .people .voice-section .voice-list .voice:nth-child(even) .l-inn {
    margin-top: 2.0833333333vw;
  }
  .people .voice-section .voice-list .voice:nth-child(3n+1) {
    grid-column: 1/3;
  }
  .people .voice-section .voice-list .voice:nth-child(3n+2) {
    grid-column: 3/5;
  }
  .people .voice-section .voice-list .voice:nth-child(3n) {
    grid-column: 5/7;
  }
  .people .voice-section .voice-list .voice:nth-last-child(2) {
    grid-column: 2/4;
  }
  .people .voice-section .voice-list .voice:nth-last-child(1) {
    grid-column: 4/6;
  }
  .people .voice-section .voice-list .voice.TU .ttl-wrap .ttl {
    white-space: nowrap;
  }
  .people .voice-section .voice-list .btn-wrap {
    max-width: calc(100% - 10.8333333333vw);
  }
  .people-swiper .swiper-button-prev:hover, .people-swiper .swiper-button-next:hover {
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .people-swiper .swiper-button-prev:hover::before, .people-swiper .swiper-button-next:hover::before {
    background: #0355BE;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .people-swiper .swiper-pagination-bullet:hover {
    background: #0355BE;
  }
  .qa .c-kv-section .mv-ttl-wrap {
    gap: 2.8125vw;
  }
  .qa .c-kv-section .l-right {
    margin-top: -1.1458333333vw;
  }
  .qa .c-kv-section .c-breadcrumbs-list {
    margin-top: 2.0833333333vw;
  }
  .qa .qa-section .a-area a:hover {
    text-decoration: none;
  }
  .merit .merit-section .merit-list .merit-box:nth-child(even) {
    margin-top: 5.2083333333vw;
  }
  .merit .merit-section .merit-list .merit-box:nth-child(even) .txt-wrap {
    margin-left: auto;
    width: calc(100% - 20px);
  }
  .profile .intro-section .circle-btn-wrap .btn-list li:hover .btn {
    background: #32C8FF;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .profile .intro-section .profile-txt-wrap .dot-list li:hover {
    background: #0170FF;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .profile .match-section .c-btn02 {
    max-width: 300px;
    min-width: 300px;
  }
  .profile .recruit-section .btn-wrap .c-btn02 {
    font-size: 18px;
    max-width: 300px;
    min-width: 300px;
    padding: 24px 10px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1400px) {
  .c-header .inner-block {
    padding-right: 8.5714285714vw;
  }
  .btn-menu {
    width: 7.1428571429vw;
    height: 8.0714285714vw;
  }
  .btn-menu .inn {
    width: 2.8571428571vw;
    height: 2.1428571429vw;
  }
  .btn-menu .line:nth-of-type(3) {
    width: 1.2142857143vw;
  }
  .btn-menu .line:nth-of-type(2) {
    top: 0.9285714286vw;
    width: 2.1428571429vw;
  }
  .c-menu-wrap .inn {
    max-width: 35.7142857143vw;
  }
  .c-menu-wrap .menu-list a::before {
    font-size: 1.8571428571vw;
    top: -0.4285714286vw;
  }
  .c-menu-wrap .menu-list a {
    font-size: 1.4285714286vw;
    padding-left: 2.8571428571vw;
  }
  .c-footer.under .info-wrap .logo img {
    max-width: 155px;
  }
  .c-footer.under .info-wrap .logo .txt {
    font-size: 1vw;
  }
  .c-footer.under .info-wrap .info-txt {
    font-size: 1vw;
  }
  .c-footer.under .c-menu a {
    font-size: 1vw;
  }
  .c-footer.under .btn-wrap .c-btn02 {
    max-width: 200px;
    min-width: 200px;
  }
  .c-footer.under .copyright {
    font-size: 0.8571428571vw;
  }
  #pagetop a {
    font-size: 0.8571428571vw;
  }
  .c-btn01_recruit {
    font-size: 12px;
  }
  .c-btn02[target=_blank] > span::before {
    height: 1.2857142857vw;
    width: 1.2857142857vw;
    right: -2vw;
  }
  .c-btn02 {
    font-size: 1.1428571429vw;
    padding: 1.2857142857vw 0.7142857143vw;
    max-width: 11.25vw;
    min-width: 11.25vw;
  }
  .data .box-flex-50 {
    gap: 50px;
  }
  .data .box-flex-50 + .box-flex-50 {
    margin-top: 50px;
  }
  .data .box-wrap {
    gap: 30px;
  }
  .data .overtime img {
    bottom: -40px;
  }
  .data .age img {
    bottom: -40px;
  }
  .data .phrase .ttl {
    margin-bottom: 80px;
  }
  .data .distance img {
    bottom: -60px;
  }
  .data .occupation img {
    bottom: -60px;
    left: 10px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1200px) {
  .c-btn04 .inn {
    font-size: 14px;
    padding-right: 24px;
  }
  .c-btn04 .inn::before {
    height: 19px;
    width: 19px;
  }
  .c-link-section .c-btn03_recruit .inn {
    font-size: 1.0833333333vw;
  }
  .c-link-section .l-btn-wrap .c-btn02 {
    font-size: 1.3333333333vw;
    padding: 2vw 0.8333333333vw;
  }
  .people .voice-section .lead {
    font-size: 14px;
  }
  .people .voice-section .voice-list .ttl-wrap .ttl {
    font-size: 1.5vw;
  }
  .people .voice-section .voice-list .ttl-wrap .name {
    font-size: 1.8333333333vw;
  }
  .people .voice-section .voice-list .ttl-wrap .year {
    font-size: 1.3333333333vw;
  }
  .people .voice-section .voice-list .ttl-wrap .year .num {
    font-size: 2vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1340px) {
  .c-kv-section02 .txt {
    font-size: 1.0447761194vw;
  }
  .merit .merit-section .merit-list .txt-wrap .txt {
    font-size: 1.0447761194vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1340px) and (max-width: 960px) {
  .c-kv-section02 .txt {
    font-size: 12px;
  }
  .merit .merit-section .merit-list .txt-wrap .txt {
    font-size: 12px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .c-kv-section02 .mv-img02 {
    bottom: inherit;
    top: 5.2083333333vw;
  }
  .merit .merit-section .merit-list .txt-wrap .ttl {
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  .c-link-section .link-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 641px) and (max-width: 1330px) {
  .modal.job {
    padding: 0 45px;
  }
  .modal .modal__close {
    height: 45px;
    width: 45px;
  }
  .modal .modal-ttl {
    padding: 1.5037593985vw 2.2556390977vw 1.0526315789vw;
    gap: 1.8045112782vw;
    font-size: 1.2030075188vw;
  }
  .modal .modal-ttl .num {
    font-size: 1.5037593985vw;
  }
  .modal .modal-ttl .inn::before {
    width: 0.6015037594vw;
    height: 0.6015037594vw;
    left: -1.2030075188vw;
  }
  .modal .txt {
    font-size: 1.2030075188vw;
  }
  .modal .marker::before {
    height: 0.7518796992vw;
  }
  .modal .l-tab .main-ttl .inn {
    font-size: 2.4060150376vw;
  }
  .modal .l-tab .modal__close {
    top: 7.1428571429vw;
  }
  .modal .l-tab.people .swiper-pagination .swiper-pagination-current, .modal .l-tab.people .swiper-pagination .swiper-pagination-total {
    font-size: 3.007518797vw;
  }
  .modal .l-tab.people .swiper-pagination .swiper-pagination-current {
    padding-right: 0.7518796992vw;
  }
  .modal .l-tab.people .swiper-pagination .swiper-pagination-total {
    padding-left: 0.7518796992vw;
  }
  .modal .l-tab.people .swiper-pagination .swiper-pagination-total::before {
    height: 2.6315789474vw;
  }
  .modal .l-tab.people .people-txt-wrap .ttl {
    font-size: 1.5037593985vw;
    padding: 0.6015037594vw 1.1278195489vw;
  }
  .modal .l-tab.people .people-txt-wrap .txt {
    font-size: 1.2030075188vw;
  }
  .modal .l-tab.people .people-txt-wrap .txt.medium {
    font-size: 1.5037593985vw;
  }
  .modal .l-tab.people .people-txt-wrap .flow li {
    font-size: 1.2030075188vw;
  }
  .modal .l-tab.people .people-txt-wrap .flow li + li::before {
    height: 1.5037593985vw;
    width: 0.8270676692vw;
  }
  .modal .job-list .modal__close {
    top: -3.7593984962vw;
  }
  .modal .job-card .l-left {
    border-width: 10px;
    padding: 0 20px 7.5187969925vw;
    min-height: 500px;
  }
  .modal .job-card .l-right {
    padding: 5.2631578947vw 3.7593984962vw;
  }
  .modal .job-card .modal-ttl {
    margin: 0 auto 2.2556390977vw;
    padding: 0.6015037594vw 1.5037593985vw 0.977443609vw;
    max-width: 21.954887218vw;
  }
  .modal .job-card .img {
    max-width: 30.8270676692vw;
  }
  .modal .job-card .card-ttl {
    font-size: 2.4060150376vw;
    margin-bottom: 1.8796992481vw;
  }
  .modal .job-card .txt {
    font-size: 1.2030075188vw;
  }
  .modal .job-card .skill-box {
    padding: 1.5037593985vw 2.2556390977vw;
    margin-top: 3.007518797vw;
  }
  .modal .job-card .skill-box .ttl {
    font-size: 1.2030075188vw;
    margin-bottom: 1.5037593985vw;
  }
  .modal .job-card .skill-list li {
    font-size: 1.2030075188vw;
    padding: 0 1.5037593985vw;
  }
  .modal .swiper-button-prev::before, .modal .swiper-button-next::before {
    width: 1.0526315789vw;
    height: 1.7293233083vw;
  }
  .modal .swiper-button-prev, .modal .swiper-button-next {
    height: 6.015037594vw;
    width: 6.015037594vw;
  }
  .modal .swiper-button-prev::before {
    left: -0.3007518797vw;
  }
  .modal .swiper-button-prev {
    left: -3.7593984962vw;
  }
  .modal .swiper-button-next::before {
    right: -0.3007518797vw;
  }
  .modal .swiper-button-next {
    right: -3.7593984962vw;
  }
  .modal .swiper-pagination {
    bottom: 4.5112781955vw;
    left: 18.045112782vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1450px) {
  .modal.people-modal .swiper-button-prev {
    left: 0.6896551724vw;
  }
  .modal.people-modal .swiper-button-next {
    right: 0.6896551724vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1330px) and (max-width: 960px) {
  .modal .modal-ttl {
    gap: 15px;
    padding: 15px 15px 14px;
    font-size: 13px;
  }
  .modal .modal-ttl .num {
    font-size: 16px;
    top: 0;
  }
  .modal .modal-ttl .inn::before {
    width: 7px;
    height: 7px;
    left: -12px;
    top: -1px;
  }
  .modal .txt {
    font-size: 13px;
  }
  .modal .marker::before {
    height: 8px;
  }
  .modal .l-tab .modal__close {
    top: 80px;
  }
  .modal .l-tab.people .swiper-pagination .swiper-pagination-current, .modal .l-tab.people .swiper-pagination .swiper-pagination-total {
    font-size: 30px;
  }
  .modal .l-tab.people .swiper-pagination .swiper-pagination-current {
    padding-right: 8px;
  }
  .modal .l-tab.people .swiper-pagination .swiper-pagination-total {
    padding-left: 8px;
  }
  .modal .l-tab.people .swiper-pagination .swiper-pagination-total::before {
    height: 28px;
  }
  .modal .l-tab.people .people-txt-wrap .ttl {
    font-size: 15px;
    padding: 5px 12px;
  }
  .modal .l-tab.people .people-txt-wrap .txt {
    font-size: 13px;
  }
  .modal .l-tab.people .people-txt-wrap .txt.medium {
    font-size: 15px;
  }
  .modal .l-tab.people .people-txt-wrap .flow li {
    font-size: 13px;
  }
  .modal .l-tab.people .people-txt-wrap .flow li + li::before {
    height: 16px;
    width: 7px;
  }
  .modal .job-card .modal-ttl {
    margin: 0 auto 20px;
    padding: 5px 15px 9px;
    max-width: 250px;
  }
  .modal .job-card .txt {
    font-size: 13px;
  }
  .modal .job-card .skill-box .ttl {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .modal .job-card .skill-list li {
    font-size: 12px;
    padding: 0 15px;
  }
  .modal .swiper-pagination {
    bottom: 6.25vw;
    left: 17.7083333333vw;
  }
}
@media only screen and (max-width: 980px) {
  .modal .l-tab .txt-area .inn {
    padding: 39px 10px 39px 160px;
  }
}
@media only screen and (max-width: 980px) and (max-width: 640px) {
  .modal .l-tab .txt-area .inn {
    padding: 8vw 4vw 24vw;
  }
}
@media only screen and (max-width: 1400px) {
  .modal .l-tab.message .deco01 {
    max-width: 250px;
    bottom: -70px;
    left: -50px;
  }
  .modal .l-tab.message .deco02 {
    max-width: 180px;
    top: -50px;
    left: 200px;
  }
}
@media only screen and (max-width: 1400px) and (max-width: 640px) {
  .modal .l-tab.message .deco01 {
    max-width: 40vw;
    bottom: -18.6666666667vw;
    left: -8vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1080px) {
  .modal .l-tab.people {
    padding: 2.6041666667vw 5.2083333333vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1000px) {
  .c-table01 th {
    font-size: 1.6vw;
    width: 20vw;
  }
  .c-table01 .inn {
    font-size: 1.4vw;
  }
  .c-table01 .ttl {
    font-size: 1.4vw;
  }
  .c-table01 .dot-list li {
    font-size: 1.4vw;
  }
  .c-table02 .txt {
    font-size: 1.4vw;
  }
  .c-table02 .num {
    font-size: 2vw;
  }
  .profile .intro-section .circle-btn-wrap {
    padding: 5vw 4vw 6.7vw;
    height: 44vw;
    width: 40.8vw;
  }
  .profile .intro-section .circle-btn-wrap::before {
    height: 36vw;
    width: 36vw;
  }
  .profile .intro-section .circle-btn-wrap .center-img {
    margin: 11.5vw auto 0;
  }
  .profile .intro-section .circle-btn-wrap .txt {
    font-size: 1.2vw;
  }
  .profile .flow-section .flow-list .ttl {
    font-size: 1.4vw;
  }
  .profile .flow-section .flow-list .txt {
    font-size: 1.4vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1360px) {
  .home .kv-section .item-wrap-all {
    height: calc(100% - min(150px, 11.0294117647vw));
    margin-top: auto;
  }
}
@media only screen and (min-width: 641px) and (max-width: 970px) {
  .home .kv-section .item-wrap_01 {
    top: 2.0618556701vw;
  }
  .home .kv-section .item-wrap_02 {
    top: 8.2474226804vw;
  }
  .home .kv-section .item-wrap_03 {
    top: 25.7731958763vw;
  }
  .home .kv-section .item-wrap_05 {
    top: 20.618556701vw;
  }
  .home .kv-section .item-wrap_06 {
    top: inherit;
    bottom: 20.618556701vw;
  }
  .home .kv-section .item-wrap_07 {
    bottom: 12.3711340206vw;
  }
}
@media (any-hover: hover) {
  .people .people-section .card:hover {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1120px) {
  .people .people-section .card .balloon-txt {
    border-radius: 15px;
  }
  .people .people-section .card .balloon-txt::before {
    top: -1.6666666667vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1070px) {
  .qa .lead-section .lead {
    font-size: 1.6822429907vw;
  }
  .qa .qa-section .q-area.short::before {
    height: 12.1495327103vw;
    width: 63.2710280374vw;
  }
  .qa .qa-section .q-area.medium::before {
    height: 12.1495327103vw;
    width: 75.6074766355vw;
  }
  .qa .qa-section .q-area.long::before {
    height: 13.0841121495vw;
    width: 95.046728972vw;
  }
  .qa .qa-section .q-area .ttl {
    font-size: 1.6822429907vw;
  }
  .qa .qa-section .qa-body {
    margin: 2.8037383178vw 0 0 auto;
  }
  .qa .qa-section .a-area .ttl {
    font-size: 1.4953271028vw;
    margin-bottom: 0.9345794393vw;
  }
  .qa .qa-section .a-area .txt {
    font-size: 1.1214953271vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1400px) and (max-width: 1100px) {
  .data .box-flex-50 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 640px) and (max-width: 330px) {
  .data .sex .desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) and (max-width: 340px) {
  .data .worker {
    padding-right: 15px;
  }
  .data .worker img {
    margin-right: 5px !important;
  }
}
@media only screen and (max-width: 350px) {
  .data .recruit .people-area .num {
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) and (max-width: 360px) {
  .data .distance {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 640px) and (max-width: 350px) {
  .data .distance .desc .num {
    font-size: 30px;
    margin-left: 5px;
  }
  .data .distance .desc .minute {
    font-size: 14px;
    margin-left: 2px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1300px) {
  .profile .intro-section .l-grid {
    grid-template-columns: 1fr 34.6153846154vw;
    gap: 3.0769230769vw;
  }
  .profile .intro-section .profile-txt-wrap .txt-wrap .ttl {
    font-size: 1.5384615385vw;
  }
  .profile .intro-section .profile-txt-wrap .txt-wrap .txt {
    font-size: 1.2307692308vw;
  }
}
/*# sourceMappingURL=recruit_2027_style.css.map */
/*# sourceMappingURL=recruit_2027_style.css.map */