@charset "UTF-8";
/*
Theme Name: template1.01
Description: template1.01　全ページカスタマイズテーマです。
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aoboshi+One&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.aoboshi-one {
  font-family: "Aoboshi One", serif;
  font-style: normal;
}

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

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

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

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

hr {
  border-top: none;
  border-left: none;
  border-right: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 5px #61B730;
}

hr.line01 {
  border-bottom: dotted 1px #61B730;
}

hr.line02 {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: dotted 2px #61B730;
}

hr.line03 {
  border-bottom: solid 1px #ccc;
}

hr.line04 {
  border-bottom: solid 2px #3B664F;
}

hr.line05 {
  border-bottom: dotted 2px #aaa;
}

h3 {
  font-size: 24px;
}

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

body,
html {
  height: 100dvh;
}

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: YakuHanJP_Noto, "Noto Sans JP", "メイリオ", "Meiryo", arial,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体",
    "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;*/
  font-size: 16px;
  line-height: 2;
  color: #333;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
}

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

a {
  color: #222222;
  text-decoration: none;
}

a:hover {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

img.border06 {
  border-radius: 6px;
}

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

img.line_blue01 {
  border: solid 5px #3FADE2;
}

img.line_wt01 {
  border: solid 5px #fff;
}

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

address {
  font-style: normal;
}

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

li {
  list-style: none;
}

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

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

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

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

  @media screen and (max-width: 1360px) {
    padding: 0 20px;
  }
}*/
.contents_wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.contents_wrap.w700 {
  max-width: 700px;
}

.contents_wrap.w800 {
  max-width: 800px;
}

.contents_wrap.w900 {
  max-width: 900px;
}

.contents_wrap.w1000 {
  max-width: 1000px;
}

.contents_wrap.w1100 {
  max-width: 1100px;
}

.contents_wrap.w1200 {
  max-width: 1200px;
}

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

@media screen and (max-width: 1024px) {
  html {
    font-size: 13.5px;
  }
  .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 (max-width: 1024px) {
  .pc_on {
    display: none;
  }
  .sp_on {
    display: block;
  }
}

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

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .tb_none {
    display: none !important;
  }
  .tb_disp {
    display: block !important;
  }
}

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

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

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

.txt_lh02 {
  line-height: 2;
}

.txt_lh014 {
  line-height: 1.4;
}

.bg_sc_color {
  background-color: #FFF8FB;
}

.txt_gr01 {
  color: #64B62E;
}

.txt_red {
  color: #e83c41;
}

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

.bg_f3f1ee {
  background-color: #f3f1ee;
}

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

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

/* ------ */
/* 見出し（heading） */
/* ------ */
.ttl01 {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

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

.ttl01.text_align_left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .ttl01.text_align_left {
    text-align: center !important;
  }
}

