@charset "UTF-8";

.s_trs {
	transition: .3s;
}


/*  改行
---------------------------------------------*/

.s_br-pc {
	display: block;
}

.s_br-sp {
	display: none;
}

.s_br-tab {
	display: none;
}

.s_br-tabsp {
	display: none;
}

@media screen and (max-width: 1024px) {
	.s_br-pc {
		display: none;
	}

	.s_br-tab {
		display: block;
	}

	.s_br-tabsp {
		display: block;
	}
}

@media screen and (max-width: 700px) {
	.s_br-sp {
		display: block;
	}

	.s_br-tab {
		display: none;
	}
}


/*  表示非表示
---------------------------------------------*/

.s_block-pc {
	display: block;
}

.s_block-sp {
	display: none;
}

.s_block-tab {
	display: none;
}

.s_block-tabsp {
	display: none;
}

.s_mv_block-sp {
	display: none;
}

.s_mv_block-tab {
	display: none;
}

.s_mv_block-pc {
	display: block;
}

@media screen and (max-width: 1024px) {
	.s_block-pc {
		display: none;
	}

	.s_block-tab {
		display: block;
	}

	.s_block-tabsp {
		display: block;
	}

	.s_mv_block-pc {
		display: none;
	}

	.s_mv_block-tab {
		display: block;
	}
}

@media screen and (max-width: 700px) {
	.s_block-sp {
		display: block;
	}

	.s_block-tab {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.s_mv_block-sp {
		display: block;
	}

	.s_mv_block-tab {
		display: none;
	}
}


/*  フォントサイズ
---------------------------------------------*/
.s_fs16 {
	font-size: 16px;
}

.s_fs18 {
	font-size: 18px;
}

.s_fs22 {
	font-size: 22px;
}

@media screen and (max-width: 700px) {
	.s_fs14_sp {
		font-size: 14px;
	}

	.s_fs16_sp {
		font-size: 16px;
	}

	.s_fs18_sp {
		font-size: 18px;
	}
}

/*  フォントウエイト
---------------------------------------------*/
.s_fw_bold {
	font-weight: bold;
}


/*  ライン
---------------------------------------------*/
.s_borderline {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 1rem 0;
	margin: 2rem 0;
}

/*  text-align
---------------------------------------------*/
.s_al_center {
	text-align: center;
}

.s_al_left {
	text-align: left;
}

/*  margin
---------------------------------------------*/
.s_mt10 {
	margin-top: 1rem;
}

.s_mt20 {
	margin-top: 2rem;
}

.s_mg_auto {
	margin: 0 auto;
}

/*----------------------------------------------
	people
---------------------------------------------*/
.s_people {
	position: absolute;
	content: "";
	width: fit-content;
	height: auto;
	margin: auto;
}

.s_features_people {
	top: -35rem;
	right: 0;
	bottom: 0;
	left: 100rem;
}

.s_office_people {
	top: 3rem;
	right: 100rem;
	bottom: 0;
	left: 0;
}

.s_flow_people {
	top: 2rem;
	right: 0;
	bottom: 0;
	left: 100rem;
}

.s_contact_people {
	top: -4rem;
	right: 100rem;
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 1400px) {
	.s_features_people {
		top: -15rem;
	}
}

@media screen and (max-width: 1280px) {
	.s_people {
		left: auto;
		max-width: 250px;
	}

	.s_office_people,
	.s_contact_people {
		right: auto;
	}

}

@media screen and (max-width: 900px) {
	.s_contact_people {
		height: fit-content;
		margin: 0 auto;
		left: 0;
		top: -8rem;
	}

}

@media screen and (max-width: 700px) {
	.s_office_item-01 {
		flex-wrap: wrap;
		justify-content: center;
	}

	.s_people {
		height: fit-content;
		margin: 0 auto;
	}

	.s_people img {
		max-height: 100px;
	}

	.s_features_people {
		top: -8rem;
	}

	.s_office_people {
		top: -3rem;
	}

	.s_contact_people {
		top: -3rem;
	}
}

/*----------------------------------------------
	top
---------------------------------------------*/
/*  .s_mv
---------------------------------------------*/
.s_mv {
	position: relative;
	margin-bottom: 24rem;
}

.s_mv_wrap {
	position: absolute;
	width: fit-content;
	height: fit-content;
	bottom: 0rem;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
}

.s_mv_bg {
	width: 100%;
	position: relative;
}

.s_mv_bg img {
	width: 100%;
	object-fit: cover;
}

.s_mv_txt {
	line-height: 2.2;
}

.s_mv_txt h2 {
	font-size: 3.8rem;
	color: var(--ol02);
	margin: 0 auto 2rem;
}

.s_mv_box {
	display: inline-block;
	margin: 6rem auto 0;
}

@media (max-width: 1700px) {
	.s_mv_wrap {
		bottom: -3rem;
	}
}

@media (max-width: 1500px) {
	.s_mv {
		margin-bottom: 35rem;
	}

	.s_mv_wrap {
		bottom: -15rem;
	}
}

@media screen and (max-width: 1024px) {
	.s_mv {
		margin-bottom: 45rem;
	}

	.s_mv_wrap {
		bottom: -25rem;
	}

	.s_mv_bg {
		width: 100%;
		position: relative;
	}

	.s_mv_block {
		width: 50%;
		margin: 0 auto;
		padding: 0 0 0 0;
		position: absolute;
		right: 0;
		bottom: 38px;
		left: 0;
	}

	.s_mv_txt {
		width: 85%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 968px) {
	.s_mv_wrap {
		bottom: 10rem;
		position: relative;
	}

	.s_mv_txt h2 {
		font-size: 1.8rem;
	}

	.s_mv {
		margin-bottom: 10rem;
	}

	.s_mv_box {
		margin: 3rem auto 0;
	}
}

@media (max-width: 700px) {
	.s_mv {
		margin-bottom: 0rem;
	}

	.s_mv_wrap {
		margin-bottom: 2rem;
	}
}

@media only screen and (max-width: 500px) {}

/*  btn
---------------------------------------------*/

.s_info_btn {
	background: var(--wh);
	color: var(--ruri);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.9rem;
	/* width: 460px; */
	height: 75%;
	/* margin: 55px auto 0; */
	padding: 25px 0;
	border-radius: 100px;
	position: relative;
}

.s_info_btn-02 {
	background: var(--wh);
	color: var(--bl);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.5rem;
	width: 460px;
	height: 100px;
	margin: 25px auto 0;
	border-radius: 50px;
	position: relative;
}

.s_info_btn:hover,
.s_info_btn-02:hover {
	opacity: 0.5;
}

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

	.s_info_btn {
		font-size: 3rem;
		/* padding: 0 20px; */
	}

	.s_info_btn-02 {
		width: 350px;
		height: 75px;
		font-size: 2.5rem;
	}

}

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

	.s_info_btn {
		font-size: 2rem;
		padding: 14px;
	}

}

@media (max-width: 768px) {

	.s_info_btn-02 {
		margin: 10px auto 0;
		font-size: 2.5rem;
		width: 260px;
		height: 60px;
	}

}

@media (max-width: 500px) {

	.s_info_btn {
		font-size: 1.8rem;
		padding: 7px;
	}

}

/*  .s_sec1
---------------------------------------------*/

.s_sec1 {
	position: relative;
}

.s_sec1 .l_wrapper,
.s_sec1 .l_top_contaner,
.s_sec1 .c_top_ttl:after {
	background: var(--yl);
}

.s_sec1_flex {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15rem;
}

.s_sec1_img {
	width: 40%;
	z-index: 100;
}

.s_sec1_txt {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	right: 0;
	bottom: -5rem;
	margin: auto;
	width: 70%;
	height: 100%;
	background: var(--wh);
	border-radius: 15px;
	padding: 4rem 4rem 4rem 16rem;
	align-items: center;
}

.s_sec1_txt img {
	margin: -10rem 0 0;
}

.s_sec1_txt_inner h3 {
	font-size: 2.8rem;
	color: var(--ol02);
	margin-bottom: 2rem;
}

.s_sec1_txt_inner p {
	line-height: 2;
}

