@charset "utf-8";
/* common
-------------------------------------------------------------- */
.styleTop span {
  display: block;
}
.styleTop .en {
  color: var(--blue);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
.styleTop .jp {
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .styleTop .en {
    font-size: 2.4rem;
  }
  .styleTop .jp {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}

/* mv
-------------------------------------------------------------- */
#mv {
  position: relative;
  margin-top: 80px;
}
#mv h2 {
  position: absolute;
  bottom: 10%;
  left: calc((100% - 1100px) / 2);
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1.8;
  color: var(--white);
  text-shadow:
    0 0 4px rgba(95,146,255,0.8),
    0 0 10px rgba(95,146,255,0.6),
    0 0 20px rgba(95,146,255,0.4);
  z-index: 10;
}
#mv img {
  width: 100%;
}
@media (max-width: 1200px) {
  #mv h2 {
    bottom: 10%;
    left: 5%;
    font-size: 5.2rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  #mv {
    margin-top: 60px;
  }
  #mv h2 {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
/* about
-------------------------------------------------------------- */
#about {
  position: relative;
  margin-top: 5px;
}
#about .container.flex {
  padding: 140px 0;
  justify-content: space-between;
  background: url(../img/index/about_bg.png) no-repeat right top / auto 100%;
}
#about figure {
  width: 32%;
}
#about .txtArea {
  width: 62%;
}
#about h2 {
  padding: 10px 0 30px;
  font-size: 4.2rem;
  font-weight: 700;
  text-indent: -20px;
}
#about .btn {
  padding-top: 30px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #about .container.flex {
    padding: 70px 0 50px;
    width: 100%;
    background: url(../img/index/about_bg.png) no-repeat 20% 0 / auto 100%;
  }
  #about figure {
    margin: 0 auto 30px;
    width: 50%;
  }
  #about .txtArea {
    padding: 0 15px;
    width: 100%;
  }
  #about h2 {
    padding: 10px 0 20px;
    font-size: 2.4rem;
    text-indent: -10px;
  }
  #about .btn {
    justify-content: center;
  }
}

/* products
-------------------------------------------------------------- */
#products {
  padding: 100px 0;
  background: var(--lightgray);
}
#products .sliderWrap {
  position: relative;
  padding: 80px 0;
  padding-left: calc((100% - 1100px) / 2);
}
#products .sliderWrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 60%;
  background: var(--green);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  content: "";
  z-index: -1;
}
#products .swiper-slide {
  width: 350px;
  overflow: hidden;
  border-radius: 30px;
  background: var(--white);
  height: auto;
}
#products .swiper-slidee-item { 
  height: 100%;
}
.card .eyecatch {
  width: 100%;
  border-radius: 30px 30px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1 / 1;
}
.card .info {
  padding: 20px 30px;
}
.card .title {
  color: var(--blue2);
  font-size: 2.4rem;
  font-weight: 700;
}
.card .txtArea {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.card::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 22px;
  height: 20px;
  background: url(../img/common/arrow_g.svg) no-repeat center / contain;
  content: "";
  z-index: 2;
  transition: transform 0.6s ease;
}
.card:hover::after {
  background: url(../img/common/arrow_g.svg) no-repeat center / contain;
  transform: translateX(10px);
}
#products .swiper-controller {
  margin-top: 100px;
}
.swiper-pagination {
  display: flex;
}
.swiper-pagination-bullet {
  margin: 0 10px 0 0!important;
  width: 30px;
  height: 5px;
  cursor: pointer;
  border-radius: 0;
  background-color: var(--gray);
}
.swiper-pagination-bullet-active {
  width: 60px;
  background: var(--blue);
}
#products .btn a {
  margin: auto;
}
@media (max-width: 767px) {
  #products {
    padding: 50px 0;
  }
  #products .sliderWrap {
    padding: 50px 0 0;
    padding-left: 20px;
  }
  #products .sliderWrap::after {
    width: 45%;
    height: 75%;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
  }
  #products .swiper-slide {
    width: 250px;
    border-radius: 15px;
  }
  .card .info {
    padding: 10px 20px;
  }
  .card .title {
    font-size: 1.8rem;
  }
  .card .txtArea {
    font-size: 1.4rem;
  }
  #products .swiper-controller {
    margin-top: 50px;
  }
  .swiper-pagination-bullet {
    width: 15px;
  }
  .swiper-pagination-bullet-active {
    width: 30px;
  }
}

