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

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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

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

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

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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

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

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

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

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

p {
  line-height: 1.8;
}

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

.hover:hover {
  opacity: 0.65;
}

hr {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-top: none;
  border-left: none;
  border-right: none;
}
hr.line01 {
  border-bottom: solid 2px #2E3082;
}
hr.line01.type01 {
  border-color: #fff;
}
hr.line02 {
  border-bottom: dotted 2px #ccc;
}
hr.line03 {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: dotted 2px #AFAFBB;
}
@media (max-width: 1024px) {
  hr.line03 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
hr.line04 {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px #333;
}
@media (max-width: 1024px) {
  hr.line04 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

body,
html {
  height: 100dvh;
}

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

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

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
img.border {
  border-radius: 10px;
}
img.border20 {
  border-radius: 20px;
}
img.border30 {
  border-radius: 30px;
}
img.border40 {
  border-radius: 40px;
}
@media screen and (max-width: 1024px) {
  img.border40 {
    border-radius: 20px;
  }
}
img.line04 {
  border: solid 4px #E4E4E8;
}

address {
  font-style: normal;
}

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

li {
  list-style: none;
}

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

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media (max-width: 767px) {
  iframe {
    aspect-ratio: 1/1;
  }
}

.contents_wrap {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contents_wrap.w700 {
  max-width: 700px;
}
.contents_wrap.w800 {
  max-width: 800px;
}
.contents_wrap.w900 {
  max-width: 900px;
}
.contents_wrap.w1000 {
  max-width: 1000px;
}
.contents_wrap.w1100 {
  max-width: 1100px;
}
@media screen and (max-width: 1100px) {
  .contents_wrap.w1100 {
    padding: 0 5%;
  }
}
.contents_wrap.w1360 {
  max-width: 1360px;
}
@media screen and (max-width: 1480px) {
  .contents_wrap.w1360 {
    padding: 0 5%;
  }
}
.contents_wrap.w1460 {
  max-width: 1460px;
}
@media screen and (max-width: 1580px) {
  .contents_wrap.w1460 {
    padding: 0 5%;
  }
}
.contents_wrap.w1600 {
  max-width: 1600px;
}
@media screen and (max-width: 1680px) {
  .contents_wrap.w1600 {
    padding: 0 5%;
  }
}

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

.container_main {
  max-width: 900px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1024px) {
  .container_main {
    margin-bottom: 30px;
  }
}

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

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

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

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

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

/* ------ */
/* コンテンツ装飾 */
/* ------ */
.page_basic {
  position: relative;
}
.page_basic:before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/tp_sec01_bg01.png);
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  aspect-ratio: 1920/70;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .page_basic:before {
    aspect-ratio: 375/56.38;
    background-size: cover;
  }
}

.f90 {
  font-size: clamp(50px, 1.989rem + 4.85vw, 90px);
  line-height: 1;
}

.f80 {
  font-size: clamp(42px, 1.545rem + 4.61vw, 80px);
  line-height: 1;
}

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

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

.f42 {
  font-size: clamp(20px, 0.625rem + 2.67vw, 42px);
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.f16 {
  font-size: clamp(13px, 0.727rem + 0.36vw, 16px);
}

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

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

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

.f12 {
  font-size: clamp(10px, 0.568rem + 0.24vw, 12px);
}

.txt_lh02 {
  line-height: 2;
}

.txt_lh014 {
  line-height: 1.4;
}

.txt_blue01 {
  color: #773285;
}

.txt_blue02 {
  color: #390078;
}

.txt_blue03 {
  color: #1B07AB;
}

.txt_red {
  color: #e83c41;
}

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

.bg_fff {
  background-color: #fff;
}

.bg_c0eee4 {
  background-color: #C0EEE4;
}

.bg_e1d8cf {
  background-color: #E1D8CF;
}

.bg_f3f7f8 {
  background-color: #f3f7f8;
}

.bg_f5ede1 {
  background-color: #f5ede1;
}

.bg_f0f5e1 {
  background-color: #F0F5E1;
}

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

/* ------ */
/* 見出し（heading） */
/* ------ */
.s_ttl {
  border-bottom: dotted 2px #333;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.s_ttl .date_txt {
  font-size: 13px;
}

.ttl00 {
  font-size: 50px;
}
@media (max-width: 767px) {
  .ttl00 {
    font-size: 35px;
    text-align: center;
  }
}

.ttl01 {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .ttl01 {
    text-align: center;
  }
}
.ttl01.non_line:after {
  display: none;
}
.ttl01.type01.wt .jp_txt,
.ttl01.type01.wt .eng_txt {
  color: #fff;
}
.ttl01.type01.wt:after {
  border-color: #fff;
}
.ttl01.type01 .jp_txt {
  font-size: clamp(14px, 0.761rem + 0.48vw, 18px);
  color: #2C2A2A;
  font-weight: bold;
  margin-bottom: 5px;
}
.ttl01.type01 .eng_txt {
  font-family: "Lora", serif;
  color: #390078;
  font-weight: bold;
  font-size: clamp(40px, 2.216rem + 1.21vw, 50px);
  display: inline-block;
  line-height: 1;
}
.ttl01.type02.wt .jp_txt,
.ttl01.type02.wt .eng_txt {
  color: #fff;
}
.ttl01.type02.wt:after {
  border-color: #fff;
}
.ttl01.type02 .jp_txt {
  font-size: 40px;
  line-height: 1;
}
.ttl01.type02 .eng_txt {
  font-family: "Lora", serif;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .ttl01.type02 .eng_txt {
    font-size: 16px;
  }
}
.ttl01.type02:after {
  bottom: -15px;
}
.ttl01:after {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100%;
  max-width: 40px;
  height: 3px;
  left: 0;
  border-bottom: solid 3px #AFAFBB;
}
@media (max-width: 767px) {
  .ttl01:after {
    content: "";
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 100%;
    max-width: 40px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-bottom: solid 2px #2E3082;
  }
}

.ttl02 {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.ttl02.type01.wt .jp_txt,
.ttl02.type01.wt .eng_txt {
  color: #fff;
}
.ttl02.type01.wt:after {
  border-color: #fff;
}
.ttl02.type01 .jp_txt {
  font-size: clamp(14px, 0.761rem + 0.48vw, 18px);
  color: #2C2A2A;
  font-weight: bold;
  margin-bottom: 5px;
}
.ttl02.type01 .eng_txt {
  font-family: "Lora", serif;
  color: #390078;
  font-weight: bold;
  font-size: clamp(40px, 2.216rem + 1.21vw, 50px);
  display: inline-block;
  line-height: 1;
}
.ttl02:after {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100%;
  max-width: 40px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: solid 3px #AFAFBB;
}

.ttl03 {
  font-size: 24px;
  position: relative;
  border-left: solid 6px #DB3941;
  margin-bottom: 30px;
  padding: 0 15px 8px;
}
@media (max-width: 767px) {
  .ttl03 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.ttl03::before {
  content: "";
  background-color: #DB3941;
  position: absolute;
  width: calc(100% - 10px);
  left: 10px;
  bottom: 0;
  height: 2px;
}

.ttl04 {
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .ttl04 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.ttl04 .eng_ttl {
  font-size: 50px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .ttl04 .eng_ttl {
    font-size: 25px;
  }
}
.ttl04 .jp_ttl {
  font-size: 24px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .ttl04 .jp_ttl {
    font-size: 14px;
  }
}

.ttl05 {
  border-bottom: solid 1px #2C2A2A;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ttl05.dotted {
  border-bottom: dotted 1px #ccc;
}

.ttl06 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-bottom: 45px;
}
.ttl06::before {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.ttl06::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: solid 2px #2E3082;
  z-index: 1;
}
.ttl06 .eng_ttl {
  font-size: 50px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .ttl06 .eng_ttl {
    font-size: 40px;
  }
}
.ttl06 .jp_ttl {
  font-size: 18px;
  color: #333;
}
@media (max-width: 767px) {
  .ttl06 .jp_ttl {
    font-size: 14px;
  }
}

.ttl07 .eng_ttl {
  font-size: clamp(20px, 1.193rem + 0.24vw, 22px);
  color: #773285;
  font-family: "Lora", serif;
  font-weight: bold;
}
.ttl07 .jp_ttl {
  font-size: clamp(22px, 1.341rem + 1.21vw, 36px);
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

.ttl08 {
  border-left: solid 6px #FFC400;
  font-size: 26px;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ttl08 {
    font-size: 16px;
  }
}

.ttl09 {
  position: relative;
  border-left: solid 4px #1FA186;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .ttl09 {
    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 (max-width: 767px) {
  .ttl09 .jp_ttl {
    font-size: 14px;
  }
}
.ttl09 .eng_ttl {
  color: #2E3082;
  font-size: 48px;
  display: block;
}
@media (max-width: 767px) {
  .ttl09 .eng_ttl {
    font-size: 24px;
  }
}

.ttl10 {
  border-left: 5px solid #17489c;
  padding-left: 15px;
}

.ttl11 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #333;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .ttl11 {
    font-size: 16px;
  }
}

/* ------ */
/* ボタン（BTN） */
/* ------ */
a.tel_link {
  font-size: 32px;
}
@media (max-width: 767px) {
  a.tel_link {
    font-size: 24px;
  }
}
a.tel_link:before {
  content: "TEL.";
  display: inline-block;
  font-size: 18px;
}

.h_contact_btn {
  background-color: #123765;
  color: #fff;
  border-radius: 5px;
  display: block;
  margin: auto 15px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 40px;
}
.h_contact_btn:hover {
  opacity: 1;
  background-color: #194c8a;
}
.h_contact_btn span.eng_txt {
  letter-spacing: 3px;
}

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

.btn_a a {
  border-radius: 6px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #390078;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: clamp(16px, 0.83rem + 0.73vw, 22px);
  line-height: 1;
  text-align: center;
  padding: 8px 15px;
}
.btn_a a:hover {
  background-color: #5202a8;
}
.btn_a a:after {
  content: "\f0a9";
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  display: inline-block;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .btn01 {
    text-align: center;
  }
}
.btn01 a {
  border-radius: 100px;
  font-weight: bold;
  width: 200px;
  max-width: 200px;
  background-color: #2E3082;
  border: solid 2px #2E3082;
  color: #fff;
  text-align: left;
  display: inline-block;
  padding-left: 40px;
  line-height: 45px;
  position: relative;
  overflow: hidden;
}
.btn01 a:before {
  position: absolute;
  right: 0;
  content: "\f35a";
  font-family: "Font Awesome 6 Free";
  right: 15px;
  color: #fff;
  font-weight: bold;
}
.btn01 a:hover {
  width: 240px;
  height: auto;
  color: #2E3082;
  z-index: 1;
}
.btn01 a:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(50, 50);
          transform: translate(-50%, -50%) scale(50, 50);
  z-index: -1;
}
.btn01 a:hover:before {
  color: #fff;
}
.btn01 a:after {
  content: "●";
  font-weight: 900;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
  transition: -webkit-transform ease-in 0.25s;
  -webkit-transition: -webkit-transform ease-in 0.5s;
  transition: -webkit-transform ease-in 0.5s;
  transition: transform ease-in 0.5s;
  transition: transform ease-in 0.5s, -webkit-transform ease-in 0.5s;
  transition: transform ease-in 0.25s, -webkit-transform ease-in 0.25s;
}

.btn02 a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 280px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #c8c8c8;
  border-radius: 150px;
  height: 60px;
  padding: 0 20px;
  color: #333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn02 a.tel {
  font-size: 26px;
}
.btn02 a:hover {
  opacity: 0.6;
}

.btn03 a {
  color: #fff;
  border-radius: 6px;
  background-color: #1FA186;
  display: block;
  padding: 20px 30px;
  text-align: center;
  font-size: 20px;
  max-width: 80%;
  margin: 0 auto;
}
.btn03 a:hover {
  background-color: #156d5b;
}

.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: 100px;
  margin-top: -100px;
}

/* ------ */
/* テキストリンク（text-link） */
/* ------ */
.tel_link02.fax::before {
  content: "FAX.";
}
.tel_link02 {
  line-height: normal;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
}
.tel_link02::before {
  content: "TEL.";
  font-weight: 900;
  color: #333;
  font-size: 18px;
  position: relative;
  top: -2px;
}

.text_link01 a {
  position: relative;
  width: 100%;
  /*max-width: 220px;*/
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: solid 1px #ccc;
}
.text_link01 a:hover:after {
  right: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.text_link01 a:after {
  content: "";
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-image: url(../images/icon/feather-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 18px;
}
@media (max-width: 767px) {
  .text_link01 a:after {
    width: 15.6px;
    height: 10.8px;
  }
}
.text_link01 a span:before {
  content: "";
  position: absolute;
  left: 0;
  border-bottom: solid 2px #666;
  width: 30px;
  height: 1px;
  bottom: -1px;
}

/******************************/
/* #テキストカラー */
/******************************/
.t_orange {
  color: #E26E15 !important;
}

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

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

.tab-label {
  color: White;
  background: #fff;
  border: solid 2px #333;
  color: #333;
  font-size: 28px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 20px 0.5em;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .tab-label {
    font-size: 12px;
    padding: 15px 0.5em 15px;
  }
}
.tab-label.tel_area {
  color: #DB3941;
  border: solid 2px #DB3941;
}
.tab-label.line_area {
  color: #00B900;
  border: solid 2px #00B900;
}
.tab-label.satei_area {
  color: #FE8003;
  border: solid 2px #FE8003;
}

.tab-label:not(:last-of-type) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .tab-label:not(:last-of-type) {
    margin-right: 10px;
  }
}

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

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

.tab-switch {
  display: none;
}

.tab-switch:checked + .tab-label:after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -60px;
  border-top: 20px solid #C9C9C9;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
}
@media (max-width: 767px) {
  .tab-switch:checked + .tab-label:after {
    margin-left: -20px;
    bottom: -10px;
    border-top: 10px solid #C9C9C9;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
  }
}

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

/* ------ */
/* レイアウト */
/* ------ */
.sub_images_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 40px;
}
@media (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(50% - 20px);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sub_images_ul.cul2 .li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sub_images_ul.cul2 .li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sub_images_ul.cul4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sub_images_ul.cul4 .li {
  width: calc(25% - 15px);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sub_images_ul.cul4 .li {
    width: calc(50% - 20px);
    line-height: 1.6;
  }
}
.sub_images_ul .li {
  width: calc(33.3333333333% - 30px);
}
@media (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 (max-width: 1024px) {
  .layout_a {
    display: block;
  }
}
.layout_a .imgbox {
  width: 55%;
  position: relative;
}
@media (max-width: 1024px) {
  .layout_a .imgbox {
    width: 100%;
  }
}
.layout_a .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
  padding: 2% 0;
}
@media (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 (max-width: 1024px) {
  .layout_b {
    display: block;
  }
}
.layout_b .imgbox {
  width: 55%;
  position: relative;
}
@media (max-width: 1024px) {
  .layout_b .imgbox {
    width: 100%;
  }
}
.layout_b .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 60px;
  padding: 2% 0;
}
@media (max-width: 1024px) {
  .layout_b .txtbox {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* layout_c 横並び */
.layout_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
.layout_c.type01 {
  gap: 0;
}
.layout_c.type01 li a {
  font-weight: bold;
}
.layout_c.type01 li:nth-child(2) {
  margin-left: 20px;
  padding-left: 20px;
  border-left: solid 1px #fff;
}
.layout_c li .phone_txt {
  font-size: 16px;
  color: #1f9681;
}
.layout_c li .phone_txt a {
  color: #1f9681;
}
.layout_c li .phone_txt span {
  font-size: 28px;
  font-family: "Lora", serif;
  margin-left: 5px;
  font-weight: bold;
}

/* layout_d 画像（枠外）+テキスト */
.layout_d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .layout_d {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
  }
}
.layout_d .imgbox {
  width: 47%;
}
@media (max-width: 1024px) {
  .layout_d .imgbox {
    width: 100%;
  }
}
.layout_d .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 10/5;
}
.layout_d .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
}
@media (max-width: 1024px) {
  .layout_d .txtbox {
    margin-left: 0;
    margin-top: 25px;
  }
}
.layout_d .txtbox .box {
  width: 85%;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .layout_d .txtbox .box {
    width: 100%;
    margin: 0;
  }
}

/* layout_e 画像（枠外）+テキスト */
.layout_e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 90%;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .layout_e {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
  }
}
.layout_e .imgbox {
  width: 47%;
}
@media (max-width: 1024px) {
  .layout_e .imgbox {
    width: 100%;
  }
}
.layout_e .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.layout_e .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
}
@media (max-width: 1024px) {
  .layout_e .txtbox {
    margin-right: 0;
    margin-top: 25px;
  }
}
.layout_e .txtbox .box {
  margin-left: auto;
  width: 85%;
}
@media (max-width: 1024px) {
  .layout_e .txtbox .box {
    width: 100%;
    margin: 0;
  }
}

.layout_f {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 40px;
}
.layout_f.cul2 .li {
  width: calc(50% - 20px);
}
.layout_f.cul2:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.layout_bgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .layout_bgbox {
    display: block;
  }
}
.layout_bgbox .ttl_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1280px) {
  .layout_bgbox .ttl_area {
    margin-bottom: 20px;
  }
}
.layout_bgbox .body_area {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  flex: 1;
}
@media (max-width: 1280px) {
  .layout_bgbox .body_area {
    font-size: 18px;
  }
}

/*レイアウト　テレコ(lauout_ul01) */
.lauout_ul01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
  border-bottom: solid 1px #666;
}
@media (max-width: 1024px) {
  .lauout_ul01 li {
    display: block;
    padding: 20px 0;
  }
}
.lauout_ul01 li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lauout_ul01 li:nth-child(even) .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
  margin-right: 60px;
}
@media (max-width: 1024px) {
  .lauout_ul01 li:nth-child(even) .txtbox {
    margin-left: 0;
    margin-right: 0;
  }
}
.lauout_ul01 li .imgbox {
  width: 60%;
}
@media (max-width: 1024px) {
  .lauout_ul01 li .imgbox {
    width: 100%;
    margin-bottom: 40px;
  }
  .lauout_ul01 li .imgbox figure {
    text-align: center;
  }
}
.lauout_ul01 li .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 60px;
}
@media (max-width: 1024px) {
  .lauout_ul01 li .txtbox {
    margin-left: 0;
  }
}

