@charset "UTF-8";
/* =======================
	Foundation
==========================*/
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

img {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
button,
optgroup,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

.font-en {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 60%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 3em, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

/*//////////////////////////////////////////////////////////////////////////*/
.evt {
  visibility: hidden;
}

/* * {
  outline: 1px solid rgba(255, 0, 0, 0.1);
}

section {
  outline: 2px solid rgba(0, 0, 255, 0.2);
} */

html,
body {
  width: 100%;
  overflow-x: clip;
}

:root {
  --header-h: 90px;
}

/* 実際の固定ヘッダー高に合わせて */
section[id] {
  scroll-margin-top: var(--header-h);
}

/* ======================
全体トランジション
====================== */
body {
  background: #fff;
  color: #111;
  transition: background 0.8s ease, color 0.8s ease;
}

/* 黒モード */
body.is-dark {
  background: #0D0D0D;
  color: #fff;
}

/* 疑似レイヤーでじわっと感 */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: #000;
  opacity: 0;
  transition: opacity 1.2s ease;
  z-index: 0;
  pointer-events: none;
}

body.is-dark::before {
  opacity: 1;
}

html {
  box-sizing: border-box;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #0D0D0D;
  line-height: 1.6;
  letter-spacing: 0.04em;
  list-style: none;
  text-decoration: none;
  font-size: 100%;
}

html *,
html *::before,
html *::after {
  box-sizing: inherit;
}
main {
  position: relative;
}

body {
  height: 100%;
  /*　基本のフォントサイズは16px */
  font-size: 1rem;
}


h2 {
  font-family: "Raleway", sans-serif;
  font-size: clamp(3rem, 5vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #0D0D0D;
}

.mobile {
  display: block;
  font-size: 1rem;
}

.pc {
  display: none;
}


/* ======================
PC
====================== */

@media(min-width:1024px){

  html {
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.mobile {
  display: none;
}

.pc {
  display: block;
}

}




#header{
  position: fixed;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  top: 0;
  left: 0;
  width:100%;
  max-width: 100%;
  z-index:2000;
  color: #0D0D0D;
}

.header_inner{
  height:clamp(4rem, 8vw, 5rem);
  display:flex;
  gap: 1rem;
  align-items:center;
  justify-content: space-around;
}

.header_contents {
  display: flex;
  align-items: center;
  gap:3rem;
  height: clamp(4rem, 8vw, 5rem);
}

.header_cta img {
  width: 22px;
  height: auto;
}

.header_cta:hover {
  opacity: 0.7;
}


/* ======================
logo
====================== */

.logo{
  display: flex;
  gap: clamp(.5rem, 2vw, 1rem);
  align-items: center;
}


.logo img:nth-child(1){ width: clamp(8rem, 15vw, 14rem); }
.logo img:nth-child(2){ width: .65rem; }
.logo img:nth-child(3){ width: clamp(4rem, 8vw, 7rem);}

/* ======================
nav
====================== */

.nav{
  position:fixed;
  top:60px;
  right:-100%;
  width:100%;
  height: calc(100vh - 60px);
  background: #000;
  color: #FFF;
  opacity: 0.9;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:2rem;
  padding-top: 2rem;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1000;
}

.nav.is-active{
  right:0;
  opacity: 1;
}

.nav_list{
  display:flex;
  flex-direction:column;
  gap:.5rem;
  opacity: 0;
  transition: all 0.6s ease;
  text-align: left;
  width: 80%;
}

.nav_list a{
  display: block;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #FFF;
}

.nav_list a:hover {
  opacity: 0.7;
}


.nav_list li{
  width: 100%;
  border-bottom: 1px solid #4D4D4D;
  padding: .8rem 0;
}


.nav.is-active .nav_list{
  opacity: 1;
  transform: translateY(0);
}

.nav_cta{
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.nav_cta .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(180deg, #06BBCE 0%, #7D2AE8 100%);
}

.curriculum_icon {
  width: 15px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
}

.mail {
  width: 18px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
}

/* =====================
hamburger
===================== */

.hamburger{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:0;
  background:none;
  border:none;
  cursor:pointer;
  z-index:1200;
  color: #0D0D0D;
}

/* 二本線 */

.hamburger_line{
  width:30px;
  height:2px;
  background:#0D0D0D;
  margin:4px 0;
  transition:0.3s;
}


/* menu close */

.hamburger_text{
  font-size:.7rem;
  letter-spacing:.05em;
}

.hamburger .close{
  display:none;
}

/* =====================
開いた状態
===================== */

.hamburger.is-active .hamburger_line:nth-child(1){
  transform:translateY(5px) rotate(45deg);
}

.hamburger.is-active .hamburger_line:nth-child(2){
  transform:translateY(-5px) rotate(-45deg);
}


/* menu → close */

.hamburger.is-active .menu{
  display:none;
}

.hamburger.is-active .close{
  display:inline;
}

.menu .close {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

.contact {
  display: none;
}

/* =====================
  tablet
===================== */

@media (min-width: 768px){

.contact {
  display: none;
}

.mail {
  width: 18px;
}

.curriculum_icon {
  width: 18px;
}


}


/* ======================
hamburger PC
====================== */

@media(min-width:1024px){

.logo{
  margin-left: clamp(1.5rem, 2vw, 2.5rem);
}

.hamburger{
  display:none;
}

.nav{
  position:static;
  height:auto;
  width:auto;
  flex-direction:row;
  background:none;
  gap:2rem;
  padding-top: 0;
  opacity: 1;
}

.nav_list{
  flex-direction:row;
  align-items:center;
  gap:2.5rem;
  opacity: 1;
  width: 100%;
}

.nav_list li{
  border-bottom: none;
  width: auto;
}

.hamburger{
  display:none;
}


.nav_list a {
  color: #111;
  border: none;
  font-size: 1rem;
  font-size: 0.95rem;
}

.nav_cta {
  display: none;
}

.header_inner {
  justify-content:space-between;
}

.header_cta {
  background: #0D0D0D;
  color: #fff;
  padding: 1rem 2.8rem;
  display: flex;
  align-items: center;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
}

}

/* =====================
  mv
===================== */
.mv {
  background-color: #F6F6F6;
  color: #46485C;
}

.mv_inner {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 4rem;
}

/* =====================
  left
===================== */
.mv_left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.mv_main {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: min(550px, 85%);
}

.mv_logo {
  width: 140px;
  height: auto;
}

.mv_title {
  font-size: clamp(2rem, 3.8vw, 3.3rem);
  font-weight: 700;
  color: #6c5ce7;
}


/* ラベル */
.mv_sub {
  display: inline-block;
  padding: 0.2rem .8rem;
  margin-top: .5rem;
  background: #FFF;
  text-align: center;
  border: 1px solid;
  border-image: linear-gradient(180deg, #06BBCE, #7D2AE8) 1;
}

.mv_sub span {
  font-size: clamp(.9rem, 2vw, 1.15rem);
  font-weight: 700;
  background: linear-gradient(180deg, #7D2AE8, #06BBCE);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* circles */
.mv_features {
  display: flex;
  justify-content: center;
  gap: .6rem;
  margin-bottom: 2rem;
  margin: 0 auto;
}

.mv_circle {
  position: relative;
  width: clamp(7rem, 30vw, 9.5rem);
  height: clamp(7rem, 30vw, 9.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  padding: 2px;
  background: linear-gradient(180deg, #06BBCE, #7D2AE8);
}

.mv_circle p {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: .1rem;
  font-size: clamp(.8rem, 3vw, 1.2rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.mv_features:nth-child(2){
  font-size: .8rem; }

.mv_features:nth-child(3){
  font-size: .9rem;
}

.canva {
  font-size: clamp(1rem, 3vw, 1.3rem);
  display: contents;
}

.blue {
  font-size: clamp(1rem, 3vw, 1.3rem);
  font-weight: 600;
  color: #00A4B8;
}

.note {
  font-size: clamp(.63rem, 2.5vw, .9rem);
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* buttons */
.mv_btns {
  display: flex;
  justify-content: center;
  gap: .3rem;
}

.mv_btn {
  width: clamp(11.2rem, 45vw, 18rem);
  height: 46px;
  display: block;
  text-align: center;
  padding: 12% 4%;
  border-radius: 3px;
  background: linear-gradient(180deg, #00c4cc, #6c5ce7);
  text-decoration: none;
  color: #fff;
  font-size: clamp(.7rem,2vw,.9rem);
  font-weight: 500;
  box-shadow: 0px 4px 0px 0px #3A47A3;
  transition: .3s;
}

.mv_btn:hover {
  box-shadow: unset;
  transform: translateY(4px);
}

.sub {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(.7rem,2vw,.9rem);
  font-weight: 500;
  margin-bottom: .5rem;
}

.sub::before,.sub::after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #46485C;
}
.sub::before {
    transform: rotate(60deg);
}
.sub::after {
    transform: rotate(-60deg);
}

.sub::before,
.sub::after {
  background-color: #46485C;
}

.sub.cta_sub::before,
.sub.cta_sub::after {
  background-color: #FFF !important;
}


/* =====================
  right
===================== */
.mv_right {
  position: relative;
}

.mv_right img {
  width: 100%;
  height: 45vh;
  object-fit: cover;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

/* label */
.mv_label {
  position: absolute;
  bottom: 2rem;
  right: 0;
  background: #fff;
  padding: .3rem 1.6rem .3rem 1.6rem;
  font-size: clamp(1.3rem, 3vw, 2.5rem);
  font-weight: bold;
  line-height: 1.4;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
}

.mv_lead {
  font-size: clamp(1.3rem, 4vw, 3.3rem);
}


.mv_accent {
  position: relative;
  display: inline-block;
  padding-top: .3rem;
}

/* グラデ丸 */
.mv_accent::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 50%;
  transform: translateX(-50%);

  width: 5px;
  height: 5px;
  border-radius: 50%;

  background: linear-gradient(180deg, #06BBCE, #7D2AE8);
}

.mv_btn {
    padding: 8% 4%;
}

.mv_big {
  font-size: clamp(1.3rem, 5vw, 3.5rem);
}



/* =====================
  tablet
===================== */

@media (min-width: 768px){

  .mv_circle {
    position: relative;
  }

    .mv_btn {
    width: clamp(16rem, 25vw, 18rem);
    border-radius: 50px;
  }

  .mv_right img {
    height: auto;
}

}



/* =====================
  PC
===================== */
@media (min-width: 1100px) {

  .mv {
    height: 100vh;
  }


  .mv_logo {
    width: 160px;
    height: auto;
  }

  .mv_inner {
    height: 100%;
    flex-direction: row;
    align-items: center;
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 5rem;
  }

  .mv_sub {
  padding: 0.2rem 1rem;
  margin-top: 1rem;
}

  .mv_circle {
    position: relative;
  }

  .mv_left {
    position: relative;
    gap: 2.5rem;
    z-index: 2;
    width: 50%;
    margin-bottom: 0;
  }

  .mv_features {
    gap: 1.5rem;
  }

  .mv_right {
    position: absolute;
    right: 0;
    top: 7rem;
    width: 55vw;
    max-width: 800px;
  }

  .mv_right img {
    width: 100%;
    height: auto;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
  }

  .mv_label {
    padding: .8rem 8.5rem .8rem 3.8rem;
    bottom: 10%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}

  /* グラデ丸 */
.mv_accent::before {
  width: 8px;
  height: 8px;
}

  .mv_btns {
  gap: clamp(1rem, 1.5vw, 2rem);
  padding: 0;
  }

  .mv_btn {
    width: clamp(16rem, 22vw, 18rem);
    height: auto;
    border-radius: 50px;
  }
}

/* =====================
  section_title
===================== */

.section_title {
  display: flex;
  flex-direction: column;
}

.section_title_sub {
  font-size: clamp(.8rem,2vw,1rem);
  font-weight: 600;
  background: linear-gradient(180deg, #7D2AE8 0%, #06BBCE 100%);
  -webkit-background-clip:text;
  background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* =====================
  concept
===================== */

.concept {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 7vw, 4rem);
  /* background-color: #0D0D0D; */
  padding-top: clamp(4rem, 7vw, 7rem);
  padding-bottom: clamp(4rem, 7vw, 7rem);
}

.concept_top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 1rem;
}

.concept_left {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 5vw, 4rem);
}

.concept_lead {
  color: inherit;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 600;
}

.under {
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #7D2AE8 0%, #06BBCE 100%);
  border-image-slice: 1;
  padding-bottom: .4rem;
}

.concept_left img {
  width: min(540px,90%);
}

.concept_title {
  color: inherit;
  font-size: clamp(3rem, 8vw, 5rem);
}

.concept_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2rem);
  width: min(1090px, 100%);
  margin: 0 auto;
}

.concept_bottom li {
  width: 345px;
  padding: .4rem 1.5rem 2rem;
  border-right: none;
  border-bottom: 1px solid #252525;
}

.concept_bottom h3 {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #0AB6CF;
  margin-bottom: 1rem;
}

.concept_bottom p {
  font-size: .8rem;
  font-weight: 400;
  text-align: left;
  color: inherit;
}



/* =====================
  tablet
===================== */

@media (min-width: 768px){

  .concept_top {
    width: 80%;
}
}

/* =====================
  PC
===================== */
@media (min-width: 1100px) {

  .concept_top {
    width: min(1200px, 80%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    padding: 0;
    margin: 0 auto;
}

  .concept_bottom {
    flex-direction: row;
  }

  .concept_bottom li {
  border-right: 1px solid #252525;
  border-bottom: none;
}

}


/* =====================
  intro
===================== */
.intro {
  padding: clamp(4rem, 7vw, 7rem) 1rem;
  background-color: #f6f6f6;
  color: inherit;
  /* ドット背景 */
  background-image: radial-gradient(rgba(0,0,0,0.06) 1px, transparent 1px);
  background-size: 14px 14px;
}

.intro_inner {
  width: min(800px,100%);
  margin: 0 auto;
  text-align: center;
}

/* lead */
.intro_lead {
  font-size: clamp(1.1rem,3vw,1.3rem);
  font-weight: 700;
  margin-bottom: 1.2rem;
}

/* badge */
.intro_badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #0D0D0D;
  color: #fff;
  padding: 0.5rem 1.9rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.intro_badge::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 48%;
  border: 6px solid transparent;
  border-top: 12px solid #0D0D0D;
}

.intro_badge_mini {
  font-size: 0.65rem;
  text-align: left;
  line-height: 1.4;
}

.intro_badge_text {
  font-size: .9rem;
  text-align: left;
  line-height: 1.4;
}

.intro_badge_label {
  border: 1px solid #fff;
  padding: 0.2rem 0.4rem;
  font-size: 0.9rem;
}

/* title */
.intro_title {
  font-size: clamp(1.3rem, 4vw, 2rem);
  font-weight: 700;
  margin-bottom: 1.9rem;
}

/* text */
.intro_text {
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  font-weight: 500;
  margin-bottom: 2rem;
}

/* logos */
.intro_logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.intro_logo {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro_logo img {
  width: 70%;
}

/* 黒 */
.intro_logo_black {
  background: #ED6C00;
}

/* グラデ */
.intro_logo_grad {
  background: linear-gradient(180deg, #06BBCE, #7D2AE8);
}

/* × */
.intro_cross {
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro_cross svg {
  width: clamp(1.3rem, 3vw, 2.5rem);
  height: auto;
}

.intro_cross line {
  stroke: #111;
  stroke-width: 2; /* ←細さここで調整 */
  stroke-linecap: round;
}

/* desc */
.intro_desc {
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 2rem;
}

/* note */
.intro_note {
  font-size: clamp(1.15rem, 2.5vw, 1.3rem);
  font-weight: 700;
  line-height: 1.8;
}

.intro_note_txt {
  font-size: 1rem;
  padding-top: 1rem;
}

/* accent */
.grad {
  background: linear-gradient(180deg, #7D2AE8 0%, #06BBCE 100%);
  -webkit-background-clip:text;
  background-clip: text;
	-webkit-text-fill-color: transparent;
}

.grad2 {
  background: linear-gradient(180deg, #06BBCE 0%, #7D2AE8 100%);
  -webkit-background-clip:text;
  background-clip: text;
	-webkit-text-fill-color: transparent;
}

.big {
  color: #4272DC;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.5rem, 5vw, 2rem);
  font-weight: 700;
  padding-right: 0.3rem;
}

.color {
  color: #4272DC;
}

/* =====================
  PC
===================== */
@media (min-width: 900px) {

  .intro_badge {
    padding: 0.5rem 3rem;
  }

  .intro_badge::after {
  bottom: -15px;
  left: 10%;
}

  .intro_logo {
    width: 10rem;
    height: 10rem;
  }

  .intro_cross {
    font-size: 2rem;
  }

  .intro_note_txt {
  font-size: clamp(1.15rem, 2.5vw, 1.3rem);
  padding-top: 0;
}

}


/* =====================
  cta
===================== */
.cta {
  position: relative;
  padding: clamp(4rem, 7vw, 7rem) 0;
  color: #fff;
  overflow: hidden;
  background-image:url("../img/cta_bg_mobile.webp");
  background-size:cover;
  background-position:center top;
  background-repeat:no-repeat;
}

.cta_inner {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 左 */
.cta_content {
  margin-bottom: 2.5rem;
  padding: 0 1.4rem;
}

/* ラベル */
.cta_label {
  display: inline-block;
  font-size: clamp(0.9rem, 2vw, 1rem);
  padding: 0.3rem 1.3rem;
  margin-bottom: 1.3rem;
  background: #FFF;
  border: 1px solid;
  border-image: linear-gradient(180deg, #06BBCE, #7D2AE8) 1;
}

.cta_label span {
  font-weight: 700;
  background: linear-gradient(180deg, #7D2AE8, #06BBCE);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* タイトル */
.cta_title {
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 2rem;
}

.cta_logo {
  width: 135px;
  height: auto;
}

.cta_text {
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.accent {
  color: #00c4cc;
}

/* 右 */
.cta_visual {
  position: relative;
  text-align: center;
}

.cta_visual_img {
  width: 100%;
  max-width: 20rem;
}

/* ボタン */
.cta_buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

.cta_btn {
  margin-top: 2rem;
}


.cta_btn_primary {
  background: linear-gradient(135deg, #7D2AE8, #06BBCE);
}

.cta_sub {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(.7rem,2vw,.9rem);
  font-weight: 500;
  margin-bottom: .5rem;
}

.cta_sub::before,.cta_sub::after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #FFF;
}
.cta_sub::before {
    transform: rotate(60deg);
}
.cta_sub::after {
    transform: rotate(-60deg);
}

.cta_sub::before,
.cta_sub::after {
  background-color: #FFF;
}

.cta_sub::before,
.cta_sub::after {
  background-color: #FFF !important;
}



/* バッジ */
.cta_badge {
  position: absolute;
  top: 0;
  right: .5rem;
  width: clamp(7rem, 30vw, 9.5rem);
  height: clamp(7rem, 30vw, 9.5rem);
  border-radius: 50%;
  color: #333;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cta_badge p {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
    line-height: 1.4;
}

/* SP/PC */
.pc { display: none; }
.sp { display: flex; }


/* =====================
  tablet
===================== */

@media (min-width: 768px){

.cta {
  background-position:center;
}

.cta_content {
    padding: 0;
    margin: 0 auto 2.5rem;
}

.cta_badge {
    position: absolute;
    top: 0;
    right: 6rem;
}


.cta_inner {
  width: 90%;
  gap: 1rem;
}

}


/* =====================
  PC
===================== */
@media (min-width: 1100px) {

  .cta {
    background-image: url(../img/cta_bg.webp);
    background-size:cover;
    background-position:center;
    padding: clamp(4rem, 7vw, 5rem) 0;
  }

  .cta_inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
  }

  .cta_content {
    width: 50%;
    margin-bottom: 0;
  }

  .cta_label {
  padding: 0.3rem 3rem;
}

  .cta_text {
  text-align: left;
}

  .cta_visual {
    width: 50%;
  }

  .cta_buttons {
    flex-direction: row;
  }

  .cta_btn {
    display: none;
  }

  .pc { display: flex; }
  .sp { display: none; }

  .cta_visual img {
    max-width: 35rem;
  }

  .cta_badge {
    width: 9rem;
    height: 9rem;
    right: 0;
  }
}


/* =====================
  approach
===================== */

.approach {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7rem) 1rem;
  background: #FFF;
  color: #0D0D0D;
}

.approach_wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 7vw, 4.5rem);
  width: min(1200px,100%);
}

.approach_top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}

.approach_top h3 {
  width: auto;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 1.3rem;
}

.approach_top p {
  width: min(550px,100%);
  font-size: clamp(.88rem, 3vw, .88rem);
  font-weight: 500;
}

.approach_top_title {
  font-size: 1.4rem;
}

.approach_top_lead {
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: clamp(.95rem, 4vw, 1.4rem);
  font-weight: 600;
  line-height: 1.5;
}

.approach_top_mobile {
  font-size: clamp(.95rem, 4vw, 1.5rem);
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  margin-right: .5rem;
}

.approach_big {
  font-size: 4rem;
  line-height: 1;
}

.approach_sub {
  font-size: clamp(1.3rem,3vw,1.5rem);
  font-weight: 600;
}

.approach_list {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(3rem,5vw,5rem);
  margin: 0 auto;
}

.approach_list li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  padding: 3rem 1.5rem 2rem;
  width: min(350px,100%);
  height: min(500px,100%);
  background-color: #F6F6F6;
}

.approach_list img {
  width: min(140px,50%);
  height: clamp(120px, 4vw, 130px);
  object-fit: contain;
}

.list_title {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin: 0.2rem 0 0.3rem 0;
}

.list_disc {
  font-size: .88rem;
  font-weight: 500;
}

.round {
  position: absolute;
  top: -30px;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: .6rem;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: #FFF;
  border-radius: 50%;
  background: #0D0D0D;
}

.round span {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}


/* =====================
  tablet
===================== */

@media (min-width: 768px){

.approach {
  align-items: center;
}

.approach_wrap {
    display: flex;
    flex-direction: column;
    gap: clamp(2.5rem, 7vw, 4.5rem);
    width: 90%;
    max-width: 1200px;
}

.approach_top p {
  width: 90%;
  text-align: center;
}

.approach_list li {
  gap: 3rem;
}

.approach_top_mobile {
  font-weight: 600;
}

.approach_top {
    align-items: center;
}

}

/* =====================
  PC
===================== */
@media (min-width: 1100px) {

  .approach {
  flex-direction: row;
}

.approach_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: auto;
  width: min(1100px, 100%);
  margin: 0 auto 1rem;
  margin-bottom: 1rem;
}

.approach_top h3 {
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
  margin-bottom: .2rem;
}

.approach_top p {
  width: 50%;
  text-align: left;
}


  .approach_list {
    flex-direction: row;
    gap: 1.5rem;
  }


  .approach_list li {
  height: 450px;
  }
}


/* =====================
  instructors
===================== */


.instructors {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7rem) 1rem;
  background: #F6F6F6;
  color: #0D0D0D;
}

.ainstructors_wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 7vw, 4rem);
  width: min(1200px,100%);
}

.instructors_title {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.instructors_inner {
  width: min(1100px,100%);
  display: flex;
  flex-direction: column;
  gap: clamp(3rem,6vw,3.2rem);
  margin: 0 auto;
}

.instructors_lead {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  padding-top: clamp(2.5rem, 6vw, 5rem);
}

.instructors_lead h3 {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

.instructors_lead p {
  font-size: .88rem;
  font-weight: 500;
}

.instructors_supervision {
  display: flex;
  flex-direction: column;
  gap: clamp(1.3rem, 5vw, 2rem);
}

.instructors_supervision img {
  width: 100%;
}

.instructors_name {
  display: flex;
  align-items: center;
  gap: .8rem;
  font-size: clamp(1.2rem,3vw,1.5rem);
  font-weight: 700;
  margin-bottom: clamp(1rem,5vw,2rem);
}

.instructors_name_note {
  background: #0D0D0D;
  color: #FFF;
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 500;
}

.instructors_disc {
  font-size: .88rem;
  font-weight: 500;
}

.instructors_lecturer {
  display: grid;
  gap: 2rem;
}

.instructors_lecturer li {
  width: 85%;
  margin: 0 auto;
}

.instructors_lecturer img {
  width: 100%;
}

.lecturer_area {
  background: #0D0D0D;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .5rem 0;
}

.lecturer_title {
  font-size: .75rem;
}

.lecturer_name {
  font-size: 1.3rem;
}

.lecturer_en {
  font-size: .75rem;
  font-family: "Raleway", sans-serif;
}

.lecturer_disc {
  background: #FFF;
  font-size: .88rem;
  font-weight: 500;
  padding: 1.2rem 1.9rem;
  height: auto;
}

/* =====================
  tablet
===================== */

@media (min-width: 768px){

.instructors_title {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

.instructors_inner {
    width: 90%;
    max-width: 1100px;
}

.instructors_supervision img {
  width: 50%;
}

.instructors_lecturer li {
  width: 100%;
  margin: 0 auto;
}

  .instructors_lecturer {
    grid-template-columns: repeat(2, 1fr);
  }

.instructors_lead {
  align-items: center;
}

.instructors_lead p {
  text-align: center;
  width: 90%;
}

}

/* =====================
  PC
===================== */
@media (min-width: 1100px) {

  .instructors_lead h3 {
  text-align: left;
}

  .instructors_lead {
  align-items: flex-start;
}

.instructors_lead p {
  text-align: left;
  width: 90%;
}

  .instructors_supervision {
    position: relative;
    flex-direction: row;
    align-items: end;
  }

  .instructors_supervision::after {
    position: absolute;
    top: -3rem;
    right: 0;
    content: "Creative\AProfessionals";
    white-space: pre;
    font-size: 110px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    text-align: right;
    line-height: 1.1;
    background: linear-gradient(180deg, #7D2AE8 0%, #06BBCE 100%);
    opacity: 5%;
    -webkit-background-clip:text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .instructors_supervision img {
  width: min(257px,80%);
  height: auto;
  object-fit: cover;
}

  .instructors_lecturer {
  gap: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
}

  .instructors_lecturer li {
    flex: 1;
    width: auto;
  }

  .lecturer_disc {
    padding: 1.2rem .8rem;
    height: 160px;
}

}



/* =====================
  curriculum
===================== */


.curriculum {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7rem) 1rem;
  background: #FFF;
  color: #0D0D0D;
}

.curriculum_wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 5vw, 4rem);
  width: min(1200px,100%);
  margin: 0 auto;
}

.curriculum_title {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.curriculum_inner {
  width: min(1010px,100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2.5rem, 6vw, 3.8rem);
  margin: 0 auto;
}

.curriculum_lead {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.curriculum_lead h3 {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

.curriculum_lead p {
  font-size: .88rem;
  font-weight: 500;
}

.curriculum_step {
  display: grid;
  gap: 1.5rem;
  counter-reset: step;
}

.curriculum_step li {
  position: relative;
  counter-increment: step;
  width: 320px;
  margin: 0 auto;
}

.curriculum_step img {
  width: 100%;
}

.curriculum_step li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: "Step" counter(step, decimal-leading-zero);
  background: #0D0D0D;
  padding: 0.4rem 0.7rem;
  color: #FFF;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.step_disc {
  background: #F6F6F6;
  font-size: 1rem;
  font-weight: 700;
  padding: 1.2rem 1rem;
  text-align: center;
  height: auto;
}

.curriculum_note {
  font-size: .85rem;
  font-weight: 400;
  margin-top: 2rem;
}

.curriculum_move p {
  text-align: center;
  font-size: clamp(1.2rem,3vw,1.5rem);
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 2rem;
}


.video iframe {
    width: 100%;
    height: auto;
}

/* =====================
  tablet
===================== */

@media (min-width: 768px){

.curriculum_wrap {
    width: 90%;
    max-width: 1200px;
}

.curriculum_step {
  grid-template-columns: repeat(2, 1fr);
}

.curriculum_lead {
  align-items: center;
}

.curriculum_lead p {
  text-align: center;
  width: 100%;
}

.video iframe {
  width: 60vw;
  height: 70vh;
}

}



/* =====================
  PC
===================== */
@media (min-width: 1100px) {

  .curriculum_lead h3 {
  text-align: left;
}

.curriculum_lead {
  align-items: flex-start;
}

.curriculum_lead p {
  text-align: left;
  width: 60%;
}

.curriculum_inner {
  align-items: flex-start;
}

.curriculum_lead {
  flex-direction: row;
  justify-content: space-between;
  width: min(1100px, 100%);

}

  .curriculum_step {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}


  .step_disc {
    padding: 1.2rem .8rem;
}

.curriculum_move {
  margin: 0 auto;
}

.curriculum_move video {
  width: 80%;
}

}


/* =====================
  features
===================== */


.features {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7rem) 1rem;
  background: #F6F6F6;
  color: #0D0D0D;
}

.features_wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 7vw, 4rem);
  width: min(1200px,100%);
  margin: 0 auto;
}

.features_title {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.features_inner {
  width: min(1100px,100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(3.8rem,6vw,3.8rem);
  margin: 0 auto;
}

.features_lead {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.features_lead h3 {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

.features_lead p {
  font-size: .88rem;
  font-weight: 500;
  padding: 0 .8rem;
}

.features_point {
  width: 90%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
  counter-reset: step;
}

.features_round {
  left: -30px;
}

.features_point li {
  position: relative;
  counter-increment: step;
  width: 320px;
  margin: 0 auto;
}

.features_point img {
  width: 100%;
}

.point_title {
  font-size: 1.13rem;
  font-weight: 700;
  text-align: center;
  padding-top: 1.3rem;
}


.point_disc {
  font-size: .9rem;
  font-weight: 400;
  padding: .5rem 1rem;
  text-align: left;
  height: auto;
}

.features_note {
  text-align: center;
  font-size: clamp(1.3rem, 2.5vw, 1.3rem);
}

.intro_big {
  font-size: 2rem;
}

.features_note_txt {
  font-size: clamp(.88rem,3vw,1rem);
  font-weight: 500;
  text-align: center;
  padding-top: 1.3rem;
}


/* =====================
  tablet
===================== */

@media (min-width: 768px){

.features_wrap {
    width: 90%;
    max-width: 1200px;
}

.features_lead {
  align-items: center;
}

.features_lead p {
  text-align: center;
  width: 100%;
}

}


/* =====================
  PC
===================== */
@media (min-width: 1100px) {

  .features_lead h3 {
  text-align: left;
}

.features_inner {
  align-items: center;
}

.features_lead {
  flex-direction: row;
  justify-content: space-between;
  width: min(1100px, 100%);

}

  .features_point {
  flex-direction: row;
  gap: 1.5rem;
  width: 100%;
  justify-content: space-between;
}


  .point_disc {
    padding: 1rem .8rem;
}


}



/* =====================
  stories
===================== */


.stories {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7rem) 1rem 12rem;
  background: #F6F6F6;
  color: #0D0D0D;
}

.stories_inner {
  width: min(1100px,100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2.5rem,6vw,3.8rem);
  margin: 0 auto;
  z-index: 100;
}

/* リスト */
.stories_list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* アイテム */
.stories_item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

/* アバター */
.stories_avatar {
  width: 4.5rem;
  text-align: center;
  flex-shrink: 0;
}

.stories_avatar img {
  width: 100%;
  border-radius: 50%;
}

.stories_meta {
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

.stories_meta span {
  font-size: 0.7rem;
  color: #666;
}

/* カード */
.stories_card {
  background: #fff;
  padding: 1.2rem;
  border-radius: 10px;
}

.stories_lead {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.stories_text {
  font-size: 0.9rem;
}

/* 背景イラスト */
.stories_bg {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 100%;
  z-index: 0;
}

.stories_bg img {
  width: 100%;
}


/* =====================
  tablet
===================== */

@media (min-width: 768px){

.stories {
    padding: clamp(4rem, 7vw, 7rem) 1rem 16rem;
}

.stories_inner {
    width: 90%;
    max-width: 1200px;
}

.features_lead {
  align-items: center;
}

.features_lead p {
  text-align: center;
  width: 100%;
}

.stories_bg {
  width: 70%;
}

}

/* =====================
PC
===================== */
@media (min-width: 1100px) {

  .stories {
    padding: clamp(4rem, 7vw, 7rem) 2rem 13rem;
  }

  .features_lead {
  align-items: flex-start;
}

.features_lead p {
  text-align: left;
  width: 60%;
}

  .stories_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
  }

  .stories_item {
    width: calc(50% - 1rem);
  }

  .stories_item:nth-child(3) {
    margin-top: 2rem;
  }

  .stories_avatar {
    width: 5.5rem;
  }

  .stories_card {
    padding: 1.5rem;
  }

  .stories_bg {
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 60%;
}


.stories_bg img {
  width: 100%;
}


}


/* =====================
  plan
===================== */
.plan {
  padding: clamp(4rem, 7vw, 7rem) 1rem;
  background: #FFF;
  color: #0D0D0D;
}

.plan_inner {
  width: min(1100px,100%);
  margin: 0 auto;
}

/* リスト */
.plan_list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: clamp(2.5rem, 7vw, 4rem);
}

/* カード */
.plan_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 3px solid #F6F6F6;
  text-align: center;
  padding-bottom: 1.5rem;
}

/* 強調カード */
.plan_card_primary {
  border: 2px solid transparent;
  border-image: linear-gradient(30deg, #06BBCE 0%, #7D2AE8 100%);
  border-image-slice: 1;
}

/* ヘッド */
.plan_head {
  font-size: 0.9rem;
  margin-bottom: 1.2rem;
  background: #F6F6F6;
  width: 100%;
  padding: 1.5rem 0;
}

.plan_head span {
  display: block;
  font-size: clamp(1.3rem, 1.5vw, 1.4rem);
  font-weight: 700;
  color: #0D0D0D;
}

.plan_card_primary .plan_head span {
  color: #fff;
}


/* 黒背景 */
.plan_head.dark {
  background: #0D0D0D;
  color: #fff;
  padding: 1.5rem;
}

/* 価格 */
.plan_price {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1rem;
}

.plan_price span {
  font-size: 0.8rem;
  font-weight: normal;
}

/* 説明 */
.plan_desc {
  height: auto;
  font-size: clamp(.88rem, 1.1vw, .88rem);
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding: 0 .2rem;
}

/* リスト */
.plan_features {
  list-style: none;
  text-align: left;
  margin-bottom: 2rem;
  padding: 0 clamp(1rem, 1.5vw, 1.5rem);
}

.plan_features li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
}

/* チェック */
.plan_features li::before {
  content: "";
  position: absolute;
  top: .3rem;
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  background: url("../../public/img/check.svg") no-repeat center / contain;
}

.plan_color {
  color: #4272DC;
}

/* ボタン */
.plan_btn {
  display: inline-block;
  text-align: center;
  padding: 0.9rem clamp(1rem, 1.5vw, 1.8rem);
  border: 1px solid #0D0D0D;
  text-decoration: none;
  color: #0D0D0D;
  font-weight: 700;
  transition: all .3s;
}

.plan_btn:hover {
  color: #fff;
  border:1px solid #FFF;
  background-color: #0D0D0D;
}

/* メイン */
.plan_btn_dark {
  background: #0D0D0D;
  color: #fff;
  border: none;
}

.plan_btn_dark:hover {
  color: #0D0D0D;
  border:1px solid #0D0D0D;
  background-color: #FFF;
}

/* =====================
  tablet
===================== */

@media (min-width: 768px){

.plan_inner {
    width: 90%;
    max-width: 1200px;
}

.plan_list {
    width: 70%;
    margin: 0 auto;
}

}

/* =====================
  PC
===================== */
@media (min-width: 1100px) {


  .plan_list {
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
  }

  .plan_card {
    width: 32%;
  }

  .plan_desc {
  height: 4.5rem;
  }
}

/* =====================
  faq
===================== */

.faq {
  padding: clamp(4rem, 7vw, 7rem) 1rem;
  background-color: #FFF;
  background-image: radial-gradient(rgba(0, 0, 0, 0.06) 1px, transparent 1px);
  background-size: 14px 14px;
  color: #0D0D0D;
}

.faq_inner {
  width: min(1100px,100%);
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
}

.faq_content{
  display: flex;
  flex-direction: column;
  padding:clamp(3rem, 4vw, 7rem) 0;
  width: min(880px,100%);
  margin: 0 auto;
}

/* 質問 */
.faq_question{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:1rem;
  font-size:1rem;
  font-weight: 500;
  padding:1rem 1.5rem;
  cursor:pointer;
  background-color: #F6F6F6;
  border-radius: 10px;
}

/* Qアイコン */
.faq_icon{
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  color: #FFF;
  padding: 5px 11px;
  background-color: #140D0A;
  border-radius: 50px;
}


/* ＋ */
.toggle_icon{
  font-size:.8rem;
  margin-left:auto;
}

.toggle_icon::before{
  content:"＋";
}

.faq_item.active .toggle_icon::before{
  content:"−";
}



/* 回答 */
.faq_answer{
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  gap:1rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-5px);
  font-size: clamp(.88rem, 2vw, 1rem);
  padding: 1rem 1.5rem;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease,
    transform 0.3s ease;
}

.faq_icon_a {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  color: #FFF;
  padding: 5px 12px;
  background-image: linear-gradient(180deg, #06BBCE 0%, #7D2AE8 100%);;
  border-radius: 50px;
}



.faq_item.active .faq_answer{
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
}

/* =====================
  tablet
===================== */

@media (min-width: 768px){

.faq_inner {
    width: 90%;
    max-width: 1200px;
}

}

/* =====================
  PC
===================== */
@media (min-width: 1100px) {

.faq_icon{
  padding: 5px 12px;
}

.faq_icon_a {
  padding: 5px 13px;
}

}


/* =====================
  Footer_cta
===================== */

.footer_cta {
  text-align: center;
}

.cta_logo_wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.cta_logo {
  height: 1.5em;
  width: auto;
}

.footer_cta_txt {
  margin-bottom: 2.5rem;
}

.footer_sub {
  font-size: clamp(.75rem, 2vw, .9rem);
}

.footer_btn {
  width: auto;
  height: auto;
  border-radius: 30px;
  padding: 1rem clamp(4.5rem, 13vw, 12rem);
  box-shadow: 0px 2px 0px 0px #3A47A3;
  font-size: 1.2rem;
  font-weight: 600;
}

.footer_btn img {
  width: 23px;
  margin-right: 16px;
}


/* =====================
  PC
===================== */
@media (min-width: 1024px) {

.footer_cta {
  text-align: left;
}

}


/* =====================
  footer
===================== */
.footer {
  position: relative;
  background: #0D0D0D;
  color: #fff;
  padding: 3rem 1.5rem 2rem;
}

.footer_inner {
  width: min(1200px,100%);
  margin: 0 auto;
}

/* =====================
  top
===================== */
.footer_top {
  margin-bottom: 2rem;
}

.footer_logo {
  width: 10rem;
  margin-bottom: 1rem;
}

.footer_company {
  font-size: clamp(0.85rem, 2.5vw, .9rem);
  margin-bottom: 2rem;
}

/* ナビ */
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem clamp(1rem, 3vw, 3rem);
}

.footer_nav li {
  width: calc(50% - 1rem);
}

.footer_nav a {
  display: block;
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  text-decoration: none;
  color: #fff;
  padding: 0.2rem 0;
}

.footer_nav a:hover {
  opacity: 0.7;
}

/* =====================
  bottom
===================== */
.footer_bottom {
  border-top: 1px solid #4D4D4D;
  padding-top: 1.5rem;
}

.footer_links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-bottom: 1.5rem;
}

.footer_links a {
  font-size: clamp(0.8rem, 2.5vw, 0.9rem);
  color: #fff;
  text-decoration: none;
}

.footer_links a:hover {
  opacity: 0.7;
}

.footer_copy {
  font-size: clamp(0.65rem, 2vw, 0.85rem);
  color: #CACACA;
}

/* =====================
  PC
===================== */
@media (min-width: 900px) {

  .footer {
    padding: 4rem 2rem 2rem;
  }

  .footer_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_info {
    width: 30%;
  }

  .footer_nav {
    width: 65%;
    justify-content: flex-start;
  }

  .footer_nav li {
    width: auto;
  }

  .footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer_links {
    margin-bottom: 0;
  }

}



/* =====================
  back to top
===================== */
.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

/* アイコン */
.back-to-top img {
  width: 100%;
  height: auto;
  display: block;
}

/* 表示状態 */
.back-to-top.active {
  opacity: 1;
  visibility: visible;
}

/* フッターで止める */
.back-to-top.is-stop {
  position: absolute;
  bottom: 2rem;
}

/* =====================
  hover
===================== */
.back-to-top:hover {
  opacity: 0.7;
}

/* =====================
  PC
===================== */
@media (min-width: 900px) {

  .back-to-top {
    right: 2rem;
    bottom: 2rem;
  }


}


/* =====================
  under_contact-page
===================== */
.hs-form-frame {
  width: 100%;
  margin: clamp(4rem,7vw,8rem) auto;
}

/* =====================
  PC
===================== */
@media (min-width: 900px) {

.hs-form-frame {
    width: min(1100px, 80%);
}


}