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

.lexend-giga {
  font-family: "Lexend Giga", sans-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　全ページカスタマイズテーマです。
*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
* {
  /*	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,
figure,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
li {
  line-height: 135%;
}

p {
  line-height: 1.8;
}

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

hr {
  border-top: none;
  border-left: none;
  border-right: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 5px #F89246;
}
hr.line01 {
  border-bottom: dotted 1px #F89246;
}
hr.line02 {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: dotted 2px #F89246;
}
hr.line03 {
  border-bottom: solid 1px #ccc;
}
hr.line04 {
  border-bottom: solid 2px #3B664F;
}
hr.line05 {
  border-bottom: solid 2px #009B00;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  hr.line05 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

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.5;
  color: #333;
  font-weight: 500;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

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

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
img.border {
  border-radius: 10px;
  border: solid 4px #FEC73A;
}
img.border01 {
  border-radius: 60px 0 0 0;
}
@media (max-width: 767px) {
  img.border01 {
    border-radius: 20px;
  }
}
img.border02 {
  border-radius: 0 51px 0 0;
}
@media (max-width: 767px) {
  img.border02 {
    border-radius: 20px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 16px;
  font-weight: normal;
}

address {
  font-style: normal;
}

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

li {
  list-style: none;
}

img.border10 {
  border-radius: 10px;
}
img.border20 {
  border-radius: 20px;
}

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

/*.home .contents_wrap {
  max-width: 1360px;

  @media screen and (max-width: 1360px) {
    padding: 0 20px;
  }
}*/
.contents_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.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;
}
.contents_wrap.w1200 {
  max-width: 1200px;
}
.contents_wrap.w1360 {
  max-width: 1360px;
}
@media screen and (max-width: 1359px) {
  .contents_wrap.w1360 {
    padding: 0 5%;
  }
}
.contents_wrap.w1440 {
  max-width: 1440px;
}
@media screen and (max-width: 1439px) {
  .contents_wrap.w1440 {
    padding: 0 5%;
  }
}

@media screen and (max-width: 1215px) {
  .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;
}

.container_main {
  max-width: 720px;
  width: 100%;
}

.container_side {
  width: 100%;
  max-width: 220px;
  margin-left: 40px;
}

@media screen and (max-width: 1024px) {
  .pc_on {
    display: none;
  }
  .sp_on {
    display: block;
  }
}
@media print, screen and (min-width: 1025px) {
  .pc_on {
    display: block;
  }
  .sp_on {
    display: none;
  }
}
@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%);
}

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

.f60 {
  font-size: clamp(35px, 1.477rem + 3.03vw, 60px);
  line-height: 1;
}

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

.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);
  line-height: 1;
}

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

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

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

.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);
}

.f17 {
  font-size: clamp(14px, 0.79rem + 0.36vw, 17px);
}

.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;
}

.txt_gr01 {
  color: #009B00;
}

.bg_fff {
  background-color: #fff;
  position: relative;
}

.bg_c.bg_ccc {
  background-color: #ccc;
}

.bg_f3f1ee {
  background-color: #f3f1ee;
}

.bg_fixed {
  position: relative;
  /*min-height: 100vh;*/
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .bg_fixed {
    min-height: inherit;
    background-attachment: scroll;
    padding: 100px 0;
  }
}

.contact_infoarea .tel_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
.contact_infoarea .tel_box .tel_btn01 {
  border: solid 3px #009B00;
  display: block;
  padding: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
.contact_infoarea .tel_box .tel_btn01 .b_txt {
  font-family: "Lexend Giga", sans-serif;
  font-size: clamp(20px, 1.341rem + 1.21vw, 36px);
  font-family: 400;
  color: #009B00;
}

/* ------ */
/* 見出し（heading） */
/* ------ */
/* ------ */
/* ボタン（BTN） */
/* ------ */
.h_btn01 {
  position: relative;
  background-color: #003B00;
  color: #fff;
  border-radius: 100px;
  display: block;
  margin: auto 5px;
  padding: 10px 15px;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 150px;
  height: 35px;
}
.h_btn01 .contact_btn:before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  margin: 0 auto;
  font-weight: 300;
  color: #ffffff;
  margin-right: 5px;
  font-size: 19px;
  position: relative;
  top: 2px;
}
.h_btn01 a {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.5;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
}
.h_btn01:hover {
  opacity: 1;
  background-color: #009B00;
}
@media (max-width: 1024px) {
  .h_btn01 {
    display: none;
  }
}
.h_btn01.recruit_btn {
  background-color: #F89246;
}
.h_btn01.contact_btn {
  background-color: #00173A;
}

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

