@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------------------------------------------------------------
*/
#mv {
  position: relative;
  overflow: hidden; }

.title h2 {
  font-family: 'Montserrat', sans-serif;
  color: #00B2ED;
  line-height: 1.0em; }
  .title h2 .white {
    color: #fff; }
.title h3 {
  line-height: 1.0em;
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .title h3 {
      margin-top: 10px; } }

/*
---------------------------------------------------------------------------------------------------------------------
ACNとは
---------------------------------------------------------------------------------------------------------------------
*/
#about {
  position: relative;
  width: 100%;
  max-width: 1800px;
  margin: 40px auto 0; }
  @media (min-width: 768px) {
    #about {
      width: 95%; } }
  @media (min-width: 1024px) {
    #about {
      margin: 120px auto 0; } }
  @media (min-width: 1250px) {
    #about {
      width: 90%; } }
  #about .copy {
    width: 90%;
    position: relative;
    z-index: 10;
    margin-bottom: -5px;
    padding-left: 10%; }
    @media (min-width: 1024px) {
      #about .copy {
        width: 70%;
        padding: 10% 0 0 0; } }
    #about .copy img {
      margin-bottom: 6px; }
      @media (min-width: 1024px) {
        #about .copy img {
          margin-bottom: 20px; } }
      #about .copy img:last-child {
        margin-bottom: 0; }
  @media (min-width: 1024px) {
    #about picture {
      position: absolute;
      top: 0;
      right: 0;
      width: 70%; } }
  #about picture img {
    width: 90%;
    margin-left: 10%;
    border-radius: 10px; }
    @media (min-width: 1024px) {
      #about picture img {
        width: 100%;
        margin-left: 0; } }
  #about .contents {
    background-color: #173F8E;
    border-radius: 10px;
    margin: -100px 5% 0 0;
    padding: 20px 20px 30px 20px; }
    @media (min-width: 768px) {
      #about .contents {
        padding: 20px 30px 30px 30px; } }
    @media (min-width: 1024px) {
      #about .contents {
        padding: 60px;
        margin: 0 5% 0 0; } }
    #about .contents .title {
      margin-top: 50px;
      position: relative;
      z-index: 10; }
      @media (min-width: 1250px) {
        #about .contents .title {
          margin-top: 5%; } }
      #about .contents .title h2 {
        font-size: 3.0em; }
        @media (min-width: 1024px) {
          #about .contents .title h2 {
            font-size: 4.3em; } }
      #about .contents .title h3 {
        font-size: 2.25em;
        color: #fff; }
    #about .contents .contents-in {
      margin: 20px auto 0; }
      @media (min-width: 768px) {
        #about .contents .contents-in {
          display: flex; } }
      @media (min-width: 1024px) {
        #about .contents .contents-in {
          margin: 60px auto 0; } }
      @media (min-width: 1600px) {
        #about .contents .contents-in {
          margin: 10% auto 0; } }
      @media (min-width: 768px) {
        #about .contents .contents-in .text {
          width: 45%; } }
      #about .contents .contents-in .text p {
        font-size: 0.9em;
        line-height: 1.8em;
        text-align: justify;
        color: #fff; }
        @media (min-width: 1024px) {
          #about .contents .contents-in .text p {
            font-size: 1.125em; } }
      #about .contents .contents-in .about-btn {
        display: flex;
        justify-content: center;
        margin-top: 20px; }
        @media (min-width: 768px) {
          #about .contents .contents-in .about-btn {
            width: 55%;
            margin-top: auto;
            justify-content: flex-end; } }
        #about .contents .contents-in .about-btn .link-btn:nth-child(1) {
          margin-right: 10px; }
          @media (min-width: 1250px) {
            #about .contents .contents-in .about-btn .link-btn:nth-child(1) {
              margin-right: 20px; } }

