@charset "UTF-8";
/* CSS Document */
/* mainArea
================================================== */
#mainArea {
	position: relative;
	padding: 20px 0 0;
}
#mainBg {
	position: absolute;
	z-index: -1;
	width: 100%;
	top: 0;
	left: 0;
}
#mainTit {
	max-width: 800px;
	margin: 0 auto;
	    padding: 15% 5%;
}
@media screen and (max-width: 639px) {
	#mainTit {
		padding: 36% 5% 43%;
	}
}
#mainTit h1 {
	font-size: 360%;
	text-align: center;
	color: #fff;
	padding-bottom: 2%;
	font-weight: 700;
	display: flex;
	align-items: center;
	text-shadow: #777 0 0 10px;
}
#mainTit h1:before,
#mainTit h1:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #fff;
}
#mainTit h1:before {
	margin-right: 1rem;
}
#mainTit h1:after {
	margin-left: 1rem;
}
#mainTit h2 {
	font-size: 160%;
	text-align: center;
	line-height: 240%;
	color: #fff;
}
@media screen and (max-width: 1000px) {
	#mainTit h1 {
		font-size: 5.5vw;
	}
	#mainTit h2 {
		font-size: 2.5vw;
	}
}
@media screen and (max-width: 639px) {
	#mainTit h1 {
		font-size: 160%;
		line-height: 140%;
	}
	#mainTit h2 {
		font-size: 4vw;
	}
}
/* topArea
================================================== */
#topArea {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 5%;
}
#topBox {
	background-color: #fff;
	padding: 3% 5% 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
}
@media screen and (max-width: 639px) {
	#topArea {
		background-color: #fff;
	}
	#topBox {
		padding: 0 0 5%;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
}
#topArea p {
	padding-bottom: 2.5%;
	line-height: 200%;
}
@media screen and (max-width: 639px) {
	#topArea p {
		padding-bottom: 5%;
	}
}
#topArea p.bold {
	font-weight: 500;
}
#topArea .decoBox {
	padding-bottom: 2.5%;
}
@media screen and (max-width: 639px) {
	#topArea .decoBox {
		padding-bottom: 5%;
	}
}
#topArea .decoBox p.deco {
	font-weight: 700;
	font-size: 140%;
	padding-bottom: 0;
	border-bottom: dotted 1px #ccc;
}
#topArea .decoBox p.deco br {
	display: none;
}
#topArea .decoBox p.deco .sTxt {
	font-size: 80%;
}
@media screen and (max-width: 639px) {
	#topArea .decoBox p.deco {
		font-size: 100%;
		border-bottom: dotted 1px #ccc;
		line-height: 150%;
		padding: 3% 0;
	}
	#topArea .decoBox p.deco:first-child {
		padding: 0 0 3%;
	}
	#topArea .decoBox p.deco br {
		display: block;
	}
}
#topArea .decoBox p.deco .mark {
	color: #cc0000;
	font-size: 160%;
}
#topArea .decoBox p.deco .red {
	color: #cc0000;
}
#topArea .kakomi {
	margin-bottom:2.53%;
	padding: 2.5% 2.5% 0;
	background-color: #F6F4F5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
