@charset "UTF-8";
/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
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, main,
menu, nav, output, ruby, section, summary, input, textarea,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:root {
  --color-black: #141414;
  --color-yellow: #fff23a;
  --color-orange: #ffb401;
  --color-orange-deep: #ff871c;
  --color-link: #009ED9;
  --color-red: #ca0307;
  --color-deep-blue: #0f375e;
  --color-blue: #0c4a8c;
}

html {
  font-size: 0.625em;
  height: 100%;
  overflow-y: scroll;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
body.is-fixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

button {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

dd,
dt,
td,
th,
ol,
ul,
p {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  dd,
  dt,
  td,
  th,
  ol,
  ul,
  p {
    font-size: 4.2666666667vw;
  }
}

td dl,
td ul,
td ol,
td td,
td th,
td p,
td li,
dd dd,
dd dt,
dd p,
dd li,
dd ul,
dd ol,
li th,
li td,
li table,
li dd,
li dt,
li ol,
li ul,
ol li,
ul li,
li p {
  font-size: 1em;
}

ol,
ul {
  list-style: none;
}

a {
  color: var(--color-link);
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
  a:hover img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

address {
  font-style: normal;
}

/* google chrome input button padding */
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button, button {
  padding: 1px 6px;
}

input[type=checkbox] {
  margin: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.img-box {
  font-size: 0;
  line-height: 0;
}

.wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-left: 30px;
  padding-right: 30px;
}
.wrap.--middle {
  max-width: 780px;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    width: auto;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

sup {
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: top;
}

.text-bold,
strong {
  font-weight: bold;
}

.text-small {
  font-size: 0.8em;
}

.text-large {
  font-size: 2.4em;
}

.text-underline {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

video {
  outline: none;
}

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

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

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

.text-red {
  color: var(--color-red) !important;
}

.text-black {
  color: var(--color-black) !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* ---------------------------------------------------------

■■■ PC SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  img.sp,
  br.sp,
  span.sp,
  .sp {
    display: none !important;
  }
  br.sp {
    width: 0 !important;
  }
  .pc {
    display: block !important;
  }
  span.pc,
  img.pc,
  br.pc {
    display: inline !important;
  }
  th.pc,
  td.pc {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  th.pc,
  td.pc,
  span.pc,
  br.pc,
  img.pc,
  .pc {
    display: none !important;
  }
  img.sp,
  br.sp,
  span.sp {
    display: inline !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

/* f-move-top
========================================================================== */
.f-move-top {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.f-move-top.--delay {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.f-move-top.--delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .f-move-top.--delay2, .f-move-top.--delay {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.f-move-top.--move {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

body {
  background: url(../img/bg.png);
}

/* l-container
========================================================================== */
.l-container {
  overflow-x: hidden;
}

/* l-footer
========================================================================== */
.l-footer {
  background-color: #000;
  color: #fff;
  margin-top: 120px;
  padding-bottom: 70px;
  padding-top: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 16vw;
  }
}
.l-footer .wrap {
  max-width: 1200px;
}
.l-footer .logo {
  margin-bottom: 30px;
}
.l-footer .logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 238px;
}
.l-footer .copyright {
  font-size: 12px;
}

/* main-visual
========================================================================== */
.main-visual .main-visual_title {
  margin: 0 auto;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .main-visual .main-visual_title {
    margin-bottom: -4.8vw;
  }
}
.main-visual .main-visual_date {
  background: url(../img/date_bg.png);
  padding: 4vw 6.6666666667vw 2.6666666667vw;
  text-align: center;
}
@media screen and (min-width:768px) {
  .main-visual .main-visual_date {
    padding: 2vw 6.6666666667vw 1.6666666667vw;
  } 
}
.main-visual .main-visual_date img {
  width: 552px;
}

/* banner
========================================================================== */
.banner {
  margin-top: 20px;
  text-align: center;
}
.banner img {
  max-width: 384px;
}
@media screen and (max-width: 767px) {
  .banner {
    margin-top: 4vw;
  }
  .banner img {
    width: 85.3333333333vw;
  }
}

/* lead
========================================================================== */
.lead {
  background-color: #fffff2;
  border: 2px solid #cbaff7;
  padding: 18px;
  margin: 20px auto 0;
  max-width: 780px;
}
.lead p {
  margin-left: auto;
  margin-right: auto;
  max-width: 643.2px;
}
@media screen and (max-width: 767px) {
  .lead {
    padding: 2.6666666667vw;
    margin: 4vw 4vw 0;
    max-width: 780px;
  }
}

/* btn
========================================================================== */
.btn {
  line-height: 1.1;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .btn {
    margin-bottom: 8vw;
    margin-top: 8vw;
  }
}
.btn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#E8483F), color-stop(75%, #FDDB7D), to(#FFF09A)) no-repeat 0 0;
  background: -webkit-linear-gradient(bottom, #E8483F, #FDDB7D 75%, #FFF09A) no-repeat 0 0;
  background: linear-gradient(0deg, #E8483F, #FDDB7D 75%, #FFF09A) no-repeat 0 0;
  border: 3px solid #FFD895;
  border-radius: 100px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  gap: 0 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 378px;
  text-decoration: none;
  padding: 18px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn a img {
  width: 28px;
}
@media (hover: hover) {
  .btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .btn a {
    border-width: 0.8vw;
    font-size: 4vw;
    gap: 0 2.1333333333vw;
    max-width: 84vw;
    padding: 3.2vw 0;
  }
  .btn a img {
    width: 7.4666666667vw;
  }
}

/* apply
========================================================================== */
.apply {
  background-color: rgba(0, 131, 234, 0.8);
  border: 3px solid #0083EA;
  -webkit-box-shadow: 0 0 0 4px #fff inset;
          box-shadow: 0 0 0 4px #fff inset;
  border-radius: 13px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .apply {
    border-width: 0.6666666667vw;
    -webkit-box-shadow: 0 0 0 1.0666666667vw #fff inset;
            box-shadow: 0 0 0 1.0666666667vw #fff inset;
    border-radius: 1.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.apply .apply_title {
  background-color: #fff;
  border-radius: 7px 7px 0 0;
  color: #0083EA;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 16px;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .apply .apply_title {
    border-radius: 0.9333333333vw 0.9333333333vw 0 0;
    font-size: 6.6666666667vw;
    padding-bottom: 4vw;
    padding-top: 4vw;
  }
}
.apply .apply_img {
  margin-top: 24px;
}
.apply .apply_img img {
  max-width: 304.2px;
}
@media screen and (max-width: 767px) {
  .apply .apply_img {
    margin-top: 6.6666666667vw;
  }
  .apply .apply_img img {
    max-width: 49.2vw;
  }
}
.apply .apply_list {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 0;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 16px;
}
.apply .apply_list strong {
  font-size: 1.3125em;
}
.apply .apply_list strong span {
  color: #FFEC87;
}
@media screen and (max-width: 767px) {
  .apply .apply_list {
    gap: 2.1333333333vw 0;
    margin-bottom: 10.6666666667vw;
    margin-top: 4.2666666667vw;
  }
}
.apply .apply_date {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .apply .apply_date {
    margin-top: 4.2666666667vw;
  }
}
.apply .btn {
  margin-bottom: 30px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .apply .btn {
    margin-bottom: 8vw;
    margin-top: 4.2666666667vw;
  }
}

/* howto
========================================================================== */
.howto {
  background-color: #FFFFF2;
  border: 3px solid #0083EA;
  -webkit-box-shadow: 0 0 0 4px #FFFFF2 inset;
          box-shadow: 0 0 0 4px #FFFFF2 inset;
  border-radius: 13px;
  margin-bottom: 40px;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .howto {
    border-width: 0.6666666667vw;
    -webkit-box-shadow: 0 0 0 1.0666666667vw #fff inset;
            box-shadow: 0 0 0 1.0666666667vw #fff inset;
    border-radius: 1.7333333333vw;
    margin-bottom: 10.6666666667vw;
    padding: 1.0666666667vw;
  }
}
.howto .howto_title {
  background-color: #0083EA;
  border-radius: 7px 7px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 16px;
  padding-top: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .howto .howto_title {
    font-size: 6.6666666667vw;
    padding-bottom: 4vw;
    padding-top: 4vw;
  }
}
.howto .howto_img {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .howto .howto_img {
    margin-top: 3.7333333333vw;
  }
}
.howto .howto_img img {
  border: 1px solid #707070;
}
.howto .howto_summary {
  color: #808080;
  padding: 24px 20px;
}
@media screen and (max-width: 767px) {
  .howto .howto_summary {
    padding: 5.6vw 3.2vw;
  }
}
.howto .howto_summary dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 0 10px;
  margin-bottom: 14px;
}
.howto .howto_summary dt img {
  height: 30px;
  max-width: initial;
  width: auto;
}
.howto .howto_summary dd {
  margin-bottom: 60px;
}
.howto .howto_summary dd:last-child {
  margin-bottom: 0;
}
.howto .howto_summary dd ol li {
  margin-bottom: 0.5em;
}
.howto .howto_summary dd ol li:last-child {
  margin-bottom: 0;
}
.howto .howto_tag {
  color: #FF70A4;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .howto .howto_tag {
    font-size: 4vw;
  }
}
.howto .apply_list {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 0;
  line-height: 1.3;
  margin-bottom: 40px;
  margin-top: 16px;
}
.howto .apply_list strong {
  font-size: 1.3125em;
}
.howto .apply_list strong span {
  color: #FFEC87;
}
.howto .apply_date {
  margin-top: 16px;
}
.howto .btn {
  margin-bottom: 30px;
  margin-top: 16px;
}

/* terms
========================================================================== */
.terms {
  background-color: #FFFFF2;
  border: 3px solid #0083EA;
  -webkit-box-shadow: 0 0 0 4px #FFFFF2 inset;
          box-shadow: 0 0 0 4px #FFFFF2 inset;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .terms {
    border-width: 0.6666666667vw;
    -webkit-box-shadow: 0 0 0 1.0666666667vw #fff inset;
            box-shadow: 0 0 0 1.0666666667vw #fff inset;
    padding: 1.0666666667vw;
  }
}
.terms .terms_title {
  background-color: #0083EA;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 16px;
  padding-top: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .terms .terms_title {
    font-size: 6.6666666667vw;
    padding-bottom: 4vw;
    padding-top: 4vw;
  }
}
.terms .terms_inner {
  height: 300px;
  overflow-y: scroll;
  padding: 24px 10px;
}
@media screen and (max-width: 767px) {
  .terms .terms_inner {
    height: 77.8666666667vw;
    padding: 3.2vw 1.3333333333vw;
  }
}
.terms .terms_inner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.terms .terms_inner p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .terms .terms_inner p {
    font-size: 3.4666666667vw;
  }
}

/* footer-logo
========================================================================== */
.footer-logo {
  margin: 60px auto 0;
  max-width: 583.8px;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin-top: 10.6666666667vw;
  }
}