@charset "utf-8";

/* ------------------------------------------------------
GENERAL
------------------------------------------------------ */
:root {
  --color-blk: #122343;
  --color-red: #FE5052;
  --color-white: #fff;
  --color-blu: #1146BE;
  --gradation-01: linear-gradient(#1146be 0%, #8846d1 50%, #fe5052 100%);
  --gradation-01-left: linear-gradient(to left,#1146be 0%, #8846d1 50%, #fe5052 100%);
}

.bg_white { background-color: var(--color-white) }
.bg-gradation-01 { background: var(--gradation-01) }

.text-blk { color: var(--color-blk);}
.text-red { color: var(--color-red);}
.text-blu { color: var(--color-blu);}

html {font-size: 62.5%;}
body {
  background-color: #EFEFEF;
  font-size: 1rem;
  color: var(--color-blk);
  line-height: 1.8;
  letter-spacing: 0.02em;
}
p {font-size: 1.6rem}

.align_left { text-align: left !important;}
.align_right { text-align: right !important;}
.align_center { text-align: center !important;}
.inline_block { display: inline-block;}
.valign_top { vertical-align: top !important;}

.mt_00 { margin-top: 0 !important;}
.mt_05 { margin-top: 5px !important;}
.mt_10 { margin-top: 10px !important;}
.mt_15 { margin-top: 15px !important;}
.mt_20 { margin-top: 20px !important;}
.mt_25 { margin-top: 25px !important;}
.mt_30 { margin-top: 30px !important;}
.mt_35 { margin-top: 35px !important;}
.mt_40 { margin-top: 40px !important;}
.mt_45 { margin-top: 45px !important;}
.mt_50 { margin-top: 50px !important;}
.mt_70 { margin-top: 70px !important;}
.mr_10 { margin-left: 10px !important;}
.mb_00 { margin-bottom: 0 !important;}
.mb_05 { margin-bottom: 5px !important;}
.mb_07 { margin-bottom: 7px !important;}
.mb_10 { margin-bottom: 10px !important;}
.mb_15 { margin-bottom: 15px !important;}
.mb_18 { margin-bottom: 18px !important;}
.mb_20 { margin-bottom: 20px !important;}
.mb_25 { margin-bottom: 25px !important;}
.mb_30 { margin-bottom: 30px !important;}
.mb_35 { margin-bottom: 35px !important;}
.mb_40 { margin-bottom: 40px !important;}
.mb_45 { margin-bottom: 45px !important;}
.mb_50 { margin-bottom: 50px !important;}
.mb_60 { margin-bottom: 60px !important;}

.pt_08 { padding-top: 8px !important;}
.pt_20 { padding-top: 20px !important;}
.pt_70 { padding-top: 70px !important;}
.pr_27 { padding-right: 27px !important;}
.pb_30 { padding-bottom: 30px !important;}
.pb_40 { padding-bottom: 40px !important;}
.pb_50 { padding-bottom: 50px !important;}
.pb_60 { padding-bottom: 60px !important;}

@media screen and (min-width: 821px) {
  .only-sp { display: none !important;}
  
  .mt-pc_05 { margin-top: 5px !important; }
  .mt-pc_10 { margin-top: 10px !important; }
  .mt-pc_15 { margin-top: 15px !important; }
  .mt-pc_20 { margin-top: 20px !important; }
  .mt-pc_25 { margin-top: 25px !important; }
  .mt-pc_30 { margin-top: 30px !important; }
  .mt-pc_35 { margin-top: 35px !important; }
  .mt-pc_40 { margin-top: 40px !important; }
  .mt-pc_45 { margin-top: 45px !important; }
  .mt-pc_50 { margin-top: 50px !important; }
  .mt-pc_70 { margin-top: 70px !important; }
  .mt-pc_80 { margin-top: 80px !important; }
  .mt-pc_90 { margin-top: 90px !important; }
  .mb-pc_05 { margin-bottom: 5px !important; }
  .mb-pc_10 { margin-bottom: 10px !important; }
  .mb-pc_15 { margin-bottom: 15px !important; }
  .mb-pc_20 { margin-bottom: 20px !important; }
  .mb-pc_25 { margin-bottom: 25px !important; }
  .mb-pc_30 { margin-bottom: 30px !important; }
  .mb-pc_35 { margin-bottom: 35px !important; }
  .mb-pc_40 { margin-bottom: 40px !important; }
  .mb-pc_45 { margin-bottom: 45px !important; }
  .mb-pc_50 { margin-bottom: 50px !important; }
  .mb-pc_55 { margin-bottom: 55px !important; }
  .mb-pc_60 { margin-bottom: 60px !important; }
  .mb-pc_70 { margin-bottom: 70px !important; }
  .mb-pc_75 { margin-bottom: 75px !important; }
  
  .pt-pc_00 { padding-top: 0 !important; }
  .pt-pc_32 { padding-top: 32px !important; }
  .pt-pc_60 { padding-top: 60px !important; }
  .pt-pc_70 { padding-top: 70px !important; }
  .pr-pc_40 { padding-right: 40px !important; }
}
@media screen and (max-width: 820px) {
  p {font-size: 3.73vmin; line-height: 1.8571}
  .align-center_sp { text-align: center; }
  .only-pc { display: none !important; }
  .mt-sp_05 { margin-top: 5px !important; }
  .mt-sp_10 { margin-top: 10px !important; }
  .mt-sp_15 { margin-top: 15px !important; }
  .mt-sp_20 { margin-top: 20px !important; }
  .mt-sp_25 { margin-top: 25px !important; }
  .mt-sp_30 { margin-top: 30px !important; }
  .mt-sp_35 { margin-top: 35px !important; }
  .mt-sp_40 { margin-top: 40px !important; }
  .mt-sp_45 { margin-top: 45px !important; }
  .mt-sp_50 { margin-top: 50px !important; }
  .mb-sp_05 { margin-bottom: 5px !important; }
  .mb-sp_10 { margin-bottom: 10px !important; }
  .mb-sp_15 { margin-bottom: 15px !important; }
  .mb-sp_20 { margin-bottom: 20px !important; }
  .mb-sp_25 { margin-bottom: 25px !important; }
  .mb-sp_30 { margin-bottom: 30px !important; }
  .mb-sp_35 { margin-bottom: 35px !important; }
  .mb-sp_40 { margin-bottom: 40px !important; }
  .mb-sp_45 { margin-bottom: 45px !important; }
  .mb-sp_50 { margin-bottom: 50px !important; }
  .pt-sp_40 { padding-top: 40px !important; }
  .pt-sp_50 { padding-top: 50px !important; }
  .pr-sp_10 { padding-right: 10px !important; }
  .pl-sp_10 { padding-left: 10px !important; }
}
/* 見出し */
/* h2 */
.h2--default {
  margin-bottom: 1.83em;
  font-size: min(2.08vw, 3.0rem);
  font-weight: bold;
  line-height: 1.6;
}
.h2--default> span {
  position: relative;
}
.h2--default> span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -.2em;
  width: 100%;
  height: 2px;
  background: var(--gradation-01-left);
}
.h2--default:nth-of-type(n + 2) {
  margin-top: 2em
}
/* h3 */
.h3--default {
  margin-bottom: .5em;
  font-size: min(1.67vw, 2.4rem);
  font-weight: bold;
  line-height: 1.6;
}
.h3--default:nth-of-type(n + 2) {
  margin-top: 2em
}
.h3-txt {font-size: min(1.67vw, 2.7em); font-weight: bold; margin-bottom: .67em }
@media screen and (max-width: 820px) {
  .h3-txt {font-size: 4.8vmin; text-align: center; margin-bottom: .9em }
  .h2--default {font-size: 6.67vmin; line-height: 1.5}
  .h3--default {font-size: 4.8vmin; line-height: 1.5}
}
/* リード文 */
.leadTxt {
  margin-bottom: 6rem;
  font-size: 4.53vmin;
  line-height: 2;
  letter-spacing: .02em;
}
@media screen and (min-width: 821px) {
  .leadTxt {
    font-size: min(1.56vw, 2em);
  }
}
/* hr */
.hr {
  margin: 4em 0;
  font-size: min(1.11vw, 1.6rem);
  line-height: 1.8;
}
@media screen and (max-width: 820px) {
  .hr { margin: 12.27vmin 0;}
}
/* ------------------------------------------------------
Layout
------------------------------------------------------ */
#wrapper {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position:  center top;
  background-size: 100% 63vw, contain;
  padding-bottom: min(9.72vw, 140px);
}
#content-wrap {
  position: relative;
  margin: auto;
}
#main {
}
.container {
  width: calc(100% - 2.08333vw);
  margin-left: auto;
  margin-right: auto;
}
.container-inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1280px;
  margin: 0 auto;
  /*padding: 0 min(5.56vw, 8rem) ;*/
  padding: 0 min(4.51vw, 6.5rem);
}
.content-box {
  position: relative;
  width: 100%;
  padding: min(3.47vw, 5.0rem) min(4.38vw, 6.3rem) min(5.56vw, 8.0rem);
  background-color: rgba(255,255,255,.4);
  border: 2px solid #fff;
  border-radius: 1.38889vw;
  overflow: hidden;
}
.content-box+ .content-box {
  margin-top: min(3.26vw, 4.7em)
}
.content-box-inner {
  display: block;
  max-width: 1280px;
  margin: auto;
}
.content-box-inner.__w1040 {
  max-width: 1040px;
}
.content-box-inner.__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
.content-box-inner .content-term {}
.content-box-inner.__flex .content-term {
  width: 23.44%;
}
.content-box-inner .content-term h2 {
  position: relative;
  margin-top: .5em;
  margin-bottom: 1.3em;
  font-size: min(2.08vw, 3em);
  font-weight: bold;
  line-height: 1.4;
}
.content-box-inner .content-term h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -.2em;
  width: 100%;
  height: 2px;
  background: var(--gradation-01-left);
}
.content-box-inner .content-description {}
.content-box-inner.__flex .content-description {
  width: 67.19%; 
}
.content-box-inner .content-description .image-wrapper {
  border-radius: 1.04vw;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  #wrapper {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position:  center top;
    background-size: 100% 121vw, contain;
    padding-bottom: 26.67vmin;
  }
  .container {
    width: calc(100% - 5.33333vmin);
  }
  .container-inner {
    padding: 0 2.67vmin;;
  }
  .content-box {
    padding: 13.33vmin 7.47vmin 7.47vmin;
    border-radius: 5.33333vmin;
  }
  .content-box+ .content-box {margin-top: 8vmin}
  .content-box-inner {
    display: block !important;
  }
  .content-box-inner .content-term, .content-box-inner .content-description {
    width: 100% !important;
  }
  .content-box-inner .content-description {}
  .content-box-inner.__flex .content-description {
    margin-top: 13.33vmin
  }
  .content-box-inner .content-term h2 {
    margin-top: 0;
    font-size: 6.67vmin
  }
  .content-box-inner .content-description .image-wrapper {
    border-radius: 4vmin;
  }
}
/* MV */
.head-main {margin-top: 100px;}
.head-main_inner {
  overflow: hidden;
  position: relative;
}
.head-main_content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1280px;
  margin: auto;
  padding: 0 min(5.56vw, 8rem);
}
.head-main h1 {
  margin-top: 1.82em;
  margin-bottom: 3.64em;
  font-size: min(1.72vw, 2.2em);
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
}
/* リピートテキスト設定 */
.head-main .head-main_bgtitle {
  position: relative;
  width: 100vw;
  margin-top: .75em;
  font-size: min(8.33vw, 12em);
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 1;
  white-space: nowrap; 
  overflow: hidden;
}
.head-main .head-main_bgtitle span {
  display: inline-block;
}
.head-main .head-main_bgtitle.js-repeatTxt > * {
    -webkit-animation: loopAnimation linear infinite;
            animation: loopAnimation linear infinite;    
    -webkit-animation-duration: calc( (3200ms * var(--txtWidth)) / 400 );    
            animation-duration: calc( (3200ms * var(--txtWidth)) / 400 );
    -webkit-animation-duration: -webkit-calc( (3200ms * var(--txtWidth)) / 400 );
            animation-duration: -webkit-calc( (3200ms * var(--txtWidth)) / 400 );
}

