@charset "utf-8";

	.flow > .wrapper {
		padding-left: 40px;
	}

	.flow__item {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		display: table;
		width: 100%;
		height: 160px;
		padding: 25px 20px 25px 120px;
		border: 2px solid #626262;
		background: left bottom no-repeat;
	}
	.flow__item:before,
	.flow__item:after {
		content: "";
		position: absolute;
		left: 50%;
		margin-left: -11px;
		border-top: 17px solid transparent;
		border-right: 11px solid transparent;
		border-left: 11px solid transparent;
	}
	.flow__item:before {
		bottom: -17px;
		border-top-color: #626262;
	}
	.flow__item:after {
		bottom: -14px;
		border-top-color: #fff;
	}

	.flow__header,
	.flow__contents {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: table-cell;
		vertical-align: middle;
	}
	.flow__header {
		width: 235px;
		padding-right: 20px;
		font-size: 20px;
		line-height: 1.7;
	}
	.flow__header:before,
	.flow__header:after {
		position: absolute;
		color: #626262;
		line-height: 1.0;
	}
	.flow__header:before {
		content: "";
		bottom: 0;
		left: 0;
		width: 103px;
		height: 116px;
		background: left bottom no-repeat;
	}

	.flow--01 .flow__header:before { background-image: url(../imgs/num-01.png);}
	.flow--02 .flow__header:before { background-image: url(../imgs/num-02.png);}
	.flow--03 .flow__header:before { background-image: url(../imgs/num-03.png);}
	.flow--04 .flow__header:before { background-image: url(../imgs/num-04.png);}
	.flow--05 .flow__header:before { background-image: url(../imgs/num-05.png);}
	.flow--06 .flow__header:before { background-image: url(../imgs/num-06.png);}
	.flow--07 .flow__header:before { background-image: url(../imgs/num-07.png);}
	.flow--08 .flow__header:before { background-image: url(../imgs/num-08.png);}
	.flow--09 .flow__header:before { background-image: url(../imgs/num-09.png);}
	.flow--10 .flow__header:before { background-image: url(../imgs/num-10.png);}
	.flow--10 .flow__item:before,
	.flow--10 .flow__item:after {
		content: none;
	}
@media only screen and (max-width: 768px) {
	.flow__header,
	.flow__contents {
		display: block;
		height: auto;
	}
	.flow__header {
		width: auto;
		margin-bottom: 30px;
	}
	.flow__header br {
		display: none;
	}
}
@media only screen and (max-width: 600px) {
	.flow__item {
		padding-top: 50px;
		padding-left: 20px;
	}

	.flow__header:before {
		top: -7px;
		right: -5px;
		bottom: auto;
		left: auto;
		width: auto;
		height: auto;
		background: none!important;
		font-size: 50px;
	}

	.flow__header:after {
		content: "STEP";
		top: 0;
		right: 52px;
		bottom: auto;
		width: auto;
		height: auto;
		font-size: 24px;
		color: #626262;
	}

	.flow--01 .flow__header:before { content: "01";}
	.flow--02 .flow__header:before { content: "02";}
	.flow--03 .flow__header:before { content: "03";}
	.flow--04 .flow__header:before { content: "04";}
	.flow--05 .flow__header:before { content: "05";}
	.flow--06 .flow__header:before { content: "06";}
	.flow--07 .flow__header:before { content: "07";}
	.flow--08 .flow__header:before { content: "08";}
	.flow--09 .flow__header:before { content: "09";}
	.flow--10 .flow__header:before { content: "10";}


	.flow__contents .display-hide-sp {
		display: none;
	}
}

.sp-800{
	display: none;
}
@media only screen and (max-width: 1160px) {
	.page-cv-lower {
		width: 100%;
	}
}
@media only screen and (max-width: 800px) {
	.pc-800{
		display: none;
	}
	.sp-800{
		display: block;
	}
}

.underline {
	text-decoration: underline;
}


.feature-solution-box {
    padding-top: 90px;
}

.page-common-headline {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.solution-list {
	box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
	gap: 35px;
	padding: 0;
    padding-top: 30px;
}
.solution-item {
	box-sizing: border-box;
    width: 360px;
    background: #fff;
    border-bottom: 3px solid #ae9643;
	-webkit-box-shadow: 0px -5px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -5px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px -5px 6px 0px rgba(0,0,0,0.2);
	list-style-type: none;
}

.solution-item a {
    display: block;
    padding: 10px 10px 55px;
    background: url(../imgs/icon_arrow_gold_pc.png) no-repeat left 50% bottom 25px;
    -webkit-transition: background ease 0.4s,opacity ease 0.4s;
    transition: background ease 0.4s,opacity ease 0.4s;
}
.solution-item a img {
	height: auto;
}

.solution-item-image {
    text-align: center;
}


.solution-item-headline {
    padding-top: 10px;
    font-size: 12px;
    color: #846d18;
    text-align: center;
}

.solution-item-lead {
	margin: 16px 0;
    font-size: 16px;
    text-align: center;
}
@media screen and (max-width: 1100px){
	.solution-item-lead{
		font-size: calc( 13 / 1100 * 100vw);
	}
}

@media screen and (max-width: 767px){
	.solution-item-lead{
		font-size: 16px;
	}
}




.btn-common-link {
	box-sizing: border-box;
    padding-top: 55px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.btn-common-link a {
    min-width: 355px;
    display: inline-block;
    border-radius: 2px;
    padding: 17px 60px 17px 30px;
    background: #252525 url(../imgs/icon_arrow_gold_pc.png) no-repeat right 20px center;
    color: #fff;
    -webkit-transition: background ease 0.4s;
    transition: background ease 0.4s;
}



@media screen and (min-width: 767px){
	.solution-item a:hover {
		background:url(../imgs/icon_arrow_gold_pc.png) no-repeat left 55% bottom 25px;
		opacity:0.8
	}

	.btn-common-link a:hover {
		background: #636363 url(../imgs/icon_arrow_gold_pc.png)  no-repeat right 10px center;
	  }
}

@media screen and (max-width: 767px){
	.btn-common-link a {
		background: #252525 url(../imgs/icon_arrow_gold_pc.png) no-repeat right 15% center;
	}
	.feature-solution-box {
		padding-top: 90px;
	}
	.page-common-headline {
		font-size: 5vw;
		letter-spacing: 0.05em;
	}
	.solution-list {
		align-items: center;
		flex-direction: column;
		gap: 25px;
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 6vw;
	}

	.solution-item {
		width: 100%s;
	}
	.btn-common-link {
		padding-top: 8vw;
		font-size: 3.4vw;
	}
	.btn-common-link a {
		min-width: 90%;
		padding: 4vw 12vw 4vw 7vw;
	}
}

