@charset "UTF-8";
/*西武不動産プロパティ*/
/*西武不動産西武不動産プロパティ　暗色*/
/*西武不動産プロパティ　ヘッダー*/
/*基本文字カラー*/
/*西武不動産プロパティ　テキストホバー*/
/*西武不動産プロパティ　緑テキストホバー*/
/*西武不動産プロパティ　ボタン*/
/*西武不動産プロパティ　テキストホバー*/
/*西武ブルー*/
/*西武ライトブルー*/
/*西武グリーン*/
/*西武不動産*/
/*西武不動産ビルマネジメント*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html,
body {
  font-size: 62.5%;
  overflow: auto; }

body {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font: inherit;
  font-size: clamp(10px, 0.625vw, 12px);
  font-weight: normal;
  line-height: 1.4;
  font-feature-settings: "palt";
  /*日本語フォントの文字間隔（カーニング）全角スペースを詰める調整、句読点や括弧などの約物を含めた文字間をしっかり詰めてくれます。*/
  word-break: break-all;
  color: #4E4E4E;
  background: #fff; }

a {
  color: #4E4E4E;
  transition: all .4s; }
  a:hover {
    opacity: 1;
    color: #949494;
    transform: scale(1.04); }

figure {
  padding: 0;
  margin: 0; }

ul {
  list-style-type: none; }
  ul li {
    list-style-type: none; }
    ul li img {
      line-height: 0;
      font-size: 0;
      vertical-align: top; }

.pc {
  display: block; }

.sp {
  display: none; }

@media screen and (max-width: 767px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
/*Montserrat*/
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

/*Barlow Condensed*/
.barlow-condensed {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal; }

/* =========================================================
 * clearfix               /*クリアフィックス
========================================================= */
/* For modern browsers */
.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/* =========================================================
 * fade Animation         /*フェード アニメーション
========================================================= */
.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right,
.opening,
.fadein-popup {
  position: relative;
  opacity: 0;
  transition: opacity 0.875s ease-in-out , transform 0.875s ease-in-out; }

.fade {
  transform: translate(0, 0); }

.fadein {
  transform: translate(0, 50px); }

.fadein-top {
  transform: translate(0, -50px); }

.fadein-left {
  transform: translate(-50px, 0); }

.fadein-right {
  transform: translate(50px, 0); }

.fadein-popup {
  translate: none;
  rotate: none;
  scale: none;
  transform: translateY(20px) scale(0.8) !important;
  transition: opacity 0.5s ease-in-out , transform 0.5s ease-in-out; }

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin,
.opening.active {
  opacity: 1;
  transform: translate(0, 0); }

.fadein-popup.scrollin {
  transform: translate(0, 0) scale(1) !important;
  animation: popup 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards; }

.fadein-topleft {
  animation: topleft 10s infinite linear 1s both; }

.fadein-topright {
  animation: topright 6.3s infinite linear 1s both; }

.fadein-topright02 {
  animation: topright 9.5s infinite linear 1s both; }

.fadein-bottomleft {
  animation: bottomleft 5.5s infinite linear 1s both; }

.fadein-bottomright {
  animation: bottomright 5.5s infinite linear 1s both; }

@keyframes topleft {
  0% {
    transform: translate(-50%, -50%); }
  100% {
    transform: translate(250%, 250%); } }
@keyframes topright {
  0% {
    transform: translate(50%, 50%); }
  100% {
    transform: translate(-100%, 200%); } }
@keyframes bottomleft {
  0% {
    transform: translate(-50%, -50%); }
  100% {
    transform: translate(150%, -250%); } }
@keyframes bottomright {
  0% {
    transform: translate(50%, 50%); }
  100% {
    transform: translate(-150%, 250%); } }
@keyframes popup {
  0% {
    opacity: 0; }
  80%, 100% {
    opacity: 1; } }
/* =========================================================
 * CSS Animation          /*CSS アニメション
========================================================= */
/*<div class="scroll">
	<div class="scroll--inner">
		<span>Scroll</span>
		<div class="bar"></div>
	</div>
</div>*/
.scroll {
  position: absolute;
  bottom: 10em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  font-size: clamp(7px, 0.78125vw, 15px);
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  color: #fff;
  writing-mode: vertical-lr;
  /* 縦書きにする */
  text-align: left; }
  .scroll--inner {
    position: relative; }
    .scroll--inner span {
      box-sizing: border-box;
      font-feature-settings: normal;
      display: inline;
      box-sizing: border-box; }
    .scroll--inner .bar {
      width: 2px;
      height: 6em;
      overflow: hidden;
      position: absolute;
      top: 3.5em;
      left: 50%;
      transform: translateX(-50%); }
      .scroll--inner .bar:before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px solid #fff;
        transform: translateX(-50%);
        -webkit-animation: arrow-move 2.2s 0.5s ease-in-out infinite;
        animation: arrow-move 2.2s 0.5s ease-in-out infinite; }

@media screen and (max-width: 767px) {
  .scroll {
    font-size: clamp(12px, 3.2vw, 15px);
    bottom: 5em;
    left: 6.5%; } }
/*メインビジュのSCROLL*/
/*
-webkit-animation: arrow-move 2.2s 0.5s ease-in-out infinite;
animation: arrow-move 2.2s 0.5s ease-in-out infinite;
*/
@keyframes arrow-move {
  0% {
    top: -100%; }
  50% {
    top: 0; }
  100% {
    top: 100%; } }
@-webkit-keyframes arrow-move {
  0% {
    top: -100%; }
  50% {
    top: 0; }
  100% {
    top: 100%; } }
@keyframes marquee {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-50%); } }
/* 回転アニメーションの定義 */
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes mask {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-animation-timing-function: cubic-bezier(0.9, 0, 0.1, 1);
    animation-timing-function: cubic-bezier(0.9, 0, 0.1, 1); }
  0.0001% {
    -webkit-transform-origin: left;
    transform-origin: left; }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0); }
  50.0001% {
    -webkit-transform-origin: right;
    transform-origin: right; }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0); } }
@keyframes mask {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-animation-timing-function: cubic-bezier(0.9, 0, 0.1, 1);
    animation-timing-function: cubic-bezier(0.9, 0, 0.1, 1); }
  0.0001% {
    -webkit-transform-origin: left;
    transform-origin: left; }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0); }
  50.0001% {
    -webkit-transform-origin: right;
    transform-origin: right; }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0); } }
