@charset "UTF-8";

main {
	width: 100vw;
	overflow-x: hidden;
}

/*===== index =====*/
#hero {
	position: relative;
	top: 0;
	left: 0;
	background: url(../img/hero_img_pc.jpg) no-repeat center center;
	background-size: 100% auto;
	height: 100vh;
	width: 100vw;
	min-width: 1260px;
	min-height: 560px;
	z-index: 0;
}

#hero h1 {
	display: none;
}

#hero .hero_btm {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
}

@keyframes btnmove {
	0% {
		transform: translate(0, 0px);
		opacity: 0;
	}

	20% {
		transform: translate(0, 0px);
		opacity: 0;
	}

	40% {
		transform: translate(0, 20px);
		opacity: 1;
	}

	90% {
		transform: translate(0, 20px);
		opacity: 1;
	}

	100% {
		transform: translate(0, 20px);
		opacity: 0;
	}
}

#hero .btn {
	animation-name: btnmove;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 5s;
}

#hero .news {
	background-color: #c8161d;
	width: 100%;
	margin-top: 40px;
}

#hero .news dl {
	display: flex;
	justify-content: center;
	color: #fff;
	margin: 0;
	padding: 0;
	padding: 35px 0 20px 0;
}

#hero .news dl dt {
	font-size: 45px;
	margin-top: -20px;
	margin-right: 40px;
}

#hero .news dl dd {
	font-weight: bold;
}

#hero .news dl dd span {
	font-size: 14px;
	margin-right: 20px;
	letter-spacing: 1px;
}

#hero .news dl dd a {
	color: #fff;
}

#hero .news dl dd a:hover {
	color: #e5d9a7;
}

@media screen and (max-width: 767px) {
	#hero {
		background: url(../img/hero_img_sp.jpg) no-repeat center center;
		background-size: 100% auto;
		min-width: auto;
		min-height: calc(var(--vh, 1vh) * 100);
		height: auto;
	}

	#hero .btn img {
		width: 20vw;
	}

	#hero .news {
		margin-top: 10vw;
	}

	#hero .news dl {
		justify-content: flex-start;
		padding: 4vw;
	}

	#hero .news dl dt {
		display: flex;
		align-items: center;
		font-size: 10vw;
		border-right: 1px solid #fff;
		margin-top: 0;
		margin-right: 5vw;
		padding-right: 5vw;
	}

	#hero .news dl dd {
		text-align: left;
		font-size: 3.4vw;
	}

	#hero .news dl dd span {
		display: block;
		font-size: 3.4vw;
		margin-right: 0;
	}
}

#index h2 {
	font-size: 100px;
	letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
	#index h2 {
		font-size: 15vw;
	}
}


/*===== sec001 =====*/
#sec001 {
	padding-top: 80px;
	padding-bottom: 80px;
}

#sec001 h3 {
	margin-top: 35px;
}

#sec001 p {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8em;
	margin-top: 30px;
}

#sec001 p strong {
	display: block;
	color: #c8161d;
	font-size: 28px;
	margin-bottom: 25px;
}

#sec001 .illust {
	margin-top: -430px;
}

#sec001 .end {
	position: relative;
	width: 96%;
	min-width: 1200px;
	max-width: 1300px;
	margin: 0 auto;
}

#sec001 .btn {
	position: absolute;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 767px) {
	#sec001 {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

	#sec001 .txt {
		width: 98%;
		margin: 0 auto;
	}

	#sec001 h3 {
		font-size: 6vw;
		margin: 0 auto;
		margin-top: 1.5em;
		width: 90%;
	}

	#sec001 p {
		font-size: 4.2vw;
		margin-top: 1.5em;
	}

	#sec001 p strong {
		font-size: 5.8vw;
		margin-bottom: .5em;
		text-align: center;
	}

	#sec001 .illust {
		margin-top: 5vw;
	}

	#sec001 .end {
		width: 100%;
		min-width: auto;
	}

	#sec001 .btn {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 10vw;
	}

	#sec001 .btn img {
		width: 70%;
	}
}



/*===== sec002 =====*/
#sec002 .innr {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#sec002 .innr h3 {
	width: 50%;
}