/*レイアウトB　テレコ(lauout_ul01) */
.lauout_ul01b li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
  border-bottom: solid 1px #666;
}
@media (max-width: 1024px) {
  .lauout_ul01b li {
    display: block;
    padding: 20px 0;
  }
}
.lauout_ul01b li:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lauout_ul01b li:nth-child(odd) .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0px;
  margin-right: 60px;
}
@media (max-width: 1024px) {
  .lauout_ul01b li:nth-child(odd) .txtbox {
    margin-left: 0;
    margin-right: 0;
  }
}
.lauout_ul01b li .imgbox {
  width: 60%;
}
@media (max-width: 1024px) {
  .lauout_ul01b li .imgbox {
    width: 100%;
    margin-bottom: 40px;
  }
  .lauout_ul01b li .imgbox figure {
    text-align: center;
  }
}
.lauout_ul01b li .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 60px;
}
@media (max-width: 1024px) {
  .lauout_ul01b li .txtbox {
    margin-left: 0;
  }
}

/*****/
/*料金・ご利用案内共通レイアウト*/
.layout_sec01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .layout_sec01 {
    display: block;
  }
}
.layout_sec01 .ttlbox {
  width: 200px;
}
@media (max-width: 1024px) {
  .layout_sec01 .ttlbox {
    width: 100%;
    margin-bottom: 30px;
  }
}
.layout_sec01 .stepbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
}
@media (max-width: 1024px) {
  .layout_sec01 .stepbox {
    margin-left: 0;
  }
}
.layout_sec01 .stepbox li.step {
  border-radius: 30px;
  border: solid 3px #2E6D60;
  padding: 50px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .layout_sec01 .stepbox li.step {
    border-radius: 15px;
    padding: 20px;
  }
}
.layout_sec01 .stepbox li.step:last-child {
  margin-bottom: 0;
}
.layout_sec01 .stepbox li.step .step_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .layout_sec01 .stepbox li.step .step_flex {
    display: block;
  }
}
.layout_sec01 .stepbox li.step .step_flex .num_area {
  width: 120px;
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .layout_sec01 .stepbox li.step .step_flex .num_area {
    width: 80px;
    margin-bottom: 25px;
  }
}
.layout_sec01 .stepbox li.step .step_flex .num_area:before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/step_bg01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 94px;
  position: absolute;
  top: -17px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .layout_sec01 .stepbox li.step .step_flex .num_area:before {
    width: 80px;
    height: 62.6666666667px;
    top: -7px;
  }
}
.layout_sec01 .stepbox li.step .step_flex .num_area .step_txt {
  font-size: 16px;
  margin-bottom: 15px;
}
.layout_sec01 .stepbox li.step .step_flex .num_area .step_number {
  font-size: 50px;
}
@media (max-width: 1024px) {
  .layout_sec01 .stepbox li.step .step_flex .num_area .step_number {
    font-size: 35px;
  }
}
.layout_sec01 .stepbox li.step .step_flex .num_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .layout_sec01 .stepbox li.step .step_flex .num_body {
    margin-left: 0;
  }
}

.layout_dl01 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.layout_dl01 dt {
  font-size: 24px;
}
@media (max-width: 767px) {
  .layout_dl01 dt {
    font-size: 16px;
  }
}
.layout_dl01 dt .point_txt {
  text-transform: uppercase;
  color: #DB3941;
  font-size: 20px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .layout_dl01 dt .point_txt {
    margin-bottom: 10px;
  }
}
.layout_dl01 dd {
  padding: 0 50px;
}
@media (max-width: 767px) {
  .layout_dl01 dd {
    padding: 0 20px;
  }
}
.layout_dl01 dd .s_txt {
  margin: 1.2em 0;
}
.layout_dl01 dd .infobox {
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
}
.layout_dl01 dd .infobox span {
  display: inline-block;
  color: #fff;
  background-color: #DB3941;
  padding: 3px 15px;
  border-radius: 4px;
  margin-bottom: 5px;
}

/*ブロックパターンテレコ*/
.layout_ul01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .layout_ul01 li {
    display: block;
  }
}
.layout_ul01 li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.layout_ul01 li:nth-child(even) .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 100px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .layout_ul01 li:nth-child(even) .txtbox {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.layout_ul01 li .imgbox {
  width: 55%;
}
@media (max-width: 767px) {
  .layout_ul01 li .imgbox {
    width: 100%;
  }
}
.layout_ul01 li .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 100px;
}
@media (max-width: 767px) {
  .layout_ul01 li .txtbox {
    width: 100%;
    margin-left: 0;
  }
}
.layout_ul01 li .txtbox .maker_txt {
  display: inline-block;
  padding: 8px;
  font-weight: 800;
  font-size: 20px;
}
@media (max-width: 767px) {
  .layout_ul01 li .txtbox .maker_txt {
    font-size: 16px;
  }
}
.layout_ul01 li .txtbox .price_area {
  font-size: 22px;
  font-weight: 800;
  color: #DB3941;
}
@media (max-width: 767px) {
  .layout_ul01 li .txtbox .price_area {
    font-size: 14px;
  }
}
.layout_ul01 li .txtbox .price_area span {
  margin-left: 10px;
  font-size: 40px;
  font-weight: normal;
}

