@charset "UTF-8";
.c-yellow {
  color: #f3f301;
}

.c-blue {
  color: #016aef;
}

.c-green {
  color: #119e3c;
}

.c-orange {
  color: #fd6607;
}

.bg_blue {
  background-color: #d8ecf9;
}

.bg_gray {
  background-color: #eee;
}

@media screen and (min-width: 750px) {
  .pcview {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  .pcview {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .spview {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .spview {
    display: initial;
  }
}

html {
  font-size: 62.5%;
}

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

p,
h1,
h2,
h2,
h4,
h5 {
  color: #333;
}

.mainwrap {
  width: min(92vw, 690px);
  margin: 0 auto;
}

.ta_r {
  text-align: right;
}

.ta_c {
  text-align: center;
}

.marker {
  background: linear-gradient(transparent 60%, #f3f301 40%);
}

.titleArea {
  text-align: center;
}
.titleArea p {
  font-family: "Hiragino Sans W5", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #016aef;
  font-size: min(3.7333333333vw, 28px);
}
.titleArea h2 {
  font-family: "Hiragino Sans W5", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 100%;
  color: #333;
  text-align: center;
  font-size: min(6.4vw, 48px);
  margin-top: min(1.3333333333vw, 10px);
}
.titleArea h2 span {
  font-size: min(4.158vw, 36.96px);
}

.cta {
  display: grid;
  place-items: center;
}
.cta-txt p {
  font-family: "Hiragino Sans W5", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(4.8173333333vw, 36.13px);
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 0.2666666667vw 0.2666666667vw 0.1333333333vw #000, -0.2666666667vw -0.2666666667vw 0.1333333333vw #000, -0.2666666667vw 0.2666666667vw 0.1333333333vw #000, 0.2666666667vw -0.2666666667vw 0.1333333333vw #000, 0.2666666667vw 0px 0.1333333333vw #000, -0.2666666667vw 0px 0.1333333333vw #000, 0px 0.2666666667vw 0.1333333333vw #000, 0px -0.2666666667vw 0.1333333333vw #000;
  position: relative;
}
@media screen and (min-width: 750px) {
  .cta-txt p {
    text-shadow: 2px 2px 1px #000, -2px -2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, 2px 0px 1px #000, -2px 0px 1px #000, 0px 2px 1px #000, 0px -2px 1px #000;
  }
}
.cta-txt p::before, .cta-txt p::after {
  content: "";
  display: block;
  position: absolute;
  top: min(4.8vw, 36px);
  width: min(6.176vw, 46.32px);
  height: min(0.44vw, 3.3px);
  background: #222;
}
.cta-txt p::before {
  transform: rotate(-102.88deg);
  left: min(-2.6666666667vw, -20px);
}
.cta-txt p::after {
  transform: translateY(-50%) rotate(102.88deg);
  right: min(-2.6666666667vw, -20px);
}
.cta-txt p .c-yellow {
  font-size: min(6.8813333333vw, 51.61px);
}
.cta-btn {
  margin-top: min(1.6vw, 12px);
  width: min(84.264vw, 631.98px);
  height: min(18.6666666667vw, 140px);
  background: url(../image/btn@2x.png) no-repeat;
  background-size: cover;
  display: grid;
  place-items: center;
  place-content: center;
}
.cta-btn p {
  font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(5.3333333333vw, 40px);
  letter-spacing: 0.1em;
  color: #efef55;
}
.cta-btn p::after {
  content: "▼";
  color: #fff;
  margin-left: min(3.2vw, 24px);
}

.header {
  height: min(17.0666666667vw, 128px);
  background: url(../image/sparkle@2x.png) no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #09aa09;
  text-align: center;
  padding-block: min(2.1333333333vw, 16px);
}
.header p {
  font-family: "Hiragino Sans W5", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(4.2666666667vw, 32px);
  line-height: 110%;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  color: #fff;
}
.header p::before, .header p::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: min(4.7866666667vw, 35.9px);
  height: min(0.4vw, 3px);
  background: #fff;
}
.header p::before {
  transform: translateY(-50%) rotate(-102.88deg);
  left: min(-4vw, -30px);
}
.header p::after {
  transform: translateY(-50%) rotate(102.88deg);
  right: min(-4vw, -30px);
}
.header h2 {
  font-family: "Hiragino Sans W7", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(7.556vw, 56.67px);
  line-height: 110%;
  letter-spacing: 0.1em;
  font-style: italic;
  color: #fff;
}

.fv .mainwrap {
  padding-block: min(3.2vw, 24px) min(8vw, 60px);
}
.fv-titleArea {
  position: relative;
  z-index: 3;
}
.fv-titleArea h1 {
  font-family: "Hiragino Sans W6", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(4.3253333333vw, 32.44px);
  line-height: 172%;
  letter-spacing: 0.1em;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.fv-img {
  position: relative;
  z-index: 2;
}
.fv-img-main {
  position: relative;
  width: min(92.5333333333vw, 694px);
  height: min(57.6vw, 432px);
  margin-top: min(-1.4666666667vw, -11px);
  z-index: 1;
}
.fv-img-sub {
  position: absolute;
  width: min(47.8666666667vw, 359px);
  height: min(32.8vw, 246px);
  right: min(1.3333333333vw, 10px);
  top: min(47.6vw, 357px);
  z-index: 2;
}
.fv-catch {
  position: relative;
  width: min(97.5vw, 731.25px);
  margin-top: min(4vw, 30px);
  margin-left: -4vw;
  z-index: 1;
}
.fv-catch-item {
  font-family: "Hiragino Sans W7", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: min(7.2066666667vw, 54.05px);
  line-height: 100%;
  letter-spacing: 0.065em;
  padding-block: min(2.6666666667vw, 20px);
  padding-left: min(2.9333333333vw, 22px);
}
.fv-catch-item p {
  color: #fff;
}
.fv-catch-item .small {
  font-size: min(5.3333333333vw, 40px);
}
.fv-catch-item:first-child {
  width: min(41.0666666667vw, 308px);
  background: url(../image/fv_catch01_bg@2x.png) no-repeat;
  background-size: cover;
}
.fv-catch-item:nth-child(2) {
  width: min(97.5vw, 731.25px);
  background: url(../image/fv_catch02_bg@2x.png) no-repeat;
  background-size: cover;
  margin-top: min(2.4vw, 18px);
}
.fv-catch-item:nth-child(3) {
  width: min(77.2vw, 579px);
  background: url(../image/fv_catch02_bg@2x.png) no-repeat;
  background-size: cover;
  margin-top: min(1.6vw, 12px);
}
.fv .cta {
  margin-top: min(1.6vw, 12px);
}

.problem {
  padding-block: min(6.1333333333vw, 46px) min(14.9333333333vw, 112px);
  position: relative;
  overflow-x: clip;
}
.problem .titleArea h2 span {
  font-size: min(6.4vw, 48px);
}
.problem-contents {
  margin-top: min(5.0666666667vw, 38px);
  margin-left: min(5.3333333333vw, 40px);
}
.problem-item {
  width: min(82.4vw, 618px);
}
.problem-item-inner {
  position: relative;
  font-size: min(3.2vw, 24px);
  line-height: 166%;
  letter-spacing: 0.1em;
  font-family: "Hiragino Sans W5", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.problem-item-inner h3 {
  font-family: "Hiragino Sans W7", "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-shadow: 0.2666666667vw 0.2666666667vw 0.1333333333vw #000, -0.2666666667vw -0.2666666667vw 0.1333333333vw #000, -0.2666666667vw 0.2666666667vw 0.1333333333vw #000, 0.2666666667vw -0.2666666667vw 0.1333333333vw #000, 0.2666666667vw 0px 0.1333333333vw #000, -0.2666666667vw 0px 0.1333333333vw #000, 0px 0.2666666667vw 0.1333333333vw #000, 0px -0.2666666667vw 0.1333333333vw #000;
  color: #fff;
  letter-spacing: 0.13em;
  font-size: min(5.1026666667vw, 38.27px);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 750px) {
  .problem-item-inner h3 {
    text-shadow: 2px 2px 1px #000, -2px -2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, 2px 0px 1px #000, -2px 0px 1px #000, 0px 2px 1px #000, 0px -2px 1px #000;
  }
}
.problem-item-inner p {
  padding: min(2.8vw, 21px) min(12.5333333333vw, 94px) min(3.2vw, 24px) min(3.2vw, 24px);
  background: #fff;
  display: inline-block;
  border-radius: min(1.0666666667vw, 8px);
  box-shadow: min(0.8632vw, 6.474px) min(0.8336vw, 6.252px) min(0.68vw, 5.1px) min(0.12vw, 0.9px) rgba(137, 137, 137, 0.22);
}
.problem-item-inner .c-blue {
  font-family: "Hiragino Sans W6", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.problem-item figure {
  position: absolute;
  top: 0;
  right: 0;
}
.problem-item.item01 figure {
  top: min(2.9333333333vw, 22px);
  width: min(23.0666666667vw, 173px);
}
.problem-item.item02 {
  margin-top: min(9.3333333333vw, 70px);
  position: relative;
}
.problem-item.item02 h3 {
  text-align: right;
}
.problem-item.item02 p {
  margin-left: min(10.6666666667vw, 80px);
  padding: min(3.2vw, 24px) min(3.2vw, 24px) min(3.2vw, 24px) min(15.3333333333vw, 115px);
}
.problem-item.item02 figure {
  top: min(-1.4666666667vw, -11px);
  left: 0;
  width: min(21.3333333333vw, 160px);
}
.problem-item.item03 {
  margin-top: min(10.4vw, 78px);
}
.problem-item.item03 figure {
  right: min(-1.4666666667vw, -11px);
  top: min(0.8vw, 6px);
  width: min(24.2666666667vw, 182px);
}

.service {
  background: #add9f6;
  position: relative;
  padding-bottom: min(4vw, 30px);
}
.service::before {
  content: "";
  display: block;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: min(100vw, 750px);
  height: min(10.1253333333vw, 75.94px);
  background: #eee;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.service__wrap {
  width: min(100vw, 750px);
  margin: 0 auto;
  background-image: url(../image/problem_04@2x.png);
  background-repeat: no-repeat;
  background-size: min(57.2vw, 429px);
  background-position: right min(-1.0666666667vw, -8px) top min(27.6vw, 207px);
}
.service-mainCatch {
  position: absolute;
  z-index: 3;
  left: 50%;
  font-family: "Hiragino Sans W7", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(5.692vw, 42.69px);
  line-height: min(8.5333333333vw, 64px);
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
  transform: translateX(-50%) rotate(-5deg);
  top: -8.4vw;
}
@media screen and (min-width: 750px) {
  .service-mainCatch {
    top: -63px;
  }
}
.service-mainCatch .small {
  font-size: min(4.2666666667vw, 32px);
}
.service-mainCatch .marker {
  background: linear-gradient(transparent 70%, #f3f301 30%);
}
.service_head {
  padding-block: min(19.0666666667vw, 143px) min(16.8vw, 126px);
  position: relative;
  z-index: 2;
}
.service-catch {
  position: relative;
  z-index: 1;
}
.service-catch-wrap {
  width: min(76.5333333333vw, 574px);
  position: relative;
  z-index: 1;
}
.service-catch-items {
  font-family: "Hiragino Sans W7", "Noto Sans JP", sans-serif;
  font-weight: 700;
  height: min(9.6vw, 72px);
  font-size: min(4.1173333333vw, 30.88px);
  line-height: 100%;
  letter-spacing: 0.1em;
  padding: min(3.0666666667vw, 23px) min(2.9333333333vw, 22px) min(2vw, 15px);
  display: inline-block;
}
.service-catch-items p {
  color: #016aef;
  display: inline-block;
}
.service-catch-items:not(:first-child) {
  margin-top: min(1.0666666667vw, 8px);
}
.service-catch-items:first-child {
  width: min(70.1333333333vw, 526px);
  background: url(../image/service_head01@2x.png) no-repeat;
  background-size: cover;
  background-position: right;
}
.service-catch-items:nth-child(2) {
  width: min(57.6vw, 432px);
  background: url(../image/service_head02@2x.png) no-repeat;
  background-size: cover;
  background-position: right;
}
.service-catch-items:nth-child(3) {
  width: min(76.4vw, 573px);
  background: url(../image/service_head03@2x.png) no-repeat;
  background-size: cover;
  background-position: right;
}
.service-text {
  margin-top: min(5.3333333333vw, 40px);
  margin-left: min(6.1333333333vw, 46px);
  font-family: "Hiragino Sans W6", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(3.2vw, 24px);
  line-height: min(5.3333333333vw, 40px);
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.service-text .marker {
  background: linear-gradient(transparent 70%, #f3f301 30%);
}
.service_feature {
  background: url(../image/feature_bg@2x.png) no-repeat;
  background-size: cover;
  background-position: top center;
  padding-block: min(5.3333333333vw, 40px) min(9.2vw, 69px);
  border: min(0.4vw, 3px) solid #016aef;
}
.service_feature .titleArea {
  margin-bottom: min(5.3333333333vw, 40px);
}
.service_feature .titleArea h2 {
  font-family: "Hiragino Sans W5", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 100%;
  color: #333;
  text-align: center;
  font-size: min(6.4vw, 48px);
  margin-top: min(1.3333333333vw, 10px);
}
.service_feature-item {
  position: relative;
}
.service_feature-item .desc {
  background: #016aef;
  width: min(66.6666666667vw, 500px);
  padding: min(3.2vw, 24px) min(2.9333333333vw, 22px) min(2.2666666667vw, 17px);
  margin-bottom: min(14.6666666667vw, 110px);
}
@media screen and (max-width: 749px) {
  .service_feature-item .desc {
    background: rgba(1, 104, 239, 0.8078431373);
  }
}
.service_feature-item .desc-ttl p {
  font-family: "Hiragino Sans W4", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  text-shadow: 0.2666666667vw 0.2666666667vw 0.1333333333vw #000, -0.2666666667vw -0.2666666667vw 0.1333333333vw #000, -0.2666666667vw 0.2666666667vw 0.1333333333vw #000, 0.2666666667vw -0.2666666667vw 0.1333333333vw #000, 0.2666666667vw 0px 0.1333333333vw #000, -0.2666666667vw 0px 0.1333333333vw #000, 0px 0.2666666667vw 0.1333333333vw #000, 0px -0.2666666667vw 0.1333333333vw #000;
  font-size: min(4.3333333333vw, 38.27px);
  letter-spacing: 0.13em;
  line-height: 100%;
}
@media screen and (min-width: 750px) {
  .service_feature-item .desc-ttl p {
    text-shadow: 2px 2px 1px #000, -2px -2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, 2px 0px 1px #000, -2px 0px 1px #000, 0px 2px 1px #000, 0px -2px 1px #000;
  }
}
.service_feature-item .desc-ttl p span {
  font-family: "Hiragino Sans W7", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.service_feature-item .desc-ttl h3 {
  font-family: "Hiragino Sans W6", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: min(5.4vw, 48px);
  margin-top: min(1.7333333333vw, 13px);
  color: #efef55;
  line-height: min(6.8266666667vw, 64px);
}
.service_feature-item .desc-txt {
  margin-top: min(2.6666666667vw, 20px);
  position: relative;
  z-index: 5;
}
.service_feature-item .desc-txt p {
  font-family: "Hiragino Sans W5", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: min(2.4vw, 18px);
  line-height: min(4.2666666667vw, 32px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749px) {
  .service_feature-item .desc-txt p {
    font-size: 1.3rem;
    line-height: 150%;
  }
}
.service_feature-item .image {
  position: absolute;
  z-index: 2;
  top: min(26.5333333333vw, 199px);
  right: 0;
  width: min(51.448vw, 385.86px);
}
@media screen and (max-width: 749px) {
  .service_feature-item .image {
    top: unset;
    bottom: -2rem;
    z-index: -1;
  }
}
.service_feature-item.reverse .desc {
  margin: 0 0 0 auto;
  margin-bottom: min(9.4666666667vw, 71px);
  text-align: right;
}
.service_feature-item.reverse .image {
  left: 0;
}
.service_feature-item.item01 .desc {
  padding: min(3.2vw, 24px) min(2.9333333333vw, 22px) min(6.9333333333vw, 52px);
  margin-bottom: min(10vw, 75px);
}
.service_feature-item.item01 .image {
  top: min(19.3333333333vw, 145px);
}
.service_feature-item:last-child .desc {
  margin-bottom: unset;
}

.benefits {
  background-image: linear-gradient(0deg, rgb(173, 217, 246) 0%, rgb(255, 255, 255) 100%);
  padding: min(7.4666666667vw, 56px) min(5.3333333333vw, 40px);
}
.benefits .mainwrap {
  width: min(86.6666666667vw, 650px);
  display: grid;
  place-items: center;
  position: relative;
}
.benefits .mainwrap::before {
  content: "";
  display: block;
  position: absolute;
  top: min(8.9333333333vw, 67px);
  left: 50%;
  transform: translateX(-50%);
  width: min(93.2vw, 699px);
  height: min(98.6666666667vw, 740px);
  background: url(../image/benefit_bg@2x.png) no-repeat;
  background-size: contain;
}
.benefits h2 {
  margin-bottom: min(4.2666666667vw, 32px);
}
.benefits_item {
  width: min(77.4666666667vw, 581px);
  height: min(39.0666666667vw, 293px);
  position: relative;
}
.benefits_item .medal {
  position: absolute;
  left: 0;
  top: 0;
  width: min(18.1333333333vw, 136px);
  height: min(18.1333333333vw, 136px);
  background: url(../image/benefits_medal@2x.png) no-repeat;
  background-size: cover;
}
.benefits_item .medal p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Hiragino Sans W7", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(3.2vw, 24px);
  line-height: min(4.2666666667vw, 32px);
  letter-spacing: 0.1em;
}
.benefits_item .content {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(70.6666666667vw, 530px);
  height: min(34.2666666667vw, 257px);
  background: url(../image/benefit_box@2x.png) no-repeat;
  background-size: cover;
  display: grid;
  place-content: center;
}
.benefits_item .content p {
  font-family: "Hiragino Sans W5", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(4.8293333333vw, 36.22px);
  letter-spacing: 0.1em;
  text-align: center;
}
.benefits_item .content h3 {
  font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(9.6586666667vw, 72.44px);
  letter-spacing: 0.1em;
}
.benefits_item .content h3.marker {
  background: linear-gradient(transparent 80%, #f3f301 20%);
}
.benefits_ribbon {
  margin: 0 calc(50% - 50vw);
  margin-top: -5.0666666667vw;
  width: min(99.3333333333vw, 745px);
  height: min(12.1333333333vw, 91px);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 750px) {
  .benefits_ribbon {
    margin-top: -38px;
  }
}
.benefits .cta {
  margin-top: min(2.1333333333vw, 16px);
}

.review {
  background: url(../image/review_bg@2x.png) no-repeat;
  background-size: cover;
  background-position: center top;
}
.review .titleArea {
  padding-block: min(7.4666666667vw, 56px) min(5.3333333333vw, 40px);
}
.review .titleArea h2 {
  font-family: "Hiragino Sans W5", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 100%;
  color: #333;
  text-align: center;
  font-size: min(6.4vw, 48px);
  margin-top: min(1.3333333333vw, 10px);
}
.review__wrap {
  width: min(100vw, 750px);
  margin: 0 auto;
  padding-bottom: min(5.3333333333vw, 40px);
}
.review-img {
  width: min(92vw, 690px);
  margin: 0 auto;
}
.review-item p {
  font-family: "Hiragino Sans W5", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(3.2vw, 24px);
  line-height: min(5.3333333333vw, 40px);
  letter-spacing: 0.1em;
  color: #fff;
}
.review-item.item01 {
  margin-top: min(1.2vw, 9px);
  width: min(84vw, 630px);
  background: #016aef;
  padding: min(3.0666666667vw, 23px) min(2.9333333333vw, 22px) min(3.0666666667vw, 23px) min(14vw, 105px);
}
.review-item.item02 {
  margin: 0 0 0 auto;
  margin-top: min(3.2vw, 24px);
  width: min(84vw, 630px);
  background: #85c7f1;
  padding: min(3.0666666667vw, 23px) min(6.9333333333vw, 52px) min(2.9333333333vw, 22px) min(3.0666666667vw, 23px);
}
.review-item.item03 {
  margin-top: min(3.2vw, 24px);
  width: min(84vw, 630px);
  background: #016aef;
  padding: min(3.0666666667vw, 23px) min(2.9333333333vw, 22px) min(3.0666666667vw, 23px) min(6.9333333333vw, 52px);
}

.plan {
  padding-block: min(6.9333333333vw, 52px) min(5.7333333333vw, 43px);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(173, 217, 246) 100%);
}
.plan .titleArea h2 {
  font-family: "Hiragino Sans W5", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 100%;
  color: #333;
  text-align: center;
  font-size: min(6.4vw, 48px);
  margin-top: min(1.3333333333vw, 10px);
}
.plan .wrap {
  padding-block: min(3.0666666667vw, 23px) min(1.6vw, 12px);
}
@media screen and (max-width: 520px) {
  .plan-wrap {
    overflow-x: scroll;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .plan-wrap.scrollbar::-webkit-scrollbar {
    width: min(0.5333333333vw, 4px);
    height: min(1.0666666667vw, 8px);
  }
  .plan-wrap.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
    border-radius: min(1.0666666667vw, 8px);
  }
  .plan-wrap.scrollbar-thumb-black::-webkit-scrollbar-thumb {
    background-color: #999;
  }
}
.plan-content {
  margin-top: min(6.2vw, 24px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: min(1.0666666667vw, 8px);
}
@media screen and (max-width: 520px) {
  .plan-content {
    width: min(138.6666666667vw, 520px);
    margin-inline: min(3.7333333333vw, 28px);
  }
}
.plan-item {
  border-radius: min(1.0666666667vw, 8px);
}
@media screen and (max-width: 520px) {
  .plan-item {
    width: min(45.032vw, 168.87px);
  }
}
.plan-item .title {
  width: 100%;
  text-align: center;
  border-radius: min(0.4vw, 3px) min(0.4vw, 3px) 0 0;
  padding-block: min(2.1333333333vw, 16px);
}
.plan-item .title h3 {
  font-family: "Hiragino Sans W7", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(4.1773333333vw, 31.33px);
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .plan-item .title h3 {
    font-size: min(5.3333333333vw, 20px);
  }
}
.plan-item p {
  font-family: "Hiragino Sans W7", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(3.132vw, 23.49px);
  line-height: min(4.1773333333vw, 31.33px);
}
@media screen and (max-width: 749px) {
  .plan-item p {
    font-size: min(4.8vw, 18px);
    line-height: min(8.5333333333vw, 32px);
  }
}
.plan-item .concept {
  height: min(15.6vw, 117px);
  display: grid;
  place-items: center;
}
@media screen and (max-width: 749px) {
  .plan-item .concept {
    height: min(31.2vw, 117px);
  }
}
.plan-item .concept .desc {
  font-family: "Hiragino Sans W5", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(2.088vw, 15.66px);
  line-height: min(3.132vw, 23.49px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749px) {
  .plan-item .concept .desc {
    font-size: min(3.4666666667vw, 13px);
    line-height: min(4.8vw, 18px);
  }
}
.plan-item .price, .plan-item .length, .plan-item .photo, .plan-item .telop, .plan-item .design {
  text-align: center;
  line-height: 100%;
}
.plan-item .price {
  margin-top: min(4.2666666667vw, 32px);
  font-family: "Hiragino Sans W7", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(2.828vw, 21.21px);
  text-shadow: 0.2666666667vw 0.2666666667vw 0.1333333333vw #fff, -0.2666666667vw -0.2666666667vw 0.1333333333vw #fff, -0.2666666667vw 0.2666666667vw 0.1333333333vw #fff, 0.2666666667vw -0.2666666667vw 0.1333333333vw #fff, 0.2666666667vw 0px 0.1333333333vw #fff, -0.2666666667vw 0px 0.1333333333vw #fff, 0px 0.2666666667vw 0.1333333333vw #fff, 0px -0.2666666667vw 0.1333333333vw #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 750px) {
  .plan-item .price {
    text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, 2px 0px 1px #fff, -2px 0px 1px #fff, 0px 2px 1px #fff, 0px -2px 1px #fff;
  }
}
@media screen and (max-width: 749px) {
  .plan-item .price {
    font-size: 1.6rem;
  }
}
.plan-item .price span {
  font-size: min(5.5373333333vw, 41.53px);
}
@media screen and (max-width: 749px) {
  .plan-item .price span {
    font-size: 2.4rem;
  }
}
.plan-item .length {
  margin-top: min(3.2266666667vw, 24.2px);
  letter-spacing: 0.1em;
}
.plan-item .length span {
  font-size: min(2.088vw, 15.66px);
}
@media screen and (max-width: 749px) {
  .plan-item .length span {
    font-size: 1.3rem;
  }
}
.plan-item .photo {
  margin-top: min(1.12vw, 8.4px);
}
.plan-item .telop {
  margin-top: min(1.12vw, 8.4px);
}
.plan-item .design {
  margin-top: min(1.12vw, 8.4px);
}
.plan-item h4 {
  font-family: "Hiragino Sans W5", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(2.088vw, 15.66px);
  line-height: min(4.1773333333vw, 31.33px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749px) {
  .plan-item h4 {
    font-size: 1.3rem;
  }
}
.plan-item.item01 {
  background: #eff7fc;
  border: min(0.4vw, 3px) solid #368af3;
}
.plan-item.item01 .title {
  background: #368af3;
}
.plan-item.item02 {
  background: #ecfbf1;
  border: min(0.4vw, 3px) solid #43b666;
}
.plan-item.item02 .title {
  background: #43b666;
}
.plan-item.item03 {
  background: #f9efe9;
  border: min(0.4vw, 3px) solid #fd6607;
}
.plan-item.item03 .title {
  background: #fd6607;
}

.process {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(173, 217, 246) 100%);
  padding-block: min(4vw, 30px);
}
.process__wrap {
  border: min(0.2666666667vw, 2px) solid #016aef;
  padding-block: min(5.3333333333vw, 40px);
  background: #fff;
}
.process .titleArea h2 {
  font-family: "Hiragino Sans W5", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 100%;
  color: #333;
  text-align: center;
  font-size: min(6.4vw, 48px);
  margin-top: min(1.3333333333vw, 10px);
}
.process-flow {
  display: flex;
  margin-top: min(4.4vw, 33px);
  position: relative;
}
.process-flow::before {
  content: "";
  display: block;
  position: absolute;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  height: min(14.8vw, 111px);
  width: min(4vw, 30px);
  background: #b1d1fa;
  right: min(0.0666666667vw, 0.5px);
  z-index: 2;
}
.process-flow li {
  font-family: "YuGothic", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: min(2.7306666667vw, 20.48px);
  color: #fff;
  line-height: min(3.4133333333vw, 25.6px);
  letter-spacing: 0.1em;
  width: min(21.8666666667vw, 164px);
  height: min(14.8vw, 111px);
  display: grid;
  place-items: center;
  justify-content: left;
  text-align: center;
  position: relative;
}
.process-flow li::before {
  content: "";
  display: block;
  position: absolute;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  height: min(14.8vw, 111px);
  width: min(4vw, 30px);
  left: min(-0.0666666667vw, -0.5px);
  z-index: 2;
}
.process-flow li.flow01 {
  background: #016aef;
  padding-left: min(5.8666666667vw, 44px);
}
.process-flow li.flow01::before {
  background: #016aef;
}
.process-flow li.flow02 {
  background: #368af3;
  padding-left: min(3.7333333333vw, 28px);
}
.process-flow li.flow02::before {
  background: #016aef;
}
.process-flow li.flow03 {
  background: #73acf4;
  padding-left: min(8vw, 60px);
}
.process-flow li.flow03::before {
  background: #368af3;
}
.process-flow li.flow04 {
  background: #b1d1fa;
  padding-left: min(11.0666666667vw, 83px);
}
.process-flow li.flow04::before {
  background: #73acf4;
}
.process-content {
  width: min(80.9333333333vw, 607px);
  padding-left: min(9.2vw, 69px);
  margin-top: min(3.2vw, 24px);
}
.process-item:not(:first-child) {
  margin-top: min(5.3333333333vw, 40px);
}
.process-item .num {
  font-family: "Hiragino Sans W4", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(5.136vw, 38.52px);
  line-height: 100%;
  letter-spacing: 0.13em;
  text-shadow: 0.2666666667vw 0.2666666667vw 0.1333333333vw #000, -0.2666666667vw -0.2666666667vw 0.1333333333vw #000, -0.2666666667vw 0.2666666667vw 0.1333333333vw #000, 0.2666666667vw -0.2666666667vw 0.1333333333vw #000, 0.2666666667vw 0px 0.1333333333vw #000, -0.2666666667vw 0px 0.1333333333vw #000, 0px 0.2666666667vw 0.1333333333vw #000, 0px -0.2666666667vw 0.1333333333vw #000;
  color: #fff;
}
@media screen and (min-width: 750px) {
  .process-item .num {
    text-shadow: 2px 2px 1px #000, -2px -2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, 2px 0px 1px #000, -2px 0px 1px #000, 0px 2px 1px #000, 0px -2px 1px #000;
  }
}
.process-item h3 {
  font-family: "Hiragino Sans W6", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #016aef;
  font-size: min(5.3333333333vw, 40px);
  line-height: min(6.42vw, 48.15px);
  letter-spacing: 0.1em;
  display: inline-block;
  margin-top: min(3.2vw, 24px);
}
.process-item h3.marker {
  background: linear-gradient(transparent 70%, #f3f301 30%);
}
.process-item .text {
  margin-top: min(1.0666666667vw, 8px);
  font-family: "Hiragino Sans W5", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(3.2vw, 24px);
  line-height: min(5.3333333333vw, 40px);
  letter-spacing: 0.1em;
}

.faq {
  background: #add9f6;
  padding-block: min(7.4666666667vw, 56px) min(5.3333333333vw, 40px);
}
.faq .titleArea h2 {
  font-family: "Hiragino Sans W5", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 100%;
  color: #333;
  text-align: center;
  font-size: min(6.4vw, 48px);
  margin-top: min(1.3333333333vw, 10px);
}
.faq-contents {
  margin-top: min(6.3333333333vw, 25px);
}
.faq-item {
  font-family: "Hiragino Sans W5", "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-top: min(2.8vw, 21px);
}
@media screen and (min-width: 750px) {
  .faq-item:nth-child(4) .question, .faq-item:nth-child(5) .question {
    padding: min(3.6vw, 27px) min(3.3333333333vw, 25px);
  }
}
.faq-item .question {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: min(1.0666666667vw, 8px);
  padding: min(1.3333333333vw, 10px) min(3.3333333333vw, 25px);
}
@media screen and (max-width: 749px) {
  .faq-item .question {
    align-items: center;
  }
}
.faq-item .question .title {
  display: flex;
  gap: min(1.0666666667vw, 8px);
  font-size: min(3.2vw, 24px);
  line-height: min(4.8vw, 36px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749px) {
  .faq-item .question .title {
    font-size: 1.5rem;
    line-height: 150%;
    gap: 0.8rem;
  }
}
.faq-item .question .btn {
  position: relative;
  margin-top: min(0.8vw, 6px);
  width: min(4.2666666667vw, 32px);
  height: min(4.2666666667vw, 32px);
}
.faq-item .question .btn span {
  position: absolute;
  display: block;
  width: min(4.2666666667vw, 32px);
  height: min(0.4vw, 3px);
  background: #016aef;
  top: 50%;
}
.faq-item .question .btn span:nth-child(2) {
  transform: rotate(90deg);
  transition: 0.3s;
}
.faq-item .question .btn.active span:nth-child(2) {
  transform: rotate(180deg);
  transition: 0.3s;
}
.faq-item .head {
  color: #016aef;
  font-size: min(3.2vw, 24px);
  letter-spacing: 0.1em;
  line-height: min(5.3333333333vw, 40px);
}
@media screen and (max-width: 749px) {
  .faq-item .head {
    font-size: 1.6rem;
  }
}
.faq-item .answer {
  display: none;
  margin-bottom: min(4vw, 30px);
}
.faq-item .answer .inner {
  display: flex;
  gap: min(1.2vw, 9px);
  margin-top: min(1.7333333333vw, 13px);
  padding-left: min(3.3333333333vw, 25px);
}
.faq-item .answer .text {
  font-size: min(2.4vw, 18px);
  line-height: min(5.3333333333vw, 40px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749px) {
  .faq-item .answer .text {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
}

.contact {
  padding-block: min(7.4666666667vw, 56px);
}
.contact .mainwrap {
  width: min(64vw, 480px);
}
.contact .titleArea h2 {
  font-family: "Hiragino Sans W5", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 100%;
  color: #333;
  text-align: center;
  font-size: min(6.4vw, 48px);
  margin-top: min(1.3333333333vw, 10px);
}
.contact-form {
  margin-top: min(3.2vw, 24px);
}

.footer {
  background: #ddecf8;
  padding: min(4.5333333333vw, 34px);
}
.footer__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__wrap figure {
  width: min(16.5333333333vw, 124px);
}

.scrollElement,
.fv-wrap {
  opacity: 0;
}

.fv-animate {
  animation-name: fvAnimate;
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

@keyframes fvAnimate {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animateOfEach {
  animation-name: animateOfEach;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes animateOfEach {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */