﻿@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/*--------------------------------------------------------*/

html,
body,
div,
span,
main,
header,
footer,
section,
::before,
::after,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
em,
small,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tr,
th,
td,
input,
button,
textarea,
select,
option {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

ol,
ul {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
  box-shadow: #000 0 0 0;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}

select:focus-visible {
  outline-color: #000;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

svg {
  width: 100%;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
/* input[type="radio"], ← この行を削除またはコメントアウト */
/* input[type="checkbox"], ← チェックボックスも同様に除外することを推奨 */
button {
  -webkit-appearance: none; /* Webkit系ブラウザ用 */
  appearance: none; /* 標準の書き方（併記を推奨） */
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  border-radius: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

/* ========================================

common

======================================== */
.en_l {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0;
}

.en_r,
.property_list ul li .box_text dd.floor em,
.property_list ul li .box_text dd.floor small,
.property_list ul li .box_text dd.price em,
.blog_list li:not(.headline) .date,
.header .btn_nav .title,
.fix_inquiry .tel,
.footer_sub .copyright {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0;
}

.en_b {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  letter-spacing: 0;
}

.num_m,
.footer_info_num em {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0;
}

.is-fade > *:not(.is-not) {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-fade > .is-not {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-fade.fadeIn > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.box-fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.box-fade.fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.svg.c_white svg {
  fill: #fff;
}
.svg.c_black svg {
  fill: #000;
}

.sns_icon {
  width: 102%;
  display: block;
  font-size: 3rem;
}

.sns_icon-wh {
  width: 102%;
  display: block;
  font-size: 3rem;
  color: #fff;
}

.img-fit {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.img-fit::before {
  width: 100%;
  height: 0;
  content: "";
  display: block;
  padding-top: 100%;
  position: relative;
}
.img-fit img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.l_tel {
  pointer-events: none;
}

@media screen and (max-width: 800px) {
  .l_tel {
    pointer-events: auto;
  }
}
@-webkit-keyframes slide_loop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes slide_loop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
._frame {
  position: relative;
}
._frame::before {
  width: 100%;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #000;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

._frame2 {
  position: relative;
}
._frame2::after {
  width: 100%;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #000;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

/* ========================================

_link

======================================== */
._link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._link .text {
  position: relative;
}
._link .text::before,
._link .text::after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.4em;
  border-bottom: 1px dotted #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
._link .text::after {
  border-style: solid;
  opacity: 0;
}

._link .arrow {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 10px;
  border: 1px solid #000;
  border: 1px solid #ffa500;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* アイコンの基本スタイル */
._link .arrow i {
  font-size: 11px;
  color: #000; /* 通常時は黒 */
  color: #ffa500;
  transition: color 0.3s;
}

/* 白バージョン(.arrow._wht)のスタイル */
._link .arrow._wht {
  border-color: #fff;
}
._link .arrow._wht i {
  color: #fff;
}

/* === ホバーエフェクト（PC表示時） === */
@media screen and (min-width: 800px) {
  /* テキスト下線のホバー */
  ._link a:hover .text::before {
    opacity: 0;
  }
  ._link a:hover .text::after {
    opacity: 1;
  }

  /* アイコンの円のホバー */
  ._link a:hover .arrow {
    background-color: #000;
    background-color: #ffa500;
  }

  /* アイコン自体のホバー：色を白に変更 */
  ._link a:hover .arrow i {
    color: #fff;
  }

  /* 反転バージョン(_inv)のホバー */
  ._link._inv:hover .arrow {
    border-color: #000;
    background-color: transparent; /* 背景色は透明のまま */
  }
  ._link._inv:hover .arrow i {
    color: #000;
  }
}

/* === スマホ表示時の調整 === */
@media screen and (max-width: 800px) {
  ._link .text::before,
  ._link .text::after {
    bottom: -0.5em;
  }
}
/* ========================================

common

======================================== */
.hl {
  font-size: clamp(22px, 2.7693vw, 36px);
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 800px) {
  .hl {
    font-size: clamp(20px, 6.4vw, 24px);
    line-height: 1.25;
  }
}
/* ========================================

page_title

======================================== */
.page_title:not(.oth) {
  width: calc(100% - 80px);
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
}
.page_title:not(.oth) .img {
  position: relative;
  z-index: 1;
}
.page_title:not(.oth) .img img {
  border-radius: 5px;
}
.page_title:not(.oth) h1 {
  color: #fff;
  font-size: clamp(64px, 8vw, 96px);
  letter-spacing: -0.05em;
  position: absolute;
  left: 80px;
  bottom: 90px;
  z-index: 2;
}
.page_title:not(.oth) h1::after {
  width: 100%;
  height: 4px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -12px;
  background-color: #fff;
  -webkit-transition: all 1.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 1.6s cubic-bezier(0.25, 1, 0.5, 1);
}

@media screen and (max-width: 800px) {
  .page_title:not(.oth) {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 30px;
  }
  .page_title:not(.oth) .img {
    height: 320px;
  }
  .page_title:not(.oth) .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .page_title:not(.oth) h1 {
    font-size: 40px;
    left: 20px;
    bottom: 50px;
  }
  .page_title:not(.oth) h1::after {
    height: 2px;
  }
}
/* ========================================

property

======================================== */
.property {
  width: calc(100% - 80px);
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 120px;
}
.property_inner {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 45px;
}
.property .title {
  margin-bottom: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.property .title .hl {
  font-size: 36px;
  letter-spacing: -0.05em;
}
.property .title ._link {
  font-size: 16px;
  letter-spacing: -0.05em;
}
.property_list {
  letter-spacing: 0;
  margin-bottom: 40px;
}
.property_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.property_list ul li {
  position: relative;
}
@media screen and (min-width: 801px) {
  .property_list ul li {
    width: 30.7693%;
    margin-bottom: 60px;
  }
  .property_list ul li:not(:nth-child(3n)) {
    margin-right: 3.84605%;
  }
}
.property_list ul li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 6px;
  z-index: 3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.property_list ul li a::before {
  width: calc(100% + 8.3334%);
  height: calc(100% + 8.3334%);
  content: "";
  display: block;
  position: absolute;
  top: -4.1667%;
  left: -4.1667%;
  border: 1px dotted rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  z-index: 2;
}
@media screen and (min-width: 801px) {
  .property_list ul li a:hover::before {
    opacity: 1;
  }
}
.property_list ul li .hl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.property_list ul li .hl h3 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.property_list ul li .hl h3 span {
  display: inline;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}
.property_list ul li .hl .progress {
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.05em;
  margin: 4px 0 0 10px;
  padding: 4px 10px 5px;
  background-color: var(--c_key);
  border-radius: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.property_list ul li .box_img {
  overflow: hidden;
  position: relative;
  margin-bottom: 17px;
  border-radius: 5px;
}
.property_list ul li .box_img.sub .img.sub {
  opacity: 1;
}
.property_list ul li .box_img .img {
  z-index: 1;
}
.property_list ul li .box_img .img.main {
  position: relative;
}
.property_list ul li .box_img .img.sub {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.property_list ul li .box_img .img img {
  aspect-ratio: 12 / 7;
  -o-object-fit: cover;
  object-fit: cover;
}
.property_list ul li .box_img .toggle {
  width: 104px;
  height: 32px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  z-index: 5;
}
.property_list ul li .box_img .toggle button {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.property_list ul li .box_img .toggle button:focus-visible {
  outline: none;
}
.property_list ul li .box_img .toggle button::before {
  width: 50px;
  height: 28px;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: #000;
  border-radius: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
.property_list ul li .box_img .toggle button.on::before {
  left: 52px;
}
.property_list ul li .box_img .toggle button span {
  color: #fff;
  font-size: 15px;
  letter-spacing: -0.05em;
  width: 50px;
  height: 100%;
  display: block;
  position: relative;
  width: 50%;
  mix-blend-mode: difference;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
.property_list ul li .box_img .toggle input {
  display: none;
}
.property_list ul li .box_text dt {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}
.property_list ul li .box_text dd {
  font-weight: 500;
}
.property_list ul li .box_text dd.address {
  font-size: 16px;
}
.property_list ul li .box_text dd.floor {
  text-align: right;
  margin-top: auto;
}
.property_list ul li .box_text dd.floor em {
  font-size: 20px;
}
.property_list ul li .box_text dd.floor small {
  font-size: 14px;
  margin-left: 0.6em;
}
.property_list ul li .box_text dd.price {
  text-align: right;
  margin-top: auto;
}
.property_list ul li .box_text dd.price em {
  font-size: 30px;
}
.property_list ul li .box_text dd.price small {
  font-size: 15px;
  margin-left: 0.2em;
}
.property_list ul li .box_text_info {
  position: relative;
  margin-top: 19px;
  padding: 3px 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.property_list ul li .box_text_info::before,
.property_list ul li .box_text_info::after {
  width: 8px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.property_list ul li .box_text_info::before {
  left: 0;
  border-right: none;
  border-radius: 5px 0 0 5px;
}
.property_list ul li .box_text_info::after {
  right: 0;
  border-left: none;
  border-radius: 0 5px 5px 0;
}
.property_list ul li .box_text_info_inner {
  width: 50%;
  padding-bottom: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.property_list ul li .box_text_info_inner:first-child {
  padding-right: 9px;
}
.property_list ul li .box_text_info_inner:last-child {
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.property_list ul li.contracted .box_img::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.property_list ul li.contracted .box_img::after {
  color: #fff;
  font-size: clamp(15px, 1.6667vw, 20px);
  content: "契約済み";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 7px 9px;
  border: 1px solid #fff;
  border-radius: 5px;
  translate: -50% -50%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.property_list ul li.contracted .box_img .toggle {
  display: none;
}
.property_list ul li.contracted dl {
  opacity: 0.5;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .property_list ul li {
    width: 48%;
  }
  .property_list ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .property_list ul li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 800px) {
  .property {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .property_inner {
    width: 100%;
    padding-top: 36px;
  }
  .property .title {
    margin-bottom: 40px;
    padding: 0 10px;
  }
  .property .title .hl {
    font-size: 20px;
  }
  .property .title ._link {
    font-size: 14px;
  }
  .property_list {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .property_list ul li {
    margin-bottom: 30px;
  }
  .property_list ul li .box_img {
    margin-bottom: 17px;
  }
  .property_list ul li .box_img .img img {
    aspect-ratio: 63 / 40;
  }
}
/* ========================================

terms_list

======================================== */
.terms_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
}
.terms_list li {
  margin: 10px 10px 0 0;
}
.terms_list li a {
  display: block;
  position: relative;
  border: 1px dotted rgba(0, 0, 0, 0.5);
  border-radius: 50px;
}
.terms_list li a.active {
  background-color: #ddd;
  border-style: solid;
}
@media screen and (min-width: 800px) {
  .terms_list li a::after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid #000;
    border-radius: 50px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .terms_list li a:hover {
    border-color: transparent;
  }
  .terms_list li a:hover::after {
    opacity: 1;
  }
}

@media screen and (max-width: 800px) {
  .terms_list {
    margin-top: -5px;
  }
  .terms_list li {
    margin: 5px 5px 0 0;
  }
}
/* ========================================

blog

======================================== */
.blog {
  width: calc(100% - 80px);
  max-width: 1600px;
  margin: 0 auto;
  margin-bottom: 120px;
}
.blog_inner {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 27px;
}
.blog .title {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog .title .link {
  font-size: 16px;
}
.blog_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.blog_list li .date {
  width: 24.6795%;
}
.blog_list li .text {
  width: 56.7308%;
}
.blog_list li .category {
  width: 16.0257%;
  margin-left: auto;
}
.blog_list li.headline {
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.blog_list li:not(.headline) .date {
  font-size: 15px;
}
.blog_list li:not(.headline) .text {
  font-size: 20px;
  letter-spacing: -0.05em;
}
.blog_list li:not(.headline) .text a {
  width: 100%;
  display: block;
  padding: 21.5px 0;
}
@media screen and (min-width: 801px) {
  .blog_list li:not(.headline) .text a:hover {
    opacity: 0.6;
  }
}
.blog_list li:not(.headline) .category {
  font-size: 15px;
  letter-spacing: -0.05em;
  margin-top: -0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog_list li:not(.headline) .category a {
  display: block;
  margin-top: 0.5em;
}
.blog_list li:not(.headline) .category a:not(:last-of-type) {
  margin-right: 0.5em;
}
@media screen and (min-width: 801px) {
  .blog_list li:not(.headline) .category a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 800px) {
  .blog {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .blog_inner {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding-top: 34px;
  }
  .blog .title {
    margin-bottom: 28px;
  }
  .blog .title .link {
    font-size: 14px;
  }
  .blog_list {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  .blog_list li {
    display: block;
    padding: 15px 0 17px;
  }
  .blog_list li .date,
  .blog_list li .text,
  .blog_list li .category {
    width: 100%;
  }
  .blog_list li.headline {
    display: none;
  }
  .blog_list li:not(.headline) .date {
    font-size: 12px;
  }
  .blog_list li:not(.headline) .text {
    font-size: 18px;
    line-height: 1.44;
  }
  .blog_list li:not(.headline) .text a {
    padding: 6px 0 8px;
  }
  .blog_list li:not(.headline) .category {
    font-size: 14px;
  }
}
:root {
  --c_key: #2b34ff;
}

html {
  font-size: 10px;
}

body {
  color: #000;
  line-height: 1;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  letter-spacing: -0.05em;
  -webkit-text-size-adjust: 100%;
  padding-top: 100px;
}

@media screen and (min-width: 800px) {
  .pc_off {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  body {
    min-width: 320px;
    padding-top: 70px;
  }

  .sp_off {
    display: none !important;
  }
}
.wrap_1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ========================================

header

======================================== */
.header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
}
.header::after {
  width: 100%;
  height: 100vh;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.header_logo {
  width: 240px;
  width: clamp(176px, 22vw, 240px);
  width: clamp(20rem, 15.069rem + 23.91vw, 33rem);
  width: clamp(18rem, 13.562rem + 21.52vw, 29.7rem);
  width: clamp(18rem, 15.5rem + 12.5vw, 25rem);
  position: absolute;
  top: 50%;
  left: 50%;
  left: 90%;
  left: 88%;
  translate: -50% -50%;
}
/*
.header_nav {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-left: 40px;
}

.header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header_nav ul li:not(:last-of-type) {
  margin-right: 10px;
}

.header_nav ul li a {
  font-size: 15px;
  font-size: clamp(13px, 1.579vw, 15px);
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  font-size: clamp(1.125rem, 1.023rem + 1.14vw, 1.625rem);
  font-size: clamp(0.9375rem, 0.75rem + 0.9vw, 1.375rem);
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #000;
  border: 1px solid #008000;
  border-radius: 30px;
  border-radius: 13px;
  color: #008000;
}
@media screen and (min-width: 801px) {
  .header_nav ul li a:hover {
    color: #fff;
    background-color: #000;
    background-color: #008000;
  }
}
*/
/* ========================================
   ヘッダーナビゲーション - PCで常時2行表示
======================================== */

.header_nav {
  margin-left: 40px;
  margin-right: 40px;

  /* Flexコンテナとして振る舞い、残りのスペースを全て使う */
  flex: 1;
  min-width: 0;
}

.header_nav ul {
  /* ★★★ ここからが修正の核 ★★★ */
  display: grid;
  /* 4つの均等なカラムを作成 */
  grid-template-columns: repeat(4, 1fr);
  /* アイテム間の隙間を指定 */
  gap: 10px;

  list-style: none; /* 念のためリセット */
  padding: 0; /* 念のためリセット */
  margin: 0; /* 念のためリセット */
}

/* 既存のマージン指定は不要なので削除 */
/*
.header_nav ul li:not(:last-of-type) {
  margin-right: 10px;
}
*/

.header_nav ul li a {
  display: block;
  text-align: center; /* ボタン内のテキストを中央揃えに */
  font-size: 1.3rem; /* 2行にするので少し小さめに調整 */
  padding: 6px 10px;
  border: 1px solid #008000;
  border-radius: 30px;
  color: #008000;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
}

@media screen and (min-width: 801px) {
  .header_nav ul li a:hover {
    color: #fff;
    background-color: #008000;
  }
}

/* --- ノートPCなど、少し狭い画面への対応 --- */
/* 例: 1200px以下の画面でフォントサイズをさらに調整 */
@media (max-width: 1200px) {
  .header_nav ul {
    /* カラム数を3つに変更して、ボタンが小さくなりすぎるのを防ぐ */
    grid-template-columns: repeat(3, 1fr);
  }
  .header_nav ul li a {
    font-size: 1.2rem;
  }
}
.header .btn_nav {
  cursor: pointer;
  display: block;
  position: relative;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
  -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
@media screen and (min-width: 800px) {
  .header .btn_nav:hover .menu {
    scale: 1.08;
  }
}
.header .btn_nav .title {
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 10px;
}
.header .btn_nav .title::before {
  content: "MENU";
  -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.header .btn_nav .title::after {
  content: "CLOSE";
  position: absolute;
  left: -0.1em;
  top: 50%;
  translate: 0% -50%;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.header .btn_nav .menu {
  width: 40px;
  height: 40px;
  position: relative;
  border: 1px solid #000;
  border-radius: 50%;
  border-radius: 15%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .btn_nav .menu span,
.header .btn_nav .menu::before,
.header .btn_nav .menu::after {
  width: 20px;
  height: 1px;
  display: block;
  position: absolute;
  left: calc(50% - 10px);
  background-color: #000;
  -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.header .btn_nav .menu span {
  top: 50%;
}
.header .btn_nav .menu::before,
.header .btn_nav .menu::after {
  content: "";
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.header .btn_nav .menu::before {
  -webkit-animation: btn_nav_top_off cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
  animation: btn_nav_top_off cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
}
.header .btn_nav .menu::after {
  -webkit-animation: btn_nav_bottom_off cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
  animation: btn_nav_bottom_off cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
}
body .header::after {
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
body.nav_active {
  overflow: hidden;
}
body.nav_active .header::after {
  opacity: 1;
  visibility: visible;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
body.nav_active .header .btn_nav .title::before {
  opacity: 0;
}
body.nav_active .header .btn_nav .title::after {
  opacity: 1;
}
body.nav_active .header .btn_nav .menu span {
  opacity: 0;
}
body.nav_active .header .btn_nav .menu::before {
  -webkit-animation: btn_nav_top_on cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
  animation: btn_nav_top_on cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
}
body.nav_active .header .btn_nav .menu::after {
  -webkit-animation: btn_nav_bottom_on cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
  animation: btn_nav_bottom_on cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
}
body.nav_active .header_sitemap {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}
.header_sitemap {
  width: 560px;
  min-height: 100%;
  max-height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  translate: 60px 0;
  -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.header_sitemap_head {
  width: 100%;
  height: 100px;
  padding-left: 40px;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_sitemap_head_logo {
  width: 200px;
}
.header_sitemap_inner {
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  padding-bottom: 60px;
}
.header_sitemap_cont {
  width: calc(100% - 80px);
  margin: 0 auto;
  padding-top: 10px;
}
.header_sitemap_cont_item {
  width: calc(100% - 40px);
  margin: 0 auto;
  border-bottom: 1px solid #000;
}
.header_sitemap_cont_item.open .hl .btn_toggle span {
  opacity: 0;
}
.header_sitemap_cont_item.open .hl .btn_toggle::before {
  translate: 0 0;
  -webkit-animation: btn_nav_top_on cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
  animation: btn_nav_top_on cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
}
.header_sitemap_cont_item.open .hl .btn_toggle::after {
  translate: 0 0;
  -webkit-animation: btn_nav_bottom_on cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
  animation: btn_nav_bottom_on cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
}
.header_sitemap_cont .hl {
  padding-top: 0;
  position: relative;
}
.header_sitemap_cont .hl a {
  padding: 23px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 800px) {
  .header_sitemap_cont .hl a:hover {
    opacity: 0.5;
  }
}
.header_sitemap_cont .hl .btn_toggle {
  width: 36px;
  height: 24px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 34px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  translate: 0% -50%;
  z-index: 1;
}
.header_sitemap_cont .hl .btn_toggle span,
.header_sitemap_cont .hl .btn_toggle::before,
.header_sitemap_cont .hl .btn_toggle::after {
  width: 18px;
  height: 1px;
  display: block;
  position: absolute;
  left: calc(50% - 10px);
  background: #000;
  -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.header_sitemap_cont .hl .btn_toggle span {
  top: 50%;
}
.header_sitemap_cont .hl .btn_toggle::before,
.header_sitemap_cont .hl .btn_toggle::after {
  content: "";
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.header_sitemap_cont .hl .btn_toggle::before {
  -webkit-animation: btn_nav_top_off cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
  animation: btn_nav_top_off cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
  translate: 0px -1px;
}
.header_sitemap_cont .hl .btn_toggle::after {
  -webkit-animation: btn_nav_bottom_off cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
  animation: btn_nav_bottom_off cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
  translate: 0px 1px;
}
@media screen and (min-width: 801px) {
  .header_sitemap_cont .hl .btn_toggle:hover::before,
  .header_sitemap_cont .hl .btn_toggle:hover::after {
    opacity: 0.7;
    translate: 0 0;
  }
}
.header_sitemap_cont dl > div {
  padding: 11px 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.header_sitemap_cont dl dt {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  padding-top: 0.5em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header_sitemap_cont dl dd ul:not(.terms_list) {
  margin-top: -10px;
  padding-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header_sitemap_cont dl dd ul:not(.terms_list) li {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_sitemap_cont dl dd ul:not(.terms_list) li:not(:last-of-type)::after {
  color: rgba(0, 0, 0, 0.3);
  content: "/";
  margin: 0 0.4em;
}
.header_sitemap_cont dl dd ul:not(.terms_list) li a {
  display: block;
  position: relative;
  padding-bottom: 0.5em;
}
.header_sitemap_cont dl dd ul:not(.terms_list) li a::before,
.header_sitemap_cont dl dd ul:not(.terms_list) li a::after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px dotted #000;
  -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.header_sitemap_cont dl dd ul:not(.terms_list) li a::after {
  border-style: solid;
  opacity: 0;
}
@media screen and (min-width: 801px) {
  .header_sitemap_cont dl dd ul:not(.terms_list) li a:hover::before {
    opacity: 0;
  }
  .header_sitemap_cont dl dd ul:not(.terms_list) li a:hover::after {
    opacity: 1;
  }
}
.header_sitemap_cont .terms_list {
  font-size: 14px;
  font-weight: 500;
  margin-top: -5px;
  padding-top: 10px;
}
.header_sitemap_cont .terms_list li {
  margin: 5px 5px 0 0;
}
.header_sitemap_cont .terms_list li a {
  padding: 7px 15px 9px;
}
.header_sitemap_cont .sub {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 35px 0 55px;
}
.header_sitemap_cont .sub li:not(:last-of-type) {
  margin-bottom: 32px;
}
.header_sitemap_cont .sub li span {
  font-size: clamp(12px, 1.3334vw, 16px);
  font-weight: 500;
}
@media screen and (min-width: 800px) {
  .header_sitemap_cont .sub li a:hover {
    opacity: 0.5;
  }
}
.header_sitemap_sns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header_sitemap_sns li {
  width: 24px;
  margin: 0 10px;
}
@media screen and (min-width: 801px) {
  .header_sitemap_sns li a:hover {
    opacity: 0.5;
  }
}

@-webkit-keyframes btn_nav_hover {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.08;
  }
  100% {
    scale: 1;
  }
}

@keyframes btn_nav_hover {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.08;
  }
  100% {
    scale: 1;
  }
}
@-webkit-keyframes btn_nav_top_off {
  0% {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: calc(50% - 4px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes btn_nav_top_off {
  0% {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: calc(50% - 4px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes btn_nav_top_on {
  0% {
    top: calc(50% - 4px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes btn_nav_top_on {
  0% {
    top: calc(50% - 4px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes btn_nav_bottom_off {
  0% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: calc(50% + 4px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes btn_nav_bottom_off {
  0% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: calc(50% + 4px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes btn_nav_bottom_on {
  0% {
    top: calc(50% + 4px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes btn_nav_bottom_on {
  0% {
    top: calc(50% + 4px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 800px) {
  .header {
    padding: 0 20px;
    height: 70px;
  }
  .header::after {
    display: none;
  }
  .header_logo {
    width: 180px;
    left: 50%;
    width: 280px;
    left: 48%;
    width: 150px;
    left: 22%;
  }
  .header_nav {
    display: none;
  }
  .header .btn_nav {
    margin-left: auto;
    margin-right: 0;
  }
  .header .btn_nav .title {
    display: none;
  }
  .header .btn_nav .menu {
    width: 36px;
    height: 36px;
  }
  .header_sitemap {
    width: 100%;
    translate: 0 0;
  }
  .header_sitemap_head {
    width: 100%;
    height: 70px;
    padding: 0;
  }
  .header_sitemap_head_logo {
    width: 180px;
    width: 242px;
    margin: 0 auto;
  }
  .header_sitemap_inner {
    top: 70px;
    padding-bottom: 40px;
  }
  .header_sitemap_cont {
    width: calc(100% - 40px);
  }
  .header_sitemap_cont_item {
    width: calc(100% - 20px);
  }
  .header_sitemap_cont_item .hl a {
    padding: 18px 0;
  }
  .header_sitemap_cont_item dl dt {
    font-size: 13px;
  }
  .header_sitemap_cont_item dl dd ul:not(.terms_list) li {
    font-size: 14px;
  }
  .header_sitemap_cont .sub {
    width: calc(100% - 20px);
    padding: 30px 0 40px;
  }
  .header_sitemap_cont .sub li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .header_sitemap_cont .sub li span {
    font-size: 15px;
  }
  .header_sitemap_sns {
    margin-top: 15px;
  }
}
/* ========================================

fix_inquiry

======================================== */
.fix_inquiry {
  width: 600px;
  height: 56px;
  position: fixed;
  right: calc(50% - 300px);
  bottom: 30px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fix_inquiry::before {
  width: 1px;
  height: 32px;
  content: "";
  display: block;
  background-color: #000;
}
.fix_inquiry.mbm {
  opacity: 0;
  visibility: hidden;
}
.fix_inquiry p {
  width: 50%;
}
.fix_inquiry p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fix_inquiry p a::before {
  width: 28px;
  height: 28px;
  content: "";
  display: block;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (min-width: 801px) {
  .fix_inquiry p a:hover {
    opacity: 0.5;
  }
}
.fix_inquiry .tel {
  font-size: 32px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.fix_inquiry .tel a::before {
  background-image: url(../img/top/fix_nav_ico_tel.png);
}
.fix_inquiry .mail {
  font-size: 24px;
  font-weight: 500;
}
.fix_inquiry .mail a::before {
  background-image: url(../img/top/fix_nav_ico_mail.png);
}

@media screen and (max-width: 800px) {
  .fix_inquiry {
    width: calc(100% - 60px);
    height: 40px;
    right: 50%;
    bottom: 30px;
    translate: 50% 0%;
  }
  .fix_inquiry::before {
    height: 24px;
  }
  .fix_inquiry p .text {
    display: none;
  }
  .fix_inquiry p a::before {
    width: 20px;
    margin-right: 0;
  }
}
/* ========================================

footer

======================================== */
.footer {
  color: #fff;
  background-color: #000;
  background-color: #00afcc;
}
.footer_inner {
  width: calc(100% - 80px);
  max-width: 1600px;
  margin: 0 auto;
  padding: 160px 0 175px;
  padding: 80px 0 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_info_logo {
  width: 251px;
  width: clamp(200px, 20.9167vw, 251px);
  width: clamp(33.125rem, 29.716rem + 17.05vw, 42.5rem);
  margin-bottom: 60px;
}
.footer_info_address {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.footer_info_num {
  margin-bottom: 17px;
}
.footer_info_num:not(:last-of-type) {
  margin-bottom: 12px;
}
.footer_info_num small {
  font-size: 16px;
  width: 2.6em;
  display: inline-block;
}
.footer_info_num em {
  font-size: 32px;
  font-size: clamp(24px, 2.6667vw, 32px);
}
.footer_info_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_info_sns li {
  width: 24px;
}
.footer_info_sns li:not(:last-of-type) {
  margin-right: 20px;
}
@media screen and (min-width: 801px) {
  .footer_info_sns li a:hover {
    opacity: 0.6;
  }
}
.footer_nav {
  margin-top: 6px;
  margin-left: 6%;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_nav nav ul:not(:last-of-type) {
  margin-bottom: 58px;
}
.footer_nav nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_nav nav ul li em {
  font-size: clamp(18px, 2vw, 24px);
  width: 5.6em;
  width: 14.5em;
}
.footer_nav nav ul li span {
  font-size: clamp(12px, 1.3334vw, 16px);
}
@media screen and (min-width: 800px) {
  .footer_nav nav ul li a:hover {
    opacity: 0.7;
  }
}
.footer_nav nav ul.main li:not(:last-of-type) {
  margin-bottom: 31px;
}
.footer_nav nav ul.sub li:not(:last-of-type) {
  margin-bottom: 27px;
}
.footer_sub {
  width: 24.0625%;
  max-width: 385px;
  margin-left: 1.875%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_sub ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer_sub ul li a {
  height: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_sub ul li a img {
  width: 70%;
  max-width: 201px;
}
@media screen and (min-width: 800px) {
  .footer_sub ul li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.footer_sub .copyright {
  font-size: 12px;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 800px) {
  .footer_inner {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 80px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer_info {
    text-align: center;
    margin-bottom: 53px;
  }
  .footer_info_logo {
    width: 200px;
    width: 295px;
    margin: 0 auto 40px;
  }
  .footer_info_address {
    margin-bottom: 15px;
  }
  .footer_info_num {
    margin-bottom: 20px;
  }
  .footer_info_num:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .footer_info_num small {
    font-size: 14px;
    width: 3em;
  }
  .footer_info_num em {
    font-size: 24px;
  }
  .footer_info_sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer_nav {
    text-align: center;
    margin: 0 auto 90px;
  }
  .footer_nav nav ul li {
    display: block;
  }
  .footer_nav nav ul li span {
    font-size: 16px;
  }
  .footer_nav nav ul.main {
    display: none;
  }
  .footer_nav nav ul.sub li:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .footer_sub {
    width: 100%;
    margin-left: 0;
  }
  .footer_sub ul {
    margin-bottom: 40px;
  }
  .footer_sub .copyright {
    font-size: clamp(10px, 3.2vw, 12px);
    text-align: center;
  }
}

/* ----------------------------------------------------------- */
/* header.php のログインボタン表示切り替え */

/* ユーザーアクションボタンのコンテナ */
.header_user_actions {
  /* ロゴの横、ナビゲーションの前に配置するための設定 */
  margin-left: auto; /* 右寄せにする */
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  left: 35px;
  position: relative;
}

/* スマホ用ボタンのスタイル */
.user-action-button.sp-only {
  display: none; /* PCでは非表示 */
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  border: 1px solid #333;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
  white-space: nowrap; /* 折り返さない */
}
.user-action-button.sp-only .dashicons {
  font-size: 18px;
}

/* PC用メニューアイテムのスタイル */
.header_nav .pc-only {
  display: list-item; /* PCでは表示 */
}

/* --- スマートフォン表示用のメディアクエリ --- */
/* (テーマのブレークポイントに合わせて数値を調整してください) */
@media (max-width: 768px) {
  /* PC用ナビゲーションを非表示に */
  .header_nav {
    display: none;
  }

  /* スマホ用ボタンを表示 */
  .user-action-button.sp-only {
    display: inline-flex; /* flexで表示 */
    font-size: 1.15rem;
  }

  /* PC用メニューアイテムを非表示に */
  .header_nav .pc-only {
    display: none;
  }
}

/* =================================================
ヘッダーナビ改善（アイコンナビ＆SPメニュー）
 ================================================= */

/* --- PC表示：アイコンナビのスタイル --- */
.header_nav ul li.menu-item-icon a {
  display: flex;
  flex-direction: column; /* アイコンとテキストを縦に並べる */
  align-items: center;
  justify-content: center;
  gap: 2px; /* アイコンとテキストの間隔 */
  padding: 6px 10px; /* パディングを調整 */
  line-height: 1.2;
  min-width: 80px; /* 幅を統一して見た目を揃える */
}
.header_nav ul li.menu-item-icon .dashicons {
  font-size: 24px; /* アイコンサイズ */
}
.header_nav ul li.menu-item-icon .menu-text {
  font-size: 11px; /* テキストサイズを小さく */
}

/* --- スマホ表示：ユーザーメニューのスタイル --- */
.header_user_actions {
  display: none; /* デフォルトでは非表示 */
}

.user-menu-sp {
  position: relative; /* ドロップダウンの基準位置 */
}

.user-menu-sp-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #333; /* ボタンの文字色 */
}
.user-menu-sp-toggle .dashicons {
  font-size: 28px;
}

/* SP用ドロップダウンメニュー */
.user-menu-sp-dropdown {
  display: none; /* 通常は非表示 */
  position: absolute;
  top: calc(100% + 10px); /* ボタンの下に隙間を空けて表示 */
  right: 0;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 200px;
  z-index: 1001; /* サイトマップより手前に */
}

/* SP用ドロップダウン表示/非表示の制御（JSでクラスを付与） */
.user-menu-sp.is-active .user-menu-sp-dropdown {
  display: block;
}

.user-menu-sp-dropdown ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.user-menu-sp-dropdown ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.user-menu-sp-dropdown ul li a:hover {
  background-color: #f5f5f5;
}

/* --- スマホ表示のレイアウト調整（既存のメディアクエリに追記/修正） --- */
@media (max-width: 1024px) {
  /* PCナビを非表示にする */
  .header_nav {
    display: none;
  }
  /* ハンバーガーメニューを表示 */
  .btn_nav.pc_off {
    display: flex;
  }
  /* SP用ユーザーアクションを表示 */
  .header_user_actions {
    display: block; /* SP用のボタンエリアを表示 */
    margin-left: auto; /* ロゴとの間にスペースを確保 */
    margin-right: 15px; /* ハンバーガーとの間にスペースを確保 */
    margin-right: -50px;
  }
}

/* =================================================
 ヘッダーナビ改善（ボックスナビ ＋ アイコン重なり修正）
 ================================================= */

/* --- ナビゲーション全体のFlexbox設定 --- */
.header_nav ul {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* --- 通常のナビリンクのスタイル --- */
.header_nav ul li a {
  border: 1px solid #008000;
  border-radius: 50px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
.header_nav ul li a:hover {
  background-color: #008000;
  color: #fff;
}

/* ★★★★★ ここからがボックスタイプのナビデザイン（改善版） ★★★★★ */

/* --- ボックスタイプの a 要素（Flexコンテナ） --- */
.header_nav ul li.menu-item-icon-box a {
  display: flex;
  flex-direction: column; /* アイコンとテキストを縦に並べる */
  align-items: center;
  justify-content: center;

  width: 90px;
  height: 70px;

  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;

  padding: 0 !important;
  background-color: #f9f9f9;
  color: #555 !important;

  text-align: center;
  text-decoration: none; /* 下線を消す */
  gap: 4px; /* アイコンとテキストの間の隙間 */
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

/* ボックスタイプの a 要素 ホバースタイル */
.header_nav ul li.menu-item-icon-box a:hover {
  background-color: #f0f0f0 !important;
  border-color: #008000 !important;
  color: #008000 !important;
}

/* --- ボックス内のアイコン（spanタグ）のスタイル --- */
/* このspanはアイコンを表示するためのコンテナとしての役割を定義 */
.header_nav ul li.menu-item-icon-box a .dashicons {
  font-size: 28px !important; /* アイコンのサイズ */
  height: 28px; /* アイコンの高さを確保 */
  line-height: 1; /* 行の高さをリセット */
  color: inherit !important; /* 親(aタグ)の色を継承 */
}

/* --- ボックス内のテキスト（spanタグ）のスタイル --- */
.header_nav ul li.menu-item-icon-box a .menu-text {
  font-size: 12px !important;
  font-weight: 500;
  line-height: 1.2;
}

/* ★★★★★ ログアウトアイコン強制表示（セレクタ修正版） ★★★★★ */

/* 
 * ログアウトアイコンの ::before 疑似要素にのみ content を設定
 * これで、span自体が文字を持つことがなくなり、重なりが解消される
 */
.header_nav ul li.menu-item-logout a .dashicons-logout::before {
  content: "\f157" !important;
  font-family: "dashicons" !important;
}

/* --- ログイン/新規登録ボタンのスタイル --- */
.header_nav ul li.menu-item-login a {
  background-color: #008000;
  color: #fff;
}
.header_nav ul li.menu-item-login a:hover {
  background-color: #006400;
  color: #fff;
}

/* =======================================
 フローティングバナー（閉じるボタンなし）
======================================= */

/* --- バナー全体の共通スタイル --- */
.floating-banner {
  position: fixed;
  z-index: 998; /* ヘッダーのモーダルなどよりは下、コンテンツよりは上 */
  transition: transform 0.4s ease-in-out;
}
.floating-banner a {
  display: block;
}
.floating-banner img,
.floating-banner picture {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15); /* 影を付けて少し浮かせる */
}

/* --- PC表示 (801px以上) のスタイル（最終修正版） --- */
@media screen and (min-width: 801px) {
  .floating-banner {
    top: 50%;
    top: 75%;

    /* ★★★ 右端に完全にフィットさせる ★★★ */
    right: 0;

    transform: translateY(-50%);
    width: 180px;
    width: 100px;
    border-radius: 8px 0 0 8px; /* 右側は角丸なし、左側だけ角丸に */
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
  }

  .floating-banner:hover {
    /* ★★★ 垂直中央を維持しつつ拡大 ★★★ */
    transform: translateY(-50%) scale(1.05);
  }
}

/* --- スマホ・タブレット表示 (800px以下) のスタイル --- */
@media screen and (max-width: 800px) {
  .floating-banner {
    /* 画面下部に固定 */
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;

    /* ★★★ ここから背景色と影を削除 ★★★ */
    /* background: #fff; */
    /* box-shadow: 0 -2px 10px rgba(0,0,0,0.1); */
  }

  .floating-banner a {
    display: block; /* aタグをブロック要素に */
    max-width: 400px;
    margin: 0 auto;

    /* ★★★ ここに背景色と影を移動 ★★★ 
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    */
  }

  body {
    padding-bottom: 90px;
  }

  .floating-banner img,
  .floating-banner picture {
    box-shadow: none;
  }
}
/* =========================================
   【最終確定】PCヘッダー (ボタン列デザイン)
   ========================================= */

@media (min-width: 1024px) {
  /* 1. ヘッダー本体レイアウト */
  .header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important; /* ロゴ左・メニュー右 */

    width: 100% !important;
    height: 90px !important; /* 固定高さ */
    padding: 0 30px !important;

    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }

  /* 2. コンテンツ余白確保 */
  body {
    padding-top: 90px !important;
  }

  /* 3. ロゴ (左側固定) */
  .header_logo {
    flex: 0 0 auto !important; /* 縮小禁止 */
    margin: 0 !important;
    width: auto !important;
  }
  .header_logo a {
    display: block !important;
  }
  .header_logo img {
    height: 50px !important; /* 高さ固定 */
    width: auto !important;
    display: block !important;
  }

  /* 4. ナビゲーション (右側・ボタン列) */
  .header_nav {
    flex: 1 1 auto !important; /* 残りの幅を使う */
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    margin-left: 30px !important; /* ロゴとの間隔 */
  }

  .header_nav ul {
    display: flex !important;
    flex-wrap: nowrap !important; /* 折り返し禁止 */
    align-items: center !important;
    gap: 12px !important; /* ボタン間の隙間 */
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .header_nav li {
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important; /* ボタンを潰さない */
  }

  /* 5. ボタンのデザイン (緑枠・丸み) */
  .header_nav li a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    height: 36px !important; /* 高さ統一 */
    padding: 0 18px !important; /* 横幅確保 */

    font-size: 13px !important;
    font-weight: 600 !important;
    font-family: "Zen Kaku Gothic Antique", sans-serif !important;
    text-decoration: none !important;
    white-space: nowrap !important;

    color: #009744 !important; /* 緑文字 */
    background-color: #fff !important;
    border: 1px solid #009744 !important; /* 緑枠 */
    border-radius: 50px !important; /* 丸く */

    transition: all 0.2s ease !important;
  }

  /* ホバー時 */
  .header_nav li a:hover {
    background-color: #009744 !important;
    color: #fff !important;
  }

  /* 6. 「ログイン/新規登録」ボタンだけ特別色 (塗りつぶし緑) */
  .menu-item-login a,
  .menu-item-account a {
    background-color: #009744 !important;
    color: #fff !important;
    border-color: #009744 !important;
    box-shadow: 0 2px 5px rgba(0, 151, 68, 0.3) !important;
  }
  .menu-item-login a:hover,
  .menu-item-account a:hover {
    background-color: #007a37 !important;
    border-color: #007a37 !important;
    transform: translateY(-2px) !important;
  }

  /* 7. 不要要素の完全消去 */
  .header_user_actions,
  .btn_nav {
    display: none !important;
  }
}
