@charset "utf-8";


/*resetCSS*/
html{
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
color:#000;
background:#FFF;
}
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,
th,td{
margin:0;
padding:0;
}
table{
border-collapse:collapse;
border-spacing:0;
}
fieldset,
img{ border:0; }
address,
caption,
em{
font-style:normal;
font-weight:normal;
}
ol,ul{ list-style:none; }
caption, th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{
border:0;
font-variant:normal;
}
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
*font-size:100%;
}
*{
margin:0;
padding:0;
}
strong,
th{ font-weight:bold;}

#content{ }
.section{
clear:both;
margin-bottom:30px;
}

body{
font-size:1.6rem;
font-family: "Noto Sans Japanese";
}

*, *:before, *:after{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}

h1{
font-size:2.8rem;
font-weight:bold;
margin-bottom:30px;
}
h2{
font-size:2.8rem;
font-weight:bold;
margin-bottom:1.5em;
}
h2 span{ }
h3{
font-size:24px;
font-weight:bold;
margin-bottom:15px;
}
h3 span{ }
h4{
font-size:95%;
font-weight:bold;
margin-bottom:15px;
}
h5{
font-size:90%;
font-weight:bold;
margin-bottom:10px;
}
p{ font-size:16px;
margin-bottom:1.5em;
line-height:180%; }
.anchor a{ }

a{
text-decoration: none;
color: #801111;
}
a:hover{
text-decoration:underline;
}
a:hover img{
opacity: 0.7;
transition: all .3s;
}

/*clear Fix*/
.clearFix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearFix{
display:inline-table;
min-height:1%;
}
* html .clearFix{
height:1%;
}
.clearFix{
display:
block;
}
/* フォント指定
=========================================================================================== */
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSansCJKjp-Medium.woff2') format('woff2'),
	     url('../fonts/NotoSansCJKjp-Medium.woff') format('woff'),
	     url('../fonts/NotoSansCJKjp-Medium.ttf')  format('truetype'),
         url('../fonts/NotoSansCJKjp-Medium.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),
	     url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'),
	     url('../fonts/NotoSansCJKjp-Bold.ttf')  format('truetype'),
         url('../fonts/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/NotoSansCJKjp-Black.woff2') format('woff2'),
	     url('../fonts/NotoSansCJKjp-Black.woff') format('woff'),
	     url('../fonts/NotoSansCJKjp-Black.ttf')  format('truetype'),
         url('../fonts/NotoSansCJKjp-Black.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
	     url('../fonts/Montserrat-Bold.woff') format('woff'),
	     url('../fonts/Montserrat-Bold.ttf')  format('truetype'),
         url('../fonts/Montserrat-Bold.eot') format('embedded-opentype');
}
/*--------------------ここまで-----------------------------------*/
/* Header Setting
=========================================================================================== */
#headerSet{
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	z-index:999;
	padding:0 0 0 2%;
	display: flex;
    justify-content: flex-end;
	align-items: center;
	transition: all .3s;
}
#headerSet #headerLogoSet{
	margin-right:auto;
	display: flex;
    align-items: center;
}
#headerSet #headerLogoSet #headerLogo{
	margin-bottom: 0;
	font-size:0;
	z-index: 9999;
}
#headerSet #headerLogoSet #headerLogo a{
	display:inline-block;
	font-size: 0;
}

#headerSet #headerMenuSet .gnav ul{
	display: flex;
    align-items: center;
	justify-content: flex-end;
	font-size:18px;
}
#headerSet #headerMenuSet .gnav ul li{
	padding:1em 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#headerSet #headerMenuSet .gnav ul li:last-child{
	padding-right:3em;
}
#headerSet #headerMenuSet .gnav ul li a{
	color:#FFF;
	transition: all .3s;
}

