/*
Theme Name: Mycompany
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/*
 Webフォント
 ファイル場所:
*/
@font-face {
  font-family: "EmojiOne";
  src: url("wp-content/uploads/fonts/EmojiOneColor.woff2") format("woff2"),
    url("wp-content/uploads/fonts/EmojiOneColor.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "";
  src: url("fonts/KozGoPr6N-Regular-AlphaNum.woff2") format("woff2"),
    url("fonts/KozGoPr6N-Regular-AlphaNum.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*---------------------------------------------------
  Webフォント: Trajan Pro / 
  用途: デザインフォント
  使用箇所: ヘッダーナビ、セクションタイトル、ボタン
---------------------------------------------------*/
@font-face {
  font-family: "Trajan Pro";
  src: url("fonts/TrajanPro-Bold.woff2") format("woff2"),
    url("fonts/TrajanPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Trajan Pro";
  src: url("fonts/TrajanPro-Regular.woff2") format("woff2"),
    url("fonts/TrajanPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*----------
 フォントcss 
 ----------*/
/* 全体 */
.body {
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
}

/* 記事内容 @あり*/
.p-contents {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
  margin-top: 14px;
}

.p-contents span.en {
  letter-spacing: 0em;
}

/* セクションタイトル */
.section-title {
  font-family: "Trajan Pro";
  font-size: 27px;
  font-weight: normal;
  color: #006465;
}

/* セクション見出し @あり*/
.section-header {
  font-family: "Zen Old Mincho", serif;
  font-size: 37px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.67;
}

/* コンテンツの見出し @あり*/
.content-header {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: -0.1em;
  color: #006465;
}

/* コンテンツのタイトル */
.content-title {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 37px;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.04;
  color: #006465;
}

/* コンテンツのタイトル L 固定ページ */
.content-title-L {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 50px;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.04;
  color: #006465;
}

/* コンテンツタイトルのカナ */
.content-kana {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.28;
}

.content-title-ourbusiness {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 2;
}

.project-example h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  color: #006465;
}

.project-example h1 {
  font-family: "Zen Old Mincho", serif;
  font-size: 37px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -0.1em;
}

/* PROJECTのCase文字 装飾 */
.case {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #006465;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.case::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 76px; /* 長さは調整可 */
  height: 4px;
  background-color: #006465;
}

/* OUR BUSINESS/事業内容ページ */
/* コンテンツの見出し */
.content-header-ourbusiness {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-optical-sizing: auto;
  font-weight: 600;
  line-height: 1.57;
  color: #006465;
}

/* コンテンツタイトルのサブタイトル、カナ */
.content-kana-ourbusiness {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-optical-sizing: auto;
  font-weight: 600;
  line-height: 1.38;
  color: #006465;
}
/* OUR BUSINESS/事業内容ページ */
/* Software/Hardware */
/* コンテンツ　文字小　行間狭い */
.p-contents-s {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
}

.kana {
  letter-spacing: normal;
}

a {
  color: #231815;
}

/*----------
 レイアウト 
----------*/
/* Top-page system solusionの画像*/
.hex-image-group {
  position: relative;
  min-height: 300px;
  /* overflow: visible; */
}

/* 背景画像（1枚目）は通常通り表示 */
.hex-image-group figure:first-of-type img {
  position: relative;
  z-index: 1;
}

/* 六角形画像（2枚目）を絶対配置で重ねる */
.hex-image-group figure:last-of-type img {
  position: absolute;
  bottom: 0px;
  left: -26px;
  z-index: 2;
  width: auto;
}

.banner {
  width: 35%;
}

/* toDo SDGS画像を下揃え */

/*----------
 背景画像 
----------*/
/* greem 左上 */
.custom-bg-green-left {
  background-image: url("img/bg-image-green-l.webp");
  background-size: 29%;
  background-repeat: no-repeat;
  background-position: left 70px;
  min-height: 300px;
}

/* wheite 左上 */
.custom-bg-white-left {
  background-image: url("img/bg-image-white-l.webp");
  background-size: 29%;
  background-repeat: no-repeat;
  background-position: left 70px;
  min-height: 300px;
}

/* greem 右上 */
.custom-bg-green-right {
  background-image: url("img/bg-image-green-r.webp");
  background-size: 29%;
  background-repeat: no-repeat;
  background-position: right 70px;
  min-height: 300px;
}

/* wheite 右上 */
.custom-bg-white-right {
  background-image: url("img/bg-image-white-r.webp");
  background-size: 29%;
  background-repeat: no-repeat;
  background-position: right 70px;
  min-height: 300px;
}

.bg-bottom-contain {
  background-position: 50% 100% !important;
}

a#page_top {
    bottom: 80px;
}

/* reCAPTCHAのアイコンを非表示にする */
/* .grecaptcha-badge {
  visibility: hidden !important;
} */

/* リストアイコンカスタマイズ */
ul.wp-block-list {
  list-style: none;
  padding-left: 2em;
}

ul.list-circle-green li {
  position: relative;
  padding-left: 1.5em;
}

ul.list-circle-green li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.4em;
  color: #006465;
}

ul.list-circle-orange li {
  position: relative;
  padding-left: 1.2em;
  font-size: 23px;
}

ul.list-circle-orange li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.4em;
  color: #f08300;
}

ul.wp-block-list.p-contents.list-circle-black {
    padding-left: 0;
}

ul.list-circle-black li {
  position: relative;
  padding-left: 1.2em;
}

ul.list-circle-black li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em; /* デフォルトより大きめ */
}

ul.wp-block-list.p-contents-s.list-circle-black li {
    margin-bottom: 0;
}

ul.wp-block-list.p-contents-s.list-circle-black {
    padding-left: 0;
}
/*--------------------
header.php
ヘッダーメニュー 
----------------------*/
/* フォントカスタマイズ */
/* メインメニュー */
strong.gMenu_name {
  font-family: "Trajan Pro";
  font-size: 14px;
  color: #006465;
}

/* サブ項目 */
.gMenu li ul.sub-menu {
  background-color: #ffffffe6;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  left: 50%;
  margin-left: -80px;
  width: 200px;
}

.gMenu ul li a {
  font-family: "Trajan Pro";
  font-size: 14px;
  color: #006465;
}

.gMenu ul li a:hover {
  color: #fff;
  background-color: #006465;
}

/* サブ項目の説明 */
.menu-description {
  display: block;
  font-size: 12px;
  color: #231815;
  margin-top: 2px;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif; /* 好みに応じて */
}

/* ヘッダーメニューのレイアウト */
.siteHeader {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 94px;
}

.siteHeader_logo img {
  max-height: 60px;
}

div#gMenu_outer {
  padding-top: 10px;
}