#sec002 .innr h3.wide {
	width: 100%;
}

#sec002 .innr h3 img {
	width: 100%;
	height: auto;
}


#sec002 .illust {
	position: absolute;
	top: 22vw;
	left: 8vw;
	right: 0;
	margin: 0 auto;
}

#sec002 a:hover img {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	#sec002 .innr {
		display: block;
	}

	#sec002 .innr h3 {
		width: 100%;
	}

	#sec002 .illust {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: 70%;
		margin: 5vw auto;
	}

	#sec002 a:hover img {
		opacity: 1;
	}
}



/*===== sec003 =====*/
#sec003 {
	padding-top: 80px;
	padding-bottom: 80px;
}

#sec003 .box {
	display: flex;
	width: 90%;
	max-width: 1480px;
	min-width: 1100px;
	margin: 0 auto;
	margin-top: 50px;
	min-height: 270px;
}

#sec003 .box .txt {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	min-width: 640px;
	text-align: left;
	background-color: #c8161d;
	padding: 40px 0 40px 40px;
}

@media screen and (max-width: 767px) {
	#sec003 {
		padding-top: 5vw;
		padding-bottom: 10vw;
	}

	#sec003 .box {
		display: block;
		width: 90%;
		min-width: auto;
		margin: 0 auto;
		margin-top: 10vw;
	}

	#sec003 .box .txt {
		width: 100%;
		min-width: auto;
		padding: 8vw;
	}
}


#sec003 .box .txt h4 {
	color: #fff;
	font-size: 36px;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	letter-spacing: 5px;
	line-height: 1em;
	margin-top: 15px;
}

#sec003 .box .txt h4 span {
	display: block;
	font-size: 26px;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 1px;
	margin-top: .2em;
}

#sec003 .box .txt address {
	color: #fff;
	font-style: normal;
	margin-top: 10px;
}

#sec003 .box .photo {
	background: url(../img/003_img.jpg) no-repeat center center;
	background-size: cover;
	width: 50%;
}

#sec003 .box .photo.ph02 {
	background: url(../img/003_img_2.jpg) no-repeat center bottom;
	background-size: cover;
	width: 50%;
}

#sec003 .box .photo.ph03 {
	background: url(../img/003_img_3.jpg) no-repeat center center;
	background-size: cover;
	width: 50%;
}

#sec003 .box .txt .illust {
	position: absolute;
	top: 100px;
	right: 10px;
}

#sec003 .btn {
	margin-top: 50px;
}

@media screen and (max-width: 1600px) {
	#sec003 .box .txt h4 {
		font-size: 34px;
	}

	#sec003 .box .txt h4 span {
		font-size: 24px;
	}
}

@media screen and (max-width: 1500px) {
	#sec003 .box .txt h4 {
		letter-spacing: 3px;
		font-size: 32px;
	}

	#sec003 .box .txt h4 span {
		font-size: 23px;
	}
}

@media screen and (max-width: 767px) {
	#sec003 .box {
		display: block;
		width: 90%;
		min-width: auto;
		margin: 0 auto;
		margin-top: 10vw;
	}

	#sec003 .box .txt {
		width: 100%;
		min-width: auto;
		padding: 8vw;
		padding-bottom: 35vw;
	}

	#sec003 .box .photo {
		width: 100% !important;
		height: 50vw !important;
	}

	#sec003 .box .txt .illust {
		position: absolute;
		top: auto;
		width: 35vw;
		bottom: -10vw;
		right: 25vw;
	}

	#sec003 .box .txt h4 {
		font-size: 8vw;
		line-height: 1.2em;
		margin-top: .5em;
	}

	#sec003 .box .txt h4 span {
		font-size: 5vw;
		margin-top: 0;
	}

	#sec003 .box .txt address {
		font-size: 4vw;
		margin-top: .5em;
		letter-spacing: 1px;
		line-height: 1.8em;
	}

	#sec003 .btn {
		margin-top: 10vw;
	}

	#sec003 .btn img {
		width: 80%;
	}
}


.youtubewrap {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.youtubebox {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtubebox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.youtubewrap {
		width: 90%;
		padding-bottom: 15vw;
	}
}