@charset "UTF-8";
:root {
  --vw-sp: 750;
  --vw-pc: 1920;
  --main-color: #000410;
  --btn-color: #c10712;
  --btn-color-light: #b11815;
  --btn-color-hover: #b11815;
  --btn-pagetop: #B11816;

  --padding-sp-s: 3.06%;
  --padding-sp-m: 12%;
  --padding-pc-m: min(5.2vw, 100px);
}
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,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  overflow-y: scroll;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a,
input {
  outline: 0;
}
input,
textarea {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
  vertical-align: bottom;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
textarea {
  font-size: 100%;
}
caption,
th {
  text-align: left;
}
*:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a,
a:visited,
a:active,
a:hover,
a:link {
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.fade {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ta-c {
  text-align: center !important;
}
.ta-r {
  text-align: right !important;
}
.ta-l {
  text-align: left !important;
}
.po-r {
  position: relative !important;
}
.po-a {
  position: absolute !important;
}
.po-f {
  position: fixed !important;
}
.po-s {
  position: static !important;
}
.dp-i {
  display: inline !important;
}
.dp-ib {
  display: inline-block !important;
}
.dp-b {
  display: block !important;
}
.dp-n {
  display: none !important;
}
.of-h {
  overflow: hidden !important;
}
.of-s {
  overflow: scroll !important;
}
.of-a {
  overflow: auto !important;
}
.of-v {
  overflow: visible !important;
}
.vl-t {
  vertical-align: top !important;
}
.vl-m {
  vertical-align: middle !important;
}
.vl-b {
  vertical-align: bottom !important;
}
.fl-r {
  float: right !important;
}
.fl-l {
  float: left !important;
}
.fl-c {
  clear: both !important;
}
.m0 {
  margin: 0 !important;
}
.m0-t {
  margin-top: 0 !important;
}
.m0-r {
  margin-right: 0 !important;
}
.m0-b {
  margin-bottom: 0 !important;
}
.m0-l {
  margin-left: 0 !important;
}
.m5 {
  margin: 5px !important;
}
.m5-t {
  margin-top: 5px !important;
}
.m5-r {
  margin-right: 5px !important;
}
.m5-b {
  margin-bottom: 5px !important;
}
.m5-l {
  margin-left: 5px !important;
}
.m6 {
  margin: 6px !important;
}
.m6-t {
  margin-top: 6px !important;
}
.m6-r {
  margin-right: 6px !important;
}
.m6-b {
  margin-bottom: 6px !important;
}
.m6-l {
  margin-left: 6px !important;
}
.m7 {
  margin: 7px !important;
}
.m7-t {
  margin-top: 7px !important;
}
.m7-r {
  margin-right: 7px !important;
}
.m7-b {
  margin-bottom: 7px !important;
}
.m7-l {
  margin-left: 7px !important;
}
.m8 {
  margin: 8px !important;
}
.m8-t {
  margin-top: 8px !important;
}
.m8-r {
  margin-right: 8px !important;
}
.m8-b {
  margin-bottom: 8px !important;
}
.m8-l {
  margin-left: 8px !important;
}
.m9 {
  margin: 9px !important;
}
.m9-t {
  margin-top: 9px !important;
}
.m9-r {
  margin-right: 9px !important;
}
.m9-b {
  margin-bottom: 9px !important;
}
.m9-l {
  margin-left: 9px !important;
}
.m10 {
  margin: 10px !important;
}
.m10-t {
  margin-top: 10px !important;
}
.m10-r {
  margin-right: 10px !important;
}
.m10-b {
  margin-bottom: 10px !important;
}
.m10-l {
  margin-left: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m15-t {
  margin-top: 15px !important;
}
.m15-r {
  margin-right: 15px !important;
}
.m15-b {
  margin-bottom: 15px !important;
}
.m15-l {
  margin-left: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m20-t {
  margin-top: 20px !important;
}
.m20-r {
  margin-right: 20px !important;
}
.m20-b {
  margin-bottom: 20px !important;
}
.m20-l {
  margin-left: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m25-t {
  margin-top: 25px !important;
}
.m25-r {
  margin-right: 25px !important;
}
.m25-b {
  margin-bottom: 25px !important;
}
.m25-l {
  margin-left: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m30-t {
  margin-top: 30px !important;
}
.m30-r {
  margin-right: 30px !important;
}
.m30-b {
  margin-bottom: 30px !important;
}
.m30-l {
  margin-left: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.m35-t {
  margin-top: 35px !important;
}
.m35-r {
  margin-right: 35px !important;
}
.m35-b {
  margin-bottom: 35px !important;
}
.m35-l {
  margin-left: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.m40-t {
  margin-top: 40px !important;
}
.m40-r {
  margin-right: 40px !important;
}
.m40-b {
  margin-bottom: 40px !important;
}
.m40-l {
  margin-left: 40px !important;
}
.m50 {
  margin: 50px !important;
}
.m50-t {
  margin-top: 50px !important;
}
.m50-r {
  margin-right: 50px !important;
}
.m50-b {
  margin-bottom: 50px !important;
}
.m50-l {
  margin-left: 50px !important;
}
.m60 {
  margin: 60px !important;
}
.m60-t {
  margin-top: 60px !important;
}
.m60-r {
  margin-right: 60px !important;
}
.m60-b {
  margin-bottom: 60px !important;
}
.m60-l {
  margin-left: 60px !important;
}
.m70-l {
  margin-left: 70px !important;
}
.p0 {
  padding: 0 !important;
}
.m80-b {
  margin-bottom: 80px !important;
}
.m120-b {
  margin-bottom: 120px !important;
}
.p0-t {
  padding-top: 0 !important;
}
.p0-r {
  padding-right: 0 !important;
}
.p0-b {
  padding-bottom: 0 !important;
}
.p0-l {
  padding-left: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p5-t {
  padding-top: 5px !important;
}
.p5-r {
  padding-right: 5px !important;
}
.p5-b {
  padding-bottom: 5px !important;
}
.p5-l {
  padding-left: 5px !important;
}
.p6 {
  padding: 6px !important;
}
.p6-t {
  padding-top: 6px !important;
}
.p6-r {
  padding-right: 6px !important;
}
.p6-b {
  padding-bottom: 6px !important;
}
.p6-l {
  padding-left: 6px !important;
}
.p7 {
  padding: 7px !important;
}
.p7-t {
  padding-top: 7px !important;
}
.p7-r {
  padding-right: 7px !important;
}
.p7-b {
  padding-bottom: 7px !important;
}
.p7-l {
  padding-left: 7px !important;
}
.p8 {
  padding: 8px !important;
}
.p8-t {
  padding-top: 8px !important;
}
.p8-r {
  padding-right: 8px !important;
}
.p8-b {
  padding-bottom: 8px !important;
}
.p8-l {
  padding-left: 8px !important;
}
.p9 {
  padding: 9px !important;
}
.p9-t {
  padding-top: 9px !important;
}
.p9-r {
  padding-right: 9px !important;
}
.p9-b {
  padding-bottom: 9px !important;
}
.p9-l {
  padding-left: 9px !important;
}
.p10 {
  padding: 10px !important;
}
.p10-t {
  padding-top: 10px !important;
}
.p10-r {
  padding-right: 10px !important;
}
.p10-b {
  padding-bottom: 10px !important;
}
.p10-l {
  padding-left: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p15-t {
  padding-top: 15px !important;
}
.p15-r {
  padding-right: 15px !important;
}
.p15-b {
  padding-bottom: 15px !important;
}
.p15-l {
  padding-left: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p20-t {
  padding-top: 20px !important;
}
.p20-r {
  padding-right: 20px !important;
}
.p20-b {
  padding-bottom: 20px !important;
}
.p20-l {
  padding-left: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p25-t {
  padding-top: 25px !important;
}
.p25-r {
  padding-right: 25px !important;
}
.p25-b {
  padding-bottom: 25px !important;
}
.p25-l {
  padding-left: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p30-t {
  padding-top: 30px !important;
}
.p30-r {
  padding-right: 30px !important;
}
.p30-b {
  padding-bottom: 30px !important;
}
.p30-l {
  padding-left: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.p35-t {
  padding-top: 35px !important;
}
.p35-r {
  padding-right: 35px !important;
}
.p35-b {
  padding-bottom: 35px !important;
}
.p35-l {
  padding-left: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.p40-t {
  padding-top: 40px !important;
}
.p40-r {
  padding-right: 40px !important;
}
.p40-b {
  padding-bottom: 40px !important;
}
.p40-l {
  padding-left: 40px !important;
}
.p50 {
  padding: 50px !important;
}
.p50-t {
  padding-top: 50px !important;
}
.p50-r {
  padding-right: 50px !important;
}
.p50-b {
  padding-bottom: 50px !important;
}
.p50-l {
  padding-left: 50px !important;
}
.p60 {
  padding: 60px !important;
}
.p60-t {
  padding-top: 60px !important;
}
.p60-r {
  padding-right: 60px !important;
}
.p60-b {
  padding-bottom: 60px !important;
}
.p60-l {
  padding-left: 60px !important;
}
.b {
  font-weight: normal !important;
}
.normal {
  font-weight: normal !important;
}
.big {
  font-size: 113.1% !important;
}
.big2 {
  font-size: 138.5% !important;
}
.big3 {
  font-size: 167% !important;
}
.small {
  font-size: 85% !important;
}
.f10px {
  font-size: 77% !important;
}
.f11px {
  font-size: 85% !important;
}
.f12px {
  font-size: 93% !important;
}
.f13px {
  font-size: 100% !important;
}
.f14px {
  font-size: 108% !important;
}
.f15px {
  font-size: 116% !important;
}
.f16px {
  font-size: 123.1% !important;
}
.f17px {
  font-size: 131% !important;
}
.f18px {
  font-size: 138.5% !important;
}
.f19px {
  font-size: 146.5% !important;
}
.f20px {
  font-size: 153.9% !important;
}
.f21px {
  font-size: 161.6% !important;
}
.f22px {
  font-size: 167% !important;
}
.f23px {
  font-size: 174% !important;
}
.f24px {
  font-size: 182% !important;
}
.f25px {
  font-size: 189% !important;
}
.f26px {
  font-size: 197% !important;
}
.t-red {
  color: #f00 !important;
}
.t-blue {
  color: #00d !important;
}
.t-green {
  color: #0c9 !important;
}
.t-yellow {
  color: #ff0 !important;
}
.t-brown {
  color: #8b0000 !important;
}
.t-navy {
  color: #1f26a9 !important;
}
.t-orange {
  color: #f60 !important;
}
.t-pink {
  color: #c69 !important;
}
.t-purple {
  color: #609 !important;
}
.t-olive {
  color: #808000 !important;
}
.t-lime {
  color: #0f0 !important;
}
.t-aqua {
  color: #167fa6 !important;
}
.t-black {
  color: #000 !important;
}
.t-gray {
  color: #999 !important;
}
.t-white {
  color: #fff !important;
}
.bg-red {
  background-color: #fff7f7 !important;
}
.bg-blue {
  background-color: #f3f9fc !important;
}
.bg-green {
  background-color: #f7fcf2 !important;
}
.bg-yellow {
  background-color: #fffff2 !important;
}
.bg-brown {
  background-color: #fcfafa !important;
}
.bg-navy {
  background-color: #1f26a9 !important;
}
.bg-orange {
  background-color: #f60 !important;
}
.bg-pink {
  background-color: #c69 !important;
}
.bg-purple {
  background-color: #609 !important;
}
.bg-olive {
  background-color: #808000 !important;
}
.bg-lime {
  background-color: #0f0 !important;
}
.bg-aqua {
  background-color: #167fa6 !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-gray {
  background-color: #efefef !important;
}
.bg-white {
  background-color: #fff !important;
}
.b-red {
  border-color: #f00 !important;
}
.b-blue {
  border-color: #00d !important;
}
.b-green {
  border-color: #008000 !important;
}
.b-yellow {
  border-color: #ff0 !important;
}
.b-navy {
  border-color: #1f26a9 !important;
}
.b-orange {
  border-color: #f60 !important;
}
.b-pink {
  border-color: #c69 !important;
}
.b-purple {
  border-color: #609 !important;
}
.b-olive {
  border-color: #808000 !important;
}
.b-lime {
  border-color: #0f0 !important;
}
.b-aqua {
  border-color: #167fa6 !important;
}
.b-black {
  border-color: #000 !important;
}
.b-gray {
  border-color: #ccc !important;
}
.b-white {
  border-color: #fff !important;
}
.lh10 {
  line-height: 1 !important;
}
.lh11 {
  line-height: 1.1 !important;
}
.lh12 {
  line-height: 1.2 !important;
}
.lh13 {
  line-height: 1.3 !important;
}
.lh14 {
  line-height: 1.4 !important;
}
.lh15 {
  line-height: 1.5 !important;
}
.lh20 {
  line-height: 2 !important;
}
.ls01 {
  letter-spacing: 0.01em !important;
}
.ls02 {
  letter-spacing: 0.02em !important;
}
.ls03 {
  letter-spacing: 0.03em !important;
}
.ls04 {
  letter-spacing: 0.04em !important;
}
.ls05 {
  letter-spacing: 0.05em !important;
}
.ls06 {
  letter-spacing: 0.06em !important;
}
.ls07 {
  letter-spacing: 0.07em !important;
}
.ls08 {
  letter-spacing: 0.08em !important;
}
.ls09 {
  letter-spacing: 0.09em !important;
}
.ls10 {
  letter-spacing: 0.1em !important;
}
.w100 {
  width: 100px !important;
}
.w200 {
  width: 200px !important;
}
.w300 {
  width: 300px !important;
}
.w400 {
  width: 400px !important;
}
.w500 {
  width: 500px !important;
}
.w600 {
  width: 600px !important;
}
.w150 {
  width: 150px !important;
}
.w250 {
  width: 250px !important;
}
.w350 {
  width: 350px !important;
}
.w450 {
  width: 450px !important;
}
.w550 {
  width: 550px !important;
}
.w650 {
  width: 650px !important;
}
.w10p {
  width: 10% !important;
}
.w20p {
  width: 20% !important;
}
.w30p {
  width: 30% !important;
}
.w40p {
  width: 40% !important;
}
.w50p {
  width: 50% !important;
}
.w60p {
  width: 60% !important;
}
.w70p {
  width: 70% !important;
}
.w75p {
  width: 75% !important;
}
.w80p {
  width: 80% !important;
}
.w90p {
  width: 90% !important;
}
.w100p {
  width: 100% !important;
}
.w5p {
  width: 5% !important;
}
.w15p {
  width: 15% !important;
}
.w25p {
  width: 25% !important;
}
.w35p {
  width: 35% !important;
}
.w45p {
  width: 45% !important;
}
.w55p {
  width: 55% !important;
}
.w65p {
  width: 65% !important;
}
.w75p {
  width: 75% !important;
}
.w85p {
  width: 85% !important;
}
.w95p {
  width: 95% !important;
}
.br1 {
  -moz-border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
  border-radius: 1px !important;
}
.br2 {
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
}
.br3 {
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
}
.br4 {
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
}
.br5 {
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
}
.br6 {
  -moz-border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
}
.br7 {
  -moz-border-radius: 7px !important;
  -webkit-border-radius: 7px !important;
  border-radius: 7px !important;
}
.br8 {
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important;
}
.br9 {
  -moz-border-radius: 9px !important;
  -webkit-border-radius: 9px !important;
  border-radius: 9px !important;
}
.br10 {
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
}
.br11 {
  -moz-border-radius: 11px !important;
  -webkit-border-radius: 11px !important;
  border-radius: 11px !important;
}
.br12 {
  -moz-border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  border-radius: 12px !important;
}
.br13 {
  -moz-border-radius: 13px !important;
  -webkit-border-radius: 13px !important;
  border-radius: 13px !important;
}
.br14 {
  -moz-border-radius: 14px !important;
  -webkit-border-radius: 14px !important;
  border-radius: 14px !important;
}
.br15 {
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  border-radius: 15px !important;
}
.brm {
  -moz-border-radius: 200px !important;
  -webkit-border-radius: 200px !important;
  border-radius: 200px !important;
}
.transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
span,
strong {
  font-weight: bold;
}
label {
  display: block;
}
img {
  -webkit-backface-visibility: hidden;
}
p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
p.wsnw {
  white-space: nowrap;
}
.mt0 {
  margin-top: 0 !important;
}
.ta-c {
  text-align: center !important;
}
.ta-l {
  text-align: left !important;
}
.ta-r {
  text-align: right !important;
}

@media screen and (max-width: 1024px) {
  .sp-ta-c {
    text-align: center !important;
  }
  .sp-ta-l {
    text-align: left !important;
  }
  .sp-ta-r {
    text-align: right !important;
  }
}
@media screen and (min-width: 1025px) {
  .pc-ta-c {
    text-align: center !important;
  }
  .pc-ta-l {
    text-align: left !important;
  }
  .pc-ta-r {
    text-align: right !important;
  }
}

.va_t {
  vertical-align: top !important;
}
.va_m {
  vertical-align: middle !important;
}
.va_b {
  vertical-align: bottom !important;
}

.underline {
  text-decoration: underline;
}

.pc {
  display: block;
}
.pc-ib {
  display: inline-block;
}
.pc-flx {
  display: flex;
}
.sp,
.sp-ib,
sp-flx {
  display: none;
}

a,
a:link {
  color: var(--btn-color);
  font-weight: inherit;
  transition: all 0.3s;
}
a:visited {
  color: var(--btn-color);
  font-weight: inherit;
}
a:hover {
  color: var(--btn-color-hover);
  text-decoration: underline;
  font-weight: inherit;
}

a.rev,
a.rev:link {
  color: #fff;
  text-decoration: underline;
  font-weight: inherit;
}
a.rev:visited {
  color: #fff;
  text-decoration: underline;
  font-weight: inherit;
}
a.rev:hover {
  color: #fff;
  text-decoration: none;
  font-weight: inherit;
}

/* btn */
.btn {
  margin-top: 70px;
  text-align: center;
}
.btn img {
  /* margin-bottom: 16px; */
}
.btn a,
.btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 16px 4.3em 15px 1.8em; */
  padding: 16px 44px 15px;
  background: var(--btn-color);
  color: #fff;
  font-size: 2.6rem;
  position: relative;
  border-radius: 999px;
  width: 500px;
  text-align: center;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
  transition: background-color 0.3s;
}
.btn a::before,
.btn button::before {
  content: "";
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  border-radius: 2px;
  position: absolute;
  transform: rotate(45deg);
  top: calc(50% - 0.43em);
  transition: all 0.3s;
  /* width: .85em;
    height: .85em;
    right: 16px; */

  width: 0.65em;
  height: 0.65em;
  right: 48px;
}
.btn a:hover,
.btn button:hover {
  background: var(--btn-color-hover);
}
.btn a:hover::before,
.btn button:hover::before {
  right: 42px;
}

/* btn_s */
.btn_s {
  text-align: center;
}
.btn_s a {
  display: block;
  padding: 10px 40px 10px 25px;
  border: 3px solid var(--btn-color);
  background: #fff;
  color: var(--btn-color);
  font-size: 1.8rem;
  position: relative;
  border-radius: 999px;
  width: 294px;
  text-align: center;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}
.btn_s a::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px var(--btn-color);
  border-right: solid 2px var(--btn-color);
  position: absolute;
  transform: rotate(45deg);
  top: calc(50% - 7px);
  right: 40px;
  transition: all 0.3s;
}
.btn_s a:hover {
  opacity: 0.8;
}
.btn_s a:hover::before {
  right: 34px;
}

@keyframes anime {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  80% {
    opacity: 0.1;
  }
  to {
    transform: scale(1.1, 1.45);
    opacity: 0;
    border-radius: 999px;
  }
}

.btn {
  transition: 0.2s;
  position: relative;
  z-index: 1;
}
.btn > a:after,
.btn > button:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 32px;
  background: var(--btn-color-light);
  /* border: 1px solid #ff999e; */
  transform: translate3d(0, 0, 0);
  z-index: -1;
}

.btn > a:after,
.btn > button:after {
  animation: anime 2s ease-out 1s infinite;
}

.btn.mascot:before,
.btn.mascot:after {
  content: "";
  position: absolute;
  background: url(../img/mascot_01.png) 0 0 no-repeat;
}
.btn.mascot:before {
  width: 128px;
  height: 155px;
  left: 0;
  top: 0;
  background: url(../img/mascot_01.png) 0 0 no-repeat;
}
.btn.mascot:after {
  width: 131px;
  height: 210px;
  right: 0;
  top: calc(50% - 77.5px);
  background: url(../img/mascot_02.png) 0 0 no-repeat;
}
.btn a:hover {
  text-decoration: none;
}
/**/
html {
  font-size: 62.5%;
}
body {
  color: #fffcf5;
  line-height: 1.8;
  background: #fff;
  color: #333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  font-weight: bold !important;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
body.ov-active {
  height: 100%;
  overflow: hidden;
}

/*header*/
header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 var(--padding-pc-m);
  z-index: 999;
  width: 100%;

  .block {
    flex-direction: column-reverse;
    align-items: flex-start;
    column-gap: 19px;
    max-width: 1720px;
    margin: auto;
    padding-top: 35px;
  }
  h1 a + span {
    display: block;
    margin-left: 45px;
    margin-top: 40px;
  }
  &.pages {
    padding: 2vw 3vw;
    position: static !important;
  }
  .btn {
    margin: 0;
    opacity: 0;
    transform: translateY(-60%);
    transition: opacity 0.3s ease, transform 0.65s ease;
    pointer-events: none;
  }
  .btn a {
    width: auto;
    height: 60px;
    font-size: 2.2rem;
  }
  .logo_zennoh img,
  .logo_campaign img {
    width: 275px;
  }
}
body.is-passfv:not(.is-stop) header .btn {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
/* #cv */
#cv {
  position: absolute;
  top: 53px;
  right: 5vw;
  z-index: 999;
}
#cv .btn {
  margin-top: 0;
  transition: opacity 0.7s ease;
}
#cv .btn a {
  width: auto;
  height: 60px;
  font-size: 2.2rem;
  padding: 16px 4.3em 15px 1.8em;
}
#cv .btn a img {
  width: auto;
  max-width: 100%;
}
#cv .btn a::before {
  /* right: 1em; */
  width: 0.85em;
  height: 0.85em;
}
#cv .btn a:hover {
  text-decoration: none;
}
#cv .btn a:hover::before {
  /* right: 1.2em; */
}
body.is-passfv #cv .btn {
  opacity: 0;
}
/* lists */
ul.notes li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
ul.notes li.red {
  color: red;
}
ul.lists li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
ul.notes em {
  font-weight: inherit;
  text-decoration: underline;
}

/**/

.inWrap {
  width: 100%;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}
.inWrap:not(.no-padding) {
  padding-left: 5%;
  padding-right: 5%;
}
.inWrap.large {
  max-width: calc(1200px + 10%);
}
.reduce_wrap {
  width: 806px;
  margin-left: auto;
  margin-right: auto;
}
.flow img {
  width: 100%;
}

section#mv:last-child {
  margin-bottom: 0;
}
* + section {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  section {
    padding-left: var(--padding-sp-s);
    padding-right: var(--padding-sp-s);
  }
  .fonction-block,
  .merit-block {
    margin-right: calc(var(--padding-sp-s) * -1);
    margin-left: calc(var(--padding-sp-s) * -1);
  }
}
/* font-size */
.small {
  font-size: 0.8em !important;
}
/*title*/
.ttl-h1 {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.ttl-h2 {
  font-size: 3.6rem;
}
.ttl-h3 {
  font-size: 2.6rem;
}
/* section ol */
section ol li {
  margin-bottom: 10px;
  font-weight: bold;
}
section ol p {
  margin-bottom: 30px;
}
/* margin */
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mr_s {
  margin-right: 2% !important;
}
.mr_m {
  margin-right: 4% !important;
}
.mr_l {
  margin-right: 8% !important;
}

/* font */
.fs22 {
  font-size: 2.2rem;
}
.bold {
  font-weight: bold;
}
/* block */
.lead-wrap {
}
.block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.block.flt > div:first-child {
  margin-right: 4%;
}
* + .block {
  margin-top: 100px;
}
.block.c2 .in-block {
  width: calc(50% - 28px);
  margin-right: 56px;
  margin-bottom: 52px;
}

.block.c2 .in-block:nth-child(2n) {
  margin-right: 0;
}
.block.ff .in-block {
  width: 50%;
}
.block.c3 .in-block {
  width: 33%;
}
.block.ai-c {
  align-items: center;
}
.block.ai-s {
  align-items: stretch;
}

.block.jc-c {
  justify-content: center;
}
.block.jc-sb {
  justify-content: space-between;
}
.block.rev {
  flex-direction: row-reverse;
}
.block .img-fixed {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* wrap */
.lead-wrap p {
  margin-bottom: 10px;
}
.lead-wrap {
  margin-bottom: 30px;
}

/* steps */
ul.steps {
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 1%;
}
ul.steps li {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.steps li {
  /* width: 19%; */
  flex: 1 1 0%;
  background: #c5c5c5;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px 0;
  line-height: 1.2;
  border-radius: 6px;
}
ul.steps li.active {
  background: var(--main-color);
}
.img {
  width: 100%;
  vertical-align: top;
}
.img.contain {
  max-width: 100%;
}
/* main */
main {
}
main.pages {
  /* padding-bottom: 120px; */
}
/* mv */
#mv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  /* padding: 6.571vw 0 3.571vw; */
  /* background: url(../img/mv_bg.png) center no-repeat; */
  /* background-size: cover; */
}
#mv .mv_txt {
  display: block;
  width: 100%;
  /* width: clamp(500px, 55.35vw, 775px); */
}
#mv .mv_txt img {
  width: 100%;
  height: auto;
}
/* #mv .soon_comingsoon_txt {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 71.718vw;
    max-width: 1377px;
} */
#mv .date {
  width: 100%;
}
/* sec1 */
#sec1 {
  position: relative;
  z-index: 0;
  margin-top: -1px;
  background: url(../img/sec1_bg_01.png) 0 0;
  /* background: #FDEB33; */
  background-size: cover;
  overflow: hidden;
}
#sec1 > * {
  position: relative;
  z-index: 2;
}
#sec1 .date {
  padding: 47px 32px;
  text-align: center;
  background: #742723;
}
#sec1 .date img {
  width: 661px;
}
#sec1 .catch {
  display: block;
  padding: 81px 0 84px;
}
#sec1 .inWrap img {
  width: 342px;
  /* margin-bottom: 50px; */
}

