@charset "UTF-8";

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

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

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

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Regular.woff2") format("woff2"), url("../fonts/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-SemiBold.woff2") format("woff2"), url("../fonts/NotoSans-SemiBold.woff") format("woff"), url("../fonts/NotoSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Bold.woff2") format("woff2"), url("../fonts/NotoSans-Bold.woff") format("woff"), url("../fonts/NotoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@media screen and (min-width: 751px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .is-pc {
    display: none;
  }
}

html {
  font-size: 10px;
}

@media screen and (max-width: 1240px) {
  html {
    font-size: 0.80645vw;
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333vw;
  }
}

body {
  max-width: 100vw;
  width: 100%;
  color: #000;
  background: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}

.inner {
  max-width: 124rem;
  padding: 0 2rem;
  margin: 0 auto;
  box-sizing: border-box;
}

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

a {
  transition: 0.3s ease-in-out;
}

h2 {
  font-size: 4.8rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 6rem;
}

p {
  font-size: 2rem;
  line-height: 1.8;
}

@media screen and (max-width: 750px) {
  p {
    font-size: 2.4rem;
  }
}

.fv_top {
  max-width: 2100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.fv_logo {
  width: 8.79vw;
  position: absolute;
  top: 1.1rem;
  left: 10rem;
}

.fv_logo img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .fv_logo {
    width: 12.3rem;
    left: 2rem;
  }
}

.fv_bottom {
  padding: 1rem 0 3rem;
  background-color: #007CBF;
}

.fv_bottom h2 {
  font-size: 4rem;
  line-height: 1;
  color: #fff;
}

.fv_bottom h2 span {
  font-size: 6.4rem;
}

@media screen and (max-width: 750px) {
  .fv_bottom {
    padding: 1.6rem 0 2.3rem;
  }

  .fv_bottom h2 {
    font-size: 3.1rem;
    margin-bottom: 2rem;
  }

  .fv_bottom h2 span {
    font-size: 4.8rem;
  }

  .fv_bottom small {
    display: block;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    color: #fff;
  }
}

@media screen and (min-width: 751px) {
  .fv_reason {
    display: flex;
    justify-content: center;
    gap: 3rem;
  }

  .fv_reason li {
    width: calc((100% - 6rem) / 3);
    height: 20rem;
  }

  .fv_reason li::before {
    width: 15.3rem;
    font-size: 2.4rem;
    padding: 0.8rem 0;
    background-color: #fff;
    border: 1px solid #007CBF;
    border-radius: 1rem;
  }
}

.fv_reason li {
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
  color: #007CBF;
  padding-top: 5rem;
  background-color: #fff;
  border-radius: 1rem;
  position: relative;
}

.fv_reason li::before {
  font-size: 2.4rem;
  position: absolute;
  top: -2.7rem;
  left: 50%;
  transform: translateX(-50%);
}

.fv_reason li:nth-child(1)::before {
  content: "Reason１";
}

.fv_reason li:nth-child(2)::before {
  content: "Reason２";
}

.fv_reason li:nth-child(3)::before {
  content: "Reason３";
}

.fv_reason li::after {
  content: "";
  width: 3.7rem;
  height: 6.1rem;
  background: center/contain url(../img/fv-reason_icon.svg) no-repeat;
  position: absolute;
  top: 1.6rem;
  left: 2.5rem;
}

.fv_reason li small {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .fv_reason li {
    padding: 5.7rem 0 1.5rem;
    margin-bottom: 2rem;
  }

  .fv_reason li::before {
    border-bottom: 1px solid #007CBF;
    top: 1rem;
  }

  .fv_reason li::after {
    width: 2.8rem;
    height: 4.6rem;
    top: 1rem;
    left: 1.4rem;
  }

  .fv_reason li small.is-pc {
    display: none;
  }
}

.campaign {
  padding-top: 3rem;
}

@media screen and (max-width: 750px) {
  .campaign {
    padding-top: 5rem;
  }
}

