@charset "utf-8";




/*=============================

common

=============================*/
body {
	padding-top: 120px;
}
.page-fv {
	display: flex;
    align-items: center;
    height: 470px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	padding: 0 20px;
	margin-bottom: 50px;
	border-radius: 20px;
    overflow: hidden;
}
.page-fv.no-bg {
	height: 200px;
	margin-bottom: 0;
}
.page-fv-title h1 {
	font-size: 18px;
	margin-top: 10px;
}
.page-fv-title p {
	font-size: 65px;
	font-family: var(--font-en);
	font-weight: 400;
	line-height: 1;
}
.page-fv-title .fuki {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    background: #8447a0;
    line-height: 1;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
}
.page-fv-title .fuki:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #8447a0 transparent transparent;
    border-width: 0px 20px 20px 0px;
    position: absolute;
    left: 30px;
    bottom: -15px;
}


.page-main-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 100px;
}

.page-subtitle {
	font-size: 18px;
    color: var(--main-color);
    border-left: solid 5px var(--main-color);
    padding: 15px 15px 15px 20px;
    margin-bottom: 50px;
}

.page-check__list >li {
	font-size: 22px;
	font-weight: 500;
	border-radius: 10px;
	border: solid 2px;
	background: #fff;
	padding: 15px 15px 15px 75px;
	margin-bottom: 20px;
	position: relative;
}
.page-check__list >li i {
	width: 39px;
	height: 33px;
	background: url("../img/icon/icon_check.png") no-repeat center;
	background-size: contain;
	position: absolute;
	left: 15px;
    top: calc(50% - 16px);
}

/* パン屑ナビ */
#bread-nav {
    font-size: 13px;
    font-weight: 500;
    margin-top: 30px;
}
#bread-nav li {
    display:inline-block;
	margin-left: 10px;
}
#bread-nav li:before {
    content: '>';
	margin-right: 10px;
}
#bread-nav li:first-child {
    margin-left:0;
}
#bread-nav li:first-child:before {
    display: none;
}
#bread-nav li a {
    color: var(--main-color);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* contents */
#main-contents {
    margin-bottom: 80px;
    padding-bottom: 10px;
}

@media (max-width: 815px) {

	body {
		padding-top: 70px;
	}
	.page-fv {
		padding: 0;
		height: 250px;
	}
	.page-fv-title h1 {
		font-size: 14px;
	}
	.page-fv-title p {
		font-size: 32px;
	}
	.page-fv-title .fuki {
		font-size: 10px;
		padding: 5px;
		margin-bottom: 20px;
	}

	.page-main-title {
		font-size: 20px;
		margin-bottom: 50px;
	}

	.page-check__list >li {
		font-size: 16px;
		padding: 15px 15px 15px 55px;
		margin-bottom: 10px;
	}
	.page-check__list >li i {
		width: 24px;
		height: 21px;
	}


}




/* ----------------

about

----------------- */
.about-main h2 {
    font-size: 40px;
    font-family: var(--font-sub);
    font-weight: 500;
    text-align: center;
    transform: skewY(-5deg);
	margin-bottom: 70px;
	position: relative;
	z-index: 2;
}
.about-main .pos {
	position: absolute;
	z-index: 1;
}
.about-main .pos.img01 {
    max-width: 378px;
    width: 34%;
    top: -15%;
    left: -10%;
}
.about-main .pos.img02 {
	max-width: 432px;
    width: 34%;
    right: -10%;
    top: -30%;
}


.about-sub  {
	margin-top: 120px;
	position: relative;
	z-index: 1;
}
.about-sub__list {
    display: flex;
    justify-content: space-between;
}
.about-sub__list >li {
    background: #fff;
    width: 30%;
    border: solid 2px;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
}
.about-sub__list >li .fig {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 264px;
}
.about-sub__list >li p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 20px;
}
.about-sub__list >li b {
    font-size: 20px;
}

