@charset "utf-8";
#undr01_fv_wrap {
	background: url("/images/company/page-title.webp") no-repeat;
	background-position: center;
	background-size: cover;
}
/* -----------------
common
-------------------- */
.cp_ttl {
	text-align: center;
	position: relative;
	margin-bottom: 80px;
	padding-top: 21.5px;
}
.cp_ttl::before {
	content:"";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100px;
	height: 3px;
	background: #E31D23;
	transform: translateX(-50%);
}
.cp_ttl span {
	display: block;
}
.cp_ttl .cp_ttl_en {
	font-family: 'Bebas Neue', cursive;
	font-size: 5rem;
	line-height: 1.2;
	letter-spacing: .04em;
	text-indent: .04em;
}
.cp_ttl .cp_ttl_jp {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.46666666666;
	letter-spacing: .06em;
	text-indent: .06em;
}
@media screen and (max-width: 767px) {
	.cp_ttl {
		margin-bottom: 50px;
		padding-top: 13px;
	}
	.cp_ttl::before {
		height: 2px;
	}
	.cp_ttl .cp_ttl_en {
		font-size: 4rem;
	}
	.cp_ttl .cp_ttl_jp {
		font-size: 1.2rem;
	}
}
/* -----------------
company/
company_wrap
-------------------- */
#company_wrap {
	padding: 130px 0 175px;
}
#company_wrap .list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 51px;
}
#company_wrap .list li {
	width: 31.666666666%;
}
#company_wrap .list a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	height: 354px;
	background: url(../img/index/company_bg01.jpg) center / cover no-repeat;
}
#company_wrap .list li:nth-of-type(2) a {
	background-image: url(/img/index/company_bg02.jpg);
}
#company_wrap .list li:nth-of-type(3) a {
	background-image: url(/img/index/company_bg03.png);
}
#company_wrap .list a::before {
	content:"";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #8EBBFF;
	opacity: .3;
	transition: .3s;
	pointer-events: none;
}
#company_wrap .list a:hover {
	opacity: 1;
}
#company_wrap .list a:hover::before {
	background: #fff;
	opacity: .25;
}
#company_wrap .list .ttl span {
	color: #fff;
	text-align: center;
	display: block;
}
#company_wrap .list .ttl_en {
	font-family: 'Bebas Neue', cursive;
	font-size: 5.5rem;
	line-height: 1.21818181818;
	letter-spacing: .04em;
	text-indent: .04em;
}
#company_wrap .list .ttl_jp {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: .03em;
	text-indent: .03em;
}
#company_wrap .ext_list {
	display: flex;
	justify-content: space-between;
}
#company_wrap .ext_list li {
	width: 31.666666666%;
}
#company_wrap .ext_list a {
	display: block;
}
#company_wrap .ext_list a:hover {
	opacity: 1;
}
#company_wrap .ext_list a:hover figure .off {
	opacity: 0;
}
#company_wrap .ext_list figure {
	position: relative;
	height: 8.61559633vw;
	min-height: 93.91px;
	max-height: 110px;
}
#company_wrap .ext_list figure img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	transition: .3s;
}
#company_wrap .ext_list figure .off {
	z-index: 2;
}
#company_wrap .ext_list .txt {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: .03em;
	color: #003583;
	display: inline-block;
	position: relative;
	margin-top: 14px;
	padding-left: 1.5em;
	transition: .3s;
}
#company_wrap .ext_list a:hover .txt {
	text-decoration: underline;
	text-decoration-color: #003583;
}
#company_wrap .ext_list .txt::before {
	text-decoration: none;
	content:"＞";
	position: absolute;
	top: 0;
	left: 0;
}
#company_wrap .ext_list .txt::after {
	content:url(../img/common/ico_window.svg);
	margin-left: 8px;
}
@media screen and (max-width: 767px) {
	#company_wrap {
		padding: 50px 0 70px;
	}
	#company_wrap .list {
		display: block;
	}
	#company_wrap .list li {
		margin-bottom: 30px;
		width: 100%;
	}
	#company_wrap .list a {
		height: 46.574vw;
	}
	#company_wrap .list .ttl_en {
		font-size: 4rem;
	}
	#company_wrap .list .ttl_jp {
		font-size: 1.4rem;
	}
	#company_wrap .ext_list {
		display: block;
	}
	#company_wrap .ext_list li {
		margin-top: 30px;
		width: 100%;
	}
	#company_wrap .ext_list figure {
		height: 27.208vw;
		min-height: auto;
		max-height: 100%;
	}
	#company_wrap .ext_list .txt {
		font-size: 1.4rem;
		margin-top: 12px;
	}
}
/* -----------------
company/message/
message_wrap
-------------------- */
#message_wrap {
	padding: 110px 0 141px;
}
#message_wrap .cp_ttl {
	margin-bottom: 35px;
}
#message_wrap .box {
	position: relative;
	z-index: 1;
}
#message_wrap .box::before {
	content:"";
	display: block;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% - 45px);
	background: -webkit-linear-gradient( -196deg, #fafcff 0%, #dce5f2 100%);
	background: -moz-linear-gradient( -196deg, #fafcff 0%, #dce5f2 100%);
	background: linear-gradient( -196deg, #fafcff 0%, #dce5f2 100%);
}
#message_wrap .box .inner {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding-left: 61px;
	max-width: 820px;
}
#message_wrap .box .txt_wrap {
	padding-top: 125px;
	padding-bottom: 60px;
	margin: auto;
}
#message_wrap .box .txt_wrap .txt {
	font-weight: 700;
	font-size: 3.5rem;
	line-height: 1.54285714285;
	letter-spacing: .08em;
	text-align: center;
}
#message_wrap .box .txt_wrap .name {
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 2.17647058823;
	letter-spacing: .07em;
	margin-top: 25px;
	text-align: right;
}
#message_wrap .box .txt_wrap .name span {
	font-weight: 700;
	font-size: 2.5rem;
	margin-left: 14px;
}
#message_wrap .box figure {
	max-width: 323px;
}
#message_wrap .txt_box {
	margin: 66px auto 0;
	max-width: 980px;
}
#message_wrap .txt_box .sttl {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.95833333333;
	margin-top: 37px;
}
#message_wrap .txt_box .txt {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .03em;
	margin-top: 11px;
}
@media screen and (max-width: 767px) {
	#message_wrap {
		padding: 50px 0 70px;
	}
	#message_wrap .cp_ttl {
		margin-bottom: 50px;
	}
	#message_wrap .box::before {
		top: 0;
		height: 100%;
	}
	#message_wrap .box .inner {
		display: block;
		padding-left: 0;
	}
	#message_wrap .box .txt_wrap {
		padding: 30px 3% 20px;
	}
	#message_wrap .box .txt_wrap .txt {
		font-size: 2rem;
		text-indent: .08em;
		text-align: center;
	}
	#message_wrap .box .txt_wrap .name {
		font-size: 1.4rem;
		text-indent: .07em;
		text-align: right;
		margin-top: 0;
	}
	#message_wrap .box .txt_wrap .name span {
		font-size: 1.8rem;
		margin-left: 7px;
	}
	#message_wrap .box figure {
		margin: 0 auto;
	}
	#message_wrap .txt_box {
		margin: 30px auto 0;
	}
	#message_wrap .txt_box .sttl {
		font-size: 1.8rem;
		line-height: 1.8;
		margin-top: 30px;
	}
	#message_wrap .txt_box .txt {
		font-size: 1.4rem;
		line-height: 1.8;
	}
}
/* -----------------
company/overview/
overview_wrap
-------------------- */
#overview_wrap {
	padding: 110px 0 100px;
	background: #fff;
}
#overview_wrap .d_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#overview_wrap .d_list dt,
#overview_wrap .d_list dd {
	font-size: 1.6rem;
	line-height: 2;
	padding: 21px 10px;
	border-bottom: 2px solid #D0D0D0;
}
#overview_wrap .d_list dt:first-of-type,
#overview_wrap .d_list dd:first-of-type {
	border-top: 2px solid #D0D0D0;
}
#overview_wrap .d_list dt {
	font-weight: 500;
	color: #E31D23;
	display: flex;
	align-items: center;
	width: 28.2%;
	border-bottom-color: #FCD8DA;
}
#overview_wrap .d_list dt:first-of-type {
	border-top-color: #FCD8DA;
}
#overview_wrap .d_list dd {
	width: 68.8%;
}
#overview_wrap .sttl {
	font-weight: 700;
	font-size: 1.9rem;
	line-height: 1.47368421052;
	color: #E31D23;
	position: relative;
	margin: 90px 0 19px;
}
#overview_wrap .sttl::before {
	content:"■";
	margin-right: .5em;
}
@media screen and (max-width: 767px) {
	#overview_wrap {
		padding: 50px 0 70px;
	}
	#overview_wrap .d_list dt,
	#overview_wrap .d_list dd {
		font-size: 1.4rem;
		line-height: 1.8;
		padding: 10px 1%;
	}
	#overview_wrap .sttl {
		font-size: 1.6rem;
		margin: 50px 0 10px;
	}
}
/* -----------------
company/overview/
history_wrap
-------------------- */
#history_wrap {
	padding: 100px 0 134px;
	background: #F7F8FA;
}
#history_wrap .d_list {
	display: flex;
	flex-wrap: wrap;
}
#history_wrap .d_list dt:last-of-type,
#history_wrap .d_list dd:last-of-type {
	padding-bottom: 0;
}
#history_wrap .d_list dt {
	display: flex;
	justify-content: space-between;
	padding: 0 30px 0 10px;
	width: 192px;
}
#history_wrap .d_list dt .dt_num {
	font-family: 'Bebas Neue', cursive;
	font-size: 3.2rem;
	line-height: 1.21875;
	letter-spacing: .04em;
}
#history_wrap .d_list dt .dt_num:first-of-type {
	color: #E31D23;
	width: 57px;
}
#history_wrap .d_list dt .dt_circle {
	position: relative;
	z-index: 1;
}
#history_wrap .d_list dt:first-of-type .dt_circle {
	margin-top: 12px;
}
#history_wrap .d_list dt:last-of-type .dt_circle {
	margin-bottom: 16px;
}
#history_wrap .d_list dt .dt_circle::before,
#history_wrap .d_list dt .dt_circle::after {
	content:"";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
