/*
Theme Name: SWELL Child
Template: swell
Version: 1.0
*/

/* =========================
   RESET / BASE
========================= */
:root{
  --mw-main: #1496db;
  --mw-main-dark: #0f7fc6;
  --mw-main-light: #eaf7ff;
  --mw-white: #ffffff;
  --mw-text: #1b2b38;
  --mw-subtext: #5f7383;
  --mw-border: rgba(20, 150, 219, 0.16);
  --mw-shadow: 0 20px 50px rgba(16, 78, 116, 0.10);
  --mw-shadow-soft: 0 12px 30px rgba(16, 78, 116, 0.08);
  --mw-radius: 18px;
  --mw-radius-sm: 12px;
  --mw-transition: .4s ease;
}

html{
  scroll-behavior: smooth;
}

body{
  color: var(--mw-text);
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
  overflow-x: hidden;
}

body.home{
  background: #fff;
}

img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a{
  color: inherit;
  text-decoration: none;
  transition: var(--mw-transition);
}

ul,ol{
  margin: 0;
  padding: 0;
  list-style: none;
}

p,h1,h2,h3,h4,h5,h6{
  margin: 0;
}

section{
  position: relative;
}

.fade-up,
.fade-right{
  opacity: 1;
  transform: none;
}

/* =========================
   COMMON HEADING
========================= */
.m-news__eyebrow,
.m-company__eyebrow,
.mw-top-service-switch__eyebrow,
.m-works__eyebrow,
.m-recruit__eyebrow,
.m-contact__eyebrow{
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  color: var(--mw-main);
  margin-bottom: 12px;
}

.m-news__title,
.m-company__title,
.mw-top-service-switch__title,
.m-works__title,
.m-recruit__title,
.m-contact__title{
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--mw-text);
}

.m-company__lead,
.m-recruit__lead,
.m-contact__lead,
.mw-top-service-switch__lead{
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 2;
  color: var(--mw-subtext);
}

.m-company__text{
  font-size: 15px;
  line-height: 2.1;
  color: var(--mw-subtext);
}

/* =========================
   COMMON BUTTON
========================= */
.m-contact__btn,
.mw-top-service-switch__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 58px;
  padding: 16px 34px;
  border-radius: 999px;
  border: 1.5px solid var(--mw-main);
  background: #fff;
  color: var(--mw-main);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  transition: var(--mw-transition);
  box-shadow: var(--mw-shadow-soft);
}

.m-contact__btn:hover,
.mw-top-service-switch__btn:hover{
  transform: translateY(-2px);
  background: var(--mw-main-light);
}

.m-contact__btn--primary,
.mw-top-service-switch__btn--primary{
  background: linear-gradient(135deg, var(--mw-main) 0%, var(--mw-main-dark) 100%);
  color: #fff;
  border-color: transparent;
}

.m-contact__btn--primary:hover,
.mw-top-service-switch__btn--primary:hover{
  background: linear-gradient(135deg, var(--mw-main-dark) 0%, var(--mw-main) 100%);
}

/* =========================================
   HERO CAROUSEL
========================================= */
.h-hero {
	position: relative;
	width: 100vw;
	height: 100vh;
	min-height: 680px;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	background: ;
	color: #fff;
}

.h-hero__slider {
	position: relative;
	width: 100%;
	height: 100%;
}

.h-hero__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1.2s ease, visibility 1.2s ease;
}

.h-hero__slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.h-hero__media {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.h-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.08);
	transition: transform 6s ease;
	filter: saturate(1.05) contrast(1.02);
}

.h-hero__slide.is-active .h-hero__media img {
	transform: scale(1);
}



.h-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1280px;
	height: 100%;
	margin: 0 auto;
	padding: 0 7%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.h-hero__eyebrow {
	margin: 0 0 18px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.28em;
	color: rgba(255,255,255,0.72);
	transform: translateY(24px);
	opacity: 0;
	transition: all 0.8s ease 0.15s;
}



.h-hero__slide.is-active .h-hero__eyebrow,
.h-hero__slide.is-active .h-hero__title,
.h-hero__slide.is-active .h-hero__text,
.h-hero__slide.is-active .h-hero__buttons {
	transform: translateY(0);
	opacity: 1;
}

.h-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	height: 56px;
	padding: 0 28px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	transition: 0.35s ease;
}

.h-hero__btn--primary {
	background: linear-gradient(135deg, #0c5aa6 0%, #1e78d7 100%);
	color: #fff;
	box-shadow: 0 12px 30px rgba(18, 94, 175, 0.28);
}

.h-hero__btn--primary:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 36px rgba(18, 94, 175, 0.34);
}

.h-hero__btn--ghost {
	border: 1px solid rgba(255,255,255,0.45);
	color: #fff;
	background: rgba(255,255,255,0.06);
	backdrop-filter: blur(8px);
}

.h-hero__btn--ghost:hover {
	background: rgba(255,255,255,0.14);
	transform: translateY(-3px);
}

/* nav */
.h-hero__nav {
	position: absolute;
	right: 4%;
	bottom: 52px;
	z-index: 10;
	display: flex;
	gap: 12px;
}

.h-hero__arrow {
	position: relative;
	width: 58px;
	height: 58px;
	border: 1px solid rgba(255,255,255,0.28);
	border-radius: 50%;
	background: rgba(255,255,255,0.08);
	backdrop-filter: blur(10px);
	cursor: pointer;
	transition: 0.3s ease;
}

.h-hero__arrow:hover {
	background: rgba(255,255,255,0.16);
	transform: translateY(-2px);
}

.h-hero__arrow span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
}

.h-hero__arrow--prev span {
	transform: translate(-50%, -50%) rotate(-135deg);
}

/* dots */
.h-hero__pagination {
	position: absolute;
	left: 7%;
	bottom: 62px;
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 12px;
}

.h-hero__pagination button {
	position: relative;
	width: 42px;
	height: 3px;
	border: 0;
	padding: 0;
	background: rgba(255,255,255,0.28);
	cursor: pointer;
	transition: 0.3s ease;
}

.h-hero__pagination button::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #fff;
	transition: width 0.45s ease;
}

.h-hero__pagination button.is-active::after {
	width: 100%;
}

/* scroll */
.h-hero__scroll {
	position: absolute;
	left: 50%;
	bottom: 24px;
	z-index: 10;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.h-hero__scroll span {
	font-size: 11px;
	letter-spacing: 0.3em;
	color: rgba(255,255,255,0.65);
}

.h-hero__scroll::after {
	content: "";
	display: block;
	width: 1px;
	height: 56px;
	background: rgba(255,255,255,0.3);
	position: relative;
	overflow: hidden;
}

.h-hero__scroll::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 20px;
	background: #fff;
	transform: translateX(-50%);
	animation: heroScrollLine 1.8s ease-in-out infinite;
	z-index: 2;
}

@keyframes heroScrollLine {
	0% {
		transform: translate(-50%, -10px);
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	100% {
		transform: translate(-50%, 38px);
		opacity: 0;
	}
}

/* subtle panel */
.h-hero::after {
	content: "";
	position: absolute;
	right: -10%;
	top: 50%;
	transform: translateY(-50%) rotate(-12deg);
	width: 40vw;
	height: 120vh;
	background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 100%);
	pointer-events: none;
	z-index: 1;
}

/* responsive */
@media (max-width: 1024px) {
	.h-hero {
		min-height: 620px;
	}

	.h-hero__inner {
		padding: 0 6%;
	}

	.h-hero__title {
		font-size: clamp(34px, 7vw, 62px);
	}

	.h-hero__text br {
		display: none;
	}
}

@media (max-width: 767px) {
	.h-hero {
		height: 100svh;
		min-height: 560px;
	}

	.h-hero__inner {
		padding: 110px 24px 120px;
		justify-content: center;
	}

	.h-hero__eyebrow {
		font-size: 10px;
		margin-bottom: 14px;
	}

	.h-hero__title {
		font-size: clamp(30px, 10vw, 44px);
		line-height: 1.18;
	}

	.h-hero__text {
		margin-top: 20px;
		font-size: 13px;
		line-height: 1.9;
	}

	.h-hero__buttons {
		margin-top: 28px;
		flex-direction: column;
		width: 100%;
		gap: 12px;
	}

	.h-hero__btn {
		width: 100%;
		min-width: auto;
		height: 52px;
		font-size: 13px;
	}

	.h-hero__pagination {
		left: 24px;
		bottom: 28px;
	}

	.h-hero__nav {
		right: 24px;
		bottom: 18px;
	}

	.h-hero__arrow {
		width: 48px;
		height: 48px;
	}

	.h-hero__scroll {
		display: none;
	}
}

/* =========================
   NEWS
========================= */
.m-news{
  padding: 110px 0 90px;
  background: #fff;
}

.m-news__inner{
  width: min(1180px, 90%);
  margin: 0 auto;
}

.m-news__header{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 42px;
}

.m-news__list{
  border-top: 1px solid var(--mw-border);
}

.m-news__item{
  border-bottom: 1px solid var(--mw-border);
}

.m-news__link{
  display: grid;
  grid-template-columns: 140px 120px 1fr;
  align-items: center;
  gap: 22px;
  padding: 26px 8px;
}

.m-news__date{
  font-size: 14px;
  font-weight: 600;
  color: var(--mw-subtext);
}

.m-news__tag{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 34px;
  padding: 6px 16px;
  border-radius: 999px;
  background: var(--mw-main-light);
  color: var(--mw-main);
  font-size: 12px;
  font-weight: 700;
}

.m-news__text{
  position: relative;
  font-size: 16px;
  color: var(--mw-text);
  padding-right: 28px;
}

.m-news__text::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--mw-main);
  border-right: 2px solid var(--mw-main);
  transform: translateY(-50%) rotate(45deg);
}

.m-news__link:hover{
  background: #fbfdff;
}

.m-news__more{
  margin-top: 42px;
  text-align: center;
}

/* =========================
   COMPANY
========================= */
.m-company{
  padding: 120px 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  overflow: hidden;
}

