#container.home {
	height: 100%;
}

/* ---------------------- */
/* content */
/* ---------------------- */

.headding-primary {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	margin: 0 0 60px;
	text-align: center;
	letter-spacing: 0.4em;
	text-indent: 0.4em;
}

@media screen and (max-width: 736px) {
	.headding-primary {
		font-size: 14px;
		margin: 0 0 45px;
	}
}

.headding-secondary {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	letter-spacing: 0.38em;
	line-height: 1;
	margin: 0 0 55px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.headding-secondary {
		font-size: 20px;
		line-height: 2;
		letter-spacing: 0.3em;
		margin: 0 0 40px;
	}
}

.text-primary {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 3;
	text-indent: 0.2em;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.text-primary {
		font-size: 14px;
		line-height: 2.2;
		letter-spacing: 0;
		text-indent: 0;
	}
}

.main.home {
	background-color: #000;
}

/* ---------------------- */
/* mainvisual */
/* ---------------------- */

.main-visual {
	position: relative;
	height: 100%;
	opacity: 0;
	padding-top: 100px;
	transition: opacity 1.5s ease;
	width: 100%
}

.main-visual.show {
	opacity: 1;
}

@media screen and (max-width: 736px) {
	.main-visual {
		padding-top: 60px;
	}
}

.home-mainvisual {
	background: url(../images/top/image-mainvisual.jpg) no-repeat center center;
	background-size: cover;
	height: 100%;
	position: relative;
}

@media screen and (max-width: 736px) {
	.home-mainvisual {
		background: url(../images/top/image-mainvisual-sp.jpg) no-repeat center center;
		background-size: cover;
	}
}

.home-mainvisual .maincopy {
	position: absolute;
	top: 44%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	text-align: center;
}

.home-mainvisual .maincopy img {
	height: 49px;
	width: auto;
}

@media screen and (max-width: 736px) {
	.home-mainvisual .maincopy img {
		height: 62px;
		margin: 0 auto;
	}
}

.home-mainvisual .logo {
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.home-mainvisual .logo {
		bottom: 35px;
	}
}

.home-mainvisual .logo img {
	height: auto;
	width: 306px;
}

@media screen and (max-width: 736px) {
	.home-mainvisual .logo img {
		margin: 0 auto;
		width: 274px;
	}
}


/* ---------------------- */
/* about */
/* ---------------------- */

.home-about {
	padding: 460px 0 130px;
	position: relative;
}

@media screen and (max-width: 736px) {
	.home-about {
		padding: 130px 0 55px;
	}
}

.home-about::after {
	background: url(../images/top/imgtxt-scroll.svg) no-repeat center center;
	background-size: 75px 39px;
	content: '';
	height: 39px;
	position: absolute;
	top: 160px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 75px;
}

@media screen and (max-width: 736px) {
	.home-about::after {
		background-size: 60px 33px;
		height: 33px;
		top: 50px;
		width: 60px;
	}
}

.home-about .visual-wrap {
	margin-bottom: 135px;
	padding-bottom: 135px;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.home-about .visual-wrap {
		margin-bottom: 55px;
		padding-bottom: 65px;
	}
}

.home-about .visual-wrap::after {
	background: url(../images/top/icon-decoration.svg) no-repeat center center;
	background-size: 28px 15px;
	content: '';
	height: 15px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 28px;
}

@media screen and (max-width: 736px) {
	.home-about .visual-wrap::after {
		background-size: 24px 12px;
		height: 12px;
		width: 24px;
	}
}

.home-about .visual-wrap > li {
	height: 334px;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.home-about .visual-wrap > li {
		height: 184px;
	}
}

.home-about .visual-wrap > li:nth-child(1) {
	background: url(../images/top/img-about-visual01.jpg) no-repeat center center;
	background-size: cover;
}

.home-about .visual-wrap > li:nth-child(2) {
	background: url(../images/top/img-about-visual02.jpg) no-repeat center center;
	background-size: cover;
}

@media screen and (max-width: 736px) {
	.home-about .visual-wrap > li:nth-child(1) {
		background: url(../images/top/img-about-visual01-sp.jpg) no-repeat center center;
		background-size: cover;
	}

	.home-about .visual-wrap > li:nth-child(2) {
		background: url(../images/top/img-about-visual02-sp.jpg) no-repeat center center;
		background-size: cover;
	}
}

.home-about .visual-wrap > li .content {
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	width: 45.8%;
}

@media screen and (max-width: 736px) {
	.home-about .visual-wrap > li .content {
		width: 45.6%
	}
}

