@charset "UTF-8";
.m-plus-1 {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*
$gray_color01: #D1D1D1;
$gray_color02: #ccc;
$gray_color03: #777;
$gray_color04: #555;
$gray_color05: #F4F3F3;
$gray_color06: #ddd;
*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*
Theme Name: template1.01
Description: template1.01　全ページカスタマイズテーマです。
*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
* {
  /*	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%;
}

p {
  line-height: 1.5;
}

hr {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-top: none;
  border-left: none;
  border-right: none;
}
hr.line01 {
  border-bottom: dotted 2px #AA6C1C;
}

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

h3 {
  font-size: 24px;
}
@media (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 (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;
}

.borderline01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 3px #D3E3AC;
}

.borderline02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 3px #F5CE95;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
img .border10 {
  border-radius: 10px;
}
img .line01 {
  border: solid 3px #D3E3AC;
}

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

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

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

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

@media screen and (min-width: 1025px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .sp_none {
    display: none !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .tb_none {
    display: none !important;
  }
  .tb_disp {
    display: block !important;
  }
}
.uppercase {
  text-transform: uppercase;
}

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

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

/******************************/
/* タブレットサイズ（1024px　ONOFF） */
/******************************/
@media screen and (max-width: 1024px) {
  .pc_on {
    display: none !important;
  }
  .sp_on {
    display: block !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .pc_on {
    display: block;
  }
  .sp_on {
    display: none;
  }
}
/* ------ */
/* コンテンツ装飾 */
/* ------ */
.f90 {
  font-size: clamp(50px, 1.989rem + 4.85vw, 90px);
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.txt_ch01 {
  color: #5F3F25;
}

.txt_ch02 {
  color: #AA6C1C;
}

.txt_red {
  color: #e83c41;
}

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

.txt_lh02 {
  line-height: 2;
}

.txt_lh014 {
  line-height: 1.4;
}

.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: 767px) {
  .bg_fixed {
    min-height: inherit;
    background-attachment: scroll;
    padding: 100px 0;
  }
}

/* ------ */
/* 見出し（heading） */
/* ------ */
.h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  color: #5F3F25;
}
@media (max-width: 767px) {
  .h3 {
    font-size: 20px;
  }
}

.ttl01 {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .ttl01 {
    margin-bottom: 30px;
  }
}
.ttl01::before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /*background-color: #333;*/
  border-bottom: solid 2px #1473BA;
}
@media (max-width: 767px) {
  .ttl01::before {
    width: 40px;
  }
}
.ttl01 .eng_ttl {
  font-family: "Aoboshi One", serif;
  color: #1473BA;
  font-size: 18px;
  /*letter-spacing: 4px;*/
}
@media (max-width: 767px) {
  .ttl01 .eng_ttl {
    font-size: 15px;
  }
}
.ttl01 .jp_ttl {
  font-weight: bold;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*color: #333;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .ttl01 .jp_ttl {
    font-size: 24px;
  }
}

.ttl02 {
  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;
}
.ttl02::before, .ttl02::after {
  position: absolute;
  bottom: -15px;
  left: 0;
}
.ttl02::before {
  content: "";
  display: inline-block;
  width: 110px;
  height: 1px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  border-bottom: solid 2px #3F51B5;
  z-index: 1;
}
.ttl02 .eng_ttl {
  font-family: "Aoboshi One", serif;
  color: #3F51B5;
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .ttl02 .eng_ttl {
    font-size: 15px;
  }
}
.ttl02 .jp_ttl {
  font-size: 32px;
  color: #333;
}
@media (max-width: 767px) {
  .ttl02 .jp_ttl {
    font-size: 24px;
  }
}

.ttl03 {
  position: relative;
  border-left: solid 2px #3F51B5;
  margin: 20px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .ttl03 {
    margin: 8px;
    padding-left: 5px;
  }
}
.ttl03.wht {
  border-left: solid 2px #fff;
}
.ttl03.wht .jp_ttl,
.ttl03.wht .eng_ttl {
  color: #fff;
}
.ttl03 .jp_ttl {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ttl03 .jp_ttl {
    font-size: 14px;
  }
}
.ttl03 .eng_ttl {
  font-family: "Aoboshi One", serif;
  color: #3F51B5;
  font-size: 15px;
  display: block;
}
@media (max-width: 767px) {
  .ttl03 .eng_ttl {
    font-size: 12px;
  }
}

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

.ttl05 {
  font-size: 22px;
  border-bottom: solid 1px #333;
  font-family: "Zen Maru Gothic", sans-serif;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #333;
  font-weight: bold;
}

.ttl06 {
  font-weight: bold;
  font-size: 22px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ttl06 {
    font-size: 16px;
  }
}
.ttl06:before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 100px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #31BCBC;
}

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

