/*
----------------------------------------
place
----------------------------------------
*/

.info-box .info-block {
	margin: 55px 0 70px;
	position: relative;
	min-height: 470px;
}

.info-box .info-block .img {
	content: "";
	width: calc(50% + 10px);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	left: auto;
	transform: translateY(-50%);
	line-height: 0.5;
}

.info-box .info-block .img img {
	opacity: 0;
	visibility: hidden;
}

.info-box .slider .slick-slide {
	margin: 0;
}

.info-box .info-block .img .slick-slide img {
	width: 100%;
	max-height: 470px;
	opacity: 1;
	visibility: visible;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.info-box .slick-dotted.slick-slider {
	margin: 0;
}

.info-box .slick-dots {
	bottom: -40px;
}

#place .slick-dots li {
	margin: 0 3px;
}

#place .slick-dots li button:before {
	font-size: 12px;
	color: #aaa;
	opacity: 1;
	transition: all 0.2s;
}

#place .slick-dots li:hover button:before,
#place .slick-dots li.slick-active button:before {
	color: #1da1f2;
	opacity: 1;
}

.info-box .info-block .txt {
	flex-direction: column;
	justify-content: center;
	color: #111;
}

.info-box .info-block .img + .wrap .txt {
	min-height: 470px;
	margin-right: calc(50% + 10px);
	padding-right: 50px;
}

.info-box .info-block .txt .txt .heading-01 {
	margin-bottom: 40px;
}

.info-box .info-block .txt p {
	margin: 15px 0 35px;
	letter-spacing: 1.5px;
}

.info-box .info-block .box {
	background: #f7f7f7;
	position: relative;
	margin-top: auto;
	padding: 30px 25px 25px 40px;
	letter-spacing: 1.6px;
}

.info-box .info-block .box h3 {
	font-size: 2.4rem;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transform: translateY(-50%);
}

.info-box .info-block .box li {
	font-size: 1.5rem;
	color: #1da1f2;
}

.info-box .info-block .box li::after {
	display: inline-block;
	content: "|";
	margin: 0 6px;
}

.info-box .info-block .box li:last-child::after {
	display: none;
}

.info-box .info-block .box li a {
	color: #1da1f2;
}

.info-box .info-block .box li a:hover {
	text-decoration: underline;
}

.page-nav {
	background: #ebf7ff;
	padding: 25px 0;
	margin-bottom: 65px;
}

.page-nav .flex {
	justify-content: center;
}

.page-nav li {
	width: calc((100% - 90px) / 4);
	margin-right: 30px;
}

.page-nav li:last-child {
	margin-right: 0;
}

.page-nav li a {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #1da1f2;
	background: #fff url(../img/place/2x/arrow-down.png) right 20px center / 14px no-repeat;
	border: solid 2px #1da1f2;
	border-radius: 25px;
	padding: 7px 17px 7px 7px;
}

.page-nav li a:hover {
	background: rgba(255, 255, 255, 0.5) url(../img/place/2x/arrow-down.png) right 20px center / 14px no-repeat;
}

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

.course-box .course-select {
	margin: 28px auto 30px;
	max-width: 600px;
}

.course-box .schedule-wrap {
	padding-top: 2px;
}

.facility-box {
	border-bottom: solid 1px #e5e5e5;
	padding-bottom: 75px;
	margin-bottom: 55px;
}

.facility-box .facility-list {
	margin: 25px -20px 0;
	color: #1da1f2;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.8;
}

.facility-box .facility-list.col-1 {
	max-width: 414px;
	margin: 25px auto 0;
}

.facility-box .facility-list.col-2 {
	max-width: 828px;
	margin: 25px auto 0;
}

.facility-box .facility-list figure {
	margin: 0 20px;
}

.facility-box .facility-list figure img {
	margin-bottom: 10px;
}

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

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

