@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&family=Poppins:wght@300;700&display=swap");
/*----------------------------------
 fv 
-----------------------------------*/
#fvArea {
  width: 100%;
  height: 100vh;
  position: relative; }
  @media (max-width: 1024px) {
    #fvArea {
      height: 45vh; } }
  @media (max-width: 480px) {
    #fvArea {
      height: 100vh; } }
  #fvArea::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #00B3C8 0%, transparent 30%, transparent 100%);
    z-index: 1; }
  #fvArea .fvSlide {
    position: relative;
    width: 100%;
    height: 100%; }
    #fvArea .fvSlide ul, #fvArea .fvSlide li {
      position: relative; }
    #fvArea .fvSlide picture {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      #fvArea .fvSlide picture source, #fvArea .fvSlide picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
  #fvArea figure {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 89%;
    z-index: 2; }
    #fvArea figure img {
      width: 100%; }

/*----------------------------------
 aboutOurWorks 
-----------------------------------*/
#aboutOurWorks {
  padding: min(150px,18.7506vw) 0 0;
  overflow: hidden; }
  #aboutOurWorks section {
    position: relative; }
    #aboutOurWorks section .bgTxt {
      position: absolute;
      color: #EBF9FB;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: clamp(110px, 20.8335vw, 200px);
      line-height: 1; }
      @media (max-width: 1024px) {
        #aboutOurWorks section .bgTxt {
          font-size: clamp(82.5px, 15.6255vw, 150px); } }
      @media (max-width: 480px) {
        #aboutOurWorks section .bgTxt {
          font-size: clamp(66px, 12.4995vw, 120px); } }
    #aboutOurWorks section > div {
      align-items: center; }
    #aboutOurWorks section .txtBox {
      position: relative;
      z-index: 1; }
      #aboutOurWorks section .txtBox .file {
        font-size: 2.0rem;
        color: #004D8E; }
        @media (max-width: 480px) {
          #aboutOurWorks section .txtBox .file {
            font-size: 1.4rem; } }
      #aboutOurWorks section .txtBox h2 {
        font-size: clamp(19.25px, 3.6465vw, 35px);
        line-height: 1.2;
        margin: 30px 0; }
        @media (max-width: 1024px) {
          #aboutOurWorks section .txtBox h2 {
            font-size: clamp(15.4px, 2.916vw, 28px); } }
        #aboutOurWorks section .txtBox h2 span {
          font-size: clamp(44px, 8.334vw, 80px);
          color: #555555; }
          @media (max-width: 1024px) {
            #aboutOurWorks section .txtBox h2 span {
              font-size: clamp(33px, 6.2505vw, 60px); } }
    #aboutOurWorks section picture {
      position: relative;
      z-index: 1;
      display: block; }
      #aboutOurWorks section picture::before {
        content: '';
        width: 100%;
        display: block; }
      #aboutOurWorks section picture source, #aboutOurWorks section picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
  #aboutOurWorks section:first-of-type .bgTxt {
    top: 0;
    left: -5px; }
    @media (max-width: 480px) {
      #aboutOurWorks section:first-of-type .bgTxt {
        left: 0; } }
  #aboutOurWorks section:first-of-type .txtBox {
    width: 52%;
    padding-left: calc((100% - 1200px)/ 2);
    padding-right: min(50px,6.2496vw); }
    @media (max-width: 1024px) {
      #aboutOurWorks section:first-of-type .txtBox {
        padding-left: 5%; } }
    @media (max-width: 768px) {
      #aboutOurWorks section:first-of-type .txtBox {
        width: 100%; } }
  #aboutOurWorks section:first-of-type picture {
    width: 48%; }
    #aboutOurWorks section:first-of-type picture::before {
      padding-top: 92.576%; }
    @media (max-width: 768px) {
      #aboutOurWorks section:first-of-type picture {
        width: 80%;
        margin: 50px 0 0 auto; } }
  #aboutOurWorks section:last-of-type {
    padding-top: min(70px,8.7498vw);
    margin-top: 30px; }
    #aboutOurWorks section:last-of-type .bgTxt {
      top: 0;
      right: -5px;
      text-align: right; }
      @media (max-width: 480px) {
        #aboutOurWorks section:last-of-type .bgTxt {
          left: 0; } }
    #aboutOurWorks section:last-of-type .txtBox {
      width: 52%;
      padding-right: calc((100% - 1200px)/ 2);
      padding-left: min(80px,10.0008vw); }
      @media (min-width: 769px) {
        #aboutOurWorks section:last-of-type .txtBox {
          order: 1; } }
      @media (max-width: 1024px) {
        #aboutOurWorks section:last-of-type .txtBox {
          padding-right: 5%;
          padding-left: min(50px,6.2496vw); } }
      @media (max-width: 768px) {
        #aboutOurWorks section:last-of-type .txtBox {
          width: 100%; } }
    #aboutOurWorks section:last-of-type picture {
      width: 48%;
      border-radius: 0 10px 10px 0; }
      #aboutOurWorks section:last-of-type picture::before {
        padding-top: 86.396%; }
      @media (max-width: 768px) {
        #aboutOurWorks section:last-of-type picture {
          width: 80%;
          margin: 50px auto 0 0; } }