.ttl01.text_align_left::before {
  left: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

@media screen and (max-width: 767px) {
  .ttl01.text_align_left::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.ttl01.text_align_left .jp_ttl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.ttl01.text_align_left.non_line:before {
  display: none;
}

.ttl01::before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 70px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: solid 2px #B20001;
}

.ttl01 .eng_ttl {
  font-family: "Aoboshi One", serif;
  font-weight: normal;
  color: #61B730;
  font-size: 56px;
  /*-webkit-text-stroke: 2.5px #333;*/
  /*letter-spacing: 4px;*/
}

@media screen and (max-width: 767px) {
  .ttl01 .eng_ttl {
    font-size: 32px;
  }
}

.ttl01 .jp_ttl {
  font-weight: bold;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ttl02 {
  text-align: left;
  position: relative;
  margin-bottom: 40px;
}

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

.ttl02.type01:before {
  border-bottom: solid 3px #64B62E;
}

.ttl02::before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100%;
  height: 1px;
  left: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  border-bottom: solid 3px #3FADE2;
}

.ttl02 .eng_ttl {
  font-family: "Aoboshi One", serif;
  font-weight: normal;
  color: #61B730;
}

.ttl02 .jp_ttl {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ttl02 .jp_ttl01 {
  font-weight: bold;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .ttl02 .jp_ttl01 {
    font-size: 20px;
  }
}

.ttl02 .jp_ttl02 {
  font-weight: bold;
  font-size: 26px;
  color: #5B7A5E;
}

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

.ttl02_b {
  text-align: left;
  position: relative;
  margin-bottom: 60px;
}

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

.ttl02_b::before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100%;
  height: 1px;
  left: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  border-bottom: solid 2px #5B7A5E;
}

.ttl02_b .eng_ttl {
  font-family: "Aoboshi One", serif;
  font-weight: normal;
  color: #5B7A5E;
  font-size: 32px;
  /*-webkit-text-stroke: 2.5px #333;*/
  /*letter-spacing: 4px;*/
}

@media screen and (max-width: 767px) {
  .ttl02_b .eng_ttl {
    font-size: 22px;
  }
}

.ttl02_b .jp_ttl {
  font-weight: bold;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .ttl02_b .jp_ttl {
    font-size: 15px;
  }
}

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

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

.ttl03 .eng_ttl {
  font-family: "Aoboshi One", serif;
  font-weight: normal;
  color: #B20001;
  font-size: 20px;
  /*-webkit-text-stroke: 2.5px #333;*/
  /*letter-spacing: 4px;*/
}

@media screen and (max-width: 767px) {
  .ttl03 .eng_ttl {
    font-size: 15px;
  }
}

.ttl03 .jp_ttl {
  font-weight: bold;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

@media screen and (max-width: 767px) {
  .ttl04 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

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

.ttl05 {
  border-bottom: solid 1px #61B730;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.ttl06 {
  text-align: center;
  position: relative;
  margin-bottom: 90px;
}

.ttl06:before {
  content: "";
  width: 2px;
  position: absolute;
  height: 40px;
  /* background-color: #000; */
  bottom: -50px;
  border-left: dotted 3px #3FADE2;
}

.ttl06 .eng_ttl {
  font-family: "Aoboshi One", serif;
  font-weight: normal;
  color: #61B730;
}

.ttl06 .jp_ttl {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ttl07 {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

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

.ttl07 .eng_ttl {
  position: relative;
  font-family: "Aoboshi One", serif;
  font-weight: normal;
  color: #61B730;
  font-size: 60px;
  padding: 0 65px;
}

@media screen and (max-width: 767px) {
  .ttl07 .eng_ttl {
    font-size: 32px;
    padding: 0 25px;
  }
}

.ttl07 .eng_ttl:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #64B62E;
}

.ttl07 .eng_ttl span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .ttl07 .eng_ttl span {
    padding: 0 0.25em;
  }
}

.ttl07 .eng_ttl span.bg_f2f0eb {
  background: #F2F0EB;
}

.ttl07 .eng_ttl span.bg_ebf2ed {
  background: #EBF2ED;
}

.ttl07 .jp_ttl {
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}

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

.ttl08 {
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: dotted 2px #61B730;
}

.ttl09 {
  position: relative;
  border-left: solid 5px #61B730;
  margin-bottom: 15px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .ttl09 {
    margin-bottom: 10px;
    padding-left: 5px;
  }
}

.ttl09.wht {
  border-left: solid 2px #fff;
}

.ttl09.wht .jp_ttl,
.ttl09.wht .eng_ttl {
  color: #fff;
}

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

@media screen and (max-width: 767px) {
  .ttl09 .jp_ttl {
    font-size: 14px;
  }
}

.ttl09 .eng_ttl {
  font-family: "Aoboshi One", serif;
  color: #61B730;
  font-size: 48px;
  display: block;
}

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

.ttl10 {
  font-size: 26px;
  font-weight: bold;
  border-bottom: solid 3px #AF7E60;
  padding: 0 20px 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .ttl10 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.ttl11 {
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}

.ttl11:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 3px;
  width: 100px;
  background-color: #61B730;
}

.ttl11 span {
  background-color: #61B730;
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
  border-radius: 100px;
  text-align: center;
  padding: 3px 25px;
  font-family: "Aoboshi One", serif;
  display: inline-block;
  font-weight: normal;
  max-width: 150px;
  width: 100%;
}

.ttl12 {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: solid 3px #5B7A5E;
}

.ttl12 .jp_ttl01 {
  font-weight: bold;
  font-size: 32px;
  color: #333;
  margin-bottom: 15px;
}

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

.ttl12 .jp_ttl02 {
  font-weight: bold;
  font-size: 26px;
  color: #3B664F;
}

@media screen and (max-width: 767px) {
  .ttl12 .jp_ttl02 {
    font-size: 16px;
  }
}

/* ------ */
/* ボタン（BTN） */
/* ------ */
.h_btn01 {
  position: relative;
  background-color: #64B62E;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 100px;
  display: block;
  margin: auto 5px;
  padding: 10px 15px;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 180px;
  height: 48px;
}

.h_btn01 .contact_btn:before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  margin: 0 auto;
  font-weight: 300;
  color: #ffffff;
  margin-right: 5px;
  font-size: 19px;
  position: relative;
  top: 2px;
}

.h_btn01 a {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.5;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
}

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

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

.h_btn01.recruit_btn {
  background-color: #61B730;
}

.h_btn01.contact_btn {
  background-color: #00173A;
}

a.tel_link {
  line-height: normal;
  font-weight: 400;
  font-size: clamp(20px, 1.341rem + 1.21vw, 36px);
  font-family: "Aoboshi One", serif;
  color: #3FADE2;
}

a.tel_btn01 {
  border: solid 3px #5B7A5E;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a.tel_btn01 .b_txt {
  font-size: 36px;
  font-weight: bold;
}

a.tel_btn01 .s_txt {
  font-size: 13px;
}

.h_contact_btn {
  background-color: #61B730;
  color: #fff;
  border-radius: 100px;
  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: auto 15px;
  padding: 15px 40px;
  font-weight: bold;
  text-align: center;
}

.h_contact_btn:before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  color: #fff;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 100;
  position: relative;
  top: 2px;
}

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

.h_contact_btn span.eng_txt {
  font-family: "Aoboshi One", serif;
  letter-spacing: 3px;
  display: block;
}

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

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

@media screen and (max-width: 1024px) {
  .btn01 {
    text-align: center;
  }
}

.btn01 a {
  position: relative;
  display: inline-block;
  width: 210px;
  /*max-width: 280px;*/
  background-color: #CCD8DF;
  border: solid 1px #CCD8DF;
  color: #333;
  border-radius: 100px;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 35px;
  text-align: left;
  z-index: 1;
  overflow: hidden;
}

.btn01 a:hover {
  opacity: 1;
  color: #fff;
}

.btn01 a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.btn01 a:before {
  background: #61B730;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.btn02 a {
  display: inline-block;
  width: 200px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 20px;
  border-bottom: 1px solid #1A1515;
  text-align: left;
  padding-bottom: 7px;
  margin: 26px 0;
  position: relative;
}

.btn02 a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #1A1515;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.btn02 a i {
  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: 80px;
  height: 80px;
  border: 1px solid #1A1515;
  /* font-family: 'Zen Old Mincho', serif; */
  font-weight: 700;
  font-size: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn02 a i.txt2 {
  font-family: 'Zen Old Mincho', serif;
  font-size: 16px;
}

.btn02 a:hover {
  opacity: 0.7;
}

.btn02 a:hover:before {
  right: 0;
}

.btn02 a:hover i {
  background-color: #1A1515;
  color: #fff;
}

.btn03 a {
  position: relative;
  display: inline-block;
  width: 210px;
  /* max-width: 280px; */
  background-color: #fff;
  border: solid 2px #E4007F;
  color: #333;
  border-radius: 6px;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 35px;
  text-align: left;
  z-index: 1;
}

.btn03 a:before {
  background: #E4007F;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.btn03 a:after {
  content: "\f061";
  font-style: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}

.btn03 a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.btn03 a:hover:after {
  right: 8px;
  color: #fff;
}

.btn04 a {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  background-color: #ffa500;
  color: #333;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 14px 0;
  -webkit-box-shadow: 0 6px 0 #5f3f25;
          box-shadow: 0 6px 0 #5f3f25;
  position: relative;
  z-index: 1;
  text-decoration: none;
  margin: 40px auto 0;
}

.btn04:after {
  content: "\f0a9";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
  background-color: #ffa500;
  border-radius: 50%;
}

.btn04:hover {
  opacity: 1;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

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

@media screen and (max-width: 1024px) {
  .btn05 {
    text-align: center;
  }
}

.btn05 a {
  border-radius: 100px;
  width: 100%;
  max-width: 280px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  position: relative;
  overflow: hidden;
  border: solid 1px #CCCCCC;
}

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

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

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

.btn06 a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  /*max-width: 280px;*/
  background-color: #00173A;
  color: #fff;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
}

.btn06 a:before {
  content: "";
  background-color: #fff;
  width: 4px;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn06 a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon/arrow_right01.svg);
  width: 28px;
  height: 9px;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn06 a:hover:after {
  right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn {
  text-align: center;
  padding: 0;
  display: block;
  position: relative;
  width: 250px;
  line-height: 60px;
  letter-spacing: 1.5px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn.btn01 span {
  position: relative;
  z-index: 3;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #333;
  display: block;
  border: solid 1px #cccccc;
}

.btn.btn01:hover span {
  color: #fff !important;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn.btn01.bgleft::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #333;
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.btn.btn01.bgleft:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

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

/* ------ */
/* テキストリンク（text-link） */
/* ------ */
.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;
}

.text_link02 a {
  position: relative;
  width: 200px;
  max-width: 180px;
  /*max-width: 220px;*/
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: solid 2px #ccc;
}

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

.text_link02 a:after {
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  right: -60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  color: #e83c41;
  font-size: 20px;
  padding: 26px 30px;
  border: solid 1px #ccc;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

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

.text_link03.wht a:hover .bt-circle {
  background: #fff;
}

.text_link03.wht a:hover .bt-circle span {
  color: #333;
}

.text_link03.wht .txt {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.text_link03.wht .txt:after {
  background: #fff;
}

.text_link03.wht .bt-circle {
  border: 1px solid #fff;
  color: #fff;
}

.text_link03 a:hover {
  opacity: 1;
}

.text_link03 a:hover .txt {
  /*letter-spacing: 0.1rem;*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text_link03 a:hover .txt:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  bottom: -1px;
}

.text_link03 a:hover .bt-circle {
  background: #333;
}

.text_link03 a:hover .bt-circle span {
  color: #fff;
}

.text_link03 .txt {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  border-bottom: 1px dotted #666;
  padding-bottom: 10px;
  display: block;
  position: relative;
  top: -5px;
  width: 200px;
}

.text_link03 .txt:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.text_link03 .bt-circle {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 9999px;
  border: 1px solid #000;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.text_link03 .bt-circle > * {
  padding-top: 17px;
  display: inline-block;
}

/* ------ */
/* 表 */
/* ------ */
/* ------ */
/* レイアウト */
/* ------ */
.infobox01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #64B62E;
  background-color: #F5FFEF;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  line-height: 1.4;
}

.infobox01 p {
  font-weight: 500;
}

.infobox01 p span {
  color: #3FADE2;
}

.sub_images_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 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: 35px 40px;
}

.sub_images_ul.cul2 .li {
  width: calc(100% / 2 - 20px);
  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;
  }
}

@media screen and (max-width: 767px) {
  .sub_images_ul.cul4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

@media screen and (max-width: 767px) {
  .sub_images_ul.cul4 .li {
    width: calc(100% / 2 - 20px);
    line-height: 1.6;
  }
}

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

.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: 55%;
  position: relative;
}

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

.layout_a .imgbox .mt_car {
  position: absolute;
  top: 0;
  right: 0;
}

.layout_a .imgbox .mt_car img {
  width: auto !important;
}

@media screen and (max-width: 767px) {
  .layout_a .imgbox .mt_car img {
    max-height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.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: 55%;
  position: relative;
}

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

.layout_b .imgbox .mt_car {
  position: absolute;
  top: 0;
  right: 0;
}

.layout_b .imgbox .mt_car img {
  width: auto !important;
}

@media screen and (max-width: 767px) {
  .layout_b .imgbox .mt_car img {
    max-height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

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

.infobox {
  overflow: hidden;
  border-radius: 10px;
  background-color: #f8f6f2;
  border: solid 3px #17489C;
}

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

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

/*コンテンツパターン*/
.page_box_even li.box {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .page_box_even li.box {
    padding: 50px 0;
  }
}

.page_box_even li.box:first-child {
  padding-top: 0;
}

.page_box_even li.box:nth-child(even) {
  background-color: #F1F2EA;
}

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

/** dl_list **/
.dl_list {
  max-width: 1000px;
  margin: 0 auto;
}

.dl_list .dl_ttl {
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  border: solid 2px #61B730;
  padding: 10px 20px 10px 80px;
  margin-bottom: 40px;
  overflow: hidden;
  /*&:before {
      content: "Q";
      background-color: #AF7E60;
      position: absolute;
      color: #fff;
      left: 0;
      top: 0;
      padding: 10px 20px;

    }*/
}

@media screen and (max-width: 767px) {
  .dl_list .dl_ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.dl_list .dl_ttl .num {
  background-color: #61B730;
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  padding: 10px 20px;
}

@media screen and (max-width: 767px) {
  .dl_list .dl_ttl .num {
    font-size: 16px;
  }
}

.dl_list dl {
  padding: 0 50px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .dl_list dl {
    padding: 0 20px;
    margin-bottom: 15px;
  }
}

.dl_list dl:last-child {
  margin-bottom: 0;
}

.dl_list dl dt {
  font-weight: bold;
  font-size: 20px;
  border-bottom: solid 1px #AF7E60;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .dl_list dl dt {
    font-size: 15px;
    line-height: 1.6;
  }
}

.dl_list dl dt:before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  margin-right: 10px;
  color: #FFBD59;
}

.dl_list dl dd {
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .dl_list dl dd {
    font-size: 14px;
    line-height: 1.6;
  }
}

/** レイアウト　サイド付き　スクロールレイアウト(JSあり) **/
.contents_2cul {
  /*margin-top: 85px;*/
  padding-left: 300px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .contents_2cul {
    padding-left: 260px;
  }
}

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

.contents_2cul ._sidenav_wrapper {
  width: 275px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 60px;
}

@media screen and (max-width: 767px) {
  .contents_2cul ._sidenav_wrapper {
    display: none;
  }
}

.contents_2cul .side_company {
  width: 100%;
  padding-left: 38px;
  position: sticky;
  top: 140px;
}

.contents_2cul .side_company .side_deco_bar {
  padding-top: 25px;
  position: absolute;
  left: -60px;
  top: 0;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 18px;
  font-weight: bold;
  color: #61B730;
}

.contents_2cul .side_company .side_nav li:nth-child(n+2) {
  margin-top: 26px;
}

.contents_2cul .side_company .side_nav li a {
  padding-left: 15px;
  position: relative;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 14px;
  opacity: 0.2;
  color: #403A37;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contents_2cul .side_company .side_nav li a.current {
  opacity: 1;
}

/*テレコパターン*/
.page_box li.contentsbox {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .page_box li.contentsbox {
    padding: 50px 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;
  }
}

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

@media screen and (max-width: 767px) {
  .page_box li.contentsbox_b {
    padding: 50px 0;
  }
}

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

.page_box li.contentsbox_b:nth-child(odd) {
  padding-top: 80px;
  background-color: #f8f2f2;
}

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

/** レイアウト　2カラム　左画像 **/
.layout_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;
}

.layout_flex01 .imgbox {
  width: 50%;
  margin-left: 80px;
}

.layout_flex01 .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 720/540;
}

.layout_flex01 .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.layout_flex02 li.layout_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 80px;
}

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

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

.layout_flex02 li.layout_li:nth-child(even) .imgbox {
  margin-right: calc(50% - 50vw);
  margin-left: inherit;
}

@media screen and (max-width: 767px) {
  .layout_flex02 li.layout_li:nth-child(even) .imgbox {
    margin-left: 0;
    margin-right: 0;
  }
}

.layout_flex02 li.layout_li:nth-child(even) .txtbox {
  width: calc(50% - 160px);
  margin-right: 160px;
  margin-left: inherit;
}

@media screen and (max-width: 767px) {
  .layout_flex02 li.layout_li:nth-child(even) .txtbox {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.layout_flex02 li.layout_li .imgbox {
  margin-left: calc(50% - 50vw);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .layout_flex02 li.layout_li .imgbox {
    margin-left: 0;
    margin-right: 0;
  }
}

.layout_flex02 li.layout_li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1040/540;
}

.layout_flex02 li.layout_li .txtbox {
  width: calc(50% - 160px);
  margin-left: 160px;
}

@media screen and (max-width: 767px) {
  .layout_flex02 li.layout_li .txtbox {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

.layout_flex02_img_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 80px;
}

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

.layout_flex02_img_txt .imgbox {
  margin-left: calc(50% - 50vw);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .layout_flex02_img_txt .imgbox {
    margin-left: 0;
    margin-right: 0;
  }
}

.layout_flex02_img_txt .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1040/540;
}

.layout_flex02_img_txt .txtbox {
  width: calc(50% - 160px);
  margin-left: 160px;
}

@media screen and (max-width: 1280px) {
  .layout_flex02_img_txt .txtbox {
    width: calc(50% - 80px);
    margin-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .layout_flex02_img_txt .txtbox {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

.layout_flex02_txt_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 80px;
}

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

.layout_flex02_txt_img .imgbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 767px) {
  .layout_flex02_txt_img .imgbox {
    margin-right: 0;
  }
}

.layout_flex02_txt_img .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1040/540;
}

.layout_flex02_txt_img .txtbox {
  width: calc(50% - 160px);
  margin-right: 160px;
}

@media screen and (max-width: 1280px) {
  .layout_flex02_txt_img .txtbox {
    width: calc(50% - 80px);
    margin-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .layout_flex02_txt_img .txtbox {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
}

.layout_infoarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px;
  border-bottom: dotted 3px #B20001;
}

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

.layout_infoarea .imgbox {
  max-width: 380px;
  width: 100%;
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  .layout_infoarea .imgbox {
    margin-right: 0;
    max-width: inherit;
    margin-bottom: 20px;
  }
}

.layout_infoarea .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/350;
}

.layout_infoarea .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.layout_infoarea .txtbox .ttl02 .jp_ttl {
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .layout_infoarea .txtbox .ttl02 .jp_ttl {
    font-size: 20px;
  }
}

/*レイアウト　テレコ式*/
.layout01 li.layout01_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 80px;
}

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

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

.layout01 li.layout01_box:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.layout01 li.layout01_box:nth-child(odd) .txtbox {
  margin-left: inherit;
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  .layout01 li.layout01_box:nth-child(odd) .txtbox {
    margin-right: inherit;
  }
}

.layout01 li.layout01_box .imgbox {
  width: 55%;
}

@media screen and (max-width: 767px) {
  .layout01 li.layout01_box .imgbox {
    width: 100%;
  }
}

.layout01 li.layout01_box .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 710/500;
  border-radius: 10px;
}

.layout01 li.layout01_box .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .layout01 li.layout01_box .txtbox {
    margin-left: 0;
  }
}

