@charset "UTF-8";
/*
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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;
  font-size: 100%;
  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;
}

input, select {
  vertical-align: middle;
}

/* ===================
new clearfix
===================*/
.clearfix:after {
  visibility: hidden;
  /*見えなくする*/
  height: 0;
  /*見えなくする*/
  display: block;
  /*block要素にする*/
  font-size: 0;
  content: " ";
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/* Variables.css Document */
/* Mixin css Document */
html {
  font-size: 62.5%;
  -ms-overflow-style: none;
  /* IE10+ */
}

body {
  font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 27px;
  overflow-x: hidden;
  color: #111;
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

ul, li {
  list-style: none;
}

input, button, textarea, select {
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* Layout CSS Document */
.row {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 1080px) {
  .row {
    width: 94%;
  }
}

@media screen and (max-width: 768px) {
  .row {
    width: 90%;
  }
}

.rowSmall {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .rowSmall {
    width: 94%;
  }
}

@media screen and (max-width: 768px) {
  .rowSmall {
    width: 90%;
  }
}

.rowWide {
  width: 100%;
  margin: 0 auto;
}

.fluidBox {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

main {
  padding-top: 60px;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.mt10 {
  margin-top: 10px;
}

.pl27 {
  padding-left: 27px;
}

/* 下層ページ */
/* タイトルスタイル */
.mvSub {
  position: relative;
}

.mvSub__title {
  position: absolute;
  width: 462px;
  height: 164px;
  top: 100px;
  left: calc(50% - 540px);
  text-align: center;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.9);
  z-index: 3;
}

@media screen and (max-width: 1080px) {
  .mvSub__title {
    left: 5%;
  }
}

@media screen and (max-width: 520px) {
  .mvSub__title {
    width: 89.8vw;
  }
}

@media screen and (max-width: 414px) {
  .mvSub__title {
    top: calc(91.2vw - 82px);
    left: 0;
    right: 0;
    margin: auto;
  }
}

.mvSub__title__en {
  font-size: 1.6rem;
  font-family: "Maven Pro", sans-serif;
  line-height: 1;
  margin: 44px auto 16px;
}

.mvSub__title__jp {
  font-size: 3.2rem;
  line-height: 1;
}

.mvSub__title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 462px;
  height: 6px;
  background: url("../img/img-deco-border-h2.webp") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 414px) {
  .mvSub__title::before {
    width: 89.8vw;
  }
}

.mvSub__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 462px;
  height: 6px;
  background: url("../img/img-deco-border-h2.webp") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 414px) {
  .mvSub__title::after {
    width: 89.8vw;
  }
}

.mvSub__img {
  position: absolute;
  width: 72.656%;
  height: 362px;
  top: 0;
  right: 0;
}

@media screen and (max-width: 414px) {
  .mvSub__img {
    width: 100%;
    height: 91.2vw;
  }
}

.mvSub__img figure {
  width: 100%;
  height: 100%;
}

.mvSub__img figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.img-sp {
  display: none;
}

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

/* aboutスタイル */
.about {
  position: relative;
  margin: 362px auto 60px;
  padding-top: 60px;
  overflow: hidden;
}

@media screen and (max-width: 414px) {
  .about {
    margin-top: calc(91.2vw + 82px);
  }
}

.about__inner__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 32px;
  text-align: center;
}

.about__inner__text {
  line-height: 2;
}

.about__inner__text .br-sp {
  display: none;
}

@media screen and (max-width: 414px) {
  .about__inner__text .br-sp {
    display: block;
  }
}

.about__inner__text.last {
  margin-bottom: 0;
}

/* footer Style Document */
.footer {
  background: #111;
}

/*
		&__pagetop {
			position: absolute;
			color: #fff;
			top: 35px;
			right: 0;
			transition: .4s;
			@include max-screen($breakpointTbS) {
				top: 30px;
			}
		}

		&__pagetop:hover {
			@include min-screen($breakpointPcS) {
				opacity: .7;
			}
		}

		&__pagetop::before {
			content: '';
			position: absolute;
			width: 10px;
			height: 5px;
			background: url($img_path + "icon-arrow-pagetop.webp") no-repeat;
			background-size: 100%;
			top: -12px;
			left: 0;
			right: 0;
			margin: 0 auto;
			@include max-screen($breakpointTbS) {
				top: -10px;
			}
		}
	}
}
*/
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 27px 0;
  }
}

.footer__wrap__logo {
  width: 170px;
  margin-right: 37px;
}

@media screen and (max-width: 768px) {
  .footer__wrap__logo {
    width: 181px;
    margin-bottom: 6px;
  }
}

.footer__wrap__fb {
  display: none;
}

@media screen and (max-width: 768px) {
  .footer__wrap__fb {
    display: block;
    width: 30px;
    position: absolute;
    top: 58px;
    right: 5px;
  }
}

.footer__wrap__menu {
  width: calc((100% - 227px)/4);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer__wrap__menu {
    display: block;
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (max-width: 768px) {
  .footer__wrap__menu__list {
    height: 60px;
    border-bottom: 1px solid #ccc;
  }
}

.footer__wrap__menu__list__link {
  position: relative;
  font-size: 1.2rem;
  color: #fff;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .footer__wrap__menu__list__link {
    display: block;
    line-height: 60px;
  }
}

.footer__wrap__menu__list__link span {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Maven Pro", sans-serif;
  margin-right: 3px;
}

@media screen and (max-width: 768px) {
  .footer__wrap__menu__list__link span {
    display: inline-block;
    font-size: 2.4rem;
    margin-right: 10px;
    line-height: 60px;
    vertical-align: bottom;
    padding-left: 23px;
  }
}

.footer__wrap__menu__list__link::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 1px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
}

@media screen and (max-width: 768px) {
  .footer__wrap__menu__list__link::before {
    top: 26px;
  }
}