/*----------------------------------
 recruitBox 
-----------------------------------*/
#recruitBox {
  margin: min(100px,12.4992vw) 20px;
  position: relative;
  background: linear-gradient(-45deg, #004D8E 0%, #00B3C8 100%);
  border-radius: 20px; }
  #recruitBox .bgTxt {
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    color: #fff;
    opacity: 0.5;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(132px, 25.0005vw, 240px);
    mix-blend-mode: soft-light;
    line-height: 1; }
    @media (max-width: 1024px) {
      #recruitBox .bgTxt {
        font-size: clamp(82.5px, 15.6255vw, 150px); } }
    @media (max-width: 480px) {
      #recruitBox .bgTxt {
        font-size: clamp(66px, 12.4995vw, 120px);
        top: 10px;
        left: 0;
        transform: none; } }
  #recruitBox .txtBox {
    width: 60%;
    margin-left: auto;
    color: #fff;
    padding: 60px 0 50px; }
    @media (max-width: 480px) {
      #recruitBox .txtBox {
        width: 100%; } }

/*----------------------------------
 interviewLink 
-----------------------------------*/
#seniorsInt {
  background: #FFF4EA;
  padding: min(100px,12.4992vw) 0 min(180px,22.5vw);
  position: relative;
  overflow: hidden; }
  #seniorsInt .bgTxt {
    position: absolute;
    top: 60px;
    right: -10px;
    color: #FFF4EA;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(110px, 20.8335vw, 200px);
    mix-blend-mode: multiply;
    line-height: 1;
    text-align: right; }
    @media (max-width: 1024px) {
      #seniorsInt .bgTxt {
        font-size: clamp(82.5px, 15.6255vw, 150px); } }
    @media (max-width: 480px) {
      #seniorsInt .bgTxt {
        font-size: clamp(55px, 10.416vw, 100px);
        right: 0; } }
  #seniorsInt .infoTxt .file {
    font-size: 2.0rem;
    color: #FF952C; }
    @media (max-width: 480px) {
      #seniorsInt .infoTxt .file {
        font-size: 1.4rem; } }
  #seniorsInt .infoTxt h2 {
    font-size: clamp(19.25px, 3.6465vw, 35px);
    line-height: 1.2;
    margin: 30px 0; }
    #seniorsInt .infoTxt h2 span {
      font-size: clamp(44px, 8.334vw, 80px);
      color: #555555; }
      @media (max-width: 480px) {
        #seniorsInt .infoTxt h2 span {
          font-size: clamp(33px, 6.2505vw, 60px); } }
  #seniorsInt .seniorList {
    margin-top: 40px; }
    #seniorsInt .seniorList li {
      display: block;
      width: 46%; }
      #seniorsInt .seniorList li:nth-of-type(n + 3) {
        margin-top: 6%; }
      #seniorsInt .seniorList li:nth-of-type(2n) a {
        margin-top: 40px; }
      @media (max-width: 480px) {
        #seniorsInt .seniorList li {
          width: 100%; }
          #seniorsInt .seniorList li:nth-of-type(n + 2) {
            margin-top: 10%; }
          #seniorsInt .seniorList li:nth-of-type(2n) a {
            margin-top: 0; } }
      #seniorsInt .seniorList li a {
        position: relative;
        display: block;
        width: 100%;
        border-radius: 30px;
        overflow: hidden; }
        #seniorsInt .seniorList li a::before {
          content: '';
          display: block;
          width: 100%;
          padding-top: 72.727%; }
        #seniorsInt .seniorList li a picture {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%; }
          #seniorsInt .seniorList li a picture source, #seniorsInt .seniorList li a picture img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0; }
        #seniorsInt .seniorList li a .prof {
          position: absolute;
          bottom: 0;
          right: 0;
          padding: 20px;
          background: #FF952C;
          color: #fff;
          border-top-left-radius: 30px;
          max-width: 232px;
          width: 100%; }
          #seniorsInt .seniorList li a .prof .job {
            font-weight: 700; }
          #seniorsInt .seniorList li a .prof .name {
            font-weight: 300;
            font-size: 1.4rem;
            line-height: 1.4; }
          #seniorsInt .seniorList li a .prof .arrow {
            display: block;
            width: 46px;
            height: 46px;
            border: solid 1px #fff;
            border-radius: 80px;
            position: absolute;
            top: 20px;
            right: 20px;
            transition: all .3s; }
            #seniorsInt .seniorList li a .prof .arrow::after {
              content: '';
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              display: block;
              width: 15px;
              height: 15px;
              background: url("../img/common/arrow.svg") no-repeat center center/contain;
              transition: all .3s; }
        #seniorsInt .seniorList li a:hover picture source, #seniorsInt .seniorList li a:hover picture img {
          transform: scale(1.05); }
        #seniorsInt .seniorList li a:hover .arrow::after {
          left: 60%; }