.layout02 li.layout02_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 80px;
}

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

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

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

.layout02 li.layout02_box:nth-child(even) .txtbox {
  margin-left: inherit;
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  .layout02 li.layout02_box:nth-child(even) .txtbox {
    margin-right: inherit;
  }
}

.layout02 li.layout02_box .imgbox {
  width: 55%;
}

@media screen and (max-width: 767px) {
  .layout02 li.layout02_box .imgbox {
    width: 100%;
  }
}

.layout02 li.layout02_box .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 710/500;
  border-radius: 10px;
}

.layout02 li.layout02_box .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .layout02 li.layout02_box .txtbox {
    margin-left: 0;
  }
}

/*偶数リバースFLEX*/
/* リスト */
/* --- */
.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: 40px 50px;
  position: relative;
  border-radius: 15px;
  border: solid 4px #61B730;
  background-color: #fff;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

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

.flow_list li:before {
  border-top: 40px solid #61B730;
  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 #61B730;
    bottom: -30px;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    margin-left: -70px;
  }
}

.flow_list li .imgbox {
  width: 200px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .flow_list li .imgbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.flow_list li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 200/180;
  border-radius: 6px;
}

.flow_list li .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flow_list li .txtbox .num {
  font-family: "Aoboshi One", serif;
  font-size: 18px;
  color: #86AA21;
  margin-bottom: 5px;
  display: inline-block;
}

