@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　reproduce
 * 
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background-image: url(../img/reproduce/img_kv_pc.jpg);  
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
.reproduce-main._top-cont::before{
	height: calc(100% - 150px);
}

/* reproduce
-----------------------------------------------------------------*/
.reproduce-main .ttl-sec{
	margin-bottom: 60px;
}
.reproduce-main .ttl-sec .ja{
	font-size: 4rem;
}
.reproduce-main .problem-list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 126px;
}
.reproduce-main .problem-list li{
	max-width: 400px;
	width: calc((100% - 20px)/3);
}
.reproduce-main .problem-list h4{
	margin: 25px 0 10px;
	font-size: 2.2rem;
	line-height: 1.4;
	color: var(--navy);
}
.reproduce-main .conclusion{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 340px;
	padding: 40px 20px 0;
	background: no-repeat center center;
	background-size: cover;
	text-align: center;
	font-size: 3.8rem;
	line-height: 1.6;
	color: var(--light);
}
.reproduce-main .conclusion::before{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	display: block;
	content: "";
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 40px 80px;
	border-top-color: var(--light);
}
.reproduce-main .conclusion01{
	background-image: url(../img/reproduce/bg_sec_hd01.jpg);
}
.reproduce-main .conclusion02{
	background-image: url(../img/reproduce/bg_sec_hd02.jpg);
}
.reproduce-main .pic-cutin-box{
	margin: 120px 0;
}
.reproduce-main .pic-cutin-box h3{
	margin-bottom: 40px;
}
.reproduce-main .pic-cutin-box .txt + .txt{
	margin-top: 20px;
}
.reproduce-methods{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}
.reproduce-methods li{
	max-width: 620px;
	width: calc(50% - 10px);
	padding: 40px 30px;
	border-radius: 10px;
	background: var(--light);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}
.reproduce-methods li:nth-child(n+3){
	margin-top: 40px;
}
.reproduce-methods h4{
	margin-bottom: 15px;
	font-size: 3.2rem;
	line-height: 1.6;
	color: var(--navy);
	text-align: center;
}
.reproduce-methods .txt{
	text-align: justify;
}
.available-range{
	max-width: 1100px;
	margin: 0 auto 100px;
}
.available-range h3{
	margin-bottom: 60px;
	text-align: center;
	font-size: 3.2rem;
	line-height: 1.6;
	color: var(--navy);
}
.available-range .table-area{
	margin-bottom: 60px;
}
.available-range table{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.2;
}
.available-range table th,
.available-range table td{
	padding: 10px;
	vertical-align: middle;
}
.available-range table th{
	background: var(--lightblue);
}
.available-range table td{
	background: var(--light);
}
.available-range table tr th:nth-child(1){
	width: 34%;
	font-weight: normal;
}
.available-range table tr:nth-child(n+3) th{
	border-top: 1px solid var(--light);
}
.available-range table tr:nth-child(n+3) td{
	border-top: 1px solid #E9E9E9;
}
.available-range table tr:nth-child(1) th{
	color: var(--navy);
}
.available-range table tr:nth-child(1) th:nth-child(1){
	background: transparent;
}
.available-range table tr:nth-child(1) th:nth-child(2),
.available-range table tr:nth-child(2) th:nth-child(1){
	border-radius: 10px 0 0 0;
}
.available-range table tr:nth-child(1) th:nth-child(n+2){
	border-left: 1px solid var(--light);
}
.available-range table tr td:nth-child(n+3){
	border-left: 1px solid #E9E9E9;
}
.available-range table .strong{
	color: var(--navy);
	font-weight: 900;
}


