@charset "UTF-8";
/*
Theme Name: template1.01
Description: template1.01　全ページカスタマイズテーマです。
*/
.montserrat {
  font-family: 'Montserrat', sans-serif;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*
$gray_color01: #D1D1D1;
$gray_color02: #ccc;
$gray_color03: #777;
$gray_color04: #555;
$gray_color05: #F4F3F3;
$gray_color06: #ddd;
*/
/*サイト共通の間隔*/
/*英語用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,
figure {
  margin: 0;
  padding: 0;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  line-height: 150%;
}

p {
  line-height: 2;
}

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

.num_txt01 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #47986F;
}

@media screen and (max-width: 767px) {
  .num_txt01 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}

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

hr {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: dotted 1px #333;
}

@media screen and (max-width: 767px) {
  hr {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

hr.line01 {
  border-bottom: solid 1px #47986F;
}

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: 16px;
  line-height: 2;
  color: #333;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}

@media screen and (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;
}

.hover:hover {
  opacity: 0.65;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

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

.contents_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .contents_wrap {
    max-width: calc($content_width - 40px);
  }
}

.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.w1360 {
  max-width: 1360px;
}

@media screen and (max-width: 1480px) {
  .contents_wrap.w1360 {
    padding: 0 5%;
  }
}

.contents_wrap.w1600 {
  max-width: 1600px;
}

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

.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 (min-width: 1025px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .sp_none {
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .pc_none {
    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%);
}

/******************************/
/* タブレットサイズ（1024px　ONOFF） */
/******************************/
@media screen and (max-width: 1024px) {
  .pc_on {
    display: none;
  }
  .u-desktop {
    display: none;
  }
  .sp_on {
    display: block;
  }
}

@media print, screen and (min-width: 1025px) {
  .pc_on {
    display: block;
  }
  .u-desktop {
    display: block;
  }
  .sp_on {
    display: none;
  }
}

/******************************/
/* HEADER */
/******************************/
header {
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  height: 100px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  header {
    position: relative;
    height: 70px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  header.is-none {
    background: none;
  }
}

header.fixed {
  position: fixed !important;
  background-color: #ffffffb3;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header.fixed .header-r-area {
  /*display: none;*/
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

header.fixed .header-r-area .header-nav li a {
  color: #333;
  border-left: dotted 1px #333;
}

header.fixed .language_flex,
header.fixed .language_flex .language_flex_list li a {
  color: #333 !important;
}

header.fixed #menu-header-navi li a {
  color: #333;
}

header.fixed .h_shop_btn {
  background-color: #5A3E3F;
  color: #fff;
}

header.fixed ul.links_sns li a.line_icon::before {
  background-image: url(../images/icon/sns/line_blk.svg);
  width: 24px;
  height: 24px;
}

header.fixed ul.links_sns li a.ig_icon::before {
  background-image: url(../images/icon/sns/insta_blk.svg);
  width: 24px;
  height: 24px;
}

header.fixed ul.links_sns li a.fb_icon::before {
  background-image: url(../images/icon/sns/fb_blk.svg);
  width: 24px;
  height: 24px;
}

header.fixed ul.links_sns li a.tw_icon::before {
  background-image: url(../images/icon/sns/x_icon_blk.svg);
  width: 24px;
  height: 24px;
}

header.fixed ul.links_sns li a.youtube_icon::before {
  background-image: url(../images/icon/sns/youtube_blk.svg);
  width: 24px;
  height: 24px;
}

header.fixed .h-logo h1 a,
header.fixed .h-logo p 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;
  margin-right: 20px;
}

@media screen and (max-width: 1390px) {
  header .header-r-area {
    margin-right: 90px;
  }
}

@media screen and (max-width: 1024px) {
  header .header-r-area ul.links_sns {
    display: none;
  }
}

header .header-r-area .h-contact .menu_top_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  header .header-r-area .h-contact .menu_top_flex {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  header .header-r-area .h-contact .menu_top_flex .h_compoany_btn {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  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: 48.8px;
  -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 screen and (max-width: 767px) {
  header .h1 a img {
    height: 35px;
  }
}

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

.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: 1390px) {
  .header_drawer_toggle {
    display: 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 .gnav-trg {
  position: relative;
  top: 18px;
  right: 20px;
  z-index: 101;
  width: 60px;
  height: 60px;
  margin: 0;
  cursor: pointer;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 767px) {
  .header_drawer_toggle .gnav-trg {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 14px;
  }
}

.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;
  background-color: #47986F;
  padding: 10px;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.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 screen and (max-width: 767px) {
  .gnav .gnav__inr {
    width: 100%;
  }
}

.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 screen and (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 screen and (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 screen and (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 screen and (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: dotted 2px #47986F;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 1.5em;
  padding-right: 1.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: dotted 2px #47986F;
}

.gnav .gnav__inr .header-drawer-nav li a {
  color: #47986F;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
}

.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: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.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: 20px;
  right: 0;
}

.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.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;*/
  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: "・";
  margin-right: 5px;
}

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

#menu-header-navi {
  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;
}

#menu-header-navi li {
  position: relative;
  line-height: 1.4;
  font-size: 14px;
}

#menu-header-navi li:last-child:after {
  display: none;
}

#menu-header-navi li a {
  color: #333;
  font-weight: bold;
}

#menu-header-navi 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: 180px;
  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;*/
}

#menu-header-navi li.menu-item-has-children:hover ul.sub-menu::before {
  content: "";
  position: absolute;
  top: 5px;
  left: calc(15% - 10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}

#menu-header-navi 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;
}

#menu-header-navi li.menu-item-has-children:hover ul.sub-menu li:last-child {
  margin-bottom: 0;
}

#menu-header-navi li.menu-item-has-children:hover ul.sub-menu li:after {
  display: none;
}

#menu-header-navi li.menu-item-has-children:hover ul.sub-menu li:hover {
  background-color: #e2e2e2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#menu-header-navi li.menu-item-has-children:hover ul.sub-menu li:hover a {
  color: #47986F;
}

#menu-header-navi li.menu-item-has-children:hover ul.sub-menu li a {
  color: #333;
  display: block;
  margin-bottom: 1px;
  pointer-events: auto;
}

#menu-header-navi li.menu-item-has-children ul {
  display: none;
}

/* ----------- */
/* main_visual */
/* ----------- */
#main_visual {
  width: 100%;
  z-index: 1;
  overflow: hidden;
  height: calc(100vh - 100px);
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #main_visual {
    height: calc(60vh);
  }
}

#main_visual .mv_logo_area {
  width: 100vw;
  height: 100%;
  /*aspect-ratio: 1600 / 852;*/
  position: absolute;
  top: 0%;
  left: -15%;
  z-index: 2;
  opacity: 0;
  /* -webkit-transform: scale(0.4); */
  /* transform: scale(0.4); */
}

#main_visual .mv_logo_area.active {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

#main_visual .mv_logo_area figure {
  max-width: 600px;
  position: absolute;
  top: calc(50% - 0px);
  left: 49.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  #main_visual .mv_logo_area figure {
    left: 59.5%;
    width: 77%;
    top: calc(40% - 0px);
  }
}

#main_visual .mv_logo {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 45vw;
  z-index: 555;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#main_visual .mv_logo figure {
  margin: 0;
  text-align: center;
}

