/*
Theme Name: life_tpl_2025
Theme URI: 
Template: lightning
Description:Lifecommunication Theme
Author:Lifecommunication Co., Ltd
Tags: 
Version: 0.5.1
*/

/* =========================
   Reset CSS
========================= */

/* box-sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* margin / padding リセット */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure,
blockquote {
  margin: 0;
  padding: 0;
}

/* body */
body {
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

/* p */
p {
  line-height: 1.4 !important;
}

/* リスト */
ul,
ol {
  list-style: none;
}

/* 画像 */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* リンク */
a {
  text-decoration: none;
  color: inherit;
}

/* ボタン */
button {
  background: none;
  border: none;
  cursor: pointer;
}

/* フォーム */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

/* テーブル */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 見出し */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: normal;
}

/* strong / b */
strong,
b {
  font-weight: bold;
}

/* em */
em {
  font-style: italic;
}

/* address */
address {
  font-style: normal;
}

/* =========================
   All
========================= */
/* header */
.site-header,
.header_scrolled .site-header {
  position: fixed;
  top: 16px;
  left: 16px;
  padding: 16px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 10px;
  opacity: 0;
  animation: fadeInLoad 1s ease 0.2s forwards !important;
}

.site-header-container {
  padding: 16px !important;
}

.site-header-logo {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto 0 16px;
  padding: 0;
}

@media (max-width: 991.98px) {
  .site-header-logo {
    margin: 0;
  }

  .site-header-logo img {
    margin: 0 auto 0 0;
    width: 180px;
    object-fit: contain;
  }
}

.header_scrolled .site-header-logo {
  display: block !important;
}

.site-header-logo a {
  width: 240px !important;
  height: 70px !important;
  transition: all 0.3s ease;
}

.site-header-logo a:hover {
  opacity: 0.7;
}

.site-header-logo a span {
  width: 100% !important;
  height: 100% !important;
}

.global-nav-list {
  height: stretch;
}

.global-nav-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px !important;
}

.global-nav-name {
  position: relative;
  font-size: 16px !important;
  font-weight: 500;
  color: #3b4043;
}

.global-nav-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #3b4043;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.global-nav-name:hover::after {
  transform: scaleX(1);
}

#menu-item-39 {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 16px;
  padding-inline: 16px;
  background: #fa723d;
  border: 2px solid #fa723d;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

#menu-item-39::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 0;
}

#menu-item-39:hover::before {
  transform: scaleX(1);
}

#menu-item-39 > * {
  position: relative;
  z-index: 1;
}

#menu-item-39 .global-nav-name {
  color: #fff;
}

#menu-item-39:hover .global-nav-name {
  color: #fa723d;
}

#menu-item-39 .global-nav-name::after {
  display: none;
}

.vk-mobile-nav-menu-btn {
  right: 32px !important;
  top: 32px;
  border: 0px solid #333;
  width: 50px;
  height: 50px;
  background: url(../../images/vk-menu-btn.svg) center 50% no-repeat #fa723d;
  background-size: 60%;
  animation: fadeInLoad 0.8s ease 0.2s forwards !important;
}
.vk-mobile-nav-menu-btn.menu-open {
  border: none;
  background: url(../../images/vk-menu-close.svg) center 50% no-repeat #fa723d;
  background-size: 60%;
}

.vk-mobile-nav {
  padding: 120px 32px;
  background: #e7e9eb;
  border: none;
}

.vk-mobile-nav nav ul li a {
  padding: 16px;
  font-size: 18px;
  font-weight: 500;
}

.vk-mobile-nav nav ul li a::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 44px;
  height: 24px;
  background: #fa723d;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
  z-index: 2;
}

.vk-mobile-nav nav ul li:last-child {
  margin-top: 16px;
  background: #fa723d;
  border: none;
  border-radius: 10px;
  color: #fff;
}

.vk-mobile-nav nav ul li:last-child::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 44px;
  height: 24px;
  background: #fff;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #fa723d;
  transition: all 0.3s ease;
  z-index: 2;
}

/* body */
.site-body,
.site-body-container,
.container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  color: #3b4043;
  background: #e7e9eb;
  overflow-x: hidden;
}

.sp,
.sp-s {
  display: none !important;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .inner {
    width: calc(100% - 64px);
  }
}
@media (max-width: 991.98px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .inner {
    width: calc(100% - 32px);
  }
  .pc-tab {
    display: none !important;
  }
  .sp-s {
    display: block !important;
  }
}

a {
  text-decoration: none !important;
  color: inherit !important;
}

a:hover {
  color: inherit;
}

.center {
  text-align: center;
}

p.white {
  color: #fff;
}

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

.en {
  font-family: "Montserrat", "Yu Gothic", sans-serif;
  font-weight: 500;
}

.section-title {
  height: fit-content;
  padding-left: 32px;
  border-left: 3px solid #fa723d;
}

.section-title.white {
  color: #fff;
  border-left: 3px solid #fff;
}

.section-title h3 {
  line-height: 1.2;
  font-size: clamp(32px, 6vw, 64px);
}

.title-or h3 {
  margin-bottom: 8px;
  font-size: clamp(32px, 6vw, 64px);
  font-weight: 500;
  line-height: 1;
  color: #fa723d;
}

.title-or.white h3,
.title-or.white .title-s {
  color: #fff;
}

.sub-title {
  height: fit-content;
  padding-left: 32px;
  border-left: 3px solid #fa723d;
}

.sub-title.white {
  border-left: 3px solid #fff;
}

.sub-title h4 {
  margin-top: 0;
  font-size: clamp(20px, 4vw, 32px);
  font-weight: 500;
  line-height: 1;
}

.sub-title.white h4,
.sub-title.white p {
  color: #fff;
}

.title-s {
  font-size: clamp(12px, 2vw, 16px);
  font-weight: 500;
}

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

.main-copy {
  font-size: 32px;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .main-copy {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .main-copy {
    font-size: 18px;
  }
}

.img-group {
  display: flex;
  flex-direction: column;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 16px 24px;
  width: 260px;
  height: 60px;
  background: #fff;
  border: none;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.btn-text {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s ease;
  z-index: 2;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fa723d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: 1;
}

.btn:hover::before {
  transform: scaleX(1);
}

.btn:hover .btn-text {
  color: #fff;
}

.btn::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 44px;
  height: 24px;
  background: #fa723d;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
  z-index: 2;
}

.btn:hover::after {
  background: #fff;
  color: #fa723d;
}

.card {
  display: flex;
  padding: 32px;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
  background: #fff;
  transition: all 0.3s ease;
}

.card-number {
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 80px;
  font-weight: 500;
  color: #fa723d;
  opacity: 0.2;
}

.card-inner {
  position: relative;
  z-index: 1;
}

.card-title {
  font-size: 24px;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* footer */
.site-footer {
  padding: 64px 0 32px;
  background: #685f5c;
  color: #fff;
}

.site-footer-content {
  max-width: 1080px !important;
  margin: 0 auto !important;
}

.footer-logo {
  width: 240px;
  transition: all 0.3s ease;
}

.footer-logo:hover {
  opacity: 0.7;
}

.logo-link {
  width: fit-content;
  line-height: 1.1;
}

.logo-top {
  font-size: 12px;
}

.logo-middle {
  font-size: 32px;
  line-height: 1.1;
}

.logo-bottom {
  font-size: 10px;
  color: #999;
}

.footer-add {
  font-size: 14px;
}

#menu-footer-nav {
  display: grid;
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  gap: 16px 64px;
  margin-left: auto;
  width: fit-content;
}

#menu-footer-nav li {
  width: 160px;
}

#menu-footer-nav li a {
  position: relative;
  display: inline-block;
  padding: 0;
  background: none;
  border-bottom: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

#menu-footer-nav li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

#menu-footer-nav li a:hover::after {
  transform: scaleX(1);
}

.site-footer-copyright {
  margin-top: 64px !important;
}

.site-footer-copyright p:last-child {
  display: none;
}

@media (max-width: 991.98px) {
  .container.site-footer-content {
    width: calc(100% - 64px) !important;
  }
  #menu-footer-nav {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  #menu-footer-nav {
    display: none;
  }
}

/* page-top-btn */
.page_top_btn {
  padding-top: 24px;
  width: 60px;
  height: 60px;
  background-color: #fa723d;
  border-radius: 10px;
  box-shadow: none;
  background-position: center top;
  font-size: 14px;
  line-height: 1;
  color: #fff !important;
  text-align: center;
  transition: all 0.3s ease;
}

.page_top_btn:hover {
  opacity: 0.7;
}

.page-id-22 .page_top_btn {
  display: none;
}

/* =========================
   top
========================= */
/* main visual */
.mv {
  position: relative;
  width: 100%;
}

.mv-title {
  position: absolute;
  bottom: 64px;
  left: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #fff;
  z-index: 1;
}

.mv-title h2 {
  font-size: clamp(24px, 3vw, 64px);
  font-weight: 500;
  line-height: 1.4;
}

.mv-title p {
  font-size: clamp(12px, 1.7vw, 20px);
  font-weight: 500;
}

.mv-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.mv-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv-accent {
  position: absolute;
  top: -16px;
  right: 64px;
  height: 150%;
}

@media (max-width: 991.98px) {
  .mv-title {
    left: 32px;
  }
  .mv-accent {
    right: 0;
    height: 120%;
  }
}

@media (max-width: 767px) {
  .mv-title {
    left: 16px;
  }
  .mv-accent {
    height: 100%;
  }
}

/* about */
.about {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

.about::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
  height: 120%;
  aspect-ratio: 1/1;
  background-image: url("../../images/gunma.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

.about-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 120px;
  z-index: 1;
}

.about-left {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 40%;
}

.about-img {
  width: 100%;
  aspect-ratio: 4/3;
}

.about-right {
  display: flex;
  flex-direction: column;
  gap: 64px;
  width: 50%;
}

.about-right .btn {
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .about {
    padding: 80px 0;
  }
  .about::before {
    left: 50%;
    transform: translate(-30%, -50%);
    width: 80%;
    height: auto;
  }
  .about-inner {
    flex-direction: column;
    gap: 64px;
  }
  .about-left {
    width: 100%;
  }
  .about-right {
    width: 100%;
  }
  .about-right .btn {
    margin-right: auto;
  }
  .about-inner .img-group {
    max-width: 450px;
    margin: 0 auto;
  }
  .about-img {
    aspect-ratio: 2/1;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 64px 0;
  }
  .about::before {
    left: 50%;
    transform: translate(-40%, -50%);
    width: 90%;
  }
  .about-inner {
    gap: 32px;
  }
  .about-right {
    gap: 32px;
  }
}
@media (max-width: 500px) {
  .about-inner .img-group {
    width: 100%;
  }
}

/* top-strength */
.top-strength {
  background: url(../../images/strength-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.top-strength-bg {
  padding: 120px 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 114, 61, 0.9);
}

.top-strength-inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
  z-index: 1;
}

.top-strength-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.top-strength-item {
  position: relative;
  height: 100%;
  transition: all 0.3s ease;
}

.top-strength-item .card {
  padding: 48px 32px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}

.top-strength-item:hover {
  transform: translateY(-8px);
}

.top-strength-item:hover .card-title {
  color: #fa723d;
}

.top-strength-item .arrow-wrap {
  position: absolute;
  bottom: 32px;
  right: 32px;
}

.top-strength .btn {
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .top-strength {
    background-attachment: scroll;
  }
  .top-strength-bg {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .top-strength-bg {
    padding: 64px 0;
  }
  .top-strength-inner {
    gap: 32px;
  }
  .top-strength-list {
    grid-template-columns: 1fr;
  }
}

/* top-news */
.top-news {
  padding: 80px 0;
}

.top-news-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 120px;
  padding: 64px;
  background: #fff;
  border-radius: 10px;
}

.top-news-right {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 60%;
  z-index: 3;
}

.top-news-list {
  display: flex;
  flex-direction: column;
}

.news-item:first-child {
  border-top: 1px solid #cfcddd;
}

.news-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  padding: 16px;
  border-bottom: 1px solid #cfcddd;
}

.news-thumb {
  width: 25%;
  aspect-ratio: 4/3;
  background: #999;
  overflow: hidden;
}

.news-item .news-thumb img {
  transition: all 0.3s ease;
}

.news-item:hover .news-thumb img {
  transform: scale(1.1);
}

.news-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.news-category {
  display: inline-block;
  padding: 4px 16px;
  background: #fa723d;
  border-radius: 10px;
  color: #fff;
}

.news-date {
  font-size: 14px;
  font-weight: 500;
  color: #999;
}

.news-title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.news-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #3b4043;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.news-item:hover .news-title::after {
  transform: scaleX(1);
}

.news-img {
  position: absolute;
  bottom: 64px;
  left: -64px;
  width: 35%;
  aspect-ratio: 4/3;
  overflow: hidden;
  z-index: 1;
}

.top-news-right .btn {
  margin-left: auto;
}

.news-accent {
  position: absolute;
  bottom: -16px;
  left: -64px;
  z-index: 2;
}

.news-accent img {
  width: auto;
  height: 100px;
}

@media (max-width: 991.98px) {
  .top-news-inner {
    flex-direction: column;
    gap: 64px;
  }
  .top-news-right {
    width: 100%;
  }
  .top-news-inner .btn {
    margin-right: auto;
  }
  .news-img {
    top: -32px;
    left: calc(100% + 32px);
    transform: translateX(-100%);
  }
  .news-accent {
    left: -32px;
  }
}
@media (max-width: 767px) {
  .top-news {
    padding: 64px 0;
  }
  .top-news-inner {
    gap: 32px;
    padding: 64px 32px;
  }
  .news-thumb {
    display: none;
  }
  .news-text {
    width: 100%;
  }
  .news-img {
    top: -16px;
    left: calc(100% + 16px);
    width: 35%;
  }
  .news-accent {
    left: -16px;
  }
  .news-accent img {
    height: 64px;
  }
}

/* top-recruit */
.top-recruit {
  padding-bottom: 80px;
}

.top-recruit-inner {
  position: relative;
  background: url(../../images/recruit-bg-scaled.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 10px;
}

.top-recruit-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px;
  width: 100%;
  height: 100%;
  background: rgba(250, 114, 61, 0.9);
  border-radius: 10px;
}

.top-recruit-content {
  display: flex;
  justify-content: center;
  gap: 64px;
}

.top-recruit-left {
  display: flex;
  flex-direction: column;
  gap: 64px;
  width: 40%;
}

.top-recruit-img {
  width: 60%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.top-recruit-accent {
  position: absolute;
  bottom: -16px;
  right: -64px;
  z-index: 1;
}

.top-recruit-accent img {
  width: auto;
  height: 100px;
}

@media (max-width: 991.98px) {
  .top-recruit-bg {
    gap: 32px;
    padding: 64px;
  }
  .top-recruit-content {
    gap: 32px;
  }
  .top-recruit-left {
    width: 50%;
  }
  .top-recruit-img {
    margin: 0 auto;
    width: 50%;
  }
  .top-recruit-inner .btn {
    margin: 0 auto;
  }
  .top-recruit-inner .btn.sp {
    display: inline-flex !important;
  }
  .top-recruit-accent {
    right: -32px;
  }
}
@media (max-width: 767px) {
  .top-recruit {
    padding-bottom: 64px;
  }
  .top-recruit-bg {
    gap: 32px;
    padding: 64px 32px;
  }
  .top-recruit-content {
    flex-direction: column;
    gap: 32px;
  }
  .top-recruit-left {
    width: 100%;
  }
  .top-recruit-img {
    width: 100%;
  }
  .top-recruit-accent {
    right: -16px;
  }
  .top-recruit-accent img {
    height: 64px;
  }
}

/* top-contact */
.top-contact {
  background: url(../../images/contact.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.top-contact-bg {
  padding: 120px 0;
  width: 100%;
  height: 100%;
  background: rgba(59, 64, 67, 0.5);
}

.top-contact-inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
  z-index: 1;
}

.top-contact-inner .section-title {
  border-left: 3px solid #fa723d;
}

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

.top-contact-item {
  width: 50%;
}

.top-contact-item .card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.top-contact-item .card-inner {
  position: relative;
  padding-left: 48px;
}

.top-contact-item .card-title {
  margin: 0;
  font-size: 32px;
}

.top-contact-tel .card-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url(../../images/tel-icon.png) no-repeat center center;
  background-size: contain;
}

.top-contact-form .card {
  position: relative;
  background: #fa723d;
  overflow: hidden;
}

.top-contact-form .card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
  z-index: 1;
}

