@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.zen-maru-gothic {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
}

.cinzel {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*
Theme Name: template1.01
Description: template1.01　全ページカスタマイズテーマです。
*/
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.zen-maru-gothic {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
}

.cinzel {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
* {
  /*	font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
}

html,
body,
div,
span,
applet,
object,
iframe,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
table,
label,
tr,
th,
td,
p,
img,
dl,
dt,
dd,
figure {
  margin: 0;
  padding: 0;
  border: none;
}

.hover:hover {
  opacity: 0.65;
}

.eng_ttl {
  overflow-wrap: break-word;
}

hr {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #006837;
}
@media (max-width: 767px) {
  hr {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
hr.line01 {
  border-bottom: dotted 3px #006837;
}
hr.line02 {
  border-bottom: solid 1px #fff;
}
hr.line03 {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: solid 1px #006837;
}
@media (max-width: 767px) {
  hr.line03 {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
hr.line04 {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: dotted 2px #006837;
}

body,
html {
  height: 100dvh;
}

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: YakuHanJP_Noto, "Noto Sans JP", "メイリオ", "Meiryo", arial,
     "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体",
     "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;*/
  font-size: 17px;
  line-height: 1.6;
  color: #2C2A2A;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-weight: 500;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #2C2A2A;
  text-decoration: none;
}
a:hover {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

img {
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  height: auto;
}
img.border {
  border-radius: 10px;
}
img.border20 {
  border-radius: 20px;
}
img.border30 {
  border-radius: 30px;
}
img.line_crops {
  border: solid 3px #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
img.line01 {
  border: solid 1px #fff;
}
img.line04 {
  border: solid 4px #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  font-size: 16px;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
img.border10 {
  border-radius: 10px;
}
img.border06 {
  border-radius: 6px;
}
img.border20 {
  border-radius: 20px;
}

address {
  font-style: normal;
}

/*li { list-style:none; }*/
ol,
ul,
dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}

.contents_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}
.contents_wrap.w600 {
  max-width: 600px;
}
.contents_wrap.w700 {
  max-width: 700px;
}
.contents_wrap.w800 {
  max-width: 800px;
}
.contents_wrap.w900 {
  max-width: 900px;
}
.contents_wrap.w1000 {
  max-width: 1000px;
}
.contents_wrap.w1100 {
  max-width: 1100px;
}
@media screen and (max-width: 1099px) {
  .contents_wrap.w1100 {
    padding: 0 5%;
  }
}
.contents_wrap.w1300 {
  max-width: 1300px;
}
@media screen and (max-width: 1299px) {
  .contents_wrap.w1300 {
    padding: 0 5%;
  }
}
.contents_wrap.w1360 {
  max-width: 1360px;
}
@media screen and (max-width: 1359px) {
  .contents_wrap.w1360 {
    padding: 0 5%;
  }
}
.contents_wrap.w1600 {
  max-width: 1600px;
}
@media screen and (max-width: 1599px) {
  .contents_wrap.w1600 {
    padding: 0 5%;
  }
}

@media screen and (max-width: 1199px) {
  .contents_wrap {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  .contents_wrap {
    padding: 0 5%;
  }
}
.flexbox_contents_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
}
@media (max-width: 767px) {
  .flexbox_contents_side {
    display: block;
  }
}

.container_main {
  max-width: 720px;
  width: 100%;
}
@media (max-width: 767px) {
  .container_main {
    max-width: inherit;
    margin-bottom: 30px;
  }
}

.container_side {
  width: 100%;
  max-width: 220px;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .container_side {
    max-width: inherit;
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .pc_on {
    display: none !important;
  }
  .sp_on {
    display: block !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .pc_on {
    display: block !important;
  }
  .sp_on {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .tb_none {
    display: none !important;
  }
  .tb_disp {
    display: block !important;
  }
}
.uppercase {
  text-transform: uppercase;
}

.loading_msk {
  position: fixed;
  z-index: 200;
  width: 100vw;
  height: 100dvh;
  background: #fff;
  top: 0;
  right: 0;
}

.loading_msk img {
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ------ */
/* パンくず */
/* ------ */
.breadcrumbs {
  padding: 15px 0 0;
}

/* ------ */
/* コンテンツ装飾 */
/* ------ */
.f90 {
  font-size: clamp(50px, 1.989rem + 4.85vw, 90px);
  line-height: 1;
}

.f50 {
  font-size: clamp(34px, 1.67rem + 1.94vw, 50px);
  line-height: 1;
}
@media (max-width: 1024px) {
  .f50 {
    font-size: 24px;
  }
}

.f46 {
  font-size: clamp(32px, 1.602rem + 1.7vw, 46px);
  line-height: 1;
}

.f40 {
  font-size: clamp(25px, 1.136rem + 1.82vw, 40px);
  line-height: 1;
}

.f38 {
  font-size: clamp(25px, 1.466rem + 1.21vw, 38px);
}

.f36 {
  font-size: clamp(20px, 1.341rem + 1.21vw, 36px);
}

.f32 {
  font-size: clamp(20px, 0.909rem + 1.45vw, 32px);
}

.f30 {
  font-size: clamp(18px, 1.33rem + 0.73vw, 30px);
}

.f28 {
  font-size: clamp(18px, 1.205rem + 0.73vw, 28px);
}

.f26 {
  font-size: clamp(16px, 0.716rem + 1.21vw, 26px);
}

.f24 {
  font-size: clamp(17px, 0.864rem + 0.85vw, 24px);
}

.f22 {
  font-size: clamp(16px, 0.83rem + 0.73vw, 22px);
}

.f20 {
  font-size: clamp(16px, 0.886rem + 0.48vw, 20px);
}

.f18 {
  font-size: clamp(14px, 0.761rem + 0.48vw, 18px);
}

.f16 {
  font-size: clamp(13.5px, 0.773rem + 0.3vw, 16px);
}

.f15 {
  font-size: clamp(13px, 0.801rem + 0.18vw, 15px);
}

.f14 {
  font-size: clamp(12px, 0.693rem + 0.24vw, 14px);
}

.f13 {
  font-size: clamp(11px, 0.631rem + 0.24vw, 13px);
}

.txt_lh02 {
  line-height: 2;
}

.txt_lh014 {
  line-height: 1.4;
}

.bg_sc_color {
  background-color: #FFF8FB;
}

.txt_gr01 {
  color: #006837;
}

.txt_dgr01 {
  color: #2C2A2A;
}

.txt_red {
  color: #e83c41;
}

.txt_green {
  color: #1f9681;
}

.bg_fff {
  background-color: #fff;
}

.bg_f3f7f8 {
  background-color: #f3f7f8;
}

.bg_fixed {
  position: relative;
  height: 600px;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* min-height: 100vh; */
}
@media (max-width: 1020px) and (min-width: 768px) {
  .bg_fixed {
    min-height: inherit;
    background-attachment: local;
    /*padding: 100px 0;*/
    height: auto;
    background-size: cover;
    background-position: 57% bottom;
    padding: 0;
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .bg_fixed {
    min-height: inherit;
    background-attachment: scroll;
    padding: 50px 0;
    height: 300px;
  }
}
.bg_fixed .box {
  color: #fff;
  width: 100%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .bg_fixed .box {
    width: calc(100% - 40px);
  }
}

/* ------ */
/* 見出し（heading） */
/* ------ */
/* ------ */
/* ボタン（BTN） */
/* ------ */
.h_contact_btn {
  background-color: #123765;
  color: #fff;
  border-radius: 5px;
  display: block;
  margin: auto 15px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 40px;
}
.h_contact_btn:hover {
  opacity: 1;
  background-color: #194c8a;
}
.h_contact_btn span.eng_txt {
  letter-spacing: 3px;
}

.h_compoany_btn {
  display: block;
  font-size: 13px;
  border: solid 1px #c9c9c9;
  background-color: #fff;
  color: #333;
  padding: 5px 20px;
  border-radius: 3px;
  font-weight: bold;
}
.h_compoany_btn:hover {
  border: solid 1px #C9C9C9;
  background-color: #c9c9c9;
}

/******************************/
/* #アンカーリンク */
/******************************/
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

/* ------ */
/* テキストリンク（text-link） */
/* ------ */
/******************************/
/* #テキストカラー */
/******************************/
.t_orange {
  color: #E26E15 !important;
}

.t_green {
  color: #2E6D60 !important;
}

/* ------ */
/* レイアウト */
/* ------ */
/* アンカーーメニュー */
/* --- */
.unkmenu {
  max-width: 1000px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1024px) {
  .unkmenu {
    padding: 0 5%;
  }
}
@media (max-width: 767px) {
  .unkmenu {
    display: block;
  }
}
@media (max-width: 1024px) {
  .unkmenu.cul4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.unkmenu.cul4 li {
  width: calc(25% - 15px);
}
@media (max-width: 1024px) {
  .unkmenu.cul4 li {
    width: calc(50% - 10px);
  }
}
.unkmenu li {
  width: calc(33.3333333333% - 15px);
}
@media (max-width: 767px) {
  .unkmenu li {
    width: 100%;
    margin-bottom: 5px;
  }
  .unkmenu li:last-child {
    margin-bottom: 0;
  }
}
.unkmenu li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 20px 20px;
  background-color: #F89246;
  color: #0C0C0C;
  border-radius: 10px;
}
.unkmenu li a:before {
  content: "\f358";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  margin: 0 auto;
  right: 15px;
  font-weight: bold;
  color: #0C0C0C;
}
.unkmenu li a:hover {
  background-color: #eea56d;
}

/*******************/
/*　テキスト関連　　　　*/
/*******************/
/*最大1行まで*/
.limit_text_1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/*最大2行まで*/
.limit_text_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*******************/
/*　SINGLE　　　　*/
/*******************/
/***************/
/*******************/
/*　アコーディオン　　　　*/
/*******************/
/* ------ */
/* SNS ICON */
/* ------ */
ul.links_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 25px;
  margin-right: 25px;
}
ul.links_sns li {
  margin-right: 7.2px;
}
ul.links_sns li:last-child {
  margin-right: 0;
}
ul.links_sns li a {
  font-weight: 400;
}
ul.links_sns li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
ul.links_sns li a::before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
ul.links_sns li a.text_link_run {
  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;
}
ul.links_sns li a.text_link_run::before {
  margin-right: 5px;
}
ul.links_sns li a.map_icon::before {
  background-image: url(../images/icon/map_icon.svg);
  width: 27px;
  height: 27px;
}
ul.links_sns li a.ig_icon::before {
  background-image: url(../images/icon/sns/insta.svg);
  width: 27px;
  height: 27px;
}
ul.links_sns li a.fb_icon::before {
  background-image: url(../images/icon/facebook_icon01_bk.svg);
  width: 27px;
  height: 27px;
}
ul.links_sns li a.tw_icon::before {
  background-image: url(../images/icon/x_icon.svg);
  width: 27px;
  height: 27px;
}
ul.links_sns li a.youtube_icon::before {
  background-image: url(../images/icon/youtube_icon01.svg);
  width: 38.57px;
  height: 24px;
}

/* ------ */
/* header */
/* ------ */
header {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9019607843);
  -webkit-box-shadow: 0px 3px 6px #006837;
          box-shadow: 0px 3px 6px #006837;
  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;
  height: 100px;
  z-index: 3;
}
@media (max-width: 767px) {
  header {
    position: relative;
    height: 60px;
  }
}
@media (max-width: 767px) {
  header.is-none {
    background: none;
  }
}
header.fixed {
  position: fixed !important;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header.fixed .h-logo h1 a img {
  position: inherit;
  max-height: 60px;
}
header.fixed #menu-header-navi li a {
  color: #333;
}
header.fixed .header-r-area {
  /*display: none;*/
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
header.inner_header {
  position: relative;
  background-color: #fff;
}
header.inner_header #menu-header-navi li a {
  color: #333;
}
header .header-r-area {
  /*padding: 10px 0;*/
  height: 100%;
  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;
  /*box-shadow: 0px 3px 6px #00000029;*/
}
@media screen and (max-width: 1360px) {
  header .header-r-area {
    padding-right: 90px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1360px) {
  header .header-r-area .h_btn_area {
    display: none;
  }
}
header .header-r-area .h_btn_area {
  margin-right: 20px;
}
header .header-r-area .h_tel {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 14px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1540px) {
  header .header-r-area .h_tel {
    margin-right: 90px;
  }
}
@media screen and (max-width: 1540px) {
  header .header-r-area .h_tel {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  header .header-r-area .h_tel {
    display: none;
  }
}
header .header-r-area .h_tel a {
  font-size: 30px;
}
header .header-r-area .h_tel a:before {
  margin-right: 3px;
  content: "";
  display: inline-block;
  background-image: url(../images/icon/tel_icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  position: relative;
  top: 3px;
  left: -3px;
}
header .header-r-area .h-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1360px) {
  header .header-r-area .h-contact #menu-header-navi {
    display: none;
  }
}
header .h1 {
  font-weight: bold;
}
header .h1 a {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
header .h1 a img {
  /*mix-blend-mode: difference;*/
  height: 60px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
header .h1 a img:hover {
  -webkit-filter: drop-shadow(2px 3px 8px #fff);
          filter: drop-shadow(2px 3px 8px #fff);
}
@media (max-width: 767px) {
  header .h1 a img {
    height: 40px;
  }
}

header * {
  line-height: 1;
}

.h-logo {
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .h-logo {
    margin-left: 30px;
  }
}
.h-logo a {
  display: block;
}
/* ----------- */
/* global navi */
/* ----------- */
.drawer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 150;
}

.header_drawer_toggle {
  /*ヘッダー内トグルボタンの指定*/
  display: none;
}
@media screen and (max-width: 1360px) {
  .header_drawer_toggle {
    display: block;
  }
}

body .header_drawer_toggle.fixed .gnav-trg span.txt:before {
  color: #333;
}

.header_drawer_toggle.fixed .gnav-trg span,
.header_drawer_toggle.fixed .gnav-trg::before,
.header_drawer_toggle.fixed .gnav-trg::after {
  background-color: #333;
}

.header_drawer_toggle .gnav-trg span,
.header_drawer_toggle .gnav-trg::before,
.header_drawer_toggle .gnav-trg::after {
  background-color: #333;
}

.header_drawer_toggle .gnav-trg {
  position: relative;
  top: 18px;
  right: 20px;
  z-index: 101;
  width: 60px;
  height: 60px;
  margin: 0;
  cursor: pointer;
  aspect-ratio: 1/1;
}

@media (max-width: 767px) {
  .header_drawer_toggle .gnav-trg {
    position: absolute;
    width: 44px;
    height: 44px;
    right: 10px;
    top: 6px;
  }
}
.header_drawer_toggle .gnav-trg span {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*width: calc(100% - 24px);*/
  width: 30px;
  height: 2px;
  margin: auto;
  top: 0;
}

@media screen and (max-width: 767px) {
  .header_drawer_toggle .gnav-trg span {
    width: 20px;
  }
}
.header_drawer_toggle .gnav-trg::before,
.header_drawer_toggle .gnav-trg::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*width: calc(100% - 24px);*/
  width: 30px;
  height: 2px;
  margin: auto;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}

@media screen and (max-width: 767px) {
  .header_drawer_toggle .gnav-trg::before,
  .header_drawer_toggle .gnav-trg::after {
    width: 20px;
  }
}
.header_drawer_toggle .gnav-trg::before {
  top: calc(50% - 10px);
}

@media screen and (max-width: 767px) {
  .header_drawer_toggle .gnav-trg::before {
    top: calc(50% - 5px);
  }
}
.header_drawer_toggle .gnav-trg::after {
  bottom: calc(50% - 10px);
}

@media screen and (max-width: 767px) {
  .header_drawer_toggle .gnav-trg::after {
    bottom: calc(50% - 5px);
  }
}
.header_drawer_toggle .gnav-trg.is-none::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #333;
}

.header_drawer_toggle .gnav-trg.is-none::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #333;
}

.header_drawer_toggle .gnav-trg.is-none span {
  display: none;
}

/*gnavエリア*/
.gnav {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 101;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.gnav .gnav__close {
  position: absolute;
  z-index: 20;
  right: 20px;
  top: 30px;
}

.gnav .gnav__close .gnav__close__arrow {
  display: block;
  height: 2rem;
  width: 4rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .gnav .gnav__close .gnav__close__arrow {
    height: 20px;
    width: 40px;
  }
}
.gnav .gnav__close .gnav__close__arrow::before,
.gnav .gnav__close .gnav__close__arrow::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  top: 50%;
  left: 50%;
  width: 100%;
}

.gnav .gnav__close .gnav__close__arrow::before {
  -webkit-transform: translate(0, -50%) rotate(35deg);
  transform: translate(0, -50%) rotate(35deg);
}

.gnav .gnav__close .gnav__close__arrow::after {
  -webkit-transform: translate(0, -50%) rotate(-35deg);
  transform: translate(0, -50%) rotate(-35deg);
}

.gnav .gnav__close .gnav__close__text {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.4rem;
}

.gnav .gnav__bg {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.gav_close_btn {
  position: absolute;
  top: 5%;
  right: 10%;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.gnav .gnav__inr {
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  height: 100dvh;
  right: 0;
  position: relative;
  top: 0;
  z-index: 3;
  margin-left: auto;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .gnav .gnav__inr {
    width: 100%;
  }
}
.gnav .gnav__inr .drawer_bottom {
  width: 100%;
  margin-top: 2em;
}
.gnav .gnav__inr .drawer_bottom .drawer_ttl {
  padding: 15px 0;
  text-align: center;
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
}
.gnav .gnav__inr .drawer_bottom .drawer_ul {
  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;
  padding: 10px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .gnav .gnav__inr .drawer_bottom .drawer_ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.gnav .gnav__inr .drawer_bottom .drawer_ul li a:hover {
  opacity: 0.7;
}
.gnav .gnav__inr .header-drawer-nav {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .gnav .gnav__inr .header-drawer-nav {
    width: 70%;
    margin: 0 auto;
  }
}
.gnav .gnav__inr .header-drawer-nav li {
  /*margin-top: 15px;*/
  position: relative;
  /*padding-bottom: 15px;*/
  border-top: solid 1px #2C2A2A;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.gnav .gnav__inr .header-drawer-nav li:first-child {
  margin-top: 0;
}
.gnav .gnav__inr .header-drawer-nav li:last-child {
  padding-bottom: 20px;
  border-bottom: solid 1px #2C2A2A;
}
.gnav .gnav__inr .header-drawer-nav li a {
  color: #0C0C0C;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 0;
}
.gnav .gnav__inr .header-drawer-nav li a:before {
  content: "\f35a";
  font-family: "Font Awesome 6 Free";
  margin-right: 10px;
  font-size: 15px;
  font-weight: 800;
  position: relative;
  top: 2px;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children {
  /*border-top: dotted 2px #fff;
      border-bottom: dotted 2px #fff;*/
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children a {
  pointer-events: none !important;
  display: inline-block;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children a:before {
  display: none;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children:hover {
  background: none;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children.open_acord .header-nav-child::before {
  display: inline-block;
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: auto;
  color: #333;
  position: absolute;
  right: 0;
  width: 100%;
  text-align: right;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children .header-nav-child {
  position: absolute;
  width: 100%;
  top: 20px;
  right: 0;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children .header-nav-child::before {
  display: inline-block;
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: auto;
  color: #333;
  position: absolute;
  right: 0;
  width: 100%;
  text-align: right;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children > .sub-menu {
  margin: 15px;
  padding: 0;
  display: none;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children > .sub-menu li {
  /*list-style-type: disc;*/
  border: none;
  list-style-position: inside;
  width: 100%;
  /*margin-bottom: 5px;
        margin-top: 10px;
                    padding-bottom: 5px;*/
  /*↓ホバーエフェクト指定*/
  background: none;
  padding: 5px 0;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children > .sub-menu li:last-child {
  border-bottom: none;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children > .sub-menu li:hover {
  /*ホバーエフェクト*/
  background: none;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children > .sub-menu li a {
  pointer-events: auto !important;
  border: none;
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children > .sub-menu li a:before {
  content: "\f35a";
  display: inline-block !important;
  font-family: "Font Awesome 6 Free";
  margin-right: 10px;
  font-size: 14px;
  font-weight: 800;
  position: relative;
  top: 2px;
}
.gnav .gnav__inr .h_contact_btn {
  margin: 25px auto 0;
  width: 80%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .gnav .gnav__inr {
    width: 50%;
  }
}
.gnav .gnav__links {
  width: 80%;
}

@media screen and (min-width: 768px) {
  .gnav .gnav__links {
    width: 290px;
  }
}
.gnav .gnav__links > li {
  margin: 40px 0 0;
}

.gnav .gnav__links > li > a {
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.2;
  position: relative;
}

@media screen and (min-width: 768px) {
  .gnav .gnav__links > li > a {
    font-size: 3.6rem;
  }
}
.gnav .gnav__links > li > a > span {
  display: block;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .gnav .gnav__links > li > a > span {
    font-size: 1.4rem;
  }
}
.gnav .gnav__links > li > a::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 8px;
  content: "";
  height: 4px;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  width: 50px;
}

.gnav .gnav__links > li > a:hover::after {
  right: -10px;
}

.gnav-trg {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 2.8rem;
}

@media screen and (min-width: 768px) {
  .gnav-trg .gnav-trg {
    width: 4rem;
  }
}
.gnav-trg .gnav-trg__border {
  height: 1.4rem;
  position: relative;
  width: 2.8rem;
}

@media screen and (min-width: 768px) {
  .gnav-trg .gnav-trg__border .gnav-trg .gnav-trg__border {
    height: 2rem;
    width: 4rem;
  }
}
.gnav-trg .gnav-trg__border > span {
  background-color: #646464;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  width: 100%;
}

.gnav-trg .gnav-trg__border > span:nth-child(1) {
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.gnav-trg .gnav-trg__border > span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gnav-trg .gnav-trg__border > span:nth-child(3) {
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.gnav-trg .gnav-trg__text {
  display: block;
  font-size: 1rem;
  margin-top: 0.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .gnav-trg .gnav-trg__text {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
/* ----------- */
/* header navi */
/* ----------- */
.non_event a {
  pointer-events: none;
}

.header-nav {
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-nav li {
  padding: 50px 0 15px;
  position: relative;
  line-height: 1.8;
  font-size: 14px;
}
.header-nav li.h_menu_icon.news_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu01_news_icon01.svg);
}
.header-nav li.h_menu_icon.company_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu01_company_icon01.svg);
}
.header-nav li.h_menu_icon.contact_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu01_contact_icon01.svg);
}
.header-nav li.h_menu_icon.feature_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu01_feature_icon01.svg);
}
.header-nav li.h_menu_icon.crops_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu01_crops_icon01.svg);
}
.header-nav li.h_menu_icon.purchase_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu01_purchase_icon01.svg);
}
.header-nav li.h_menu_icon.farm_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu01_farm_icon01.svg);
}
.header-nav li.h_menu_icon.recruit_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu01_recruit_icon01.svg);
}
.header-nav li.h_menu_icon.nayoro_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu01_nayoro_icon01.svg);
}
.header-nav li.h_menu_icon:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 42%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header-nav li:last-child:after {
  display: none;
}
.header-nav li a {
  color: #2C2A2A;
  font-weight: bold;
  display: block;
  padding: 10px 5px;
  margin: 0 15px;
}
.header-nav li.menu-item-has-children:hover ul.sub-menu {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  /*background-color: #000;*/
  /*color: #ffffff;*/
  width: 220px;
  padding-top: 15px;
  /*padding: 10px 25px;*/
  top: 72px;
  left: 0;
  /*left: calc(-50% -240px);*/
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
  /*background-color: #fff;*/
}
.header-nav li.menu-item-has-children:hover ul.sub-menu::before {
  position: absolute;
  top: 5px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}
.header-nav li.menu-item-has-children:hover ul.sub-menu li {
  width: 100%;
  background-color: #fff;
  line-height: 1.5;
  padding: 5px 20px;
  margin-bottom: 1px;
}
.header-nav li.menu-item-has-children:hover ul.sub-menu li:last-child {
  margin-bottom: 0;
}
.header-nav li.menu-item-has-children:hover ul.sub-menu li:after {
  display: none;
}
.header-nav li.menu-item-has-children:hover ul.sub-menu li:hover {
  background-color: #e2e2e2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-nav li.menu-item-has-children:hover ul.sub-menu li:hover a {
  color: #F89246;
}
.header-nav li.menu-item-has-children:hover ul.sub-menu li a {
  color: #333;
  display: block;
  pointer-events: auto;
  margin: 0 0 1px;
}
.header-nav li.menu-item-has-children:hover ul.sub-menu li a:before {
  content: "\f35a";
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
  color: #2C2A2A;
  font-weight: bold;
}
.header-nav li.menu-item-has-children ul {
  display: none;
}

/* ---- */
/* main */
/* ---- */
@media print, screen and (min-width: 1025px) {
  main {
    position: relative;
  }
}
@media print, screen and (max-width: 1024px) {
  #wrapper {
    width: 100%;
    position: relative;
  }
}
/* ---- */
/* 会社概要area */
/* ---- */
/* ---- */
/* 製品案内area */
/* ---- */
/* ---- */
/* AADD CONTACT */
/* ---- */
.pt_bg01 {
  position: relative;
  padding: 0 0 180px;
}
@media (max-width: 1024px) {
  .pt_bg01 {
    padding: 0 0 90px;
  }
}
.pt_bg01:before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/rp_img01.png);
  background-repeat: repeat-x;
  background-size: auto;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .pt_bg01:before {
    height: 50px;
    background-size: contain;
  }
}

.pt_bg02 {
  background-image: url(../images/common/pt_bg01.png);
  background-repeat: repeat;
  background-size: auto;
}

.pt02_bg {
  background-image: url(../images/common/pt_bg02.png);
  background-repeat: repeat;
  background-size: auto;
}

/*RECRUIT共通*/
.add_recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .add_recruit {
    display: block;
  }
}
.add_recruit .txtbox {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #00331B;
  color: #fff;
  padding: 80px 10% 80px 5%;
}
@media (max-width: 1024px) {
  .add_recruit .txtbox {
    width: 100%;
    padding: 30px 5%;
  }
}
.add_recruit .imgbox {
  background-size: cover;
  background-image: url(../images/common/add_recruit/add_recruit_img01.png);
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.add_purchase {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .add_purchase {
    padding: 45px 0;
  }
}
.add_purchase .box a figure img {
  display: block;
}
@media (max-width: 767px) {
  .add_purchase .box a figure img {
    display: none;
  }
}
.add_purchase .box a figure img + img {
  display: none;
}
@media (max-width: 767px) {
  .add_purchase .box a figure img + img {
    display: block;
  }
}

.add_farm {
  position: relative;
  padding: 80px 0;
  background-image: url(../images/common/add_farm/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
@media (max-width: 767px) {
  .add_farm {
    padding: 45px 0;
  }
}

/* ---- */
/* AADD CONTACT */
/* ---- */
.add_contact .box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .add_contact .box {
    width: 100%;
  }
}
.add_contact .box:hover {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.add_contact .box:hover:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.add_contact .box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.add_contact .box.contact_area {
  background-color: #FFC400;
}
.add_contact .box a {
  display: block;
  position: relative;
  aspect-ratio: 1920/260;
  max-height: 260px;
  width: 100%;
}
@media (max-width: 1024px) {
  .add_contact .box a {
    aspect-ratio: 390/160;
    max-height: inherit;
  }
}
.add_contact .box a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: solid 1px #333;
}
.add_contact .box a .ttl02 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ---- */
/* ギャラリーarea */
/* ---- */
/***************************/
/* ---- */
/* 買取実績SCF */
/* ---- */
/* ---- */
/* コンタクトarea */
/* ---- */
/* ---- */
/* ADD high price TIPS */
/* ---- */
/* ---- */
/* ADD GALLERY */
/* ---- */
/* ------ */
/* footer */
/* ------ */
footer {
  position: sticky;
  top: 100vh;
  width: 100%;
  background-image: url(../images/common/footer_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
footer .footer_block {
  position: relative;
  padding: 100px 0 180px;
}
@media (max-width: 1280px) {
  footer .footer_block {
    padding: 50px 0 100px;
  }
}
footer .footer_block:before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/rp_img01.png);
  height: 100px;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1280px) {
  footer .footer_block:before {
    height: 50px;
  }
}
footer a {
  color: #2C2A2A;
}
footer a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  footer .menu-footer02-container,
  footer .menu-footer01-container {
    display: none;
  }
}
footer .footer_menu {
  margin-top: 30px;
  margin-bottom: 30px;
  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;
}
footer .footer_menu li {
  margin-right: 20px;
}
footer .footer_menu li:last-child {
  margin-right: 0;
}
footer .footer_menu li a {
  /*border-right: dotted 2.5px #fff;*/
  border: none;
  padding-right: 10px;
}
footer .footer_menu li .sub-menu {
  margin-top: 15px;
}
footer .footer_menu li .sub-menu li a {
  border: none;
  font-size: 14px;
}
footer .footer_menu li .sub-menu li a:before {
  content: "-";
  margin-right: 5px;
}
footer .f_ttl {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(16px, 0.886rem + 0.48vw, 20px);
  color: #006837;
  font-weight: 700;
  margin-bottom: 10px;
}
footer .menu li {
  margin-bottom: 15px;
}
footer .menu li:last-child {
  margin-bottom: 0;
}
footer .menu li a {
  font-weight: bold;
}
footer .menu li a:before {
  content: "\f35a";
  font-family: "Font Awesome 6 Free";
  margin-right: 10px;
  font-size: 20px;
  font-weight: 800;
  position: relative;
  top: 2px;
}

.footerUpper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .footerUpper {
    display: block;
  }
}
.footerUpper .footerUpper_prof_area {
  width: 30%;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .footerUpper .footerUpper_prof_area {
    display: block;
    width: 100%;
  }
}
.footerUpper .footerUpper_prof_area .flex_l {
  margin-right: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .footerUpper .footerUpper_prof_area .flex_l {
    margin-top: 25px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .footerUpper .footerUpper_prof_area .flex_l figure {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footerUpper .footerUpper_prof_area .flex_l .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footerUpper .footerUpper_prof_area .wpsbc-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
}
.footerUpper .footerUpper_prof_area h2 {
  font-size: 20px;
  margin-bottom: 5px;
}
.footerUpper .footerUpper_prof_area .company-footer {
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
}
.footerUpper .footerUpper_nav_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 50px;
  width: 60%;
}
@media (max-width: 1024px) {
  .footerUpper .footerUpper_nav_area {
    display: none;
  }
}
.footerUpper ul.links_sns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .footerUpper ul.links_sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
#footer_add_area .tel_area a::before {
  content: "\f879";
}

#footer_nav .menu .sub-menu {
  padding-left: 0;
}
#footer_nav .menu .sub-menu li a::before {
  content: "-";
}
#footer_nav .menu .sub-menu li a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#footer_nav > ul li a,
#footer_nav > ul li {
  color: #ffffff;
}

#footer_nav > ul li a:hover {
  opacity: 0.3;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media print, screen and (max-width: 1024px) {
  #footer_nav > ul li a:active {
    opacity: 0.3;
  }
}
/* ------ */
/* SNS list */
/* ------ */
@media print, screen and (min-width: 1025px) {
  #footer_nav > ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
/* ------ */
/* Mail form */
/* ------ */
.mail_form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.mail_form h3 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}
.mail_form h3 strong {
  color: #C90902;
  font-size: 24px;
}
.mail_form dl.inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .mail_form dl.inquiry {
    display: block;
  }
}
.mail_form dl.inquiry dt {
  width: 23%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mail_form dl.inquiry dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.mail_form dl.inquiry dt .red {
  color: #ff0000;
}
.mail_form dl.inquiry dd {
  width: calc(77% - 35px);
  margin-left: 35px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mail_form dl.inquiry dd {
    width: 100%;
    margin-left: 0;
  }
}
.mail_form dl.inquiry dd.box {
  border: solid 1px #1e1e1e;
  background-color: #fff;
}
.mail_form dl.inquiry dd.box select {
  position: relative;
  top: 3px;
  left: 3px;
}
.mail_form dl.inquiry dd.zip_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mail_form dl.inquiry dd.zip_flex input {
  margin-left: 15px;
  width: inherit;
}
.mail_form dl.inquiry dd .pp {
  border: solid 1px #1e1e1e;
  font-size: 12px;
  height: 24em;
  overflow-y: scroll;
  padding: 1em;
  margin-bottom: 1.5em;
}
.mail_form dl.inquiry dd.post_number_flex {
  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;
}
.mail_form dl.inquiry dd.post_number_flex div.code01 {
  width: 30%;
  margin-right: 5px;
}
.mail_form dl.inquiry dd.post_number_flex div.code02 {
  width: 50%;
  margin-left: 5px;
}
.mail_form dl.inquiry dd.border_box {
  border: solid 1px #656565;
}
.mail_form .list-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mail_form .list-example li {
  width: calc((100% - 14px) / 3);
  margin-right: 7px;
  margin-top: 10px;
}
.mail_form .list-example li:nth-child(3n) {
  margin-right: 0;
}
.mail_form .list-example li:nth-child(1) {
  margin-top: 0;
}
.mail_form .list-example li:nth-child(2) {
  margin-top: 0;
}
.mail_form .list-example li:nth-child(3) {
  margin-top: 0;
}
.mail_form .mailform_address_flex {
  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;
}
.mail_form .mailform_address_flex li {
  width: 48%;
}
.mail_form .mailform_address_flex li p {
  margin-bottom: 5px;
}

.mail_form_confirm {
  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;
  gap: 25px;
}
.mail_form_confirm input[type=button] {
  width: 50%;
  max-width: 320px;
  border-radius: 100px;
  max-height: 67px;
  cursor: pointer;
  border: none;
  font-size: 16px;
  border: solid 1px #f0f0f0;
}
.mail_form_confirm input[type=button]:hover {
  background-color: #f8f6f2;
  border: solid 1px #ccc;
}
.mail_form_confirm .wpcf7-arrow {
  border-radius: 100px;
  width: 50%;
}
.mail_form_confirm .wpcf7-arrow.submit_btn {
  margin: 0;
}
.mail_form_confirm .wpcf7-arrow.submit_btn input[type=submit] {
  cursor: pointer;
}
.mail_form_confirm .wpcf7-arrow.submit_btn input[type=submit]:hover {
  opacity: 0.7;
}

.completed_box {
  max-width: 740px;
  margin: 0 auto;
}
.completed_box p {
  margin-bottom: 1em;
}

/* ---------- */
/* #Copyright */
/* ---------- */
#Copyright {
  margin: 0 0 0 auto;
  text-align: center;
  font-size: 14px;
}

