@charset "utf-8";
/*
theme Name: WordPressレスポンシブテーマ作成byPlusers
Author: Plusers
Description: original theme
version： 2.0.0
*/
@font-face {
  font-family: 'NORMT';
  src: url('./font/NORMT.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.breadcrumb li {
  text-transform: uppercase;
}

  .cont-area{
  width: 1140px;
  position: relative;
  overflow: hidden;
margin: 0 auto;
  }
.no-detect {
  -webkit-user-select: text;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  -webkit-touch-callout: none;
}


.news-panel {
  transition: opacity 0.3s;
    border-radius: 10px 0 0 10px;
  position: fixed;
  bottom: 25px;
  right: -189px; /* 初期は画面外に隠す */
  width: 225px;
  height: 124px;
  display: flex;
  transition: right 0.3s ease;
  z-index: 5000;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.news-panel:hover {

  right: -20px; /* マウスオーバーで表示 */
}

.news-tab {
  width: 37px;
  height: 124px;
  background-color: #004370;
  border-radius: 10px 0 0 10px;
  font-size: 12px;
  color: #b1ccd1;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  user-select: none;

}
.news-tab span {
  font-family: 'NORMT', sans-serif;
      margin-right: 6px;
  display: inline-block;
  transform: rotate(180deg);
  transform-origin: center;
}
.news-content {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  flex: 1;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0 7px 7px 0;
    padding: 10px 27px 10px 14px;
  box-sizing: border-box;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  justify-content:start;
}

.news-title {
  font-size: 12px;
  margin: 0 0 8px;
  color: #333;
}

.news-link {
  position: absolute;
  bottom: 10px;
  font-family: 'NORMT', sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}

.news-link:hover {
  text-decoration: underline;
}




.top-arrow {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 1px;
  border-radius: 9999px;
  background-color: white;
}

.top-arrow::before,
.top-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: white;
  transform-origin: calc(100% - 0.5px) 50%;
}

.top-arrow::before {
  transform: rotate(45deg);
}

.top-arrow::after {
  transform: rotate(-45deg);
}
.posts-grid-bt:hover {
    color: white;
    background-color: #767676;
}
.posts-grid-bt:hover .top-arrow,
.posts-grid-bt:hover  .top-arrow::before,
.posts-grid-bt:hover  .top-arrow::after
 {
      background-color: white;
}

.posts-grid-bt {
    transition: color 0.4s ease, background-color 0.4s ease;
  margin: 170px auto;
  width: 280px;
  height: 60px;
  border: 0.5px solid currentColor; /* 0.5px線 */
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 0 18px 0 30px; /* 左右に適度な余白 */
  box-sizing: border-box;
  color: #1a1a1a; /* 文字色は適宜調整してください */
  font-family: 'NORMT', sans-serif;
  cursor: pointer;
    font-size: 16px;
}

.posts-grid-bt .smf {
  font-size: 12px;
  margin-right: 8px; /* smfとWORKSの間のスペース */
}

.posts-grid-bt > span:not(.smf) {
  font-size: 16px;
}
.posts-grid-bt .top-arrow::before,.posts-grid-bt .top-arrow::after {
  background-color: #1a1a1a;
}
.posts-grid-bt .top-arrow {
  background-color: #1a1a1a;
  margin-left: auto;
}


.posts-grid-bt .smf {
  font-size: 12px;
}


.f-container {
  margin: 100px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  gap: 0; /* 縦線で調整 */
}

.block {
  position:relative;
  white-space: nowrap;
  width: 305px;
      height: 200px;
}
.block div,.block a{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.profile-title {
top:0;
    font-family: 'NORMT', sans-serif;
  font-size: 2.4rem;
  margin-bottom: 45px;
}
.profile-title2 {
  top:70px;
    letter-spacing: 0px;
    font-size: 1.4rem;
    margin-bottom: 45px;
}
.divider {
  width: 0;
  height: 235px;
  margin: 0 117.5px; /* 235px ÷ 2 */
  border-left: 1px solid #000;
}
footer{
  border-top: 0.5px solid #1a1a1a;
}
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 30px 40px 60px; /* 下部余白100pxくらい確保 */
position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 300px;
}

.footer-left img {
  width: 66px;
  height: auto;
  margin-bottom: 20px;
}

.company-name {
  font-size: 15px;
  margin-bottom: 6px;
}

.license, .registration, .since {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.3;
}

.footer-right {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.footer-nav {
  
  display: flex;
gap: 35px;
    letter-spacing: 2px;
  font-size: 15px;
    font-family: 'NORMT', sans-serif;
}

.footer-nav a {
  color: #333;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-copyright {
  position: absolute;
  right: 30px;
  bottom: 0;
  font-size: 10px;
  margin-bottom: 50px; /* 下から50pxの位置に */
 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: #1a1a1a;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  line-break: strict;
  font-feature-settings: "palt";
  word-break: normal;
  word-wrap: break-word;
  /*text-align: justify;*/ /* 日本語には不要なことが多い */
}


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

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1rem;
}

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;
}

