/*! 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: #222;
  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: 4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: #043954;
  text-shadow: 0.3rem 0.3rem 0 #fff, -0.3rem 0.3rem 0 #fff, 0.3rem -0.3rem 0 #fff, -0.3rem -0.3rem 0 #fff;
}
@media screen and (max-width: 750px) {
  h2 {
    font-size: 4.8rem;
  }
}

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

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.svg) 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: #E75297;
  border: 1px solid #E75297;
}
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: 2rem 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: 24.6rem;
}
.header_r {
  display: flex;
  gap: 1rem;
}
.header_r .btn {
  width: 37rem;
  height: 8rem;
}
.header_r .btn img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .header .inner {
    padding: 0 1.5rem;
  }
  .header_log {
    width: 19.4rem;
  }
  .header_r {
    gap: 0.7rem;
  }
  .header_r .btn {
    width: 23.5rem;
    height: 7rem;
  }
}

.fv img {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}
.fv_bottom {
  background: top right/contain url(../img/fv_bottom-bg.jpg) repeat;
}
.fv_bottom-img {
  width: 92.2rem;
  margin: -3.6rem auto 0;
}
.fv_bottom .cta {
  padding: 4.5rem 0 6rem;
}
.fv_bottom .cta_ttl {
  width: 28.7rem;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 750px) {
  .fv_bottom {
    background-image: url(../img/fv_bottom-bg-sp.jpg);
  }
  .fv_bottom-img {
    width: 66rem;
    margin-top: -9rem;
  }
  .fv_bottom .cta {
    padding: 5rem 0 6.5rem;
  }
  .fv_bottom .cta .inner {
    padding: 0 3.7rem;
  }
  .fv_bottom .cta_ttl {
    width: 29.9rem;
    margin-bottom: 2rem;
  }
  .fv_bottom .cta_btn img {
    width: 66.6rem;
  }
}

.cta {
  padding-bottom: 8rem;
}
.cta .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta_catch {
  width: 64rem;
}
.cta_btn {
  margin: 1.9rem 0 3rem;
}
.cta_btn img {
  width: 63.1rem;
  filter: drop-shadow(0 0.4rem 0 rgba(0, 0, 0, 0.25));
}
.cta_serch img {
  width: 44.6rem;
  filter: drop-shadow(0 0.4rem 0 rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 750px) {
  .cta {
    padding: 6rem 0;
  }
  .cta_btn {
    margin-bottom: 3rem;
  }
  .cta_btn img {
    width: 100%;
  }
}

.campaign {
  padding-top: 0;
}
.campaign_container {
  background: center/cover url(../img/campaign_bg.png) no-repeat;
  border-radius: 1rem;
  padding-top: 2.6rem;
  overflow: hidden;
}
.campaign_ttl {
  width: 50.2rem;
  margin: 0 auto;
}
.campaign_content {
  padding: 0 7.5rem;
  margin: 1.8rem 0 2.8rem;
  position: relative;
}
@media screen and (min-width: 751px) {
  .campaign_content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 751px) {
  .campaign_content::after {
    content: "";
    width: 13.1rem;
    height: 12.7rem;
    /*background: center/contain url(../img/campaign_img.png) no-repeat;*/
    position: absolute;
    top: -5.5rem;
    right: 4.4rem;
  }
}
.campaign_box {
  width: 52rem;
}
.campaign_bottom {
  padding: 1rem 7.5rem;
  color: #fff;
}
@media screen and (min-width: 751px) {
  .campaign_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #B30B22;
  }
}
.campaign_notes {
  font-size: 1rem;
  line-height: 1.5;
}
.campaign_start {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  font-feature-settings: "palt";
}
.campaign_start .sm {
  font-size: 1.4rem;
  color: #AF0000;
  background-color: #fff;
  padding: 0.2rem 0.7rem;
  margin: 0 1rem 0 0.5rem;
  position: relative;
}
.campaign_start .sm::after {
  content: "";
  width: 0.6rem;
  height: 100%;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 0;
  right: -0.6rem;
}
.campaign_start .big {
  font-size: 3.2rem;
  line-height: 0.9;
}
@media screen and (max-width: 750px) {
  .campaign_container {
    background-image: url(../img/campaign_bg-sp.png);
  }
  .campaign_ttl {
    width: 50.4rem;
    margin: 0 auto;
  }
  .campaign_content {
    padding: 0 4.5rem;
    margin-bottom: 2rem;
    position: relative;
  }
  .campaign_box {
    width: 100%;
  }
  .campaign_box:first-of-type {
    margin-bottom: 1rem;
  }
  .campaign_bottom {
    padding: 1.5rem 4.5rem 0;
  }
  .campaign_notes {
    font-size: 1.4rem;
  }
  .campaign_start {
    background-color: #B30B22;
    font-size: 2.8rem;
    margin: 1.5rem -4.5rem 0;
    justify-content: center;
    padding: 1.8rem 0;
  }
  .campaign_start .sm {
    font-size: 1.8rem;
    padding: 0.5rem 0.7rem;
    margin: 0 1.3rem 0 0.8rem;
  }
  .campaign_start .sm::after {
    width: 1rem;
    right: -1rem;
  }
  .campaign_start .big {
    font-size: 3.5rem;
  }
}

