@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;
  /**/
}
/* loading */
.loading {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	background: #fdfdfd;
}
.loading.hide {
	opacity: 0;
	pointer-events: none;
	transition: opacity 500ms;
}
.loading .circle {
	display: block;
	position: relative;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	margin: 0 auto;
	border: 3px solid #e0e0e0;
	border-top: 2px solid #089eb6;
	border-radius: 100px;
	animation: loading 700ms linear 0ms infinite normal both;
}
@keyframes loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* icon check */
.iconCheck::before {
	font-family: 'Material Symbols Outlined';
	content: "\e834";
	vertical-align: -10%;
	margin-right: 0.2em;
}
/* icon tel */
.iconTel::before {
	font-family: 'Material Symbols Outlined';
	content: "\e0b0";
	vertical-align: -6%;
	margin-right: 0.2em;
}
/* icon */
.icon01::before {
	font-family: 'Material Symbols Outlined';
	content: "\e887";
	vertical-align: -10%;
	margin-right: 0.2em;
}
.icon02::before {
	font-family: 'Material Symbols Outlined';
	content: "\eaaa";
	vertical-align: -10%;
	margin-right: 0.2em;
}
/* icon mail */
.icon03::before {
	font-family: 'Material Symbols Outlined';
	content: "\e158";
	vertical-align: -2px;
	margin-right: 0.2em;
	font-weight: 300;
}
/* icon man */
.icon04::before {
	font-family: 'Material Symbols Outlined';
	content: "\e87c";
	vertical-align: -2px;
	margin-right: 0.2em;
	font-weight: 300;
}
.icon05::before {
	font-family: 'Material Symbols Outlined';
	content: "\f8db";
	vertical-align: -2px;
	margin-right: 0.2em;
	font-weight: 300;
}
/* icon answer */
.icon06::before {
	font-family: 'Material Symbols Outlined';
	content: "\e94c";
	vertical-align: -2px;
	margin-right: 0.2em;
	font-weight: 300;
}
/* icon question */
.icon07::before {
	font-family: 'Material Symbols Outlined';
	content: "\f0e2";
	vertical-align: -2px;
	margin-right: 0.2em;
	font-weight: 300;
}
.icon08::before {
	content: "◼︎";
	vertical-align: 0;
	margin-right: 0.2em;
}
/* icon 1-5 */
.no01::before {
	font-family: 'Material Symbols Outlined';
	content: "\f784";
	vertical-align: -27%;
	margin-right: 0.2em;
}
.no02::before {
	font-family: 'Material Symbols Outlined';
	content: "\f783";
	vertical-align: -27%;
	margin-right: 0.2em;
}
.no03::before {
	font-family: 'Material Symbols Outlined';
	content: "\f782";
	vertical-align: -27%;
	margin-right: 0.2em;
}
.no04::before {
	font-family: 'Material Symbols Outlined';
	content: "\f781";
	vertical-align: -27%;
	margin-right: 0.2em;
}
.no05::before {
	font-family: 'Material Symbols Outlined';
	content: "\f780";
	vertical-align: -27%;
	margin-right: 0.2em;
}

/* ------ 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: #222;
}
.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, 100px);
  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;
}

/* headContact
================================================== */
.headContact {
	position: fixed;
	z-index: 110;
	top: 0;
	right: 0;
}
.headContact p{
	padding: 0;
	margin: 0;
	width: 260px;
	font-size: 100%;
	line-height: 59px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}
@media screen and (max-width: 1000px) {
	.headContact p{
		width: 180px;
	}
}
@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;
}
.headContact .hovicon {
	display: inline-block;
	font-size: 80%;
	line-height: 60px;
	cursor: pointer;
	height: 60px;
	text-align: center;
	position: relative;
	text-decoration: none;
	z-index: 1;
	color: #fff;
}
@media screen and (max-width: 639px) {
	.headContact .hovicon {
		line-height: 50px;
		height: 50px;
	}
}
.headContact .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;
}
.headContact .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 */
.headContact .hovicon.effect-1 {
	background: #089eb6;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.headContact .hovicon.effect-1:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #089eb6;
	-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 */
.headContact .hovicon.effect-1.sub-a:hover {
	background: #089eb6;
	color: #fff;
}
.headContact .hovicon.effect-1.sub-a:hover p {
	color: #fff;
}
.headContact .hovicon.effect-1.sub-a:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* pageLogo
================================================== */
#pageLogo {
	padding: 5px 5%;
	position: fixed;
	z-index: 100;
	width: 90%;
	background-color: #000;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
}
#pageLogo img{
	height: 100%!important;
	width: auto!important;
}
#pageLogo .pageLogoL{
	float: left;
	height: 50px;
	width: auto;
}
@media screen and (max-width: 639px) {
	#pageLogo .pageLogoL{
		height: 40px;
	}
}
/* 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%;
    text-indent:-999px;
    z-index: 11;
}

/* zoomBox
================================================== */
.zoomBox {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.zoomBox:hover {
	transform: scale(1.05);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
/* footArea
================================================== */
#footArea {
	padding: 5% 0;
}
#footArea p {
	width: 30%;
	max-width: 260px;
	margin: 0 auto;
}
@media (max-width: 700px) {
	#footArea {
		padding: 10% 0;
	}
	#footArea p {
		width: 60%;
		max-width: inherit;
	}
}
/* 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: #089eb6;
	-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 #089eb6;
	-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: #089eb6;
	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;
}