/* about-features */
#about-features {
    padding-top: 0;
    background: #fff;
    border-radius: 0 0 30px 30px;
    z-index: 1;
}
.about-features-nav {
    padding: 180px 0 150px;
    position: relative;
}
.about-features-nav:after {
    content: '';
    display: block;
    width: 200%;
    height: 100%;
    background: url("../img/pages/about_bg.jpg");
    position: absolute;
    top: 0;
    left: -50%;
    z-index: -1;
    border-radius: 100% 100% 0 0;
}
.about-features-nav__list {
    display: flex;
	justify-content: space-between;
}
.about-features-nav__list >li {
	width: 23%;
	text-align: center;
}
.about-features-nav__list >li a {
	display: block;
	position: relative;
	padding-bottom: 50px;
}
.about-features-nav__list >li a:after {
	content: '';
	color: var(--main-color);
	width: 16px;
	height: 16px;
	border-top: solid 2px;
	border-left: solid 2px;
	transform: rotate(225deg);
	position: absolute;
	bottom: 10px;
	left: calc(50% - 8px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.about-features-nav__list .img {
    margin-bottom: 30px;
}
.about-features-nav__list .info {
	
}
.about-features-nav__list .info .num {
	font-size: 60px;
	font-weight: 400;
	font-family: var(--font-en);
	color: var(--main-color);
	line-height: 1;
}
.about-features-nav__list .info p {
	font-size: 18px;
	line-height: 1.6;
	color: var(--base-color);
	margin-top: 15px;
}
.about-features-nav__list >li a:hover:after {
	bottom: 0;
}

.about-features-detail {
    padding: 160px 0 0;
    background: #fff;
    border-radius: 30px;
    margin-top: -30px;
}
.about-features-detail__list >li {
    display: flex;
    justify-content: space-between;
	align-items: center;
    padding: 2px;
    border: solid 1px;
    border-radius: 15px;
    margin-bottom: 70px;
}
.about-features-detail__list >li .img {
    width: 48%;
}
.about-features-detail__list >li .img img {
    border-radius: 15px 0 0 15px;
}
.about-features-detail__list >li .info {
    width: 50%;
    padding: 2%;
}
.about-features-detail__list >li .info .info-title {
    display: flex;
    align-items: center;
}
.about-features-detail__list >li .info .info-title .info-title-num {
	color: var(--main-color);
	font-size: 90px;
	font-family: var(--font-en);
	line-height: 1;
	width: 100px;
}
.about-features-detail__list >li .info .info-title h3 {
	font-size: 24px;
	line-height: 1.6;
	width: calc(100% - 100px);
}
.about-features-detail__list >li .info .info-desc {
    line-height: 2.3;
	margin-top: 30px;
}

.about-features-detail__list >li:nth-child(even) {
	flex-direction: row-reverse;
}
.about-features-detail__list >li:nth-child(even) .img img {
    border-radius: 0 15px 15px 0;
}

.about-large-image {
    height: 730px;
    margin-top: -30px;
    background-image: url("../img/home/large_img_02.jpg");
    z-index: -2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* about-detail */
#about-detail {
    background: url("../img/pages/about_bg.jpg");
	border-radius: 30px 30px 0 0;
	padding: 130px 0 0;
	margin-top: -30px;
    margin-bottom: 130px;
}
.about-detail-main h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
}
.about-detail-main h2 span {
    background: #fff;
    margin: 0 5px;
    padding: 0 10px;
}
.about-detail-sub {
    margin: 70px auto 0;
    max-width: 800px;
}
.about-detail-sub h3 {
    font-size: 28px;
    text-align: center;
    background: #fff;
    padding: 5px;
}
.about-detail-sub-point {
    display: flex;
    justify-content: space-between;
	margin: 60px 0;
}
.about-detail-sub-point .point {
    width: 30%;
    height: 0;
    padding-top: 30%;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    border: solid 2px var(--main-color);
    border-radius: 10000px;
}
.about-detail-sub-point .point p {
    font-size: 22px;
    font-weight: 500;
    width: 100%;
    line-height: 1.6;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.about-detail-sub-check__list {
	margin-top: 60px;
}
.about-detail-fig {
    margin-top: 40px;
    text-align: center;
}
.about-detail-fig img {
    position: relative;
    bottom: -30px;
}


@media (max-width: 815px) {

	.about-main h2 {
		font-size: 20px;
		margin-bottom: 50px;
	}
	.about-main .pos.img01 {
		left: -10%;
	}
	.about-main .pos.img02 {
		right: -10%;
	}
	
	.about-sub {
		margin-top: 60px;
	}
	.about-sub__list {
		display: block;
	}
	.about-sub__list >li {
		width: 100%;
		padding: 10px 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.about-sub__list >li .fig {
		height: auto;
		width: 30%;
	}
	.about-sub__list >li .fig img {
		width: auto;
		max-height: 100px;
	}
	.about-sub__list >li p {
		font-size: 14px;
		margin-top: 0;
		width: 65%;
		text-align: left;
	}
	.about-sub__list >li b {
		font-size: 16px;
	}

	.about-features-nav {
		padding: 100px 0 80px;
	}
	.about-features-nav__list {
		display: block;
	}
	.about-features-nav__list >li {
		width: 100%;
		margin-bottom: 10px;
	}
	.about-features-nav__list >li a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 0;
		background: #fff;
		padding: 10px 40px 10px 10px;
		border-radius: 5px;
	}
	.about-features-nav__list >li a:after {
		transform: rotate(135deg);
		top: calc(50% - 8px);
		bottom: auto !important;
		left: auto;
		right: 20px;
	}
	.about-features-nav__list .img {
		margin-bottom: 0;
		width: 30%;
	}
	.about-features-nav__list .info {
		width: 65%;
		text-align: left;
		display: flex;
		align-items: center;
	}
	.about-features-nav__list .info .num {
		font-size: 40px;
		width: 50px;
	}
	.about-features-nav__list .info p {
		font-size: 13px;
		margin-top: 0;
		width: calc(100% - 50px);
	}

	.about-features-detail {
		padding: 60px 0 0;
	}
	.about-features-detail__list >li {
		display: block;
		margin-bottom: 20px;
	}
	.about-features-detail__list >li .img {
		width: 100%;
		text-align: center;
	}
	.about-features-detail__list >li .info {
		width: 100%;
		padding: 20px;
	}
	.about-features-detail__list >li .info .info-title .info-title-num {
		font-size: 50px;
		width: 60px;
	}
	.about-features-detail__list >li .info .info-title h3 {
		font-size: 16px;
		width: calc(100% - 60px);
	}
	.about-features-detail__list >li .info .info-desc {
		margin-top: 15px;
	}
	
	.about-large-image {
		height: 360px;
	}

	#about-detail {
		padding: 70px 0 0;
	}
	.about-detail-main h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.about-detail-sub {
		margin: 40px auto 0;
	}
	.about-detail-sub h3 {
		font-size: 18px;
	}
	.about-detail-sub-point {
		margin: 30px 0;
	}
	.about-detail-sub-point .point p {
		font-size: 13px;
	}
	.about-detail-fig {
		margin-top: 20px;
	}
	.about-detail-fig img {
		max-width: 60%;
	}






}



/* ----------------

message

----------------- */

.message-in {
    display: flex;
}
.message-name {
    width: 250px;
}
.message-name h3 {
    font-size: 34px;
}
.message-name h4 {
    font-size: 15px;
	font-weight: 400;
}
.message-contents {
    width: calc(100% - 250px);
	line-height: 2.6;
}



@media (max-width: 815px) {

	.message-in {
		display: block;
	}
	.message-name {
		width: auto;
		margin-bottom: 30px;
	}
	.message-contents {
		width: auto;
	}
}




/* ----------------

faq

----------------- */

.faq-nav {
	margin-bottom: 90px;
}
.faq-nav__list {
    display: flex;
    justify-content: space-between;
}
.faq-nav__list >li {
    width: 32%;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 50px 15px 15px;
    color: #374d9e;
    border: solid 1px #374d9e;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.faq-nav__list >li:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
}
.faq-nav__list >li.active,
.faq-nav__list >li:hover {
    color: #fff;
    background: #374d9e;
}

.faq-contents {
    padding: 60px 0;
	position: relative;
}
.faq-contents:after {
	content: '';
	display: block;
	width: 200vw;
	height: 100%;
	background: #edf0f2;
	position: absolute;
	top: 0;
	left: -50vw;
	z-index: -1;
}
.faq-contents-box {
    display: none;
}
.faq-contents-box h3 {
	font-size: 20px;
	padding: 15px 20px;
	margin-bottom: 30px;
    color: #fff;
    background: #374d9e;
}
.faq__list >li {
	background: #fff;
	margin-bottom: 20px;
}
.faq-q {
	position: relative;
	padding: 20px 50px 20px 70px;
}
.faq-q:after {
	content: '+';
    color: #374d9e;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    width: 20px;
    text-align: center;
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.faq-q p {
	font-size: 20px;
	font-weight: 500;
	color: #374d9e;
}
.faq-a {
	font-size: 16px;
	border-top: dotted 1px;
	padding: 0 20px 0 70px;
	position: relative;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.faq-a p {
	font-size: 16px;
	line-height: 2;
}

.faq-q:before,
.faq-a:before {
	font-size: 20px;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1000px;
	position: absolute;
	left: 10px;
	top: 14px;
}
.faq-q:before {
	content: 'Q.';
    color: #fff;
	background: #374d9e;
}
.faq-a:before {
	content: 'A.';
    color: #374d9e;
	background: #dee1eb;
}

.faq__list >li.active .faq-q:after {
	content: '-';
}
.faq__list >li.active .faq-a  {
	padding: 20px 20px 20px 70px;
	max-height: 100000px;
	opacity: 1;
	visibility: visible;
}


@media (max-width: 815px) {


	.faq-nav {
		margin-bottom: 60px;
	}
	.faq-nav__list >li {
		display: flex;
		align-items: center;
		font-size: 14px;
		padding: 10px 10px 30px;
	}
	.faq-nav__list >li:after {
		transform: rotate(135deg);
		right: calc(50% - 6px);
		top: auto;
		bottom: 15px;
	}

	.faq-contents-box h3 {
		font-size: 14px;
		padding: 10px;
	}

	.faq-q {
		padding: 15px 40px 15px 50px;
	}
	.faq-q:after {
		font-size: 24px;
		right: 10px;
	}
	.faq-q p {
		font-size: 15px;
	}
	.faq-a {
		font-size: 16px;
		padding: 0 20px 0 50px;
	}
	.faq-a p {
		font-size: 13px;
	}

	.faq-q:before,
	.faq-a:before {
		font-size: 14px;
		width: 30px;
		height: 30px;
		top: 14px;
	}

	.faq__list >li.active .faq-a {
		padding: 15px 15px 15px 50px;
	}

}





/* ----------------

counseling

----------------- */
.counseling-main {
	position: relative;
    padding-bottom: 1px;
}
.counseling-main:before {
    content: '';
    width: 100%;
    height: 150px;
    background: url("../img/cmn/cmn_wave.png") no-repeat center top;
    background-size: auto 150px;
    position: absolute;
    bottom: 50%;
}
.counseling-main:after {
    content: '';
    width: 100%;
    height: 50%;
    background: url("../img/cmn/cmn_bg.jpg");
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.counseling-main h2 {
    font-size: 30px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 60px;
}
.counseling-main h2 span {
    display: inline-block;
    position: relative;
}
.counseling-main h2 span:before,
.counseling-main h2 span:after {
    font-size: 24px;
    display: inline-block;
    content: '・・・・';
    letter-spacing: -10px;
    color: var(--main-color);
    position: absolute;
    bottom: 20px;
}
.counseling-main h2 span:before {
    transform: rotate(65deg);
    left: -70px;
}
.counseling-main h2 span:after {
    transform: rotate(115deg);
    right: -70px;
}

.counseling-check__list {
	max-width: 800px;
	margin: auto;
}

.counseling-main .pos {
    position: absolute;
    bottom: -80px;
    z-index: 1;
}
.counseling-main .pos.counseling-fig01 {
	left: 0;
    max-width: 134px;
    width: 20%;
}
.counseling-main .pos.counseling-fig02 {
	right: 0;
    max-width: 164px;
    width: 25%;
}
.counseling-main .arrow {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: var(--main-color) transparent transparent transparent;
	border-width: 50px 50px 0px 50px;
	margin: 50px auto;
}

.counseling-sub {
    text-align: center;
    padding: 90px 0 130px;
    border-radius: 30px;
    background-image: linear-gradient(-45deg, #3d84f8, #a662c5);
	position: relative;
}
.counseling-sub:after {
    content: '';
    width: 100%;
    height: 261px;
    background: url("../img/home/muryo_cover.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 130px);
    left: 0;
}
.counseling-sub h3 {
    max-width: 620px;
    font-size: 30px;
    text-align: center;
    padding: 10px;
    background: #fff;
    margin: 0 auto 80px;
    position: relative;
    z-index: 1;
}
.counseling-sub h3:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #ffffff transparent transparent transparent;
	border-width: 14px 10px 0px 10px;
	position: absolute;
	left: calc(50% - 10px);
	bottom: -13px;
}
.counseling-sub__list {
	display: flex;
	justify-content: space-between;
    position: relative;
    z-index: 1;
}
.counseling-sub__list >li {
	width: 23%;
	height: 0;
	padding-top: 23%;
	background: #fff;
	border-radius: 10000px;
	position: relative;
}
.counseling-sub__list .list-in {
	width: 100%;
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	top: 50%;
}
.counseling-sub__list .list-in .icon,
.counseling-sub__list .list-in p {
	font-size: 20px;
    margin: 10px 0;
}

.counseling-large-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	height: 720px;
    margin-top: -30px;
	background-image: url("../img/cmn/large_img_03.jpg");
	z-index: -2;
}

/* counseling-flow */
#counseling-flow {
	background: #fff;
	border-radius: 30px 30px 0 0;
	margin-top: -30px;
}
.counseling-flow__list >li {
    border: solid 1px #374d9e;
    border-radius: 10px;
	margin-bottom: 80px;
}
.counseling-flow__list >li:not(:last-child):after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: var(--base-color) transparent transparent transparent;
	border-width: 25px 25px 0px 25px;
	position: absolute;
	bottom: -55px;
	left: calc(50% - 25px);
}
.counseling-flow__list >li h3 {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background: #374d9e;
    padding: 10px 40px;
    border-radius: 10px 10px 0 0;
}
.counseling-flow__list >li h3 span {
    font-size: 33px;
    font-family: var(--font-en);
    font-weight: 400;
    margin-right: 30px;
}
.counseling-flow__list-in {
    background: #fffdec;
    padding: 50px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
.counseling-flow__list-in.has-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.counseling-flow__list-in.has-box .box {
    width: 50%;
}
.counseling-flow__list-in.has-box .box p {
	margin-top: 20px;
}

/* counseling-faq */
#counseling-faq {
    background: #edf0f2;
}



@media (max-width: 815px) {

	.counseling-main h2 {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.counseling-main h2 span:before,
	.counseling-main h2 span:after {
		font-size: 20px;
		bottom: 15px;
	}
	.counseling-main h2 span:before {
		left: -55px;
	}
	.counseling-main h2 span:after {
		right: -55px;
	}

	.counseling-sub {
		padding: 90px 0 50px;
	}
	.counseling-sub h3 {
		font-size: 18px;
		margin: 0 auto 50px;
	}
	.counseling-sub__list .list-in .icon,
	.counseling-sub__list .list-in p {
		font-size: 10px;
		margin: 5px 0;
	}
	.counseling-sub__list .list-in .icon img {
		max-width: 45%;
	}

	.counseling-large-image {
		height: 360px;
	}

	.counseling-flow__list >li:last-child {
		margin-bottom: 30px
	}
	.counseling-flow__list >li h3 {
		font-size: 14px;
		padding: 10px 20px;
	}
	.counseling-flow__list >li h3 span {
		font-size: 24px;
		margin-right: 20px;
	}
	.counseling-flow__list-in {
		padding: 20px;
	}
	.counseling-flow__list-in.has-box .box {
		padding: 5%;
	}
	.counseling-flow__list-in.has-box .box p {
		margin-top: 10px;
		text-align: left;
		font-size: 11px;
	}

}




/* ----------------

curriculum

----------------- */
#curriculum-flow {
    background: #edebf3;
}
#curriculum-flow h2 {
    font-size: 30px;
    text-align: center;
	margin-bottom: 20px;
}
#curriculum-flow h2 span {
    background: #fff;
    padding: 0 5px;
    margin-right: 5px;
}
.curriculum-flow__list {
    margin-top: 60px;
}
.curriculum-flow__list >li {
    padding: 30px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    margin-bottom: 60px;
	position:relative;
}
.curriculum-flow__list >li:not(:last-child):after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #a69bc7 transparent transparent transparent;
	border-width: 20px 20px 0px 20px;
	position: absolute;
	bottom: -40px;
	left: calc(50% - 25px);
}
.curriculum-flow__list .img {
    width: 40%;
}	
.curriculum-flow__list .info {
    width: 55%;
}
.curriculum-flow__list .info h3 {
    font-size: 28px;
    color: var(--main-color);
}
.curriculum-flow__list .info .info-purpose {
    font-size: 18px;
    display: table;
    width: 100%;
    border: solid 2px var(--main-color);
    margin-top: 20px;
}
.curriculum-flow__list .info .info-purpose h4 {
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    background: var(--main-color);
    width: 85px;
    text-align: center;
    padding: 10px;
}
.curriculum-flow__list .info .info-purpose p {
    display: table-cell;
    padding: 10px;
}
.curriculum-flow__list .info .info-detail__list {
    margin-top: 20px;
    line-height: 1.6;
}
.curriculum-flow__list .info .info-detail__list >li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.curriculum-flow__list .info .info-detail__list >li:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent var(--main-color);
    border-width: 8px 0px 8px 12px;
    position: absolute;
    left: 0;
    top: 4px;
}

