@charset "UTF-8";

/* base
----------------------------------------- */
body {
overflow-x: hidden;
}




/* mainImg
----------------------------------------- */
#mainImg {
padding-bottom: 1em;
position: relative;
clear: both;
margin: 70px auto 0;
width: 100%;
text-align: center;
background: rgba(163,163,163,0.2);
}
.slick-initialized .slick-slide, 
.slick-slide {
display: inline-block!important;
float: none;
vertical-align: top;
}

.slider {
-webkit-opacity: 0;
-mmoz-opacity: 0;
opacity: 0;
-webkit-transition: 3s;
-moz-transition: 3s;
transition: 3s;
}
.slick-list {
overflow: visible;
}

.slick-initialized {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.slider .slick-arrow {
display: none!important;
}
.slick-slide .caption {
bottom: 0;
z-index: 2;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
-webkit-opacity: 0;
-mmoz-opacity: 0;
opacity: 0;
}
.slick-current .caption {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
#mainImg img {
margin: 0 auto;
width: 100%;
}
#mainImg .wrap {
margin: 0 auto;
width: 100%;
}

/* Share
----------------------------------------- */
#share {
background: rgba(163,163,163,0.2);
}

/* section h2〜
----------------------------------------- */
section header {
/* margin-top: 1em; */
margin-right: auto;
margin-bottom: 3em;
margin-left: auto;
width: 100%;
display: block;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
text-align: center;
}

.top_company{
	text-align: left;
}

/* section
----------------------------------------- */
section {
margin-bottom: 2em;
width: 100%;
display: inline-block;
}
section:last-child {
margin-bottom: 0;
}
section .wrap {
margin: 0 auto;
}

/* Alert
----------------------------------------- */
#Alert .widget-area .widget {
margin-top: 4em;
margin-right: auto;
margin-bottom: 5em;
margin-left: auto;
}
#Alert .widget-area .widget h2 {
color: #1ba135;
text-align: center;

}
#Alert .widget-area .alertWrap {
margin-top: 1.5em;
}
#Alert .widget-area .alertWrap p,
#Alert .widget-area .alertWrap .term h3 {
margin-bottom: 0.5em;
}
#Alert .widget-area .alertWrap .term p {
font-size: 1.2rem;
word-break: keep-all;
}

/* NewsList
----------------------------------------- */
#NewsList {
margin-bottom: 2em;
background: rgba(163,163,163,0.2);
}
.postListWrap {
margin-bottom: 1em;
}
.postListWrap.last {
margin-bottom: 0;
}

#NewsList header h3 {
font-weight: normal;
font-family: verdana,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

#NewsList .postListWrap .category {
display: table-cell;
font-family: verdana,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

#NewsList .postListWrap .category.news a {
background: #cdddb5;
}

#NewsList .postListWrap .category.other a {
background: #b0d5e6;
}

#NewsList .postListWrap .category a {
padding: 0.1em 0.5em;
display: block;
background: #ffffff;	
text-align: center;
font-size: 0.8rem;
word-break: keep-all;
}
#NewsList .postListWrap .category a:hover,
#NewsList .postListWrap .postDetail .tag a:hover {
text-decoration: none;
}

#NewsList .postListWrap .postDetail .tag {
display: block;
}

#NewsList .postListWrap .postDetail .tag a {
padding: 0 0.2em;
display: inline-block;
border: 1px solid #888888;
font-size: 0.7rem;
}



/* Section Content Main Position
----------------------------------------- */
section .detail {
width: 100%;
display: inline-block;
}
section .detail li {
margin-bottom: 5em;
vertical-align: top;
}
#sec01 .detail li a, 
#sec02 .detail li a {
display: block;
-webkit-opacity: 1;
-mmoz-opacity: 1;
opacity: 1;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}
#sec01 .detail li a:hover, 
#sec02 .detail li a:hover {
-webkit-opacity: 0.6;
-mmoz-opacity: 0.6;
opacity: 0.6;
}
#sec02 h3 em {
min-height: 3em;
}
section .detail li h3 span {
width: 100%;
line-height: 2;
background: #e8e8e8;
}
section .detail li h3 .num {
margin-right: 1em;
text-align: center;
}
#sec01 .num {
background:  #cdddb5;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
#sec02 .num {
background:  #b0d5e6;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
section .detail li h3 em {
margin: 1em 0;
display: block;
font-size: 1.725rem;
text-align: center;
font-style: normal;	
}
section .detail li h3 em .small {
height: auto;
display: block;
background: none;
font-size: 0.9rem;
}
section .detail li p {
margin: 0 auto 1em auto;
width: 95%;
min-height: 6em;
text-align: justify;
}
#sec03 {
/* margin-top: 5em; */
}
#sec03 header h2 {
	width: 90%;
