@charset "UTF-8";
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;
}

.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: 55px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.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: #00cdd7;
  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-triangle {
  display: block;
  position: absolute;
  background: url("../images-logo/back_triangle.svg") no-repeat 0 0/485px auto;
  z-index: 2;
}

.main-section-wrap .back-triangle--left {
  width: 290px;
  height: 275px;
  top: -96px;
  left: 10%;
  background-size: 290px auto;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.main-section-wrap .back-triangle--right {
  width: 316px;
  height: 300px;
  top: 150px;
  right: 8%;
  background-size: 316px auto;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.main-section-wrap .back-triangle--bottom {
  width: 346px;
  height: 328px;
  bottom: 9px;
  left: 36.5%;
  background-size: 346px auto;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

/* button */
.btn-contact {
  display: block;
  position: relative;
  width: 330px;
  margin: 0 auto;
  padding: 10px 0 14px 93px;
  font-size: 30px;
  font-weight: 500;
  border-radius: 5px;
  color: #2D6A91;
  letter-spacing: 6px;
  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: 45px;
}

.btn-contact > .icon-dm::before {
  color: #2D6A91;
  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%;
  }
}

.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: 100%;
  height: 600px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}

.main-section {
  position: relative;
  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: absolute;
  top: 0;
  right: 0;
  width: 993px;
  height: 100%;
  background: url("../images-logo/pic_mainVisual.svg") no-repeat center/auto 685px;
  z-index: 2;
}

.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: bold;
  letter-spacing: 5px;
  line-height: 1.6;
}

.works-picture_mente img {
    width: auto !important;
    height: auto !important;
}

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

.top-headline > em:nth-child(5) {
  font-size: 48px;
}

.top-headline > span {
  display: block;
  margin-top: 5px;
}

.section-advice {
  position: relative;
  background: #ffffe1;
  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: #2D6A91;
  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 #2D6A91;
}

.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: #2D6A91 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: #ffffe1 transparent;
  border-width: 15px 15px 0 15px;
  z-index: 1;
}

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

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

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

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

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

.advice-case > .advice-description > strong,
.advice-case > .advice-description > .line-logo1>  strong,
.advice-case > .advice-description > .line-logo2>  strong,
.advice-case > .advice-description > .line-logo3>  strong,
.advice-case > .advice-description > .line-logo4>  strong,
.advice-case > .advice-description > .line-logo5>  strong,
.advice-case > .advice-description > .line-logo6>  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: 1140px;
  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("../images-logo/icon_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;
}

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

.reason-title {
  margin: 22px 0 17px;
  font-size: 28px;
  font-weight: 500;
}

.reason-text {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.section-form {
  width: 100%;
  background-color: #5ad273;
  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: #5ad273;
  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: #e6fadc;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1080px;
  margin: -13px auto 0;
}

.list-works > li {
  width: 33.33%;
  margin-top: 120px;
}

.list-works .headline {
  margin-top: 52px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.works-picture {
  display: block;
  position: relative;
  width: 320px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
}

.works-picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.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 {
  margin-left: 72px;
}

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

.voice-picture > img {
  width: 456px;
  height: 257px;
  border-radius: 5px;
}

.voice-board {
  position: relative;
  width: 504px;
  padding: 24px 24px 30px;
  background-color: #fff;
  border-radius: 10px;
}

.voice-board::after {
  content: '';
  position: absolute;
}

.list-voice > li:first-child .voice-board::after {
  top: 310px;
  right: 37px;
  width: 96px;
  height: 100px;
  background: url("../images-logo/pic_works3.svg") no-repeat 0 0/96px auto;
}

.list-voice > li:last-child .voice-board::after {
  top: 345px;
  right: 29px;
  width: 110px;
  height: 45px;
  background: url("../images-logo/pic_works2.svg") no-repeat 0 0/110px auto;
}

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

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

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

.list-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1080px;
  margin: 65px auto 0;
}

.list-plan > li {
  position: relative;
  width: 33.33%;
  min-height: 315px;
  margin-left: 60px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-weight: 500;
  border-radius: 20px;
}

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

.plan-headline {
  padding: 19px 0;
  background-color: #00cdd7;
  color: #fff;
  font-size: 24px;
  border-radius: 20px 20px 0 0;
}

.plan-description {
  margin-top: 16px;
  font-size: 15px;
}

.plan-info {
  display: inline-block;
  margin-top: 10px;
}

.plan-info > li {
  line-height: 1.5;
  font-size: 18px;
  text-align: left;
}

.plan-info > li::before {
  content: '・';
  color: #f0505a;
}

.plan-price {
  position: absolute;
  bottom: 17px;
  left: 0;
  width: 100%;
  color: #f0505a;
  font-size: 35px;
  letter-spacing: 2px;
}

.plan-price > em {
  font-style: normal;
  font-size: 70px;
  font-weight: bold;
}

.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: 810px;
  margin: 82px auto 0;
}