.campaign img {
  margin: 0 auto;
}

.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6rem;
}

@media screen and (max-width: 750px) {
  .cta {
    padding: 5rem 2rem 0;
    gap: 2.2rem;
  }
}

.cta_txt {
  font-size: 2.8rem;
  color: #c24b47;
  position: relative;
}

.cta_txt::before,
.cta_txt::after {
  content: "/";
  font-size: 0.8em;
  position: absolute;
  bottom: 0.1em;
}

.cta_txt::before {
  left: -0.5em;
  transform: scaleX(-1);
}

.cta_txt::after {
  right: -0.5em;
}

.cta_txt span {
  position: relative;
}

.cta_txt span::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #C24B47;
  border-radius: 50%;
  position: absolute;
  top: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .cta_txt {
    text-align: center;
  }

  .cta_txt::before,
  .cta_txt::after {
    content: "";
    width: 1px;
    height: 7.4rem;
    background-color: #C24B47;
    position: absolute;
    bottom: 0;
  }

  .cta_txt::before {
    left: -1.3em;
    transform: rotate(-20deg);
  }

  .cta_txt::after {
    right: -1.3em;
    transform: rotate(20deg);
  }
}

.cta_btn {
  width: 90rem;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 6rem;
  padding: 1rem 1.4rem;
  background-color: #C24B47;
  border-radius: 50rem;
  border: 2px solid #C24B47;
  box-shadow: 0 0.5rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  position: relative;
}

.cta_btn::before,
.cta_btn::after {
  transition: 0.3s ease-in-out;
}

.cta_btn::before {
  content: "";
  width: 14rem;
  height: 14rem;
  background: center/contain url(../img/cta-icon.svg) no-repeat;
  display: block;
}