display: inline-block;
/* background: url(images/logo_wh_s.png) no-repeat top left; */
color: #ffffff;
border-bottom: 1px solid #000;
}
#sec03 header h2 span {
/* margin-left: 2.5em; */
/* min-height: 70px; */
display: inline-block;
color: #000000;
font-size: 26px;
}
#sec03 header h2 .font {
margin-left: 0;
font-family: verdana,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
#sec03 header p {
text-align: left;
/* color: #ffffff; */
color: #000000;
padding-top: 9px;
}
#sec03 ul li {
margin: 0;
display: inline-block;
}
#sec03 ul .ownerComment, 
#sec03 ul .clientComment {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
#sec03 ul li a {
bottom: 0;
display: block;
width: 100%;
color: #000000;
background: #cccccc;
}
#sec03 ul li a p {
margin: 1em auto 0 auto;
width: 95%;
min-height: auto;
}
#sec03 ul li a span {
position: relative;
padding-right: 1.5em;
height: 2em;
display: block;
text-align: right;
}
#sec03 ul li a span::before {
font-family: "FontAwesome";
content: '\f101';
position: absolute;
bottom: 5px;
right: 5px;
font-size: 1.2rem;
}


/* ===========================================

 	PC向け表示設定
 
============================================== */
@media only screen and (min-width: 900px){	

/* -------------------------------------------
mainImg
============================================== */
.slick-slide .caption {
position: absolute;
width: 9.1%;
bottom: 0;
background: rgba(0, 0, 0, .6);
}
.slick-slide .caption span {
margin: auto;
max-width: 1200px;
display: inline-block;
text-align: left;
overflow: hidden;
}

/* -------------------------------------------
NewsList
============================================== */
#NewsList .postList {
display: table;
margin-right: auto;
margin-left: auto;
width: 900px;
text-align: left;
overflow: hidden;
}
#NewsList .postList .data {
padding-right: 2em;
display: table-cell;
}
#NewsList .postList .data .time {
margin-bottom: 0.5em;
}

#NewsList .postList .postDetail {
width: 100%;
display: table-cell;
}
#NewsList .postList .postDetail header {
display: table;
margin: 0;
text-align: left;
}
#NewsList header h3 {
display: block;
}
#NewsList .postListWrap .category {
width: 25%;
vertical-align: top;
}
#NewsList .listLink .wrap {
margin: 2em auto;
width: 900px;
text-align: right;
}



/* -------------------------------------------
Section Content Main Position
============================================== */
section > .wrap {
width: 900px;
}
section .detail li h3 span {
display: inline-block;
}
section .detail li h3 .num {
width: 4em;
text-align: center;
}
section .detail li {
width: 440px;
display: inline-block;	
}
section .detail li:nth-child(2n) {
margin-left: 13px;
}
section .detail li:nth-last-child(-n+2), 
section .detail li:last-child {
margin-bottom: 0;
}
#sec03 {
height: 500px;
/* padding-bottom: 34.69%; */
background: url(/images/bk_topsec03.png) no-repeat 0 0;
background-size: contain;
position: relative;
text-align: center;
background-color: rgba(163,163,163,0.2)
}
#sec03 header h2 {
	width: 90%;
/* line-height: 2.5; */
}

#sec03 header h2 span{
	padding-bottom: 10px;
}

#sec03 header p {
	padding-top: 23px;
}
#sec03 .wrap {
/* width: 100%;
position: absolute;
top: 15%;
left: 0; */
display: flex;
align-items: flex-start;
margin-top: 108px;
}
#sec03 ul {
width: 900px;
text-align: center;
}
#sec03 ul li {
width: 440px;
}




}/* end */
/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜

PC以外向け表示設定

〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜 */
@media only screen and (max-width: 899px){

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
 mainImg
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜 */
.slider {
background: rgba(0, 0, 0, .8);
}
#mainImg {
display: inline-block;
}
#top section {
margin: 0 auto;
display:  block !important;
}
#top section {
margin: 0  auto  40px auto !important;
}	
.slick-slide .caption {
text-align: center;
}
.slick-slide .caption span {
margin-right: auto;
margin-left: 1em;
width: 89%;
display: block;
font-size: 0.8rem;
text-align: left;
}	

/* 〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜
section
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜 */
section .detail li h3 span {
display: block;
text-align: center;
}
section .detail li img {
width: 100%;
}
#sec03 {
background: url(/images/bk_topsec03.png) no-repeat 0 0;
background-size: auto 100%;
}
#sec03 header {
margin: 0 auto 3em auto;
width: 81%;
line-height: 1.5;
}
#sec03 .wrap {
margin: 2em auto;
width: 100%;
display: inline-block;
text-align: center;
}
#sec03 header p {
/* margin: auto; */
width: 96%;
}
#sec03 ul li {
width: 80%;
}



}/* end */