/*
 * Theme Name: マルモ株式会社
 * Theme URI: https://example.com/your-theme-url
 * Description: 「マルモ株式会社」のオリジナルテーマ / 「マルモ株式会社」 original theme｜2026年1月のリリース版テーマファイルです。
 * Version: 1.0
 * Author: HARUNO design.
 * Author URI: https://haruno.design
 * Text Domain: haruno-design-original-thema
 * Tags: blog, e-commerce, one-column, two-columns, left-sidebar, right-sidebar, custom-menu
 */

/* ========================================
   変数・基本スタイル
   ======================================== */
html {
    scroll-padding-top: 120px !important;
    scroll-behavior: smooth;
}

body {
	position: relative;
}

body.is-active {
	overflow-y: hidden;
}

body.is-active::before {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background-color: black;
	opacity: 0.6;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
}

main {
	overflow: hidden;
}

.font-en {
	font-family: "Montserrat", sans-serif;
}

.fs_16 {
	font-weight: 400;
	font-size: 16px; 
	line-height: 2.4;
	letter-spacing: 0.06em;
}

.bold {
	font-weight: 700;
}

.al_c {
	text-align: center;
}

:root {
	--main: #355882;
	--sub: #355882;
	--jp-font: "Noto Sans JP", sans-serif;
	--en-font: "Montserrat", sans-serif;
}

* {
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	line-height: 1.5em;
	color: #151515;
}

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

/* ========================================
   投稿記事装飾
   ======================================== */
h2.wp-block-heading {
	font-size: 28px;
	position: relative;
	padding-bottom: 20px;
}

h4.wp-block-heading {
	font-size: 20px;
}

.topics-content p {
	line-height: 1.8em;
	margin: 16px 0;
}

@media screen and (max-width: 667px) {
	h2.wp-block-heading {
		font-size: 24px;
	}

	h3.wp-block-heading {
		font-size: 20px;
	}

	h4.wp-block-heading {
		font-size: 18px;
	}
}

/* ========================================
   ページネーション
   ======================================== */
#pagination-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}
#pagination-wrapper ul {
	list-style: none;
    padding-left: unset;
	display: flex;
	gap: 16px;
}
#pagination-wrapper li:hover .page-numbers {
	border: solid 1px #355882;
}
.page-numbers {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
}
.page-numbers span {
	font-family: var(--en-font);
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #355882;
}
.is-dots {
	pointer-events: none;
}
.current {
	color: #fff;
	background-color: #355882;
}
.current span {
	color: #fff;
}
.prev_icon_link, .next_icon_link, 
.prev_icon_disabled, .next_icon_disabled {
    width: 40px;
    height: 40px;
}
.prev_icon {
    transform: rotate(180deg);
}
.prev_icon_disabled, .next_icon_disabled {
    opacity: 0.3;
    pointer-events: none;
}
/* ========================================
   共通ユーティリティ
   ======================================== */
.pc {
	display: block;
}

.sp {
	display: none;
}

.fl_cl {
	display: flex;
	flex-direction: column;
}

.w_1440 {
	max-width: 1440px;
	width: 100%;
	margin: auto;
}

.w_1200 {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

.section__title {
	max-width: 1200px;
	width: 90%;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 24px;
	position: relative;
}

.section__sub-title {
	font-family: var(--en-font);
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.06em;
	display: flex;
	align-items: center;
	gap: 8px;
}

.section__sub-title::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-image: url("./image/dot.svg");
}

.section__main-title {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.linkarea {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 9999;
}

.pankuzu {
	max-width: 1440px;
	width: 90%;
	margin: auto;
	display: flex;
	gap: 8px;
	padding-block: 24px;
}

.pankuzu__home {
	display: flex;
}

.pankuzu__link {
	color: #467CB0;
}

.pankuzu p {
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.06em;
	color: #818181;
}

.learn__area .learn__grid {
	padding-top: 0px;
}

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

	.sp {
		display: block;
	}

	.section__title {
		width: 100%;
		padding-inline: 24px;
		gap: 16px;
	}

	.section__sub-title {
		font-size: 12px;
	}

	.section__main-title {
		font-size: 24px;
	}

	.pankuzu {
		padding-inline: 24px;
	}

	.pankuzu p {
		font-size: 12px;
	}
}

/* ========================================
   ヘッダー
   ======================================== */
.header {
  	position: relative;
  	width: 100%;
  	z-index: 999999;
	position: sticky;
	top: 0px;
	transition: all .3s ease;
}
.header-inner {
  background-color: #fff;
  height: 120px;        
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 40px;
  padding-left: 210px;
  position: relative;
}
.header-inner.transparent {
	padding-inline: 40px;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(32px);
}
.header-inner.is-active {
	height: 72px;
	padding-block: 12px;
	background: white;
    backdrop-filter: unset;
}
.logo {
	opacity: 0;
	max-width: 78px;
	width: 100%;
	transition: all .3s ease;
}
.logo.block {
	opacity: 1;
}
.header-logo {
  background-color: #fff;
  width: 210px;
  height: 208px;
  border-radius: 0 0 32px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
	transition: all .3s ease;
}
.header-logo.none {
	opacity: 0;
}
.header-logo img {
  	max-width: 128px;
	width: 100%;
  	height: auto;
}
.header-logo::after {
  content: "";
  position: absolute;
  top: 120px;
  left: 210px;
  width: 64px;
  height: 64px;
  background-color: transparent;
  border-radius: 32px;
  box-shadow: -32px -32px 0 0 #fff;
  pointer-events: none;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.nav-list a {
    text-decoration: none;
    font-weight: bold;
    position: relative;
    padding-bottom: 5px;
}

.nav-list a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #3b5a84;
    transition: width 0.3s ease;
}

.nav-list a:hover::after {
    width: 100%;
}

.nav-list .current-menu-item a::after {
    width: 100%;
}

.btn-contact {
	display: inline-block;
	background-color: #3b5a84;
	color: #fff;
	padding: 12px 35px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: bold;
	transition: opacity 0.3s;
}

.btn-contact:hover {
	opacity: 0.8;
}

/*ハンバーガーメニュー*/
.header-hamburger {
    position: relative;
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 110;
}
.header-hamburger__line {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    background-color: #355882;
    border-radius: 4px;
    transition: all 0.4s;
}
.header-hamburger__line:nth-child(1) { top: 0; width: 22px; }
.header-hamburger__line:nth-child(2) { top: 50%; transform: translateY(-50%); }
.header-hamburger__line:nth-child(3) { bottom: 0; width: 22px; }
.header-hamburger.is-active .header-hamburger__line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.header-hamburger.is-active .header-hamburger__line:nth-child(2) {
    opacity: 0;
}
.header-hamburger.is-active .header-hamburger__line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}
.sp-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 74vh;
	height: 74dvh;
    background-color: #fff;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.5s ease;
   	padding-bottom: 40px;
	border-radius: 0px 0px 24px 24px;
	pointer-events: none;
	
	display: flex;
    flex-direction: column;
    gap: 40px;
	overflow-y: auto;
}
.sp-menu.is-active {
    top: 72px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
	pointer-events: auto;
}
.sp-menu__item {
	display: flex;
	align-items: center;
	gap: 24px;
	padding-inline: 24px 32px;
	padding-block: 24px;
	position: relative;
	transition: all .3s ease;
}
.sp-menu__item:hover {
	background-color: #EAEFF3;
}
.sp-menu__item:hover .icon-arrow rect {
    fill: #355882;
}
.sp-menu__item:hover .icon-arrow path {
    fill: #fff;
}
.sp-menu__label {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	flex: 1;
}
.sp-menu__footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	padding-inline: 35px;
}
.sp-menu__contact {
	max-width: 320px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 16px 24px;
    background-color: #355882;
    border-radius: 88px;
	position: relative;
}
.sp-menu__contact:hover svg {
	transform: translateX(5px);
}
.sp-menu__contact-text {
	font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.06em;
    color: white;
    text-align: left;
    width: 100%;
}
.sp-menu__copyright {
	font-size: 12px;
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: 0.06em;
	opacity: 0.4;
}
@media screen and (max-width: 1024px) {
	.header-inner {
		padding-inline: 16px 24px;
		height: 58px;
	}
	.header-logo {
		width: 93px;
		height: 100px;
		border-radius: 0 0 16px 0;
	}
	.header-logo img {
		max-width: 60px;
	}
	.logo {
		max-width: 43px;
	}
	.header-nav {
		display: none;
	}
	.header-logo::after {
        top: 58px;
        left: 93px;
        width: 40px;
        height: 40px;
        border-radius: 16px;
        box-shadow: -20px -20px 0 0 #fff;
    }
}

/* ========================================
   メインビジュアル
   ======================================== */
.mv {
	width: 100%;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.mv::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	z-index: -999;
	background-color: rgba(32, 66, 96, 0.4);
}

.mv img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -9999;
}

.page-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	color: white;
}

.page-title__sub {
	font-weight: 700;
	font-size: 56px;
	line-height: 1;
	letter-spacing: 0.06em;
	color: white;
}

.page-title h1 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.06em;
	color: white;
}

@media screen and (max-width: 1024px) {
	.page-title {
		gap: 12px;
	}

	.page-title__sub {
		font-size: 36px;
	}

	.page-title h1 {
		font-size: 16px;
	}
}
/* ========================================
   トップページ
   ======================================== */