.flow_list li .txtbox h3 {
  padding-bottom: 10px;
  border-bottom: solid 1px #AF7E60;
  margin-bottom: 10px;
  font-weight: bold;
}

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

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

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

@media screen and (max-width: 1024px) {
  .unkmenu.cul4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.unkmenu.cul4 li {
  width: calc(100% / 4 - 15px);
}

@media screen and (max-width: 1024px) {
  .unkmenu.cul4 li {
    width: calc(100% / 2 - 10px);
  }
}

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

.unkmenu li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 20px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .unkmenu li a {
    font-size: 12px;
    padding: 15px 10px;
  }
}

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

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

.unkmenu li a:hover {
  background-color: #979797;
  color: #fff;
}

.unkmenu li a:hover:before {
  color: #fff;
}

/* 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: #61B730;
  color: #ffffff;
  padding: 20px 50px;
  line-height: 1.5;
}

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

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

/*******************/
/*　SINGLE　　　　*/
/*******************/
.single_page #date {
  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;
}

.single_page .ttl10 {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 2px solid #3993C2;
}

.single_page .category_c {
  margin-left: 10px;
}

.single_page .category_c a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  background-color: #fff;
  border: solid 1px #333;
  color: #333;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  padding: 5px 20px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.single_page .category_c a:hover {
  background-color: #333;
  border: solid 1px #333;
  color: #fff;
}

/*******************/
/*　テーブル　　　　*/
/*******************/
.scrool_tbl {
  overflow-x: auto;
  margin-bottom: 30px;
}

.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 thead th {
  color: #AA6908;
  background-color: transparent;
  border: none;
  text-align: left;
}

.tbl_price th,
.tbl_price td {
  border: solid 1px #c8c8c8;
  text-align: left;
  padding: 8px 20px;
}

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

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

.tbl_price th.bg_glay {
  background-color: #E2E2E2;
  color: #333;
}

.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;
  margin: 0;
}

.dl_tbl01 dt {
  width: 20%;
  border-bottom: solid 2px #3FADE2;
  color: #64B62E;
  font-weight: 500;
}

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

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

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

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

@media screen and (max-width: 767px) {
  .dl_tbl01 dt .box,
  .dl_tbl01 dd .box {
    padding: 25px 15px;
  }
}

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

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

.swiper-fade .swiper-slide-active>* {
  opacity: 1;
}
*/
.gallery-photo .gallery-slider .swiper-slide p {
  width: 100%;
  /*padding-top: 56.25%;*/
  position: relative;
  background-color: #333;
  aspect-ratio: 16/9;
}

.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;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  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;
}

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

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

@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 {
  border-radius: 50%;
  color: #333;
  background-color: #fff;
  border: solid 1px #333;
  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;
}

.post-btn .prev a:hover,
.post-btn .next a:hover {
  color: #fff;
  background-color: #333;
  border: solid 1px #333;
}

.post-btn .link_btn {
  /*border: solid 1px #333;*/
  background-color: #fff;
  border: solid 1px #333;
  color: #333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding: 3px 25px;
  line-height: 30px;
  border-radius: 60px;
}

.post-btn .link_btn:hover {
  background-color: #333;
  border: solid 1px #333;
  color: #fff;
}

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

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

/*******************/
/*　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: #E9E6D9;
  border: solid 1px #D2D0C9;
  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 #D2D0C9;
  border-bottom: solid 1px #D2D0C9;
  border-right: solid 1px #D2D0C9;
  background-color: #fff;
}

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

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

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

.tbl_list02 li .list_ttl {
  width: 100px;
  color: #e83c41;
  font-weight: bold;
  line-height: 1.4;
}

.tbl_list02 li .list_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}

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

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

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

.price_list01 li .list_ttl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 65%;
  font-weight: bold;
  line-height: 1.4;
  background-color: #fff;
  border-right: solid 1px #64B62E;
  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;
    border-right: none;
  }
}

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

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

.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 ICON */
/* ------ */
ul.links_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 15px;
}

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

ul.links_sns li:last-child {
  margin-right: 0;
}

ul.links_sns li a {
  font-weight: 400;
}

ul.links_sns li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

ul.links_sns li a::before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}

ul.links_sns li a.text_link_run {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.links_sns li a.text_link_run::before {
  margin-right: 5px;
}

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

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

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

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

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

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

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

.chk_list li {
  position: relative;
  line-height: 1.8;
  margin-top: 15px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: dotted 2px #5B7A5E;
}

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

.chk_list li::before {
  content: "";
  background-image: url(../images/icon/icon_chk_list01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 0.5em;
}

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

/* ------ */
/* header */
/* ------ */
header {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  z-index: 3;
  /*transform: translateY(-100px);*/
}

@media screen and (max-width: 767px) {
  header {
    position: relative;
    background-color: #fff;
    height: 60px;
  }
}

header .menu_area {
  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: 767px) {
  header .menu_area {
    display: none;
  }
}

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

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

header.fixed .h-logo {
  background: none;
}

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

header.fixed #menu-header-navi li a {
  color: #333;
  border-right: dotted 1px #333;
  text-shadow: 2px 2px 5px #fff, -2px 2px 10px #fff;
}

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

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

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

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

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

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

header.fixed #menu-header-navi li:after {
  border-left: dotted 2px #333;
}

