﻿/*--------------------------------------------------
　リセット
--------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------
　ベースセット
--------------------------------------------------*/

html {
	height: 100%;
}

body {
	color: #0a0d0f;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', 'PT Sans', sans-serif, 'Gulim', 'Apple Gothic';
	font-size: 12px;
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	height: 100%;
}

.inner {
	margin: 0 auto;
	width: 1000px;
}

img {
	vertical-align: middle;
}

a {
	color: #0a0d0f;
}

a:hover {
	text-decoration: none;
}

h2 {
	color: #0c315e;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
	text-align: center;
}

h2 .icon {
	background: url(../images/icon_ttl.png) bottom no-repeat;
	display: block;
	margin: 0 auto;
	width: 26px;
	height: 25px;
}

h2 .line {
	background: url(../images/line_ttl.png) bottom no-repeat;
	display: block;
	margin: 0 auto;
	width: 232px;
	height: 2px;
}

.lefter {
	float: left;
}

.righter {
	float: right;
}

.ls01 {
	letter-spacing: 0.1em;
}

.ls02 {
	letter-spacing: 0.2em;
}

.mt10 {
	margin-top: 10px;
}

.mr0 {
	margin-right: 0 !important;
}
/*--------------------------------------------------
　mv
--------------------------------------------------*/

#mv {
	background: url(../images/mv.jpg) 50% no-repeat;
	background-size: cover;
	height: 670px;
	position: relative;
}

#mv .c_logo {
	background: url(../images/c_logo.png) bottom no-repeat;
	display: block;
	padding-top: 36px;
	margin: 0 auto;
	width: 200px;
	height: 50px;
}

#mv .c_logo a {
	display: block;
	line-height: 50px;
	text-indent: -9999px;
}

#mv .slogan {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.6em;
	padding: 250px 0 95px;
	text-shadow: 0 0 5px #121c25;
	text-align: center;
}

#mv .p_logo {
	background: url(../images/p_logo.png) bottom no-repeat;
	display: block;
	margin: 0 auto;
	width: 81px;
	height: 143px;
}

.mvline {
	background: url(../images/mv_line.png) top no-repeat;
	display: block;
	position: absolute;
	top: 0;
	width: 1000px;
	height: 5px;
}

.mvline2 {
	display: block;
	position: absolute;
	top: -1px;
	width: 1000px;
	height: 5px;
}

.spmvline {
	display: none;
	top: 0;
}

/*--------------------------------------------------
　top-bar
--------------------------------------------------*/

#top-bar {
	background: rgba(255, 255, 255, 0.92);
	position: relative;
	width: 100%;
	z-index: 9999;
}
/*--------------------------------------------------
　gnavi
--------------------------------------------------*/

#gnavi {
	font-size: 12px;
	letter-spacing: 0.1em;
	padding: 40px 0 48px;
	text-align: center;
}

#gnavi ul {
	overflow: hidden;
}

#gnavi li {
	float: left;
}

#gnavi li.menu {
	width: 150px;
}

#gnavi a {
	color: #21436b;
	font-weight: bold;
	text-decoration: none;
}

#gnavi .ttl {
	background: url(../images/gnavi_ttl.png) no-repeat;
	background-size: 340px;
	display: block;
	margin: 0px 30px;
	width: 340px;
	height: 36px;
}

body.is-fixed #mv {
	margin-bottom: 124px;
}

body.is-fixed #top-bar {
	position: fixed;
	top: 0;
	left: 0;
}
.spmenu {
	display: none;
}

.overlay {
	position: fixed;
	left: 0;
	top: 0;
	padding-bottom: 30px;
	width: 100%;
	height: 100%;
	background: rgba(235, 235, 235, 0.97);
	z-index: 1000;
	display: none;
}

.overlay ul {
	display: table-cell;
	vertical-align: middle;
}

.overlay li {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 30px;
	text-align: center;
}

.overlay .ttl {
	width: 80%;
	margin: 0 auto 50px;
}

.menu-btn {
	position: fixed;
	right: 5%;
	top: 3%;
}
/*--------------------------------------------------
　summary
--------------------------------------------------*/

#summary {
	position: relative;
	padding-top: 100px;
	margin-top: -100px;
}

#summary h3 {
	color: #6aacc9;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
}

#summary01 {
	background: url(../images/summary_bg01.jpg) 50% no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 45px 0 0;
	height: 371px;
}

#summary01 .text {
	letter-spacing: 0.15em;
	line-height: 2.3;
	text-align: center;
	font-size: 15px;
}

#summary02 {
	background: url(../images/summary_bg02.jpg) 50% no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 55px 0 0;
	height: 261px;
}

#summary02 h3 {
	margin-bottom: 20px;
}