/* ------ */
/* 表 */
/* ------ */
/* ------ */
/* レイアウト */
/* ------ */
/* アンカーーメニュー */
/* --- */
.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;
}

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

/*******************/
/*　SINGLE　　　　*/
/*******************/
.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 #009B00;
  /*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 #009B00;
  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: #009B00;
  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%);
}

/***************/
/*******************/
/*　アコーディオン　　　　*/
/*******************/
/*******************/
/*　text　　　*/
/*******************/
.text_infoarea {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .text_infoarea {
    padding: 0 30px;
  }
}

/* ------ */
/* 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: 15px;
}
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: 26px;
  height: 26px;
}
ul.links_sns li a.line_icon::before {
  background-image: url(../images/icon/sns/line_wht.svg);
  width: 26px;
  height: 26px;
}
ul.links_sns li a.ig_icon::before {
  background-image: url(../images/icon/sns/insta_wht.svg);
  width: 26px;
  height: 26px;
}
ul.links_sns li a.fb_icon::before {
  background-image: url(../images/icon/sns/fb_wht.svg);
  width: 26px;
  height: 26px;
}
ul.links_sns li a.tw_icon::before {
  background-image: url(../images/icon/sns/x_icon_wht.svg);
  width: 26px;
  height: 26px;
}
ul.links_sns li a.youtube_icon::before {
  background-image: url(../images/icon/sns/youtube_wht.svg);
  width: 26px;
  height: 26px;
}

.breadcrumbs {
  padding: 10px 0;
}

/* ------ */
/* header */
/* ------ */
header {
  position: absolute;
  width: 100%;
  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;
  /*transform: translateY(-100px);*/
}
@media (max-width: 767px) {
  header {
    position: relative;
    height: 60px;
    background-color: #fff;
  }
  header ul.links_sns li a.map_icon::before {
    background-image: url(../images/icon/map_icon.svg);
    width: 26px;
    height: 26px;
  }
  header ul.links_sns li a.line_icon::before {
    background-image: url(../images/icon/sns/line_wht.svg);
    width: 26px;
    height: 26px;
  }
  header ul.links_sns li a.ig_icon::before {
    background-image: url(../images/icon/sns/insta_wht.svg);
    width: 26px;
    height: 26px;
  }
  header ul.links_sns li a.fb_icon::before {
    background-image: url(../images/icon/sns/fb_wht.svg);
    width: 26px;
    height: 26px;
  }
  header ul.links_sns li a.tw_icon::before {
    background-image: url(../images/icon/sns/x_icon_wht.svg);
    width: 26px;
    height: 26px;
  }
  header ul.links_sns li a.youtube_icon::before {
    background-image: url(../images/icon/sns/youtube_wht.svg);
    width: 26px;
    height: 26px;
  }
}
header .menu_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 20px;
}
@media (max-width: 767px) {
  header .menu_area {
    display: none;
  }
}
@media (max-width: 767px) {
  header.is-none {
    /*background: none;*/
    /*z-index: 110;*/
  }
}
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 {
  background: none;
}
header.fixed .h-logo {
  margin-left: 50px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border-radius: 0;
}
@media (max-width: 1280px) {
  header.fixed .h-logo {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  header.fixed .h-logo {
    margin-left: 20px;
  }
}
header.fixed .h-logo a {
  display: block;
}
header.fixed .header-r-area {
  /*display: none;*/
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
header.fixed #menu-header-navi li a {
  color: #333;
  text-shadow: 2px 2px 5px #fff, -2px 2px 10px #fff;
  border-right: dotted #333333 2px;
}
header.fixed ul.links_sns li a.line_icon::before {
  background-image: url(../images/icon/sns/line_blk.svg);
  width: 26px;
  height: 26px;
}
header.fixed ul.links_sns li a.ig_icon::before {
  background-image: url(../images/icon/sns/insta_blk.svg);
  width: 26px;
  height: 26px;
}
header.fixed ul.links_sns li a.fb_icon::before {
  background-image: url(../images/icon/sns/fb_blk.svg);
  width: 26px;
  height: 26px;
}
header.fixed ul.links_sns li a.youtube_icon::before {
  background-image: url(../images/icon/sns/youtube_blk.svg);
  width: 26px;
  height: 26px;
}
header.fixed #menu-header-navi li:after {
  border-left: dotted 2px #333;
}
header.inner_header {
  position: relative;
  background-color: #fff;
}
@media (max-width: 767px) {
  header.inner_header {
    position: relative;
  }
}
header.inner_header ul.links_sns li a.line_icon::before {
  background-image: url(../images/icon/sns/line_blk.svg);
  width: 26px;
  height: 26px;
}
header.inner_header ul.links_sns li a.ig_icon::before {
  background-image: url(../images/icon/sns/insta_blk.svg);
  width: 26px;
  height: 26px;
}
header.inner_header ul.links_sns li a.fb_icon::before {
  background-image: url(../images/icon/sns/fb_blk.svg);
  width: 26px;
  height: 26px;
}
header.inner_header ul.links_sns li a.youtube_icon::before {
  background-image: url(../images/icon/sns/youtube_blk.svg);
  width: 26px;
  height: 26px;
}
header.inner_header .h-logo {
  margin-left: 50px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border-radius: 0;
}
@media (max-width: 1280px) {
  header.inner_header .h-logo {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  header.inner_header .h-logo {
    margin-left: 20px;
  }
}
header.inner_header .h-logo a {
  display: block;
}
header.inner_header #menu-header-navi li:after {
  border-left: dotted 2px #333;
}
header.inner_header #menu-header-navi li a {
  color: #333;
  text-shadow: 2px 2px 5px #fff, -2px 2px 10px #fff;
}
header .h-logo {
  padding-left: 56px;
  padding-right: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0 0 30px 0;
}
@media (max-width: 1280px) {
  header .h-logo {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  header .h-logo {
    background: none;
  }
}
header .h-logo a {
  display: block;
}
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 (max-width: 1280px) {
  header .header-r-area {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  header .header-r-area {
    background: none;
    padding-right: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
  }
  header .header-r-area .h_contact_btn {
    display: none;
  }
}
header .header-r-area .h-contact {
  padding-right: 20px;
}
@media screen and (max-width: 1300px) {
  header .header-r-area .h-contact #menu-header-navi {
    display: none;
  }
}
header .header-r-area .h-contact .menu_top_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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  margin-bottom: 10px;
}
header .header-r-area .h-contact a.tel_link {
  line-height: normal;
  font-weight: 500;
  font-size: 22px;
  font-family: "Cinzel", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
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: 73.08px;
  -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;
}