.floating-y {
  animation: floating-y 3s ease-in-out infinite alternate-reverse; }

@keyframes floating-y {
  0% {
    transform: translateY(-5%); }
  100% {
    transform: translateY(5%); } }
main {
  overflow: hidden;
  display: block;
  position: relative;
  background-image: linear-gradient(90deg, #03c489, #3ba887); }
  main .en {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    line-height: 1; }
  main .adjust-width,
  main .inner {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto; }
  main .header {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    transition: all .4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 99; }
    main .header .inner {
      max-width: inherit;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 3.0rem 0; }
      main .header .inner h1 {
        font-size: clamp(20px, 1.5104166667vw, 29px);
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0;
        text-align: center;
        margin: 0; }
        main .header .inner h1 a {
          color: #fff; }
      main .header .inner .logo-seibu {
        width: 7.2916666667vw;
        max-width: 140px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
    main .header.scrolled {
      position: relative;
      z-index: 1;
      opacity: 0; }
  main article .marquee {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(180deg, rgba(247, 247, 247, 0.75), rgba(247, 247, 247, 0.4));
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    /*&:hover{
      .marquee-txt{
        animation-play-state: paused;
      }
    }*/ }
    main article .marquee .marquee-txt {
      display: flex;
      animation: marquee 35s linear infinite;
      padding: .5em 0; }
      main article .marquee .marquee-txt span {
        white-space: nowrap;
        font-size: clamp(23px, 2.34375vw, 45px);
        line-height: 1;
        color: #fff;
        flex-shrink: 0;
        padding-right: .3em; }
  main article .footer-upper {
    background-image: linear-gradient(90deg, rgba(59, 168, 135, 0.7), rgba(3, 196, 137, 0.7)); }
    main article .footer-upper .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #000;
      mix-blend-mode: overlay; }
    main article .footer-upper .inner {
      position: relative;
      isolation: isolate;
      mix-blend-mode: normal;
      /* もしくは mix-blend-mode を指定しない */
      padding: 3.0rem 0; }
      main article .footer-upper .inner .thumbnail {
        width: 30.0520833333vw;
        max-width: 577px;
        margin: 0 auto; }
      main article .footer-upper .inner .copyright {
        font-size: clamp(11px, 0.7291666667vw, 14px);
        letter-spacing: .1em;
        text-align: center;
        color: #fff;
        margin-top: 1.5em; }
  main .footer--lower .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(245, 249, 253, 0.9);
    mix-blend-mode: screen; }
  main .footer--lower .inner {
    max-width: 1200px;
    position: relative;
    isolation: isolate;
    mix-blend-mode: normal;
    /* もしくは mix-blend-mode を指定しない */
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
    padding: 2.5rem 0; }
    main .footer--lower .inner .logo-seibu {
      width: 16%;
      max-width: 192px; }
    main .footer--lower .inner nav {
      width: 75%;
      max-width: 700px; }
      main .footer--lower .inner nav .menu-list {
        list-style: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        font-size: clamp(10px, 0.625vw, 12px);
        letter-spacing: 0.1em;
        padding: 0;
        margin: 0; }
        main .footer--lower .inner nav .menu-list li a {
          color: #4E4E4E;
          text-decoration: none; }
          main .footer--lower .inner nav .menu-list li a svg {
            fill: none;
            stroke: currentcolor;
            display: inline-block;
            margin-left: 1em; }
          main .footer--lower .inner nav .menu-list li a:hover {
            font-weight: 600;
            opacity: 1; }
  main .pagetop {
    width: 2.8em;
    height: 2.8em;
    font-size: clamp(11px, 1.0416666667vw, 20px);
    font-family: "Barlow Condensed", sans-serif;
    line-height: 1;
    background: #00845C;
    border-radius: 50%;
    position: fixed;
    right: 1em;
    bottom: 1em;
    z-index: 90; }
    main .pagetop:before {
      width: .75em;
      height: 5.2em;
      border: solid #00845C;
      border-width: 1px 0 0 1px;
      transform: skewY(48deg) translateX(-50%);
      transform-origin: left bottom;
      bottom: 80%;
      left: 50%;
      margin: 0 0 0 .37em; }
    main .pagetop:hover {
      background: #03C489; }
      main .pagetop:hover:before {
        height: 7.8em;
        border-color: #03C489; }

@media screen and (max-width: 1680px) {
  main .header .inner {
    padding: 2.5em 0; }
    main .header .inner .logo-seibu {
      width: 7.2916666667vw;
      max-width: inherit; }
  main article .footer-upper .inner {
    padding: 2.5em 0; }
  main .footer--lower .inner {
    padding: 2.1em 0; }
    main .footer--lower .inner .logo-seibu {
      width: 10vw; }
    main .footer--lower .inner nav {
      width: 75%; } }
@media screen and (max-width: 767px) {
  main .adjust-width,
  main .inner {
    width: 85vw; }
  main .header .inner {
    width: 90vw;
    justify-content: flex-start;
    padding: 1.7em 0; }
    main .header .inner h1 {
      font-size: clamp(11px, 2.9333333333vw, 15px); }
    main .header .inner .logo-seibu {
      width: 22.9333333333vw; }
  main article .marquee {
    overflow: hidden;
    width: 100%;
    background-image: linear-gradient(-180deg, #03c489, #3ba887);
    /*&:hover{
      .marquee-txt{
        animation-play-state: paused;
      }
    }*/ }
    main article .marquee .marquee-txt {
      display: inline-flex;
      animation: scroll 30s linear infinite;
      background-image: linear-gradient(180deg, rgba(247, 247, 247, 0.75), rgba(247, 247, 247, 0.4));
      backdrop-filter: blur(50px);
      -webkit-backdrop-filter: blur(50px);
      padding: 1em 0 .5em; }
      main article .marquee .marquee-txt span {
        white-space: nowrap;
        font-size: clamp(23px, 2.34375vw, 45px);
        font-weight: 300;
        line-height: 1;
        color: #fff;
        flex-shrink: 0; }
  main article .footer-upper .inner {
    padding: 1.3em 0; }
    main article .footer-upper .inner .thumbnail {
      width: 88vw;
      max-width: 330px; }
    main article .footer-upper .inner .copyright {
      font-size: clamp(9px, 2.4vw, 9px); }
  main .footer--lower .inner {
    padding: 1.3em 0; }
    main .footer--lower .inner .logo-seibu {
      width: 32.5333333333vw;
      max-width: 122px;
      margin: 2.5em auto 0; }
    main .footer--lower .inner nav {
      width: 95%; }
      main .footer--lower .inner nav .menu-list {
        font-size: clamp(10px, 2.6666666667vw, 10px);
        justify-content: space-between; }
        main .footer--lower .inner nav .menu-list li {
          width: 50%;
          margin-top: 1em; }
  main .pagetop {
    width: 2.8em;
    height: 2.8em;
    font-size: clamp(11px, 2.9333333333vw, 20px);
    bottom: 1em;
    right: .5em; }
    main .pagetop:before {
      height: 2.6em; }
    main .pagetop:hover:before {
      height: 5.2em; } }
.recruit-top article {
  overflow: hidden;
  position: relative; }
  .recruit-top article:before {
    content: '';
    display: block;
    position: absolute;
    width: 286.4%;
    height: 100%;
    background: url("../images/top/img_bg02_pc.webp") no-repeat center center/cover;
    mix-blend-mode: multiply;
    top: 115vh;
    left: -85%; }
  .recruit-top article .main {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-180deg, #0fa26f, #44d8a5); }
    .recruit-top article .main .inner {
      width: 1920px;
      max-width: inherit;
      min-width: 1400px;
      height: 100vh;
      max-height: 1010px;
      min-height: 1010px;
      margin: 0;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1; }
      .recruit-top article .main .inner .title {
        position: absolute;
        top: 55%;
        left: 52%;
        transform: translate(-50%, -50%);
        z-index: 10; }
        .recruit-top article .main .inner .title .ttl {
          width: 1078px; }
        .recruit-top article .main .inner .title .txt {
          width: 808px;
          margin: 0 2em 0 auto; }
      .recruit-top article .main .inner .figure {
        position: absolute;
        bottom: -6%;
        transform: translateX(-50%);
        z-index: 1; }
        .recruit-top article .main .inner .figure.f01 {
          width: 367px;
          left: 21%;
          z-index: 4; }
        .recruit-top article .main .inner .figure.f02 {
          width: 612px;
          right: -6%;
          z-index: 6; }
      .recruit-top article .main .inner--left, .recruit-top article .main .inner--right {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0; }
        .recruit-top article .main .inner--left:before, .recruit-top article .main .inner--right:before {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          -webkit-transform: translateZ(0) scaleX(0);
          transform: translateZ(0) scaleX(0);
          background-image: #03c489; }
        .recruit-top article .main .inner--left .block, .recruit-top article .main .inner--right .block {
          display: block;
          width: 100%;
          height: 100%;
          position: relative;
          visibility: hidden; }
          .recruit-top article .main .inner--left .block:before, .recruit-top article .main .inner--left .block:after, .recruit-top article .main .inner--right .block:before, .recruit-top article .main .inner--right .block:after {
            content: '';
            display: block;
            position: absolute;
            height: 100% !important;
            top: 0; }
          .recruit-top article .main .inner--left .block:before, .recruit-top article .main .inner--right .block:before {
            width: 100vw; }
          .recruit-top article .main .inner--left .block:after, .recruit-top article .main .inner--right .block:after {
            width: 100% !important;
            left: 50%;
            transform: translateX(-50%);
            transition: all .4s; }
      .recruit-top article .main .inner--left {
        left: -2px; }
        .recruit-top article .main .inner--left .block {
          transform: translate3d(-100%, 0, 0);
          -webkit-transform: translate3d(-100%, 0, 0); }
          .recruit-top article .main .inner--left .block:before {
            background-image: linear-gradient(-180deg, #44d8a5, #0fa26f);
            left: -50vw; }
          .recruit-top article .main .inner--left .block:after {
            width: 100%;
            background-image: linear-gradient(-180deg, #44d8a5, #0fa26f);
            top: 0;
            cclip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            z-index: 2; }
      .recruit-top article .main .inner--right {
        right: -2px; }
        .recruit-top article .main .inner--right .block {
          transform: translate3d(100%, 0, 0);
          -webkit-transform: translate3d(100%, 0, 0); }
          .recruit-top article .main .inner--right .block:before {
            background-image: linear-gradient(-180deg, #0fa26f, #44d8a5);
            right: -100vw;
            z-index: -1; }
          .recruit-top article .main .inner--right .block:after {
            width: 100%;
            background-image: linear-gradient(-180deg, #0fa26f, #44d8a5);
            clip-path: polygon(70% 0, 100% 0, 100% 100%, 30% 100%);
            z-index: 5; }
    .recruit-top article .main.show .inner--center:before, .recruit-top article .main.show .inner--left:before, .recruit-top article .main.show .inner--right:before {
      -webkit-animation: mask 2s;
      animation: mask 2s;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      background-image: #03c489; }
    .recruit-top article .main.show .inner--center .block, .recruit-top article .main.show .inner--left .block, .recruit-top article .main.show .inner--right .block {
      visibility: inherit;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      transition: visibility 0s 0.6s, -webkit-transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.6s;
      -webkit-transition: visibility 0s 0.6s, -webkit-transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.6s;
      transition: visibility 0s 0.6s, transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.6s;
      transition: visibility 0s 0.6s, transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.6s, -webkit-transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.6s; }
  .recruit-top article .container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    isolation: isolate;
    mix-blend-mode: normal;
    /* もしくは mix-blend-mode を指定しない */
    padding: 0 0 26.0em;
    clip-path: inset(0 0 0 0); }
    .recruit-top article .container .parallax-bg {
      position: fixed;
      top: 0;
      left: 0;
      z-index: -2;
      width: 100%;
      height: 100%;
      background-image: url("../images/top/img_bg01_pc.webp");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100%;
      mix-blend-mode: overlay;
      opacity: .25; }
      .recruit-top article .container .parallax-bg img {
        display: none; }
    .recruit-top article .container--block .copy {
      width: max-content;
      font-size: clamp(57px, 6.25vw, 120px);
      font-weight: 100;
      font-style: italic;
      line-height: 1;
      letter-spacing: 0;
      color: #fff;
      /*position: absolute;
      bottom: -2.5em;
      left: -1.8em;*/ }
    .recruit-top article .container--block ul li {
      font-size: clamp(12px, 1.0416666667vw, 20px);
      line-height: 2.3;
      letter-spacing: 0.1em !important; }
    .recruit-top article .container--block.block01 {
      padding: 15rem 0 24rem; }
      .recruit-top article .container--block.block01 .inner {
        margin-top: 21rem;
        position: relative;
        z-index: 1; }
        .recruit-top article .container--block.block01 .inner h2 {
          font-size: clamp(43px, 4.6875vw, 90px);
          font-weight: 100;
          font-style: italic;
          line-height: 1;
          letter-spacing: 0;
          color: #fff;
          position: absolute;
          top: -.6em;
          left: -.6em; }
          .recruit-top article .container--block.block01 .inner h2 span {
            padding-bottom: .2em;
            position: relative; }
            .recruit-top article .container--block.block01 .inner h2 span:before, .recruit-top article .container--block.block01 .inner h2 span:after {
              content: '';
              display: block;
              position: absolute; }
            .recruit-top article .container--block.block01 .inner h2 span:before {
              width: 14.2708333333vw;
              max-width: 274px;
              height: 10.5729166667vw;
              max-height: 203px;
              clip-path: polygon(100% 0, 0 50%, 71.5% 100%);
              background-image: linear-gradient(-135deg, #03c489, #3ba887);
              top: .4em;
              left: -1.8em;
              transform: translateX(-50%);
              z-index: -1;
              animation: floating-y 3s ease-in-out infinite alternate-reverse; }
            .recruit-top article .container--block.block01 .inner h2 span:after {
              width: 200%;
              height: 1px;
              background-color: #fff;
              bottom: 0;
              right: .1em;
              z-index: -2; }
        .recruit-top article .container--block.block01 .inner .copy {
          /*width: fit-content;
          font-size: clamp( 71px, vw(120), 120px);
          font-weight: 100;
          font-style: italic;
          line-height: 1;
          letter-spacing: 0;
          color: #fff;
          opacity: .7;*/
          position: absolute;
          bottom: -3em;
          left: -2.4em; }
        .recruit-top article .container--block.block01 .inner--texts {
          padding: 5em 0;
          position: relative;
          z-index: -1; }
          .recruit-top article .container--block.block01 .inner--texts:before, .recruit-top article .container--block.block01 .inner--texts:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            z-index: -1; }
          .recruit-top article .container--block.block01 .inner--texts:before {
            width: 154%;
            height: 271%;
            background: url("../images/top/img_pic01_pc.webp") no-repeat center center/cover;
            left: -9.6354166667vw;
            transform: translateY(-50%);
            border-top-left-radius: 3.0rem;
            border-bottom-left-radius: 3.0rem; }
          .recruit-top article .container--block.block01 .inner--texts:after {
            width: 100%;
            height: 100%;
            background-image: linear-gradient(-180deg, rgba(3, 196, 137, 0.2), rgba(59, 168, 135, 0.2));
            /*背景のぽかし*/
            will-change: filter;
            backdrop-filter: blur(32px);
            /*背後にある背景（透けて見えるもの）*/
            -webkit-backdrop-filter: blur(32px);
            /*safari*/
            -webkit-filter: brightness(104%);
            filter: brightness(104%);
            /*明るさ*/
            mix-blend-mode: overlay;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 2.0rem; }
          .recruit-top article .container--block.block01 .inner--texts ul li {
            text-align: center;
            color: #fff; }
    .recruit-top article .container--block.block02 .inner--wrap {
      margin-top: 15.5rem;
      position: relative;
      z-index: 1; }
      .recruit-top article .container--block.block02 .inner--wrap--category {
        height: 100%;
        min-height: 330px;
        display: flex;
        flex-wrap: wrap;
        padding: 3.5em 0;
        position: relative;
        z-index: 1; }
        .recruit-top article .container--block.block02 .inner--wrap--category:before, .recruit-top article .container--block.block02 .inner--wrap--category:after {
          content: '';
          display: block;
          position: absolute; }
        .recruit-top article .container--block.block02 .inner--wrap--category:before {
                  /*width: vw(456);
                  max-width: 456px;
                  height: vw(261);
                  max-height: 261px;
									clip-path: polygon(100% 0, 0 55%, 68% 100%);*/
          background-image: linear-gradient(-135deg, #09AF75, #34DBA1);
          /*top: .4em;
          left: -15%;
          transform: translateX(-50%);*/
          z-index: -1;
          animation: floating-y 3s ease-in-out infinite alternate-reverse; }
        .recruit-top article .container--block.block02 .inner--wrap--category:after {
          width: 110%;
          height: 100%;
          background-image: linear-gradient(-17deg, rgba(206, 206, 206, 0.9), rgba(248, 248, 248, 0.9));
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%) skewX(45deg);
          z-index: -2;
          border-top-left-radius: 2.0rem;
          border-bottom-right-radius: 2.0rem; }
        .recruit-top article .container--block.block02 .inner--wrap--category .ttl {
          width: 62.5%;
          line-height: 1;
          letter-spacing: .1em; }
          .recruit-top article .container--block.block02 .inner--wrap--category .ttl dt {
            font-size: clamp(24px, 2.6041666667vw, 50px);
            margin-left: 2.5em; }
          .recruit-top article .container--block.block02 .inner--wrap--category .ttl dd {
            font-size: clamp(14px, 1.4583333333vw, 28px);
            font-style: italic;
            margin: .5em auto 0 6em; }
        .recruit-top article .container--block.block02 .inner--wrap--category .links {
          width: 37.5%;
          padding-left: 0;
          margin: auto auto 0 0; }
          .recruit-top article .container--block.block02 .inner--wrap--category .links li {
            width: 100%;
            margin-top: .5em; }
            .recruit-top article .container--block.block02 .inner--wrap--category .links li a {
              display: block;
              width: 100%;
              height: 100%;
              position: relative; }
              .recruit-top article .container--block.block02 .inner--wrap--category .links li a:after {
                content: '';
                display: block;
                position: absolute;
                width: 2em;
                height: .5em;
                border: solid #00845C;
                border-width: 0 1px 1px 0;
                top: 50%;
                right: 1em;
                transform: skewX(48deg) translateY(-50%);
                transition: all .4s; }
              .recruit-top article .container--block.block02 .inner--wrap--category .links li a:hover:after {
                right: 0; }
            .recruit-top article .container--block.block02 .inner--wrap--category .links li:first-of-type {
              margin-top: 4em; }
            .recruit-top article .container--block.block02 .inner--wrap--category .links li:nth-last-of-type(2) {
              margin-left: -1.5em; }
            .recruit-top article .container--block.block02 .inner--wrap--category .links li:nth-last-of-type(3) {
              margin-left: -3em; }
            .recruit-top article .container--block.block02 .inner--wrap--category .links li:nth-last-of-type(4) {
              margin-left: -4.5em; }
            .recruit-top article .container--block.block02 .inner--wrap--category .links li:nth-last-of-type(5) {
              margin-left: -6em; }
            .recruit-top article .container--block.block02 .inner--wrap--category .links li:nth-last-of-type(6) {
              margin-left: -7.5em; }
      .recruit-top article .container--block.block02 .inner--wrap .label {
        position: absolute;
        top: -12.5em;
        z-index: 2; }
        .recruit-top article .container--block.block02 .inner--wrap .label-item {
          position: relative; }
          .recruit-top article .container--block.block02 .inner--wrap .label-item .txt {
            width: 290px;
            animation: rotateAnimation 30s linear infinite; }
          .recruit-top article .container--block.block02 .inner--wrap .label-item .image {
            width: 183px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
      .recruit-top article .container--block.block02 .inner--wrap .copy {
        position: relative;
        margin: .5em 0 0; }
      .recruit-top article .container--block.block02 .inner--wrap:nth-of-type(odd) .label {
        right: 1em; }
      .recruit-top article .container--block.block02 .inner--wrap:nth-of-type(even) {
        /*.inner--wrap--category{
          .ttl{
            dt{
              margin-left: 4em;
            }
            dd{
              margin-left: 6em;
            }
          }
        }*/ }
        .recruit-top article .container--block.block02 .inner--wrap:nth-of-type(even) .label {
          left: -16em; }
      .recruit-top article .container--block.block02 .inner--wrap:nth-of-type(n+2) {
        margin-top: 70px; }
      .recruit-top article .container--block.block02 .inner--wrap.wrap01 .inner--wrap--category:before {
        width: 23.75vw;
        max-width: 456px;
        height: 13.59375vw;
        max-height: 261px;
        clip-path: polygon(100% 0, 0 66%, 64.5% 100%);
        background-image: linear-gradient(-135deg, #03c489, #3ba887);
        top: -4em;
        left: -21.5%; }
      .recruit-top article .container--block.block02 .inner--wrap.wrap01 .copy {
        right: -2.5em; }
      .recruit-top article .container--block.block02 .inner--wrap.wrap02 {
        z-index: -1; }
        .recruit-top article .container--block.block02 .inner--wrap.wrap02 .inner--wrap--category:before {
          width: 18.59375vw;
          max-width: 357px;
          height: 17.1875vw;
          max-height: 330px;
          clip-path: polygon(49% 0, 0 61.2%, 100% 100%);
          background-image: linear-gradient(130deg, #09AF75, #34DBA1);
          top: -12.5em;
          right: -18%; }
        .recruit-top article .container--block.block02 .inner--wrap.wrap02 .inner--wrap--category .ttl {
          width: 52.5%; }
        .recruit-top article .container--block.block02 .inner--wrap.wrap02 .inner--wrap--category .links {
          width: 47.5%; }
          .recruit-top article .container--block.block02 .inner--wrap.wrap02 .inner--wrap--category .links li:first-of-type {
            margin-top: .5em; }
        .recruit-top article .container--block.block02 .inner--wrap.wrap02 .copy {
          margin-left: -7.3em; }
      .recruit-top article .container--block.block02 .inner--wrap.wrap03 .inner--wrap--category {
        justify-content: center;
        align-items: center; }
        .recruit-top article .container--block.block02 .inner--wrap.wrap03 .inner--wrap--category:before {
          width: 22.4479166667vw;
          max-width: 431px;
          height: 12.8125vw;
          max-height: 246px;
          clip-path: polygon(32.5% 0, 0% 100%, 100% 43.7%);
          background-image: linear-gradient(60deg, #34DBA1, #09AF75);
          top: -2.5em;
          left: -20.5%; }
        .recruit-top article .container--block.block02 .inner--wrap.wrap03 .inner--wrap--category:after {
          background-image: linear-gradient(-17deg, rgba(0, 66, 46, 0.9), rgba(0, 132, 92, 0.9)); }
        .recruit-top article .container--block.block02 .inner--wrap.wrap03 .inner--wrap--category p {
          font-size: clamp(32px, 3.4375vw, 66px);
          font-weight: 100;
          font-style: italic;
          line-height: 1;
          letter-spacing: 0;
          color: #fff;
          text-align: center; }
          .recruit-top article .container--block.block02 .inner--wrap.wrap03 .inner--wrap--category p span {
            padding-bottom: .2em;
            position: relative;
            display: inline-block; }
            .recruit-top article .container--block.block02 .inner--wrap.wrap03 .inner--wrap--category p span:after {
              content: '';
              display: block;
              position: absolute;
              width: 175%;
              height: 1px;
              background-color: #fff;
              bottom: 0;
              left: 65%; }
      .recruit-top article .container--block.block02 .inner--wrap.wrap03 .copy {
        margin-left: -4em; }
    .recruit-top article .container--block.block03 .inner--wrap {
      margin-top: 155px;
      position: relative;
      z-index: 1; }
      .recruit-top article .container--block.block03 .inner--wrap--category {
        height: 100%;
        padding: 6.2em 0 8.5em;
        position: relative;
        z-index: 1; }
        .recruit-top article .container--block.block03 .inner--wrap--category:before, .recruit-top article .container--block.block03 .inner--wrap--category:after {
          content: '';
          display: block;
          position: absolute;
          width: 170.5%;
          height: 100%;
          clip-path: polygon(0 0, 68% 0, 100% 100%, 32% 100%);
          will-change: filter;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .recruit-top article .container--block.block03 .inner--wrap--category:before {
          background-image: linear-gradient(-165deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
          backdrop-filter: blur(20px);
          /*背後にある背景（透けて見えるもの）*/
          -webkit-backdrop-filter: blur(20px);
          /*safari*/
          filter: brightness(102%);
          -webkit-filter: brightness(102%);
          z-index: -1; }
        .recruit-top article .container--block.block03 .inner--wrap--category:after {
          background-image: linear-gradient(-165deg, white, white);
          filter: blur(20px) brightness(115%) opacity(30%);
          -webkit-filter: blur(20px) brightness(115%) opacity(30%);
          top: 53%;
          left: 49.5%;
          z-index: -2; }
        .recruit-top article .container--block.block03 .inner--wrap--category .ttl {
          display: flex;
          align-items: baseline;
          line-height: 1;
          letter-spacing: .1em; }
          .recruit-top article .container--block.block03 .inner--wrap--category .ttl dt {
            font-size: clamp(22px, 2.0833333333vw, 40px); }
          .recruit-top article .container--block.block03 .inner--wrap--category .ttl dd {
            font-size: clamp(14px, 1.3541666667vw, 26px);
            font-style: italic; }
        .recruit-top article .container--block.block03 .inner--wrap--category .links {
          width: 62.7%;
          padding-left: 0;
          margin: auto auto 0 0; }
          .recruit-top article .container--block.block03 .inner--wrap--category .links li {
            width: 100%;
            font-size: clamp(10px, 1.0416666667vw, 20px);
            margin-top: 3em; }
            .recruit-top article .container--block.block03 .inner--wrap--category .links li a {
              display: inline-block;
              width: 100%;
              height: 100%;
              padding: 1em 4em 1em 2em;
              color: #fff;
              position: relative;
              z-index: 1;
              box-sizing: border-box;
              border-radius: 2.0rem; }
              .recruit-top article .container--block.block03 .inner--wrap--category .links li a svg {
                width: 1em;
                border-color: #fff;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 2em; }
            .recruit-top article .container--block.block03 .inner--wrap--category .links li:nth-of-type(1) {
              margin-left: 21.8%; }
              .recruit-top article .container--block.block03 .inner--wrap--category .links li:nth-of-type(1) a {
                background-color: #1988E5; }
            .recruit-top article .container--block.block03 .inner--wrap--category .links li:nth-of-type(2) {
              margin-left: 41.6%; }
              .recruit-top article .container--block.block03 .inner--wrap--category .links li:nth-of-type(2) a {
                background-color: #5584e1; }

@media screen and (max-width: 1680px) {
  .recruit-top article:before {
    width: 286.4583333333vw; }
  .recruit-top article .main .inner {
    width: 100vw;
    min-width: 72.9166666667vw;
    height: 100vh;
    max-height: 52.6041666667vw;
    min-height: 52.6041666667vw; }
    .recruit-top article .main .inner .title .ttl {
      width: 56.1458333333vw; }
    .recruit-top article .main .inner .title .txt {
      width: 42.0833333333vw; }
    .recruit-top article .main .inner .figure.f01 {
      width: 19.1145833333vw; }
    .recruit-top article .main .inner .figure.f02 {
      width: 31.875vw; }
  .recruit-top article .container {
    padding: 0 0 13.5416666667vw; }
    .recruit-top article .container--block.block01 {
      padding: 7.8125vw 0 12.5vw; }
      .recruit-top article .container--block.block01 .inner {
        margin-top: 10.9375vw; }
    .recruit-top article .container--block.block02 .inner--wrap {
      margin-top: 8.0729166667vw; }
      .recruit-top article .container--block.block02 .inner--wrap--category {
        height: 100%;
        min-height: 17.1875vw;
        max-height: inherit; }
      .recruit-top article .container--block.block02 .inner--wrap .label {
        top: -7.8125vw; }
        .recruit-top article .container--block.block02 .inner--wrap .label-item .txt {
          width: 15.1041666667vw; }
        .recruit-top article .container--block.block02 .inner--wrap .label-item .image {
          width: 9.53125vw; }
      .recruit-top article .container--block.block02 .inner--wrap:nth-of-type(even) .label {
        left: -8.8541666667vw; }
      .recruit-top article .container--block.block02 .inner--wrap:nth-of-type(n+2) {
        margin-top: 3.6458333333vw; }
      .recruit-top article .container--block.block02 .inner--wrap.wrap01 .inner--wrap--category:before {
        top: -2.6041666667vw;
        left: -10.4166666667vw; }
      .recruit-top article .container--block.block02 .inner--wrap.wrap02 .inner--wrap--category:before {
        top: -7.8125vw;
        right: -1.9791666667vw; }
    .recruit-top article .container--block.block03 .inner--wrap {
      margin-top: 8.0729166667vw; } }
@media screen and (max-width: 767px) {
  .recruit-top article:before {
    display: none; }
  .recruit-top article .main .inner {
    width: 100vw;
    height: 158.1333333333vw;
    max-width: inherit;
    min-width: inherit;
    max-height: inherit;
    min-height: inherit; }
    .recruit-top article .main .inner .title {
      position: relative;
      top: 14%;
      left: 50%;
      transform: translateX(-50%); }
      .recruit-top article .main .inner .title .ttl,
      .recruit-top article .main .inner .title .txt {
        margin: 0 auto; }
      .recruit-top article .main .inner .title .ttl {
        width: 93.3333333333vw; }
      .recruit-top article .main .inner .title .txt {
        width: 84vw; }
    .recruit-top article .main .inner .figure.f01 {
      width: 42.1333333333vw;
      bottom: 8%;
      left: 23.5%; }
    .recruit-top article .main .inner .figure.f02 {
      width: 74.6666666667vw;
      right: -36%; }
    .recruit-top article .main .inner--left {
      left: 0; }
    .recruit-top article .main .inner--right {
      right: 0; }
      .recruit-top article .main .inner--right .block:after {
        clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
  .recruit-top article .container {
    padding: 0 0 18.6666666667vw; }
    .recruit-top article .container .parallax-bg {
      background-image: url("../images/top/img_bg01_sp.webp"); }
    .recruit-top article .container--block .copy {
      font-size: clamp(57px, 15.2vw, 120px); }
    .recruit-top article .container--block ul li {
      font-size: clamp(12px, 3.2vw, 20px); }
    .recruit-top article .container--block.block01 {
      padding: 10.6666666667vw 0 20vw; }
      .recruit-top article .container--block.block01 .inner {
        width: 92vw;
        margin-top: 22.6666666667vw; }
        .recruit-top article .container--block.block01 .inner h2 {
          font-size: clamp(43px, 11.4666666667vw, 90px);
          left: .3em; }
          .recruit-top article .container--block.block01 .inner h2 span:before {
            width: 35.2vw;
            height: 25.8666666667vw;
            left: -2.3em; }
        .recruit-top article .container--block.block01 .inner--texts {
          padding: 5em 3em 3.6em; }
          .recruit-top article .container--block.block01 .inner--texts:before {
            width: 100vw;
            height: 215.4%;
            min-height: 78.1333333333vw;
            background: url("../images/top/img_pic01_sp.webp") no-repeat center center/cover;
            left: -4vw;
            transform: translateY(-50%);
            border-radius: 0; }
          .recruit-top article .container--block.block01 .inner--texts ul {
            padding-left: 0; }
            .recruit-top article .container--block.block01 .inner--texts ul li {
              font-size: clamp(11px, 2.9333333333vw, 20px);
              text-align: left; }
        .recruit-top article .container--block.block01 .inner .copy {
          bottom: -2.7em;
          left: inherit;
          right: -6em; }
    .recruit-top article .container--block.block02 .inner {
      width: 92vw; }
      .recruit-top article .container--block.block02 .inner--wrap {
        margin-top: 18.6666666667vw; }
        .recruit-top article .container--block.block02 .inner--wrap--category {
          height: 100%;
          min-height: inherit;
          max-height: inherit; }
          .recruit-top article .container--block.block02 .inner--wrap--category:after {
            width: 100% !important;
            height: 100% !important;
            transform: translate(-50%, -50%);
            background-image: linear-gradient(-35deg, #cecece, #f8f8f8);
            border-radius: 2.0rem; }
          .recruit-top article .container--block.block02 .inner--wrap--category .ttl {
            width: 80% !important;
            text-align: center;
            padding: 0;
            margin: 0 auto; }
            .recruit-top article .container--block.block02 .inner--wrap--category .ttl dt {
              font-size: clamp(24px, 2.6041666667vw, 50px);
              margin-left: 0 !important;
              padding-left: 0 !important; }
            .recruit-top article .container--block.block02 .inner--wrap--category .ttl dd {
              font-size: clamp(14px, 1.4583333333vw, 28px);
              font-style: italic;
              margin: 0.5em auto 0 !important;
              padding-left: 0 !important; }
          .recruit-top article .container--block.block02 .inner--wrap--category .links {
            width: 80% !important;
            margin: 3em auto 0; }
            .recruit-top article .container--block.block02 .inner--wrap--category .links li {
              width: 100%;
              margin-left: 0 !important; }
              .recruit-top article .container--block.block02 .inner--wrap--category .links li:first-of-type {
                margin-top: .5em; }
              .recruit-top article .container--block.block02 .inner--wrap--category .links li a:after {
                height: .8em;
                top: 49%; }
        .recruit-top article .container--block.block02 .inner--wrap .label {
          top: -17.8666666667vw; }
          .recruit-top article .container--block.block02 .inner--wrap .label-item .txt {
            width: 37.3333333333vw; }
          .recruit-top article .container--block.block02 .inner--wrap .label-item .image {
            width: 23.4666666667vw; }
        .recruit-top article .container--block.block02 .inner--wrap .copy {
          margin: .3em 0 0; }
        .recruit-top article .container--block.block02 .inner--wrap:nth-of-type(odd) .label {
          right: -9vw; }
        .recruit-top article .container--block.block02 .inner--wrap:nth-of-type(even) .label {
          left: -9vw; }
        .recruit-top article .container--block.block02 .inner--wrap:nth-of-type(n+2) {
          margin-top: 10.6666666667vw; }
        .recruit-top article .container--block.block02 .inner--wrap.wrap01 .inner--wrap--category:before {
          width: 35.2vw;
          height: 20.2666666667vw;
          top: -12vw;
          left: -14.6666666667vw; }
        .recruit-top article .container--block.block02 .inner--wrap.wrap01 .copy {
          left: -5em;
          right: inherit; }
        .recruit-top article .container--block.block02 .inner--wrap.wrap02 {
          z-index: -1; }
          .recruit-top article .container--block.block02 .inner--wrap.wrap02 .inner--wrap--category:before {
            width: 33.6vw;
            height: 31.2vw;
            top: -17.3333333333vw;
            right: -8.8vw; }
          .recruit-top article .container--block.block02 .inner--wrap.wrap02 .copy {
            margin-left: .7em; }
        .recruit-top article .container--block.block02 .inner--wrap.wrap03 .inner--wrap--category {
          justify-content: flex-start; }
          .recruit-top article .container--block.block02 .inner--wrap.wrap03 .inner--wrap--category:before {
            width: 37.3333333333vw;
            height: 21.3333333333vw;
            top: -10.4vw;
            left: -6.4vw; }
          .recruit-top article .container--block.block02 .inner--wrap.wrap03 .inner--wrap--category p {
            font-size: clamp(32px, 8.5333333333vw, 66px);
            text-align: left;
            padding: 1.5em 1em; }
    .recruit-top article .container--block.block03 .inner--wrap {
      margin-top: 18.6666666667vw; }
      .recruit-top article .container--block.block03 .inner--wrap--category {
        height: 100%;
        padding: 10.6666666667vw 0 18.6666666667vw; }
        .recruit-top article .container--block.block03 .inner--wrap--category:before, .recruit-top article .container--block.block03 .inner--wrap--category:after {
          width: 196vw; }
        .recruit-top article .container--block.block03 .inner--wrap--category .ttl {
          justify-content: center; }
          .recruit-top article .container--block.block03 .inner--wrap--category .ttl dt {
            font-size: clamp(22px, 5.8666666667vw, 40px); }
          .recruit-top article .container--block.block03 .inner--wrap--category .ttl dd {
            font-size: clamp(14px, 3.7333333333vw, 26px);
            margin-left: 1em; }
        .recruit-top article .container--block.block03 .inner--wrap--category .links {
          width: 100%;
          padding-left: 0;
          margin: 0 auto; }
          .recruit-top article .container--block.block03 .inner--wrap--category .links li {
            width: 100%;
            font-size: clamp(10px, 2.6666666667vw, 20px);
            margin: 2em auto 0 !important; }
            .recruit-top article .container--block.block03 .inner--wrap--category .links li a {
              padding: 1.5em 4em 1.5em 2em; }
              .recruit-top article .container--block.block03 .inner--wrap--category .links li a svg {
                width: 1.5em; } }
.recruit-guidelines .inner {
  max-width: 1200px; }
.recruit-guidelines article {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  isolation: isolate;
  mix-blend-mode: normal;
  /* もしくは mix-blend-mode を指定しない */
  clip-path: inset(0 0 0 0); }
  .recruit-guidelines article:before {
    content: '';
    display: block;
    position: absolute;
    width: 204.4%;
    height: 100%;
    background: url("../images/guidelines/img_bg02_pc.webp") no-repeat center center/cover;
    mix-blend-mode: overlay;
    top: 0;
    left: -80%;
    z-index: -1; }
  .recruit-guidelines article .parallax-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-image: url("../images/guidelines/img_bg01_pc.webp");
    background-repeat: no-repeat;
    background-position: center 18%;
    background-size: 100%;
    mix-blend-mode: overlay;
    opacity: .1; }
    .recruit-guidelines article .parallax-bg img {
      display: none; }
  .recruit-guidelines article .main .inner {
    padding: 16.3em 0 4em; }
    .recruit-guidelines article .main .inner .title {
      display: inline;
      position: relative; }
      .recruit-guidelines article .main .inner .title:before, .recruit-guidelines article .main .inner .title:after {
        content: '';
        display: block;
        position: absolute; }
      .recruit-guidelines article .main .inner .title:before {
        width: 14.3229166667vw;
        max-width: 275px;
        height: 10.7291666667vw;
        max-height: 206px;
        clip-path: polygon(100% 0, 0 44%, 58.2% 100%);
        background-image: linear-gradient(28deg, #44d8a5, #11ac76);
        bottom: -4em;
        left: -6.7708333333vw;
        z-index: -2;
        animation: floating-y 3s ease-in-out infinite alternate-reverse; }
      .recruit-guidelines article .main .inner .title:after {
        width: 100%;
        height: 1px;
        background-color: #fff;
        bottom: 0;
        right: .1em;
        z-index: -1; }
    .recruit-guidelines article .main .inner dl {
      display: flex;
      align-items: baseline;
      letter-spacing: .1em;
      color: #fff;
      padding-bottom: .5em; }
      .recruit-guidelines article .main .inner dl dt {
        font-size: clamp(24px, 2.6041666667vw, 50px);
        margin: 0 1em 0 3em; }
      .recruit-guidelines article .main .inner dl dd {
        font-size: clamp(14px, 1.5625vw, 30px);
        font-style: italic;
        margin-left: 0; }
  .recruit-guidelines article .container {
    padding: 4.5em 0 10.5em; }
    .recruit-guidelines article .container--block .inner {
      font-size: clamp(11px, 0.9375vw, 18px);
      line-height: 2;
      background-color: #fff;
      padding: 5.5em 0 6em;
      border-radius: 3.0rem; }
      .recruit-guidelines article .container--block .inner .recruit-table {
        width: 85%;
        margin: 0 auto; }
        .recruit-guidelines article .container--block .inner .recruit-table tr:nth-of-type(n+2) th,
        .recruit-guidelines article .container--block .inner .recruit-table tr:nth-of-type(n+2) td {
          padding-top: 3em; }
        .recruit-guidelines article .container--block .inner .recruit-table tr th,
        .recruit-guidelines article .container--block .inner .recruit-table tr td {
          vertical-align: top;
          border-bottom: none;
          text-align: left; }
        .recruit-guidelines article .container--block .inner .recruit-table tr th {
          width: 20%;
          font-weight: bold;
          color: #00845C;
          vertical-align: top;
          border-bottom: none; }
        .recruit-guidelines article .container--block .inner .recruit-table tr td {
          width: 80%; }
        .recruit-guidelines article .container--block .inner .recruit-table ol.decimal {
          margin-block-start: 0em;
          margin-block-end: 0em;
          padding-inline-start: 1.5em; }
      .recruit-guidelines article .container--block .inner .btn {
        width: 70.5%;
        background-color: #00845C;
        border-radius: 2.0rem;
        margin: 0 auto;
        font-size: clamp(10px, 1.0416666667vw, 20px);
        margin-top: 5em; }
        .recruit-guidelines article .container--block .inner .btn a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%;
          padding: 1em 4em;
          color: #fff;
          position: relative;
          z-index: 1;
          box-sizing: border-box; }
          .recruit-guidelines article .container--block .inner .btn a svg {
            width: 1em;
            border-color: #fff;
            margin-left: 1em;
            /*position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 2em;*/ }

@media screen and (max-width: 1680px) {
  .recruit-guidelines article:before {
    width: 204.4270833333vw; } }
@media screen and (max-width: 767px) {
  .recruit-guidelines .inner {
    width: 90vw; }
  .recruit-guidelines article .parallax-bg {
    background-image: url("../images/guidelines/img_bg01_sp.webp"); }
  .recruit-guidelines article .main .inner {
    padding: 6em 0 1.5em; }
    .recruit-guidelines article .main .inner .title:before {
      width: 35.2vw;
      height: 26.6666666667vw;
      top: -1.8666666667vw;
      left: -2.5vw; }
    .recruit-guidelines article .main .inner .title:after {
      width: 150%;
      left: 16vw;
      right: inherit; }
    .recruit-guidelines article .main .inner dl {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding-bottom: 1em; }
      .recruit-guidelines article .main .inner dl dt {
        font-size: clamp(24px, 6.4vw, 50px);
        margin: 0; }
      .recruit-guidelines article .main .inner dl dd {
        font-size: clamp(14px, 3.7333333333vw, 30px); }
  .recruit-guidelines article .container {
    padding: 4vw 0 13.3333333333vw; }
    .recruit-guidelines article .container--block .inner {
      font-size: clamp(10px, 2.9333333333vw, 18px);
      padding: 2.5em 0 5em;
      border-radius: 2.0rem; }
      .recruit-guidelines article .container--block .inner .recruit-table {
        width: 90%; }
        .recruit-guidelines article .container--block .inner .recruit-table tr {
          display: block; }
          .recruit-guidelines article .container--block .inner .recruit-table tr:nth-of-type(n+2) {
            border-top: 1px solid #ccc;
            padding-top: 1.5em;
            margin-top: 1.5em; }
          .recruit-guidelines article .container--block .inner .recruit-table tr th,
          .recruit-guidelines article .container--block .inner .recruit-table tr td {
            display: block;
            width: 100% !important; }
          .recruit-guidelines article .container--block .inner .recruit-table tr th {
            padding-top: 0 !important; }
          .recruit-guidelines article .container--block .inner .recruit-table tr td {
            padding-top: 0.3em !important; }
      .recruit-guidelines article .container--block .inner .btn {
        width: 90%;
        border-radius: 1.0rem;
        margin-top: 5em; }
        .recruit-guidelines article .container--block .inner .btn a {
          padding: 2em;
          text-align: center; } }
