html {
  font-family: 'Noto Sans JP', sans-serif;
}

body {
  color: #555;
  overflow-x: hidden;
}

.screen-reader-response ul {
  display: none;
}

.wpcf7-not-valid-tip {
  padding-top: 5px!important;
  color: #ED1A3D;
  display: block;
}

.l-footer {
  border-top: none!important;
}

.lp_thanks {
  max-width: 880px;
  margin: 0 auto;

}

.header {
    min-width: auto;
    border-bottom: none!important;
}

*:focus {
  outline: none;
}

.btn_center a {
  margin: 0 auto;
  margin-top: 60px;
}

.btn_center2 a {
  text-align: center;
}

.btn_center .btn-primary {
  background: #2D6A91!important;
}

/* common */
.section {
  padding: 95px 0 140px;
}

.list-reason .label-number {
  font-size: 62px;
  color: #2D6A91;
}

.contents-headline {
  position: relative;
  margin-top: 16px;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  z-index: 3;
}

.contents-headline2 {
  font-size: 34px;
  color: #2D6A91;
  text-align: center;
  font-weight: bold;
  color: #2D6A91!important;
  font-size: 34px;
}

.contents-description {
  margin-top: 52px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}


/* ここから時間差フェードインアニメーション */
/* 1秒間かけてフェードイン */
.fadeInAnime1s {
    animation-name: fadeIn1s;
}
.fadeIn1s {
    animation-delay: 500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(-50px);
    opacity: 0;
}
@keyframes fadeIn1s {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* 1.5秒間かけてフェードイン */
.fadeInAnime1500ms {
    animation-name: fadeIn1500ms;
}
.fadeIn1500ms {
    animation-delay: 1000ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateX(50px);
    opacity: 0;
}
@keyframes fadeIn1500ms {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* 2秒間かけてフェードイン */
.fadeInAnime2s {
    animation-name: fadeIn2s;
}
.fadeIn2s {
    animation-delay: 1500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn2s {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* 0.5秒間かけてフェードイン */
.fadeInAnime500ms {
    animation-name: fadeIn500ms;
}
.fadeIn500ms {
    animation-delay: 500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn500ms {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* 1秒間かけてフェードイン */
.fadeInAnime1s2 {
    animation-name: fadeIn1s;
}
.fadeIn1s2 {
    animation-delay: 500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(-50px);
    opacity: 0;
}
@keyframes fadeIn1s2 {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* 1.5秒間かけてフェードイン */
.fadeInAnime1500ms2 {
    animation-name: fadeIn1500ms;
}
.fadeIn1500ms2 {
    animation-delay: 1000ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateX(50px);
    opacity: 0;
}
@keyframes fadeIn1500ms2 {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* 2秒間かけてフェードイン */
.fadeInAnime2s2 {
    animation-name: fadeIn2s;
}
.fadeIn2s2 {
    animation-delay: 1500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn2s2 {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* 1秒間かけてフェードイン */
.fadeInAnime1s3 {
    animation-name: fadeIn1s;
}
.fadeIn1s3 {
    animation-delay: 500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(-50px);
    opacity: 0;
}
@keyframes fadeIn1s3 {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* 1.5秒間かけてフェードイン */
.fadeInAnime1500ms3 {
    animation-name: fadeIn1500ms;
}
.fadeIn1500ms3 {
    animation-delay: 1000ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateX(50px);
    opacity: 0;
}
@keyframes fadeIn1500ms3 {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* 2秒間かけてフェードイン */
.fadeInAnime2s3 {
    animation-name: fadeIn2s;
}
.fadeIn2s3 {
    animation-delay: 1500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn2s3 {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}




.fadeInBlock {
  display: none!important;
}

.contents-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #2D6A91;
  text-align: center;
  letter-spacing: 1px;
}

.label {
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
}

.label-reason {
  padding: 6px 15px 8px;
  color: #fff;
  background-color: #ffcd28;
  font-size: 18px;
}

.label-white {
  width: 440px;
  padding: 13px 0;
  border: solid 2px #fff;
  text-align: center;
  font-size: 22px;
  letter-spacing: 3px;
}

.label-lightGreen {
  padding: 6px 15px 8px;
  color: #fff;
  background-color: #2D6A91;
  font-size: 18px;
}

.numbers {
  font-weight: bold;
  color: #2D6A91;
  letter-spacing: 1px;
}

.top-title,
.contents-title,
.label-number {
  font-family: 'Roboto', sans-serif;
}

.serif {
  font-family: 'Noto Serif JP', serif;
}

.i {
  font-family: 'PT Sans', sans-serif;
  font-weight: 500;
  font-style: italic;
}

/* background */
.back-round {
  display: block;
  position: absolute;
  background: url("../images-lp/back_round.svg") no-repeat 0 0/485px auto;
  z-index: 2;
}

.main-section .back-round--left {
  width: 485px;
  height: 485px;
  top: -230px;
  left: -118px;
}

.main-section .back-round--right {
  width: 555px;
  height: 555px;
  top: -190px;
  right: -133px;
  background-size: 555px auto;
}

.main-section .back-round--bottom {
  width: 415px;
  height: 415px;
  bottom: -264px;
  left: 336px;
  background-size: 415px auto;
}

.section-reason .back-round--right {
  width: 745px;
  height: 745px;
  top: -217px;
  right: -305px;
  background-size: 745px auto;
}

.section-reason .back-round--left {
  width: 785px;
  height: 785px;
  bottom: 55px;
  left: -350px;
  background-size: 785px auto;
}

/* button */
.btn-contact {
  display: block;
  position: relative;
  width: 330px;
  margin: 0 auto;
  padding: 11px 0 13px 90px;
  font-size: 24px;
  font-weight: 500;
  border-radius: 5px;
  color: #559DBF;
  letter-spacing: 2px;
  border-right: solid 10px #ffcd28;
  border-left: solid 10px #ffcd28;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
  text-align: left;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.btn-contact > .icon-dm {
  display: block;
  position: absolute;
  top: 12px;
  left: 40px;
}

.btn-contact > .icon-dm::before {
  color: #559DBF;
  font-size: 25px;
}

.btn-contact:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.btn-primary {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 500;
  background-color: #2D6A91;
}

.btn-primary.sizeM {
  width: 200px;
  height: 40px;
  padding: 10px 0 12px 60px;
  font-size: 16px;
  border-radius: 20px;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
}

.btn-primary.sizeM > .icon-dm {
  display: block;
  position: absolute;
  top: 12px;
  left: 25px;
}

.btn-primary.sizeM > .icon-dm::before {
  color: #fff;
  font-size: 16px;
}

.btn-primary.sizeL {
  width: 260px;
  height: 56px;
  padding: 16px 0 17px 81px;
  font-size: 20px;
  border-radius: 30px;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
}

a.sizeL2 {
  padding-left: 0!important;
}

.btn_center .btn-primary.motto {
  background: #fff!important;
  color: #2D6A91!important;
  border: solid 1px #2D6A91!important;
}


.btn-primary.sizeL > .icon-dm {
  display: block;
  position: absolute;
  top: 18px;
  left: 31px;
}

.btn-primary.sizeL > .icon-dm::before {
  color: #fff;
  font-size: 21px;
}

.main-section .btn-primary.sizeL {
  outline: none;
  overflow: hidden;
}

.main-section .btn-primary.sizeL::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.main-section .btn-primary.sizeL::before {
  -webkit-animation: shine 5s infinite;
          animation: shine 5s infinite;
}

@-webkit-keyframes shine {
  24% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}

@keyframes shine {
  24% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}

.btnWrap-viewSite {
  margin-top: 41px;
}

.btn-viewSite {
  display: block;
  position: relative;
  width: 300px;
  padding: 15px 30px 15px 71px;
  border: solid 2px #2D6A91;
  border-radius: 10px;
  font-size: 20px;
  color: #2D6A91;
  font-weight: 500;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.btn-viewSite > .icon-arrowStart {
  display: block;
  position: absolute;
  top: 13px;
  right: 70px;
}

.btn-viewSite > .icon-arrowStart::before {
  font-size: 11px;
  color: #2D6A91;
}

.btn-viewSite:hover {
  color: #fff;
  background-color: #2D6A91;
}

.btn-viewSite:hover > .icon-arrowStart::before {
  color: #fff;
}

/* header */
.header-wrap {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 4;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
}

.header .logo {
  width: 70px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  background: url("../common/images/logo.svg") no-repeat right top/auto 45px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 38px;
}

.nav > li {
  margin-left: 32px;
  font-size: 15px;
  font-weight: 500;
}

.nav > li:first-child {
  margin-left: 0;
}

.nav > li a {
  display: block;
  position: relative;
  padding-bottom: 5px;
}

.nav > li a strong {
  font-weight: 500;
}

.nav > li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -3px;
  width: calc(100% + 6px);
  height: 2px;
  background: #2D6A91;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.nav > li.current a::after,
.nav > li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.nav-info {
  display: block;
  margin-right: 15px;
  color: #2D6A91;
  font-weight: 500;
  font-size: 22px;
  white-space: nowrap;
}

.nav-info > p:first-child {
  font-size: 16px;
}

/* section */
.main-section-wrap {
  position: relative;
  width: 1440px;
  height: 600px;
  margin: 0 auto;
}

.main-section {
  width: 1200px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  z-index: 3;
}

.main-background {
  display: block;
  width: 540px;
  height: 100%;
  background: url("../images-lp/pic_mainVisual.svg") no-repeat center/540px auto;
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  z-index: 3;
}

.inner {
  z-index: 3;
}

.top-title {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 1px;
}

.top-headline {
  margin: 18px 0 23px;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 5px;
  line-height: 1.6;
}

.top-headline > em {
  font-style: normal;
  font-size: 58px;
  font-weight: bold;
  color: #2D6A91;
}

.top-headline > em:last-child {
  font-size: 48px;
}

.c-contact__morphing .js-svg path, .c-contact__morphing svg path, .p-index_about__morphing .js-svg path, .p-index_about__morphing svg path, .p-index_concept__morphing .js-svg path, .p-index_concept__morphing svg path, .p-index_counseling____morphing .js-svg path, .p-index_counseling____morphing svg path, .p-index_kv__morphing path, .p-kv_lower__morphing .js-svg path, .p-kv_lower__morphing svg path {
  fill: #E8F4F6;
  color: #E8F4F6
}

.section-advice {
  position: relative;
  background: #e8f4f6;
  padding: 107px 0 118px;
  z-index: 3;
}

.section-seven {
  position: relative;
  background: #559DBF;
  padding: 107px 0 118px;
  z-index: 3;
}

.section-fvunder {
  position: relative;
  background: #fff;
  padding: 100px 0 110px;
  z-index: 3;
}

.section-seven h2 {
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding-bottom: 40px;
  letter-spacing: 1px;
  font-size: 38px;
}

.section-fvunder h2 {
  text-align: center;
  font-weight: bold;
  color: #2D6A91;
  padding-bottom: 40px;
  font-size: 34px;
}

.section-fvunder p {
  font-size: 20px;
  text-align: justify;
  max-width: 880px;
  margin: 0 auto;
  line-height: 1.8;
}

.section-advice .catch {
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.section-advice > .catch > em {
  display: inline-block;
  color: #00cdd7;
  margin-right: 3px;
}

.list-advice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  margin: 75px auto 85px;
  padding: 0 60px 82px 60px;
  border-bottom: solid 4px #00cdd7;
}

.list-advice > li {
  width: 33.33%;
  margin-left: 72px;
}

.list-advice > li:first-child {
  margin-left: 0;
}

.list-advice::before,
.list-advice::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -21px;
  left: 50%;
  margin-left: -21px;
  border-style: solid;
  border-width: 21px 21px 0 21px;
  z-index: 1;
}

.list-advice::before {
  content: '';
  position: absolute;
  display: block;
  bottom: -21px;
  left: 50%;
  margin-left: -21px;
  border-style: solid;
  border-color: #00cdd7 transparent;
  border-width: 21px 21px 0 21px;
  z-index: 1;
}

.list-advice::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  border-style: solid;
  border-color: #ebffff transparent;
  border-width: 15px 15px 0 15px;
  z-index: 1;
}

.advice-case {
  position: relative;
  width: 100%;
  height: 312px;
  border-radius: 50%;
  border: solid 3px #00cdd7;
  background-color: #fff;
}

.advice-labelWrap {
  margin-top: 40px;
  text-align: center;
}

.advice-label {
  display: inline-block;
  background-color: #00cdd7;
  padding: 4px 12px 5px;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.advice-case > .advice-description {
  margin-top: 25px;
  font-size: 30px;
  line-height: 1.7;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  letter-spacing: 1px;
}

.advice-case > .advice-description > strong,
.advice-case > .advice-description > .line-lp1>  strong,
.advice-case > .advice-description > .line-lp2>  strong,
.advice-case > .advice-description > .line-lp3>  strong,
.advice-case > .advice-description > .line-lp4>  strong,
.advice-case > .advice-description > .line-lp5>  strong,
.advice-case > .advice-description > .line-lp6>  strong,
.list-answer > li > strong {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

.advice-case::after {
  content: '';
  position: absolute;
  bottom: 12px;
  right: 9px;
  width: 68px;
  height: 80px;
}

.list-advice > li:first-of-type .advice-case::after {
  background: url("../common/images/icons/person1.svg") no-repeat 0 0/68px auto;
}

.list-advice > li:nth-of-type(2) .advice-case::after {
  background: url("../common/images/icons/person2.svg") no-repeat 0 0/68px auto;
}

.list-advice > li:last-of-type .advice-case::after {
  background: url("../common/images/icons/person3.svg") no-repeat 0 0/68px auto;
}

.list-answer {
  width: 1085px;
  margin: 70px auto 0;
  background: url("../common/images/pic_bulb.svg") no-repeat 0 center/116px auto;
}

.list-answer > li {
  margin-top: 30px;
  margin-left: 190px;
  padding-left: 60px;
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  background: url("../common/images/icons/check.svg") no-repeat left center/42px auto;
  line-height: 42px;
  letter-spacing: 1px;
}

.list-answer > li:first-child {
  margin-top: 0;
}

.section-wrap {
  position: relative;
}

.section-reason {
  position: relative;
}

.list-reason {
  position: relative;
  width: 1440px;
  margin: 94px auto 0;
  z-index: 3;
}

.list-reason > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 95px;
}

.list-reason > li:first-child {
  margin-top: 0;
}

.list-reason > li:nth-child(even) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.list-reason > li:nth-child(even) .reason-picture {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0;
  margin-right: 60px;
}

.list-reason > li:nth-child(even) .reason-inner {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.reason-picture {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 60px;
}

.reason-picture > img {
  display: block;
  object-fit: cover;
  width: 635px;
  height: 400px;
}

.reason-inner {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 540px;
}

.reason-title {
  margin: 18px 0 17px;
  font-size: 28px;
  color: #2D6A91;
  font-weight: 500;
  line-height: 1.5;
}

.reason-text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  text-align: justify;
}

.section-form {
  width: 100%;
  background-color: #559DBF;
  color: #fff;
}

.section-form .headline {
  margin-top: 30px;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 2px;
}

.form-wrap {
  width: 1080px;
  height: 355px;
  margin: 0 auto;
  padding: 45px 0 45px 152px;
  background: url("../common/images/pic_contact.png") no-repeat right 136px bottom -7px/178px auto;
}

.form-inner {
  width: 500px;
  text-align: center;
}

.form-transition {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 13px;
}

.form-transition > span {
  display: block;
  padding: 0 12px;
  background-color: #559DBF;
  font-size: 22px;
  letter-spacing: 2px;
  z-index: 3;
}

.form-transition::before {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 2px;
  top: 11px;
  left: 0;
}

.form-phone-wrap {
  background-color: #e8f4f6;
}

.form-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  letter-spacing: 3px;
}

.phone-catch {
  position: relative;
  margin-right: 75px;
  font-size: 28px;
  font-weight: 500;
}

.round-arrow {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  margin-left: 9px;
  border-radius: 50%;
  background-color: #2D6A91;
  vertical-align: -2px;
}

.round-arrow.icon-arrowRight::before {
  position: absolute;
  top: 8px;
  left: 10px;
  font-size: 10px;
}

.form-phone .numbers {
  font-size: 42px;
  font-weight: bold;
  color: #2D6A91;
  margin-right: 25px;
}

.phone-note {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
}

.phone-note > strong {
  display: inline-block;
  font-weight: bold;
  margin-left: 10px;
}

.section-service {
  margin-top: 60px;
  background-color: #f5f5f5;
}

.service-wrap {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  padding: 35px 0 45px;
}

.service-headline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-headline > .headline {
  display: block;
  padding: 0 15px;
  background-color: #f5f5f5;
  font-size: 34px;
  color: #919191;
  letter-spacing: 2px;
  z-index: 3;
}

.service-headline::before {
  content: '';
  position: absolute;
  background-color: #919191;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
}

.list-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.list-service > li {
  width: 25%;
  margin-left: 20px;
}

.list-service > li:first-child {
  margin-left: 0;
}

.service-inner {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.service-inner::before {
  content: '';
  display: block;
  padding-top: 70.59%;
}

.service-inner.service-lp {
  background: url("../common/images/pic_another_service1.png") no-repeat 0 0/cover;
}

.service-inner.service-web {
  background: url("../common/images/pic_another_service5.png") no-repeat 0 0/cover;
}

.service-inner.service-operation {
  background: url("../common/images/pic_another_service2.png") no-repeat 0 0/cover;
}

.service-inner.service-video {
  background: url("../common/images/pic_another_service3.png") no-repeat 0 0/cover;
}

.service-inner.service-logo {
  background: url("../common/images/pic_another_service4.png") no-repeat 0 0/cover;
}

.service-inner > .label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 107px;
  padding: 4px 0 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
  text-align: center;
}

.service-inner.service-lp > .label {
  background-color: rgba(255, 95, 190, 0.65);
}

.service-inner.service-web > .label {
  background-color: rgba(0, 205, 215, 0.65);
}

.service-inner.service-operation > .label {
  background-color: rgba(255, 205, 40, 0.65);
}

.service-inner.service-video > .label {
  background-color: rgba(145, 145, 145, 0.65);
}

.service-inner.service-logo > .label {
  background-color: rgba(50, 175, 110, 0.65);
}

.list-works {
  width: 1080px;
  margin: 0 auto;
}

.list-works > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 142px;
}

.list-works > li:nth-child(even) .works-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 0;
  padding-left: 70px;
}

.list-works > li:nth-child(even) .works-picture {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.list-works > li:first-child {
  margin-top: 93px;
}

.works-wrap {
  padding-right: 70px;
}

.list-works .headline {
  margin-top: 17px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

.works-description {
  margin-top: 15px;
}

.works-description > p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.7;
}

.works-description > p:first-child {
  margin-top: 0;
}

.works-picture {
  display: block;
}

.works-picture img {
  width: 500px;
  height: 337px;
}

.section-voice {
  background-color: #e8f4f6;
}

.voice_txt {
  max-width: 1180px;
  margin: 0 auto;
}

.list-voice {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 82px;
  align-items:stretch;
  gap: 20px;
}

.list-voice_works {
  gap: 60px;
}

.list-voice li {
  width: calc(100%/3);
  align-items: stretch;
  display: flex;
}

.inview3 {
  display: block!important;
}

.inview3 h4 {
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
  color: #2D6A91;
  font-size: 22px;
}

.inview3 img {
  width: 100%;
}

.voice-picture > img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 5px;
}

.voice-board {
  padding: 30px 20px 30px 20px;
  background-color: #fff;
  border-radius: 10px;
}

.voice-inner {
  margin-top: 26px;
}

.voice-company {
  font-size: 15px;
  font-weight: 500;
  color: #2D6A91;
}

.list-voice .headline {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.voice-description {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.8;
}

.section.section-price {
  padding-bottom: 135px;
}

.table-priceWrap {
  width: 1080px;
  margin: 68px auto 0;
}

.table-price {
  width: 100%;
  border: 1px solid #555;
  border-collapse: separate;
  border-radius: 10px;
  overflow: hidden;
}

.table-price thead th,
.table-price tbody th,
.table-price tbody td {
  height: 70px;
  padding: 15px 0;
  font-size: 24px;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #555;
}

.table-price thead th {
  width: 21.2%;
  background-color: #e8f4f6;
}

.table-price thead th:first-child,
.table-price tbody th {
  width: 15.2%;
}

.table-price thead th + th,
.table-price tbody td {
  border-left: 1px solid #555;
}

.table-price tbody tr:last-child th,
.table-price tbody tr:last-child td {
  border-bottom: none;
}

.table-price thead th.current {
  background-color: #2D6A91;
  color: #fff;
  font-size: 34px;
}

.table-price tbody td.current {
  padding: 0;
  background-color: #ffffd7;
  font-size: 16px;
  font-weight: bold;
  color: #f0505a;
}

.table-price tbody td.current > .status {
  margin-bottom: 4px;
}

.table-price tbody td.price {
  font-size: 18px;
  font-weight: bold;
}

.table-price tbody td.price > strong {
  font-size: 28px;
}

.table-price tbody td.current.price {
  font-size: 22px;
}

.table-price tbody td.current.price > strong {
  font-size: 32px;
  font-weight: bold;
}

.table-price tbody tr td > .status {
  display: block;
  margin: 0 auto;
  line-height: 1;
}

.status.icon-triangle::before {
  font-size: 26px;
}

.status.icon-doubleCircle::before {
  font-size: 28px;
}

.status.icon-circle::before {
  font-size: 28px;
}

.current .status::before {
  color: #f0505a;
}

.section.section-faq {
  padding-bottom: 135px;
  background-color: #f5f5f5;
}

.faq-wrap {
  width: 1080px;
  margin: 87px auto 0;
}

.faq-board {
  position: relative;
  margin-top: 30px;
  padding-bottom: 6px;
  background-color: #fff;
  border-radius: 10px;
  line-height: 1.5;
  cursor: pointer;
}

.faq-board:first-child {
  margin-top: 0;
}

.faq-board > .question {
  font-size: 20px;
  font-weight: 500;
  padding: 26px 90px 22px 80px;
  border-radius: 10px 10px 0 0;
}

.faq-board > .answer {
  display: none;
  padding: 0 90px 11px 80px;
  font-size: 16px;
}

.faq-board > .answer > p {
  padding: 6px 0 13px;
}

.faq-board > .question,
.faq-board > .answer {
  position: relative;
  background-color: #fff;
}

.faq-board > .question::before,
.faq-board > .answer::before {
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}

.faq-board > .question::before {
  content: 'Q';
  top: 24px;
  left: 24px;
  padding-right: 2px;
  background-color: #2D6A91;
  color: #fff;
}

.faq-board > .answer::before {
  content: 'A';
  top: 0;
  left: 24px;
  border: solid 1px #2D6A91;
  color: #2D6A91;
}

.faq-board.isClose .answer {
  display: block;
}

.faq-toggle {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 2;
}

.faq-toggle::before,
.faq-toggle::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 4px;
  margin-top: -2px;
  background-color: #828282;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.faq-toggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-board.isClose .faq-toggle::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-board.isClose .faq-toggle::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}

.section-flow {
  padding-bottom: 80px;
}

.list-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1080px;
  margin: 40px auto 0;
}

.list-flow > li {
  width: 100%;
  display: grid;
  row-gap: 24px;
  margin: 2px;
  padding: 7.4%;
  border-radius: 24px;
  -webkit-box-shadow: 11px 11px 20px 0 #ebebeb, -11px -11px 20px 0 #fff;
  box-shadow: 11px 11px 20px 0 #ebebeb, -11px -11px 20px 0 #fff;
  grid-template-columns: 200px 1fr;
  margin: 11px 0 11px 0;
  padding: 24px 7% 48px 0;
  border-radius: 40px;
}

.m-flow-01__icon {
  display: grid;
  place-content: start center;
  margin-top: 24px;
}

.m-flow-01__icon img {
    width: 100px;
}

.m-heading-09 {
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    margin-bottom: 16px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
}
.m-heading-09 {
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
    margin-bottom: 20px;
    font-size: 32px;
}

.m-heading-09__num {
    color: #2D6A91;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
}

.list-flow {
  display: grid;
    row-gap: 48px;
}

.flow_txt {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 30px;
}

.flow_txt p {
  line-height: 1.8;
}

.m-flow-01__unit p {
  line-height: 2;
}

.m-flow-01__unit a {
  text-decoration: underline;
}

.flow-label {
  display: block;
  position: relative;
  height: 35px;
  padding: 5px 16px;
  background: -webkit-gradient(linear, left top, right top, from(#ff64be), to(#ffc8f5));
  background: linear-gradient(to right, #ff64be, #ffc8f5);
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}

.flow-label::before,
.flow-label::after {
  content: '';
  display: block;
  position: absolute;
  right: -10px;
  border-style: solid;
  border-color: #fff transparent;
  border-width: 14px 14px 0 14px;
}

.flow-label::before {
  top: -2px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.flow-label::after {
  bottom: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.flow-label > .label-number {
  display: inline-block;
  font-size: 24px;
  margin-left: 4px;
  vertical-align: -3px;
}

.flow-title {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  color: #2D6A91;
}

.flow-description {
  margin-top: 22px;
  padding: 0 28px 56px 0;
  line-height: 1.6;
}

.flow-description > a {
  text-decoration: underline;
}

.btnWrap {
  margin-top: 35px;
}

.pageTop-scrolled {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 5;
}

.foot_banner {
  position: fixed;
  left: 30px;
  bottom: 30px;
  transition: 0.5s;
  opacity: 0;
  z-index:-1;
}

.foot_banner img {
  width: 220px;
  height: 100%;
  object-fit: cover;
}

.svgback {
  background-image: url('../img/blob-scene-haikei.svg');
  background-size: cover; /* 画像を全体にフィット */
  background-position: center; /* 中央に配置 */
  background-repeat: no-repeat; /* 繰り返しを防止 */
}

.pageTop-scrolled > a {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  padding-top: 36px;
  background-color: rgba(45, 106, 145, 1);
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  padding-left: 2.5px;
}

.pageTop-scrolled .icon-pageTop {
  display: block;
  position: absolute;
  top: 12px;
  left: 23px;
}

.pageTop-scrolled .icon-pageTop::before {
  font-size: 14px;
}

.foot_banner img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer-scrolled {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: .6s;
  transition: .6s;
  z-index: 5;
}

.footer-scrolled.isActive {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.footer-scrolled > .footer-inner {
  color: #fff;
}

.footer-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-number {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 25px;
}

.footer-info .btn-primary.sizeL {
  height: 50px;
  padding: 12px 0 13px 77px;
}

.footer-info .btn-primary.sizeL > .icon-dm {
  top: 14px;
}

.footer {
  background-color: #e8f4f6;
  padding-bottom: 80px;
}

.footer .logo {
  width: 72px;
  margin-right: auto;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  height: 80px;
  margin: 0 auto;
}

.footer .footer-inner > div {
  margin-right: 60px;
}

.footer .footer-inner > div:last-child {
  margin-right: 0;
}

.footer-inner > p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}

.copyright {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 1px;
}

/* line */

.line-lp-title{
  position: relative;
}

.line-lp-title::after{
  position: absolute;
  top: 60px;
  left: 0px;
  content: "";
  width: 130px;
  height: 4px;
  border-radius: 2px;
  background-color: #00CDD7;
}
.line-lp1{
  position: relative;
  display: inline-block;
}

.line-lp1::after{
  position: absolute;
  top: 48px;
  left: 0px;
  content: "";
  width: 245px;
  height: 4px;
  border-radius: 2px;
  background-color: #FFCD28;
}

.line-lp2{
  position: relative;
  display: inline-block;
}

.line-lp2::after{
  position: absolute;
  top: 48px;
  left: 0px;
  content: "";
  width: 155px;
  height: 4px;
  border-radius: 2px;
  background-color: #FFCD28;
}

.line-lp3{
  position: relative;
  display: inline-block;
}

.line-lp3::after{
  position: absolute;
  top: 48px;
  left: 0px;
  content: "";
  width: 155px;
  height: 4px;
  border-radius: 2px;
  background-color: #FFCD28;
}

.line-lp4{
  position: relative;
  display: inline-block;
}

.line-lp4::after{
  position: absolute;
  top: 48px;
  left: 0px;
  content: "";
  width: 155px;
  height: 4px;
  border-radius: 2px;
  background-color: #FFCD28;
}

.line-lp5{
  position: relative;
  display: inline-block;
}

.line-lp5::after{
  position: absolute;
  top: 48px;
  left: 0px;
  content: "";
  width: 90px;
  height: 4px;
  border-radius: 2px;
  background-color: #FFCD28;
}

.line-lp6{
  position: relative;
  display: inline-block;
}

.line-lp6::after{
  position: absolute;
  top: 48px;
  left: 0px;
  content: "";
  width: 125px;
  height: 4px;
  border-radius: 2px;
  background-color: #FFCD28;
}



.nav-sub,
.navMenu-wrap,
input[type=checkbox].menuSwitch {
  display: none;
}

.pankuzu {
  padding-bottom: 20px;
  padding-top: 20px;
}

.pankuzu_link {
  max-width: 1080px;
  margin: 0 auto;
}

span.wpcf7-not-valid-tip {
  display: block;
  padding-bottom: 10px;
  color: #ED1A3D;
}

.screen-reader-response ul {
  display: none;
}

.pankuzu_link span {
  padding-left: 10px;
  padding-right: 10px;
}

#LpPlan {
  margin-top: 60px!important;
  max-width: 1080px;
  margin: 0 auto;
}

.p-plan__expPlan {
    border-radius: 30px;
    padding: 40px;
    margin-bottom: 40px;
    border: solid 2px #2D6A91;
}

.p-plan__expPlanImgSp {
    display: none;
    margin: 0 auto;
    width: 38.889%;
}

.p-plan__expPlanTitle {
    display: block;
    font-weight: 700;
    text-align: center;
}

.p-plan__expPlanLead {
    font-size: 18px;
    margin: 12px 0 32px;
    text-align: center;
}

.p-plan__expPlanPriceBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 80px;
}

.p-plan__expPlanPriceBox i {
    vertical-align: top;
    text-align: center;
    height: 150px;
    width: 200px;
}

.p-plan__expPlanPriceBox i img {
    width: 150px;
    object-fit: contain;
}

.p-plan__expPlanPrice {
    flex: 1;
    max-width: 616px;
}


.p-plan__expPlanPriceTitle {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    column-gap: 16px;
}

.p-plan__expPlanPriceTitle:before {
    margin-right: 1rem;
}

.p-plan__expPlanPriceTitle:after {
    margin-left: 1rem;
}
.p-plan__expPlanPriceTitle:after, .p-plan__expPlanPriceTitle:before {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #2D6A91;
}

.p-plan__expPlanPriceList {
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
}

.p-plan__expPlanPriceList li {
    display: grid;
    place-content: center;
    border-radius: 8px;
    text-align: center;
    height: 80px;
    width: 100%;
    background: #e8f4f6;
}

.p-plan__expPlanPriceList li span:last-child>span, .p-plan__expPlanPriceList--col span:first-child {
    font-size: 16px;
}

.p-plan__expPlanPriceList--col span:first-child::after {
    content: " / ";
}

.c-optionTableLink+.c-optionTableLink, .p-plan__expPlanText, .p-works__listExp {
    margin-top: 24px;
}

.c-iconTitle .c-iconTitleText, .p-plan__expPlanPriceList li span:last-child, .p-plan__expPlanPriceList--col span:last-child {
    color: #2D6A91;
    font-size: 28px;
    font-weight: 700;
}

.p-plan__expPlanPriceList .p-plan__expPlanPriceList--col span:last-child::after {
    content: "";
}

.p-plan__expPlanPriceList .p-plan__expPlanPriceList--col span:last-child>span {
    font-size: 16px;
}

p.p-plan__expPlanText {
  font-size: 18px;
  line-height: 2;
}

.p-plan__expPlanPriceLp {
    background: #e8f4f6;
    border-radius: 8px;
    text-align: center;
    padding-bottom: 24px;
    margin: 36px 0 0;
}

.p-plan__expPlanPriceLp .p-plan__expPlanPriceLpTitle {
    display: inline-block;
    background: #2D6A91;
    border-radius: 16px;
    color: #fff;
    font-size: 16px;
    padding: 8px 16px;
    margin: -12px 0 34px;
}


.p-plan__expPlanPriceLp ul {
    display: flex;
    justify-content: center;
    column-gap: 55px;
}

.p-plan__expPlanPriceLp li span:first-child {
    display: block;
    font-size: 16px;
    margin-bottom: 0px;
}

.seven_box {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  margin-top: 40px;
  gap: 30px;
}

.seven_box {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
}


.seven_box li {
  align-items: center;
  background: #FFFFFF;
  border-radius: 12px;
  flex: none;
  flex-direction: column;
  gap: 0px;
  height: auto;
  justify-content: flex-start;
  padding: 21px 25px 30px 25px;
  width: calc(100%/4 - 23px);
  max-width: 100%;
}

.seven_box li img {
  align-items: center;
  flex-direction: column;
  height: auto;
  justify-content: center;
  margin: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 68px;
  max-width: 100%;
}

.seven_box li div {
  align-items: center;
  background: #2D6A91;
  flex-direction: column;
  height: 3px;
  justify-content: center;
  margin: 28px 0px 0px 0px;
  width: 28px;
  max-width: 100%;
}

.seven_box li p {
    color: #2D6A91;
    font-size: 18px;
    line-height: 1.7;
    font-style: normal;
    font-weight: 700;
    height: auto;
    margin: 18px 0px 0px 0px;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
    text-align: center;
}

.merit_box {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  margin-top: 100px;
}

.merit_box li {
  background: #fff;
  padding: 60px 25px 30px;
  border: solid 3px #2D6A91;
  width: calc(100%/3 - 15px)!important;
  position: relative;
  display: block!important;
}

.merit_box li h3 {
    width: 250px;
    height: 56px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background: #2D6A91;
    border-radius: 30px;
    margin: 0 auto;
    position: absolute;
    top: -28px;
    right: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.merit_box li h4 {
  font-size: 22px;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  padding-bottom: 15px;
}

.merit_box li p {
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
}

h2.gray_ttl {
  color: #a7a7a7!important;
}


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

  .sm_none {
    display: none!important;
  }

  .section-seven {
      padding: 60px 0 80px!important;
  }

  .c-container, .p-case .p-index_works__case .case_slider .swiper-wrapper {
      width: 100%!important;
  }

  .l-footer__inner {
    display: block!important;
  }

.l-footer__info {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.l-footer__info, .l-footer__menu {
    display: block!important;
}

    .l-footer__info__head, .p-form_input td.radio input, .p-form_input td.tel input, .p-form_input td.zip input {
    width: auto!important;
}

.l-footer__menu {
    padding-left: 0!important;
    padding-top: calc(1.63265vw + 13.87755px)!important;
}

.l-footer__menu .column {
    width: 100%!important;
}

.l-footer__bottom {
    display: block!important;
    text-align: center!important;
}

.l-footer__info, .l-footer__menu {
        display: block!important;
    }

  .p-plan__expPlan {
      border-radius: 16px;
      padding: 24px 16px;
  }

  .p-plan__expPlanImgSp {
          display: block;
          margin-bottom: 12px;
  }

  .p-plan__expPlanLead {
      margin: 16px 0;
      text-align: left;
      font-size: 16px;
      line-height: 2;
      padding-bottom: 20px;
  }

  .c-displaySP, .p-plan__expPlanPriceBox, .p-plan__expPlanPriceList {
          display: block;
      }

  .p-plan__expPlanPriceBox {
      margin-left: 0;
  }

  .c-displayPC, .c-iconTitlePc, .p-plan__expPlanPriceBox>i, .p-recruit__jobLink::after {
          display: none;
  }

  .c-second__DlPlace, .c-second__DlTitle, .p-plan__expPlanPriceTitle {
      margin-bottom: 15px;
  }

  .p-plan__expPlanPriceList--center li {
          justify-content: center;
  }

  #LpPlan+.p-plan__expLink, .l-mg0_s, .p-design__leadBlock, .p-plan__expPlanPriceList li span:first-child, .p-ppc__segment .c-iconTitle {
          margin-bottom: 0;
  }

  .copyright {
    font-size: 13px;
  }

  .p-plan__expPlanPriceLp .p-plan__expPlanPriceLpTitle {
      margin-bottom: 20px;
  }

  p.p-plan__expPlanText {
    font-size: 16px;
  }

  #LpPlan {
    margin-top: 30px!important;
    margin-bottom: 40px;
  }

  .c-iconTitle .c-iconTitleText, .p-plan__expPlanPriceList li span:last-child, .p-plan__expPlanPriceList--col span:last-child {
    font-size: 24px;
  }

  .p-plan__expPlanPriceLp ul {
          justify-content: space-between;
          column-gap: normal;
          padding-left: 10px;
          padding-right: 10px;
      }

  .p-plan__expPlanPriceLp ul {
      padding: 0 16px;
  }

  .p-plan__expPlanPriceLp ul {
      flex-direction: column;
      row-gap: 16px;
  }

  #price {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-plan__expPlanImgSp img {
    width: 100%;
    height: auto;
  }

  .svgback {
    background-image: url('../img/blob-scene-haikei-sp.svg');
    background-size: cover; /* 画像を全体にフィット */
    background-position: center; /* 中央に配置 */
    background-repeat: no-repeat; /* 繰り返しを防止 */
  }

  .pankuzu {
    padding-bottom: 15px;
  }

  .pankuzu_link {
    width: calc(100% - 60px);
    margin: 0 auto;
    font-size: 12px;
  }

  .pankuzu_link span {
    font-size: 12px;
  }

  .pankuzu_link a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1441px) {
}

@media only screen and (max-width: 1440px) {
    .l-footer__menu {
        padding-left: 0;
        padding-top: calc(1.63265vw + 13.87755px);
    }

    .l-footer__menu {
    padding-left: 0!important;
    padding-top: calc(1.63265vw + 13.87755px)!important;
    }
}

@media screen and (min-width: 1074px) and (max-width: 1440px) {
  .main-section-wrap,
  .list-reason {
    width: 100%;
  }
}

@media screen and (min-width: 1074px) and (max-width: 1260px) {
  .list-voice,
  .section-price,
  .form-wrap,
  .form-phone {
    width: 100%;
  }
  .reason-picture {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1074px) and (max-width: 1200px) {
  .header,
  .main-section,
  .footer-inner {
    width: 100%;
  }
}

@media screen and (min-width: 1074px) and (max-width: 1080px) {
  .list-works,
  .service-wrap,
  .faq-wrap,
  .list-flow {
    width: 100%;
  }
}

@media screen and (min-width: 1073px) {
  .br-sp {
    display: none;
  }

  .l-footer__menu .column+.column {
      margin-left: calc(3.26531vw + -12.2449px);
  }
}

/* animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - https://opensource.org/licenses/MIT
 *
 * Copyright (c) 2021 Animate.css
 */
@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

footer {
    margin-top: auto;
}

.l-footer {
  padding-bottom: 80px!important;
    width: 100%;
    background-color: #E5EAEA;
    padding: calc(1.63265vw + 23.87755px) 0 calc(.97959vw + 6.32653px);
}

.c-container, .c-fluid {
    margin: 0 auto;
    padding: 0 calc(1.63265vw + 13.87755px);
}

.c-container {
    width: calc(61.22449vw + 210.40816px);
}

.l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

.l-footer__info .logo-lp {
    margin-bottom: calc(1.22449vw + 10.40816px);
}

.l-footer__info__head .logo-lp a {
    display: flex
;
    align-items: center;
    gap: 15px;
}
.l-footer__info .tel a, .l-footer__info .tel span, .l-footer__inner a {
    color: #444444;
}

.l-footer__info__head .logo-lp a img {
    height: 55px;
    width: auto;
}

.l-footer__info__head .logo-lp a span {
    font-size: 12px;
    line-height: 1.5;
    white-space: nowrap;
    color: #2D6A91;
    font-weight: bold;
}

.l-footer__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: calc(.16327vw + 1.13878rem);
    padding-left: calc(3.26531vw + 27.7551px);
    margin-bottom: calc(1.63265vw + 13.87755px);
}

.l-footer__menu .column {
    width: 50%;
}

.l-footer__menu .column .item {
    margin-bottom: calc(.16327vw + 19.38776px);
}

.l-footer__info .contact_btn a>span, .l-footer__menu .column .item .parent {
    font-family: "URWDIN-Demi", sans-serif;
    -webkit-transform: translateY(.2em);
    transform: translateY(.2em);
}

.l-footer__menu .column .item dd .child {
    margin-bottom: 5px;
    display: block;
    line-height: 1.1;
}

.l-footer__menu .column .item .parent {
    color: #444;
    width: 10em;
    line-height: 1;
    padding-top: 5px;
}

.l-footer__info .contact_btn a i, .l-footer__menu .column .item dt .child a {
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.l-footer__info .contact_btn a i, .l-footer__menu .column .item dd .child a {
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 14px;
    font-weight: normal;
}


.l-footer__menu .column .item dt .child {
  margin-bottom: 5px;
  display: block
}

.l-footer__menu .column .item dt .child a {
  padding: 5px;
  padding-left: 0;
}

.l-footer__menu .column .item dt .grandchild a::before {
  content: '-';
  display: inline-block;
  padding-right: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}


.grandchild {
  padding-bottom: 8px;
}

.grandchildlast {
  padding-bottom: 15px;
}

.l-footer__menu .column .item dt .child a::after {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-left: auto
}


.l-footer__menu .column .item dt .child a.is-hover::after {
  width: 100%;
  margin-left: 0
}


.l-footer__menu .column .item dd .child a::before {
    content: '-';
    display: inline-block;
    padding-right: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.l-footer__menu .column .item dd .child a::after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-left: auto;
}

.l-footer__menu, .l-footer__menu .column .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.l-footer__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: calc(.16327vw + 1.13878rem);
    padding-left: calc(3.26531vw + 27.7551px);
    margin-bottom: calc(1.63265vw + 13.87755px);
}

.l-footer__menu .column .item dd .child {
    margin-bottom: 5px;
    display: block;
}
.memovies_foot {
  font-size: 14px;
    color: #797979 !important;
    margin: 0;
    padding: 5px;
}

.l-footer__menu .column .item .parent {
    color: #444;
    width: 100%;
    line-height: 1;
    padding-top: 5px;
    font-weight: normal;
    font-size: 14px;
}

.l-footer__menu .column .item dd .child a {
    padding: 5px;
}

.l-footer__bottom {
  text-align: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:flex-end!important;
    font-weight: normal!important;
    color: #444;
    margin-bottom: 2em;
    font-size: calc(.16327vw + 1.13878rem);
}

.important_area {
  max-width: 1180px;
  margin: 0 auto;
  margin-top: 82px;
  gap: 60px;
  display: flex;
}

* {
  min-height:0;
  min-width:0;
}

.pt0 {
  padding-top: 0!important;
}

.section_inview3 {
  padding-bottom: 20px!important;
}

.important_area .slider {
  width: 45%;
}

.important_txt {
  width: 55%;
}

.important_area .slider .slider_important img {
  max-width: 100%;
  height: auto;
}

.important_figure h2 {
  text-align: left;
  font-weight: bold;
  color: #2D6A91;
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.important_figure p {
  padding-bottom: 20px;
  font-size: 15px;
  border-bottom: solid 1px #d9d5d3;
  line-height: 1.7;
}

@media screen and (min-width: 1074px) {
  .pc_none {
    display: none!important;
  }
}

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

  .important_area .slider {
    display: none;
  }

  .important_figure h2 {
      font-size: 18px;
      padding-top: 20px;
      padding-bottom: 15px;
  }

  .important_figure .pt0 {
    padding-top: 20px!important;
  }

  .important_figure div img {
    padding-top: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pt0_sp {
    padding-top: 0!important;
  }

  .important_figure p {
      padding-bottom: 20px;
      font-size: 12px;
      border-bottom: solid 1px #d9d5d3;
      line-height: 1.6;
  }

  .important_area {
    margin-top: 40px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .important_txt {
      width: 100%;
  }

  .list-voice_works {
    gap: 30px!important;
  }

  .inview3 h4 {
      text-align: center;
      padding-top: 20px;
      font-weight: bold;
      color: #2D6A91;
      font-size: 18px;
  }

  .seven_box li p {
    font-size: 16px;
    line-height: 1.6;
  }

  .seven_box li img {
    width: 54px;
  }

  /* common */
  .section {
    padding: 40px 0 0;
  }
  .list-reason .label-number {
    font-size: 40px;
  }
  .contents-headline {
    font-size: 20px;
    margin-top: 5px;
    line-height: 1.3;
    letter-spacing: 1px;
  }
  .contents-description {
    margin-top: 26px;
    font-size: 12px;
    line-height: 1.7;
  }
  .contents-title {
    font-size: 12px;
  }
  .label {
    border-radius: 3.5px;
  }
  .label-reason {
    padding: 4px 12px 6px;
    font-size: 14px;
  }
  .label-white {
    padding: 9px 0;
    font-size: 16px;
    width: 100%;
    letter-spacing: 1px;
  }
  .label-lightGreen {
    font-size: 14px;
    padding: 3px 10px 4px;
  }
  /* background */
  .back-round {
    display: block;
    position: absolute;
    background: url("../images-lp/back_round.svg") no-repeat 0 0/485px auto;
    z-index: 2;
  }
  .main-section .back-round--left {
    width: 160px;
    height: 160px;
    background-size: 160px auto;
    left: -40px;
    top: -85px;
  }
  .main-section .back-round--right {
    width: 185px;
    height: 185px;
    background-size: 185px auto;
    right: -45px;
    top: -60px;
  }
  .main-section .back-round--bottom {
    width: 150px;
    height: 150px;
    background-size: 150px auto;
    bottom: -94px;
    left: 20%;
  }
  .section-reason .back-round--right {
    width: 270px;
    height: 270px;
    background-size: 270px auto;
    top: -91px;
    right: -165px;
  }
  .section-reason .back-round--center {
    width: 170px;
    height: 170px;
    background-size: 170px auto;
    top: 756px;
    right: -15px;
  }
  .section-reason .back-round--left {
    width: 350px;
    height: 350px;
    background-size: 350px auto;
    bottom: 35px;
    left: -125px;
  }
  /* button */
  .btn-contact {
    width: 100%;
    padding: 10px 10% 12px 30%;
    font-size: 16px;
    background-size: auto 16px;
    background-position: 24% 17px;
    letter-spacing: 2px;
  }
  .btn-contact > .icon-dm {
    top: 11px;
    left: 50px;
  }
  .btn-contact > .icon-dm::before {
    font-size: 16px;
  }
  .btn-contact:hover {
    -webkit-transform: none;
            transform: none;
  }
  .btn-primary.sizeL {
    width: 155px;
    height: 30px !important;
    padding: 0 15px 0 40px !important;
    line-height: 29px;
    font-size: 14px;
    background-size: 14px auto;
    background-position: 15px center;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
  }
  .btn-primary.sizeL2 {
    padding-left: 15px!important;
  }
  .btn-primary.sizeL > .icon-dm {
    top: 7px !important;
    left: 15px;
  }

  .btn_center a {
    margin: 0 auto;
    margin-top: 30px;
  }

  .btn-primary.sizeL > .icon-dm::before {
    font-size: 11px;
  }
  .btnWrap-viewSite {
    margin-top: 20px;
  }
  .btn-viewSite {
    width: 215px;
    margin: 0 auto;
    padding: 10px 20px 10px 48px;
    font-size: 14px;
    border-radius: 6px;
  }
  .btn-viewSite > .icon-arrowStart {
    top: 10px;
    right: 41px;
    -webkit-transform: scale(0.78);
            transform: scale(0.78);
  }
  .btn-viewSite > .icon-arrowStart::before {
    font-size: 10px;
  }
  .btn-viewSite:hover {
    color: #2D6A91;
    background: #fff;
  }
  .btn-viewSite:hover > .icon-arrowStart::before {
    color: #2D6A91;
  }
  /* header */
  .header-wrap {
    overflow: hidden;
  }
  .header-wrap.isActive {
    overflow: visible;
  }
  .header {
    width: 100%;
    height: 50px;
    padding: 0 20px 0 20px;
  }
  .header .logo {
    width: 58px;
    height: 38px;
    margin-right: 0;
    background-size: 58px auto;
  }
  .nav-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 270px;
    height: 456px;
    padding: 105px 0 37px 40px;
    background-color: #fff0fa;
    -webkit-transform: translateX(270px);
            transform: translateX(270px);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    z-index: 5;
  }
  input[type=checkbox]:checked ~ .nav-wrap {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .nav {
    display: block;
    width: 100%;
  }
  .nav > li {
    margin-left: 0;
    margin-top: 28px;
  }
  .nav > li:first-child {
    margin-top: 0;
  }
  .nav > li > a {
    display: inline-block;
    padding-bottom: 0;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Noto Serif JP', serif;
  }
  .nav > li a strong {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
  }
  .nav-sub {
    display: block;
    margin-top: 90px;
  }
  .nav-sub > li {
    display: inline-block;
    margin-left: 15px;
    font-size: 10px;
    color: #969696;
  }
  .nav-sub > li:first-child {
    margin-left: 0;
  }
  .navMenu-wrap {
    display: block;
    position: relative;
    z-index: 6;
  }
  .navMenu,
  .navMenu span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .navMenu {
    position: relative;
    width: 22px;
    height: 20px;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
  }
  .navMenu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #707070;
    border-radius: 2px;
  }
  .navMenu span:nth-of-type(1) {
    top: 0;
  }
  .navMenu span:nth-of-type(2) {
    top: 9px;
  }
  .navMenu span:nth-of-type(3) {
    bottom: 0;
  }
  .header-wrap.isActive .navMenu span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
            transform: translateY(20px) rotate(-45deg);
    top: -11px;
  }
  .header-wrap.isActive .navMenu span:nth-of-type(2) {
    opacity: 0;
  }
  .header-wrap.isActive .navMenu span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
            transform: translateY(-20px) rotate(45deg);
    bottom: -11px;
  }
  /* section */
  .main-section-wrap {
    width: 100%;
    height: 490px;
    overflow: hidden;
  }
  .main-section {
    display: block;
    width: 320px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    background-size: 315px auto;
    background-position: center bottom 63px;
  }
  .main-background {
    bottom: 62px;
    width: 315px;
    height: 253px;
    margin: 14px auto 0;
    background-size: 315px auto;
  }
  .inner {
    position: relative;
    padding-top: 50px;
    z-index: 3;
  }
  .top-title {
    font-size: 13px;
  }
  .top-headline {
    margin: 6px 0 0 0;
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 1.6;
  }
  .top-headline > em {
    font-size: 32px;
  }
  .top-headline > em:last-child {
    font-size: 28px;
  }
  .section-advice {
    padding: 50px 0 28px;
  }
  .section-advice .catch {
    font-size: 20px;
  }
  .section-advice .catch:first-child {
    font-size: 21px;
  }
  .list-advice {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    margin: 46px auto 55px;
    padding: 0 0 50px;
    border-bottom-width: 2px;
  }
  .list-advice > li {
    width: 100%;
    margin: 27px auto 0;
  }
  .list-advice > li:first-child {
    margin: 0 auto;
  }
  .list-advice::before {
    bottom: -19px;
    margin-left: -19px;
    border-width: 19px 19px 0 19px;
  }
  .list-advice::after {
    bottom: -16px;
    margin-left: -16px;
    border-width: 16px 16px 0 16px;
  }
  .advice-case {
    width: 271px;
    height: 105px;
    margin: 0 auto;
    padding: 9px 45px;
    border-radius: 55px;
    border-width: 2px;
  }
  .advice-labelWrap {
    margin-top: 0;
    display: block;
    position: absolute;
    right: 0;
    top: -13px;
  }
  .advice-case > .advice-description {
    display: inline-block;
    margin-top: 0;
    font-size: 17px;
    line-height: 1.6;
  }
  .advice-case::after {
    width: 50px;
    height: 60px;
    bottom: 50%;
    right: 34px;
    margin-bottom: -33px;
  }
  .list-advice > li:first-of-type .advice-case::after,
  .list-advice > li:nth-of-type(2) .advice-case::after,
  .list-advice > li:last-of-type .advice-case::after {
    background-size: 50px auto;
  }
  .list-answer {
    width: 83%;
    margin: 40px auto 0;
    background: none;
  }
  .list-answer > li {
    margin: 28px 0 0 0;
    padding-left: 45px;
    font-weight: 500;
    font-size: 17px;
    background-size: 30px auto;
    line-height: 1.7;
  }
  .section-reason {
    width: auto;
    padding-bottom: 60px;
    overflow: hidden;
  }
  .list-reason {
    width: 100%;
    margin-top: 30px;
  }
  .list-reason > li {
    display: block;
    margin-top: 53px;
  }
  .list-reason > li:nth-child(even) .reason-picture {
    margin-right: 0;
  }
  .list-reason > li:nth-child(even) .reason-picture img {
    margin-left: 0;
    margin-right: auto;
  }
  .list-reason > li:nth-child(odd) .reason-picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .list-reason > li:nth-child(even) .reason-inner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .reason-picture {
    width: auto;
    height: auto;
    margin: 0;
  }
  .reason-picture > img {
    width: 345px;
    height: 220px;
    margin-left: auto;
    margin-right: 0;
  }
  .reason-inner {
    width: 79%;
    margin: 20px auto 0;
  }
  .reason-title {
    margin: 12px 0 18px;
    font-size: 22px;
    line-height: 1.4;
  }
  .reason-text {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.9;
  }
  .section-form .headline {
    margin-top: 13px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .form-wrap {
    width: 285px;
    height: auto;
    padding: 22px 0;
    background: none;
  }
  .form-inner {
    width: auto;
  }
  .form-transition {
    margin-top: 7px;
  }
  .form-transition > span {
    font-size: 18px;
  }
  .form-transition::before {
    height: 1.25px;
  }
  .form-phone {
    display: block;
    position: relative;
    width: 275px;
    height: auto;
    margin: 0 auto;
    padding: 15px 0 15px;
  }
  .form-phone::after {
    content: '';
    position: absolute;
    bottom: -0px;
    right: 0;
    width: 74px;
    height: 135px;
    background: url("../common/images/pic_contact.png") no-repeat 0 0/78px auto;
  }
  .phone-catch {
    margin-right: 0;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 1.9px;
  }
  .round-arrow {
    width: 15px;
    height: 15px;
    margin-left: 4px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .round-arrow.icon-arrowRight::before {
    top: 3px;
    left: 5px;
    font-size: 10px;
    -webkit-transform: scale(0.68);
            transform: scale(0.68);
  }
  .form-phone .numbers {
    display: block;
    margin-top: 6px;
    margin-right: 0;
    font-size: 26px;
  }
  .phone-note {
    margin-top: 3px;
    font-size: 12px;
  }
  .section-service {
    margin-top: 40px;
  }
  .service-wrap {
    padding: 30px 0 40px;
    width: 86.7%;
  }
  .service-headline > .headline {
    padding: 0 8px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .service-headline::before {
    height: 1px;
  }
  .list-service {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 7px;
  }
  .list-service > li {
    margin: 15px 0 0 15px;
    width: calc(50% - 7.5px);
  }
  .list-service > li:nth-of-type(odd) {
    margin-left: 0;
  }
  .service-inner {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  .service-inner > .label {
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .section-works {
    padding-bottom: 80px;
  }
  .list-works {
    width: calc(100% - 60px);
    margin-top: 34px;
  }
  .list-works > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 68px;
  }
  .list-works > li .works-wrap {
    margin-top: 38px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .list-works > li:nth-child(even) .works-wrap {
    padding-left: 0;
  }
  .list-works > li .works-picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .list-works > li:first-child {
    margin-top: 0;
  }
  .works-wrap {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding-right: 0;
  }
  .list-works .headline {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
  }
  .works-description > p {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.9;
  }
  .works-picture img {
    width: 100%;
    height: auto;
  }
  .section-voice {
    padding-bottom: 45px;
  }
  .list-voice {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 40px);
    margin: 30px auto 0;
  }
  .list-voice > li {
    margin-left: 0;
    margin-top: 35px;
  }
  .list-voice > li:first-child {
    margin-top: 0;
  }
  .voice-picture > img {
    width: 100%;
    height: auto;
  }
  .voice-board {
    width: 100%;
  }
  .voice-inner {
    width: 100%;
    margin: 18px auto 0;
  }
  .voice-company {
    font-size: 12px;
  }
  .list-voice .headline {
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.6;
  }
  .voice-description {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.9;
  }
  .section.section-price {
    padding-bottom: 60px;
  }
  .table-priceWrap {
    position: relative;
    width: calc(100% - 20px);
    margin: 37px 0 0 20px;
  }
  .table-priceWrap::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 182px;
    height: 281px;
    background: url("../images-lp/pic_price_table_scrolled.png") no-repeat -11px -11px/auto 298px;
    z-index: 3;
  }
  .table-priceInner {
    margin-left: 10px;
    overflow-x: scroll;
  }
  .price-image {
    width: 581px;
    height: 281px;
    background: url("../images-lp/pic_price_table.png") no-repeat right 5px top -11px/auto 298px;
  }
  .section.section-faq {
    padding-bottom: 50px;
  }
  .faq-wrap {
    width: calc(100% - 40px);
    margin-top: 41px;
  }
  .faq-board {
    margin-top: 18px;
    padding-bottom: 0;
    border-radius: 5px;
    line-height: 1.6;
  }
  .faq-board > .question {
    padding: 17px 36px 17px 47px;
    border-radius: 5px;
    font-size: 12px;
  }
  .faq-board > .answer {
    display: none;
    padding: 0 36px 11px 47px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 0 0 5px 5px;
  }
  .faq-board > .answer > p {
    padding: 4px 0 7px;
  }
  .faq-board > .question::before,
  .faq-board > .answer::before {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .faq-board > .question::before {
    padding-right: 1px;
    top: 50%;
    left: 14px;
    margin-top: -12.5px;
  }
  .faq-board > .answer::before {
    padding-left: 0;
    left: 14px;
  }
  .faq-toggle {
    width: 15px;
    height: 15px;
    top: 50%;
    right: 14px;
    margin-top: -7.5px;
  }
  .faq-toggle::before,
  .faq-toggle::after {
    width: 15px;
    height: 2px;
    margin-top: -1px;
  }
  .section-flow {
    padding-bottom: 60px;
  }

  .list-flow {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .flow-label {
    height: 22px;
    padding: 2px 10px;
    font-size: 9px;
  }
  .flow-label::before,
  .flow-label::after {
    right: -6px;
    border-width: 9px 9px 0 9px;
  }
  .flow-label > .label-number {
    font-size: 15px;
    vertical-align: -1px;
  }
  .flow-title {
    font-size: 16px;
    margin-top: 17px;
  }
  .flow-description {
    margin-top: 12px;
    padding: 0 17px 39px 0;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.4;
  }
  .btnWrap {
    margin-top: 11px;
  }
  .pageTop-scrolled {
    right: 15px;
    bottom: 103px;
  }
  .pageTop-scrolled > a {
    width: 55px;
    height: 55px;
    padding-top: 30px;
    background-position: center 13px;
    background-size: auto 11px;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .pageTop-scrolled .icon-pageTop {
    top: 12px;
    left: 18px;
  }
  .pageTop-scrolled .icon-pageTop::before {
    font-size: 11px;
  }
  .footer-scrolled > .footer-inner {
    width: calc(100% - 40px);
    height: 98px;
    margin: 0 auto;
    padding: 15px 0 17px;
  }
  .footer-text {
    font-size: 12px;
    padding-right: 0;
    letter-spacing: 0.5px;
    text-align: center;
  }
  .footer-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 12px auto 0;
  }
  .footer-number {
    margin-right: 15px;
    font-size: 16px;
  }
  .footer-number a {
    display: block;
    padding: 5px 15px 7px;
    background-color: #f0555a;
    border-radius: 15px;
    letter-spacing: 0;
    white-space: nowrap;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
  }
  .footer {
    padding-bottom: 88px;
  }
  .footer-inner {
    display: block;
  }
  .footer .logo {
    display: block;
    width: 58px;
    height: 28px;
    margin-bottom: 13px;
    margin-right: 0;
    background-size: auto 28px;
    background-position: 0 0;
  }
  .footer .footer-inner {
    width: calc(100% - 60px);
    height: auto;
    padding: 10px 0 17px;
  }
  .footer .footer-inner > div {
    margin-right: 0;
  }
  .footer .footer-inner p {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 500;
    word-break: break-all;
  }
  .copyright {
    margin-top: 1px;
  }
  .copyright > small {
    font-size: 10px;
    font-weight: 500;
  }

/* line */

.line-lp-title{
  position: relative;
}

.line-lp-title::after{
  position: absolute;
  top: 30px;
  left: 0px;
  content: "";
  width: 65px;
  height: 2px;
  border-radius: 2px;
  background-color: #00CDD7;
}
.line-lp1{
  position: relative;
  display: inline-block;
}

.line-lp1::after{
  position: absolute;
  top: 25px;
  left: 0px;
  content: "";
  width: 145px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFCD28;
}

.line-lp2{
  position: relative;
  display: inline-block;
}

.line-lp2::after{
  position: absolute;
  top: 25px;
  left: 0px;
  content: "";
  width: 90px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFCD28;
}

.line-lp3{
  position: relative;
  display: inline-block;
}

.line-lp3::after{
  position: absolute;
  top: 25px;
  left: 0px;
  content: "";
  width: 90px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFCD28;
}

.line-lp4{
  position: relative;
  display: inline-block;
}

.line-lp4::after{
  position: absolute;
  top: 25px;
  left: 0px;
  content: "";
  width: 90px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFCD28;
}

.line-lp5{
  position: relative;
  display: inline-block;
}

.line-lp5::after{
  position: absolute;
  top: 25px;
  left: 0px;
  content: "";
  width: 55px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFCD28;
}

.line-lp6{
  position: relative;
  display: inline-block;
}

.line-lp6::after{
  position: absolute;
  top: 25px;
  left: 0px;
  content: "";
  width: 75px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFCD28;
}

  /* hidden */
  .header .btn-primary,
  .nav-info,
  .nav > li a::after,
  .main-section .btn-primary,
  .table-priceWrap table {
    display: none;
  }
}

@media screen and (min-width: 568px) and (max-width: 1073px) {
  .list-works,
  .list-voice,
  .section-price,
  .faq-wrap,
  .service-wrap,
  .list-flow {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 1074px) {
  .pc_none {
    display: none;
  }
}


.lp_contact_form {
  background: linear-gradient(180deg, #2D6A91 0%, #2D6A91 30%, #fafafa 30%, #fafafa 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 120px;
}

.lp_contact_area {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 60px;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, .08);
  border-radius: 20px;
  margin-top: 100px;
}

.lp_contact_area .wpcf7 {
  padding-top: 30px;
  max-width: 880px;
  margin: 0 auto;
}

.mktoFormCol {
    width: 100%;
    margin: 0 auto;
    max-width: 880px;
    background-color: #fafafa;
    padding: 60px;
    padding-bottom: 20px;
    padding-top: 30px;
}

.mktoFormCol label {
  display: flex;
  padding-top: 20px;
  align-items: center;
  padding-bottom: 10px;
  gap:10px;
  font-weight: bold;
}

.screen-reader-response {
  text-align: center;
  padding-bottom: 10px;
  color: #ED1A3D;
}

label.nonlabel {
  padding-top: 0;
}

.mktoFormCol label span {
  font-weight: normal;
  font-size: 12px;
  border-radius: 10px;
  padding: 2px 8px 4px;
  background: #fe7c8a;
  color: #fff;
}

.mktoFormCol input {
  width: 100% !important;
  background: #fff;
  height: auto;
  display: block;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 0px;
}

.wpcf7-response-output {
  text-align: center;
  display: block;
  padding-top: 20px;
  color: #ED1A3D;
}

.mktoFormCol textarea {
  width: 100% !important;
  background: #fff;
  height: 100px;
  display: block;
  border-radius: 10px;
  font-size: 18px;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 0px;
}

input.btn-primary-lp {
  margin: 0 auto;
    width: 260px!important;
    height: 56px!important;
    text-align: center;
    font-size: 20px!important;
    box-shadow: rgba(0, 0, 0, 0.16) 1px 2px 4px!important;
    padding:0!important;
    background: #2D6A91 !important;
    color: #fff!important;
    border: none!important;
    border-radius: 30px!important;
}

.pp {
  padding-top: 30px;
  text-align: center;
  margin: 0 auto;
}

.pp a {
  text-decoration: underline;
}

.btn_center3 {
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}

.wpcf7-list-item {
  display: flex!important;
  gap: 5px;
  margin-bottom: 10px!important;
}

span.wpcf7-list-item {
  margin-left: 0!important;
}

.checkbox-soudan input {
  width: auto!important;
  margin: 0!important;
}

span.last {
  margin-bottom: 5px!important;
}

.checkbox-soudan {
  display: block;
  padding-bottom: 0px;
}

#works .slick-arrow {
    position: absolute;
    z-index: 2;
    top: 45%;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 300%;
    background: url(https://giga-tokyo.jp/billion/wp-content/themes/GIGA/images-lp/btn_slide01.png) no-repeat 0 0 / 100%;
}

.slider_works_li {
  margin: 0 10px;
}

#works .slick-dots {
  bottom: -50px;
}

#works .slick-dots li button:before {
  font-size: 12px;
}

#works .slick-next {
  right: -60px;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

#works .slick-prev {
    left: -60px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.parent_ttl {
  padding-bottom: 5px;
  font-size: 16px;
  color: #2D6A91;
  font-weight: 600;
}

.parent_ttl_mt {
  margin-top: 20px;
}

.kuhaku {
  visibility: hidden;
}
@media screen and (max-width: 1073px) {


  .l-footer__menu, .l-footer__menu .column .item {
    white-space: nowrap!important;
  }

  .l-footer__menu .column .item {
    margin-bottom: 5px;
  }

  .kuhaku {
    display: none!important;
  }

  .parent_ttl {
    font-size: 14px;
  }

  #works .slick-next {
    right: -10px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  #works .slick-prev {
      left: -10px;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
  }

  .seven_box {
    gap: 20px;
  }

  .section-fvunder {
    position: relative;
    background: #fff;
    padding: 50px 0 60px;
    z-index: 3;
  }

  .section-fvunder h2 {
    text-align: center;
    font-weight: bold;
    color: #2D6A91;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .section-fvunder p {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    text-align: justify;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.7;
  }

  .merit_box li h3 {
    font-size: 18px;
    width: 180px;
    height: 38px;
    top: -19px;
  }

  .merit_box {
    display: block;
    width: 100%!important;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .inview {
    margin-bottom: 60px;
  }

  .inview_none {
    margin-bottom: 0!important;
  }

  .merit_box li {
    width: 100%!important;
  }

  .merit_box li {
    width: 100%!important;
    padding: 40px 20px 30px;
  }

  .merit_box li h4 {
    font-size: 16px;
  }

  .merit_box li p {
    font-size: 12px;
  }


  .m-flow-01__icon {
      display: grid;
      margin-bottom: 24px;
      place-content: center;
  }

  .flow_txt {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    padding-top: 30px;
  }

  .list-flow > li {
      display: block;
      row-gap: 24px;
      margin: 2px;
      padding: 7.4%;
      border-radius: 24px;
      -webkit-box-shadow: 11px 11px 20px 0 #ebebeb, -11px -11px 20px 0 #fff;
      box-shadow: 11px 11px 20px 0 #ebebeb, -11px -11px 20px 0 #fff;
  }

  .m-flow-01__icon {
      display: grid
  ;
      place-content: center;
  }

  .m-heading-09 {
      display: grid
  ;
      grid-template-columns: auto 1fr;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      -webkit-column-gap: 5px;
      -moz-column-gap: 5px;
      column-gap: 5px;
      margin-bottom: 16px;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: 0;
  }

  .m-heading-09__num {
      font-size: 28px;
  }

  .flow_txt {
    font-size: 14px;
  }

  .list-voice li {
      width: 100%;
      align-items: stretch;
      display: flex;
  }

  .seven_box li {
    width: calc(100%/2 - 10px);
    margin-top: 0;
    align-items: center;
    padding: 25px 10px 25px 10px;
  }

  .section-seven h2 {
      text-align: center;
      font-weight: bold;
      color: #fff;
      padding-bottom: 30px;
      font-size: 21px;
  }


          .lp_contact_form {
            padding-left: 20px;
            padding-right: 20px;
              padding-bottom: 80px;
          }

          .lp_contact_area {
              width: 100%;
              max-width: 100%;
              margin: 0 auto;
              background: #fff;
              padding: 40px 20px;
              box-shadow: 20px 20px 50px rgba(0, 0, 0, .08);
              border-radius: 20px;
              margin-top: 60px;
          }

          .lp_contact_area .wpcf7 {
              padding-top: 40px;
              max-width: 880px;
              margin: 0 auto;
          }

          .mktoFormCol {
              width: 100%;
              margin: 0 auto;
              max-width: 880px;
              background-color: #fafafa;
              padding: 40px 20px;
          }

          .btn-primary.sizeL {
            width: 168px;
            height: 44px !important;
            padding: 0 15px 0 46px !important;
            line-height: 43px;
            font-size: 14px;
            background-size: 14px auto;
            background-position: 15px center;
            -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
                    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
          }
          .btn-primary.sizeL > .icon-dm {
            top: 13px !important;
            left: 15px;
          }
          .btn-primary.sizeL > .icon-dm::before {
            font-size: 11px;
          }

          .btn-primary.sizeL2 {
    padding-left: 15px !important;
}

}
@media screen and (max-width: 320px) {
  .main-section,
  .service-wrap,
  .list-advice,
  .reason-inner,
  .list-works,
  .list-voice,
  .faq-wrap,
  .list-flow,
  .footer .footer-inner {
    width: calc(100% - 20px);
  }
  .main-section-wrap {
    height: 470px;
  }
  .main-background {
    width: 288px;
    height: 233px;
    background-size: 288px auto;
  }
  .footer-scrolled > .footer-inner {
    width: 100%;
  }
  .footer-info {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .footer-number {
    margin-right: 0;
  }
}

@media screen and (min-width: 1320px) {
  .header {
    height: 80px;
  }

  .logo {
    height: 55px;
    background: url(../common/images/logo.svg) no-repeat right top / auto 55px;
  }

  .header .logo {
    width: 90px;
  }

  .nav > li {
    font-size: 16px;
  }
}

@media only screen and (max-width:1080px) {
  .l-footer__inner {
    display: block
  }

  .l-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media only screen and (min-width: 1081px) {
    .l-footer__menu {
        padding-left: 0;
        padding-top: 0!important;
    }

    .l-footer__menu .column {
        width: 100%!important;
    }

    .l-footer__menu .column .item .parent {
        min-width: 100%!important;
                line-height: 1.4;
    }

    .l-footer__inner {
      gap: 60px;
    }
}

@media only screen and (min-width: 1280px) {
  .l-footer__inner {
    gap: 100px;
  }
}

.child a:hover , .grandchild a:hover {
  color: #2D6A91;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
