@charset 'UTF-8';
.mainimg {
	background: url('../image/main_bg.jpg') center repeat;
}
.mainimg .big-box .box p{
	color: #FFFFFF;
	margin: 0 32px;
}
.mainimg .big-box .box h2{
    margin-right: -20px;
    padding: 62px 0 38px 27px;
    background-position: top left 30px , bottom left 30px;
}
.mainimg .big-box .box p.text{
	letter-spacing: 0.07em;
    margin: 76px 30px 55px;
}
/* ------------------------ */
.index-contruction{
	margin-bottom: 103px;
}
.index-contruction .box{
	position: relative;
}
.index-contruction .title{
	position: absolute;
	right: 0;
	top: 70px;
	font-family:"游明朝","Yu Mincho", YuMincho,serif, 'メイリオ', 'Meiryo', sans-serif;
	font-weight: 600;
	font-size: 3rem;
	line-height: 1.67;
	letter-spacing: 0.5rem;
	font-feature-settings: "palt";
	width: 410px;
	height: 320px;
	color: #032B4C;
	padding-top: 55px;
	padding-left: 68px;
	background:rgba(255, 255, 255, 0.81) url('../image/icon05.jpg')left 34px center repeat-y;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.index-contruction .text{
	margin-top: 23px;
}
/* -------------------------------------------- */

.index-example .big-title{
	margin-bottom: 10px;
	text-align: center;
}
.index-example .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.index-example .works_pick{
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
	margin-bottom: 30px;
}
.index-example .article{
	position: relative;
	margin-bottom: 1px;
    width: 293px;
}
.index-example .works_pick .article .text{
	display: none;
}
.index-example .article h4.title{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
}
.index-example .article h4.title:hover{
	background: rgba(0, 0, 0, 0.25);
}
.index-example .article h4.title a{
	color: #FFFFFF;
    padding: 25px;
    width: 100%;
    height: 100%;
	display: none;
}
.index-example .article h4.title:hover a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-example .btn a.link-btn{
	color: #FFFFFF;
}
/* ------------------------------ */
.index-work .box{
	display: flex;
	justify-content: space-between;
}
.index-work .box dl{
	max-width: 400px;
	width: 100%;
}
.index-work .box dl .title{
	font-size: 1.8rem;
	line-height: 1.5555;
	font-weight: bold;
	padding-left: 26px;
	margin-top: 25px;
	margin-bottom: 20px;
	background: url('../image/icon02.png') left center no-repeat;
}
/* --------------------------- */
.index-friends .box{
	background: url(../image/index07.png) left bottom no-repeat,url(../image/index08.jpg) left bottom no-repeat;
    min-height: 555px;
}
.index-friends .inner{
	max-width: 592px;
	width: 100%;
	margin: 0 0 0 auto;
	padding: 27px 0 0 30px;
}
.index-friends .inner .title{
	position: relative;
	font-size: 4rem;
	line-height: 1.5;
	font-weight: 600;
	color: #032B4C;
	font-family: "游明朝","Yu Mincho", YuMincho,serif, 'メイリオ', 'Meiryo', sans-serif;
	border-bottom: 3px solid #032B4C;
	margin-bottom: 32px;
	padding: 25px 0 8px;
	letter-spacing: 0.5rem;

}
.index-friends .inner .title:before{
	content: '';
	position: absolute;
	width: 81px;
	height: 30px;
	top: 0;
	left: -32px;
	background: url('../image/bg_title.png') left top no-repeat;
}
.index-friends .inner .btn{
	margin-top: 56px;
	margin-left: 15px;
}
.index-friends .inner .btn a.link-btn{
	border: 3px solid #FFC51B;
	margin: auto 0;
    background: #fff;
}
.index-friends .inner .btn a.link-btn:hover{
	border: 3px solid #032B4C;
	opacity: 1;
}
/* --------------------------------- */
.index-response .image{
	width: 400px;
}
.index-response .btn{
	margin-top: 33px;
}
.index-response .btn a{
	color: #FFFFFF;
	letter-spacing: 2px;
}
/* news
------------------------------*/
.news-box{
	margin-bottom: 32px;
}
.news-box .news {
	background: url('../image/br.jpg') left bottom repeat-x;
	padding: 14px 0 14px;
	line-height: 1.6;
}
.news-box .news h4 a{
	font-weight: normal;
}
.news-box .news .date {
	float: left;
	margin-left: 26px;
	margin-right: 35px;
}
.index-news .button{
	text-align: right;
	margin-right: 15px;
}
.index-news .button a{
	max-width: 100%;
	width: 100%;
	padding-right: 30px;
	background: url('../image/icon03.png') right 5px center no-repeat;
    letter-spacing: 0.1rem;
}
.index-news .button a:hover{
	text-decoration: none;
	background: url('../image/icon03.png') right center no-repeat;
}