@media screen and (max-width: 639px) {
	#topArea .kakomi {
		background-color: #fff;
		padding: 0;
		margin-bottom: 0;
	}
}
#topBox .imgM{
	width: 50%;
	margin: 0 auto;
}
@media screen and (max-width: 639px) {
	#topBox .imgM{
		width: 100%;
	}
}
/* titArea
================================================== */
.titArea {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 5%;
}
/* titBox
================================================== */
.titBox {
	padding: 2.5% 0;
}
.titBox h2 {
	font-size: 180%;
	padding-bottom: 2.5%;
	font-weight: 500;
	border-bottom: solid 5px #ddd;
	position: relative;
	line-height: 140%;
}
.titBox h2 span {
	font-size: 70%;
}
.titBox h2:after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: solid 5px #cc0000;
	bottom: -5px;
	width: 35%;
	transform: translateX(0);
	animation: border_anim 1.5s linear forwards;
}
@keyframes border_anim {
  0%{
    width: 0%;
  }
  100%{
    width: 35%;
  }
}
@media screen and (max-width: 1000px) {
	.titBox h2 {
		font-size: 3vw;
	}
}
@media screen and (max-width: 639px) {
	.titBox {
		padding: 10% 0 12%;
	}
	.titBox h2 {
		font-size: 130%;
		padding-bottom: 6%;
	}
}
.titBox h3 {
	font-size: 120%;
	padding-bottom: 2.5%;
	font-weight: 500;
	border-bottom: solid 3px #ddd;
	position: relative;
}
.titBox h3:after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: solid 3px #cc0000;
	bottom: -3px;
	width: 20%;
	transform: translateX(0);
	animation: border_anim_l 1.5s linear forwards;
}
@keyframes border_anim_l {
  0%{
    width: 0%;
  }
  100%{
    width: 20%;
  }
}
@media screen and (max-width: 1000px) {
	.titBox h3 {
		font-size: 2.5vw;
	}
}
@media screen and (max-width: 639px) {
	.titBox {
		padding: 10% 0 12%;
	}
	.titBox h3 {
		font-size: 100%;
		padding-bottom: 6%;
	}
}
/* slideArea
================================================== */
#slideArea {
	position: absolute;
	z-index: -1;
	width: 100%;
	top: 0;
	left: 0;
}
/* slideBox
================================================== */
#slideBox {
	position: relative;
	z-index: 1;
}
/* ------ スライダー ------ */
@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.25);
	}
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
	animation: zoomUp 10s linear 0s 1 normal both;  
}
//imgタグだと下に隙間ができるのでblockに。
.slide-img img{
	display: block;
}

/* owl carousel
================================================== */
.owl-theme .owl-nav {
	margin-top: 3% !important;
	width: 100%;
	top: 0;
	left: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	width: 10%;
	margin: 0 0 0 40%;
	height: 100%;
	background: 0 0;
	color: inherit;
	padding: 0 !important;
	font: inherit;
	background-color: #efefef !important;
}
.owl-carousel .owl-nav button.owl-next:first-child, .owl-carousel .owl-nav button.owl-prev:first-child {
	margin: 0 40% 0 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ea5205!important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 1%;
    position: absolute;
    width: 100%;
}
@media screen and (max-width: 800px) {
	.owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: 0!important;
	}
	.owl-theme .owl-dots .owl-dot span {
		width: 5px!important;
		height: 5px!important;
		margin: 5px 5px;
	}
}
/* contentArea
================================================== */
.contentArea {
	max-width: 1080px;
	margin: 0 auto;
	padding: 3% 5% 7%;
}
/* bottomTit
================================================== */
.bottomTit {
	margin: 10% 0 5%;
}
@media screen and (max-width: 639px) {
	.bottomTit {
		margin: 15% 0 5%;
	}
}
.bottomTit h2 {
	font-size: 120%;
	font-weight: 500;
	line-height: 100%;
	display: flex;
	align-items: center;
}
.bottomTit h2:after {
	border-top: 5px double #444;
	content: "";
	flex-grow: 1;
	margin-left: 2%;
}