.recruit-anker {
  float: right;
  background-color: #231815;
  color: #fff;
  width: 180px;
  height: 100%;
  padding-top: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.recruit-anker .icon {
  width: 25px;
  height: 25px;
  margin-left: 8px;
}

.recruit-anker a {
  color: #fff;
  text-decoration: none;
}

/* ヘッダーを固定表示する */
/* form-custom.jsにスクロール時に'header_scrolled'がつかないように制御 */
header.siteHeader {
  position: fixed;
  top: 0;
}

/* ヘッダーメニュー分セクション上部に余白を設定 　TODO@mediaで画面幅を指定すること！！！！！*/
.siteContent {
  padding-top: 84px !important;
}

div#vk-mobile-nav-menu-btn {
  top: 60px;
  right: 120px;
}

/* フッターメニューのレイアウト */
footer.section.siteFooter {
  color: #fff;
  background-color: #333;
  border: none;
}

footer.section.siteFooter a {
  color: #fff !important;
}

.copyright p {
  font-size: 14px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .copyright p {
    font-size: 10px;
  }

  .footerMenu .menu.nav {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .footerMenu .menu.nav li {
    margin: 0 10px; /* 任意の間隔、必要に応じて調整可能 */
  }
}

/*--------------------
 TOPページ
----------------------*/
/* news&topics */
.width-900 {
  max-width: 90%;
  width: 900px;
}

/*--------------------
 MESSAGEページ
----------------------*/
/* 社長の切り抜き画像 */
figure.shacho-img img {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: auto;
  max-width: none !important;
}
/*--------------------
 COMPANYページ
 COMPANY-PROFILEテーブル 
----------------------*/
.company-profile-tabele td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 1.67;
  border-top: 1px solid #b0b5ba;
  border-bottom: 1px solid #b0b5ba;
  border-left: none !important;
  border-right: none !important;
}

.company-profile-tabele td:first-child {
  background-color: #f1f3f6;
  vertical-align: top;
  color: #006465;
  width: 188px;
}

/*--------------------
 SOCIAL ACTIONページ 
----------------------*/
hr.margin-bottom-20 {
  margin-bottom: 20px !important;
}

/*--------------------
 NEWS 個別記事ページ 
----------------------*/
.col.mainSection,
.col.subSection {
    margin-top: 10px;
}

/*----------------------------
 CONTACTページ
 Snow Monkey Forms お問い合わせ 
------------------------------*/
.contact-form {
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
}

/* 確認画面でinputタグの中身がはみ出さないように設定
氏名の横並びブロックにクラス　.input-name追加 */
.wp-block-group.input-name {
  display: flex;
  flex-wrap: nowrap; /* 改行させない */
  gap: 1rem;
  overflow: hidden; /* はみ出し防止 */
}

.wp-block-group.input-name .smf-placeholder {
  flex: 1 1 auto; /* 自然に縮む */
  min-width: 0; /* はみ出し対策で必須 */
  box-sizing: border-box;
}

.wp-block-group.input-name input.smf-text-control__control {
  width: 100%;
  box-sizing: border-box;
}
/* ここまで */

.required-label .smf-item__label__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bolder;
  color: #006465;
  text-align: left;
}