.fv {
	position: relative;
	margin-left: 40px;
	margin-bottom: 42px;
	overflow: hidden;
	border-bottom-left-radius: 32px;
}
.fv::after {
    content: "";
    position: absolute;
    top: 88px;
    width: 64px;
    height: 64px;
    background-color: transparent;
    border-radius: 32px;
    box-shadow: -32px -32px 0 0 #fff;
    pointer-events: none;
}
.fv__copy {
	position: absolute;
	left: 0px;
	bottom: 64px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	z-index: 1;
}
.fv__copy-line {
	font-weight: 500;
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0.06em;
	white-space: nowrap;
	padding: 8px 8px 8px 24px;
	background-color: white;
	opacity: 0;
    transform: translateY(20px);
    transition: none;
	animation: fadeUp 0.8s ease-out forwards;
}
.fv__copy-line:nth-child(1) {
	width: 198px;
	animation-delay: 0.5s;
}
.fv__copy-line:nth-child(2) {
	width: 198px;
	animation-delay: 1.2s;
}
.fv__copy-line:nth-child(3) {
	width: 319px;
	animation-delay: 1.9s;
}
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fv__slider-item {
	max-width: 1184px;
	width: 100%;
	margin-inline: 8px;
}
.fv__slider-image {
	width: 100%;
    height: calc(100vh - 120px);
    height: calc(100dvh - 120px);
    max-height: 702px; 
    object-fit: cover;
}

.fv__slider {
    overflow: hidden;
    width: 100%;
    border-bottom-left-radius: 32px;
}

.fv__slider-list {
    display: flex;
    width: max-content;
    list-style: none;
    padding: 0;
    margin: 0;
    animation: infinity-scroll 30s linear infinite;
}

.fv__slider-item {
    width: calc(100vw - clamp(20px, 8vw, 110px));
    flex-shrink: 0;
}

.fv__slider-image {
    width: 100%;
    height: calc(100dvh - 120px);
    max-height: 702px;
    object-fit: cover;
    display: block;
}
@keyframes infinity-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.about-intro {
	width: 90%;
	padding-block: 130px 200px;
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.about-intro__title {
	font-weight: 400;
	font-size: 32px;
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: center;
}
.about-intro__title span {
	display: inline-block;
}
.about-intro__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 2.4;
	letter-spacing: 0.06em;
	text-align: center;
}
.value-slider {
	margin-inline: 120px;
    padding-bottom: 120px;
    overflow: hidden;
}
.value-slider__nav {
	display: flex;
	gap: 16px;
	position: absolute;
	right: 120px;
	top: 0px;
	z-index: 9;
}
.value-slider__item {
	display: flex !important;
	align-items: flex-start;
	gap: 120px;
	margin-inline: 24px;
}
.value-card {
	display: flex;
	flex-direction: column;
	gap: 120px;
	width: 400px;
}
.value-card__index {
	display: flex;
	align-items: flex-end;
	gap: 16px;
}
.value-card__index-start {
	font-weight: 100;
	font-size: 80px;
	line-height: 58px;
	letter-spacing: 0.06em;
	background: linear-gradient(330deg, #467CB0 14.49%, #355882 87.09%);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	background-clip: text;
}
.value-card__index-end {
	font-weight: 100;
	font-size: 40px;
	line-height: 28px;
	letter-spacing: 0.06em;
	background: linear-gradient(330deg, #467CB0 14.49%, #355882 87.09%);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	background-clip: text;
}
.value-card__content {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.value-card__title {
	font-weight: 400;
	font-size: 32px;
	line-height: 1.8;
	letter-spacing: 0.06em;
}
.value-card__title span {
	display: inline-block;
}
.value-card__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 2.4;
	letter-spacing: 0.06em;
}
.value-slider__image {
	max-width: 680px;
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
}
.home-news {
	background-color: #EAEFF3;
	padding-block: 160px;
}
.home-news__inner {
	display: flex;
	align-items: flex-start;
	gap: 120px;
	padding-inline: 120px;
}
.home-news__header {
	width: 100%;
    display: flex;
    flex-direction: column;
    gap: 56px;
    flex-shrink: 0;
    max-width: 280px;
}
.home-news__cta {
	max-width: 280px;
	width: 100%;
}
.reform__cta-link:hover svg {
	transform: translateX(5px);
}
.home-news__cta-inner {
	display: flex;
	align-items: center;
}
.home-news__content {
	width: 100%;
}
.home-news__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.home-news__item {
	padding: 16px 32px;
	border-radius: 6px;
	background-color: white;
}
.home-news__item a {
	display: flex;
    align-items: center;
    gap: 24px;
}
.home-news__item:hover .cat {
	background-color: #355882;
	color: white;
	transition: all 0.3s ease;
}
.home-news__item:hover .home-news__arrow rect {
	fill: #355882;
	transition: fill 0.3s ease;
}
.home-news__item:hover .home-news__arrow path {
	fill: #ffffff;
	transition: fill 0.3s ease;
}
.home-hero-image {
	position: relative;
	overflow: hidden;
	height: 480px;
	clip-path: inset(0); 
}
.home-hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}
.business-overview {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 160px 120px;
}
.business-overview__content {
	max-width: 560px;
    width: 100%;
	display: flex;
	flex-direction: column;
	gap: 56px;
}
.business-overview__title {
	max-width: unset;
    width: unset;
    margin: unset;
	padding-inline: 0px;
}
.business-overview__headline {
	font-weight: 400;
	font-size: 32px;
	line-height: 1.8;
	letter-spacing: 0.06em;
}
.service {
    display: flex;
    flex-direction: column;
}

.service__inner {
    display: grid;
    grid-template-columns: 1fr min(55.5vw, 800px);
    align-items: stretch;
    position: relative;
}
.service__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 80px;
    padding-inline: 120px;
	padding-block: 86px;
    background-color: #fff;
    z-index: 2;
}

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

.service__headline {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.8;
    letter-spacing: 0.06em;
}

.service__headline span {
	display: inline-block;
}

.service__cta {
    margin-inline-start: 0;
    max-width: 320px;
    width: 100%;
}

.service__img-wrap {
    position: relative;
    height: 100%;
    clip-path: inset(0); 
    z-index: 1;
}

