@charset "utf-8";

/* ===== message ====== */

.message {
  margin-top: 93px;
}

.message .pic {
  position: relative;
  max-width: 1112px;
  width: 100%;
}

.message .pic img {
  width: 100%;
}

.message .info {
  position: absolute;
  top: 181px;
  left: 78%;
  max-width: 1058px;
  width: 100%;
  padding: 41px 0px 68px 100px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 16%);
  background-color: rgba(255, 255, 255, 70%);
  -webkit-backdrop-filter: brightness(96%) blur(15px);
  backdrop-filter: brightness(96%) blur(15px);
}

.message .info h3 {
  font-size: 2rem;
  font-family: brother-1816, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.message .info .info__wrap {
  max-width: 700px;
  width: 100%;
}

.message .info h4 {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 31px;
}

.message .info p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 40px;
}

@media (max-width: 1699px ) {

  .message .info {
    position: absolute;
    top: 181px;
    left: 65%;
    max-width: 700px;
    width: 100%;
    padding: 41px 30px 68px 50px;
  }

}
@media (max-width: 1450px ) {

  .message .info {
    position: absolute;
    top: 250px;
    left: 63%;
    max-width: 580px;
    width: 100%;
    padding: 41px 30px 68px 30px;
  }
}

@media (max-width: 1299px ) {

  .message {
    margin-top: 50px;
  }
  
  .message .pic {
    position: relative;
    max-width: none;
    width: 100%;
    height: 620px;
  }
  
  .message .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .message .info {
    position: absolute;
    top: 450px;
    left: 0;
    max-width: 800px;
    width: 100%;
    padding: 41px 30px 68px 30px;
  }
  
  .message .info h4 {
    font-size: 1.6rem;
  }
  
  .message .info p {
    font-size: 1.6rem;
    margin-top: 35px;
  }
}


/* ===== service-list ====== */

.service-list {
  margin-top: 170px;
  padding: 532px 0 175px;
  background-color: #f2f2f2;
  position: relative;
}

.service-list::before {
  content: "";
  background-image: url(../img/service/service02.png);
  background-image: image-set(
    url(../img/service/service02.png) 1x,
    url(../img/service/service02@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../img/service/service02.png) 1x,
    url(../img/service/service02@2x.png) 2x
  );
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 620px;
}

.service-list__inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.service-list .item {
  display: flex;
  align-items: center;
  height: 245px;
  margin-top: 80px;
  padding: 0 50px 0 70px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
}

.service-list .item ul {
  margin-left: 45px;
}

.service-list .item ul span {
  font-size: 2rem;
  font-weight: 700;
}

.service-list .item li:last-of-type {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 21px;
}

.service-list__btn {
  position: absolute;
  right: 20px;
  bottom: -30px;
}

/* ==========================================
/* tablet
/* ========================================== */

@media (max-width: 1079px) {

  .message {
    margin-top: 50px;
  }
  
  .message .pic {
    position: relative;
    max-width: none;
    width: 100%;
    height: 620px;
  }
  
  .message .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .message .info {
    position: absolute;
    top: 450px;
    left: 0;
    max-width: 700px;
    width: 100%;
    padding: 41px 30px 68px 30px;
  }
  
  .message .info h4 {
    font-size: 1.6rem;
  }
  
  .message .info p {
    font-size: 1.6rem;
    margin-top: 35px;
}

/* ===== service-list ====== */

.service-list {
  margin-top: 410px;
}

}

/* ==========================================
/* sp
/* ========================================== */

@media (max-width: 767px) {

  .message {
    margin-top: 50px;
  }
  
  .message .pic {
    height: 380px;
  }

  .message .info {
    position: absolute;
    top: 255px;
    left: 0;
    max-width: 350px;
    width: 100%;
    padding: 31px 29px 30px 23px;
  }
  
  .message .info h4 {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  
  .message .info p {
    font-size: 1.4rem;
    margin-top: 35px;
  }

@media (max-width: 360px) {

  .message .info {
    max-width: 310px;
    padding: 25px 20px 30px 20px;
  }

  .message .info p {
    margin-top: 25px;
  }
}

/* ===== service-list ====== */

.service-list {
  margin-top: 539px;
  padding: 132px 0 164px;
}

.service-list::before {
  content: "";
  background-image: url(../img/service/service02-sp.png);
  background-image: image-set(
    url(../img/service/service02-sp.png) 1x,
    url(../img/service/service02-sp@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../img/service/service02-sp.png) 1x,
    url(../img/service/service02-sp@2x.png) 2x
  );
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 335px;
  height: 180px;
}

.service-list__inner {
  max-width: 335px;
}

.service-list .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 315px;
  width: 100%;
  height: auto;
  margin: 58px auto 0;
  padding: 30px 38px 49px;
}

.service-list .item ul {
  margin-left: 0px;
}

.service-list .item ul span {
  font-size: 1.8rem;
}

.service-list .item ul span span {
  margin-top: 35px;
}

.service-list .item li:last-of-type {
  font-size: 1.4rem;
  margin-top: 11px;
}

.service-list__btn {
  position: absolute;
  right: auto;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
}

.service-list__btn .btn-box {
  width: 172px;
}

.service-list__btn .btnshine { 
  font-size: 1.2rem;
  padding: 13px 0;
  width: 100%;
}

}
