@charset "UTF-8";

#service {
  background: #FFFFFF;
}

#service .m-container {
  padding: 160px 0 0;
}

#service .lead small {
  font-size: 1.2rem;
}

#service .lead + .lead {
  margin-top: 10px;
}

.p-container {
  max-width: 1080px;
  padding: 0 30px;
  margin: 0 auto;
}

.p-block-en {
    color: #777777;
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
    padding: 0 0 0 25px;
    position: relative;
    margin: 0 0 30px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}

.p-block-en::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  left: 0;
  top: 10px;
  background: #777777;
}


.p-block-ttl {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 0 60px;
}

.p-block-ttl small {
  font-size: 1.2rem;
}

.p-button {
  margin: 80px auto 0;
}

.p-button a {
    color: #000;
    border: solid 1px #000;
    background: url("../../../images/common/ico_arrow_bk.svg")no-repeat,#fff;
    background-size: 12px;
    background-position: right 30px center;
}

.fv {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #fff;
}

/* 実際に突き抜ける要素 */
.p-fv-inner {
  width: calc(50vw + 380px);
  height: 350px;
  background: url("../../../images/page/service/img_mv_pc.png")no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) {

  .p-main {
    max-width: 880px;
    width: calc(100% - 100px);
    margin: 0 0 0 auto;
  }

  .p-2col {
    max-width: 1100px;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .p-button a:hover {
      color: #fff;
      background: url("../../../images/common/ico_arrow_wt.svg")no-repeat,#000;
      background-size: 12px;
      background-position: right 30px center;
  }

}

@media screen and (min-width: 1111px){

  .p-2col-side {
    width: 100px;
    flex-shrink: 0;
  }

  /* FV右側 */
  .p-fv {
    width: calc(100% - 140px);
    overflow: visible;
  }


}

@media screen and (max-width: 1110px){
  /* FV右側 */
  .p-fv {
    width: calc(100% - 100px);
    overflow: visible;
  }
}

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

  .p-2col {
    padding: 0 40px;
  }

  #service .lead {
    font-size: 1.2rem;
  }


  .p-block-en {
    margin: 0 0 10px;
    font-size: 1rem;
    padding: 0 0 0 20px;
  }

  .p-block-en::before {
      width: 10px;
      top: 8px;
  }

  .p-container {
    padding: 0;
  }

  .p-button {
    margin: 60px auto 0;
    max-width: 300px;
  }

  .p-button a {
      padding: 16px 0;
      min-height: 57px;
  }

  .p-fv {
    width: 100%;
  }

  .p-fv-inner {
      width: calc(100% + 40px);
      height: 390px;
      background: url("../../../images/page/service/img_mv_sp.png")no-repeat;
      background-size: cover;
      background-position: center;
  }

  .fv .m-heading {
      margin-bottom: 40px;
  }

}


/* sec01 */
.sec01 {
  padding: 100px 0 0;
  position: relative;
  z-index: 2;
  background: #fff;
}

.p-sec01-list li {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  padding: 30px 0;
  border-bottom: solid 1px #CECECE;
}



.p-sec01-list li span {
  display: block;
  width: 60px;
  margin: 0 20px 0 0;
}

.p-sec01-flex {
  margin: 0;
}


@media screen and (min-width: 768px) {

  .p-sec01-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .p-sec01-list {
    max-width: 400px;
    width: 48%;
  }

  .p-sec01-list li:first-child {
    padding-top: 0;
  }

}

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

  .sec01 {
    padding: 60px 40px 0;
  }


  .p-sec01-list:first-child li:first-child {
    padding-top: 0;
  }

}

/* sec02 */
.sec02 {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 100px 0 0;
}

.p-sec02-box {
  padding: 60px 20px;
}

.p-sec02-box + .p-sec02-box {
  margin-top: 30px;
}

.p-sec02-box:first-child {
  background: url("../../../images/page/service/feature_01_pc.png")no-repeat;
  background-size: cover;
  background-position: center;
}

.p-sec02-box:nth-child(2) {
  background: url("../../../images/page/service/feature_02_pc.png")no-repeat;
  background-size: cover;
  background-position: center;
}

.p-sec02-box:nth-child(3) {
  background: url("../../../images/page/service/feature_03_pc.png")no-repeat;
  background-size: cover;
  background-position: center;
}

.p-sec02-box:nth-child(4) {
  background: url("../../../images/page/service/feature_04_pc.png")no-repeat;
  background-size: cover;
  background-position: center;
}

.p-sec02-box .inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  background: rgb(255 255 255 / 90%);
}

