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

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

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

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

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

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

p {
  line-height: 1.8;
}

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

.hover:hover {
  opacity: 0.65;
}

hr {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: dotted 3px #9B003F;
}

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

hr.line01 {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: dotted 3px #9B003F;
}

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

hr.line02 {
  border-bottom: dotted 2px #9B003F;
}

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

hr.line04 {
  border-bottom: solid 1px #2C2A2A;
}

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: clamp(13.5px, 0.773rem + 0.3vw, 16px);
  line-height: 1.6;
  color: #333;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}

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;
  border: solid 4px #FFC400;
  width: 97%;
}

img.line01_gl {
  border: solid 10px #1FA186;
}

@media screen and (max-width: 1024px) {
  img.line01_gl {
    border: solid 3px #1FA186;
  }
}

img.line02_wt {
  border: solid 10px #fff;
}

@media screen and (max-width: 1024px) {
  img.line02_wt {
    border: solid 3px #fff;
  }
}

img.line03_yl {
  border: solid 4px #FFC400;
  border-radius: 30px;
}

@media screen and (max-width: 1024px) {
  img.line03_yl {
    border: solid 2px #FFC400;
    border-radius: 15px;
  }
}

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

address {
  font-style: normal;
}

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

li {
  list-style: none;
}

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

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

img.border40 {
  border-radius: 40px;
}

