/*font*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Zen+Kaku+Gothic+Antique&family=Zen+Old+Mincho&display=swap');

/* General */
body {
	font-family: 'Inter', sans-serif;
	margin: 0;
	color: #454545;
	background-color: #fff;
}

.container {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 100px;
	box-sizing: border-box;
}

a:hover {
	opacity: 0.7;
}

/* Header */
header {
	background-color: #fff;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 116px;
}

header .logo {
	flex: 1;
}

header .logo img {
	width: 146px;
	height: auto;
	vertical-align: middle;
}

header nav {
	margin-right: 50px;
}

header nav ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 68px;
}

header nav ul li a {
	text-decoration: none;
	color: #454545;
	font-size: 24px;
	position: relative;
	padding-bottom: 10px;
}

header nav ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 2px;
	background-color: #CC1669;
	transition: width 0.3s;
}

header nav ul li a:hover::after {
	width: 100%;
}

header .contact-button a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E6B422;
	color: #fff;
	text-decoration: none;
	width: 211px;
	height: 65px;
	border-radius: 10px;
	border: 4px solid #FFF;
	box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.13);
}

header .contact-button img {
	width: 31px;
	margin-right: 15px;
}

header .contact-button span {
	font-size: 24px;
	font-weight: 700;
}

/* Hero */
.hero {
	position: relative;
	height: 846px;
	margin-top: 67px;
	overflow: hidden;
}

.hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(50, 50, 50, 0.15);
	z-index: 2;
}

.hero-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.hero-slide.active {
	opacity: 1;
}

.hero-text {
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-shadow: 0px 0px 16.83px #fff;
}

.hero-text h1,
.hero-text p,
.hero-text h2 {
	font-weight: 700;
	margin: 0;
	color: #cc1669;
	background-clip: text;
}

.hero-text h1 {
	font-size: 65px;
}

.hero-text p {
	font-size: 65px;
	margin: 20px 0;
}

.hero-text h2 {
	font-size: 96px;
}

/* About Us */
.about-us {
	padding: 120px 0;
	background-image: url('img/about-us-bg.png');
	background-size: cover;
	background-position: center;
}

.section-title {
	text-align: center;
	color: #CC1669;
	margin-bottom: 40px;
	position: relative;
}

.section-title h2 {
	font-size: 40px;
	font-weight: 700;
	margin: 0;
	position: relative;
	display: inline-block;
	padding: 0 55px;
}

.section-title h2:before,
.section-title h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 50px;
	height: 4px;
	background-color: #CC1669;
}

.section-title h2:before {
	top: 50px;
	left: -40px;
}

.section-title h2:after {
	top: 50px;
	right: -40px;
}

.section-title-w {
	text-align: center;
	color: #ffffff;
	margin-bottom: 40px;
	position: relative;
}

.section-title-w h2 {
	font-size: 40px;
	font-weight: 700;
	margin: 0;
	position: relative;
	display: inline-block;
	padding: 0 55px;
}

.section-title-w h2:before,
.section-title-w h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 50px;
	height: 4px;
	background-color: #ffffff;
}

.section-title-w h2:before {
	top: 50px;
	left: -40px;
}

.section-title-w h2:after {
	top: 50px;
	right: -40px;
}

.section-title p {
	font-size: 24px;
	font-weight: 700;
	margin: 10px 0 0;
}

.about-us .section-title h2,
.about-us .section-title p {
	text-shadow: 0px 0px 16.5px #fff;
}

.about-us-content {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.about-us-text {
	width: 45%;
}

.about-us-text h3 {
	position: relative;
	font-size: 40px;
	font-weight: 600;
	color: #CC1669;
	line-height: 1.2;
}

.about-us-text h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 1px;
	background-color: #CC1669;
}

.about-us-text p {
	font-size: 20px;
	line-height: 2.1;
	letter-spacing: 0.1em;
}

.about-us-row {
	display: flex;
	gap: 15px;
	align-items: flex-start;
}

.about-us-row img {
	flex: 1;
	width: 48%;
	height: auto;
	margin-top: 15px;
}

.about-us-images {
	width: 50%;
}


.about-us-img1 {
	grid-area: img1;
	width: 100%;
	height: auto;
}

