@charset "UTF-8";

/* -----------------------------------------------------------
	page_ttlbox
----------------------------------------------------------- */
.page_ttlbox {
	background-image: url("../img/bg_page_ttl.jpg");
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

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

}


/* -----------------------------------------------------------
	company_navi
----------------------------------------------------------- */
.company_wrap .company_navi {
	max-width: 930px;
	width: 94%;
	margin: 0 auto 80px;
}
.company_wrap .company_navi ul li {
	width: 50%;
	float: left;
    height: 46px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 46px;
    transform: skewX(-30deg);
}
.company_wrap .company_navi ul li a {
	display: block;
	text-align: center;
	color: #000;
	border: 1px solid #00538d;
	position: relative;
}
.company_wrap .company_navi ul li a:hover {
	opacity: .7;
	background: rgba(0, 83, 141, 0.3);
}
.company_wrap .company_navi ul li a span {
	display: inline-block;
	transform: skewX(30deg);
}
.company_wrap .company_navi ul li a::after {
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 26px;
    left: auto;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
	transform: skewX(30deg) rotate(45deg);
}
.company_wrap .company_navi ul li.active a {
	background: #00538d;
	color: #fff;
}
.company_wrap .company_navi ul li.active a::after {
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.company_wrap .company_navi {
	margin-bottom: 40px;
}
.company_wrap .company_navi ul li {
	height: 36px;
	line-height: 36px;
	font-weight: normal;
	letter-spacing: 0;
}
.company_wrap .company_navi ul li a::after {
	right: 12px;
}
.company_wrap .company_navi ul li a span {
	margin-left: -10px;
}
}

/* -----------------------------------------------------------
	profile
----------------------------------------------------------- */
.profile_wrap {
	max-width: 960px;
	margin: 0 auto;
}
.profile_grid table {
	width: 100%;
}
.profile_grid table th,
.profile_grid table td {
	padding: 20px 16px;
}
.profile_grid table th {
	width: 11em;
	border-top: 2px solid #00538d;
	font-weight: bold;
	font-size: 15px;
	vertical-align: top;
}
.profile_grid table tr:last-child th {
	border-bottom: 2px solid #00538d;
}
.profile_grid table td {
	border-top: 2px solid rgba(0, 83, 141, 0.4);
}
.profile_grid table tr:last-child td {
	border-bottom: 2px solid #ccc;
}
.profile_grid table td .list_1 li {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 2px;
}
.profile_grid table td .list_2 li {
	width: 48%;
	float: left;
	margin-left: 4%;
	margin-bottom: 4%;
}
.profile_grid table td .list_2 li:nth-child(2n + 1) {
	margin-left: 0;
}
.profile_grid table td .list_2 li:nth-child(3),
.profile_grid table td .list_2 li:nth-child(4) {
	margin-bottom: 0;
}
.profile_grid table td .list_2 li .ttl {
	margin-bottom: 6px;
}
.profile_grid table td a {
	color: #000;
	text-decoration: underline;
}
.profile_grid table td a:hover {
	text-decoration: none;
}



@media screen and (min-width: 768px) and (max-width: 1200px) {


}
@media screen and (max-width: 767px) {
.cont_wrap.bg .profile_grid table th {
	background: #E2E2E2;
}

.profile_grid_wrap {
	margin-bottom: 30px;
}
.profile_grid {
	margin-bottom: 0;
}
.profile_grid table th,
.profile_grid table td {
	display: block;
	width: 100%;
	padding: 10px;
	border: none;
}
.profile_grid_wrap .profile_grid_l th,
.profile_grid_wrap .profile_grid_l td {
	padding: 10px;
}
.profile_grid table th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
}
.profile_grid table td {
	padding-bottom: 16px;
}
.profile_grid table tr:last-child th {
	border: none;
	border-top: 1px solid #ccc;
}
.profile_grid table tr:last-child td {
	border-bottom: none;
}

.profile_grid table td .list_2 li {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-bottom: 20px;
}
.profile_grid table td .list_2 li:nth-child(3) {
	margin-bottom: 20px;
}

}


