@charset "UTF-8";
/* CSS Document */
.mv {
	background-image: url("../img/top/mv-bg.jpg");
	background-position-y :bottom; 
}
.mv-img {
	text-align: center;
}
.mv-img img {
	width: 100%;
	vertical-align: top;
	margin-top: 15px;
	margin-bottom: 45px;
}
.mv-text {
	text-align: center;
	background-color: #ffd234;
	padding-top: 25px;
	padding-bottom: 25px;
}
.mv-text_block {
	max-width: 85%;
	margin: 0 auto;
}
.mv-text img{
	width: 100%;
}
.covid-img {
	width: 100%;
}
.banner-flex {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.fire, .color {
	width: 48%;
}
.fire img, .color img {
	width: 100%;
}
.voice {
	margin-top: 130px;
}
.voice-title {
	background-color: #21b11e;
	position: relative;
	padding: 25px 0 25px 20px;
}
.voice-title img {
	width: 234px;
	position: absolute;
	right: 0;
	top: -50px;
}
.voice ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.voice ul li{
	width: 28.4%;
	padding: 25px 10px;
	border: solid 1px #e4e4e4;
	margin-top: 30px;
}
.voice ul li p {
	font-size: 1.8rem;
	font-family: 'M PLUS 1p', sans-serif;
	color: #21b11e;
	font-weight: 700;
	border-bottom: solid 1px;
	padding-bottom: 5px;
}
.voice ul li h3 {
	font-size: 1.5rem;
	font-family: 'M PLUS 1p', sans-serif;
	color: #000;
	font-weight: 500;
	margin-top: 5px;
	line-height: 2;
}
.voice-img {
	margin-top: 10px;
	max-width: 237px;
	height: 156px;
}
.voice-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.btn {
	margin-top: 30px;
	text-align: center;
}
.about {
	margin-top: 80px;
	position: relative;
}
.about::after {
	content: url("../img/top/ab-penki.png");
	position: absolute;
	top: -7%;
	right: 6%;
	z-index: 0;
}
.about h2 {
	max-width: 190px;
}
.about h2 img {
	width: 100%;
}
.ab-wrapper {
	background-color: #21b11e;
	padding: 35px 25px 40px;
}
.ab-flex {
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
	flex-wrap: wrap;
}
	.ab-flex_img {
		width: 37%;
	}
	.ab-flex_img img{
		width: 100%;
	}
.ab-flex p {
	color: #FFF;
	line-height: 2;
	z-index: 1;
	width: 60%;
	margin-top: -9px;
}
.voice-img {
		max-width: 253px;
	}

.yellow {
	color: #f0ff00;
}
.case {
	margin-top: 80px;
	text-align: center;
}
.case .pc-img, .free-shindan .pc-img {
	width: 100%;
}
.un-arrow {
	width: 138px;
	margin-top: 50px;
}
.onayami {
	margin-top: 120px;
}
.onayami-title {
	background-color: #1d81b0;
	padding: 25px 0 25px 20px;
}
.onayami ul li img{
	width: 19px;
	height: 19px;
}
.onayami-flex {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.onayami-img {
	max-width: 262px;
	margin-left: 50px;
	margin-top: 15px;
}
.onayami-img img {
	width: 100%;
}
.onayami ul li {
	display: flex;
}
.onayami ul li p{
	margin-left: 10px;
	padding-top: 1.5px;
}
.onayami ul li:not(:first-child){
	margin-top: 30px;
}
.arrow {
	text-align: center;
}
.kaiketsu {
	margin-top: 50px;
}
.kaiketsu h2 {
	text-align: center;
}
.kaiketsu h2 img {
	vertical-align: bottom;
	width: 100%;
}
.kaiketsu-wrapper {
	background-color: #f2fff2;
}
.kaiketsu-wrapper ul {
	padding: 40px 25px 0px;
}
.kaiketsu-wrapper ul li:not(:last-child)::after{
	content: "";
	display: block;
	border-bottom: 1px solid #000;
	transform: scaleY(.3);
	transform-origin: 100% 0;
	margin-top: 15px;
}
.kaiketsu-wrapper ul li{
	margin-bottom: 15px;
}
.kaiketsu-wrapper ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kaiketu-block {
	display: flex;
	width: 93%;
	align-items: center;
}
.kaiketsu-img {
	width: 175px;
	height: 108px;
	flex-shrink: 0;
}
.kaiketsu-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kaiketsu-text {
	width: 55%;
	margin-left: 40px;
}
.circle-btn {
	width: 60px;
	height: 60px;
}
.kaiketu-block h3 {
	font-size: 3.0rem;
	font-weight: 900;
	color: #21b11e;
	font-family: "Yu Mincho", "YuMincho";
}
.kaiketu-block p {
	color: #000;
	line-height: 2;
	margin-top: 8px;
}
.kaiketsu-foot {
	width: 100%;
}
.works {
	margin-top: 120px;
}
.erabikata {
	margin-top: 80px;
	background-image: url("../img/top/choice-bg.jpg");
	padding:40px 0 40px 25px;
	background-repeat: no-repeat;
	background-size: cover;
}
.erabikata-title {
	max-width: 330px;
}
.erabikata-title img{
	width: 100%;
}
.erabikata-text {
	line-height: 2;
	width: 53%;
}
.erabikata-text span {
	color: #ff4646;
	font-size: 2.0rem;
}
.erabikata_btn {
	text-align: left;
}
.erabikata_btn p{
	position: absolute;
	left: 20%!important;
	top: 48%!important;
}
.three {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

@media only screen and (max-width:1100px){
	.three-experience {
		width: 100%;
		text-align: center;
	}
	.three-knowledge, .three-seijitsu {
		width: 50%;
		text-align: center;
	}
	.onayami-flex {
		margin-top: 30px;
	}
}
@media only screen and (max-width:990px){
	.voice {
		margin-top: 100px;
	}
	.voice-title img {
		width: auto;
		top: -30px;
		right: 15px;
	}
	.voice ul li {
		width: 44%;
	}
	.erabikata_btn p {
		left: 25%!important;
	}
	.erabikata {
		background-position: bottom;
	}
}
@media only screen and (max-width:768px){ 
	.three-knowledge, .three-seijitsu {
		width: 48%;
	}
	.three-experience img {
		width: 46%;
	}
	.three-knowledge img, .three-seijitsu img{
		width: 100%;
}
	.voice-img {
		max-width: 320px;
		height: 210px;
	}
}
@media only screen and (max-width:520px){
	.mv {
		padding-top: 25px;
		background-position-x: center; 
	}
	.mv-text {
		margin-top: 25px;
		padding: 15px;
	}
	
	.osusume{
		width: 100%;
	}
	.voice ul li {
		width: 43%;
	}
	.fire, .color {
		max-width: 50%;
	}
	.banner-flex{
		margin-top: 20px;
	}
	.voice {
		margin-top: 50px;
	}
	.voice-title {
	  padding: 15px 10px;
	  margin-bottom: 8px;
	}
	.voice ul {
		justify-content: space-between;
	}
	.voice-title img {
		width: 109px;
		top: -18px;
		right: 4%;
	}
	.voice ul li {
		margin-top: 17px;
		margin-right: 0;
		padding: 15px 10px;
	}
	.voice ul li p{
		font-size: 1.5rem;
	}
	.voice ul li h3 {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.voice-img {
		height: 100px;
		margin-top: 10px;
	}
	
	.about{
		margin-top: 60px;
		overflow: hidden;
	}
	.ab-wrapper{
		padding: 25px 0px 30px;
	}
	.about h2 {
		max-width: 125px;
	}
	.about::after {
		right: -14%;
		top: 37%;
	}
	.ab-flex img {
		z-index: 1;
	}
	.ab-flex p {
		margin-top: 15px;
		width: 100%;
	}
	.ab-flex p br{
		display: none;
	}
	.ab-flex_img {
		width: 100%;
		z-index: 1;
	}
	.case {
		margin-top: 50px;
	}
	.un-arrow {
		width: 60px;
		margin-top: 30px;
	}
	.free-shindan {
		margin-top: 10px;
	}
	.onayami {
		margin-top: 60px!important;
	}
	.onayami-title {
		padding: 15px 0;
	}
	.onayami-flex {
		margin-top: 0;
	}
	.onayami ul  {
		margin-top: 25px;
	}
	.onayami ul li img {
		width: 16px;
		height: 16px;
	}
	.onayami ul li p {
		font-size: 1.4rem;
		line-height: 1.5;
		padding-top: 0;
	}
	.onayami ul li:not(:first-child) {
		margin-top: 20px;
	}
	.onayami-img {
		max-width: 100%;
		text-align: right;
	}
	.onayami-img img {
		width: 40%;
	}
	.kaiketsu {
		margin-top: 30px;
	}
	.kaiketsu h2 {
		background-image: url("../img/top/title_bg_rainbow.jpg");
		padding-top: 15px;
		padding-bottom: 15px;
		background-size: cover;
	}
	.kaiketsu-wrapper ul{
		padding: 25px 0;
	}
	.kaiketu-block h3{
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.kaiketsu-img {
		width: 120px;
		height: 85px;
	}
	.kaiketsu-text {
		margin-left: 15px;
	}
	.circle-btn {
		width: 30px;
		height: 30px;
	}
	.kaiketsu-wrapper ul li a {
		align-items: flex-start;
	}
	.kaiketu-block {
		align-items: flex-start;
	}
	.kaiketu-block p {
		margin-top: 3px;
	}
	.works {
		margin-top: 60px!important;
	}
	
	.erabikata {
		margin-top: 60px;
		background-image: url("../img/top/notfalse-bg_sp@2x.jpg");
		padding:25px 0 180px;
		background-size: cover;
		background-position-y:center; 
	}
	.erabikata-title {
		max-width: 215px;
		margin: 0 auto;
	}
	.erabikata-text {
		width: 100%;
	}
	.erabikata-text span {
		font-size: 1.4rem;
	}
	.erabikata_btn {
		text-align: center;
	}
	.erabikata_btn p {
		left: 50%!important;
		white-space: nowrap;
	}
	.erabikata-title h2 {
		margin-bottom: 10px;
	}
	.three-experience img {
		width: 48%;
	}
	.three img:not(:first-child) {
		margin-top: 30px;
	}
}
