@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  border: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button:focus {
  outline: none;
}

img {
  width: 100%;
  height: auto;
}

body.is-fixed {
  overflow: hidden;
}

html {
  font-size: 10px;
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

* {
  font-family: "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
}

.content-w {
  width: calc(100% - 80px);
  max-width: 1100px;
  margin: 0 auto;
}

.bg_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

a,
.btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover,
.btn:hover {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.u-inner, .u-inner--mid {
  width: min(950px, 82.6086956522vw);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .u-inner, .u-inner--mid {
    width: 92vw;
  }
}
.u-inner--mid {
  width: min(1080px, 93.9130434783vw);
}

.u-bold {
  font-weight: 700;
}

.u-font--red {
  font-weight: 700;
  color: #c20e23;
}

.c-hdg-sec {
  text-align: center;
  font-weight: 700;
}
.c-hdg-sec span {
  display: block;
}
.c-hdg-sec__sub {
  font-size: min(18px, 1.5652173913vw);
  font-family: "Montserrat", sans-serif;
  color: #22b573;
}
@media (max-width: 767px) {
  .c-hdg-sec__sub {
    font-size: 3.2vw;
  }
}
.c-hdg-sec__main {
  margin-top: min(26px, 2.2608695652vw);
  font-size: min(36px, 3.1304347826vw);
}
@media (max-width: 767px) {
  .c-hdg-sec__main {
    margin-top: 2.6666666667vw;
    font-size: 6.4vw;
  }
}

.c-list-case {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(30px, 2.6086956522vw);
}
@media (max-width: 767px) {
  .c-list-case {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}

.c-list-flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: min(30px, 2.6086956522vw);
}
.c-list-flow__item {
  padding: min(20px, 1.7391304348vw) min(25px, 2.1739130435vw) min(25px, 2.1739130435vw);
  border: 4px solid #22b573;
  border-radius: min(14px, 1.2173913043vw);
}
@media (max-width: 767px) {
  .c-list-flow__item {
    padding: 4vw 2.6666666667vw 2.6666666667vw;
    border: 2px solid #22b573;
    border-radius: 2.1333333333vw;
  }
}
.c-list-flow__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(15px, 1.3043478261vw);
  font-size: min(24px, 2.0869565217vw);
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-list-flow__ttl {
    gap: 2.1333333333vw;
    font-size: 5.3333333333vw;
  }
}
.c-list-flow__index {
  display: grid;
  place-content: center;
  width: min(40px, 3.4782608696vw);
  height: min(40px, 3.4782608696vw);
  border-radius: 50%;
  background: #22b573;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  .c-list-flow__index {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.c-list-flow__txt {
  margin-top: min(12px, 1.0434782609vw);
  font-size: min(18px, 1.5652173913vw);
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .c-list-flow__txt {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}

.c-list-faq__item {
  padding: min(35px, 3.0434782609vw) 0;
  border-top: 1px solid #ccc;
}
@media (max-width: 767px) {
  .c-list-faq__item {
    padding: 4vw 0;
  }
}
.c-list-faq__item:last-child {
  border-bottom: 1px solid #ccc;
}
.c-list-faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(10px, 0.8695652174vw);
  font-size: min(18px, 1.5652173913vw);
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-list-faq__q {
    gap: 2.6666666667vw;
    font-size: 3.8vw;
    line-height: 1.375;
  }
}
.c-list-faq__q::before {
  content: "Q";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  place-content: center;
  width: min(32px, 2.7826086957vw);
  height: min(32px, 2.7826086957vw);
  background: #22b573;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  .c-list-faq__q::before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    font-size: 3.7333333333vw;
  }
}
.c-list-faq__a {
  margin-top: min(18px, 1.5652173913vw);
  font-size: min(16px, 1.3913043478vw);
  line-height: 2;
}
@media (max-width: 767px) {
  .c-list-faq__a {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}

.l-header {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .l-header {
    padding: 15px 0;
  }
}
.l-header__logo {
  display: block;
  width: 222px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 182px;
  }
}

.l-footer {
  padding: min(28px, 2.4347826087vw) 0;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 5.3333333333vw 0;
  }
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  font-size: min(14px, 1.2173913043vw);
}
@media (max-width: 767px) {
  .l-footer__nav {
    font-size: 3.2vw;
  }
}