/*
---------------------------------------------------------------------------------------------------------------------
先輩たちのリアル
---------------------------------------------------------------------------------------------------------------------
*/
#interview {
  margin: 120px auto 0;
  overflow: hidden; }
  #interview .interview-in {
    width: 90%;
    max-width: 1800px;
    margin: auto;
    position: relative; }
  #interview .copy img:nth-child(1) {
    width: 80%;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      #interview .copy img:nth-child(1) {
        width: 50%;
        margin-bottom: 20px; } }
  #interview .copy img:nth-child(2) {
    width: 100%; }
    @media (min-width: 1024px) {
      #interview .copy img:nth-child(2) {
        width: 78%; } }
  #interview .title {
    text-align: right;
    margin-top: 20px; }
    @media (min-width: 1024px) {
      #interview .title {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0px; } }
    #interview .title h2 {
      font-size: 1.75em; }
      @media (min-width: 1024px) {
        #interview .title h2 {
          font-size: 3.75em; } }
    #interview .title h3 {
      font-size: 1.0em;
      color: #FF7F00; }
      @media (min-width: 1024px) {
        #interview .title h3 {
          font-size: 1.875em; } }
  #interview .interview-card02 {
    margin: 10px auto 0;
    position: relative;
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */ }
    @media (min-width: 1024px) {
      #interview .interview-card02 {
        margin: 30px auto 0; } }
    #interview .interview-card02 .swiper-button-prev::after {
      background-image: url("../img/parts/arrow-cy-left.svg"); }
    #interview .interview-card02 .swiper-button-next::after {
      background-image: url("../img/parts/arrow-cy-right.svg"); }
    #interview .interview-card02 .swiper-button-next, #interview .interview-card02 .swiper-container-rtl .swiper-button-prev {
      right: -15px; }
      @media (min-width: 768px) {
        #interview .interview-card02 .swiper-button-next, #interview .interview-card02 .swiper-container-rtl .swiper-button-prev {
          right: -35px; } }
      @media (min-width: 1024px) {
        #interview .interview-card02 .swiper-button-next, #interview .interview-card02 .swiper-container-rtl .swiper-button-prev {
          right: -45px; } }
      @media (min-width: 1250px) {
        #interview .interview-card02 .swiper-button-next, #interview .interview-card02 .swiper-container-rtl .swiper-button-prev {
          right: -60px; } }
    #interview .interview-card02 .swiper-button-prev, #interview .interview-card02 .swiper-container-rtl .swiper-button-next {
      left: -15px; }
      @media (min-width: 768px) {
        #interview .interview-card02 .swiper-button-prev, #interview .interview-card02 .swiper-container-rtl .swiper-button-next {
          left: -35px; } }
      @media (min-width: 1024px) {
        #interview .interview-card02 .swiper-button-prev, #interview .interview-card02 .swiper-container-rtl .swiper-button-next {
          left: -45px; } }
      @media (min-width: 1250px) {
        #interview .interview-card02 .swiper-button-prev, #interview .interview-card02 .swiper-container-rtl .swiper-button-next {
          left: -60px; } }
    #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide {
      position: relative;
      background-color: #173F8E;
      border-radius: 20px;
      padding: 15px; }
      @media (min-width: 1024px) {
        #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide {
          padding: 30px;
          border-radius: 40px; } }
      #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
        opacity: 0; }
      #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
        opacity: 0; }
      @media (min-width: 1024px) {
        #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .interview-title {
          display: flex;
          align-items: center; } }
      #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .interview-title p {
        font-family: 'Montserrat', sans-serif;
        font-size: 2.5em;
        line-height: .8em;
        color: #fff;
        margin-right: 20px; }
        @media (min-width: 1024px) {
          #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .interview-title p {
            font-size: 8em; } }
        @media (min-width: 1250px) {
          #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .interview-title p {
            font-size: 12.5em; } }
      #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .interview-title h2 {
        font-size: 7.5vw;
        line-height: 1.3em;
        font-feature-settings: "palt";
        color: #fff;
        margin-top: 5px; }
        @media (min-width: 1024px) {
          #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .interview-title h2 {
            font-size: 4.5vw;
            line-height: 1.2em;
            margin-top: 0; } }
        #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .interview-title h2.three {
          font-size: 7.5vw; }
          @media (min-width: 1024px) {
            #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .interview-title h2.three {
              font-size: 3.2vw; } }
        @media (min-width: 1024px) {
          #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .interview-title h2.small {
            margin-top: -20px; } }
        #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .interview-title h2 .small {
          font-size: 0.9em; }
          @media (min-width: 1024px) {
            #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .interview-title h2 .small {
              font-size: 0.8em; } }
        #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .interview-title h2 .large {
          font-size: 1.4em;
          line-height: 1.2em; }
          @media (min-width: 1024px) {
            #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .interview-title h2 .large {
              font-size: 1.2em; } }
      #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie {
        position: relative;
        z-index: 10;
        margin: 15px 0 0; }
        @media (min-width: 1024px) {
          #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie {
            display: flex;
            margin: 30px 0 0; } }
        #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .thumbnail {
          position: relative; }
          @media (min-width: 1024px) {
            #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .thumbnail {
              width: 40%; } }
          #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .thumbnail a img.photo {
            border-radius: 20px; }
        #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy {
          margin-top: 15px; }
          @media (min-width: 1024px) {
            #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy {
              width: 60%;
              display: flex;
              align-items: center;
              position: relative;
              padding-left: 20px; } }
          #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy h3 {
            font-size: 10.00vw;
            font-weight: 900;
            line-height: 1.2em;
            color: #fff; }
            @media (min-width: 1024px) {
              #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy h3 {
                font-size: min(6.5vw, 8em);
                line-height: 1.3em; } }
            #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy h3.three {
              font-size: 9.0vw; }
              @media (min-width: 1024px) {
                #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy h3.three {
                  font-size: min(5vw, 6em);
                  line-height: 1.25em;
                  margin-top: -16px; } }
            #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy h3.three2 {
              font-size: 8.0vw; }
              @media (min-width: 1024px) {
                #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy h3.three2 {
                  font-size: 4.0vw;
                  line-height: 1.2em; } }
              #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy h3.three2 .large {
                font-size: 1.6em;
                line-height: 1.2em; }
              #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy h3.three2 .large2 {
                font-size: 1.4em;
                line-height: 1.2em; }
            #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy h3.three3 {
              font-size: 8.0vw; }
              @media (min-width: 1024px) {
                #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy h3.three3 {
                  font-size: 4.6vw;
                  line-height: 1.2em; } }
              #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy h3.three3 .small {
                font-size: 0.7em;
                line-height: 1.2em; }
          #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy .personal {
            color: #fff;
            margin-top: 10px; }
            @media (min-width: 1024px) {
              #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy .personal {
                position: absolute;
                bottom: 2%;
                right: 2%;
                margin-top: 0px; } }
            #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy .personal p {
              font-size: 0.8em;
              line-height: 1.6em;
              margin-bottom: 5px; }
              @media (min-width: 768px) {
                #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy .personal p {
                  font-size: 1.0em; } }
              @media (min-width: 1024px) {
                #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy .personal p {
                  text-align: right;
                  margin-bottom: 10px; } }
              @media (min-width: 1250px) {
                #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy .personal p {
                  font-size: 1.125em; } }
            #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy .personal h4 {
              font-size: 1.8em;
              line-height: 1.2em; }
              @media (min-width: 768px) {
                #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy .personal h4 {
                  font-size: 2.0em; } }
              @media (min-width: 1024px) {
                #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy .personal h4 {
                  text-align: right; } }
              @media (min-width: 1250px) {
                #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide article .movie .card02-copy .personal h4 {
                  font-size: 2.5em; } }
      #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide picture {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 60%; }
        @media (min-width: 768px) {
          #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide picture {
            width: 50%; } }
        @media (min-width: 1024px) {
          #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide picture {
            width: 43%; } }
        #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide picture img {
          border-radius: 20px; }
          @media (min-width: 1024px) {
            #interview .interview-card02 .swiper-area .swiper .swiper-wrapper .swiper-slide picture img {
              border-radius: 40px; } }