.layout_ul02 li {
  border-top: solid 3px #F3A60B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 50px;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .layout_ul02 li {
    display: block;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
.layout_ul02 li:nth-child(1) {
  margin-top: 0;
}
.layout_ul02 li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.layout_ul02 li:nth-child(even) .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 80px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .layout_ul02 li:nth-child(even) .txtbox {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.layout_ul02 li .imgbox {
  width: 45%;
}
@media (max-width: 767px) {
  .layout_ul02 li .imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.layout_ul02 li .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 80px;
}
@media (max-width: 767px) {
  .layout_ul02 li .txtbox {
    width: 100%;
    margin-right: 0;
  }
}
.layout_ul02 li .txtbox .maker_txt {
  display: inline-block;
  padding: 8px;
  font-weight: 800;
}
.layout_ul02 li .txtbox .point_txt {
  color: hsl(40, 91%, 50%);
  font-size: 30px;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .layout_ul02 li .txtbox .point_txt {
    font-size: 24px;
  }
}
.layout_ul02 li .txtbox h2 {
  font-size: 36px;
}
@media (max-width: 1024px) {
  .layout_ul02 li .txtbox h2 {
    font-size: 24px;
  }
}
.layout_ul02 li .txtbox p.txt01 {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .layout_ul02 li .txtbox p.txt01 {
    font-size: 16px;
  }
}

/*コンテンツパターン*/
.page_box_even li.box {
  padding: 100px 0;
}
@media (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: #F2F0EB;
}
@media (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;
  }
}

.page_box li.contentsbox {
  padding: 100px 0;
}
@media (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 (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 (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 (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;
  }
}

/*偶数リバースFLEX*/
.layout02 .even_reverse_flex {
  /*display: flex;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .layout02 .even_reverse_flex {
    display: block;
  }
}
.layout02 .even_reverse_flex li.even_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.layout02 .even_reverse_flex li.even_li:first-child {
  margin-top: 0;
}
.layout02 .even_reverse_flex li.even_li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.layout02 .even_reverse_flex li.even_li:nth-child(even) .imgbox {
  width: 520px;
  margin-right: 0;
  margin-left: 80px;
}
@media (max-width: 767px) {
  .layout02 .even_reverse_flex li.even_li:nth-child(even) .imgbox {
    width: 100%;
    margin: 0 0 30px;
  }
}
.layout02 .even_reverse_flex li.even_li:nth-child(even) .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 420/260;
}
.layout02 .even_reverse_flex li.even_li .imgbox {
  width: 520px;
  margin-right: 80px;
}
@media (max-width: 767px) {
  .layout02 .even_reverse_flex li.even_li .imgbox {
    width: 100%;
    margin: 0 0 30px;
  }
}
.layout02 .even_reverse_flex li.even_li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 420/260;
}
.layout02 .even_reverse_flex li.even_li .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layout02 .even_reverse_flex li.even_li .txtbox .number {
  margin-bottom: 8px;
  color: #1473ba;
  font-size: 16px;
  font-family: "Aoboshi One", serif;
  display: inline-block;
}
.layout02 .even_reverse_flex li.even_li .txtbox h3 {
  font-weight: bold;
  margin-bottom: 30px;
}

/* リスト */
/* --- */
.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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 3px #390078;
  padding: 30px 50px;
  position: relative;
  border-radius: 10px;
  background-color: #FFFFFF;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .flow_list li {
    padding: 30px 25px;
    margin-bottom: 15px;
    margin-bottom: 15px;
  }
}
.flow_list li:last-child {
  margin-bottom: 0;
}
.flow_list li:last-child:before {
  display: none;
}
.flow_list li p {
  line-height: 1.5;
}
.flow_list li.flow_in_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .flow_list li.flow_in_flex {
    display: block;
  }
}
.flow_list li.flow_in_flex .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .flow_list li.flow_in_flex .imgbox {
    margin: 0 auto;
    text-align: center;
    aspect-ratio: inherit;
  }
}
.flow_list li.flow_in_flex .imgbox .sincebox {
  position: relative;
  background-image: url(../images/farm-intro/history_icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 179px;
  height: 155px;
  aspect-ratio: 179/155;
}
.flow_list li.flow_in_flex .imgbox .sincebox .num {
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Cormorant", serif;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.flow_list li.flow_in_flex .imgbox .sincebox .num .num_txt {
  font-size: 16px;
}
.flow_list li.flow_in_flex .imgbox .sincebox .num .num01 {
  font-size: 40px;
  line-height: 1;
}
.flow_list li.flow_in_flex .imgbox .num {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
.flow_list li.flow_in_flex .imgbox .num .s_txt {
  font-size: 24px;
  line-height: 1;
}
.flow_list li.flow_in_flex .imgbox .num .b_txt {
  font-size: 80px;
  line-height: 1;
}
.flow_list li.flow_in_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .flow_list li.flow_in_flex .txtbox {
    margin-left: 0;
    margin-top: 20px;
  }
}

.flow_box {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border: solid 1px #9DB6C9;
  padding: 40px 35px;
  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;
}
.flow_box .num_ttl {
  width: 200px;
}
.flow_box .num_ttl .num {
  font-family: "Josefin Slab", serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 5px;
  color: #75C1D1;
}
.flow_box .num_ttl .b_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
}
.flow_box .num_ttl .s_ttl {
  font-family: "Josefin Slab", serif;
  font-weight: 600;
  font-size: 20px;
}
.flow_box .box_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* アンカーーメニュー */
/* --- */
.unker_area .unkmenu_bg {
  background-image: url(../images/common/tp_sec01_bg01.png);
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  aspect-ratio: 1920/99;
}

.unkmenu {
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .unkmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.unkmenu li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-top: 20px;
}
@media (max-width: 1280px) {
  .unkmenu li {
    width: calc(50% - 20px);
    margin: 0 !important;
  }
}
@media screen and (max-width: 500px) {
  .unkmenu li {
    width: 100%;
  }
  .unkmenu li .btn01 a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: inherit;
  }
}
.unkmenu li:nth-child(4n) {
  margin-right: 0;
}
.unkmenu li:nth-child(1) {
  margin-top: 0;
}
.unkmenu li:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .unkmenu li:nth-child(2) {
    margin-top: 20px;
  }
}
.unkmenu li:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .unkmenu li:nth-child(3) {
    margin-top: 20px;
  }
}
.unkmenu li:nth-child(4) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .unkmenu li:nth-child(4) {
    margin-top: 20px;
  }
}
.unkmenu li .btn01 a {
  font-size: 13px;
}

