@charset "utf-8";

/* -----------------------------
	aroma-basic-area .bg
-------------------------------- */

#aroma-basic .aroma-basic-area .bg {
	background: #0B1B37 url("../img/about-bg.png") no-repeat right top / auto;
	padding: 0 0 160px;
}

@media screen and (max-width: 768px){

	#aroma-basic .aroma-basic-area .bg {
		margin: 0 0 0;
		background: #0B1B37 url("../img/about-bg.png") no-repeat right top 300px / 50% auto;
		padding: 0 0 50px;
	}
}

/* -----------------------------
	its-area
-------------------------------- */

#aroma-basic .its-area {
	position: relative;
	/*max-width: 1600px;*/
	max-width: 1300px;
	margin: 0 auto;
	min-height: 686px;
}
#aroma-basic .its-area::before {
	content: "";
	background: rgba(29,44,71,0.7);
	width: 1375px;
	height: calc(100% - 100px);
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
}
#aroma-basic .its-area .box {
	position: absolute;
	left: 0;
	top: 0;
}

#aroma-basic .its-area .inner {
	padding: 170px 0 0 600px;
	position: relative;
	z-index: 10;
}

#aroma-basic .its-area .txt h3 {
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	font-size: 3.4rem;
	font-weight: 500;
	line-height: 1.5;
}

#aroma-basic .its-area .txt p {
	color: #9BA4AA;
	line-height: 1.5;
	padding: 40px 0 0;
}


/*animation*/
#aroma-basic .its-area .slideBox {
	/*width: 752px;
	height: 606px;*/
	width: 580px;
	height: 580px;
	overflow: hidden;
	position:relative;
}

#aroma-basic .its-area .slideBox .image {
	opacity: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 15s 0s infinite;
	animation: anime 15s 0s infinite;
}

#aroma-basic .its-area .slideBox .image:nth-of-type(2) {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

#aroma-basic .its-area .slideBox .image:nth-of-type(3) {
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
}

/* ふわっとアニメーション */
@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 1500px) {
	#aroma-basic .its-area .inner {
		/*padding: 150px 0 0 750px;*/
		padding: 150px 0 0 550px;
	}
}

@media screen and (max-width: 768px){

	#aroma-basic .its-area {
		position: static;
		max-width: 100%;
		min-height: auto;
	}

	#aroma-basic .its-area::before {
		display: none;
	}

	#aroma-basic .its-area .box {
		position: static;
	}

	#aroma-basic .its-area .inner {
		background: rgba(29,44,71,0.7);
		padding: 40px 20px;
	}

	#aroma-basic .its-area .txt h3 {
		font-size: 2.3rem;
	}

	#aroma-basic .its-area .txt p {
		padding: 15px 0 0;
	}

	/*animation*/
	#aroma-basic .its-area .slideBox {
		width: 100%;
		height: 300px;
	}
	
}

/* -----------------------------
	com-area
-------------------------------- */
#aroma-basic .com-area .com {
	border: #9BA4AA solid 1px;
	margin: 100px 0 0;
	width: 1100px;
	position: relative;
}
#aroma-basic .com-area .com img {
	width: 550px;
	height: 350px;
	object-fit: cover;
	object-position: center;
}


#aroma-basic .com-area .com.challenge-area {
	padding: 50px 500px 50px 50px;
}

#aroma-basic .com-area .com.community-area {
	margin: 100px 0 0 auto;
	padding: 80px 50px 80px 500px;
}

#aroma-basic .com-area .com.commit-area {
	padding: 80px 500px 80px 50px;
}

#aroma-basic .com-area .com .image {
	position: absolute;
	right: -100px;
}

#aroma-basic .com-area .com.community-area .image {
	right: auto;
	left: -100px;
	top: -50px;
}

#aroma-basic .com-area .com.commit-area .image {
	top: -50px;
}

#aroma-basic .com-area .com h3 {
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.5;
}

#aroma-basic .com-area .com p {
	color: #9BA4AA;
	line-height: 1.5;
	padding: 30px 0 0;
}

@media screen and (max-width: 768px){

	#aroma-basic .com-area .com {
		margin: 70px auto 0;
		width: 93.75%;
	}

	#aroma-basic .com-area .com.challenge-area {
		padding: 0 20px 30px;
	}

	#aroma-basic .com-area .com.community-area {
		margin: 70px auto 0;
		padding: 0 20px 30px;
	}

	#aroma-basic .com-area .com.commit-area {
		padding: 0 20px 30px;
	}

	#aroma-basic .com-area .com .image {
		position: static;
		right: auto;
		margin: -50px 0 0;
	}

	#aroma-basic .com-area .com .image img {
		width: 100%;
		height: 230px;
	}

	#aroma-basic .com-area .com.community-area .image {
		right: auto;
		left: auto;
		top: auto;
	}

	#aroma-basic .com-area .com.commit-area .image {
		top: auto;
	}

	#aroma-basic .com-area .com h3 {
		font-size: 2.0rem;
		padding: 15px 0 0;
	}

	#aroma-basic .com-area .com p {
		padding: 15px 0 0;
	}

}

/* -----------------------------
	about-area
-------------------------------- */
#aroma-basic .about-area {
	padding: 110px 0;
	/*position: relative;*/
}
#aroma-basic .about-area .title .en {
	font-size: 4.8rem;
	text-align: center;
}

