@charset "utf-8";

/* フッタ
-----------------------------------*/

footer {
	padding: 41px 0 36px;
	background: #595757;
	color: #FFF;
	text-align: center;
}

footer .copyright {
	font-size: 12px;
}

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

footer {
	padding: 20px 0;
	font-size: 16px;
}

}

/* メイン
------------------------------------*/

.main {
	position: relative;
	max-width: 1498px;
	margin: 0 auto;
}

.main .bg {
	text-align: center;
}

/* sec01
------------------------------------*/

.sec01 {
	margin: 0 auto;
	padding: 40px 0 160px;
}

.sec01 h2 {
	margin-bottom: 53px;
	text-align: center;
}

.sec01 .video-list li {
	margin-bottom: 146px;
}

.sec01 .video-list li:last-child {
	margin-bottom: 0;
}

.sec01 .video-wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	margin: 0 auto 8px;
}

.sec01 .video-wrap iframe {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
}

.sec01 .video-wrap + p {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

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

.sec01 {
	padding: 20px 0 30px;
}

.sec01 h2 {
	width: 75%;
	margin: 0 auto 25px;
}

.sec01 .video-list li {
	margin-bottom: 32px;
}

.sec01 .video-wrap {
	margin: 0 auto 15px;
}

.sec01 .video-wrap + p {
	font-size: 16px;
}

}

@media screen and (max-width: 374px) {
	.sec01 .video-wrap + p {
		font-size: 14px;
	}
}


/* sec02
------------------------------------*/

.sec02 {
	margin: 0 auto;
	padding-bottom: 58px;
}

.sec02 .bg {
	background-image: url(/yura/kitamoto/20th/images/sec02_bg01.jpg);
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	padding: 50px 0 105px;
}

.sec02 h2 {
	margin-bottom: 77px;
	text-align: center;
}

.sec02 h2 + p {
	text-align: center;
}

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

.sec02 {
	padding-bottom: 20px;
	text-align: center;
}

.sec02 .contents {
	width: 100%;
}

.sec02 .bg {
	background-image: url(/yura/kitamoto/20th/images/sec02_bg01_sp.jpg);
	padding: 7% 0 5%;
}

.sec02 h2 {
	margin: 0 auto 8%;
	max-width: 186px;
	width: 26%;
}

.sec02 h2 + p {
	font-size: 18px;
}

}

/* sec03
------------------------------------*/

.sec03 {
	margin: 0 auto;
	padding-bottom: 46px;
}

.sec03 h2 {
	margin: 40px 0;
	text-align: center;
}

.sec03 .floar {
	margin-bottom: 45px;
}

.sec03 .floar li {
	overflow: hidden;
	margin-bottom: 40px;
}

.sec03 .floar li:last-child {
	margin-bottom: 0;
}

.sec03 .floar li.left-img figure {
	width: 49%;
	float: left;
}

.sec03 .floar li.left-img .txt {
	width: 49%;
	float: right;
}

.sec03 .floar li.right-img figure {
	width: 49%;
	float: right;
}

.sec03 .floar li.right-img .txt {
	width: 49%;
	float: left;
}

.sec03 .floar .txt h3 {
	font-size: 30px;
	font-weight: bold;
	position: relative;
	padding-left: 50px;
	margin-bottom: 13px;
}

.sec03 .floar .txt h3::before {
	content: "";
	position: absolute;
	width: 43px;
	height: 43px;
	background-size: contain;
    background-repeat: no-repeat;
	top: 50%;
    transform: translateY(-50%);
	left: 0;
}

.sec03 .floar .txt p {
	font-size: 20px;
}

.sec03 .link-bt {
	max-width: 500px;
	margin: 0 auto;
}

.sec03 .link-bt a {
	display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 70px 15px 55px;
    background-color: #EAE2C5;
    border-radius: 40px;
    text-align: center;
	text-decoration: none;
	position: relative;
}

