/* CSS Document */
/*=================================
intro news
===================================*/
.sec-intro {
  background: url(../img/top/bg_intro.png) no-repeat top/100%;
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  .sec-intro {
    background: url(../img/top/bg_intro_sp.png) no-repeat top/100%;
    padding-top: 90px;
    padding-bottom: 100px;
    position: relative;
  }
}
.sec-intro .catch-txt {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 1.4;
  letter-spacing: 0.3em;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .sec-intro .catch-txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-intro .catch-txt {
    font-size: 26px;
    line-height: 1.53;
  }
}
.sec-intro .catch-txt::before {
  position: absolute;
  content: "";
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 187px;
  height: 417px;
  display: block;
  background: url(../img/top/bg_intro02.svg) no-repeat center/contain;
  z-index: -1;
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .sec-intro .catch-txt::before {
    width: 100px;
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .sec-intro .catch-txt::before {
    width: 100px;
    height: 220px;
    top: 50%;
  }
}
.sec-intro .txt {
  text-align: center;
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .sec-intro .txt {
    margin-top: 45px;
  }
}
.sec-intro .img-intro {
  text-align: right;
  margin-top: 50px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .sec-intro .img-intro {
    margin-top: 20px;
  }
}
.sec-intro .img-intro img {
  width: 896px;
  -webkit-transform: translateX(114px);
      -ms-transform: translateX(114px);
          transform: translateX(114px);
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .sec-intro .img-intro img {
    width: 500px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .sec-intro .img-intro img {
    width: 200px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.sec-intro .img-intro::before {
  position: absolute;
  content: "";
  background: url(../img/top/logo_gr.svg) no-repeat center/contain;
  width: 788px;
  height: 328px;
  display: block;
  left: -150px;
  top: 22%;
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .sec-intro .img-intro::before {
    width: 600px;
    height: 250px;
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-intro .img-intro::before {
    width: 312px;
    height: 130px;
    left: 0;
    top: -20px;
    display: none;
  }
}
.sec-intro .sec-ttl {
  color: #000;
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .sec-intro .sec-ttl {
    margin-top: 55px;
  }
}
.sec-intro .sec-ttl span {
  display: inline-block;
}
.sec-intro .sec-ttl .ttl {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .sec-intro .sec-ttl .ttl {
    font-size: 20px;
  }
}
.sec-intro .list-news {
  margin-top: 27px;
  background-color: #f3f4f5;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .sec-intro .list-news {
    padding: 30px 18px;
  }
}
.sec-intro .list-news li:first-of-type a {
  padding-top: 0;
}
.sec-intro .list-news li a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #e1e1dc;
}
.sec-intro .list-news li .post-date {
  font-size: 16px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.2em;
  color: #0055b4;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .sec-intro .list-news li .post-date {
    font-size: 14px;
    margin-right: 12px;
  }
}
.sec-intro .list-news li .post-category {
  font-size: 12px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.2em;
  padding: 6px 6px 4px 6px;
  display: inline-block;
  color: #fff;
  background-color: #0055b4;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .sec-intro .list-news li .post-category {
    font-size: 10px;
  }
}
.sec-intro .list-news li .post-ttl {
  display: inline-block;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .sec-intro .list-news li .post-ttl {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-top: 14px;
  }
}

/*=================================
about
===================================*/
.sec-about {
  padding-top: 0;
  padding-bottom: 100px;
}
.sec-about .flex-wrap {
  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-top: 100px;
}
@media screen and (max-width: 767px) {
  .sec-about .flex-wrap {
    margin-top: 80px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .flex-wrap .box {
    width: 100%;
  }
}
.sec-about .flex-wrap .box .catch-txt {
  font-size: 35px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec-about .flex-wrap .box .catch-txt {
    margin-top: 50px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .flex-wrap .box .txt {
    margin-top: 20px;
  }
}
.sec-about .flex-wrap .box:last-of-type {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .sec-about .flex-wrap .box:last-of-type {
    width: 100%;
  }
}
.sec-about .flex-wrap .box .btn-more {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .sec-about .flex-wrap .box .btn-more {
    margin-top: 45px;
  }
}

/*=================================
daiko data
===================================*/
.sec-data {
  background: #0055b4;
  background: -webkit-linear-gradient(354deg, #0055b4 0%, #00afc8 100%);
  background: -o-linear-gradient(354deg, #0055b4 0%, #00afc8 100%);
  background: linear-gradient(96deg, #0055b4 0%, #00afc8 100%);
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sec-data {
    padding-bottom: 62px;
  }
}
.sec-data .sec-ttl {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
}
.sec-data .img-daiko-data {
  margin-top: 66px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-data .img-daiko-data {
    margin-top: 36px;
  }
}
.sec-data .img-daiko-data::after {
  position: absolute;
  content: "";
  display: block;
  top: -42%;
  right: 40px;
  width: 213px;
  height: 394px;
  background: url(../img/top/img_man_data.png) no-repeat center/contain;
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .sec-data .img-daiko-data::after {
    width: 100px;
    top: -25%;
    height: 185px;
  }
}
@media screen and (max-width: 767px) {
  .sec-data .img-daiko-data::after {
    width: 98px;
    height: 181px;
    top: -13%;
    left: 0;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-data .img-daiko-data .img-man {
    position: absolute;
    left: 0;
    width: 34%;
    top: calc(-14% - 10px);
  }
}
.sec-data .btn-wrap {
  text-align: right;
  margin-right: 20px;
  -webkit-transform: translateY(-70%);
      -ms-transform: translateY(-70%);
          transform: translateY(-70%);
}
@media screen and (max-width: 767px) {
  .sec-data .btn-wrap {
    text-align: center;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-right: 0;
    margin-top: 24px;
  }
}

/*=================================
interview
===================================*/
.sec-interview .container {
  max-width: 1170px;
}
.sec-interview .list-interview {
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-interview .list-interview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 27px calc(50% - 50vw) 0;
    width: 100vw;
  }
}
.sec-interview .list-interview li {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .sec-interview .list-interview li {
    width: 100%;
  }
}
.sec-interview .list-interview li img {
  display: block;
}
@media screen and (max-width: 767px) {
  .sec-interview .list-interview li img {
    width: 52%;
  }
}
.sec-interview .list-interview li .btn-more {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  margin-left: 44px;
}
@media screen and (max-width: 767px) {
  .sec-interview .list-interview li .btn-more {
    display: none;
  }
}
.sec-interview .list-interview li .btn-more.blue .ttl {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 18px;
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .sec-interview .list-interview li .btn-more.blue .ttl {
    font-size: 15px;
  }
}
.sec-interview .list-interview li .btn-more.blue .sub {
  width: 50%;
}
.sec-interview .list-interview li:nth-of-type(2) {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}
@media screen and (max-width: 767px) {
  .sec-interview .list-interview li:nth-of-type(2) img {
    margin-left: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-top: -40%;
  }
}
.sec-interview .list-interview li:nth-of-type(3) {
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media screen and (max-width: 767px) {
  .sec-interview .list-interview li:nth-of-type(3) img {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-top: -10%;
    margin-left: 30px;
  }
}
.sec-interview .btn-wrap {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .sec-interview .btn-wrap {
    margin-top: -20px;
  }
}

/*=================================
works
===================================*/
.sec-works {
  background-color: #f3f4f5;
}
@media screen and (max-width: 767px) {
  .sec-works .sec-ttl {
    text-align: center;
  }
}
.sec-works .btn-more.works {
  padding: 14px 60px 14px 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .sec-works .btn-more.works {
    display: none;
  }
}
.sec-works .btn-more.works::after {
  right: 16px;
}
.sec-works .btn-more.works.sp {
  display: inline-block;
  margin-top: -20px;
}
.sec-works .btn-more.works:hover::after {
  right: 13px;
}
.sec-works .btn-wrap {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-works .btn-wrap {
    text-align: center;
  }
}
.sec-works .list-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1300px;
  margin: 112px auto 0;
}
@media screen and (max-width: 767px) {
  .sec-works .list-works {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .list-works li {
    margin-bottom: 32px;
  }
}
.sec-works .list-works li .btn-more {
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
}
.sec-works .list-works li .btn-more .sub {
  width: 90%;
}
.sec-works .list-works li:nth-of-type(1) {
  padding-right: calc(5% + 80px);
  width: 55%;
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .sec-works .list-works li:nth-of-type(1) {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .list-works li:nth-of-type(1) {
    width: 100%;
    padding-right: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sec-works .list-works li:nth-of-type(1) .btn-more {
  margin-left: 90px;
}
@media screen and (max-width: 767px) {
  .sec-works .list-works li:nth-of-type(1) .btn-more {
    -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
            transform: translateY(-30%);
    margin-left: 30px;
  }
}
.sec-works .list-works li:nth-of-type(2) {
  padding-right: 150px;
  width: 45%;
  margin-top: -237px;
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .sec-works .list-works li:nth-of-type(2) {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .list-works li:nth-of-type(2) {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: right;
    padding-left: 76px;
  }
}
.sec-works .list-works li:nth-of-type(2) .btn-more {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .sec-works .list-works li:nth-of-type(2) .btn-more {
    margin-right: 30px;
  }
}
.sec-works .list-works li:nth-of-type(2) img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .sec-works .list-works li:nth-of-type(2) img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.sec-works .list-works li:nth-of-type(3) {
  padding-left: 150px;
  width: 55%;
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .sec-works .list-works li:nth-of-type(3) {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .list-works li:nth-of-type(3) {
    width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-right: 30px;
    padding-left: 0;
  }
}
.sec-works .list-works li:nth-of-type(3) .btn-more {
  margin-left: 280px;
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .sec-works .list-works li:nth-of-type(3) .btn-more {
    margin-left: 200px;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .list-works li:nth-of-type(3) .btn-more {
    margin-left: 60px;
  }
}
.sec-works .list-works li:nth-of-type(4) {
  padding-left: 110px;
  width: 45%;
  margin-top: -280px;
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .sec-works .list-works li:nth-of-type(4) {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .list-works li:nth-of-type(4) {
    margin-top: 0;
    padding-left: 90px;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: right;
  }
}
.sec-works .list-works li:nth-of-type(4) .btn-more {
  margin-left: 70px;
}
@media screen and (max-width: 767px) {
  .sec-works .list-works li:nth-of-type(4) .btn-more {
    margin-left: 0;
    margin-right: 30px;
  }
}

/*=================================
intern ship
===================================*/
.sec-internship {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec-internship .sec-ttl {
    text-align: center;
  }
}
.sec-internship .img-internship {
  max-width: 1699px;
  margin-top: 55px;
  position: relative;
  margin: 55px auto 0;
}
@media screen and (max-width: 767px) {
  .sec-internship .img-internship {
    margin-top: 20px;
  }
}
.sec-internship .img-internship img {
  width: 88.5%;
}
@media screen and (max-width: 767px) {
  .sec-internship .img-internship img {
    width: 100%;
  }
}
.sec-internship .img-internship .txt {
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(11.5% + 30px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-internship .img-internship .txt {
    font-size: 26px;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
}
.sec-internship .btn-wrap {
  text-align: right;
  -webkit-transform: translate(-5.5%, -35%);
      -ms-transform: translate(-5.5%, -35%);
          transform: translate(-5.5%, -35%);
}
@media screen and (max-width: 767px) {
  .sec-internship .btn-wrap {
    text-align: center;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    margin-top: 40px;
  }
}
.sec-internship .btn-wrap .btn-more.white .sub {
  width: 50%;
}

/*=================================
banner faq
===================================*/
.faq-wrapper {
  padding: 100px 0;
  background: #0055b4;
  background: -webkit-linear-gradient(354deg, rgba(0, 85, 180, 0.3) 0%, rgba(0, 175, 200, 0.3) 100%);
  background: -o-linear-gradient(354deg, rgba(0, 85, 180, 0.3) 0%, rgba(0, 175, 200, 0.3) 100%);
  background: linear-gradient(96deg, rgba(0, 85, 180, 0.3) 0%, rgba(0, 175, 200, 0.3) 100%);
}
@media screen and (max-width: 767px) {
  .faq-wrapper {
    padding: 64px 0;
  }
}
.faq-wrapper .banner-wrap {
  position: relative;
}
.faq-wrapper .banner-wrap::before {
  z-index: 9;
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: -50px;
  width: 400px;
  z-index: 9;
  height: 252px;
  background: url(../img/top/img_faq_men.png) no-repeat center/contain;
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .faq-wrapper .banner-wrap::before {
    width: 242px;
    height: 154px;
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .faq-wrapper .banner-wrap::before {
    width: 127px;
    height: 84px;
    left: -10px;
  }
}
.faq-wrapper .banner-faq {
  position: relative;
  overflow: hidden;
}
.faq-wrapper .banner-faq a .sec-ttl {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.faq-wrapper .banner-faq a .sec-ttl .ttl {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .faq-wrapper .banner-faq a .sec-ttl .ttl {
    font-size: 20px;
  }
}
.faq-wrapper .banner-faq a .sec-ttl .sub {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .faq-wrapper .banner-faq a .sec-ttl .sub {
    font-size: 10px;
  }
}
.faq-wrapper .banner-faq a img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.faq-wrapper .banner-faq a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  background-color: #0055b4;
  z-index: 9;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .faq-wrapper .banner-faq a::before {
    width: 40px;
    height: 40px;
  }
}
.faq-wrapper .banner-faq a::after {
  position: absolute;
  content: "";
  display: block;
  width: 27px;
  height: 13px;
  background: url(../img/common/ic_arrow.svg) no-repeat center/contain;
  right: 18px;
  bottom: 30px;
  z-index: 9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .faq-wrapper .banner-faq a::after {
    width: 16px;
    height: 9px;
    bottom: 8px;
    right: 5px;
    background: url(../img/common/ic_arrow_sp.svg) no-repeat center/contain;
  }
}
.faq-wrapper .banner-faq a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.faq-wrapper .banner-faq a:hover::after {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}