.footer__wrap__menu__list__link::after {
  display: inline-block;
  content: '';
  position: absolute;
  width: calc(100% - 16px);
  height: 1px;
  background: #fff;
  bottom: -5px;
  left: 16px;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media screen and (min-width: 768px) {
  .footer__wrap__menu__list__link:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (max-width: 768px) {
  .footer__wrap__menu__list.event {
    border-bottom: none;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .footer__wrap__menu__list.contact {
    display: none;
  }
}

.footer__wrap__menu__list.contact img {
  display: inline-block;
  width: 15px;
  margin-right: 10px;
  padding-bottom: 2px;
}

.footer__wrap__menu__contactBtn {
  display: none;
}

@media screen and (max-width: 768px) {
  .footer__wrap__menu__contactBtn {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .footer__wrap__menu .menu-programs {
    height: 180px;
  }
}

@media screen and (max-width: 768px) {
  .footer__wrap__menu .menu-programs ul {
    margin-top: -10px;
  }
}

.footer__wrap__menu .menu-programs ul li a {
  position: relative;
  font-size: 1.2rem;
  color: #fff;
  padding-left: 15px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .footer__wrap__menu .menu-programs ul li a {
    display: block;
    font-size: 1.8rem;
    line-height: 39px;
    padding-left: 47px;
  }
}

.footer__wrap__menu .menu-programs ul li a::after {
  display: inline-block;
  content: '';
  position: absolute;
  width: calc(100% - 16px);
  height: 1px;
  background: #fff;
  bottom: -5px;
  left: 16px;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media screen and (min-width: 768px) {
  .footer__wrap__menu .menu-programs ul li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (min-width: 768px) {
  .footer__wrap__menu .menu-programs > a:hover::after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}

.footer__bottom {
  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;
  height: 25px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .footer__bottom {
    display: block;
  }
}

.footer__bottom__fb {
  display: block;
  width: 16px;
  margin-right: 25px;
}

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

.footer__bottom__copyright {
  font-size: 1.2rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: bold;
  line-height: 25px;
}

@media screen and (max-width: 768px) {
  .footer__bottom__copyright {
    position: relative;
    height: 32px;
    line-height: 32px;
    text-align: center;
  }
}

/* Header Style Document */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  background: #fff;
  z-index: 50;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1080px) {
  .header {
    width: 100%;
    position: absolute;
    left: 0;
  }
}

.header__inner {
  position: relative;
}

.header__inner__brand {
  display: inline-block;
  width: 147px;
  margin-top: 5px;
}

.header__inner__nav {
  display: inline-block;
  width: 830px;
  position: absolute;
  top: 0;
  right: 0;
}

.site-header .header__inner__nav {
  width: 900px;
}

.site-header .header__inner__nav__list {
  gap: 14px;
  justify-content: flex-end;
}

.site-header .nav-item a {
  font-size: 1.2rem;
  letter-spacing: 0;
  white-space: nowrap;
}

.site-header .nav-item__second-level {
  width: 164px;
}

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

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

.nav-item {
  position: relative;
}

@media screen and (max-width: 1080px) {
  .nav-item {
    margin-right: 15px;
  }
}

.nav-item a {
  display: block;
  position: relative;
  font-weight: bold;
  text-align: center;
  color: #111;
  cursor: pointer;
}

@media screen and (max-width: 1080px) {
  .nav-item a {
    font-size: 1.2rem;
  }
}

.nav-item a span {
  display: block;
  font-size: 1rem;
  font-family: "Maven Pro", sans-serif;
  line-height: 1;
  color: #AABD29;
}

.nav-item a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #111;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: .4s;
  transition: .4s;
}

.nav-item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.nav-item a.active-page::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.nav-item__second-level {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 30px;
  left: -16px;
  width: 131px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: .4s;
  transition: .4s;
  padding-bottom: 16px;
  z-index: 2;
}

.nav-item__second-level li a {
  position: relative;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 16px;
  margin-left: 16px;
  padding: 5px 0;
  text-align: left;
  color: #111;
  cursor: pointer;
}

.nav-item__second-level li:last-child {
  border-bottom: none;
}

.title-font {
  font-family: "Maven Pro", sans-serif;
}

.nav-fb a {
  width: 30px;
  -webkit-transition: .4s;
  transition: .4s;
}

.nav-fb a:hover {
  opacity: .6;
}

.nav-fb a:hover::after {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

.nav-mail a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #FED631;
  background: url("../img/icon-mail-fil.svg") no-repeat center #FED631;
  -webkit-transition: .4s;
  transition: .4s;
}

.nav-mail a:hover {
  opacity: .6;
}

.nav-mail a:hover::after {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

.nav-item:last-child {
  margin-right: 0;
}

.nav-item.first-level:hover .nav-item__second-level {
  visibility: visible;
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s;
}

.nav-current > a::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* PC: 現在セクション ハイライト */
@media screen and (min-width: 1081px) {
  .nav-item a.is-active-section,
  .nav-item.nav-current > a {
    color: #AABD29;
  }
  .nav-item a.is-active-section::after,
  .nav-item.nav-current > a::after {
    background: #AABD29;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.wrap-nav {
  display: none;
}

@media screen and (max-width: 1080px) {
  .wrap-nav {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #111;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 200;
  }
}

.wrap-nav__nav {
  position: absolute;
  left: 12px;
  top: 24px;
  width: 36px;
  height: 12px;
  border-top: 2px solid #fff;
  cursor: pointer;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.wrap-nav__nav span {
  position: absolute;
  text-indent: -9999px;
  font-size: 1rem;
}

.wrap-nav__nav::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 6px;
  left: 0px;
  border-top: 2px solid #fff;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.wrap-nav__nav.active {
  top: 12px;
}

.wrap-nav__nav.active::before {
  top: 31px;
}

.drawer {
  display: none;
}

@media screen and (max-width: 1080px) {
  .drawer {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #f9f9f9;
    padding-top: 7px;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
    -webkit-transition: all 0.4s cubic-bezier(0.67, 0.16, 0.36, 1);
    transition: all 0.4s cubic-bezier(0.67, 0.16, 0.36, 1);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.drawer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.drawer__sns__fb {
  width: 30px;
  margin-right: 28px;
}

.drawer__sns__mail {
  width: 165px;
  height: 48px;
  background: #FED631;
}

.drawer__sns__mail a {
  display: block;
  position: relative;
  font-weight: bold;
  line-height: 48px;
  padding-left: 51px;
}

.drawer__sns__mail a::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 20px;
  background: url("../img/icon-mail-fil.svg") no-repeat;
  background-size: 100%;
  top: 12px;
  left: 27px;
}

.drawer__menu {
  display: block;
  max-width: 500px;
}

.drawer__menu__list {
  height: 60px;
  border-bottom: 1px solid #ccc;
}

.drawer__menu__list__link {
  display: block;
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 60px;
}

.drawer__menu__list__link span {
  display: inline-block;
  font-size: 2.4rem;
  font-family: "Maven Pro", sans-serif;
  margin-right: 10px;
  line-height: 60px;
  vertical-align: bottom;
  padding-left: 23px;
}

.drawer__menu__list__link::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 26px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #FED631;
}

.drawer__menu__list:last-child {
  border-bottom: none;
}

.drawer__menu .menu-programs {
  height: 180px;
}

.drawer__menu .menu-programs ul {
  margin-top: -10px;
}

.drawer__menu .menu-programs ul li a {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 39px;
  padding-left: 47px;
  cursor: unset;
}

.drawer__menu .menu-has-children {
  height: auto;
  min-height: 60px;
  padding-bottom: 12px;
}

.drawer__menu .menu-has-children ul {
  margin-top: -8px;
}

.drawer__menu .menu-has-children ul li a {
  display: block;
  font-size: 1.55rem;
  font-weight: bold;
  line-height: 34px;
  padding-left: 47px;
}

.drawer.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* common style document */
/* loading → 廃止（Progressive Renderingに移行済み） */
/* .loading / .hidden は全ページから削除済み */

.wrap {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* プロモーションバナー分の底部余白 */
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .wrap { padding-bottom: 100px; }
}

.promo-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: linear-gradient(135deg, #1a2d5a 0%, #2d5a8e 100%);
  color: #fff;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, .25);
  transform: translateY(100%);
  transition: transform .5s cubic-bezier(.34, 1.56, .64, 1);
}

.promo-banner.is-visible {
  transform: translateY(0);
}

.promo-banner.is-hidden {
  transform: translateY(110%);
}

.promo-banner__body {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 0;
}

.promo-banner__label {
  background: #f0b429;
  color: #1a2d5a;
  font-size: 1.1rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 3px;
  white-space: nowrap;
  flex-shrink: 0;
}

.promo-banner__text {
  font-size: 1.3rem;
  line-height: 1.45;
}

.promo-banner__text strong {
  display: block;
  font-size: 1.5rem;
}

.promo-banner__cta {
  background: #f0b429;
  color: #1a2d5a;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
  transition: background .2s, transform .2s;
}

.promo-banner__cta:hover {
  background: #ffc94d;
  transform: scale(1.03);
}

.promo-banner__close {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, .72);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  padding: 4px 8px;
  flex-shrink: 0;
  transition: color .2s;
}

.promo-banner__close:hover {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .promo-banner {
    flex-wrap: wrap;
    padding: 12px 16px 14px;
    gap: 10px;
  }
  .promo-banner__body {
    flex-wrap: wrap;
    gap: 6px;
  }
  .promo-banner__text {
    font-size: 1.2rem;
  }
  .promo-banner__text strong {
    font-size: 1.3rem;
  }
  .promo-banner__cta {
    font-size: 1.2rem;
    padding: 9px 16px;
  }
}

/* hidden クラスは後方互換のため残す */
/* .hidden は廃止 */

/* title style */
.title_1 {
  margin-bottom: 25px;
}

.title_1 h3 {
  font-size: 2.4rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  padding-bottom: 4px;
  border-bottom: 1px solid #111;
}

.title_1 p {
  font-weight: bold;
  text-align: center;
}

.title_2 {
  margin-bottom: 40px;
  text-align: center;
}

.title_2 h2 {
  font-size: 3.2rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .title_2 h2 {
    font-size: 4rem;
  }
}

.title_2 p {
  font-weight: bold;
  line-height: 1;
}

.title_3 {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
  padding: 0 32px;
}

.title_3::before,
.title_3::after {
  content: '';
  position: absolute;
  top: 50%;
  width: calc(50% - 120px);
  height: 1px;
  background: #111;
}

.title_3-2 {
  position: relative;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
  padding: 0 32px;
}
@media screen and (max-width: 1080px) {
  .title_3::before,
  .title_3::after {
    width: calc(50vw - 120px);
  }
}

.title_3::before {
  left: 0;
}

@media screen and (max-width: 1080px) {
  .title_3::before {
    left: -3%;
  }
}

@media screen and (max-width: 768px) {
  .title_3::before {
    left: -5%;
  }
}

.title_3::after {
  right: 0;
}

@media screen and (max-width: 1080px) {
  .title_3::after {
    right: -3%;
  }
}

@media screen and (max-width: 768px) {
  .title_3::after {
    right: -5%;
  }
}

/* btn style */
.contact-btn {
  width: 340px;
  height: 70px;
  margin: 0 auto;
  background: #FED631;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media screen and (max-width: 320px) {
  .contact-btn {
    width: 288px;
  }
}

.contact-btn a {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  padding-left: 30px;
}

.contact-btn a::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 22px;
  top: 21px;
  left: 72px;
  background: url("../img/icon-mail-fil.svg") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 320px) {
  .contact-btn a::before {
    left: 48px;
  }
}

.contact-btn a:hover {
  opacity: .7;
}

@media screen and (min-width: 1080px) {
  .contact-btn:hover {
    opacity: .7;
  }
}

.member-btn {
  width: 340px;
  height: 70px;
  margin: 0 auto;
  background: #111;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media screen and (max-width: 320px) {
  .member-btn {
    width: 288px;
  }
}

.member-btn a {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 70px;
  text-align: center;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media screen and (min-width: 1080px) {
  .member-btn a:hover {
    opacity: .7;
  }
}

@media screen and (min-width: 1080px) {
  .member-btn:hover {
    opacity: .7;
  }
}

/* アニメーション */
.up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.bottomToup {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.slide {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.rightToleft {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

/* 画像背景スライドアニメーション */
.slide-box {
  position: relative;
}

.slide-box div.color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #AABD29;
}

.commonInfo {
  position: relative;
  padding: 56px 0 87px 0;
  background: #f9f9f9;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .commonInfo {
    padding-bottom: 100px;
  }
}

.commonInfo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1080px) {
  .commonInfo__wrap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .commonInfo__wrap {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.commonInfo__bg-flower03 {
  position: absolute;
  width: 154.5px;
  height: 152.5px;
  z-index: -1;
  left: calc(50% + 144px);
  top: 460px;
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
}

@media screen and (max-width: 767px) {
  .commonInfo__bg-flower03 {
    left: 0;
    top: 797px;
  }
}

.commonInfo__bg-flower04 {
  position: absolute;
  width: 410.5px;
  height: 429.5px;
  z-index: -1;
  left: calc(50% + 296px);
  top: 280px;
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
}

@media screen and (max-width: 767px) {
  .commonInfo__bg-flower04 {
    left: calc(50% - 48px);
    top: 620px;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.info-fb {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .info-fb {
    width: 100%;
    margin-bottom: 50px;
  }
}

.info-fb__title {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .info-fb__cont iframe {
    width: 100%;
    max-width: 324px;
    margin: 0 auto;
  }
}

.info-contact {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .info-contact {
    width: 100%;
  }
}

.info-contact__title {
  display: inline-block;
}

.info-contact__cont__text {
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 28px;
}

.info-contact__cont__text img {
  width: 14px;
  padding-bottom: 5px;
}

/* page top */
.page-top {
  position: fixed;
  width: 66px;
  bottom: 100px;
  right: 25px;
  visibility: hidden;
  opacity: 0;
  z-index: 200;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media screen and (max-width: 768px) {
  .page-top {
    bottom: 60px;
    right: 16px;
  }
}

.page-top a {
  display: block;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media screen and (min-width: 1080px) {
  .page-top a:hover {
    opacity: .7;
  }
}

.page-top.active {
  opacity: 1;
  visibility: visible;
}

/* facebook iframe style */
iframe.facebook-box {
  border: 0;
  background: transparent;
  overflow: hidden;
  width: 324px;
  height: 500px;
}

/* facebook iframe style */
iframe.youtube-box {
  border: 0;
}

/* About Page Style Document */
/* mv */
.mv {
  position: relative;
  max-width: 1500px;
  margin-bottom: 60px;
}

.mv__title {
  position: relative;
  z-index: 20;
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 43px;
}

.mv__title__1 {
  position: absolute;
  top: 89px;
  left: calc(50% - 540px);
  z-index: 20;
  padding: 0 7px;
}

@media screen and (max-width: 1080px) {
  .mv__title__1 {
    left: 3%;
  }
}

@media screen and (max-width: 414px) {
  .mv__title__1 {
    top: 77.333vw;
  }
}

.mv__title__2 {
  position: absolute;
  top: 141px;
  left: calc(50% - 540px);
  z-index: 20;
  padding: 0 7px;
}

@media screen and (max-width: 1080px) {
  .mv__title__2 {
    left: 3%;
  }
}

@media screen and (max-width: 414px) {
  .mv__title__2 {
    top: 91.2vw;
  }
}

.mv__title__3 {
  position: absolute;
  top: 193px;
  left: calc(50% - 540px);
  z-index: 20;
  padding: 0 7px;
}

@media screen and (max-width: 1080px) {
  .mv__title__3 {
    left: 3%;
  }
}

@media screen and (max-width: 414px) {
  .mv__title__3 {
    top: 105.066vw;
  }
}

.mv__img {
  position: absolute;
  width: 72.656%;
  height: 362px;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mv__img picture,
.mv__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.mv__img img {
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 414px) {
  .mv__img {
    width: 84%;
    height: 141vw;
  }
}

/* mv animation */
.ribbon-box {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

/*
.ribbon-box1 {
	transition-delay: 100ms;
}
.ribbon-box2 {
	transition-delay: 500ms;
}
.ribbon-box3 {
	transition-delay: 900ms;
} */
.ribbon-box.active {
  visibility: visible;
  opacity: 1;
}

.ribbon-box::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.ribbon-box1::after {
  background: #A1D7DB;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.ribbon-box2::after {
  background: #AABD29;
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.ribbon-box3::after {
  background: #FED631;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.ribbon-box.active::after {
  width: 100%;
}

/* top concept */
.concept {
  position: relative;
  margin: 362px auto 60px;
  padding-top: 60px;
  overflow: hidden;
}

@media screen and (max-width: 414px) {
  .concept {
    margin-top: 141vw;
  }
}

.concept__inner {
  text-align: center;
}

.concept__inner__title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 30px;
}

.concept__inner__text {
  font-weight: bold;
  line-height: 2;
  margin-bottom: 28px;
}

.concept__inner__text .br-sp {
  display: none;
}

@media screen and (max-width: 414px) {
  .concept__inner__text .br-sp {
    display: block;
  }
}

.concept__inner__text.last {
  margin-bottom: 0;
}

.concept__bg-flower01 {
  position: absolute;
  width: 237.5px;
  height: 233px;
  z-index: -1;
  left: calc(50% - 534px);
  top: 0;
  -webkit-animation: rotate-left 10s linear infinite;
          animation: rotate-left 10s linear infinite;
}

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

.concept__bg-flower02 {
  position: absolute;
  width: 573.5px;
  height: 567px;
  z-index: -1;
  left: calc(50% + 186px);
  top: 0;
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
}

@media screen and (max-width: 767px) {
  .concept__bg-flower02 {
    width: 406px;
    height: 401.55px;
    left: calc(50% - 100px);
    top: 260px;
  }
}

@-webkit-keyframes rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

/* concept title animation */
.fade-box {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.fade-box.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

/* top whatwedo */
.whatwedo {
  position: relative;
  padding: 60px 0;
  background: #f9f9f9;
}

.whatwedo__mission {
  background: #fff;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .whatwedo__mission {
    width: 100%;
    padding-bottom: 14px;
  }
}

.whatwedo__mission__title {
  font-size: 0;
}

.whatwedo__mission__title h3 {
  display: inline-block;
  font-family: "Maven Pro", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
  background: #111;
  margin-bottom: 20px;
  padding: 0 21px;
}

.whatwedo__mission__text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
  .whatwedo__mission__text {
    margin-bottom: 0;
  }
}

.whatwedo__mission__text .br-sp {
  display: none;
}

@media screen and (max-width: 414px) {
  .whatwedo__mission__text .br-sp {
    display: block;
  }
}

.whatwedo__mission__img {
  width: 336px;
  margin: 0 auto;
}

@media screen and (max-width: 320px) {
  .whatwedo__mission__img {
    width: 100%;
  }
}

.whatwedo__program__title {
  text-align: center;
  font-size: 0;
}

.whatwedo__program__title h3 {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 31px;
  background: #111;
  margin-bottom: 32px;
  padding: 0 20px;
}

.whatwedo__program__title h3::before {
  content: '';
  width: 16px;
  height: 31px;
  position: absolute;
  top: 0;
  left: -16px;
  background: url("../img/img-deco-border04-left.webp") no-repeat;
  background-size: cover;
}

.whatwedo__program__title h3::after {
  content: '';
  width: 16px;
  height: 31px;
  position: absolute;
  top: 0;
  right: -16px;
  background: url("../img/img-deco-border04-right.webp") no-repeat;
  background-size: cover;
}

.whatwedo__program__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


@media screen and (max-width: 767px) {
  .whatwedo__program__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* top ourProgram */
.ourProgram {
  width: 31.2%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .ourProgram {
    width: 100%;
    max-width: 400px;
    margin-bottom: 25px;
  }
}

.ourProgram__name {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 50px;
  margin: 0 0 2px;
  padding-left: 66px;
  vertical-align: bottom;
}

.ourProgram__name::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
}

.ourProgram .ourProgram01::before {
  width: 64px;
  height: 52px;
  background: url("../img/img-ttl-program01.webp") no-repeat;
  background-size: 100%;
}

.ourProgram .ourProgram02::before {
  width: 64px;
  height: 52px;
  background: url("../img/img-ttl-program02.webp") no-repeat;
  background-size: 100%;
}

.ourProgram .ourProgram03::before {
  width: 64px;
  height: 52px;
  background: url("../img/img-ttl-program03.webp") no-repeat;
  background-size: 100%;
}

.ourProgram__img {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
}

.ourProgram__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.ourProgram__img::before {
  content: '';
  display: block;
  padding-top: 52.521%;
}

@media screen and (min-width: 1080px) {
  .ourProgram__img:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}

.ourProgram__text {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .ourProgram:last-child {
    margin-bottom: 0;
  }
}

.our-goal {
  position: relative;
  padding: 60px 0;
}

.our-goal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .our-goal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.our-goal__content__desc {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .our-goal__content__desc {
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
  }
}

.our-goal__content__desc h3 {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.37;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .our-goal__content__desc h3 {
    text-align: center;
  }
}

.our-goal__content__desc h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 90px;
  height: 6px;
  background: url("../img/img-deco-border02.webp") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .our-goal__content__desc h3::before {
    right: 0;
    margin: auto;
  }
}

.our-goal__content__desc p {
  line-height: 2;
}

.our-goal__content__desc .br-sp {
  display: none;
}

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

.our-goal__content__img {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .our-goal__content__img {
    width: 100%;
    max-width: 400px;
  }
}

.our-goal__content__img img {
  width: 339px;
}

@media screen and (max-width: 320px) {
  .our-goal__content__img img {
    width: 100%;
  }
}

/* top message */
.message {
  position: relative;
  background: #DEF1F2;
  padding: 60px 0;
}

.message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .message__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.message__content__img {
  width: calc(50% - 30px);
  height: 100%;
}

@media screen and (max-width: 767px) {
  .message__content__img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 24px;
  }
}

.message__content__desc {
  width: calc(50% - 30px);
}

@media screen and (max-width: 767px) {
  .message__content__desc {
    width: 100%;
    max-width: 400px;
  }
}

.message__content__desc h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.59;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .message__content__desc h3 {
    font-size: 2rem;
    text-align: center;
  }
}

.message__content__desc__text {
  line-height: 1.8;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .message__content__desc__text {
    line-height: 2;
  }
}

.message__content__desc__text.last {
  margin-bottom: 0;
}

.message__content__desc__position {
  margin-top: 24px;
  font-weight: bold;
  line-height: 1.37;
  text-align: right;
}

.message__content__desc__name {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;
}

/* top news */
.news {
  position: relative;
  padding: 60px 0;
  background: #f9f9f9;
}

.news__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 960px;
}

.news__item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 16px 24px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.news__item:first-child {
  border-top: 1px solid #ccc;
}

.news__date {
  font-size: 1.4rem;
  color: #666;
  font-family: "Maven Pro", sans-serif;
  font-weight: bold;
}

.news__body {
  flex: 1;
  min-width: 0;
  margin: 0;
  line-height: 1.7;
  font-size: 1.4rem;
}

.news__body a {
  color: inherit;
  text-decoration: underline;
  transition: .4s;
}

@media screen and (min-width: 1080px) {
  .news__body a:hover {
    opacity: .6;
  }
}

@media screen and (max-width: 767px) {
  .news__item {
    flex-direction: column;
    gap: 8px;
  }
}

/* top partners */
.partners {
  position: relative;
  padding: 60px 0;
}

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

@media screen and (max-width: 767px) {
  .partners__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .partners__content__img {
    width: 100%;
  }
}

.partners__content__img__logo {
  display: block;
  width: 100%;
  max-width: 403px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .partners__content__img__logo {
    margin-top: -25px;
  }
}

.partners__content__img__text {
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .partners__content__img__text {
    margin-top: -15px;
  }
}

.partners__content__company {
  /* width: 80%; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  /* width: 58.021%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; */
}

@media screen and (max-width: 767px) {
  .partners__content__company {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .partners__content__company {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 414px) {
  .partners__content__company {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.partners__content__company li:first-child {
  grid-column: 1/3;
  grid-row: 1/4;
}

.partners__content__company li {
  /* width: 23%; */
  margin-bottom: 18px;
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .partners__content__company {
    display: flex;
    flex-wrap: wrap;
  }

  .partners__content__company li {
    width: 50%;
    max-width: 200px;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .partners__content__company li:first-child {
    width: 100%;
    max-width: 100%;
  }
}

.partners__content__company li a {
  display: block;
}

.partners__content__company li figure {
  display: block;
}

.partners__content__company li:nth-child(3n) {
  margin-right: 0;
}

/* top voice */
.voice {
  position: relative;
  background: #f9f9f9;
  padding: 60px 0;
}

.voice__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .voice__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.voice__content__item {
  width: 31.2%;
}

@media screen and (max-width: 767px) {
  .voice__content__item {
    width: 100%;
    max-width: 400px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .voice__content__item:last-child {
    margin-bottom: 0;
  }
}

.voice__content .delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media screen and (max-width: 767px) {
  .voice__content .delay2 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.voice__content .delay3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media screen and (max-width: 767px) {
  .voice__content .delay3 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.voiceItem {
  background: #ffffff;
  padding: 25px 20px;
}

.voiceItem__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}

.voiceItem__upper__img {
  display: block;
  width: 94px;
  margin-right: 8px;
}

.voiceItem__upper__participant__info {
  font-size: 1.2rem;
  line-height: 1.46;
  margin-bottom: 5px;
}

.voiceItem__upper__participant__name {
  font-weight: bold;
}

.voiceItem__lower p {
  line-height: 1.46;
}

.voiceItem__lower p.movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.voiceItem__lower p.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* top members */
.members {
  position: relative;
  padding: 60px 0;
}

.members__content__director {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 32px;
  column-gap: 10px;
}

.members__content__instructor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .members__content__director {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
	  .members__content__instructor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .members__content__director::after {
    content: '';
    display: block;
    width: 50%;
    height: 0;
  }

   .members__content__instructor::after {
    content: '';
    display: block;
    width: 50%;
    height: 0;
  }
}

.members__content__advisory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 315px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 32px;
}

@media screen and (max-width: 767px) {
  .members__content__advisory {
    width: 90.5%;
    margin: 0 auto 20px;
  }
}

.members__content__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .members__content__team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90.5%;
    margin: 0 auto 32px;
  }
}

.members__content__team li p {
  font-weight: bold;
}

.members__content__team li:first-child {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .members__content__team li:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.member-item {
  width: 23.888%;
  margin-bottom: 40px;
}

.instructor-item {
  width: 15.962%;
  margin-bottom: 20px;
  margin-right:10px;
}

@media screen and (max-width: 767px) {
  .member-item {
    width: 45.925%;
    max-width: 250px;
  }
.instructor-item  {
    width: 45.925%;
    max-width: 250px;
  }
}

.member-item__img {
  display: block;
  margin-bottom: 5px;
}
.instructor-item__img {
  display: block;
  margin-bottom: 5px;
}

.member-item__position {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.37;
}
.instructor-item__position {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.37;
}

.member-item__name {
  font-weight: bold;
}
.instructor-item__name {
  font-weight: bold;
}

.member-item__info {
  font-size: 1.1rem;
  line-height: 1.37;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
}
.instructor-item__info {
  font-size: 1.1rem;
  line-height: 1.37;
  letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
  .member-item__info {
    margin-bottom: 30px;
  }
  .instructor-item__info {
    margin-bottom: 30px;
  }
}

.advisory-item {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .advisory-item {
    margin-bottom: 12px;
  }
}

.advisory-item__company {
  font-size: 1.2rem;
  line-height: 1.37;
}

.advisory-item__name {
  font-weight: bold;
}

/* top title border */
.whatwedo::before,
.our-goal::before,
.message::before,
.partners::before,
.news::before,
.members::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 390px;
  height: 6px;
  background: url("../img/img-deco-border01.webp") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .whatwedo::before,
  .our-goal::before,
  .message::before,
  .partners::before,
  .news::before,
  .members::before {
    width: 100vw;
    background-size: cover;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.voice::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 204px;
  height: 48.46px;
  background: url("../img/img-deco-border03.webp") no-repeat;
  background-size: 100%;
}

/* Workshop Page Style Document */
/* contents */
.contents {
  position: relative;
  padding: 60px 0;
  background: #f9f9f9;
}

.contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.contents .contact-btn a {
  padding-left: 20px;
}

.contents .contact-btn a::before {
  left: 17px;
}

@media screen and (max-width: 767px) {
  .contents__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contents__list__item {
  width: 23.212%;
}

@media screen and (max-width: 767px) {
  .contents__list__item {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }
}

.contents__list__item:last-child {
  margin-bottom: 0;
}

.session__title {
  position: relative;
  width: 100%;
  height: 44px;
  font-size: 2.2rem;
  line-height: 44px;
  font-weight: bold;
  font-family: "Maven Pro", sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .session__title {
    margin-bottom: 13px;
  }
}

.session__title.session1 {
  background: #A2D5D9;
}

.session__title.session1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -7px;
  border: 10px solid transparent;
  border-left: 14px solid #A2D5D9;
}

@media screen and (max-width: 767px) {
  .session__title.session1::after {
    top: 100%;
    left: 50%;
    margin-top: 0;
    margin-left: -7px;
    border-top: 14px solid #A2D5D9;
    border-left: 10px solid transparent;
  }
}

.session__title.session2 {
  background: #AABD29;
}

.session__title.session2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -7px;
  border: 10px solid transparent;
  border-left: 14px solid #AABD29;
}

@media screen and (max-width: 767px) {
  .session__title.session2::after {
    top: 100%;
    left: 50%;
    margin-top: 0;
    margin-left: -7px;
    border-top: 14px solid #AABD29;
    border-left: 10px solid transparent;
  }
}

.session__title.session3 {
  background: #F19825;
}

.session__title.session3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -7px;
  border: 10px solid transparent;
  border-left: 14px solid #F19825;
}

@media screen and (max-width: 767px) {
  .session__title.session3::after {
    top: 100%;
    left: 50%;
    margin-top: 0;
    margin-left: -7px;
    border-top: 14px solid #F19825;
    border-left: 10px solid transparent;
  }
}

.session__title.session4 {
  background: #B78DBD;
}

@media screen and (max-width: 767px) {
  .session__title.session4 {
    margin-bottom: 4px;
  }
}

.session__tagline {
  font-weight: bold;
  text-align: center;
  line-height: 1.87;
  letter-spacing: -0.3px;
  margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .session__tagline {
    font-size: 1.6rem;
  }
}

.session__image {
  margin-bottom: 7px;
}

.session__text {
  font-size: 1.2rem;
  line-height: 1.7;
}

.session.delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media screen and (max-width: 767px) {
  .session.delay2 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.session.delay3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media screen and (max-width: 767px) {
  .session.delay3 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.session.delay4 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

@media screen and (max-width: 767px) {
  .session.delay4 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

#workshop .voice {
  background: #fff;
}

/* Studygroup Page Style Document */
/* activity */
.activity {
  position: relative;
  padding: 60px 0 0;
  background: #f9f9f9;
}

.activity.last {
  padding-bottom: 100px;
}

.activity__title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 40px;
  cursor: pointer;
}

.activityBox__arrow {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0;
  bottom: 50px;
  right: -40px;
  margin: auto;
}

.activityBox__arrow img {
  transform: rotate(90deg)
}

.activity__list {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.activity__list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.activityItem__image{
	width:50%;
}
.activityTeature-item{font-weight: bold;margin: 5px 0 5px;
}
.activityTeature-profile{
		font-size: 12px;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .activity__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.activity__list__item {
  width: 31.203%;
}

@media screen and (max-width: 767px) {
  .activity__list__item {
    width: 100%;
    max-width: 400px;
  }
}

.activity__list__item:last-child {
  margin-bottom: 0;
}

.activity__list::after {
  display: block;
  content: '';
  width: 31.203%;
  height: 0;
}

.salon__title {
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
}

.salon__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}

.salon__detail dt {
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}

.salon__detail dt p {
  font-size: 1.2rem;
  color: #fff;
  width: 61px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 32px;
  background: #666;
}

.salon__detail dt.instructor {
  border-bottom: none;
}

.salon__detail dd {
  width: calc(100% - 93px);
  font-size: 1.3rem;
  line-height: 1.62;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}

.salon__detail dd.instructor {
  border-bottom: none;
}

.salon:nth-child(odd) .salon__title {
  background: #F19825;
}

.salon:nth-child(even) .salon__title {
  background: #AABD29;
}

.salon.delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.salon__detail dl.activityTeature-profile {
  display: flex;
  flex-wrap: wrap;
}

.salon__detail .activityTeature-profile dt {
  width: 4em;
  padding: 0;
  border-bottom: none;
}

.salon__detail .activityTeature-profile dd {
  width: calc(100% - 4em);
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .salon.delay2 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.salon.delay3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media screen and (max-width: 767px) {
  .salon.delay3 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.speakers {
  position: relative;
  padding: 60px 0;
}

.speakers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .speakers__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.speakers__list__item {
  width: 46.875%;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .speakers__list__item {
    width: 100%;
    max-width: 400px;
    margin-bottom: 60px;
  }
}

.speakers__list__item:last-child {
  margin-bottom: 0;
}

.speakers__list__item:nth-child(4) {
  margin-bottom: 0;
}

.speakers__list__item:nth-child(3) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .speakers__list__item:nth-child(3) {
    margin-bottom: 35px;
  }
}

.speakers::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 390px;
  height: 6px;
  background: url("../img/img-deco-border01.webp") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .speakers::before {
    width: 100vw;
    background-size: cover;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.speakersItem {
  position: relative;
}

.speakersItem__tag {
  position: absolute;
  width: 123px;
  height: 23px;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 23px;
  color: #fff;
  background: #111;
  text-align: center;
}

.speakersItem__image {
  margin-bottom: 10px;
}

.speakersItem__position {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.speakersItem__name {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
}

.speakersItem__info {
  font-size: 1.2rem;
  line-height: 1.6;
}

.speakersItem.delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media screen and (max-width: 767px) {
  .speakersItem.delay2 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

/* Instractor Page Style Document */
.features {
  position: relative;
  padding: 60px 0;
  background: #f9f9f9;
}

.features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .features__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.features__list__item {
  width: 28.888%;
}

@media screen and (max-width: 767px) {
  .features__list__item {
    width: 100%;
    max-width: 400px;
    margin-bottom: 40px;
  }
}

.features__list__item:last-child {
  margin-bottom: 0;
}

.featuresItem__img {
  display: block;
  width: 152px;
  height: auto;
  margin: 0 auto 10px;
}

.featuresItem__title {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
}

.featuresItem__detail {
  line-height: 1.46;
}

.featuresItem.delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media screen and (max-width: 767px) {
  .featuresItem.delay2 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.featuresItem.delay3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media screen and (max-width: 767px) {
  .featuresItem.delay3 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

/* step */
.step {
  position: relative;
  padding: 60px 0;
}

.step__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 270px;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  margin-bottom: 20px;
}

.step__list__item {
  position: relative;
  height: 34px;
  line-height: 34px;
  margin-bottom: 16px;
  padding-left: 50px;
}

.step__list__item:last-child {
  margin-bottom: 0;
}

.step__list__item::before {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Maven Pro", sans-serif;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}

.step__list__item:nth-child(1)::before {
  content: '1';
  background: #FED631;
}

.step__list__item:nth-child(2)::before {
  content: '2';
  background: #F19825;
}

.step__list__item:nth-child(3)::before {
  content: '3';
  background: #A1D7DB;
}

.step__list__item:nth-child(4)::before {
  content: '4';
  background: #AABD29;
}

.step__list__item:nth-child(5)::before {
  content: '5';
  background: #B78DBD;
}

.step__message {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 375px) {
  .step__message {
    text-align: left;
  }
}

.step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 390px;
  height: 6px;
  background: url("../img/img-deco-border01.webp") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .step::before {
    width: 100vw;
    background-size: cover;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* Member Page Style Document */
.members-main {
  position: relative;
  margin: 362px auto 0;
  padding: 60px 0;
}

@media screen and (max-width: 414px) {
  .members-main {
    margin-top: calc(91.2vw + 82px);
  }
}

.members-main__content__director {
  display: flex;
  justify-content: flex-start;
  column-gap: 6%;
}

@media screen and (max-width: 767px) {
  .members-main__content__director {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .members-main__content__director::after {
    content: '';
    display: block;
    width: 50%;
    height: 0;
  }
}

.members-main__content__director.column2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.members-main__content__advisory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 315px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 32px;
}

@media screen and (max-width: 767px) {
  .members-main__content__advisory {
    width: 90.5%;
    margin: 0 auto 20px;
  }
}

.members-main__content__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .members-main__content__team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .members-main__content__team.team_img {
    margin: 0 auto 32px;
  }
}

.memberMain-item {
  width: 28.703%;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .memberMain-item {
    width: 100%;
    max-width: 400px;
    margin-bottom: 40px;
  }
}

.memberMain-item__img {
  display: block;
  width: 200px;
  margin: 0 auto 10px;
}

.memberMain-item__position {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.46;
  margin-bottom: 2px;
}

.memberMain-item__name {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.46;
  margin-bottom: 3px;
}

.memberMain-item__info {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.46;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .memberMain-item__info {
    margin-bottom: 10px;
  }
}

.memberMain-item__detail {
  line-height: 1.46;
  text-align: left;
}

.advisoryMain-item {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .advisoryMain-item {
    margin-bottom: 12px;
  }
}

.advisoryMain-item__company {
  font-size: 1.2rem;
  line-height: 1.37;
}

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

.advisoryMain-item__name {
  font-weight: bold;
}

.teamItem {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .teamItem {
    width: 91.851%;
    margin: 0 auto;
  }
}

.teamItem__img {
  display: block;
  width: 100%;
  max-width: 467px;
  margin: 0 auto 25px;
}

@media screen and (max-width: 767px) {
  .teamItem__img {
    margin-bottom: 0;
  }
}

.teamItem__team {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

.teamItem__member {
  width: 310px;
  margin: 0 auto;
  text-align: left;
}

.teamItem__member__name {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 20px;
}

.teamItem__member__name span {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}

.teamItem__member__name::before {
  position: absolute;
  content: '・';
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.teamItem:first-child .teamItem__img {
  margin-bottom: 10px;
}

.teamItem:first-child .teamItem__member {
  margin-bottom: 35px;
}

.team__description {
  width: 310px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.4;
}

/* animation delay */
.memberMain-item.delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media screen and (max-width: 767px) {
  .memberMain-item.delay2 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.memberMain-item.delay3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media screen and (max-width: 767px) {
  .memberMain-item.delay3 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

/* Event Page Style Document */
.pastTopics {
  position: relative;
  padding: 60px 0;
  background: #f9f9f9;
}


.postTopics__wrap__item .title__div {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;;
  background: #fff;
  padding: 0 20px 0 35px;
  -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 25%);
  box-shadow: 0px 1px 3px rgb(0 0 0 / 25%);
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Maven Pro", sans-serif;
  margin-bottom: 12px;
}

.postTopics__wrap__item .title__div::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 21px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #F19825;
}

.postTopics__wrap__item .title__div .eventBox__arrow {
  top: -26px;
}

.pastTopics__content {
  display: none;
  padding-left: 40px;
}

.pastTopics__content.active {
  display: block;
}

.pastTopics__content__item {
  margin-bottom: 14px;
}

.eventBox {
  display: block;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 16px 0;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

@media screen and (max-width: 414px) {
  .eventBox {
    padding: 26px 0 7px;
  }
}

.eventBox__title {
  display: block;
  line-height: 1.1;
  padding-left: 117px;
  padding-right: 50px;
}

@media screen and (max-width: 414px) {
  .eventBox__title {
    width: calc(100% - 70px);
    padding-left: 19px;
  }
}

.eventBox__date {
  position: absolute;
  width: 102px;
  height: 20px;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Maven Pro", sans-serif;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: #F19825;
}

.eventBox__arrow {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}

.accordion img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion.active img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.eventWrap {
  display: none;
  background: #fff;
  padding: 30px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.eventWrap__inner {
  width: 83.437%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .eventWrap__inner {
    width: 88.427%;
  }
}

.eventWrap.active {
  display: block;
}

.eventDetail__eventName {
  position: relative;
  font-size: 2rem;
  line-height: 1.875;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .eventDetail__eventName {
    line-height: 1.4;
  }
}

.eventDetail__eventName::after {
  content: '';
  position: absolute;
  width: 90px;
  height: 6.35px;
  bottom: -18px;
  left: 0;
  background: url("../img/img-deco-border06.webp") no-repeat;
  background-size: cover;
}

.eventDetail__img {
  margin-bottom: 20px;
}

.eventDetail__outline {
  line-height: 1.6;
  margin-bottom: 35px;
}

.eventDetail__outline a {
  text-decoration: underline;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 1080px) {
  .eventDetail__outline a:hover {
    opacity: 0.6;
  }
}

.eventDetail__title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  padding-left: 17px;
  background: #AABD29;
}

.eventDetail__title.summary {
  margin-bottom: 14px;
}

.eventDetail__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}

.eventDetail__summary dt {
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}

.eventDetail__summary dt p {
  font-size: 1.3rem;
  color: #fff;
  width: 61px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  margin-right: 32px;
  background: #666;
}

.eventDetail__summary dt.last {
  border-bottom: none;
}

.eventDetail__summary dd {
  width: calc(100% - 93px);
  line-height: 1.62;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}

.eventDetail__summary dd a {
  text-decoration: underline;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.members__content__instructor a{
  text-decoration: underline;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


@media screen and (min-width: 1080px) {
  .eventDetail__summary dd a:hover {
    opacity: 0.6;
  }
}

.eventDetail__summary dd.last {
  border-bottom: none;
}

.eventDetail__speakers {
  display: block;
  margin: 0 auto;
}

.eventDetail__speakers__item {
  margin-bottom: 30px;
}

.eventDetail__speakers__item__img {
  width: 250px;
  display: block;
  margin: 0 auto 12px;
}

.eventDetail__speakers__item__name {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 414px) {
  .eventDetail__speakers__item__name {
    text-align: left;
  }
}

.eventDetail__speakers__item__info {
  line-height: 1.6;
}

.eventDetail__report {
  display: block;
  margin: 0 auto;
}

.eventDetail__report__item {
  margin-bottom: 40px;
}

.eventDetail__report__item__title {
  position: relative;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 17px;
  padding-top: 6px;
  padding-left: 21px;
}

.eventDetail__report__item__title::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 30px;
  top: 0;
  left: 0;
  background: url("../img/img-deco-border05.webp") no-repeat;
  background-size: cover;
}

.eventDetail__report__item__text {
  margin-bottom: 20px;
  line-height: 1.6;
}

.eventDetail__report__item__img {
  display: block;
  width: 376px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .eventDetail__report__item__img {
    width: 100%;
    max-width: 376px;
  }
}

.eventDetail__item:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */

/* add section at instructor */
.certification {
  padding: 58px 0 118px;
}

.ctf-title-wrap {
  margin-bottom: 20px;
}

.ctf-wrap {
  display: grid;
  grid-template-columns: 24% 38% 38% ;
  gap: 2px;
}

.ctf-wrap .br-sp {
  display: none;
}

.ctf-wrap .item11 {
  grid-column: 2/4;
  padding: 20px 40px;
}

.ctf-wrap .item12,
.ctf-wrap .item13,
.ctf-wrap .item14,
.ctf-wrap .item15 {
  display: none;
}

.ctf-th-th {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  background: #DEF1F2;
}

.ctf-td-th {
  font-size: 1.6rem;
  color: #fff;
  background: #000;
  text-align: center;
  padding: 13px 0;
}

.ctf-td-td {
  padding: 10px 25px;
  background: #f9f9f9;
}

.ctf-td-td figure {
  display: block;
  width: 74px;
  margin: 0 auto;
}

.recruit {
  position: relative;
  padding: 60px 0;
  background: #f9f9f9;
}

.recruit::before,
.features::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 390px;
  height: 6px;
  background: url(../img/img-deco-border01.webp) no-repeat;
  background-size: 100%;
}

.recruit-info .salon__detail dd {
  width: calc(100% - 120px)
}

.recruit-info .salon__detail dt:last-child {
  border-bottom: none;
}

.recruit-info .salon__detail dt p{
  width: 100px;
  margin-right: 20px;
}

.recruit-schedule {
  margin-bottom: 66px;
}

.recruit-schedule .notes-text {
  font-size: 1.2rem;
  line-height: 1.5;
}

.recruit-schedule .salon__detail {
  margin-bottom: 14px;
}

.recruit-schedule .salon__detail dt,
.recruit-schedule .salon__detail dd {
  border-bottom: none;
}

.recruit-schedule .salon:nth-child(1) .salon__title {
  background: #AABD29;
}

.recruit-schedule .salon:nth-child(2) .salon__title {
  background: #A1D7DB;
  ;
}

.recruit-schedule .salon:nth-child(3) .salon__title {
  background: #B78DBD;
}

.recruit-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:24px;
}

.request-btn {
  width: 285px;
  height: 50px;
  background: #F19825;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all .4s ease-in-out;
}

.request-btn.mr60 {
  margin-right: 60px;
}

.request-btn a {
  display: block;
  position: relative;
  font-size: 1.4rem;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}

.request-btn a i {
  font-size: 1.1rem;
  margin-left: 8px;
}

@media screen and (min-width: 1080px) {
  .request-btn:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .recruit::before,
  .features::before {
      width: 100vw;
    background-size: cover;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .certification {
    padding: 60px 0;
  }

  .ctf-wrap {
    grid-template-columns: 24% 76%;
  }

  .ctf-wrap .br-sp {
    display: block;
  }

  .ctf-wrap .item1 {
    display: none;
  }

  .ctf-wrap .item2 {
    grid-column: 1/3;
  }

  .ctf-wrap .item3 {
    grid-column: 1/3;
    grid-row: 5;
  }

  .ctf-wrap .item6 {
    grid-row: 6;
  }

  .ctf-wrap .item9 {
    grid-row: 7;
  }

  .ctf-wrap .item11 {
    grid-column: 2/3;
    padding: 15px;
  }

  .ctf-wrap .item12 {
    display: flex;
    grid-row: 8;
  }

  .ctf-wrap .item13 {
    display: flex;
    grid-column: 1;
    grid-row: 6;
  }

  .ctf-wrap .item14 {
    display: flex;
    grid-column: 1;
    grid-row: 7;
  }

  .ctf-wrap .item15 {
    display: flex;
    grid-column: 1;
    grid-row: 8;
  }

  .ctf-th-th {
    font-size: 1.4rem;
    text-align: center;
  }

  .ctf-td-td {
    padding: 15px;
  }

  .ctf-td-td figure {
    width: 67px;
  }

  .recruit .title_2 h2 {
    font-size: 3.2rem;
  }

  .recruit-info {
    margin-bottom: 5px;
  }

  .recruit-info .salon__detail {
    flex-direction: column;
    margin-bottom: 0;
  }

  .recruit-info .salon__detail dt {
    border-bottom: none;
    padding-top: 14px;
  }

  .recruit-info .salon__detail dd {
    width: 100%;
  }

  .recruit-schedule {
    margin-bottom: 20px;
  }

  .recruit-schedule .salon {
    margin-bottom: 20px;
  }

  .recruit-btn-wrap {
    flex-direction: column;
  }

  .request-btn {
    margin-bottom: 30px;
  }

  .request-btn.mr60 {
    margin-right: 0;
  }

}

/* 2022.09 */
.commonBtn_wrap {
  width: 100%;
  height: 44px;
  margin: 12px auto 0;
  background: #111;
  transition: all .4s ease-in-out;
}

.commonBtn_wrap a {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 44px;
  text-align: center;
  transition: all .4s ease-in-out;
}

.contents_program.commonBtn_wrap {
  width: 300px;
  margin-top: 40px;
}

.text_link {
  cursor: pointer;
  text-decoration: underline;
  transition: 0.4s;
}

@media screen and (min-width: 1024px) {
  .text_link a:hover {
    opacity: 0.6;
  }

  .commonBtn_wrap:hover {
    opacity: 0.6;
  }
}

/* 2023.6. add */
.toggle-data {
  display: none;
}

.toggle-data.active {
  display: block;
}

/* 202409 */
/* add section at instructor */
@media (max-width: 767px)  {
  .br-pc {
    display: none;
}

}
.about__require {
  max-width: 600px;
  margin: 60px auto;
}
.about__require h3 {
  text-align: center;
  font-size: 2rem;
  margin: 0 auto 32px;
}

.about__require__wrap:first-child {
  margin-bottom: 60px;
}

.about__require__wrap p {
  width: fit-content;
}

.about__require__list {
  max-width: 500px;
  margin: 0 auto;
}

.require__item {
  display: flex;
  column-gap: 40px;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}

.require__item h4 {
  width: 40px;
}

.require__item ul {
  flex: 1;
}

.require__item ul li {
  list-style:disc;
}

@media (max-width: 767px) {
  .about__require {
    margin: 60px auto 0;
  }

  .require__item {
    column-gap: 16px;
  }
}

/* worksho 最下部イベント情報 */
.eventInfo {
  padding: 56px 0;
}

.eventInfo .eventDetail__eventName {
  text-align: center;
}

.eventInfo .eventDetail__eventName::after {
  left: 0;
  right: 0;
  margin: auto;
}

.infoLink {
  margin-top: 50px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.sp-only {
  display: none;
}

.custom-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  padding: 0.9em 2.6em;
  border-radius: 999px;
  background-image: linear-gradient(135deg, #FFE577 0%, #FED631 35%, #F4B400 100%);
  color: #111;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: .06em;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, filter .3s ease;
}

.custom-button::after {
  content: "▼";
  font-size: 0.9em;
  transform: translateY(1px);
}

.custom-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
  filter: brightness(1.02);
}


@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

/* ===== アクセシビリティ: スキップナビゲーション ===== */
.skip-nav {
  position: absolute;
  top: -100%;
  left: 0;
  background: #1a2d5a;
  color: #fff;
  padding: 8px 16px;
  font-size: 1.4rem;
  z-index: 10000;
  text-decoration: none;
  border-radius: 0 0 4px 0;
  transition: top 0.2s;
}
.skip-nav:focus {
  top: 0;
}

/* ===== YouTubeサムネイル（インラインstyle撤去） ===== */
.youtube-thumb-link {
  display: block;
  position: relative;
  width: 296px;
  max-width: 100%;
}
.youtube-thumb-link img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.youtube-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: rgba(0,0,0,0.75);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* ===== フォーカスインジケーター（キーボード操作可視化） ===== */
:focus-visible {
  outline: 3px solid #2d5a8e;
  outline-offset: 2px;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #2d5a8e;
  outline-offset: 3px;
  border-radius: 2px;
}

/* ===== OTDナレッジハブ / SEO・AEO向け情報設計 ===== */
.nav-item__second-level {
  width: 180px;
}

.nav-item__second-level li a {
  white-space: normal;
}

.home-hub-intro {
  margin: 362px auto 72px;
  padding: 0 0 16px;
}

.home-hub-intro + .concept {
  margin-top: 0;
}

.home-hub-intro__eyebrow,
.knowledge-hero__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 10px;
  background: #FED631;
  color: #111;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.home-hub-intro__title,
.knowledge-hero h1 {
  font-size: clamp(2.8rem, 4vw, 4.6rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.home-hub-intro__lead,
.knowledge-hero__lead,
.knowledge-lead {
  max-width: 880px;
  color: #222;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2;
}

.home-hub-intro__lead p + p,
.knowledge-hero__lead p + p,
.knowledge-lead p + p {
  margin-top: 12px;
}

.home-purpose {
  margin-top: 36px;
}

.home-purpose__title,
.knowledge-section h2,
.knowledge-card h2,
.knowledge-card h3,
.knowledge-faq h2 {
  font-weight: 800;
  letter-spacing: 0;
}

.home-purpose__title {
  font-size: 2rem;
  margin-bottom: 18px;
}

.home-purpose__grid,
.knowledge-card-grid,
.knowledge-link-grid,
.knowledge-cta-grid {
  display: grid;
  gap: 18px;
}

.home-purpose__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-purpose__card,
.knowledge-card,
.knowledge-toc,
.knowledge-note,
.knowledge-cta,
.knowledge-faq details,
.n-model-flow,
.partner-category {
  border: 1px solid #e1e5e8;
  border-radius: 8px;
  background: #fff;
}

.home-purpose__card {
  display: flex;
  min-height: 144px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.home-purpose__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .09);
}

.home-purpose__card strong {
  display: block;
  font-size: 1.7rem;
  line-height: 1.6;
}

.home-purpose__card span {
  color: #4b5a63;
  font-size: 1.3rem;
  font-weight: 700;
}

.home-proof {
  margin-top: 34px;
  padding: 24px;
  border-left: 6px solid #AABD29;
  background: #f7f9ef;
}

.home-proof p {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.8;
}

.home-partner-text,
.partners-text-list {
  margin-top: 22px;
  color: #333;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.9;
}

.home-partner-text strong,
.partners-text-list strong {
  color: #111;
}

.home-knowledge-links {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-knowledge-links a,
.knowledge-pill-link,
.knowledge-btn,
.knowledge-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 4px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

.home-knowledge-links a,
.knowledge-pill-link,
.knowledge-btn-secondary {
  border: 1px solid #111;
  background: #fff;
  color: #111;
}

.knowledge-btn {
  border: 1px solid #111;
  background: #111;
  color: #fff;
}

.knowledge-btn:hover,
.knowledge-btn-secondary:hover,
.knowledge-pill-link:hover,
.home-knowledge-links a:hover {
  opacity: .76;
}

.partners__text-link {
  margin: 22px 0 28px;
  text-align: center;
}

.knowledge-page {
  background: #fff;
}

.knowledge-page .header {
  opacity: 1;
}

.knowledge-hero {
  padding: 108px 0 54px;
  background: linear-gradient(180deg, #f9fbfb 0%, #fff 100%);
}

.knowledge-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.knowledge-main {
  padding: 42px 0 86px;
}

.knowledge-layout {
  display: grid;
  grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.knowledge-toc {
  position: sticky;
  top: 86px;
  padding: 20px;
}

.knowledge-toc h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.knowledge-toc li + li {
  margin-top: 8px;
}

.knowledge-toc a {
  color: #243746;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.knowledge-content {
  min-width: 0;
}

.knowledge-section {
  padding: 0 0 52px;
}

.knowledge-section + .knowledge-section {
  border-top: 1px solid #edf0f2;
  padding-top: 48px;
}

.knowledge-section h2 {
  font-size: 2.6rem;
  line-height: 1.45;
  margin-bottom: 18px;
}

.knowledge-section h3 {
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.6;
  margin: 24px 0 10px;
}

.knowledge-section p,
.knowledge-section li,
.knowledge-section dd,
.knowledge-section dt,
.knowledge-card p,
.knowledge-card li,
.knowledge-note p,
.knowledge-faq p,
.knowledge-faq summary {
  font-size: 1.55rem;
  line-height: 1.9;
}

.knowledge-section p + p {
  margin-top: 12px;
}

.knowledge-section ul,
.knowledge-section ol {
  margin: 14px 0 0 1.4em;
}

.knowledge-section li {
  list-style: disc;
  margin-top: 6px;
}

.knowledge-section ol li {
  list-style: decimal;
}

.knowledge-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.knowledge-link-grid,
.knowledge-cta-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.knowledge-card {
  padding: 24px;
}

.knowledge-card h2,
.knowledge-card h3 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.knowledge-card__label {
  display: block;
  color: #65737c;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 6px;
}

.knowledge-note {
  padding: 22px;
  background: #f7f9ef;
}

.knowledge-cta {
  margin-top: 24px;
  padding: 28px;
  background: #fafafa;
}

.knowledge-cta h2,
.knowledge-cta h3 {
  font-size: 2.1rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.knowledge-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.knowledge-faq details {
  padding: 18px 20px;
}

.knowledge-faq details + details {
  margin-top: 12px;
}

.knowledge-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.knowledge-faq details p {
  margin-top: 10px;
}

.n-model-flow {
  margin: 26px 0;
  padding: 26px;
  background: #fbfcf8;
}

.n-model-flow__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.n-model-flow__step {
  position: relative;
  min-height: 118px;
  padding: 18px 12px;
  background: #fff;
  border: 2px solid #AABD29;
  border-radius: 8px;
  text-align: center;
}

.n-model-flow__step:nth-child(2),
.n-model-flow__step:nth-child(4) {
  margin-top: 44px;
}

.n-model-flow__step strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.n-model-flow__step span {
  color: #49565d;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.partner-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.partner-category {
  padding: 18px;
}

.partner-category h2,
.partner-category h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.partner-name-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.partner-name-list li {
  list-style: none;
  padding: 7px 10px;
  border-radius: 4px;
  background: #f2f5f6;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.4;
}

.member-profile {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.member-profile img {
  border-radius: 8px;
}

.program-detail {
  margin: 64px auto;
}

.program-detail__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.program-detail__box {
  padding: 22px;
  border: 1px solid #e1e5e8;
  border-radius: 8px;
  background: #fff;
}

.program-detail__box h3 {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 10px;
}

.program-detail__box p,
.program-detail__box li {
  font-size: 1.45rem;
  line-height: 1.8;
}

.program-detail__box li {
  list-style: disc;
  margin-left: 1.2em;
}

.program-detail__box ol li {
  list-style: decimal;
}

.contact-form {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.contact-form label {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cfd7dc;
  border-radius: 6px;
  background: #fff;
  color: #111;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 12px 14px;
}

.contact-form select {
  background-image: linear-gradient(45deg, transparent 50%, #111 50%), linear-gradient(135deg, #111 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 36px;
}

.contact-form button {
  margin-top: 12px;
  cursor: pointer;
}

.contact-form__note {
  margin-top: 16px;
  color: #4b5a63;
  font-size: 1.35rem;
  line-height: 1.7;
}

@media screen and (max-width: 1080px) {
  .home-purpose__grid,
  .knowledge-card-grid,
  .program-detail__grid,
  .partner-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .knowledge-layout {
    grid-template-columns: 1fr;
  }
  .knowledge-toc {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .home-hub-intro {
    margin-top: 141vw;
    margin-bottom: 58px;
  }
  .home-purpose__grid,
  .knowledge-card-grid,
  .knowledge-link-grid,
  .knowledge-cta-grid,
  .program-detail__grid,
  .partner-category-grid,
  .member-profile,
  .n-model-flow__steps {
    grid-template-columns: 1fr;
  }
  .home-hub-intro__title,
  .knowledge-hero h1 {
    font-size: 2.7rem;
  }
  .home-hub-intro__lead,
  .knowledge-hero__lead,
  .knowledge-lead {
    font-size: 1.55rem;
  }
  .knowledge-hero {
    padding: 92px 0 40px;
  }
  .knowledge-main {
    padding-top: 28px;
  }
  .knowledge-section h2 {
    font-size: 2.2rem;
  }
  .n-model-flow__step:nth-child(2),
  .n-model-flow__step:nth-child(4) {
    margin-top: 0;
  }
}
