/*------------------------------------
.mv
------------------------------------*/
.mv {
	position: relative;
	margin-top: -35px;
	z-index: 0;
}
.mv::after {
	content: "";
	position: absolute;
	top: 35px;
	background-color: #f1f1f1;
	width: 100%;
	height: 38.021vw;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.mv {
		margin: 0;
	}
	.mv::after {
		top: 0;
		height: 500px;
	}
}

/*.mv__wrapper*/
.mv__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 6.51vw;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 3;
}
.mv__wrapper .flex {
	display: flex;
	gap: 10px;
	margin-bottom: 1.04vw; /*20px*/
}
.mv__wrapper .flex li {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 2.6vw; /*50px*/
	font-size: 1.15vw; /*22px*/
	font-weight: 700;
	line-height: 1;
	color: #ff5a89;
	padding: 0 15px;
}
.mv__wrapper .flex li::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 25px;
	filter: url(#crayon);
	z-index: -1;
}
.mv__wrapper .catch {
	font-size: 4.17vw; /*80px*/
	font-weight: 700;
	line-height: 1.1875;
	margin-bottom: 2.08vw; /*40px*/
}
.mv__wrapper .desc {
	font-size: 1.56vw; /*30px*/
	line-height: 1.5;
	margin-bottom: 2.08vw; /*40px*/
}
.mv__wrapper a {
	display: flex;
	align-items: center;
	position: relative;
	background-color: #ff5a89;
	border-radius: 50px;
	max-width: 22.4vw; /*430px*/
	width: 100%;
	height: 5.21vw; /*100px*/
	font-size: 1.3vw; /*25px*/
	font-weight: 700;
	line-height: 1;
	color: #fff;
	padding-left: 2.34vw; /*45px*/
}
.mv__wrapper a::before,
.mv__wrapper a::after {
	content: "";
	position: absolute;
}
.mv__wrapper a::before {
	right: 1.3vw; /*25px*/
	background-color: #fff;
	border-radius: 50%;
	width: 2.6vw; /*50px*/
	height: 2.6vw; /*50px*/
}
.mv__wrapper a::after {
	right: 2.1875vw; /*42px*/
	background-image: url("../images/arrow_pk.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 0.78vw; /*15px*/
	height: 0.78vw; /*15px*/
}
@media screen and (max-width: 768px) {
	.mv__wrapper {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: calc(100% - 7.29vw);
		margin-top: 40px;
	}
	.mv__wrapper .flex {
		margin-bottom: 2.6vw; /*20px*/
	}
	.mv__wrapper .flex li {
		height: 6.51vw; /*50px*/
		font-size: 2.8646vw; /*22px*/
	}
	.mv__wrapper .catch {
		font-size: 10.42vw; /*80px*/
		margin-bottom: 5.21vw; /*40px*/
	}
	.mv__wrapper .desc {
		font-size: 3.91vw; /*30px*/
		margin-bottom: 5.21vw; /*40px*/
	}
	.mv__wrapper a {
		max-width: 80vw;
		height: 16vw;
		font-size: 3.91vw; /*30px*/
		padding-left: 5.86vw; /*45px*/
	}
	.mv__wrapper a::before {
		right: 3.26vw; /*25px*/
		width: 6.51vw; /*50px*/
		height: 6.51vw; /*50px*/
	}
	.mv__wrapper a::after {
		right: 5.47vw; /*42px*/
		width: 1.95vw; /*15px*/
		height: 1.95vw; /*15px*/
	}
}

/*.mv__slider*/
.mv__slider {
	z-index: 2;
}
@media screen and (max-width: 768px) {
	.mv__slider {
		padding-top: 270px;
	}
}


/*------------------------------------
#intro
------------------------------------*/
#intro {
	position: relative;
	overflow: hidden;
	padding: 60px 0 150px;
	z-index: 0;
}
#intro::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: calc(605px - 4000px);
	transform: translateX(-50%);
	background-color: #ffdde0;
	border-radius: 50%;
	width: 4000px;
	height: 4000px;
	z-index: -1;
}
#intro .container {
	max-width: 1260px;
}
#intro h2 {
	font-size: 22px;
	line-height: 1;
	color: #ff5a89;
	text-align: center;
	margin-bottom: 15px;
}
#intro h3 {
	width: fit-content;
	font-size: 40px;
	line-height: 1;
	text-align: center;
	margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
	#intro {
		padding: 50px 0 80px;
	}
	#intro::after {
		bottom: calc(570px - 2000px);
		width: 2000px;
		height: 2000px;
	}
	#intro h2 {
		font-size: 14px;
		margin-bottom: 5px;
	}
	#intro h3 {
		font-size: 22px;
		line-height: 1.3;
		margin-bottom: 20px;
	}
}

