@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}












.page .entry-title {
  display: none;
}

.page .date-tags {
display: none;
}


.site-name-text{
  display: none;
}

.archive-title {
 display: none;
 }

.page .entry-title{
margin-top: 0;
}

.logo.logo-header.logo-text {
    display: none;
}

.main {
    background: transparent;
    padding-bottom: 0;
}

main#main {
    padding-top: 0;
    padding-bottom: 0;
}

/*footer#footer {
    display: none;
}*/

.content {
    margin-top: 0;
}

/*div#header-container {
    margin-bottom: -80px;
}*/

footer#footer {
    display: none;
}

.entry-content {
    margin-top: -1px;
    margin-bottom: 0em;
}



/*表リセット*/
table:not(.has-border-color) :where(th, td) {
    border: 0;
}

table th {
    background-color: transparent;
}

table tr:nth-of-type(2n+1) {
    background-color: transparent;
}

table tr:nth-of-type(2n+1) {
    background-color: transparent;
}




@media screen and (min-width: 960px){
.sp-br {
display:none;
}}

@media screen and (max-width: 959px){
.sp-br {
display:inline;
}}



@media screen and (min-width: 481px){
.sp-br2 {
display:none;
}}

@media screen and (max-width: 480px){
.sp-br2 {
display:inline;
}}

@media screen and (min-width: 851px){
.sp-br3 {
display:none;
}}

@media screen and (max-width: 850px){
.sp-br3 {
display:inline;
}}



















/* =========================
   ヘッダー行
========================= */
.custom-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    padding: 22px 28px;
    box-sizing: border-box;
    position: fixed;
    z-index: 10;
}

/* 会社名 */
.custom-header-company {
  flex-shrink: 0;
  color: #111;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-right: 30px;
}

.custom-header-company:hover {
  opacity: 0.8;
}

/* =========================
   グローバルメニュー
========================= */
.custom-global-menu {
  margin-left: auto;
  width: 50%;
  max-width: 760px;
  min-width: 0;
  flex-shrink: 0;
}

.custom-global-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.custom-global-menu li {
  flex: 0 0 calc((100% - 60px) / 6);
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-global-menu li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 78px;
  padding: 10px 8px 8px;
  box-sizing: border-box;
  text-decoration: none;
  color: #111;
  background: #1f564d;
  overflow: visible;
  z-index: 1;
  transition: color 0.25s ease, transform 0.25s ease;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

/* 前面の白台形 */
.custom-global-menu li a::before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 100%;
  height: 100%;
  background: #fff;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  z-index: -1;
  transition: background 0.25s ease;
}

/* 文字 */
.custom-global-menu li a .en,
.custom-global-menu li a .jp {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  white-space: nowrap;
}

.custom-global-menu li a .en {
    font-size: 20px;
    font-weight: 800;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-right: 10px;
    margin-left: 5px;
}

.custom-global-menu li a .jp {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.08em;
}

/* hover / current */
.custom-global-menu li a:hover::before,
.custom-global-menu li.current a::before,
.custom-global-menu li.current-menu-item a::before,
.custom-global-menu li.current-menu-ancestor a::before {
  background: #1f564d;
}

.custom-global-menu li a:hover,
.custom-global-menu li.current a,
.custom-global-menu li.current-menu-item a,
.custom-global-menu li.current-menu-ancestor a {
  color: #fff;
}

.custom-global-menu li a:hover {
  transform: translateY(-1px);
}

/* Cocoon標準PCナビを消す */
.navi,
#navi {
  display: none;
}


@media screen and (max-width: 1440px) {
  .custom-header-row {
    gap: 28px;
  }

  .custom-global-menu {
    width: 50%;
    max-width: 700px;
  }

  .custom-global-menu ul {
    gap: 10px;
  }

  .custom-global-menu li {
    flex: 0 0 calc((100% - 50px) / 6);
  }

  .custom-global-menu li a {
    height: 72px;
    padding: 9px 6px 7px;
  }

  .custom-global-menu li a .en {
    font-size: 18px;
  }

  .custom-global-menu li a .jp {
    font-size: 11px;
  }
}


@media screen and (max-width: 1200px) {
  .custom-header-row {
    gap: 20px;
    padding: 18px 20px;
  }

  .custom-header-company {
    font-size: 18px;
    margin-right: 16px;
  }

  .custom-global-menu {
    width: 56%;
    max-width: 620px;
  }

  .custom-global-menu ul {
    gap: 8px;
  }

  .custom-global-menu li {
    flex: 0 0 calc((100% - 40px) / 6);
  }

  .custom-global-menu li a {
    height: 64px;
    padding: 8px 4px 6px;
  }

  .custom-global-menu li a::before {
    bottom: 3px;
    right: 3px;
  }

  .custom-global-menu li a .en {
    font-size: 16px;
  }

  .custom-global-menu li a .jp {
    font-size: 10px;
    margin-top: 4px;
    letter-spacing: 0.04em;
  }
}


