@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

body {
  line-height: 1.4583333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic,
    "Yu Gothic", sans-serif;
}

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

picture {
  display: block;
}

.l-inner01 {
  max-width: 1040px;
  margin-inline: auto;
  padding: 0 20px;
}

.c-txt01 {
  font-weight: 900;
  font-size: clamp(14px, 2.3vw, 24px);
  font-family: "source-han-sans-japanese", sans-serif;
}

.c-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82.0512820513%;
  max-width: 400px;
  margin-inline: auto;
  padding: 12px 1em;
  border: 2px solid #000;
  border-radius: 50px;
  background-color: #fff411;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(18px, 2.3vw, 24px);
  font-family: "source-han-sans-japanese", sans-serif;
  text-align: center;
  transition: 0.3s;
}
.c-btn:hover {
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
.c-btn::after {
  -ms-flex-item-align: center;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: inline-block;
  align-self: center;
  width: 15px;
  height: 20px;
  margin-left: 10px;
  background-color: #000;
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.c-ac {
  min-height: 76px;
  padding: 13px 15px;
  border: 2px solid #1599df;
  border-radius: 30px;
  background-color: #fff;
}
.c-ac[open] .c-ac__question::after {
  content: "ー";
  font-weight: 400;
  font-size: 20px;
}
.c-ac[open] .c-ac__answer {
  -webkit-animation: fadein 0.6s ease;
  animation: fadein 0.6s ease;
}
.c-ac__question {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #1599df;
  font-weight: 700;
  cursor: pointer;
}
.c-ac__question::-webkit-details-marker {
  display: none;
}
.c-ac__question::before {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  content: "Q";
  font-size: 24px;
}
.c-ac__question::after {
  margin-left: auto;
  content: "+";
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
}
.c-ac__answer {
  margin-top: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.04em;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv {
  position: relative;
}
.mv__btn {
  -webkit-transform: translateX(-50%);
  display: inline-block;
  position: absolute;
  bottom: 54%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  content: "";
}
.mv__banner {
  padding-top: 50px;
}
.banner {
  margin-top: 30px;
}
.banner__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner__link:hover {
  opacity: 0.8;
}
.about {
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 45px;
  background: url(../images/about_bg02_sp.png), url(../images/about_bg01_sp.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.about--autumn {
  padding-bottom: 180px;
  background: url(../images/about_bg02_sp.png),
    url(../images/about_autumn_bg01_sp.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.about__ttl {
  width: min(64.1025641026%, 345px);
  margin-inline: auto;
}
.about__txt01 {
  margin-top: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(16px, 4.2vw, 24px);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -1px;
  text-align: center;
}
.about__txt01 .pc-only {
  display: none;
}
.about__txt01 span {
  color: #1599df;
}
.about__txt02 {
  margin-top: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(14px, 3.7vw, 16px);
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.03em;
}
.about__txt02 .pc-only {
  display: none;
}
.about__object01 {
  display: block;
  width: min(58.9743589744%, 325px);
  margin-top: 5px;
  margin-inline: auto;
}
.about__movie {
  max-width: 760px;
  margin-top: 25px;
  margin-inline: auto;
}
.about__movie-area {
  position: relative;
}
.about__youtube {
  position: absolute;
  inset: 15px;
}
.about__youtube iframe {
  width: 100%;
  height: 100%;
}
.about__youtube:hover {
  -webkit-transition: 0.3s;
  opacity: 0.8;
  transition: 0.3s;
}
.about__box {
  margin-top: 25px;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 30px;
  background-color: #fff;
}
.about__cards {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 15px;
  gap: 20px;
}
.about__card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.about__card-ttl {
  margin-top: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(14px, 3.7vw, 18px);
  font-family: "Noto Sans JP", sans-serif;
}
.about__card-txt {
  font-style: normal;
  font-size: clamp(12px, 3.3vw, 16px);
  line-height: 1.6666666667;
  font-family: "Noto Sans JP", sans-serif;
}
.cta--secondary {
  padding: 45px 0 25px;
}
.cta__ttl {
  font-style: normal;
  font-weight: 900;
  font-size: clamp(21px, 5.3vw, 42px);
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.cta__btn {
  position: relative;
  margin-top: 20px;
}
.intro {
  margin-top: -30px;
  padding: 40px 0 25px;
  background: url(../images/intro_bg01_sp.png), url(../images/intro_bg02_sp.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.intro--autumn {
  margin-top: -150px;
  padding: 40px 0 70px;
  background: url(../images/intro_bg01_sp.png),
    url(../images/intro_autumn_bg02_sp.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.intro__ttl {
  width: min(100%, 740px);
  margin-inline: auto;
}
.intro__movie {
  margin-top: 0;
}
.intro__box {
  position: relative;
  margin-top: 20px;
}
.intro__box-link {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: min(74.358974359%, 420px);
  translate: -50%;
  content: "";
}
.intro__box-link:hover {
  -webkit-transition: 0.3s;
  opacity: 0.8;
  transition: 0.3s;
}
.summary {
  margin-top: 40px;
  padding-top: 40px;
  background-image: url(../images/summary_bg_sp.png);
  background-position: 0 0;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.summary__ttl {
  width: min(74.358974359%, 410px);
  margin-inline: auto;
}
.summary__txt {
  margin-top: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(16px, 4.2vw, 24px);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.summary__object01 {
  margin-top: 3px;
}
.summary__box {
  margin-top: 30px;
  margin-inline: auto;
  padding: 25px 0;
  border: 1px solid #000;
  border-radius: 30px;
  background-color: #fff;
}
.summary__box--entry {
  padding: 60px 0 15px;
}
.summary__box-ttl {
  width: min(66.6666666667%, 280px);
  margin-left: -1px;
}
.summary__box-ttl--long {
  width: min(66.6666666667%, 355px);
}
.summary__box-txt01 {
  margin-top: 15px;
  padding: 0 20px;
  font-size: clamp(14px, 3.3vw, 16px);
  line-height: 1.8571428571;
  letter-spacing: -0.04em;
}
.summary__box-txt01--add {
  font-weight: bold;
  font-size: clamp(16px, 3.3vw, 24px);
}
.summary__box-txt01--add span {
  margin-left: 10px;
  font-size: clamp(12px, 3.3vw, 16px);
}
.summary__box-inner {
  max-width: 600px;
  margin-inline: auto;
  padding: 0 20px;
}
.summary__cards {
  display: grid;
  max-width: 600px;
  margin-top: 20px;
  margin-inline: auto;
  padding-right: 20px;
  padding-left: 20px;
  gap: 50px;
}
.summary__card {
  position: relative;
  padding: 15px;
  border: 1px solid #000;
  border-radius: 30px;
}
.summary__card:before {
  display: inline-block;
  position: absolute;
  top: -15px;
  left: -5px;
  width: 55px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.summary__card:first-of-type::before {
  background-image: url(../images/summary_number01.svg);
}
.summary__card:nth-of-type(2)::before {
  background-image: url(../images/summary_number02.svg);
}
.summary__card:nth-of-type(3)::before {
  background-image: url(../images/summary_number03.svg);
}
.summary__card:nth-of-type(4)::before {
  background-image: url(../images/summary_number04.svg);
}
.summary__card::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: inline-block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 42px;
  height: 26px;
  translate: -50%;
  background-color: #000;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.summary__card:last-of-type::after {
  content: none;
}
.summary__card-ttl {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
.summary__card-ttl span {
  font-size: 14px;
}
.summary__card-txt {
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.summary__card-date {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.summary__card-date br {
  display: none;
}
.summary__object {
  display: block;
  width: 95px;
  margin-inline: auto;
}
.summary__dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: grid;
  grid-template-columns: 23% 1fr;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}
.summary__dt {
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff411;
  font-size: 12px;
  text-align: center;
}
.summary__dt--secondary {
  background-color: #1599df;
  color: #fff;
}
.summary__dd {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.1em;
}
.summary__dd small {
  font-size: 12px;
}
.summary__dd br {
  display: none;
}
.summary__dl02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: grid;
  grid-template-columns: 30% 1fr;
  align-items: center;
  margin-top: 30px;
  padding: 18px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.summary__dl02--secondary {
  margin-top: 20px;
  padding: 10px 0;
}
.summary__dt02 {
  color: #1599df;
  font-style: normal;
  font-size: 20px;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  text-transform: uppercase;
}
.summary__dd02 {
  padding-left: 20px;
  border-left: 1px solid #000;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(16px, 3.3vw, 24px);
  font-family: "Noto Sans JP", sans-serif;
}
.summary__card02:last-of-type {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.summary__card02-txt {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: -0.02em;
}
.summary__exe {
  margin-top: 25px;
}
.summary__image {
  margin-top: -20px;
}
.media {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  background-image: url(../images/media_bg_sp.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.media__ttl {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -60px;
  left: 50%;
  width: min(80%, 300px);
  margin-inline: auto;
  transform: translateX(-50%);
}
.media__article {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 50px 22px 30px;
  border-radius: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.media__article-object {
  z-index: -1;
  position: absolute;
}
.media__article-object--01 {
  top: -15px;
  left: -75px;
  width: 57.1428571429%;
  max-width: 735px;
}
.media__article-object--02 {
  bottom: -25%;
  left: -15px;
  width: 57.1428571429%;
  max-width: 300px;
}
.media__article-object--03 {
  right: -40px;
  bottom: -40px;
  width: 57.1428571429%;
}
.media__article-object--04 {
  display: none;
}
.media__article-date {
  font-size: 12px;
}
.media__article-ttl {
  margin-top: 10px;
  color: #6bade0;
  font-weight: 700;
  font-size: clamp(14px, 2.4vw, 18px);
  line-height: 1.5;
}
.media__article-txt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.9285714286;
}
.media__article-link {
  text-decoration: underline;
}
.faq {
  padding: 35px 0;
  background-color: #9fccd7;
}
.faq__ttl {
  width: min(56.4102564103%, 245px);
  margin-inline: auto;
}
.faq__wrap {
  display: grid;
  margin-top: 30px;
  gap: 10px;
}
.faq__box {
  margin-top: 20px;
  border: 1px solid #000;
  border-radius: 50px;
  background-color: #fff;
}
.footer__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding: 35px 20px 25px;
}
.footer__logo {
  width: min(58.9743589744%, 280px);
  margin-inline: auto;
}
.footer__txt {
  width: min(84.6153846154%, 790px);
  margin-top: 28px;
  margin-inline: auto;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: -0.03em;
}
.footer__copy {
  display: block;
  padding: 20px;
  background-color: #182984;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.02em;
  text-align: center;
}
.result {
  padding-top: 50px;
  background-image: url(../images/result_bg_sp.png);
  background-position: 0 -100px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.result__ttl {
  width: min(56.4102564103%, 380px);
  margin-inline: auto;
}
.award {
  z-index: 1;
  position: relative;
  margin-top: 100px;
}
.award--02 {
  margin-top: 20px;
}
.award__object {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: -6.2%;
  left: 50%;
  width: 90%;
  translate: -50%;
  content: "";
}
.award__wrapper {
  padding: 30px 20px;
  border: 1px solid #000;
  border-radius: 30px;
  background-color: #fffcf3;
}
.award__wrapper--02 {
  background-color: #f9f9f9;
}
.award__wrapper::before {
  -webkit-transform: translate(-50%);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 67.7%;
  height: 1px;
  transform: translate(-50%);
  background-color: #fffcf3;
  content: "";
}
.award__wrapper--02::before {
  content: none;
}
.award__inner {
  max-width: 780px;
  margin-inline: auto;
}
.award__ttl {
  position: relative;
  width: min(54.2857142857%, 350px);
  margin-top: -60px;
  margin-inline: auto;
}
.award__ttl02 {
  position: relative;
  color: #182984;
  font-weight: bold;
  text-align: center;
}
.award__ttl02::before {
  -webkit-transform: translate(-50%);
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 50%;
  width: 44px;
  height: 14px;
  transform: translate(-50%);
  background-image: url(../images/award_ttl02_star.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.award__ttl02-bottom {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.award__ttl02-bottom::before,
.award__ttl02-bottom::after {
  display: inline-block;
  width: 33px;
  height: 3px;
  background-image: url(../images/award_ttl02_dashed.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.award__box {
  position: relative;
}
.award__name {
  width: min(58.3333333333%, 370px);
  margin-inline: auto;
}
.award__content {
  margin-top: 20px;
  text-align: center;
}
.award__text01 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
  font-size: clamp(0.75rem, 0.4859rem + 1.1268vw, 1.5rem);
}
.award__text02 {
  font-weight: bold;
  font-size: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem);
}
.award__text03 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-bottom: 2px solid #000;
  font-weight: 900;
  font-size: clamp(1rem, 0.6479rem + 1.5023vw, 2rem);
}
.award__icon01 {
  max-width: 34px;
}
.award__photo-main {
  margin-top: 20px;
}
.award__photo-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  gap: 20px;
}
.award__photo01-wrapper {
  display: block;
  position: relative;
  max-width: 550px;
  margin-inline: auto;
}
.award__icon02-sp {
  display: inline-block;
  position: absolute;
  top: -32px;
  right: 2px;
  width: min(12vw, 80px);
  rotate: 10deg;
}
.award__icon02-wrapper {
  display: none;
}
.award__divide {
  max-width: 770px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.award__circle {
  position: relative;
  width: 90%;
  height: 70px;
  margin-top: -100px;
  margin-inline: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-radius: 50%/100% 100% 0 0;
  background-color: #fffcf3;
}
.u-color-pink01 {
  color: #ed86b6;
}

.u-color-blue01 {
  color: #1599df;
}

.u-pc {
  display: none;
}

.u-fwb {
  font-weight: 600;
}

.u-tac {
  text-align: center;
}

.u-p0 {
  padding: 0;
}

@media screen and (min-width: 420px) {
  .mv__btn {
    bottom: 54%;
  }
  .award {
    margin-top: 150px;
  }
  .award--02 {
    margin-top: 30px;
  }
  .award__wrapper::before {
    width: 66%;
  }
  .award__icon02-sp {
    top: -43px;
    right: 5px;
  }
}

@media screen and (min-width: 750px) {
  .media {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .media__ttl {
    top: -90px;
  }
  .media__article-object {
    z-index: -1;
    position: absolute;
  }
  .media__article-object--01 {
    top: -35px;
    left: -200px;
    width: 73.5%;
    max-width: 730px;
  }
  .media__article-object--02 {
    top: -130px;
    right: -125px;
    bottom: auto;
    left: auto;
    width: 42%;
    max-width: 420px;
  }
  .media__article-object--03 {
    right: -120px;
    bottom: -40px;
    width: 73.5%;
    max-width: 730px;
  }
}

@media screen and (min-width: 768px) {
  .mv__banner {
    padding-top: 75px;
  }
  .c-btn {
    max-width: 514px;
  }
  .mv__btn {
    bottom: 5%;
  }
  .about__txt02 {
    text-align: center;
  }
  .about__txt02 .pc-only {
    display: inline-block;
  }
  .cta__ttl {
    margin-top: -45px;
  }
  .cta__btn {
    margin-top: 50px;
  }
  .cta__object02 {
    margin-top: -30px;
  }
  .summary__cards {
    margin-top: 30px;
  }
  .summary__card-date {
    font-size: 18px;
  }
  .summary__box-txt01 {
    margin-top: 30px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .summary__dd02 br {
    display: none;
  }
  .faq__wrap {
    margin-top: 30px;
  }
  .award__object {
    width: 60%;
  }
  .award__wrapper {
    border: 2px solid #000;
  }
  .award__wrapper::before {
    width: 52.7%;
    height: 2px;
  }
  .award__icon02-sp {
    top: -63px;
  }
  .u-sp {
    display: none;
  }
  .u-pc {
    display: block;
  }
}

@media screen and (min-width: 800px) {
  .award__wrapper::before {
    width: 51%;
  }
  .award__object {
    max-width: 580px;
  }
  .award__divide {
    width: 90%;
    margin-inline: auto;
  }
}

@media screen and (min-width: 950px) {
  .award__wrapper::before {
    width: 475px;
  }
}

@media screen and (min-width: 1100px) {
  .c-btn {
    width: 100%;
    padding: 26px 1em;
  }
  .c-btn::after {
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 20px;
    height: 25px;
    margin-left: 20px;
    background-color: #000;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .c-ac {
    padding: 20px 35px;
  }
  .c-ac__question {
    gap: 20px;
    font-weight: 700;
    font-size: 20px;
  }
  .c-ac__question::after {
    font-weight: 400;
    font-size: 40px;
  }
  .c-ac[open] .c-ac__question::after {
    font-weight: 400;
    font-size: 26px;
  }
  .mv__btn {
    bottom: 3.5%;
  }
  .banner {
    margin-top: 80px;
  }
  .about {
    margin-top: 80px;
    padding-top: 90px;
    padding-bottom: 160px;
    background: url(../images/about_bg02_pc.png),
      url(../images/about_bg01_pc.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .about--autumn {
    padding-bottom: 500px;
  }
  .about__ttl {
    width: min(34.5%, 345px);
  }
  .about__ttl img {
    margin-left: 30px;
  }
  .about__txt01 {
    margin-top: 40px;
    letter-spacing: 0.01em;
  }
  .about__txt01 .pc-only {
    display: inline-block;
  }
  .about__txt01 br {
    display: none;
  }
  .about__txt02 {
    margin-top: 30px;
    line-height: 1.6;
    letter-spacing: 0.005em;
  }
  .about__object01 {
    margin-top: 25px;
  }
  .about__movie {
    margin-top: 70px;
  }
  .about__youtube {
    inset: 25px;
  }
  .about__box {
    margin-top: 70px;
    padding: 20px 50px 35px;
    border: 2px solid #000;
  }
  .about__cards {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 5px;
    gap: 4%;
  }
  .about__card-ttl {
    margin-top: 10px;
  }
  .about__card-txt {
    margin-top: 5px;
    letter-spacing: 0.02em;
  }
  .cta--secondary {
    padding: 160px 0 40px;
  }
  .cta__object01 {
    margin-top: -65px;
  }
  .cta__ttl {
    margin-top: -60px;
    letter-spacing: 0.04em;
  }
  .cta__object02 {
    margin-top: -70px;
  }
  .intro {
    margin-top: -100px;
    padding: 120px 0 95px;
    background: url(../images/intro_bg01_pc.png),
      url(../images/intro_bg02_pc.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .intro--autumn {
    margin-top: -450px;
  }
  .intro__movie {
    margin-top: -10px;
  }
  .intro__box-link {
    bottom: 70px;
  }
  .summary {
    margin-top: 80px;
    padding-top: 100px;
  }
  .summary__box {
    margin-top: 65px;
    padding: 50px 0;
  }
  .summary__box--schedule {
    margin-top: 40px;
    padding: 50px 0 95px;
  }
  .summary__box--entry {
    margin-top: 50px;
  }
  .summary__box-txt01 {
    line-height: 1.75;
    letter-spacing: 0.01em;
  }
  .summary__box-txt01 span {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
  }
  .summary__box-inner {
    max-width: none;
  }
  .summary__cards {
    grid-template-columns: repeat(4, 1fr);
    max-width: none;
    margin-top: 30px;
    padding-right: 50px;
    padding-left: 50px;
    gap: 40px;
  }
  .summary__card {
    padding: 30px 0 10px;
    border: solid 2px #000;
  }
  .summary__card::before {
    top: -20px;
  }
  .summary__card::after {
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    top: 50%;
    right: -25px;
    bottom: auto;
    left: auto;
    width: 20px;
    height: 35px;
    translate: 0 -50%;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .summary__card-date br {
    display: block;
  }
  .summary__card02 {
    max-width: 870px;
    margin-inline: auto;
  }
  .summary__dl {
    grid-template-columns: 30% 1fr;
    margin-top: 5px;
    gap: 8px;
  }
  .summary__dd {
    line-height: 1.2;
    letter-spacing: -1px;
  }
  .summary__dd br {
    display: block;
  }
  .summary__dl02 {
    grid-template-columns: 16.5% 1fr;
    padding: 45px 0;
    border-top: 2px solid #000;
  }
  .summary__dl02--secondary {
    margin-top: 15px;
    padding: 40px 0;
  }
  .summary__dd02 {
    padding-left: 45px;
    font-weight: 900;
  }
  .summary__dt02 {
    font-size: 24px;
    letter-spacing: 0.15em;
  }
  .summary__card02-txt {
    margin-top: 25px;
    font-size: 16px;
    letter-spacing: 0.005em;
  }
  .summary__exe {
    width: 91%;
    margin-top: 20px;
    margin-inline: auto;
  }
  .summary__image {
    margin-top: 55px;
  }
  .media {
    padding-top: 170px;
    padding-bottom: 170px;
    background-image: url(../images/media_bg_pc.png);
  }
  .media__ttl {
    top: -120px;
    width: 40%;
    max-width: 400px;
  }
  .media__article {
    margin-top: 60px;
    padding: 30px 65px 60px;
  }
  .media__article-object {
    z-index: -1;
    position: absolute;
  }
  .media__article-object--01 {
    top: -45px;
    left: -195px;
  }
  .media__article-object--02 {
    top: -200px;
    right: -150px;
  }
  .media__article-object--03 {
    right: -170px;
    bottom: -50px;
  }
  .media__article-object--04 {
    display: block;
    bottom: -100px;
    left: -120px;
    width: 12.5%;
    max-width: 125px;
  }
  .media__article-date {
    display: block;
    margin-top: 30px;
  }
  .faq {
    padding: 80px 0;
  }
  .faq__wrap {
    margin-top: 50px;
    gap: 20px;
  }
  .footer__inner {
    padding: 80px 20px;
  }
  .footer__txt {
    text-align: center;
  }
  .result {
    padding-top: 75px;
    padding-bottom: 340px;
    background-image: url(../images/result_bg_pc.png);
    background-position: 0 0;
    background-size: cover;
  }
  .result__movie {
    margin-top: 20px;
  }
  .award {
    margin-top: -120px;
  }
  .award--02 {
    margin-top: 50px;
  }
  .award__object {
    top: -8.2%;
  }
  .award__wrapper {
    padding: 30px 20px 60px;
  }
  .award__wrapper::before {
    width: 542px;
  }
  .award__wrapper--02 {
    padding-top: 60px;
  }
  .award__ttl {
    margin-top: -100px;
    margin-bottom: 30px;
  }
  .award__ttl02-top {
    font-size: 24px;
  }
  .award__ttl02-bottom {
    gap: 30px;
    font-size: 24px;
  }
  .award__ttl02-bottom::before,
  .award__ttl02-bottom::after {
    display: inline-block;
    width: 90px;
    height: 9px;
    background-image: url(../images/award_ttl02_dashed_pc.png);
    content: "";
  }
  .award__photo-wrapper {
    margin-top: 35px;
  }
  .award__photo-main {
    margin-top: 40px;
  }
  .award__text01 {
    font-size: 24px;
  }
  .award__text02 {
    margin-top: 10px;
    font-size: 18px;
  }
  .award__text03 {
    padding: 0 50px;
    font-size: 32px;
  }
  .award__icon02-sp {
    display: none;
  }
  .award__icon02-wrapper {
    display: inline-block;
    position: absolute;
    top: 110px;
    right: 60px;
    rotate: 10deg;
    content: "";
  }
  .award__divide {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .u-tab {
    display: none;
  }
}
.award.-final {
  margin-top: 250px;
} 
.award__object.-final {
  top: -7%;
}
.award__tt.-final {
  margin-top: -180px;
}
.award__wrapper.-final {
  padding-left: 99px;
  padding-right: 98px;
  padding-top: 70px;
  padding-bottom: 80px;
  background-color: #FDFCE0;
}
.award__ttl.-final {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  color: #182984;
  margin-top: -180px;
  margin-bottom: 60px;
}
.award__box.-final{
  padding-top: 38px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  background-color: #ffffff;
  border-radius: 30px;
}
.box__margin {
  margin: 0 auto;
  width: 66%;
 min-width: 490px;
}
.award__textFlex {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.text__number {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.44;
  margin-right: 16px;
}
.school__name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.46;
}
.commodity__name {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.44;
}
@media screen and (max-width: 1100px) {
  .award__object.-final {
    top: -7%;
  }
  .award__ttl.-final {
    margin-top: -160px;
  }
}
@media screen and (max-width: 768px) {
  .award.-final {
    margin-top: 180px;
  } 
  .award__object.-final {
    top: -6%;
  }
  .award__ttl.-final {
    margin-top: -110px;
    margin-bottom: 30px;
    font-size: 32px;
  } 
  .box__margin {
    width: 70%;
    min-width: 340px;
  }
  .award__wrapper.-final {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .text__number {
    font-size: 24px;
  }
  .school__name {
    font-size: 16px;
  }
  .commodity__name {
    font-size: 24px;
    
  }
}
@media screen and (max-width: 480px) {
  .award.-final {
    margin-top: 150px;
}
  .award__object.-final {
    width: 80%;
  }
  .box__margin {
    width: 100%;
    min-width: 0px;
  }
  .award__ttl.-final {
    font-size: 24px;
    white-space: nowrap;
  } 
  .text__number {
    font-size: 20px;
  }
  .school__name {
    font-size: 12px;
  }
  .commodity__name {
    font-size: 20px;
    
  }
}
@media screen and (max-width: 375px) { 
  .award__object.-final {
    width: 70%;
    top: -4%;
  }
  .award__ttl.-final {
    margin-top: -90px;
  }
}
.final__photo {
  margin: 0 auto 40px auto;
  width: 50%;
  min-width: 180px;
}
/*# sourceMappingURL=style.css.map */
