/*--------------------------------------*
 * foundation
 *--------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  color: #1B2029;
  font-size: 1.6rem;
  font-weight: normal;
  width: 100%;
  letter-spacing: 0.01em;
  font-family: 'M PLUS 1p', sans-serif;
  font-feature-settings: "palt"1;
}

.container {
  position: relative;
  overflow-x: hidden;
}

.glid-line-first {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #f4f8fb;
  left: 18.6%;
  z-index: -1;
}

.glid-line-02 {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #f4f8fb;
  left: 28.9%;
  z-index: -1;
}

.glid-line-03 {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #f4f8fb;
  z-index: -1;
  left: 39.8%;
}

.glid-line-04 {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #f4f8fb;
  z-index: -1;
  left: 50%;
}

.glid-line-05 {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #f4f8fb;
  z-index: -1;
  right: 29%;
}

.glid-line-06 {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #f4f8fb;
  z-index: -1;
  right: 39.4%;
}

.glid-line-last {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #f4f8fb;
  z-index: -1;
  right: 18.6%;
}


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

  .glid-line-first {
    position: absolute;
    height: 100%;
    width: 1px;
    background: #f4f8fb;
    left: 8.3%;
    z-index: -1;
  }

  .glid-line-02 {
    position: absolute;
    height: 100%;
    width: 1px;
    background: #f4f8fb;
    left: 22.6%;
    z-index: -1;
  }

  .glid-line-03 {
    position: absolute;
    height: 100%;
    width: 1px;
    background: #f4f8fb;
    z-index: -1;
    left: 36.9%;
  }

  .glid-line-04 {
    position: absolute;
    height: 100%;
    width: 1px;
    background: #f4f8fb;
    z-index: -1;
    left: 51.2%;
  }

  .glid-line-05 {
    position: absolute;
    height: 100%;
    width: 1px;
    background: #f4f8fb;
    z-index: -1;
    right: 22.6%;
  }

  .glid-line-06 {
    position: absolute;
    height: 100%;
    width: 1px;
    background: #f4f8fb;
    z-index: -1;
    right: 36.9%;
  }

  .glid-line-last {
    right: 8.3%;
    position: absolute;
    height: 100%;
    width: 1px;
    background: #f4f8fb;
    z-index: -1;
  }
}


@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}


.a {
  position: absolute;
  top: 0;
}


img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.coming-soon {
  text-align: center;
  padding: 5vw 0;
  font-size: 5vw;
}

/*--------------------------------------*
    * layout
    *--------------------------------------*/


.l-header {
  position: fixed;
  width: 90%;
  max-width: 1280px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  padding: 24px 40px;
  background: #FFFFFF;
  border: 1px solid #EEF3F5;
  box-sizing: border-box;
  box-shadow: 0px 8px 24px rgba(31, 73, 82, 0.04);
  border-radius: 0px 0px 24px 24px;
}

.l-header__logo img {
  max-width: 120px;
}

.l-header__wrapper {
  display: flex;
  justify-content: space-between;
}

.l-header__left {
  display: flex;
  align-items: center;
}

.l-header__lists {
  display: flex;
}

.l-header__item a {
  font-size: 14px;
  margin-left: 40px;
  display: block;
  position: relative;
  transition: all .3s;
}

.l-header__item a:before {
  content: '';
  position: absolute;
  bottom: -39px;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 72px;
  border-radius: 8px 8px 0px 0px;
  background: #1A72C5;
  opacity: 0;
  transition: all .3s;
}

.l-header__item a.current {
  color: #1A72C5;
}

.l-header__item a.current:before {
  opacity: 1;
}

.l-header__item a:hover {
  color: #1A72C5;
}

.l-header__item a:hover:before {
  opacity: 1;
  transition: all .3s;
}

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

  .l-header {
    padding: 24px 32px;
  }

  .l-header__item a {
    margin-left: 10px;
    font-size: 12px;
  }

  .l-header__logo img {
    width: 80px;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    padding: 15px 21px 12px;
  }

  .l-header__nav {
    display: none;
  }
}


.l-footer {
  text-align: center;
  background: #465767;
  color: #ffffff;
  padding: 33px 0;
  font-weight: 400;
}

