/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Medium.woff2") format("woff2"), url("../fonts/NotoSans-Medium.woff") format("woff"), url("../fonts/NotoSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Bold.woff2") format("woff2"), url("../fonts/NotoSans-Bold.woff") format("woff"), url("../fonts/NotoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 751px) {
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .is-pc {
    display: none;
  }
}
html {
  font-size: 10px;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.77519vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333vw;
  }
}

body {
  max-width: 100vw;
  width: 100%;
  color: #2D2D2D;
  background: #fff;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.wrap {
  padding: 6rem 0;
}
@media screen and (max-width: 750px) {
  .wrap {
    padding: 6.5rem 0;
  }
}

.inner {
  max-width: 129rem;
  padding: 0 4.5rem;
  margin: 0 auto;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

h2 {
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
  color: #007CBF;
}

p {
  font-size: 1.8rem;
  line-height: 1.6;
}

ul.check li {
  font-size: 1.8rem;
  line-height: 1.4;
  padding-left: 4.5rem;
  position: relative;
}
ul.check li:not(:last-of-type) {
  margin-bottom: 3rem;
}
ul.check li::before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background: center/contain url(../img/feature_check.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50rem;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
}
a.btn_white {
  color: #007CBF;
  border: 1px solid #007CBF;
}
a.btn_orange {
  color: #fff;
  background-color: #FF6700;
}

.btn_about {
  width: 25.8rem;
  height: 3.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1C3F94;
  border: 1px solid #1C3F94;
  border-radius: 50rem;
  position: relative;
  cursor: pointer;
}
.btn_about::after {
  content: "";
  width: 2.1rem;
  height: 2.1rem;
  background: center/contain url(../img/campaign_plus.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3rem;
}
@media screen and (max-width: 750px) {
  .btn_about {
    height: 6rem;
    font-size: 1.8rem;
    justify-content: flex-start;
    padding-left: 2.2rem;
  }
}

.header {
  width: 100%;
  padding: 1.6rem 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_log {
  width: 16rem;
}
.header_r {
  display: flex;
  gap: 1rem;
}
.header_r .btn {
  width: 33rem;
  height: 7rem;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .header {
    padding: 2rem 1.5rem 2rem 1.3rem;
  }
  .header .inner {
    padding: 0;
  }
  .header_log {
    width: 13rem;
  }
  .header_r .btn {
    width: 25.5rem;
    font-size: 1.8rem;
  }
}

main {
  padding-top: 11rem;
}

.fv img {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.flow {
  background-color: #009FE8;
}
.flow .wrap {
  max-width: 1400px;
  width: 100%;
  padding: 5.5rem 0 2.5rem;
  margin: 0 auto;
  background: linear-gradient(to right, #009FE8 0%, #aaa2cd 25%, #bccce5 50%, #8accd9 75%, #039fe7 100%);
  position: relative;
}
.flow h2 {
  width: 55rem;
  position: absolute;
  top: -2.9rem;
  left: 50%;
  transform: translateX(-50%);
}
.flow h2 img {
  width: 100%;
}
.flow ol {
  counter-reset: flow 0;
}
@media screen and (min-width: 751px) {
  .flow ol {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
}
.flow ol li {
  width: 36rem;
  height: 27rem;
  font-weight: 700;
  text-align: center;
  background: center/36rem auto no-repeat;
  padding-top: 1rem;
  position: relative;
}
.flow ol li:nth-of-type(1) {
  background-image: url(../img/flow_bg-01.png);
}
.flow ol li:nth-of-type(2) {
  background-image: url(../img/flow_bg-02.png);
}
.flow ol li:nth-of-type(3) {
  background-image: url(../img/flow_bg-03.png);
}
.flow ol li::before {
  counter-increment: flow;
  content: counter(flow);
  width: 3.6rem;
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #007CBF;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 2rem;
}
.flow ol h3 {
  font-size: 2rem;
  line-height: 1.3;
  color: #007CBF;
}
.flow ol img {
  width: 25rem;
  margin: 1.3rem auto 1.4rem;
}
.flow ol p {
  font-size: 1.6rem;
  line-height: 1.4;
}
.flow ol p span {
  background: linear-gradient(to bottom, transparent 50%, #fff9b3 50%);
}
@media screen and (max-width: 750px) {
  .flow .wrap {
    padding: 5.3rem 0 3.1rem;
  }
  .flow h2 {
    width: 63rem;
    top: -4rem;
  }
  .flow ol li {
    width: 100%;
    height: 16rem;
    text-align: left;
    background-size: 100% auto;
    padding-top: 4.1rem;
    padding-left: 16.5rem;
  }
  .flow ol li:not(:last-of-type) {
    margin-bottom: 0.8rem;
  }
  .flow ol li:nth-of-type(1) {
    padding-top: 3.7rem;
    background-image: url(../img/flow_bg-01-sp.png);
  }
  .flow ol li:nth-of-type(1) p {
    padding-left: 2.2rem;
  }
  .flow ol li:nth-of-type(2) {
    background-image: url(../img/flow_bg-02-sp.png);
  }
  .flow ol li:nth-of-type(2) p {
    font-feature-settings: "palt";
  }
  .flow ol li:nth-of-type(3) {
    background-image: url(../img/flow_bg-03-sp.png);
  }
  .flow ol li::before {
    top: 2.1rem;
    left: 14.5rem;
  }
  .flow ol h3 {
    font-size: 2.3rem;
    padding-left: 2.2rem;
    margin-bottom: 2.2rem;
  }
  .flow ol p {
    font-size: 2rem;
  }
}

.cta {
  padding: 3.8rem 0 5.7rem;
}
.cta .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta_catch {
  width: 56.6rem;
}
.cta_btn {
  margin: 1.6rem 0 3rem;
}
.cta_btn img {
  width: 85rem;
  filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.25));
}
.cta_serch img {
  width: 51.5rem;
  filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 750px) {
  .cta {
    padding-top: 2.5rem;
  }
  .cta_btn {
    margin-bottom: 4rem;
  }
  .cta_btn img {
    width: 100%;
  }
}

.campaign {
  background-color: #FAF8EC;
  padding-top: 8.5rem;
}
.campaign .inner {
  max-width: 119rem;
}
.campaign_container {
  background: center/cover url(../img/campaign_bg.jpg) no-repeat;
  border-radius: 1rem;
  padding: 4.5rem 3.2rem 0.8rem 3.2rem;
  position: relative;
}
.campaign_ttl {
  width: 41rem;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.campaign_content {
  position: relative;
}
@media screen and (min-width: 751px) {
  .campaign_content {
    display: flex;
    justify-content: space-between;
  }
}
.campaign_content::after {
  content: "";
  width: 5rem;
  height: 5rem;
  background: center/contain url(../img/campaign_plus.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30.6rem;
}
.campaign_txt {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.campaign_box {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
}
.campaign_present {
  width: 67.4rem;
}
.campaign_present .campaign_txt {
  background-color: #1C3F94;
}
.campaign_present img {
  width: 60.8rem;
  margin: 2rem auto 1.4rem;
}
.campaign_present .btn {
  margin: 0 auto 1.6rem;
}
.campaign_free {
  width: 30rem;
}
.campaign_free .campaign_txt {
  background-color: #E66978;
}
.campaign_free img {
  width: 22.1rem;
  margin: 2.1rem 3.5rem 0 auto;
}
.campaign_start {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "palt";
  color: #fff;
  margin-top: 1rem;
}
.campaign_start .yellow {
  color: #FFF363;
}
.campaign_start .big {
  font-size: 3.4rem;
  line-height: 0.9;
}
@media screen and (max-width: 750px) {
  .campaign {
    padding-top: 6.5rem;
  }
  .campaign_container {
    background-image: url(../img/campaign_bg-sp.jpg);
    padding: 5.6rem 4.5rem 2rem 4.5rem;
    position: relative;
  }
  .campaign_ttl {
    width: 33.5rem;
  }
  .campaign_content::after {
    width: 4rem;
    height: 4rem;
    top: 20.5rem;
    right: 50%;
    transform: translateX(50%);
  }
  .campaign_txt {
    font-size: 2.8rem;
    padding: 0.9rem 0;
  }
  .campaign_present {
    width: 100%;
    margin-bottom: 6rem;
  }
  .campaign_present img {
    width: 55.1rem;
    margin: 1.2rem auto 0.9rem;
  }
  .campaign_present .btn {
    margin-bottom: 1.4rem;
  }
  .campaign_free {
    width: 100%;
  }
  .campaign_free img {
    width: 21.9rem;
    margin: 1.4rem 17rem 0.6rem auto;
  }
  .campaign_start {
    margin-top: 2rem;
  }
}

.bg {
  background-color: #009FE8;
}
.bg .wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 2.3rem;
  background: linear-gradient(to right, #009FE8 0%, #aaa2cd 25%, #bccce5 50%, #8accd9 75%, #039fe7 100%);
}
@media screen and (max-width: 750px) {
  .bg .wrap {
    padding-bottom: 4.8rem;
  }
}

.youtube .inner {
  max-width: 112.6rem;
}
.youtube h2 {
  width: 70.8rem;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #007CBF;
  padding: 0.75rem 0;
  background-color: #fff;
  border-radius: 1rem;
  margin: 0 auto 4rem;
  position: relative;
}
.youtube h2::after {
  content: "";
  width: 2.3rem;
  height: 2rem;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .youtube h2 {
    width: 100%;
  }
}
.youtube_box {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube_box iframe {
  width: 100%;
  height: 100%;
}

.feature {
  padding: 6rem 0;
}
.feature .inner {
  max-width: 112.6rem;
}
.feature h2 {
  margin-bottom: 3rem;
}
.feature h2 img {
  width: 40rem;
  margin: 0 auto;
}
.feature_container {
  padding: 6.5rem 10.5rem;
  background-color: #fff;
  border: 0.5rem solid #009FE8;
  border-radius: 3rem;
}
.feature_catch {
  font-size: 2.4rem;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  color: #007CBF;
  padding-left: 4.4rem;
  padding-bottom: 0.7rem;
  border-bottom: 2px dashed #009FE8;
  margin-bottom: 6rem;
  position: relative;
}
.feature_catch::before {
  content: "";
  width: 2.5rem;
  height: 3.7rem;
  background: center/contain url(../img/feature_catch.png) no-repeat;
  position: absolute;
  bottom: 1rem;
  left: 1.1rem;
}
.feature_content:not(:last-of-type) {
  margin-bottom: 6rem;
}
.feature_content h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #007CBF;
  padding: 0.7rem 0;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
}
.feature_box {
  display: flex;
  gap: 1.8rem;
}
.feature_box picture {
  flex-shrink: 0;
}
.feature_box img {
  width: 25rem;
}
@media screen and (min-width: 751px) {
  .feature_box li.nowrap {
    text-wrap: nowrap;
  }
}
.feature_box li span {
  color: #007CBF;
  font-weight: 700;
}
.feature_box .btn {
  color: #007CBF;
  border-color: #007CBF;
  margin-top: 2rem;
}
.feature_box .btn::after {
  background-image: url(../img/feature_plus.svg);
}
@media screen and (max-width: 750px) {
  .feature {
    padding: 4rem 0;
  }
  .feature h2 {
    margin-bottom: 2.5rem;
  }
  .feature_container {
    padding: 6.5rem 4.5rem;
  }
  .feature_catch {
    font-size: 3rem;
    text-align: center;
    padding-bottom: 1.7rem;
  }
  .feature_catch::before {
    width: 4.6rem;
    height: 6.8rem;
    bottom: 3rem;
    left: 0;
  }
  .feature_content:not(:last-of-type) {
    margin-bottom: 6.5rem;
  }
  .feature_content h3 {
    font-size: 2.2rem;
    padding: 0.9rem 0;
    margin-bottom: 4rem;
  }
  .feature_box img {
    width: 20rem;
  }
  .feature_box li {
    font-feature-settings: "palt";
  }
  .feature_box li span {
    color: #007CBF;
    font-weight: 700;
  }
  .feature_box .btn {
    margin-top: 3rem;
    margin-left: -4.5rem;
  }
}

.review {
  padding-bottom: 3.3rem;
}
.review h2 {
  margin-bottom: 3rem;
}
.review h2 img {
  width: 40rem;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .review #review ul.splide__list {
    display: flex;
    justify-content: space-between;
  }
}
.review li.splide__slide {
  width: 38.5rem;
  padding: 1.5rem 4.25rem 3.5rem;
  background-color: #fff;
  border-radius: 1rem;
}
.review li.splide__slide img {
  width: 100%;
  margin: 1.5rem 0 3rem;
}
.review_name {
  font-size: 2rem;
  font-weight: 700;
  color: #007CBF;
  text-align: center;
}
.review_note {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .review {
    padding-bottom: 3.6rem;
  }
  .review h2 {
    margin-bottom: 2rem;
  }
  .review li.splide__slide {
    width: 38.5rem;
    padding: 1rem 4.5rem 3.5rem;
    background-color: #fff;
    border-radius: 1rem;
  }
  .review li.splide__slide img {
    width: 100%;
    margin: 1.5rem 0 3rem;
  }
  .review_name {
    font-size: 4rem;
  }
  .review_txt {
    font-size: 2.2rem;
    text-align: justify;
  }
  .review_note {
    text-align: center;
    margin-top: 1.5rem;
  }
  .review .splide__arrow {
    width: 6rem;
    height: 6rem;
    background: center/contain url(../img/icon_review.svg) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .review .splide__arrow--next {
    right: -3rem;
  }
  .review .splide__arrow--next:disabled {
    transform: translateY(-50%) scaleX(-1);
  }
  .review .splide__arrow--prev {
    left: -3rem;
    transform: translateY(-50%) scaleX(-1);
  }
  .review .splide__arrow--prev:disabled {
    transform: translateY(-50%);
  }
  .review .splide__arrow:disabled {
    background-image: url(../img/icon_review-disa.svg);
  }
  .review .splide__arrow svg {
    display: none;
  }
}

.point {
  padding-top: 13rem;
  background-color: #FAF8EC;
}
.point h2 {
  margin-bottom: 8rem;
}
.point h2 span {
  font-size: 9.6rem;
  line-height: 0.5;
}
.point_container {
  padding: 4.5rem 5rem 6rem;
  background-color: #fff;
  position: relative;
}
.point_container:not(:last-of-type) {
  margin-bottom: 9rem;
}
.point_container h3 {
  font-size: 3rem;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #007CBF;
  text-align: center;
  margin-bottom: 2.5rem;
}
.point_container img {
  width: 100%;
}
.point_num {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
  color: #007CBF;
  background-color: #FCEE21;
  padding: 0 0.8rem;
  position: absolute;
  top: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  .point_content {
    display: flex;
    justify-content: space-between;
  }
}
.point_content:has(h3) {
  align-items: center;
}
.point_content > img {
  width: 54rem;
  flex-shrink: 0;
}
@media screen and (min-width: 751px) {
  .point_box:has(h3) {
    padding-left: 3rem;
  }
  .point_box:has(h4) {
    padding-left: 2rem;
  }
}
.point_box > h3 {
  text-align: left;
  margin-bottom: 3.5rem;
}
.point_box h4 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 0.7rem 0;
  background-color: #007CBF;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
}
.point_box ul li {
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .point_box ul li {
    padding-left: 7.3rem;
  }
  .point_box ul li::before {
    left: 2.6rem;
  }
}
@media screen and (max-width: 750px) {
  .point {
    padding: 9rem 0 8rem;
  }
  .point h2 {
    margin-bottom: 7rem;
    line-height: 1.8;
  }
  .point h2 span {
    line-height: 0.6;
  }
  .point_container {
    padding: 5.5rem 0 5rem;
  }
  .point_container:not(:last-of-type) {
    margin-bottom: 8rem;
  }
  .point_container h3 {
    margin-bottom: 4rem;
  }
  .point_content {
    padding: 0 4.5rem;
  }
  .point_content > img {
    width: 100%;
  }
  .point_box p {
    margin-top: 4rem;
    font-size: 2.4rem;
  }
  .point_box h4 {
    margin: 3.5rem 0 4rem;
  }
  .point_box ul li {
    font-size: 2.4rem;
  }
}

.plan {
  padding-bottom: 3.3rem;
}
.plan .inner {
  max-width: 119rem;
}
@media screen and (min-width: 751px) {
  .plan_container {
    display: flex;
    justify-content: space-between;
  }
}
.plan_content {
  width: 53rem;
  border: 1px solid #ccc;
  border-radius: 1rem;
  text-align: center;
  padding: 3.5rem 2.5rem;
}
.plan_content h3 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #007CBF;
}
.plan_content img {
  width: 35.5rem;
  margin: 1.6rem auto 5rem;
}
.plan_content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.plan_content ul li {
  width: calc((100% - 1.6rem) / 2);
  font-size: 2.4rem;
  text-align: center;
  color: #007CBF;
  border: 1px solid #007CBF;
  border-radius: 50rem;
}
.plan_reco {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.plan_reco.icon {
  position: relative;
  padding-left: 6.4rem;
}
.plan_reco.icon::before {
  content: "";
  width: 4.2rem;
  height: 5.1rem;
  background: center/contain url(../img/icon_beginner.png) no-repeat;
  position: absolute;
  top: -0.8rem;
  left: 5rem;
}
.plan_feature {
  font-size: 2.4rem;
  color: #007CBF;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 1.5rem;
}
.plan_feature::before {
  content: "";
  width: 3.3rem;
  height: 4.6rem;
  background: center/contain url(../img/icon_light.svg) no-repeat;
  display: block;
}
.plan_txt {
  font-size: 2.4rem;
  font-weight: 700;
}
.plan_txt span {
  font-size: 3.6rem;
  line-height: 0.9;
}
.plan_txt span.blue {
  color: #007CBF;
}
.plan_txt span.sm {
  font-size: 1.8rem;
  line-height: 2;
}
.plan_info {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  margin: 5.5rem 0 3.5rem;
}
.plan_info p {
  position: relative;
}
.plan_info p::before {
  content: "";
  width: 5.5rem;
  height: 5.5rem;
  background: center/contain no-repeat;
  position: absolute;
  top: -1rem;
  left: 0;
}
.plan_info p.plan_capa {
  padding-left: 6.3rem;
}
.plan_info p.plan_capa::before {
  background-image: url(../img/icon_capa.png);
}
.plan_info p.plan_time {
  padding-left: 5.6rem;
}
.plan_info p.plan_time::before {
  background-image: url(../img/icon_time.png);
}
.plan_note {
  font-size: 2.4rem;
  margin-top: 3.5rem;
}
.plan_note-sm {
  font-size: 1.4rem;
  text-align: center;
  margin: 2.8rem 0 4.5rem;
}
.plan ul.check {
  padding: 2.5rem 10rem;
  background-color: #e9f8ff;
  border-radius: 1rem;
}
.plan ul.check li {
  font-weight: 700;
}
.plan ul.check li span {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 500;
}
.plan_cta {
  width: 79.6rem;
  margin: 1.5rem auto 0;
}
@media screen and (max-width: 750px) {
  .plan {
    padding-bottom: 7rem;
  }
  .plan_content {
    width: 100%;
    padding: 3.5rem 9.2rem;
  }
  .plan_content h3 {
    font-size: 4rem;
  }
  .plan_content img {
    width: auto;
    height: 25.5rem;
    margin-bottom: 4rem;
  }
  .plan_reco {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .plan_reco.icon {
    padding-left: 6.4rem;
  }
  .plan_reco.icon::before {
    top: -0.6rem;
    left: 2rem;
  }
  .plan_note-sm {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
  .plan ul.check {
    padding: 4rem 4.5rem;
  }
  .plan ul.check li {
    font-size: 2.4rem;
  }
  .plan ul.check li:first-of-type {
    margin-bottom: 6rem;
  }
  .plan ul.check li span {
    margin-top: 2rem;
    margin-left: -4.5rem;
  }
  .plan_cta {
    width: 63.2rem;
    margin: 2.2rem -1.7rem 0 auto;
  }
}

.faq {
  padding-bottom: 16rem;
}
.faq .inner {
  max-width: 119rem;
}
.faq_item {
  font-size: 2rem;
  margin-bottom: 2px;
}
.faq_item h3 {
  font-weight: 700;
  color: #007CBF;
  padding: 2.5rem 7.5rem;
  background-color: #E9F8FF;
  position: relative;
  cursor: pointer;
}
.faq_item h3::before {
  content: "Q";
  width: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #fff;
  background-color: #007CBF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
}
.faq_item h3::after {
  content: "";
  width: 3.1rem;
  height: 1.9rem;
  background: center/contain url(../img/icon_faq.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4.3rem;
  transition: 0.3s ease-in-out;
}
.faq_item h3.active::after {
  transform: translateY(-50%) scaleY(-1);
}
.faq_q {
  display: none;
}
.faq_q p {
  font-size: 2rem;
  padding: 2.5rem 4.5rem 2.5rem 7.5rem;
  position: relative;
}
.faq_q p::before {
  content: "A";
  width: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #007CBF;
  background-color: #D9D9D9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
}
.faq_q p span {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .faq_item {
    font-size: 2.4rem;
  }
  .faq_item h3 {
    padding: 2.5rem 11.2rem 2.5rem 9.2rem;
  }
  .faq_item h3::before {
    left: 2.5rem;
  }
  .faq_item h3::after {
    right: 3rem;
  }
  .faq_q p {
    font-size: 2.4rem;
    padding: 4rem 4.5rem 4rem 9.2rem;
  }
  .faq_q p::before {
    left: 2.5rem;
  }
  .faq_q p span {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}

.modal_container {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8rem 0;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
  .modal_container {
    padding: 10rem 4.5rem;
  }
}
.modal_container.active {
  opacity: 1;
  visibility: visible;
}
.modal_body {
  width: 100%;
  max-width: 750px;
  background-color: #fff;
  margin: 0 auto;
  padding: 2.5rem;
  position: relative;
}
.modal_close {
  width: 8rem;
  height: 8rem;
  background: center/contain url(../img/modal_plus.svg) no-repeat;
  position: absolute;
  top: 0;
  right: 1.5rem;
  cursor: pointer;
}
.modal_content {
  padding: 3rem;
  border: 1px solid #2E7DC3;
  counter-reset: skill 0;
}
.modal_content h2 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.modal_content h2 + .modal_txt {
  margin-bottom: 2rem;
}
.modal_content h3 {
  font-size: 2.4rem;
  line-height: 5rem;
  text-align: center;
  color: #fff;
  background-color: #007CBF;
  margin-bottom: 3rem;
}
.modal_item {
  padding-left: 6.5rem;
  position: relative;
}
.modal_item:not(:last-of-type) {
  margin-bottom: 3rem;
}
.modal_item::before {
  counter-increment: skill;
  content: counter(skill);
  width: 4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 4rem;
  text-align: center;
  color: #fff;
  background-color: #007CBF;
  border-radius: 50%;
  position: absolute;
  top: -0.5rem;
  left: 0;
}
.modal_skill {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.7rem;
}
.modal_skill span {
  color: #007CBF;
}

.footer {
  padding: 8.5rem 0 6.5rem;
  background-color: #007CBF;
}
.footer_box {
  display: flex;
  justify-content: center;
  gap: 2em;
  margin-bottom: 5.4rem;
}
.footer_box a {
  font-size: 2.4rem;
  color: #fff;
}
.footer_copy {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 8rem 0 5.4rem;
  }
  .footer_box {
    gap: 1em;
  }
  .footer_copy {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */