@charset "UTF-8";

/* ======================================================
 * _config.scss
 * ------------------------------------------------------
 * color
 * font
 * breakpoint
 * responsive
====================================================== */

/* ===============================================
# margin
=============================================== */

.--mt-20 {
  margin-top: 20px;
}

.--mt-40 {
  margin-top: 40px;
}

.--mt-50 {
  margin-top: 50px;
}

.--mt-55 {
  margin-top: 55px;
}

.--mt-60 {
  margin-top: 60px;
}

.--mt-80 {
  margin-top: 80px;
}

.--mt-100 {
  margin-top: 100px;
}

.--mt-120 {
  margin-top: 120px;
}

.--mt-140 {
  margin-top: 140px;
}

.--mb-60 {
  margin-bottom: 60px;
}

/* ===============================================
# heading
=============================================== */

.--heading-lv3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

/* ===============================================
# color
=============================================== */

.--light-blue {
  color: #02b7ad;
}

.--pink {
  color: #ee3c6d;
}

.--light-blue-bg {
  background-color: #02b7ad;
}

.--yellow-bg {
  background-color: #c9aa75;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  font-size: 16px;
  letter-spacing: -0.05em;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
  outline: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  overflow-y: scroll;
  color: #1e2863;
}

body.scrollLock {
  position: fixed;
  left: 0;
  width: 100%;
}

