@charset "utf-8";
/*
theme Name: WordPressレスポンシブテーマ作成byPlusers
Author: Plusers
Description: original theme
version： 2.0.0
*/

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    flex: 1; /* コンテンツ部分が残りのスペースを使う */
}


.logo-set2:hover{
  opacity: 0.8;
}
.gotop li:first-child {
    font-size: 21px;
    left: 50%;
    transform: translateX(-50%);
    top: 14px;
    position: absolute;
}
.gotop li:nth-child(2) {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.2rem;
    top: 28px;
    position: absolute;
}
.gotop li:first-child span{
      font-weight: 200;
}
.gotop:hover {
  cursor: pointer;
  opacity: 0.8;
}
.gotop {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-sizing: border-box;
  
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    text-decoration: none;
    color: white;
    position: fixed;
    right: 47px;
    z-index: 30000;
    bottom: -80px;
    border: 1px solid white;
    background: var(--brand-blue);
  transition: all 0.3s ease;
}
.gotop:hover li:first-child span {
  color: var(--brand-blue);
}
.gotop:hover {
  opacity: 1;
  background: white;
  color: var(--brand-blue);/* または #60C1C3 など好みに合わせて */
    box-shadow: 0 0 0 1px var(--brand-blue); /* ボーダー代わりに影を使う */
}

:root {
  --brand-blue: #0b2e74;
    --brand-blue2: #e2e7f2;
}
.header__menu2 span{
  margin-left: 2em;
  letter-spacing: 0px;
  font-size: 1.2rem;
}
.container {
      min-height: 80vh;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
.kaso-ser-00-2 {
  top:4745px;
    padding: 0 50px;
    width: 100%;
      max-width: 1200px;
    position: absolute;
transform: translateX(-50%);
left: 50%;
}
.kaso-ser-00 {
  padding: 0 50px;
  width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}
.contact-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
position: absolute;
right:77px;
top:12px;
gap:15px;
}

.contact-title{
    color: var(--brand-blue);
  font-size: 13px;
}
.contact-hours{
    color: var(--brand-blue);
  font-size: 10px;
}
.contact-left {
  color: var(--brand-blue);
}



.contact-right .contact-phone {
  font-size: 3rem;
  font-weight: bold;
  color: var(--brand-blue);
}
.privacy-area{
font-size: 1.1rem;
position: absolute;
bottom: 28px;
}


.logo-set{
  width: 178px;
margin-left: 15px;
  margin-top: 14px;
  display: block;
}
.logo-set2{
  position: absolute;
  z-index: 500;
      filter: brightness(0) invert(1);
  width: 211px;
left: 15px;
  top: 15px;
  display: block;
}
.logo-set-f{
      filter: brightness(0) invert(1);
  width: 250px;

  margin-bottom: 30px;
}
.kaso-back{
  z-index: -1;
transform: rotate(-54deg);
    position: absolute;
    top: -449px;
    right: -83px;
    width: 1767px;
    height: 888px;
    background-color: #F8F8F8;
}


.footer-inner{
  background-color: var(--brand-blue);
}
.breadcrumb li {
  text-transform: uppercase;
}
.cont-button {
    transition: background-color 0.5s ease, color 0.5s ease;
    background-color: #b5daef;
    padding: 0 1em; /* 横のパディングだけを指定して、上下のパディングを取り除く */
    border-radius: 10px;
    line-height: 1;
    min-width: 230px;
    color: black;
    height: 50px;
    display: flex; /* フレックスボックスに設定 */
    align-items: center; /* 縦方向の中央揃え */
    justify-content: flex-start; /* 横方向を左寄せ */
    text-align: left; /* 文字の左揃え */
     position: relative; /* 必要な位置指定のために親要素にrelativeを追加 */
}
.arrow {
  right: 1em;
  position: absolute;
  display: inline-block;
  width: 8.9px;
  height: 13.9px;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 11px;
  height: 2px;

  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 1px) 50%;
}
.arrow::before {
  transform: rotate(45deg);
}
.arrow::after {
  transform: rotate(-45deg);
}
/* ホバー時の色反転 */
.cont-button:hover {
    border: 1px solid white;
  cursor: pointer;
    background-color: var(--brand-blue);  /* 背景色反転 */
    color: white;            /* 文字色反転 */
}

.cont-button:hover .arrow::before,
.cont-button:hover .arrow::after {
    background-color:white; /* 矢印色も反転 */
}
header{
  z-index: 10000;
position: fixed;
  background-color: white;
  height: 68px;
  width: 100%;
  top:0;
}

footer .posts-grid-bt {
    top:124px;
margin: 20px auto;
}

.footer-container {
    border-top: 0.5px solid #1a1a1a;
  display: flex;
  justify-content: space-between;
  padding: 50px 100px 40px 50px; /* 下部余白100pxくらい確保 */
position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  color: white;
}

