@charset "UTF-8" ;


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



/*--------------------------------

      画面幅1000px以下の時の設定

----------------------------------*/



/*--
固有のマージンを持つ要素をリセット
------------------------------------*/

h2,h3,h4,p {
	margin: 0;
	padding: 0;
}


/*--
コンテンツ全体の要素の大きさ・位置を指定
------------------------------------*/

.ansin {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 60px;
	display: inline-block;
	box-sizing: border-box;
	z-index: 0;
	overflow: hidden;
}



/*--
大見出しの設定
------------------------------------*/


.hilight {
	display: inline-block;
	width: 100%;
	position: relative;
	left: 0;
	overflow: hidden;
}



/*--
大見出しの文書設定
------------------------------------*/

.hilight h3 {
	display: inline-block;
	white-space: nowrap;
	font-size: 36px;
	font-family: 'M PLUS 1p';
	font-weight: lighter;
	letter-spacing: 3px;
	position: relative;
	margin: 100px auto 0 50%;
	transform: translateX(-50%);
}


/*--
大見出し後文章の文書設定
------------------------------------*/


.maintext {
	width: 80%;
	font-size: 14px;
	line-height: 1.75em;
	letter-spacing: 2px;
	margin: 15px auto auto auto;
	display: inline-block;
	text-align: left;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 100px;
}


/*--
コンテンツ部分の設定
------------------------------------*/

.step {
	width: 100%;
	height: auto;
	list-style: none;
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;

}

.step ul {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	z-index: -1;
}

.step ul li {
	width: 100%;
	height: 600px;
	display: block;
	position: relative;
	z-index: 0;
	margin: 100px 0 0 0;
}

.step ul li:last-child {
	margin-bottom: 100px;
}/*--フッターとの余白--*/

.step ul li:after {
	content: '\f103';
	font-family: fontawesome;
	font-size: 26px;
	color: #888;
	display: block;
	position: absolute;
	top: calc(100% + 50px);
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}/*--項目間のアイコン--*/

.step ul li:last-child:after {
	display: none;
}/*--最後の項目下にはアイコンを表示しない--*/


/*--
テキストボックスの設定
------------------------------------*/

.box {
	width: calc(100% - 20px);
	height: 280px;
	display: inline-block;
	position: absolute;
	top: 320px;
	left: 10px;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}


/*--
テキストの文書設定
------------------------------------*/

.step ul li h4 {
	height: auto;
	font-family: 'M PLUS 1p';
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 2px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 40px;
	transform: translateX(-50%);
	text-align: center;
	white-space: nowrap;
	z-index: 1;
}

.cap1 {
	width: 90%;
	height: auto;
	font-family: 'M PLUS 1p';
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1.75em;
	color: #000;
	text-align: left;
	position: absolute;
	bottom: calc((100% - 72px) * 0.5);
	transform: translateY(50%);
	margin: auto 5%;
}

.number {
	display: none;
}/*--スマホでは非表示--*/



/*--
画像の設定
------------------------------------*/

.step ul li img {
	display: block;
	width: calc(100% - 20px);
	height: 300px;
	line-height: 0;
	position: relative;
	top: 0;
	left: 0;
	margin: 10px 10px 0 10px;
	box-sizing: border-box;
	z-index: -1;
}

/*--
IE用の設定
※IEでobject-fitが機能しないためJqueryで制御
------------------------------------*/

.object_fit_img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
}


}