.access-box .btn-set {
	background: #f5f5f5;
	padding: 15px 15px 15px 20px;
	margin-bottom: 50px;
	justify-content: center;
	align-items: center;
}

.access-box .btn-set .address {
	width: calc(100% - 16px);
	margin: 0 auto 0 8px;
	font-size: 1.8rem;
	letter-spacing: 1.5px;
}

.access-box .btn-set .address.m-size {
	width: calc(100% - 330px);
}

.access-box .btn-set .address.s-size {
	width: calc(100% - 640px);
}

.access-box .btn-set .btn li {
	width: 300px;
	margin: 0 5px;
}

.access-box .sec {
	background: #ebf7ff;
	margin-bottom: 40px;
}

.access-box .cont {
	padding: 30px;
	font-size: 1.8rem;
	text-align: center;
}

.access-box .cont ul {
	display: inline-block;
	text-align: left;
}

.access-box .list-01 li {
	padding-left: 1.8rem;
}

.access-box .list-01 li::before {
	top: 16px;
}

.access-box .tab-wrap {
	padding-bottom: 20px;
}

.access-box .tab-menu {
	max-width: 750px;
	margin: 5px auto 30px;
	border: solid 2px #1da1f2;
	border-radius: 5px;
}

.access-box .tab-menu .flex > div {
	width: 50%;
}

.access-box .tab-menu a {
	display: block;
	font-weight: bold;
	color: #1da1f2;
	background: #fff;
	padding: 10px;
	letter-spacing: 0;
}

.access-box .tab-menu a:hover {
	background: rgba(255, 255, 255, 0.5);
}

.access-box .tab-menu a.active {
	color: #fff;
	background: #1da1f2 !important;
	pointer-events: none;
}

.access-box .tab-cont {
	padding-bottom: 20px;
	transition: all 0.2s;
}

.access-box .tab-cont > div {
	display: none;
}

.access-box .tab-cont > div:first-of-type {
	display: block;
}

.instructor-box {
	padding-bottom: 15px;
}

.instructor-box .ttl-01 {
	margin-bottom: 48px;
}

.teacher-list .teacher {
	margin-bottom: 70px;
}

.teacher-list .teacher .info {
	margin-bottom: 40px;
}

.teacher-list .teacher .info > figure {
	width: 420px;
}

.teacher-list .teacher .info figure + .txt {
	width: calc(100% - 420px);
	padding-left: 45px;
}

.teacher-list .teacher .txt .flex {
	margin-bottom: 1.6rem;
	align-items: center;
}

.teacher-list .teacher .txt .heading-01 {
	padding: 1rem 0 1rem 3rem;
	margin-bottom: 0;
	letter-spacing: 1.2px;
}

.teacher-list .teacher .txt .btn {
	margin-left: auto;
}

.teacher-list .teacher .txt .btn a {
	display: block;
	width: 320px;
	text-align: center;
	color: #1da1f2;
	border: solid 2px #1da1f2;
	border-radius: 25px;
	background: url(../img/place/2x/icon-mov.png) right 25px center / 19px no-repeat;
	padding: 7px 25px 7px 7px;
	font-weight: bold;
}

.teacher-list .teacher .txt .btn a:hover {
	background: #ebf7ff url(../img/place/2x/icon-mov.png) right 25px center / 19px no-repeat;
}

.teacher-list .teacher .read {
	letter-spacing: 1.2px;
}

.teacher-list .teacher .career {
	margin-bottom: 45px;
}

.teacher-list .teacher .career.flex {
	justify-content: center;
}

.teacher-list .teacher .career.flex dl {
	width: calc((100% - 40px) / 2);
}

.teacher-list .teacher .career dl {
	background: #ebf7ff;
	padding: 3rem;
	position: relative;
	text-align: center;
}

.teacher-list .teacher .career dl:nth-of-type(even) {
	margin-left: 40px;
}

.teacher-list .teacher .career dt {
	font-size: 2rem;
	font-weight: bold;
	color: #1da1f2;
	position: absolute;
	top: 0;
	right: 10px;
	left: 0;
	transform: translateY(-50%);
}