.footer-left {

  display: flex;
  flex-direction: column;
}
.license{
  margin-bottom: 0.5em;
font-size: 13px;
}
.registration{
  font-size: 13px;
}

.company-name{
  letter-spacing: 0.2em;
      margin-bottom:17px;
  font-size: 23px;
  font-weight: bold;
}
.dl2{
  margin-top: 20px;
  display: block;
overflow: hidden;
  padding: 6px 15px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  border: 1px solid white;
    font-size: 11px;
}

.footer-nav a.dl2::after {
  content: none;
}
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.footer-nav {
flex-direction: column;
  display: flex;
gap: 12px;
    letter-spacing: 2px;
  font-size: 15px;
    font-family: 'NORMT', sans-serif;
}
.footer-copy-box{
  padding: 0 50px;

  background-color: white;
  height: 55px;
  position: relative;
  display: flex;
   justify-content: space-between; /* 左右に離す */
  align-items: center;
}

.header__menu2 a,
.footer-nav a {
  width: fit-content;
    color: white;
    text-decoration: none;
  position: relative;
  text-decoration: none; /* 通常の下線を消す */
}
.header__menu2 a::after,
.footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px; /* 下線の太さ */
  width: 0;
  background-color: currentColor; /* 文字色と同じ */
  transition: width 0.3s ease; /* アニメーション速度 */
}
.header__menu2 a:hover::after,
.footer-nav a:hover::after {
  width: 100%; /* 左から右に伸ばす */
}
.footer-copyright {
  font-size: 11px;
 letter-spacing: 0.3px;
}
.footer-copyright1 {
  font-size: 11px;
 letter-spacing: 0.3px;
}




* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%; /* 1rem = 10px */
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem; /* 必要なら rem への変換も可 */
  letter-spacing: 0.1em;
  color: #0C0C0C;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  line-break: strict;
  font-feature-settings: "palt";
  word-break: normal;
  word-wrap: break-word;
  /*text-align: justify;*/ /* 日本語には不要なことが多い */
}

body:not(.top):not(.services):not(.office):not(.recruit){
  background-color: #f3f6fb;
}

/* --------------------------------
  1. Base elements
-------------------------------- */

h1, h2, h3, h4, h5, h6 {

}

p {
  margin-bottom: 1.5rem;
}

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

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

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

/* --------------------------------
  2. Layout
-------------------------------- */

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* --------------------------------
  3. Header / Navigation
-------------------------------- */

.header {
  /* ヘッダーのスタイル */
}

.nav {
  /* ナビゲーションのスタイル */
}

/* --------------------------------
  4. Main Content
-------------------------------- */

.main {
  /* メインコンテンツのスタイル */
}

/* --------------------------------
  5. Footer
-------------------------------- */

.footer {
  /* フッターのスタイル */
}

/* --------------------------------
  6. Utility / Helper Classes
-------------------------------- */

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

.header__menu2 {
    color: white;
    font-family: 'NORMT', sans-serif;
    letter-spacing: 5px;
    line-height: 1.3em;
    font-size: 24px;

    display: flex;
    justify-content: center; /* 横方向中央 */
    align-items: center;     /* 縦方向中央 */
    height: 100vh;           /* ビューポート全体を使用 */
}

.header__menu2 ul {
    display: grid;
    grid-template-rows: repeat(4, auto); /* 1列あたり縦に4つ */
    grid-auto-flow: column;              /* 縦方向に流して、次の列へ */
    row-gap: 20px;
    column-gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-content: center;
}



.header__menu2 li {
  width: 300px;
    text-align: left;
    display: block;
}



.header__menu2 li {
  white-space: nowrap;
      width: 313px;
  margin: 10px 0;
}
.header__menu2 li:nth-child(n+5) {
    width: 260px;
    margin: 10px 0;
}
.header__menu2 a {
align-items: center;
  font-weight: bold;
  text-decoration: none;
  font-size: 2.3rem;
display:flex;
}
.header__menu2 a span{
  line-height: 1.3em;}
.header-inner {
  background-color: var(--brand-blue);
  overflow: hidden;
  position: fixed;
  top: 0;            /* 上位置は固定 */
  left: 100%;        /* 最初は右に隠す */
  width: 100%;
  height: 100%;
  z-index: 30000;
  transition: left 0.3s ease; /* left をアニメーション */
}

.header-inner.migi {
  left: 0;           /* クラス追加で画面内にスライド */
}


  .open #panel-btn-icon,
  .open #panel-btn-icon:before,.open #panel-btn-icon:after
  {
    background: white;
  }
#panel-btn-icon{
      transition: background-color 0.5s ease-in-out, filter 0.5s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;

  width: 30px;
  height: 1px;
