@charset "shift_jis";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700');

/* --------------------------------------------------------------------
	common setting
--------------------------------------------------------------------- */

.wrapper_ {
  min-width:inherit;
}
#mainVisual section .contents *,
#mainContents section .contents * {
  box-sizing:border-box;
}
#mainContents section .contents {
  width:80%;
  margin-right:auto;
  margin-left:auto;
  color:#202930;
  font-size:18px;
}
#mainContents section > * {
  font-size:18px;
}
.txt_gray {
  color:#4a535a;
}

/* ul ---------- */
#mainContents section .contents ul{
	margin-left:1em;
}
ul.disc li{
	list-style-type:disc;
}


/* --------------------------------------------------------------------
	#topicPath
--------------------------------------------------------------------- */

#topicPath {
	padding-bottom:15px;
	margin-top: 108px;
}

/* --------------------------------------------------------------------
	#mainVisual
--------------------------------------------------------------------- */

#mainVisual {
	width:100%;
	height:400px;
	background-size:cover;
	text-align:center;
	display:table;
	background-image:url(/cms/images/corporate2/bg_title.jpg);
}
#mainVisual .title {
	height:400px;
	color:white;
	display:table-cell;
	vertical-align:middle;
	padding:0 10%;
}
#mainVisual .title h1{
	font-size:50px;
	font-weight:bold;
}
#mainVisual .title h1:before{
	content:"";
	display:block;
	margin:0 auto 25px auto;
  background-repeat:no-repeat;
	width:145px;
	height:81px;
	background-image:url(/cms/images/corporate2/bg_title_icon.png);
}

/* --------------------------------------------------------------------
	#mainContents
--------------------------------------------------------------------- */

#mainContents{
	margin:120px 0 0 0;
}

/* --------------------------------------------------------------------
	.title
--------------------------------------------------------------------- */

#mainContents .titleWrap {
	width:100%;
	height:400px;
	background-size:cover;
	text-align:center;
	display:table;
}
#mainContents .titleWrap .title{
	height:400px;
	color:white;
	display:table-cell;
	vertical-align:middle;
	padding:0 10%;

}
#mainContents .titleWrap .title h2{
	font-size:50px;
	font-weight:bold;
}
#mainContents .titleWrap .title h2:before{
	content:"";
	display:block;
	margin:0 auto 25px auto;
  background-repeat:no-repeat;
}
#mainContents .titleWrap .title p{
	margin-top:40px;
	letter-spacing:0.065em;
}

/* --------------------------------------------------------------------
	#section1
--------------------------------------------------------------------- */
#section1 dl{
	font-size:16px;
	display:flex;
	border-bottom:solid 1px #bcbec0;
	padding:12px 0;
	justify-content:space-between;
	letter-spacing: 0.025em;
}
#section1 dl dt{
	width:12%;
	min-width:180px;
}
#section1 dl dd{
	width:83%;
}
#section1 dl dd .address{
	margin-bottom:1em;
}
#section1 dl dd .address:last-child{
	margin-bottom:0;
}
#section1 .button{
}
#section1 .button a{
	display:inline-block;
	background-color:#202930;
	border-radius:13px;
	color:#fff;
	font-size:14px;
	line-height:24px;
	padding:0 28px;
}
#section1 .button a:hover{opacity:0.8;}
#section1 #history{
	margin-top:120px;
}
#section1 #history h3{
  position: relative;
  text-align: center;
	font-size:40px;
	font-weight:bold;
	margin-bottom:80px;
}
#section1 #history h3 span {
  position: relative;
 /* z-index: 2;*/
  display: inline-block;
  padding: 0 30px;
  background-color: #fff;
  text-align: left;
}
#section1 #history h3::before {
  position: absolute;
  top: 50%;
  /*z-index: 1;*/
  content: '';
  display: block;
  width: 100%;
  height: 2px;
	border-bottom:dotted 2px;
}

/* --------------------------------------------------------------------
	#section2
--------------------------------------------------------------------- */
#section2{
	padding:80px 0;
	margin-top:120px;
	background-color:#f1f1f1;
}
#section2 .boxWrap{
	display:flex;
}
#section2 .boxWrap .box{
	width:33.3333333%;
	text-align:center;
	color:#fff;
	position:relative;
	overflow:hidden;
	display:block;
}
#section2 .boxWrap .box > figure{
	margin:0;
	padding:0;
	overflow:hidden;
}
#section2 .boxWrap .box > figure img{
	width:100%;
	height:auto;
	transition:all .3s ease-out;

}
#section2 .boxWrap .box:hover > figure img{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#section2 .boxWrap .box > div{
	font-size:40px;
	font-weight:bold;
	letter-spacing:0.05em;
	position:absolute;
	top: 50%;
	left:0;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	display:block;
	width:100%;
}
#section2 .boxWrap .box > div span{
	display:block;
	font-size:16px;
  font-family: 'Roboto Condensed', sans-serif;
	font-feature-settings: "palt";
	letter-spacing:0.05em;
}
.boxContact{margin:0;}