@charset "UTF-8";

#tit {
	width:100%;
	height:210px;
	margin:70px 0 0 0;
	background: rgb(0,25,109);
	background: linear-gradient(90deg, rgba(0,25,109,1) 0%, rgba(0,25,109,1) 50%, rgba(100,170,220,1) 50%, rgba(100,170,220,1) 100%);
	position:relative;
	text-align: center;
}
#tit h2 {
	font-size: 30px;
    font-weight: bold;
    color: #00196d;
    background-color: #fff;
    text-align: center;
    line-height: 33px;
    margin: auto;
    padding: 20px 31px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 67px;
}
#main-contents {
	background-color:#fff;
	position:relative;
	border-bottom: 1px solid #00196d;
	padding-bottom: 42px;
}
.breadcrumb {
	width:980px;
	margin:15px auto 0;
	font-size:12px;
	color:#00196d;
}
.breadcrumb a {
	text-decoration: underline;
}
@media (max-width:980px) {
	#tit {
		height:132px;
		margin:50px 0 0 0;
	}
	#tit h2 {
		font-size: 25px;
		line-height: 26px;
		width: auto;
		margin: 35px 20px 0;
		padding: 17px 37px;
	}
	.breadcrumb {
		width: calc(100% - 20px);
		padding:0 0 0 20px;
		font-size:10px;
	}
	#main-contents {
		padding-bottom: 0;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
メインコンテンツ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.about_us .inner {
	width: 980px;
	margin: 0 auto;
}
.about_us .introduction {
	padding: 80px 0;
}
.about_us .introduction h3 {
	font-size: 26px;
	font-weight: bold;
	color: #005bac;
	text-align: center;
	line-height: 40px;
	margin-bottom: 57px;
}
.about_us .introduction .cont {
	position: relative;
}
.about_us .introduction figure {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 85px;
	left: 0;
}
.about_us .introduction div + figure {
	left: auto;
	right: 0;
}
.about_us .introduction figure img {
	display: block;
}
.about_us .introduction figure img + img {
	margin-top: 30px;
}
.about_us .introduction .cont > div {
	width: 685px;
	margin: 0 auto;
	padding: 10px 35px;
	box-sizing: border-box;
}
.about_us .introduction p {
	font-size: 13px;
	line-height: 28px;
}
@media (max-width:980px) {
	.about_us .inner {
		width: auto;
		margin: 0 20px;
	}
	.about_us .introduction {
		padding: 20px 0;
	}
	.about_us .introduction h3 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.about_us .introduction figure {
		position: static;
		width: 100%;
		float: none;
		font-size: 0;
		text-align: center;
	}
	.about_us .introduction figure img {
		width: 30%;
		float: none;
		display: inline-block;
		margin: 0 20px;
	}
	.about_us .introduction figure img + img {
		margin-top: 0;
	}
	.about_us .introduction .cont > div {
		width: auto;
		padding: 10px 0 20px;
		box-sizing: border-box;
	}
	.about_us .introduction h4 {
		font-size: 16px;
		line-height: 25px;
	}
	.about_us .introduction p,
	.about_us .introduction li {
		font-size: 11px;
		line-height: 20px;
	}
}
.about_us .main_cont {
	padding: 120px 0 200px;
	background: url(../images/main_cont_bg.jpg) no-repeat center;
	background-size: cover;
}
.about_us .main_cont h3 {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	line-height: 42px;
	text-align: center;
	margin-bottom: 45px;
	letter-spacing: 3px;
}
.about_us .main_cont p {
	width: 620px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}
@media (max-width:980px) {
	.about_us .main_cont {
		padding: 50px 0 100px;
	}
	.about_us .main_cont h3 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 26px;
		letter-spacing: 0;
	}
	.about_us .main_cont p {
		width: auto;
		font-size: 13px;
		line-height: 25px;
	}
}
.about_us .navi_cont {
	position: relative;
	top: -69px;
}
.about_us .navi_cont a {
	display: block;
	width: 460px;
}
.about_us .navi_cont figure {
	margin: 0;
	padding: 0;
}
.about_us .navi_cont figure img {
	display: block;
}
.about_us .navi_cont h3 {
	font-size: 22px;
	font-weight: bold;
	color: #00196d;
	text-align: center;
	background: #64aadc;
	padding: 47px 0;
}
.about_us .navi_cont .fl {
	float: left;
}
.about_us .navi_cont .fr {
	float: right;
}
@media (max-width:980px) {
	.about_us .navi_cont a {
		width: auto;
	}
	.about_us .navi_cont figure img {
		width: 100%
	}
	.about_us .navi_cont h3 {
		font-size: 18px;
		padding: 16px 0;
	}
	.about_us .navi_cont .fl {
		float: none;
		margin-bottom: 25px;
	}
	.about_us .navi_cont .fr {
		float: none;
	}
	
}