#main_visual .copy_text {
  width: 50%;
  max-width: 840px;
  position: absolute;
  z-index: 2;
  top: calc(50% - 0px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  #main_visual .copy_text {
    width: 80%;
  }
}

/******************************/
/* swiper TOPのみ制御 */
/******************************/
.home .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  height: calc(100vh - 100px);
}

@media screen and (max-width: 767px) {
  .home .swiper-container .swiper-wrapper .swiper-slide {
    height: calc(60vh);
  }
}

.home .swiper-container .swiper-wrapper .swiper-slide .slider_block {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: calc(100vh - 100px);
}

@media screen and (max-width: 767px) {
  .home .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    height: calc(60vh);
  }
}

@media screen and (max-width: 1280px) {
  .home .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 63vh;
  }
}

.swiper-pagination {
  /* top: 40%; */
  bottom: 55px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 55px;
    position: inherit;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  margin-right: 15px;
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  opacity: 1;
  outline: none;
  border-radius: initial;
}

@media screen and (max-width: 767px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    background-color: #ddd;
  }
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e83c41;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 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;
}

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

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

.txt_lh02 {
  line-height: 2;
}

.txt_lh014 {
  line-height: 1.4;
}

.txt_red {
  color: #e83c41;
}

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

.bg_main_color {
  background-color: #47986F;
}

.bg_f8f2f2 {
  background-color: #f8f2f2;
}

.bg_fixed {
  position: relative;
  /*min-height: 100vh;*/
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  min-height: 450px;
}

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

@media screen and (max-width: 767px) {
  .bg_fixed {
    min-height: inherit;
    background-attachment: scroll;
    padding: 100px 0;
  }
}

/* ------ */
/* 見出し（heading） */
/* ------ */
.side-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: calc(27 / 22);
  font-weight: 600;
  border-bottom: 1px solid #333333;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.ttl01 {
  font-size: clamp(20px, 1.159rem + 1.45vw, 36px);
  font-weight: bold;
}

.ttl01 span {
  color: #47986F;
  font-size: 18px;
  line-height: calc(27 / 18);
  font-weight: 500;
  border-left: 4px solid #47986F;
  border-image-slice: 1;
  padding-left: 10px;
}

.ttl02 {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl02 {
    margin-bottom: 40px;
  }
}

.ttl02.non_line:after {
  display: none;
}

.ttl02.type01 .jp_txt {
  font-size: 50px;
  margin-bottom: 5px;
  color: #47986F;
}

@media screen and (max-width: 1366px) {
  .ttl02.type01 .jp_txt {
    font-size: 30px;
  }
}

.ttl02.type01 .eng_txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  color: #47986F;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .ttl02.type01 .eng_txt {
    font-size: 14px;
  }
}

.ttl02.type02 .jp_txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.ttl02.type02 .eng_txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 34px;
  display: inline-block;
  margin-bottom: 5px;
  color: #47986F;
}

@media screen and (max-width: 767px) {
  .ttl02.type02 .eng_txt {
    font-size: 24px;
  }
}

.ttl02.type02:after {
  bottom: -20px;
}

.ttl02:after {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 100%;
  max-width: 40px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: solid 2px #47986F;
}

.ttl03 {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #47986F;
}

.b_line01 {
  position: relative;
  width: 2px;
  height: 40px;
  margin: 15px auto;
  background-color: #47986F;
}

.ttl04 {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: dotted 2px #ccc;
}

.ttl05 {
  font-size: 22px;
  border-bottom: solid 1px #333;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.ttl06 {
  border-left: solid 4px #47986F;
  color: #47986F;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding-left: 10px;
}

.ttl07 {
  font-size: 24px;
  position: relative;
  border-left: solid 6px #47986F;
  margin-bottom: 30px;
  padding: 0 21px 8px;
}

@media screen and (max-width: 767px) {
  .ttl07 {
    font-size: 18px;
  }
}

.ttl07::before {
  content: "";
  background-color: #47986F;
  position: absolute;
  width: calc(100% - 10px);
  left: 10px;
  bottom: 0;
  height: 2px;
}

.ttl08 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 45px;
}

.ttl08::before, .ttl08::after {
  position: absolute;
  bottom: -15px;
  left: 0;
}

.ttl08::before {
  content: "";
  display: inline-block;
  width: 110px;
  height: 1px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  border-bottom: solid 2px #47986F;
  z-index: 1;
}

.ttl08 .eng_ttl {
  font-family: 'Aoboshi One', serif;
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 5px;
  padding: 3px 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#6892D4), color-stop(41%, #6490D0), to(#446CA0)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #6892D4 0%, #6490D0 41%, #446CA0 100%) 0% 0% no-repeat padding-box;
  border-radius: 100px;
}

.ttl08 .jp_ttl {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.ttl09 {
  border: solid 3px #47986F;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.ttl09 .num {
  background-color: #47986F;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 58px;
  padding: 16px 0;
  text-align: center;
  font-size: 22px;
  margin-right: 20px;
}

.ttl10 {
  border-left: 5px solid #5D3500;
  padding-left: 10px;
  color: #5D3500;
  font-size: 18px;
}

/****************/
/* ------ */
/* ボタン（BTN） */
/* ------ */
.h_yoyaku_btn span {
  background-color: #e83c41;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  height: 100px;
  width: 170px;
  color: #fff;
}

.h_yoyaku_btn span figure {
  margin-bottom: 5px;
}

@media screen and (max-width: 1280px) {
  .h_yoyaku_btn span {
    height: 70px;
  }
}

.h_yoyaku_btn:hover {
  opacity: 0.6;
}

.h_compoany_btn {
  display: block;
  font-size: 13px;
  border: solid 1px #333;
  padding: 5px 20px;
  border-radius: 100px;
  font-weight: bold;
}

.h_compoany_btn:hover {
  border: solid 1px #fec73a;
  background-color: #fec73a;
}

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

.btn01 a {
  border-radius: 100px;
  width: 100%;
  max-width: 280px;
  background-color: #C7D8E9;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  position: relative;
  overflow: hidden;
}

.btn01 a:hover {
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1;
}

.btn01 a:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(50, 50);
          transform: translate(-50%, -50%) scale(50, 50);
  z-index: -1;
}

.btn01 a:after {
  content: "●";
  font-weight: 900;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  color: #1473BA;
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transition: -webkit-transform ease-in 0.5s;
  transition: -webkit-transform ease-in 0.5s;
  transition: transform ease-in 0.5s;
  transition: transform ease-in 0.5s, -webkit-transform ease-in 0.5s;
}

.btn02 a {
  position: relative;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 42px;
  background-color: #e83c41;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 70px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn02 a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 24px;
  height: 24px;
}

.btn02 a:hover {
  opacity: 0.6;
}