.ttl08 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 45px;
}
.ttl08::before, .ttl08::after {
  position: absolute;
  bottom: -15px;
  left: 0;
}
.ttl08::before {
  content: "";
  display: inline-block;
  width: 110px;
  height: 1px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  border-bottom: solid 2px #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） */
/* ------ */
.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 (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;
}

.btn04 a {
  border-radius: 20px;
  display: block;
  color: #fff;
  margin: 0 auto;
  padding: 42px 3% 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #31BCBC;
  font-size: 22px;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .btn04 a {
    font-size: 16px;
    padding: 20px 0;
  }
}

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

/* ------ */
/* テキストリンク（text-link） */
/* ------ */
header.absolute .tel_link {
  color: #fff;
  text-shadow: 2px 3px 3px #999;
}
header.absolute .tel_link:before {
  background-image: url(../images/icon/tel_icon_wht.svg);
  -webkit-filter: drop-shadow(2px 3px 3px #999);
          filter: drop-shadow(2px 3px 3px #999);
}
header.absolute.fixed .tel_link {
  color: #333;
  text-shadow: none;
}
header.absolute.fixed .tel_link:before {
  background-image: url(../images/icon/tel_icon.svg);
  -webkit-filter: none;
          filter: none;
}

.tel_link {
  font-size: 22px;
  font-family: "Aoboshi One", serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: none;
}
.tel_link.pc_on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .tel_link.pc_on {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .tel_link {
    margin-left: 0;
    margin-right: 10px;
  }
}
.tel_link:before {
  content: "";
  background-image: url(../images/icon/tel_icon.svg);
  -webkit-filter: none;
          filter: none;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .tel_link:before {
    width: 36px;
    height: 36px;
  }
}

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

/* ------ */
/* 表 */
/* ------ */
/* ------ */
/* レイアウト */
/* ------ */
.sub_images_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.sub_images_ul.cul2 li {
  width: calc(50% - 20px);
}
.sub_images_ul li {
  width: calc(33.3333333333% - 30px);
}
@media (max-width: 767px) {
  .sub_images_ul li {
    width: calc(50% - 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;
}

.layout_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .layout_a {
    display: block;
  }
}
.layout_a .imgbox {
  width: 55%;
  position: relative;
}
@media (max-width: 1024px) {
  .layout_a .imgbox {
    width: 100%;
  }
}
.layout_a .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
  position: relative;
  padding: 2% 0;
}
@media (max-width: 1024px) {
  .layout_a .txtbox {
    margin-right: 0;
    margin-top: 20px;
  }
}
.layout_a .txtbox.logo_bg:before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/logo_bg01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 320/303.47;
  width: 320px;
  height: 303.47px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .layout_a .txtbox.logo_bg:before {
    width: 208px;
    height: 197.2555px;
  }
}

.layout_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .layout_b {
    display: block;
  }
}
.layout_b .imgbox {
  width: 55%;
  position: relative;
}
@media (max-width: 1024px) {
  .layout_b .imgbox {
    width: 100%;
  }
}
.layout_b .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
  position: relative;
  padding: 2% 0;
}
@media (max-width: 1024px) {
  .layout_b .txtbox {
    margin-left: 0;
    margin-top: 20px;
  }
}
.layout_b .txtbox.logo_bg:before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/logo_bg01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 320/303.47;
  width: 320px;
  height: 303.47px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .layout_b .txtbox.logo_bg:before {
    width: 208px;
    height: 197.2555px;
  }
}

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