#presidentInt {
  display: block;
  width: 100%;
  height: 500px;
  position: relative;
  transition: .3s; }
  #presidentInt:hover {
    opacity: 0.7; }
  @media (max-width: 480px) {
    #presidentInt {
      height: 80vh; } }
  #presidentInt::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(70deg, #FF952C 0%, #FF952C 25%, transparent 70%, transparent 100%); }
  #presidentInt picture.bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
    #presidentInt picture.bg source, #presidentInt picture.bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      object-position: right; }
  #presidentInt figure {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 89%; }
    #presidentInt figure img {
      width: 100%; }
  #presidentInt a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    color: #fff; }
    #presidentInt a .container {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding-bottom: 30px; }
    #presidentInt a .file {
      font-size: 2.0rem; }
    #presidentInt a h3 {
      margin-top: 30px;
      font-size: 3.5rem;
      font-weight: 700; }
      #presidentInt a h3 span {
        font-size: initial;
        display: block; }
    #presidentInt a p {
      margin-top: 30px;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.6; }
    @media (max-width: 480px) {
      #presidentInt a .file {
        font-size: 1.4rem; }
      #presidentInt a h3 {
        font-size: 2.6rem; }
        #presidentInt a h3 span {
          margin-bottom: 5px; }
      #presidentInt a p {
        font-size: 1.6rem; } }
  #presidentInt .txtAni {
    position: absolute;
    top: -0.6em;
    left: 0;
    z-index: 5;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(110px, 20.8335vw, 200px);
    margin: 0;
    color: transparent;
    mix-blend-mode: multiply; }
    @media (max-width: 1024px) {
      #presidentInt .txtAni {
        font-size: clamp(82.5px, 15.6255vw, 150px); } }
    @media (max-width: 480px) {
      #presidentInt .txtAni {
        font-size: clamp(55px, 10.416vw, 100px); }
        #presidentInt .txtAni .animate {
          padding: 0 2px; } }
    #presidentInt .txtAni span {
      display: inline-block;
      transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
      transform: translate(20%, 100%);
      position: relative;
      z-index: 1;
      letter-spacing: -0.03em;
      -webkit-text-stroke: 1.5px #FF952C;
      text-stroke: 1.5px #FF952C; }
      #presidentInt .txtAni span:before {
        content: '';
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translateY(-40%);
        transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1); }
      #presidentInt .txtAni span.row {
        overflow: hidden;
        line-height: 1;
        display: block;
        transform: none; }
        #presidentInt .txtAni span.row:before {
          display: none; }
    #presidentInt .txtAni .animate {
      transform: translate(0, 0); }
      #presidentInt .txtAni .animate:before {
        transform: translateY(100%); }

/*----------------------------------
 numbersFlora 
-----------------------------------*/
#numbersFlora .container {
  position: relative;
  background: linear-gradient(-45deg, #004D8E 0%, #00B3C8 100%);
  border-radius: 20px;
  padding: min(100px,12.4992vw) min(60px,7.5006vw); }
  @media (max-width: 480px) {
    #numbersFlora .container {
      padding: min(100px,12.4992vw) 5%; } }
#numbersFlora .ttlWrap {
  color: #fff;
  align-items: flex-end; }
  @media (max-width: 480px) {
    #numbersFlora .ttlWrap {
      align-items: flex-start; } }
  #numbersFlora .ttlWrap > div .file {
    font-size: 2.0rem; }
    @media (max-width: 480px) {
      #numbersFlora .ttlWrap > div .file {
        font-size: 1.4rem; } }
  #numbersFlora .ttlWrap > div h2 {
    font-size: clamp(19.25px, 3.6465vw, 35px);
    line-height: 1.2;
    margin: 30px 0 0; }
    #numbersFlora .ttlWrap > div h2 span {
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: clamp(44px, 8.334vw, 80px); }
      @media (max-width: 480px) {
        #numbersFlora .ttlWrap > div h2 span {
          font-size: clamp(33px, 6.2505vw, 60px); } }
  #numbersFlora .ttlWrap p {
    margin: 0 0 1em 1.5em; }
    @media (max-width: 480px) {
      #numbersFlora .ttlWrap p {
        margin: 0 0 1em 0; } }