/* FAQ */
.faq {
  margin-top: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.faq:first-child {
  margin-top: 0;
}
.faq dt {
  position: relative;
  border-radius: 15px 15px 0 0;
  background-color: #1FA186;
  color: #ffffff;
  padding: 20px 50px;
  line-height: 1.5;
}
.faq dt:before {
  display: inline-block;
  content: "";
  background-image: url(../images/icon/faq/faq_q.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 14px;
  left: 10px;
}
.faq dd {
  position: relative;
  border-radius: 0 0 15px 15px;
  padding: 20px 50px;
  background-color: #fff;
  line-height: 1.5;
  border: solid 2px #1FA186;
}
.faq dd:before {
  display: inline-block;
  content: "";
  background-image: url(../images/icon/faq/faq_a.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 14px;
  left: 10px;
}

/* ------ */
/* FLEX */
/* ------ */
.flex_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex_wrapp.cul2 {
  gap: 20px;
}
.flex_wrapp.cul2 .flex_cont {
  width: 48%;
}

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

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

/*******************/
/*　テーブル　　　　*/
/*******************/
.text_annotation {
  font-weight: bold;
  color: #d52424;
  margin-bottom: 1em;
}

.scrool_tbl {
  overflow-x: auto;
  margin-bottom: 30px;
}

.tbl_price {
  width: 100%;
  white-space: nowrap;
}
@media (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)　　　　*/
/*******************/
.basic_dl01 {
  margin-bottom: 30px;
}
.basic_dl01:last-child {
  margin-bottom: 0;
}

.dl_tbl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dl_tbl01 dt {
  width: 200px;
  border-bottom: solid 2px #ccc;
  color: #17489c;
  font-weight: 500;
}
@media (max-width: 767px) {
  .dl_tbl01 dt {
    width: 140px;
  }
}
.dl_tbl01 dd {
  width: calc(100% - 200px);
  border-bottom: solid 1px #ccc;
}
@media (max-width: 767px) {
  .dl_tbl01 dd {
    width: calc(100% - 140px);
  }
}
.dl_tbl01 dt .box,
.dl_tbl01 dd .box {
  padding: 15px 20px;
}

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

.gallery-photo {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.gallery-photo .gallery-slider .swiper-slide p {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  background-color: #fff;
}

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

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

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

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

body .gallery-photo .gallery-thumbs {
  margin: 30px 0px 30px;
  padding: 0;
  position: relative;
  -webkit-transform: none !important;
          transform: none !important;
}

body .gallery-photo .gallery-thumbs .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}

.gallery-photo .gallery-thumbs .swiper-slide {
  width: 20%;
  -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;
}

@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 {
  color: #fff;
  background-color: #333;
  border-radius: 50%;
  /*border-radius: 50%;*/
  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 .link_btn {
  /*border: solid 1px #333;*/
  background-color: #333;
  /*border-radius: 50px;*/
  padding: 3px 25px;
  line-height: 30px;
}
.post-btn .link_btn a {
  color: #fff;
}

/*******************/
/*　text　　　*/
/*******************/
.text_infoarea {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (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;
  line-height: 1.5;
}
.tbl_list01 li:last-child {
  margin-bottom: 0;
}
.tbl_list01 li .tbl_ttl {
  width: 30%;
  background-color: #F7F6F9;
  border: solid 1px #D2C3C6;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (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 #D2C3C6;
  border-bottom: solid 1px #D2C3C6;
  border-right: solid 1px #D2C3C6;
  background-color: #fff;
}
@media (max-width: 767px) {
  .tbl_list01 li .tbl_body {
    padding: 15px 10px;
  }
}

.tbl_list02 li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 20px;
  border-bottom: solid 1px #ccc;
}
.tbl_list02 li:last-child {
  margin-bottom: 0;
}
.tbl_list02 li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 2px;
  width: 20%;
  background-color: #390078;
}
@media (max-width: 767px) {
  .tbl_list02 li:before {
    width: 35%;
  }
}
.tbl_list02 li .list_ttl {
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2%;
  line-height: 1.4;
  color: #390078;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tbl_list02 li .list_ttl {
    width: 35%;
  }
}
.tbl_list02 li .list_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2%;
}

.price_list01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border: solid 1px #ccc;
}
@media (max-width: 767px) {
  .price_list01 li {
    display: block;
  }
}
.price_list01 li:last-child {
  margin-bottom: 0;
}
.price_list01 li .list_ttl {
  width: 65%;
  font-weight: bold;
  line-height: 1.4;
  background-color: #efd9d9;
  border-right: solid 1px #ccc;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .price_list01 li .list_ttl {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}
.price_list01 li .list_body {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
  font-weight: bold;
  padding: 20px;
  background-color: #fff;
}
.price_list01 li .list_body .b_text {
  font-size: 20px;
}
.price_list01 li .list_body .s_text {
  font-size: 13px;
  margin-left: 0.5em;
}

/* ------ */
/* SNS ICON */
/* ------ */
ul.links_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 25px;
  margin-right: 25px;
}
ul.links_sns li {
  margin-right: 15px;
}
ul.links_sns li:last-child {
  margin-right: 0;
}
ul.links_sns li a {
  font-weight: 400;
}
ul.links_sns li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
ul.links_sns li a::before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
ul.links_sns li a.text_link_run {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.links_sns li a.text_link_run::before {
  margin-right: 5px;
}
ul.links_sns li a.map_icon::before {
  background-image: url(../images/icon/map_icon.svg);
  width: 26px;
  height: 26px;
}
ul.links_sns li a.line_icon::before {
  background-image: url(../images/icon/sns/line_wht.svg);
  width: 26px;
  height: 26px;
}
ul.links_sns li a.ig_icon::before {
  background-image: url(../images/icon/sns/insta_wht.svg);
  width: 26px;
  height: 26px;
}
ul.links_sns li a.fb_icon::before {
  background-image: url(../images/icon/sns/fb_wht.svg);
  width: 26px;
  height: 26px;
}
ul.links_sns li a.tw_icon::before {
  background-image: url(../images/icon/sns/x_icon_wht.svg);
  width: 26px;
  height: 26px;
}
ul.links_sns li a.youtube_icon::before {
  background-image: url(../images/icon/sns/youtube_wht.svg);
  width: 26px;
  height: 26px;
}

/*Check　リスト*/
.chk_list {
  list-style-type: none;
  padding: 0 50px;
}
.chk_list li {
  position: relative;
  line-height: 1.8;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chk_list li:first-child {
  margin-top: 0;
}
.chk_list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #bc250d;
  border-bottom: 3px solid #bc250d;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.chk_list li .ttl {
  color: #bc250d;
  font-size: 17px;
  display: inline-block;
  margin-bottom: 5px;
}

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

/* ------ */
/* 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;
}
@media (max-width: 767px) {
  header {
    position: relative;
    height: 60px;
  }
}
@media (max-width: 767px) {
  header.is-none {
    background: none;
  }
}
header .h-logo .s_txt {
  width: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  border-left: solid 2px #fff;
  padding-left: 20px;
  margin-left: 40px;
}
header .h-logo .s_txt .f13 {
  line-height: 1.5;
}
@media screen and (max-width: 1680px) {
  header .h-logo .s_txt {
    display: none;
  }
}
header .h-logo .h1 a img {
  display: block;
}
header .h-logo .h1 a img + img {
  display: none;
}
header #menu-header-navi li.h_menu_icon.h_menu_icon a {
  color: #fff;
}
header #menu-header-navi li.h_menu_icon.h_menu_icon.h_features_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_features_wht_icon01.svg);
}
header #menu-header-navi li.h_menu_icon.h_menu_icon.h_business_details_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_business_details_wht_icon01.svg);
}
header #menu-header-navi li.h_menu_icon.h_menu_icon.h_resipe_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_resipe_wht_icon01.svg);
}
header #menu-header-navi li.h_menu_icon.h_menu_icon.h_recruit_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_recruit_wht_icon01.svg);
}
header #menu-header-navi li.h_menu_icon.h_menu_icon.h_about_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_about_wht_icon01.svg);
}
header #menu-header-navi li.h_menu_icon.h_menu_icon.h_farm_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_farm_wht_icon01.svg);
}
header #menu-header-navi li.h_menu_icon.h_menu_icon.news_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_news_wht_icon01.svg);
}
header.fixed {
  position: fixed !important;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header.fixed .h-logo h1 a img {
  display: none;
  position: inherit;
  max-height: 60px;
}
@media (max-width: 1024px) {
  header.fixed .h-logo h1 a img {
    max-height: 32px;
  }
}
header.fixed .h-logo h1 a img + img {
  display: block;
}
header.fixed .h-logo .s_txt {
  color: #2C2A2A;
  border-left: solid 2px #1B07AB;
}
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_blk.svg);
  width: 26px;
  height: 26px;
}
header.fixed ul.links_sns li a.ig_icon::before {
  background-image: url(../images/icon/sns/insta_blk.svg);
  width: 26px;
  height: 26px;
}
header.fixed ul.links_sns li a.fb_icon::before {
  background-image: url(../images/icon/sns/fb_blk.svg);
  width: 26px;
  height: 26px;
}
header.fixed ul.links_sns li a.tw_icon::before {
  background-image: url(../images/icon/sns/x_icon_blk.svg);
  width: 26px;
  height: 26px;
}
header.fixed ul.links_sns li a.youtube_icon::before {
  background-image: url(../images/icon/sns/youtube_blk.svg);
  width: 26px;
  height: 26px;
}
header.fixed .header-r-area {
  /*display: none;*/
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
header.fixed .header-r-area #menu-header-navi li.h_menu_icon.h_menu_icon a {
  color: #333;
}
header.fixed .header-r-area #menu-header-navi li.h_menu_icon.h_menu_icon.h_features_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_features_icon01.svg);
}
header.fixed .header-r-area #menu-header-navi li.h_menu_icon.h_menu_icon.h_business_details_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_business_details_icon01.svg);
}
header.fixed .header-r-area #menu-header-navi li.h_menu_icon.h_menu_icon.h_resipe_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_resipe_icon01.svg);
}
header.fixed .header-r-area #menu-header-navi li.h_menu_icon.h_menu_icon.h_recruit_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_recruit_icon01.svg);
}
header.fixed .header-r-area #menu-header-navi li.h_menu_icon.h_menu_icon.h_about_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_about_icon01.svg);
}
header.fixed .header-r-area #menu-header-navi li.h_menu_icon.h_menu_icon.h_farm_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_farm_icon01.svg);
}
header.fixed .header-r-area #menu-header-navi li.h_menu_icon.h_menu_icon.news_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_news_icon01.svg);
}
header.inner_header {
  position: relative;
  background-color: #fff;
}
header.inner_header .h-logo .h1 a img {
  display: none;
}
header.inner_header .h-logo .h1 a img + img {
  display: block;
}
header.inner_header .h-logo .s_txt {
  color: #2C2A2A;
  border-left: solid 2px #1B07AB;
}
header.inner_header ul.links_sns li a.map_icon::before {
  background-image: url(../images/icon/map_icon.svg);
  width: 26px;
  height: 26px;
}
header.inner_header ul.links_sns li a.line_icon::before {
  background-image: url(../images/icon/sns/line_blk.svg);
  width: 26px;
  height: 26px;
}
header.inner_header ul.links_sns li a.ig_icon::before {
  background-image: url(../images/icon/sns/insta_blk.svg);
  width: 26px;
  height: 26px;
}
header.inner_header ul.links_sns li a.fb_icon::before {
  background-image: url(../images/icon/sns/fb_blk.svg);
  width: 26px;
  height: 26px;
}
header.inner_header ul.links_sns li a.tw_icon::before {
  background-image: url(../images/icon/sns/x_icon_blk.svg);
  width: 26px;
  height: 26px;
}
header.inner_header ul.links_sns li a.youtube_icon::before {
  background-image: url(../images/icon/sns/youtube_blk.svg);
  width: 26px;
  height: 26px;
}
header.inner_header #menu-header-navi li.h_menu_icon.h_menu_icon a {
  color: #333;
}
header.inner_header #menu-header-navi li.h_menu_icon.h_menu_icon.h_features_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_features_icon01.svg);
}
header.inner_header #menu-header-navi li.h_menu_icon.h_menu_icon.h_business_details_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_business_details_icon01.svg);
}
header.inner_header #menu-header-navi li.h_menu_icon.h_menu_icon.h_resipe_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_resipe_icon01.svg);
}
header.inner_header #menu-header-navi li.h_menu_icon.h_menu_icon.h_recruit_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_recruit_icon01.svg);
}
header.inner_header #menu-header-navi li.h_menu_icon.h_menu_icon.h_about_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_about_icon01.svg);
}
header.inner_header #menu-header-navi li.h_menu_icon.h_menu_icon.h_farm_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_farm_icon01.svg);
}
header.inner_header #menu-header-navi li.h_menu_icon.h_menu_icon.news_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_news_icon01.svg);
}
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: 1540px) {
  header .header-r-area {
    padding-right: 90px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  header .header-r-area {
    display: none;
  }
}
@media screen and (max-width: 1540px) {
  header .header-r-area .h_btn_area {
    display: none;
  }
}
header .header-r-area .h_btn_area {
  margin-right: 20px;
}
header .header-r-area .h_tel {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 14px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1540px) {
  header .header-r-area .h_tel {
    margin-right: 90px;
  }
}
@media screen and (max-width: 1540px) {
  header .header-r-area .h_tel {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  header .header-r-area .h_tel {
    display: none;
  }
}
header .header-r-area .h_tel a {
  font-size: 30px;
}
header .header-r-area .h_tel a:before {
  margin-right: 3px;
  content: "";
  display: inline-block;
  background-image: url(../images/icon/tel_icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  position: relative;
  top: 3px;
  left: -3px;
}
header .header-r-area .h-contact .menu_top_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  header .header-r-area .h-contact .menu_top_flex .h_compoany_btn {
    display: none;
  }
}
@media screen and (max-width: 1360px) {
  header .header-r-area .h-contact #menu-header-navi {
    display: none;
  }
}
header .h1 {
  font-weight: bold;
}
header .h1 a {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
header .h1 a img {
  max-height: 60px;
}
@media (max-width: 1024px) {
  header .h1 a img {
    max-height: 32px;
  }
}

header * {
  line-height: 1;
}

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

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

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

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

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

@media screen and (max-width: 767px) {
  .header_drawer_toggle .gnav-trg {
    position: absolute;
    width: 60px;
    height: 60px;
  }
}
/*
.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: 40px;
  height: 2px;
  margin: auto;
  top: 0;
}

@media screen and (max-width: 767px) {
  .header_drawer_toggle .gnav-trg span {
    width: 30px;
  }
}
.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: 40px;
  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: 30px;
  }
}
.header_drawer_toggle .gnav-trg::before {
  top: calc(50% - 5px);
}

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

@media screen and (max-width: 767px) {
  .header_drawer_toggle .gnav-trg::after {
    bottom: calc(50% - 10px);
  }
}
.header_drawer_toggle .gnav-trg.is-none {
  /*ドロワーアイコン展開時*/
}

.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 {
  display: none;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 101;
}

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

.gnav .gnav__inr {
  /*align-items: center;*/
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100dvh;
  right: 0;
  position: relative;
  top: 0;
  z-index: 3;
  width: 300px;
  margin-left: auto;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .gnav .gnav__inr {
    width: 100%;
  }
}
.gnav .gnav__inr .drawer_bottom {
  width: 100%;
  margin-top: 2em;
}
.gnav .gnav__inr .drawer_bottom ul.links_sns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gnav .gnav__inr .drawer_bottom ul.links_sns li a.ig_icon::before {
  background-image: url(../images/icon/sns/insta_blk.svg);
}
.gnav .gnav__inr .drawer_bottom ul.links_sns li a.line_icon::before {
  background-image: url(../images/icon/sns/line_blk.svg);
}
.gnav .gnav__inr .drawer_bottom .drawer_ttl {
  padding: 15px 0;
  text-align: center;
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
}
.gnav .gnav__inr .drawer_bottom .drawer_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .gnav .gnav__inr .drawer_bottom .drawer_ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.gnav .gnav__inr .drawer_bottom .drawer_ul li a:hover {
  opacity: 0.7;
}
.gnav .gnav__inr .header-drawer-nav {
  width: 80%;
  margin: 0 auto;
  padding-top: 15%;
}
@media (max-width: 767px) {
  .gnav .gnav__inr .header-drawer-nav {
    width: 80%;
    margin: 0 auto;
  }
}
.gnav .gnav__inr .header-drawer-nav li {
  margin-top: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  /*padding: 8px 0;*/
  border-bottom: solid 1px #1B07AB;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 2%;
  padding-right: 2%;
}
@media (max-width: 767px) {
  .gnav .gnav__inr .header-drawer-nav li {
    margin-top: 15px;
  }
}
.gnav .gnav__inr .header-drawer-nav li:first-child {
  margin-top: 0;
}
.gnav .gnav__inr .header-drawer-nav li.h_menu_icon.h_home_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_home_icon01.svg);
}
.gnav .gnav__inr .header-drawer-nav li.h_menu_icon.h_features_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_features_icon01.svg);
}
.gnav .gnav__inr .header-drawer-nav li.h_menu_icon.h_business_details_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_business_details_icon01.svg);
}
.gnav .gnav__inr .header-drawer-nav li.h_menu_icon.h_resipe_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_resipe_icon01.svg);
}
.gnav .gnav__inr .header-drawer-nav li.h_menu_icon.h_recruit_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_recruit_icon01.svg);
}
.gnav .gnav__inr .header-drawer-nav li.h_menu_icon.h_about_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_about_icon01.svg);
}
.gnav .gnav__inr .header-drawer-nav li.h_menu_icon.h_farm_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_farm_icon01.svg);
}
.gnav .gnav__inr .header-drawer-nav li.h_menu_icon.news_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_news_icon01.svg);
}
.gnav .gnav__inr .header-drawer-nav li.h_menu_icon:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  position: relative;
}
.gnav .gnav__inr .header-drawer-nav li a {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children {
  padding-top: 0px;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children a {
  pointer-events: none !important;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children:hover {
  background: none;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children.open_acord .header-nav-child::before {
  display: inline-block;
  content: "";
  background-image: url(../images/icon/icon_minus_blue.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children .header-nav-child {
  position: absolute;
  width: 100%;
  top: 5px;
  right: 0;
}
.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children .header-nav-child::before {
  display: inline-block;
  content: "";
  background-image: url(../images/icon/icon_plus_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;
  width: 100%;
}
.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: 0;
  /*↓ホバーエフェクト指定*/
  background: none;
  padding-bottom: 5px;
  display: block;
  border: none;
  padding-top: 0;
  padding-left: 16px;
}
.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;
  color: #333 !important;
  font-size: 15px;
}
.gnav .gnav__inr .h_contact_btn {
  margin: 25px auto 0;
  width: 80%;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#menu-header-navi {
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#menu-header-navi li {
  padding: 50px 0 15px;
  position: relative;
  line-height: 1.8;
  font-size: 14px;
}
#menu-header-navi li.h_menu_icon.service_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_service_icon01.svg);
}
#menu-header-navi li.h_menu_icon.guide_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_guide_icon01.svg);
}
#menu-header-navi li.h_menu_icon.shop_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_shop_icon01.svg);
}
#menu-header-navi li.h_menu_icon.news_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_news_icon01.svg);
}
#menu-header-navi li.h_menu_icon.company_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_campany_icon01.svg);
}
#menu-header-navi li.h_menu_icon.contact_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_contact_icon01.svg);
}
#menu-header-navi li.h_menu_icon:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 42%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#menu-header-navi li:last-child:after {
  display: none;
}
#menu-header-navi li a {
  color: #333;
  font-weight: bold;
  display: block;
  margin: 0 15px;
}
#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: 220px;
  padding-top: 15px;
  /*padding: 10px 25px;*/
  top: 72px;
  left: 0;
  /*left: calc(-50% -240px);*/
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
  /*background-color: #fff;*/
}
#menu-header-navi li.menu-item-has-children:hover ul.sub-menu::before {
  position: absolute;
  top: 5px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}