@-webkit-keyframes loopAnimation {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loopAnimation {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media screen and (max-width: 820px) {
  .head-main { margin-top: 18.67vmin;}
  .head-main_inner {}
  .head-main_content { padding: 0 20px;}
  .head-main h1 {
    margin-top: 2em;
    margin-bottom: 2.5em;
    font-size: 4.27vmin;
  }
  .head-main .head-main_bgtitle {
    width: 100vmin;
    font-size: 18.67vmin;
  }
}
/* Breadscrumb */
.breadscrumb {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 min(5.56vw, 8rem);
  max-width: 1280px;
  margin: 0 auto min(3.82vw, 5.5rem);
}
.breadscrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-size: clamp(1em, 0.88vw, 1.2em);
}
.breadscrumb ul li {
  position: relative;
  min-width: 8.3333em;
  min-height: 2.5em;
  margin-right: 3.3333em;
  margin-bottom: 1.25em;
  border-radius: 100vh;
  background: var(--gradation-01-left);
  color: #fff;
  line-height: 1.2;
}
.breadscrumb ul li::after {
  content: "●";
  position: absolute;
  right: -3.8333em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1em;
  color: #fff;
  font-size: .5em;
  text-align: center;
}
.breadscrumb ul li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2.17em;
  background: #fff;
  color: var(--color-blk);
}
.breadscrumb ul li:last-child::after {
  content: none;
}
.breadscrumb ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 2.17em;
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 820px) {
  .breadscrumb {
    margin-bottom: 6.67vmin;
    padding: 0 5.33vmin;
  }
  .breadscrumb ul {
    font-size: 3.2vmin;
  }
  .breadscrumb ul li {
    min-width: 6.2683em;
    min-height: 2em;
    margin-right: 2.25em;
  }
  .breadscrumb ul li::after { right: -3.2em; font-size: 0.4166em;}
  .breadscrumb ul li a { padding: .3em 1.08em; line-height: 1.2}
  .breadscrumb ul li:last-child {
    margin-right: 0;
    padding: .3em 2em;
  }
}
/* ------------------------------------------------------
Button, Link
------------------------------------------------------ */
.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-wrap.__return-btn {
  margin-top: min(5.21vw, 7.5em);
}
.btn-default {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 15em;
  min-height: 3em;
  background: var(--gradation-01-left);
  border-radius: 100vh;
  padding: .6em 2em;
  text-align: center;
  color: #fff;
  font-size: min(1.39vw, 2.0rem);
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.btn-default span {}
.btn-default.__white {
  border: 1px solid #fff;
  background: none;
}
.btn-default.__black {
  border: 1px solid var(--color-blk);
  background: none;
  color:  var(--color-blk);
}
.btn-default.__bg-gray {
  background: rgba(18, 35, 67,.2);
}
.external_link::after {
  content: "";
  position: absolute;
  right: 6.6666%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: .7647em;
  aspect-ratio: 1/1;
  background: url("/assets/img/common/icon_external.svg") no-repeat center/contain;
}
.external_link_wh::after {
  content: "";
  position: absolute;
  right: 6.6666%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: .7647em;
  aspect-ratio: 1/1;
  background: url("/assets/img/common/icon_external_wh.svg") no-repeat center/contain;
}

.link-txt {
  position: relative;
  text-decoration: underline;
}
.link-txt.external_link::after, .link-txt.external_link_wh::after {
  display: inline-block;
  right: auto;
  margin-left: 1em;
}

@media screen and (min-width: 821px) {
  .btn-default {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .btn-default:hover {
    opacity: 0.7;
  }
}


@media screen and (max-width: 820px) {
  .btn-wrap.__return-btn {
    margin-top: 13.33vmin;
    padding: 0 5.33vmin;
  }
  .btn-wrap.__return-btn .btn-default {
    width: auto;
  }
  .btn-default {
    width: 100%;
    min-height: 2.7778em;
    font-size: 4.8vmin;
  }
}
/* ------------------------------------------------------
List
------------------------------------------------------ */
.list-circle, .list-number {
  margin-left: 2em;
  margin-bottom: 1.8em;
}
.list-circle> li, .list-number> li {
  position: relative;
}
.list-circle> li+ li, .list-number> li+ li {
  margin-top: .6em;
}
.list-circle> li::before, .list-number> li::before {
  position: absolute;
  left: -2em;
  width: 2em;
  color: var(--color-blu);
  font-weight: bold;
}.list-number> li::before { padding-right: .3em}
.list-circle> li::before {
  content: "・";
  text-align: center;
}
.list-number {
  counter-reset: number 0; 
}
.list-number> li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  text-align: right;
}
/* ------------------------------------------------------
Page navi --ニュース等のページ送り
------------------------------------------------------ */
.pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: min(4.17vw, 6em)
}
.pagenavi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 1px solid var(--color-blk);
  border-radius: .1875em;
  width: 1.63em;
  height: 1.88em;
  font-size: min(1.11vw, 1.6rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.875;
}
.pagenavi a+ a {
  margin-left: .5em
}
.pagenavi .page--current {
  background-color: var(--color-blk);
  color: #fff;
}
.pagenavi .page--prev,
.pagenavi .page--next {
  width: 1.4375em;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  line-height: 1;
}
.pagenavi .page--prev { margin-right: .9em; }
.pagenavi .page--next { margin-left: 1.5em; }