/* -------- */
/* #page_top */
/* -------- */
#page_top {
  /*position: absolute;*/
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  /*display: none;*/
}

#page_top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin: 0 5px 0 0;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: bold;
  font-size: 30px;
}

@media print, screen and (max-width: 767px) {
  #page_top {
    bottom: 20px;
    right: 20px;
  }
  #page_top a {
    width: 44px;
    height: 44px;
    margin: 0 5px 0 0;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
  }
}
/* gutenberg */
/* --- */
.single_page .gutenberg h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  /*border-top: solid 3px #007e66;*/
  /*border-bottom: solid 3px #007e66;*/
  border-left: solid 8px #2E626D;
  /*border-right: solid 3px #007e66;*/
  background-color: #eeeeee;
  padding: 10px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .single_page .gutenberg h2 {
    width: auto;
    font-size: 18px;
  }
}
.single_page .gutenberg h3 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  border-left: solid 5px #2E626D;
  padding: 5px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 30px;
}
.single_page .gutenberg h3:before {
  content: "";
  background-color: #2E626D;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10px;
  height: 2px;
}
@media (max-width: 767px) {
  .single_page .gutenberg h3 {
    font-size: 18px;
    width: auto;
  }
}
.single_page .gutenberg figure.wp-block-image {
  max-width: 800px;
  margin: 0 auto 20px;
}
.single_page .gutenberg .wp-block-image.is-style-rounded img {
  border-radius: 20px;
}
.single_page .gutenberg strong {
  font-weight: bold;
  color: #e1344c;
}
.single_page .gutenberg p {
  margin: 0 auto;
}
.single_page .gutenberg p.u_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff6a8), color-stop(0%, #fff6a8));
  background: linear-gradient(#fff6a8 50%, #fff6a8 0%);
}

/* テキスト装飾 */
.u_line01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(0%, #fff));
  background: linear-gradient(#fff 50%, #fff 0%);
}

/* TEXT-LINK */
.t_link01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, currentColor)) 0 100%/var(--d, 0) 3px no-repeat;
  background: linear-gradient(currentColor 0 0) 0 100%/var(--d, 0) 3px no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.t_link01:hover {
  --d: 100%;
}

