@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
.fv__img img {
  height: 46.875vw;
}

.greeting {
  padding-top: 9.375rem;
  padding-bottom: min(498px, 25.9375vw);
}
@media screen and (max-width: 1279px) {
  .greeting {
    padding-bottom: 19.53125vw;
  }
}
@media screen and (max-width: 1023px) {
  .greeting {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  .greeting {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 479px) {
  .greeting {
    padding-top: 8.75rem;
  }
}
.greeting .container-1460 {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .greeting .container-1460 {
    padding-bottom: 45.5729166667vw;
  }
}
@media screen and (max-width: 599px) {
  .greeting .container-1460 {
    padding-bottom: 0;
  }
}
.greeting .container-1460::before, .greeting .container-1460::after {
  content: "";
  position: absolute;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.greeting .container-1460::before {
  width: 585px;
  height: 438px;
  background: url(../img/home/greeting1.jpg) no-repeat center center/cover;
  top: 70px;
  right: 164px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .greeting .container-1460::before {
    width: min(585px, 40.625vw);
    height: min(438px, 30.4166666667vw);
    right: min(164px, 11.3888888889vw);
  }
}
@media screen and (max-width: 1023px) {
  .greeting .container-1460::before {
    top: unset;
    bottom: 23.4375vw;
  }
}
@media screen and (max-width: 599px) {
  .greeting .container-1460::before {
    content: none;
  }
}
.greeting .container-1460::after {
  width: 696px;
  height: 505px;
  background: url(../img/home/greeting2.webp) no-repeat center center/cover;
  top: 380px;
  right: -215px;
}
@media screen and (max-width: 1439px) {
  .greeting .container-1460::after {
    width: min(696px, 48.3333333333vw);
    height: min(505px, 35.0694444444vw);
    top: min(380px, 26.3888888889vw);
    right: max(-215px, -14.9305555556vw);
  }
}
@media screen and (max-width: 1023px) {
  .greeting .container-1460::after {
    background: url(../img/home/greeting3.webp) no-repeat center center/cover;
    top: unset;
    bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .greeting .container-1460::after {
    content: none;
  }
}
.greeting-container-inner {
  position: relative;
}
.greeting-container-inner::before {
  content: "";
  width: 380px;
  height: 380px;
  background: url(../img/home/greeting3.webp) no-repeat center center/cover;
  position: absolute;
  top: 550px;
  right: 360px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1439px) {
  .greeting-container-inner::before {
    width: min(380px, 26.3888888889vw);
    height: min(380px, 26.3888888889vw);
    top: min(550px, 38.1944444444vw);
    right: min(360px, 25vw);
    box-shadow: 0 min(10px, 0.6944444444vw) min(10px, 0.6944444444vw) rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1023px) {
  .greeting-container-inner::before {
    content: none;
  }
}
.greeting-txt-wrapper {
  padding-top: 77px;
  width: 47%;
}
@media screen and (max-width: 1023px) {
  .greeting-txt-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .greeting-txt-wrapper {
    padding-top: 35px;
  }
}
.greeting__ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .greeting__ttl {
    margin-bottom: 1.875rem;
  }
}
.greeting__ttl--sub {
  font-size: 1.625rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 51px;
}
@media screen and (max-width: 599px) {
  .greeting__ttl--sub {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  .greeting__ttl--sub {
    font-size: 1.25rem;
  }
}
.greeting__txt {
  font-weight: 500;
  line-height: 1.8;
  width: 91%;
}
.greeting-btn-wrapper {
  margin-top: 50px;
}

.service-inner .container-1510,
.recruit-inner .container-1510 {
  position: relative;
}
.service-inner .container-1510::before,
.recruit-inner .container-1510::before {
  content: "";
  width: 98%;
  height: 800px;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .service-inner .container-1510::before,
  .recruit-inner .container-1510::before {
    height: 650px;
    top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .service-inner .container-1510::before,
  .recruit-inner .container-1510::before {
    width: 90%;
  }
}
.service-inner .container-1510::after,
.recruit-inner .container-1510::after {
  content: "";
  width: min(1060px, 55.2083333333vw);
  height: 600px;
  position: absolute;
  top: 200px;
}
@media screen and (max-width: 1919px) {
  .service-inner .container-1510::after,
  .recruit-inner .container-1510::after {
    width: min(1060px, 69.4444444444vw);
  }
}
@media screen and (max-width: 1439px) {
  .service-inner .container-1510::after,
  .recruit-inner .container-1510::after {
    height: 400px;
    width: min(1060px, 58.59375vw);
    top: 250px;
  }
}
@media screen and (max-width: 1023px) {
  .service-inner .container-1510::after,
  .recruit-inner .container-1510::after {
    width: 78.125vw;
  }
}
@media screen and (max-width: 599px) {
  .service-inner .container-1510::after,
  .recruit-inner .container-1510::after {
    content: none;
  }
}
.service-txt-wrapper,
.recruit-txt-wrapper {
  width: 38%;
  padding-top: 12.3125rem;
}
@media screen and (max-width: 1439px) {
  .service-txt-wrapper,
  .recruit-txt-wrapper {
    width: 50%;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .service-txt-wrapper,
  .recruit-txt-wrapper {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .service-txt-wrapper,
  .recruit-txt-wrapper {
    padding-top: 3.75rem;
  }
}
.service__txt,
.recruit__txt {
  line-height: 1.875;
  font-weight: 500;
  margin-top: 49px;
  margin-bottom: 50px;
}

.service .container-1510::before {
  background-color: #2C5BA3;
  right: -190px;
}
@media screen and (max-width: 1023px) {
  .service .container-1510::before {
    right: 0;
  }
}
.service .container-1510::after {
  background: url(../img/home/service-bg.webp) no-repeat center center/cover;
  left: -190px;
  clip-path: polygon(85.8% 0, 100% 24.4%, 100% 100%, 0 100%, 0 0);
}
@media screen and (max-width: 1023px) {
  .service .container-1510::after {
    top: unset;
    bottom: -350px;
  }
}
.service-txt-wrapper {
  margin-left: auto;
}
.service__txt {
  color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .service-btn-wrapper {
    margin-left: auto;
  }
}
@media screen and (max-width: 599px) {
  .service-btn-wrapper {
    margin-left: 0;
  }
}

.works {
  padding-top: 17.0625rem;
}
@media screen and (max-width: 1023px) {
  .works {
    padding-top: 28.125rem;
  }
}
@media screen and (max-width: 599px) {
  .works {
    padding-top: 9.375rem;
  }
}
.works-inner {
  background-color: #06A385;
  clip-path: polygon(89.3% 0, 100% 31%, 100% 100%, 0 100%, 0 0);
  position: relative;
  padding: 84px 0 95px;
}
@media screen and (max-width: 1279px) {
  .works-inner {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1023px) {
  .works-inner {
    padding-left: 20px;
  }
}
.works-inner::before {
  content: "";
  width: 577px;
  height: 523px;
  background: url(../img/home/works.webp) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -12.5px;
}
@media screen and (max-width: 1439px) {
  .works-inner::before {
    width: min(581px, 40.3472222222vw);
    height: min(581px, 40.3472222222vw);
  }
}
@media screen and (max-width: 1023px) {
  .works-inner::before {
    top: 0;
    transform: translateY(0);
  }
}
.works-txt-wrapper {
  width: 56.7%;
  margin-left: auto;
}
@media screen and (max-width: 1439px) {
  .works-txt-wrapper {
    width: 54%;
  }
}
.works-txt-wrapper .ttl-pattern1 {
  letter-spacing: 0.05em;
}
.works__txt {
  font-size: min(18px, 1.125rem);
  line-height: 2.2222222222;
  font-weight: 500;
  color: #FFFFFF;
  width: 82.4%;
  margin-top: 46px;
}
@media screen and (max-width: 1023px) {
  .works__txt {
    width: 87%;
    margin-top: 24.4379276637vw;
  }
}
@media screen and (max-width: 479px) {
  .works__txt {
    margin-top: 15vw;
  }
}

.recruit {
  padding-top: 150px;
}
@media screen and (max-width: 599px) {
  .recruit {
    padding-top: 100px;
  }
}
.recruit .container-1510::before {
  background-color: #EEEEEE;
  left: -190px;
}
@media screen and (max-width: 1279px) {
  .recruit .container-1510::before {
    height: 690px;
  }
}
@media screen and (max-width: 1023px) {
  .recruit .container-1510::before {
    left: 0;
  }
}
@media screen and (max-width: 479px) {
  .recruit .container-1510::before {
    height: 690px;
  }
}
.recruit .container-1510::after {
  background: url(../img/home/recruit-bg.jpg) no-repeat center center/cover;
  right: -190px;
  clip-path: polygon(14% 0%, 100% 0, 100% 100%, 0 100%, 0% 25%);
}
@media screen and (max-width: 1279px) {
  .recruit .container-1510::after {
    top: 290px;
  }
}
@media screen and (max-width: 1023px) {
  .recruit .container-1510::after {
    top: unset;
    bottom: -350px;
  }
}
.recruit-txt-wrapper {
  margin-right: auto;
  padding-left: 14px;
}
.recruit-links-wrapper {
  margin-top: 17.0625rem;
}
@media screen and (max-width: 1023px) {
  .recruit-links-wrapper {
    margin-top: 28.125rem;
  }
}
@media screen and (max-width: 599px) {
  .recruit-links-wrapper {
    margin-top: 9.375rem;
  }
}
.recruit-links-inner {
  max-width: 1448px;
  margin: 0 auto;
}
.recruit-links-list {
  display: flex;
  margin-left: -9.5px;
  margin-right: -9.5px;
}
@media screen and (max-width: 767px) {
  .recruit-links-list {
    flex-wrap: wrap;
    row-gap: 19px;
    justify-content: center;
  }
}
.recruit-links-list-item {
  padding: 0 9.5px;
  width: 33.3333333%;
}
@media screen and (max-width: 767px) {
  .recruit-links-list-item {
    width: 50%;
  }
}
.recruit-links-list-item__link {
  display: block;
  background-color: #333333;
  position: relative;
  overflow: hidden;
}
.recruit-links-list-item__link::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: transparent;
  border: 1px solid #FFFFFF;
  position: absolute;
  top: 10px;
  left: 10px;
}
.recruit-links-list-item__link img {
  transition: all 0.6s;
}
.recruit-links-list-item__link:hover {
  opacity: 1;
}
.recruit-links-list-item__link:hover img {
  transform: scale(1.1);
}
.recruit-links-list-item-txt-wrapper {
  text-align: center;
  color: #FFFFFF;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.recruit-links-list-item__ttl--en {
  font-size: 1.625rem;
}
@media screen and (max-width: 1023px) {
  .recruit-links-list-item__ttl--en {
    font-size: 1rem;
  }
}
.recruit-links-list-item__ttl--ja {
  font-size: 2.625rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .recruit-links-list-item__ttl--ja {
    font-size: 1.625rem;
  }
}

.news {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 599px) {
  .news {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.news-wrapper {
  max-height: 230px;
  overflow: scroll;
}
@media screen and (max-width: 599px) {
  .news-wrapper {
    max-height: 350px;
  }
}
.news-ttl-wrapper {
  text-align: center;
  font-weight: 500;
  margin-bottom: 49px;
}
.news__ttl {
  font-size: 2.625rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .news__ttl {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 599px) {
  .news__ttl {
    font-size: 2rem;
  }
}
.news__ttl--en {
  font-size: 1.625rem;
  line-height: 1.2;
  color: #2C5BA3;
}
@media screen and (max-width: 767px) {
  .news__ttl--en {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 599px) {
  .news__ttl--en {
    font-size: 1.25rem;
  }
}
.news-list-item {
  border-bottom: 1px solid rgba(51, 51, 51, 0.6);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.news-list-item:not(:first-of-type) .news-list-item__link {
  padding-top: 28px;
}
.news-list-item__link {
  padding-bottom: 30px;
  display: block;
}
.news-list-item-link-inner {
  display: flex;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 599px) {
  .news-list-item-link-inner {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
.news-list-item__date, .news-list-item__ttl {
  padding: 0 25px;
}
.news-list-item__date {
  color: #2C5BA3;
  width: 149.5px;
  display: block;
}
@media screen and (max-width: 599px) {
  .news-list-item__date {
    width: 100%;
  }
}
.news-list-item__ttl {
  width: calc(100% - 149.5px);
}
@media screen and (max-width: 599px) {
  .news-list-item__ttl {
    width: 100%;
  }
}/*# sourceMappingURL=style-home.css.map */