@charset "UTF-8";
/* color
***************************************************************/
/* font
***************************************************************/
/********************************

all

********************************/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1;
}

a {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}

.sp-only {
  display: none;
}

@media (max-width: 575px) {
  .sp-only {
    display: block;
  }
}

.md-only {
  display: none;
}

@media (max-width: 892px) {
  .md-only {
    display: block;
  }
}

.lg-only {
  display: none;
}

@media (max-width: 1260px) {
  .lg-only {
    display: block;
  }
}

.sp-none {
  display: block;
}

@media (max-width: 575px) {
  .sp-none {
    display: none;
  }
}

.md-none {
  display: block;
}

@media (max-width: 892px) {
  .md-none {
    display: none;
  }
}

.lg-none {
  display: block;
}

@media (max-width: 1260px) {
  .lg-none {
    display: none;
  }
}

.keep-all {
  word-break: keep-all;
}

@media screen and (max-width: 768px) {
  .keep-all {
    word-break: normal;
  }
}

.letter-spacing {
  margin-left: -0.25em;
}

/********************************

component

********************************/
/*

arrow-btn

********************************/
.arrow-btn {
  display: inline-block;
  background-color: #09b6ea;
  border-radius: 50%;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transition: 0.4s ease-out all;
  transition: 0.4s ease-out all;
}

.arrow-right {
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 1.2rem;
  right: 0.95rem;
  width: 10px;
  height: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.arrow-right::before {
  content: "";
  border: 2px solid #fff;
  border-right: 0;
  border-bottom: 0;
  rotate: 135deg;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  top: 1px;
  right: -8px;
  width: 7px;
  height: 7px;
}

/*

level2-heading

********************************/
.level2-heading {
  color: #0f3974;
  font-family: "Oswald", sans-serif;
  font-size: 7.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  position: relative;
}

.level2-heading::before {
  content: "";
  background-color: #0f3974;
  position: absolute;
  top: 0.65625rem;
  left: 0;
  width: 3px;
  height: 4.5rem;
  z-index: 1;
}

.level2-heading::after {
  content: "";
  background-color: #ddd;
  position: absolute;
  top: 5.15625rem;
  left: 0;
  width: 3px;
  height: 8.5rem;
  z-index: 1;
}

.level2-heading-span {
  display: block;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.75;
  margin-top: 0.5rem;
}

/*

btn

********************************/
.btn {
  display: block;
  min-width: 16.25rem;
  position: relative;
}

.btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transition: 0.5s cubic-bezier(0, 0.59, 0.49, 1) all;
  transition: 0.5s cubic-bezier(0, 0.59, 0.49, 1) all;
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}

