@charset "UTF-8";
/* ==========================================================================
	root
========================================================================== */
:root {
  --base-pc-width:1500;
  --easeInQuad:cubic-bezier(.55, .085, .68, .53);
  --easeOutQuad:cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeOutQuint:cubic-bezier(.25, .46, .45, .94);
  --easeOutSine:cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutQuad:cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic:cubic-bezier(0.65, 0, 0.35, 1);
  --easePopUp:cubic-bezier(0.17, 0.88, 0.30, 1.28);
  --easeInCirc:cubic-bezier(0.55, 0, 1, 0.45);
  --theme-color:#d9c888;
  --theme-color02:#169a5a;
  --theme-color03:#2D96C1;
  --base-text-color:#1b140b;
  --base-border-color:#46443c;
  --base-border-color02:#e9e2c4;
  --menu-border-color01:#f36251;
  --menu-border-color02:#fead39;
  --menu-border-color03:#fead39;
  --base-color-orange:#ef8222;
  --base-color-blue:#65bac4;
  --base-color-sand:#d9c989;
  --base-color-green:#23684a;
  --base-color-green02:#62a768;
  --base-color-green03:#026736;
  --base-color-green04:#156b4c;
  --base-color-beige:#fefcf1;
  --base-color-yellow:#f7bf1c;
  --border:1px solid var(--base-border-color);
  --base-shadow:1px 1px 0 black,-1px 1px 0 black,1px -1px 0 black,-1px -1px 0 black;
  --hanten:scale(-1, 1); }

@media screen and (max-width: 800px) {
  :root {
    --fz10:clamp(10px,calc((10/400)*100vw),12px);
    --fz12:clamp(12px,calc((12/400)*100vw),14px);
    --fz13:clamp(13px,calc((13/400)*100vw),14px);
    --fz14:clamp(14px,calc((14/400)*100vw),16px);
    --fz15:clamp(15px,calc((15/400)*100vw),17px);
    --fz16:clamp(16px,calc((16/400)*100vw),18px);
    --fz17:clamp(17px,calc((17/400)*100vw),19px);
    --fz18:clamp(18px,calc((18/400)*100vw),20px);
    --fz19:clamp(19px,calc((19/400)*100vw),21px);
    --fz20:clamp(20px,calc((20/400)*100vw),22px);
    --fz21:clamp(21px,calc((21/400)*100vw),23px);
    --fz22:clamp(22px,calc((22/400)*100vw),24px);
    --fz24:clamp(24px,calc((24/400)*100vw),26px);
    --fz25:clamp(25px,calc((25/400)*100vw),27px);
    --fz26:clamp(26px,calc((26/400)*100vw),28px);
    --fz27:clamp(27px,calc((27/400)*100vw),29px);
    --fz28:clamp(28px,calc((28/400)*100vw),30px);
    --fz32:clamp(32px,calc((23/400)*100vw),35px);
    --fz35:clamp(35px,calc((25/400)*100vw),39px);
    --fz36:clamp(36px,calc((36/400)*100vw),40px);
    --fz38:clamp(38px,calc((38/400)*100vw),42px);
    --fz40:clamp(40px,calc((40/400)*100vw),44px);
    --fz45:clamp(45px,calc((45/400)*100vw),49px);
    --fz56:clamp(56px,calc((56/400)*100vw),60px); } }
.inview.bt-s6 > * {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s var(--easeOutQuad), -webkit-transform 0.8s var(--easeOutQuad);
  transition: opacity 0.8s var(--easeOutQuad), -webkit-transform 0.8s var(--easeOutQuad);
  transition: opacity 0.8s var(--easeOutQuad), transform 0.8s var(--easeOutQuad);
  transition: opacity 0.8s var(--easeOutQuad), transform 0.8s var(--easeOutQuad), -webkit-transform 0.8s var(--easeOutQuad); }