#aroma-basic .about-area .title .jp {
	font-size: 2.0rem;
	text-align: center;
}

#aroma-basic .about-area .t-txt {
	text-align: center;
    line-height: 1.75;
    padding: 30px 0 0;
}

#aroma-basic .about-area .txt-box{
	text-align: center;
}

#aroma-basic .about-area .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0 0;
}

#aroma-basic .about-area li > div{
	/*background: #fff;*/
	margin: 60px 0;
}

#aroma-basic .about-area li .num{
	font: 700 1.6rem / 1 'Lato', sans-serif;
	letter-spacing: .05em;
	text-align: center;
	color: #18486F;
}

#aroma-basic .about-area li .title{
	font: 600 2.8rem / 1 'Noto Serif JP', serif;
	text-align: center;
	/*color: #9A6A43;*/
	color: #18486F;
	letter-spacing: .05em;
	padding: 10px 0 0;
	display: flex;
	align-items: center; 
	justify-content: center; 
}

#aroma-basic .about-area li .title:before, 
#aroma-basic .about-area li .title:after {
	border-top: 1px solid;
	content: "";
	width: 1.6em;
}

#aroma-basic .about-area li .title:before {
	margin-right: .8em;
}

#aroma-basic .about-area li .title:after {
	margin-left: .8em;
}

#aroma-basic .about-area li .catch{
    font: 600 2.1rem / 1.5 'Noto Serif JP', serif;
    text-align: center;
    padding: 20px 20px 0;
}

#aroma-basic .about-area li .basic-txt{
	padding: 15px 20px 20px;
	font-size: 1.6rem;
	line-height: 2.2;
}

#aroma-basic .about-area .btn-more{
	display: block;
	margin: 60px auto 0;
}

/* about-area box */
#aroma-basic .about-area .list.list-skill {
	display: flex;
	justify-content: center;
	padding: 0 0 0;
	gap: 20px 20px;
}
#aroma-basic .about-area .list.list-skill .com {
	width: calc(100% / 3 - 40px);
    margin: 10px;
    border: 1px solid #18486F;
    padding: 30px 0 10px;
    text-align: center;
    box-sizing: border-box;
}
#aroma-basic .about-area .list.list-skill h4 {
	display: block;
    /*color: #00a65a;*/
	color: #333;
    font-size: 20px;
    margin: 20px 10px 10px;
    font-weight: bold;
	height: 1.5;
}
#aroma-basic .about-area .list.list-skill img {
	width: 80px;
	object-fit: cover;
	object-position: center;
}

/* about-area about-list02 */
#aroma-basic .about-area li.about-list02 .about-box-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#aroma-basic .about-area li.about-list02 .about-box-flex .box-img {
	width: calc( 100% / 2 );
}
#aroma-basic .about-area li.about-list02 .about-box-flex .box-img img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 280px;
}
#aroma-basic .about-area li.about-list02 .about-box-flex .box-txt {
	width: calc( 100% / 2 );
}
#aroma-basic .about-area li.about-list02 .about-box-flex .list-inner {
	font-size: 1.6rem;
    line-height: 1.8;
}

/*aroma-img-flex*/
#aroma-basic .aroma-img {
	/*margin: 0 auto;
	position: absolute;
	bottom: -150px;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 5;*/
}
#aroma-basic .aroma-img ul.aroma-img-flex {
	display: flex;
	justify-content: center;
	gap: 0 30px;
}
#aroma-basic .aroma-img ul.aroma-img-flex li {
	/*width: calc( ( 100% - 50px ) / 6 );*/
	width: 175px;
}
#aroma-basic .aroma-img ul.aroma-img-flex li img {
	width: 100%;
	object-fit: cover;
	object-position:center;
}

@media screen and (max-width: 768px) {
	#aroma-basic .about-area {
		padding: 40px 0;
	}
	#aroma-basic .about-area .title .en {
		font-size: 3.2rem;
		text-align: center;
	}

	#aroma-basic .about-area .title .jp {
		font-size: 1.6rem;
		text-align: center;
	}
	#aroma-basic .about-area li .title{
		font: 600 1.8rem / 1 'Noto Serif JP', serif;
	}
	#aroma-basic .about-area li > div{
		margin: 30px 0 0;
	}
	#aroma-basic .about-area .list {
		margin: 10px 0 0;
	}
	
	/* about-area box */
	#aroma-basic .about-area .list.list-skill {
		display: block;
	}
	#aroma-basic .about-area .list.list-skill .com {
		width: 100%;
		margin: 20px 0;
	}
	#aroma-basic .about-area .list.list-skill img {
		 width: 80px;
		object-fit: cover;
		object-position: center;
	}
	#aroma-basic .about-area li .basic-txt {
		padding: 15px 10px 10px;
	}

	/* about-area about-list02 */
	#aroma-basic .about-area li.about-list02 .about-box-flex {
		display: block;
	}
	#aroma-basic .about-area li.about-list02 .about-box-flex .box-img {
		width: 100%;
	}
	#aroma-basic .about-area li.about-list02 .about-box-flex .box-img img {
		width: 100%;
		object-fit: cover;
		object-position: center;
		height: auto;
	}
	#aroma-basic .about-area li.about-list02 .about-box-flex .box-txt {
		width: 100%;
	}
	#aroma-basic .about-area li.about-list02 .about-box-flex .list-inner {
		font-size: 1.6rem;
		line-height: 1.8;
	}
	
	/*aroma-img-flex*/
	#aroma-basic .aroma-scroll {
		width: 100%;
		overflow-x: scroll;
	}
	#aroma-basic .aroma-img {
		width: 800px;
		margin: 0 auto;
	}
	#aroma-basic .aroma-img ul.aroma-img-flex {
		display: flex;
		justify-content: center;
		gap: 0 30px;
		padding: 0 20px 20px;
	}
	#aroma-basic .aroma-img ul.aroma-img-flex li {
		/*width: calc( ( 100% - 50px ) / 6 );*/
		width: 150px;
	}
	#aroma-basic .aroma-img ul.aroma-img-flex li img {
		width: 100%;
		object-fit: cover;
		object-position:center;
	}
}

/* -----------------------------
	feature-area
-------------------------------- */
#aroma-basic .feature-area .title .en {
	font-size: 4.8rem;
	text-align: center;
}
#aroma-basic .feature-area .title .jp {
	font-size: 2.0rem;
	text-align: center;
}
#aroma-basic .feature-area{
	padding: 100px 0 70px;
	position: relative;
	background: url("../img/colorful-bg01.png") #f5f5f5 no-repeat center top / 100% auto;
}

#aroma-basic .feature-area .title .en{
    text-align: center;
}
#aroma-basic .feature-area .jp{
	text-align: center;
    padding: 10px 0 0;
}
#aroma-basic .feature-area .t-txt {
	text-align: center;
    line-height: 1.75;
    padding: 30px 0 0;
}
#aroma-basic .feature-area .txt-box{
	text-align: center;
}
#aroma-basic .feature-area .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0 0;
}

#aroma-basic .feature-area li > div{
	/*background: #fff;*/
	margin: 50px 0 0;
}
#aroma-basic .feature-area li .num{
	font: 700 1.6rem / 1 'Lato', sans-serif;
	letter-spacing: .05em;
	text-align: center;
	color: #9A6A43;
}
#aroma-basic .feature-area li .title{
	font: 600 2.8rem / 1 'Noto Serif JP', serif;
	text-align: center;
	color: #9A6A43;
	letter-spacing: .05em;
	padding: 10px 0 0;
	display: flex;
	align-items: center; 
	justify-content: center; 
}
#aroma-basic .feature-area li .title:before, 
#aroma-basic .feature-area li .title:after {
	border-top: 1px solid;
	content: "";
	width: 1.6em;
}
#aroma-basic .feature-area li .title:before {
	margin-right: .8em;
}
#aroma-basic .feature-area li .title:after {
	margin-left: .8em;
}

#aroma-basic .feature-area li .catch{
    font: 600 2.1rem / 1.5 'Noto Serif JP', serif;
    text-align: center;
    padding: 20px 20px 0;
}
#aroma-basic .feature-area li .basic-txt.about-txt {
	line-height: 2.2;
}
#aroma-basic .feature-area li .basic-txt{
	padding: 15px 20px 20px;
}

#aroma-basic .feature-area .btn-more{
	display: block;
	margin: 60px auto 0;
}

/* feature-area 各box */
#aroma-basic .feature-area li.feature-list {
	width: 100%;
	margin: 0 0 60px 0;
}
#aroma-basic .feature-area li.feature-list .feature-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#aroma-basic .feature-area li.feature-list .box-img {
	width: calc( 100% / 2 );
}
#aroma-basic .feature-area li.feature-list .box-img img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}
#aroma-basic .feature-area li.feature-list .box-txt {
	width: calc( 100% / 2 );
}
#aroma-basic .feature-area li.feature-list .list-inner {
	font-size: 1.6rem;
    line-height: 1.8;
}

#aroma-basic .feature-area li.feature-list.feature-list-flex .feature-box {
	display: block;
}
#aroma-basic .feature-area li.feature-list.feature-list-flex .box-txt {
	width: 100%;
}

/*アロマスクールで学べるスキルとは？*/
#aroma-basic .feature-area .list.list-skill {
	display: flex;
	justify-content: center;
	padding: 0 0 0;
	gap: 20px 20px;
}
#aroma-basic .feature-area .list.list-skill .com {
	width: calc(100% / 3 - 40px);
    margin: 10px;
    /*border: 1px solid #18486F;*/
	box-shadow: 5px 5px 70px rgba(17,12,46,0.1);
    padding: 30px 0 10px;
    text-align: center;
    box-sizing: border-box;
}
#aroma-basic .feature-area .list.list-skill h4 {
	display: block;
    /*color: #00a65a;*/
	color: #333;
    font-size: 20px;
    margin: 20px 10px 10px;
    font-weight: bold;
	height: 1.5;
}
#aroma-basic .feature-area .list.list-skill img {
	width: 100px;
	object-fit: cover;
	object-position: center;
}