/* sec2 */
#sec2 {
  margin: 0;
  padding: 0;
}
#sec2 .quiz {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 96px;
  padding: 44px;
  background: url(../img/sec2_bg_01.png);
  background-size: cover;
}
#sec2 .quiz img {
  display: block;
  width: 526px;
  height: auto;
  margin: auto;
}
#sec2 h2 {
  text-align: center;
  margin-bottom: 48px;
}
#sec2 h3 {
  text-align: center;
}
#sec2 h3 span {
  text-align: center;
  background: var(--main-color);
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  padding: 0 40px;
  font-size: 2.6rem;
}
#sec2 h4 {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 13px;
  color: var(--btn-color);
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
}
#sec2 h4 span {
  position: relative;
  display: inline-flex;
  align-items: center;
  column-gap: 0.6em;
}
#sec2 h4 span:before,
#sec2 h4 span:after {
  content: "";
  /* position: absolute; */
  display: block;
  width: 56px;
  height: 13px;
  background: url(../img/sttl_icon.svg) top left no-repeat;
  /* top: calc(50% - 6.5px); */
  transform: translateY(-1px);
}
#sec2 h4 span:after {
  transform: rotateY(180deg);
}
#sec2 h4 span:before,
#sec2 h4 span:after {
  background-size: contain;
}
#sec2 .txt-l {
  font-size: 2.2rem;
}
#sec2 .btn {
  margin-top: 104px;
  padding-bottom: 70px;
}

