@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;
}
/*---------------------------------------------
	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;
}
#wrapper {
	padding-top: 118px;
}
@media screen and (min-width: 1px) and (max-width: 767.499px) {
	#wrapper {
		padding-top: 64px;
	}
}
.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;
	}
}
/* ------ スマホで発信 ------ */
a[href^="tel:"] {
	pointer-events: none;
}
/* ------ 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;
	font-weight: 900;
}
.webfontS {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
/* ------ ライン ------ */
/* 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: 1px;
	flex-grow: 1;
	background-color: #222;
}
.wLine:before {
	margin-right: 1rem;
}
.wLine:after {
	margin-left: 1rem;
}
/* ------ inview アニメーション ------ */
/* fade-In */
.fade-In {
	opacity: 0;
	transition: 2s;
}
.fade-In.is-show {
	opacity: 1;
}
/* fadeIn_up */
.fadeIn_up {
	opacity: 0;
	transform: translate(0, 10%);
	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;
}
/* 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;
}
.icon03::before {
	font-family: 'Material Symbols Outlined';
	content: "\e5cc";
	vertical-align: -10%;
	margin-right: 0.2em;
}
.icon04::before {
	font-family: 'Material Symbols Outlined';
	content: "\e5cd";
	vertical-align: -5%;
	margin-right: 0.2em;
}
.icon05::before {
	font-family: 'Material Symbols Outlined';
	content: "\e5c5";
	vertical-align: -10%;
	margin-right: 0.2em;
}
.icon06::before {
	font-family: 'Material Symbols Outlined';
	content: "\e5df";
	vertical-align: -10%;
	margin-right: 0.2em;
}
/* linkLine */
.linkLine {
	/*線の基点とするためrelativeを指定*/
	position: relative;
	/*リンクの形状*/
	padding: 10px 0;
	text-decoration: none;
	outline: none;
}
/*線の設定*/
.linkLine::before, .linkLine::after {
	content: '';
	/*絶対配置で線の位置を決める*/
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	/*線の形状*/
	background: #fff;
	width: 100%;
	height: 1px;
	/*アニメーションの指定*/
	transition: all 0.3s ease-in-out;
}
/*hover時に伸びる線の形状*/
.linkLine::after {
	width: 0;
	background: #cc0000;
}
/*hover時に100%に伸びる*/
.linkLine:hover::after {
	width: 100%;
}


/* footArea
================================================== */
#footArea {
	padding: 0;
	background-color: #F6F4F5;
}
@media (max-width: 700px) {
	#footArea {
		background-size: 300%;
	}
}
/* footHead */
.footHead {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footBox {
	max-width: 33%;
	display: -webkit-box;
	display: flex;
}
.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%;
}
.footBox dl{
	font-size: 70%;
	line-height: 160%;
}
.footBox dt{
	font-weight: bold;
	padding-bottom: 3%;
}
.footBox dd{
	white-space: nowrap;
}
/* footLogo */
.footLogo {
	padding: 3% 30% 2% 0;
}
@media (max-width: 700px) {
	.footLogo {
		padding: 20% 0;
		width: 40%;
	}
}
.footLogo h2{
	margin: 0;
}



/* footMark */
.footMark {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footMark {
	max-width: 25%;
	display: -webkit-box;
	display: flex;
}




/* footTxt */
.footTxt {
	padding-bottom: 5%;
	text-align: center;
	font-size: 60%;
	color: #fff;
}








/* footNav */
#footNav {
	width: 90%;
	margin: 0 auto;
	padding-top: 5%;
}
#footNav ul{
	float: left;
	width:  18%;
	padding: 0 1%;
	list-style: none;
	font-size: 80%;
}
@media (max-width: 1100px) {
	#footNav ul{
		font-size: 1.3vw;
	}
}
@media (max-width: 700px) {
	#footNav ul{
		display: none;
		float: none;
		width:  100%;
		padding: 0 0;
		font-size: 70%;
		text-align: center
	}
}
#footNav ul li a{
	display: block;
	color: #222;
}
#footNav ul li a:hover{
	color: #cc0000;
}
#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: 50px;
}
@media screen and (max-width: 800px) {
	#crArea p{
		font-size: 1.8vw;
	}
}

/* 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: #2e4e97;
	-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 #4167be;
	-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: #4167be;
	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;
}