@media screen and (max-width: 768px){
	#aroma-basic .feature-area {
		padding: 40px 0 20px;
	}
	#aroma-basic .feature-area .title .en {
		font-size: 3.2rem;
		text-align: center;
	}

	#aroma-basic .feature-area .title .jp {
		font-size: 1.6rem;
		text-align: center;
	}
	#aroma-basic .feature-area .t-txt {
		text-align: left;
		line-height: 1.5;
		padding: 10px 0 0;
	}
	#aroma-basic .feature-area li.feature-list {
		margin: 0 0 30px 0;
	}
	#aroma-basic .feature-area li.feature-list .feature-box {
		display: block;
	}
	#aroma-basic .feature-area li.feature-list .box-img {
		width: 100%;
	}
	#aroma-basic .feature-area li.feature-list .box-txt {
		width: 100%;
	}
	
	/* list */
	#aroma-basic .feature-area .list{
		margin: 20px 0 0;
	}
	#aroma-basic .feature-area li{
		width: calc((100% / 2) - 5px);
	}
	
	#aroma-basic .feature-area li:nth-child(n + 3){
		margin: 20px 0 0;
	}
	
	#aroma-basic .feature-area li .num{
		font-size: 1.4rem;
	}
	#aroma-basic .feature-area li .title{
		font-size: 1.8rem;
		padding: 5px 0 0;
	}
	#aroma-basic .feature-area li .title:before, 
	#aroma-basic .feature-area li .title:after{
		display: none;
	}
	#aroma-basic .feature-area li .catch{
		font-size: 1.5rem;
		padding: 5px 0 0;
		text-align: left;
	}
	/*#aroma-basic .feature-area li .basic-txt{
		display: none;
	}*/
	#aroma-basic .feature-area li img{
		width: 100%;
	}
	
	#aroma-basic .feature-area li > div{
		background: none;
		margin: 12px 0 0;
	}

	#aroma-basic .feature-area .btn-more{
		margin: 30px auto 0;
	}
	
	/*アロマスクールで学べるスキルとは？*/
	#aroma-basic .feature-area .list.list-skill {
		display: block;
	}
	#aroma-basic .feature-area .list.list-skill .com {
		width: 100%;
		margin: 20px 0;
		padding: 40px 20px 10px;
	}
	
	#aroma-basic .feature-area .list.list-skill img {
		width: 80px;
		object-fit: cover;
		object-position: center;
	}
	#aroma-basic .feature-area .list.list-skill .com {
		padding: 30px 10px 20px;
	}
	#aroma-basic .feature-area li .basic-txt {
		padding: 15px 10px 0;
		text-align: left;
	}
	#aroma-basic .feature-area li .basic-txt.about-txt {
		line-height: 1.8;
	}
}

/* -----------------------------
	market-area 
    アロマセラピストの求人市場の動向と将来性について
-------------------------------- */
#aroma-basic .market-area .title .en {
	font-size: 4.8rem;
	text-align: center;
}
#aroma-basic .market-area .title .jp {
	font-size: 2.0rem;
	text-align: center;
}
#aroma-basic .market-area {
	background: #C7C1B8;
	padding: 80px 0 80px;
	background-attachment: fixed;
}
#aroma-basic .market-area .list.list-market {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px 30px;
	margin: 50px 0 0;
}

#aroma-basic .market-area .list.list-market .box {
	width: calc(100% / 3 - 40px);
	margin: 0 0 ;
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 30px 0 0;
	background: #E1DAD0;
}
#aroma-basic .market-area .list.list-market .box h5 {
	font-size: 2rem;
	font-weight: bold;
	color: #18486F;
}
#aroma-basic .market-area .list-item:hover {
	cursor: pointer;
}
#aroma-basic .market-area .detail {
	display: block;
	padding: 30px 20px 20px;
	position: relative;
}
#aroma-basic .market-area .list-item {
	text-align: center;
}
#aroma-basic .market-area .accordion-icon {
	display: none;
}

@media screen and (max-width: 768px) {
	#aroma-basic .market-area {
		padding: 50px 0 30px;
	}
	#aroma-basic .market-area .title .en {
		font-size: 3.2rem;
		text-align: left;
	}

	#aroma-basic .market-area .title .jp {
		font-size: 1.6rem;
		text-align: left;
	}
	#aroma-basic .market-area .list.list-market {
		display: block;
		margin: 30px 0;
	}
	#aroma-basic .market-area .list.list-market .box {
		width: 100%;
		margin: 0 0 20px;
		padding: 15px 20px;
	}
	#aroma-basic .market-area .detail {
		display: none;
		padding: 20px 0 0;
		position: relative;
	}
	#aroma-basic .market-area .list.list-market .box h5 {
		font-size: 1.8rem;
	}
	#aroma-basic .market-area .list-item {
		display: flex;
		justify-content: space-between;
		text-align: left;
	}
	#aroma-basic .market-area .accordion-icon {
		display: block;
		height: 20px;
		margin: 0 0 0 20px;
		padding: 10px 0 0 0;
		position: relative;
		width: 20px;
	}

	#aroma-basic .market-area .accordion-icon::before,.accordion-icon::after {
		background-color: #18486F;
		content: "";
		height: 1px;
		position: absolute;
		width: 100%;
		transition: all .3s;
	}

	#aroma-basic .market-area .accordion-icon::before {
		transform: rotate(0deg);
	}

	#aroma-basic .market-area .accordion-icon::after {
		transform: rotate(90deg);
	}

	#aroma-basic .market-area .inner .accordion .quest.active .accordion-icon::after {
		transform: rotate(180deg);
	}
}

