@charset "UTF-8";
:root {
  /* Sine（もっとも弱い） */
  --ease-sine-in: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-sine-out: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-sine-inout: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  /* Quad（弱め。Sineより強く、Cubicより弱い） */
  --ease-quad-in: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-quad-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-quad-inout: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* Cubic（Quadより強く、Quartより弱い） */
  --ease-cubic-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-cubic-out: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-cubic-inout: cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Quart（Cubicより強く、Quintより弱い） */
  --ease-quart-in: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-quart-out: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-quart-inout: cubic-bezier(0.77, 0, 0.175, 1);
  /* Quint（Quartより強く、Expoより弱い） */
  --ease-quint-in: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-quint-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-quint-inout: cubic-bezier(0.86, 0, 0.07, 1);
  /* Expo（もっとも強い） */
  --ease-expo-in: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-expo-out: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-expo-inout: cubic-bezier(1, 0, 0, 1);
  /* Circ（Expoのような強さを持つが、加速や減速の時間がよりゆるやか。） */
  --ease-circ-in: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-circ-out: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-circ-inout: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 62.5%;
  font-family: ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  overflow: auto;
}

body {
  font-size: 1.3rem;
  font-weight: 400;
  color: #000;
  line-height: 100%;
  width: 100%;
  min-width: 750px;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

main {
  position: relative;
}

.clear {
  font-size: 0px;
  clear: both;
  line-height: 0px;
  height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /* Mac版IEのみに適用 \*/ /*/
height: auto;
overflow: hidden;
/**/
}

img {
  border: none;
  outline: none;
}

a:link {
  TEXT-DECORATION: none;
  outline: none;
  color: #000;
  transition: all 0.3s var(--ease-sine-out);
}

a:visited {
  TEXT-DECORATION: none;
  outline: none;
  color: #000;
}

a:hover {
  TEXT-DECORATION: none;
  outline: none;
  color: #000;
}

a:active {
  TEXT-DECORATION: none;
  outline: none;
  color: #000;
}

a.op_hover:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

img.op_hover:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

a.op_hover2 {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.2s ease-out 0s;
  display: block;
}

a.op_hover2:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

a.op_hover_none:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

a.none_link:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  cursor: default;
}

a.link_blank {
  background: url(../../img/icon03.png);
  background-size: auto 12px;
  background-repeat: no-repeat;
  background-position: right bottom 3px;
  padding-right: 18px;
  margin-right: 2px;
}

a.border {
  position: relative;
  color: #00afff;
  text-decoration: none !important;
  display: inline-block;
}

a.border:after {
  position: relative;
  display: block;
  content: "";
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #00afff;
}

.link_pdf {
  background-color: #00afff;
  background-image: url(../../img/icon_pdf.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right 30px center;
  border-radius: 40px;
  width: 100%;
  height: 80px;
  transition: all 0.12s ease-in 0s;
}
.link_pdf a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 120%;
  padding: 17px 0 17px 25px;
}
.link_pdf a span {
  font-size: 1.4rem;
}