.service__image {
    position: fixed;
    top: 0;
    width: min(55.5vw, 800px); 
    height: 880px;
    object-fit: cover;
    z-index: -1;
}
.other-works {
	display: flex;
	flex-direction: column;
	gap: 80px;
	padding-block: 160px;
	overflow: hidden;
}
.other-works__inner {
	display: flex;
	gap: 120px;
	padding-left: 120px;
}
.other-works__header {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-shrink: 0;
}
.other-works__header .section__title {
	width: unset;
	margin: unset;
}
.other-flow__nav {
	display: flex;
	gap: 16px;
}
.other-works__item {
	max-width: 360px;
	width: 100%;
	margin-inline: 12px;
	overflow: hidden;
}
.other-works__item a {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.other-works__media {
	position: relative;
	border-radius: 16px;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}
.other-works__media .case-item__category {
	position: absolute;
	top: 24px;
}
.other-works__media .case-item__cat-en {
	font-size: 14px;
}
.other-works__media .case-item__cat-jp {
	font-size: 8px;
}
.other-works__media img {
	max-width: 360px;
	width: 100%;
	height: auto;
	border-radius: 16px;
	transition:.7s all;
}
.other-works__item:hover .other-works__media img {
	transform:scale(1.1,1.1);
}
.other-works__body {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.other-works__cta {
	padding-right: 120px;
}
.area {
	background-color: #EAEFF3;
	padding-block: 160px;
}
.area__inner {
	display: flex;
	align-items: center;
	gap: 120px;
	padding-inline: 32px 120px;
}
.area__inner img {
	max-width: 640px;
	width: 100%;
	height: auto;
	border-radius: 16px;
}
.area__content {
	display: flex;
	flex-direction: column;
	gap: 56px;
}
.area__content .section__title {
	width: unset;
	margin: unset;
}
.area__body {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.area__headline {
	font-weight: 700;
	font-size: 20px;
	line-height: 2.0;
	letter-spacing: 0.06em;
	color: #355882;
}
.area__list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 4px;
}
.area__list .area__item {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #355882;
	
	padding: 8px 12px;
	background-color: white;
	border-radius: 40px;
}
.area__item--text {
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #355882;
}
.area__description {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.06em;
}
.home-recruit {
	display: flex;
	align-items: center;
	gap: 120px;
	padding-block: 160px 120px;
	padding-inline: 120px 32px;
}
.home-recruit__inner {
	max-width: 320px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 56px;
}
.home-recruit__title {
	width: unset;
	margin: unset;
}
/* 親コンテナ：全体を画面幅に収める */
.home-recruit__media {
    display: flex;
    gap: 32px;
    align-items: flex-end;
    width: 100%;
}

/* パララックスの表示窓（共通設定） */
.home-recruit__parallax {
    position: relative;
    overflow: hidden;
    clip-path: inset(0); /* 枠外の画像をカット */
    border-radius: 8px;
    background-color: #eee;
}

/* 中の画像（共通設定） */
.home-recruit__image {
    position: absolute;
    left: 0;
    top: 68%;
    width: 100%;
    height: 140%;
    object-fit: cover;
    will-change: transform;
    pointer-events: none;
    /* チラつき・震え防止 */
    image-rendering: -webkit-optimize-contrast;
    backface-visibility: hidden;
    filter: blur(0);
}

/* --- 個別のサイズ設定（比率維持） --- */

/* メイン：440x584 */
.main-window {
    flex: 0 1 440px;
    aspect-ratio: 440 / 584;
    width: 100%;
}

/* 右側リストの塊 */
.home-recruit__image-list {
    flex: 0 1 376px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 24px;
}

/* サブ01：376x251 */
.sub-window-01 {
    width: 100%;
    aspect-ratio: 376 / 251;
}

.sub-window-02 {
    width: 63.8%;
    aspect-ratio: 1 / 1;
    align-self: flex-end;
}
.home-contact {
	padding-block: 120px 160px;
	padding-inline: 80px;
}
.home-contact__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-block: 120px;
	padding-inline: 80px;
	background-color: #EAEFF3;
	border-radius: 40px;
}
.home-contact__content {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.home-contact__content .section__title {
	width: unset;
	margin: unset;
}
.home-contact__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 2.0;
	letter-spacing: 0.06em;
}
.home-contact__cta {
	max-width: 320px;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.fv {
		height: 580px;
		margin-bottom: 0px;
		padding-left: 0px;
		margin-left: 12px;
		border-bottom-left-radius: 16px;
	}
	.fv::after {
		top: 42px;
        left: 0px;
        width: 40px;
        height: 40px;
        border-radius: 16px;
        box-shadow: -20px -20px 0 0 #fff;
        content: "";
        position: absolute;
        background-color: transparent;
        pointer-events: none;
    }
	.fv__slider-item {
		margin-inline: 6px;
	}
	.fv__slider-image {
        height: calc(100vh - 58px);
        height: calc(100dvh - 58px);
        max-height: 560px;
	}
	.fv__copy {
		left: 0px;
		bottom: 0px;
		gap: 6px;
	}
	.fv__copy-line {	
		font-size: 24px;
		padding: 8px 8px 8px 16px;
	}
	.fv__copy-line:nth-child(1) {
		width: 120px;
	}
	.fv__copy-line:nth-child(2) {
		width: 120px;
	}
	.fv__copy-line:nth-child(3) {
		width: 193px;
	}
	.about-intro {
		width: 100%;
		padding-inline: 24px;
		padding-block: 160px;
	}
	.about-intro__title {
		font-size: 32px;
		line-height: 2.0;
		text-align: left;
	}
	.about-intro__text {
		font-size: 14px;
		text-align: left;
	}
	.value {
		padding-inline: 24px;
		padding-bottom: 68px;
		margin-bottom: 160px;
	}
	.value-slider {
		margin-inline: 0px;
		padding-bottom: 0px;
	}
	.value-slider__item {
		flex-direction: column;
		margin-inline: 16px;
	}
	.value-slider__image {
		max-width: 100%;
		max-height: unset;
	}
	.value-card__index-start {
		font-size: 64px;
		line-height: 73%;
	}
	.value-card__index-line {
		width: 24px;
		flex-shrink: 0;
	}
	.value-card__index-end {
		24px;
		line-height: 70%;
	}
	.value-slider__nav {
		gap: 8px;
		right: 0px;
		padding-right: 24px;
	}
	.value-slider__nav-icon {
		width: 48px;
		height: 48px;
	}
	.value-card {
		width: unset;
	}
	.value-card__content {
		gap: 16px;
	}
	.value-card__title {
		font-size: 24px;
	}
	.value-card__text {
		font-size: 14px;
	}
	.home-news__inner {
		padding-inline: 24px;
		flex-direction: column;
		align-items: unset;
		gap: 56px;
	}
	.home-news__header .section__title {
		padding-inline: 0px;
	}
	.home-news__item {
		padding: 16px 24px;
	}
	.home-news__item .news-item__title {
		font-size: 14px;
	}
	.home-news__cta {
		max-width: 280px;
		margin: auto;
	}
	.home-hero-image {
		height: 320px;
	}
	.business-overview {
		padding-inline: 24px;
		padding-block: 80px 120px;
		flex-direction: column;
		gap: 80px;
	}
	.business-overview__content {
		gap: 40px;
	}
	.business-overview__headline {
		font-size: 28px;
	}
	.service__inner {
        grid-template-columns: 1fr;
        height: auto;
    }
    .service__img-wrap {
		width: 100%;
        height: 390px;
        clip-path: none;
        order: -1;
    }
    .service__image {
        position: relative;
        width: 100%;
        height: 100%;
        top: auto;
        right: auto;
    }
    .service__block {
		padding-block: 80px 120px;
        padding-inline: 24px;
        gap: 40px;
    }
	.service__content {
		gap: 40px;
	}
	.service__headline {
		font-size: 28px;
		line-height: 1.8;
	}
	.service__cta {
		max-width: 280px;
	}
	.other-works {
		padding-block: 40px 160px;
	}
	.other-works__inner {
		flex-direction: column;
		gap: 80px;
		padding-left: 24px;
	}
	.other-works__header {
		flex-direction: row;
		padding-right: 24px;
	}
	.other-works__header .section__title {
		padding-inline: 0px;
	}
	.other-flow__nav svg {
		width: 48px;
		height: 48px;
	}
	.other-works__item {
		max-width: 320px;
	}
	.other-works__item .case-item__title {
		font-size: 20px;
	}
	.other-works__cta {
		max-width: 280px;
		width: 100%;
		padding-right: 0px;
		margin: auto;
	}
	.area__inner {
		flex-direction: column;
		padding-inline: 24px;
	}
	.area__inner img {
		max-width: 100%;
	}
	.area__content .section__title {
		padding-inline: 0px;
	}
	.area__headline {
		font-size: 18px;
	}
	.area__item {
		font-size: 14px;
	}
	.area__description {
		font-size: 12px;
	}
	.home-recruit {
		flex-direction: column;
		padding-block: 160px 80px;
    	padding-inline: 0px;
	}
	.home-recruit__inner {
		max-width: 100%;
		padding-inline: 24px;
	}
	.home-recruit__title {
		padding-inline: 0px;
	}
	.home-recruit__cta {
		max-width: 280px;
		width: 100%;
		margin: auto;
	}
	.home-recruit__media {
		flex-direction: column;
		gap: 16px;
	}
	.main-window {
		flex: 0 1 372px;
        aspect-ratio: 280 / 372;
        width: calc(100% - 110px);
        height: 372px;
		border-radius: 8px 0px 0px 8px;
	}
	.home-recruit__image {
		top: 67%;
	}
	.home-recruit__image-list {
		flex-direction: row;
		align-items: flex-start;
		gap: 16px;
		padding-right: 24px;
		flex: 0 1 195px;
	}
	.sub-window-01 {
		height: 148px;
		aspect-ratio: 222 / 148;
		border-radius: 0px 8px 8px 0px;
	}
	.home-contact {
		padding-block: 80px 160px;
    	padding-inline: 24px;
	}
	.home-contact__inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 80px 32px;
		gap: 32px;
	}
	.home-contact__content {
		gap: 32px;
	}
	.home-contact__content .section__title {
		padding-inline: 0px;
	}
	.home-contact__text{
		font-size: 14px;
	}
	.home-contact__cta {
		max-width: 100%;
	}
}
/* ========================================
   お知らせ
   ======================================== */