/* -----------------------------
	instructor-area
-------------------------------- */
#aroma-basic .instructor-area .title .en {
	font-size: 4.8rem;
	text-align: center;
}
#aroma-basic .instructor-area .title .jp {
	font-size: 2.0rem;
	text-align: center;
}
#aroma-basic .instructor-area{
	background: url(../img/top-instructor-bg.jpg) no-repeat top center / cover;
	padding: 80px 0 80px;
	background-attachment: fixed;
}

#aroma-basic .instructor-area .title{
	color: #fff;
	text-align: center;
}

#aroma-basic .instructor-area .list{
	margin: 30px 0 0;
}
#aroma-basic .instructor-area li{
	background: #fff;
	/*display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;*/
	padding: 70px;
	margin: 50px 0 0;
}

#aroma-basic .instructor-area .box{
	padding: 0 50px 0 0;
}

#aroma-basic .instructor-area .box h4{
	font-size: 3rem;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.5;
}
#aroma-basic .instructor-area .box .basic-txt{
	padding: 30px 0 0;
	/*width: 450px;*/
}

#aroma-basic .instructor-area .image {
	float: right;
	width: 380px;
	margin: 0 0 10px 30px;
}

#aroma-basic .instructor-area img{
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: center;
}

/*ボタン*/
#aroma-basic .instructor-area .box .btn-more {
    /*background: #0B1B37;
    color: #fff;*/
	margin: 80px auto 0;
	text-align: center;
	display: block;
}

/*#aroma-basic .instructor-area .box .btn-more a::before {
    background: #0B1B37;
}

#aroma-basic .instructor-area .box .btn-more span {
    color: #fff;
	border: none;
    border: solid 1px #333;
}*/

/*岡野講師 アロまんが*/
#aroma-basic .instructor-area .gallery-area {
    margin: 40px 0 0 0;
}
#aroma-basic .instructor-area .gallery-area .gallery-txt {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
	font-size: 1.6rem;
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 15px;
}
#aroma-basic .instructor-area .gallery-area .gallery-txt::before {
    content: "\f00e";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 1.6rem;
    position: absolute;
    left: 8px;
    bottom: 0;
    color: #333;
    transition: all 0.3s ease-in-out;
}
#aroma-basic .instructor-area .gallery-area .comic-list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
	justify-content: flex-start;
	align-items: baseline;
    width: 100%;
}
#aroma-basic .instructor-area .gallery-area .comic-list li {
    width: 290px;
    margin: 0;
	padding: 0 0 0 15px;
}
#aroma-basic .instructor-area .gallery-area .comic-list li:first-of-type {
	width: 250px;
	padding: 0 0 0 0;
}
#aroma-basic .instructor-area .gallery-area .comic-list li img {
    width: 100%;
	height: auto;
	object-fit: contain;
	object-position: top;
    margin: 0;
}

#aroma-basic .instructor-area .gallery-area .comic-list li a img {
    transition: .3s;
}
#aroma-basic .instructor-area .gallery-area .comic-list li a:hover img {
    transform: scale(1.1,1.1);
}

@media screen and (max-width: 768px){
	#aroma-basic .instructor-area {
		padding: 50px 0;
	}
	#aroma-basic .instructor-area .title .en {
		font-size: 3.2rem;
		text-align: left;
	}

	#aroma-basic .instructor-area .title .jp {
		font-size: 1.6rem;
		text-align: left;
	}
	#aroma-basic .instructor-area li{
		padding: 70px;
		margin: 30px 0 0;
	}
	#aroma-basic .instructor-area li{
		display: block;
		padding: 0;
	}
	#aroma-basic .instructor-area .box{
		padding: 25px 20px 30px;
	}
	
	#aroma-basic .instructor-area .box h4{
		font-size: 2.2rem;
		line-height: 1.5;
	}
	#aroma-basic .instructor-area .box .basic-txt{
		padding: 15px 0 0;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}

	#aroma-basic .instructor-area .box .btn-more{
		margin: 20px 0 0;
	}
	
	#aroma-basic .instructor-area .image{
		float: none;
		width: 100%;
		margin: 0 0 0;
	}
	
	#aroma-basic .instructor-area .gallery-area .comic-list li {
		width: 190px;
		margin: 0;
		padding: 0 0 0 10px;
	}
	#aroma-basic .instructor-area .gallery-area .comic-list li:first-of-type {
		width: 150px;
		padding: 0 0 0 0;
	}
	#aroma-basic .instructor-area .gallery-area .comic-list li img {
		height: 100%;
	}
	
	/*岡野講師 アロまんが*/
	#aroma-basic .instructor-area .gallery-area {
		margin: 20px 0 30px 0;
	}
	#aroma-basic .instructor-area .gallery-area .gallery-txt {
		margin: 0 0 15px 0;
	}
	#aroma-basic .instructor-area .gallery-area .comic-list li {
		width: calc( ( 100% - 10px ) / 2 );
		margin: 0;
		padding: 0 0 0 10px;
	}
	#aroma-basic .instructor-area .gallery-area .comic-list li:first-of-type {
		padding: 0 0 0 0;
	}
	#aroma-basic .instructor-area .gallery-area .comic-list li img {
		width: 100%;
		height: 230px;
		object-fit: cover;
		object-position: top;
		margin: 0;
	}
	#aroma-basic .instructor-area .gallery-area .comic-list li a:hover img {
		transform: scale(1,1);
	}

}

