@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
 */

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 100;
	font-style: normal;
	src: local('Noto Sans CJK JP Thin'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 300;
	font-style: normal;
	src: local('Noto Sans CJK JP Light'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 400;
	font-style: normal;
	src: local('Noto Sans CJK JP Regular'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-style: normal;
	src: local('Noto Sans CJK JP Medium'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-style: normal;
	src: local('Noto Sans CJK JP Bold'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 900;
	font-style: normal;
	src: local('Noto Sans CJK JP Black'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}

/*
// ==========================================================================
// animation
// ==========================================================================
*/

/*
// ==========================================================================
// utility
// ==========================================================================
*/

/* margin reset */

.u-mt-reset {
	margin-top: 0 !important;
}

.u-mb-reset {
	margin-bottom: 0 !important;
}

.u-ml-reset {
	margin-left: 0 !important;
}

.u-mr-reset {
	margin-right: 0 !important;
}

/* padding reset */

.u-pt-reset {
	padding-top: 0 !important;
}

.u-pb-reset {
	padding-bottom: 0 !important;
}

.u-pl-reset {
	padding-left: 0 !important;
}

.u-pr-reset {
	padding-right: 0 !important;
}

/* align */

.u-align-center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.u-align-left {
	margin-right: auto;
	text-align: left;
}

.u-align-right {
	margin-left: auto;
	text-align: right;
}

/*responsive*/

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

/* ----------------------------------------------------
  common
---------------------------------------------------- */

/* title */

.page-title01 {
	font-size: 40px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 100%;
	height: 205px;
	padding: 0 0 0 0;
	text-align: center;
	letter-spacing: .1em;
	color: #41545e;
	background: url(../img/company/bg_title.jpg) center center no-repeat;
	background-size: cover;
	align-items: center;
	justify-content: center;
}

.page-title01 span {
	font-size: 16px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	letter-spacing: .4em;
}

.page-title02 {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.4em;
	box-sizing: border-box;
	width: 100%;
	height: 205px;
	padding: 30px 0 0 0;
	text-align: center;
	text-align: center;
	letter-spacing: .1em;
	color: #41545e;
	background: url(../img/company/bg_title.jpg) center center no-repeat;
	background-size: cover;
}

.page-title02 span {
	font-size: 16px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	letter-spacing: .4em;
}

.page-title02 .page-sub-title {
	font-size: 24px;
	font-weight: 600;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	letter-spacing: .2em;
}

/* inner */

.page-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 60px 0;
}

/* clearfix */

.clearfix,
.mission-photo {
	*zoom: 1;
}

.clearfix:after {
	font-size: .1em;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

/* ---------------------------------------------------- mission
---------------------------------------------------- */

.mission-wrapper {
	background: url(../img/company/bg_mission02.png) 0 0 repeat-y;
}

.mission-bg-top {
	background: url(../img/company/bg_mission01.png) 0 0 no-repeat;
}

.mission-bg-bot {
	padding: 50px 0 5px 0;
	background: url(../img/company/bg_mission03.png) 0 bottom no-repeat;
}

.mission-title01 {
	font-size: 160%;
	font-weight: normal;
	line-height: 1.8;
	padding: 0 0 30px 0;
	text-align: center;
	color: #323232;
}

.mission-title02 {
	text-align: center;
}

.mission-txt {
	font-size: 160%;
	font-weight: normal;
	line-height: 1.8;
	padding: 0 0 30px 0;
	text-align: center;
	color: #323232;
}

.mission-col {
	position: relative;
	width: 890px;
	margin: 0 auto 45px auto;
	padding: 0 0 60px 0;
	text-align: center;
	border: 5px solid #dedede;
	background: url(../img/company/bg_mission_col.png) 0 0 repeat;
}

.mission-col p {
	font-size: 120%;
	padding: 30px 0 0 0;
	color: #323232;
}

.mission-col-title {
	margin: -18px 0 0 0;
}

.mission-message {
	font-size: 24px !important;
	display: flex;
	box-sizing: border-box;
	width: 818px;
	height: 75px;
	margin: 20px auto 0;
	padding: 0 !important;
	color: #41545e !important;
	border: solid 2px #41545e;
	background: #fff;
	justify-content: center;
	align-items: center;
}

.mission-photo {
	overflow: hidden;
	zoom: 1;
	width: 840px;
	margin: 0 -24px -20px 38px;
}

.mission-photo li {
	float: left;
	width: 256px;
	margin: 35px 24px 0 0;
	text-align: left;
}

.mission-photo li span {
	font-size: 120%;
	display: block;
	padding: 10px 0 0 0;
	color: #40545f;
}

/* ---------------------------------------------------- message
---------------------------------------------------- */

/* col */

.message-col {
	margin: 0 0 20px 0;
	padding: 20px 45px 60px 45px;
	border: 1px solid #333;
	background: url(../img/company/bg_message.jpg) right top no-repeat;
}

.message-col p {
	font-size: 120%;
	padding: 25px 0 0 0;
	color: #323232;
}

.message-title01 {
	font-size: 190%;
	font-weight: normal;
	margin: 30px 0 -15px 0;
	padding: 0 0 0 30px;
	color: #323232;
	background: url(../img/company/bg_h_message.png) left 26px no-repeat;
}

/* profile */

.message-profile {
	position: relative;
	width: 680px;
	height: 370px;
	margin: 0 0 0 160px;
}

.message-profile-data {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 25px 28px;
	border: 3px solid #e5ecf2;
	background: #fff;
}

.message-profile-data p {
	font-size: 115%;
	padding: 10px 0 0 0;
	color: #323232;
}

.message-profile-ill {
	position: absolute;
	top: 0;
	left: 0;
}

.message-profile-company {
	font-size: 16px;
	font-weight: normal;
	width: 100%;
}

.message-profile-name {
	font-size: 25px;
}

.message-profile-name-en {
	font-size: 13px;
}

.message-profile-position {
	font-size: 18px;
	font-weight: normal;
}

.message-profile-title {
	display: flex;
	width: 300px;
	color: #40545f;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: baseline;
}

.message-profile-title span {
	font-weight: 500;
	line-height: 1.5;
	margin-right: 10px;
}

/* btn */

.message-btn {
	font-size: 25px;
	width: 100%;
	margin: 60px 0 0 0;
	text-align: center;
}

.message-btn a {
	position: relative;
	display: flex;
	box-sizing: border-box;
	width: 633px;
	height: 100px;
	margin: 0 auto;
	padding: 20px 0;
	color: #fff;
	background: #416575;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.message-btn a::after {
	position: absolute;
	top: 38%;
	right: 5%;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
}

.message-btn a:hover {
	opacity: .9;
}

.message-btn a span {
	font-size: 16px;
	width: 100%;
	color: #fff;
}

/* ---------------------------------------------------- outline
---------------------------------------------------- */

/* table */

.outline-table {
	width: 820px;
	margin: 10px auto 30px auto;
}

.outline-table th {
	font-size: 140%;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	color: #323232;
	border: 1px solid #a9c5d1;
	border-left: none;
	background: #f0f5f9;
}

.outline-table td {
	font-size: 130%;
	padding: 11px 25px;
	vertical-align: middle;
	color: #323232;
	border: 1px solid #a9c5d1;
	border-right: none;
}

.outline-table td a {
	text-decoration: none;
	color: #323232;
}

.outline-table td a:hover {
	text-decoration: underline;
}

/* img */

.outline-img {
	margin: 0 0 30px 0;
	text-align: center;
}

/* map */

.outline-map {
	font-size: 110%;
	position: relative;
	width: 810px;
	margin: 0 auto;
	color: #323232;
}

.outline-map p {
	margin: 10px 0 0 0;
}

.outline-map-link a {
	position: absolute;
	right: 0;
	bottom: 22px;
	left: 1;
	padding: 0 0 0 17px;
	text-decoration: none;
	color: #40545f;
	background: url(../img/company/icn_arrow01.png) left center no-repeat;
}

.outline-map-link a:hover {
	text-decoration: underline;
}

.outline-img {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.outline-img li:nth-child(2),
.outline-img li:nth-child(3) {
	display: none;
}

/* ---------------------------------------------------- history
---------------------------------------------------- */

/* read */

.history-read {
	font-size: 130%;
	padding: 10px 0 40px 0;
	text-align: center;
	color: #323232;
}

/* row */

.history-row {
	position: relative;
	padding: 0 0 20px 0;
	background: url(../img/company/bg_history_col.png) 0 0 repeat-y;
}

.history-row:first-of-type .history-title {
	padding: 0 0 10px 0;
}

.history-row:first-of-type .history-title::before {
	content: none;
}

.history-title {
	font-family: 'Yu Mincho', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
	font-size: 38px;
	font-weight: normal;
	position: relative;
	display: inline-block;
	width: auto;
	width: auto;
	margin-left: 0;
	padding: 10px 0;
	letter-spacing: .1em;
	color: #41545e;
	background: #fff;
}

.history-title span {
	font-family: 'Yu Mincho', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
	font-size: 24px;
	font-weight: normal;
}

.history-title::after {
	position: absolute;
	bottom: -6px;
	left: 49px;
	width: 8px;
	height: 8px;
	margin: 0 auto;
	content: '';
	border: #40545d solid 1px;
	border-radius: 20px;
	background: #40545d;
}

.history-title::before {
	position: absolute;
	top: -6px;
	left: 49px;
	width: 8px;
	height: 8px;
	margin: 0 auto;
	content: '';
	border: #40545d solid 1px;
	border-radius: 20px;
	background: #40545d;
}

.history-col {
	width: 500px;
	margin: 0 0 0 140px;
	padding: 40px 50px 40px 0;
	background: #f3f6fb;
}

.history-col-title {
	font-family: 'Yu Mincho', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4;
	position: relative;
	padding-left: 40px;
	letter-spacing: .04em;
}

.history-col-title::before {
	position: absolute;
	left: 0;
	width: 5px;
	height: 100%;
	content: '';
	vertical-align: middle;
	background: #446576;
}

.history-row-2003 {
	margin: -15px 0 0 0;
}

.history-row-2008 {
	min-height: 520px;
}

.history-row-2008 .history-col {
	margin: 70px 0 0 140px;
}

.history-row-2013 {
	margin: -30px 0 0 0;
}

.history-row-2013 .history-col {
	margin: 28px 0 0 140px;
}

.history-col-txt {
	padding: 0 0 0 45px;
}

.history-col-txt p {
	font-size: 120%;
	padding: 20px 0 0 0;
	color: #323232;
}

/* img */

.history-img {
	position: absolute;
}

.history-row-1965 .history-img {
	top: 83px;
	right: 29px;
}

.history-row-1979 .history-img {
	top: 11px;
	right: -8px;
}

.history-row-1983 .history-img {
	top: 84px;
	right: 4px;
}

.history-row-1983 .history-col-title:last-child {
	text-align: center;
}

.history-row-1986 .history-img {
	top: 150px;
	right: 4px;
}

.history-row-1987 .history-img {
	top: 102px;
	right: 96px;
}

.history-row-1990 .history-img {
	top: 86px;
	right: 3px;
}

.history-row-1991 .history-img {
	top: 157px;
	right: 2px;
}

.history-row-1992 .history-img {
	z-index: 2;
	top: 90px;
	right: 16px;
}

.history-row-1996 .history-col-title {
	text-align: center;
}

.history-row-1996 .history-img {
	top: -68px;
	right: 6px;
}

.history-row-1998 .history-img {
	top: 135px;
	right: 0;
}

.history-row-2002 .history-img {
	top: 55px;
	right: 16px;
}

.history-row-2003 .history-col-title {
	text-align: center;
}

.history-row-2003 .history-img {
	top: 70px;
	right: 16px;
}

.history-row-2008 .history-img {
	top: 86px;
	right: 16px;
}

.history-row-2013 .history-img {
	top: 100px;
	right: 2px;
}

.history-row-2015 .history-img {
	top: 140px;
	right: 2px;
}

/* btn */

.history-btn {
	position: absolute;
	right: 2px;
	bottom: 0;
}

.history-btn {
	font-size: 14px;
	z-index: 2;
}

.history-btn a {
	line-height: 1.6;
	position: relative;
	display: flex;
	box-sizing: border-box;
	width: 280px;
	margin: 0 auto;
	padding: 15px 20px;
	text-decoration: none;
	letter-spacing: .05em;
	color: #fff;
	background: #416575;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.history-btn a::after {
	position: absolute;
	top: 38%;
	right: 5%;
	display: block;
	width: 18px;
	height: 18px;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
}

.history-btn a:hover {
	opacity: .9;
}

.history-btn a span {
	font-size: 3.33333vw;
	width: 100%;
	color: #fff;
}

}

@media screen and (min-width: 769px) {

.sp {
	display: none !important;
}

}

@media screen and (min-width: 990px) {

.tab {
	display: none !important;
}

}

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

.pc {
	display: none !important;
}

}

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

.tab {
	display: none !important;
}

/* ----------------------------------------------------
  common
---------------------------------------------------- */

/* title */

.page-title01 {
	font-size: 4vw;
	font-weight: 600;
	width: 100%;
	padding: 5.33333vw 0 5.33333vw 0;
	text-align: center;
	color: #41545e;
	background: url(../img_sp/company/bg_title.jpg) center center no-repeat;
	background-size: cover;
}

.page-title01 span {
	font-size: 1.33333vw;
	display: block;
	width: 100%;
	margin-bottom: .66667vw;
	letter-spacing: .2em;
}

.page-title01 img {
	width: auto;
	height: 8.53333vw;
}

.page-title02 {
	font-size: 4vw;
	font-weight: 600;
	line-height: 1.4;
	width: 100%;
	padding: 5.33333vw 0 5.33333vw 0;
	text-align: center;
	color: #41545e;
	background: url(../img_sp/company/bg_title.jpg) center center no-repeat;
	background-size: cover;
}

.page-title02 span {
	font-size: 1.33333vw;
	display: block;
	width: 100%;
	letter-spacing: .2em;
}

.page-title02 img {
	width: auto;
	height: 8.53333vw;
}

.page-title02 .page-sub-title {
	font-size: 3.33333vw;
	display: block;
	width: 100%;
	letter-spacing: -.01em;
}

/* inner */

.page-inner {
	margin: 0 auto;
	padding: 10px;
}

/* clearfix */

.clearfix,
.mission-photo {
	*zoom: 1;
}

.clearfix:after {
	font-size: .1em;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

/* ----------------------------------------------------
  mission
---------------------------------------------------- */

.mission-wrapper {
	position: relative;
	z-index: 1;
	width: 301px;
	margin: -40px auto 15px auto;
	background: url(../img/company/bg_mission02.png) 0 0 repeat-y;
	background-size: 301px auto;
}

.mission-bg-top {
	background: url(../img/company/bg_mission01.png) 0 0 no-repeat;
	background-size: 301px auto;
}

.mission-bg-bot {
	padding: 15px 10px 1px 10px;
	text-align: center;
	background: url(../img/company/bg_mission03.png) 0 bottom no-repeat;
	background-size: 301px auto;
}

.mission-txt {
	font-weight: normal;
	padding: 0 0 10px 0;
	text-align: left;
	color: #323232;
}

.mission-title01 {
	width: 100%;
	height: auto;
}

.mission-title01 img {
	width: 100%;
}

.mission-title02 {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: center;
	color: #41545e;
}

.mission-col {
	position: relative;
	margin: 0 auto 10px auto;
	padding: 0 0 10px 0;
	text-align: center;
	border: 2px solid #dedede;
	background: url(../img/company/bg_mission_col.png) 0 0 repeat;
	background-size: 25px auto;
}

.mission-col p {
	padding: 10px 10px 0 10px;
	text-align: left;
	color: #323232;
}

.mission-col-title {
	margin: -10px 0 0 0;
}

.mission-message {
	font-size: 12px !important;
	font-weight: bold;
	display: flex;
	box-sizing: border-box;
	width: 244px;
	height: 38px;
	margin: 20px auto 0;
	padding: 0 !important;
	color: #41545e !important;
	border: solid 1px #41545e;
	background: #fff;
	justify-content: center;
	align-items: center;
}

.mission-photo {
	display: flex;
	overflow: hidden;
	width: 248px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mission-photo li { /*float: left;*/
	width: 119px;
	margin: 15px 0 0 0;
	text-align: left;
}

.mission-photo li img {
	width: 100%;
	height: auto;
}

.mission-photo li span {
	line-height: 1.4;
	display: block;
	padding: 7px 0 0 0;
	color: #40545f;
}

/* ----------------------------------------------------
  message
---------------------------------------------------- */

/* col */

.message-col {
	margin: 5px 0 10px 0;
	padding: 10px 10px 0 10px;
	border: 1px solid #333;
}

.message-col p {
	color: #323232;
}

.message-title01 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.3;
	margin: 15px 0 10px 0;
	padding: 0 0 0 10px;
	color: #40545f;
	border-left: 3px solid #40545f;
}

.message-col-img {
	padding: 10px 0 0 0;
}

.message-col-img img {
	width: 100%;
	height: auto;
}

/* profile */

.message-profile {
	position: relative;
	margin: 0 0 20px 0;
}

.message-profile-company {
	font-size: 3.46667vw;
	font-weight: normal;
	width: 100%;
}

.message-profile-name {
	font-size: 5.33333vw;
	font-weight: normal;
}

.message-profile-name-en {
	font-size: 2.66667vw;
}

.message-profile-position {
	font-size: 4.26667vw;
	font-weight: normal;
}

.message-profile-data {
	padding: 10px;
	border: 2px solid #e5ecf2;
	background: #fff;
}

.message-profile-data p {
	padding: 10px 0 0 0;
	color: #323232;
}

.message-profile-ill {
	text-align: center;
}

.message-profile-title {
	display: flex;
	color: #40545f;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: baseline;
}

.message-profile-title span {
	line-height: 1.5;
	margin-right: 1.33333vw;
}

/* btn */

.message-btn {
	font-size: 4.4vw;
	width: 100%;
	margin: 4vw 0 4vw 0;
	padding: 4vw 0 0 0;
	text-align: center;
	border-top: 1px dotted #656565;
}

.message-btn a {
	position: relative;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	height: 18.66667vw;
	margin: 0 auto;
	padding: 3.33333vw 0;
	text-decoration: none;
	color: #fff;
	background: #416575;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.message-btn a::after {
	position: absolute;
	top: 42%;
	right: 5%;
	display: block;
	width: 2.66667vw;
	height: 2.66667vw;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid .53333vw #fff;
	border-right: solid .53333vw #fff;
}

.message-btn a:hover {
	opacity: .9;
}

.message-btn a span {
	font-size: 3.33333vw;
	width: 100%;
	color: #fff;
}

/* ----------------------------------------------------
  outline
---------------------------------------------------- */

/* table */

.outline-table {
	width: 100%;
	margin: 5px auto 20px auto;
}

.outline-table th {
	font-size: 13px;
	width: 80px;
	text-align: center;
	vertical-align: middle;
	color: #323232;
	border: 1px solid #a9c5d1;
	border-left: none;
	background: #f0f5f9;
}

.outline-table td {
	line-height: 1.5;
	padding: 10px;
	vertical-align: middle;
	color: #323232;
	border: 1px solid #a9c5d1;
	border-right: none;
}

.outline-table td a {
	text-decoration: none;
	color: #323232;
}

.outline-table td a:hover {
	text-decoration: underline;
}

/* img */

.outline-img li {
	margin: 0 0 15px 0;
	text-align: center;
}

/* map */

.outline-map {
	position: relative;
	margin: 0 auto;
	color: #323232;
}

.outline-map iframe {
	height: 42.66667vw;
}

.outline-map p {
	margin: 3px 0 0 0;
}

.outline-map-link {
	padding: 3px 0 20px 0;
}

.outline-map-link a {
	position: relative;
	display: flex;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
	color: #40545f;
	border: 1px solid #40545f;
	background: #f7f7f7;
	justify-content: center;
	align-items: center;
}

.outline-map-link a::after {
	position: absolute;
	top: 42%;
	right: 10px;
	display: block;
	width: 6px;
	height: 6px;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid .13333vw #374954;
	border-right: solid .13333vw #374954;
}

.outline-map-link a::before {
	position: absolute;
	top: 42%;
	right: 15px;
	display: block;
	width: 6px;
	height: 6px;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid .13333vw #374954;
	border-right: solid .13333vw #374954;
}

.outline-img {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.outline-img li {
	margin-right: 1.33333vw;
	margin-left: 1.33333vw;
}

.outline-img li:first-child {
	display: none;
}

/* ----------------------------------------------------
  history
---------------------------------------------------- */

/* read */

.history-read {
	padding: 0 0 10px 0;
	text-align: center;
	color: #323232;
}

/* row */

.history-row {
	position: relative;
	padding: 0 0 5px 0;
	background: url(../img/company/bg_history_col.png) -26px 0 repeat-y;
}

.history-row:first-of-type .history-title {
	padding: 0 0 5px 0;
}

.history-row:first-of-type .history-title::before {
	content: none;
}

.history-row:last-child {
	padding-bottom: 10px;
}

.history-row-2015 {
	padding: 0 0 20px 0;
}

.history-title {
	font-family: 'Yu Mincho', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
	font-size: 5.33333vw;
	font-weight: normal;
	position: relative;
	width: auto;
	margin-left: 0;
	padding: 3px 0 3px 0;
	letter-spacing: .1em;
	color: #41545e;
	background: #fff;
}

.history-title span {
	font-family: 'Yu Mincho', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
	font-size: 3.33333vw;
	font-weight: normal;
}

.history-title::after {
	position: absolute;
	bottom: -.8vw;
	left: 24px;
	width: 4px;
	height: 4px;
	margin: 0 auto;
	content: '';
	border: #40545d solid 1px;
	border-radius: 20px;
	background: #40545d;
}

.history-title::before {
	position: absolute;
	top: -.8vw;
	left: 24px;
	width: 4px;
	height: 4px;
	margin: 0 auto;
	content: '';
	border: #40545d solid 1px;
	border-radius: 20px;
	background: #40545d;
}

.history-col {
	margin: 0 0 0 40px;
	padding: 10px 10px 10px 0;
	background: #f3f6fb;
}

.history-col-title {
	font-family: 'Yu Mincho', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
	font-size: 4vw;
	font-weight: normal;
	line-height: 1.4;
	position: relative;
	padding-left: 4vw;
	color: #41545e;
}

.history-col-title::before {
	position: absolute;
	left: 0;
	width: .66667vw;
	height: 100%;
	content: '';
	vertical-align: middle;
	background: #446576;
}

.history-col-txt {
	padding: 0 0 0 15px;
}

.history-col-txt p {
	padding: 15px 0 0 0;
	color: #323232;
}

/* img */

.history-img {
	padding: 15px 0 0 40px;
	text-align: center;
}

/* btn */

.history-btn {
	font-size: 3.33333vw;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	margin: 4vw 0 4vw 0;
	padding: 4vw 0 0 10.66667vw;
	text-align: left;
}

.history-btn a {
	line-height: 1.2;
	position: relative;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	height: 11.33333vw;
	margin: 0 auto;
	padding: 3.33333vw;
	text-decoration: none;
	color: #fff;
	background: #416575;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.history-btn a::after {
	position: absolute;
	top: 38%;
	right: 5%;
	display: block;
	width: 2.26667vw;
	height: 2.26667vw;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid .4vw #fff;
	border-right: solid .4vw #fff;
}

.history-btn a:hover {
	opacity: .9;
}

.history-btn a span {
	font-size: 3.33333vw;
	width: 100%;
	color: #fff;
}

.page-btn {
	padding: 20px 10px;
}

}