/* recruit
-------------------------------------------------------------- */
#recruit {
  position: relative;
  overflow-x: hidden;
}
#recruit .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 58%;
  border-radius: 0 0 60px 0;
  background: url(../img/index/recruit_img.jpg) no-repeat center / cover;
  aspect-ratio: 881 / 567;
}
#recruit .container {
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 567px;
}
#recruit .txtArea {
  position: relative;
  width: 450px;
  z-index: 1;
}
#recruit .ttl {
  margin-bottom: 30px;
  padding: 30px 25px;
  background: var(--white);
}
#recruit h2 {
  display: flex;
  align-items: flex-end;
}
#recruit h2 .en {
  font-size: 4.2rem;
}
#recruit h2 .jp {
  margin: 0 0 5px 30px;
}
#recruit p {
  padding-left: 80px;
}
#recruit p:first-of-type {
  margin-bottom: 20px;
}
#recruit .btn {
  padding: 30px 0 0 70px;
}
@media (max-width: 1500px) {
  #recruit .container {
    padding-top: 5%;
    min-height: auto;
  }
  #recruit .photo {
    width: 45%;
    border-radius: 0 0 50px 0;
  }
}
@media (max-width: 767px) {
  #recruit .photo {
    position: static;
    width: 100%;
    border-radius: 0 0 30px 0;
  }
  #recruit .container {
    padding-top: 10%;
  }
  #recruit .txtArea {
    width: 100%;
  }
  #recruit .ttl {
    margin-bottom: 30px;
    padding: 20px;
  }
  #recruit h2 .en {
    font-size: 3rem;
  }
  #recruit h2 .jp {
    margin: 0 0 5px 20px;
  }
  #recruit p {
    padding-left: 0;
  }
  #recruit .btn {
    padding: 30px 0 0;
  }
  #recruit .btn a {
    margin: auto;
  }
}

/* interview
-------------------------------------------------------------- */
#interview {
  padding: 120px 0 100px;
}
#interview h2 {
  padding-bottom: 50px;
  text-align: center;
}
#interview li {
  margin-bottom: 50px;
}
#interview li a {
  position: relative;
  padding: 30px;
  justify-content: space-between;
  background: var(--white);
  border-radius: 30px;
}
#interview li a::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  margin: auto;
  width: 50px;
  height: 50px;
  background: url(../img/common/arrow_bl_gd.svg.png) no-repeat center / contain;
  content: '';
}
#interview .eyecatch {
  width: 49%;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 51 / 30;
}
#interview .txtArea {
  width: 47%;
}
#interview .ttl {
  padding: 5px 0 30px;
  color: var(--blue);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
#interview .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 1.6rem;
}
#interview li.none {
  text-align: center;
}
#interview .btn a {
  margin: 0 auto;
}
@media (max-width: 767px) {
  #interview {
    padding: 60px 0 50px;
  }
  #interview h2 {
    padding-bottom: 30px;
  }
  #interview li {
    margin-bottom: 30px;
  }
  #interview li a {
    padding: 20px 20px 40px;
    border-radius: 15px;
  }
  #interview li a::after {
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
  }
  #interview .eyecatch {
    width: 100%;
    border-radius: 15px;
  }
  #interview .txtArea {
    width: 100%;
  }
  #interview .ttl {
    padding: 15px 0 20px;
    font-size: 1.8rem;
  }
  #interview .txt {
    font-size: 1.4rem;
  }
}

/* news
-------------------------------------------------------------- */
#news {
  padding: 150px 0;
}
#news .postArea {
  width: 60%;
  border-top: 1px solid #d8d8d8;
}
#news .postArea li {
  border-bottom: 1px solid #d8d8d8;
}
#news .postArea li a {
  padding: 25px 0;
  font-size: 1.6rem;
}
#news .postArea li .date {
  width: 140px;
  font-size: 1.5rem;
  color: var(--blue);
  font-weight: 700;
}
#news .postArea li .ttl {
  width: calc(100% - 140px);
}
#news .postArea li.none {
  text-align: center;
}
#news .ttlArea {
  width: 40%;
}
#news .btn {
  padding-top: 60px;
}
@media (max-width: 767px) {
  #news {
    padding: 60px 0;
  }
  #news .postArea {
    width: 100%;
  }
  #news .postArea li a {
    padding: 15px 0;
    font-size: 1.5rem;
  }
  #news .postArea li .date {
    width: 100%;
    font-size: 1.4rem;
  }
  #news .postArea li .ttl {
    width: 100%;
  }
  #news .ttlArea {
    width: 100%;
    text-align: center;
  }
  #news .btn {
    padding: 20px 0 30px;
  }
  #news .btn a {
    margin: auto;
  }
}

/* contact
-------------------------------------------------------------- */
#contact {
  padding: 90px 0;
  border-radius: 60px;
  background: linear-gradient(0deg, #015eea 0%, #00c0fa 100%);
  color: var(--white);
  text-align: center;
}
#contact h2 .en {
  color: var(--white);
}
#contact p {
  padding-top: 40px;
}
#contact .btn {
  padding-top: 30px;
}
#contact .btn a {
  margin: auto;
  width: 325px;
  height: 111px;
}
#contact .btn a::after {
  right: 50px;
  width: 15px;
}
@media (max-width: 767px) {
  #contact {
    padding: 50px 15px;
    border-radius: 30px;
  }
  #contact p {
    padding-top: 30px;
  }
  #contact .btn {
    padding-top: 20px;
  }
  #contact .btn a {
    width: 235px;
    height: 81px;
  }
  #contact .btn a::after {
    right: 35px;
    width: 10px;
  }
}