@charset "utf-8";
/*フロントページ&コース子ページのファーストビュー*/
.fv{
	padding: 0;
	background: top / cover no-repeat url("../img/front-fv.jpg");
}
.fv .inner{
	max-width: 90%;
	height: calc( 100vh - 155px - 186px );
	min-height: 485px;
}
.fv .inner div,
.fv .inner ul{
	width: fit-content;
}
.fv .inner div p{
	display: flex;
	align-items: center;
	width: fit-content;
	height: 40px;
	font-size: 22px;
	font-weight: 900;
	color: #FFF;
	background: #111111;
	padding: 0 0 0 13px;
	margin: 0 0 25px;
	position: relative;
}
.fv .inner div p::before,
.fv .inner div p::after{
	display: block;
	content: "";
	border-right: 40px solid transparent;
	border-bottom: 40px solid #111111;
	position: absolute;
	bottom: 0;
	right: -40px;
}
.fv .inner div p::before{
	display: none;
}
.fv .inner div h2 img{
	width: 460px;
}
.fv .inner ul li{
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 294px;
	height: 96px;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.25);
	position: relative;
	overflow: hidden;
}
.fv .inner ul li:not(:last-child){
	margin: 0 0 15px;
}
.fv .inner ul li::before{
	display: block;
	content: "";
	border-bottom: 20px solid transparent;
	border-left: 20px solid var(--sub-color);
	position: absolute;
	top: 0;
	left: 0;
}
.fv .inner ul li p{
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	margin: 0 0 10px;
}
.fv .inner ul li h3{
	font-size: 26px;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	color: var(--sub-color);
}
@media screen and (max-width: 860px) {
	.fv .inner div h2 img {
		width: 420px;
	}
}
@media screen and (max-width: 820px) {
	.fv{
		background: center / cover no-repeat url("../img/front-fv-sp.jpg");
	}
	.fv .inner{
		align-items: flex-start;
		justify-content: center;
		height: calc( 100vh - 65px );
		min-height: 600px;
		padding: 80px 0 0;
	}
	.fv .inner div p{
		height: 24px;
		font-size: 15.48px;
		padding: 0;
		margin: 0 auto 15px;
	}
	.fv .inner div p::before{
		display: block;
		border-right: none;
		border-bottom: 24px solid #111111;
		border-left: 24px solid transparent;
		right: auto;
		left: -24px;
	}
	.fv .inner div p::after{
		border-right: 24px solid transparent;
		border-top: 24px solid #111111;
		border-bottom: none;
		right: -24px;
	}
	.fv .inner div h2 img{
		width: 317px;
	}
	.fv .inner ul{
		position: absolute;
		bottom: 25px;
		right: 0;
	}
	.fv .inner ul li{
		width: 180px;
		height: 61px;
	}
	.fv .inner ul li:not(:last-child){
		margin: 0 0 10px;
	}
	.fv .inner ul li::before{
		border-bottom: 10px solid transparent;
		border-left: 10px solid var(--sub-color);
	}
	.fv .inner ul li p{
		font-size: 10px;
	}
	.fv .inner ul li h3{
		font-size: 16px;
	}
}
@media screen and (max-width: 560px) {
	.fv .inner{
		height: calc(100vh - 85px - 62px);
	}
}
@media screen and (max-width: 520px) {
	.fv .inner{
		height: calc(100vh - 65px - 62px);
		min-height: auto;
		padding: 40px 0 0;
	}
}
/*==================================================================================================*/
/*下層ページのファーストビュー*/
.page section:nth-child(1){
	padding: 0;
}
.pan{
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 20px 0;
	margin: 0 auto;
}
.pan li{
	width: fit-content;
	font-size: 12px;
}
.pan li a{
	font-size: 12px;
	color: #888888;
}
.pan li a::after{
	display: inline-block;
	content: ">";
	padding: 0 10px;
}
/**/
.pageFv{
	padding: 100px 0;
	background: center / cover no-repeat url("../img/front-fv.jpg");
	position: relative;
}
#about .pageFv{ background: center / cover no-repeat url("../img/fv-about.jpg");}
#teacher .pageFv{ background: center / cover no-repeat url("../img/fv-teacher.jpg");}
#schoolbulding .pageFv{ background: center / cover no-repeat url("../img/fv-schoolbulding.jpg");}
#course .pageFv{ background: center / cover no-repeat url("../img/fv-course.jpg");}
#price .pageFv{ background: center / cover no-repeat url("../img/fv-price.jpg");}
#voice .pageFv{ background: right / cover no-repeat url("../img/fv-voice.jpg");}
.voiceSingle .pageFv{ background: right / cover no-repeat url("../img/fv-voice.jpg");}
#company .pageFv{ background: center / cover no-repeat url("../img/fv-company.jpg");}