main {
  padding-top: 80px;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.paragraph {
  margin-bottom: 30px;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  color: #000;
  text-align: left;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  cursor: pointer;
}

button:focus,
input:focus,
select {
  outline: none;
}

textarea {
  resize: vertical;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.sp {
  display: none;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

.l-block {
  padding-left: 6%;
  padding-right: 6%;
}

.l-block.-bg-cta {
  border-top: 1px solid #1e2863;
  border-bottom: 1px solid #1e2863;
  background: url(../img/bg-cta.png) center/cover no-repeat;
}

.l-block.-pale-pink {
  background-color: #ffe6e5;
}

.l-block__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 14px 50px;
  background-color: #1e2863;
  color: #fff;
}

.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__item:not(:first-of-type) {
  margin-left: 15px;
}

.l-footer__link {
  color: #fff;
  font-size: 13px;
}

.l-footer__link:hover {
  text-decoration: underline;
}

.l-footer__copyright {
  font-size: 13px;
}

.l-header {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px 10px 20px;
  width: 100%;
}

.l-header__logo {
  width: 258px;
}

.l-header__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.inner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 100px 40px;
}

/*-------------------------
  閉じている場合
-------------------------*/

.c-accordion {
  position: relative;
}

.c-accordion__torigger {
  position: relative;
  width: 100%;
  padding: 20px 60px 20px 20px;
  cursor: pointer;
  line-height: 1.3;
}

.c-accordion__torigger::before,
.c-accordion__torigger::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 13px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-accordion__torigger::before {
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-accordion__torigger::after {
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.c-accordion__content {
  height: 0;
  line-height: 1.66;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* グレーの場合
-------------------------*/

.c-accordion.-gray {
  background-color: #f2f2f2;
  border-radius: 8px;
}

.c-accordion.-gray .c-accordion__torigger {
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  color: #1e2863;
}

.c-accordion.-gray .c-accordion__torigger::before,
.c-accordion.-gray .c-accordion__torigger::after {
  background-color: #1e2863;
}

.c-accordion.-gray .c-accordion__content {
  padding: 0 20px;
}

/* ピンクの場合
-------------------------*/

.c-accordion.-pink .c-accordion__torigger {
  background-color: #ff578b;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
}

.c-accordion.-pink .c-accordion__torigger::before,
.c-accordion.-pink .c-accordion__torigger::after {
  background-color: #fff;
}

/*-------------------------
  アコーディオンがオープンのとき
-------------------------*/

.c-accordion.-active {
  overflow-y: auto;
}

.c-accordion.-active .c-accordion__torigger::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.c-accordion.-active .c-accordion__content {
  height: auto;
}

/* グレーの場合
-------------------------*/

.c-accordion.-gray.-active .c-accordion__content {
  padding-bottom: 20px;
}

/* ピンクの場合
-------------------------*/

.c-accordion.-pink.-active .c-accordion__content {
  padding-bottom: 8px;
  padding-top: 20px;
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

.c-button--line {
  width: 300px;
  color: #222;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border: 2px solid #02b902;
}

.c-button--line img {
  width: 37px;
  margin-right: 17px;
  margin-left: -30px;
}

.c-button--line:hover {
  background-color: #22c55e;
  color: #fff;
}

.c-button--mail {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 314px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#e14091), to(#ea552a));
  background: linear-gradient(to right, #e14091, #ea552a);
  border: none;
}

.c-button--mail:hover {
  opacity: 0.85;
}

.c-button--mail img {
  width: 25px;
  margin-right: 15px;
}

.c-check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  border-bottom: 2px dotted #1e2863;
  padding-bottom: 12px;
  line-height: 1.3;
}

.c-check-item__icon {
  width: 34px;
  margin-right: 16px;
}

.c-circle-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 90px;
  font-size: 45px;
  color: #ff578b;
  font-weight: bold;
  background: url(../img/bg-number-circle.png) center/cover no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-circleFeature {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #ff5b92;
  border: 8px solid #ffffff;
  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;
  text-align: center;
}

.c-circleFeature__text {
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4;
}

.c-color-pink {
  color: #ff578b;
}

.c-section-title.--inline-block {
  display: inline-block;
}

.c-section-title__en {
  font-family: "Great Vibes", cursive;
  font-weight: 300;
  font-size: 45px;
  text-align: center;
  color: #ff578b;
}

.c-section-title__jp {
  font-size: 34px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  text-align: center;
}

.c-section-title__jp.-left {
  text-align: left;
}

.c-sentence {
  line-height: 1.875;
}

.p-about {
  background-color: #ffe6e5;
}

.p-about__inner {
  margin: 0 auto;
}

.p-about__heading {
  text-align: center;
}

.p-about__title-wrap {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  padding-right: 20%;
  margin-right: -20%;
}

.p-about__title {
  font-size: 2rem;
  font-weight: bold;
  color: #1d2b50;
}

.p-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-about__illustration {
  position: absolute;
  top: -35px;
  right: 0;
  width: 11.8vw;
}

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

.p-about__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.p-about__lead {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-about__badge {
  display: inline-block;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 14px;
  color: #1d2b50;
}

.p-about__catch {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.375;
  color: #1d2b50;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-about__description {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.p-about__features {
  position: relative;
  max-width: 100%;
  width: 340px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.p-achievements {
  position: relative;
}

.p-achievements__en {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-achievements__content {
  position: relative;
  border: 11px solid #ff578b;
  background-color: #ffffff;
  border-radius: 4px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-achievements__title {
  position: absolute;
  top: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 504px;
  max-width: 90%;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  background-color: #ff578b;
  padding: 15px;
  white-space: nowrap;
  border-radius: 50px;
}

.p-achievements__illust {
  position: absolute;
  max-width: 90px;
}

.p-achievements__illust.-left {
  left: -140px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-achievements__illust.-right {
  right: -140px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-achievements__item {
  width: 33.3333333333%;
  text-align: center;
  padding: 30px 0 35px;
}

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

.p-achievements__item:not(:last-of-type)::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1px;
  background-color: #d1d1d1;
  height: 80%;
}

.p-achievements__heading {
  font-size: 23px;
}

.p-achievements__icon {
  display: block;
  max-width: 83px;
  max-height: 74px;
  margin: 10px auto 16px;
}

.p-achievements__result {
  font-size: 45px;
  color: #ff578b;
  font-weight: bold;
}

.p-achievements__jp {
  font-size: 25px;
  color: #1e2863;
  margin-left: 6px;
}

.p-advisor__heading {
  margin-bottom: 30px;
}

.p-advisor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 50px;
}

.p-advisor__item:not(:last-of-type) {
  margin-bottom: 90px;
}

.p-advisor__img {
  max-width: 295px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-advisor__name {
  position: relative;
  background-color: #1e2863;
  color: #fff;
  padding: 10px 30px;
  margin-bottom: 33px;
}

.p-advisor__name::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff;
  border-width: 0 45px 45px 0;
}

.p-advisor__kanji {
  font-size: 25px;
  font-weight: 600;
}

.p-advisor__kana {
  display: inline-block;
  margin-bottom: -10px;
}

.p-advisor__one-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.p-advisor__carrer {
  margin-bottom: 20px;
}

.p-advisor__carrer-head {
  display: block;
  border-bottom: 2px dotted #1e2863;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.p-advisor__carrer-body {
  line-height: 1.875;
}

.p-advisor__comment {
  background-color: #f2f2f2;
  border: 1px solid #ea552a;
  padding: 14px 16px;
}

.p-advisor__icon {
  display: inline-block;
  width: 22px;
  margin-right: 12px;
}

.p-advisor__comment-text {
  line-height: 1.875;
}

.p-advisor__item.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-advisor__item.-reverse .p-advisor__name {
  padding-left: 60px;
}

.p-advisor__item.-reverse .p-advisor__name::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff;
  border-width: 0 0 45px 45px;
}

.p-cta__description {
  font-size: 18px;
  line-height: 1.88;
  margin-top: 30px;
}

.p-cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 50px;
}

.p-faq__heading {
  text-align: center;
  margin-bottom: 60px;
}

.p-faq__title-wrap {
  position: relative;
  display: inline-block;
  padding-right: 30%;
  margin-right: -30%;
}

.p-faq__illustration {
  position: absolute;
  top: -40px;
  right: 0;
  width: 200px;
}

/* ------ アコーディオン ------ */

.p-faq__accordion:not(:last-of-type) {
  margin-bottom: 12px;
}

.p-flow__heading {
  margin-bottom: 30px;
}

.p-flow__img {
  overflow-x: scroll;
}

.p-flow__img img {
  min-width: 600px;
}

.p-main-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 640px;
  background: url(../img/bg-main-visual.jpg) center/cover no-repeat;
}

.p-main-visual__inner {
  max-width: 1200px;
  padding-left: 8.33%;
  padding-right: 8.33%;
  padding-bottom: 60px;
}

.p-main-visual__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.p-main-visual__catch {
  position: relative;
  font-size: 66px;
  line-height: 1.3;
  font-weight: 800;
}

.p-main-visual__catch--sub {
  display: block;
  position: absolute;
  top: 30px;
  right: 50px;
  color: #fff;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  font-family: "Great Vibes", cursive;
}

.p-main-visual__title {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: bold;
  color: #1d2b50;
  margin-bottom: 1rem;
}

.p-main-visual__titleMain {
  display: block;
}

.p-main-visual__titleSub {
  display: block;
}

.p-main-visual__caption {
  font-size: 1rem;
  font-style: italic;
  color: #6faed9;
  margin-left: 1rem;
}

.p-main-visual__description {
  display: inline-block;
  padding: 6px;
  font-size: 25px;
  margin-top: 25px;
  background: rgba(255, 255, 255, 0.66);
  color: #231815;
  font-weight: 700;
}

.p-main-visual__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 110px;
}

.p-main-visual__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  text-align: center;
}

.p-main-visual__image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.p-strength {
  max-width: 100%;
  padding-top: 65px;
  padding-bottom: 95px;
}

.p-strength__heading {
  margin-bottom: 70px;
}

.p-strength__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 70px;
}

.p-strength__item:not(:last-of-type) {
  margin-bottom: 40px;
}

.p-strength__item::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 27px;
  width: 560px;
  height: 366px;
  background-color: #ffe6e5;
  z-index: -1;
}

.p-strength__img {
  width: 750px;
  max-width: 100%;
}

.p-strength__number {
  margin-right: 25px;
}

.p-strength__content {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 745px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.25);
  padding: 28px 110px 50px 20px;
}

.p-strength__title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.52;
  border-bottom: 1px solid #1e2863;
  padding-bottom: 20px;
  margin-bottom: 24px;
}

