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;
}

*:focus {
  outline: none;
}

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

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

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

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

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

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

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

.label-reason {
  padding: 6px 15px 8px;
  color: #fff;
  background-color: #ff78be;
  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;
  z-index: 2;
}

.main-section .back-round--left {
  width: 900px;
  height: 419px;
  top: 0;
  left: -105px;
  background: url("../images-ad/background1.svg") no-repeat 0 0/900px auto;
}

.main-section .back-round--right {
  width: 900px;
  height: 419px;
  bottom: 0;
  right: -105px;
  background: url("../images-ad/background1.svg") no-repeat 0 0/900px auto;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.section-reason .back-round--right {
  width: 720px;
  height: 420px;
  top: 0;
  right: 0px;
  background: url("../images-ad/background2.svg") no-repeat 0 0/720px auto;
}

.section-reason .back-round--left {
  width: 720px;
  height: 420px;
  bottom: 0;
  left: 0;
  background: url("../images-ad/background2.svg") no-repeat 0 0/720px auto;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

/* 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);
}

.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%;
  }
}

/* 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 {
  position: relative;
  display: block;
  width: 540px;
  height: 100%;
  background: url("../images-ad/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;
}

.seven_box li {
  padding: 21px 25px 30px 25px!important;
}


@media screen and (max-width: 1073px) {
    .seven_box li {
        padding: 25px 10px 25px 10px!important;
    }
}

.main-background-seo {
  background: url("../images-ad/main-seo-removebg.png") no-repeat center/540px auto;
}

.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.emmini {
  font-size: 48px;
}

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

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

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

.section-advice > .catch > em {
  display: inline-block;
  color: #41be55;
  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 #41be55;
}

.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: #41be55 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: #ebffeb transparent;
  border-width: 15px 15px 0 15px;
  z-index: 1;
}

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

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

.advice-label {
  display: inline-block;
  background-color: #41be55;
  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;
}

.list-advice > li:last-child .advice-case > .advice-description {
  margin-top: 25px;
}

.list-advice > li:nth-of-type(2) .advice-case > .advice-description{
  margin-top: 45px;
}

@media screen and (max-width: 1073px) {
  .list-advice > li:nth-of-type(2) .advice-case > .advice-description {
      margin-top: 15px;
    }
}

.advice-case > .advice-description > strong,
.advice-case > .advice-description > .line-ad1> strong,
.advice-case > .advice-description > .line-ad2> strong,
.advice-case > .advice-description > .line-ad3> strong,
.advice-case > .advice-description > .line-ad4> strong,
.advice-case > .advice-description > .line-ad5> strong,
.advice-case > .advice-description > .line-ad6> 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;
  width: 635px;
  height: 400px;
  object-fit: cover;
}

.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;
}

.reason-text > a {
  text-decoration: underline;
}

.section-form {
  position: relative;
  width: 100%;
  background-color: #559DBF;
  color: #555;
  z-index: 2;
}

.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;
  color: #fff;
}

.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: 126px;
}

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

.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: 130px;
}

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

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

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

.works-picture {
  display: block;
}

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

.works-chart {
  display: block;
  margin-top: 30px;
}

.works-chart > img {
  width: 100%;
  height: 100%;
}

.list-works > li:first-child .works-chart {
  width: 491px;
  height: 188px;
}

.list-works > li:nth-child(2) .works-chart,
.list-works > li:nth-child(3) .works-chart {
  width: 510px;
  height: 419px;
}

.works-program {
  margin-top: 33px;
}

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

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

.list-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 82px;
}

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

.voice-picture > img {
  width: 456px;
  height: 257px;
  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: 28px;
  font-weight: 500;
  line-height: 1.4;
}

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

.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);
}

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

.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: 22px;
  font-weight: bold;
}

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

.table-price tbody td.current.price,
.table-price tbody td.price > span {
  font-size: 24px;
}

.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: 24px;
  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: 20px;
}

.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: 44px;
}

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

.list-flow > li {
  width: 25%;
}

.flow-label {
  display: block;
  position: relative;
  height: 35px;
  padding: 5px 16px;
  background: -webkit-gradient(linear, left top, right top, from(#ffcd28), to(#fff5be));
  background: linear-gradient(to right, #ffcd28, #fff5be);
  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: 110px;
  z-index: 5;
}

.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;
}

.footer-scrolled {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  -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: bold;
  font-size: 15px;
  letter-spacing: 1px;
}

/* line */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* hidden */
.animated-fadeIn {
  visibility: hidden;
}

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

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

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

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

@media screen and (max-width: 1073px) {
  .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 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;
  }
}

/* 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);
  }
}

.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 li {
    width: calc(100% / 3);
    align-items: stretch;
    display: flex;
}

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

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

.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;
}


.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;
}

.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;
}

.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;
}

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

.parent_ttl_mt {
  margin-top: 20px;
}

.kuhaku {
  visibility: hidden;
}

.achievementList {
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 60px;
  gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.achievementList > li {
  border-radius: 10px;
  background: #FAFAFA;
    padding: 2rem;
    box-shadow: 0 0 .8rem 0 rgba(0, 0, 0, .25);
}

.achievementList .achievementSection .achievementHeading {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #E8F4F6;
    line-height: 1.25;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.achievementSection p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7;
}

p.center {
  text-align: center;
}

.achievementList > li {
    width: calc(100%/2 - 10px);
    padding-bottom: 10px;
}

.achievementList .achievementPoint {
    margin-bottom: 20px;
    line-height: 1.5;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.achievementTitle {
  padding: 20px;
  background: #E8F4F6;
}

.achievementTitle h2 {
  font-size: 24px;
  text-align: center;
  color: #2E6A91;
  font-weight: bold;
  margin: 0 auto;
  padding-bottom: 20px;
}

.achievementTitle img {
  height: 130px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.card_seo {
     width: calc(100% / 4);
     background: white;
     border: 2px solid #2E6A91;
     border-radius: 10px;
     text-align: center;
     padding: 20px;
     position: relative;
 }

 .seo_img {
   position: absolute;
   bottom: 10px;
   left: 50%;
   transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
 }
 .title_seo {
   position: relative;
   z-index: 1;
     font-size: 14px;
     font-weight: bold;
     color: #555;
     margin-bottom: 10px;
 }
 .subtitle_seo {
     background: #2E6A91;
     color: white;
     padding: 10px;
     font-size: 16px;
     font-weight: bold;
     width: 210px;
     margin-bottom: 10px;
     display: inline-block;
     position: relative;
     z-index: 1;
 }
 .rank_seo {
     font-size: 20px;
     font-weight: bold;
     color: #2E6A91;
     position: relative;
     z-index: 1;
 }

 .seo_img img {
   height: 66px;
   width: 66px;
 }

 span.one_big {
   font-size: 48px;
 }

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

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

  .achievementList > li {
    width: 100%;
    padding: 20px;
  }

  .achievementList {
    margin-top: 40px;
    gap: 40px;
  }

  .achievementList .achievementPoint {
    font-size: 18px;
  }

.achievementList .achievementSection .achievementHeading {
  font-size: 16px;
}

.achievementSection p {
  font-size: 14px;
  margin-bottom: 20px;
}

.card_area {
  width: 285px;
  flex-wrap: wrap;
}

.achievementList {
  justify-content: center;
}

.subtitle_seo {
  width: 220px;
}

.card_seo {
  width: 100%;
}

.sp_none {
  display: none;
}

  .achievementTitle h2 {
    font-size: 20px;
  }

  .achievementTitle img {
    height: 100px;
  }

  .achievementTitle {
    padding: 18px;
  }


    .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;
    }

  .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 {
      right: 15px!important;
      bottom: 103px!important;
  }

  .svgback {
    background-image: url('../img/blob-scene-haikei-sp.svg');
    background-size: cover; /* 画像を全体にフィット */
    background-position: center; /* 中央に配置 */
    background-repeat: no-repeat; /* 繰り返しを防止 */
  }
  /* 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;
    z-index: 2;
  }
  .main-section .back-round--left {
    width: 378px;
    height: 175px;
    background-size: 378px auto;
    left: -77px;
    top: -20px;
  }
  .main-section .back-round--right {
    width: 378px;
    height: 200px;
    bottom: 0;
    right: 0;
    background: url("../images-ad/background2.svg") no-repeat 0 0/378px auto;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .section-reason .back-round--right {
    width: 378px;
    height: 175px;
    background-size: 378px auto;
    top: 0;
    right: 0;
  }
  .section-reason .back-round--left {
    width: 378px;
    height: 175px;
    background-size: 378px auto;
    left: 0;
    bottom: 0;
  }
  /* 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: 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;
  }
  /* 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: #ffffe1;
    -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: -10px;
    width: 315px;
    height: 253px;
    margin: 14px auto 0;
    background-size: 315px auto;
  }
  .inner {
    position: relative;
    padding-top: 60px;
    z-index: 3;
  }
  .top-title {
    font-size: 13px;
  }
  .top-headline {
    margin: 6px 0 0 0;
    font-size: 23px;
    letter-spacing: 1.5px;
    line-height: 1.6;
  }
  .top-headline > em {
    font-size: 32px;
  }
  .top-headline > em.emmini {
    font-size: 23px;
  }
  .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: 15px;
    font-size: 17px;
    line-height: 1.6;
  }
  .list-advice > li:first-child .advice-case > .advice-description {
    margin-top: 0;
    margin-left: 15px;
  }
  .list-advice > li:last-child .advice-case > .advice-description {
    margin-top: 0;
  }
  .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;
    object-fit: cover;
  }
  .reason-inner {
    width: 79%;
    margin: 20px auto 0;
  }
  .reason-title {
    margin: 12px 0 18px;
    font-size: 22px;
    white-space: nowrap;
    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;
    z-index: 2;
  }
  .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: 85px;
  }
  .list-works {
    width: calc(100% - 80px);
    margin-top: 34px;
  }
  .list-works > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 78px;
  }
  .list-works > li .works-wrap {
    margin-top: 35px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .list-works > li:first-child .works-wrap {
    margin-top: 2px;
  }
  .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: 100%;
    margin: 0 auto;
    padding-right: 0;
  }
  .works-description > p {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.9;
  }
  .works-picture img {
    width: 100%;
    height: auto;
  }
  .list-works > li .works-chart {
    margin-top: 20px;
  }
  .list-works > li:first-child .works-chart {
    width: 100%;
    height: 176px;
  }
  .list-works > li:nth-child(2) .works-chart {
    width: 100%;
    height: 330px;
  }
  .list-works > li:nth-child(3) .works-chart {
    width: 100%;
    height: 382px;
  }
  .works-program {
    margin-top: 20px;
  }
  .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%;
    padding: 10px 10px 26px;
  }
  .voice-inner {
    width: calc(100% - 20px);
    margin: 18px auto 0;
  }
  .voice-company {
    font-size: 12px;
  }
  .list-voice .headline {
    min-height: auto;
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.7;
  }
  .voice-description {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.9;
  }
  .section.section-price {
    padding-bottom: 35px;
  }
  .table-priceWrap {
    position: relative;
    width: calc(100% - 18px);
    margin: 37px 0 0 18px;
  }
  .table-priceWrap::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 262px;
    height: 238px;
    background: url("../images-ad/pic_price_table_scrolled.png") no-repeat -11px -11px/auto 255px;
    z-index: 3;
  }
  .table-priceInner {
    margin-left: 10px;
    overflow-x: scroll;
  }
  .price-image {
    width: 568px;
    height: 238px;
    background: url("../images-ad/pic_price_table.png") no-repeat right 5px top -11px/auto 255px;
  }
  .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: 14px;
  }
  .list-flow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 40px);
    margin-top: 34px;
  }

  .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-ad-title{
  position: relative;
}

.line-ad-title::after{
  position: absolute;
  top: 30px;
  left: 0px;
  content: "";
  width: 65px;
  height: 2px;
  border-radius: 2px;
  background-color: #41BE55;
}
.line-ad1{
  position: relative;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

.line-ad6::after{
  position: absolute;
  top: 25px;
  left: 0px;
  content: "";
  width: 90px;
  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 (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 .logo {
        width: 90px;
    }
}

@media screen and (min-width: 1320px) {
    .nav > li {
        font-size: 16px;
    }
}