/* curriculum-cycle */
#curriculum-cycle .img {
	text-align: center;
	margin-top: 90px;
    position: relative;
}
.c-c_flow__list >li {
    position: absolute;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 0;
}
.c-c_flow-01 {
    width: 27.68%;
    top: 0%;
    left: 44%;
}
.c-c_flow-02 {
    width: 39.35%;
    top: 29%;
    left: 57%;
}
.c-c_flow-03 {
    width: 38.7%;
    bottom: 28%;
    left: 61%;
}
.c-c_flow-04 {
    width: 43.89%;
    bottom: 0%;
    left: 52%;
}
.c-c_flow-05 {
    width: 41.85%;
    left: 2%;
    bottom: 9%;
}
.c-c_flow-06 {
    width: 37.5%;
    left: 0;
    top: 46%;
}

#curriculum-cycle .img.animated .c-c_flow__list >li {
	opacity: 1;
}


/* curriculum-cycle */
#curriculum-support {
	padding-top: 150px;
}
#curriculum-support:after {
    content: '';
    display: block;
    width: 200%;
    height: 100%;
    background: url("../img/pages/about_bg.jpg");
    position: absolute;
    top: 0;
    left: -50%;
    z-index: -1;
    border-radius: 100% 100% 0 0;
}
#curriculum-support .cmn-title h2 {
	font-size: 60px;
}