.lauout01 {
  /**/
}
.lauout01 ul.flexcul2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 767px) {
  .lauout01 ul.flexcul2 {
    display: block;
  }
}
.lauout01 ul.flexcul2 li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .lauout01 ul.flexcul2 li {
    margin-top: 20px;
  }
  .lauout01 ul.flexcul2 li:first-child {
    margin-top: 0;
  }
}
.lauout01 ul.flexcul2 li img {
  aspect-ratio: 490/320;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.lauout01 ul.flexcul2 li img p {
  font-size: 14px;
  margin-top: 5px;
}

.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 (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 (max-width: 767px) {
  .layout01 .main_flex.cul2 {
    display: block;
  }
}
.layout01 .main_flex.cul2 li.imgbox {
  width: 520px;
  margin-right: 80px;
}
@media (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 (max-width: 767px) {
  .layout02 .even_reverse_flex {
    display: block;
  }
}
.layout02 .even_reverse_flex li.even_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.layout02 .even_reverse_flex li.even_li:first-child {
  margin-top: 0;
}
.layout02 .even_reverse_flex li.even_li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.layout02 .even_reverse_flex li.even_li:nth-child(even) .imgbox {
  width: 520px;
  margin-right: 0;
  margin-left: 80px;
}
@media (max-width: 767px) {
  .layout02 .even_reverse_flex li.even_li:nth-child(even) .imgbox {
    width: 100%;
    margin: 0 0 30px;
  }
}
.layout02 .even_reverse_flex li.even_li:nth-child(even) .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 420/260;
}
.layout02 .even_reverse_flex li.even_li .imgbox {
  width: 520px;
  margin-right: 80px;
}
@media (max-width: 767px) {
  .layout02 .even_reverse_flex li.even_li .imgbox {
    width: 100%;
    margin: 0 0 30px;
  }
}
.layout02 .even_reverse_flex li.even_li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 420/260;
}
.layout02 .even_reverse_flex li.even_li .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layout02 .even_reverse_flex li.even_li .txtbox .number {
  margin-bottom: 8px;
  color: #1473BA;
  font-size: 16px;
  font-family: "Aoboshi One", serif;
  display: inline-block;
}
.layout02 .even_reverse_flex li.even_li .txtbox h3 {
  font-weight: bold;
  margin-bottom: 30px;
}

.layout03 .ttl06 {
  margin-bottom: 50px;
}
@media (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 (max-width: 1024px) {
  .layout03 .layout03_flex01 {
    display: block;
  }
}
.layout03 .layout03_flex01 .imgbox {
  width: 70%;
  max-width: 700px;
}
@media (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 (max-width: 1024px) {
  .layout03 .layout03_flex01 .txtbox {
    margin-right: 0;
    margin-top: 20px;
  }
}
.layout03 .layout03_flex01 .txtbox h3 {
  margin-bottom: 40px;
}
@media (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 (max-width: 767px) {
  .layout03 .layout03_flex02 {
    display: block;
  }
}
.layout03 .layout03_flex02 li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-top: 30px;
}
@media (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 (max-width: 767px) {
  .layout03 .layout03_flex02 li:nth-child(2) {
    margin-top: 20px;
  }
}
.layout03 .layout03_flex02 li:nth-child(3) {
  margin-top: 0;
}
@media (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 (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 (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 (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;
  gap: 20px;
}
@media (max-width: 1024px) {
  .unkmenu {
    padding: 0 5%;
  }
}
@media (max-width: 767px) {
  .unkmenu {
    display: block;
  }
}
@media (max-width: 1024px) {
  .unkmenu.cul4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.unkmenu.cul4 li {
  width: calc(25% - 15px);
}
@media (max-width: 1024px) {
  .unkmenu.cul4 li {
    width: calc(50% - 10px);
  }
}
.unkmenu li {
  width: calc(33.3333333333% - 15px);
}
@media (max-width: 767px) {
  .unkmenu li {
    width: 100%;
    margin-bottom: 5px;
  }
  .unkmenu li:last-child {
    margin-bottom: 0;
  }
}
.unkmenu li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 20px 20px;
  background-color: #FCF8D1;
  border: solid 3px #F5CE95;
  line-height: 1.4;
  color: #0C0C0C;
  border-radius: 10px;
}
.unkmenu li a:before {
  content: "\f358";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  font-weight: bold;
  color: #5F3F25;
}
.unkmenu li a:hover {
  background-color: #eea56d;
}

/* FAQ */
.faq:first-child {
  margin-top: 0;
}
.faq dt {
  background-color: #fff;
  border: solid 5px #ACE3BD;
  color: #333;
  padding: 20px 50px;
  line-height: 1.5;
  position: relative;
}
.faq dt:before {
  content: "Q";
  font-size: 22px;
  color: #31BCBC;
  margin-right: 10px;
}
.faq dt:after {
  content: "\f139";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 22px;
  color: #31BCBC;
  position: absolute;
  right: 15px;
}
.faq dd {
  padding: 20px 50px;
  line-height: 1.5;
  position: relative;
}
.faq dd:before {
  content: "A";
  font-size: 22px;
  color: #DE3F0D;
  margin-right: 10px;
}

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

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

.limit_text_3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 3.5em;
}

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

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

.tbl_price {
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tbl_price {
    width: 700px;
  }
}
.tbl_price .wd40p {
  width: 40%;
}
.tbl_price .wd10p {
  width: 10%;
}
.tbl_price 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 (max-width: 767px) {
  .dl_tbl01 dt {
    width: 140px;
  }
}
.dl_tbl01 dd {
  width: calc(100% - 200px);
  border-bottom: solid 1px #ccc;
}
@media (max-width: 767px) {
  .dl_tbl01 dd {
    width: calc(100% - 140px);
  }
}
.dl_tbl01 dt .box,
.dl_tbl01 dd .box {
  padding: 15px 20px;
}

/*******************/
/*　ギャラリー　スライダー　　　　*/
/*******************/
/* -- -- */
/*
.swiper-fade .swiper-slide > * {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .gallery-photo .gallery-thumbs {
    margin: 20px 0 20px;
    padding: 0 35px;
  }
  .gallery-photo .gallery-thumbs .swiper-slide {
    width: 50%;
  }
}
/***************/
/*******************/
/*　アコーディオン　　　　*/
/*******************/
/*******************/
/*　ページャー　　　　*/
/*******************/
.post-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.post-btn .prev a,
.post-btn .next a {
  position: relative;
  border: solid 1px #333;
  background-color: #333;
  color: #fff;
  aspect-ratio: 1/1;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.post-btn .prev a:active {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  left: -5px;
}
.post-btn .next a:active {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  right: -5px;
}
.post-btn .link_btn {
  border: solid 1px #333;
  background-color: #333;
  color: #fff;
  padding: 3px 25px;
  line-height: 30px;
}
.post-btn .link_btn a {
  color: #fff;
}

/*******************/
/*　text　　　*/
/*******************/
.text_infoarea {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (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: #F3F6EB;
  border: solid 1px #27A885;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .tbl_list01 li .tbl_ttl {
    padding: 15px 10px;
  }
}
.tbl_list01 li .tbl_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  border-top: solid 1px #27A885;
  border-bottom: solid 1px #27A885;
  border-right: solid 1px #27A885;
  background-color: #fff;
}
@media (max-width: 767px) {
  .tbl_list01 li .tbl_body {
    padding: 15px 10px;
  }
}

.tbl_list02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
.tbl_list02 li:last-child {
  margin-bottom: 0;
}
.tbl_list02 li .list_ttl {
  width: 100px;
  color: #e83c41;
  font-weight: bold;
  line-height: 1.4;
}
.tbl_list02 li .list_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}

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

/******************************/
/* SNSアイコン共通*/
/******************************/
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 (max-width: 767px) {
  ul.links_sns {
    margin-right: 10px;
  }
}
ul.links_sns li {
  margin-right: 15px;
}
ul.links_sns li:last-child {
  margin-right: 0;
}
ul.links_sns li a {
  font-weight: 400;
}
ul.links_sns li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
ul.links_sns li a::before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
ul.links_sns li a.text_link_run {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.links_sns li a.text_link_run::before {
  margin-right: 5px;
}
ul.links_sns li a.map_icon::before {
  background-image: url(../images/icon/map_icon.svg);
  width: 27px;
  height: 27px;
}
ul.links_sns li a.ig_icon::before {
  background-image: url(../images/icon/insta_icon01_bk.svg);
  width: 27px;
  height: 27px;
}
ul.links_sns li a.fb_icon::before {
  background-image: url(../images/icon/facebook_icon01_bk.svg);
  width: 27px;
  height: 27px;
}
ul.links_sns li a.tw_icon::before {
  background-image: url(../images/icon/x_icon.svg);
  width: 27px;
  height: 27px;
}
ul.links_sns li a.youtube_icon::before {
  background-image: url(../images/icon/youtube_icon01.svg);
  width: 38.57px;
  height: 24px;
}

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

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

/* ---- */
/* main */
/* ---- */
/* ---- */
/* cont_ttl02 */
/* ---- */
/* ---- */
/* cont_ttl03 */
/* ---- */
/* ---- */
/* cont_ttl04 */
/* ---- */
/* ------ */
/* .link_btn */
/* ------ */
/* ------ */
/* footer */
/* ------ */
/* ------ */
/* SNS list */
/* ------ */
ul.links_sns li a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media print, screen and (min-width: 1025px) {
  #footer_nav > ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
/* ------ */
/* Mail form */
/* ------ */
@media (max-width: 1024px) {
  .maiform__privacy {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
  }
}

.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 (max-width: 767px) {
  .mail_form dl.inquiry {
    display: block;
  }
}
.mail_form dl.inquiry dt {
  width: 22%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mail_form dl.inquiry dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.mail_form dl.inquiry dt .red {
  color: #ff0000;
}
.mail_form dl.inquiry dd {
  width: calc(78% - 35px);
  margin-left: 35px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mail_form dl.inquiry dd {
    width: 100%;
    margin-left: 0;
  }
}
.mail_form dl.inquiry dd.box {
  border: solid 1px #1e1e1e;
  background-color: #fff;
}
.mail_form dl.inquiry dd.box select {
  position: relative;
  top: 3px;
  left: 3px;
}
.mail_form dl.inquiry dd.zip_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mail_form dl.inquiry dd.zip_flex input {
  margin-left: 15px;
  width: inherit;
}
.mail_form dl.inquiry dd .pp {
  border: solid 1px #1e1e1e;
  font-size: 12px;
  height: 24em;
  overflow-y: scroll;
  padding: 1em;
  margin-bottom: 1.5em;
}
.mail_form dl.inquiry dd.post_number_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mail_form dl.inquiry dd.post_number_flex div.code01 {
  width: 30%;
  margin-right: 5px;
}
.mail_form dl.inquiry dd.post_number_flex div.code02 {
  width: 50%;
  margin-left: 5px;
}
.mail_form dl.inquiry dd.border_box {
  border: solid 1px #656565;
}
.mail_form .mailform_address_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mail_form .mailform_address_flex li {
  width: 48%;
}
.mail_form .mailform_address_flex li p {
  margin-bottom: 5px;
}

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

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

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

/* -------- */
/* #page_top */
/* -------- */
#page_top {
  /*position: absolute;*/
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 2;
  /*display: none;*/
}
@media screen and (max-width: 480px) {
  #page_top {
    display: none !important;
  }
}

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

/*
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: bold;
  font-size: 30px;
}
*/
@media print, screen and (max-width: 767px) {
  #page_top {
    bottom: 20px;
    right: 20px;
  }
  /*
   #page_top a {
     width: 44px;
     height: 44px;
     margin: 0 5px 0 0;
   }
   */
  /*
   #page_top a::before {
     font-family: "Font Awesome 5 Free";
     content: "\f077";
     font-weight: bold;
     font-size: 20px;
     color: #ffffff;
   }
   */
}
/* gutenberg */
/* --- */
.single_page .gutenberg h2 {
  font-size: 18px;
  font-weight: 500;
}
.single_page .gutenberg h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.single_page .gutenberg h3.wp-block-heading {
  /*border-top: solid 3px #007e66;*/
  /*border-bottom: solid 3px #007e66;*/
  border-left: solid 15px #27A885;
  /*border-right: solid 3px #007e66;*/
  background-color: #F3F6EB;
  padding: 10px 20px;
  max-width: 842px;
  width: 100%;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .single_page .gutenberg h3.wp-block-heading {
    width: auto;
  }
}
@media (max-width: 767px) {
  .single_page .gutenberg h3 {
    font-size: 18px;
  }
}
.single_page .gutenberg h4 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.single_page .gutenberg h4.wp-block-heading {
  border-left: solid 8px #27A885;
  padding: 5px 10px;
  max-width: 830px;
  width: 100%;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .single_page .gutenberg h4.wp-block-heading {
    width: auto;
  }
}
.single_page .gutenberg h4.wp-block-heading:before {
  content: "";
  background-color: #27A885;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10px;
  height: 2px;
}
@media (max-width: 767px) {
  .single_page .gutenberg h4 {
    font-size: 18px;
  }
}
.single_page .gutenberg figure.wp-block-image {
  max-width: 800px;
  margin: 0 auto 20px;
}
.single_page .gutenberg .wp-block-image.is-style-rounded img {
  border-radius: 20px;
}
.single_page .gutenberg strong {
  font-weight: bold;
  color: #E1344C;
}
.single_page .gutenberg p {
  max-width: 800px;
  margin: 0 auto;
}
.single_page .gutenberg p.u_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFF6A8), color-stop(0%, #FFF6A8));
  background: linear-gradient(#FFF6A8 50%, #FFF6A8 0%);
}

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

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

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

/* ------ */
/* アニメーション */
/*　animation: fadeleft 0.5s;*/
/* animation-fill-mode: forwards; */
/* ------ */
/*******************************
/* 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 (max-width: 767px) {
  .flexbox.cul3 li {
    width: calc((100% - 20px) / 2);
  }
}
.flexbox.cul3 li:nth-child(1) {
  margin-top: 0;
}
.flexbox.cul3 li:nth-child(2) {
  margin-top: 0;
}
.flexbox.cul3 li:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .flexbox.cul3 li:nth-child(3) {
    margin-right: 20px;
    margin-top: 40px;
  }
}
.flexbox.cul3 li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .flexbox.cul3 li:nth-child(3n) {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .flexbox.cul3 li:nth-child(2n) {
    margin-right: 0;
  }
}
.flexbox.cul4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexbox.cul4 li {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .flexbox.cul4 li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
}
.flexbox.cul4 li:nth-child(1) {
  margin-top: 0;
}
.flexbox.cul4 li:nth-child(2) {
  margin-top: 0;
}
.flexbox.cul4 li:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .flexbox.cul4 li:nth-child(3) {
    margin-top: 40px;
  }
}
.flexbox.cul4 li:nth-child(4) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .flexbox.cul4 li:nth-child(4) {
    margin-top: 40px;
  }
}
.flexbox.cul4 li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .flexbox.cul4 li:nth-child(2n) {
    margin-right: 0;
  }
}
.flexbox.cul4 li h4 {
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .flexbox {
    display: block;
  }
  .flexbox .box {
    width: 100%;
  }
}

/******************************/
/* おしらせ */
/******************************/
/******************************/
/* サムネイル一覧 */
/******************************/
.thum_list {
  /*max-width: 900px;*/
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (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 (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 (max-width: 767px) {
  .thum_list li:nth-child(2) {
    margin-top: 20px;
  }
}
.thum_list li .date {
  margin-bottom: 5px;
}
.thum_list li .category_c time {
  color: #5F3F25;
}
.thum_list li .category_c a {
  display: inline-block;
  margin-top: 15px;
  background-color: #3F51B5;
  color: white;
  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;
}

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

.category-list li a {
  display: block;
  color: #333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-weight: bold;
}
.non_thum_list li {
  position: relative;
  border-bottom: dotted 1px #ccc;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.non_thum_list li::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  color: #333;
  font-size: 20px;
}
.non_thum_list li:hover::after {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  right: 8px;
}

.non_thum_list li .category {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (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 (max-width: 767px) {
  .non_thum_list li .category a {
    width: auto;
  }
}

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

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

.privacy_chk {
  margin-top: 30px;
}

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

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

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

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

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

/* ---------- */
/* #アーカイブ */
/* ---------- */
/* ---------- */
/* カテゴリーページャー */
/* ---------- */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager .page-numbers {
  border: solid 1px #333333;
  background-color: #333333;
  color: #fff;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.pager .page-numbers.current {
  border: solid 1px #333333;
  background-color: #fff;
  color: #333;
}

/* ---------- */
/* 共通会社概要 */
/* ---------- */
.add_company figure {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .add_company .contents_wrap {
    padding: 0;
  }
}
@media (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 (max-width: 767px) {
  .add_company .addcompany_flex {
    display: block;
    padding: 0 20px;
  }
}
.add_company .addcompany_flex .box {
  width: 48%;
}
@media (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 (max-width: 767px) {
  .add_company .addcompany_flex .box .flexbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .add_company .addcompany_flex .box .flexbox li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .add_company .addcompany_flex .box .flexbox li a.tel_link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.add_company .addcompany_flex .box h2 {
  margin-bottom: 30px;
}
.add_company .addcompany_flex .box h3 {
  font-size: 20px;
}
.add_company iframe {
  max-height: 500px;
  display: block;
}

/* ---------- */
/* MV*/
/* ---------- */
#mv {
  background-color: #ffffff;
}
#mv .mv__slider {
  width: 95%;
  height: 80%;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 767px) {
  #mv .mv__slider {
    top: 52%;
    height: 100%;
    width: 95%;
  }
}

/* ---------- */
/* 共通 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 (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 (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 (max-width: 767px) {
  .add_works:before {
    height: 20%;
  }
}
.add_works .flexbox .box {
  width: calc((100% - 72px) / 4);
  margin-right: 24px;
}
@media (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: rgba(255, 255, 255, 0.9019607843);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (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 (max-width: 767px) {
  .add_guide .contents_box .box {
    padding: 20px;
  }
}

/*********************/
/*　トップページ 追記　*/
/*********************/
#top__service .photo img {
  overflow: hidden;
  border-radius: 50%;
  border: solid 6px #E6DC97;
}

#topics .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  #topics .news_list {
    display: block;
  }
}
#topics .news_list li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
@media (max-width: 767px) {
  #topics .news_list li {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  #topics .news_list li figure {
    text-align: center;
    display: block;
  }
  #topics .news_list li:first-child {
    margin-top: 0;
  }
}
#topics .news_list li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 282/220;
}
#topics .news_list li:nth-child(4n) {
  margin-right: 0;
}

#top__service {
  position: relative;
  background-color: #FBF6D4;
}

#top__family {
  background-color: #F2F2DB;
  padding: 90px 0;
}
@media (max-width: 767px) {
  #top__family {
    padding: 45px 0;
  }
}

