@charset "utf-8";

/*-----------------------------------------------
PC
------------------------------------------------*/
/* HEAD */
.hd_page {
	position: relative;
	box-sizing: border-box;
	width: 100%;
}
.hd_page h1 {
	position: absolute;
	top: 50%;
	left: 9.5%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 2.0vw;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.12em;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7), -2px 2px 4px rgba(0, 0, 0, 0.7), -2px -2px 4px rgba(0, 0, 0, 0.7), 2px -2px 4px rgba(0, 0, 0, 0.7);
}
.hd_page h1 span {
	position: relative;
	display: block;
	padding: 2% 0 0 23%;
	font-size: 55%;
	letter-spacing: 0.1em;
	text-shadow: none;
}
.hd_page h1 span::before {
	position: absolute;
	content: '';
	width: 15%;
	height: 1.5px;
	background-color: #ddd;
	top: 60%;
	left: 0;
}

/* TITLE */
.pgh1ttl {
	position: relative;
	margin: 3% 0 5% 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction : column;
	font-size: 2.0vw;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.pgh1ttl span {
	display: block;
	padding-bottom: 0.5%;
	font-size: 68%;
	letter-spacing: 0.08em;
	color: #ccc;
}
.pgh1ttl::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 1.5px;
	height: 30%;
	bottom: -50%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ccc;
}

.pgh2ttl {
	position: relative;
	margin: 0 auto 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction : column;
	font-size: 2.1vw;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.pgh2ttl span {
	display: block;
	padding-top: 0.4%;
	font-size: 60%;
	letter-spacing: 0.08em;
	color: #aaa;
}
.pgh2ttl::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 3%;
	height: 2px;
	bottom: -20%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ccc;
}




/* BUTTON */
.btn_A {
	width: 45%;
	display: inline-block;
	margin: 0 auto;
	padding: 0.8% 0 1.2%;
	border: 1px solid #333;
	background-color: #333;
	color: #fff;
	font-size: 0.85vw;
	font-weight: 600;
	text-align: center;
	transition: 0.5s;
	border-radius: 100vh;
}
.btn_A:hover {
	border: 1px solid #333;
	background-color: #fff;
	color: #333;
}
.btn_A::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f138';
	padding-left: 4%;
}

.btn_B {
	position: relative;
	width: fit-content;
	display: block;
	margin: 5% auto 0;
	padding: 1% 5% 1.2% 3%;
	border: 1px solid #333;
	background-color: #333;
	color: #fff;
	font-size: 1.0vw;
	font-weight: 600;
	text-align: center;
	transition: 0.5s;
	border-radius: 0.4vw;
	line-height: 1.6;
}
.btn_B:hover {
	border: 1px solid #333;
	background-color: #fff;
	color: #333;
}
.btn_B::after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f138';
	top: 50%;
	right: 18%;
	transform: translateY(-50%);
}


/* セクション */
.pageSection {
	width: 100%;
	margin: 0 auto;
	padding: 6% 0;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

/* 車両について */
.hd_vehicle {
	background: url(/wp-content/uploads/2025/11/hdbg_pc_vehicle.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 25%;
}
.vehicle_1st {
	max-width: 90%;
	padding: 3% 0 0;
}
.vehicle_1st p {
	margin: 0;
	padding: 0;
	font-size: 1.2vw;
	font-weight: 500;
	line-height: 2.0;
	text-align: center;
}
.vehicle_1st p span {
	padding: 0 0.2%;
	font-size: 125%;
	font-weight: 600;
}

.vehicle_2nd {
	padding: 6% 0 0;
}
.vehicle_menu {
	width: 100%;
	margin: 0 auto 6%;
	padding: 0 ;
}
.vehicle_menu ul {
	width: 100%;
	margin: 0;
	padding: 0 ;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: center;
}
.vehicle_menu li {
	width: fit-content;
	margin: 0 2px;
	padding: 0.8% 4.6% 0.8% 3%;
	border-bottom: 3px solid #eee;
	box-sizing: border-box;
	transition: 0.5s;
}
.vehicle_menu li:hover {
	border-bottom: 3px solid #ffcc00;
}
.vehicle_menu a {
	position: relative;
	display: block;
	width: 100%;
	color: #666;
	font-size: 1.1vw;
	font-weight: 500;
	transition: 0.5s;
}
.vehicle_menu a:hover {
	color: #000;
}
.vehicle_menu a::after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 90%;
	content: '\f0d7';
	color: #666;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
}
.vehicle_col {
	width: 100%;
	margin: 0 auto;
	padding: 6% 0;
}
.vehicle_2nd .bg_gray {
	background: #f5f5f5;
}
.vehicle_2nd h2 {
	width: 65%;
	margin: 0 auto;
	padding: 0 0 0 1.5%;
	font-size: 1.6vw;
	font-weight: 700;
	border-left: solid 4px #ffcc00;
	line-height: 1.4;
	letter-spacing: 0.12em;
	box-sizing: border-box;
}
.vehicle_2nd h2:first-letter {
	font-size: 125%;
}
.vehicle_inner {
	width: 65%;
	margin: 3% auto 0;
	padding: 0;
}
.dot_line {
	padding-bottom: 3%;
	border-bottom: dotted 2px #ddd;
}
.vehicle_inner h3 {
	position: relative;
	width: 100%;
	margin: 0 0 1% 0;
	padding: 0 0 0 3%;
	font-size: 1.3vw;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}
.vehicle_inner h3::before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f192';
	top: 50%;
	left: 0;
	transform: translateY(-45%);
	color: #aaa;
}
.vehicle_inner h3 span {
	padding: 0 0 0 2%;
	font-size: 90%;
	font-weight: 500;
}
.vehicle_photo {
	width: 100%;
	margin: 0 auto 3%;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
}
.vehicle_photo img {
	width: 48%;
	margin: 0 2% 0 0;
	display: block;
}
.vehicle_photo .img_left {
	margin: 0 2% 0 0;
}
.vehicle_photo .img_right {
	margin: 0 0 0 2%;
}
.vehicle_inner .acquire {
	margin: 0 0 2%;
	padding: 0.3% 1.8% 0.4% 1.8%;
	background: #ffcc00;
	border-radius: 0.5vw;
	display: inline-block;
	font-size: 1.0vw;
	font-weight: 600;
	text-align: center;
}
.vehicle_inner p {
	margin: 0;
	padding: 0 0 1%;
	font-size: 1.0vw;
	line-height: 1.8;
}
.vehicle_inner .p_last {
	padding: 0;
}

.vehicle_3rd {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background: url(/wp-content/uploads/2025/11/bg_vehicle_last.png) center center no-repeat;
	background-size: cover;
	padding-top: 25%;
}
.vehicle_3rd p {
	position: absolute;
	width: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	font-size: 1.2vw;
	font-weight: 500;
	line-height: 2.0;
}
.vehicle_3rd p span {
	padding: 2% 0 0 0;
	font-size: 90%;
	font-weight: normal;
	display: block;
}
.vehicle_3rd p .space {
	display: inline;
}

/* 採用情報 */
.hd_recruit {
	background: url(/wp-content/uploads/2025/11/hdbg_pc_recruit.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 25%;
}
.hd_recruit h1 {
	color: #000;
	text-shadow: 2px 2px 4px rgba(255, 2555, 2555, 0.7), -2px 2px 4px rgba(255, 2555, 2555, 0.7), -2px -2px 4px rgba(255, 2555, 2555, 0.7), 2px -2px 4px rgba(255, 2555, 2555, 0.7);
}
.hd_recruit h1 span::before {
	background-color: #aaa;
}
.recruit_1st {
	width: 80%;
	margin: 0 auto;
	padding: 3% 0 6%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.msg_left {
	width: 62%;
	margin: 0 4% 0 0;
	padding: 0;
}
.msg_left h2 {
	margin: 0;
	padding: 0 0 3%;
	font-size: 2.1vw;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.msg_left h2:first-letter {
	font-size: 130%;
	color: #587685;
}
.msg_left h2 span {
	margin: 0;
	padding: 0;
	font-size: 60%;
	color: #aaa;
	letter-spacing: 0.08em;
	display: block;
}
.msg_left .pgh2ttl {
	display: none;
}
.msg_left p {
	margin: 0;
	padding: 0 0 1.2%;
	font-size: 1.0vw;
	line-height: 1.8;
}
.msg_left .c_copy {
	margin-left: -1.8%;
	padding: 0 0 2%;
	font-size: 140%;
	font-weight: 600;
	line-height: 1.8;
}
.msg_left p span {
	padding: 0 0.2%;
	font-size: 115%;
	font-weight: 600;
}
.recruit_1st img {
	width: 34%;
	margin: 0;
	padding: 0;
	display: block;
}

.recruit_2nd {
	background: #f5f5f5;
}
.sv_inner {
	width: 80%;
	margin: 0 auto;
	padding: 0 ;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: center;
}
.sv_box {
	width: 30%;
	margin: 0 5% 0 0;
	padding: 0;
	text-align: center;
}
.sv_inner .last_box {
	margin: 0;
}
.sv_box img {
	width: 65%;
	margin: 0 auto 4%;
	padding: 0;
	border-radius:50%;
	display: block;
	border: solid 1px #ccc;
}
.sv_box h3 {
	margin: 0;
	padding: 0 0 3%;
	font-size: 1.1vw;
	font-weight: 500;
}
.sv_box .c_copy {
	margin: 0;
	padding: 0 0 3%;
	color: #587685;
	font-size: 120%;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
}
.sv_box p {
	margin: 0;
	padding: 0;
	font-size: 0.9vw;
	text-align: left;
	line-height: 1.8;
}

.recruit_3rd {
	
}
.jd_tbl {
	width: 58%;
	margin: 2% auto 0;
	font-size: 0.95vw;
	line-height: 1.8;
	border-collapse: collapse;
	border-top: solid 1px #e5e5e5;
	border-left: solid 1px #e5e5e5;
}
.jd_tbl th {
	width: 20%;
	padding: 2% 0;
	vertical-align: middle;
	text-align: center;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	background: #f9f9f9;
	text-align: center;
	box-sizing: border-box;
}
.jd_tbl td {
	width: 80%;
	padding: 2% 3%;
	vertical-align: middle;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	box-sizing: border-box;
}

.yt_block {
	width: 58%;
	margin: 3% auto 0;
	display: block;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.recruit_4th {
	padding: 6% 0 3%;
	font-weight: 500;
	background: #ffcc00;
}
.recruit_4th .pgh2ttl {
	margin: 0 auto 4%;
}
.recruit_4th .pgh2ttl span {
	color: #fcf1c3;
}
.recruit_4th .pgh2ttl::after {
	background-color: #fcf1c3;
}
.recruit_4th .contact {
	margin: 0 auto 3%;
}
.recruit_4th .contactform table th {
	border-bottom: solid 1px #fcf1c3;
}
.recruit_4th .contactform table td {
	border-bottom: solid 1px #fcf1c3;
}
.recruit_4th .contactform table .optional span {
	background: #555;
}
.recruit_4th input[name="text-289"] {
	width: 15%;
	text-align: center;
}
.recruit_4th textarea[name="textarea-64"] {
	aspect-ratio: 6/1;
}
.recruit_4th .contactform .last_txt a {
	color: #997a00;
	transition: 0.5s;
}
.recruit_4th .contactform .last_txt a:hover {
	color: #000;
}

/* よくある質問 */
.hd_faq {
	background: url(/wp-content/uploads/2025/11/hdbg_pc_faq.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 25%;
}
.hd_faq h1 {
	color: #000;
	text-shadow: 2px 2px 4px rgba(255, 2555, 2555, 0.7), -2px 2px 4px rgba(255, 2555, 2555, 0.7), -2px -2px 4px rgba(255, 2555, 2555, 0.7), 2px -2px 4px rgba(255, 2555, 2555, 0.7);
}
.hd_faq h1 span::before {
	background-color: #aaa;
}
.faq_1st {
	padding: 3% 0 0;
}
.faq_2nd {
	padding: 0 0 6%;
}
.faq_col {
	width: 100%;
	margin: 0 auto;
	padding: 6% 0;
}
.faq_2nd .bg_gray {
	background: #f5f5f5;
}
.faq_2nd h2 {
	width: 65%;
	margin: 0 auto;
	padding: 0 0 0 1.5%;
	font-size: 1.6vw;
	font-weight: 700;
	border-left: solid 4px #ffcc00;
	line-height: 1.4;
	letter-spacing: 0.12em;
	box-sizing: border-box;
}
.faq_2nd h2:first-letter {
	font-size: 125%;
}
.faq_acd {
	width: 65%;
	margin: 2% auto 0;
	border: none;
	line-height: 1.6;
}
.faq_acd summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 2% 5%;
	font-size: 1.1vw;
	font-weight: 500;
	cursor: pointer;
	background-color: #eee;
	border: solid 1px #eee;
}
.faq_acd summary::before,
.faq_acd p::before {
	position: absolute;
	top: 14px;
	left: 2%;
	font-size: 1.4vw;
	font-weight: 600;
}
.faq_acd summary::before {
	color: #587685;
	content: "Q";
}
.faq_acd summary::after {
	position: absolute;
	transform: translateY(-25%) rotate(45deg);
	width: 1%;
	aspect-ratio: 1/1;
	right: 2.5%;
	border-bottom: 2px solid #587685;
	border-right: 2px solid #587685;
	content: '';
	transition: transform .5s;
}
.faq_acd[open] summary::after {
	transform: rotate(225deg);
	transition: transform .5s;
}
.faq_2nd .bg_gray .faq_acd summary {
	background: #e7e7e7;
}
.faq_acd p {
	position: relative;
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 2% 5%;
	font-size: 1.0vw;
	font-weight: 400;
	line-height: 1.7;
	background-color: #fff;
	border: solid 1px #f5f5f5;
	transition: transform .5s, opacity .5s;
}
.faq_acd[open] p {
	transform: none;
	opacity: 1;
}
.faq_acd p::before {
	color: #ffcc00;
	content: "A";
}




/* 会社概要 */


/* お問い合わせ */
.contact {
	width: 100%;
	max-width: 58%;
	margin: 3% auto 6%;
	color: #000;
}
.contact p {
	margin: 0;
	padding: 0 0 1.5%;
	font-size: 1.0vw;
	line-height: 2.0;
	text-align: center;
}
.contact .breadcrumb {
	max-width: 100%;
	margin: 0 auto 5%;
	border-bottom: dotted 1px #ccc;
}
.contactform {
	width: 100%;
	margin: 3% auto 0;
}
.contactform p {
	font-size: 1.0vw;
	padding: 0;
}
.contactform table {
	width: 100%;
	margin: 3% auto 5%;
	border-collapse: collapse;
}
.contactform table th {
	width: 16%;
	padding: 3% 0;
	vertical-align: middle;
	border-bottom: solid 1px #ddd;
	text-align: left;
}
.contactform table th p {
	text-align: left;
}
.contactform table td {
	width: 70%;
	padding: 3% 0;
	vertical-align: middle;
	border-bottom: solid 1px #ddd;
}
.contactform table td p {
	text-align: left;
}
.contactform table td p .supp {
	padding-top: 1%;
	font-size: 92%;
	display: block;
}
.contactform table .required,
.contactform table .optional {
	width: 14%;
	padding: 3% 0;
	text-align: center;
}
.contactform table .required p,
.contactform table .optional p {
	text-align: center;
}
.contactform table .required span,
.contactform table .optional span {
	padding: 1.8% 12% 3.2% 12%;
	font-size: 0.75vw;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
}
.contactform table .required span {
	background: #cc0000;
}
.contactform table .optional span {
	background: #ccc;
}
.contactform table th .sp_required {
	display: none;
}
.contactform table th .sp_optional {
	display: none;
}
.contactform .last_txt {
	padding: 0 0 1%;
}
.contactform input::placeholder {
	color: #777;
}
input[type="search"],
input[type="email"],
input[type="text"],
input[type="number"],
input[type="url"],
input[type="password"],
input[type="date"],
textarea,
select {
	width: 100%;
	background: #f7f7f7;
	border-style: none;
	outline: none;
	padding: 1% 2% 1.4% 2%;
	overflow: hidden;
	font-size: 1.0vw;
	line-height: 1.5;
	box-sizing: border-box;
}
.wpcf7-radio .wpcf7-list-item {
	margin: 0 4% 0 0;
}
input[name="your-zipcode"] {
	width: 21%;
	margin: 0 2% 2% 0;
}
input[name="adress-a"] {
	width: 21%;
	margin: 0 2% 2% 0;
}
input[name="adress-b"] {
	width: 50%;
	margin: 0 0 2% 0;
}
input[name="adress-c"] {
	margin: 0 0 2% 0;
}
input[name="tel-241"] {
	width: 28%;
}

.wpcf7-submit {
	margin:  5% 0 0 0;
	padding: 1.4% 8% 1.6% 8%;
	border: 1px solid #333;
	background-color: #333;
	color: #fff;
	font-size: 1.1vw;
	font-weight: 600;
	line-height: 1.8;
	transition: 0.5s;
}
.wpcf7-submit:hover {
	border: 1px solid #666;
	background-color: #666;
}
.contactform .wpcf7-spinner {
	display: block;
	margin: 0 auto;
}
.wpcf7-not-valid-tip {
	display: inline;
	color: #cc0000;
	border: none;
	position: relative;
	top: auto;
	left: auto;
	margin-bottom: 2.5%;
	background: none;
}
.wpcf7-response-output {
	width: 100%;
	margin: 2% auto 0!important;
	padding: 1% 2%!important;
	font-size: 0.95vw;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
}
.wpcf7 form .wpcf7-response-output {
	border: 1px solid #999;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #333;
}
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #cc0000;
}

/* プライバシーポリシー */
.prv_ply {
	width: 100%;
	max-width: 58%;
	margin: 3% auto 8%;
	color: #000;
}
.prv_ply h1 {
	margin: 0 0 8%;
}
.prv_ply p {
	margin: 0;
	padding: 0;
	font-size: 1.0vw;
	line-height: 1.8;
}
.prv_ply .subttl {
	margin: 0;
	padding: 0;
	font-size: 1.2vw;
	font-weight: 500;
	text-align: center;
}
.prv_ply .breadcrumb {
	max-width: 100%;
	margin: 0 auto 5%;
	border-bottom: dotted 1px #ccc;
}
.prv_ply ol {
	width: 100%;
	margin: 5% 0 0 0;
	padding: 0;
}
.prv_ply ol li {
	margin: 0;
	padding: 0 0 3.5%;
}
.prv_ply ol li dt {
	padding: 0 0 1%;
	font-size: 1.05vw;
	font-weight: 600;
}
.prv_ply ol li dd {
	margin: 0;
	font-size: 0.95vw;
	line-height: 1.8;
}
.prv_ply ol li dd span {
	margin: 2% 0 0 0;
	display: block;
}
.prv_ply ol li dd li {
	margin: 0 0 0 2%;
	padding: 0;
	list-style: disc;
}
.prv_ply ol li dd .level2_1st {
	margin: 1% 0 0 2%;
}
.prv_ply ol li dd li:first-child {
	padding-top: 1%;
}




/*-----------------------------------------------
Responsive
------------------------------------------------*/
@media screen and (max-width: 1280px) {
	/* HEAD */
	.hd_page h1 {
		font-size: 2.2vw;
	}
	
	
	/* TITLE */
	.pgh1ttl {
		margin: 3.5% 0 5% 0;
		font-size: 2.2vw;
	}
	.pgh2ttl {
		width: 20%;
		font-size: 1.7vw;
	}
	.pgh2ttl2 {
		font-size: 1.9vw;
		padding: 0 4%;
	}
	.pgh3ttl {
		font-size: 1.4vw; 
	}
	
	.pgh2ttl {
		font-size: 2.3vw;
	}
	.pgh2ttl::after {
		width: 12%;
	}
	
	
	/* BUTTON */
	.btn_A {
		width: 48%;
		font-size: 1.05vw;
	}
	.btn_B {
		font-size: 1.2vw;
		border-radius: 0.6vw;
	}
	
	/* 車両について */
	.vehicle_1st {
		max-width: 92%;
	}
	.vehicle_1st p {
		font-size: 1.4vw;
	}
	.vehicle_menu a {
		font-size: 1.3vw;
	}
	.vehicle_2nd h2 {
		width: 75%;
		font-size: 1.8vw;
	}
	.vehicle_inner {
		width: 75%;
		margin: 4% auto 0;
	}
	.dot_line {
		padding-bottom: 4%;
	}
	.vehicle_inner h3 {
		font-size: 1.5vw;
	}
	.vehicle_inner .acquire {
		font-size: 1.2vw;
	}
	.vehicle_inner p {
		font-size: 1.2vw;
	}
	.vehicle_3rd {
		margin-bottom: 1.8%;
	}
	.vehicle_3rd p {
		width: 62%;
		font-size: 1.4vw;
	}
	
	/* 採用情報 */
	.recruit_1st {
		width: 92%;
	}
	.msg_left h2 {
		font-size: 2.3vw;
	}
	.msg_left p {
		font-size: 1.2vw;
		line-height: 1.7;
	}
	.msg_left .c_copy {
		margin-left: 0;
		font-size: 110%;
		font-feature-settings: "palt";
		letter-spacing: 0.15em;
	}
	.sv_inner {
		width: 92%;
	}
	.sv_box {
		width: 30.6%;
		margin: 0 4.1% 0 0;
	}
	.sv_box h3 {
		font-size: 1.3vw;
	}
	.sv_box .c_copy {
		font-size: 100%;
	}
	.sv_box p {
		font-size: 1.1vw;
	}
	
	.jd_tbl {
		width: 75%;
		font-size: 1.2vw;
	}
	.yt_block {
		width: 75%;
	}
	
	/* よくある質問 */
	.faq_2nd h2 {
		width: 75%;
		font-size: 1.8vw;
	}
	.faq_acd {
		width: 75%;
	}
	.faq_acd summary {
		font-size: 1.3vw;
	}
	.faq_acd summary::before,
	.faq_acd p::before {
		top: 12px;
		font-size: 1.6vw;
	}
	.faq_acd p {
		font-size: 1.2vw;
	}
	
	
	/* 会社概要 */
	
	
	/* お問い合わせ */
	.contact {
		max-width: 75%;
	}
	.contact p {
		font-size: 1.2vw;
	}
	.contactform p {
		font-size: 1.2vw;
	}
	.contactform table .required span,
	.contactform table .optional span {
		font-size: 0.95vw;
	}
	input[type="search"],
	input[type="email"],
	input[type="text"],
	input[type="number"],
	input[type="url"],
	input[type="password"],
	input[type="date"],
	textarea,
	select {
		font-size: 1.2vw;
	}
	.wpcf7-submit {
		font-size: 1.3vw;
	}
	
	
	/* プライバシーポリシー */
	.prv_ply {
		max-width: 75%;
	}
	.prv_ply p {
		font-size: 1.2vw;
	}
	.prv_ply .subttl {
		font-size: 1.4vw;
	}
	.prv_ply ol {
		margin: 3% 0 0 0;
	}
	.prv_ply ol li {
		padding: 0 0 2.5%;
	}
	.prv_ply ol li dt {
		padding: 0;
		font-size: 1.25vw;
	}
	.prv_ply ol li dd {
		font-size: 1.15vw;
	}
	
	
}

.br1024 {
	display: none;
}

@media screen and (max-width: 1024px) {
	.br1024 {
		display: block;
	}
	
	/* HEAD */
	.hd_page h1 {
		font-size: 2.5vw;
	}
	/* TITLE */
	.pgh1ttl {
		margin: 4% 0 5% 0;
		font-size: 2.5vw;
	}
	.pgh2ttl {
		width: 22%;
		font-size: 2.1vw;
	}
	.pgh2ttl2 {
		padding: 0 5%;
		font-size: 2.3vw;
	}
	.pgh3ttl {
		font-size: 1.8vw; 
	}
	.pgh2ttl {
		font-size: 2.6vw;
	}
	
	
	
	/* BUTTON */
	.btn_A {
		width: 50%;
		font-size: 1.45vw;
	}
	.btn_B {
		padding: 1% 6% 1.2% 2.5%;
		font-size: 1.6vw;
		border-radius: 0.8vw;
	}
	.btn_B::after {
		right: 14%;
	}
	
	/* 車両について */
	.vehicle_1st {
		max-width: 94%;
	}
	.vehicle_1st p {
		font-size: 1.7vw;
		line-height: 1.9;
	}
	.vehicle_menu li {
		padding: 0.8% 5.5% 0.8% 3.4%;
	}
	.vehicle_menu a {
		font-size: 1.6vw;
	}
	.vehicle_2nd h2 {
		width: 85%;
		font-size: 2.1vw;
	}
	.vehicle_inner {
		width: 85%;
		margin: 4% auto 0;
	}
	.vehicle_inner h3 {
		font-size: 1.8vw;
	}
	.vehicle_inner .acquire {
		font-size: 1.5vw;
	}
	.vehicle_inner p {
		font-size: 1.5vw;
	}
	.vehicle_3rd {
		margin-bottom: 2.8%;
	}
	.vehicle_3rd p {
		width: 75%;
		font-size: 1.7vw;
	}
	
	/* 採用情報 */
	.recruit_1st {
		width: 94%;
	}
	.msg_left {
		width: 60%;
	}
	.msg_left h2 {
		font-size: 2.6vw;
	}
	.msg_left p {
		font-size: 1.5vw;
	}
	.msg_left .c_copy {
		font-size: 110%;
		font-feature-settings: normal;
		letter-spacing: 0.08em;
	}
	.msg_left .c_copy:first-letter {
		margin-left: -2.2%;
	}
	.recruit_1st img {
		width: 36%;
	}
	.sv_inner {
		width: 94%;
	}
	.sv_box {
		width: 31.2%;
		margin: 0 3.2% 0 0;
	}
	.sv_box h3 {
		font-size: 1.6vw;
	}
	.sv_box .c_copy {
		font-size: 82%;
	}
	.sv_box p {
		font-size: 1.4vw;
	}
	.jd_tbl {
		width: 85%;
		font-size: 1.5vw;
	}
	.yt_block {
		width: 85%;
	}
	
	/* よくある質問 */
	.faq_2nd h2 {
		width: 85%;
		font-size: 2.1vw;
	}
	.faq_acd {
		width: 85%;
	}
	.faq_acd summary {
		font-size: 1.6vw;
	}
	.faq_acd summary::before,
	.faq_acd p::before {
		top: 11px;
		font-size: 1.9vw;
	}
	.faq_acd p {
		font-size: 1.5vw;
	}
	
	
	
	
	/* 会社概要 */
	
	
	/* お問い合わせ */
	.contact {
		max-width: 85%;
	}
	.contact p {
		font-size: 1.5vw;
		line-height: 1.9;
	}
	.contactform p {
		font-size: 1.5vw;
	}
	.contactform table th {
		width: 18%;
	}
	.contactform table td {
		width: 69%;
	}
	.contactform table .required,
	.contactform table .optional {
		width: 13%;
	}
	.contactform table .required span,
	.contactform table .optional span {
		font-size: 1.25vw;
	}
	input[type="search"],
	input[type="email"],
	input[type="text"],
	input[type="number"],
	input[type="url"],
	input[type="password"],
	input[type="date"],
	textarea,
	select {
		font-size: 1.5vw;
	}
	input[name="your-zipcode"] {
		width: 24%;
	}
	input[name="adress-a"] {
		width: 24%;
	}
	input[name="adress-b"] {
		width: 43.5%;
	}
	input[name="tel-241"] {
		width: 30%;
	}
	.wpcf7-submit {
		font-size: 1.6vw;
	}
	
	
	/* プライバシーポリシー */
	.prv_ply {
		max-width: 85%;
	}
	.prv_ply p {
		font-size: 1.5vw;
	}
	.prv_ply .subttl {
		font-size: 1.7vw;
	}
	.prv_ply ol li dt {
		font-size: 1.55vw;
	}
	.prv_ply ol li dd {
		font-size: 1.45vw;
	}
	
	
}


@media screen and (max-width: 768px) {
	/* HEAD */
	.hd_page h1 {
		width: 100%;
		top: 18%;
		left: 50%;
		transform: translateX(-50%);
		font-size: 3.1vw;
		text-align: center;
		text-shadow: none;
	}
	.hd_page h1 span {
		padding: 1% 0 0 0;
		font-size: 60%;
	}
	.hd_page h1 span::before {
		display: none;
	}
	
	
	/* TITLE */
	.pgh1ttl {
		margin: 4.5% 0 5% 0;
		font-size: 3.1vw;
	}
	.pgh1ttl::after {
		width: 1px;
	}
	.pgh2ttl {
		width: 25%;
		font-size: 2.6vw;
	}
	.pgh2ttl2 {
		padding: 0 5%;
		font-size: 2.8vw;
	}
	.pgh3ttl {
		font-size: 2.4vw; 
	}
	.pgh2ttl {
		font-size: 3.2vw;
	}
	.pgh2ttl::after {
		width: 15%;
		height: 1px;
	}
	
	
	/* BUTTON */
	.btn_A {
		width: 60%;
		font-size: 1.95vw;
	}
	.btn_B {
		padding: 1% 6.5% 1.2% 3%;
		font-size: 2.1vw;
		border-radius: 1.0vw;
	}
	.btn_B::after {
		right: 13%;
	}
	
	/* 車両について */
	.hd_vehicle {
		background: url(/wp-content/uploads/2025/11/hdbg_sp_vehicle.jpg) center center no-repeat;
		background-size: cover;
		padding-top: 52.08%;
	}
	.vehicle_1st {
		max-width: 90%;
		padding: 5% 0 2%;
	}
	.vehicle_1st p {
		font-size: 2.0vw;
		line-height: 1.8;
	}
	.vehicle_menu ul {
		width: 80%;
		margin: 0 auto;
	}
	.vehicle_menu li {
		padding: 0.8% 7.7% 0.8% 3.4%;
		border-bottom: 2px solid #eee;
	}
	.vehicle_menu li:hover {
		border-bottom: 2px solid #ffcc00;
	}
	.vehicle_menu a {
		font-size: 1.9vw;
	}
	.vehicle_col {
		padding: 8% 0;
	}
	.vehicle_2nd h2 {
		width: 90%;
		padding: 0 0 0 2%;
		font-size: 2.7vw;
	}
	.vehicle_inner {
		width: 90%;
	}
	.vehicle_inner h3 {
		padding: 0 0 0 4%;
		font-size: 2.4vw;
	}
	
	.vehicle_inner .acquire {
		width: fit-content;
		font-size: 2.1vw;
		display: block;
	}
	.vehicle_inner p {
		font-size: 2.1vw;
	}
	.vehicle_3rd {
		background: url(/wp-content/uploads/2025/11/bgsp_vehicle_last.png) center center no-repeat;
		background-size: cover;
		margin-bottom: 2.8%;
		padding-top: 54.68%;
	}
	.vehicle_3rd p {
		width: 72%;
		font-size: 2.3vw;
	}
	.vehicle_3rd p .space {
		display: none;
	}
	
	/* 採用情報 */
	.hd_recruit {
		background: url(/wp-content/uploads/2025/11/hdbg_sp_recruit.jpg) center center no-repeat;
		background-size: cover;
		padding-top: 52.08%;
	}
	.hd_recruit h1 {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.recruit_1st {
		width: 90%;
		padding: 5% 0 8%;
		display: block;
	}
	.msg_left {
		width: 100%;
		margin: 0;
	}
	.msg_left h2 {
		display: none;
	}
	.msg_left .pgh2ttl {
		position: relative;
		margin: 0 auto 5%;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction : column;
		font-size: 3.2vw;
		line-height: 1.8;
	}
	.msg_left .pgh2ttl span {
		display: block;
		padding-top: 0.4%;
	}
	.msg_left .pgh2ttl::after {
		content: '';
		position: absolute;
		display: inline-block;
		width: 15%;
		height: 1px;
		bottom: -20%;
		left: 50%;
		transform: translateX(-50%);
		background-color: #ccc;
	}
	.msg_left p {
		font-size: 2.1vw;
	}
	.msg_left .c_copy {
		font-size: 90%;
		text-align: center;
	}
	.msg_left .c_copy:first-letter {
		margin-left: 0;
	}
	.recruit_1st img {
		width: 60%;
		margin: 3% auto 0;
	}
	.recruit_2nd {
		padding: 8% 0;
	}
	.sv_inner {
		width: 90%;
		margin: 6% auto 0;
		display: block;
	}
	.sv_box {
		width: 100%;
		margin: 0 0 6%;
	}
	.sv_box img {
		width: 35%;
		margin: 0 auto 3%;
	}
	.sv_box h3 {
		padding: 0 0 2%;
		font-size: 2.2vw;
	}
	.sv_box .c_copy {
		padding: 0 0 2%;
		font-size: 85%;
	}
	.sv_box p {
		font-size: 2.0vw;
	}
	
	.recruit_3rd {
		padding: 8% 0;
	}
	.jd_tbl {
		width: 80%;
		margin: 5% auto 0;
		font-size: 2.1vw;
	}
	.jd_tbl th {
		width: 100%;
		padding: 2% 4%;
		font-weight: 500;
		text-align: left;
		border-bottom: dotted 1px #e5e5e5;
		display: block;
	}
	.jd_tbl td {
		width: 100%;
		padding: 3% 4%;
		display: block;
	}
	.yt_block {
		width: 80%;
		margin: 5% auto 0;
	}
	
	.recruit_4th {
		padding: 8% 0 5%;
	}
	.recruit_4th .pgh2ttl {
		margin: 0 auto 6%;
	}
	.recruit_4th .contactform table {
		margin: 0 auto 5%;
	}
	.recruit_4th .contactform table th {
		border-style: none;
	}
	.recruit_4th .contactform table th .sp_optional {
		background: #555;
	}
	.recruit_4th input[name="text-289"] {
		width: 18%;
	}
	
	/* よくある質問 */
	.hd_faq {
		background: url(/wp-content/uploads/2025/11/hdbg_sp_faq.jpg) center center no-repeat;
		background-size: cover;
		padding-top: 52.08%;
	}
	.hd_faq h1 {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.faq_1st {
		padding: 6% 0 0;
	}
	.faq_1st .vehicle_menu li {
		width: 48%;
	}
	.faq_col {
		padding: 8% 0;
	}
	.faq_2nd h2 {
		width: 90%;
		font-size: 2.7vw;
	}
	.faq_acd {
		width: 90%;
		margin: 3% auto 0;
	}
	.faq_acd summary {
		padding: 2% 6%;
		font-size: 2.2vw;
	}
	.faq_acd summary::before,
	.faq_acd p::before {
		top: 8px;
		font-size: 2.5vw;
	}
	.faq_acd p {
		padding: 2% 6%;
		font-size: 2.1vw;
	}
	
	
	
	
	/* 会社概要 */
	
	
	/* お問い合わせ */
	.contact {
		max-width: 80%;
	}
	.contact p {
		font-size: 2.1vw;
		line-height: 1.8;
	}
	.contactform p {
		font-size: 2.1vw;
	}
	.contactform table th {
		width: 100%;
		padding: 4% 0 0;
		display: block;
		border-style: none;
	}
	.contactform table td {
		width: 100%;
		padding: 2% 0 4%;
		display: block;
	}
	.contactform table .required,
	.contactform table .optional {
		display: none;
	}
	.contactform table th .sp_required,
	.contactform table th .sp_optional {
		margin-left: 2%;
		padding: 0.1% 1.5% 0.3% 1.5%;
		font-size: 1.85vw;
		font-weight: 600;
		line-height: 1.4;
		text-align: center;
		color: #fff;
		border-radius: 4px;
		display: inline;
	}
	.contactform table th .sp_required {
		background: #cc0000;
	}
	.contactform table th .sp_optional {
		background: #ccc;
	}
	input[type="search"],
	input[type="email"],
	input[type="text"],
	input[type="number"],
	input[type="url"],
	input[type="password"],
	input[type="date"],
	textarea,
	select {
		font-size: 2.1vw;
	}
	input[name="tel-241"] {
		width: 35%;
	}
	.wpcf7-submit {
		font-size: 2.2vw;
	}
	
	
	/* プライバシーポリシー */
	.prv_ply p {
		font-size: 2.1vw;
	}
	.prv_ply .subttl {
		margin: 5% 0 0 0;
		font-size: 2.3vw;
	}
	.prv_ply ol li dt {
		font-size: 2.15vw;
	}
	.prv_ply ol li dd {
		font-size: 2.05vw;
	}
	
	
}


@media screen and (max-width: 580px) {
	/* HEAD */
	.hd_page h1 {
		top: 17%;
		font-size: 3.7vw;
	}
	
	
	/* TITLE */
	.pgh1ttl {
		margin: 5% 0;
		font-size: 3.7vw;
	}
	.pgh2ttl {
		width: 30%;
		font-size: 3.2vw;
	}
	.pgh2ttl2 {
		padding: 0 6%;
		font-size: 3.4vw;
	}
	.pgh3ttl {
		padding: 1% 0 1.2% 0;
		font-size: 3.0vw;
		line-height: 1.6;
	}
	.pgh2ttl {
		font-size: 3.8vw;
	}
	
	
	
	/* BUTTON */
	.btn_A {
		width: 45%;
		font-size: 2.55vw;
	}
	.btn_B {
		padding: 1% 8.5% 1.2% 4%;
		font-size: 2.7vw;
		border-radius: 1.2vw;
	}
	.btn_B::after {
		right: 12%;
	}
	
	/* 車両について */
	.vehicle_1st p {
		font-size: 2.6vw;
		line-height: 1.7;
	}
	.vehicle_1st p span {
		font-size: 120%;
	}
	.vehicle_menu li {
		width: 48%;
		margin: 0 1% 5% 1%;
		padding: 0 0 1.8%;
	}
	.vehicle_menu a {
		width: fit-content;
		margin: 0 auto;
		padding-right: 10%;
		font-size: 2.5vw;
	}
	.vehicle_menu a::after {
		right: 0;
	}
	.vehicle_2nd h2 {
		width: 87%;
		padding: 0 0 0 2.5%;
		font-size: 3.3vw;
	}
	.vehicle_inner {
		width: 80%;
	}
	.vehicle_inner h3 {
		margin: 0 0 2% 0;
		padding: 0 0 0 5%;
		font-size: 3.0vw;
	}
	.vehicle_photo {
		margin: 0 auto 4%;
		display: block;
	}
	.vehicle_photo img {
		width: 100%;
		margin: 0 auto;
	}
	.vehicle_photo .img_left {
		margin: 0 auto 4%;
	}
	.vehicle_photo .img_right {
		margin: 0 auto;
	}
	.vehicle_inner .acquire {
		border-radius: 1.0vw;
		font-size: 2.7vw;
	}
	.vehicle_inner p {
		font-size: 2.7vw;
	}
	.vehicle_3rd {
		margin-bottom: 2.1%;
	}
	.vehicle_3rd p {
		width: 85%;
		font-size: 2.9vw;
		line-height: 1.6;
	}
	
	/* 採用情報 */
	.hd_recruit h1 {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.msg_left .pgh2ttl {
		font-size: 3.8vw;
	}
	.msg_left p {
		font-size: 2.7vw;
	}
	.msg_left .c_copy {
		font-size: 75%;
	}
	.sv_box h3 {
		font-size: 2.8vw;
	}
	.sv_box .c_copy {
		font-size: 75%;
	}
	.sv_box p {
		font-size: 2.6vw;
	}
	
	.jd_tbl {
		width: 90%;
		margin: 7% auto 0;
		font-size: 2.7vw;
	}
	.yt_block {
		width: 90%;
		margin: 7% auto 0;
	}
	
	/* よくある質問 */
	.hd_faq h1 {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.faq_2nd h2 {
		width: 87%;
		padding: 0 0 0 2.5%;
		font-size: 3.3vw;
	}
	.faq_acd {
		width: 87%;
		margin: 4% auto 0;
	}
	.faq_acd summary {
		padding: 2% 7%;
		font-size: 2.8vw;
	}
	.faq_acd summary::before,
	.faq_acd p::before {
		top: 5px;
		left: 2.5%;
		font-size: 3.1vw;
	}
	.faq_acd summary::after {
		width: 1.5%;
		right: 3.5%;
	}
	.faq_acd p {
		padding: 2% 7%;
		font-size: 2.7vw;
	}
	
	
	
	/* 会社概要 */
	
	
	/* お問い合わせ */
	.contact {
		max-width: 90%;
	}
	.contact p {
		font-size: 2.7vw;
		letter-spacing: 0.06em;
	}
	.contactform p {
		font-size: 2.7vw;
	}
	.contactform table th .sp_required,
	.contactform table th .sp_optional {
		margin-left: 2%;
		padding: 0 1.5% 0.5% 1.5%;
		font-size: 2.4vw;
	}
	input[type="search"],
	input[type="email"],
	input[type="text"],
	input[type="number"],
	input[type="url"],
	input[type="password"],
	input[type="date"],
	textarea,
	select {
		font-size: 2.7vw;
	}
	input[name="your-zipcode"] {
		width: 26%;
	}
	input[name="adress-a"] {
		width: 24%;
	}
	input[name="adress-b"] {
		width: 41.5%;
	}
	.wpcf7-radio .wpcf7-list-item {
		margin: 0 3% 0 0;
	}
	.wpcf7-radio .last {
		margin: 0;
	}
	input[type="radio"] {
		width: 10px;
		height: 10px;
		margin: 0;
		line-height: 1.8;
	}
	.wpcf7-submit {
		font-size: 2.8vw;
	}
	
	
	/* プライバシーポリシー */
	.prv_ply p {
		font-size: 2.7vw;
	}
	.prv_ply .subttl {
		margin: 10% 0 0 0;
		font-size: 2.9vw;
	}
	.prv_ply ol li dt {
		font-size: 2.75vw;
	}
	.prv_ply ol li dd {
		font-size: 2.65vw;
	}
	
	
}


@media screen and (max-width: 390px) {
	/* HEAD */
	.hd_page h1 {
		top: 15%;
		font-size: 4.2vw;
	}
	
	/* TITLE */
	.pgh1ttl {
		font-size: 4.2vw;
	}
	.pgh2ttl {
		width: 35%;
		font-size: 3.8vw;
	}
	.pgh2ttl2 {
		padding: 0 7%;
		font-size: 4.0vw;
	}
	.pgh3ttl {
		font-size: 3.6vw; 
	}
	.pgh2ttl {
		font-size: 4.3vw;
	}
	
	
	/* BUTTON */
	.btn_A {
		width: 48%;
		font-size: 3.15vw;
	}
	.btn_B {
		margin: 6% auto 0;
		padding: 1% 10% 1.2% 5%;
		font-size: 3.2vw;
		border-radius: 1.5vw;
	}
	.btn_B::after {
		right: 11%;
	}
	
	/* 車両について */
	.vehicle_1st {
		max-width: 100%;
	}
	.vehicle_1st p {
		font-size: 3.1vw;
		line-height: 1.6;
		letter-spacing: 0.07em;
	}
	.vehicle_1st p span {
		font-size: 115%;
	}
	.vehicle_menu ul {
		width: 90%;
	}
	.vehicle_menu a {
		font-size: 3.0vw;
	}
	.vehicle_inner {
		width: 90%;
	}
	.vehicle_2nd h2 {
		width: 90%;
		padding: 0 0 0 3%;
		font-size: 3.8vw;
		border-left: solid 3px #ffcc00;
	}
	.vehicle_inner h3 {
		padding: 0 0 0 6%;
		font-size: 3.5vw;
	}
	.vehicle_inner .acquire {
		font-size: 3.2vw;
	}
	.vehicle_inner p {
		font-size: 3.2vw;
	}
	.vehicle_3rd {
		margin-bottom: 5.5%;
		padding-top: 60%;
	}
	.vehicle_3rd p {
		width: 90%;
		font-size: 3.4vw;
	}
	
	/* 採用情報 */
	.hd_recruit h1 {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.msg_left .pgh2ttl {
		font-size: 4.3vw;
	}
	.msg_left p {
		font-size: 3.2vw;
	}
	.msg_left .c_copy {
		font-size: 62%;
	}
	.sv_box h3 {
		font-size: 3.3vw;
	}
	.sv_box .c_copy {
		font-size: 62%;
	}
	.sv_box p {
		font-size: 3.1vw;
	}
	.jd_tbl {
		font-size: 3.2vw;
	}
	
	/* よくある質問 */
	.hd_faq h1 {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.faq_2nd h2 {
		width: 90%;
		padding: 0 0 0 3%;
		font-size: 3.8vw;
		border-left: solid 3px #ffcc00;
	}
	.faq_acd {
		width: 90%;
	}
	.faq_acd summary {
		padding: 2% 8%;
		font-size: 3.3vw;
	}
	.faq_acd summary::before,
	.faq_acd p::before {
		top: 4px;
		font-size: 3.6vw;
	}
	.faq_acd p {
		padding: 2% 8%;
		font-size: 3.3vw;
	}
	
	
	/* 会社概要 */
	
	
	/* お問い合わせ */
	.contact p {
		font-size: 3.2vw;
	}
	.contactform p {
		font-size: 3.2vw;
	}
	.contactform table td p .supp {
		font-size: 88%;
	}
	.contactform table th .sp_required,
	.contactform table th .sp_optional {
		font-size: 2.9vw;
	}
	input[type="search"],
	input[type="email"],
	input[type="text"],
	input[type="number"],
	input[type="url"],
	input[type="password"],
	input[type="date"],
	textarea,
	select {
		font-size: 3.2vw;
	}
	.wpcf7-radio .wpcf7-list-item {
		margin: 0 5% 0 0;
	}
	input[name="your-zipcode"] {
		width: 33%;
	}
	input[name="adress-a"] {
		width: 33%;
	}
	input[name="adress-b"] {
		width: 100%;
	}
	input[name="tel-241"] {
		width: 42%;
	}
	.wpcf7-submit {
		font-size: 3.3vw;
	}
	
	
	/* プライバシーポリシー */
	.prv_ply {
		max-width: 90%;
	}
	.prv_ply p {
		font-size: 3.2vw;
	}
	.prv_ply .subttl {
		font-size: 3.4vw;
	}
	.prv_ply ol li dt {
		font-size: 3.25vw;
	}
	.prv_ply ol li dd {
		font-size: 3.15vw;
	}
	
	
}