/**
 * メインエリアのスタイル
 */

/**
 * 	HEADLINE
 */

h2 {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: center;
	margin: 2em 0 1em 0;
	padding: 0.6em 0 0.3em 0;
	background-image: url(../images/bg-h2.png);
	background-position: center;
	background-repeat: no-repeat;
}
h2 .alias {
	display: inline-block;
	font-size: 60%;
	color: rgb(16, 97, 148);
	padding: 0.5em 22px;
	position: relative;
}
h2 .alias:before, 
h2 .alias:after {
    content: " ";
	position: absolute;
	top: 50%;
    width: 15px;
    height: 1px;
    background-color: rgb(16, 97, 148);
    display: inline-block;
	line-height: 1;
}
h2 .alias:before { 
	left: 0;
}
h2 .alias:after {
	right: 0;
}
h2.copy {
	background-image: none;
}

h3 {
	font-weight: bold;
	font-size: 22px;
}

h4 {
	font-weight: bold;
}
h4.read {
	color: rgb(27, 51, 138);
}
h4.catch {
	font-size: 15px;
	color: rgb(215, 8, 78);
}
h4.catch .alias {
	background-color: rgb(215, 8, 78);
	color: white;
	padding: 1px 6px;
	display: inline-block;
	font-size: 13px;
}
p {
	text-align: justify;
}
/**
 * TITLE HERO
 */
.heroimage {
	background: #efefef;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 373px;
	color: white;
	padding-top: 145px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 2em;
}
.heroimage h1 {
	margin: 0 0 2em 0;
	padding: 6px 0 14px 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	background-position: center 22px;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 100%;
	text-shadow:
		0 0 13px rgba( 10, 10, 10, 0.5), 
		0 0 10px rgba( 10, 10, 10, 0.5), 
		0 0 0.20px rgba( 10, 10, 10, 0.5);
}
.heroimage h1 .alias {
	font-size: 20px;
	font-weight: normal;
}

.heroimage h1:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 90px;
	height: 6px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
}
.heroimage h1:after {
	content: '';
	position: absolute;
	width: 364px;
	height: 38px;
	max-width: 100%;
	border: 3px solid rgba(255,255,255,0.3);
	top: 24px;
	left: 0;
	right: 0;
	margin: auto;
}


/**
 * 	HOME
 */
.home-slider-sp {
	margin-top: 50px;
}
.rslides_nav {
	display: none;
}

