@charset "utf-8";
/*--京home.css--*/

.home_catch_box{
	width: 100%;
	max-width: 2200px;
	min-width: 1100px;
	height: calc(100vw / 2.2);
	max-height: 500px;
	min-height: 500px;
	z-index: 0;
	position: relative;
	background-image:url(../shared/home/home_catch_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0px -100px 100px 0px rgb(33 33 33) inset;
	}

	.home_catch_box .box_inner{
		width: 100%;
		min-width: 1100px;
		position: absolute;
		top: 0;
		left: 0;
	}

        .home_catch_box .box_inner .img_box_title{
            width: 790px;
            margin: 0 auto;
            padding: 40px 0 0 10px;
        }

		.home_catch_box .box_inner .img_box{
			width: 800px;
			margin: 0 auto;
			padding-top: 40px;
		}

		.home_catch_box .box_inner img{}


.home_outline_box{
	width: 1100px;
	margin: -150px auto 0 auto;
}

.home_outline_box .box_inner{
	display: flex;
	margin: 0 auto 100px auto;
	position: relative;
	height: 100%;
	box-sizing: border-box;
	justify-content: center;
	}


	.home_outline_box .box_inner .outline_img_box {
		width: 340px;
	}

		.home_outline_box .box_inner .outline_img_box img {
			max-width: 100%;
			height: auto;
		}

	.home_outline_box .box_inner .outline_txt_box {
		width: 430px;
		line-height: 2.3em;
		font-size: 15px;
		padding-left: 50px;
		color:#fff;
	}

    .home_outline_box .box_inner .outline_txt_box .otb_title{
        font-size: 1.4em;
        padding: 5px 0;
    }


.home_invitation_box {
	width: 1000px;
	padding: 0 0 100px 0;
	margin: 0 auto 80px auto;
	position: relative;
}

.home_invitation_box:after{
	content: "";
	width: 1000px;
	height: 100px;
	background-image: url("../shared/home/bg_home_invitation.png");
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.2;
}

		.home_invitation_box .box_header {
			width: 380px;
			padding-top: 3px;
			padding-bottom: 18px;
			padding-left:10px;
			padding-right: 44px;
			box-sizing:border-box;
			border-bottom: 3px solid #f0c864;
			position:relative;
			margin:0 auto 20px auto;
			}

				.home_invitation_box .box_header a {
					height:22px;
					}

				.home_invitation_box .box_header img{
					max-width: 100%;
					height: auto;
				}

				.home_invitation_box .box_header a:after{
					font-family: FontAwesome;
					content: "\f105";
					position: absolute;
					top: 0;
					bottom: 13px;
					right: 13px;
					margin: auto;
					font-size: 2.8em;
					height: 1em;
					color:#c2c6cf;
				}

		.home_invitation_box .box_inner {
				margin-bottom:2em;
			}

				.home_invitation_box .box_inner ul{
					margin:0;
					padding:0;
					list-style:none;
					display:flex;
					justify-content:center;
				}

					.home_invitation_box .box_inner ul li a{
								color:#fff;
								text-decoration:none;
								font-size:15px;
							}

					.home_invitation_box .box_inner  ul li:after {
								content: "/";
								margin: 0 1.3em;
								color: #fff;
							}

					.home_invitation_box .box_inner ul li:last-child:after{
								content:none;
							}

    .home_innovation_box{
        width: 800px;
        height: 200px;
        background: url("../shared/home/innovation_bg.jpg") no-repeat;
        background-size: contain;
        margin: 0 auto 100px auto;
    }

    .home_innovation_box .box_inner{
        padding: 60px 0 10px 0;
    }

    .home_innovation_box .box_inner .hib_title{
        font-size: 1.4em;
        margin-bottom: 20px;
        text-align: center;
        color: #ffffff;
    }

    .home_innovation_box .box_inner p{
        color: #ffffff;
        padding-left: 90px;
        line-height: 2em;
    }

	.home_news_box{
		width: 800px;
		margin: 0 auto 110px auto;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		}



	.home_news_box .box_header {
		display:flex;
		justify-content:space-between;
		padding: 0;
		margin-bottom: 10px;
		position:relative;
		}

		.home_news_box .box_header h2{
			width: 94px;
			padding: 0 10px;
			border-bottom: 6px solid #f0c864;
			padding-bottom: 0.5em;
			position: absolute;
			top: -38px;
			}


			.home_news_box .box_header h2 img{
				max-width:100%;
				height:auto;
				}


			.home_news_box .box_header::after{
				display: block;
				content: ' ';
				flex-grow: 1;
				margin-left: 135px;
				border-bottom: 1px solid #fff;
				}

			.home_news_box .box_header .more{
				position:absolute;
				top: -24px;
				right: 4px;
				}

				.home_news_box .box_header .more a{
					color: #fff;
					text-decoration: none;
					display: inline-block;
					}

		.home_news_box > .box_inner ul{
			padding-left:2em;
			padding-right:2em;
			}

			.home_news_box > .box_inner ul li{
				display: flex;
				border-bottom: 1px solid #666666;
				padding: 25px;
				line-height: 1.4;
				color: #fff;
				}

				.home_news_box > .box_inner ul li a{
					color: #fff;
					text-decoration:none;
					padding:1em;
					line-height:1.4;
					}


/* スマホだけに適用するCSS */
@media screen and (min-width:1px) and (max-width:479px) {
	.home_catch_box{
		width: 100%;
		max-width: unset;
		min-width: unset;
		height: calc(100vw / 2.2);
		max-height: unset;
		min-height: unset;
		background-image:url(../shared/home/home_catch_bg.jpg);
		background-size: contain;
		background-repeat: no-repeat;
		box-shadow: 0px -10vw 10vw 0px rgb(33 33 33) inset;
	}


	.home_catch_box .box_inner{
		min-width: unset;
	}

	.home_catch_box .box_inner .img_box_title{
		width: 90%;
		padding: 5vw 0 0 0;
	}

	.home_catch_box .box_inner .img_box_title img{
		width: 100%;
		height: auto;
	}

	.home_catch_box .box_inner .img_box{
		width: 70%;
		padding-top: 5vw;
		margin: 0 0 0 5vw;
	}

	.home_catch_box .box_inner .img_box img{
		width: 100%;
		height: auto;
	}

	.home_outline_box{
		width: 90%;
		margin: 5vw auto 0 auto;
	}

	.home_outline_box .box_inner{
		display: block;
		margin: 0 auto 50px auto;
	}

	.home_outline_box .box_inner .outline_img_box{
		width: 90%;
		margin: 0 auto 8vw auto;
	}

	.home_outline_box .box_inner .outline_txt_box{
		width: auto;
		padding-left: 0;
	}

	.home_invitation_box{
		width: 90%;
		padding: 0;
	}

	.home_invitation_box .box_header{
		width: auto;
	}

	.home_invitation_box .box_inner ul li a{
		font-size: unset;
	}

	.home_invitation_box .box_inner ul li:after{
		margin: 0 1em;
	}

	.home_invitation_box:after{
		display: none;
	}

	.home_innovation_box{
		width: 96vw;
		background: url(../shared/home/innovation_bg.jpg) no-repeat center;
		background-size: cover;
		border-right: 1px solid #7c7d7d;
		border-left: 1px solid #7c7d7d;
	}

	.home_innovation_box .box_inner{
		padding: 3vw;
	}

	.home_innovation_box .box_inner .hib_title{
		line-height: 1.5em;
		border-bottom: 3vw;
	}

	.home_innovation_box .box_inner p{
		padding-left: 0;
	}

	.home_news_box{
		width: 95%;
	}

	.home_news_box > .box_inner ul{
		padding-left: 1em;
		padding-right: 1em;
	}

	.home_news_box > .box_inner ul li{
		display: block;
		padding: 15px;
	}

	.home_news_box > .box_inner ul li .news_date{
		margin-bottom: 5px;
	}

}