.curriculum-support-slide {
	position: relative;
}
.curriculum-support-slide .swiper-button-next,
.curriculum-support-slide .swiper-button-prev {
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
}
.curriculum-support-slide .swiper-button-next {
    right: -30px;
}
.curriculum-support-slide .swiper-button-prev {
    left: -30px;
}
.curriculum-support-slide .swiper-button-next:after,
.curriculum-support-slide .swiper-button-prev:after {
	color: #273c8c;
}

/* curriculum-finish */
#curriculum-finish {
    padding-top: 120px;
    background: #fff;
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
}
#curriculum-finish h2 {
	font-size: 30px;
    text-align: center;
	max-width: 670px;
	padding: 15px;
	margin: 0 auto 60px;
	position: relative;
	border: solid 1px #273c8c;
	border-radius: 10px;
}
#curriculum-finish h2:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #273c8c transparent transparent;
    border-width: 0px 20px 20px 0px;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -20px;
}

.curriculum-finish-image {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.curriculum-finish-image .box {
    width: 48%;
}
.curriculum-finish-image .box .info {
	margin-top: 20px;
}
.curriculum-finish-image .box .info h3 {
    font-size: 22px;
	padding-left: 15px;
	border-left: solid 4px #273c8c;
}
.curriculum-finish-image .box .info p  {
    font-size: 18px;
	line-height: 2;
	margin-top: 20px;
}






@media (max-width: 815px) {

	#curriculum-flow h2 {
		font-size: 18px;
	}
	.curriculum-flow__list >li {
		padding: 20px;
		display: block;
	}
	.curriculum-flow__list .img {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.curriculum-flow__list .info {
		width: 100%;
	}
	.curriculum-flow__list .info h3 {
		font-size: 16px;
	}
	.curriculum-flow__list .info .info-purpose {
		font-size: 14px;
	}
	.curriculum-flow__list .info .info-purpose h4 {
		font-size: 14px;
		width: 60px;
	}
	.curriculum-flow__list .info .info-detail__list >li {
		padding-left: 15px;
	}
	.curriculum-flow__list .info .info-detail__list >li:before {
		border-width: 6px 0px 6px 8px;
	}
	#curriculum-cycle .img {
		margin-top: 40px;
	}

	#curriculum-support {
		padding-top: 100px;
	}
	#curriculum-support .cmn-title h2 {
		font-size: 40px;
	}
	.curriculum-support-slide .swiper-container {
		overflow: visible;
	}
	.curriculum-support-slide .swiper-button-prev {
		left: 0;
	}
	.curriculum-support-slide .swiper-button-next {
		right: 0;
	}

	#curriculum-finish {
		padding-top: 70px;
	}
	#curriculum-finish h2 {
		font-size: 18px;
		margin: 0 auto 40px;
	}
	.curriculum-finish-image {
		margin-top: 50px;
		display: block;
	}
	.curriculum-finish-image .box {
		width: 100%;
		margin-bottom: 50px;
	}
	.curriculum-finish-image .box .info h3 {
		font-size: 16px;
	}
	.curriculum-finish-image .box .info p {
		font-size: 11px;
		margin-top: 10px;
	}

}




