@charset "utf-8";
.wrapper_spinoff *{
	box-sizing: border-box;
}
.mainVisual_spinoff{
	background: url(/corporate/images/spinoff-mainvisual_sp.jpg) no-repeat top left / cover;
	width: 100%;
	height: 70vh;
	position: relative;
}
.copy_spinoff{
	color: #3d4144;
	position: absolute;
	left: 0;
	top: 40%;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 3px;
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px 10px #ffffff, -1px 1px 10px #ffffff, 1px -1px 10px #ffffff, -1px -1px 10px #ffffff;
}
.copy_spinoff span:last-of-type{
	width: 100%;
}
.copy_pc{
	display: none;
}
.sec_spinoff{
	font-size: 14px;
	line-height: 1.8em;;
	width: 100%;
}
.sec_spinoff.sec_type02{
	background-color: #f5f5f5;
}
.secInner_spinoff{
	padding: 50px 20px;
}
.sec_spinoff:last-child .secInner_spinoff{
	padding-bottom: 0;
}
.logo_spinoff{
	margin-bottom: 40px;
	text-align: center;
}
.logo_spinoff > img{
	width: 87%;
}
.read_txt{
	margin-bottom: 30px;
}
.list_btn_spinoff .btn_spinoff:not(:last-child){
	margin-bottom: 20px;
}
.flow_spinoff{
	margin-bottom: 40px;
}
.flow_spinoff > li .flow_in{
	color: #ffffff;
	display: block;
	padding: 30px;
	margin-bottom: 45px;
	width: 100%;
	height: 100%;
	position: relative;
}
.flow_spinoff > li:last-of-type .flow_in{
	margin-bottom: 0;
}
.flow_spinoff > li:nth-of-type(1) > .flow_in{
	background: url(/corporate/images/spinoff-icon_step_01.svg) no-repeat #fe9900 right 30px bottom 80px;
}
.flow_spinoff > li:nth-of-type(2) > .flow_in{
	background: url(/corporate/images/spinoff-icon_step_02.svg) no-repeat #fe9900 right 30px bottom 80px;
}
.flow_spinoff > li:nth-of-type(3) > .flow_in{
	background: url(/corporate/images/spinoff-icon_step_03.svg) no-repeat #ff8833 right 30px bottom 80px;
}
.flow_num{
	font-size: 16px;
	font-weight: bold;
}
.flow_spinoff > li > .flow_in::before,
.flow_spinoff > li > .flow_in::after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 50px 0 50px;
	border-color: #6b6b6b transparent transparent transparent;
}
.flow_spinoff > li:last-of-type > .flow_in::before,
.flow_spinoff > li:last-of-type > .flow_in::after{
	display: none;
}
.flow_spinoff > li > .flow_in .btn_red_bdr_r{
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	width: 100%;
	margin-top: 15px;
}
.flow_spinoff > li > .flow_in .btn_red_bdr_r:after{
/*	background-image: url(/common/images/icon/icon_blank_wh.svg);*/
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.read_txt_logo{
	margin-bottom: 40px;
}
.list_link{
	margin-bottom: 60px;
}
.list_link > li{
	margin-bottom: 15px;
	line-height: 1.5em;
}
.list_link a{
	color: #333333;
	position: relative;
	display: inline-block;
	padding-left: 25px;
}
.list_link a::before{
	content: "";
	display: block;
	position: absolute;
	left: -8px;
	top: 50%;
	transform: rotate(45deg);
	margin: -2px 0 0 10px;
/*	vertical-align: middle;*/
	width: 7px;
	height: 7px;
	border-top: 1px solid #e60012;
	border-right: 1px solid #e60012;
}
/*====================
Button
======================*/
a.btn_spinoff{
	color: #333333;
}
a.btn_spinoff:hover{
	text-decoration: none;
}
.btn_spinoff{
	border: #707070 solid 1px;
	display: inline-block;
	box-shadow: 4px 4px 0 #e8e8e8;
	font-size: 14px;
	padding: 20px 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.btn_spinoff::before {
	content: "";
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	margin: -5px 0 0 10px;
/*	vertical-align: middle;*/
	width: 7px;
	height: 7px;
	border-top: 1px solid #e60012;
	border-right: 1px solid #e60012;
	transform: rotate(135deg);
}
/*====================
Heading
======================*/
.hdg_spinoff_01 {
	font-size: 22px;
	display: flex;
	align-items: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	letter-spacing: 3px;
	margin-bottom: 40px;
}

.hdg_spinoff_01::before,
.hdg_spinoff_01::after {
	content: "";
	flex-grow: 1;
	border-top: solid #E60012 1px;
	display: block;
}

.hdg_spinoff_01::before {
	margin-right: 20px;
}

.hdg_spinoff_01::after {
	margin-left: 20px;
}
.hdg_spinoff_02{
	border-left: solid #E60012 3px;
	font-size: 18px;
	padding-left:10px;
	margin-bottom: 20px;
}
/*====================
Box
======================*/
.box_type01{
	background-color: #F5F5F5;
	padding: 50px 20px;
	position: relative;
}
.box_type01::before,
.box_type01::after{
	border: #E60012 solid;
	content: "";
	display: inline-block;
	position: absolute;
	height: 60px;
	width: 60px;
}
.box_type01::before{
	border-width: 1px 0 0 1px;
	left: 0;
	top: 0;
}
.box_type01::after{
	border-width: 0 1px 1px 0;
	right: 0;
	bottom: 0;
}
/*====================
汎用Class
======================*/
.txt_bold{
	font-weight: bold;
}
.br_pc{
	display: none;
}
@media screen and (min-width: 768px) {
	.mainVisual_spinoff{
		background: url(/corporate/images/spinoff-mainvisual.jpg) no-repeat top left / cover;
		height: 560px;
	}
	.copy_spinoff{
		font-size: 24px;
		line-height: 3em;
		top: 30%;
	}
	.copy_spinoff span{
		font-size: 38px;
	}
	.copy_sp{
		display: none;
	}
	.copy_pc{
		display: inline-block;
	}
	.logo_spinoff{
		margin: 0 auto 40px;
		width: 60%;
	}
	.br_sp{
		display: none;
	}
}
@media screen and (min-width: 1024px) {
	.loader {
		left:50%;
	}
	.mainVisual_spinoff{
		height: 90vh;
	}
	.sec_spinoff{
		font-size: 16px;
		line-height: 2em;
	}
	.secInner_spinoff{
		max-width: 960px;
		margin: 0 auto;
		padding: 100px 0;
	}
	.logo_spinoff{
		margin: 0 auto 60px;
	}
	.read_txt{
		margin-bottom: 50px;
		text-align: center;
	}
	.list_btn_spinoff{
		display: flex;
		justify-content: space-between;
		max-width: 800px;
		margin: 0 auto;
	}
	.list_btn_spinoff > a{
		flex-basis: calc((100% / 3) - 20px);
	}
	.list_btn_spinoff .btn_spinoff:not(:last-child){
		margin-bottom: 0;
	}
	.btn_spinoff::before{
		 left: 13px;
	}
	.hdg_spinoff_01{
		font-size: 28px;
		margin-bottom: 60px;
	}
	.flow_spinoff_ttl{
		position: relative;
		z-index: 5;
		margin-bottom: 15px;
	}
	.flow_spinoff{
		display: flex;
		overflow: hidden;
	}
	.flow_spinoff > li{
		flex-basis: calc(100% / 3);
		display: flex;
		align-items: center;
		line-height: 1.6em;
		height: 290px;
	}
	.flow_spinoff > li > .flow_in{
		margin-bottom: 0;
		transition: all ease-in 0.2s;
		-webkit-transition: all ease-in 0.2s;
	}
	.flow_spinoff > li:nth-of-type(1) > .flow_in{
		padding: 30px 0 30px 30px;
	}
	.flow_spinoff > li:nth-of-type(2) > .flow_in{
		padding: 30px 0 30px 50px;
	}
	.flow_spinoff > li:last-of-type > .flow_in{
		padding: 30px 20px 30px 50px;
	}
	.flow_spinoff > li > .flow_in::before,
	.flow_spinoff > li > .flow_in::after{
		border-width: 146px 0 146px 30px;
		top: 50%;
		left: auto;
		transform: translateY(-50%);
		z-index: 1;
	}
	.flow_spinoff > li > .flow_in::before{
	right: -30px;
	border-width: 236px 0 236px 50px;
		border-color: transparent transparent transparent #f5f5f5;
	}
	.flow_spinoff > li > .flow_in::after{
		right: -10px;
		border-color: transparent transparent transparent #fe9900;
		transition: all ease-in 0.2s;
		-webkit-transition: all ease-in 0.2s;
	}
	.flow_spinoff > li:first-of-type::after{
		display: none;
	}
	.flow_num{
		font-size: 22px;
	}
	.read_txt_logo{
		text-align: center;
		margin-bottom: 50px;
	}
	.txt-thought{
		text-align: center;
	}
	a.btn_spinoff{
		transition: all ease-in 0.2s;
		-webkit-transition: all ease-in 0.2s;
	}
	.list_link{
		margin-bottom: 90px;
	}
	.box_type01{
		padding: 70px 0;
	}
	.br_pc{
		display: inline;
	}
	.flow_spinoff > li > .flow_in .btn_red_bdr_r{
		position: absolute;
		bottom: 20px;
		left: 50px;
		right: 30px;
		width: auto;
		margin-top: 0;
	}
	.flow_spinoff > li:first-child > .flow_in .btn_red_bdr_r{
		left: 30px;
	}
}