@charset "UTF-8";
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled='true'] {
  cursor: default;
}

/* 変数設定 */
p {
  font-size: 1rem;
}

/* mixin設定 */
/* スマートフォンサイズ */
/* スマートフォンサイズ */
/* 1441px以上のPC */
/* 1280px以下のPC */
/* デバイスが横向き、画面の横幅が 950px 以下の場合の記述*/
/*==============================================
TMC 株式会社ティーエムシー
SP-BRAIN LP
================================================
0.0 - 基本設定（base）
1.0 - ヘッダー（header）
2.0 - fv （fv_container）
3.0 - sp-brain （sp-brain_content）
4.0 - Features （sp-brain_features）
5.0 - フッター（footer）
6.0 - 下層 お問い合わせ CONTACT（lower_contact）
7.0 - 反響
8.0 - 分析
9.0 - サービス例
10.0 - サービスの流れ
11.0 - プラン
12.0 - プレゼンテーション
13.0 - 結果
14.0 - SP-Brain システム
15.0 - 下層 タイプ別ページ

==============================================*/
/*  ----------------------------------------------------------
# 0.0 - 基本設定（base）
----------------------------------------------------------  */
/* 基本設定 */
p {
  font-size: 1rem;
}

html,
body {
  overflow-x: hidden; /* 横方向のスクロールを無効に */
}

html {
  font-family: 'Noto Sans JP', Meiryo, 'MS Pゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Raleway', sans-serif;
  height: -webkit-fill-available;
  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
}
html .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  html .sp {
    display: block;
  }
  html .sp .pc {
    display: none !important;
  }
  html .sp .sp {
    display: block !important;
  }
}
html .sp-only {
  display: none;
}
@media screen and (max-width: 860px) {
  html .sp-only {
    display: flex;
  }
  html .sp-only .pc {
    display: none !important;
  }
  html .sp-only .tablet {
    display: none !important;
  }
  html .sp-only .sp-only {
    display: flex !important;
  }
}

a {
  text-decoration: none;
  color: #fff;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-style: none;
  vertical-align: top;
}

ul {
  text-decoration: none;
}

li {
  text-decoration: none;
  list-style: none;
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
}

body {
  color: #3e3e3e;
  font-family: 'Noto Sans JP', Meiryo, 'MS Pゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Raleway', sans-serif;
  font-size: 1rem;
  position: relative;
  width: 100%;
}

.br_txt_sp {
  display: none;
}
@media screen and (max-width: 860px) {
  .br_txt_sp {
    display: block;
  }
  .br_txt_sp .pc {
    display: none !important;
  }
  .br_txt_sp .tablet {
    display: none !important;
  }
  .br_txt_sp .sp-only {
    display: flex !important;
  }
}

.br_txt_sp-s {
  display: none;
}
@media screen and (max-width: 500px) {
  .br_txt_sp-s {
    display: block;
  }
  .br_txt_sp-s .pc {
    display: none !important;
  }
  .br_txt_sp-s .tablet {
    display: none !important;
  }
  .br_txt_sp-s .sp-s {
    display: flex !important;
  }
}

.anker {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 860px) {
  .anker {
    padding-top: 40px;
    margin-top: -40px;
  }
  .anker .pc {
    display: none !important;
  }
  .anker .tablet {
    display: none !important;
  }
  .anker .sp-only {
    display: flex !important;
  }
}

/*  ----------------------------------------------------------
# 0.0 - 基本設定（base） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 1.0 - ヘッダー（header）
----------------------------------------------------------  */
.header {
  margin: 0 auto;
  z-index: 99;
  width: 100%;
  color: #3e3e3e;
}

.sp-brain_header {
  max-width: 1440px;
  padding-left: 120px;
  padding-right: 40px;
}
@media screen and (max-width: 860px) {
  .sp-brain_header {
    padding: 0 15px;
  }
  .sp-brain_header .pc {
    display: none !important;
  }
  .sp-brain_header .tablet {
    display: none !important;
  }
  .sp-brain_header .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .sp-brain_header {
    display: none;
  }
  .sp-brain_header .pc {
    display: none !important;
  }
  .sp-brain_header .tablet {
    display: none !important;
  }
  .sp-brain_header .sp-s {
    display: flex !important;
  }
}

.header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 115px;
  max-width: 1280px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .header_container {
    padding: 0 1.25rem;
  }
}

.contact_header {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 100%;
}

.contact_header a {
  color: #3e3e3e;
}

.contact_header_container {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 60px auto 0;
}
@media screen and (max-width: 860px) {
  .contact_header_container {
    margin: 30px auto 0;
  }
  .contact_header_container .pc {
    display: none !important;
  }
  .contact_header_container .tablet {
    display: none !important;
  }
  .contact_header_container .sp-only {
    display: flex !important;
  }
}

/* 新しいヘッダーのスタイル */
.new_header {
  position: fixed;
  top: -100px;
  /* 初期状態で画面外に隠す */
  left: 50%;
  transform: translateX(-50%);
  max-width: 1000px;
  width: 1000px;
  height: 73px;
  z-index: 100;
  transition: top 0.5s ease-in-out;
}

.new_header a {
  color: #3e3e3e;
}

.new_header_container {
  background-color: #fff;
  /* 新しいヘッダーの背景色 */
  color: #3e3e3e;
  border-radius: 100px;
  border: 3px solid #3e3e3e;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp-sys_header.lp_top_header {
  width: 98%;
  max-width: 1360px;
}

@media screen and (max-width: 500px) {
  .lp_top_header {
    display: none;
  }
}

/*---ヘッダーナビ---*/
.header_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}

.h_menu_list {
  color: #3e3e3e;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header_logo {
  width: auto;
  height: 55px;
}
@media screen and (max-width: 860px) {
  .header_logo {
    height: 30px;
  }
  .header_logo .pc {
    display: none !important;
  }
  .header_logo .tablet {
    display: none !important;
  }
  .header_logo .sp-only {
    display: flex !important;
  }
}

/*---ヘッダーナビ2---*/
.new_header_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.25rem;
}

.new_menu_list {
  color: #3e3e3e;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.new_header_logo {
  width: auto;
  height: 35px;
}

/* ヘッダーが画面上に降りてくるアニメーション */
.new_header.show {
  top: 30px;
  /* ヘッダーが表示される位置 */
}

.header_btn_box {
  display: flex;
  gap: 1.875rem;
}

.btn_or {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 6px;
  letter-spacing: -0.02em;
  width: auto;
  height: 45px;
  background: linear-gradient(94deg, #e94d6b 0%, #f5a214 100%);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-left: 20px;
  padding-right: 15px;
  gap: 13px;
}

.btn_bl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 6px;
  letter-spacing: -0.02em;
  width: auto;
  height: 45px;
  background: linear-gradient(90deg, #23acea 0%, #c37cd7 100%);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-left: 20px;
  padding-right: 15px;
  gap: 13px;
}

.header_btn_arrow {
  width: 13px;
  height: auto;
}

/*  ----------------------------------------------------------
# 1.0 - ヘッダー（header） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 2.0 - fv
----------------------------------------------------------  */
.sp-brain {
  width: 100%;
  position: relative;
  overflow: clip;
}

.fv_container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem 6.25rem;
}
@media screen and (max-width: 500px) {
  .fv_container {
    padding: 0 0 2.5rem;
  }
  .fv_container .pc {
    display: none !important;
  }
  .fv_container .tablet {
    display: none !important;
  }
  .fv_container .sp-s {
    display: flex !important;
  }
}

.fv_img_area {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 500px) {
  .fv_img_area {
    display: none;
  }
  .fv_img_area .pc {
    display: none !important;
  }
  .fv_img_area .tablet {
    display: none !important;
  }
  .fv_img_area .sp-s {
    display: flex !important;
  }
}

.fv_img_area_sp {
  display: none;
}
@media screen and (max-width: 500px) {
  .fv_img_area_sp {
    display: block;
    padding-bottom: 2.0625rem;
  }
  .fv_img_area_sp .pc {
    display: none !important;
  }
  .fv_img_area_sp .tablet {
    display: none !important;
  }
  .fv_img_area_sp .sp-s {
    display: flex !important;
  }
}

.fv_img {
  border-radius: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .fv_img {
    border-radius: 0;
  }
  .fv_img .pc {
    display: none !important;
  }
  .fv_img .tablet {
    display: none !important;
  }
  .fv_img .sp-s {
    display: flex !important;
  }
}

.fv_txt_area {
  margin: 0 auto;
  padding-bottom: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .fv_txt_area {
    max-width: 900px;
    width: 90%;
  }
  .fv_txt_area .pc {
    display: none !important;
  }
  .fv_txt_area .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .fv_txt_area {
    padding: 0 16px 30px;
  }
  .fv_txt_area .pc {
    display: none !important;
  }
  .fv_txt_area .tablet {
    display: none !important;
  }
  .fv_txt_area .sp-only {
    display: flex !important;
  }
}

.fv_txt_img {
  max-width: 1007px;
  width: 100%;
}

.fv_btn_box {
  display: flex;
  justify-content: center;
  gap: 6.875rem;
}
@media screen and (max-width: 1024px) {
  .fv_btn_box {
    gap: 3.125rem;
  }
  .fv_btn_box .pc {
    display: none !important;
  }
  .fv_btn_box .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .fv_btn_box {
    flex-wrap: wrap;
  }
  .fv_btn_box .pc {
    display: none !important;
  }
  .fv_btn_box .tablet {
    display: none !important;
  }
  .fv_btn_box .sp-only {
    display: flex !important;
  }
}