/*
---------------------------------------------------------------------------------------------------------------------
新人×先輩
---------------------------------------------------------------------------------------------------------------------
*/
#newface {
  position: relative;
  width: 100%;
  margin: 80px auto 0;
  padding-bottom: 100px;
  overflow: hidden; }
  @media (min-width: 768px) {
    #newface {
      margin: 120px auto 0; } }
  #newface .copy {
    text-align: center; }
    #newface .copy .title1 {
      width: 80%;
      max-width: 1800px;
      margin: auto; }
    #newface .copy .title2 {
      width: 40%;
      max-width: 500px;
      margin: -50px auto 0; }
  #newface .newface-card03 {
    margin: 60px auto 0;
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */ }
    @media (min-width: 768px) {
      #newface .newface-card03 {
        margin: 120px auto 0; } }
    @media (min-width: 1024px) {
      #newface .newface-card03 {
        margin: 60px auto 0; } }
    @media (min-width: 1250px) {
      #newface .newface-card03 {
        margin: 0px auto 0; } }
    #newface .newface-card03 .swiper-button-prev::after {
      background-image: url("../img/parts/arrow-or-left.svg"); }
    #newface .newface-card03 .swiper-button-next::after {
      background-image: url("../img/parts/arrow-or-right.svg"); }
    #newface .newface-card03 .swiper-button-next, #newface .newface-card03 .swiper-container-rtl .swiper-button-prev {
      right: 1%; }
      @media (min-width: 768px) {
        #newface .newface-card03 .swiper-button-next, #newface .newface-card03 .swiper-container-rtl .swiper-button-prev {
          right: calc( 50% - 300px ); } }
      @media (min-width: 1250px) {
        #newface .newface-card03 .swiper-button-next, #newface .newface-card03 .swiper-container-rtl .swiper-button-prev {
          right: calc( 50% - 320px ); } }
      @media (min-width: 1850px) {
        #newface .newface-card03 .swiper-button-next, #newface .newface-card03 .swiper-container-rtl .swiper-button-prev {
          right: calc( 50% - 370px ); } }
    #newface .newface-card03 .swiper-button-prev, #newface .newface-card03 .swiper-container-rtl .swiper-button-next {
      left: 1%; }
      @media (min-width: 768px) {
        #newface .newface-card03 .swiper-button-prev, #newface .newface-card03 .swiper-container-rtl .swiper-button-next {
          left: calc( 50% - 300px ); } }
      @media (min-width: 1250px) {
        #newface .newface-card03 .swiper-button-prev, #newface .newface-card03 .swiper-container-rtl .swiper-button-next {
          left: calc( 50% - 320px ); } }
      @media (min-width: 1850px) {
        #newface .newface-card03 .swiper-button-prev, #newface .newface-card03 .swiper-container-rtl .swiper-button-next {
          left: calc( 50% - 370px ); } }
    #newface .newface-card03 .swiper-button-prev, #newface .newface-card03 .swiper-button-next {
      bottom: 44%;
      top: auto; }
      @media (min-width: 768px) {
        #newface .newface-card03 .swiper-button-prev, #newface .newface-card03 .swiper-button-next {
          bottom: 33%; } }
      @media (min-width: 1250px) {
        #newface .newface-card03 .swiper-button-prev, #newface .newface-card03 .swiper-button-next {
          bottom: 38%; } }
      @media (min-width: 1850px) {
        #newface .newface-card03 .swiper-button-prev, #newface .newface-card03 .swiper-button-next {
          bottom: 30%; } }
    #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide {
      transition: .7s;
      transform: scale(0.9); }
      @media (min-width: 1250px) {
        #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide {
          transform: scale(0.8); } }
      #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
        transform: scale(1.2);
        z-index: 1; }
        @media (min-width: 1250px) {
          #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
            transform: scale(1); } }
      #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article {
        position: relative; }
        @media (min-width: 1250px) {
          #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article {
            margin: 0 -100px; } }
        #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .contents {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
          @media (min-width: 1250px) {
            #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .contents {
              height: 700px; } }
          #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .contents .contents-in .newface-title {
            text-align: center; }
            #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .contents .contents-in .newface-title p {
              font-family: 'Montserrat', sans-serif;
              font-weight: bold;
              font-size: 1.0em;
              line-height: 1.0em;
              color: #00B2ED;
              margin-bottom: 10px; }
              @media (min-width: 768px) {
                #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .contents .contents-in .newface-title p {
                  font-size: 1.4em; } }
            #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .contents .contents-in .newface-title h2 {
              font-size: 1.0em;
              line-height: 1.2em;
              color: #383838;
              text-shadow: 1px 1px 0px #fff; }
              @media (min-width: 768px) {
                #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .contents .contents-in .newface-title h2 {
                  font-size: min(3vw, 3.4em); } }
          #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .contents .contents-in .movie {
            max-width: 240px;
            width: 90%;
            margin: 20px auto 0; }
            @media (min-width: 768px) {
              #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .contents .contents-in .movie {
                max-width: 400px; } }
            @media (min-width: 1250px) {
              #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .contents .contents-in .movie {
                max-width: 500px; } }
            @media (min-width: 1850px) {
              #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .contents .contents-in .movie {
                max-width: 600px; } }
        #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .name {
          display: flex;
          justify-content: space-around;
          margin-top: 110px; }
          @media (min-width: 768px) {
            #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .name {
              margin-top: 90px; } }
          @media (min-width: 1024px) {
            #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .name {
              margin-top: 30px; } }
          @media (min-width: 1250px) {
            #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .name {
              margin-top: 10px; } }
          #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .name .name-text {
            text-align: center;
            color: #383838; }
            #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .name .name-text h3 {
              font-size: 1.0em;
              line-height: 1.2em; }
              @media (min-width: 1024px) {
                #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .name .name-text h3 {
                  font-size: 1.5em; } }
              @media (min-width: 1250px) {
                #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .name .name-text h3 {
                  font-size: 2.75em; } }
            #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .name .name-text p {
              font-size: 0.60em;
              line-height: 1.45em;
              margin-top: 10px; }
              @media (min-width: 1024px) {
                #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .name .name-text p {
                  font-size: 0.8em; } }
              @media (min-width: 1250px) {
                #newface .newface-card03 .swiper-area .swiper .swiper-wrapper .swiper-slide article .name .name-text p {
                  font-size: 0.9em;
                  line-height: 1.6em; } }

