/*=============================================
*
* story01ページ
*
=============================================*/
#story header {
	background: #fff;
	margin-bottom: 20px !important;
}
#story #sec01 ,
#story #sec02 ,
#story #sec03 ,
#story #sec04 
{
	background: #fff;
	margin: 0 auto;
	max-width: 1100px;
	padding: 40px 0 0 0;
	width: 100%;
}
/*---------------------------------------------
タイトル 
---------------------------------------------*/
#story header .pageTitle {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 16px;
	position: absolute;
	right: 90px;
	top: 45px;
}
@media screen and (max-width:620px){
#story header .pageTitle {
	font-size: 15px;
	right: 0;
	text-align: center;
	top: 88px;
	width: 100%;
}
}
#story header .pageTitle br {
	display: none;
}
@media screen and (max-width:420px){
#story header .pageTitle br {
	display: block;
}
}
/*---------------------------------------------
見出し共通
---------------------------------------------*/
#story .hArea h1.lead01 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 27px;
	font-weight: bold;
    margin-bottom: 5px;
	padding: 0 40px 0 120px;
	text-align: left;
}
@media screen and (max-width:768px){
#story .hArea h1.lead01 {
	padding: 0 20px;
}
}
/*---------------------------------------------
テキスト
---------------------------------------------*/
#story .txtArea01 {
	padding: 20px 120px;
}
@media screen and (max-width:768px){
#story .txtArea01 {
	padding: 20px 20px 30px 20px;
}
}
@media screen and (max-width:500px){
#story .txtArea01 {
	padding: 20px 10px 30px 10px;
}
}
/* テキスト　*/
#story .txt01 {
	letter-spacing: 0.2em;
	line-height: 2.3;
	margin-bottom: 30px;
}
/* テキスト　*/
#story .txt01 a {
	border-bottom:1px dotted #14100d;
	color: #14100d;
	text-decoration: none;
}
/*=============================================
*
* topArea
*
=============================================*/
#story #topArea {
	border-top: 2px #14100d solid;
	height: 625px;
	margin-bottom: 30px;
	position: relative;
	top: 120px;
}
@media screen and (max-width:780px){
#story #topArea {
	height: 18%;
}
}
@media screen and (max-width:420px){
#story #topArea {
	top: 150px;
}
}
/* ============================================
topArea | hArea共通
============================================ */
#story #topArea .hArea {
	margin: 0 auto 0 auto;
	padding-top: 140px;
	max-width: 1100px;
	width: 100%;
}
@media screen and (max-width:1120px){
#story #topArea .hArea {
	margin: 0 auto 0 10px;
	width: 60%;
}
}
@media screen and (max-width:780px){
#story #topArea .hArea {
	margin: 0 10px;
	padding-top: 540px;
	width: auto;
}
}
@media screen and (max-width:400px){
#story #topArea .hArea {
	margin: 0 10px;
	padding-top: 440px;
	width: auto;
}
}
/*---------------------------------------------
ロゴと見出し
---------------------------------------------*/
#story #topArea .LogoHArea {
	margin: 0 auto 0 0;
	width: 50%;
}
@media screen and (max-width:1120px){
#story #topArea .LogoHArea {
	margin: 0 auto 0 0;
	width: 100%;
}
}
/* ロゴ */
#story #topArea .brandLogo {
	float: left;
	width: 40%;
}
@media screen and (max-width:400px){
#story #topArea .brandLogo {
	float: none;
	width: 100%;
}
}
/* 見出し */
#story #topArea .LogoHArea h2.heading {
	float: left;
	width: 60%;
	
	overflow: hidden;
	text-indent: 100%;
	white-space:nowrap;
	*text-indent: -9999em;
}
@media screen and (max-width:400px){
#story #topArea .LogoHArea h2.heading {
	height: 200px;
	float: none;
	width: 100%;
}
}
/* テキストボックス */
#story #topArea .hArea .txtBox {
	margin-bottom: 7px;
	padding: 10px;
	text-align: left;
	width: 50%;
}
@media screen and (max-width:1120px){
#story #topArea .hArea .txtBox {
	margin: 0 auto 0 0;
	width: 100%;
}
}
/* リード */
#story #topArea .hArea .txtBox .lead01 {
	letter-spacing: 0.1em;
	line-height: 1.8;
}
/* 名前エリア */
#story #topArea .hArea .nameArea {
	background: url(../images/common/whiteBack.png) 0 0 repeat;
	background: #fff;
	padding: 10px 10px 10px 15px;
	text-align: left;
	width: 50%;
}
@media screen and (max-width:1120px){
#story #topArea .hArea .nameArea {
	margin: 0 auto 0 0;
	width: 100%;
}
}
#story #topArea .hArea .nameArea .name {
	display: inline;
	font-size: 21px;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
