@charset "UTF-8";
/*
normalize
BASE
LAYOUT
MODULE
STATUS

HEADER
MEGAMENU
PAN
FOOTER
LOADING

PAGE
SUPPORT
FAQ

CONTACT
CARD
INDEX PAGE

PROJECT
JOURNAL
PRODUCT

PAGE NAVI
HOVER
DRAWER

230906

*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b, strong {
  font-weight: 500
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item;
	list-style: none;
}
summary::-webkit-details-marker {
  display:none;
}
template {
  display: none
}
[hidden] {
  display: none
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
ul, ol {
  padding: 0;
  list-style: none;
}
button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
/*****************************************************
BASE*/ 
:root {
	--primary-color-old:#004a9b;/*2025*/
	--primary-color:#000000;/*2025*/
  --txt-color: var(--primary-color);
  --link-color: #9E9E9E;
  --title-color: var(--primary-color);
  --gnav-color: var(--primary-color);
  --main-color: var(--primary-color-old);
	--main-color-2025: var(--primary-color);
  --sub-color: #00256C;
  --line-color: #ccc;
	--bg-secondary:#f8f8f8;/*2025*/
	--bg-tertiary:#202020;/*2025*/
	--txt-color-secondary:#505050;/*2025*/
  /*size*/
  --size-ex-higher: 240px;
  --size-ex-high: 160px;
  --size-high: 120px;
  --size-ex-mid: 104px;
  --size-mid: 80px;
  --size-low: 64px;
  --size-ex-low: 32px;
  --size-ex-lower: 24px;
  /* sp 70%	*/
  --size-ex-higher-s: 168px;
  --size-ex-high-s: 112px;
  --size-high-s: 84px;
  --size-ex-mid-s: 64px;
  --size-mid-s: 56px;
  --size-low-s: 40px;
	
	-leading-trim: calc((1em - 1lh) / 2);
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}
body {
  color: var(--txt-color);
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  width: 100%;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: .05em;
  overflow-x: hidden;
  font-weight: 400;
  position: relative;
	background-color: #fff;
}
a:link, a:visited {
  color: var(--txt-color);
  text-decoration: none;
  transition: color .2s ease-out;
}
.entry-title a:hover,
.entry-tag-list a:hover,
.entry-category a:hover,
.projedt-hdr-category-list li a:hover{
  color: var(--link-color);
}
a.anchor-arrow-right img {
  vertical-align: middle;
  margin-left: .5em;
  transform: translateY(-1px)
}
a.anchor-arrow-right {
  position: relative;
  color: var(--txt-color);
}
a.anchor-arrow-right::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: var(--txt-color);
  bottom: -8px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .2s;
}
a.anchor-arrow-right:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
a[href^="tel:"] {
  pointer-events: none;
}
p {
  margin-bottom: 1.8em;
	margin-top: var(--leading-trim);
}
p:last-child {
  margin-bottom: 0;
}
h1, h2, h3, h4,h5 {
  font-weight: 400;
  letter-spacing: .05em;
  font-size: 0;
  margin: 0;
}
img, svg, video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.strng {
  font-weight: 700;
}
/*****************************************************
LAYOUT*/
.l-w-100 {
  width: 100%;
  max-width: 100%;
}
.l-w-mid { /*about e*/
  width: 70%;
  max-width: 1024px;
}
.l-w-narrow {
  width: 67%
}
.l-w-50 {
  width: 50%;
}
.l-w-47 {
  width: 47%;
}
.l-w-43 {/*CTA 2025*/
  width: 43%;
}
.l-w-66 {
  width: 66%;
}
.l-w-60 {
  width: 60%;
}
.l-w-40 {
  width: 40%;
}
.l-w-33 {
  width: 33%;/*2025*/
}
.l-w-25 {
  width: 25%;/*2025*/
}
.aside-wrp { /*support*/
  width: 26.6%;
}
.l-w-master {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  max-width: 1680px;
  position: relative;
}
.l-w-1160 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  position: relative;
}
.l-container {
  margin-top: 104px; /*header hight*/
  padding-top: 104px;
}
.l-container.info-page {
  margin-top: 0;
}
.l-flex-wrp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-flex-wrp-c {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.l-flex-wrp-s {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.l-flex-wrp-end {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
/*****************************************************
SIDE*/
.mgn-side-auto {
  margin-left: auto;
  margin-right: auto
}
.pd-side {
  padding-left: 5%;
  padding-right: 5%;
}
.mgn-side-1em {
  margin-right: .5em
}
/*****************************************************
MARGIN*/
.mgn-ex-high {
  margin-top: var(--size-ex-high);
  margin-bottom: var(--size-ex-high);
}
.mgn-high {
  margin-top: var(--size-high);
  margin-bottom: var(--size-high);
}
.mgn-ex-mid {
  margin-top: var(--size-ex-mid);
  margin-bottom: var(--size-ex-mid);
}
.mgn-mid {
  margin-top: var(--size-mid);
  margin-bottom: var(--size-mid);
}
.mgn-low {
  margin-top: var(--size-low);
  margin-bottom: var(--size-low);
}
.mgn-ex-low {
  margin-top: var(--size-ex-low);
  margin-bottom: var(--size-ex-low);
}
/*****************************************************
MARGIN BOTTOM*/
.mgn-bottom-ex-higher {
  margin-bottom: var(--size-ex-higher);
}
.mgn-bottom-ex-high {
  margin-bottom: var(--size-ex-high);
}
.mgn-bottom-high {
  margin-bottom: var(--size-high);
}
.mgn-bottom-ex-mid {
  margin-bottom: var(--size-ex-mid);
}
.mgn-bottom-mid {
  margin-bottom: var(--size-mid) !important;
}
.mgn-bottom-low {
  margin-bottom: var(--size-low) !important;
}
.mgn-bottom-ex-low {
  margin-bottom: var(--size-ex-low) !important;
}
.mgn-bottom-ex-lower {
  margin-bottom: var(--size-ex-lower) !important;
}
.mgn-bottom-3em {
  margin-bottom: 4em !important;
}
.mgn-bottom-2em {
  margin-bottom: 1em !important;
}
.mgn-bottom-1em {
  margin-bottom: .5em !important;
}
.mgn-bottom-none, .mgn-bottom-high-sp {
  margin-bottom: 0 !important;
}
/*****************************************************
PADDING*/
.pd-ex-high {
  padding-top: var(--size-ex-high);
  padding-bottom: var(--size-ex-high);
}
.pd-ex-high.with-mgn-top-hdr-mini {
    padding-top: var(--size-ex-mid);
  }
.pd-high {
  padding-top: var(--size-high);
  padding-bottom: var(--size-high);
}
.pd-ex-mid {
  padding-top: var(--size-ex-mid);
  padding-bottom: var(--size-ex-mid);
}
.pd-mid {
  padding-top: var(--size-mid);
  padding-bottom: var(--size-mid);
}
.pd-low {
  padding-top: var(--size-low);
  padding-bottom: var(--size-low);
}
.pd-ex-low {
  padding-top: var(--size-ex-low);
  padding-bottom: var(--size-ex-low);
}
/*****************************************************
PADDING BOTTOM*/
.pd-bottom-ex-high {
  padding-bottom: var(--size-ex-high);
}
.pd-bottom-high {
  padding-bottom: var(--size-high);
}
.pd-bottom-ex-mid {
  padding-bottom: var(--size-ex-mid);
}
.pd-bottom-mid {
  padding-bottom: var(--size-mid);
}
.pd-bottom-low {
  padding-bottom: var(--size-low);
}
.pd-bottom-ex-low {
  padding-bottom: var(--size-ex-low);
}
/*****************************************************
PADDING TOP*/
.pd-top-ex-high {
  padding-top: var(--size-ex-high);
}
.pd-top-high {
  padding-top: var(--size-high);
}
.pd-top-ex-mid {
  padding-top: var(--size-ex-mid);
}
.pd-top-mid {
  padding-top: var(--size-mid);
}
.pd-top-low {
  padding-top: var(--size-low);
}
.pd-top-ex-low {
  padding-top: var(--size-ex-low);
}
@media screen and (max-width: 1024px) {
  .l-container {
    margin-top: 64px;
    padding-top: 48px;
  }
}
@media not all and (min-width: 769px) {
  .l-flex-wrp {
    flex-wrap: wrap;
  }
  .l-w-50, .l-w-47,.l-w-43, .l-w-60, .l-w-40, .l-w-66,.l-w-33, .aside-wrp {
    width: 100%;
    max-width: 100%
  }
  .l-w-mid, .l-w-narrow {
    width: 100%;
    max-width: 100%;
  }
 .l-w-25 {
  width: 50%;/*2025*/
}
  /*****************************************************
MARGIN*/
  .mgn-ex-high {
    margin-top: var(--size-ex-high-s);
    margin-bottom: var(--size-ex-high-s);
  }
  .mgn-high {
    margin-top: var(--size-high-s);
    margin-bottom: var(--size-high-s);
  }
  .mgn-ex-mid {
    margin-top: var(--size-ex-mid-s);
    margin-bottom: var(--size-ex-mid-s);
  }
  .mgn-mid {
    margin-top: var(--size-mid-s);
    margin-bottom: var(--size-mid-s);
  }
  .mgn-low {
    margin-top: var(--size-low-s);
    margin-bottom: var(--size-low-s);
  }
  .mgn-ex-low {
    margin-top: var(--size-ex-lower);
    margin-bottom: var(--size-ex-lower);
  }
  /*****************************************************
MARGIN BOTTOM*/
  .mgn-bottom-ex-higher {
    margin-bottom: var(--size-ex-higher-s);
  }
  .mgn-bottom-ex-high {
    margin-bottom: var(--size-ex-high-s);
  }
  .mgn-bottom-high, .mgn-bottom-high-sp {
    margin-bottom: var(--size-high-s)!important;
  }
  .mgn-bottom-ex-mid,.mgn-bottom-ex-mid-sp {
    margin-bottom: var(--size-ex-mid-s);
  }
  .mgn-bottom-mid,.mgn-bottom-mid-sp {
    margin-bottom: var(--size-mid-s) !important;
  }
  .mgn-bottom-low {
    margin-bottom: var(--size-low-s) !important;
  }
  .mgn-bottom-ex-low {
    margin-bottom: var(--size-ex-lower) !important;
  }
  .mgn-bottom-mid-sp {
    margin-bottom: var(--size-mid-s) !important;
  }
    .mgn-bottom-low-sp {
    margin-bottom: var(--size-low-s) !important;
  }
  /*****************************************************
PADDING*/
  .pd-ex-high {
    padding-top: var(--size-ex-high-s);
    padding-bottom: var(--size-ex-high-s);
  }
	.pd-ex-high.with-mgn-top-hdr-mini {
    padding-top: 72px;
    padding-bottom: var(--size-ex-high-s);
  }
  .pd-high {
    padding-top: var(--size-high-s);
    padding-bottom: var(--size-high-s);
  }
  .pd-ex-mid {
    padding-top: var(--size-ex-mid-s);
    padding-bottom: var(--size-ex-mid-s);
  }
  .pd-mid {
    padding-top: var(--size-mid-s);
    padding-bottom: var(--size-mid-s);
  }
  .pd-low {
    padding-top: var(--size-low-s);
    padding-bottom: var(--size-low-s);
  }
  .pd-ex-low {
    padding-top: var(--size-ex-lower);
    padding-bottom: var(--size-ex-lower);
  }
  /*****************************************************
PADDING BOTTOM*/
  .pd-bottom-ex-high {
    padding-bottom: var(--size-ex-high-s);
  }
  .pd-bottom-high {
    padding-bottom: var(--size-high-s);
  }
  .pd-bottom-ex-mid {
    padding-bottom: var(--size-ex-mid-s);
  }
  .pd-bottom-mid {
    padding-bottom: var(--size-mid-s);
  }
  .pd-bottom-low {
    padding-bottom: var(--size-low-s);
  }
  .pd-bottom-ex-low {
    padding-bottom: var(--size-ex-lower);
  }
/*****************************************************
PADDING TOP*/
  .pd-top-ex-high {
    padding-top: var(--size-ex-high-s);
  }
  .pd-top-high {
    padding-top: var(--size-high-s);
  }
  .pd-top-ex-mid {
    padding-top: var(--size-ex-mid-s);
  }
  .pd-top-mid {
    padding-top: var(--size-mid-s);
  }
  .pd-top-low {
    padding-top: var(--size-low-s);
  }
  .pd-top-ex-low {
    padding-top: var(--size-ex-lower);
  }
/*****************************************************
SIDE*/
  .mgn-left-20 {
    margin-left: 0;
    margin-bottom: 56px;
  }
  .pd-side-sp {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/*****************************************************
MODULE*/
.title-large { /*36px*/
/*  font-size: 2.25rem;*/
	font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  margin-bottom: .8em;
}


.bg-00 .title-large { /*36px*/
  color: #ff0;
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
  text-shadow: 0 0 30px #ff0;
}
.title-large.with-english span,
.title-middle.with-english span,
.title-with-line {
  display: flex;
  align-items: center;
  font-size: .8125rem;
  position: relative;
  margin-bottom: 1em;
  color: var(--txt-color-secondary);
}
.bg-00 .title-large.with-english span,
.bg-00 .title-middle.with-english span,
.bg-00 .title-with-line {
  color: #21cbff;
}
.title-large.with-english span::after,
.title-middle.with-english span::after{
  content: "";
  height: 1px;
  background: var(--txt-color-secondary);
  display: block;
  margin-left: 16px;
  width: 80px;
}
.bg-00 .title-large.with-english span::after {
  background: red;
}
.title-middle { /*24px*/
  font-size: 1.5rem;
  font-weight: 500;
}
.title-middle span {
  font-size: 1rem;
  display: block;
}
.title-bold,
.project-entry-body h4 { /*16px*/
  font-weight: 500;
  font-size: 1rem;
	
}
.title-bold-with-line span{/*2025*/
	font-weight: 500;
  font-size: 1rem;
	display: flex;
  align-items: center;
  position: relative;
}
.title-bold-with-line span::after{/*2025*/
  content: "";
  height: 1px;
  background: var(--main-color-2025);
  display: block;
  margin-left: 16px;
  width: 80px;
}

.title-bold-with-line-small span{/*2025*/
	font-size: .8125rem;
	color: var(--txt-color-secondary);
}
.title-bold-with-line-small span::after{/*2025*/
	background: var(--txt-color-secondary);
}

.title-small, .project-entry-body h3 { /*20px*/
  font-size: 1.25rem;
  font-weight: 500;
}
.title-ex-small { /*15px*/
  font-size: .9375rem;
}
.title-ex-small a, a.title-bold {
  color: var(--txt-color) !important;
}
.title-ex-small a:hover {
  color: var(--link-color) !important;
}
.title-normal {
  font-size: 1.4rem;
  font-weight: 100;
}
.title-with-line {
  position: relative;
  color: var(--txt-color);
}
.title-with-line::after {
  content: "";
  height: 1px;
  background: #999;
  display: block;
  margin-left: 16px;
  width: 80px;
}
.outline-table {
  border-top: 1px solid #ccc;
}
.outline-table tr td {
  border-bottom: 1px solid #ccc;
  padding: 1.4em 0;
}
.outline-table-hdr {
  width: 30%;
  font-weight: 700;
  vertical-align: top;
}
.table-header {
  font-weight: 400;
  width: 24%;
}
.outline-table table tr td {
  border: 0;
  padding: 0;
}
.line-before {
  position: relative;
  display: inline-block;
  line-height: 1
}
.line-before::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 7px;
  left: -44px;
}
.btn-2025 {
    -webkit-appearance: none;
    line-height: 1.4;
    text-align: center;
    padding: 1.2em 4em;
    display: inline-block;
    cursor: pointer;
    /* グラデーションを自然な見た目に修正 */
    background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 47%, #e0e0e0 100%);
    font-size: 0.9375rem;
    width: 100%;
    max-width: 100%;
    /* 丸みを増加 */
    border-radius: 30px;
    color: #000;
    position: relative;
    z-index: 1;
    transition: .4s;
    overflow: hidden;
    /* 影を追加して立体感を出す */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    /* ボーダーを追加して境界をはっきりさせる */
    border: 1px solid #e0e0e0;
}

/* ホバー時のエフェクトを追加 */
.btn-2025:hover {
    background: linear-gradient(180deg, #f4f4f4 0%, #e8e8e8 47%, #d4d4d4 100%);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    transform: translateY(2px);
}

/* アクティブ時（クリック時）のエフェクト */
.btn-2025:active {
    background: linear-gradient(180deg, #e8e8e8 0%, #e0e0e0 47%, #d0d0d0 100%);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    transform: translateY(2px);
}
.btn-round {
  -webkit-appearance: none;
  border: none;
  display: inline-block;
  padding: 0.815em 1.5em;
  border-radius: 40px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  color: var(--txt-color-2025);
  background-color: var(--bg-secondary);
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s ease-out;
}

.btn-round:hover {
  background-color: var(--bg-tertiary);
  color: #fff;
}

.btn {
  -webkit-appearance: none;
  line-height: 1.4;
  text-align: center;
  padding: 1.4em 4em;
  display: inline-block;
  cursor: pointer;
  background-color: var(--main-color-2025);
  font-size: 0.9375rem;
  width: 100%;
  max-width: 480px;
  border-radius: 10px;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: .4s;
  overflow: hidden;
}
.btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--txt-color-secondary);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .4s;
  overflow: hidden;
}
.btn::after {
  content: "";
  width: 10px;
  height: 7px;
  background-image: url("https://hinode-gr.jp/wpcms/wp-content/themes/hinode-2025/asset/images/btn-arrow-right.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 24px;
  top: 50%;
  transition: transform ease .4s;
  transform: translateY(-30%);
}
.btn-arrow-white::after {
  background-image: url("https://hinode-gr.jp/wpcms/wp-content/themes/hinode-2025/asset/images/btn-arrow-right-white.svg");
}
.btn:hover {
  color: #fff;
  transition: transform ease .4s;
}
.btn:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.btns .btn {
  width: 48%;
}
.btn-frm {
  border: 1px solid var(--main-color-2025);
  color: var(--main-color-2025);
  background-color: #fff;
}
.btn-frm-gray {
  border: 1px solid var(--txt-color);
  color: var(--txt-color);
}
.btn-frm:hover::after {
  background-image: url("https://hinode-gr.jp/wpcms/wp-content/themes/hinode-2025/asset/images/btn-arrow-right-white.svg");
  transform: translateX(4px) translateY(-30%);
}
.btn-detail {
  text-align: right;
  font-size: .9375em;
}
.btn-detail a span, .anchor-line-mov {
  position: relative;
}
.btn-detail a span::after, .anchor-line-mov::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: var(--txt-color);
  bottom: -8px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .2s;
}
.btn-detail a span:hover::after,
.anchor-line-mov:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.btn-detail a::after {
  content: url("https://hinode-gr.jp/wpcms/wp-content/themes/hinode-2025/asset/images/btn-arrow-right-white.svg");
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  background-color: var(--main-color-2025);
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  margin-left: .5em;
  transition: all .2s ease-out;
}
.btn-detail a:hover::after {
  transform-origin: 50% 50%;
  background-color: var(--sub-color);
  transform: translateX(4px)
}
.btn-50 {
  width: calc(50% - 8px);
  margin: 0 2px;
}
.btn-background:hover {
  background-color: var(--link-color);
  color: #fff !important;
}
.btn-width {
  max-width: 320px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.btn-block {
  display: block;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.border-top {
  border-top: 1px solid var(--line-color);
}
.border-top-bottom {
  border-top: 1px solid var(--line-color);
  border-bottom: 1px solid var(--line-color);
}
.border-left {
  border-left: 1px solid var(--line-color);
}
.txt-c, .txt-c-to-l {
  text-align: center;
}
.txt-l, .txt-l-to-c {
  text-align: left;
}
.txt-r {
  text-align: right;
}
.txt-u {
  text-decoration: underline !important;
}
.txt-u:hover {
  color: var(--link-color) !important;
}
.link-underline-dotted {
  border-bottom: 1px dotted #000;
}
.txt-middle {
  font-size: 1.8rem;
}
.txt-small {
  font-size: 0.875rem;
}
.txt-height-high {
  line-height: 1.75;
}
.txt-height-1{
	line-height: 1;
}
.bg-f {
  background-color: #fff;
}
.bg-f7 {
  background-color: #f7f7f7;
}
.bg-secondary {
  background-color: var(--bg-secondary);
}
.bg-tertiary {
  background-color: var(--bg-tertiary);
color: #fff;}
.bg-00 {
  background-color: #000;
  color: #fff;
}
.bg-e {
  background-color: #eee;
}
.no-pc {
  display: none;
}
.no-sp {
  display: block;
}
.no-sp.this-is-inline{
    display: inline!important;
}
.lst-dot {
  list-style-type: disc;
  padding-left: 1em;
  margin-bottom: 1em;
}
.lst-mun {
  list-style-type: decimal;
  padding-left: 1.4em;
}
.bnr-with-img {
  border: 1px solid #ccc;
  border-radius: 30px;
  transition: border .8s ease-out;
}
.bnr-with-img:hover {
  border: 1px solid #20202080;
}
.bnr-img {
  width: 35%;
  transition: filter .8s ease-out;
}
.bnr-img:hover {
  width: 35%;
  filter: brightness(120%);
}
.bnr-img img {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.bnr-txt {
  width: 65%;
  text-align: center;
  display: table;
  padding-left: 24px;
  padding-right: 24px;
  background: #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.bnr-txt a {
  display: table-cell;
  vertical-align: middle;
}
a.link-arrow { /*hover e*/
  position: relative;
  padding-right: 40px;
  color: var(--txt-color);
}
a.link-arrow::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 32px;
  height: 1px;
  background-color: var(--txt-color);
  transition: all .4s;
}
.link-arrow:hover::before {
  width: 56px;
  right: -2em;
}
.link-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7.5px;
  height: 10px;
  margin-top: -4.5px;
  background: url(../images/arrow-head-right.svg) 0 0 no-repeat;
  background-size: 7.5px 10px;
  transition: right .4s;
}
.link-arrow:hover::after {
  right: -2em;
}
/*for button setting*/
a.btn.link-arrow {
  padding-right: 16px;
}
a.btn.link-arrow::before {
  right: 2em;
}
a.btn.link-arrow:hover::before {
  right: -2em;
}
a.btn.link-arrow::after {
  right: 2em;
}
a.btn.link-arrow:hover::after {
  right: -2em;
}
@media not all and (min-width: 1025px) {
  br.no-sp {
    display: none !important;
  }
}
@media not all and (min-width: 769px) {
  .bnr-with-img.l-w-48 {
    margin-bottom: 32px;
  }
  .title-large {
    font-size: 2rem;
  }
  .line-ver {
    height: 104px;
  }
  .title-ex-large, .title-ex-large-sub {
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .title-middle {
    font-size: 1.25rem;
      line-height: 1.75;
  }
  .title-small {
    font-size: 1.5rem;
  }
  .no-pc {
    display: block;
  }
  .no-sp {
    display: none !important;
  }
  .without-frm {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
  .txt-l-to-c {
    text-align: center;
  }
  .txt-c-to-l {
    text-align: left;
  }
  .float-l, .float-r {
    float: none;
  }
  .outline-table tr td {
    display: block;
  }
  .outline-table tr td.outline-table-hdr {
    border: none;
    padding-bottom: 0;
    width: 100%;
  }
  .bnr-img {
    width: 100%;
  }
  .bnr-img img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
  }
  .bnr-txt {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom-left-radius: 30px;
  }
  .btns .btn {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1em;
      line-height: 1.75;
  }
  .btn-background-back {
    margin-top: 8px;
  }
    .btns .btn.mgn-side-1em {
    margin-right: 0;
}
	.no-sp.this-is-inline{
    display: none!important;
}
}
/*****************************************************
STATUS*/
.is-btn-active {
  background: #E0DEDA;
  color: #fff !important;
  opacity: 1;
}
.is-opacity-1 {
  opacity: 1 !important;
}
.is-border-top-bot {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.is-active {
  opacity: .5;
}
/*****************************************************
HEADER*/
.hdr {
  background-color: rgba(255, 255, 255, 1);
  height: 80px;
  
}
.hdr.hdr-index {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0);
}
.logo {
	line-height: 1;
  width: 140px;
	height: 20px;
	margin-block: 30px;
}
.gnavi {
  display: flex;
  align-items: center;
}
.gnavi-list {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 1;
  font-size: 1rem;
}
.gnavi-list-anchor {
  padding: 2em .875em;
  color: var(--gnav-color) !important;
}
/*
.gnavi-list:last-child .gnavi-list-anchor {
  padding-right: 0;
}
*/
.gnavi-list a span {
  font-weight: 400;
  position: relative;
}
.gnavi-list a span::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: var(--txt-color);
  bottom: -8px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .2s;
}
.gnavi-list a span:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.gnavi-list.active a span::after {
  transform: scale(1, 1);
}
.btn-arrow-down {
  vertical-align: middle;
  margin-left: 6px;
}
.hdr-nav {
  text-align: right;
}


.hdr-index-white-txt .gnavi-list-anchor {
  color: #fff !important;
}
.hdr-index-white-txt .gnavi-list a span::after {
  background: #fff;
}

/*****************************************************
MEGA MENU*/
.list-mega {
  visibility: hidden;
  opacity: 0;
  border-top: 1px solid #f1f1f1;
  z-index: 4;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transition: all .2s ease-out;
  padding-top: 48px;
  padding-bottom: 48px;
  font-size: 1rem;
  background: #fcfcfc;
  text-align: left;
}
.btn-list-mega:hover .list-mega {
  visibility: visible;
  opacity: 1;
}
.list-mega-item {
  padding-right: 2%;
  padding-top: 32px;
  border-top: 1px dotted var(--txt-color);
  width: 30%;
  text-align: left;
}
.list-mega-item-child {
  line-height: 2;
  font-size: .875em;
}
.list-mega-item .title-bold {
  margin-bottom: 1em;
}
.list-mega-item .title-bold a {
  color: var(--txt-color);
  line-height: 1;
}
.list-mega-item .title-bold a:hover, .list-mega-item-child a:hover {
  text-decoration: underline;
}
.list-mega-item-img {
  width: 38%;
  margin-right: 24px;
}
.list-mega-item-img img {
  border: 1px solid #fff;
}
.hdr-mini {
  display: none;
}
@media not all and (min-width: 1200px) {
  .gnavi-list {
    font-size: 0.8125rem;
		height: 80px;
  }
/*
  .gnavi-list-anchor {
    padding: 1.2em .6em;
  }
*/
}
@media not all and (min-width: 1025px) {
	.hdr{
		height: 56px;
	}
	.hdr .l-flex-wrp{
		justify-content: center;
	}
	.logo {
	line-height: 1;
	margin-block: 20px;
}
	.hdr-nav, .hdr-contact-btns{
		display: none;
	}

	.sp-hdr-logo.hdr-index-white-txt{
		background-image:url("../images/logo-white-2025.svg");
	}

}
/****************************************************
PAN*/
.pan-list {
  line-height: 1;
  font-size: .8125rem;
  padding-top:.8125rem;
  padding-bottom: .8125rem;
}
.pan-list li {
  display: inline;
}
.pan-list li:before {
  content: " / ";
  font-size: 1rem;
}
.pan-list li:first-child:before {
  content: "";
}
@media not all and (min-width: 769px) {
  .pan-list {
    line-height: 1.4;
  }

  .category-panel-showroom img {
    object-fit: cover;
    height: 268px;
  }
}
/*****************************************************
FOOTER*/
.ftr {
  padding-top: 108px;
  padding-bottom: 108px;
  background-color: var(--main-color-2025);
	color: #fff;
}
.ftr-logo {
  width: 116px;
  margin-bottom: 24px;
}
.ftr-credit {
  font-size: .75rem;
  text-align: center;
  line-height: 1;
}
.ftr a {
  color: #fff !important;
}
.ftr-nav {
  line-height: 2;
  font-size: .875rem;
	width: 25%;
}
.ftr-nav:last-child {
  margin-right: 0;
}
.ftr-company {
  font-size: .8125rem;
  margin-left: 0;
	width: 48%;
}
a.btn-up {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: var(--bg-tertiary);
  text-align: center;
  color: #fff !important;
  transition: background-color .2s ease-out,line-height .2s ease-out;
  border-radius: 50%;
  position: fixed;
  right: 24px;
	bottom: -48px;
  z-index: 999;
}
a.btn-up img{
	vertical-align: middle;
}
a.btn-up:hover{
	
	line-height: 24px;
}
a.btn-up:hover {
  background-color: var(--sub-color);
}
.ftr-sns {
  font-size: 0;
  letter-spacing: -.05em;
  display: flex;
  align-items: center;
}
.ftr-sns li {
  margin-right: 8px;
}
.sns-icon {
  opacity: 1;
  display: inline-block;
  transition: opacity .8s ease-out !important;
}
.sns-icon:hover {
  opacity: .4;
}

.lang-selecter {
  width: 96px;
  font-size: .8125rem;
  padding-block: .25em;
  border: 1px solid;
  border-radius: 4px;
	margin-top: 1em
}

@media not all and (min-width: 769px) {
  .ftr-hdr {
    margin-bottom: 48px;
  }
  .ftr-nav {
		width: 100%;
    margin-left: 0;
    margin-bottom: 48px;
  }
  .ftr-company {
    margin-bottom: 0;
  }
}
/****************************************************
LOADING****************************************/
.loading-wrp {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  background-size: 100%;
  top: 0;
  left: 0;
}
.loading-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
	margin-top: -55px;
}
.loader, .bx-wrapper .bx-loading {
  margin: 50px auto 1em;
  text-indent: -9999em;
  width: 3.75em;
  height: 3.75em;
  border-radius: 50%;
  background: var(--main-color-2025);
  background: linear-gradient(to right, var(--main-color-2025) 50%, rgba(0, 0, 0, 0) 100%);
  position: relative;
  animation: load 1s infinite linear;
  transform: translateZ(0);
}
.loader:before .bx-wrapper .bx-loading:before {
  width: 50%;
  height: 50%;
  background: var(--main-color-2025);
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after, .bx-wrapper .bx-loading:after {
  background: #fff;
  width: 98%;
  height: 98%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**********************************************************************************************************
PAGE****************************************/
.page-header {
  padding-top: 104px;
  padding-bottom: 56px
}
.page-header-low {
  padding-top: 24px;
}
.txt-lead {
  padding-top: 1.625em;
  font-size: 1.125rem;
}
.txt-lead-2025 {
	color: var(--txt-color-secondary);
}

.pd-top-none { /*product page*/
  padding-top: 0;
}
.page-hero {
  position: relative;
}
.company-hero {
  height: 42vw;
}
.txt-pd-top {
  padding-top: 1.625em;
}
.title-pd-right {
  padding-right: 1em;
}
.page-imgs-s {
  width: 33%;
	margin-bottom: 32px;
	object-fit: cover;
}
.page-imgs-l {
  width: 57%;
	margin-bottom: 32px;
}
.page-imgs-s figcaption,
.page-imgs-l figcaption{
	margin-top: .5em;
}
.page-imgs-wrp img:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.gmap iframe {
  aspect-ratio: 1/1;
}
.company-table {
  border-top: 1px solid var(--line-color);
}
.company-table th, .company-table td {
  border-bottom: 1px solid var(--line-color);
  padding-top: 1em;
  padding-bottom: 1em;
  vertical-align: top;
  text-align: left;
}
.company-table th {
  width: 25%;
	font-weight: 500;
}
.company-page-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse
}
.company-page-title span {
  font-size: .8125rem;
  margin-bottom: 1em;
}
.company-message-img {
  background: url("https://hinode-gr.jp/wpcms/wp-content/themes/hinode-2025/asset/images/company/company-message-img.jpg") no-repeat;
  background-size: cover;
}
.icon-tel{
	vertical-align: baseline;
}

/*SUPPORT*/

.support-hdr{/*2025*/
	padding-top: 6em;
}



.support-swiper .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
/*  gap: 1.2rem 0.8rem;*/
	justify-content: center;
  text-align: center;
	bottom: 4em
}
.support-swiper .swiper-pagination-bullet {
  width: 2rem;
  height: 3px;
  cursor: pointer;
  transition: width .2s ease-out;
  vertical-align: top;
  background-color:#fff;
	outline: none;
}
.support-swiper .swiper-pagination-bullet-active {
  width: 4rem;
  background-color:#ccc;
}


.tag-list-wrp {
  padding: 3em 1.5em;
  background-color: #f7f7f7;
}
.tag-list-wrp li a {
  border: 1px solid #707070;
  border-radius: 20px;
  background-color: #fff;
  font-size: .875em;
  padding: .875em 1.5em;
  display: inline-block;
  margin-bottom: 1em;
  line-height: 1;
  transition: all ease .2s;
}
.tag-list-wrp li a:hover {
  border: 1px solid #202020;
  background-color: #202020;
  color: #fff;
}
/*FAQ*/
.faq-set {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--line-color);
}
.faq-set-first {
  border-top: 1px solid var(--line-color);
  padding-top: 24px;
}
.faq-set-last {
  margin-bottom: 120px;
}
.faq-txt {
  width: calc(100% - 80px);
  padding-top: 9px;
}
.faq-q {
  font-weight: 400;
  cursor: pointer;
	
}
.faq-q .faq-txt{
	transition: transform ease .2s;
}
.faq-q:hover .faq-txt {
	
  transform: translateX(.5em);
}
.icon-faq-q {
  font-weight: 500;
  width: 40px;
  height: 40px;
  background: var(--main-color-2025);
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
}
.faq-a {
  display: none;
  margin-top: 32px;
}
.icon-faq-a {
  font-weight: 500;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.5rem;
	border: 1px solid var(--main-color-2025);
  color: var(--main-color-2025);
}
.simple-list-wrp a {
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--line-color);
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  line-height: 1.4;
  position: relative;
  padding-left: 2.5em;
  font-weight: 400;
}
.simple-list-wrp a:first-child {
  border-top: 1px solid var(--line-color);
}
.simple-list-wrp a:hover {
  text-decoration: underline;
}
.simple-list-wrp a::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("https://hinode-gr.jp/wpcms/wp-content/themes/hinode-2025/asset/images/icon-pdf-blk.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transition: transform ease .4s;
  transform: translateY(-50%);
}
.mgn-left-50 {
  margin-left: 50%;
}
.mgn-left-34 {
  margin-left: 34%;
}
@media not all and (min-width: 769px) {
  .mgn-top-sp-header-height {
    margin-top: 72px;
  }
  .page-header {
    margin-top: 72px;
    padding-top: 24px;
    padding-bottom: 48px;
  }
	.page-header-low {
		margin-top: 36px;
  padding-block: 24px;
}
	.support-hdr{/*2025*/
	padding-top: 0;
}
  .txt-lead {
    padding-top: 0;
  }
  .page-hero.company-hero {
    height: 100%;
  }
  .company-message-img {
    width: 100%;
    height: 100vw;
  }
  .page-imgs-wrp img:nth-child(3) {
    margin-bottom: 32px;
  }
  .page-imgs-l {
    width: 100%;
  }
  .page-imgs-s {
    width: 48%;
  }
  .company-table th, .company-table td {
    width: 100%;
    display: block;
  }
  .company-table th {
    border-top: 0;
    border-bottom: 0;
  }
  .company-table td {
    padding-top: 0;
    border-top: 0;
  }
  .tag-list-wrp {
    padding: 0;
    background-color: #fff;
    margin-bottom: 40px;
  }
  .tag-list-wrp li a {
    float: left;
    border: 1px solid #707070;
    border-radius: 20px;
    background-color: #fff;
    font-size: .8125em;
    padding: .875em 1em;
    display: inline-block;
    margin-bottom: .5em;
    margin-right: .5em;
  }
  .faq-txt {
    width: calc(100% - 64px);
  }
  .preview-img-wrp .page-imgs-s {
    width: 100%;
    margin-bottom: 32px;
  }
  .mgn-left-50, .mgn-left-34 {
    margin-left: 0;
  }
	.over-left.support-swiper{
	margin-left: 0;
		overflow:visible
}
	.support-swiper .swiper{
				margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
	}
}
/***********************************************
CONTACT****************************************/


.tbl-hdr {
  padding: 16px 1.8em 16px 0;
  width: 35%;
  vertical-align: top;
}
.form-item-wide {
  width: 100%;
}
.answer {
  padding: 16px 0;
  width: 68%;
}
.form-item-wide {
  width: 100%;
}
.hissu {
  color: #f00;
  font-size: 1.1rem;
  font-weight: 500;
}
.mwform-checkbox-field label, .mwform-radio-field label {
  font-weight: 100;
  margin-right: 2em;
}
input[type=submit] {}
input[type="text"], input[type="email"], textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 1em;
  background: #fafafa;
}
::placeholder {
  color: #999;
  font-size: 1.3rem;
  font-weight: 100;
}
.mwform-radio-field {
  display: block;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.checkbox-border {
  background: #fafafa;
  border: 1px solid #ccc;
  padding: 1em;
}

.contact-index .btn-50.float-r {
  float: none;
}
@media not all and (min-width: 769px) {

  .contact-img {
    position: initial;
    display: block;
    margin: 0 auto 32px;
    width: 242px;
  }
  .tbl-hdr, .answer {
    width: 100%;
    display: block;
  }
  .tbl-hdr {
    line-height: 1;
  }
  .answer {
    border-bottom: 1px solid #cacaca;
    padding-top: 0;
  }
}
/********************************************
CARD****************************************/
.card-3 {
  width: 30%;
	position: relative;
}
.l-flex-wrp:has(.card-3)::after{
 content:"";
  display: block;
  width:30%;
}
@media only screen and (max-width: 769px) {
  .card-3 {
    width: 100%;
    max-width: 100%;
  }
}
/********************************************
INDEX****************************************/
/*HERO*/

.hero {
  width: 100%;
  height: 100svh;
  background-color: #F4F4F4;
  position: relative;
  overflow: hidden;
  z-index: 4;
}
.hero .swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.hero .swiper-slide {
  width: 100%;
  height: 100%;
}
.hero .swiper-slide picture {
  width: 100%;
  height: 100%;
  display: block;
}
.hero .swiper-slide img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  display: block;
	animation: herozoom 7s linear 0s normal both;
}

@keyframes herozoom {
  0% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}

/*BRAND*/
.title-3em {/*2025 index*/
	font-size: clamp(2.5rem, 2.357rem + 0.71vw, 3rem);
 line-height: 1.4;
  font-weight: 400;
  position: relative;
  margin-bottom: .8em;
	text-wrap: balance;
}
/*SUPPORT*/
.title-2em {/*2025 support*/
	font-size: 1.5rem;
 line-height: 1.4;
  font-weight: 400;
  position: relative;
  margin-bottom: .8em;
}
.title-2em span,
.title-3em span {
  display: flex;
  align-items: center;
  font-size: .8125rem;
 font-weight: 500;
  position: relative;
  color: var(--txt-color-secondary);
	margin-bottom: .75em;
}
.title-3em span::after,
.title-2em span::after{
  content: "";
  height: 1px;
  background: var(--txt-color-secondary);
  display: block;
  margin-left: 16px;
  width: 80px;
}
.bg-tertiary .title-3em span {
  color: #fff;
}
.bg-tertiary .title-3em span::after{
  background: #fff;
}
.brand-copy .txt-lead-2025 {
	font-size: 1.125rem;
}
.brand-copy.l-flex-wrp{
	align-items: flex-end; /* 下辺揃えのために追加 */
}

/*PRODUCTS*/
.index-product-wrp{
 
}
.over-left{
 margin-left: -6%;
 overflow: hidden;
}
.over-right{
 margin-right: -6%;
 overflow: hidden;
}
/*
.index-product-wrp .l-w-25:not(:nth-child(4)) img{
  border-right: 1px solid #fff;
}
*/
.index-product-txt-wrp{
 padding-right: 1.5em;
}
.index-product-txt-wrp h3.title-middle{
	font-size: 1.25rem;
	font-weight: 500;
}

@media only screen and (max-width: 769px) {
	
	.front-page .brand-copy .l-w-66{
		margin-bottom: var(--size-ex-low);
	}
 .index-product-wrp .l-w-25:nth-child(1),
 .index-product-wrp .l-w-25:nth-child(2){
  margin-bottom: 40px;
}
 
 /*.title-3em {
	font-size: 2.5rem;
}*/

}


/*SLIDER****************************************/


.index-product-logo-wrp img {
  height: 38px;
  margin-right: 2em;
  margin-bottom: 1.5em;
  opacity: 1;
  transition: opacity .2s ease-out;
}
.index-product-logo-wrp img:hover {
  opacity: .4
}
.index-feature-wrp {
  width: 90%;
  margin-left: 10%;
}
.index-feature {
  width: 100%;
}
.index-feature-wrp .title-middle span {
  color: var(--main-color-2025);
  font-size: 2rem;
}
.index-feature-txt {
  width: 42%;
}
.index-feature-img {
  width: 48%;
}

/*2024*/
.index-product-card{
	position: relative;
	opacity: 1;
	transition: opacity .2s ease-out;
	font-size: .875rem;
	margin-bottom: 48px;
}
.index-product-card:hover{
	opacity: .5;
	cursor:pointer;
}
.index-product-card a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.product-thumb{
	width: 88px;
}
.product-meta{
	width: 66%;
}
.product-meta h5{
	line-height: 1;
}

/*2024 5D*/
.concept-5d-wall{
	width: 55%;
}

@media only screen and (max-width: 769px) {
    .hero-title-wrp{
    top: 50%;
    }
  .index-feature-wrp, .index-feature-txt, .index-feature-img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .index-feature-txt {
    margin-bottom: var(--size-ex-lower);
  }
	.concept-5d-wall{
	width: 90%;
}
}
@media only screen and (max-width: 769px) and (max-height: 667px) {
    .hero-title-wrp{
    top: 40%;
    }
}
/*****************************************************
INDEX JOURNAL LIST 2025*/

.card-4 {
  width: 22.84%;
 position: relative;
}

.card-4 .title-small{
	font-size: 1rem;
	font-weight: 500
}
@media only screen and (max-width: 769px){
	 .card-4{
    width: 48%;
  }
.card-4:nth-child(1),
.card-4:nth-child(2) {
    margin-bottom: var(--size-ex-low);
  }

}
/*****************************************************
INDEX NEWS LIST*/
.entry-thumb {
  position: relative;
  overflow: hidden;
	aspect-ratio:3/2
}
.entry-thumb a img {
  transition: all ease .2s;
  height: 100%;
	width: 100%;
	object-fit: cover;
}
.entry-thumb a img:hover {
  transform: scale(1.1)
}
.entry-badge {
  font-size: .75rem;
  color: #fff;
  text-align: center;
  padding: .5em 1.25em;
  position: absolute;
  z-index: 2;
  background-color: var(--main-color-2025);
  top: 1em;
  left: -.5em;
	line-height: 1;
}
.entry-badge:after{
  content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent var(--main-color-2025) transparent transparent;
    border-width: 0 8px 8px 0;
}
.entry-list-meta{
	line-height: 1;
	width: 100%;
}
.entry-list-meta * {
  display: inline;
  line-height: 1;
  font-size: .875rem
}
.entry-title {
  line-height: 1.75;
}
.entry-list .title-small.entry-title{
	font-size: 1rem;
	font-weight: 500;
	width: 100%;
}
/**********************************************
PEOJECT****************************************/

.card-swiper-inner {
  position: relative;
  box-sizing: content-box;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 10%;
}
[class*=swiper]:focus {
  outline: none;
}
/*
.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  transition: var(--transition);
}
.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
}
.swiper-button-prev::after, .swiper-button-next::after {
  width: .4rem;
  height: .4rem;
  content: "";
  border: solid 1px #fff;
  border-width: 1px 1px 0 0;
}
.swiper-button-prev::after {
  margin-left: 0.2rem;
  transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 0.2rem;
  transform: rotate(45deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
*/
.card-swiper {
  overflow: hidden;
}
.card-swiper .swiper {
  overflow: visible;
}
/*
.card-swiper .swiper-controller {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 3.2rem;
}
.card-swiper .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  justify-content: flex-start;
  margin: 0 auto 0 0;
  text-align: center;
}
.card-swiper .swiper-pagination-bullet {
  width: 1.6rem;
  height: 1px;
  cursor: pointer;
  transition: var(--transition);
  vertical-align: top;
  background-color: #fff;
}
.card-swiper .swiper-pagination-bullet-active {
  width: 4rem;
  background-color: #c00;
}
.card-swiper .swiper-button-prev, .card-swiper .swiper-button-next {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: var(--transition);
}
.card-swiper .swiper-button-prev:hover, .card-swiper .swiper-button-next:hover {
  background: #ccc;
  border: none;
}
.card-swiper .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
*/
.card-swiper .slide {
/*  overflow: hidden;*/
  width: 26%;
}
/*
.card-swiper .slide-content {
  padding-block: 1rem;
}
*/
.card-swiper .slide-title {
/*
  font-size: .875rem;
	font-weight: 300;
	line-height: 2;
*/
}

.index-journal-wrp .entry-thumb{
	aspect-ratio: 4/5;
}

@media not all and (min-width: 1025px) {
  .card-swiper-inner {
    /*	padding: 0 4rem;*/
    padding: 0 5%;
  }
	.card-swiper .swiper-controller {
  margin-bottom: 1rem;
}
}
@media not all and (min-width: 769px) {
  .card-swiper .slide {
    width: 22rem;
  }
}

.projedt-hdr-category-list{
	margin-top: 1em;
}

.projedt-hdr-category-list li{
	display: inline;
	margin-right: 1em;
}
.projedt-hdr-category-list li:first-child{
	margin-right: 0;
}

.entry-list-category-wrp {
  font-size: .9375em;
	margin-bottom: .5em
}
.entry-list-category-wrp a:hover{
	text-decoration: underline;
}
.entry-category-title::after{
	content: ', '
}
.entry-category-title:last-child::after{
	content: '';
}
.entry-list-tag-wrp, .entry-list-tag-wrp a {
  font-size: .8755em;
}
.entry-list-tag-wrp a {
  color: #999;
	position: relative;
	padding-left: 1.8em;
	margin-left:.5em;
}
.entry-list-tag-wrp a::before{
	content: url(https://hinode-gr.jp/wpcms/wp-content/themes/hinode-2025/asset/images/icon-tag-666.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  transition: transform ease .2s;
}
.entry-list-tag-wrp a:hover::before{
	content: url(https://hinode-gr.jp/wpcms/wp-content/themes/hinode-2025/asset/images/icon-tag.svg);
	width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 0;
}

/*PROJECT LIST*/
.works-thumbs-box-mgn-bottom {
  margin-bottom: 52px
}
.entry-list-wrp-3:after {
  content: "";
  display: block;
  width: 25%;
  height: 0;
}
.entry-list-wrp-3 .entry-list {
  width: 26.6%;
  margin-bottom: 96px;
  position: relative;
}
.entry-list-wrp-3 .entry-list:nth-child(3n) {
  margin-right: 0;
}
.entry-list-img {
  margin-bottom: 24px;
}
.entry-category {
  font-size: 1rem;
}
.entry-list .entry-category {
  margin-bottom: .3em;
}
.entry-list-wrp-6 .entry-list {
  width: 15%;
  position: relative;
  margin-right: 2%;
}
.entry-list-wrp-6 .entry-list:nth-child(6) {
  margin-right: 0;
}
.entry-list-wrp-6 .entry-list .entry-list-img {
  margin-bottom: 16px;
}
/*PROJECT ENTRY*/
.project-entry-body h2,
.project-entry-body h3,
.project-entry-body h4{
  margin-bottom: 1em;
}
.project-entry-imgs-wrp {}
.project-entry-imgs-wrp img {
  width: 48%;
  margin-bottom: 48px;
}
.project-data-hdr {
  width: 24%;
  text-align: right;
}
.project-data a,
.project-entry-body a{
  text-decoration: underline;
}
@media not all and (min-width: 769px) {
  .entry-list-wrp-3 .entry-list {
    width: 100%;
    margin-bottom: 96px;
  }
  .entry-list-img {
    margin-bottom: 16px;
  }
    .project-data-hdr {
  width: 100%;
  text-align: left;
}
    .project-entry-body img{
        max-width: 100%!important;
    }
}


/**********************************************
BRAND 2025****************************************/

.btn-round-list{}

.btn-round-list li{
	display: inline-block;
	margin-right: .75em;
}
.suport-hdr-btns.btn-round-list li{
	display:block;
	margin-right:0;
}

.office-img{
	width: 40%;
}
@media not all and (min-width: 769px) {
	.office-img{
	width: 100%;
		margin-bottom: 2em;
}
}


/**********************************************
JOURNAL****************************************/
/*.entry-category a:hover, */
.aside-tag-list a:hover {
  text-decoration: underline;
}
.journal-aside {
  width: 26.625%;
}
.card-2 {
  width: 46.15%;
	position: relative;
}
.aside-inner {
  border-radius: 20px;
  padding-bottom: 28px;
  padding-top: 28px;
  margin-bottom: 40px;
}
.aside-inner .title-bold {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 28px;
  line-height: 1;
}
.aside-inner .title-bold.aside-title {
  border-bottom: 1px solid var(--line-color);
  margin-bottom: 28px;
}
.aside-inner .aside-entry-list-item {
  border-top: 1px solid var(--line-color);
  padding-left: 20px;
  padding-right: 20px;
}
.aside-entry {
  padding-bottom: 28px;
  padding-top: 28px;
}
.aside-entry-title {
  width: 54%;
  font-size: .9375rem;
}
.aside-entry-thumb {
  width: 34%;
}
.aside-tag-list {
  padding-left: 20px;
  padding-right: 20px;
}
.aside-tag-list li{
	display: inline;
	font-size: .9375rem;
	position: relative;
	padding-left: 1.5em;
	margin-right: .5em;
}

.aside-tag-list li a::before{
	content: url(https://hinode-gr.jp/wpcms/wp-content/themes/hinode-2025/asset/images/icon-tag.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  transition: transform ease .2s;
}
.journal-entry .entry-txt h3{
	font-size: 1.25rem;
	font-weight: 700;
}
.journal-entry .entry-txt h4{
	font-size: 1rem;
	font-weight: 700;
}
.journal-entry .entry-txt a{
	text-decoration: underline
}
.journal-entry .entry-txt ul {
	margin-left: 1.5em;
    list-style: disc;
} 
.journal-entry .entry-txt ol {
    margin-left: 1.5em;
    list-style: decimal;
}
.wp-caption-text{
	margin-top: 2em;
	font-size: .9375rem;
	color: #00000080;
}

.journal-search {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
.journal-search input[type="text"] {
  width: 100%;
  border: 1px solid var(--line-color);
  border-radius: 28px;
  padding: .25em 1em;
  background: #fff;
  font-size: 1rem;
  line-height: 1;
  color: #000;
}
.journal-search input[type="submit"] {
  position: absolute;
  top: 7px;
  right: 12px;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: none;
  background-image: url("https://hinode-gr.jp/wpcms/wp-content/themes/hinode-2025/asset/images/icon-search.svg");
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
}
@media not all and (min-width: 769px) {
  .journal-aside, .card-2 {
    width: 100%;
  }
  .entry-body {
    margin-bottom: var(--size-high-s);
  }
    
    .journal-entry .entry-list-tag-wrp{
        margin-bottom: 40px;
    }
}
/*****************************************************
PRODUCT**/
.product-index-page-title {
  position: absolute;
  top: 0;
  left: 5%;
  width: 100%;
  height: 100%;
  text-align: left;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: center;
  padding-right: 5%
}
.product-index-page-title .title-large span {
  color: #fff;
}
.product-index-page-title .title-large.with-english span::after {
  background: #fff;
}
.product-index-hero {
  height: 50vw;
}
.product-card-txt {
    padding: 40px;
}
.product-card-img {
  overflow: hidden;
  position: relative;
  opacity: 1;
}
.product-card-img a {}
.product-card-img img {
  transition: all ease .2s;
	min-height: 320px;
/*  height: 100%;*/
}
.product-card-img img:hover {
  transform: scale(1.1)
}

.product-card-logo{
	margin-bottom: 24px;
}
.product-card-logo-dimpleshade img {
	width: 135px;
  height: 50px;
	margin-bottom: 24px;
}
.product-card-logo-ranma img {
  height: 36px;
	margin-bottom: 38px;
}
.product-card-logo-frameline img {
  height: 50px;
	margin-bottom: 24px;
}
.product-card-logo-calmpanel img {
  height: 50px;
	margin-bottom: 24px;
}
.product-card-logo-partskul img {
  height: 32px;
	margin-bottom: 42px;
}
.product-card-logo-snake img {
  height: 40px;
	margin-bottom: 34px;
}
.product-card-logo-deco img {
  height: 32px;
	margin-bottom: 42px;
}
.product-card-logo-3dobject img {
  height: 44px;
	margin-bottom: 30px;
}
.product-card-logo-umeru img,
.product-card-logo-mekru img{
  height: 32px;
	margin-bottom: 42px;
}
.box-4-wrp {
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.box-4 {
  width: 22.84%;
  text-align: center;
  background-color: #eee;
}
.box-4-inner {
  padding: 4vw 2.4vw;
}
.box-4-num {
  background-color: var(--main-color-2025);
  color: #fff;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  display: block;
  margin: 0 auto 1em;
  border-radius: 50%;
}
.deco-product-mix-logo { /*DECO*/
  height: 48px;
  margin-bottom: 40px;
}
/*製品サムネイル*/
.card-5 {
  width: 18.1091%;
  margin-right: 2.36%;
  margin-bottom: 80px;
  float: left;
}
.card-5:nth-child(5n) {
  margin-right: 0;
}
.card-5 .entry-thumb {
  overflow: hidden;
  aspect-ratio: 2/3;
  margin-bottom: 1em;
}
.card-5 .entry-thumb.dimpleshade-item {
  aspect-ratio: auto;
}
.card-5 .entry-thumb.snake-thumb {
  aspect-ratio: 1/2;
  border: none;
}
.card-5 .entry-thumb.thumb-square {
  aspect-ratio: 1/1;
  border: none;
}
.ds-card-wrp .card-5 .entry-thumb a img {
  transition: all ease .2s;
  margin-bottom: 1em;
}
.ds-card-wrp .card-5 .entry-thumb a img:hover {
  transform: scale(1.1)
}
/*塗装*/
.paint-wrp .slider img {
  margin-bottom: 1em;
}
.paint-wrp .slider-title {
  position: static;
  color: var(--txt-color);
	margin-top: 1.5em;
  padding-left: 5%;
  padding-right: 5%;
  font-weight: 700;
}
.ds-category-hdr {
  font-weight: 700;
  padding-top: 1em;
  padding-bottom: 1em;
}
.ds-category-hdr-anchor a span {
  position: relative;
}
.ds-category-hdr-anchor a span::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: var(--txt-color);
  bottom: -8px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .2s;
}
.ds-category-hdr-anchor a span:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.btn-circle-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
	padding-bottom: .15em;
	border-bottom: 1px solid var(--main-color-2025);
	margin-right: 1.5em;
}
.bg-tertiary .btn-circle-arrow{
 color: #fff;
 border-bottom: 1px solid #fff;
}

.btn-circle-arrow::after {
  content: url("https://hinode-gr.jp/wpcms/wp-content/themes/hinode-2025/asset/images/btn-circle-arrow.svg");
  position: absolute;
  right: -1.5em;
  top: 33%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  transition: transform ease .2s;
}

.btn-circle-arrow:hover::after {
  content: url("https://hinode-gr.jp/wpcms/wp-content/themes/hinode-2025/asset/images/btn-circle-arrow-hover.svg");
  transform: translateX(30%) translateY(-50%);
}
.product-entry-logo-dimpleshade {
  height: 80px;
}
.product-entry-logo-ranma{
  height: 56px;
}
.product-entry-logo-deco,
.product-entry-logo-partskul  {
  height: 40px;
}
.partskul-kenten {
  position: absolute;
  right: 5%;
  bottom: 40px;
  z-index: 2;
}
.kenten-txt {
  line-height: 64px;
  padding-left: 1em;
  color: #fff;
}
.kenten-logo {
  width: 64px;
  height: 64px;
}
.youtube-wrp iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.btn-project {
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  padding: 2em;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  font-size: 0.9375rem;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 4/1;
  color: var(--txt-color);
  position: relative;
  z-index: 1;
  transition: .2s;
  overflow: hidden;
  border: 1px solid var(--line-color)
}
.btn-project::before {
  content: "";
  background-image: url("https://hinode-gr.jp/wpcms/wp-content/themes/hinode-2025/asset/images/btn-project-img.jpg");
  background-size: cover;
  background-position: center center;
  width: 36%;
  height: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: transform ease .2s;
}
.btn-project.btn-dimpleshade-index::before {
  background-image: url("https://hinode-gr.jp/wpcms/wp-content/themes/hinode-2025/asset/images/btn-dimpleshade-img.jpg");
}
.btn-project span {
  position: absolute;
  left: 46%;
  top: 46%;
  display: inline-block;
}
.btn-project span::after {
  content: "";
  width: 10px;
  height: 7px;
  background-image: url("https://hinode-gr.jp/wpcms/wp-content/themes/hinode-2025/asset/images/btn-arrow-right.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: -1.5em;
  top: 46%;
  transition: transform ease .2s;
  transform: translateY(-30%);
}
.btn-project:hover {
  background-color: var(--bg-tertiary);
  color: #fff;
  border: 1px solid #fff
}
.btn-project:hover::before {
  transform: scale(1.1);
}
.btn-project:hover span::after {
  transform: translateX(8px) translateY(-30%);
  background-image: url("https://hinode-gr.jp/wpcms/wp-content/themes/hinode-2025/asset/images/btn-arrow-right-white.svg");
}
/*G-Style*/
.title-small.gstyle-item-title {
  border-top: 1px solid var(--main-color-2025);
  border-bottom: 1px solid var(--main-color-2025);
  padding: 1em 0;
  line-height: 1;
  margin-bottom: 48px;
}
.title-middle.gstyle-item-title span {
  font-size: 1rem;
  display: inline;
}
.gstyle-light-imgs,
.gstyle-letter-img{
  align-items: flex-start;
}
.gstyle-light-img {
  width: 50%;
  height: auto;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}

.gstyle-letter-img {
    width: 100%;
  height: auto;
  position: relative;
    overflow: hidden;
}
.gstyle-light-img::before,
.gstyle-letter-img::before,
.gstyle-item-fig::before {
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  content: url("https://hinode-gr.jp/wpcms/wp-content/themes/hinode-2025/asset/images/icon-zoom.svg");
}
.gstyle-light-img img,
.gstyle-letter-img img,
.gstyle-item-fig img{
  transition: all ease .2s;
}
.gstyle-light-img img:hover,
.gstyle-letter-img img:hover,
.gstyle-item-fig img:hover{
  transform: scale(1.1)
}
.zoom-overlay-open .gstyle-light-img,
.zoom-overlay-open .gstyle-letter-img,
.zoom-overlay-open .gstyle-letter-fig{
  overflow: visible;
}
.gstyle-letter-table {}
.gstyle-letter-table th, .gstyle-letter-table td {
  border-bottom: 1px solid var(--line-color);
  padding-top: .75em;
  padding-bottom: .75em;
  vertical-align: top;
  text-align: left;
  font-size: .9375rem;
}
.gstyle-letter-table th {
  width: 50%;
  font-weight: 400;
}
.gstyle-item-fig {
  width: 33%;
  position: relative;
}
/*塗装スライダー*/
.index-slick-slider{
	position: absolute;
	left: 0;
	top: -95px;
    background-color: rgba(255,255,255,0);
}
.slick-slider.slick-slide{
	margin-left: 8px;
	margin-right: 8px;
}
.slide-frm{
    overflow: hidden;
    margin-bottom: 0;
}
.index-slick-slider .slick-slider a img{
	transition: all ease .2s;
}
.index-slick-slider .slick-slider a img:hover{
	transform: scale(1.1)
}

.slick-dots{
	bottom: -56px!important;
}
.slick-dots li button:before
	{
		opacity: 1!important;
    color: var(--line-color)!important;
		font-size: 12px!important;
}
.slick-dots li.slick-active button:before
	{
		opacity: 1!important;
    color: var(--main-color-2025)!important;
		font-size: 18px!important;
}
@media not all and (min-width: 769px) {
  .page-hero.product-index-hero {
    height: 100%;
    background: #ff0;
  }
  .product-card {
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.6);
    margin-bottom: 40px;
  }
  .product-card:last-child {
    margin-bottom: 0;
  }
  .product-card-img {
    background-color: #ddd;
  }
  .product-card-img img {
    width: 100%;
    height: 100%;
  }
  .product-card-txt {
    padding: 10% 8%;
  }
  .box-4, .card-5 {
    width: 48%;
  }
	
  .card-5 {
    margin-bottom: 40px;
    margin-right: 4%;
  }
  .card-5:nth-child(5n) {
    margin-right: 4%;
  }
  .card-5:nth-child(even) {
    margin-right: 0;
  }
	 .card-5:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
	
  .box-4:nth-child(1), .box-4:nth-child(2) {
    margin-bottom: 1em;
  }
  .box-4 .title-bold {
    font-size: .9375rem;
  }
	.box-4-inner {
  padding: 6vw 2.4vw;
}
  .kenten-txt {
    line-height: 1.4;
  }
  .gstyle-item-fig {
    width: 80%;
    margin: 0 auto;
  }
	.gstyle-letter-img::before,
	.gstyle-item-fig::before {
		display: none;
	}
}
/*****************************************************
PAGE NAVI*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 136px;
  line-height: 1;
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 .75em;
  white-space: nowrap;
  text-decoration: underline;
  padding: 0;
  border: 0;
}
.wp-pagenavi a:hover {
  color: var(--main-color-2025) !important;
  font-weight: 500;
  text-decoration: none;
}
.wp-pagenavi span.pages {
  margin-right: 1em;
  border: none;
  background: none;
  text-decoration: none;
  display: none;
}
.wp-pagenavi a.last {
  margin-left: 1em;
  border: none;
}
/*.page,*/
.nextpostslink img, .previouspostslink img, .extend, .pager img {
  display: inline-block;
  vertical-align: middle;
}
.wp-pagenavi span.current {
  text-decoration: none;
  display: inline-block;
  color: var(--main-color-2025) !important;
  font-weight: 500;
}
.pager {
  border-bottom: 1px dotted var(--line-color);
  border-top: 1px dotted var(--line-color);
  padding-top: 1.8em;
  padding-bottom: 1.8em;
  font-size: .875rem;
}
.pager-item {
  width: 33.3333%;
}
.btn-prev {
  text-align: left;
  padding-right: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.btn-next {
  text-align: right;
  padding-left: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pager-entry {
  vertical-align: middle;
}
.pager-anchor {
  line-height: 1;
}
.btn-prev span, .btn-prev .pager-title {
  margin-right: 1em;
}
.btn-next span, .btn-prev .pager-title {
  margin-left: 1em;
}
.btn-prev .pager-title, .btn-next .pager-title {
  padding-bottom: 2em;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media not all and (min-width: 769px) {
  .pager {}
  .pager div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.4;
    padding-top: .6em;
    padding-bottom: .2em;
  }
  .pager-item img {
    display: none;
  }
  .btn-prev {}
  .btn-next {
    text-align: right;
  }
  .pager .txt-c {
    display: none;
  }
}
/**********************************************************************************************************
HOVER******************************************************/
@media (hover: hover) {
  a:hover {
    color: #202020;
  }
  a.link-arrow:hover {
    color: var(--txt-color);
  }
  .gnavi-list a:hover {
    color: #9DB1BC;
  }
  .page:hover, .nextpostslink:hover, .previouspostslink:hover, .extend:hover {
    color: var(--txt-color);
    opacity: 1;
  }
}
@media (hover: none) {
  a:active {
    color: #202020;
  }
  a.link-arrow:active {
    color: var(--txt-color);
  }
  .gnavi-list a:active {
    color: #9DB1BC;
  }
  .page:active, .nextpostslink:active, .previouspostslink:active, .extend:active {
    color: var(--txt-color);
    opacity: 1;
  }
}
/*****************************************************
CTA */

.cta-wrp{/*2025*/
	border-top: 1px solid var(--bg-secondary);
	border-bottom: 1px solid var(--bg-secondary);
}
.cta {
  height: auto;
  background-image: linear-gradient(145deg, rgba(0, 74, 155, 1) 24%, rgba(229, 55, 39, 1) 93%);
  color: #fff;
}
.cta .title-large::before {
  background-color: #fff;
}
.cta-contact-wrp {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.cta-contact {
  width: 100%;
  max-width: 854px;
}
.cta-contact-50 {
  width: 50%;
}
.cta-contact-50:first-child {
  border-right: 1px solid rgba(255, 255, 255, .3);
  padding-right: 6%;
  padding-left: 12%;
}
.cta-contact-50:last-child {
  padding-left: 6%;
  padding-right: 6%;
}
.cta-phone {
  line-height: 1;
}
.cta-phone a{
	color: #fff;
}
.cta-phone span {
  background-image: url("https://www.hinode-gr.jp/wpcms/wp-content/themes/hinode/asset/images/icon-phone-white.svg");
  padding-left: 48px;
  background-repeat: no-repeat;
	background-size: 36px;
  display: flex;
  align-items: center;
	color: #fff;
}
.hover-cover {
  position: relative;
}
.hover-cover-anchor {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color ease .4s;
}
.hover-cover-anchor:hover {
  background-color: rgba(255, 255, 255, .25)
}
@media not all and (min-width: 1025px) {
	.cta-contact-50:first-child {
		padding-left: 6%;
}

}
@media not all and (min-width: 769px) {
  .cta-contact-50 {
    width: 100%;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .cta-contact-50:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    border-right: none;
  }
		.cta-phone span {
	background-size: 28px;
}
}
/*****************************************************
DRAWER */
.btn-drawer {
  display: none;
  position: fixed;
  top: 21px;
  right: 5%;
  width: 30px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  transition: top .4s ease-out !important;
  z-index: 9999;
	opacity: 1 !important; /* 追加 */
    visibility: visible !important; /* 追加 */
}
.openbtn1 {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 20px;
}
/*ボタン内側*/
.openbtn1 span {
  display: inline-block;
  transition: all .2s;
  position: absolute;
  left: 0;
  height: 2px;
  background: var(--txt-color);
  width: 100%;
}
.openbtn1.hdr-index-white-txt span {
  background: #fff;
}
.openbtn1 span:nth-of-type(1) {
  top: 0;
}
.openbtn1 span:nth-of-type(2) {
  top: 9px;
}
.openbtn1 span:nth-of-type(3) {
  top: 18px;
}

.openbtn1.hum-active span:nth-of-type(1) {
  top: 0;
  left: 0;
  transform: translateY(6px) rotate(-45deg);
  width: 100%;
	background: #fff;
}
.openbtn1.hum-active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.hum-active span:nth-of-type(3) {
  top: 12px;
  left: 0;
  transform: translateY(-6px) rotate(45deg);
  width: 100%;
	background: #fff;
}
.drawer {
  display: block;
  position: fixed;
  background: var(--main-color-2025);
  padding: 3%;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease-out;
  overflow: auto;
  z-index: 9997;
  color: #fff;
  font-size: .9375rem;
  font-weight: 500;
	border:12px solid #fff;
}
.drawer.drawer-open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  left: 0;
}
.drawer-logo{
	text-align: center;
}
.drawer-menu {
  height: 100%;
  width: 100%;
  list-style: none;
  position: relative;
}
.drawer-menu-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-inline: 5%;
  padding-block: 10%;
}
.drawer-list {
  padding: 1.2em 0;
  letter-spacing: .1em;
  line-height: 1;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  text-align: left;
}
.drawer-list::after {
  content: "";
  width: 10px;
  height: 7px;
  background-image: url("https://hinode-gr.jp/wpcms/wp-content/themes/hinode-2025/asset/images/btn-arrow-right-white.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transition: transform ease .4s;
  transform: translateY(-30%);
}
.drawer-list-details::after {
  width: 12px;
  height: 12px;
  background-image: url("https://hinode-gr.jp/wpcms/wp-content/themes/hinode-2025/asset/images/btn-details-white.svg");
  transform: translateY(-50%);
}
details[open] .drawer-list-details::after {
  background-image: url("https://hinode-gr.jp/wpcms/wp-content/themes/hinode-2025/asset/images/btn-details-close-white.svg");
transform: translateY(-20%);
}
.drawer-list-wrp {
  border-top: 1px solid #fff;
}

.drawer-product-list {
  padding: 1em 0 1em .5em;
  font-size: .8rem;
}
.drawer-product-list-title {
  padding-top: .5em;
  font-weight: 300;
  font-size: .8rem;
}
.drawer-product-list li {
  padding: .25em 0;
}
.drawer-credit {
  margin-top: 24px;
}
.drawer .btn {
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1;
}
a.drawer-list, .drawer-product-list a {
  color: #fff;
}
a.btn {
  color: var(--main-color-2025);
}
@media screen and (max-width: 1040px) {
  .btn-drawer {
    display: block;
  }
}