.m-company__inner{
  position: relative;
  z-index: 2;
  width: min(1240px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
}

.m-company__content{
  width: 44%;
}

.m-company__header{
  margin-bottom: 28px;
}

.m-company__lead{
  margin-bottom: 24px;
  color: var(--mw-text);
  font-weight: 700;
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: 1.7;
}

.m-company__text{
  max-width: 520px;
}

.m-company__more{
  margin-top: 36px;
}

.m-company__visual{
  width: 48%;
  max-width: 656px;
  position: relative;
}

.m-company__visual-inner{
  position: relative;
  min-height: 620px;
}

.m-company__img{
  position: absolute;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(20, 150, 219, 0.16);
}

.m-company__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-company__img--right{
  width: 62%;
  height: 390px;
  top: 0;
  right: 0;
}

.m-company__img--left{
  width: 48%;
  height: 330px;
  left: 0;
  bottom: 0;
}

.m-company__bg{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background:
    linear-gradient(135deg, rgba(20, 150, 219, 0.92) 0%, rgba(16, 127, 198, 0.92) 100%);
}

.m-company__bg::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 50%, rgba(255,255,255,.18), transparent 40%),
    radial-gradient(circle at 70% 50%, rgba(255,255,255,.10), transparent 36%);
}

/* =========================================
   MARUWA TOP SERVICE SWITCH
========================================= */
.mw-top-service-switch {
  position: relative;
  padding: 120px 0 130px;
  background: linear-gradient(180deg, #f6fbff 0%, #f1f7fb 58%, #ffffff 100%);
  overflow: hidden;
}

.mw-top-service-switch__inner {
  width: min(1280px, 92%);
  margin: 0 auto;
}

/* =========================
   heading
========================= */
.mw-top-service-switch__heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.mw-top-service-switch__eyebrow {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding-left: 72px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1;
  color: #49739a;
}

.mw-top-service-switch__eyebrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 56px;
  height: 1px;
  background: #7ea6c8;
  transform: translateY(-50%);
}

.mw-top-service-switch__title {
  margin: 0;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #183b5b;
}

.mw-top-service-switch__lead {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 2;
  color: #55697b;
}

/* =========================
   visual
========================= */
.mw-top-service-switch__visual {
  position: relative;
  min-height: 760px;
  padding: 72px 56px 40px;
  border-radius: 28px;
  overflow: hidden;
  background: #dcecf8;
}

.mw-top-service-switch__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.mw-top-service-switch__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.45s ease;
}

.mw-top-service-switch__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(230, 243, 252, 0.16) 0%, rgba(216, 234, 247, 0.28) 38%, rgba(211, 231, 246, 0.46) 100%);
  pointer-events: none;
}

.mw-top-service-switch__shape {
  position: absolute;
  top: 0;
  right: -5%;
  width: 28%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.76);
  clip-path: polygon(36% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

/* =========================
   cards
========================= */
.mw-top-service-switch__cards {
  position: absolute;
  left: 56px;
  right: 56px;
  bottom: 118px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.mw-top-service-switch-card {
  appearance: none;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(17, 118, 210, 0.82) 0%, rgba(11, 95, 177, 0.88) 100%);
  color: #fff;
  text-align: left;
  min-height: 332px;
  padding: 42px 32px 34px;
  cursor: pointer;
  transition: transform 0.35s ease, background 0.35s ease, opacity 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mw-top-service-switch-card:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.mw-top-service-switch-card:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-right: none;
}

.mw-top-service-switch-card:hover {
  transform: translateY(-8px);
  background:
    linear-gradient(180deg, rgba(9, 104, 196, 0.88) 0%, rgba(7, 84, 159, 0.92) 100%);
}

.mw-top-service-switch-card.is-active {
  background:
    linear-gradient(180deg, rgba(7, 98, 186, 0.9) 0%, rgba(6, 80, 151, 0.94) 100%);
}

.mw-top-service-switch-card__title {
  display: block;
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
  color: #fff;
}

.mw-top-service-switch-card__text {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.96);
}

/* =========================
   buttons
========================= */
.mw-top-service-switch__actions {
  position: absolute;
  left: 56px;
  bottom: 38px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.mw-top-service-switch__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 220px;
  min-height: 56px;
  padding: 0 56px 0 24px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #b7d0e5;
  color: #1766ae;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mw-top-service-switch__btn::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.mw-top-service-switch__btn:hover {
  background: #f5fbff;
  border-color: #7fb1d8;
}

.mw-top-service-switch__btn--primary {
  background: #0f73d2;
  border-color: #0f73d2;
  color: #fff;
}

.mw-top-service-switch__btn--primary:hover {
  background: #0b65bb;
  border-color: #0b65bb;
}