.top-contact-form .card:hover::before {
  transform: scaleX(1);
}

.top-contact-form .card::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 44px;
  height: 24px;
  background: #fff;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #fa723d;
  transition: all 0.3s ease;
  z-index: 2;
}

.top-contact-form .card:hover::after {
  background: #fa723d;
  color: #fff;
}

.top-contact-form .card-inner {
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}

.top-contact-form .card-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url(../../images/mail-icon.png) no-repeat center center;
  background-size: contain;
  transition: all 0.3s ease;
}

.top-contact-form:hover .card-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url(../../images/mail-icon-or.png) no-repeat center center;
  background-size: contain;
}

.top-contact-form .card-title,
.top-contact-form .card-text {
  color: #fff;
  transition: all 0.3s ease;
}

.top-contact-form:hover .card-title,
.top-contact-form:hover .card-text {
  color: #3b4043;
}

@media (max-width: 991.98px) {
  .top-contact {
    background-attachment: scroll;
  }
  .top-contact-bg {
    padding: 80px 0;
  }
  .top-contact-inner {
    gap: 32px;
  }
  .top-contact-btn {
    flex-direction: column;
    gap: 32px;
  }
  .top-contact-item {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .top-contact-item .card-title {
    font-size: 24px;
  }
}

/* =========================
    custom-page
========================= */
/* page-heading */
.page-heading {
  position: relative;
  padding: 0;
  width: 100%;
  height: 70vh;
}

.page-bg {
  position: relative;
  padding-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: inherit;
  background: rgba(59, 64, 67, 0.5);
  z-index: 1;
}

.page-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 64px;
  width: 100%;
  font-weight: 500;
  color: #fff;
}

.page-title-en {
  font-size: clamp(48px, 6vw, 80px);
  line-height: 1 !important;
}

.page-title-ja {
  margin-top: 0 !important;
  font-size: clamp(14px, 2vw, 20px);
}

.page-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-id-20 .page-bg-img img {
  object-position: center bottom;
}

@media (max-width: 767px) {
  .page-heading {
    height: 50vh;
  }
  .page-title {
    padding: 0 32px;
  }
}

/* breadcrumb */
.breadcrumb-list {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: right;
  color: #685f5c;
}

.breadcrumb-list a {
  opacity: 1;
  transition: all 0.3s ease;
}

.breadcrumb-list a:hover {
  opacity: 0.7;
}

@media (max-width: 991.98px) {
  .breadcrumb-list {
    width: calc(100% - 32px);
  }
}
@media (max-width: 767px) {
  .breadcrumb-list {
    width: calc(100% - 16px);
  }
}

/* =========================
    service
========================= */
/* anion */
.anion-top {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 80px 0;
}

.anion-top-inner {
  display: flex;
  align-items: center;
  gap: 64px;
}

.anion-text {
  width: 60%;
}

.anion-img {
  width: 40%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.anion-bottom {
  background: url(../../images/strength-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.anion-bottom-bg {
  padding: 120px 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 114, 61, 0.9);
}

.anion-bottom-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.anion-bottom-inner .card {
  padding: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 991.98px) {
  .anion-top {
    gap: 32px;
    padding: 64px 0;
  }
  .anion-top-inner {
    gap: 32px;
  }
  .anion-img {
    height: fit-content;
  }
  .anion-bottom {
    background-attachment: scroll;
  }
  .anion-bottom-bg {
    padding: 64px 0;
  }
  .anion-bottom-inner .card {
    padding: 64px 32px 32px;
  }
}
@media (max-width: 767px) {
  .anion-top {
    padding: 32px 0 64px;
  }
  .anion-top-inner {
    flex-direction: column;
  }
  .anion-text {
    width: 100%;
  }
  .anion-img {
    width: 80%;
  }
}

/* feature */
.feature-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
  padding: 32px;
  border-bottom: 1px solid #cfcddd;
}

.feature-item:last-child {
  border-bottom: none;
}

.feature-img {
  width: 35%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.feature-text {
  width: 65%;
}

.feature-text h5 {
  margin-bottom: 16px;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 500;
}

.underline {
  display: block;
  margin-bottom: 32px;
  width: 40px;
  height: 1px;
  background: #fa723d;
}

@media (max-width: 991.98px) {
  .feature-item {
    gap: 32px;
    padding: 16px 0;
  }
  .underline {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .feature-item {
    flex-direction: column;
    gap: 16px;
  }
  .feature-img {
    width: 100%;
  }
  .feature-text {
    width: 100%;
  }
}

/* case & material */
.case.card,
.material.card {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 64px;
}

.case-text,
.material-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 30%;
}

.case-list,
.material-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 32px;
}

.case-item p,
.material-item p {
  position: relative;
  padding-left: 24px;
}

.case-item p::before,
.material-item p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../../images/check-icon.png) no-repeat center center;
  background-size: contain;
}

.case-images,
.material-images {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 70%;
}

