/*
----------------------------------------
guidance
----------------------------------------
*/

/* single */

.about-box {
	padding: 30px 0;
}

.about-box .ttl {
	padding-bottom: 15px;
	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 20px;
}

.about-box .ttl h2 {
	margin: 10px 0 20px;
	letter-spacing: 1px;
}

.about-box .rec-block {
	letter-spacing: 1px;
	margin-bottom: 42px;
}

.about-box .rec-block .read {
	margin-bottom: 0;
}

.about-box .guidance-info {
	margin: 40px 0 50px;
}

.about-box .guidance-info .flex > div {
	width: calc( ( 100% - 40px ) / 2 );
	position: relative;
	border-bottom: solid 1px #dbdbdb;
}

.about-box .guidance-info .flex > div:first-child,
.about-box .guidance-info .flex > div:nth-child( 2 ) {
	border-top: solid 1px #dbdbdb;
}

.about-box .guidance-info .flex > div:nth-child( odd ) {
	margin-right: 40px;
}

.about-box .guidance-info dl.flex {
	align-items: center;
	min-height: 98px;
	font-size: 1.8rem;
}

.about-box .guidance-info dt {
	width: 150px;
	padding: 10px 20px 10px 40px;
	font-weight: bold;
}

.about-box .guidance-info .date dt {
	background: url( ../img/guidance/2x/icon-date.png ) 10px center / 20px no-repeat;
}

.about-box .guidance-info .place dt {
	background: url( ../img/guidance/2x/icon-place.png ) 10px center / 20px no-repeat;
}

.about-box .guidance-info .num dt {
	background: url( ../img/guidance/2x/icon-num.png ) 10px center / 20px no-repeat;
}

.about-box .guidance-info .end dt {
	background: url( ../img/guidance/2x/icon-end.png ) 10px center / 20px no-repeat;
}