@media screen and (min-width:1001px) {



/*--------------------------------

  画面幅1001px以上の時の設定

----------------------------------*/



/*--
固有のマージンを持つ要素をリセット
------------------------------------*/

h2,h3,h4,p {
	margin: 0;
	padding: 0;
}


/*--
コンテンツ全体の要素の大きさ・位置を指定
------------------------------------*/

.ansin {
	width: 100%;
	height: calc(100% - 150px);/*ウィンドウの高さからヘッダー・フッターの高さを除く*/
	min-height: 500px;
	position: absolute;
	top: 60px;
	bottom: 90px;
	border-top: solid 1px #000;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 0;
}



/*--
大見出しの設定
------------------------------------*/

.hilight {
	display: block;
	width: 50%;
	max-width: 720px;
	height: calc((100% - 20px) * 0.5);
	position: absolute;
	top: 20px;
	right: 50%;
}

.hilight:after {
	content: '';
	display: block;
	width: 90%;
	height: 90%;
	position: absolute;
	top: 5%;
	right: 5%;
	border: solid 1px #000;
	z-index: -1;
}


/*--
大見出しの文書設定
------------------------------------*/

.hilight h3 {
	display: inline-block;
	white-space: nowrap;
	font-size: 42px;
	font-family: 'M PLUS 1p';
	font-weight: lighter;
	letter-spacing: 0.3em;
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translateX(-50%) translateY(-25%) rotate(0.002deg);
}

.hilight2 h3 {
	display: inline-block;
	white-space: nowrap;
	font-size: 42px;
	font-family: 'M PLUS 1p';
	font-weight: lighter;
	letter-spacing: 0.3em;
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translateX(-50%) translateY(-25%) rotate(0.002deg);
}

/*--
大見出し後文章の文書設定
------------------------------------*/

.maintext {
	width: 80%;
	font-size: 14px;
	line-height: 1.75em;
	letter-spacing: 2px;
	margin: 15px auto auto auto;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}

.step {
	width: 100%;
	height: calc(100% - 20px);/*パンくずリストと大見出しの高さを除外*/
	list-style: none;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;

}

.step ul {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	z-index: -1;
}

.step ul li {
	width: 50%;
	max-width: 720px;
	height: 50%;
	display: inline-block;
	position: absolute;
	z-index: 0;
}

.one {
	top: 0;
	left: 50%;
}

.two {
	bottom: 0%;
	right: 50%;
}

.three {
	bottom: 0%;
	left: 50%;
}


/*--
リスト部分からimgの高さを除外した要素を設定
------------------------------------*/

.box {
	width: 35%;
	height: 10%;
	min-height: 3em;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	transition: all 0.3s ease 0.3s;
}

.step ul li:nth-child(2) > .box {
	left: 65%;
}


/*--
テキストの文書設定
------------------------------------*/

.step ul li h4 {
	width: auto;
	height: 0;
	font-family: 'M PLUS 1p';
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	position: absolute;
	left: 10%;
	top: 25%;
	text-align: center;
	white-space: nowrap;/*改行を無効*/
	z-index: 1;
	opacity: 0;
	transition: all 0.5s ease;
	overflow: hidden;
}

.cap1 {
	width: 80%;
	height: 0;
	font-family: 'M PLUS 1p';
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1.75em;
	color: #fff;
	text-align: left;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.5s ease;
	overflow: hidden;
}

.number {
	font-family: 'M PLUS 1p';
	font-size: 14px;
	white-space: nowrap;
	line-height: 1em;
	display: inline-block;
	color: #fff;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.3s ease 0.5s;
}

.number:before {
	font-family: fontawesome;
	content: '\f103';
	font-size: 16px;
	font-weight: lighter;
	display: inline-block;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
}


/*--
オンマウス時のアニメーション設定
------------------------------------*/

.one:hover .box > .cap1 {
	opacity: 1;
	height: auto;
	transition-delay: 0.3s;
}

.one:hover .box > h4 {
	opacity: 1;
	height: auto;
	transition-delay: 0.3s;
}

.one:hover > .box {
	transition: all 0.2s ease 0.2s;
	background-color: rgba(0,0,0,0.6);
	height: 100%;
}

.one:hover .box > .number {
	opacity: 0;
	transition: all 0.3s ease;
}

.two:hover .box > .cap1 {
	opacity: 1;
	height: auto;
	transition-delay: 0.3s;
}

.two:hover .box > h4 {
	opacity: 1;
	height: auto;
	transition-delay: 0.3s;
}

.two:hover > .box {
	transition: all 0.2s ease 0.2s;
	background-color: rgba(0,0,0,0.6);
	height: 100%;
}

.two:hover .box > .number {
	opacity: 0;
	transition: all 0.3s ease;
}

.three:hover .box > .cap1 {
	opacity: 1;
	height: auto;
	transition-delay: 0.3s;
}

.three:hover .box > h4 {
	opacity: 1;
	height: auto;
	transition-delay: 0.3s;
}

.three:hover > .box {
	transition: all 0.2s ease 0.2s;
	background-color: rgba(0,0,0,0.6);
	height: 100%;
}

.three:hover .box > .number {
	opacity: 0;
	transition: all 0.3s ease;
}


/*--
画像の設定
------------------------------------*/

.step ul li img {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
	position: relative;
	box-sizing: border-box;
	z-index: -1;
}


/*--
IE用の設定
※IEでobject-fitが機能しないためJqueryで制御
------------------------------------*/

.object_fit_img {
	object-fit: cover;
	object-position: left;
	font-family: 'object-fit: cover;';
}

}