@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	type1
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*color
———————————————————————————————————————————————————————————————————*/
.type1.brown{
    background-color: #FEF8E8;
}

/*inner
———————————————————————————————————————————————————————————————————*/
.type1{
    width: 100%;
    padding: 80px 20px;
}
.type1__inner1{
	width: 100%;
	margin: 0 auto;
}
.type1__inner2{
	max-width: 1280px;
	margin: 0 auto;
}
.type1__inner3{
	max-width: 1200px;
	margin: 0 auto;
}
.type1__inner4{
	max-width: 1120px;
	margin: 0 auto;
}
.type1__inner5{
	max-width: 800px;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	.type1{
		padding: 64px 20px;
	}
}
@media only screen and (max-width: 1024px) {
	.type1__inner1{
		max-width: 100%;
	}
	.type1__inner2{
		max-width: 100%;
	}
	.type1__inner3{
		max-width: 100%;
	}
	.type1__inner4{
		max-width: 100%;
	}
	.type1__inner5{
		max-width: 100%;
	}
}

/*flex
———————————————————————————————————————————————————————————————————*/
.type1__flex2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.type1__flex3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.type1__flex4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.type1__flex5 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
	.type1__flex4 {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 768px) {
	.type1__flex2 {
		flex-direction: column;
	}
	.type1__flex2 > div {
		max-width: 100%;
		width: 100%;
		margin-bottom: 24px;
	}
	.type1__flex3 {
		flex-direction: column;
	}
	.type1__flex3 > div {
		max-width: 100%;
		width: 100%;
		margin-bottom: 24px;
	}
	.type1__flex5 {
		flex-direction: column;
	}
	.type1__flex5 > div {
		max-width: 100%;
		width: 100%;
		margin-bottom: 24px;
	}
}

/*center
———————————————————————————————————————————————————————————————————*/
.type1__center {
	text-align: center;
}

/*text
———————————————————————————————————————————————————————————————————*/
.type1__text{
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 40px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	cta__btn
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*cta
———————————————————————————————————————————————————————————————————*/
.cta{
	width: 100%;
	padding: 0 20px;
}

/*cta1
———————————————————————————————————————————————————————————————————*/
.cta1{
	position: relative;
	display: inline-block;
	padding: 20px 48px;
	background: #2E2E2E;
	border-radius: 70px;
}
.cta1::before{
	position: absolute;
    content: "";
    top: 50%;
    right: 24px;
    transform: translate(0, -50%);
    width: 6px;
    height: 12px;
    background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/common/cta__arrow.svg);
    background-image: url(../../images/common/cta__arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
}
.cta1 > div p{
	font-family: "NotoSansJP";
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
    letter-spacing: 0.03em;
}

@media only screen and (max-width: 768px) {
	.cta1{
		width: 100%;
		padding: 16px;
	}
	.cta1::before{
		width: 5px;
		height: 10px;
	}
	.cta1 > div p{
		font-size: 16px;
	}
}

/*cta2
———————————————————————————————————————————————————————————————————*/
.cta2{
	position: relative;
	display: inline-block;
	padding: 20px 96px;
	border: 1px solid #2E2E2E;
	border-radius: 70px;
}
.cta2::before{
	position: absolute;
    content: "";
    top: 50%;
    right: 24px;
    transform: translate(0, -50%);
    width: 6px;
    height: 12px;
    background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/common/cta__arrow--black.svg);
    background-image: url(../../images/common/cta__arrow--black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cta2 > div p{
	font-family: "NotoSansJP";
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
    letter-spacing: 0.03em;
}

@media only screen and (max-width: 768px) {
	.cta2{
		width: 100%;
		padding: 16px;
	}
	.cta2::before{
		width: 5px;
		height: 10px;
	}
	.cta2 > div p{
		font-size: 16px;
	}
}

/*cta3
———————————————————————————————————————————————————————————————————*/
.cta3{
	position: relative;
	display: inline-block;
	padding: 20px 88px 20px 64px;
	background: #C3A76C;
	border-radius: 70px;
}
.cta3::before{
	position: absolute;
    content: "";
    top: 50%;
    right: 24px;
    transform: translate(0, -50%);
    width: 6px;
    height: 12px;
    background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/common/cta__arrow.svg);
    background-image: url(../../images/common/cta__arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cta3 > div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.cta3 > div img{
	width: 24px;
	margin-right: 10px;
}
.cta3 > div p{
	color: #fff;
	font-family: "NotoSansJP";
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
    letter-spacing: 0.03em;
}

@media only screen and (max-width: 768px) {
	.cta3{
		width: 100%;
		padding: 16px;
	}
	.cta3::before{
		width: 5px;
		height: 10px;
	}
	.cta3 > div p{
		font-size: 16px;
	}
}

/*cta4
———————————————————————————————————————————————————————————————————*/
.cta4{
	position: relative;
	display: inline-block;
	padding: 20px 88px 20px 64px;
	background: #05D35A;
	border: 2px solid #fff;
	border-radius: 70px;
}
.cta4::before{
	position: absolute;
    content: "";
    top: 50%;
    right: 24px;
    transform: translate(0, -50%);
    width: 6px;
    height: 12px;
    background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/common/cta__arrow.svg);
    background-image: url(../../images/common/cta__arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cta4 > div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.cta4 > div img{
	width: 24px;
	margin-right: 10px;
}
.cta4 > div p{
	color: #fff;
	font-family: "NotoSansJP";
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
    letter-spacing: 0.03em;
}

@media only screen and (max-width: 768px) {
	.cta4{
		width: 100%;
		padding: 16px;
	}
	.cta4::before{
		width: 5px;
		height: 10px;
	}
	.cta4 > div img{
		width: 16px;
		margin-right: 4px;
	}
	.cta4 > div p{
		font-size: 16px;
	}
}

/*cta__text
———————————————————————————————————————————————————————————————————*/
.cta__text{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}
.cta__text img{
	width: 22px;
}
.cta__text p{
	color: #fff;
	font-family: "NotoSansJP";
    font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
    letter-spacing: 0.03em;
}

@media only screen and (max-width: 768px) {
	.cta__text{
		margin-bottom: 8px;
	}
	.cta__text p{
		font-size: 14px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	cta__area
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#cta{
	padding: 80px 0;
	background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/common/cta__bg--pc.png);
    background-image: url(../../images/common/cta__bg--pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#cta .cta__inner{
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
#cta .cta__inner > h2{
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 24px;
}
#cta .cta__inner > p{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
    letter-spacing: 0.03em;
    margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
	#cta{
		padding: 60px 0;
		background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/common/cta__bg--sp.png);
		background-image: url(../../images/common/cta__bg--sp.png);
	}
	#cta .cta__inner{
		max-width: 100%;
		padding: 0 20px;
	}
	#cta .cta__inner > h2{
		font-size: 22px;
	}
	#cta .cta__inner > p{
		font-size: 15px;
	}
}