.l-footer__lists {
  display: flex;
  justify-content: center;
  margin-bottom: 19px;
}

.l-footer__item a {
  font-size: 14px;
  opacity: .8;
}

.l-footer__item a:hover {
  text-decoration: underline;
}

small {
  font-size: 12px;
  opacity: 0.8;
}

.l-footer__item:nth-child(2) a {
  margin: 0 40px;
}

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

  .l-footer__item:nth-child(2) a {
    margin: 0 24px;
  }

  .l-footer {
    padding: 32px 0;
  }

}

@media screen and (max-width: 320px) {
  .l-footer__lists {
    display: block;
  }

  .l-footer__item:nth-of-type(2) a {
    margin: 20px 0;
    display: block;
  }
}



/*--------------------------------------*
    * object
    *--------------------------------------*/
/*------------------------*
    * component
    *-------------------------*/

.c-button {
  text-align: left;
  position: relative;
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(170.23deg, #67B2F3 11.23%, #1CC0DB 100%);
  box-shadow: 0px 4px 16px rgba(13, 164, 197, 0.08);
  border-radius: 999px;
  padding: 12px 43px 12px 43px;
  color: inherit;
  transition: all 0.3s;
  color: #ffffff;
  z-index: 0;
  font-weight: 500;
}

.c-button-top span {
  position: relative;
  color: #ffffff;
  z-index: 1;
}

.c-button-top:before {
  transition: all 0.3s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  z-index: 1;
  background: linear-gradient(170.23deg, #4E8DEC 11.23%, #0DA4C5 100%);
}

.c-button-top:hover:before {
  opacity: 0;
}

.c-button-contact {
  background: linear-gradient(170.23deg, #4E8DEC 11.23%, #0DA4C5 100%);
  padding: 16px 80px;
  width: 100%;
  max-width: 320px;
  text-align: center;
}

.c-button-contact:hover {
  background: linear-gradient(170.23deg, #67B2F3 11.23%, #1CC0DB 100%);
}

.c-button-more {
  color: #1A72C5;
  background: none;
  box-shadow: inset 0 2px 0 0 #1A72C5, inset 0 0 0 2px #0DA4C5;
  padding: 16px 8px;
  border-radius: 999px;
  width: 100%;
  max-width: 240px;
  text-align: center;
}

.c-button-more:hover {
  background: rgba(52, 187, 226, 0.1);
}

.c-button-back {
  color: #1A72C5;
  background: none;
  box-shadow: inset 0 2px 0 0 #1A72C5, inset 0 0 0 2px #0DA4C5;
  padding: 12px 43px 12px 43px;
  border-radius: 999px;
}

.c-button-back:hover {
  background: rgba(52, 187, 226, 0.1);
}

.c-button-cta {
  color: #fff;
  background: none;
  border: 2px solid #fff;
  font-size: 18px;
  padding-right: 33px;
}

.c-button-cta:hover {
  color: #1A72C5;
  background: #fff;
}

.c-button-confirm {
  padding: 16px 80px;
  margin-right: 40px;
  width: 100%;
  max-width: 320px;
  text-align: center;
}

.submit-wrapper {
  display: flex;
  justify-content: center;
}

.c-button-wrapper {
  text-align: center;
}

.c-heading__title img {
  margin: 0 auto;
}

.c-section {
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .c-button-cta {
    padding: 12px 32px 12px 32px;
  }

}


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

  .c-button-top,
  .c-button-back {
    font-size: 14px;
    padding: 4px 20px;
  }

  .c-button-cta {
    padding: 12px 32px;
  }

  .c-button-more:hover {
    background: none;
  }

  .submit-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .c-button-confirm {
    margin-right: 0;
    margin-bottom: 40px;
    padding: 16px 80px;
  }
}


/*------------------------*
    * project
    *-------------------------*/

.p-mv {
  padding-top: 200px;
  position: relative;
  margin-bottom: 160px;
}

.p-mv__container img,
.p-mv__container h1 {
  margin: 0 auto;
  text-align: center;
}

.p-mv__container span {
  font-weight: 500;
  display: block;
  margin: 16px 0 40px;
  font-size: 24px;
  letter-spacing: 0.5em;
}

.p-mv__wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}

.p-mv__wrapper span {
  position: relative;
  display: inline-block;
}


.p-mv__wrapper .mv {
  width: 100%;
}

.p-mv__bg {
  position: absolute;
  bottom: 146px;
  left: 0;
  z-index: 0;
}

.p-mv__bg img {
  width: 100vw;
}

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

  .p-mv {
    padding-top: 98px;
    margin-bottom: 64px;
  }

  .p-mv__container span {
    font-size: 12px;
    letter-spacing: 0.24em;
    margin: 8px 0 32px;
  }

  .p-mv__bg {
    position: absolute;
    bottom: 85px;
    left: 0;
    z-index: 0;
  }
}

@media screen and (max-width: 325px) {
  .p-mv__container h1 {
    width: 85%;
  }
}



.cube,
.cone,
.triangle,
.circle01,
.circle02 {
  position: absolute;
}

.cube {
  top: 7%;
  left: -13%;
  width: 189px;
}

.circle01 {
  transform: scale(-1, 1);
  left: 0;
  bottom: 75px;
  width: 94px;
}

.circle02 {
  top: 7%;
  right: 0;
  width: 98px;
}

.cone {
  left: 8.4%;
  bottom: -5%;
  width: 122px;
}

.triangle {
  width: 216px;
  right: -27%;
  bottom: 15%;
}

.circle03 {
  display: none;
}

@media screen and (max-width: 768px) {
  .cube {
    top: 5%;
    left: 5%;
    width: 52px;
  }

  .circle01 {
    transform: scale(-1, 1);
    left: -5px;
    bottom: 78px;
    width: 26px;
  }

  .circle02 {
    display: none;
  }

  .circle03 {
    position: absolute;
    top: 5%;
    right: 0%;
    width: 55px;
    display: block;
  }

  .cone {
    left: 15%;
    bottom: -1%;
    width: 34px;
  }

  .triangle {
    width: 60px;
    right: 6%;
    bottom: 32%;
  }
}


.p-service {
  color: #ffffff;
  position: relative;
  letter-spacing: 0.05em;
}

.p-service .c-heading__title span {
  position: relative;
  display: block;
}

.p-service__contents01,
.p-service__middle {
  display: flex;
}

.p-service__wrapper {
  margin-top: 80px;
  margin-right: 120px;
  background: url(img/blue_bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0px 64px 0px 0px;
  position: relative;
}

.tablethands {
  margin-left: 1.5vw;
  height: 48vw;
  max-height: 700px;
  object-fit: cover;
}

.p-service__contents01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 0 60px;
}

.p-service__contents01 .p-service__contents-text {
  margin-top: -218px;
  width: 100%;
}

/* 
 .p-service__contents01:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 50vw;
   height: 100%;
   background: linear-gradient(233.43deg, #4E8DEC 1.69%, #0FA6C7 60.18%, #0FA6C7 86.15%);
   margin: auto calc(50% - 50vw);
   z-index: -1;
 } */

.p-service__contents-text h3 {
  font-size: 40px;
  line-height: 1.4;
}

.fresh_pc {
  display: block;
}

.fresh_sp {
  display: none;
}

.p-service__contents01 .p-service__contents-image {
  position: relative;
  width: 100%;
}

.p-service__contents-text p {
  margin-top: 24px;
}

.p-service__contents02 {
  background: linear-gradient(180deg, #F5B7CA 0%, #F5D5B7 100%);
  border-radius: 0px 64px 0px 0px;
  width: 50%;
  padding-top: 56px;
  position: relative;
  top: -216px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-service__contents02:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  background: linear-gradient(180deg, #F5B7CA 0%, #F5D5B7 100%);
  margin: auto calc(50% - 50vw);
  z-index: -1;
}

.manual_ph {
  width: 88%;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 32px;
}

.bestprice_ph {
  width: 80%;
  margin-bottom: 42px;
}

.p-service__contents03 {
  background: linear-gradient(360deg, #BEA4E6 0%, #91C9E9 100%);
  border-radius: 0px 0px 0px 64px;
  width: 50%;
  padding-bottom: 56px;
  position: relative;
  top: -70px;
  z-index: 2;
}

.p-service__contents03:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  background: linear-gradient(360deg, #BEA4E6 0%, #91C9E9 100%);
  margin: auto calc(50% - 50vw);
  margin-left: auto;
  z-index: -1;
  border-radius: 0px 0px 0px 64px;
}

.p-service__contents03 h3 {
  text-align: right;
}

.p-service__contents03 .p-service__contents-image {
  margin-right: auto;
}

.p-service__middle {
  max-width: 1320px;
  padding: 0 60px;
}

.p-service__middle h3 {
  font-size: 32px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1319px) {
  .p-service__middle h3 {
    padding-right: 60px;
  }
}


.p-service__contents04 {
  max-width: calc(100% - 120px);
  background: linear-gradient(121.85deg, #6C788A 16.4%, #A7B3C6 105.77%);
  border-radius: 0px 0px 64px 0px;
  padding: 95px 60px 64px 60px;
  position: relative;
  top: -216px;
}

.p-service__contents04>.c-section>h3 {
  margin-bottom: 72px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.p-service__lists {
  display: flex;
  justify-content: space-between;
}

.p-service__item {
  width: 30%;
}

.p-service__item p {
  opacity: 0.7;
  letter-spacing: 0;
  width: 94%;
  line-height: 1.625;
}

.p-service__item p span {
  display: inline-block;
}

.p-service__item-image img {
  border-radius: 24px;
  height: 240px;
  object-fit: contain;
  object-position: center center;
  width: 100%;
}

.p-service__contents04 h3 {
  font-weight: 400;
  font-size: 32px;
}

.p-service__item h3 {
  font-size: 20px;
}

.p-service__item>h3 {
  margin: 24px 0 8px;
}

@media screen and (max-width: 1024px) {
  .p-service__wrapper {
    margin-right: 0;
    height: 480px
  }

  .p-service__contents01 .p-service__contents-text {
    width: 75%;
    margin-top: -100px;
  }

  .p-service__contents-text h3 {
    font-size: 24px;
  }

  .p-service__contents04 h3 {
    font-size: 24px;
  }


  .p-service__contents-text p {
    margin-top: 9px;
  }

  .p-service__middle h3 {
    padding-right: 0;
  }

  .p-service__contents02 {
    top: -180px;
  }

  .p-service__contents03 {
    top: -120px;
  }

  .p-service__contents04 {
    max-width: 100%;
    padding-left: 60px;
  }

  .p-service__contents04>.c-section>h3 {
    margin-bottom: 56px;
  }

  .p-service__item p {
    width: 100%;
  }

  .p-service__item p span {
    display: unset;
  }

}

@media screen and (max-width: 768px) {
  .p-service__contents01 {
    display: block;
    padding: 0;
  }

  .p-service__contents-text {
    padding: 36px 0 2px 24px;
  }

  .p-service__wrapper {
    width: 100%;
    margin-top: 42px;
    background: linear-gradient(233.43deg, #4E8DEC 1.69%, #229ED2 60.18%, #0FA6C7 86.15%);
    border-radius: 0px 24px 0px 0px;
    height: auto;
  }

  .p-service__contents01 .p-service__contents-image {
    margin: 0;
  }

  .p-service__contents01 .p-service__contents-text {
    margin-top: 0;
    width: 100%;
  }

  .p-service__contents02 {
    top: -60px;
    width: 100%;
    padding-top: 0;
    border-radius: 24px 0 0 0;
  }

  .p-service__contents02:before {
    display: none;
  }

  .p-service__middle {
    display: block;
    padding: 0;
  }

  .p-service__contents03 {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    top: -140px;
    width: 100%;
    padding: 0;
    border-radius: 0 24px 0 0;
  }

  .p-service__contents-text h3 {
    text-align: left;
  }

  .p-service__contents03 img {
    width: 100%;
    padding: 32px 30px 12px 16px;
  }

  .p-service__contents04 {
    max-width: 100%;
    z-index: 2;
    padding: 48px 24px 40px;
    background: linear-gradient(107.11deg, #6C788A 1.63%, #A7B3C6 97.84%);
    border-radius: 24px 0px;
  }

  .p-service__lists {
    display: block;
  }

  .p-service__item {
    width: 100%;
    max-width: 336px;
    margin: auto;
    margin-bottom: 32px;
  }

  .p-service__item p span {
    display: unset;
  }

  .p-service__contents04>.c-section>h3 {
    margin-bottom: 40px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0;
  }

  .p-service__item>h3 {
    margin: 20px 0 12px;
    font-size: 20px;
  }

  .p-service__item:last-of-type {
    margin-bottom: 0;
  }

  .fresh_pc {
    display: none;
  }

  .fresh_sp {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .p-service__contents04>.c-section>h3 {
    text-align: left;
  }

  .p-service__contents04>.c-section>h3>span {
    display: inline-block;
  }

}


.ser-cube {
  top: 87%;
  left: 0;
  z-index: 1;
}


.ser-cone {
  width: 200px;
  top: -110px;
  left: -52px;
  z-index: 1;
}

.ser-triangle {
  right: -550px;
  top: 140px;
}

@media screen and (max-width: 1440px) {
  .ser-triangle {
    right: -108px;
    top: 140px;
  }
}


.ser-circle {
  position: absolute;
  bottom: -76px;
  right: -155px;
  width: 170px;
}

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

  .ser-cube,
  .ser-triangle,
  .ser-cone,
  .ser-circle {
    display: none;
  }
}


.section-lineup {
  overflow: hidden;
  padding: 80px 0;
  width: calc(100% - 120px);
  background: #F6F7F8;
  border-radius: 64px 0px 0px 64px;
  margin: 64px 0 136px;
  margin-left: auto;
  position: relative;
}

.section-lineup .lineup {
  position: relative;
}

.p-user-voice {
  margin-top: -96px;
}

.p-performance__ph img {
  width: 100%;
  max-width: 750px;
  margin: auto;
  position: relative;
  right: 60px;
}

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

  .section-lineup {
    padding: 24px 0;
    overflow-x: scroll;
  }

}

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

  .p-performance__ph img {
    padding-right: 40px;
    margin-left: 40px;
    position: unset;
    min-width: 650px;
  }

  .section-lineup {
    padding: 24px 0;
    overflow-x: scroll;
  }

}


@media screen and (max-width: 768px) {
  .section-lineup {
    width: 100%;
    margin: 40px 0 64px;
    border-radius: 16px;
  }

  .section-lineup .inner {
    padding-left: 0;
    padding-right: 0;
  }

  .section-lineup .lineup-carousel li .company-name {
    margin-left: 16px;
  }

  .section-lineup .lineup-carousel li h3 {
    margin-left: 16px;
  }

  .section-lineup .lineup-carousel li p {
    margin: 0 16px 16px 16px;
  }

  .section-lineup .lineup-carousel {
    overflow: auto;
    padding-bottom: 28px;
  }

  .section-lineup .lineup-carousel li {
    margin-right: 16px;
  }

  .section-lineup:before {
    display: none;
  }

  .section-lineup .slick-next:before,
  .section-lineup .slick-next:after,
  .section-lineup .slick-prev:before,
  .section-lineup .slick-prev:after {
    display: none;
  }

  .p-user-voice {
    margin-top: -144px;
  }

}

.p-cost {
  margin-bottom: 84px;
  width: calc(100% - 80px);
}

.p-cost__cardsWrap {
  position: relative;
  background: #6E7B8C;
  border-radius: 64px;
  margin: 95px 0 0;
  box-shadow: 0px 24px 64px rgba(105, 145, 157, 0.08);
  padding-bottom: 40px;
}

.p-cost__cards {
  display: flex;
  justify-content: space-between;
  padding: 64px;
  padding-bottom: 24px;
  padding-left: 0;
}

@media screen and (max-width: 1200px) {
  .p-cost__cardsWrap {
    padding-right: 0;
  }

  .p-cost__cards {
    overflow: auto;
  }
}


.cost_triangle {
  position: absolute;
  top: -80px;
  left: -80px;
  width: 234px;
}

.cost_cone {
  position: absolute;
  bottom: -80px;
  right: -135px;
  width: 206px;
}

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

  .cost_cone,
  .cost_triangle {
    display: none;
  }
}


.p-cost__inner {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: calc(100% / 4);
  min-width: 254px;
  margin: 0 16px;
  padding: 38px 15px 44px;
}

.p-cost__inner:not(:nth-of-type(2)) {
  padding-top: 55px;
}

.p-cost__inner:last-child {
  margin-right: 0;
}

.p-cost__inner img {
  margin: 0 auto;
}


.p-cost__inner p {
  margin-bottom: 32px;
}

.p-cost__inner p:last-child {
  margin-bottom: 0;
}

.p-cost__inner:nth-of-type(2) {
  background: linear-gradient(170.23deg, #4E8DEC 11.23%, #0DA4C5 100%);
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  position: relative;
}

.p-cost__inner:nth-of-type(2):before {
  content: '業界最安値';
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #D34949;
  width: 85px;
  font-size: 12px;
  border-radius: 50px;
  padding: 8px 12px;
}

.p-cost__inner:nth-of-type(3),
.p-cost__inner:nth-of-type(4) {
  background: #fff;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  margin-right: 16px;
}

.p-cost__inner .mt {
  margin-top: 16px;
}

.p-cost__inner .mb {
  margin-bottom: 59px;
}

.p-cost__bottom-text {
  text-align: right;
  color: #888888;
  margin-top: 32px;
  font-size: 12px;
}

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

  .p-cost {
    margin-bottom: 72px;
    width: 100%;
  }

  .p-cost__inner {
    min-width: 250px;
  }

  .cost_triangle,
  .cost_cone {
    display: none;
  }


  .p-cost__cardsWrap {
    border-radius: 24px;
    margin-top: 48px;
    padding-bottom: 16px;
  }

  .p-cost__cards {
    padding-top: 32px;
  }

  .p-cost__inner:nth-of-type(2) {
    margin: 0 16px 0 24px;
  }

  .p-cost__inner:nth-of-type(3),
  .p-cost__inner:nth-of-type(4) {
    margin-left: 0;
  }

  .p-cost__bottom-text {
    display: none;
  }

  .p-cost__inner .mt {
    margin-top: 12px;
  }

}


.p-faq__inner {
  text-align: left;
  background: #F6F7F8;
  margin: 80px 0 120px;
  width: calc(100% - 120px);
  border-radius: 0px 64px 64px 0px;
  padding-bottom: 56px;
  position: relative;
}

.p-faq__inner ul {
  padding: 72px 64px 48px 172px;
  color: #343945;
}

.dl_bg {
  background: #fff;
  padding: 32px 32px 25px 32px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.dl_bg+* {
  margin-top: 24px;
}

.dl_bg p {
  display: flex;
  align-items: center;
}

.dl_bg .u-align-items-start {
  align-items: flex-start;
}

.p-faq__inner p:first-of-type {
  margin-bottom: 16px;
  font-weight: 500;
}

.p-faq__inner p:last-of-type {
  font-weight: normal;
}

.p-faq__inner p:first-of-type:before,
.p-faq__inner p:last-of-type:before {
  content: 'Q';
  font-size: 20px;
  width: 0;
  height: auto;
  line-height: 42px;
  padding-left: 42px;
  text-indent: -42px;
  color: #1A72C5;
  border: 2px solid #1A72C5;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  margin-right: 24px;
  font-weight: 500;
}

.p-faq__inner p:last-of-type:before {
  content: 'A';
}

.p-faq__inner .c-button-wrapper {
  margin-left: 8.6%;
}

.c-button-more {
  cursor: pointer;
}

.is-close {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-faq__inner {
    width: 100%;
    border-radius: 16px;
    padding-bottom: 32px;
    margin-bottom: 56px;
    margin-top: 48px;
  }

  .p-faq__inner ul {
    padding: 32px 24px 0;
  }

  .dl_bg {
    padding: 19px 24px;
  }

  .dl_bg p {
    align-items: flex-start;
  }


  .p-faq__inner p:first-of-type:before,
  .p-faq__inner p:last-of-type:before {
    font-size: 14px;
    width: 0;
    height: auto;
    line-height: 28px;
    padding-left: 28px;
    text-indent: -28px;
    margin-right: 16px;
    font-weight: normal;
  }

  .p-faq__inner .c-button-wrapper {
    margin-left: 0;
  }
}

.p-cta {
  background: linear-gradient(91.45deg, #4E8DEC -0.2%, #0FA6C7 100%);
  box-shadow: 0px -8px 24px rgba(31, 73, 82, 0.12);
  border-radius: 24px 24px 0px 0px;
  max-width: 1280px;
  margin: auto;
  color: #ffffff;
  padding: 64px 64px 59px 104px;
  width: calc(100% - 80px);
}

.p-cta__inner {
  display: flex;
  justify-content: space-between;
}

.p-cta__tel,
.p-cta__mail {
  width: 50%;
}

.p-cta__mail {
  padding-left: 40px;
}

.p-cta__inner h3 {
  font-size: 18px;
  margin-bottom: 19px;
  letter-spacing: 0.05em;
}

.p-cta__inner a {
  margin-bottom: 18px;
}

.p-cta__inner p {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
  letter-spacing: 0.05em;
}

.p-cta__tel a {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  display: block;
  margin-bottom: 26px;
}

@media screen and (max-width: 1024px) {
  .p-cta__tel a {
    font-size: 32px;
  }
}


@media screen and (max-width: 768px) {
  .p-cta {
    padding: 32px 16px;
    width: calc(100% - 48px);
    text-align: center;
  }

  .p-cta__inner {
    display: block;
  }

  .p-cta__inner a {
    margin-bottom: 12px;
  }

  .p-cta__tel,
  .p-cta__mail {
    width: 100%;
  }

  .p-cta__tel {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .p-cta__tel a {
    font-size: 28px;
  }

  .p-cta__mail {
    padding-left: 0;
    padding-top: 24px;
  }

  .p-cta__inner h3 {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .p-cta__inner p {
    line-height: 1.4;
    font-size: 12px;
  }
}



/*------------------------*
 * utitlty
 *-------------------------*/
.u-uppercase {
  text-transform: uppercase;
}

.u-dib {
  display: inline-block;
}

.u-tar {
  text-align: right;
}

.u-color-fff {
  color: #ffffff;
}

.u-margin {
  max-width: 1080px;
}

.u-title-img-heading {
  width: 558px;
  height: 80px;
}

.u-title-img-service {
  width: 212px;
}

.u-title-img-cost {
  width: 130px;
}

.u-title-img-faq {
  width: 115px;
}

.u-title-img-contact {
  width: 233px;
}

.u-width {
  min-width: 162px;
}

.u-title-img-user {
  width: 371px;
  height: 71px;
}

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

  .u-title-img-heading {
    width: 279px;
    height: 40px;
  }

  .u-title-img-service {
    width: 91px;
  }

  .u-title-img-user {
    width: 159px;
    height: 30px;
  }

  .u-title-img-cost {
    width: 56px;
  }

  .u-title-img-faq {
    width: 49px;
  }

  .u-title-img-contact {
    width: 100px;
  }

  .u-pc-only {
    display: none;
  }

  .u-mt-sp {
    margin-top: 32px;
  }


.u-width {
  min-width: 130px;
} 

}


.p-cost__inner .u-color-ad93dc {
  color: #ad93dc;
  font-size: 20px;
  font-weight: bold;
  margin-top: -10px;
  margin-bottom: 35px;
}

.p-cost__inner .u-color-63c6a2 {
  color: #63c6a2;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: -10px;
  margin-bottom: 35px;
}

.p-form {
  padding: 176px 0 80px;
  text-align: center;
}

.p-form dl {
  background: #F6F7F8;
  border-radius: 40px;
  padding: 64px;
  margin: 64px 0 60px;
  text-align: left;
}

.p-error-form .p-error-form__inner {
  text-align: center;
}

.p-form dl span {
  display: inline-block;
}

.p-form dl h4 {
  margin-bottom: 48px;
}

.p-form__button {
  display: block;
  text-align: center;
  margin-bottom: 60px;
  font-size: 20px;
}

.p-form__button input {
  margin-right: 32px;
}

.p-form__button a {
  color: #1A72C5;
  text-decoration: underline;
}

.p-form__button {
  text-align: center;
}

.p-thanks-logo img {
  max-width: 120px;
  margin: 48px auto 0;
}

.p-thanks {
  text-align: center;
  padding: 160px 188px;
}

.p-thanks h3 {
  font-size: 40px;
  margin-bottom: 16px;
}

.p-thanks__inner {
  margin-top: 32px;
}

.p-thanks__inner p {
  margin-bottom: 40px;
}

.thanks-footer {
  text-align: center;
  opacity: 0.4;
}

.p-thanks__inner-pc {
  display: block;
}

.p-thanks__inner-sp {
  display: none;
}


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

  .p-thanks-logo img {
    max-width: 80 px;
    margin: 21px auto 0;
  }

  .p-thanks .c-heading__title img {
    margin: 0;
  }

  .p-thanks {
    text-align: left;
    padding: 88px 24px 100px;
  }

  .p-thanks__inner-pc {
    display: none;
  }

  .p-thanks__inner-sp {
    display: block;
  }

  .p-thanks h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .p-thanks__inner {
    margin-top: 16px;
  }

  .p-thanks__inner p {
    margin-bottom: 32px;
  }


  .p-thanks__inner .c-button-back {
    padding: 12px 43px 12px 43px;
  }

  .thanks-footer {
    text-align: center;
    opacity: 0.4;
  }
}


/* contact.htmlここから */
/* contact.htmlここから */

.contact-parts-wapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-parts {
  width: 48%;
  margin-bottom: 48px;
}

.contact-parts:last-of-type {
  width: 100%;
}

.contact-parts dt {
  font-weight: 400;
  margin-bottom: 12px;
}

.contact-parts dt span {
  font-size: 11px;
  color: #fff;
  background: #CC4444;
  padding: 2px 6px;
  border-radius: 999px;
  margin-left: 8px;
}

.contact-parts dd {
  padding-bottom: 30px;
}

.contact-parts dd input,
.contact-parts dd textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E7E7E6;
  box-sizing: border-box;
  border-radius: 16px;
  height: auto;
  padding: 16px;
}



input[type="text"]:focus,
.contact-parts dd textarea:focus {
  border: 1px solid #1A72C5;
  outline: 0;
}


.confirm-parts {
  border-bottom: 1px solid #D5DADB;
}

.confirm-parts dd {
  background: none;
  border: none;
  border-bottom: 1px solid #E7E7E6;
  background: none;
  border: none;
}

.confirm-parts dt {
  color: #1B2029;
  opacity: 0.64;
}


@media screen and (max-width: 768px) {
  .contact-parts-wapper {
    display: block;
  }

  .contact-parts {
    width: 100%;
    margin-bottom: 24px;
  }

  .contact-parts:last-of-type {
    margin-bottom: 0;
  }

  .contact-parts dd {
    max-width: 100%;
  }

  .p-form {
    padding: 136px 0 80px;
  }

  .p-form dl {
    padding: 40px 24px;
    border-radius: 24px;
    margin: 30px 0 32px;
  }

  .p-form__button {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .p-form__button input {
    transform: scale(1.85);
    margin-right: 16px;
  }
}

p.error_messe {
  margin: 5px 0;
  color: red;
}

.p-thanks__inner .thanks_phone {
  color: #1A72C5;
  text-decoration: #1A72C5 underline;
  -webkit-text-decoration: #1A72C5 underline;
}





.bg_checkbox {
  position: relative;
  display: inline-block;
}

.bg_checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.p-form__button a {
  position: relative;
}

.bg_checkbox input[type="checkbox"]+label {
  display: block;
  background-image: url(img/privacy_btn_unselect.png);
  background-size: auto;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 57px;
  line-height: 48px;
}

.bg_checkbox input[type="checkbox"]:checked+label {
  background-image: url(img/input_btn.png);
  background-size: 40px;
}

@media screen and (max-width: 768px) {
  .bg_checkbox input {
    max-width: 200px;
  }

  .bg_checkbox input[type="checkbox"]+label {
    background-size: 24px;
    padding: 0 0 0 32px;
  }

  .bg_checkbox input[type="checkbox"]:checked+label {
    background-size: 24px;
  }
}