.link_pdf:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.link_pdf:hover a {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

img {
  max-width: 100%;
  height: auto;
}

img.d_block {
  display: block;
}

img.w100 {
  width: 100%;
  height: auto;
}

.img50 {
  transform: scale(0.5, 0.5);
  transform-origin: left top 0;
  transform-origin: 0px 0px;
}
.img50 img {
  width: 100%;
  height: auto;
}

ul, ol {
  list-style-type: none;
}

p {
  line-height: 215%;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
p a {
  text-decoration: underline !important;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.dp_none {
  display: none;
}

.dp_block {
  display: block;
}

.wb_ka {
  word-break: keep-all;
}

.wb_ba {
  word-break: break-all;
}

.ws_nowrap {
  white-space: nowrap;
}

.text_left {
  text-align: left !important;
}

.text_right {
  text-align: right !important;
}

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

.m0auto {
  margin: 0 auto !important;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.va_top {
  vertical-align: top;
}

.border_gray {
  border-top: 1px solid #d2d2d2;
}

.border_none {
  border: none !important;
}

.f_red {
  color: #e63f80 !important;
}

.f_blue {
  color: #00afff !important;
}

.f_green {
  color: #E9FB1F !important;
}

.f_orange {
  color: #FA9B45 !important;
}

.color_gray {
  color: #666 !important;
}

.bg_white {
  background-color: #fff !important;
}

.bg_gray {
  background-color: #fafafa !important;
}

.bg_gray2 {
  background-color: #f8f8f8 !important;
}

.bg_red {
  background-color: #e63f80 !important;
}

.bg_blue {
  background-color: #00afff !important;
}

.bg_orange {
  background-color: #FA9B45 !important;
}

.indent01 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent02 {
  padding-left: 2em;
  text-indent: -2em;
}

.fs10 {
  font-size: 1rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs155 {
  font-size: 1.55rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs17 {
  font-size: 1.7rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs26 {
  font-size: 2.6rem !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.wtauto {
  width: auto !important;
}

.wt10p {
  width: 10% !important;
}

.wt15p {
  width: 15% !important;
}

.wt20p {
  width: 20% !important;
}

.wt25p {
  width: 25% !important;
}

.wt30p {
  width: 30% !important;
}

.wt35p {
  width: 35% !important;
}

.wt40p {
  width: 40% !important;
}

.wt45p {
  width: 45% !important;
}

.wt50p {
  width: 50% !important;
}

.wt55p {
  width: 55% !important;
}

.wt60p {
  width: 60% !important;
}

.wt65p {
  width: 65% !important;
}

.wt70p {
  width: 70% !important;
}

.wt75p {
  width: 75% !important;
}

.wt80p {
  width: 80% !important;
}

.wt85p {
  width: 85% !important;
}

.wt90p {
  width: 90% !important;
}

.wt95p {
  width: 95% !important;
}

.wt100p {
  width: 100% !important;
}

.lh100p {
  line-height: 100% !important;
}

.lh120p {
  line-height: 120% !important;
}

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

.lh160p {
  line-height: 160% !important;
}

.lh180p {
  line-height: 180% !important;
}

.lh200p {
  line-height: 200% !important;
}

.ls01p {
  letter-spacing: 1px !important;
}

.ls02p {
  letter-spacing: 2px !important;
}

.ls03p {
  letter-spacing: 3px !important;
}

.box_left_20p {
  float: left;
  width: 20%;
}

.box_left_30p {
  float: left;
  width: 30%;
}

.box_left_40p {
  float: left;
  width: 40%;
}

.box_left_50p {
  float: left;
  width: 50%;
}

.box_left_60p {
  float: left;
  width: 60%;
}

.box_left_70p {
  float: left;
  width: 70%;
}

.box_left_80p {
  float: left;
  width: 80%;
}

.box_right_20p {
  float: right;
  width: 20%;
}

.box_right_30p {
  float: right;
  width: 30%;
}

.box_right_40p {
  float: right;
  width: 40%;
}

.box_right_50p {
  float: right;
  width: 50%;
}

.box_right_60p {
  float: right;
  width: 60%;
}

.box_right_70p {
  float: right;
  width: 70%;
}

.box_right_80p {
  float: right;
  width: 80%;
}

ul.flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

ul.flex_box_fs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

ul.col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.col4 li {
  max-width: 24%;
  margin-bottom: 20px;
}
ul.col4 li img {
  width: 100%;
  height: auto;
}

ul.col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.col3 li {
  width: 32%;
  margin-bottom: 20px;
}
ul.col3 li img {
  width: 100%;
  height: auto;
}

ul.col2, ul.col2_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.col2 li, ul.col2_2 li {
  width: 49%;
  margin-bottom: 20px;
}
ul.col2 li img, ul.col2_2 li img {
  width: 100%;
  height: auto;
}

ul.col2_2 li {
  width: 47%;
  margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
  ul.col2_sp {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul.col2_sp li {
    max-width: 49%;
    margin-bottom: 1.8%;
    flex-basis: calc(50% - 4px);
  }
}
/* ==

 margin

=============================================================================== */
/* -------- all -------- */
.ma00 {
  margin: 0px !important;
}

.ma05 {
  margin: 5px !important;
}

.ma10 {
  margin: 10px !important;
}

.ma15 {
  margin: 15px !important;
}

.ma20 {
  margin: 20px !important;
}

.ma25 {
  margin: 25px !important;
}

.ma30 {
  margin: 30px !important;
}

.ma40 {
  margin: 40px !important;
}

.ma50 {
  margin: 50px !important;
}

.ma60 {
  margin: 60px !important;
}

.ma70 {
  margin: 70px !important;
}

.ma80 {
  margin: 80px !important;
}

.ma90 {
  margin: 90px !important;
}

.ma100 {
  margin: 100px !important;
}

/* -------- top -------- */
.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mt200 {
  margin-top: 200px !important;
}

/* -------- right -------- */
.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mr130 {
  margin-right: 130px !important;
}

/* -------- bottom -------- */
.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

/* -------- left -------- */
.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.ml140 {
  margin-left: 140px !important;
}

/* ==

padding

=============================================================================== */
/* -------- all -------- */
.pa00 {
  padding: 0px !important;
}

.pa05 {
  padding: 5px !important;
}

.pa10 {
  padding: 10px !important;
}

.pa15 {
  padding: 15px !important;
}

.pa20 {
  padding: 20px !important;
}

.pa25 {
  padding: 25px !important;
}

.pa30 {
  padding: 30px !important;
}

.pa40 {
  padding: 40px !important;
}

.pa50 {
  padding: 50px !important;
}

.pa60 {
  padding: 60px !important;
}

.pa70 {
  padding: 70px !important;
}

.pa80 {
  padding: 80px !important;
}

.pa90 {
  padding: 90px !important;
}

.pa100 {
  padding: 100px !important;
}

/* -------- top -------- */
.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt10p {
  padding-top: 10% !important;
}

/* -------- right -------- */
.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/* -------- bottom -------- */
.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb260 {
  padding-bottom: 260px !important;
}

.pb280 {
  padding-bottom: 280px !important;
}

.pb320 {
  padding-bottom: 320px !important;
}

/* -------- left -------- */
.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pl150 {
  padding-left: 150px !important;
}

/*============================
FORM ELEMENT BASE
============================*/
input.form-text, input.wpcf7-text {
  outline: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.6);
  padding: 14px 25px 14px;
  border-radius: 6px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  box-sizing: border-box;
  font-family: inherit;
  transition: all 0.12s ease-in 0s;
}

textarea {
  outline: none;
  height: 320px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.6);
  padding: 14px 25px 14px;
  border-radius: 6px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  box-sizing: border-box;
  font-family: inherit;
  transition: all 0.12s ease-in 0s;
}

input.form-text1 {
  width: 350px;
}

input.form-text2 {
  width: 295px;
}

input.form-text3 {
  width: 173px;
}

input.form-text:hover,
input.form-pass:hover,
textarea:hover,
select:hover {
  /*border-color: $blue01;*/
}

input.form-text:focus, input.wpcf7-text:focus,
input.form-pass:focus,
select:focus,
select:focus option {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgb(255, 255, 255);
}

textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgb(255, 255, 255);
}

input[type=radio] {
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
}

label input[type=radio] + span::before {
  position: absolute;
  display: inline-block;
  content: "";
  box-sizing: border-box;
  border-radius: 20px;
  z-index: 0;
  top: 40px;
  left: 40px;
  background-color: #fff;
  width: 24px;
  height: 24px;
  border: 1px #B7B8B9 solid;
}

label input[type=radio]:checked + span::after {
  position: absolute;
  display: inline-block;
  content: "";
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 0;
  top: 47px;
  left: 47px;
  background-color: transparent;
  width: 10px;
  height: 10px;
  background-color: #E9FB1F;
}

input[type=checkbox] {
  position: absolute;
  left: 0;
  opacity: 0;
}

.wpcf7-checkbox label, .checkbox {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 4px 5px 4px 38px;
  margin-right: 20px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.wpcf7-checkbox label:after, .checkbox:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 20%;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  box-sizing: border-box;
  content: "";
}

.checkbox_disabled:after {
  border: 2px solid #000;
  background-color: #eee;
}

.wpcf7-checkbox label:before, .checkbox:before {
  transition: opacity 0.12s;
  position: absolute;
  top: 48%;
  left: 8px;
  display: block;
  margin-top: -7px;
  width: 6px;
  height: 9px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
  z-index: 5;
}

.wpcf7-checkbox label.active:before, input[type=checkbox]:checked + .checkbox:before,
.wpcf7-checkbox label:has(input[type=checkbox]:checked):before {
  opacity: 1;
}

.wpcf7-checkbox label.active:after, input[type=checkbox]:checked + .checkbox:after {
  background-color: #E9FB1F;
  border-color: #E9FB1F;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  outline: none;
}

select {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.6);
  padding: 14px 25px 14px;
  border-radius: 6px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: inherit;
  position: relative;
  box-sizing: border-box;
}

.custom {
  overflow: hidden; /* 伸ばした分を隠す */
  position: relative;
  background-image: url(../../img/icon_select.png);
  background-size: 10px 9px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.custom > select {
  width: 100%; /* UI分を伸ばす */
}

.select {
  background-image: url(../../img/arrow01_black2.png);
  background-size: 10px 9px;
  background-repeat: no-repeat;
  background-position: right 25px center;
  transition: all 0.12s ease-in 0s;
}

/*============================
Common Style
============================*/
::-moz-placeholder {
  color: rgba(17, 20, 25, 0.5);
  font-size: 1.4rem;
}
::placeholder {
  color: rgba(17, 20, 25, 0.5);
  font-size: 1.4rem;
}

.btn-send ul {
  text-align: center;
  display: flex; /* Safari */
  justify-content: center;
  margin-bottom: 14px;
  padding-top: 10px;
  width: 100%;
}
.btn-send ul li {
  text-align: center;
  display: flex; /* Safari */
  justify-content: center;
  width: 100%;
}

.btn-send2 ul {
  text-align: center;
  display: flex; /* Safari */
  justify-content: space-between;
  flex-flow: row-reverse;
  margin-bottom: 14px;
  padding-top: 10px;
  width: 100%;
}

input[type=button],
input[type=submit],
input[type=reset] {
  -webkit-appearance: none;
  transition: all 0.12s ease-in 0s;
  background-image: none !important;
  border: none;
  cursor: pointer;
}

.form_btn_wrap ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
}
.form_btn_wrap ul li {
  margin: 0 15px 30px;
  position: relative;
}
.form_btn_wrap ul li.submit_btn:after, .form_btn_wrap ul li.back_btn:after {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.1);
  top: 20px;
  right: 60px;
}
.form_btn_wrap ul li.submit_btn:before, .form_btn_wrap ul li.back_btn:before {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  width: 11px;
  height: 10px;
  top: 32px;
  right: 25px;
  background-image: url("../../img/arrow01_white.png");
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
}
.form_btn_wrap ul li.back_btn:after {
  right: inherit;
  left: 60px;
}
.form_btn_wrap ul li.back_btn:before {
  right: inherit;
  left: 25px;
  transform: rotate(180deg);
}

.btn01_en, .wpcf7-submit, .wpcf7-previous {
  position: relative;
  z-index: 1;
  display: block;
  width: 414px;
  height: 73px;
  box-sizing: border-box;
  padding: 0 30px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
}
.btn01_en:hover, .wpcf7-submit:hover, .wpcf7-previous:hover {
  background-color: rgb(0, 0, 0);
}

.wpcf7-previous {
  text-align: center;
  width: 180px;
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 50px;
}

a.btn01_en {
  color: #fff;
  font-size: 1.8rem;
  font-family: neue-haas-grotesk-display, ryo-gothic-plusn, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-decoration: none !important;
  line-height: 71px;
  letter-spacing: 2px;
}

.button-send:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.button-back {
  background-color: #E0E0E0;
  color: #111419;
  margin-left: 30px;
}

.button-back:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.btn-send-text {
  text-align: center;
  font-size: 1.55rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 200%;
}

.hissu {
  font-size: 1.3rem;
  font-weight: 700;
  margin-left: 10px;
  color: #000;
}

.error {
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  padding: 8px 0 0;
  color: #ff0000 !important;
}

.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    filter: blur(0px);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(40px);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
  }
}