/* ----------- */
/* global navi */
/* ----------- */
.drawer {
  /*position: fixed;*/
  position: relative;
  top: -5px;
  right: 0;
  z-index: 150;
}

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

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

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

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

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

.header_drawer_toggle .gnav-trg {
  position: relative;
  z-index: 101;
  width: 40px;
  height: 40px;
  margin: 0;
  cursor: pointer;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: solid 2px #003B00;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .header_drawer_toggle .gnav-trg {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 2px;
    right: 10px;
    border: solid 2px #333;
    border-radius: 50%;
  }
}
/*
.header_drawer_toggle .gnav-trg span,
.header_drawer_toggle .gnav-trg::before,
.header_drawer_toggle .gnav-trg::after {
  background-color: #000;
}
*/
.header_drawer_toggle .gnav-trg span {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*width: calc(100% - 24px);*/
  width: 20px;
  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: 20px;
  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% - 5px);
}

@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% - 5px);
}

@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: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gav_close_btn img {
  border: solid 2px #333;
  padding: 10px;
  border-radius: 50%;
}

.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 .links_sns {
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gnav .gnav__inr .links_sns li a.map_icon::before {
  background-image: url(../images/icon/map_icon.svg);
  width: 27px;
  height: 27px;
}
.gnav .gnav__inr .links_sns li a.ig_icon::before {
  background-image: url(../images/icon/sns/insta_blk.svg);
  width: 27px;
  height: 27px;
  background-size: contain;
}
.gnav .gnav__inr .links_sns li a.line_icon::before {
  background-image: url(../images/icon/sns/line_blk.svg);
  width: 27px;
  height: 27px;
  background-size: contain;
}
.gnav .gnav__inr .links_sns li a.fb_icon::before {
  background-image: url(../images/icon/sns/fb_blk.svg);
  width: 27px;
  height: 27px;
  background-size: contain;
}
.gnav .gnav__inr .links_sns li a.tw_icon::before {
  background-image: url(../images/icon/sns/x_icon_blk.svg);
  width: 27px;
  height: 27px;
  background-size: contain;
}
.gnav .gnav__inr .links_sns li a.youtube_icon::before {
  background-image: url(../images/icon/sns/youtube_blk.svg);
  width: 27px;
  height: 27px;
  background-size: contain;
}
.gnav .gnav__inr .h_external_link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .gnav .gnav__inr .h_external_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.gnav .gnav__inr .h_external_link li a {
  height: auto;
}
.gnav .gnav__inr .drawer_language_flex {
  border-top: 2px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #333;
  margin-top: 40px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .gnav .gnav__inr .drawer_language_flex {
    -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;
  }
  .gnav .gnav__inr .drawer_language_flex .language_ttl {
    border-top: solid 1px #ccc;
    margin-top: 5px;
    padding-top: 2px;
  }
}
.gnav .gnav__inr .drawer_language_flex .language_flex_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .gnav .gnav__inr .drawer_language_flex .language_flex_list {
    margin-left: 0;
  }
}
.gnav .gnav__inr .drawer_language_flex .language_flex_list li:before {
  content: "/";
}
@media (max-width: 767px) {
  .gnav .gnav__inr .drawer_language_flex .language_flex_list li:first-child:before {
    content: none;
  }
}
.gnav .gnav__inr .drawer_language_flex .language_flex_list li a {
  position: relative;
  padding: 0 3px;
  font-weight: bold;
}
.gnav .gnav__inr .drawer_language_flex .language_flex_list li a:hover {
  color: #E4007F;
}
.gnav .gnav__inr .header-drawer-nav {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .gnav .gnav__inr .header-drawer-nav {
    width: 90%;
    margin: 0 auto;
  }
}
.gnav .gnav__inr .header-drawer-nav li {
  position: relative;
  padding-top: 12.5px;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 12.5px;
  border-bottom: solid 1px #009B00;
}
@media (max-width: 767px) {
  .gnav .gnav__inr .header-drawer-nav li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.gnav .gnav__inr .header-drawer-nav li:first-child {
  margin-top: 0;
}
.gnav .gnav__inr .header-drawer-nav li:last-child {
  padding-bottom: 15px;
}
.gnav .gnav__inr .header-drawer-nav li a {
  color: #333;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children a {
  pointer-events: none !important;
}
.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: "";
  background-image: url(../images/icon/icon_minus_blue.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children .header-nav-child {
  position: absolute;
  width: 100%;
  top: 15px;
  right: 5px;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children .header-nav-child::before {
  display: inline-block;
  content: "";
  background-image: url(../images/icon/icon_plus_blue.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.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;*/
  list-style-position: inside;
  width: 100%;
  /*margin-bottom: 5px;*/
  /*margin-top: 10px;*/
  /*↓ホバーエフェクト指定*/
  background: none;
  padding: 10px 0 5px 0;
  border-bottom: none;
  margin: 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 .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-top: 10px;
  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 {
  position: relative;
  line-height: 1.8;
  font-size: 14px;
}
.header-nav li a {
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: solid 1px transparent;
  border-right: dotted #fff 2px;
}
.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: 20px;
  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 li {
  width: 100%;
  background-color: #fff;
  line-height: 1.5;
  padding: 10px 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;
  margin-bottom: 1px;
  pointer-events: auto;
  border: none;
  padding-left: 0;
}
.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 */
/* ---- */
.add_product {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #003B00;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .add_product {
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  .add_product .layout_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .add_product .layout_a .imgbox {
    margin-top: 30px;
  }
}

/* ---- */
/* 共通CONTACT */
/* ---- */
.add_contact .lybox01:before {
  background: #fff;
}

/* ---- */
/* 共通会社案内 */
/* ---- */
.add_construction {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .add_construction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.add_construction .txtbox {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 59, 0, 0.3019607843);
  color: #fff;
  padding: 80px 100px;
}
@media (max-width: 1024px) {
  .add_construction .txtbox {
    width: 100%;
    padding: 30px 5%;
  }
}
.add_construction .imgbox {
  background-size: cover;
  background-image: url(../images/common/add_construction/add_construction_img01.png);
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1024px) {
  .add_construction .imgbox {
    aspect-ratio: 3/2;
  }
}

/* ---- */
/* 製品案内area */
/* ---- */
.add_works {
  padding: 100px 0;
  background-color: #ECE5E0;
}
@media (max-width: 1024px) {
  .add_works {
    padding: 50px 0;
  }
}

/* ---- */
/* コンタクトarea */
/* ---- */
.add_contact {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .add_contact {
    padding: 50px 0;
  }
}

/* ------ */
/* footer */
/* ------ */
.under_sp_nav {
  position: fixed;
  bottom: 0vh;
  left: 0;
  -webkit-transform: translateY(250%);
          transform: translateY(250%);
  width: 100%;
  height: 40px;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 5;
  display: none;
}
@media screen and (max-width: 600px) {
  .under_sp_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px;
    width: 95%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
.under_sp_nav.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

footer {
  background-image: url(../images/home/footer_bg01.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  /*top: 100vh;*/
  width: 100%;
  color: #ffffff;
  z-index: 1;
}
footer .footerLower {
  /*margin-top: 16.1vw;*/
  margin-top: 50px;
}
footer .footer_block {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #003B00;
  border-radius: 60px 60px 0px 0px;
  opacity: 1;
  padding: 80px 0;
}
@media screen and (max-width: 1440px) {
  footer .footer_block {
    margin: 0 50px;
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  footer .footer_block {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  footer .footer_block {
    margin: 0 20px;
    padding: 40px 25px 15px;
  }
}
footer .footer_block .contents_wrap {
  /*max-width: 1000px;*/
}
footer a {
  color: #ffffff;
}
footer a:hover {
  opacity: 0.6;
}
footer .f_ttl {
  position: relative;
  font-weight: bold;
  left: -10px;
}
footer .menu li {
  margin-top: 20px;
}
footer .menu li a {
  border-left: dotted 2.5px #fff;
  padding-left: 10px;
  font-weight: bold;
}

.footerUpper {
  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;
}
@media (max-width: 767px) {
  .footerUpper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footerUpper .footerUpper_prof_area {
  width: 30%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .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: 0;
    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 figure img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: auto;
  }
}
@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;
}
@media (max-width: 767px) {
  .footerUpper .footerUpper_prof_area h2 {
    font-size: 13px;
  }
}
.footerUpper .footerUpper_prof_area .company-footer {
  margin-bottom: 20px;
}
.footerUpper .footerUpper_prof_area .links_sns {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
}
@media (max-width: 767px) {
  .footerUpper .footerUpper_prof_area .links_sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footerUpper .footerUpper_prof_area .links_sns li a.map_icon::before {
  background-image: url(../images/icon/map_icon.svg);
  width: 26px;
  height: 26px;
}
.footerUpper .footerUpper_prof_area .links_sns li a.line_icon::before {
  background-image: url(../images/icon/sns/line_wht2.svg);
  width: 26px;
  height: 26px;
}
.footerUpper .footerUpper_prof_area .links_sns li a.ig_icon::before {
  background-image: url(../images/icon/sns/insta_wht.svg);
  width: 26px;
  height: 26px;
}
.footerUpper .footerUpper_prof_area .links_sns li a.fb_icon::before {
  background-image: url(../images/icon/sns/fb_wht.svg);
  width: 26px;
  height: 26px;
}
.footerUpper .footerUpper_prof_area .links_sns li a.tw_icon::before {
  background-image: url(../images/icon/sns/x_icon_wht.svg);
  width: 26px;
  height: 26px;
}
.footerUpper .footerUpper_prof_area .links_sns li a.youtube_icon::before {
  background-image: url(../images/icon/sns/youtube_wht.svg);
  width: 26px;
  height: 26px;
}
.footerUpper .footerUpper_nav_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 25px;
}
@media (max-width: 767px) {
  .footerUpper .footerUpper_nav_area {
    display: none;
  }
}
@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 */
/* ------ */
ul.links_sns li a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media print, screen and (min-width: 1025px) {
  #footer_nav > ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
/* ------ */
/* Mail form */
/* ------ */
.contact .text_body {
  max-width: 1000px;
  margin: 0 auto;
}
.contact .box p {
  margin-bottom: 20px;
}

.mail_form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.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: 22%;
  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(78% - 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 .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 .mailform_address_flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}
.mail_form .mailform_address_flex2 li select {
  width: auto;
}
.mail_form .mailform_address_flex2 li:first-child:after {
  content: "～";
  display: inline-block;
  margin-left: 15px;
}

.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 */
/* --- */
.gutenberg {
  /*固定ページ用エディタ編集*/
}
.gutenberg.page_text h2,
.gutenberg.page_text h3,
.gutenberg.page_text h4 {
  font-weight: bold;
}
.gutenberg.page_text h2,
.gutenberg.page_text h3 {
  margin-bottom: 30px;
}

/* ------ */
/* アニメーション */
/* ------ */
/**
<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: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1s 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.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: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1s 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.is-animated {
  clip-path: inset(0);
}

/*******************************
/* SWIPER ZOOM
*******************************/
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-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);
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
/******************************/
/* おしらせ */
/******************************/
/******************************/
/* サムネイルなし一覧 */
/******************************/
.single_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 15px;
}
.single_ttl .category_c a {
  display: block;
  border: solid 1px #000;
  padding: 5px 20px;
  text-align: center;
  border-radius: 20px;
  font-size: clamp(11px, 0.631rem + 0.24vw, 13px);
  background-color: #fff;
  color: #333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-weight: bold;
}
@media (max-width: 767px) {
  .single_ttl .category_c a {
    padding: 5px 10px;
  }
}

.c_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;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .c_flex {
    display: block;
  }
}
.c_flex .category-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: solid 1px #333333;
  margin-left: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .c_flex .category-list {
    border-left: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: solid 1px #333333;
  }
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category-list li {
  margin-right: 10px;
  margin-bottom: 0px;
}

.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 #000;
  padding: 5px 20px;
  text-align: center;
  border-radius: 20px;
  font-size: clamp(11px, 0.631rem + 0.24vw, 13px);
  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 #333;
  background-color: #333;
  color: #fff;
}

/*******************/
/*　メールフォーム　　　　　*/
/*******************/
.mail_form {
  max-width: 900px;
  margin: 0 auto;
}
.mail_form dl {
  background-color: #f3f7f8;
  padding: 20px 30px;
  margin-bottom: 10px;
}
.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;
}
.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;
}

/*******************/
/*　メールフォームタグ　　　　　*/
/*******************/
.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wpcf7-radio .wpcf7-list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 25%;
  margin: 0;
}

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;
  max-width: 100%;
  min-width: 100%;
}

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

/* ---------- */
/* #アーカイブ */
/* ---------- */
.c_list .contents_wrap {
  max-width: 1000px;
}

/* ---------- */
/* プライバシーポリシー */
/* ---------- */
.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);
}