.pagenavi .page--prev span,
.pagenavi .page--next span {
  display: block;
  width: .38em;
  aspect-ratio: 1/1;
  border: min(0.07vw, .1rem) solid var(--color-blk);
  border-right: none;
  border-bottom: none;
  margin: 0 auto;
}
.pagenavi .page--prev span {-webkit-transform: rotate(-45deg);transform: rotate(-45deg)}
.pagenavi .page--next span {-webkit-transform: rotate(135deg);transform: rotate(135deg)}
/* hover */
.pagenavi a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagenavi a:hover {
  color: #fff;
  background-color: var(--color-blu);
  border-color: var(--color-blu);
}
.pagenavi .page--next:hover span,
.pagenavi .page--prev:hover span {
  border-color: #fff;
}

@media screen and (max-width: 820px) {
  .pagenavi {margin-top: 13.33vmin}
  .pagenavi a { font-size: 4.27vmin}
}

/* ------------------------------------------------------
Form
------------------------------------------------------ */
.form__table {
  width: 100%;
  font-size: min(1.18vw, 1.7rem);
  line-height: 1.65;
  text-align: left;
}
.form__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 min(8.33vw, 12rem) ;
  border-top: 2px solid #fff;
}
.form__table tr:last-of-type {
  border-bottom: 2px solid #fff;
}
.form__table th {
  padding-top: 2.4em;
  padding-bottom: 3em;
  width: 18%;
  font-weight: bold;
}
.form__table td {
  width: 80%;
  padding-top: 2.4em;
  padding-bottom: 3em
}
.form__table input[type="text"], .form__table input[type="password"], .form__table input[type="phone"],
.form__table input[type="email"] {
  display: block;
  outline: none;
  background-color: #fff;
  border: 1px solid #BCD5FA;
  border-radius: 0.69vw;
  width: 100%;
  min-height: 4.12em;
  padding: 0 2.3em;
}
.form__table textarea {
  display: block;
  outline: none;
  background-color: #fff;
  border: 1px solid #BCD5FA;
  border-radius: 0.69vw;
  width: 100%;
  height: 10em;
  padding: 1.34em;
}
.form__table ::-webkit-input-placeholder {
  opacity: .3
}
.form__table ::-moz-placeholder {
  opacity: .3
}
.form__table :-ms-input-placeholder {
  opacity: .3
}
.form__table ::-ms-input-placeholder {
  opacity: .3
}
.form__table ::placeholder {
  opacity: .3
}
/* バリデーション */
.form__table input:user-invalid {
  border-color: var(--color-red);
}
.form__table textarea:user-invalid {
  border-color: var(--color-red);
}
form .error {
  margin-top: .8em;
  font-size: min(1.18vw, 1.7rem);
  color: var(--color-red);
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .form__table { font-size: 3.73vmin}
  .form__table tr {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-flow: column;flex-flow: column; padding: 0 .67em;}
  .form__table th { width: 100%; padding-bottom: 0; font-size: 1.07em; }
  .form__table td { width: 100%; padding-top: .5em; padding-bottom: 2.67em;}
  .form__table input[type="text"], .form__table input[type="password"], .form__table input[type="phone"],
  .form__table input[type="email"] {
    min-height: 5em;
    border-radius: 2.67vmin;
    padding: 0 1.34em;
  }
  .form__table textarea { height: 15em; border-radius: 2.67vmin;}
  form .error { font-size: 3.73vmin}
  
}
/*.radio__list {
  margin-bottom: -12px;
}
.radio__list li {
  width: 50%;
  min-height: 26px;
  margin-bottom: 12px;
}
.radio--style {
  line-height: 1;
}
.radio--style label {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 15px;
}
.radio--style input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}
.radio--style span {
  display: inline-block;
  padding: 0 0 0 33px;
  position: relative;
}
.radio--style span:before {
  content: "";
  width: 26px;
  height: 26px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
}
.radio--style span:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 9px;
  top: 50%;
  margin: -4px 0 0 0;
  background-color: #0081e8;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  display: none;
}
.radio--style input:checked+span:after {
  display: block;
}*/