#menu-header-navi li.menu-item-has-children:hover ul.sub-menu li {
  width: 100%;
  background-color: #fff;
  line-height: 1.5;
  padding: 10px 20px;
  margin-bottom: 1px;
}
#menu-header-navi li.menu-item-has-children:hover ul.sub-menu li:last-child {
  margin-bottom: 0;
}
#menu-header-navi li.menu-item-has-children:hover ul.sub-menu li:after {
  display: none;
}
#menu-header-navi li.menu-item-has-children:hover ul.sub-menu li:hover {
  background-color: #e2e2e2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#menu-header-navi li.menu-item-has-children:hover ul.sub-menu li:hover a {
  color: #2E3082;
}
#menu-header-navi li.menu-item-has-children:hover ul.sub-menu li a {
  color: #333;
  display: block;
  pointer-events: auto;
  margin: 0 0 1px;
}
#menu-header-navi li.menu-item-has-children:hover ul.sub-menu li a:before {
  content: "\f35a";
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
  color: #2C2A2A;
  font-weight: bold;
}
#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 */
/* ---- */
/* ---- */
/* 製品案内area */
/* ---- */
/* ---- */
/* AADD CONTACT */
/* ---- */
.tp_sec_bg {
  background-image: url(../images/common/tp_sec01_bg01.png);
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  aspect-ratio: 1920/70;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .tp_sec_bg {
    background-size: cover;
    aspect-ratio: 640/90;
  }
}
.tp_sec_bg.type01 {
  background-color: #F7F6F9;
  margin-bottom: 0;
}

