/*
Theme Name: Arkhe Child
Template: arkhe
*/

/* =========================================================
   0. Base
========================================================= */
body,
.c-gnav .__mainText,
h1 {
	font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont,
		"Helvetica Neue", "Yu Gothic", YuGothic, Meiryo, sans-serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	color: #111;
}

/* =========================================================
   1. Typography
========================================================= */
p, ul {
	margin-bottom: 1.2em;
}
p {
	margin-top: 0.3em;
}

h1, h2,
.c-pageTitle__main {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 0.8em;
	text-align: center;
	position: relative;
}

h2.wp-block-heading::after,
.c-pageTitle__main::after {
	content: "";
	display: block;
	width: 200px;
	height: 4px;
	margin: 16px auto 0;
	background-color: #b2b2b2;
}

h3 {
	font-size: 25px;
	line-height: 32px;
	margin-bottom: 0.6em;
}

h4,
.wrap-form strong {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0.5em;
}

.cap {
	font-size: 15px;
	line-height: 28px;
}

.privacy h2,
.privacy h3,
.privacy h4,
#question h3,
#question h4 {
	padding-top: 1.2em;
}

.column-pic h4 {
	margin-top: 0.2em;
}

/* =========================================================
   2. Link & Hover
========================================================= */
a {
	color: #111;
	transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
	color: #b2b2b2;
	opacity: 0.6;
}

/* =========================================================
   3. Layout Width
========================================================= */
.wrap-header,
.wrap-main,
.wrap-text {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;
}

.wrap-main {
	max-width: 800px;
}

.wrap-text {
	max-width: 700px;
}

/* =========================================================
   4. Hero / Front Page
========================================================= */
.hero .wrap-main {
	margin-top: 100px;
}

.hero .wrap-text {
	margin-top: 80px;
}


/* =========================================================
   5. Section & Divider
========================================================= */
hr.section {
	max-width: 1200px;
	height: 2px;
	margin: 100px auto;
	background-color: currentcolor;
	border: none;
	opacity: .5;
}

.column-pic {
	margin: 80px auto;
}
@media (max-width: 768px) {
	.column-pic {
	margin: 50px auto;
}
}
.column-picS {
	margin: 30px auto;
}
.mob-margin{
	padding-bottom: 50px;
}
.wrap-form {
	margin: 50px auto;
}
.wp-block-columns {
    --wp-column-gap: 0;
}
/* =========================================================
   6. Form (SMF)
========================================================= */
.smf-action {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 15px !important;
	margin-top: 50px !important;
	width: 100% !important;
	flex-wrap: wrap !important;
}

.smf-button-control {
	display: inline-block !important;
	margin: 0 !important;
	width: auto !important;
}
.smf-text-control__control {
	width: 100%;
	box-sizing: border-box;
}

.smf-button-control__control {
	background: #000 !important;
	color: #fff !important;
	border-radius: 9999px !important;
	border: none !important;
	box-shadow: none !important;
	padding: .75em 2em !important;
	font-size: 16px !important;
	font-weight: bold !important;
	line-height: 1.5 !important;
	min-width: 150px !important;
	cursor: pointer !important;
	transition: opacity .25s !important;
	-webkit-appearance: none !important;
}

.smf-button-control__control[data-action="back"] {
	background: #666 !important;
}

.smf-button-control__control:hover {
	opacity: .6 !important;
}

.smf-container input[type="checkbox"],
.smf-container input[type="radio"] {
	all: revert !important;
	width: 18px !important;
	height: 18px !important;
	margin-right: 10px !important;
}

.smf-item__control label {
	display: inline-flex !important;
	align-items: center !important;
	margin-right: 20px !important;
	margin-bottom: 10px !important;
}

/* =========================================================
   7. Footer / Company Profile
========================================================= */
#companyprofile {
	position: relative;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
	margin-top: 100px;
	background-color: #e5e5e5;
	padding: 50px 20px 20px;
}

.l-footer {
	background-color: #e5e5e5;
	padding: 0;
}
.l-content__body{
	margin:0 auto;
}

.c-copyright {
	text-align: center;
	font-size: 12px;
	opacity: 0.6;
}

/* =========================================================
   8. Scroll Animation
========================================================= */
.js-scroll {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity .7s ease-out, transform .7s ease-out;
}

.js-scroll.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* =========================================================
   9. Header / Navigation
========================================================= */
.l-header__inner {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	padding: 10px 4% !important;
	max-width: 100% !important;
}

.gnav__list {
	display: flex !important;
	gap: 20px !important;
	align-items: center !important;
	list-style: none !important;
}

.gnav__link {
	font-size: 15px !important;
	font-weight: bold !important;
	color: #000 !important;
	text-decoration: none !important;
}

.gnav__item:last-child .gnav__link {
	background-color: #000 !important;
	color: #fff !important;
	padding: 10px 25px !important;
	border-radius: 9999px !important;
	display: inline-block !important;
	margin-left: 10px !important;
}

.c-hamburger__line {
	background-color: #000 !important;
}

.p-topArea.-noimg {
    background: #FFF;
}

/* =========================
   1. グローバルナビ全体
========================= */
.c-gnav {
	display: flex !important;
	align-items: center !important; /* 縦ストレッチ防止 */
	padding: 10px 0;
}

/* =========================
   2. メニュー共通（li / a）
========================= */
.c-gnav__li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.c-gnav__a {
	display: inline-flex !important;
	align-items: center !important;
	padding: 5px 15px !important;
	height: auto !important;
	font-size: 14px !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

/* =========================
   3. お問い合わせだけボタン化
========================= */
.c-gnav__li:last-child .c-gnav__a {
	background-color: #000;
	color: #fff;
	border-radius: 999px;
	padding: 10px 20px;
	margin-left: 10px;
	line-height: 1;
	transition: opacity 0.3s;
}
.c-gnav__li:last-child .__mainText {
	color: #fff;
}

.c-gnav__li:last-child .c-gnav__a:hover {
	opacity: 0.6;
}

/* =========================================================
   10. Responsive
========================================================= */
@media (max-width: 768px) {

	main {
		margin: 30px 0;
	}

	body {
		font-size: 18px;
		line-height: 28px;
	}

	h2 {
		font-size: 26px;
		line-height: 35px;
		margin-bottom: 50px;
	}

	.two-column {
		grid-template-columns: 1fr;
		row-gap: 40px;
	}

	hr.section {
		margin: 50px auto;
	}
}