/*message*/
.message {
	margin-top: 87px;
	margin-bottom: 100px;
}
.message h3 {
	font-size: 40px;
	font-weight: bold;
    color: #00196e;
    text-align: center;
    font-style: italic;
    margin-bottom: 40px;
}
.message_area {
	width: 600px;
	min-height: 487px;
	background: #f4f4f4;
	padding: 65px 108px 50px 60px;
	margin-bottom: 60px;
	position: relative;
	box-sizing: border-box;
	font-size: 13px;
}
.message_l-img .message_area {
	width: 600px;
	min-height: 487px;
	background: #64aadc;
	color: #fff;
	padding: 65px 60px 50px 108px;
	margin: 0 0 60px 376px;
	position: relative;
	box-sizing: border-box;
}
.message_area .name {
	color: #00196e;
    font-weight: bold;
	font-size: 16px;
    position: absolute;
    bottom: 40px;
    line-height: 1.8;
}
.message_l-img .message_area .name {
	color: #fff;
}
.message_area .name span {
	display: block;
	font-size: 22px;
}
.message_r-img,
.message_l-img {
	width: 975px;
	position: relative;
}
.message .message_r-img figure {
	width: 410px;
    position: absolute;
    top: 50px;
	right: -23px;
	z-index: 99;
}
.message .message_l-img figure {
	width: 427px;
    position: absolute;
    top: 50px;
	left: -40px;
	z-index: 99;
}
@media (max-width:980px) {
	.message {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.message h3 {
		margin-top: 0;
		font-size: 27px;
    	margin-bottom: 24px;
	}
	.message_r-img,
	.message_l-img {
		width: auto;
	}
	.message_l-img {
		width: 100%;
		max-height: 100vh;
	}
	.message figure {
		width: 90%;
		margin: 0 auto 10px;
		transform: translateY(-60px);
	}
	.message .message_l-img figure {
		width: 90%;
		top: 64%;
		left: 5%;
		right: 0;
		margin: 0;
	}
	.message figure img,
	.message figure img {
		width: 100%;
	}
	.message_area {
		width: auto;
		min-height: 350px;
		padding: 5% 7% 60%;
		margin-bottom: 0;
		font-size: 14px;
		line-height: 28px;
	}
	.message_l-img .message_area {
		width: auto;
		min-height: 350px;
		margin: 0;
		padding: 5% 7% 60%;
	}
	.message_area .name {
		font-size: 14px;
		bottom: 20%;
	}
	.message_area .name span {
		font-size: 20px;
	}
}

/*recruitment*/
.recruitment {
	margin-bottom: 65px;
}
.recruitment h3{
	font-size: 26px;
    text-align: center;
	font-weight: bold;
    color: #00196e;
	position: relative;
	width: 183px;
	margin: 0 auto 79px;
}
.recruitment h3:after {
	content: "";
	background: -moz-linear-gradient(left, #a7cce8 50%, #29559b);
	background: -webkit-linear-gradient(left, #a7cce8 50%, #29559b);
	background: linear-gradient(to right, #a7cce8 50%, #29559b);
	position: absolute;
	bottom: -12px;
	left: 17px;
    width: 80%;
    height: 3px;
}
.recruitment p {
	font-size: 14px;
	text-align: center;
	line-height: 2;
}
@media (max-width:980px) {
	.recruitment {
		margin-bottom: 27px;
	}
	.recruitment h3{
		font-size: 24px;
		width: 170px;
		margin: 0 auto 68px;
	}
	.recruitment h3:after {
		bottom: -12px;
		left: 35px;
		width: 58%;
	}
	.recruitment p {
		text-align: left;
	}
}