.p-strength__description {
  line-height: 1.875;
}

.p-strength__item.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-top: 70px;
  padding-bottom: 0;
}

.p-strength__item.-reverse::after {
  top: 30px;
}

.p-strength__item.-reverse .p-strength__content {
  right: auto;
  left: 0;
  bottom: auto;
  top: 0;
  padding: 28px 20px 50px 110px;
}

.p-training__heading {
  position: relative;
  text-align: center;
  margin-bottom: 36px;
}

.p-training__inline {
  display: inline-block;
  position: relative;
}

.p-training__illust {
  position: absolute;
  left: -190px;
  top: -30px;
  width: 163px;
}

.p-training__new {
  position: absolute;
  top: 20px;
  right: -190px;
  display: block;
  font-size: 85px;
  color: #f9bb62;
  font-family: "Great Vibes", cursive;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.p-training__title {
  font-size: 50px;
  font-weight: bold;
  color: #ff578b;
  margin-bottom: 25px;
}

.p-training__lead {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 10px;
}

.p-training__annotation {
  font-size: 13px;
  color: #494949;
}

.p-training__schedule {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #ff578b;
  padding: 7px 30px;
  margin-bottom: 20px;
}

.p-training__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
}

.p-training__content:not(:last-of-type) {
  margin-bottom: 52px;
}