/* -----------------------------
	course-area
-------------------------------- */
#aroma-basic .course-area .title .en {
	font-size: 4.8rem;
	text-align: center;
}
#aroma-basic .course-area .title .jp {
	font-size: 2.0rem;
	text-align: center;
}
#aroma-basic .course-area .course-area-title {
	font-family: 'Noto Serif JP', serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.7;
	color: #E8A026;
}
#aroma-basic .course-area{
	margin: 0 0 0;
	background: #DDE9EF url("../img/beginner-bg02.png") no-repeat right bottom / auto;
	padding: 100px 0;
}

#aroma-basic .course-area .basic-course {
	margin: 50px 0 0;
}

/* course-table  */
#aroma-basic .course-table{
	margin: 30px 0 0;
	width: 100%;
}
#aroma-basic .course-table table , 
#aroma-basic .course-table td, 
#aroma-basic .course-table th {
	border: 1px solid #ddd;
	border-collapse: collapse;
	line-height: 1.3;
	font-weight: bold;
	background: #fff;
}
#aroma-basic .course-table td,
#aroma-basic .course-table th {
	padding: 13px 10px; 
	height: 25px;
}
#aroma-basic .course-table  th {
	background: #f0e6cc;
}
#aroma-basic .course-table td{
}
#aroma-basic .course-table .course{
	width: 180px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
#aroma-basic .course-table .course-aroma{
	text-align: center;
	font-size: 1.7rem;
}
#aroma-basic .course-table .course-aroma{
	background: #fff6f9;
	color: #E8A026;
}


#aroma-basic .course-area .title .en ,
.course-area .title .jp {
	text-align: center;
}
#aroma-basic .course-area .list {
	padding: 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#aroma-basic .course-area .list .box {
	/*width: 580px;*/
	width: 100%;
	background: #fff;
	padding: 30px 50px;
	margin: 0 0 0;
	box-shadow:5px 5px 70px rgba(17,12,46,0.1);
	position: relative;
}

/* インストラクター認定講座 */
#aroma-basic .course-area .list .box {
	width: 100%;
	margin: 0;
}
#aroma-basic .course-area .list .box .txt{
	padding: 20px 0 0;
}
#aroma-basic .course-area .list .box.course-aroma .course-title{
	color: #E8A026;
}
#aroma-basic .course-area .list .box.course-aroma::before{
	background: #E8A026;
}
#aroma-basic .course-area .list .box.course-aroma::before {
	background: #E8A026;
}

#aroma-basic .course-area .list .box::before {
	content: "";
	width: 170px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 0;
}

#aroma-basic .course-area .list .box .course-title {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.7;
}

#aroma-basic .course-area .list .box.course-aroma .course-title,
#aroma-basic .course-area .list .box.course-aroma .price {
	color: #E8A026;
}
#aroma-basic .course-area .list .box .price {
	background: #FCFCFC;
	border: #D9D9D9 solid 1px;
	padding: 5px 20px;
	line-height: 1.7;
	margin:15px 0;
}

#aroma-basic .course-area .list .box .txt {
	line-height: 1.5;
}
@media screen and (max-width: 768px){
	/* course-table  */
	/*#aroma-basic .course-area .scroll{
		overflow-x: scroll;
		padding: 0 20px 0 20px;
	}
	#aroma-basic .course-table{
		width: 810px;
		margin: 0;
	}
	#aroma-basic .course-table .course{
		width: 140px;
	}
	#aroma-basic .course-table .course-aroma{
		font-size: 1.5rem;
	}
	
	#aroma-basic .course-table table, .course-table td, .course-table th{
		font-size: 1.4rem;
	}
	
	#aroma-basic .instructor-table{
		padding: 0 20px;
		margin: 20px 0 0;
	}
	#aroma-basic .instructor-table table{
		width: 100%;
	}*/
	#aroma-basic .course-table{
		margin: 20px 0 0;
	}
	
	#aroma-basic .course-area {
		padding: 50px 20px;
		background: #DDE9EF url("../img/beginner-bg02.png") no-repeat left bottom / auto 50%;
	}
	#aroma-basic .course-area .title .en {
		font-size: 3.2rem;
		text-align: left;
	}
	#aroma-basic .course-area .title .jp {
		font-size: 1.6rem;
		text-align: left;
	}
	#aroma-basic .course-area .course-area-title {
		font-size: 1.8rem;
	}
	#aroma-basic .course-area .list {
		padding: 30px 0 0;
		display: block;
	}

	#aroma-basic .course-area .list .box {
		width: 100%;
		padding: 30px 20px;
		margin: 0 0 15px;
		box-shadow:5px 5px 35px rgba(17,12,46,0.1);
	}

	#aroma-basic .course-area .list .box::before {
		width: 85px;
	}

	#aroma-basic .course-area .list .box .about-course-title {
		font-size: 1.8rem;
	}

	#aroma-basic .course-area .list .box .price {
		background: #FCFCFC;
		border: #D9D9D9 solid 1px;
		padding: 10px 15px;
		margin:10px 0;
		font-weight: bold;
		font-size: 1.8rem;
	}
	#aroma-basic .course-area .basic-course {
		margin: 0 0 0;
	}
}	
/* -----------------------------
	schedule-area 
-------------------------------- */
#course .detail-area .schedule-area.aroma-basic-schedule {
    margin: 0 auto 0;
}