#headerSet #headerTel a{
    background: #801111;
    color: #FFF;
    padding: 1.5em 2em;
    display: block;
}
#headerSet #headerTel a span{
    display: block;
    font-size: 14px;
}
#headerSet #headerTel a strong{
    font-size: 18px;
    display: flex;
    align-items: center;
}
#headerSet #headerTel a strong:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon_tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5em;
}
/*#headerSet #headerContactSet .headerContactBtnList{
	display: flex;
}
#headerSet #headerContactSet .headerContactBtnList li{
	display: flex;
	justify-content: center;
}
#headerSet #headerContactSet .headerContactBtnList li a{
	display: flex;
    align-items: center;
	justify-content: center;
	width:100%;
	text-align:center;
	padding:0.8em 1.2em;
}
#headerSet #headerContactSet .headerContactBtnList li.headerMail a{
	background: #EA8928;
	color:#FFF;
}
#headerSet #headerContactSet .headerContactBtnList li.headerMail a span{
	display: flex;
    align-items: center;
}
#headerSet #headerContactSet .headerContactBtnList li.headerMail a span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon_mail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1em;
}
#headerSet #headerContactSet .headerContactBtnList li.headerTel a{
	background:#FFF;
	color:#002846;
	text-align:left;
}
#headerSet #headerContactSet .headerContactBtnList li.headerTel a:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon_tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
#headerSet #headerContactSet .headerContactBtnList li.headerTel a span{
	font-size: 14px;
    display: block;
}
#headerSet #headerContactSet .headerContactBtnList li.headerTel a strong{
	font-size:2.0rem;
	display:block;
	line-height:1;
	display: flex;
    align-items: center;
}*/


.current #headerSet{
	background: rgba(0, 0, 0, 0.4);
}


/* index Setting
=========================================================================================== */
/***メインビジュアル***/
/*#indexContentsHead{
	position:relative;
}*/
#mainVisualImgSet div{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 80vh;
	margin: 0;
}
#mainVisualImgSet .mainVisual1{
	background-image: url(../images/mainvisual1.jpg);
}
#mainVisualImgSet .mainVisual2{
	background-image: url(../images/mainvisual2.jpg);
}
.slick-dots{
	position:absolute;
	bottom: 2em;
	left:50%;
	transform:translateX(-50%);
}
.slick-dots li{
	position: relative;
    display: inline-block;
    width: 10px;
	margin-left:16px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    outline: none;
	border:1px solid #FFF;
	background:none;
    border-radius: 50%;
}
.slick-dots .slick-active button{
	background: #801111;
}


/***************contents01***************/
.aboutColumnSet{
    display: flex;
    align-items: center;
    margin-bottom: 4em;
}
.aboutColumnText{
    width: 40%;
}
.aboutColumnText h2{
    font-size: 3.2rem;
    font-weight: normal;
    margin-bottom: 1em;
}
.aboutColumnText h2 span{
    font-size: 14px;
    color: #801111;
    display: block;
}
.aboutColumnImg{
    width: 56%;
    margin-left: 4%;
}

.tokuchouColumnSet{
    display: flex;
}
.tokuchouColumnSet .tokuchouColumn3{
    width: 30%;
    margin-left: 5%;
}
.tokuchouColumnSet .tokuchouColumn3 h3{
    text-align: center;
    font-size: 2.4rem;
    border-bottom: 2px solid #801111;
    color: #801111;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}
.tokuchouColumnSet .tokuchouColumn3 .imgOnlyStyle{
    margin-bottom: 0.5em;
}
.tokuchouColumnSet .tokuchouColumn3:first-child{
    margin-left: 0;
}
/***************contents02***************/
.contents02{
    background-image: url(../images/product_bg.jpg);
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
}
.productList{
    display: flex;
    font-size: 18px;
    margin-bottom: 4em;
}
.productList li{
    width: 32%;
    margin-left: 4%;
    text-align: center;
}
.productList li:first-child{
    margin-left: 0;
}
.productList li .imgOnlyStyle{
    margin-bottom: 0;
}

.whiteBox{
    background: rgba(255,255,255,0.8);
    padding: 4em 4%;
    color: #000;
}
.whiteBox h2{
    text-align: center;
    font-size: 3.4rem;
    font-weight: normal;
    margin-bottom: 1em;
}
.whiteBox .sampleColumnSet{
    display: flex;
    margin-bottom: 2em;
}
.whiteBox .sampleColumnSet .sampleColumnImg{
    width: 32%;
}
.whiteBox .sampleColumnSet .sampleColumnText{
    width: 64%;
    margin-left: 4%;
}
.whiteBox .sampleColumnSet .sampleColumnText .textStyle1{
    font-size: 2.0rem;
}
.whiteBox .sampleColumnSet .sampleColumnText .kiriba span{
    background: #FFF;
    border-radius: 3em;
    padding: 0.5em 2em;
    display: inline-block;
    font-size: 1.8rem;
}
.whiteBox .sampleFukidashiBox{
    background: #FFF;
    padding: 4em 4%;
    text-align: center;
    position:relative;
}
.whiteBox .sampleFukidashiBox:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #FFF transparent;
    border-width: 0 32px 24px 32px;
}