/* ==========================================================================
	interview_fv
========================================================================== */
#interview_fv {
  position: relative;
  margin-top: 107px;
  padding-bottom: 324px; }
  #interview_fv .tit_area {
    position: relative;
    width: 90%;
    max-width: 1267px;
    margin: 0 auto 180px; }
  #interview_fv h1 {
    position: relative;
    width: 100%;
    z-index: 10; }
  #interview_fv h2 {
    position: absolute;
    width: calc((536/1337)*100%);
    right: calc((100/1337)*100%);
    top: -14px;
    aspect-ratio: 536/113;
    z-index: 10; }
    #interview_fv h2 span {
      display: block;
      position: absolute;
      border: 1px solid var(--base-border-color);
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    #interview_fv h2 .tit01 {
      left: 0;
      top: 0;
      width: calc((361/536)*100%); }
    #interview_fv h2 .tit02 {
      right: 0;
      bottom: 0;
      width: calc((407/536)*100%); }
    #interview_fv h2 .icon {
      position: absolute;
      display: block;
      width: calc((124/536)*100%);
      right: calc((257/536)*100%);
      top: -10px;
      z-index: 10; }
  #interview_fv .sunsine {
    position: absolute;
    top: -150px;
    left: calc(50% + 460px);
    width: 247px;
    height: 240px;
    z-index: 5; }
    #interview_fv .sunsine figure {
      position: absolute;
      left: 0;
      top: 0; }
    #interview_fv .sunsine .shine {
      -webkit-animation: scaleStep 1.5s steps(2) infinite;
              animation: scaleStep 1.5s steps(2) infinite; }
  #interview_fv .bird {
    position: absolute;
    width: 137px;
    aspect-ratio: 274/156;
    top: 180px;
    left: calc(50% - 600px);
    z-index: 5; }
  #interview_fv .bird01 {
    position: absolute;
    width: 75px;
    left: 0;
    bottom: 0;
    -webkit-animation: twoStepY 2s steps(1) infinite;
            animation: twoStepY 2s steps(1) infinite;
    -webkit-animation-delay: .5s;
            animation-delay: .5s; }
  #interview_fv .bird02 {
    position: absolute;
    width: 86px;
    right: 0;
    top: 0;
    -webkit-animation: twoStepY 2s steps(1) infinite;
            animation: twoStepY 2s steps(1) infinite; }
  #interview_fv .cloud01 {
    position: absolute;
    width: 404px;
    top: 180px;
    right: calc(50% + 403px);
    z-index: 1; }
  #interview_fv .cloud02 {
    position: absolute;
    width: 378px;
    top: -180px;
    left: calc(50% + 413px);
    z-index: 1; }
  #interview_fv .forest01 {
    position: absolute;
    width: 527px;
    top: 248px;
    right: calc(50% + 393px);
    z-index: 2; }
  #interview_fv .forest02 {
    position: absolute;
    width: 527px;
    top: 248px;
    left: calc(50% + 393px);
    z-index: 2; }
  #interview_fv .c_txt {
    position: relative;
    font-size: 24px;
    text-align: center;
    --lh:2;
    position: relative;
    /*
    overflow: hidden;
    */
    line-height: calc(var(--lh)* 1em);
    padding-top: .1px;
    padding-bottom: .1px; }
    #interview_fv .c_txt::before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      /*
      margin-top: calc((1 - var(--lh)) * 0.5em);
      */
      margin-top: calc((1 - var(--lh))* .5em); }
    #interview_fv .c_txt::after {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-bottom: calc((1 - var(--lh))* .5em); }
    #interview_fv .c_txt span {
      color: var(--base-color-green04); }

@media screen and (min-width: 801px) and (max-width: 1300px) {
  #interview_fv .sunsine {
    left: auto;
    right: -30px; } }
@media screen and (max-width: 800px) {
  #interview_fv {
    margin-top: 0;
    padding-top: 131px;
    padding-bottom: 130px; }
    #interview_fv .tit_area {
      width: 95%;
      max-width: 760px;
      margin: 0 auto 23px; }
    #interview_fv h1 {
      position: relative;
      width: 100%;
      z-index: 10;
      margin-bottom: 20px; }
    #interview_fv h2 {
      position: absolute;
      width: calc((620/800)*100%);
      left: 0;
      right: 0;
      margin: auto;
      position: relative;
      top: auto; }
    #interview_fv .sunsine {
      top: 40px;
      left: auto;
      right: 0;
      width: 31%;
      aspect-ratio: 124,120; }
    #interview_fv .bird {
      position: relative;
      width: 17.25%;
      top: auto;
      left: auto;
      margin-left: 8.75%; }
    #interview_fv .bird01 {
      width: 53.6231884058%; }
    #interview_fv .bird02 {
      width: 62.3188405797%; }
    #interview_fv .cloud01 {
      width: 47.25%;
      top: 89.125vw;
      right: calc(50% + 52px); }
    #interview_fv .cloud02 {
      width: 50.5%;
      top: 0;
      left: calc(50% + 49px); }
    #interview_fv .forest_area {
      position: relative;
      width: 100%;
      aspect-ratio: 800/923;
      -webkit-transform: translateY(-35px);
              transform: translateY(-35px);
      margin-bottom: -30px;
      z-index: 10; }
    #interview_fv .forest01 {
      width: 65.875%;
      top: 0;
      right: calc(50% + 61px);
      z-index: 2; }
    #interview_fv .forest02 {
      width: 65.875%;
      top: 0;
      left: calc(50% + 61px);
      z-index: 2; }
    #interview_fv .c_txt {
      font-size: var(--fz16); } }