/*
---------------------------------------------------------------------------------------------------------------------
仕事を語る
---------------------------------------------------------------------------------------------------------------------
*/
#work {
  margin: -50px auto 0;
  overflow: hidden; }
  @media (min-width: 1024px) {
    #work {
      margin: -100px auto 0; } }
  #work .work-ue {
    position: relative; }
    #work .work-ue .back {
      display: flex;
      justify-content: space-around; }
      #work .work-ue .back img {
        width: 50%; }
        @media (min-width: 1250px) {
          #work .work-ue .back img {
            height: 100%;
            width: auto; } }
        #work .work-ue .back img:nth-child(1) {
          margin-right: auto; }
        #work .work-ue .back img:nth-child(2) {
          position: absolute;
          bottom: 0;
          right: 0; }
    #work .work-ue .copy {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center; }
      @media (min-width: 1250px) {
        #work .work-ue .copy {
          top: -25%; } }
      #work .work-ue .copy img {
        width: 40%; }
  #work .talk-movie {
    background: linear-gradient(180deg, #173F8E 0%, #173F8E 70%, #fff 70%, #fff 100%); }
    #work .talk-movie .work-card04 {
      max-width: 1800px;
      width: 90%;
      margin: auto;
      position: relative;
      /* 前への矢印カスタマイズ */
      /* 次への矢印カスタマイズ */ }
      @media (min-width: 768px) {
        #work .talk-movie .work-card04 {
          width: 95%; } }
      #work .talk-movie .work-card04 .swiper-button-prev::after {
        background-image: url("../img/parts/arrow-or-left.svg"); }
      #work .talk-movie .work-card04 .swiper-button-next::after {
        background-image: url("../img/parts/arrow-or-right.svg"); }
      #work .talk-movie .work-card04 .swiper-button-next, #work .talk-movie .work-card04 .swiper-container-rtl .swiper-button-prev {
        right: -4%; }
        @media (min-width: 768px) {
          #work .talk-movie .work-card04 .swiper-button-next, #work .talk-movie .work-card04 .swiper-container-rtl .swiper-button-prev {
            right: -2%; } }
        @media (min-width: 1024px) {
          #work .talk-movie .work-card04 .swiper-button-next, #work .talk-movie .work-card04 .swiper-container-rtl .swiper-button-prev {
            right: 20%; } }
        @media (min-width: 1250px) {
          #work .talk-movie .work-card04 .swiper-button-next, #work .talk-movie .work-card04 .swiper-container-rtl .swiper-button-prev {
            right: 25%; } }
        @media (min-width: 1450px) {
          #work .talk-movie .work-card04 .swiper-button-next, #work .talk-movie .work-card04 .swiper-container-rtl .swiper-button-prev {
            right: 32%; } }
      #work .talk-movie .work-card04 .swiper-button-prev, #work .talk-movie .work-card04 .swiper-container-rtl .swiper-button-next {
        left: -4%; }
        @media (min-width: 768px) {
          #work .talk-movie .work-card04 .swiper-button-prev, #work .talk-movie .work-card04 .swiper-container-rtl .swiper-button-next {
            left: -2%; } }
        @media (min-width: 1024px) {
          #work .talk-movie .work-card04 .swiper-button-prev, #work .talk-movie .work-card04 .swiper-container-rtl .swiper-button-next {
            left: 20%; } }
        @media (min-width: 1250px) {
          #work .talk-movie .work-card04 .swiper-button-prev, #work .talk-movie .work-card04 .swiper-container-rtl .swiper-button-next {
            left: 25%; } }
        @media (min-width: 1450px) {
          #work .talk-movie .work-card04 .swiper-button-prev, #work .talk-movie .work-card04 .swiper-container-rtl .swiper-button-next {
            left: 32%; } }
      #work .talk-movie .work-card04 .swiper-button-prev, #work .talk-movie .work-card04 .swiper-button-next {
        top: 18%; }
        @media (min-width: 768px) {
          #work .talk-movie .work-card04 .swiper-button-prev, #work .talk-movie .work-card04 .swiper-button-next {
            top: 12%; } }
        @media (min-width: 1024px) {
          #work .talk-movie .work-card04 .swiper-button-prev, #work .talk-movie .work-card04 .swiper-button-next {
            display: none; } }
      #work .talk-movie .work-card04 .swiper-area .swiper .swiper-wrapper .swiper-slide {
        padding: 0 10px;
        margin-top: -20px; }
        @media (min-width: 768px) {
          #work .talk-movie .work-card04 .swiper-area .swiper .swiper-wrapper .swiper-slide {
            margin-top: -60px; } }
        @media (min-width: 1024px) {
          #work .talk-movie .work-card04 .swiper-area .swiper .swiper-wrapper .swiper-slide {
            margin-top: -100px; } }
        @media (min-width: 1250px) {
          #work .talk-movie .work-card04 .swiper-area .swiper .swiper-wrapper .swiper-slide {
            margin-top: -140px; } }
        #work .talk-movie .work-card04 .swiper-area .swiper .swiper-wrapper .swiper-slide article .personal {
          text-align: center;
          margin-top: 20px; }
          #work .talk-movie .work-card04 .swiper-area .swiper .swiper-wrapper .swiper-slide article .personal h4 {
            font-family: 'Montserrat', sans-serif;
            font-weight: bold;
            font-size: 1.0em;
            line-height: 1.0em;
            color: #00B2ED; }
          #work .talk-movie .work-card04 .swiper-area .swiper .swiper-wrapper .swiper-slide article .personal h2 {
            font-size: 1.0em;
            line-height: 1.4em;
            color: #fff;
            margin-top: 20px; }
            @media (min-width: 1250px) {
              #work .talk-movie .work-card04 .swiper-area .swiper .swiper-wrapper .swiper-slide article .personal h2 {
                font-size: 1.125em; } }
          #work .talk-movie .work-card04 .swiper-area .swiper .swiper-wrapper .swiper-slide article .personal img {
            border-radius: 50%;
            width: 80px;
            margin-top: 20px; }
          #work .talk-movie .work-card04 .swiper-area .swiper .swiper-wrapper .swiper-slide article .personal h3 {
            font-size: 1.5em;
            line-height: 1.0em;
            color: #383838;
            margin-top: 20px; }
            @media (min-width: 1250px) {
              #work .talk-movie .work-card04 .swiper-area .swiper .swiper-wrapper .swiper-slide article .personal h3 {
                font-size: 2.0em; } }
          #work .talk-movie .work-card04 .swiper-area .swiper .swiper-wrapper .swiper-slide article .personal p {
            font-size: 0.8em;
            line-height: 1.4em;
            color: #383838;
            margin-top: 10px; }
            @media (min-width: 1250px) {
              #work .talk-movie .work-card04 .swiper-area .swiper .swiper-wrapper .swiper-slide article .personal p {
                font-size: 0.9em; } }
  #work .link-btn {
    text-align: center;
    margin: 60px auto 0; }