.fv_btn_or {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  letter-spacing: -0.02em;
  width: 336px;
  height: 80px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  background: linear-gradient(90deg, #e94d6b 0%, #f5a214 100%);
}
@media screen and (max-width: 860px) {
  .fv_btn_or {
    width: 250px;
    height: 60px;
    font-size: 1.125rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .fv_btn_or .pc {
    display: none !important;
  }
  .fv_btn_or .tablet {
    display: none !important;
  }
  .fv_btn_or .sp-only {
    display: flex !important;
  }
}

.fv_btn_bl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  letter-spacing: -0.02em;
  width: 336px;
  height: 80px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  background: linear-gradient(90deg, #23acea 0%, #c37cd7 100%);
  position: relative;
}
@media screen and (max-width: 860px) {
  .fv_btn_bl {
    width: 250px;
    height: 60px;
    font-size: 1.125rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .fv_btn_bl .pc {
    display: none !important;
  }
  .fv_btn_bl .tablet {
    display: none !important;
  }
  .fv_btn_bl .sp-only {
    display: flex !important;
  }
}

.fv_btn_arrow {
  width: 20px;
  height: auto;
}

.fv_btn_bl_bubble {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #fff;
  background-color: #e8334a;
  border-radius: 20.5px;
  width: 230px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -38px;
  top: -34px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .fv_btn_bl_bubble {
    font-size: 0.9375rem;
    width: 180px;
    height: 35px;
    left: -25px;
    top: -28px;
  }
  .fv_btn_bl_bubble .pc {
    display: none !important;
  }
  .fv_btn_bl_bubble .sp {
    display: block !important;
  }
}

/* アイコンを下に表示 */
.fv_btn_bl_bubble::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 25px;
  bottom: -20px;
  border-top: 33px solid #e8334a;
  border-right: 0px solid transparent;
  border-left: 20px solid transparent;
  transform: rotate(-20deg);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .fv_btn_bl_bubble::before {
    bottom: -15px;
    left: 15px;
  }
  .fv_btn_bl_bubble::before .pc {
    display: none !important;
  }
  .fv_btn_bl_bubble::before .sp {
    display: block !important;
  }
}

/*  ----------------------------------------------------------
# 3.0 - sp-brain
----------------------------------------------------------  */
.sp-brain_content {
  border-radius: 50px 50px 0px 0px;
  background: linear-gradient(112deg, #23acea 6.6%, #c37cd7 82.78%);
}
@media screen and (max-width: 860px) {
  .sp-brain_content {
    border-radius: 30px 30px 0px 0px;
  }
  .sp-brain_content .pc {
    display: none !important;
  }
  .sp-brain_content .tablet {
    display: none !important;
  }
  .sp-brain_content .sp-only {
    display: flex !important;
  }
}

.sp-brain_content_inner {
  margin: 0 auto;
  text-align: center;
  padding-top: 8.75rem;
}
@media screen and (max-width: 1024px) {
  .sp-brain_content_inner {
    padding-top: 5rem;
  }
  .sp-brain_content_inner .pc {
    display: none !important;
  }
  .sp-brain_content_inner .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .sp-brain_content_inner {
    padding: 3.125rem 0.9375rem 0;
  }
  .sp-brain_content_inner .pc {
    display: none !important;
  }
  .sp-brain_content_inner .tablet {
    display: none !important;
  }
  .sp-brain_content_inner .sp-only {
    display: flex !important;
  }
}

.sp-brain_content_ttl {
  color: #fff;
  font-feature-settings: 'dlig' on;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .sp-brain_content_ttl {
    font-size: 1.875rem;
  }
  .sp-brain_content_ttl .pc {
    display: none !important;
  }
  .sp-brain_content_ttl .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .sp-brain_content_ttl {
    font-size: 1.5rem;
  }
  .sp-brain_content_ttl .pc {
    display: none !important;
  }
  .sp-brain_content_ttl .tablet {
    display: none !important;
  }
  .sp-brain_content_ttl .sp-s {
    display: flex !important;
  }
}

.spbrain_logo_wt {
  max-width: 610px;
  display: block;
  margin: 0 auto 1.875rem;
}
@media screen and (max-width: 860px) {
  .spbrain_logo_wt {
    margin: 0 auto 1.25rem;
    max-width: 400px;
    width: 100%;
  }
  .spbrain_logo_wt .pc {
    display: none !important;
  }
  .spbrain_logo_wt .tablet {
    display: none !important;
  }
  .spbrain_logo_wt .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .spbrain_logo_wt {
    max-width: 300px;
    margin: 0 auto 0.625rem;
  }
  .spbrain_logo_wt .pc {
    display: none !important;
  }
  .spbrain_logo_wt .tablet {
    display: none !important;
  }
  .spbrain_logo_wt .sp-s {
    display: flex !important;
  }
}

.sp-brain_content_box_wrap {
  margin: 0 auto;
  text-align: center;
  padding: 3.125rem 1.25rem 8.125rem;
}
@media screen and (max-width: 860px) {
  .sp-brain_content_box_wrap {
    padding: 3.125rem 0 5rem;
  }
  .sp-brain_content_box_wrap .pc {
    display: none !important;
  }
  .sp-brain_content_box_wrap .tablet {
    display: none !important;
  }
  .sp-brain_content_box_wrap .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .sp-brain_content_box_wrap {
    padding: 1.875rem 0 4.375rem;
  }
  .sp-brain_content_box_wrap .pc {
    display: none !important;
  }
  .sp-brain_content_box_wrap .tablet {
    display: none !important;
  }
  .sp-brain_content_box_wrap .sp-s {
    display: flex !important;
  }
}

.sp-brain_content_box {
  border-radius: 16px;
  background: #fff;
  position: relative;
  margin: 0 auto 5.9375rem;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .sp-brain_content_box {
    margin: 0 auto 3.75rem;
  }
  .sp-brain_content_box .pc {
    display: none !important;
  }
  .sp-brain_content_box .tablet {
    display: none !important;
  }
  .sp-brain_content_box .sp-s {
    display: flex !important;
  }
}

.box1 {
  width: 535px;
  padding: 1.875rem 1.25rem;
}
@media screen and (max-width: 860px) {
  .box1 {
    max-width: 400px;
    width: 80%;
  }
  .box1 .pc {
    display: none !important;
  }
  .box1 .tablet {
    display: none !important;
  }
  .box1 .sp-only {
    display: flex !important;
  }
}

.box2 {
  max-width: 800px;
  width: 100%;
  padding: 2.1875rem 1.25rem 2.5rem;
}
@media screen and (max-width: 860px) {
  .box2 {
    max-width: 80%;
    width: 80%;
    overflow: hidden;
  }
  .box2 .pc {
    display: none !important;
  }
  .box2 .tablet {
    display: none !important;
  }
  .box2 .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .box2 {
    max-width: 90%;
    width: 90%;
  }
  .box2 .pc {
    display: none !important;
  }
  .box2 .tablet {
    display: none !important;
  }
  .box2 .sp-s {
    display: flex !important;
  }
}

.box3 {
  max-width: 1068px;
  width: 100%;
  padding: 2.5rem 1.25rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .box3 {
    max-width: 90%;
    width: 90%;
    margin-bottom: 40px;
  }
  .box3 .pc {
    display: none !important;
  }
  .box3 .tablet {
    display: none !important;
  }
  .box3 .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .box3 {
    max-width: 100%;
    width: 100%;
  }
  .box3 .pc {
    display: none !important;
  }
  .box3 .tablet {
    display: none !important;
  }
  .box3 .sp-s {
    display: flex !important;
  }
}

.q-mark_area {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 510px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .q-mark_area {
    max-width: 350px;
  }
  .q-mark_area .pc {
    display: none !important;
  }
  .q-mark_area .tablet {
    display: none !important;
  }
  .q-mark_area .sp-s {
    display: flex !important;
  }
}

.q-mark_area h3 {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 1.5rem;
  white-space: nowrap;
  line-height: 1.25rem;
}
@media screen and (max-width: 500px) {
  .q-mark_area h3 {
    white-space: wrap;
  }
  .q-mark_area h3 .pc {
    display: none !important;
  }
  .q-mark_area h3 .tablet {
    display: none !important;
  }
  .q-mark_area h3 .sp-s {
    display: flex !important;
  }
}

.q-mark1 {
  text-align: center;
  font-family: Poppins;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  transform: rotate(-23deg);
  position: absolute;
  top: -35px;
  left: 3px;
  background: linear-gradient(180deg, rgba(35, 172, 234, 0.25) 0%, rgba(195, 124, 215, 0.25) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 0;
}
@media screen and (max-width: 500px) {
  .q-mark1 {
    left: -3px;
  }
  .q-mark1 .pc {
    display: none !important;
  }
  .q-mark1 .tablet {
    display: none !important;
  }
  .q-mark1 .sp-s {
    display: flex !important;
  }
}

.q-mark2 {
  text-align: center;
  font-family: Poppins;
  font-size: 58px;
  font-weight: 700;
  line-height: 58px;
  transform: rotate(-23deg);
  position: absolute;
  top: -37px;
  left: 166px;
  background: linear-gradient(180deg, rgba(35, 172, 234, 0.25) 0%, rgba(195, 124, 215, 0.25) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 0;
}
@media screen and (max-width: 500px) {
  .q-mark2 {
    display: none;
  }
  .q-mark2 .pc {
    display: none !important;
  }
  .q-mark2 .tablet {
    display: none !important;
  }
  .q-mark2 .sp-s {
    display: flex !important;
  }
}

.q-mark3 {
  text-align: center;
  font-family: Poppins;
  font-size: 58px;
  font-weight: 700;
  line-height: 58px;
  transform: rotate(9deg);
  position: absolute;
  top: 34px;
  left: 235px;
  background: linear-gradient(180deg, rgba(35, 172, 234, 0.25) 0%, rgba(195, 124, 215, 0.25) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 0;
}
@media screen and (max-width: 500px) {
  .q-mark3 {
    display: none;
  }
  .q-mark3 .pc {
    display: none !important;
  }
  .q-mark3 .tablet {
    display: none !important;
  }
  .q-mark3 .sp-s {
    display: flex !important;
  }
}

.q-mark4 {
  text-align: center;
  font-family: Poppins;
  font-size: 112px;
  font-weight: 700;
  line-height: 112px;
  transform: rotate(15deg);
  position: absolute;
  top: -18px;
  right: -30px;
  background: linear-gradient(180deg, rgba(35, 172, 234, 0.25) 0%, rgba(195, 124, 215, 0.25) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 0;
}
@media screen and (max-width: 500px) {
  .q-mark4 {
    right: -11px;
    top: 55px;
  }
  .q-mark4 .pc {
    display: none !important;
  }
  .q-mark4 .tablet {
    display: none !important;
  }
  .q-mark4 .sp-s {
    display: flex !important;
  }
}

.box1::after,
.box2::after {
  content: '';
  background-image: url(../img/arrow_wt2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  width: 30px;
  height: 35.7px;
  position: absolute;
  bottom: -65.7px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  .box1::after,
  .box2::after {
    width: 20px;
    bottom: -54.7px;
  }
  .box1::after .pc,
  .box2::after .pc {
    display: none !important;
  }
  .box1::after .tablet,
  .box2::after .tablet {
    display: none !important;
  }
  .box1::after .sp-s,
  .box2::after .sp-s {
    display: flex !important;
  }
}

.sp-brain_content_subttl {
  color: #26acea;
  font-feature-settings: 'dlig' on;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 860px) {
  .sp-brain_content_subttl {
    font-size: 1.5rem;
  }
  .sp-brain_content_subttl .pc {
    display: none !important;
  }
  .sp-brain_content_subttl .tablet {
    display: none !important;
  }
  .sp-brain_content_subttl .sp-only {
    display: flex !important;
  }
}

.box2_subttl {
  font-size: 1.875rem;
  line-height: 1.5rem;
  padding-bottom: 0rem;
  display: inline-block;
  z-index: 2;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 860px) {
  .box2_subttl {
    font-size: 1.375rem;
  }
  .box2_subttl .pc {
    display: none !important;
  }
  .box2_subttl .tablet {
    display: none !important;
  }
  .box2_subttl .sp-only {
    display: flex !important;
  }
}

.box2_subttl_area {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
}

.light_icon1 {
  position: absolute;
  left: -38px;
  top: -26px;
  transform: rotate(-14.7deg);
  width: 36px;
  z-index: 0;
}
@media screen and (max-width: 860px) {
  .light_icon1 {
    left: 20px;
    top: -20px;
  }
  .light_icon1 .pc {
    display: none !important;
  }
  .light_icon1 .tablet {
    display: none !important;
  }
  .light_icon1 .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .light_icon1 {
    left: 5px;
    top: 0px;
  }
  .light_icon1 .pc {
    display: none !important;
  }
  .light_icon1 .tablet {
    display: none !important;
  }
  .light_icon1 .sp-s {
    display: flex !important;
  }
}

.light_icon2 {
  position: absolute;
  right: -28px;
  top: 8px;
  transform: rotate(24deg);
  width: 25px;
  z-index: 0;
}
@media screen and (max-width: 860px) {
  .light_icon2 {
    right: 31px;
    top: 15px;
    transform: rotate(35deg);
  }
  .light_icon2 .pc {
    display: none !important;
  }
  .light_icon2 .tablet {
    display: none !important;
  }
  .light_icon2 .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .light_icon2 {
    right: 10px;
    top: 33px;
    transform: rotate(35deg);
  }
  .light_icon2 .pc {
    display: none !important;
  }
  .light_icon2 .tablet {
    display: none !important;
  }
  .light_icon2 .sp-s {
    display: flex !important;
  }
}

.sp-brain_content_txt {
  color: #3e3e3e;
  font-feature-settings: 'dlig' on;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
  line-height: 2.1875rem;
}
@media screen and (max-width: 860px) {
  .sp-brain_content_txt {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
  .sp-brain_content_txt .pc {
    display: none !important;
  }
  .sp-brain_content_txt .tablet {
    display: none !important;
  }
  .sp-brain_content_txt .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .sp-brain_content_txt {
    font-size: 1rem;
  }
  .sp-brain_content_txt .pc {
    display: none !important;
  }
  .sp-brain_content_txt .tablet {
    display: none !important;
  }
  .sp-brain_content_txt .sp-s {
    display: flex !important;
  }
}

.content_text_small {
  font-size: 1.125rem;
  margin-bottom: 0rem;
}
@media screen and (max-width: 860px) {
  .content_text_small {
    font-size: 1rem;
  }
  .content_text_small .pc {
    display: none !important;
  }
  .content_text_small .tablet {
    display: none !important;
  }
  .content_text_small .sp-only {
    display: flex !important;
  }
}

.content_text_large {
  font-size: 1.8125rem;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 860px) {
  .content_text_large {
    font-size: 1.5rem;
  }
  .content_text_large .pc {
    display: none !important;
  }
  .content_text_large .tablet {
    display: none !important;
  }
  .content_text_large .sp-only {
    display: flex !important;
  }
}

.tenpin_logo {
  width: 350px;
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 860px) {
  .tenpin_logo {
    width: 250px;
    margin-bottom: 2.8125rem;
  }
  .tenpin_logo .pc {
    display: none !important;
  }
  .tenpin_logo .tablet {
    display: none !important;
  }
  .tenpin_logo .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .tenpin_logo {
    width: 200px;
    margin-bottom: 1.875rem;
  }
  .tenpin_logo .pc {
    display: none !important;
  }
  .tenpin_logo .tablet {
    display: none !important;
  }
  .tenpin_logo .sp-s {
    display: flex !important;
  }
}

.arrow_dgy {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 500px) {
  .arrow_dgy {
    width: 20px;
  }
  .arrow_dgy .pc {
    display: none !important;
  }
  .arrow_dgy .tablet {
    display: none !important;
  }
  .arrow_dgy .sp-s {
    display: flex !important;
  }
}

.box3_img {
  position: relative;
  z-index: 3;
}

.spbrain_logo_gy {
  margin-bottom: 2.8125rem;
  width: 218px;
}

.box3_circle_1 {
  margin-bottom: 1.40625rem;
  width: 106px;
}
@media screen and (max-width: 860px) {
  .box3_circle_1 {
    width: 80px;
  }
  .box3_circle_1 .pc {
    display: none !important;
  }
  .box3_circle_1 .tablet {
    display: none !important;
  }
  .box3_circle_1 .sp-only {
    display: flex !important;
  }
}

.box3_circle_2 {
  width: 301px;
  position: absolute;
  left: -55px;
  bottom: -40px;
  opacity: 0.13;
  z-index: 0;
}
@media screen and (max-width: 860px) {
  .box3_circle_2 {
    width: 170px;
  }
  .box3_circle_2 .pc {
    display: none !important;
  }
  .box3_circle_2 .tablet {
    display: none !important;
  }
  .box3_circle_2 .sp-only {
    display: flex !important;
  }
}

.box3_circle_3 {
  position: absolute;
  width: 301px;
  top: 18px;
  right: -45px;
  opacity: 0.13;
  z-index: 0;
}
@media screen and (max-width: 860px) {
  .box3_circle_3 {
    width: 170px;
  }
  .box3_circle_3 .pc {
    display: none !important;
  }
  .box3_circle_3 .tablet {
    display: none !important;
  }
  .box3_circle_3 .sp-only {
    display: flex !important;
  }
}

.sp-brain_content_subttl_large {
  background: linear-gradient(90deg, #23acea 0%, #c37cd7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: 'dlig' on;
  font-feature-settings: 'dlig' on;
  font-size: 5rem;
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  .sp-brain_content_subttl_large {
    font-size: 3.125rem;
  }
  .sp-brain_content_subttl_large .pc {
    display: none !important;
  }
  .sp-brain_content_subttl_large .tablet {
    display: none !important;
  }
  .sp-brain_content_subttl_large .sp-only {
    display: flex !important;
  }
}

/*  ----------------------------------------------------------
# 3.0 -
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 4.0 -Features
----------------------------------------------------------  */
.sp-brain_features {
  margin-top: -50px;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(106deg, #e94d6b 11.6%, #f5a214 90.28%);
}
@media screen and (max-width: 860px) {
  .sp-brain_features {
    border-radius: 30px;
  }
  .sp-brain_features .pc {
    display: none !important;
  }
  .sp-brain_features .tablet {
    display: none !important;
  }
  .sp-brain_features .sp-only {
    display: flex !important;
  }
}

.sp-brain_features_inner {
  margin: 0 auto;
  text-align: center;
  max-width: 1240px;
  width: 100%;
  padding-top: 8.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 860px) {
  .sp-brain_features_inner {
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .sp-brain_features_inner .pc {
    display: none !important;
  }
  .sp-brain_features_inner .tablet {
    display: none !important;
  }
  .sp-brain_features_inner .sp-only {
    display: flex !important;
  }
}

.sp-brain_features_ttl_area {
  padding-bottom: 6.25rem;
  text-align: left;
}

.sp-brain_features_ttl {
  color: #fff;
  font-feature-settings: 'dlig' on;
  font-family: Poppins;
  font-size: 5rem;
  font-weight: 600;
  line-height: 5rem;
  letter-spacing: -0.02em;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 860px) {
  .sp-brain_features_ttl {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
  .sp-brain_features_ttl .pc {
    display: none !important;
  }
  .sp-brain_features_ttl .tablet {
    display: none !important;
  }
  .sp-brain_features_ttl .sp-only {
    display: flex !important;
  }
}

.sp-brain_features_ttl_ja {
  color: #fff;
  font-feature-settings: 'dlig' on;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.25rem;
}
@media screen and (max-width: 860px) {
  .sp-brain_features_ttl_ja {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
  .sp-brain_features_ttl_ja .pc {
    display: none !important;
  }
  .sp-brain_features_ttl_ja .tablet {
    display: none !important;
  }
  .sp-brain_features_ttl_ja .sp-only {
    display: flex !important;
  }
}

.sp-brain_features_box_wrap {
  display: flex;
  justify-content: flex-start;
  gap: 3.125rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1024px) {
  .sp-brain_features_box_wrap {
    gap: 1.5625rem;
  }
  .sp-brain_features_box_wrap .pc {
    display: none !important;
  }
  .sp-brain_features_box_wrap .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .sp-brain_features_box_wrap {
    flex-wrap: wrap;
    gap: 4.375rem;
    justify-content: center;
    padding-bottom: 1.875rem;
  }
  .sp-brain_features_box_wrap .pc {
    display: none !important;
  }
  .sp-brain_features_box_wrap .tablet {
    display: none !important;
  }
  .sp-brain_features_box_wrap .sp-only {
    display: flex !important;
  }
}

.sp-brain_features_box {
  border-radius: 16px;
  background: #fff;
  max-width: 367px;
  padding: 3.125rem 1.875rem 1.875rem;
  position: relative;
  width: 366.6666666667px;
}
@media screen and (max-width: 1024px) {
  .sp-brain_features_box {
    padding: 3.125rem 1.25rem 1.875rem;
  }
  .sp-brain_features_box .pc {
    display: none !important;
  }
  .sp-brain_features_box .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .sp-brain_features_box {
    max-width: 300px;
    padding: 3.125rem 1.25rem 1.875rem;
  }
  .sp-brain_features_box .pc {
    display: none !important;
  }
  .sp-brain_features_box .tablet {
    display: none !important;
  }
  .sp-brain_features_box .sp-only {
    display: flex !important;
  }
}

.sp-brain_features_box::after {
  content: '';
  border-radius: 50%;
  background: #fff;
  width: 134px;
  height: 134px;
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 860px) {
  .sp-brain_features_box::after {
    width: 115px;
    height: 115px;
  }
  .sp-brain_features_box::after .pc {
    display: none !important;
  }
  .sp-brain_features_box::after .tablet {
    display: none !important;
  }
  .sp-brain_features_box::after .sp-only {
    display: flex !important;
  }
}

.sp-brain_features_box1::before {
  content: '';
  background-image: url(../img/cart_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.sp-brain_features_box2::before {
  content: '';
  background-image: url(../img/ai_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.sp-brain_features_box3::before {
  content: '';
  background-image: url(../img/gears_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.sp-brain_features_box_txt.select {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.sp-brain_features_box_inner {
  position: relative;
  z-index: 2;
}

.sp-brain_features_box_ttl {
  color: #3e3e3e;
  font-feature-settings: 'dlig' on;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 860px) {
  .sp-brain_features_box_ttl {
    font-size: 1.125rem;
    padding-bottom: 1.25rem;
  }
  .sp-brain_features_box_ttl .pc {
    display: none !important;
  }
  .sp-brain_features_box_ttl .tablet {
    display: none !important;
  }
  .sp-brain_features_box_ttl .sp-only {
    display: flex !important;
  }
}

.sp-brain_features_box_txt {
  color: #3e3e3e;
  font-feature-settings: 'dlig' on;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  text-align: left;
}

.sp-brain_features_box_type_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.sp-brain_features_box_type {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  height: 40px;
  color: #fff;
  width: 100%;
}

.sp-brain_features_box2 .sp-brain_features_box_type {
  line-height: 1.25;
  height: 60px;
  position: relative;
  width: 28%;
}

.sp-brain_features_box2 .sp-brain_features_box_type:nth-of-type(1)::before {
  content: '×';
  display: block;
  color: #3e3e3e;
  position: absolute;
  right: -24px;
  top: 24%;
  font-size: 24px;
  z-index: 5;
}
@media screen and (max-width: 860px) {
  .sp-brain_features_box2 .sp-brain_features_box_type:nth-of-type(1)::before {
    right: -21px;
    top: 28%;
    font-size: 20px;
  }
  .sp-brain_features_box2 .sp-brain_features_box_type:nth-of-type(1)::before .pc {
    display: none !important;
  }
  .sp-brain_features_box2 .sp-brain_features_box_type:nth-of-type(1)::before .tablet {
    display: none !important;
  }
  .sp-brain_features_box2 .sp-brain_features_box_type:nth-of-type(1)::before .sp-only {
    display: flex !important;
  }
}

.sp-brain_features_box2 .sp-brain_features_box_type:nth-of-type(2)::before {
  content: '×';
  display: block;
  color: #3e3e3e;
  position: absolute;
  right: -24px;
  top: 24%;
  font-size: 24px;
  z-index: 5;
}
@media screen and (max-width: 860px) {
  .sp-brain_features_box2 .sp-brain_features_box_type:nth-of-type(2)::before {
    right: -21px;
    top: 28%;
    font-size: 20px;
  }
  .sp-brain_features_box2 .sp-brain_features_box_type:nth-of-type(2)::before .pc {
    display: none !important;
  }
  .sp-brain_features_box2 .sp-brain_features_box_type:nth-of-type(2)::before .tablet {
    display: none !important;
  }
  .sp-brain_features_box2 .sp-brain_features_box_type:nth-of-type(2)::before .sp-only {
    display: flex !important;
  }
}

.sp-brain_features_box2 .sp-brain_features_box_type_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.type01 {
  background-color: #fdb242;
}

.type02 {
  background-color: #009ac4;
}

.type03 {
  background-color: #de1e39;
}

.sp-brain_features_btn_box {
  display: flex;
  justify-content: center;
  gap: 4.375rem;
}
@media screen and (max-width: 860px) {
  .sp-brain_features_btn_box {
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .sp-brain_features_btn_box .pc {
    display: none !important;
  }
  .sp-brain_features_btn_box .tablet {
    display: none !important;
  }
  .sp-brain_features_btn_box .sp-only {
    display: flex !important;
  }
}

.features_btn_or {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  letter-spacing: -0.02em;
  width: 336px;
  height: 80px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-left: 25px;
  padding-right: 25px;
  background: #fff;
  color: #f5a214;
}
@media screen and (max-width: 860px) {
  .features_btn_or {
    width: 250px;
    height: 60px;
    font-size: 1.125rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .features_btn_or .pc {
    display: none !important;
  }
  .features_btn_or .tablet {
    display: none !important;
  }
  .features_btn_or .sp-only {
    display: flex !important;
  }
}

.features_btn_bl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  letter-spacing: -0.02em;
  width: 336px;
  height: 80px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-left: 25px;
  padding-right: 25px;
  background: #fff;
  color: #2b9fd3;
}
@media screen and (max-width: 860px) {
  .features_btn_bl {
    width: 250px;
    height: 60px;
    font-size: 1.125rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .features_btn_bl .pc {
    display: none !important;
  }
  .features_btn_bl .tablet {
    display: none !important;
  }
  .features_btn_bl .sp-only {
    display: flex !important;
  }
}

.fv_btn_arrow {
  width: 20px;
  height: auto;
}

/*  ----------------------------------------------------------
# 4.0 - Features ここまで
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 5.0 - フッター（footer）
----------------------------------------------------------  */
.footer_index {
  padding-top: 9.75rem;
  z-index: 0;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 860px) {
  .footer_index {
    padding-top: 5rem;
  }
  .footer_index .pc {
    display: none !important;
  }
  .footer_index .tablet {
    display: none !important;
  }
  .footer_index .sp-only {
    display: flex !important;
  }
}

.footer {
  margin-top: -3.4375rem;
  z-index: 2;
  position: relative;
  overflow-x: clip;
}

.footer_wrap,
.footer_wrap_index {
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.footer_wrap::before {
  content: '';
  width: 100%;
  position: absolute;
  top: -65px;
  left: 0;
  height: 66px;
  background: url(../img/waveline_lbl.png) repeat-x 50% 0/1600px auto;
}
@media screen and (max-width: 500px) {
  .footer_wrap::before {
    background: url(../img/waveline_lbl.png) repeat-x 68% 0/1600px auto;
  }
  .footer_wrap::before .pc {
    display: none !important;
  }
  .footer_wrap::before .tablet {
    display: none !important;
  }
  .footer_wrap::before .sp-s {
    display: flex !important;
  }
}

.footer_container {
  color: #fff;
  background: url(../img/bg_lbl.png) repeat 100% 100%/300px 300px #2bb2df;
  margin: 0 auto;
  padding-top: 65px;
  padding-bottom: 2.5rem;
  text-align: left;
  padding-left: 7.5rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer_container {
    padding-top: 15px;
    padding-left: 2.5rem;
  }
  .footer_container .pc {
    display: none !important;
  }
  .footer_container .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .footer_container {
    padding-left: 0;
    padding-top: 15px;
  }
}
@media screen and (max-width: 860px) {
  .footer_container {
    padding-left: 0;
  }
  .footer_container .pc {
    display: none !important;
  }
  .footer_container .tablet {
    display: none !important;
  }
  .footer_container .sp-only {
    display: flex !important;
  }
}

.footer_container_index {
  background-color: #fff;
  color: #000000;
  margin: 0 auto;
  padding-left: 7.5rem;
  padding-top: 0;
  text-align: left;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer_container_index {
    padding-left: 2.5rem;
  }
  .footer_container_index .pc {
    display: none !important;
  }
  .footer_container_index .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .footer_container_index {
    padding-left: 0;
  }
}
@media screen and (max-width: 860px) {
  .footer_container_index {
    margin: 0 auto;
    padding-left: 0;
  }
  .footer_container_index .pc {
    display: none !important;
  }
  .footer_container_index .tablet {
    display: none !important;
  }
  .footer_container_index .sp-only {
    display: flex !important;
  }
}

.footer_nav {
  padding-bottom: 80px;
}
@media (orientation: landscape) and (max-width: 950px) {
  .footer_nav {
    padding: 5rem 3rem 26.25rem 2.5rem;
  }
}
@media screen and (max-width: 860px) {
  .footer_nav {
    padding: 2.5rem 3rem 30rem;
  }
  .footer_nav .pc {
    display: none !important;
  }
  .footer_nav .tablet {
    display: none !important;
  }
  .footer_nav .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 640px) {
  .footer_nav {
    padding: 2.5rem 3rem 21.875rem;
  }
  .footer_nav .pc {
    display: none !important;
  }
  .footer_nav .tablet {
    display: none !important;
  }
  .footer_nav .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .footer_nav {
    padding: 2.5rem 3rem 26.875rem;
  }
  .footer_nav .pc {
    display: none !important;
  }
  .footer_nav .tablet {
    display: none !important;
  }
  .footer_nav .sp-s {
    display: flex !important;
  }
}

.footer_nav_index {
  padding-top: 0;
  padding-bottom: 80px;
}
@media (orientation: landscape) and (max-width: 950px) {
  .footer_nav_index {
    padding: 5rem 3rem 26.25rem 2.5rem;
  }
}
@media screen and (max-width: 860px) {
  .footer_nav_index {
    padding: 2.5rem 3rem 30rem;
  }
  .entry_nav {
    padding: 2.5rem 3rem 2.5rem !important;
  }
}
@media screen and (max-width: 640px) {
  .footer_nav_index {
    padding: 2.5rem 3rem 21.875rem;
  }

  .entry_nav {
    padding: 2.5rem 3rem 2.5rem !important;
  }
}
@media screen and (max-width: 500px) {
  .footer_nav_index {
    padding: 2.5rem 3rem 26.875rem;
  }
  .entry_nav {
    padding: 2.5rem 3rem 2.5rem !important;
  }
}

/*---フッターナビ---*/
.footer_menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .footer_menu .pc {
    display: none !important;
  }
  .footer_menu .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .footer_menu {
    height: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 860px) {
  .footer_menu {
    height: 100%;
    justify-content: center;
    padding-bottom: 25px;
  }
  .footer_menu .pc {
    display: none !important;
  }
  .footer_menu .tablet {
    display: none !important;
  }
  .footer_menu .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 640px) {
  .footer_menu {
    flex-direction: column;
    gap: 30px;
  }
  .footer_menu .pc {
    display: none !important;
  }
  .footer_menu .tablet {
    display: none !important;
  }
  .footer_menu .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .footer_menu {
    flex-wrap: wrap;
    margin: 1em 0;
    list-style-type: disc;
    gap: 1.5625rem;
    height: 100%;
    padding-bottom: 6.25rem;
    padding-bottom: 0;
  }
  .footer_menu .pc {
    display: none !important;
  }
  .footer_menu .tablet {
    display: none !important;
  }
  .footer_menu .sp-s {
    display: flex !important;
  }
}

.footer_sub_menu {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 860px) {
  .footer_sub_menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }
  .footer_sub_menu .pc {
    display: none !important;
  }
  .footer_sub_menu .tablet {
    display: none !important;
  }
  .footer_sub_menu .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 640px) {
  .footer_sub_menu {
    display: flex;
    justify-content: flex-start;
  }
  .footer_sub_menu .pc {
    display: none !important;
  }
  .footer_sub_menu .tablet {
    display: none !important;
  }
  .footer_sub_menu .sp-only {
    display: flex !important;
  }
}

.footer_sub_menu .footer_sub_menu_list {
  font-size: 16px;
}
@media screen and (max-width: 860px) {
  .footer_sub_menu .footer_sub_menu_list {
    font-size: 14px;
  }
  .footer_sub_menu .footer_sub_menu_list .pc {
    display: none !important;
  }
  .footer_sub_menu .footer_sub_menu_list .tablet {
    display: none !important;
  }
  .footer_sub_menu .footer_sub_menu_list .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 640px) {
  .footer_sub_menu .footer_sub_menu_list {
    display: list-item;
    list-style-type: disc;
  }
  .footer_sub_menu .footer_sub_menu_list .pc {
    display: none !important;
  }
  .footer_sub_menu .footer_sub_menu_list .tablet {
    display: none !important;
  }
  .footer_sub_menu .footer_sub_menu_list .sp-only {
    display: flex !important;
  }
}

.footer_index .footer_sub_menu,
.footer_index .footer_sub_menu_list a {
  color: #000;
}

.f_menu_list {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  border-left: 1px solid #fff;
}
.f_menu_list:first-child {
  border-left: none;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .f_menu_list {
    width: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .f_menu_list .pc {
    display: none !important;
  }
  .f_menu_list .sp {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .f_menu_list {
    font-size: 1rem;
    display: list-item;
    list-style-type: disc;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    width: 100%;
  }
  .f_menu_list .pc {
    display: none !important;
  }
  .f_menu_list .tablet {
    display: none !important;
  }
  .f_menu_list .sp-only {
    display: flex !important;
  }
}

.sp-brain_nav .f_menu_list {
  font-size: 18px;
  font-weight: 500;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.sp-brain_nav .f_menu_list:first-child {
  border-left: none;
  padding-left: 0;
}

.f_menu_list_index {
  color: #000;
  border-left: 1px solid #000;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .f_menu_list_index {
    width: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .f_menu_list_index .pc {
    display: none !important;
  }
  .f_menu_list_index .sp {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .f_menu_list_index {
    font-size: 1rem;
    display: list-item;
    list-style-type: disc;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    width: 100%;
  }
  .f_menu_list_index .pc {
    display: none !important;
  }
  .f_menu_list_index .tablet {
    display: none !important;
  }
  .f_menu_list_index .sp-only {
    display: flex !important;
  }
}

.f_menu_list_index a {
  color: #000;
}

.footer_office_info {
  margin-bottom: 3.75rem;
  position: relative;
  z-index: 1;
  max-width: 550px;
}
@media (orientation: landscape) and (max-width: 950px) {
  .footer_office_info {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .footer_office_info {
    display: none;
  }
  .footer_office_info .pc {
    display: none !important;
  }
  .footer_office_info .tablet {
    display: none !important;
  }
  .footer_office_info .sp-only {
    display: flex !important;
  }
}

.footer_office_info_sp {
  display: none;
}
@media (orientation: landscape) and (max-width: 950px) {
  .footer_office_info_sp {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  .footer_office_info_sp {
    display: block;
  }
  .footer_office_info_sp .pc {
    display: none !important;
  }
  .footer_office_info_sp .tablet {
    display: none !important;
  }
  .footer_office_info_sp .sp-only {
    display: flex !important;
  }
}

.logo_footer {
  margin-bottom: 2.5rem;
  width: auto;
  height: 50px;
}

.logo_footer_sp_area {
  position: relative;
  width: 100%;
  text-align: center;
}

.logo_footer_sp {
  width: 140px;
  height: 50px;
  margin-bottom: 1.875rem;
  position: relative;
  margin: 0 auto;
}

.logo_footer_sp_area::before {
  content: '';
  width: calc(50% - 100px);
  height: 1px;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.logo_footer_sp_area::after {
  content: '';
  width: calc(50% - 100px);
  height: 1px;
  position: absolute;
  background-color: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bg_black::before,
.bg_black::after {
  background-color: #000;
}

.footer_office_txt_area {
  margin-bottom: 1.25rem;
}
@media (orientation: landscape) and (max-width: 950px) {
  .footer_office_txt_area {
    margin-bottom: 1.5625rem;
  }
}
@media screen and (max-width: 860px) {
  .footer_office_txt_area {
    margin-bottom: 1.5625rem;
  }
  .footer_office_txt_area .pc {
    display: none !important;
  }
  .footer_office_txt_area .tablet {
    display: none !important;
  }
  .footer_office_txt_area .sp-only {
    display: flex !important;
  }
}

@media (orientation: landscape) and (max-width: 950px) {
  .footer_name {
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
    padding-bottom: 0.9375rem;
    text-align: center;
  }
}
@media screen and (max-width: 860px) {
  .footer_name {
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
    padding-bottom: 0.9375rem;
    text-align: center;
  }
  .footer_name .pc {
    display: none !important;
  }
  .footer_name .tablet {
    display: none !important;
  }
  .footer_name .sp-only {
    display: flex !important;
  }
}

.footer_office_txt_wrap {
  padding: 0 0.9375rem;
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

.access_map_name_s {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 0.3125rem;
}
@media (orientation: landscape) and (max-width: 950px) {
  .access_map_name_s {
    font-size: 1.125rem;
    padding-bottom: 0.3125rem;
  }
}
@media screen and (max-width: 860px) {
  .access_map_name_s {
    font-size: 1.125rem;
    padding-bottom: 0.4375rem;
  }
  .access_map_name_s .pc {
    display: none !important;
  }
  .access_map_name_s .tablet {
    display: none !important;
  }
  .access_map_name_s .sp-only {
    display: flex !important;
  }
}

.sp-brain_nav_ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}

.access_map_address {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 860px) {
  .access_map_address {
    font-size: 1rem;
  }
  .access_map_address .pc {
    display: none !important;
  }
  .access_map_address .tablet {
    display: none !important;
  }
  .access_map_address .sp-only {
    display: flex !important;
  }
}

.access_map_index {
  color: #000;
}

.access_map_index a {
  color: #000;
}

.copyright {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.125rem;
}
@media (orientation: landscape) and (max-width: 950px) {
  .copyright {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .copyright {
    display: none;
  }
  .copyright .pc {
    display: none !important;
  }
  .copyright .tablet {
    display: none !important;
  }
  .copyright .sp-only {
    display: flex !important;
  }
}

.copyright_index {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.125rem;
}

.copyright_sp {
  display: none;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.125rem;
}
@media (orientation: landscape) and (max-width: 950px) {
  .copyright_sp {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 860px) {
  .copyright_sp {
    display: block;
    text-align: center;
  }
  .copyright_sp .pc {
    display: none !important;
  }
  .copyright_sp .tablet {
    display: none !important;
  }
  .copyright_sp .sp-only {
    display: flex !important;
  }
}

.tmland {
  position: absolute;
  right: -303px;
  bottom: -127px;
  max-width: 956px;
  width: 70vw;
  z-index: 2;
}
@media (orientation: landscape) and (max-width: 950px) {
  .tmland {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .tmland {
    display: none;
  }
  .tmland .pc {
    display: none !important;
  }
  .tmland .tablet {
    display: none !important;
  }
  .tmland .sp-only {
    display: flex !important;
  }
}

@media (orientation: landscape) and (max-width: 950px) {
  .sp_f_menu_tmland {
    position: absolute;
    left: -4.4vw;
    bottom: -47.9vw;
    width: 960px;
    width: 125vw;
    z-index: 1;
  }
}
@media screen and (max-width: 860px) {
  .sp_f_menu_tmland {
    position: absolute;
    left: -4.4vw;
    bottom: -37.9vw;
    width: 960px;
    width: 125vw;
    z-index: 1;
  }
  .sp_f_menu_tmland .pc {
    display: none !important;
  }
  .sp_f_menu_tmland .tablet {
    display: none !important;
  }
  .sp_f_menu_tmland .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .sp_f_menu_tmland {
    position: absolute;
    left: -34px;
    bottom: -111px;
    width: 660px;
    z-index: 1;
  }
  .sp_f_menu_tmland .pc {
    display: none !important;
  }
  .sp_f_menu_tmland .tablet {
    display: none !important;
  }
  .sp_f_menu_tmland .sp-s {
    display: flex !important;
  }
}

.sp_f_menu_tmland_link {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
@media (orientation: landscape) and (max-width: 950px) {
  .sp_f_menu_tmland_link {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  .sp_f_menu_tmland_link {
    display: block;
  }
  .sp_f_menu_tmland_link .pc {
    display: none !important;
  }
  .sp_f_menu_tmland_link .tablet {
    display: none !important;
  }
  .sp_f_menu_tmland_link .sp-only {
    display: flex !important;
  }
}

.tmland_sp_header_img {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 100%;
}

@media (orientation: landscape) and (max-width: 950px) {
  .tmland_sp_f_arrow {
    position: absolute;
    left: 590px;
    top: 159px;
    left: 77vw;
    top: 20.7vw;
    width: 50px;
    z-index: 2;
  }
}
@media screen and (max-width: 860px) {
  .tmland_sp_f_arrow {
    position: absolute;
    left: 590px;
    top: 159px;
    left: 77vw;
    top: 20.7vw;
    width: 50px;
    z-index: 2;
  }
  .tmland_sp_f_arrow .pc {
    display: none !important;
  }
  .tmland_sp_f_arrow .tablet {
    display: none !important;
  }
  .tmland_sp_f_arrow .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .tmland_sp_f_arrow {
    left: 353px;
    top: 88px;
  }
  .tmland_sp_f_arrow .pc {
    display: none !important;
  }
  .tmland_sp_f_arrow .tablet {
    display: none !important;
  }
  .tmland_sp_f_arrow .sp-s {
    display: flex !important;
  }
}

.sp_f_menu_mokomoko {
  display: none;
}
@media (orientation: landscape) and (max-width: 950px) {
  .sp_f_menu_mokomoko {
    display: block;
    width: 138px;
    height: auto;
    transform: rotate(6.8deg);
    position: absolute;
    left: -17px;
    bottom: 196px;
    width: 18vw;
    left: -2.2vw;
    bottom: 15.6vw;
    z-index: 0;
  }
}
@media screen and (max-width: 860px) {
  .sp_f_menu_mokomoko {
    display: block;
    width: 138px;
    height: auto;
    transform: rotate(6.8deg);
    position: absolute;
    left: -17px;
    bottom: 196px;
    width: 18vw;
    left: -2.2vw;
    bottom: 25.6vw;
    z-index: 0;
  }
  .sp_f_menu_mokomoko .pc {
    display: none !important;
  }
  .sp_f_menu_mokomoko .tablet {
    display: none !important;
  }
  .sp_f_menu_mokomoko .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .sp_f_menu_mokomoko {
    width: 138px;
    left: -17px;
    bottom: 196px;
  }
  .sp_f_menu_mokomoko .pc {
    display: none !important;
  }
  .sp_f_menu_mokomoko .tablet {
    display: none !important;
  }
  .sp_f_menu_mokomoko .sp-s {
    display: flex !important;
  }
}

.footer_menu_spbrain_ttl {
  font-size: 1.25rem;
  line-height: 1.125rem;
  font-weight: 700;
  padding-top: 3.125rem;
  padding-bottom: 1.5625rem;
}

.footer_menu_spbrain {
  height: auto;
  padding-bottom: 1.5625rem;
}

.footer_menu_spbrain .f_menu_list {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
}
.footer_menu_spbrain .f_menu_list:first-child {
  padding-left: 0;
}
@media screen and (max-width: 860px) {
  .footer_menu_spbrain .f_menu_list {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .footer_menu_spbrain .f_menu_list {
    display: list-item;
    list-style-type: disc;
    padding-left: 0;
  }
}
.footer_menu_spbrain.list_wt .f_menu_list,
.footer_menu_spbrain.list_wt .f_menu_list a {
  color: #fff;
}

/*  ----------------------------------------------------------
# 5.0 - フッター（footer） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 6.0 - 下層 お問い合わせ CONTACT
----------------------------------------------------------  */
/*キャラ吹き出し*/
.bubble_box {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  position: relative;
}

.bubble {
  background-color: #fff;
  border-radius: 99px;
  width: 250px;
  height: 50px;
  position: relative;
  margin-bottom: 1.5rem;
}

.bubble_intro {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.bubble_intro::before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.bubble_intro::after {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  left: 50%;
}

.bubble_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  height: 50px;
}

.bubble_box_l {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.bubble_box_r {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.bubble_service_1::before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  bottom: -10px;
  left: 28px;
}

.bubble_service_1::after {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  bottom: -30px;
  left: 17px;
}

.bubble_service_2 {
  text-align: right;
}

.service_intro_mokomoko {
  width: 170px;
  height: auto;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.service_1_mokomoko {
  width: 170px;
  height: auto;
  transform: rotate(15deg);
  position: absolute;
  left: -125px;
  top: 45px;
}

.service_2_mokomoko {
  width: 170px;
  height: auto;
  transform: rotate(-15deg);
  position: absolute;
  right: -125px;
  top: 45px;
}

.bubble_service_2::before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  bottom: -10px;
  right: 28px;
}

.bubble_service_2::after {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  bottom: -30px;
  right: 17px;
}

/*キャラ吹き出し ここまで*/
.lower_contact {
  width: 100%;
  position: relative;
  overflow: clip;
}

.contact {
  position: relative;
  z-index: 0;
  color: #000;
  padding-bottom: 12.1875rem;
}
@media screen and (max-width: 860px) {
  .contact {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .contact .pc {
    display: none !important;
  }
  .contact .tablet {
    display: none !important;
  }
  .contact .sp-only {
    display: flex !important;
  }
}

.contact_wrap {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .contact_wrap {
    padding: 0 0.9375rem;
  }
}

.contact_ttl_box {
  padding-bottom: 4.5625rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .contact_ttl_box {
    padding-bottom: 1.875rem;
  }
  .contact_ttl_box .pc {
    display: none !important;
  }
  .contact_ttl_box .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .contact_ttl_box {
    padding-bottom: 1.25rem;
  }
  .contact_ttl_box .pc {
    display: none !important;
  }
  .contact_ttl_box .tablet {
    display: none !important;
  }
  .contact_ttl_box .sp-s {
    display: flex !important;
  }
}

.contact_ttl {
  font-family: 'Jost', sans-serif;
  font-size: 4.375rem;
  font-weight: 700;
  background: linear-gradient(93deg, #e94d6b 0%, #f5a214 30%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
  .contact_ttl {
    font-size: 3rem;
  }
  .contact_ttl .pc {
    display: none !important;
  }
  .contact_ttl .sp {
    display: block !important;
  }
}

.contact_subttl {
  color: #3e3e3e;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .contact_subttl {
    font-size: 1.25rem;
  }
  .contact_subttl .pc {
    display: none !important;
  }
  .contact_subttl .sp {
    display: block !important;
  }
}

.contact_container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .contact_container {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_container {
    display: block;
  }
  .contact_container .pc {
    display: none !important;
  }
  .contact_container .sp {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .contact_order {
    display: flex;
    gap: 30px;
  }
  .contact_order .pc {
    display: none !important;
  }
  .contact_order .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .contact_order {
    margin-top: 10px;
  }
  .contact_order .pc {
    display: none !important;
  }
  .contact_order .tablet {
    display: none !important;
  }
  .contact_order .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .contact_order {
    gap: 15px;
    justify-content: space-around;
  }
  .contact_order .pc {
    display: none !important;
  }
  .contact_order .tablet {
    display: none !important;
  }
  .contact_order .sp-s {
    display: flex !important;
  }
}

.order {
  margin-bottom: 35px;
  position: relative;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 860px) {
  .order {
    gap: 5px;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
  }
  .order .pc {
    display: none !important;
  }
  .order .tablet {
    display: none !important;
  }
  .order .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .order {
    margin-bottom: 30px;
  }
  .order .pc {
    display: none !important;
  }
  .order .tablet {
    display: none !important;
  }
  .order .sp-s {
    display: flex !important;
  }
}

.order:last-child::after {
  display: none;
}

.order_txt {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.5;
}
@media screen and (max-width: 860px) {
  .order_txt {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
  }
  .order_txt .pc {
    display: none !important;
  }
  .order_txt .tablet {
    display: none !important;
  }
  .order_txt .sp-only {
    display: flex !important;
  }
}

.number {
  color: #3e3e3e;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 600;
  opacity: 0.5;
}
@media screen and (max-width: 860px) {
  .number {
    font-size: 16px;
  }
  .number .pc {
    display: none !important;
  }
  .number .tablet {
    display: none !important;
  }
  .number .sp-only {
    display: flex !important;
  }
}

.order_now .order_txt {
  opacity: 1;
}

.order_now .number {
  opacity: 1;
}

.order_spbrain {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 15px;
}
@media screen and (max-width: 860px) {
  .order_spbrain {
    font-size: 15px;
    text-align: center;
  }
  .order_spbrain .pc {
    display: none !important;
  }
  .order_spbrain .tablet {
    display: none !important;
  }
  .order_spbrain .sp-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1024px) {
  .contact_order_bottom {
    display: none;
  }
  .contact_order_bottom .pc {
    display: none !important;
  }
  .contact_order_bottom .sp {
    display: block !important;
  }
}

.contact_order_bottom2 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .contact_order_bottom2 {
    display: block;
    margin: 0 auto;
    padding-top: 55px;
  }
  .contact_order_bottom2 .pc {
    display: none !important;
  }
  .contact_order_bottom2 .sp {
    display: block !important;
  }
}

.order_spbrain_img {
  width: 313px;
  border-radius: 6px;
  border: 2px solid #000;
}
@media screen and (max-width: 860px) {
  .order_spbrain_img {
    width: 250px;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
  }
  .order_spbrain_img .pc {
    display: none !important;
  }
  .order_spbrain_img .tablet {
    display: none !important;
  }
  .order_spbrain_img .sp-only {
    display: flex !important;
  }
}

.bubble_contact {
  text-align: center;
  width: 255px;
  height: 49px;
  background-color: #fff;
  border-radius: 99px;
  position: relative;
  margin-bottom: 2.5rem;
  border: 1px solid #000;
}

.bubble_contact_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3e3e3e;
  background-color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.9375rem;
  z-index: 2;
  border-radius: 99px;
}
@media screen and (max-width: 1024px) {
  .bubble_contact_txt {
    font-size: 1rem;
  }
  .bubble_contact_txt .pc {
    display: none !important;
  }
  .bubble_contact_txt .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .bubble_contact_txt {
    font-size: 0.875rem;
  }
  .bubble_contact_txt .pc {
    display: none !important;
  }
  .bubble_contact_txt .tablet {
    display: none !important;
  }
  .bubble_contact_txt .sp-s {
    display: flex !important;
  }
}

.contact_bubble_box {
  position: relative;
  margin-top: 205px;
  margin-left: 70px;
}
@media screen and (min-width: 1441px) {
  .contact_bubble_box {
    position: relative;
    margin-top: 205px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 1280px) {
  .contact_bubble_box {
    margin-left: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_bubble_box {
    margin-top: 0;
    margin-left: 120px;
    margin-bottom: 150px;
  }
  .contact_bubble_box .pc {
    display: none !important;
  }
  .contact_bubble_box .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .contact_bubble_box {
    margin-bottom: 100px;
    margin-left: 85px;
    margin-top: 0;
  }
  .contact_bubble_box .pc {
    display: none !important;
  }
  .contact_bubble_box .tablet {
    display: none !important;
  }
  .contact_bubble_box .sp-only {
    display: flex !important;
  }
}

.confirm_box {
  margin-top: 730px;
}
@media screen and (max-width: 1024px) {
  .confirm_box {
    margin-top: 50px;
  }
  .confirm_box .pc {
    display: none !important;
  }
  .confirm_box .sp {
    display: block !important;
  }
}

.contact_bubble_box_thanks {
  position: absolute;
  top: 0;
  left: 107px;
}
@media screen and (max-width: 1024px) {
  .contact_bubble_box_thanks {
    top: 152px;
    left: 76px;
  }
  .contact_bubble_box_thanks .pc {
    display: none !important;
  }
  .contact_bubble_box_thanks .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .contact_bubble_box_thanks {
    top: 250px;
    left: 76px;
  }
  .contact_bubble_box_thanks .pc {
    display: none !important;
  }
  .contact_bubble_box_thanks .tablet {
    display: none !important;
  }
  .contact_bubble_box_thanks .sp-s {
    display: flex !important;
  }
}

.contact_bubble_box_thanks_right {
  position: absolute;
  top: 156px;
  right: 65px;
}
@media screen and (max-width: 1024px) {
  .contact_bubble_box_thanks_right {
    top: 200px;
    right: 80px;
  }
  .contact_bubble_box_thanks_right .pc {
    display: none !important;
  }
  .contact_bubble_box_thanks_right .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .contact_bubble_box_thanks_right {
    right: 57px;
  }
  .contact_bubble_box_thanks_right .pc {
    display: none !important;
  }
  .contact_bubble_box_thanks_right .tablet {
    display: none !important;
  }
  .contact_bubble_box_thanks_right .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .contact_bubble_box_thanks_right {
    top: 328px;
    right: 57px;
  }
  .contact_bubble_box_thanks_right .pc {
    display: none !important;
  }
  .contact_bubble_box_thanks_right .tablet {
    display: none !important;
  }
  .contact_bubble_box_thanks_right .sp-s {
    display: flex !important;
  }
}

.confirm {
  width: 176px;
}

.thanks-l {
  width: 200px;
}

.thanks-r {
  width: 186px;
}

.bubble_contact::before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  border: 1px solid #000;
  bottom: -10px;
  left: 18px;
}

.bubble_contact::after {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  border: 1px solid #000;
  bottom: -22px;
  left: 6px;
}

.thanks-r::before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  border: 1px solid #000;
  bottom: -10px;
  right: 18px;
  left: auto;
}

.thanks-r::after {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  border: 1px solid #000;
  bottom: -22px;
  right: 6px;
  left: auto;
}

.contact_mokomoko {
  position: absolute;
  left: -160px;
  top: -12px;
  transform: rotate(15deg);
  width: 170px;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .contact_mokomoko {
    width: 120px;
    left: -120px;
  }
  .contact_mokomoko .pc {
    display: none !important;
  }
  .contact_mokomoko .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .contact_mokomoko {
    width: 100px;
    left: -112px;
  }
  .contact_mokomoko .pc {
    display: none !important;
  }
  .contact_mokomoko .tablet {
    display: none !important;
  }
  .contact_mokomoko .sp-s {
    display: flex !important;
  }
}

.contact_mokomoko_thanks {
  position: absolute;
  right: -122px;
  top: 20px;
  width: 150px;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .contact_mokomoko_thanks {
    width: 120px;
    right: -100px;
  }
  .contact_mokomoko_thanks .pc {
    display: none !important;
  }
  .contact_mokomoko_thanks .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .contact_mokomoko_thanks {
    width: 100px;
    right: -86px;
  }
  .contact_mokomoko_thanks .pc {
    display: none !important;
  }
  .contact_mokomoko_thanks .tablet {
    display: none !important;
  }
  .contact_mokomoko_thanks .sp-s {
    display: flex !important;
  }
}

.contact_form_area {
  max-width: 742px;
  width: 100%;
}

.contact_form_area_txt {
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 54px;
}
@media screen and (max-width: 860px) {
  .contact_form_area_txt {
    font-size: 15px;
    line-height: 27px;
    padding-bottom: 35px;
  }
  .contact_form_area_txt .pc {
    display: none !important;
  }
  .contact_form_area_txt .tablet {
    display: none !important;
  }
  .contact_form_area_txt .sp-only {
    display: flex !important;
  }
}

.contact_form {
  width: 100%;
}

.form_dl {
  width: 100%;
  margin-bottom: 35px;
}
@media screen and (max-width: 500px) {
  .form_dl {
    margin-bottom: 20px;
  }
  .form_dl .pc {
    display: none !important;
  }
  .form_dl .tablet {
    display: none !important;
  }
  .form_dl .sp-s {
    display: flex !important;
  }
}
.form_dl dt {
  margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
  .form_dl dt {
    margin-bottom: 8px;
  }
  .form_dl dt .pc {
    display: none !important;
  }
  .form_dl dt .tablet {
    display: none !important;
  }
  .form_dl dt .sp-s {
    display: flex !important;
  }
}

.aster {
  display: block;
  color: #3e3e3e;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .aster {
    font-size: 18px;
  }
  .aster .pc {
    display: none !important;
  }
  .aster .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .aster {
    font-size: 16px;
    line-height: normal;
  }
  .aster .pc {
    display: none !important;
  }
  .aster .tablet {
    display: none !important;
  }
  .aster .sp-only {
    display: flex !important;
  }
}

.w1 {
  display: block;
  background-color: #fff;
  padding: 14px 15px;
  width: 100%;
  border: 2px solid transparent; /* 初期ボーダーは透明 */
  border-radius: 8px; /* 角を丸める */
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #e94d6b, #f5a214); /* 背景を2層に */
  background-origin: border-box;
  background-clip: padding-box, border-box; /* グラデーションボーダーに対応 */
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}
@media screen and (max-width: 860px) {
  .w1 {
    padding: 10px 12px;
  }
  .w1 .pc {
    display: none !important;
  }
  .w1 .tablet {
    display: none !important;
  }
  .w1 .sp-only {
    display: flex !important;
  }
}

.form_line {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 35px;
}
@media screen and (max-width: 860px) {
  .form_line {
    margin-bottom: 20px;
  }
  .form_line .pc {
    display: none !important;
  }
  .form_line .tablet {
    display: none !important;
  }
  .form_line .sp-only {
    display: flex !important;
  }
}

.form_line_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
}

.zip_wrap {
  align-items: flex-end;
}

.form_zipcode {
  width: 30%;
}

.pref_wrap {
  width: 30%;
}

.city_wrap {
  width: calc(70% - 30px);
}

.cases_wrap {
  display: flex;
  gap: 10px;
}

.cases_wrap span {
  display: flex;
  font-size: 22px;
  font-weight: 700;
  align-items: center;
}

.formTable {
  width: 100%;
}

#formWrap h4,
#formWrap p {
  color: red;
  text-align: left !important;
}

#formWrap h4 {
  margin-bottom: 30px;
  font-size: 20px;
}

.error_messe {
  margin-bottom: 15px;
  font-size: 18px;
}

::-moz-placeholder {
  color: #919191;
  font-size: 16px;
}

::placeholder {
  color: #919191;
  font-size: 16px;
}

input[type='submit'] {
  padding-left: 50px;
  text-align: left;
}

.form-submit_btn {
  width: 300px;
  height: 80px;
  color: #3e3e3e;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3125rem;
  position: relative;
  border: 2px solid transparent; /* 初期ボーダーは透明 */
  border-radius: 80px; /* 角を丸める */
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #e94d6b, #f5a214); /* 背景を2層に */
  background-origin: border-box;
  background-clip: padding-box, border-box; /* グラデーションボーダーに対応 */
}
@media screen and (max-width: 1024px) {
  .form-submit_btn {
    width: 100%;
  }
  .form-submit_btn .pc {
    display: none !important;
  }
  .form-submit_btn .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .form-submit_btn {
    width: 100%;
    height: 50px;
    font-size: 1rem;
    gap: 20px;
    justify-content: center;
    padding-left: 0;
    margin: 0 auto;
  }
  .form-submit_btn .pc {
    display: none !important;
  }
  .form-submit_btn .tablet {
    display: none !important;
  }
  .form-submit_btn .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .form-submit_btn {
    max-width: 100%;
  }
  .form-submit_btn .pc {
    display: none !important;
  }
  .form-submit_btn .tablet {
    display: none !important;
  }
  .form-submit_btn .sp-s {
    display: flex !important;
  }
}

.btn_thanks {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .btn_thanks {
    margin: 0 auto;
    padding-left: 0;
    justify-content: center;
  }
  .btn_thanks .pc {
    display: none !important;
  }
  .btn_thanks .tablet {
    display: none !important;
  }
  .btn_thanks .sp-only {
    display: flex !important;
  }
}

.form-submit_area {
  margin-top: 68px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .form-submit_area {
    justify-content: center;
  }
  .form-submit_area .pc {
    display: none !important;
  }
  .form-submit_area .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .form-submit_area {
    margin-top: 40px;
  }
  .form-submit_area .pc {
    display: none !important;
  }
  .form-submit_area .tablet {
    display: none !important;
  }
  .form-submit_area .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .form-submit_area {
    display: block;
  }
  .form-submit_area .pc {
    display: none !important;
  }
  .form-submit_area .tablet {
    display: none !important;
  }
  .form-submit_area .sp-s {
    display: flex !important;
  }
}

@media screen and (max-width: 1024px) {
  .form-submit_area_confirm {
    display: flex;
    width: 100%;
    gap: 20px;
  }
  .form-submit_area_confirm .pc {
    display: none !important;
  }
  .form-submit_area_confirm .sp {
    display: block !important;
  }
}

.form-submit_btn_wrapper {
  display: block;
  position: relative;
  transition: all 0.3s;
  width: 300px;
  height: 80px;
}
@media screen and (max-width: 1024px) {
  .form-submit_btn_wrapper {
    width: 70%;
  }
  .form-submit_btn_wrapper .pc {
    display: none !important;
  }
  .form-submit_btn_wrapper .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .form-submit_btn_wrapper {
    height: 50px;
  }
  .form-submit_btn_wrapper .pc {
    display: none !important;
  }
  .form-submit_btn_wrapper .tablet {
    display: none !important;
  }
  .form-submit_btn_wrapper .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .form-submit_btn_wrapper {
    margin: 0 auto;
  }
  .form-submit_btn_wrapper .pc {
    display: none !important;
  }
  .form-submit_btn_wrapper .tablet {
    display: none !important;
  }
  .form-submit_btn_wrapper .sp-s {
    display: flex !important;
  }
}

.form-submit_btn_wrapper::after {
  content: '';
  position: absolute;
  background-image: url(../img/arrow_dgy.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(270deg);
  right: 25px;
}

.thanks_btn_wrapper {
  display: block;
  position: relative;
  transition: all 0.3s;
  width: 300px;
  height: 80px;
  margin: 30px auto 0;
}
@media screen and (max-width: 860px) {
  .thanks_btn_wrapper {
    width: 220px;
    height: 50px;
    margin: 110px auto 0;
  }
  .thanks_btn_wrapper .pc {
    display: none !important;
  }
  .thanks_btn_wrapper .tablet {
    display: none !important;
  }
  .thanks_btn_wrapper .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .thanks_btn_wrapper {
    margin: 0 auto;
  }
  .thanks_btn_wrapper .pc {
    display: none !important;
  }
  .thanks_btn_wrapper .tablet {
    display: none !important;
  }
  .thanks_btn_wrapper .sp-s {
    display: flex !important;
  }
}

.contact_ttl_box_thanks {
  padding-bottom: 3.5625rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .contact_ttl_box_thanks {
    padding: 0 0.9375rem;
  }
}
@media screen and (max-width: 1024px) {
  .contact_ttl_box_thanks {
    padding-bottom: 1.875rem;
  }
  .contact_ttl_box_thanks .pc {
    display: none !important;
  }
  .contact_ttl_box_thanks .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .contact_ttl_box_thanks {
    padding: 0 0.9375rem 1.25rem;
  }
  .contact_ttl_box_thanks .pc {
    display: none !important;
  }
  .contact_ttl_box_thanks .tablet {
    display: none !important;
  }
  .contact_ttl_box_thanks .sp-s {
    display: flex !important;
  }
}

.thanks_img {
  width: 100%;
  max-width: 1272px;
  margin: 50px auto 13px;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .thanks_img {
    margin-top: 0;
  }
  .thanks_img .pc {
    display: none !important;
  }
  .thanks_img .tablet {
    display: none !important;
  }
  .thanks_img .sp-only {
    display: flex !important;
  }
}

.contact_thanks_area {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 500px) {
  .contact_thanks_area {
    padding-top: 0;
    padding-bottom: 300px;
  }
  .contact_thanks_area .pc {
    display: none !important;
  }
  .contact_thanks_area .tablet {
    display: none !important;
  }
  .contact_thanks_area .sp-s {
    display: flex !important;
  }
}

.contact_thanks_subttl {
  color: #3e3e3e;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 30px;
}
@media screen and (max-width: 860px) {
  .contact_thanks_subttl {
    font-size: 20px;
    line-height: normal;
  }
  .contact_thanks_subttl .pc {
    display: none !important;
  }
  .contact_thanks_subttl .tablet {
    display: none !important;
  }
  .contact_thanks_subttl .sp-only {
    display: flex !important;
  }
}

.contact_thanks_txt {
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (max-width: 860px) {
  .contact_thanks_txt {
    font-size: 18px;
    line-height: normal;
  }
  .contact_thanks_txt .pc {
    display: none !important;
  }
  .contact_thanks_txt .tablet {
    display: none !important;
  }
  .contact_thanks_txt .sp-only {
    display: flex !important;
  }
}

.font_black {
  color: #000;
}

.form-submit_btn_back {
  position: relative;
  transition: all 0.3s;
  width: 200px;
  height: 80px;
  padding-right: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 80px;
  border: 2px solid #3e3e3e;
  color: #3e3e3e;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3125rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .form-submit_btn_back {
    width: 30%;
    padding-right: 0;
  }
  .form-submit_btn_back .pc {
    display: none !important;
  }
  .form-submit_btn_back .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .form-submit_btn_back {
    height: 50px;
    font-size: 1rem;
    gap: 20px;
    justify-content: center;
    padding-left: 0;
  }
  .form-submit_btn_back .pc {
    display: none !important;
  }
  .form-submit_btn_back .tablet {
    display: none !important;
  }
  .form-submit_btn_back .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .form-submit_btn_back {
    margin: 0 auto 15px;
    max-width: 100%;
  }
  .form-submit_btn_back .pc {
    display: none !important;
  }
  .form-submit_btn_back .tablet {
    display: none !important;
  }
  .form-submit_btn_back .sp-s {
    display: flex !important;
  }
}

.form-submit_btn_back::after {
  content: '';
  position: absolute;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 17px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%) scaleX(-1);
}

.error {
  display: inline-block;
  margin-top: 5px;
  color: red;
}

/*  ----------------------------------------------------------
# 6.0 - 下層 お問い合わせ CONTACT -ここまで-
----------------------------------------------------------  */
/*---電話用---*/
.tel_link {
  text-decoration: underline;
}

@media screen and (min-width: 861px) {
  .tel_link {
    text-decoration: none;
  }
  a[href^='tel:'] {
    pointer-events: none;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .tel_link {
    text-decoration: underline;
  }
  a[href^='tel:'] {
    pointer-events: auto;
  }
}
/*  ----------------------------------------------------------
# 7.0 - 反響
----------------------------------------------------------  */
.reaction {
  margin-top: 35px;
  position: relative;
  z-index: 0;
}

.reaction_ttl_area {
  width: 100%;
  height: 280px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .reaction_ttl_area {
    height: 240px;
  }
  .reaction_ttl_area .pc {
    display: none !important;
  }
  .reaction_ttl_area .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .reaction_ttl_area {
    height: 200px;
  }
  .reaction_ttl_area .pc {
    display: none !important;
  }
  .reaction_ttl_area .tablet {
    display: none !important;
  }
  .reaction_ttl_area .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .reaction_ttl_area {
    height: 35vw;
  }
  .reaction_ttl_area .pc {
    display: none !important;
  }
  .reaction_ttl_area .tablet {
    display: none !important;
  }
  .reaction_ttl_area .sp-s {
    display: flex !important;
  }
}

.reaction_ttl_area::after {
  content: '';
  height: 100%;
  width: 100%;
  background-color: #ffff00;
  transform: skewY(-3deg); /*--傾斜を指定--*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.reaction_ttl_inner {
  z-index: 5;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.5rem 0 1.5625rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .reaction_ttl_inner {
    padding: 2.5rem 0.9375rem 1.5625rem;
    max-width: 100%;
  }
  .reaction_ttl_inner .pc {
    display: none !important;
  }
  .reaction_ttl_inner .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .reaction_ttl_inner {
    padding: 1.25rem 0.9375rem;
  }
  .reaction_ttl_inner .pc {
    display: none !important;
  }
  .reaction_ttl_inner .tablet {
    display: none !important;
  }
  .reaction_ttl_inner .sp-s {
    display: flex !important;
  }
}

.reaction_ttl {
  width: auto;
  max-height: 253px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .reaction_ttl {
    max-height: 200px;
  }
  .reaction_ttl .pc {
    display: none !important;
  }
  .reaction_ttl .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .reaction_ttl {
    max-height: 160px;
  }
  .reaction_ttl .pc {
    display: none !important;
  }
  .reaction_ttl .tablet {
    display: none !important;
  }
  .reaction_ttl .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .reaction_ttl {
    height: 100%;
    max-height: 110px;
  }
  .reaction_ttl .pc {
    display: none !important;
  }
  .reaction_ttl .tablet {
    display: none !important;
  }
  .reaction_ttl .sp-s {
    display: flex !important;
  }
}

.reaction_content_wrap {
  background-color: #f7f7f7;
  margin-top: -50px;
  padding-top: 50px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1024px) {
  .reaction_content_wrap {
    padding: 0 0.9375rem;
    padding-bottom: 6.25rem;
  }
  .reaction_content_wrap .pc {
    display: none !important;
  }
  .reaction_content_wrap .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .reaction_content_wrap {
    padding-bottom: 3.125rem;
  }
  .reaction_content_wrap .pc {
    display: none !important;
  }
  .reaction_content_wrap .tablet {
    display: none !important;
  }
  .reaction_content_wrap .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .reaction_content_wrap {
    margin-top: -15px;
    padding-bottom: 1.25rem;
  }
  .reaction_content_wrap .pc {
    display: none !important;
  }
  .reaction_content_wrap .tablet {
    display: none !important;
  }
  .reaction_content_wrap .sp-s {
    display: flex !important;
  }
}

.reaction_txt_box {
  padding-top: 4.0625rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.reaction_txt_box.subttl{
  margin: -140px auto 15px;
}
.reaction_txt_box.subttl .subttltx{
  max-width: 60%;
}

@media screen and (max-width: 1024px) {
  .reaction_txt_box {
    padding-top: 5.625rem;
    max-width: 100%;
  }
  .reaction_txt_box .pc {
    display: none !important;
  }
  .reaction_txt_box .sp {
    display: block !important;
  }
  .reaction_txt_box.subttl{
    padding: 0 0.9375rem;
    margin: -10vw auto 1vw;
  }
  .reaction_txt_box.subttl .subttltx{
    max-width: 45%;
  }
}
@media screen and (max-width: 860px) {
  .reaction_txt_box {
    text-align: center;
  }
  .reaction_txt_box .pc {
    display: none !important;
  }
  .reaction_txt_box .tablet {
    display: none !important;
  }
  .reaction_txt_box .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .reaction_txt_box {
    padding-top: 2.8125rem;
  }
  .reaction_txt_box .pc {
    display: none !important;
  }
  .reaction_txt_box .tablet {
    display: none !important;
  }
  .reaction_txt_box .sp-s {
    display: flex !important;
  }
  .reaction_txt_box.subttl .subttltx{
    max-width: 85%;
  }
  .reaction_txt_box.subttl{
    margin: -10vw auto 3vw;
  }
}

.reaction_subttl {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  padding-bottom: 3.125rem;
  position: relative;
}
.reaction_subttl .line_yl {
  position: relative;
  z-index: 2;
}
.reaction_subttl .line_yl::after {
  content: '';
  background-color: #ffff00;
  height: 26.5px;
  width: 407.7px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .reaction_subttl {
    font-size: 2.375rem;
    text-align: left;
    line-height: 140%;
  }
  .reaction_subttl .pc {
    display: none !important;
  }
  .reaction_subttl .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .reaction_subttl {
    font-size: 1.75rem;
    padding-bottom: 20px;
    line-height: 140%;
  }
  .reaction_subttl .line_yl::after {
    height: 16.5px;
  }
  .reaction_subttl .pc {
    display: none !important;
  }
  .reaction_subttl .tablet {
    display: none !important;
  }
  .reaction_subttl .sp-s {
    display: flex !important;
  }
}

.reaction_txt {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  line-height: 2.1875rem;
}
@media screen and (max-width: 1024px) {
  .reaction_txt {
    text-align: left;
  }
  .reaction_txt .pc {
    display: none !important;
  }
  .reaction_txt .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .reaction_txt {
    font-size: 1rem;
  }
  .reaction_txt .pc {
    display: none !important;
  }
  .reaction_txt .tablet {
    display: none !important;
  }
  .reaction_txt .sp-s {
    display: flex !important;
  }
}

.reaction_result_box {
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 3.5625rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 860px) {
  .reaction_result_box {
    padding-top: 5rem;
    padding-bottom: 1.875rem;
  }
  .reaction_result_box .pc {
    display: none !important;
  }
  .reaction_result_box .tablet {
    display: none !important;
  }
  .reaction_result_box .sp-only {
    display: flex !important;
  }
}

.reaction_result {
  font-size: 3.375rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.reaction_result .percent {
  font-size: 6.3125rem;
  font-style: italic;
  position: relative;
  margin-left: 19px;
  margin-right: 25px;
  z-index: 2;
}
.reaction_result .percent::after {
  content: '';
  background-color: #ffff00;
  height: 35.3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .reaction_result {
    font-size: 2.375rem;
  }
  .reaction_result .percent {
    font-size: 5rem;
  }
  .reaction_result .pc {
    display: none !important;
  }
  .reaction_result .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .reaction_result {
    font-size: 1.75rem;
  }
  .reaction_result .percent {
    font-size: 3.125rem;
    margin-left: 10px;
    margin-right: 10px;
  }
  .reaction_result .percent::after {
    height: 17px;
    bottom: 10px;
  }
  .reaction_result .pc {
    display: none !important;
  }
  .reaction_result .tablet {
    display: none !important;
  }
  .reaction_result .sp-s {
    display: flex !important;
  }
}

.reaction_result::before {
  content: '';
  background-image: url(../img/nanto.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  width: 117px;
  height: 41px;
  position: absolute;
  left: -46px;
  top: 30px;
}
@media screen and (max-width: 1024px) {
  .reaction_result::before {
    top: 20px;
  }
  .reaction_result::before .pc {
    display: none !important;
  }
  .reaction_result::before .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .reaction_result::before {
    left: 30px;
    top: -25px;
  }
  .reaction_result::before .pc {
    display: none !important;
  }
  .reaction_result::before .tablet {
    display: none !important;
  }
  .reaction_result::before .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .reaction_result::before {
    left: -2%;
    top: -30px;
  }
  .reaction_result::before .pc {
    display: none !important;
  }
  .reaction_result::before .tablet {
    display: none !important;
  }
  .reaction_result::before .sp-s {
    display: flex !important;
  }
}

.reaction_graph_box {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 706px;
  max-height: 590px;
  z-index: 20;
}
@media screen and (max-width: 1024px) {
  .reaction_graph_box {
    max-width: 500px;
    max-height: auto;
  }
  .reaction_graph_box .pc {
    display: none !important;
  }
  .reaction_graph_box .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .reaction_graph_box {
    width: 90%;
    position: static;
    padding-top: 20px;
    margin: 0 auto;
  }
  .reaction_graph_box .pc {
    display: none !important;
  }
  .reaction_graph_box .tablet {
    display: none !important;
  }
  .reaction_graph_box .sp-only {
    display: flex !important;
  }
}

.reaction_graph {
  width: 100%;
}

/*  ----------------------------------------------------------
# 7.0 - 反響
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 8.0 - 分析
----------------------------------------------------------  */
.analysis {
  margin-top: 3.125rem;
}

.analysis_ttl_area {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .analysis_ttl_area {
    padding: 0 1.5625rem 8.4375rem;
  }
  .analysis_ttl_area .pc {
    display: none !important;
  }
  .analysis_ttl_area .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .analysis_ttl_area {
    padding: 0 0.9375rem 5.625rem;
  }
  .analysis_ttl_area .pc {
    display: none !important;
  }
  .analysis_ttl_area .tablet {
    display: none !important;
  }
  .analysis_ttl_area .sp-only {
    display: flex !important;
  }
}

.analysis_bubble {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  background-color: #e8334a;
  border-radius: 25px;
  width: 500px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 25px;
  top: -54px;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .analysis_bubble {
    font-size: 0.875rem;
    width: 350px;
    left: 15px;
    top: -70px;
  }
  .analysis_bubble .pc {
    display: none !important;
  }
  .analysis_bubble .tablet {
    display: none !important;
  }
  .analysis_bubble .sp-s {
    display: flex !important;
  }
}

.analysis_bubble::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 34px;
  bottom: -15px;
  border-top: 16px solid #e8334a;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  z-index: -1;
}

.analysis_ttl {
  font-size: 2.25rem;
  font-weight: 700;
  color: #000;
  line-height: 4.6875rem;
  position: relative;
  vertical-align: bottom;
}
.analysis_ttl .line_yl_analysis {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 2.9375rem;
  letter-spacing: 0.04em;
}
.analysis_ttl .line_yl_analysis::after {
  content: '';
  background-color: #ffff00;
  height: 21px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .analysis_ttl {
    font-size: 1.75rem;
    line-height: 150%;
  }
  .analysis_ttl .line_yl_analysis {
    font-size: 2.125rem;
  }
  .analysis_ttl .pc {
    display: none !important;
  }
  .analysis_ttl .tablet {
    display: none !important;
  }
  .analysis_ttl .sp-s {
    display: flex !important;
  }
}

.red_three {
  font-family: 'Roboto', 'Jost', 'Open Sans', sans-serif;
  font-size: 3.9375rem;
  font-weight: 900;
  color: #e8334a;
  vertical-align: -2px;
}

.analysis_type_wrap {
  padding-top: 2.5rem;
}
@media screen and (max-width: 500px) {
  .analysis_type_wrap {
    margin-bottom: -50px;
  }
  .analysis_type_wrap .pc {
    display: none !important;
  }
  .analysis_type_wrap .tablet {
    display: none !important;
  }
  .analysis_type_wrap .sp-s {
    display: flex !important;
  }
}

.analysis_type_container {
  position: relative;
  width: 100%;
  padding-bottom: 13.125rem;
}
@media screen and (max-width: 1024px) {
  .analysis_type_container {
    padding-bottom: 11.25rem;
  }
  .analysis_type_container .pc {
    display: none !important;
  }
  .analysis_type_container .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .analysis_type_container {
    padding-bottom: 13.75rem;
    margin-bottom: 25px;
  }
  .analysis_type_container .pc {
    display: none !important;
  }
  .analysis_type_container .tablet {
    display: none !important;
  }
  .analysis_type_container .sp-only {
    display: flex !important;
  }
}

.container_type1::after {
  content: '';
  height: 350px;
  width: 100%;
  background-color: #ffa500;
  transform: skewY(3deg); /*--傾斜を指定--*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 860px) {
  .container_type1::after {
    height: 390px;
    height: 80%;
  }
  .container_type1::after .pc {
    display: none !important;
  }
  .container_type1::after .tablet {
    display: none !important;
  }
  .container_type1::after .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .container_type1::after {
    height: 85%;
  }
  .container_type1::after .pc {
    display: none !important;
  }
  .container_type1::after .tablet {
    display: none !important;
  }
  .container_type1::after .sp-s {
    display: flex !important;
  }
}

.container_type2::after {
  content: '';
  height: 350px;
  width: 100%;
  background-color: #0092cf;
  transform: skewY(-3deg); /*--傾斜を指定--*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 860px) {
  .container_type2::after {
    height: 390px;
    height: 80%;
  }
  .container_type2::after .pc {
    display: none !important;
  }
  .container_type2::after .tablet {
    display: none !important;
  }
  .container_type2::after .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .container_type2::after {
    height: 85%;
  }
  .container_type2::after .pc {
    display: none !important;
  }
  .container_type2::after .tablet {
    display: none !important;
  }
  .container_type2::after .sp-s {
    display: flex !important;
  }
}

.container_type3::after {
  content: '';
  height: 350px;
  width: 100%;
  background-color: #ba2235;
  transform: skewY(3deg); /*--傾斜を指定--*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 860px) {
  .container_type3::after {
    height: 390px;
    height: 80%;
  }
  .container_type3::after .pc {
    display: none !important;
  }
  .container_type3::after .tablet {
    display: none !important;
  }
  .container_type3::after .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .container_type3::after {
    height: 85%;
  }
  .container_type3::after .pc {
    display: none !important;
  }
  .container_type3::after .tablet {
    display: none !important;
  }
  .container_type3::after .sp-s {
    display: flex !important;
  }
}

.analysis_type_box_l {
  width: 1440px;
  margin: 0 auto 0 120px;
  display: flex;
}
@media screen and (min-width: 1441px) {
  .analysis_type_box_l {
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1280px) {
  .analysis_type_box_l {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .analysis_type_box_l {
    width: 100%;
    margin: 0 auto;
    padding: 0 0.9375rem;
  }
  .analysis_type_box_l .pc {
    display: none !important;
  }
  .analysis_type_box_l .sp {
    display: block !important;
  }
}

.analysis_type_box_r {
  width: 1440px;
  margin: 0 120px 0 315px;
  display: flex;
}
@media screen and (min-width: 1441px) {
  .analysis_type_box_r {
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1280px) {
  .analysis_type_box_r {
    width: 1200px;
    margin: 0 auto;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  .analysis_type_box_r {
    width: 100%;
    margin: 0 auto;
    padding: 0 0.9375rem;
  }
  .analysis_type_box_r .pc {
    display: none !important;
  }
  .analysis_type_box_r .sp {
    display: block !important;
  }
}

.analysis_type_box_inner {
  width: 1000px;
  box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 1.875rem;
  border-radius: 10px;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 1280px) {
  .analysis_type_box_inner {
    width: calc(100% - 340px);
    gap: 0.9375rem;
    padding: 1.5625rem;
  }
}
@media screen and (max-width: 1024px) {
  .analysis_type_box_inner {
    width: calc(100% - 280px);
  }
  .analysis_type_box_inner .pc {
    display: none !important;
  }
  .analysis_type_box_inner .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .analysis_type_box_inner {
    width: 100%;
  }
  .analysis_type_box_inner .pc {
    display: none !important;
  }
  .analysis_type_box_inner .tablet {
    display: none !important;
  }
  .analysis_type_box_inner .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .analysis_type_box_inner {
    width: 100%;
    flex-wrap: wrap;
  }
  .analysis_type_box_inner .pc {
    display: none !important;
  }
  .analysis_type_box_inner .tablet {
    display: none !important;
  }
  .analysis_type_box_inner .sp-s {
    display: flex !important;
  }
}

.type1 {
  background-color: #f9c058;
}

.type2 {
  background-color: #01a8ce;
}

.type3 {
  background-color: #e8334a;
}

.type1::after {
  content: '';
  background-image: url(../img/type1_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .type1::after {
    background-repeat: repeat;
  }
  .type1::after .pc {
    display: none !important;
  }
  .type1::after .sp {
    display: block !important;
  }
}

.type2::after {
  content: '';
  background-image: url(../img/type2_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .type2::after {
    background-repeat: repeat;
  }
  .type2::after .pc {
    display: none !important;
  }
  .type2::after .sp {
    display: block !important;
  }
}

.type3::after {
  content: '';
  background-image: url(../img/type3_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .type3::after {
    background-repeat: repeat;
  }
  .type3::after .pc {
    display: none !important;
  }
  .type3::after .sp {
    display: block !important;
  }
}

.type1_bubble {
  width: 203px;
  height: auto;
  position: absolute;
  right: -100px;
  top: -155px;
}
@media screen and (max-width: 1024px) {
  .type1_bubble {
    width: 180px;
    top: -135px;
  }
  .type1_bubble .pc {
    display: none !important;
  }
  .type1_bubble .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .type1_bubble {
    right: 20px;
  }
  .type1_bubble .pc {
    display: none !important;
  }
  .type1_bubble .tablet {
    display: none !important;
  }
  .type1_bubble .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .type1_bubble {
    width: 130px;
    top: -100px;
  }
  .type1_bubble .pc {
    display: none !important;
  }
  .type1_bubble .tablet {
    display: none !important;
  }
  .type1_bubble .sp-s {
    display: flex !important;
  }
}

.type2_bubble {
  width: 203px;
  height: auto;
  position: absolute;
  left: -140px;
  top: -155px;
}
@media screen and (max-width: 1024px) {
  .type2_bubble {
    width: 180px;
    top: -135px;
  }
  .type2_bubble .pc {
    display: none !important;
  }
  .type2_bubble .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .type2_bubble {
    left: 20px;
  }
  .type2_bubble .pc {
    display: none !important;
  }
  .type2_bubble .tablet {
    display: none !important;
  }
  .type2_bubble .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .type2_bubble {
    width: 130px;
    top: -100px;
  }
  .type2_bubble .pc {
    display: none !important;
  }
  .type2_bubble .tablet {
    display: none !important;
  }
  .type2_bubble .sp-s {
    display: flex !important;
  }
}

.type3_bubble {
  width: 203px;
  height: auto;
  position: absolute;
  right: -100px;
  top: -155px;
}
@media screen and (max-width: 1024px) {
  .type3_bubble {
    width: 180px;
    top: -135px;
  }
  .type3_bubble .pc {
    display: none !important;
  }
  .type3_bubble .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .type3_bubble {
    right: 20px;
  }
  .type3_bubble .pc {
    display: none !important;
  }
  .type3_bubble .tablet {
    display: none !important;
  }
  .type3_bubble .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .type3_bubble {
    width: 130px;
    top: -100px;
  }
  .type3_bubble .pc {
    display: none !important;
  }
  .type3_bubble .tablet {
    display: none !important;
  }
  .type3_bubble .sp-s {
    display: flex !important;
  }
}

.type_ttl_img_r {
  width: 259px;
  height: auto;
  position: absolute;
  right: -292px;
  top: 25px;
}
@media screen and (max-width: 1024px) {
  .type_ttl_img_r {
    width: 200px;
    right: -230px;
  }
  .type_ttl_img_r .pc {
    display: none !important;
  }
  .type_ttl_img_r .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .type_ttl_img_r {
    width: 160px;
    right: 20px;
    top: 105%;
  }
  .type_ttl_img_r .pc {
    display: none !important;
  }
  .type_ttl_img_r .tablet {
    display: none !important;
  }
  .type_ttl_img_r .sp-only {
    display: flex !important;
  }
}

.type_ttl_img_l {
  width: 259px;
  height: auto;
  position: absolute;
  left: -292px;
  top: 25px;
}
@media screen and (max-width: 1024px) {
  .type_ttl_img_l {
    width: 200px;
    left: -230px;
  }
  .type_ttl_img_l .pc {
    display: none !important;
  }
  .type_ttl_img_l .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .type_ttl_img_l {
    width: 160px;
    left: 20px;
    top: 105%;
  }
  .type_ttl_img_l .pc {
    display: none !important;
  }
  .type_ttl_img_l .tablet {
    display: none !important;
  }
  .type_ttl_img_l .sp-only {
    display: flex !important;
  }
}

.analysis_type_img {
  background-color: #fff;
  width: 220px;
  height: 220px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .analysis_type_img {
    margin: 0 auto;
  }
  .analysis_type_img .pc {
    display: none !important;
  }
  .analysis_type_img .tablet {
    display: none !important;
  }
  .analysis_type_img .sp-s {
    display: flex !important;
  }
}

.type_img {
  width: 121px;
}

.analysis_type_txtarea {
  width: 700px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .analysis_type_txtarea {
    width: 350px;
    width: calc(100% - 230px);
  }
  .analysis_type_txtarea .pc {
    display: none !important;
  }
  .analysis_type_txtarea .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .analysis_type_txtarea {
    width: 100%;
  }
  .analysis_type_txtarea .pc {
    display: none !important;
  }
  .analysis_type_txtarea .tablet {
    display: none !important;
  }
  .analysis_type_txtarea .sp-s {
    display: flex !important;
  }
}

.analysis_type_ttl {
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #fff;
  padding-bottom: 1.25rem;
}
.analysis_type_ttl.black {
  color: #000;
}
@media screen and (max-width: 1024px) {
  .analysis_type_ttl {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
  .analysis_type_ttl .pc {
    display: none !important;
  }
  .analysis_type_ttl .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .analysis_type_ttl {
    font-size: 1.5rem;
    text-align: center;
  }
  .analysis_type_ttl .pc {
    display: none !important;
  }
  .analysis_type_ttl .tablet {
    display: none !important;
  }
  .analysis_type_ttl .sp-s {
    display: flex !important;
  }
}

.analysis_type_txt {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 180%;
  color: #fff;
}
.analysis_type_txt .bg_yl {
  background-color: #fde61a;
}
.analysis_type_txt .bg_bl {
  background-color: #00748e;
}
.analysis_type_txt .bg_rd {
  background-color: #8d1f2d;
}
.analysis_type_txt.black {
  color: #000;
}
@media screen and (max-width: 1024px) {
  .analysis_type_txt {
    padding-bottom: 1.25rem;
    font-size: 1rem;
  }
  .analysis_type_txt .pc {
    display: none !important;
  }
  .analysis_type_txt .sp {
    display: block !important;
  }
}

.type_btn_wrapper {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: -10px;
}
@media screen and (max-width: 1024px) {
  .type_btn_wrapper {
    position: relative;
    bottom: 0;
  }
  .type_btn_wrapper .pc {
    display: none !important;
  }
  .type_btn_wrapper .sp {
    display: block !important;
  }
}

.type1_btn {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.06em;
  background-color: #fff;
  width: 165px;
  height: 37px;
  border-radius: 18.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f9c058;
}
@media screen and (max-width: 860px) {
  .type1_btn {
    font-size: 1rem;
  }
  .type1_btn .pc {
    display: none !important;
  }
  .type1_btn .tablet {
    display: none !important;
  }
  .type1_btn .sp-only {
    display: flex !important;
  }
}

.type2_btn {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.06em;
  background-color: #fff;
  width: 165px;
  height: 37px;
  border-radius: 18.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #01a8ce;
}
@media screen and (max-width: 860px) {
  .type2_btn {
    font-size: 1rem;
  }
  .type2_btn .pc {
    display: none !important;
  }
  .type2_btn .tablet {
    display: none !important;
  }
  .type2_btn .sp-only {
    display: flex !important;
  }
}

.type3_btn {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.06em;
  background-color: #fff;
  width: 165px;
  height: 37px;
  border-radius: 18.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e8334a;
}
@media screen and (max-width: 860px) {
  .type3_btn {
    font-size: 1rem;
  }
  .type3_btn .pc {
    display: none !important;
  }
  .type3_btn .tablet {
    display: none !important;
  }
  .type3_btn .sp-only {
    display: flex !important;
  }
}

/*  ----------------------------------------------------------
# 8.0 - 分析
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 9.0 - サービス例
----------------------------------------------------------  */
.service_example {
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 860px) {
  .service_example {
    padding-bottom: 5.625rem;
  }
  .service_example .pc {
    display: none !important;
  }
  .service_example .tablet {
    display: none !important;
  }
  .service_example .sp-only {
    display: flex !important;
  }
}

.service_example_container {
  position: relative;
  width: 100%;
}

.service_example_catch_area {
  margin: 0 auto;
  text-align: center;
  padding: 2.5rem;
  background-color: #ffff00;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .service_example_catch_area {
    padding: 2.5rem 0.9375rem 2.125rem;
  }
  .service_example_catch_area .pc {
    display: none !important;
  }
  .service_example_catch_area .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .service_example_catch_area {
    padding: 1.25rem 0.9375rem;
  }
  .service_example_catch_area .pc {
    display: none !important;
  }
  .service_example_catch_area .tablet {
    display: none !important;
  }
  .service_example_catch_area .sp-s {
    display: flex !important;
  }
}

.service_example_catch_area::after {
  content: '';
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffff00 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-width: 75px 75px 0px 75px;
  z-index: -1;
}
@media screen and (max-width: 860px) {
  .service_example_catch_area::after {
    bottom: -55px;
    border-width: 55px 55px 0px 55px;
  }
  .service_example_catch_area::after .pc {
    display: none !important;
  }
  .service_example_catch_area::after .tablet {
    display: none !important;
  }
  .service_example_catch_area::after .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .service_example_catch_area::after {
    bottom: -25px;
    border-width: 25px 25px 0px 25px;
  }
  .service_example_catch_area::after .pc {
    display: none !important;
  }
  .service_example_catch_area::after .tablet {
    display: none !important;
  }
  .service_example_catch_area::after .sp-s {
    display: flex !important;
  }
}

.service_example_ttl_area {
  padding-bottom: 2.125rem;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 9.75rem;
}
@media screen and (max-width: 1024px) {
  .service_example_ttl_area {
    padding: 5rem 0.9375rem 2.125rem;
  }
  .service_example_ttl_area .pc {
    display: none !important;
  }
  .service_example_ttl_area .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .service_example_ttl_area {
    padding: 3.125rem 0.9375rem 2.125rem;
  }
  .service_example_ttl_area .pc {
    display: none !important;
  }
  .service_example_ttl_area .tablet {
    display: none !important;
  }
  .service_example_ttl_area .sp-s {
    display: flex !important;
  }
}

.service_example_ttl_catch {
  font-size: 3.875rem;
  line-height: 5.3125rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 1.5625rem;
}
.service_example_ttl_catch .large {
  font-size: 130%;
}
@media screen and (max-width: 1024px) {
  .service_example_ttl_catch {
    font-size: 2.5rem;
    line-height: 150%;
  }
  .service_example_ttl_catch .pc {
    display: none !important;
  }
  .service_example_ttl_catch .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .service_example_ttl_catch {
    font-size: 1.6875rem;
    line-height: 140%;
    padding-bottom: 0.625rem;
  }
  .service_example_ttl_catch .pc {
    display: none !important;
  }
  .service_example_ttl_catch .tablet {
    display: none !important;
  }
  .service_example_ttl_catch .sp-s {
    display: flex !important;
  }
}

.service_example_ttl_catch_l {
  font-size: 5.375rem;
  line-height: 7.375rem;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.01em;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.service_example_ttl_catch_l .large_rd {
  font-size: 130%;
  color: #d2001b;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .service_example_ttl_catch_l {
    font-size: 3.125rem;
    line-height: 150%;
  }
  .service_example_ttl_catch_l .pc {
    display: none !important;
  }
  .service_example_ttl_catch_l .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .service_example_ttl_catch_l {
    font-size: 1.6875rem;
    line-height: 150%;
  }
  .service_example_ttl_catch_l .pc {
    display: none !important;
  }
  .service_example_ttl_catch_l .tablet {
    display: none !important;
  }
  .service_example_ttl_catch_l .sp-s {
    display: flex !important;
  }
}

.service_example_ttl {
  font-size: 4.5625rem;
  line-height: 6.0625rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 2.1875rem;
}
.service_example_ttl .effect {
  position: relative;
  padding: 0 10px;
  color: #fff;
  background-color: #e8334a;
  margin-right: 7px;
}
.service_example_ttl .small {
  font-size: 85%;
}
@media screen and (max-width: 1024px) {
  .service_example_ttl {
    font-size: 3.125rem;
    line-height: 150%;
  }
  .service_example_ttl .pc {
    display: none !important;
  }
  .service_example_ttl .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .service_example_ttl {
    text-align: left;
  }
  .service_example_ttl .pc {
    display: none !important;
  }
  .service_example_ttl .tablet {
    display: none !important;
  }
  .service_example_ttl .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .service_example_ttl {
    font-size: 1.875rem;
    line-height: 150%;
    padding-bottom: 0.625rem;
  }
  .service_example_ttl .pc {
    display: none !important;
  }
  .service_example_ttl .tablet {
    display: none !important;
  }
  .service_example_ttl .sp-s {
    display: flex !important;
  }
}

.service_example_txt {
  font-size: 1.375rem;
  line-height: 2.0625rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .service_example_txt {
    font-size: 1.25rem;
  }
  .service_example_txt .pc {
    display: none !important;
  }
  .service_example_txt .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .service_example_txt {
    font-size: 1rem;
    text-align: left;
    line-height: 1.8125rem;
  }
  .service_example_txt .pc {
    display: none !important;
  }
  .service_example_txt .tablet {
    display: none !important;
  }
  .service_example_txt .sp-s {
    display: flex !important;
  }
}

.service_example_box_wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1315px;
  gap: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .service_example_box_wrap {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .service_example_box_wrap {
    max-width: 100%;
    padding: 0 0.9375rem;
  }
  .service_example_box_wrap .pc {
    display: none !important;
  }
  .service_example_box_wrap .sp {
    display: block !important;
  }
}

.service_example_box {
  max-width: 430px;
  height: 270px;
  width: calc(33.3333333333% - 7px);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .service_example_box {
    height: auto;
  }
  .service_example_box .pc {
    display: none !important;
  }
  .service_example_box .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .service_example_box {
    width: 100%;
    height: auto;
  }
  .service_example_box .pc {
    display: none !important;
  }
  .service_example_box .tablet {
    display: none !important;
  }
  .service_example_box .sp-s {
    display: flex !important;
  }
}

.service_img {
  width: 100%;
}

.service_name {
  height: 57px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.service_name.name_bg_or {
  background-color: #ffa500;
}
.service_name.name_bg_bl {
  background-color: #0092cf;
}
.service_name.name_bg_rd {
  background-color: #e8334a;
}
@media screen and (max-width: 1024px) {
  .service_name {
    height: 40px;
  }
  .service_name .pc {
    display: none !important;
  }
  .service_name .sp {
    display: block !important;
  }
}

.service_name_txt {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .service_name_txt {
    font-size: 1.375rem;
  }
  .service_name_txt .pc {
    display: none !important;
  }
  .service_name_txt .sp {
    display: block !important;
  }
}

/*  ----------------------------------------------------------
# 10.0 - サービスの流れ
----------------------------------------------------------  */
.flow {
  background-color: #f7f7f7;
  position: relative;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 860px) {
  .flow {
    padding-bottom: 3.75rem;
  }
  .flow .pc {
    display: none !important;
  }
  .flow .tablet {
    display: none !important;
  }
  .flow .sp-only {
    display: flex !important;
  }
}

.flow_container {
  position: relative;
  padding-top: 7.25rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .flow_container {
    max-width: 100%;
    padding: 5rem 0.9375rem 0;
  }
  .flow_container .pc {
    display: none !important;
  }
  .flow_container .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .flow_container {
    padding: 2.5rem 0.9375rem 0;
  }
  .flow_container .pc {
    display: none !important;
  }
  .flow_container .tablet {
    display: none !important;
  }
  .flow_container .sp-s {
    display: flex !important;
  }
}

.flow_ttl {
  position: absolute;
  right: 18px;
  top: -10px;
  width: 133px;
}
@media screen and (max-width: 1024px) {
  .flow_ttl {
    width: 100px;
    right: 0;
  }
  .flow_ttl .pc {
    display: none !important;
  }
  .flow_ttl .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .flow_ttl {
    width: 80px;
    right: 0;
  }
  .flow_ttl .pc {
    display: none !important;
  }
  .flow_ttl .tablet {
    display: none !important;
  }
  .flow_ttl .sp-only {
    display: flex !important;
  }
}

.flow_subttl {
  width: 525px;
  height: 88px;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  background-color: #01a8ce;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 44px;
}
@media screen and (max-width: 1024px) {
  .flow_subttl {
    font-size: 1.875rem;
    width: 500px;
  }
  .flow_subttl .pc {
    display: none !important;
  }
  .flow_subttl .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .flow_subttl {
    font-size: 1.5rem;
    width: 100%;
    height: 60px;
  }
  .flow_subttl .pc {
    display: none !important;
  }
  .flow_subttl .tablet {
    display: none !important;
  }
  .flow_subttl .sp-s {
    display: flex !important;
  }
}

.flow_chart {
  display: flex;
  margin: 80px auto 30px;
}
@media screen and (max-width: 860px) {
  .flow_chart {
    margin: 40px auto 30px;
  }
  .flow_chart .pc {
    display: none !important;
  }
  .flow_chart .tablet {
    display: none !important;
  }
  .flow_chart .sp-only {
    display: flex !important;
  }
}

.flow_line {
  width: 37px;
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 50px;
}
.flow_line span {
  left: 0;
  height: 100%;
  width: 37px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 860px) {
  .flow_line {
    height: auto;
  }
  .flow_line .pc {
    display: none !important;
  }
  .flow_line .tablet {
    display: none !important;
  }
  .flow_line .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 860px) {
  .flow_line {
    margin-right: 20px;
    width: 30px;
  }
  .flow_line .pc {
    display: none !important;
  }
  .flow_line .tablet {
    display: none !important;
  }
  .flow_line .sp-only {
    display: flex !important;
  }
}

.flow_line::before {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #01a8ce;
  position: absolute;
  top: 0;
  left: 19px;
  z-index: 0;
}
@media screen and (max-width: 860px) {
  .flow_line::before {
    left: 12px;
  }
  .flow_line::before .pc {
    display: none !important;
  }
  .flow_line::before .tablet {
    display: none !important;
  }
  .flow_line::before .sp-only {
    display: flex !important;
  }
}

.flow_line::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #01a8ce;
  position: absolute;
  top: 0;
  left: 19px;
  z-index: 0;
}
@media screen and (max-width: 860px) {
  .flow_line::after {
    left: 12px;
  }
  .flow_line::after .pc {
    display: none !important;
  }
  .flow_line::after .tablet {
    display: none !important;
  }
  .flow_line::after .sp-only {
    display: flex !important;
  }
}

.flow_line span::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #01a8ce;
  position: absolute;
  bottom: 0;
  left: 19px;
  z-index: 0;
}
@media screen and (max-width: 860px) {
  .flow_line span::before {
    left: 12px;
  }
  .flow_line span::before .pc {
    display: none !important;
  }
  .flow_line span::before .tablet {
    display: none !important;
  }
  .flow_line span::before .sp-only {
    display: flex !important;
  }
}

.flow_line_txt {
  font-size: 1.875rem;
  font-weight: 700;
  color: #01a8ce;
  writing-mode: vertical-rl;
  background-color: #f7f7f7;
  padding: 32px 19px;
  position: relative;
  left: -19px;
}
@media screen and (max-width: 860px) {
  .flow_line_txt {
    font-size: 1.25rem;
    padding: 15px 10px;
    left: -10px;
  }
  .flow_line_txt .pc {
    display: none !important;
  }
  .flow_line_txt .tablet {
    display: none !important;
  }
  .flow_line_txt .sp-only {
    display: flex !important;
  }
}

.flow_chart_box_wrap {
  position: relative;
}

.flow_chart_box_wrap::before {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #01a8ce;
  position: absolute;
  top: 0;
  left: 34px;
  z-index: 0;
}
@media screen and (max-width: 860px) {
  .flow_chart_box_wrap::before {
    left: 25px;
  }
  .flow_chart_box_wrap::before .pc {
    display: none !important;
  }
  .flow_chart_box_wrap::before .tablet {
    display: none !important;
  }
  .flow_chart_box_wrap::before .sp-only {
    display: flex !important;
  }
}

.flow_chart_box_wrap::after {
  content: '';
  height: 32px;
  border-left: 2px dashed #01a8ce;
  position: absolute;
  bottom: -30px;
  left: 34px;
  z-index: 0;
}
@media screen and (max-width: 860px) {
  .flow_chart_box_wrap::after {
    left: 25px;
  }
  .flow_chart_box_wrap::after .pc {
    display: none !important;
  }
  .flow_chart_box_wrap::after .tablet {
    display: none !important;
  }
  .flow_chart_box_wrap::after .sp-only {
    display: flex !important;
  }
}

.flow_chart_box {
  display: flex;
  margin-bottom: 52px;
  position: relative;
  z-index: 2;
}
.flow_chart_box:last-child {
  margin-bottom: 0;
}
.flow_chart_box.no01,
.flow_chart_box.no02 {
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .flow_chart_box {
    margin-bottom: 20px;
  }
  .flow_chart_box.no01,
  .flow_chart_box.no02 {
    margin-bottom: 20px;
  }
  .flow_chart_box .pc {
    display: none !important;
  }
  .flow_chart_box .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .flow_chart_box {
    display: block;
  }
  .flow_chart_box .pc {
    display: none !important;
  }
  .flow_chart_box .tablet {
    display: none !important;
  }
  .flow_chart_box .sp-only {
    display: flex !important;
  }
}

.flow_chart_txt_area {
  padding-left: 20px;
  align-self: center;
}
@media screen and (max-width: 1024px) {
  .flow_chart_txt_area {
    width: 370px;
  }
  .flow_chart_txt_area .pc {
    display: none !important;
  }
  .flow_chart_txt_area .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .flow_chart_txt_area {
    padding-left: 38px;
    width: 100%;
  }
  .flow_chart_txt_area .pc {
    display: none !important;
  }
  .flow_chart_txt_area .tablet {
    display: none !important;
  }
  .flow_chart_txt_area .sp-only {
    display: flex !important;
  }
}

.flow_number_circle {
  border-radius: 50%;
  border: solid 2px #01a8ce;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  position: relative;
  background-color: #f7f7f7;
}
.flow_number_circle.no5 {
  background-color: #e8334a;
  border: solid 2px #e8334a;
}
@media screen and (max-width: 860px) {
  .flow_number_circle {
    margin-right: 20px;
  }
  .flow_number_circle .pc {
    display: none !important;
  }
  .flow_number_circle .tablet {
    display: none !important;
  }
  .flow_number_circle .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 860px) {
  .flow_number_circle {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  .flow_number_circle .pc {
    display: none !important;
  }
  .flow_number_circle .tablet {
    display: none !important;
  }
  .flow_number_circle .sp-only {
    display: flex !important;
  }
}

.flow_number {
  color: #01a8ce;
  font-size: 1.875rem;
  font-family: 'Roboto', 'Jost', 'Open Sans', sans-serif;
  font-weight: 900;
}
.flow_number.no5 {
  color: #fff;
}
@media screen and (max-width: 860px) {
  .flow_number {
    font-size: 1.5rem;
  }
  .flow_number .pc {
    display: none !important;
  }
  .flow_number .tablet {
    display: none !important;
  }
  .flow_number .sp-only {
    display: flex !important;
  }
}

.flow_chart_subttl_area {
  width: 275px;
  align-self: center;
}
@media screen and (max-width: 1024px) {
  .flow_chart_subttl_area {
    width: 230px;
    align-self: flex-start;
    padding-top: 14px;
  }
  .flow_chart_subttl_area .pc {
    display: none !important;
  }
  .flow_chart_subttl_area .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .flow_chart_subttl_area {
    width: 145px;
  }
  .flow_chart_subttl_area .pc {
    display: none !important;
  }
  .flow_chart_subttl_area .tablet {
    display: none !important;
  }
  .flow_chart_subttl_area .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 860px) {
  .flow_chart_subttl_area {
    width: 100%;
    padding-left: 38px;
  }
  .flow_chart_subttl_area .pc {
    display: none !important;
  }
  .flow_chart_subttl_area .tablet {
    display: none !important;
  }
  .flow_chart_subttl_area .sp-only {
    display: flex !important;
  }
}

.flow_chart_subttl_s {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 860px) {
  .flow_chart_subttl_s {
    font-size: 0.875rem;
  }
  .flow_chart_subttl_s .pc {
    display: none !important;
  }
  .flow_chart_subttl_s .tablet {
    display: none !important;
  }
  .flow_chart_subttl_s .sp-only {
    display: flex !important;
  }
}

.flow_chart_subttl {
  font-size: 1.875rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .flow_chart_subttl {
    font-size: 1.5rem;
  }
  .flow_chart_subttl .pc {
    display: none !important;
  }
  .flow_chart_subttl .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .flow_chart_subttl {
    font-size: 1.25rem;
  }
  .flow_chart_subttl .pc {
    display: none !important;
  }
  .flow_chart_subttl .tablet {
    display: none !important;
  }
  .flow_chart_subttl .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 860px) {
  .flow_chart_subttl {
    font-size: 1.25rem;
  }
  .flow_chart_subttl .pc {
    display: none !important;
  }
  .flow_chart_subttl .tablet {
    display: none !important;
  }
  .flow_chart_subttl .sp-only {
    display: flex !important;
  }
}

.flow_chart_txt {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.flow_chart_txt.no3,
.flow_chart_txt.no4 {
  padding-top: 0.875rem;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .flow_chart_txt {
    font-size: 1.125rem;
  }
  .flow_chart_txt .pc {
    display: none !important;
  }
  .flow_chart_txt .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .flow_chart_txt {
    padding-right: 15px;
  }
  .flow_chart_txt .pc {
    display: none !important;
  }
  .flow_chart_txt .tablet {
    display: none !important;
  }
  .flow_chart_txt .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 860px) {
  .flow_chart_txt {
    font-size: 1rem;
    padding-right: 0;
  }
  .flow_chart_txt .pc {
    display: none !important;
  }
  .flow_chart_txt .tablet {
    display: none !important;
  }
  .flow_chart_txt .sp-only {
    display: flex !important;
  }
}

.detail_link {
  font-size: 1rem;
  color: #000;
}
@media screen and (max-width: 500px) {
  .detail_link {
    font-size: 0.9375rem;
  }
  .detail_link .pc {
    display: none !important;
  }
  .detail_link .tablet {
    display: none !important;
  }
  .detail_link .sp-s {
    display: flex !important;
  }
}

.detail_arrow {
  width: 12px;
  margin-right: 6px;
  vertical-align: baseline;
}
@media screen and (max-width: 860px) {
  .detail_arrow {
    width: 8px;
    margin-right: 4px;
  }
  .detail_arrow .pc {
    display: none !important;
  }
  .detail_arrow .tablet {
    display: none !important;
  }
  .detail_arrow .sp-only {
    display: flex !important;
  }
}

.flow_chart_5 {
  margin-left: 53px;
  background-color: #fff;
  border: solid 2px #e8334a;
  border-radius: 30px;
  max-width: 1045px;
  padding: 32px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .flow_chart_5 {
    max-width: 100%;
  }
  .flow_chart_5 .pc {
    display: none !important;
  }
  .flow_chart_5 .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .flow_chart_5 {
    margin-left: 23px;
    padding: 32px 25px;
  }
  .flow_chart_5 .pc {
    display: none !important;
  }
  .flow_chart_5 .tablet {
    display: none !important;
  }
  .flow_chart_5 .sp-only {
    display: flex !important;
  }
}

.box_no5_txt_area {
  width: calc(100% - 100px);
}
@media screen and (max-width: 860px) {
  .box_no5_txt_area {
    width: 100%;
  }
  .box_no5_txt_area .pc {
    display: none !important;
  }
  .box_no5_txt_area .tablet {
    display: none !important;
  }
  .box_no5_txt_area .sp-only {
    display: flex !important;
  }
}

.flow_chart_5_subttl {
  color: #e8334a;
  font-size: 1.875rem;
  font-weight: 700;
  padding-bottom: 2.875rem;
}
.flow_chart_5_subttl span {
  font-size: 130%;
}
@media screen and (max-width: 1024px) {
  .flow_chart_5_subttl {
    font-size: 1.625rem;
  }
  .flow_chart_5_subttl .pc {
    display: none !important;
  }
  .flow_chart_5_subttl .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .flow_chart_5_subttl {
    font-size: 1.375rem;
    padding-bottom: 1.5625rem;
    padding-top: 0.9375rem;
  }
  .flow_chart_5_subttl .pc {
    display: none !important;
  }
  .flow_chart_5_subttl .tablet {
    display: none !important;
  }
  .flow_chart_5_subttl .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 860px) {
  .flow_chart_5_subttl {
    font-size: 1.25rem;
  }
  .flow_chart_5_subttl .pc {
    display: none !important;
  }
  .flow_chart_5_subttl .tablet {
    display: none !important;
  }
  .flow_chart_5_subttl .sp-only {
    display: flex !important;
  }
}

.flow_chart_txt_5 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  line-height: 2.1875rem;
  margin-bottom: 4.75rem;
}
@media screen and (max-width: 1024px) {
  .flow_chart_txt_5 {
    font-size: 1.125rem;
    line-height: 1.96875rem;
  }
  .flow_chart_txt_5 .pc {
    display: none !important;
  }
  .flow_chart_txt_5 .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .flow_chart_txt_5 {
    font-size: 1rem;
    line-height: 1.8125rem;
    width: 70%;
    margin-bottom: 1.875rem;
  }
  .flow_chart_txt_5 .pc {
    display: none !important;
  }
  .flow_chart_txt_5 .tablet {
    display: none !important;
  }
  .flow_chart_txt_5 .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .flow_chart_txt_5 {
    width: 100%;
  }
  .flow_chart_txt_5 .pc {
    display: none !important;
  }
  .flow_chart_txt_5 .tablet {
    display: none !important;
  }
  .flow_chart_txt_5 .sp-s {
    display: flex !important;
  }
}

.flow_chart_btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 6px;
  height: 87px;
  width: 436px;
  background: #e8334a;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  font-weight: 700;
  line-height: 1.875rem;
  padding-left: 33px;
  padding-right: 25px;
  gap: 13px;
}
@media screen and (max-width: 1024px) {
  .flow_chart_btn {
    width: 300px;
    height: 60px;
    font-size: 0.9375rem;
    padding-left: 20px;
    padding-right: 20px;
    gap: 8px;
    justify-content: center;
  }
  .flow_chart_btn .pc {
    display: none !important;
  }
  .flow_chart_btn .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .flow_chart_btn {
    font-size: 0.875rem;
    gap: 5px;
    width: 100%;
    max-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .flow_chart_btn .pc {
    display: none !important;
  }
  .flow_chart_btn .tablet {
    display: none !important;
  }
  .flow_chart_btn .sp-s {
    display: flex !important;
  }
}

.flow_chart_btn_arrow {
  width: 19px;
  height: auto;
}

.creative_img {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 400px;
}
@media screen and (max-width: 860px) {
  .creative_img {
    width: 300px;
    bottom: 15px;
  }
  .creative_img .pc {
    display: none !important;
  }
  .creative_img .tablet {
    display: none !important;
  }
  .creative_img .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 640px) {
  .creative_img {
    position: static;
    width: 100%;
    max-width: 350px;
  }
  .creative_img .pc {
    display: none !important;
  }
  .creative_img .tablet {
    display: none !important;
  }
  .creative_img .sp-only {
    display: flex !important;
  }
}

.box_no5 {
  position: relative;
}

.box_no5::after {
  content: '';
  height: 32px;
  border-left: 2px dashed #e8334a;
  position: absolute;
  top: -30px;
  left: 34px;
  z-index: 0;
}
@media screen and (max-width: 860px) {
  .box_no5::after {
    left: 25px;
  }
  .box_no5::after .pc {
    display: none !important;
  }
  .box_no5::after .tablet {
    display: none !important;
  }
  .box_no5::after .sp-only {
    display: flex !important;
  }
}

/*  ----------------------------------------------------------
# 10.0 - サービスの流れ
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 11.0 - プラン
----------------------------------------------------------  */
.plan {
  margin-top: 5.875rem;
}
@media screen and (max-width: 1024px) {
  .plan {
    margin-top: 3.125rem;
  }
  .plan .pc {
    display: none !important;
  }
  .plan .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .plan {
    margin-top: 2.1875rem;
  }
  .plan .pc {
    display: none !important;
  }
  .plan .tablet {
    display: none !important;
  }
  .plan .sp-s {
    display: flex !important;
  }
}

.plan_container {
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .plan_container_top {
    padding: 0 0.9375rem 2.5rem;
  }
  .plan_container_top .pc {
    display: none !important;
  }
  .plan_container_top .sp {
    display: block !important;
  }
}

.plan_ttl {
  color: #000;
  font-size: 3.75rem;
  font-weight: 700;
  padding-bottom: 7.1875rem;
  text-align: center;
}
.plan_ttl .large_or {
  color: #ff6c00;
  font-weight: 900;
  font-size: 7.5rem;
  font-family: 'Roboto', 'Jost', 'Open Sans', sans-serif;
}
@media screen and (max-width: 1024px) {
  .plan_ttl {
    font-size: 2.5rem;
  }
  .plan_ttl .large_or {
    font-size: 6.25rem;
  }
  .plan_ttl .pc {
    display: none !important;
  }
  .plan_ttl .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .plan_ttl {
    font-size: 1.875rem;
    padding-bottom: 3.125rem;
  }
  .plan_ttl .large_or {
    font-size: 5rem;
  }
  .plan_ttl .pc {
    display: none !important;
  }
  .plan_ttl .tablet {
    display: none !important;
  }
  .plan_ttl .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .plan_ttl {
    font-size: 1.375rem;
  }
  .plan_ttl .large_or {
    font-size: 2.8125rem;
  }
  .plan_ttl .pc {
    display: none !important;
  }
  .plan_ttl .tablet {
    display: none !important;
  }
  .plan_ttl .sp-s {
    display: flex !important;
  }
}

.plan_box {
  max-width: 1200px;
  padding: 3.75rem 3.125rem 3.75rem 3.125rem;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .plan_box {
    max-width: 100%;
    padding: 1.875rem 1.25rem 1.875rem 1.25rem;
  }
  .plan_box .pc {
    display: none !important;
  }
  .plan_box .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .plan_box {
    padding: 1.875rem 0.9375rem;
  }
  .plan_box .pc {
    display: none !important;
  }
  .plan_box .tablet {
    display: none !important;
  }
  .plan_box .sp-s {
    display: flex !important;
  }
}

.plan1 {
  background: linear-gradient(145deg, #01a8ce 0%, #0496b5 100%);
  margin-bottom: 2.3125rem;
}

.plan2 {
  padding: 3.75rem 2.5rem 2.8125rem 3.125rem;
  background: linear-gradient(145deg, #02cf05 0%, #1eb504 100%);
}
@media screen and (max-width: 1024px) {
  .plan2 {
    padding: 1.875rem 1.25rem 1.875rem 1.25rem;
  }
  .plan2 .pc {
    display: none !important;
  }
  .plan2 .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .plan2 {
    padding: 1.875rem 0.9375rem;
  }
  .plan2 .pc {
    display: none !important;
  }
  .plan2 .tablet {
    display: none !important;
  }
  .plan2 .sp-s {
    display: flex !important;
  }
}

.plan_box_inner {
  position: relative;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 860px) {
  .plan_box_inner {
    flex-wrap: wrap;
  }
  .plan_box_inner .pc {
    display: none !important;
  }
  .plan_box_inner .tablet {
    display: none !important;
  }
  .plan_box_inner .sp-only {
    display: flex !important;
  }
}

.plan_box_bubble {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  background-color: #e8334a;
  border-radius: 35px;
  width: 345px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 46px;
  top: -38px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .plan_box_bubble {
    font-size: 1.75rem;
    width: 300px;
    height: 50px;
    top: -40px;
    left: 25px;
  }
  .plan_box_bubble .pc {
    display: none !important;
  }
  .plan_box_bubble .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .plan_box_bubble {
    font-size: 1.25rem;
    width: 200px;
    height: 40px;
    top: -30px;
  }
  .plan_box_bubble .pc {
    display: none !important;
  }
  .plan_box_bubble .tablet {
    display: none !important;
  }
  .plan_box_bubble .sp-s {
    display: flex !important;
  }
}

.plan_box_bubble::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 43px;
  bottom: -25px;
  border-top: 27px solid #e8334a;
  border-right: 17.5px solid transparent;
  border-left: 17.5px solid transparent;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .plan_box_bubble::before {
    bottom: -16px;
  }
  .plan_box_bubble::before .pc {
    display: none !important;
  }
  .plan_box_bubble::before .sp {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .plan_txt_area1 {
    width: 370px;
  }
  .plan_txt_area1 .pc {
    display: none !important;
  }
  .plan_txt_area1 .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .plan_txt_area1 {
    width: 100%;
  }
  .plan_txt_area1 .pc {
    display: none !important;
  }
  .plan_txt_area1 .tablet {
    display: none !important;
  }
  .plan_txt_area1 .sp-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1024px) {
  .plan_txt_area2 {
    width: 340px;
    width: calc(100% - 570px);
  }
  .plan_txt_area2 .pc {
    display: none !important;
  }
  .plan_txt_area2 .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .plan_txt_area2 {
    width: 100%;
  }
  .plan_txt_area2 .pc {
    display: none !important;
  }
  .plan_txt_area2 .tablet {
    display: none !important;
  }
  .plan_txt_area2 .sp-only {
    display: flex !important;
  }
}

.plan_name {
  color: #ffff00;
  font-size: 5rem;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 0.9375rem;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .plan_name {
    font-size: 3.125rem;
  }
  .plan_name .pc {
    display: none !important;
  }
  .plan_name .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .plan_name {
    font-size: 1.875rem;
  }
  .plan_name .pc {
    display: none !important;
  }
  .plan_name .tablet {
    display: none !important;
  }
  .plan_name .sp-s {
    display: flex !important;
  }
}

.plan_name_reference {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .plan_name_reference {
    font-size: 1rem;
  }
  .plan_name_reference .pc {
    display: none !important;
  }
  .plan_name_reference .sp {
    display: block !important;
  }
}

.plan_subttl {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.8125rem;
  padding-top: 2.1875rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .plan_subttl {
    font-size: 1.375rem;
    line-height: 150%;
    padding-top: 0.9375rem;
    padding-bottom: 1.25rem;
  }
  .plan_subttl .pc {
    display: none !important;
  }
  .plan_subttl .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .plan_subttl {
    font-size: 1.125rem;
  }
  .plan_subttl .pc {
    display: none !important;
  }
  .plan_subttl .tablet {
    display: none !important;
  }
  .plan_subttl .sp-s {
    display: flex !important;
  }
}

.plan_txt {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.96875rem;
}
@media screen and (max-width: 1024px) {
  .plan_txt {
    font-size: 1rem;
  }
  .plan_txt .pc {
    display: none !important;
  }
  .plan_txt .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .plan_txt {
    font-size: 0.9375rem;
  }
  .plan_txt .pc {
    display: none !important;
  }
  .plan_txt .tablet {
    display: none !important;
  }
  .plan_txt .sp-s {
    display: flex !important;
  }
}

.plan_diagram_area {
  text-align: center;
  margin-top: 1.5625rem;
  position: relative;
}
@media screen and (max-width: 860px) {
  .plan_diagram_area {
    width: 100%;
    margin-top: 1.5625rem;
  }
  .plan_diagram_area .pc {
    display: none !important;
  }
  .plan_diagram_area .tablet {
    display: none !important;
  }
  .plan_diagram_area .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 640px) {
  .plan_diagram_area {
    margin: 0 auto;
  }
  .plan_diagram_area .pc {
    display: none !important;
  }
  .plan_diagram_area .tablet {
    display: none !important;
  }
  .plan_diagram_area .sp-only {
    display: flex !important;
  }
}

.plan_slogan {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 2.125rem;
  position: relative;
  display: inline-block;
}
.plan_slogan .large_wt {
  font-size: 120%;
}
.plan_slogan .large_yl {
  color: #ffff00;
  font-size: 130%;
}
@media screen and (max-width: 1280px) {
  .plan_slogan {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .plan_slogan {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .plan_slogan .pc {
    display: none !important;
  }
  .plan_slogan .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .plan_slogan {
    font-size: 1.125rem;
  }
  .plan_slogan .pc {
    display: none !important;
  }
  .plan_slogan .tablet {
    display: none !important;
  }
  .plan_slogan .sp-s {
    display: flex !important;
  }
}

.plan_slogan2 {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 2.125rem;
  position: relative;
  display: inline-block;
}
.plan_slogan2 .large_wt {
  font-size: 2.25rem;
  letter-spacing: -0.08em;
  font-size: 120%;
}
.plan_slogan2 .large_yl {
  color: #ffff00;
  font-size: 130%;
}
@media screen and (max-width: 1280px) {
  .plan_slogan2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .plan_slogan2 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .plan_slogan2 .pc {
    display: none !important;
  }
  .plan_slogan2 .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .plan_slogan2 {
    font-size: 1.125rem;
  }
  .plan_slogan2 .pc {
    display: none !important;
  }
  .plan_slogan2 .tablet {
    display: none !important;
  }
  .plan_slogan2 .sp-s {
    display: flex !important;
  }
}

.plan_slogan::before {
  content: '';
  background-image: url(../img/line_wt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  width: 16px;
  height: 32px;
  position: absolute;
  bottom: 0;
  left: -24px;
}

.plan_slogan::after {
  content: '';
  background-image: url(../img/line_wt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  width: 16px;
  height: 32px;
  position: absolute;
  bottom: 0;
  right: -24px;
  transform: scale(-1, 1);
}

.plan_slogan2::before {
  content: '';
  background-image: url(../img/line_wt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  width: 16px;
  height: 32px;
  position: absolute;
  bottom: 0;
  left: -24px;
}

.plan_slogan2::after {
  content: '';
  background-image: url(../img/line_wt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  width: 16px;
  height: 32px;
  position: absolute;
  bottom: 0;
  right: -24px;
  transform: scale(-1, 1);
}

.plan_diagram_wrap {
  display: flex;
  gap: 1.875rem;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .plan_diagram_wrap {
    transform: scale(0.8);
  }
  .plan_diagram_wrap .pc {
    display: none !important;
  }
  .plan_diagram_wrap .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .plan_diagram_wrap {
    flex-wrap: wrap;
  }
  .plan_diagram_wrap .pc {
    display: none !important;
  }
  .plan_diagram_wrap .tablet {
    display: none !important;
  }
  .plan_diagram_wrap .sp-s {
    display: flex !important;
  }
}

.plan_diagram_wrap2 {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .plan_diagram_wrap2 {
    gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .plan_diagram_wrap2 {
    width: 100%;
    justify-content: center;
    transform: scale(0.8);
  }
  .plan_diagram_wrap2 .pc {
    display: none !important;
  }
  .plan_diagram_wrap2 .sp {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .plan_diagram_wrap2 {
    flex-wrap: wrap;
    margin-top: -5%;
    margin-bottom: -30px;
  }
  .plan_diagram_wrap2 .pc {
    display: none !important;
  }
  .plan_diagram_wrap2 .tablet {
    display: none !important;
  }
  .plan_diagram_wrap2 .sp-only {
    display: flex !important;
  }
}

.plan_diagram {
  box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.1);
  border-radius: 9px 9px 10px 10px;
  width: 245px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  padding-bottom: 1.5625rem;
}
@media screen and (max-width: 640px) {
  .plan_diagram {
    margin: 0 auto;
  }
  .plan_diagram .pc {
    display: none !important;
  }
  .plan_diagram .tablet {
    display: none !important;
  }
  .plan_diagram .sp-only {
    display: flex !important;
  }
}

.plan_diagram3 {
  position: relative;
}
@media screen and (max-width: 640px) {
  .plan_diagram3 {
    width: 100%;
    margin: 0 auto;
  }
  .plan_diagram3 .pc {
    display: none !important;
  }
  .plan_diagram3 .tablet {
    display: none !important;
  }
  .plan_diagram3 .sp-only {
    display: flex !important;
  }
}

.plan_diagram3::before {
  content: '';
  background-image: url(../img/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  width: 39px;
  height: 39px;
  position: absolute;
  top: 50%;
  left: -69px;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .plan_diagram3::before {
    width: 30px;
    height: 30px;
    left: -40px;
  }
}
@media screen and (max-width: 640px) {
  .plan_diagram3::before {
    left: 50%;
    transform: translateX(-50%);
    top: -13%;
  }
  .plan_diagram3::before .pc {
    display: none !important;
  }
  .plan_diagram3::before .tablet {
    display: none !important;
  }
  .plan_diagram3::before .sp-only {
    display: flex !important;
  }
}

.plan_diagram_icon {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 35px;
  text-align: center;
}

.plan_icon1 {
  height: 119px;
}

.plan_icon2 {
  height: 119px;
}

.plan_diagram_ttl {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan_diagram_ttl.diagram_ttl_plan1 {
  background-color: #06778f;
  background-image: linear-gradient(-45deg, rgba(0, 121, 149, 0.2) 0%, rgba(0, 166, 201, 0.2) 100%);
}
.plan_diagram_ttl.diagram_ttl_plan2 {
  background-image: linear-gradient(-45deg, #ff6c00 0%, #ff8400 100%);
}

.preview {
  cursor: pointer;
}

.preview_txt {
  color: #000;
  border-bottom: solid 1px #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.04em;
  display: inline-block;
}

.preview_arrow {
  height: 12px;
  margin-right: 4px;
  vertical-align: baseline;
}

.plan_diagram_small {
  box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.1);
  border-radius: 9px 9px 10px 10px;
  width: 198px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  padding-bottom: 1.5625rem;
}
.plan_diagram_small .plan_diagram_ttl {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 500;
  height: 45px;
}
.plan_diagram_small .plan_diagram_icon {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 25px;
  text-align: center;
}
.plan_diagram_small .plan_icon1 {
  height: 92px;
}
.plan_diagram_small .preview {
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 860px) {
  .plan_diagram_small .pc {
    display: none !important;
  }
  .plan_diagram_small .tablet {
    display: none !important;
  }
  .plan_diagram_small .sp-only {
    display: flex !important;
  }
}

/*----------------------------------------------
# 0.2 modal window
----------------------------------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  border-radius: 5px;
  z-index: 99999;
  max-height: 90vh;
}
@media screen and (max-width: 860px) {
  .modal__content {
    padding: 15px;
    width: calc(100% - 30px);
  }
  .modal__content .pc {
    display: none !important;
  }
  .modal__content .tablet {
    display: none !important;
  }
  .modal__content .sp-only {
    display: flex !important;
  }
}

.modal-box {
  max-height: 100%;
}
.modal-box img {
  max-height: 80vh;
}

.js-modal-close_area {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.js-modal-close .close {
  color: #000;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  text-align: right;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 860px) {
  .js-modal-close .close {
    margin-bottom: 10px;
  }
  .js-modal-close .close .pc {
    display: none !important;
  }
  .js-modal-close .close .tablet {
    display: none !important;
  }
  .js-modal-close .close .sp-only {
    display: flex !important;
  }
}

/*  ----------------------------------------------------------
# 11.5 - プラン シュミレーション
----------------------------------------------------------  */
.plan_simulation_wrap {
  background-color: #f7f7f7;
  margin-top: -100px;
  padding-top: 180px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .plan_simulation_wrap {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .plan_simulation_wrap .pc {
    display: none !important;
  }
  .plan_simulation_wrap .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .plan_simulation_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .plan_simulation_wrap .pc {
    display: none !important;
  }
  .plan_simulation_wrap .tablet {
    display: none !important;
  }
  .plan_simulation_wrap .sp-s {
    display: flex !important;
  }
}

.plan_simulation {
  display: flex;
  max-width: 1200px;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 4.8125rem;
}
@media screen and (max-width: 1024px) {
  .plan_simulation {
    max-width: 100%;
  }
  .plan_simulation .pc {
    display: none !important;
  }
  .plan_simulation .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .plan_simulation {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .plan_simulation .pc {
    display: none !important;
  }
  .plan_simulation .tablet {
    display: none !important;
  }
  .plan_simulation .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .plan_simulation {
    padding-bottom: 3.125rem;
  }
  .plan_simulation .pc {
    display: none !important;
  }
  .plan_simulation .tablet {
    display: none !important;
  }
  .plan_simulation .sp-s {
    display: flex !important;
  }
}

.plan_simulation_box {
  max-width: 574px;
  width: calc(50% - 25px);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .plan_simulation_box {
    width: calc(50% - 10px);
  }
  .plan_simulation_box .pc {
    display: none !important;
  }
  .plan_simulation_box .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .plan_simulation_box {
    width: 100%;
    max-width: 400px;
  }
  .plan_simulation_box .pc {
    display: none !important;
  }
  .plan_simulation_box .tablet {
    display: none !important;
  }
  .plan_simulation_box .sp-only {
    display: flex !important;
  }
}

.plan_simulation_box_ttl_area {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  text-align: center;
}

.plan_simulation_ttl {
  color: #ffff00;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 0.875rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .plan_simulation_ttl {
    font-size: 2.25rem;
  }
  .plan_simulation_ttl .pc {
    display: none !important;
  }
  .plan_simulation_ttl .sp {
    display: block !important;
  }
}

.plan_simulation_subttl {
  color: #fff;
  font-size: 2rem;
  line-height: 100%;
}
.plan_simulation_subttl span {
  letter-spacing: -0.08em;
}
@media screen and (max-width: 1024px) {
  .plan_simulation_subttl {
    font-size: 1.625rem;
  }
  .plan_simulation_subttl .pc {
    display: none !important;
  }
  .plan_simulation_subttl .sp {
    display: block !important;
  }
}

.plan_simulation_txt {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4375rem;
  margin-top: 1.5rem;
  margin-bottom: 2.125rem;
  text-align: center;
}

.plan_simulation_container {
  margin: 0 auto;
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
}
.plan_simulation_container label,
.plan_simulation_container .unit {
  margin-bottom: 5px;
  font-size: 2.1875rem;
  font-weight: 700;
  color: #000;
  display: inline-block;
}
.plan_simulation_container input {
  padding: 12px;
  margin-bottom: 10px;
  width: 100px;
  font-size: 2.125rem;
  font-weight: 900;
}
.plan_simulation_container input::-moz-placeholder {
  font-size: 2.125rem;
  font-weight: 900;
  text-align: right;
}
.plan_simulation_container input::placeholder {
  font-size: 2.125rem;
  font-weight: 900;
  text-align: right;
}
.plan_simulation_container .input_box {
  background-color: #f2f2f2;
  border: 1px solid #005581;
  border-radius: 6px;
  font-size: 2.125rem;
  font-family: 'Roboto', 'Jost', 'Open Sans', sans-serif;
  font-weight: 900;
  color: #000;
  width: 220px;
  height: 50px;
  text-align: right;
}
@media screen and (max-width: 500px) {
  .plan_simulation_container .input_box {
    font-size: 1.75rem;
    width: 180px;
    height: 50px;
  }
  .plan_simulation_container .input_box .pc {
    display: none !important;
  }
  .plan_simulation_container .input_box .tablet {
    display: none !important;
  }
  .plan_simulation_container .input_box .sp-s {
    display: flex !important;
  }
}
@media screen and (max-width: 1024px) {
  .plan_simulation_container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .plan_simulation_container label,
  .plan_simulation_container .unit {
    font-size: 1.75rem;
  }
  .plan_simulation_container input {
    font-size: 1.75rem;
  }
  .plan_simulation_container input::-moz-placeholder {
    font-size: 1.75rem;
  }
  .plan_simulation_container input::placeholder {
    font-size: 1.75rem;
  }
  .plan_simulation_container .input_box {
    font-size: 1.75rem;
  }
  .plan_simulation_container .pc {
    display: none !important;
  }
  .plan_simulation_container .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .plan_simulation_container label,
  .plan_simulation_container .unit {
    font-size: 1.25rem;
  }
  .plan_simulation_container input {
    font-size: 1.25rem;
  }
  .plan_simulation_container input::-moz-placeholder {
    font-size: 1.25rem;
  }
  .plan_simulation_container input::placeholder {
    font-size: 1.25rem;
  }
  .plan_simulation_container .input_box {
    font-size: 1.25rem;
  }
  .plan_simulation_container .pc {
    display: none !important;
  }
  .plan_simulation_container .tablet {
    display: none !important;
  }
  .plan_simulation_container .sp-s {
    display: flex !important;
  }
}

.plan_simulation_container .input_box::-webkit-inner-spin-button,
.plan_simulation_container .input_box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.result_box {
  margin: 2.375rem 0;
  padding: 1.875rem;
  border-radius: 6px;
}
@media screen and (max-width: 860px) {
  .result_box {
    margin: 1.25rem 0;
    padding: 0.9375rem;
  }
  .result_box .pc {
    display: none !important;
  }
  .result_box .tablet {
    display: none !important;
  }
  .result_box .sp-only {
    display: flex !important;
  }
}

.bg_gra_bl {
  background-color: #01a8ce;
  background-image: linear-gradient(-45deg, #01a8ce 0%, #0496b5 100%);
  background-blend-mode: multiply;
}

.bg_gra_gr {
  background-color: #076609;
  background-image: linear-gradient(145deg, #02cf05 0%, #1eb504 100%);
  background-blend-mode: overlay;
}

.result_area {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}
@media screen and (max-width: 860px) {
  .result_area {
    gap: 5px;
  }
}

.result {
  color: #ffff00;
  font-family: 'Roboto', 'Jost', 'Open Sans', sans-serif;
  font-size: 80px;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .result {
    font-size: 55px;
  }
  .result .pc {
    display: none !important;
  }
  .result .sp {
    display: block !important;
  }
}

.JPY {
  color: #fff;
  font-size: 2.9375rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .JPY {
    font-size: 24px;
  }
  .JPY .pc {
    display: none !important;
  }
  .JPY .sp {
    display: block !important;
  }
}

.result_txt {
  color: #fff;
  font-size: 2.375rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .result_txt {
    font-size: 1.75rem;
  }
  .result_txt .pc {
    display: none !important;
  }
  .result_txt .sp {
    display: block !important;
  }
}

.result_box_link {
  border: 2px solid #fff;
  border-radius: 6px;
  width: 367px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 1024px) {
  .result_box_link {
    font-size: 1.125rem;
    width: 90%;
    height: 60px;
  }
  .result_box_link .pc {
    display: none !important;
  }
  .result_box_link .sp {
    display: block !important;
  }
}

.result_box_notice_fee {
  font-size: 14px;
  font-weight: 500;
  color: red;
  background-color: #fff;
  border-radius: 999px;
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 500px) {
  .result_box_notice_fee {
    font-size: 13px;
    font-weight: 500;
  }
}

.result_box_notice {
  color: #fff;
  font-size: 0.8125rem;
}

.plan_contact_link {
  margin: 0 auto;
  padding-bottom: 2.5rem;
  max-width: 1200px;
  display: flex;
  justify-content: center;
}

.plan_contact_btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 6px;
  height: 87px;
  width: 416px;
  background: #e8334a;
  color: #fff;
  font-size: 1.875rem;
  letter-spacing: -0.04em;
  font-weight: 700;
  line-height: 1.875rem;
  padding-left: 48px;
  padding-right: 43px;
  gap: 11px;
}
@media screen and (max-width: 1024px) {
  .plan_contact_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    letter-spacing: -0.02em;
    width: 336px;
    height: 80px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.875rem;
    padding-left: 25px;
    padding-right: 25px;
  }
  .plan_contact_btn .pc {
    display: none !important;
  }
  .plan_contact_btn .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .plan_contact_btn {
    width: 250px;
    height: 60px;
    font-size: 1.125rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .plan_contact_btn .pc {
    display: none !important;
  }
  .plan_contact_btn .tablet {
    display: none !important;
  }
  .plan_contact_btn .sp-s {
    display: flex !important;
  }
}

.plan_contact_btn_arrow {
  width: 26px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .plan_contact_btn_arrow {
    width: 20px;
  }
  .plan_contact_btn_arrow .pc {
    display: none !important;
  }
  .plan_contact_btn_arrow .tablet {
    display: none !important;
  }
  .plan_contact_btn_arrow .sp-s {
    display: flex !important;
  }
}

/*  ----------------------------------------------------------
# 11.0 - プラン
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 12.0 - プレゼンテーション
----------------------------------------------------------  */
.presentation {
  margin-top: -100px;
}

.presentation_ttl_area {
  position: relative;
  width: 100%;
  height: 320px;
}
@media screen and (max-width: 1024px) {
  .presentation_ttl_area {
    height: 280px;
  }
  .presentation_ttl_area .pc {
    display: none !important;
  }
  .presentation_ttl_area .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .presentation_ttl_area {
    height: 200px;
  }
  .presentation_ttl_area .pc {
    display: none !important;
  }
  .presentation_ttl_area .tablet {
    display: none !important;
  }
  .presentation_ttl_area .sp-s {
    display: flex !important;
  }
}

.presentation_ttl_area::after {
  content: '';
  height: 320px;
  width: 100%;
  background-color: #ffff00;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0 70%);
  clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0 70%);
}
@media screen and (max-width: 1024px) {
  .presentation_ttl_area::after {
    height: 280px;
  }
  .presentation_ttl_area::after .pc {
    display: none !important;
  }
  .presentation_ttl_area::after .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .presentation_ttl_area::after {
    height: 200px;
  }
  .presentation_ttl_area::after .pc {
    display: none !important;
  }
  .presentation_ttl_area::after .tablet {
    display: none !important;
  }
  .presentation_ttl_area::after .sp-s {
    display: flex !important;
  }
}

.presentation_ttl_catch {
  max-width: 888px;
  margin-bottom: 88px;
  position: absolute;
  right: 62px;
  top: 112px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .presentation_ttl_catch {
    max-width: 600px;
    top: 80px;
  }
  .presentation_ttl_catch .pc {
    display: none !important;
  }
  .presentation_ttl_catch .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .presentation_ttl_catch {
    max-width: 90%;
    right: 15px;
    margin-bottom: 40px;
  }
  .presentation_ttl_catch .pc {
    display: none !important;
  }
  .presentation_ttl_catch .tablet {
    display: none !important;
  }
  .presentation_ttl_catch .sp-s {
    display: flex !important;
  }
}

.presentation_ttl {
  max-width: 637px;
  position: absolute;
  right: 36px;
  top: 255px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .presentation_ttl {
    max-width: 400px;
    top: 170px;
  }
  .presentation_ttl .pc {
    display: none !important;
  }
  .presentation_ttl .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .presentation_ttl {
    max-width: 300px;
    top: 140px;
  }
  .presentation_ttl .pc {
    display: none !important;
  }
  .presentation_ttl .tablet {
    display: none !important;
  }
  .presentation_ttl .sp-s {
    display: flex !important;
  }
}

.presentation_content {
  display: flex;
  padding-top: 3.125rem;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .presentation_content {
    padding-top: 0.625rem;
  }
  .presentation_content .pc {
    display: none !important;
  }
  .presentation_content .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .presentation_content {
    flex-wrap: wrap;
    padding-top: 1.875rem;
  }
  .presentation_content .pc {
    display: none !important;
  }
  .presentation_content .tablet {
    display: none !important;
  }
  .presentation_content .sp-only {
    display: flex !important;
  }
}

.presentation_img_area {
  max-width: 690px;
}
@media screen and (max-width: 1024px) {
  .presentation_img_area {
    max-width: 60%;
  }
  .presentation_img_area .pc {
    display: none !important;
  }
  .presentation_img_area .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .presentation_img_area {
    max-width: 100%;
    width: 100%;
    padding: 0 1.5625rem;
  }
  .presentation_img_area .pc {
    display: none !important;
  }
  .presentation_img_area .tablet {
    display: none !important;
  }
  .presentation_img_area .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .presentation_img_area {
    padding: 0 0.9375rem;
  }
  .presentation_img_area .pc {
    display: none !important;
  }
  .presentation_img_area .tablet {
    display: none !important;
  }
  .presentation_img_area .sp-s {
    display: flex !important;
  }
}

.presentation_img_explanation {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.3125rem;
  padding-top: 1.875rem;
  margin-left: 1.875rem;
}
@media screen and (max-width: 860px) {
  .presentation_img_explanation {
    padding-top: 1.25rem;
    margin-left: 0;
  }
  .presentation_img_explanation .pc {
    display: none !important;
  }
  .presentation_img_explanation .tablet {
    display: none !important;
  }
  .presentation_img_explanation .sp-only {
    display: flex !important;
  }
}

.presentation_txt_area {
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 3.75rem;
  margin-top: 5.8125rem;
  margin-left: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .presentation_txt_area {
    padding-top: 2.25rem;
    padding-bottom: 1.875rem;
    margin-top: 3.9375rem;
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }
  .presentation_txt_area .pc {
    display: none !important;
  }
  .presentation_txt_area .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .presentation_txt_area {
    width: 100%;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    margin-top: 2.5rem;
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }
  .presentation_txt_area .pc {
    display: none !important;
  }
  .presentation_txt_area .tablet {
    display: none !important;
  }
  .presentation_txt_area .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .presentation_txt_area {
    padding: 1.25rem 0.9375rem;
    margin: 2.5rem 0 0;
  }
  .presentation_txt_area .pc {
    display: none !important;
  }
  .presentation_txt_area .tablet {
    display: none !important;
  }
  .presentation_txt_area .sp-s {
    display: flex !important;
  }
}

.presentation_txt_area::after {
  content: '';
  height: 100%;
  width: 965px;
  background-color: #eaeaea;
  position: absolute;
  top: 0;
  right: -140px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .presentation_txt_area::after {
    width: 150%;
    right: -30px;
  }
  .presentation_txt_area::after .pc {
    display: none !important;
  }
  .presentation_txt_area::after .sp {
    display: block !important;
  }
}

.presentation_txt {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.96875rem;
  max-width: 570px;
}
@media screen and (max-width: 1024px) {
  .presentation_txt {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
  .presentation_txt .pc {
    display: none !important;
  }
  .presentation_txt .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .presentation_txt {
    max-width: 100%;
  }
  .presentation_txt .pc {
    display: none !important;
  }
  .presentation_txt .tablet {
    display: none !important;
  }
  .presentation_txt .sp-only {
    display: flex !important;
  }
}

.presentation_subttl {
  color: #000;
  font-size: 2.25rem;
  font-weight: 700;
  padding-bottom: 2.75rem;
}
@media screen and (max-width: 1024px) {
  .presentation_subttl {
    font-size: 1.875rem;
  }
  .presentation_subttl .pc {
    display: none !important;
  }
  .presentation_subttl .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .presentation_subttl {
    font-size: 1.5rem;
    padding-bottom: 1.5625rem;
  }
  .presentation_subttl .pc {
    display: none !important;
  }
  .presentation_subttl .tablet {
    display: none !important;
  }
  .presentation_subttl .sp-s {
    display: flex !important;
  }
}

/*  ----------------------------------------------------------
# 12.0 - プレゼンテーション
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 13.0 - 結果
----------------------------------------------------------  */
.result_info {
  margin-top: 8.5625rem;
}
@media screen and (max-width: 1024px) {
  .result_info {
    padding: 0 0.9375rem;
  }
  .result_info .pc {
    display: none !important;
  }
  .result_info .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .result_info {
    margin-top: 4.375rem;
  }
  .result_info .pc {
    display: none !important;
  }
  .result_info .tablet {
    display: none !important;
  }
  .result_info .sp-s {
    display: flex !important;
  }
}

.result_info_ttl_area {
  text-align: left;
  padding-bottom: 3.9375rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 860px) {
  .result_info_ttl_area {
    padding-bottom: 2.5rem;
  }
  .result_info_ttl_area .pc {
    display: none !important;
  }
  .result_info_ttl_area .tablet {
    display: none !important;
  }
  .result_info_ttl_area .sp-only {
    display: flex !important;
  }
}

.result_info_ttl {
  font-size: 2.25rem;
  font-weight: 700;
  color: #000;
  position: relative;
}
.result_info_ttl .red {
  color: #e8334a;
}
@media screen and (max-width: 1024px) {
  .result_info_ttl {
    font-size: 1.875rem;
  }
  .result_info_ttl .pc {
    display: none !important;
  }
  .result_info_ttl .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .result_info_ttl {
    font-size: 1.5rem;
  }
  .result_info_ttl .pc {
    display: none !important;
  }
  .result_info_ttl .tablet {
    display: none !important;
  }
  .result_info_ttl .sp-s {
    display: flex !important;
  }
}

.why {
  font-family: 'Roboto', 'Jost', 'Open Sans', sans-serif;
  font-size: 20.9375rem;
  font-weight: 700;
  color: #f7f7f7;
  transform: scale(1, 0.7);
  position: absolute;
  left: -69px;
  top: -170px;
}
@media screen and (max-width: 1024px) {
  .why {
    font-size: 12.5rem;
    left: -15px;
    top: -100px;
  }
  .why .pc {
    display: none !important;
  }
  .why .sp {
    display: block !important;
  }
}

.result_info_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 1024px) {
  .result_info_wrap {
    max-width: 100%;
  }
  .result_info_wrap .pc {
    display: none !important;
  }
  .result_info_wrap .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .result_info_wrap {
    padding-bottom: 5rem;
  }
  .result_info_wrap .pc {
    display: none !important;
  }
  .result_info_wrap .tablet {
    display: none !important;
  }
  .result_info_wrap .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 860px) {
  .result_info_wrap {
    padding-bottom: 0;
  }
  .result_info_wrap .pc {
    display: none !important;
  }
  .result_info_wrap .tablet {
    display: none !important;
  }
  .result_info_wrap .sp-only {
    display: flex !important;
  }
}

.result_info_container {
  width: 100%;
  display: flex;
  height: 400px;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 1024px) {
  .result_info_container {
    height: 350px;
  }
  .result_info_container .pc {
    display: none !important;
  }
  .result_info_container .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .result_info_container {
    display: block;
    height: auto;
  }
  .result_info_container .pc {
    display: none !important;
  }
  .result_info_container .tablet {
    display: none !important;
  }
  .result_info_container .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .result_info_container {
    margin-bottom: 3.125rem;
  }
  .result_info_container .pc {
    display: none !important;
  }
  .result_info_container .tablet {
    display: none !important;
  }
  .result_info_container .sp-s {
    display: flex !important;
  }
}

.result_info_txt_area {
  width: 50%;
  margin-top: 3.75rem;
  padding-right: 4.375rem;
}
@media screen and (max-width: 1024px) {
  .result_info_txt_area {
    margin-top: 1.875rem;
    padding-right: 1.875rem;
  }
  .result_info_txt_area .pc {
    display: none !important;
  }
  .result_info_txt_area .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .result_info_txt_area {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.875rem;
    margin-top: 0;
  }
  .result_info_txt_area .pc {
    display: none !important;
  }
  .result_info_txt_area .tablet {
    display: none !important;
  }
  .result_info_txt_area .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .result_info_txt_area {
    margin-top: 0;
  }
  .result_info_txt_area .pc {
    display: none !important;
  }
  .result_info_txt_area .tablet {
    display: none !important;
  }
  .result_info_txt_area .sp-s {
    display: flex !important;
  }
}

.company_icon {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 860px) {
  .company_icon {
    margin-bottom: 0.9375rem;
  }
  .company_icon .pc {
    display: none !important;
  }
  .company_icon .tablet {
    display: none !important;
  }
  .company_icon .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .company_icon {
    width: 100px;
  }
  .company_icon .pc {
    display: none !important;
  }
  .company_icon .tablet {
    display: none !important;
  }
  .company_icon .sp-s {
    display: flex !important;
  }
}

.result_info_txt {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.96875rem;
}
@media screen and (max-width: 1024px) {
  .result_info_txt {
    font-size: 1rem;
    line-height: 1.8125rem;
  }
  .result_info_txt .pc {
    display: none !important;
  }
  .result_info_txt .sp {
    display: block !important;
  }
}

.result_info_img_area {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  width: 50%;
}
@media screen and (max-width: 860px) {
  .result_info_img_area {
    width: 100%;
    max-width: 600px;
    min-height: 350px;
    height: auto;
    margin: 0 auto;
  }
  .result_info_img_area .pc {
    display: none !important;
  }
  .result_info_img_area .tablet {
    display: none !important;
  }
  .result_info_img_area .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .result_info_img_area {
    width: 100%;
    max-width: 100%;
    min-height: 230px;
    height: auto;
  }
  .result_info_img_area .pc {
    display: none !important;
  }
  .result_info_img_area .tablet {
    display: none !important;
  }
  .result_info_img_area .sp-s {
    display: flex !important;
  }
}

.result_info_img {
  height: 100%;
}

@media screen and (max-width: 500px) {
  .result_info_img {
    height: 100%;
    max-height: 230px;
  }
}

/*  ----------------------------------------------------------
# 13.0 - 結果 -ここまで
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 14.0 - SP-Brain システム
----------------------------------------------------------  */
@media screen and (max-width: 860px) {
  .sp-sys-contact {
    padding-bottom: 180px;
  }
  .sp-sys-contact .pc {
    display: none !important;
  }
  .sp-sys-contact .tablet {
    display: none !important;
  }
  .sp-sys-contact .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 640px) {
  .sp-sys-contact .pc {
    display: none !important;
  }
  .sp-sys-contact .tablet {
    display: none !important;
  }
  .sp-sys-contact .sp-only {
    display: flex !important;
  }
}

.form_zipcode_btn {
  font-size: 22px;
  width: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  letter-spacing: -0.02em;
  height: 64px;
  font-weight: 700;
  line-height: 1.875rem;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  background: linear-gradient(94deg, #e94d6b 0%, #f5a214 100%);
}
@media screen and (max-width: 640px) {
  .form_zipcode_btn {
    height: 56px;
    font-size: 20px;
  }
  .form_zipcode_btn .pc {
    display: none !important;
  }
  .form_zipcode_btn .tablet {
    display: none !important;
  }
  .form_zipcode_btn .sp-only {
    display: flex !important;
  }
}

.checkout_wrap {
  border-radius: 8px;
  background: linear-gradient(94deg, #e94d6b 0%, #f5a214 100%);
  padding: 24px 40px;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .checkout_wrap {
    padding: 20px 20px;
  }
  .checkout_wrap .pc {
    display: none !important;
  }
  .checkout_wrap .tablet {
    display: none !important;
  }
  .checkout_wrap .sp-only {
    display: flex !important;
  }
}

.checkout_wrap .aster {
  color: #fff;
}

.checkout_ttl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: solid 1px #fff;
}

@media screen and (max-width: 640px) {
  .checkout_ttl_wrap {
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: block;
  }
  .checkout_ttl_wrap .pc {
    display: none !important;
  }
  .checkout_ttl_wrap .tablet {
    display: none !important;
  }
  .checkout_ttl_wrap .sp-only {
    display: flex !important;
  }
}

.confirm_page .checkout_under_item:nth-of-type(1) {
  border-top: none;
  padding-top: 0;
}

.checkout_ttl_img_wrap {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  width: 62%;
}

.checkout_ttl_img_wrap .checkout_ttl_img{
  max-width: 14%;
}

@media screen and (max-width: 500px) {
  .checkout_ttl_img_wrap {
    gap: 10px;
  }
  .checkout_ttl_img_wrap .pc {
    display: none !important;
  }
  .checkout_ttl_img_wrap .tablet {
    display: none !important;
  }
  .checkout_ttl_img_wrap .sp-s {
    display: flex !important;
  }
}

.checkout_ttl {
  font-size: 26px;
  font-weight: 700;
  color: #fff !important;
  width: 28%;
}
@media screen and (max-width: 640px) {
  .checkout_ttl {
    font-size: 24px;
    width: 100%;
  }
  .checkout_ttl_img_wrap{
    width: 100%;
    margin: 1vw 0 0;
    justify-content: flex-start;
  }
  .checkout_ttl_img_wrap .checkout_ttl_img {
    max-width: 11.8%;
  }
  .checkout_ttl .pc {
    display: none !important;
  }
  .checkout_ttl .tablet {
    display: none !important;
  }
  .checkout_ttl .sp-only {
    display: flex !important;
  }
}

@media screen and (max-width: 640px) {
  .checkout_ttl_img {
    width: 80px;
    height: auto;
  }
  .checkout_ttl_img .pc {
    display: none !important;
  }
  .checkout_ttl_img .tablet {
    display: none !important;
  }
  .checkout_ttl_img .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .checkout_ttl_img {
    width: 60px;
  }
  .checkout_ttl_img .pc {
    display: none !important;
  }
  .checkout_ttl_img .tablet {
    display: none !important;
  }
  .checkout_ttl_img .sp-s {
    display: flex !important;
  }
}

.checkout_under_wrap {
  border-top: solid 1px #fff;
}

.checkout_under_item {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}

.checkout_under_item:last-of-type {
  padding-bottom: 0;
}

.checkout_under_item_left {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .checkout_under_item_left {
    font-size: 16px;
  }
  .checkout_under_item_left .pc {
    display: none !important;
  }
  .checkout_under_item_left .tablet {
    display: none !important;
  }
  .checkout_under_item_left .sp-only {
    display: flex !important;
  }
}

.checkout_under_item_right {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Roboto', 'Jost', 'Open Sans', sans-serif;
}
@media screen and (max-width: 640px) {
  .checkout_under_item_right {
    font-size: 20px;
  }
  .checkout_under_item_right .pc {
    display: none !important;
  }
  .checkout_under_item_right .tablet {
    display: none !important;
  }
  .checkout_under_item_right .sp-only {
    display: flex !important;
  }
}

.checkout_under_item_left_ttl {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .checkout_under_item_left_ttl {
    font-size: 24px;
  }
  .checkout_under_item_left_ttl .pc {
    display: none !important;
  }
  .checkout_under_item_left_ttl .tablet {
    display: none !important;
  }
  .checkout_under_item_left_ttl .sp-only {
    display: flex !important;
  }
}

.checkout_under_item_right_ttl {
  font-size: 45px;
  font-weight: 700;
  font-family: 'Roboto', 'Jost', 'Open Sans', sans-serif;
}
@media screen and (max-width: 640px) {
  .checkout_under_item_right_ttl {
    font-size: 30px;
  }
  .checkout_under_item_right_ttl .pc {
    display: none !important;
  }
  .checkout_under_item_right_ttl .tablet {
    display: none !important;
  }
  .checkout_under_item_right_ttl .sp-only {
    display: flex !important;
  }
}

.checkout_btn {
  width: 300px;
  height: 80px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3125rem;
  position: relative;
  border: 2px solid transparent;
  border-radius: 80px;
  background: linear-gradient(94deg, #e94d6b 0%, #f5a214 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .checkout_btn {
    height: 65px;
    width: 100%;
  }
  .checkout_btn .pc {
    display: none !important;
  }
  .checkout_btn .tablet {
    display: none !important;
  }
  .checkout_btn .sp-only {
    display: flex !important;
  }
}

.checkout_btn::after {
  content: '';
  position: absolute;
  background-image: url(../img/arrow_wt2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(270deg);
  right: 25px;
}

.checkout_btn_back {
  transition: all 0.3s;
  width: 200px;
  height: 80px;
  padding-right: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 80px;
  border: 2px solid #3e3e3e;
  color: #3e3e3e;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3125rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .checkout_btn_back {
    height: 65px;
    width: 60%;
    padding-right: 0;
  }
  .checkout_btn_back .pc {
    display: none !important;
  }
  .checkout_btn_back .tablet {
    display: none !important;
  }
  .checkout_btn_back .sp-only {
    display: flex !important;
  }
}

.aster_wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .aster_wrap {
    flex-direction: column;
    gap: 0;
  }
  .aster_wrap .pc {
    display: none !important;
  }
  .aster_wrap .tablet {
    display: none !important;
  }
  .aster_wrap .sp-only {
    display: flex !important;
  }
}

.number_wrap {
  width: 60%;
}
@media screen and (max-width: 640px) {
  .number_wrap {
    width: 100%;
  }
  .number_wrap .pc {
    display: none !important;
  }
  .number_wrap .tablet {
    display: none !important;
  }
  .number_wrap .sp-only {
    display: flex !important;
  }
}

.expiry_wrap,
.cvc_wrap {
  width: 20%;
}
@media screen and (max-width: 640px) {
  .expiry_wrap,
  .cvc_wrap {
    width: 100%;
  }
  .expiry_wrap .pc,
  .cvc_wrap .pc {
    display: none !important;
  }
  .expiry_wrap .tablet,
  .cvc_wrap .tablet {
    display: none !important;
  }
  .expiry_wrap .sp-only,
  .cvc_wrap .sp-only {
    display: flex !important;
  }
}

.sp-sys-contact .error-message {
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .sp-sys-contact .error-message {
    font-size: 14px;
  }
  .sp-sys-contact .error-message .pc {
    display: none !important;
  }
  .sp-sys-contact .error-message .tablet {
    display: none !important;
  }
  .sp-sys-contact .error-message .sp-only {
    display: flex !important;
  }
}

.sp-sys-contact .checkout_wrap .error-message {
  color: #fff !important;
}

@media screen and (max-width: 640px) {
  .sp-line {
    flex-direction: column;
    gap: 0;
  }
  .sp-line .pc {
    display: none !important;
  }
  .sp-line .tablet {
    display: none !important;
  }
  .sp-line .sp-only {
    display: flex !important;
  }
}

.sp-line .pref_wrap,
.sp-line .city_wrap,
.sp-line .address_wrap,
.sp-line .building_wrap,
.sp-line .plan_wrap,
.sp-line .cases_con {
  width: 100%;
}

.sp-sys_header {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .sp-sys_header {
    padding: 0 2.5rem;
    max-width: 100%;
  }
  .sp-sys_header .pc {
    display: none !important;
  }
  .sp-sys_header .sp {
    display: block !important;
  }
}

.sp-sys_header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1010px) {
  .sp-sys_header_wrap {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: -20px;
  }
  .sp-sys_header_wrap .pc {
    display: none !important;
  }
  .sp-sys_header_wrap .tablet {
    display: none !important;
  }
  .sp-sys_header_wrap .sp-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1010px) {
  .mg_btm {
    margin-bottom: 30px;
  }
  .mg_btm .pc {
    display: none !important;
  }
  .mg_btm .tablet {
    display: none !important;
  }
  .mg_btm .sp-only {
    display: flex !important;
  }
}

@media screen and (max-width: 860px) {
  .sp-sys_header_logo_link {
    width: 230px;
  }
  .sp-sys_header_logo_link .pc {
    display: none !important;
  }
  .sp-sys_header_logo_link .tablet {
    display: none !important;
  }
  .sp-sys_header_logo_link .sp-only {
    display: flex !important;
  }
}

.sp-sys_header_list {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1010px) {
  .sp-sys_header_list {
    display: none;
  }
  .sp-sys_header_list .pc {
    display: none !important;
  }
  .sp-sys_header_list .tablet {
    display: none !important;
  }
  .sp-sys_header_list .sp-only {
    display: flex !important;
  }
}

.btn_or2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 6px;
  letter-spacing: -0.02em;
  width: auto;
  height: 45px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-left: 20px;
  padding-right: 15px;
  gap: 13px;
  border: solid 2px #3e3e3e;
}

.sp-sys_header_list_item_logo {
  height: 20px;
}

#cases::-webkit-inner-spin-button,
#cases::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.temp_content {
  width: 100%;
  position: relative;
  overflow: clip;
  padding-top: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .temp_content {
    padding: 0 15px;
    padding-top: 60px;
  }
  .temp_content .pc {
    display: none !important;
  }
  .temp_content .tablet {
    display: none !important;
  }
  .temp_content .sp-only {
    display: flex !important;
  }
}

.temp_container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 1.75;
  padding-bottom: 60px;
}
@media screen and (max-width: 860px) {
  .temp_container {
    padding-bottom: 50px;
  }
  .temp_container .pc {
    display: none !important;
  }
  .temp_container .tablet {
    display: none !important;
  }
  .temp_container .sp-only {
    display: flex !important;
  }
}

.temp_content h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  border-bottom: solid 1px #3e3e3e;
  padding-bottom: 40px;
}
@media screen and (max-width: 860px) {
  .temp_content h1 {
    font-size: 26px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .temp_content h1 .pc {
    display: none !important;
  }
  .temp_content h1 .tablet {
    display: none !important;
  }
  .temp_content h1 .sp-only {
    display: flex !important;
  }
}

.temp_content h3 {
  font-weight: 700;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .temp_content h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .temp_content h3 .pc {
    display: none !important;
  }
  .temp_content h3 .tablet {
    display: none !important;
  }
  .temp_content h3 .sp-only {
    display: flex !important;
  }
}

.temp_content p {
  font-size: 18px;
  color: #3e3e3e;
}
@media screen and (max-width: 640px) {
  .temp_content p {
    font-size: 16px;
  }
  .temp_content p .pc {
    display: none !important;
  }
  .temp_content p .tablet {
    display: none !important;
  }
  .temp_content p .sp-only {
    display: flex !important;
  }
}

.temp_content ol {
  list-style: disc;
}

.temp_l_num li {
  list-style-type: decimal;
}

.temp_l_disc li {
  list-style-type: disc;
}

.temp_l_num,
.temp_l_disc {
  padding-left: 1.5em;
}
@media screen and (max-width: 640px) {
  .temp_l_num,
  .temp_l_disc {
    font-size: 16px;
  }
  .temp_l_num .pc,
  .temp_l_disc .pc {
    display: none !important;
  }
  .temp_l_num .tablet,
  .temp_l_disc .tablet {
    display: none !important;
  }
  .temp_l_num .sp-only,
  .temp_l_disc .sp-only {
    display: flex !important;
  }
}

.temp_content .clm {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 640px) {
  .temp_content .clm {
    flex-direction: column;
    gap: 15px;
  }
  .temp_content .clm .pc {
    display: none !important;
  }
  .temp_content .clm .tablet {
    display: none !important;
  }
  .temp_content .clm .sp-only {
    display: flex !important;
  }
}

.temp_content .btn_or2 {
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 700;
  width: auto;
  border-radius: 999px;
  height: 65px;
  letter-spacing: 0;
  padding: 0px 20px 0 35px;
}
@media screen and (max-width: 640px) {
  .temp_content .btn_or2 {
    font-size: 16px;
    height: 60px;
  }
  .temp_content .btn_or2 .pc {
    display: none !important;
  }
  .temp_content .btn_or2 .tablet {
    display: none !important;
  }
  .temp_content .btn_or2 .sp-only {
    display: flex !important;
  }
}

.temp_m_b_15 {
  margin-bottom: 15px;
}

.temp_m_b_20 {
  margin-bottom: 20px;
}

.temp_m_b_30 {
  margin-bottom: 30px;
}

.temp_bold {
  font-weight: 700;
}

.temp_point_wrap {
  border-radius: 16px;
  background-color: #e9f2ff;
  border: solid 1px #3d88f5;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .temp_point_wrap {
    font-size: 16px;
    text-align: left;
    padding: 30px 20px;
  }
  .temp_point_wrap .pc {
    display: none !important;
  }
  .temp_point_wrap .tablet {
    display: none !important;
  }
  .temp_point_wrap .sp-only {
    display: flex !important;
  }
}

.temp_point_wrap .btn_or2 {
  width: 300px;
  margin: 0 auto;
  padding-left: 50px;
  background-color: #fff;
}

/*  ----------------------------------------------------------
# 14.0 - SP-Brain システム -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 15.0 - 下層 タイプ別ページ
----------------------------------------------------------  */
/* type01 理性タイプ */
.type01_bg {
  background-color: #f9c158;
}

/* type02 比較タイプ */
.type02_bg {
  background-color: #00a9ce;
}

/* type03 感性タイプ */
.type03_bg {
  background-color: #e8374a;
}

.lower_type {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 134px;
}
@media screen and (max-width: 500px) {
  .lower_type {
    padding-bottom: 30px;
  }
  .lower_type .pc {
    display: none !important;
  }
  .lower_type .tablet {
    display: none !important;
  }
  .lower_type .sp-s {
    display: flex !important;
  }
}

.lower_type_container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 7.5rem;
}
@media screen and (max-width: 1024px) {
  .lower_type_container {
    padding: 0 0.9375rem;
    gap: 2.5rem;
  }
  .lower_type_container .pc {
    display: none !important;
  }
  .lower_type_container .sp {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .lower_type_container {
    display: block;
  }
  .lower_type_container .pc {
    display: none !important;
  }
  .lower_type_container .tablet {
    display: none !important;
  }
  .lower_type_container .sp-only {
    display: flex !important;
  }
}

.lower_type_menu_area {
  text-align: left;
}
@media screen and (max-width: 860px) {
  .lower_type_menu_area {
    text-align: center;
  }
  .lower_type_menu_area .pc {
    display: none !important;
  }
  .lower_type_menu_area .tablet {
    display: none !important;
  }
  .lower_type_menu_area .sp-only {
    display: flex !important;
  }
}

.lower_type_subttl {
  color: #3e3e3e;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 860px) {
  .lower_type_subttl .pc {
    display: none !important;
  }
  .lower_type_subttl .tablet {
    display: none !important;
  }
  .lower_type_subttl .sp-only {
    display: flex !important;
  }
}

.lower_type_ttl {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.875rem;
}
.lower_type_ttl.type01_ttl {
  color: #f9c158;
}
.lower_type_ttl.type02_ttl {
  color: #00a9ce;
}
.lower_type_ttl.type03_ttl {
  color: #e8374a;
}
@media screen and (max-width: 860px) {
  .lower_type_ttl {
    font-size: 2.5rem;
  }
  .lower_type_ttl .pc {
    display: none !important;
  }
  .lower_type_ttl .tablet {
    display: none !important;
  }
  .lower_type_ttl .sp-only {
    display: flex !important;
  }
}

.lower_type_icon {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .lower_type_icon {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    text-align: center;
  }
  .lower_type_icon .pc {
    display: none !important;
  }
  .lower_type_icon .tablet {
    display: none !important;
  }
  .lower_type_icon .sp-only {
    display: flex !important;
  }
}

.type01_icon_img {
  width: 136px;
}
@media screen and (max-width: 860px) {
  .type01_icon_img {
    width: 80px;
  }
  .type01_icon_img .pc {
    display: none !important;
  }
  .type01_icon_img .tablet {
    display: none !important;
  }
  .type01_icon_img .sp-only {
    display: flex !important;
  }
}

.type02_icon_img {
  width: 155px;
}
@media screen and (max-width: 860px) {
  .type02_icon_img {
    width: 90px;
  }
  .type02_icon_img .pc {
    display: none !important;
  }
  .type02_icon_img .tablet {
    display: none !important;
  }
  .type02_icon_img .sp-only {
    display: flex !important;
  }
}

.type03_icon_img {
  width: 136px;
}
@media screen and (max-width: 860px) {
  .type03_icon_img {
    width: 80px;
  }
  .type03_icon_img .pc {
    display: none !important;
  }
  .type03_icon_img .tablet {
    display: none !important;
  }
  .type03_icon_img .sp-only {
    display: flex !important;
  }
}

.type_nav {
  margin-top: 5rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 860px) {
  .type_nav {
    margin-top: 2.5rem;
  }
  .type_nav .pc {
    display: none !important;
  }
  .type_nav .tablet {
    display: none !important;
  }
  .type_nav .sp-only {
    display: flex !important;
  }
}

.type_nav_txt {
  color: #3e3e3e;
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(62, 62, 62, 0.2);
  text-align: left;
}

.type_nav_list {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 860px) {
  .type_nav_list {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
  }
  .type_nav_list .pc {
    display: none !important;
  }
  .type_nav_list .tablet {
    display: none !important;
  }
  .type_nav_list .sp-only {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .type_nav_list {
    gap: 30px;
  }
  .type_nav_list .pc {
    display: none !important;
  }
  .type_nav_list .tablet {
    display: none !important;
  }
  .type_nav_list .sp-s {
    display: flex !important;
  }
}

.type_nav_list_menu {
  margin-left: 0.625rem;
  margin-bottom: 1.5625rem;
}
.type_nav_list_menu a {
  color: #3e3e3e;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.type_nav_list_menu .arrow,
.lower_type_menu_area_backlink .arrow {
  margin-right: 10px;
  width: 6px;
}
@media screen and (max-width: 500px) {
  .type_nav_list_menu a {
    font-size: 1rem;
  }
  .type_nav_list_menu .pc {
    display: none !important;
  }
  .type_nav_list_menu .tablet {
    display: none !important;
  }
  .type_nav_list_menu .sp-s {
    display: flex !important;
  }
}

.lower_type_content_area {
  padding-top: 90px;
}
@media screen and (max-width: 860px) {
  .lower_type_content_area {
    padding-top: 40px;
  }
  .lower_type_content_area .pc {
    display: none !important;
  }
  .lower_type_content_area .tablet {
    display: none !important;
  }
  .lower_type_content_area .sp-only {
    display: flex !important;
  }
}

.lower_type_content_box {
  margin-bottom: 48px;
}
.lower_type_content_box:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .lower_type_content_box {
    margin-bottom: 35px;
  }
  .lower_type_content_box .pc {
    display: none !important;
  }
  .lower_type_content_box .tablet {
    display: none !important;
  }
  .lower_type_content_box .sp-s {
    display: flex !important;
  }
}

.lower_type_menu_area_backlink {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  height: 60px;
  border-radius: 999px;
}
@media screen and (max-width: 1024px) {
  .lower_type_menu_area_backlink {
    justify-content: center;
    width: 50%;
  }
}
@media screen and (max-width: 860px) {
  .lower_type_menu_area_backlink {
    width: 100%;
  }
}

.lower_type_content_txt_ttl {
  color: #3e3e3e;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(62, 62, 62, 0.2);
}
@media screen and (max-width: 860px) {
  .lower_type_content_txt_ttl {
    font-size: 28px;
    padding-bottom: 14px;
  }
  .lower_type_content_txt_ttl .pc {
    display: none !important;
  }
  .lower_type_content_txt_ttl .tablet {
    display: none !important;
  }
  .lower_type_content_txt_ttl .sp-only {
    display: flex !important;
  }
}

.lower_type_content_txt {
  padding-top: 30px;
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 400;
  line-height: 31.5px;
}
.lower_type_content_txt .bold {
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .lower_type_content_txt {
    padding-top: 15px;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
  .lower_type_content_txt .pc {
    display: none !important;
  }
  .lower_type_content_txt .tablet {
    display: none !important;
  }
  .lower_type_content_txt .sp-s {
    display: flex !important;
  }
}

.lower_type_content_type_img {
  max-width: 828px;
  margin-top: 55px;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .lower_type_content_type_img {
    margin-top: 0;
  }
  .lower_type_content_type_img .pc {
    display: none !important;
  }
  .lower_type_content_type_img .tablet {
    display: none !important;
  }
  .lower_type_content_type_img .sp-only {
    display: flex !important;
  }
}

.footer_lower {
  padding-top: 2.9375rem;
  z-index: 0;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 860px) {
  .footer_lower {
    padding-top: 1.25rem;
  }
  .footer_lower .pc {
    display: none !important;
  }
  .footer_lower .tablet {
    display: none !important;
  }
  .footer_lower .sp-only {
    display: flex !important;
  }
}

.format_back_link {
  color: #fff;
  border-radius: 999px;
  height: 65px;
  font-size: 18px;
  font-weight: 700;
  padding: 0px 20px 0 35px;
  justify-content: center;
}

.temp_content .format_back_link {
  width: 300px;
  margin: 0 auto;
}

.agreeBox {
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #ccc;
  background: #fff;
  height: 300px;
  overflow: auto;
  padding: 1.5em;
  font-size: 90%;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #e94d6b, #f5a214);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.agreeBox h4 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 120%;
  color: #3e3e3e !important;
  margin-bottom: 15px !important;
}

.agreeBox p {
  color: #3e3e3e !important;
}

.agreement_check {
  color: #3e3e3e !important;
}

.agreement_check input {
  margin-right: 5px;
}

.agreeBox li {
  list-style: decimal;
  margin-bottom: 10px;
}

.agreeBox ol {
  padding-left: 1rem;
}