/* ============================================
topArea | story01
============================================ */
#story.story01 #topArea {
	background: url(../images/story/story01TopAreaImg-01.png) center top no-repeat;
}
@media screen and (max-width:1100px){
#story.story01 #topArea {
	background: url(../images/story/story01TopAreaImg-02.png) center top no-repeat;
}
}
@media screen and (max-width:768px){
#story.story01 #topArea {
	background: url(../images/story/story01TopAreaImg-03.png) center top no-repeat;
}
}
/* テキストボックス */
#story #topArea .hArea .txtBox {
	background: #002029;
	color: #fff;
}
/* 見出し */
#story.story01 #topArea .LogoHArea h2.heading {
	background: url(../images/job_description/job_descriptionSec01BannerBtnHeading-01.png) 10px 10px no-repeat #003f52;
}
@media screen and (max-width:480px){
#story.story01 #topArea .LogoHArea h2.heading {
	background-size: 120%;
}
}
@media screen and (max-width:400px){
#story.story01 #topArea .LogoHArea h2.heading {
	background-size: auto;
}
}
/* ============================================
topArea | story02 
============================================ */
#story.story02 #topArea {
	background: url(../images/story/story02TopAreaImg-01.png) center top no-repeat;
}
@media screen and (max-width:1100px){
#story.story02 #topArea {
	background: url(../images/story/story02TopAreaImg-02.png) center top no-repeat;
}
}
@media screen and (max-width:768px){
#story.story02 #topArea {
	background: url(../images/story/story02TopAreaImg-03.png) center top no-repeat;
}
}
/* テキストボックス */
#story.story02 #topArea .hArea .txtBox {
	background: #002029;
	color: #fff;
}
/* 見出し */
#story.story02 #topArea .LogoHArea h2.heading {
	background: url(../images/job_description/job_descriptionSec01BannerBtnHeading-02.png) 10px 10px no-repeat #003f52;
}
@media screen and (max-width:480px){
#story.story02 #topArea .LogoHArea h2.heading {
	background-size: 120%;
}
}
@media screen and (max-width:400px){
#story.story02 #topArea .LogoHArea h2.heading {
	background-size: auto;
}
}
/* ============================================
topArea | story03
============================================ */
#story.story03 #topArea {
	background: url(../images/story/story03TopAreaImg-01.png) center top no-repeat;
}
@media screen and (max-width:1100px){
#story.story03 #topArea {
	background: url(../images/story/story03TopAreaImg-02.png) center top no-repeat;
}
}
@media screen and (max-width:768px){
#story.story03 #topArea {
	background: url(../images/story/story03TopAreaImg-03.png) center top no-repeat;
}
}
/* テキストボックス */
#story.story03 #topArea .hArea .txtBox {
	background: #2c1304;
	color: #fff;
}
/* 見出し */
#story.story03 #topArea .LogoHArea h2.heading {
	background: url(../images/job_description/job_descriptionSec01BannerBtnHeading-03.png) 10px 10px no-repeat #572608;
}
@media screen and (max-width:480px){
#story.story03 #topArea .LogoHArea h2.heading {
	background-size: 120%;
}
}
@media screen and (max-width:400px){
#story.story03 #topArea .LogoHArea h2.heading {
	background-size: auto;
}
}
/* ============================================
topArea | story04
============================================ */
#story.story04 #topArea {
	background: url(../images/story/story04TopAreaImg-01.png) center top no-repeat;
}
@media screen and (max-width:1100px){
#story.story04 #topArea {
	background: url(../images/story/story04TopAreaImg-02.png) center top no-repeat;
}
}
@media screen and (max-width:768px){
#story.story04 #topArea {
	background: url(../images/story/story04TopAreaImg-03.png) center top no-repeat;
}
}
/* テキストボックス */
#story.story04 #topArea .hArea .txtBox {
	background: #685f36;
	color: #fff;
}
/* 見出し */
#story.story04 #topArea .LogoHArea h2.heading {
	background: url(../images/job_description/job_descriptionSec01BannerBtnHeading-04.png) 10px 10px no-repeat #d0be6c;
}
@media screen and (max-width:480px){
#story.story04 #topArea .LogoHArea h2.heading {
	background-size: 120%;
}
}
@media screen and (max-width:400px){
#story.story04 #topArea .LogoHArea h2.heading {
	background-size: auto;
}
}
/* ============================================
topArea | story05
============================================ */
#story.story05 #topArea {
	background: url(../images/story/story05TopAreaImg-01.png) center top no-repeat;
}
@media screen and (max-width:1100px){
#story.story05 #topArea {
	background: url(../images/story/story05TopAreaImg-02.png) center top no-repeat;
}
}
@media screen and (max-width:768px){
#story.story05 #topArea {
	background: url(../images/story/story05TopAreaImg-03.png) center top no-repeat;
}
}
/* テキストボックス */
#story.story05 #topArea .hArea .txtBox {
	background: #090605;
	color: #fff;
}
/* 見出し */
#story.story05 #topArea .LogoHArea h2.heading {
	background: url(../images/job_description/job_descriptionSec01BannerBtnHeading-05.png) 10px 10px no-repeat #231815;
}
@media screen and (max-width:480px){
#story.story05 #topArea .LogoHArea h2.heading {
	background-size: 120%;
}
}
@media screen and (max-width:400px){
#story.story05 #topArea .LogoHArea h2.heading {
	background-size: auto;
}
}
/* ============================================
topArea | story06
============================================ */
#story.story06 #topArea {
	background: url(../images/story/story06TopAreaImg-01.png) center top no-repeat;
}
@media screen and (max-width:1100px){
#story.story06 #topArea {
	background: url(../images/story/story06TopAreaImg-02.png) center top no-repeat;
}
}
@media screen and (max-width:768px){
#story.story06 #topArea {
	background: url(../images/story/story06TopAreaImg-03.png) center top no-repeat;
}
}
/* テキストボックス */
#story.story06 #topArea .hArea .txtBox {
	background: #130b03;
	color: #fff;
}
/* 見出し */
#story.story06 #topArea .LogoHArea h2.heading {
	background: url(../images/job_description/job_descriptionSec01BannerBtnHeading-06.png) 10px 10px no-repeat #251505;
}
@media screen and (max-width:480px){
#story.story06 #topArea .LogoHArea h2.heading {
	background-size: 120%;
}
}
@media screen and (max-width:400px){
#story.story06 #topArea .LogoHArea h2.heading {
	background-size: auto;
}
}
/* ============================================
topArea | story07
============================================ */
#story.story07 #topArea {
	background: url(../images/story/story07TopAreaImg-01.png) center top no-repeat;
}
@media screen and (max-width:1100px){
#story.story07 #topArea {
	background: url(../images/story/story07TopAreaImg-02.png) center top no-repeat;
}
}
@media screen and (max-width:768px){
#story.story07 #topArea {
	background: url(../images/story/story07TopAreaImg-03.png) center top no-repeat;
}
}
/* テキストボックス */
#story.story07 #topArea .hArea .txtBox {
	background: #120c0b;
	color: #fff;
}
/* 見出し */
#story.story07 #topArea .LogoHArea h2.heading {
	background: url(../images/job_description/job_descriptionSec01BannerBtnHeading-07.png) 10px 10px no-repeat #231815;
}
@media screen and (max-width:480px){
#story.story07 #topArea .LogoHArea h2.heading {
	background-size: 120%;
}
}
@media screen and (max-width:400px){
#story.story07 #topArea .LogoHArea h2.heading {
	background-size: auto;
}
}
/* ============================================
topArea | story08
============================================ */
#story.story08 #topArea {
	background: url(../images/story/story08TopAreaImg-01.png) center top no-repeat;
}
@media screen and (max-width:1100px){
#story.story08 #topArea {
	background: url(../images/story/story08TopAreaImg-02.png) center top no-repeat;
}
}
@media screen and (max-width:768px){
#story.story08 #topArea {
	background: url(../images/story/story08TopAreaImg-03.png) center top no-repeat;
}
}
/* テキストボックス */
#story.story08 #topArea .hArea .txtBox {
	background: #bf954d;
	color: #fff;
}
/* 見出し */
#story.story08 #topArea .LogoHArea h2.heading {
	background: url(../images/job_description/job_descriptionSec01BannerBtnHeading-08.png) 10px 10px no-repeat #fff;
}
@media screen and (max-width:480px){
#story.story08 #topArea .LogoHArea h2.heading {
	background-size: 120%;
}
}
@media screen and (max-width:400px){
#story.story08 #topArea .LogoHArea h2.heading {
	background-size: auto;
}
}
/* ============================================
topArea | story09
============================================ */
#story.story09 #topArea {
	background: url(../images/story/story09TopAreaImg-01.png) center top no-repeat;
}
@media screen and (max-width:1100px){
#story.story09 #topArea {
	background: url(../images/story/story09TopAreaImg-02.png) center top no-repeat;
}
}
@media screen and (max-width:768px){
#story.story09 #topArea {
	background: url(../images/story/story09TopAreaImg-03.png) center top no-repeat;
}
}
/* テキストボックス */
#story.story09 #topArea .hArea .txtBox {
	background: #000;
	color: #fff;
}
/* 見出し */
#story.story09 #topArea .LogoHArea h2.heading {
	background: url(../images/job_description/job_descriptionSec01BannerBtnHeading-09.png) 10px 10px no-repeat #f50a19;
}
@media screen and (max-width:480px){
#story.story09 #topArea .LogoHArea h2.heading {
	background-size: 120%;
}
}
@media screen and (max-width:400px){
#story.story09 #topArea .LogoHArea h2.heading {
	background-size: auto;
}
}
/* ============================================
topArea | story10
============================================ */
#story.story10 #topArea {
	background: url(../images/story/story10TopAreaImg-01.png) center top no-repeat;
}
@media screen and (max-width:1100px){
#story.story10 #topArea {
	background: url(../images/story/story10TopAreaImg-02.png) center top no-repeat;
}
}
@media screen and (max-width:768px){
#story.story10 #topArea {
	background: url(../images/story/story10TopAreaImg-03.png) center top no-repeat;
}
}
/* テキストボックス */
#story.story10 #topArea .hArea .txtBox {
	background: #120c0b;
	color: #fff;
}
/* 見出し */
#story.story10 #topArea .LogoHArea h2.heading {
	background: url(../images/job_description/job_descriptionSec01BannerBtnHeading-10.png) 10px 10px no-repeat #231815;
}
@media screen and (max-width:480px){
#story.story10 #topArea .LogoHArea h2.heading {
	background-size: 120%;
}
}
@media screen and (max-width:400px){
#story.story10 #topArea .LogoHArea h2.heading {
	background-size: auto;
}
}
/*=============================================
*
* #sec01
*
=============================================*/
#story #sec01 .title {
	border-bottom: 1px #ccc solid;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 18px;
	letter-spacing: 0.3em;
    margin: 0 auto 60px auto;
	padding: 70px 0 7px 0;
	text-align: center;
	width: 200px;
}
/* ============================================
テキスト
============================================ */
#story #sec01 .txt01 {
	/*
	float: left;
	width: 51%;
	*/
}
@media screen and (max-width:1000px){
#story #sec01 .txt01 {
	float: none;
	width: 100%;
}
}
/* ============================================
写真
============================================ */
#story #sec01 .photoBox {
	float: right;
	margin: 0 0 30px 5%;
	width: 43%;
}
@media screen and (max-width:1000px){
#story #sec01 .photoBox {
	margin: 0 0 20px 3%;
}
}
@media screen and (max-width:500px){
#story #sec01 .photoBox {
	margin: 0 0 20px 0;
	float: none;
	width: 100%;
}
}
/*=============================================
*
* #sec02
*
=============================================*/
#story #sec02 .title {
	border-bottom: 1px #ccc solid;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 18px;
	letter-spacing: 0.3em;
    margin: 0 auto 60px auto;
	padding: 20px 0 7px 0;
	text-align: center;
	width: 200px;
}
/* ============================================
テキスト
============================================ */
#story #sec02 .txt01 {
	/*float: right;
	width: 51%;
	*/
}
@media screen and (max-width:1000px){
#story #sec02 .txt01 {
	float: none;
	width: 100%;
}
}
/* ============================================
写真
============================================ */
#story #sec02 .photoBox {
	float: left;
	margin: 0 5% 30px 0;
	width: 43%;
}
@media screen and (max-width:1000px){
#story #sec02 .photoBox {
	margin: 0 3% 20px 0;
}
}
@media screen and (max-width:500px){
#story #sec02 .photoBox {
	margin: 0 0 20px 0;
	float: none;
	width: 100%;
}
}
/*=============================================
*
* #sec03
*
=============================================*/
/* ============================================
テキスト
============================================ */
#story #sec03 .txt01 {
	/*
	float: left;
	width: 51%;
	*/
}
@media screen and (max-width:1000px){
#story #sec03 .txt01 {
	float: none;
	width: 100%;
}
}
/* ============================================
写真
============================================ */
#story #sec03 .photoBox {
	float: right;
	margin: 0 0 30px 5%;
	width: 43%;
}
@media screen and (max-width:1000px){
#story #sec03 .photoBox {
	margin: 0 0 20px 3%;
}
}
@media screen and (max-width:500px){
#story #sec03 .photoBox {
	margin: 0 0 20px 0;
	float: none;
	width: 100%;
}
}
/*=============================================
*
* #sec04
*
=============================================*/
#story #sec04 .title {
	border-bottom: 1px #ccc solid;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 18px;
	letter-spacing: 0.3em;
    margin: 0 auto 60px auto;
	padding: 20px 0 7px 0;
	text-align: center;
	width: 200px;
}
/*=============================================
*
* .fullWidthPhotoBox
*
=============================================*/
.fullWidthPhotoBox {
	overflow: hidden;
	text-indent: 100%;
	white-space:nowrap;
	*text-indent: -9999em;
}
/* story01 */
.story01 .fullWidthPhotoBox {
	background: url(../images/story/story01FullPhoto-01.jpg) center top no-repeat;
	height: 626px;	
	
}
@media screen and (max-width:1100px){
.story01 .fullWidthPhotoBox {
	background: url(../images/story/story01FullPhoto-02.jpg) center top no-repeat;
	height: 625px;
	
}
}
@media screen and (max-width:768px){
.story01 .fullWidthPhotoBox {
	background: url(../images/story/story01FullPhoto-03.jpg) center top no-repeat;
	height: 450px;
}
}
/* story02 */
.story02 .fullWidthPhotoBox {
	background: url(../images/story/story02FullPhoto-01.jpg) center top no-repeat;
	height: 626px;	
}
@media screen and (max-width:1100px){
.story02 .fullWidthPhotoBox {
	background: url(../images/story/story02FullPhoto-02.jpg) center top no-repeat;
	height: 625px;
	
}
}
@media screen and (max-width:768px){
.story02 .fullWidthPhotoBox {
	background: url(../images/story/story02FullPhoto-03.jpg) center top no-repeat;
	height: 450px;
}
}
/* story03 */
.story03 .fullWidthPhotoBox {
	background: url(../images/story/story03FullPhoto-01.jpg) center top no-repeat;
	height: 626px;	
}
@media screen and (max-width:1100px){
.story03 .fullWidthPhotoBox {
	background: url(../images/story/story03FullPhoto-02.jpg) center top no-repeat;
	height: 625px;
	
}
}
@media screen and (max-width:768px){
.story03 .fullWidthPhotoBox {
	background: url(../images/story/story03FullPhoto-03.jpg) center top no-repeat;
	height: 450px;
}
}
/* story04 */
.story04 .fullWidthPhotoBox {
	background: url(../images/story/story04FullPhoto-01.jpg) center top no-repeat;
	height: 626px;		
}
@media screen and (max-width:1100px){
.story04 .fullWidthPhotoBox {
	background: url(../images/story/story04FullPhoto-02.jpg) center top no-repeat;
	height: 625px;
	
}
}
@media screen and (max-width:768px){
.story04 .fullWidthPhotoBox {
	background: url(../images/story/story04FullPhoto-03.jpg) center top no-repeat;
	height: 450px;
}
}
/* story05 */
.story05 .fullWidthPhotoBox {
	background: url(../images/story/story05FullPhoto-01.jpg) center top no-repeat;
	height: 626px;	
}
@media screen and (max-width:1100px){
.story05 .fullWidthPhotoBox {
	background: url(../images/story/story05FullPhoto-02.jpg) center top no-repeat;
	height: 625px;
	
}
}
@media screen and (max-width:768px){
.story05 .fullWidthPhotoBox {
	background: url(../images/story/story05FullPhoto-03.jpg) center top no-repeat;
	height: 450px;
}
}
/* story06 */
.story06 .fullWidthPhotoBox {
	background: url(../images/story/story06FullPhoto-01.jpg) center top no-repeat;
	height: 626px;	
}
@media screen and (max-width:1100px){
.story06 .fullWidthPhotoBox {
	background: url(../images/story/story06FullPhoto-02.jpg) center top no-repeat;
	height: 625px;
	
}
}
@media screen and (max-width:768px){
.story06 .fullWidthPhotoBox {
	background: url(../images/story/story06FullPhoto-03.jpg) center top no-repeat;
	height: 450px;
}
}
/* story07 */
.story07 .fullWidthPhotoBox {
	background: url(../images/story/story07FullPhoto-01.jpg) center top no-repeat;
	height: 626px;	
}
@media screen and (max-width:1100px){
.story07 .fullWidthPhotoBox {
	background: url(../images/story/story07FullPhoto-02.jpg) center top no-repeat;
	height: 625px;
	
}
}
@media screen and (max-width:768px){
.story07 .fullWidthPhotoBox {
	background: url(../images/story/story07FullPhoto-03.jpg) center top no-repeat;
	height: 450px;
}
}
/* story08 */
.story08 .fullWidthPhotoBox {
	background: url(../images/story/story08FullPhoto-01.jpg) center top no-repeat;
	height: 626px;	
}
@media screen and (max-width:1100px){
.story08 .fullWidthPhotoBox {
	background: url(../images/story/story08FullPhoto-02.jpg) center top no-repeat;
	height: 625px;
	
}
}
@media screen and (max-width:768px){
.story08 .fullWidthPhotoBox {
	background: url(../images/story/story08FullPhoto-03.jpg) center top no-repeat;
	height: 450px;
}
}
/* story09 */
.story09 .fullWidthPhotoBox {
	background: url(../images/story/story09FullPhoto-01.jpg) center top no-repeat;
	height: 626px;	
}
@media screen and (max-width:1100px){
.story09 .fullWidthPhotoBox {
	background: url(../images/story/story09FullPhoto-02.jpg) center top no-repeat;
	height: 625px;
	
}
}
@media screen and (max-width:768px){
.story09 .fullWidthPhotoBox {
	background: url(../images/story/story09FullPhoto-03.jpg) center top no-repeat;
	height: 450px;
}
}
/* story10 */
.story10 .fullWidthPhotoBox {
	background: url(../images/story/story10FullPhoto-01.jpg) center top no-repeat;
	height: 626px;	
}
@media screen and (max-width:1100px){
.story10 .fullWidthPhotoBox {
	background: url(../images/story/story10FullPhoto-02.jpg) center top no-repeat;
	height: 625px;
	
}
}
@media screen and (max-width:768px){
.story10 .fullWidthPhotoBox {
	background: url(../images/story/story10FullPhoto-03.jpg) center top no-repeat;
	height: 450px;
}
}
/*=============================================
*
* #sec05 
*
=============================================*/
#story #sec05 .inner01 {
	background: #fff;
	margin: 30px auto 30px auto;
	padding: 60px 120px 50px 120px;
	max-width: 1100px;
	width: 100%;
}
@media screen and (max-width:1100px){
#story #sec05 .inner01 {
	margin: 30px 10px 30px 10px;
	width: auto;
}
}
@media screen and (max-width:768px){
#story #sec05 .inner01 {
	padding: 20px 20px;
}
}
/* ============================================
テキストエリア
============================================ */
#story #sec05 .txtArea01 {
	float: left;
	padding: 0;
	width: 63%;
}
@media screen and (max-width:768px){
#story #sec05 .txtArea01 {
	float: none;
	width: 100%;
}
}
/* タイトル storySec05Title.png*/
#story #sec05 .txtArea01 .heading {
	background:url(../images/story/storySec05Heading.png) no-repeat left 0;
	height: 36px;
	margin-bottom: 30px;
	width: auto;

	overflow: hidden;
	text-indent: 100%;
	white-space:nowrap;
	*text-indent: -9999em;
}
#story #sec05 .lead01 {
    font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.3em;
	line-height: 1.8;
	margin-bottom: 25px;
	text-align: left;
}
/* ============================================
写真エリア
============================================ */
#story #sec05 .photoArea {
	float: right;
	margin: 0 0 0 20px;
	width: 34%;
}
@media screen and (max-width:1100px){
#story #sec05 .photoArea {
	margin: 0 0 0 2%;
}
}
@media screen and (max-width:768px){
#story #sec05 .photoArea {
	float: none;
	margin: 0;
	width: 100%;
}
}
#story #sec05 .photoArea .photoBox {
	margin-bottom: 10px;
}
/* テキスト */
#story #sec05 .photoArea .txt01 {
    font-size: 12px;
}
@media screen and (max-width:768px){
#story #sec05 .photoArea .txt01 {
    font-size: 14px;
	line-height: 1.6;
}
}
/*=============================================
*
* #sec06 | バナーボタンエリア
*
=============================================*/
#story #sec06 {
	margin: 30px auto 60px auto;
	max-width: 1100px;
	padding: 0 30px;
	width: 100%;
}
#story #sec06 li {
	text-align: center;
}
@media screen and (max-width:1100px){
#story #sec06 li {
	margin: 0 0.2%;
}
}
#story #sec06 li img {
	display: inline;
}