/*
---------------------------------------------------------------------------------------------------------------------
どんな会社
---------------------------------------------------------------------------------------------------------------------
*/
#what {
  position: relative;
  width: 90%;
  margin: 120px auto 0;
  padding-bottom: 100px; }
  #what .copy1 {
    position: relative;
    right: 0;
    max-width: 800px;
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      #what .copy1 {
        margin-left: auto; } }
    @media (min-width: 1250px) {
      #what .copy1 {
        margin-left: calc( 50% - 300px );
        max-width: 900px; } }
  #what .copy2 {
    max-width: 480px;
    width: 90%;
    text-align: center;
    margin: auto; }
    #what .copy2 p {
      font-family: 'Montserrat', sans-serif;
      font-weight: bold;
      font-size: 1.2em;
      line-height: 1.2em;
      color: #173F8E;
      margin-top: 10px; }
      @media (min-width: 1024px) {
        #what .copy2 p {
          font-size: 1.75em; } }
  #what .link-btn {
    margin: 50px auto 0;
    text-align: center; }
  #what .what-movie-box.first {
    padding-left: 10%;
    margin-bottom: 40px; }
  #what .what-movie-box.second {
    padding-right: 10%; }
  #what .what-movie-box .text {
    text-align: center;
    margin-top: 10px;
    color: #383838; }
    #what .what-movie-box .text h3 {
      font-size: 1.125em;
      line-height: 1.3em; }
      @media (min-width: 1024px) {
        #what .what-movie-box .text h3 {
          font-size: 1.45em; } }
      @media (min-width: 1250px) {
        #what .what-movie-box .text h3 {
          font-size: 1.75em; } }
    #what .what-movie-box .text p {
      font-size: 0.8em;
      line-height: 1.0em;
      margin-top: 10px; }
      @media (min-width: 1024px) {
        #what .what-movie-box .text p {
          font-size: 0.9em; } }
  @media (min-width: 1024px) {
    #what .what-movie {
      display: flex;
      margin-top: -160px; } }
  #what .what-movie .what-movie-left {
    position: relative; }
    @media (min-width: 1024px) {
      #what .what-movie .what-movie-left {
        width: 55%;
        padding-right: 5%;
        margin-top: 10%; } }
    #what .what-movie .what-movie-left picture img {
      width: 95%;
      margin-left: 2.5%; }
    #what .what-movie .what-movie-left .people02 {
      position: absolute;
      top: 20%;
      right: 0;
      z-index: -1;
      width: 50%; }
      @media (min-width: 1024px) {
        #what .what-movie .what-movie-left .people02 {
          top: 15%;
          right: -5%; } }
  #what .what-movie .what-movie-right picture img {
    width: 60%;
    margin-left: 40%; }
  @media (min-width: 1024px) {
    #what .what-movie .what-movie-right {
      width: 45%; } }