.about-box .guidance-info dt::after {
	content: '';
	width: 150px;
	height: 1px;
	background: #1da1f2;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.about-box .guidance-info .flex > div:first-child dt::before,
.about-box .guidance-info .flex > div:nth-child( 2 ) dt::before {
	content: '';
	width: 150px;
	height: 1px;
	background: #1da1f2;
	position: absolute;
	left: 0;
	top: -1px;
}

.about-box .guidance-info dd {
	width: calc( 100% - 150px );
	padding: 10px 40px;
	line-height: 1.6;
	letter-spacing: .8px;
}

.about-box .guidance-info dd a {
	color: #1da1f2;
	border-bottom: solid 1px #1da1f2;
	position: relative;
}

.about-box .guidance-info dd a::after {
	content: '';
	width: 11px;
	height: 11px;
	background: url( ../img/common/2x/arrow-09.png ) center center / contain no-repeat;
	position: absolute;
	right: -15px;
	bottom: 6px;
}

.about-box .bnr-l {
	margin-bottom: 60px;
}

.bnr-l-application > div {
	background: url( ../img/guidance/2x/bnr-application-bg-02.png ) center center / cover no-repeat
}

.consultations-box {
	padding-top: 75px;
	border-top: solid 1px #e5e5e5;
}

.consultations-box .ttl-01 {
	margin-bottom: 20px;
}

.trouble-list {
	margin-bottom: 60px;
}

.trouble-list h3 {
	text-align: center;
	font-size: 2.8rem;
	letter-spacing: .2px;
	margin-bottom: -28px;
}

.trouble-list .read {
	text-align: center;
	background: #ebf7ff;
	padding: 45px 48px 25px;
	margin-bottom: 65px;
}

.trouble-list .read li {
	margin-bottom: 13px;
	letter-spacing: 1px;
}

.worry-info {
	margin-bottom: 60px;
}

.worry-info .heading-05 {
	margin-bottom: 15px;
}

.worry-info .heading-05 strong {
	font-size: 4.2rem;
	font-weight: bold;
}

.worry-info .info {
	font-size: 2rem;
	text-align: center;
}

.info-block {
	position: relative;
	padding: 20px 0 44px;
	margin: 58px 0 60px;
}

.info-block.img {
	min-height: 470px;
}

.info-block.img .img-box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: calc( 50% - 10px );
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.archive .info-block.img .img-box {
	background-image: url( ../img/guidance/2x/guidance-img-01.png );
}

.info-block.img .txt {
	margin-right: 55%;
	position: relative;
	z-index: 99;
}

.info-block .txt .read {
	margin-top: 40px;
	letter-spacing: 1.2px;
}

.study-list {
	margin-bottom: 35px;
}

.study-list h3 {
	font-size: 3.2rem;
	text-align: center;
	margin-bottom: 20px;
}

.study-list .wrap > .flex {
	justify-content: center;
}

.study-list .wrap .box {
	font-size: 2rem;
	line-height: 1.6;
	width: calc( ( 100% - 80px ) / 3 );
	background: #fff8cc;
	text-align: center;
	padding: 0 30px 35px;
	margin-right: 40px;
}

.study-list .wrap .box:last-child,
.study-list .wrap .box:nth-child( 3n ) {
	margin-right: 0;
}

.study-list .wrap figure {
	width: 150px;
	height: 150px;
	background: #fff;
	line-height: .5;
	border: solid 3px #fff8cc;
	border-radius: 50%;
	margin: -10px auto 25px;
}

.benefits {
	margin-bottom: 50px;
}

.benefits .benefits-list h3 {
	text-align: center;
	font-size: 2.8rem;
	margin-bottom: -28px;
}

.benefits .benefits-list h3 > span {
	background: #fff;
	display: inline-block;
	padding: 0 5rem;
}

.benefits .benefits-list .read {
	border: solid 2px #e5e5e5;
	border-radius: 5px;
	padding: 40px 40px 30px;
	text-align: center;
}

.mov-block .mov-wrap {
	margin-bottom: 80px;
}

.timetable-box {
	margin-bottom: 25px;
}

.timetable-box .ttl-01 {
	margin-bottom: 30px;
}

.timetable-box .time-list dt {
	width: 90px;
	color: #1da1f2;
	font-size: 2rem;
	line-height: 1.5;
}

.timetable-box .time-list dd {
	width: calc( 100% - 90px );
	padding: 0 0 58px 45px;
	line-height: 2.2;
	position: relative;
}

.timetable-box .time-list dd::before {
	content: '';
	width: 4px;
	background: #e6e6e6;
	position: absolute;
	top: 14px;
	bottom: 0;
	left: -2px;
}

.timetable-box .time-list dd:last-of-type::before {
	display: none;
}

.timetable-box .time-list dd::after {
	content: '';
	width: 12px;
	height: 12px;
	border: solid 8px #1da1f2;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 0;
	left: -14px;
}

.timetable-box .time-list dd h3 {
	font-size: 2.8rem;
	line-height: 1.6;
	margin: -10px 0 15px;
}

.access-box {
	margin-bottom: 70px;
}

.access-box .ttl-01 {
	margin-bottom: 35px;
}

.access-box .wrap > .flex {
	flex-direction: row-reverse;
}

.access-box .map-box {
	width: 50%;
}

.access-box .map-box .map {
	padding-bottom: 420px;
}

.access-box .txt {
	width: 50%;
	padding-right: 60px;
	letter-spacing: 1.4px;
}

.access-box .txt > .flex {
	flex-direction: column;
	min-height: 100%;
}

.access-box .txt .address {
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.access-box .txt .heading-01 {
	letter-spacing: 2.8px;
}

.access-box .txt .link-box {
	margin-top: auto;
	background: #f5f5f5;
	padding: 15px 35px;
}

.access-box .txt .link-box > div {
	margin: 15px 0;
}

.access-box .txt .link-box a {
	display: block;
}

.faq-bnr {
	margin-bottom: 80px;
}

.bnr-l-faq > div {
	background: url( ../img/guidance/2x/bnr-faq-bg-02.png ) center center / cover no-repeat
}

.form-box {
	padding-top: 80px;
	border-top: solid 1px #e5e5e5;
}

#contact form#mailformpro dl dd.course-name {
	padding: 25px 40px 25px 20px;
	letter-spacing: 1px;
}

.about-box + .form-box {
	padding-top: 0;
	border-top: 0;
}

.form-box .ttl-01 {
	margin-bottom: 40px;
}

.form-box .form-wrap {
	background: #ebf7ff;
	padding: 60px 0 100px;
}

.form-box .form {
	background: #fff;
	border-radius: 5px;
	padding: 50px 60px 80px;
}

.guidance-list-box {
	background: #ebf7ff;
	margin-top: 60px;
}

.guidance-list-box .schedule-list {
	background: transparent;
	border: none;
}

.single .guidance-list-box .schedule-list {
	padding: 30px 0;
}

.guidance-list-box .schedule-list a {
	display: block;
	background: #fff;
	border: solid 1px #cadae5;
	padding: 20px 40px 15px;
	margin-bottom: 20px;
}

.guidance-list-box .schedule-list a:hover {
	box-shadow: 0 0 10px rgba( 0, 0, 0, .05 );
}

.schedule-list .cat li {
	margin-right: 10px;
}

.schedule-list .cat span {
	display: inline-block;
	min-width: 90px;
	text-align: center;
	color: #1da1f2;
	border: solid 2px #1da1f2;
	border-radius: 4px;
	line-height: 1.6;
	padding: 0 10px;
}

.schedule .ttl {
	margin: 15px 0 0;
}

/* archive */

.archive .schedule-wrap {
	padding-bottom: 80px
}

.archive .schedule-list {
	padding-top: 30px;
}

/* infinite-scroll */

.pagination {
	opacity: 0;
	visibility: hidden;
}

.btn-wrap {
	text-align: center;
}

#more-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #1da1f2 url( ../img/guidance/2x/arrow-down.png ) center center / 26px no-repeat;
	color: #fff;
	border: none;
	width: 400px;
	max-width: 100%;
	line-height: 60px;
	border-radius: 30px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	transition: all .2s;
}

