@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.h2_ttl {
  font-family: "Jost", serif;
  font-weight: 600;
  font-size: 60px;
  margin-bottom: 30px;
  line-height: 1.45;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .h2_ttl {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 819px) {
  .h2_ttl {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
.mv_item {
  position: relative;
}
.mv_item .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #C5C5C5;
  opacity: 1;
}
@media screen and (max-width: 819px) {
  .mv_item .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.mv_item .swiper-horizontal > .swiper-pagination-bullets,
.mv_item .swiper-pagination-bullets.swiper-pagination-horizontal,
.mv_item .swiper-pagination-custom,
.mv_item .swiper-pagination-fraction {
  margin-top: 10px;
}
@media screen and (max-width: 819px) {
  .mv_item .swiper-horizontal > .swiper-pagination-bullets,
  .mv_item .swiper-pagination-bullets.swiper-pagination-horizontal,
  .mv_item .swiper-pagination-custom,
  .mv_item .swiper-pagination-fraction {
    margin-top: 10px;
  }
}
.mv_item .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.mv_item .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
@media screen and (max-width: 819px) {
  .mv_item .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .mv_item .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
  }
}
.mv_item .swiper-pagination-bullet-active {
  opacity: 1;
  background: #D20A14;
}
.mv_item .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: fit-content;
  margin: auto;
  margin-top: 10px;
}
@media screen and (max-width: 819px) {
  .mv_item .swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 0;
  }
}
.mv01 {
  position: relative;
}
.mv01 .mv_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv01 .mv_img img {
  max-width: 792px;
}
@media screen and (max-width: 819px) {
  .mv01 .mv_img img {
    max-width: 70%;
  }
}
.mv01 .bg {
  height: 660px;
}
@media screen and (max-width: 819px) {
  .mv01 .bg {
    height: 260px;
  }
}
.mv01 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service .inner {
  padding-top: 90px;
}
@media screen and (max-width: 819px) {
  .service .inner {
    padding-top: 40px;
  }
}
.service .service_item {
  background: #F0F0F0;
  padding: 50px 80px 70px 80px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .service .service_item {
    padding: 30px 40px 40px 40px;
  }
}
@media screen and (max-width: 819px) {
  .service .service_item {
    padding: 35px 15px 20px 15px;
  }
}
.service .service_item .sub {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 819px) {
  .service .service_item .sub {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.service .service_item .h2_ttl {
  left: 80px;
  top: -35px;
  line-height: 1.1;
  position: absolute;
  margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .service .service_item .h2_ttl {
    left: 40px;
    top: -25px;
  }
}
@media screen and (max-width: 819px) {
  .service .service_item .h2_ttl {
    left: 13px;
    top: -20px;
  }
}
.service .service_item ul {
  display: block;
}
.service .service_item ul li {
  background: #ffffff;
  border-radius: 10px;
}
.service .service_item ul li + li {
  margin-top: 30px;
}
@media screen and (max-width: 819px) {
  .service .service_item ul li + li {
    margin-top: 20px;
  }
}
.service .service_item ul li a {
  color: #000000 !important;
  position: relative;
  display: block;
}
.service .service_item ul li a::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 23px;
  height: 23px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  .service .service_item ul li a::after {
    right: 10px;
    width: 15px;
    height: 15px;
    top: auto;
    bottom: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.service .service_item ul li a:hover::after {
  right: 10px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  .service .service_item ul li a:hover::after {
    right: 5px;
  }
}
.service .service_item ul li dl {
  display: flex;
}
@media screen and (max-width: 819px) {
  .service .service_item ul li dl {
    display: block;
  }
}
.service .service_item ul li dl dt {
  width: 210px;
}
@media screen and (max-width: 819px) {
  .service .service_item ul li dl dt {
    width: 100%;
  }
}
.service .service_item ul li dl dt img {
  border-radius: 10px 0 0 10px;
  aspect-ratio: 210 / 180;
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 819px) {
  .service .service_item ul li dl dt img {
    border-radius: 10px 10px 0 0;
    height: 135px;
    width: 100%;
    object-fit: cover;
  }
}
.service .service_item ul li dl dd {
  width: calc(100% - 210px);
  padding: 0 90px 0 35px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .service .service_item ul li dl dd {
    padding: 0 60px 0 35px;
  }
}
@media screen and (max-width: 819px) {
  .service .service_item ul li dl dd {
    width: 100%;
    padding: 0 15px 15px 15px;
    display: block;
  }
}
.service .service_item ul li dl dd .txt {
  width: calc(100% - 285px);
  text-align: left;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1180px) {
  .service .service_item ul li dl dd .txt {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 980px) {
  .service .service_item ul li dl dd .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 819px) {
  .service .service_item ul li dl dd .txt {
    line-height: 1.42;
    width: 100%;
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 17px;
  }
}
.service .service_item ul li dl dd .txt .ttl {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (max-width: 1080px) {
  .service .service_item ul li dl dd .txt .ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 980px) {
  .service .service_item ul li dl dd .txt .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 819px) {
  .service .service_item ul li dl dd .txt .ttl {
    font-size: 20px;
    line-height: 1.45;
    width: 100%;
    margin-top: 13px;
    margin-bottom: 7px;
  }
}
.service .service_item ul li dl dd .icon {
  width: 285px;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .service .service_item ul li dl dd .icon {
    width: 200px;
  }
}
@media screen and (max-width: 819px) {
  .service .service_item ul li dl dd .icon {
    width: 180px;
    margin: auto;
  }
}
.blog .inner {
  padding-top: 60px;
}
@media screen and (max-width: 819px) {
  .blog .h2_ttl {
    margin-bottom: 15px;
  }
}
.blog ul {
  display: flex;
  column-gap: 49px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1080px) {
  .blog ul {
    column-gap: 25px;
  }
}
@media screen and (max-width: 819px) {
  .blog ul {
    margin-bottom: 40px;
    display: block;
  }
}
.blog ul li {
  width: calc(33.3333% - 32.66666px);
}
@media screen and (max-width: 1080px) {
  .blog ul li {
    width: calc(33.3333% - 16.6666px);
  }
}
@media screen and (max-width: 819px) {
  .blog ul li {
    width: 100%;
  }
  .blog ul li + li {
    margin-top: 20px;
  }
}
.blog ul li .img img {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  object-fit: cover;
}
@media screen and (max-width: 819px) {
  .blog ul li .img img {
    height: 212px;
  }
}
.blog ul li .date {
  font-family: "Jost", serif;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 10px;
  line-height: 1.25;
}
@media screen and (max-width: 819px) {
  .blog ul li .date {
    margin-top: 10px;
  }
}
.blog ul li .txt {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
.sustainability {
  background: #ECF3F5;
  position: relative;
  margin-top: 105px;
}
@media screen and (max-width: 819px) {
  .sustainability {
    margin-top: 75px;
  }
}
.sustainability .h2_ttl {
  left: 20px;
  top: -35px;
  line-height: 1.1;
  position: absolute;
  margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .sustainability .h2_ttl {
    top: -25px;
  }
}
@media screen and (max-width: 819px) {
  .sustainability .h2_ttl {
    left: 26px;
    top: -15px;
  }
}
.sustainability .inner {
  padding-top: 75px;
  padding-bottom: 65px;
}
@media screen and (max-width: 819px) {
  .sustainability .inner {
    padding-top: 55px;
    padding-bottom: 30px;
  }
}
.sustainability ul {
  display: flex;
  gap: 40px;
  column-gap: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .sustainability ul {
    gap: 20px;
    column-gap: 25px;
  }
}
@media screen and (max-width: 819px) {
  .sustainability ul {
    gap: 15px;
    column-gap: 14px;
  }
}
.sustainability ul li {
  width: calc(33.3333% - 33.3333px);
}
@media screen and (max-width: 1080px) {
  .sustainability ul li {
    width: calc(33.3333% - 16.6666px);
  }
}
@media screen and (max-width: 819px) {
  .sustainability ul li {
    width: calc(50% - 7px);
  }
}
.sustainability ul li a {
  display: block;
  background: #ffffff;
  border-radius: 10px;
  line-height: 110px;
  width: 100%;
  position: relative;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 819px) {
  .sustainability ul li a {
    font-size: 16px;
    line-height: 45px;
  }
}
.sustainability ul li a::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 12px;
  height: 12px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link_b.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  .sustainability ul li a::after {
    right: 10px;
    width: 8px;
    height: 8px;
  }
}
.sustainability ul li a:hover::after {
  right: 10px;
}
@media screen and (max-width: 819px) {
  .sustainability ul li a:hover::after {
    right: 5px;
  }
}
.recruit .inner {
  padding-top: 60px;
}
@media screen and (max-width: 819px) {
  .recruit .inner {
    padding-top: 30px;
  }
}
.recruit .r_item {
  position: relative;
  display: flex;
  border-radius: 10px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media screen and (max-width: 819px) {
  .recruit .r_item {
    display: block;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 7px;
  }
}
.recruit .r_item .img {
  width: 57.5%;
}
@media screen and (max-width: 819px) {
  .recruit .r_item .img {
    width: 100%;
  }
}
.recruit .r_item .img img {
  border-radius: 10px 0 0 10px ;
}
.recruit .r_item .txt_item {
  width: 42.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 819px) {
  .recruit .r_item .txt_item {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.recruit .r_item .ttl {
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
  line-height: 1.45;
}
@media screen and (max-width: 819px) {
  .recruit .r_item .ttl {
    margin-top: 22px;
    font-size: 20px;
    margin-bottom: 4px;
  }
}
.recruit .r_item .btn02 {
  position: absolute;
  right: 20px;
  bottom: 16px;
}
.recruit ul {
  display: flex;
  column-gap: 40px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1080px) {
  .recruit ul {
    column-gap: 30px;
  }
}
@media screen and (max-width: 819px) {
  .recruit ul {
    display: block;
    margin-bottom: 30px;
  }
}
.recruit ul li {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1080px) {
  .recruit ul li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 819px) {
  .recruit ul li {
    width: 100%;
  }
  .recruit ul li + li {
    margin-top: 30px;
  }
}