.about-us-img3,
.about-us-img4 {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* Service */
.service {
	position: relative;
	height: 800px;
	color: #fff;
}

.service-container {
	display: flex;
	height: 90%;
}

.service-left-panel {
	width: 55%;
	background-color: #CC1669;
	padding: 120px 100px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.service-left-panel::after {
	content: '';
	position: absolute;
	top: 0;
	right: -100px;
	width: 200px;
	height: 100%;
	background-color: #CC1669;
	transform: skewX(-15deg);
	z-index: -1;
}

.service .section-title {
	text-align: left;
	margin-bottom: 40px;
}

.service .section-title h2,
.service .section-title p {
	color: #fff;
}

.service .section-title::before,
.service .section-title::after {
	background-color: #fff;
	left: 0;
	transform: none;
}

.service .section-title::before {
	left: -120px;
}

.service .section-title::after {
	left: 120px;
}

.service-description {
	font-size: 20px;
	line-height: 1.7;
}

.service-right-panel {
	width: 45%;
	background-image: url('img/top-service_pc.png');
	background-size: cover;
	background-position: center;
	position: relative;
}

.service-boxes {
	position: absolute;
	bottom: 60px;
	right: 4%;
	width: 1110px;
	z-index: 1;
	display: flex;
}

.service-box {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: #454545;
}

.box1 {
	background-color: #E6B422;
	width: 317px;
	height: 146px;
	clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
	color: #fff;
}

.box2 {
	color: #E6B422;
	background-color: #fff;
	width: 317px;
	height: 146px;
	clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
	margin-top: 50px;
	margin-left: -80px;
}

.box3 {
	background-color: #E6B422;
	width: 317px;
	height: 146px;
	clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
	color: #fff;
	margin-left: -50px;
}

.box4 {
	color: #E6B422;
	background-color: #fff;
	width: 317px;
	height: 146px;
	clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
	margin-top: 50px;
	margin-left: -80px;
}

/* Recruit */
.recruit {
	padding: 120px 0;
	background-image: url('img/recruit-bg.png');
	background-size: cover;
	background-position: center;
	color: #fff;
}

.recruit .section-title h2,
.recruit .section-title p {
	color: #fff;
}

.recruit .section-title::before,
.recruit .section-title::after {
	background-color: #fff;
}

.recruit-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.recruit-text {
	width: 45%;
}

.recruit-text h4 {
	font-size: 40px;
	font-weight: 700;
	margin: 0;
}

.recruit-text h5 {
	font-size: 40px;
	font-weight: 700;
	margin: 10px 0 30px;
}

.recruit-text p {
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.recruit-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #E6B422;
	border: 3px solid #fff;
	color: #fff;
	text-decoration: none;
	width: 500px;
	height: 100px;
	border-radius: 77px;
	font-size: 32px;
	font-weight: 700;
	margin-top: 40px;
	position: relative;
	box-shadow: 0px 0px 22.4px 8px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
}

.recruit-button::after {
	content: '';
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	width: 49px;
	height: 49px;
	border: 3px solid #fff;
	border-radius: 50%;
}

.recruit-button::before {
	content: '';
	position: absolute;
	right: 62px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 15px;
	height: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

.recruit-image {
	width: 50%;
	flex-shrink: 0;
	box-shadow: 0 0 9.9px 5px rgba(0, 0, 0, 0.25);
}

.recruit-image img {
	width: 100%;
}

/* Gallery */
.gallery {
	padding: 120px 0;
}

.gallery .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
}

.gallery-item {
	position: relative;
	flex: 1;
	box-sizing: border-box;
}

.gallery-item:nth-child(3) {
	flex: 0 0 100%;
}

.gallery-item img {
	width: 100%;
	display: block;
}

.gallery-number {
	position: absolute;
	top: -95px;
	left: 30px;
	font-size: 64px;
	font-weight: 700;
	color: #454545;
	z-index: 2;
}

.gallery-number span {
	color: #CC1669;
}

.gallery-text {
	position: absolute;
	bottom: 40px;
	left: 40px;
	color: #fff;
	z-index: 2;
}

.gallery-text h6 {
	font-size: 54px;
	font-weight: 700;
	margin: 0;
}

.gallery-text p {
	font-size: 32.4px;
	font-weight: 700;
	margin: 10px 0 0;
}

/* Contact */
.contact {}

.contact .container {
	background-color: #CC1669;
	padding: 70px;
	box-shadow: 0px 0px 20.8px 6px rgba(0, 0, 0, 0.1);
}

.contact-details-wrapper {
	display: flex;
	gap: 120px;
	justify-content: center;
	align-items: center;
}

.contact-info {
	color: #fff;
	text-align: left;
}

.contact-info .tel {
	font-size: 55px;
	font-weight: 600;
	margin: 0;
}

.contact-info .tel span {
	font-size: 32px;
	margin-right: 10px;
}

.contact-info .hours {
	font-size: 20px;
	margin: 10px 0 0;
	text-align: center;
}

.contact-button-main {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 500px;
	height: 100px;
	background-color: #E6B422;
	border: 3px solid #fff;
	color: #fff;
	text-decoration: none;
	border-radius: 77px;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	position: relative;
	box-shadow: 0px 0px 8.4px 3px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
}

.contact-button-main::after {
	content: '';
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border: 3px solid #fff;
	border-radius: 50%;
}

.contact-button-main::before {
	content: '';
	position: absolute;
	right: 36px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 15px;
	height: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

/* Footer */
footer {
	background-color: #fff;
	padding: 60px 0 0;
	border-top: 1px solid #ddd;
}

footer .container {
	text-align: center;
}

footer .footer-logo img {
	width: 170px;
}

footer .footer-nav ul {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 68px;
}

footer .footer-nav ul li a {
	text-decoration: none;
	color: #454545;
	font-size: 24px;
}

/* About Page */
.hero-about {
	background-image: url('img/about-hero-bg.png');
	background-size: cover;
	background-position: center;
	height: 503px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 67px;
	position: relative;
}

.hero-about-content {
	position: relative;
	z-index: 1;
}

.hero-about-content h1 {
	font-size: 64px;
	font-weight: 600;
	color: #fff;
	margin: 0;
}

.message {
	padding: 120px 0;
}

.message-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
}

.message-text {
	width: 50%;
}

.message-text p {
	font-size: 20px;
	line-height: 2.1;
	letter-spacing: 0.1em;
}

.message-text .representative-name {
	font-weight: 800;
	margin-top: 30px;
}

.message-image {
	width: 50%;
}

.message-image img {
	width: 100%;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.company-profile {
	padding-bottom: 120px;
}

.profile-table {
	width: 885px;
	margin: 0 auto;
	border-collapse: collapse;
}

.profile-table th,
.profile-table td {
	border-bottom: 1px solid #BCBCBC;
	padding: 30px 10px;
	font-size: 20px;
}

.profile-table th {
	width: 25%;
	text-align: left;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.profile-table td {
	width: 80%;
	letter-spacing: 0.1em;
}

.access {
	padding-bottom: 120px;
}

/* Service Page */

.bg_mosaic {
	background-image: url('img/service-bg-1.png');
	background-size: cover;
	background-position: center;
}

.service-hero {
	background-image: url('img/service-hero-bg.png');
	background-size: cover;
	background-position: center;
	height: 503px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 67px;
	position: relative;
}

.service-hero h1 {
	font-size: 64px;
	font-weight: 600;
	color: #fff;
	position: relative;
	z-index: 1;
}

.service-intro {
	text-align: center;
	padding: 120px 100px;
}

.service-intro h2 {
	position: relative;
	font-size: 40px;
	font-weight: 600;
	color: #CC1669;
	text-shadow: 0px 0px 16.5px #fff;
}

.service-intro h2::after {
	content: '';
	position: absolute;
	bottom: -25px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 202px;
	height: 1px;
	background-color: #CC1669;
}

.service-intro p {
	font-size: 20px;
	line-height: 2.1;
	letter-spacing: 0.1em;
	max-width: 1040px;
	margin: 60px auto 0;
}

.service-bg {
	padding: 120px 0;
}

.service-item {
	display: flex;
	align-items: center;
	gap: 60px;
	padding: 0 100px;
	margin-bottom: 100px;
}

.service-item.reverse {
	flex-direction: row-reverse;
}

.service-item-img {
	width: 50%;
	box-shadow: 0px 0px 20.8px 6px rgba(0, 0, 0, 0.1);
}

.service-item-img img {
	width: 100%;
	display: block;
}

.service-item-content {
	width: 50%;
}

.service-item-content h3 {
	font-size: 40px;
	font-weight: 600;
	color: #CC1669;
	text-shadow: 0px 0px 16.5px #fff;
	position: relative;
	padding-bottom: 20px;
}

.service-item-content h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 202px;
	height: 1px;
	background-color: #CC1669;
}

.service-item-content p {
	font-size: 20px;
	line-height: 2.1;
	letter-spacing: 0.1em;
}

.service-type {
	margin-top: 40px;
}

.service-type h4 {
	width: 100%;
	background-color: #CC1669;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	padding: 10px 0;
	text-align: center;
	display: inline-block;
	margin: 0;
}

.service-type p {
	text-align: center;
	border: 1px solid #CC1669;
	padding: 10px 20px;
	font-weight: 800;
	margin: 0;
}

.contact-banner {
	background-color: #CC1669;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 60px 100px;
}

.contact-banner .contact-info {
	color: #fff;
}

.contact-banner .contact-header {
	text-align: center;
	margin-bottom: 20px;
}

.contact-banner .contact-header h2 {
	font-size: 40px;
	font-weight: 700;
	margin: 0;
}

.contact-banner .contact-header .contact-sub {
	font-size: 24px;
	font-weight: 700;
}

.contact-banner .contact-details .tel {
	font-size: 55px;
	font-weight: 600;
}

.contact-banner .contact-details .tel span {
	font-size: 32px;
}

.contact-banner .contact-details .hours {
	font-size: 20px;
}

.contact-banner .contact-button {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E6B422;
	color: #fff;
	text-decoration: none;
	width: 611px;
	height: 128px;
	border-radius: 77px;
	font-size: 32px;
	font-weight: 700;
	position: relative;
	border: 4px solid #fff;
	box-shadow: 0px 0px 22.4px 8px rgba(0, 0, 0, 0.15);
}

.contact-banner .contact-button .arrow {
	width: 49px;
	height: 49px;
	border: 3px solid #fff;
	border-radius: 50%;
	position: absolute;
	right: 30px;
}

.contact-banner .contact-button .arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: translate(-75%, -50%) rotate(45deg);
}

/* Case Page */
.case-hero {
	background-image: url('img/case-hero-bg.png');
	background-size: cover;
	background-position: center;
	height: 503px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 67px;
	position: relative;
}

.case-hero h1 {
	font-size: 64px;
	font-weight: 600;
	color: #fff;
	position: relative;
	z-index: 1;
}

.case-gallery {
	padding: 120px 100px;
}

.case-gallery__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.case-gallery__item {
	box-shadow: 0px 0px 20.8px 6px rgba(0, 0, 0, 0.1);
}

.case-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Recruit Page */
.recruit-hero {
	background-image: url('img/recruit-hero-bg.png');
	background-size: cover;
	background-position: center;
	height: 503px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 67px;
	position: relative;
}

.recruit-hero__title {
	font-size: 64px;
	font-weight: 600;
	color: #fff;
	position: relative;
	z-index: 1;
}

.recruit-message {
	padding: 120px 0;
}

.recruit-message__item {
	display: flex;
	align-items: center;
	;
	margin-bottom: 100px;
}

.reverse {
	flex-direction: row-reverse;
}

.recruit-message__item:last-child {
	margin-bottom: 0;
}

.recruit-message__text-box {
	width: 50%;
	padding: 40px;
	box-sizing: border-box;
	border: 1px solid #CC1669;
	border-radius: 11px;
	box-shadow: 0px 0px 20.8px 6px rgba(0, 0, 0, 0.1);
	position: relative;
	margin-left: -60px;
	background-color: #fff;
	z-index: 1;
}

.reverce-box {
	margin-left: 0;
	margin-right: -60px;
}

.recruit-message__title {
	font-size: 40px;
	font-weight: 600;
	color: #CC1669;
	text-shadow: 0px 0px 16.5px #fff;
	position: relative;
	padding-bottom: 20px;
	text-align: center;
}

.recruit-message__title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 202px;
	height: 1px;
	background-color: #CC1669;
}

.recruit-message__text {
	font-size: 20px;
	line-height: 2.1;
	letter-spacing: 0.1em;
}

.recruit-message__img-box {
	width: 50%;
	box-shadow: 0px 0px 20.8px 6px rgba(0, 0, 0, 0.1);
}

.recruit-message__img-box img {
	width: 100%;
	display: block;
}

.recruit-benefits {
	background-image: url('img/recruit-bg.png');
	background-size: cover;
	background-position: center;
	padding: 120px 0;
	color: #fff;
}

.recruit-benefits__title {
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}

.recruit-benefits__title::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 202px;
	height: 1px;
	background-color: #fff;
}

