@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allerta+Stencil&display=swap");
html {
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

body {
  font-family: "Noto Sans JP", "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "M+ 1p", Arial, sans-serif;
}

.l-footer-copyright {
  text-align: center;
  margin-bottom: 20px;
}

.c-wrapper__mv {
  max-width: 1395px;
  margin: 0 auto;
}
@media only screen and (max-width: 1240px) {
  .c-wrapper__mv {
    max-width: 1180px;
  }
}
.c-wrapper__main {
  max-width: 1180px;
  margin: 0 auto;
}
.c-wrapper__secondary {
  max-width: 900px;
  margin: 0 auto;
}
.c-wrapper__result {
  width: 1340px;
  margin: 0 auto;
}
@media only screen and (max-width: 1468px) {
  .c-wrapper__result {
    width: 1100px;
  }
}
@media only screen and (max-width: 1200px) {
  .c-wrapper__result {
    width: 100%;
  }
}

.c-mv__frame {
  position: relative;
  background: #fff;
  border: 2px solid #333333;
  padding: 4px;
  max-width: 358px;
}
@media only screen and (max-width: 900px) {
  .c-mv__frame {
    max-width: 243px;
  }
}

.c-mv__frame:after, .c-mv__frame:before {
  top: 100%;
  left: 59%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 900px) {
  .c-mv__frame:after, .c-mv__frame:before {
    left: 79%;
  }
}

.c-mv__frame:after {
  border-top-color: #fff;
  border-width: 16px;
  margin-left: -177px;
}

.c-mv__frame:before {
  border-top-color: #333333;
  border-width: 16px;
  margin-left: -175px;
}

.c-mv__frame-text {
  font-size: 27px;
  font-weight: bold;
  background-color: #1B396E;
  color: #fff;
  text-align: center;
  padding: 4px 0;
}
@media only screen and (max-width: 900px) {
  .c-mv__frame-text {
    font-size: 17px;
  }
}

.c-arrow-flame {
  background: #1B396E;
  position: relative;
  padding: 1rem 1rem 63px 1rem;
  border: 2px solid #333;
}
.c-arrow-flame__text {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 58px;
  padding-top: 24px;
}
@media only screen and (max-width: 900px) {
  .c-arrow-flame__text {
    font-size: 20px;
    line-height: 32px;
  }
}
.c-arrow-flame:before {
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  border-top-color: #1B396E;
  border-width: 60px;
  margin-left: -60px;
}

.c-card__problem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 47%;
  height: 200px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 900px) {
  .c-card__problem {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 500px) {
  .c-card__problem {
    margin-bottom: 25px;
    height: 150px;
  }
}
.c-card__problem-text {
  font-size: 22px;
  line-height: 1.75;
  font-weight: bold;
  color: #1B396E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 350px;
  padding-left: 30px;
}
@media only screen and (max-width: 500px) {
  .c-card__problem-text {
    padding-left: 18px;
    font-size: 16px;
    width: 400px;
  }
}
.c-card__problem-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 3%;
}

