@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
button,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  word-wrap: break-word;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

img {
  height: auto;
  display: block;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

video {
  outline: none;
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
}

:root {
  --headerHeight: 100px;
  --paddingSection: 40px;
  --paddingLR: 16px;
}
@media screen and (max-width: 959px) {
  :root {
    --headerHeight: 80px;
    --paddingSection: 40px;
  }
}

:root {
  --color_purple: #2A145A;
  --color_purple_02: #612CB0;
  --color_blue: #002A58;
}

/*==========　基本設定　==========*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  html {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Meiryo UI", "メイリオ", "Roboto", sans-serif;
  color: #484848;
  line-height: 1.5;
  width: 100%;
}

.body_wrap {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: calc(1070px + var(--paddingLR) * 2);
  padding-left: var(--paddingLR);
  padding-right: var(--paddingLR);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner {
  width: 100%;
  max-width: calc(980px + var(--paddingLR) * 2);
  padding-left: var(--paddingLR);
  padding-right: var(--paddingLR);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner_contents {
  width: 100%;
  max-width: calc(900px + var(--paddingLR) * 2);
  padding-left: var(--paddingLR);
  padding-right: var(--paddingLR);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 959px) {
  .container .inner,
  .container .inner_contents,
  .inner .inner_contents {
    padding-left: 0;
    padding-right: 0;
  }
}
.anchor {
  padding-top: var(--headerHeight);
  margin-top: calc(var(--headerHeight) * -1);
}

/*========== レイアウト用 ==========*/
.padding_section {
  padding-top: var(--paddingSection);
  padding-bottom: var(--paddingSection);
}

.margin_section {
  margin-top: var(--paddingSection);
  margin-bottom: var(--paddingSection);
}
.margin_section:first-child {
  margin-top: 0;
}
.margin_section:last-child {
  margin-bottom: 0;
}

.relative_box {
  position: relative;
}

.absolute_box {
  position: absolute;
}

.position_left {
  top: 0;
  left: 0;
}

.position_right {
  top: 0;
  right: 0;
}

/*==========
フォント
==========*/
.fw_mid {
  font-weight: 500;
}

.fw_bold {
  font-weight: 700;
}

.fw_black {
  font-weight: 900;
}

.fs_12 {
  font-size: 0.75rem;
}
@media screen and (max-width: 959px) {
  .fs_12 {
    font-size: 1rem;
  }
}

.fs_13 {
  font-size: 0.8125rem;
}
@media screen and (max-width: 959px) {
  .fs_13 {
    font-size: 1rem;
  }
}

.fs_14 {
  font-size: 0.875rem;
}
@media screen and (max-width: 959px) {
  .fs_14 {
    font-size: 1rem;
  }
}

.fs_15 {
  font-size: 0.9375rem;
}
@media screen and (max-width: 959px) {
  .fs_15 {
    font-size: 1rem;
  }
}

.fs_16 {
  font-size: 1rem;
}

.fs_17 {
  font-size: 1.0625rem;
}
@media screen and (max-width: 959px) {
  .fs_17 {
    font-size: 1rem;
  }
}

.fs_18 {
  font-size: 1.125rem;
}
@media screen and (max-width: 959px) {
  .fs_18 {
    font-size: 1rem;
  }
}

.fs_19 {
  font-size: 1.1875rem;
}
@media screen and (max-width: 959px) {
  .fs_19 {
    font-size: 1.125rem;
  }
}

.fs_20 {
  font-size: 1.25rem;
}
@media screen and (max-width: 959px) {
  .fs_20 {
    font-size: 1.125rem;
  }
}

.fs_21 {
  font-size: 1.3125rem;
}
@media screen and (max-width: 959px) {
  .fs_21 {
    font-size: 1.125rem;
  }
}

.fs_22 {
  font-size: 1.375rem;
}
@media screen and (max-width: 959px) {
  .fs_22 {
    font-size: 1.125rem;
  }
}

.fs_24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .fs_24 {
    font-size: 1.25rem;
  }
}

.fs_26 {
  font-size: 1.625rem;
}
@media screen and (max-width: 959px) {
  .fs_26 {
    font-size: 1.25rem;
  }
}

.fs_28 {
  font-size: 1.75rem;
}
@media screen and (max-width: 959px) {
  .fs_28 {
    font-size: 1.25rem;
  }
}

.fs_30 {
  font-size: 1.875rem;
}
@media screen and (max-width: 959px) {
  .fs_30 {
    font-size: 1.25rem;
  }
}