.btn03 {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.btn03 a {
  position: relative;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 42px;
  background-color: #e83c41;
  color: #ffffff;
  border: solid 2px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 60px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn03 a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.btn03 a:hover {
  opacity: 0.6;
}

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

/* ------ */
/* テキストリンク（text-link） */
/* ------ */
header.absolute .tel_link {
  color: #fff;
  text-shadow: 2px 3px 3px #999;
}

header.absolute .tel_link:before {
  background-image: url(../images/icon/tel_icon_wht.svg);
  -webkit-filter: drop-shadow(2px 3px 3px #999);
          filter: drop-shadow(2px 3px 3px #999);
}

header.absolute.fixed .tel_link {
  color: #333;
  text-shadow: none;
}

header.absolute.fixed .tel_link:before {
  background-image: url(../images/icon/tel_icon.svg);
  -webkit-filter: none;
          filter: none;
}

.tel_link {
  font-size: 22px;
  font-family: 'Aoboshi One', serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: none;
}

.tel_link.pc_on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .tel_link.pc_on {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .tel_link {
    margin-left: 0;
    margin-right: 10px;
  }
}

.tel_link:before {
  content: "";
  background-image: url(../images/icon/tel_icon.svg);
  -webkit-filter: none;
          filter: none;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

@media screen and (max-width: 1024px) {
  .tel_link:before {
    width: 36px;
    height: 36px;
  }
}

.h_contact_btn {
  background-color: #81CB2D;
  color: #fff;
  border-radius: 6px;
  display: block;
  margin: auto 15px;
  padding: 10px 45px;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 40px;
}

.h_contact_btn:hover {
  opacity: 1;
  background-color: #F6AC00;
}

@media screen and (max-width: 1024px) {
  .h_contact_btn {
    display: none;
  }
}

.text_link01 a {
  position: relative;
  width: 100%;
  max-width: 220px;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: solid 2px #ccc;
}

.text_link01 a:hover:after {
  right: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.text_link01 a:after {
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  color: #e83c41;
  font-size: 20px;
}

/* ------ */
/* 表 */
/* ------ */
@media screen and (max-width: 1280px) {
  .business__head {
    font-size: 80px;
  }
}

@media screen and (max-width: 767px) {
  .business__head {
    font-size: 70px;
  }
}

/* ------ */
/* レイアウト */
/* ------ */
.whtbox {
  border: solid 2px #47986F;
  background-color: #fff;
  padding: 50px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .whtbox {
    padding: 25px 5%;
  }
}

.contact_flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 60px;
}

.contact_flex01 .box .tel_link01 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #47986F;
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_flex01 .box .s_txt {
  font-size: 14px;
}

.layout_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .layout_a {
    display: block;
  }
}

.layout_a .imgbox {
  width: 47%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .layout_a .imgbox {
    width: 100%;
  }
}

.layout_a .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
  padding: 2% 0;
}

@media screen and (max-width: 1024px) {
  .layout_a .txtbox {
    margin-right: 0;
    margin-top: 20px;
  }
}

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

@media screen and (max-width: 1024px) {
  .layout_b {
    display: block;
  }
}

.layout_b .imgbox {
  width: 47%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .layout_b .imgbox {
    width: 100%;
  }
}

.layout_b .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
  padding: 2% 0;
}

@media screen and (max-width: 1024px) {
  .layout_b .txtbox {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* layout_c 横並び */
.layout_c {
  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;
}

.layout_c li .phone_txt {
  font-size: 16px;
  color: #1F9681;
}

.layout_c li .phone_txt a {
  color: #1F9681;
}

.layout_c li .phone_txt span {
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  margin-left: 5px;
  font-weight: bold;
}

/* layout_d 画像（枠外）+テキスト */
.layout_d {
  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;
  width: 90%;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .layout_d {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
  }
}

.layout_d .imgbox {
  width: 47%;
}

@media screen and (max-width: 1024px) {
  .layout_d .imgbox {
    width: 100%;
  }
}

.layout_d .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.layout_d .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
}

@media screen and (max-width: 1024px) {
  .layout_d .txtbox {
    margin-left: 0;
    margin-top: 25px;
  }
}

.layout_d .txtbox .box {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .layout_d .txtbox .box {
    width: 100%;
    margin: 0;
  }
}

/* layout_e 画像（枠外）+テキスト */
.layout_e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 90%;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .layout_e {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
  }
}

.layout_e .imgbox {
  width: 47%;
}

@media screen and (max-width: 1024px) {
  .layout_e .imgbox {
    width: 100%;
  }
}

.layout_e .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.layout_e .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
}

@media screen and (max-width: 1024px) {
  .layout_e .txtbox {
    margin-right: 0;
    margin-top: 25px;
  }
}

.layout_e .txtbox .box {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .layout_e .txtbox .box {
    width: 100%;
    margin: 0;
  }
}

.sub_images_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 20px;
}

@media screen and (max-width: 767px) {
  .sub_images_ul {
    display: block;
  }
  .sub_images_ul .li {
    margin-bottom: 20px;
  }
  .sub_images_ul .li:last-child {
    margin-bottom: 0;
  }
}

.sub_images_ul.cul2 {
  gap: 20px 20px;
}

.sub_images_ul.cul2 .li {
  width: calc(100% / 2 - 10px);
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .sub_images_ul.cul2 .li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sub_images_ul.cul2 .li:last-child {
    margin-bottom: 0;
  }
}

.sub_images_ul.cul4 {
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .sub_images_ul.cul4 {
    display: block;
  }
}

.sub_images_ul.cul4 .li {
  width: calc(100% / 4 - 12.5px);
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .sub_images_ul.cul4 .li {
    width: 100%;
    margin-bottom: 10px;
  }
  .sub_images_ul.cul4 .li:last-child {
    margin-bottom: 0;
  }
}

.sub_images_ul .li {
  width: calc(100% / 3 - 15px);
}

@media screen and (max-width: 767px) {
  .sub_images_ul .li {
    width: 100%;
  }
  .sub_images_ul .li:last-child {
    margin-bottom: 0;
  }
}

.sub_images_ul .li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.c_list .sub_images_ul li h3 {
  font-size: inherit;
}

.infobox {
  overflow: hidden;
  border-radius: 20px;
  background-color: #f8f6f2;
  border: solid 2px #333;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .infobox {
    padding: 20px;
  }
}

.infobox .h2,
.infobox .h3 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .infobox .h2,
  .infobox .h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.page_box li.contentsbox {
  padding: 100px 0;
}

.page_box li.contentsbox:first-child {
  padding-top: 0;
}

.page_box li.contentsbox:nth-child(even) {
  background-color: #f8f2f2;
}