/*STICKY*/
.sticky_box {
  display: none;
}
@media screen and (max-width: 480px) {
  .sticky_box.is-none {
    display: none;
  }
  .sticky_box {
    display: block;
    height: auto;
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
  .sticky_box .sticky_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f7f7f7;
  }
  .sticky_box .sticky_ul li a {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
}

/******************************/
/* #記事　目次　装飾 */
/******************************/
body #toc_container {
  padding: 0;
  border: 1px solid #109EB8;
}
body #toc_container .toc_toggle a {
  color: #fff;
}
body #toc_container p.toc_title {
  color: #fff;
  background-color: #109EB8;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body #toc_container p.toc_title + ul.toc_list {
  padding: 0 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body #toc_container p.toc_title + ul.toc_list li {
  border-bottom: solid 2px #109EB8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
body #toc_container p.toc_title + ul.toc_list li a {
  font-weight: bold;
}
body #toc_container p.toc_title + ul.toc_list li ul li {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
body #toc_container p.toc_title + ul.toc_list li ul li a {
  font-weight: normal;
}
body #toc_container p.toc_title + ul.toc_list li ul li a span {
  color: #9A9696;
}

/******************************/
/* #JS　MASK */
/******************************/
/* マスク用 */
.l-mask {
  overflow: hidden;
  position: relative;
}