.case-images-title {
  display: flex;
  justify-content: space-between;
  padding-right: 16px;
}

.case-img-list,
.material-img-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0 16px;
}

.case-img-item,
.material-img-item {
  width: 100%;
  height: fit-content;
}

.case-img-item img,
.material-img-item img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .case.card,
  .material.card {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .case-text,
  .material-text {
    width: 100%;
  }
  .case-list,
  .material-list {
    padding-left: 0;
  }
  .case-images,
  .material-images {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .case-img-list,
  .material-img-list {
    grid-template-columns: 1fr;
    padding: 0;
  }
}

/* color & product */
.color.card,
.product.card {
  gap: 64px;
}

.color-list,
.product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 64px;
}

.color-item,
.product-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.color-name,
.product-name {
  padding: 4px 16px;
  background: #fa723d;
  border-radius: 10px;
  font-weight: 500;
  color: #fff;
}

.color-images,
.product-images {
  display: flex;
  gap: 24px;
  padding: 0 8px;
}

.color-img,
.product-img {
  width: 50%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

@media (max-width: 767px) {
  .color.card,
  .product.card {
    gap: 32px;
  }
  .color-list,
  .product-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* difference */
.difference {
  gap: 64px;
  padding: 64px;
}

.difference-text {
  padding: 0 32px;
}

/* strength */
.strength {
  padding: 120px 0;
}

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

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

.strength-item {
  padding: 64px;
}

.strength-item .card-number {
  font-size: clamp(64px, 10vw, 120px);
}

.strength-item .card-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
}

.strength-item.reverse .card-number {
  left: calc(100% + 10px);
  transform: translateX(-100%);
}

.strength-item.reverse .card-inner {
  flex-direction: row-reverse;
}

.strength-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 60%;
}

.strength-text .card-title {
  margin: 0;
  font-size: clamp(20px, 3vw, 32px);
}

.strength-img {
  width: 40%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .strength {
    padding: 64px 0;
  }
  .strength-item {
    padding: 64px 32px;
  }
  .strength-item .card-inner {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .strength-item {
    padding: 64px 32px 32px;
  }
  .strength-item .card-inner,
  .strength-item.reverse .card-inner {
    flex-direction: column;
  }
  .strength-item.reverse .card-number {
    left: -10px;
    transform: none;
  }
  .strength-text {
    gap: 16px;
    width: 100%;
  }
  .strength-img {
    width: 100%;
  }
}

/* =========================
    company
========================= */
/* message */
.message {
  padding: 80px 0;
}

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

.message-contents {
  display: flex;
  gap: 64px;
}

.message-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 60%;
}

.message-name {
  text-align: right;
}

.message-img {
  width: 40%;
  height: stretch;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .message {
    padding: 32px 0 64px;
  }
}
@media (max-width: 767px) {
  .message-contents {
    flex-direction: column;
    gap: 32px;
  }
  .message-text {
    gap: 16px;
    width: 100%;
  }
  .message-img {
    width: 100%;
    aspect-ratio: 2/1;
  }
}

/* philosophy */
.philosophy {
  background: url(../../images/strength-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.philosophy-bg {
  padding: 120px 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 114, 61, 0.9);
}

.philosophy-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  z-index: 1;
}

.philosophy-list {
  padding: 64px;
}

.philosophy-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}

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

@media (max-width: 991.98px) {
  .philosophy {
    background-attachment: scroll;
  }
  .philosophy-bg {
    padding: 64px 0;
  }
  .philosophy-list {
    padding: 64px;
  }
  .philosophy-list ul {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .philosophy-list {
    padding: 32px;
  }
  .philosophy-list {
    padding: 32px;
  }
  .philosophy-list ul {
    gap: 32px;
  }
  .philosophy-item {
    gap: 16px;
  }
}

/* company profile */
.profile {
  padding: 80px 0;
}

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

.profile-table {
  margin: 0 auto;
  max-width: 760px;
  border: none;
}

.profile-table tbody {
  border-top: 1px solid #cfcddd;
}

.profile-table tr {
  border-bottom: 1px solid #cfcddd;
}

.profile-table th {
  padding: 16px 32px;
  width: 20%;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.profile-table td {
  padding: 16px 32px;
  width: 80%;
  border: none;
  font-size: 16px;
  text-align: left;
}

.profile-table td a {
  text-decoration: underline !important;
  transition: all 0.3s ease;
}

.profile-table td a:hover {
  text-decoration: none !important;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .profile-table tr {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
  }
  .profile-table th,
  .profile-table td {
    padding: 0;
    width: 100%;
    font-size: 14px;
  }
}

/* access */
.access {
  padding-bottom: 80px;
}

.access-inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 64px;
  background: #fa723d;
}

.access-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 64px;
}

.access-top .title-h2 h2,
.access-top .title-s {
  color: #fff;
}

.access-map {
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
}

.access-map iframe {
  margin: 0;
  width: 100%;
  height: 100% !important;
  border: none;
}

@media (max-width: 991.98px) {
  .access {
    padding-bottom: 64px;
  }
  .access-inner {
    gap: 32px;
    width: calc(100% - 64px);
  }
  .access-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .access-inner {
    padding: 32px;
    width: calc(100% - 32px);
  }
}

/* =========================
    facility
========================= */
/* facility */
.facility {
  padding: 80px 0;
}

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

.facility-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.facility-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
  padding: 64px;
}

.facility-item.e-coat {
  flex-direction: column;
}