/* =========================
   tablet
========================= */
@media (max-width: 1180px) {
  .mw-top-service-switch__visual {
    min-height: 900px;
    padding: 64px 34px 34px;
  }

  .mw-top-service-switch__cards {
    left: 34px;
    right: 34px;
    bottom: 114px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .mw-top-service-switch-card {
    min-height: 260px;
    border-right: none;
    border-radius: 6px;
  }

  .mw-top-service-switch__actions {
    left: 34px;
    bottom: 34px;
    gap: 12px;
  }

  .mw-top-service-switch__btn {
    min-width: 200px;
  }
}

/* =========================
   mobile
========================= */
@media (max-width: 767px) {
  .mw-top-service-switch {
    padding: 78px 0 88px;
  }

  .mw-top-service-switch__inner {
    width: 88%;
  }

  .mw-top-service-switch__heading {
    margin-bottom: 32px;
  }

  .mw-top-service-switch__eyebrow {
    padding-left: 54px;
    margin-bottom: 14px;
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .mw-top-service-switch__eyebrow::before {
    width: 40px;
  }

  .mw-top-service-switch__title {
    font-size: 28px;
    line-height: 1.35;
  }

  .mw-top-service-switch__lead {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.9;
  }

  .mw-top-service-switch__visual {
    min-height: auto;
    padding: 24px 18px 20px;
    border-radius: 18px;
  }

  .mw-top-service-switch__shape {
    display: none;
  }

  .mw-top-service-switch__cards {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 220px;
  }

  .mw-top-service-switch-card {
    min-height: auto;
    padding: 24px 20px;
    border-radius: 4px;
    transform: none !important;
  }

  .mw-top-service-switch-card__title {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .mw-top-service-switch-card__text {
    font-size: 13px;
    line-height: 1.9;
  }

  .mw-top-service-switch__actions {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mw-top-service-switch__btn {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    font-size: 14px;
  }
}

/* =========================
   WORKS
========================= */
.m-works{
  padding: 110px 0 120px;
  background: linear-gradient(135deg, var(--mw-main) 0%, var(--mw-main-dark) 100%);
  overflow: hidden;
}

.m-works__inner{
  width: min(1220px, 90%);
  margin: 0 auto;
}

.m-works__header{
  margin-bottom: 42px;
  text-align: center;
}

.m-works__header .m-works__eyebrow,
.m-works__header .m-works__title{
  color: #fff;
}

.m-works__slider{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.m-works__slide{
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(3px);
  transition: var(--mw-transition);
}

.m-works__slide:hover{
  transform: translateY(-6px);
  background: rgba(255,255,255,.18);
}

.m-works__slide a{
  display: block;
  color: #fff;
}

.m-works__image{
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.m-works__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.m-works__slide:hover .m-works__image img{
  transform: scale(1.06);
}

.m-works__body{
  padding: 18px 16px 20px;
}

.m-works__name{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.m-works__meta{
  font-size: 13px;
  line-height: 2;
  color: rgba(255,255,255,.9);
}

.m-works__more{
  margin-top: 42px;
  text-align: center;
}

.m-works__more .m-contact__btn{
  background: #fff;
  color: var(--mw-main);
  border-color: transparent;
}

/* =========================
   RECRUIT
   重なりをきつくしすぎない
========================= */
.m-recruit{
  padding: 120px 0;
  background: #fff;
}

.m-recruit__inner{
  width: min(1220px, 90%);
  margin: 0 auto;
}

.m-recruit__layout{
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 620px;
}

.m-recruit__visual{
  width: 66%;
  min-height: 620px;
  border-radius: 0;
  background:
    linear-gradient(0deg, rgba(20,150,219,.06), rgba(20,150,219,.06)),
    url('/wp-content/themes/swell_child/assets/img/maruwa.recult.png') no-repeat center / cover;
  box-shadow: var(--mw-shadow);
}

.m-recruit__content{
  width: 46%;
  background: #fff;
  padding: 60px 52px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 24px 60px rgba(16, 78, 116, .12);
  border: 1px solid rgba(20,150,219,.10);
}

.m-recruit__header{
  margin-bottom: 22px;
}

.m-recruit__lead{
  margin-bottom: 28px;
}

.m-recruit__list{
  border-top: 1px solid var(--mw-border);
}

.m-recruit__list li{
  border-bottom: 1px solid var(--mw-border);
}

.m-recruit__list a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  min-height: 66px;
  padding: 0 4px;
}

.m-recruit__list a:hover{
  color: var(--mw-main);
}

.m-recruit__text{
  font-size: 15px;
  font-weight: 500;
}

.m-recruit__arrow{
  position: relative;
  display: inline-block;
  width: 26px;
  height: 10px;
  flex-shrink: 0;
}

.m-recruit__arrow::before{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--mw-main);
  border-right: 2px solid var(--mw-main);
  transform: translateY(-50%) rotate(45deg);
}

.m-recruit__arrow::after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 1px;
  background: var(--mw-main);
  transform: translateY(-50%);
}

/* =========================
   CONTACT
========================= */
.m-contact{
  padding: 110px 0 120px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
  text-align: center;
}

.m-contact__inner{
  width: min(980px, 90%);
  margin: 0 auto;
}

.m-contact__header{
  margin-bottom: 20px;
}

.m-contact__lead{
  margin-bottom: 34px;
}

.m-contact__buttons{
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* =========================
   LINKS
========================= */
.m-links{
  background: linear-gradient(135deg, var(--mw-main) 0%, var(--mw-main-dark) 100%);
  padding: 24px 0;
}

.m-links__inner{
  width: min(1200px, 90%);
  margin: 0 auto;
}

.m-links__list{
  display: flex;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
}

.m-links__list a{
  color: rgba(255,255,255,.92);
  font-size: 14px;
  letter-spacing: .06em;
}

.m-links__list a:hover{
  color: #fff;
  opacity: .85;
}

/* =========================
   FOOTER TUNING
========================= */
.l-footer,
#footer{
  margin-top: 0 !important;
}

#footer{
  background: #fff;
}

#footer a:hover{
  opacity: .8;
}

/* =========================
   SWELL 調整
========================= */
.l-mainContent__inner,
.c-pageTitle,
.p-breadcrumb{
  position: relative;
  z-index: 1;
}

.home .l-mainContent__inner{
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.home .post_content{
  margin: 0;
}

.home .l-content{
  padding-top: 0;
}

/* =========================
   TABLET
========================= */
@media (max-width: 1080px){

  .h-hero{
    min-height: 680px;
  }

  .m-company__inner{
    gap: 42px;
  }

  .m-company__content{
    width: 48%;
  }

  .m-company__visual{
    width: 46%;
  }

  .m-company__visual-inner{
    min-height: 540px;
  }

  .m-company__img--right{
    height: 320px;
  }

  .m-company__img--left{
    height: 270px;
  }

  .mw-top-service-switch__visual{
    min-height: 840px;
  }

  .mw-top-service-switch__cards{
    grid-template-columns: repeat(2, 1fr);
    bottom: 120px;
  }

  .mw-top-service-switch-card{
    min-height: 250px;
    border-bottom: 1px solid rgba(255,255,255,.28);
  }

  .mw-top-service-switch-card:nth-child(2){
    border-right: none;
  }

  .mw-top-service-switch-card:nth-child(3),
  .mw-top-service-switch-card:nth-child(4){
    border-bottom: none;
  }

  .m-works__slider{
    grid-template-columns: 1fr;
  }

  .m-recruit__layout{
    min-height: auto;
    display: block;
  }

  .m-recruit__visual{
    width: 100%;
    min-height: 460px;
  }

  .m-recruit__content{
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: calc(100% - 80px);
    margin: -80px 0 0 auto;
  }
}

/* =========================
   SP
========================= */
@media (max-width: 767px){

  .h-hero{
    min-height: 620px;
    height: 88vh;
  }

  .h-hero::after{
    width: 38vw;
    right: -20vw;
  }

  .h-hero__copy{
    left: 6%;
    right: 6%;
    bottom: 16%;
    max-width: none;
  }

  .h-hero__copy-main img,
  .h-hero__copy-sub img{
    width: 100%;
    max-width: 100%;
  }

  .m-news{
    padding: 80px 0 70px;
  }

  .m-news__link{
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 4px;
  }

  .m-news__tag{
    width: fit-content;
  }

  .m-company{
    padding: 80px 0 90px;
  }

  .m-company__inner{
    display: block;
  }

  .m-company__content,
  .m-company__visual{
    width: 100%;
  }

  .m-company__visual{
    margin-top: 40px;
  }

  .m-company__visual-inner{
    min-height: 400px;
  }

  .m-company__img--right{
    width: 68%;
    height: 240px;
  }

  .m-company__img--left{
    width: 52%;
    height: 200px;
  }

  .m-company__bg{
    height: 120px;
  }

  .m-works{
    padding: 80px 0 90px;
  }

  .m-recruit{
    padding: 80px 0;
  }

  .m-recruit__visual{
    min-height: 300px;
  }

  .m-recruit__content{
    width: calc(100% - 24px);
    margin: -36px 0 0 auto;
    padding: 34px 24px;
  }

  .m-contact{
    padding: 80px 0 90px;
  }

  .m-contact__buttons{
    flex-direction: column;
    align-items: center;
  }

  .m-contact__btn{
    width: 100%;
    min-width: 100%;
  }

  .m-links__list{
    gap: 14px 22px;
  }
}

/* =========================
   SMALL SP
========================= */
@media (max-width: 480px){

  .m-news__title,
  .m-company__title,
  .mw-top-service-switch__title,
  .m-works__title,
  .m-recruit__title,
  .m-contact__title{
    font-size: 28px;
  }

  .m-company__lead{
    font-size: 24px;
  }

  .m-company__visual-inner{
    min-height: 340px;
  }

  .m-company__img--right{
    height: 200px;
  }

  .m-company__img--left{
    height: 170px;
  }

  .mw-top-service-switch__cards{
    padding-top: 180px;
  }
}

/* =========================================
   ORIGINAL HEADER / FOOTER
   for sn-header / sn-footer
========================================= */

/* =========================
   HEADER
========================= */
#sn-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(20,150,219,.08);
  z-index: 9999;
  transition: .35s ease;
}

#sn-header.is-scrolled{
  height: 78px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 10px 30px rgba(18, 74, 112, 0.08);
}

.sn-header-inner{
  width: min(1380px, 94%);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.sn-header-logo{
  flex-shrink: 0;
  position: relative;
  z-index: 20;
}

.sn-header-logo a{
  display: flex;
  align-items: center;
  height: 100%;
}

.sn-header-logo img,
.sn-header-logo .custom-logo{
  width: auto;
  max-height: 54px;
  transition: .35s ease;
}

#sn-header.is-scrolled .sn-header-logo img,
#sn-header.is-scrolled .sn-header-logo .custom-logo{
  max-height: 46px;
}

.sn-nav{
  height: 100%;
}

.sn-nav-list{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  height: 100%;
}

.sn-nav-list > li{
  position: relative;
  height: 100%;
}

.sn-nav-list > li > a{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 700;
  color: var(--mw-text);
  letter-spacing: .04em;
  white-space: nowrap;
}

.sn-nav-list > li > a::after{
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 22px;
  height: 2px;
  background: var(--mw-main);
  transform: scaleX(0);
  transform-origin: center;
  transition: .3s ease;
}

.sn-nav-list > li:hover > a,
.sn-nav-list > li.current-menu-item > a,
.sn-nav-list > li.current-menu-ancestor > a{
  color: var(--mw-main);
}

.sn-nav-list > li:hover > a::after,
.sn-nav-list > li.current-menu-item > a::after,
.sn-nav-list > li.current-menu-ancestor > a::after{
  transform: scaleX(1);
}

.sn-nav-list > li.is-recruit > a{
  color: var(--mw-main-dark);
}

/* =========================
   MEGA MENU
========================= */
.sn-mega-menu{
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 240px;
  padding: 16px 0;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(20,150,219,.10);
  box-shadow: 0 18px 40px rgba(16, 78, 116, .12);
  transform: translateX(-50%) translateY(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .3s ease;
  z-index: 30;
}

.sn-nav-list > li:hover .sn-mega-menu{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.sn-mega-menu li{
  display: block;
}

.sn-mega-menu li a{
  display: block;
  padding: 12px 22px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--mw-text);
  white-space: nowrap;
  transition: .25s ease;
}

.sn-mega-menu li a:hover{
  background: var(--mw-main-light);
  color: var(--mw-main);
}

/* =========================
   BODY HEADER OFFSET
========================= */
body{
  padding-top: 92px;
}

body.is-scrolled{
  padding-top: 78px;
}

/* 固定ヘッダー時のガタつき防止 */
.home .l-content,
.home .l-mainContent{
  padding-top: 0 !important;
}

/* =========================
   FOOTER
========================= */
#sn-footer{
  position: relative;
  background: linear-gradient(135deg, #118fd3 0%, #0d77be 100%);
  color: #fff;
  padding: 88px 0 28px;
  overflow: hidden;
}

#sn-footer::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.12), transparent 28%),
    radial-gradient(circle at 85% 80%, rgba(255,255,255,.08), transparent 30%);
  pointer-events: none;
}

#sn-footer .sn-container{
  position: relative;
  z-index: 2;
  width: min(1280px, 92%);
  margin: 0 auto;
}

.sn-footer-menu{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 34px 28px;
  padding-bottom: 54px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.sn-footer-menu > li{
  min-width: 0;
}

.sn-menu-title{
  margin-bottom: 18px;
}

.sn-menu-title a{
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  letter-spacing: .04em;
}

.sn-sub-menu{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sn-sub-menu li a{
  display: inline-block;
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255,255,255,.82);
  transition: .25s ease;
}

.sn-menu-title a:hover,
.sn-sub-menu li a:hover{
  color: #fff;
  opacity: .78;
}

/* =========================
   FOOTER BOTTOM
========================= */
.sn-footer-bottom{
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}

.sn-footer-left{
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.sn-footer-logo a{
  display: inline-flex;
  align-items: center;
}

.sn-footer-logo img,
.sn-footer-logo .custom-logo{
  width: auto;
  max-height: 48px;
}

.sn-footer-policy a{
  font-size: 13px;
  color: rgba(255,255,255,.84);
  letter-spacing: .04em;
}

.sn-footer-policy a:hover{
  color: #fff;
}

.sn-footer-copy{
  text-align: right;
}

.sn-footer-copy small{
  display: inline-block;
  font-size: 12px;
  line-height: 1.8;
  color: rgba(255,255,255,.72);
  letter-spacing: .06em;
}

/* =========================
   FADE ANIMATION
========================= */
.fade-up,
.fade-right,
.js-fade-item{
  opacity: 0;
  transition:
    opacity .8s ease,
    transform .8s ease;
  will-change: opacity, transform;
}

.fade-up,
.js-fade-item{
  transform: translateY(36px);
}

.fade-right{
  transform: translateX(-36px);
}

.fade-up.is-show,
.fade-right.is-show,
.js-fade-item.is-visible{
  opacity: 1;
  transform: translate(0,0);
}

/* =========================
   HEADER HOVER LAYER風の余白感
========================= */
.sn-nav-list > li::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 12px;
}

/* =========================
   TABLET
========================= */
@media (max-width: 1180px){

  #sn-header{
    height: 82px;
  }

  #sn-header.is-scrolled{
    height: 72px;
  }

  body{
    padding-top: 82px;
  }

  body.is-scrolled{
    padding-top: 72px;
  }

  .sn-header-inner{
    width: 94%;
    gap: 20px;
  }

  .sn-header-logo img,
  .sn-header-logo .custom-logo{
    max-height: 46px;
  }

  .sn-nav-list > li > a{
    padding: 0 12px;
    font-size: 14px;
  }

  .sn-nav-list > li > a::after{
    left: 12px;
    right: 12px;
  }

  .sn-footer-menu{
    grid-template-columns: repeat(3, 1fr);
  }
}

/* =========================
   SP
========================= */
@media (max-width: 767px){

  #sn-header{
    height: 74px;
  }

  #sn-header.is-scrolled{
    height: 68px;
  }

  body{
    padding-top: 74px;
  }

  body.is-scrolled{
    padding-top: 68px;
  }

  .sn-header-inner{
    width: 92%;
  }

  .sn-header-logo img,
  .sn-header-logo .custom-logo{
    max-height: 40px;
  }

  .sn-nav{
    display: none;
  }

  #sn-footer{
    padding: 64px 0 24px;
  }

  .sn-footer-menu{
    grid-template-columns: 1fr 1fr;
    gap: 28px 18px;
    padding-bottom: 34px;
  }

  .sn-menu-title{
    margin-bottom: 10px;
  }

  .sn-menu-title a{
    font-size: 15px;
  }

  .sn-sub-menu li a{
    font-size: 13px;
    line-height: 1.8;
  }

  .sn-footer-bottom{
    display: block;
    padding-top: 22px;
  }

  .sn-footer-left{
    display: block;
  }

  .sn-footer-logo{
    margin-bottom: 16px;
  }

  .sn-footer-policy{
    margin-bottom: 12px;
  }

  .sn-footer-copy{
    text-align: left;
  }
}

/* =========================
   SMALL SP
========================= */
@media (max-width: 480px){

  .sn-footer-menu{
    grid-template-columns: 1fr;
  }
}

/* =========================================
   HAMBURGER MENU
========================================= */

.sn-hamburger{
  display: none;
  position: relative;
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10020;
  flex-shrink: 0;
}

.sn-hamburger span{
  position: absolute;
  left: 50%;
  width: 26px;
  height: 2px;
  background: var(--mw-main-dark);
  transform: translateX(-50%);
  transition: .3s ease;
}

.sn-hamburger span:nth-child(1){
  top: 18px;
}

.sn-hamburger span:nth-child(2){
  top: 27px;
}

.sn-hamburger span:nth-child(3){
  top: 36px;
}

body.is-menu-open .sn-hamburger span:nth-child(1){
  top: 27px;
  transform: translateX(-50%) rotate(45deg);
}

body.is-menu-open .sn-hamburger span:nth-child(2){
  opacity: 0;
}

body.is-menu-open .sn-hamburger span:nth-child(3){
  top: 27px;
  transform: translateX(-50%) rotate(-45deg);
}

/* =========================
   SP MENU PANEL
========================= */
.sn-sp-menu{
  position: fixed;
  top: 0;
  right: 0;
  width: min(88vw, 420px);
  height: 100vh;
  background: #fff;
  z-index: 10010;
  transform: translateX(100%);
  transition: transform .4s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: -12px 0 40px rgba(16, 78, 116, .14);
}

body.is-menu-open .sn-sp-menu{
  transform: translateX(0);
}

.sn-sp-overlay{
  position: fixed;
  inset: 0;
  background: rgba(10, 32, 50, .4);
  opacity: 0;
  visibility: hidden;
  transition: .35s ease;
  z-index: 10000;
}

body.is-menu-open .sn-sp-overlay{
  opacity: 1;
  visibility: visible;
}

.sn-sp-menu__inner{
  min-height: 100%;
  padding: 92px 24px 36px;
}

.sn-sp-menu__head{
  margin-bottom: 22px;
}

.sn-sp-menu__logo img,
.sn-sp-menu__logo .custom-logo{
  width: auto;
  max-height: 42px;
}

/* =========================
   SP NAV
========================= */
.sn-sp-nav-list{
  border-top: 1px solid rgba(20,150,219,.12);
}

.sn-sp-nav-list > li{
  border-bottom: 1px solid rgba(20,150,219,.12);
}

.sn-sp-nav-list > li > a,
.sn-sp-nav-toggle{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 64px;
  padding: 0 42px 0 0;
  border: none;
  background: transparent;
  color: var(--mw-text);
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  letter-spacing: .04em;
  cursor: pointer;
}

.sn-sp-nav-list > li > a::after{
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--mw-main);
  border-right: 2px solid var(--mw-main);
  transform: translateY(-50%) rotate(45deg);
}

.sn-sp-nav-toggle::before,
.sn-sp-nav-toggle::after{
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  background: var(--mw-main);
  transition: .3s ease;
}

.sn-sp-nav-toggle::before{
  width: 14px;
  height: 2px;
  transform: translateY(-50%);
}

.sn-sp-nav-toggle::after{
  width: 2px;
  height: 14px;
  transform: translateY(-50%);
}

.menu-item-has-children.is-open > .sn-sp-nav-toggle::after{
  opacity: 0;
}

.menu-item-has-children.is-recruit > .sn-sp-nav-toggle{
  color: var(--mw-main-dark);
}

.sn-sp-sub-menu{
  display: none;
  padding: 0 0 14px;
}

.menu-item-has-children.is-open > .sn-sp-sub-menu{
  display: block;
}

.sn-sp-sub-menu li a{
  display: block;
  padding: 10px 0 10px 16px;
  color: var(--mw-subtext);
  font-size: 14px;
  line-height: 1.8;
  position: relative;
}

.sn-sp-sub-menu li a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  width: 6px;
  height: 1px;
  background: var(--mw-main);
}

/* =========================
   MENU OPEN BODY
========================= */
body.is-menu-open{
  overflow: hidden;
}

/* =========================
   TABLET / SP HEADER SWITCH
========================= */
@media (max-width: 1024px){

  .sn-nav{
    display: none;
  }

  .sn-hamburger{
    display: block;
  }

  .sn-header-inner{
    justify-content: space-between;
  }
}

@media (min-width: 1025px){
  .sn-sp-menu,
  .sn-sp-overlay{
    display: none !important;
  }
}

/* =========================
   SP 調整
========================= */
@media (max-width: 767px){

  .sn-hamburger{
    width: 48px;
    height: 48px;
    margin-right: -6px;
  }

  .sn-hamburger span:nth-child(1){
    top: 15px;
  }

  .sn-hamburger span:nth-child(2){
    top: 23px;
  }

  .sn-hamburger span:nth-child(3){
    top: 31px;
  }

  body.is-menu-open .sn-hamburger span:nth-child(1),
  body.is-menu-open .sn-hamburger span:nth-child(3){
    top: 23px;
  }

  .sn-sp-menu{
    width: 100%;
    max-width: none;
  }

  .sn-sp-menu__inner{
    padding: 86px 20px 28px;
  }

  .sn-sp-nav-list > li > a,
  .sn-sp-nav-toggle{
    min-height: 60px;
    font-size: 14px;
  }

  .sn-sp-sub-menu li a{
    font-size: 13px;
  }
}



/* =====================================================
   COMPANY PAGE / MARUWA
   muramoto taste × blue trust
===================================================== */

:root{
  --company-main:#2F5D7E;
  --company-sub:#6E8FA8;
  --company-accent:#9FB9CC;
  --company-bg:#F3F8FB;
  --company-bg2:#F5F7FA;
  --company-line:#D9E5EE;
  --company-text:#222;
  --company-text-sub:#4F5B66;
  --company-white:#fff;
}

.p-company-page{
  color:var(--company-text);
  background:#fff;
  overflow:hidden;
}

.l-container{
  width:min(90%,1200px);
  margin:0 auto;
}

.u-sp{
  display:none;
}

/* =========================================
   common heading
========================================= */

.c-heading{
  margin-bottom:50px;
}

.c-heading--center{
  text-align:center;
}

.c-heading__en{
  display:inline-block;
  position:relative;
  padding-left:44px;
  margin:0 0 14px;
  font-size:13px;
  letter-spacing:.18em;
  color:var(--company-sub);
}

.c-heading__en::before{
  content:"";
  width:32px;
  height:1px;
  background:var(--company-sub);
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
}

.c-heading--center .c-heading__en{
  padding-left:0;
}

.c-heading--center .c-heading__en::before{
  display:none;
}

.c-heading__ja{
  margin:0;
  font-size:clamp(28px,3vw,42px);
  line-height:1.4;
  letter-spacing:.08em;
  font-weight:600;
  color:var(--company-main);
}

/* =========================================
   MV
========================================= */

.p-company-mv{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  min-height:620px;
  height:78vh;
  display:flex;
  align-items:center;
  color:#fff;
}

.p-company-mv__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(26,52,72,.48), rgba(26,52,72,.48)),
    url('/wp-content/themes/swell_child/assets/img/IMG_8043.heic') no-repeat center center / cover;
}

.p-company-mv__inner{
  position:relative;
  z-index:2;
  width:min(90%,1200px);
  margin:0 auto;
}

.p-company-mv__en{
  font-size:13px;
  letter-spacing:.28em;
  color:#dbeaf3;
  margin:0 0 20px;
}

.p-company-mv__title{
  margin:0 0 26px;
  font-size:clamp(40px,6vw,82px);
  line-height:1.05;
  letter-spacing:.08em;
  font-weight:600;
  color:#fff;
}

.p-company-mv__lead{
  margin:0;
  font-size:clamp(15px,1.6vw,18px);
  line-height:2.1;
  letter-spacing:.08em;
  color:rgba(255,255,255,.92);
}

.p-company-mv__scroll{
  position:absolute;
  right:3.6%;
  bottom:34px;
  z-index:2;
  color:#fff;
  font-size:11px;
  letter-spacing:.24em;
  writing-mode:vertical-rl;
  opacity:.8;
}

.p-company-mv__scroll::after{
  content:"";
  display:block;
  width:1px;
  height:60px;
  background:rgba(255,255,255,.55);
  margin:12px auto 0;
}

/* =========================================
   intro
========================================= */