.c-card__voice {
  background: #fff;
  width: 48%;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 900px) {
  .c-card__voice {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .c-card__voice {
    margin-bottom: 25px;
  }
}
.c-card__voice__title {
  font-size: 18px;
  font-weight: bold;
  color: #1B396E;
  padding: 30px 30px 13px 30px;
}
@media only screen and (max-width: 500px) {
  .c-card__voice__title {
    padding: 30px 19px 13px 19px;
  }
}
.c-card__voice__text {
  font-size: 16px;
  padding: 0 30px;
}
.c-card__voice__text__one-line {
  margin-bottom: 24px;
}
@media only screen and (max-width: 500px) {
  .c-card__voice__text {
    padding: 0 19px;
  }
}
.c-card__voice__name {
  font-size: 16px;
  font-weight: bold;
  color: #1B396E;
  text-align: end;
  padding: 10px 30px 30px 0;
  margin: auto 0 0;
}
@media only screen and (max-width: 500px) {
  .c-card__voice__name {
    padding-right: 19px;
  }
}

.c-card__works {
  background-color: #fff;
  max-width: 900px;
  padding: 2.2% 5% 5.7% 5%;
  margin-bottom: 44px;
}
@media only screen and (max-width: 900px) {
  .c-card__works {
    padding: 2.2% 25px 10px 25px;
  }
}
@media only screen and (max-width: 600px) {
  .c-card__works {
    padding: 2.2% 15px 10px 15px;
  }
}
.c-card__works__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
}
@media only screen and (max-width: 567px) {
  .c-card__works__head {
    margin: 7px 0;
  }
}
.c-card__works__head-picture {
  padding-right: 12px;
}
@media only screen and (max-width: 600px) {
  .c-card__works__head-picture {
    max-width: 86px;
  }
}
@media only screen and (max-width: 500px) {
  .c-card__works__head-picture {
    max-width: 67px;
  }
}
.c-card__works__head-list {
  max-width: 600px;
  margin: 28px 0 0 23px;
}
@media only screen and (max-width: 900px) {
  .c-card__works__head-list {
    margin: 28px auto 0 auto;
    max-width: 587px;
  }
}
@media only screen and (max-width: 800px) {
  .c-card__works__head-list {
    margin: auto 0;
    max-width: 400px;
  }
}
.c-card__works__head-list-title {
  font-size: 30px;
  font-weight: bold;
  color: #118DF0;
}
@media only screen and (max-width: 900px) {
  .c-card__works__head-list-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 500px) {
  .c-card__works__head-list-title {
    font-size: 19px;
  }
}
.c-card__works__head-list-name {
  font-size: 20px;
  font-weight: bold;
  color: #1B396E;
  padding: 9px 0;
}
@media only screen and (max-width: 900px) {
  .c-card__works__head-list-name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .c-card__works__head-list-name {
    padding-top: 4px;
  }
}
@media only screen and (max-width: 500px) {
  .c-card__works__head-list-name {
    font-size: 16px;
    padding-top: 4px;
  }
}
.c-card__works__head-list-text {
  font-size: 18px;
  color: #333333;
  line-height: 32px;
}
@media only screen and (max-width: 900px) {
  .c-card__works__head-list-text {
    font-size: 16px;
    text-align: justify;
  }
}
@media only screen and (max-width: 567px) {
  .c-card__works__head-list-text {
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 500px) {
  .c-card__works__head-list-text {
    line-height: 28px;
  }
}
.c-card__works__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 800px) {
  .c-card__works__foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    max-width: 410px;
  }
}
.c-card__works__foot-label {
  font-size: 14px;
  width: 44%;
  text-align: center;
  position: absolute;
  color: #fff;
  background: #118DF0;
  padding: 2px 0;
  left: 10px;
  top: 0;
}
.c-card__works__foot-label:first-child {
  left: 0;
}
@media only screen and (max-width: 800px) {
  .c-card__works__foot-label {
    left: 0;
    font-size: 22px;
  }
}
@media only screen and (max-width: 500px) {
  .c-card__works__foot-label {
    font-size: 16px;
    width: 40%;
  }
}
.c-card__works__foot-img {
  margin-bottom: 18px;
  padding-left: 10px;
  position: relative;
}
.c-card__works__foot-img:first-child {
  left: 0;
}
@media only screen and (max-width: 800px) {
  .c-card__works__foot-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .c-card__works__foot-img-dummy {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .c-card__works__foot-img {
    display: block;
    width: 25%;
  }
}
@media only screen and (max-width: 804px) {
  .c-card__works__foot-img {
    padding-left: 0;
    width: 100%;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (max-width: 520px) {
  .c-card__works__foot-img {
    margin-bottom: 18px;
  }
}

.c-card__faq {
  position: relative;
  max-width: 900px;
  background: #fff;
  padding: 30px 55px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .c-card__faq {
    margin-bottom: 34px;
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 500px) {
  .c-card__faq {
    padding: 15px 10px 20px 10px;
    margin-bottom: 25px;
  }
}
.c-card__faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #B7B6B6;
  padding-bottom: 9px;
}
@media only screen and (max-width: 900px) {
  .c-card__faq__head {
    padding-bottom: 5px;
  }
}
.c-card__faq__head-title {
  font-size: 18px;
  font-weight: bold;
  margin-left: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}
@media only screen and (max-width: 900px) {
  .c-card__faq__head-title {
    margin-left: 53px;
    line-height: 28px;
    padding: 3px 0;
  }
}
@media only screen and (max-width: 500px) {
  .c-card__faq__head-title {
    margin-left: 45px;
  }
}
.c-card__faq__head-label {
  position: absolute;
  font-size: 40px;
  font-family: "Allerta Stencil";
  color: #118DF0;
}
@media only screen and (max-width: 900px) {
  .c-card__faq__head-label {
    font-size: 28px;
  }
}
.c-card__faq__text {
  max-width: 695px;
  line-height: 32px;
  margin-left: 77px;
  padding-top: 20px;
}
@media only screen and (max-width: 900px) {
  .c-card__faq__text {
    margin-left: 53px;
    padding-top: 8px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 500px) {
  .c-card__faq__text {
    margin-left: 45px;
    line-height: 26px;
  }
}

.c-cta {
  background: #fff;
  max-width: 1180px;
  border: solid 6px #D60B17;
  padding: 33px 0 42px;
}
@media only screen and (max-width: 900px) {
  .c-cta {
    max-width: 678px;
    border: solid 5px #D60B17;
  }
}
@media only screen and (max-width: 680px) {
  .c-cta {
    border: solid 4px #D60B17;
    margin: 0 auto;
    max-width: 555px;
    padding: 33px 7px 42px;
  }
}
@media only screen and (max-width: 567px) {
  .c-cta {
    max-width: 323px;
  }
}
.c-cta__problem-height {
  margin: 50px auto 0 auto;
}
@media only screen and (max-width: 900px) {
  .c-cta__problem-height {
    margin-top: 30px;
  }
}
.c-cta__material-height {
  margin: 122px auto 0 auto;
}
@media only screen and (max-width: 900px) {
  .c-cta__material-height {
    margin-top: 75px;
  }
}
.c-cta__order-height {
  margin: 122px auto 0 auto;
}
@media only screen and (max-width: 900px) {
  .c-cta__order-height {
    margin-top: 75px;
  }
}

.c-cta__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 31px auto;
}
@media only screen and (max-width: 567px) {
  .c-cta__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}
.c-cta__top__problem-width {
  max-width: 700px;
}
@media only screen and (max-width: 900px) {
  .c-cta__top__problem-width {
    max-width: 521px;
  }
}
.c-cta__top__material-width {
  max-width: 772px;
}
@media only screen and (max-width: 900px) {
  .c-cta__top__material-width {
    max-width: 581px;
  }
}
@media only screen and (max-width: 567px) {
  .c-cta__top__material-width {
    max-width: 503px;
  }
}
.c-cta__top-text {
  font-size: 30px;
  font-weight: bold;
  color: #118DF0;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  .c-cta__top-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 680px) {
  .c-cta__top-text {
    font-size: 16px;
    margin: auto;
  }
}
@media only screen and (max-width: 567px) {
  .c-cta__top-text {
    text-align: center;
    margin: 0 auto 10px auto;
    line-height: 28px;
  }
}
@media only screen and (max-width: 567px) {
  .c-cta__top-text-pc {
    display: none;
  }
}
.c-cta__top-text-sp {
  display: none;
}
@media only screen and (max-width: 567px) {
  .c-cta__top-text-sp {
    display: block;
  }
}
.c-cta__top-picture {
  max-width: 200px;
}
@media only screen and (max-width: 680px) {
  .c-cta__top-picture {
    margin: 0 auto;
  }
}

.c-cta__bottom {
  font-size: 30px;
  font-weight: bold;
  background-color: #D60B17;
  max-width: 700px;
  padding: 17px 0px;
  border-radius: 45px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .c-cta__bottom {
    font-size: 20px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 680px) {
  .c-cta__bottom {
    max-width: 400px;
  }
}
@media only screen and (max-width: 567px) {
  .c-cta__bottom {
    max-width: 280px;
    font-size: 18px;
    padding: 11px 0;
  }
}
.c-cta__bottom:hover {
  background-color: #333333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-cta__bottom__a {
  color: #fff;
  display: block;
  border-radius: 45px;
  max-width: 700px;
  margin: 0 auto;
}

.c-catch {
  font-size: 50px;
  font-weight: bold;
  color: #1B396E;
  text-align: center;
  border: solid 3px #333333;
  margin: 0 auto;
  padding: 9px;
}
@media only screen and (max-width: 900px) {
  .c-catch {
    font-size: 25px;
    line-height: 31px;
  }
}
.c-catch__br-sp {
  display: none;
}
@media only screen and (max-width: 900px) {
  .c-catch__br-sp {
    display: block;
  }
}
.c-catch__margin-pc {
  display: block;
}
@media only screen and (max-width: 900px) {
  .c-catch__margin-pc {
    display: none;
  }
}
.c-catch__white {
  background: #fff;
  display: block;
  padding: 6px 0;
}
@media only screen and (max-width: 900px) {
  .c-catch__number__big {
    font-size: 31px;
  }
}
.c-catch__height-margin__problem {
  padding: 0;
}
.c-catch__height-margin__result {
  padding-top: 150px;
}
@media only screen and (max-width: 900px) {
  .c-catch__height-margin__result {
    padding: 0 15px;
    padding-top: 75px;
  }
}
.c-catch__height-margin {
  padding-top: 150px;
}
@media only screen and (max-width: 900px) {
  .c-catch__height-margin {
    padding-top: 75px;
  }
}
.c-catch__problem-width {
  max-width: 720px;
  margin-top: -58px;
}
@media only screen and (max-width: 900px) {
  .c-catch__problem-width {
    max-width: 400px;
  }
}
.c-catch__voice-width {
  max-width: 720px;
}
@media only screen and (max-width: 900px) {
  .c-catch__voice-width {
    max-width: 400px;
  }
}
.c-catch__result-width {
  max-width: 857px;
}
@media only screen and (max-width: 900px) {
  .c-catch__result-width {
    max-width: 400px;
  }
}
.c-catch__works-width {
  max-width: 857px;
}
@media only screen and (max-width: 900px) {
  .c-catch__works-width {
    max-width: 400px;
  }
}

.c-section__title {
  font-size: 40px;
  font-weight: bold;
  color: #1B396E;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .c-section__title {
    font-size: 23px;
  }
}
.c-section__voice {
  margin: 31px 0 79px 0;
}
@media only screen and (max-width: 900px) {
  .c-section__voice {
    margin-bottom: 25px;
  }
}
.c-section__comic {
  padding: 132px 0 46px 0;
}
@media only screen and (max-width: 900px) {
  .c-section__comic {
    padding: 75px 0 30px 0;
  }
}
.c-section__material {
  margin: 150px 0 79px 0;
}
@media only screen and (max-width: 900px) {
  .c-section__material {
    margin: 75px 0 30px 0;
  }
}
.c-section__processing {
  margin: 74px 0 46px 0;
}
@media only screen and (max-width: 900px) {
  .c-section__processing {
    margin: 64px 0 30px 0;
  }
}
.c-section__order {
  margin: 150px 0 46px 0;
}
@media only screen and (max-width: 900px) {
  .c-section__order {
    margin-top: 75px;
  }
}
.c-section__faq {
  padding: 150px 0 46px 0;
}
@media only screen and (max-width: 900px) {
  .c-section__faq {
    padding: 75px 0 25px 0;
  }
}

.c-triangle__pc {
  width: 0;
  height: 0;
  margin-top: 12%;
  border-left: 30px solid #1B396E;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
@media only screen and (max-width: 900px) {
  .c-triangle__pc {
    margin: 0 auto;
    display: none;
  }
}

.c-triangle__sp {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #1B396E;
  display: none;
}
@media only screen and (max-width: 900px) {
  .c-triangle__sp {
    margin: 42px auto;
    display: block;
  }
}

.c-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-nav__inner-item {
  margin-left: 50px;
}
@media only screen and (max-width: 900px) {
  .c-nav__inner-item {
    margin-left: 0;
  }
  .c-nav__inner-item:last-child {
    margin-left: 50px;
  }
}
.c-nav__inner-item a {
  color: #333333;
}

.c-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.wiper-slide img {
  width: 100%;
}

.c-swiper {
  background: #B0E6E5;
  padding-bottom: 73px;
  padding-top: 37px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .c-swiper {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 500px) {
  .c-swiper {
    padding-top: 10px;
  }
}

.c-title__local-icon {
  font-size: 20px;
  font-weight: bold;
  color: #1B396E;
  padding: 0 10px;
}
@media only screen and (max-width: 900px) {
  .c-title__local-icon {
    padding: 0 46px 0px 46px;
  }
}
@media only screen and (max-width: 582px) {
  .c-title__local-icon {
    padding: 0 15px 0px 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .c-title__local-icon-reason {
    padding: 0 46px 0px 46px;
  }
}

.p-header {
  background: #B0E6E5;
}

.p-header_logo {
  padding-left: 4%;
  padding-top: 33px;
  width: 118px;
  vertical-align: bottom;
}
@media only screen and (max-width: 900px) {
  .p-header_logo {
    width: 80px;
  }
}
@media only screen and (max-width: 730px) {
  .p-header_logo {
    padding-top: 17px;
  }
}
.p-header_logo a {
  display: block;
}
.p-header_logo img {
  vertical-align: bottom;
}

.p-mv {
  background: #B0E6E5;
  padding: 53px 3% 0 3%;
}
@media only screen and (max-width: 900px) {
  .p-mv {
    padding-top: 37px;
  }
}
@media only screen and (max-width: 730px) {
  .p-mv {
    padding-top: 17px;
  }
}

.p-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 729px) {
  .p-mv__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 384px;
    margin: 0 auto;
  }
}

.p-mv__content__catch-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
@media only screen and (max-width: 900px) {
  .p-mv__content__catch-main {
    margin-top: 5px;
  }
}
.p-mv__content__catch-main-title {
  font-size: 58px;
  font-weight: bold;
  color: #fff;
  text-shadow: 3px 3px #5CAEBF;
  letter-spacing: 3px;
  padding-left: 16px;
}
@media only screen and (max-width: 1240px) {
  .p-mv__content__catch-main-title {
    font-size: 33px;
  }
}
@media only screen and (max-width: 900px) {
  .p-mv__content__catch-main-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 404px) {
  .p-mv__content__catch-main-title {
    font-size: 28px;
    padding-left: 12px;
  }
}
.p-mv__content__catch-main-picture {
  max-width: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1240px) {
  .p-mv__content__catch-main-picture {
    max-width: 130px;
  }
}
@media only screen and (max-width: 900px) {
  .p-mv__content__catch-main-picture {
    max-width: 100px;
  }
}
@media only screen and (max-width: 404px) {
  .p-mv__content__catch-main-picture {
    max-width: 88px;
  }
}

.p-mv__content__catch-sub-text {
  font-size: 22px;
  font-weight: bold;
  color: #1B396E;
  letter-spacing: 2px;
  line-height: 35px;
  padding-left: 23px;
  padding-top: 11px;
}
@media only screen and (max-width: 1240px) {
  .p-mv__content__catch-sub-text {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 900px) {
  .p-mv__content__catch-sub-text {
    font-size: 14px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 729px) {
  .p-mv__content__catch-sub-text {
    text-align: center;
    padding-left: 0;
    line-height: 22px;
  }
}

.p-mv__nps-picture {
  max-width: 485px;
}
@media only screen and (max-width: 1240px) {
  .p-mv__nps-picture {
    max-width: 380px;
  }
}
@media only screen and (max-width: 900px) {
  .p-mv__nps-picture {
    max-width: 300px;
  }
}
@media only screen and (max-width: 729px) {
  .p-mv__nps-picture {
    margin: 17px auto;
    padding-right: 11px;
  }
}

.p-problem {
  background-image: url(../images/pages/lp/bg_problem_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 163px 15px 155px 15px;
}
@media only screen and (max-width: 900px) {
  .p-problem {
    padding: 100px 15px 75px 15px;
  }
}

.p-problem__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .p-problem__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-voice {
  background: #B0E6E5;
  padding: 0 15px;
  padding-bottom: 197px;
}
@media only screen and (max-width: 900px) {
  .p-voice {
    padding-bottom: 75px;
  }
}

.p-voice__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .p-voice__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-voice__picture {
  text-align: center;
  margin-top: 30px;
}

.p-comic {
  padding: 0 15px;
  padding-bottom: 153px;
}
@media only screen and (max-width: 900px) {
  .p-comic {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 500px) {
  .p-comic {
    padding-bottom: 75px;
  }
}
.p-comic__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .p-comic__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-comic__inner__picture img {
  border: solid 1px #D60B17;
  vertical-align: bottom;
}
.p-comic__inner__picture:last-child {
  padding-left: 20px;
}
@media only screen and (max-width: 900px) {
  .p-comic__inner__picture:last-child {
    margin-top: 44px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 900px) {
  .p-comic__inner__picture {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-comic__inner__picture:last-child {
    margin-top: 44px;
    padding-left: 0px;
  }
}
.p-comic__inner__picture:hover {
  opacity: 50%;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-comic__inner__picture a {
  display: block;
}

.p-result {
  background-image: url(../images/pages/lp/bg_back-texture.jpg);
  background-repeat: repeat;
  padding-bottom: 150px;
}
@media only screen and (max-width: 900px) {
  .p-result {
    padding-bottom: 75px;
  }
}

.p-reason__result-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-reason__result-list::before {
  content: "";
  display: block;
  width: 24%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-reason__result-list::after {
  content: "";
  display: block;
  width: 24%;
}
.p-reason__result-item {
  width: 22%;
  padding: 10px 12px;
  margin: 0 0 12px;
  background: #fff;
  line-height: 1.2;
}
@media only screen and (max-width: 1100px) {
  .p-reason__result-item {
    width: 44%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .p-reason__result-item {
    width: 40%;
  }
}
.p-reason__result-item li {
  line-height: 1.6;
}
.p-reason__result-notice {
  margin-bottom: 20px;
}
.p-reason__result-content {
  margin: 0 0 75px;
}
@media only screen and (max-width: 1200px) {
  .p-reason__result-content {
    padding: 0 46px 0px 46px;
  }
}
@media only screen and (max-width: 900px) {
  .p-reason__result-content {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 582px) {
  .p-reason__result-content {
    padding: 0 15px 0px 15px;
  }
}

.p-material {
  padding: 0 15px;
  padding-bottom: 155px;
}
@media only screen and (max-width: 900px) {
  .p-material {
    padding-bottom: 75px;
  }
}

.p-material__list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #B7B6B6;
  padding: 43px 0;
}
.p-material__list__inner:first-child {
  border-top: solid 1px #B7B6B6;
}
@media only screen and (max-width: 900px) {
  .p-material__list__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 22px 16px;
  }
}
.p-material__list__inner-title {
  font-size: 25px;
  font-weight: bold;
  color: #1B396E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 36px;
  width: 22%;
}
@media only screen and (max-width: 900px) {
  .p-material__list__inner-title {
    font-size: 18px;
    width: 100%;
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-material__list__inner-text {
  font-size: 18px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 78%;
  line-height: 28px;
}
@media only screen and (max-width: 900px) {
  .p-material__list__inner-text {
    font-size: 16px;
    width: 100%;
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
  }
}

.p-material__processing-text {
  border-top: solid 1px #B7B6B6;
  border-bottom: solid 1px #B7B6B6;
  padding: 43px 0 43px 36px;
  line-height: 28px;
}
@media only screen and (max-width: 900px) {
  .p-material__processing-text {
    font-size: 14px;
    padding: 26px 16px;
  }
}

.p-material__br-sp {
  display: block;
}
@media only screen and (max-width: 900px) {
  .p-material__br-sp {
    display: none;
  }
}

.p-works {
  background: #B0E6E5;
  padding: 0 15px;
  padding-bottom: 148px;
}
@media only screen and (max-width: 900px) {
  .p-works {
    padding-bottom: 75px;
  }
}
.p-works__pc {
  display: block;
}
@media only screen and (max-width: 567px) {
  .p-works__pc {
    display: none;
  }
}
.p-works__sp {
  display: none;
}
@media only screen and (max-width: 567px) {
  .p-works__sp {
    display: block;
  }
}

.p-order {
  padding: 0 6%;
  padding-bottom: 155px;
}
@media only screen and (max-width: 900px) {
  .p-order {
    padding-bottom: 75px;
  }
}
.p-order__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .p-order__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-order__inner-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  .p-order__inner-item__head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-order__inner-item__picture {
  max-width: 335px;
}
@media only screen and (max-width: 450px) {
  .p-order__inner-item__picture {
    width: 80%;
  }
}
.p-order__inner-item__foot {
  margin-top: 40px;
}
@media only screen and (max-width: 900px) {
  .p-order__inner-item__foot {
    margin-top: 0;
  }
}
.p-order__inner-item__foot-title {
  font-size: 46px;
  color: #1B396E;
  font-family: "Allerta Stencil";
  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;
}
@media only screen and (max-width: 900px) {
  .p-order__inner-item__foot-title {
    text-align: center;
  }
}
.p-order__inner-item__foot-title span {
  font-size: 22px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  color: #118DF0;
  margin-left: 10px;
}
.p-order__inner-item__foot-text {
  font-size: 16px;
  font-weight: bold;
  color: #1B396E;
  line-height: 28px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .p-order__inner-item__foot-text {
    margin-top: 6px;
  }
}

.p-faq {
  background-image: url(../images/pages/lp/bg_back-texture.jpg);
  padding: 0 15px;
  padding-bottom: 176px;
}
@media only screen and (max-width: 900px) {
  .p-faq {
    padding-bottom: 75px;
  }
}

.p-footer {
  padding: 0 10px;
  margin-bottom: 125px;
  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-top: 50px;
}
@media only screen and (max-width: 900px) {
  .p-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 37px;
  }
}
.p-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer__logo-img {
  margin-top: 5px;
}
.p-footer__logo-text {
  font-size: 23px;
  font-weight: bold;
  margin-left: 5px;
}
@media only screen and (max-width: 900px) {
  .p-footer__logo-text {
    margin-bottom: 24px;
  }
}

.far {
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  padding: 0 0 0 8px;
  font-style: normal;
}

.fa-clone:before {
  content: "\f24d";
}