#summary02 .text {
	color: #fff;
	text-align: center;
}

#summary02 .text li {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7;
	margin-left: 1.4em;
	margin-bottom: 10px;
	text-indent: -1.4em;
}

#summary02 .icon {
	color: #6aacc9;
	margin-right: 5px;
}

#summary03 {
	background: url(../images/summary_bg03.jpg) 50% no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 35px 0 0;
	height: 262px;
}

#summary03 .text {
	color: #fff;
	font-size: 14px;
	line-height: 2.14;
	text-align: center;
}

#summary03 h3 {
	margin-bottom: 10px;
}
/*--------------------------------------------------
　company
--------------------------------------------------*/

#company {
	background: #fff;
	padding: 160px 0 0;
	margin-top: -100px;
	overflow: hidden;
}

#company h3 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	text-align: center;
}

#company .speech {
	overflow: hidden;
	margin-bottom: 30px;
}

#company .speech li {
	float: left;
	margin: 0 10px 12px 0;
}

#company .join {
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	overflow: hidden;
}

#company .join li {
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	box-sizing: border-box;
	float: left;
	font-size: 14px;
	padding: 17px 0;
	width: 33.333333%;
	text-align: center;
}
/*--------------------------------------------------
　action
--------------------------------------------------*/

#action {
	padding: 50px 0 30px;
	margin-top: -100px;
}

.actionSlide {
	margin-top: 70px;
}

.actionSlide .ph {
	float: left;
	margin: 0 40px 0 55px;
}

.actionSlide .text {
	display: table-cell;
	padding-right: 50px;
	width: 600px;
	vertical-align: middle;
}

.actionSlide .position {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 5px;
        vertical-align: bottom;
}

.actionSlide .name {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 1px;
}

.actionSlide .comment {
        background-color: #e0f0f7;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 5px;
}

.actionSlide .date {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.actionSlide .logo {
	display: inline-block !important;
	margin-right: 10px;
}
/*--------------------------------------------------
　speechlist
--------------------------------------------------*/

#speechlist {
	background: #f6f6f6;
	border-bottom: 1px solid #d4d4d4;
	padding: 140px 0 70px;
	margin-top: 100px;
}

#speechlist .speechTbl {
	border-top: 2px solid #cecece;
	margin-top: 18px;
	width: 100%;
}

#speechlist .speechTbl th {
	border-bottom: 1px solid #cecece;
	font-size: 12px;
	letter-spacing: -0.05em;
	padding: 12px 0;
	text-align: left;
}

#speechlist .speechTbl td {
	border-bottom: 1px solid #cecece;
	font-size: 12px;
	letter-spacing: -0.05em;
	padding: 8px 10px 8px 0;
	margin-right: 10px;
	vertical-align: middle;
}

#speechlist .speechTbl td:nth-child(6n) {
	padding-right: 0;
}

#speechlist .speechTbl .no {
	width: 80px;
}

#speechlist .speechTbl .company {
	font-weight: bold;
	width: 140px;
}

#speechlist .speechTbl .icon_pdf {
	margin-left: 5px;
}

#speechlist .ls02 {
	font-size: 14px;
	font-weight: bold;
}
/*--------------------------------------------------
　contact
--------------------------------------------------*/

#contact {
	background: url(../images/contact_bg.png) 50% no-repeat;
	background-size: cover;
	box-sizing: border-box;
	border-bottom: 1px solid #d4d4d4;
	padding: 150px 0 45px;
}

#contact .office {
	color: #0c315e;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
}

#contact .office span {
	display: inline-block;
}

#contact .contact {
	background: url(../images/contact.png) no-repeat;
	display: block;
	position: relative;
	width: 1000px;
	height: 122px;
}

#contact .contact .home {
	position: absolute;
	top: 20px;
	left: 70px;
	width: 240px;
	height: 70px;
}

#contact .email {
	position: absolute;
	left: 757px;
	top: 42px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
}

#contact .email:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70)";
}

.contact_sp {
	display: none;
}
/*--------------------------------------------------
　fnavi
--------------------------------------------------*/

#fnavi {
	border-bottom: 1px solid #d4d4d4;
	padding: 34px 0;
}

#fnavi ul {
	overflow: hidden;
	text-align: center;
}

#fnavi li {
	display: inline-block;
	letter-spacing: 0.2em;
}

#fnavi a {
	color: #000;
	padding: 0 10px;
	text-decoration: none;
}

#fnavi li:after {
	content: '|';
}

#fnavi li:last-child:after {
	content: '';
}
/*--------------------------------------------------
　flogo copyright
--------------------------------------------------*/