.p-company-intro{
  padding:96px 0 54px;
  background:linear-gradient(to bottom,#fff 0%,#fbfdfe 100%);
}

.p-company-intro__inner{
  width:min(82%,980px);
  margin:0 auto;
}

.p-company-intro__text{
  margin:0;
  font-size:16px;
  line-height:2.35;
  letter-spacing:.08em;
  color:var(--company-text-sub);
  text-align:center;
}

/* =========================================
   message
========================================= */

.p-company-message{
  position:relative;
  padding:100px 0 150px;
}

.p-company-message::before{
  content:"";
  position:absolute;
  left:0;
  top:120px;
  width:70%;
  height:calc(100% - 120px);
  background:linear-gradient(to bottom,#F3F8FB 0%,#EDF4F8 100%);
  border-radius:0 36px 36px 0;
  z-index:0;
}

.p-company-message__inner{
  position:relative;
  z-index:1;
}

.p-company-message__layout{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:7%;
}

.p-company-message__visual{
  width:44%;
  max-width:520px;
  min-height:660px;
  position:relative;
}

.p-company-message__visual-main{
  width:82%;
  position:absolute;
  top:0;
  right:0;
  overflow:hidden;
  box-shadow:0 24px 44px rgba(0,0,0,.12);
}

.p-company-message__visual-main img{
  width:100%;
  height:auto;
  display:block;
}

.p-company-message__visual-sub{
  width:48%;
  position:absolute;
  left:0;
  bottom:0;
  overflow:hidden;
  box-shadow:0 18px 34px rgba(0,0,0,.1);
}

.p-company-message__visual-sub img{
  width:100%;
  height:auto;
  display:block;
}

.p-company-message__content{
  width:49%;
  background:var(--company-white);
  padding:72px 60px;
  border-top:4px solid var(--company-main);
  box-shadow:0 30px 60px rgba(19,42,60,.08);
}

.p-company-message__catch{
  margin:0 0 34px;
  font-size:clamp(24px,2.8vw,40px);
  line-height:1.7;
  letter-spacing:.1em;
  color:var(--company-main);
}

.p-company-message__text p{
  margin:0 0 20px;
  font-size:15px;
  line-height:2.2;
  letter-spacing:.06em;
  color:var(--company-text-sub);
}

.p-company-message__name{
  margin:38px 0 0;
  text-align:right;
  font-size:16px;
  letter-spacing:.12em;
  color:var(--company-main);
}

/* =========================================
   philosophy
========================================= */

.p-company-philosophy{
  padding:140px 0;
  background:var(--company-bg);
}

.p-company-philosophy__box{
  width:min(100%,960px);
  margin:0 auto 70px;
  padding:72px 60px;
  background:#fff;
  border-left:4px solid var(--company-main);
  box-shadow:0 10px 30px rgba(35,60,80,.04);
  text-align:center;
}

.p-company-philosophy__lead{
  margin:0 0 30px;
  font-size:clamp(28px,3vw,42px);
  line-height:1.8;
  letter-spacing:.12em;
  color:var(--company-main);
}

.p-company-philosophy__text p{
  margin:0 0 12px;
  font-size:15px;
  line-height:2.2;
  letter-spacing:.06em;
  color:var(--company-text-sub);
}

.p-company-values{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.p-company-values__item{
  background:#fff;
  border:1px solid var(--company-line);
  padding:42px 34px;
  min-height:240px;
  transition:.35s ease;
}

.p-company-values__item:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 30px rgba(0,0,0,.06);
}

.p-company-values__num{
  display:block;
  margin-bottom:18px;
  font-size:13px;
  letter-spacing:.18em;
  color:var(--company-sub);
}

.p-company-values__title{
  margin:0 0 18px;
  font-size:24px;
  line-height:1.4;
  letter-spacing:.08em;
  font-weight:600;
  color:var(--company-main);
}

.p-company-values__text{
  margin:0;
  font-size:14px;
  line-height:2;
  letter-spacing:.05em;
  color:var(--company-text-sub);
}

/* =========================================
   outline
========================================= */

.p-company-outline{
  padding:140px 0;
  background:var(--company-bg2);
}

.p-company-outline__table{
  background:#fff;
  border-top:1px solid var(--company-line);
  border-bottom:1px solid var(--company-line);
  box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.p-company-outline__row{
  display:grid;
  grid-template-columns:220px 1fr;
  margin:0;
  border-bottom:1px solid #e8eef3;
}

.p-company-outline__row:last-child{
  border-bottom:none;
}

.p-company-outline__row dt,
.p-company-outline__row dd{
  margin:0;
  padding:26px 30px;
  font-size:15px;
  line-height:2;
  letter-spacing:.05em;
}

.p-company-outline__row dt{
  background:#EAF2F7;
  color:var(--company-main);
  font-weight:600;
}

.p-company-outline__row dd{
  color:var(--company-text-sub);
}

/* =========================================
   history
========================================= */

.p-company-history{
  padding:140px 0 150px;
  background:#fff;
}

.p-company-history__list{
  border-top:1px solid var(--company-line);
}

.p-company-history__item{
  position:relative;
  display:grid;
  grid-template-columns:180px 1fr;
  margin:0;
  border-bottom:1px solid #e9edf1;
}

.p-company-history__item dt,
.p-company-history__item dd{
  margin:0;
  padding:26px 20px;
  font-size:15px;
  line-height:2;
  letter-spacing:.05em;
}

.p-company-history__item dt{
  color:var(--company-main);
  font-weight:600;
}

.p-company-history__item dd{
  color:var(--company-text-sub);
}

.p-company-history__item::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--company-sub);
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
}

/* =========================================
   responsive
========================================= */

@media screen and (max-width:1200px){
  .p-company-message__content{
    padding:56px 42px;
  }

  .p-company-message__visual{
    min-height:580px;
  }
}

@media screen and (max-width:960px){
  .u-sp{
    display:block;
  }

  .p-company-mv{
    min-height:480px;
    height:60vh;
  }

  .p-company-intro{
    padding:72px 0 34px;
  }

  .p-company-message{
    padding:80px 0 100px;
  }

  .p-company-message::before{
    width:100%;
    top:80px;
    height:calc(100% - 80px);
    border-radius:0;
  }

  .p-company-message__layout{
    flex-direction:column;
    gap:50px;
  }

  .p-company-message__visual,
  .p-company-message__content{
    width:100%;
    max-width:100%;
  }

  .p-company-message__visual{
    min-height:520px;
  }

  .p-company-message__content{
    padding:50px 34px;
  }

  .p-company-philosophy,
  .p-company-outline,
  .p-company-history{
    padding:100px 0;
  }

  .p-company-values{
    grid-template-columns:1fr;
  }

  .p-company-outline__row{
    grid-template-columns:1fr;
  }

  .p-company-outline__row dt,
  .p-company-outline__row dd{
    padding:18px 20px;
  }

  .p-company-outline__row dt{
    padding-bottom:8px;
  }

  .p-company-outline__row dd{
    padding-top:0;
  }

  .p-company-history__item{
    grid-template-columns:1fr;
  }

  .p-company-history__item dt,
  .p-company-history__item dd{
    padding:16px 12px;
  }

  .p-company-history__item dt{
    padding-bottom:0;
  }

  .p-company-history__item dd{
    padding-top:6px;
  }

  .p-company-history__item::before{
    display:none;
  }
}

@media screen and (max-width:767px){
  .c-heading{
    margin-bottom:34px;
  }

  .c-heading__en{
    font-size:11px;
    padding-left:34px;
  }

  .c-heading__en::before{
    width:24px;
  }

  .p-company-mv{
    min-height:390px;
  }

  .p-company-mv__en{
    font-size:11px;
    margin-bottom:12px;
  }

  .p-company-mv__lead{
    font-size:13px;
    line-height:2;
  }

  .p-company-mv__scroll{
    right:4%;
    bottom:20px;
    font-size:10px;
  }

  .p-company-mv__scroll::after{
    height:40px;
  }

  .p-company-intro__inner{
    width:90%;
  }

  .p-company-intro__text{
    font-size:14px;
    line-height:2.1;
    text-align:left;
  }

  .p-company-message{
    padding:60px 0 80px;
  }

  .p-company-message__visual{
    min-height:370px;
  }

  .p-company-message__content{
    padding:38px 24px;
  }

  .p-company-message__catch{
    margin-bottom:24px;
    line-height:1.6;
  }

  .p-company-message__text p{
    font-size:14px;
    line-height:2;
    margin-bottom:16px;
  }

  .p-company-message__name{
    margin-top:28px;
    font-size:14px;
  }

  .p-company-philosophy,
  .p-company-outline,
  .p-company-history{
    padding:80px 0;
  }

  .p-company-philosophy__box{
    padding:42px 24px;
    margin-bottom:40px;
  }

  .p-company-philosophy__lead{
    margin-bottom:20px;
    line-height:1.7;
  }

  .p-company-philosophy__text p{
    font-size:14px;
    line-height:2;
    text-align:left;
  }

  .p-company-values__item{
    padding:28px 22px;
    min-height:auto;
  }

  .p-company-values__title{
    font-size:20px;
  }

  .p-company-values__text{
    font-size:14px;
  }

  .p-company-outline__row dt,
  .p-company-outline__row dd,
  .p-company-history__item dt,
  .p-company-history__item dd{
    font-size:14px;
    line-height:1.9;
  }
}

/* =========================
   WORKS ARCHIVE BASE
========================= */

/* 参考サイトの下層背景画像をworks一覧では消す */
.works_archive_page .all_sub_mv_bg,
.works_archive_page .all_sub_mv_img_sec,
.works_archive_page .all_sub_mv_img_inner,
.post-type-archive-works .all_sub_mv_bg,
.post-type-archive-works .all_sub_mv_img_sec,
.post-type-archive-works .all_sub_mv_img_inner {
	display: none !important;
	background: none !important;
}

.post-type-archive-works .works_wrapper,
.post-type-archive-works .works_archive_page,
.post-type-archive-works #container {
	background: #fff;
	position: relative;
	z-index: 1;
}

/* footerが変な位置に来る時の保険 */
#footer {
	position: relative;
	z-index: 1;
	clear: both;
}

/* =========================
   WORKS ARCHIVE TOP
========================= */

/* 変な上余白を整理 */
.post-type-archive-works .all_sub_mv {
	padding-top: 120px !important;
	padding-bottom: 40px;
	position: relative;
	z-index: 2;
	background: #fff;
}

.post-type-archive-works .all_sub_mv .content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

/* 見出し */
.post-type-archive-works .all_sub_mv_title_sec {
	text-align: left;
}

.post-type-archive-works .all_title_head {
	margin: 0;
	line-height: 1;
	font-size: 56px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #008CD5;
}

.post-type-archive-works .all_title {
	margin-top: 14px;
	font-size: 24px;
	font-weight: 500;
	color: #1a1a1a;
}

/* パンくず */
.post-type-archive-works .all_sub_breadcrumb_wrap {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	padding-top: 30px;
	height: auto;
	font-size: 0;
	letter-spacing: 0;
}

.post-type-archive-works .all_sub_breadcrumb {
	text-align: right;
}

.post-type-archive-works .all_sub_breadcrumb li {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	color: #00adf2;
}

.post-type-archive-works .all_sub_breadcrumb li::after {
	content: '>';
	display: inline-block;
	padding: 0 8px;
	color: #b6b6b6;
}

.post-type-archive-works .all_sub_breadcrumb li:last-child::after {
	display: none;
}