.mt-10 {
  margin-top: 1rem;
}
.header-inner{
    position: fixed;  /* すでにfixedとして指定されています */
  top: -100%; /* ← 最初は右に隠す */
    width: 100%;
    height: 100%;
    z-index: 30000;
transition: top 0.3s ease; /* アニメーションを追加 */
}
.header-inner.migi {
  top: 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: 20px;
  height: 1px;
border-radius: 2px;
background:  #1a1a1a;
}
#panel-btn-icon:before, #panel-btn-icon:after{

  display: block;
  content: "";
  position: absolute;
  border-radius: 2px;
  top: 50%;
  left: 0;
  width: 20px;
  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: 20px;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
  width: 20px;
    background:  #1a1a1a;
}
#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: 18px;
        width: 20px;
        top: 18px;
        height: 20px;
}
.slug-top .menu222 {
  visibility: hidden;
}

.menu222 {
  visibility: visible;
}

/* --------------------------------
  7. Media Queries
-------------------------------- */

@media screen and (max-width: 768px) {
  
  .news-panel:hover {
    cursor: pointer;
  right: -189px; /* 初期は画面外に隠す */
  }
  .cont-area {
    width: auto;
  }
  
.menu222{
  visibility: visible;}
  


.scroll-indicator{
  display: none;
}
.arrow-circle {
display: block;
}

.logo-set {
      left: 13px;
    top: 13px;
    width: 34px;
  }
  .posts-grid-bt {
        height: 56px;
    font-size:  14px;
  }
footer .posts-grid-bt {
  top: 157px;
}
.posts-grid-bt > span:not(.smf) {
    font-size: 14px;}
.posts-grid-bt .smf {
    font-size: 10px;
}
    .top-arrow {
        left: 3px;
        top: 0px;
    }
.f-container {
      margin: 0px auto;
    flex-direction: column;
  }
  .divider {
    display: none;
  }
  .posts-grid-bt {
    margin: 70px auto 120px;
  }
  .profile-title {
    margin-top: 50px;
    font-size: 2.1rem;
  }
  .profile-title2 {
    top: 101px;
    line-height: 2em;
    font-size: 1.2rem;
  }
  .bl2{
  border-top: 0.5px solid #1a1a1a;
  }
  .block {
    width: 100%;
    height: 283px;
}
.footer-container {
        padding: 0px 20px 61px 20px;
    flex-direction: column-reverse; /* ← ここを変更 */
}
.footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2カラムにする */
        gap: 24px 60px;
}
.footer-right {
    margin-top: 104px;
    display: block;
  }
  .footer-left img {
    margin-top: 90px;
  }
  .footer-left img {
    width: 60px;
  }
  .company-name {
    font-size: 13px;
  }
  .since {
margin-top: 6px;
  }
  .footer-copyright {
    right: auto;
    bottom: -35px;
    transform: translateX(-50%);
    left: 50%;
    white-space: nowrap;
  }
.header__menu {
      background-color: white;
          padding-top: 50px;
          width: 100%;

  text-align: center; /* センター寄せ */
}

.header__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header__menu li {
    font-family: 'NORMT', sans-serif;
    letter-spacing: 5px;
  font-size: 22px;
  padding: 0.5em 0; /* 上下1emのマージン */
  position: relative;
}

.header__menu li::before {
  content: "";
  display: block;
  height: 0.5px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header__menu a {
  text-decoration: none;
  color: #333;
}
.slug-top .menu222 {
    visibility: visible;
}
}
.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; }
}