@media screen and (max-width: 1024px) and (min-width: 769px) {
  .custom-header-row {
    gap: 16px;
    padding: 16px;
  }

  .custom-header-company {
    font-size: 16px;
    margin-right: 10px;
  }

  .custom-global-menu {
    width: 60%;
    max-width: none;
  }

  .custom-global-menu ul {
    gap: 6px;
  }

  .custom-global-menu li {
    flex: 0 0 calc((100% - 30px) / 6);
  }

  .custom-global-menu li a {
    height: 58px;
    padding: 7px 2px 5px;
  }

  .custom-global-menu li a::before {
    bottom: 3px;
    right: 3px;
  }

  .custom-global-menu li a .en {
    font-size: 14px;
  }

  .custom-global-menu li a .jp {
    margin-top: 3px;
    font-size: 9px;
    letter-spacing: 0.02em;
  }
}


@media screen and (max-width: 768px) {
  .custom-header-row {
    padding: 14px 16px;
  }


  .custom-header-company {
    font-size: 18px;
    margin-right: 0;
  }
}




/* =========================
   SPハンバーガー用
========================= */

/* PCでは非表示 */
.custom-hamburger,
.custom-menu-overlay {
  display: none;
}

@media screen and (max-width: 768px) {
  .custom-header-row {
    position: fixed;
    top: 0;
    left: 0;
    justify-content: space-between;
    width: 100%;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 9999;
  }

  .custom-header-company {
        position: relative;
        z-index: 10001;
        font-size: 16px;
        margin-right: 0;
        letter-spacing: 1px;
    }

  /* JSで生成されるハンバーガーボタン */
  .custom-hamburger {
    display: flex;
    position: relative;
    z-index: 10001;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: transparent;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .custom-hamburger__line,
  .custom-hamburger__line::before,
  .custom-hamburger__line::after {
    display: block;
    position: absolute;
    width: 28px;
    height: 2px;
    background: #24584f;
    transition: transform 0.3s ease, opacity 0.3s ease;
    content: "";
  }

  .custom-hamburger__line::before {
    transform: translateY(-8px);
  }

  .custom-hamburger__line::after {
    transform: translateY(8px);
  }

  /* 開いた時 */
  .custom-header-row.menu-open .custom-hamburger__line {
    background: transparent;
  }

  .custom-header-row.menu-open .custom-hamburger__line::before {
    transform: rotate(45deg);
  }

  .custom-header-row.menu-open .custom-hamburger__line::after {
    transform: rotate(-45deg);
  }

  /* 背景オーバーレイ */
  .custom-menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 9997;
  }

  .custom-header-row.menu-open + .custom-menu-overlay {
    opacity: 1;
    visibility: visible;
  }

  /* SPメニュー本体 */
      .custom-global-menu {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        /* max-width: 320px; */
        height: 100vh;
        margin-left: 0;
        padding: 90px 20px 30px;
        background: #fff;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        z-index: 9998;
        overflow-y: auto;
    }

  .custom-header-row.menu-open .custom-global-menu {
    transform: translateX(0);
  }

  .custom-global-menu ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
  }

  .custom-global-menu li {
    flex: none;
    width: 100%;
  }

	
	.custom-global-menu li a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    min-height: 70px;
    padding: 14px 18px 14px 32px;
    color: #1f564d;
    background: #1f564d;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
    z-index: 1;
  }


  .custom-global-menu li a::before {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 100%;
    height: 100%;
    background: #fff;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
    z-index: -1;
  }

  .custom-global-menu li a .en {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
  }

  .custom-global-menu li a .jp {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .custom-global-menu li.current a,
  .custom-global-menu li.current-menu-item a,
  .custom-global-menu li.current-menu-ancestor a {
    background: #fff;
/*     color: #24584f; */
  }
}


























.page-id-8 .wrap {
  width: 100%;
  margin: 0;
}

.page-id-8 .main {
    padding: 36px 0;
}

.top-map {
    margin-bottom: 5em;
    margin-top: 5em;
}

p.top-map-title {
    margin: 0 0 90px;
    text-align: center;
    font-size: 68px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #1f564d;
}



@media screen and (max-width: 1440px) {
  p.top-map-title  {
    margin-bottom: 1em;
    font-size: 4.7222vw;
  }}
  
  @media screen and (max-width: 768px) {
  p.top-map-title  {
    margin-bottom: 50px;
    font-size: 38px;
    line-height: 1.4;
  }}

p.top-map-sen {
    text-align: center;
    color: #1f564d;
    margin-top: 1em;
}

/* =========================
   ファーストビュー
========================= */
.top-fv {
  position: relative;
  width: 100%;

  height: 90vh;
  min-height: 500px;

  background: url("/wp-content/uploads/2026/07/okumuraunsouten_fv_8_1.jpg") no-repeat center 80% / cover;
}

.top-fv-font {
    position: absolute;
    top: 160px;
    left: 2em;
    width: 850px;
    max-width: 37%;
    height: auto;
}


@media screen and (max-width: 768px) {
  .top-fv {
        height: 70vh;
        min-height: 400px;
        margin-top: 4.5em;
    }

  .top-fv-font {
        top: 55px;
        left: 1.5vw;
        width: 72%;
        max-width: 400px;
    }
}

































/* =========================
   セクション本体
========================= */
.top-2 {
    position: relative;
    height: 30vh;
    min-height: 550px;
    overflow: hidden;
    background: url(/wp-content/uploads/2026/05/okumuraunsouten_top-2-2.jpg) no-repeat center / cover;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

/* 黒オーバーレイ */
.top-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

/* =========================
   ライン
========================= */
.top-2-line {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 2;
}


.top-2-line hr.top-2-line-1 {
    border: none;
    height: 7px;
    background: #fff;
    margin: 0;
    margin-bottom: 16px;
    transform: translateX(-100%);
    opacity: 0;
}

.top-2-line hr.top-2-line-2 {
    border: none;
    height: 5px;
    background: #fff;
    margin: 0;
    margin-bottom: 16px;
    transform: translateX(-100%);
    opacity: 0;
}

.top-2-line hr.top-2-line-3 {
    border: none;
    height: 3px;
    background: #fff;
    margin: 0;
    margin-bottom: 16px;
    transform: translateX(-100%);
    opacity: 0;
}

/* 各ラインの長さ */
.top-2-line-1 {
  width: 90%;
}

.top-2-line-2 {
  width: 80%;
}

.top-2-line-3 {
  width: 65%;
}


.top-2-font {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    font-size: 21px;
    line-height: 2.2;
    letter-spacing: 0.05em;
    text-align: right;
    max-width: 700px;
}


.top-2.active .top-2-line hr {
  animation: lineSlide 1.2s ease forwards;
}

.top-2.active .top-2-line-2 {
  animation-delay: 0.2s;
}

.top-2.active .top-2-line-3 {
  animation-delay: 0.4s;
}

/* アニメーション */
@keyframes lineSlide {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


@media screen and (max-width: 1024px) {
  .top-2-font {
    font-size: 18px;
    right: 6%;
  }
}

@media screen and (max-width: 768px) {
  .top-2 {
    height: 70vh;
  }

  .top-2-font {
        padding: 0 1em;
        line-height: 2.5;
        text-align: left;
        right: 0;
        font-size: 14px;
        margin: 0 auto;
    }

/*   .top-2-line {
    top: 30px;
  } */
}



















.policy__inner {
  width: min(100%, 1440px);
  margin: 0 auto;
/*   padding: 0 80px; */
  box-sizing: border-box;
}

.policy__item {
    display: grid;
    grid-template-columns: 730px 1fr;
    gap: 28px;
    align-items: center;
    margin: 2em 0;
}

.policy__item + .policy__item {
  margin-top: 52px;
}

/* 左画像 */
.policy__image {
  width: 100%;
}

.policy__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* 右側 */
.policy__content {
  width: 100%;
}

.policy__head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}

p.policy__number {
  flex: 0 0 130px;
  margin: 0;
  padding: 9px 20px 10px;
  background: #1f564d;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
p.policy__title {
    margin: 0;
    font-size: clamp(1.25rem, 0.67rem + 2.9vw, 2.063rem);
    line-height: 1.3;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #1f564d;
}

p.policy__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #1f564d;
}


@media screen and (max-width: 1440px) {
  .policy {
    padding: 6.25vw 0 7.6389vw;
  }


  .policy__item {
    grid-template-columns: 45vw 1fr;
    gap: 1.9444vw;
  }

  .policy__item + .policy__item {
    margin-top: 3.6111vw;
  }

  .policy__head {
    gap: 1.25vw;
    margin-bottom: 1.1111vw;
  }

  .policy__number {
    flex-basis: 9.0278vw;
    padding: 0.625vw 1.3889vw 0.6944vw;
    font-size: 1.6667vw;
  }

  .policy__title {
    font-size: 2.2917vw;
  }

  .policy__text {
    font-size: 1.25vw;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .policy {
    padding: 60px 0 20px;
  }

  .policy__inner {
    padding: 0 20px 0 0;
  }

.policy__content {
    width: 100%;
    padding-left: 20px;
}	
	
  .policy__item {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }

  .policy__item + .policy__item {
    margin-top: 40px;
  }

  .policy__head {
    gap: 12px;
    margin-bottom: 12px;
  }

  .policy__number {
    flex: 0 0 88px;
    padding: 9px 12px;
    font-size: 20px;
  }

  .policy__title {
    font-size: 24px;
  }

  .policy__text {
    font-size: 15px;
    line-height: 1.8;
  }

  .policy__text br {
    display: none;
  }
}


















/* タブ上部 */
.br-tabs__head {
  width: min(100%, 1440px);
  margin: 0 auto -1px auto;
  padding: 34px 20px 0;
  box-sizing: border-box;
  display: flex;
  gap: 0;
}

.br-tabs__tab {
  position: relative;
  min-width: 195px;
  height: 58px;
  padding: 0 28px;
  border: none;
  background: transparent;
  color: #1f564d;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.18em;
  cursor: pointer;
  margin-right: -2px;
  transition: 0.25s;
  z-index: 1;
}

/* 外側の緑ライン付き台形 */
.br-tabs__tab::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1f564d;
  clip-path: polygon(0 0, 82% 0, 100% 100%, 0 100%);
  z-index: -2;
}

/* 内側の白い面 */
.br-tabs__tab::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #fff;
  clip-path: polygon(0 0, 82% 0, 99% 100%, 0 100%);
  z-index: -1;
}

/* 選択中は塗りつぶし */
.br-tabs__tab.is-active {
  color: #fff;
}

.br-tabs__tab.is-active::after {
  background: #1f564d;
}

.br-tabs__tab:hover {
  opacity: 0.9;
}


/* 本体 */
.br-tabs__body {
  position: relative;
  background: #1f564d;
  padding: 64px 20px 70px;
  overflow: hidden;
  border-bottom: 4px solid #fff;
}