#section__cta .mail a {
  background-color: #31BCBC;
}

.c_list {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .c_list {
    padding: 45px 0;
  }
}
.c_list .thum_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c_list .thum_list li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .c_list .thum_list li {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .c_list .thum_list li:nth-child(2n) {
    margin-right: 0;
  }
}
.c_list .thum_list li:nth-child(4n) {
  margin-right: 0;
}
.c_list .thum_list li:nth-child(1) {
  margin-top: 0;
}
.c_list .thum_list li:nth-child(2) {
  margin-top: 0;
}
.c_list .thum_list li:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .c_list .thum_list li:nth-child(3) {
    margin-top: 20px;
  }
}
.c_list .thum_list li:nth-child(4) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .c_list .thum_list li:nth-child(4) {
    margin-top: 20px;
  }
}
.c_list .thum_list li .photo img {
  border-radius: 10px;
}
.c_list .thum_list li .category_date {
  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;
}
.c_list .thum_list li .category_date .cate {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 25px;
  max-width: 140px;
}
.c_list .thum_list li .category_date .cate a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  background-color: #31BCBC;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 3px 0;
}

.sidebar .category-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1199px) {
  body header.fixed .logo {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1390px) {
  body header .logo {
    padding-left: 210px;
  }
}
@media screen and (max-width: 1199px) {
  body header .logo {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1390px) {
  body header .logo a {
    width: 200px;
    height: 120px;
  }
}
@media screen and (max-width: 1199px) {
  body header .logo a {
    width: 126px;
    height: 80px;
  }
}
@media screen and (max-width: 1390px) {
  body header .logo a img {
    height: 40px;
  }
}
@media screen and (max-width: 1390px) {
  body header .logo small {
    display: none;
  }
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news__list li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-top: 20px;
}
.news__list li:nth-child(2n) {
  margin-right: 0;
}
.news__list li:nth-child(1) {
  margin-top: 0;
}
.news__list li:nth-child(2) {
  margin-top: 0;
}
.news__list li .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 350/275;
}
.news__list li .category_date {
  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;
}
.news__list li .category_date .cate {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 25px;
  max-width: 140px;
}
.news__list li .category_date .cate a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  background-color: #31BCBC;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 3px 0;
}