.worry {
  background-color: #FFEFF6;
  position: relative;
}
.worry h2 span {
  display: inline-block;
  font-size: 2.4rem;
  text-shadow: none;
  margin-bottom: 2rem;
}
.worry_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .worry_content img:first-of-type,
  .worry_content img:last-of-type {
    margin-top: 6rem;
  }
}
.worry_content img {
  width: 28.7rem;
}
.worry_solution {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4.9rem;
}
.worry_solution::after {
  content: "";
  width: 88.8rem;
  height: 18.6rem;
  background-color: #FFEFF6;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4.1rem;
  z-index: 0;
}
.worry_solution span {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  background-color: #E75297;
  padding: 0.2rem 1rem;
  position: relative;
  z-index: 1;
}
.worry_solution span:first-of-type {
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 750px) {
  .worry {
    padding-bottom: 9rem;
  }
  .worry h2 {
    margin: 0 -1rem 3.5rem;
    line-height: 1;
  }
  .worry h2 span {
    font-size: 3rem;
  }
  .worry_content {
    flex-wrap: wrap;
    gap: 3rem 1.5rem;
  }
  .worry_content img {
    width: calc((100% - 1.5rem) / 2);
  }
  .worry_solution {
    bottom: -5.2rem;
  }
  .worry_solution::after {
    max-width: 100vw;
    width: 75rem;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 35%, 50% 100%, 0% 35%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 35%, 50% 100%, 0% 35%);
    bottom: -3.8rem;
  }
  .worry_solution span {
    text-wrap: nowrap;
  }
}

