@charset "UTF-8";
/* Objects */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/* orizin color */
/* base color */
/* template color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

@font-face {
  font-family: LINESeedJP;
  font-display: swap;
  src: local("LINE Seed JP TTF"), url("../fonts/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: LINESeedJP;
  font-display: swap;
  src: local("LINE Seed JP TTF"), url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: LINESeedJP;
  font-display: swap;
  src: local("LINE Seed JP TTF"), url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home__video {
  position: fixed;
  z-index: -3;
  width: 100vw;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}

.home__block--1 {
  position: relative;
  top: -170px;
  margin-bottom: -170px;
  padding-top: 236px;
  padding-top: clamp(80px, 14.75vw, 236px);
  padding-bottom: clamp(28px, 15.5555555556vw, 140px);
  clip-path: polygon(0 clamp(30px, 10vw, 160px), 100% 0, 100% calc(100% - clamp(30px, 10vw, 160px)), 0 100%);
  overflow: clip;
}
@media screen and (max-width: 900px) {
  .home__block--1 {
    top: -80px;
    margin-bottom: -80px;
  }
}
.home__block--1::before, .home__block--1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home__block--1::before {
  z-index: -1;
  background-image: url(../images/common/noise.webp);
  background-repeat: repeat;
  background-size: 800px 800px;
  opacity: 0.1;
}
.home__block--1::after {
  display: block;
  z-index: -2;
  background: radial-gradient(175.97% 69.23% at 19.62% 59.56%, rgba(204, 223, 237, 0.1) 0%, #CCDFED 64.42%);
}

.home__block--2 {
  position: relative;
  overflow: clip;
  padding-top: clamp(28px, 18.8888888889vw, 170px);
}

.home__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 900px) {
  .home__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.home__flex-wrap {
  position: relative;
  aspect-ratio: 610/476;
  width: 50.25%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .home__flex-wrap {
    width: 100%;
  }
}
.home__flex-wrap.js-trigger figure {
  -webkit-transform: translate3d(-25rem, 25rem, 0) scale(0.8) rotate(-15deg) skew(-20deg);
          transform: translate3d(-25rem, 25rem, 0) scale(0.8) rotate(-15deg) skew(-20deg);
  opacity: 0;
  -webkit-transition: all 3s cubic-bezier(0.2, 1, 0.2, 1), color 0.1s linear, opacity 0.5s ease 0s;
  transition: all 3s cubic-bezier(0.2, 1, 0.2, 1), color 0.1s linear, opacity 0.5s ease 0s;
}
.home__flex-wrap.js-trigger._on figure {
  -webkit-transform: translateZ(0) scale(1) rotate(0) skew(0);
          transform: translateZ(0) scale(1) rotate(0) skew(0);
  opacity: 1;
}
.home__flex-wrap.js-trigger._on figure:nth-of-type(2) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

@media screen and (min-width: 901px) {
  .home__flex-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.home__flex-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 98.8524590164%;
  aspect-ratio: 603/452;
  height: auto;
  overflow: visible;
}
.home__flex-image .home__flex-image-inner {
  will-change: transform, opacity;
  -webkit-transition: opacity 1s ease, -webkit-transform 1.4s cubic-bezier(0.22, 0.9, 0.33, 1);
  transition: opacity 1s ease, -webkit-transform 1.4s cubic-bezier(0.22, 0.9, 0.33, 1);
  transition: transform 1.4s cubic-bezier(0.22, 0.9, 0.33, 1), opacity 1s ease;
  transition: transform 1.4s cubic-bezier(0.22, 0.9, 0.33, 1), opacity 1s ease, -webkit-transform 1.4s cubic-bezier(0.22, 0.9, 0.33, 1);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  position: relative;
  z-index: 2;
}
.home__flex-image:nth-of-type(1) .home__flex-image-inner {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 2;
}
.js-home_image.swapped .home__flex-image:nth-of-type(1) .home__flex-image-inner {
  -webkit-transform: translate(-32px, 32px);
          transform: translate(-32px, 32px);
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .js-home_image.swapped .home__flex-image:nth-of-type(1) .home__flex-image-inner {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
}
.js-home_image.swapped .home__flex-image:nth-of-type(1) {
  z-index: 2;
}
.home__flex-image:nth-of-type(2) .home__flex-image-inner {
  -webkit-transform: translate(-32px, 32px);
          transform: translate(-32px, 32px);
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .home__flex-image:nth-of-type(2) .home__flex-image-inner {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
}
.js-home_image.swapped .home__flex-image:nth-of-type(2) .home__flex-image-inner {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}

.home__flex-lead {
  margin-top: clamp(24px, 3.5555555556vw, 32px);
  font-size: clamp(1.5rem, 4.2222222222vw, 2.375rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .home__flex-lead {
    margin-top: 40px;
  }
}
.home__flex-lead + p {
  margin-top: 24px;
}
@media screen and (min-width: 901px) {
  .home__flex-lead + p {
    line-height: 2.25;
  }
}

.home__flex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 24px;
}

.home__effect {
  aspect-ratio: 1/1;
  width: 34.75vw;
  height: auto;
  background-image: radial-gradient(circle closest-side, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0.7) 50%);
  background-blend-mode: color-dodge;
  border-radius: 50%;
  opacity: 0.8;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 900px) {
  .home__effect {
    width: 50.1333333333%;
  }
}
.home__effect-01 {
  top: 0;
  left: -15.5vw;
}
@media screen and (max-width: 900px) {
  .home__effect-01 {
    top: 28.2666666667vw;
    left: -10.6666666667vw;
  }
}
.home__effect-02 {
  top: -15.8125vw;
  right: -17.5vw;
}
@media screen and (max-width: 900px) {
  .home__effect-02 {
    top: -15.4666666667vw;
    right: -12.8vw;
  }
}
.home__effect-03 {
  bottom: 17.8125vw;
  right: -10.5vw;
}
@media screen and (max-width: 900px) {
  .home__effect-03 {
    bottom: 10.6666666667vw;
    right: -9.6vw;
  }
}
@media screen and (max-width: 600px) {
  .home__effect-03 {
    bottom: 27.2vw;
  }
}
.home__effect.js-trigger {
  opacity: 0;
}
.home__effect.js-trigger._on {
  opacity: 0.8;
}

.f-news__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px clamp(24px, 12.5vw, 160px);
  position: relative;
}
@media screen and (max-width: 900px) {
  .f-news__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.f-news__flex-head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 56px;
}
@media screen and (max-width: 900px) {
  .f-news__flex-head {
    padding-bottom: 0;
  }
}
.f-news__flex-head .-link {
  margin-top: clamp(24px, 4.4444444444vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  .f-news__flex-head .-link {
    display: none;
  }
}

.f-news__flex-inner {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 901px) {
  .f-news__flex-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 63.83%;
    z-index: 2;
  }
}

.f-news__list {
  width: 100%;
}

.f-news__item {
  width: 100%;
}
.f-news__item + .f-news__item {
  margin-top: 16px;
}
.f-news__item time {
  display: block;
  margin-bottom: clamp(8px, 1.1111111111vw, 10px);
  color: #084B9D;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: clamp(0.75rem, 1.5555555556vw, 0.875rem);
  line-height: 1;
}
.f-news__item-txt {
  font-size: clamp(0.8125rem, 1.7777777778vw, 1rem);
  font-weight: bold;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.f-news__item-arrow {
  position: absolute;
  top: 50%;
  right: 5.22%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.f-news__item-link {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #fff;
  padding: clamp(16px, 1.875vw, 24px) clamp(72px, 10.3125vw, 132px) clamp(16px, 1.875vw, 24px) clamp(24px, 3.125vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .f-news__item-link:hover {
    opacity: 1;
  }
  .f-news__item-link:hover .c-arrow::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
  }
  .f-news__item-link:hover .c-arrow svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .f-news__item-link:hover .c-arrow svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .f-news__item-link:hover .c-arrow::before {
    background-color: #D90012;
  }
  .f-news__item-link:hover time {
    color: #D90012;
  }
}
@media (hover: none) {
  .f-news__item-link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .f-news__item-link:active {
    opacity: 1;
  }
  .f-news__item-link:active .c-arrow::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
  }
  .f-news__item-link:active .c-arrow svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .f-news__item-link:active .c-arrow svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .f-news__item-link:active .c-arrow::before {
    background-color: #D90012;
  }
  .f-news__item-link:active time {
    color: #D90012;
  }
}
.f-news__item-btn {
  display: none;
}
@media screen and (max-width: 900px) {
  .f-news__item-btn {
    width: 100%;
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: clamp(24px, 7.1111111111vw, 64px);
  }
}
@media screen and (max-width: 600px) {
  .f-news__item-btn {
    margin-right: clamp(16px, 3.5555555556vw, 32px);
  }
}

.f-news__text-slider {
  overflow: hidden;
}

.f-business {
  margin-top: clamp(24px, 8vw, 128px);
}

.f-business__flex {
  margin-bottom: clamp(64px, 13.7777777778vw, 124px);
}

.f-business__life {
  position: relative;
  z-index: 1;
  bottom: -6.25vw;
  margin-top: -6.25vw;
}
@media screen and (max-width: 900px) {
  .f-business__life {
    bottom: 0;
    margin-top: 0;
  }
}

.f-business__life-lead {
  margin-bottom: 24px;
  font-size: clamp(1.5rem, 4.2222222222vw, 2.375rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 601px) {
  .f-business__life-lead {
    text-align: center;
    margin-bottom: 18px;
  }
}

.f-business__text-slider {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 900px) {
  .f-business__text-slider {
    margin-top: 40px;
  }
}

.f-service {
  position: relative;
  margin-top: clamp(64px, 15vw, 240px);
  padding-bottom: clamp(64px, 20.125vw, 322px);
}
@media screen and (max-width: 900px) {
  .f-service {
    padding-bottom: clamp(72px, 13.3333333333vw, 120px);
  }
}
.f-service::before, .f-service::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(30px, 10.5vw, 168px);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.f-service::before {
  z-index: -1;
  background-image: url(../images/common/noise.webp);
  background-repeat: repeat;
  background-size: 800px 800px;
  opacity: 0.1;
}
.f-service::after {
  display: block;
  z-index: -2;
  background-color: #084B9D;
}

.f-service__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .f-service__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.f-service__lead {
  font-size: clamp(1.5rem, 4.2222222222vw, 2.375rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 901px) {
  .f-service__lead {
    -ms-flex-preferred-size: 57.5%;
        flex-basis: 57.5%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 1200px) {
  .f-service__lead br {
    display: none;
  }
}

.f-service__slider {
  margin-top: clamp(40px, 8vw, 72px);
  overflow: hidden;
}
.f-service__slider .f-service__slider-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 1.5vw 0;
}
@media screen and (max-width: 1600px) {
  .f-service__slider .f-service__slider-container {
    padding: 24px 0;
  }
}
.f-service__slider .f-service__slider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .f-service__slider .f-service__slider-wrap {
    position: relative;
    -webkit-animation: service-loop-slide-Right 56s infinite linear 1s both;
            animation: service-loop-slide-Right 56s infinite linear 1s both;
  }
}
.f-service__slider .f-service__slider-link {
  display: block;
  width: 20vw;
  height: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .f-service__slider .f-service__slider-link {
    width: clamp(151px, 35.5555555556vw, 320px);
  }
}
.f-service__slider .f-service__slider-link img {
  overflow: clip;
  aspect-ratio: 320/470;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) {
  .f-service__slider .f-service__slider-link:hover {
    opacity: 1;
    z-index: 1;
    scale: 1.1;
  }
  .f-service__slider .f-service__slider-link:hover .f-service__slider-inner span {
    background-color: #D90012;
  }
}
@media (hover: none) {
  .f-service__slider .f-service__slider-link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .f-service__slider .f-service__slider-link:active {
    opacity: 1;
    z-index: 1;
    scale: 1.1;
  }
  .f-service__slider .f-service__slider-link:active .f-service__slider-inner span {
    background-color: #D90012;
  }
}
.f-service__slider .f-service__slider-inner {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.f-service__slider .f-service__slider-inner span {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: clamp(0.625rem, 2.4444444444vw, 1.375rem);
  line-height: 1;
  aspect-ratio: 1/1;
  width: clamp(25px, 5.5555555556vw, 50px);
  height: auto;
  background-color: #0A034D;
  color: #fff;
  letter-spacing: 0.1em;
}
.f-service__slider .f-service__slider-inner h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.6875rem, 2.6666666667vw, 1.5rem);
  line-height: 1;
  width: clamp(25px, 5.5555555556vw, 50px);
  padding: 13px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  letter-spacing: 0.01em;
}

@-webkit-keyframes service-loop-slide-Right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes service-loop-slide-Right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes service-loop-slide-Left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes service-loop-slide-Left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.f-service__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
  padding-bottom: 20px;
}

.f-recruit {
  position: relative;
  top: -1px;
  margin-bottom: -1px;
  color: #fff;
  padding-top: 36px;
  padding-bottom: clamp(56px, 11.25vw, 180px);
}
.f-recruit::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/noise.webp);
  background-repeat: repeat;
  background-size: 800px 800px;
  opacity: 0.1;
}
.f-recruit::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #084B9D;
}
@media screen and (max-width: 900px) {
  .f-recruit {
    padding-bottom: 64px;
  }
}

.f-recruit__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .f-recruit__inner {
    padding: 0 30px;
  }
}

.f-recruit__media {
  z-index: 1;
}
.f-recruit__media figure {
  position: relative;
}
.f-recruit__media figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.1);
}
.f-recruit__media:nth-of-type(1) {
  position: absolute;
  aspect-ratio: 544/858;
  top: -14.75vw;
  left: -4.25vw;
  width: 34vw;
  height: auto;
  max-width: 544px;
}
@media screen and (max-width: 900px) {
  .f-recruit__media:nth-of-type(1) {
    aspect-ratio: 125/191;
    top: -17.0666666667vw;
    left: -9.6vw;
    width: 33.3333333333vw;
  }
}
.f-recruit__media:nth-of-type(1) figure {
  position: absolute;
}
.f-recruit__media:nth-of-type(1) figure:nth-of-type(1) {
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  width: 84.5588235294%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .f-recruit__media:nth-of-type(1) figure:nth-of-type(1) {
    width: 91.2%;
  }
}
.f-recruit__media:nth-of-type(1) figure:nth-of-type(1)::before {
  display: none;
}
.f-recruit__media:nth-of-type(1) figure:nth-of-type(2) {
  bottom: 0;
  right: 0;
  aspect-ratio: 1/1;
  width: 57.7205882353%;
  height: auto;
  opacity: 0.9;
}
@media screen and (max-width: 900px) {
  .f-recruit__media:nth-of-type(1) figure:nth-of-type(2) {
    width: 62.4%;
  }
}
.f-recruit__media:nth-of-type(2) {
  position: absolute;
  top: 47.3125vw;
  left: -5.5vw;
  aspect-ratio: 486/894;
  width: 30.375vw;
  height: auto;
  max-width: 486px;
}
@media screen and (max-width: 900px) {
  .f-recruit__media:nth-of-type(2) {
    top: 58.6666666667vw;
    left: -9.0666666667vw;
    aspect-ratio: 119/223;
    width: 31.7333333333vw;
  }
}
.f-recruit__media:nth-of-type(2) figure {
  position: absolute;
}
.f-recruit__media:nth-of-type(2) figure:nth-of-type(1) {
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  width: 64.6090534979%;
  height: auto;
  opacity: 0.9;
}
@media screen and (max-width: 900px) {
  .f-recruit__media:nth-of-type(2) figure:nth-of-type(1) {
    width: 65.5462184874%;
  }
}
.f-recruit__media:nth-of-type(2) figure:nth-of-type(2) {
  bottom: 0;
  right: 0;
  aspect-ratio: 1/1;
  width: 82.304526749%;
  height: auto;
  opacity: 0.9;
}
@media screen and (max-width: 900px) {
  .f-recruit__media:nth-of-type(2) figure:nth-of-type(2) {
    width: 82.3529411765%;
  }
}
.f-recruit__media:nth-of-type(3) {
  position: absolute;
  top: -6.25vw;
  right: -8.3125vw;
  aspect-ratio: 532/854;
  width: 33.25vw;
  height: auto;
  max-width: 532px;
}
@media screen and (max-width: 900px) {
  .f-recruit__media:nth-of-type(3) {
    top: 4vw;
    right: -12vw;
    aspect-ratio: 135/213;
    width: 36vw;
  }
}
.f-recruit__media:nth-of-type(3) figure {
  position: absolute;
}
.f-recruit__media:nth-of-type(3) figure:nth-of-type(1) {
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  width: 75.1879699248%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .f-recruit__media:nth-of-type(3) figure:nth-of-type(1) {
    width: 26.4vw;
  }
}
.f-recruit__media:nth-of-type(3) figure:nth-of-type(2) {
  bottom: 0;
  right: 0;
  aspect-ratio: 1/1;
  width: 59.022556391%;
  height: auto;
  opacity: 0.9;
}
@media screen and (max-width: 900px) {
  .f-recruit__media:nth-of-type(3) figure:nth-of-type(2) {
    width: 20.8vw;
  }
}
.f-recruit__media:nth-of-type(4) {
  position: absolute;
  top: 46.75vw;
  right: -1.375vw;
  aspect-ratio: 437/919;
  width: 27.3125vw;
  height: auto;
  max-width: 437px;
}
@media screen and (max-width: 900px) {
  .f-recruit__media:nth-of-type(4) {
    top: 58.1333333333vw;
    right: -4.2666666667vw;
    aspect-ratio: 111/215;
    width: 29.6vw;
  }
}
.f-recruit__media:nth-of-type(4) figure {
  position: absolute;
}
.f-recruit__media:nth-of-type(4) figure:nth-of-type(1) {
  top: 0;
  right: 0;
  aspect-ratio: 1/1;
  width: 71.8535469108%;
  height: auto;
  opacity: 0.9;
}
@media screen and (max-width: 900px) {
  .f-recruit__media:nth-of-type(4) figure:nth-of-type(1) {
    width: 20.8vw;
  }
}
.f-recruit__media:nth-of-type(4) figure:nth-of-type(2) {
  bottom: 0;
  left: 0;
  aspect-ratio: 1/1;
  width: 71.8535469108%;
  height: auto;
  opacity: 0.9;
}
@media screen and (max-width: 900px) {
  .f-recruit__media:nth-of-type(4) figure:nth-of-type(2) {
    width: 20.8vw;
  }
}

.f-recruit__headwrap {
  position: relative;
  max-width: 511px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .f-recruit__headwrap {
    max-width: 249px;
  }
}
.f-recruit__headwrap hgroup h2,
.f-recruit__headwrap hgroup p {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.f-recruit__circle {
  position: absolute;
  top: 14.25vw;
  right: -17.125vw;
  aspect-ratio: 1/1;
  width: clamp(120px, 12.25vw, 196px);
  -webkit-animation: 24s linear infinite rotation1;
          animation: 24s linear infinite rotation1;
}
@media screen and (max-width: 900px) and (min-width: 601px) {
  .f-recruit__circle {
    top: -8.75vw;
    right: -18.75vw;
  }
}
@media screen and (max-width: 600px) {
  .f-recruit__circle {
    right: -25.6vw;
  }
}

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

@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.f-recruit__lead {
  margin-top: clamp(40px, 5.3333333333vw, 48px);
  font-size: clamp(1.5rem, 4.2222222222vw, 2.375rem);
  font-weight: 700;
  line-height: 1.5;
}
.f-recruit__lead br {
  display: block;
}
@media screen and (min-width: 601px) {
  .f-recruit__lead {
    text-align: center;
  }
}
.f-recruit__lead + p {
  margin-top: 24px;
}

.f-recruit__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 24px;
  max-width: 914px;
  margin-top: clamp(32px, 6.2222222222vw, 56px);
  margin-bottom: clamp(48px, 7.1111111111vw, 64px);
  margin-left: auto;
  margin-right: auto;
}

.f-recruit__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.f-recruit__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 900px) {
  .f-recruit__list {
    gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 900px) {
  .f-recruit__item {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

.f-recruit__item-tmb {
  width: clamp(75px, 11.8888888889vw, 107px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.f-recruit__item-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.f-recruit__item-inner h4 {
  color: #121212;
  font-size: clamp(1.0625rem, 2.6666666667vw, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
}
.f-recruit__item-inner h4 br {
  display: block;
}
.f-recruit__item-inner span {
  color: #084B9D;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: clamp(0.625rem, 1.3333333333vw, 0.75rem);
  line-height: 1;
  letter-spacing: 0.1em;
}

.f-recruit__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(16px, 1.875vw, 24px);
  background-color: #fff;
  padding: clamp(14px, 1.5625vw, 20px);
  padding-right: clamp(20px, 3.1111111111vw, 28px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.f-recruit__item-link .c-arrow {
  position: relative;
}
@media (hover: hover) {
  .f-recruit__item-link:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .f-recruit__item-link:hover .c-arrow::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
  }
  .f-recruit__item-link:hover .c-arrow svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .f-recruit__item-link:hover .c-arrow svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .f-recruit__item-link:hover .c-arrow::before {
    background-color: #D90012;
  }
}
@media (hover: none) {
  .f-recruit__item-link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .f-recruit__item-link:active {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .f-recruit__item-link:active .c-arrow::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
  }
  .f-recruit__item-link:active .c-arrow svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .f-recruit__item-link:active .c-arrow svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .f-recruit__item-link:active .c-arrow::before {
    background-color: #D90012;
  }
}

.f-recruit__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(32px, 4.4444444444vw, 40px);
}
@media screen and (max-width: 900px) {
  .f-recruit__btn {
    margin-top: 32px;
  }
}
.f-recruit__btn .c-arrow path {
  fill: #084B9D;
}

.f-tiktok__text-slider {
  position: absolute;
  z-index: 5;
  top: -9.3125vw;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .f-tiktok__text-slider {
    top: 0;
  }
}

.f-tiktok {
  position: relative;
}
.f-tiktok::before {
  content: "";
  display: block;
  position: relative;
  z-index: -1;
  top: -2px;
  margin-bottom: -2px;
  width: 100%;
  height: clamp(28px, 18.8888888889vw, 170px);
  background-color: #084B9D;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - clamp(30px, 12.5vw, 160px)), 0 100%);
}
.f-tiktok::after {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - clamp(30px, 12.5vw, 160px)), 0 100%);
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: 0;
  width: 100%;
  height: clamp(28px, 18.8888888889vw, 170px);
  background-image: url(../images/common/noise.webp);
  background-repeat: repeat;
  background-size: 800px 800px;
  opacity: 0.1;
}

.f-tiktok__lead {
  margin-bottom: 24px;
  max-width: 223px;
  margin-top: clamp(68px, 7.5vw, 120px);
  margin-left: auto;
  margin-right: auto;
}

.f-tiktok__block {
  display: block;
}

.f-company {
  margin-top: clamp(64px, 16.4444444444vw, 148px);
}

.f-company__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (min-width: 901px) {
  .f-company__flex {
    gap: 44px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.f-company__wrap {
  position: relative;
  aspect-ratio: 627/472;
  width: 50.25%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .f-company__wrap {
    width: 100%;
  }
}

.f-company__wrap {
  position: relative;
}
.f-company__wrap.js-trigger figure {
  -webkit-transform: translate3d(-25rem, 25rem, 0) scale(0.8) rotate(-15deg) skew(-20deg);
          transform: translate3d(-25rem, 25rem, 0) scale(0.8) rotate(-15deg) skew(-20deg);
  opacity: 0;
  -webkit-transition: all 3s cubic-bezier(0.2, 1, 0.2, 1), opacity 0.5s ease 0s;
  transition: all 3s cubic-bezier(0.2, 1, 0.2, 1), opacity 0.5s ease 0s;
}
.f-company__wrap.js-trigger._on figure {
  -webkit-transform: translateZ(0) scale(1) rotate(0) skew(0);
          transform: translateZ(0) scale(1) rotate(0) skew(0);
  opacity: 1;
}
.f-company__wrap.js-trigger._on figure:nth-of-type(2) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media screen and (max-width: 900px) {
  .f-company__inner {
    width: 100%;
  }
}
@media screen and (min-width: 901px) {
  .f-company__inner {
    -ms-flex-preferred-size: 42.5%;
        flex-basis: 42.5%;
  }
}

.f-company__list {
  margin-top: clamp(12px, 7.1111111111vw, 64px);
}

.f-company__item + .f-company__item {
  margin-top: clamp(24px, 4vw, 36px);
}

.f-company__link-lead {
  font-size: inherit;
}

.f-company__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  position: relative;
  padding-bottom: clamp(24px, 4vw, 36px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #CCCCCC;
  font-size: clamp(1.0625rem, 1.5vw, 1.5rem);
  padding-right: clamp(8px, 2.2222222222vw, 20px);
}
@media screen and (max-width: 600px) {
  .f-company__link {
    gap: 8px;
  }
}
.f-company__link .c-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.f-company__link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #121212;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) {
  .f-company__link:hover {
    opacity: 1;
  }
  .f-company__link:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .f-company__link:hover .c-arrow::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
  }
  .f-company__link:hover .c-arrow svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .f-company__link:hover .c-arrow svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .f-company__link:hover .c-arrow::before {
    background-color: #D90012;
  }
}
@media (hover: none) {
  .f-company__link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .f-company__link:active {
    opacity: 1;
  }
  .f-company__link:active::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .f-company__link:active .c-arrow::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
  }
  .f-company__link:active .c-arrow svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .f-company__link:active .c-arrow svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .f-company__link:active .c-arrow::before {
    background-color: #D90012;
  }
}