.post-type-archive-works .all_sub_breadcrumb li a {
	color: #b6b6b6;
	text-decoration: none;
}

/* =========================
   CATEGORY BUTTON AREA
========================= */

.post-type-archive-works .works_button_sec {
	padding-top: 20px;
	padding-bottom: 30px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.post-type-archive-works .works_button_sec .content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.post-type-archive-works .all_sub_content_category_swipe {
	margin-bottom: 10px;
	font-size: 12px;
	color: #999;
}

.post-type-archive-works .all_sub_content_category_list_wrap {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.post-type-archive-works .all_sub_content_category_list {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	padding: 0 0 4px;
	margin: 0;
	list-style: none;
	width: max-content;
	min-width: 100%;
}

.post-type-archive-works .all_sub_content_category_list li {
	width: auto;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

.post-type-archive-works .all_sub_content_category_list li p {
	margin: 0;
}

.post-type-archive-works .all_sub_content_category_list li a {
	background: #ecf5fa;
	height: 48px;
	padding: 0 26px;
	border-radius: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 600;
	color: #008CD5;
	text-decoration: none;
	transition: .3s ease;
}

.post-type-archive-works .all_sub_content_category_list li a.current {
	background: #008CD5;
	color: #fff;
}

/* 絞り込みボタン */
.post-type-archive-works .works_filter_button {
	margin-top: 24px;
	display: inline-block;
	padding: 0 0 0 28px;
	position: relative;
	line-height: 1.6;
	font-size: 15px;
	font-weight: 600;
	color: #008CD5;
	cursor: pointer;
	background: none;
	border: none;
	user-select: none;
}

.post-type-archive-works .works_filter_button.is-open {
	opacity: .7;
}

.post-type-archive-works .works_filter_button::before {
	content: '';
	display: block;
	width: 15px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url('/wp-content/themes/swell_child/assets/img/works_filter_button_icon.png') no-repeat center / 100%;
}

/* =========================
   FILTER PANEL
========================= */

.post-type-archive-works .works_filter_panel {
	margin-top: 20px;
	display: none;
	width: 100%;
	background: #f7fbfe;
	border: 1px solid #dcecf5;
	border-radius: 12px;
}

.post-type-archive-works .works_filter_panel.is-open {
	display: block;
}

.post-type-archive-works .works_filter_panel__inner {
	padding: 28px;
}

.post-type-archive-works .works_filter_form {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: flex-end;
}

.post-type-archive-works .works_filter_group {
	flex: 1 1 240px;
}

.post-type-archive-works .works_filter_group__title {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
}

.post-type-archive-works .works_filter_group__select select {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #d5dfe6;
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
	color: #1a1a1a;
	outline: none;
	box-sizing: border-box;
}

.post-type-archive-works .works_filter_group__select select:focus {
	border-color: #008CD5;
}

.post-type-archive-works .works_filter_actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.post-type-archive-works .works_filter_submit {
	min-width: 180px;
	height: 48px;
	padding: 0 24px;
	border: none;
	border-radius: 999px;
	background: #008CD5;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	transition: .3s ease;
}

.post-type-archive-works .works_filter_submit:hover {
	opacity: .85;
}

.post-type-archive-works .works_filter_reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	height: 48px;
	padding: 0 20px;
	border: 1px solid #008CD5;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	color: #008CD5;
	text-decoration: none;
	background: #fff;
	box-sizing: border-box;
}

/* =========================
   WORKS CONTENT
========================= */

.works_content {
	position: relative;
	z-index: 2;
	background: #fff;
}

.works_content .content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.works_content_list {
	background: #fff;
	margin-top: 84px;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
}

.works_content_list li {
	background: #1a1a1a;
	width: calc((100% - 4px) / 3);
	margin-right: 2px;
	position: relative;
}

.works_content_list li:nth-child(3n) {
	margin-right: 0;
}

.works_content_list li:nth-child(n+4) {
	margin-top: 2px;
}

.works_content_list a {
	width: 100%;
	padding-bottom: 66.52%;
	position: relative;
	display: block;
	color: #fff;
	overflow: hidden;
	transition: .4s ease;
	text-decoration: none;
}

.works_content_list a img {
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	object-fit: cover;
	transition: top .4s ease;
}

.works_content_list a:hover img {
	top: calc(50% - 24px);
}

.works_content_list_tag {
	padding: 4px 6px 4px 8px;
	border-radius: 0 0 0 4px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	font-size: 16px;
	color: #fff;
	margin: 0;
}

.works_content_architecture .works_content_list_tag {
	background-color: #008CD5;
}

.works_content_civil .works_content_list_tag {
	background-color: #00D58B;
}

.works_content_other .works_content_list_tag {
	background-color: #0A64EE;
}

.works_content_list_text_sec {
	width: 100%;
	padding: 10px 20px 12px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	margin: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0));
}

.works_content_list_text_sec > span {
	display: block;
	font-size: 12px;
}

.works_content_list_title {
	margin-top: 4px;
	margin-bottom: 2px;
	font-size: 16px;
}

.works_content_list_date::before {
	content: '竣工年月：';
	display: inline;
}

.works_content_list_type::before {
	content: '用途：';
	display: inline;
}

.works_content_list_order::before {
	content: '所在地：';
	display: inline;
}

/* =========================
   PAGINATION
========================= */

.all_pagination {
	width: 630px;
	max-width: 100%;
	margin: 75px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
}

.all_pagination_button {
	background: #fff;
	min-width: 43px;
	height: 43px;
	border: 1px solid #E3E3E3;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 600;
	color: #008CD5;
	box-sizing: border-box;
}

.all_pagination_button a,
.all_pagination_button span {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #008CD5;
	text-decoration: none;
}

.all_pagination_button.current {
	background-color: #008CD5;
	border: none;
}

.all_pagination_button.current a,
.all_pagination_button.current span {
	color: #fff;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
	.works_content_list {
		margin-top: 56px;
	}

	.works_content_list li {
		width: calc((100% - 2px) / 2);
	}

	.works_content_list li:nth-child(3n) {
		margin-right: 2px;
	}

	.works_content_list li:nth-child(2n) {
		margin-right: 0;
	}

	.works_content_list li:nth-child(n+4) {
		margin-top: 0;
	}

	.works_content_list li:nth-child(n+3) {
		margin-top: 2px;
	}

	.works_content_list_text_sec {
		padding: 12px 16px 14px;
	}
}

@media (max-width: 768px) {
	.post-type-archive-works .all_sub_mv {
		padding-top: 70px !important;
		padding-bottom: 20px;
	}

	.post-type-archive-works .all_title_head {
		font-size: 42px;
	}

	.post-type-archive-works .all_title {
		font-size: 18px;
	}

	.post-type-archive-works .all_sub_breadcrumb_wrap,
	.post-type-archive-works .all_sub_mv .content,
	.post-type-archive-works .works_button_sec .content,
	.works_content .content {
		width: 90%;
	}

	.post-type-archive-works .works_button_sec {
		padding-top: 16px;
		padding-bottom: 20px;
	}

	.post-type-archive-works .all_sub_content_category_list_wrap {
		margin-right: -5%;
		padding-right: 5%;
	}

	.post-type-archive-works .all_sub_content_category_list {
		gap: 10px;
	}

	.post-type-archive-works .all_sub_content_category_list li a {
		height: 40px;
		padding: 0 16px;
		font-size: 13px;
		border-radius: 999px;
	}

	.post-type-archive-works .works_filter_button {
		margin-top: 18px;
		font-size: 14px;
	}

	.post-type-archive-works .works_filter_panel {
		margin-top: 16px;
		border-radius: 10px;
	}

	.post-type-archive-works .works_filter_panel__inner {
		padding: 18px;
	}

	.post-type-archive-works .works_filter_form {
		display: block;
	}

	.post-type-archive-works .works_filter_group + .works_filter_group {
		margin-top: 14px;
	}

	.post-type-archive-works .works_filter_group {
		width: 100%;
	}

	.post-type-archive-works .works_filter_group__title {
		margin-bottom: 8px;
		font-size: 13px;
	}

	.post-type-archive-works .works_filter_group__select select {
		height: 44px;
		font-size: 14px;
	}

	.post-type-archive-works .works_filter_actions {
		margin-top: 16px;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.post-type-archive-works .works_filter_submit,
	.post-type-archive-works .works_filter_reset {
		width: 100%;
		min-width: 0;
		height: 44px;
	}

	.works_content_list {
		margin-top: 40px;
	}

	.works_content_list li {
		width: 100%;
		margin-right: 0 !important;
	}

	.works_content_list li:nth-child(n+2) {
		margin-top: 2px;
	}

	.works_content_list_tag {
		font-size: 13px;
		padding: 4px 8px;
	}

	.works_content_list_text_sec > span {
		font-size: 11px;
	}

	.works_content_list_title {
		font-size: 14px;
		line-height: 1.5;
	}
}

/* ======================================
   RECRUIT FV
====================================== */
.recruit-fv {
	position: relative;
	height: 100vh;
	min-height: 760px;
	overflow: hidden;
	background: #07162f;
	color: #fff;
}

.recruit-fv__bg {
	position: absolute;
	inset: -8%;
	background:
		linear-gradient(180deg, rgba(4,17,43,0.35) 0%, rgba(3,10,26,0.75) 100%),
		url('../img/recruit-poster.png') no-repeat center center / cover;
	filter: saturate(1.05) contrast(1.05) brightness(0.7);
	transform: scale(1.08);
	z-index: 1;
	will-change: transform;
}

.recruit-fv__overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 50% 35%, rgba(50,120,255,0.22) 0%, rgba(50,120,255,0) 45%),
		linear-gradient(180deg, rgba(8,22,49,0.1) 0%, rgba(8,22,49,0.4) 100%);
	z-index: 2;
	pointer-events: none;
}

.recruit-fv__noise {
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(rgba(255,255,255,0.08) 0.8px, transparent 0.8px);
	background-size: 8px 8px;
	opacity: 0.06;
	mix-blend-mode: screen;
	z-index: 2;
	pointer-events: none;
}