/*施設紹介*/
.facility .greeting_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.facility .greeting_flex .imgbox {
  width: 40%;
}
@media (max-width: 767px) {
  .facility .greeting_flex .imgbox {
    width: 100%;
  }
}
.facility .greeting_flex .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.facility .greeting_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 60px;
}
@media (max-width: 767px) {
  .facility .greeting_flex .txtbox {
    margin-left: 0;
    margin-top: 30px;
  }
}
.facility .greeting_flex .txtbox h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .facility .greeting_flex .txtbox h3 {
    font-size: 20px;
  }
}
.facility .greeting_flex .txtbox .named {
  font-size: 20px;
  font-weight: bold;
}
.facility .greeting_flex .txtbox .named span {
  font-weight: normal;
  font-size: 14px;
}

/* -------------- */
/* トップSLICK */
/* ------------- */
.slick_slider .slick-slide {
  padding: 0 5px;
}
.slick_slider .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.slick-slider:before {
  content: "";
  position: absolute;
  bottom: 60%;
  left: 0;
  background-image: url("../assets/img/common/footer-deco.png");
  background-repeat: repeat-x;
  height: 80px;
  width: 100%;
}

#top__facilities {
  background-color: #fff;
}
#top__facilities .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 25px;
}

.layout_dl {
  border-bottom: 1px dashed #27A885;
  padding: 0 10px 15px;
  margin-bottom: 15px;
}
.layout_dl dt {
  color: #27A885;
  padding-bottom: 4px;
}

