@charset "utf-8";
@import url(reset.css);


/* CSS Document */
body{font-family: a-otf-ryumin-pr6n, serif;}
img{width:100%;}
a{
	display:block;
	color:#ffffff;
	-webkit-transition:.3s all ease-in;
	transition:.3s all ease-in;
}
a:hover{text-decoration:none;}
.inner{
	max-width:1024px;
	margin:0 auto;
}
.menu{
	background:#1a1a1a;
	color:#ffffff;
	padding:0.8rem 0;
}
.menu ul{
	display:table;
	width:100%;
	max-width:1024px;
	margin:0 auto;
}
.menu ul li{
	display:table-cell;
	width:20%;
	text-align:center;
	vertical-align:middle;
}
.menu ul li a{
	height:3.5rem;
	line-height:3.5rem;
}
.menu ul li a:hover{color:#999999;}

/*--- header ------*/
header{
    position:relative;
	min-width:1140px;
    /*height:100%;*/
    height:100%;
    max-height:1000px;
    min-height:620px;
    z-inndex:1000;
}
header::before{
	content: "";
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    border-top: 10px solid #9b042c;
    z-index: 10;
}
header .mainvisual{
	opacity: 0;
    transition:2s;
}
header .slick-initialized{
    opacity: 1
}
header .mainvisual p{margin-bottom:0!important;}
header .top_under-box{
	background:#efdcdc;
	position:absolute;
	left:0;
	right:0;
	bottom:-14px;
}
header .top_under-box h1{
	-webkit-display:flex;
	-moz-display:flex;
	-o-display:flex;
	display:flex;
	justify-content:space-around;
	align-items: center;
	width:57rem;
	margin:0 auto;
	padding:1.8rem 0 1rem 0;
}
header .top_under-box h1 p{text-align:center;}
header .top_under-box h1 p:last-of-type{
	font-size:1.4em;
	font-weight:200;
}
header .top_under-box h1 p span{font-size:0.6em;}

header menu{margin:0 auto;}
header .menu ul li{width:15%;}
header .menu ul li:last-of-type a{
	background-image:url(../img/button-back.png);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
header .menu ul li:last-of-type a:hover{
	background-image:url(../img/button-back-hov.png);
	color:#333333;
}

header .top_under-change{
	position:fixed;
	top:-300px;
	width:100%;
	z-index:1000;
}
header .top_under-change.show{top:0;}


/*--- main ------*/
#informationContents{
	background-image:url(../img/bg-1.png);
	background-repeat:no-repeat;
	background-size:cover;
	padding:3rem 0;
}
#informationContents h2{
	max-width:1024px;
	margin:2rem auto;
	text-indent:0.5em;
	font-size:2.3em;
	/*-webkit-display:flex;
	-moz-display:flex;
	-o-display:flex;
	display:flex;
	justify-content:space-between;
	align-items: center;*/
	text-align:center;
	position:relative;
}
#informationContents h2 span:last-of-type{
	display:block;
	width:160px;
	height:38px;
	line-height:38px;
	font-size:18px;
	text-indent:0;
	text-align:center;
	margin-right:1%;
	position:absolute;
	top:20%;
	right:0;
}
#informationContents h2 span a{
	width:100%;
	height:100%;
	font-weight:normal;
	background:#333333;
}
#informationContents h2 span a:hover{
	background:#aaaaaa;
	color:#333333;
}
#informationContents .list{
    position: relative;
    width:100%;
	max-width:1024px;
    margin: 0 auto;
	/*overflow:hidden;*/
}
#informationContents article{
    float: left;
    width: 28%;
    padding: 0 12px;
	min-height:500px;
}
#informationContents article h3 + p {
    padding: 0 28px;
    line-height: 1.6;
}
#informationContents article a{
	background:#ffffff;
	color:#333333;
	min-height:500px;
	border-radius:18px;
	/*box-shadow:0 0 1px #222222;*/
	border:1px solid rgba(0,0,0,.3);
}
#informationContents article a h3{
    padding: 28px 28px 18px;
    font-size: 16px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #9b042c;
    font-weight: normal;
}
#informationContents article a .img {
    height: 235px;
    background: url(../img/photo.png) no-repeat 50%;
    -webkit-background-size: cover;
    background-size: cover;
	/*background-position:center 0.5px;*/
    border-radius: 18px 18px 0 0;
	/*margin-top:0.5px;*/
}
#informationContents article.article01 a .img {background-image:url(../img/photo_001.png);}
#informationContents article a > div {
	padding:0 1em;
}

.company-info{
	margin:0 auto;
	padding:1rem;
	background:#ebe8e2;
	text-align:center;
}
.company-info h2{
	font-size:2.8em;
	font-weight:normal;
	padding:1rem;
}
.company-info .button a{
	max-width:600px;
	margin:0 auto;
	padding:0.5rem;
	background-image:url(../img/contact-button.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	font-size:1.8em;
}
.company-info .button a:hover{
	background-image:url(../img/contact-button-hov.png);
	color:#333333;
}


/*--- footer ------*/
.company-info .sns-icon a{
	display:inline-block;
	width:30px;
	height:30px;
}
.company-info .sns-icon a:hover{opacity:0.85;}
.company-info .sns-icon a img{
	max-width:30px;
	max-height:30px;
}
.copyright{
	height:2.5rem;
	line-height:2.5rem;
	text-align:center;
	background:#9b042c;
	color:#ffffff;
}
/*--- ’Ç‰Á ------*/
.company-logo-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.company-logo-inner img {
    max-width: 100%;
    max-height: 70px;
    width: auto!important;
}
.company-logo-inner {
    width: calc((100% - 0px * (3 - 2)) / 3 - 0.1px);
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 24px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section.company-logo {
    margin: 3em 0;
}

@media (max-width: 680px){
.company-logo-inner{
    width: calc((100% - 48px * (2 - 1)) / 2 - 0.1px);
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 24px;
}
}