/* 左右の縦文字 */
.br-tabs__side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  font-size: 76px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.95);
  pointer-events: none;
  user-select: none;
}

.br-tabs__side--left {
  left: -10px;
  writing-mode: vertical-rl;
}

.br-tabs__side--right {
  right: -10px;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
}

/* パネル */
.br-tabs__panel {
  display: none;
  width: min(100%, 1440px);
  margin: 0 auto;
  text-align: center;
}

.br-tabs__panel.is-active {
  display: block;
}

.br-tabs-felx {
    display: flex;
    flex-direction: column;
    width: min(100%, 700px);
    margin: 0 auto;
}

.br-tabs__image {
  max-width: 395px;
  margin: 0 auto 26px;
  box-sizing: border-box;
}

.br-tabs__image img {
  width: 100%;
  display: block;
  height: auto;
}

.tab-list-center {
    text-align: center;
    display: block;
}

.br-tabs__list {
  display: inline-block;
  margin: 0 0 34px;
  padding-left: 1.2em;
  text-align: left;
  color: #fff;
  font-size: 19px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
}

p.br-tabs__rec-1 {
    /* display: inline-block; */
    margin: 0px 0 0.5em;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.04em;
    font-weight: 500;
    text-decoration: underline solid #fff 1px;
}

p.br-tabs__rec-2 {
  display: inline-block;
  margin: 0 0 34px;
  text-align: left;
  color: #fff;
  font-size: 19px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.br-tabs__btn {
  display: inline-block;
  min-width: 265px;
  padding: 18px 30px;
  background: #e25b22;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  box-shadow: 3px 3px 0 #fff;
  transition: 0.25s;
}

.br-tabs__btn:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 #fff;
  color: #fff;
}

.br-tabs__tab {
  margin-right: -1px;
}

/* 1440px基準 */
@media screen and (max-width: 1440px) {
  .br-tabs__head {
    padding-top: 2.3611vw;
    padding-left: 0;
    padding-right: 1.3889vw;
  }

  .br-tabs__tab {
    min-width: 13.5417vw;
    height: 4.0278vw;
    padding: 0 1em 0 0;
    font-size: 1.25vw;
  }

  .br-tabs__body {
    padding: 4.4444vw 1.3889vw 4.8611vw;
  }

  .br-tabs__side {
    font-size: 5.2778vw;
  }

  .br-tabs__image {
    max-width: 27.4306vw;
    margin-bottom: 1.8056vw;
  }

  .br-tabs__list {
    margin-bottom: 2.3611vw;
    font-size: 1.3194vw;
  }
	
p.br-tabs__rec-1 {
        margin-bottom: 0.5em;
        font-size: 1.8vw;
    }
  
    p.br-tabs__rec-2 {
    margin-bottom: 2.3611vw;
    font-size: 1.3194vw;
  }	

 .br-tabs__btn {
        width: 90%;
        max-width: 400px;
        padding: 1.25vw 2.0833vw;
        font-size: 1.25vw;
        margin: 0 auto;
    }
}

/* SP */
@media screen and (max-width: 768px) {
  .br-tabs__head {
    padding: 20px 0 0;
  }

  .br-tabs__tab {
    min-width: 140px;
    height: 48px;
    padding: 0 18px 0 5px;
    font-size: 14px;
  }

  .br-tabs__body {
    padding: 45px 20px 55px;
  }

  .br-tabs__side {
    display: none;
  }

  .br-tabs__image {
    max-width: 100%;
    margin-bottom: 22px;
  }

  .br-tabs__list {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.9;
  }
	
	    p.br-tabs__rec-1 {
        margin-bottom: 16px;
        font-size: 21px;
        line-height: 1.9;
    }
  
  p.br-tabs__rec-2 {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.9;
  }

  .br-tabs__btn {
    min-width: auto;
    width: 100%;
    max-width: 300px;
    padding: 16px 20px;
    font-size: 16px;
  }
}

































/*事業所*/

.page-id-13 .wrap {
  width: 100%;
  margin: 0;
}

.page-id-13 .main {
    padding: 36px 0;
}

.office-map-section {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 54px;
    /* max-width: 1100px; */
    margin: 0 auto;
    padding: 4em 0;
    box-sizing: border-box;
}

.office-map-left {
    width: 45%;
}

@media screen and (min-width: 769px) {
p.office-map-address{
    padding-left: 2em;
}

.office-map-image{
    padding-left: 2em;
	}}
@media screen and (min-width: 769px) {
.office-map-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    height: 50px;
    padding: 0 28px 0 28px;
    margin-bottom: 18px;
    background: #3f625d;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 4px;
    clip-path: polygon(0 0, 84% 0, 100% 100%, 0 100%);
}
}

@media screen and (max-width: 768px) {
.office-map-title {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        min-width: 250px;
        height: 50px;
        padding: 0 28px 0 28px;
        margin-bottom: 18px;
        background: #3f625d;
        color: #fff;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 4px;
        clip-path: polygon(0 0, 84% 0, 100% 100%, 0 100%);
        margin-left: calc(50% - 50vw);
    }
}

.office-map-address {
  margin: 0 0 18px;
  color: #3f625d;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.8;
}

.office-map-image img {
  display: block;
  width: 100%;
  height: auto;
}

.office-map-right {
  width: 55%;
  display: flex;
}

.office-map-right iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #ddd;
}