.home-about .visual-wrap > li:nth-child(1) .content {
	left: 0
}

.home-about .visual-wrap > li:nth-child(1) .content img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	height: 78px;
	width: auto;
}

@media screen and (max-width: 736px) {
	.home-about .visual-wrap > li:nth-child(1) .content img {
		height: 38px;
	}
}

.home-about .visual-wrap > li:nth-child(2) .content {
	right: 0
}

.home-about .visual-wrap > li:nth-child(2) .content img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	height: 132px;
	width: auto;
}

@media screen and (max-width: 736px) {
	.home-about .visual-wrap > li:nth-child(2) .content img {
		height: 120px;
	}
}

.home-about .copy {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 38px;
	letter-spacing: 0.2em;
	line-height: 1.8;
	margin-bottom: 80px;
	text-align: center;
	text-indent: 0.2em;
}

@media screen and (max-width: 736px) {
	.home-about .copy {
		font-size: 18px;
		letter-spacing: 0.15em;
		margin-bottom: 55px;
		padding: 0 20px;
		text-indent: 0.15em;
	}
}

.home-about .copy img {
	height: 103px;
	margin: 0 auto;
	width: auto;
}

@media screen and (max-width: 736px) {
	.home-about .copy img {
		height: 106px;
		width: auto;
	}
}

.home-about .text-wrap {
	background: url(../images/top/bg-about.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 195px;
	padding: 75px 0 105px;
}

@media screen and (max-width: 736px) {
	.home-about .text-wrap {
		background: url(../images/top/bg-about-sp.jpg) no-repeat center center;
		background-size: cover;
		margin-bottom: 70px;
		padding: 55px 0 100px;
	}
}

.home-about .text-wrap .text {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	line-height: 2.5;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.home-about .text-wrap .text {
		font-size: 14px;
	}
}

.home-about .about-data {
	margin: 0 auto;
	max-width: 1041px;
	width: 76.2%;
}

@media screen and (max-width: 736px) {
	.home-about .about-data {
		margin: 0 20px;
		width: auto;
	}
}

.home-about .about-data .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

@media screen and (max-width: 736px) {
	.home-about .about-data .wrap {
		margin-bottom: 15px;
	}
}

.home-about .about-data .wrap .list {
	align-items: center;
	border: 1px solid #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 1.8%;
	height: 195px;
	width: 49.1%;
}

@media screen and (max-width: 736px) {
	.home-about .about-data .wrap .list {
		height: 106px;
		margin-bottom: 5px;
		width: 100%;
	}
}

.home-about .about-data .wrap .list:nth-child(3) {
	width: 100%;
}

@media screen and (max-width: 736px) {
	.home-about .about-data .wrap .list:nth-child(3) {
		height: 141px;
	}
}

.home-about .about-data .wrap .list:nth-last-child(-n+2) {
	margin-bottom: 0;
}

@media screen and (max-width: 736px) {
	.home-about .about-data .wrap .list:nth-last-child(-n+2) {
		margin-bottom: 5px;
	}

	.home-about .about-data .wrap .list:last-child {
		margin-bottom: 0;
	}
}

.home-about .about-data .wrap .list .text {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.home-about .about-data .wrap .list .text {
		font-size: 16px;
	}
}

.home-about .about-data .wrap .list .text .tn {
	font-size: 20px;
}

@media screen and (max-width: 736px) {
	.home-about .about-data .wrap .list .text .tn {
		font-size: 11px;
	}
}

.home-about .about-data .wrap .list .text .sm {
	font-size: 25px;
}

@media screen and (max-width: 736px) {
	.home-about .about-data .wrap .list .text .sm {
		font-size: 15px;
	}
}

.home-about .about-data .wrap .list .text .lg {
	font-size: 44px;
}

@media screen and (max-width: 736px) {
	.home-about .about-data .wrap .list .text .lg {
		font-size: 24px;
	}
}

.home-about .about-data .wrap .list .text .md {
	font-size: 29px;
}

@media screen and (max-width: 736px) {
	.home-about .about-data .wrap .list .text .md {
		font-size: 16px;
	}
}

.home-about .about-data .wrap .list .school {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.home-about .about-data .wrap .list .school {
		font-size: 13px;
	}
}

.home-about .about-data .wrap .list .school .sm {
	font-size: 17px;
}

@media screen and (max-width: 736px) {
	.home-about .about-data .wrap .list .school .sm {
		font-size: 10px;
	}
}

.home-about .about-data .wrap .list .school .lg {
	font-size: 38px;
}

@media screen and (max-width: 736px) {
	.home-about .about-data .wrap .list .school .lg {
		font-size: 19px;
	}
}

.home-about .about-data .wrap .list img {
	height: 120px;
	width: auto;
}

@media screen and (max-width: 736px) {
	.home-about .about-data .wrap .list img {
		height: 66px;
	}
}

.home-about .about-data > span {
	color: #c8c8c8;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 736px) {
	.home-about .about-data > span {
		font-size: 12px;
		line-height: 1.8;
	}
}

/* ---------------------- */
/* entry */
/* ---------------------- */

#entry {
	background-color: #181818;
	padding: 145px 0 130px;
	position: relative;
}

