@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@400;700;800&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/* ========================================
 *  Font Family
 * ======================================== */
/* ==============================
*   Color
*==============================*/
/* ==============================
*   Font Size
*==============================*/
/*==============================
//  Media Query
//==============================*/
body {
  min-width: 1240px;
}
body.modal {
  min-width: auto;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/*==============================
//  Font Size Rem
//
//  【概要】        font-sizeの単位をremに変換する
//  【第一引数】    希望のfont-size（数字のみ）
//  【備考】        IE対応のためpxでも出力する
//==============================*/
/*==============================
//  Font Size Rem Line Height Half Leading
//
//  【概要】
//      ・font-sizeの単位をremに変換
//      ・行間のサイズをもとに自動でline-heightを指定
//      ・ハーフリーディングを自動調整
//  【第一引数】
//      ・希望のfont-size（数字のみ）
//  【第二引数】
//      ・希望の行間サイズ（数字のみ）
//==============================*/
/*==============================
//
//  【概要】
//      ・pxをvwに変換
//  【第一引数】
//      ・pxサイズ（数字のみ）
//  【第二引数】
//      ・デザイン幅（数字のみ）初期値はf-variableに記述
//==============================*/
/*==============================
//  px→vwの計算
//==============================*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  top: -0.5em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #333333;
  line-height: 180%;
  position: relative;
  min-width: 1240px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
    font-size: 1rem;
    min-width: initial;
  }
}

a {
  text-decoration: underline;
  color: #E71728;
  transition: 0.3s all;
}
a:hover {
  text-decoration: none;
}

button {
  outline: none;
}

td,
th {
  vertical-align: middle;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbb;
}

input::placeholder,
textarea::placeholder {
  color: #bbb;
}

img {
  max-width: 100%;
  backface-visibility: hidden;
}

[v-cloak] {
  display: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

[v-cloak] {
  display: none;
}

main {
  position: relative;
}

main {
  padding: 0;
}

.l-section {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 150px 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 16vw 5.3333333333vw;
  }
}

.l-inner {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 4vw;
  }
}

/* ---------------------------------------------------------------------------
 * アニメーション
--------------------------------------------------------------------------- */
.sa {
  opacity: 0;
  transition: all 0.8s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

@media screen and (max-width: 1240px) {
  .fv.sa {
    opacity: 1;
    transform: none;
  }
}
.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 50px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(0.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 時間ずらし */
.sa.time01 {
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .sa.time01 {
    transition-delay: 0;
  }
}

.sa.time02 {
  transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .sa.time02 {
    transition-delay: 0;
  }
}

.sa.time03 {
  transition-delay: 0.9s;
}
@media screen and (max-width: 767px) {
  .sa.time03 {
    transition-delay: 0;
  }
}

.sa.time04 {
  transition-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  .sa.time04 {
    transition-delay: 0;
  }
}

.sa.time05 {
  transition-delay: 1.5s;
}
@media screen and (max-width: 767px) {
  .sa.time05 {
    transition-delay: 0;
  }
}

.c-btn_apply {
  width: 100%;
  height: 140px;
  opacity: 0;
  transform: translateY(140px);
  position: fixed;
  z-index: 10;
  bottom: env(safe-area-inset-bottom);
  left: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-btn_apply {
    height: 21.3333333333vw;
  }
}
.c-btn_apply .apply_inner {
  width: 100%;
  height: 140px;
  background: rgba(0, 0, 0, 0.9);
  position: relative;
  transition: transform 0.3s ease, opacity 0.3s ease;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-btn_apply .apply_inner {
    height: 77.3333333333vw;
    height: 21.3333333333vw;
    padding: 3.7333333333vw 11.3333333333vw;
  }
}
.c-btn_apply .apply_inner a {
  width: 400px;
  height: 72px;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  border-radius: 100px;
  background-color: #E71728;
  color: #ffffff;
  position: relative;
  transition: 0.3s all;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 6px 0 0 #F4E133;
}
@media screen and (max-width: 767px) {
  .c-btn_apply .apply_inner a {
    width: 100%;
    height: 13.8666666667vw;
    font-size: 24px;
    font-size: 1.3333333333rem;
    box-shadow: 2px 4px 0 0 #F4E133;
  }
}
.c-btn_apply .apply_inner a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: url(../../src/img/icon/btn_arrow_bk.svg) no-repeat;
  background-size: cover;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .c-btn_apply .apply_inner a::after {
    right: 4.5333333333vw;
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
.c-btn_apply .apply_inner a:hover {
  background-color: #0063D5;
  transform: translateY(6px);
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .c-btn_apply .apply_inner a:hover {
    transform: translateY(4px);
  }
}
.c-btn_apply.show {
  opacity: 1;
  transform: translateY(0);
}
.c-btn_right a {
  width: 400px;
  height: 72px;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  border-radius: 100px;
  background-color: #0A0A0A;
  color: #ffffff;
  position: relative;
  transition: 0.3s all;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 6px 0 0 #F4E133;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn_right a {
    width: 100%;
    height: 16vw;
    font-size: 24px;
    font-size: 1.3333333333rem;
    box-shadow: 2px 4px 0 0 #F4E133;
  }
}
.c-btn_right a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: url(../../src/img/icon/btn_arrow.svg) no-repeat;
  background-size: cover;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .c-btn_right a::after {
    right: 4.5333333333vw;
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
.c-btn_right a:hover {
  background-color: #0063D5;
  transform: translateY(6px);
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .c-btn_right a:hover {
    background-color: #0A0A0A;
    transform: translateY(4px);
    box-shadow: none;
  }
}
.c-btn_top a {
  width: 300px;
  height: 65px;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  border-radius: 100px;
  background-color: #E71728;
  color: #ffffff;
  position: relative;
  transition: 0.3s all;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 6px 0 0 #F4E133;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn_top a {
    width: 31.4666666667vw;
    height: 9.6vw;
    font-size: 16px;
    font-size: 0.8888888889rem;
    box-shadow: 1px 3px 0 0 #F4E133;
  }
}
.c-btn_top a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: url(../../src/img/icon/btn_arrow_bk.svg) no-repeat;
  background-size: cover;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .c-btn_top a::after {
    right: 2.6666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.c-btn_top a:hover {
  background-color: #0063D5;
  transform: translateY(6px);
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .c-btn_top a:hover {
    background-color: #0A0A0A;
    transform: translateY(2px);
    box-shadow: none;
  }
}

.c-title_h2 {
  font-size: 60px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 900;
  color: #ffffff;
  line-height: 120%;
  -webkit-text-stroke: 4px #333333;
  paint-order: stroke fill;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-title_h2 {
    font-size: 40px;
    font-size: 2.2222222222rem;
    -webkit-text-stroke: 3px #333333;
  }
}
.c-title_h2 span {
  color: #FFFC9E;
}

.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel] {
  width: 100%;
  padding: 15px 25px;
  border: 2px solid #CCCCCC;
  background-color: #F6F6F6;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 150%;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .c-form input[type=text],
  .c-form input[type=email],
  .c-form input[type=tel] {
    font-size: 16px;
    padding: 3.4666666667vw 4vw;
  }
}
.c-form p.error {
  color: #E71728;
  font-size: 15px;
  margin-top: 10px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .c-form p.error {
    font-size: 15px;
    font-size: 0.8333333333rem;
    margin-top: 1.8666666667vw;
  }
}

input + select,
input + textarea,
select + input,
select + textarea,
textarea + input,
textarea + select {
  margin-top: 0.75em;
}

:-moz-placeholder {
  color: #AFAFAF;
}

:placeholder-shown {
  color: #AFAFAF;
}

::-webkit-input-placeholder {
  color: #AFAFAF;
}

:-moz-placeholder {
  color: #AFAFAF;
  opacity: 1;
}

::-moz-placeholder {
  color: #AFAFAF;
  opacity: 1;
}

:focus:-moz-placeholder {
  color: inherit;
}

:focus:placeholder-shown {
  color: inherit;
}

:focus::-webkit-input-placeholder {
  font-size: 0;
}

:focus:-moz-placeholder {
  font-size: 0;
}

:focus::-moz-placeholder {
  font-size: 0;
}

:focus:-ms-input-placeholder {
  font-size: 0;
}

select::-ms-expand {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  display: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.buttonArea {
  padding: 45px 0 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .buttonArea {
    justify-content: space-between;
    padding: 6.6666666667vw 0 0;
  }
}
.buttonArea li {
  width: 48%;
  max-width: 400px;
  margin: 0 1%;
}
@media screen and (max-width: 767px) {
  .buttonArea li {
    width: 100%;
    margin: 0;
  }
}
.buttonArea li .submit-btn {
  width: 400px;
  height: auto;
  border-radius: 100px;
  background-color: #0A0A0A;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
  border: none;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  box-shadow: 4px 6px 0 0 #F4E133;
  position: relative;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .buttonArea li .submit-btn {
    width: 100%;
    padding: 4.2666666667vw 0;
    font-size: 24px;
    font-size: 1.3333333333rem;
    box-shadow: 2px 4px 0 0 #F4E133;
  }
}
.buttonArea li .submit-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: url(../../src/img/icon/btn_arrow.svg) no-repeat;
  background-size: cover;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .buttonArea li .submit-btn::after {
    right: 4.5333333333vw;
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
.buttonArea li .submit-btn:hover {
  background-color: #0063D5;
  transform: translateY(6px);
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .buttonArea li .submit-btn:hover {
    transform: translateY(4px);
  }
}

.p-header {
  width: 100%;
  min-width: 1240px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-header {
    min-width: 100%;
  }
}
.p-header_wrap {
  width: 100%;
  height: 60px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header_wrap {
    height: 14.6666666667vw;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  }
}
.p-header_wrap .logo_wrap {
  width: 620px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 0 0 10px 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-header_wrap .logo_wrap {
    height: auto;
    width: 60%;
    margin: 0 0 0 4vw;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
    border-radius: 0;
    justify-content: flex-start;
  }
}
.p-header_wrap .logo_wrap .logo01 {
  width: 135px;
  height: auto;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .p-header_wrap .logo_wrap .logo01 {
    width: 27.7333333333vw;
    margin-right: 3.4666666667vw;
  }
}
.p-header_wrap .logo_wrap .logo02 {
  width: 105px;
  height: auto;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .p-header_wrap .logo_wrap .logo02 {
    width: 21.8666666667vw;
    margin-right: 0;
  }
}
.p-header_wrap .logo_wrap .txt {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-header_wrap .logo_wrap .txt {
    display: block;
    font-size: 12px;
    font-size: 0.6666666667rem;
    margin-top: 2.1333333333vw;
  }
}
.p-header_wrap .top_btn {
  position: absolute;
  top: 20px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .p-header_wrap .top_btn {
    top: 1.8666666667vw;
    right: 2.6666666667vw;
  }
}

.p-footer {
  width: 100%;
  text-align: center;
  background-color: #0A0A0A;
  padding: 60px 0 160px;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 13.3333333333vw 0 26.6666666667vw;
  }
}
.p-footer_copy {
  color: #ffffff;
  font-size: 13px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-footer_copy {
    font-size: 15px;
    font-size: 0.8333333333rem;
  }
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 50px;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transform: translateY(100px);
  z-index: 20;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 5.3333333333vw;
    right: 2.6666666667vw;
    padding-bottom: 0;
  }
}
.pagetop.on {
  transform: translateY(0);
}
.pagetop a {
  display: inline-block;
  width: 55px;
  height: 55px;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
.pagetop a:hover {
  opacity: 0.8;
}

.p-top {
  text-align: center;
}
.p-top_main01 {
  position: relative;
  width: 100%;
  height: auto;
  animation-name: fade;
  animation-duration: 2s;
  animation-iteration-count: 1;
  overflow: hidden;
}
.p-top_main01_catch {
  position: absolute;
  top: 10%;
  left: 3.22%;
  width: 42.18%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top_main01_catch {
    top: 17.3333333333vw;
    left: 0;
    width: 100%;
  }
}
.p-top_main01_img {
  width: 100%;
  aspect-ratio: 1920/1000;
  background: url(../../src/img/main01_bg_pc.png) center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top_main01_img {
    height: 186.6666666667vw;
    background: url(../../src/img/main01_bg_sp.png) center top no-repeat;
    background-size: cover;
  }
}
.p-top_main01_img_img01 {
  width: 57%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-top_main01_img_img01 {
    width: 100vw;
    right: 1.8666666667vw;
    bottom: 45.8666666667vw;
  }
}
.p-top_main01_img_img01 img {
  width: 100%;
}
.p-top_main01_list {
  position: absolute;
  left: 4.68%;
  bottom: 7%;
  width: 40%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4% 1.5%;
  z-index: 2;
}
.p-top_main01_list > :first-child {
  grid-column: 1/-1;
}
@media screen and (max-width: 767px) {
  .p-top_main01_list {
    width: 89.3333333333vw;
    left: 5.3333333333vw;
    bottom: 8vw;
    gap: 1.3333333333vw 1.8666666667vw;
  }
}
.p-top_main01_list li {
  width: 100%;
  background-color: #1965CB;
  border-radius: 5px;
  font-family: "LINE Seed JP", sans-serif;
  color: #ffffff;
  font-weight: 900;
  padding: 3%;
  font-size: 1.5vw;
  line-height: 160%;
}
@media screen and (max-width: 1240px) {
  .p-top_main01_list li {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_main01_list li {
    font-size: 16px;
    font-size: 0.8888888889rem;
    line-height: 120%;
    padding: 2.6666666667vw 0;
  }
}
.p-top_main01_list li:first-child {
  font-size: 2.3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1240px) {
  .p-top_main01_list li:first-child {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_main01_list li:first-child {
    font-size: 29px;
    font-size: 1.6111111111rem;
    gap: 1.3333333333vw;
    line-height: 0.8;
  }
}
.p-top_main01_list li:first-child small {
  font-size: 1.8vw;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1240px) {
  .p-top_main01_list li:first-child small {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_main01_list li:first-child small {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.p-top_main01_list li span {
  color: #FFFC9E;
}
.p-top_main02 {
  position: relative;
  width: 100%;
  height: auto;
  animation-name: fade;
  animation-duration: 2s;
  animation-iteration-count: 1;
  overflow: hidden;
}
.p-top_main02_catch {
  position: absolute;
  top: 7%;
  left: 3.22%;
  width: 42.23%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top_main02_catch {
    top: 12.5333333333vw;
    left: 2.9333333333vw;
    width: 99.2vw;
    z-index: 2;
  }
}
.p-top_main02_img {
  width: 100%;
  aspect-ratio: 1920/1000;
  background: url(../../src/img/main02_bg_pc.png) center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top_main02_img {
    height: 186.6666666667vw;
    background: url(../../src/img/main02_bg_sp.png) center top no-repeat;
    background-size: cover;
  }
}
.p-top_main02_img_img01 {
  width: 73%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-top_main02_img_img01 {
    width: 100vw;
    bottom: 26.6666666667vw;
  }
}
.p-top_main02_img_img01 img {
  width: 100%;
}
.p-top_main02_list {
  position: absolute;
  left: 4.68%;
  bottom: 9%;
  width: 40%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4% 1.5%;
  z-index: 2;
}
.p-top_main02_list > :first-child {
  grid-column: 1/-1;
}
@media screen and (max-width: 767px) {
  .p-top_main02_list {
    width: 89.3333333333vw;
    left: 5.3333333333vw;
    bottom: 8vw;
    gap: 1.3333333333vw 1.8666666667vw;
  }
}
.p-top_main02_list li {
  width: 100%;
  background-color: #1965CB;
  border-radius: 5px;
  font-family: "LINE Seed JP", sans-serif;
  color: #ffffff;
  font-weight: 900;
  padding: 3%;
  font-size: 1.5vw;
  line-height: 160%;
}
@media screen and (max-width: 1240px) {
  .p-top_main02_list li {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_main02_list li {
    font-size: 16px;
    font-size: 0.8888888889rem;
    line-height: 120%;
    padding: 2.6666666667vw 0;
  }
}
.p-top_main02_list li:first-child {
  font-size: 2.3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1240px) {
  .p-top_main02_list li:first-child {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_main02_list li:first-child {
    font-size: 29px;
    font-size: 1.6111111111rem;
    gap: 1.3333333333vw;
    line-height: 0.8;
  }
}
.p-top_main02_list li:first-child small {
  font-size: 1.8vw;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1240px) {
  .p-top_main02_list li:first-child small {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_main02_list li:first-child small {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.p-top_main02_list li span {
  color: #FFFC9E;
}
.p-top_titlewrap {
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top_titlewrap {
    margin: 0 auto 5.3333333333vw;
  }
}
.p-top_titlewrap .en {
  font-size: 72px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 900;
  color: #ffffff;
  line-height: 120%;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  -webkit-text-stroke: 4px #333333;
  paint-order: stroke fill;
}
@media screen and (max-width: 767px) {
  .p-top_titlewrap .en {
    font-size: 28px;
    font-size: 1.5555555556rem;
    margin-bottom: 1.3333333333vw;
    -webkit-text-stroke: 3px #333333;
  }
}
.p-top_reason {
  width: 100%;
  background-color: #F6F6F6;
  padding: 150px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top_reason {
    padding: 16vw 0 0;
    background-color: #0A0A0A;
  }
}
.p-top_reason_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1500px;
  gap: 50px 30px;
  padding: 0 50px;
  margin: 60px auto -30px;
}
@media screen and (max-width: 767px) {
  .p-top_reason_wrap {
    gap: 10.6666666667vw 2.9333333333vw;
    padding: 0 5.3333333333vw;
    margin: 10.6666666667vw 0 -6.6666666667vw;
  }
}
.p-top_reason_wrap > :first-child {
  grid-column: 1/-1;
}
.p-top_reason_wrap_ditail {
  border-radius: 10px;
  text-align: center;
  padding: 50px 0 40px;
  font-family: "LINE Seed JP", sans-serif;
  line-height: 120%;
  font-size: clamp(42px, 4vw, 60px);
  color: #ffffff;
  font-weight: 900;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_reason_wrap_ditail {
    padding: 10.6666666667vw 0 8.8vw;
    font-size: 34px;
    font-size: 1.8888888889rem;
  }
}
.p-top_reason_wrap_ditail small {
  font-size: clamp(34px, 3.2vw, 50px);
}
@media screen and (max-width: 767px) {
  .p-top_reason_wrap_ditail small {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
}
.p-top_reason_wrap_ditail span {
  color: #FFFC9E;
}
.p-top_reason_wrap_ditail.reason01 {
  background: #E71728 url(../../src/img/bg_red.png) repeat;
}
.p-top_reason_wrap_ditail.reason02 {
  background: #E67314 url(../../src/img/bg_orange.png) repeat;
}
.p-top_reason_wrap_ditail.reason03 {
  background: #00AAD5 url(../../src/img/bg_blue.png) repeat;
}
.p-top_reason_wrap_ditail.reason04 {
  background: #E45D9C url(../../src/img/bg_pink.png) repeat;
}
.p-top_reason_wrap_ditail.reason05 {
  background: #6D3CCE url(../../src/img/bg_purple.png) repeat;
}
.p-top_reason_wrap_ditail::before {
  position: absolute;
  content: "#";
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(60px, 5.5vw, 76px);
  color: rgba(255, 255, 255, 0.6);
  top: 15px;
  left: 30px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top_reason_wrap_ditail::before {
    font-size: 50px;
    font-size: 2.7777777778rem;
    top: -5.3333333333vw;
    left: 5.3333333333vw;
  }
}
.p-top_reason_img {
  width: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top_reason_img {
    width: 100%;
  }
}
.p-top_features {
  width: 100%;
  background: #E71728 url(../../src/img/bg_red.png) repeat;
}
@media screen and (max-width: 767px) {
  .p-top_features .p-top_titlewrap .c-title_h2 {
    font-size: 35px;
    font-size: 1.9444444444rem;
  }
}
.p-top_features_wrap {
  max-width: 1700px;
  padding: 0 20px;
  margin: 100px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.5%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top_features_wrap {
    padding: 0;
    grid-template-columns: 1fr 1fr;
    gap: 8.8vw 2.9333333333vw;
    margin: 10.6666666667vw auto 0;
  }
}
.p-top_features_wrap_ditail {
  border-radius: 10px;
  border: 2px solid #333333;
  background-color: #ffffff;
  position: relative;
  padding: 130px 20px 50px;
}
@media screen and (max-width: 767px) {
  .p-top_features_wrap_ditail {
    padding: 0;
    padding: 30.1333333333vw 0 6.6666666667vw;
  }
}
.p-top_features_wrap_ditail .img {
  position: absolute;
  width: 150px;
  height: auto;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top_features_wrap_ditail .img {
    width: 31.4666666667vw;
    top: -4.8vw;
  }
}
.p-top_features_wrap_ditail .img img {
  width: 100%;
}
.p-top_features_wrap_ditail .txt {
  color: #333333;
  font-weight: 900;
  font-size: 34px;
  line-height: 140%;
}
@media screen and (max-width: 1240px) {
  .p-top_features_wrap_ditail .txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_features_wrap_ditail .txt {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}
.p-top_features_wrap_ditail .txt span {
  color: #E71728;
}
.p-top_features_wrap_ditail .txt small {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-top_features_wrap_ditail .txt small {
    font-size: 17px;
    font-size: 0.9444444444rem;
  }
}
.p-top_about {
  width: 100%;
  background-color: #F6F6F6;
  position: relative;
  padding: 150px 0 25%;
}
@media screen and (max-width: 767px) {
  .p-top_about {
    padding: 16vw 0 0;
  }
}
.p-top_about_txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 240%;
}
@media screen and (max-width: 767px) {
  .p-top_about_txt {
    font-size: 18px;
    font-size: 1rem;
    line-height: 200%;
  }
}
.p-top_about .img01 {
  position: absolute;
  top: 28%;
  left: 0;
  width: 30%;
  height: auto;
  overflow: hidden;
}
.p-top_about .img01 img {
  border-radius: 0 10px 10px 0;
}
.p-top_about .img02 {
  position: absolute;
  top: 33%;
  right: 0;
  width: 30%;
  height: auto;
  overflow: hidden;
}
.p-top_about .img02 img {
  border-radius: 10px 0 0 10px;
}
.p-top_about .img03 {
  position: absolute;
  top: 60%;
  left: 3%;
  width: 30%;
  height: auto;
  overflow: hidden;
}
.p-top_about .img03 img {
  border-radius: 10px;
}
.p-top_about .img04 {
  position: absolute;
  top: 65%;
  right: 3%;
  width: 30%;
  height: auto;
  overflow: hidden;
}
.p-top_about .img04 img {
  border-radius: 10px;
}
.p-top_about .imgsp {
  width: 100%;
  height: auto;
  margin: 10.6666666667vw 0 0;
}
.p-top_choosing {
  width: 100%;
  background: #00AAD5 url(../../src/img/bg_blue.png) repeat;
}
.p-top_choosing_wrap {
  max-width: 1700px;
  padding: 0 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top_choosing_wrap {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}
.p-top_choosing_wrap_ditail {
  border-radius: 10px;
  border: 2px solid #333333;
  overflow: hidden;
  background-color: #ffffff;
  text-align: left;
}
.p-top_choosing_wrap_ditail .img {
  width: 100%;
  height: auto;
}
.p-top_choosing_wrap_ditail .ttl {
  color: #00AAD5;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 160%;
  padding: 30px 30px 5px;
}
@media screen and (max-width: 767px) {
  .p-top_choosing_wrap_ditail .ttl {
    font-size: 40px;
    font-size: 2.2222222222rem;
    padding: 5.3333333333vw 6.6666666667vw 0;
  }
}
.p-top_choosing_wrap_ditail .txt {
  padding: 0 30px 40px 70px;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .p-top_choosing_wrap_ditail .txt {
    font-size: 24px;
    font-size: 1.3333333333rem;
    padding: 0 6.6666666667vw 6.1333333333vw 16.8vw;
  }
}
.p-top_choosing_wrap_ditail .txt span {
  position: relative;
}
.p-top_choosing_wrap_ditail .txt span::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../../src/img/icon/icon_check.svg) no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  left: -35px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .p-top_choosing_wrap_ditail .txt span::before {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    left: -10.1333333333vw;
    top: 0.8vw;
  }
}
.p-top_carrea {
  width: 100%;
  background: #E45D9C url(../../src/img/bg_pink_dot.png) repeat;
  padding: 150px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-top_carrea {
    padding: 16vw 0;
  }
}
.p-top_carrea_img {
  width: 80%;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top_carrea_img {
    width: 92.8vw;
    height: 178.4vw;
    margin: 0 7.2vw 0 0;
  }
  .p-top_carrea_img img {
    width: 100%;
  }
}
.p-top_carrea_txt {
  text-align: center;
  -webkit-text-stroke: 3px #333333;
  paint-order: stroke fill;
  display: inline-block;
  color: #ffffff;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top_carrea_txt {
    margin-top: 9.3333333333vw;
    font-size: 34px;
    font-size: 1.8888888889rem;
  }
  .p-top_carrea_txt span {
    position: relative;
  }
  .p-top_carrea_txt span::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../../src/img/careea_line.svg) no-repeat;
    background-size: cover;
    width: 5.6vw;
    height: 8.8vw;
    left: -6.6666666667vw;
    top: 0.5333333333vw;
  }
  .p-top_carrea_txt span::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../../src/img/careea_line.svg) no-repeat;
    background-size: cover;
    width: 5.6vw;
    height: 8.8vw;
    right: -6.6666666667vw;
    top: 0.5333333333vw;
    transform: scaleX(-1);
  }
}
.p-top_flow {
  width: 100%;
  background: #E67314 url(../../src/img/bg_orange.png) repeat;
}
.p-top_flow_wrap {
  max-width: 1700px;
  padding: 0 20px;
  margin: 70px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 90px 50px;
}
@media screen and (max-width: 767px) {
  .p-top_flow_wrap {
    margin: 10.6666666667vw auto 0;
    gap: 10.6666666667vw;
    padding: 0;
  }
}
.p-top_flow_wrap_ditail {
  width: calc((100% - 100px) / 3);
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #333333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_flow_wrap_ditail {
    width: 100%;
  }
}
.p-top_flow_wrap_ditail .time {
  width: 200px;
  height: auto;
  background-color: #333333;
  position: absolute;
  font-family: "LINE Seed JP", sans-serif;
  text-align: center;
  font-size: 36px;
  color: #F4E133;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 0;
  border-radius: 10px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-top_flow_wrap_ditail .time {
    width: 46.6666666667vw;
    font-size: 32px;
    font-size: 1.7777777778rem;
    top: -6.1333333333vw;
    padding: 0.2666666667vw 0;
  }
}
.p-top_flow_wrap_ditail .ttl {
  width: 100%;
  background-color: #FFFC9E;
  text-align: center;
  font-size: 42px;
  padding: 80px 0 45px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 900;
  color: #ffffff;
  line-height: 120%;
  -webkit-text-stroke: 4px #333333;
  paint-order: stroke fill;
  display: inline-block;
  border-radius: 8px 8px 0 0;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #333333;
}
@media screen and (max-width: 767px) {
  .p-top_flow_wrap_ditail .ttl {
    padding: 12vw 0 5.3333333333vw;
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
}
.p-top_flow_wrap_ditail .txt {
  padding: 30px 30px;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-top_flow_wrap_ditail .txt {
    padding: 5.3333333333vw 6.6666666667vw;
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}
.p-top_requirements {
  width: 100%;
  background: #0A9C0B url(../../src/img/bg_green_dot.png) repeat;
}
.p-top_requirements_wrap {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 20px;
  border: 2px solid #333333;
  padding: 60px 100px 100px;
}
@media screen and (max-width: 767px) {
  .p-top_requirements_wrap {
    border-radius: 10px;
    padding: 2.6666666667vw 5.3333333333vw 10.6666666667vw;
  }
}
.p-top_requirements_wrap_line {
  border-bottom: 2px dashed #D6D6D6;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top_requirements_wrap_line {
    grid-template-columns: 29.3333333333vw 1fr;
    padding: 5.3333333333vw 0;
  }
}
.p-top_requirements_wrap_line:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.p-top_requirements_wrap_line dt {
  font-size: 24px;
  font-weight: 700;
  color: #0A9C0B;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-top_requirements_wrap_line dt {
    font-size: 21px;
    font-size: 1.1666666667rem;
    padding-left: 0;
  }
}
.p-top_requirements_wrap_line dd {
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top_requirements_wrap_line dd {
    font-size: 19px;
    font-size: 1.0555555556rem;
  }
}
.p-top_faq {
  width: 100%;
  background: #6D3CCE url(../../src/img/bg_purple.png) repeat;
  padding: 140px 0 280px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_faq {
    padding: 16vw 5.3333333333vw;
  }
}
.p-top_faq_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.p-top_faq_wrap .faq-list {
  padding: 0;
  cursor: pointer;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #333333;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .faq-list {
    margin-bottom: 5.3333333333vw;
  }
}
.p-top_faq_wrap .faq-list:last-of-type {
  margin-bottom: 0;
}
.p-top_faq_wrap .faq-list > dt.btn_detail {
  display: inline-block;
  width: 100%;
  transition: 0.3s all;
  display: flex;
  align-items: flex-start;
  padding: 35px 80px 35px 40px;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .faq-list > dt.btn_detail {
    padding: 4vw 10.6666666667vw 4vw 4vw;
  }
}
.p-top_faq_wrap .faq-list > dt.btn_detail:hover {
  color: #6D3CCE;
}
.p-top_faq_wrap .faq-list > dt.btn_detail .iconq {
  color: #6D3CCE;
  font-size: 36px;
  font-weight: 900;
  font-family: "LINE Seed JP", sans-serif;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .faq-list > dt.btn_detail .iconq {
    font-size: 28px;
    font-size: 1.5555555556rem;
    margin-right: 2.6666666667vw;
  }
}
.p-top_faq_wrap .faq-list > dt.btn_detail .txt {
  width: calc(100% - 80px);
  font-size: 26px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .faq-list > dt.btn_detail .txt {
    font-size: 20px;
    font-size: 1.1111111111rem;
    line-height: 150%;
    width: calc(100% - 11.2vw);
  }
}
.p-top_faq_wrap .faq-list > dt.btn_detail .btn {
  width: 46px;
  height: 46px;
  border-radius: 46px;
  background-color: #6D3CCE;
  position: absolute;
  top: 28px;
  right: 35px;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .faq-list > dt.btn_detail .btn {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    border-radius: 7.4666666667vw;
    top: 4.5333333333vw;
    right: 4vw;
  }
}
.p-top_faq_wrap .faq-list > dt.btn_detail .btn::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 3px;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .faq-list > dt.btn_detail .btn::before {
    width: 3.7333333333vw;
    height: 0.5333333333vw;
  }
}
.p-top_faq_wrap .faq-list > dt.btn_detail .btn:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 24px;
  height: 3px;
  top: 50%;
  left: 50%;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .faq-list > dt.btn_detail .btn:after {
    width: 3.7333333333vw;
    height: 0.5333333333vw;
  }
}
.p-top_faq_wrap .faq-list > dt.btn_detail.active .btn::after {
  transform: translate(-50%, -50%) rotate(0);
}
.p-top_faq_wrap .faq-list > dt.btn_detail.active + dd {
  display: block;
}
.p-top_faq_wrap .faq-list dd.close {
  display: none;
}
.p-top_faq_wrap .faq-list dd > div.faq_main {
  padding: 35px 40px;
  margin-top: 0;
  text-align: left;
  background-color: #FFFC9E;
  border-top: 2px solid #333333;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .faq-list dd > div.faq_main {
    padding: 4vw;
  }
}
.p-top_faq_wrap .faq-list dd > div.faq_main .icona {
  color: #333333;
  font-size: 36px;
  font-weight: 900;
  font-family: "LINE Seed JP", sans-serif;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .faq-list dd > div.faq_main .icona {
    font-size: 28px;
    font-size: 1.5555555556rem;
    margin-right: 2.6666666667vw;
  }
}
.p-top_faq_wrap .faq-list dd > div.faq_main .txt {
  width: calc(100% - 80px);
  font-size: 24px;
  font-weight: 500;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .faq-list dd > div.faq_main .txt {
    font-size: 18px;
    font-size: 1rem;
    width: calc(100% - 10.6666666667vw);
    line-height: 160%;
  }
}
.p-top_form {
  width: 100%;
  background: #0063D5 url(../../src/img/bg_blue_dot.png) repeat;
  position: relative;
  z-index: 1;
}
.p-top_form_wrap {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 20px;
  border: 2px solid #333333;
  padding: 60px 100px 100px;
}
@media screen and (max-width: 767px) {
  .p-top_form_wrap {
    border-radius: 10px;
    padding: 2.6666666667vw 5.3333333333vw 10.6666666667vw;
  }
}
.p-top_form_wrap_ditail {
  width: 100%;
}
.p-top_form_wrap_ditail_line {
  border-bottom: 2px dashed #D6D6D6;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top_form_wrap_ditail_line {
    grid-template-columns: 1fr;
    padding: 5.3333333333vw 0;
  }
}
.p-top_form_wrap_ditail_line dt {
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-top_form_wrap_ditail_line dt {
    font-size: 20px;
    font-size: 1.1111111111rem;
    margin-top: 0;
    margin-bottom: 1.3333333333vw;
  }
}
.p-top_form_wrap_ditail_line dt .required {
  font-size: 18px;
  color: #E71728;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-top_form_wrap_ditail_line dt .required {
    font-size: 16px;
    font-size: 0.8888888889rem;
    margin-left: 2.6666666667vw;
  }
}
.p-top_cv {
  width: 100%;
  background: #0063D5 url(../../src/img/bg_blue_dot.png) repeat;
  padding: 0;
}
.p-top_cv_inner {
  max-width: 1200px;
  margin: -150px auto 0;
  padding: 50px 0 60px;
  background: url(../../src/img/cv_img01.png) no-repeat, url(../../src/img/cv_bg_pc.png) no-repeat;
  background-size: 100% auto, cover;
  background-position: center bottom, center bottom;
  border-radius: 30px;
  position: relative;
  z-index: 2;
  text-align: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-top_cv_inner {
    width: 100%;
    padding: 10.6666666667vw 5.3333333333vw 0;
    height: auto;
    background: #E71728 url(../../src/img/cv_bg_sp.png) no-repeat;
    background-size: cover;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
  }
}
.p-top_cv_ttl {
  color: #ffffff;
  font-size: 46px;
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 160%;
  -webkit-text-stroke: 3px #333333;
  paint-order: stroke fill;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-top_cv_ttl {
    font-size: 30px;
    font-size: 1.6666666667rem;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top_cv_img {
    width: 60.8vw;
    margin: 0 auto;
  }
}

.u-mb--0 {
  margin-bottom: 0px !important;
}
.u-mb--xxs {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--xxs {
    margin-bottom: 1.3333333333vw !important;
  }
}
.u-mb--xs {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--xs {
    margin-bottom: 2.6666666667vw !important;
  }
}
.u-mb--s {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--s {
    margin-bottom: 4vw !important;
  }
}
.u-mb--m {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--m {
    margin-bottom: 5.3333333333vw !important;
  }
}
.u-mb--l {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--l {
    margin-bottom: 6.6666666667vw !important;
  }
}
.u-mb--15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--15 {
    margin-bottom: 2.6666666667vw !important;
  }
}
.u-mb--60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--60 {
    margin-bottom: 8vw !important;
  }
}
.u-mb--100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--100 {
    margin-bottom: 13.3333333333vw !important;
  }
}
.u-mb--120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--120 {
    margin-bottom: 16vw !important;
  }
}