.news {
	padding-block: 120px 200px;
	display: flex;
	gap: 120px;
	width: 90%;
}
.news__inner {
	display: flex;
	flex-direction: column;
	gap: 80px;
	flex: 1;
}
.news__inner .news__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	list-style: none;
	padding-left: unset;
}
.news__list li {
	padding: 16px 32px;
	border-radius: 6px;
	transition: all .3s ease;
}
.news__list li a {
	display: flex;
	align-items: center;
	gap: 24px;
}
.news__list li:hover {
	background-color: #EAEFF3;
}
.news__list li:hover {
	background-color: #EAEFF3;
}
.news-item__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.news-item__meta {
	display: flex;
	align-items: center;
	gap: 8px;
}
.date {
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #355882;
}
.cat {
	font-weight: 700;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #355882;
	padding: 6px 12px;
	border: solid 1px #355882;
	border-radius: 12px;
	transition: all .3s ease;
}
.news__list li:hover .cat {
	color: #fff;
	background-color: #355882;
}
.news-item__title {
	font-weight: 500;
	font-size: 16px;
	line-height: 2.0;
	letter-spacing: 0.06em;
	transition: all .3s ease;
}
.news__list li:hover .news-item__title {
	color: #355882;
}
/* アイコン全体の基本設定 */
.icon-arrow {
    cursor: pointer;
    transition: transform 0.3s ease;
}
.icon-arrow rect {
    fill: #EAEFF3;
    transition: fill 0.2s ease;
}
.icon-arrow path {
    fill: #355882;
    transition: fill 0.2s ease;
}
.news__list li:hover .icon-arrow rect {
    fill: #355882;
}
.news__list li:hover .icon-arrow path {
    fill: #EAEFF3;
}
.category-filter {
	display: flex;
	flex-direction: column;
	gap: 2px;
	list-style: none;
    padding-left: unset;
}
.category-filter li {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.06em;
	color: #494747;
	display: flex;
	align-items: center;
	gap: 8px;
	padding-block: 12px;
	cursor: pointer;
}
.category-filter li.active {
    color: #355882;
	font-weight: 700;
}
.category-filter li .icon-active {
    display: none;
}
.category-filter li.active .icon-active {
    display: block;
}
@media screen and (max-width: 1024px) {
    .news {
        width: 100%;
        gap: 56px;
        flex-direction: column;
        padding-inline: 24px;
    }
	
    /* --- カテゴリーフィルター --- */
    .category-filter {
        display: grid;
        gap: 4px;
        grid-template-columns: 1fr 1fr;
    }
    .category-filter li {
        font-weight: 700;
        font-size: 12px;
        color: #355882;
        justify-content: space-between;
        padding: 12px 16px;
        border-radius: 48px;
        background-color: #EAEFF3;
        
        transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }
    .category-filter li:active {
        transform: scale(0.96);
    }
    .category-filter li.active {
        background-color: #355882;
        color: #fff;
    }
    .category-filter li .icon-active {
        display: block;
        order: 2;
    }
    .icon-active rect, 
    .icon-active path {
        transition: stroke 0.3s ease, fill 0.3s ease;
    }
    .active .icon-active rect {
        stroke: #ffffff;
    }
    .active .icon-active path {
        fill: #ffffff;
    }

    /* --- 記事リスト --- */
    .news__list li {
        padding: 16px 24px;
        transition: background-color 0.3s ease;
    }
    .news__list li:active {
        background-color: #f0f4f7;
    }
    .news__list li a {
        gap: 16px;
        display: flex;
        align-items: center;
    }
	.date {
		font-size: 12px;
	}
	.cat {
		font-size: 11px;
		padding: 4.5px 10px;
	}
    .news-item__title {
        font-size: 14px;
    }
	#pagination-wrapper {
		gap: 12px;
	}
	#pagination-wrapper ul {
		gap: 12px;
	}
}
/* ========================================
   お知らせ（single.php）
   ======================================== */