/*.intro__wrapper*/
.intro__wrapper .flex {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 160px;
}
.intro__wrapper .flex li {
	position: relative;
	background-color: #f1f1f1;
	border-radius: 20px;
	width: calc((100% - 90px) / 4);
	font-size: 22px;
	line-height: 1.5;
	padding: 30px 90px 30px 30px;
}
.intro__wrapper .flex li::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.intro__wrapper .flex li:first-child::before {
	right: 15px;
	background-image: url("../images/top/intro-img01.svg");
	width: 92px;
	height: 188px;
}
.intro__wrapper .flex li:nth-child(2)::before {
	right: -5px;
	background-image: url("../images/top/intro-img02.svg");
	width: 117px;
	height: 165px;
}
.intro__wrapper .flex li:nth-child(3)::before {
	right: 15px;
	background-image: url("../images/top/intro-img03.svg");
	width: 88px;
	height: 181px;
}
.intro__wrapper .flex li:nth-child(4)::before {
	right: 15px;
	background-image: url("../images/top/intro-img04.svg");
	width: 82px;
	height: 170px;
}
.intro__bottom h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	height: 60px;
	padding: 0 15px;
}
@media screen and (max-width: 768px) {
	.intro__wrapper .flex {
		gap: 20px 15px;
		margin-bottom: 50px;
	}
	.intro__wrapper .flex li {
		border-radius: 10px;
		width: calc((100% - 15px) / 2);
		font-size: 14px;
		padding: 15px 50px 15px 15px;
	}
	.intro__wrapper .flex li::before {
		bottom: -25px;
	}
	.intro__wrapper .flex li:first-child::before {
		right: -5px;
		width: 57px;
		height: 118px;
	}
	.intro__wrapper .flex li:nth-child(2)::before {
		right: -20px;
		width: 73px;
		height: 103px;
	}
	.intro__wrapper .flex li:nth-child(3)::before {
		right: -5px;
		width: 55px;
		height: 113px;
	}
	.intro__wrapper .flex li:nth-child(4)::before {
		right: 0;
		width: 51px;
		height: 106px;
	}
	.intro__bottom h3 {
		height: 70px;
	}
}

/*.intro__bottom*/
.intro__bottom dl:not(:last-child) {
	margin-bottom: 20px;
}
.intro__bottom dt {
	display: flex;
	align-items: center;
	position: relative;
	background-color: #ff5a89;
	border-radius: 5px;
	width: fit-content;
	height: 42px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin-left: 35px;
	padding: 0 15px;
	z-index: 2;
}
.intro__bottom dd {
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	margin-top: -10px;
	padding: 20px 35px;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.intro__bottom dt {
		height: 36px;
		font-size: 16px;
		margin-left: 25px;
		padding: 0 10px;
	}
	.intro__bottom dd {
		padding: 20px 25px;
	}
}


/*------------------------------------
共通タイトル
------------------------------------*/
.ttl {
	font-size: 50px;
	text-align: center;
}
.stt {
	font-size: 30px;
}
.ttl span,
.stt span {
	color: #ff5a89;
}
@media screen and (max-width: 768px) {
	.ttl {
		font-size: 25px;
	}
	.stt {
		font-size: 20px;
	}
}


/*------------------------------------
.more-small
------------------------------------*/
.more-small a {
	display: flex;
	align-items: center;
	position: relative;
	background-color: #ffdde0;
	border-radius: 30px;
	max-width: 250px;
	width: 100%;
	height: 60px;
	padding-left: 35px;
}
.more-small a::after {
	content: "";
	position: absolute;
	right: 20px;
	background-image: url("../images/arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 15px;
	height: 15px;
}
@media screen and (max-width: 768px) {
	.more-small a {
		width: 160px;
		height: 40px;
		padding-left: 20px;
	}
	.more-small a::after {
		width: 10px;
		height: 10px;
	}
}


/*------------------------------------
#about
------------------------------------*/
#about {
	position: relative;
	margin: 160px 0 120px;
	z-index: 0;
}
#about .ttl {
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1260px;
	width: calc(100% - 7.29vw);
	text-align: left;
	z-index: 10;
}
#about .stt {
	margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
	#about {
		margin: 80px 0;
	}
	#about .ttl {
		top: -25px;
	}
	#about .stt {
		margin-bottom: 10px;
	}
}

/*.about__wrapper*/
.about__wrapper {
	position: relative;
	margin-bottom: 50px;
}
.about__wrapper .container {
	display: flex;
	align-items: center;
	max-width: 1260px;
	height: 33.333vw;
}
.about__wrapper .container > * {
	width: 50%;
}
.about__wrapper .img {
	position: absolute;
	top: 0;
	left: 0;
	height: 33.333vw;
}
.about__wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}
.about__wrapper .txt {
	margin-left: auto;
	padding-left: 3.125vw;
}
@media screen and (max-width: 768px) {
	.about__wrapper {
		margin-bottom: 40px;
	}
	.about__wrapper .container {
		display: block;
		width: 100%;
		height: auto;
	}
	.about__wrapper .container > * {
		width: 100%;
	}
	.about__wrapper .img {
		position: static;
		height: auto;
		padding-right: 3.65vw;
	}
	.about__wrapper img {
		height: auto;
	}
	.about__wrapper .txt {
		width: calc(100% - 7.29vw);
		margin: auto;
		padding: 30px 0 0;;
	}
}

/*.about__row*/
.about__row .container {
	display: flex;
	align-items: center;
	max-width: 1400px;
}
.about__row .half {
	width: 50%;
}
.about__row .img {
	order: 2;
}
.about__row .txt {
	order: 1;
	padding: 0 3.125vw 0 3.646vw;
}
.about__row .sign {
	font-size: 22px;
	text-align: right;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.about__row .container {
		display: block;
	}
	.about__row .half {
		width: 100%;
	}
	.about__row .img {
		width: 85%;
		margin: auto;
	}
	.about__row .txt {
		margin-top: 30px;
		padding: 0;
	}
	.about__row .sign {
		font-size: 16px;
		margin-top: 5px;
	}
}


/*------------------------------------
#news
------------------------------------*/
#news {
	padding-bottom: 200px;
}
#news .container {
	display: flex;
	justify-content: space-between;
	gap: 60px;
	max-width: 1260px;
}
#news .ttl {
	text-align: left;
	margin-bottom: 25px;
}
#news .upper {
	flex: 1 1 300px;
	min-width: 0;
}
#news .inner {
	flex: 1 1 900px;
	min-width: 0;
	background-color: #fff;
	border-radius: 25px;
	padding: 20px 60px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#news .inner a {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	padding: 20px 0;
}
#news .inner a:not(:last-child) {
	border-bottom: 1px solid #ddd;
}
#news time {
	flex: 1 1 180px;
	min-width: 0;
	white-space: nowrap;
	letter-spacing: .05em;
	color: #707070;
}
#news p {
	flex: 1 1 570px;
	min-width: 0;
	font-weight: 700;
	color: #ff5a89;
	word-break: break-word;
}
@media screen and (max-width: 768px) {
	#news {
		padding-bottom: 80px;
	}
	#news .container {
		display: block;
	}
	#news .ttl {
		margin: 0;
	}
	#news .upper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}
	#news .inner {
		border-radius: 10px;
		padding: 10px 30px;
	}
	#news .inner a {
		padding: 10px 0;
	}
}


/*------------------------------------
#reasons
------------------------------------*/
#reasons {
	position: relative;
	padding-bottom: 160px;
	z-index: 0;
}
#reasons::after {
	content: "";
	position: absolute;
	top: 40px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f1f1f1;
	z-index: -1;
}
#reasons .ttl {
	margin-bottom: 40px;
}
#reasons .container {
	max-width: 1260px;
}
.reasons__flex {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.reasons__flex li {
	width: calc((100% - 120px) / 3);
}
.reasons__flex img {
	margin-bottom: 30px;
}
.reasons__flex .stt {
	text-align: center;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	#reasons {
		padding-bottom: 70px;
	}
	#reasons .ttl {
		margin-bottom: 20px;
	}
	.reasons__flex {
		gap: 40px;
	}
	.reasons__flex li {
		width: 85%;
		margin: auto;
	}
	.reasons__flex img {
		margin-bottom: 20px;
	}
	.reasons__flex .stt {
		margin-bottom: 10px;
	}
}


/*------------------------------------
#point
------------------------------------*/
#point {
	padding: 160px 0;
}
#point .ttl {
	margin-bottom: 50px;
}
#point .container {
	max-width: 1600px;
}
.point__flex {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
.point__flex li {
	width: calc((100% - 100px) / 3);
}
.point__flex img {
	margin-bottom: 30px;
}
.point__flex .stt {
	text-align: center;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	#point {
		padding: 70px 0;
	}
	#point .ttl {
		margin-bottom: 20px;
	}
	.point__flex {
		gap: 40px;
	}
	.point__flex li {
		width: 95%;
		margin: auto;
	}
	.point__flex img {
		margin-bottom: 20px;
	}
	.point__flex .stt {
		margin-bottom: 10px;
	}
}


/*------------------------------------
#day
------------------------------------*/
#day {
	position: relative;
	z-index: 0;
}
#day .container {
	max-width: 900px;
	padding-bottom: 160px;
}
#day .ttl {
	margin-bottom: 40px;
}
.day-list li {
	display: flex;
	position: relative;
}
.day-list li:not(:last-child) {
	margin-bottom: 50px;
}
.day-list li::after {
	content: "";
	position: absolute;
	top: 0;
	left: 45px;
	background-color: #f1f1f1;
	width: 2px;
	height: calc(100% + 50px);
	z-index: 1;
}
.day-list li:last-child::after {
	height: 100%;
}
.day-list time {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	background-color: #f1f1f1;
	border-radius: 50%;
	width: 92px;
	height: 92px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	margin-right: 38px;
	z-index: 2;
}
.day__inner {
	display: flex;
	gap: 60px;
}
.day__inner .img {
	order: 2;
	flex: 0 1 400px;
	max-width: 400px;
}
.day__inner img {
	display: block;
	width: 100%;
	height: auto;
}
.day__inner .txt {
	order: 1;
	flex: 1 1 310px;
	min-width: 0;
}
.day__inner .stt {
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	#day .container {
		padding-bottom: 70px;
	}
	.day-list li:not(:last-child) {
		margin-bottom: 40px;
	}
	.day-list li::after {
		left: 29px;
		height: calc(100% + 40px);
	}
	.day-list time {
		width: 60px;
		height: 60px;
		font-size: 15px;
		margin-right: 16px;
	}
	.day__inner {
		display: block;
		width: calc(100% - 60px - 16px);
	}
	.day__inner .img {
		margin-bottom: 20px;
	}
	.day__inner .stt {
		margin-bottom: 10px;
	}
}


/*------------------------------------
.gallery
------------------------------------*/
.gallery {
	position: relative;
	overflow: hidden;
	padding-bottom: 160px;
	z-index: 0;
}
.gallery::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: calc(605px - 4000px);
	transform: translateX(-50%);
	background-color: #ffdde0;
	border-radius: 50%;
	width: 4000px;
	height: 4000px;
	z-index: -1;
}
.gallery .container {
	max-width: 900px;
}
.gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.gallery__slider .slick-next,
.gallery__slider .slick-prev {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ff5a89;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	z-index: 1;
}
.gallery__slider .slick-next::before,
.gallery__slider .slick-prev::before {
	content: "";
	background-image: url("../images/arrow_wh.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 24px;
	height: 24px;
}
.gallery__slider .slick-prev::before {
	transform: scale(-1, 1);
}
.gallery__slider li {
	aspect-ratio: 3 / 2;
}
.gallery__thumbnail {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 5px;
	margin-top: 30px;
}
.gallery__thumbnail li {
	position: relative;
	cursor: pointer;
	aspect-ratio: 3 / 2;
}
.gallery__thumbnail li::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 3px solid #ff5a89;
	opacity: 0;
	transition: opacity .5s ease;
}
.gallery__thumbnail li.is-current::after {
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.gallery {
		padding-bottom: 70px;
	}
	.gallery::after {
		bottom: calc(400px - 2000px);
		width: 2000px;
		height: 2000px;
	}
	.gallery__slider .slick-next,
	.gallery__slider .slick-prev {
		width: 40px;
		height: 40px;
	}
	.gallery__slider .slick-next {
		right: -10px;
	}
	.gallery__slider .slick-prev {
		left: -10px;
	}
	.gallery__slider .slick-next::before,
	.gallery__slider .slick-prev::before {
		width: 12px;
		height: 12px;
	}
	.gallery__thumbnail {
		grid-template-columns: repeat(4, 1fr);
		margin-top: 20px;
	}
}


/*------------------------------------
.banner
------------------------------------*/
.banner {
	padding: 120px 0;
}
.banner .container {
	max-width: 1260px;
}
@media screen and (max-width: 768px) {
	.banner {
		padding: 30px 0;
	}
}


