@charset "UTF-8";
/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/
html {}
body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	width: 100%;
	height: auto !important;
	display: block;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}
/*---------------------------------------------
	body
  ---------------------------------------------*/
body {
	text-align: left;
	-webkit-text-size-adjust: none;
}
/*---------------------------------------------
	Anchor
  ---------------------------------------------*/
a {
	outline: none;
}
a:link {
	text-decoration: none;
	color: #56a5af;
}
a:visited {
	text-decoration: none;
	color: #56a5af;
}
a:hover {
	text-decoration: none;
	color: #292F33;
	transition: .3s;
}
a:active {
	text-decoration: none;
	color: #292F33;
}
/*---------------------------------------------
	clearfix
  ---------------------------------------------*/
.clearfix:after {
	content: "."; /* 新しいコンテンツ */
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; /* 非表示に */
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
/* ------ General Settings ------ */
html {
	*overflow-x: hidden;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	line-height: 1px;
	transition: .3s;
}
.forPc {
	display: block;
}
.forMobile {
	display: none;
}
@media screen and (max-width: 639px) {
	.forPc {
		display: none;
	}
	.forMobile {
		display: block;
	}
}
/* ------ webfont ------ */
/* 日本語フォント */
body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 160%;
	color: #222;
	text-align: left;
	-webkit-text-size-adjust: none;
}
/* 指定英字フォント */
.webfontL {
	font-family: 'Roboto', sans-serif !important;
	font-weight: bold;
}
.webfontS {
	font-family: 'Roboto', sans-serif !important;
	font-weight: normal;
}
/* ------ ライン ------ */
/* leftLine */
.leftLine {
	line-height: 100%;
	display: flex;
	align-items: center;
}
.leftLine:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
	margin-left: 2%;
}
/* 左右ライン */
.wLine {
	display: flex;
	align-items: center;
}
.wLine:before, .wLine:after {
	content: "";
	height: 2px;
	flex-grow: 1;
	background-color: #fff;
}
.wLine:before {
	margin-right: 1rem;
}
.wLine:after {
	margin-left: 1rem;
}
/* ------ inview アニメーション ------ */
/* fadeIn */
.fadeIn {
	opacity: 0;
	transition: 2s;
}
.fadeIn.is-show {
	opacity: 1;
}
/* fadeIn_up */
.fadeIn_up {
	opacity: 0;
	transform: translate(0, 30px);
	transition: 1.5s;
}
.fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
/* fadeIn_left */
.fadeIn_left {
	opacity: 0;
	transform: translate(-10%, 0);
	transition: 3s;
}
.fadeIn_left.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
/* fadeIn_right */
.fadeIn_right {
	opacity: 0;
	transform: translate(10%, 0);
	transition: 3s;
}
.fadeIn_right.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
/* headArea
================================================== */
#headArea {
	position: fixed;
	width: 100%;
	z-index: 1000;
}
/* navArea
================================================== */
#navArea {
	padding: 0;
	width: 100%;
	min-width: 1080px;
	background-color: #fff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
}
#navArea img {
	height: 100% !important;
	width: auto !important;
}
#navArea .pageLogoL {
	float: left;
	height: 30px;
	width: auto;
	margin: 15px 0 0 5%;
}
@media screen and (max-width: 639px) {
	#navArea {
		min-width: inherit;
	}
	#navArea .pageLogoL {
		height: 30px;
	}
}
/* navBtn
================================================== */
.navBtn {
	float: left;
	margin: 15px 0 0 20px;
	padding-top: 3px;
}
@media screen and (max-width: 1200px) {
	.navBtn {
		margin: 15px 0 0 15px;
	}
}
@media screen and (max-width: 639px) {
	.navBtn {
		display: none;
	}
}
.navBtn a {
	color: #222;
	font-size: 100%;
	font-weight: 500;
	padding: 8px 0 8px;
	line-height: 100%;
}
.navBtn a:hover {
	color: #017DE6;
	transition: .3s;
}
@media screen and (max-width: 1200px) {
	.navBtn a {
		font-size: 80%;
	}
}
/* headContact
================================================== */
.headContact {
	float: right;
}
.headContact p {
	padding: 0;
	margin: 0;
	width: 160px;
	font-size: 100%;
	line-height: 59px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	background: linear-gradient(-45deg, #c7000b 25%, #c7000b 25%, #dd4554 50%, #c7000b 50%, #c7000b 75%, #c7000b 75%, #dd4554);
	background-size: 200px 200px;
	animation: anime_stripe_1 8s infinite linear;
}
.headContact p:hover {
	background: linear-gradient(-45deg, #c7000b 25%, #c7000b 25%, #dd4554 50%, #c7000b 50%, #c7000b 75%, #c7000b 75%, #dd4554);
	background-size: 200px 200px;
	animation: anime_stripe_1 0.8s infinite linear;
}
@keyframes anime_stripe_1 {
	0% {
		background-position-x: 0;
	}
	100% {
		background-position-x: -200px;
	}
}
@media screen and (max-width: 639px) {
	.headContact p {
		width: 140px;
		line-height: 49px;
		font-size: 80%;
	}
}
@media screen and (max-width: 320px) {
	.headContact p {
		width: 110px;
		line-height: 49px;
		letter-spacing: 0;
	}
}
.headContact p a {
	color: #fff;
	display: block;
}
/* headTel
================================================== */
.headTel {
	float: right;
	margin-right: 15px;
}
.headTel p {
	padding: 0;
	margin: 0;
	line-height: 59px;
	text-align: right;
}
@media screen and (max-width: 639px) {
	.headTel {
		display: none;
	}
	.headContact p {
		line-height: 58.5px;
	}
}
/* telNo
================================================== */
.telNo {
	padding: 8% 0 6%;
	text-align: center;
	font-size: 160%;
}
/* slideArea
================================================== */
#slideArea {
	position: relative;
}
/* slideTit
================================================== */
#slideTit {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
}
#slideTit .title {
	padding: 6% 5% 0;
	width: 52%;
}
/* 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;
	}
}
/* linkBox
================================================== */
.linkBox {
	position: relative;
	z-index: 10;
}
.linkBox a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
}
/* zoomBox
================================================== */
.zoomBox {
	display: block;
	transition-duration: 0.3s; /*変化に掛かる時間*/
}
.zoomBox:hover {
	transform: scale(1.05); /*画像の拡大率*/
	transition-duration: 0.3s; /*変化に掛かる時間*/
}
/* footArea
================================================== */
#footArea {
	padding: 3% 0 0;
	background-color: #F6F4F5;
}
@media (max-width: 700px) {
	#footArea {
		background-size: 300%;
	}
}
/* footBlock
================================================== */
.footBlock {
	max-width: 1080px;
	margin: 0 auto;
	padding: 3% 5%;
}
/* footHead */
.footHead {
	padding-bottom: 3%;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footBox {
	width: 33%;
	display: -webkit-box;
	display: flex;
}
@media screen and (max-width: 800px) {
	.footBox {
		width: 100%;
		padding-bottom: 5%;
	}
}
.footBox p {
	text-align: center;
	float: left;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 80%;
	border-left: solid 7px #cc0000;
	line-height: 180%;
	padding-right: 10%;
}
@media screen and (max-width: 400px) {
	.footBox p {
		font-size: 60%;
		padding-right: 8%;
	}
}
.footBox dl {
	font-size: 70%;
	line-height: 160%;
}
@media (max-width: 639px) {
	.footBox dl {
		font-size: 90%;
		padding: 2% 0 4%;
	}
}
.footBox dt {
	font-weight: 500;
	padding-bottom: 3%;
}
@media (max-width: 639px) {
	.footBox dd a {
		font-weight: 700;
	}
}
/* footLogo */
.footLogo {
	padding: 20px 30% 0 0;
}
@media (max-width: 800px) {
	.footLogo {
		padding: 5% 0;
		width: 30%;
	}
}
@media (max-width: 500px) {
	.footLogo {
		width: 40%;
	}
}
.footLogo h2 {
	margin: 0;
}
/* footMark */
.footMark {
	padding-bottom: 3%;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footMarkBox {
	width: 23%;
	display: -webkit-box;
	display: flex;
}
.footMarkBox .point {
	width: 100%;
	font-size: 60%;
	line-height: 130%;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0;
	background: none;
	color: #222;
}
@media screen and (max-width: 800px) {
	.footMarkBox {
		width: 30%;
		padding-bottom: 4%;
	}
}
@media screen and (max-width: 620px) {
	.footMarkBox {
		width: 46%;
	}
	.footMarkBox .point {
		padding: 10px 0 10px;
		font-size: 50%;
		line-height: 140%;
	}
}
.footMarkBox dt {
	font-weight: 500;
	font-size: 70%;
	padding-bottom: 4%;
}
@media screen and (max-width: 400px) {
	.footMarkBox dt {
		font-size: 60%;
	}
}
.footMarkBox dd {
	width: 70%;
	margin: 0 auto;
}
/* footNav */
#footNav {
	border-top: solid #ddd 1px;
	padding: 2% 0;
}
#footNav ul li {
	float: left;
	width: 18%;
	padding-right: 2%;
	font-size: 70%;
	line-height: 120%;
}
@media (max-width: 639px) {
	#footNav ul li {
		float: none;
		width: 100%;
		padding-right: 0;
	}
}
#footNav ul li a {
	display: block;
	color: #222;
	font-weight: 500;
}
#footNav ul .btnlinestretches4 {
	/*線の基点とするためrelativeを指定*/
	position: relative;
	/*リンクの形状*/
	padding: 10px 0;
	text-decoration: none;
	outline: none;
}
/*線の設定*/
#footNav ul .btnlinestretches4::before, #footNav ul .btnlinestretches4::after {
	content: '';
	/*絶対配置で線の位置を決める*/
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	/*線の形状*/
	background: #F6F4F5;
	width: 100%;
	height: 1px;
	/*アニメーションの指定*/
	transition: all 0.3s ease-in-out;
}
/*hover時に伸びる線の形状*/
#footNav ul .btnlinestretches4::after {
	width: 0;
	background: #cc0000;
}
/*hover時に100%に伸びる*/
#footNav ul .btnlinestretches4:hover::after {
	width: 100%;
}
/* crArea
================================================== */
#crArea {
	background-color: #efefef;
}
#crArea p {
	text-align: center;
	font-size: 60%;
	line-height: 60px;
}
@media screen and (max-width: 639px) {
	#crArea {
		padding: 0 5%;
	}
	#crArea p {
		font-size: 1.8vw;
		text-align: left;
	}
}
/* backtotop
================================================== */
/* backtotop */
.backtotop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1100;
	display: none;
}
.hovicon {
	display: inline-block;
	font-size: 80%;
	line-height: 60px;
	cursor: pointer;
	width: 60px;
	height: 60px;
	text-align: center;
	position: relative;
	text-decoration: none;
	z-index: 1;
	color: #fff;
}
.hovicon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.hovicon:before {
	speak: none;
	font-size: 140%;
	line-height: 60px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
}
/* Effect 1 */
.hovicon.effect-1 {
	background: #b81c22;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.hovicon.effect-1:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #cc0000;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
/* Effect 1a */
.hovicon.effect-1.sub-a:hover {
	background: #cc0000;
	color: #fff;
}
.hovicon.effect-1.sub-a:hover p {
	color: #fff;
}
.hovicon.effect-1.sub-a:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}