/*
---------------------------------------------------------------------------------------------------------------------
数字で見るACN
---------------------------------------------------------------------------------------------------------------------
*/
#data {
  max-width: 1800px;
  margin: auto;
  width: 90%; }
  #data .copy1 {
    text-align: justify; }
    @media (min-width: 768px) {
      #data .copy1 {
        text-align: center; } }
    #data .copy1 p {
      font-size: 0.9em;
      font-weight: bold;
      line-height: 1.8em;
      color: #383838;
      margin-top: 20px; }
      @media (min-width: 768px) {
        #data .copy1 p {
          font-size: 1.125em;
          margin-top: 60px; } }
  #data .data-in {
    margin-top: 20px; }
    @media (min-width: 1024px) {
      #data .data-in {
        margin-top: 60px; } }
    #data .data-in .graph {
      background-color: #EDEDED;
      border-radius: 20px;
      margin-top: -50px;
      padding: 80px 20px 40px; }
      @media (min-width: 768px) {
        #data .data-in .graph {
          border-radius: 30px;
          margin-top: -64px;
          padding: 130px 40px 60px; } }
      @media (min-width: 1250px) {
        #data .data-in .graph {
          margin-top: -80px;
          padding: 130px 60px 80px; } }
      @media (min-width: 1024px) {
        #data .data-in .graph .graph-in {
          display: flex;
          justify-content: space-around; } }
      #data .data-in .graph .graph-in .graph-title {
        text-align: center;
        margin-bottom: 20px; }
        @media (min-width: 1024px) {
          #data .data-in .graph .graph-in .graph-title {
            margin-bottom: 30px; } }
        #data .data-in .graph .graph-in .graph-title h4 {
          font-size: 1.0em;
          line-height: 1.2em; }
          @media (min-width: 1024px) {
            #data .data-in .graph .graph-in .graph-title h4 {
              font-size: 1.25em; } }
        #data .data-in .graph .graph-in .graph-title h5 {
          font-size: 1.5em;
          font-weight: bold;
          line-height: 1.2em;
          color: #173F8E;
          margin-top: 5px; }
          @media (min-width: 1024px) {
            #data .data-in .graph .graph-in .graph-title h5 {
              font-size: 1.75em; } }
          #data .data-in .graph .graph-in .graph-title h5 u {
            background: linear-gradient(transparent 55%, #B4EDFF 55%);
            padding: 0 5px;
            text-decoration: none; }
      #data .data-in .graph .graph-in .graph-a01 {
        text-align: center; }
        #data .data-in .graph .graph-in .graph-a01 img {
          max-width: 280px; }
          @media (min-width: 1250px) {
            #data .data-in .graph .graph-in .graph-a01 img {
              max-width: 400px; } }
      #data .data-in .graph .graph-in .graph-a02 {
        text-align: center;
        margin-top: 40px; }
        @media (min-width: 1024px) {
          #data .data-in .graph .graph-in .graph-a02 {
            margin-top: 0; } }
        #data .data-in .graph .graph-in .graph-a02 .graph-title {
          margin-bottom: 20px; }
        #data .data-in .graph .graph-in .graph-a02 .graph-02-2nd {
          margin-top: 40px; }
        #data .data-in .graph .graph-in .graph-a02 img {
          max-width: 300px; }
          @media (min-width: 1250px) {
            #data .data-in .graph .graph-in .graph-a02 img {
              max-width: 480px; } }
      #data .data-in .graph .graph-in .graph-03 {
        text-align: center;
        margin-top: 40px; }
        @media (min-width: 1024px) {
          #data .data-in .graph .graph-in .graph-03 {
            margin-top: 0; } }
        #data .data-in .graph .graph-in .graph-03 img {
          max-width: 60px; }
          @media (min-width: 1024px) {
            #data .data-in .graph .graph-in .graph-03 img {
              max-width: 80px; } }
          @media (min-width: 1250px) {
            #data .data-in .graph .graph-in .graph-03 img {
              max-width: 100px; } }
      #data .data-in .graph .graph-in .graph-b01 {
        text-align: center; }
        #data .data-in .graph .graph-in .graph-b01 img {
          max-width: 170px; }
          @media (min-width: 1024px) {
            #data .data-in .graph .graph-in .graph-b01 img {
              max-width: 200px; } }
          @media (min-width: 1250px) {
            #data .data-in .graph .graph-in .graph-b01 img {
              max-width: 230px; } }
      #data .data-in .graph .graph-in .graph-b02 {
        text-align: center;
        margin-top: 40px; }
        @media (min-width: 1024px) {
          #data .data-in .graph .graph-in .graph-b02 {
            margin-top: 0; } }
        #data .data-in .graph .graph-in .graph-b02 img {
          max-width: 400px; }
          @media (min-width: 1024px) {
            #data .data-in .graph .graph-in .graph-b02 img {
              max-width: 480px; } }