/*レスポンシブ対策　20240614*/
@media screen and (max-width: 380px) {
  .mv__ttl h2 span {
    font-size: 14px;
  }
  .sp.header_bnr .calendar {
    display: none;
  }
}
/*NEWS 共通*/
#topics {
  background-color: #EFF3E3;
}
#topics .news_list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 70px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  #topics .news_list_flex {
    display: block;
  }
}
#topics .news_list_flex .list_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#topics .news_list_flex .list_area li {
  border-bottom: dotted 2px #CCCCCC;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#topics .news_list_flex .list_area li .category_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 40px;
  margin-bottom: 10px;
}
#topics .news_list_flex .list_area li .category_c .cate {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#topics .news_list_flex .list_area li .category_c a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  background-color: #31BCBC;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 3px 0;
  width: 100%;
  max-width: 140px;
}

/*採用情報　共通*/
#top__voice h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #5F3F25;
}

/******************************/
/* #タブ切り替え */
/******************************/
.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 #27A885;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 20px 0.5em;
  width: 26.6666666667%;
  margin: 0 auto;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .tab-label {
    font-size: 12px;
    padding: 15px 0.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-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

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

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

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

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

/******************************/
/* 高齢者福祉業の方へ */
/******************************/
.message .layout_b .imgbox,
.message .layout_a .imgbox {
  width: 35%;
}
@media (max-width: 1024px) {
  .message .layout_b .imgbox,
  .message .layout_a .imgbox {
    width: 100%;
  }
  .message .layout_b .imgbox img,
  .message .layout_a .imgbox img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}

/******************************/
/* 料金プラン */
/******************************/
.plans #short-stay__sec01 .box-text .box {
  margin-bottom: 40px;
}
.plans #short-stay__sec01 .box-text .box:last-child {
  margin-bottom: 0;
}
.plans #short-stay__sec01 .plans_sbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1024px) {
  .plans #short-stay__sec01 .plans_sbox {
    display: block;
  }
}
.plans #short-stay__sec01 .plans_sbox li {
  width: calc(50% - 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1024px) {
  .plans #short-stay__sec01 .plans_sbox li {
    width: 100%;
    margin-bottom: 20px;
  }
  .plans #short-stay__sec01 .plans_sbox li:last-child {
    margin-bottom: 0;
  }
}
.plans #short-stay__sec01 .plans_sbox li .pickbox {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border: solid 6px #D3E3AC;
  background-color: #F5FCE5;
  padding: 25px;
  margin-bottom: 5px;
}
.plans #short-stay__sec01 .plans_sbox li .pickbox .cnt_txt {
  font-size: 20px;
  font-weight: bold;
  font-family: "M PLUS 1", sans-serif;
}
.plans #short-stay__sec01 .plans_sbox li .pickbox .cnt_txt span {
  font-size: 34px;
}