/* ==========================================================================
	interview
========================================================================== */
.interview {
  position: relative;
  padding-top: 420px; }
  .interview:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 2600px;
    height: 3000px;
    background: var(--base-color-beige);
    border-radius: 1300px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1; }
  .interview .circle_area {
    position: absolute;
    left: 50%;
    top: -80px;
    width: 2446px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 790px;
    overflow: hidden;
    z-index: 1; }
    .interview .circle_area img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      -webkit-animation: rotateLeft 100s linear infinite;
      animation: rotateLeft 100s linear infinite; }
  .interview .illust {
    position: absolute;
    top: 151px;
    left: calc(50% - 135px);
    width: 229px;
    margin: auto;
    z-index: 15;
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: opacity 0.2s var(--easeOutQuad), -webkit-transform 0.4s var(--easePopUp);
    transition: opacity 0.2s var(--easeOutQuad), -webkit-transform 0.4s var(--easePopUp);
    transition: opacity 0.2s var(--easeOutQuad), transform 0.4s var(--easePopUp);
    transition: opacity 0.2s var(--easeOutQuad), transform 0.4s var(--easePopUp), -webkit-transform 0.4s var(--easePopUp);
    -webkit-transition-delay: .8s;
            transition-delay: .8s; }
    .interview .illust.move {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
  .interview h2 {
    position: relative;
    width: 90%;
    max-width: 1042px;
    margin: 0 auto;
    z-index: 10;
    border: 1px solid var(--base-border-color);
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: opacity 0.6s var(--easeOutQuad), -webkit-transform 0.6s var(--easeOutQuad);
    transition: opacity 0.6s var(--easeOutQuad), -webkit-transform 0.6s var(--easeOutQuad);
    transition: opacity 0.6s var(--easeOutQuad), transform 0.6s var(--easeOutQuad);
    transition: opacity 0.6s var(--easeOutQuad), transform 0.6s var(--easeOutQuad), -webkit-transform 0.6s var(--easeOutQuad); }
    .interview h2.move {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
  .interview .top_txt {
    position: relative;
    display: block;
    font-size: 22px;
    --lh:calc(36/22);
    position: relative;
    /*
    overflow: hidden;
    */
    line-height: calc(var(--lh)* 1em);
    padding-top: .1px;
    padding-bottom: .1px;
    width: 90%;
    max-width: 900px;
    letter-spacing: 0.06em;
    margin: 75px auto 80px;
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: opacity 0.6s var(--easeOutQuad), -webkit-transform 0.6s var(--easeOutQuad);
    transition: opacity 0.6s var(--easeOutQuad), -webkit-transform 0.6s var(--easeOutQuad);
    transition: opacity 0.6s var(--easeOutQuad), transform 0.6s var(--easeOutQuad);
    transition: opacity 0.6s var(--easeOutQuad), transform 0.6s var(--easeOutQuad), -webkit-transform 0.6s var(--easeOutQuad); }
    .interview .top_txt::before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      /*
      margin-top: calc((1 - var(--lh)) * 0.5em);
      */
      margin-top: calc((1 - var(--lh))* .5em); }
    .interview .top_txt::after {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-bottom: calc((1 - var(--lh))* .5em); }
    .interview .top_txt.move {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
  .interview .slide_area {
    position: relative;
    z-index: 5;
    margin-bottom: 40px; }
  .interview .interview-slide {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .interview .interview-slide .swiper-slide {
      width: 480px;
      -webkit-transition: 0.6s var(--easeInOutCubic) -webkit-transform;
      transition: 0.6s var(--easeInOutCubic) -webkit-transform;
      transition: 0.6s var(--easeInOutCubic) transform;
      transition: 0.6s var(--easeInOutCubic) transform, 0.6s var(--easeInOutCubic) -webkit-transform;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      .interview .interview-slide .swiper-slide .text_area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        top: 455px;
        left: 0;
        right: 0;
        margin: auto; }
        .interview .interview-slide .swiper-slide .text_area div {
          display: inline-block;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          /* コンテンツ幅に合わせる */ }
        .interview .interview-slide .swiper-slide .text_area p {
          display: inline-block;
          padding: 5px 15px;
          font-size: 18px;
          font-weight: 500;
          color: #fff;
          background: var(--base-text-color);
          text-shadow: 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black; }
        .interview .interview-slide .swiper-slide .text_area h4 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: #fff;
          font-size: 26px;
          font-weight: 500;
          background: var(--base-color-blue);
          padding: 5px 15px;
          border: 1px solid var(--base-text-color);
          text-shadow: 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black; }
          .interview .interview-slide .swiper-slide .text_area h4 span {
            display: inline-block;
            margin-left: 17px;
            font-size: 16px;
            -webkit-transform: translateY(7px);
                    transform: translateY(7px);
            text-shadow: 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black; }
      .interview .interview-slide .swiper-slide.swiper-slide-prev, .interview .interview-slide .swiper-slide.swiper-slide-next {
        -webkit-transform: translateY(100px);
                transform: translateY(100px); }
  .interview .swiper-container {
    width: 100%;
    /* スライダー全体の幅 */
    max-width: 1000px;
    /* 最大幅を設定（任意） */
    margin: 0 auto;
    /* 中央揃え */ }
  .interview .tree {
    position: absolute;
    top: -30px;
    width: 383px; }
    .interview .tree.-l {
      left: -160px; }
    .interview .tree.-r {
      right: -160px; }

@media screen and (max-width: 800px) {
  .interview {
    padding-top: 210px; }
    .interview:before {
      width: 1300px;
      height: 1500px;
      border-radius: 650px; }
    .interview .circle_area {
      top: -23px;
      width: 1223px;
      height: 500px; }
    .interview .illust {
      top: 62px;
      left: calc(50% - 72px);
      width: 123px; }
    .interview h2 {
      position: relative;
      width: 85%;
      max-width: 680px;
      border: none; }
      .interview h2 img {
        border: 1px solid var(--base-border-color); }
      .interview h2 img:last-child {
        width: 70.5882352941%;
        border-top: none;
        margin: 0 auto; }
    .interview .top_txt {
      font-size: var(--fz16);
      --lh:calc(54/32);
      width: 79%;
      margin: 40px auto 85px; }
    .interview .slide_area {
      position: relative;
      z-index: 5;
      margin-bottom: 85px; }
    .interview .interview-slide .swiper-slide {
      width: 260px; }
      .interview .interview-slide .swiper-slide .text_area {
        top: 253px; }
        .interview .interview-slide .swiper-slide .text_area p {
          padding: 5px 10px;
          font-size: 12px; }
        .interview .interview-slide .swiper-slide .text_area h4 {
          font-size: 16px;
          padding: 5px 10px; }
          .interview .interview-slide .swiper-slide .text_area h4 span {
            margin-left: 8px;
            font-size: 13px;
            -webkit-transform: translateY(3px);
                    transform: translateY(3px); }
      .interview .interview-slide .swiper-slide.swiper-slide-prev, .interview .interview-slide .swiper-slide.swiper-slide-next {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
    .interview .tree {
      top: -30px;
      width: 210px; }
      .interview .tree.-l {
        left: -65px; }
      .interview .tree.-r {
        right: -65px; } }
/* ==========================================================================
	worker-area
========================================================================== */
.worker-area {
  position: relative;
  background: var(--bg_color);
  padding-top: 100px;
  padding-bottom: 100px; }
  .worker-area.worker01 {
    --bg_color:var(--base-color-beige);
    --color:var(--base-color-blue);
    --tit_width:595px;
    --bubble:url(../img/interview/worker-bubble01.png); }
  .worker-area.worker02 {
    --bg_color:var(--base-color-blue);
    --color:var(--base-color-yellow);
    --tit_width:634px;
    --bubble:url(../img/interview/worker-bubble02.png); }
  .worker-area.worker03 {
    --bg_color:var(--base-border-color02);
    --color:var(--base-color-blue);
    --tit_width:634px;
    --bubble:url(../img/interview/worker-bubble03.png); }
    .worker-area.worker03 .slide_area .slide_box {
      -webkit-animation: loop-slide-rev 62s infinite linear 1s both;
              animation: loop-slide-rev 62s infinite linear 1s both; }
  .worker-area.worker04 {
    --bg_color:var(--base-color-green04);
    --color:var(--base-color-yellow);
    --tit_width:637px;
    --bubble:url(../img/interview/worker-bubble04.png); }
    .worker-area.worker04 .dream_area .text_area .bado:after {
      width: 230px; }
  .worker-area.worker05 {
    --bg_color:var(--base-border-color02);
    --color:var(--base-color-blue);
    --tit_width:628px;
    --bubble:url(../img/interview/worker-bubble05.png); }
    .worker-area.worker05 .dream_area .text_area .bado:after {
      width: 200px; }
  .worker-area .bg_area {
    position: relative;
    width: clamp(780px, 94.6666666667vw, 1817.6px);
    padding-top: 160px;
    padding-bottom: 80px;
    margin: 0 auto;
    border: 1px solid var(--base-border-color);
    border-radius: 50px;
    background: url(../img/common/bg_pat02.jpg) center center repeat;
    background-size: 8px 8px; }
  .worker-area .inr {
    position: relative;
    width: 84.5%;
    min-width: 1200px;
    padding-top: 90px;
    margi: 0 auto; }
    @media screen and (max-width: 1420px) {
      .worker-area .inr {
        width: 90%;
        min-width: 10px; } }
  .worker-area h3 {
    position: absolute;
    left: 0;
    top: -48px;
    width: 66.6666666667%;
    max-width: var(--tit_width);
    z-index: 10; }
  .worker-area .worker-img {
    position: relative;
    width: 66.6666666667%;
    margin-bottom: 85px;
    z-index: 5; }
    .worker-area .worker-img:before {
      content: "";
      display: block;
      position: absolute;
      left: -14px;
      top: -13px;
      width: 86px;
      height: 87px;
      z-index: 10;
      background: url(../img/interview/worker-image_mask.png);
      background-size: cover;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .worker-area .worker-img:after {
      content: "";
      display: block;
      position: absolute;
      right: -14px;
      bottom: -13px;
      width: 86px;
      height: 87px;
      z-index: 10;
      background: url(../img/interview/worker-image_mask.png);
      background-size: cover; }
  .worker-area .profile {
    position: absolute;
    right: 0;
    top: 0;
    width: 340px; }
    .worker-area .profile p {
      display: inline-block;
      background: var(--base-text-color);
      color: #fff;
      padding: 7px 15px;
      font-size: 18px;
      line-height: 1; }
      .worker-area .profile p.division {
        margin-right: 1px; }
    .worker-area .profile h4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff;
      font-size: 26px;
      font-weight: 500;
      background: var(--color);
      padding: 5px 15px;
      border: 1px solid var(--base-text-color);
      border-bottom: none;
      text-shadow: 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black; }
      .worker-area .profile h4 span {
        display: inline-block;
        margin-left: 17px;
        font-size: 16px;
        -webkit-transform: translateY(7px);
                transform: translateY(7px);
        text-shadow: 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black; }
    .worker-area .profile img {
      border: 1px solid var(--base-text-color);
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .worker-area .profile .midashi {
      margin-top: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .worker-area .profile .midashi h5 {
        font-size: 46px;
        font-weight: 900;
        line-height: calc(64/46); }
  .worker-area .comment {
    position: relative;
    width: 65.8333333333%;
    font-size: 18px;
    --lh:calc(34/18);
    position: relative;
    /*
    overflow: hidden;
    */
    line-height: calc(var(--lh)* 1em);
    padding-top: .1px;
    padding-bottom: .1px;
    margin-bottom: 85px; }
    .worker-area .comment::before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      /*
      margin-top: calc((1 - var(--lh)) * 0.5em);
      */
      margin-top: calc((1 - var(--lh))* .5em); }
    .worker-area .comment::after {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-bottom: calc((1 - var(--lh))* .5em); }
  .worker-area .slide_area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: -55px; }
    .worker-area .slide_area .slide_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-animation: loop-slide-rev 80s infinite linear 1s both;
              animation: loop-slide-rev 80s infinite linear 1s both; }
    .worker-area .slide_area .slides {
      position: relative;
      width: 627px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-right: 1px; }
      .worker-area .slide_area .slides.-s {
        width: 400px; }
  .worker-area .dream_area {
    position: relative;
    width: 84.5%;
    min-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    z-index: 20; }
    @media screen and (max-width: 1420px) {
      .worker-area .dream_area {
        width: 90%;
        min-width: 10px; } }
    .worker-area .dream_area .img {
      position: relative;
      width: 220px; }
      .worker-area .dream_area .img img {
        border-radius: 50%;
        border: 1px solid var(--base-border-color);
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .worker-area .dream_area .img:before {
        content: "";
        display: block;
        position: absolute;
        left: -5px;
        top: -5px;
        background: #fff;
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        z-index: -1;
        border-radius: 50%; }
    .worker-area .dream_area .text_area {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: calc(100% - 270px); }
      .worker-area .dream_area .text_area > div {
        position: relative;
        background: var(--color);
        border-radius: 30px;
        border: 1px solid var(--base-border-color);
        width: 100%;
        padding: 45px 205px 45px 50px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .worker-area .dream_area .text_area > div:before {
          content: "";
          display: block;
          position: absolute;
          left: 5px;
          top: 5px;
          width: calc(100% - 10px);
          height: calc(100% - 10px);
          background: #fff;
          border-radius: 25px; }
        .worker-area .dream_area .text_area > div p {
          position: relative;
          z-index: 10; }
          .worker-area .dream_area .text_area > div p.tit {
            width: 261px;
            margin-bottom: 18px; }
          .worker-area .dream_area .text_area > div p.n_txt {
            font-size: 18px;
            --lh:calc(30/18);
            position: relative;
            /*
            overflow: hidden;
            */
            line-height: calc(var(--lh)* 1em);
            padding-top: .1px;
            padding-bottom: .1px;
            font-weight: 700; }
            .worker-area .dream_area .text_area > div p.n_txt::before {
              content: '';
              display: block;
              height: 0;
              width: 0;
              /*
              margin-top: calc((1 - var(--lh)) * 0.5em);
              */
              margin-top: calc((1 - var(--lh))* .5em); }
            .worker-area .dream_area .text_area > div p.n_txt::after {
              content: '';
              display: block;
              height: 0;
              width: 0;
              margin-bottom: calc((1 - var(--lh))* .5em); }
        .worker-area .dream_area .text_area > div .bado {
          position: absolute;
          right: 30px;
          bottom: -16px;
          width: 127px;
          z-index: 5; }
          .worker-area .dream_area .text_area > div .bado:after {
            content: "";
            display: block;
            position: absolute;
            width: 150px;
            height: 76px;
            top: -96px;
            right: -48px;
            background-image: var(--bubble);
            background-size: cover; }
  .worker-area.-rev h3 {
    left: auto;
    right: 0; }
  .worker-area.-rev .worker-img {
    margin-left: 33.3333333333%; }
  .worker-area.-rev .profile {
    right: auto;
    left: 0; }
  .worker-area.-rev .comment {
    margin-left: 33.3333333333%; }
  .worker-area.-rev .slide_area .slide_box {
    -webkit-animation: loop-slide 80s infinite linear 1s both;
            animation: loop-slide 80s infinite linear 1s both; }
  .worker-area.-rev .dream_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .worker-area.-rev .dream_area .text_area .bado {
      right: -20px;
      bottom: 5px;
      width: 174px; }
      .worker-area.-rev .dream_area .text_area .bado:after {
        right: 0; }

@media screen and (min-width: 1001px) and (max-width: 1140px) {
  .worker-area h3 {
    max-width: calc(100% - 360px); } }
@media screen and (min-width: 1001px) {
  .worker-area .worker-img, .worker-area .comment {
    max-width: calc(100% - 360px); } }
@media screen and (max-width: 1000px) {
  .worker-area h3 {
    position: relative;
    top: auto;
    margin: 0 auto; }
  .worker-area .bg_area {
    border-radius: 0;
    padding-top: 80px;
    width: 100%;
    background-size: 4px 4px; }
  .worker-area .inr {
    width: 100%;
    padding-top: 0; }
  .worker-area .worker-img {
    position: relative;
    width: 100%;
    margin-bottom: 85px;
    -webkit-transform: translateY(-40px) !important;
            transform: translateY(-40px) !important; }
  .worker-area .profile {
    position: relative;
    right: auto;
    top: auto;
    width: 80.625%;
    margin: 0 auto; }
    .worker-area .profile p {
      display: inline-block;
      background: var(--base-text-color);
      color: #fff;
      padding: 7px 15px;
      font-size: 18px;
      line-height: 1; }
      .worker-area .profile p.division {
        margin-right: 1px; }
    .worker-area .profile .midashi {
      margin-top: 40px;
      margin-bottom: 40px;
      text-align: center; }
      .worker-area .profile .midashi h5 {
        writing-mode: horizontal-tb;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        vertical-align: baseline;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        -o-writing-mode: horizontal-tb; }
  .worker-area .comment {
    width: 80.625%;
    margin: 0 auto 80px; }
  .worker-area.-rev h3 {
    right: auto; }
  .worker-area.-rev .worker-img {
    margin-left: 0; }
  .worker-area.-rev .profile {
    left: auto; }
  .worker-area.-rev .comment {
    margin-left: auto; } }
@media screen and (max-width: 800px) {
  .worker-area {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 5px; }
    .worker-area.worker01 {
      --bubble:url(../img/interview/worker-bubble01_sp.png); }
    .worker-area.worker02 {
      --bubble:url(../img/interview/worker-bubble02_sp.png); }
    .worker-area.worker03 {
      --bubble:url(../img/interview/worker-bubble03_sp.png); }
    .worker-area.worker04 {
      --bubble:url(../img/interview/worker-bubble04_sp.png); }
      .worker-area.worker04 .dream_area .text_area .bado:after {
        width: 190px; }
    .worker-area.worker05 {
      --bubble:url(../img/interview/worker-bubble05_sp.png);
      margin-bottom: 0; }
      .worker-area.worker05 .dream_area .text_area .bado:after {
        width: 170px; }
    .worker-area .bg_area {
      padding-top: 75px;
      padding-bottom: 75px; }
    .worker-area h3 {
      width: 89%; }
    .worker-area .worker-img {
      position: relative;
      margin-bottom: 25px;
      -webkit-transform: translateY(-5vw) !important;
              transform: translateY(-5vw) !important; }
      .worker-area .worker-img:before {
        left: -7px;
        top: -6px;
        width: 43px;
        height: 44px;
        background-image: url(../img/interview/worker-image_mask_sp.png);
        background-size: cover;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .worker-area .worker-img:after {
        right: -7px;
        bottom: -6px;
        width: 43px;
        height: 44px;
        background-image: url(../img/interview/worker-image_mask_sp.png); }
    .worker-area .profile p {
      padding: 7px 15px;
      font-size: 12px; }
    .worker-area .profile h4 {
      font-size: 16px;
      padding: 5px 15px; }
      .worker-area .profile h4 span {
        margin-left: 8px;
        font-size: 13px;
        -webkit-transform: translateY(3px);
                transform: translateY(3px); }
    .worker-area .profile .midashi {
      margin-top: 44px;
      margin-bottom: 30px; }
      .worker-area .profile .midashi h5 {
        font-size: var(--fz24); }
    .worker-area .comment {
      font-size: var(--fz15);
      --lh:calc(50/30);
      margin-bottom: 75px; }
    .worker-area .slide_area {
      height: 250px;
      margin-bottom: -25px; }
      .worker-area .slide_area .slide_box {
        -webkit-animation: loop-slide-rev 50s infinite linear 1s both;
                animation: loop-slide-rev 50s infinite linear 1s both; }
      .worker-area .slide_area .slides {
        width: 400px; }
        .worker-area .slide_area .slides.-s {
          width: 250px; }
    .worker-area .dream_area {
      display: block;
      width: 90%;
      padding-top: 45px;
      background: var(--color);
      border: 1px solid var(--base-border-color);
      border-radius: 30px; }
      .worker-area .dream_area:before {
        content: "";
        display: block;
        position: absolute;
        width: calc(100% - 10px);
        height: 100%;
        left: 5px;
        top: 0;
        border: 1px solid var(--base-border-color);
        margin: auto;
        border-radius: 30px;
        background: #fff;
        z-index: 1; } }
    @media screen and (max-width: 800px) and (max-width: 1420px) {
      .worker-area .dream_area {
        width: 90%;
        min-width: 10px; } }
@media screen and (max-width: 800px) {
      .worker-area .dream_area .img {
        position: relative;
        width: 45.2777777778%;
        margin: 0 auto 30px;
        z-index: 5; }
        .worker-area .dream_area .img:before {
          display: none; }
      .worker-area .dream_area .text_area {
        position: relative;
        display: block;
        width: 75%;
        margin: 0 auto;
        z-index: 5; }
        .worker-area .dream_area .text_area > div {
          background: none;
          border-radius: 0;
          border: none;
          width: 100%;
          padding: 0;
          padding-bottom: 200px; }
          .worker-area .dream_area .text_area > div:before {
            display: none; }
          .worker-area .dream_area .text_area > div p.tit {
            width: 26.75vw;
            min-width: 214px;
            margin: 0 auto 23px; }
          .worker-area .dream_area .text_area > div p.n_txt {
            font-size: var(--fz16);
            --lh:calc(52/32); }
          .worker-area .dream_area .text_area > div .bado {
            position: absolute;
            right: calc(50% - 49px);
            margin: auto;
            bottom: -17px;
            width: 127px;
            z-index: 5; }
            .worker-area .dream_area .text_area > div .bado:after {
              content: "";
              display: block;
              position: absolute;
              width: 130px;
              height: 64px;
              top: -75px;
              left: 0;
              right: 0;
              margin: auto; }
    .worker-area.-rev .slide_area .slide_box {
      -webkit-animation: loop-slide-rev 50s infinite linear 1s both;
              animation: loop-slide-rev 50s infinite linear 1s both; }
    .worker-area.-rev .dream_area {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .worker-area.-rev .dream_area .text_area .bado {
        left: auto;
        right: calc(50% - 81px);
        bottom: -2px; } }
/* ==========================================================================
	recruit
========================================================================== */
.recruit {
  position: relative;
  background: var(--base-border-color02);
  padding-bottom: 120px; }
  .recruit .inr {
    background: var(--base-color-green04);
    border-radius: 50px;
    padding-top: 140px;
    padding-left: 6.9444444444%;
    padding-bottom: 130px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .recruit .inr:before {
      content: "";
      display: block;
      position: absolute;
      left: 5px;
      top: 5px;
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      background: #fff;
      z-index: 1;
      border-radius: 45px; }
    .recruit .inr > * {
      z-index: 5; }
    .recruit .inr .bolt {
      position: absolute;
      left: 0;
      right: 0;
      width: 92.3611111111%;
      height: 30px;
      margin: auto; }
      .recruit .inr .bolt.-top {
        top: 46px; }
      .recruit .inr .bolt.-bottom {
        bottom: 46px; }
      .recruit .inr .bolt:before, .recruit .inr .bolt:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        width: 30px;
        height: 30px;
        background: url(../img/common/bolt.png);
        background-size: cover; }
      .recruit .inr .bolt:before {
        left: 0; }
      .recruit .inr .bolt:after {
        right: 0; }
    .recruit .inr h2 {
      position: relative;
      margin-bottom: 45px;
      z-index: 10; }
      .recruit .inr h2 .text {
        position: relative;
        display: inline-block;
        padding: 20px 0 16px 30px;
        background: var(--base-color-green);
        font-size: 64px;
        font-weight: 900;
        color: #fff;
        z-index: 10;
        line-height: 1; }
      .recruit .inr h2 .pc_off + .text {
        padding: 20px 30px 16px 0; }
    .recruit .inr .b_txt {
      position: relative;
      font-size: 22px;
      --lh:calc(36/22);
      position: relative;
      /*
      overflow: hidden;
      */
      line-height: calc(var(--lh)* 1em);
      padding-top: .1px;
      padding-bottom: .1px;
      margin-bottom: 40px;
      z-index: 10; }
      .recruit .inr .b_txt::before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        /*
        margin-top: calc((1 - var(--lh)) * 0.5em);
        */
        margin-top: calc((1 - var(--lh))* .5em); }
      .recruit .inr .b_txt::after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-bottom: calc((1 - var(--lh))* .5em); }

@media screen and (min-width: 1001px) {
  .recruit .container {
    display: grid;
    position: absolute;
    top: 5px;
    right: 8.0555555556%;
    width: 26.3888888889%;
    height: calc(100% - 10px); }
  .recruit .slider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    overflow: hidden; }
  .recruit .slider-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-animation: loop-slide-Y 50s infinite linear;
            animation: loop-slide-Y 50s infinite linear;
    list-style: none; }
  .recruit .slider-item {
    width: 100%; } }
@media screen and (max-width: 1000px) {
  .recruit {
    background: var(--base-color-green04);
    padding-top: 30px;
    padding-bottom: 30px; }
    .recruit .inr {
      border-radius: 50px;
      padding-top: 420px;
      padding-left: 0;
      padding-bottom: 100px;
      background: url(../img/common/bg_pat02.jpg) center center repeat;
      background-size: 8px 8px; }
      .recruit .inr:before {
        display: none; }
    .recruit h2 {
      margin: 0 auto;
      margin-bottom: 45px;
      z-index: 10;
      text-align: center; }
    .recruit .b_txt {
      text-align: center; }
    .recruit .link_btn {
      margin: 0 auto; }
    .recruit .container {
      position: absolute;
      overflow: hidden;
      width: 100%;
      left: 0;
      top: 100px;
      z-index: 5; }
    .recruit .slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0;
      -webkit-animation: loop-slide 20s linear infinite;
              animation: loop-slide 20s linear infinite; }
    .recruit .slider-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .recruit .slider-item {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: auto;
      height: 295px;
      margin-right: 0;
      /* スライド間の余白 */ }
      .recruit .slider-item img {
        width: auto;
        height: 100%; } }
@media screen and (max-width: 800px) {
  .recruit {
    background: var(--base-color-green04);
    padding-top: 5px;
    padding-bottom: 5px; }
    .recruit .inr {
      border-radius: 25px;
      padding-top: 210px;
      padding-bottom: 80px;
      background-size: 4px 4px; }
      .recruit .inr .bolt {
        width: 92.9487179487%; }
        .recruit .inr .bolt.-top {
          top: 10px; }
        .recruit .inr .bolt.-bottom {
          bottom: 15px; }
      .recruit .inr h2 {
        margin-bottom: 40px; }
        .recruit .inr h2 .text {
          padding: 10px;
          font-size: var(--fz38); }
        .recruit .inr h2 .pc_off + .text {
          padding: 10px;
          margin-top: 1px; }
        .recruit .inr h2 .illust {
          left: calc(50% - 57px);
          top: -105px;
          width: 156px; }
      .recruit .inr .b_txt {
        font-size: var(--fz16); }
      .recruit .inr .link_btn {
        width: 80vw; }
      .recruit .inr .container {
        top: 50px; }
      .recruit .inr .slider-item {
        height: 170px; } }
/* ==========================================================================
	footer
========================================================================== */
.footer {
  background: var(--base-border-color02); }

/*# sourceMappingURL=interview.css.map */