.t_link02 {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.t_link02::after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2ecc71;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.t_link02:hover::after {
  bottom: 0;
  opacity: 1;
}

.t_link03 {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.t_link03::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #2ecc71;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.t_link03:hover::after {
  width: 100%;
}

/* ------ */
/* アニメーション */
/* ------ */
/* アニメーション */
/* ------ */
/**
<div class="js-scroll-fall smooth_left">
文字が滑らかに表示される
</div>
**/
.smooth_left {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  /*font-size: 36px;*/
  /*font-weight: bold;*/
  -webkit-transition: 0.75s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.75s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
  /*line-height: 1;
   height: 40px;
   margin-top: 15px;*/
}
@media (max-width: 767px) {
  .smooth_left {
    -webkit-transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
    transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  }
}
.smooth_left.delay {
  -webkit-transition: 1s 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1s 1s cubic-bezier(0.37, 0, 0.63, 1);
}

.smooth_left.is-animated {
  clip-path: inset(0);
}

.smooth_right {
  clip-path: inset(0 0 0 100%);
  display: inline-block;
  /*font-size: 36px;*/
  /*font-weight: bold;*/
  -webkit-transition: 0.75s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.75s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
  /*line-height: 1;
   height: 40px;
   margin-top: 15px;*/
}
@media (max-width: 767px) {
  .smooth_right {
    -webkit-transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
    transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  }
}
.smooth_right.delay {
  -webkit-transition: 1s 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1s 1s cubic-bezier(0.37, 0, 0.63, 1);
}

.smooth_right.is-animated {
  clip-path: inset(0);
}

/*　animation: fadeleft 0.5s;*/
/* animation-fill-mode: forwards; */
/* ------ */
/*******************************
/* SWIPER ZOOM
*******************************/
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    opacity: 0;
    left: -70px;
  }
  85% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeleft {
  0% {
    opacity: 0;
    left: -70px;
  }
  85% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@media (max-width: 767px) {
  @-webkit-keyframes fadeleft {
    0% {
      opacity: 0;
      top: -70px;
    }
    85% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
      top: 0;
    }
  }
  @keyframes fadeleft {
    0% {
      opacity: 0;
      top: -70px;
    }
    85% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
      top: 0;
    }
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/******************************/
/* サムネイルなし一覧 */
/******************************/
.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category-list li {
  margin-right: 20px;
  margin-bottom: 5px;
}

.category-list li:last-child {
  margin-right: 0;
}

/*
.category-list li.active a{
  border: solid 1px #fec73a;
  background-color: #fec73a;
}
*/
.category-list li a {
  display: block;
  border: solid 1px #333;
  padding: 5px 20px;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
  color: #333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-weight: bold;
}
@media (max-width: 767px) {
  .category-list li a {
    padding: 5px 10px;
  }
}
.category-list li a:hover {
  border: solid 1px #333333;
  background-color: #333333;
  color: #fff;
}

/**/
/*******************/
/*　メールフォーム　　　　　*/
/*******************/
.mail_form {
  max-width: 900px;
  margin: 0 auto;
}
.mail_form dl {
  background-color: #f3f7f8;
  padding: 20px 30px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .mail_form dl {
    padding: 20px;
  }
}
.mail_form dl:last-child {
  margin-bottom: 0;
}
.mail_form dl dt {
  font-weight: normal;
  margin-bottom: 10px;
}
.mail_form dl dt span {
  background-color: #e1344c;
  color: #fff;
  font-size: 12px;
  border-radius: 50px;
  padding: 3px 10px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .mail_form dl dt span {
    margin-right: 5px;
  }
}
.mail_form dl dt span.nini {
  background-color: #666;
  color: #fff;
}
.mail_form .maiform__privacy {
  margin-top: 40px;
  overflow: auto;
  height: 300px;
}
.mail_form .maiform__privacy p {
  margin-bottom: 1em;
}

.privacy_chk {
  margin-top: 30px;
}

.submit_btn {
  margin: 60px auto 0;
  position: relative;
  max-width: 320px;
}
.submit_btn:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  position: absolute;
  margin: 0 auto;
  right: 15px;
  bottom: 53%;
  font-weight: bold;
}

