@charset "UTF-8";

#sec01 h2{
	width: 100%;
}
#sec01 h3,
#sec03 h3{
	font-size: 2.2rem;
	line-height: 1.7;
	font-weight: 600;
	width: calc(50% - 40px);
	margin-bottom: 40px;
}
#sec01 .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec01 .parag{
	width: 100%;
	margin-top: 1.5em;
}
.about-logo{
	width: calc(50% - 40px);
	margin-bottom: 40px;
}
#sec01 ul{
	font-weight: 600;
	line-height: 2;
	margin-top: 1.5em;
	font-size: 110%;
}
#sec01 li{
	padding-left: 1em;
	text-indent: -1em;
}
#sec01 li:before{
	content: "";
	display: inline;
	font-family: 'Barlow Condensed', sans-serif;
	padding-right: .5em;
}
#sec01 li:nth-of-type(1):before{
	content: "1.";
}
#sec01 li:nth-of-type(2):before{
	content: "2.";
}
.sec-ttl01{
	margin-bottom: 60px;
}

#sec01 li span {
    position: relative;
    padding: 0.7rem 0;
    margin-bottom: 0.2rem;
    background-image: repeating-linear-gradient(45deg, transparent 0 3px, #bee0e1 3px 6px);
    background-repeat: no-repeat;
    background-size: 100% 8px;
    background-position: left 0 bottom 7px;
    color: #353535;
    font-weight: bold;
    font-size: 110%;
}

/* +++++++++++++++++++++++#sec02+++++++++++++++++++++++++ */
#sec02{
	border-top: 1px solid #ccc;
}
.logo-area{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 20px 0;
	margin-bottom: 40px;
}
.logo-area:before{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #ddd;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.logo01{
	width: 200px;
}
.logo01:nth-of-type(1){
	margin-right: 40px;
}
.logo01:nth-of-type(2){
	margin-left: 40px;
}
#sec02 h2{
	text-align: center;
	color: #1E1E5E;
	font-size: 2.2rem;
	line-height: 1.7;
	font-weight: 600;
	margin-bottom: 40px;
}
#sec02 h3{
	font-weight: 600;
	font-size: 2rem;
	text-align: center;
	letter-spacing: .1em;
	margin-top: 40px;
	position: relative;
	z-index: 9;
}
#sec02 h3:after{
	content: "";
	display: block;
	width: 2px;
	height: 60px;
	margin: 15px auto 0;
	background: #1e1e5e;
}
/*
#sec02:before{
	content: "";
	display: block;
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/bg-dot01.png);
    	background-position: left bottom;
}*/

#sec02 h2 span {
    position: relative;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #444;
    background-color: white;
    color: #444;
    font-weight: bold;
    font-size: 110%;
}

#sec02 h2 span:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 10px;
    border-right: 2px solid #444;
    background-color: white;
    content: "";
}
/* +++++++++++++++++++++#sec03++++++++++++++++++++++ */
.feature{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 50px;
}
.feature:nth-of-type(2n+1){
	flex-direction: row-reverse;
}
.feature .pic{
	width: calc(50% - 30px);
}
.feature .txt{
	width: calc(50% - 30px);
}
#sec03 h3{
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    padding: 0.5em 0.7em 0.5em 1em;
    overflow: hidden;
    border-bottom: 1px solid #444;
    color: #333333;
    width: 100%;
}


#sec03 .txt  h3 :before {
    position: absolute;
    top: -50%;
    left: -30px;
    z-index: -1;
    width: 100px;
    height: 200%;
    background-color: #444;
    content: '';
}

#sec03  .txt h3 span {
    margin-right: 1.5em;
    color: #fff;
    font-size: 1.1em;
}

/* +++++++++++++#sec04+++++++++++++ */
#sec04{
	background: #F8F8FA;
}
.flow-list{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.flow-list:before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	border-top: 1px dotted #343436;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.flow-list li{
	width: 184px;
	height: 184px;
	background: #fff;
	border: 1px solid #343436;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 20px 15px 15px;
	line-height: 1.8;
	font-weight: 600;
	font-size: 1.6rem;
	text-align: center;
	position: relative;
	z-index: 9;
}
.flow-list li:before{
	content: "01";
	display: block;
	font-size: 180%;
	margin-bottom: 15px;
	border-bottom: 1px solid #343436;
	padding: .5em .25em .25em;
	line-height: 1;
}
.flow-list li:nth-of-type(2):before{
	content: "02";
}
.flow-list li:nth-of-type(3):before{
	content: "03";
}
.flow-list li:nth-of-type(4):before{
	content: "04";
}
.flow-list li:nth-of-type(5):before{
	content: "05";
}
/* +++++++++++++#sec05+++++++++++++ */
.price{
/*
	border-top: 1px solid #343436;
	border-bottom: 1px solid #343436;
	padding: 30px 0;
*/
	display: flex;
	flex-direction: column;
	align-items: center;
}
main th{
	text-align: left;
	//vertical-align: top;
	position: relative;
	padding: 25px 20px 25px 0;
	width: 25%;
}
main th:after{
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 30px);
	background: #ddd;
	position: absolute;
	right: 0;
	top: 15px;
}
main table{
	border-top: 1px solid #ddd;
}
main tr{
	border-bottom: 1px solid #ddd;
}
main td{
	padding: 25px 0 25px 20px;
	width: 75%;
	font-weight: 600;
}
main td .large{
	font-size: 180%;
	margin-right: .2em;
}
.base-price{
	font-weight: 600;
	font-size: 3rem;
	margin-bottom: 15px;
}
.base-price .small{
	font-size: 70%;
	margin-left: .5em;
}
.caption-list{
	line-height: 2;
}
.caption-list li{
	text-indent: -1em;
	padding-left: 1em;
}
.caption-list li:before{
	content: "";
	display: inline;
}




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

	#sec01 h3,
	#sec03 h3{
		font-size: 1.8rem;
		width: 100%;
		margin-bottom: 2.5rem;
	}
	#sec01 .inner{
		flex-direction: column;
	}
	#sec01 .parag{
		width: 100%;
		margin-top: 0;
		margin-bottom: 1.5em;
	}
	.about-logo{
		width: 100%;
		max-width: 24rem;
		margin: 0 auto 3rem;
	}
	#sec01 ul{
		margin: 0 0 1.5em;
		width: 100%;
	}
	.sec-ttl01{
		margin-bottom: 3rem;
	}

/* +++++++++++++++++++++++#sec02+++++++++++++++++++++++++ */
	.logo-area{
		padding: 1.5rem 0;
		margin-bottom: 2.5rem;
	}
	.logo01{
		max-width: 200px;
		width: 40%;
	}
	.logo01:nth-of-type(1){
		margin-right: 10%;
	}
	.logo01:nth-of-type(2){
		margin-left: 10%;
	}
	#sec02 h2{
		font-size: 1.8rem;
		margin-bottom: 2.5rem;
	}
	#sec02 h3{
		font-size: 1.8rem;
		margin-top: 3rem;
	}
	#sec02 h3:after{
		width: .2rem;
		height: 4rem;
		margin: 1rem auto 0;
	}
	#sec02 h2 span:before{
		border-right: none;
	        background-color: transparent;
	}

	#sec02:before{
		height: 40vw;
	}

/* +++++++++++++++++++++#sec03++++++++++++++++++++++ */
	.feature{
		flex-direction: column;
		margin-top: 4rem;
	}
	.feature:nth-of-type(2n+1){
		flex-direction: column;
	}
	.feature .pic{
		width: calc(100% - 3rem);
		margin: 0 auto 1.5rem;
	}
	.feature .txt{
		width: 100%;
	}
	#sec03 h3{
		margin-bottom: 1.5rem;
	}

	#sec03 .txt  h3 :before {
   		 width: 4.5em;
	}

/* +++++++++++++#sec04+++++++++++++ */
	#sec04{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.flow-list{
		display: block;
	}
	.flow-list:before{
		width: 1px;
		height: 100%;
		border-top: none;
		border-left: 1px dotted #343436;
		position: absolute;
		left: 1.5rem;
		right: auto;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.flow-list li{
		width: 100%;
		height: auto;
		display: flex;
		align-items: flex-start;
		flex-direction: row;
		padding: 1.5rem;
		font-size: 1.4rem;
		text-align: left;
		margin-bottom: 1.5rem;
	}
	.flow-list li:before{
		display: block;
		font-size: 150%;
		margin: 0 1.5rem 0 0;
		border-bottom: none;
		padding: 0;
	}
/* +++++++++++++#sec05+++++++++++++ */
	.price{
		padding: 1.5rem 0;
	}
	.base-price{
		font-size: 2.4rem;
		margin-bottom: 1rem;
	}

	.base-price .small{
		font-size: 1.2rem;
		display: block;
		margin: 0.5em 0;
	}

	table,
	tbody,
	tr,
	th,
	td{
		display: block !important;
		width: 100% !important;
	}
	main th{
		padding: 20px 0 0;
	}
	main th:after{
		display: none;
	}
	main td{
		padding: 10px 0 20px;
		line-height: 1.7;
	}

}