.e-coat-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 64px;
}

.facility-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 40%;
}

.e-coat .facility-text,
.oven .facility-text {
  width: 50%;
}

.facility-text .bold {
  font-weight: 500;
}

.number2,
.number3,
.number4 {
  display: inline-block;
  text-align: right;
}
.number2 {
  width: 20px;
}
.number3 {
  width: 30px;
}
.number4 {
  width: 40px;
}
.number6 {
  display: inline-block;
  width: 60px;
}
.number14 {
  display: inline-block;
  width: 140px;
}
.number28 {
  display: inline-block;
  width: 280px;
}

.facility-images {
  display: flex;
  justify-content: center;
  gap: 24px;
  width: 60%;
  height: fit-content;
}

.e-coat .facility-images,
.oven .facility-images {
  width: 50%;
}

.facility-img {
  width: 50%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.e-coat .facility-img {
  width: 100%;
}

.oven .facility-img {
  width: 60%;
}

.vehicle .facility-img {
  aspect-ratio: 1/1;
}

@media (max-width: 991.98px) {
  .facility {
    padding: 32px 0 64px;
  }
  .e-coat-inner {
    flex-direction: column;
    gap: 32px;
  }
  .facility-item {
    flex-direction: column;
    gap: 32px;
  }
  .facility-item.e-coat {
    gap: 64px;
  }
  .facility-text {
    width: 100%;
  }
  .e-coat .facility-text,
  .oven .facility-text {
    width: 100%;
  }
  .facility-images {
    width: 100%;
    height: fit-content;
  }
  .e-coat .facility-images,
  .oven .facility-images {
    width: 100%;
  }
  .e-coat .facility-img {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .facility-item {
    padding: 32px;
  }
  .facility-item.e-coat {
    gap: 32px;
  }
  .facility-images {
    flex-direction: column;
  }
  .facility-img,
  .e-coat .facility-img,
  .oven .facility-img {
    width: 100%;
  }
}

/* flow */
.flow {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 64px;
  background: #e7e9eb;
}

.title-h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
}

.title-h4 h4 {
  font-size: 24px;
  font-weight: 500;
}

.title-h4 .underline {
  margin-bottom: 0;
}

.flow-images {
  display: flex;
  justify-content: center;
  gap: 64px;
}

.flow-img {
  width: 40%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.image-modal {
  display: none;
}

@media (max-width: 991.98px) {
  .flow {
    padding: 32px 16px;
  }
}
@media (max-width: 767px) {
  .flow {
    gap: 16px;
  }
  .flow-diagram-inner img {
    cursor: pointer;
  }
  .flow-diagram p {
    text-align: center;
    font-size: 12px;
    color: #666;
  }
  .image-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
  }
  .image-modal.is-open {
    display: flex;
  }
  .image-modal-content {
    width: 90vw;
    overflow: auto;
  }
  .image-modal-img {
    max-width: none;
    width: 800px;
    height: auto;
    background: #e7e9eb;
  }
  .image-modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
  }
  .flow-images {
    flex-direction: column;
    gap: 16px;
  }
  .flow-img {
    width: 100%;
  }
}

/* video */
.video {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.video-text {
  margin-bottom: 12px;
  text-align: right;
}

.video-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.movie-card {
  position: relative;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.movie-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.movie-card:hover img {
  opacity: 0.7;
  transition: 0.3s ease;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border: 4px solid #fff;
  border-radius: 50%;
  pointer-events: none;
}

.play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.movie-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9999;
}

.movie-modal.active {
  opacity: 1;
  visibility: visible;
}

.movie-modal-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80vw;
  max-height: 80vh;
}

.movie-modal video {
  display: block;
  border-radius: 12px;
  max-width: 80vw;
  max-height: 80vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

.movie-close {
  position: absolute;
  top: -56px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 42px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .video {
    gap: 16px;
  }
  .video-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* =========================
    recruit
========================= */
/* job */
.job {
  padding: 80px 0;
}

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

.job-inner .card-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.job-inner .card-item {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 64px;
}

.job-list {
  display: flex;
  flex-direction: column;
}

.job-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 64px;
  padding: 32px;
}

.job-item.reverse {
  flex-direction: row-reverse;
  border-bottom: 1px solid #cfcddd;
}

.job-text {
  width: 50%;
}

.job-text h5 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
}

.job-img {
  width: 40%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

@media (max-width: 767px) {
  .job-text h5 {
    font-size: 18px;
  }
}

/* ideal */
.ideal {
  padding: 0;
  background: url(https://lifecomtest.sakura.ne.jp/test_syuneidentyaku/wp-content/uploads/2026/05/strength-bg-scaled.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.ideal-bg {
  padding: 120px 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 114, 61, 0.9);
}

.ideal-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  z-index: 1;
}

.ideal-inner .title-or h3,
.ideal-inner .title-s {
  color: #fff;
}

.ideal-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  padding: 64px;
}

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

.ideal-item .sub-title h4 {
  font-size: clamp(18px, 5vw, 24px);
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .ideal {
    background-attachment: scroll;
  }
}

/* recruitment */
.recruitment {
  padding: 80px 0;
}

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

.recruitment-sheet {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto;
  padding: 64px;
  max-width: 900px;
}

.recruit-tabs {
  display: flex;
  justify-content: center;
  gap: 64px;
}

.recruit-tab {
  width: 260px;
  height: 60px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  background: #f0f3f5;
  color: #3b4043;
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s;
}

