/* CSS Document */

#container #fv{
	background: url(../img/fv.jpg) no-repeat center top;
	background-size: cover;
}
#container #fv h1{
	padding: 120px 0 20px;
	font-size: 2.8rem;
}
#container #fv h2{
	display: inline-block;
	border-bottom: 2px solid #FFF;
}

#container section {
    padding-bottom: 50px;
}

#container section h1{
	font-size: 3.0rem;
}
#container section h1:after {
    content: '';
    border-bottom: 3px solid #05B6DD;
    width: 40px;
    display: block;
    margin: 20px auto;
}






#office{
	background: #E4F7FB url(../img/office.png) no-repeat center top 40px;
}
#office .inner{
	text-align: center;
	margin: 0 auto;
	max-width: 800px;
}
#container #office {
    padding: 60px 0;
}




#education .inner{
	background: #F7F7F7;
	padding: 40px 80px;
	margin-top: 50px;
	box-sizing: border-box;
}
#education h2{
	font-size: 2.4rem;
	margin: 20px;
}
#education p{
	margin: 20px;
}


/* custom
----------------------------------*/
#education .custom {
	list-style: none;
	overflow: hidden;
	margin-top: 40px;
}
#education .custom li {
	float: left;
}
#education .custom li dt{
	line-height: 50px;
	padding: 0 15px 0 45px;
	display: block;
	background: linear-gradient(#182f79 0%, #182f79 50%, #ffffff 50%, #ffffff 100%);
	color: #182F79;
	font-size: 1.6rem;
}
#education .custom li:first-child dt{
	padding-left: 30px;
}
#education .custom li dt span{
	display: block;
	width: 120px;
}
#education .custom li:nth-of-type(2) dt span{
	width: 160px;
}
#education .custom li dt span:first-child{
	color: #fff;
}
#education .custom li dt:after {
	position: relative;
	display: block;
	margin-top: -50px;
	margin-left: auto;
	margin-right: -40px;
	height: 50px;
	width: 50px;
	content: " ";
	border-right: 10px solid #F7F7F7;
	background: #ffffff;
	transform: skew(-45deg);
}
#education .custom li dt:before {
	float: right;
	display: block;
	margin-bottom: -50px;
	margin-left: auto;
	margin-right: -40px;
	height: 50px;
	width: 50px;
	content: " ";
	border-right: 10px solid #F7F7F7;
	background: #182f79;
	transform: skew(45deg);
}
#education .custom li:last-child dt{
	color: #182f79;
	background: #FBF481;
	pointer-events: none;
	cursor: default;
	height: 100px;
	padding-left: 70px;
	width: 150px;
}
#education .custom li:last-child dt span{
	color: #182f79;
	padding-top: 23px;
}
#education .custom li:last-child dt:before {border: 0;background: transparent !important;}
#education .custom li:last-child dt:after {border: 0;background: transparent !important;}


#education .custom li dd{
	font-size: 1.2rem;
	line-height: 1.8em;
	text-align: left;
	padding: 15px 10px;
}
#education .custom li:last-of-type dd{
	padding-left: 40px;
}
#education .custom li dd li{
	margin-right: 10px;
	list-style: none;
}
#education .custom li dd li h4{
	background:#D7D7D7;
	display: inline-block;
	padding: 2px 10px;
}
#education .custom li dd li span{
	display: block;
	margin-top: 5px;
}



#careerPath .inner{
	background: #F7F7F7;
	padding: 40px 60px;
	margin-top: 50px;
	box-sizing: border-box;
	text-align: center;
}
#careerPath dl{
	float: left;
	width: 280px;
	text-align: left;
}
#careerPath dl:nth-of-type(1){	margin-top: 115px;}
#careerPath dl:nth-of-type(2){	margin-top: 55px;}
#careerPath dl dt{
	border-bottom: 1px solid #172F7A;
	text-align: center;
}
#careerPath dl dt img{
	vertical-align: bottom;
}
#careerPath dl dd{
	padding: 20px;
	font-size: 1.2rem;
	line-height: 1.6em;
	position: relative;
}
#careerPath dl dd:before{
	content: '';
	border-left: 1px solid #172F7A;
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
}
#careerPath dl:first-of-type dd:before{
	content:none;
}




#welfare .inner{
	background: #F7F7F7;
	padding: 40px 80px;
	margin-top: 50px;
	box-sizing: border-box;
}
#welfare h2{
	font-size: 2.4rem;
	margin: 20px 20px 40px;
}
#welfare dl{
	text-align: left;
}
#welfare dl dt{
	background: #D7D7D7;
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.6rem;
	/*font-weight: bold;*/
}
#welfare dl dd{
	margin: 10px 0 30px;
}



#event{
	background: #E4F7FB;
}
#event .txt{
	margin-top: 40px;
}
#event h2{
	font-size: 2.4rem;
	color: #05B6DD;
	margin: 80px 0 40px;
}
#event h2 span{
	vertical-align: top;
	display: inline-block;
	padding: 20px 0 0 20px;
}

