@charset "UTF-8";

/* ========================
  ベース
======================== */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, sans-serif;
  font-weight: 300;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

.wrap {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

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

a {
  color: #002aff;
  transition: all .2s ease;
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

.note p {
  padding-left: 10px;
  text-indent: -10px;
}

.note p::before {
  content: "※";
}

/* ========================
  レイアウト
======================== */
.inner {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.section {
  text-align: center;
}

/* ========================
  PC/SP
======================== */
.pc {
  display: block;
}

.sp {
  display: none;
}

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

  .sp {
    display: block;
  }
}

/* ========================
  contents
======================== */
.contents {
  margin-bottom: clamp(20px, 3.5vw, 100px);
}

/* ========================
  CTA
======================== */
.cv_area {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  text-align: center;
}

.cv_link img {
  width: 100%;
  max-width: 743px;
  height: auto;
  display: block;
}

.cv_link {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 81%;
  max-width: 743px;
}

@media (max-width: 768px) {
  .cv_link {
    max-width: 610px;
    top: 54%;
  }
}


.cv_area_course {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  text-align: center;
}

.cv_link_orange img {
  width: 100%;
  max-width: 743px;
  height: auto;
  display: block;
}

.cv_link_orange {
  position: absolute;
  left: 50%;
  top: 66.9%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  max-width: 743px;
}

.cv_link_green img {
  width: 100%;
  max-width: 743px;
  height: auto;
  display: block;
}

.cv_link_green {
  position: absolute;
  left: 50%;
  top: 90.7%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 71%;
  max-width: 743px;
}

.cv_link_mv img {
  width: 100%;
  max-width: 743px;
  height: auto;
  display: block;
}

.cv_link_mv {
  position: absolute;
  left: 50%;
  top: 91.4%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  max-width: 743px;
}


@media (max-width: 768px) {
  .cv_link_orange {
    max-width: 610px;
    top: 66.9%;
  }
}

@media (max-width: 768px) {
  .cv_link_green {
    max-width: 610px;
    top: 90.7%;
  }
}

@media (max-width: 768px) {
  .cv_link_mv {
    max-width: 610px;
    top: 91.4%;
  }
}

/* ========================
  detail
======================== */
.detail_area {
  max-width: 700px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 50px);
  font-size: clamp(15px, 1.7vw, 17px);
}

.detail_area h2 {
  margin: 0 0 10px;
  font-size: clamp(20px, 2.2vw, 25px);
}

.detail_area ol {
  padding-left: clamp(15px, 2vw, 20px);
}

.detail_area ul {
  margin: 8px 0;
}

.detail_area li {
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: 500;
}

.detail_li_sec {
  list-style-type: disc;
}

/* ========================
  footer
======================== */
.footer {
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 1.5;
  box-sizing: border-box;
  margin-top: 5%;
}

#footer ul {
  list-style: none;
  padding-left: 0%;
}

#footer a {
  color: #000000;
  text-decoration: none;
}

#footer a:hover {
  color: #888888;
  text-decoration: underline;
}

.footer_link li {
  margin-bottom: 4px;
}

#footer .copy {
  background: #f2f2f2;
  margin-top: 5%;
  padding: 24px 0;
  line-height: 1.5;
  font-size: 16px;
}

/* ========================
  page-top
======================== */
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: clamp(40px, 8vw, 60px);
  height: clamp(40px, 8vw, 60px);
  border-radius: 50%;
  background: #000;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.page-top a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.page-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: clamp(8px, 1vw, 12px);
  height: clamp(8px, 1vw, 12px);
  border: 2px solid #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

/* ========================
  floating
======================== */
.floating-banner {
  position: fixed;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 9999;
}

.floating-banner a img:hover {
  opacity: 0.85;
  transition: opacity 0.3s ease;
}