/* 初期状態：マスクが下に被さってる */
.l-mask::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  /* 背景色に合わせる */
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

/* 表示後：マスクが上に抜ける */
.l-mask.is-show::after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

/* 画像ズームアウト */
.l-zoomOut {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 表示後 */
.l-mask.is-show .l-zoomOut {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/******************************/
/* #SLICK */
/******************************/
.img_slider .slick-slide {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.img_slider .slick-prev,
.img_slider .slick-next {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  font-size: 0;
  background: transparent;
  color: #fff;
  padding: 10px 16px;
  cursor: pointer;
  border: none;
  padding: 0;
  width: auto;
  height: auto;
}
.img_slider .slick-prev {
  left: 0;
}
.img_slider .slick-prev:before {
  content: "\f104";
  font-style: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  width: auto;
  height: auto;
  font-size: 30px;
}
.img_slider .slick-next {
  right: 0;
}
.img_slider .slick-next:before {
  content: "\f054";
  font-style: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  width: auto;
  height: auto;
  font-size: 30px;
}
.img_slider img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 260/326;
}
.img_slider .slick-dots {
  margin-top: 15px;
}
.img_slider .slick-dots li button {
  width: 8px;
  height: 8px;
}
.img_slider .slick-dots li button:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

/******************************/
/* #LOOP SLIDER
//
//
//
<div class="loop-slider">
			<div class="loop-track">

				<!-- 1周目 -->
				<div class="loop-set">
					<img src="<?php bloginfo('template_directory'); ?>/images/no_images.jpg" alt="">
					<img src="<?php bloginfo('template_directory'); ?>/images/no_images.jpg" alt="">
					<img src="<?php bloginfo('template_directory'); ?>/images/no_images.jpg" alt="">
					<img src="<?php bloginfo('template_directory'); ?>/images/no_images.jpg" alt="">
					<img src="<?php bloginfo('template_directory'); ?>/images/no_images.jpg" alt="">
				</div>

				<!-- 2周目（同じ画像をコピペ） -->
				<div class="loop-set" aria-hidden="true">
					<img src="<?php bloginfo('template_directory'); ?>/images/no_images.jpg" alt="">
					<img src="<?php bloginfo('template_directory'); ?>/images/no_images.jpg" alt="">
					<img src="<?php bloginfo('template_directory'); ?>/images/no_images.jpg" alt="">
					<img src="<?php bloginfo('template_directory'); ?>/images/no_images.jpg" alt="">
					<img src="<?php bloginfo('template_directory'); ?>/images/no_images.jpg" alt="">
				</div>

			</div>
		</div>

*/
/******************************/
.loop-slider {
  --gap: 24px;
  /* 画像間隔 */
  --speed: 25s;
  /* 流れる速さ */
  overflow: hidden;
  width: 100%;
  padding-bottom: 30px;
}

.loop-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: loop var(--speed) linear infinite;
          animation: loop var(--speed) linear infinite;
}

.loop-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .loop-set {
    gap: 0 5px;
  }
}
.loop-set img {
  height: 230px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 5px #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 1024px) {
  .loop-set img {
    height: 55px;
  }
}
.loop-set img:nth-child(odd) {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.loop-set img:nth-child(even) {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.loop-set img:last-child {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .loop-set img:last-child {
    margin-right: 5px;
  }
}

@keyframes loop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.loop-slider:hover .loop-track {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
/*# sourceMappingURL=css_map/style.css.map */
