@charset "UTF-8";
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

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

a {
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

/*------------------------------
base
------------------------------*/
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
  background: #eee;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.inner {
  width: 1152px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.c_page-container {
  padding: 80px 0 144px;
}
@media (max-width: 767px) {
  .c_page-container {
    padding: 16px 0 88px;
  }
}

/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* 余白
------------------------------*/
.u-pb-100 {
  padding-bottom: 100px;
}

/*---------- タイトル ----------*/
.c_title {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.25;
}
.c_title span {
  display: block;
  font-size: min(5.6rem, 6.25vw);
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Bungee", sans-serif;
}
.c_title small {
  display: block;
  font-size: 4rem;
  color: #0080FE;
}
@media (max-width: 767px) {
  .c_title span {
    font-size: 4rem;
  }
  .c_title small {
    font-size: 2.4rem;
  }
}

/*---------- ボタン ----------*/
.c_btn {
  display: inline-block;
  width: 264px;
  border-radius: 48px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Bungee", sans-serif;
  text-align: center;
  padding: 1.25em 0;
  padding: calc(1.25em + 3px) 0;
  background: #000;
  color: #fff;
  position: relative;
}
.c_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  aspect-ratio: 22/30;
  -webkit-mask-image: url(../images/icon_arrow.png);
          mask-image: url(../images/icon_arrow.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}
@media (max-width: 767px) {
  .c_btn {
    width: 100%;
    max-width: 327px;
  }
}

.c_btn-wh {
  display: inline-block;
  border-radius: 40px;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Bungee", sans-serif;
  color: #000;
  text-align: center;
}

.c_btn-bk {
  display: inline-block;
  border-radius: 40px;
  background: #000;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Bungee", sans-serif;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .c_btn-wh,
  .c_btn-bk {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .c_btn-wh,
  .c_btn-bk {
    font-size: 1.6rem;
  }
}

.c_btn-inactive {
  pointer-events: none;
  display: inline-block;
  width: 264px;
  border-radius: 48px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Bungee", sans-serif;
  text-align: center;
  padding: calc(1.25em + 3px) 0;
  background: #ccc;
  color: #fff;
}
@media (max-width: 767px) {
  .c_btn-inactive {
    width: 100%;
    max-width: 327px;
  }
}

/*========================
join-us
========================*/
.join-us {
  margin-top: 112px;
}
@media (max-width: 767px) {
  .join-us {
    margin-top: 48px;
  }
}

.join-us__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .join-us__list {
    gap: 8px;
  }
}
.join-us__list .item {
  border-radius: 32px;
  background: #CFFA29;
  display: inline-block;
  padding: 8px 24px;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 900;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 1.8px;
}
@media (max-width: 767px) {
  .join-us__list .item {
    font-size: 12px;
    padding: 8px 16px;
  }
}

.join-us__coming-soon {
  max-width: 414px;
  margin: 0 auto;
}

/*---------- リンクメニュー ----------*/
.c_menu-inactive {
  color: #999 !important;
  position: relative;
  pointer-events: none;
}
.c_menu-inactive::after {
  content: "COMING SOON!!";
  position: absolute;
  bottom: 0.1em;
  right: 0;
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
  color: #000;
  background: #0080FE;
  font-size: clamp(1.2rem, 0.9253139458vw, 1.4rem);
  font-weight: 400;
  font-family: "Bungee", sans-serif;
  padding: 0.3em;
  border-radius: 4px;
}
@media screen and (max-width: 999px) {
  .c_menu-inactive::after {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .c_menu-inactive::after {
    bottom: 0.4em;
    font-size: 1.4rem;
  }
}

/* セミナー情報
------------------------------*/
.c-seminar {
  background: #CFFB2B;
  padding-top: 104px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .c-seminar {
    padding-top: 74px;
  }
}

.c-seminar__title {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
.c-seminar__title span {
  display: block;
  font-family: "Bungee", sans-serif;
  font-size: 24px;
}
@media (max-width: 767px) {
  .c-seminar__title {
    font-size: 24px;
  }
}

.c-seminar__title-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  font-size: 2.4rem;
  font-weight: 400;
  color: #CFFB2B;
  background: #0080FE;
  padding: 8px 16px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .c-seminar__title-en {
    font-size: 20px !important;
  }
}

.c_seminar__block:nth-child(n+2) {
  margin-top: 104px;
}
@media (max-width: 767px) {
  .c_seminar__block:nth-child(n+2) {
    margin-top: 75px;
  }
}

.c-seminar__box {
  margin-top: 40px;
  background: #fff;
  border-radius: 16px;
  padding: 8% 7%;
  position: relative;
}
.c-seminar__box .wrap2 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .c-seminar__box .wrap2 {
    margin-top: 64px;
  }
}
.c-seminar__box h3 {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 1em;
}
.c-seminar__box h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #0080FE;
  width: 2em;
  aspect-ratio: 48/6;
  border-radius: 5px;
}
.c-seminar__box h3 span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Bungee", sans-serif;
  color: #0080FE;
  background: #CFFB2B;
  padding: 8px;
  border-radius: 6px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .c-seminar__box {
    padding: 30px 24px 30px;
  }
}

.c-seminar__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .c-seminar__text {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .c-seminar__text {
    font-size: 1.4rem;
    font-size: 15.5px;
  }
}

.c-seminar__schedule {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-seminar__schedule img {
  width: calc(33.3% - 16px);
}
@media (min-width: 768px) {
  .c-seminar__schedule img:not(:nth-child(3n)) {
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .c-seminar__schedule {
    display: block;
  }
  .c-seminar__schedule img {
    width: 100%;
  }
  .c-seminar__schedule img:nth-child(n+2) {
    margin-top: 16px;
  }
}

.c-seminar__schedule--fin {
  position: relative;
}
.c-seminar__schedule--fin img {
  opacity: 0.4;
}
.c-seminar__schedule--fin p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-6deg);
          transform: translate(-50%, -50%) rotate(-6deg);
  width: 83%;
}
.c-seminar__schedule--fin p span {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: 3px solid rgb(0, 0, 0);
  font-size: min(2.4rem, 2vw);
  font-weight: 900;
  background: #CFFB2B;
  position: relative;
  padding: 0.7em 0;
  padding-left: 3.2em;
  padding-right: 1.3em;
  border-radius: 10px;
}
.c-seminar__schedule--fin p span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_megaphone.png) no-repeat center center/contain;
  width: 1.5em;
  aspect-ratio: 40/24;
}
@media (max-width: 767px) {
  .c-seminar__schedule--fin p {
    width: 100%;
  }
  .c-seminar__schedule--fin p span {
    font-size: min(2rem, 5.3333333333vw);
  }
}

.c-seminar__instructor {
  margin-top: 4%;
  background: #F6F6F6;
  padding: 16px 56px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-seminar__instructor img {
  width: 35.7%;
  margin-right: 5%;
}
@media (max-width: 767px) {
  .c-seminar__instructor {
    display: block;
    padding: 8px 0;
    margin-top: 11%;
    background: none;
  }
  .c-seminar__instructor img {
    display: block;
    width: 248px;
    margin: 0 auto;
  }
}

.c-seminar__instructor--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-seminar__instructor--reverse img {
  margin-right: 0;
  margin-left: 5%;
}

.c-seminar__instructor-content p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .c-seminar__instructor-content {
    margin-top: -3%;
  }
}

.c-seminar__instructor-title {
  font-size: 1.4rem;
  font-weight: 700;
}
.c-seminar__instructor-title span {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Bungee", sans-serif;
  color: #0080FE;
  margin-right: 5px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-seminar__instructor-title {
    font-size: 1.3rem;
  }
  .c-seminar__instructor-title span {
    font-size: 2.4rem;
  }
}