header.inner_header {
  position: absolute;
}

@media screen and (max-width: 767px) {
  header.inner_header {
    position: relative;
  }
}

header .header-r-area {
  /*padding: 10px 0;*/
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*box-shadow: 0px 3px 6px #00000029;*/
}

@media screen and (max-width: 1280px) {
  header .header-r-area {
    padding-right: 0px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  header .header-r-area {
    background: none;
    padding-right: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
  }
  header .header-r-area .h_contact_btn {
    display: none;
  }
}

header .header-r-area .h-contact {
  padding-right: 20px;
}

@media screen and (max-width: 1300px) {
  header .header-r-area .h-contact #menu-header-navi {
    display: none;
  }
}

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

header .header-r-area .h-contact a.tel_link {
  line-height: normal;
  font-weight: 500;
  font-size: 22px;
  font-family: "Cinzel", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

header .h1 {
  font-weight: bold;
}

header .h1 a {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}

header .h1 a img {
  /*mix-blend-mode: difference;*/
  height: 48px;
  -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: 41px;
  }
}

header * {
  line-height: 1;
}

.h-logo {
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0 0 30px 0;
}

@media screen and (max-width: 1280px) {
  .h-logo {
    padding-left: 20px;
  }
}

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

.h-logo a {
  display: block;
}

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

.header_drawer_toggle {
  /*ヘッダー内トグルボタンの指定*/
  display: none;
}

@media screen and (max-width: 1300px) {
  .header_drawer_toggle {
    display: inline-block;
  }
}

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

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

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

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

.header_drawer_toggle .gnav-trg {
  position: relative;
  z-index: 101;
  width: 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: -6px;
    right: 10px;
    border: solid 2px #333;
    border-radius: 50%;
  }
}

/*
.header_drawer_toggle .gnav-trg span,
.header_drawer_toggle .gnav-trg::before,
.header_drawer_toggle .gnav-trg::after {
  background-color: #000;
}
*/
.header_drawer_toggle .gnav-trg span {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*width: calc(100% - 24px);*/
  width: 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: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gav_close_btn img {
  border: solid 2px #333;
  padding: 10px;
  border-radius: 50%;
}

.gnav .gnav__inr {
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  height: 100dvh;
  right: 0;
  position: relative;
  top: 0;
  z-index: 3;
  margin-left: auto;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .gnav .gnav__inr {
    width: 100%;
  }
}

.gnav .gnav__inr .links_sns {
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.gnav .gnav__inr .links_sns li a.ig_icon::before {
  background-image: url(../images/icon/sns/insta_blk.svg);
  width: 27px;
  height: 27px;
  background-size: contain;
}

.gnav .gnav__inr .links_sns li a.line_icon::before {
  background-image: url(../images/icon/sns/line_blk.svg);
  width: 27px;
  height: 27px;
  background-size: contain;
}

.gnav .gnav__inr .links_sns li a.fb_icon::before {
  background-image: url(../images/icon/sns/fb_blk.svg);
  width: 27px;
  height: 27px;
  background-size: contain;
}

.gnav .gnav__inr .links_sns li a.tw_icon::before {
  background-image: url(../images/icon/sns/x_icon_blk.svg);
  width: 27px;
  height: 27px;
  background-size: contain;
}

.gnav .gnav__inr .links_sns li a.youtube_icon::before {
  background-image: url(../images/icon/sns/youtube_wht.svg);
  width: 27px;
  height: 27px;
  background-size: contain;
}

.gnav .gnav__inr .h_external_link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .gnav .gnav__inr .h_external_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.gnav .gnav__inr .h_external_link li a {
  height: auto;
}

.gnav .gnav__inr .drawer_language_flex {
  border-top: 2px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #333;
  margin-top: 40px;
  padding-top: 40px;
}

@media 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: 90%;
    margin: 0 auto;
  }
}

.gnav .gnav__inr .header-drawer-nav li {
  margin-top: 15px;
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 15px;
  border-bottom: solid 1px #5B7A5E;
}

.gnav .gnav__inr .header-drawer-nav li:first-child {
  margin-top: 0;
}

.gnav .gnav__inr .header-drawer-nav li:last-child {
  padding-bottom: 15px;
}

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

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children a {
  pointer-events: none !important;
  color: #64B62E;
}

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children:hover {
  background: none;
}

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children.open_acord .header-nav-child::before {
  display: inline-block;
  content: "";
  background-image: url(../images/icon/icon_minus_blue.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children .header-nav-child {
  position: absolute;
  width: 100%;
  top: 5px;
  right: 5px;
}

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children .header-nav-child::before {
  display: inline-block;
  content: "";
  background-image: url(../images/icon/icon_plus_blue.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children > .sub-menu {
  margin: 15px;
  padding: 0;
  display: none;
}

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children > .sub-menu li {
  /*list-style-type: disc;*/
  list-style-position: inside;
  width: 100%;
  /*margin-bottom: 5px;*/
  /*margin-top: 10px;*/
  /*↓ホバーエフェクト指定*/
  background: none;
  padding: 10px 0 10px 0;
  border-bottom: none;
  margin: 0;
}

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children > .sub-menu li:last-child {
  border-bottom: none;
}

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children > .sub-menu li:hover {
  /*ホバーエフェクト*/
  background: none;
}

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children > .sub-menu li a {
  pointer-events: auto !important;
  border: none;
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  color: inherit;
}

.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 */
/* ----------- */
#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;
  gap: 0 20px;
}

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

#menu-header-navi li.non_event a {
  pointer-events: none;
}

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

#menu-header-navi li a {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  border-right: dotted 1px #fff;
  padding-right: 20px;
  /*text-shadow: 2px 2px 5px #868686, -2px 2px 5px #868686;*/
}

#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: 200px;
  padding-top: 15px;
  /*padding: 10px 25px;*/
  top: 20px;
  left: 10px;
  /*left: calc(-50% -240px);*/
  -webkit-transform: translate(-38%, 0);
          transform: translate(-38%, 0);
  /*background-color: #fff;*/
}

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

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

#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: #333;
}

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

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

/* ---- */
/* main */
/* ---- */
@media print, screen and (min-width: 1025px) {
  main {
    position: relative;
  }
}

@media print, screen and (max-width: 1024px) {
  #wrapper {
    width: 100%;
    position: relative;
  }
}

/* ---- */
/* 特徴area */
/* ---- */
.add_guide {
  position: relative;
  z-index: 1;
  background-color: #FFFCF3;
  padding: 100px 0;
}

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

.add_guide .ttl07 .eng_ttl span {
  background-color: #FFFCF3;
}

/* ---- */
/* add_contact_head */
/* ---- */
.add_contact_head .tel_box p {
  font-size: 13px;
}

.add_contact_head .tel_box a.tel_link02 {
  color: #3FADE2;
  font-size: clamp(17px, 0.864rem + 0.85vw, 24px);
  font-weight: normal;
  font-family: "Aoboshi One", serif;
}

/* ---- */
/* 特徴area */
/* ---- */
.add_reason {
  background-color: #3FADE2b3;
  color: #fff;
}

.add_reason .ttl01:before {
  border-color: #fff;
}

.add_reason .ttl01 .eng_ttl {
  color: #fff;
}

.add_recruit {
  background-color: #FFFCF3b3;
  color: #333;
}