.pageFv::before{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom right, #004EA8, #1696D5);
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
}
.pageFv h1{
	font-size: 38px;
	color: #FFF;
	position: relative;
	z-index: 1;
}
.pageFv h1 span{
	display: block;
	font-family: var(--point-font);
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.18em;
	color: #FFF;
	position: relative;
	z-index: 1;
}
.page section:nth-child(1) + article{
	background: none;
}
@media screen and (max-width: 820px) {
	.pageFv .inner{
		max-width: 90%;
	}
}
@media screen and (max-width: 520px) {
	.pan{
		width: 96%;
		padding: 10px 0;
	}
	.pan li,
	.pan li a{
		font-size: 10px;
	}
	.pageFv{
		padding: 50px 0;
	}
	.pageFv h1{
		font-size: 26px;
	}
	.pageFv h1 span{
		font-size: 13px;
		 margin-top: 2px;
	}
}
/*==================================================================================================*/
/*==================================================================================================*/
/*front-フロントページ*/
.front-about{
	padding: 60px 0 0;
}
.front-about .inner{
	padding: 40px 0 77px;
	border-bottom: solid 1px #EEEEEE;
}
.front-about h2 span{
	color: var(--main-color);
	letter-spacing: 0.03em;
}
/**/
.front-feature .btn{
	margin: -30px auto 0;
}
.front-feature li:nth-child(4) h3,
.front-feature li:nth-child(5) h3{
	padding: 15px 0;
}
/**/
.front-course .column:nth-child(3){
	margin: 0 0 85px;
}
.front-course .column:nth-child(3) li{
	margin: 0;
}
.price .btn{
	margin: 10px auto 0;
}
@media screen and (max-width: 1260px) {
	.front-feature .template1 h3{
		font-size: 1.8vw;
	}
}
@media screen and (max-width: 1200px) {
	.front-about .column h2 {
    	font-size: 2.5vw;
	}
	.front-about .column h2 span {
		font-size: 3vw;
	}
}
@media screen and (max-width: 820px) {
	.front-about .column h2 {
		font-size: 22px;
	line-height: 1.3;
	margin-bottom: 20px;
	}
	.front-about .column h2 span{
    	font-size: 22px;
	}
	.front-about{
		padding: 40px 0 0;
	}
	.front-course .column:nth-child(3) li:not(:last-child){
		margin: 0 0 15px;
	}
	.front-course .column:nth-child(3) {
		margin: 0 0 50px;
	}
	.front-feature .template1 h3{
		font-size: 18px;
	}
	.front-feature li:nth-child(4) h3,
	.front-feature li:nth-child(5) h3{
		padding: 0;
	}
	.front-feature .btn {
		margin: 0 auto;
	}
	.front-school .title{
		margin: 0 0 20px;
	}
	.front-course .column3{
		margin-bottom: 15px;
	}
	.front-course .column + .title-h3B{
		margin: 0 0 15px;
	}
	.front-course .column3{
		margin-bottom: 15px;
	}
	.front-course .column.template2 li:not(:last-child){
		width: 100%;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 520px) {
	.front-about{
		padding: 40px 0;
		border-bottom: solid 1px #EEEEEE;
	}
	.front-about .inner{
		padding: 0;
		border-bottom: none;
	}
	.front-about .column .btn{
		margin: 25px 0 0;
	}
	.front-feature .btn {
		margin: 25px 0 0;
	}
}
/*==================================================================================================*/
/*==================================================================================================*/
/*==================================================================================================*/
/*下層ページ共通記述*/
.last-wrap{
	padding: 80px 0 140px;
}
.last-wrap2{
	padding: 60px 0 120px;
}
@media screen and (max-width: 820px) {
	.last-wrap{
		padding: 40px 0 70px;
	}
	.last-wrap2{
		padding: 30px 0 50px;
	}
}
/*==================================================================================================*/
/*about-ANZASとは*/
#about .wrap01 .inner{
	max-width: 1080px;
}
#about .wrap01 li:nth-child(even){
	flex-direction: row-reverse;
}
#about .wrap01 li{
	padding: 70px 0;
	margin: 0 0 44px;
	position: relative;
}
#about .wrap01 li::before{
	display: block;
	content: "";
	width: 90%;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	left: -10%;
	z-index: 1;
}
#about .wrap01 li:nth-child(even)::before{
	left: auto;
	right: -10%;
}
#about .wrap01 .column2-textBox,
#about .wrap01 .column2-imageBox{
	position: relative;
	z-index: 1;
}
#about .wrap01 .column2-textBox{
	max-width: 522px;
}
#about .wrap01 .column2-imageBox{
	max-width: 488px;
}
#about .title-h3C{
	color: var(--main-color);
	font-size: 28px;
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: solid 1px #EDEDED;
}
#about .title-h3C span{
	font-family: var(--point-font);
	color: #383838;
	font-size: 29px;
	font-weight: 700;
	letter-spacing: 0;
	font-style: italic;
}
#about .title-h3C span::before{
	display: inline-block;
	content: "#";
	font-size: 19px;
	position: relative;
	top: -4px;
}
#about .wrap01 img{
	border-radius: 10px;
	overflow: hidden;
}
#about .wrap01 .btn{
	width: 344px;
    height: 50px;
	margin: 30px 0 0;
}
@media screen and (max-width: 820px) {
	#about .wrap01 .inner{
		width: 100%;
		max-width: 100%;
        padding: 0;
	}
	#about .wrap01 .column2-textBox{
		margin: 0 0 20px;
		order: 2;
	}
	#about .wrap01 .column2-imageBox{
		max-width: 100%;
		order: 1;
	}
	#about .wrap01 ul{
		width: 100%;
		background: #FFF;
	}
	#about .wrap01 li::before{
		display: none;
	}
	#about .wrap01 .btn{
		width: 100%;
		margin: 15px 0 0;
	}
}
@media screen and (max-width: 520px) {
	#about .title-h3C{
		font-size: 20px;
	}
	#about .wrap01 li {
		width: 90%;
		max-width: 335px;
		padding: 30px 0 0;
		margin: 0 auto;
	}
	#about .wrap01 li:last-child{
		padding: 30px 0;
	}
}
#about .wrap02{
	padding: 120px 0 90px;
	background: var(--sub-color);
}
#about .wrap02::before{
	display: block;
	content: "concept";
	font-family: var(--point-font);
	font-size: 214px;
	font-weight: 700;
	color: #1DA3D8;
	transform: rotate(90deg);
	position: absolute;
	top: 340px;
    left: -330px;
}
#about .wrap02::after{
	display: inline-block;
	content: "";
	width: 400px;
	height: 400px;
	background: center / contain no-repeat url("../img/mark-color.svg");
	position: absolute;
	bottom: -60px;
	right: -60px;
}
#about .wrap02 .inner{
	max-width: 880px;
	z-index: 1;
}
#about .wrap02 h2{
	width: 80%;
	max-width: 657px;
	margin: 0 0 60px;
}
#about .wrap02 h3{
	font-size: 30px;
	color: #FFF;
	margin: 0 0 40px;
}
#about .wrap02 p{
	font-size: 18px;
    line-height: 2.5;
    color: #FFF;
    margin: 0 0 30px;
}
#about .wrap02 p:last-child{
	width: fit-content;
	font-size: 15px;
	color: #FFF;
	margin: 0 0 0 auto;
}
#about iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 0 0 40px;
}
@media screen and (max-width: 520px) {
	#about .wrap02{
	  padding: 70px 0 50px;
	}
	#about .wrap02::before {
		font-size: 160px;
		top: 180px;
		left: -250px;
	}
	#about .wrap02::after{
		width: 300px;
		height: 300px;
	}
	#about .wrap02 h2 {
		width: 90%;
		margin: 0 0 30px;
	}
	#about .wrap02 h3 {
		font-size: 20px;
		line-height: 1.6;
	letter-spacing: 0.18rem;
		margin: 0 0 20px;
	}
	#about iframe{
		margin: 0 0 10px;
	}
	#about .wrap02 p{
		font-size: 15px;
		margin: 0 0 15px;
	}
	#about .wrap02 p:last-child{
		font-size: 13px;
	}
}
.about-menu{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1087px;
	padding: 100px 0;
	margin: 0 auto;
}
.about-menu li{
	width: 32%;
	max-width: 340px;
	border-radius: 8px;
	border: solid 1px #CCCCCC;
	background: #FFF;
	position: relative;
	overflow: hidden;
}
.about-menu li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
.about-menu li img{
	width: 116px;
}
.about-menu li p{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	color: #383838;
	padding: 0 0 0 20px;
}
.about-menu li p span{
	display: block;
	font-family: var(--point-font);
	font-size: 13px;
	letter-spacing: 0;
	color: var(--main-color);
}
.about-menu li a::after{
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	background: center / contain no-repeat url("../img/icon-arrow-mini.svg");
	position: absolute;
	top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
	.about-menu{
		justify-content: center;
	}
	.about-menu li{
		width: 100%;
	}
	.about-menu li:not(:last-child){
		margin: 0 0 20px;
	}
}
@media screen and (max-width: 820px) {
	.about-menu{
		padding: 40px 0;
	}
	.about-menu li p{
		font-size: 18px;
	}
}
/*==================================================================================================*/
/*teacher-講師紹介*/
#teacher .wrap01 .inner{
	max-width: 996px;
}
#teacher .wrap01 ul li{
	align-items: center;
}
#teacher .wrap01 ul li:not(:last-child){
	margin: 0 0 100px;
}
#teacher .wrap01 ul li:nth-child(odd){
	flex-direction: row-reverse;
}
#teacher .column2-imageBox {
    max-width: 430px;
}
#teacher .column2-textBox {
    max-width: 486px;
}
#teacher .title-h3C span:last-child{
	font-family: "Noto Sans JP";
	font-size: 28px;
	font-weight: 600;
	display: inline-block;
	color: var(--text-color);
}
@media screen and (max-width: 820px) {
	#teacher .wrap01 .inner{
		max-width: 520px;
	}
	#teacher .column2-imageBox {
		max-width: 100%;
		margin: 0 0 20px;
	}
	#teacher .column2-textBox {
		max-width: 100%;
	}
	#teacher .title-h3C span:last-child{
		font-size: 18px;
	}
}
/*==================================================================================================*/
/*schoolbulding-校舎・施設のご案内*/
#schoolbulding .wrap02 .inner{
	max-width: 1100px;
}
#schoolbulding .column2-imageBox{
	max-width: 530px;
}
#schoolbulding .column2-textBox{
	max-width: 500px;
}
#schoolbulding h2{
	font-size: 32px;
	text-align: center;
	margin: 0 0 40px;
}
#schoolbulding h2 span{
	display: block;
	font-size: 24px;
}
#schoolbulding .title-h3A{
	color: var(--sub-color);
	margin: 0 0 5px;
}
#schoolbulding .column{
	align-items: center;
}
#schoolbulding .column:not(:last-child){
	margin: 0 0 50px;
}
#schoolbulding #schoolbulding03 + .wrap02 .column:last-child{
	margin: 0 0 60px;
}
#schoolbulding #schoolbulding03 + .wrap02 h2 + div + div + div .column:last-child{
	margin: 0;
}
#schoolbulding .schoolSlider{
	margin: 0 0 5px;
}
#schoolbulding .column2-imageBox img{
	border-radius: 8px;
	overflow: hidden;
}
#schoolbulding .column2-imageBox .schoolSlider a{
	margin: 0 2px;
}
#schoolbulding .column2-imageBox .schoolThumbnail img{
	border-radius: 3px;
	margin: 0 2px;
}
#schoolbulding .column h4{
	display: flex;
	align-items: center;
	font-size: 22px;
	line-height: 1.4;
}
#schoolbulding .column h4::before{
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background: center / contain no-repeat url("../img/mark.svg");
	margin: 0 10px 0 0;
}
#schoolbulding .column p{
	font-size: 16px;
	margin: 10px 0 0;
}
#schoolbulding .column .column2-textBox ul{
	background: #FAFAFA;
	padding: 20px 25px;
	border-radius: 8px;
	margin: 15px 0 0 ;
}
#schoolbulding .column ul li{
	font-size: 14px;
  letter-spacing: 0.08rem;
  line-height: normal;
  margin-bottom: 8px;
}
#schoolbulding .column ul li:last-of-type{
	margin-bottom: 0;
}
#schoolbulding .column dl{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background: #FFF;
	padding: 15px 25px;
	border-radius: 8px;
	margin: 20px 0 0 ;
}
#schoolbulding .column dl dt{
	width: 86px;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 0;
}
#schoolbulding .column dl dd{
	width: calc( 100% - 86px );
	font-size: 15px;
	padding: 5px 0;
}
#schoolbulding .column dl dt:nth-child(1),
#schoolbulding .column dl dd:nth-child(2){
	border-bottom: solid 1px #EDEDED;
}
@media screen and (max-width: 820px) {
	#schoolbulding h2{
		font-size: 20px;
    	margin: 0 0 15px;
	}
	#schoolbulding h2 span{
		font-size: 18px;
	}
	#schoolbulding .column h4{
		font-size: 18px;
		justify-content: center;
	}
	#schoolbulding .column h4::before{
		margin: 0 5px 0 0;
	}
	#schoolbulding .column p{
		margin: 10px 0 0;
	}
}
/*==================================================================================================*/
/*ポップアップ*/
.hidden {
    display: none;
}
/*全て共通：hideエリアをはじめは非表示*/
.modal{
	display: block;
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100%;
	opacity:0;
	pointer-events: none;
	transition: opacity 1s;
}
/*ポップアップ共通css*/
.modaal-inner-wrapper{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.modaal-container{
	width: 90% !important;
	max-width: 768px !important;
	background: var(--main-color) !important;
	margin: 60px 0 0;
}
.modaal-content-container {
    max-height: 80vh;
    padding: 0 !important;
    overflow-y: auto; /* 必要に応じてスクロールバーを表示 */
}
.modaal-container [type="button"]{
    margin: 0;
}
.modaal-wrapper .modaal-close{
    width: 25px;
    height: 25px;
    position: absolute !important;
    top: -35px !important;
    right: 0px !important;
}
.modaal-close:after,
.modaal-close:before{
    width: 2px !important;
    height: 30px !important;
    border-radius: 0;
    background: #FFF !important;
    top: -2px !important;
    left: 11px !important;
}
.modaal-close:focus, .modaal-close:hover{
	background: none !important;
}
/*==================================================================================================*/
/*course-学習コースの紹介*/
#course .wrap01{
	padding: 60px 0 0;
}
#course .wrap01 .btnA{
	height: 60px;
	margin: 10px 0 0;
}
#course .wrap02 li{
	align-items: center;
}
#course .wrap02 li:not(:last-child){
	margin:  0 0 100px;
}
#course .wrap02 li:nth-child(even){
	flex-direction: row-reverse;
}
#course .wrap02 .column2-imageBox{
	width: 50%;
	max-width: 560px;
	border-radius: 8px;
}
#course .wrap02 .column2-textBox{
	width: 43%;
	max-width: 485px;
}