#sec2 .reduce_wrap .date {
  font-size: 22px;
}
/* form */
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea,
select {
  padding: 6px 12px;
  width: 100% !important;
  border: 1px solid #cacaca;
  background: #fffef4;
  border-radius: 6px;
  font-size: 1.6rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}
form input.hw {
  width: 160px !important;
}
form input.sw {
  width: 60px !important;
  display: inline-block;
  margin: 0 5px;
}
form textarea {
  resize: vertical;
  font-size: 1.6rem;
  font-style: normal;
  height: 270px;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.disabled {
  color: #ccc;
}
.disabled .t-red {
  color: #ccc !important;
}
.error_blank {
  color: #27baa8;
  display: block;
  margin-top: 10px;
}

/* naka page */
section#sectionSub {
  margin-top: 60px;
  min-height: 320px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
section#sectionSub h1 {
  font-size: 4.2rem;
  font-weight: bold;
  color: var(--main-color);
}
section#sectionSub * + h1 {
  margin-top: 40px;
}
section#sectionSub * + h1 + *:not(h2) {
  margin-top: 40px;
}
section#sectionSub * + h2 {
  margin-top: 40px;
}
section#sectionSub h2 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 40px;
}
section#sectionSub .description {
  margin-bottom: 40px;
}

/* other */
.input {
  margin-bottom: 50px;
  display: flex;
  flex-flow: row wrap;
}
.check_form .input {
  align-items: flex-start;
}
.applicant .input {
  margin-bottom: 20px;
}
.input .label {
  font-weight: bold;
  margin-bottom: 14px;
  margin-right: 40px;
  /* white-space: nowrap; */
  width: 212px;
  text-align: left;
}
.input .label + * {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex: 1;
}
.input .label + * > label {
  margin-right: 10px;
}
.input .label + * > label:not(:first-child) {
  margin-left: 20px;
}
.input .group {
  display: flex;
  align-items: center;
  column-gap: 0.5em;
}
.input .content {
  flex-direction: column;
  align-items: flex-start;
}
.input #upload_receipt {
  width: 100%;
}
.input .render {
  margin-top: 20px;
}
.input .upload_thumb {
  /* width: 250px;
    max-width: 100%; */
  width: 100%;
  max-width: 250px;
}
.input .upload_thumb {
  display: block;
  word-break: break-all;
}
.input .render img[src=""] {
  display: none;
}
.how_receipt img {
  width: 100%;
  margin-top: -30px;
  margin-bottom: 30px;
}
.no-flex {
  display: block !important;
}
.no-flex .label {
  width: 100%;
}
.no-flex .label {
  width: 100%;
}
p.sec1_before_top img {
  width: 100%;
  height: auto;
}
.sec1_before_top + .block {
  margin-top: 0;
}
.input .label + .checkbox {
  display: flex;
  align-items: flex-start;
  flex: none;
  flex-flow: row wrap;
}
.input .label + .checkbox label {
  margin: 0;
  margin-right: 10px;
}
.agree {
  display: flex;
  flex-flow: row wrap;
  -ms-align-items: center;
  align-items: center;
}
.agree label {
  margin-left: 10px;
  font-weight: bold;
}
.emailBox {
  background: #fdfdf1;
  border: 3px solid var(--main-color);
  padding: 13px;
  margin-bottom: 40px;
  /* font-weight: bold; */
}
.emailBox h3 {
  font-weight: bold;
  font-size: 2.2rem;
}