img.line04 {
  border: solid 4px #9B003F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img.line10 {
  border: solid 10px #9B003F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

.contents_wrap.w1360 {
  max-width: 1360px;
}

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

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

@media screen and (max-width: 1600px) {
  .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: 13px;
  }
  .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 screen and (max-width: 767px) {
  .flexbox_contents_side {
    display: block;
  }
}

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

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

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

@media screen and (max-width: 767px) {
  .container_side {
    max-width: inherit;
    margin-left: 0;
  }
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

/* ------ */
/* コンテンツ装飾 */
/* ------ */
.f28 {
  font-size: clamp(20px, 1.023rem + 0.97vw, 28px) !important;
}

.f24 {
  font-size: clamp(18px, 0.955rem + 0.73vw, 24px) !important;
}

.f22 {
  font-size: clamp(17px, 0.92rem + 0.61vw, 22px) !important;
}

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

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

.tel_box {
  font-size: clamp(24px, 1.159rem + 1.45vw, 36px) !important;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.tel_box a {
  color: #9B003F;
}

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

.txt_red {
  color: #e83c41;
}

.txt_red02 {
  color: #9B003F;
}

.txt_or {
  color: #E26E15;
}

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

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

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

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

/*****/
/*料金・ご利用案内共通レイアウト*/
.layout_dl01 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.layout_dl01 dt {
  font-size: 24px;
}

@media screen and (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 screen and (max-width: 767px) {
  .layout_dl01 dt .point_txt {
    margin-bottom: 10px;
  }
}

.layout_dl01 dd {
  padding: 0 50px;
}

@media screen and (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 screen and (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 screen and (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 screen and (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 screen and (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 screen and (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 screen and (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 screen and (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 screen and (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 screen and (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 screen and (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: #f4a60b;
  font-size: 30px;
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .layout_ul02 li .txtbox .point_txt {
    font-size: 24px;
  }
}

.layout_ul02 li .txtbox h2 {
  font-size: 36px;
}

@media screen and (max-width: 1024px) {
  .layout_ul02 li .txtbox h2 {
    font-size: 24px;
  }
}

.layout_ul02 li .txtbox p.txt01 {
  font-size: 24px;
}

@media screen and (max-width: 1024px) {
  .layout_ul02 li .txtbox p.txt01 {
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout02 .even_reverse_flex li.even_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

/* リスト */
/* --- */
.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;
}

/* アンカーーメニュー */
/* --- */
.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 screen and (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 screen and (max-width: 1280px) {
  .unkmenu li {
    width: calc(100% / 2 - 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 screen and (max-width: 767px) {
  .unkmenu li:nth-child(2) {
    margin-top: 20px;
  }
}

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

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

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

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

.unkmenu li .btn01 a {
  font-size: 13px;
}

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

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

/*******************/
/*　SINGLE　　　　*/
/*******************/
.single_page .contents_wrap {
  max-width: 1000px;
}

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

/*******************/
/*　ギャラリー　スライダー　　　　*/
/*******************/
/* -- -- */
body .swiper-button-lock {
  display: block;
}

.swiper-container {
  overflow: hidden;
  /*position: relative;*/
}

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

.swiper-fade .swiper-slide-active>* {
  opacity: 1;
}
*/
.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: #333;
}

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

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

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

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

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

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

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

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

.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 screen and (max-width: 767px) {
  .text_infoarea {
    padding: 0 30px;
  }
}

/* ------ */
/* SNS ICON */
/* ------ */
ul.links_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 25px;
  margin-right: 25px;
}

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

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

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

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

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

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

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

ul.links_sns li a.map_icon::before {
  background-image: url(../images/icon/map_icon.svg);
  width: 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;
}

/* ------ */
/* 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 screen and (max-width: 767px) {
  header {
    position: relative;
    height: 60px;
  }
}

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

header .h-logo .h1 a img {
  display: block;
}

header .h-logo .h1 a img + img {
  display: none;
}

header .h-logo .h_txt {
  width: 200px;
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
  border-left: solid 1px #fff;
  padding-left: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  header .h-logo .h_txt {
    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.reason_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_reason_wht_icon01.svg);
}

header #menu-header-navi li.h_menu_icon.h_menu_icon.works_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_works_wht_icon01.svg);
}

header #menu-header-navi li.h_menu_icon.h_menu_icon.service_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_service_wht_icon01.svg);
}

header #menu-header-navi li.h_menu_icon.h_menu_icon.guide_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_guide_wht_icon01.svg);
}

header #menu-header-navi li.h_menu_icon.h_menu_icon.shop_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_shop_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_menu_news_wht_icon01.svg);
}

header #menu-header-navi li.h_menu_icon.h_menu_icon.company_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_campany_wht_icon01.svg);
}

header #menu-header-navi li.h_menu_icon.h_menu_icon.contact_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_contact_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 screen and (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 .h_txt {
  color: #333;
  border-left: solid 1px #333;
}

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.reason_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_reason_icon01.svg);
}

header.fixed .header-r-area #menu-header-navi li.h_menu_icon.h_menu_icon.works_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_works_icon01.svg);
}

header.fixed .header-r-area #menu-header-navi li.h_menu_icon.h_menu_icon.service_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_service_icon01.svg);
}

header.fixed .header-r-area #menu-header-navi li.h_menu_icon.h_menu_icon.guide_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_guide_icon01.svg);
}

header.fixed .header-r-area #menu-header-navi li.h_menu_icon.h_menu_icon.shop_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_shop_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_menu_news_icon01.svg);
}

header.fixed .header-r-area #menu-header-navi li.h_menu_icon.h_menu_icon.company_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_campany_icon01.svg);
}

header.fixed .header-r-area #menu-header-navi li.h_menu_icon.h_menu_icon.contact_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_contact_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 .h_txt {
  color: #333;
  border-left: solid 1px #333;
}

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.reason_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_reason_icon01.svg);
}

header.inner_header #menu-header-navi li.h_menu_icon.h_menu_icon.works_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_works_icon01.svg);
}

header.inner_header #menu-header-navi li.h_menu_icon.h_menu_icon.service_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_service_icon01.svg);
}

header.inner_header #menu-header-navi li.h_menu_icon.h_menu_icon.guide_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_guide_icon01.svg);
}

header.inner_header #menu-header-navi li.h_menu_icon.h_menu_icon.shop_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_shop_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_menu_news_icon01.svg);
}

header.inner_header #menu-header-navi li.h_menu_icon.h_menu_icon.company_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_campany_icon01.svg);
}

header.inner_header #menu-header-navi li.h_menu_icon.h_menu_icon.contact_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_contact_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 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 screen and (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 screen and (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 screen and (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 screen and (max-width: 1280px) {
  .h-logo {
    margin-left: 30px;
  }
}

.h-logo a {
  display: block;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .header_drawer_toggle .gnav-trg span {
    width: 20px;
  }
}

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

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

.header_drawer_toggle .gnav-trg::before {
  top: calc(50% - 10px);
}

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

.header_drawer_toggle .gnav-trg::after {
  bottom: calc(50% - 10px);
}

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .gnav .gnav__close .gnav__close__arrow {
    height: 20px;
    width: 40px;
  }
}

.gnav .gnav__close .gnav__close__arrow::before,
.gnav .gnav__close .gnav__close__arrow::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  top: 50%;
  left: 50%;
  width: 100%;
}

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

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

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

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

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

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

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

.gnav .gnav__inr .drawer_bottom {
  color: #fff;
}

.gnav .gnav__inr .drawer_bottom .tel_box a {
  color: #fff;
}

.gnav .gnav__inr .drawer_bottom .layout_c li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

@media screen and (max-width: 767px) {
  .gnav .gnav__inr .drawer_language_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gnav .gnav__inr .drawer_language_flex .language_ttl {
    border-top: solid 1px #ccc;
    margin-top: 5px;
    padding-top: 2px;
  }
}

.gnav .gnav__inr .drawer_language_flex .language_flex_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .gnav .gnav__inr .drawer_language_flex .language_flex_list {
    margin-left: 0;
  }
}

.gnav .gnav__inr .drawer_language_flex .language_flex_list li:before {
  content: "/";
}

@media screen and (max-width: 767px) {
  .gnav .gnav__inr .drawer_language_flex .language_flex_list li:first-child:before {
    content: none;
  }
}

.gnav .gnav__inr .drawer_language_flex .language_flex_list li a {
  position: relative;
  padding: 0 3px;
  font-weight: bold;
}

.gnav .gnav__inr .drawer_language_flex .language_flex_list li a:hover {
  color: #e4007f;
}

.gnav .gnav__inr .header-drawer-nav {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .gnav .gnav__inr .header-drawer-nav {
    width: 90%;
    margin: 0 auto;
  }
}

.gnav .gnav__inr .header-drawer-nav li {
  /*margin-top: 15px;*/
  position: relative;
  /*padding-bottom: 15px;*/
  border-top: solid 2px #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

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

.gnav .gnav__inr .header-drawer-nav li:last-child {
  padding-bottom: 20px;
  border-bottom: solid 2px #fff;
}

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

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children {
  /*border-top: dotted 2px #fff;
        border-bottom: dotted 2px #fff;*/
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
}

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children a {
  pointer-events: none !important;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children > .sub-menu li a:before {
  content: "・";
  margin-right: 5px;
}

.gnav .gnav__inr .h_contact_btn {
  margin: 25px auto 0;
  width: 80%;
  text-align: center;
}

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

.gnav .gnav__links {
  width: 80%;
}

@media screen and (min-width: 768px) {
  .gnav .gnav__links {
    width: 290px;
  }
}

.gnav .gnav__links > li {
  margin: 40px 0 0;
}

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

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

.gnav .gnav__links > li > a > span {
  display: block;
  font-size: 1.2rem;
}

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

.gnav .gnav__links > li > a::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 8px;
  content: "";
  height: 4px;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  width: 50px;
}

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

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

@media screen and (min-width: 768px) {
  .gnav-trg .gnav-trg {
    width: 4rem;
  }
}

.gnav-trg .gnav-trg__border {
  height: 1.4rem;
  position: relative;
  width: 2.8rem;
}

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

.gnav-trg .gnav-trg__border > span {
  background-color: #646464;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  width: 100%;
}

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

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

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

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

@media screen and (min-width: 768px) {
  .gnav-trg .gnav-trg__text {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}

/* ----------- */
/* header navi */
/* ----------- */
.non_event a {
  pointer-events: none;
}

#menu-header-navi {
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#menu-header-navi li {
  padding: 50px 0 15px;
  position: relative;
  line-height: 1.8;
  font-size: 14px;
}

#menu-header-navi li.h_menu_icon.reason_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_reason_icon01.svg);
}

#menu-header-navi li.h_menu_icon.works_icon:before {
  background-image: url(../images/icon/h_menu_icon/h_menu_works_icon01.svg);
}

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

#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 */
/* ---- */
/******************************/
/* サムネイルなし一覧 */
/******************************/
.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

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

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

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

/* AADD CONTACT */
/* ---- */
.add_contact .ttl06 .jp_ttl {
  color: #fff;
}

.add_contact .ttl06::before {
  border-bottom: solid 2px #fff;
}

/* ---- */
/* AADD CONTACT */
/* ---- */
.add_contact .add_contact_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.add_contact .add_contact_flex .box {
  width: 50%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .add_contact .add_contact_flex .box {
    width: 100%;
  }
}

.add_contact .add_contact_flex .box:hover {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.add_contact .add_contact_flex .box:hover:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.add_contact .add_contact_flex .box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000033;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.add_contact .add_contact_flex .box.company_area {
  background-color: #CCE5E0;
}

.add_contact .add_contact_flex .box.company_area:before {
  background-color: #1FA186;
}

.add_contact .add_contact_flex .box.contact_area {
  background-color: #EBD3C1;
}

.add_contact .add_contact_flex .box.contact_area:before {
  background-color: #E26E15;
}

.add_contact .add_contact_flex .box a {
  display: block;
  position: relative;
  aspect-ratio: 1920 / 735;
  max-height: 260px;
  width: 100%;
}

.add_contact .add_contact_flex .box a:hover {
  color: #fff;
}

.add_contact .add_contact_flex .box a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: solid 1px #333;
}

.add_contact .add_contact_flex .box a h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ---- */
/* ギャラリーarea */
/* ---- */
/***************************/
/* ---- */
/* 買取実績SCF */
/* ---- */
/* ---- */
/* コンタクトarea */
/* ---- */
/* ---- */
/* ADD high price TIPS */
/* ---- */
/* ---- */
/* ADD WORKS */
/* ---- */
.add_works {
  padding: 00;
}

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

/* ------ */
/* footer */
/* ------ */
footer {
  position: sticky;
  top: 100vh;
  width: 100%;
}

footer .footer_block {
  padding: 100px 0 30px;
  background-color: #481B1F;
  color: #fff;
}

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

footer a {
  color: #fff;
}

footer a:hover {
  opacity: 0.6;
}

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

footer .menu li a {
  font-weight: bold;
}

footer .menu li a:before {
  content: "\f35a";
  font-family: "Font Awesome 6 Free";
  margin-right: 10px;
  font-size: 20px;
  font-weight: 800;
  position: relative;
  top: 2px;
}

.footerUpper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: solid 3px #fff;
  padding-bottom: 50px;
}

@media screen and (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 screen and (max-width: 767px) {
  .footerUpper .footerUpper_prof_area {
    display: block;
    width: 100%;
  }
}

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

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

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

@media screen and (max-width: 767px) {
  .footerUpper .footerUpper_prof_area .flex_l .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 screen and (max-width: 1024px) {
  .footerUpper .footerUpper_prof_area .company-footer {
    text-align: center;
  }
}

.footerUpper .footerUpper_nav_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

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

.footerUpper .footerUpper_nav_area .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footerUpper ul.links_sns {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

/* ------ */
/* Mail form */
/* ------ */
.mail_form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.mail_form h3 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}

.mail_form h3 strong {
  color: #C90902;
  font-size: 24px;
}

.mail_form dl.inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

@media screen and (max-width: 767px) {
  .mail_form dl.inquiry dt {
    width: 100%;
    margin-bottom: 10px;
  }
}

.mail_form dl.inquiry dt .red {
  color: #ff0000;
}

.mail_form dl.inquiry dd {
  width: calc(77% - 35px);
  margin-left: 35px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mail_form dl.inquiry dd {
    width: 100%;
    margin-left: 0;
  }
}

.mail_form dl.inquiry dd.box {
  border: solid 1px #1e1e1e;
  background-color: #fff;
}

.mail_form dl.inquiry dd.box select {
  position: relative;
  top: 3px;
  left: 3px;
}

.mail_form dl.inquiry dd.zip_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mail_form dl.inquiry dd.zip_flex input {
  margin-left: 15px;
  width: inherit;
}

.mail_form dl.inquiry dd .pp {
  border: solid 1px #1e1e1e;
  font-size: 12px;
  height: 24em;
  overflow-y: scroll;
  padding: 1em;
  margin-bottom: 1.5em;
}

.mail_form dl.inquiry dd.post_number_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mail_form dl.inquiry dd.post_number_flex div.code01 {
  width: 30%;
  margin-right: 5px;
}

.mail_form dl.inquiry dd.post_number_flex div.code02 {
  width: 50%;
  margin-left: 5px;
}

.mail_form dl.inquiry dd.border_box {
  border: solid 1px #656565;
}

.mail_form .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 #00000029;
          box-shadow: 0px 3px 6px #00000029;
  margin: 0 5px 0 0;
}

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

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

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

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

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

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

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

.single_page .gutenberg h3 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  border-left: solid 8px #9B003F;
  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: #9B003F;
  position: absolute;
  width: calc(100%);
  left: 0;
  bottom: -10px;
  height: 2px;
}

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

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

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

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

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

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

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

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

.smooth_left.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 {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

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

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

.smooth_right.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 {
  -webkit-clip-path: inset(0);
          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 screen and (max-width: 767px) {
  @-webkit-keyframes fadeleft {
    0% {
      opacity: 0;
      top: -70px;
    }
    85% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
      top: 0;
    }
  }
  @keyframes fadeleft {
    0% {
      opacity: 0;
      top: -70px;
    }
    85% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
      top: 0;
    }
  }
}

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

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

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

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

/******************************/
/* おしらせ */
/******************************/
/*******************/
/*　メールフォーム　　　　　*/
/*******************/
.mail_form {
  max-width: 900px;
  margin: 0 auto;
}

.mail_form dl {
  background-color: #f3f7f8;
  padding: 20px 30px;
  margin-bottom: 10px;
}

@media screen and (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 screen and (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 screen and (max-width: 767px) {
  .pager {
    margin-bottom: 30px;
  }
}

.pager .page-numbers {
  border-radius: 50%;
  border: solid 1px #333333;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

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

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

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

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

.sticky_box {
  display: none;
}

@media screen and (max-width: 480px) {
  .sticky_box {
    display: block;
    height: auto;
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
  .sticky_box.is-none {
    display: none;
  }
  .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;
  }
}

/******************************/
/* FAQ QA*/
/*よくある質問*/
/******************************/
.faq_list li {
  margin-bottom: 50px;
}

.faq_list li ul li {
  margin: 0;
}

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

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

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

.faq_contents .accordion_one .accordion_header:before {
  display: inline-block;
  content: "Q";
  margin-right: 10px;
  position: absolute;
  left: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.faq_contents .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px 30px 50px;
  /*border-left: 2px solid #b4b4b4;
  border-right: 2px solid #b4b4b4;
  border-bottom: 2px solid #b4b4b4;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
  position: relative;
}

.faq_contents .accordion_one .accordion_inner:before {
  display: inline-block;
  content: "A";
  margin-right: 10px;
  position: absolute;
  left: 30px;
}

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

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

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

@media screen and (max-width: 767px) {
  .faq_contents .accordion_one .accordion_header {
    font-size: 14px;
    text-align: left;
    padding: 15px 60px 15px 30px;
    line-height: 1.5;
  }
  .faq_contents .accordion_one .accordion_header:before {
    left: 7px;
  }
  .faq_contents .accordion_one .accordion_inner {
    padding: 15px 30px 15px 50px;
  }
}

/******************************/
/* SERVIVE　専用ページ*/
/*レイアウト*/
/******************************/
.service_layout_01_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

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

.service_layout_01_flex .ttl_box {
  width: 300px;
}

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

.service_pk_list li {
  width: calc(100% / 2 - 20px);
}

@media screen and (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 screen and (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 screen and (max-width: 767px) {
  .service_pk_list li figure .num_area:before {
    width: calc(120px * 0.7);
    height: calc(94px * 0.7);
    top: 0px;
    left: 23px;
  }
}

.service_pk_list li figure .num_area .step_number {
  position: absolute;
  top: 30px;
  left: 38px;
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  .service_pk_list li figure .num_area .step_number {
    font-size: 40px;
    top: 35px;
  }
}

.tbl_list01.service_tbl01 {
  width: 80%;
}

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

.tbl_list01.service_tbl01 li {
  font-size: 18px;
}

@media screen and (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 screen and (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 screen and (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 screen and (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 screen and (max-width: 767px) {
  .tbl_list01b li .tbl_body01,
  .tbl_list01b li .tbl_body02 {
    padding: 10px;
  }
}

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

.add_company.bg_fixed {
  height: 600px;
}

@media screen and (max-width: 1280px) {
  .add_company.bg_fixed {
    height: auto;
    background-attachment: inherit;
  }
}

@media screen and (max-width: 1280px) {
  .add_company.bg_fixed .box {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

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

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

.add_company .layout_bgbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1280px) {
  .add_company .layout_bgbox .ttl_area {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

.add_company .layout_bgbox .body_area {
  font-size: inherit;
  font-weight: normal;
}

.add_company .layout_bgbox .body_area hr {
  margin-top: 1em;
  margin-bottom: 1em;
}

.add_company .layout_bgbox .body_area h3 {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .add_company .layout_bgbox .body_area h3 {
    font-size: 15px;
  }
}

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