@charset "UTF-8";
body.pc,
body.tablet,
body.sp {
	background: #567248;
    background-image: url(../images/bg.png), url(../images/bg_back.png);
    background-size: 225px auto, 70px auto;
    background-repeat: repeat-x, repeat;
    background-position: 0 56px, 0 0;
}
body.sp {
    background-size: 18% auto, 70px auto;
    background-position: 0 233px, 0 0;
}
/* body.sp .section {
	background: #567248;
    background-image: url(../images/bg.png), url(../images/bg_back.png);
    background-size: 180% auto, 70px auto;
    background-repeat: repeat-x, repeat;
    background-position: 0 56px, 0 0;
} */
#contentSection {
	color: #fff;
	font-family: 'Noto Serif JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.section .body {
	margin-bottom: 30px;
}
.section {
	padding: 51px 0 0;
}
.section p {
    line-height: 2.2;
}
body.sp .section p {
    line-height: 2.0;
	width: 100%;
	font-size: 220%;
}

body.pc .section h1,
body.tablet .section h1 {
	margin-bottom: 120px;
    padding-top: 88px;
}

body.sp .section h1 {
	width: 90%;
	padding: 10.1% 0 0;
	margin: 0 auto 14%;
}
body .section h1 img {
	width: 884px;
}

body.sp .section h1 img {
	width: 100%;
}

body.sp .attention {
	margin-bottom: 20px;
	font-size: 210%;
}

.section_desc {
	text-align: center;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 60px;
}
body.sp .section_desc {
	width: 90%;
	margin: 0 auto;
	text-align: left;
    padding-bottom: 3vw;
}
.section_desc p {
	font-size: 20px;
    font-weight: 600;
}
body.sp .section_desc p {
	font-size: 220%;
}
p.section_desc_right {
	font-size: 15px;
	text-align: right;
}
body.sp p.section_desc_right {
	text-align: left;
	font-size: 200%;
}

.section .headline {
	color: #ffd26e;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
	background-image: url(../images/headline_bg1.png), url(../images/headline_bg2.png);
	background-size: 928px auto;
	background-position: center top, center bottom;
	background-repeat: no-repeat;
    margin-bottom: 40px;
	padding: 32px 0;
}
body.sp .section .headline {
    font-size: 260%;
}
.section_block {
	margin-bottom: 80px;
}
.imgRight {
    margin: 0 0 29px 30px;
    padding: 2px 0 0;
    float: right;
}
body.sp .imgRight {
	float: none;
    margin: 0 0 20px;
    padding: 0;
	text-align: center;
}
body.sp .imgRight img {
	width: 50%;
}
.imgLeft {
    margin: 0 30px 29px 0;
    padding: 2px 0 0;
    float: left;
}
body.sp .imgLeft {
	float: none;
    margin: 0 0 20px;
    padding: 0;
	text-align: center;
}
body.sp .imgLeft img {
	width: 80%;
}

.section_block p.name {
    margin-bottom: 0;
	font-weight: bold;
}
.section_block .name.name--blue {
	color: #96b9ff;
}
.section_block .name.name--orange {
	color: #fd9f76;
}

.clear {
	clear: both;
}

.section .captionname {
	text-align: right;
	margin: 10px 0 0;
	font-size: 14px;
    line-height: 1.5;
}
.section .captionname--left {
	text-align: left;
}
body.sp .section .captionname {
	text-align: center;
	font-size: 200%;
}

.profile {
	color: #000;
	background-image: url(../images/profile_bg_top.png), url(../images/profile_bg_btm.png), url(../images/profile_bg_mid.png);
	background-size: 959px auto,959px auto,959px auto;
	background-position: center top, center bottom, center;
	background-repeat: no-repeat, no-repeat, repeat-y;
    margin-bottom: 10px;
	padding: 50px 50px;
}
body.sp .profile {
	background-size: 100% auto,100% auto,100% auto;
}

.profile h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
body.sp .profile h3 {
    font-size: 240%;
}
.profile h3 span {
	display: block;
	font-size: 18px;
	font-weight: 400;
}
body.sp .profile h3 span{
    font-size: 80%;
}

.profile p {
	line-height: 2;
}
.profile p:last-child {
	margin-bottom: 0;
}

.section_block_out {
    margin-bottom: 50px;
}
.section_block_out dl dt {
	display: block;
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 5px;
}

body.sp .section_block_out dl dt {
    font-size: 240%;
}
.section_block_out dl dd {
	font-size: 14px;
	line-height: 1.8;
}
body.sp .section_block_out dl dd {
    font-size: 200%;
}

body.sp .section_block .interview_name {
	font-size: 200%;
}