border-radius: 2px;
background:rgba(0,0,255,0);
}
#panel-btn-icon:before, #panel-btn-icon:after{

  display: block;
  content: "";
  position: absolute;
  border-radius: 2px;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background: #1a1a1a;
  transition: background-color 0.5s ease-in-out, filter 0.5s ease-in-out;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 5px;
}
.menu222:hover{
  cursor: pointer;
  opacity: 0.8;
}
.menu222.close2{
    mix-blend-mode: inherit;
}
#panel-btn .close{

background:rgba(0,0,255,0);
filter: none;
}
#panel-btn .close{
    width: 30px;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
  width: 30px;
    background:  white;
}
#panel-btn .close:before{
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
}
#panel-btn .close:after{
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}

.menu222{
    position: fixed;
    letter-spacing: 1px;
    height: 20px;
    color: #858585;
    font-size: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    z-index: 45000;
        right: 25px;
    width: 30px;
    top: 25px;
        height: 20px;
}
.slug-top .menu222 {
  visibility: hidden;
}

.menu222 {
  visibility: visible;
}
.head-dl2 .arrow2,.dl2 .arrow2 {
      margin-bottom: 2px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid currentColor;
  vertical-align: middle;
  margin-left: 5px;
}
.head-dl2{
  white-space: nowrap;
    width: 186px;
    color: white;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    margin-top: 20px;
    display: block;
    overflow: hidden;
    padding: 6px 15px;
    height: 36px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid white;
    font-size: 14px;
    transition: all 0.3s
ease;
}
.head-dl2:hover {
  background-color: white; /* 背景白 */
  color: var(--brand-blue);          /* 文字色黒 */
  border-color: white;    /* ボーダーそのまま */
}
.footer-nav .dl2:hover {
  text-decoration: none;
    background-color: white; /* 背景白 */
    color: var(--brand-blue);           /* 文字色黒 */
    border-color: white;
}
/* --------------------------------
  7. Media Queries
-------------------------------- */

@media screen and (max-width: 768px) {
  
  .footer-container {
    flex-direction: column;
    padding: 30px 20px 75px 20px;
  }
  .footer-right {
            margin-top: 30px;
    align-items: flex-start;
  }
  .footer-nav {
    gap: 23px;
  }
  .footer-copy-box {
    padding: 10px 10px 20px 10px;
height: auto;
font-size: 1rem;
    flex-direction: column;
  }
  .footer-copyright {
    text-indent: -1em;
    padding-left: 1em;
  }
  .footer-copyright1 {
    margin-bottom: 1rem;
  }
  .logo-set-f {
    width: 217px;
}
      .logo-set {
            margin-top: 15px;
        width: 180px;
    }
    .contact-title{
        font-size: 1rem;
    }
  .contact-row{
      transition: opacity 0.3s;
            padding: 0 10px;
  gap:0;
    position: fixed;
    bottom:0;
    top:auto;
    width: 100%;
    right: auto;
    height: 70px;
    background-color: white;
  }
  .contact-row.hidden {
  opacity: 0;
  pointer-events: none; /* 非表示中はクリック不可 */
}
.contact-right .contact-phone {
    font-size: 2.6rem;
}
.contact-left {
    letter-spacing: 0;
}
.cont-button {
  width: 177px;
  margin-left: auto;
  margin-right: auto;
      min-width: auto;
  border-radius: 5px;
      height: 37px;
font-size: 12px;
}
.arrow::before, .arrow::after {
    width: 9px;
}
.header__menu2 a {
  font-size: 1.9rem;
}
.header__menu2 li {
    width: auto!important;
  }

.logo-set2 {
    width: 175px;}
.header__menu2 li {
    width: 313px;
    margin: 10px 0;
}
.header__menu2 ul {
  letter-spacing: 1px;
      row-gap: 0px;
   grid-auto-flow: row; /* 縦方向に変更 */

margin: 68px auto 0;
 width: calc(100% - 40px); /* 左右20pxずつの余白を確保 */
}
.header__menu2 a span {
    line-height: 1em;
}
.kaso-ser-00 {
  padding: 0;
      top: 86px;
}
    .header-inner .header__menu2 a.head-dl2 {
      line-height: 3rem;
      padding: 0 15px;
      height: auto;
  position: static;
  transform: none;
  font-size: 11px;
}
.gotop {
  right: 17px;
      width: 56px;
    height: 56px;
  
}
.gotop li:nth-child(2){
  top: 21px;
}
.gotop li:first-child {
    top: 9px;
  }
  
}
.pc { display: block !important; }
.sp { display: none !important; }
.pc2 { display: flex !important; }
.sp2 { display: none !important; }
            /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 751px) {
.pc { display: none !important; }
.sp { display: block !important; }
.pc2 { display: none !important; }
.sp2 { display: flex !important; }
}
