@charset "utf-8";

#pgIndex main,
#pgIndex footer {
	background-color: #ffffff;
}

#pgHead {
	position: relative;
	width:100%;
	height: 242px;
	margin-top: 92px;
	background-color: #f5f5f5; 
}

#pgHead > div {
	position:absolute;
	left:0;
	top:0;
	right:0; 
	bottom:0;
	display:flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
}

#pgHead > .pgHeadMovie {
	height: 242px;
	overflow: hidden;
}

#pgHead .pgHeadMovieInr,
#pgHead .pgHeadMovieInr iframe {
	width: 1920px;
	height: 564px;
}

.pageTitle {
	width:350px;
	text-align: center;
}

.pageTitle img {
	width: 100%;
}

/* スマホ対応 */
#pgHead.mobile {
	height: 30.67vw;
	margin-top: 92px;
	background: url(../images/mv_bg_sp.jpg) center center no-repeat;
	background-size: cover;
}

#pgHead.mobile::before {
	padding-top: 100%;
}

#pgHead.mobile > .pgHeadMovie {
	display: none;
}

#pgHead.mobile .pgHeadInr {
	background: url(../images/mv_bg_band.svg) right center no-repeat;
	background-size:auto 100%;
}

#pgHead.mobile .pageTitle {
	display: none;
}

/* 画像3カラム */
ul.img3clm {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 38px 0 0;
}

ul.img3clm li + li {
	margin-left: 2.5%;
}

/* ご挨拶 */
section#greeting {
	background: url(../images/s01_greeting_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}

section#greeting .profile {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0 0 16px;
}

section#greeting .profile p {
	line-height: 1.5;
	margin-top: 1.5em;
}

section#greeting .profile p strong {
	font-size: 2.2rem;
}

section#greeting .profile figure {
	flex-basis: 167px;
	max-width: 167px;
}

section#greeting .movieBox {
	width: 433px;
	max-width: 100%;
	margin: 0 auto;
}

section#greeting .movieBox p {
	margin: 0 0 8px;
	line-height:1.2;
	font-size: 1.2rem;
}

section#greeting .movieBox a {
	color: #000000;
}

section#greeting .movieBox > div {
	position: relative;
	width: 100%;
	transition: 0.2s;
}

section#greeting .movieBox > div:hover {
	opacity: 0.8;
}

section#greeting .movieBox > div::before {
	content: "";
	display: block;
	width: 66px;
	height: 41px;
	background: url(../images/s01_btn_play.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

section#greeting .movieBox > div::before:hover {
	opacity: 1;
}

/* 業務内容 */
section#works {
	background: url(../images/s02_works_bg.jpg) 50% 0 no-repeat;
	background-size: cover;
}

section#works ul.img3clm li:nth-of-type(1) {
	flex-basis: 30.78%;
	max-width: 30.78%;
}

section#works ul.img3clm li:nth-of-type(2) {
	flex-basis: 40%;
	max-width: 40%;
}

section#works ul.img3clm li:nth-of-type(3) {
	flex-basis: 24.22%;
	max-width: 24.22%;
}


/* 会社概要 */
section#company {
	background: url(../images/s03_company_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}

section#company table {
	margin: 0 auto;
	margin-bottom: 30px;
	line-height: 1.5;
}

section#company table th {
	width: 7.5em;
	padding: 0 1.5em 8px 0;
	text-align: left;
}

section#company table td {
	width: auto;
	padding: 0 0 8px 0;
	text-align: left;
}

section#company table.history th {
	width: 7em;
	padding: 0 1em 8px 0;
}

section#company table.history tr:last-of-type th,
section#company table.history tr:last-of-type td {
	padding-bottom: 0;
}

section#company ul.img3clm li:nth-of-type(1) {
	flex-basis: 35.312%;
	max-width: 35.312%;
}

section#company ul.img3clm li:nth-of-type(2) {
	flex-basis: 29.375%;
	max-width: 29.375%;
}

section#company ul.img3clm li:nth-of-type(3) {
	flex-basis: 30.313%;
	max-width: 30.313%;
}

/* アクセス */
section#access {
	background: url(../images/s04_access_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}

section#access .sectionInr > p {
	text-align: center;
}

section#access .accessMap {
	width: 524px;
	max-width: 100%;
	margin: 0 auto;
	padding: 24px 0 0;
}

section#access .accessMap p {
	text-align: center;
}

section#access .accessMap .gmap iframe {
	border:2px solid #ffffff;
}

section#access .accessMap p {
	text-align: right;
	font-size: 1.2rem;
}

section#access .accessMap p a {
	color: #000000;
}

/* 採用情報 */
section#recruit p {
	text-align: center;
}

/* お問い合わせ */
section#contact {
	padding-top: 0;
	padding-bottom: 0;
	background: url(../images/s06_contact_bg.jpg) 50% 40% no-repeat;
	background-size: cover;
	color: #ffffff;
}

section#contact .bgControl {
	width: 660px;
	max-width:100%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(../images/s06_white_band.svg) right center no-repeat;
	background-size: contain;
}

section#contact h2::before,
section#contact h2::after {
	content: none;
}

section#contact .sectionInr {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 524px;
}

section#contact .sectionInr dl {
	text-align: left;
	line-height: 1.6;
}

section#contact .sectionInr dl dt {
	margin: 0 0 5px;
	font-size: 2.0rem;
}

section#contact .sectionInr figure {
	flex-basis: 152px;
	max-width: 152px;
}

/* モーダル */
#modal-content{
	width:80%;
	margin:0;
	padding:0;
	background:#fff;
	position:fixed;
	display:none ;
	z-index:99999;
}

#modal-content .inner{
	position:relative;
}

#modal-content .inner{
	position:relative;
	width:100%;
	padding-top:52.70%;
	overflow:hidden;
}

#modal-content .inner #player{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

#modal-overlay{
	z-index:9999;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0, 0, 0, 0.75);
}

.modal-open {
	cursor: pointer;
}

@media only screen and (max-width: 640px) {

/* スマホ対応 */
#pgHead.mobile {
	margin-top: 47px;
}

/* ご挨拶 */
section#greeting {
	background: url(../images/s01sp_greeting_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}

section#greeting .profile p {
	flex-shrink: 0;
	padding-right: 1em;
}

section#greeting .movieBox {
	padding: 0 5%;
}

/* 業務内容 */
section#works ul.img3clm li:nth-of-type(1) {
	display: none;
}

section#works ul.img3clm li:nth-of-type(2) {
	margin-left: 0;
	flex-basis: 54.395%;
	max-width: 54.395%;
}

section#works ul.img3clm li:nth-of-type(3) {
	flex-basis: 42.03%;
	max-width: 42.03%;
}

/* 会社概要 */

/* アクセス */
section#access .accessMap .gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

section#access .accessMap .gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 採用情報 */

/* お問い合わせ */
section#contact {
	padding: 0;
}

section#contact .sectionInr {
	display: block;
}

section#contact .bgControl {
	background: url(../images/s06sp_white_band.svg) right center no-repeat;
	background-size: auto 100%;
}

section#contact .sectionInr dl {
	display: inline-block;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

section#contact .sectionInr figure {
	margin: 16px auto 0;
}

}

@media only screen and (max-width: 420px) {
}
