@charset "UTF-8";

/* セクション共通 */
.home_ttl {
	text-align: center;
}

.home_lead {
	margin-top: 45px;
	font-weight: bold;
	text-align: center;
}

/* メインビジュアル */
.mv {
	position: relative;
	padding: 700px 80px 0 0;
	overflow: hidden;
}

.mv:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: calc(100% - 80px);
	height: 100%;
	border-radius: 0 30px 0 0;
	background-image: url(/img/home/bg-mv.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mv_catch {
	position: absolute;
	top: 45%;
	left: 53%;
	transform: translate(-50%, -50%);
}

.mv_scroll {
	position: absolute;
	bottom: 10px;
	left: calc(100% - 55px);
}

.mv_scroll a {
	display: inline-block;
	position: relative;
	padding-bottom: 65px;

	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.mv_scroll a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 45%;
	width: 8px;
	height: 58px;
	background-image: url(/img/home/icn-arrow@2x.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: bottom 0.3s;
}

.mv_scroll a:hover:after {
	bottom: -10px;
}

/* お知らせ・採用情報 */
.news {
	margin-right: 80px;
	padding: 85px 0;
	background: #fafafa;
}

.news > .inner {
	max-width: 1075px;
}

.news_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_head {
	width: 15.5%;
}

.news_head_ttl {
	text-align: center;
}

.news_more {
	margin-top: 30px;
}

.news_more a {
	display: block;
	padding: 10px;
	border: 1px solid #333333;
	line-height: 1;
	text-align: center;
	transition: color 0.3s, background 0.3s;
}

.news_more a:hover {
	background: #333333;
	color: #ffffff;
}

.news_body {
	width: 80%;
}

.news_body a {
	display: flex;
	align-items: center;
	padding: 14px;
	transition: color 0.3s, background 0.3s;
}

.news_body a:hover {
	background: #333333;
	color: #ffffff;
}

.news_body a:first-child {
	margin-top: 0;
}

.news_body a time {
}

.news_body a span.-cat {
	width: 124px;
	margin-left: 24px;
	text-align: center;
}

.news_body a span.-cat.-news {
	background: #013288;
	color: #ffffff;
}

.news_body a span.-cat.-recruit {
	background: #fec400;
	color: #013288;
}

.news_body a em {
	display: block;
	flex: 1;
	margin-left: 40px;
	overflow: hidden;
	white-space: nowrap;

	text-overflow: ellipsis;
}

/* 事業内容 */
.business {
	position: relative;
	padding: 105px 0;
	overflow: hidden;
}

.business:before,
.business:after {
	content: "";
	position: absolute;
	z-index: -1;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.business:before {
	right: 17%;
	bottom: 0;
	width: 2767px;
	height: 1202px;
	background-image: url(/img/home/bg-business01.svg);
}

.business:after {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2048px;
	height: 685px;
	background-image: url(/img/home/bg-business02.svg);
}

.business_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}

.business_col {
	width: 49%;
}

.business_col:nth-child(n+3) {
	margin-top: 20px;
}

.business_col img {
	border-radius: 20px;
}

/* 会社概要 */
.company {
	padding-top: 105px;
}

.company_subttl {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}

/* 社長挨拶 */
.company_greetings {
	display: flex;
	align-items: flex-end;
	position: relative;
	margin-top: 85px;
	padding-bottom: 80px;
}

/* .company_greetings:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -2;
	width: 28.6%;
	height: 250px;
	border-radius: 0 0 0 30px;
	background: #fec400;
} */

.company_greetings_col {
}

.company_greetings_col.-cnt {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	z-index: -1;
	width: 100%;
	margin-right: 80px;
	padding: 90px 0;
	border-radius: 0 30px 0 0;
	background: #fec400;
}

.company_greetings_col.-cnt:after {
	content: "";
	position: absolute;
	right: 50px;
	bottom: -70px;
	width: 409px;
	height: 121px;
	background-image: url(/img/home/catch-greetings@2x.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.company_greetings_inner {
	max-width: 1154px;
	margin: 0 auto;
	padding: 0 15px;
}

.company_subttl.-greetings {
	text-align: left;
}

.company_greetings_txt {
	margin-top: 25px;
}

.company_greetings_txt p {
	font-weight: bold;
}

.company_greetings_txt p.-name {
	margin-top: 40px;
	text-align: right;
}

.company_greetings_txt p.-name b {
	margin-left: 5px;
	font-weight: bold;
	font-size: 20px;
}

/* 企業理念 */
.company_wrap {
	margin-top: 50px;
	padding-left: 64px;
}

.company_philosophy {
	padding: 94px 0;
	border-radius: 30px 0 0 0;
	background: #013288;
	color: #ffffff;
	text-align: center;
}

.company_philosophy_txt {
	margin-top: 25px;
	font-weight: bold;
	font-size: 24px;
}

/* 社名・ロゴマークの由来 */
.company_origin {
	padding: 90px 0;
	background: #fafafa;
}

.company_origin_logo {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.company_origin_logo img.-txt {
	margin-top: 25px;
}

.company_origin_row {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}

.company_origin_col {
	width: 49.3%;
	padding: 55px 40px;
	background: #ffffff;
}

.company_origin_ttl {
	color: #013288;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.company_origin_txt {
	margin-top: 35px;
}

/* 行動スローガン */
.company_slogan {
	padding: 100px 0;
	overflow: hidden;
}

.company_slogan > .inner {
	position: relative;
	max-width: 860px;
}

.company_slogan_cnt {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 830px;
	height: 830px;
	margin: 0 auto;
	padding: 50px;
	border-radius: 830px;
	background: #013288;
	color: #ffffff;
}

.company_slogan > .inner:before,
.company_slogan > .inner:after,
.company_slogan_cnt:before,
.company_slogan_cnt:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 186px;
	background: #fec400;
}

.company_slogan > .inner:before,
.company_slogan > .inner:after {
	width: 142px;
	height: 142px;
}

.company_slogan > .inner:before {
	left: calc(100% + 248px);
}

.company_slogan > .inner:after {
	right: calc(100% + 248px);
}

.company_slogan_cnt:before,
.company_slogan_cnt:after {
	width: 186px;
	height: 186px;
}

.company_slogan_cnt:before {
	left: calc(100% + 28px);
}

.company_slogan_cnt:after {
	right: calc(100% + 28px);
}

.company_slogan_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 254px;
	height: 254px;
	border-radius: 254px;
	background: #ffffff;
}

.company_subttl.-slogan {
	margin-top: 18px;
}

.company_slogan_txt {
	margin-top: 25px;
	font-weight: bold;
	font-size: 24px;
	line-height: 2.5;
	text-align: center;
}

.company_slogan_txt span {
	display: block;
}

/* 会社概要 */
.company_profile {
	padding: 92px 0 160px;
	background: #fafafa;
}

.company_profile > .inner {
	max-width: 964px;
}

.company_profile_tbl {
	display: table;
	width: 100%;
	margin-top: 35px;
	border-top: 1px solid #c9c9c9;
}

.company_profile_tbl_row {
	display: table-row;
}

.company_profile_tbl_row > dt,
.company_profile_tbl_row > dd {
	display: table-cell;
	padding: 22px;
	border-bottom: 1px solid #c9c9c9;
	vertical-align: middle;
	width: 62px;
}

.company_profile_tbl_row > dt {
}

.company_profile_tbl_row > dd {
	position: relative;
	padding-left: 45px;
}

.company_profile_tbl_row > dd:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: calc(100% - 40px);
	background: #c9c9c9;
}

.company_profile_tbl_row > dd dl {
	display: flex;
	font-size: 16px;
}

.company_profile_tbl_row > dd dl > dt {
	width: 115px;
}

.company_profile_tbl_row > dd dl > dd {
	margin-left: 16px;
}

.company_profile_img {
	margin-top: 65px;
}

.company_profile_img img {
	border-radius: 30px;
}

/* フッター */
.foot {
	background: #ffffff;
}

@media screen and (max-width:1400px) {
	/* メインビジュアル */
	.mv {
		padding-right: 50px;
	}

	.mv:before {
		width: calc(100% - 50px);
	}

	.mv_scroll {
		left: calc(100% - 40px);
	}

	/* お知らせ・採用情報 */
	.news {
		margin-right: 50px;
	}

	/* 社長挨拶 */
	.company_greetings_col.-cnt {
		padding: 90px 40px;
	}

	.company_greetings_col.-cnt:after {
		right: -20px;
	}
}

@media screen and (max-width:640px) {
	/* セクション共通 */
	.home_ttl {
	}

	.home_lead {
		margin-top: 35px;
	}

	/* メインビジュアル */
	.mv {
		padding: 520px 0 0 0;
		background-position: center left 20%;
	}

	.mv:before {
		width: 100%;
		border-radius: 0;
	}

	.mv_catch {
		top: 30%;
		width: 260px;
	}

	.mv_scroll {
	}

	/* お知らせ・採用情報 */
	.news {
		margin-right: 0;
		padding: 50px 0;
	}

	.news_wrap {
		display: block;
	}

	.news_head {
		width: 100%;
	}

	.news_head_ttl {
	}

	.news_head_ttl img.vis-sp {
		display: inline-block;
	}

	.news_more {
		text-align: center;
	}

	.news_more a {
		display: inline-block;
		padding: 10px 70px;
	}

	.news_body {
		width: 100%;
		margin-top: 20px;
	}

	.news_body a {
		display: block;
		padding: 10px;
	}

	.news_body a time {
	}

	.news_body a span.-cat {
		padding: 2px 10px;
	}

	.news_body a em {
		margin: 10px 0 0;
		white-space: normal;

		text-overflow: unset;
	}

	/* 事業内容 */
	.business {
		margin-top: -40px;
		padding: 90px 0;
	}

	.business:before {
		right: -50%;
	}

	.business_ttl img {
		width: 120px;
	}

	.business_lead {
		text-align: left;
	}

	.business_row {
		display: block;
		margin-top: 20px;
	}

	.business_col {
		width: 100%;
		text-align: center;
	}

	.business_col:nth-child(2) {
		margin-top: 20px;
	}

	/* 会社概要 */
	.company {
		padding-top: 85px;
	}

	.company_ttl img {
		width: 120px;
	}

	.company_subttl {
		font-size: 20px;
	}

	/* 社長挨拶 */
	.company_greetings {
		display: block;
		margin-top: 50px;
		padding-bottom: 0;
	}

	.company_greetings:after {
		display: none;
	}

	.company_greetings_col.-cnt {
		align-items: flex-start;
		width: calc(100% - 20px);
		margin-bottom: 40px;
		padding: 64px 35px;
	}

	.company_greetings_col.-cnt:after {
		right: 20px;
		bottom: -30px;
		width: 183px;
		height: 91px;
		background-image: url(/img/home/catch-greetings_sp@2x.png);
	}

	.company_greetings_inner {
		max-width: 100%;
	}

	.company_greetings_txt {
	}

	.company_greetings_txt p {
	}

	.company_greetings_txt p.-name {
		text-align: left;
	}

	.company_greetings_txt p.-name b {
	}

	.company_greetings_col.-img {
		transform: translateY(-50%);
		width: calc(100% - 100px);
		margin: 0 20px -140px 40px;
		text-align: center;
	}

	.company_wrap {
		padding: 0;
	}

	/* 企業理念 */
	.company_philosophy {
		padding: 80px 0;
		border-radius: 0;
	}

	.company_philosophy_wrap {
	}

	.company_philosophy_txt {
		font-size: 18px;
	}

	/* 社名・ロゴマークの由来 */
	.company_origin {
		padding: 50px 0 40px;
	}

	.company_origin_logo {
	}

	.company_origin_logo img.-mark {
		width: 166px;
	}

	.company_origin_logo img.-txt {
		width: 280px;
		margin-top: 18px;
	}

	.company_origin_row {
		display: block;
		margin-top: 50px;
	}

	.company_origin_col {
		width: 100%;
		margin-top: 15px;
		padding: 35px 25px;
	}

	.company_origin_col:first-child {
		margin-top: 0;
	}

	.company_origin_ttl {
	}

	.company_origin_txt {
		margin-top: 20px;
	}

	/* 行動スローガン */
	.company_slogan {
		padding: 50px 0;
	}

	.company_slogan > .inner {
		padding-top: 630px;
	}

	.company_slogan > .inner:before,
	.company_slogan > .inner:after,
	.company_slogan_cnt:before,
	.company_slogan_cnt:after {
		content: none;
	}

	.company_slogan_cnt {
		position: absolute;
		top: 0;
		left: 50%;
		width: 630px;
		height: 630px;
		margin-left: -315px;
		padding: 70px;
	}

	.company_slogan_logo {
		width: 140px;
		height: 140px;
	}

	.company_slogan_logo img {
		width: 98px;
		height: 91px;
	}

	.company_subttl.-slogan {
		margin-top: 15px;
	}

	.company_slogan_txt {
		font-size: 20px;
		line-height: 1.45;
	}

	.company_slogan_txt span {
		margin-top: 1em;
	}

	.company_slogan_txt span:first-child {
		margin-top: 0;
	}

	/* 会社概要 */
	.company_profile {
		padding: 70px 0;
	}

	.company_profile_tbl,
	.company_profile_tbl_row,
	.company_profile_tbl_row > dt,
	.company_profile_tbl_row > dd {
		display: block;
		width: 100%;
		border: none;
	}

	.company_profile_tbl {
	}

	.company_profile_tbl_row {
		padding: 20px 10px;
		border-bottom: 1px solid #c9c9c9;
	}

	.company_profile_tbl_row:first-child {
		border-top: 1px solid #c9c9c9;
	}

	.company_profile_tbl_row > dt,
	.company_profile_tbl_row > dd {
		padding: 0;
	}

	.company_profile_tbl_row > dt {
		font-weight: bold;
		font-size: 16px;
	}

	.company_profile_tbl_row > dd {
	}

	.company_profile_tbl_row > dd:before {
		content: none;
	}

	.company_profile_tbl_row > dd dl {
		display: block;
		margin-top: 10px;
	}

	.company_profile_tbl_row > dd dl:first-child {
		margin-top: 0;
	}

	.company_profile_tbl_row > dd dl > dt {
		width: 100%;
	}

	.company_profile_tbl_row > dd dl > dd {
		margin: 0;
	}

	.company_profile_img {
		margin-top: 45px;
	}
}

@media print {
}