/* タブレット */
@media screen and (max-width: 1024px) {
  .office-map-section {
    gap: 30px;
  }

  .office-map-left {
    width: 38%;
  }

  .office-map-right {
    width: 62%;
  }

  .office-map-address {
    font-size: 15px;
  }

/*   .office-map-right iframe {
    height: 300px;
  } */
}

/* スマホ */
@media screen and (max-width: 768px) {
  .office-map-section {
    flex-direction: column;
    gap: 24px;
    padding: 30px 16px;
  }

  .office-map-left,
  .office-map-right {
    width: 100%;
  }

  .office-map-address {
    font-size: 14px;
  }

  .office-map-right iframe {
    height: 260px;
  }
}

































/* 全体 */
.recruit {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 20px;
}

/* タイトル */
.recruit-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

/* キャッチ */
.recruit-lead {
  background: #1f564d;
  color: #fff;
  text-align: center;
  padding: 16px;
  font-weight: 700;
  margin-bottom: 40px;
}

/* 上部 */
.recruit-intro {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}

.recruit-image {
  width: 45%;
}

.recruit-image img {
  width: 100%;
  height: auto;
  display: block;
}

.recruit-text {
  width: 55%;
  color: #1f564d;
  font-weight: 700;
  line-height: 2;
}

/* サブタイトル */
.recruit-subtitle {
  background: #1f564d;
  color: #fff;
  text-align: center;
  padding: 14px;
  font-size: 18px;
  margin-bottom: 20px;
}

/* テーブル */
.recruit-table {
  width: 100%;
  border-collapse: collapse;
}

.recruit-table th, .recruit-table td {
    border-bottom: 1px solid #1f564d;
    padding: 16px;
    text-align: left;
/*     font-size: 15px; */
    color: #224b44;
    font-weight: 600;
}

.recruit-table th {
  width: 30%;
  color: #1f564d;
  font-weight: 700;
}
p.recruit-lead, p.recruit-subtitle {
    font-size: clamp(1.313rem, 1.134rem + 0.89vw, 1.563rem);
    font-weight: 600;
}

.entry-btn {
    display: block;
    width: 30%;
    min-width: 290px;
    padding: 18px 30px;
    background: #e25b22;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.12em;
    box-shadow: 3px 3px 0 #224b44;
    transition: 0.25s;
    margin: 0 auto;
    text-align: center;
}

.entry-btn:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 #1f564d;
  color: #fff;
}

/* SP対応 */
@media (max-width: 768px) {
  .recruit {
    padding: 40px 16px;
  }

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

  .recruit-image,
  .recruit-text {
    width: 100%;
  }

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

  .recruit-table th,
  .recruit-table td {
    padding: 12px;
    font-size: 14px;
  }
	
	.entry-btn {
    font-size: 18px;
    padding: 18px 40px;
  }
}



























/*求職者の方へ*/

article#post-17 {
    margin-bottom: -1px;
}

.company-about {
    position: relative;
    background: #fff;
    overflow: hidden;
    padding: 7.6389vw 0 6.25vw;
    margin-bottom: 0;
}

.company-about__inner {
  position: relative;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 10.4167vw; /* 150 / 1440 */
  box-sizing: border-box;
}

.company-about__bg {
  position: absolute;
  font-family: serif;
  font-weight: 700;
  line-height: 1;
  color: #c6cfcb;
  z-index: 0;
  pointer-events: none;
}

.company-about__bg--q {
    top: -14vw;
    left: 5vw;
    font-size: 24vw;
    font-family: "Noto Sans JP", sans-serif;
}

.company-about__bg--a {
    top: 8vw;
    right: 5vw;
    font-size: 24vw;
    font-family: "Noto Sans JP", sans-serif;
}

.company-about__title {
    position: relative;
    z-index: 1;
    margin: 2em 0 4em 0;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #1f564d;
}

.company-about__list {
    position: relative;
    z-index: 1;
    max-width: 950px;
    width: 90%;
    margin: 0 auto;
}

.company-about__item + .company-about__item {
  margin-top: 3.4722vw; /* 50 / 1440 */
}

.company-about__label {
    width: 100%;
    /* max-width: 34.7222vw; */
    margin: 0 0 0.5em 0;
    padding: 10px;
    background: #1f564d;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3px;
    box-sizing: border-box;
}

.company-about__item {
  max-width: 800px;
  margin: 0 auto 40px;
}

.company-about__item p {
    margin: 0;
    text-align: left;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 1px;
    font-weight: 600;
    color: #1f564d;
}

/* =========================
   DAILY SCHEDULE
========================= */
.daily-schedule {
    background: #1f564d;
    overflow: hidden;
    padding: 4em;
    margin-bottom: 0;
}

.daily-schedule__inner {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.daily-schedule__title-en {
  margin: 0;
  text-align: center;
  font-size: 4.4444vw; /* 64 / 1440 */
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.45);
}

.daily-schedule__title-ja {
  margin: 1.3889vw 0 4.1667vw;
  text-align: center;
  font-size: 2.0833vw; /* 30 / 1440 */
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
}

.daily-schedule__list {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1em;
}

.daily-schedule__item {
  display: grid;
  grid-template-columns: 7.6389vw 1fr; /* 110 / 1440 */
  column-gap: 2.0833vw; /* 30 / 1440 */
  padding: 0 0 2.0833vw;
  margin-bottom: 2.0833vw;
}