.teacher-list .teacher .career dd {
	color: #222;
}

.teacher-list .teacher .comment dl {
	padding: 32px 40px;
	background: #fafafa;
	border: dotted 1px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	position: relative;
}

.teacher-list .teacher .comment dt {
	width: 150px;
	height: 39px;
	background: url(../img/place/2x/balloon-commen.png) center center / contain no-repeat;
	position: absolute;
	top: -15px;
	left: calc(50% - 75px);
	text-align: center;
	font-weight: bold;
	line-height: 1.9;
	color: #1da1f2;
}

.teacher-list .teacher .comment dd {
	letter-spacing: 1.2px;
}

/*
.block-list-02 .block .img span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.block-list-02 .block .img span::before,
.block-list-02 .block .img span::after {
	content: '';
	width: 0;
	height: 0;
	border: solid 35px transparent;
	position: absolute;
}

.block-list-02 .block:nth-child( odd ) .img span::before {
	top: 0;
	left: 0;
	border-top: solid 35px #fff;
	border-left: solid 35px #fff;
}

.block-list-02 .block:nth-child( odd ) .img span::after {
	right: 0;
	bottom: 0;
	border-right: solid 35px #fff;
	border-bottom: solid 35px #fff;
}

.block-list-02 .block:nth-child( even ) .img span::before {
	top: 0;
	right: 0;
	border-top: solid 35px #fff;
	border-right: solid 35px #fff;
}

.block-list-02 .block:nth-child( even ) .img span::after {
	bottom: 0;
	left: 0;
	border-bottom: solid 35px #fff;
	border-left: solid 35px #fff;
}
*/

.point-box {
	padding-bottom: 10px;
}

.block-list-02 .block {
	margin: 45px 0 70px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: initial;
}

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

/*
.block-list-02 .block-01 .img {
	background-image: url( ../img/place/point-img-01.png ) center center / cover no-repeat;
}

.block-list-02 .block-02 .img {
	background-image: url( ../img/place/point-img-02.png ) center center / cover no-repeat;
}
*/

.page-link-box {
	padding: 50px 0;
}

/* archive */

.page-header {
	background: url(../img/place/2x/header-bg.png) center center / cover no-repeat;
}

.place-list-box {
	padding: 85px 0 25px;
}

.heading-07 span {
	padding: 0 4rem;
}

.place-list-box .place-list {
	margin: 36px 0;
}

.place-list-box .place-list > div {
	width: calc((100% - 80px) / 3);
	margin: 0 40px 35px 0;
	text-align: center;
}

.place-list-box .place-list > div:nth-child(3n) {
	margin-right: 0;
}

.place-list-box .place-list a {
	display: block;
}

.place-list-box .place-list figure {
	line-height: 0.5;
	margin-bottom: 20px;
	overflow: hidden;
	transition: all 0.6s;
}

.place-list-box .place-list figure img {
	width: 100%;
	height: 249px;
}

.place-list-box .place-list h3 {
	font-size: 2.8rem;
	color: #1da1f2;
	line-height: 1.4;
	padding: 2.5px 0;
	margin-bottom: 7px;
}

.place-list-box .place-list h3 span {
	display: inline-block;
	padding-right: 31px;
	background: url(../img/common/2x/arrow-07.png) right center / 21px no-repeat;
}

.place-list-box .place-list .address {
	line-height: 1.8;
	letter-spacing: 1.2px;
}

