@charset "utf-8";
/* common
-------------------------------------------------------------- */
.styleTop {
  color: var(--green);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .styleTop {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

/* mv
-------------------------------------------------------------- */
#mv {
  position: relative;
  z-index: 1;
}
#mv::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 174px;
  background: url(../img/common/sv_overlay.png) repeat-x left bottom;
  content: '';
  z-index: 10;
}
/* message
-------------------------------------------------------------- */
#message {
  position: relative;
  margin-top: -100px;
  padding: 100px 30px;
  border-radius: 20px;
  background: var(--white);
  z-index: 3;
}
#message h2 {
  margin: 0 auto 30px;
  color: var(--darkblue);
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}
#message p {
  margin: 0 auto 100px;
  max-width: 450px;
  text-align: center;
  font-size: 1.5rem;
}
#message ul {
  margin: 0 auto 30px;
  max-width: 680px;
}
#message li {
  max-width: 48%;
}
#message .btnGray a {
  margin: 0;
  padding: 20px;
  font-size: 1.5rem;
  border-radius: 20px;
}
#message .btnGray a::before {
  width: 20px;
}
@media (max-width: 767px) {
  #message {
    margin-top: -30px;
    padding: 30px 20px;
    border-radius: 10px;
  }
  #message h2 {
    margin: 0 auto 20px;
    font-size: 1.8rem;
  }
  #message p {
    margin: 0 auto 50px;
    font-size: 1.4rem;
  }
  #message ul {
    margin: 0 auto 20px;
    gap: 20px;
  }
  #message li {
    max-width: 100%;
    width: 100%;
  }
  #message .btnGray a {
    margin: auto;
    padding: 15px;
    font-size: 1.4rem;
    border-radius: 10px;
    width: 200px;
  }
  #message .btnGray a::before {
    width: 10px;
  }
}


/* welfare
-------------------------------------------------------------- */
#welfare {
  position: relative;
}
#welfare::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient( 45deg, rgb(255,255,255) 0%, rgb(234,255,216) 0%, rgb(215,247,236) 43%, rgb(196,238,255) 100%);;
  content: "";
  z-index: 1;
}
#welfare .top {
  position: relative;
  z-index: 2;
}
#welfare .top img {
  width: 100%;
}
#welfare h2 {
  position: relative;
  padding: 150px 0 100px;
  text-align: center;
  color: var(--darkblue);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 2px;
  z-index: 2;
}
#welfare .welfareBox {
  position: relative;
  padding: 80px 40px;
  background: var(--white);
  border-radius: 20px;
  font-size: 1.5rem;
  z-index: 2;
}
#welfare .welfareBox .leadTxt {
  text-align: center;
}
#welfare .welfareBox h3 {
  padding: 80px 0 50px;
  color: var(--green);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 2px;
}
#welfare dl {
  align-items: center;
  margin-bottom: 60px;
  padding: 50px;
  border: 1px solid var(--green);
  border-radius: 10px;
}
#welfare dt {
  width: 30%;
  text-align: center;
}
#welfare dd {
  width: 70%;
}
#welfare figcaption {
  padding: 10px 0;
  color: var(--green);
  font-size: 2rem;
  font-weight: 700;
}
#welfare li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 1.4rem;
}
#welfare li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
#welfare li strong {
  font-size: 1.5rem;
}
#welfare .txtGreen {
  color: var(--green);
}
#welfare .grayBox {
  padding: 20px;
  background: var(--lightgray);
}
#welfare .grayBox li {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #welfare::after {
    height: 20%;
  }
  #welfare h2 {
    padding: 60px 0 50px;
    font-size: 2rem;
  }
  #welfare .welfareBox {
    padding: 40px 20px;
    border-radius: 10px;
    font-size: 1.4rem;
  }
  #welfare .welfareBox h3 {
    padding: 40px 0 20px;
    font-size: 2rem;
  }
  #welfare dl {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 5px;
  }
  #welfare dt {
    width: 100%;
  }
  #welfare dd {
    padding-top: 20px;
    width: 100%;
  }
  #welfare figcaption {
    font-size: 1.6rem;
  }
  #welfare li {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  #welfare li strong {
    font-size: 1.4rem;
  }
}