.recruit-fv__inner {
	position: relative;
	z-index: 3;
	width: min(92%, 1400px);
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* ロゴ */
.recruit-fv__logo {
	position: absolute;
	top: 42px;
	left: 50%;
	transform: translateX(-50%);
	font-size: clamp(52px, 8vw, 140px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.02em;
	font-style: italic;
	text-transform: none;
	white-space: nowrap;
	text-shadow: 0 10px 30px rgba(0,0,0,0.28);
	z-index: 5;
}

.recruit-fv__logo span {
	display: inline-block;
	color: #fff;
}

/* ビジュアル */
.recruit-fv__visual {
	position: relative;
	width: min(88vw, 1080px);
	margin-top: 80px;
	filter: drop-shadow(0 30px 50px rgba(0,0,0,0.35));
	z-index: 4;
	will-change: transform;
}

.recruit-fv__visual img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

/* コピー */
.recruit-fv__copy {
	position: absolute;
	left: 50%;
	bottom: 100px;
	transform: translateX(-50%);
	width: min(92%, 1200px);
	text-align: center;
	z-index: 6;
	pointer-events: none;
}

.recruit-fv__copy-top {
	margin: 0 0 12px;
	font-size: clamp(24px, 2.5vw, 46px);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-shadow: 0 8px 20px rgba(0,0,0,0.45);
}

.recruit-fv__copy-main {
	margin: 0;
	font-size: clamp(40px, 6vw, 104px);
	font-weight: 900;
	line-height: 1.02;
	letter-spacing: 0.02em;
	text-shadow: 0 12px 30px rgba(0,0,0,0.45);
}

/* CTA */
.recruit-fv__cta {
	position: absolute;
	left: 50%;
	bottom: 32px;
	transform: translateX(-50%);
	display: flex;
	gap: 16px;
	z-index: 7;
}

.recruit-fv__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 210px;
	height: 56px;
	padding: 0 28px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-decoration: none;
	transition: all 0.35s ease;
}

.recruit-fv__btn--primary {
	background: #0d63d6;
	color: #fff;
	border: 1px solid #0d63d6;
	box-shadow: 0 12px 24px rgba(13,99,214,0.28);
}

.recruit-fv__btn--primary:hover {
	background: #0853b8;
	border-color: #0853b8;
	transform: translateY(-2px);
}

.recruit-fv__btn--ghost {
	background: rgba(255,255,255,0.08);
	color: #fff;
	border: 1px solid rgba(255,255,255,0.25);
	backdrop-filter: blur(6px);
}

.recruit-fv__btn--ghost:hover {
	background: rgba(255,255,255,0.16);
	transform: translateY(-2px);
}

/* SCROLL */
.recruit-fv__scroll {
	position: absolute;
	right: 24px;
	bottom: 28px;
	writing-mode: vertical-rl;
	font-size: 11px;
	letter-spacing: 0.18em;
	opacity: 0.8;
	z-index: 7;
}

.recruit-fv__scroll::after {
	content: "";
	display: block;
	width: 1px;
	height: 64px;
	margin: 10px auto 0;
	background: rgba(255,255,255,0.6);
	animation: recruitScrollLine 1.8s ease-in-out infinite;
}

@keyframes recruitScrollLine {
	0% {
		transform: scaleY(0.2);
		transform-origin: top;
		opacity: 0.3;
	}
	50% {
		transform: scaleY(1);
		transform-origin: top;
		opacity: 1;
	}
	100% {
		transform: scaleY(0.2);
		transform-origin: bottom;
		opacity: 0.3;
	}
}

/* ======================================
   RESPONSIVE
====================================== */
@media (max-width: 1024px) {
	.recruit-fv {
		min-height: 700px;
	}

	.recruit-fv__logo {
		top: 34px;
	}

	.recruit-fv__visual {
		width: min(94vw, 900px);
		margin-top: 70px;
	}

	.recruit-fv__copy {
		bottom: 120px;
	}

	.recruit-fv__cta {
		flex-wrap: wrap;
		justify-content: center;
		width: min(92%, 520px);
	}
}

@media (max-width: 767px) {
	.recruit-fv {
		height: auto;
		min-height: 100svh;
		padding: 110px 0 130px;
	}

	.recruit-fv__bg {
		inset: 0;
		background-position: center center;
		transform: scale(1.04);
	}

	.recruit-fv__inner {
		justify-content: flex-start;
	}

	.recruit-fv__logo {
		top: 18px;
		font-size: clamp(42px, 14vw, 78px);
	}

	.recruit-fv__visual {
		width: 100%;
		margin-top: 70px;
	}

	.recruit-fv__copy {
		position: relative;
		left: auto;
		bottom: auto;
		transform: none;
		margin-top: -10px;
		width: 100%;
	}

	.recruit-fv__copy-top {
		font-size: clamp(18px, 5vw, 28px);
		margin-bottom: 10px;
	}

	.recruit-fv__copy-main {
		font-size: clamp(34px, 10vw, 58px);
		line-height: 1.05;
	}

	.recruit-fv__cta {
		position: relative;
		left: auto;
		bottom: auto;
		transform: none;
		margin-top: 28px;
		flex-direction: column;
		width: 100%;
		gap: 12px;
	}

	.recruit-fv__btn {
		width: 100%;
		min-width: auto;
		height: 54px;
	}

	.recruit-fv__scroll {
		display: none;
	}
}

/* ======================================
   COMMON
====================================== */
.recruit-container {
	width: min(90%, 1200px);
	margin: 0 auto;
}

.recruit-section-head {
	margin-bottom: 56px;
	text-align: left;
}

.recruit-section-head__en {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.18em;
	color: #0d63d6;
}

.recruit-section-head__jp {
	margin: 0;
	font-size: clamp(30px, 3.5vw, 52px);
	font-weight: 800;
	line-height: 1.2;
	color: #10233f;
}

/* ======================================
   MESSAGE
====================================== */
.recruit-message {
	position: relative;
	padding: 120px 0;
	background: linear-gradient(180deg, #f4f8fd 0%, #ffffff 100%);
}

.recruit-message__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 48px;
	align-items: start;
}

.recruit-message__title {
	margin: 0 0 28px;
	font-size: clamp(28px, 3vw, 46px);
	line-height: 1.45;
	font-weight: 800;
	color: #10233f;
}

.recruit-message__text {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 2;
	color: #3f4f67;
}

.recruit-message__card {
	position: sticky;
	top: 110px;
	padding: 32px;
	border-radius: 22px;
	background: #0f2342;
	box-shadow: 0 20px 50px rgba(16, 35, 63, 0.14);
	color: #fff;
}

.recruit-message__label {
	margin: 0 0 20px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	color: #74afff;
}

.recruit-message__points {
	margin: 0;
	padding: 0;
	list-style: none;
}

.recruit-message__points li {
	position: relative;
	padding-left: 22px;
	font-size: 15px;
	line-height: 1.9;
}

.recruit-message__points li + li {
	margin-top: 14px;
}

.recruit-message__points li::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #0d63d6;
	box-shadow: 0 0 0 6px rgba(13, 99, 214, 0.12);
}

/* ======================================
   JOBS
====================================== */
.recruit-jobs {
	position: relative;
	padding: 120px 0;
	background: #fff;
}

.recruit-jobs__list {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.recruit-job-card {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 28px;
	padding: 34px 36px;
	border-radius: 24px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border: 1px solid #dbe7f6;
	box-shadow: 0 18px 40px rgba(16, 35, 63, 0.06);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.recruit-job-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 26px 50px rgba(16, 35, 63, 0.1);
}

.recruit-job-card__num {
	font-size: clamp(40px, 5vw, 72px);
	font-weight: 900;
	line-height: 1;
	color: #0d63d6;
	opacity: 0.9;
}

.recruit-job-card__title {
	margin: 0 0 16px;
	font-size: clamp(24px, 2.4vw, 34px);
	font-weight: 800;
	line-height: 1.3;
	color: #10233f;
}

.recruit-job-card__lead {
	margin: 0 0 22px;
	font-size: 15px;
	line-height: 1.9;
	color: #4b5b74;
}

.recruit-job-card__meta {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin: 0;
}

.recruit-job-card__meta div {
	padding: 18px 20px;
	border-radius: 16px;
	background: #eef5fd;
}

.recruit-job-card__meta dt {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #0d63d6;
}

.recruit-job-card__meta dd {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #2f4058;
}

/* ======================================
   FLOW
====================================== */
.recruit-flow {
	padding: 120px 0;
	background: linear-gradient(180deg, #0b1c36 0%, #12284a 100%);
	color: #fff;
}

.recruit-flow .recruit-section-head__en {
	color: #74afff;
}

.recruit-flow .recruit-section-head__jp {
	color: #fff;
}

.recruit-flow__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.recruit-flow__item {
	position: relative;
	padding: 28px 24px;
	border-radius: 22px;
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.12);
	backdrop-filter: blur(6px);
}

.recruit-flow__step {
	display: inline-block;
	margin-bottom: 18px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	color: #74afff;
}

.recruit-flow__title {
	margin: 0 0 12px;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 700;
	color: #fff;
}

.recruit-flow__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.9;
	color: rgba(255,255,255,0.82);
}

/* ======================================
   ENTRY
====================================== */
.recruit-entry {
	position: relative;
	overflow: hidden;
	padding: 120px 0;
	background: #08172f;
}

.recruit-entry__bg {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(13,99,214,0.24) 0%, rgba(13,99,214,0) 50%),
		radial-gradient(circle at 80% 20%, rgba(116,175,255,0.22) 0%, rgba(116,175,255,0) 35%);
	pointer-events: none;
}

.recruit-entry__inner {
	position: relative;
	z-index: 2;
}

.recruit-entry__content {
	padding: 64px;
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.04) 100%);
	border: 1px solid rgba(255,255,255,0.14);
	box-shadow: 0 24px 60px rgba(0,0,0,0.2);
	text-align: center;
	color: #fff;
	backdrop-filter: blur(8px);
}

.recruit-entry__en {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #74afff;
}

.recruit-entry__title {
	margin: 0 0 20px;
	font-size: clamp(34px, 4vw, 64px);
	line-height: 1.25;
	font-weight: 900;
	color: #fff;
}

.recruit-entry__text {
	margin: 0 auto;
	max-width: 680px;
	font-size: 16px;
	line-height: 2;
	color: rgba(255,255,255,0.86);
}

.recruit-entry__buttons {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 34px;
	flex-wrap: wrap;
}

.recruit-entry__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 240px;
	height: 58px;
	padding: 0 28px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-decoration: none;
	transition: all 0.35s ease;
}

