/*! destyle.css v4.0.0 | 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-style: solid;
  border-width: 0;
}

/* 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* 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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* 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 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  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-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 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-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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 {
  vertical-align: top;
  padding: 0;
}

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

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 0rem;
}
@media screen and (min-width: 768px) and (max-width: 1267px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  background: #ffdf59;
}
body.is-active {
  overflow: hidden;
}

.l-inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--large {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--small {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

footer {
  background: #222222;
  padding: 2.4rem 0 2rem;
  color: #fff;
}
footer .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
footer .list a {
  display: block;
  max-width: 3rem;
}
footer .copy {
  text-align: center;
  margin-top: 2.4rem;
  font-size: 1.2rem;
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .logo-1 {
  width: 8.5rem;
}
@media screen and (max-width: 767px) {
  .l-header .logo-1 {
    width: 7rem;
  }
}
.l-header .logo-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding-top: 0.5rem;
}
.l-header .logo-2 img {
  max-width: 42%;
}
.l-header .logo-2 h1 {
  color: #04428f;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 1rem;
}
.l-main {
  max-width: 39rem;
  margin: auto;
  background: #fff;
  position: relative;
  z-index: 20;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.pc_left {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: calc(50% - 18.5rem);
  text-align: center;
}
.pc_left img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pc_left::before {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: #0dc0e0;
  z-index: -1;
}
.pc_left::after {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background: #ffdf59;
  z-index: -1;
}
.pc_left .list {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  z-index: 10;
}
.pc_left .list a {
  width: 3.6rem;
}
.pc_left .copy {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.2rem;
  font-weight: 500;
  text-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.5);
  color: #fff;
}

.pc_right {
  background: #ffdf59;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: calc(50% - 18.5rem);
  min-height: 100vh;
  text-align: center;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pc_right ul {
  max-width: 29rem;
  gap: 2rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  margin-top: 5rem;
}
.pc_right ul li {
  width: calc(50% - 2.5rem);
}
.pc_right ul li img {
  height: 10rem;
}
.pc_right .bnr {
  width: 32rem;
}

.p-view .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  background: -webkit-gradient(linear, left top, right top, from(#68d3e5), to(#a0dce6));
  background: linear-gradient(to right, #68d3e5, #a0dce6);
  padding: 2rem 3rem;
}
.p-view .list .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.catch h2 {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Caveat", cursive;
  text-align: center;
  color: #ff35b5;
  padding: 0 2rem 2rem;
  background: url(/assets/img/marker.png) no-repeat center center/contain;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.catch h3 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
.catch h3 .ico-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 6.5rem;
  -webkit-transform: translate(-30%, -100%);
          transform: translate(-30%, -100%);
}

.cta {
  background: url(/assets/img/bg_cta-1.png) no-repeat center center;
  background-size: 100% 100%;
  padding-bottom: 5rem;
}
.cta h2 {
  background: #ff35b5;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 500;
  padding: 2rem;
  position: relative;
  z-index: 10;
}
.cta h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 6rem;
  top: 50%;
  width: 2px;
  height: 6rem;
  background: #fff;
  -webkit-transform: rotate(-20deg) translateY(-50%);
          transform: rotate(-20deg) translateY(-50%);
}
.cta h2::after {
  content: "";
  display: block;
  position: absolute;
  right: 6rem;
  top: 50%;
  width: 2px;
  height: 6rem;
  background: #fff;
  -webkit-transform: rotate(20deg) translateY(-50%);
          transform: rotate(20deg) translateY(-50%);
}
.cta h2 small {
  font-size: 1.6rem;
}
.cta__wrap {
  padding: 2rem;
}
.cta .detail {
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
}
.cta .detail__wrap {
  padding: 2rem;
}
.cta .detail h3 {
  background: #cff9f9;
  text-align: center;
  font-size: 2.2rem;
  color: #0fc3c4;
  font-weight: 600;
  padding: 2rem 0;
}
.cta .detail h3 span {
  font-size: 1.6rem;
  margin-left: 1rem;
  letter-spacing: 0.05em;
}
.cta .detail .note {
  text-align: center;
  font-size: 1.2rem;
}
.cta .detail .time {
  font-weight: 600;
  border: #cccccc 1px solid;
  padding: 1rem 1rem;
  margin: 1.5rem 0;
}
.cta .detail .time__ttl {
  text-align: center;
  font-size: 1.6rem;
}
.cta .detail .time__ttl span {
  font-size: 1.8rem;
  margin-left: 1rem;
  font-family: "Montserrat", sans-serif;
}
.cta .detail .time__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.cta .detail .time__list p {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.cta .detail .time__list p::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.6rem;
  background: url(/assets/img/ico/map.png) no-repeat center center/contain;
}
.cta .detail .txt {
  font-size: 1.2rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
}
.cta .detail .btn {
  max-width: 27rem;
  margin: auto;
  display: block;
}

.future {
  background: url(/assets/img/future_bg.png) no-repeat center top;
  background-size: cover;
  position: relative;
  margin-top: -3rem;
  padding-top: 6rem;
}
.future::after {
  content: "";
  display: block;
  position: static;
  margin-top: 2rem;
  width: 100%;
  height: 6rem;
  background: #fff url(/assets/img/future_bg-2.png) no-repeat center top/100% 100%;
}
.future .catch h2 {
  padding-bottom: 1rem;
  background: url(/assets/img/marker-w.png) no-repeat center bottom/contain;
}
.future .list {
  margin-top: 4rem;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.future .list .item {
  background: #fff;
  border-radius: 2rem;
  padding: 2rem;
  text-align: center;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  position: relative;
}
.future .list .item .num {
  position: absolute;
  top: -3rem;
  left: 3rem;
  color: #ff35b5;
  font-family: "Caveat", cursive;
  font-size: 6rem;
}
.future .list .item h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ff35b5;
  margin-bottom: 1rem;
}
.future .list .item h4 {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.future .list .item p {
  font-size: 1.2rem;
  line-height: 1.8;
}
.future .list .item figure {
  max-width: 25rem;
  margin: auto;
}

.recom {
  padding: 7rem 0 5rem;
  background: url(/assets/img/recom_bg.png) no-repeat left top 2rem/30rem;
}
.recom .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding: 2rem;
}
.recom .list .item {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.recom .list .item h3 {
  background: #0dc0e0;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 1.5rem;
  position: relative;
  border-radius: 1rem 1rem 0 0;
}
.recom .list .item h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 2rem;
  top: -0.3rem;
  width: 2.2rem;
  height: 2.8rem;
  background: url(/assets/img/label.png) no-repeat center center/contain;
}
.recom .list .item h3 span {
  color: #f5ee5b;
}
.recom .list .item .check {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.recom .list .item .check p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.recom .list .item .check p::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(/assets/img/check.png) no-repeat center center/contain;
}
.recom .list .item .check p span {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: dashed #333 1px;
  padding: 0.4rem 0 0.8rem;
}

.instructor {
  padding-left: 2rem;
  padding-right: 2rem;
}
.instructor .list {
  margin-top: 16rem;
  margin-bottom: 6rem;
}
.instructor .list .item {
  position: relative;
  z-index: 1;
}
.instructor .list .item:not(:last-child) {
  margin-bottom: 16rem;
}
.instructor .list .item .img {
  width: 19rem;
  margin: auto;
  position: absolute;
  top: -13rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.instructor .list .item .img .name {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1rem 2rem;
  background: #fff;
  border-radius: 3rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.instructor .list .item .post {
  padding: 0 0 1.5rem;
  background: #f5ee5b;
  border-radius: 1rem 1rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  gap: 1rem;
  height: 17rem;
}
.instructor .list .item .post .ico-1 {
  width: 3.5rem;
}
.instructor .list .item .post .ico-2 {
  width: 4.5rem;
  margin-bottom: -1rem;
}
.instructor .list .item .post .ico-3 {
  width: 3.1rem;
}
.instructor .list .item .post .ico-4 {
  width: 3.8rem;
}
.instructor .list .item .listItem {
  padding: 3rem;
  background: #fff;
  border-radius: 0 0 1rem 1rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.instructor .list .item .listItem ul {
  list-style-type: disc;
  padding-left: 2rem;
}
.instructor .list .item .listItem ul li {
  font-size: 1.4rem;
  line-height: 1.8;
}
.instructor .list .item .listItem ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.message {
  padding: 6rem 4rem 10rem;
  background: url(/assets/img/message_bg.png) no-repeat center top/100% 100%;
}
.message .img {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.message .desc p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
.message .desc p:not(:last-child) {
  margin-bottom: 2rem;
}

.flow {
  background: #e6f6f6;
  padding: 6rem 2rem;
  position: relative;
}
.flow::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - 4rem);
  left: 0;
  width: 100%;
  height: 6rem;
  background: url(/assets/img/flow_bg.png) no-repeat center top/100% 100%;
}
.flow .list {
  background: #fff;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.flow .list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  position: relative;
}
.flow .list dl:not(:last-child)::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-right: #0dc0e0 2px solid;
  border-bottom: #0dc0e0 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 3.5rem;
  top: calc(100% + 0.5rem);
}
.flow .list dl dt {
  width: 7rem;
}
.flow .list dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flow .list dl dd h4 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #0dc0e0;
}
.flow .list dl dd p {
  font-size: 1.3rem;
  margin-top: 1rem;
}
.flow .desc {
  text-align: center;
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
}
.flow .desc span {
  color: #ff35b5;
}

.voice {
  padding: 4rem 2rem 6rem;
  position: relative;
}
.voice::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - 4rem);
  left: 0;
  width: 100%;
  height: 6rem;
  background: url(/assets/img/voice_bg.png) no-repeat center top/100% 100%;
}
.voice .list {
  margin-top: 7rem;
}
.voice .list .item:not(:last-child) {
  margin-bottom: 6rem;
}
.voice .list .item .ttl {
  background: #fff352;
  position: relative;
  padding: 3rem 5rem;
  border-radius: 1rem 1rem 0 0;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.voice .list .item .ttl img {
  width: 12rem;
  position: absolute;
  background: #eff3f9;
  border-radius: 100%;
  bottom: 1rem;
  left: 4rem;
}
.voice .list .item .ttl p {
  font-size: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  forced-color-adjust: 500;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  margin-left: auto;
  background: #fff;
}
.voice .list .item .desc {
  background: #fff;
  padding: 2rem;
  border-radius: 0 0 1rem 1rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.voice .list .item .desc p {
  font-size: 1.4rem;
  line-height: 1.8;
}

.lesson {
  background: #fffddc;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 8rem;
}
.lesson::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - 4rem);
  left: 0;
  width: 100%;
  height: 6rem;
  background: url(/assets/img/le_bg.png) no-repeat center top/100% 100%;
}
.lesson .list {
  margin-top: 4rem;
  margin-inline: 2rem;
  background: #fff;
  padding-bottom: 1px;
}
.lesson .list h4 {
  background: url(/assets/img/ttl_bg.png);
  background-size: 100% 100%;
  color: #fff;
  padding: 1rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}
.lesson .list ul {
  margin-left: 2rem;
  list-style-type: disc;
  padding: 2rem;
}
.lesson .list ul li {
  font-size: 1.4rem;
  line-height: 2;
}
.lesson .list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-inline: 2rem;
}
.lesson .list dl dt {
  width: 9rem;
}
.lesson .list dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lesson .list dl dd h5 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.lesson .list dl dd p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.lesson .detail {
  background: #fff;
  margin-inline: 2rem;
}
.lesson .detail .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  font-size: 1.5rem;
  color: #0dc0e0;
  background: #f7f7f7;
  padding: 1rem;
  margin-inline: 2rem;
}
.lesson .detail .ttl img {
  width: 1.6rem;
}
.lesson .detail .txt {
  font-size: 1.4rem;
  line-height: 2;
  padding: 2rem 3rem;
}

.price {
  padding: 4rem 2rem 8rem;
}
.price .list {
  margin-top: 4rem;
}
.price .list dl dt {
  background: #0dc0e0;
  color: #fff;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
.price .list dl dd {
  background: #f7f7f7;
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 2;
}
.price .list dl dd span {
  color: #ff35b5;
  font-weight: 600;
}
.price .list dl dd .bnr {
  max-width: 24rem;
  margin: auto;
}
.price .note {
  margin-top: 2rem;
  font-size: 1.4rem;
}

.access {
  padding: 6rem 2rem;
}
.access dl {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.access dl dt {
  background: #0dc0e0;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
.access dl dt span {
  margin-left: 1rem;
  font-size: 1.4rem;
}
.access dl dd iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 350/200;
}
.access dl dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  margin-top: 1.5rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.access dl dd p::before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.8rem;
  background: url(/assets/img/ico/map.png) no-repeat center center/contain;
}
.access dl dd p span {
  font-weight: 400;
  margin-left: 2rem;
}
.access .desc {
  border: solid 1px #cccccc;
  padding: 2.5rem;
}
.access .desc .time {
  font-weight: 600;
}
.access .desc .time span {
  margin-left: 1.5rem;
  font-family: "Montserrat", sans-serif;
}
.access .desc .note {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 2;
}

.faq {
  background: #e6f6f6;
  padding: 6rem 2rem;
}
.faq .list {
  margin-top: 4rem;
}
.faq .list dl {
  border-radius: 1rem;
  background: #fff;
}
.faq .list dl:not(:last-child) {
  margin-bottom: 1rem;
}
.faq .list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  cursor: pointer;
  padding: 1.5rem;
  border-radius: 1rem 1rem 0 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: url(/assets/img/ico_plus.png) no-repeat right 1.5rem center/1.2rem;
}
.faq .list dl dt span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #0dc0e0;
}
.faq .list dl dt.is-open {
  color: #fff;
  background: #0dc0e0 url(/assets/img/ico_plus_close.png) no-repeat right 1.5rem center/1.2rem;
}
.faq .list dl dt.is-open span {
  color: #fff;
}
.faq .list dl dd .desc {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.faq .list dl dd .desc span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #ff35b5;
}
.faq .list dl dd .desc p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  line-height: 2;
}/*# sourceMappingURL=style.css.map */