#more-button:hover {
	background: #45b8ff url( ../img/guidance/2x/arrow-down.png ) center 27px / 26px no-repeat;;
}

.scroller-status {
	display: none;
	margin-top: 40px;
}

.infinite-scroll-request {
	animation: scroll-request 1.1s infinite linear;
	border: 4px solid #1da1f2;
	border-left: 4px solid #fff;
	border-radius: 50%;
	height: 48px;
	margin: auto;
	width: 48px;
}

@keyframes scroll-request {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.infinite-scroll-last,
.infinite-scroll-error {
	text-align: center;
}

#form-btn {
	display: none;
}

#form-btn .btn {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background: #383838;
	padding: 5px 8px;
	z-index: 999;
	transition: all .6s;
	transform: translateY( 110% );
}

#form-btn .btn.show {
	transform: none;
}

#form-btn .btn a {
	display: block;
	font-size: 2rem;
	line-height: 1.3;
	width: 100%;
	height: auto;
	border-radius: 0;
	padding: 12px 20px 12px 40px;
	color: #fff;
	background-color: #1da1f2;
	background-image:
		url( ../img/guidance/2x/icon-mail.png ),
		url( ../img/common/2x/arrow-down.png );
	background-position:
		left 28px center,
		right 22px top 20px;
	background-size:
		52px,
		22px;
	background-repeat: no-repeat;
	letter-spacing: 1px;
}

#form-btn .btn a:before {
	width: 62px;
	height: 46px;
	top: 3px;
	left: 12px;
}

#form-btn .btn a br {
	display: none;
}


/*
----------------------------------------
1200
----------------------------------------
*/

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

	.rec-block .read {
		padding: 40px 30px 30px;
	}

	.about-box .guidance-info dt {
		width: 120px;
	}

	.about-box .guidance-info .flex > div {
		width: calc( ( 100% - 20px ) / 2 );
	}

	.about-box .guidance-info .flex > div:nth-child( odd ) {
		margin-right: 20px;
	}

	.about-box .guidance-info .flex > div:first-child dt::before,
	.about-box .guidance-info .flex > div:nth-child( 2 ) dt::before {
		width: 120px;
	}

	.about-box .guidance-info dt::after {
		width: 120px;
	}

	.about-box .guidance-info dd {
		width: calc( 100% - 120px );
	}

	.worry-info .info {
		font-size: 1.6rem;
	}

	.info-block {
		padding: 0;
	}

	.info-block.img {
		min-height: initial;
	}

	.info-block.img .txt {
		margin-right: 50%;
	}

	.info-block.img .img-box {
		left: calc( 50% + 20px );
	}

	.info-block .txt .read {
		margin-top: 20px;
	}

	.study-list .wrap .box {
		width: calc( ( 100% - 30px ) / 3 );
		margin-right: 15px;
		padding: 0 10px 40px;
		font-size: 1.8rem;
	}

	.access-box .txt {
		padding-right: 20px;
	}

}