.how-pop {
  position: fixed;
  width: 600px;
  height: 420px;
  background: #ffffff;
  border: 9px solid var(--main-color);
  border-radius: 67px;
  top: calc(50% - 210px);
  left: calc(50% - 300px);
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  z-index: 1000;
}
.ov.active {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: var(--main-color) de;
}
.how-pop .label {
  font-size: 2.6rem;
  color: #eb5c29;
  font-weight: bold;
  margin-bottom: 20px;
}
#how-pop-close {
  font-size: 1.6rem;
  padding: 10px;
  position: absolute;
  bottom: 28px;
  left: calc(50% - 50px);
  width: 100px;
  background: #e83e0b;
  color: #fff;
  border-radius: 999px;
  font-weight: bold;
  cursor: pointer;
}
#how-pop-close:hover {
  background: #e83e0bde;
}
span.memo {
  font-size: 0.7em;
  display: block;
  color: #737373;
}
/*radiobutton*/
.radiobox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.radiobutton {
  display: none;
}
.radiobox label {
  background-color: #a5a5a5;
  padding: 10px 20px;
  margin-right: 40px;
  border-radius: 999px;
  font-weight: bold;
  color: #fff;
  width: 160px;
  cursor: pointer;
}
#radio2 + label {
  margin-right: 0;
}
.radiobutton:checked + label {
  background-color: var(--main-color);
}

