@charset "UTF-8";
html {
  font-size: 100%;
}

body {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1rem;
  color: #0d2227;
  background: #fff;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

span {
  display: block;
}

.section-title .ttl-en {
  display: inline-block;
  margin-right: 14px;
  font-size: clamp(2.25rem, 1.2896494157rem + 2.0033388982vw, 3rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-title .ttl-en {
    font-size: 2rem;
  }
}
.section-title .ttl-ja {
  display: inline-block;
  font-size: clamp(1.125rem, 0.6448247078rem + 1.0016694491vw, 1.5rem);
  color: #e0934c;
}
@media screen and (max-width: 767px) {
  .section-title .ttl-ja {
    font-size: 1.25rem;
  }
}
.section-title .ttl-ja::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #e0934c;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  vertical-align: bottom;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .section-title .ttl-ja::before {
    margin-right: 14px;
    height: 23px;
  }
}

.link-btn {
  display: block;
  background: #44adc7;
  -webkit-box-shadow: 0px 2px 4px 0px #2a6c7c;
          box-shadow: 0px 2px 4px 0px #2a6c7c;
  width: 256px;
  height: 64px;
  color: #fff;
  line-height: 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .link-btn {
    width: 256px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.link-btn p {
  display: inline-block;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .link-btn p {
    font-size: 0.875rem;
    margin-right: 10px;
  }
}

.arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
}
.arrow::before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -3px;
  right: 0;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pc-show {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-show {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-show {
    display: block;
  }
}

.text-align {
  text-align: center;
}

.link-current {
  color: #e0934c;
}

/*-----
footer
------*/
.footer {
  width: 100%;
  background: #4eb7ba;
  color: #fff;
}
.footer__wrap {
  padding-top: 87px;
  padding-bottom: 119px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer__wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 40px 0;
    row-gap: 76px;
  }
}
.footer__logo-img {
  width: 271px;
  aspect-ratio: 195/56;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .footer__logo-img {
    width: 160px;
    margin-bottom: 24px;
  }
}
.footer .company-info__list-item {
  letter-spacing: 0.32px;
  margin-top: 22px;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 767px) {
  .footer .company-info__list-item {
    letter-spacing: 0;
    font-size: 0.875rem;
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer .company-info__list-item:nth-of-type(2),
  .footer .company-info__list-item:nth-last-of-type(3) {
    display: inline-block;
  }
}
.footer .box-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .footer .box-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 0;
    row-gap: 65px;
  }
}
.footer__link-list {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
}
@media screen and (max-width: 767px) {
  .footer__link-list {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 21px;
  }
}
.footer .link-list-item {
  letter-spacing: 3.2px;
  margin-left: 22px;
}
@media screen and (max-width: 767px) {
  .footer .link-list-item {
    margin-left: 0;
    letter-spacing: 0;
  }
}
.footer__link-list:nth-of-type(2) {
  margin-right: 55px;
}
.footer__small-text {
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 0.75rem;
  background: #27708f;
  padding-left: 175px;
}
@media screen and (max-width: 767px) {
  .footer__small-text {
    height: 42px;
    line-height: 42px;
    text-align: left;
    padding-left: 20px;
    font-size: 0.625rem;
  }
}

/*------
header pc
--------*/
.header {
  width: 100%;
  height: 80px;
  background: transparent;
  position: static;
}
@media screen and (max-width: 767px) {
  .header {
    height: 56px;
  }
}
.header__wrap {
  position: relative;
  z-index: 70;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  height: 100%;
  padding-left: 39px;
}
@media screen and (max-width: 767px) {
  .header__wrap {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header__ttl {
  aspect-ratio: 195/56;
  max-width: 160px;
}
@media screen and (max-width: 767px) {
  .header__ttl {
    max-width: 120px;
    aspect-ratio: 120/26;
  }
}
.header__ttl .black-logo {
  display: none;
}
.header__nav {
  height: 100%;
}
.header__nav-list {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 36.5px;
     -moz-column-gap: 36.5px;
          column-gap: 36.5px;
  color: #fff;
}
.header .nav-list__item {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header .nav-list__link span {
    font-size: 0.75rem;
  }
}
.header .nav-list__link span + span {
  margin-top: 5px;
  font-size: 0.625rem;
}
.header .nav-list__link:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 40px;
  background: #fff;
  left: calc(100% + 18px);
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(40deg);
          transform: translateY(-50%) rotate(40deg);
}
.header .nav-list__item:last-of-type .nav-list__link:after {
  width: 0;
  height: 0;
}
.header.header-animation {
  position: fixed;
  z-index: 50;
  background: #fff;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .header.header-animation {
    background: #fff;
  }
}
.header.header-animation .nav-list__item {
  color: #0d2227;
}
.header.header-animation .nav-list__link:after {
  background: #0d2227;
}