.sec03 .link-bt a::after {
	content: "";
	position: absolute;
	width: 19px;
	height: 16px;
	background-image: url(/yura/kitamoto/20th/images/arrow_ic01.svg);
	background-size: contain;
    background-repeat: no-repeat;
	right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.sec03 .link-bt a:hover {
	opacity: .7;
}

.sec03 .kitamoto .bg,
.sec03 .kumagaya {
	padding: 82px 0 74px;
}

.sec03 .tokorozawa {
	padding: 24px 0 74px;
}

.sec03 .tokorozawa .floar .txt h3::before {
	background-image: url(/yura/kitamoto/20th/images/sec03_ic01.svg);
}

.sec03 .tokorozawa .floar li.right-img figure,
.sec03 .kitamoto .floar li.right-img figure {
	width: calc(100% - 330px);
}

.sec03 .tokorozawa .floar li.right-img .txt,
.sec03 .kitamoto .floar li.right-img .txt {
	width: 330px;
}

.sec03 .tokorozawa .floar .right-img .txt p,
.sec03 .kitamoto .floar .right-img .txt p  {
	max-width: 306px;
	padding-right: 10px;
}

.sec03 .kitamoto .bg {
	background-color: #FFFAF2;
}

.sec03 .kitamoto .floar .txt h3::before {
	background-image: url(/yura/kitamoto/20th/images/sec03_ic02.svg);
}

.sec03 .kumagaya .floar .txt h3::before {
	background-image: url(/yura/kitamoto/20th/images/sec03_ic03.svg);
}

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

.sec03 {
	padding-bottom: 20px;
}

.sec03 .bg {
	background: none;
}

.sec03 h2 {
	margin: 20px auto 0;
	max-width: 171px;
	width: 20%;
}

.sec03 .floar {
	margin-bottom: 30px;
}

.sec03 .floar li {
	margin-bottom: 30px;
}

.sec03 .floar li.left-img figure,
.sec03 .floar li.left-img .txt,
.sec03 .floar li.right-img figure,
.sec03 .floar li.right-img .txt {
	width: 100%;
	float: none;
}

.sec03 .floar li.right-img figure,
.sec03 .floar li.left-img figure,
.sec03 .floar li.left-img .txt {
	text-align: center;
}

.sec03 .floar li.right-img .txt {
	text-align: center;
}

.sec03 .floar .txt h3 {
	margin-bottom: 12px;
	padding-left: 30px;
	font-size: 24px;
	display: inline-block;
}

.sec03 .floar .txt h3::before {
	width: 22px;
	height: 22px;
}

.sec03 .floar .txt p {
	font-size: 16px;
	margin-bottom: 18px;
}

.sec03 .tokorozawa .floar li.right-img .txt,
.sec03 .kitamoto .floar li.right-img .txt {
	width: 100%;
}

.sec03 .tokorozawa .floar .right-img .txt p,
.sec03 .kitamoto .floar .right-img .txt p {
	max-width: 100%;
	padding-right: 0;
}

.sec03 .tokorozawa .floar li.right-img figure,
.sec03 .kitamoto .floar li.right-img figure {
	width: 100%;
}

.sec03 .link-bt a {
	font-size: 13px;
	line-height: 1.3;
	padding: 12px 20px 12px 10px;
}

.sec03 .link-bt a::after {
	width: 12.5px;
	height: 11px;
}

.sec03 .tokorozawa {
	padding: 24px 0 43px;
}

.sec03 .kitamoto .bg,
.sec03 .kumagaya {
	padding: 35px 0 40px;
}

}

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

	.sec03 .floar .txt h3 {
		font-size: 22px;
	}

	.sec03 .link-bt a {
		font-size: 10px;
	}
}


/* sec04
------------------------------------*/

.sec04 {
	background-color: #FDEFF5;
	overflow: hidden;
}

.sec04 .request-wrap {
	margin: 64px 0 40px;
	padding: 0 16px 32px;
	text-align: center;
}

.sec04 h2 {
	width: 80%;
	margin: 0 auto 24px;
}

.sec04 .list-request {
	font-size: 0;
	clear: both;
}