/*------------------------------------
#teachers
------------------------------------*/
#teachers {
	position: relative;
	background-color: #f1f1f1;
	padding: 120px 0;
	z-index: 0;
}
#teachers .container {
	max-width: 1260px;
}
#teachers .ttl {
	margin-bottom: 40px;
}
.teachers-list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.teachers-list li {
	width: calc((100% - 120px) / 3);
}
.teachers-list h3 {
	position: relative;
	font-size: 1.04vw; /*20px*/
	color: #fff;
	margin: -2.86vw 0 0 1.3vw; /*-55px 25px*/
	z-index: 1;
}
.teachers-list h3 span {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ff5a89;
	width: fit-content;
	height: 42px;
	padding: 0 15px;
}
.teachers-list .stt {
	font-weight: 700;
	text-align: center;
	margin-top: 15px;
}
@media screen and (max-width: 768px) {
	#teachers {
		padding: 50px 0;
	}
	#teachers .ttl {
		margin-bottom: 20px;
	}
	.teachers-list {
		gap: 40px;
	}
	.teachers-list li {
		width: 80%;
		margin: auto;
	}
	.teachers-list h3 {
		font-size: 3.91vw; /*30px*/
		margin: -13.02vw 0 0 3.26vw; /*-100px 25px*/
	}
	.teachers-list h3 span {
		height: 36px;
		padding: 0 10px;
	}
	.teachers-list .stt {
		margin-top: 8px;
	}
}


/*------------------------------------
#nyuen
------------------------------------*/
#nyuen {
	padding: 120px 0;
}
@media screen and (max-width: 768px) {
	#nyuen {
		padding: 80px 0;
	}
}

/*.nyuen__wrapper*/
.nyuen__wrapper {
	position: relative;
	margin-bottom: 120px;
}
.nyuen__wrapper .container {
	display: flex;
	align-items: center;
	max-width: 1260px;
	height: 33.333vw;
}
.nyuen__wrapper .container > * {
	width: 50%;
}
.nyuen__wrapper .img {
	position: absolute;
	top: 0;
	right: 0;
	height: 33.333vw;
}
.nyuen__wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}
.nyuen__wrapper .txt {
	padding-right: 3.125vw;
}
.nyuen__wrapper .ttl {
	text-align: left;
	margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
	.nyuen__wrapper {
		margin-bottom: 50px;
	}
	.nyuen__wrapper .container {
		display: block;
		width: 100%;
		height: auto;
	}
	.nyuen__wrapper .container > * {
		width: 100%;
	}
	.nyuen__wrapper .img {
		position: static;
		height: auto;
		padding-left: 3.65vw;
	}
	.nyuen__wrapper img {
		height: auto;
	}
	.nyuen__wrapper .txt {
		width: calc(100% - 7.29vw);
		margin: auto;
		padding-top: 30px;
	}
	.nyuen__wrapper .ttl {
		margin-bottom: 10px;
	}
}

/*#requirements*/
#requirements {
	margin-bottom: 120px;
}
#requirements .container {
	max-width: 900px;
}
#requirements .stt {
	text-align: center;
	margin-bottom: 50px;
}
#requirements .inner {
	background-color: #fff;
	border-radius: 25px;
	padding: 20px 60px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
	#requirements {
		margin-bottom: 50px;
	}
	#requirements .stt {
		margin-bottom: 20px;
	}
	#requirements .inner {
		border-radius: 10px;
		padding: 10px 30px;
	}
}

/*#access*/
#access .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1260px;
}
#access .half {
	width: 50%;
}
#access iframe {
	display: block;
	border-radius: 20px;
	max-width: 630px;
	width: 100%;
	height: 250px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	margin-top: 15px;
}
#access .img .more-small {
	display: none;
}
#access .txt {
	padding-left: 3.646vw;
}
#access .stt {
	margin-bottom: 20px;
}
#access .more-small {
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	#access .half {
		width: 100%;
	}
	#access .img {
		order: 2;
	}
	#access .img .more-small {
		display: block;
	}
	#access .img .more-small a {
		margin: auto;
	}
	#access .txt {
		order: 1;
		margin-bottom: 20px;
		padding: 0;
	}
	#access .stt {
		text-align: center;
	}
	#access .data dl:first-child {
		border-top: 1px solid #ddd;
	}
	#access .txt .more-small {
		display: none;
	}
}


/*------------------------------------
#contact
------------------------------------*/
#contact {
	padding: 160px 0;
}
@media screen and (max-width: 768px) {
	#contact {
		padding: 70px 0;
	}
}