#event ul li{
	display: inline-block;
	width: 380px;
	margin: 10px
}
#event ul li img{
	width: 100%;
}
#event article:nth-of-type(1) li:nth-of-type(2){transform: rotate(-2deg);}
#event article:nth-of-type(1) li:nth-of-type(3){transform: rotate(2deg);}
#event article:nth-of-type(2) li:nth-of-type(2){transform: rotate(-2deg);}
#event article:nth-of-type(3) li:nth-of-type(1){transform: rotate(2deg);}







@media screen and (max-width: 480px) {
	
	#container #fv {
    height: 100px;
	}
	#container #fv h1 {
    padding: 25px 0 0;
    font-size: 2.0rem;
	}
	#container #fv h2 {
    font-size: 1.0rem;
	}
	
	#container #navBtn ul li a {
    width: auto;
		display: block;
		float: none;
		padding: 15px 0;
		margin: 10px;
		font-size: 1.8rem;
	}
	#container section h1 {
    font-size: 2.5rem;
		margin: 10px;
	}
	#container #navBtn ul li a:after {
    top: 20px;
	}
	
	#container section article {
    width: auto;
		text-align: left;
	}
	
	#container section h2 {
    font-size: 2.5rem;
    margin: 0 20px 40px;
    line-height: 1.6em;
	}
	
	
	#office {
		line-height: 1.8em;
		background-position: center top 20px;
		background-size: 60%;
	}
	#container #office {
    padding: 30px 0;
	}
	#container #office .inner{
    text-align: left;
	}
	
	
	
	#education .inner {
    padding: 40px;
	}
	#container #education h2 {
    font-size: 2.0rem;
    line-height: 1.6em;
    margin: 0 0 10px;
		text-align: center;
	}
	#education p {
    margin: 0;
		line-height: 1.8em;
	}
	
	
	#education .custom {
	}
	#education .custom > li{
		position: relative;
		float: none;
		clear: both;
	}
	#education .custom > li:after {
		content: '';
		width: 0;
		height: 0;
		border: 15px solid transparent;
		border-top: 15px solid #182F79;
		position: absolute;
		bottom: -10px;
		left: 15%;
	}
	#education .custom > li:last-of-type:after {
		content: none;
	}
	#education .custom li dt{
		padding: 0;
		text-align: center;
		width: 40%;
		font-size: 1.2rem;
		float: left;
		line-height: 45px;
		margin-bottom: 30px;
		clear: both;
	}
	#education .custom li dt:before,
	#education .custom li dt:after{
		display: none;
	}
	#education .custom li:first-child dt {
		padding: 0;
	}
	#education .custom li dt span {
    width: auto;
	}
	#education .custom li:nth-of-type(2) dt span {
    width: auto;
	}
	#education .custom li:last-child dt {
		padding: 0;
    width: 40%;
		height: auto;
	}
	#education .custom li:last-child dt span {
    padding: 0;
	}
	#education .custom li dd {
    font-size: 1.0rem;
		float: left;
		padding: 0;
		margin-left: 10px;
		width: 55%;
	}
	#education .custom li dd li {
    margin-right: 5px;
	}
	#education .custom li:last-of-type dd {
    padding-left: 0;
	}
	
	
	#careerPath .inner {
    padding: 40px;
	}
	#container #careerPath h2 {
    font-size: 2.0rem;
    line-height: 1.6em;
    margin: 0 0 10px;
		text-align: center;
	}
	#careerPath p {
    margin: 0;
	}
	#careerPath dl:nth-of-type(1) {
    margin-top: 0;
	}
	#careerPath dl:nth-of-type(2) {
    margin-top: 0;
	}
	#careerPath dl {
    float: none;
    width: auto;
		position: relative;
		margin-bottom: 40px;
	}
	#careerPath dl dd {
    padding: 10px;
		font-size: 1.0rem;
		line-height: 1.8em;
	}
	#careerPath dl dd:before {
    content: none;
	}
	#careerPath dl:after {
		content: '';
		width: 0;
		height: 0;
		border: 15px solid transparent;
		border-top: 15px solid #182F79;
		position: absolute;
		bottom: -35px;
		left: 0;
		right: 0;
		margin: auto;
	}
	#careerPath dl:last-of-type:after {
		content: none;
	}
	
	
	
	#welfare .inner {
    padding: 40px;
	}
	#container #welfare h2 {
    font-size: 1.8rem;
    line-height: 1.6em;
    margin: 0 0 20px;
		text-align: center;
	}
	#welfare p {
    margin: 0;
	}
	#welfare dl dt {
    padding: 2px 20px;
    font-size: 1.2rem;
	}
	#welfare dl dd {
    line-height: 1.8em;
	}
	
	
	#event .inner {
    padding: 40px;
	}
	#container #event h2 {
    font-size: 1.8rem;
    line-height: 1.6em;
    margin: 0 0 20px;
		text-align: center;
	}
	#event h2 span {
    padding: 10px;
		display: block;
	}
	#event .txt {
    margin: 20px 40px;
    text-align: left;
    line-height: 1.8em;
	}
	#event ul li {
    width: auto;
    margin: 15px 0;
		font-size: 1.2rem;
	}
	#event ul li img{
		width: 100%;
	}
	
	
	
	
	
	
	
	
	
	
}