/* ----------------

price

----------------- */
.price-box:not(:last-of-type) {
	margin-bottom: 150px;
}

#price-about {
	padding: 80px 0;
	position: relative;
}
#price-about:after {
	content: '';
	display: block;
	background-image: linear-gradient(90deg, rgba(166, 98, 197, 0.12), rgba(61, 132, 248, 0.12));
	width: 200vw;
	height: 100%;
	position: absolute;
	left: -50vw;
	top: 0;
	z-index: -1;
}
.price-about-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.price-about-wrap:after {
    content: '+';
    font-size: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.p-a-item {
    width: 45%;
    text-align: center;
	border-radius: 10px;
    overflow: hidden;
}
.p-a-item.p-a-item1 h3 {
	color: #fff;
    font-size: 28px;
	font-weight: 500;
	background-image: linear-gradient(90deg, #3d84f8, #a662c5);
	padding: 10px;
}
.p-a-item.p-a-item1 p {
    font-size: 35px;
	font-weight: 500;
	padding: 20px;
	background: #fff;
}
.p-a-item.p-a-item1 p span {
    font-size: 60%;
}
.p-a-item.p-a-item2 {
	display: flex;
	align-items: center;
	justify-content: center;
    background-image: linear-gradient(90deg, #dd6cbf, #fd9a7c 80%);
}
.p-a-item.p-a-item2 p {
	color: #fff;
    font-size: 28px;
	font-weight: 500;
}
.price-about-text {
    font-size: 14px;
    text-align: center;
    line-height: 2;
    border: solid 1px;
    padding: 20px;
    margin: 60px auto 0;
    max-width: 900px;
}


.price-course-text {
    font-size: 13px;
    line-height: 2;
    margin-top: 20px;
}



@media (max-width: 815px) {

	.price-box:not(:last-of-type) {
		margin-bottom: 80px;
	}
	.price-wrap-in {
		overflow-x: scroll;
		width: calc(100% + 20px);
	}
	.price-wrap-in img {
		max-width: 1000px;
	}

	.price-about-wrap:after {
		font-size: 30px;
	}
	.p-a-item.p-a-item1 h3 {
		font-size: 16px;
	}
	.p-a-item.p-a-item1 p {
		font-size: 18px;
		padding: 20px 0;
	}
	.p-a-item.p-a-item2 p {
		font-size: 18px;
	}
	.price-about-text {
		font-size: 10px;
		text-align: left;
		padding: 15px;
		margin: 40px auto 0;
	}
	.price-course-text {
		font-size: 10px;
	}
}


/* ----------------

cmn-post

----------------- */

.post__list {
    display: flex;
    flex-wrap: wrap;
}
.post__list >li {
	width: 48%;
	margin: 0 0 50px 4%;
}
.post__list >li:nth-child(2n+1) {
	margin-left: 0;
}
.post__list >li a {
    color: var(--base-color);
    display: block;
}
.post__list >li a .blog-thumb {
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.blog-info-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
}
.blog-info-date {
    display: inline-block;
    color: #fff;
    border-radius: 100px;
    padding: 4px 20px 5px;
    margin-top: 10px;
    line-height: 1;
    background-image: linear-gradient(0deg, #3d84f8, #a662c5);
}

/* pager */
#cmn-pager {
    margin-top: 100px;
}
#cmn-pager .wp-pagenavi {
    clear: both;
    display: flex;
    justify-content: center;
}
#cmn-pager .wp-pagenavi a,
#cmn-pager .wp-pagenavi span {
    color: var(--main-color);
    display: flex;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #bbc4c0;
}
#cmn-pager .wp-pagenavi a:hover,
#cmn-pager .wp-pagenavi span.current {
    color: #fff;
    background: var(--main-color);
}