.sec04 .list-request > li {
	width: 25%;
	display: inline-block;
	padding: 0 16px;
	margin-top: 16px;
	font-size: 16px;
	vertical-align: top;
}

.sec04 .list-request > li figure > img {
	width: 80%;
}

.sec04 .list-request > li figcaption {
	margin-top: 8px;
}

.sec04 .customer-request dt {
	margin-bottom: 16px;
	color: #C30D23;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.sec04 .customer-request dd {
	text-align: left;
}

.sec04 .list-num > li {
	position: relative;
	margin: 0;
}

@media screen and (min-width: 901px) {

	.slid-sp {
		display: none;
	}
}

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

.sec04 .list-request > li {
	padding: 0 8px;
	margin-top: 16px;
	font-size: 14px;
}

.sec04 .list-request > li:last-child {
	width: auto;
}

}

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

.slid-pc {
	display: none;
}

.sec04 .contents {
	width: 100%;
	max-width: 864px;
	width: 96%;
	padding: 0 24px;
}

.sec04 .request-wrap {
	margin: 35px 0 35px;
	padding: 0;
}

.sec04 h2 {
	width: 90%;
}

.sec04 .list-request {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 32px;
}

.sec04 .list-request .slick-prev {
	left: 8px;
	z-index: 10;
}

.sec04 .list-request .slick-prev::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	border-right: 2px solid #BBBCBC;
	border-bottom: 2px solid #BBBCBC;
	transform: translate(0, -50%) rotate(135deg);
}

.sec04 .list-request .slick-next {
	right: 6px;
	z-index: 10;
}

.sec04 .list-request .slick-next::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	border-right: 2px solid #BBBCBC;
	border-bottom: 2px solid #BBBCBC;
	transform: translate(0, -50%) rotate(-45deg);
}

.sec04 .list-request li {
	width: 100%;
	padding: 0 16px;
	margin-top: 16px;
	font-size: 16px;
	vertical-align: top;
}

.sec04 .list-request li figure > img {
	width: 80%;
	margin: 0 auto;
}

.sec04 .list-request li figcaption {
	margin-top: 16px;
	font-size: 16px;
}

.sec04 .customer-request {
	max-width: 260px;
	margin: 24px auto 0;
}

}

/* sec05
------------------------------------*/

.sec05 {
	padding: 54px 0 85px;
}

.sec05 h2 {
	margin-bottom: 58px;
	text-align: center;
}

.sec05 section:not(:last-child) {
	margin-bottom: 65px;
}

.sec05 .wrap {
	display: flex;
	justify-content: space-between;
}

.sec05 .wrap .map {
	width: 50%;
}

.sec05 .wrap .map iframe {
	width: 100%;
}

.sec05 .wrap .txt {
	width: 50%;
	padding: 40px 0 0 58px;
}

.sec05 .wrap .txt h3 {
	margin-bottom: 48px;
}

.sec05 .wrap .txt ul li:not(:last-child) {
	margin-bottom: 5px;
}

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

	.sec05 {
		padding: 50px 0 35px;
	}

	.sec05 .contents {
		max-width: 767px;
		width: 100%;
		padding: 0;
	}

	.sec05 section:not(:last-child) {
		margin-bottom: 45px;
	}

	.sec05 h2 {
		margin: 0 auto 22px;
		max-width: 144px;
		width: 20%;
	}

	.sec05 .wrap {
		flex-direction: column-reverse;
	}
	
	.sec05 .wrap .txt {
		width: 90%;
		padding: 0 24px;
		text-align: center;
		margin: 0 auto;
	}

	.sec05 .wrap .txt h3 {
		margin: 0 auto 18px;
		width: 66%;
		max-width: 450px;
	}

	.sec05 .wrap .txt ul {
		margin-bottom: 30px;
	}

	.sec05 .wrap .txt ul li:not(:last-child) {
		margin-bottom: 0;
	}

	.sec05 .wrap .map {
		width: 100%;
	}

	.sec05 .wrap .map iframe {
		width: 100%;
	}

}

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

	.sec05 .wrap .txt ul {
		font-size: 14px;
	}
}