#numbersFlora .gridWrap {
  margin-top: 30px; }
  #numbersFlora .gridWrap figure:first-of-type {
    width: 59.444%; }
  #numbersFlora .gridWrap figure:nth-of-type(2) {
    width: 39.629%; }
  #numbersFlora .gridWrap figure:nth-of-type(3) {
    width: 100%; }
  #numbersFlora .gridWrap figure:nth-of-type(4) {
    width: 68.148%; }
  #numbersFlora .gridWrap figure:nth-of-type(5) {
    width: 30.925%; }
  #numbersFlora .gridWrap figure:nth-of-type(6) {
    width: 59.537%; }
  #numbersFlora .gridWrap figure:nth-of-type(7) {
    width: 39.629%; }
  #numbersFlora .gridWrap figure:nth-of-type(8) {
    width: 46.759%; }
  #numbersFlora .gridWrap figure:nth-of-type(9) {
    width: 52.407%; }
  #numbersFlora .gridWrap figure:nth-of-type(10) {
    width: 100%; }
  #numbersFlora .gridWrap figure:nth-of-type(n + 3) {
    margin-top: 10px; }
  #numbersFlora .gridWrap figure img {
    width: 100%; }
  @media (max-width: 480px) {
    #numbersFlora .gridWrap figure:nth-of-type(n + 3) {
      margin-top: 3px; } }

/*----------------------------------
 jobEnvironment 
-----------------------------------*/
#jobEnvironment {
  position: relative;
  padding: min(100px,12.4992vw) 0; }
  #jobEnvironment .infoTxt {
    position: relative;
    z-index: 1;
    margin-bottom: min(120px,14.9994vw);
    text-align: center; }
    #jobEnvironment .infoTxt .commonTtl {
      margin-bottom: 20px; }
      #jobEnvironment .infoTxt .commonTtl span {
        color: #FF952C; }
    #jobEnvironment .infoTxt p {
      max-width: 616px;
      margin: 0 auto; }
      @media (max-width: 480px) {
        #jobEnvironment .infoTxt p {
          text-align: left; } }
  #jobEnvironment .bgTxt {
    position: absolute;
    top: 100px;
    left: 0;
    display: block;
    font-size: clamp(110px, 20.8335vw, 200px);
    color: #FFF4EA;
    width: 100%;
    line-height: 1; }
    @media (max-width: 768px) {
      #jobEnvironment .bgTxt {
        font-size: clamp(82.5px, 15.6255vw, 150px); } }
  #jobEnvironment ul.environmentList {
    position: relative;
    z-index: 1;
    margin-top: 35px;
    justify-content: center; }
    #jobEnvironment ul.environmentList li {
      width: calc((100% - 40px)/2);
      padding: 0 50px 50px 50px;
      color: #fff;
      text-align: center;
      position: relative;
      margin-right: 40px; }
      #jobEnvironment ul.environmentList li:nth-of-type(2n) {
        margin-right: 0; }
      #jobEnvironment ul.environmentList li:nth-of-type(n + 3) {
        margin-top: 120px; }
      @media (max-width: 768px) {
        #jobEnvironment ul.environmentList li {
          padding: 0 15px 30px 15px; } }
      @media (max-width: 480px) {
        #jobEnvironment ul.environmentList li {
          width: 100%; }
          #jobEnvironment ul.environmentList li:nth-of-type(n + 2) {
            margin-top: 80px; } }
      #jobEnvironment ul.environmentList li::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        background: linear-gradient(135deg, #FF952C 0%, #FF2727 100%);
        z-index: -1; }
      #jobEnvironment ul.environmentList li figure {
        position: relative;
        text-align: center;
        max-width: 182px;
        min-width: 120px;
        width: 12.638vw;
        margin: -80px auto 0; }
        @media (max-width: 768px) {
          #jobEnvironment ul.environmentList li figure {
            margin: -55px auto 0; } }
        @media (max-width: 480px) {
          #jobEnvironment ul.environmentList li figure {
            margin: -35px auto 0; } }
      #jobEnvironment ul.environmentList li h3 {
        font-size: 1.8rem;
        margin: 20px 0; }
      @media (max-width: 480px) {
        #jobEnvironment ul.environmentList li p {
          text-align: left; } }
      #jobEnvironment ul.environmentList li span {
        position: absolute;
        bottom: -0.6rem;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 100%;
        font-size: clamp(22px, 4.167vw, 40px);
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #fff;
        opacity: 0.4;
        line-height: 1; }
        @media (max-width: 480px) {
          #jobEnvironment ul.environmentList li span {
            bottom: 0; } }