/* single */
.post-header {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: solid 1px;
}
.post-header .post-date {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border-radius: 100px;
    padding: 4px 20px 5px;
    line-height: 1;
    background-image: linear-gradient(0deg, #3d84f8, #a662c5);
}
.post-header .post-title {
	font-size: 24px;
	margin-top: 10px;
}
.post-header .post-subtitle {
    font-size: 16px;
    color: var(--main-color);
    margin-top: 10px;
}

#post-body {
    min-height: 500px;
	line-height: 2;
}
#post-body h2 {
    font-size: 24px;
    padding-left: 20px;
    margin-bottom: 50px;
    border-left: solid 7px var(--main-color);
    line-height: 1.3;
}
#post-body h3 {
    font-size: 20px;
    color: var(--main-color);
    margin-bottom: 20px;
}
#post-body h4 {
    font-size: 18px;
    color: var(--main-color);
    margin-bottom: 20px;
}
#post-body .aligncenter {
    display: block;
    text-align: center;
    margin: auto;
}
#post-body p {
	margin-bottom: 1em;
}
#post-body p b,
#post-body p strong {
    color: var(--base-color);
    background: linear-gradient(transparent 70%, yellow 0%);
}

.wp-caption {
    max-width: 100%;
}
#post-pager {
    display: flex;
    margin-top: 100px;
	position: relative;
}
#post-pager .prev {
    margin-right: auto;
}
#post-pager .next {
    margin-left: auto;
}
#post-pager .prev a,
#post-pager .next a {
    font-weight: 500;
	color: var(--main-color);
}
#post-pager .return {
    margin: auto;
    width: 200px;
    text-align: center;
    position: absolute;
    left: calc(50% - 100px);
}
#post-pager .return a {
    color: var(--main-color);
}