.c-seminar__instructor-name {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
.c-seminar__instructor-name small {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Bungee", sans-serif;
  line-height: 1.8;
  margin-left: 5px;
  color: #AEAEAE;
}
.c-seminar__instructor-name span {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 1.5em;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .c-seminar__instructor-name {
    font-size: 2.4rem;
  }
  .c-seminar__instructor-name small {
    font-size: 1.1rem;
  }
}

/*========================
company-seminar
========================*/
.company-seminar__box {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .company-seminar__box {
    padding: 40px 24px;
    margin-bottom: 72px;
  }
}
.company-seminar__box .join-btn a:first-child {
  color: #000;
  background-color: #FFF;
  font-weight: 900;
  border: solid 3px black;
  padding: 1.17em 0;
}
.company-seminar__box .c_btn {
  background: #CFFB2B;
  color: #000;
  border: 3px solid #000;
}
.company-seminar__box .c_btn::after {
  background-color: #000;
}

.company-seminar__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .company-seminar__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.company-seminar__wrap .img img {
  border-radius: 8px;
}

.company-seminar__img {
  margin: 32px 0;
}
.company-seminar__img img {
  border-radius: 8px;
}

/*------------------------------
header
------------------------------*/
header {
  padding: 16px 0;
  position: relative;
  z-index: 10;
}
header:has(.drawer-content.is-active) {
  z-index: 1020;
}

.header-inner {
  width: 1480px;
}
@media (min-width: 768px) {
  .header-inner {
    padding: 0 16px;
  }
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-logo {
  width: min(109px, 9vw);
}
@media (max-width: 767px) {
  .header-logo {
    width: 80px;
  }
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: min(48px, 3.1746031746vw);
}
.header-menu li:nth-child(n+2) {
  margin-left: min(32px, 2.1164021164vw);
}
.header-menu li a {
  display: inline-block;
  font-size: min(2rem, 1.6vw);
  font-weight: 400;
  font-family: "Bungee", sans-serif;
  color: #000;
}
@media (max-width: 767px) {
  .header-menu {
    display: none;
  }
}

.header-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .header-btn-wrapper {
    display: none;
  }
}

.header-btn {
  min-width: min(186px, 16vw);
  padding: 1em 1.5em;
  margin-left: 1em;
}
.header-btn.c_btn-wh {
  opacity: 50%;
  pointer-events: none;
  font-weight: 900;
}

.header-sns {
  width: 32px;
}

.drawer-icon {
  display: none;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  cursor: pointer;
  z-index: 1020;
}
@media (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active {
  position: fixed;
  top: 30px;
  right: 30px;
}
.drawer-icon.is-active .drawer-icon__bars {
  width: 14px;
  height: 14px;
}
.drawer-icon.is-active .drawer-icon__bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  top: 0;
  background: #000;
  width: 24px;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  top: 0;
  background: #000;
  width: 24px;
}
.drawer-icon.is-active span {
  display: none;
}

.drawer-icon__bars {
  width: 43px;
  height: 31px;
  display: block;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 400;
}
.drawer-icon__bars span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Bungee", sans-serif;
  text-align: center;
}

.drawer-icon__bar1,
.drawer-icon__bar2 {
  position: absolute;
  width: 43px;
  height: 3px;
  background: #000;
  left: 0;
  border-radius: 3px;
}

.drawer-icon__bar1 {
  top: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.drawer-icon__bar2 {
  bottom: 0;
}

.drawer-content {
  width: 265px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #CFFB2B;
  padding: 22px 0;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  /* scroll伝番防止 */
  z-index: 299;
}
.drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__inner {
  padding: 0 32px;
}

.drawer-logo {
  width: 117px;
}

.drawer-menu {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.drawer-menu li:nth-child(n+2) {
  margin-top: 30px;
}
.drawer-menu li a {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Bungee", sans-serif;
  text-decoration: none;
  color: #000;
}

.drawer-btn-wrapper {
  margin-top: 16px;
  margin-top: 0;
}

.drawer-btn {
  width: 100%;
  padding: 16px 0;
  margin-top: 16px;
}

.drawer-sns {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Bungee", sans-serif;
  color: #000;
  margin-top: 16px;
  text-align: center;
}
.drawer-sns img {
  width: 32px;
  margin-right: 7.5px;
  vertical-align: middle;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-filter: blur(4px);
          filter: blur(4px);
  z-index: 298;
  display: none;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.drawer-background.is-active {
  display: block;
}

/*------------------------------
footer
------------------------------*/
footer {
  padding-bottom: 24px;
  position: relative;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 40px;
  }
}

.footer-inner {
  width: 1424px;
}

.footer-content {
  width: 792px;
  max-width: 100%;
  margin: 0 auto;
}

.footer-logo {
  width: 289px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer-logo {
    width: 240px;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
.footer-menu li {
  text-align: center;
}
.footer-menu li:nth-child(n+2) {
  margin-left: 48px;
}
.footer-menu li a {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 900;
  color: #000;
}
.footer-menu li a span {
  display: block;
  font-size: min(3.2rem, 3.6458333333vw);
  font-weight: 400;
  font-family: "Bungee", sans-serif;
}
@media (max-width: 767px) {
  .footer-menu {
    display: block;
    margin-top: 45px;
  }
  .footer-menu li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 16px;
  }
  .footer-menu li a span {
    font-size: 2.4rem;
  }
}

.footer-btn {
  margin-top: 64px;
  text-align: center;
}
.footer-btn a {
  width: 240px;
  padding: 22px 0;
}
.footer-btn a:first-child {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .footer-btn {
    margin-top: 54px;
  }
  .footer-btn a {
    width: 100%;
    max-width: 327px;
  }
  .footer-btn a:first-child {
    margin-bottom: 16px;
  }
}

.footer-sns {
  margin-top: 32px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Bungee", sans-serif;
  text-align: center;
}
.footer-sns a {
  color: #000;
  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;
}
.footer-sns img {
  width: 32px;
  margin-right: 6.5px;
}

.footer-bottom {
  margin-top: 72px;
  border-top: 4px solid #ddd;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .footer-bottom {
    margin-top: 56px;
    padding-top: 24px;
  }
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-info {
    display: block;
  }
}

.footer-info_l strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.footer-info_l p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 4px;
}

.footer-info_r {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 400;
}
.footer-info_r span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  font-weight: 400;
  background: #fff;
  border-radius: 8px;
  padding: 4px 8px;
  text-align: center;
  margin-left: auto;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .footer-info_r {
    text-align: left;
    margin-top: 40px;
  }
  .footer-info_r span {
    margin-left: unset;
  }
}

