@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
.service main {
  position: relative;
}
.service main::before {
  content: "";
  width: min(1656px, 86.25vw);
  height: min(1000px, 52.0833333333vw);
  background: url(../img/service/bg.svg) no-repeat center center/cover;
  position: absolute;
  top: 140px;
  left: min(130px, 6.7708333333vw);
  z-index: -1;
}

.child-fv::before {
  background: url(../img/service/fv.webp) no-repeat center center/cover;
}
.child-fv .fv__page-ttl {
  left: max(-8px, -0.4166666667vw);
}

.sec-service {
  padding-top: 7.6875rem;
  padding-bottom: 11.875rem;
}
@media screen and (max-width: 599px) {
  .sec-service {
    padding-top: 5.625rem;
    padding-bottom: 4.375rem;
  }
}

.service-top__txt {
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
}

.service-content-wrapper {
  margin-top: 9.4375rem;
}
@media screen and (max-width: 599px) {
  .service-content-wrapper {
    margin-top: 6.25rem;
  }
}
.service-content-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 140px;
}
@media screen and (max-width: 599px) {
  .service-content-list {
    row-gap: 80px;
  }
}
.service-content-list-item {
  width: 100%;
}
.service-content-list-item:nth-of-type(odd) .service-content-list-item-img-wrapper img {
  box-shadow: max(-40px, -2.0833333333vw) min(40px, 2.0833333333vw) 0 #2C5BA3;
}
.service-content-list-item:nth-of-type(even) .service-content-list-item-img-wrapper img {
  box-shadow: min(40px, 2.0833333333vw) min(40px, 2.0833333333vw) 0 #2C5BA3;
}
.service-content-list-item:nth-of-type(even) .service-content-list-item-inner {
  flex-direction: row;
}
.service-content-list-item:first-of-type .service-content-list-item-txt-wrapper {
  padding-top: 8.1875rem;
}
@media screen and (max-width: 1023px) {
  .service-content-list-item:first-of-type .service-content-list-item-txt-wrapper {
    padding-top: 0;
  }
}
.service-content-list-item:nth-of-type(2) .service-content-list-item__ttl, .service-content-list-item:nth-of-type(3) .service-content-list-item__ttl, .service-content-list-item:nth-of-type(4) .service-content-list-item__ttl {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .service-content-list-item:nth-of-type(2) .service-content-list-item__ttl, .service-content-list-item:nth-of-type(3) .service-content-list-item__ttl, .service-content-list-item:nth-of-type(4) .service-content-list-item__ttl {
    margin-bottom: 1.25rem;
  }
}
.service-content-list-item:nth-of-type(2) .service-content-list-item-txt-wrapper {
  padding-top: 5.9375rem;
}
@media screen and (max-width: 1023px) {
  .service-content-list-item:nth-of-type(2) .service-content-list-item-txt-wrapper {
    padding-top: 0;
  }
}
.service-content-list-item:nth-of-type(3) .service-content-list-item-txt-wrapper {
  padding-top: 4.8125rem;
}
@media screen and (max-width: 1023px) {
  .service-content-list-item:nth-of-type(3) .service-content-list-item-txt-wrapper {
    padding-top: 0;
  }
}
.service-content-list-item:nth-of-type(4) .service-content-list-item-txt-wrapper {
  padding-top: 6rem;
}
@media screen and (max-width: 1023px) {
  .service-content-list-item:nth-of-type(4) .service-content-list-item-txt-wrapper {
    padding-top: 0;
  }
}
.service-content-list-item-inner {
  display: flex;
  margin-left: -59px;
  margin-right: -59px;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .service-content-list-item-inner {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media screen and (max-width: 767px) {
  .service-content-list-item-inner {
    flex-wrap: wrap;
    row-gap: 50px;
  }
}
.service-content-list-item-txt-wrapper, .service-content-list-item-img-wrapper {
  padding: 0 59px;
}
@media screen and (max-width: 1023px) {
  .service-content-list-item-txt-wrapper, .service-content-list-item-img-wrapper {
    padding: 0 25px;
  }
}
.service-content-list-item-txt-wrapper {
  width: 46.287%;
}
@media screen and (max-width: 1023px) {
  .service-content-list-item-txt-wrapper {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .service-content-list-item-txt-wrapper {
    width: 100%;
  }
}
.service-content-list-item-img-wrapper {
  width: 53.713%;
}
@media screen and (max-width: 1023px) {
  .service-content-list-item-img-wrapper {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .service-content-list-item-img-wrapper {
    width: 95%;
    margin: 0 auto;
  }
}
.service-content-list-item-service-list {
  counter-reset: listnum;
  display: flex;
  flex-wrap: wrap;
  row-gap: 17px;
}
.service-content-list-item-service-list-item {
  width: 100%;
  position: relative;
  padding-left: 42px;
  letter-spacing: 0.05em;
}
.service-content-list-item-service-list-item::before {
  counter-increment: listnum;
  font-family: "Noto Sans JP", sans-serif;
  content: counter(listnum) " ）";
  font-size: 1.125rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}
.service-content-list-item__ttl {
  margin-bottom: 3.625rem;
}
@media screen and (max-width: 767px) {
  .service-content-list-item__ttl {
    margin-bottom: 1.25rem;
  }
}
.service-content-list-item__txt {
  line-height: 2.1875;
  letter-spacing: 0.05em;
}

.about-list {
  margin-top: 2.375rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.25rem;
}
.about-list-item {
  width: 100%;
  border-bottom: 1px solid #2C5BA3;
  padding-bottom: 1.25rem;
}
.about-list-item-inner {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  align-items: center;
}
@media screen and (max-width: 479px) {
  .about-list-item-inner {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.about-list-item-num-wrapper {
  width: 80px;
  height: 60px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .about-list-item-num-wrapper {
    width: 76px;
    height: 56px;
  }
}
@media screen and (max-width: 599px) {
  .about-list-item-num-wrapper {
    width: 70px;
    height: 50px;
  }
}
@media screen and (max-width: 479px) {
  .about-list-item-num-wrapper {
    width: 56px;
    height: 40px;
    padding: 0 8px;
  }
}
.about-list-item-num-inner {
  border: 2px solid #2C5BA3;
  border-radius: 50%;
  height: 100%;
  position: relative;
  background-color: #FFFFFF;
}
.about-list-item__num {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 500;
  color: #2C5BA3;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .about-list-item__num {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 599px) {
  .about-list-item__num {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 479px) {
  .about-list-item__num {
    font-size: 1.25rem;
  }
}
.about-list-item__txt {
  width: calc(100% - 80px);
  font-size: 1.375rem;
  line-height: 1.8;
  font-weight: 500;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .about-list-item__txt {
    font-size: 1.25rem;
    width: calc(100% - 76px);
  }
}
@media screen and (max-width: 599px) {
  .about-list-item__txt {
    font-size: 1.125rem;
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 479px) {
  .about-list-item__txt {
    width: calc(100% - 56px);
    padding: 0 8px;
  }
}

.greeting {
  padding-top: 7.75rem;
}
@media screen and (max-width: 599px) {
  .greeting {
    padding-top: 5rem;
  }
}
.greeting .container-1500 {
  position: relative;
}
.greeting .container-1500::before {
  content: "";
  width: min(960px, 50vw);
  height: min(800px, 41.6666666667vw);
  background: url(../img/about/greeting.webp) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: max(-195px, -10.15625vw);
  clip-path: polygon(84.6% 0%, 100% 18.2%, 100% 100%, 0 100%, 0 0);
}
@media screen and (max-width: 1919px) {
  .greeting .container-1500::before {
    width: 720px;
    height: 600px;
    left: 0;
  }
}
@media screen and (max-width: 1439px) {
  .greeting .container-1500::before {
    width: 50vw;
    height: 41.6666666667vw;
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .greeting .container-1500::before {
    content: none;
  }
}
.greeting-txt-wrapper {
  margin-left: auto;
  width: 44.5%;
  padding-top: 7px;
}
@media screen and (max-width: 1023px) {
  .greeting-txt-wrapper {
    width: 100%;
  }
}
.greeting__ttl {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 1023px) {
  .greeting__ttl {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .greeting__ttl {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.greeting__txt {
  font-weight: 500;
  line-height: 1.875;
}
.greeting__sign {
  font-size: 1.375rem;
  line-height: 1.3636363636;
  font-weight: 500;
  text-align: right;
  margin-top: 3.125rem;
}
@media screen and (max-width: 599px) {
  .greeting__sign {
    font-size: 1.25rem;
  }
}

.philosophy {
  padding-top: 10rem;
}
@media screen and (max-width: 599px) {
  .philosophy {
    padding-top: 7.5rem;
  }
}
.philosophy__ttl--sub {
  font-size: 1.625rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  color: #2C5BA3;
  margin-top: 3.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .philosophy__ttl--sub {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .philosophy__ttl--sub {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 479px) {
  .philosophy__ttl--sub {
    font-size: 1.25rem;
  }
}
.philosophy__txt {
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
  margin-top: 2.5rem;
}

.policy {
  padding-top: 146px;
}
@media screen and (max-width: 599px) {
  .policy {
    padding-top: 6.25rem;
  }
}

.guidelines {
  padding-top: 146px;
  padding-bottom: 150px;
}
@media screen and (max-width: 599px) {
  .guidelines {
    padding-top: 6.25rem;
    padding-bottom: 4.375rem;
  }
}/*# sourceMappingURL=style-service.css.map */