@media (any-hover: hover) {
  .btn:hover::after {
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
  .btn:hover .arrow-right {
    -webkit-animation: 0.5s ease-out arrow-right;
            animation: 0.5s ease-out arrow-right;
  }
  .btn:hover .btn-text {
    opacity: 0.7;
  }
}

@-webkit-keyframes arrow-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  55% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes arrow-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  55% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.btn-text {
  color: #000;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding-top: 1.59375rem;
  padding-bottom: 1.46875rem;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}

/*******************************

all lower-page

********************************/
.main--lower {
  padding-top: 5rem;
}

.breadcrumb {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.65;
  margin-top: 2.5rem;
  margin-left: 4.5rem;
}

@media (max-width: 1260px) {
  .breadcrumb {
    margin-top: 0;
  }
}

@media (max-width: 892px) {
  .breadcrumb {
    margin-left: 3.5rem;
  }
}

@media (max-width: 575px) {
  .breadcrumb {
    margin-left: 1.5rem;
  }
}

.breadcrumb--grandchild {
  margin-top: 3.5625rem;
}

@media (max-width: 575px) {
  .breadcrumb--grandchild {
    margin-top: 0.5625rem;
  }
}

.level1-heading--lower {
  font-size: 7.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  position: relative;
}

@media (max-width: 1260px) {
  .level1-heading--lower {
    font-size: 4.5rem;
  }
}

@media (max-width: 575px) {
  .level1-heading--lower {
    font-size: 3.5rem;
  }
}

.level1-heading-span--lower {
  display: block;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 2.04px;
  line-height: 1;
  margin-top: 2.375rem;
}

@media (max-width: 892px) {
  .level1-heading-span--lower {
    margin-top: 1rem;
  }
}

@media (max-width: 575px) {
  .level1-heading-span--lower {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.level2-heading--lower {
  font-size: 2.25rem;
  line-height: 1;
}

@media (max-width: 575px) {
  .level2-heading--lower {
    font-size: 1.5rem;
  }
}

.level2-heading-span--lower {
  display: block;
  color: #0f3974;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  line-height: normal;
}

@media (max-width: 575px) {
  .level2-heading-span--lower {
    font-size: 1rem;
  }
}

.level3-heading--lower {
  font-size: 2.25rem;
  letter-spacing: 2.16px;
  line-height: 1;
}

@media (max-width: 1260px) {
  .level3-heading--lower {
    font-size: 1.95rem;
  }
}

@media (max-width: 892px) {
  .level3-heading--lower {
    line-height: normal;
  }
}

@media (max-width: 575px) {
  .level3-heading--lower {
    font-size: 1.5rem;
  }
}

.level3-heading-span--lower {
  display: block;
  color: #0f3974;
  font-family: "Oswald", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.88px;
  line-height: 1;
}

@media (max-width: 1260px) {
  .level3-heading-span--lower {
    font-size: 1rem;
  }
}

@media (max-width: 892px) {
  .level3-heading-span--lower {
    line-height: 1;
  }
}

@media (max-width: 575px) {
  .level3-heading-span--lower {
    font-size: 0.9375rem;
  }
}

.level1-heading--grandchild {
  color: #010509;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

@media (max-width: 575px) {
  .level1-heading--grandchild {
    font-size: 2rem;
  }
}

.level1-heading-span--grandchild {
  display: block;
  color: #0f3974;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
}

.level2-heading--grandchild {
  color: #010509;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.02em;
}

.level2-heading-span--grandchild {
  display: block;
  color: #0f3974;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

/*

page-title

********************************/
.page-title {
  color: #0f3974;
  font-family: "Oswald", sans-serif;
  font-size: 7.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-top: 5rem;
}

.page-title--grandchild {
  margin-top: 3.25rem;
}

.page-title__wrap {
  padding: 0 5%;
  margin: 0 auto;
  max-width: 90rem;
}

@media (max-width: 892px) {
  .page-title__wrap {
    padding-top: 1.5rem;
    padding-left: 2.5rem;
  }
}

@media (max-width: 575px) {
  .page-title__wrap {
    padding-left: 0;
    margin: 0 auto;
    max-width: 90%;
  }
}

/*

img-container

********************************/
.img-container {
  margin-top: 5rem;
}

.img-container--grandchild {
  margin-top: 4rem;
}

/********************************

animation

********************************/
/*

page-top-btn

********************************/
.page-top-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #09b6ea;
  color: #fff;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 0;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 56px;
  z-index: 11;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

@media (max-width: 892px) {
  .page-top-btn {
    right: 30px;
  }
}

@media (max-width: 575px) {
  .page-top-btn {
    right: 14px;
    bottom: 40px;
  }
}

@media (any-hover: hover) {
  .page-top-btn:hover {
    opacity: 0.7;
  }
}

.arrow {
  position: relative;
  width: 15px;
  height: 13.33px;
}

.shaft {
  width: 2px;
  height: 13.33px;
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.shaft::before,
.shaft::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  background-color: #fff;
  top: 0;
}

.shaft::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -5px;
}

.shaft::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -5px;
}

.bar {
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.label {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #fff;
  margin-top: 4px;
}

/*

fv

********************************/
.fv {
  position: relative;
}

.fv__bg {
  background: url("../img/layout/top-page/fv.jpg") no-repeat center center/cover;
  padding-top: 48.125rem;
}

@media (max-width: 575px) {
  .fv__bg {
    padding-top: 40.125rem;
  }
}

.fv__level2-heading {
  color: #fff;
  font-size: 3.75rem;
  line-height: 2;
  position: absolute;
  top: 20.3125rem;
  margin-left: 8.125rem;
}

.fv__level2-heading .line--1 {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

.fv__level2-heading .line--2 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 1;
}

@media screen and (max-width: 892px) {
  .fv__level2-heading .line--1 {
    top: -10px;
  }
  .fv__level2-heading .line--2 {
    bottom: -10px;
  }
}

@media (max-width: 1260px) {
  .fv__level2-heading {
    font-size: 2.75rem;
  }
}

@media (max-width: 892px) {
  .fv__level2-heading {
    font-size: 2.5rem;
    margin-left: 8vw;
  }
}

@media (max-width: 575px) {
  .fv__level2-heading {
    font-size: 37px;
    line-height: 1.8;
    top: 17rem;
  }
}

/*

scroll-down

********************************/
.scroll-down {
  display: block;
  text-align: right;
}

@media (max-width: 575px) {
  .scroll-down {
    display: none;
  }
}

.scroll-down__circle {
  display: block;
  position: absolute;
  top: 32rem;
  right: 6.5rem;
  width: 11.6875rem;
}

@media (max-width: 892px) {
  .scroll-down__circle {
    right: 2.5rem;
  }
}

.scroll-down__arrow {
  display: block;
  margin-right: 11.875rem;
  position: absolute;
  top: 34.5625rem;
  right: 0;
  width: 0.5625rem;
}

@media (max-width: 892px) {
  .scroll-down__arrow {
    margin-right: 7.875rem;
  }
}

.rotate-animation {
  -webkit-animation: rotateHalf 12s linear infinite;
  animation: rotateHalf 12s linear infinite;
}

/* 回転のキーフレーム */
@-webkit-keyframes rotateHalf {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateHalf {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*

service

********************************/
.service {
  margin: 10rem auto;
  max-width: 90rem;
}

@media (max-width: 575px) {
  .service {
    margin-top: 4rem;
    margin-bottom: 7rem;
  }
}

.service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  max-width: 90rem;
  padding-left: 7.4375rem;
}

@media (max-width: 1260px) {
  .service__inner {
    max-width: 93%;
    padding-left: 0;
  }
}

@media (max-width: 892px) {
  .service__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 auto;
    max-width: 90%;
  }
}

.service__media-text-container {
  margin-top: 0.728125rem;
}

@media (max-width: 1260px) {
  .service__media-text-container {
    width: 44%;
  }
}

@media (max-width: 892px) {
  .service__media-text-container {
    margin-top: 1.5rem;
    width: 90%;
  }
}

@media (max-width: 575px) {
  .service__media-text-container {
    width: 100%;
  }
}

.service__level2-heading {
  padding-left: 2.6875rem;
}

@media (max-width: 1260px) {
  .service__level2-heading {
    font-size: 4.5rem;
  }
}

@media (max-width: 575px) {
  .service__level2-heading {
    font-size: 2.5rem;
    padding-left: 1.6875rem;
  }
}

@media (max-width: 575px) {
  .service__level2-heading-span {
    font-size: 1rem;
    margin-top: 0;
  }
}

.service__text {
  letter-spacing: 0.02em;
  line-height: 1.85;
  margin-top: 3.8125rem;
  margin-left: 2.625rem;
}

@media (max-width: 575px) {
  .service__text {
    letter-spacing: 0;
    line-height: 1.8;
    margin-top: 1.8rem;
    margin-left: 1.6875rem;
  }
}

.service__btn-wrap {
  display: inline-block;
  margin-top: 2.075rem;
  margin-left: 2.625rem;
}

@media (max-width: 575px) {
  .service__btn-wrap {
    margin-top: 2.075rem;
    margin-left: 0;
  }
}

.service__btn:last-child {
  margin-top: 2.5rem;
}

@media (max-width: 575px) {
  .service__btn:last-child {
    margin-top: 1.5rem;
  }
}

.service__arrow-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.service__media-img {
  margin-left: 7.1875rem;
  max-width: 48.4%;
}

@media (max-width: 1260px) {
  .service__media-img {
    max-height: 37rem;
    overflow: hidden;
  }
}

@media (max-width: 892px) {
  .service__media-img {
    max-width: 100%;
    max-height: 17rem;
    overflow: hidden;
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .service__media-img {
    max-height: 15rem;
  }
}

@media (max-width: 892px) {
  .service__img-lg {
    display: none;
  }
}

.service__img-md {
  display: none;
}

@media (max-width: 892px) {
  .service__img-md {
    display: block;
  }
}

/*

company

********************************/
.company {
  background: url("../img/layout/top-page/company.jpg") no-repeat center center/cover;
  padding-top: 7.9375rem;
  padding-bottom: 13.875rem;
  position: relative;
}

.company::before {
  content: "";
  display: block;
  background-color: rgba(0, 15, 37, 0.76);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.company__inner {
  text-align: center;
  max-width: 38.125rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .company__inner {
    max-width: 90%;
  }
}

.company__level2-heading {
  display: inline-block;
  font-size: 7.5rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding-left: 0;
}

@media (max-width: 575px) {
  .company__level2-heading {
    font-size: 4rem;
  }
}

.company__level2-heading::before {
  content: none;
}

.company__level2-heading::after {
  content: none;
}

.company__level2-heading-span {
  color: #fff;
  text-shadow: none;
  margin-top: 1.5rem;
}

.company__text {
  color: #fff;
  line-height: normal;
  margin-top: 3rem;
}

.company__btn {
  display: inline-block;
  margin-top: 3.5rem;
  text-align-last: left;
}

.company__btn::after {
  background: #fff;
}

.company__btn-text {
  color: #fff;
}

/*

message

********************************/
.message {
  margin: 10rem auto;
  max-width: 90rem;
}

@media (max-width: 575px) {
  .message {
    margin-top: 4rem;
    margin-bottom: 7rem;
  }
}

.message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  max-width: 90rem;
  padding-right: 10%;
}

@media (max-width: 1260px) {
  .message__inner {
    max-width: 93%;
    padding-right: 0;
  }
}

@media (max-width: 892px) {
  .message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 90%;
  }
}

.message__media-img {
  max-width: 48.4%;
}

@media (max-width: 1260px) {
  .message__media-img {
    max-height: 37rem;
    overflow: hidden;
  }
}

@media (max-width: 892px) {
  .message__media-img {
    max-width: 100%;
    max-height: 17rem;
    overflow: hidden;
    margin-left: 0;
  }
}

@media (max-width: 892px) {
  .message__img-lg {
    display: none;
  }
}

.message__img-md {
  display: none;
}

@media (max-width: 892px) {
  .message__img-md {
    display: block;
  }
}

@media (max-width: 575px) {
  .message__img-md {
    max-height: 15rem;
  }
}

.message__media-text-container {
  margin-top: 5.6875rem;
  margin-left: 6.5rem;
}

@media (max-width: 1260px) {
  .message__media-text-container {
    width: 44%;
  }
}

@media (max-width: 892px) {
  .message__media-text-container {
    margin-top: 3.5rem;
    margin-left: 0;
    width: 90%;
  }
}

@media (max-width: 575px) {
  .message__media-text-container {
    width: 100%;
  }
}

@media (max-width: 1260px) {
  .message__level2-heading {
    font-size: 4.5rem;
  }
}

@media (max-width: 575px) {
  .message__level2-heading {
    font-size: 2.5rem;
  }
}

.message__level2-heading::before {
  top: -1.6875rem;
  left: 0.5625rem;
  width: 4.5rem;
  height: 3px;
}

@media (max-width: 892px) {
  .message__level2-heading::before {
    left: 0;
  }
}

.message__level2-heading::after {
  top: -1.6875rem;
  left: 5.0625rem;
  width: 8.5rem;
  height: 3px;
}

@media (max-width: 892px) {
  .message__level2-heading::after {
    left: 4.5rem;
  }
}

.message__level2-heading-span {
  margin-top: 1.5rem;
}

@media (max-width: 575px) {
  .message__level2-heading-span {
    font-size: 1rem;
    margin-top: 0;
  }
}

.message__text {
  letter-spacing: 0.02em;
  line-height: 1.75;
  margin-top: 2.5rem;
}

@media (max-width: 575px) {
  .message__text {
    letter-spacing: 0;
    line-height: 1.8;
    margin-top: 1.8rem;
    margin-left: 0;
  }
}

.message__btn-wrap {
  display: inline-block;
  margin-top: 2.5rem;
}

@media (max-width: 575px) {
  .message__btn-wrap {
    margin-top: 2.075rem;
    margin-left: 0;
  }
}

.message__btn-text {
  padding-top: 2.03125rem;
  padding-bottom: 2.03125rem;
}

.message__arrow-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/*

recruit

********************************/
.recruit {
  background: url("../img/layout/top-page/recruit.jpg") no-repeat center center/cover;
  padding-top: 12.4375rem;
  padding-bottom: 12.4375rem;
  position: relative;
}

@media (max-width: 1260px) {
  .recruit {
    padding-top: 9.4375rem;
    padding-bottom: 9.4375rem;
  }
}

@media (max-width: 575px) {
  .recruit {
    padding: 6.5rem 0;
  }
}

.recruit__inner {
  margin: 0 auto;
  max-width: 69.875rem;
}

@media (max-width: 1260px) {
  .recruit__inner {
    max-width: 90%;
  }
}

.recruit__vertical-text {
  display: inline-block;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 8.75rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  position: absolute;
  top: -1.75rem;
  right: -23.1875rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  white-space: nowrap;
}

@media (max-width: 1260px) {
  .recruit__vertical-text {
    font-size: 6.75rem;
    top: -0.75rem;
    right: -19rem;
  }
}

@media (max-width: 892px) {
  .recruit__vertical-text {
    font-size: 5.75rem;
    top: 0.25rem;
    right: -16rem;
  }
}

@media (max-width: 575px) {
  .recruit__vertical-text {
    font-size: 4.75rem;
    right: -13.5rem;
    opacity: 0.5;
  }
}

.recruit__level2-heading {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  letter-spacing: 0;
  line-height: 1.35;
}

@media (max-width: 1260px) {
  .recruit__level2-heading {
    font-size: 3.5rem;
  }
}

@media (max-width: 892px) {
  .recruit__level2-heading {
    font-size: 2.5rem;
  }
}

@media (max-width: 575px) {
  .recruit__level2-heading {
    font-size: 1.5rem;
  }
}

.recruit__level2-heading::before {
  content: none;
}

.recruit__level2-heading::after {
  content: none;
}

.recruit__level2-heading-span {
  color: #fff;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (max-width: 1260px) {
  .recruit__level2-heading-span {
    font-size: 1.85rem;
    margin-bottom: 0;
  }
}

@media (max-width: 892px) {
  .recruit__level2-heading-span {
    font-size: 1.5rem;
  }
}

@media (max-width: 575px) {
  .recruit__level2-heading-span {
    font-size: 0.85rem;
  }
}

.recruit__text {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.75;
  margin-top: 2.625rem;
}

@media (max-width: 1260px) {
  .recruit__text {
    margin-top: 1.5rem;
  }
}

.recruit__btn-wrap {
  display: inline-block;
}

.recruit__btn {
  margin-top: 2.5rem;
}

.recruit__btn::after {
  background: #fff;
}

@media (max-width: 892px) {
  .recruit__btn {
    min-width: 15.25rem;
  }
}

.recruit__btn-text {
  color: #fff;
  letter-spacing: 0.02em;
  padding-top: 2.15625rem;
  padding-bottom: 2.03125rem;
}

@media (max-width: 892px) {
  .recruit__btn-text {
    padding-top: 1.13125rem;
    padding-bottom: 1.13125rem;
  }
}

.recruit__arrow-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/*

transtion-container

********************************/
.transtion-container {
  text-align: center;
}

.transtion-container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .transtion-container__inner {
    display: block;
  }
}

.transtion-container__link {
  width: 50%;
  padding: 7.25rem 0;
}

.transtion-container__link::before {
  -webkit-clip-path: inset(-5px -5px -5px -5px);
          clip-path: inset(-5px -5px -5px -5px);
  -webkit-transition: 0.5s cubic-bezier(0.01, 0.74, 0.49, 1) all;
  transition: 0.5s cubic-bezier(0.01, 0.74, 0.49, 1) all;
}

.transtion-container__link .transtion-container__level3-heading {
  -webkit-transition: 0.5s ease-out all;
  transition: 0.5s ease-out all;
}

@media (max-width: 1260px) {
  .transtion-container__link {
    padding: 5.25rem 0;
  }
}

@media (max-width: 575px) {
  .transtion-container__link {
    display: block;
    padding: 2.75rem 15%;
    width: 100%;
  }
}

@media (any-hover: hover) {
  .transtion-container__link:hover::before {
    -webkit-clip-path: inset(30px 40px 40px 30px);
            clip-path: inset(30px 40px 40px 30px);
  }
  .transtion-container__link:hover .transtion-container__level3-heading {
    color: #09b6ea;
  }
}

.transtion-container__link-service {
  position: relative;
}

.transtion-container__link-service::after {
  content: "";
  display: block;
  background: url("../img/layout/top-page/service_trans.jpg") no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.transtion-container__link-service::before {
  content: "";
  display: block;
  background-color: rgba(0, 15, 37, 0.82);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.transtion-container__link-recruit {
  background: url("../img/layout/top-page/recruit_trans.jpg") no-repeat center center/cover;
  position: relative;
}

.transtion-container__link-company {
  background: url(../img/layout/top-page/company_trans.jpg) no-repeat center center/cover;
  position: relative;
}

.transtion-container__link-recruit::before,
.transtion-container__link-company::before {
  content: "";
  display: block;
  background-color: rgba(0, 15, 37, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.transtion-container__level3-heading {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  position: relative;
  z-index: 3;
}

.transtion-container__level3-heading::before {
  content: "";
  display: inline-block;
  background-color: #09b6ea;
  width: 2.5rem;
  height: 2px;
  position: absolute;
  bottom: -1.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

.transtion-container__level3-heading-span {
  display: block;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.31px;
  margin-top: 1rem;
}

.transtion-container__text {
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.85;
  padding-top: 2.953125rem;
  position: relative;
  z-index: 3;
}

/********************************

header

********************************/
.header {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0 5rem;
  position: fixed;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media (max-width: 892px) {
  .header {
    padding: 0;
  }
}

.header--lower {
  background-color: #fff;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

@media (max-width: 892px) {
  .header__inner {
    max-width: 90%;
  }
}

.js-header-scroll {
  background-color: #fff;
}

.is-drawerActive .header {
  background-color: transparent;
}

.is-drawerActive .header--lower {
  background-color: #fff;
}

/*

logo

********************************/
.logo__link {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

@media (any-hover: hover) {
  .logo__link:hover {
    opacity: 0.7;
  }
}

.logo__img {
  width: 21.625rem;
}

@media (max-width: 575px) {
  .logo__img {
    width: 64vw;
  }
}

.logo__img--lower {
  display: block;
}

.logo__img-scroll {
  display: none;
}

.js-header-scroll .logo__img {
  display: none;
}

.js-header-scroll .logo__img--lower {
  display: block;
}

.js-header-scroll .logo__img-scroll {
  display: block;
}

.is-drawerActive .logo__img {
  display: none;
}

.is-drawerActive .logo__img--lower {
  display: block;
}

.is-drawerActive .logo__img-scroll {
  display: block;
}

.header--lower .logo__img-scroll {
  display: block;
}

/*

header-menu

********************************/
.header-menu {
  padding: 1.7813em 0;
}

@media (max-width: 1260px) {
  .header-menu {
    display: none;
  }
}

.header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-menu__item {
  line-height: 1.4375;
  margin-left: 2.5rem;
  position: relative;
}

.header-menu__link {
  color: #fff;
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.header-menu__link::after {
  content: "";
  position: absolute;
  bottom: -9.5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 1;
}

.js-header-scroll .header-menu__link::after {
  background-color: #010509;
}

.header--lower .header-menu__link {
  color: #000;
}

.header-menu__item:hover .header-menu__link::after {
  width: 100%;
}

.js-header-scroll .header-menu__link {
  color: #000;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/*

nav-child

********************************/
.nav-child {
  background-color: #010509;
  padding: 1.5rem;
  margin-top: 9.5px;
  position: absolute;
  top: 23px;
  left: 0;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: inset(0% 0% 20% 0%);
          clip-path: inset(0% 0% 20% 0%);
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

.header-menu__link:hover + .nav-child,
.nav-child:hover {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}

.nav-child__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.75rem;
  -webkit-transition: 0.45s ease-out all;
  transition: 0.45s ease-out all;
}

@media (any-hover: hover) {
  .nav-child__link:hover {
    opacity: 0.8;
  }
  .nav-child__link:hover .arrow-right {
    -webkit-animation: 0.5s ease-out arrow-right;
            animation: 0.5s ease-out arrow-right;
  }
}

.nav-child__arrow-btn {
  width: 1.5rem;
  height: 1.5rem;
}

.nav-child__arrow-right {
  top: 0.75rem;
  right: 0.65rem;
  width: 4.55px;
  height: 2px;
}

.nav-child__arrow-right::before {
  width: 4.55px;
  height: 4.55px;
}

.nav-child__text {
  color: #fff;
  line-height: 1.85;
  letter-spacing: 0.02em;
  margin-left: 0.75rem;
}

/*

hamburger-btn

********************************/
.hamburger-btn {
  display: none;
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 1.5rem;
}

@media (max-width: 1260px) {
  .hamburger-btn {
    display: block;
    margin-top: 1.75rem;
  }
}

@media (max-width: 575px) {
  .hamburger-btn {
    margin-top: 5.5vw;
    margin-left: 1rem;
    width: 2rem;
    height: 2.125rem;
  }
}

.hamburger-btn__line {
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0.85rem;
  right: 0;
  -webkit-transition: inherit;
  transition: inherit;
  width: 2.25rem;
  height: 1px;
}

@media (max-width: 575px) {
  .hamburger-btn__line {
    top: 0.625rem;
    width: 2rem;
  }
}

.hamburger-btn__line::before {
  content: "";
  display: block;
  background-color: inherit;
  position: absolute;
  top: -0.64rem;
  width: inherit;
  height: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}

@media (max-width: 575px) {
  .hamburger-btn__line::before {
    top: -0.56rem;
  }
}

.hamburger-btn__line::after {
  content: "";
  display: block;
  background-color: inherit;
  position: absolute;
  top: 0.64rem;
  width: inherit;
  height: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}

@media (max-width: 575px) {
  .hamburger-btn__line::after {
    top: 0.56rem;
  }
}

.header--lower .hamburger-btn__line {
  background-color: #010509;
}

.header--lower .hamburger-btn__line::before {
  background-color: #010509;
}

.header--lower .hamburger-btn__line::after {
  background-color: #010509;
}

.js-header-scroll .hamburger-btn__line {
  background-color: #010509;
}

.js-header-scroll .hamburger-btn__line::before {
  background-color: #010509;
}

.js-header-scroll .hamburger-btn__line::after {
  background-color: #010509;
}

/*

hamburger-btn [aria-expanded="true"]

********************************/
.hamburger-btn[aria-expanded="true"] .hamburger-btn__line {
  background-color: transparent;
  -webkit-transform: translateX(0.4rem);
  transform: translateX(0.4rem);
  margin-top: 0.4rem;
}

@media (max-width: 575px) {
  .hamburger-btn[aria-expanded="true"] .hamburger-btn__line {
    -webkit-transform: translate(0.2rem, -0.2rem);
    transform: translate(0.2rem, -0.2rem);
  }
}

.hamburger-btn[aria-expanded="true"] .hamburger-btn__line::before {
  top: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #010509;
}

.hamburger-btn[aria-expanded="true"] .hamburger-btn__line::after {
  top: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #010509;
}

/*

global-menu

********************************/
.global-menu {
  display: block;
  position: fixed;
  z-index: 4;
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: inset(0% 0% 0% 20%);
          clip-path: inset(0% 0% 0% 20%);
}

.is-drawerActive .global-menu {
  -webkit-transition: all 0.5s ease-in-out;
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}

.global-menu__inner {
  margin: 100px auto;
  width: 90%;
}

.global-menu__item {
  border-bottom: 1px solid #dfdfdf;
  font-size: 1.5rem;
  line-height: 1.5;
}

.global-menu__link {
  display: block;
  color: #000;
  padding: 20px 35px 20px 5px;
}

@media (max-width: 575px) {
  .global-menu__item {
    font-size: 1.0625rem;
  }
}

.global-menu__item-wrap {
  position: relative;
  cursor: pointer;
}

.global-menu__page-text {
  font-size: 1.5rem;
  line-height: 1.5;
  line-height: 4.75rem;
}

@media (max-width: 575px) {
  .global-menu__page-text {
    font-size: 1.0625rem;
  }
}

.add-mark {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 16px;
  height: 16px;
  margin-top: -10px;
}

@media (max-width: 575px) {
  .add-mark {
    margin-top: -5px;
  }
}

.add-mark::before {
  content: "";
  display: block;
  border-top: 2px solid #333;
  width: 14px;
  height: 0;
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 0;
}

.add-mark::after {
  content: "";
  display: block;
  border-left: 2px solid #333;
  width: 0;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.global-menu__mega-menu {
  display: none;
}

.global-menu__mega-menu-list {
  padding-bottom: 1rem;
}

.global-menu__mega-menu-item {
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 1rem;
  padding-left: 1.5rem;
}

@media (max-width: 575px) {
  .global-menu__mega-menu-item:first-child {
    padding-top: 0;
  }
}

.global-menu__mega-menu-link {
  display: block;
  color: #010509;
}

.global-menu__item-wrap .active::after {
  -webkit-transform: translate(0, 0) rotate(-90deg);
  transform: translate(0, 0) rotate(-90deg);
}

/*

footer

********************************/
.footer {
  background-color: #010509;
  color: #fff;
  padding-top: 4.75rem;
  padding-bottom: 1.3125rem;
}

@media (max-width: 575px) {
  .footer {
    padding-top: 0.75rem;
  }
}

.footer__inner {
  padding: 0 5rem;
  margin: 0 auto;
  max-width: 90rem;
}

@media (max-width: 1260px) {
  .footer__inner {
    padding: 0;
    max-width: 90%;
  }
}

.footer__logo {
  width: 21.64625rem;
}

@media (max-width: 575px) {
  .footer__logo {
    max-width: 90%;
  }
}

.footer__logo-link {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

@media (any-hover: hover) {
  .footer__logo-link:hover {
    opacity: 0.7;
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-top: 6rem;
}

@media (max-width: 892px) {
  .footer__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 2rem 4.5rem;
    /*縦20px、横30pxの指定*/
  }
}

@media (max-width: 575px) {
  .footer__container {
    margin-top: 3rem;
    gap: 1rem 15%;
  }
}

.footer__list-wrap {
  margin-left: 6.5rem;
}

@media (max-width: 1260px) {
  .footer__list-wrap {
    margin-left: 4.5rem;
  }
}

@media (max-width: 892px) {
  .footer__list-wrap {
    margin-left: 0;
    max-width: 180px;
    width: 32%;
  }
}

.footer__list-wrap:first-child {
  margin-left: 0;
}

.footer__list-ttl {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.02em;
  white-space: nowrap;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

@media (any-hover: hover) {
  .footer__list-ttl:hover {
    color: #09b6ea;
  }
}

.footer__list-item {
  font-size: 0.75rem;
  line-height: 2.5;
  margin-top: 2px;
  white-space: nowrap;
}

.footer__list-item:first-child {
  margin-top: 4px;
}

.footer__list-link {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

@media (any-hover: hover) {
  .footer__list-link:hover {
    color: #09b6ea;
  }
}

/*

copyrighht

********************************/
.copyright-wrap {
  color: #fff;
  text-align: center;
  margin-top: 6.75rem;
  margin-right: 1.0625rem;
}

.copyright {
  font-size: 0.75rem;
  line-height: 2.5;
}

/*

all service

********************************/
/*******************************

service-lower

********************************/
.service-lower {
  text-align: center;
  padding-top: 7.5rem;
}

@media (max-width: 892px) {
  .service-lower {
    padding-top: 6.5rem;
  }
}

.service-lower__inner {
  margin: 0 auto;
  max-width: 69.5625rem;
}

@media (max-width: 575px) {
  .service-lower__inner {
    max-width: 90%;
  }
}

@media (max-width: 575px) {
  .service-lower__level2-heading {
    text-align: left;
  }
}

.service-lower__level2-heading-span {
  font-family: "Noto Sans JP", sans-serif;
}

.service-lower__level3-heading {
  font-size: 2.25rem;
  line-height: normal;
}

@media (max-width: 575px) {
  .service-lower__level3-heading {
    font-size: 2rem;
  }
}

.service-lower__level3-heading-span {
  display: block;
  color: #0f3974;
  font-size: 1.5rem;
  line-height: normal;
}

@media (max-width: 575px) {
  .service-lower__level3-heading-span {
    font-size: 1rem;
  }
}

.service-lower__text {
  font-size: 1.125rem;
  line-height: normal;
  margin-top: 3.2875rem;
}

@media (max-width: 892px) {
  .service-lower__text {
    font-size: 1rem;
    margin: 2.5rem auto 0;
    max-width: 90%;
  }
}

@media (max-width: 575px) {
  .service-lower__text {
    text-align: left;
    margin: 2.5rem 0 0;
    max-width: 100%;
  }
}

.service-lower__column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4rem;
}

@media (max-width: 892px) {
  .service-lower__column-container {
    display: block;
    padding-top: 6.5rem;
  }
}

.service-lower__column-wrap {
  padding-top: 37.5rem;
  width: 50%;
}

@media (max-width: 892px) {
  .service-lower__column-wrap {
    padding-top: 16.5rem;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .service-lower__column-wrap {
    padding-top: 19.5rem;
  }
}

.service-lower__column-text-wrap {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 72.0833%;
}

@media (max-width: 575px) {
  .service-lower__column-text-wrap {
    width: 90%;
  }
}

.service-lower__column-wrap-gp {
  background: url("../img/layout/service/service-gp.jpg") no-repeat center center/cover;
  position: relative;
}

.service-lower__column-wrap-gp::before {
  content: "";
  display: block;
  background-color: rgba(0, 15, 37, 0.68);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-lower__column-wrap-gs {
  background: url("../img/layout/service/servise-gs.jpg") no-repeat center center/cover;
  position: relative;
}

.service-lower__column-wrap-gs::before {
  content: "";
  display: block;
  background-color: rgba(0, 15, 37, 0.68);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-lower__column-wrap-fb {
  background: url("../img/layout/service/servise-fb.png") no-repeat center center/cover;
  position: relative;
}

.service-lower__column-wrap-fb::before {
  content: "";
  display: block;
  background-color: rgba(0, 15, 37, 0.68);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-lower__level3-heading {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  position: relative;
  z-index: 1;
}

.service-lower__column-text {
  color: #fff;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
  text-align: left;
  padding-top: 1.8125rem;
  position: relative;
  z-index: 1;
}

.service-lower__letter-space {
  margin-left: -0.25em;
}

/*

works-lower

********************************/
.works-lower {
  padding-top: 8rem;
  padding-bottom: 12.125rem;
}

@media (max-width: 892px) {
  .works-lower {
    padding: 6.5rem 0 4rem;
    padding-bottom: 4rem;
  }
}

.works-lower__inner {
  margin: 0 auto;
  max-width: 68.25rem;
}

@media (max-width: 1260px) {
  .works-lower__inner {
    max-width: 90%;
  }
}

.works-lower__level2-heading-span {
  font-family: "Noto Sans JP", sans-serif;
}

.works-lower__text {
  font-size: 1.125rem;
  line-height: auto;
  margin-top: 2.5rem;
}

@media (max-width: 892px) {
  .works-lower__text {
    margin-top: 2rem;
  }
}

@media (max-width: 575px) {
  .works-lower__text {
    line-height: normal;
  }
}

.works-lower__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4rem;
}

@media (max-width: 892px) {
  .works-lower__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.works-lower__img {
  width: 43.7481%;
}

@media (max-width: 892px) {
  .works-lower__img {
    width: 100%;
    max-height: 50%;
  }
}

@media (max-width: 575px) {
  .works-lower__img img {
    aspect-ratio: 2/1;
  }
}

.works-lower__list {
  margin-left: 5.160625rem;
}

@media (max-width: 892px) {
  .works-lower__list {
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: 0;
  }
}

.works-lower__item {
  font-size: 1rem;
  line-height: 1.75;
}

@media (max-width: 575px) {
  .works-lower__item {
    line-height: normal;
    margin-top: 1rem;
  }
}

.works-lower__item::nth-child(1) {
  margin-top: 0;
}

/*

all company

********************************/
/*

company-lower

********************************/
.company-lower {
  padding-top: 5rem;
  margin-bottom: 6.9375rem;
}

@media (min-width: 1921px) {
  .company-lower {
    padding-left: 10%;
    max-width: 90%;
  }
}

.company-lower__media {
  margin-top: 5rem;
}

@media (max-width: 892px) {
  .company-lower__media {
    padding-top: 4rem;
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .company-lower__media {
    padding-top: 2rem;
  }
}

.company-lower__media:nth-child(1) {
  margin-top: 0;
}

.company-lower__img-container {
  margin-right: auto;
  max-width: 90.277%;
}

@media (min-width: 1921px) {
  .company-lower__img-container {
    max-width: 60.277%;
  }
}

.company-lower__media:nth-child(even) .company-lower__img-container {
  margin-left: auto;
  margin-right: 0;
  max-width: 94.5833%;
}

@media (min-width: 1921px) {
  .company-lower__media:nth-child(even) .company-lower__img-container {
    max-width: 64.5833%;
  }
}

.company-lower__text-container {
  background-color: #fff;
  padding-top: 3.75rem;
  padding-right: 1rem;
  padding-bottom: 3.8125rem;
  padding-left: 4.5rem;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-top: -15.75rem;
  max-width: 45.1388%;
}

@media (max-width: 1260px) {
  .company-lower__text-container {
    padding-top: 3.75rem;
    padding-left: 4rem;
    margin-top: -19%;
    max-width: 67%;
  }
}

@media (max-width: 575px) {
  .company-lower__text-container {
    padding-top: 1.75rem;
    padding-right: 5%;
    padding-left: 1.5rem;
    margin-top: -6%;
    max-width: 95%;
  }
}

@media (min-width: 1921px) {
  .company-lower__text-container {
    margin-top: -13rem;
    max-width: 60%;
  }
}

.company-lower__media:nth-child(even) .company-lower__text-container {
  padding-left: 7rem;
  margin-left: 0;
  margin-right: auto;
}

@media (max-width: 892px) {
  .company-lower__media:nth-child(even) .company-lower__text-container {
    padding-left: 5rem;
    max-width: 76%;
  }
}

@media (max-width: 575px) {
  .company-lower__media:nth-child(even) .company-lower__text-container {
    padding-left: 3rem;
    max-width: 90%;
  }
}

@media (min-width: 1921px) {
  .company-lower__media:nth-child(even) .company-lower__text-container {
    padding-left: 32%;
  }
}

.company-lower__level3-heading-span {
  margin-bottom: 0.5rem;
}

@media (max-width: 575px) {
  .company-lower__level3-heading-span {
    margin-bottom: 0;
  }
}

.company-lower__text {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.84px;
  margin-top: 2.25rem;
}

@media (max-width: 892px) {
  .company-lower__text {
    line-height: normal;
    margin-top: 1.5rem;
  }
}

.company-lower__btn-wrap {
  display: inline-block;
  margin-top: 2.0625rem;
}

@media (max-width: 1260px) {
  .company-lower__btn-wrap {
    margin-top: 2.075rem;
    margin-left: 0;
  }
}

@media (max-width: 892px) {
  .company-lower__btn-wrap {
    margin-top: 1.5rem;
  }
}

.company-lower__btn {
  min-width: 12.5rem;
}

.company-lower__btn-text {
  padding-top: 2.15625rem;
  padding-bottom: 2.03125rem;
}

@media (max-width: 575px) {
  .company-lower__btn-text {
    padding: 1.0313rem 0;
  }
}

.company-lower__arrow-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/*******************************

all philosophy

********************************/
/******************************

philosophy

********************************/
.philosophy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.97)), to(rgba(255, 255, 255, 0.97))), url("../img/layout/philosophy/philosophy-mv.jpg");
  background-image: linear-gradient(rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)), url("../img/layout/philosophy/philosophy-mv.jpg");
  background: url() no-repeat cover;
  text-align: center;
  padding: 4.5rem 0;
  margin: -8.75rem auto 0;
  max-width: 62.5rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 1260px) {
  .philosophy {
    margin-top: -4.75rem;
    max-width: 90%;
  }
}

@media (max-width: 575px) {
  .philosophy {
    padding: 2.5rem 0;
    margin-top: 2.75rem;
  }
}

.philosophy__inner {
  margin: 0 auto;
  max-width: 47.25rem;
}

@media (max-width: 892px) {
  .philosophy__inner {
    max-width: 90%;
    margin: 0 auto;
  }
}

.philosophy__level3-heading {
  color: #0f3974;
  font-family: "Shippori Mincho B1", sans-serif;
  font-size: 3rem;
  line-height: normal;
  letter-spacing: 0.02em;
  margin-top: 2.5rem;
}

@media (max-width: 892px) {
  .philosophy__level3-heading {
    font-size: 2rem;
  }
}

@media (max-width: 575px) {
  .philosophy__level3-heading {
    margin-top: 1.75rem;
  }
}

.philosophy__text {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.85;
  margin-top: 2rem;
}

/******************************

commitment

********************************/
.commitment {
  padding-top: 9.25rem;
  padding-bottom: 14.25rem;
}

@media (max-width: 575px) {
  .commitment {
    padding: 5.75rem 0;
  }
}

.commitment__inner {
  margin: 0 auto;
  max-width: 73.75rem;
}

@media (max-width: 1260px) {
  .commitment__inner {
    padding: 0 5%;
    max-width: 100%;
  }
}

.commitment__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5rem;
}

.commitment__media:first-of-type {
  margin-top: 3rem;
}

.commitment__media:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 892px) {
  .commitment__media:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 892px) {
  .commitment__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.commitment__text-wrap {
  margin-top: 10px;
  max-width: 47.29%;
}

@media (max-width: 892px) {
  .commitment__text-wrap {
    max-width: 100%;
  }
}

.commitment__media:nth-child(odd) .commitment__text-wrap {
  margin-left: 4.244375rem;
}

@media (max-width: 892px) {
  .commitment__media:nth-child(odd) .commitment__text-wrap {
    margin-left: 0;
  }
}

.commitment__ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  .commitment__ttl-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.commitment__level3-heading {
  color: #010509;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.44;
  margin-left: 1rem;
}

@media (max-width: 892px) {
  .commitment__level3-heading {
    margin-left: 1.3rem;
  }
}

@media (max-width: 575px) {
  .commitment__level3-heading {
    margin-left: 0;
  }
}

.commitment__level3-heading-accent {
  color: #09b6ea;
}

.commitment__num-txt {
  display: inline-block;
  color: #0f3974;
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.4875;
}

.commitment__media-text {
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin-top: 8px;
}

.commitment__img-wrap {
  margin-left: 4.244375rem;
}

@media (max-width: 892px) {
  .commitment__img-wrap {
    margin-left: 0;
  }
}

.commitment__media:nth-child(odd) .commitment__img-wrap {
  margin-left: 0;
}

/*

all company

********************************/
/*

message-page

********************************/
.message-page {
  padding: 8.75rem 0;
  background-image: url(../../img/layout/message/bg-img.png);
}

@media (max-width: 575px) {
  .message-page {
    padding: 3.75rem 0;
  }
}

.message-page__inner {
  margin: 0 auto;
  max-width: 65.125rem;
}

@media (max-width: 1260px) {
  .message-page__inner {
    padding: 0 5%;
    max-width: 100%;
  }
}

.message-page__level3-heading {
  color: #0f3974;
  font-size: 3rem;
  line-height: 1.2083333333;
}

@media (max-width: 575px) {
  .message-page__level3-heading {
    font-size: 2rem;
  }
}

.message-page__text {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 2.25rem;
}

.message-page__text:first-of-type {
  margin-top: 3.75rem;
}

.message-page__ceo-wrap {
  text-align: right;
  margin-top: 2.375rem;
}

.message-page__ceo-text {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.message-page__ceo-text-span {
  font-size: 1.375rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-left: 1rem;
}

/*

all company-page

********************************/
/*

company-page

********************************/
.company-page {
  padding-top: 7.5rem;
  padding-bottom: 11.25rem;
}

.company-page__inner {
  margin: 0 auto;
  max-width: 62.5rem;
}

@media (max-width: 1260px) {
  .company-page__inner {
    padding: 0 5%;
    max-width: 100%;
  }
}

.company-info-table {
  line-height: 1.625;
  text-align: left;
  margin-top: 3rem;
  border-collapse: collapse;
  width: 100%;
}

.company-info-table__header:first-of-type .company-info-table__th {
  border-top: 2px solid #0f3974;
}

@media (max-width: 575px) {
  .company-info-table__header:first-of-type .company-info-table__th {
    border-top: none;
  }
}

.company-info-table__header:first-of-type .company-info-table__th {
  border-top: 2px solid gray;
}

.company-info-table__header:first-of-type .company-info-table__td {
  border-top: 2px solid gray;
}

.company-info-table__th {
  border-bottom: 2px solid #0f3974;
  line-height: 1.65;
  padding: 1.9375rem 0;
  width: 12.5rem;
}

@media (max-width: 892px) {
  .company-info-table__th {
    width: 8.5rem;
  }
}

@media (max-width: 575px) {
  .company-info-table__th {
    display: block;
    border-bottom: none;
    padding-left: 1rem;
    width: 100%;
  }
}

.company-info-table__td {
  border-bottom: 2px solid gray;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding-left: 1.5rem;
}

@media (max-width: 575px) {
  .company-info-table__td {
    display: block;
    border-top: 2px solid gray;
    padding: 1.9375rem 0;
    padding-left: 1rem;
  }
}

.company-info-table__space-none {
  padding-left: 0;
}

/********************************

history

********************************/
.history {
  background-image: url("../img/layout/company-page/history.jpg");
  background-position: center center;
  background-size: cover;
  padding: 7.5rem 0;
  position: relative;
}

.history::before {
  content: "";
  display: block;
  background-color: rgba(0, 15, 37, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.history__inner {
  margin: 0 auto;
  max-width: 45rem;
}

.history__level2-heading--grandchild {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.history__level2-heading-span--grandchild {
  color: #fff;
  position: relative;
  z-index: 1;
}

.history__border {
  position: relative;
  padding-left: 329px;
  margin: 101px auto 0;
  max-width: 40.75rem;
}

@media (max-width: 892px) {
  .history__border {
    padding-left: 320px;
    margin-top: 72px;
    max-width: 599px;
  }
}

@media (max-width: 575px) {
  .history__border {
    padding-left: 100px;
  }
}

.history__border::before {
  content: "";
  position: absolute;
  left: 323px;
  top: -31px;
  width: 5px;
  height: 13%;
  background: repeating-linear-gradient(to bottom, #fff 0, #fff 2px, transparent 2px, transparent 8px), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: repeating-linear-gradient(to bottom, #fff 0, #fff 2px, transparent 2px, transparent 8px), linear-gradient(to bottom, #fff 0%, #fff 100%);
  background-repeat: no-repeat;
  background-position: top left, 0 24px;
  background-size: 5px 24px, 5px calc(100% - 24px);
}

@media (max-width: 892px) {
  .history__border::before {
    left: 294px;
  }
}

@media (max-width: 575px) {
  .history__border::before {
    left: 50%;
  }
}

.history__border::after {
  content: "";
  position: absolute;
  left: 323px;
  top: -22px;
  width: 5px;
  height: 133%;
  background: repeating-linear-gradient(to bottom, #fff 0, #fff 4px, transparent 4px, transparent 8px), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: repeating-linear-gradient(to bottom, #fff 0, #fff 4px, transparent 4px, transparent 8px), linear-gradient(to bottom, #fff 0%, #fff 100%);
  background-repeat: no-repeat;
  background-position: top left, 0 24px;
  background-size: 5px 24px, 5px calc(100% - 24px);
}

@media (max-width: 892px) {
  .history__border::after {
    left: 294px;
  }
}

@media (max-width: 575px) {
  .history__border::after {
    left: 50%;
  }
}

.history__border-item {
  padding: 0 20px;
  position: relative;
}

.history__border-item::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 0px;
  width: 240px;
  height: 2px;
  background-color: #fff;
}

@media (max-width: 892px) {
  .history__border-item::before {
    top: 27px;
  }
}

.history__border-item:nth-of-type(1)::before {
  content: "";
  left: -360px;
  width: 360px;
}

@media (max-width: 892px) {
  .history__border-item:nth-of-type(1)::before {
    left: -300px;
    width: 272px;
  }
}

@media (max-width: 575px) {
  .history__border-item:nth-of-type(1)::before {
    left: calc(49vw - 242px);
    width: 145px;
  }
}

.history__border-item:nth-of-type(2) {
  padding-left: 2.5rem;
  margin-top: -5px;
}

@media (max-width: 892px) {
  .history__border-item:nth-of-type(2) {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .history__border-item:nth-of-type(2) {
    padding-left: calc(45vw - 65px);
    width: 90%;
  }
}

.history__border-item:nth-of-type(2)::before {
  content: "";
  left: 0;
  width: 292px;
}

@media (max-width: 892px) {
  .history__border-item:nth-of-type(2)::before {
    left: -20px;
    padding-left: 0;
    width: 243px;
  }
}

@media (max-width: 575px) {
  .history__border-item:nth-of-type(2)::before {
    left: calc(49vw - 97px);
    width: 146px;
  }
}

.history__border-item:nth-of-type(3) {
  margin-top: 27px;
}

.history__border-item:nth-of-type(3)::before {
  content: "";
  left: -224px;
  width: 224px;
}

@media (max-width: 892px) {
  .history__border-item:nth-of-type(3)::before {
    left: -227px;
    width: 198px;
  }
}

@media (max-width: 575px) {
  .history__border-item:nth-of-type(3)::before {
    left: calc(49vw - 202px);
    width: 107px;
  }
}

.history__content {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
}

.history__border-item .history__content:first-of-type {
  color: #09b6ea;
  font-size: 1.625rem;
  text-align: left;
}

@media (max-width: 892px) {
  .history__border-item .history__content:first-of-type {
    font-size: 1.2rem;
  }
}

@media (max-width: 575px) {
  .history__border-item .history__content:first-of-type {
    font-size: 1rem;
    margin-top: 3rem;
  }
}

.history__border-item .history__content:nth-of-type(2) {
  font-size: 1.125rem;
  margin-top: 21px;
}

@media (max-width: 892px) {
  .history__border-item .history__content:nth-of-type(2) {
    margin-top: 11px;
  }
}

@media (max-width: 575px) {
  .history__border-item .history__content:nth-of-type(2) {
    font-size: 0.85rem;
    margin-top: 17px;
  }
}

.history__border-item:first-of-type .history__content:first-of-type {
  color: #09b6ea;
  text-align: left;
  margin-left: -150px;
}

@media (max-width: 892px) {
  .history__border-item:first-of-type .history__content:first-of-type {
    font-size: 1.2rem;
    margin-left: -122px;
  }
}

@media (max-width: 575px) {
  .history__border-item:first-of-type .history__content:first-of-type {
    font-size: 1rem;
    margin-left: calc(36vw - 144px);
  }
}

.history__border-item:first-of-type .history__content:nth-of-type(2) {
  display: inline-block;
  text-align: right;
  line-height: 1.5;
  margin-left: -333px;
}

@media (max-width: 892px) {
  .history__border-item:first-of-type .history__content:nth-of-type(2) {
    font-size: 1.05rem;
    margin-left: -311px;
    margin-top: 11px;
  }
}

@media (max-width: 575px) {
  .history__border-item:first-of-type .history__content:nth-of-type(2) {
    font-size: 0.85rem;
    text-align: left;
    margin-left: calc(44.5vw - 232px);
    margin-top: 15px;
    max-width: 6.875rem;
  }
}

.history__border-item:last-of-type .history__content:first-of-type {
  color: #09b6ea;
  text-align: left;
  margin-left: -150px;
}

@media (max-width: 892px) {
  .history__border-item:last-of-type .history__content:first-of-type {
    margin-left: -128px;
  }
}

@media (max-width: 575px) {
  .history__border-item:last-of-type .history__content:first-of-type {
    margin-left: calc(50vw - 185px);
  }
}

.history__border-item:last-of-type .history__content:nth-of-type(2) {
  display: inline-block;
  text-align: right;
  margin-left: -194px;
}

@media (max-width: 575px) {
  .history__border-item:last-of-type .history__content:nth-of-type(2) {
    margin-left: calc(50vw - 226px);
  }
}

.history__dot {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 26px;
  left: -7px;
  background-color: gray;
  border-radius: 50%;
  -webkit-transform: translate(-35%, 0);
  transform: translate(-35%, 0);
  z-index: 1;
}

@media (max-width: 892px) {
  .history__dot {
    top: 18px;
    left: -27px;
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 575px) {
  .history__dot {
    left: calc(48vw - 89px);
  }
}

.history__dot::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 11px;
  width: 16px;
  height: 16px;
  background-color: #09b6ea;
  border-radius: 50%;
  -webkit-transform: translate(-35%, 0);
  transform: translate(-35%, 0);
  z-index: 2;
}

@media (max-width: 892px) {
  .history__dot::before {
    top: 4px;
    left: 8px;
    width: 12px;
    height: 12px;
  }
}

/********************************

access

********************************/
.access {
  padding: 7.5rem 0 10rem;
}

.access__inner {
  margin: 0 auto;
  max-width: 56.25rem;
}

.access__level2-heading {
  color: #010509;
  text-align: center;
}

.access__level2-heading-span {
  color: #09b6ea;
}

.google-map {
  position: relative;
  height: 0;
  padding-top: 44.5%;
  /* 比率を4:3に固定 */
  margin: 2.5rem 0;
  max-width: 56.25rem;
}

/* Google Mapのiframe */
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  /* 2列 */
  gap: 24px;
  /* グリッドの隙間、必要に応じて調整 */
}

@media (max-width: 892px) {
  .access__container {
    display: block;
  }
}

.access__wrap:nth-of-type(1) .access__text-wrap:nth-of-type(2) {
  margin-top: 2.269375rem;
}

@media (max-width: 892px) {
  .access__wrap:nth-of-type(2) .access__text-wrap {
    margin-top: 2.269375rem;
  }
}

.access__wrap:nth-of-type(2) .access__text-wrap:nth-of-type(2) {
  margin-top: 2.269375rem;
}

.access__wrap {
  max-width: 26.25rem;
}

@media (max-width: 892px) {
  .access__wrap {
    margin: 2rem auto 0;
    max-width: 90%;
  }
}

.access__text-bold {
  position: relative;
  padding-left: 1rem;
  font-weight: 500;
}

.access__text-bold::after {
  content: "";
  background-color: #09b6ea;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1.375rem;
  z-index: 1;
}

.access__text {
  font-size: 1rem;
  line-height: 1.65;
  margin-top: 1rem;
}

/*

all recruit-top

********************************/
/*

recruit-top

********************************/
.recruit-top {
  background: url("../img/layout/top-page/recruit.jpg") no-repeat center center/cover;
  padding-top: 14.3125rem;
  padding-bottom: 24.6875rem;
  position: relative;
  margin-top: 2.5rem;
}

@media (max-width: 1260px) {
  .recruit-top {
    padding-top: 9.4375rem;
    padding-bottom: 9.4375rem;
  }
}

@media (max-width: 575px) {
  .recruit-top {
    padding: 6.5rem 0;
  }
}

.recruit-top__inner {
  margin: 0 auto;
  max-width: 68.75rem;
}

@media (max-width: 1260px) {
  .recruit-top__inner {
    max-width: 90%;
  }
}

.recruit-top__vertical-text {
  display: inline-block;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  position: absolute;
  top: -0.25rem;
  right: -13.75rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  white-space: nowrap;
}

@media (max-width: 1260px) {
  .recruit-top__vertical-text {
    font-size: 6.75rem;
    top: -0.75rem;
    right: -19rem;
  }
}

@media (max-width: 892px) {
  .recruit-top__vertical-text {
    font-size: 5.75rem;
    top: 0.25rem;
    right: -16rem;
  }
}

@media (max-width: 575px) {
  .recruit-top__vertical-text {
    font-size: 4.75rem;
    right: -13.5rem;
    opacity: 0.5;
  }
}

.recruit-top__level2-heading {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  letter-spacing: 0;
  line-height: 1.35;
}

@media (max-width: 1260px) {
  .recruit-top__level2-heading {
    font-size: 3.5rem;
  }
}

@media (max-width: 892px) {
  .recruit-top__level2-heading {
    font-size: 2.5rem;
  }
}

@media (max-width: 575px) {
  .recruit-top__level2-heading {
    font-size: 1.5rem;
  }
}

.recruit-top__level2-heading::before {
  content: none;
}

.recruit-top__level2-heading::after {
  content: none;
}

.recruit-top__level2-heading-span {
  color: #fff;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (max-width: 1260px) {
  .recruit-top__level2-heading-span {
    font-size: 1.85rem;
    margin-bottom: 0;
  }
}

@media (max-width: 892px) {
  .recruit-top__level2-heading-span {
    font-size: 1.5rem;
  }
}

@media (max-width: 575px) {
  .recruit-top__level2-heading-span {
    font-size: 0.85rem;
  }
}

.recruit-top__text {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.75;
  margin-top: 2.625rem;
}

@media (max-width: 1260px) {
  .recruit-top__text {
    margin-top: 1.5rem;
  }
}

/*

recruit-top__btn-wrap

********************************/
.recruit-nav-btn__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  gap: 1.5rem 1.625rem;
  padding-top: 5rem;
  margin: 0 auto;
  max-width: 68.75rem;
}

@media (max-width: 1260px) {
  .recruit-nav-btn__inner {
    gap: 1.25rem 0.75rem;
    max-width: 53rem;
  }
}

@media (max-width: 892px) {
  .recruit-nav-btn__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 90%;
  }
}

.recruit-nav-btn {
  display: inline-block;
  color: #010509;
  padding: 1.625rem 0 1.9375rem;
  width: 16.0975rem;
  text-align: center;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 14px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

@media (any-hover: hover) {
  .recruit-nav-btn:hover {
    background: rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 1260px) {
  .recruit-nav-btn {
    width: 12.5975rem;
    font-size: 1.125rem;
  }
}

@media (max-width: 892px) {
  .recruit-nav-btn {
    width: 10.5rem;
    font-size: 0.875rem;
  }
}

@media (max-width: 575px) {
  .recruit-nav-btn {
    width: 16.0975rem;
    font-size: 1.125rem;
  }
}

.recruit-nav-btn--active {
  background-color: #09b6ea;
  color: #fff;
}

.recruit-nav-btn:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.recruit-nav-btn:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.recruit-nav-btn:nth-child(3) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}

.recruit-nav-btn:nth-child(4) {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
}

.recruit-nav-btn:nth-child(5) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  margin-left: -8.04875rem;
}

@media (max-width: 1260px) {
  .recruit-nav-btn:nth-child(5) {
    margin-left: -6.5484375rem;
  }
}

@media (max-width: 892px) {
  .recruit-nav-btn:nth-child(5) {
    margin-left: 0;
  }
}

.recruit-nav-btn:nth-child(6) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
  margin-left: -8.04875rem;
}

@media (max-width: 1260px) {
  .recruit-nav-btn:nth-child(6) {
    margin-left: -6.5484375rem;
  }
}

@media (max-width: 892px) {
  .recruit-nav-btn:nth-child(6) {
    margin-left: 0;
  }
}

.recruit-nav-btn:nth-child(7) {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 2;
  grid-row: 2;
  margin-left: -8.04875rem;
}

@media (max-width: 1260px) {
  .recruit-nav-btn:nth-child(7) {
    margin-left: -6.5484375rem;
  }
}

@media (max-width: 892px) {
  .recruit-nav-btn:nth-child(7) {
    margin-left: 0;
  }
}

/*

recruit-top__list

********************************/
.recruit-top__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  /* 2列 */
  -ms-grid-rows: (auto)[4];
      grid-template-rows: repeat(4, auto);
  /* 4行 */
  gap: 0.75rem 5.5rem;
  max-width: 68.75rem;
  margin: 0 auto;
}

@media (max-width: 1260px) {
  .recruit-top__list {
    gap: 0 3%;
    max-width: 90%;
  }
}

@media (max-width: 575px) {
  .recruit-top__list {
    display: block;
  }
}

.recruit-top__item {
  width: 31.71875rem;
}

@media (max-width: 1260px) {
  .recruit-top__item {
    width: 90%;
  }
}

@media (max-width: 575px) {
  .recruit-top__item {
    width: 100%;
    margin-top: 4.75rem;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  }
}

.recruit-top__item:nth-child(even) {
  margin-top: 6.5rem;
}

@media (max-width: 1260px) {
  .recruit-top__item:nth-child(even) {
    margin-top: 4.75rem;
  }
}

.recruit-top__img-wrap {
  overflow: hidden;
}

.recruit-top__img-wrap img {
  -webkit-transition: 0.7s cubic-bezier(0, 0.41, 0.39, 0.98) all;
  transition: 0.7s cubic-bezier(0, 0.41, 0.39, 0.98) all;
}

.recruit-top__link {
  -webkit-transition: 0.5s ease-out all;
  transition: 0.5s ease-out all;
}

@media (any-hover: hover) {
  .recruit-top__link:hover {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
  .recruit-top__link:hover .arrow-right {
    -webkit-animation: 0.5s ease-out arrow-right;
            animation: 0.5s ease-out arrow-right;
  }
  .recruit-top__link:hover .recruit-top__img-wrap img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .recruit-top__link:hover .recruit-top__level3-heading {
    color: #09b6ea;
  }
}

.recruit-top__text-wrap {
  position: relative;
  margin-top: 1.5rem;
}

@media (max-width: 575px) {
  .recruit-top__text-wrap {
    padding: 0 1rem 2rem;
  }
}

.recruit-top__level3-heading {
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #000;
  -webkit-transition: 0.5s ease-out all;
  transition: 0.5s ease-out all;
}

@media (max-width: 1260px) {
  .recruit-top__level3-heading {
    font-size: 1.75rem;
  }
}

@media (max-width: 892px) {
  .recruit-top__level3-heading {
    font-size: 1.5rem;
  }
}

.recruit-top__level3-heading-span {
  font-size: 1.25rem;
  margin-bottom: 0.289375rem;
}

.recruit-top__text {
  font-size: 1.013125rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-top: 1.5rem;
  color: #010509;
  font-weight: 500;
}

@media (max-width: 1260px) {
  .recruit-top__text {
    margin-top: 1.5rem;
  }
}

.recruit-top__list-btn {
  min-width: 12.5rem;
}

.recruit-top__list-btn-text {
  padding-top: 2.15625rem;
  padding-bottom: 2.03125rem;
}

@media (max-width: 575px) {
  .recruit-top__list-btn-text {
    padding: 1.0313rem 0;
  }
}

.recruit-top__list-arrow-btn {
  position: absolute;
  top: 42%;
  right: 0;
  -webkit-transform: translate(-2%, -50%);
  transform: translate(-2%, -50%);
  width: 2.75rem;
  height: 2.75rem;
}

@media (max-width: 1260px) {
  .recruit-top__list-arrow-btn {
    width: 2rem;
    height: 2rem;
    top: 1rem;
    right: 0.65rem;
  }
}

@media (max-width: 892px) {
  .recruit-top__list-arrow-btn {
    top: 1.15rem;
    right: 0;
  }
}

@media (max-width: 575px) {
  .recruit-top__list-arrow-btn {
    top: 42%;
    right: 1rem;
    -webkit-transform: translate(-2%, -50%);
    transform: translate(-2%, -50%);
  }
}

.recruit-top__list-arrow-right {
  top: 1.3rem;
  right: 0.95rem;
  width: 13px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 1260px) {
  .recruit-top__list-arrow-right {
    top: 1rem;
    right: 0.65rem;
    width: 10px;
  }
}

.recruit-top__list-arrow-right::before {
  content: "";
  right: -8px;
  width: 7px;
  height: 7px;
}

.recruit-fv {
  margin-top: 2.5rem;
}

.requirement-message__inner {
  max-width: 90%;
  margin: 0 auto;
}

.speechBubble {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding: 16px;
  border-radius: 8px;
  background-color: #d6fdff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

@media (max-width: 767px) {
  .speechBubble {
    margin: 20px 0;
  }
}

.speechBubble::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #d6fdff;
  translate: 100% -50%;
}

.speechBubble02 {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 16px;
  border-radius: 8px;
  background-color: #d6fdff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

@media (max-width: 767px) {
  .speechBubble02 {
    margin: 20px 0;
  }
}

.speechBubble02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #d6fdff transparent transparent;
  translate: -100% -50%;
}

.questionnaire__wrap-q16 {
  position: relative;
}

.questionnaire__wrap-q16 {
  padding: 2.25rem 0 1.1875rem;
}

.speechBubble-1 {
  margin-left: 2.1875rem;
}

.speechBubble-3 {
  margin-left: 8.3125rem;
}

.speechBubble-4 {
  margin-left: 4.5rem;
}

.speechBubble-3,
.speechBubble-4,
.speechBubble-6 {
  margin-top: 1.375rem;
}

.speechBubble-5 {
  position: absolute;
  top: 17.8125rem;
  left: 1.375rem;
}

@media (max-width: 767px) {
  .speechBubble-5 {
    top: unset;
  }
}

.speechBubble-6 {
  margin-left: 12.5rem;
}

/*

recruit-top__list

********************************/
.recruit-top__entry {
  padding: 6.5625rem 0 10.375rem;
}

@media (max-width: 575px) {
  .recruit-top__entry {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}

.recruit-top__entry-inner {
  padding: 5.8125rem 6.1875rem 6.5rem;
  background-image: url("../img/layout/recruit-top/recruit-entryform.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  max-width: 62.5rem;
  margin: 0 auto;
}

@media (max-width: 1260px) {
  .recruit-top__entry-inner {
    max-width: 90%;
    padding: 5.8125rem 2.1875rem 5.5rem 3.1875rem;
  }
}

@media (max-width: 575px) {
  .recruit-top__entry-inner {
    max-width: 100%;
    margin-bottom: 0;
    padding: 5.8125rem 1.1875rem 5.5rem;
  }
}

.recruit-top__entry-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 89, 157, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition: 0.5s cubic-bezier(0.01, 0.74, 0.49, 1) all;
  transition: 0.5s cubic-bezier(0.01, 0.74, 0.49, 1) all;
}

@media (any-hover: hover) {
  .recruit-top__entry-inner:hover::before {
    -webkit-clip-path: inset(30px 40px 40px 30px);
            clip-path: inset(30px 40px 40px 30px);
  }
  .recruit-top__entry-inner:hover .arrow-right {
    -webkit-animation: 0.5s ease-out arrow-right;
            animation: 0.5s ease-out arrow-right;
  }
}

.recruit-top__entry-wrap {
  position: relative;
}

.recruit-top__entry-level3-heading {
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #fff;
}

@media (max-width: 892px) {
  .recruit-top__entry-level3-heading {
    font-size: 1.75rem;
  }
}

.recruit-top__entry-level3-heading-span {
  font-size: 1.625rem;
  line-height: 1.2;
  margin-bottom: 0.36125rem;
  color: #fff;
}

.recruit-top__entry-text {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 1.5rem;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 892px) {
  .recruit-top__entry-text {
    line-height: normal;
    margin-top: 1.5rem;
    font-size: 1.125rem;
  }
}

.recruit-top__entry-arrow-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-2%, -50%);
  transform: translate(-2%, -50%);
  width: 5rem;
  height: 5rem;
}

@media (max-width: 575px) {
  .recruit-top__entry-arrow-btn {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.recruit-top__entry-arrow-right {
  top: 2.55rem;
  right: 1.95rem;
  width: 21px;
  height: 3px;
}

@media (max-width: 575px) {
  .recruit-top__entry-arrow-right {
    top: 1.25rem;
    right: 0.75rem;
    width: 13px;
    height: 2px;
  }
}

.recruit-top__entry-arrow-right::before {
  content: "";
  border: 3px solid #fff;
  border-right: 0;
  border-bottom: 0;
  rotate: 135deg;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  top: 1px;
  right: -15px;
  width: 13px;
  height: 13px;
}

@media (max-width: 575px) {
  .recruit-top__entry-arrow-right::before {
    border: 2px solid #fff;
    border-right: 0;
    border-bottom: 0;
    right: -14px;
    width: 11px;
    height: 11px;
  }
}

/*

all recruit

********************************/
.recruit-level1-heading {
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-align: left;
  padding: 8.25rem 5rem;
}

@media (max-width: 575px) {
  .recruit-level1-heading {
    font-size: 2rem;
    padding: 6rem 1rem 7rem;
  }
}

.recruit-level1-heading-text {
  margin-top: 1.25rem;
}

.level1-heading-span {
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  padding-left: 2.95rem;
  position: relative;
}

@media (max-width: 575px) {
  .level1-heading-span {
    font-size: 1rem;
  }
}

.level1-heading-span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 30px;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 20%, 100% 50%, 50% 80%, 0 50%);
  clip-path: polygon(50% 20%, 100% 50%, 50% 80%, 0 50%);
}

.recruit-level2-heading {
  color: #0f3974;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0;
}

.recruit-level2-heading::before {
  content: none;
}

.recruit-level2-heading-span {
  color: #0f3974;
  display: block;
}

/*

recruit-fv--requirement

********************************/
.recruit-fv--requirement {
  background-image: url("../img/layout/requirement/requirement-img01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*

recruit-message

********************************/
.requirement-message {
  margin-top: 7.5rem;
}

.requirement-message__text-wrap {
  font-size: 3rem;
  text-align: center;
}

.requirement-message__text {
  font-size: 1.125rem;
  line-height: 1.65;
  letter-spacing: 0.02em;
  margin-top: 2rem;
}

.requirement-message__text:nth-child(1) {
  margin-top: 3rem;
}

/*

recruit-slider

********************************/
.requirement-slider {
  margin-top: 8.125rem;
}

.requirement-slider .requirement-slider__item:nth-child(odd) {
  margin-left: 2.738125rem;
}

.requirement-slider .requirement-slider__item:nth-child(odd) img {
  width: 23.36625rem;
  margin-top: 3.3875rem;
}

.requirement-slider .requirement-slider__item:nth-child(even) {
  margin-left: 2.738125rem;
}

.requirement-slider .requirement-slider__item:nth-child(even) img {
  width: 19.715rem;
}

/*

recruit-requirement

********************************/
.recruit-requirement {
  background-color: #f8f8f8;
  padding: 7.5rem 0 8.75rem;
}

.recruit-requirement__inner {
  margin: 0 auto;
  max-width: 56.25rem;
}

.recruit-requirement__level2-heading {
  font-size: 2rem;
}

.requirement-table {
  line-height: 1.625;
  text-align: left;
  margin-top: 3rem;
  border-collapse: collapse;
  width: 100%;
}

@media (max-width: 892px) {
  .requirement-table {
    max-width: 90%;
    margin: 3rem auto 0;
  }
}

.requirement-table__th {
  color: #0f3974;
  border-bottom: 2px solid #ddd;
  line-height: 1.65;
  padding: 1.9375rem 0;
  width: 10.5625rem;
  vertical-align: top;
  padding: 1.6875rem 1rem 1.6875rem 0;
}

@media (max-width: 892px) {
  .requirement-table__th {
    width: 8.5rem;
  }
}

@media (max-width: 575px) {
  .requirement-table__th {
    display: block;
    border-bottom: none;
    padding-left: 1rem;
    width: 100%;
  }
}

.requirement-table__td {
  border-bottom: 2px solid #ddd;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 1.6875rem 0;
}

@media (max-width: 575px) {
  .requirement-table__td {
    display: block;
    padding: 1.9375rem 0;
    padding-left: 1rem;
  }
}

.requirement-table__list:nth-child(2) {
  margin-top: 1.5rem;
}

.requirement-table__list-item {
  margin-left: 1rem;
}

.requirement-table__list-item:nth-child(1) {
  margin-left: 0;
}

.requirement-table__text:nth-child(2) {
  margin-top: 1rem;
}

/*

recruit-selection

********************************/
.recruit-selection {
  margin: 7.5rem 0;
}

@media (max-width: 892px) {
  .recruit-selection {
    margin: 3.75rem 0;
  }
}

.recruit-selection__inner {
  padding: 5rem 0 6.75rem;
  max-width: 62.5rem;
  margin: 0 auto;
  background-color: #f8f8f8;
}

@media (max-width: 1260px) {
  .recruit-selection__inner {
    max-width: 90%;
  }
}

.recruit-selection__level2-heading {
  font-size: 2rem;
}

.recruit-selection__table {
  text-align: left;
  margin: 3.21875rem auto 0;
  border-collapse: collapse;
  width: 40.625rem;
}

@media (max-width: 1260px) {
  .recruit-selection__table {
    width: 100%;
    max-width: 90%;
  }
}

@media (max-width: 892px) {
  .recruit-selection__table {
    width: auto;
  }
}

.recruit-selection__th {
  color: #010509;
  line-height: 1.5;
  padding: 0.859375rem 0;
  width: 13.25rem;
  vertical-align: top;
  padding: 0.859375rem 1rem 0.859375rem 0;
}

@media (max-width: 892px) {
  .recruit-selection__th {
    width: 8.5rem;
  }
}

@media (max-width: 575px) {
  .recruit-selection__th {
    display: block;
    padding-left: 1rem;
    width: 100%;
  }
}

.recruit-selection__td {
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: 0.859375rem 0;
}

@media (max-width: 575px) {
  .recruit-selection__td {
    display: block;
    padding: 1.9375rem 0;
    padding-left: 1rem;
  }
}

.recruit-selection__table
.recruit-selection__header:nth-child(1)
.recruit-selection__th {
  padding-top: 0;
}

.recruit-selection__table
.recruit-selection__header:nth-child(1)
.recruit-selection__td {
  padding-top: 0;
}

.recruit-selection__list {
  margin-left: -0.5rem;
}

.recruit-selection__list:nth-child(2) {
  margin-top: 1.5rem;
}

.recruit-selection__text:nth-child(2) {
  margin-top: 1rem;
}

/*

all recruit

********************************/
.recruit-fv--message {
  background-image: url(../img/layout/recruit-message/message-img01.jpg);
}

.recruit-message {
  padding-top: 6.875rem;
  padding-bottom: 7.5rem;
}

.recruit-message__inner {
  margin: 0 auto;
  padding: 0 5rem;
}

@media (max-width: 1260px) {
  .recruit-message__inner {
    max-width: 90%;
    padding: 0;
  }
}

.recruit-message__level2-heading {
  font-size: 2.25rem;
}

@media (max-width: 892px) {
  .recruit-message__level2-heading {
    line-height: 1.5;
  }
}

@media (max-width: 575px) {
  .recruit-message__level2-heading {
    font-size: 2rem;
  }
}

.recruit-message__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 5rem;
}

@media (max-width: 892px) {
  .recruit-message__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.recruit-message__media-img img {
  aspect-ratio: 631/463;
  width: 39.4375rem;
}

@media (max-width: 892px) {
  .recruit-message__media-img img {
    width: 100%;
  }
}

.recruit-message__text-wrap {
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 2rem;
  max-width: 45.9%;
}

@media (max-width: 892px) {
  .recruit-message__text-wrap {
    max-width: 100%;
  }
}

.recruit-message__text {
  margin-top: 1rem;
}

.recruit-message__text:nth-child(1) {
  margin-top: 0;
}

.recruit-message__ceo-wrap {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: right;
  margin-top: 4.45rem;
  margin-right: 0.5rem;
}

/*

all recruit

********************************/
@media (max-width: 575px) {
  .recruit-level1-heading {
    font-size: 2rem;
    padding: 6rem 1rem 7rem;
  }
}

.recruit-fv--portrail {
  background-image: url("../img/layout/portrait/portrait-img01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.recruit-portrail__inner {
  margin: 0 auto;
  max-width: 1600px;
}

@media (max-width: 892px) {
  .recruit-portrail__inner {
    max-width: 90%;
    padding: 0;
  }
}

.recruit-portrail {
  padding: 7.5rem 0;
}

.recruit-portrail__level2-heading {
  font-size: 2.25rem;
  line-height: 1.5;
  position: relative;
  font-weight: 600;
  letter-spacing: 0;
  word-spacing: nowrap;
}

@media (max-width: 1260px) {
  .recruit-portrail__level2-heading {
    word-spacing: normal;
  }
}

@media (max-width: 892px) {
  .recruit-portrail__level2-heading {
    line-height: 1.5;
  }
}

@media (max-width: 575px) {
  .recruit-portrail__level2-heading {
    font-size: 2rem;
  }
}

.recruit-portrail__img-text {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 5.645625rem;
  opacity: 0.4;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  position: absolute;
  left: 2rem;
  bottom: 1.5rem;
  text-transform: uppercase;
}

@media (max-width: 1260px) {
  .recruit-portrail__img-text {
    font-size: 8vw;
    top: 23vw;
  }
}

@media (max-width: 892px) {
  .recruit-portrail__img-text {
    font-size: 13vw;
    top: auto;
    bottom: 2rem;
  }
}

.recruit-portrail__media-img {
  position: relative;
}

.recruit-portrail__number {
  font-family: "Oswald", sans-serif;
  font-size: 9.1668rem;
  line-height: 1.4;
  color: #000;
  opacity: 0.05;
  position: absolute;
  left: 0;
  top: -60px;
}

.recruit-portrail__heading-span {
  color: #09b6ea;
}

.recruit-portrail__list {
  gap: 4rem;
}

@media (max-width: 892px) {
  .recruit-portrail__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.recruit-portrail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
  padding-right: 1.75rem;
  margin-top: 7.5rem;
}

@media (max-width: 892px) {
  .recruit-portrail__item {
    max-width: 42.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-right: 0;
    margin: 3.75rem auto 0;
  }
}

.recruit-portrail__item:nth-child(1) {
  margin-top: 0;
}

.recruit-portrail__item:nth-child(1) .recruit-portrail__text-wrap {
  max-width: 600px;
}

.recruit-portrail__item:nth-child(1)
.recruit-portrail__text-wrap
.recruit-portrail__text {
  max-width: 526px;
}

.recruit-portrail__item:nth-child(2) {
  margin-left: 3rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 0;
}

@media (max-width: 892px) {
  .recruit-portrail__item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
  }
}

.recruit-portrail__item:nth-child(2) .recruit-portrail__text-wrap {
  max-width: 600px;
}

.recruit-portrail__item:nth-child(2)
.recruit-portrail__text-wrap
.recruit-portrail__text {
  max-width: 526px;
}

.recruit-portrail__item:nth-child(2) .recruit-portrail__number {
  top: -90px;
  left: -5%;
}

.recruit-portrail__item:nth-child(2) .recruit-portrail__img-text {
  color: #000;
  left: 6.5%;
  bottom: 0%;
}

@media (max-width: 1260px) {
  .recruit-portrail__item:nth-child(2) .recruit-portrail__img-text {
    font-size: 8vw;
    top: calc(48% - 100px);
  }
}

@media (max-width: 892px) {
  .recruit-portrail__item:nth-child(2) .recruit-portrail__img-text {
    font-size: 13vw;
    top: auto;
  }
}

.recruit-portrail__text-wrap {
  line-height: 2;
  margin-top: 5rem;
  max-width: 32.25rem;
}

@media (max-width: 892px) {
  .recruit-portrail__text-wrap {
    max-width: 100%;
  }
}

.recruit-portrail__text {
  margin-top: 2.5rem;
  letter-spacing: 0.04em;
}

.recruit-portrail__media-img img {
  aspect-ratio: 680/600;
  width: 42.5rem;
}

/*

sub-page all

********************************/
.recruit-fv {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-body {
  padding: 5rem 0 7.5rem;
}

.inner {
  max-width: 68.75rem;
  margin: 0 auto;
}

@media (max-width: 1260px) {
  .inner {
    max-width: 90%;
  }
}

.heading-lv2__recruit {
  color: #0f3974;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1875;
}

.mt-8 {
  margin-top: 0.5rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mt-64 {
  margin-top: 4rem;
}

.color-accent {
  color: #09b6ea;
}

.bg-white {
  background-color: #fff;
}

.bg-gray2 {
  background-color: #f6f5f4;
}

.text-center {
  text-align: center;
}

.bg-light-blue {
  background-color: #e6eef4;
}

.lh-1-75 {
  line-height: 1.75;
}

.lh-28 {
  line-height: 1.75;
}

.lh-36 {
  line-height: 2.25;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb__arrow {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.breadcrumb__arrow::before,
.breadcrumb__arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
  transform-origin: calc(100% - 0.5px) 50%;
}

.breadcrumb__arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumb__arrow::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.home__btn {
  display: block;
  margin: 4rem auto 0;
  padding: 1rem 1.5rem;
  background-color: #0f3974;
  text-align: center;
  width: 18.125rem;
  color: #fff;
}

.home__btn .arrow-right {
  top: 1.4rem;
}

.home__btn {
  top: 50%;
}

.home__btn::after {
  display: none;
}

.recruit-fv--404 {
  background-image: url(../img/layout/404/fv-img.jpg);
}

.privacy-policy__inner {
  max-width: 65.125rem;
}

/*

day-flow

********************************/
.day-flow {
  text-align: center;
}

.recruit-fv--day-flow {
  background-image: url(../img/layout/day-flow/fv-img.jpg);
}

.day-flow__media-container {
  text-align: left;
}

.day-flow__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 3rem 3.125rem;
  position: relative;
  margin-top: 3.5625rem;
}

.day-flow__media:nth-child(1) {
  margin-top: 0;
}

@media (max-width: 892px) {
  .day-flow__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.day-flow__media::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translate(-42%, 0);
  transform: translate(-42%, 0);
  width: 6.5rem;
  aspect-ratio: 1/0.2923717047;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #0f3974;
}

.day-flow__media:last-child::before {
  display: none;
}

.day-flow__media-img img {
  aspect-ratio: 274/154;
  width: 17.125rem;
}

@media (max-width: 1260px) {
  .day-flow__media-img img {
    width: 100%;
  }
}

.day-flow__media-text-wrap {
  max-width: 68.6363%;
}

@media (max-width: 1260px) {
  .day-flow__media-text-wrap {
    max-width: 62%;
  }
}

@media (max-width: 892px) {
  .day-flow__media-text-wrap {
    max-width: 100%;
  }
}

.day-flow__heading-lv3 {
  color: #010509;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4583333333;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

.day-flow__media-text {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 0.5rem;
  letter-spacing: 0.02em;
}

/*

day-flow

********************************/
/*

sub-page all

********************************/
/*

career-path

********************************/
@media (max-width: 575px) {
  .career-path__card-text-wrap {
    max-width: 90%;
    margin: 0 auto;
  }
}

.recruit-fv--career-path {
  background-image: url(../img/layout/career-path/fv-img.jpg);
}

.career-path {
  padding-right: 2.125rem;
}

@media (max-width: 892px) {
  .career-path {
    padding-right: 0;
  }
}

.career-path__inner {
  max-width: 53.125rem;
  margin: 0 auto;
}

.career-path__card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 5rem;
}

.career-path__card-container:first-of-type {
  margin-top: 4rem;
}

@media (max-width: 892px) {
  .career-path__card-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

.career-path__card-container:nth-child(5) .career-path__period::before {
  height: 30vw;
  max-height: 20rem;
}

@media (max-width: 892px) {
  .career-path__card-container:nth-child(5) .career-path__period::before {
    height: 36vw;
  }
}

@media (max-width: 575px) {
  .career-path__card-container:nth-child(5) .career-path__period::before {
    height: 48vw;
  }
}

.career-path__card-container:nth-child(6) .career-path__period::before {
  display: none;
}

.career-path__card-container:nth-child(5) .career-path__card {
  gap: 0;
}

.career-path__card-container:nth-child(6) .career-path__card {
  gap: 0;
}

.career-path__card-container:nth-child(6) .career-path__period::before {
  content: "";
  display: none;
}

.career-path__card-container:nth-child(5) .career-path__period-text {
  position: relative;
  letter-spacing: 0.5em;
  margin-left: 0.4em;
  margin-top: 17px;
}

.career-path__card-container:nth-child(5) .career-path__period-text-span {
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.career-path__period {
  color: #fff;
  width: 6.5rem;
  height: 6.5rem;
  background-color: #09b6ea;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 892px) {
  .career-path__period {
    position: absolute;
    left: 0;
  }
}

.career-path__period::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.5rem;
  height: 30rem;
  background-color: #0ea4d1;
  z-index: 1;
}

.career-path__period-text {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-left: -3px;
  margin-top: 18px;
}

.career-path__period-text-sub {
  display: block;
  font-size: 1rem;
  line-height: 1.1875;
}

.career-path__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 85.8823529412%;
}

.career-path__card-img img {
  aspect-ratio: 730/220;
  width: 45.625rem;
}

@media (max-width: 1260px) {
  .career-path__card-img img {
    width: 100%;
  }
}

.career-path__heading-lv3 {
  color: #0f3974;
  font-size: 1.5rem;
  line-height: 1.4583333333;
}

.career-path__card-text {
  font-size: 1rem;
  line-height: 1.1875;
}

.career-path__card-label {
  color: #fff;
  font-size: 1rem;
  line-height: 1.1875;
  padding: 0.125rem 0.5rem;
  background-color: #09b6ea;
  margin-top: 1rem;
  display: inline-block;
}

.career-path__card-list {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.career-path__card-list-item {
  font-size: 1rem;
  line-height: 1.1875;
  margin-left: 0.5rem;
  position: relative;
}

.career-path__card-list-item::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  left: -0.5em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #09b6ea;
}

/*

sub-page all

********************************/
/*

questionnaire

********************************/
.questionnaire {
  background-color: #e6eef4;
}

.recruit-fv--questionnaire {
  background-image: url(../img/layout/questionnaire/fv-img.jpg);
}

.questionnaire__inner {
  max-width: 75rem;
}

.questionnaire__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (36.5rem)[2];
      grid-template-columns: repeat(2, 36.5rem);
  grid-auto-rows: 1fr;
  gap: 5rem 2.125rem;
  margin: 4rem auto 0;
}

@media (max-width: 767px) {
  .questionnaire__list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-auto-rows: unset;
  }
}

.questionnaire__item {
  background-color: #fff;
}

.questionnaire__heading-lv3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.75rem;
  line-height: 1.3928571429;
  background: #e6eef4;
  padding-bottom: 0.75rem;
}

@media (max-width: 767px) {
  .questionnaire__heading-lv3 {
    font-size: 1.55rem;
    padding: 0 10px 10px;
  }
}

.questionnaire__heading-lv3-sub {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  margin-right: 0.770625rem;
  background-color: #09b6ea;
  color: #fff;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.questionnaire__wrap {
  background-color: #fff;
}

.questionnaire__wrap-q1 {
  padding: 4.5rem 0 3.375rem;
}

.questionnaire__wrap-q2 {
  padding: 2.5rem 0 1.5rem;
}

.questionnaire__wrap-q3 {
  padding: 3.1875rem 0 2.5rem;
}

.questionnaire__wrap-q4 {
  padding: 3.625rem 0;
  margin-top: 0;
}

.questionnaire__wrap-q5 {
  padding: 7.5rem 0 2rem;
}

.questionnaire__wrap-q9 {
  padding: 3.375rem 0 2.5rem;
}

.questionnaire__wrap-q10 {
  padding: 5rem 0 2.5rem;
}

.questionnaire__wrap-q12 {
  padding: 2.625rem 0 1.5rem;
}

.questionnaire__wrap-q13 {
  padding: 5rem 0 3.1875rem;
}

.questionnaire__wrap-q14 {
  padding: 5.8125rem 0 1.5rem;
}

.questionnaire__wrap-q15 {
  padding: 5rem 0 2.5rem;
}

.questionnaire__wrap-inner {
  max-width: 32.5rem;
  margin: 0 auto;
}

@media (max-width: 1260px) {
  .questionnaire__wrap-inner {
    max-width: 90%;
  }
}

.questionnaire__ranking-item span {
  color: #0f3974;
}

.questionnaire__ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 32.125rem;
}

@media (max-width: 1260px) {
  .questionnaire__ranking {
    max-width: 90%;
  }
}

.questionnaire__ranking-doritu {
  padding-left: 0;
}

.questionnaire__ranking-no2 {
  margin-top: 2.25rem;
}

.questionnaire__ranking-no2-doritu {
  margin-top: 2.25rem;
  margin-right: 2.5rem;
}

.questionnaire__ranking-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.questionnaire__ranking-doritu-img {
  width: 5.9375rem;
}

.questionnaire__ranking-img-sub {
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 1.5rem;
  line-height: 1.1;
  font-family: "Oswald", sans-serif;
}

.questionnaire__ranking-img-doritu-sub {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.questionnaire__ranking-no1-img img {
  width: 4.5rem;
}

.questionnaire__ranking-no2-img img {
  width: 4.5rem;
}

.questionnaire__ranking-text {
  font-size: 1.375rem;
  line-height: 1.7727272727;
}

.questionnaire__ranking-no2-text {
  line-height: 1.5;
}

.questionnaire__ranking-q10-text-sub {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}

.questionnaire__wrap-text {
  padding: 0.4375rem 0.5rem 0.3125rem 1rem;
  background-color: #e4f7fd;
  line-height: 1.625;
}

.questionnaire__wrap-q1 .questionnaire__wrap-text {
  margin-top: 5rem;
  white-space: nowrap;
}

@media (max-width: 1260px) {
  .questionnaire__wrap-q1 .questionnaire__wrap-text {
    white-space: normal;
  }
}

.questionnaire__wrap-q2 .questionnaire__wrap-text {
  margin-top: 2.125rem;
}

.questionnaire__wrap-q3 .questionnaire__wrap-text {
  margin-top: 2.4375rem;
}

.questionnaire__wrap-q5 .questionnaire__wrap-text {
  margin-top: 6.375rem;
}

.questionnaire__wrap-q9 .questionnaire__wrap-text {
  margin-top: 2.125rem;
}

.questionnaire__wrap-q10 .questionnaire__wrap-text {
  margin-top: 5rem;
}

.questionnaire__wrap-q12 .questionnaire__wrap-text {
  margin-top: 2rem;
}

.questionnaire__wrap-q13 .questionnaire__wrap-text {
  margin-top: 3.9375rem;
}

.questionnaire__wrap-q14 .questionnaire__wrap-text {
  margin-top: 3.9375rem;
}

.questionnaire__wrap-q15 .questionnaire__wrap-text {
  margin-top: 4.625rem;
}

.text-1-q9::after {
  content: "";
  display: none;
}

.text-3-q9::before {
  content: "";
  top: 10px;
  left: 74%;
}

:root {
  --r: 115px;
  /* 230px ÷ 2 */
}

.chart {
  width: 520px;
  height: 240px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .chart {
    width: 100%;
    height: auto;
  }
}

.label {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.75rem;
  line-height: 1.6071428571;
  color: #fff;
}

/* 1つ目のラベル（45%） */
.label-1 {
  --start: 0;
  --end: 0.45;
  --percentage: calc((var(--start) + var(--end)) / 2);
  --angle: calc(var(--percentage) * 360deg);
  --deg: calc(-90deg + var(--angle));
  translate: calc(cos(var(--deg)) * var(--r) - 155%) calc(sin(var(--deg)) * var(--r) - 8%);
}

/* 2つ目のラベル（33%） */
.label-2 {
  --start: 0.45;
  --end: 0.78;
  --percentage: calc((var(--start) + var(--end)) / 2);
  --angle: calc(var(--percentage) * 360deg);
  --deg: calc(-90deg + var(--angle));
  translate: calc(cos(var(--deg)) * var(--r)) calc(sin(var(--deg)) * var(--r) - 155%);
}

/* 3つ目のラベル（22%） */
.label-3 {
  --start: 0.78;
  --end: 1;
  --percentage: calc((var(--start) + var(--end)) / 2);
  --angle: calc(var(--percentage) * 360deg);
  --deg: calc(-90deg + var(--angle));
  translate: calc(cos(var(--deg)) * var(--r) - 11%) calc(sin(var(--deg)) * var(--r) - 1%);
  color: #000;
}

.text {
  font-weight: 500;
}

.text-1 {
  position: absolute;
  top: 10%;
  left: 100%;
  font-size: 1.25rem;
  line-height: 1.6;
  white-space: nowrap;
}

.text-1::before {
  content: "";
  width: 60px;
  height: 1px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  position: absolute;
  top: 148%;
  left: -65%;
  background: #000;
}

.text-1::after {
  content: "";
  width: 21px;
  height: 1px;
  position: absolute;
  top: 66%;
  left: -22%;
  background: #000;
}

.text-2 {
  position: absolute;
  top: 75%;
  left: -62%;
  font-size: 1.25rem;
  line-height: 1.6;
  white-space: nowrap;
}

.text-2::before {
  content: "";
  width: 30px;
  height: 1px;
  -webkit-transform: rotate(-21deg);
  transform: rotate(-21deg);
  position: absolute;
  top: -6%;
  right: -6%;
  background: #000;
}

.text-3 {
  position: absolute;
  top: 0;
  left: -18%;
  font-size: 1.25rem;
  line-height: 1.6;
  white-space: nowrap;
}

.text-3::before {
  content: "";
  width: 30px;
  height: 1px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
  top: 120%;
  right: -22%;
  background: #000;
}

.questionnaire__ranking-list {
  max-width: 25rem;
  margin: 0 auto;
}

.questionnaire__ranking-item {
  font-size: 1.125rem;
  line-height: 1.6111111111;
  margin-top: 0.75rem;
  margin-left: 1.125rem;
  position: relative;
}

.questionnaire__ranking-item:nth-child(1) {
  margin-top: 0;
}

.questionnaire__ranking-item::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #09b6ea;
  position: absolute;
  top: 50%;
  left: -1.125rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.questionnaire__ranking-img-sub-sub {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.1333333333;
  white-space: nowrap;
  display: block;
}

.arrow-page-top {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid;
  top: 25%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.label-page-top {
  position: absolute;
  top: 50%;
  line-height: 1.6071428571;
  color: #fff;
}

/*

sub-page all

********************************/
/*

entry

********************************/
.recruit-fv--entry {
  background-image: url(../img/layout/entry/fv-img.jpg);
}

.entry {
  padding-top: 0;
}

.entry__inner {
  max-width: 59.5rem;
}

@media (max-width: 1260px) {
  .entry__inner {
    max-width: 90%;
  }
}

.entry__text-wrap {
  margin-top: 4.5625rem;
}

.form-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
  margin-top: 2.5rem;
  min-width: 3rem;
}

.form-contact__item:nth-child(1) {
  margin-top: 5.4375rem;
}

@media (max-width: 1260px) {
  .form-contact__item {
    max-width: 95%;
    margin: 2.5rem auto;
  }
}

@media (max-width: 892px) {
  .form-contact__item {
    display: block;
  }
}

.form-contact__required {
  padding: 0 0.375rem;
  background-color: #cc0f0f;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.6666666667;
}

@media (max-width: 892px) {
  .form-contact__required {
    margin-left: 1rem;
  }
}

.form-contact__any {
  padding: 0 0.375rem;
  background-color: #0f3974;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.6666666667;
}

@media (max-width: 892px) {
  .form-contact__any {
    margin-left: 1rem;
  }
}

.form-contact__label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 10.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
}

@media (max-width: 892px) {
  .form-contact__label-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.form-contact__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 892px) {
  .form-contact__label {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: auto;
  }
}

.form-contact__label-free {
  display: block;
  text-align: left;
  width: auto;
  line-height: 1.2;
}

.form-contact__required-free {
  max-height: 1.3125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form-contact__input {
  width: 48.75rem;
  padding: 0.875rem 0.9375rem 0.75rem 0.9375rem;
  border: 1px solid #ccc;
}

@media (max-width: 1260px) {
  .form-contact__input {
    width: 40.75rem;
  }
}

@media (max-width: 892px) {
  .form-contact__input {
    width: 30.75rem;
    margin-top: 1rem;
  }
}

@media (max-width: 575px) {
  .form-contact__input {
    width: 100%;
  }
}

.form-contact__input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 0.9375rem;
  line-height: 1.2;
}

.form-contact__input:-ms-input-placeholder {
  color: #ccc;
  font-size: 0.9375rem;
  line-height: 1.2;
}

.form-contact__input::-ms-input-placeholder {
  color: #ccc;
  font-size: 0.9375rem;
  line-height: 1.2;
}

.form-contact__input::placeholder {
  color: #ccc;
  font-size: 0.9375rem;
  line-height: 1.2;
}

.form-contact__select-wrap {
  position: relative;
}

@media (max-width: 892px) {
  .form-contact__select-wrap {
    margin-top: 1rem;
  }
}

.form-contact__select {
  padding: 1rem 2.625rem 0.875rem 1.5rem;
  color: #ccc;
  border: 1px solid #ccc;
}

.form-contact__select-wrap .wpcf7-form-control-wrap::after {
  position: absolute;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #000;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.375rem;
}

.arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #000;
  position: relative;
  top: 32%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.375rem;
}

@media (max-width: 892px) {
  .arrow {
    position: absolute;
    top: 50%;
    left: 5rem;
  }
}

.radio {
  min-height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.75rem;
}

@media (max-width: 892px) {
  .radio {
    margin-top: 1rem;
  }
}

.form-contact__select-year {
  margin-left: 0;
}

.form-contact__label-birth {
  color: #ccc;
  margin: 0 1.4rem 0 0.5rem;
}

.form-contact__label-sub {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  padding-top: 5px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.form-contact__privacy {
  text-align: left;
  margin-left: 11.125rem;
}

@media (max-width: 892px) {
  .form-contact__privacy {
    margin-left: 0;
  }
}

.form-contact__privacy-link {
  border-bottom: 1px solid #000;
}

.form-contact__btn {
  display: block;
  margin: 4rem 0 0;
  background-color: #0f3974;
  text-align: center;
  width: 18.125rem;
}

[type="submit"],
[type="button"] {
  color: #fff;
  width: 18.125rem;
  padding: 1.2rem 1.5rem;
}

.form-contact__arrow-right {
  top: 50%;
}

.form-contact__item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.6rem;
}

.form-contact__select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.form-contact__input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-contact__input-wrap.w262 {
  width: 16.4rem;
  gap: 0.6rem;
}

.w262 .form-contact__input {
  width: 100%;
}

button.form-contact__btn-zip {
  width: 11rem;
  background-color: #0f3974;
  color: #fff;
}

.form-contact__item.form-contact__item-textarea {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.form-contact__privacy-link a {
  color: #0f3974;
}

.wpcf7-spinner {
  display: none;
}

.form-contact__input-wrap.w262 .wpcf7-form-control-wrap,
.wpcf7-form-control-wrap
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-contact__select {
  width: 100%;
}

.wpcf7 option:first-child {
  color: #ccc;
}

select.form-contact__select {
  color: #000;
  /* 初期状態は黒 */
}

select.form-contact__select option:first-child {
  color: #ccc;
}

select.form-contact__select:invalid {
  color: #ccc;
}

.page-template-template-entry-confirm span.form-contact__input-wrap,
.contact-confirm span.form-contact__input-wrap {
  width: 48.75rem;
  word-break: break-word;
  white-space: break-spaces;
}

.page-template-template-entry-confirm .form-contact__label-birth {
  color: #000;
}

.arrow-right.arrow-left {
  right: auto;
  left: 0.95rem;
}

.arrow-left.arrow-right::before {
  right: auto;
  left: 0;
  rotate: -45deg;
}

.page-template-template-entry-confirm .form-contact__item {
  margin-top: 3.5rem;
}

.page-template-template-entry-confirm .form-contact__item__flex {
  row-gap: 1rem;
}

.wpcf7-response-output {
  display: none;
}

.contact .form-contact__item.form-contact__item-textarea {
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}

.contact .form-contact__label-textarea {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

/*

sub-page all

********************************/
/*

confirmation

********************************/
@media (max-width: 892px) {
  .form-contact__item-text {
    margin-top: 1rem;
  }
}

.form-contact__select-wrap-confirmation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.form-contact__item-text-span {
  margin-left: 1.25rem;
}

.form-con__item-text--conform-wrap {
  display: block;
  width: 50vw;
  margin-top: 1rem;
}

@media (max-width: 575px) {
  .form-con__item-text--conform-wrap {
    display: none;
  }
}

.form-con__item-text--conform-wrap-sp {
  width: 50vw;
  margin-top: 1rem;
  display: none;
}

@media (max-width: 575px) {
  .form-con__item-text--conform-wrap-sp {
    display: block;
  }
}

.form-contact__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  margin-top: 4rem;
}

@media (max-width: 892px) {
  .form-contact__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.form-contact__btn-confirm {
  background: #989898;
  color: #fff;
  border: 1px solid #989898;
}

.form-contact__btn-back {
  margin-top: 0;
}

/*

sub-page all

********************************/
.site-map__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8.75rem auto 0;
}

@media (max-width: 892px) {
  .site-map__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
    max-width: 80%;
  }
}

.site-map__list-item-font-weight {
  font-weight: 700;
}

.site-map__list-item {
  font-size: 1rem;
  line-height: 1.875;
}

.site-map__link {
  color: #010509;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

@media (any-hover: hover) {
  .site-map__link:hover {
    color: #09b6ea;
  }
}

.site-map__list {
  margin-left: 6.5rem;
}

@media (max-width: 892px) {
  .site-map__list {
    margin-left: 0;
  }
}

.site-map__list:nth-child(1) {
  margin-left: 0;
}

.js-parallax {
  overflow: hidden;
}

.js-parallax img {
  height: calc(100% + 100px);
}

.spark {
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(30%, #ff6b00), to(#ff3300));
  background: linear-gradient(90deg, #fff 0%, #ff6b00 30%, #ff3300 100%);
  border-radius: 1px;
  pointer-events: none;
  z-index: 1000;
  -webkit-box-shadow: 0 0 4px #ff6b00;
          box-shadow: 0 0 4px #ff6b00;
}

@-webkit-keyframes line1 {
  0% {
    -webkit-clip-path: inset(0% 0% 100% 0%);
            clip-path: inset(0% 0% 100% 0%);
  }
  100% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}

@keyframes line1 {
  0% {
    -webkit-clip-path: inset(0% 0% 100% 0%);
            clip-path: inset(0% 0% 100% 0%);
  }
  100% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}

@-webkit-keyframes text1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes text1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.service .js-animation {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

.service .js-animation.is-active {
  opacity: 1;
}

.service .js-animation.is-active::before, .service .js-animation.is-active::after {
  -webkit-animation: line1 0.8s cubic-bezier(0.66, 0.03, 0.31, 1) forwards;
          animation: line1 0.8s cubic-bezier(0.66, 0.03, 0.31, 1) forwards;
}

.service .js-animation.is-active .level2-heading-span {
  -webkit-animation: text1 0.8s cubic-bezier(0.66, 0.03, 0.31, 1) forwards;
          animation: text1 0.8s cubic-bezier(0.66, 0.03, 0.31, 1) forwards;
}

@-webkit-keyframes text2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes text2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.company::before {
  -webkit-clip-path: inset(0% 0% 100% 0%);
          clip-path: inset(0% 0% 100% 0%);
}

.company.is-active::before {
  -webkit-animation: line1 0.8s cubic-bezier(0.66, 0.03, 0.31, 1) forwards;
          animation: line1 0.8s cubic-bezier(0.66, 0.03, 0.31, 1) forwards;
}

.company.is-active .level2-heading {
  -webkit-animation: text2 0.8s cubic-bezier(0.66, 0.03, 0.31, 1) forwards;
          animation: text2 0.8s cubic-bezier(0.66, 0.03, 0.31, 1) forwards;
}

.company.is-active .level2-heading-span {
  -webkit-animation: text1 0.8s cubic-bezier(0.66, 0.03, 0.31, 1) forwards 0.2s;
          animation: text1 0.8s cubic-bezier(0.66, 0.03, 0.31, 1) forwards 0.2s;
}

@-webkit-keyframes text3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    visibility: visible;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
}

@keyframes text3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    visibility: visible;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
}

@-webkit-keyframes line2 {
  0% {
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}

@keyframes line2 {
  0% {
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}

.message .js-animation {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

.message .js-animation.is-active {
  opacity: 1;
}

.message .js-animation.is-active::before, .message .js-animation.is-active::after {
  -webkit-animation: line2 0.8s cubic-bezier(0.66, 0.03, 0.31, 1) forwards;
          animation: line2 0.8s cubic-bezier(0.66, 0.03, 0.31, 1) forwards;
}

.message .js-animation.is-active .level2-heading-span {
  -webkit-animation: text3 0.8s cubic-bezier(0.66, 0.03, 0.31, 1) forwards;
          animation: text3 0.8s cubic-bezier(0.66, 0.03, 0.31, 1) forwards;
}

@-webkit-keyframes maskImg {
  0% {
    -webkit-mask-position: 200% 0%;
            mask-position: 200% 0%;
  }
  100% {
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%;
  }
}

@keyframes maskImg {
  0% {
    -webkit-mask-position: 200% 0%;
            mask-position: 200% 0%;
  }
  100% {
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%;
  }
}

.recruit {
  -webkit-mask-image: linear-gradient(135deg, black 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(135deg, black 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 250% 250%;
          mask-size: 250% 250%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 130% 130%;
          mask-position: 130% 130%;
}

.recruit .level2-heading {
  visibility: hidden;
}

.recruit.is-active {
  -webkit-animation: maskImg 1.2s cubic-bezier(0.66, 0.03, 0.31, 1) forwards;
          animation: maskImg 1.2s cubic-bezier(0.66, 0.03, 0.31, 1) forwards;
}

.recruit.is-active .level2-heading {
  -webkit-animation: text3 0.8s cubic-bezier(0.66, 0.03, 0.31, 1) forwards 0.6s;
          animation: text3 0.8s cubic-bezier(0.66, 0.03, 0.31, 1) forwards 0.6s;
}

.loader {
  position: fixed;
  z-index: 1000;
  inset: 0;
  background: linear-gradient(45deg, #0f3974, #000);
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.loader__logo {
  aspect-ratio: 346/79;
  width: 28rem;
  position: relative;
}

.spark-point {
  position: absolute;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1001;
}

#sparkPoint1 {
  rotate: -15deg;
  bottom: 0;
  left: 0;
}

.spark {
  position: absolute;
  width: 18px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(20%, #ffff00), color-stop(40%, #fff), color-stop(70%, #ff3300), to(#fff));
  background: linear-gradient(90deg, #fff 0%, #ffff00 20%, #fff 40%, #ff3300 70%, #fff 100%);
  pointer-events: none;
  z-index: 1002;
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 1;
  -webkit-box-shadow: 0 0 2px #fff;
          box-shadow: 0 0 2px #fff;
}

@media (max-width: 768px) {
  .loader__logo {
    width: 20rem;
  }
}

.loader__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

body {
  opacity: 0;
}

@media screen and (max-width: 892px) {
  .form-contact__select-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 1rem;
  }
  .form-contact__select-wrap > * {
    width: calc(50% - 2rem);
  }
  button.form-contact__btn-zip {
    height: 3.1rem;
  }
  div.form-contact__input-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .form-contact__required,
  .form-contact__any {
    margin-left: 0.5rem;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .form-contact__privacy {
    margin-left: 0;
    line-height: 1.6;
  }
  .form-contact__item {
    min-width: 100%;
  }
  .form-contact__btn {
    width: 100%;
  }
  [type="submit"],
  [type="button"] {
    width: 100%;
  }
  .form-contact__label {
    margin-bottom: 1rem;
  }
  .radio {
    min-height: auto;
  }
  .page-template-template-entry-confirm .form-contact__select-wrap > * {
    width: auto;
  }
  .page-template-template-entry-confirm .form-contact__select-wrap {
    margin-top: 0;
  }
  .form-contact__btn-wrap > .form-contact__btn {
    margin-top: 0;
  }
  .contact .form-contact__input {
    margin-top: 0;
  }
  .entry .btn::after {
    display: none;
  }
  .contact-confirm .form-contact__item-textarea .form-contact__label-textarea {
    margin-bottom: 0;
  }
  button.hamburger-btn {
    width: auto;
  }
  .logo__img {
    width: 72vw;
  }
}

.breadcrumb a {
  color: #000;
}

.color-accent {
  color: #09b6ea !important;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .padding-bottom-100 {
    padding-bottom: 80px;
  }
}
/*# sourceMappingURL=style.css.map */