/*
Theme Name: Lightning Child 
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/
@charset "UTF-8";
@import url("../lightning/style.css");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&family=Sorts+Mill+Goudy:ital@0;1&family=Zen+Kaku+Gothic+New&display=swap");
.serif {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.english-serif {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
}
.sans-serif {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.b{
	font-weight:900;
}
:root {
  --brown: #6b6458;
  --logobrown: #a79f91;
  --blue: #3cb0ce;
  --black: #1c1d1e;
}

/*wakayama 上記Rroot importの順番変えると反映されなくなるので注意*/
ul li {
  list-style: none;
  list-style-type: unset !important;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  width: 100%;
}
a:hover,
a:active,
a:focus {
  opacity: 0.7;
  text-decoration: none;
  transition: 1s;
  color: var(--logobrown) !important;
}
br {
  line-height: 0;
}
body a:where(:not(.wp-element-button)) {
  text-decoration: none;
}
.pt-05 {
  padding-top: 0.5em !important;
}
.pt-1 {
  padding-top: 1em !important;
}
.pt-2 {
  padding-top: 2em !important;
}
.pt-3 {
  padding-top: 3em !important;
}
.pt-5 {
  padding-top: 5em !important;
}
.pt-10 {
  padding-top: 10em !important;
}
.pt-15 {
  padding-top: 15em !important;
}
.py-1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.py-2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
.py-3 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}
.py-5 {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}
.py-10 {
  padding-top: 10em !important;
  padding-bottom: 10em !important;
}
.py-15 {
  padding-top: 15em !important;
  padding-bottom: 15em !important;
}
.pb-1 {
  padding-bottom: 1em !important;
}
.pb-2 {
  padding-bottom: 2em !important;
}
.pb-3 {
  padding-bottom: 3em !important;
}
.pb-5 {
  padding-bottom: 5em !important;
}
.pb-10 {
  padding-bottom: 10em !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 1em !important;
}
.mt-2 {
  margin-top: 2em !important;
}
.mt-3 {
  margin-top: 3em !important;
}
.mt-4 {
  margin-top: 4em !important;
}
.mt-5 {
  margin-top: 5em !important;
}
.mt-5 {
  margin-top: 5em !important;
}
.mt-10 {
  margin-top: 10em !important;
}
.mt-minus-5 {
  margin-top: -5em;
}
.mb-minus-1 {
  margin-bottom: -1em !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 1em !important;
}
.mb-2 {
  margin-bottom: 2em !important;
}
.mb-3 {
  margin-bottom: 3em !important;
}
.mb-4 {
  margin-bottom: 4em !important;
}
.mb-5 {
  margin-bottom: 5em !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.mx-5 {
  margin-left: 5% !important;
  margin-right: 5% !important;
}
.px-1 {
  padding-left: 1em;
  padding-right: 1em;
}
.px-5 {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.px-57 {
  padding-left: 5.7% !important;
  padding-right: 5.7% !important;
}
.mx-5 {
  margin-left: 5%;
  margin-right: 5%;
}
.mx-minus-5 {
  margin-left: -5.7% !important;
  margin-right: -5.7% !important;
}
.mx-minus-1 {
  margin-left: -1% !important;
  margin-right: -1% !important;
}
.flex {
  display: flex;
}
.flex img {
  min-width: 0;
}
.flex-between {
  gap: 3%;
  justify-content: space-between;
}
.link-btn .pc,
br.pc {
  display: block;
}
.link-btn .sp,
br.sp {
  display: none;
}
@media (max-width: 782px) {
  .sp-px-5 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .sp-mb-2 {
    margin-bottom: 2em !important;
  }
  .sp-mb-3 {
    margin-bottom: 3em !important;
  }
  .sp-mb-5 {
    margin-bottom: 5em !important;
  }
  .sp-mt-2 {
    margin-top: 2em;
  }
  .sp-mt-10 {
    margin-top: 10em;
  }
  br.pc {
    display: none;
  }
  .link-btn .sp,
  br.sp {
    display: block;
  }
}
/*文字サイズ*/
.f03em {
  font-size: 0.3em !important;
}
.f04em {
  font-size: 0.4em !important;
}
.f05em {
  font-size: 0.5em !important;
}
.f06em {
  font-size: 0.6em !important;
}
.f07em {
  font-size: 0.7em !important;
}
.f08em {
  font-size: 0.8em !important;
}
.f09em {
  font-size: 0.9em !important;
}
.f10em {
  font-size: 1em !important;
}
.f11em {
  font-size: 1.1em !important;
}
.f12em {
  font-size: 1.2em !important;
}
.f13em {
  font-size: 1.3em !important;
}
.f14em {
  font-size: 1.4em !important;
}
.f15em {
  font-size: 1.5em !important;
}
.f16em {
  font-size: 1.6em !important;
}
.f17em {
  font-size: 1.7em !important;
}
.f18em {
  font-size: 1.8em !important;
}
.f19em {
  font-size: 1.9em !important;
}
.f20em {
  font-size: 2em !important;
}
.f21em {
  font-size: 2.1em !important;
}
.f22em {
  font-size: 2.2em !important;
}
.f23em {
  font-size: 2.3em !important;
}
.f24em {
  font-size: 2.4em !important;
}

@media (max-width: 550px) {
  .sp-f13em {
    font-size: 1.3em !important;
  }
  .sp-f15em {
    font-size: 1.5em !important;
  }
  .sp-f16em {
    font-size: 1.6em !important;
  }
}
@media (max-width: 782px) {
  .flex-sp100 {
    flex-direction: column !important;
  }
  .flex-sp100-wrap {
    width: 100% !important;
  }
}
/*wakayama*/
body,
body header.siteHeader,
body footer {
  color: var(--brown);
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 1440px) {
  body main {
    font-size: calc((100vw - 320px) / 373 + 13px) !important; /* 16px~13px */
  }
}
.veu_socialSet {
  margin-bottom: 0;
  display: none;
}
h2 {
  border-top: none;
  border-bottom: none;
}
/*TOPページ*/

/*ヘッダー*/
html {
  margin-top: 0 !important;
}
body.home .siteHeader,
.page-template-fv-left .siteHeader {
  position: absolute;
  top: 80vh;
  background: transparent;
  box-shadow: none;
}
body.home .fixed,
.page-template-fv-left .fixed {
/*   position: fixed; */
  top: 0;
  width: 100%;
  z-index: 1000; /* 必要に応じて調整 */
}
.gMenu_outer {
  width: fit-content;
}
.header_scrolled .gMenu {
  float: unset;
}

.siteHeader_logo img {
  object-fit: contain;
  max-height: 100px;
  width: auto;
  margin-left: 0;
}
.device-pc .gMenu > li > a {
  padding: 14px 1.8em;
}
.gMenu a {
  color: var(--logobrown);
  height: auto;
}
.gMenu a::before {
  position: absolute;
  content: "";
  top: 1.7em;
  left: 0.6em;
  width: 0.7em;
  height: 0.7em;
  border: 2px solid #dbcdb4;
  transform: rotate(45deg);
}
.siteHeadContainer.container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  padding-top: 2em;
}
.siteHeader .siteHeadContainer:after {
  display: none;
}
.header_scrolled .gMenu_outer .siteHeadContainer:after {
  display: none;
}
.navbar-header {
  width: 50%;
}
.header_scrolled.admin-bar .gMenu_outer {
  width: fit-content;
}
.menu-global-nav-container {
  margin-left: auto;
  margin-right: 0 !important;
}
.siteHeader_logo {
  text-align: left;
}
.menu-global-nav-container {
  min-width: 500px;
}
/*スクロール制御*/
.header_scrolled .navbar-header {
  margin-bottom: 0;
}
.header_scrolled .gMenu_outer {
  position: inherit;
  box-shadow: none;
  background: transparent;
  width: fit-content;
  clear: none;
}
.header_scrolled .gMenu_outer nav {
  width: fit-content;
  padding-right: 0;
  padding-left: 0;
}
.header_scrolled.admin-bar .gMenu_outer {
  top: unset;
}
.header_scrolled .gMenu {
  display: flex;
  /* float: right; */
}
.header_scrolled .gMenu > li {
  border-left: none;
  width: 100%;
}
.header_scrolled .gMenu > li:last-child {
  border-right: none;
}
.siteHeader_logo {
  padding: 0;
}
.navbar-brand{
  position: relative;
	display:block;
	width:fit-content;
}
.navbar-brand::after {
  content: "株式会社イークアル";
  position: absolute;
  top: -2.9em;
  right: 10%;
  font-size: 11px;
  color: var(--logobrown);
  white-space: nowrap;
}
/*ファーストビュー*/
section.FV {
  background: url("https://equal.jpn.com/wp-content/uploads/2025/08/wave-line.webp") no-repeat;
  background-size: contain;
  background-position: 100% 90%;
}
.inner1000 {
  max-width: 1000px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.first-view {
  display: flex;
}
.first-view img {
  width: 60%;
  object-fit: cover;
  height: 85vh;
}
.first-text {
  position: relative;
  width: 40%;
  writing-mode: vertical-rl;
  margin-bottom: 3em;
}
.first-text h2 {
  position: relative;
  font-size: 2.5em;
  font-weight: 400;
  letter-spacing: 8px;
  margin: 0 10% 0 2.5em;
}
.first-text h2 span {
  position: absolute;
  left: -1.5em;
  top: 5em;
}
.first-text p {
  text-align: end;
  font-size: 1.4em;
  letter-spacing: 5px;
  margin: 0;
}
.first-text img {
  width: 100%;
  position: absolute;
  object-fit: contain;
  top: -15em;
  right: 33%;
}
.second-message p {
  position: relative;
  font-size: 1.4em;
  letter-spacing: 2px;
}
.second-message img {
  position: absolute;
  left: -10%;
  width: 300px;
}
.vk-mobile-nav-menu-btn {
  display: none;
}
.mobile-menu-wrapper {
  display: none !important;
}
@media (max-width: 500px) {
  .first-view {
    flex-direction: column-reverse;
  }
  .first-view img {
    width: 100%;
    height: auto;
    margin-top: -15em;
  }
  .first-text h2 {
    height: 15em;
  }
  .first-text img {
    top: 50%;
    right: unset;
    left: -60vw;
    width: 70vw;
  }
}
@media (max-width: 782px) {
  .first-view {
    margin-bottom: 3em;
  }
  body.home .siteHeader {
    top: 1em;
    position: relative;
  }
  .navbar-header {
    width: 100%;
  }
  .siteHeader_logo {
    padding-left: 0;
  }
  .admin-bar .vk-mobile-nav-menu-btn {
    left: unset;
    right: 5%;
  }
  .first-text {
    margin-top: 3em;
    margin-left: auto;
    margin-bottom: 0;
  }
  .first-text p {
    margin-bottom: 3em;
  }
.device-pc .gMenu > li > a{
padding: 25px 14px;
}
.gMenu > li {
	display:flex;
	width: 50px;
	}
	.header_scrolled .gMenu > li{
		width:50px;
	}
	.gMenu>li:before{
		border-bottom:var(--logobrown) 1px solid;
	}
  .gMenu > li > a {
	  position:relative;
    writing-mode: vertical-rl;
    text-align: start;
    font-size: 1.2em;
  }
.gMenu a::before {
	display:none;
position:absolute;
top: 10px!important;
left: 50%;
 transform: translateX(-50%) rotate(45deg);
  }
	.entry-body .mobile-menu-wrapper{
		padding-left:0;
		margin:0 auto;
	}
/* iOS用の調整 */
@supports (-webkit-touch-callout: none) {
    .gMenu a::before {
        transform: translateX(-50%) translateY(-2em) rotate(45deg)!important;
    }
}
  .header_scrolled .gMenu {
    display: inline-flex;
  }
  .siteHeader #gMenu_outer {
    display: none;
  }
  .mobile-menu-wrapper {
    display: block !important;
    padding-left: 5%;
  }
  .gMenu_outer nav {
    text-align: left;
  }
  .menu-global-nav-container {
    min-width: unset;
  }
}
@media (max-width: 991.98px) {
  .gMenu_outer {
    display: block;
  }
}
/*企業理念*/
.beige-back {
  background: #f7f5f3;
}
.policy-flex {
  display: flex;
  align-items: flex-start;
}
.policy-txt {
  width: 100%;
}
.policy-flex img {
  width: 40%;
  object-fit: contain;
}
.text-blue {
  color: var(--blue);
}
.policy-txt h2 {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
h2.english-serif {
  font-size: 5em;
  letter-spacing: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  text-shadow: 1px 1px 1px #ffffff8f;
}
h2.serif {
  font-size: 3em;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1.5em;
}
.more-btn {
  display: inline-block;
  position: relative;
  padding: 1em 0;
  text-align: center;
  border: solid 1px var(--brown);
  width: 20%;
  max-width: 250px;
  min-width: 160px;
  letter-spacing: 3px;
}
.more-btn:before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border: 0;
  border-top: solid 1px var(--brown);
  border-right: solid 1px var(--brown);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
  margin: auto;
}

.photos {
  position: relative;
}
.photos .right-photo {
  max-width: 380px;
  margin-left: auto;
}
.photos .left-photo {
  max-width: 400px;
  position: absolute;
  top: 8em;
  left: 0;
}
@media (max-width: 782px) {
  .policy-flex {
    flex-direction: column-reverse;
  }
  .policy-txt {
    width: 100%;
    padding: 0 5%;
  }
  .policy-txt p {
    text-align: justify;
  }
  h2.english-serif {
    font-size: 4em;
  }
  h2.serif {
    font-size: 1.8em;
    letter-spacing: 2px;
    padding: 2em 0;
  }
  .policy-flex img {
    width: 60%;
    margin-left: auto;
  }
  .photos .right-photo {
    width: 70%;
/*     margin: 0 auto 0 0; */
  }
  .photos .left-photo {
    width: 56%;
    top: unset;
    bottom: calc(-100% - 8em);
  }
}
ul.top-mvv-list{
	display: grid;
	grid-template-columns: repeat(3, minmax(290px, 350px));
    grid-column-gap: 3%; /* 横方向の間隔 */
	justify-content: center;
	margin-top:0;
}
ul.top-mvv-list li{
	position:relative;
background: radial-gradient(circle, #FFFFFF 0%, #FAFAFAF0 55%, #EEEEEEB3 70%);
	border-radius:50%;
	text-align:center;
	  aspect-ratio: 1 / 1;   /* 幅と高さが常に1:1（＝正方形） */
	padding: 3em 0 1em;
}
ul.top-mvv-list li .inner{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
}
ul.top-mvv-list h3{
	border-bottom:none;
	text-align:center;
	margin-bottom:0.3em;
}
ul.top-mvv-list h3:after{
	border-bottom-color:transparent;
}
h2.omoi-title{
	border-bottom: 1px solid;
border-image: linear-gradient(to right, var(--logobrown),#f3f2f0, #dbeef2) 1;
	padding-bottom:0.3em;
	margin-bottom:0.8em;
}
@media (max-width: 1000px) {
ul.top-mvv-list{
grid-template-columns: repeat(auto-fit, minmax(290px, 350px)); 
}
	ul.top-mvv-list li:nth-child(3) {
  grid-column: 1 / -1;
  justify-self: center;
  width: 100%;
  max-width: 350px;
}
} 
/*事業所案内*/
h2.rl-title {
  writing-mode: vertical-rl;
  letter-spacing: 6px;
}
.pt-20 {
  padding-top: 20em;
}
.pt-30 {
  padding-top: 30em;
}
.facilities-left {
  width: 15%;
}
.facilities-right {
  width: 85%;
}
.facilities-flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 5%;
}
.facilities-flex::before {
  position: absolute;
  content: "";
  top: -70vh;
  right: 0;
  width: 50vw;
  background: url("https://equal.jpn.com/wp-content/uploads/2025/08/kurutto-line.webp") no-repeat;
  background-size: contain;
  background-position: top;
  height: 100vh;
}
ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
ul.facilities-list li {
  display: flex;
  gap: 5%;
  align-items: center;
  margin-bottom: 5em;
}
ul.facilities-list li:nth-child(2n) {
  flex-direction: row-reverse;
}
ul.facilities-list li .facilities-txt {
  width: 50%;
}
ul.facilities-list img {
  width: 46%;
}
ul.facilities-list li .facilities-txt p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  color: var(--blue);
}
ul.facilities-list li .facilities-txt p::before {
  position: absolute;
  content: "";
  width: 3em;
  height: 2px;
  background: linear-gradient(to right, var(--blue), #fdfdfa);
  top: -0.5em;
}
ul.facilities-list li .facilities-txt h3 {
  font-size: 1.5em;
  border-bottom: none;
  margin: 0.7em 0 0;
}
ul.facilities-list li .facilities-txt h3:after {
  display: none;
}
@media (max-width: 782px) {
  .facilities-flex {
    flex-direction: column;
    margin-top: -15em;
    padding: 0;
  }
  .facilities-flex::before {
    height: 50vh;
    top: 7em;
    right: 6em;
  }
  .facilities-left {
    margin-left: auto;
  }
  ul.facilities-list li,
  ul.facilities-list li:nth-child(2n) {
    flex-direction: column;
    gap: 3em;
    padding: 5em 5%;
    margin-bottom: 0;
  }
  ul.facilities-list li:nth-child(2n) {
    background: #3cb0ce1f;
  }
  .facilities-right {
    width: 100%;
  }
  ul.facilities-list li .facilities-txt {
    width: 100%;
  }
  ul.facilities-list img {
    width: 100%;
  }
  section.facilities.pb-10 {
    padding-bottom: 0 !important;
  }
}
/*お知らせ*/
section.news {
  position: relative;
}
section.news .facilities-flex {
  padding: 0;
}
.sakura-photo {
  position: absolute;
  width: 25%;
  top: -4em;
  left: 0;
}
section.news .inner1000 {
  margin-left: auto;
  max-width: unset;
  width: 90%;
}
.news-flex-left {
  width: 50%;
}
.news-flex {
  display: flex;
  justify-content: space-between;
}
.news-flex img {
  width: 50%;
}
ul.news-list li {
  display: flex;
  flex-direction: column;
  font-size: 1.3em;
  gap: 1.5em;
  margin-bottom: 5em;
}
ul.news-list li span {
  background: var(--logobrown);
  color: #fff;
  font-size: 0.8em;
  padding: 0 1em;
  width: fit-content;
  letter-spacing: 2px;
}
@media (max-width: 782px) {
  section.news .inner1000 {
    margin: 0 5%;
  }
  .news-flex {
    flex-direction: column;
  }
  .news-flex-left {
    width: 100%;
  }
  ul.news-list li {
    font-size: 1em;
    margin-bottom: 2em;
  }
  .sakura-photo {
    width: 50%;
    top: 8em;
  }
  .news-flex img {
    margin: 4em -6% 0 auto;
    width: 70%;
  }
  section.news .facilities-flex::before {
    top: -13em;
  }
  ul.facilities-list a.more-btn,
  .policy-txt a.more-btn,
  .news-flex-left a.more-btn {
    display: block;
    margin-left: auto;
  }
}
/*お問い合わせ*/
section.contact {
  color: #fff;
  text-align: center;
}
.sky-photo-back {
  background: url("https://equal.jpn.com/wp-content/uploads/2025/08/cloud-back-scaled.webp") no-repeat;
  background-size: cover;
}
.contact-btn-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3em;
}
a.cotntact-btn {
  width: 30%;
  max-width: 350px;
  min-width: 295px;
  height: 5em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
a.cotntact-btn.blue-btn {
  border: #fff solid 1px;
  background: var(--blue);
}
a.cotntact-btn.blue-btn:before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
a.cotntact-btn.white-btn {
  border: var(--blue) solid 1px;
  background: #fff;
  color: var(--blue);
  line-height: 3;
}
a.cotntact-btn.white-btn:before {
  border-top: solid 1px var(--blue);
  border-right: solid 1px var(--blue);
}
@media (max-width: 782px) {
  .contact-btn-flex {
    flex-direction: column;
  }
}
/*アクセス*/
.access-flex {
  display: flex;
  gap: 5%;
}
.access-flex .flex-right {
  width: 65%;
}
.access-flex .flex-left {
  width: 30%;
  min-width: 300px;
}
@media (max-width: 782px) {
  section.access.pt-10 {
    padding-top: 0 !important;
  }
	  section.access.pb-5 {
    padding-bottom: 0 !important;
  }
  .access-flex {
    flex-direction: column;
  }
  .access-flex .flex-left,
  .access-flex .flex-right {
    width: 100%;
  }
	.access-flex h2{
		text-align:center;
	}
	.access-flex p{
font-size:1.2em;
		line-height:2.5;
text-align:center;
	}
}
/*footerお問い合わせ*/
.siteFooter {
padding-top:3em;
  color: var(--logobrown);
  border-top: none;
	 box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
}
.siteFooter .row {
  align-items: flex-end;
  justify-content: space-between;
}
.siteFooter .col-md-4:first-child {
  flex-basis: 50%;
  max-width: 50%;
}
.siteFooter .col-md-4:nth-child(2) {
  flex-basis: 0%;
}
.contact-link a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1em;
  line-height: 1.2;
}
.contact-right-wrap {
  flex-basis: 60%;
  min-width: 300px;
}
.contact-link a i {
  width: fit-content;
  font-size: 2em;
  padding: 0.5em;
  border-radius: 50%;
  border: var(--logobrown) solid 1px;
}
.contact-link span.company-name {
  font-size: 0.8em;
}
.copySection p:nth-child(2) {
  display: none;
}

#custom_html-3 .textwidget{
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	text-align:right;
}
#custom_html-3 .textwidget p{
	padding-right:6%;
	line-height:1.5;
}
@media (max-width: 782px) {
  .footerWidget {
    padding: 0 5%;
  }
  .footer-contact h2 {
    min-width: 7em;
	  text-align:center;
  }
  .widget_media_image {
    text-align: center;
  }
  .siteFooter .widget img {
    max-width: 150px !important;
    margin: 0 auto;
    padding-right: 10px;
  }
  .copySection p {
    font-size: 9px;
  }
	#custom_html-3 .textwidget{
		justify-content:center;
		text-align:center;
	}
	#custom_html-3 .textwidget p{
		padding-right:0;
	}
	.siteFooter .col-md-4:first-child{
		max-width:100%;
		flex-basis:100%;
	}
	.contact-link a{
		justify-content:center;
}
	.contact-right-wrap{
		min-width:unset;
		flex-basis:unset;
	}
}
/*事業内容 FV左半分テンプレート*/
.page-template-fv-left{
	background:#f7f5f3!important;
}
.page-template-fv-left .siteHeader {
  width: 65vw;
  min-width: 700px;
  top: 0;
  right: 0;
}
.page-template-fv-left .siteFooter {
  width: 65vw;
  margin-left: auto;
  padding-left: 5%;
  padding-right: 5%;
}
.page-template-fv-left {
  background: #f7f5f3;
}
.fixedFV {
  width: 35vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.fixedFV img {
  height: 100vh;
  object-fit: cover;
  object-position: 0% 100%;
}
.fixedFV h2 {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  color: #fff;
  text-align: right;
  letter-spacing: 4px;
}

.right-wrap {
  width: 65vw;
  margin-left: auto;
  margin-top: 200px;
}
@media (max-width: 890px) {
  .fixedFV {
    position: relative;
    width: 100%;
    height: auto;
  }
  .fixedFV img {
    height: 60vh;
    min-height: 600px;
  }
  .right-wrap {
    width: 100%;
    margin-top: 5em;
    padding: 0 !important;
  }
  .page-template-fv-left .siteHeader {
    width: 100%;
    left: 0;
  }
  .page-template-fv-left .mobile-menu-wrapper {
    margin-top: 5em;
  }

  .siteHeader_logo img {
    max-height: 100px;
  }
  .page-template-fv-left .siteFooter {
    width: 100%;
  }
  .page-template-fv-left .siteFooter {
    padding: 5em 0 0;
  }
	  .page-template-fv-left .siteHeader {
    position: relative;
  }
}
@media (max-width: 782px) {
  .siteHeader_logo img {
    max-height: 60px;
  }
  .siteHeadContainer.container {
    padding-top: 1em;
  }
  .navbar-brand {
    display: flex;
    align-items: end;
	margin-left: 0;
  }
  .navbar-brand::after {
    position: relative;
    left: 1em;
    top: unset;
    transform: unset;
    margin-bottom: 0.2em;
  }
	.device-mobile .gMenu .acc-btn{
		display:none;
	}

}
ul.facilities-page-list li,
ul.facilities-page-list li:nth-child(2n) {
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 10em;
}
ul.facilities-page-list li:nth-child(2n) {
  flex-direction: row;
}
ul.facilities-page-list li:last-child {
  margin-bottom: 0;
}
.w100 {
  width: 100%;
}
ul.facilities-page-list h3,
h3.square-title {
  width: fit-content;
  border-bottom: none;
}
ul.facilities-page-list h3::before,
h3.square-title::before {
  content: "";
  position: absolute;
  background: url("https://equal.jpn.com/wp-content/uploads/2025/08/squere-small.png") no-repeat;
  background-size: contain;
  width: 2em;
  height: 2em;
  bottom: -0.5em;
  right: -2em;
}
ul.facilities-page-list h3::after,
h3.square-title::after {
  display: none;
}
.text-brown {
  color: var(--brown) !important;
}
ul.facilities-page-list li .text-brown::before {
  display: none !important;
}
ul.facilities-page-list li img {
  width: 45%;
  z-index: 2;
	margin-bottom:-10em;
}
ul.facilities-page-list li .facilities-txt {
  width: 55%;
}
.white-back {
  background: #fff;
}
ul.facilities-page-list li .white-back {
  width: 90%;
  margin-right: auto;
  z-index: 0;
}
.mapwrap{
	width:100%;
}
.iframe-wrapper {
  height: 20vw; 
	min-height:358px;
  width: 100%;   
  overflow: hidden;
}

.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0; 
  transform: scaleY(1.0); 
	 transform-origin: top;
}
.page-template-fv-left section.contact {
  margin-left: -10%;
  margin-right: -10%;
}

.facilities-txt dl dt,.facilities-txt dl dd{
	border-left:none;
    padding: 12px;
    margin: 0;

}
.facilities-txt dl {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 5px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

@media (max-width: 782px) {
  ul.facilities-page-list h3 {
    font-size: 1.6em;
  }
  ul.facilities-page-list li .facilities-txt,
  ul.facilities-page-list li .white-back {
    width: 100%;
  }
  ul.facilities-page-list li img {
	  width:65%;
    margin-left: auto;
    margin-top: 2em;
margin-bottom:-5em;
  }
dl {
        grid-template-columns: 1fr;
    }
ul.facilities-page-list li .white-back {
		padding-top:5em!important;
	}
    
}
/*会社案内ページ*/
/*********************************
* 概要テーブル
*********************************/
table.about-table tr:first-child{
	  background-image: linear-gradient(to right bottom, #a79f9133, #FDFDFA);
}
table.about-table td,
table.about-table th {
  font-size: 1.1em;
  line-height: 1.7;
}
table.about-table th {
  min-width: 7em;
	width: 20%;
}
.ls6 {
  letter-spacing: 6px;
}
.text-justify {
  text-align: justify;
}
.lh17 {
  line-height: 1.7;
}
.daihyo-flex {
  display: flex;
  gap: 5%;
  align-items: flex-end;
}
.daihyo-flex img {
  width: 55%;
}
@media (max-width: 782px) {
  .right-wrap.about-us-wrap {
    padding: 0 5% !important;
  }
  table.about-table th {
    min-width: 7em;
  }
  .daihyo-flex {
    flex-direction: column;
    align-items: center;
  }
  .daihyo-flex img {
    width: 100%;
    margin-bottom: 1em;
  }
  ul.facilities-page-list li,
  ul.facilities-page-list li:nth-child(2n) {
    margin-bottom: 0;
  }
}
/*********************************
* タイムライン
*********************************/

.timeline-box * {
  box-sizing: border-box;
}

.timeline-box .timeline {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline > li.timeline-item {
  overflow: hidden;
  margin: 0;
  position: relative;
}

.timeline-item-label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 110px;
  float: left;
  padding-top: 1em;
  text-align: right;
  padding-right: 1em;
  font-size: 1.1em;
}

.timeline-item-title {
  font-weight: bold;
}

.timeline-item-content {
  width: calc(100% - 110px);
  float: left;
  padding: 1em 1.4em 2.5em;
  border-left: 1px var(--logobrown) solid;
}

.timeline-item:before {
  content: "";
  width: 12px;
  height: 12px;
  background: linear-gradient(45deg, var(--logobrown), #fdfdfa);
  position: absolute;
  left: 105px;
  top: 24px;
  border-radius: 100%;
}
ul.values-list li::before{
	content:"-";
	color:var(--logobrown);
	margin-right:1em;
}
ul.values-list li{
padding-bottom: 1em;
    border-bottom: 2px solid #f7f5f3;
}
/* for Smartphone */

@media screen and (max-width: 480px) {
  .timeline-box .timeline {
    padding-left: 10px;
  }
  .timeline > li.timeline-item {
    overflow: visible;
    border-left: 1px var(--logobrown) solid;
  }
  .timeline-item-label {
    width: auto;
    float: none;
    text-align: left;
    padding-left: 2em;
    padding-top: 1.5em;
  }
  .timeline-item-content {
    width: auto;
    padding: 1em 2em;
    float: none;
    border: none;
  }
  .timeline-item::before {
    left: -12px;
    top: 19px;
    width: 21px;
    height: 21px;
  }
}
/*archiveページ　お知らせなど*/
body.archive .siteContent,body.single .siteContent, aside{
	  font-family: "Zen Kaku Gothic New", sans-serif;
}
.page-header {
  background-color: transparent;
  text-align: left;
  color: var(--brown);
  padding: 2em 0;
}
.breadSection {
  border-bottom: none;
}
.fa_v6_css .entry-meta_items.published::before {
  display: none;
}
.published.entry-meta_items {
  background: var(--logobrown);
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8em;
  letter-spacing: 1px;
  padding: 0.1em 0.5em;
}
h1.widget-title{
	padding:0.8em 0;
}
.widget_wp_widget_vk_taxonomy_list .cat-item{
	padding:0.8em 0;
}
.archive-header_title{
	font-size:1.8em;
	margin-bottom:2em;
}
/*Singleページ*/
body.single .mainSection header h1{
	margin-top:1em;
}
body.single .entry-meta_items_term{
	float: unset;
    margin-top: 3em;
    display: block;
}
.entry-meta_items_term_button{
	padding:4px 1em 4px;
	border-radius:2em;
}
/*グロナビサブメニュー*/
.gMenu .sub-menu a::before{
	display:none;
}
.gMenu li li{
	background-color:#9ba4a7;
}
.gMenu > li.menu-item-has-children::after{
border-bottom-color:#9ba4a7;
}
a.more-btn.gallery-btn{
	font-size:0.9em;
	min-width: 140px;
	padding:0.7em 0;
	letter-spacing: 2px;
}
/*料金申込表*/
.page-id-316 section.contact{
	padding:5em 0!important; 
}
.veu_autoEyeCatchBox{
	display:none;
}
/*PAGETOP*/
.page_top_btn:hover{
	color:transparent!important;
}
/*サイドバー*/
ul.sidebar-list li{
	padding:0.1em 0.5em;
}
/*ハンバーガー*/
.hamb,.black-bg{display:none;}
@media (max-width: 768px) {
.hamb {
	display:block;
  position: fixed;
  cursor: pointer;
  z-index: 300;
  right: 0;
  top: 40px;
  width: 35px;
  height: 22px;
  transform: translate(-50%, -50%);
}

.black-bg ul{
  margin: 0;
  padding: 0;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translate(0, -50%);
}

.black-bg ul li {
  text-align: right;
  padding: 20px 0;
}

.black-bg ul li a {
  color: var(--brown);
  font-size: 1em; 
  font-weight: bold;
  display: block;
  text-decoration: none;
}

.line {
  position: absolute;
  left: 0;
  width: 35px;
  height: 1px;
  background-color: var(--logobrown);
  top: 0px;
}

.line:nth-child(2)  {
  width: 25px;
  top: 10px;
}

.line:nth-child(3)  {
  width: 15px;
  top: 20px;
}

.black-bg {
	display:block;
  position: fixed;
  background: #fff;
  top: 0;
  right: -220px;
  width: 220px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
	z-index:25;
}

.black-bg.open {
  opacity: 1;
  visibility: visible;
  right: 0;
}

#hamb.active .line {
  background-color: var(--brown);
}

/*アニメーション*/
.animation {
  transition: all .6s;
}
}
.grecaptcha-badge{
	display:none!important;
}
/*投稿*/
.entry-thumbnail{
	display:block;
	width:60%;
	margin:0 auto 2em;
}
/*採用情報*/
ul#menu-recruit-sidebar > li > a{
padding-top:1em;
padding-bottom:1em;
}
.wp-block-button__link.wp-element-button{
	  position: relative;
	background:#9cbec7;
	padding-right: 3em !important;
}
.wp-block-button__link.wp-element-button:before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
  margin: auto;
}
h2.wp-block-heading{
	border-bottom:1px solid var(--logobrown);
}
.sc-wrap {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw!important;
    margin-right: -50vw!important;
}
.sc-wrap section.contact {
    max-width: 100%;
}
.more-btn.recruit-more-btn{
    width: fit-content;
    max-width: unset;
    padding: 0.8em 2em 0.8em 1em;
}
.more-btn.recruit-more-btn::before{
	right: 5%;
}
.page-header{
	background:url(https://equal.jpn.com/wp-content/uploads/2026/01/23114880_m.webp) no-repeat;
	background-size:cover;
	background-position:50% 90%;
	padding:3em 0;
	margin-bottom:2em;
}
.page-header_pageTitle, h1.page-header_pageTitle:first-child{
	font-weight: bold;
text-shadow: 1px 1px 1px #7c7c7c;
    color: #fff;
}
body.page-template-page-recruit aside#text-2, body.page-template-page-recruit aside#text-3{
	display:none;
}
body.page-template-page-recruit .siteContent_after,body.home .siteContent_after{
	display:none;
}
body.page-template-page-recruit .siteContent{
	  font-family: "Zen Kaku Gothic New", sans-serif;
}
#menu-recruit-sidebar{
	margin-top:2em;
}
/* #リンクを見出しスタイルに */
#menu-recruit-sidebar a[href="#"] {
  pointer-events: none; /* クリック無効 */
  cursor: default; /* カーソル変更なし */
  font-weight: 900;
  font-size: 1em;
  color: var(--blue) !important;
  padding-top: 1.5em !important;
  padding-bottom: 0.5em !important;
  border-bottom: 1px solid var(--blue);
  text-decoration: none;
}