/* ---- */
/* ギャラリーarea */
/* ---- */
/***************************/
/* ---- */
/* 買取実績SCF */
/* ---- */
/* ---- */
/* コンタクトarea */
/* ---- */
/* ---- */
/* ADD high price TIPS */
/* ---- */
/* ---- */
/* ADD WORKS */
/* ---- */
.add_works {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .add_works {
    padding: 45px 0;
  }
}

/* ------ */
/* footer */
/* ------ */
footer {
  position: sticky;
  top: 100vh;
  width: 100%;
}
footer .footer_block {
  padding: 100px 0 30px;
  background-color: #300F5D;
  color: #fff;
}
@media (max-width: 767px) {
  footer .footer_block {
    padding: 50px 20px;
  }
}
footer .f_prof_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;
  gap: 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  footer .menu-footer02-container,
  footer .menu-footer01-container {
    display: none;
  }
}
footer .footer_menu {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer_menu li {
  margin-right: 20px;
}
footer .footer_menu li:last-child {
  margin-right: 0;
}
footer .footer_menu li a {
  /*border-right: dotted 2.5px #fff;*/
  border: none;
  padding-right: 10px;
}
footer .footer_menu li .sub-menu {
  margin-top: 15px;
}
footer .footer_menu li .sub-menu li a {
  border: none;
  font-size: 14px;
}
footer .footer_menu li .sub-menu li a:before {
  content: "-";
  margin-right: 5px;
}
footer .f_ttl {
  position: relative;
  font-weight: bold;
  left: -10px;
}
footer .menu li {
  margin-top: 8px;
}
footer .menu li a {
  font-weight: bold;
  font-size: clamp(12px, 0.693rem + 0.24vw, 14px);
}
footer .menu li a:before {
  content: "\f35a";
  font-family: "Font Awesome 6 Free";
  margin-right: 10px;
  font-size: 20px;
  font-weight: 800;
  position: relative;
  top: 2px;
}

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

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

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

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

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

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

.mail_form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.mail_form h3 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}
.mail_form h3 strong {
  color: #C90902;
  font-size: 24px;
}
.mail_form dl.inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .mail_form dl.inquiry {
    display: block;
  }
}
.mail_form dl.inquiry dt {
  width: 23%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mail_form dl.inquiry dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.mail_form dl.inquiry dt .red {
  color: #ff0000;
}
.mail_form dl.inquiry dd {
  width: calc(77% - 35px);
  margin-left: 35px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mail_form dl.inquiry dd {
    width: 100%;
    margin-left: 0;
  }
}
.mail_form dl.inquiry dd.box {
  border: solid 1px #1e1e1e;
  background-color: #fff;
}
.mail_form dl.inquiry dd.box select {
  position: relative;
  top: 3px;
  left: 3px;
}
.mail_form dl.inquiry dd.zip_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mail_form dl.inquiry dd.zip_flex input {
  margin-left: 15px;
  width: inherit;
}
.mail_form dl.inquiry dd .pp {
  border: solid 1px #1e1e1e;
  font-size: 12px;
  height: 24em;
  overflow-y: scroll;
  padding: 1em;
  margin-bottom: 1.5em;
}
.mail_form dl.inquiry dd.post_number_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mail_form dl.inquiry dd.post_number_flex div.code01 {
  width: 30%;
  margin-right: 5px;
}
.mail_form dl.inquiry dd.post_number_flex div.code02 {
  width: 50%;
  margin-left: 5px;
}
.mail_form dl.inquiry dd.border_box {
  border: solid 1px #656565;
}
.mail_form .list-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mail_form .list-example li {
  width: calc((100% - 14px) / 3);
  margin-right: 7px;
  margin-top: 10px;
}
.mail_form .list-example li:nth-child(3n) {
  margin-right: 0;
}
.mail_form .list-example li:nth-child(1) {
  margin-top: 0;
}
.mail_form .list-example li:nth-child(2) {
  margin-top: 0;
}
.mail_form .list-example li:nth-child(3) {
  margin-top: 0;
}
.mail_form .mailform_address_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mail_form .mailform_address_flex li {
  width: 48%;
}
.mail_form .mailform_address_flex li p {
  margin-bottom: 5px;
}

.mail_form_confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
.mail_form_confirm input[type=button] {
  width: 50%;
  max-width: 320px;
  border-radius: 100px;
  max-height: 67px;
  cursor: pointer;
  border: none;
  font-size: 16px;
  border: solid 1px #f0f0f0;
}
.mail_form_confirm input[type=button]:hover {
  background-color: #f8f6f2;
  border: solid 1px #ccc;
}
.mail_form_confirm .wpcf7-arrow {
  border-radius: 100px;
  width: 50%;
}
.mail_form_confirm .wpcf7-arrow.submit_btn {
  margin: 0;
}
.mail_form_confirm .wpcf7-arrow.submit_btn input[type=submit] {
  cursor: pointer;
}
.mail_form_confirm .wpcf7-arrow.submit_btn input[type=submit]:hover {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*　animation: fadeleft 0.5s;*/
/* animation-fill-mode: forwards; */
/* ------ */
/*******************************
/* SWIPER ZOOM
*******************************/
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    opacity: 0;
    left: -70px;
  }
  85% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeleft {
  0% {
    opacity: 0;
    left: -70px;
  }
  85% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@media (max-width: 767px) {
  @-webkit-keyframes fadeleft {
    0% {
      opacity: 0;
      top: -70px;
    }
    85% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
      top: 0;
    }
  }
  @keyframes fadeleft {
    0% {
      opacity: 0;
      top: -70px;
    }
    85% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
      top: 0;
    }
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/******************************/
/* 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 (max-width: 767px) {
  .flexbox_center {
    gap: 20px;
  }
}
@media (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 (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 (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 (max-width: 767px) {
  .flexbox.cul3 li:nth-child(3n) {
    margin-right: auto;
  }
}
@media (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 (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 (max-width: 767px) {
  .flexbox.cul4 li:nth-child(3) {
    margin-top: 40px;
  }
}
.flexbox.cul4 li:nth-child(4) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .flexbox.cul4 li:nth-child(4) {
    margin-top: 40px;
  }
}
.flexbox.cul4 li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .flexbox.cul4 li:nth-child(2n) {
    margin-right: 0;
  }
}
.flexbox.cul4 li h4 {
  margin-bottom: 0;
  font-size: 14px;
}
@media (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 (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 (max-width: 767px) {
  .thum_list.cul4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.thum_list.cul4 li {
  width: calc(25% - 15px);
}
@media (max-width: 767px) {
  .thum_list.cul4 li {
    width: calc(50% - 10px);
  }
}
.thum_list li {
  width: calc(33.3333333333% - 15px);
}
@media (max-width: 767px) {
  .thum_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .thum_list li:last-child {
    margin-bottom: 0;
  }
}
.thum_list li .date_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}
.thum_list li .date {
  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: #1B07AB;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  padding: 5px 20px;
}
@media (max-width: 767px) {
  .thum_list li .category_c a {
    font-size: 10px;
    padding: 5px 10px;
  }
}
.thum_list li figure {
  overflow: hidden;
  border: solid 2px #773285;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  aspect-ratio: 1/1;
}
.thum_list li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
}
.thum_list li:hover figure img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/*サムネイル　横*/
.thum_list02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #2E3082;
}
.thum_list02 li .imgbox {
  width: 25%;
}
@media (max-width: 1024px) {
  .thum_list02 li .imgbox {
    width: 40%;
  }
}
.thum_list02 li .txtbox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 25px;
  padding-right: 0px;
}
@media (max-width: 767px) {
  .thum_list02 li .txtbox {
    margin-left: 10px;
    padding-right: 0;
  }
}
.thum_list02 li .txtbox .date_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;
  gap: 0 20px;
}
.thum_list02 li .txtbox .single_link {
  position: relative;
  display: block;
}
.thum_list02 li .txtbox .single_link:hover {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.thum_list02 li .txtbox .category_c a {
  background-color: #08A0A5;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  font-weight: bold;
  /* max-width: 140px; */
  padding: 3px 10px;
  text-align: center;
}
@media (max-width: 1024px) {
  .thum_list02 li .txtbox .category_c a p {
    font-size: 12px;
  }
}

/*サムネイルなし*/
.non_thum_list li {
  position: relative;
  border-bottom: dotted 1px #ccc;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .non_thum_list li {
    display: block;
  }
}
.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:after {
  content: "\f061";
  font-style: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}