@media screen and (max-width: 639px) {
	.bottomTit h2 {
		font-size: 100%;
	}
}
/* messageArea
================================================== */
#messageArea {
	background-color: #fff;
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
}
.messageImgBox {
	float: left;
	width: 50%;
	overflow: hidden;
}
@media screen and (max-width: 700px) {
	.messageImgBox {
		float: none;
		width: 100%;
	}
}
.messageImgBox:hover img {
	width: 100%;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.messageImgBox img {
	width: 100%;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background, border, color, fill, content, opacity, -webkit-transform;
	transition-property: background, border, color, fill, content, opacity, -webkit-transform;
	transition-property: background, border, color, transform, fill, content, opacity;
	transition-property: background, border, color, transform, fill, content, opacity, -webkit-transform;
}
#messageTxtBox {
	float: right;
	width: 50%;
}
@media screen and (max-width: 700px) {
	#messageTxtBox {
		float: none;
		width: 100%;
	}
}
.messageTxtTitBox {
  padding: 2% 5%;
  border-bottom: 1px solid #b20000;
}
.messageTxtTitBox h3{
	font-size: 80%;
}
.messageTxtTitBox p{
	font-size: 130%;
	font-weight: 500;
}
.messageLeadBox {
  padding: 2% 5% 5%;
}
.messageLeadBox p{
  padding: 0 0 5%;
	line-height: 200%;
}
.messageBtn {
	position: relative;
	display: inline-block;
	border: solid 1px #222;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	text-align: center;
	margin: 5% 0 0;
}
.messageBtn:hover {
	border: solid 1px #b20000;
	transition: .3S;
	-webkit-transition: .3s;
}
.messageBtn a {
	padding: 5px 25px 5px 35px;
	color: #222;
	display: block;
	font-size: 80%;
	font-weight: 500;
}
.messageBtn:hover a {
	transition: .3S;
	-webkit-transition: .3s;
	color: #fff;
	background-color: #b20000;
}
.messageBtn .btn-border:before {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
	font-family: 'Material Symbols Outlined';
	content: "\eaaa";
	-webkit-transform: translateX(10px) translateY(5px);
	transform: translateX(10px) translateY(5px);
}
.messageBtn:hover .btn-border:before {
	-webkit-transform: translateX(16px) translateY(5px);
	transform: translateX(16px) translateY(5px);
	color: #fff;
}
/* contentBlock
================================================== */
.contentBlock {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
/* contentBoxArea
================================================== */
#contentBoxArea {
	padding-top: 5%;
}
.contentBox {
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
	max-width: 30%;
	margin-bottom: 3.33%;
	text-align: left;
	background: #fff;
}
.contentBox:not(:nth-child(3n+3)) {
	margin-right: 5%;
}
@media screen and (max-width: 700px) {
	.contentBox {
		max-width: 48%;
		margin-bottom: 4%;
	}
	.contentBox {
		width: 100%;
		padding: 0;
	}
	.contentBox:not(:nth-child(3n+3)) {
		margin-right: 0;
	}
	.contentBox:nth-child(2n) {
		margin-left: 4%;
	}
}
.contentBox a {
	display: block;
	color: #222;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
.contentBox a:hover {
	color: #fff;
	background: #cc0000;
}
.contentBox a:hover .contentBoxImg img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.contentBoxImg {
	overflow: hidden;
}
.contentBoxImg img {
	-webkit-transition: all 500ms;
	transition: all 500ms;
	width: 100%;
}
.contentBoxTit {
	letter-spacing: 0;
	padding: 26px 16px;
	font-weight: 500;
}
@media screen and (max-width: 700px) {
	.contentBoxTit {
		font-size: 90%;
	}
}
/* imgArea
================================================== */
.imgArea {
}
.imgArea .imgBox {
	float: left;
	width: 44%;
	padding-bottom: 2.5%;
}
.imgArea .imgBox:last-child {
	float: right;
	width: 44%;
}
@media screen and (max-width: 700px) {
	.imgArea .imgBox {
		float: none;
		width: 80%;
		margin: 0 auto;
		padding-bottom: 5%;
	}
	.imgArea .imgBox:last-child {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
}
/* mTit
================================================== */
.mTit h4 {
	font-size: 110%;
	padding-bottom: 2.5%;
	font-weight: 700;
	color: #cc0000;
	text-align: center;
}
@media screen and (max-width: 700px) {
	.mTit h4 {
		font-size: 100%;
		padding-bottom: 2.5%;
		font-weight: 700;
		color: #cc0000;
		text-align: center;
	}
}
/* messageBtn2
================================================== */
.messageBtn2 {
	position: relative;
	display: inline-block;
	border: solid 1px #222;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 2px%;
}
.messageBtn2:hover {
	border: solid 1px #b20000;
	transition: .3S;
	-webkit-transition: .3s;
}
.messageBtn2 a {
	padding: 5px 25px 5px 35px;
	color: #222;
	display: block;
	font-size: 80%;
	font-weight: 500;
}
.messageBtn2:hover a {
	transition: .3S;
	-webkit-transition: .3s;
	color: #fff;
	background-color: #b20000;
}
.messageBtn2 .btn-border:before {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
	font-family: 'Material Symbols Outlined';
	content: "\e02e";
	-webkit-transform: translateX(10px) translateY(5px);
	transform: translateX(10px) translateY(5px);
}
.messageBtn2:hover .btn-border:before {
	-webkit-transform: translateX(16px) translateY(5px);
	transform: translateX(16px) translateY(5px);
	color: #fff;
}