.u-mt--0 {
  margin-top: 0px !important;
}
.u-mt--xxs {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--xxs {
    margin-top: 1.3333333333vw !important;
  }
}
.u-mt--xs {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--xs {
    margin-top: 2.6666666667vw !important;
  }
}
.u-mt--s {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--s {
    margin-top: 4vw !important;
  }
}
.u-mt--m {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--m {
    margin-top: 5.3333333333vw !important;
  }
}
.u-mt--l {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--l {
    margin-top: 6.6666666667vw !important;
  }
}
.u-mt--60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--60 {
    margin-top: 8vw !important;
  }
}
.u-mt--25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--25 {
    margin-top: 5.3333333333vw !important;
  }
}

.u-sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block !important;
  }
}

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

.u-fontsize--22 {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .u-fontsize--22 {
    font-size: 18px;
    font-size: 1rem;
  }
}

.u-fontcolor--red {
  color: #E71728;
}
.u-fontcolor--black {
  color: #0A0A0A !important;
}

.u-lineheight--140 {
  line-height: 140% !important;
}

.u-text-align--center {
  text-align: center !important;
}

.u-width--200 {
  width: 200px !important;
}
@media screen and (max-width: 767px) {
  .u-width--200 {
    width: 80px !important;
  }
}
.u-width--200_ttl {
  width: 200px !important;
}
@media screen and (max-width: 767px) {
  .u-width--200_ttl {
    width: 60px !important;
  }
}
.u-width--170 {
  width: 170px !important;
}
@media screen and (max-width: 767px) {
  .u-width--170 {
    width: 60px !important;
  }
}
.u-width--180 {
  width: 180px !important;
}
.u-width--260 {
  width: 260px !important;
}
@media screen and (max-width: 767px) {
  .u-width--260 {
    width: 100px !important;
  }
}

.u-text-color--red {
  color: #E71728;
}/*# sourceMappingURL=style.css.map */