#flogo {
	box-sizing: border-box;
	border-bottom: 1px solid #d4d4d4;
	padding: 30px 0 40px;
	position: relative;
	text-align: center;
}

#copyright {
	background: #f8f9fd;
	font-size: 10px;
	line-height: 2.4;
	letter-spacing: 0.2em;
	padding: 25px 0 40px;
	text-align: center;
}
/*--------------------------------------------------
　モバイル
--------------------------------------------------*/

@media screen and (max-width: 768px) {
	.inner {
		box-sizing: border-box;
		padding: 0 10px;
		width: 100%;
	}
	#mv {
		height: 550px;
	}
	#mv .slogan {
		padding: 100px 0 0;
	}
	#mv .p_logo {
		position: absolute;
		bottom: 20px;
		left: 50%;
		margin-left: -40px
	}
	#gnavi {
		font-size: 16px;
		padding: 30px 0;
	}
	#gnavi .ttl {
		display: none;
	}
	#gnavi li.slash {
		display: none;
	}
	#gnavi li.menu {
		border-bottom: 1px dotted #dedede;
		width: 25%;
	}
	.mvline,
	.mvline2 {
		width: 100%;
		left: 0;
		right: 0;
	}
	.spmvline {
		display: block;
	}
	#summary01 .text {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 1.7;
	}
	#summary02 {
		height: 300px;
	}
	#company .speech li {
		margin: 0 1% 12px;
		width: 23%;
	}
	#company .speech li img {
		width: 100%;
	}
	.mr0 {
		margin-right: 1% !important;
	}
	#company .join li {
		letter-spacing: -0.1em;
		line-height: 1.4;
	}
	.slick-next {
		right: 0 !important;
	}
	.slick-prev {
		left: 0 !important;
	}
	.actionSlide .ph {
		margin: 0 0 0 50px;
	}
	.actionSlide .ph img {
		margin: 30px -40px 0 20px;
		width: 70%;
	}
	.actionSlide .text {
		width: 380px;
		margin-top: 0;
	}
	.actionSlide {
		margin: 0;
	}
	#contact .contact {
		display: none;
	}
	#contact .contact_sp {
		display: block;
		text-align: center;
	}
	#contact .email_ap {
		display: block;
		text-align: center;
		width: 100%;
	}
	.spmenu {
	display: block;
}

#top-bar {
	display: none;
}

body.is-fixed #mv {
	margin-bottom: 0;
}
}

@media screen and (max-width: 640px) {
	.inner {
		box-sizing: border-box;
		padding: 0 10px;
		width: 100%;
	}
	#mv .slogan {
		letter-spacing: 0;
		font-size: 22px;
	}
	#mv .slogan span {
		display: inline-block;
	}
	#gnavi {
		font-size: 18px;
		padding: 20px 0;
	}
	#gnavi li.menu {
		display: block;
		padding: 5px 0;
		width: 100%;
	}
	#summary01 {
		height: 500px;
	}
	#summary02 {
		height: 440px;
	}
	#summary02 .text li {
		margin-bottom: 20px;
	}
	#summary03 {
		height: 300px;
	}
	#summary03 .text {
		line-height: 1.7;
	}
	#company .speech li {
		margin: 0 2.5% 12px 2.5%;
		width: 45%;
	}
	#company .join li {
		padding: 10px 5px;
		letter-spacing: -1px;
	}
	.mr0 {
		margin-right: 2.5% !important;
	}
	#company .join li {
		height: 74px;
	}
	.actionSlide .ph {
		margin: 40px 0 15px;
		width: 100%;
	}
	.actionSlide .text {
		width: 450px;
		margin-top: 30px;
	}
	.actionSlide .ph img {
		margin: 0 auto;
		width: 60%;
	}
	.actionSlide .text {
		margin-top: 0;
		padding: 0 50px;
		width: 100%;
		box-sizing: border-box;
	}
	.actionSlide .comment {
		line-height: 1.7;
	}
	.speechTbl {
		width: 100%;
	}
	.scroll {
		overflow: auto;
		/*tableをスクロールさせる*/
		
		white-space: nowrap;
		/*tableのセル内にある文字の折り返しを禁止*/
	}
	.scroll::-webkit-scrollbar {
		/*tableにスクロールバーを追加*/
		
		height: 5px;
	}
	.scroll::-webkit-scrollbar-track {
		/*tableにスクロールバーを追加*/
		
		background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {
		/*tableにスクロールバーを追加*/
		
		background: #BCBCBC;
	}
	#fnavi li {
		letter-spacing: 0.1em;
	}
	#fnavi a {
		padding: 0 5px;
	}
	#copyright {
		letter-spacing: 0;
	}
	.sp100 {
		width: 100%;
	}
}