/*
----------------------------------------
1000
----------------------------------------
*/

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

	.about-box .guidance-info dl.flex {
		font-size: 1.6rem;
	}

	.about-box .guidance-info dt {
		width: 100px;
	}

	.about-box .guidance-info .flex > div:first-child dt::before,
	.about-box .guidance-info .flex > div:nth-child( 2 ) dt::before {
		width: 100px;
	}

	.about-box .guidance-info dt::after {
		width: 100px;
	}

	.about-box .guidance-info dd {
		width: calc( 100% - 100px );
		padding: 10px;
	}

	.about-box .bnr-l {
		margin-bottom: 20px;
	}

	.consultations-box {
		padding-top: 40px;
	}

	.worry-info .wrap {
		text-align: center;
	}

	.worry-info .heading-05 {
		display: inline-block;
		line-height: 1.2;
		margin: 0 auto 20px;
		padding: 0 4rem;
		position: relative;
	}

	.worry-info .heading-05 .sp {
		display: inline;
	}

	.worry-info .heading-05::before {
		position: absolute;
		bottom: 10px;
		left: 0;
	}

	.worry-info .heading-05::after {
		position: absolute;
		bottom: 10px;
		right: 0;
	}

	.worry-info .info {
		text-align: left;
	}

	.info-block .txt .read {
		letter-spacing: 0;
	}

	.benefits .benefits-list .read {
		padding: 40px 20px 30px;
	}

	.mov-block .mov-wrap {
		margin-bottom: 40px;
	}

	.timetable-box .time-list dd h3 {
		font-size: 2.4rem;
		margin: -5px 0 10px;
	}

	.timetable-box .time-list dd {
		padding: 0 0 40px 45px;
	}

	.access-box .wrap > .flex {
		flex-direction: column-reverse;
		padding-bottom: 191px;
		position: relative;
	}

	.access-box .map-box {
		width: 100%;
	}

	.access-box .txt {
		width: 100%;
		padding-right: 0;
	}

	.access-box .txt .address {
		font-size: 1.6rem;
	}

	.access-box .txt .link-box {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.form-box .form {
		padding: 30px 30px 45px;
	}

	.form-step > p {
		font-size: 1.6rem;
	}

	.schedule-list {
		margin: 0;
	}

	.bnr-l-faq > div {
		background: url( ../img/guidance/2x/bnr-faq-bg-02.png ) right 10% center / cover no-repeat
	}

}