/******************************/
/* 共通採用情報 */
/******************************/
.recruit .h2 small.en {
  color: #AA6C1C;
}

#top__shortstay:before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/add_recruit_bg.png);
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 1;
}
@media (max-width: 767px) {
  #top__shortstay:before {
    height: 50px;
  }
}

/******************************/
/* 通常投稿一覧情報 */
/******************************/
.pressinfo .list_area li,
.archive.category .list_area li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 2px #ccc;
}
.pressinfo .list_area .category_c,
.archive.category .list_area .category_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 20px;
}
.pressinfo .list_area .category_c time,
.archive.category .list_area .category_c time {
  color: #5F3F25;
}
.pressinfo .list_area .category_c .cate,
.archive.category .list_area .category_c .cate {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pressinfo .list_area .category_c a,
.archive.category .list_area .category_c a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  background-color: #31BCBC;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 3px 0;
  width: 100%;
  max-width: 140px;
}

/******************************/
/* ご利用までの流れ */
/******************************/
.flow .box01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border: solid 4px #27A885;
  padding: 40px 50px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .flow .box01 {
    padding: 20px 25px;
    margin-bottom: 20px;
    display: block;
  }
}
.flow .box01 .photo {
  width: 200px;
}
@media (max-width: 1024px) {
  .flow .box01 .photo {
    width: 100%;
    text-align: center;
  }
  .flow .box01 .photo img {
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    width: 100%;
    aspect-ratio: 20/16;
  }
}
.flow .box01 .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .flow .box01 .col {
    margin-left: 0;
    margin-top: 15px;
  }
}

.company .box01 {
  max-width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  border: solid 5px #27A885;
  padding: 60px 100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .company .box01 {
    padding: 30px 5%;
  }
}
.company .box01 h3 {
  font-size: 28px;
  color: #5F3F25;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .company .box01 h3 {
    font-size: 20px;
  }
}
.company iframe {
  border-radius: 20px;
}

@media (max-width: 1024px) {
  .contact .sub_images_ul {
    display: block;
  }
  .contact .sub_images_ul li {
    margin-bottom: 20px;
    width: 100%;
  }
  .contact .sub_images_ul li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .b_box {
    padding: 0 5%;
  }
}

/*******************/
/*　FAQ　アコーディオン*/
/*******************/
.faq_contents h2 {
  font-size: 22px;
  margin-bottom: 25px;
}