/* 最初の見出しは上余白を調整 */
#menu-recruit-sidebar .sub-menu > li:first-child > a[href="#"] {
  padding-top: 1em !important;
}
.page-template-page-recruit .wp-block-table table[style*=border-width] td:first-child{
	min-width:115px;
}
/* ホバー時も変化なし */
#menu-recruit-sidebar a[href="#"]:hover {
  opacity: 1;
  background: none;
}
@media (max-width: 768px) {
	.page-template-page-recruit .more-btn.recruit-more-btn{
		letter-spacing:0;
	}
.page-template-page-recruit .wp-block-table.is-style-stripes{
		padding:0!important;	
	}
.page-template-page-recruit .is-layout-flex {
    flex-direction: column;
    align-items: flex-start;
}
	.page-template-page-recruit h2.wp-block-heading{
		line-height:1.8;
	}
	.page-template-page-recruit .wp-block-table table[style*=border-width]{
		letter-spacing:0;
	}
}
/*お問い合わせ・エガリテお申し込み*/
/* Contact Form 7 スタイル調整 */
.wpcf7 h2 {
    font-size: 1.5em;
    margin-bottom: 2em;
    border-bottom: 2px solid var(--blue);
    padding-bottom: 10px;
}

.wpcf7 label {
    display: block;
    margin-bottom: 0px;
    font-weight: bold;
}