.add_reason,
.add_recruit {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

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

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

.add_reason .layout_b .imgbox,
.add_recruit .layout_b .imgbox {
  width: 40%;
}

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

/* ---- */
/* ご利用案内area */
/* ---- */
/* ---- */
/* 共通会社案内 */
/* ---- */
.add_company {
  background-color: #3FADE2b3;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 100px 0;
}

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

.add_company .box01 {
  width: 50%;
}

.add_company .ttl01:before {
  border-bottom: solid 2px #fff;
}

.add_company .ttl01 .eng_ttl {
  color: #fff;
}

/* ---- */
/* 製品案内area */
/* ---- */
.add_product {
  color: #ffffff;
  /*padding: 120px 0;*/
  position: relative;
  z-index: 2;
}

.add_product .bg_fixed {
  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) {
  .add_product .bg_fixed {
    width: 100%;
    background-size: cover;
    background-attachment: inherit;
  }
}

.add_product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: exclusion;
  background-color: #000000;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .add_product::before {
    /*display: none;*/
    background-color: #00000066;
    mix-blend-mode: normal;
  }
}

.add_product figure {
  margin-bottom: 40px;
}

.add_product .content {
  max-width: 800px;
  margin: 0 auto;
}

.add_product .content h3 {
  font-weight: bold;
  margin-bottom: 30px;
}

/* ---- */
/* 製品案内area */
/* ---- */
.add_voice {
  padding: 100px 0;
  background-color: #FFFCF3;
}

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

.add_voice .ttl07 .eng_ttl span {
  background: #FFFCF3;
}