/*
----------------------------------------
768
----------------------------------------
*/

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

	.about-box .rec-block {
		margin-bottom: 30px;
	}

	.rec-block .read {
		padding: 35px 15px 20px;
	}

	.about-box .guidance-info {
		margin: 30px 0 40px;
	}

	.trouble-list {
		margin-bottom: 40px;
	}

	.trouble-list h3 {
		font-size: 2.4rem;
		margin-bottom: -24px;
	}

	.trouble-list .read {
		padding: 40px 15px 20px;
		margin-bottom: 40px;
	}

	.worry-info {
		margin-bottom: 20px;
	}

	.worry-info .heading-05 {
		line-height: 1.4;
	}

	.worry-info .heading-05 strong {
		font-size: 3rem;
	}

	.worry-info .heading-05::before,
	.worry-info .heading-05::after {
		bottom: 8px;
	}

	.about-box .guidance-info .wrap > .flex {
		flex-direction: column;
	}

	.about-box .guidance-info .flex > div {
		width: 100%;
	}

	.about-box .guidance-info .flex > div:nth-child( odd ) {
		margin-right: 0;
	}

	.about-box .guidance-info .flex > div:nth-child( 2 ) {
		border-top: none;
	}

	.about-box .guidance-info .flex > div:nth-child( 2 ) dt::before {
		display: none;
	}

	.info-block {
		margin: 20px 0 30px;
		padding: 20px 0 0;
	}

	.info-block.img .txt {
		margin: 0;
		margin-top: 40vw;
		background: #fff;
		box-shadow: 0 0 10px rgb( 0, 0, 0, .1 );
		padding: 15px;
	}

	.info-block.img .img-box {
		height: 48vw;
		bottom: auto;
		left: 13%;
		/* background: url( ../img/schedule/2x/about-img.png ) left top / cover no-repeat; */
	}

	.info-block .heading-01 {
		letter-spacing: -.4px;
	}

	.info-block .txt .read {
		margin-top: 0;
		letter-spacing: .4px;
	}

	.study-list {
		margin-bottom: 0;
	}

	.study-list h3 {
		font-size: 2.2rem;
		line-height: 1.6;
	}

	.study-list .wrap > .flex {
		margin: 30px 0 0;
		flex-direction: column;
	}

	.study-list .wrap .box {
		width: auto;
		padding: 0 10px 20px;
		margin: 0 15px 30px;
	}

	.study-list .wrap .box:last-child,
	.study-list .wrap .box:nth-child( 3n ) {
		margin-right: 15px;
	}

	.study-list .wrap figure {
		margin: -10px auto 10px;
	}

	.study-list .wrap .box:nth-child( 3 ) .price {
		margin: 0;
	}

	.benefits {
		margin-bottom: 40px;
	}

	.benefits .benefits-list h3 {
		font-size: 2rem;
		margin-bottom: -2rem;
	}

	.benefits .benefits-list h3 > span {
		padding: 0 1rem;
	}

	.benefits .benefits-list .read {
		padding: 30px 15px 20px;
	}

	.timetable-box .time-list .flex {
		flex-direction: column;
	}

	.timetable-box .time-list dt {
		width: 100%;
		padding-left: 3rem;
	}

	.timetable-box .time-list dd {
		width: 100%;
		padding: 0 0 2rem 3rem;
	}

	.timetable-box .time-list dd h3 {
		font-size: 2.2rem;
		line-height: 1.4;
		margin: 5px 0;
	}

	.timetable-box .time-list dd::after {
		width: 8px;
		height: 8px;
		border: solid 6px #1da1f2;
		top: -24px;
		left: 0;
	}

	.timetable-box .time-list dd::before {
		top: -12px;
		bottom: -20px;
		left: 8px;
	}

	.access-box {
		margin-bottom: 40px;
	}

	.access-box .ttl-01 {
		margin-bottom: 20px;
	}

	.access-box .txt .address {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}

	.access-box .map-box .map {
		padding-bottom: 65vw;
	}

	.access-box .txt .link-box {
		padding: 5px 15px;
	}

	.access-box .wrap > .flex {
		padding-bottom: 171px;
	}

	.faq-bnr {
		margin-bottom: 40px;
	}

	.form-box {
		padding-top: 30px;
	}

	#contact form#mailformpro dl dd.course-name {
		padding: 5px 0 20px;
	}

	.form-box .ttl-01 {
		margin-bottom: 30px;
	}

	.form-box .form-wrap {
		margin-top: 30px;
		padding: 30px 0;
	}

	.form-box .notice dl.flex {
		padding: 0;
		flex-direction: column;
	}

	.form-box .notice dl.flex dt {
		width: 100%;
		font-size: 1.7rem;
		text-align: center;
		margin-bottom: 10px;
	}

	.form-box .notice dl.flex dd {
		width: 100%;
	}

	.form-step > p {
		font-size: 1.3rem;
	}

	.form-box .form {
		padding: 20px 15px;
	}

	.form-box .form #zip,
	.form-box .form .zip{
		width: 100%;
	}

	.form-box .form select {
		font-size: 1.6rem;
	}

	.guidance-list-box {
		margin-top: 30px;
	}

	.guidance-list-box .heading-03 {
		font-size: 1.9rem;
		padding: 12px 5px;
	}

	.single .guidance-list-box .schedule-list {
		padding: 20px 0 10px;
	}

	.guidance-list-box .schedule-list a {
		padding: 15px 20px;
	}

	.schedule .date {
		width: auto;
		margin: 10px 0;
		transform: none;
	}

	.schedule .ttl {
		margin: 5px 0 0;
	}

	.schedule .ttl span {
		letter-spacing: 0;
	}

	.guidance-list .heading-03 {
		font-size: 2rem;
	}

	.archive .schedule-list {
		padding-top: 20px;
	}

	.archive .schedule-wrap {
		padding-bottom: 40px;
	}

	#more-button {
		line-height: 50px;
		border-radius: 25px;
	}

	#more-button:hover {
		background: #1da1f2 url( ../img/guidance/2x/arrow-down.png ) center center / 26px no-repeat;
	}

	#form-btn {
		display: block;
	}

}