/* interview
-------------------------------------------------------------- */
#interview {
  position: relative;
  margin-top: 175px;
}
#interview::after {
  position: absolute;
  top: -175px;
  right: 0;
  width: 65%;
  height: 350px;
  border-radius: 20px 0 0 20px;
  background: var(--lightgreen);
  content: "";
  z-index: -1;
}
#interview .container {
  padding: 100px 40px 100px;
  border-radius: 30px;
  background: var(--white);
}
#interview h2 {
  text-align: center;
}
#interview .sliderWrap {
  position: relative;
  padding: 20px 0 180px;
  padding-left: calc((100% - 1100px) / 2);
}
#interview .swiper-slide {
  width: 270px;
  overflow: hidden;
  border-radius: 30px;
  background: var(--white);
  height: auto;
}
.swiper-slide-active {
  box-shadow: 0px 0px 20px 0px rgba(3, 0, 0, 0.2);
}
#interview .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 40px 50px;
}
.card .name {
  font-size: 1.8rem;
  font-weight: 700;
}
.card .year {
  padding: 10px 0;
  text-align: right;
  font-size: 1.5rem;
}
.card .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: var(--green);
  font-size: 2rem;
  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/recruit/arrow_gy.svg) no-repeat center / contain;
  content: "";
  z-index: 2;
  transition: transform 0.6s ease;
}
.card:hover::after {
  background: url(../img/recruit/arrow_gy.svg) no-repeat center / contain;
  transform: translateX(10px);
}
#interview .swiper-controller {
  margin-top: 100px;
}
.swiper-pagination {
  display: flex;
}
.swiper-pagination {
  margin-left: 20px;
  display: grid;
  grid-template-columns: repeat(var(--bullet-count), 1fr);
  max-width: 1100px;
}
.swiper-pagination-bullet {
  margin: 0 !important;
  width: 100%;
  height: 5px;
  cursor: pointer;
  border-radius: 0;
  background-color: var(--gray);
}
.swiper-pagination-bullet-active {
  background: var(--green);
}
@media (max-width: 767px) {
  #interview {
    margin: 100px 0 150px;
  }
  #interview::after {
    top: -100px;
    height: 200px;
    border-radius: 10px 0 0 10px;
  }
  #interview .container {
    padding: 40px 20px 0;
  }
  #interview .sliderWrap {
    padding: 50px 0 0;
    padding-left: 20px;
  }
  #interview .sliderWrap::after {
    width: 45%;
    height: 75%;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
  }
  #interview .swiper-slide {
    width: 250px;
    border-radius: 15px;
  }
  .card .info {
    padding: 20px 30px;
  }
  .card .title {
    font-size: 1.8rem;
  }
  .card .txtArea {
    font-size: 1.4rem;
  }
  #interview .swiper-controller {
    margin-top: 50px;
  }
}

/* news
-------------------------------------------------------------- */
#news {
  position: relative;
  margin-top: 175px;
}
#news::after {
  position: absolute;
  top: -175px;
  left: 0;
  width: 65%;
  height: 350px;
  border-radius: 0 20px 20px 0;
  background: var(--lightblue);
  content: "";
  z-index: -1;
}
#news .container {
  padding: 80px 40px 0;
  border-radius: 30px;
  background: var(--white);
}
#news .postArea {
  width: 68%;
}
#news .postArea li {
  border-bottom: 2px dotted #a3a3a3;
}
#news .postArea li a {
  position: relative;
  display: block;
  padding: 30px 60px 30px 0;
  font-size: 1.5rem;
  color: var(--gray);
}
#news .postArea li .job {
  padding-bottom: 10px;
  color: var(--darkgray);
  font-weight: 700;
}
#news .postArea li .ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#news .postArea li.none {
  text-align: center;
}
#news .postArea li img {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#news .postArea li a:hover {
  background: var(--lightgray);
}
#news .postArea li.none {
  text-align: center;
}
#news .ttlArea {
  width: 30%;
}
#news .ttlArea h2 {
  padding-top: 20px;
  text-align: center;
}
#news .btn {
  padding-top: 60px;
}
@media (max-width: 767px) {
  #news {
    margin-top: 100px;
  }
  #news::after {
    top: -100px;
    height: 200px;
    border-radius: 0 10px 10px 0;
  }
  #news .container {
    padding: 40px 20px 0;
  }
  #news .postArea {
    width: 100%;
  }
  #news .postArea li a {
    padding: 15px 40px 15px 0;
    font-size: 1.4rem;
  }
  #news .postArea li .ttl {
    -webkit-line-clamp: 2;
  }
  #news .postArea li img {
    width: 15px;
    right: 10px;
  }
  #news .ttlArea {
    width: 100%;
    text-align: center;
  }
  #news .ttlArea h2 {
    padding: 0 0 20px
  }
}

/* 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;
  }
}