@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  line-height: 1;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
    # General elements
    # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordeblue underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
    # Forms
    # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
    # Specify media element style
    # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
    # Accessibility
    # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
    # Selection
    # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Requiblue when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Requiblue when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* ---------------------------
          初期設定
-----------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

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

input,
button,
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

input {
  width: 100%;
}
input:focus {
  outline: 0;
  outline-offset: unset;
}

textarea {
  width: 100%;
  resize: none;
}
textarea:focus {
  outline: 0;
  outline-offset: unset;
}

p,
h1,
h2,
h3,
h4,
h5 {
  max-height: 100%;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url(./fonts/NotoSansJP-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(./fonts/NotoSansJP-ExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(./fonts/NotoSansJP-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(./fonts/NotoSansJP-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(./fonts/NotoSansJP-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(./fonts/NotoSansJP-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(./fonts/NotoSansJP-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(./fonts/NotoSansJP-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(./fonts/NotoSansJP-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A-OTF Gothic MB101 Pro";
  src: url(./fonts/A-OTF\ Gothic\ MB101\ Pro\ B.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Din";
  src: url(./fonts/Din-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  width: 100%;
}

.wrapper {
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 600px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 600px) {
  .sp-only {
    display: block;
  }
}

.mv {
  padding: 40px 0;
  background-image: url(./img/mv-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 600px) {
  .mv {
    background-image: url(./img/mv-bg-sp.png);
    padding: 20px 0;
  }
}
.mv__title {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .mv__title {
    margin-bottom: 10px;
  }
}
.mv__product {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .mv__product {
    padding: 0;
    margin-bottom: 10px;
  }
}
.mv__caption {
  font-size: 13px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 820px;
  margin: 0 auto 20px;
  font-weight: 400;
}
.mv__caption a {
  color: #fff;
}
@media (max-width: 600px) {
  .mv__caption {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.mv__baloon {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .mv__baloon {
    margin-bottom: 10px;
  }
}
.duration {
  background-color: #ffef00;
  padding: 20px 0 30px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .duration {
    padding: 10px 0 20px;
  }
}
.duration__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 600px) {
  .duration__inner {
    gap: 10px;
  }
}
.duration__title {
  background-color: #003f65;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  position: relative;
  top: 5px;
  letter-spacing: 5px;
}
@media (max-width: 960px) {
  .duration__title {
    font-size: 12px;
    padding: 5px 10px;
    top: 0;
    letter-spacing: 0;
  }
}
.duration__text {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 2px;
}
@media (max-width: 960px) {
  .duration__text {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.duration__text strong {
  font-weight: 700;
  font-size: 46px;
}
@media (max-width: 960px) {
  .duration__text strong {
    font-size: 28px;
  }
}

.prize {
  background-image: url(./img/prize-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}
@media (max-width: 600px) {
  .prize {
    padding: 20px 0;
    background-image: url(./img/prize-bg-sp.png);
  }
}
.prize__btn {
  padding: 20px;
  width: 100%;
  display: block;
  border-radius: 50px;
  background-color: #00974b;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 5px;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.6);
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .prize__btn {
    font-size: 18px;
    padding: 10px;
    letter-spacing: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
  }
}
.prize__text {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .prize__text {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.prize__text strong {
  color: #eb4639;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .prize__text strong {
    font-size: 20px;
  }
}
.prize__caption {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .prize__caption {
    font-size: 10px;
    margin-bottom: 60px;
  }
}
.prize__box {
  background-color: #f6bcad;
  border: 4px solid #003f65;
  position: relative;
  padding: 60px 40px 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .prize__box {
    padding: 40px 10px 20px;
  }
}
.prize__box__title {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 320px;
  text-align: center;
}
@media (max-width: 600px) {
  .prize__box__title {
    width: 200px;
    top: -30px;
  }
}
.prize__box__subtitle__caption {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: #003f65;
  position: relative;
  display: inline-block;
}
@media (max-width: 600px) {
  .prize__box__subtitle__caption {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.prize__box__subtitle__caption::before, .prize__box__subtitle__caption::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 600px) {
  .prize__box__subtitle__caption::before, .prize__box__subtitle__caption::after {
    width: 15px;
    height: 30px;
  }
}
.prize__box__subtitle__caption::before {
  left: -60px;
  background-image: url(./img/prize-box-subtitle-left.png);
}
@media (max-width: 600px) {
  .prize__box__subtitle__caption::before {
    left: -15px;
  }
}
.prize__box__subtitle__caption::after {
  right: -60px;
  background-image: url(./img/prize-box-subtitle-right.png);
}
@media (max-width: 600px) {
  .prize__box__subtitle__caption::after {
    right: -15px;
  }
}
.prize__box__subtitle {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .prize__box__subtitle {
    margin-bottom: 20px;
  }
}
.prize__box__point {
  width: 100%;
  max-width: 375px;
  display: block;
  margin: 0 auto 20px;
}
@media (max-width: 600px) {
  .prize__box__point {
    max-width: 80%;
  }
}
.prize__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 20px;
  border-left: 3px solid #003f65;
  border-right: 3px solid #003f65;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .prize__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px;
  }
}
.prize__about__title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  font-family: "A-OTF Gothic MB101 Pro";
  color: #003f65;
  line-height: 1.6;
}
@media (max-width: 960px) {
  .prize__about__title {
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 2px solid #003f65;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .prize__about__title br {
    display: none;
  }
}
.prize__about__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 2px solid #003f65;
}
@media (max-width: 960px) {
  .prize__about__text {
    font-size: 14px;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}
.prize__about__text small {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 960px) {
  .prize__about__text small {
    display: block;
    margin-top: 10px;
    font-size: 10px;
  }
}
.prize__about__caption {
  text-align: left;
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
.prize__about__caption a {
  color: #000;
}
@media (max-width: 600px) {
  .prize__about__caption {
    font-size: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.prize__caution__title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 10px;
  letter-spacing: 5px;
}
@media (max-width: 600px) {
  .prize__caution__title {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.prize__caution__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .prize__caution__text {
    font-size: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.prize__link {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #0025ff;
  letter-spacing: 2px;
}
@media (max-width: 600px) {
  .prize__link {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.prize__link__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .prize__link__title {
    font-size: 12px;
    white-space: nowrap;
    margin-bottom: 5px;
  }
}

.product {
  background-color: #ee6855;
  padding: 80px 0 40px;
}
@media (max-width: 600px) {
  .product {
    padding: 60px 0 30px;
  }
}
.product__box {
  position: relative;
  text-align: center;
  background-color: #f6f8d9;
  border: 4px solid #003f65;
  padding: 40px 0;
}
@media (max-width: 600px) {
  .product__box {
    padding: 30px 0;
  }
}
.product__box__title {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 320px;
  display: block;
}
@media (max-width: 600px) {
  .product__box__title {
    width: 200px;
    top: -30px;
  }
}
.product__image {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  max-width: 150px;
  margin: 0 auto 20px;
}
@media (max-width: 600px) {
  .product__image {
    max-width: 20%;
    margin-bottom: 10px;
  }
}
.product__name {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .product__name {
    font-size: 14px;
  }
}

.apply {
  background-image: url(./img/apply-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 40px;
}
@media (max-width: 600px) {
  .apply {
    padding: 60px 0 30px;
    background-image: url(./img/apply-bg-sp.png);
    background-size: contain;
    background-repeat: repeat-y;
  }
}
.apply__box {
  background-color: #fff;
  border: 4px solid #003f65;
  padding: 60px 40px 20px;
  position: relative;
  text-align: center;
}
@media (max-width: 600px) {
  .apply__box {
    padding: 40px 12px 20px;
  }
}
.apply__box__title {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 320px;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 600px) {
  .apply__box__title {
    width: 200px;
    top: -30px;
  }
}
.apply__box__caption {
  font-size: 19px;
  color: #003f65;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .apply__box__caption {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.apply__box__caption small {
  font-size: 19px;
}
@media (max-width: 600px) {
  .apply__box__caption small {
    font-size: 10px;
  }
}
.apply__box__text {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 650px;
  display: block;
  text-align: left;
  margin: 0 auto 20px;
  font-weight: 500;
}
.apply__box__text a {
  color: #000;
}
@media (max-width: 600px) {
  .apply__box__text {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.apply__box__text__prize {
  font-size: 40px;
  color: #eb4639;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 600px) {
  .apply__box__text__prize {
    font-size: 24px;
  }
}
.apply__box__text__prize strong {
  font-size: 50px;
}
@media (max-width: 600px) {
  .apply__box__text__prize strong {
    font-size: 24px;
  }
}
.apply__box__text__prize strong small {
  font-size: 30px;
}
@media (max-width: 600px) {
  .apply__box__text__prize strong small {
    font-size: 16px;
  }
}
.apply__box__text__number {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 600px) {
  .apply__box__text__number {
    font-size: 20px;
  }
}
.apply__box__text__number strong {
  font-size: 50px;
}
@media (max-width: 600px) {
  .apply__box__text__number strong {
    font-size: 28px;
  }
}
.apply__box__text__date {
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
}
@media (max-width: 600px) {
  .apply__box__text__date {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.apply__box__text__date strong {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .apply__box__text__date strong {
    font-size: 28px;
  }
}
.apply__box__subtitle {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
  background-color: #003f65;
  color: #fff;
  display: inline-block;
  padding: 5px;
  width: 100%;
  max-width: 280px;
  letter-spacing: 10px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .apply__box__subtitle {
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    width: 60%;
    max-width: unset;
  }
}
.apply__btn {
  padding: 15px;
  width: 100%;
  display: block;
  border-radius: 50px;
  background-color: #00974b;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 5px;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.6);
}
@media (max-width: 600px) {
  .apply__btn {
    font-size: 18px;
    padding: 10px;
    letter-spacing: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  }
}
.apply__btn__wrap {
  padding: 40px 0;
}
@media (max-width: 600px) {
  .apply__btn__wrap {
    padding: 20px 0;
  }
}
.apply__caution {
  border: 4px solid #003f65;
  background-color: #fff;
}
.apply__caution__title {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 5px;
  color: #fff;
  background-color: #003f65;
  padding: 5px;
}
@media (max-width: 600px) {
  .apply__caution__title {
    font-size: 16px;
    letter-spacing: 3px;
  }
}
.apply__caution__inner {
  padding: 20px 40px;
}
@media (max-width: 600px) {
  .apply__caution__inner {
    padding: 20px 15px;
  }
}
.apply__caution__subtitle {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #003f65;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #003f65;
  letter-spacing: 5px;
  margin-top: 30px;
}
@media (max-width: 600px) {
  .apply__caution__subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.apply__caution__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .apply__caution__text {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.apply__caution__text__accent {
  color: #003f65;
}
.apply__caution__text__mail {
  text-align: center;
}
.apply__caution__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 2px solid #c40018;
  border-radius: 40px;
  padding: 20px 40px;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .apply__caution__box {
    padding: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 20px;
  }
}
.apply__caution__box__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 960px) {
  .apply__caution__box__text {
    text-align: center;
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.apply__caution__box__text strong {
  font-size: 20px;
  color: #c40018;
}
@media (max-width: 960px) {
  .apply__caution__box__text strong {
    font-size: 12px;
  }
}
.apply__caution__box__image {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 600px) {
  .apply__caution__box__image {
    width: 40%;
  }
}
.apply__caution__link {
  font-size: 17px;
  color: #c40018;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 600px) {
  .apply__caution__link {
    letter-spacing: 0;
  }
}

.qa {
  background-color: #f6bcad;
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 600px) {
  .qa {
    padding: 20px 0;
  }
}
.qa__title {
  margin-bottom: 20px;
  font-weight: 600;
  color: #003f65;
  border-bottom: 4px solid #003f65;
  display: inline-block;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 5px;
}
@media (max-width: 600px) {
  .qa__title {
    font-size: 16px;
    letter-spacing: 3px;
  }
}
.qa__item {
  background: #fff;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .qa__item {
    margin-bottom: 10px;
  }
}
.qa__question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  outline: none;
  padding: 30px 60px 30px 70px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  color: #003f65;
  position: relative;
  line-height: 1.6;
  cursor: pointer;
}
@media (max-width: 600px) {
  .qa__question {
    font-size: 12px;
    padding: 15px 40px 15px 50px;
  }
}
.qa__question::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #003f65;
  border-bottom: 2px solid #003f65;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  pointer-events: none;
}
@media (max-width: 600px) {
  .qa__question::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}
.qa__question[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.qa__question__number {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  background: #003f65;
  width: 40px;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 50%;
  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;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Din", sans-serif;
}
@media (max-width: 600px) {
  .qa__question__number {
    font-size: 20px;
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    left: 10px;
  }
}
.qa__answer {
  padding: 30px 20px 30px 70px;
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  background: #fff;
  -webkit-animation: fadeInAccordion 0.3s;
          animation: fadeInAccordion 0.3s;
  font-weight: 500;
  position: relative;
}
@media (max-width: 600px) {
  .qa__answer {
    font-size: 11px;
    padding: 15px 10px 15px 50px;
  }
}
.qa__answer::before {
  content: "";
  border-top: 1px dashed #000;
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 600px) {
  .qa__answer::before {
    width: calc(100% - 20px);
  }
}
.qa__answer p {
  text-align: left;
  line-height: 1.6;
}
.qa__answer p a {
  color: #000;
}
.qa__answer__number {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #ee6855;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "Din", sans-serif;
}
@media (max-width: 600px) {
  .qa__answer__number {
    font-size: 20px;
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    left: 10px;
    top: 10px;
  }
}

@-webkit-keyframes fadeInAccordion {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAccordion {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}