#course .detail-area .schedule-area.aroma-basic-schedule {
    background: #F6F8FF;
    /*padding: 0 0 100px 0;
	margin: 100px auto 0;*/
}
#course .detail-area .schedule-area.aroma-basic-schedule .group-title {
    padding: 100px 0 0;
}
#course .detail-area .schedule-area.aroma-basic-schedule .title {
    font-size: 2rem;
    text-align: center;
}
#course .detail-area .schedule-area.aroma-basic-schedule .title .en {
    font-size: 4.8rem;
    line-height: 1;
}
#course .detail-area .schedule-area.aroma-basic-schedule .title .jp {
	font-size: 2.0rem;
	text-align: center;
}
#course .detail-area .schedule-area.aroma-basic-schedule .basic-txt {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
	#course .detail-area .schedule-area.aroma-basic-schedule {
		padding: 30px 0;
	}
	#course .detail-area .schedule-area.aroma-basic-schedule .group-title {
		padding: 30px 20px 0;
	}
	#course .detail-area .schedule-area.aroma-basic-schedule .title {
		font-size: 1.8rem;
		margin: 0 0 10px;
	}
	#course .detail-area .schedule-area.aroma-basic-schedule .title .en {
		font-size: 3.2rem;
		text-align: left;
	}
	#course .detail-area .schedule-area.aroma-basic-schedule .title .jp {
		font-size: 1.6rem;
		text-align: left;
	}
}
/* -----------------------------
	recommendation-area
-------------------------------- */
#aroma-basic .recommendation-area .title .en {
	font-size: 4.8rem;
	text-align: center;
}
#aroma-basic .recommendation-area .title .jp {
	font-size: 2.0rem;
	text-align: center;
}
#aroma-basic .recommendation-area {
	padding: 100px 0;
    background: #0B1B37 url(../img/beginner-bg01.png) no-repeat left bottom / auto;
}

#aroma-basic .recommendation-area .en,
#aroma-basic .recommendation-area .jp{
	color: #fff;
}

#aroma-basic .recommendation-area .list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
	justify-content: space-between;
	padding: 50px 0 0;
}

#aroma-basic .recommendation-area .list .com {
	width: 380px;
	background: #182844;
}

#aroma-basic .recommendation-area .list .com .box h4 {
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	padding: 20px 0 25px;
}

#aroma-basic .recommendation-area .list .com .box p {
	color: #9BA4AA;
	line-height: 1.5;
	padding: 0 15px 50px;
}

@media screen and (max-width: 768px){
	#aroma-basic .recommendation-area .title .en {
		font-size: 3.2rem;
		text-align: left;
	}

	#aroma-basic .recommendation-area .title .jp {
		font-size: 1.6rem;
		text-align: left;
	}
	#aroma-basic .recommendation-area {
		padding: 50px 20px;
	}

	#aroma-basic .recommendation-area .list {
		display: block;
		padding: 30px 0 0;
	}

	#aroma-basic .recommendation-area .list .com {
		width: 100%;
		margin: 0 0 20px;
	}

	#aroma-basic .recommendation-area .list .com:last-child {
		margin: 0 0 0;
	}

	#aroma-basic .recommendation-area .list .com .image {
		width: 100%;
	}

	#aroma-basic .recommendation-area .list .com .image img {
		width: 100%;
	}

	#aroma-basic .recommendation-area .list .com .box {
		padding: 20px 15px 20px
	}

	#aroma-basic .recommendation-area .list .com .box h4 {
		font-size: 2.2rem;
		padding: 0 0 15px;
	}

	#aroma-basic .recommendation-area .list .com .box p {
		padding: 0;
	}
}

/* -----------------------------
	faq-area
-------------------------------- */

#aroma-basic .faq-area {
	padding: 100px 0 50px;
}

#aroma-basic .faq-accordion ul {
	margin: 50px 0 0;
	border-bottom: #ddd solid 1px;
}

#aroma-basic .faq-accordion ul li {
	border-top: #ddd solid 1px;
	position: relative;
}

#aroma-basic .faq-accordion .title {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	width: 100%;
}

#aroma-basic .faq-accordion .quest {
	display: flex;
	position: relative;
	padding: 37px 25px 37px 95px;
	justify-content: space-between;
	width: 100%;
}

#aroma-basic .faq-accordion .quest::before {
	content: "Q";
	color: #0852a0;
	font-family: 'Cormorant', serif;
	font-size: 3.4rem;
	font-weight: bold;
	position: absolute;
	left: 25px;
	top: 31px;
}

#aroma-basic .faq-accordion .quest:hover {
	cursor: pointer;
}

#aroma-basic .faq-accordion .answer {
	display: none;
	padding: 0px 75px 0 96px;
	position: relative;
}

