@charset "UTF-8";
/*--------------------------------------------------------
Reset
--------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow: auto;
  -webkit-text-size-adjust: 100%; /* Safariの文字サイズ調整を固定 */
  text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  font-size: 1.6rem; /*16px*/
  line-height: 1.5;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt" 1;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
ul,
ol,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}

/*a img:hover { opacity: 0.9; -moz-opacity: 0.9;}*/
a img {
  border-style: none;
}

img {
  vertical-align: bottom; /* 一番上の画像だけ注意。隙間が空く可能性あり */
  line-height: 0 !important;
  display:block;
}

button {
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
button:focus {
  outline: none;
}
button:hover {
  cursor: pointer;
}

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

/*--------------------------------------------------------
定数（基本的に、全サイト共通に使えるもの）
--------------------------------------------------------*/
.c {
  text-align: center !important;
}

.cm {
  margin-left: auto;
  margin-right: auto;
}

.r {
  text-align: right !important;
}

.l {
  text-align: left !important;
}

.flex {
  display: flex;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.vertical-top {
  vertical-align: top;
}

.vertical-middle {
  vertical-align: middle;
}

.pointer {
  cursor: pointer;
}

.br::before {
  content: "\a";
  white-space: pre;
}

.margin_t100 {
  margin-top: 100px;
}

.margin_t90 {
  margin-top: 90px;
}

.margin_t80 {
  margin-top: 80px;
}

.margin_t70 {
  margin-top: 70px;
}

.margin_t60 {
  margin-top: 60px;
}

.margin_t50 {
  margin-top: 50px;
}

.margin_t40 {
  margin-top: 40px;
}

.margin_t30 {
  margin-top: 30px;
}

.margin_t20 {
  margin-top: 20px;
}

.margin_t10 {
  margin-top: 10px;
}

.margin_b100 {
  margin-bottom: 100px;
}

.margin_b90 {
  margin-bottom: 90px;
}

.margin_b80 {
  margin-bottom: 80px;
}

.margin_b70 {
  margin-bottom: 70px;
}

.margin_b60 {
  margin-bottom: 60px;
}

.margin_b50 {
  margin-bottom: 50px;
}

.margin_b40 {
  margin-bottom: 40px;
}

.margin_b30 {
  margin-bottom: 30px;
}

.margin_b20 {
  margin-bottom: 20px;
}

.margin_b10 {
  margin-bottom: 10px;
}
.padding_t160 {
  padding-top: 160px;
}
.padding_t100 {
  padding-top: 100px;
}

.padding_t90 {
  padding-top: 90px;
}

.padding_t80 {
  padding-top: 80px;
}

.padding_t70 {
  padding-top: 70px;
}

.padding_t60 {
  padding-top: 60px;
}

.padding_t50 {
  padding-top: 50px;
}

.padding_t40 {
  padding-top: 40px;
}

.padding_t30 {
  padding-top: 30px;
}

.padding_t20 {
  padding-top: 20px;
}

.padding_t10 {
  padding-top: 10px;
}
.padding_b160 {
  padding-bottom: 160px;
}
.padding_b100 {
  padding-bottom: 100px;
}

.padding_b90 {
  padding-bottom: 90px;
}

.padding_b80 {
  padding-bottom: 80px;
}

.padding_b70 {
  padding-bottom: 70px;
}

.padding_b60 {
  padding-bottom: 60px;
}

.padding_b50 {
  padding-bottom: 50px;
}

.padding_b40 {
  padding-bottom: 40px;
}

.padding_b30 {
  padding-bottom: 30px;
}

.padding_b20 {
  padding-bottom: 20px;
}

.padding_b10 {
  padding-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .margin_t100 {
    margin-top: 11%;
  }
  .margin_t90 {
    margin-top: 10%;
  }
  .margin_t80 {
    margin-top: 9%;
  }
  .margin_t70 {
    margin-top: 8%;
  }
  .margin_t60 {
    margin-top: 7%;
  }
  .margin_t50 {
    margin-top: 6%;
  }
  .margin_t40 {
    margin-top: 7%;
  }
  .margin_t30 {
    margin-top: 4%;
  }
  .margin_t20 {
    margin-top: 5%;
  }
  .margin_t10 {
    margin-top: 2%;
  }
  .margin_b100 {
    margin-bottom: 11%;
  }
  .margin_b90 {
    margin-bottom: 10%;
  }
  .margin_b80 {
    margin-bottom: 9%;
  }
  .margin_b70 {
    margin-bottom: 8%;
  }
  .margin_b60 {
    margin-bottom: 7%;
  }
  .margin_b50 {
    margin-bottom: 6%;
  }
  .margin_b40 {
    margin-bottom: 5%;
  }
  .margin_b30 {
    margin-bottom: 4%;
  }
  .margin_b20 {
    margin-bottom: 3%;
  }
  .margin_b10 {
    margin-bottom: 2%;
  }
  .padding_t160 {
    padding-top: 17.6%;
  }
  .padding_t100 {
    padding-top: 11%;
  }
  .padding_t90 {
    padding-top: 10%;
  }
  .padding_t80 {
    padding-top: 9%;
  }
  .padding_t70 {
    padding-top: 8%;
  }
  .padding_t60 {
    padding-top: 7%;
  }
  .padding_t50 {
    padding-top: 6%;
  }
  .padding_t40 {
    padding-top: 5%;
  }
  .padding_t30 {
    padding-top: 4%;
  }
  .padding_t20 {
    padding-top: 3%;
  }
  .padding_t10 {
    padding-top: 2%;
  }
  .padding_b160 {
    padding-bottom: 17.6%;
  }
}
.visible1800, .visible1000, .visible900, .visible750, .visible600, .visible500, .visible400, .visible320 {
  display: none;
}

/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*重なりの優先度*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/*要素固定*/
.fixed {
  position: fixed;
  z-index: 999;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

.z6 {
  z-index: 6;
}

.z7 {
  z-index: 7;
}

.z8 {
  z-index: 8;
}

.z9 {
  z-index: 9;
}

.z10 {
  z-index: 10;
}

/*横幅*/
.w1280 {
  margin-left: 40px;
  margin-right: 40px;
  max-width: 1280px;
}
.w1200 {
  max-width: 1200px;
}
.w1200-m {
  padding-left: 40px;
  padding-right: 40px;
}
.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.w30 {
  width: 30%;
}

.w20 {
  width: 20%;
}

.w10 {
  width: 10%;
}

.disabled {
  pointer-events: none; /*リンクを無効にする*/
}

.cp {
  font-family: Verdana, "Droid Sans", "メイリオ", sans-serif;
}

.vh100 {
  height: 100%;
  min-height: 100vh;
}
.block800 {
  display: none;
}
.hidden800 {
  display: block;
}
.satoshi {
  font-family: "Satoshi";
}
/*--------------------------------------------------------
animation
--------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/***********
* pickup *
************/
@-webkit-keyframes pickup {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pickup {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pickup {
  display: block;
  -webkit-animation-name: pickup;
          animation-name: pickup;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/
.fullscreen {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contents {
  width: 900px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.contents1800 {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.contents100 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.img_center {
  margin-left: -450px;
}

.white {
  color: #fff;
}

.black {
  color: #333;
}

.red {
  color: #f00;
}

.gray {
  color: #555;
}

.bold {
  font-weight: bold;
}

.bg_black {
  background-color: #333;
}
.bg_white {
  background-color: #fff;
}
.bg_red {
  background-color: #f00;
}
.bg_clear {
  background-color: transparent;
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
header {
  width: 100%;
  top: 0;
  margin: 0 auto;
  line-height: 0; /* 画像の上下に隙間が空いてしまう対策 */
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
footer {
  background-color: #27966e;
  padding-bottom: 30px;
}
.fot_nav, .fot_nav2 {
  display: flex;
  font-size: 16px;
  gap: 40px;
  font-weight: bold;
}
.fot_nav a, .fot_nav2 a {
  color: white;
}
.footer_first {
  justify-content: space-between;
  align-items: center;
}
.footer_first img {
  width: 85%;
}
.footer_second {
  color: white;
  justify-content: space-between;
  align-items: center;
}

.arrow-wrap2, .arrow-wrap3 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.arrow-wrap2::before, .arrow-wrap3::before {
  content: "";
  position: absolute;
  inset: 0;                        /* 親の大きさに合わせる */
  background: #fff;
  border-radius: 50%;
  z-index: -1;                     /* 中身より後ろ */
  transition: transform 0.2s ease; /* アニメーション */
  z-index: 0;
}

.arrow-wrap2:hover::before, .arrow-wrap3:hover::before {
  transform: scale(1.5);           /* 背景丸だけ拡大 */
}

.arrow-wrap2 img, .arrow-wrap3 img {
  position: relative;
  width: 11px;
  height: auto;
  z-index: 999;
}

.arrow-text, .arrow-text3 {
  position: relative;
  font-size: 12px;
  margin-top: 4px;
  color: #27966e;
  font-weight: bold;
  z-index: 999;
  text-align: center;
}

.copyright {
  justify-content: center;
  align-items: center;
  padding: 7px 3%;
}

.copyright,
.copyright a {
  color: white;
  font-size: small;
  text-align: center;
}

.copyright a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------
↓↓↓ 各種レイアウト ↓↓↓
--------------------------------------------------------*/
/*--header--*/
.header {
  background-color: #27966e;
  padding: 15px 0;

  position: fixed;
  inset: 0 0 auto 0;
  transform: translateY(-100%);
  transition: transform 0.8s ease, box-shadow 0.8s ease;
  z-index: 999;
}
.header.is-visible {
  transform: translateY(0);
}



.hed_nav {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  gap: 40px;
}
.hed_nav .flex {
  justify-content: space-between;
  gap: 25px;
}
.hed_nav a {
  color: white;
}
.hamburger {
  display: none;
}
.menu-button {
  display: none;
}
.popup-logo {
  position: absolute;
  top: 8%;
  left: 20px;
  width: 50%;
  display: none;
}

/* メニューが開いたときのみ表示 */
.fv_nav.is-active .popup-logo {
  display: block;
}















/*--header-end--*/
/*--contents--*/
.fv_texts {
  position: absolute;
  bottom: 35%;
  left: 8%;
}
.slider {
  height: 100svh;
  width: 100%;
  overflow: hidden;
}

.slider img {
  height: 100svh;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
    /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}


.slick-dots {
  bottom: 30% !important;
  left: 8.5% !important;
  width: auto !important;
  height: 0 !important;
}
.slick-dots li button:before {
  content: '' !important;
  display: block;
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  margin: 0 auto;
  opacity: 1 !important;
  box-sizing: border-box;
}

.slick-dots li.slick-active button:before {
  background: #fff;
  border-color: #fff;
  opacity: 1 !important;
}

.picture {
  display: flex;
  justify-content: center;
}
.kfo_logo_main {
  position: absolute;
  top: 80px;
  left: 80px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/* .fv_nav {
  display: flex;
  position: absolute;
  top: 6%;
  right: 5%;
  font-size: 18px;
  gap: 25px;
} */
.fv {
  position: relative; /* これを親基準にする */
}
.flex1 {
  width: 50%;
}




.fv_nav a, .fv_nav-item a {
  /* color: #fff; */
  text-decoration: none;
}
.fv_nav-box, .fv_nav-item {
  display: flex;
  position: absolute;
  top: 80px;
  right: 80px;
  font-size: 16px;
  font-weight: bold;
  gap: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.roll-hover {
  overflow: hidden; /* 1つ目の影を隠す */
  color: transparent; /* テキスト本体は透明にする */
  text-shadow: 0 -1.5em 0 #fff, 0 0 0 #fff;
  transition: text-shadow 0.3s;
}
.roll-hover:hover {
  text-shadow: 0 0 0 #fff, 0 1.5em 0 #fff; /* 2つの影の位置を上方向に1.5emずつずらす */
}
/* ヘッダー内の roll-hover を強制的に“正しい状態”へ */
.site-header .hed_nav .roll-hover{
  --c: #fff;                 /* 好きな色 */
  text-decoration: none;
  display: inline-block !important; /* ← 高さを持たせる */
  line-height: 1;                   /* ← 影の距離と噛み合わせる */
  padding-block: .45em;             /* ← 影が切れない余白 */
  overflow: hidden;

  color: transparent !important;    /* ← 本体文字は透明（必須） */
  text-shadow:
    0 -1.5em 0 var(--c),
    0  0 0 var(--c);
  transition: text-shadow .3s ease;
}
.site-header .hed_nav .roll-hover:hover{
  text-shadow:
    0 0 0 var(--c),
    0  1.5em 0 var(--c);
}

/* ヘッダーで a に当たっている余計な指定を中和（必要なら） */
.site-header .hed_nav a{
  color: inherit !important;   /* 固定色を消す。roll-hover で描くため */
  /* display:flex や height, transform が当たっていたら外す */
}





.fv_main-txt {
  left: 10%;
  font-size: 96px;
  font-weight: bold;
  color: white;
  line-height: 1.2;
}
.fv_second-txt {
  left: 10%;
  font-size: 32px;
  font-weight: bold;
  color: white;
  margin-top: 40px;
}
.section_txt {
  font-size: 64px;
  font-weight: bold;
  align-items: center;
  display: flex;
  align-items: center;
  line-height: 1;
  font-family: "satoshi";
}
.section_point {
  font-size: 40px;
  line-height: 1;
  margin-right: 6px;
  margin-top: -8px;
  color: #27966e;
}
.section_jatxt {
  font-size: 16px;
  font-weight: bold;
  margin-left: 24px;
}
.concept {
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.concept_top-txt {
  font-weight: bold;
  font-size: 32px;
  color: white;
  display: inline;
  box-shadow: inset 0 2em 0 #27966e;
  padding: 2px 7px 7px 7px;
}
.concept_second-txt {
  line-height: 1.8;
  font-size: 16px;
}
.concept_txt-area {
  margin-left: 20px;
}
.kfo_concept {
  border-radius: 32px;
  box-shadow: 10px 10px 0px 0px rgba(192, 226, 202, 1);
}
.kfo_concept img {
  border-radius: 32px;
  width: 100%;
}
.business {
  background-color:  #f2f9f4;
  border-radius: 48px;
  width: 95%;
}
.business img {
  border-radius: 24px;
  box-shadow: -10px 10px 0px 0px rgba(192, 226, 202, 1);
}
.business_top {
  padding-left: 40px;
  padding-right: 40px;
}
.business_top-txt {
  margin-left: 24px;
}
.business_area {
  align-items: center;
  gap: 40px;
}
.business-img {
  flex: 1;
  width: 100%;
}
.business-img img {
  width: 100%;
}
.business_area-txt {
  flex: 1;
  line-height: 2;
}
.business_area-toptxt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.business_area-secondtxt {
  font-size: 16px;
}
.business_hr {
  max-width: 1280px;
  border-top: 1px solid #999;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
}
.contact_area {
  width: 95%;
  background-image: url(../img/kfo_contact_bg.webp);
  background-size: cover;       /* カバー表示 */
  background-position: center;  /* 中央寄せ */
  background-repeat: no-repeat; /* 繰り返さない */
  border-radius: 40px;
  color: white;
  margin-top: 160px;
  align-items: center;
  justify-content: space-around;
}
.contact_area .section_point {
  color: white;
}
.arrow-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
}

/* 白丸の背景は擬似要素で作る */
.arrow-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s ease;
  z-index: 998;
  pointer-events: none;
}
.contact_area:hover .arrow-wrap::before {
  transform: scale(1.5);
}
.arrow-wrap img {
  width: 30%;
  height: auto;
  z-index: 999;
}
.contact {
  position: relative;      /* 疑似要素の基準にする */
  overflow: hidden;        /* はみ出し防止（必要に応じて） */
}
.contact_area-inner {
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}
.contact::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 34%;
  z-index: -1;
  background-color: #27966e;
  border-radius: 16px 16px 0 0;
}

/*--contents-end--*/
/*--footer--*/
/*--footer-end--*/
/* --プラポリ-- */
/* --プラポリ-end-- */
/*--------------------------------------------------------
↑↑↑ 各種レイアウト ↑↑↑
--------------------------------------------------------*/
/*# sourceMappingURL=base.css.map */
/***********
* fade-up *
************/
.fade-up {
  display: block;
  filter: blur(10px);
  opacity: 0;
  transform: translateY(2em) rotate(0.0001deg);
  transition: 
    opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s,
    filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s,
    transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.fade-up.is-act {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0) rotate(0.0001deg);
}



/* ===== Header の出し入れ（FVを過ぎたら表示） ===== */
.site-header, .co-header{
  position: fixed; inset: 0 0 auto 0;
  transform: translateY(-120%);
  transition: transform .3s ease;
  z-index: 900;
  background: #27966e;
  backdrop-filter: blur(4px);
}
.site-header.is-visible{ 
  transform: translateY(0); 
}
.site-header__inner{ 
  display: flex;
  align-items: center; 
  justify-content: space-between;
  padding: 30px 80px;

  width: 100%;
}
.site-header__inner img {
  width: 100%;
}

/* ===== オーバーレイ ===== */
.overlay-nav{
  position: fixed; inset: 0;
  display:flex; align-items:center; justify-content:center; flex-direction:column; gap:32px;
  background:#3B8E71;
  opacity:0; visibility:hidden; pointer-events:none;
  transition: opacity .25s ease, visibility .25s ease;
  z-index:1000; /* 画面全体 */
}
.overlay-nav.is-active{
  opacity:1; visibility:visible; pointer-events:auto;
}
.overlay-logo{ 
  position: absolute;
  top: 40px;
  left: 20px;
  width: 47.5%;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.overlay-list{ list-style:none; margin:0; padding:0; text-align:center; }
.overlay-list li{ margin: 50px 0; }
.overlay-list a{ color:#fff; text-decoration:none; font-weight:700; letter-spacing:.08em; }

/* ===== ハンバーガー（2本線→X） ===== */
.hamburger{
  display:none;
  position:absolute;
  top:6px; right:28px;
  width:40px; height:36px; cursor:pointer;
}
.hamburger::before, .hamburger::after{
  content:""; position:absolute; left:50%;
  width:28px; height:2px; background:#fff; transform: translateX(-50%);
  transition: transform .3s, top .3s, bottom .3s;
}
.hamburger::before{ top:12px; }
.hamburger::after{ bottom:12px; }


.hamburger.is-opened{
  position:fixed;
  z-index:1100;
}
.hamburger.is-opened::before{
  top:50%; transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger.is-opened::after{
  bottom:auto; top:50%; transform: translate(-50%, -50%) rotate(-45deg);
}

/* FV側ボタンの初期位置（必要なら微調整） */
.hamburger--fv{ 
  position:absolute; top:40px; right:20px; 
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* ===== 800px以下のみSPメニュー/ボタンを表示 ===== */
@media (max-width:800px){
  .hamburger{ display:block; }
}
/* ===== PC(≥801px)：横並びナビを表示、ハンバーガー/オーバーレイは無効 ===== */
@media (min-width:801px){
  .hed_nav{
    display:flex;
    align-items:center;
    list-style:none;
    margin:0; padding:0;
  }
  .hed_nav li{ display:inline-block; }
  .hed_nav a{ color:#fff; text-decoration:none; letter-spacing:.06em; }

  .hamburger{ display:none !important; }   /* SP専用ボタンはPCで消す */
  .overlay-nav{ display:none !important; } /* PCではオーバーレイ自体を無効化 */
}

/* ===== SP(≤800px)：横並びナビは隠す（ハンバーガーで開く） ===== */
@media (max-width:800px){
  .hed_nav{ display:none !important; }
  /* .hamburger はあなたのCSSですでに display:block 指定済み */
}
/* --company-- */
.com_top-txt {
  position: absolute;
  top: 47%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: white;
}
.com_top-txt_main {
  font-size: 96px;
  font-weight: bold;
  line-height: 1;
}
.com_top-txt_sub {
  font-size: 25px;
  margin-left: 40px;
}
.com_info {
  padding: 0 50px;
}
.com_info-toc {
  font-weight: bold;
  width: 300px;
  flex-shrink: 0;
}
.com_info-date {
  word-wrap: break-word;
  flex-grow: 1;
}
.company_hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.company_main hr {
  color: #e6e6e6;
}
.company_map iframe {
  width: 100%;
}
.section-co_point::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #27966e;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  vertical-align: 22px;
}





/* ハンバーガーメニュー */
.com_hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 40px;
  height: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  right: 20px;
  top: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* 線のスタイル */
.hamburger-line {
  display: none;
  width: 100%;
  height: 4px;
  background-color: #fff;  /* 線の色 */
  margin: 4px 0;
  border-radius: 2px;
}

/* メニューが開いた状態で2本線をXに変える */
.com_hamburger.open .hamburger-line:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.com_hamburger.open .hamburger-line:nth-child(2) {
  transform: translateY(-5px) rotate(-45deg);
}
/* --company-end-- */

/* --contact-- */
.contact_hr {
  margin-top: 80px;
  margin-bottom: 80px;
  max-width: 1280px;
}
.form {
  padding-left: 40px;
  padding-right: 40px;
}
.form-notice {
  text-align: center;
}
label {
  display: block;
}

input, textarea {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  height: 20px;
  border: solid 1px #e6e6e6;
  border-radius: 8px;
  background-color: #fafafa;
  padding: 25px 15px;
  font-size: 16px;
  outline: none;
}
textarea {
  height: 300px;
  margin-bottom: 80px;
}
.required {
  color: #f00;
}
.form_btn {
  width: 500px;
  background-color: #27966e;
  color: white;
  border-radius: 16px;
  padding: 30px;
  margin-top: 80px;
}
.form_arrow-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.form_arrow-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s ease;
  z-index: 998;
  pointer-events: none;
}
.form_btn:hover .form_arrow-wrap::before {
  transform: scale(1.5);
}
.form_arrow-wrap img {
  width: 30%;
  height: auto;
  z-index: 999;
}
.form_btn-arrow {
  position: absolute;
  top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  right: 0;
}
.form_btn-area_txt {
  font-size: 20px;
  font-weight: bold;
}
.recaptcha {
  display: flex;
  justify-content: center;
}

/* --contact-end-- */