.cta_btn::after {
  content: "";
  width: 1.9rem;
  height: 3.1rem;
  background: center/contain url(../img/cta-arrow.svg) no-repeat;
  position: absolute;
  right: 5.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.cta_btn p {
  font-size: 3.6rem;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.cta_btn p span {
  display: block;
  font-size: 2.4rem;
}

@media screen and (min-width: 751px) {
  .cta_btn:hover {
    background-color: #fff;
  }

  .cta_btn:hover::before {
    background-image: url(../img/cta-icon_hover.svg);
  }

  .cta_btn:hover::after {
    background-image: url(../img/cta-arrow_hover.svg);
  }

  .cta_btn:hover p {
    color: #C24B47;
  }
}

@media screen and (max-width: 750px) {
  .cta_btn {
    gap: 1.5rem;
  }

  .cta_btn::after {
    width: 1.2rem;
    height: 1.9rem;
    right: 3.9rem;
  }

  .cta_btn p {
    font-size: 3.2rem;
  }
}

.result {
  padding-top: 10.8rem;
}

.result h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  color: #007CBF;
  font-feature-settings: "palt";
  padding-left: 10.9rem;
  margin-bottom: 4.8rem;
  position: relative;
}

.result h2::before {
  content: "";
  width: 10.9rem;
  height: 14.3rem;
  background: center/contain url(../img/result-icon.svg) no-repeat;
  position: absolute;
  left: 14rem;
  bottom: -2rem;
}

.result p {
  max-width: 103rem;
  margin: 0 auto;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 400;
}

.result p span {
  color: #007CBF;
}

@media screen and (max-width: 750px) {
  .result {
    padding-top: 11rem;
  }

  .result h2 {
    margin-bottom: 4rem;
  }

  .result h2::before {
    bottom: 0.6rem;
    left: 9rem;
  }

  .result p {
    max-width: 66rem;
  }
}

.change_click {
  display: flex;
  justify-content: center;
  padding: 9rem 0 0rem;
}

.change_click p {
  position: relative;
  color: #007CBF;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 1px;
}

.change_click p::before {
  content: "";
  position: absolute;
  width: 8rem;
  height: 8rem;
  top: -1.5rem;
  left: -8rem;
  background: center / contain url(../img/click_img.png) no-repeat;
}



.range {
  padding-top: 6rem;
}

@media screen and (max-width: 750px) {

  .change_click {
    display: none;
  }

  .range {
    padding-top: 16.5rem;
    position: relative;
  }

  .range::before {
    content: "";
    width: 28rem;
    height: 6.6rem;
    background: center/contain url(../img/range-tap.png) no-repeat;
    position: absolute;
    top: 8rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.range_tab {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.range_tab-box {
  width: 60rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  padding: 1.6rem 0 1.7rem;
  border-radius: 2rem 2rem 0 0;
  cursor: pointer;
}

.range_tab-box.hight {
  background-color: #007CBF;
}

.range_tab-box.hight li {
  color: #007CBF;
}

.range_tab-box.junior {
  background-color: #CB4283;
}

.range_tab-box.junior li {
  color: #CB4283;
}

.range_tab-box.active {
  padding-top: 4.1rem;
}

.range_tab-box p {
  font-size: 3.6rem;
}

.range_tab-box small {
  display: inline-block;
  font-size: 2rem;
  margin: 0.8rem 0 1.5rem;
}

.range_tab-box ul {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.range_tab-box ul li {
  width: 13rem;
  font-size: 3.6rem;
  text-align: center;
  padding: 1.2rem 0;
  background-color: #fff;
  border-radius: 1rem;
}

@media screen and (max-width: 750px) {
  .range_tab-box {
    width: 50%;
    padding-top: 2.5rem;
  }

  .range_tab-box.active {
    padding-top: 5rem;
  }

  .range_tab-box small {
    margin: 1.1rem 0 2.1rem;
  }

  .range_tab-box ul {
    gap: 1.8rem;
  }

  .range_tab-box ul li {
    width: 10rem;
    font-size: 2.4rem;
    padding: 0.9rem 0 0.8rem;
    border-radius: 1rem;
  }
}

.range_content-box {
  display: none;
}

.range_content-box.show {
  display: block;
  padding-top: 10rem;
  border-top: 1rem solid;
}

@media screen and (max-width: 750px) {
  .range_content-box.show {
    border-top: 2rem solid;
    padding-top: 6rem;
  }
}

.range_content-box.hight {
  border-color: #007CBF;
}

.range_content-box.hight h2,
.range_content-box.hight .blue {
  color: #007CBF;
}

.range_content-box.hight .recommend {
  border-color: #007CBF;
}

.range_content-box.hight .recommend li::before {
  background-color: #007CBF;
}

.range_content-box.junior {
  border-color: #CB4283;
}

.range_content-box.junior h2,
.range_content-box.junior .pink {
  color: #CB4283;
}

.range_content-box.junior .recommend {
  border-color: #CB4283;
}

@media screen and (min-width: 751px) {
  .range_content-box.junior .recommend {
    padding-left: 5.2rem;
    padding-right: 5.2rem;
  }
}

.range_content-box.junior .recommend ul {
  grid-template-columns: 1fr 1.2fr;
}

@media screen and (max-width: 750px) {
  .range_content-box.junior .recommend ul {
    font-size: 2.7rem;
  }

  .range_content-box.junior .recommend ul li {
    padding-left: 4.5rem;
    white-space: nowrap;
  }
}

.range_content-box.junior .recommend li::before {
  background-color: #CB4283;
}

@media screen and (min-width: 751px) {
  .range_content-box.junior .course_container:nth-of-type(3) .course_box:last-of-type dl:last-of-type {
    margin-bottom: 2.7rem;
  }
}

@media screen and (max-width: 750px) {
  .range_content-box.junior .course_container:nth-of-type(3) .course_content::after {
    top: 19.5rem;
  }
}

.recommend {
  padding: 5rem 7.5rem 7.5rem;
  border: 1px solid;
  border-radius: 2rem;
}

.recommend h2 {
  margin-bottom: 5rem;
}

.recommend h2 span {
  position: relative;
}

.recommend h2 span::before {
  content: "";
  width: 4.1rem;
  height: 6.1rem;
  background: center/contain url(../img/range-recommend_icon.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5.8rem;
}

.recommend ul {
  font-size: 2.4rem;
}

@media screen and (min-width: 751px) {
  .recommend ul {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    row-gap: 4rem;
  }
}

.recommend ul li {
  padding-left: 4.2rem;
  position: relative;
}

.recommend ul li::before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: center/1.7rem 1.3rem url(../img/range-recommend_check.svg) no-repeat;
  position: absolute;
  top: -0.2rem;
  left: 0;
}

@media screen and (max-width: 750px) {
  .recommend {
    padding: 4.3rem 2.5rem 2rem;
  }

  .recommend h2 {
    margin-bottom: 5.6rem;
  }

  .recommend h2 span::before {
    left: -5.5rem;
  }

  .recommend ul {
    font-size: 3rem;
  }

  .recommend ul li {
    padding-left: 4.9rem;
    margin-bottom: 6.8rem;
  }

  .recommend ul li::before {
    width: 3rem;
    height: 3rem;
    background: center/1.82rem 1.39rem url(../img/range-recommend_check.svg) no-repeat;
    top: -0.2rem;
  }
}

.point {
  padding: 9rem 0 6rem;
}

.point_box {
  margin-bottom: 3rem;
}

@media screen and (min-width: 751px) {
  .point_box {
    display: flex;
  }

  .point_box:nth-of-type(odd) {
    background-color: #F7F7F7;
  }
}

.point_box img {
  width: 36.4rem;
}

@media screen and (min-width: 751px) {
  .point_content {
    padding: 4rem 7.5rem 2.5rem;
  }
}

.point_content h3 {
  font-size: 2.4rem;
  margin-bottom: 3rem;
}

.point_content p {
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .point {
    padding-top: 7rem;
  }

  .point_box {
    margin-bottom: 6rem;
    position: relative;
  }

  .point_box img {
    width: 100%;
    position: absolute;
    top: 5.2rem;
    left: 0;
  }

  .point_content h3 {
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 32rem;
  }

  .point_content p {
    padding: 0 2.5rem;
  }
}

.iclub {
  margin-bottom: 9rem;
}

@media screen and (min-width: 751px) {
  .iclub {
    padding: 5rem 2.5rem;
    border: 1px solid #D9D9D9;
  }
}

.iclub h2 {
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 750px) {
  .iclub {
    margin-bottom: 12rem;
  }

  .iclub h2 {
    margin-bottom: 2rem;
  }
}

.iclub_container {
  margin-bottom: 5rem;
}

@media screen and (min-width: 751px) {
  .iclub_container {
    display: flex;
    gap: 4.3rem;
    align-items: center;
  }

  .iclub_container picture {
    flex-shrink: 0;
  }
}

.iclub_container img {
  width: 50rem;
}

.iclub_container h3 {
  font-size: 2.4rem;
  margin-bottom: 3rem;
}

.iclub_container p {
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .iclub_container {
    margin-bottom: 6rem;
  }

  .iclub_container img {
    width: 100%;
  }

  .iclub_container h3 {
    font-size: 3.2em;
    text-align: center;
    margin: 3.2rem 0 1.5rem;
  }

  .iclub_container p {
    padding: 0 2.5rem;
  }
}

@media screen and (min-width: 751px) {
  .iclub_bottom {
    display: flex;
    gap: 2.5rem;
  }
}

.iclub_box {
  padding: 3rem 3rem 4rem;
  background-color: #F7F7F7;
}

@media screen and (min-width: 751px) {
  .iclub_box {
    width: calc((100% - 2.5rem) / 2);
  }
}

.iclub_box h4 {
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
}

.iclub_box h4::before {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: center/1.7rem 1.3rem url(../img/range-recommend_check.svg) no-repeat #CB4283;
  margin-right: 1.2rem;
}

.iclub_box li {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  padding-left: 1em;
  position: relative;
}

.iclub_box li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 750px) {
  .iclub_box {
    padding: 4rem 2.5rem 3rem;
  }

  .iclub_box:first-of-type {
    margin-bottom: 6rem;
  }

  .iclub_box h4 {
    font-size: 3.2rem;
    margin-bottom: 3.5rem;
  }

  .iclub_box li {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 751px) {
  .exam {
    padding: 6rem 2.5rem;
    border: 1px solid #D9D9D9;
  }
}

.exam p {
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .exam p {
    padding: 0 2.5rem;
  }
}

.exam picture:first-of-type img {
  margin: 6rem 0;
}

.course {
  padding-top: 9rem;
}

@media screen and (max-width: 750px) {
  .course {
    padding-top: 12rem;
  }
}

.course_container {
  padding: 3rem 0 4rem;
  border: 1px solid #D9D9D9;
}

.course_container:not(:last-of-type) {
  margin-bottom: 6rem;
}

.course_container h3 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 3.4rem;
}

.course_container:last-of-type {
  padding: 5.2rem 0 6rem;
  margin-bottom: 3rem;
}

@media screen and (min-width: 751px) {
  .course_container:last-of-type h3 {
    margin-bottom: 1.8rem;
  }
}

@media screen and (max-width: 750px) {
  .course_container {
    padding: 4rem 2.3rem 2rem;
  }

  .course_container:not(:last-of-type) {
    margin-bottom: 5rem;
  }

  .course_container h3 {
    font-size: 4rem;
    margin-bottom: 3rem;
  }

  .course_container:last-of-type {
    padding: 4em 0 5.5rem;
    margin-bottom: 5rem;
  }
}

.course_content {
  position: relative;
}

@media screen and (min-width: 751px) {
  .course_content {
    display: flex;
  }
}

.course_content::after {
  content: "";
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to top, #666, #666 5px, transparent 4px);
  background-size: 1px 9px;
  background-position: left bottom;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .course_content::after {
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to left, #666, #666 5px, transparent 4px);
    background-size: 9px 1px;
    background-repeat: repeat-x;
    top: 23rem;
  }
}

@media screen and (min-width: 751px) {
  .course_box {
    width: 50%;
  }
}

.course_box dl {
  display: flex;
}

@media screen and (min-width: 751px) {
  .course_box:first-of-type {
    padding: 0.5rem 0 0 16.5rem;
  }
}

.course_box:first-of-type dl {
  gap: 3.4rem;
  font-size: 2.4rem;
}

.course_box:first-of-type dl span {
  font-size: 4rem;
}

.course_box:first-of-type dl:first-of-type dt::before {
  background-image: url(../img/capa-icon.png);
}

.course_box:first-of-type dl:last-of-type {
  margin: 4.5rem 0 2.3rem;
  line-height: 1.7;
}

.course_box:first-of-type dl:last-of-type dt::before {
  background-image: url(../img/time-icon.png);
}

.course_box:first-of-type dt {
  position: relative;
}

.course_box:first-of-type dt::before {
  content: "";
  width: 5.5rem;
  height: 5.5rem;
  background: center/contain no-repeat;
  position: absolute;
  top: -0.5rem;
  left: -8rem;
}

.course_box:first-of-type dd {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .course_box:first-of-type dl {
    padding-left: 17.9rem;
  }

  .course_box:first-of-type dl:last-of-type {
    margin: 4rem 0 2rem;
  }
}

@media screen and (min-width: 751px) {
  .course_box:last-of-type {
    padding: 1.8rem 0 0 6.2rem;
  }
}

.course_box:last-of-type dl {
  align-items: center;
  gap: 1.2rem;
}

.course_box:last-of-type dl:last-of-type {
  margin: 4.5rem 0 6.7rem;
}

.course_box:last-of-type dt {
  width: 12rem;
  font-size: 2.4rem;
}

.course_box:last-of-type dd {
  font-size: 1.6rem;
}

.course_box:last-of-type dd span {
  font-size: 3.2rem;
}

.course_box:last-of-type del {
  text-decoration: none;
  position: relative;
}

.course_box:last-of-type del::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 16%;
  left: 0;
  transform: rotate(-10deg);
}

.course_box:last-of-type del::before {
  content: "(税込)";
  font-size: 0.6rem;
  position: absolute;
  top: -0.3rem;
  right: 0;
}

.course_box:last-of-type del+span {
  padding-left: 9.3rem;
  position: relative;
}

.course_box:last-of-type del+span::before {
  content: "";
  width: 1.6rem;
  height: 2.3rem;
  background-color: #d9d9d9;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.7rem;
}

.course_box:last-of-type del+span::after {
  content: "";
  width: 6.7rem;
  height: 6.7rem;
  background: center/contain url(../img/course-10off.svg) no-repeat;
  position: absolute;
  bottom: 0;
  left: 2.6rem;
}

.course_box:last-of-type del+span.off20::after {
  background-image: url(../img/course-20off.svg);
}

@media screen and (max-width: 750px) {
  .course_box:last-of-type {
    margin-top: 7.2rem;
  }

  .course_box:last-of-type dl {
    padding-left: 9rem;
  }

  .course_box:last-of-type dl:last-of-type {
    margin: 4rem 0 3rem;
  }
}

.course .note {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  color: #666;
}

@media screen and (max-width: 750px) {
  .course .note {
    font-size: 2rem;
    line-height: 1.5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.course_txt {
  display: flex;
  justify-content: center;
}

.course_txt p {
  font-size: 1.6rem;
  font-weight: 400;
}

.course_txt p .num {
  font-size: 3.2rem;
  font-weight: 700;
  padding-left: 3.2rem;
  position: relative;
}

.course_txt p .num::before {
  content: "";
  width: 1.6rem;
  height: 2.3rem;
  background-color: #d9d9d9;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.7rem;
}

@media screen and (max-width: 750px) {
  .course_txt p {
    font-size: 2rem;
    line-height: 2;
  }

  .course_txt p .num {
    line-height: 1;
  }
}

.course_txt p .yen {
  font-weight: 700;
}

.course_notes {
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 2.5rem;
}

@media screen and (max-width: 750px) {
  .course_notes {
    font-size: 2rem;
  }
}

.course_notes li {
  padding-left: 1em;
  line-height: 2;
  position: relative;
}

.course_notes li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.voice {
  padding-top: 9rem;
}

@media screen and (min-width: 751px) {
  .voice_container {
    display: flex;
    gap: 2.6rem;
  }
}

.voice_box {
  padding: 4rem 3rem 3.5rem;
  border: 1px solid #D9D9D9;
}

@media screen and (min-width: 751px) {
  .voice_box {
    width: calc((100% - 5.2rem) / 3);
  }
}

.voice_box img {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .voice_box img {
    margin-bottom: 3rem;
  }
}

.voice_box p {
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 400;
}

.voice .note {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  color: #666;
  margin-top: 1.5rem;
}

@media screen and (max-width: 750px) {
  .voice {
    padding-top: 12rem;
  }

  .voice_box {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
    padding: 4.5rem 2.5rem;
  }

  .voice_box:not(:first-of-type) {
    margin-top: 2rem;
  }

  .voice_box img {
    width: 30rem;
    flex-shrink: 0;
  }

  .voice_box p {
    font-size: 2.4rem;
  }

  .voice .note {
    font-size: 1.8rem;
    text-align: right;
    margin-top: 0.5rem;
  }
}

.flow {
  padding: 9rem 0 3rem;
}

@media screen and (max-width: 750px) {
  .flow {
    padding: 12rem 0 1rem;
  }
}

.flow h2 {
  color: #007CBF;
}

@media screen and (min-width: 751px) {
  .flow_container {
    display: flex;
    gap: 4.5rem;
  }
}

.flow_box {
  padding: 1.5rem 0 3rem;
  border: 1px solid #D9D9D9;
}

@media screen and (min-width: 751px) {
  .flow_box {
    width: calc((100% - 9rem) / 3);
  }
}

.flow_box:not(:last-of-type) {
  position: relative;
}

.flow_box:not(:last-of-type)::before {
  content: "";
  width: 3.3rem;
  height: 5.2rem;
  background-color: #007CBF;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: -4rem;
}

.flow_box h3 {
  font-size: 3rem;
  text-align: center;
  color: #007CBF;
  margin-bottom: 1rem;
}

@media screen and (min-width: 751px) {
  .flow_box:nth-of-type(1) img {
    margin-top: 1.6rem;
  }

  .flow_box:nth-of-type(2) img {
    margin: 2rem auto 0 3.3rem;
  }
}

.flow_box:nth-of-type(3) img {
  width: 31rem;
}

@media screen and (max-width: 750px) {
  .flow_box {
    padding: 0.7rem 0 1.6rem;
  }

  .flow_box:not(:last-of-type) {
    margin-bottom: 5.2rem;
  }

  .flow_box:not(:last-of-type)::before {
    width: 5.2rem;
    height: 3.3rem;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    bottom: -4.5rem;
    right: 50%;
    transform: translateX(50%);
  }

  .flow_box h3 {
    font-size: 3.6rem;
    margin-bottom: 0.8rem;
  }

  .flow_box:nth-of-type(1) img {
    width: 27.2rem;
  }

  .flow_box:nth-of-type(2) img {
    width: 18rem;
  }
}

.flow_content p {
  font-size: 2.4rem;
  line-height: 1.3;
  text-align: center;
  color: #666;
}

.flow_content img {
  margin: 2rem auto 0;
}

@media screen and (min-width: 751px) {
  .flow_content img {
    width: 25rem;
  }
}

@media screen and (max-width: 750px) {
  .flow_content {
    height: 12rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
  }

  .flow_content::after {
    content: "";
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to top, #666, #666 5px, transparent 4px);
    background-size: 1px 9px;
    background-position: left bottom;
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .flow_content p,
  .flow_content picture {
    width: 50%;
  }

  .flow_content img {
    margin: 0 auto;
  }
}

.footer {
  margin-top: 12rem;
  padding: 8.4rem 0 6.6rem;
  background-color: #007CBF;
}

.footer_box {
  display: flex;
  justify-content: center;
  gap: 1em;
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5.4rem;
}

.footer_copy {
  text-align: center;
}

.footer_copy small {
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .footer_copy small {
    font-size: 2rem;
  }
}

.lp_fixed {
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 90;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.lp_fixed .cta {
  padding: 0;
}

@media screen and (min-width: 750px) {
  .lp_fixed .cta a {
    width: 70rem;
  }

  .lp_fixed .cta_btn::before {
    width: 9rem;
    height: 9rem;
  }

  .lp_fixed .cta_btn p {
    font-size: 2.6rem;
  }
}


.lp_fixed.active {
  opacity: 1;
}

.lp_fixed-btn {
  width: 50%;
}

.lp_fixed-btn:first-of-type img {
  filter: drop-shadow(0 5px 10px rgba(255, 132, 0, 0.3));
}

@media screen and (min-width: 750px) {
  .lp_fixed-inner {
    gap: 30px;
    padding: 15px 20px;
  }

  .lp_fixed-btn {
    max-width: 480px;
  }

  .lp_fixed-btn:first-of-type img {
    filter: drop-shadow(0 20px 20px rgba(255, 132, 0, 0.3));
  }
}

@media screen and (max-width: 750px) {
  .lp_fixed .cta {
    padding: 0.5rem 2rem;
  }

  .lp_fixed .cta_btn::before {
    width: 12rem;
    height: 12rem;
  }
}

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