/*******************/
/*　メールフォームタグ　　　　　*/
/*******************/
.list-upload {
  padding-bottom: 30px;
}
.list-upload input {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.list-upload .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.list-upload li {
  position: relative;
}
.list-upload li img {
  display: none;
}
.list-upload label {
  display: block;
  cursor: pointer;
  border: 1px solid #707070;
  background-color: #fff;
  padding: 7px 20px;
  margin-top: 4px;
  position: relative;
}
.list-upload label span.btnarea {
  display: inline-block;
  background-color: #EDEDE8;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  font-size: 15px;
  padding: 3px 20px;
}
.list-upload label small {
  display: inline-block;
  font-size: inherit;
  color: #707070;
  padding-left: 10px;
}

select,
textarea,
input[type=text],
input[type=date],
input[type=submit],
input[type=tel],
input[type=email] {
  width: 100%;
}

select,
textarea,
input[type=text],
input[type=date],
input[type=submit],
input[type=tel],
input[type=email] {
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
select:focus-visible,
textarea:focus-visible,
input[type=text]:focus-visible,
input[type=date]:focus-visible,
input[type=submit]:focus-visible,
input[type=tel]:focus-visible,
input[type=email]:focus-visible {
  outline: none;
}

select,
textarea,
input[type=text],
input[type=date],
input[type=submit],
input[type=tel],
input[type=email] {
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 16px;
}

input[type=submit] {
  max-width: 320px;
  border-radius: 100px;
  background-color: #f8f6f2;
  padding: 20.5px;
}

/* ---------- */
/* #アーカイブ */
/* ---------- */
/* ---------- */
/* プライバシーポリシー */
/* ---------- */
.privacy-policy dl.privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.privacy-policy dl.privacy dt {
  width: 2em;
}
.privacy-policy dl.privacy dd {
  width: calc(100% - 2em);
}
/*# sourceMappingURL=css_map/style.css.map */