/*
---------------------------------------------------------------------------------------------------------------------
社員の皆さんに聞きました
---------------------------------------------------------------------------------------------------------------------
*/
#question {
  max-width: 1800px;
  margin: auto;
  width: 90%;
  padding-top: 120px; }
  #question .question-title {
    margin: 0 auto 20px; }
    #question .question-title h2 {
      font-family: 'Montserrat', sans-serif;
      font-weight: bold;
      font-size: 2.0em;
      line-height: 1.2em;
      color: #173F8E; }
      @media (min-width: 1024px) {
        #question .question-title h2 {
          font-size: 2.5em; } }
  @media only screen and (min-width: 1024px) {
    #question .o-6column .col-lg-6 {
      padding: 0 20px; }
    #question .o-6column {
      margin: 0 -20px; } }
  @media only screen and (min-width: 1450px) {
    #question .o-6column .col-lg-6 {
      padding: 0 40px; }
    #question .o-6column {
      margin: 0 -40px; } }
  #question .question-boxA {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    width: 100%; }
    @media (min-width: 1024px) {
      #question .question-boxA {
        margin-bottom: 50px; } }
    #question .question-boxA .copy {
      width: 70%; }
      @media (min-width: 768px) {
        #question .question-boxA .copy {
          width: 100%;
          display: flex; } }
      @media (min-width: 1024px) {
        #question .question-boxA .copy img {
          width: auto;
          height: 240px; } }
      @media (min-width: 1250px) {
        #question .question-boxA .copy img {
          height: 310px; } }
      @media (min-width: 1650px) {
        #question .question-boxA .copy img {
          height: 400px; } }
    #question .question-boxA .hito {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: -1;
      width: 80%; }
      @media (min-width: 768px) {
        #question .question-boxA .hito {
          width: auto;
          bottom: inherit; } }
      @media (min-width: 1024px) {
        #question .question-boxA .hito img {
          width: auto;
          height: 310px; } }
      @media (min-width: 1650px) {
        #question .question-boxA .hito img {
          height: 400px; } }
  #question .question-box {
    position: relative;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 1024px) {
      #question .question-box {
        display: flex;
        height: 310px; } }
    @media (min-width: 1250px) {
      #question .question-box {
        margin-bottom: 50px; } }
    @media (min-width: 1650px) {
      #question .question-box {
        height: 400px; } }
    #question .question-box .left {
      width: 100%;
      display: flex; }
      @media (min-width: 1024px) {
        #question .question-box .left {
          display: block; } }
      @media (min-width: 1024px) {
        #question .question-box .left .q-title {
          position: absolute; } }
      #question .question-box .left .q-title h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        font-size: 1.25em;
        line-height: 1.2em;
        color: #173F8E; }
        @media (min-width: 1250px) {
          #question .question-box .left .q-title h2 {
            font-size: 1.75em; } }
        #question .question-box .left .q-title h2 u {
          background: linear-gradient(transparent 55%, #B4EDFF 55%);
          padding: 0 5px;
          text-decoration: none; }
      #question .question-box .left .q-title h3 {
        font-size: 1.0em;
        line-height: 1.2em;
        margin-top: 10px; }
        @media (min-width: 1250px) {
          #question .question-box .left .q-title h3 {
            font-size: 1.5em; } }
      #question .question-box .left .q-title h4 {
        font-size: 1.5em;
        line-height: 1.2em;
        color: #173F8E;
        margin-top: 5px; }
        @media (min-width: 1250px) {
          #question .question-box .left .q-title h4 {
            font-size: 2.0em; } }
      #question .question-box .left img {
        position: absolute;
        top: 0;
        right: 0;
        width: 30%; }
        @media (min-width: 1024px) {
          #question .question-box .left img {
            top: inherit;
            bottom: 0;
            left: 0;
            right: inherit; } }
    #question .question-box .right {
      width: 100%;
      margin-top: 10px; }
      @media (min-width: 1024px) {
        #question .question-box .right {
          margin-top: auto; } }
      @media (min-width: 1024px) {
        #question .question-box .right img {
          width: auto;
          height: 220px; } }
      @media (min-width: 1250px) {
        #question .question-box .right img {
          height: 310px; } }
      @media (min-width: 1800px) {
        #question .question-box .right img {
          height: 360px; } }

