@charset "UTF-8";
/* =======================================================
reset.css
======================================================= */
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 {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

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

* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-style: normal;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  outline: none;
  box-shadow: none;
  line-break: strict;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*:focus,
a:focus {
  outline: none;
}

p,
li,
dt,
dd,
th,
td {
  -ms-line-break: strict;
  line-break: strict;
  word-break: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s ease;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: optimize-contrast;
}

picture {
  line-height: 0;
}

input,
button,
select,
textarea {
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

button,
textarea {
  font-family: inherit;
  font-size: 100%;
}

:root {
  --color-white: #fff;
  --color-txt: #333;
  --color-txt02: #0c2651;
  --color-accent: #ebcd2d;
  --color-accent02: #d6be6a;
  --color-accent03: #e23752;
  --color-accent04: #285fa7;
  --color-contrast: #0c2651;
  --color-main: #12264f;
  --color-test: #caa64e;
  --color-course: #4daba5;
  --color-test-detail: #c9a73b;
  --color-course-detail-sub: #1d2b56;
  --color-gray: #7c7c7c;
}

html {
  font-size: min(1.3114754098vw, 16px);
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
}

body {
  overflow: visible;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--color-txt);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

input,
button,
select,
textarea,
::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-txt);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  input,
  button,
  select,
  textarea,
  ::placeholder {
    font-size: 1.875rem;
  }
}

.u-pc {
  display: initial;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: initial;
  }
}

@media screen and (max-width: 767px) {
  .l-all__wrapper {
    overflow: hidden;
  }
}

.u-transition {
  transition: all 0.5s ease;
}

.c-main__ttl {
  text-align: center;
}

@media (hover: hover) {
  label:hover,
  button:hover,
  input[type=checkbox]:hover,
  input[type=submit]:hover {
    cursor: pointer;
  }
}

a {
  transition: all 0.5s ease;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}