@media screen and (max-width: 767px) {
  .page_box li.contentsbox:nth-child(even).basic_space1_padding_top {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.layout01 .main_flex.cul2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .layout01 .main_flex.cul2 {
    display: block;
  }
}

.layout01 .main_flex.cul2 li.imgbox {
  width: 520px;
  margin-right: 80px;
}

@media screen and (max-width: 767px) {
  .layout01 .main_flex.cul2 li.imgbox {
    width: 100%;
    margin: 0 0 40px;
  }
}

.layout01 .main_flex.cul2 li.textbox {
  padding-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.layout01 .flexbox.cul3 li figure {
  margin-bottom: 10px;
}

.layout01 .flexbox.cul3 li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 680/450;
}

.layout01 .flexbox.cul3 li h4 {
  margin-bottom: 10px;
}

/*偶数リバースFLEX*/
.layout02 .even_reverse_flex {
  /*display: flex;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .layout02 .even_reverse_flex {
    display: block;
  }
}

.layout02 .even_reverse_flex li.even_li {
  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;
  margin-top: 50px;
}

.layout02 .even_reverse_flex li.even_li:first-child {
  margin-top: 0;
}

.layout02 .even_reverse_flex li.even_li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.layout02 .even_reverse_flex li.even_li:nth-child(even) .imgbox {
  width: 520px;
  margin-right: 0;
  margin-left: 80px;
}

@media screen and (max-width: 767px) {
  .layout02 .even_reverse_flex li.even_li:nth-child(even) .imgbox {
    width: 100%;
    margin: 0 0 30px;
  }
}

.layout02 .even_reverse_flex li.even_li:nth-child(even) .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 420/260;
}

.layout02 .even_reverse_flex li.even_li .imgbox {
  width: 520px;
  margin-right: 80px;
}

@media screen and (max-width: 767px) {
  .layout02 .even_reverse_flex li.even_li .imgbox {
    width: 100%;
    margin: 0 0 30px;
  }
}

.layout02 .even_reverse_flex li.even_li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 420/260;
}

.layout02 .even_reverse_flex li.even_li .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.layout02 .even_reverse_flex li.even_li .txtbox .number {
  margin-bottom: 8px;
  color: #1473BA;
  font-size: 16px;
  font-family: 'Aoboshi One', serif;
  display: inline-block;
}

.layout02 .even_reverse_flex li.even_li .txtbox h3 {
  font-weight: bold;
  margin-bottom: 30px;
}

.layout03 .ttl06 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .layout03 .ttl06 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 45px;
  }
}

.layout03 .layout03_flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .layout03 .layout03_flex01 {
    display: block;
  }
}

.layout03 .layout03_flex01 .imgbox {
  width: 70%;
  max-width: 700px;
}

@media screen and (max-width: 1024px) {
  .layout03 .layout03_flex01 .imgbox {
    width: 100%;
  }
}

.layout03 .layout03_flex01 .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 710 /500;
}

.layout03 .layout03_flex01 .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
}

@media screen and (max-width: 1024px) {
  .layout03 .layout03_flex01 .txtbox {
    margin-right: 0;
    margin-top: 20px;
  }
}

.layout03 .layout03_flex01 .txtbox h3 {
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .layout03 .layout03_flex01 .txtbox h3 {
    margin-bottom: 20px;
  }
}

.layout03 .layout03_flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .layout03 .layout03_flex02 {
    display: block;
  }
}

.layout03 .layout03_flex02 li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .layout03 .layout03_flex02 li {
    width: 100%;
    margin-right: 0;
  }
}

.layout03 .layout03_flex02 li:nth-child(3n) {
  margin-right: 0;
}

.layout03 .layout03_flex02 li:nth-child(1) {
  margin-top: 0;
}

.layout03 .layout03_flex02 li:nth-child(2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .layout03 .layout03_flex02 li:nth-child(2) {
    margin-top: 20px;
  }
}

.layout03 .layout03_flex02 li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .layout03 .layout03_flex02 li:nth-child(3) {
    margin-top: 20px;
  }
}

.layout03 .layout03_flex02 li figure {
  margin-bottom: 10px;
}

.layout03 .layout03_flex02 li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/220;
}

.layout03 .layout03_flex02 li h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .layout03 .layout03_flex02 li h4 {
    font-size: 16px;
  }
}

.layout03 .layout03_annotation01 {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border: solid 3px #1473BA;
  border-radius: 10px;
}

.layout03 .layout03_annotation01 .box {
  padding: 40px 50px;
}

@media screen and (max-width: 767px) {
  .layout03 .layout03_annotation01 .box {
    padding: 25px 30px;
  }
}

.layout03 .layout03_annotation01 .box .ttl04 {
  margin-bottom: 10px;
  position: relative;
}

.layout03 .layout03_annotation01 .box .ttl04:before {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  color: #FFBD59;
  font-weight: bold;
  margin-right: 15px;
}

.layout03 .layout03_annotation01 .box p {
  padding: 0 30px;
}

.layout04 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.layout04:last-child {
  margin-bottom: 0;
}

.layout04 dt {
  font-size: 22px;
  font-weight: bold;
  border-bottom: dotted 2px #333;
  margin-bottom: 10px;
  padding: 0 20px 10px;
  line-height: 1.5;
  position: relative;
}

.layout04 dt:before {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: -5px;
  top: 6px;
  font-size: 16px;
  color: #FFBD59;
}

.layout04 dd {
  padding: 0 20px;
  line-height: 1.5;
}

/* リスト */
/* --- */
.pattern_list li.pattern_li:nth-child(even) {
  background-color: #ebe9cb;
  position: relative;
}

.pattern_list li.pattern_li:nth-child(even):before {
  content: "";
  background-image: url(../images/common/guide_after_bg01.png);
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 21px;
  top: -20px;
}

.pattern_list li.pattern_li:nth-child(even):after {
  content: "";
  background-image: url(../images/common/guide_before_bg01.png);
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 24px;
  bottom: -24px;
}

/*フローリスト*/
.flow_list {
  max-width: 1000px;
  margin: 0 auto;
}

.flow_list li {
  padding: 0 50px 40px;
  position: relative;
  border-bottom: solid 2px #47986F;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .flow_list li {
    padding: 30px 0px;
    margin-bottom: 30px;
  }
}

.flow_list li:last-child {
  margin-bottom: 0;
}

.flow_list li:last-child:before {
  display: none;
}

.flow_list li:before {
  border-top: 40px solid #47986F;
  border-left: 130px solid transparent;
  border-right: 130px solid transparent;
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -130px;
}

@media screen and (max-width: 767px) {
  .flow_list li:before {
    border-top: 30px solid #47986F;
    bottom: -30px;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    margin-left: -70px;
  }
}

.flow_list li p {
  line-height: 1.5;
}

.flow_list li.flow_in_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;
}

@media screen and (max-width: 1024px) {
  .flow_list li.flow_in_flex {
    display: block;
  }
}

.flow_list li.flow_in_flex .imgbox {
  width: 170px;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 1024px) {
  .flow_list li.flow_in_flex .imgbox {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    aspect-ratio: inherit;
  }
}

.flow_list li.flow_in_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}