.bnr-m .bnr:hover {
	opacity: 0.8;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.archive .contact-box .ttl {
	padding-top: 65px;
}

.voice-box {
	border-bottom: solid 1px #e5e5e5;
	padding-bottom: 60px;
	margin: 50px 0;
}

.voice-box .heading-05::before {
	margin-right: 20px;
}

.voice-box .heading-05::after {
	margin-left: 20px;
}

.voice-box .voice-list {
	margin: 30px 0;
}

.voice-box + .introduction-box {
	border-top: none;
	padding-top: 20px;
}

.voice-box-list .voice-box-dt {
	position: relative;
	margin: 2rem 0 5px 0;
	padding: 1rem 0;
	box-shadow: 0px 5px #ffc300;
	background-color: #fff8cc;
	cursor: pointer;
	border-radius: 15px 15px 0 0;
}

.voice-box-list .voice-box-dt .voice-box-title-icon-wrap {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translatey(-50%);
	width: 38px;
	height: 38px;
	background: #ffc300;
	border-radius: 50%;
}

.voice-box-list .voice-box-dt .voice-box-title-icon {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.voice-box-list .voice-box-dt .voice-box-title-icon:before,
.voice-box-list .voice-box-dt .voice-box-title-icon:after {
	position: absolute;
	content: "";
	display: block;
	transition: all 0.4s;
	background: #fff;
	left: 50%;
	top: 50%;
	width: 50%;
	height: 2px;
	transform: translate(-50%, -50%);
}

.voice-box-list .voice-box-dt .voice-box-title-icon:before {
	transform: translate(-50%, -50%) rotate(90deg);
}
.voice-box-list .voice-box-dt.active .voice-box-title-icon:before {
	transform: translate(-50%, -50%) rotate(0deg);
}

.voice-box-list .voice-box-dt .voice-box-title-wrap {
	font-weight: bold;
	text-align: center;
	width: calc(100% - 40px);
}

.voice-box-list .voice-box-detail {
	position: relative;
	display: inline-block;
	margin-bottom: 1.5rem;
	padding: 3rem;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #fff8cc;
	box-sizing: border-box;
	border-radius: 0 0 15px 15px;
	width: 100%;
}

/*
----------------------------------------
1400
----------------------------------------
*/

@media screen and (max-width: 1400px) {
	.info-box .info-block .img + .wrap .txt {
		padding-right: 30px;
	}

	.info-box .info-block .txt .heading-01 {
		margin-bottom: 0.5rem;
	}

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

	.info-box .info-block .box {
		padding: 30px 20px 25px;
	}

	.page-nav li {
		width: calc((100% - 45px) / 4);
		margin-right: 15px;
	}

	.facility-box .facility-list {
		margin: 25px 0 0;
	}

	.facility-box .facility-list figure {
		margin: 0 10px;
	}

	.access-box .btn-set .btn li {
		width: 260px;
	}

	.access-box .btn-set .btn li a {
		padding: 7px 35px 7px 7px;
	}

	.teacher-list .teacher .info figure + .txt {
		padding-left: 30px;
	}

	.teacher-list .teacher .txt .btn a {
		width: 280px;
		background: url(../img/place/2x/icon-mov.png) right 15px center / 19px no-repeat;
	}

	.teacher-list .teacher .txt .btn a:hover {
		background: #ebf7ff url(../img/place/2x/icon-mov.png) right 15px center / 19px no-repeat;
	}

	.teacher-list .teacher .career.flex dl {
		width: calc((100% - 15px) / 2);
	}

	.teacher-list .teacher .career dl:nth-of-type(even) {
		margin-left: 15px;
	}
}

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

@media screen and (max-width: 1200px) {
	.place-list-box {
		padding: 40px 0 20px;
	}

	.place-list-box .place-list {
		margin: 20px 0;
	}

	.place-list-box .place-list > div {
		width: calc((100% - 30px) / 3);
		margin: 0 15px 20px 0;
	}

	.place-list-box .place-list figure img {
		height: 20vw;
	}

	.place-list-box .place-list h3 {
		font-size: 2.4rem;
	}

	.block-list-02 .block.img {
		min-height: 400px;
	}

	.archive .contact-box .ttl {
		padding-top: 50px;
	}
}

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

@media screen and (max-width: 1000px) {
	.info-box .info-block {
		margin: 30px 0;
		padding-top: 40vw;
		min-height: initial;
	}

	.info-box .info-block .img {
		width: 87vw;
		height: 48vw;
		top: 0;
		transform: none;
	}

	.info-box .slick-dots {
		bottom: 9vw;
	}

	.info-box .slick-dots li button:before {
		color: #fff;
	}

	.info-box .slick-dots li:hover button:before,
	.info-box .slick-dots li.slick-active button:before {
		color: #aed8f2;
	}

	.info-box .info-block .txt {
		background: #fff;
		box-shadow: 0 0 10px rgb(0 0 0 / 10%);
		padding: 15px;
		position: relative;
		z-index: 99;
	}

	.info-box .info-block .img + .wrap .txt {
		min-height: initial;
		margin-right: 0;
		padding-right: 15px;
	}

	.info-box .info-block .txt .heading-01 {
		font-size: 1.9rem;
		margin-bottom: 1.2rem;
	}

	.info-box .info-block .txt p {
		font-size: 1.4rem;
		margin: 0 0 2.5rem;
	}

	.info-box .info-block .box {
		padding: 25px 15px 20px;
		letter-spacing: 0;
	}

	.info-box .info-block .box h3 {
		font-size: 1.8rem;
	}

	.info-box .info-block .box li {
		font-size: 1.3rem;
	}

	.block-list-02 .block {
		padding-top: 0;
	}

	.block-list-02 .block.img {
		padding-top: 40vw;
	}

	.page-nav {
		margin-bottom: 40px;
	}

	.facility-box {
		padding-bottom: 50px;
		margin-bottom: 50px;
	}

	.facility-box .facility-list {
		font-size: 1.8rem;
	}

	.access-box .btn-set .address {
		width: 100% !important;
		margin: 0 0 15px;
		text-align: center;
		line-height: 1.6;
	}

	.access-box .btn-set .btn {
		width: 100%;
	}

	.access-box .btn-set .btn .flex {
		justify-content: center;
	}

	.archive .contact-box .ttl {
		padding-top: 20px;
	}
}

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

@media screen and (max-width: 768px) {
	.page-nav {
		padding: 10px 0;
		margin-bottom: 30px;
	}

	.page-nav .wrap {
		padding: 0 10px;
	}

	.page-nav li {
		width: calc((100% - 10px) / 2);
		margin: 5px 10px 5px 0;
	}

	.page-nav li:nth-child(even) {
		margin-right: 0;
	}

	.page-nav li a {
		font-size: 1.4rem;
		letter-spacing: 0;
		padding: 7px 16px 7px 4px;
		background: #fff url(../img/place/2x/arrow-down.png) right 10px center / 10px no-repeat !important;
	}

	.course-box .course-select {
		margin: 25px auto;
	}

	.schedule .school span {
		padding: 1px 10px 2px;
		margin: 0 10px 10px 0;
		font-size: 1.3rem;
		letter-spacing: 0;
	}

	.facility-box {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}

	.facility-box .slick-dots {
		bottom: -5px;
	}

	.facility-box .heading-07 {
		margin: 0 15px;
	}

	.facility-box .wrap {
		padding: 0;
	}

	.facility-box .facility-list {
		margin-top: 30px;
		padding-bottom: 40px;
		font-size: 1.6rem;
	}

	.facility-box .facility-list figure {
		margin: 0 8px;
	}

	.facility-box .facility-list.col-1 figure {
		margin: 0 15px;
	}

	.facility-box .facility-list figcaption {
		margin-top: 10px;
	}

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

	.access-box .btn-set {
		flex-direction: column;
		padding: 15px;
		margin-bottom: 30px;
	}

	.access-box .btn-set .btn .flex {
		flex-direction: column;
	}

	.access-box .btn-set .btn li {
		width: 100%;
		margin: 15px 0 0;
	}

	.access-box .btn-set .btn li:first-child {
		margin: 0;
	}

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

	.access-box .sec {
		margin-bottom: 30px;
	}

	.access-box .cont {
		padding: 15px;
		font-size: 1.6rem;
	}

	.access-box .list-01 li {
		line-height: 1.6;
		padding-left: 1.5rem;
		margin: 0 0 10px;
	}

	.access-box .list-01 li::before {
		top: 10px;
	}

	.instructor-box {
		padding-bottom: 0;
	}

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

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

	.teacher-list .teacher .info > figure {
		display: none;
	}

	.teacher-list .teacher .info figure + .txt {
		width: 100%;
		padding: 0 0 6.5rem;
		position: relative;
	}

	.teacher-list .teacher .txt .heading-01 {
		padding: 0.5rem 0 0.5rem 2rem;
	}

	.teacher-list .teacher .txt .btn {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.teacher-list .teacher .txt .btn a {
		width: 100%;
	}

	.teacher-list .teacher .txt .sp {
		display: block;
		line-height: 0.5;
		margin-bottom: 10px;
	}

	.teacher-list .teacher .read {
		letter-spacing: 0.2px;
	}

	.teacher-list .teacher .career {
		flex-direction: column;
		margin-bottom: 10px;
	}

	.teacher-list .teacher .career.flex dl {
		width: 100%;
	}

	.teacher-list .teacher .career dl {
		padding: 20px 15px;
		margin-bottom: 30px;
	}

	.teacher-list .teacher .career dl:nth-of-type(even) {
		margin-left: 0;
	}

	.teacher-list .teacher .career dd {
		font-size: 1.4rem;
	}

	.teacher-list .teacher .comment dl {
		padding: 30px 15px 20px;
	}

	.teacher-list .teacher .comment dd {
		font-size: 1.4rem;
		letter-spacing: 0.2px;
	}

	.point-box {
		padding-bottom: 5px;
	}

	.block-list-02 .block {
		margin: 25px 0 35px;
	}

	.page-link-box {
		padding: 15px 0 25px;
	}

	.place-list-box {
		padding: 30px 0 0;
	}

	.place-list-box .place-list > div {
		width: 100%;
		margin: 0 0 20px;
	}

	.place-list-box .place-list a {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}

	.place-list-box .place-list figure {
		width: 45%;
		margin: 0;
	}

	.place-list-box .place-list figure img {
		height: 102px;
	}

	.place-list-box .place-list .txt {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		width: 55%;
		padding: 10px 0 12px 10px;
		text-align: left;
	}

	.place-list-box .place-list h3 {
		font-size: 1.7rem;
		margin-bottom: 5px;
	}

	.place-list-box .place-list h3 span {
		padding-right: 24px;
		background: url(../img/common/2x/arrow-07.png) right center / 16px no-repeat;
	}

	.place-list-box .place-list .address {
		font-size: 1.4rem;
		letter-spacing: 0;
		line-height: 1.6;
	}

	.heading-07 span {
		text-align: center;
		padding: 0 1.5rem;
		line-height: 1.5;
	}

	.voice-box {
		padding-bottom: 40px;
		margin: 30px 0 40px;
	}

	.voice-box .heading-05 {
		display: inline-block;
		margin: 0 auto;
		line-height: 1.5;
		position: relative;
		padding: 0 30px;
	}

	.voice-box .heading-05::before,
	.voice-box .heading-05::after {
		position: absolute;
		top: 15px;
	}

	.voice-box .heading-05::before {
		left: 0;
	}

	.voice-box .heading-05::after {
		right: 0;
	}
}

/*
----------------------------------------
hover
----------------------------------------
*/

@media screen and (min-width: 769px) {
	.place-list-box .place-list figure img {
		transition: all 0.6s;
	}

	.place-list-box .place-list a:hover figure {
		background: #000;
	}

	.place-list-box .place-list a:hover figure img {
		transform: scale(1.1);
		opacity: 0.8;
	}
}