#history_wrap .d_list dt .dt_circle::before {
	top: 12px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #E31D23;
}
#history_wrap .d_list dt:first-of-type .dt_circle::before {
	top: 0;
}
#history_wrap .d_list dt:last-of-type .dt_circle::before {
	top: auto;
	bottom: 0;
}
#history_wrap .d_list dt .dt_circle::after {
	top: 0;
	z-index: -1;
	width: 1px;
	height: 100%;
	background: #AFAFAF;
}
#history_wrap .d_list dd {
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.88235294117;
	letter-spacing: .03em;
	padding: 2px 0 60px;
	width: calc(100% - 192px);
}
#history_wrap .d_list dd.short_pd {
	padding-bottom: 11px;
}
@media screen and (max-width: 767px) {
	#history_wrap {
		padding: 50px 0 70px;
	}
	#history_wrap .d_list dt {
		padding: 0 3% 0 0;
		width: 120px;
	}
	#history_wrap .d_list dt .dt_num {
		font-size: 2.8rem;
	}
	#history_wrap .d_list dt .dt_num:first-of-type {
		width: 50px;
	}
	#history_wrap .d_list dt:first-of-type .dt_circle {
		margin-top: 11px;
	}
	#history_wrap .d_list dt:last-of-type .dt_circle {
		margin-bottom: 15px;
	}
	#history_wrap .d_list dt .dt_circle::before {
		top: 11px;
		width: 9px;
		height: 9px;
	}
	#history_wrap .d_list dd {
		font-size: 1.4rem;
		line-height: 1.8;
		padding: 3px 0 30px;
		width: calc(100% - 120px);
	}
}
/* -----------------
company/access/
access_wrap
-------------------- */
#access_wrap .wrap {
	padding: 110px 0 80px;
}
#access_wrap .inner {
	background: #F7F8FA;
}
#access_wrap .inner .wrap {
	padding: 61px 0 119px;
}
#access_wrap .d_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	max-width: 574px;
}
#access_wrap .inner .d_list {
	max-width: 417px;
}
#access_wrap .d_list dt {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.5;
	color: #003583;
}
#access_wrap .d_list dd {
	font-size: 1.6rem;
	line-height: 2;
}
#access_wrap .map {
	position: relative;
	margin-top: 39px;
	padding-bottom: 45%;
	height: 0;
	overflow: hidden;
}
#access_wrap .map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
#access_wrap .m_btn {
	text-align: center;
	margin-top: 40px;
}
#access_wrap .inner .m_btn {
	margin-top: 48px;
}
#access_wrap .m_btn .m_btn_link {
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: .02em;
	text-indent: .02em;
	padding: 20px 0;
	max-width: 500px;
}
#access_wrap .inner .d_list_inner {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 954px;
}
#access_wrap .inner .d_list_wrap {
	position: relative;
}
#access_wrap .inner .d_list_wrap::before {
	content:"";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 70px;
	background: #707070;
	transform: translate(-50%,-50%);
}
@media screen and (max-width: 767px) {
	#access_wrap .wrap,
	#access_wrap .inner .wrap {
		padding: 50px 0 70px;
	}
	#access_wrap .d_list {
		flex-direction: column;
		justify-content: flex-start;
		max-width: 100%;
	}
	#access_wrap .inner .d_list {
		max-width: 100%x;
	}
	#access_wrap .inner .d_list + .d_list {
		margin-top: 30px;
	}
	#access_wrap .d_list dt {
		font-size: 1.8rem;
	}
	#access_wrap .d_list dd {
		font-size: 1.4rem;
		line-height: 1.8;
		margin-top: 10px;
	}
	#access_wrap .map {
		margin-top: 30px;
		padding-bottom: 56.25%;
	}
	#access_wrap .m_btn {
		margin-top: 30px;
	}
	#access_wrap .inner .m_btn {
		margin-top: 30px;
	}
	#access_wrap .m_btn .m_btn_link {
		font-size: 1.4rem;
		padding: 16px 0;
	}
	#access_wrap .inner .d_list_inner {
		display: block;
		max-width: 100%;
	}
	#access_wrap .inner .d_list_wrap::before {
		display: none;
	}
}