/*--------
header sp
--------*/
.hamburger__icon {
  width: 20px;
  height: 16px;
}
.hamburger__icon-bar {
  width: 20px;
  height: 2px;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hamburger__icon-bar::before, .hamburger__icon-bar::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  top: 8px;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hamburger__icon-bar::after {
  top: -8px;
}
.hamburger__icon-bar.js-open {
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger__icon-bar.js-open:before, .hamburger__icon-bar.js-open:after {
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hamburger__icon-bar.js-open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-animation .hamburger__icon-bar {
  background: #0d2227;
}
.header-animation .hamburger__icon-bar::before, .header-animation .hamburger__icon-bar::after {
  background: #0d2227;
}
.header-animation .hamburger__icon-bar.js-open {
  background: transparent;
}

.hamburger__menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #77c3c8;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 136px;
  z-index: 60;
  display: none;
}
.hamburger__menu-item {
  font-size: 1.25rem;
  color: #fff;
  margin-top: 39px;
}
.hamburger__menu .hamburger__menu-item:nth-of-type(1) {
  margin-top: 0;
  color: #0d2227;
}
.hamburger__menu-item span + span {
  font-size: 0.875rem;
  margin-top: 2px;
}

.content-width-pc {
  max-width: 1048px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .content-width-pc {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .content-width-sp {
    width: 100%;
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*-------
service
-------*/
.service {
  margin-top: 160px;
  position: relative;
}
@media screen and (1440px <= width) {
  .service {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .service {
    margin-top: 0;
    padding-top: 120px;
  }
}
.service::before {
  content: "";
  position: absolute;
  background: #f0f0f0;
  width: 87.1156661786%;
  height: 435px;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 371px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 371px) 100%, 0 100%);
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .service::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 28% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 28% 100%, 0 100%);
    width: 305px;
    height: 468px;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
  }
}
.service::after {
  content: "";
  position: absolute;
  background: #f0f0f0;
  width: 175px;
  height: 203px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: -1;
  right: 0;
  top: 232px;
}
@media screen and (max-width: 767px) {
  .service::after {
    width: 63px;
    height: 134px;
    top: auto;
    bottom: 0;
  }
}
.service__wrap {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (1440px <= width) {
  .service__wrap {
    margin-left: 175px;
  }
}
.service__box {
  max-width: 1190px;
  padding-top: 36px;
  -webkit-column-gap: 47px;
     -moz-column-gap: 47px;
          column-gap: 47px;
}
@media screen and (max-width: 767px) {
  .service__box {
    display: block;
    padding-top: 0;
    padding-bottom: 48px;
  }
}
.service__img {
  margin-top: 3px;
  width: clamp(18.75rem, -6.8593489149rem + 53.4223706177vw, 38.75rem);
  height: clamp(12.5rem, -6.7070116861rem + 40.0667779633vw, 27.5rem);
  aspect-ratio: 620/440;
}
@media screen and (max-width: 767px) {
  .service__img {
    margin-top: 0;
    width: 100%;
    height: 248px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.service .text-box {
  width: calc(100% - 47px - 620px);
}
@media screen and (1024px < width <= 1280px) {
  .service .text-box {
    width: calc(100% - 47px - 400px);
  }
}
@media screen and (max-width: 1024px) {
  .service .text-box {
    width: calc(100% - 30px - 300px);
  }
}
@media screen and (max-width: 767px) {
  .service .text-box {
    padding-top: 35px;
    width: 100%;
  }
}
.service__sub-ttl {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .service__sub-ttl {
    font-size: 1.5rem;
    margin-top: 25px;
  }
}
.service__sub-ttl span + span {
  margin-top: 15px;
}
.service__desc {
  margin-top: 19px;
  line-height: 2;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 1024px) {
  .service__desc {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .service__desc {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 25px;
  }
}
.service .service-btn {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .service .service-btn {
    margin-top: 26px;
  }
}

/*------
about
-------*/
.about {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 120px;
  }
}
.about__wrap {
  position: relative;
}
.about__bg-img {
  width: 100%;
  height: 656px;
}
@media screen and (max-width: 767px) {
  .about__bg-img {
    height: 248px;
    max-width: 600px;
  }
}
.about__box {
  position: absolute;
  width: 504px;
  padding: 44px 48px 48px;
  background: #fff;
  top: 40px;
  left: 175px;
}
@media screen and (max-width: 1024px) {
  .about__box {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about__box {
    position: static;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.about__desc {
  margin-top: 25px;
  padding-right: 27px;
  line-height: 2;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  .about__desc {
    font-size: 0.875rem;
    margin-top: 20px;
    padding-right: 0;
  }
}
.about-btn {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .about-btn {
    margin-top: 25px;
  }
}
.about__img {
  width: 100%;
  height: 120px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .about__img {
    display: none;
  }
}

/*------
works
------*/
.works {
  margin-top: 155px;
  position: relative;
}
@media screen and (1440px <= width) {
  .works {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .works {
    padding-top: 145px;
    margin-top: 0;
  }
}
.works::before, .works:after {
  content: "";
  width: 350px;
  height: 408px;
  display: block;
  background: #f0f0f0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  z-index: -1;
  top: 5px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .works::before, .works:after {
    width: 104px;
    height: 222px;
    right: auto;
    left: 0;
    top: 120px;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%);
  }
}
.works::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: 5px;
  left: 0;
  top: auto;
}
@media screen and (max-width: 767px) {
  .works::after {
    left: auto;
    right: 0;
    bottom: -39px;
  }
}
.works__wrap {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .works__ttl {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.works__sub-ttl {
  margin-top: 32px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .works__sub-ttl {
    text-align: left;
    font-size: 1.5rem;
    margin-top: 30px;
  }
}
.works__sub-ttl span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .works__sub-ttl span {
    margin-top: 12px;
  }
}
.works__info {
  margin-top: 32px;
  line-height: 2;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  .works__info {
    margin-top: 21px;
    font-size: 0.875rem;
    text-align: left;
  }
}
.works__list {
  margin-top: 47px;
  display: grid;
  width: 84.2%;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .works__list {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 35px;
  }
}
.works__list-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  -webkit-box-shadow: 0 0 10px 0 rgba(25, 25, 25, 0.25);
          box-shadow: 0 0 10px 0 rgba(25, 25, 25, 0.25);
}
@media screen and (max-width: 767px) {
  .works__list-item {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.works .list-img {
  width: 100%;
  aspect-ratio: 472/240;
  position: relative;
}
@media screen and (max-width: 767px) {
  .works .list-img {
    max-width: 600px;
    aspect-ratio: 375/160;
    margin-left: auto;
    margin-right: auto;
  }
}
.works .list-number {
  width: 56px;
  height: 56px;
  background: #2a6c7c;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 56px;
  position: absolute;
  top: -16px;
  left: -16px;
}
@media screen and (max-width: 767px) {
  .works .list-number {
    width: 64px;
    height: 40px;
    line-height: 40px;
    font-size: 1.25rem;
    top: auto;
    left: 0;
    bottom: 0;
  }
}
.works .list-text-box {
  padding: 30px 24px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .works .list-text-box {
    padding-top: 22px;
    padding-bottom: 32px;
    background: transparent;
  }
}
.works .list-heading {
  font-size: 1.5rem;
  font-weight: 500;
  color: #e0934c;
}
@media screen and (max-width: 767px) {
  .works .list-heading {
    font-size: 1.25rem;
  }
}
.works .list-desc {
  margin-top: 22px;
  line-height: 2;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  .works .list-desc {
    font-size: 0.875rem;
    margin-top: 17px;
  }
}
.works .asterisk {
  display: inline-block;
  font-size: 0.625rem;
}
.works__comment {
  max-width: 80%;
  margin-top: 20px;
  font-size: 0.625rem;
  padding-left: 1em;
  text-indent: -0.7em;
  margin-left: auto;
  margin-right: auto;
}
.works__comment:before {
  content: "※";
  font-size: 0.625rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.works .works-btn {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .works .works-btn {
    margin-top: 20px;
  }
}

/*------
recruit
-------*/
.recruit {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .recruit {
    margin-top: 155px;
  }
}
.recruit__wrap {
  width: 100%;
  padding-top: 72px;
  padding-bottom: 80px;
  background: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .recruit__wrap {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit__ttl {
    text-align: left;
    padding-left: 20px;
  }
}
.recruit__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  margin-top: 54px;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .recruit__list {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
}
.recruit .animate__animated {
  opacity: 0;
}
.recruit__list-item:nth-of-type(1) {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .recruit__list-item:nth-of-type(1) {
    padding-top: 0;
  }
}
.recruit__list-item:nth-of-type(2) {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .recruit__list-item:nth-of-type(2) {
    padding-top: 0;
  }
}
.recruit__img {
  width: 100%;
  aspect-ratio: 312/240;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit__img {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 375/200;
    margin-left: auto;
    margin-right: auto;
  }
}
.recruit-list-btn {
  position: absolute;
  width: 264px;
  height: 56px;
  line-height: 56px;
  text-align: left;
  padding-left: 17px;
  padding-right: 16px;
  background: rgba(24, 40, 72, 0.64);
  bottom: -24px;
  right: -8px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 1024px) {
  .recruit-list-btn {
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-list-btn {
    width: 180px;
    height: 36px;
    padding: 5px 0 5px 20px;
    bottom: 0;
    right: auto;
    left: 0;
  }
}
.recruit-list-btn p {
  margin-right: 110px;
}
@media screen and (max-width: 1024px) {
  .recruit-list-btn p {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-list-btn p {
    margin-right: 8px;
    letter-spacing: 0.17em;
  }
}
@media screen and (max-width: 767px) {
  .recruit__bottom-box {
    padding-top: 40px;
    padding-bottom: 120px;
    background: #f0f0f0;
  }
}
.recruit-btn {
  margin: 64px auto 0;
}
@media screen and (max-width: 767px) {
  .recruit-btn {
    margin-top: 0;
  }
}

/*-----
cta
------*/
.cta {
  width: 100%;
  background: url(../images/contact.jpeg) center/cover no-repeat;
  position: relative;
}
.cta::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(80, 80, 80, 0.5);
}
.cta__wrap {
  padding: 72px 164px 75px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .cta__wrap {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .cta__wrap {
    padding: 90px 19px 96px;
  }
}
.cta__ttl {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta__ttl {
    text-align: left;
  }
}
.cta__ttl .ttl-ja {
  color: #fff;
}
.cta__ttl .ttl-ja:before {
  background: #fff;
}
.cta__info {
  line-height: 2;
  letter-spacing: 0.32px;
  margin-top: 27px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cta__info {
    margin-top: 20px;
    text-align: left;
    letter-spacing: 0.2px;
  }
}
.cta__link-box {
  padding-left: 160px;
  padding-right: 160px;
  width: 100%;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 47px;
}
@media screen and (1024px < width <= 1280px) {
  .cta__link-box {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .cta__link-box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .cta__link-box {
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    margin-top: 25px;
  }
}
.cta-btn {
  width: 50%;
  background: #e0934c;
  height: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 2px 4px 0 rgba(25, 25, 25, 0.46);
          box-shadow: 0px 2px 4px 0 rgba(25, 25, 25, 0.46);
}
@media screen and (max-width: 767px) {
  .cta-btn {
    width: 100%;
    max-width: 500px;
    padding-left: 24px;
    padding-right: 24px;
    height: 48px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cta-btn p {
  color: #fff;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .cta-btn p {
    font-size: 0.875rem;
  }
}
.cta-btn p:before {
  content: "\e05c";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.cta-btn:nth-of-type(2) p:before {
  content: "\f610";
}
.cta-btn__img {
  width: 24px;
  height: 18px;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .cta-btn__img {
    width: 16px;
    height: 12px;
  }
}
.cta-btn:nth-of-type(2) {
  background: #77c3c8;
}
@media screen and (max-width: 767px) {
  .cta-btn:nth-of-type(2) {
    margin-top: 25px;
  }
}
.cta-btn:nth-of-type(2) .cta-btn__img {
  width: 20px;
  height: 17px;
}
@media screen and (max-width: 767px) {
  .cta-btn:nth-of-type(2) .cta-btn__img {
    width: 14px;
    height: 12px;
  }
}

/*-----
scroll-top
-----*/
.scroll-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f0f0f0;
  border: 2px solid #e0934c;
}
@media screen and (max-width: 767px) {
  .scroll-top {
    width: 48px;
    height: 48px;
    bottom: 30px;
    right: 30px;
  }
}
.scroll-top .hand {
  font-size: 1.75rem;
  color: #e0934c;
}
@media screen and (max-width: 767px) {
  .scroll-top .hand {
    font-size: 1.125rem;
  }
}
.scroll-top span {
  color: #e0934c;
}
@media screen and (max-width: 767px) {
  .scroll-top span {
    font-size: 0.625rem;
  }
}

/*------
first-view
-------*/
.first-view {
  position: relative;
}
.first-view::before {
  content: "";
  width: 100%;
  height: 768px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#4eb7ba), to(#27708f));
  background-image: linear-gradient(0deg, #4eb7ba 0%, #27708f 100%);
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 5;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80px, 41% 80px, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 80px, 41% 80px, 0 100%);
}
@media screen and (1440px <= width) {
  .first-view::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80px, 50% 80px, 20% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 80px, 50% 80px, 20% 100%, 0 100%);
  }
}
@media screen and (max-width: 767px) {
  .first-view::before {
    top: -56px;
    height: 667px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 56px, 77% 56px, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 56px, 77% 56px, 0 100%);
  }
}
.first-view__inner-wrap {
  width: 74.4%;
  max-width: 1016px;
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .first-view__inner-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 48px;
  }
}
.first-view__heading {
  font-size: 6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.167;
  text-shadow: 4.24px 4.24px 4px rgba(24, 40, 72, 0.4980392157);
  letter-spacing: 0.02em;
}
@media screen and (1024px < width <= 1280px) {
  .first-view__heading {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .first-view__heading {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .first-view__heading {
    font-size: 3rem;
    line-height: 1.2083333333;
  }
}
.first-view .inner-box {
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-filter: drop-shadow(4px 4px 0 #2a6c7c);
          filter: drop-shadow(4px 4px 0 #2a6c7c);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .first-view .inner-box {
    -webkit-filter: drop-shadow(2px 2px 0 #2a6c7c);
            filter: drop-shadow(2px 2px 0 #2a6c7c);
  }
}
.first-view__sub-text {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  padding: 14px 48px;
  color: #2a6c7c;
  background: #fff;
  -webkit-clip-path: polygon(51px 0, 100% 0, calc(100% - 51px) 100%, 0 100%);
          clip-path: polygon(51px 0, 100% 0, calc(100% - 51px) 100%, 0 100%);
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
  -webkit-animation: textFadein 1.5s 1.5s forwards;
          animation: textFadein 1.5s 1.5s forwards;
}
@media screen and (1024px < width <= 1280px) {
  .first-view__sub-text {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .first-view__sub-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .first-view__sub-text {
    padding: 8px 22px;
    font-size: 1.25rem;
    -webkit-clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
            clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  }
}
.first-view__sub-text.delay {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.first-view__sub-text:nth-of-type(2) {
  margin-top: 16px;
  -webkit-animation: textFadein 3s 1.5s forwards;
          animation: textFadein 3s 1.5s forwards;
}
@media screen and (max-width: 767px) {
  .first-view__sub-text:nth-of-type(2) {
    margin-top: 12px;
  }
}
.first-view__sub-text.delay:nth-of-type(2) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

@-webkit-keyframes textFadein {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes textFadein {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.swiper {
  width: 100%;
  height: 688px;
}
@media screen and (max-width: 767px) {
  .swiper {
    height: 611px;
  }
}
.swiper-slide {
  width: 100%;
  height: 100%;
  aspect-ratio: 1366/688;
}
.swiper-slide img {
  -o-object-position: bottom;
     object-position: bottom;
}
.swiper-img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .swiper-img {
    width: 100%;
    height: 611px;
  }
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  -webkit-animation: zoom-in 7s linear 0s normal both;
          animation: zoom-in 7s linear 0s normal both;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.news {
  margin-top: 120px;
  width: 100%;
  height: 64px;
  position: relative;
}
@media screen and (1024px < width <= 1280px) {
  .news {
    margin-top: 60px;
    height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .news {
    margin-top: 40px;
    height: 46px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .news {
    display: block;
    height: 48px;
    margin-top: 135px;
    font-size: 0.875rem;
  }
}
.news-tag {
  position: absolute;
  height: 100%;
  width: 175px;
  background: #2a6c7c;
  color: #fff;
  padding-left: 41px;
  line-height: 60px;
  border: 2px solid #2a6c7c;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 51px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 51px) 100%, 0 100%);
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (1024px < width <= 1280px) {
  .news-tag {
    line-height: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .news-tag {
    line-height: 42px;
    width: 120px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news-tag {
    position: static;
    width: 74px;
    height: 22px;
    padding-left: 13px;
    line-height: 22px;
    -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
    top: 0;
    left: 0;
  }
}
.news__box {
  width: 82%;
  height: 100%;
  background: #fff;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 124px;
  padding-left: 75px;
  border-top: 2px solid #2a6c7c;
  border-bottom: 2px solid #2a6c7c;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .news__box {
    margin-left: 70px;
    padding-left: 50px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .news__box {
    width: 100%;
    max-width: 360px;
    margin-left: 0;
    padding-left: 8px;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    border: 2px solid #2a6c7c;
  }
}
.news-box-tag {
  width: 80px;
  height: 28px;
  line-height: 28px;
  border-radius: 6px;
  color: #fff;
  background: #e0934c;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .news-box-tag {
    width: 65px;
    height: 20px;
    line-height: 20px;
    border-radius: 8px;
    font-size: 0.75rem;
  }
}
.news-link {
  width: 120px;
  height: 100%;
  background: #2a6c7c;
  position: absolute;
  border: 2px solid #2a6c7c;
  -webkit-clip-path: polygon(51px 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(51px 0, 100% 0, 100% 100%, 0 100%);
  top: 0;
  right: 0;
  z-index: 5;
  padding-left: 72px;
  line-height: 64px;
}
@media screen and (1024px < width <= 1280px) {
  .news-link {
    line-height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .news-link {
    line-height: 46px;
    width: 120px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .news-link {
    display: none;
  }
}
.news-arrow {
  height: 2px;
}
.news-arrow::before {
  height: 2px;
}

/*------
loading
------*/
.loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
}
.loading__wrap {
  height: 100%;
  width: 100%;
  background: url(../images/loading-bg-g.jpg) center/cover repeat-x;
  position: relative;
}
.loading__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #a4ffff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-animation-name: loadingLine;
          animation-name: loadingLine;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.loading__inner {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.loading__logo {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.loading__caption {
  font-size: 2.25rem;
  color: #fff;
}

@-webkit-keyframes loadingLine {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  51% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}

@keyframes loadingLine {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  51% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */