@charset "utf-8";

/*-----------------------------------------------
PC
------------------------------------------------*/
#page {
	width: 100%;
	padding-top: 5.85%;
}
/* HEAD */
.hd_page {
	position: relative;
	box-sizing: border-box;
	width: 100%;
}
.hd_page h1 {
	position: absolute;
	width: 16%;
	top: 50%;
	left: 10%;
	transform: translateY(-55%);
	font-size: 3.5vw;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.hd_page h1 span {
	position: relative;
	display: block;
	margin-top: 4%;
	padding: 0 0 0 20%;
	color: #777;
	font-size: 35%;
	font-weight: 500;
	letter-spacing: 0.12em;
}
.hd_page h1 span::before {
	position: absolute;
	content: '';
	width: 12%;
	height: 1.5px;
	background-color: #ccc;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/* TITLE */
.pgh1ttl {
	position: relative;
	margin: 0 0 3%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction : column;
	font-size: 2.8vw;
	font-weight: 700;
	color: #111;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.pgh1ttl span {
	display: block;
	padding: 1% 0 0.5%;
	font-size: 40%;
	font-weight: 500;
	color: #777;
}
.pgh1ttl::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 1.5px;
	height: 28%;
	bottom: -50%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #aaa;
}
.pageSection .jp_only {
	margin: 0 0 6%;
	font-size: 1.8vw;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.pageSection .jp_only::after {
	height: 78%;
	bottom: -150%;
}

.pgh2ttl {
	position: relative;
	width: 22%;
	margin: 0 auto 5%;
	font-size: 1.5vw;
	font-weight: 500;
	color: #111;
	line-height: 1.8;
	letter-spacing: 0.15em;
	text-align: center;
}
.pgh2ttl::before,
.pgh2ttl::after {
	position: absolute;
	content: '';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f111';
	font-size: 72%;
	color: #ddd;
	top: 18%;
}
.pgh2ttl::before {
	left: 0;
}
.pgh2ttl::after {
	right: 0;
}

.pgh2ttl2 {
	position: relative;
	width: fit-content;
	margin: 0 auto 3%;
	padding: 0 3%;
	font-size: 1.7vw; 
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
.pgh2ttl2::before,
.pgh2ttl2::after {
	position: absolute;
	content: '';
	width: 10%;
	height: 1px;
	background: #ccc;
	top: 50%;
	transform: translateY(-50%);
}
.pgh2ttl2::before {
	left: 0;
}
.pgh2ttl2::after {
	right: 0;
}

.pgh3ttl {
	width: 100%;
	margin: 5% auto 2%;
	padding: 0.6% 0 0.8% 0;
	font-size: 1.2vw; 
	font-weight: 500;
	text-align: center;
	border-top: solid 3px #eee;
	border-bottom: solid 3px #eee;
	line-height: 2.0;
}


/* 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.95vw;
	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%);
}

/* TABLE */
.tbl_A {
	width: 60%;
	margin: 0 auto 4%;
}
.tbl_A  table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	box-sizing: border-box;
	border-collapse: collapse;
	line-height: 1.8;
}
.tbl_A table th {
	width: 22%;
	padding: 1.5%;
	font-size: 0.9vw;
	vertical-align: middle;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	background: #fafafa;
	font-family: "Noto Sans JP", sans-serif;
}
.tbl_A table td {
	width: 78%;
	padding: 1.5% 2.2%;
	font-size: 0.9vw;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	font-family: "Noto Sans JP", sans-serif;
}
.tbl_A table td a {
	font-family: "Noto Sans JP", sans-serif;
}
.tbl_A table td ul {
	margin: 0;
}
.tbl_A table td ul li {
	margin: 0 0 0 2%;
	padding: 0;
	list-style: disc;
}
.tbl_A table td .space {
	margin: 1% 0 1% 0;
}


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

/* SERVICE */
.service {
	background: url(/wp-content/uploads/2026/04/hdbg_service.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 26.04%;
}
.service_1st {
	padding: 5% 0 10%;
}
.service_1st p {
	margin: 0;
	padding: 0;
	font-size: 1.0vw;
	line-height: 2.4;
	text-align: center;
}
.service_1st p strong {
	padding: 0 0.2%;
	font-size: 112%;
	font-weight: 500;
}
.service_1st p .us {
	padding: 0;
	font-size: 135%;
	font-weight: 600;
}
.service_1st p .sub {
	padding: 0 0.2% 0 0;
	font-size: 112%;
	font-weight: 500;
}

.sv_col {
	width: 100%;
	margin: 0;
	padding: 0 0 10%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.sv_col .left_col,
.sv_col .right_col {
	width: 50%;
	margin: 0;
	padding: 0;
}
.sv_col .left_col img,
.sv_col .right_col img {
	width: 100%;
	display: block;
}
.sv_box_l {
	margin: 0;
	padding: 0 8% 0 10%;
}
.sv_box_r {
	margin: 0;
	padding: 0 10% 0 8%;
}
.sv_col .sv_h2ttl {
	position: relative;
	margin: 0;
	padding: 9% 0 2% 0;
	font-size: 1.8vw;
	font-weight: 600;
}
.sv_col .sv_h2ttl::before {
	content: attr(data-en);
	position: absolute;
	top: 0;
	left: 0;
	color: #aaa;
	font-size: 1.4vw;
	font-weight: 600;
	font-style: italic;
}
.sv_col .sv_h2ttl span::before {
	content: attr(data-en);
	position: absolute;
	top: 0;
	left: 13%;
	color: #ccc;
	font-size: 150%;
	font-weight: 700;
	font-style: italic;
	line-height: 1.0;
}
.sv_col p {
	margin: 0;
	padding: 0 0 2%;
	font-size: 1.0vw;
	line-height: 2.0;
}
.sv_col .btn_sv {
	width: fit-content;
	margin: 7% 0 0 0;
	padding: 1% 4.4% 1% 4%;
	white-space: nowrap;
	display: block;
}

/* FLOW */
.flow {
	background: url(/wp-content/uploads/2026/04/hdbg_flow.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 26.04%;
}
.flow h1 {
	color: #fff;
}
.flow h1 span {
	color: #999;
}
.flow h1 span::before {
	background-color: #666;
}
.flow_section {
	background: #f9f9f9;
}
.flow_bar {
	width: 72%;
	margin: 0 auto;
}
.flow_bar .flow_wrap {
	margin: 6% 0;
	position: relative;
}
.flow_bar .last_wrap {
	margin: 3% 0 0;
}
.flow_bar .flow_wrap .flow_ttl {
	width: 15%;
	display: inline-flex;
	align-items: center;
}
.flow_bar .flow_wrap .flow_ttl .flow_circle {
	display: inline-block;
	width: 12%;
	aspect-ratio: 1/1;
	content: "";
	border-radius: 50%;
	background-color: #f9f9f9;
	border: 1px solid #777;
	z-index: 2;
}
.flow_bar .flow_wrap .flow_ttl .flow_num {
	padding-left: 10%;
	font-size: 1.4vw;
	font-weight: 500;
	color: #777;
	letter-spacing: 0.1em;
}
.flow_bar .flow_wrap .flow_inner {
	margin: 1% 0 0 0;
	padding-left: 6%;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
}
.flow_bar .flow_wrap .flow_inner .col_left {
	width: 60%;
	margin: 0 5% 0 0;
	font-size: 0.95vw;
}
.flow_bar .flow_wrap .flow_inner .col_left h2 {
	position: relative;
	margin: 0 0 3%;
	padding-left: 6%;
	font-size: 1.2vw;
	font-weight: 600;
	color: #111;
}
.flow_bar .flow_wrap .flow_inner .col_left h2::before {
	position: absolute;
	content: '';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f111';
	color: #777;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.flow_bar .flow_wrap .flow_inner .col_left .fa_contact::before {
	content: '\f0e0';
}
.flow_bar .flow_wrap .flow_inner .col_left .fa_payment::before {
	content: '\f058';
}
.flow_bar .flow_wrap .flow_inner .col_left .fa_schedule::before {
	content: '\f073';
}
.flow_bar .flow_wrap .flow_inner .col_left .fa_check::before {
	content: '\f109';
}
.flow_bar .flow_wrap .flow_inner .col_left .fa_record::before {
	content: '\f328';
}
.flow_bar .flow_wrap .flow_inner .col_left .fa_attend::before {
	content: '\f290';
}
.flow_bar .flow_wrap .flow_inner .col_left .fa_personal::before {
	content: '\f500';
}
.flow_bar .flow_wrap .flow_inner .col_left .fa_done::before {
	content: '\f46c';
}
.flow_bar .flow_wrap .flow_inner .col_left p {
	font-size: 1.0vw;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 2.0;
}
.flow_bar .flow_wrap .flow_inner .col_left .top_padding {
	margin-top: 4%;
}
.flow_bar .flow_wrap .flow_inner .col_left .top_padding span {
	font-size: 120%;
	font-weight: 600;
}
.flow_bar .flow_wrap .flow_inner .col_left .top_padding strong {
	font-size: 105%;
	font-weight: 500;
}
.flow_bar .flow_wrap .flow_inner img {
	width: 35%;
	margin: 0;
	display: block;
}
.flow_bar .flow_wrap .step_line {
	width: 1px;
	height: calc(100% + 3em);
	background-color: #999;
	position: absolute;
	top: 5%;
	left: 1%;
	z-index: 1;
}
.flow_wrap:last-of-type .step_line:last-of-type {
	display: none;
}
.flow_inner .btn_flow {
	margin-top: 7%;
	padding: 1.8% 6% 2.0% 4%;
	font-size: 0.95vw;
	border-radius: 0;
	white-space: nowrap;
	color: #333;
	background-color: #fff;
}
.flow_inner .btn_flow:hover {
	border: 1px solid #333;
	background-color: #333;
	color: #fff;
}
.flow_inner .btn_flow::after {
	right: 9%;
}
.btn_line {
	position: relative;
	width: fit-content;
	display: block;
	margin: 4% 0 0 0;
	padding: 1.0% 4% 1.2% 10%;
	background-color: #06c755;
	color: #fff;
	font-size: 0.85vw;
	font-weight: 600;
	text-align: center;
	transition: 0.5s;
	border-radius: 0.5vw;
}
.btn_line:hover {
	color: #fff;
	opacity: .6;
}
.btn_line::before {
	position: absolute;
	content: "";
	width: 16%;
	aspect-ratio: 1/1;
	background: url(/wp-content/themes/FJWatelier/assets/img/hdsns_line.png) no-repeat;
	background-size: contain;
	top: 50%;
	left: 13%;
	transform: translateY(-45%);
}
.flow_bar .flow_wrap .flow_inner ul {
	width: 40%;
	margin-top: 5%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.flow_bar .flow_wrap .flow_inner ul li {
	width: 25%;
	margin: 0 0 0 12.5%;
	padding: 0;
	line-height: 1.0;
	text-align: center;
}
.flow_bar .flow_wrap .flow_inner ul li:first-child {
	margin: 0;
}
.flow_bar .flow_wrap .flow_inner ul li img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.flow_bar .flow_wrap .flow_inner ul li a {
	transition: 0.5s;
}
.flow_bar .flow_wrap .flow_inner ul li a:hover {
	opacity: .6;
}

/* PRICE */
.price {
	background: url(/wp-content/uploads/2026/04/hdbg_price.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 26.04%;
}
.price h1 {
	color: #fff;
}
.price h1 span {
	color: #999;
}
.price h1 span::before {
	background-color: #666;
}
.price_1st {
	padding: 5% 0;
}
.price_1st p {
	margin: 0;
	padding: 0;
	font-size: 1.0vw;
	line-height: 2.4;
	text-align: center;
}
.price_1st p strong {
	padding: 0 0.2%;
	font-size: 112%;
	font-weight: 500;
}
.price_1st p .us {
	padding: 0;
	font-size: 135%;
	font-weight: 600;
}
.price_1st p .sub {
	padding: 0 0.2% 0 0;
	font-size: 112%;
	font-weight: 500;
}
.price_menu {
	width: 100%;
	margin: 4% auto;
	padding: 0 ;
}
.price_menu ul {
	width: 100%;
	margin: 0;
	padding: 0 ;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: center;
}
.price_menu li {
	width: fit-content;
	margin: 0 2px;
	padding: 0.8% 3.8% 0.8% 2.2%;
	border-bottom: 2px solid #eee;
	box-sizing: border-box;
	transition: 0.5s;
}
.price_menu li:hover {
	border-bottom: 2px solid #000;
}
.price_menu a {
	position: relative;
	display: block;
	width: 100%;
	color: #111;
	font-size: 1.1vw;
	font-weight: 500;
	transition: 0.5s;
}
.price_menu a:hover {
	color: #111;
}
.price_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%);
}

.price_col {
	padding: 10% 0;
}
.bg_ltgray {
	background: #f5f5f5;
}
.p2nd_inner {
	width: 75%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
}
.p2nd_inner .left_col {
	width: 62%;
	margin: 0 3% 0 0;
	padding: 0;
}
.p2nd_inner .left_col h2 {
	position: relative;
	margin: 0 0 3.5%;
	padding: 0 0 0 8%;
	font-size: 1.8vw;
	font-weight: 700;
}
.p2nd_inner .left_col h2::before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f109';
	top: 50%;
	left: 0;
	transform: translateY(-48%);
	color: #999;
}
.p2nd_inner .left_col .record {
	padding: 0 0 0 6%;
}
.p2nd_inner .left_col .record::before {
	content: '\f328';
}
.p2nd_inner .left_col .attend {
	padding: 0 0 0 7%;
}
.p2nd_inner .left_col .attend::before {
	content: '\f290';
}
.p2nd_inner .left_col .personal {
	padding: 0 0 0 8%;
	color: #fff;
}
.p2nd_inner .left_col .personal::before {
	content: '\f500';
}
.p2nd_inner .left_col h2 span {
	padding: 0 0 0 2%;
	font-size: 65%;
	font-weight: 500;
}
.p2nd_inner .left_col p {
	margin: 0;
	padding: 0;
	font-size: 0.95vw;
	line-height: 2.0;
}
.p2nd_inner .left_col p a {
	font-weight: 500;
	transition: 0.5s;
}
.p2nd_inner .left_col p a:hover {
	opacity: 0.6;
}
.p2nd_inner .left_col .s_txt {
	margin-top: 2%;
	font-size: 0.9vw;
}
.p2nd_inner .left_col .s_txt a {
	font-weight: 500;
	transition: 0.5s;
}
.p2nd_inner .left_col .s_txt a:hover {
	opacity: .6;
}
.p2nd_inner .right_col {
	width: 35%;
	margin: 0;
	padding: 0;
}
.p2nd_inner .right_col img {
	width: 100%;
	display: block;
}
.p2nd_inner .right_col p {
	margin: 10% 0 0 0;
	padding: 0;
	color: #eee;
	font-size: 0.95vw;
	line-height: 2.0;
}
.p2nd_inner .right_col p a {
	color: #fff;
	font-weight: 500;
	transition: 0.5s;
}
.p2nd_inner .right_col p a:hover {
	opacity: 0.6;
}
.p2nd_inner .left_col table {
	width: 85%;
	margin: 4% 0;
	padding: 0;
	border-top: solid 2px #f5f5f5;
	border-left: solid 2px #f5f5f5;
	box-sizing: border-box;
	border-collapse: collapse;
	line-height: 1.6;
}
.p2nd_inner .left_col table th {
	width: 60%;
	padding: 3% 0 2.8% 4.5%;
	font-size: 1.05vw;
	font-weight: 500;
	text-align: left;
	vertical-align: middle;
	border-right: solid 2px #f5f5f5;
	border-bottom: solid 2px #f5f5f5;
	background: #fff;
}
.p2nd_inner .left_col table th span {
	font-size: 120%;
}
.p2nd_inner .left_col table td {
	width: 40%;
	padding: 2.5% 0;
	font-size: 1.05vw;
	text-align: center;
	vertical-align: middle;
	border-right: solid 2px #f5f5f5;
	border-bottom: solid 2px #f5f5f5;
	background: #fff;
}
.p2nd_inner .left_col table td span {
	padding-right: 2%;
	font-size: 125%;
	font-weight: 600;
}
.p2nd_inner .left_col table .th_attend {
	width: 40%;
	line-height: 1.5;
}
.p2nd_inner .left_col table .td_attend {
	width: 60%;
	line-height: 1.5;
}
.p2nd_inner .left_col table th .m_txt {
	font-size: 110%;
	font-weight: 500;
}
.p2nd_inner .left_col table td .m_txt {
	padding-right: 1%;
	font-size: 110%;
	font-weight: 500;
}
.p2nd_inner .left_col table td .s_txt {
	padding-right: 1%;
	font-size: 90%;
	font-weight: 400;
}
.price_button {
	margin: 10% 0 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: start;
}
.btn_apply {
	position: relative;
	width: 49%;
	display: block;
	margin: 0 1% 0 0;
	padding: 2% 8% 2.2% 0;
	border: 1px solid #333;
	background-color: #333;
	color: #fff;
	font-size: 0.9vw;
	font-weight: 600;
	text-align: center;
	transition: 0.5s;
	box-sizing: border-box;
}
.btn_apply::after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f09d';
	right: 27%;
}
.btn_apply:hover {
	border: 1px solid #333;
	background-color: #fff;
	color: #333;
}
.btn_local {
	margin: 0 1% 2% 0;
	padding: 2% 0 2.2% 0;
}
.btn_local::after {
	display: none;
}
.btn_ginza {
	margin: 0 0 2% 1%;
	padding: 2% 0 2.2% 0;
}
.btn_ginza::after {
	display: none;
}
.btn_umeda {
	margin: 0 1% 0 0;
	padding: 2% 0 2.2% 0;
}
.btn_umeda::after {
	display: none;
}
.btn_contact {
	position: relative;
	width: 49%;
	display: block;
	margin: 0 0 0 1%;
	padding: 2% 8% 2.2% 0;
	border: 1px solid #555;
	background-color: #fff;
	color: #333;
	font-size: 0.9vw;
	font-weight: 600;
	text-align: center;
	transition: 0.5s;
	box-sizing: border-box;
}
.btn_contact::after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0e0';
	right: 20%;
}
.btn_contact:hover {
	border: 1px solid #555;
	background-color: #555;
	color: #fff;
}
.bg_dark {
	background: #111;
}
.bg_dark .left_col p {
	color: #eee;
}
.bg_dark .left_col .s_txt {
	font-size: 0.9vw;
}
.bg_dark .left_col .s_txt a {
	color: #999;
}
.bg_dark .left_col table {
	border-top: solid 2px #111;
	border-left: solid 2px #111;
}
.bg_dark .left_col table th {
	border-right: solid 2px #111;
	border-bottom: solid 2px #111;
	background: #fff;
}
.bg_dark .left_col table td {
	border-right: solid 2px #111;
	border-bottom: solid 2px #111;
	background: #fff;
}
.personal_list {
	width: 96%;
	margin: 4% 0 3% 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
}
.personal_list .left_col {
	width: 48%;
	aspect-ratio: 166/165;
	margin: 0 2% 0 0;
	padding: 3% 0;
	border: solid 4px #555;
	border-radius: 1.2vw;
	box-sizing: border-box;
}
.personal_list .left_col h3 {
	margin: 0 0 4%;
	padding : 0;
	color: #fff;
	font-size: 1.05vw;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}
.personal_list .left_col ul {
	width: 92%;
	margin: 0 0 0 8%;
}
.personal_list .left_col li {
	margin: 0 0 5%;
	padding: 0;
	font-size: 0.95vw;
	color: #fff;
	line-height: 1.7;
	font-family: "Noto Sans JP", sans-serif;
}
.personal_list .left_col li:last-child {
	margin: 0;
}
.personal_list .left_col li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f058';
	padding-right: 3%;
	color: #eee;
}
.personal_list .right_col {
	width: 48%;
	aspect-ratio: 166/165;
	margin: 0 0 0 2%;
	padding: 3% 0;
	background: #292929;
	border: solid 4px #555;
	border-radius: 1.2vw;
	box-sizing: border-box;
}
.personal_list .right_col h3 {
	margin: 0 0 4%;
	padding : 0;
	color: #fff;
	font-size: 1.05vw;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}
.personal_list .right_col ul {
	width: 91%;
	margin: 0 0 0 9%;
}
.personal_list .right_col li {
	position: relative;
	margin: 0 0 5%;
	padding: 0 0 0 8%;
	font-size: 0.95vw;
	color: #fff;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
}
.personal_list .right_col li:last-child {
	margin: 0;
}
.personal_list .right_col li::before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f4d6';
	color: #fff;
	top: 2%;
	left: 0;
}
.personal_list .right_col li span {
	padding: 0 9% 0 0;
	display: block;
	font-size: 80%;
	text-align: right;
}
.personal_list .right_col li .nmbr {
	display: inline-block;
	padding-right:  1%;
	font-size: 150%;
	font-weight: 500;
}

/* FAQ */
.faq {
	background: url(/wp-content/uploads/2026/04/hdbg_faq.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 26.04%;
}
.faq_section {
	padding: 6% 0 0;
}
.faq_section ul {
	width: 60%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: start;
}
.faq_section ul li {
	width: 48%;
	text-align: center;
	box-sizing: border-box;
}
.faq_section ul li:nth-child(odd) {
	margin: 0 4% 2% 0;
}
.faq_section ul li:nth-child(even) {
	margin: 0 0 2%;
}
.faq_section ul li a {
	padding: 2% 0;
	color: #000;
	font-size: 1.0vw;
	font-weight: 500;
	border: solid 1px #ccc;
	transition: 0.5s;
	display: block;
}
.faq_section ul li a:hover {
	color: #fff;
	background: #111;
	border: solid 1px #111;
}
.faq_2nd {
	padding: 0 0 10%;
}
.faq_inner {
	width: 60%;
	margin: 8% auto 0;
	padding: 0;
}
.faq_inner h2 {
	position: relative;
	margin: 0 0 3%;
	padding: 0 0 3%;
	font-size: 1.3vw;
	font-weight: 500;
	text-align: center;
}
.faq_inner h2::after {
	position: absolute;
	width: 3%;
	margin: auto;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #ccc;
} 
.qanda {
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
.qanda summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 3% 6%;
	font-size: 1.0vw;
	font-weight: 600;
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif;
}
.qanda summary::before,
.qanda p::before {
	position: absolute;
	left: 2%;
	font-weight: 600;
	font-size: 1.4vw;
}
.qanda summary::before {
	color: #111;
	content: "Q";
}
.qanda summary::after {
	position: absolute;
	transform: translateY(-25%) rotate(45deg);
	width: 1%;
	aspect-ratio: 1/1;
	right: 2.6%;
	border-bottom: 2px solid #777;
	border-right: 2px solid #777;
	content: '';
	transition: transform .5s;
}
.qanda[open] summary::after {
	transform: rotate(225deg);
}
.qanda p {
	position: relative;
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 0 6% 3% 6%;
	font-size: 0.95vw;
	color: #333;
	transition: transform .5s, opacity .5s;
	font-family: "Noto Sans JP", sans-serif;
}
.qanda[open] p {
	transform: none;
	opacity: 1;
}
.qanda p::before {
	color: #555;
	line-height: 1.2;
	content: "A";
}

/* 会社概要 */
.company .breadcrumb {
	width: 100%;
	margin: 10% auto 2%;
	padding: 0;
}

/* お問い合わせ */
.contact {
	width: 55%;
	margin: 4% auto 0;
}
.contact .breadcrumb {
	width: 100%;
	margin: 10% auto 7%;
	padding: 0 0 1%;
	border-bottom: solid 1px #eee;
}
.contact p {
	margin: 0;
	padding: 0 0 1.5%;
	font-size: 1.0vw;
	line-height: 2.0;
	text-align: center;
}
.contact p span {
	font-size: 118%;
}
.contact_sns ul {
	width: 20%;
	margin: 4% auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.contact_sns ul li {
	width: 36%;
	margin: 0 0 0 28%;
	padding: 0;
	line-height: 1.0;
	text-align: center;
}
.contact_sns ul li:first-child {
	margin: 0;
}
.contact_sns ul li img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.contact_sns ul li a {
	transition: 0.5s;
}
.contact_sns ul li a:hover {
	opacity: .6;
}

.contactform {
	width: 100%;
	margin: 8% auto 0;
}
.contactform h2 {
	position: relative;
	width: fit-content;
	margin: 0 auto 3%;
	padding: 0 7%;
	font-size: 1.4vw;
	font-weight: 500;
	text-align: center;
}
.contactform h2::before,
.contactform h2::after {
	position: absolute;
	content: '';
	width: 8%;
	height: 1.5px;
	background-color: #ccc;
	top: 50%;
	transform: translateY(-50%);
}
.contactform h2::before {
	left: 0;
}
.contactform h2::after {
	right: 0;
}
.contactform p {
	margin: 0;
	padding: 0 0 1.5%;
	font-size: 1.0vw;
	line-height: 2.0;
	text-align: left;
}
.contactform .hd_txt {
	text-align: center;
}
.contactform .ft_txt {
	width: 90%;
	margin: 0 auto;
	font-size: 0.95vw;
}
.contactform p .atten, 
.contactform p .required {
	font-size: 150%;
	color: #cc0000;
}
.contactform p .atten {
	padding: 0 0.5%;
	vertical-align: -15%;
}
.contactform p .required {
	padding: 0 0 0 1%;
}
.contactform p .wpcf7-not-valid-tip {
	margin-bottom: 0;
	font-size: 0.9vw;
}
.contactform table {
	width: 100%;
	margin: 0 auto 6%;
	border-collapse: collapse;
}
.contactform table th {
	width: 25%;
	padding: 3% 0;
	vertical-align: middle;
	border-bottom: solid 1px #ddd;
}
.contactform table th p {
	padding: 0;
}
.contactform table td {
	padding: 3% 0;
	vertical-align: middle;
	border-bottom: solid 1px #ddd;
}
.contactform table td p {
	padding: 0;
	text-align: left;
}
.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: 35%;
}
select[name="select-228"] {
	width: fit-content;
}
.contactform .submit {
	margin: 4% 0 0 0;
	text-align: center;
}
.wpcf7-submit {
	padding: 1.8% 8% 2.0% 8%;
	border: 1px solid #333;
	background-color: #333;
	color: #fff;
	font-size: 1.1vw;
	font-weight: 600;
	line-height: 1.0;
	transition: 0.5s;
}
.wpcf7-submit:hover {
	border: 1px solid #666;
	background-color: #666;
}
.contactform .wpcf7-spinner {
	display: block;
	margin: 2% auto 0;
}
.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: 60%;
	margin: 4% auto;
}
.prv_ply .breadcrumb {
	width: 100%;
	margin: 10% auto 7%;
	padding: 0 0 1%;
	border-bottom: solid 1px #eee;
}
.prv_ply p {
	margin: 0;
	padding: 0 0 1.5%;
	font-size: 1.0vw;
	line-height: 2.0;
}
.prv_ply p span {
	margin: 0 0 1.5%;
	font-size: 118%;
}
.prv_ply .subttl {
	margin: 0 0 2%;
	padding: 0;
	font-size: 1.2vw;
	font-weight: 500;
	text-align: center;
}
.prv_ply dl {
	width: 100%;
	margin: 5% 0 0 0;
	padding: 0;
}
.prv_ply dl dt {
	margin: 5% 0 0 0;
	padding: 0 0 1%;
	font-size: 1.05vw;
	font-weight: 600;
}
.prv_ply dl dd {
	margin: 0;
	font-size: 0.95vw;
	line-height: 1.8;
}
.prv_ply dl .dd_last {
	margin: 2% 0 0 0;
}
.prv_ply dl dd strong {
	padding-left: 0.5%;
	font-size: 120%;
	font-weight: 500;
}
.prv_ply dl dd ul {
	margin: 1% 0 0 0;
}
.prv_ply dl dd ul li {
	margin: 0 0 0 2%;
	padding: 0;
	list-style: disc;
}
.prv_ply dl dd ol {
	margin: 1% 0 0 0;
}
.prv_ply dl dd ol li {
	margin: 0 0 0 2%;
	padding: 0;
	list-style: decimal;
}
.prv_ply dl dd ol li ul {
	margin: 1% 0 1% 0;
}
.prv_ply dl dd ol li ul li {
	margin: 0 0 0 2%;
	padding: 0;
	list-style: disc;
}


/*-----------------------------------------------
Responsive
------------------------------------------------*/
@media screen and (max-width: 1280px) {
	#page {
		padding-top: 7.804%;
	}
	/* HEAD */
	.hd_page h1 {
		font-size: 3.8vw;
	}
	
	/* TITLE */
	.pgh1ttl {
		font-size: 3.1vw;
	}
	.pageSection .jp_only {
		margin: 0 0 7%;
		font-size: 2.1vw;
	}
	.pgh2ttl {
		font-size: 1.8vw;
	}
	.pgh2ttl2 {
		font-size: 2.1vw;
	}
	.pgh3ttl {
		font-size: 1.5vw; 
	}
	
	/* BUTTON */
	.btn_A {
		width: 48%;
		font-size: 1.25vw;
	}
	.btn_B {
		font-size: 1.3vw;
		border-radius: 0.6vw;
	}
	
	/* TABLE */
	.tbl_A {
		width: 70%;
		margin: 0 auto 5%;
	}
	.tbl_A table th {
		font-size: 1.2vw;
	}
	.tbl_A table td {
		font-size: 1.2vw;
	}
	
	/* SERVICE */
	.service {
		background: url(/wp-content/uploads/2026/04/hdbg_service.jpg) 70% center / cover no-repeat;
		padding-top: 33%;
	}
	.service_1st p {
		font-size: 1.3vw;
	}
	.sv_box_l {
		padding: 0 6% 0 8%;
	}
	.sv_box_r {
		padding: 0 8% 0 6%;
	}
	.sv_col .sv_h2ttl {
		font-size: 2.1vw;
	}
	.sv_col .sv_h2ttl::before {
		font-size: 1.7vw;
	}
	.sv_col .sv_h2ttl span::before {
		left: 16%;
	}
	.sv_col p {
		font-size: 1.3vw;
	}
	.sv_col .btn_sv {
		padding: 1% 6.2% 1.2% 4%;
	}
	
	/* FLOW */
	.flow {
		background: url(/wp-content/uploads/2026/04/hdbg_flow.jpg) 99% center / cover no-repeat;
		padding-top: 33%;
	}
	.flow_bar {
		width: 80%;
	}
	.flow_bar .flow_wrap .flow_ttl .flow_num {
		font-size: 1.7vw;
	}
	.flow_bar .flow_wrap .flow_inner .col_left {
		font-size: 1.25vw;
	}
	.flow_bar .flow_wrap .flow_inner .col_left h2 {
		font-size: 1.5vw;
	}
	.flow_bar .flow_wrap .flow_inner .col_left p {
		font-size: 1.3vw;
		line-height: 1.9;
	}
	.flow_inner .btn_flow {
		margin-top: 6%;
		padding: 1.8% 4% 2.0% 3.8%;
		font-size: 1.25vw;
	}
	.btn_line {
		font-size: 1.15vw;
	}
	
	/* PRICE */
	.price {
		background: url(/wp-content/uploads/2026/04/hdbg_price.jpg) 99% center / cover no-repeat;
		padding-top: 33%;
	}
	.price_1st p {
		font-size: 1.3vw;
	}
	.price_menu a {
		font-size: 1.4vw;
	}
	.p2nd_inner {
		width: 90%;
	}
	.p2nd_inner .left_col h2 {
	font-size: 2.1vw;
	}
	.p2nd_inner .left_col p {
		font-size: 1.25vw;
	}
	.p2nd_inner .left_col .s_txt {
		font-size: 1.2vw;
	}
	.p2nd_inner .right_col p {
		font-size: 1.25vw;
	}
	.p2nd_inner .left_col table th {
		font-size: 1.35vw;
	}
	.p2nd_inner .left_col table td {
		font-size: 1.35vw;
	}
	.btn_apply {
		font-size: 1.2vw;
	}
	.btn_contact {
		font-size: 1.2vw;
	}
	.bg_dark .left_col .s_txt {
		font-size: 1.2vw;
	}
	.personal_list {
		width: 98%;
	}
	.personal_list .left_col {
		aspect-ratio: 132/141;
		border-radius: 1.4vw;
	}
	.personal_list .left_col h3 {
		font-size: 1.35vw;
	}
	.personal_list .left_col li {
		font-size: 1.25vw;
	}
	.personal_list .right_col {
		aspect-ratio: 132/141;
		border-radius: 1.4vw;
	}
	.personal_list .right_col h3 {
		font-size: 1.35vw;
	}
	.personal_list .right_col li {
		font-size: 1.25vw;
	}
	
	/* FAQ */
	.faq {
		background: url(/wp-content/uploads/2026/04/hdbg_faq.jpg) 99% center / cover no-repeat;
		padding-top: 33%;
	}
	.faq_section ul {
		width: 75%;
	}
	.faq_section ul li a {
		font-size: 1.3vw;
	}
	.faq_inner {
		width: 75%;
	}
	.faq_inner h2 {
		font-size: 1.6vw;
	}
	.qanda summary {
		font-size: 1.3vw;
	}
	.qanda summary::before,
	.qanda p::before {
		font-size: 1.7vw;
	}
	.qanda p {
		font-size: 1.25vw;
	}
	
	/* 会社概要 */
	
	/* お問い合わせ */
	.contact {
		width: 70%;
	}
	.contact p {
		font-size: 1.3vw;
	}
	.contactform h2 {
		padding: 0 6%;
		font-size: 1.7vw;
	}
	.contactform p {
		font-size: 1.3vw;
	}
	.contactform .ft_txt {
		width: 92%;
		font-size: 1.25vw;
	}
	.contactform p .wpcf7-not-valid-tip {
		font-size: 1.2vw;
	}
	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.3vw;
	}
	.wpcf7-submit {
		font-size: 1.4vw;
	}
	.wpcf7-response-output {
		font-size: 1.25vw;
	}
	
	/* プライバシーポリシー */
	.prv_ply {
		width: 70%;
		margin: 4% auto 5%;
	}
	.prv_ply p {
		font-size: 1.3vw;
	}
	.prv_ply .subttl {
		font-size: 1.5vw;
	}
	.prv_ply dl dt {
		font-size: 1.35vw;
	}
	.prv_ply dl dd {
		font-size: 1.25vw;
	}
	
}


@media screen and (max-width: 1024px) {
	#page {
		padding-top: 9.102%;
	}
	
	/* HEAD */
	.hd_page h1 {
		font-size: 4.1vw;
	}
	.hd_page h1 span {
		margin-top: 5%;
		font-size: 40%;
	}
	
	/* TITLE */
	.pgh1ttl {
		font-size: 3.4vw;
	}
	.pageSection .jp_only {
		font-size: 2.4vw;
	}
	.pgh2ttl {
		font-size: 2.1vw;
	}
	.pgh2ttl2 {
		font-size: 2.4vw;
	}
	.pgh3ttl {
		font-size: 1.8vw; 
	}
	
	/* BUTTON */
	.btn_A {
		width: 50%;
		font-size: 1.55vw;
	}
	.btn_B {
		font-size: 1.6vw;
		border-radius: 0.8vw;
	}
	
	/* TABLE */
	.tbl_A {
		width: 88%;
		margin: 0 auto 6%;
	}
	.tbl_A table th {
		font-size: 1.5vw;
	}
	.tbl_A table td {
		font-size: 1.5vw;
	}
	
	/* SERVICE */
	.service {
		background: url(/wp-content/uploads/2026/04/hdbg_service.jpg) 65% center / cover no-repeat;
		padding-top: 42%;
	}
	.service_1st p {
		font-size: 1.6vw;
	}
	.sv_col .sv_h2ttl {
		font-size: 2.4vw;
	}
	.sv_col .sv_h2ttl::before {
		font-size: 2.0vw;
	}
	.sv_col .sv_h2ttl span::before {
		left: 20%;
	}
	.sv_col p {
		font-size: 1.6vw;
	}
	.sv_col .btn_sv {
		margin: 3% 0 0 0;
		padding: 1% 5.8% 1.2% 4%;
	}
	
	/* FLOW */
	.flow {
		background: url(/wp-content/uploads/2026/04/hdbg_flow.jpg) 99% center / cover no-repeat;
		padding-top: 42%;
	}
	.flow_bar {
		width: 90%;
	}
	.flow_bar .flow_wrap .flow_ttl .flow_num {
		font-size: 2.0vw;
	}
	.flow_bar .flow_wrap .flow_inner .col_left {
		font-size: 1.55vw;
	}
	.flow_bar .flow_wrap .flow_inner .col_left h2 {
		font-size: 1.8vw;
	}
	.flow_bar .flow_wrap .flow_inner .col_left p {
		font-size: 1.6vw;
		line-height: 1.8;
	}
	.flow_bar .flow_wrap .flow_inner .col_left .top_padding {
		margin-top: 3%;
	}
	.flow_bar .flow_wrap .step_line {
		height: calc(100% + 2.5em);
	}
	.flow_inner .btn_flow {
		margin-top: 6%;
		padding: 1.8% 6.2% 2.0% 3%;
		font-size: 1.55vw;
	}
	.btn_line {
		font-size: 1.45vw;
	}
	
	/* PRICE */
	.price {
		background: url(/wp-content/uploads/2026/04/hdbg_price.jpg) 99% center / cover no-repeat;
		padding-top: 42%;
	}
	.price_1st p {
		font-size: 1.6vw;
	}
	.price_menu a {
		font-size: 1.7vw;
	}
	.p2nd_inner {
		width: 78%;
		display: block;
	}
	.p2nd_inner .left_col {
		width: 100%;
		margin: 0 0 3% 0;
	}
	.p2nd_inner .left_col h2 {
		padding: 0 0 0 6%;
		font-size: 2.4vw;
	}
	.p2nd_inner .left_col .record {
		padding: 0 0 0 4%;
	}
	.p2nd_inner .left_col .attend {
		padding: 0 0 0 5%;
	}
	.p2nd_inner .left_col .personal {
		padding: 0 0 0 6%;
	}
	.p2nd_inner .left_col p {
		font-size: 1.55vw;
	}
	.p2nd_inner .left_col .s_txt {
		font-size: 1.5vw;
	}
	.p2nd_inner .right_col {
		width: 100%;
	}
	.p2nd_inner .right_col p {
		margin: 4% 0 0 0;
		font-size: 1.55vw;
	}
	.p2nd_inner .left_col table {
		width: 75%;
		margin: 3% 0;
	}
	.p2nd_inner .left_col table th {
		font-size: 1.65vw;
	}
	.p2nd_inner .left_col table td {
		font-size: 1.65vw;
	}
	.price_button {
		margin: 4% 0 0 0;
	}
	.btn_apply {
		padding: 2% 4.5% 2.2% 0;
		font-size: 1.5vw;
	}
	.btn_apply::after {
		right: 36%;
	}
	.btn_contact {
		padding: 2% 6% 2.2% 0;
		font-size: 1.5vw;
	}
	.btn_contact::after {
		right: 33.5%;
	}
	.bg_dark .left_col .s_txt {
		font-size: 1.5vw;
	}
	.personal_list {
		width: 100%;
	}
	.personal_list .left_col {
		width: 48%;
		margin: 0 2% 0 0;
		aspect-ratio: 36/35;
		border-radius: 1.8vw;
	}
	.personal_list .left_col h3 {
		font-size: 1.65vw;
	}
	.personal_list .left_col ul {
		width: 88%;
		margin: 0 0 0 12%;
	}
	.personal_list .left_col li {
		font-size: 1.55vw;
	}
	.personal_list .right_col {
		width: 48%;
		margin: 0 0 0 2%;
		aspect-ratio: 36/35;
		border-radius: 1.8vw;
	}
	.personal_list .right_col h3 {
		font-size: 1.65vw;
	}
	.personal_list .right_col ul {
		width: 92%;
		margin: 0 0 0 8%;
	}
	.personal_list .right_col li {
		font-size: 1.55vw;
	}
	.personal_list .right_col li span {
		padding: 0 8% 0 0;
	}
	
	/* FAQ */
	.faq {
		background: url(/wp-content/uploads/2026/04/hdbg_faq.jpg) 99% center / cover no-repeat;
		padding-top: 42%;
	}
	.faq_section ul {
		width: 90%;
	}
	.faq_section ul li a {
		font-size: 1.6vw;
	}
	.faq_inner {
		width: 90%;
	}
	.faq_inner h2 {
		font-size: 1.9vw;
	}
	.qanda summary {
		font-size: 1.6vw;
	}
	.qanda summary::before,
	.qanda p::before {
		font-size: 2.0vw;
	}
	.qanda p {
		font-size: 1.55vw;
	}
	
	/* 会社概要 */
	
	/* お問い合わせ */
	.contact {
		width: 80%;
	}
	.contact p {
		font-size: 1.6vw;
	}
	.contactform h2 {
		font-size: 2.0vw;
	}
	.contactform p {
		font-size: 1.6vw;
	}
	.contactform .ft_txt {
		width: 90%;
		font-size: 1.55vw;
	}
	.contactform p .wpcf7-not-valid-tip {
		font-size: 1.5vw;
	}
	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.6vw;
	}
	.wpcf7-submit {
		font-size: 1.7vw;
	}
	.wpcf7-response-output {
		font-size: 1.55vw;
	}
	
	/* プライバシーポリシー */
	.prv_ply {
		width: 80%;
		margin: 4% auto 6%;
	}
	.prv_ply p {
		font-size: 1.6vw;
	}
	.prv_ply .subttl {
		font-size: 1.8vw;
	}
	.prv_ply dl dt {
		font-size: 1.65vw;
	}
	.prv_ply dl dd {
		font-size: 1.55vw;
	}
	
	
}


@media screen and (max-width: 768px) {
	#page {
		padding-top: 60px;
	}
	
	/* HEAD */
	.hd_page h1 {
		font-size: 4.5vw;
	}
	
	/* TITLE */
	.pgh1ttl {
		font-size: 3.8vw;
	}
	.pgh1ttl::after {
		width: 1px;
		height: 32%;
	}
	.pageSection .jp_only {
		margin: 0 0 8%;
		font-size: 2.8vw;
	}
	.pgh2ttl {
		font-size: 2.5vw;
	}
	.pgh2ttl2 {
		font-size: 2.8vw;
	}
	.pgh3ttl {
		font-size: 2.2vw; 
	}
	
	/* BUTTON */
	.btn_A {
		width: 60%;
		font-size: 1.95vw;
	}
	.btn_B {
		font-size: 2.0vw;
		border-radius: 1.0vw;
	}
	
	/* TABLE */
	.tbl_A {
		width: 90%;
		margin: 0 auto 7%;
	}
	.tbl_A table th {
		width: 25%;
		padding: 1.5% 0;
		font-size: 1.9vw;
	}
	.tbl_A table td {
		font-size: 1.9vw;
	}
	
	/* SERVICE */
	.service_1st p {
		font-size: 2.0vw;
	}
	.sv_col {
		width: 80%;
		margin: 0 auto;
		padding: 0 0 12%;
		display: block;
		position: relative;
	}
	.sv_col .left_col,
	.sv_col .right_col {
		width: 100%;
	}
	.sv_box_l {
		padding: 0;
	}
	.sv_box_r {
		padding: 0;
	}
	.sv_col .sv_h2ttl {
		padding: 7% 0 2% 0;
		font-size: 2.8vw;
	}
	.sv_col .sv_h2ttl::before {
		font-size: 2.4vw;
	}
	.sv_col .sv_h2ttl span::before {
		left: 12%;
	}
	.sv_col p {
		font-size: 2.0vw;
		line-height: 1.8;
	}
	.sv_col .sp_btn_sv {
		position: absolute;
		width: fit-content;
		margin: 0;
		padding: 1% 4.4% 1% 3.5%;
		font-size: 1.9vw;
		white-space: nowrap;
		display: block;
		top: 4.8%;
		right: 0;
	}
	
	/* FLOW */
	.flow_bar {
		width: 75%;
	}
	.flow_bar .flow_wrap {
		margin: 7% 0;
	}
	.flow_bar .flow_wrap .flow_ttl {
		width: 20%;
	}
	.flow_bar .flow_wrap .flow_ttl .flow_num {
		font-size: 2.4vw;
	}
	.flow_bar .flow_wrap .flow_inner {
		padding-left: 7%;
		display: block;
	}
	.flow_bar .flow_wrap .flow_inner .col_left {
		width: 100%;
		margin: 0;
		font-size: 1.95vw;
	}
	.flow_bar .flow_wrap .flow_inner .col_left h2 {
		margin: 0 0 2%;
		font-size: 2.2vw;
	}
	.flow_bar .flow_wrap .flow_inner .col_left p {
		font-size: 2.0vw;
	}
	.flow_bar .flow_wrap .flow_inner .col_left .top_padding {
		margin-top: 2%;
	}
	.flow_bar .flow_wrap .flow_inner img {
		width: 100%;
		margin: 5% 0 0 0;
	}
	.flow_bar .flow_wrap .step_line {
		height: calc(100% + 1.8em);
		top: 3%;
		left: 1.2%;
	}
	.flow_inner .btn_flow {
		width: fit-content;
		margin-top: 3%;
		padding: 1.8% 4.2% 2.0% 2.5%;
		font-size: 1.95vw;
	}
	.btn_line {
		font-size: 1.85vw;
	}
	
	/* PRICE */
	.price_1st p {
		font-size: 2.0vw;
	}
	.price_menu ul {
		width: 80%;
		margin: 0 auto;
	}
	.price_menu li {
		width: 48%;
		padding: 1% 0 1% 2%;
	}
	.price_menu li:first-child {
		margin: 0 4% 2% 0;
	}
	.price_menu li:nth-child(2) {
		margin: 0 0 2% 0;
	}
	.price_menu li:nth-child(3) {
		margin: 0 4% 0 0;
	}
	.price_menu li:last-child {
		margin: 0;
	}
	.price_menu a {
		font-size: 2.1vw;
	}
	.price_menu a::after {
		right: 4%;
	}
	.p2nd_inner {
		width: 90%;
	}
	.p2nd_inner .left_col h2 {
		font-size: 2.8vw;
	}
	.p2nd_inner .left_col p {
		font-size: 1.95vw;
	}
	.p2nd_inner .left_col .s_txt {
		font-size: 1.9vw;
	}
	.p2nd_inner .right_col p {
		font-size: 1.95vw;
	}
	.p2nd_inner .left_col table {
		width: 78%;
		margin: 3% auto;
	}
	.p2nd_inner .left_col table th {
		font-size: 2.05vw;
	}
	.p2nd_inner .left_col table td {
		font-size: 2.05vw;
	}
	.btn_apply {
		font-size: 1.9vw;
	}
	.btn_apply::after {
		right: 35%;
	}
	.btn_contact {
		font-size: 1.9vw;
	}
	.btn_contact::after {
		right: 32.5%;
	}
	.bg_dark .left_col .s_txt {
		font-size: 1.9vw;
	}
	.personal_list .left_col {
		aspect-ratio: 147/151;
		border-radius: 2.2vw;
	}
	.personal_list .left_col h3 {
		font-size: 2.05vw;
	}
	.personal_list .left_col ul {
		width: 90%;
		margin: 0 0 0 10%;
	}
	.personal_list .left_col li {
		font-size: 1.95vw;
	}
	.personal_list .right_col {
		aspect-ratio: 147/151;
		border-radius: 2.2vw;
	}
	.personal_list .right_col h3 {
		font-size: 2.05vw;
	}
	.personal_list .right_col ul {
		width: 92%;
		margin: 0 0 0 8%;
	}
	.personal_list .right_col li {
		font-size: 1.95vw;
	}
	.personal_list .right_col li span {
		padding: 0 8% 0 0;
	}
	
	/* FAQ */
	.faq_section ul {
		width: 70%;
	}
	.faq_section ul li {
		width: 100%;
	}
	.faq_section ul li:nth-child(odd) {
		margin: 0 0 2%;
	}
	.faq_section ul li:nth-child(even) {
		margin: 0 0 2%;
	}
	.faq_section ul li a {
		font-size: 2.0vw;
	}
	.faq_inner {
		margin: 9% auto 0;
	}
	.faq_inner h2 {
		font-size: 2.3vw;
	}
	.faq_inner h2::after {
		width: 4%;
	}
	.qanda summary {
		font-size: 2.0vw;
	}
	.qanda summary::before,
	.qanda p::before {
		font-size: 2.4vw;
	}
	.qanda summary::before, {
		top: 22%;
	}
	.qanda p::before {
		top: 2%;
	}
	.qanda summary::after {
		top: 45%;
	}
	.qanda p {
		font-size: 1.95vw;
	}
	
	/* 会社概要 */
	
	/* お問い合わせ */
	.contact {
		width: 90%;
		margin: 4% auto 5%;
	}
	.contact p {
		font-size: 2.0vw;
	}
	.contactform h2 {
		font-size: 2.4vw;
	}
	.contactform p {
		font-size: 2.0vw;
	}
	.contactform .ft_txt {
		width: 90%;
		font-size: 1.95vw;
	}
	.contactform p .wpcf7-not-valid-tip {
		font-size: 1.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: 2.0vw;
	}
	.wpcf7-submit {
		font-size: 2.1vw;
	}
	.wpcf7-response-output {
		font-size: 1.95vw;
	}
	
	/* プライバシーポリシー */
	.prv_ply {
		width: 85%;
		margin: 4% auto 7%;
	}
	.prv_ply p {
		font-size: 2.0vw;
	}
	.prv_ply .subttl {
		font-size: 2.2vw;
	}
	.prv_ply dl dt {
		font-size: 2.05vw;
	}
	.prv_ply dl dd {
		font-size: 1.95vw;
	}
	
}


@media screen and (max-width: 640px) {
	/* HEAD */
	.hd_page h1 {
		width: 30%;
		font-size: 5.0vw;
	}
	.hd_page h1 span {
		margin-top: 6%;
		font-size: 45%;
	}
	
	/* TITLE */
	.pgh1ttl {
		font-size: 4.3vw;
	}
	.pageSection .jp_only {
		margin: 0 0 10%;
		font-size: 3.3vw;
	}
	.pgh2ttl {
		font-size: 3.0vw;
	}
	.pgh2ttl2 {
		font-size: 3.3vw;
	}
	.pgh3ttl {
		font-size: 2.7vw; 
	}
	
	/* BUTTON */
	.btn_A {
		width: 45%;
		font-size: 2.45vw;
	}
	.btn_B {
		font-size: 2.5vw;
		border-radius: 1.2vw;
	}
	
	/* TABLE */
	.tbl_A table th {
		width: 28%;
		font-size: 2.4vw;
	}
	.tbl_A table td {
		font-size: 2.4vw;
	}
	.tbl_A table td ul li {
		margin: 0 0 0 4%;
	}
	
	/* SERVICE */
	.service_1st p {
		font-size: 2.5vw;
		line-height: 2.0;
	}
	.sv_col {
		width: 90%;
	}
	.sv_col .sv_h2ttl {
		padding: 6% 0 2% 0;
		font-size: 3.2vw;
	}
	.sv_col .sv_h2ttl::before {
		font-size: 2.9vw;
	}
	.sv_col .sv_h2ttl span::before {
		left: 14%;
	}
	.sv_col p {
		font-size: 2.5vw;
	}
	.sv_col .sp_btn_sv {
		padding: 1% 4.4% 1% 3.5%;
		font-size: 2.4vw;
		top: 3.5%;
	}
	
	/* FLOW */
	.flow_bar {
		width: 85%;
	}
	.flow_bar .flow_wrap {
		margin: 8% 0;
	}
	.flow_bar .flow_wrap .flow_ttl {
		width: 23%;
	}
	.flow_bar .flow_wrap .flow_ttl .flow_num {
		font-size: 2.9vw;
	}
	.flow_bar .flow_wrap .flow_inner .col_left {
		font-size: 2.45vw;
	}
	.flow_bar .flow_wrap .flow_inner .col_left h2 {
		font-size: 2.7vw;
	}
	.flow_bar .flow_wrap .flow_inner .col_left p {
		font-size: 2.5vw;
	}
	.flow_bar .flow_wrap .step_line {
		height: calc(100% + 1.8em);
		top: 3%;
		left: 1.4%;
	}
	.flow_inner .btn_flow {
		padding: 1.8% 4.5% 2.0% 2.6%;
		font-size: 2.45vw;
	}
	.btn_line {
		padding: 1.0% 3.5% 1.2% 10%;
		font-size: 2.35vw;
	}
	.btn_line::before {
		left: 11%;
	}
	
	/* PRICE */
	.price_1st p {
		font-size: 2.5vw;
	}
	.price_menu ul {
		width: 90%;
	}
	.price_menu a {
		font-size: 2.6vw;
	}
	.p2nd_inner .left_col h2 {
		padding: 0 0 0 7%;
		font-size: 3.3vw;
	}
	.p2nd_inner .left_col .record {
		padding: 0 0 0 5%;
	}
	.p2nd_inner .left_col .attend {
		padding: 0 0 0 6%;
	}
	.p2nd_inner .left_col .personal {
		padding: 0 0 0 7%;
	}
	.p2nd_inner .left_col p {
		font-size: 2.45vw;
		line-height: 1.8;
	}
	.p2nd_inner .left_col .s_txt {
		font-size: 2.4vw;
	}
	.p2nd_inner .right_col p {
		font-size: 2.45vw;
		line-height: 1.8;
	}
	.p2nd_inner .left_col table {
		width: 95%;
	}
	.p2nd_inner .left_col table th {
		font-size: 2.55vw;
	}
	.p2nd_inner .left_col table td {
		font-size: 2.55vw;
	}
	.btn_apply {
		font-size: 2.4vw;
	}
	.btn_apply::after {
		right: 30%;
	}
	.btn_contact {
		font-size: 2.4vw;
	}
	.btn_contact::after {
		right: 26.5%;
	}
	.bg_dark .left_col .s_txt {
		font-size: 2.4vw;
	}
	.personal_list {
		margin: 6% 0;
		display: block;
	}
	.personal_list .left_col {
		width: 70%;
		margin: 0 auto 4%;
		padding: 4% 0;
		aspect-ratio: auto;
		border-radius: 2.6vw;
	}
	.personal_list .left_col h3 {
		font-size: 2.55vw;
	}
	.personal_list .left_col ul {
		width: 70%;
		margin: 0 auto;
	}
	.personal_list .left_col li {
		font-size: 2.45vw;
	}
	.personal_list .right_col {
		width: 70%;
		margin: 0 auto;
		padding: 4% 0;
		aspect-ratio: auto;
		border-radius: 2.6vw;
	}
	.personal_list .right_col h3 {
		font-size: 2.55vw;
	}
	.personal_list .right_col ul {
		width: 70%;
		margin: 0 auto;
	}
	.personal_list .right_col li {
		font-size: 2.45vw;
	}
	
	/* FAQ */
	.faq_section ul {
		width: 80%;
	}
	.faq_section ul li a {
		font-size: 2.5vw;
	}
	.faq_inner {
		margin: 10% auto 0;
	}
	.faq_inner h2 {
		margin: 0 0 1%;
		font-size: 2.8vw;
	}
	.qanda summary {
		padding: 3% 7%;
		font-size: 2.5vw;
	}
	.qanda summary::before,
	.qanda p::before {
		font-size: 2.9vw;
	}
	.qanda summary::before {
		top: 10px;
	}
	.qanda p::before {
		top: 2px;
	}
	.qanda summary::after {
		width: 1.5%;
		border-bottom: 1.5px solid #777;
		border-right: 1.5px solid #777;
	}
	.qanda p {
		padding: 0 7% 3% 7%;
		font-size: 2.45vw;
	}
	
	/* 会社概要 */
	.company .breadcrumb {
		margin: 10% auto 3%;
	}
	
	/* お問い合わせ */
	.contact {
		margin: 4% auto 6%;
	}
	.contact p {
		font-size: 2.5vw;
	}
	.contactform h2 {
		font-size: 2.9vw;
	}
	.contactform p {
		font-size: 2.5vw;
		line-height: 1.8;
	}
	.contactform .ft_txt {
		width: 100%;
		font-size: 2.45vw;
	}
	.contactform p .wpcf7-not-valid-tip {
		font-size: 2.4vw;
	}
	.contactform table th {
		width: 28%;
	}
	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.5vw;
	}
	.wpcf7-submit {
		margin: 5% 0 0 0;
		font-size: 2.6vw;
	}
	.wpcf7-response-output {
		font-size: 2.45vw;
	}
	
	/* プライバシーポリシー */
	.prv_ply {
		width: 90%;
		margin: 4% auto 8%;
	}
	.prv_ply p {
		font-size: 2.5vw;
	}
	.prv_ply .subttl {
		font-size: 2.7vw;
	}
	.prv_ply dl dt {
		font-size: 2.55vw;
	}
	.prv_ply dl dd {
		font-size: 2.45vw;
	}
	.prv_ply dl dd ul li {
		margin: 0 0 0 4%;
	}
	.prv_ply dl dd ol li {
		margin: 0 0 0 4%;
	}
	.prv_ply dl dd ol li ul li {
		margin: 0 0 0 4%;
	}
	
}