/* flow
-----------------------------------------------------------------*/
.flow{
	display: flex;
	align-items: center;	
	padding: 140px 0;
	background: var(--lightblue);
}
.flow .inner{
	width: 100%;
}
.flow .flow-hd{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 120px;
}
.flow .flow-hd .txt{
	max-width: 600px;
	width: calc(100% - 370px);
}
.flow-steps{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}
.flow-steps li{
	position: relative;
	max-width: 600px;
	width: calc(50% - 10px);
	padding: 50px;
	border-radius: 10px;
	background: var(--light);
}
.flow-steps li:nth-child(n+3){
	margin-top: 80px;
}
.flow-steps .step{
	position: absolute;
	left: 50px;
	top: 0;
	transform: translateY(-60%);
	color: var(--navy);
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
}
.flow-steps .step span{
	font-size: 5.8rem;
}
.flow-steps h3{
	position: relative;
	margin-bottom: 20px;
	padding-right: 110px;
	font-size: 3.2rem;
	line-height: 1.4;
}
.flow-steps h3 .ico{
	position: absolute;
	right: 0;
	bottom: 5px;
}
.flow-steps .phone,
.flow-steps .contact{
	display: flex;
	align-items: flex-start;
}
.flow-steps .phone .ico,
.flow-steps .contact .ico{
	flex-shrink: 0;
	margin-right: 15px;
}
.flow-steps .contact{
	margin-top: 20px;
}
.flow-steps .phone .phone-link{
	color: var(--navy);
}
.flow-steps .note{
	font-size: 1.4rem;
}
.flow .message{
	text-align: center;
	color: var(--navy);
	font-size: 4.8rem;
	line-height: 1.3;
}






























/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

	.reproduce-main._top-cont::before{
		height: calc(100% - 120px);
	}

/* reproduce
-----------------------------------------------------------------*/
	.reproduce-main .ttl-sec{
		margin-bottom: 30px;
	}
	.reproduce-main .ttl-sec .ja{
		font-size: 2.6rem;
	}
	.reproduce-main .problem-list{
		display: block;
		margin-bottom: 60px;
	}
	.reproduce-main .problem-list li{
		width: auto;
		margin-inline: auto;
	}
	.reproduce-main .problem-list li:nth-child(n+2){
		margin-top: 40px;
	}
	.reproduce-main .problem-list h4{
		margin: 15px 0 10px;
		font-size: 2rem;
	}
	.reproduce-main .conclusion{
		height: 200px;
		padding-top: 20px;
		font-size: 2.2rem;
	}
	.reproduce-main .conclusion::before{
		border-width: 20px 40px;
	}
	.reproduce-main .pic-cutin-box{
		margin: 60px 0;
	}
	.reproduce-main .pic-cutin-box h3{
		margin-bottom: 30px;
	}
	.reproduce-main .pic-cutin-box .txt{
		text-align: justify;
	}
	.reproduce-main .pic-cutin-box .txt + .txt{
		margin-top: 15px;
	}
	.reproduce-methods{
		display: block;
		margin-bottom: 50px;
	}
	.reproduce-methods li{
		width: auto;
		margin-inline: auto;
		padding: 20px;
	}
	.reproduce-methods li:nth-child(n+2){
		margin-top: 20px;
	}
	.reproduce-methods h4{
		margin-bottom: 10px;
		font-size: 2.2rem;
	}
	.available-range{
		margin: 0 auto 50px;
	}
	.available-range h3{
		margin-bottom: 30px;
		font-size: 2.2rem;
	}
	.available-range .table-area{
		width: calc(100% + 20px);
		overflow: auto;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.available-range table{
		width: 760px;
		margin-right: 20px;
		font-size: 1.5rem;
		line-height: 1.6;
	}


/* flow
-----------------------------------------------------------------*/
	.flow{
		display: block;
		padding: 70px 0;
	}
	.flow .flow-hd {
		display: block;
		margin-bottom: 60px;
	}
	.flow h2{
		margin-bottom: 30px;
	}
	.flow .flow-hd .txt {
    max-width: none;
    width: auto;
	}
	.flow-steps{
		display: block;
		margin-bottom: 50px;
	}
	.flow-steps li{
		width: 100%;
		margin-inline: auto;
		padding: 30px 20px 35px;
		font-size: 1.5rem;
	}
	.flow-steps li:nth-child(n+2){
		margin-top: 48px;
	}
	.flow-steps .step{
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 2.1rem;
	}
	.flow-steps .step span{
		font-size: 4.2rem;
	}
	.flow-steps h3{
		margin-bottom: 20px;
		padding-right: 0;
		font-size: 2.2rem;
		text-align: center;
	}
	.flow-steps h3 .ico{
		display: none;
	}
	.flow-steps .phone .ico,
	.flow-steps .contact .ico{
		margin-right: 10px;
	}	
	.flow-steps .note{
		font-size: 1.2rem;
	}
	.flow .message{
		font-size: 2rem;
		line-height: 1.4;
	}

	
}