.page {
	background-color: #EAEFF3;
}
.contents__wrap {
	display: flex;
	flex-direction: column;
	gap: 80px;
	padding-block: 120px 200px;
}
.contents {
	max-width: 960px;
	width: 90%;
	margin: auto;
	padding: 80px;
	background-color: #fff;
	border-radius: 16px;
}
.news-header {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 40px;
}
.news__header--wrap {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.news-header h1 {
	font-weight: 500;
	font-size: 32px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: #273432;
	padding-bottom: 24px;
	border-bottom: solid 1px #EAEFF3;
}
.news-meta {
	display: flex;
	justify-content: space-between;
}
.news-meta__left {
	display: flex;
	align-items: center;
	gap: 16px;
}
.news-meta__left .date {
	color: #151515;
}
.news_cat {
	font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #355882;
    padding: 6px 12px;
    border: solid 1px #355882;
    border-radius: 40px;
}
.news-meta__right {
	display: flex;
	align-items: center;
	gap: 16px;
}
.news-meta__right p {
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.06em;
}
.share-buttons {
	display: flex;
	align-items: center;
	gap: 8px;
}
.share-buttons a {
	width: 40px;
	height: 40px;
}
.share-buttons a img {
	width: 100%;
	height: 100%;
}
.news-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.news-content p {
	font-weight: 400;
	line-height: 2.0;
	letter-spacing: 0.08em;
	color: #273432;
}
.news-content a {
	color: #355882;
	text-decoration: underline;
}
.news-content h2 {
    font-size: 20px;
    font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: #273432;
    padding: 12px 20px;
    border-left: 4px solid #467CB0;
    background: #EAEFF3;
}
h3.wp-block-heading {
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: #273432;
	display: flex;
	align-items: center;
	gap: 8px;
}
h3.wp-block-heading::before {
	content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-image: url(./image/dot.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
h4.wp-block-heading {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: #273432;
}
.annotation {
	font-size: 13px;
	line-height: 1.8;
}
.news__cta {
	max-width: 320px;
	width: 100%;
	margin: auto;
}
.news__cta-link {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 20px 24px;
	background-color: #355882;
	border-radius: 88px;
}

.news__cta-text {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: white;
	text-align: center;
	width: 100%;
}

.news__cta-icon {
	max-width: 32px;
	width: 100%;
	transition: transform 0.3s ease;
	transform: rotate(-180deg);
}

.news__cta:hover .news__cta-icon {
	transform: rotate(-180deg) translateX(5px);
}
@media screen and (max-width: 1024px) {
	.contents__wrap {
		width: 100%;
		padding-inline: 24px;
		padding-block: 80px 160px;
	}
	.contents {
		width: 100%;
		padding: 40px 24px;
	}
	.news__header--wrap {
		gap: 16px;
	}
	.news-header h1 {
		font-size: 20px;
		padding-bottom: unset;
		border-bottom: unset;	
	}
	.news-meta__sp {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding-bottom: 20px;
    	border-bottom: solid 1px #EAEFF3;
	}
	.news-meta {
		justify-content: flex-end;
	}
	.news-meta__right {
		gap: 12px;
	}
	.news-meta__right p {
		font-size: 14px;
	}
	.share-buttons {
		gap: 6px;
	}
	.share-buttons a {
		width: 36px;
		height: 36px;
	}
	.news-content p {
		font-size: 14px;
	}
	.news-content h2 {
		font-size: 18px;
	}
	h3.wp-block-heading {
		font-size: 16px;
	}
	h4.wp-block-heading {
		font-size: 15px;
	}
	.annotation {
		font-size: 12px !important;
	}
	.news__cta-link {
		padding: 16px 24px;
	}
	.news__cta-text {
		font-size: 14px;
	}
	.news__cta-icon {
		max-width: 28px;
		height: 28px;
	}
}
/* ========================================
   施工事例
   ======================================== */
.cases {
	width: 90%;
	display: flex;
    flex-direction: column;
    gap: 80px;
	padding-block: 160px;
}
.cases__category-filter {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}
.cases__category-filter li {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.06em;
	color: #355882;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	background-color: #EAEFF3;
	border-radius: 48px;
	cursor: pointer;
}
.cases__category-filter li.active {
	background-color: #355882;
	color: white;
}
.cases__category-filter li .icon-active {
	transition: all 0.3s ease;
}
.cases__category-filter li:hover .icon-active {
	transform: translateX(3px);
}
.cases__category-filter li.active .icon-active rect {
    stroke: #fff;
}

.cases__category-filter li.active .icon-active path {
    fill: #fff;
}
.cases__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
}
.cases__list li a {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.case-item__thumbnail {
	position: relative;
}
.case-item__thumbnail img {
	width: 100%;
	height: 400px;
	border-radius: 16px;
	object-fit: cover;
}
.case-item__wrap {
	position: absolute;
	top: 24px;
	display: flex;
	flex-direction: column;
}
.case-item__wrap .radius {
	width: 8px;
	height: 8px;
	border-radius: unset;
}
.case-item__category {
	display: flex;
	align-items: center;
	gap: 6px;
	background-color: white;
	padding-block: 8px;
	padding-inline: 8px 12px;
	border-radius: 0px 16px 16px 0px;
	z-index: 9999;
}
.case-item__category::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #355882;
}
.case-item__category div {
	display: flex;
	align-items: center;
	gap: 4px;
}
.case-item__cat-en {
	font-weight: 600;
	font-size: 16px;
	line-height: 14px;
	letter-spacing: 0.04em;
	color: #355882;
}
.case-item__cat-jp {
	font-weight: 700;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #355882;
}
.case-item__body {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.case-item__title {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}
.case-item__description {
	font-weight: 400;
	font-size: 16px;
	line-height: 2.0;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
	.cases {
		width: 100%;
		padding-inline: 24px;
		gap: 56px;
		padding-block: 120px 160px;
	}
	.cases__list {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}
	.cases__category-filter {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.cases__category-filter li {
		font-size: 12px;
		justify-content: space-between;
		padding: 12px 16px;
	}
	.case-item__category {
		padding: 6px 10px;
		gap: 4px;
	}
	.case-item__category div {
		gap: 2px;
	}
	.case-item__thumbnail img {
		height: 245px;
	}
	.case-item__title {
		font-size: 18px;
	}
	.case-item__description {
		font-size: 14px;
	}
}
/* ========================================
   施工事例（single）
   ======================================== */
.case-detail {
    display: flex;
    align-items: flex-start;
    gap: 56px;
    padding-block: 88px 160px;
    padding-left: 120px;
    position: relative;
}
.case-detail::before {
    content: '';
    display: block;
    width: 100vw;
    height: 368px;
    background-color: #EAEFF3;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -9999;
}

/* --- info --- */
.case-detail__inner {
    max-width: 384px;
    width: 100%;
    flex-shrink: 0;
    padding-top: 56px;
}
.case-detail__header {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.case-detail__meta {
    display: flex;
    flex-direction: column;
    gap: 56px;
}
.case-detail__excerpt p {
	font-weight: 400;
    font-size: 16px;
    line-height: 2.4;
    letter-spacing: 0.06em;
}
.case-detail__category {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-inline: 10px 16px;
    padding-block: 10px;
    border-radius: 0px 19.41px 19.41px 0px;
    background: linear-gradient(292.98deg, #467CB0 14.85%, #355882 85.11%);
}
.case-detail__category::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
}
.case-detail__category-text {
    display: flex;
    align-items: center;
    gap: 4px;
}
.case-detail__cat-en {
    font-weight: 600;
    font-size: 18px;
    line-height: 14px;
    letter-spacing: 0.06em;
    color: #fff;
}
.case-detail__cat-jp {
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #fff;
}
.case-detail__title-text {
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.06em;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.case-detail__title-text span {
    padding: 8px;
    background-color: white;
    color: #355882;
    line-height: 1.4;
	letter-spacing: 0.06em;
	max-width: fit-content;
	text-align: justify;
}
.case-detail__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.case-detail__block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 24px;
    background-color: #EAEFF3;
    border-radius: 8px;
}
.case-detail__block-head {
    display: flex;
    align-items: center;
    gap: 6px;
}
.case-detail__block-head p {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    color: #355882;
}
.case-detail__chance {
    display: flex;
    align-items: center;
    gap: 12px;
}
.case-detail__chance p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    padding-right: 12px;
    border-right: solid 1px #C1C7CC;
}
.case-detail__chance p:last-child {
    padding-right: unset;
    border-right: unset;
}

/* --- hero image --- */
.case-detail__thumb {
    max-width: 880px;
    width: 100%;
    height: 880px;
    object-fit: cover;
    border-radius: 24px 0px 0px 24px;
}

/* --- video / before-after --- */
.case-video {
    width: 90%;
    padding-bottom: 120px;
}
.case-video__list {
	display: flex;
	height: 75vh; 
    max-height: 675px;
}
.video-item {
	width: 100%;
	position: relative;
}

.case-video__item {
	width: 100%;
}

.video-item .case-b-images__label {
	z-index: 99999;
    right: 0px;
    top: 0px;
    height: fit-content;
	border-radius: 0px 0px 0px 4px;
}
.video-item .case-a-images__label {
	z-index: 99999;
    right: 0px;
    top: 0px;
    height: fit-content;
	border-radius: 0px 0px 0px 4px;
}
.case-ba-section {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 120px;
}
.case-ba-images {
    display: flex;
    gap: 24px;
}
.case-ba-images__item {
    position: relative;
}
.case-ba-images__item img {
    border-radius: 16px;
    width: 100%;
    object-fit: cover;
}
.case-a-images__label,
.case-b-images__label {
    position: absolute;
    right: 0px;
    bottom: 16px;
    padding: 8px;
    border-radius: 4px 0px 0px 4px;
}
.case-a-images__label {
    background-color: #467CB0;
}
.case-b-images__label {
    background-color: #6E777F;
}
.case-images__label {
    font-weight: 600;
    font-size: 16px;
    line-height: 13px;
    letter-spacing: 0.06em;
    color: white;
}

/* --- overview --- */
.case-overview {
    width: 90%;
    display: flex;
    align-items: center;
    gap: 200px;
    padding-bottom: 160px;
}
.case-overview .section__title {
    max-width: fit-content;
    margin: 0;
}
.case-overview__list {
    width: 100%;
}
.case-overview__item {
    display: flex;
    gap: 32px;
    padding-block: 16px;
    border-bottom: solid 1px #EAEFF3;
}
.case-overview__label {
    width: 240px;
    font-weight: 700;
    font-size: 14px;
    line-height: 2.0;
    letter-spacing: 0.06em;
}
.case-overview__value {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 2.0;
    letter-spacing: 0.06em;
}

/* --- other works (slider) --- */
.case-other-works {
    display: flex;
    flex-direction: column;
    gap: 80px;
    overflow: hidden;
    padding-bottom: 160px;
}
.case-other-works__items .slick-list {
    overflow: visible;
}
.case-other-works__item {
    max-width: 360px;
    width: 100%;
    margin: 0 12px;
    box-sizing: border-box;
}
.case-other-works__link {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.case-item {
    position: relative;
}
.case-item__header {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 24px;
}
.radius {
    width: 8px;
    height: 8px;
    border-radius: unset;
}
.case-item__thumb {
    width: 100%;
    height: 258px;
	object-fit: cover;
    border-radius: 16px;
}
.js-slick-cases:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
}

/* --- CTA --- */
.cases__cta {
    margin: auto;
    max-width: 320px;
    width: 100%;
}
.cases__cta span {
	text-align: center;
}
.cases__cta svg {
    display: inline-block;
    transition: transform 0.3s ease;
}
.cases__cta:hover svg {
    transform: translateX(-5px);
}

/* --- responsive --- */
@media screen and (max-width: 1024px) {
    .case-detail {
        padding-block: 62px 120px;
        padding-left: 0px;
        flex-direction: column;
    }
	.case-video__list {
		height: 192px;
	}
    .case-detail::before {
        height: 606px;
    }
    .case-detail__inner {
        padding-top: 0px;
        order: 2;
		max-width: 100%;
    }
    .case-detail__thumb--wrap {
        padding-right: 24px;
    }
    .case-detail__thumb {
        max-width: 100%;
        width: 100%;
        height: 366px;
        border-radius: 0px 24px 24px 0px;
    }
    .case-detail__header {
        padding-inline: 24px;
        gap: 32px;
    }
    .case-detail__meta {
        gap: 32px;
    }
	.case-detail__excerpt p {
		font-size: 14px;
	}
    .case-detail__category {
        padding: 8px 12px;
    }
    .case-detail__category::before {
        width: 4px;
        height: 4px;
    }
    .case-detail__cat-en {
        font-size: 16px;
    }
    .case-detail__cat-jp {
        font-size: 8px;
    }
    .case-detail__title-text {
        font-size: 24px;
    }
    .case-detail__excerpt p {
        font-size: 14px;
    }
    .case-detail__chance {
        flex-wrap: wrap;
    }
    .case-video {
        width: 100%;
        padding-inline: 24px;
    }
    .case-ba-section {
        width: 100%;
        padding-inline: 24px;
        gap: 8px;
    }
    .case-ba-images {
        gap: 8px;
    }
    .case-detail__block-head p {
        font-size: 13px;
    }
    .case-detail__chance p {
        font-size: 13px;
    }
    .case-overview {
        width: 100%;
        flex-direction: column;
        gap: 56px;
    }
    .case-overview .section__title {
        max-width: unset;
    }
    .case-overview__list {
        padding-inline: 24px;
    }
    .case-overview__label {
        font-size: 13px;
    }
    .case-overview__value {
        font-size: 13px;
    }
    .case-other-works {
        gap: 0px;
    }
    .case-other-works__list {
        margin-bottom: 56px;
    }
    .case-other-works__item {
        max-width: 320px;
    }
	.case-item__thumb {
		height: 229px;
	}
    .case-other-works__header {
        padding-inline: 24px;
        display: flex;
        gap: 16px;
        margin-bottom: 80px;
    }
    .case-other-works__header .section__title {
        padding-inline: 0px;
    }
    .other-flow__nav {
        display: flex;
        flex-shrink: 0;
        gap: 16px;
    }
    .cases__cta svg {
        flex-shrink: 0;
    }
    .cases__cta .reform__cta-text {
        text-align: center;
    }

    /* --- 1. 縦積み（1枚 or 横長2枚） --- */
    .case-ba-images.is-single,
    .case-ba-images.sp-stack {
        flex-direction: column;
        gap: 16px;
    }
    .case-ba-images.is-single img,
    .case-ba-images.sp-stack img {
        height: auto !important;
        aspect-ratio: auto !important;
    }

    /* --- 2. 横並び（縦長・スクエア混在） --- */
    .case-ba-images.sp-grid {
        flex-direction: row;
        gap: 8px;
        align-items: stretch;
    }
    .case-ba-images.sp-grid .case-ba-images__item {
        flex: var(--img-ratio) 1 0;
        min-width: 0;
    }
    .case-ba-images.sp-grid img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: auto;
    }
    .case-a-images__label,
    .case-b-images__label {
        padding: 4px;
    }
    .case-images__label {
        font-size: 12px;
        line-height: 10px;
    }
}
/* ========================================
   事業案内
   ======================================== */
.reform {
	display: flex;
	flex-direction: column;
	gap: 80px;
	padding-block: 160px 120px;
}

.reform__content {
	width: 90%;
	display: flex;
	flex-direction: column;
	gap: 56px;
}

.reform__image {
	height: 600px;
	border-radius: 24px;
	object-fit: cover;
}

.reform__text {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.reform__title {
	font-weight: 400;
	font-size: 32px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.reform__title span {
	display: inline-block;
}

.reform__description {
	font-weight: 400;
	font-size: 16px;
	line-height: 2.0;
	letter-spacing: 0.06em;
}

.reform__cta-link {
	max-width: 320px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 20px 24px;
	background-color: #355882;
	border-radius: 88px;
	float: right;
}

.reform__cta-text {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: white;
	text-align: left;
	width: 100%;
}

.reform__cta-icon {
	max-width: 32px;
	width: 100%;
	transition: transform 0.3s ease;
}

.reform__cta:hover .recruit__cta-icon {
	transform: translateX(5px);
}

/* --- Image Slider --- */
.image__slider--wrap {
    padding-bottom: 120px;
    overflow: hidden;
    width: 100%;
}

.image-slider {
    display: flex;
    width: max-content;
    list-style: none;
    padding: 0;
    margin: 0;
    animation: image-scroll 40s linear infinite;
}

.image-slider__item {
    width: 480px;
    flex-shrink: 0;
    margin-inline: 8px;
}

.image-slider__img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

@keyframes image-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* --- About Reform / Flow --- */
.about-reform {
	display: flex;
	flex-direction: column;
	gap: 120px;
	padding-bottom: 160px;
}

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

.reform-flow {
	display: flex;
	flex-direction: column;
	gap: 56px;
	position: relative;
}

.about-reform__title-wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-bottom: 32px;
	position: relative;
}

.about-reform__title-wrap::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 32px;
	height: 1px;
	background: #355882;
}

.reform-flow__wrap {
	display: flex;
	flex-direction: column;
	gap: 80px;
	position: relative;
}

.about-reform__sub-title {
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #355882;
}

.about-reform__main-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: #355882;
}

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

.about-reform__feature-item {
	display: flex;
	align-items: center;
	gap: 80px;
}

.about-reform__feature-item img {
	max-width: 560px;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.about-reform__feature-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.about-reform__feature-number {
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #355882;
	width: fit-content;
	padding-bottom: 8px;
	border-bottom: solid 1px #355882;
}

.about-reform__feature-text {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.about-reform__feature-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.about-reform__feature-title span {
	display: inline-block;
}

.about-reform__feature-description {
	font-weight: 400;
	font-size: 16px;
	line-height: 2.0;
	letter-spacing: 0.06em;
}

.about-reform__feature-description span {
	font-weight: 700;
	color: #355882;
}

.reform-flow__container_pc,
.reform-flow__container {
	display: flex;
	align-items: center;
	gap: 40px;
}

.reform-flow__step {
	display: flex;
	flex-direction: column;
	gap: 32px;
	flex: 1;
	margin-inline: 8px;
}

.reform-flow__step img {
	width: 100%;
}

.reform-flow__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.reform-flow__title {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: #355882;
	text-align: center;
}

.reform-flow__title span {
	display: inline-block;
	color: #355882;
}

.reform-flow__description {
	font-weight: 400;
	font-size: 16px;
	line-height: 2.0;
	letter-spacing: 0.06em;
}

.reform-flow__arrow {
	width: 24px;
}

.real-estate {
	display: flex;
	flex-direction: column;
	gap: 160px;
	padding-block: 160px;
}

.real-estate__wrap {
	display: flex;
	flex-direction: column;
	gap: 80px;
}

/* --- Responsive (1024px) --- */
@media screen and (max-width: 1024px) {
	.reform {
		padding-block: 120px;
	}

	.reform__content {
		width: 100%;
		padding-inline: 24px;
	}

	.reform__image {
		height: auto;
	}

	.reform__title {
		font-size: 24px;
	}

	.reform__description {
		font-size: 14px;
	}

	.reform__cta {
		padding-inline: 11px;
	}

	.reform__cta-link {
		max-width: 100%;
		gap: 16px;
		padding: 16px 24px;
	}

	.reform__cta-text {
		font-size: 14px;
	}

	.reform__cta-icon {
		max-width: 28px;
		height: 28px;
	}
	
	.image__slider--wrap {
		padding-bottom: 0px;
	}

	.image-slider {
		height: unset;
	}
	
	.image-slider__item {
		width: 280px;
	}

	.image-slider__img {
		height: 187px;
	}
	
	.about-reform {
		padding-inline: 24px;
		padding-block: 120px 0px;
		overflow: hidden;
	}

	.about-reform__feature-item {
		flex-direction: column;
		gap: 32px;
	}

	.about-reform__title-wrap {
		gap: 12px;
		padding-bottom: 24px;
	}

	.about-reform__sub-title {
		font-size: 12px;
	}

	.about-reform__main-title {
		font-size: 20px;
	}

	.about-reform__wrap {
		gap: 80px;
	}

	.about-reform__feature-content {
		align-items: center;
	}

	.about-reform__feature-title {
		font-size: 20px;
	}

	.about-reform__feature-description {
		font-size: 14px;
	}

	.reform-flow {
		padding-block: 120px;
	}

	.reform-flow::after {
		content: '';
		display: block;
		width: 100vw;
		height: 100%;
		background-color: #EAEFF3;
		position: absolute;
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
		z-index: -999999;
	}

	.reform-flow__nav button {
		background: none;
		border: none;
		cursor: pointer;
		padding: 0;
		transition: opacity 0.3s ease;
	}

	.reform-flow__nav button.slick-disabled {
		opacity: 0.2;
		cursor: default;
	}

	.reform-flow .slick-list {
		overflow: visible !important;
	 }

	.reform-flow__inner {
		min-height: 556px;
		display: flex;
		flex-direction: column;
		gap: 32px;
		padding-block: 32px;
		background-color: white;
		border-radius: 16px;
	}

	.reform-flow__content {
		padding-inline: 24px;
	}

	.reform-flow__description {
		font-size: 14px;
	}

	.reform-flow__nav {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 9999999;
		width: 100vw;
		display: flex;
		justify-content: space-between;
		padding-inline: 16px;
	}
}

/* ========================================
   企業理念
   ======================================== */
.philosophy__hero {
	display: flex;
	flex-direction: column;
	gap: 56px;
	width: 90%;
	padding-block: 160px 240px;
	position: relative;
}

.philosophy__hero-content {
	position: relative;
	margin-bottom: 32px;
}

.philosophy__hero-image {
	width: 100%;
	height: 480px;
	object-fit: cover;
}

.philosophy__hero-tagline {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	position: absolute;
	bottom: -32px;
}

.philosophy__hero-tagline p {
	font-weight: 500;
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #355882;
	padding: 16px 24px;
	background-color: white;
}

.philosophy__label {
	font-weight: 700;
	font-size: 160px;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #EAEFF3;
	opacity: 0.4;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: -999;
}

/* --- Responsive (1024px) --- */
@media screen and (max-width: 1024px) {
	.philosophy__hero {
		width: 100%;
		padding-inline: 24px;
		padding-block: 120px 160px;
	}

	.philosophy__hero-content {
		margin-bottom: 148px;
	}

	.philosophy__hero-image {
		height: 200px;
	}

	.philosophy__hero-tagline {
		gap: 4px;
		bottom: -148px;
	}

	.philosophy__hero-tagline p {
		padding: 8px;
		font-size: 24px;
	}

	.philosophy__description {
		font-size: 14px;
	}

	.philosophy__label {
		font-size: 72px;
		text-align: right;
		right: -8px;
		bottom: 80px;
	}
}

/* ========================================
   代表挨拶
   ======================================== */
.greeting__section {
	padding-block: 240px 160px;
	padding-right: 120px;
	position: relative;
}

.greeting__section::before {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background-color: #EAEFF3;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -99999;
}

.greeting__label {
	font-weight: 700;
	font-size: 160px;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	opacity: 0.4;
	position: absolute;
	left: 0px;
	top: -128px;
	z-index: -999;
}

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

.greeting__image--wrap {
	max-width: 640px;
	width: 100%;
}

.greeting__image {
	width: 100%;
	border-radius: 0px 24px 24px 0px;
}

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

.greeting__title {
	font-weight: 500;
	font-size: 32px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: #355882;
}

.greeting__title span {
	display: inline-block;
	color: #355882;
}

.greeting__author {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.greeting__position {
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.06em;
}

.greeting__name-jp {
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.06em;
}

.greeting__name-en {
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.06em;
}

/* --- Responsive (1024px) --- */
@media screen and (max-width: 1024px) {
	.greeting__section {
		padding-block: 160px 120px;
		padding-inline: 0px;
		overflow: hidden;
	}

	.greeting__label {
		font-size: 72px;
		top: -56px;
		left: -20px;
	}

	.greeting__container {
		flex-direction: column;
		align-items: flex-start;
		gap: 80px;
	}

	.greeting__image--wrap {
		padding-right: 30px;
	}

	.greeting__image {
		max-width: 100%;
	}

	.greeting__content {
		padding-inline: 24px;
	}

	.greeting__title {
		font-size: 24px;
	}

	.greeting__text {
		font-size: 14px;
	}

	.greeting__name-jp {
		font-size: 20px;
	}

	.greeting__name-en {
		font-size: 11px;
	}
}
/* ========================================
   会社概要
   ======================================== */
.overlay_en {
	font-family: var(--en-font);
	font-weight: 700;
	font-size: 160px;
	letter-spacing: 0.02em;
	color: #EAEFF3;
	position: absolute;
	z-index: -9999;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	opacity: 40%;
	overflow: hidden;
}

.company-info {
	padding-block: 160px;
}

.company-info .recruit__info--content {
	padding-block: 56px 0px;
}

.company-content {
	padding-top: 56px;
}

.location-info {
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 160px;
}

.location-map {
	max-width: 800px;
	width: 100%;
}

.location-map iframe {
	width: 100%;
	position: relative;
	right: -120px;
}

.location-content {
	display: flex;
	flex-direction: column;
	gap: 40px;
	flex: 1;
}

.location-content .section__title {
	max-width: unset;
	width: unset;
	margin: unset;
}

.location-address p {
	font-weight: 400;
	font-size: 16px;
	line-height: 2.0;
	letter-spacing: 0.06em;
}

.location-link {
	max-width: 320px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 20px 24px;
	border-radius: 40px;
	background-color: #355882;
	position: relative;
}

.location-link p {
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: white;
}

.location-link svg {
	display: inline-block;
	transition: transform 0.3s ease;
}

.location-link:hover svg {
	transform: translateX(5px);
}

/* --- Responsive (1024px) --- */
@media screen and (max-width: 1024px) {
	.overlay_en {
		font-size: 72px;
		left: 12px;
		top: -20px;
	}

	.company-info {
		padding-block: 160px 120px;
	}

	.company-content {
		padding-inline: 24px;
	}

	.location-info {
		flex-direction: column;
		align-items: unset;
		gap: 56px;
		width: 100%;
	}

	.location__content--wrap {
		display: flex;
		flex-direction: column;
		gap: 24px;
		padding-inline: 24px;
	}

	.location-map iframe {
		right: unset;
		height: 273px;
	}

	.location-link p {
		font-size: 14px;
	}

	.location-link svg {
		width: 28px;
		height: 28px;
	}
}

/* ========================================
   採用情報
   ======================================== */
.recruit {
	padding-inline: 32px 120px;
	padding-block: 160px;
}

.recruit__inner {
	display: flex;
	gap: 120px;
}

.recruit__img-group {
	max-width: 656px;
	width: 100%;
}

.recruit__img {
	width: 100%;
	height: auto;
}

.recruit__img:nth-child(2) {
	display: none;
}

.recruit__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 80px;
}

.recruit__description {
	font-size: 18px;
	font-weight: 400;
	line-height: 3.0;
	letter-spacing: 0.06em;
}

.recruit__cta-link {
	display: flex;
	gap: 24px;
	padding: 40px;
	background-color: #355882;
	border-radius: 88px;
}

.recruit__cta-text {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: white;
	text-align: center;
	width: 100%;
}

.recruit__cta-icon {
	max-width: 32px;
	width: 100%;
	transition: transform 0.3s ease;
}

.recruit__cta:hover .recruit__cta-icon {
	transform: translateX(5px);
}
/* ========================================
   学習・採用
   ======================================== */
.learn {
	padding-bottom: 160px;
}

.learn__grid {
	width: 100%;
	display: flex;
	padding-block: 80px 0px;
}

.learn__item {
	width: 100%;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
	position: relative;
	overflow: hidden;
}

/* --- 背景画像共通設定 --- */
.philosophy::before,
.company::before,
.greeting::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	z-index: -99;
	transition: transform 0.3s ease, filter 0.3s ease;
}

.philosophy::before {
	background-image: url("./image/recruit/philosophy.webp");
}

.company::before {
	background-image: url("./image/recruit/company.webp");
}

.greeting::before {
	background-image: url("./image/recruit/greeting.jpg");
}

/* --- ホバーエフェクト --- */
.learn__item:hover::before {
	transform: scale(1.1);
	filter: blur(20px);
}

.learn__info {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.learn__name-jp {
	font-weight: 500;
	font-size: 32px;
	letter-spacing: 0.06em;
	color: white;
}

.learn__name-en {
	font-family: var(--en-font);
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.06em;
	color: white;
}

/* --- アイコン制御 --- */
.learn__icon--wrap {
	position: relative;
	max-width: 64px;
	width: 100%;
}

.learn__icon {
	width: 100%;
	overflow: visible;
}

.learn__icon--hover {
	position: absolute;
	left: 0px;
	opacity: 0;
	transition: all 0.3s ease;
}

.learn__item:hover .learn__icon {
	opacity: 0;
}

.learn__item:hover .learn__icon--hover {
	opacity: 1;
}

/* --- Responsive (1024px) --- */
@media screen and (max-width: 1024px) {
	.recruit {
		padding-inline: 0px;
		padding-block: 120px;
	}

	.recruit__inner {
		flex-direction: column;
	}

	.recruit__img-group {
		max-width: 100%;
	}

	.recruit__img:nth-child(1) {
		display: none;
	}

	.recruit__img:nth-child(2) {
		display: block;
	}

	.recruit__content {
		padding-inline: 24px;
	}
	.recruit__description {
		font-size: 14px;
		line-height: 2.4;
	}
	.recruit__cta-link {
		align-items: center;
		padding: 24px;
		white-space: nowrap;
	}

	.recruit__cta-text {
		font-size: 16px;
	}

	.recruit__cta-icon {
		max-width: 28px;
		max-height: 28px;
	}

	.learn__grid {
		flex-direction: column;
		padding-block: 56px 0px;
	}

	.learn__item {
		height: 280px;
		gap: 32px;
	}

	.learn__info {
		gap: 16px;
	}

	.learn__name-jp {
		font-size: 24px;
	}

	.learn__name-en {
		font-size: 12px;
	}

	.learn__icon--wrap {
		max-width: 56px;
		max-height: 56px;
		width: 100%;
	}

	.learn__icon {
		width: 100%;
	}
}



/* ========================================
   募集要項
   ======================================== */
.recruit__info {
	padding-block: 160px;
}

.recruit__info--content {
	padding-block: 56px 80px;
}

.recruit__info--details {
	display: flex;
	flex-direction: column;
}

.recruit__info--row {
	display: flex;
	border-bottom: solid 1px #EAEFF3;
}

.recruit__info--row ul {
	list-style: disc;
	padding-left: 24px;
}

.recruit__info--row dt {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: #355882;
	width: 240px;
	padding: 24px 16px;
}

.recruit__info--row dd {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.06em;
	padding: 24px;
	flex: 1;
}

.recruit__info--cta {
	max-width: 640px;
	width: 100%;
	margin: auto;
}

@media screen and (max-width: 1024px) {
	.recruit__info {
		padding-block: 160px 120px;
	}

	.recruit__info--content {
		width: 100%;
		padding-inline: 24px;
		padding-block: 56px;
	}

	.recruit__info--details {
		gap: 8px;
	}

	.recruit__info--row {
		flex-direction: column;
		border-bottom: unset;
	}

	.recruit__info--row dt {
		font-size: 14px;
		width: 100%;
		padding: 0;
		padding-bottom: 16px;
		border-bottom: solid 1px #EAEFF3;
	}

	.recruit__info--row dd {
		font-size: 14px;
		padding: 0;
		padding-block: 16px;
	}

	.recruit__info--cta {
		max-width: 100%;
		padding-inline: 24px;
	}
}

/* ========================================
   お問い合わせ
   ======================================== */
.c-form__input input:focus,
.c-form__input textarea:focus {
    box-shadow: 0px 4px 16px 0px rgba(53, 88, 130, 0.1);
}
.contact {
    padding-block: 160px;
    background-color: #EAEFF3;
}

.contact_inner {
    max-width: 1200px;
	width: 90%;
    margin: 0 auto;
    padding: 120px 80px;
    border-radius: 24px;
    background-color: white;
}

.bc_f {
	display: flex;
	flex-direction: column;
	gap: 80px;
}

.c-form-container, 
.c-form {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.c-form__fields {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* --- 2. フォーム行・ラベル --- */
.c-form__row {
    display: flex;
    gap: 32px;
}

/* 住所と詳細は上揃え */
.c-form__row:nth-last-child(-n+2) {
    align-items: flex-start;
}

.c-form__label {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    width: 320px;
    flex-shrink: 0;
    gap: 12px;
}

/* 必須タグ */
.c-form__label span.c-form__tag {
    font-weight: 700;
    font-size: 10px;
    color: white;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #355882;
    border-radius: 12px;
    padding: 4px 8PX;
    line-height: 1;
}

/* --- 3. 入力フィールド共通 --- */
.c-form__input {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.c-form__input input[type="text"],
.c-form__input input[type="email"],
.c-form__input input[type="tel"],
.c-form__input textarea {
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    border: solid 2px #EAEFF3;
    font-size: 16px;
    transition: border-color 0.3s;
}

.c-form__input input:focus,
.c-form__input textarea:focus {
    outline: none;
    border-color: #355882;
}

.c-form__input textarea {
    min-height: 160px;
}

/* --- 4. カスタムラジオボタン --- */
.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 32px;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* 標準のラジオボタンを上書き */
.wpcf7-list-item input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: #355882;
    cursor: pointer;
    flex-shrink: 0;
}

.wpcf7-list-item-label {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.06em;
}

/* --- 5. 住所・セレクトボックス --- */
.c-form__address-zip {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.c-form__zip-symbol {
    font-size: 16px;
    flex-shrink: 0;
}

.c-form__zip-input-wrap {
    flex: 1;
}

.c-form__pref-select-wrap[data-name="your-pref"] {
	max-width: 328px;
	width: 100%;
    flex: 1;
}

/* 都道府県セレクトのデザイン */
.c-form select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    padding: 16px 40px 16px 16px;
    font-size: 16px;
    background-color: #fff;
    border: solid 2px #EAEFF3;
    border-radius: 8px;
    cursor: pointer;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23355882" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px;
}

/* 未選択時の色 */
.c-form select:invalid,
.c-form select option[value=""] {
    color: #ccc;
}

/* --- 6. プライバシーポリシー --- */
.c-form__privacy {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 14px;
}

.c-form__privacy-text {
    font-size: 16px;
    line-height: 2.0;
    letter-spacing: 0.06em;
}

.c-form__privacy-text span {
	display: inline-block;
}

.c-form__checkbox-wrap label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.c-form__checkbox-wrap input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #355882;
}

.c-form__checkbox-label a {
    color: #355882;
    text-decoration: underline;
}

/* --- 7. 送信ボタン --- */
.c-form__submit-container {
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 24px;
}

.c-form__submit {
    position: relative;
    max-width: 320px;
    width: 100%;
    background-color: #355882;
    border-radius: 88px;
    overflow: hidden;
}

.c-form__submit input[type="submit"],
.c-form__submit button {
    appearance: none;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    width: 100%;
    padding: 20px 60px 20px 24px;
    cursor: pointer;
    text-align: center;
    z-index: 2;
    position: relative;
	height: 72px;
}
.c-form__submit::after {
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: url("./image/arrow.svg") no-repeat center / contain;
    transition: transform 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.c-form__submit:hover::after {
    transform: translateY(-50%) translateX(5px);
}
@media screen and (max-width: 1024px) {
	.contact {
		display: flex;
        flex-direction: column;
        gap: 56px;
		padding-block: 80px 160px;
	}
	.c-form-container, .c-form {
		gap: 56px;
	}
	.contact_inner {
		padding: unset;
		background-color: unset;
	}
	.c-form__row {
		flex-direction: column;
		gap: 12px;
	}
	.c-form__label {
		font-size: 14px;
	}
	.wpcf7-radio {
		gap: 8px 16px;
	}
	.wpcf7-list-item-label {
		font-size: 13px;
	}
	.c-form__zip-symbol {
		font-size: 14px;
	}
	.c-form__address-zip {
		flex-wrap: wrap;
	}
	.c-form__zip-input-wrap {
		max-width: 240px;
		width: 100%;
		flex: unset;
	}
	.c-form__pref-select-wrap[data-name="your-pref"] {
		max-width: unset;
		flex: unset;
	}
	.c-form__privacy {
		gap: 16px;
	}
	.c-form__privacy-text {
		font-size: 14px;
		text-align: center;
	}
	.c-form__checkbox-label {
		font-size: 14px;
	}
	.bc_f {
		display: flex;
		flex-direction: column;
		gap: 40px;
		background-color: white;
		padding: 40px 24px;
		border-radius: 24px;
	}
}
/* ========================================
   お問い合わせ（確認画面）
   ======================================== */
.bc_box {
	padding: 16px;
	background-color: #F7F9FA;
	border-radius: 8px;
}
.textarea_box {
	min-height: 160px;
}
.c-form__back {
	font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
	display: flex;
	align-items: center;
	justify-content: space-between;
    max-width: 320px;
    width: 100%;
	padding: 20px 60px 20px 24px;
    background-color: #EAEFF3;
    border-radius: 88px;
}
.c-form__back p {
	text-align: center;
	flex: 1;
}
.c-form__back:hover svg {
	 transition: all .3s ease;
	transform: translateX(-5px);
}
.c-form__submit--wrap {
	max-width: 320px;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.c-form__submit-container {
		padding-inline: 24px;
		flex-direction: column;
		gap: 56px;
	}
	.c-form__back {
		order: 2;
		background-color: white;
	}
}
/* ========================================
   お問い合わせ（完了画面）
   ======================================== */
.thanks {
	width: 90%;
	padding-block: 160px;
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.thanks__title {
	width: unset;
	margin: unset;
}
.c-thanks-content {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.thanks__email {
	width: fit-content;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	word-break: break-all;
	padding: 24px;
	background-color: #F7F9FA;
	border-radius: 8px;
}
.thanks__message {
	font-weight: 400;
	font-size: 20px;
	line-height: 2.0;
	letter-spacing: 0.06em;
}
.contact__cta {
	display: flex;
	justify-content: flex-start;
}
.contact__cta svg {
	transition: all .3s ease;	
}
.contact__cta:hover svg {
	transform: translateX(5px);
}
@media screen and (max-width: 1024px) {
	.thanks {
		width: 100%;
		padding-inline: 24px;
		padding-block: 120px 160px;
	}
	.thanks__title {
		padding-inline: 0px;
	}
	.thanks__email {
		font-size: 16px;
	}
	.thanks__message {
		font-size: 14px;
	}
}
/* ========================================
   フッター
   ======================================== */
.footer {
	width: 100%;
	display: flex;
}

.footer__inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-inline: 120px;
	padding-block: 120px 40px;
	background: var(--sub);
	color: white;
	border-top-right-radius: 80px;
}

.footer__content {
	max-width: 1120px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
	border-bottom: solid 1px #fff;
}

.footer__top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 56px;
}

.footer__info {
	display: flex;
	gap: 32px;
}

.footer__info p {
	font-family: var(--jp-font);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: white;
}

.footer__info img {
	width: 209px;
	height: 62px;
	object-fit: contain;
}

.footer__contact {
	max-width: 320px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 20px 24px;
	border-radius: 40px;
	background-color: white;
	position: relative;
}

.footer__contact p {
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: var(--sub);
}

.footer__contact a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}

.footer__contact img {
	display: inline-block;
	transition: transform 0.3s ease;
}

.footer__contact:hover img {
	transform: translateX(5px);
}

.footer__nav {
	display: flex;
	gap: 56px;
}

.footer__nav-left {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.footer__nav-wrap {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.footer__nav-wrap ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer__nav-wrap ul li {
	width: fit-content;
	padding-bottom: 4px;
	border-bottom: solid 1px transparent;
	transition: all 0.3s ease;
}

.footer__nav-item {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.06em;
	color: white;
	display: flex;
	gap: 8px;
	align-items: center;
	transition: all 0.3s ease;
}

.footer__nav-item:hover span,
.footer__nav-wrap ul li:hover .footer__nav-item,
.footer__nav-wrap ul li:hover .footer__nav-item span {
	color: #70AAE1;
}

.footer__nav-item span {
	color: white;
	transition: all 0.3s ease;
}

.footer__nav-wrap ul li:hover {
	border-bottom: solid 1px #70AAE1;
}

.footer__nav-right {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.footer__nav-right li:hover .footer__nav-title span {
	color: #70AAE1;
}

.footer__nav-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.06em;
	color: white;
	display: flex;
	align-items: center;
	gap: 16px;
	transition: all 0.3s ease;
}

.footer__nav-title:hover {
	color: #70AAE1;
}

.footer__nav-title span {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: white;
	transition: all 0.3s ease;
}

.footer__bottom {
	max-width: 1120px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.copyright {
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #C1C7CC;
}

.footer__bottom a {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.06em;
	color: white;
	transition: all 0.3s ease;
}

.footer__bottom a:hover {
	color: #70AAE1;
}

.footer__top-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	padding-inline: 30.5px;
	padding-block: 141px 80px;
	position: relative;
}

.footer__top-btn p {
	font-family: var(--en-font);
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.06em;
	color: var(--sub);
	writing-mode: vertical-rl;
}

.footer__bottom .fl_cl {
	gap: 24px;
}

.footer__top-btn--sp {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding-inline: 9px;
	padding-block: 20px 24px;
	border: solid 1px #fff;
	border-radius: 64px;
	position: relative;
}

@media screen and (max-width: 1240px) {
	.footer__content {
		flex-direction: column;
		gap: 56px;
	}
}

/* --- Responsive (1024px) --- */
@media screen and (max-width: 1240px) {
	.footer__inner {
		gap: 40px;
		padding-inline: 24px;
		padding-block: 80px 40px;
	}
	
	.footer__contact p {
		font-size: 14px;
	}

	.footer__nav {
		gap: 24px;
	}

	.footer__info {
		flex-direction: column;
	}

	.footer__info p {
		font-size: 12px;
	}

	.footer__contact img {
		max-width: 28px;
		max-height: 28px;
	}

	.footer__top-btn {
		display: none;
	}

	.footer__nav-left {
		gap: 16px;
	}

	.footer__nav-wrap {
		gap: 16px;
	}

	.footer__nav-title {
		font-size: 18px;
		gap: 12px;
	}

	.footer__nav-title span {
		font-size: 11px;
	}

	.footer__nav-item {
		font-size: 14px;
	}

	.footer__bottom {
		align-items: flex-end;
		gap: 24px;
	}

	.copyright {
		order: 1;
	}

	.footer__bottom p {
		font-size: 8px;
		color: white;
	}
}

@media screen and (max-width: 390px) {
	.footer__nav-title {
		font-size: 16px;
	}
}
/* ========================================
   スクロール表示アニメーション
   ======================================== */
.scroll-indicator {
	position: relative;
	width: 2px;
	height: 80px;
	background-color: #EAEFF3;
}

.moving-dot {
	position: absolute;
	top: 0;
	left: 50%;
	width: 4px;
	height: 10px;
	background-color: #467CB0;
	border-radius: 8px;
	transform: translateX(-50%);
	animation: scrollUp 2s ease-in-out infinite;
}

@keyframes scrollUp {
	0% {
		top: 100%;
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		top: -10%;
		opacity: 0;
	}
}

@media screen and (max-width: 1240px) {
    .scroll-indicator {
        height: 27px;
    }
}