@charset "UTF-8";
/*
* main.css
*
*/
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio:not([controls]) {
  display: none;
}

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

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border-style: none;
  cursor: pointer;
  background-color: transparent;

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

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

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
main {
  background: #224087;
  font-size: inherit;

  --base-font: 2.6667vw;
}
@media (min-width: 768px) {
  main {
    --base-font: 10px;
  }
}

body {
  background-color: #224087;
  letter-spacing: 0.07em;
  word-wrap: break-word;
  color: #333;
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.618;

  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

main a {
  text-decoration: none;
  color: #0a0e80;
}
main a:visited {
  color: #0a0e80;
}
main a:hover {
  text-decoration: none;
  color: #0a0e80;
}
main a:active {
  text-decoration: none;
  color: #0a0e80;
}
main a[href^="tel:"]:hover {
  color: #0a0e80;
}
@media (min-width: 768px) {
  main a[href^="tel:"] {
    cursor: pointer;
    text-decoration: none;
  }
}

::-moz-selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

a img {
  transition: 0.4s;
}
a img:hover {
  opacity: 0.6;
}

/* ------------------------
  c-heading
------------------------ */
.c-heading {
  position: relative;
  text-align: center;
  color: #2b558c;
  font-weight: 900;
  line-height: 1.3;
}
.c-heading::before,
.c-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .c-heading::before {
    top: calc(-30 * var(--base-font, 1) / 10);
    width: calc(72 * var(--base-font, 1) / 10);
    height: calc(30 * var(--base-font, 1) / 10);
    background-image: url("/course/season/winter/img/decoration_heading02_sm.png");
  }
}
@media (min-width: 768px) {
  .c-heading::before {
    top: calc(-48 * var(--base-font, 1) / 10);
    width: calc(108 * var(--base-font, 1) / 10);
    height: calc(44 * var(--base-font, 1) / 10);
    background-image: url("/course/season/winter/img/decoration_heading02_lg.png");
  }
}
@media (max-width: 767.98px) {
  .c-heading::after {
    bottom: calc(-14 * var(--base-font, 1) / 10);
    width: calc(292 * var(--base-font, 1) / 10);
    height: calc(8 * var(--base-font, 1) / 10);
    background-image: url("/course/season/winter/img/decoration_heading03_sm.png");
  }
}
@media (min-width: 768px) {
  .c-heading::after {
    bottom: calc(-19 * var(--base-font, 1) / 10);
    width: calc(444 * var(--base-font, 1) / 10);
    height: calc(13 * var(--base-font, 1) / 10);
    background-image: url("/course/season/winter/img/decoration_heading03_lg.png");
  }
}
@media (max-width: 767.98px) {
  .c-heading {
    font-size: calc(34 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .c-heading {
    font-size: calc(52 * var(--base-font, 1) / 10);
  }
}

/* ------------------------
  c-button
------------------------ */
.c-cv-button-lg {
  display: block;
  position: relative;
  border-radius: calc(20 * var(--base-font, 1) / 10);
  width: 100%;
  width: 100%;
  min-width: calc(300 * var(--base-font, 1) / 10);
  min-height: calc(70 * var(--base-font, 1) / 10);
  transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  background-color: #f4374d;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  color: #fff;
  box-shadow: 0px calc(4 * var(--base-font, 1) / 10) 0px 0px #c94151;
  font-size: calc(24 * var(--base-font, 1) / 10);
  font-weight: 700;
  line-height: 1.3;
}
.c-cv-button-lg:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-cv-button-lg:hover {
    opacity: 0.6;
  }
}
.c-cv-button-lg:visited,
.c-cv-button-lg:hover {
  color: #fff;
}
.c-cv-button-lg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(12 * var(--base-font, 1) / 10);
  width: calc(50 * var(--base-font, 1) / 10);
  height: calc(50 * var(--base-font, 1) / 10);
  transform: translateY(-50%);
  background-image: url("../img/icon_free.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-cv-button-lg::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(14 * var(--base-font, 1) / 10);
  width: calc(28 * var(--base-font, 1) / 10);
  height: calc(28 * var(--base-font, 1) / 10);
  transform: translateY(-50%);
  background-image: url("../img/icon_arrow_wt.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .c-cv-button-lg {
    flex-direction: column;
    padding-top: calc(6 * var(--base-font, 1) / 10);
    padding-bottom: calc(7 * var(--base-font, 1) / 10);
    min-height: calc(88 * var(--base-font, 1) / 10);
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .c-cv-button-lg {
    padding-top: calc(14 * var(--base-font, 1) / 10);
    padding-bottom: calc(14 * var(--base-font, 1) / 10);
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}
.c-cv-button-lg span {
  font-size: calc(38 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .c-cv-button-lg .c-cv-button-inner {
    margin-right: calc(-15 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .c-cv-button-lg .c-cv-button-inner {
    margin-right: calc(-40 * var(--base-font, 1) / 10);
  }
}

.c-cv-button-md {
  display: block;
  position: relative;
  padding-top: calc(10 * var(--base-font, 1) / 10);
  padding-bottom: calc(8 * var(--base-font, 1) / 10);
  border-radius: calc(20 * var(--base-font, 1) / 10);
  width: 100%;
  min-width: calc(300 * var(--base-font, 1) / 10);
  min-height: calc(70 * var(--base-font, 1) / 10);
  transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  color: #fff;
  font-size: calc(15 * var(--base-font, 1) / 10);
  font-weight: 700;
  line-height: 1.4;
}
.c-cv-button-md:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-cv-button-md:hover {
    opacity: 0.6;
  }
}
.c-cv-button-md:visited,
.c-cv-button-md:hover {
  color: #fff;
}
.c-cv-button-md::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(12 * var(--base-font, 1) / 10);
  width: calc(50 * var(--base-font, 1) / 10);
  height: calc(50 * var(--base-font, 1) / 10);
  transform: translateY(-50%);
  background-image: url("../img/icon_free.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-cv-button-md::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(28 * var(--base-font, 1) / 10);
  height: calc(28 * var(--base-font, 1) / 10);
  transform: translateY(-50%);
  background-image: url("../img/icon_arrow_wt.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .c-cv-button-md::after {
    right: calc(14 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .c-cv-button-md::after {
    right: calc(10 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767.98px) {
  .c-cv-button-md {
    flex-direction: column;
  }
}
.c-cv-button-md span {
  font-size: calc(20 * var(--base-font, 1) / 10);
}
.c-cv-button-md--blue {
  background-color: #2c67cb;
  box-shadow: 0px calc(4 * var(--base-font, 1) / 10) 0px 0px #2a5ba5;
}
.c-cv-button-md--orange {
  background-color: #ca9300;
  box-shadow: 0px calc(4 * var(--base-font, 1) / 10) 0px 0px #ac8732;
}
@media (max-width: 767.98px) {
  .c-cv-button-md .c-cv-button-inner {
    margin-right: calc(-18 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .c-cv-button-md .c-cv-button-inner {
    margin-right: calc(-27 * var(--base-font, 1) / 10);
  }
}

.c-cv-button-tel {
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: calc(20 * var(--base-font, 1) / 10);
  width: 100%;
  min-width: calc(300 * var(--base-font, 1) / 10);
  min-height: calc(70 * var(--base-font, 1) / 10);
  transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
}
.c-cv-button-tel:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-cv-button-tel:hover {
    opacity: 0.6;
  }
}
.c-cv-button-tel-number-container {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: calc(6 * var(--base-font, 1) / 10);
}

.c-cv-button-tel-icon {
  width: calc(28 * var(--base-font, 1) / 10);
}
.c-cv-button-tel-icon img {
  width: 100%;
}

.c-cv-button-tel-number {
  font-size: calc(30 * var(--base-font, 1) / 10);
  font-weight: 700;
  line-height: 1.2;
}

.c-cv-button-tel-text {
  font-size: calc(13 * var(--base-font, 1) / 10);
}

.c-tel-btn-common__text {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1023.98px) {
  .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .u-br_sp {
    display: none;
  }
}

.u-br_pc {
  display: none;
}
@media (min-width: 768px) {
  .u-br_pc {
    display: block;
  }
}

/* ------------------------
  layout
------------------------ */
.l-wrapper {
  margin: 0 auto;
  width: calc(375 * var(--base-font, 1) / 10);
}

.l-contents {
  padding: 0 calc(16 * var(--base-font, 1) / 10);
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}