@media screen and (max-width: 1024px) {
  .flow_list li.flow_in_flex .txtbox {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* アンカーーメニュー */
/* --- */
.unkmenu {
  max-width: 1000px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .unkmenu {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .unkmenu {
    display: block;
  }
}

.unkmenu li {
  width: calc((100% - 70px) / 3);
  margin-right: 20px;
  margin-top: 20px;
  border: solid 5px #47986F;
}

@media screen and (max-width: 1024px) {
  .unkmenu li {
    width: calc((100% - 50px) / 2);
    margin-right: 30px;
  }
  .unkmenu li:nth-child(2n) {
    margin-right: 0;
  }
  .unkmenu li:nth-child(1), .unkmenu li:nth-child(2) {
    margin-top: 0;
  }
  .unkmenu li:nth-child(3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .unkmenu li {
    margin-right: 0;
    width: 100%;
  }
  .unkmenu li:nth-child(2) {
    margin-top: 20px;
  }
}

.unkmenu li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .unkmenu li:nth-child(3n) {
    margin-right: auto;
  }
}

.unkmenu li:nth-child(1), .unkmenu li:nth-child(2), .unkmenu li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .unkmenu li:nth-child(1), .unkmenu li:nth-child(2), .unkmenu li:nth-child(3) {
    margin-top: auto;
  }
}

@media screen and (max-width: 767px) {
  .unkmenu li:nth-child(1), .unkmenu li:nth-child(2), .unkmenu li:nth-child(3) {
    margin-top: 20px;
  }
}

.unkmenu li a {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 20px 50px;
  text-align: center;
}

.unkmenu li a:before {
  content: "\f0ab";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 15px;
  font-weight: bold;
  color: #47986F;
}

.unkmenu li a:hover {
  opacity: 0.6;
}

/* FAQ */
.faq {
  margin-top: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.faq:first-child {
  margin-top: 0;
}

.faq dt {
  border-radius: 15px 15px 0 0;
  background-color: #47986F;
  color: #ffffff;
  padding: 20px 50px;
  line-height: 1.5;
}

.faq dd {
  border-radius: 0 0 15px 15px;
  padding: 20px 50px;
  border: solid 4px #47986F;
  background-color: #fff;
  line-height: 1.5;
}

/* ------ */
/* FLEX */
/* ------ */
.flex_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex_wrapp.cul2 {
  gap: 20px;
}

.flex_wrapp.cul2 .flex_cont {
  width: 48%;
}

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

/*******************/
/*　SINGLE　　　　*/
/*******************/
/*******************/
/*　テーブル　　　　*/
/*******************/
.scrool_tbl {
  overflow-x: auto;
}

.tbl_price {
  width: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .tbl_price {
    width: 700px;
  }
}

.tbl_price .wd40p {
  width: 40%;
}

.tbl_price .wd10p {
  width: 10%;
}

.tbl_price th,
.tbl_price td {
  border: solid 1px #c8c8c8;
  background-color: #fff;
  text-align: center;
  padding: 8px 0;
}

.tbl_price th {
  color: #ffffff;
  background-color: #5D3500;
}

.tbl_price th.bg_blk {
  background-color: #333333;
}

.tbl_price th.bg_orange {
  background-color: #fe8f3a;
}

.tbl_price th.bg_green {
  background-color: #3dd54c;
}

.tbl_price th.bg_purple {
  background-color: #bb5fe8;
}

.tbl_price th.bg_red {
  background-color: #e85f5f;
}

.tbl_price th.l_green {
  background-color: #3bd1d6;
}

.tbl_price th.brown {
  background-color: #aa6908;
}

.tbl_price th.brown2 {
  background-color: #bc250d;
}

.tbl_price th.d_green {
  background-color: #2c7824;
}

/*******************/
/*　テーブル(DL)　　　　*/
/*******************/
.dl_tbl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dl_tbl01 dt {
  width: 200px;
  border-bottom: solid 2px #ccc;
}

@media screen and (max-width: 767px) {
  .dl_tbl01 dt {
    width: 140px;
  }
}

.dl_tbl01 dd {
  width: calc(100% - 200px);
  border-bottom: solid 1px #ccc;
}

@media screen and (max-width: 767px) {
  .dl_tbl01 dd {
    width: calc(100% - 140px);
  }
}

.dl_tbl01 dt .box,
.dl_tbl01 dd .box {
  padding: 15px 20px;
}

/*******************/
/*　ギャラリー　スライダー　　　　*/
/*******************/
/* -- -- */
.swiper-container {
  overflow: hidden;
  position: relative;
}

/*
.swiper-fade .swiper-slide > * {
  opacity: 0;
}

.swiper-fade .swiper-slide-active > * {
  opacity: 1;
}
*/
.gallery-photo {
  margin-bottom: 50px;
}

.gallery-photo .gallery-slider .swiper-slide p {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  background-color: #333;
}

.gallery-photo .gallery-slider .swiper-slide p span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-photo .gallery-slider .swiper-slide p span.img_short {
  background-size: cover !important;
}

.gallery-photo .gallery-slider .swiper-slide p span.img_long {
  background-size: auto 100% !important;
}

.gallery-photo .gallery-slider .swiper-slide p img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery-photo .gallery-thumbs {
  margin: 30px 0px 30px;
  padding: 0 45px;
  position: relative;
}

.gallery-photo .gallery-thumbs .swiper-slide {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  cursor: pointer;
}

.gallery-photo .gallery-thumbs .swiper-slide p {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.gallery-photo .gallery-thumbs .swiper-slide p:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 3;
}

.gallery-photo .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p:after {
  content: "";
  opacity: 0;
}

.gallery-photo .gallery-thumbs .swiper-slide p span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-button-lock {
  display: block;
}

.gallery-photo .gallery-thumbs .swiper-button {
  background-color: #333;
  width: 30px;
  height: 100%;
  border: 0;
  overflow: hidden;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-photo .gallery-thumbs .swiper-button:hover {
  opacity: 0.7;
}

.gallery-photo .gallery-thumbs .swiper-button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-prev {
  left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-prev:before {
  background: url("../images/common/sl-prev.svg") no-repeat center/12px auto;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-next {
  right: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-next:before {
  background: url("../images/common/sl-next.svg") no-repeat center/12px auto;
}

@media screen and (max-width: 767px) {
  .gallery-photo .gallery-thumbs {
    margin: 20px 0 20px;
    padding: 0 35px;
  }
  .gallery-photo .gallery-thumbs .swiper-slide {
    width: 50%;
  }
}

/***************/
/*******************/
/*　アコーディオン　　　　*/
/*******************/
/*******************/
/*　ページャー　　　　*/
/*******************/
.post-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.post-btn .prev a,
.post-btn .next a {
  position: relative;
  border: solid 1px #333;
  background-color: #333;
  color: #fff;
  aspect-ratio: 1/1;
  width: 30px;
  height: 30px;
  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;
  font-size: 13px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.post-btn .prev a:active {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  left: -5px;
}

.post-btn .next a:active {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  right: -5px;
}

.post-btn .link_btn {
  border: solid 1px #333;
  background-color: #333;
  color: #fff;
  padding: 3px 25px;
  line-height: 30px;
}

.post-btn .link_btn a {
  color: #fff;
}

/*******************/
/*　text　　　*/
/*******************/
.text_infoarea {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .text_infoarea {
    padding: 0 30px;
  }
}

/*******************/
/*　リスト　　　*/
/*******************/
.tbl_list01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.tbl_list01 li:last-child {
  margin-bottom: 0;
}

.tbl_list01 li .tbl_ttl {
  width: 30%;
  background-color: #f5f4ed;
  border: solid 1px #ccc;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .tbl_list01 li .tbl_ttl {
    padding: 15px 10px;
  }
}

.tbl_list01 li .tbl_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .tbl_list01 li .tbl_body {
    padding: 15px 10px;
  }
}

.tbl_list02 li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: solid 1px #ccc;
}

.tbl_list02 li:last-child {
  margin-bottom: 0;
}

.tbl_list02 li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 20%;
  background-color: #ccc;
}

.tbl_list02 li .list_ttl {
  width: 20%;
  line-height: 1.8;
  font-weight: bold;
  padding: 30px 25px;
}

.tbl_list02 li .list_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.8;
  padding: 30px 25px;
}

.price_list01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border: solid 1px #ccc;
}

@media screen and (max-width: 767px) {
  .price_list01 li {
    display: block;
  }
}

.price_list01 li:last-child {
  margin-bottom: 0;
}

.price_list01 li .list_ttl {
  width: 65%;
  font-weight: bold;
  line-height: 1.4;
  background-color: #efd9d9;
  border-right: solid 1px #ccc;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .price_list01 li .list_ttl {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}

.price_list01 li .list_body {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
  font-weight: bold;
  padding: 20px;
  background-color: #fff;
}

.price_list01 li .list_body .b_text {
  font-size: 20px;
}

.price_list01 li .list_body .s_text {
  font-size: 13px;
  margin-left: 0.5em;
}

/******************************/
/* SNSアイコン共通*/
/******************************/
header.absolute {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

header.absolute ul.links_sns li a.map_icon::before {
  background-image: url(../images/icon/map_icon.svg);
  width: 28px;
  height: 28px;
}

header.absolute ul.links_sns li a.ig_icon::before {
  background-image: url(../images/icon/insta_icon01_wht.svg);
  width: 28px;
  height: 28px;
}

header.absolute ul.links_sns li a.fb_icon::before {
  background-image: url(../images/icon/fb_icon_wht.svg);
  width: 28px;
  height: 28px;
}

header.absolute ul.links_sns li a.tw_icon::before {
  background-image: url(../images/icon/x_icon_wht.svg);
  width: 28px;
  height: 28px;
}

header.absolute ul.links_sns li a.youtube_icon::before {
  background-image: url(../images/icon/youtube_icon01_wht.svg);
  width: 38.57px;
  height: 24px;
}

header.absolute.fixed ul.links_sns li a.map_icon::before {
  background-image: url(../images/icon/map_icon.svg);
  width: 27px;
  height: 27px;
}

header.absolute.fixed ul.links_sns li a.ig_icon::before {
  background-image: url(../images/icon/insta_icon01_bk.svg);
  width: 27px;
  height: 27px;
}

header.absolute.fixed ul.links_sns li a.fb_icon::before {
  background-image: url(../images/icon/facebook_icon01_bk.svg);
  width: 27px;
  height: 27px;
}

header.absolute.fixed ul.links_sns li a.tw_icon::before {
  background-image: url(../images/icon/x_icon.svg);
  width: 27px;
  height: 27px;
}

header.absolute.fixed ul.links_sns li a.youtube_icon::before {
  background-image: url(../images/icon/youtube_icon01.svg);
  width: 38.57px;
  height: 24px;
}

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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  ul.links_sns {
    margin-right: 10px;
  }
}

ul.links_sns li {
  margin-right: 15px;
}

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: contain;
}

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

/*Check　リスト*/
.chk_list {
  list-style-type: none;
  padding: 0 25px;
}

.chk_list li {
  position: relative;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.chk_list li:first-child {
  margin-top: 0;
}

.chk_list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #bc250d;
  border-bottom: 3px solid #bc250d;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.chk_list li .ttl {
  color: #bc250d;
  font-size: 17px;
  display: inline-block;
  margin-bottom: 5px;
}

.doted li {
  margin-top: 10px;
  list-style: disc;
  margin-left: 1.5em;
  line-height: 1.8;
}

.doted li:first-child {
  margin-top: 0;
}

/* ---- */
/* main */
/* ---- */
/* ---- */
/* cont_ttl02 */
/* ---- */
/* ---- */
/* cont_ttl03 */
/* ---- */
/* ---- */
/* cont_ttl04 */
/* ---- */
/* ------ */
/* .link_btn */
/* ------ */
/* ------ */
/* footer */
/* ------ */
/* ------ */
/* 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 screen and (max-width: 767px) {
  .mail_form dl.inquiry {
    display: block;
  }
}

.mail_form dl.inquiry dt {
  width: 22%;
  margin-bottom: 20px;
}

@media screen and (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 screen and (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_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: 20px;
  right: 0px;
  z-index: 2;
  /*display: none;*/
}

@media screen and (max-width: 480px) {
  #page_top {
    display: none !important;
  }
}