#aroma-basic .faq-accordion .answer::before {
	content: "A";
	color: #B18867;
	font-family: 'Cormorant', serif;
	font-size: 3.5rem;
	font-weight: bold;
	position: absolute;
	top: 0;
	margin: auto;
	left: 26px;
}

#aroma-basic .faq-accordion .answer-txt {
	padding: 0 0 35px 0;
	line-height: 1.8;
}
#aroma-basic .faq-accordion .answer-txt a.link-txt {
	text-decoration: underline;
}
#aroma-basic .faq-accordion .answer-txt .answer-strong {
	font-weight: bold;
}

#aroma-basic .faq-accordion-icon {
	height: 20px;
	margin: 0 0 0 20px;
	padding: 12px 0 0 0;
	position: relative;
	width: 20px;
}

#aroma-basic .faq-accordion-icon::before,.faq-accordion-icon::after {
	background-color: #000;
	content: "";
	height: 1px;
	position: absolute;
	width: 100%;
	transition: all .3s;
}

#aroma-basic .faq-accordion-icon::before {
	transform: rotate(0deg);
}

#aroma-basic .faq-accordion-icon::after {
	transform: rotate(90deg);
}

#aroma-basic .inner .faq-accordion .quest.active .faq-accordion-icon::after {
	transform: rotate(180deg);
}

@media screen and (max-width: 768px){

	#aroma-basic .faq-area {
		padding: 40px 20px;
	}

	#aroma-basic .faq-accordion ul {
		margin: 30px 0 0;
	}
	
	#aroma-basic .faq-accordion ul li a {
		position: relative;
	}

	#aroma-basic .faq-accordion ul li a .title {
		font-size: 1.6rem;
	}
	
	#aroma-basic .faq-accordion .quest {
		padding: 25px 8px 25px 35px;
	}

	#aroma-basic .faq-accordion .quest::before {
		font-size: 2.2rem;
		top: 22px;
		left: 0;
	}

	#aroma-basic .faq-accordion .answer {
		padding: 0 10px 0 35px;
	}

	#aroma-basic .faq-accordion .answer::before {
		font-size: 2.2rem;
		top: 0;
		left: 0;
	}
	
	#aroma-basic .faq-accordion .answer-txt {
		padding: 0 0 25px 0;
		width: calc( 100% - 23px );
	}
	
	#aroma-basic .faq-accordion-icon {
		height: 13px;
		margin: 0 0 0 10px;
		width: 13px;
	}
	
}

/*20240208 講師エリア　ポップアップ*/
.instructor-area .pop-contain input {
    display: none;
}

/* ポップアップwindow部分 */
.instructor-area .pop-contain .overlay {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 70;
    width: 100%;
    height: 100%;
}

/* オーバーレイの背景部分 */
.instructor-area .pop-contain #bg_gray {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 80;
}

/* ウィンドウ部分 */
.instructor-area .pop-contain .window {
    width: 500px;
    padding: 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
    z-index: 10000;
    opacity: 0;
}

/* 閉じるボタン */
.instructor-area .pop-contain #btn_cloth {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #CE5D8B;
    border-radius: 5px;
    z-index: 100;
    cursor: pointer;
}
.instructor-area .pop-contain #btn_cloth:hover {
    opacity: 0.7;
}
.instructor-area .pop-contain #btn_cloth span,
.instructor-area .pop-contain #btn_cloth span::before {
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #fff;
}
.instructor-area .pop-contain #btn_cloth span {
    transform: rotate(45deg);
}
.instructor-area .pop-contain #btn_cloth span::before {
    content: "";
    position: absolute;
    bottom: 0;
    transform: rotate(-90deg);
}

/* クリックで表示 */
.instructor-area .pop-contain #popup:checked ~ .overlay {
    visibility: visible;
}
.instructor-area .pop-contain #popup:checked ~ .overlay .window {
    animation: fadein 500ms forwards;
    animation-timing-function: ease-in-out;
}

@keyframes fadein {
    100% {
        opacity: 1;
    }
}

/* コンテンツ部分のスタイル */
.instructor-area .pop-contain .click-txt {
	padding: 20px 0 0 0;
	text-decoration: underline;
}

.instructor-area .pop-contain .window-box {
	width: 100%;
    height: 380px;
    padding: 20px;
    background-color: #fff;
    overflow: scroll; 
}

.instructor-area .pop-contain .window-box a {
    display: inline-block;
    color: #fff;
    background: #CE5D8B;
    border-radius: 20px;
    padding: 0.5em 1.5em;
    text-decoration: none;
}
.instructor-area .pop-contain .window-box a:hover {
    opacity: 0.7;
}

.instructor-area .pop-contain .window-box .manga-img img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    object-position: center;
}


/*2020222 追記*/
/* mv-btn */
.course-link {
	display: flex;
	justify-content: center;
}
.course-link .btn-more {
    background: #fff;
    font-size: 1.5rem;
    width: 320px;
    height: 60px;
	margin: 50px auto 0;
}

@media screen and (max-width: 768px){
	.course-link .btn-more {
		background: #fff;
		font-size: 1.5rem;
		width: 100%;
		height: 60px;
		margin: 30px 0 0;
	}
}