/* -----------------------------------------------------------
	message_wrap
----------------------------------------------------------- */
.message_wrap .sec_1 {
	padding-top: 38px;
	background-image: url(../img/bg_pic_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
    background-size: 776px;
}
.message_wrap .sec_1 .text_box {
	max-width: 640px;
	width: 53%;
	float: right;
}
.message_wrap .sec_2 picture {
	max-width: 410px;
	width: 35%;
	float: right;
}
.message_wrap .sec_2 .text_box {
	max-width: 720px;
	width: 63%;
	float: left;
}
.message_wrap .para {
	margin-bottom: 130px;
}
.message_wrap .para h2 {
	font-size: 21px;
	line-height: 2;
	color: #00538d;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	text-shadow: 
		rgba(255, 255, 255, 0.2) 1px 0px 4px,
		rgba(255, 255, 255, 0.2) -1px 0px 4px,
		rgba(255, 255, 255, 0.2) 0px -1px 4px,
		rgba(255, 255, 255, 0.2) 0px 1px 4px,
		rgba(255, 255, 255, 0.2) 1px 1px 4px,
		rgba(255, 255, 255, 0.2) -1px 1px 4px,
		rgba(255, 255, 255, 0.2) 1px -1px 4px,
		rgba(255, 255, 255, 0.2) -1px -1px 4px,
		rgba(255, 255, 255, 0.2) 1px 1px 4px,
		rgba(255, 255, 255, 0.2) -1px 1px 4px,
		rgba(255, 255, 255, 0.2) 1px -1px 4px,
		rgba(255, 255, 255, 0.2) -1px -1px 4px,
		rgba(255, 255, 255, 0.2) 1px 1px 4px,
		rgba(255, 255, 255, 0.2) -1px 1px 4px,
		rgba(255, 255, 255, 0.2) 1px -1px 4px,
		rgba(255, 255, 255, 0.2) -1px -1px 4px,
		rgba(255, 255, 255, 0.2) 1px 1px 4px,
		rgba(255, 255, 255, 0.2) -1px 1px 4px,
		rgba(255, 255, 255, 0.2) 1px -1px 4px,
		rgba(255, 255, 255, 0.2) -1px -1px 4px;
}
.message_wrap .para .text {
	line-height: 2.4;
	letter-spacing: 0.03em;
	text-align: justify;
    text-justify: inter-ideograph;
	text-shadow: 
		rgba(255, 255, 255, 0.2) 1px 0px 4px,
		rgba(255, 255, 255, 0.2) -1px 0px 4px,
		rgba(255, 255, 255, 0.2) 0px -1px 4px,
		rgba(255, 255, 255, 0.2) 0px 1px 4px,
		rgba(255, 255, 255, 0.2) 1px 1px 4px,
		rgba(255, 255, 255, 0.2) -1px 1px 4px,
		rgba(255, 255, 255, 0.2) 1px -1px 4px,
		rgba(255, 255, 255, 0.2) -1px -1px 4px,
		rgba(255, 255, 255, 0.2) 1px 1px 4px,
		rgba(255, 255, 255, 0.2) -1px 1px 4px,
		rgba(255, 255, 255, 0.2) 1px -1px 4px,
		rgba(255, 255, 255, 0.2) -1px -1px 4px,
		rgba(255, 255, 255, 0.2) 1px 1px 4px,
		rgba(255, 255, 255, 0.2) -1px 1px 4px,
		rgba(255, 255, 255, 0.2) 1px -1px 4px,
		rgba(255, 255, 255, 0.2) -1px -1px 4px,
		rgba(255, 255, 255, 0.2) 1px 1px 4px,
		rgba(255, 255, 255, 0.2) -1px 1px 4px,
		rgba(255, 255, 255, 0.2) 1px -1px 4px,
		rgba(255, 255, 255, 0.2) -1px -1px 4px;
}
.message_wrap .para .name {
	text-align: right;
	letter-spacing: 0.1em;
	margin-top: 10px;
}
.message_wrap .para .name span {
	font-weight: bold;
	font-size: 20px;
	padding-left: 1em;
}
.message_wrap .sec_2 .para {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.message_wrap .sec_1 {
	background-size: 77%;
}
.message_wrap .sec_1 .text_box {
	width: 100%;
}
.message_wrap .sec_1 .ty_01 h2,
.message_wrap .sec_1 .ty_01 .text {
	padding-left: 35%;
}
.message_wrap .para .text {
	line-height: 2;
}

.message_wrap .sec_2 picture {
	/*max-width: 440px;
	width: 60%;
	margin-bottom: 40px;*/
}
.message_wrap .sec_2 .text_box {
	width: 60%;
}
}
@media screen and (max-width: 767px) {
.message_wrap .sec_1 {
	background: none;
	padding: 0;
}
.message_wrap .para {
	margin-bottom: 50px;
}
.message_wrap .sec_1 .text_box {
	width: 100%;
}
.message_wrap .sec_1 picture {
	margin-bottom: 20px;
}
.message_wrap .para h2 {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 10px;
}
.message_wrap .para .text {
	line-height: 1.8;
}


.message_wrap .sec_2 picture {
	max-width: 550px;
	width: 100%;
	float: none;
	margin: 0 auto 20px;
}
.message_wrap .sec_2 .text_box {
	width: 100%;
	float: none;
}
.message_wrap .para .name {
	margin-top: 40px;
}
.message_wrap .para .name span {
	font-size: 17px;
	letter-spacing: 0.05em;
}
}