#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: 120px;
  height: 101px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
  position: relative;
  opacity: 1;
}

#page_top a:hover {
  opacity: 1;
  width: 240px;
  height: 201px;
}

/*
#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 .category_c a {
  display: inline-block;
  margin-top: 15px;
  background-color: #47986F;
  color: #ffff;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  padding: 5px 20px;
}

.single_page .category_c a:hover {
  background-color: #e83c41;
}

.single_page .date_txt {
  font-size: 13px;
}

.single_page .gutenberg h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}

.single_page .gutenberg h2.wp-block-heading {
  /*border-top: solid 3px #007e66;*/
  /*border-bottom: solid 3px #007e66;*/
  border-left: solid 15px #47986F;
  /*border-right: solid 3px #007e66;*/
  background-color: #EEEEEE;
  padding: 10px 20px;
  max-width: 842px;
  width: 100%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .single_page .gutenberg h2.wp-block-heading {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .single_page .gutenberg h2 {
    font-size: 18px;
  }
}

.single_page .gutenberg h3 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}

.single_page .gutenberg h3.wp-block-heading {
  border-left: solid 8px #47986F;
  padding: 5px 10px;
  max-width: 830px;
  width: 100%;
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .single_page .gutenberg h3.wp-block-heading {
    width: auto;
  }
}

.single_page .gutenberg h3.wp-block-heading:before {
  content: "";
  background-color: #47986F;
  position: absolute;
  width: calc(100%);
  left: 0;
  bottom: -10px;
  height: 2px;
}

@media screen and (max-width: 767px) {
  .single_page .gutenberg h3 {
    font-size: 18px;
  }
}

.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 {
  max-width: 800px;
  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%);
}

/* BTN */
/* 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 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  display: inline-block;
  /*font-size: 36px;*/
  /*font-weight: bold;*/
  -webkit-transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  /*line-height: 1;
  height: 40px;
  margin-top: 15px;*/
}

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

.smooth_right {
  -webkit-clip-path: inset(0 0 0 100%);
          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: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  /*line-height: 1;
  height: 40px;
  margin-top: 15px;*/
}

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

/*
スクリプトで下記のソースを入れる
  //アニメーションさせたい要素のtrigger
  let targets = document.querySelectorAll('.js-scroll-fall'); //アニメーションさせたい要素
  //スクロールイベント
  window.addEventListener('scroll', function () {
    var scroll = window.scrollY; //スクロール量を取得
    var windowHeight = window.innerHeight; //画面の高さを取得
    for (let target of targets) { //ターゲット要素がある分、アニメーション用のクラスをつける処理を繰り返す
      var targetPos = target.getBoundingClientRect().top + scroll; //ターゲット要素の位置を取得
      if (scroll > targetPos - windowHeight) { //スクロール量 > ターゲット要素の位置
        target.classList.add('is-animated'); //is-animatedクラスを加える
      }
    }
  });

*/
/*******************************
/* 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);
  }
}

/******************************/
/* FLEX */
/******************************/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexbox.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexbox.cul2 li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-top: 20px;
}

.flexbox.cul2 li:nth-child(1), .flexbox.cul2 li:nth-child(2) {
  margin-top: 0;
}

.flexbox.cul2 li:nth-child(2n) {
  margin-right: 0;
}

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

.flexbox.cul3 li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .flexbox.cul3 li {
    width: calc((100% - 20px) / 2);
  }
}