.p-training__subheading {
  width: 370px;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-training__label {
  font-size: 25px;
  background-color: #1e2863;
  color: #ffffff;
  padding: 16px 0 14px;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* ------ アコーディオン ------ */

.p-training__accordion:not(:last-of-type) {
  margin-bottom: 6px;
}

.p-worry__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 30px;
}

.p-worry__illust {
  width: 165px;
  padding: 0 30px;
  margin-left: auto;
}

.p-worry__item {
  margin-top: 12px;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-text-pink {
  color: #ff578b !important;
}

.u-sp {
  display: none;
}

.u-text-line {
  position: relative;
}

.u-text-line::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 13px;
  background-color: #ffe6e5;
  z-index: -1;
}

@media screen and (max-width: 1280px) {
  html {
    font-size: vw(strip-unit(1440px), 16);
  }
}

@media screen and (max-width: 1200px) {
  .p-achievements__content {
    display: block;
  }

  .p-achievements__illust.-left {
    left: 0;
    top: 30px;
    -webkit-transform: none;
            transform: none;
  }

  .p-achievements__illust.-right {
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
  }

  .p-achievements__item {
    width: 100%;
  }
	.p-achievements__item:nth-of-type(1) {
		margin:30px auto 16px;
	}

  .p-achievements__item:not(:last-of-type)::after {
    width: 80%;
    height: 1px;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .p-training__illust {
    width: 120px;
    left: -100px;
  }

  .p-training__new {
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: 0;
    right: 0;
    font-size: 45px;
    margin-bottom: 10px;
  }

  .p-training__title {
    font-size: 38px;
  }

  .p-training__schedule {
    font-size: 14px;
  }

  .p-training__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }

  .p-training__subheading {
    width: 500px;
    margin: 0 auto;
  }

  .u-pcInner {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  html {
    font-size: vw(strip-unit(545px), 16);
  }

  .l-block.-bg-cta {
    background-position: 70% center;
  }

  .l-footer {
    display: block;
    padding: 14px 6%;
  }

  .l-footer__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .l-footer__copyright {
    margin-top: 20px;
    text-align: center;
  }

  .l-header__logo {
    width: 180px;
  }

  .l-header__btnWrap {
    display: none;
  }

  .c-accordion.-pink .c-accordion__torigger {
    padding: 10px 40px 10px 10px;
  }

  .c-accordion.-pink.-active .c-accordion__content {
    padding-top: 10px;
  }

  .c-button--line {
    width: 100%;
  }

  .c-button--mail {
    width: 100%;
  }

  .c-check-item {
    font-size: 18px;
  }

  .c-circle-number {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }

  .c-section-title__en {
    font-size: 25px;
  }

  .c-section-title__jp {
    font-size: 25px;
  }

  .p-about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }

  .p-about__illustration {
    width: 80px;
  }

  .p-about__text-block {
    display: contents;
  }

  .p-about__badge {
    text-align: center;
    line-height: 1.3;
  }

  .p-about__catch {
    font-size: 22px;
  }

  .p-about__features {
    padding: 20px;
  }

  .p-achievements {
    padding-top: 60px;
  }

  .p-achievements__en {
    top: -12px;
  }

  .p-achievements__title {
    font-size: 18px;
  }

  .p-achievements__illust {
    max-width: 60px;
  }

  .p-achievements__heading {
    font-size: 18px;
  }

  .p-achievements__icon {
    max-width: 60px;
  }

  .p-achievements__result {
    font-size: 32px;
  }

  .p-advisor__item {
    display: block;
  }

  .p-advisor__img {
    max-width: 160px;
    margin: 0 auto 30px;
  }

  .p-cta__description {
    position: relative;
    top: 30px;
    font-size: 16px;
  }

  .p-faq__illustration {
    width: 45%;
  }

  .p-main-visual {
    background-position: 60% center;
    height: 100vh;
  }

  .p-main-visual__catch {
    font-size: 32px;
  }

  .p-main-visual__catch--sub {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }

  .p-main-visual__description {
    font-size: 18px;
    top: 158px;
    position: relative;
  }

  .p-main-visual__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 180px;
  }

  .p-strength__heading {
    margin-bottom: 40px;
  }

  .p-strength__item {
    display: block;
    padding-bottom: 0;
  }

  .p-strength__item::after {
    display: none;
  }

  .p-strength__img {
    width: 100%;
  }

  .p-strength__number {
    margin: 0 auto 10px;
  }

  .p-strength__content {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: -30px;
    padding: 30px 20px;
  }

  .p-strength__title {
    font-size: 20px;
  }

  .p-strength__item.-reverse {
    padding-top: 0;
  }

  .p-strength__item.-reverse .p-strength__content {
    padding: 30px 20px;
  }

  .p-training__title {
    font-size: 32px;
  }

  .p-training__lead {
    font-size: 16px;
  }

  .p-worry__content {
    display: block;
    margin-top: 15px;
  }

  .p-worry__illust {
    margin: 0 auto;
    width: 90px;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 545px) {
  html {
    scroll-padding-top: 65px;
  }

  main {
    padding-top: 65px;
  }

  .inner {
    padding: 80px 20px;
  }

  .p-worry__title {
    font-size: 19px;
  }
}

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

  .sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