.l-kv__video-wrap {
  margin-top: min(40px, 3.4782608696vw);
}
@media (max-width: 767px) {
  .l-kv__video-wrap {
    margin-top: 4vw;
  }
}
.l-kv__video {
  aspect-ratio: 16/9;
}
.l-kv__video iframe {
  width: 100%;
  height: 100%;
}
.l-kv__video-caption {
  margin-top: min(40px, 3.4782608696vw);
}
@media (max-width: 767px) {
  .l-kv__video-caption {
    margin-top: 5.3333333333vw;
  }
}
.l-kv__video-txt {
  font-size: min(24px, 2.0869565217vw);
  text-align: center;
  fot-weight: bold;
}
@media (max-width: 767px) {
  .l-kv__video-txt {
    font-size: 4vw;
  }
}
.l-kv__video-list {
  background: #edf0f2;
  margin-top: min(20px, 1.7391304348vw);
  padding: min(12px, 1.0434782609vw) min(20px, 1.7391304348vw);
  font-size: min(18.7px, 1.6260869565vw);
  line-height: 1.6042780749;
}
@media (max-width: 767px) {
  .l-kv__video-list {
    margin-top: 4vw;
    padding: 2.6666666667vw 2.6666666667vw;
    font-size: 3.8vw;
  }
}
.l-kv__video-list-item::before {
  content: "◾️";
}
.l-kv__introduce {
  padding-bottom: min(50px, 4.347826087vw);
  margin-top: min(50px, 4.347826087vw);
}
@media (max-width: 767px) {
  .l-kv__introduce {
    margin-top: 10.6666666667vw;
    padding-bottom: 14.6666666667vw;
  }
}
.l-kv__introduce-youtube {
  margin-top: min(40px, 3.4782608696vw);
}
@media (max-width: 767px) {
  .l-kv__introduce-youtube {
    margin-top: 10.6666666667vw;
  }
}
.l-kv__introduce-youtube-lead {
  margin-top: min(13px, 1.1304347826vw);
}
.l-kv__img {
  background: #dfe1ea;
}
@media (max-width: 767px) {
  .l-kv__img {
    padding-bottom: 0;
    background: #fff;
  }
}
.l-kv__img img {
  display: block;
  width: min(1150px, 100vw);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-kv__img img {
    width: 100%;
  }
}

.p-cta {
  background: #001d3b;
  padding: min(40px, 3.4782608696vw);
}
@media (max-width: 767px) {
  .p-cta {
    padding: 2.6666666667vw 2vw;
  }
}
.p-cta__inner {
  width: min(1080px, 93.9130434783vw);
  padding: min(30px, 2.6086956522vw);
  border-radius: min(15px, 1.3043478261vw);
  margin: 0 auto;
  background: #fff;
}
@media (max-width: 767px) {
  .p-cta__inner {
    width: 100%;
    padding: 4vw;
    border-radius: 1.8666666667vw;
  }
}
.p-cta__btn {
  display: block;
  width: min(756px, 65.7391304348vw);
  margin: 0 auto;
  padding-bottom: 10px;
  border-radius: min(25px, 2.1739130435vw);
}
@media (max-width: 767px) {
  .p-cta__btn {
    width: 100%;
    padding-bottom: 5px;
  }
}
.p-cta__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(20px, 1.7391304348vw);
  margin-top: min(25px, 2.1739130435vw);
}
@media (max-width: 767px) {
  .p-cta__contact {
    display: block;
    margin-top: 3.2vw;
  }
}
.p-cta__contact-btn {
  display: block;
  width: min(274px, 23.8260869565vw);
}
@media (max-width: 767px) {
  .p-cta__contact-btn {
    width: 100%;
  }
  .p-cta__contact-btn + .p-cta__contact-btn {
    margin-top: 3.2vw;
  }
}
.p-cta__txt {
  width: min(638px, 55.4782608696vw);
  margin: 0 auto min(35px, 3.0434782609vw);
}
@media (max-width: 767px) {
  .p-cta__txt {
    width: 100%;
    margin-bottom: 4vw;
  }
}

.p-lp-intro {
  padding: min(50px, 4.347826087vw) 0 0;
}
@media (max-width: 767px) {
  .p-lp-intro {
    padding: 6.6666666667vw 0 0;
  }
}
.p-lp-intro__hdg {
  width: min(610px, 53.0434782609vw);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-lp-intro__hdg {
    width: 68.8vw;
  }
}
.p-lp-intro__list {
  margin-top: min(50px, 4.347826087vw);
}
@media (max-width: 767px) {
  .p-lp-intro__list {
    margin-top: 6.6666666667vw;
  }
}
.p-lp-intro__arrow {
  margin: min(30px, 2.6086956522vw) auto 0;
  width: min(374px, 32.5217391304vw);
}
@media (max-width: 767px) {
  .p-lp-intro__arrow {
    width: 68.8vw;
    margin-top: 6.6666666667vw;
  }
}
.p-lp-intro__img01 {
  margin-top: min(30px, 2.6086956522vw);
}
@media (max-width: 767px) {
  .p-lp-intro__img01 {
    margin-top: 5.3333333333vw;
  }
}
.p-lp-intro__img02 {
  margin-top: min(45px, 3.9130434783vw);
}
@media (max-width: 767px) {
  .p-lp-intro__img02 {
    margin-top: 5.3333333333vw;
  }
}