.recruit-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.recruit-benefits__item {
	background-color: #fff;
	color: #454545;
	padding: 40px;
	text-align: center;
	border-radius: 6px;
	border: 2px solid #E6B422;
}

.recruit-benefits__item img {
	width: 160px;
	height: 160px;
	object-fit: contain;
	margin-bottom: 20px;
}

.recruit-benefits__item p {
	font-size: 32px;
	font-weight: 600;
	margin: 0;
}

.recruit-requirements {
	padding: 120px 0;
}

.recruit-requirements__title {
	text-align: center;
	color: #CC1669;
	margin-bottom: 40px;
	position: relative;
}

.recruit-requirements__title h2 {
	font-size: 40px;
	font-weight: 700;
	margin: 0;
	position: relative;
	display: inline-block;
	padding: 0 55px;
}

.recruit-requirements__title h2:before,
.recruit-requirements__title h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 50px;
	height: 4px;
	background-color: #CC1669;
}

.recruit-requirements__title h2:before {
	left: -40px;
}

.recruit-requirements__title h2:after {
	right: -40px;
}

.recruit-requirements__list {
	width: 1038px;
	margin: 0 auto;
}

.recruit-requirements__item {
	display: flex;
	border-bottom: 1px solid #BCBCBC;
	padding: 30px 0;
}

