﻿@charset "utf-8";
body {
    color: #323232;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    background-color: #fff;
	line-height: 1.7;
    -webkit-text-size-adjust: 100%;
}
/* テキストリンク */
a:link, a:active {
	color: #323232;
	text-decoration: none;
}
a:visited {
	color: #323232;
	text-decoration: none;
}
a:hover {
	color: #b91e23;
	text-decoration: none;
}
/* header */
#header .content {
    position: relative;
    margin:0;
    padding: 0 20px 0;
    min-height: 80px;
    background: url(../img/bg_group_line.jpg) center top no-repeat;
    overflow: hidden;
    box-sizing: border-box;
}
#header .content:before, #header .content:after {
    content: '';
    display: block;
    width: 100%;
    height: 19px;
    position: absolute;
    top: 0;
}
#header .content:before {
    left: 50%;
    margin-left: 700px;
    background-color: #ffdb02;
}
#header .content:after {
    right: 50%;
    margin-right: 700px;
    background-color: #f42b0d;
}
#header .content .headEr{
    position: relative;
    display: block;
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    z-index: 0;
    overflow: hidden;
    width: 100%;
}
#header .content .headEr a img{
    width: 172px;
    float: left;
}

#header .content .headEr h1 {
    float: right;
    font-size: 14px;
    padding-top: 7px;
    font-weight: bold;
}
#header .content .headEr h1 .Bold{
    color: #b81c22;
    font-weight: bold;
}


/* コンテンツ */
.mAin{
    margin: 10px 0 0;
    padding: 0;
    background-color: #ffd104;
    background-image: url(../img/bg_imageSlide.png),linear-gradient(#f52d0f,#ffd104);
    background-repeat: repeat, no-repeat;
    background-position: top center, center;
    overflow: hidden;
}
.mAin .inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 2%;
}
#mainimg{
    margin: 0 auto 0;
}
#mainimg img {
	height: auto;
	max-width: 1200px;
	width: 100%;
}
.section {
	overflow: hidden;
}
.bg_gray {
	background-color: #ebebeb;
}
.bg_gray2 {
	background-color: #D5D5D5;
}
.bg_orange {
	background-color: #F66A0C;
	color: #ffffff;
}
.bg_yellow {
	background-color: #ffdd02;
	color: #323232;
}
.bg_red {
	background-color: #F42B0D;
	color: #ffffff;
}