.daily-schedule__item {
  display: block;
  padding: 0 0 2.0833vw;
  margin-bottom: 2.0833vw;
}

.daily-schedule__content {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

/* .daily-schedule__time {
  font-size: 2.0833vw;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
} */

.daily-schedule__heading {
  margin: 0 0 0.9722vw;
  font-size: 1.4583vw; /* 21 / 1440 */
  font-weight: 700;
  color: #fff;
}

.daily-schedule__content ul {
  margin: 0;
  padding-left: 5vw;
}

.daily-schedule__content li {
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
    color: #fff;
}

p.daily-schedule__heading {
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    font-size: 24px;
    margin-bottom: 10px;
}

/* =========================
   SP
========================= */

@media screen and (max-width: 768px) {
  .company-about {
    padding: 80px 0 60px;
  }

  .company-about__inner {
    padding: 0 24px;
  }

  .company-about__bg--q {
        top: -130px;
        left: 10px;
        font-size: 180px;
    }

  .company-about__bg--a {
    top: 10px;
    right: 10px;
    font-size: 180px;
  }

  .company-about__title {
    margin-bottom: 5em;
    font-size: 24px;
    line-height: 1.6;
  }

  .company-about__item + .company-about__item {
    margin-top: 36px;
  }

  .company-about__label {
    max-width: 100%;
    margin-bottom: 14px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .company-about__item p {
    font-size: 14px;
    line-height: 1.9;
  }

  .daily-schedule {
    padding: 55px 0 70px;
  }

  .daily-schedule__inner {
    padding: 0;
  }

  .daily-schedule__title-en {
    font-size: 42px;
    line-height: 1.1;
  }

  .daily-schedule__title-ja {
    margin: 14px 0 36px;
    font-size: 24px;
  }

  .daily-schedule__item {
    grid-template-columns: 1fr;
    row-gap: 12px;
    padding-bottom: 22px;
    margin-bottom: 22px;
  }

  .daily-schedule__time {
    font-size: 24px;
  }

  .daily-schedule__heading {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .daily-schedule__content ul {
    padding-left: 1.7em;
  }

  .daily-schedule__content li {
    font-size: 14px;
    line-height: 1.8;
  }
}































/*求職者の方へ*/
.page-id-17 .wrap {
  width: 100%;
  margin: 0;
}

.page-id-17 .main {
    padding: 36px 0;
}


































/*事業内容*/

.page-id-11 .wrap {
  width: 100%;
  margin: 0;
}

.page-id-11 .main {
    padding: 36px 0;
}

.business-1 {
    color: #1f564d;
    text-align: center;
    margin: 7em 0 8em 0;
    padding: 0 1em;
}

p.business-1-title {
    font-size: clamp(1.875rem, 1.071rem + 4.02vw, 3rem);
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 0.8em;
}

p.business-1-sen {
    font-size: clamp(1rem, 0.777rem + 1.12vw, 1.313rem);
    letter-spacing: 2px;
    margin-bottom: 0;
}

.business-ourservices-sen {
    background: #1f564d;
}

.business-ourservices-sen-in {
    padding: 3em 1em;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
}

p.business-ourservices-sen-title {
    font-size: clamp(1.313rem, 1.089rem + 1.12vw, 1.625rem);
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

p.business-ourservices-sen-sen {
    font-size: clamp(1rem, 0.777rem + 1.12vw, 1.313rem);
    letter-spacing: 1px;
    margin-bottom: 1em;
}

section.business-ourservices-sen-1 {
    margin-top: 1.2em;
}

.business-ourservices-title img {
    width: 75%;
    max-width: 630px;
    display: block;
    margin: 0 auto -7px auto;
}

.business-ourservices {
    margin-bottom: 0;
}




.case {
  position: relative;
  background: url(/wp-content/uploads/2026/04/okumuraunsouten_case_3.jpg) center/cover no-repeat;
  padding: 7em 0;
  overflow: hidden;
}

/* 白オーバーレイ */
.case::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.85);
  z-index: 0;
}

.case__inner {
  position: relative;
  z-index: 1;
  width: min(1200px, 90%);
  margin: 0 auto;
}

/* CASE文字 */
@media screen and (min-width: 769px) {
.case__bg-text {
    position: absolute;
    left: -4em;
    /* top: 50%; */
    /* transform: translateY(-50%) rotate(90deg); */
}
}


.case__bg-text img {
    width: 25%;
}

/* 2カラム */
.case__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    width: 90%;
    max-width: 780px;
    margin: 0 0 0 auto;
}

/* 各ブロック */
.case__item {
  text-align: center;
}

/* ロゴ背景 */
.case__logo {
  background: #fff;
  padding: 60px 40px;
  margin-bottom: 30px;
}

.case__logo img {
  max-width: 100%;
  height: auto;
}

/* タイトル */
p.case__title {
    font-size: clamp(1.25rem, 1.071rem + 0.89vw, 1.5rem);
    font-weight: 700;
    color: #21463f;
    margin-bottom: 16px;
    border-bottom: 2px solid #1f564d;
    display: inline-block;
    padding-bottom: 6px;
}

/* テキスト */
p.case__text {
    font-size: 16px;
    line-height: 1.8;
    color: #21463f;
    max-width: 400px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-align: left;
}


@media screen and (max-width: 768px) {

  .case {
    padding: 80px 0;
  }

      .case__grid {
        grid-template-columns: 1fr;
        gap: 50px;
        margin: 0 auto;
    }

  .case__bg-text img {
        transform: rotate(-90deg);
        transform-origin: center;
        display: block;
        margin: -2em auto 0 auto;
        max-width: 80px;
        width: 18%;
    }

  .case__logo {
    padding: 40px 20px;
  }

  .case__title {
    font-size: 20px;
  }

  .case__text {
    font-size: 14px;
  }
}

















.safety-efforts {
  padding: 110px 0 120px;
}

.safety-efforts__inner {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 140px;
  box-sizing: border-box;
}

.safety-efforts__title {
  margin: 0 0 90px;
  text-align: center;
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #1f564d;
}

.safety-efforts__list {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.safety-efforts__item {
  display: flex;
  align-items: center;
  gap: 80px;
}

.safety-efforts__image {
  flex: 0 0 210px;
  text-align: center;
}

.safety-efforts__image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.safety-efforts__content {
  flex: 1;
  padding-top: 8px;
}

.safety-efforts__label {
  position: relative;
  display: inline-block;
  min-width: 230px;
  margin: 0 0 24px;
  padding: 12px 34px;
  background: #1f564d;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}

.safety-efforts__text {
  margin: 0;
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #1f564d;
}


@media screen and (max-width: 1440px) {
  .safety-efforts {
    padding: 7.6389vw 0 8.3333vw;
  }

  .safety-efforts__inner {
    padding: 0 9.7222vw;
  }

  .safety-efforts__title {
    margin-bottom: 6.25vw;
    font-size: 4.7222vw;
  }

  .safety-efforts__list {
    gap: 6.25vw;
  }

  .safety-efforts__item {
    gap: 5.5556vw;
  }

  .safety-efforts__image {
    flex: 0 0 14.5833vw;
  }

  .safety-efforts__label {
    min-width: 15.9722vw;
    margin-bottom: 1.6667vw;
    padding: 0.8333vw 2.3611vw;
    font-size: 1.6667vw;
  }

  .safety-efforts__text {
    font-size: 1.5278vw;
  }
}


@media screen and (max-width: 768px) {
  .safety-efforts {
    padding: 70px 0 80px;
  }

  .safety-efforts__inner {
    padding: 0 24px;
  }

  .safety-efforts__title {
    margin-bottom: 50px;
    font-size: 38px;
    line-height: 1.4;
  }

  .safety-efforts__list {
    gap: 60px;
  }

  .safety-efforts__item {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }

  .safety-efforts__image {
    flex: none;
    width: 180px;
  }

  .safety-efforts__content {
    width: 100%;
    padding-top: 0;
  }

  .safety-efforts__label {
    display: block;
    min-width: auto;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 12px 28px;
    font-size: 20px;
  }

  .safety-efforts__text {
    font-size: 16px;
    line-height: 1.9;
  }

  .safety-efforts__text br {
    display: none;
  }
}


























/*会社案内*/

.page-id-19 .wrap {
  width: 100%;
  margin: 0;
}

.page-id-19 .main {
    padding: 36px 0;
}

.company-profile {
  background: #1f564d;
  padding: 80px 20px;
}

.company-profile__inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

/* テーブル */
.company-table {
  width: 100%;
  border-collapse: collapse;
}

.company-table th, .company-table td {
    border-bottom: 1px solid #fff;
    padding: 16px;
    text-align: left;
/*     font-size: 15px; */
    color: #fff;
    font-weight: 600;
	letter-spacing: 1px;
}

.company-table th {
  width: 40%;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .company-profile {
    padding: 50px 20px;
  }

/*   .company-table th,
  .company-table td {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.8;
  } */

	.recruit-table th,
  .recruit-table td {
    padding: 12px;
    font-size: 14px;
  }
	
  .company-table th {
    padding: 12px 0;
  }

  .company-table td {
    padding: 12px 0;
  }
}































.history {
  background: #f3f3f3;
  overflow: hidden;
}

.history__photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.history__photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.52 / 1;
  object-fit: cover;
  display: block;
}

/* 中央エリア */
.history__inner {
    width: 100%;
    max-width: 920px;
    margin: 3em auto;
    padding: 34px 20px 42px;
    box-sizing: border-box;
    text-align: center;
}



p.history__title-en {
    margin-bottom: 1.5em;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0px;
    color: #1f564d;
}

.history__timeline {
  max-width: 650px;
  margin: 0 auto 44px;
}

.history__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  align-items: start;
}

.history__row + .history__row {
    margin-top: 0px;
}

.history__year,
.history__text {
  margin: 0;
  text-align: left;
  color: #1f564d;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.history__message {
  text-align: center;
  color: #1f564d;
}

p.history__message-top {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: 0.08em;
}

p.history__message-main {
    margin: 0;
    font-size: clamp(1.813rem, 1.232rem + 2.9vw, 2.625rem);
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.history__message-bottom {
  margin: 4px 0 0;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* 1440px基準で自然に縮小 */
@media screen and (max-width: 1440px) {
  .history__inner {
/*     max-width: 63.8889vw; */
    padding: 2.3611vw 1.3889vw 2.9167vw;
  }

  .history__title-ja {
    font-size: 4.0278vw;
  }

      .history__title-en {
        font-size: 3.3611vw;
    }

      .history__timeline {
        max-width: 630px;
        margin: 0 auto 3em auto;
    }

  .history__row {
    grid-template-columns: 8.3333vw 1fr;
    gap: 0.9722vw;
  }

  .history__year,
  .history__text {
    font-size: 1.25vw;
  }

  .history__message-top,
  .history__message-bottom {
    font-size: 1.25vw;
  }

  .history__message-main {
    font-size: 2.9167vw;
  }
}


@media screen and (max-width: 768px) {
  .history__photos {
    grid-template-columns: 1fr;
  }

  .history__photo img {
    aspect-ratio: 16 / 10;
  }

  .history__inner {
    padding: 28px 20px 34px;
  }

  .history__title-ja {
    font-size: 34px;
  }

  .history__title-en {
    margin: 4px 0 28px;
    font-size: 24px;
  }

  .history__timeline {
    margin-bottom: 30px;
  }

  .history__row {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .history__row + .history__row {
    margin-top: 14px;
  }

  .history__year,
  .history__text {
    font-size: 15px;
    line-height: 1.8;
  }
	
	p.history__year {
    margin-bottom: 0em;
}

  .history__message-top,
  .history__message-bottom {
    font-size: 15px;
  }

  .history__message-main {
    font-size: 28px;
    line-height: 1.5;
  }
}

img.history-title {
    width: 80%;
    max-width: 500px;
}


p.top-map-sen-honsha {
    margin-bottom: 0;
    text-align: center;
    color: #1f564d;
    font-weight: 700;
    line-height: 1;
    font-size: 21px;
}

p.top-map-sen-jusho {
    text-align: center;
    color: #1f564d;
    margin-top: 5px;
}


























/*footer*/

@media screen and (min-width: 769px) {
.foot-label {
    background: #1f564d;
    padding: 1.5em 2em;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}

@media screen and (max-width: 768px) {
.foot-label {
    background: #1f564d;
    padding: 1.5em 2em;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
}


.foot-label-left a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.foot-label-right {
    font-size: 14px;
    font-weight: 300;
}




/* レイアウト */
.footer-menu {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

/* 各カード */
.footer-item {
  position: relative;
  overflow: hidden;
  height: 180px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* 画像 */
.footer-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* 黒オーバーレイ */
.footer-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1;
  transition: 0.4s;
}

/* テキスト全体 */
.footer-item .text {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* 英語 */
.footer-item .en {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* 日本語 */
.footer-item .jp {
  display: block;
  font-size: 12px;
  margin-top: 6px;
}

/* ホバー演出 */
.footer-item:hover img {
  transform: scale(1.1);
}

.footer-item:hover::before {
  background: rgba(0,0,0,0.3);
}

/* タブレット */
@media (max-width: 1024px) {
  .footer-item {
    height: 150px;
  }
}

/* スマホ（2列） */
@media (max-width: 768px) {
  .footer-menu {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-item {
    height: 140px;
  }
}
































/*下層ファーストビュー*/

.sub-fv {
  position: relative;
  width: 100%;
  height: 90vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.sub-fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.72);
  z-index: 1;
}

.sub-fv__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sub-fv__title-ja {
  margin: 0;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #000;
}

.sub-fv__title-en {
  margin: 8px 0 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #000;
}

.sub-fv--business {
  background-image: url("/wp-content/uploads/2026/04/okumuraunsouten_fv_2.jpg");
}

.sub-fv--office {
  background-image: url("/wp-content/uploads/2026/07/okumuraunsouten_fv_9.jpg");
}

.sub-fv--recruit {
  background-image: url("/wp-content/uploads/2026/07/okumuraunsouten_fv_10.jpg");
}

.sub-fv--qanda {
  background-image: url("/wp-content/uploads/2026/04/okumuraunsouten_fv_5.jpg");
}

.sub-fv--company {
  background-image: url("/wp-content/uploads/2026/04/okumuraunsouten_fv_6.jpg");
}

.sub-fv--entry-form {
  background-image: url("/wp-content/uploads/2026/07/okumuraunsouten_fv_10.jpg");
}

@media screen and (max-width: 768px) {
  .sub-fv {
        height: 70vh;
        margin-top: 2em;
    }

  .sub-fv__title-ja {
    font-size: 30px;
  }

  .sub-fv__title-en {
    font-size: 18px;
    margin-top: 6px;
  }
}












/*全体アニメーション*/
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

































/* 送信ボタン */
.wpcf7 .wpcf7-submit {
    display: block;
    width: 80%;
    max-width: 320px;
    margin: 0 auto;
    padding: 15px 10px;
    border: none;
    background: #e45a1c;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-align: center;
    box-shadow: 4px 4px 0 #1f564d;
    cursor: pointer;
    transition: 0.2s;
}

.wpcf7 .wpcf7-submit:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 #1f564d;
}

.form-label {
  display: block;
}

.form-label__text {
    display: inline-block;
    /* font-size: 28px; */
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.08em;
    margin-bottom: 0.7em;
}

.form-label.required .form-label__text::after {
    content: "必須";
    display: inline-block;
    margin-left: 10px;
    padding: 6px 14px;
    background: #cf2e2e;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle;
}


.entry-form-1 {
    text-align: center;
    display: block;
    margin-top: 3em;
}

p.entry-form-font1 {
    text-align: left;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
}