.recruit-tab.active {
  background: #fa723d;
  color: #fff;
}

.recruit-panel {
  display: none;
}

.recruit-panel.active {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recruit-panel h4 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
}

.recruit-table {
  border-top: 1px solid #cfcddd;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.recruit-table tr {
  border-bottom: 1px solid #cfcddd;
}

.recruit-table th {
  padding: 16px 32px;
  width: 30%;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.recruit-table td {
  padding: 16px 32px;
  width: 70%;
  border: none;
  font-size: 16px;
  text-align: left;
}

.recruit-table td a {
  text-decoration: underline !important;
  transition: all 0.3s ease;
}

.recruit-table td a:hover {
  text-decoration: none !important;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .recruit-tabs {
    gap: 12px;
  }

  .recruit-tab {
    width: 100%;
  }

  .recruit-table,
  .recruit-table tbody,
  .recruit-table tr,
  .recruit-table th,
  .recruit-table td {
    display: block;
    width: 100%;
    font-size: 14px;
  }

  .recruit-table th {
    padding-bottom: 8px;
  }

  .recruit-table td {
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .ideal-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .ideal-list .sub-title h4 br {
    display: none;
  }
  .ideal-bg {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .job {
    padding: 64px 0;
  }
  .ideal-list .sub-title h4 br {
    display: block;
  }
  .recruitment-sheet {
    padding: 32px;
  }
  .job-inner .card-item,
  .ideal-list {
    padding: 50px 32px;
  }
  .job-item {
    padding: 16px;
  }
  .recruit-panel h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .ideal-bg,
  .job,
  .recruitment {
    padding: 60px 0;
  }
  .recruit-table th {
    padding: 16px 0px;
    font-size: 16px;
  }
  .recruit-table td {
    font-size: 16px;
    padding: 0 16px 16px;
  }
  .job-inner .card-item,
  .ideal-list {
    padding: 16px;
  }
  .job-inner .card-item {
    gap: 32px;
  }
  .ideal-list {
    gap: 32px;
  }
  .ideal-item {
    gap: 16px;
  }
  .job-text,
  .job-img {
    width: 45%;
  }
  .job-item:first-child {
    padding: 0 0 32px;
  }
  .job-item:last-child {
    padding: 16px 0 0;
  }
  .recruit-tab {
    height: 45px;
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .job-item,
  .job-item.reverse {
    flex-direction: column;
    gap: 30px;
  }
  .job-text,
  .job-img {
    width: 100%;
  }
  .sub-title {
    padding-left: 20px;
  }
  .ideal-bg,
  .job,
  .recruitment {
    padding: 50px 0;
  }
  .job-inner .card-item,
  .ideal-list {
    padding: 32px 6%;
  }
}
@media screen and (max-width: 320px) {
  .recruit-table th,
  .recruit-table td {
    font-size: 15px;
  }
  .recruit-table td {
    padding: 0 0px 16px;
  }
}

/* =========================
    news
========================= */
.blog .page-header,
.wp-singular .page-header {
  display: none;
}

.post-list {
  display: flex;
  flex-direction: column;
  margin: 64px auto 32px !important;
  width: 100%;
  max-width: 900px;
}

.vk_post-col-lg-12 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 64px;
  padding: 32px !important;
  border-top: none !important;
  border-bottom: 1px solid #cfcddd !important;
}

.vk_post-col-lg-12:last-child {
  border-bottom: none !important;
}

.post-list .vk_post_imgOuter_singleTermLabel {
  font-size: 14px !important;
  font-weight: 500 !important;
  background: #fa723d !important;
}

.post-list .vk_post_body {
  height: stretch !important;
}

.post-list .vk_post_title {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.post-list .vk_post_date {
  margin-top: 8px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #999 !important;
}

.post-list .vk_post_excerpt {
  margin: 16px 0 48px !important;
  font-size: 14px !important;
}

.vk_post_btn {
  position: relative;
  padding: 16px 24px 16px 32px !important;
  border: none !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}

.vk_post_btn:hover {
  background: inherit !important;
}

.vk_post_btnOuter {
  position: relative;
  display: inline;
  z-index: 2;
  transition: all 0.3s ease;
}

.vk_post_btn:hover .vk_post_btnOuter {
  color: #fff;
}

.pagination .nav-links {
  margin-bottom: 64px !important;
}

ul.page-numbers li span.page-numbers.current {
  background-color: #fa723d !important;
}

ul.page-numbers li a {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .vk_post-col-lg-12 {
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .vk_posts {
    margin: 32px 0 !important;
  }
  .vk_post.media {
    flex-direction: column;
  }
  .vk_post .media-body,
  .vk_post .media-img {
    width: 100%;
  }
}
@media screen and (max-width: 415px) {
  .vk_post-col-lg-12 {
    padding: 32px 0 !important;
  }
  .vk_post_imgOuter_singleTermLabel {
    padding: 5px 1.2em;
  }
}
@media screen and (max-width: 360px) {
  .post-list .vk_post_title {
    font-size: 18px !important;
  }
}

/* news-post */
.entry-header,
.entry-meta,
.entry-body,
.vk_posts.next-prev {
  margin-inline: auto;
  width: 100%;
  max-width: 1080px;
}

.entry-header {
  margin-block: 80px 32px;
}

.entry-title {
  font-size: 32px;
  font-weight: 500;
}

.entry-meta .published {
  font-size: 16px;
  color: #999;
}

.entry-meta-item-date i,
.entry-meta-item-updated,
.entry-meta-item-author,
.entry-footer,
.comments-area {
  display: none;
}

.vk_posts.next-prev {
  justify-content: space-between;
  margin-block: 64px 80px !important;
  padding-top: 64px;
  border-top: 1px solid #cfcddd;
}

.vk_post.card {
  width: 30% !important;
  aspect-ratio: 4/3 !important;
  border-radius: 0;
}

.vk_post_imgOuter {
  width: 100%;
  height: 100%;
  background-image: url(https://lifecomtest.sakura.ne.jp/test_syuneidentyaku/wp-content/uploads/2026/06/default.jpg) !important;
}

.vk_post_imgOuter img {
  top: 0 !important;
  left: 0 !important;
}

img[src*="no-image.png"] {
  display: none;
}

.vk_post_imgOuter_singleTermLabel {
  background-color: #fa723d !important;
  font-size: 14px !important;
}

.vk_post_body.card-body {
  background-color: rgba(59, 64, 67, 0.5) !important;
}

.vk_post_body.media-body {
  background-color: transparent;
}

@media screen and (max-width: 1100px) {
  .category-news.entry {
    width: 100%;
    padding: 0 32px;
  }
}
@media screen and (max-width: 1024px) {
  .vk_posts.next-prev {
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media screen and (max-width: 767px) {
  .entry-header {
    margin-block: 60px 32px;
  }
  .vk_posts.next-prev {
    margin-block: 64px 60px !important;
  }
  .vk_posts.next-prev {
    padding-right: 0px;
    padding-left: 0px;
  }
  .category-news.entry {
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .vk_post.card {
    width: 40% !important;
  }
  .card-intext .vk_post_body {
    padding: 6px 10px;
  }
  .card-intext .card-intext-inner .vk_post_body {
    height: calc(5px + var(--vk-line-height-low) + 8px);
  }
  .entry-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 450px) {
  .entry-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 360px) {
  .entry-title {
    font-size: 20px;
  }
}

/* =========================
  contact
========================= */
.section-wrap {
  padding: 80px 0;
}

.contact {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.tel-card {
  align-items: center;
  margin: 0 auto;
  max-width: 900px;
}

.tel-card .card-title {
  font-size: clamp(20px, 3vw, 32px);
}

.tel-number {
  position: relative;
  padding-left: 80px;
  font-size: clamp(40px, 8vw, 80px);
}

.tel-number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 64px;
  aspect-ratio: 1/1;
  background: url(https://lifecomtest.sakura.ne.jp/test_syuneidentyaku/wp-content/uploads/2026/05/tel-icon.png) no-repeat center center;
  background-size: contain;
}

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

.Required {
  display: inline-block;
  margin-right: 4px;
  padding: 0 8px;
  background: #fa723d;
  border-radius: 10px;
  font-weight: 500;
  color: #fff;
}

.form-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px;
}

.form-inner h3 {
  margin: 16px 0 8px;
  font-weight: 500;
  line-height: 1.6;
}

.form-inner .Required {
  margin-left: 8px;
  font-size: 14px;
}

.wpcf7-radio label {
  display: flex;
  align-items: center;
}

input[type="radio"] {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}

.text-link {
  text-decoration: underline !important;
  transition: all 0.3s ease;
}

.text-link:hover {
  text-decoration: none !important;
  opacity: 0.7;
}

.check-pp {
  display: flex;
  align-items: center;
  margin: 16px 0;
  font-weight: 500;
}

.wpcf7-acceptance,
.wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.wpcf7-acceptance input[type="checkbox"] {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}

.submit-text {
  margin: 64px 0 16px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #fa723d;
}

.submit-text br {
  display: none;
}

@media screen and (max-width: 991px) {
  .section-wrap {
    padding: 64px 0;
  }
  .contact {
    gap: 64px;
  }
  .tel-number::before {
    width: 9%;
  }
  .tel-number {
    padding-left: 8%;
  }
  .contact {
    gap: 80px;
  }
  .form-inner {
    padding: 32px 32px 0;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 575px) {
  .form-inner {
    padding: 0px 20px 0;
  }
  .submit-text br {
    display: block;
  }
  .submit-text {
    margin: 30px 0 20px;
  }
  .tel-number {
    padding-left: 9%;
  }
  .tel-card {
    padding: 32px 15px;
  }
}
@media screen and (max-width: 375px) {
  .contact {
    gap: 60px;
  }
  .tel-number {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 320px) {
  .tel-number {
    font-size: 2rem;
  }
  .form-inner {
    padding: 0;
  }
}

/* =========================
  policy
========================= */
.policy {
  padding: 80px 0;
}

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

.policy-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.policy-group h2 {
  font-size: 24px;
  font-weight: 700;
}

.policy-group h3 {
  font-size: 20px;
  font-weight: 500;
}

.policy-group a {
  text-decoration: underline !important;
  transition: all 0.3s ease;
}

.policy-group a:hover {
  text-decoration: none !important;
  opacity: 0.7;
}

/* =========================
  animation
========================= */
.mv-title,
.mv-video,
.page-title {
  opacity: 0;
  animation: fadeInLoad 1s ease 0.6s forwards;
}

.custom-body-wrap,
.vk_post-mainSection {
  opacity: 0;
  animation: fadeInLoad 1s ease 1s forwards;
}

@keyframes fadeInLoad {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.fadein.is-active {
  opacity: 1;
  transform: translateY(0);
}