/**/
#pagetop {
  position: absolute;
  top: -150px;
  right: 50px;
  z-index: 998;
}
#pagetop a {
  color: #fff !important;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  position: relative;
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  transition: all 0.3s;
  background: var(--btn-pagetop);
  border-radius: 6px;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#pagetop a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #ffffff transparent;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  position: absolute;
  top: 24px;
  left: calc(50% - 10px);
}
/**/
footer {
  margin-top: 65px;
  padding: 40px 0;
  border-top: 2px solid #cbcbcb;
  position: relative;
  background: #fff;
}
footer.mt0 {
  border: none;
}
footer h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 48px;
}
footer h2 span {
  font-size: 1.6rem;
  font-weight: normal;
}
footer .subsidy {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
  padding-block: 1em;
  line-height: 1.3;
}
footer .block {
  margin-top: 0;
}
footer a {
  color: #000 !important;
}
footer .logo {
  text-align: center;
}
footer .logo p {
  margin-top: 10px;
}
#fnav h3 {
  font-size: 2.2rem;
  border-bottom: 3px solid #fff;
  padding-bottom: 14px;
  margin-bottom: 26px;
  text-align: center;
}

#fnav.block > .in-block:first-child {
  width: 50%;
}
#fnav.block > .in-block:last-child {
  width: 46%;
}
#fnav ul {
}
#fnav ul li {
  margin-bottom: 5px;
  font-size: 1.6rem;
  position: relative;
  padding-left: 17px;
}
#fnav ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  transform: rotate(45deg);
  top: 9px;
  left: 0;
}
footer .bottoms {
  background: #005335;
  margin-top: 78px;
  padding: 14px 0;
}
footer #copyright {
  font-size: 1.6rem;
  text-align: center;
}
footer .fsnav a {
  font-size: 1.6rem;
  display: inline-block;
  padding: 0 8px;
}
footer .logo a {
  padding: 0 0;
}
footer .bottoms > div:last-child img {
  margin-right: 25px;
}
@media screen and (min-width: 1400px) {
  #sec1 .catch img {
    width: 1196px;
  }
}
@media screen and (min-width: 1025px) {
  header .btn {
    position: fixed;
    top: 2vw;
    right: 3vw;
    z-index: 999;
    margin: 0;
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
  }
  header .btn a {
    width: auto;
    height: 63px;
    font-size: 2.2rem;
    padding: 16px 4.3em 15px 1.8em;
  }
  body.is-passfv:not(.is-stop) header .btn {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }

  #sec1 .inWrap img {
    width: 100%;
    max-width: 1196px;
  }
  #sec2 .btn a {
    justify-content: space-between;
    width: 360px;
    padding-left: 44px;
    padding-right: 44px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
  body.soon,
  body.index {
    background: url(../img/bg.png) top left no-repeat;
    background-size: 100% auto;
  }
  img {
    max-width: 100%;
  }
  .sp {
    display: block;
  }
  .sp-ib {
    display: inline-block;
  }
  .sp-flx {
    display: flex;
  }
  .pc,
  .pc-ib,
  .pc-flx {
    display: none;
  }
  .block.c3,
  .block.c2 {
    flex-flow: row wrap;
  }
  .block.c3 .in-block,
  .block.c2 .in-block {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .sp-rev {
    flex-direction: column-reverse !important;
  }
  .sp-row {
    flex-direction: row !important;
  }
  * + .block {
    margin-top: 40px;
  }
  * + section {
    margin-top: 25px;
  }
  .btn a,
  .btn button {
    font-size: 1.8rem;
    width: 100%;

    display: flex;
    flex-direction: row-reverse;
    column-gap: 12px;
    height: auto;
    font-size: 1.3rem;
    padding: 11px 33px 10px 40px;
    text-align: center;
  }
  .btn a::before,
  .btn button::before {
    /* width: 8px;
        height: 8px;
        top: calc( 50% - 5px);
        right: 22px; */
    position: static;
    width: 0.7em;
    height: 0.7em;
  }
  .inWrap {
    width: 100% !important;
    padding: 0 5%;
  }
  header {
    padding: 0 var(--padding-sp-s);
    overflow: hidden;

    h1 {
      /* order: 2; */
      padding-top: 10px;
    }
    h1 img {
      width: 228px;
      height: auto;
    }
    .logo_campaign img {
      width: 275px;
      height: auto;
    }
    header h1 a + span {
      margin-left: 0;
    }
    &.lp-header .block {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      row-gap: 12px;
      padding-top: 0;
    }
    .logo_zennou,
    .logo_campaign {
      width: 155px;

      img {
        margin: 0;
      }
    }
    .btn {
      transform: translate3d(0, -10px, 0);
      transition: transform 0.3s ease, opacity 0.3s ease;
    }
  }
  header .is-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
  }
  body.is-passfv header .is-fixed {
    opacity: 1;
    pointer-events: all;
    transform: translate3d(0, 0, 0);
  }
  body.is-passfv header .is-fixed .btn {
    width: 100%;
    transition: none;
  }
  body.is-passfv header .is-fixed .btn a {
    font-size: 1.8rem;
    padding: 12px 40px 12px 25px;
  }
  body.is-passfv.is-stop header .is-fixed {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    pointer-events: none;
  }
  /* img 100% */
  #mv {
    position: relative;
    padding: 0;
  }
  #mv .mv_txt {
    width: 100%;
  }
  #mv img {
    width: 100%;
    height: auto;
  }
  #mv .date {
    position: static;
  }
  #mv .mascot {
    left: 0;
  }
  #mv .inWrap {
    position: relative;
    padding: 0;
  }
  #mv .soon_txt {
    position: absolute;
    left: 0;
    bottom: -4%;
    width: 100%;
    padding: 0 5%;
  }

  main.pages {
    padding-bottom: 60px;
    margin-top: 80px;
  }
  ul.steps li {
    font-size: 1.2rem;
    padding: 12px 12px;
  }
  section#sectionSub h2 {
    font-size: 1.8rem;
  }
  .emailBox h3 {
    font-size: 1.8rem;
  }

  section#sectionSub {
    margin-top: 0;
    min-height: inherit;
    min-height: auto;
    width: 100%;
  }
  section#sectionSub h1 {
    font-size: 3.2rem;
  }

  #entry_form .input .label {
    margin-bottom: 0;
    margin-right: 20px;
    width: 108px;
    text-align: left;
  }

  #entry_form.applicant .input .label,
  #entry_form.questionnaire .input .label,
  #entry_form.checking .input .label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .how_receipt img {
    margin-top: 0;
    margin-bottom: 0;
  }
  .how-pop {
    width: 80%;
    height: 60vh;
    border: 4px solid var(--main-color);
    border-radius: 10%;
    top: calc(50% - 30vh);
    left: calc(50% - 40%);
    padding: 0;
  }
  .radiobox label {
    margin-right: 4vw;
    width: 24vw;
  }
  #how-pop-close {
    bottom: 40px;
    left: calc(50% - 15vw);
    width: 30vw;
  }
  .sec1_before_top + .block {
    margin-top: 40px !important;
  }
  /* index */
  .reduce_wrap {
    width: 100%;
  }
  .reduce_wrap .flow {
    text-align: center;
  }
  #cv {
    position: absolute;
    top: 117vw;
    left: 50%;
    width: 76.3vw;
    transform: translateX(-50%);
  }
  #cv .btn {
    /* transform: translateX(-50%); */
    margin-left: auto;
    margin-right: auto;
  }
  #cv .btn a {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 12px;
    height: auto;
    font-size: 1.3rem;
    padding: 11px 40px 10px 47px;
    text-align: center;
  }
  #cv .btn a::before {
    position: static;
    width: 0.7em;
    height: 0.7em;
  }
  #cv .btn a img {
    height: 15px;
  }

  #sec1 {
    padding: 56px 0px 23px;
  }
  #sec1 .inWrap {
    /* padding-left: 12.3% !important;
        padding-right: 12.3% !important; */
    padding-left: 0;
    padding-right: 0;
  }
  #sec1 img {
    max-width: 100%;
    width: 340px;
    height: auto;
  }
  #sec1 .date {
    padding: 21px var(--padding-sp-s);
  }
  #sec1 .catch {
    background: url(../img/sec1_bg.png) center no-repeat;
    background-size: cover;
    padding: 0;
    text-align: center;
  }
  #sec1 .catch .catch__lead {
    width: 100%;
    text-align: center;
  }
  #sec1 .catch .catch__ph {
    width: 82%;
    text-align: center;
  }
  #sec1 .inWrap img {
    margin-bottom: 0;
  }
  #sec2 {
    margin: 0;
  }
  #sec2 .quiz {
    margin-bottom: 38px;
    padding: calc(64 / var(--vw-sp) * 100vw) calc(45 / var(--vw-sp) * 100vw);
  }
  #sec2 .quiz img {
    width: 286px;
  }
  #sec2 h3 span {
    font-size: 1.3rem;
    display: block;
    /* padding: 2px 0; */
    margin-left: auto;
    margin-right: auto;
  }
  #sec2 h3 span img {
    max-width: 100%;
    height: auto;
  }
  #sec2 h4 {
    font-size: 1.2rem;
    margin-top: 42px;
    margin-bottom: 10px;
  }
  #sec2 h4 span::before,
  #sec2 h4 span::after {
    width: 30px;
    height: 7px;
  }
  #sec2 .txt-l {
    font-size: 1.5rem;
  }
  #sec2 .btn {
    margin-top: 54px;
    padding: 0 25px;
  }
  #sec2 .btn a {
  }
  #sec2 .notes,
  #sec2 .lists,
  #sec2 .reduce_wrap p {
    font-size: 11px;
  }
  #sec2 .reduce_wrap .date {
    font-size: 15px;
  }
  .agree {
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .agree label {
    text-align: left;
  }
  .agree input {
    position: relative;
    left: 0;
    top: 3px;
  }
  .btn.mascot p {
    padding-left: 10%;
    padding-right: 10%;
  }
  .btn.mascot:before,
  .btn.mascot:after {
    display: none;
  }
  /* block one column */
  #fnav.block > *,
  .bottoms .block > * {
    width: 100% !important;
    margin-bottom: 5%;
  }
  #fnav.block > *:last-child,
  .bottoms .block > *:last-child {
    margin-bottom: 0;
  }
  .bottoms .block {
    justify-content: center;
    text-align: center;
  }

  /* ttl */
  .ttl-h1 {
    font-size: 2.4rem;
  }
  footer h2 {
    font-size: 1.8rem;
  }
  #fnav h3 {
    font-size: 1.8rem;
    border-bottom: 2px solid #fff;
  }
  #fnav img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  /**/
  #pagetop {
    top: -100px;
    right: 5%;
  }
  #pagetop a {
    font-size: 0.8rem;
    line-height: 1;
    padding-top: 18px;
    width: 56px;
    height: 56px;
  }
  #pagetop a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #ffffff transparent;
    display: block;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    top: 13px;
    left: calc(50% - 5px);
  }
  footer {
    padding-top: 16px;
    margin-top: 140px;

    .subsidy {
      font-size: 1.4rem;
      padding-inline: 1em;
    }
    .inWrap {
      flex-flow: column wrap;
      align-items: center;
      justify-content: center;
    }
    .logo {
      margin-top: 5%;
    }
    .logo img {
      width: 160px;
    }
    #copyright {
      font-size: 1rem;
    }
  }
}
@media screen and (max-width: 750px) {
  header h1 img {
    width: calc(228 / 750 * 100vw);
  }
  header .logo_zennou img,
  header .logo_campaign img {
    width: calc(360 / 750 * 100vw);
  }
  #cv .btn a {
    width: 100%;
  }
}

