﻿@charset "UTF-8";

/* ▼▼▼ 生産体制
=====================================*/
/* 共通
-------------------------------------*/
#title_area{
	background: url(../img/system/title_bg.jpg) no-repeat center/cover;
}

section:last-of-type{
	margin-bottom: 0;
}
section{
	text-align: center;
}
#main{
	padding-bottom: 60px;
}
.video{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 40px;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 概要
-------------------------------------*/
.overview{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
	.overview a{
		color: #0977CB;
		text-decoration: underline;
	}
	.overview a:hover{
		text-decoration: none;
	}
	.overview .photo{
		margin-right: 30px;
		flex-shrink: 0;
	}
	.overview .photo img{
		width: 435px;
	}

#production_detail{
	background: #F5FBFF;
	padding: 70px 0;
	margin: 100px auto;
}
	#production_detail section{
		max-width: 1366px;
		margin: 0 auto;
		overflow: hidden;
	}
	#production_detail .txt_area{
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	#production_detail .txt_area > div{
		background: #fff;
		border: 1px solid #0068B7;
		width: 566px;
		padding: 30px 30px 50px;
		position: absolute;
		top: 0;
	}
	#production_detail .txt_area > div.right{
		right: 0;
	}
	#production_detail h3{
		margin: 0 0 20px -45px;
		color: #B2B2B2;
		font-size: 40px;
		font-weight: normal;
		font-family: 'Reem Kufi', sans-serif;
	}
	#production_detail h3 span{
		background: #0068B7;
		padding: 1.5px 20px 0 50px;
		margin-right: 40px;
		color: #fff;
		font-size: 35px;
		font-weight: bold;
		font-family: "Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
		position: relative;
		line-height: 52px;
height: 52px;
display: inline-block;
	}
	#production_detail h3 span:after{
		content: "";
		border-left: 20px solid #0068B7;
		border-top: 52px solid transparent;
		position: absolute;
		top: 0;
		right: -20px;
	}
	#production_detail h3 + p{
		font-size: 24px;
		margin-bottom: 10px;
	}
	#production_detail .txt{
		line-height: 2;
	}
	#production_detail .photo_area{
		max-width: 58%;
		width: 100%;
		margin-top: 70px;
	}
	.photo_area.right{
		float: right;
	}

/* 綾部ならではのイベント */
.photo_list{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 100px;
}
	.photo_list li{
		width: 32%;
	}

/* 先輩の声 */
#voice{
	text-align: center;
}
#voice > div{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 100px;
}
#voice .photo{
	max-width: 350px;
	width: 100%;
	margin-right: 40px;
	flex-shrink: 0;
}
	#voice .box{
		display: inline-block;
		background: #0068B7;
		color: #fff;
		padding: 3px 15px;
		margin-bottom: 20px;
	}
	#voice .worked:before{
		content: "■";
		color: #0068B7;
	}
	#voice .name{
		margin-bottom: 30px;
		font-size: 28px;
		font-weight: bold;
	}
	.voice_btn{
		border: 1px solid #0068B7;
		max-width: 850px;
		margin: 0 auto 30px;
	}
	.voice_btn:hover{
		opacity: 0.7;
	}
	.voice_btn a{
		display: block;
		padding: 40px 20px;
		color: #0068B7;
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		position: relative;
	}
	.voice_btn a:after{
		display: inline-block;
		content: "";
		width: 10px;
		height: 10px;
		border-right: 1px solid #0068B7;
		border-top: 1px solid #0068B7;
		vertical-align: middle;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		margin-left: 50px;
		position: absolute;
		top: 55px;
		right: 50px;
	}
	p.link{
		font-size: 25px;
		font-weight: bold;
		text-decoration: underline;
	}
	p.link a[href$=".pdf"] {
		padding-left: 35px;
		color: #3D58A2;
		position: relative;
	}
	p.link a[href$=".pdf"]:before {
		content: "";
		display: inline-block;
		background: url(../img/icon_pdf.png) no-repeat center/contain;
		width: 32px;
		height: 32px;
		vertical-align: text-top;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translate(-0%,-50%);
		-webkit-transform: translate(-0%,-50%);
	}

/* ▼▼▼ 768px
=====================================*/
@media screen and (max-width: 768px) {
/* 共通
-------------------------------------*/
#main{
	font-size: 16px;
}
.video{
	height: 50vw;
	margin-bottom: 20px;
}

/* 概要
-------------------------------------*/
.overview{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
	.overview a{
		color: #0977CB;
		text-decoration: underline;
	}
	.overview a:hover{
		text-decoration: none;
	}
	.overview .photo{
		margin: 0 0 20px;
		width: 100%;
	}
	.overview .photo img{
		width: 100%;
	}

#production_detail{
	padding: 30px 20px;
	margin: 50px auto;
}
	#production_detail section{
		width: 100%;
		margin: 0 auto;
		overflow: inherit;
	}
	#production_detail .txt_area{
		margin: 0 auto;
		width: 100%;
		position: relative;
	}
	#production_detail .txt_area > div{
		background: #fff;
		width: 100%;
		padding: 20px;
		margin: 0;
		position: static;
	}
	#production_detail .txt_area > div.right{
		right: 0;
	}
	#production_detail h3{
		margin: 0 0 20px -30px;
		font-size: 24px;
	}
	#production_detail h3 span{
		background: #0068B7;
		padding: 0 5px 0 20px;
		margin-right: 20px;
		font-size: 20px;
		height: 34px;
		line-height: 34px;
	}
	#production_detail h3 span:after{
		content: "";
		border-left: 15px solid #0068B7;
		border-top: 34px solid transparent;
		right: -15px;
	}
	#production_detail h3 + p{
		font-size: 18px;
		margin-bottom: 5px;
	}
	#production_detail .txt{
		line-height: 1.8;
	}
	#production_detail .photo_area{
		max-width: 100%;
		width: 100%;
		margin: 0;
	}
	.photo_area.right{
		float: none;
	}

/* 綾部ならではのイベント */
.photo_list{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
	.photo_list li{
		width: 100%;
	}
	.photo_list li:not(:last-child){
		margin-bottom: 20px;
	}

/* 先輩の声 */
#voice{
	text-align: center;
}
#voice > div{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#voice .photo{
	width: 100%;
	margin: 0 0 20px;
}
	#voice .box{
		padding: 3px 10px;
		margin-bottom: 10px;
	}
	#voice .worked:before{
		content: "■";
	}
	#voice .name{
		margin-bottom: 20px;
		font-size: 24px;
	}
	.voice_btn{
		margin: 0 auto 30px;
	}
	.voice_btn a{
		padding: 20px;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.voice_btn a:after{
		top: 45px;
		right: 20px;
	}
	p.link{
		display: block;
		font-size: 18px;
	}
	p.link a[href$=".pdf"]:before {
		width: 32px;
		height: 32px;
		vertical-align: text-top;
	}
}