.faq_contents .accordion_one {
  margin: 0 auto 30px;
}
.faq_contents .accordion_one .accordion_header {
  background-color: #fff;
  color: #333;
  font-weight: 600;
  border: solid 5px #ACE3BD;
  font-size: 20px;
  padding: 20px 5% 20px 50px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.faq_contents .accordion_one .accordion_header:hover {
  opacity: 0.8;
}
.faq_contents .accordion_one .accordion_header:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  position: absolute;
  top: 36%;
  left: 20px;
  background-image: url(../images/icon/faq/faq_q_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
.faq_contents .accordion_one .accordion_header .i_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 1.5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.faq_contents .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
}
.faq_contents .accordion_one .accordion_header .i_box .one_i:before, .faq_contents .accordion_one .accordion_header .i_box .one_i:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background-color: #31BCBC;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.faq_contents .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 7px;
}
.faq_contents .accordion_one .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq_contents .accordion_one .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq_contents .accordion_one .accordion_header.stay .i_box .one_i:before {
  content: none;
}
.faq_contents .accordion_one .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i:before {
  content: "";
}
.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq_contents .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.faq_contents .accordion_one .accordion_header.open .i_box .one_i:before {
  content: "";
}
.faq_contents .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/**/
.faq_contents .accordion_one .accordion_inner {
  display: none;
  padding: 0px 30px 30px 50px;
  margin-top: 30px;
  /*border-left: 2px solid #b4b4b4;
   border-right: 2px solid #b4b4b4;
   border-bottom: 2px solid #b4b4b4;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
  position: relative;
}
.faq_contents .accordion_one .accordion_inner:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  position: absolute;
  background-image: url(../images/icon/faq/faq_a_icon.svg);
  top: 6px;
  left: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 17px;
}

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

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

@media screen and (max-width: 1024px) {
  .faq_contents .accordion_one .accordion_header {
    font-size: 18px;
  }
  .faq_contents .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .faq_contents .accordion_one .accordion_header {
    font-size: 14px;
    text-align: left;
    padding: 15px 30px 15px 35px;
    line-height: 1.5;
  }
  .faq_contents .accordion_one .accordion_header:before {
    left: 7px;
  }
  .faq_contents .accordion_one .accordion_inner {
    padding: 0px 30px 15px 50px;
  }
}
.home .day260323 .layout_a .imgbox,
.home .day260323 .layout_b .imgbox {
  width: 40%;
}
@media (max-width: 1024px) {
	.home .day260323 .layout_a .imgbox,
	.home .day260323 .layout_b .imgbox {
    width: 100%;
  }
}
.home .day260323 .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .home .day260323 .sec01 {
    padding: 0 0 50px;
  }
}
.home .day260323 .sec02,
.home .day260323 .sec04,
.home .day260323 .sec06 {
  position: relative;
  padding: 80px 0;
  background-color: #F3F6EB;
}
@media (max-width: 1024px) {
  .home .day260323 .sec02,
  .home .day260323 .sec04,
  .home .day260323 .sec06 {
    padding: 50px 0;
  }
}
.home .day260323 .sec03,
.home .day260323 .sec05,
.home .day260323 .sec07 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .home .day260323 .sec03,
  .home .day260323 .sec05,
  .home .day260323 .sec07 {
    padding: 50px 0;
  }
}

.home {
  /* -------------- */
  /* メインビジュアル */
  /* ------------- */
}
.home #main_visual {
  width: 100%;
  overflow: hidden;
  height: auto;
  aspect-ratio: 1920/800;
  position: relative;
}
@media (max-width: 767px) {
  .home #main_visual {
    height: 60vh;
  }
}
.home #main_visual {
  /*
  .swiper-slide-active .swiper-img {
    animation: zoomUp 6s linear 0s normal both;
  }*/
}
.home #main_visual .copy_text {
  color: #fff;
  position: absolute;
  bottom: 3%;
  left: 3%;
  width: 80%;
  z-index: 1;
}
@media (max-width: 767px) {
  .home #main_visual .copy_text {
    width: 65%;
  }
}
.home #main_visual {
  /* -- -- */
}
@-webkit-keyframes sdb05 {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
.home #main_visual {
  /******************************/
  /* swiper TOPのみ制御 */
  /******************************/
}
.home #main_visual .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 100vh;
}
@media (max-width: 767px) {
  .home #main_visual .swiper-container .swiper-wrapper .swiper-slide {
    height: 60vh;
  }
}
.home #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
@media (max-width: 767px) {
  .home #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    height: 60vh;
  }
}
@media (max-width: 1280px) {
  .home #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 63vh;
  }
}
@media (max-width: 767px) {
  .home #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 60vh;
  }
}
.home #main_visual .swiper-pagination {
  /* top: 40%; */
  bottom: 55px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .home #main_visual .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 55px;
    position: inherit;
  }
}
.home #main_visual .swiper-pagination .swiper-pagination-bullet {
  margin-right: 15px;
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  opacity: 1;
  outline: none;
  border-radius: initial;
}
@media (max-width: 767px) {
  .home #main_visual .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    background-color: #ddd;
  }
}
.home #main_visual .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e83c41;
  opacity: 1;
}
.home #main_visual .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
/*# sourceMappingURL=css_map/style.css.map */


.video-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.video-wrap video {
	display: block;
	width: 100%;
	height: auto;
	background-color: #000;
}