.whiteBox .sampleFukidashiBox h3{
    font-size: 3.4rem;
    color: #801111;
    margin-bottom: 1em;
}
.whiteBox .sampleFukidashiBox h3 span{
    font-size: 2.4rem;
    display: block;
    margin: 0.5em 0;
}
.whiteBox .sampleFukidashiBox .sampleTel a{
    font-size: 4.2rem;
    color: #000;
}
.whiteBox .sampleFukidashiBox .sampleTel a:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(../images/icon_tel_b.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5em;
}
.whiteBox .sampleFukidashiBox .sampleTel + p{
    margin-bottom: 0;
    font-size: 1.8rem;
}


/***************contents03***************/
.companyTableSet{
    text-align: center;
}
.companyTable{
    display: inline-block;
	font-size: 16px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 2em;
}
.companyTable th{
	padding:1.5em;
}
.companyTable td{
	padding:1.5em;
}
.map iframe{
    width: 100%;
}
/***************all***************/
article section{
	padding:60px 0;
	width:1100px;
	margin:0 auto;
}
.ttlStyle1{
    font-size: 3.2rem;
    font-weight: normal;
    margin-bottom: 1.5em;
    text-align: center;
}
.ttlStyle1 span{
    font-size: 14px;
    color: #801111;
    display: block;
}
.imgOnlyStyle img{
    max-width: 100%;
}
.btnStyle1{
    text-align: center;
}
.btnStyle1 a{
    background: #801111;
    padding: 1em 2em;
    text-align: center;
	font-size:16px;
	text-decoration:none;
	display:inline-block;
    color:#FFF;
    transition: all .3s;
}
.btnStyle1 a:hover{
    background: #4a0f0f;
}
.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
	/*pointer-events: none;*/
}
/*.bgPattern01{
	background-image: url(../images/bg_pattern01.jpg);
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}
.bgPattern02{
	background-image: url(../images/bg_pattern02.jpg);
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}
.bgPattern03{
	background-color:#EAF8FB;
}

.h2Style1{
	text-align:center;
	font-size:4.2rem;
	margin-bottom: 1.5em;
	padding-bottom: 0.5em;
}
.h2Style1:before{
	content:url(../images/icon_h2.svg);
	display:block;
}
.h2Style2{
	font-size:4.2rem;
	margin-bottom: 1em;
}
.h2Style2:before{
	content:url(../images/icon_h2.svg);
	display:inline-block;
	margin-right:0.5em;
}
.centerAdjust{
	text-align:center;
}
.btnStyle1{
	text-align:center;
}
.btnStyle1 a{
	text-align: center;
	font-size:18px;
	text-decoration:none;
	display:inline-block;
	padding:1.5em 4em;
	color:#FFF;
	border-radius: 20px;
	background-color:#EA8928;
	box-shadow: 0 6px 0 #bf7022;
	transition: all .3s;
	position:relative;
}
.btnStyle1 a:hover{
	box-shadow: none;
	transform: translateY(6px);
}
.anchorBtnList{
	display: flex;
    align-items: center;
}
.anchorBtnList li{
	width:30%;
	margin-left:5%;
}
.anchorBtnList li:nth-child(3n+1){
    margin-left: 0;
}
.anchorBtnList li a{
	text-align: center;
	font-size:18px;
	text-decoration:none;
	display:block;
	padding:1.5em 1em;
	color:#FFF;
	border-radius: 20px;
	background-color:#EA8928;
	box-shadow: 0 6px 0 #bf7022;
	transition: all .3s;
	position:relative;
}
.anchorBtnList li a:after{
	content:"";
	width:24px;
	height:24px;
	background-image:url(../images/icon_arrow_b.svg);
	display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	position:absolute;
	top:50%;
	right:1em;
	transform: translateY(-50%);
}
.anchorBtnList li a:hover{
	box-shadow: none;
	transform: translateY(6px);
}
.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
	pointer-events: none;
}*/
/*.parallax {
    position: relative;
    background: url(../images/bg_pattern01.jpg);
    background-size: cover;
    height: 0%;
    padding-top: unquote("min(100vh,75%)");
}

.bgPattern01{
	background-image: url(../images/bg_pattern01.jpg);
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}
.bgPattern02{
	background:#F2F2F2;
}
.bgPattern03{
	background-image: url(../images/bg_pattern03.png);
}
.h2Style1{
	color:#002846;
	text-align:center;
	font-size:4.2rem;
	margin-bottom: 1.5em;
	padding-bottom: 0.5em;
	position:relative;
}
.h2Style1 span{
	font-family: 'Montserrat', sans-serif;
	font-size:1.8rem;
	display:block;
}
.h2Style1:after{
	content:"";
	display:inline-block;
	width:28px;
	height:2px;
	background:#ED8430;
	position:absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
}
.h2Style1.white{
	color:#FFF;
}
.h2Style2{
	font-size:4.0rem;
	text-align:center;
	color:#002846;
	margin-bottom: 1.5em;
}
.h2Style3{
	color:#002846;
	font-size:4.2rem;
	margin-bottom: 1em;
	position:relative;
}
.h2Style3 span{
	font-family: 'Montserrat', sans-serif;
	font-size:1.8rem;
	display:block;
}
.h3Style1{
	color:#002846;
	font-size:2.4rem;
	padding-left:1.5em;
	text-indent:-1.5em;
	margin-bottom:1.5em;
}
.h3Style1:before{
	content:"■";
	margin-right:0.5em;
}
.h3Style2{
	font-size:2.4rem;
	border-bottom:1px solid #002846;
	border-left:20px solid #002846;
	padding:0.5em 0.8em;
	margin-bottom:1.5em;
}
.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
	pointer-events: none;
}
.leadTextCenter{
	text-align:center;
	margin-bottom:2em;
}
.centerAdjust{
	text-align:center;
}
.textMbStyle1{
	margin-bottom:4em;
}
.textBig1{
	font-size:2.0rem;
}
.listStyle1 li{
	font-size:16px;
	margin-bottom: 0.5em;
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.listStyle1 li:before {
    content: "●";
    color: #002846;
    margin-right: 0.5em;
}
.btnStyle1{
	text-align:center;
}
.btnStyle1 a{
	text-align: center;
	min-width:270px;
	font-size:16px;
	text-decoration:none;
	background:#ED8430;
	display:inline-block;
	padding:1.5em 4em;
	color:#FFF;
	border-radius: 3em;
	transition: all .3s;
	position:relative;
}
.btnStyle1 a:hover{
	background:#bf5908;
}
.anchorHalfBtnList{
	font-size:16px;
	display: flex;
    justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom:3em;
}
.anchorHalfBtnList li{
	width: 48%;
    margin-left: 4%;
    margin-bottom: 1.5em;
	display: flex;
}
.anchorHalfBtnList li:nth-child(2n+1){
	margin-left:0;
}
.anchorHalfBtnList li a{
	display: flex;
    align-items: center;
    justify-content: center;
	text-align:center;
	padding:2em 1em;
	background:#002846;
	color:#FFF;
	text-decoration:none;
	position:relative;
	width: 100%;
	transition: all .3s;
}
.anchorHalfBtnList li a:hover{
	background:#0e4c7a;
	color:#FFF;
}
.anchorHalfBtnList li a span{
	display: inline-block;
    text-align: center;
}
.anchorHalfBtnList li a:before {
    content: "";
    display: inline-block;
    background-image: url(../images/icon_arrow_b_w.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translateY(-50%);
	transition: all .3s;
}
.columnTopSet{
	display: flex;
    justify-content: flex-start;
	flex-wrap: wrap;
}
.columnTopSet .column2{
	width:48%;
	margin-left:4%;
}
.columnTopSet .column2:nth-child(2n+1){
	margin-left:0;
}
.columnTopSet .column2 img{
	width:100%;
}
.columnTopSet .column3{
	width:30%;
	margin-left:5%;
}
.columnTopSet .column3:nth-child(3n+1){
	margin-left:0;
}
.columnTopSet .column3 img{
	width:100%;
}
.columnTopSet .textL{
	width:65%;
}
.columnTopSet .imgR{
	width:30%;
	margin-left:5%;
}
.columnTopSet .imgR img{
	width:100%;
}
.map{
	border:4px solid #002846;
	border-radius: 10px;
	font-size: 0;
	overflow:hidden;
	margin-bottom: 30px;
}
.map iframe{
	width: 100%;
}
.accordionList{
	margin-bottom:1.5em;
}
.accordionList dt{
	color:#002846;
	position: relative;
	background:#F2F2F2;
	padding:1em 1.5em;
	font-size:18px;
	cursor: pointer;
	font-weight:bold;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.accordionList dt span{
	font-size:3.2rem;
	color:#FFF;
	display:inline-block;
	background:#002846;
	width:60px;
	height:60px;
	border-radius: 50%;
	text-align:center;
	line-height: 60px;
	margin-right:16px;
}
.accordionList dt strong{
	width:calc( 100% - 100px );
}
.accordionList dd {
    padding: 1.5em;
    border: 4px solid #F2F2F2;
    border-top: 0;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.accordionList dd span{
	font-size:3.2rem;
	color:#FFF;
	display:inline-block;
	background:#066EBB;
	width:60px;
	height:60px;
	border-radius: 50%;
	text-align:center;
	line-height: 60px;
	margin-right:0.5em;
}
.accordionList dd strong{
	font-weight:normal;
	width:calc( 100% - 100px );
}
.accordionList dt:after {
   content: "";
   position: absolute;
   border-right: 4px solid #002846;
   border-bottom: 4px solid #002846;
   width: 16px;
   height: 16px;
   right: 30px;
   top:45%;
   transform: rotate(45deg) translateY(-50%);
}
.accordionList dt.ac:after {
   content: "";
   position: absolute;
   border-left: 4px solid #002846;
   border-top: 4px solid #002846;
   border-right: 0;
   border-bottom: 0;
   width: 16px;
   height: 16px;
   right: 30px;
   top:50%;
   transform: rotate(45deg) translateY(-50%);
}
*/


/* footer Setting
=========================================================================================== */
footer #footerArea{
	background:#801111;
	text-align:center;
	padding:80px 0 20px;
	color:#FFF;
}
footer #footerArea #footerLogo{
	margin-bottom:0.5em;
}
footer #footerArea #footerLogo a{
	display:inline-block;
}
footer #footerArea .tel{
    margin-bottom: 4em;
    display: flex;
    justify-content: center;
}
footer #footerArea .tel a{
    color: #FFF;
    display: flex;
    align-items: center;
}
footer #footerArea .tel a:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon_tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5em;
}
footer #copy{
	font-size:14px;
	padding:0.5em 0;
	text-align:center;
	color:#FFF;
	margin-bottom:0;
}
@media all and (-ms-high-contrast: none) {
}
/* After Setting
=========================================================================================== */
.mt0{margin-top:0;}
.ml0{ margin-left:0;}
.mb0{margin-bottom:0;}
.mb20{margin-bottom:20px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}
.mb3{margin-bottom:3em;}
.pb0{ padding-bottom:0;}
.pb20{ padding-bottom:20px;}
.pr20{ padding-right:20px;}
.vat{ vertical-align:top;}
.vam{ vertical-align:middle;}