@media screen and (max-width: 480px) {
	/* HEAD */
	.hd_page h1 {
		font-size: 5.8vw;
	}
	.hd_page h1 span {
		margin-top: 7%;
		font-size: 50%;
	}
	
	/* TITLE */
	.pgh1ttl {
		font-size: 5.1vw;
	}
	.pageSection .jp_only {
		margin: 0 0 12%;
		font-size: 4.1vw;
	}
	.pgh2ttl {
		font-size: 3.8vw;
	}
	.pgh2ttl2 {
		font-size: 4.1vw;
	}
	.pgh3ttl {
		font-size: 3.5vw; 
	}
	
	/* BUTTON */
	.btn_A {
		width: 48%;
		font-size: 3.45vw;
	}
	.btn_B {
		font-size: 3.3vw;
		border-radius: 1.5vw;
	}
	
	/* TABLE */
	.tbl_A {
		margin: 0 auto 8%;
	}
	.tbl_A table th {
		width: 35%;
		font-size: 3.2vw;
		letter-spacing: 0.06em;
		line-height: 1.6;
	}
	.tbl_A table td {
		font-size: 3.2vw;
		line-height: 1.6;
	}
	.tbl_A table td ul li {
		margin: 0 0 0 6%;
	}
	
	/* SERVICE */
	.service_1st p {
		font-size: 3.3vw;
	}
	.sv_col .sv_h2ttl {
		padding: 8% 0 2% 0;
		font-size: 4.0vw;
		line-height: 1.6;
	}
	.sv_col .sv_h2ttl::before {
		font-size: 3.7vw;
	}
	.sv_col .sv_h2ttl span::before {
		left: 17%;
	}
	.sv_col p {
		font-size: 3.3vw;
	}
	.sv_col .sp_btn_sv {
		padding: 1% 3% 1% 3%;
		font-size: 3.0vw;
		top: 4%;
	}
	.sv_col .sp_btn_sv::after {
		display: none;
	}
	
	/* FLOW */
	.flow_bar {
		width: 90%;
	}
	.flow_bar .flow_wrap .flow_ttl {
		width: 28%;
	}
	.flow_bar .flow_wrap .flow_ttl .flow_num {
		font-size: 3.7vw;
	}
	.flow_bar .flow_wrap .flow_inner .col_left {
		font-size: 3.25vw;
	}
	.flow_bar .flow_wrap .flow_inner .col_left h2 {
		padding-left: 7%;
		font-size: 3.5vw;
	}
	.flow_bar .flow_wrap .flow_inner .col_left p {
		font-size: 3.3vw;
	}
	.flow_bar .flow_wrap .step_line {
		height: calc(100% + 1.5em);
		top: 3%;
		left: 1.9%;
	}
	.flow_inner .btn_flow {
		padding: 1.8% 5.5% 2.0% 3.6%;
		font-size: 3.25vw;
	}
	.btn_line {
		padding: 1.0% 3.5% 1.2% 12%;
		font-size: 3.15vw;
	}
	.btn_line::before {
		left: 10%;
	}
	
	/* PRICE */
	.price_1st p {
		font-size: 3.2vw;
		line-height: 2.0;
		letter-spacing: 0.06em;
	}
	.price_menu ul {
		width: 92%;
	}
	.price_menu li {
		padding: 1% 0 1% 2%;
	}
	.price_menu li:first-child {
		width: 42%;
		margin: 0 3% 2% 0;
	}
	.price_menu li:nth-child(2) {
		width: 55%;
		margin: 0 0 2% 0;
	}
	.price_menu li:nth-child(3) {
		width: 42%;
		margin: 0 3% 0 0;
	}
	.price_menu li:last-child {
		width: 55%;
		margin: 0;
	}
	.price_menu a {
		font-size: 3.4vw;
	}
	.p2nd_inner .left_col h2 {
		padding: 0 0 0 8%;
		font-size: 4.1vw;
	}
	.p2nd_inner .left_col .record {
		padding: 0 0 0 6%;
	}
	.p2nd_inner .left_col .attend {
		padding: 0 0 0 7%;
	}
	.p2nd_inner .left_col .personal {
		padding: 0 0 0 8%;
	}
	.p2nd_inner .left_col p {
		font-size: 3.25vw;
	}
	.p2nd_inner .left_col .s_txt {
		font-size: 3.2vw;
	}
	.p2nd_inner .right_col p {
		font-size: 3.25vw;
	}
	.p2nd_inner .left_col table {
		width: 100%;
	}
	.p2nd_inner .left_col table th {
		font-size: 3.35vw;
	}
	.p2nd_inner .left_col table td {
		font-size: 3.35vw;
	}
	.p2nd_inner .left_col .tbl_attend th {
		width: 30%;
	}
	.p2nd_inner .left_col .tbl_attend td {
		width: 70%;
		letter-spacing: 0.07em;
	}
	.btn_apply {
		padding: 2% 5% 2.2% 0;
		font-size: 3.2vw;
	}
	.btn_apply::after {
		right: 24%;
	}
	.btn_local {
		padding: 2% 0 2.2% 0;
	}
	.btn_contact {
		padding: 2% 5% 2.2% 0;
		font-size: 3.2vw;
	}
	.btn_contact::after {
		right: 20%;
	}
	.bg_dark .left_col .s_txt {
		font-size: 3.0vw;
	}
	.personal_list {
		margin: 6% 0;
		display: block;
	}
	.personal_list .left_col {
		width: 100%;
	}
	.personal_list .left_col h3 {
		font-size: 3.35vw;
	}
	.personal_list .left_col ul {
		width: 70%;
	}
	.personal_list .left_col li {
		font-size: 3.25vw;
	}
	.personal_list .right_col {
		width: 100%;
	}
	.personal_list .right_col h3 {
		font-size: 3.35vw;
	}
	.personal_list .right_col ul {
		width: 70%;
	}
	.personal_list .right_col li {
		font-size: 3.25vw;
	}
	.personal_list .right_col li span {
		padding: 0;
	}
	
	/* FAQ */
	.faq_section ul {
		width: 90%;
		line-height: 1.6;
	}
	.faq_section ul li a {
		font-size: 3.3vw;
	}
	.faq_inner {
		margin: 11% auto 0;
	}
	.faq_inner h2 {
		font-size: 3.6vw;
	}
	.faq_inner h2::after {
		width: 5%;
	}
	.qanda summary {
		padding: 3% 8%;
		font-size: 3.3vw;
	}
	.qanda summary::before,
	.qanda p::before {
		font-size: 3.7vw;
	}
	.qanda summary::before {
		top: 8px;
	}
	.qanda summary::after {
		top: 43%;
	}
	.qanda p::before {
		top: 3px;
	}
	.qanda p {
		padding: 0 8% 3% 8%;
		font-size: 3.25vw;
	}
	
	/* お問い合わせ */
	.contact {
		margin: 4% auto 10%;
	}
	.contact p {
		font-size: 3.3vw;
	}
	.contactform h2 {
		font-size: 3.7vw;
	}
	.contactform p {
		font-size: 3.3vw;
		letter-spacing: 0.06em;
	}
	.contactform .ft_txt {
		font-size: 3.25vw;
	}
	.contactform p .wpcf7-not-valid-tip {
		font-size: 3.2vw;
	}
	.contactform table th {
		width: 100%;
		padding: 3% 0 0 0;
		border-style: none;
		display: block;
		line-height: 1.2;
	}
	.contactform table td {
		width: 100%;
		padding: 1% 0 5%;
		display: block;
		line-height: 1.2;
	}
	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.3vw;
	}
	input[name="tel-241"] {
		width: 100%;
	}
	select[name="select-228"] {
		width: 100%;
	}
	.wpcf7-submit {
		font-size: 3.4vw;
	}
	.wpcf7-response-output {
		font-size: 3.25vw;
	}
	
	/* プライバシーポリシー */
	.prv_ply {
		margin: 4% auto 9%;
	}
	.prv_ply p {
		font-size: 3.3vw;
	}
	.prv_ply .subttl {
		font-size: 3.5vw;
	}
	.prv_ply dl dt {
		font-size: 3.35vw;
	}
	.prv_ply dl dd {
		font-size: 3.25vw;
	}
	.prv_ply dl dd ul li {
		margin: 0 0 0 6%;
	}
	.prv_ply dl dd ol li {
		margin: 0 0 0 6%;
	}
	.prv_ply dl dd ol li ul li {
		margin: 0 0 0 6%;
	}
	
}