.reason {
  padding-top: 9rem;
  background-color: #FDFDDF;
}
.reason h2 span {
  font-size: 8rem;
  line-height: 0.4;
}
.reason_links {
  display: flex;
  justify-content: center;
  gap: 2.2rem;
  margin-bottom: 8rem;
}
.reason_links a:link {
  width: 25rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #043954;
  padding: 6rem 0 4.5rem;
  border-radius: 2rem;
  background-color: #FFEA63;
  box-shadow: 0 0.4rem 0 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
.reason_links a:link::before {
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  background: center/contain no-repeat;
  position: absolute;
  top: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
}
.reason_links a:link:nth-of-type(1)::before {
  background-image: url(../img/reason_links-01.svg);
}
.reason_links a:link:nth-of-type(2)::before {
  background-image: url(../img/reason_links-02.svg);
}
.reason_links a:link:nth-of-type(3)::before {
  background-image: url(../img/reason_links-03.svg);
}
.reason_links a:link:nth-of-type(4)::before {
  background-image: url(../img/reason_links-04.svg);
}
.reason_links a:link::after {
  content: "";
  width: 2rem;
  height: 1.3rem;
  background: center/contain url(../img/reason_links-arrow.svg) no-repeat;
  position: absolute;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
}
.reason_links a:visited,
.reason_links a:hover {
  color: #043954;
}
@media screen and (max-width: 750px) {
  .reason {
    padding-top: 12.5rem;
  }
  .reason h2 span {
    font-size: 8.4rem;
    line-height: 0.8;
  }
  .reason_links {
    flex-wrap: wrap;
    gap: 2.4rem 2rem;
    margin-bottom: 9rem;
  }
  .reason_links a:link {
    width: calc((100% - 2.4rem) / 2);
    font-size: 2.6rem;
    padding: 6rem 0;
  }
}
.reason_container {
  background-color: #fff;
  border-radius: 2rem;
  position: relative;
}
.reason_container:not(:last-of-type) {
  margin-bottom: 7.5rem;
}
.reason_container::before {
  content: "";
  width: 7rem;
  height: 7rem;
  background: center/contain no-repeat;
  position: absolute;
  top: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.reason_container:nth-of-type(2)::before {
  background-image: url(../img/reason_links-01.svg);
}
.reason_container:nth-of-type(3)::before {
  background-image: url(../img/reason_links-02.svg);
}
.reason_container:nth-of-type(4)::before {
  background-image: url(../img/reason_links-03.svg);
}
.reason_container:nth-of-type(5)::before {
  background-image: url(../img/reason_links-04.svg);
}
.reason_container h3 {
  font-size: 3.4rem;
  text-align: center;
  color: #fff;
  background-color: #E75297;
  border-radius: 2rem 2rem 0 0;
  padding: 3rem 0 1.5rem;
}
@media screen and (max-width: 750px) {
  .reason_container:not(:last-of-type) {
    margin-bottom: 6.5rem;
  }
  .reason_container h3 {
    font-size: 3rem;
    padding-bottom: 2rem;
  }
}
.reason_inner {
  padding: 4rem 10rem 7rem;
}
@media screen and (max-width: 750px) {
  .reason_inner {
    padding: 4rem 4.5rem 4.5rem;
  }
}
.reason_content {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5rem;
  border: 0.3rem solid #E75297;
  border-radius: 2rem;
  padding: 4rem 6rem;
  overflow: hidden;
}
.reason_content + .reason_content {
  margin-top: 3rem;
}
.reason_content h4 {
  font-size: 3rem;
  font-weight: 700;
  color: #D10B7B;
  margin-bottom: 2rem;
}
.reason_content h4 + p {
  font-size: 1.8rem;
}
.reason_content h4 + p span {
  font-size: 2rem;
  font-weight: 700;
  color: #E75297;
}
.reason_content h4 + p.reason_bold-txt {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.reason_content h4 + p.reason_bold-txt + p {
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .reason_content {
    flex-direction: column-reverse;
    gap: 4rem;
    padding: 4rem 4.5rem;
  }
  .reason_content + .reason_content {
    margin-top: 3rem;
  }
  .reason_content h4 {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .reason_content h4 + p {
    font-size: 2.4rem;
  }
  .reason_content h4 + p span {
    font-size: 2.6rem;
  }
  .reason_content h4 + p.reason_bold-txt {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .reason_content h4 + p.reason_bold-txt + p {
    font-size: 2.4rem;
  }
}
.reason_class {
  display: block;
  padding-top: 0;
}
.reason_class-intro {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 1.7rem 0 2rem;
  margin-bottom: 2.2rem;
  position: relative;
  z-index: 1;
}
.reason_class-intro::before {
  content: "";
  width: 135.7rem;
  height: 21.5rem;
  background-color: #fde4ed;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.reason_class h4 {
  text-align: center;
}
.reason_class h4 span {
  font-size: 5rem;
  line-height: 0.7;
}
.reason_class img {
  width: 100%;
  margin: 2.3rem 0 1.5rem;
}
@media screen and (min-width: 751px) {
  .reason_class-txt {
    display: flex;
    gap: 1rem;
  }
}
.reason_class-txt p {
  width: calc((100% - 1rem) / 2);
  font-size: 1.4rem;
  text-align: center;
  padding: 2rem 0;
  border: 1px solid rgba(204, 204, 204, 0.86);
  border-radius: 1rem;
}
@media screen and (max-width: 750px) {
  .reason_class-intro {
    margin: 0 -4.5rem 2.2rem;
  }
  .reason_class h4 {
    margin-bottom: 2rem;
  }
  .reason_class h4 span {
    font-size: 5.3rem;
  }
  .reason_class img {
    width: 100%;
    margin: 0 0 0.9rem;
  }
  .reason_class-txt p {
    width: 100%;
    font-size: 1.8rem;
  }
  .reason_class-txt p:nth-of-type(1) {
    margin-bottom: 3rem;
  }
}
.reason_material img {
  width: 36.4rem;
}
.reason_material ul li {
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #000;
}
.reason_material ul li:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .reason_material {
    flex-direction: column;
  }
  .reason_material img {
    width: 100%;
  }
  .reason_material ul li {
    font-size: 2.4rem;
    padding-bottom: 2rem;
    padding-left: 4.3rem;
  }
  .reason_material ul li:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.reason_support {
  gap: 4rem;
  border: none;
  padding: 0;
}
.reason_support img {
  width: 43.2rem;
}
@media screen and (max-width: 750px) {
  .reason_support {
    flex-direction: column;
  }
  .reason_support img {
    width: 100%;
  }
}
.reason_box {
  border: 1px solid #ccc;
  border-radius: 2rem;
}
@media screen and (min-width: 751px) {
  .reason_box {
    display: flex;
    gap: 5rem;
  }
}
.reason_box-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #043954;
}
.reason_box-ttl span {
  position: relative;
}
.reason_box-ttl span::before, .reason_box-ttl span::after {
  content: "";
  width: 2px;
  height: 2rem;
  background-color: #043954;
  position: absolute;
  bottom: 0.2rem;
}
.reason_box-ttl span::before {
  left: -1rem;
  transform: rotate(-25deg);
}
.reason_box-ttl span::after {
  right: -1rem;
  transform: rotate(25deg);
}
@media screen and (max-width: 750px) {
  .reason_box-ttl {
    font-size: 2.6rem;
  }
  .reason_box-ttl span::before, .reason_box-ttl span::after {
    height: 2.5rem;
    bottom: 0.3rem;
  }
  .reason_box-ttl span::before {
    left: -1.5rem;
  }
  .reason_box-ttl span::after {
    right: -1.5rem;
  }
}
.reason_feeling {
  padding: 3rem 5.5rem;
  align-items: center;
  margin: 4rem 0 2rem;
}
.reason_feeling-txt {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 0.5rem;
}
.reason_feeling img {
  width: 54.7rem;
}
@media screen and (max-width: 750px) {
  .reason_feeling {
    padding: 3.5rem 2rem 3rem;
    margin: 4.5rem 0 3rem;
  }
  .reason_feeling-txt {
    font-size: 1.8rem;
    margin: 0.5rem 0 2rem;
  }
  .reason_feeling img {
    width: 100%;
  }
}
.reason_review {
  padding: 4rem 3.5rem 4rem 7.5rem;
}
.reason_review .reason_box-l img {
  width: 18.2rem;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 751px) {
  .reason_review .splide {
    width: 63.5rem;
  }
}
.reason_review .splide__slide {
  padding: 1rem 2rem;
  border-radius: 0.8rem;
  background-color: rgba(4, 57, 84, 0.05);
}
.reason_review .splide__arrow {
  width: 2.8rem;
  height: 2.8rem;
  background: center/contain url(../img/reason_review-pinkarrow.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.reason_review .splide__arrow:disabled {
  background-image: url(../img/reason_review-grayarrow.svg);
}
.reason_review .splide__arrow--prev {
  left: -1.4rem;
  transform: scaleX(-1) translateY(-50%);
}
.reason_review .splide__arrow--prev:disabled {
  transform: translateY(-50%);
}
.reason_review .splide__arrow--next {
  right: -1.4rem;
}
.reason_review .splide__arrow--next:disabled {
  transform: scaleX(-1) translateY(-50%);
}
.reason_review .splide__arrow svg {
  display: none;
}
.reason_review-icon {
  width: 6.7rem;
  margin: 0 auto 1rem;
}
.reason_review-star {
  width: 7.3rem;
}
.reason_review-txt {
  font-size: 1.3rem;
  margin-top: 0.5rem;
}
.reason_review-txt span {
  color: #E75297;
}
@media screen and (max-width: 750px) {
  .reason_review {
    padding: 3.5rem 4.5rem 4rem;
  }
  .reason_review .splide__slide {
    padding: 2.5rem 2rem;
    display: flex;
    gap: 1.8rem;
  }
  .reason_review .splide__slide:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
  .reason_review .splide__slide:nth-last-of-type(-n+2) {
    display: none;
  }
  .reason_review-box {
    flex-shrink: 0;
  }
  .reason_review-icon {
    width: 10.1rem;
  }
  .reason_review-star {
    width: 8.7rem;
    margin: 0 auto;
  }
  .reason_review-txt {
    font-size: 1.8rem;
    margin-top: 0;
  }
  .reason_review .btn_more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37.6rem;
    height: 5.8rem;
    font-size: 2rem;
    font-weight: 700;
    border: 0.3rem solid #043954;
    border-radius: 50rem;
    margin: 3rem auto 0;
    box-shadow: 0 0.4rem 0 0 rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .reason_review .btn_more::after {
    content: "";
    width: 1.9rem;
    height: 1.9rem;
    background: center/contain url(../img/more_plus.svg) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
  }
}
.reason_found {
  padding: 2.4rem 5rem;
  gap: 3.6rem;
}
.reason_found img {
  width: 30rem;
}
.reason_found p {
  margin-bottom: 3rem;
}
.reason_found .cta_serch img {
  width: 44.5rem;
}
@media screen and (max-width: 750px) {
  .reason_found {
    padding: 4rem 4.5rem 2.4rem;
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .reason_found img {
    width: 37.9rem;
  }
  .reason_found p {
    margin-bottom: 3rem;
  }
  .reason_found .cta_serch img {
    width: 48em;
    margin: 0 auto;
  }
}
.reason_frame picture {
  flex-shrink: 0;
}
.reason_frame img {
  width: 30rem;
  border-radius: 2rem;
}
@media screen and (max-width: 750px) {
  .reason_frame {
    flex-direction: column-reverse;
  }
  .reason_frame img {
    width: 100%;
  }
}
.reason_club {
  gap: 3.9rem;
}
.reason_club img {
  width: 35.4rem;
}
@media screen and (max-width: 750px) {
  .reason_club {
    gap: 3rem;
  }
  .reason_club img {
    width: 100%;
  }
}
.reason_exam {
  display: block;
  padding: 6rem 5rem 5rem;
}
.reason_exam-container {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  margin-bottom: 4rem;
}
.reason_exam img {
  width: 35.4rem;
  border-radius: 2rem;
  flex-shrink: 0;
}
.reason_exam .reason_box {
  padding: 3rem 5.5rem 2rem 3.5rem;
  width: 100%;
  align-items: center;
  gap: 4rem;
}
.reason_exam .reason_box-ttl {
  font-size: 1.6rem;
}
.reason_exam .reason_box-ttl span::before, .reason_exam .reason_box-ttl span::after {
  content: none;
}
.reason_exam .reason_box-ttl span.pink {
  font-size: 2.8rem;
  line-height: 0.6;
  color: #D10B7B;
}
.reason_exam .reason_box-ttl span.big {
  font-size: 2rem;
  line-height: 1;
}
.reason_exam .reason_box-r {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.reason_exam-table p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #E75297;
  margin-bottom: 0.6rem;
}
.reason_exam-table table th,
.reason_exam-table table td {
  width: 12rem;
  font-size: 1.4rem;
  text-align: center;
  padding: 0.5rem;
  border: 1px solid #ddd;
}
.reason_exam-table table th {
  background-color: #F6F6F6;
}
.reason_exam-table table td span {
  font-weight: 700;
  color: #E75297;
}
.reason_exam-box {
  margin-top: 6rem;
}
.reason_exam-box h4 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #D10B7B;
}
.reason_exam-box p {
  font-size: 1.8rem;
  text-align: center;
  margin: 1.5rem 0 2.5rem;
}
@media screen and (max-width: 750px) {
  .reason_exam {
    padding: 4rem 4.5rem;
  }
  .reason_exam-container {
    flex-direction: column-reverse;
    gap: 3rem;
    margin-bottom: 3rem;
  }
  .reason_exam img {
    width: 100%;
  }
  .reason_exam .reason_box {
    padding: 3rem 3.2rem 3rem;
    gap: 2.5rem;
  }
  .reason_exam .reason_box-ttl {
    font-size: 2.6rem;
    margin: 0 -1rem;
  }
  .reason_exam .reason_box-ttl span.pink {
    font-size: 4rem;
    line-height: 1;
  }
  .reason_exam .reason_box-ttl span.big {
    font-size: 3rem;
    line-height: 1.5;
  }
  .reason_exam .reason_box-r {
    margin-top: 2.5rem;
    gap: 1.6rem;
  }
  .reason_exam-table p {
    font-size: 2.4rem;
    margin-bottom: 0.6rem;
  }
  .reason_exam-table table th,
  .reason_exam-table table td {
    width: 10rem;
    font-size: 1.8rem;
  }
  .reason_exam-box p {
    font-size: 2.4rem;
    margin: 2rem 0;
  }
  .reason_exam-loadmap {
    width: 100%;
    overflow-x: scroll;
  }
  .reason_exam-loadmap img {
    max-width: 116.7rem;
    width: 116.7rem;
  }
}

.plan {
  background-color: #FFEFF6;
}
.plan img {
  width: 92.2rem;
  margin: 0 auto 2.5rem;
}
.plan p {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .plan .inner {
    padding: 0;
  }
  .plan_img {
    width: 100%;
    overflow-x: scroll;
  }
  .plan img {
    max-width: 95.5rem;
    width: 95.5rem;
    padding: 0 4.5rem;
  }
  .plan p {
    font-size: 2.4rem;
  }
}

.parent {
  background-color: #E3F2FD;
}
.parent .splide ul {
  display: flex !important;
  justify-content: space-between;
}
.parent .splide li {
  width: 38rem;
  padding: 3rem 3rem 2.5rem;
  background-color: #fff;
  border-radius: 2rem;
  border: 1px solid #D9D9D9;
}
.parent .splide img {
  width: 100%;
  border-radius: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .parent {
    background-color: #E3F2FD;
  }
  .parent .splide li {
    padding: 4.5rem 4.5rem 3.5rem;
  }
  .parent .splide img {
    margin-bottom: 3rem;
  }
  .parent .splide p {
    font-size: 2.4rem;
  }
  .parent .splide__arrow {
    width: 6rem;
    height: 6rem;
    background: center/contain url(../img/reason_review-pinkarrow.svg) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .parent .splide__arrow:disabled {
    background-image: url(../img/reason_review-grayarrow.svg);
  }
  .parent .splide__arrow--prev {
    left: -2.8rem;
    transform: scaleX(-1) translateY(-50%);
  }
  .parent .splide__arrow--prev:disabled {
    transform: translateY(-50%);
  }
  .parent .splide__arrow--next {
    right: -2.8rem;
  }
  .parent .splide__arrow--next:disabled {
    transform: scaleX(-1) translateY(-50%);
  }
  .parent .splide__arrow svg {
    display: none;
  }
}

.youtube {
  background: top right/contain url(../img/youtube_bg.jpg) repeat;
}
.youtube .inner {
  max-width: 76rem;
}
.youtube_box {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube_box iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .youtube {
    background-image: url(../img/fv_bottom-bg-sp.jpg);
  }
}

.flow {
  background-color: #FFEFF6;
}
@media screen and (min-width: 751px) {
  .flow_list {
    display: flex;
    justify-content: space-between;
  }
}
.flow_item {
  width: 28rem;
  background-color: #fff;
  border-radius: 2rem;
  border: 2px solid #E75297;
}
.flow_item img {
  width: auto;
  height: 7rem;
  margin: 3.5rem auto 3rem;
}
@media screen and (min-width: 751px) {
  .flow_item:nth-of-type(4) img {
    width: 9.5rem;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.flow_item:not(:last-of-type) {
  position: relative;
}
.flow_item:not(:last-of-type)::after {
  content: "";
  width: 1.2rem;
  height: 1.9rem;
  background: center/contain url(../img/flow_arrow.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
}
.flow_num {
  font-size: 2.4rem;
  line-height: 5.4rem;
  color: #fff;
  text-align: center;
  background-color: #E75297;
  border-radius: 1.5rem 1.5rem 0 0;
}
.flow_txt {
  padding: 0 2.5rem 2.5rem;
}
@media screen and (max-width: 750px) {
  .flow_item {
    width: 100%;
  }
  .flow_item:not(:last-of-type) {
    margin-bottom: 5rem;
  }
  .flow_item > div {
    display: flex;
    align-items: center;
    gap: 3.7rem;
    padding: 2.4rem 4.5rem 3rem 5rem;
  }
  .flow_item img {
    width: 12.2rem;
    height: 10.4rem;
    margin: 0;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    flex-shrink: 0;
  }
  .flow_item:not(:last-of-type) {
    position: relative;
  }
  .flow_item:not(:last-of-type)::after {
    width: 2rem;
    height: 3.2rem;
    position: absolute;
    top: auto;
    bottom: -5.5rem;
    left: 50%;
    transform: rotate(90deg) translateX(-50%);
  }
  .flow_num {
    font-size: 2.4rem;
    line-height: 5.4rem;
    color: #fff;
    text-align: center;
    background-color: #E75297;
    border-radius: 1.5rem 1.5rem 0 0;
  }
  .flow_txt {
    font-size: 2.4rem;
    padding: 0;
  }
}

.faq {
  background-color: #E3F2FD;
}
.faq .inner {
  max-width: 109rem;
}
.faq_item {
  margin-bottom: 2rem;
}
.faq_item h3 {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2.5rem 7rem;
  background-color: #fff;
  border-radius: 0.5rem;
  position: relative;
  cursor: pointer;
}
.faq_item h3::before {
  content: "";
  width: 2.4rem;
  height: 3rem;
  background: center/contain url(../img/faq_q.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.5rem;
}
.faq_item h3::after {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  background: center/contain url(../img/faq_plus.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  transition: 0.3s ease-in-out;
}
.faq_item h3.active::after {
  background-image: url(../img/faq_minus.svg);
  transform: rotate(180deg) translateY(50%);
}
.faq_q {
  display: none;
  background-color: #fff;
  border-radius: 0.5rem;
  margin-top: 0.2rem;
}
.faq_q p {
  padding: 2.5rem 7rem;
  position: relative;
}
.faq_q p::before {
  content: "";
  width: 2.4rem;
  height: 2.9rem;
  background: center/contain url(../img/faq_a.svg) no-repeat;
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
}
.faq_q p span {
  font-weight: 700;
  display: inline-block;
  margin: 2rem 0 1rem;
}
.faq_bottom {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #302F2F;
}
@media screen and (max-width: 750px) {
  .faq_item {
    margin-bottom: 2.5rem;
  }
  .faq_item h3 {
    font-size: 2.4rem;
    padding: 2.5rem 8.5rem;
  }
  .faq_item h3::before {
    width: 2.8rem;
    height: 3.6rem;
    left: 3.3rem;
  }
  .faq_item h3::after {
    width: 3rem;
    height: 3rem;
  }
  .faq_q p {
    font-size: 2.4rem;
    padding: 3.5rem 5rem 3.5rem 8.5rem;
  }
  .faq_q p::before {
    width: 2.9rem;
    height: 3.4rem;
    top: 3.4rem;
    left: 3.1rem;
  }
  .faq_bottom {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 751px) {
  .modal_container {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .modal_container {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15rem 9rem;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }
  .modal_container.active {
    opacity: 1;
    visibility: visible;
  }
  .modal_body {
    width: 100%;
    max-width: 750px;
    position: relative;
  }
  .modal_content {
    width: 100%;
    background-color: #fff;
    border: none;
  }
  .modal_content ul {
    height: 67rem;
    overflow-y: scroll;
    padding-bottom: 7rem;
  }
  .modal_content ul li.splide__slide:nth-last-of-type(-n+2) {
    display: flex;
  }
  .modal_close {
    width: 100%;
    height: 8.6rem;
    background: center/3.9rem auto url(../img/modal_plus.svg) no-repeat #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0 -0.5rem 1.4rem 0 rgba(0, 0, 0, 0.15);
    border-radius: 0 0 2rem 2rem;
  }
}
.footer {
  padding: 1.5rem 0 0.5rem;
  background-color: #E75297;
}
.footer_box {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0.5rem;
}
.footer_box a {
  font-size: 1.4rem;
  color: #fff;
  padding-right: 1.6rem;
  position: relative;
}
.footer_box a::after {
  content: "";
  width: 1.1rem;
  height: 1rem;
  background: center/contain url(../img/footer_icon.svg) no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer_copy {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 1.5rem 4.5rem 0.5rem;
  }
  .footer_box {
    gap: 4rem;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
  }
  .footer_box a {
    font-size: 2.2rem;
    padding-right: 2.7rem;
  }
  .footer_box a::after {
    width: 1.7rem;
    height: 1.5rem;
  }
  .footer_copy {
    font-size: 1.6rem;
  }
}

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