/* blog-parts */
.blog-parts {
	margin-bottom: 50px;
}
.blog-parts-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.blog-parts__list >li {
	padding-left: 30px;
	margin-bottom: 10px;
	position:relative;
}
.blog-parts__list >li i {
    width: 20px;
    height: 20px;
    border: solid 1px;
    position: absolute;
    left: 0;
    top: 7px;
}
.blog-parts__list >li i:before {
    content: '';
    display: block;
    width: 10px;
    height: 20px;
    border-top: solid 5px var(--main-color);
    border-left: solid 5px var(--main-color);
    transform: rotate(-135deg);
    position: absolute;
    top: -10px;
    left: 4px;
}

.blog-toc {
    display: inline-block;
    background: #f1f1f1;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 50px;
    border: solid 1px #eee;
}
.blog-toc-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.blog-toc-title i {
    display: inline-block;
	width: 30px;
	height: 30px;
	background: var(--base-color);
	background-image: url("../img/icon/icon_toc.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	border-radius: 1000px;
	vertical-align: middle;
	margin-right: 10px;
}
.blog-toc__list >li:not(:last-child){
	margin-bottom: 5px;
}
.blog-toc__list >li a {
	color:var(--base-color);
	border-bottom: solid 1px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.blog-toc__list >li a:hover {
	color: var(--main-color);
	border-bottom: solid 1px var(--main-color);
}

@media (max-width: 815px) {

	.post-contents {
		width: 100%;
		min-height: 100%;
        margin-bottom: 60px;
	}
    .post-header .post-title {
        font-size: 18px;
    }
	.post-header .post-subtitle {
		font-size: 14px;
	}
    #post-body h2 {
        font-size: 18px;
		padding-left: 15px;
        line-height: 1.5;
    }
    #post-body h3 {
        font-size: 16px;
    }
	#cmn-pager {
		margin-top: 50px;
	}

	.post__list {
		display: block;
	}
	.post__list >li {
		width: 100%;
		margin: 0 0 30px;
	}
	.post__list >li a .blog-thumb {
		margin-bottom: 10px;
	}

	.blog-parts__list >li i {
		top: 4px;
	}
	.blog-toc {
		padding: 30px 20px;
	}

}



/*---------------------------------

contact

----------------------------------*/
.required {
    color: #dd0000;
}
.contact-form {
    margin-top: 50px;
}
.contact-form th {
	vertical-align: middle;
}
.contact-form table th .hissu {
    color: #fff;
    background: #dd0000;
    font-size: 80%;
    line-height: 1;
    display: inline-block;
    padding: 2px 10px 3px;
    margin-left: 10px;
}

.cmn-input,
.cmn-input-s,
.cmn-input-m,
.cmn-select,
.cmn-select-s,
.cmn-textarea {
    width: 100%;
	font-size: 16px;
    border: none;
	background: var(--bg-color);
}