/*
---------------------------------------------------------------------------------------------------------------------
私たちの給与例
---------------------------------------------------------------------------------------------------------------------
*/
#salary {
  max-width: 1800px;
  margin: 0 auto 80px;
  overflow: hidden;
  padding-top: 40px; }
  @media (min-width: 1024px) {
    #salary {
      overflow: auto;
      margin: 0 auto 160px;
      padding-top: 120px; } }
  #salary .salary-title {
    margin: 0 auto 40px;
    width: 90%;
    text-align: center; }
    @media (min-width: 1024px) {
      #salary .salary-title {
        display: flex;
        margin: 0 auto 60px;
        text-align: left; } }
    @media (min-width: 1024px) {
      #salary .salary-title .copy {
        width: 50%;
        margin-right: 10px; } }
    #salary .salary-title h2 {
      font-family: 'Montserrat', sans-serif;
      font-weight: bold;
      font-size: 6vw;
      line-height: 1.2em;
      color: #173F8E;
      margin-top: 10px; }
      @media (min-width: 1024px) {
        #salary .salary-title h2 {
          font-size: min(3vw, 3.4em);
          margin-top: 0; } }
  #salary .salary-card05 {
    position: relative;
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */ }
    #salary .salary-card05 .swiper-button-prev::after {
      background-image: url("../img/parts/arrow-cy-left.svg"); }
    #salary .salary-card05 .swiper-button-next::after {
      background-image: url("../img/parts/arrow-cy-right.svg"); }
    #salary .salary-card05 .swiper-button-prev, #salary .salary-card05 .swiper-button-next {
      top: 50%; }
    #salary .salary-card05 .swiper-button-next, #salary .salary-card05 .swiper-container-rtl .swiper-button-prev {
      right: 5px; }
      @media (min-width: 1250px) {
        #salary .salary-card05 .swiper-button-next, #salary .salary-card05 .swiper-container-rtl .swiper-button-prev {
          right: 10px; } }
    #salary .salary-card05 .swiper-button-prev, #salary .salary-card05 .swiper-container-rtl .swiper-button-next {
      left: 5px; }
      @media (min-width: 1250px) {
        #salary .salary-card05 .swiper-button-prev, #salary .salary-card05 .swiper-container-rtl .swiper-button-next {
          left: 10px; } }
    #salary .salary-card05 .swiper-area {
      margin: auto;
      padding: 0 20px; }
      @media (min-width: 1024px) {
        #salary .salary-card05 .swiper-area {
          padding: 0 5%; } }
      @media (min-width: 1024px) {
        #salary .salary-card05 .swiper-area .swiper {
          overflow: hidden; } }
      #salary .salary-card05 .swiper-area .swiper .swiper-wrapper .swiper-slide {
        background-color: #F2F2F2;
        border-radius: 30px;
        padding: 30px 0 0 2%; }
        @media (min-width: 1850px) {
          #salary .salary-card05 .swiper-area .swiper .swiper-wrapper .swiper-slide {
            padding: 30px 5% 0; } }
        #salary .salary-card05 .swiper-area .swiper .swiper-wrapper .swiper-slide article {
          display: flex; }
          #salary .salary-card05 .swiper-area .swiper .swiper-wrapper .swiper-slide article .icon {
            width: 30%; }
            #salary .salary-card05 .swiper-area .swiper .swiper-wrapper .swiper-slide article .icon img {
              margin-top: auto; }
          #salary .salary-card05 .swiper-area .swiper .swiper-wrapper .swiper-slide article .text {
            display: flex;
            align-items: center;
            width: 70%;
            margin-bottom: 30px;
            padding-left: 5%; }
            #salary .salary-card05 .swiper-area .swiper .swiper-wrapper .swiper-slide article .text .text-in {
              display: flex; }
              #salary .salary-card05 .swiper-area .swiper .swiper-wrapper .swiper-slide article .text .text-in ul.left {
                margin-right: 10px; }
                #salary .salary-card05 .swiper-area .swiper .swiper-wrapper .swiper-slide article .text .text-in ul.left li {
                  font-size: 1.0em;
                  font-weight: bold;
                  color: #173F8E;
                  margin-bottom: 14px;
                  background: linear-gradient(transparent 55%, #B4EDFF 55%);
                  padding: 0 5px; }
                  #salary .salary-card05 .swiper-area .swiper .swiper-wrapper .swiper-slide article .text .text-in ul.left li:last-child {
                    margin-bottom: 0; }
              #salary .salary-card05 .swiper-area .swiper .swiper-wrapper .swiper-slide article .text .text-in ul.right li.large {
                font-size: 1.3em;
                font-weight: bold;
                color: #FF7F00; }
              #salary .salary-card05 .swiper-area .swiper .swiper-wrapper .swiper-slide article .text .text-in ul.right li {
                font-size: 1.0em;
                margin-bottom: 14px; }
                #salary .salary-card05 .swiper-area .swiper .swiper-wrapper .swiper-slide article .text .text-in ul.right li:last-child {
                  margin-bottom: 0; }