/* チェックボックス */
.checkbox--style label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.checkbox--style input {
    position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox--style .checkbox__item+ .checkbox__item {
  margin-top: 1.2em;
}
.checkbox--style .checkmark {
  width: 1.7647em;
  height: 1.7647em; 
  border: 1px solid #BCD5FA; 
  border-radius: 0.35vw;
  background-color: #fff;
  position: relative;
  margin-right: 1.7em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.checkbox--style .checkmark:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 15%;
  width: 1em;
  height: 1em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/common/ico_cheked.png") no-repeat center/contain;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.checkbox--style input:checked + .checkmark:after {
  opacity: 1; /* 選択時に表示 */
}
@media screen and (max-width: 820px) {
  .checkbox--style label {font-size: 1.13em}
  .checkbox--style .checkmark { border-radius: 1.33vmin }
}
.form__privacy {
  text-align: center;
  font-weight: bold;
  font-size: min(1.18vw, 1.7rem);
}
.form__link {
  font-size: min(1.04vw, 1.5rem);
  line-height: 1.3;
  text-align: center;
}
.form__link a {
  text-decoration: underline;
  color: var(--color-red);
}
.radio__list.radio__list--onecol li {
  width: 100% !important;
}
@media screen and (min-width: 821px) {
}
@media screen and (max-width: 820px) {
  .form__link { font-size: 3.73vmin;}
}

/* ------------------------------------------------------
FOOTER
------------------------------------------------------ */
#page-top {
  position: fixed;
  z-index: 10;
  right: 1.04vw;
  bottom: min(1.39vw, 2.0rem);
  width: min(2.78vw, 4.0rem);
  aspect-ratio: 1/1;
  border: 1px solid var(--color-blk);
  border-radius: 0.35vmin;
  color: var(  --color-blk);
  -webkit-transition: opacity 1s, visibility 0s ease 1s;
  transition: opacity 1s, visibility 0s ease 1s;
  opacity: 0;
  visibility: hidden;
}
#page-top.is-show {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}
#page-top.is-under {
  position: absolute;
  bottom: calc(100% + min(1.39vw, 2.0rem));
}
#page-top a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/icon_arrow_blk.svg") no-repeat center/53.95%;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}

.page-under .footer {
  position: relative;
  background-color: #EFEFEF;
}

@media screen and (max-width: 820px) {
  #page-top {
    right: 2.67vmin;
    bottom: 2.67vmin;
    width: 10.67vmin;
    border-radius: 1.33vmin;
  }
  #page-top.is-under {bottom: calc(100% + 2.67vmin)}
}

/* ------------------------------------------------------
js関連
------------------------------------------------------ */
/* .js-flex　 */
.js-flex > .empty {
  height: 0 !important;
  min-height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.js-flex > .empty::before,
.js-flex > .empty::after {
  content: none !important
}
