@charset "utf-8";
/* CSS Document */

/*****CONTENTS*****/
section{
    display: block;
	width: 100%;
	clear: both;
	float: none;
}

section#contTitle {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 2px #979797 solid;
	margin-bottom: 40px;
}

section#contTitle h2{
    font-size: 30px;
    margin: 0;
    font-weight: 100;
    line-height: 1.2em;
    text-align: center;
    position: relative;
    letter-spacing: 3px;
}
section#contTitle h2 span{
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	letter-spacing: normal;
	font-style: italic;
	color: #897456;
}

section.contents {
	width: 1100px;
	margin: 100px auto 0;
}

section.contents h3{
    font-size: 28px;
    margin: 0;
    font-weight: 100;
    line-height: 1.2em;
    text-align: center;
    position: relative;
    letter-spacing: 3px;
}

section.contents h3::after {
	content: "";
	display: block;
	clear: both;
	float: none;
	width: 70px;
	height: 1px;
	margin: 30px auto;
	border-bottom: 1px solid #00213B;
}

section.contents.sec01 {
	margin-top: 60px;
}
section.contents p {
	text-align: center;
	font-size: 16px;
	line-height: 1.8em;
	padding: 10px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
section.contents div.list {
	margin-top: 20px;
}
section.contents div.list.list01 {
	margin-top: 60px;
}
section.contents div.listinner {
	margin-left: 32px;
	border-left: 1px solid #00213B;
	padding-left: 47px;
	margin-top: 20px;
	padding-bottom: 20px;
}
section.contents h4 {
}
section.contents h4 span {
	display: block;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #00213B;
	padding: 20px 10px;
	margin-left: 80px;
	line-height: 20px;
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
section.contents h4 em {
	display: block;
	float: left;
	width: 64px;
	font-size: 24px;
	line-height: 64px;
	color: #FFF;
	position: relative;
	text-align: center;
	font-family: "Times New Roman", Times, "serif";
	font-weight: normal;
}
section.contents h4 em::before {
	position: absolute;
	top: 10px;
	left: 10px;
	content: "";
	background: #00213B;
	display: block;
	width: 45px;
	height: 45px;
	transform-origin:center;
	transform: rotate(45deg);
	z-index: -5;
}
section.contents div.list p {
	text-align: center;
	font-size: 18px;
	line-height: 1.8em;
	padding: 10px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
section.contents .img {
	text-align: center;
}
section.contents .tel {
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	color: #D73033;
	text-align: center;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
section.contents .tel strong {
	font-size: 30px;
}
section.contents .arrow {
	background: url("../experience/images/arow.png") no-repeat 0 0;
	width: 200px;
	height: 70px;
	margin: 30px auto;
}
section.contents .btn {
	width: 360px;
	margin: 20px auto 40px;
}
section.contents .btn a {
	display: block;
	color: #00213B;
	border-bottom: 1px #00213B solid;
	border-top: 1px #00213B solid;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	position: relative;
	padding-left: 60px;
}

section.contents .btn a::after {
	content:"";
	display: block;
	width: 40px;
	height: 10px;
	position: absolute;
	bottom: 25px;
	right: 60px;
	margin: 0 auto;
	-webkit-transform: skew(45deg);
	-moz-transform: skew(45deg);
	transform: skew(45deg);
	border-bottom: 2px solid #00213B;
	border-right: 2px solid #00213B;
}
section.contents .btn a:hover {
    background-color: rgba(0,33,59,0.1);
    transition: background-color 0.5s ease-out;
}
section.contents #exparience {
	width: 360px;
	margin: 20px auto 40px;
}
section.contents #exparience a {
	display: block;
	color: #FFF;
	background: #ef9021;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	position: relative;
	padding-left: 55px;
	border-radius: 10px;
}
section.contents #exparience a::after {
	content:"";
	display: block;
	width: 30px;
	height: 10px;
	position: absolute;
	bottom: 25px;
	right: 55px;
	margin: 0 auto;
	-webkit-transform: skew(45deg);
	-moz-transform: skew(45deg);
	transform: skew(45deg);
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
section.contents #exparience a:hover {
	background: #F6BB5E;
}

section.contents div.list .needs {
	width: 800px;
	height: 300px;
	margin: 40px auto;
	background: url("../experience/images/needs.png") no-repeat 0 0;
	box-sizing: border-box;
	padding: 50px;
	color: #FFF;
	text-align: left;
}

section.contents div.list h5 {
	text-align: left;
	font-size: 18px;
	padding: 0 10px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

section.contents div.list .needs p {
	text-align: left;
	font-size: 16px;
}

section.contents div.list .needs p span {
	font-weight: bold;
}
section.contents div.list04 div.listinner {
	border-left: 1px solid #FFF;
	margin-bottom: 80px;
}

section.contents div.list .needs.needs2 {
	width: 800px;
	height: 300px;
	margin: 40px auto;
	background: url("../experience/images/needs.png") no-repeat 0 0;
	box-sizing: border-box;
	padding: 40px 50px;
	color: #FFF;
	text-align: left;
}