.cmn-input {
    height: 60px;
    text-indent: 10px;
}
.cmn-input-s {
    width: 30%;
    height: 60px;
    text-indent: 10px;
}
.cmn-input-m {
    width: 60%;
    height: 60px;
    text-indent: 10px;
}
.cmn-select {
    height: 60px;
}
.cmn-textarea {
    height: 200px;
    padding: 10px;
}
.contact-form ::placeholder{
  color:#ccc
}

.has-check .wpcf7-list-item-label {
    display: none;
}
.check-policy {
    text-align: center;
    margin: 50px 0;
	line-height: 1.6;
}
.check-policy a {
    text-decoration: underline;
	color: var(--base-color);
}
.check-policy .wpcf7-list-item-label {
    display: none;
}

.hidden-form {
    display: none;
}

#btn-send {
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 500;
    max-width: 350px;
    width: 100%;
    text-align: center;
    line-height: 1;
    padding: 25px 0;
    margin: 40px auto 0;
    color: var(--main-color);
    background: #fff;
    border: solid 2px var(--main-color);
    border-radius: 10000px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#btn-send:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    vertical-align: 2px;
    margin-left: 10px;
}
#btn-send:hover {
    color: #fff;
    background: var(--main-color);
}


.contact-caution {
    margin-top: 80px;
    padding: 30px;
    border: solid 1px #ccc;
    border-radius: 5px;
}
.contact-caution h3 {
    font-size: 18px;
    font-weight: 500;
    border-bottom: solid 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.contact-caution__list >li {
    margin-top: 30px;
}
.contact-caution__list >li h4 {
    font-size: 16px;
    border-left: solid 5px;
    padding-left: 10px;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {

    .contact-form table {
        font-size: 13px;
        border-top: none;
        margin-bottom: 30px;
    }
    .contact-form table th {
        display: block;
        width: 100%;
        border-bottom: none;
        background: no-repeat;
        padding: 0;
    }
    .contact-form table td {
        display: block;
        padding: 20px 0 30px;
        width: 100%;
        border-bottom: none;
    }

    #btn-send {
        font-size: 14px;
        padding: 20px 0;
    }

	.check-policy {
		margin-top: 30px;
		text-align: left;
	}

}


/*---------------------------------

voice

----------------------------------*/
.voice-box {
    border: solid 1px #eee;
    border-radius: 20px;
    padding: 30px;
	margin-bottom: 20px;
}
.voice-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.voice-icon {
    width: 200px;
    height: 200px;
    border-radius: 1000px;
    overflow: hidden;
}
.voice-info-catch {
    font-size: 24px;
    font-family: var(--font-tegaki);
    margin-bottom: 10px;
}
.voice-info-name {
    font-size: 20px;
    display: inline-block;
}
.voice-info {
    width: calc(100% - 250px);
}
.voice-info-address {
    display: inline-block;
    margin-left: 10px;
}
.voice-comment {
    margin-top: 20px;
}
.more-comment {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    max-width: 300px;
    padding: 13px 0 14px;
    text-align: center;
    background: var(--base-color);
    border-radius: 1000px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: auto;
    cursor: pointer;
}
.more-comment:before {
	content: '＋';
	margin-right: 10px;
}
.hidden-comment {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    padding: 0 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
}
.hidden-comment p {
    font-size: 18px;
    font-family: var(--font-tegaki);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #ffff 50%, #ffff 50%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #999 97%, #999 100%);
    background-size: 8px 100%, 100% 2em;
    line-height: 2;
}

.voice-box.active {
    background: #eee;
}
.voice-box.active .more-comment {
	background: #fff;
	color: var(--base-color);
}
.voice-box.active .more-comment:before {
	content: 'ー';
}
.voice-box.active .hidden-comment {
    opacity: 1;
    visibility: visible;
    max-height: 10000px;
    margin-top: 50px;
    padding: 50px;
}


@media (max-width: 815px) {

	.voice-box {
		padding: 30px 20px;
	}
	.voice-header {
		display: block;
		margin-bottom: 30px;
	}
	.voice-icon {
		margin: 0 auto 30px;
	}
	.voice-info {
		width: 100%;
	}
	.voice-info-catch {
		font-size: 18px;
	}
	.voice-info-name {
		font-size: 16px;
	}
	.more-comment {
		font-size: 14px;
	}
	.hidden-comment {
		padding: 0 20px;
	}
	.hidden-comment p {
		font-size: 14px;
	}
	.voice-box.active .hidden-comment {
		margin-top: 20px;
		padding: 20px;
	}

}




/*---------------------------------

privacy-policy
rule

----------------------------------*/
.list-page .text01 {
    line-height: 2;
}
.list-page__list > li {
    margin-top: 30px;
    line-height: 2;
}
.list-page__list > li h3 {
}
.list-page__list .sub__list02 >li {
    position: relative;
    padding-left: 15px;
}
.list-page__list .sub__list02 >li span {
    position: absolute;
    left: 0;
    top: 0;
}
.list-page__list .sub__list02 ul ul {
    margin-left: 1em;
}