.recruit-entry__btn--primary {
	background: #0d63d6;
	border: 1px solid #0d63d6;
	color: #fff;
	box-shadow: 0 14px 30px rgba(13,99,214,0.3);
}

.recruit-entry__btn--primary:hover {
	background: #0853b8;
	border-color: #0853b8;
	transform: translateY(-2px);
}

.recruit-entry__btn--ghost {
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.22);
	color: #fff;
}

.recruit-entry__btn--ghost:hover {
	background: rgba(255,255,255,0.15);
	transform: translateY(-2px);
}

/* ======================================
   SCROLL ANIMATION
====================================== */
.js-fade-up {
	opacity: 0;
	transform: translateY(40px);
}

/* ======================================
   RESPONSIVE
====================================== */
@media (max-width: 1024px) {
	.recruit-message,
	.recruit-jobs,
	.recruit-flow,
	.recruit-entry {
		padding: 100px 0;
	}

	.recruit-message__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.recruit-message__card {
		position: static;
	}

	.recruit-job-card {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.recruit-job-card__meta {
		grid-template-columns: 1fr;
	}

	.recruit-flow__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.recruit-entry__content {
		padding: 48px 32px;
	}
}

@media (max-width: 767px) {
	.recruit-message,
	.recruit-jobs,
	.recruit-flow,
	.recruit-entry {
		padding: 80px 0;
	}

	.recruit-section-head {
		margin-bottom: 38px;
	}

	.recruit-message__title {
		font-size: 28px;
		line-height: 1.5;
	}

	.recruit-message__text {
		font-size: 15px;
		line-height: 1.95;
	}

	.recruit-message__card {
		padding: 24px 22px;
		border-radius: 18px;
	}

	.recruit-job-card {
		padding: 26px 20px;
		border-radius: 18px;
	}

	.recruit-job-card__meta div {
		padding: 16px;
		border-radius: 14px;
	}

	.recruit-flow__list {
		grid-template-columns: 1fr;
	}

	.recruit-flow__item {
		padding: 24px 20px;
		border-radius: 18px;
	}

	.recruit-entry__content {
		padding: 36px 20px;
		border-radius: 20px;
	}

	.recruit-entry__title {
		font-size: 34px;
		line-height: 1.35;
	}

	.recruit-entry__text {
		font-size: 15px;
		line-height: 1.9;
	}

	.recruit-entry__buttons {
		flex-direction: column;
	}

	.recruit-entry__btn {
		width: 100%;
		min-width: auto;
	}
}


/* ======================================
   CONTACT PAGE - MARUWA
====================================== */

.mw-contact-page {
  background: #f7f9fc;
  color: #1c2b39;
}

/* container */
.l-container {
  width: min(92%, 1200px);
  margin: 0 auto;
}


/* ======================================
   HERO
====================================== */

.mw-contact-hero {
  position: relative;
  padding: 140px 0 90px;
  background:
    linear-gradient(135deg, rgba(17, 76, 140, 0.92), rgba(33, 111, 181, 0.88)),
    url("/wp-content/uploads/2026/03/contact-bg.jpg") center center / cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.mw-contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.14), transparent 30%),
    radial-gradient(circle at bottom left, rgba(255,255,255,0.08), transparent 35%);
  pointer-events: none;
}

.mw-contact-hero__inner {
  position: relative;
  z-index: 1;
  width: min(92%, 1200px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.mw-contact-hero__icon {
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  backdrop-filter: blur(6px);
}

.mw-contact-hero__text {
  max-width: 760px;
}

.mw-contact-hero__en {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  opacity: 0.9;
}

.mw-contact-hero__title {
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.mw-contact-hero__lead {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 2;
  color: rgba(255,255,255,0.92);
}


/* ======================================
   BREADCRUMB
====================================== */

.mw-contact-breadcrumb {
  background: #fff;
  border-bottom: 1px solid #e5ebf2;
}

.mw-contact-breadcrumb .l-container {
  padding: 18px 0;
  font-size: 13px;
  color: #66788a;
}

.mw-contact-breadcrumb a {
  color: #114c8c;
  text-decoration: none;
}

.mw-contact-breadcrumb a:hover {
  opacity: 0.7;
}

.mw-contact-breadcrumb span {
  margin: 0 4px;
}


/* ======================================
   MAIN LAYOUT
====================================== */

.mw-contact-main {
  padding: 70px 0 110px;
}

.mw-contact-main__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 40px;
  align-items: start;
}


/* ======================================
   LEFT CARD
====================================== */

.mw-contact-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(24, 52, 84, 0.08);
  padding: 48px 48px 56px;
  border: 1px solid #e8eef5;
}

.mw-contact-card__head {
  margin-bottom: 24px;
}

.mw-contact-card__sub {
  margin: 0 0 10px;
  color: #114c8c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.mw-contact-card__title {
  margin: 0;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 700;
  color: #1c2b39;
}

.mw-contact-card__text {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 2;
  color: #4e6072;
}

.mw-contact-note {
  margin-bottom: 32px;
  padding: 16px 20px;
  border-radius: 14px;
  background: #f3f8fd;
  border-left: 4px solid #216fb5;
}

.mw-contact-note p {
  margin: 0;
  font-size: 14px;
  color: #385066;
}

.mw-contact-note span {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #114c8c;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}


/* ======================================
   FORM AREA
====================================== */

.mw-contact-form-area {
  margin-top: 12px;
}

/* Contact Form 7 調整 */
.mw-contact-form-area .wpcf7 {
  width: 100%;
}

.mw-contact-form-area .wpcf7 form {
  width: 100%;
}

.mw-contact-form-area .wpcf7 p {
  margin: 0 0 22px;
  font-size: 14px;
  color: #1c2b39;
}

.mw-contact-form-area input[type="text"],
.mw-contact-form-area input[type="email"],
.mw-contact-form-area input[type="tel"],
.mw-contact-form-area input[type="url"],
.mw-contact-form-area select,
.mw-contact-form-area textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #d6e0ea;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 15px;
  color: #1c2b39;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

.mw-contact-form-area textarea {
  min-height: 220px;
  resize: vertical;
}

.mw-contact-form-area input:focus,
.mw-contact-form-area select:focus,
.mw-contact-form-area textarea:focus {
  outline: none;
  border-color: #216fb5;
  box-shadow: 0 0 0 4px rgba(33, 111, 181, 0.12);
}

.mw-contact-form-area .wpcf7-list-item {
  margin-left: 0;
}

.mw-contact-form-area input[type="submit"] {
  appearance: none;
  border: none;
  background: linear-gradient(135deg, #114c8c, #216fb5);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 16px 34px;
  border-radius: 999px;
  cursor: pointer;
  min-width: 220px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
  box-shadow: 0 14px 28px rgba(17, 76, 140, 0.22);
}

.mw-contact-form-area input[type="submit"]:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.mw-contact-form-area .wpcf7-spinner {
  vertical-align: middle;
}

.mw-contact-form-area .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 12px;
}

.mw-contact-form-area .wpcf7-response-output {
  margin: 20px 0 0 !important;
  border-radius: 12px;
  padding: 14px 16px !important;
  font-size: 14px;
}


/* ======================================
   SIDEBAR
====================================== */

.mw-contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mw-contact-sidebar__box,
.mw-contact-sidebar__info {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(24, 52, 84, 0.06);
  overflow: hidden;
}

.mw-contact-sidebar__title,
.mw-contact-sidebar__mini-title {
  margin: 0;
  padding: 18px 22px;
  background: #114c8c;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.mw-contact-sidebar__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mw-contact-sidebar__menu li {
  border-top: 1px solid #edf2f7;
}

.mw-contact-sidebar__menu li:first-child {
  border-top: none;
}

.mw-contact-sidebar__menu li a {
  position: relative;
  display: block;
  padding: 18px 22px;
  text-decoration: none;
  color: #1c2b39;
  font-size: 14px;
  line-height: 1.7;
  background: #fff;
  transition: background 0.3s ease, color 0.3s ease, padding-left 0.3s ease;
}

.mw-contact-sidebar__menu li a::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #216fb5;
  font-size: 14px;
}

.mw-contact-sidebar__menu li a:hover {
  background: #f5f9fd;
  padding-left: 26px;
}

.mw-contact-sidebar__menu li.is-active a,
.mw-contact-sidebar__menu li a.active {
  background: linear-gradient(135deg, #114c8c, #216fb5);
  color: #fff;
}

.mw-contact-sidebar__menu li.is-active a::after,
.mw-contact-sidebar__menu li a.active::after {
  color: #fff;
}

.mw-contact-sidebar__info {
  padding-bottom: 20px;
}

.mw-contact-sidebar__tel {
  margin: 18px 22px 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.mw-contact-sidebar__tel a {
  text-decoration: none;
  color: #114c8c;
}

.mw-contact-sidebar__hours {
  margin: 0 22px;
  font-size: 13px;
  color: #66788a;
  line-height: 1.8;
}


/* ======================================
   RESPONSIVE
====================================== */

@media (max-width: 1024px) {
  .mw-contact-main__inner {
    grid-template-columns: 1fr;
  }

  .mw-contact-sidebar {
    order: 2;
  }

  .mw-contact-content {
    order: 1;
  }
}

@media (max-width: 767px) {
  .mw-contact-hero {
    padding: 110px 0 70px;
  }

  .mw-contact-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .mw-contact-hero__icon {
    width: 74px;
    height: 74px;
  }

  .mw-contact-hero__lead {
    font-size: 14px;
    line-height: 1.9;
  }

  .mw-contact-main {
    padding: 48px 0 80px;
  }

  .mw-contact-card {
    padding: 30px 22px 34px;
    border-radius: 18px;
  }

  .mw-contact-card__title {
    font-size: 24px;
  }

  .mw-contact-card__text {
    font-size: 14px;
  }

  .mw-contact-form-area input[type="submit"] {
    width: 100%;
    min-width: 0;
  }

  .mw-contact-sidebar__title,
  .mw-contact-sidebar__mini-title {
    font-size: 14px;
    padding: 16px 18px;
  }

  .mw-contact-sidebar__menu li a {
    padding: 16px 18px;
    font-size: 13px;
  }

  .mw-contact-sidebar__menu li a::after {
    right: 16px;
  }

  .mw-contact-sidebar__tel {
    font-size: 24px;
    margin: 16px 18px 6px;
  }

  .mw-contact-sidebar__hours {
    margin: 0 18px;
    font-size: 12px;
  }
}