.flexbox.cul3 li:nth-child(1) {
  margin-top: 0;
}

.flexbox.cul3 li:nth-child(2) {
  margin-top: 0;
}

.flexbox.cul3 li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .flexbox.cul3 li:nth-child(3) {
    margin-right: 20px;
    margin-top: 40px;
  }
}

.flexbox.cul3 li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .flexbox.cul3 li:nth-child(3n) {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .flexbox.cul3 li:nth-child(2n) {
    margin-right: 0;
  }
}

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

.flexbox.cul4 li {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .flexbox.cul4 li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
}

.flexbox.cul4 li:nth-child(1) {
  margin-top: 0;
}

.flexbox.cul4 li:nth-child(2) {
  margin-top: 0;
}

.flexbox.cul4 li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .flexbox.cul4 li:nth-child(3) {
    margin-top: 40px;
  }
}

.flexbox.cul4 li:nth-child(4) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .flexbox.cul4 li:nth-child(4) {
    margin-top: 40px;
  }
}

.flexbox.cul4 li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .flexbox.cul4 li:nth-child(2n) {
    margin-right: 0;
  }
}

.flexbox.cul4 li h4 {
  margin-bottom: 0;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .flexbox {
    display: block;
  }
  .flexbox .box {
    width: 100%;
  }
}

/******************************/
/* おしらせ */
/******************************/
/******************************/
/* サムネイル一覧 */
/******************************/
.thum_list {
  /*max-width: 900px;*/
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .thum_list {
    display: block;
    margin-bottom: 40px;
  }
}

.thum_list li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .thum_list li {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}

.thum_list li:nth-child(2n) {
  margin-right: 0;
}

.thum_list li:nth-child(1) {
  margin-top: 0;
}

.thum_list li:nth-child(2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .thum_list li:nth-child(2) {
    margin-top: 20px;
  }
}

.thum_list li .date {
  margin-bottom: 5px;
}

.thum_list li .category_c a {
  display: inline-block;
  margin-top: 15px;
  background-color: #47986F;
  color: #ffff;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  padding: 5px 20px;
}

.thum_list li .category_c a:hover {
  background-color: #e83c41;
}

.thum_list li a:hover {
  opacity: 0.7;
}

.thum_list li a figure {
  overflow: hidden;
  margin-bottom: 10px;
}

.thum_list li a:hover figure img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.thum_list li a figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 3/2;
}

/******************************/
/* サムネイルなし一覧 */
/******************************/
.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: 20px;
}

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

.category-list li a {
  display: block;
  border-bottom: #CCCCCC 5px solid;
  padding: 0 5px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-weight: bold;
}

.non_thum_list li {
  position: relative;
  border-bottom: dotted 1px #ccc;
  padding: 20px;
  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;
}

.non_thum_list li::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  color: #333;
  font-size: 20px;
}

.non_thum_list li:hover::after {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  right: 8px;
}

.non_thum_list li .category {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .non_thum_list li .category {
    margin: 10px 0;
    width: 100%;
  }
}

.non_thum_list li .category a {
  background-color: #47986F;
  color: #fff;
  font-size: 12px;
  border-radius: 20px;
  display: block;
  font-weight: bold;
  /*max-width: 140px;*/
  width: 140px;
  padding: 3px 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .non_thum_list li .category a {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .non_thum_list {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .non_thum_list li a.link {
    display: block;
    margin-top: 10px;
    width: 100%;
  }
}

/*******************/
/*　メールフォーム　　　　　*/
/*******************/
.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;
}

/*******************/
/*　メールフォームタグ　　　　　*/
/*******************/
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;
}

/* ---------- */
/* #アーカイブ */
/* ---------- */
/* ---------- */
/* カテゴリーページャー */
/* ---------- */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pager .page-numbers {
  border: solid 1px #333333;
  background-color: #333333;
  color: #fff;
  width: 30px;
  height: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.pager .page-numbers.current {
  border: solid 1px #333333;
  background-color: #fff;
  color: #333;
}

.add_recruit {
  position: relative;
  background-color: #FAFFF3;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .add_recruit {
    padding: 50px 0;
  }
}

/* ---------- */
/* 共通会社概要 */
/* ---------- */
.add_company figure {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .add_company .contents_wrap {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .add_company .contents_wrap img.border20 {
    border-radius: 0;
  }
}

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

@media screen and (max-width: 767px) {
  .add_company .addcompany_flex {
    display: block;
    padding: 0 20px;
  }
}

.add_company .addcompany_flex .box {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .add_company .addcompany_flex .box {
    width: 100%;
    margin-bottom: 40px;
  }
  .add_company .addcompany_flex .box:last-child {
    margin-bottom: 0;
  }
}

.add_company .addcompany_flex .box .flexbox {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .add_company .addcompany_flex .box .flexbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .add_company .addcompany_flex .box .flexbox li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .add_company .addcompany_flex .box .flexbox li a.tel_link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.add_company .addcompany_flex .box h2 {
  margin-bottom: 30px;
}

.add_company .addcompany_flex .box h3 {
  font-size: 20px;
}

.add_company iframe {
  max-height: 500px;
  display: block;
}

/* ---------- */
/* MV*/
/* ---------- */
/* ---------- */
/* 施工実績 CONTACT */
/* ---------- */
/* ---------- */
/* GUIDE  */
/* ---------- */
/*******************/
/*　FAQ　開閉なし*/
/*******************/
.faq_box {
  margin-top: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.faq_box:first-child {
  margin-top: 0;
}

.faq_box dt {
  position: relative;
  border-radius: 15px 15px 0 0;
  background-color: #47986F;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  padding: 20px 50px 20px 5em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .faq_box dt {
    padding: 10px 10px 10px 3.5em;
    font-size: 16px;
  }
}

.faq_box dt:before {
  content: "";
  margin-right: 2em;
  display: inline-block;
  background-image: url(../images/icon/faq/faq_q_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 40px;
}

@media screen and (max-width: 1024px) {
  .faq_box dt:before {
    left: 15px;
  }
}

.faq_box dd {
  position: relative;
  border-radius: 0 0 15px 15px;
  padding: 20px 50px 20px 5.5em;
  border: solid 2px #47986F;
  background-color: #fff;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .faq_box dd {
    padding: 10px 20px 10px 4em;
  }
}

.faq_box dd:before {
  content: "";
  margin-right: 2em;
  display: inline-block;
  background-image: url(../images/icon/faq/faq_a_icon.svg);
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 40px;
}

@media screen and (max-width: 1024px) {
  .faq_box dd:before {
    left: 15px;
  }
}

/******************************/
/* FAQ QA*/
/*よくある質問*/
/******************************/
.faq_page .faq_contents h2 {
  font-size: 22px;
  margin-bottom: 25px;
}

.faq_page .faq_list li {
  margin-bottom: 50px;
}

.faq_page .faq_list li ul li {
  margin: 0;
}

.faq_page .faq_list li:last-child {
  margin-bottom: 0;
}

.faq_contents .accordion_one {
  margin: 0 auto 30px;
}

.faq_contents .accordion_one .accordion_header {
  background-color: #EAF1DF;
  color: #333;
  font-weight: bold;
  padding: 20px 5% 20px 1.8%;
  position: relative;
  z-index: +1;
  cursor: pointer;
  border-radius: 6px;
  border: solid 3px #AF7E60;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq_contents .accordion_one .accordion_header:before {
  content: "";
  display: inline-block;
  /*background-image: url(../images/icon/faq_q.svg);*/
  border-left: solid 2px #007861;
  background-size: contain;
  background-repeat: no-repeat;
  /*width: 30px;*/
  height: 30px;
  padding-left: 15px;
}

.faq_contents .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.faq_contents .accordion_one .accordion_header .i_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 1.5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.faq_contents .accordion_one .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq_contents .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
}

.faq_contents .accordion_one .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq_contents .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.faq_contents .accordion_one .accordion_header .i_box .one_i:before,
.faq_contents .accordion_one .accordion_header .i_box .one_i:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background-color: #AF7E60;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.faq_contents .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 7px;
}

