/* リセット・初期設定 */
body {
     font-family: 'Noto Sans JP', 'Hiragino Sans', 'Helvetica Neue', Arial, sans-serif !important;
    line-height: 1.7;
    background: #F2F5FF!important;
    color: #013365;
    margin: 0;
  }
html {
    font-size: 62.5%;
}
ul{
    padding-left: 0;
}
li{
    list-style: none;
}
a {
    text-decoration: none;
    color: #013365;
    }
img{
    max-width: 1200px;
    width: 100%;
}
  h2{
    font-size: 4.0rem;
    color: #013365;
    text-align: center;
    line-height: 1.0;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .h2-sub1{
    font-size:2.0rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #161616;
    text-align: center;
  }
    .h2-sub2{
    font-size:1.6rem;
    margin-bottom: 30px;
    color: #161616;
    text-align: center;
  }
 .pc-none{
    display: none;
 }

 .material-symbols-outlined {
   font-variation-settings:
   'FILL' 0,
   'wght' 700,
   'GRAD' 0,
   'opsz' 24
 }
 .material-symbols-outlined{
    margin-right: 10px;
 }
/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - デスクトップ（デフォルトのグリッド）
   1024-768    - タブレット横長
   768-480     - タブレット縦長
   480-less    - スマホ
--------------------------------------------*/
@media all and (max-width: 1024px) {
    html {
        font-size: 75%;
    }
    .sp-none{
        display: none !important;
    }
    .pc-none{
        display: block;
      }
    img{
        max-width: 100%;
    }
    h2{
        font-size: 2.0rem;
        margin-bottom: 30px;
        margin-top: 0;
        font-weight: bold;
      }
      .h2-sub{
        font-size:1.4rem;
      }
        .h2-sub1{
    font-size:1.6rem;
  }
    .h2-sub2{
    font-size:1.4rem;
  }
}
 /* ---btn01 --- */
  .btn-01 {
    text-align: center;
}
.btn-01 a {
    display: inline-block;
    background: #ffffff; 
    color: #013365;
    text-align: center;
    padding: 20px 40px;
    text-decoration: none;
    font-size: 2.0rem;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    width: 70%;
    max-width: 600px;
    margin-top: 30px;
    border: 0.3rem solid #013365;
  }
.btn-01 a:hover {
    background: #013365;
    color: #ffffff;
    box-shadow: none;
  }
  /* ---cta --- */
  .btn-cv {
    text-align: center;
}
.btn-cv a {
    display: inline-block;
    background: #013365;
    color: white;
    text-align: center;
    padding: 20px 40px;
    text-decoration: none;
    font-size: 2.0rem;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    width: 70%;
    max-width: 600px;
    margin-top: 60px;
  }
  
.btn-subtext {
    font-size: 1.8rem;
  }
  
  .btn-cv a:hover {
    background: white;
    color: #013365;
    outline: 0.3rem solid #013365;
    box-shadow: none;
  }
  

  /* --- ヘッダー --- */
.site-header{
    background-color: #ffffff;
    max-height: 114px;
    position: sticky;
    top: 0px;
    z-index: 1000;
  }
.site-header .header__inner{
    max-width: 1500px;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content:space-between;
    justify-content: space-between;
    padding: 0px 15px;
    margin: auto;
    align-items: center;
}
.site-header .header__inner h1{
    padding: 10px 20px;
}
.site-header .header__inner h1 a:where(:not(.wp-element-button)) {
    color: #013365;
    text-decoration: none;
}
.site-header .header__inner ul{
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content:flex-end;
    justify-content: flex-end;
    padding-left: 15px;
    margin-bottom: auto;
    line-height: 70px;
}
.site-header .header__inner ul li{
    font-weight: bold;
    font-size: 1.8rem;
}
.site-header .header__inner ul li a{
    padding: 10px 30px;
    transition:color 0.5s;
}

.site-header .header__inner ul li a:where(:not(.wp-element-button)) {
    color: #013365;
    text-decoration: none;
}

.site-header .header__inner ul li a:hover {
    color: #3174B7;
  }
  .site-header .l-header__logo {
  margin: 0;
  font-size: 2.4rem;      /* 好きなサイズに調整してOK */
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Helvetica Neue', Arial, sans-serif;
}
 /*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - デスクトップ（デフォルトのグリッド）
   1024-768    - タブレット横長
   768-480     - タブレット縦長
   480-less    - スマホ
--------------------------------------------*/
@media all and (max-width: 1024px) {
   .site-header{
      background-color: #ffffff;
      position: sticky;
      top: 0px;
      z-index: 1000;
  }

  .site-header .l-header__logo{
      padding: 10px 15px;
      margin: 0 auto;
      font-size: 1.8rem;
  }
}
/* --- ハンバーガーボタン --- */
.hamburger {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: none;
    display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  
}
.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #013365;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.hamburger.is-open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
@media all and (max-width: 1024px) {
  .site-header header{
      background-color: #ffffff;
      position: sticky;
      top: 0px;
      z-index: 1000;
  }

  .site-header .header__inner{
      position: relative; /* ナビをヘッダー基準で出すため */
  }

  .site-header .header__inner h1{
      padding: 10px 15px;
      margin: 0;
      font-size: 1.8rem;
  }

  /* ▼ ハンバーガーの位置調整 */
  .hamburger {
    display: flex;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  /* ▼ モバイルナビのスタイル（開いたとき） */
  .js-global-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    padding: 10px 0;
    border-top: 1px solid #eee;
  }

  /* ▼ is-open ついたら表示（sp-none の display:none !important を上書き） */
  .js-global-nav.is-open {
    display: flex !important;
    margin-top: 0;
     box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  }

  .js-global-nav li {
    width: 100%;
    text-align: left;
  }

  .js-global-nav li a {
    display: block;
    width: 100%;
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
  }
}
 /* --- フッター --- */
  .footersection{
    background-color: #013365;
    padding: 80px 0;
    color: #ffffff;
  }
  .footer-inner{
    max-width: 1200px;
    margin: 0 auto;
  }
  .footerWrap{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .corporate-name{
    font-weight: bold;
    font-size: 2.4rem;
  }
  .corporate-address{
    font-size: 1.6rem;
    font-weight: bold;
  }
.footer__gnav{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.footer__gnav .footer__nav-item a {
  margin-left: 30px;
  font-size: 1.6rem;
  color: #ffffff;
}
.footer__gnav .footer__nav-item a:where(:not(.wp-element-button)) {
    text-decoration: none;
}
.footer__gnav .footer__nav-item a:hover {
  color: #ffffff;
  opacity: 0.8;
}
.footer-map iframe{
    max-width: 300px;
    max-height: 200px;
}
.Copyright p{
  text-align: center;
  font-size: 1.4rem;
  background-color: #ffffff;
  margin: 5px 0;
}
@media all and (max-width: 1024px){
  .footersection{
    padding: 40px 15px;
  }
    .corporate-name{
    font-size: 1.6rem;
  }
  .corporate-address{
    font-size: 1.4rem;
  }
  .footer__gnav .footer__nav-item a {
  font-size: 1.0rem;
}
.Copyright{
  text-align: center;
  font-size: 1.0rem;
  background-color: #ffffff;
}
}
/* --- フォント強制上書き（親テーマより後に読むために末尾に書く） --- */
html, body, * {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Helvetica Neue', Arial, sans-serif !important;
}
body {
    line-height: 1.7;
    background: #F2F5FF!important;
    color: #013365!important;
    margin: 0;
  }
  a {
    text-decoration: none;
  }
  .section-h2{
    font-size: 4.0rem;
    color: #013365;
    text-align: center;
    line-height: 1.0;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: bold;
  }