/* service  */
/*---------------------------------------------
    page_titArea
---------------------------------------------*/
.service__page .page_titArea {
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  .service__page .page_titArea {
    padding-bottom: 0;
  }
}

/*---------------------------------------------
 s-concept
---------------------------------------------*/
.s-conc__flex {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.s-conc__flex::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 80%;
  top: 15%;
  left: 65%;
  background: #F7F4F0;
  z-index: -2;
  opacity: .6;
}

.s-conc__ttl-en {
  font-size: 14rem;
  color: #F7F4F0;
  letter-spacing: .2em;
  bottom: 0;
  right: 0;
  pointer-events: none;
  line-height: 1;
  white-space: nowrap;
  z-index: -1;
}

.s-conc__left {
  width: 50%;
}

.s-conc__right {
  width: 49%;
  position: relative;
}

.s-conc__txtwrap {
  width: fit-content;
  margin: 0 5% 0 auto;
}


@media screen and (max-width: 750px) {

  .s-conc__flex::before {
    width: 200%;
    height: 40%;
    top: 20%;
    left: 65%;
    opacity: 1;
  }

  .s-conc__ttl-en {
    font-size: 18.667vw;
    bottom: auto;
    top: 75%;
    right: 0;
    transform: translate(0, -50%);
    text-align: right;
  }

  .s-conc__left {
    width: 100%;
  }

  .s-conc__right {
    width: 100%;
  }

  .s-conc__img01 {
    width: 85%;
  }

  .s-conc__img02 {
    width: 60%;
    margin: 0 5% 10vw auto;
  }

  .s-conc__txtwrap {
    width: fit-content;
    margin: 0 5% 0 auto;
  }

  .s-conc__copy {
    font-size: 5.6vw;
    margin-bottom: 30vw;
  }
}

/*---------------------------------------------
 s-reason
---------------------------------------------*/
.s-reason {
  padding-top: 200px;
}

.s-rea__ttl {
  font-size: 2.5rem;
}

.s-rea__atc {
  max-width: 1920px;
  margin: 0 auto 100px;
}

.s-rea__atc:nth-child(even) {
  flex-direction: row-reverse;
}

.s-rea__atc:last-child {
  margin-bottom: 0;
}

.s-rea__txtwrap {
  width: 50%;
}

.s-rea__img {
  width: 48%;
}

.s-rea__txtwrap--inner {
  max-width: 560px;
  margin: 0 0 0 auto;
  padding: 0 0 0 5%;
}

.s-rea__atc:nth-child(even) .s-rea__txtwrap--inner {
  margin: 0 auto 0 0;
}

.s-rea__h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5em;
}

.s-rea__h3 .num {
  font-size: 12rem;
  letter-spacing: 0;
  opacity: .6;
  color: #D9D9D9;
  font-style: italic;
  line-height: 1;
  position: absolute;
  left: -.6em;
  top: -.3em;
  z-index: -1;
}

@media screen and (max-width: 750px) {
  .s-reason {
    padding-top: 20vw;
    padding-bottom: 0;
  }

  .s-rea__ttl {
    font-size: 6.667vw;
    line-height: 1.4;
    margin-bottom: 30vw;
  }

  .s-rea__atc {
    margin: 0 auto 30vw;
  }


  .s-rea__txtwrap {
    width: 100%;
    margin-bottom: 10vw;
  }

  .s-rea__img {
    width: 100%;
  }

  .s-rea__txtwrap--inner {
    margin: 0 auto;
    padding: 0 5%;
  }

  .s-rea__atc:nth-child(even) .s-rea__txtwrap--inner {
    margin: 0 auto;
  }

  .s-rea__h3 {
    padding-left: 2em;
    font-size: 6.667vw;
  }

  .s-rea__h3 .num {
    font-size: 32vw;
    left: 0;
    top: -.4em;
    z-index: -1;
  }
}

/*---------------------------------------------
 s-service
---------------------------------------------*/

.s-ser__left {
  width: 50%;
}

.s-ser__right {
  width: 50%;
}

.s-ser__ttl .-mincho {
  margin-top: 1em;
}

.s-service::before {
  content: "";
  position: absolute;
  width: 35%;
  height: calc(100% - 100px);
  background-color: #F7F4F0;
  top: 100px;
  right: 0;
  z-index: -1;
}

.s-ser__atc {
  margin-bottom: 100px;
}

.s-ser__atc:last-child {
  margin-bottom: 0;
}

.s-ser__img {
  margin-bottom: 10px;
}

.s-ser__atc:hover .s-ser__img img {
  transform: scale(1.05);
}

.s-ser__h3 {
  padding-left: 5em;
  position: relative;
}

.s-ser__h3::before {
  content: "";
  position: absolute;
  width: 4em;
  height: 2px;
  background: #D0B005;
  left: 0;
  top: 1.5em;
}

/* scrollFixed */
.s-ser__fixed {
  transition: .5s;
  top: 150px;
  left: 0;
  width: 50%;
  height: 80vh;
  position: sticky;
}


@media screen and (max-width: 750px) {
  .s-ser__left {
    width: 100%;
  }

  .s-ser__right {
    width: 100%;
  }

  .s-ser__ttl {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 10vw;
  }

  .s-ser__ttl .-mincho {
    margin: 0;
    font-size: 4.533vw;
    ;
  }

  .s-ser__ttl .wr-vt {
    writing-mode: unset;
  }

  .s-service::before {
    width: 35%;
    height: calc(100% - 200px);
    top: 200px;
    right: 0;

  }

  .s-ser__atc {
    margin-bottom: 15vw;
  }

  .s-ser__img {
    margin-bottom: 2vw;
  }

  .s-ser__h3 {
    padding-left: 5em;

  }

  .s-ser__h3 .fs-28 {
    font-size: 5.333vw;
  }

  .s-ser__h3 .fs-16 {
    font-size: 3.733vw;
    ;
  }

  /* scrollFixed */
  .s-ser__fixed {
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    position: relative;
  }

}