.recruit-requirements__item dt {
	width: 200px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.recruit-requirements__item dd {
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin: 0;
}

.recruit-requirements__contact {
	display: flex;
	justify-content: center;
	margin: 50px 0;
}

/* Contact Page */
.contact-hero {
	background-image: url('img/contact-hero-bg.png');
	background-size: cover;
	background-position: center;
	height: 503px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 67px;
	position: relative;
}

.contact-hero__title {
	font-size: 64px;
	font-weight: 600;
	color: #fff;
	position: relative;
	z-index: 1;
}

.contactfom {
	margin: 100px 0;
}

/*お問い合わせフォーム*/
.contact-form-wrapper {
	background: #ebebeb;
	padding: 40px 30px;
	max-width: 900px;
	margin: 0 auto;
	box-sizing: border-box;
}

/* 1行を左右2カラムに */
.form-row {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

/* 左カラムのラベル（必須バッジ＋テキストを横並び） */
.contact-form-wrapper .form-label {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 220px;
	/* 左カラムの固定幅 */
	line-height: 1;
}

/* 必須バッジだけピンク背景 */
.badge {
	display: inline-block;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 1;
	border-radius: 2px;
}

.badge--required {
	background: #CC1669;
	color: #fff;
}

/* ラベル文字 */
.label-text {
	font-size: 18px;
	color: #333;
	line-height: 1.4;
}

input[type="radio"] {
	width: auto !important;
}

/* 右カラム（入力欄側） */
.form-field {
	flex: 1;
	max-width: 600px;
}

.form-field input,
.form-field textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.form-field textarea {
	height: 150px;
}

.wpcf7-list-item {
	margin-right: 16px;
}

.wpcf7-list-item label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.submit-row {
	justify-content: center;
	margin: 50px 0;
}

.form-submit {
	background: #CC1669;
	color: #fff;
	border: none;
	padding: 12px 40px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
	width: 300px;
}

fieldset.hidden-fields-container {
	display: none;
}

@media (max-width: 768px) {
	.form-row {
		flex-direction: column;
		align-items: stretch;
	}

	.contact-form-wrapper .form-label {
		width: auto;
	}

	.form-field {
		max-width: none;
	}
}

/*表示切替用*/
.pc-only {
	display: block;
}

.sp-only {
	display: none !important;
}

/*コンテンツフェードイン*/
.fadein-target {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadein-target.visible {
	opacity: 1;
	transform: translateY(0);
}