.fs_32 {
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .fs_32 {
    font-size: 1.5rem;
  }
}

.fs_34 {
  font-size: 2.125rem;
}
@media screen and (max-width: 959px) {
  .fs_34 {
    font-size: 1.5rem;
  }
}

.fs_36 {
  font-size: 2.25rem;
}
@media screen and (max-width: 959px) {
  .fs_36 {
    font-size: 1.5rem;
  }
}

.fs_40 {
  font-size: 2.5rem;
}
@media screen and (max-width: 959px) {
  .fs_40 {
    font-size: 1.5rem;
  }
}

/*==========
汎用クラス
==========*/
.text_justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: left;
       text-align-last: left;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

.block_center {
  margin-left: auto;
  margin-right: auto;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 959px) {
  .sp_only {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*==========
余白指定
==========*/
.mt_1em {
  margin-top: 1em;
}

.mt_2em {
  margin-top: 2em;
}

.mt_08 {
  margin-top: 8px;
}

.mt_16 {
  margin-top: 16px;
}

.mt_24 {
  margin-top: 24px;
}

.mt_32 {
  margin-top: 32px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_56 {
  margin-top: 56px;
}
@media screen and (max-width: 959px) {
  .mt_56 {
    margin-top: 40px;
  }
}

.mt_64 {
  margin-top: 64px;
}
@media screen and (max-width: 959px) {
  .mt_64 {
    margin-top: 40px;
  }
}

.mt_80 {
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .mt_80 {
    margin-top: 40px;
  }
}

.mt_120 {
  margin-top: 120px;
}
@media screen and (max-width: 959px) {
  .mt_120 {
    margin-top: 80px;
  }
}

.mt_160 {
  margin-top: 160px;
}
@media screen and (max-width: 959px) {
  .mt_160 {
    margin-top: 80px;
  }
}

.mb_1em {
  margin-bottom: 1em;
}

.mb_2em {
  margin-bottom: 2em;
}

.mb_08 {
  margin-bottom: 8px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_32 {
  margin-bottom: 32px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_56 {
  margin-bottom: 56px;
}
@media screen and (max-width: 959px) {
  .mb_56 {
    margin-bottom: 40px;
  }
}

.mb_64 {
  margin-bottom: 64px;
}
@media screen and (max-width: 959px) {
  .mb_64 {
    margin-bottom: 40px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .mb_80 {
    margin-bottom: 40px;
  }
}

.mb_120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 959px) {
  .mb_120 {
    margin-bottom: 80px;
  }
}

.mb_160 {
  margin-bottom: 160px;
}
@media screen and (max-width: 959px) {
  .mb_160 {
    margin-bottom: 80px;
  }
}

.pt_1em {
  padding-top: 1em;
}

.pt_2em {
  padding-top: 2em;
}

.pt_08 {
  padding-top: 8px;
}

.pt_16 {
  padding-top: 16px;
}

.pt_24 {
  padding-top: 24px;
}

.pt_32 {
  padding-top: 32px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_56 {
  padding-top: 56px;
}
@media screen and (max-width: 959px) {
  .pt_56 {
    padding-top: 40px;
  }
}

.pt_64 {
  padding-top: 64px;
}
@media screen and (max-width: 959px) {
  .pt_64 {
    padding-top: 40px;
  }
}

.pt_80 {
  padding-top: 80px;
}
@media screen and (max-width: 959px) {
  .pt_80 {
    padding-top: 40px;
  }
}

.pt_120 {
  padding-top: 120px;
}
@media screen and (max-width: 959px) {
  .pt_120 {
    padding-top: 80px;
  }
}

.pt_160 {
  padding-top: 160px;
}
@media screen and (max-width: 959px) {
  .pt_160 {
    padding-top: 80px;
  }
}

.pb_1em {
  padding-bottom: 1em;
}

.pb_2em {
  padding-bottom: 2em;
}

.pb_08 {
  padding-bottom: 8px;
}

.pb_16 {
  padding-bottom: 16px;
}

.pb_24 {
  padding-bottom: 24px;
}

.pb_32 {
  padding-bottom: 32px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_56 {
  padding-bottom: 56px;
}
@media screen and (max-width: 959px) {
  .pb_56 {
    padding-bottom: 40px;
  }
}

.pb_64 {
  padding-bottom: 64px;
}
@media screen and (max-width: 959px) {
  .pb_64 {
    padding-bottom: 40px;
  }
}

.pb_80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .pb_80 {
    padding-bottom: 40px;
  }
}

.pb_120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 959px) {
  .pb_120 {
    padding-bottom: 80px;
  }
}

.pb_160 {
  padding-bottom: 160px;
}
@media screen and (max-width: 959px) {
  .pb_160 {
    padding-bottom: 80px;
  }
}

/*========== 汎用オブジェクト ==========*/
/*==========
汎用デザイン
==========*/
.text_colormain {
  color: #0672CB;
}

.text_red {
  color: #FF0000;
}

a:not([class]) {
  color: #0672CB;
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  a:not([class]):hover {
    text-decoration: none;
  }
}

/*==========
リスト
==========*/
.list_dots > * {
  position: relative;
  padding-left: 1em;
}
.list_dots > *::before {
  content: "・";
  position: absolute;
  left: 0;
}

/*==========
ボタン
==========*/
/*==========
タイトル
==========*/
.title_01 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
  color: #0672CB;
}
@media screen and (max-width: 959px) {
  .title_01 {
    font-size: 1.25rem;
  }
}

/*========== 汎用レイアウト ==========*/
/*==========
ヘッダー
==========*/
header::before {
  content: "";
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#2f4f84), to(#73b4e4));
  background: -webkit-linear-gradient(left, #2f4f84 0%, #73b4e4 100%);
  background: linear-gradient(90deg, #2f4f84 0%, #73b4e4 100%);
  display: block;
}
header .bg_gray {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #EEEEEE;
}
header .bg_gray .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .bg_gray .logo_area {
  max-width: 100%;
  width: 250px;
}
header .bg_gray .logo_area img {
  width: 100%;
}
header .bg_gray .text_area {
  font-size: 0.75rem;
  font-weight: 700;
  text-align: right;
}
header .bg_gray .windows_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px 40px;
}
header .bg_gray .img_area {
  max-width: 100%;
  width: 180px;
}
header .bg_gray .img_area img {
  width: 100%;
}
header .bg_blue {
  background-color: rgba(128, 200, 251, 0.5);
}
header .bg_blue .text_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
header .bg_blue .title {
  color: #0C32A4;
  font-size: 1.75rem;
  font-weight: 700;
}
header .bg_blue .title .big {
  font-size: 1.3571428572em;
}
header .bg_blue .text {
  font-size: 1.5rem;
  margin-top: auto;
  color: #0672CB;
  line-height: 1.25;
}
header .bg_blue .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .bg_blue .img_area {
  margin-left: -1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  header .bg_gray {
    padding-top: 24px;
    padding-bottom: 10px;
  }
  header .bg_gray .logo_area {
    max-width: 40%;
    margin-bottom: auto;
  }
  header .bg_gray .windows_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  header .bg_gray .text_area {
    font-size: 0.5rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-left: calc(50% - 50vw);
  }
  header .bg_gray .img_area {
    max-width: 86px;
  }
  header .bg_blue .text_area {
    padding-top: 10px;
    padding-bottom: 0;
  }
  header .bg_blue .title {
    font-size: 1rem;
  }
  header .bg_blue .title .big {
    font-size: 1.5em;
  }
  header .bg_blue .text {
    font-size: 0.875rem;
  }
  header .bg_blue .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .bg_blue .img_area {
    padding-bottom: 10px;
    margin-left: -1em;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*==========
グローバルメニュー
==========*/
/*==========
ハンバーガーメニュー
==========*/
/*==========
フッター
==========*/
footer .bg_gray {
  background-color: #EEEEEE;
  padding-top: 30px;
  padding-bottom: 16px;
}
footer .bg_gray .row_title {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
footer .bg_gray .row_title .title {
  font-size: 1.5rem;
}
footer .bg_blue {
  background-color: #002A58;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 40px;
}
footer .bg_blue .text {
  font-size: 0.8125rem;
}
footer .bg_blue .text + .text {
  margin-top: 1em;
}
footer .bg_blue a:not([class]) {
  color: #80C7FB;
}
@media screen and (max-width: 959px) {
  footer .bg_gray {
    padding-top: 20px;
  }
  footer .bg_gray .row_title {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  footer .bg_gray .row_title .title {
    font-size: 1.125rem;
  }
  footer .bg_gray .row_body {
    font-size: 0.875rem;
  }
  footer .bg_blue {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .bg_blue .text {
    font-size: 0.625rem;
  }
  footer .bg_blue .copyrights {
    font-size: 0.75rem;
  }
}

/*========== 個別レイアウト ==========*/
.slider_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slider_flex > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.slider_mv {
  --swiper-pagination-bottom: 20px;
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-color: #0672CB;
  --swiper-pagination-bullet-inactive-color: #80C7FB;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.slider_mv .swiper-slide img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .slider_mv {
    --swiper-pagination-bottom: 4px;
    --swiper-pagination-bullet-width: 6px;
    --swiper-pagination-bullet-height: 6px;
  }
}

.slider_mv_L .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider_mv_L .swiper-pagination > *:first-of-type {
  -webkit-box-ordinal-group: 101;
  -webkit-order: 100;
      -ms-flex-order: 100;
          order: 100;
}

.slider_mv_R {
  --swiper-pagination-color: var(--color_purple_02);
  --swiper-pagination-bullet-inactive-color: #BEAFFF;
}

#fv_belt {
  background: center right/cover url("../img/index_mv_belt.jpg") no-repeat;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
#fv_belt .title_main {
  font-size: 1.75rem;
  font-weight: 700;
}
#fv_belt .title_sub {
  font-size: 1.5rem;
  margin-top: 20px;
}
#fv_belt .list_dots {
  font-size: 0.875rem;
  margin-top: 1em;
}
#fv_belt .btn_plus {
  margin-top: 20px;
}
#fv_belt a:not([class]) {
  color: #80C7FB;
}
@media screen and (max-width: 959px) {
  #fv_belt .title_sub {
    font-size: 0.875rem;
  }
  #fv_belt .title_main {
    font-size: 1rem;
  }
}

.layout_form {
  font-size: 1.25rem;
  padding-top: 40px;
  padding-bottom: 40px;
}
.layout_form .text_attention {
  color: #FF0000;
  text-align: center;
  margin-bottom: 1em;
  display: none;
}
.layout_form .text_attention.view {
  display: block;
}
.layout_form label.form_item {
  cursor: pointer;
}
.layout_form .other_text + .form_item {
  margin-top: 0.25em;
}
.layout_form .form_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
}
.layout_form .form_item + .form_item {
  margin-top: 0.25em;
}
.layout_form .form_item:has(select) {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout_form .form_item:has(select) + .form_item {
  margin-top: 0.5em;
}
.layout_form .form_item:has(select) select,
.layout_form .form_item:has(select) .select_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layout_form .select_wrap {
  position: relative;
  border-radius: 5px;
  border: 1px solid #707070;
  background: #fff;
}
.layout_form .select_wrap::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.05em);
  right: 0.75em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625em;
  height: 1.25em;
  background: center/contain url("../img/icon_select.svg") no-repeat;
  pointer-events: none;
}
.layout_form .select_wrap select {
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  padding: 0.75em 2em 0.75em 1em;
  width: 100%;
  text-indent: 0.01px;
  color: #484848;
  text-overflow: ellipsis;
  border-radius: 5px;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.layout_form .select_wrap select::-ms-expand {
  display: none;
}
.layout_form .select_wrap select.select_empty {
  color: #707070;
}
.layout_form .select_wrap select option {
  color: #484848;
}
.layout_form .form_row + .form_row {
  margin-top: 1em;
}
.layout_form label + .select_wrap {
  margin-top: 0.25em;
}
.layout_form input,
.layout_form textarea,
.layout_form select {
  border: 1px solid #707070;
  color: #484848;
  width: 100%;
  padding: 0.75em 1em;
  font-family: inherit;
  font-size: inherit;
}
.layout_form input::-webkit-input-placeholder, .layout_form textarea::-webkit-input-placeholder, .layout_form select::-webkit-input-placeholder {
  color: #AAAAAA;
}
.layout_form input::-moz-placeholder, .layout_form textarea::-moz-placeholder, .layout_form select::-moz-placeholder {
  color: #AAAAAA;
}
.layout_form input:-ms-input-placeholder, .layout_form textarea:-ms-input-placeholder, .layout_form select:-ms-input-placeholder {
  color: #AAAAAA;
}
.layout_form input::-ms-input-placeholder, .layout_form textarea::-ms-input-placeholder, .layout_form select::-ms-input-placeholder {
  color: #AAAAAA;
}
.layout_form input::placeholder,
.layout_form textarea::placeholder,
.layout_form select::placeholder {
  color: #AAAAAA;
}
.layout_form textarea {
  margin-top: 0.5em;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.16);
          box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.16);
}
.layout_form input[type=text],
.layout_form input[type=tel],
.layout_form input[type=email] {
  border-radius: 5px;
}
.layout_form input[type=text] + input[type=text], .layout_form input[type=text] + input[type=tel], .layout_form input[type=text] + input[type=email],
.layout_form input[type=tel] + input[type=text],
.layout_form input[type=tel] + input[type=tel],
.layout_form input[type=tel] + input[type=email],
.layout_form input[type=email] + input[type=text],
.layout_form input[type=email] + input[type=tel],
.layout_form input[type=email] + input[type=email] {
  margin-top: 0.5em;
}
.layout_form input[type=radio],
.layout_form input[type=checkbox] {
  accent-color: #0672CB;
  width: 1em;
  height: 1em;
  cursor: pointer;
  margin-top: 0.25em;
}
.layout_form .short {
  max-width: 250px;
}
.layout_form .form_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.layout_form .form_flex input[type=text] + input[type=text], .layout_form .form_flex input[type=text] + input[type=tel], .layout_form .form_flex input[type=text] + input[type=email],
.layout_form .form_flex input[type=tel] + input[type=text],
.layout_form .form_flex input[type=tel] + input[type=tel],
.layout_form .form_flex input[type=tel] + input[type=email],
.layout_form .form_flex input[type=email] + input[type=text],
.layout_form .form_flex input[type=email] + input[type=tel],
.layout_form .form_flex input[type=email] + input[type=email] {
  margin-top: 0;
}
.layout_form .required::after {
  content: "※必須";
  font-size: 0.875rem;
  font-weight: 400;
  color: #FF0000;
  line-height: 1;
  display: inline-block;
  margin-left: 1em;
}
.layout_form .checkbox_wrap {
  line-height: 1.25;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 16px 20px;
}
.layout_form .btn_postcode {
  border: 2px solid #484848;
  border-radius: 100px;
  font-size: 0.875rem;
  width: 100%;
  max-width: 160px;
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .layout_form .btn_postcode {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .layout_form .btn_postcode:hover {
    background-color: #ccc;
  }
}
@media screen and (max-width: 959px) {
  .layout_form .btn_postcode {
    height: 36px;
  }
}
.layout_form .btn_submit {
  background-color: #0672CB;
  border: 2px solid #0672CB;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 70px;
  border-radius: 100px;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .layout_form .btn_submit {
    -webkit-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
  }
  .layout_form .btn_submit:hover {
    background-color: #fff;
    color: #0672CB;
  }
}
@media screen and (max-width: 959px) {
  .layout_form .btn_submit {
    font-size: 1rem;
    max-width: 240px;
    height: 56px;
  }
}
.layout_form .btn_back {
  margin-top: 1em;
  background-color: gray;
  border: 2px solid gray;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 70px;
  border-radius: 100px;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .layout_form .btn_back {
    -webkit-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
  }
  .layout_form .btn_back:hover {
    background-color: #fff;
    color: gray;
  }
}
@media screen and (max-width: 959px) {
  .layout_form .btn_back {
    font-size: 1rem;
    max-width: 240px;
    height: 56px;
  }
}
@media screen and (max-width: 959px) {
  .layout_form {
    font-size: 0.75rem;
  }
  .layout_form .required::after {
    font-size: 0.75rem;
    margin-left: 0.5em;
  }
  .layout_form .checkbox_wrap {
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .layout_form .checkbox_wrap input[type=checkbox] {
    width: 1.25em;
    height: 1.25em;
  }
  .layout_form .checkbox_wrap p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.flex_label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0em 1em;
}

.list_question {
  counter-reset: question;
}
.list_question dt,
.list_question dd {
  padding-left: 50px;
}
.list_question dt + dd {
  margin-top: 1em;
}
.list_question dd + dt {
  margin-top: 2em;
}
.list_question dt {
  color: #0672CB;
  position: relative;
}
.list_question dt::before {
  counter-increment: question;
  content: "Q" counter(question) ".";
  position: absolute;
  left: 0;
  font-family: "Roboto";
  font-weight: 700;
  color: #0672CB;
}
.list_question .bg {
  background-color: rgba(128, 200, 251, 0.2);
  padding: 20px;
  border-radius: 5px;
}
.list_question .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0px 80px;
}
@media screen and (max-width: 959px) {
  .list_question dt {
    padding-left: 32px;
  }
  .list_question dd {
    padding-left: 0;
  }
}

.list_form dt + dd {
  margin-top: 0.5em;
}
.list_form dd + dt {
  margin-top: 1em;
}
.list_form dd .title + input[type=text],
.list_form dd .title + input[type=tel],
.list_form dd .title + input[type=email],
.list_form dd .text + input[type=text],
.list_form dd .text + input[type=tel],
.list_form dd .text + input[type=email] {
  margin-top: 0.5em;
}
.list_form .postal {
  max-width: 280px;
}
.list_form .big {
  font-size: 1.5rem;
  font-weight: 700;
}
.list_form .title {
  font-size: 1rem;
  font-weight: 700;
}
.list_form .text {
  font-size: 1rem;
}
.list_form .aside {
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 0.25em;
}
.list_form .bg {
  background-color: #E5F8FF;
  padding: 1.428571em;
  font-size: 0.875rem;
}
@media screen and (max-width: 959px) {
  .list_form .title,
  .list_form .text {
    font-size: 0.75rem;
  }
  .list_form .big {
    font-size: 0.875rem;
  }
  .list_form .bg {
    padding: 1em;
  }
}

.layout_confirm .list_form {
  font-size: 1rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.layout_confirm .list_form dt {
  font-weight: 700;
}
.layout_confirm .list_form dd {
  margin-left: 1em;
}

.list_question + .list_form,
.list_form + .list_question {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px dotted #0672CB;
}
@media screen and (max-width: 959px) {
  .list_question + .list_form,
  .list_form + .list_question {
    padding-top: 24px;
    margin-top: 24px;
  }
}

.layout_thanks {
  padding-top: var(--paddingSection);
  padding-bottom: var(--paddingSection);
  min-height: 50vh;
  min-height: 50dvh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout_thanks .title {
  font-size: 2.5rem;
  color: #0672CB;
  text-align: center;
  margin-bottom: 1em;
}
.layout_thanks .text {
  font-size: 1.5rem;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .layout_thanks .title {
    font-size: 1.5rem;
  }
  .layout_thanks .text {
    font-size: 1.125rem;
  }
}

.btn_01 {
  background-color: #0672CB;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 70px;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .btn_01 {
    height: 56px;
    font-size: 1.125rem;
    max-width: 280px;
  }
}

.btn_plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  background-color: #0672CB;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  position: relative;
  padding-right: 2.5em;
}
.btn_plus::before, .btn_plus::after {
  content: "";
  width: 0.75em;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.btn_plus::before {
  -webkit-transform: translate(-50%) rotate(90deg);
          transform: translate(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.btn_plus.open::before {
  -webkit-transform: translate(-50%) rotate(0deg);
          transform: translate(-50%) rotate(0deg);
}

.hidden_area {
  display: none;
}

/*========== 受付終了 ==========*/
.disable_area {
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
}
.disable_area .title {
  font-size: 1.5rem;
  color: #0C32A4;
  font-weight: 700;
}
.disable_area .title + .text {
  margin-top: 1em;
}
.disable_area .text + .text {
  margin-top: 1em;
}
.disable_area .text {
  font-size: 1.25rem;
}
@media screen and (max-width: 959px) {
  .disable_area .title {
    font-size: 1.25rem;
  }
  .disable_area .text {
    font-size: 1rem;
  }
}

.disable_form form {
  display: none;
}
.disable_form .disable_area {
  display: block;
}
.disable_form #fv_belt .title_sub,
.disable_form #fv_belt .btn_plus {
  display: none;
}
.disable_form .slider_mv .swiper-slide:nth-child(2), .disable_form .slider_mv .swiper-slide:nth-child(3), .disable_form .slider_mv .swiper-slide:nth-child(4), .disable_form .slider_mv .swiper-slide:nth-child(5) {
  display: none;
}

/*==========
Effect
==========*/
.trigger .fx_fadeIn, .trigger.fx_fadeIn {
  -webkit-animation-name: fx_fadeIn;
          animation-name: fx_fadeIn;
}
.trigger .fx_fadeUp, .trigger.fx_fadeUp {
  -webkit-animation-name: fx_fadeUp;
          animation-name: fx_fadeUp;
}
.trigger .fx_slideLeft, .trigger.fx_slideLeft {
  -webkit-animation-name: fx_slideLeft;
          animation-name: fx_slideLeft;
}
.trigger .fx_slideRight, .trigger.fx_slideRight {
  -webkit-animation-name: fx_slideRight;
          animation-name: fx_slideRight;
}

.fx_fadeIn {
  opacity: 0;
  will-change: opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fx_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fx_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fx_fadeUp {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fx_fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fx_fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.fx_slideLeft {
  will-change: transform, opacity;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fx_slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fx_slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fx_slideRight {
  will-change: transform, opacity;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fx_slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fx_slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}