.p-lp-case {
  margin-top: min(70px, 6.0869565217vw);
  padding-bottom: min(75px, 6.5217391304vw);
}
@media (max-width: 767px) {
  .p-lp-case {
    margin-top: 7.2vw;
  }
}
.p-lp-case__hdg {
  width: min(692px, 60.1739130435vw);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-lp-case__hdg {
    width: 90.6666666667vw;
  }
}
.p-lp-case__list {
  margin-top: min(35px, 3.0434782609vw);
}
@media (max-width: 767px) {
  .p-lp-case__list {
    margin-top: 8vw;
  }
}
.p-lp-case__img {
  margin-top: min(70px, 6.0869565217vw);
}
@media (max-width: 767px) {
  .p-lp-case__img {
    margin-top: 10.6666666667vw;
  }
}

.p-lp-reason {
  margin-top: min(70px, 6.0869565217vw);
}
@media (max-width: 767px) {
  .p-lp-reason {
    margin-top: 10.6666666667vw;
  }
}
.p-lp-reason__img {
  margin-top: min(60px, 5.2173913043vw);
}
@media (max-width: 767px) {
  .p-lp-reason__img {
    margin-top: 8vw;
  }
}

.p-lp-flow {
  margin-top: min(70px, 6.0869565217vw);
}
@media (max-width: 767px) {
  .p-lp-flow {
    margin-top: 8vw;
  }
}
.p-lp-flow__lead {
  position: relative;
  display: grid;
  place-content: center;
  height: min(62px, 5.3913043478vw);
  margin-bottom: min(45px, 3.9130434783vw);
  background: #22b573;
  border-radius: min(14px, 1.2173913043vw);
  font-size: min(23px, 2vw);
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .p-lp-flow__lead {
    height: 15.4666666667vw;
    border-radius: 1.3333333333vw;
    font-size: 4vw;
    line-height: 1.4;
    margin-bottom: 7.2vw;
    white-space: nowrap;
  }
}
.p-lp-flow__lead::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 18px solid #22b573;
  -webkit-transform: translate(-50%, 60%);
          transform: translate(-50%, 60%);
}
@media (max-width: 767px) {
  .p-lp-flow__lead::before {
    margin-top: 7.2vw;
  }
}
.p-lp-flow__content {
  margin-top: min(45px, 3.9130434783vw);
}
@media (max-width: 767px) {
  .p-lp-flow__content {
    margin-top: 8vw;
  }
}
.p-lp-flow__sec {
  margin-top: min(50px, 4.347826087vw);
  border: 3px solid #c20e23;
  border-radius: min(14px, 1.2173913043vw);
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-lp-flow__sec {
    margin-top: 4vw;
    border: 1px solid #c20e23;
    border-radius: 1.8666666667vw;
  }
}
.p-lp-flow__sec-hdg {
  display: grid;
  place-content: center;
  height: min(56px, 4.8695652174vw);
  background: #c20e23;
  font-size: min(26px, 2.2608695652vw);
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .p-lp-flow__sec-hdg {
    height: 17.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.3333333333;
  }
}
.p-lp-flow__sec-txt {
  padding: min(20px, 1.7391304348vw) min(25px, 2.1739130435vw) min(25px, 2.1739130435vw);
  font-size: min(18px, 1.5652173913vw);
  line-height: 1.7777777778;
}
@media (max-width: 767px) {
  .p-lp-flow__sec-txt {
    padding: 2.6666666667vw 2.6666666667vw 4vw;
    font-size: 3.7333333333vw;
  }
}

.p-lp-price {
  margin-top: min(60px, 5.2173913043vw);
}
@media (max-width: 767px) {
  .p-lp-price {
    margin-top: 10.6666666667vw;
  }
}
.p-lp-price__table {
  margin-top: min(50px, 4.347826087vw);
}
@media (max-width: 767px) {
  .p-lp-price__table {
    margin-top: 9.3333333333vw;
  }
}

.p-lp-faq {
  margin-top: min(85px, 7.3913043478vw);
  padding-bottom: min(96px, 8.347826087vw);
}
@media (max-width: 767px) {
  .p-lp-faq {
    margin-top: 13.3333333333vw;
  }
}
.p-lp-faq__list {
  margin-top: min(50px, 4.347826087vw);
}
@media (max-width: 767px) {
  .p-lp-faq__list {
    margin-top: 13.3333333333vw;
  }
}


.pulse{
  margin: 0 auto;
  animation: pulse 1s infinite;
  overflow: hidden;
  display: block;
}

@keyframes pulse {
  from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
  to { transform: scale3d(1, 1, 1); }
}