.home-box {
	margin-top: 40px;
	margin-bottom: 30px;
}
.home-box > .container {
}
.home-box .box {
	position: relative;
	padding: 1.5em;
}
.home-box .box h2.copy {
	margin-top: 0;
	text-align:left;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
}
.home-box .box h2 .alias {
	padding-left: 0;
	padding-right: 22px;
}
.home-box .box h2 .alias:before {
	content: "";
	color: transparent;
	width: 0;
}
.jump-btn {
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.jump-btn a {
	display: block;
	border: 1px solid #106194;
	padding: 10px;
	overflow: hidden;
	position: relative;
	line-height: 1;
	text-decoration: none;
	background-image: url("../images/btn-arrow.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.jump-btn a:before,
.jump-btn a:after {
	border-top: 1px double #106194;
	border-bottom: 1px double #106194;
	display: block;
	transform: rotate(-45deg);
	content: "";
	width: 40px;
	height: 5px;
	position: absolute;
}
.jump-btn a:before {
	left: -13px;
	top: 0px;
}
.jump-btn a:after {
	right: -13px;
	bottom: 0px;
}
.jump-btn a img {
	background-color: white;
}
.jump-btn a img:hover {
	background-color: rgba( 16, 97, 148, 0.05 );
}

.home-box1 .box {
	background-color: rgba( 255, 255, 255, 0.8 );
}
.home-box1 > .container {
	background-image: url(../images/home-bg-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	max-width: 1330px;
}
.home-box1 .box {
	background-color: rgba( 255, 255, 255, 0.95 );
	background-image: url(../images/box-corner.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 85px;
	margin-left: 55px;
	margin-bottom: 75px;
	width: 310px;
}
.home-box1 .read {
	position: absolute;
	display: inline;
	top: 0;
	right: 35px;
	text-align: right;
}





.home-box2 > .container {
	background-image: url(../images/home-bg-2.jpg), url(../images/bg-h2-narrow-red.png);
	background-position: 130px 0, 0 100%;
	background-repeat: no-repeat, no-repeat;
	margin-top: 90px;
}
.home-box2 .box {
	border: 1px solid rgba(16, 97, 148, 0.5 );
	min-width: 360px;
	float: right;
	padding-top: 80px;
	padding-right: 40px;
	padding-left: 80px;
	padding-bottom: 70px;
	margin-top: -10px;
	margin-bottom: -10px;
	position: relative;
}
.home-box2 .box:before {
	background-image: url(../images/bg-h2-narrow.png);
	width: 220px;
	height: 200px;
	position: absolute;
	z-index: -1;
	top: -40px;
	right: 30px;
	content: "";
}
.home-box2 .read {
	padding-left: 8px;
	padding-bottom: 30px;
}



.home-box3 > .container {
	background-image: url(../images/home-bg-3.jpg), url(../images/bg-h2-narrow-red.png);
	background-position: 340px 0, 100% 100%;
	background-repeat: no-repeat, no-repeat;
	margin-top: 80px;
	margin-bottom: 80px;
	padding-bottom: 20px;
}
.home-box3 .box {
	border: 1px solid rgba(16, 97, 148, 0.5 );
	min-width: 360px;
	float: left;
	padding-top: 80px;
	padding-right: 80px;
	padding-left: 25px;
	padding-bottom: 95px;
	margin-top: -10px;
	margin-bottom: -10px;
	position: relative;
}
.home-box3 .box:before {
	background-image: url(../images/bg-h2-narrow.png);
	width: 220px;
	height: 200px;
	position: absolute;
	z-index: -1;
	top: -40px;
	left: 60px;
	content: "";
}
.home-box3 .read {
	text-align: right;
	padding-bottom: 30px;
}



/**
 * 	CONTENTS
 */
.topics-article h2.article-title {
	font-family: "游ゴシック Medium", YuGothicM, "游ゴシック体", YuGothic, sans-serif;
	padding: 20px 20px 12px 20px;
	border: 3px solid #106194;
	border-radius: 3px;
	background: url(../images/bg-entry-area.png);
	background-repeat: initial;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.2;
}
.topics-article p {
	margin-bottom: 20px;
}
.topics-list {
	margin-bottom: 40px;
}

.copy {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 28px;
	font-weight: normal;
}

.bg-blue {
	background-image: url(../images/bg-h2-narrow.png);
	background-position: center bottom;
	background-repeat: repeat;
	padding-bottom: 2em;
	margin-top: 2em;
}
.bg-blue + .bg-blue {
	background-position: center top;
	margin-top: 0;
}
.bg-blue h2 {
	background-image: url(../images/bg-h2-white.png);
}
.bg-blue .box {
	background-color: white;
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 18px;
	text-align: center;
	color: rgb(16, 97, 148);
	font-weight: bold;
	font-feature-settings: "palt";
}
.bg-blue .box h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 50px;
	margin-top: 0;
	text-align: center;
}
.bg-blue .box h3 .alias {
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 8px;
}
.bg-blue .box p {
	text-align: center;
}


.recruit-copy h2.copy .alias:before, 
.recruit-copy h2.copy .alias:after {
    background-color: transparent;
}


.entry-area {
	background-image: url(../images/bg-entry-area.png);
	background-position: 0 0;
	background-repeat: repeat;
	border-top: 3px solid rgba(16, 97, 148, 0.4);
	margin-bottom: -150px;
	padding: 4em 0;
}
.entry-area h3 {
	color: rgb(62, 121, 163);
	font-weight: bold;
	font-size: 28px;
}
.entry-area h3 .alias {
	font-weight: normal;
	font-size: 17px;
	display: inline-block;
	padding-left: 17px;
	vertical-align: middle;
	margin-top: -4px;
}
.entry-area p {
	font-size: 1.2em;
}
.entry-area .cell {
	padding-top: 1em;
}



table.info {
	border-width: 2px 0;
	border-color: rgb(16, 97, 148);
	border-style: solid;
	margin-bottom: 2em;
	width: 100%;
}
table.info th,
table.info td {
	border-width: 1px 0;
	border-color: rgb(16, 97, 148);
	border-style: dotted;
	padding: 0.5em;
	vertical-align: top;
}
table.info th {
	background-color: rgb(242, 242, 242);
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
table.info th p,
table.info td p {
	margin-bottom: 0;
}

table.info td .maplink {
	padding: 1px 5px;
	border-radius: 3px;
	background-color: rgb(16, 97, 148);
	color: white;
	font-size: 11px;
}
table.info td .maplink a {
	color: white;
}
table.info td .maplink a:before {
	display: inline;
	width: 0.75em;
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 4px;
}

.org p {
	margin-bottom: 0;
}

.product img {
	margin-top: 40px;
}

.mass {
	margin-top: 1em;
}
.embed-responsive-16by9 {
	margin-top: 1em;
	margin-bottom: 2em;
	clear: both;
}


/**
 * 	INTERVIEW
 */
.recruit-interview .heroimage {
	height: 536px;
	margin-top: 15px;
}
.interview-article .person-info {
	text-align: center;
	color: #106194;
	border: 3px solid #dbe7ef;
	position: relative;
	padding: 30px 0 20px 0;
	width: 100%;
	max-width: 360px;
	margin: 70px auto 20px auto;
	font-size: 17px;
}
.interview-article .person-info .title {
	position: absolute;
	width: 100%;
	top: -26px;
	font-size: 30px;
}
.interview-article .person-info .name {
	margin:0;
	font-size: 40px;
}
.interview-article .person-info .name small {
	color: inherit;
	font-size: 17px;
	display: block;
	margin: 10px 0;
}
.interview-article .person-info .dept {
	font-weight: bold;
}
.interview-article .interview {
	position: relative;
}
.interview-article .interview .title {
	background: none;
	margin: 70px auto 50px;
	padding: 0;
	line-height: 1.3;
}
.interview-article .interview .text {
	max-width: 750px;
	margin: 0 auto;
}
.interview-article .interview:before {
	position: absolute;
	z-index: -1;
	content: "";
}
.interview-article .interview-1:before {
	left: 10px;
	top: 0;
	width: 225px;
	height: 200px;
	background: url("../images/bg-h2-narrow.png");
}
.interview-article .interview-2:before {
	right: 80px;
	top: 20px;
	width: 170px;
	height: 170px;
	background: url("../images/bg-h2-narrow-red.png");
}
.interview-article .interview-image {
	margin: 40px auto 60px auto;
	text-align: center;
}
.interview-article .interview-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto ;
}

.interview-article .message {
	background: url("../images/bg-h2-narrow.png");
	background-position: top center;
	position: relative;
	padding: 70px 0;
	margin: 60px auto 150px auto;
}
.interview-article .message .title {
	background: #106194;
	margin: 0;
	padding: 10px 20px;
	text-align: left;
	display: inline-block;
	color: #fff;
	width: 100%;
	max-width: 400px;
}
.interview-article .message .title .alias {
	color: #fff;
	padding: 0.5em 30px 0.5em 0;
}
.interview-article .message .title .alias:before {
	display: none;
}
.interview-article .message .title .alias:after {
	background-color: #fff;
}

.interview-article .message .text {
	padding: 60px 40px 40px 40px;
	background: #fff;
	max-width: 644px;
	margin-top: -20px;
	margin-left: 60px;
}
.interview-article .message .person {
	position: absolute;
	top: -50px;
	left: -20px;
	z-index: 0;
}
.interview-article .message .person img {
	position: relative;
	z-index: 1;
}
.interview-article .message .person:after {
	position: absolute;
	content: "";
	right: -80px;
	top: 42px;
	width: 260px;
	height: 170px;
	background: #fff url("../images/bg-h2-narrow-red.png");
	z-index: 0;
}

