@charset "utf-8";


/* 一段目
----------------------------------------------------- */
.index01 {
z-index: 100;
top: -60px;
position: relative;
padding: 0 0 60px 0;
}

.index01.top0 {
top:0;
}


.index01box {
width: 1080px;
margin:0 auto;
overflow:hidden;
text-align:left;
}

.index01box h2 {
font-size: 30px;
font-weight:normal;
width: 540px;
height: 100px;
line-height:1.2;
margin:0 auto 1.3em auto;
padding: 1em 0 0.5em 0;
letter-spacing:0.05em;
text-align:center;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
background-color: #FFF;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}

.index01box h2 span {
padding: 1em 0 0.5em 0;
border-bottom: 2px solid #0075B9;
}

.index01box h3 {
font-size: 30px;
line-height: 1.3;
text-align:center;
color:#0075B9;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
margin: 0 0 1em 0;
}

.index01box p {
font-size: 18px;
line-height:2.2;
}

.index01txt {
width: 820px;
margin: 0 auto 3em auto;
}

.index01bt {
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
z-index: 50;
position: relative;
}

.index01bt.index01bt2022 {
width: 1080px;
margin: 0 auto;
}

.index01bt section {
width: 32%;
margin: 0 2% 0 0;
padding: 0;
background-color: #FFF;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}

.index01bt section:last-child {
margin: 0;
}

.index01bt section h3 {
color: #0075B9;
font-size: 26px;
text-align: center;
margin: 0 0 0.6em 0;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}

.index01txtbox {
padding: 0 1.5em;
}

.index01bt section div.photo {
height: 190px;
overflow: hidden;
margin: 0 0 0.8em 0;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}

.index01bt section div.photo img {
}

.index01bt section p {
font-size: 15px;
line-height: 1.7;
margin: 0 0 1.5em 0;
}

.index01bt section p.more {
margin: 0 0 1em 0;
}

.index01bt section p.more a {
color :#FFF;
display: block;
height: 36px;
padding: 0.4em 0 0.2em 0;
background-color: #666666;
border-radius: 18px;
text-decoration: none;
text-align: center;
}

.index01bt section p.more a:hover {
background-color: #0075B9;
}

.index01bg {
position: absolute;
width: 100%;
height: 314px;
background-image: url(/kikin/images/bg_photo.jpg);
background-repeat: no-repeat;
background-size: cover;
bottom: 0;
}

@media screen and (max-width: 768px) {
	.index01 {
	top: 1em;
	}
	.index01box {
	width: 100%;
	margin:0 auto;
	padding: 0;
	}
	.index01box h2 {
	width: 100%;
	height: auto;
	font-size: 20px;
	letter-spacing: 0;
	}
	.index01box h3 {
	font-size: 20px;
	}
	.index01txt {
	width: 90%;
	}
	.index01box p {
	font-size: 15px;
	line-height: 1.8;
	}
	.index01bt {
	width: 90%;
	margin: 0 auto;
	}
	.index01bt.index01bt2022 {
	width: 90%;
	}
	.index01bt section {
	width: 100%;
	margin: 0 0 1.5em 0;
	border: 1px solid #CCC;
	border-radius: 8px;
	}
	.index01bt section div.photo {
	height: 150px;
	}
	.index01bt section h3 {
	font-size :22px;
	}
}


/* 二段目
----------------------------------------------------- */
.index02 {
padding: 0 0 5em 0;
}

.index02.index_news {
padding: 3em 0;
background-color: #F2F2F2;
}

.index02box {
width:900px;
margin:0 auto;
overflow:hidden;
text-align:left;
}

.index02box h3 {
font-size: 30px;
font-weight:normal;
line-height:1.2;
margin:0 0 1.5em 0;
letter-spacing:0.05em;
text-align:center;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}

.index02box dl {
overflow:hidden;
padding:0 0 0.5em 0;
margin:0 0 0.5em 0;
}

.index02box dt {
width:20%;
float:left;
}

.index02box dd {
width:80%;
float:right;
}

.linkbox {
margin: 2em 0 0 0;
text-align:center;
}

.linkbox a {
color :#FFF;
display: inline-block;
padding: 0.3em 4em 0.2em 4em;
background-color: #666666;
border-radius: 20px;
text-decoration: none;
text-align: center;
}

.linkbox a:hover {
background-color: #0075B9;
}


@media screen and (max-width: 768px) {
	.index02 {
	padding: 4em 0 3em 0;
	}
	.index02box {
	width:90%;
	margin:0 auto;
	padding: 0;
	}
	.index02box h3 {
	font-size:26px;
	margin:0 0 1.2em 0;
	}
	.index02box dt {
	width:100%;
	float:none;
	}
	.index02box dd {
	width:100%;
	float:none;
	}
	.linkbox {
	margin:2em 0 0 0 ;
	}
	.linkbox a {
	width:100%;
	font-size:16px;
	padding:0.3em 0;
	}
}

/* 三段目
----------------------------------------------------- */
.index03 {
padding: 4em 0 4em 0;
background-image: url(/kikin/images/bg_gray.png);
}

.index03 h3 {
font-size: 30px;
font-weight:normal;
line-height:1.2;
margin:0 0 2em 0;
letter-spacing:0.05em;
text-align:center;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}

.index03box {
width: 1080px;
margin: 0 auto;
padding: 0 0 0.5em 0;
overflow: hidden;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.index03box section {
width: 200px;
height: 190px;
float:left;
padding: 1.5em 1em 0 1em;
margin: 0 8px;
border: 1px solid #DEDEDE;
background-color: #FFF;
border-radius: 6px;
box-shadow: 3px 3px 2px #CCC;
}

.index03box section h4 {
font-size: 18px;
font-weight: normal;
line-height: 1.5;
margin: 0 0 1.2em 0;
}

.index03box section.box2 h4 {
letter-spacing: -0.1em;
}

.index03box section p {
margin: 0 0 0.8em 0;
}

.index03box section p img {
width:50px;
}

.index03box section p.more {
margin: 0 ;
}

.index03box section p.more a {
font-size: 14px;
color :#FFF;
display: block;
height: 26px;
padding: 0 ;
background-color: #ABABAB;
border-radius: 12px;
text-decoration: none;
text-align: center;
}

.index03box section p.more a:hover {
background-color: #0075B9;
}


@media screen and (max-width: 768px) {
	.index03 {
	padding: 3.5em 0 1em 0;
	}
	.index03 h3 {
	font-size: 26px;
	}
	.index03box {
	width: 90%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	}
	.index03box section {
	width: 47%;
	height: auto;
	float: none;
	margin: 0 2% 1em 1%;
	padding: 1.5em 1em 1em 1em;
	}
	.index03box section:nth-of-type(even) {
	width: 47%;
	margin: 0 1% 1em 2%;
	}
	.index03box section h4 {
	font-size: 16px;
	}
	.index03box section p img {
	width: 30px;
	}
	.index03box section p.more a {
	font-size: 12px;
	height: 20px;
	border-radius: 10px;
	}
}


/* -----------------------------------------------------

4段目：バナー

----------------------------------------------------- */
.bnbox {
width: 1080px;
margin: 0 auto;
padding: 2em 0 1.8em 0;
}

.bnbox ul {
text-align: center;
}

.bnbox ul li {
display: inline-block;
margin: 0 2px 10px 2px;
}

.bnbox ul li img {
height: 64px;
vertical-align: bottom;
}

.bnbox.li5 ul {
font-size:0;
}

.bnbox.li5 li {
width: 19%;
padding: 0;
margin:0 0.5%;
font-size: 14px;
}

.bnbox.li5 li img {
max-width: 100%;
height: auto;
vertical-align: bottom;
}

/* -----------------------------------------------------

プロジェクトのご紹介

----------------------------------------------------- */
.index_project {
width: 1080px;
padding: 5em 0;
margin: 0 auto;
overflow: hidden;
}

.index_project h3 {
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
    color: #0075B9;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    margin: 0 0 2em 0;
}

.index_projectbox {
width: 100%;
margin-bottom: 2em;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.index_projectbox dl {
width: 23%;
margin: 0 1% 1em 1%;
padding: 0.5em;
border:1px solid #E6E6E6;
cursor:pointer;
position:relative;
}

.index_projectbox dt {
height: 140px;
margin-bottom: 0.1em;
overflow: hidden;
position: relative;
}

.index_projectbox dt img {
position: absolute;
top:50%;
left:0;
transform: translateY(-50%);
}

.index_projectbox a::before {
content: "";
position: absolute;
top: -1px;
left: -1px;
right: -1px;
bottom: -1px;
}

.index_projectbox a:hover::before {
background:rgba(244,244,244,0.3);
}

.index_projectbox dl dd {
text-align:left;
}

.index_projectbox dl dd h4 {
font-size: 15px;
font-weight: normal;
color:#FFF;
padding: 0.2em 0.8em;
margin: 0 0 0.5em 0;
border:none;
text-align:center;
}

@media screen and (max-width: 768px) {
	.bnbox {
	width:90%;
	}
	.bnbox ul li {
	margin: 0 0 0.8em 0;
	}
	.bnbox ul li img {
	max-width: 300px;
	height: auto;
	}
	.bnbox.li5 li {
	width: 48%;
	margin: 0 1% 0.5em 1%;
	}
	/* プロジェクト紹介 */
	.index_project {
	width: 90%;
	padding: 3em 0;
	}
	.index_project h3 {
    font-size: 22px;
	margin: 0 0 1em 0;
	}
	.index_projectbox dl {
	width: 100%;
	margin: 0 0 1em 0;
	}
	.index_projectbox dt {
	height: 200px;
	}
}

.index_projectbox dl dd h4.general {background-color: rgb(255, 128, 185);}
.index_projectbox dl dd h4.project {background-color: rgb(32, 141, 195);}
.index_projectbox dl dd h4.others {background-color: rgb(61, 182, 128);}


.index_projectbox dl dd h4 a {
font-weight: normal;
color:#FFF;
text-decoration:none;
}

.index_projectbox dl dd p {
font-size: 13px;
line-height: 1.6;
margin: 0;
}

.bt {
padding: 1em 0;
text-align: center;
}

.bt a {
color: #333;
padding: 1em 3em;
margin: 0 auto;
text-decoration: none;
border: 1px solid #999;
position: relative;
}

.bt a::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: 10px;
    margin: auto;
    transform: translateY(-50%);
}

.bt a:hover {
background-color: #F2F2F2;
}