@media screen and (max-width: 736px) {
	#entry {
		padding: 70px 0 50px;
	}
}

.home-entry .copy {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 21px;
	letter-spacing: 0.4em;
	margin-bottom: 90px;
	text-align: center;
	text-indent: 0.4em;
}

@media screen and (max-width: 736px) {
	.home-entry .copy {
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: 0.1em;
		margin-bottom: 40px;
		text-indent: 0.1em;
	}
}

.home-entry > .title {
	margin-bottom: 45px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.home-entry > .title {
		margin-bottom: 25px;
	}
}

.home-entry > .title span {
	border-bottom: 1px solid #cb912f;
	color: #cb912f;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 36px;
	letter-spacing: 0.3em;
	margin: 0 auto;
	padding-bottom: 15px;
	text-indent: 0.3em;
	width: 685px;
}

@media screen and (max-width: 736px) {
	.home-entry > .title span {
		font-size: 21px;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
		width: 100%;
	}
}

.home-entry > .text {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 120px;
	text-indent: 0.1em;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.home-entry > .text {
		font-size: 14px;
		margin-bottom: 40px;
	}
}

.home-entry > .text a {
	color: #cb912f;
	text-decoration: underline;
}

.home-entry > .button {
	text-align: center;
}

.home-entry > .button a {
	background-color: rgba(203,145,47,0.5);
	border-radius: 30px;
	color: #fff;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 17px 0 16px;
	text-indent: 0.1em;
	transition: 0.3s;
	width: 408px;
}

@media screen and (max-width: 736px) {
	.home-entry > .button a {
		font-size: 18px;
		padding: 13px 0 12px;
		width: 300px;
	}
}

.home-entry > .button a:hover {
	opacity: 0.7;
}

.home-entry .tel-wrap {
	margin-top: 120px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.home-entry .tel-wrap {
		margin-top: 65px;
	}
}

.home-entry .tel-wrap > .title {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	text-align: center;
	text-indent: 0.1em;
}

@media screen and (max-width: 736px) {
	.home-entry .tel-wrap > .title {
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 25px;
	}
}

.home-entry .tel-wrap > .title span {
	display: block;
	font-size: 16px;
	margin-bottom: 45px
}

@media screen and (max-width: 736px) {
	.home-entry .tel-wrap > .title span {
		font-size: 11px;
		margin-bottom: 15px
	}
}

.home-entry .tel-wrap > span {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}

@media screen and (max-width: 736px) {
	.home-entry .tel-wrap > span {
		font-size: 14px;
		line-height: 1.8;
	}
}

.home-entry .tel-wrap > a {
	display: block;
	margin: 0 auto 40px;
	text-align: center;
	width: 431px;
}

@media screen and (max-width: 736px) {
	.home-entry .tel-wrap > a {
		margin: 0 auto 30px;
		width: 270px;
	}
}

.home-entry .tel-wrap > a img {
	height: auto;
	width: 100%;
}

.home-entry .holiday {
	border: 1px solid #fff;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 2;
	margin: 40px auto 0;
	padding: 15px;
	text-align: center;
	width: 80%;
}

@media screen and (max-width: 736px) {
	.home-entry .holiday {
		font-size: 14px;
		margin: 30px auto 0;
		text-align: justify;
		width: 100%
	}
}

/* ---------------------- */
/* access */
/* ---------------------- */

#map {
	padding: 170px 0 0;
	position: relative;
}

@media screen and (max-width: 736px) {
	#map {
		padding: 60px 0 0;
	}
}

.home-map .copy {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
	letter-spacing: 0.18em;
	line-height: 2.2;
	margin-bottom: 130px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.home-map .copy {
		font-size: 17px;
		line-height: 2;
		margin-bottom: 65px;
	}
}

.home-map .copy img {
	height: 83px;
	margin: 0 auto;
	width: auto;
}

