@charset "utf-8";
:root {
	/* カラーパレット */
	--WHITE: #FFFFFF;
	--BLACK: #000000;

	--GRAY01: #EBEBEB;
	--GRAY02: #F7F7F7;
	--GRAY03: #D1D1D1;
	--GRAY04: #cecece;

	--DARK01: #404040;

	--GREEN01: #BCFF99;
	--GREEN02: #D3FFBC;
	--BLUE01: #8DE9FF;
	--BLUE02: #B5F1FF;
	--YELLOW01: #FFF500;
	--YELLOW02: #FFFCB4;
	
	/* テキストカラー */
	--TXT_COLOR_BASE: var(--BLACK);
	--TXT_COLOR_WHITE: var(--WHITE);

}
/* リセットCSS */
*{margin:0;padding:0;min-height: 0;min-width: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html {height:100%;scroll-behavior: smooth;}
ul li ,ol li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight: 400;font-size: 100%;margin: 0;}
p{margin: 0;}
strong{font-weight: inherit;}
a:focus, *:focus{ outline:none; }
article, header, footer, aside, figure, figcaption, nav, section,main{ 
  display:block;
}
body{
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.1em;
	width:100%;
	color: var(--TXT_COLOR_BASE);
	position:relative;
	z-index: 0;
  line-height: 1.7;
}
p{
	letter-spacing: .1em;
}
a{
	text-decoration: none;
	outline: none;
	word-wrap: break-word;
	color: var(--TXT_COLOR_BASE);
}
a:visited{
	color: var(--TXT_COLOR_BASE);
}
a img,a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s;
}
img{
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	background: transparent;
}
/* imgリセット */
.imgauto{
	height: auto;
	width: 100%;
}
.inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.area-inner {
  padding: 60px 0;
}
/*  */
.container{
  position: relative;
}
header{
	z-index: 99;
}
h1 {
  font-weight: bold;
  line-height: 1;
}
.area__title {
	font-size: clamp(20px, 3vw, 25px);
	line-height: 1.4;
	margin-bottom: 30px;
}
.area__title span{
	font-size: clamp(30px, 6vw, 40px);
	letter-spacing: .1em;
	font-weight: 900;
}
dl.info__area-list dt {
 font-size: clamp(10px,3vw,13px);
 font-weight: 600;
}
dl.info__area-list dd {
 font-size: clamp(12px,3vw,15px);
 text-decoration: underline;
}
dl.info__area-list dt:nth-of-type(n+2) {
 margin-top: 10px;
}
/* catch__area */
.catch__area h2 {
  font-size: clamp(18px, 4vw, 24px);
  line-height: 1.8;
  margin-bottom: 30px;
  letter-spacing: .1em;
}
.catch__area h2 span {
  font-size: clamp(26px, 5vw, 32px);
  font-weight: 700;
  line-height: 0;
}
.catch__area--text{
	font-size: clamp(12px, 1.8vw, 16px);
 letter-spacing: .2em;
 line-height: 2;
}
.catch__area--text span {
  font-weight: 600;
}
.catch__area--point {
  background: var(--YELLOW01);
  color: var(--BLACK);
  padding: 3px 10px;
  width: fit-content;
  font-weight: bold;
  margin: 10px 0;
  font-size: clamp(18px, 3vw, 24px);
}
.catch__area__point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
.catch__area__point li {
  border: 1px solid;
  border-bottom: 5px solid;
  width: 100%;
  padding: 30px 2% 20px;
}
.catch__area__point li:nth-of-type(even) {
  border: none;
  padding: 10px 0 20px;
  width: 15%;
  max-width: 70px;
}
.catch__area__point--text {
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 600;
}
.catch__area__point li span {
	font-size: clamp(16px, 3vw, 24px);
	width: 250px;
	background: #fff;
	display: block;
	margin: -50px auto 10px;
}
/* point__solution__area */
.point__solution__area {
  background: var(--YELLOW01);
}
.point__solution__area h2.area__title{
  text-align: center;
  font-size: clamp(20px, 3vw, 25px);
  font-weight: 900;
}
.point__solution__area--list li {
  font-size: clamp(16px, 3vw, 22px);
  padding-left: 1.7em;
  position: relative;
}
.point__solution__area--list li::before{
	content: "";
	background: url(../images/icon_check.svg) no-repeat;
	background-size: contain;
	width: 20px;
	height: 22px;
	display: inline-block;
	position: absolute;
 left: 0;
 top: 5px;
}
.point__solution__area--list li:not(:last-child){
	margin-bottom: 20px;
}
.point__solution__area--list li:first-child{
	color: #B50000;
	font-weight: 700;
}
/* about__area */
.area__subtitle{
	font-size: clamp(20px, 3vw, 25px);
	text-align: center;
	padding: 30px 0;
	letter-spacing: .1em;
}
.area__subtitle span{
	font-size: clamp(25px, 4vw, 30px);
	font-weight: 900;
}
.about__area-img {
  margin-bottom: 40px;
}
.about__area--catch {
  font-size: clamp(16px, 3vw, 22px);
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.about__area--catch span {
  margin-left: 5em;
}
.about__area--text{
	font-size: clamp(14px, 3vw, 16px);
	margin-bottom: 20px;
}
/* type__area */
.about__area{
	margin-bottom: 100px;
}
.about__area--typelist {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.about__area--typelist li{
	width: 50%;
	display: flex;
	justify-content: center;
	font-size: clamp(14px, 3vw, 16px);
	position: relative;
}
.about__area--typelist li:nth-of-type(n+3){
	flex-direction: column;
}
.about__area--typelist li:nth-of-type(-n+2){
	padding: 20px 0;
	font-size: clamp(16px, 3vw, 20px);
	align-items: center;
	font-weight: 600;
}
.about__area--typelist li:nth-of-type(-n+2) span{
	font-size: clamp(20px, 3vw, 22px);
	font-weight: bold;
}
.about__area--typelist li:nth-last-of-type(-n+2){
	font-weight: 600;
	padding: 20px 0;
	text-decoration: underline;
}
.bg-green1{
  background: var(--GREEN01);
}
.bg-green2{
  background: var(--GREEN02);
	padding: 15px 0;
}
.bg-blue1{
  background: var(--BLUE01);
}
.bg-blue2{
  background: var(--BLUE02);
	padding: 15px 0;
}
/* reflexes__area */
.reflexes__area{
  position: relative;
  margin-bottom: 100px;
}
.reflexes__area--wrap {
  margin-top: -30px;
  background: var(--YELLOW01);
  padding-bottom: 40px;
}
.reflexes__area h2.area__title {
  position: absolute;
  top: -25px;
  left: 5%;
  margin: 0;
}
.reflexes__area .about__area--catch {
  padding-top: 30px;
  font-weight: 600;
}
.about__area--img1 {
  margin-bottom: 30px;
}
.about__area--img2 {
  width: 40px;
  margin: 0 auto;
}
.about__area--qatext{
  text-align: center;
  font-size: clamp(20px, 3vw, 22px);
  font-weight: 600;
}
.about__area--conclusion{
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	padding: 0 15px;
	margin-top: 20px;
}
.about__area--list {
  width: 90%;
  margin: 25px auto 0;
}
.about__area--list li {
  text-align: center;
  background: var(--WHITE);
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: clamp(18px, 3vw, 18px);
  font-weight: 600;
  border-radius: 4px;
}
.color-sky {
	color: #03ada6;
}
.color-green {
	color: #01aa60;
}
/* voice__area */
.voice__area--list {
  overflow: hidden;
}
.voice__area--list li:not(:last-child){
	margin-bottom: 20px;
}
/*
.voice__area--list li:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-right: -3%;
  margin-left: 7%;
}
*/
.voice__area--text-wrap h3 {
  background: var(--BLACK);
  color: var(--WHITE);
  padding: 10px;
  line-height: 1.5;
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
}
.voice__area--text-wrap h3 span {
  font-size: clamp(22px, 3vw, 26px);
}
.voice__area--text {
	 font-size: clamp(14px, 3vw, 16px);
  line-height: 1.4;
  padding: 20px 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.voice__area--text-wrap h3 span {
  font-size: clamp(22px, 3vw, 26px);
}
dl.voice__area--text dt {
  width: 20%;
}
dl.voice__area--text dd {
  width: 70%;
  margin-bottom: 1em;
}
/* shidou__area */
.shidou__area{
	position: relative;
	margin-bottom: 40px;
}
.shidou__area--wrap--yellow {
  margin: -30px 0 100px;
  background: var(--YELLOW01);
  padding-bottom: 40px;
}
.shidou__area--wrap--yellow h2.area__title {
  position: absolute;
  top: -30px;
  left: 5%;
  margin: 0;
}
.reflexes__area .about__area--catch {
  padding-top: 30px;
  font-weight: 600;
}
.shidou__area--img {
  width: 90%;
  margin: 0 auto;
  padding: 120px 0 40px;
}
.shidou__area--wrap--blue{
  margin-top: -30px;
  background: var(--BLUE01);
  padding-bottom: 20px;
  position: relative;
}
.shidou__area--wrap--blue h2.area__title {
  position: absolute;
  top: -25px;
  left: 5%;
  margin: 0;
}
.shidou__area__list {
  width: 90%;
  margin: 20px auto;
  padding-top: 50px;
}
.shidou__area__list li {
  font-size: clamp(16px, 3vw, 20px);
  padding-left: 1.7em;
  position: relative;
}
.shidou__area__list li::before{
  content: "";
  background: url(../images/icon_check.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 22px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.shidou__area__list li:not(:last-child){
	margin-bottom: 20px;
}
p.arrow {
  width: 15%;
  max-width: 50px;
  margin: 20px auto;
}
h3.shidou__area--catch {
  font-weight: 700;
  font-size: clamp(14px, 3vw, 16px);
  margin-bottom: 10px;
}
.shidou__area--text {
  font-size: clamp(13px, 3vw, 15px);
}
/* column__area */
.column__area {
  padding: 40px 0;
  background: var(--GRAY02);
}
.column__area .area__title {
  margin-bottom: 15px;
}
.column__area__list {
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  padding: 0 5% 20px;
}
.column__area__list li {
  min-width: 260px;
  max-width: 260px;
}
.column__area__list--img {
  margin-bottom: 10px;
}
.column__area__list h3 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: clamp(16px, 3vw, 18px);
}
.column__area__list--text {
  font-size: clamp(12px, 3vw, 14px);
  padding-left: 1em;
  border-left: 1px solid #00209F;
}
/* dif__area */
.dif__area {
  background: var(--GRAY02);
}
.dif__area h2.area__title {
  text-align: center;
  line-height: 1.2;
  padding: 30px 0;
  background: var(--WHITE);
}
.dif__area h3 {
  text-align: center;
  font-size: clamp(18px, 3vw, 22px);
  padding: 0 1em;
  margin-bottom: 30px;
}
.dif__area h3 b {
	font-weight: 700;
	text-align: center;
	font-size: clamp(20px, 4vw, 24px);
	width: fit-content;
	margin: 0 auto;
	position: relative;
}
.dif__area h3::before,
.dif__area h3::after {
  content: "";
  width: 15px;
  height: 28px;
  display: inline-block;
}
.dif__area h3::before{
  background: url(../images/kakko-l.svg) no-repeat;
  background-size: contain;
  margin-right: .5em;
  vertical-align: top;
}
.dif__area h3::after {
  background: url(../images/kakko-r.svg) no-repeat;
  background-size: contain;
  margin-left: .5em;
  vertical-align: bottom;
}
.dif__area__list {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  gap: 20px;
}
.dif__area__list li {
  border: 1px solid var(--BLACK);
  border-radius: 4px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.dif__area__list li:nth-of-type(n+2) {
  width: calc((100% - 20px) / 2);
  text-align: left;
}
.dif__area__list--img {
  padding: 10px;
}
.dif__area__list--text {
  position: relative;
  font-weight: 600;
  font-size: clamp(13px, 3vw, 15px);
  background: var(--GRAY01);
  padding: 10px;
  border-radius: 0 0 4px 4px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
.dif__area__list li:nth-of-type(n+2) .dif__area__list--text{
	padding: 10px 20px;
	display: flex;
}
span.dif__area__list--icon {
  width: 30%;
  max-width: 45px;
  display: block;
  position: absolute;
  left: -10px;
  top: -15px;
}
.title__yellow {
  background: var(--YELLOW02);
  padding: 0 0 40px;
  margin-top: 40px;
}
.title__yellow > .arrow img {
  margin-top: -20px;
}
.title__yellow--img {
  margin-bottom: 20px;
}
.dif__area__list.diflist.yellow li {
  background: var(--WHITE);
}
.yellow li .dif__area__list--text{
	 background: var(--BLACK);
	 color: var(--WHITE);;
	 display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
.dif__area__list.diflist.yellow li:nth-of-type(2) {
  width: 100%;
  border: none;
  background: var(--YELLOW01);
  border-bottom: 7px solid #000;
  position: relative;
  border-radius: 0;
  padding: 15px;
}
.dif__area__list.diflist.yellow li:nth-of-type(n+3) {
  width: calc((100% - 20px) / 2);
  text-align: left;
}
.dif__area__list.diflist.yellow li.yellow-point:before {
  content: "";
  position: absolute;
  top: -43px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 45px solid var(--YELLOW01);
}
span.dif__area__list--annotation {
	font-size: 10px;
}
.dif__area__list--annotationtext{
	font-size: 12px;
	width: 90%;
  margin: 8px auto; 0
}
.dif__area__list--point h4 {
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 600;
  margin-bottom: 10px;
}
.dif__area__list--point h4 span {
  font-weight: 400;
  border-bottom: 1px solid;
  padding: 0 .3em;
}
.dif__area__list--point--text {
  font-size: clamp(13px, 3vw, 15px);
}
/* edication__area */
.edication__area {
 padding: 40px 0 0;
}
.edication__area--type{
	margin-top: 50px;
}
.edication__area--typelist {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.edication__area--typelist li{
	width: 50%;
	font-size: clamp(14px, 3vw, 16px);
	position: relative;
	line-height: 1.4;
}
.edication__area--typelist li:nth-of-type(-n+2){
	padding: 30px 0 10px;
	font-size: clamp(16px, 3vw, 20px);
	font-weight: 600;
}
.edication__area--typelist li:nth-of-type(-n+2) span{
	font-size: clamp(20px, 3vw, 25px);
	font-weight: bold;
}
.edication__area--typelist li:nth-last-of-type(-n+2){
	font-weight: 600;
	padding: 30px 0;
	line-height: 1.7;
}
.edication__area--typelist li:nth-of-type(n+5){
	padding: 10px;
}
.edication__area--typelist li:nth-of-type(n+7){
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bg-yellow {
 background: var(--YELLOW01);
}
.bg-gray {
 background: var(--GRAY01);
}
.bg-dgray {
 background: var(--GRAY04);
}
.bg-bk {
 background: var(--BLACK);
 color:  var(--WHITE);
}
.about__area--text span {
	font-weight: 600;
}
.about__area--atten {
 font-size: clamp(11px, 3vw, 12px);
 margin-bottom: 60px;
}
img.imgauto.maru {
 position: absolute;
 width: 26%;
 max-width: 60px;
 top: -30px;
 left: 0;
 right: 0;
 margin: auto;
}
.edication__area--peason {
 display: flex;
 justify-content: center;
 font-size: clamp(10px, 2vw, 12px);
}
.edication__area--peason img {
 margin-bottom: 10px;
}
.tal{
	text-align: left;
}
.annotation{
	font-size: 10px;
}
/* movie__area */
.movie__area {
 background: var(--GRAY02);
 padding: 40px 0 25px;
}
.movie__area h2{
	text-align: center;
}
.movie__area__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
h3.movie__area__list--title {
  background: var(--BLACK);
  color: var(--WHITE);
  text-align: center;
  padding: 5px;
  font-size: clamp(14px, 1.5vw, 16px);
}
.movie__area__list--text {
  margin: 15px 10px;
  padding-left: 1em;
  border-left: 1px solid var(--BLACK);
  font-size: clamp(12px, 3vw, 14px);
}
/* line_area */
.line__area {
  padding: 30px 0 0;
}
.line__area a span {
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  background: #06C755;
  padding: 10px 0 5px;
  color: var(--WHITE);
  font-weight: 600;
  font-size: clamp(16px, 3vw, 20px);
}
.line__area a span::before{
  content: "";
  background: url(../images/line.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}
/* jirei__area */
.jirei__area {
  padding: 40px 0;
}
.jirei__area h2{
	text-align: center;
}
.jirei__area__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
.jirei__area__list li {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.jirei__area__list--img {
  width: 33%;
}
.jirei__area__list--wrap {
  flex: 1;
}
h3.jirei__area__list--title {
  font-weight: 600;
  font-size: clamp(13px, 3vw, 16px);
  line-height: 1.4;
  margin-bottom: 5px;
}
.jirei__area__list--text {
  margin-bottom: 20px;
  padding-right: 2em;
  font-size: clamp(11px, 3vw, 13px);
  height: 3em;
  overflow: hidden;
  position: relative;
  transition: .5s;
}
.jirei__area__list--text.open{
	height: auto;
	transition: .5s;
}
.jirei__area__list--text::after {
  content: "";
  background: url(../images/plus_bk.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  right: 2%;
  top: 1em;
  position: absolute;
}
.jirei__area__list--text.open::after {
  content: "";
  background: url(../images/minus_bk.svg) no-repeat;
  background-size: contain;
}
.jirei__area__list--tag {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
}
.jirei__area__list--tag span{
	font-size: clamp(10px, 3vw, 12px);
	padding: 3px 10px;
	line-height: 1;
}
span.tag-blue{
	background: var(--BLUE01);
}
span.tag-yellow{
	background: var(--YELLOW01);
}
span.tag-green{
	background: var(--GREEN01);
}
/* staff__area */
.staff__area {
  padding: 40px 0;
  position: relative;
}
.staff__area::before{
	content: "";
	background: var(--YELLOW01);
	width: 80%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
h2.staff__area--title {
  z-index: 2;
  position: relative;
  font-size: clamp(20px, 4vw, 25px);
  line-height: 1.4;
  margin-left: 25%;
  font-weight: 700;
  margin-bottom: 15px;
}
h2.staff__area--title span {
  display: block;
  font-size: clamp(10px, 3vw, 14px);
  font-weight: 400;
}
.staff__area__list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.staff__area__list li {
  width: 70%;
  position: relative;
}
.staff__area__list--wrap {
  background: var(--YELLOW01);
  width: 60%;
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  padding: 10px 15px;
}
.staff__area__list li:nth-of-type(2) {
  margin-left: auto;
}
h3.staff__area__list--name {
  font-weight: 600;
  font-size: clamp(15px, 3vw, 18px);
  line-height: 1.4;
}
.staff__area__list--en {
  font-size: clamp(12px, 3vw, 16px);
}
.staff__area__list--text {
  font-size: clamp(10px, 3vw, 12px);
  line-height: 1.4;
}
.staff__area__list--title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: absolute;
  font-size: clamp(45px, 5vw, 65px);
  font-weight: 700;
  line-height: 1;
  z-index: 5;
  color: rgba(0, 0, 0, 0.4);
}
.staff__area__list--img {
  position: relative;
}
.staff__area__list li:nth-of-type(1) .staff__area__list--title,
.staff__area__list li:nth-of-type(3) .staff__area__list--title{
  bottom: 74px;
}
.staff__area__list li:nth-of-type(2) .staff__area__list--title{
	bottom: 0;
}
/* course__area */
.course__area{
	padding: 40px 0;
}
.course__area--title {
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: clamp(20px, 4vw, 25px);
  width: fit-content;
  margin: 0 auto 10px;
  position: relative;
}
.course__area--title::before,
.course__area--title::after,
.course__area--context::before,
.course__area--context::after{
	content: "";
	display: inline-block;
	width: 30px;
	height: 50px;	
	position: absolute;
}
.course__area--title::before,
.course__area--context::before{
  background: url(../images/deco_l.svg) no-repeat;
  background-size: contain;
  left: -50px;
  bottom: -3px;
}
.course__area--title::after,
.course__area--context::after{
  background: url(../images/deco_r.svg) no-repeat;
  background-size: contain;
  right: -50px;
  bottom: -3px;
}
.course__area--subttle {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 5px;
  text-align: center;
  font-weight: 500;
  font-size: clamp(20px, 4vw, 25px);
}
.course__area--text {
  padding: 12px 3px;
  font-size: clamp(12px, 3vw, 16px);
}
@media screen and (min-width: 768px){
.course__area--text {
  text-align: center;
}
}
.course__area__lineup {
  padding: 30px 0;
  background: var(--YELLOW01);
}
.course__area__lineup h3 {
  background: var(--BLACK);
  color: var(--WHITE);
  padding: 5px 1em;
  font-size: clamp(15px, 3vw, 18px);
  margin-bottom: 20px;
}
.course__area__lineup h4 {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 600;
  margin-bottom: 5px;
}
.course__area__lineup--list {
  background: var(--WHITE);
  font-size: clamp(12px, 3vw, 16px);
  display: flex;
  border: 1px solid #888;
  justify-content: center;
  margin-bottom: 15px;
}
.course__area__lineup--list li {
  text-align: center;
  width: 50%;
  padding: 5px 0;
}
.course__area__lineup--list li span {
  margin-left: 1em;
  font-size: clamp(11px, 2vw, 14px);
}
.course__area__lineup--list li:first-child {
  border-right: 1px solid #888;
}
.course__area__lineup--course {
  background: var(--WHITE);
  border: 1px solid #888;
}
.course__area__lineup--course h4 {
  background: #888;
  color: var(--WHITE);
  padding: 2px;
  text-align: center;
}
.course__area__lineup--course {
  background: var(--WHITE);
  border: 1px solid #888;
  margin-bottom: 15px;
}
.course__area--context {
  text-align: center;
  font-weight: 600;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.3;
  font-size: clamp(16px, 3vw, 20px);
}
.course__area__lineup .line__area {
  padding-top: 30px;
}
p.course__area--dot {
   text-align: center;
   line-height: .5;
}
p.course__area--tobe {
   text-align: center;
   margin-bottom: 50px;
   font-size: clamp(14px, 3vw, 16px);
}
p.course__area__flow--text{
	text-align: center;
	font-size: clamp(15px, 3vw, 24px);
	font-weight: 600;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	margin-top: 40px;
}
p.course__area__top--text{
	font-size: clamp(14px, 3vw, 18px);
	text-align: center;
	line-height: 1.4;
	margin-top: 20px;
}
p.course__area__top--arrow{
	width: 30%;
	margin: 35px auto 25px;
}
@media screen and (max-width: 767px){
p.course__area__top--arrow{
	width: 40%;
	margin: 25px auto;
}
}
p.course__area__top--arrow img{
	width: 100%;
}
p.course__area__flow--subtext{
	font-size: clamp(15px, 3vw, 20px);
	text-align: center;
	line-height: 1.4;
	margin-top: 35px;
}
p.course__area__flow--subtext span{
	font-size: clamp(15px, 3vw, 16px);
	text-align: center;
}
p.course__area__flow--img{
	margin-top: 10px;
}
/* course__area__jirei */
.course__area__jirei {
    padding: 40px 0;
}
.course__area__jirei h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(20px, 2vw, 25px);
}
ul.course__area__jirei__list {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  padding: 20px 0;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.course__area__jirei__list li {
  width: calc( ( 100% - 30px) / 2 );
}
.course__area__jirei__list--img {
  margin-bottom: 10px;
}
h3.course__area__jirei__list--title {
  font-weight: 600;
  line-height: 1.3;
  font-size: clamp(15px, 1.6vw, 18px);
  margin-bottom: 5px;
}
.course__area__jirei__list--text {
  font-size: clamp(13px, 1.4vw, 15px);
  line-height: 1.3;
}
/* course__area__voice */
.course__area__voice {
  background: var(--GRAY02);
  padding: 30px 0;
}
.course__area__voice h2{
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(20px, 4vw, 25px);
}
ul.jirei__area__list.voice__list p.jirei__area__list--text {
   height: 10em;
   margin-bottom: 0;
}
ul.jirei__area__list.voice__list p.jirei__area__list--text.open{
	height: auto;
	transition: .5s;
}

/* faq__area */
.faq__area {
  padding-bottom: 30px;
}
.faq__area h2{
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(20px, 2vw, 25px);
}
.faq__area__list {
	background: var(--BLACK);
	margin-bottom: 10px;
	color: var(--WHITE);
	padding: 15px;
	font-size: clamp(13px, 3vw, 16px);
}
.faq__area__list dd {
  display: none;
}
.faq__area__list dt {
  padding: 0 3em 0 1em;
  position: relative;
  border-left: 1px solid;
  margin-left: 2em;
}
.faq__area__list dt::before {
  content: "Q.";
  position: absolute;
  left: -1.8em;
  top: 0;
  font-size: clamp(15px, 1.6vw, 18px);
}
.faq__area__list dd {
	padding: 15px 0 0 1em;
  position: relative;
  border-left: 1px solid;
  margin-left: 2em;
}
/*
.faq__area__list dd::before {
  content: "A.";
  position: absolute;
  left: -1.7em;
  top: 0;
  font-size: clamp(15px, 1.6vw, 18px);
}
*/
.faq__area__list dt::after,
.faq__area__list dt.open::after {
	content: "";
  position: absolute;
  right: 0px;
  top: 28%;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.faq__area__list dt::after{
  background: url(../images/plus_w.svg) no-repeat;
  background-size: contain;
}
.faq__area__list dt.open::after{
	content: "";
  background: url(../images/minus_w.svg) no-repeat;
}
/* history__area */
.history__area {
 padding: 40px 0;
 background: var(--GRAY02);
}
.history__area h2{
 text-align: center;
 margin-bottom: 20px;
 font-size: clamp(20px, 2vw, 25px);
}
.history__area--list dt{
	font-weight: bold;
 font-size: clamp(14px, 3vw, 16px);
}
.history__area--list dd{
 font-size: clamp(12px, 3vw, 14px);
 margin-bottom: 20px;
}
/* footer */
footer {
  background: var(--YELLOW01);
  padding-bottom: 65px;
}
footer h2 {
 font-weight: 600;
 background: var(--BLACK);
 text-align: center;
}
footer h2 img {
 width: 70%;
}
.footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
}
.footer__sns a {
  width: 10%;
  max-width: 25px;
}
.footer__list li a {
	display: block;
	border-top: 1px solid var(--BLACK);
	text-align: center;
	padding: 5px;
	font-size: clamp(14px, 3vw, 16px);
}
.copy {
  background: var(--BLACK);
  color: var(--WHITE);
  text-align: center;
  padding: 10px;
  font-size: clamp(11px, 2vw, 13px);
}
/* LINE固定 */
.line__fixarea{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.line__fixarea a span {
  display: block;
  margin: 0 auto;
  text-align: center;
  background: #06C755;
  padding: 10px 0 5px;
  color: var(--WHITE);
  font-weight: 600;
  font-size: clamp(16px, 3vw, 20px);
}
.line__fixarea a span::before{
  content: "";
  background: url(../images/line.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 768px){
	.container{
		display: flex;
	  justify-content: center;
	  max-width: 1840px;
	}
	header {
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
  background: url(../images/mainimg.jpg) no-repeat center top;
  background-size: cover;
}
	h1 {
  position: absolute;
  top: 30px;
  left: 5%;
  font-size: 25px;
  width: 70%;
  max-width: 300px;
	}
	h1 a{
		color: var(--WHITE);
	}
	.info__area{
 width: 95%;
 background: rgba(255, 255, 255, 0.85);
 padding: 20px;
 position: absolute;
 bottom: 20px;
 left: 50%;
 transform: translate(-50%, 0);
}
	.content-area {
	  width: 50%;
	}
	.shidou__area__list li::before{
	  top: 9px;
	}
	.catch__area{
	  padding: 10% 0 60px;
	}
	.catch__area--bg {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.catch__area h2{
		font-weight: 600;
	}
 .catch__area h2 span {
  text-decoration: underline;
	}
	.sp{
		display: none;
	}
	.edication__area--peason {
	 gap: 15px;
	}
	.edication__area--peason p {
	 width: 44%;
	}
	p.catch__area--text.catch__area--text2 {
  margin-bottom: 100px;
	}
	.staff__area__list li:nth-of-type(1) .staff__area__list--title,
	.staff__area__list li:nth-of-type(3) .staff__area__list--title{
	  right: -35%;
	}
	.staff__area__list li:nth-of-type(2) .staff__area__list--title{
	  left: -35%;
	}
	p.line__fixarea {
    width: 50% !important;
    right: 0 !important;
    left: auto ! IMPORTANT;
	}
	.course__area__lineup--img {
	  padding: 20px;
	}
}
@media screen and (max-width: 767px){
	header{
		position: sticky;
		top: 0;
		background: var(--YELLOW01);
  padding: 0 20% 0 0;
		z-index: 998;
	}
	h1 {
	  font-size: 22px;
	  font-weight: bold;
	}
	.shidou__area__list li::before{
	  top: 5px;
	}
	.catch__area{
	  padding: 0 0 60px;
	}
	.catch__area--bg {
	  background: url(../images/mainimg_sp-n.jpg) no-repeat center top;
	  background-size: cover;
	  height: 100vh;
	  position: relative;
	}
.catch__area--wrap {
  color: var(--WHITE);
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0 0;
	}
	.info__area {
  width: 90%;
  margin: 20px auto 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
	.catch__area__point {
   padding-top: 60px;
  }
 .catch__area--text{
  font-weight: 300;
 }
	.pc{
		display: none;
	}
	.edication__area--peason {
	 gap: 10px;
	}
	.edication__area--peason p {
	 width: 49%;
	}
	.staff__area__list li:nth-of-type(1) .staff__area__list--title,
	.staff__area__list li:nth-of-type(3) .staff__area__list--title{
	  right: -35%;
	}
	.staff__area__list li:nth-of-type(2) .staff__area__list--title{
	  left: -35%;
	}
	.course__area__lineup--img {
	  padding: 10px;
	}
}