.required-label .smf-item__label__text::after {
  content: "※";
  font-size: 0.8em;
  vertical-align: super;
  margin-left: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bolder;
  color: #006465;
}

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

input.smf-text-control__control.form-control::placeholder,
textarea.smf-textarea-control__control.form-control::placeholder {
  color: #d3d3d3;
}

/* 希望連絡方法のボタンをカスタマイズ */
/* .smf-label input[type="radio"] {
  display: none;
} */

/* .smf-label label {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  background-color: #fff;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 5px;
  text-align: center;
  transition: all 0.3s ease;
} */
/* チェックされたラジオの親に JavaScript で active クラスが付くので、それにスタイルを当てる */
/* .smf-label.active label {
  background-color: #006465;
  color: #fff;
  border-color: #006465;
} */

.smf-action .smf-button-control__control {
  background-image: none;
  background-color: #006465;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.2em;
  width: auto;
}

.smf-button-control__control:hover {
  background-color: #66b2b2;
}

.smf-button-control__control[data-action="confirm"]::after,
.smf-button-control__control[data-action="complete"]::after {
  content: "→";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: #006666;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.2rem;
  margin-left: 1em;
}

.smf-button-control__control[data-action="back"]::before {
  content: "←";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: #006666;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.2rem;
  margin-right: 1em;
  order: -1;
}

/* お問い合わせ確認ページ */
form.snow-monkey-form[data-screen="confirm"] {
  background-color: #fff;
  padding-top: 20px;
}

/* 確認画面のreCAPTCHAメッセージを非表示 */
/* form.snow-monkey-form[data-screen="confirm"] p {
  display: none;
} */

.smf-action {
  background-color: rgb(241, 243, 246);
  padding-top: 40px;
}

/* ======== 中途半端用：781px以下 ======== */
@media screen and (max-width: 781px) {
  /* MESSAGEページ */
  /* 社長の切り抜き画像 */
  figure.shacho-img img {
    right: 0;
    height: 40%;
    width: auto;
  }

  /* PROJECTページ
  カラム構成反転 */
  .reverse-on-mobile {
    display: flex;
    flex-direction: column-reverse !important;
  }
}
/* ======== モバイル用：576px以下 ======== */
@media screen and (max-width: 576px) {
  /* フォント */
  .section-header {
    font-size: 28px;
    letter-spacing: -0.1em;
  }

  .p-contents {
    font-weight: 500;
    line-height: 1.4;
    margin-top: 10px;
  }

  /* 1行に収まるよう仮名文字の間隔を調整 */
  .kana {
    letter-spacing: -0.2em;
  }

  .project-example h4 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.1em;
  }

  .project-example h1 {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.1em;
  }

  .content-title-L {
    font-size: 32px;
  }

  .content-kana {
    font-size: 14px;
  }

  .content-title-ourbusiness {
    font-size: 20px;
    line-height: 1.4;
  }

  .content-header-ourbusiness {
    font-size: 19px;
    line-height: 1.4;
  }

  .content-kana-ourbusiness {
    font-size: 16px;
    line-height: 1.38;
  }

  /* TOP　system solution */
  .wp-block-group.hex-image-group.is-layout-constrained.wp-block-group-is-layout-constrained {
    margin: 0 26px !important;
  }

  /* 背景画像 */
  /* 全部右側表示にする green*/
  .custom-bg-green-left,
  .custom-bg-green-right {
    background-image: url("img/bg-image-green-r.webp");
    background-size: 47%;
    /* background-repeat: no-repeat; */
    background-position: right 10px;
    /* min-height: 300px; */
  }

  /* 全部右側表示にする white*/
  .custom-bg-white-left,
  .custom-bg-white-right {
    background-image: url("img/bg-image-white-r.webp");
    background-size: 47%;
    /* background-repeat: no-repeat; */
    background-position: right 10px;
    /* min-height: 300px; */
  }

  /* レイアウト */
  .banner {
    width: 80%;
  }

  .siteHeader_logo {
    padding: 0;
  }

  .admin-bar .vk-mobile-nav-menu-btn {
    top: 5px;
  }

  /*--------------------
  MESSAGEページ 
 ---------------------*/
  /* 社長の切り抜き画像 */
  figure.shacho-img img {
    position: absolute;
    bottom: 0;
    right: -20%;
    height: 32%;
    width: auto;
    max-width: none !important;
  }

  /*--------------------
  COMPANYページ
  COMPANY-PROFILEテーブル 
  ----------------------*/
  .company-profile-tabele td {
    font-size: 14px;
  }

  .company-profile-tabele td:first-child {
    width: 28%;
  }

  /* あとで文字間隔を調整する */
  .company-profile-tabele td:nth-child(2) {
    letter-spacing: -0.1em;
  }

  /*--------------------
  PROJECTページ 
 ---------------------*/
  ul.list-circle-orange {
    padding-left: 0;
  }

  ul.list-circle-orange li {
    font-size: 16px;
  }
}