/* soon */
body.soon footer {
  margin-top: 0;
}
.soon header .block {
  flex-direction: row-reverse;
  justify-content: space-between;
  /* align-items: center; */
}
#sec1.soon {
  padding: 110px var(--padding-pc-m) 70px;
  margin-top: -1px;
  background: url(../img/sec1_bg_01.webp) 0 0;
  background-size: cover;
}
#sec1.soon .sec1_wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 102px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#sec1.soon img {
  text-align: center;
  margin: auto;
}
#sec1.soon .soon_lead {
  margin-inline: auto;
  width: 100%;
  max-width: 949px;
}
#sec1.soon .soon_txt {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#sec1.soon .soon_note {
  text-align: center;
  padding-left: 4%;
  padding-right: 4%;
}
#sec1.soon .soon_note img {
  width: auto;
  max-width: 100%;
  max-height: 40px;
}
@media screen and (max-width: 1024px) {
  .soon header h1 {
    order: 2;
  }
  .soon header .logo_campaign {
    order: 1;
    transform: translateY(-12.7%);
  }
  #sec1.soon {
    padding: 7.73vw 6.25vw 6vw;
  }
  #sec1.soon .sec1_wrapper {
    /* row-gap: 15px; */
    row-gap: 32px;
    padding-left: 0;
    padding-right: 0;
  }
  #sec1.soon .soon_lead {
    margin-top: 0;
  }
  #sec1.soon .soon_note img {
    width: auto;
    max-width: 100%;
    max-height: 40px;
  }
  #sec1.soon img {
    text-align: center;
    margin: auto;
    max-width: 687px;
    width: 100%;
  }
}
/* applicant */
.applicant .btn > a:after,
.btn > button:after {
  background: none;
}
.questionnaire .btn > a:after,
.btn > button:after {
  background: none;
}