.footer_privacy {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  color: #666;
  margin-top: 16px;
}

.copyright {
  margin-top: 6px;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .copyright {
    margin-top: 56px;
  }
}

.bottomLine {
  position: absolute;
  bottom: 0%;
}

/*------------------------------
mv
------------------------------*/
.mv {
  background: #CFFB2B;
  padding: 145px 0 140px;
  margin-top: -107px;
  position: relative;
}
.mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  aspect-ratio: 1512/50;
  background: url(../images/img_wave-yellow.png) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .mv {
    height: 100svh;
  }
}
@media (max-width: 767px) {
  .mv {
    height: 765px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mv::after {
    aspect-ratio: 750/100;
    background: url(../images/img_wave-yellow_sp.png) no-repeat center center/cover;
  }
}

.mv-content {
  text-align: center;
}
@media (min-width: 768px) {
  .mv-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .mv-content {
    width: 312px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -48%);
            transform: translate(-50%, -48%);
  }
}

.mv-scroll {
  position: absolute;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv-scroll a {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Bungee", sans-serif;
  color: #000;
  position: relative;
  padding-left: 1.5em;
}
.mv-scroll a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.75em;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-mask-image: url(../images/icon_arrow.png);
          mask-image: url(../images/icon_arrow.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #000;
  width: 0.75em;
  aspect-ratio: 22/30;
}
@media (max-width: 767px) {
  .mv-scroll {
    display: none;
  }
}

.mv-entry {
  position: fixed;
  right: 28px;
  bottom: 19px;
  z-index: 1000;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767px) {
  .mv-entry {
    right: 24px;
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
  }
  .mv-entry.active {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes roll {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes roll {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.mv-entry_text {
  text-align: center;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  aspect-ratio: 160/160;
  position: relative;
  padding-top: 3px;
  padding-left: 2px;
}
.mv-entry_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/top/mv_entry-circle.svg) no-repeat center center/contain;
  width: 160px;
  aspect-ratio: 160/160;
  -webkit-animation: roll 10s linear forwards infinite;
          animation: roll 10s linear forwards infinite;
}
.mv-entry_text img {
  width: 94px;
}
@media (max-width: 767px) {
  .mv-entry_text {
    width: 116px;
    aspect-ratio: 116/116;
  }
  .mv-entry_text::before {
    width: 116px;
    aspect-ratio: 116/116;
  }
  .mv-entry_text img {
    width: 68px;
  }
}

/*------------------------------
news
------------------------------*/
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
.news-list li {
  width: calc(33.3% - 16px);
  background: #fff;
  border-radius: 16px;
  padding: 2%;
  aspect-ratio: 351/395;
}
.news-list li p {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Bungee", sans-serif;
  letter-spacing: 0.1em;
}
.news-list li h3 {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
  margin: 1em 0 0.5em;
}
.news-list li span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.8;
  background: #CFFB2B;
  text-align: center;
  padding: 2px 8px;
  border-radius: 8px;
}
.news-list li span:nth-of-type(n+2) {
  margin-left: 0.5em;
}
.news-list a {
  color: #000;
}
@media (min-width: 768px) {
  .news-list li:not(:nth-child(3n)) {
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .news-list {
    display: block;
  }
  .news-list li {
    width: 100%;
    padding: 7%;
    aspect-ratio: 327/397;
  }
  .news-list li:nth-child(n+2) {
    margin-top: 24px;
  }
}

.news-item_thumb {
  margin-bottom: 20px;
}
.news-item_thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 307/200;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .news-item_thumb img {
    aspect-ratio: 280/200;
  }
}

.news-btn {
  text-align: center;
  margin-top: 32px;
}
.news-btn a {
  border: 3px solid #000;
  background: #fff;
  color: #000;
  padding: 1.25em 0;
}
.news-btn a::after {
  background-color: #000;
}

/*------------------------------
404
------------------------------*/
.error-container {
  padding: 10% 0 24.4%;
  text-align: center;
}
.error-container h2 {
  font-size: 6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .error-container h2 {
    font-size: 4rem;
  }
}
.error-container p {
  padding-top: 5%;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .error-container p {
    font-size: 1.6rem;
  }
}

/*------------------------------
join
------------------------------*/
.join {
  padding: 107px 0;
  background: #0080FE;
  position: relative;
  margin-bottom: 160px;
}
.join::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transform: translateY(-100%) rotate(180deg);
          transform: translateY(-100%) rotate(180deg);
  width: 100%;
  aspect-ratio: 1512/50;
  background: url(../images/img_wave-blue.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .join {
    padding: 75px 0;
    margin-bottom: 64px;
  }
  .join::before {
    background: url(../images/img_wave-blue_sp.png) no-repeat center center/cover;
    aspect-ratio: 750/100;
  }
}
.join .c-seminar__title-en {
  background: #CFFB2B;
  color: #0080FF;
}
.join .student-seminar__heading {
  color: #CFFB2B;
}
@media (max-width: 767px) {
  .join .student-seminar__heading {
    font-size: 20px;
  }
}
.join .company-seminar__box {
  margin-bottom: 64px;
}

.join-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  color: #CFFB2B;
  text-align: center;
}
.join-title span {
  display: block;
  font-size: 9.6rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Bungee", sans-serif;
}
.join-title small {
  display: block;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .join-title {
    font-size: 2rem;
  }
  .join-title span {
    font-size: 6.4rem;
  }
}

.join-btn {
  text-align: center;
  margin-top: 40px;
}
.join-btn a:first-child {
  background: #CFFB2B;
  color: #000;
}
.join-btn a:first-child::after {
  background-color: #000;
}
@media (min-width: 768px) {
  .join-btn a:nth-child(2) {
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .join-btn a:first-child {
    margin-bottom: 24px;
    margin-right: 0;
  }
}

/*------------------------------
loading
------------------------------*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #CFFB2B;
  z-index: 1001;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  max-width: 300px;
  opacity: 0;
}
@media (max-width: 767px) {
  .loading img {
    width: 40%;
  }
}

.loading.active1 img {
  opacity: 1;
  -webkit-animation: fadeUpAnime 0.5s forwards;
          animation: fadeUpAnime 0.5s forwards;
}

.loading.active2 {
  opacity: 0;
}

body.loadingActive {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  width: 100%;
}

@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, calc(-50% + 50px));
            transform: translate(-50%, calc(-50% + 50px));
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, calc(-50% + 50px));
            transform: translate(-50%, calc(-50% + 50px));
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
/*------------------------------
observer fadein
------------------------------*/
.fade {
  opacity: 0;
}

/*------------------------------
news　下層
------------------------------*/
/*------------------------------
coming soon
------------------------------*/
.coming-soon {
  margin-top: 96px;
}

.coming-soon_box {
  padding: 32px 0;
  text-align: center;
  background: url(../images/img_border.png) no-repeat center center/100% 100%;
}
.coming-soon_box strong {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Bungee", sans-serif;
  color: #0080FE;
  margin-bottom: 20px;
}
.coming-soon_box p {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .coming-soon_box {
    background: url(../images/img_border_sp.png) no-repeat center center/100% 100%;
  }
  .coming-soon_box strong {
    font-size: 2rem;
  }
  .coming-soon_box p {
    font-size: 1.8rem;
  }
}