.wpcf7 .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):not(.wpcf7-radio) {
    width: 100%;
    max-width: 500px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.wpcf7 .wpcf7-textarea {
    min-height: 150px;
}

/* 住所フィールドのスタイル */
.wpcf7 .address-field {
    margin-bottom: 20px;
}

.wpcf7 .address-field .field-title {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
}

.wpcf7 .address-field p {
    margin: 0;
}

.wpcf7 .address-field label {
    margin-bottom: 10px;
    font-weight: normal;
}

.wpcf7 .address-field label br {
    display: none;
}

.wpcf7 .zip-field {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.wpcf7 .zip-label {
    font-weight: normal;
    flex-shrink: 0;
}

.wpcf7 .zip-field .wpcf7-form-control-wrap {
    flex: 0 0 200px;
}

.wpcf7 .wpcf7-form .address-field .zip-field input {
    max-width: 150px;
}

.wpcf7 .address-detail {
    display: block;
    margin-bottom: 5px;
}

.wpcf7 .address-detail .wpcf7-form-control-wrap {
    display: block;
}

.wpcf7 .note {
    display: block;
    font-size: 12px;
    color: #c61010;
    font-weight: normal;
    margin-top: 5px;
}

/* 確認チェックボックス */
.wpcf7 .acceptance-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wpcf7 .acceptance-label span {
    font-weight: normal;
}
.wpcf7 span.required{
	color:#c61010;
	font-size:0.8em;
}
.wpcf7 .wpcf7-acceptance {
    width: auto;
    margin: 0;
}
.wpcf7 br{
	display:none;
}
.wpcf7 p{
	margin-bottom:1.8em;
}
.wpcf7 .wpcf7-submit {
    background-color: #9cbec7;
    color: white;
    padding: 12px 40px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

.wpcf7 .wpcf7-submit:hover {
    background-color: #005a87;
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
    .wpcf7 .zip-field {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .wpcf7 .zip-field .wpcf7-form-control-wrap,
    .wpcf7 .zip-field input {
        max-width: 100%;
        width: 100%;
    }
}
.wpcf7 .wpcf7-submit:hover {
    background-color: #59676b;
}
.wpcf7-form{
	margin-left:3em;
}

/* エガリテ入所申し込みフォーム専用スタイル */
.wpcf7 .egalite-form {
    width:100%;
background: linear-gradient(to right bottom, #fffef9b3 0%, #f2f2f2 100%);
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(165, 182, 135, 0.15);
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.wpcf7 .egalite-form h2 {
    color: #a5b687;
    font-size: 1.8em;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 30px;
    background: white;
    padding: 20px;
	border-bottom:none;
}
.wpcf7 .egalite-form label {
    color: #333;
    font-weight: 600;
}

.wpcf7 .egalite-form .wpcf7-form-control:focus {
    border-color: #a5b687;
    outline: none;
    box-shadow: 0 0 0 3px rgba(165, 182, 135, 0.15);
}

/* エガリテ専用送信ボタン */
.wpcf7 .egalite-form .egalite-submit {
    background: linear-gradient(135deg, #a5b687 0%, #8fa070 100%);
    color: white;
    font-weight: bold;
    padding: 18px 50px;
    font-size: 18px;
    border: none;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(165, 182, 135, 0.3);
    cursor: pointer;
    transition: all 0.3s;
    width: auto;
    display: block;
    margin: 30px auto 0;
    position: relative;
    overflow: hidden;
}

.wpcf7 .egalite-form .egalite-submit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.wpcf7 .egalite-form .egalite-submit:hover::before {
    width: 300px;
    height: 300px;
}

.wpcf7 .egalite-form .egalite-submit:hover {
    background: linear-gradient(135deg, #8fa070 0%, #7a8a5e 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(165, 182, 135, 0.4);
}

.wpcf7 .egalite-form .egalite-submit:active {
    transform: translateY(0);
}

/* エガリテ用の注意書き */
.wpcf7 .egalite-form .note {
    color: #7a8a5e;
    background: rgba(165, 182, 135, 0.1);
    padding: 8px 12px;
    border-radius: 4px;
    border-left: 3px solid #a5b687;
}

/* エガリテ用住所フィールド */
.wpcf7 .egalite-form .address-field {
    background: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #e8f0dc;
}

.wpcf7 .egalite-form .address-field .field-title {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    color: #a5b687;
}

.wpcf7 .egalite-form .address-field p {
    margin: 0;
}

.wpcf7 .egalite-form .address-field label {
    margin-bottom: 10px;
    font-weight: normal;
}

.wpcf7 .egalite-form .address-field label br {
    display: none;
}

.wpcf7 .egalite-form .zip-field {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.wpcf7 .egalite-form .zip-label {
    font-weight: normal;
    flex-shrink: 0;
}

.wpcf7 .egalite-form .zip-field .wpcf7-form-control-wrap {
    flex: 0 0 200px;
}

.wpcf7 .egalite-form .zip-field input {
    max-width: 150px;
}

.wpcf7 .egalite-form .address-detail {
    display: block;
    margin-bottom: 5px;
}

.wpcf7 .egalite-form .address-detail .wpcf7-form-control-wrap {
    display: block;
}

/* エガリテ用確認チェックボックス */
.wpcf7 .egalite-form .acceptance-label {
    background: white;
    padding: 15px;
    border-radius: 8px;
    border: 2px solid #e8f0dc;
}

.wpcf7 .egalite-form .acceptance-label span {
    font-weight: normal;
}

.wpcf7 .egalite-form .wpcf7-acceptance {
    width: auto;
    margin: 0;
}

/* 必須マーク */
.wpcf7 .egalite-form span.required {
    color: #a5b687;
    font-size: 0.8em;
    font-weight: bold;
}

.wpcf7 .egalite-form br {
    display: none;
}

.wpcf7 .egalite-form p {
    margin-bottom: 1.8em;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
	.wpcf7-form{
	margin-left:0;
}
    .wpcf7 .egalite-form {
        padding: 20px;
    }
    
    .wpcf7 .egalite-form .egalite-submit {
        width: 100%;
        padding: 15px 20px;
        font-size: 16px;
    }
    
    .wpcf7 .egalite-form h2 {
        font-size: 1.4em;
    }
     .wpcf7 .egalite-form .zip-field {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .wpcf7 .egalite-form .zip-field .wpcf7-form-control-wrap,
    .wpcf7 .egalite-form .zip-field input {
        max-width: 100%;
        width: 100%;
    }
}
/*事業案内ページの入所申込ボタン*/
.egalite-cta-button {
    background: linear-gradient(135deg, #a5b687 0%, #8fa070 100%);
    color: white;
    padding: 20px 45px 20px 32px;
    border-radius: 50px; 
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(165, 182, 135, 0.3);
    border: none;
    position: relative;
    overflow: hidden;
}
.egalite-cta-button:before {
    content: "";
    width: 0.4em;
    height: 0.4em;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10%;
    bottom: 0;
    margin: auto;
}
.facility-cta {
	width:100%;
    text-align: center;
    margin: 3em 0;
}
.wpcf7-turnstile.cf-turnstile{
	display:none!important;
}