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

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

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

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

p {
  line-height: 1.5;
}

hr {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #52656F;
}

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

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

hr.line02 {
  border-bottom: dotted 3px #52656F;
}

hr.line03 {
  border-bottom: solid 3px #52656F;
}

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

.h2 {
  font-weight: bold;
  font-size: 50px;
}

h3 {
  font-size: 24px;
}

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

body,
html {
  height: 100dvh;
}

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

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

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

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

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

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

address {
  font-style: normal;
}

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

li {
  list-style: none;
}

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

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

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

.contents_wrap {
  max-width: 1200px;
  margin: 0 auto;
}

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

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

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

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

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

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

@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  .contents_wrap {
    padding: 0 20px;
  }
}

.flexbox_contents_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
}

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

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

@media screen and (min-width: 1025px) {
  html {
    font-size: 14px;
  }
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

/* ------ */
/* コンテンツ装飾 */
/* ------ */
.txt_gold {
  color: #186068;
}

.txt_red {
  color: #e83c41;
}

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

.bg_main_color {
  background-color: #3F51B5;
}

.bg_f8f2f2 {
  background-color: #f8f2f2;
}

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

@media (max-width: 1020px) and (min-width: 768px) {
  .bg_fixed {
    min-height: inherit;
    background-attachment: local;
    /*padding: 100px 0;*/
    height: auto;
    background-size: cover;
    background-position: 57% bottom;
    padding: 0;
    width: 100%;
  }
}

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

/* ------ */
/* 見出し（heading） */
/* ------ */
.ttl01 {
  position: relative;
  background-color: #E6E6DF;
  border-radius: 6px;
  font-size: 22px;
  text-align: center;
  padding: 10px 50px;
}

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

.ttl02 {
  font-size: 18px;
  font-weight: 500;
}

.ttl02:before {
  content: '';
  width: 0;
  height: 1px;
  border-width: 5px 0 5px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #DE6F1A;
  display: inline-block;
  padding-right: 5px;
}

.ttl03 {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  font-family: 'Zen Old Mincho', serif;
}

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

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

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

.ttl06 {
  font-weight: bold;
  font-size: 32px;
  background-color: #3F51B5;
  border-radius: 10px;
  color: #fff;
  line-height: 75px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl06 {
    font-size: 22px;
    line-height: 65px;
  }
}

.ttl07 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  border-left: solid 4px;
  -o-border-image: linear-gradient(to bottom, #FFE36B, #C4B05A, #48453B) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#FFE36B), color-stop(#C4B05A), to(#48453B)) 1;
     border-image: linear-gradient(to bottom, #FFE36B, #C4B05A, #48453B) 1;
  margin-bottom: 20px;
  padding: 0 10px 0px;
}

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

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

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

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

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

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

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

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

/****************/
/* ------ */
/* ボタン（BTN） */
/* ------ */
.icon-x a:before {
  content: "";
  display: inline-block;
  background-image: url(../assets/img/common/icon-x.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 24px;
  height: 21px;
  top: 1.5px;
}

@media screen and (max-width: 1024px) {
  body .button i {
    width: 60px;
    height: 60px;
  }
}

a.tel_link {
  /*border-radius: 100px;*/
  line-height: normal;
  margin-bottom: 15px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  a.tel_link {
    padding: 8px 25px;
  }
}

a.tel_link span.b_txt {
  display: block;
  position: relative;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  a.tel_link span.b_txt {
    font-size: 20px;
  }
}

a.tel_link span.b_txt::before {
  content: "TEL.";
  font-weight: 900;
  color: #333;
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

a.tel_link span.s_txt {
  display: block;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  a.tel_link span.s_txt {
    font-size: 12px;
  }
}

.h_yoyaku_btn span {
  background-color: #e83c41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  height: 100px;
  width: 170px;
  color: #fff;
}

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

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

.h_yoyaku_btn:hover {
  opacity: 0.6;
}

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

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

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

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

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

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

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

.btn02 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 42px;
  background-color: #e83c41;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 70px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

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

.btn02 a:hover {
  opacity: 0.6;
}

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

.btn03 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 42px;
  background-color: #e83c41;
  color: #ffffff;
  border: solid 2px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 60px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

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

.btn03 a:hover {
  opacity: 0.6;
}

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

/* ------ */
/* テキストリンク（text-link） */
/* ------ */
@media screen and (max-width: 991px) {
  header.fixed .language_flex.sp_on {
    border-left: none !important;
    color: #186068 !important;
  }
}

@media screen and (max-width: 991px) {
  header.fixed .language_flex.sp_on a {
    color: #186068 !important;
  }
  header.fixed .language_flex.sp_on a:after {
    background-color: #186068 !important;
  }
}

header .language_flex,
.home header.fixed .language_flex {
  border-left: solid 1px #186068;
  padding-left: 30px;
  margin-left: 10px;
  color: #186068;
}

@media screen and (max-width: 991px) {
  header .language_flex,
  .home header.fixed .language_flex {
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
}

header .language_flex a,
.home header.fixed .language_flex a {
  color: #186068;
  display: inline-block;
  position: relative;
}

header .language_flex a:after,
.home header.fixed .language_flex a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #186068;
  -webkit-transition: .3s;
  transition: .3s;
}

header .language_flex a:hover:after,
.home header.fixed .language_flex a:hover:after {
  width: 100%;
}

.home header .language_flex {
  border-left: solid 1px #fff;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .home header .language_flex {
    color: #186068;
    border: none;
  }
}

@media screen and (max-width: 991px) {
  .home header .language_flex.sp_on {
    border-left: none;
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .home header .language_flex.sp_on a {
    color: #fff;
  }
  .home header .language_flex.sp_on a:after {
    background-color: #fff;
  }
}

.home header .language_flex a {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .home header .language_flex a {
    color: #186068;
  }
}

.home header .language_flex a:after {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .home header .language_flex a:after {
    background-color: #186068;
  }
}

header.absolute .tel_link01 {
  color: #fff;
  text-shadow: 2px 3px 3px #999;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text_link03 a:hover {
  opacity: 1;
}

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

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

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

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

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

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

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

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

.ttl_a {
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}

/* ------ */
/* 表 */
/* ------ */
/* ------ */
/* レイアウト */
/* ------ */
.flex_f-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

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

.flex_f-information li {
  font-size: 24px;
}

.flex_f-information li small {
  margin-right: 0.5em;
}

.flex_f-information01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

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

.flex_f-information01 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.guide_dl01 {
  padding: 0 3%;
}

.guide_dl01 dt {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 500;
}

.guide_dl01 dt .num {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #DE6F1A;
}

.guide_dl01 dd {
  font-size: 14px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.page_link_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  padding: 0 5%;
}

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

.page_link_ul li a figure {
  position: relative;
  overflow: hidden;
}

.page_link_ul li a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/260;
}

.page_link_ul li a figure figcaption {
  position: absolute;
  color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page_link_ul li a figure figcaption .num {
  font-size: 32px;
  font-family: "Lora", serif;
  margin-bottom: 15px;
}

.page_link_ul li a figure figcaption i {
  display: block;
  margin-top: 15px;
}

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

.icon_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon_flex i {
  margin-right: 3px;
}

.sub_images_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: dotted 2px #ccc;
  padding-bottom: 30px;
  margin-bottom: 35px;
}

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

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

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

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

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

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

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

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

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

.sub_images_ul li p {
  font-size: 13px;
}

.sub_images_ul li img {
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 320/220;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* layout_c 横並び */
.layout_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

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

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

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

/*コンテンツパターン*/
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flow_list li {
  padding: 40px 50px;
  position: relative;
  border-radius: 10px;
  border: solid 4px #1473BA;
  background-color: #fff;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

.flow_list li .imgbox {
  width: 200px;
}

.flow_list li .imgbox img {
  border-radius: 8px;
}

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

.flow_list li .num {
  font-family: 'Aoboshi One', serif;
  font-size: 18px;
  color: #BA1414;
  margin-bottom: 8px;
  display: inline-block;
}

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

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

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

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

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

.unkmenu li {
  width: calc((100% - 70px) / 3);
  margin-right: 20px;
  margin-top: 20px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
}

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

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

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

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

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

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

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

.unkmenu li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 20px;
}

.unkmenu li a:before {
  content: "\f0ab";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  margin: 0 auto;
  right: 20px;
  top: 50%;
  font-weight: bold;
  color: #979797;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

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

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

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

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

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

.flex_wrapp.cul2 {
  gap: 20px;
}

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

/*******************/
/*　テキスト関連　　　　*/
/*******************/
.tax_menu01 .sidebar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .tax_menu01 .sidebar ul {
    gap: 30px;
  }
}

.tax_menu01 .sidebar ul li a {
  border: solid 2px #333;
  background-color: #fff;
  padding: 10px 50px;
  border-radius: 20px;
  font-weight: 600;
}

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

/*******************/
/*　SINGLE　　　　*/
/*******************/
.s_ttl {
  border-bottom: dashed 0.5px #707070;
  padding-bottom: 10px;
}

.s_ttl .h1 {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-top: 5px;
  position: relative;
}

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

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

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

.tbl_price .wd40p {
  width: 40%;
}

.tbl_price .wd10p {
  width: 10%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.single-gallery_post .gallery-photo {
  margin-bottom: 50px;
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .single-gallery_post .gallery-photo {
    width: 100%;
  }
}

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

.single-gallery_post .gallery-photo .gallery-slider .swiper-slide p {
  width: 100%;
  aspect-ratio: 600 / 716;
  padding-top: 0;
  position: relative;
  background-color: #333;
}

.single-gallery_post .gallery-photo .gallery-slider .swiper-slide p img {
  aspect-ratio: 600 / 716;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.single-gallery_post .gallery-photo .gallery-thumbs .swiper-slide p {
  width: 100%;
  aspect-ratio: 168 / 197;
  padding-top: 0;
  position: relative;
  background-color: #333;
}

.single-gallery_post .gallery-photo .gallery-thumbs .swiper-slide p img {
  aspect-ratio: 168 / 197;
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-btn .prev a,
.post-btn .next a {
  position: relative;
  border: solid 1px #333;
  background-color: #333;
  color: #fff;
  aspect-ratio: 1/1;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tbl_list02 li .list_ttl {
  width: 30%;
  font-weight: bold;
  line-height: 2;
  padding-left: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tbl_list02 li .list_ttl .txt {
  color: #A8A8A1;
  font-size: 14px;
}

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

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

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

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

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

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

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

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

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

/******************************/
/* SNSアイコン共通*/
/******************************/
.home header .logo a img + img {
  display: none;
}

.home header .navbar__nav a {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .home header .navbar__nav a {
    color: #186068;
  }
}

.home header.fixed .logo a img {
  display: none;
}

.home header.fixed .logo a img + img {
  display: block;
}

.home header.fixed .navbar__nav a {
  color: #186068;
}

header.absolute {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

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

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

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

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

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

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

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

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

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

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

ul.links_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---- */
/* main */
/* ---- */
/* ---- */
/* cont_ttl02 */
/* ---- */
/* ---- */
/* cont_ttl03 */
/* ---- */
/* ---- */
/* cont_ttl04 */
/* ---- */
/* ------ */
/* .link_btn */
/* ------ */
/* ------ */
/* footer */
/* ------ */
.f_application {
  padding: 70px 0;
}

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

.f_application .box {
  border: solid 20px #EEEEE7;
  background-color: #fff;
  padding: 30px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .f_application .box {
    padding: 20px 5%;
  }
}

.f_application .link_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.25em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .f_application .link_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

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

.f_application .layout_a .imgbox {
  width: 48%;
}

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

.f_application .layout_a .txtbox {
  margin-right: 20px;
}

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

.f_application .layout_a .txtbox .app_btn01 {
  position: relative;
}

.f_application .layout_a .txtbox .app_btn01:before {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  bottom: -2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #BC821C;
}

.f_application .layout_a .txtbox .app_btn01 p {
  background-color: #BC821C;
  color: #fff;
  text-align: center;
  display: block;
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 25px;
  font-size: 14px;
  margin: 0 auto;
  border-radius: 100px;
}

.f_application .layout_a .txtbox .chk_list {
  padding: 0 0 0 0;
}

.f_application .layout_a .txtbox .chk_list li {
  font-size: 14px;
  border-bottom: dotted 1px #A8A8A1;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .f_application .layout_a .txtbox .chk_list li {
    font-size: 12px;
  }
}

.f_application .layout_a .txtbox .chk_list li:before {
  content: "";
  margin-right: 5px;
  background-image: url(../images/icon/icon_chk01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.f_application .layout_a .txtbox .chk_list li:after {
  display: none;
}

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

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

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

.contact .box p {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mail_form .mailform_address_flex li {
  width: 48%;
}

.mail_form .mailform_address_flex li input[type="text"] {
  width: 80%;
}

.mail_form .mailform_address_flex li p {
  margin-bottom: 5px;
}

.mail_form_confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

.mail_form_confirm input[type="button"] {
  width: 50%;
  max-width: 320px;
  border-radius: 100px;
  max-height: 67px;
  cursor: pointer;
  border: none;
  font-size: 16px;
  border: solid 1px #f0f0f0;
}

.mail_form_confirm input[type="button"]:hover {
  background-color: #f8f6f2;
  border: solid 1px #ccc;
}

.mail_form_confirm .wpcf7-arrow {
  border-radius: 100px;
  width: 50%;
}

.mail_form_confirm .wpcf7-arrow.submit_btn {
  margin: 0;
}

.mail_form_confirm .wpcf7-arrow.submit_btn input[type="submit"] {
  cursor: pointer;
}

.mail_form_confirm .wpcf7-arrow.submit_btn input[type="submit"]:hover {
  opacity: 0.7;
}

.completed_box {
  max-width: 740px;
  margin: 0 auto;
}

.completed_box p {
  margin-bottom: 1em;
}

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

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

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

#page_top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 101px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
  position: relative;
  opacity: 1;
}

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

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

/* gutenberg */
/* --- */
.single_page .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 #8AA8AB;
  /*border-right: solid 3px #007e66;*/
  background-color: #EEEEEE;
  padding: 10px 20px;
  max-width: 842px;
  width: 100%;
  margin: 0 auto 20px;
}

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

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

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

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

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

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

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

.single_page .gutenberg p {
  max-width: 800px;
  margin: 0 auto;
}

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

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

.t_link01:hover {
  --d: 100%;
}

.t_link02 {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.t_link02:hover::after {
  bottom: 0;
  opacity: 1;
}

.t_link03 {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.t_link03:hover::after {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/******************************/
/* サムネイルなし一覧 */
/******************************/
.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

.category-list li a {
  display: block;
  border-bottom: solid 1px #52656F;
  padding: 5px 20px;
  text-align: center;
  color: #333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-weight: bold;
}

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

.non_thum_list li {
  position: relative;
  border-bottom: dotted 1px #ccc;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

.mail_form dl dt {
  font-weight: normal;
  margin-bottom: 10px;
}

.mail_form dl dt span {
  background-color: #e1344c;
  color: #fff;
  font-size: 12px;
  border-radius: 50px;
  padding: 3px 10px;
  margin-right: 5px;
}

.mail_form dl dt span.nini {
  background-color: #666;
  color: #fff;
}

.mail_form .maiform__privacy {
  margin-top: 40px;
  overflow: auto;
  height: 300px;
  background-color: #fff;
  padding: 15px;
}

.mail_form .maiform__privacy p {
  margin-bottom: 1em;
}

.privacy_chk {
  margin-top: 30px;
}

.submit_btn {
  margin: 60px auto 0;
  position: relative;
  max-width: 320px;
}

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

/*******************/
/*　メールフォームタグ　　　　　*/
/*******************/
select,
textarea,
input[type="text"],
input[type="date"],
input[type="submit"],
input[type="tel"],
input[type="email"] {
  width: 100%;
}

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

select:focus-visible,
textarea:focus-visible,
input[type="text"]:focus-visible,
input[type="date"]:focus-visible,
input[type="submit"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="email"]:focus-visible {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---------- */
/* MV*/
/* ---------- */
/* ---------- */
/* 共通 CONTACT */
/* ---------- */
.add_contact {
  color: #fff;
}

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

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

.add_contact .add_contact_box {
  max-width: 500px;
  margin: 30px auto;
}

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

.add_contact .add_contact_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  margin: 0 auto;
}

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

.add_contact .add_contact_flex .tel_area a {
  color: #fff;
  font-size: 24px;
}

.add_contact .add_contact_flex .mail_area figure {
  padding: 0 3rem;
}

/* ---------- */
/* 施工実績 CONTACT */
/* ---------- */
.add_works {
  position: relative;
}

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

@media screen and (max-width: 767px) {
  .add_works:before {
    height: 20%;
  }
}

.add_works .flexbox .box {
  width: calc((100% - (24px * 3)) / 4);
  margin-right: 24px;
}

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

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

.add_works .flexbox .box a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.add_works .flexbox .box a figure {
  margin-bottom: 10px;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.add_works .flexbox .box a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.add_works .flexbox .box .date {
  margin-bottom: 10px;
  font-weight: 400;
}

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

.add_works .flexbox .box .category_c {
  text-align: center;
  display: inline-block;
}

.add_works .flexbox .box .category_c a {
  background-color: #3F51B5;
  text-align: center;
  border-radius: 50px;
  padding: 5px 40px;
  display: block;
  color: #fff;
  margin-top: 10px;
}

/* ---------- */
/* GUIDE  */
/* ---------- */
.add_guide.bg_fixed:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  background: inherit;
}

.add_guide .contents_box {
  max-width: 800px;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffffe6;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  position: absolute;
  top: calc(50%);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .add_guide .contents_box {
    max-width: 800px;
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 85%;
    margin: auto;
  }
}

.add_guide .contents_box .box {
  padding: 40px 80px;
}

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

/*********************/
/*　header 追記　*/
/*********************/
.navbar__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .navbar__nav li.menu-item-has-children a {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar__nav li.menu-item-has-children ul.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -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;
  }
}

@media screen and (max-width: 767px) {
  .navbar__nav li.menu-item-has-children ul.sub-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.navbar__nav li.menu-item-has-children ul {
  display: none;
}

@media screen and (max-width: 767px) {
  .navbar__nav li.menu-item-has-children ul {
    display: block;
  }
}

.navbar__nav li.menu-item-has-children:hover ul.sub-menu {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  /* background-color: #000; */
  /* color: #ffffff; */
  width: 220px;
  padding-top: 15px;
  /* padding: 10px 25px; */
  top: 20px;
  left: 0;
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
  /* background-color: #fff; */
}

@media screen and (max-width: 767px) {
  .navbar__nav li.menu-item-has-children:hover ul.sub-menu {
    width: auto;
  }
}

.navbar__nav li.menu-item-has-children:hover ul.sub-menu li {
  width: 100%;
  background-color: #fff;
  line-height: 1.5;
  padding: 10px 20px;
  margin-bottom: 1px;
}

.navbar__nav li.menu-item-has-children:hover ul.sub-menu li a {
  color: #333;
  display: block;
  margin-bottom: 1px;
  pointer-events: auto;
  border: none;
  padding-left: 0;
  font-size: 15px;
}

/*********************/
/*　料金エリア　*/
/*********************/
.price .ttl02 {
  padding: 0 3%;
}

@media screen and (max-width: 1024px) {
  .price .layout_b,
  .price .layout_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.price .layout_b .imgbox,
.price .layout_a .imgbox {
  width: 40%;
}

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

.price .tbl_list02 li .list_ttl {
  width: 55%;
}

.price_area .tbl_list02 {
  padding: 0 3%;
  margin-bottom: 30px;
}

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

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

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

.price_area .goods_list li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 320/226;
}

.price_area .goods_list li .ttl03 {
  font-size: 15px;
  font-family: inherit;
  font-weight: 500;
}

.price_area .goods_list li .price_list {
  font-size: 14px;
}

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

.price_area .cameramen_list li .imgbox {
  width: 220px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .price_area .cameramen_list li .imgbox {
    width: 100%;
  }
  .price_area .cameramen_list li .imgbox figure {
    text-align: center;
    margin-bottom: 15px;
  }
}

.price_area .cameramen_list li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: solid 2px #fff;
}

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

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

.price_area .cameramen_list li .txtbox p.named {
  font-size: 17px;
}

.price_area .cameramen_list li .txtbox p {
  font-size: 14px;
  padding: 0 3%;
}

.price_area .sec01 {
  padding: 50px 0;
}

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

.price_area .sec02,
.price_area .sec03,
.price_area .sec04,
.price_area .sec05 {
  padding: 0 0 50px;
}

@media screen and (max-width: 1024px) {
  .price_area .sec02,
  .price_area .sec03,
  .price_area .sec04,
  .price_area .sec05 {
    padding: 0 0 30px;
  }
}

/*********************/
/*初めての方へ*/
/*********************/
.guide .unkmenu {
  padding: 100px 0;
  margin-bottom: 0;
}

/******************************/
/* #タブ切り替え */
/******************************/
.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: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 20px .5em;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

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

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

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

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

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

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

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

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

/*********************/
/*予約フォーム　テンプレート*/
/*********************/
.page-template-temp_reserve .sec01 {
  margin-bottom: 50px;
}

.page-template-temp_reserve .sec02 {
  margin-bottom: 50px;
}

.page-template-temp_reserve .sec03 {
  margin-bottom: 40px;
}

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

.insta_list.collage {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  grid-gap: 2px;
  grid-template-areas: "collage_img01 collage_img01 collage_img02 collage_img03" "collage_img01 collage_img01 collage_img04 collage_img05" "collage_img07 collage_img08 collage_img06 collage_img06" "collage_img09 collage_img10 collage_img06 collage_img06";
}

@media screen and (max-width: 767px) {
  .insta_list.collage {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas: "collage_img01 collage_img01 collage_img02 collage_img03" "collage_img01 collage_img01 collage_img04 collage_img05" "collage_img06 collage_img07 collage_img10 collage_img10" "collage_img08 collage_img09 collage_img10 collage_img10";
  }
}

.insta_list.collage li {
  width: 100%;
  margin: 0;
}

.insta_list.collage li:nth-child(1) {
  grid-area: collage_img01;
}

.insta_list.collage li:nth-child(2) {
  grid-area: collage_img02;
}

.insta_list.collage li:nth-child(3) {
  grid-area: collage_img03;
}

.insta_list.collage li:nth-child(4) {
  grid-area: collage_img04;
}

.insta_list.collage li:nth-child(5) {
  grid-area: collage_img05;
}

.insta_list.collage li:nth-child(6) {
  grid-area: collage_img06;
}

.insta_list.collage li:nth-child(7) {
  grid-area: collage_img07;
}

.insta_list.collage li:nth-child(8) {
  grid-area: collage_img08;
}

.insta_list.collage li:nth-child(9) {
  grid-area: collage_img09;
}

.insta_list.collage li:nth-child(10) {
  grid-area: collage_img10;
}

.insta_list li {
  width: calc((100% - 40px) / 5);
  margin-right: 10px;
  margin-bottom: 10px;
}

.insta_list li:nth-child(5n) {
  margin-right: 0;
}

.insta_list li:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .insta_list li {
    width: calc((100% - 10px) / 3);
    margin-right: 5px;
  }
  .insta_list li:nth-child(3n) {
    margin-right: 0;
  }
  .insta_list li:nth-child(5n) {
    margin-right: auto;
  }
}

.insta_list li a {
  display: block;
  margin: auto;
}

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

.insta_list li a img {
  width: 100%;
  aspect-ratio: 16 / 9;
  /*height: 100%;*/
  -o-object-fit: cover;
     object-fit: cover;
}

/*********************/
/*共通　フッター　会社情報*/
/*********************/
@media screen and (max-width: 1024px) {
  body .f-information {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  body .f-information .col {
    width: 100%;
    padding: 75px 5% 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body .f-information .map {
    width: 100%;
    margin-top: 25px;
  }
}

/*********************/
/*当院について*/
/*********************/
.about .sec01 {
  position: relative;
  padding: 100px 0;
  background-color: #F6F6F1;
}

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

.about .sec01 hr {
  padding-bottom: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .about .sec01 hr {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.about .sec02 {
  position: relative;
  padding: 100px 0;
  background-color: #EEEEE7;
}

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

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

.about .sec02 .layout_b .imgbox {
  width: 35%;
}

.about .sec02 .layout_b .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 300/182.97;
}

@media screen and (max-width: 1024px) {
  .about .sec02 .layout_b .imgbox {
    width: 100%;
  }
  .about .sec02 .layout_b .imgbox figure {
    text-align: center;
  }
}

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

.about .sec03 {
  position: relative;
  padding: 100px 0;
  background-color: #F6F6F1;
}

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

.about .sec04 {
  position: relative;
  padding: 100px 0;
  background-color: #EEEEE7;
}

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

/*********************/
/*主な症状一覧*/
/*********************/
.symptom .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.symptom .menu_list li {
  position: relative;
  width: calc(100% / 3 - 13.5px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background-color: #EEEEE7;
  border: solid 2px #A8A8A1;
}

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

.symptom .menu_list li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 35px 30px 20px;
  color: #5A3306;
  font-weight: 500;
  line-height: 1.4;
}

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

/*********************/
/*お客様の声 SINGLE*/
/*********************/
#cpt-detail .single_voice_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  #cpt-detail .single_voice_flex {
    display: block;
  }
}

#cpt-detail .single_voice_flex .imgbox {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  #cpt-detail .single_voice_flex .imgbox {
    width: 100%;
  }
}

#cpt-detail .single_voice_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 60px;
}

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

#cpt-detail .single_voice_flex .txtbox .the_title {
  border: none;
  padding-bottom: 0;
}

/*ドロワー*/
@media screen and (max-width: 991px) {
  body .navbar__nav {
    gap: 1em 15px;
  }
  body .navbar__nav li a {
    color: #186068;
  }
}

/*TOP*/
@media screen and (max-width: 1024px) {
  #top__concept .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/*お客様の声　SINGLE*/
.single-voice_post .s_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

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

.single-voice_post .s_flex .imgbox {
  width: 45%;
}

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

.single-voice_post .s_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1024px) {
  .single-voice_post .s_flex .txtbox {
    margin-top: 25px;
  }
}

/**/
/* レッスン */
/**/
.tbl_list01_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #52656F;
}

.tbl_list01_dl dt {
  width: 50%;
  padding: 5px 0;
}

.tbl_list01_dl dd {
  width: calc(100% - 50%);
  padding: 5px 0;
  font-weight: 500;
}

.lesson .price_box01 {
  background-color: #F1F8F8;
  padding: 50px 100px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .lesson .price_box01 {
    padding: 30px 5%;
  }
}

.lesson .price_box01:last-child {
  margin-bottom: 0;
}

.lesson .price_box01 .ttl02 {
  font-size: 15px;
}

.lesson .price_box01 .txt_line {
  color: #A8A8A1;
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: solid 2px #A8A8A1;
}

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