figure {
  display: flex;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("../fonts/Noto-Sans-JP/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("../fonts/Noto-Sans-JP/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("../fonts/Noto-Sans-JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
/* =======================================================
footer
======================================================= */
.ly-foot {
  padding: 0.9375rem 0 1.0625rem;
  font-size: 0.75rem;
  color: var(--color-white);
  text-align: center;
  background: var(--color-gray);
}
@media screen and (max-width: 767px) {
  .ly-foot {
    padding: 1.40625rem 0 1.59375rem;
    font-size: 1.25rem;
  }
}

/* =======================================================
common
======================================================= */
.sec_fv {
  height: auto;
}

/* =======================================================
header
======================================================= */
.l-head {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9999;
  width: 100%;
  height: auto;
  background: rgba(13, 28, 59, 0.4);
  transform: translateX(-50%);
}
.l-head .l-inner {
  padding-block: 1.5rem;
}

.p-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-head__logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .p-head__logo {
    font-size: 2rem;
  }
}
.p-head__gnav {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-head__gnav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    display: grid;
    place-content: center;
    width: 100%;
    height: 100vh;
    background: var(--color-main);
    transition: all 0.5s ease;
    transform: translateX(100%);
  }
}
@media screen and (max-width: 767px) {
  .p-head__gnav-wrapper.--js-active {
    transform: none;
  }
}
.p-head__gnav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .p-head__gnav-list {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-head__gnav {
    font-size: 1.875rem;
  }
}
.p-head__burger {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-head__burger {
    position: absolute;
    top: 50%;
    right: 1.875rem;
    display: grid;
    grid-template-rows: 1fr auto;
    width: 2.5rem;
    height: 1.875rem;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-head__burger.--js-active .p-head__burger-bars::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .p-head__burger.--js-active .p-head__burger-bars::after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .p-head__burger.--js-active .p-head__burger-bar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-head__burger-bars {
    position: relative;
    display: block;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-head__burger-bars::before, .p-head__burger-bars::after,
  .p-head__burger-bars .p-head__burger-bar {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 0.1875rem;
    content: "";
    background: var(--color-white);
    transition: all 0.5s ease;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-head__burger-bars::before {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-head__burger-bars::after {
    top: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-head__burger-bar {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

/* =======================================================
inner
======================================================= */
.l-inner {
  max-width: 86.25rem;
  padding: 0 2.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.875rem;
  }
}
/* =======================================================
lower-mv
======================================================= */
.l-lower-mv {
  position: relative;
  padding: 1rem 0 3.5rem;
  overflow: hidden;
  background: #12264f;
}
@media screen and (max-width: 767px) {
  .l-lower-mv {
    padding: 1.5rem 0 2rem;
  }
}
.l-lower-mv::before {
  position: absolute;
  top: 8rem;
  right: 50%;
  bottom: auto;
  display: table-cell;
  width: 67rem;
  height: 46.125rem;
  content: "";
  background: right bottom/100% auto url("../su-img/lower-mv-bg01.png") no-repeat;
  transform: translateX(-25.625rem);
}
.l-lower-mv::after {
  position: absolute;
  top: 0;
  left: 50%;
  display: table-cell;
  width: 97.4375rem;
  height: 74.125rem;
  content: "";
  background: right bottom/100% auto url("../su-img/lower-mv-bg02.png") no-repeat;
  transform: translateX(-4.3125rem);
}

.p-lower-mv {
  position: relative;
  z-index: 2;
}
.p-lower-mv__sttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: var(--color-main);
}
.p-lower-mv__sttl-wrapper {
  padding: 0.5rem 0;
  margin-bottom: 3.5rem;
  background: linear-gradient(90deg, #d8c06e 0%, #d9c371 1%, #e1d186 8%, #e7da93 15%, #e8dd98 22%, #e6d992 32%, #dfce82 44%, #d5bc68 57%, #d4ba66 58%, #c1993a 100%);
}
@media screen and (max-width: 767px) {
  .p-lower-mv__sttl-wrapper {
    padding: 1.125rem 0.9375rem 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-lower-mv__sttl-deco {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-main);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lower-mv__sttl-deco {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lower-mv__sttl {
    font-size: 4rem;
  }
}
.p-lower-mv__ttl {
  width: 44.4375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-lower-mv__ttl {
    width: 33.5rem;
  }
}

/* =======================================================
att
======================================================= */
.c-att {
  display: flex;
  align-items: center;
}
.c-att::before {
  flex: 0 1 auto;
  content: "※";
}

/* =======================================================
c-btn
======================================================= */
.c-btn {
  display: inline-grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  place-content: center;
  min-height: 5.25rem;
  padding: 1.0625rem 2.5rem 1.1875rem;
  font-size: 1.5rem;
  font-weight: 700;
  background: var(--color-accent02);
  border-radius: 0.625rem;
}
.c-btn__wrapper.--center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn {
    gap: 3rem;
    min-height: 7.875rem;
    padding: 1.59375rem 3.75rem 1.78125rem;
    font-size: 2rem;
    border-radius: 0.9375rem;
  }
}
.c-btn::before, .c-btn::after {
  content: "";
}
.c-btn::after {
  align-self: center;
  width: 1.5625rem;
  height: 1.1875rem;
  background: url("../su-img/c-btn__arrow.svg") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    width: 2.34375rem;
    height: 1.78125rem;
  }
}
.c-btn__deco {
  display: block;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-btn__deco {
    font-size: 1.875rem;
  }
}
.c-btn__strong {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-btn__strong {
    font-size: 2.5rem;
  }
}

/* =======================================================
c-bullet
======================================================= */
.c-bullet__item {
  display: grid;
  grid-template-columns: auto 1fr;
}
.c-bullet__item::before {
  content: "・";
}

/* =======================================================
opacity
======================================================= */
.u-hover__opacity {
  cursor: pointer;
}
@media (hover: hover) {
  .u-hover__opacity:hover {
    opacity: 0.5;
  }
}
@media (hover: hover) {
  .u-hover__opacity-not:hover {
    opacity: 1;
  }
}

/*# sourceMappingURL=su-style.css.map */