.nameBox {
	font-size: 16px;
    font-weight: bold;
    margin: 0 0 40px;
    position: relative;
}
.interview01 .nameBox {
	height: 460px;
}
.human {
	left: 50%;
    margin-left: -61px;
    position: absolute;
    top: 30px;
}
.nameBox .bg_gray {
	background-color: #ebebeb;
}
.nameBox .bg_orange {
	float: left;
	width: 50%;
}
.nameBox .bg_orange p {
	padding: 10px 85px 10px 0;
    text-align: right;
}
.nameBox .bg_yellow {
	float: right;
	width: 50%;
}
.nameBox .bg_yellow p {
	padding: 10px 0 10px 85px;
}
.nameBox .bg_red {
	border-top: 100px solid #ebebeb;
}
.nameBox .title_wrap {
	
}
.nameBox .title_wrap h2 {
	font-size: 50px;
    position: relative;
    text-align: center;
}
.contentsInner {
	margin: 0 auto;
	max-width: 1000px;
	overflow: hidden;
	width: 96%;
}
.interviewTxt {
	margin-bottom: 0;
}
.interviewBox {
	clear: both;
    margin: 0 0 40px;
    overflow: hidden;
}
.interviewBox dl {
	float: right;
	width: 58%;
	overflow: hidden;
}
.interviewBox dl dt {
	color: #b81c22;
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 15px;
}
.interviewBox dl dd {
	margin: 0;
	text-align:justify;
}
.interviewImg {
	float: left;
	text-align: center;
	width: 40%;
}
.interviewImg img {
	height: auto;
	max-width: 600px;
	width: 100%;
}
.otherInterview {
	margin-bottom: 80px;
    padding: 40px 2% 80px;
}
.h2wrap {
    margin: 0 auto 40px;
    max-width: 1200px;
    text-align: center;
}
.otherInterview .h2wrap h2 {
    background: url(../img/title_line.png) 50% bottom no-repeat transparent;
	background-size:100% 4px;
	font-size: 40px;
	font-weight: bold;
    line-height: 1.5;
}
.otherInterview .h2wrap p {
    font-size: 20px;
    font-weight: 600;
	line-height: 1.4;
    margin: 10px 0 0;
}
.otherInterview .h2wrap p br {
	display: none;
}
.otherInterview .h2wrap span {
	color: #b81c22;
}
.linkBtn {
	text-align: center;
}
.linkBtn a {
	display: block;
}
.linkBtn a img {
	height: auto;
	max-width: 460px;
	width: 100%;
}
/* footer */
#footer .fwrap {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    color: #000;
}
#footer .gray{
	background-color: #e1e1e1;
    padding: 20px 0 20px;
}
.f_logo img{
    margin: 0 auto 10px;
    /* width: 122px; */
}
.f_logo2{
    background: url(../img/footer_bg.jpg) 0 bottom repeat-x transparent;
    height: 49px;
    text-align: center;
}
.f_logo2 img{
    padding: 10px 0 0;
}
#scroll_pagetop{
    display: block;
    position: fixed;
    bottom: 0;
    right: 2%;
}
@media screen and (max-width: 800px){	
	.nameBox .bg_orange p {
		padding: 10px 75px 10px 0;
	}
	.nameBox .bg_yellow p {
		padding: 10px 0 10px 75px;
	}
}
@media screen and (max-width: 768px){	
	.human {
		left: 2%;
		margin-left: 0;
	}
	.nameBox .bg_orange, .nameBox .bg_yellow {
		float: none;
		width: 100%;
	}
	.nameBox .bg_orange p, .nameBox .bg_yellow p {
		padding: 10px 2% 10px 150px;
		text-align: left;
	}
	.nameBox .title_wrap h2 {
		font-size: 45px;
		padding: 10px 2%;
	}	
	.interviewBox dl {
		float: none;
		margin: 0 0 30px 0;
		width: 100%;
	}
	.interviewImg {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 640px){	
    #header .content .headEr a img{
		display: block;
		float: none;
		margin: 0 auto;
    }
    #header .content .headEr h1{
        float: none;
		line-height: 1.3;
		padding: 7px 0 10px;
		text-align: center;
    }
	#header .content .headEr h1 span {
		display: inline-block;
	}
	.nameBox {
		margin: 0 0 10px 0;
	}
	.interview01 .nameBox {
		height: 0;
		padding-bottom: 76%;
	}
	.human {
		top: 15px;
		width: 20%;
	}
	.human img {
		height: auto;
		width: 100%;
	}
	.interview01 .human img {
		max-width: 123px;
	}
	.interview02 .human img {
		max-width: 141px;
	}
	.nameBox .bg_orange p, .nameBox .bg_yellow p {
		line-height: 1.4;
		padding: 10px 2% 10px 24%;
	}
	.nameBox .bg_yellow p span {
		display: block;
	}
	.nameBox p br {
		display: none;
	}
	.nameBox .title_wrap h2 {
		font-size: 40px;
	}
	.interviewTxt {
		margin-bottom: 0;
	}
	.interviewBox {
		margin: 0 0 30px;
	}
	.interviewBox dl {
		margin: 0 0 15px 0;
	}
	.interviewBox dl dt {
		font-size: 20px;
		margin: 0 0 10px;
	}
	.otherInterview {
		margin-bottom: 60px;
		padding: 30px 2%;
	}
	.h2wrap {
		margin: 0 auto 20px;
	}
	.otherInterview .h2wrap h2 {
		font-size: 33px;
	}
	.otherInterview .h2wrap p br {
		display: block;
	}
}

.entry_btn a{
    display: block;
    max-width: 600px;
    background-color: #ffdd02;
    color: #323232 !important;
    margin: 0 auto 60px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none !important;
}
.entry_btn a:hover{
    background-color: #f42c0d;
    color: #fff !important;
}

@media screen and (max-width: 480px){
	.nameBox .bg_red {
		border-top: 60px solid #ebebeb;
	}
	.nameBox .title_wrap h2 {
		font-size: 35px;
	}
	.otherInterview .h2wrap h2 {
		font-size: 30px;
	}
}
@media screen and (max-width: 420px){
	.nameBox .bg_red {
		border-top: 40px solid #ebebeb;
	}
	.nameBox .title_wrap h2 {
		font-size: 30px;
		padding: 5px 2%;
	}
	.otherInterview .h2wrap h2 {
		font-size: 27px;
	}
}
@media screen and (max-width: 360px){
	.nameBox .bg_red {
		border-top: 20px solid #ebebeb;
	}
	.nameBox .bg_orange p, .nameBox .bg_yellow p {
		font-size: 12px;
	}
	.otherInterview .h2wrap h2 {
		font-size: 22px;
	}
	.otherInterview .h2wrap p {
		font-size: 18px;
	}
	.interviewBox dl dt {
		font-size: 18px;
		margin: 0 0 5px;
	}
}

img {
	image-rendering: -webkit-optimize-contrast; 
}