.flow-label {
  display: block;
  position: relative;
  height: 35px;
  padding: 5px 16px;
  background: -webkit-gradient(linear, left top, right top, from(#32af6e), to(#6efaa0));
  background: linear-gradient(to right, #32af6e, #6efaa0);
  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: 80px;
  height: 80px;
  padding-top: 41px;
  background-color: rgba(65, 190, 85, 0.55);
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.line-logo6::after{
  position: absolute;
  top: 48px;
  left: 0px;
  content: "";
  width: 125px;
  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;
  }
}

@media screen and (max-width: 1073px) {
  /* 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 */
  .main-section-wrap .back-triangle--left {
    width: 142px;
    height: 135px;
    background-size: 142px auto;
    left: 8%;
    top: -12px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .main-section-wrap .back-triangle--right {
    width: 137px;
    height: 130px;
    background-size: 137px auto;
    right: -5%;
    top: 155px;
    -webkit-transform: rotate(145deg);
            transform: rotate(145deg);
  }
  .main-section-wrap .back-triangle--bottom {
    width: 150px;
    height: 150px;
    background-size: 150px auto;
    bottom: 45px;
    left: 2%;
    -webkit-transform: rotate(65deg);
            transform: rotate(65deg);
  }
  /* button */
  .btn-contact {
    width: 100%;
    padding: 10px 10% 12px 34%;
    font-size: 18px;
    background-size: auto 16px;
    background-position: 24% 17px;
    letter-spacing: 3px;
  }
  .btn-contact > .icon-dm {
    top: 11px;
    left: 59px;
  }
  .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.sizeL > .icon-dm {
    top: 7px !important;
    left: 15px;
  }
  .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: 28px;
    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: 100%;
    padding-top: 68px;
    padding-left: 30px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .main-background {
    width: 260px;
    height: 100%;
    background: url("../images-logo/pic_mainVisual_sp.svg") no-repeat center/auto 490px;
    z-index: 2;
  }
  .inner {
    position: relative;
    z-index: 3;
  }
  .top-title {
    font-size: 13px;
  }
  .top-headline {
    margin: 7px 0 0 0;
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 1.4;
  }
  .top-headline > em {
    font-size: 32px;
  }
  .top-headline > em:nth-child(5) {
    font-size: 28px;
  }
  .top-headline > span {
    display: block;
    margin-top: 6px;
  }
  .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 37px;
    border-radius: 55px;
    border-width: 2px;
  }
  .list-advice > li:first-child .advice-case {
    padding: 9px 45px 9px 30px;
  }
  .list-advice > li:last-child .advice-description br {
    display: none;
  }
  .list-advice > li:last-child .advice-description .br-sp {
    display: block;
  }
  .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;
  }
  .list-advice > li:nth-child(odd) .advice-case > .advice-description {
    margin-top: 15px;
  }

  .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: 200px;
    margin-left: auto;
    margin-right: 0;
  }
  .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;
  }
  .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 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 100px);
    margin: -20px auto 0;
  }
  .list-works > li {
    width: 100%;
    margin-top: 50px;
  }
  .list-works > li:nth-child(4),
  .list-works > li:nth-child(5),
  .list-works > li:nth-child(6) {
    display: none;
  }
  .list-works .headline {
    margin-top: 30px;
    font-size: 16px;
  }
  .works-picture {
    width: 275px;
  }
  .list-works > li:nth-child(1) .works-picture {
    height: 166px;
  }
  .list-works > li:nth-child(2) .works-picture {
    height: 112px;
  }
  .list-works > li:nth-child(3) .works-picture {
    height: 195px;
  }
  .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;
  }
  .list-voice > li:first-child .voice-board::after {
    top: 206px;
    right: 25px;
    width: 62px;
    height: 65px;
    background-size: 62px auto;
  }
  .list-voice > li:last-child .voice-board::after {
    top: 232px;
    right: 20px;
    width: 71px;
    height: 30px;
    background-size: 71px auto;
  }
  .voice-inner {
    width: calc(100% - 20px);
    margin: 18px auto 0;
  }
  .voice-company {
    font-size: 12px;
  }
  .list-voice .headline {
    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: 50px;
  }
  .list-plan {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 100px);
    margin: 35px auto 0;
  }
  .list-plan > li {
    width: 100%;
    margin: 35px 0 0 0;
    min-height: 245px;
  }
  .list-plan > li:first-child {
    margin-top: 0;
  }
  .list-plan > li:last-child {
    min-height: 267px;
  }
  .plan-headline {
    font-size: 22px;
    padding: 15px 0;
  }
  .plan-description {
    font-size: 12px;
  }
  .plan-info > li {
    font-size: 15px;
  }
  .plan-price {
    bottom: 15px;
    font-size: 26px;
  }
  .plan-price > em {
    font-size: 60px;
  }
  .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!important;
    padding: 2px 10px!important;
    font-size: 9px!important;
  }
  .flow-label::before,
  .flow-label::after {
    right: -6px!important;
    border-width: 9px 9px 0 9px!important;
  }
  .flow-label > .label-number {
    font-size: 15px!important;
    vertical-align: -1px!important;
  }
  .flow-title {
    font-size: 16px!important;
    margin-top: 17px!important;
  }
  .flow-description {
    margin-top: 12px!important;
    padding: 0 17px 25px 0!important;
    font-size: 9px!important;
    font-weight: 500!important;
    line-height: 1.4!important;
  }
  .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: 88px;
    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-logo-title{
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.line-logo6::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 (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;
  }
}