.non_thum_list li .non_thum_ttl {
  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 .category_c {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.non_thum_list li .category_c a {
  border: solid 1px #333;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  border-radius: 20px;
  display: block;
  font-weight: bold;
  /*max-width: 140px;*/
  width: 105px;
  padding: 3px 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .non_thum_list li .category_c a {
    width: auto;
  }
}

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

.privacy_chk {
  margin-top: 30px;
}

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

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

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

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

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

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

/* ---------- */
/* #アーカイブ */
/* ---------- */
/* ---------- */
/* カテゴリーページャー */
/* ---------- */
.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 (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);
}

.sticky_box {
  display: none;
}
@media screen and (max-width: 480px) {
  .sticky_box.is-none {
    display: none;
  }
  .sticky_box {
    display: block;
    height: auto;
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
  .sticky_box .sticky_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px;
    gap: 4px;
  }
  .sticky_box .sticky_ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
}

/* ---- */
/* 買取実績 一覧 */
/* ---- */
@media (max-width: 767px) {
  .page-template-tmpl_results_post .result_menu,
  .tax-results_c .result_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-template-tmpl_results_post .result_menu li,
  .tax-results_c .result_menu li {
    border-right: solid 1px #000;
  }
  .page-template-tmpl_results_post .result_menu li:first-child,
  .tax-results_c .result_menu li:first-child {
    border-left: solid 1px #000;
  }
}

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

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

/*******************/
/*　FAQ　アコーディオン02*/
/*******************/
.accordion-area {
  list-style: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.accordion-area.type01 {
  width: 100%;
}
.accordion-area.type01 .full_li .open {
  border: solid 1px #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 6px;
}
.accordion-area.type01 .faq_title {
  border: none;
  padding: 0;
  font-size: 16px;
  border-radius: 0;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.accordion-area.type01 .faq_title.close:after {
  -webkit-transform: none;
          transform: none;
}
.accordion-area.type01 .faq_title span:after {
  content: "\f063";
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: none;
  width: auto;
  height: auto;
}
.accordion-area.type01 .faq_title:before, .accordion-area.type01 .faq_title:after {
  display: none;
}
.accordion-area.type01 .faq_title span:before {
  display: none;
}
.accordion-area.type01 .inbox {
  padding: 10px 0 18px;
}
.accordion-area.type01 .inbox:before {
  display: none;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area {
  /*アコーディオンタイトル*/
}
.accordion-area .faq_title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 15px 3% 15px 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: solid 1px #0A787D;
  border-radius: 6px;
  font-family: "Noto Serif", serif;
  font-size: clamp(14px, 0.761rem + 0.48vw, 1.125rem);
  font-weight: 600;
}
.accordion-area .faq_title:before, .accordion-area .faq_title:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #8AA8AB;
}
.accordion-area .faq_title:before {
  top: 48%;
  right: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion-area .faq_title:after {
  top: 48%;
  right: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-area .faq_title span:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  position: absolute;
  top: 26%;
  left: 12px;
  background-image: url(../images/icon/faq/faq_q_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}
.accordion-area .faq_title {
  /*　closeというクラスがついたら形状変化　*/
}
.accordion-area .faq_title.close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.accordion-area .faq_title.close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion-area .inbox {
  position: relative;
  display: none;
  /*はじめは非表示*/
  padding: 18px 3% 18px 40px;
}
.accordion-area .inbox:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  position: absolute;
  background-image: url(../images/icon/faq/faq_a_icon.svg);
  top: 20px;
  left: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

/******************************/
/* SERVIVE　専用ページ*/
/*レイアウト*/
/******************************/
.service_layout_01_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .service_layout_01_flex {
    display: block;
  }
}
.service_layout_01_flex .ttl_box {
  width: 300px;
}
@media (max-width: 1024px) {
  .service_layout_01_flex .ttl_box {
    width: 100%;
  }
}
.service_layout_01_flex .body_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .service_layout_01_flex .body_box {
    margin-top: 20px;
    margin-left: 0;
  }
}

.service_pk_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 40px;
}
@media (max-width: 767px) {
  .service_pk_list {
    display: block;
  }
}
.service_pk_list li {
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  .service_pk_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .service_pk_list li:last-child {
    margin-bottom: 0;
  }
}
.service_pk_list li h3 {
  font-size: 22px;
}
@media (max-width: 1024px) {
  .service_pk_list li h3 {
    font-size: 18px;
  }
}
.service_pk_list li figure {
  position: relative;
  margin-bottom: 50px;
}
.service_pk_list li figure .num_area {
  position: absolute;
  width: 116px;
  height: 94px;
  bottom: -50px;
  z-index: 2;
  left: -40px;
}
.service_pk_list li figure .num_area:before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/step_bg01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 94px;
  position: absolute;
  top: -17px;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .service_pk_list li figure .num_area:before {
    width: 84px;
    height: 65.8px;
    top: 0px;
    left: 23px;
  }
}
.service_pk_list li figure .num_area .step_number {
  position: absolute;
  top: 30px;
  left: 38px;
  font-size: 50px;
}
@media (max-width: 767px) {
  .service_pk_list li figure .num_area .step_number {
    font-size: 40px;
    top: 35px;
  }
}

.tbl_list01.service_tbl01 {
  width: 80%;
}
@media (max-width: 767px) {
  .tbl_list01.service_tbl01 {
    width: 100%;
  }
}
.tbl_list01.service_tbl01 li {
  font-size: 18px;
}
@media (max-width: 767px) {
  .tbl_list01.service_tbl01 li {
    font-size: 14px;
  }
}
.tbl_list01.service_tbl01 li .tbl_ttl {
  background-color: #FFDDAB;
  border: solid 2px #E26E15;
  font-weight: bold;
}
.tbl_list01.service_tbl01 li .tbl_body {
  /*flex-grow: 0.5;*/
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: bold;
  border-top: solid 2px #E26E15;
  border-bottom: solid 2px #E26E15;
  border-right: solid 2px #E26E15;
}

.tbl_list01b {
  width: 80%;
}
@media (max-width: 767px) {
  .tbl_list01b {
    width: 100%;
  }
}
.tbl_list01b li {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .tbl_list01b li {
    font-size: 12px;
  }
}
.tbl_list01b li.h_head .tbl_ttl,
.tbl_list01b li.h_head .tbl_body01,
.tbl_list01b li.h_head .tbl_body02 {
  background-color: #F9C373;
}
.tbl_list01b li .tbl_ttl {
  width: 30%;
  background-color: #FFDDAB;
  border: solid 2px #E26E15;
  font-weight: bold;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .tbl_list01b li .tbl_ttl {
    padding: 10px;
  }
}
.tbl_list01b li .tbl_body01,
.tbl_list01b li .tbl_body02 {
  width: 25%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  background-color: #fff;
  padding: 20px;
  border-top: solid 2px #E26E15;
  border-bottom: solid 2px #E26E15;
  border-right: solid 2px #E26E15;
}
@media (max-width: 767px) {
  .tbl_list01b li .tbl_body01,
  .tbl_list01b li .tbl_body02 {
    padding: 10px;
  }
}

/******************************/
/* 共通　CONTACT*/
/******************************/
.add_contact {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background-image: url(../images/common/add_contact/add_contact_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
@media (max-width: 1024px) {
  .add_contact {
    padding: 50px 0;
  }
}

/******************************/
/* 共通　RECRUIT*/
/******************************/
.add_recruit {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .add_recruit {
    padding: 50px 0;
  }
}

/******************************/
/* 共通　FARM*/
/******************************/
.add_farm {
  position: relative;
  z-index: 1;
  background-image: url(../images/common/add_farm/add_farm_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  color: #fff;
}
@media (max-width: 1024px) {
  .add_farm {
    padding: 50px 0;
  }
}
.add_farm .layout_a .imgbox figure {
  text-align: center;
}
.add_farm .layout_a .imgbox figure img {
  width: 50%;
}
/*# sourceMappingURL=css_map/style.css.map */