@media screen and (max-width: 736px) {
	.home-map .copy img {
		height: 159px;
	}
}

.home-map .map-wrap .title {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.4em;
	margin-bottom: 20px;
	text-indent: 0.4em;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.home-map .map-wrap .title {
		font-size: 16px;
		margin-bottom: 30px;
	}
}

.home-map .map-wrap .inner {
	background-color: #1e1e1e;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.home-map .map-wrap .inner {
		background-color: transparent
	}
}

.home-map .map-wrap .inner img {
	height: auto;
	margin-right: auto;
    margin-left: auto;
    max-width: 1040px;
    width: 76.1%;
}

@media screen and (max-width: 736px) {
	.home-map .map-wrap .inner img {
		width: 100%;
	}
}

.home-map .access-wrap {
	margin: 100px auto 0;
	max-width: 1040px;
    width: 76.1%;
}

@media screen and (max-width: 736px) {
	.home-map .access-wrap {
		margin: 50px 20px 0;
		width: auto;
	}
}

.home-map .access-wrap .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 55px;
}

@media screen and (max-width: 736px) {
	.home-map .access-wrap .wrap {
		margin-bottom: 30px;
	}
}

.home-map .access-wrap .wrap .list {
	margin-bottom: 40px;
	width: 23.6%
}

@media screen and (max-width: 736px) {
	.home-map .access-wrap .wrap .list {
		margin-bottom: 25px;
		width: 48.2%;
	}
}

.home-map .access-wrap .wrap .list:nth-last-child(-n+4) {
	margin-bottom: 0;
}

@media screen and (max-width: 736px) {
	.home-map .access-wrap .wrap .list:nth-last-child(-n+4) {
		margin-bottom: 25px;
	}

	.home-map .access-wrap .wrap .list:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

.home-map .access-wrap .wrap .list img {
	height: auto;
	margin-bottom: 10px;
	width: 100%;
}

.home-map .access-wrap .wrap .list .text {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 1.5;
}

@media screen and (max-width: 736px) {
	.home-map .access-wrap .wrap .list .text {
		line-height: 1.2;
		letter-spacing: 0.05em;
	}
}

.home-map .access-wrap .wrap .list .text .lg {
	font-size: 20px;
}

@media screen and (max-width: 736px) {
	.home-map .access-wrap .wrap .list .text .lg {
		font-size: 18px;
	}
}

.home-map .access-wrap > span {
	color: #c8c8c8;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 736px) {
	.home-map .access-wrap > span {
		font-size: 12px;
		line-height: 1.8;
	}
}

/* ---------------------- */
/* model */
/* ---------------------- */

#model {
	padding: 190px 0 85px;
	position: relative;
}

@media screen and (max-width: 736px) {
	#model {
		padding: 70px 0 70px;
	}
}

.home-model .title {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 35px;
	letter-spacing: 0.44em;
	margin-bottom: 25px;
	text-align: center;
	text-indent: 0.44em;
}

@media screen and (max-width: 736px) {
	.home-model .title {
		font-size: 20px;
		line-height: 1.6;
		letter-spacing: 0.2em;
		margin-bottom: 15px;
		text-indent: 0.2em;
		text-shadow: none;
	}
}

.home-model > span {
	color: #fff;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	letter-spacing: 0.4em;
	margin-bottom: 120px;
	text-align: center;
	text-indent: 0.4em;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.home-model > span {
		font-size: 16px;
		letter-spacing: 0.2em;
		margin-bottom: 60px;
		text-indent: 0.2em;
	}
}

.home-model > .wrap {
	border: 1px solid #555555;
	display: flex;
	padding: 30px 35px 20px;
}

@media screen and (max-width: 736px) {
	.home-model > .wrap {
		flex-direction: column;
		padding: 20px 15px 25px;
	}
}

.home-model > .wrap .headding {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 27px;
	letter-spacing: 0.2em;
	width: 150px;
}

@media screen and (max-width: 736px) {
	.home-model > .wrap .headding {
		font-size: 20px;
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
	}
}

.home-model > .wrap .text {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	width: calc(100% - 150px);
}

@media screen and (max-width: 736px) {
	.home-model > .wrap .text {
		text-align: justify;
		width: 100%;
	}
}

.home-model > .wrap .text span {
	display: block;
	font-size: 15px;
	margin-top: 3px;
	margin-left: -8px;
}

@media screen and (max-width: 736px) {
	.home-model > .wrap .text span {
		margin-top: 20px;
		text-align: left;
		margin-left: 0;
	}
}