.add_voice .thum_list {
  margin: 0;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .add_voice .thum_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.add_voice .thum_list li {
  width: calc((100% - 60px) / 4);
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .add_voice .thum_list li {
    width: calc(100% / 2 - 10px);
  }
}

.add_voice .thum_list li a img {
  border-radius: 0;
}

.add_voice .thum_list li h3 {
  font-size: 16px;
}

.add_works {
  padding: 100px 0;
  background-color: #ECE5E0;
}

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

.add_works .ttl07 .eng_ttl span {
  background: #ECE5E0;
}

.add_works .thum_list {
  margin: 0;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .add_works .thum_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.add_works .thum_list li {
  width: calc((100% - 60px) / 4);
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .add_works .thum_list li {
    width: calc(100% / 2 - 10px);
  }
}

.add_works .thum_list li a img {
  border-radius: 0;
}

.add_works .thum_list li h3 {
  font-size: 16px;
}

.add_works02 .pc_on.text_link03 a:hover {
  opacity: 1;
}

.add_works02 .pc_on.text_link03 a:hover .txt {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.add_works02 .pc_on.text_link03 a:hover .txt:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.add_works02 .pc_on.text_link03 a:hover .bt-circle {
  background: #fff;
}

.add_works02 .pc_on.text_link03 a:hover .bt-circle span {
  color: #333;
}

.add_works02 .pc_on.text_link03 .txt {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.add_works02 .pc_on.text_link03 .txt:after {
  background: #fff;
}

.add_works02 .pc_on.text_link03 .bt-circle {
  border: 1px solid #fff;
}

.add_works02 .pc_on.text_link03 .bt-circle > * {
  color: #fff;
}

.add_works02.top_work_sec {
  width: 100%;
  /*padding-top: 270px;*/
  padding-top: 15px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .add_works02.top_work_sec {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.add_works02.top_work_sec .support_loop_sec {
  width: 310%;
  aspect-ratio: 5040/400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  .add_works02.top_work_sec .support_loop_sec {
    width: 530%;
    aspect-ratio: 1984/156;
  }
}

.add_works02.top_work_sec .support_loop_sec .loop_list {
  width: 155%;
  aspect-ratio: 4800/500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  .add_works02.top_work_sec .support_loop_sec .loop_list {
    width: 265%;
    aspect-ratio: 1600 / 177;
  }
}

.add_works02.top_work_sec .support_loop_sec .loop_list:nth-of-type(1) {
  -webkit-animation: loop 160s -80s linear infinite;
          animation: loop 160s -80s linear infinite;
}

.add_works02.top_work_sec .support_loop_sec .loop_list:nth-of-type(2) {
  -webkit-animation: loop2 160s linear infinite;
          animation: loop2 160s linear infinite;
}

.add_works02.top_work_sec .support_loop_sec .loop_list .support_logo {
  width: 25%;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .add_works02.top_work_sec .support_loop_sec .loop_list .support_logo {
    padding-right: 8px;
  }
}

.add_works02.top_work_sec .support_loop_sec .loop_list .support_logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.add_works02.top_work_sec .support_loop_sec._re {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .add_works02.top_work_sec .support_loop_sec._re {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.add_works02.top_work_sec .support_loop_sec._re .loop_list:nth-of-type(1) {
  animation: loop 160s -80s linear reverse infinite;
}

.add_works02.top_work_sec .support_loop_sec._re .loop_list:nth-of-type(2) {
  animation: loop2 160s linear reverse infinite;
}

.add_works02.top_work_sec .support_loop_sec.loop_last {
  display: none;
}

@media screen and (max-width: 767px) {
  .add_works02.top_work_sec .support_loop_sec.loop_last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.add_works02.top_work_sec .text_container {
  background: #61B730;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  width: 26%;
  aspect-ratio: 550/650;
  border-radius: 0 0 20px 20px;
  position: absolute;
  /*top: 269px;*/
  top: 0;
  left: 49%;
  z-index: 2;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .add_works02.top_work_sec .text_container {
    aspect-ratio: 550/589;
  }
}

@media screen and (max-width: 767px) {
  .add_works02.top_work_sec .text_container {
    width: 160px;
    aspect-ratio: 210/400;
    top: 0;
    left: inherit;
    right: 10%;
  }
}

@media screen and (max-width: 600px) {
  .add_works02.top_work_sec .text_container {
    right: 5%;
  }
}

.add_works02.top_work_sec .text_container .sec_title_tag {
  position: absolute;
  top: 10%;
  left: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.add_works02.top_work_sec .text_container .sec_title_tag ._en {
  font-family: "Aoboshi One", serif;
  overflow-wrap: break-word;
}

.add_works02.top_work_sec .text_container .top_work_title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #ffffff;
  font-size: clamp(0rem, 2.25vw, 2.25rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 5px;
  white-space: nowrap;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .add_works02.top_work_sec .text_container .top_work_title {
    font-size: 24px;
    top: 30px;
  }
}

.add_works02.top_work_sec .text_container ._btn {
  width: 250px;
  padding: 20px 25px 0;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .add_works02.top_work_sec .text_container ._btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media screen and (max-width: 767px) {
  .add_works02.top_work_sec .text_container ._btn {
    width: 170px;
    height: 55px;
    padding: 13px 10px 0 13px;
  }
}

.add_works02.top_work_sec .text_container ._btn .btn_inner {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.add_works02.top_work_sec .text_container ._btn .btn_inner:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .add_works02.top_work_sec .text_container ._btn .btn_inner ._text {
    font-size: 15px;
  }
}

.add_works02.top_work_sec .text_container ._btn.btn03:hover .hover_wide_btn::before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .add_works02.top_work_sec .text_container ._btn.btn03 .hover_wide_btn {
    width: 25px;
    height: 25px;
  }
}

.add_works02.top_work_sec .text_container ._btn.btn03 .hover_wide_btn::before {
  background: white;
}

.add_works02.top_work_sec .text_container ._btn.btn03 .hover_wide_btn::after {
  background-image: url(../images/hover_wide_btn_arrow_gray.svg);
}

/* ---- */
/* ギャラリーarea */
/* ---- */
/***************************/
.add_gallery {
  padding: 0 0 90px;
}

.add_gallery .gallery_box {
  position: relative;
  background-color: #fec73a;
  padding: 76px 0;
}

@media screen and (max-width: 767px) {
  .add_gallery .gallery_box {
    padding: 40px 0;
    margin-top: 70px;
  }
}

.add_gallery .gallery_box .flexbox .box {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .add_gallery .gallery_box .flexbox .box {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .add_gallery .gallery_box .flexbox .box:first-child {
    margin-top: 0;
  }
}

.add_gallery .gallery_box .flexbox .box:last-child {
  margin-right: 0;
}

.add_gallery .gallery_box .flexbox .box a figure {
  margin-bottom: 10px;
  overflow: hidden;
}

.add_gallery .gallery_box .flexbox .box a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 1 /1;
}

.add_gallery .gallery_box .flexbox .box a:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.add_gallery .gallery_box .flexbox .box .date {
  margin-top: 10px;
  margin-bottom: 5px;
}

.add_gallery .gallery_box .flexbox .box h3 {
  font-size: 15px;
}

.add_gallery .gallery_box .flexbox .box .limit_text_2 {
  margin-bottom: 15px;
}

.add_gallery .gallery_box .flexbox .box .category_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
  margin-bottom: 5px;
}

.add_gallery .gallery_box .flexbox .box .category_c a {
  background-color: #61B730;
  color: #ffff;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  padding: 5px 20px;
  margin-top: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.add_gallery .gallery_box .flexbox .box .category_c a:hover {
  opacity: 0.6;
}

.add_gallery .btn01 {
  margin-top: 40px;
}

/* ---- */
/* コンタクトarea */
/* ---- */
.add_contact {
  padding-bottom: 40px;
}

.add_contact .contents_wrap {
  max-width: 700px;
}

.add_contact .ttl01 .eng_ttl,
.add_contact .ttl01 .jp_ttl {
  color: #fff;
}

.add_contact .ttl01:before {
  display: none;
}

.add_contact .text_link03 a:hover {
  opacity: 1;
}

.add_contact .text_link03 a:hover .txt {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.add_contact .text_link03 a:hover .txt:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.add_contact .text_link03 a:hover .bt-circle {
  background: #fff;
}

.add_contact .text_link03 a:hover .bt-circle span {
  color: #333;
}

.add_contact .text_link03 .txt {
  border-bottom: 1px dotted #fff;
  color: #fff;
}

.add_contact .text_link03 .txt:after {
  background: #fff;
}

.add_contact .text_link03 .bt-circle {
  border: 1px solid #fff;
}

.add_contact .text_link03 .bt-circle > * {
  color: #fff;
}

.add_contact .add_contact_flex {
  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: 70px;
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .add_contact .add_contact_flex {
    display: block;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .add_contact .add_contact_flex li {
    text-align: center;
    margin-bottom: 20px;
  }
  .add_contact .add_contact_flex li:last-child {
    margin-bottom: 0;
  }
}

.add_contact .add_contact_flex li .tel_txt a {
  font-size: 36px;
  color: #fff;
  font-family: "Aoboshi One", serif;
  font-weight: normal;
}

.add_contact .add_contact_flex li .tel_txt .s_txt {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}

/* ---- */
/* ADD WORKS */
/* ---- */
.add_works .thum_list {
  padding-bottom: 60px;
  border-bottom: solid 2px #3B664F;
}

.add_works .text_link03 {
  text-align: center;
}

/* ---- */
/* cont_ttl03 */
/* ---- */
/* ---- */
/* cont_ttl04 */
/* ---- */
/* ------ */
/* .link_btn */
/* ------ */
/* ------ */
/* footer */
/* ------ */
.under_sp_nav {
  position: fixed;
  bottom: 0vh;
  left: 0;
  -webkit-transform: translateY(250%);
          transform: translateY(250%);
  width: 100%;
  height: 40px;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 5;
  display: none;
}

@media screen and (max-width: 600px) {
  .under_sp_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px;
    width: 95%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}

.under_sp_nav.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

footer {
  background-image: url(../images/home/footer_bg01.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  /*top: 100vh;*/
  width: 100%;
  color: #ffffff;
  z-index: 1;
}

footer .footerLower {
  /*margin-top: 16.1vw;*/
  margin-top: 50px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  footer .footerLower {
    padding-bottom: 60px;
  }
}

footer a {
  color: #ffffff;
}

footer a:hover {
  opacity: 0.6;
}

footer .menu li {
  margin-bottom: 10px;
}

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

footer .menu li a {
  border-left: dotted 2.5px #fff;
  padding-left: 8px;
  font-weight: bold;
}

.f_ttl a {
  position: relative;
  border-left: none !important;
  padding-left: 0 !important;
  font-weight: bold;
  left: -10px;
}

.footerUpper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: solid 2px #fff;
  padding-top: 40px;
}

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

.footerUpper .footerUpper_prof_area {
  width: auto;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.footerUpper .footerUpper_prof_area .flex_l {
  margin-right: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .footerUpper .footerUpper_prof_area .flex_l {
    margin-top: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .footerUpper .footerUpper_prof_area .flex_l figure {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footerUpper .footerUpper_prof_area .flex_l figure img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .footerUpper .footerUpper_prof_area .flex_l .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footerUpper .footerUpper_prof_area .wpsbc-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
}

.footerUpper .footerUpper_prof_area h2 {
  font-size: 20px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .footerUpper .footerUpper_prof_area h2 {
    font-size: 13px;
  }
}

.footerUpper .footerUpper_prof_area .company-footer {
  margin-bottom: 20px;
  font-size: 15px;
}

.footerUpper .footerUpper_prof_area .links_sns {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
}

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

.footerUpper .footerUpper_prof_area .links_sns li a.map_icon::before {
  background-image: url(../images/icon/map_icon.svg);
  width: 26px;
  height: 26px;
}

.footerUpper .footerUpper_prof_area .links_sns li a.line_icon::before {
  background-image: url(../images/icon/sns/line_wht2.svg);
  width: 26px;
  height: 26px;
}

.footerUpper .footerUpper_prof_area .links_sns li a.ig_icon::before {
  background-image: url(../images/icon/sns/insta_wht.svg);
  width: 26px;
  height: 26px;
}

.footerUpper .footerUpper_prof_area .links_sns li a.fb_icon::before {
  background-image: url(../images/icon/sns/fb_wht.svg);
  width: 26px;
  height: 26px;
}

.footerUpper .footerUpper_prof_area .links_sns li a.tw_icon::before {
  background-image: url(../images/icon/sns/x_icon_wht.svg);
  width: 26px;
  height: 26px;
}

.footerUpper .footerUpper_prof_area .links_sns li a.youtube_icon::before {
  background-image: url(../images/icon/sns/youtube_wht.svg);
  width: 26px;
  height: 26px;
}

.footerUpper .footerUpper_nav_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 50px;
}

@media screen and (max-width: 767px) {
  .footerUpper .footerUpper_nav_area {
    display: none;
  }
}

@media (min-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}

#footer_add_area .tel_area a::before {
  content: "\f879";
}

#footer_nav .menu .sub-menu {
  padding-left: 0;
}

#footer_nav .menu .sub-menu li a::before {
  content: "-";
}

#footer_nav .menu .sub-menu li a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

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

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

@media print, screen and (max-width: 1024px) {
  #footer_nav > ul li a:active {
    opacity: 0.3;
  }
}

/* ------ */
/* SNS list */
/* ------ */
ul.links_sns li a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media print, screen and (min-width: 1025px) {
  #footer_nav > ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

/* ------ */
/* Mail form */
/* ------ */
.contact .text_body {
  max-width: 1000px;
  margin: 0 auto;
}

.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: 30px;
  right: 30px;
  z-index: 2;
  /*display: none;*/
}

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

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

@media print, screen and (max-width: 767px) {
  #page_top {
    bottom: 20px;
    right: 20px;
  }
  #page_top a {
    width: 44px;
    height: 44px;
    margin: 0 5px 0 0;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
  }
}

/* gutenberg */
/* --- */
.gutenberg {
  /*固定ページ用エディタ編集*/
}

.gutenberg.page_text h2,
.gutenberg.page_text h3,
.gutenberg.page_text h4 {
  font-weight: bold;
}

.gutenberg.page_text h2,
.gutenberg.page_text h3 {
  margin-bottom: 30px;
}

.single_page .gutenberg h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  /*border-top: solid 3px #007e66;*/
  /*border-bottom: solid 3px #007e66;*/
  border-left: solid 8px #8AA8AB;
  /*border-right: solid 3px #007e66;*/
  background-color: #EEEEEE;
  padding: 10px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 20px;
}

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

.single_page .gutenberg h3 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  border-left: solid 5px #8AA8AB;
  padding: 5px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 30px;
}

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

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

.single_page .gutenberg figure.wp-block-image {
  max-width: 800px;
  margin: 0 auto 20px;
}

.single_page .gutenberg .wp-block-image.is-style-rounded img {
  border-radius: 20px;
}

.single_page .gutenberg strong {
  font-weight: bold;
  color: #e1344c;
}

.single_page .gutenberg p {
  margin: 0 auto;
}

.single_page .gutenberg p.u_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff6a8), color-stop(0%, #fff6a8));
  background: linear-gradient(#fff6a8 50%, #fff6a8 0%);
}

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

@media screen and (max-width: 767px) {
  .smooth_left {
    -webkit-transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
    transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  }
}

.smooth_left.is-animated {
  -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;*/
}

@media screen and (max-width: 767px) {
  .smooth_right {
    -webkit-transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
    transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  }
}

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

/*******************************
/* SWIPER ZOOM
*******************************/
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@-webkit-keyframes fadeleft {
  0% {
    opacity: 0;
    left: -70px;
  }
  85% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeleft {
  0% {
    opacity: 0;
    left: -70px;
  }
  85% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  @-webkit-keyframes fadeleft {
    0% {
      opacity: 0;
      top: -70px;
    }
    85% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
      top: 0;
    }
  }
  @keyframes fadeleft {
    0% {
      opacity: 0;
      top: -70px;
    }
    85% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
      top: 0;
    }
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

/******************************/
/* FLEX */
/******************************/
.flexbox_center {
  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: 40px;
}

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

@media screen and (max-width: 767px) {
  .flexbox_center li .btn01 a {
    margin-top: 0;
  }
}

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

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

.thum_list.type01 {
  display: block;
}

.thum_list.type01 li {
  width: 100% !important;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.thum_list.type01 li figure {
  display: none;
}

@media screen and (max-width: 767px) {
  .thum_list.cul4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.thum_list.cul4 li {
  width: calc(100% / 4 - 15px);
}

@media screen and (max-width: 767px) {
  .thum_list.cul4 li {
    width: calc(100% / 2 - 10px);
  }
}

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

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

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

.thum_list li .price {
  margin-top: 10px;
}

.thum_list li .category_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.thum_list li .category_c a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-bottom: 5px;
  background-color: #fff;
  border: solid 1px #333333;
  border-radius: 50px;
  text-align: center;
  font-size: 13px;
  padding: 5px 20px;
}

.thum_list li figure {
  overflow: hidden;
  margin-bottom: 10px;
  aspect-ratio: 38/24;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #61B730;
}

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

.thum_list li:hover figure img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.thum_list li .limit_text_2 {
  font-size: 16px;
}

/******************************/
/* サムネイルなし一覧 */
/******************************/
.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.active a{
  border: solid 1px #fec73a;
  background-color: #fec73a;
}
*/
.category-list li a {
  display: block;
  border: solid 1px #000;
  padding: 5px 20px;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
  color: #333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .category-list li a {
    padding: 5px 10px;
  }
}

.category-list li a:hover {
  border: solid 1px #333;
  background-color: #333;
  color: #fff;
}

.non_thum_list li {
  border-bottom: solid 1px #ccc;
  padding: 30px;
  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:hover {
  background-color: #F8F6F2;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

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

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

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

.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;
  border: solid 1px #ccc;
  padding: 15px;
}

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

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

/* ---------- */
/* カテゴリーページャー */
/* ---------- */
.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;
  margin-bottom: 20px;
}

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

.pager .page-numbers {
  border-radius: 50%;
  border: solid 1px #333333;
  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: #333333;
  color: #fff;
}

/* ---------- */
/* プライバシーポリシー */
/* ---------- */
.privacy-policy dl.privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.privacy-policy dl.privacy dt {
  width: 2em;
}

.privacy-policy dl.privacy dd {
  width: calc(100% - 2em);
}

/******************************/
/* FAQ QA*/
/*よくある質問*/
/******************************/
.faq_contents.layout01 .accordion_one .accordion_header {
  background-color: #fff;
  border: none;
  border-radius: 6px;
  border: solid 2px #ccc;
}

@media screen and (max-width: 767px) {
  .faq_contents.layout01 .accordion_one .accordion_header {
    padding: 15px 33px 15px 40px;
  }
}

.faq_contents.layout01 .accordion_one .accordion_header:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  position: absolute;
  top: 31%;
  left: 26px;
  background-image: url(../images/faq/faq_q_icon02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

@media screen and (max-width: 1024px) {
  .faq_contents.layout01 .accordion_one .accordion_header:before {
    left: 15px;
  }
}

.faq_contents.layout01 .accordion_one .accordion_inner {
  padding: 20px 30px;
}

.faq_contents.layout01 .accordion_one .accordion_inner:before {
  display: none;
}

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

.faq_list li ul li {
  margin: 0;
}

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

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

.faq_contents .accordion_one .accordion_header {
  background-color: #FFFCF3;
  color: #333;
  font-weight: 600;
  border: solid 2px #61B730;
  border-radius: 6px;
  /*font-size: 26px;*/
  padding: 20px 5% 20px 60px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.faq_contents .accordion_one .accordion_header:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  position: absolute;
  top: 31%;
  left: 26px;
  background-image: url(../images/faq/faq_q_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

.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(315eg);
  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: #61B730;
  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: 30px 30px 30px 50px;
  /*border-left: 2px solid #b4b4b4;
  border-right: 2px solid #b4b4b4;
  border-bottom: 2px solid #b4b4b4;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
  position: relative;
}

.faq_contents .accordion_one .accordion_inner:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  position: absolute;
  background-image: url(../images/faq/faq_a_icon.svg);
  top: 31%;
  left: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

.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: 14px;
    text-align: left;
    padding: 15px 60px 15px 30px;
    line-height: 1.5;
  }
  .faq_contents .accordion_one .accordion_header:before {
    left: 7px;
  }
  .faq_contents .accordion_one .accordion_inner {
    padding: 15px 30px 15px 50px;
  }
}

/*固定SIDE*/
.fixed_recruit {
  position: fixed;
  right: 0;
  bottom: 50%;
  z-index: 2;
}

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

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