.faq_contents .accordion_one .accordion_header.stay .i_box .one_i:before {
  content: none;
}

.faq_contents .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i:before {
  content: "";
}

.faq_contents .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq_contents .accordion_one .accordion_inner {
  display: none;
  padding: 20px 5.5% 0;
  /*border-left: 2px solid #b4b4b4;
    border-right: 2px solid #b4b4b4;
    border-bottom: 2px solid #b4b4b4;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.faq_contents .accordion_one .accordion_inner:before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/faq_a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  position: absolute;
  left: 2%;
}

@media screen and (max-width: 767px) {
  .faq_contents .accordion_one .accordion_inner:before {
    left: 4%;
  }
}

@media screen and (max-width: 767px) {
  .faq_contents .accordion_one .accordion_inner .box_one {
    padding-left: 30px;
  }
}

.faq_contents .accordion_one .accordion_inner.stay {
  display: block;
}

/* .s_03 .accordion_one .accordion_inner .box_one {
    height: 300px;
  } */
.faq_contents .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .faq_contents .accordion_one .accordion_header {
    font-size: 18px;
  }
  .faq_contents .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  .faq_contents .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 12px;
  }
}

/******************************/
/* #タブ切り替え */
/******************************/
.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}

.tab-label {
  color: White;
  background: #fff;
  border: solid 2px #47986F;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 20px .5em;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1024px) {
  .tab-label {
    font-size: 12px;
    padding: 15px .5em 15px;
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin-top: 10px;
  }
}

.tab-label span {
  display: block;
  font-size: 14px;
}

.tab-label:not(:last-of-type) {
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .tab-label:not(:last-of-type) {
    margin-right: 0;
  }
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.tab-switch:checked + .tab-label {
  background: #1586AC !important;
  color: #fff !important;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 30px 15px 15px;
  opacity: 1;
  -webkit-transition: .5s opacity;
  transition: .5s opacity;
  border-top: dotted 3px #47986F;
  margin-top: 70px;
}

.tab-switch {
  display: none !important;
}

.tab-switch:checked + .tab-label {
  background: #fff;
  position: relative;
}

/***/
/* ------------ */
/* 共通　RECRUIT */
/* ------------ */
.add_service {
  position: relative;
  padding: 100px 0;
}

.add_service:before {
  content: "";
  background-color: #FAFFF3;
  position: absolute;
  background-position: top;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.add_service .contents_wrap {
  position: relative;
  z-index: 2;
}

.add_service .business__head {
  color: #47986F;
}

.add_service .h3 {
  font-size: 15px;
  line-height: calc(19 / 15);
  font-weight: 600;
  color: #007861;
  text-transform: capitalize;
  position: relative;
  margin-top: 0;
}

/* ------------ */
/* 共通　CONTACT */
/* ------------ */
/* ------------ */
/* 共通　WORKS */
/* ------------ */
/* ------------ */
/* 共通　staff */
/* ------------ */
/* ------------ */
/* HOME NEWS */
/* ------------ */
/* ------------ */
/* 事業内容 */
/* ------------ */
.bnrbox {
  position: relative;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 29/24;
}

.bnrbox a {
  display: block;
}

.bnrbox a:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.bnrbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 29/24;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.bnrbox .bnr_txt {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bnrbox .bnr_txt .en_txt {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  font-weight: 600;
}

.bnrbox .bnr_txt .jp_txt {
  font-size: 24px;
  letter-spacing: .05em;
  font-weight: bold;
}

.bnrbox .bnr_txt .arrow_down:before {
  content: "\f0ab";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 28px;
}

.service .sec01,
.staffing .sec01,
.timber-leasing .sec01,
.tree-sales .sec01,
.flow .sec01,
.recruit .sec01 {
  position: relative;
  padding: 80px 0;
  background-color: #FAFFF3;
}

@media screen and (max-width: 1024px) {
  .service .sec01,
  .staffing .sec01,
  .timber-leasing .sec01,
  .tree-sales .sec01,
  .flow .sec01,
  .recruit .sec01 {
    padding: 40px 0;
  }
}

.service .sec02,
.staffing .sec02,
.timber-leasing .sec02,
.tree-sales .sec02,
.flow .sec02,
.recruit .sec02 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .service .sec02,
  .staffing .sec02,
  .timber-leasing .sec02,
  .tree-sales .sec02,
  .flow .sec02,
  .recruit .sec02 {
    padding: 40px 0;
  }
}

.service .sec03,
.staffing .sec03,
.timber-leasing .sec03,
.tree-sales .sec03,
.flow .sec03,
.recruit .sec03 {
  position: relative;
  padding: 80px 0;
  background-color: #FAFFF3;
}

@media screen and (max-width: 1024px) {
  .service .sec03,
  .staffing .sec03,
  .timber-leasing .sec03,
  .tree-sales .sec03,
  .flow .sec03,
  .recruit .sec03 {
    padding: 40px 0;
  }
}

.service .sec04,
.staffing .sec04,
.timber-leasing .sec04,
.tree-sales .sec04,
.flow .sec04,
.recruit .sec04 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .service .sec04,
  .staffing .sec04,
  .timber-leasing .sec04,
  .tree-sales .sec04,
  .flow .sec04,
  .recruit .sec04 {
    padding: 40px 0;
  }
}

/* ------------ */
/* LEAD */
/* ------------ */
/* ------------ */
/* 対応職種  */
/* ------------ */
.add_contact .box {
  background-color: #47986F;
  border-radius: 20px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .add_contact .box {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .add_contact .box .contact__content-right__tel {
    margin-top: 15px;
    display: block;
  }
}

.add_contact .box .contact__content-right__tel span {
  color: #fff;
}

/*TOP*/
.home .sec01 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .home .sec01 {
    padding: 50px 0;
  }
}

.home .sec02 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .home .sec02 {
    padding: 50px 0;
  }
}

.home .news_area {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .home .news_area {
    padding: 50px 0;
  }
}

/*共通*/
.add_contact {
  background-color: #BED6A3;
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .add_contact {
    padding: 50px 0;
  }
}

/*求人*/
.recruit .sec .ttl10 {
  border-color: #47986F;
  color: #47986F;
}

.recruit .lead {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/480;
}

.recruit .lead .logoarea {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*会社案内*/
.company .w1000 .sub_images_ul.cul2 .li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 49/36;
}

@media screen and (max-width: 767px) {
  .add_contact .section-title {
    text-align: center;
  }
}

/*# sourceMappingURL=css_map/style.css.map */