.p-sec02-box .heading {
  line-height: 1.3;
  padding: 0 0 15px;
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.p-sec02-box .heading span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  color: #777777;
  padding: 0 0 15px;
  font-size: 1.2rem;
}



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

  .sec02 {
    padding: 80px 0 0;
  }

  .sec02 .p-block-en {
      width: calc(100% - 80px);
      margin: 0 auto 20px;
  }

  .sec02 .p-block-ttl {
      width: calc(100% - 80px);
      margin: 0 auto;
  }

  .p-sec02-box {
    padding: 90px 20px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .p-sec02-box + .p-sec02-box {
    margin-top: 10px;
  }

  .p-sec02-box:first-child {
    background: url("../../../images/page/service/feature_01_sp.png")no-repeat;
    background-size: cover;
    background-position: center;
  }

  .p-sec02-box:nth-child(2) {
    background: url("../../../images/page/service/feature_02_sp.png")no-repeat;
    background-size: cover;
    background-position: center;
  }

  .p-sec02-box:nth-child(3) {
    background: url("../../../images/page/service/feature_03_sp.png")no-repeat;
    background-size: cover;
    background-position: center;
  }

  .p-sec02-box:nth-child(4) {
    background: url("../../../images/page/service/feature_04_sp.png")no-repeat;
    background-size: cover;
    background-position: center;
  }

  .p-sec02-box .heading {
    padding: 0 0 25px;
    font-size: 1.4rem;
    text-align: center;
  }

  .p-sec02-box .heading span {
    font-size: 1rem;
    text-align: center;
  }
}


/* sec03 */
.sec03 {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 100px 0;
}


.p-table {
    width: 100%;
    max-width: 760px;
    font-size: 1.4rem;
}

.p-table tr {
  border-bottom: solid 1px #707070;
}

.p-table th {
  text-align: left;
  font-weight: 500;
  padding: 0 0 10px;
}

.p-table td {
  padding: 25px 0;
}

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


  .sec03 {
    padding: 80px 0;
  }

  .p-table {
      font-size: 1.3rem;
  }

  .sec03 .p-container {
    padding: 0 40px;
  }


}


/* p-fix-bg */
.p-fix-bg {
  height: 600px;
}
@media screen and (min-width: 768px) {
  .p-fix-bg {
    background: url("../../../images/page/service/bg_pc.png") no-repeat center center;
    background-size: 100%;
    background-attachment: fixed;
    position: relative;
  }
}


/* SP */
@media screen and (max-width: 767px) {

  .p-fix-pic {
    position: fixed;
    bottom: 200px;
    left: 0;
    width: 100%;
    height: 600px;
    background: url("../../../images/page/service/bg_sp.png") no-repeat center top;
    background-size: cover;
    background-position: center bottom;
    z-index: 0;
    pointer-events: none;
    will-change: transform;
  }
}


/* sec04 */

.sec04 {
  padding: 60px 0 0;
  position: relative;
  z-index: 2;
  background: #fff;
}

.sec05 {
  padding: 100px 0;
  position: relative;
  z-index: 2;
  background: #fff;
}

.p-sec04-ttl {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 0 20px;
}

.p-sec04-box + .p-sec04-box {
  margin-top: 60px;
}

.p-sec04-box .inner {
  border: solid 1px #707070;
  background: #fff;
  padding: 30px;
}

.p-sec04-box:nth-child(2) .inner {
  background: #F7F7F7;
}

.p-sec04-box .lead {
  font-size: 1.4rem;
  line-height: 2;
}

.p-gallery {
  margin: 0 auto 60px;
}

.p-sec04-illust {
    width: 191px;
    margin: 0 auto 20px;
}

.p-sec04-lead {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}

.p-sec04-list {
    margin: 60px auto 0;
    max-width: 340px;
}

.p-sec04-list li {
  font-size: 1.6rem;
  padding: 0 0 0 30px;
  background: url("../../../images/page/service/ico_check.svg")no-repeat;
  background-size: 20px;
  background-position: left center;
}

.p-sec04-list li + li {
  margin-top: 25px;
}

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


  .sec04 {
    padding: 80px 0 0;
  }


  .sec04 .p-block-en {
      width: calc(100% - 80px);
      margin: 0 auto 20px;
  }

  .sec04 .p-block {
      padding: 0 40px;
  }

  .p-gallery {
      margin: 0 auto 60px;
      width: calc(100% - 20px);
  }

  .p-sec04-illust {
      width: 120px;
      margin: 0 auto 10px;
  }

  .p-sec04-lead {
      font-size: 1.3rem;
  }

  .p-sec04-list li {
      font-size: 1.3rem;
  }

  .p-sec04-list {
      max-width: 280px;
  }

  .sec05 {
    padding: 80px 0;
  }

}