#course .wrap02 .title-h3B{
	margin: 0 0 40px;
}
#course .wrap02 .title-h3C{
	color: var(--main-color);
}
#course .wrap02 p{
	margin: 0 0 15px;
}
#course .wrap02 .btn{
	max-width: 344px;
	height: 50px;
	margin: 30px 0 0;
}
@media screen and (max-width: 820px) {
	#course .wrap01{
		padding: 30px 0 0;
	}
	#course .wrap02 li:not(:last-child){
		margin: 0 0 30px;
	}
	#course .wrap02 .btn{
		max-width: 100%;
	}
	#course .wrap02 .column2-imageBox,
	#course .wrap02 .column2-textBox{
		width: 100%;
	}
	#course .wrap02 .title-h3B{
		margin: 0 0 15px;
	}
}
/*==================================================================================================*/
/*price-料金案内*/
#price .wrap01,
#price .dataList{
	padding: 80px 0 0;
}
#price main .inner{
	max-width: 1075px;
}
#price .wrap01 .title-h3B{
	width: 90%;
    max-width: 1075px;
	margin: 0 auto 15px;
}
#price .wrap01 .inner{
	padding: 50px 0 45px;
	background: #FAFAFA;
}
#price .wrap01 .inner div{
	width: 90%;
	max-width: 870px;
	margin: 0 auto;
}
#price .wrap01 .inner div ul{
	justify-content: flex-start;
}
#price .wrap01 .inner div ul li{
	display: flex;
	align-items: center;
	width: fit-content;
}
#price .wrap01 .inner div ul li p{
	width: fit-content;
	font-size: 18px;
	font-weight:500;
	color: var(--main-color);
	padding: 10px 35px;
	border: solid 1px var(--main-color);
	border-radius: 3px;
	background: #FFF;
	position: relative;
}
#price .wrap01 .inner div ul li span{
	display: inline-block;
	padding: 0 15px;
}
#price .wrap01 .inner div ul li span::before{
	display: inline-block;
	content: "＋";
	font-size: 16px;
}
#price .wrap01 .inner div ul li p span{
	font-size: 15px;
	padding: 0;
}
#price .wrap01 .inner div ul + p{
	font-size: 16px;
	margin: 20px auto 0;
}
#price .dataList dl dt{
	width: 252px;
}
#price .dataList dl dd{
	width: calc( 100% - 252px );
}
@media screen and (max-width: 1072px) {
	#price .wrap01 .inner div{
		max-width: 800px;
	}
	#price .wrap01 .inner div ul li p{
		padding: 10px 30px;
	}
	#price .wrap01 .inner div ul li span{
		padding: 0 10px;
	}
}
@media screen and (max-width: 1000px) {
	#price .wrap01 .inner div ul{
		max-width: 484px;
	}
	#price .wrap01 .inner div ul li:nth-child(1),
	#price .wrap01 .inner div ul li:nth-child(2){
		margin: 0 0 10px;
	}
}
@media screen and (max-width: 900px) {
	#price .last-wrap .title-h3B{
		width: 90%;
		max-width: 1075px;
		margin: 0 auto 15px;
	}
}
@media screen and (max-width: 820px) {
	#price .wrap01,
	#price .dataList{
		padding: 30px 0 0;
	}
	#price .wrap01 .title-h3B{
		width: 86%;
	}
	#price .dataList dl dt{
		width: 100%;
	}
	#price .dataList dl dd{
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	#price .wrap01 .inner{
		padding: 25px 0;
	}
	#price .wrap01 .inner div{
		max-width: 360px;
	}
	#price .wrap01 .inner div ul li p{
		font-size: 15px;
		padding: 6px 25px;
	}
	#price .wrap01 .inner div ul li:nth-child(3) p,
	#price .wrap01 .inner div ul li:nth-child(4) p{
		padding: 6px 15px;
	}
	#price .wrap01 .inner div ul li p span{
		font-size: 13px;
		padding: 0;
	}
	#price .wrap01 .inner div ul + p{
		font-size: 15px;
		margin: 20px auto 0;
	}
}
@media screen and (max-width: 465px) {
	#price .wrap01 .inner div{
		max-width: 307px;
	}
	#price .wrap01 .inner div ul li p{
		font-size: 14px;
		letter-spacing: 0;
	}
	#price .wrap01 .inner div ul li span {
        padding: 0 5px;
    }
	#price .wrap01 .inner div ul li:nth-child(3) p,
	#price .wrap01 .inner div ul li:nth-child(4) p {
        padding: 6px 8px;
    }
}
/*==================================================================================================*/
/*voice-体験談*/
.searchBox form{
	max-width: 770px;
	margin: 0 auto;
}
.voiceList .column3{
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.12);
}
#voice fieldset{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	border: none;
	margin: 0 0 30px;
}
#voice fieldset:last-of-type{
	margin-bottom: 40px;
}
#voice legend{
	width: 100%;
	color: #383838;
	font-size: 20px;
	font-weight: 600;
	padding: 0 0 5px;
	border-bottom: solid 1px #CCCCCC;
	margin: 0 0 10px;
}
#voice label{
	min-width: 100px;
	display: block;
	font-size: 15px;
	letter-spacing: 0.06rem;
	text-align: center;
	color: #888888;
	padding: 5px 12px;
	border-radius: 3px;
	width: fit-content;
	margin: 0 10px 10px 0;
	background: #EFEFEF;
	position: relative;
	transition: .2s;
}
#voice label input{
	display: none;
}
#voice label.check{
	color: #FFF;
	background: var(--sub-color);
}
#voice button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 50px;
	font-size: 14px;
	font-weight: 900;
	border-radius: 30px;
	border: solid 1px var(--main-color);
	color: var(--main-color);
	background: #FFF;
	cursor: pointer;
	transition: .5s;
}
#voice button:hover{
	background: #EEE;
}
#voice button.submit{
	color: #FFF;
	background: var(--main-color);
}
#voice button.submit:hover{
	color: #FFF;
	border: solid 1px var(--sub-color);
	background: var(--sub-color);
}
#voice .template2 li .textBox {
    padding: 15px 20px 20px;
}
#voice .template2 h4{
	font-size: 18px;
	line-height: normal;
	letter-spacing: 0.1em;
}
#voice .template2 p{
	font-size: 14px;
	line-height: normal;
	color: #888888;
	margin: 10px 0 20px;
}
.voiceList .column3 .tagBox li{
	color: #888888;
	font-size: 11px;
	letter-spacing: 0.04rem;
  padding: 2px 5px;
  border-radius: 3px;
  margin: 0 2px 5px 0;
}
.tagBox{
	display: flex;
	flex-wrap: wrap;
}
h3 + .tagBox{
	margin: 0 0 40px;
}
.tagBox li{
	width: fit-content;
	margin: 0 10px 10px 0;
	background: #EFEFEF;
}
.tagBox li a,
.tagBox li span{
	min-width: 100px;
	display: block;
	font-size: 14px;
	letter-spacing: 0.04rem;
	line-height: normal;
	text-align: center;
	color: #888888;
	padding: 8px;
	border-radius: 3px;
}
.voiceList.template2 h4{
	color: var(--text-color);
	margin: 0 0 5px;
}
.voiceList.template2 p{
	color: var(--text-color);
	margin: 0 0 15px;
}
.voiceList .tagBox li{
	font-size: 11px;
	color: var(--text-color);
	padding: 1px 8px;
	border-radius: 3px;
	margin: 0 2px 5px 0;
}
.button{
	max-width: 371px;
	margin: 0 auto 120px;
}
.voiceList::after{
	display: block;
	content: "";
	width: 32%;
    max-width: 358px;
}
@media screen and (max-width: 820px) {
	.button{
		max-width: 100%;
		margin: 0 auto 30px;
	}
	#voice button{
		width: 48.5%;
	}
	#voice .template2 h4{
		font-size: 16px;
	}

}
/*==================================================================================================*/
/*company-会社概要*/
#company .wrap01 .inner{
	max-width: 980px;
}
.tesda{
	max-width: 820px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 100px auto 0;
}
.tesda div{
	width: 430px;
}
.tesda img{
	width: 260px;
}
.tesda h3 span{
	display: block;
	width: fit-content;
	font-size: 16px;
	color: #FFF;
	background: var(--main-color);
	padding: 2px 20px 3px 10px;
	border-radius: 0 20px 20px 0;
}
.tesda h3{
	width: fit-content;
	font-size: 45px;
	color: var(--main-color);
	border-bottom: solid 3px var(--main-color);
	margin: 0 0 20px;
}
.tesda p{
	font-size: 16px;
	line-height: 2.5;
}
#company .wrap02 h3{
	font-size: 18px;
	color: var(--main-color);
	margin: 40px 0 10px;
}
#company .wrap02 ul li:first-of-type h3{
	margin-top: 0;
}
#company .wrap02 h3::before{
	display: inline-block;
	content: "";
	width: 15px;
	height: 15px;
	background: center / contain no-repeat url("../img/mark.svg");
	margin: 0 5px 0 0;
	position: relative;
	top: 1.5px;
}
@media screen and (max-width: 820px) {
	.tesda{
		justify-content: center;
		margin: 40px auto 0;
	}
	.tesda div{
		width: 100%;
		margin: 0;
	}
	.tesda img{
		width: 260px;
	}
}
@media screen and (max-width: 520px) {
	#company .wrap01 .inner{
		max-width: 520px;
	}
	.tesda h3{
		font-size: 38px;
	}
	.tesda h3 span{
		font-size: 14px;
	}
	.tesda img {
        width: 200px;
    }
	#company .wrap02 h3{
		margin: 0 0 10px;
	}
	#company .wrap02.last-wrap2 li:not(:last-child){
		margin: 0 0 30px;
	}
}
/*==================================================================================================*/
/*privacy-プライバシーポリシー*/
#privacy .in_privacy, #privacy .wrap01 .inner{
	max-width: 900px;
}
#privacy .pageFv{
	padding: 100px 0 0;
}
#privacy .pageFv,
#privacy .pageFv::before,
.formFv,
.formFv::before{
	background: none;
}
#privacy .pageFv h1,
.formFv h1{
	color: #383838;
}
#privacy .pageFv h1 span,
.formFv h1 span{
	color: var(--main-color);
}
#privacy .wrap01 ul li h3{
	font-size: 18px;
	padding: 16px 30px;
	background: #F7F7F7;
	border-radius: 8px;
}
#privacy .wrap01 ul li h3::first-letter{
	color: var(--main-color);
	margin: 0 2px 0 0;
}
#privacy .wrap01 ul li h3 + div{
	padding: 20px 30px 40px;
}
#privacy .wrap01 ul li h4{
	display: flex;
	align-items: center;
	font-size: 18px;
	margin: 0 0 3px;
}
#privacy .wrap01 ul li h4::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 20px;
    background: var(--main-color);
    margin: 0 10px 0 0;
}
#privacy .wrap01 ul li h4 + p{
	margin: 0 0 15px;
}
#privacy .wrap01 ul li p{
	font-size: 16px;
}
#privacy .wrap01 ul li p a{
	text-decoration: underline;
	color: #1696D5;
}
#privacy .wrap01 ul li:last-child p:last-child{
	margin: 60px 0 0;
}
@media screen and (max-width: 820px) {
	#privacy .pageFv {
		padding: 60px 0 0;
	}
	#privacy .wrap01 ul li h3 {
		font-size: 18px;
		padding: 15px 20px;
	}
	#privacy .wrap01 ul li h3 + div {
		padding: 10px 20px;
	}
	#privacy .wrap01 ul li h4{
		font-size: 16px;
	}
	#privacy .wrap01 ul li p {
		font-size: 15px;
	}
	#privacy .wrap01 ul li:last-child p:last-child {
		margin: 40px 0 0;
	}
}
/*==================================================================================================*/
/*==================================================================================================*/
/*==================================================================================================*/
/*contact-お問い合わせ*/
/*download-資料請求*/
.formFv{
	padding: 100px 0 0;
}
.formFv .inner{
	max-width: 940px;
}
.formFv h1{
	width: fit-content;
}
.formFv p{
	width: fit-content;
	color: #000;
}
.formFv p span{
	font-size: 14px;
	color: red;
}
@media screen and (max-width: 820px) {
	.formFv{
		padding: 30px 0 0;
	}
	.formFv h1{
		margin: 0 0 20px;
	}
	.formFv p{
		font-size: 14px;
	}
	.formFv p span{
		font-size: 13px;
	}
}
/*thanks-サンクスページ*/
#form-thanks .formAll::after{
	top: 0;
}
#form-thanks .pageFv{
	padding: 80px 0 140px;
}
#form-thanks h1{
	text-align: center;
	margin: 0 auto 20px;
}
#form-thanks h1 span{
	text-align: center;
	margin: 0 auto;
}
#form-thanks h1 + p{
	text-align: center;
	margin: 0 auto;
}
#form-thanks h1 + p + .btn{
	margin: 40px auto 0;
}
@media screen and (max-width: 820px) {
	#form-thanks .pageFv{
		padding: 40px 0;
	}
	#form-thanks h1 + p + .btn{
		margin: 30px auto 0;
	}
}
/*==================================================================================================*/
/*==================================================================================================*/
/*==================================================================================================*/
/*投稿ページ共通指定*/
/*コース紹介-子ページ*/
.course-fv{
	padding: 0;
	background: center / cover no-repeat url("../img/fv-course-single01.jpg");
}
.course-fv .inner{
	display: flex;
	align-items: center;
	width: 95%;
	max-width: 95%;
	height: 100vh;
	max-height: 300px;
}
.course-fv .inner h1{
	display: flex;
	align-items: center;
	width: fit-content;
	height: 75px;
	font-size: 38px;
	font-weight: 900;
	color: #FFF;
	background: #111111;
	padding: 0 0 0 20px;
	margin: 0 0 20px;
	position: relative;
}
.course-fv .inner h1::after{
	display: block;
	content: "";
	border-right: 50px solid transparent;
	border-bottom: 75px solid #111111;
	position: absolute;
	bottom: 0;
	right: -50px;
}
/**/
.single-course .title{
	font-size: 28px;
}
.single-course .title span{
	font-size: 36px;
}
@media screen and (max-width: 820px) {
	.course-fv {
		background: right / cover no-repeat url(../img/fv-course-single01.jpg);
	}
	.course-fv .inner{
		height: 150px;
	}
	.course-fv .inner h1{
		height: 50px;
    	font-size: 20px;
		margin: 0;
	}
	.course-fv .inner h1::after {
		border-right: 40px solid transparent;
		border-bottom: 50px solid #111111;
		right: -40px;
	}
	.single-course .title {
		font-size: 20px;
	}
	.single-course .title span {
		font-size: 22px;
	}
	.single-course .front-feature .btn {
        margin: 15px 0 0;
    }
}
/*==================================================================================================*/
/*体験談-投稿ページ*/
.voiceSingle .wrap01 .inner{
	max-width: 800px;
}
.voiceSingle h2 + p{
	padding: 10px 0 !important;
}
.voiceSingle .tagBox{
	margin: 0 0 60px !important;
}
.voiceSingle .tagBox li{
	margin: 0 5px 5px 0 !important;
}
.voiceSingle .tagBox + .img{
	margin: 0 0 100px;
}
.single h2{
	font-size: 36px;
}
.single h2 + p{
	font-size: 14px;
	color: #888888;
}
.voiceFaq li{
	margin: 0 0 40px;
}
.voiceFaq h3{
	font-size: 20px;
	font-weight: 900;
	padding: 14px 25px;
	background: #F7F7F7;
	border-radius: 8px;
}
.voiceFaq p{
	font-size: 16px;
	padding: 20px 25px;
}
.wp-block-image{
	margin: 0 0 30px;
}
@media screen and (max-width: 820px) {
	.voiceSingle .tagBox{
		margin: 0 0 35px !important;
	}
	.voiceSingle .tagBox + .img{
		margin: 0 0 20px;
	}
	.voiceFaq h3 {
		font-size: 18px;
		padding: 10px 20px;
	}
	.voiceFaq p{
		padding: 20px 0;
	}
	.wp-block-image{
		margin: 0 0 10px;
	}
}