.s_sec1_flex:nth-child(2n) .s_sec1_txt {
	left: 0;
	right: auto;
	padding: 4rem 16rem 4rem 4rem;
}

.s_sec1_flex:nth-child(2n) {
	justify-content: right;
}

.s_sec1_flex:nth-child(3n) {
	margin-bottom: 0;
}


.s_sec1_ttl {
	text-align: center;
	font-size: 3.6rem;
	margin-bottom: 15px;
}

.s_sec1_deco {
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 80px;
}

.s_sec1_container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px 80px;
}

.s_sec1_box {
	/* max-width: 500px; */
	height: 520px;
	background: var(--wh);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	border-radius: 34px;
}

.s_sec1_txtttl {
	font-size: 2.8rem;
	background: var(--bl);
	padding: 30px;
	text-align: center;
	color: var(--wh);
	border-radius: 34px 34px 0 0;
}

.s_sec1_sbbox {
	width: 100%;
}

.s_sec1 table {
	margin: 30px auto 0;
}

.s_sec1 table th {
	padding: 0px 35px 45px 0px;
	font-size: 2rem;
	font-weight: 500;
	position: relative;
	text-align: left;
}

.s_sec1 table td {
	font-size: 2rem;
	text-align: left;
}

.s_sec1_strong {
	font-size: 3.5rem;
}

@media (max-width: 1080px) {

	.s_sec1_ttl {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}

	.s_sec1_container {
		grid-template-rows: 1fr auto auto auto;
		grid-template-columns: 1fr;
		max-width: 500px;
		margin: 0 auto;
	}

	.s_sec1_txtttl {
		font-size: 2rem;
	}

}

@media (max-width: 968px) {
	.s_sec1_img {
		width: 100%;
		text-align: center;
	}

	.s_sec1_txt,
	.s_sec1_flex:nth-child(2n) .s_sec1_txt {
		width: 100%;
		position: relative;
		padding: 2rem;
		bottom: -2rem;
		z-index: 100;
	}

	.s_sec1_flex {
		margin-bottom: 10rem;
	}

	.s_sec1_txt_inner h3 {
		font-size: 2rem;
		margin-bottom: 1rem;
	}

	.s_sec1_txt img {
		width: 120px;
		margin: -4rem 0 0;
	}

}

@media (max-width: 500px) {
	.s_sec1_flex {
		margin-bottom: 6rem;
	}

	.s_sec1_deco {
		margin: 0 auto 40px;
	}

	.s_sec1_container {
		margin-bottom: 40px;
	}

	.s_sec1_txtttl {
		padding: 20px;
		font-size: 1.8rem;
	}

	.s_sec1 table th {
		padding: 0px 25px 35px 0px;
		font-size: 1.8rem;
	}

	.s_sec1 table td {
		font-size: 1.8rem;
	}

	.s_sec1_strong {
		font-size: 3rem;
	}

	.s_sec1_box {
		height: 400px;
	}

}

/*  .s_sec2
---------------------------------------------*/
.s_sec2 {
	position: relative;
}

.s_sec2_container {
	display: grid;
	flex-direction: column;
	gap: 50px;
}

.swiper {
	display: none !important;
}

.swiper_container {
	position: relative;
}

.swiper-pagination {
	display: none;
}

.s_sec2_box01 {
	display: grid;
	/* grid-template-columns: repeat(4, 200px); */
	grid-template-columns: 426px 426px 426px;
	gap: 40px;
	margin: 0 auto;
}

.s_sec2_box02 {
	display: grid;
	grid-template-columns: 426px 426px;
	margin: 0 auto;
}

.s_sec2_pic {
	overflow: hidden;
}

.s_sec2_img {
	/* height: 100%; */
	/* width: 100%; */
	display: block;
	/* object-fit: cover; */
}


@media (max-width: 1400px) {

	.s_sec2_box01 {
		display: grid;
		grid-template-columns: 300px 300px 300px;
	}

	.s_sec2_box02 {
		display: grid;
		grid-template-columns: 300px 300px;
	}

}

@media (max-width: 1024px) {

	.s_sec2_container {
		display: none;
	}

	.swiper {
		width: 90%;
		display: grid !important;
		flex-direction: column;
	}


	.swiper-pagination {
		display: block;
		bottom: -40px !important;
	}

}

@media (max-width: 500px) {
	.s_sec2 {
		padding-top: 40px;
		padding-bottom: 80px;
	}

	.s_sec2_container {
		padding-top: 20px;
	}

	.s_sec2_ttl {
		font-size: 1.8rem;
	}

}


/*  .s_sec3
---------------------------------------------*/
.s_sec3 {
	position: relative;
}

.s_sec3 .l_wrapper,
.s_sec3 .l_top_contaner,
.s_sec3 .c_top_ttl:after {
	background: var(--yl);
}


.s_office_container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.s_office_box {
	background: var(--wh);
	border-radius: 20px;
	cursor: pointer;
	transition: .3s;
}

.s_office_item-01,
.s_office_item-02 {
	padding: 40px 70px;
}

.s_office_item-01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.s_office_item-02 {
	display: none;
}

.is_open .s_office_item-02 {
	display: block;
}

.s_office_btn {
	background: var(--ol02);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: .3s;
	flex-shrink: 0;
}

.s_office_btn-tate {
	background: var(--wh);
	width: 3px;
	height: 17px;
	border-radius: 5px;
	position: absolute;
	transition: .3s;
}

.is_open .s_office_btn-tate {
	transform: rotate(-90deg);
}

.s_office_btn-yoko {
	background: var(--wh);
	width: 17px;
	height: 3px;
	border-radius: 5px;
	position: absolute;
}

.s_office_deco-q,
.s_office_deco-a {
	flex-shrink: 0;
}

.s_office_deco-q img,
.s_office_deco-a img {
	object-fit: contain;
}

.s_office_txt-q {
	font-weight: 800;
	font-size: 3rem;
}

.s_office_txt-border {
	display: block;
	width: fit-content;
	font-size: 1.8rem;
	border: 1px solid #000000;
	padding: 0.5rem 0.5rem;
	margin-bottom: 1rem;
}

.s_office_txt-cap {
	display: block;
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

.s_office_item-01 .s_office_txt-chief {
	align-self: end;
}

.s_office_grid {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

.s_office_imgbox {
	margin: 4rem 0;
}

.s_office_imgitem img {
	margin-bottom: 1rem;
}

.s_office_mapitem {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.s_higashi,
.s_nishi {
	display: block;
	padding-top: 70px;
	margin-top: -70px;
}



@media (max-width: 1280px) {
	.s_office_box {
		border-radius: 10px;
	}

	.s_office_btn {
		width: 40px;
		height: 40px;
	}

	.s_office_btn-tate {
		width: 4px;
		height: 18px;
	}

	.s_office_btn-yoko {
		height: 4px;
		width: 18px;
	}

	.s_office_deco-q,
	.s_office_deco-a,
	.s_office_deco-q img,
	.s_office_deco-a img {
		height: 40px;
		width: auto;
	}

	.s_office_q {
		gap: 10px;
	}

	.s_office_txt-q {
		font-size: 1.6rem;
	}

}

@media (max-width: 1024px) {
	.s_office_txt-cap {
		font-size: 1.4rem;
	}

	.s_office_txt-chief {
		font-size: 1.4rem;
	}

	.s_office_item-01,
	.s_office_item-02 {
		padding: 30px 30px;
	}

}

@media (max-width: 700px) {

	.s_office_item-01,
	.s_office_item-02 {
		padding: 30px 15px;
	}

	.s_office_item-01 {
		flex-wrap: wrap;
		justify-content: center;
	}

	.s_office_btn {
		width: 30px;
		height: 30px;
	}

	.s_office_btn-tate {
		width: 4px;
		height: 18px;
	}

	.s_office_btn-yoko {
		height: 4px;
		width: 18px;
	}

	.s_office_deco-q,
	.s_office_deco-a,
	.s_office_deco-q img,
	.s_office_deco-a img {
		height: 30px;
		width: auto;
	}

	.s_office_logo-q {
		text-align: center;
	}

	.s_office_logo-q-img {
		width: 70%;
	}

	.s_office_txt-q {
		font-size: 2.2rem;
		text-align: center;
		margin: 0 auto;
	}

	.s_office_grid {
		grid-template-columns: 1fr;
	}

	.s_office_txt-border {
		margin: 0 auto 1rem;
	}

	.s_higashi,
	.s_nishi {
		display: block;
		padding-top: 40px;
		margin-top: -40px;
	}
}



/*  .s_sec4
---------------------------------------------*/

.s_sec4_pic02 {
	display: block;
	width: 55%;
	padding: 0 0 0 165px;
}

.sec4_ttl {
	margin-bottom: 20px;
	font-size: 3rem;
	color: var(--wh);
	text-align: center;
}

.sec4_ttl02 {
	margin-bottom: 20px;
	font-size: 3.5rem;
	color: var(--wh);
	text-align: center;
}

.s_sec4_strong {
	font-size: 3.5rem;
	color: var(--wh);
}

.s_sec4_box {
	display: block;
	height: 300px;
	/* margin: -6px 0 196px 622px; */
	position: absolute;
	top: 16%;
	right: 31%;
}

.s_sec4_img {
	display: block;
	width: 70%;
	margin: 0 auto;
}

.s_sec4_img02 {
	display: block;
	width: 90%;
	margin: -40px 0 0px 175px;
}

@media (max-width: 1500px) {

	.s_sec4_img {
		width: 60%;
	}

	.sec4_ttl {
		font-size: 2.5rem;
	}

	.sec4_ttl02 {
		font-size: 3rem;
	}

}

@media (max-width: 1200px) {

	.s_sec4_box {
		top: 10%;
	}

	.sec4_ttl {
		font-size: 1.8rem;
	}

	.sec4_ttl02 {
		font-size: 2.3rem;
	}

}


@media (max-width: 1024px) {

	.s_sec4_bg {
		display: none;
	}

	.s_sec4_bg-sp {
		background: url(../img/img_banner02.png) bottom / cover no-repeat;
		width: 100%;
		display: flex;
		position: relative;
		/* height: 520px; */
		margin: 0 auto;
		padding: 25%;
		top: 0px;
	}

	.s_sec4_box {
		display: block;
		height: 300px;
		margin: 0 auto;
		top: 18%;
		right: 0;
		left: 0;
	}

	.s_sec4_strong {
		font-size: 2.8rem;
	}

	.s_sec4_txt {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}

}

@media (max-width: 768px) {

	.s_sec4_img {
		width: 60%;
	}

	.sec4_ttl {
		font-size: 1.8rem;
	}

	.sec4_ttl {
		font-size: 2.3rem;
	}

	.s_sec4_box {
		top: 13%;
	}

	.s_sec4_bg-sp {
		padding: 35%;
	}

	.s_sec4_box {
		top: 19%;
	}

}

@media (max-width: 500px) {

	.s_sec4 {
		padding-bottom: 40px;
	}

	.sec4_ttl {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}

	.s_sec4_strong {
		font-size: 2.2rem;
	}

	.s_sec4_txt {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}

	.s_sec4_bg-sp {
		padding: 50%;
	}

	.s_sec4_box {
		top: 19%;
	}

	.s_sec4_img {
		width: 89%;
	}

}


/*----------------------------------------------
	お問い合わせフォーム
---------------------------------------------*/
.s_contact {
	margin-bottom: 100px;
}

.s_contact_wrap {
	padding-bottom: 0 !important;
}

.s_contact_form {
	max-width: 1140px;
	margin: 0 auto;
}

.s_contactform_subttl {
	margin-bottom: 20px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}

.s_contact_form label {
	display: flex;
	align-items: center;
	gap: 10px;
}

.s_contact_form input {
	accent-color: var(--debl);
}

.s_form_container {
	padding: 40px 0 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 40px;
}

.s_form_box {
	display: flex;
	align-items: center;
	gap: 40px;
}

.s_form_flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	width: 200px;
	min-width: 200px;
}

.s_form_flex02 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	width: 190px;
}

.s_form_flex03 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	width: 220px;
}

.s_form_ttl {
	font-size: 1.8rem;
}

.s_form_subttl {
	width: 40px;
}

.s_form_txt {
	font-size: 1.8rem;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.8;
}

.s_form_required {
	color: var(--wh);
	font-size: 1.1rem;
	padding: 2px 5px;
	background: var(--rd);
	border-radius: 3px;
}

.s_form_hidden {
	overflow: hidden;
	width: 100%;
	height: 300px;
	border: 1px solid var(--bk);
	border-radius: 10px;
	margin-bottom: 40px;
}

.s_form_scroll {
	width: 100%;
	height: 300px;
	padding: 40px;
	line-height: 1.8;
	font-size: 1.5rem;
	overflow-y: scroll;
}

.s_form_scroll p {
	margin-bottom: 24px;
}

.s_tac {
	text-align: center;
	margin-bottom: 40px;
}

.s_flexColminC {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.contact-textarea {
	width: 100%;
}

.form_checkbox,
.form_radio {
	line-height: 3;
}

.s_send_btn {
	margin-bottom: 70px;
}

input[type=submit] {
	border: none;
	background-color: var(--ol);
	color: var(--wh);
	border-radius: 50px;
	font-size: 28px;
	justify-content: center;
	padding: 10px 90px;
	font-weight: 600;
	cursor: pointer;
}

div.wpcf7 .wpcf7-spinner {
	display: none !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
.form_select,
textarea {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	margin-bottom: 0;
	padding: 10px;
	border: none;
	background: var(--ligr);
	border-radius: 5px;
}

.form .form_radio input,
.form .form_check input,
.form_acceptance {
	accent-color: var(--debl);
	inline-size: 2.8rem;
	block-size: 2.8rem;
	cursor: pointer;
}

.form_checkbox input {
	accent-color: var(--debl);
	cursor: pointer;
}

.tac {
	text-align: center;
	margin-bottom: 40px;
}

.s_form_link {
	display: inline-block;
	color: var(--bl);
	text-decoration: none;
}

.grecaptcha-badge {
	visibility: hidden;
}

@media screen and (max-width:1280px) {
	.s_contact_container {
		padding: 20px 40px 0px;
	}

	.s_form_container {
		padding: 20px 0 0;
	}

	.s_form_box {
		display: flex;
		align-items: start;
		flex-direction: column;
		gap: 20px;
	}

	.s_form_txt {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.s_form_scroll {
		padding: 20px;
		line-height: 1.5;
		font-size: 15px;
	}

}

@media (max-width:768px) {

	.s_contact {
		margin-bottom: 0;
	}

	.s_contact-textarea {
		width: 100%;
	}

}

@media (max-width:500px) {

	.s_contact_container {
		padding: 20px 15px 0px;
	}

	input[type="text"],
	input[type="email"],
	input[type="tel"] {
		width: 100%;
	}

}




/*  .s_thanks
---------------------------------------------*/

.s_thanks {
	background: var(--yl);
	padding-top: 240px;
	padding-bottom: 160px;
}

.s_thanks .c_wrap960 {
	background: var(--wh);
	padding: 80px 40px;
	border-radius: 20px;
}

.s_thanks h2 {
	text-align: center;
	font-size: 4rem;
	color: var(--ol02);
	margin-bottom: 20px;
}

.s_thanks_txt {
	text-align: center;
	line-height: 1.8;
	font-size: 2rem;
	margin-bottom: 60px;
}

.s_toplink {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: 400px;
	border-radius: 50px;
	background: var(--ol02);
	color: var(--wh);
	font-size: 2.4rem;
	margin: 0 auto;
	transition: .3s;
}

.s_toplink:hover {
	color: var(--wh);
	opacity: 0.5;
}

@media (max-width: 1024px) {

	.s_thanks {
		padding: 160px 20px;
	}

	.s_thanks .c_wrap960 {
		width: 100%;
		padding: 80px 20px;
	}
}


@media (max-width: 500px) {
	.s_thanks h2 {
		text-align: center;
		font-size: 2rem;
		color: var(--bl);
		margin-bottom: 20px;
	}

	.s_thanks_txt {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}

	.s_toplink {
		height: 40px;
		width: calc(100% - 8px);
		font-size: 1.8rem;
	}

}