@charset "UTF-8";
/*!
Theme Name: daylight-51.co.jp
Description:北九州市小倉北区と行橋市にある「デイサービスセンターOpli （オプリ）」「有料老人ホーム Olea（オレア）」は、作業療法士がつくった介護施設です。当施設のスタッフは、作業療法士・看護師・社会福祉士が在籍しており、介護スタッフもリハビリの理論を学び、リハビリ的視点を持ってリハビリケアを行います。
Theme URI: https://www.daylight-51.co.jp/
Version: 1.0
License: daylight-51.co.jp
License URI: https://www.daylight-51.co.jp/
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
/****************************************

リセットCSSここから

*****************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*---------------------------
画面幅
---------------------------*/
/* +padding(20*2)pxを*/
/*---------------------------
フォント
---------------------------*/
/* color */
/* font-family*/
/*font-size*/
:root {
  --fSize_body: 1.6rem;
  --fSize_primary-top: 4rem;
  --fSize_primary-sub: 3.4rem;
  --fSize_secondly-top: 3.6rem;
  --fSize_secondly: 2.8rem;
  --fSize_middle: 2.6rem;
  --fSize_third: 2.2rem;
  --fSize_fourth: 1.8rem;
  --fSize_small: 1.6rem;
}

@media screen and (max-width: 767px) {
  :root {
    --fSize_body: 1.4rem;
    --fSize_primary-top: 2.1rem;
    --fSize_primary-sub: 2.4rem;
    --fSize_secondly-top: 2.2rem;
    --fSize_secondly: 2rem;
    --fSize_middle: 1.8rem;
    --fSize_third: 1.8rem;
    --fSize_fourth: 1.6rem;
    --fSize_small: 1.4rem;
  }
}
/* 下層ページ画像サイズ */
/*ロゴサイズ*/
/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #333;
  line-height: 1.7;
  min-width: 1280px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
figcaption {
  font-size: var(--fSize_body);
  letter-spacing: 0.03em;
}

h1 {
  font-size: 2.8em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

h2 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2rem;
    /* トップの見出しのみ、2.2rem～2.4remに個別設定しています */
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.6rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited {
  color: #3366cc;
  text-decoration: underline;
  transition: 0.3s;
}
a:hover, a:active {
  color: #264a97;
  text-decoration: none;
  transition: 0.3s;
}
a figure img.img_opacity,
a img.img_opacity {
  transition: 0.3s linear;
}
a:hover figure img.img_opacity, a:hover img.img_opacity {
  opacity: 0.7;
  transition: 0.3s linear;
}

a.tel_link:link, a.tel_link:visited, a.tel_link:hover, a.tel_link:active {
  color: #2f2f2f;
  text-decoration: none;
}

/****************************************

会社情報

*****************************************/
.cpr_tel img {
  vertical-align: baseline;
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  #header {
    width: 100%;
  }
  .header_box {
    width: 100%;
    margin: 0 auto;
  }
  .header_box .header_top {
    display: flex;
    justify-content: end;
    position: relative;
    padding: 40px 0 20px;
  }
  .header_box .header_top .logo {
    z-index: 3;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header_box .header_top .logo img {
    width: 160px;
    height: auto;
  }
  .header_box .header_top .header_right {
    display: flex;
    position: relative;
  }
  .header_box .header_top .header_right .g_navi {
    margin-right: 4px;
  }
  .header_box .header_top .header_right--list {
    margin-right: 50px;
  }
  .header_box .header_top .header_right--list .header_right_item {
    display: flex;
    align-items: center;
    z-index: 999;
  }
  .header_box .header_top .header_right--list .header_right_item .hdr_label {
    font-size: var(--fSize_body);
    color: #fff;
    font-weight: bold;
    border-radius: 15px;
    width: 130px;
    text-align: center;
    margin-right: 10px;
    padding: 1.5px 0;
  }
  .header_box .header_top .header_right--list .header_right_item .green {
    background-color: #32A95B;
  }
  .header_box .header_top .header_right--list .header_right_item .orange {
    background-color: #F79635;
  }
  .header_box .header_top .header_right--list .header_right_item .hdr_tel {
    font-size: 2.8rem;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    padding-left: 30px;
    line-height: 1lh;
  }
  .header_box .header_top .header_right--list .header_right_item:first-child {
    margin-bottom: 10px;
  }
  .header_box .header_top .header_right--list .header_right_item:first-child .hdr_tel {
    background: url(images/tel-green.png) no-repeat left center;
  }
  .header_box .header_top .header_right--list .header_right_item:nth-child(2) .hdr_tel {
    background: url(images/tel-orange.png) no-repeat left center;
  }
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
  .header_box .header_top .logo {
    left: 0;
    top: 0;
  }
  .header_box .header_top .header_right--list {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1540px) and (min-width: 767px) {
  .header_box .header_top {
    padding: 30px 0 0;
    justify-content: flex-end;
    padding-right: 40px;
  }
  .header_box .header_top .logo img {
    width: 200px;
  }
  .header_box .header_top .header_right {
    justify-content: center;
    align-items: flex-end;
    flex-direction: column-reverse;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  #header {
    width: 100%;
  }
  .header_box {
    position: relative;
    z-index: 999;
    width: 100%;
    padding-bottom: 0;
  }
  .header_box .header_disc {
    font-size: 1rem;
    padding-bottom: 16px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .header_box .header_top {
    padding: 0;
  }
  .header_box .header_top .logo {
    z-index: 3;
    max-width: 110px;
    text-align: center;
    margin: 0 auto;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header_box .header_right {
    display: none;
  }
  .min990 {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .header_box-sin {
    height: 50px;
  }
}
#toggle {
  position: fixed;
  right: 10px;
  top: 8px;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  background: #32A95B;
  cursor: pointer;
  z-index: 9999;
}
#toggle div {
  position: relative;
}
#toggle span {
  display: block;
  position: absolute;
  right: 12px;
  width: 26px;
  height: 2px;
  background: #fff;
  transition: 0.35s ease-in-out;
}
#toggle span:nth-child(1) {
  top: 16px;
}
#toggle span:nth-child(2) {
  top: 23px;
}
#toggle span:nth-child(3) {
  top: 30px;
}

/*spanの絶対位置指定の親にします*/
.open_navi #toggle {
  position: fixed;
}
.open_navi #toggle span {
  background: #fff;
}
.open_navi #toggle span:nth-of-type(1) {
  transform: translateY(7px) rotate(-315deg);
}
.open_navi #toggle span:nth-of-type(2) {
  opacity: 0;
}
.open_navi #toggle span:nth-of-type(3) {
  transform: translateY(-7px) rotate(315deg);
}

#sp_navi {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  overflow-y: scroll;
  text-align: left;
  background: rgba(50, 169, 91, 0.9);
  z-index: 999;
  transform: translateY(-100%);
  transition: 0.7s ease-in-out;
}

.open_navi #sp_navi {
  transform: translateY(0);
  transition: 0.7s ease-in-out;
}
.open_navi #wrapper {
  transform-origin: left center;
  filter: blur(3px);
  transition: 0.7s ease-in-out;
}

#sp_navi .menu {
  padding-top: 80px;
  text-align: center;
}
#sp_navi .menu .menu-item {
  width: 100%;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  color: #fff;
  margin: 0 auto;
  font-size: 1.4rem;
  box-sizing: border-box;
}
#sp_navi .menu-item a,
#sp_navi .menu-item span {
  display: block;
  padding: 15px 0 14px;
}
#sp_navi .menu-item a:link, #sp_navi .menu-item a:visited, #sp_navi .menu-item a:hover, #sp_navi .menu-item a:active {
  color: #fff;
  text-decoration: none;
}
#sp_navi .sub-menu {
  width: 100%;
  text-align: center;
  display: none;
}
#sp_navi .sub-menu li {
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#sp_navi .sub-menu li a {
  display: block;
  padding: 11px 0 10px;
  color: #ccc;
  background: #F79635;
}
#sp_navi .sub-menu li a:link, #sp_navi .sub-menu li a:visited, #sp_navi .sub-menu li a:hover, #sp_navi .sub-menu li a:active {
  color: #fff;
  text-decoration: none;
}
#sp_navi .sub-menu li a:hover {
  color: #ccc;
  background: none;
}
#sp_navi .menu-item-has-children {
  position: relative;
}
#sp_navi .menu-item-has-children::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  transform: rotate(135deg);
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 14px;
  right: 20px;
}
#sp_navi .menu-item-has-children.menu_open::before {
  transform: rotate(-45deg);
  transition: 0.2s ease-in-out;
  top: 22px;
}

/****************************************

pc用 横ナビ

*****************************************/
#g_navi .menu {
  display: flex;
  justify-content: center;
  list-style-type: none;
}
#g_navi .menu > li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#g_navi .menu > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 38px 25px;
  color: #4C4039;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
}
#g_navi .menu > li > a:link, #g_navi .menu > li > a:visited {
  color: #4C4039;
}
#g_navi .menu > li > a:hover, #g_navi .menu > li > a:active {
  color: #32A95B;
}
#g_navi .menu > li:nth-of-type(2) {
  background: url(images/arrow_01.png) no-repeat bottom center;
  background-position: 50% 76px;
}
#g_navi .menu > li:nth-of-type(3) {
  background: url(images/arrow_02.png) no-repeat bottom center;
  background-position: 50% 76px;
}
#g_navi .menu > li:nth-of-type(4) {
  background: url(images/arrow_03.png) no-repeat bottom center;
  background-position: 50% 76px;
}
#g_navi .menu > li:nth-of-type(5) {
  background: url(images/arrow_04.png) no-repeat bottom center;
  background-position: 50% 76px;
}
#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  list-style: none;
  width: 100%;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
}
#g_navi .menu li ul li {
  position: relative;
  width: 100%;
}
#g_navi .menu li ul li a {
  display: block;
  width: auto;
  padding: 12px 5px;
  background-color: #32A95B;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  visibility: hidden;
  transition: 0.3s linear;
}
#g_navi .menu li ul li a:link, #g_navi .menu li ul li a:visited {
  background-color: #32A95B;
  color: #fff;
}
#g_navi .menu li ul li a:hover, #g_navi .menu li ul li a:active {
  background-color: #F79635;
  color: #fff;
  transition: 0.3s linear;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/* ナビ下線用 */
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  .menu > li > a::before,
  .menu > li > a::after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    height: 3px;
    background-color: #32A95B;
    transition: 0.6s;
  }
  .menu > li > a::before {
    left: 50%;
  }
  .menu > li > a::after {
    right: 50%;
  }
  .menu > li > a:hover::before,
  .menu > li > a:hover::after {
    width: 50%;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
}
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
/****************************************

メインビジュアル

*****************************************/
#top_mv {
  position: relative;
}
#top_mv .top_mv_pic {
  max-width: 1760px;
  margin: 0 auto;
}
#top_mv .top_mv_pic img {
  width: 1760px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
#top_mv .top_mv_pic:before {
  position: absolute;
  content: "";
  background: url(images/mv_leafL.png) no-repeat;
  width: 168px;
  height: 215px;
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 140px;
}
@media screen and (max-width: 767px) {
  #top_mv .top_mv_pic:before {
    display: none;
  }
}
#top_mv .top_mv_pic:after {
  position: absolute;
  content: "";
  background: url(images/mv_leafR.png) no-repeat;
  width: 289px;
  height: 288px;
  z-index: 2;
  right: 40px;
  bottom: 56px;
}
@media screen and (max-width: 767px) {
  #top_mv .top_mv_pic:after {
    display: none;
  }
}
#top_mv .top_mv_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top_mv .scroll {
  position: absolute;
  left: 30px;
  bottom: -10px;
  background-color: #E8F3DA;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #top_mv .scroll {
    display: none;
  }
}
#top_mv:before {
  content: "";
  background-color: #E8F3DA;
  width: 100%;
  height: 250px;
  position: absolute;
  z-index: -1;
  bottom: 0;
}

@media screen and (max-width: 1760px) and (min-width: 767px) {
  #top_mv .top_mv_pic {
    margin: 0 auto;
    text-align: center;
  }
  #top_mv .top_mv_pic img {
    border-radius: 0px;
    max-width: 1500px;
    width: 100%;
  }
  #top_mv .top_mv_txt {
    max-width: 500px;
    height: auto;
  }
  #top_mv .top_mv_txt img {
    width: 100%;
    height: auto;
  }
}
#mv {
  width: 100%;
  position: relative;
}
#mv:before {
  content: "";
  position: absolute;
  background-color: #E8F3DA;
  width: 100%;
  height: 130px;
  z-index: -1;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #mv:before {
    display: none;
  }
}
#mv .mv_inr {
  text-align: center;
  position: relative;
  max-width: 1900px;
  margin: 0 auto;
}
#mv .mv_inr img {
  max-width: 1760px;
  border-radius: 20px;
}
#mv .mv_inr:before {
  position: absolute;
  content: "";
  background: url(images/mv_leafL.png) no-repeat;
  width: 168px;
  height: 215px;
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: -40px;
}
@media screen and (min-width: 767px) and (max-width: 1530px) {
  #mv .mv_inr:before {
    background-size: contain;
    width: 155px;
  }
}
@media screen and (max-width: 767px) {
  #mv .mv_inr:before {
    display: none;
  }
}
#mv .mv_inr:after {
  position: absolute;
  content: "";
  background: url(images/mv_leafR.png) no-repeat;
  width: 289px;
  height: 288px;
  z-index: 2;
  right: 40px;
  bottom: -140px;
}
@media screen and (min-width: 767px) and (max-width: 1530px) {
  #mv .mv_inr:after {
    background-size: contain;
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  #mv .mv_inr:after {
    display: none;
  }
}
#mv .mv_txt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
#mv .mv_txt p {
  font-size: 4.4rem;
  color: #333;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
#mv .mv_txt p .sub_mv_txt {
  margin-top: 10px;
  font-size: 1.8rem;
  font-family: "Ubuntu", sans-serif;
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1700px) {
  #mv {
    width: 100%;
    position: relative;
  }
  #mv .mv_inr {
    display: flex;
    justify-content: center;
  }
  #mv .mv_inr img {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  #slider .slider_txt {
    /* キャッチコピーが画像書き出しの場合、見やすい大きさに調整 */
  }
  /* 下層のMV */
  #mv {
    /* MV自体の高さを180pxに設定 */
    /* スマホ用の背景画像がある場合に使用 */
    background-size: cover;
    background-size: auto 180px;
    /* 背景画像の高さを180pxに設定 */
  }
  #mv .mv_txt {
    /* 最小のスマホの画面サイズ320px⇒430pxに合うように */
    font-size: 2.2rem;
    /* キャッチコピーの文字サイズを見やすい大きさに調整 */
  }
}
@media screen and (max-width: 1400px) {
  .hdr_cal--mv {
    right: 2%;
  }
}
.ms-edit-frontend {
  display: none;
}

@media screen and (max-width: 767px) {
  #top_mv {
    width: 100%;
    height: auto;
    min-width: initial;
    position: inherit;
  }
  #top_mv .top_mv_inr {
    width: 100%;
  }
  #top_mv .top_mv_inr img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top_mv .top_mv_pic {
    width: calc(100% + 200px);
    margin: 0 0 0 -110px;
  }
  #top_mv .top_mv_pic img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top_mv .top_mv_txt {
    width: 100%;
    height: auto;
    padding: 20px 16px;
    text-align: center;
    background-color: #32A95B;
    position: initial;
    transform: initial;
  }
  #top_mv .top_mv_txt img {
    max-width: 330px;
    filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px rgb(255, 255, 255)) drop-shadow(0 0 1px rgb(255, 255, 255));
  }
  #mv {
    min-height: auto;
    padding-left: 0;
    margin-bottom: 0;
    display: block;
  }
  #mv .mv_inr {
    min-width: -moz-fit-content;
    min-width: fit-content;
    text-align: left;
    width: 150%;
    left: -25%;
  }
  #mv .mv_inr img {
    max-width: 1600px;
    border-radius: 0;
  }
  #mv .mv_txt {
    top: 50%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    height: 70%;
    background-size: contain;
    text-align: center;
    position: initial;
    padding: 10px 16px;
    background-image: none;
    background-color: #32A95B;
    width: 100%;
    transform: initial;
  }
  #mv .mv_txt .green {
    color: #F79635;
  }
  #mv .mv_txt p {
    font-size: var(--fSize_primary-top);
    line-height: 1lh;
    color: #fff;
  }
  #mv .mv_txt p .sub_mv_txt {
    margin-top: -10px;
    font-size: 1.3rem;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  width: 100%;
}

main#page_main {
  width: 100%;
  padding-bottom: 100px;
  margin: 0 auto;
  background: url(images/bg-sin.jpg) repeat-x;
}
main#page_main .inr {
  width: 1180px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  main#page_main {
    padding-bottom: 0;
  }
}

main#single_main {
  width: 100%;
  margin: 0 auto 0px;
  background: url(images/bg-sin.jpg) repeat-x;
}
main#single_main .inr {
  width: 1180px;
  padding: 20px 0;
}

.breadcrumb_area {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 30px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.breadcrumb_area .breadcrumb {
  text-align: left;
}
.breadcrumb_area .breadcrumb p {
  font-size: 1.4rem;
}
.breadcrumb_area .breadcrumb p a {
  color: #32A95B;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #32A95B;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.breadcrumb_area .breadcrumb p a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  main#top_main {
    padding: 0 10px 0;
  }
  main#top_main .txt_box {
    padding: 0 0 0;
  }
  main#page_main,
  main#single_main {
    width: 100%;
  }
  main#page_main .inr,
  main#single_main .inr {
    width: 100%;
    padding: 0 10px 0;
  }
  .breadcrumb_area {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto 0;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
  }
}
/****************************************

content 共通ボックス

*****************************************/
/* sec */
.inr {
  width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}

/*sin--inr*/
.sec--sin {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .sec--sin {
    padding: 8px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .sec_sp {
    padding: 50px 10px;
  }
  .inr {
    width: 100%;
    padding: 0;
  }
}
/* PCなし*/
@media screen and (max-width: 767px) {
  /* 背景画像sec*/
  .sec_bg {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    padding: 0 10px;
  }
  .sec_bg .inr {
    padding: 0 10px;
  }
}
/* txtbox */
.txt_box {
  font-size: var(--fSize_body);
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.txt_box p {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}

.txt_box--img {
  font-size: var(--fSize_body);
  width: calc(100% - 440px);
}

@media screen and (max-width: 767px) {
  .txt_box {
    text-align: left;
  }
  .txt_box--img {
    width: 100%;
  }
}
/* 共通ボックス設定 */
.flex,
.flex_r {
  font-size: var(--fSize_body);
  letter-spacing: 0.04em;
  gap: 30px;
}
.flex .ttl,
.flex_r .ttl {
  padding: 8px 16px;
  font-weight: 600;
  background-color: #eee;
}
.flex p,
.flex_r p {
  padding: 8px 0;
}
.flex figure figcaption,
.flex_r figure figcaption {
  display: block;
  margin-top: 10px;
  text-align: top;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex_r {
    flex-wrap: wrap;
    gap: 0;
  }
}
.flexBox02 {
  position: relative;
  font-size: var(--fSize_body);
  letter-spacing: 0.04em;
  background-color: #eee;
  padding: 28px;
  margin-bottom: 60px;
}
.flexBox02_inner {
  width: 600px;
}
.flexBox02 p {
  padding: 8px 0;
}
.flexBox02 figure figcaption {
  display: block;
  margin-top: 10px;
  text-align: top;
}

/****************************************

contentトップ用

*****************************************/
.inr_reafR {
  position: relative;
}
.inr_reafR:after {
  position: absolute;
  content: "";
  background: url(images/top_box01_reaf.png) no-repeat;
  width: 215px;
  height: 170px;
  z-index: 2;
  right: 0;
  bottom: -170px;
}
@media screen and (max-width: 767px) {
  .inr_reafR:after {
    display: none;
  }
}

.inr_reafL {
  position: relative;
}
.inr_reafL:after {
  position: absolute;
  content: "";
  background: url(images/sec_reafL.png) no-repeat;
  width: 150px;
  height: 236px;
  z-index: 10;
  left: 0;
  bottom: -270px;
}
@media screen and (max-width: 767px) {
  .inr_reafL:after {
    display: none;
  }
}

.top_box01 {
  padding: 100px 0 90px;
  background-color: #E8F3DA;
  z-index: -10;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    margin-bottom: 0;
  }
}
.top_box01:after {
  content: "";
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: 50px;
  background: url(images/top_box01_sec.png) no-repeat bottom center/cover;
}
.top_box01 .top_hero {
  background: url(images/top_box01_bg.png) no-repeat right center;
  z-index: -5;
}
.top_box01 .top_hero_main {
  width: 650px;
}
@media screen and (max-width: 767px) {
  .top_box01 .top_hero {
    background: none;
    margin-bottom: 15px;
  }
  .top_box01 .top_hero_main {
    width: 100%;
  }
}
.top_box01 .top_hero_list_item {
  margin-bottom: 14px;
  background-color: #fff;
  width: 100%;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  z-index: 0;
  position: relative;
}
.top_box01 .top_hero_list_item:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background: url(images/ttl_bg.png) no-repeat left center/cover;
  z-index: -1;
  border-radius: 8px 0 0 8px;
}
.top_box01 .top_hero_list_item .nmb {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  width: 60px;
  line-height: 1lh;
}
.top_box01 .top_hero_list_item .nmb span {
  display: block;
  font-size: 2.6rem;
}
.top_box01 .top_hero_list_item .list_disc {
  padding-left: 40px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4C3F39;
  font-size: 1.7rem;
}
.top_box01 .top_hero .underLine {
  position: relative;
}
.top_box01 .top_hero .underLine:before {
  position: absolute;
  content: "";
  background-color: #FFEE73;
  height: 12px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.top_box01 .inr_reafR:after {
  right: 0;
  bottom: -220px;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 25px 0 50px;
  }
  .top_box01:after {
    left: 0;
  }
  .top_box01 .txt_box p {
    text-align: left;
  }
  .top_box01 .btnArea {
    margin-top: 40px;
    gap: 15px;
    align-items: center;
  }
  .top_box01 .top_hero_main .top_hero_ttl {
    margin-bottom: 0;
  }
  .top_box01 .top_hero_list_item {
    border-radius: 8px;
    padding: 0;
    align-items: center;
    flex-direction: column;
  }
  .top_box01 .top_hero_list_item:before {
    display: none;
  }
  .top_box01 .top_hero_list_item .nmb {
    background-color: #F79635;
    padding: 4px 0;
    width: 100%;
    border-radius: 8px 8px 0 0;
    line-height: 0.8lh;
    padding-left: 0;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .top_box01 .top_hero_list_item .nmb span {
    display: block;
    font-size: 2rem;
  }
  .top_box01 .top_hero_list_item .list_disc {
    font-size: 1.4rem;
    padding: 8px 4px;
  }
  .top_box01 .top_hero .underLine {
    position: relative;
  }
  .top_box01 .top_hero .underLine:before {
    position: absolute;
    content: "";
    background-color: #FFEE73;
    height: 12px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
.top_box02 {
  padding: 60px 0 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    margin-bottom: 0;
  }
}
.top_box02_list {
  display: flex;
  justify-content: space-between;
}
.top_box02_list_item {
  width: calc((100% - 70px) / 3);
}
.top_box02_list_item img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 12px rgba(77, 65, 57, 0.2));
}
.top_box02:after {
  content: "";
  background: url(images/sec_btm.jpg) no-repeat;
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: -90px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top_box02:after {
    display: none;
  }
}
.top_box02_bnr-list {
  display: flex;
  justify-content: space-between;
}
.top_box02_bnr-list_item {
  width: calc((100% - 60px) / 3);
}
.top_box02_bnr-list_item img {
  width: 100%;
  height: auto;
}

.kokura_list_ttl {
  color: #4C3F39;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: var(--fSize_middle);
  width: 100%;
  padding: 20px 4px;
  border-bottom: 2px dashed #32A95B;
}
.kokura_list_disc {
  padding: 24px 4px 20px;
}

.top_box03 .kokura_list_ttl {
  border-bottom: 2px dashed #F79635;
}

.bnr-list {
  display: flex;
  justify-content: space-between;
}
.bnr-list_item {
  width: calc((100% - 60px) / 3);
}
.bnr-list_item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .kokura_list_ttl {
    padding: 10px 4px;
  }
  .kokura_list_disc {
    padding: 16px 4px 16px;
  }
  .bnr-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .bnr-list_item {
    width: 80%;
  }
  .bnr-list {
    display: flex;
    justify-content: center;
  }
  .bnr-list_item {
    width: 90%;
    max-width: 380px;
  }
  .bnr-list_item img {
    width: 100%;
    height: auto;
  }
}
.top_box03 {
  padding: 80px 0 110px;
  margin-top: 50px;
  margin-bottom: 40px;
  background: url(images/top_box03_bg.jpg) repeat top center;
  position: relative;
}
.top_box03:before {
  position: absolute;
  content: "";
  background: url(images/top_box02_sec.png) no-repeat top center;
  width: 100%;
  height: 50px;
  top: -50px;
  left: 0;
  z-index: 2;
}
.top_box03:after {
  position: absolute;
  content: "";
  background: url(images/top_box03_sec_btm.jpg) no-repeat bottom center;
  width: 100%;
  height: 40px;
  bottom: -40px;
  left: 0;
  z-index: 2;
}
.top_box03_list {
  justify-content: center;
  display: flex;
  gap: 35px;
}
.top_box03_list_item {
  max-width: 480px;
}
.top_box03_list_item img {
  filter: drop-shadow(0 0 12px rgba(77, 65, 57, 0.2));
}

@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 50px 0px;
  }
  .top_box02_list {
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .top_box02_list_item {
    width: 48%;
    width: 48%;
    margin-bottom: 16px;
  }
  .top_box02:after {
    content: "";
    background: url(images/sec_btm.jpg) no-repeat;
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: -90px;
    right: 0;
    width: 110%;
    margin-bottom: 40px;
  }
  .top_box03 {
    padding: 50px 0;
  }
  .top_box03_list {
    gap: 10px;
  }
  .top_box03_list_item {
    max-width: initial;
    width: 48%;
  }
  .top_box03_list_item img {
    filter: drop-shadow(0 0 12px rgba(77, 65, 57, 0.2));
  }
}
.map-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.map-list_item {
  width: calc((100% - 40px) / 2);
}
.map-list_item_ttl {
  font-size: var(--fSize_third);
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top_box04 {
  padding: 100px 20px 100px;
}

.top_com {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}
.top_com_body {
  text-align: left;
  width: 700px;
  padding: 80px 60px 70px 70px;
  border-radius: 20px;
  margin-right: auto;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.8), #e8f3da 100%);
  z-index: 10;
  position: relative;
}
.top_com_body_ttl {
  font-size: var(--fSize_secondly-top);
  font-weight: bold;
  color: #4C3F39;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 40px;
  text-align: left;
}
.top_com_body_disc {
  text-shadow: 0px 0px 4px #E8F3DA, 0px 0px 3px #E8F3DA, 0px 0px 2px #E8F3DA, 0px 0px 1px #E8F3DA;
}
@media print, screen and (min-width: 768px) {
  .top_com_body_disc {
    padding-left: 20px;
  }
}
.top_com_body .btnArea {
  display: flex;
  justify-content: flex-start;
}
.top_com_body:before {
  position: absolute;
  content: "";
  background: url(images/top_box04_en.png) no-repeat top center;
  width: 13px;
  height: 176px;
  z-index: 1;
  top: -70px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .top_com_body:before {
    display: none;
  }
}
.top_com_pic {
  width: calc(100% - 700px);
}
.top_com:not(:last-child) {
  margin-bottom: 40px;
}
.top_com:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 50px 0px;
  }
  .top_com {
    max-width: initial;
  }
  .top_com_body {
    padding: 40px 0;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    margin-right: auto;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.8), #e8f3da 100%);
    z-index: 10;
    position: relative;
  }
  .top_com_body_ttl {
    font-size: var(--fSize_secondly-top);
    margin-bottom: 25px;
  }
  .top_com_body_disc {
    text-shadow: 0px 0px 4px #E8F3DA, 0px 0px 3px #E8F3DA, 0px 0px 2px #E8F3DA, 0px 0px 1px #E8F3DA;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .top_com_body_disc {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_com_body .btnArea {
    justify-content: center;
  }
  .top_com_body:before {
    position: absolute;
    content: "";
    background: url(images/top_box04_en.png) no-repeat top center;
    width: 13px;
    height: 176px;
    z-index: 1;
    top: -70px;
    right: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .top_com_body:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top_com_pic {
    margin-top: 15px;
    width: 100%;
  }
  .top_com:not(:last-child) {
    margin-bottom: 40px;
  }
  .top_com:nth-child(even) {
    flex-direction: row-reverse;
  }
}
/****************************************

about トップ用

*****************************************/
/****************************************

news トップ用

*****************************************/
.news_box {
  padding: 0 0 100px;
  position: relative;
}
.news_box_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .news_box_inner {
    gap: 25px;
  }
}
.news_box_inner_ttlArea {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .news_box_inner_ttlArea {
    padding-top: 70px;
    width: calc((100% - 410px) / 2);
  }
  .news_box_inner_ttlArea .top_news_ttl {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .news_box_inner_ttlArea .btn--03 {
    padding-left: 20px;
  }
}
.news_box_inner_ttlArea .btn--03 a:before {
  display: none;
}

.news_post {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.news_post_part {
  width: calc((100% - 60px) / 3);
  max-width: 290px;
  text-align: left;
}
.news_post_part .news_pic {
  position: relative;
  width: 100%;
  transition: 0.3s;
  border-radius: 9px;
  margin-bottom: 16px;
}
.news_post_part .news_pic img {
  border-radius: 8px;
}
.news_post_part .news_pic:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.news_post_part .news_pic:after {
  display: block;
  content: "";
  padding-top: 75%;
  /* デザインの画像を「縦幅 ÷ 横幅」で%を算出 */
}
.news_post_part .news_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 767px) {
  .news_post_part .news_pic {
    border-radius: 6px;
  }
}
.news_post_part .news_date_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .news_post_part .news_date_wrap {
    margin-bottom: 8px;
  }
}
.news_post_part .news_date_wrap .news_date {
  font-size: var(--fSize_body);
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  color: #BFB88C;
  display: inline-block;
}
.news_post_part .news_ttl {
  font-size: 1.8rem;
  color: #333;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  position: relative;
}
.news_post_part .news_ttl:before {
  content: "";
  position: absolute;
  bottom: -4px;
  background-color: #333;
  width: 100%;
  height: 1px;
}
.news_post_part a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.news_post_part a:hover .news_date {
  color: #F79635;
  transition: 0.3s;
}
.news_post_part a:hover .news_ttl {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .news_box {
    padding: 50px 0 50px;
  }
  .news_box_inner {
    max-width: unset;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
  }
  .news_box_inner_ttlArea {
    flex-direction: row;
    height: auto;
    width: 100%;
    padding-top: 0;
    margin-bottom: 16px;
    align-items: center;
    justify-content: space-between;
    margin-right: 0;
    padding-bottom: 4px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .news_box_inner_ttlArea .btn {
    width: 160px;
  }
  .news_box_inner_ttlArea .btn a {
    padding: 10px 0;
  }
  .news_box_inner .news_post {
    gap: 25px 4%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .news_box_inner .news_post_part {
    width: 48%;
  }
  .news_box_inner .news_post_part .news_date {
    font-size: 1.3rem;
    padding: 0;
    margin-bottom: 0;
  }
  .news_box_inner .news_post_part .news_ttl {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0;
  }
  .news_box_inner .news_post_part .label {
    font-size: 1.3rem;
    padding: 2px 8px;
    margin-left: 10px;
  }
  .news_box_inner .news_post_part .cat_column .news_ttl {
    color: #32A95B;
    font-size: 1.6rem;
  }
  .news_box_inner .news_post_part_news_pic {
    margin-bottom: 4px;
  }
  .news_box_inner .news_post_part_news_pic img {
    border-radius: 20px;
  }
}
.top_googlemap {
  margin: -1px 0 -4px;
}

/****************************************

content下層用

*****************************************/
/* フレックス設定 */
.flex {
  display: flex;
  justify-content: space-between;
}

.flex_r {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

/*下層のセクション間*/
.sec--sin:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec--sin:not(:last-child) {
    margin-bottom: 25px;
  }
}

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

.sec_disc-recruit p {
  color: #F00000;
}

@media screen and (max-width: 767px) {
  .flex figure,
  .flex_r figure {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .flex .fg--w,
  .flex_r .fg--w {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  /* SPのみのclass名*/
  /* フレックス解除*/
  .flex_block {
    display: block;
  }
  /*1列にする*/
  .flex_column {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
/* 枠　*/
/* テキスト内タイトル */
.txt--ttl {
  font-size: 2rem;
  color: #32A95B;
  font-weight: 500;
}

.txt--ttl02 {
  border: 1px solid #32A95B;
  font-size: 1.8rem;
  padding: 8px 20px;
  color: #32A95B;
  font-weight: 500;
}

/* sin--02 施設の特徴*/
.feature_01 {
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .feature_01 {
    gap: 15px;
  }
}

.feature_list_item dl {
  display: flex;
  border-bottom: 2px solid #F79635;
  padding: 16px 0;
}
.feature_list_item dl dt {
  font-size: 2.2rem;
  font-weight: bold;
  color: #F79635;
  font-family: "Ubuntu", sans-serif;
  line-height: 1lh;
  padding-right: 30px;
  width: 50px;
}
.feature_list_item dl dd {
  flex: 1;
  font-size: bar(--fSize_body);
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4C3F39;
  font-weight: bold;
}

.sec_feature02 {
  background-color: #E8F3DA;
  padding: 80px 0 74px;
  border-radius: 12px;
  position: relative;
}
.sec_feature02::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 12px;
  border: 1px solid rgb(255, 255, 255);
  pointer-events: none;
}
.sec_feature02 .sec_feature_ttl {
  font-size: var(--fSize_secondly);
  color: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .sec_feature02 {
    padding: 40px 30px;
    border-radius: 12px;
    position: relative;
  }
  .sec_feature02::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 12px;
    border: 1px solid rgb(255, 255, 255);
    pointer-events: none;
  }
  .sec_feature02 .sec_feature_ttl {
    font-size: var(--fSize_secondly);
    color: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 24px;
  }
  .feature_list_item dl {
    padding: 8px 0;
  }
  .feature_list_item dl dt {
    font-size: 1.8rem;
    padding-right: 8px;
    width: 6%;
  }
  .feature_list_item dl dd {
    flex: 1;
    font-size: bar(--fSize_body);
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #4C3F39;
    font-weight: bold;
  }
}
/*sin--04 デイサービスセンターオプリ*/
.point-list_item {
  position: relative;
  background-color: #F6F2EE;
  border: 1px solid #C9BEB4;
  border-radius: 12px;
  padding: 20px 0;
  margin-left: 50px;
}
.point-list_item:not(:last-child) {
  margin-bottom: 20px;
}
.point-list_item_nmb {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 110px;
  height: 110px;
  background-color: #F79635;
  border-radius: 100vmax;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.point-list_item_nmb p {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  width: 60px;
  line-height: 1lh;
}
.point-list_item_nmb p span {
  display: block;
  font-size: 2.8rem;
}
.point-list_item_disc {
  padding-left: 84px;
}
.point-list_item_disc dl dt {
  font-size: var(--fSize_third);
  font-weight: bold;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4C3F39;
  margin-bottom: 4px;
}
.point-list_item_disc dl dd {
  font-size: var(--fSize_body);
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.list_item {
  margin-bottom: 14px;
  background-color: #fff;
  width: 100%;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  z-index: 0;
  position: relative;
}
.list_item:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background: url(images/ttl_bg.png) no-repeat left center/cover;
  z-index: -1;
  border-radius: 8px 0 0 8px;
}
.list_item .nmb {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  width: 60px;
  line-height: 1lh;
}
.list_item .nmb span {
  display: block;
  font-size: 2.6rem;
}
.list_item .list_disc {
  padding-left: 40px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4C3F39;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .point-list_item {
    padding: 30px 16px 20px;
    margin-left: 30px;
  }
  .point-list_item_nmb {
    left: -30px;
    top: 10px;
    width: 50px;
    height: 50px;
    line-height: 0.8lh;
  }
  .point-list_item_nmb p {
    font-size: 1.2rem;
    line-height: 0.9lh;
  }
  .point-list_item_nmb p span {
    font-size: 2rem;
  }
  .point-list_item_disc {
    padding-left: 0;
  }
  .point-list_item_disc dl dt {
    font-size: var(--fSize_third);
    font-weight: bold;
    font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #4C3F39;
    margin-bottom: 4px;
  }
  .point-list_item_disc dl dd {
    font-size: var(--fSize_body);
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
/*sin--10 行橋館*/
.home_list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .home_list {
    align-items: flex-start;
  }
}
.home_list_ttl {
  background-color: #F79635;
  color: #fff;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 20px 0;
  text-align: center;
  width: 200px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .home_list_ttl {
    font-size: 1.6rem;
    padding: 10px;
    width: auto;
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .home_list_ttl {
    margin-right: 20px;
  }
}
.home_list_disc li {
  font-size: var(--fSize_body);
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media print, screen and (min-width: 768px) {
  .home_list_disc li {
    position: relative;
    padding-left: 20px;
  }
  .home_list_disc li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #F79635;
    border-radius: 100vmax;
    top: 8px;
    left: 0;
  }
}

.flow_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flow_list_item {
  background-color: #32A95B;
  width: 145px;
  height: 145px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.flow_list_item:not(:last-child):after {
  position: absolute;
  width: 25px;
  height: 7px;
  content: "";
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  background-color: #ADDDBD;
  z-index: -1;
}
.flow_list_item_nmb {
  position: absolute;
  content: "";
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  color: #C2E5CE;
  font-size: 2.4rem;
  width: auto;
  height: auto;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}
.flow_list_item_ttl {
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--fSize_third);
  font-weight: bold;
}

.standard_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.standard_list_item {
  background-color: #F6F2EE;
  border: 1px solid #C9BEB4;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .standard_list_item {
    width: 100%;
  }
}
.standard_list_item_ttl {
  width: 215px;
  padding: 20px 0;
  padding-left: 20px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.standard_list_item_mark {
  background-color: #fff;
  border-left: 1px solid #C9BEB4;
  width: 60px;
  height: 100%;
  padding: 20px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .flow_list {
    flex-wrap: wrap;
    gap: 10px;
  }
  .flow_list_item {
    background-color: #32A95B;
    width: 100px;
    height: 100px;
  }
  .flow_list_item:not(:last-child):after {
    position: absolute;
    width: 50px;
    height: 7px;
    content: "";
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    background-color: #ADDDBD;
    z-index: -1;
  }
  .flow_list_item:nth-child(3n):after {
    content: none;
  }
  .flow_list_item:last-child:after {
    content: none;
  }
  .flow_list_item_nmb {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    color: #C2E5CE;
    font-size: 2.4rem;
    width: auto;
    height: auto;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
  }
  .flow_list_item_ttl {
    font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
    font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .standard_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .standard_list_item {
    background-color: #F6F2EE;
    border: 1px solid #C9BEB4;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .standard_list_item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .standard_list_item_ttl {
    width: 215px;
    padding: 20px 0;
    padding-left: 20px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .standard_list_item_mark {
    background-color: #fff;
    border-left: 1px solid #C9BEB4;
    width: 60px;
    height: 100%;
    padding: 20px 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .faq_list {
    padding: 16px 10px;
    margin-bottom: 24px;
  }
  .faq_list dt {
    font-size: 1.6rem;
    padding-bottom: 12px;
    margin-right: 4px;
    padding-left: 30px;
    position: relative;
  }
  .faq_list dt:before {
    margin-left: 0px;
    top: -10px;
    font-size: 2.8rem;
  }
  .faq_list dd {
    padding-left: 30px;
    font-size: 1.4rem;
  }
  .faq_list dd:before {
    position: absolute;
    top: -10px;
    left: -8px;
    margin-left: 10px;
    content: "A";
    color: #fbc4d0;
    font-size: 2.4rem;
  }
}
/*sin--campaign */
.campaign_pic {
  position: relative;
  width: 440px;
  transition: 0.3s;
  border: 3px solid #32A95B;
  border-radius: 16px;
  margin-bottom: 14px;
}
.campaign_pic img {
  border-radius: 16px;
}
.campaign_pic:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.campaign_pic:after {
  display: block;
  content: "";
  padding-top: 75%;
  /* デザインの画像を「縦幅 ÷ 横幅」で%を算出 */
}
.campaign_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 767px) {
  .campaign_post {
    margin-bottom: 40px;
  }
}
.campaign_post .txt_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .campaign_post .h2_subhead01 {
    margin-bottom: 0;
  }
}
.campaign_post .campaign_btnarea {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 60px;
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .campaign_post .campaign_btnarea {
    margin-top: 16px;
    text-align: center;
  }
}

.table_main_wrapper .table_caption {
  padding: 16px 0;
}

/*table--*/
.table_fee {
  border: 2px solid #32A95B;
  border-radius: 10px;
  border-collapse: separate;
  /*枠線*/
  /*danceのイベント情報*/
  /*料金表*/
}
.table_fee thead th {
  background: #9ecaef;
  border-bottom: 2px solid #32A95B;
  color: #fff;
  font-weight: bold;
}
.table_fee th,
.table_fee td {
  padding: 16px 30px;
  text-align: left;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
.table_fee thead th:not(:last-child) {
  border-right: 2px solid #32A95B;
}
.table_fee td:not(:last-child) {
  border-right: 2px solid #32A95B;
}
.table_fee tr:not(:last-child) td {
  border-bottom: 2px solid #32A95B;
}
.table_fee .circle_L {
  border-radius: 8px 0 0 0;
}
.table_fee .circle_R {
  border-radius: 0 8px 0 0;
}
.table_fee .circle_Lbtm {
  border-radius: 0 0 0 8px;
}
.table_fee .circle_Rbtm {
  border-radius: 0 0 8px 0;
}
.table_fee .menu {
  width: 600px;
  text-align: left;
}
.table_fee .menu:first-child {
  border-radius: 10px 0 0 0;
}
.table_fee .menu .menu_list_ttl {
  font-weight: bold;
  font-size: var(--fSize_third);
  position: relative;
  padding-left: 30px;
  width: 100%;
}
.table_fee .menu .menu_list_ttl:before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  background: url(images/menu_icon.png) no-repeat top left/cover;
  left: 0;
  top: 8px;
}
.table_fee .menu .menu_list_disc {
  font-size: var(--fSize_body);
}
.table_fee .tdShort,
.table_fee .price {
  width: 300px;
}
.table_fee .tdLong {
  width: 900px;
  text-align: left;
}
.table_fee .tdLong .menu_list_ttl {
  font-weight: bold;
  font-size: var(--fSize_third);
}
.table_fee .tdLong .menu_list_disc {
  font-weight: 400;
  font-size: var(--fSize_body);
}

/*price*/
.price_box01 h3.h3_subhead01 {
  margin-bottom: 30px;
}

.price_box02 .sec-info {
  display: flex;
  justify-content: space-between;
}
.price_box02 .sec-info_item {
  width: 48%;
  min-width: 600px;
}
.price_box02 .sec-info_item .h3_subhead01 {
  margin-bottom: 20px;
}
.price_box02 .sec-info_item .h3_subhead01:before {
  width: 600px;
}
.price_box02 .att {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .price_box02 .att {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .table_fee {
    /*料金表*/
  }
  .table_fee th,
  .table_fee td {
    padding: 7px 10px;
  }
  .table_fee .menu {
    width: 60%;
  }
  .table_fee .menu .menu_list_ttl {
    font-size: 1.3rem;
    padding-left: 0;
  }
  .table_fee .menu .menu_list_ttl:before {
    display: none;
  }
  .table_fee .menu .menu_list_disc {
    font-size: 1.2rem;
  }
  .table_fee .tdShort {
    width: 15%;
  }
  .table_fee .price {
    width: 25%;
  }
  .table_fee .tdLong {
    width: 70%;
  }
  .table_fee .tdLong .menu_list_ttl {
    font-size: 1.4rem;
  }
  .table_fee .tdLong .menu_list_disc {
    font-size: 1.3rem;
  }
}
/*ビフォーアフター*/
.compare_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.compare_content_item {
  width: 440px;
}
.compare_content_pic {
  width: 440px;
  position: relative;
  max-height: 580px;
  overflow: hidden;
  border-radius: 10px;
}
.compare_content_pic img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.compare_content_ttl {
  color: #333;
  font-size: 2rem;
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 16px;
  position: relative;
  margin-bottom: 16px;
}
.compare_content_ttl::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fbc4d0;
}

@media screen and (max-width: 767px) {
  .compare_content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .compare_content_pic {
    width: inherit;
    max-width: 400px;
    height: auto;
    position: initial;
  }
  .compare_content_pic img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
  .compare_content .arrow {
    padding: 20px;
    transform: rotate(90deg);
    display: none;
  }
  .compare_content .arrow img {
    max-width: 50px;
  }
  .compare_content_ttl {
    font-size: 1.6rem;
    padding: 8px 0;
  }
  .compare_content_disc {
    font-size: 1.4rem;
    text-align: left;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
/*sin--*/
.table_about_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .table_about_flex {
    flex-direction: column;
  }
}

.table_about_flex02 {
  align-items: center;
}

.table_gap50 {
  width: calc((100% - 50px) / 2);
}

.table_about {
  border-collapse: collapse;
  /*枠線*/
}
.table_about th,
.table_about td {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 28px;
  padding-right: 28px;
  width: 270px;
}
.table_about th {
  text-align: left;
}
.table_about th:nth-child(2),
.table_about td:nth-child(2) {
  text-align: right;
}
.table_about thead th {
  background-color: #32A95A;
  color: #fff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: var(--fSize_body);
}
.table_about thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.table_about tbody th {
  background-color: #F6F2EE;
  font-weight: 400;
}
.table_about tbody th {
  border-bottom: 1px solid #C9BEB4;
  border-left: 1px solid #C9BEB4;
  border-right: 1px solid #C9BEB4;
}
.table_about tbody td {
  border-bottom: 1px solid #C9BEB4;
  border-right: 1px solid #C9BEB4;
}

.table_wd540 {
  width: 540px;
  margin: 0 auto;
}

.ecole_pic {
  /*イコールの画像*/
  max-width: 18px;
  margin: 30px 0;
  text-align: center;
}

.table_caption {
  font-size: 1.4rem;
  margin-top: 16px;
  text-align: left;
}

.about_list_wrap {
  background-color: #E8F3DA;
  padding: 50px;
  border-radius: 12px;
  position: relative;
}
.about_list_wrap::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 12px;
  border: 1px solid rgb(255, 255, 255);
  pointer-events: none;
}
.about_list_wrap .about_list {
  display: flex;
  align-items: center;
}
.about_list_wrap .about_list:nth-child(2) {
  align-items: flex-start;
}
@media print, screen and (min-width: 768px) {
  .about_list_wrap .about_list {
    gap: 30px;
  }
}
.about_list_wrap .about_list dt {
  width: 160px;
  text-align: center;
}
.about_list_wrap .about_list dt p {
  background-color: #32A95B;
  border-radius: 20px;
  padding: 8px 0;
  color: #fff;
  font-weight: bold;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--fSize_body);
}
.about_list_wrap .about_list dd {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--fSize_body);
  color: #333;
  width: 100%;
}
.about_list_wrap .about_list_disc ul {
  margin-bottom: 16px;
}
.about_list_wrap .about_list_disc ul li {
  font-size: var(--fSize_body);
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  padding: 8px 0;
  padding-left: 20px;
  border-bottom: 1px solid #CEDDB8;
  display: flex;
  align-items: center;
}
.about_list_wrap .about_list_disc ul li:nth-child(1) {
  padding-top: 0;
}
.about_list_wrap .about_list_disc ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #F79635;
  border-radius: 100vmax;
  top: 16px;
  left: 0;
}
.about_list_wrap .about_list_disc ul li:first-child:before {
  top: 8px;
}
.about_list_wrap .about_list_disc ul li .about_list_disc_ttl {
  color: #F79635;
  font-weight: bold;
  width: 130px;
}
.about_list_wrap .about_list_disc ul li .about_list_disc_txt {
  width: calc(100% - 130px);
}

@media screen and (max-width: 767px) {
  .table_gap50 {
    width: 100%;
  }
  .table_gap50:first-child {
    margin-bottom: 25px;
  }
  .table_wrap {
    width: 100%;
  }
  .table_wrap:first-child {
    margin-bottom: 15px;
  }
  .table_wrap + p img {
    max-width: 40px;
    margin-bottom: 15px;
  }
  .table_wd540 {
    width: 100%;
  }
  .table_about {
    width: 100%;
  }
  .table_about th,
  .table_about td {
    padding-left: 18px;
    padding-right: 18px;
  }
  .table_about th {
    width: 50%;
  }
  .table_about td {
    width: 40%;
  }
  .table_about .flex {
    flex-direction: column;
  }
  .about_list_wrap {
    background-color: #E8F3DA;
    padding: 50px;
    border-radius: 12px;
    position: relative;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .about_list_wrap {
    padding: 36px;
  }
}
@media screen and (max-width: 767px) {
  .about_list_wrap::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 12px;
    border: 1px solid rgb(255, 255, 255);
    pointer-events: none;
  }
  .about_list_wrap .about_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .about_list_wrap .about_list:nth-child(2) {
    align-items: flex-start;
  }
  .about_list_wrap .about_list dt {
    width: 120px;
    text-align: center;
    margin-bottom: 8px;
  }
  .about_list_wrap .about_list dt p {
    background-color: #32A95B;
    border-radius: 20px;
    padding: 8px 0;
    color: #fff;
    font-weight: bold;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: var(--fSize_body);
  }
  .about_list_wrap .about_list dd {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: var(--fSize_body);
    color: #333;
    width: 100%;
  }
  .about_list_wrap .about_list_disc ul {
    margin-bottom: 16px;
  }
  .about_list_wrap .about_list_disc ul li {
    padding: 8px 0;
    padding-left: 16px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .about_list_wrap .about_list_disc ul li:nth-child(1) {
    padding-top: 0;
  }
  .about_list_wrap .about_list_disc ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #F79635;
    border-radius: 100vmax;
    top: 16px;
    left: 0;
  }
  .about_list_wrap .about_list_disc ul li:first-child:before {
    top: 8px;
  }
  .about_list_wrap .about_list_disc ul li .about_list_disc_ttl {
    color: #F79635;
    font-weight: bold;
    width: 130px;
  }
  .about_list_wrap .about_list_disc ul li .about_list_disc_txt {
    width: 100%;
  }
}
/* sin--09 事務所概要 */
.table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 100%;
}
.table th,
.table td {
  border: 1px solid #ccc;
  padding: 16px 24px;
  text-align: left;
  font-weight: 400;
}
.table th {
  width: 320px;
  background-color: #eee;
}
.table td {
  width: 700px;
}

/* sin--09お問合せ*/
.contact {
  text-align: center;
}
.contact_txt {
  margin-bottom: 40;
}
.contact_txt .sns_list {
  margin-top: 25px;
  margin-bottom: 25px;
}
.contact_txt .sns_list .cpr_tel {
  font-size: 3rem;
  border: 2px solid #32A95B;
  border-radius: 8px;
  height: 50px;
  position: relative;
  padding-left: 66px;
  padding-right: 10px;
}
.contact_txt .sns_list .cpr_tel:before {
  position: absolute;
  left: -1px;
  top: -1px;
  content: "";
  width: 50px;
  height: 49px;
  background: #ff316f url(images/contact_icon.png) no-repeat left center;
  border-radius: 8px;
  background-position: 13px;
}
.contact .attention {
  font-size: 1.8rem;
  padding-bottom: 40px;
}

.policy_box {
  padding: 25px 0;
  font-weight: 600;
  margin-bottom: 50px;
  background-color: #FAF4F4;
}
.policy_box dt {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}
.policy_box dd {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
}

@media screen and (max-width: 767px) {
  .contact {
    text-align: left;
  }
  .contact_txt {
    line-height: 1.9;
  }
  .contact .tel {
    text-align: center;
  }
  .contact .tel img {
    max-width: 180px;
  }
  .contact .attention {
    font-size: 1.4rem;
    padding-bottom: 25px;
  }
  .policy_box {
    padding: 20px 10px;
  }
  .policy_box dt {
    font-size: 1.8rem;
    text-align: center;
  }
  .policy_box dd {
    font-size: 1.4rem;
    text-align: left;
  }
}
/* 会社概要 */
.access_box02 .h3_subhead01 {
  margin-bottom: 16px;
}

.table--list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*border*/
}
.table--list dt {
  text-align: left;
  width: 320px;
  padding: 18px;
  font-weight: 400;
  color: #333;
  background-color: #FAF4F4;
}
.table--list dd {
  width: calc(100% - 320px);
  padding: 18px;
}
.table--list dd a {
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.table--list a {
  color: #32A95B;
  text-decoration: none;
}
.table--list a:hover {
  opacity: 0.6;
}
.table--list dt {
  border-left: 1px solid #32A95B;
  border-right: 1px solid #32A95B;
  border-top: 1px solid #32A95B;
}
.table--list dt:last-of-type {
  border-bottom: 1px solid #32A95B;
}
.table--list dd {
  border-right: 1px solid #32A95B;
  border-top: 1px solid #32A95B;
}
.table--list dd:last-child {
  border-bottom: 1px solid #32A95B;
}

.access--list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /*border*/
}
.access--list dt {
  text-align: left;
  width: 300px;
  padding-left: 20px;
  padding-right: 60px;
  padding-top: 25px;
  padding-bottom: 22px;
  font-weight: bold;
  color: #4C3F39;
  font-size: var(--fSize_body);
  position: relative;
}
.access--list dt:before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #32A95B;
}
@media screen and (max-width: 767px) {
  .access--list dt {
    color: #fff;
  }
}
.access--list dd {
  width: calc(100% - 300px);
  padding-top: 25px;
  padding-bottom: 22px;
  border-bottom: 1px solid #D2CFCD;
  padding-left: 46px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .access--list dd {
    padding-left: 0;
  }
}
.access--list dd a {
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.access--list a {
  color: #32A95B;
  text-decoration: none;
}
.access--list a:hover {
  opacity: 0.6;
}

/*table--*/
.table_main {
  width: 100%;
  /*枠線*/
  /*ご利用案内*/
}
.table_main tr {
  display: flex;
  align-items: center;
}
.table_main th,
.table_main td {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: left;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
.table_main th {
  padding-left: 60px;
  padding-right: 60px;
  color: #4C3F39;
  font-weight: bold;
  font-size: var(--fSize_third);
  width: 210px;
}
.table_main td {
  width: calc(100% - 210px);
}
.table_main th,
.table_main td {
  border-bottom: 2px dotted #32A95B;
}
.table_main .th_short {
  width: 320px;
  background-color: #FAF4F4;
}
.table_main .td_long {
  width: calc(100% - 320px);
}

@media screen and (max-width: 767px) {
  .googlemap iframe {
    aspect-ratio: 4/3;
    width: 100%;
    height: auto;
  }
  .table--list {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
    margin-top: 25px;
  }
  .table--list dt,
  .table--list dd {
    display: block;
    text-align: left;
    width: 100%;
    padding: 14px 8px;
  }
  .table--list dt {
    font-weight: 500;
  }
  .table--list dt:last-of-type {
    border-bottom: none;
  }
  .table--list dd {
    border-left: 1px solid #32A95B;
  }
  .access--list {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
    margin-top: 25px;
    /*border-reset*/
  }
  .access--list dt,
  .access--list dd {
    display: block;
    text-align: left;
    width: 100%;
    padding: 14px 8px;
    border: none;
  }
  .access--list dt {
    font-weight: 600;
    background-color: rgba(50, 169, 91, 0.8);
    border: 1px solid #32A95B;
    width: 100%;
    left: 0;
    padding: 16px;
  }
  .access--list dt:before {
    display: none;
  }
  .access--list dd {
    border-right: 1px solid #32A95B;
    border-left: 1px solid #32A95B;
    width: 100%;
    left: 0;
    padding: 16px;
  }
  .access--list dd:after {
    display: none;
  }
  .access--list dd:last-of-type {
    border-bottom: 1px solid #32A95B;
  }
  .access--list dt {
    position: relative;
  }
  .access--list dt:before {
    display: none;
  }
  .access--list dt:after {
    left: 0;
    display: none;
  }
  .access--list dd {
    position: relative;
  }
  .access--list dd:before {
    display: none;
  }
  .access--list dd:after {
    display: none;
  }
}
/* sin--13 philosophy 企業理念*/
.philosophy .flex,
.philosophy .flex_r {
  align-items: center;
}
.philosophy .txt_box {
  flex: 1;
}
.philosophy .philosophy_pic {
  width: 430;
}
.philosophy_list {
  display: flex;
  justify-content: space-between;
}
.philosophy_list_item {
  width: calc((100% - 60px) / 3);
  background-color: #E8F3DA;
  padding: 60px 16px;
  border-radius: 12px;
  position: relative;
}
.philosophy_list_item::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 12px;
  border: 1px solid rgb(255, 255, 255);
  pointer-events: none;
}
.philosophy_list_item_ttl {
  font-size: var(--fSize_third);
  color: #4C3F39;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .philosophy_list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
  .philosophy_list_item {
    width: 100%;
    padding: 40px 16px;
    border-radius: 12px;
  }
  .philosophy_list_item img {
    max-width: 90px;
    height: auto;
  }
  .philosophy_list_item::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 12px;
    border: 1px solid rgb(255, 255, 255);
    pointer-events: none;
  }
  .philosophy_list_item_ttl {
    font-size: var(--fSize_third);
    color: #4C3F39;
    font-weight: bold;
    font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
/*事業所計画*/
.business_list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 40px;
}
.business_list li {
  display: flex;
  flex-direction: column;
}
.business_list li .h3_subhead01 {
  font-size: 2rem;
  padding-top: 0;
}

/* お知らせ */
.imgList01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 30px;
}
.imgList01 .imgList01_item {
  text-align: center;
  width: calc((100% - 60px) / 3);
  transition: 0.3s linear;
}
.imgList01::after {
  content: "";
  height: 0;
  width: calc((100% - 60px) / 3);
}

@media screen and (max-width: 767px) {
  .imgList01 {
    justify-content: center;
    gap: 20px;
  }
  .imgList01 .imgList01_item {
    width: 100%;
  }
}
.news-sin .news-sin_post .post_img {
  position: relative;
}
.news-sin .news-sin_post .post_img:after {
  display: block;
  content: "";
  padding-top: 75%;
  /* デザインの画像を「縦幅 ÷ 横幅」で%を算出 */
}
.news-sin .news-sin_post .post_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.news-sin .news-sin_post_contents {
  text-align: left;
}
.news-sin .news-sin_post_contents .news_label {
  margin: 8px 0 4px;
}
.news-sin .news-sin_post_contents .post_ttl {
  padding: 0 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4C3F39;
  border-bottom: 1px dotted #D2CFCD;
  background: url(images/ttl_leaf.jpg) no-repeat top 5px left;
}
@media screen and (max-width: 767px) {
  .news-sin .news-sin_post_contents .post_ttl {
    padding-left: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .news-sin .news-sin_post_contents .post_ttl {
    padding-left: 30px;
  }
}
.news-sin .news-sin_post_contents .post_disc {
  font-size: 1.4rem;
  padding: 16px 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.news-sin .news-sin_post .news_btnArea {
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .news-sin .news-sin_post {
    display: block;
    text-align: center;
  }
  .news-sin .news-sin_post .post_img {
    width: 400px;
    width: 100%;
    display: inline-block;
    margin-bottom: 24px;
  }
  .news-sin .news-sin_post_contents {
    width: 100%;
    text-align: left;
  }
  .news-sin .news-sin_post_contents .post-sin_date {
    font-size: 1.4rem;
  }
  .news-sin .news-sin_post_contents .post-sin_ttl {
    position: relative;
    font-size: 1.6rem;
  }
  .news-sin .news-sin_post_contents .news_btnarea {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 35px;
    display: inline-block;
    text-align: center;
  }
  .news-sin .news-sin_post:not(:last-child) {
    margin-bottom: 70px;
  }
}
/*sin--recruit 求人*/
.recruit--list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /*border*/
}
.recruit--list dt {
  text-align: left;
  width: 300px;
  padding-left: 20px;
  padding-right: 60px;
  padding-top: 25px;
  padding-bottom: 22px;
  font-weight: bold;
  color: #4C3F39;
  font-size: var(--fSize_body);
  position: relative;
}
.recruit--list dt:before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #32A95B;
}
.recruit--list dt:first-child:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #32A95B;
}
@media screen and (max-width: 767px) {
  .recruit--list dt {
    color: #fff;
  }
}
.recruit--list dd {
  width: calc(100% - 300px);
  padding-top: 25px;
  padding-bottom: 22px;
  border-bottom: 1px solid #D2CFCD;
  padding-left: 46px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.recruit--list dd:first-of-type {
  border-top: 1px solid #D2CFCD;
}
@media screen and (max-width: 767px) {
  .recruit--list dd {
    padding-left: 0;
  }
}
.recruit--list dd a {
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.recruit--list a {
  color: #32A95B;
  text-decoration: none;
}
.recruit--list a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .recruit--list {
    flex-direction: column;
    /*border*/
  }
  .recruit--list dt {
    text-align: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #32A95B;
  }
  .recruit--list dt:before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #32A95B;
  }
  .recruit--list dt:first-child:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #32A95B;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .recruit--list dt {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .recruit--list dd {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 1px solid #32A95B;
    border-right: 1px solid #32A95B;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-bottom: 1px solid #32A95B;
  }
  .recruit--list dd a {
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: anywhere;
  }
  .recruit--list a {
    color: #32A95B;
    text-decoration: none;
  }
  .recruit--list a:hover {
    opacity: 0.6;
  }
}
/*sin--greeting 挨拶*/
.hdl_wrap {
  background: url(images/greeting_ttl.png) no-repeat top center;
  padding: 30px 0 40px;
}
@media screen and (max-width: 767px) {
  .hdl_wrap {
    background: url(images/greeting_ttl.png) no-repeat top center/contain;
    padding: 30px 0 0;
  }
}

.headline_greeting {
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 4px rgba(255, 255, 255, 0.9));
  font-size: 3rem;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #32A95B;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .headline_greeting {
    margin-bottom: 20px;
  }
}

.name {
  color: #4C3F39;
  font-size: var(--fSize_fourth);
}

@media screen and (max-width: 767px) {
  .headline_greeting {
    font-size: 2rem;
  }
}
/****************************************

single.php

*****************************************/
.single_box .date {
  display: block;
  margin-bottom: 15px;
  color: #999;
  font-size: 1.5rem;
}
.single_box img {
  max-width: 900px;
  width: auto;
  height: auto;
  margin: 10px 10px 10px 0;
}

.nav-below {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 70px auto 0;
}
.nav-below .list {
  width: 250px;
  background: transparent;
  transition: 0.3s;
}
.nav-below .list a {
  display: block;
  padding: 15px 5px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  background-color: #32A95B;
  border: 1px solid #32A95B;
}
.nav-below .list a:hover {
  background: #46c873;
}
.nav-below > a {
  display: block;
  width: 140px;
  padding: 15px 5px;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  background-color: #F79635;
}
.nav-below > a span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: 0.3s;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

a.page-numbers {
  background: rgba(255, 255, 255, 0.6);
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.4rem;
  transition: 0.3s;
}
a.page-numbers:link, a.page-numbers:visited {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a.page-numbers:hover, a.page-numbers:active {
  color: #666;
  transition: 0.3s;
}

.pager .current {
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  background: #32a95b;
  border: solid 1px #000;
  color: black;
}

@media screen and (max-width: 767px) {
  .single_box .date {
    font-size: 1.4rem;
  }
  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }
  .nav-below {
    width: 100%;
    margin-top: 50px;
  }
  .nav-below .list {
    width: 40%;
  }
  .nav-below .list a {
    font-size: 1.4rem;
  }
  .nav-below > a {
    width: 30%;
    font-size: 1.4rem;
  }
}
.gyarally_list {
  margin-bottom: 60px;
}
.gyarally_list .imgList01_item {
  margin-bottom: 30px;
  width: calc((100% - 60px) / 3);
}
.gyarally_list .imgList01_item:nth-child(10), .gyarally_list .imgList01_item:nth-child(11), .gyarally_list .imgList01_item:nth-child(12) {
  margin-bottom: 0;
}

.gyarally_wrap {
  border-top: 1px dotted #D2CFCD;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .gyarally_list {
    margin-bottom: 20px;
  }
  .gyarally_list .imgList01_item {
    margin-bottom: 0;
    width: calc((100% - 30px) / 2);
  }
  .gyarally_list .imgList01_item:nth-child(10), .gyarally_list .imgList01_item:nth-child(11), .gyarally_list .imgList01_item:nth-child(12) {
    margin-bottom: 0;
  }
}
/****************************************

aside

*****************************************/
.bottom_nav {
  padding: 80px 0 60px;
  margin-top: 50px;
  margin-bottom: 40px;
  background: url(images/top_box03_bg.jpg) repeat top center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bottom_nav {
    margin-bottom: 0;
  }
}
.bottom_nav:before {
  content: "";
  background: url(images/btm_sec_top.jpg) no-repeat top center/cover;
  width: 100%;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .bottom_nav:before {
    display: none;
  }
}
.bottom_nav:after {
  position: absolute;
  content: "";
  background: url(images/btm_sec_btm.jpg) no-repeat bottom center/cover;
  width: 100%;
  height: 40px;
  bottom: -40px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bottom_nav:after {
    display: none;
  }
}
.bottom_nav .top_subhead01 {
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .bottom_nav .top_subhead01 {
    padding-bottom: 0;
  }
}
.bottom_nav_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bottom_nav_list_item {
  margin-bottom: 60px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--fSize_body);
  border-right: 2px dashed #B7AD8F;
  min-width: 400px;
}
.bottom_nav_list_item:not(:last-child) {
  padding-right: 40px;
}
.bottom_nav_list_item:not(:first-child) {
  padding-left: 40px;
}
.bottom_nav_list_item:nth-child(3) {
  border-right: none;
  padding-right: 0;
}
.bottom_nav_list_item:nth-child(4) {
  margin-bottom: 0;
}
.bottom_nav_list_item:last-child {
  border-right: none;
  margin-bottom: 0;
}
.bottom_nav_list_item_ttl {
  font-size: 2.6rem;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .bottom_nav_list_item_ttl {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .bottom_nav_list_item_ttl {
    margin-bottom: 16px;
  }
}
.bottom_nav_list_item_tel {
  font-size: 2.6rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  color: #4C3F39;
  display: inline-block;
  background-color: #fff;
  border-radius: 100vmax;
  padding: 6px 0;
  padding-left: 48px;
  width: 260px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .bottom_nav_list_item_tel {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .bottom_nav_list_item_tel {
    margin-top: 16px;
    margin-bottom: 14px;
  }
}
.bottom_nav_list_item .tel-green:before {
  content: "";
  background: url(images/icon_tel-green.jpg) no-repeat left center;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.bottom_nav_list_item .tel-orange:before {
  content: "";
  background: url(images/icon_tel-orange.jpg) no-repeat left center;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .bottom_nav_list_item_disc p:first-child {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .bottom_nav_list_item_disc p:first-child {
    margin-bottom: 8px;
  }
}
.bottom_nav .inr_reafR:after {
  bottom: -120px;
}

/* 下層ver */
@media screen and (max-width: 767px) {
  .bottom_nav--sin {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .bottom_nav {
    padding: 50px 10px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .bottom_nav .bottom_nav_ttl {
    margin-bottom: 25px;
  }
  .bottom_nav .txt_box {
    margin-bottom: 30px;
  }
  .bottom_nav .btn_list--btm {
    gap: 20px;
  }
  .bottom_nav .btn_list--btm_item {
    max-width: 80%;
  }
  .bottom_nav .btn_list--btm .btm_mail {
    font-size: var(--fSize_secondly);
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
  }
  .bottom_nav .btn_list--btm .btm_mail img {
    max-width: 28px;
    height: auto;
  }
  .bottom_nav .btn_list--btm .btm_mail a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    width: 280px;
    text-decoration: none;
  }
  .bottom_nav .btn_list--btm .btm_mail .icon_mail--btm {
    margin-right: 8px;
  }
  .bottom_nav_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .bottom_nav_list_item {
    margin-bottom: 25px;
    border-right: none;
    min-width: initial;
    min-width: 300px;
  }
  .bottom_nav_list_item:not(:last-child) {
    padding-right: 0;
    border-bottom: 2px dashed #B7AD8F;
  }
  .bottom_nav_list_item:not(:first-child) {
    padding-left: 0;
  }
  .bottom_nav_list_item:nth-child(3) {
    border-right: none;
    padding-right: 0;
  }
  .bottom_nav_list_item:nth-child(4) {
    margin-bottom: 0;
  }
  .bottom_nav_list_item:last-child {
    border-right: none;
    margin-bottom: 0;
    padding-top: 25px;
  }
  .bottom_nav_list_item_ttl {
    font-size: 2rem;
    font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bottom_nav_list_item_ttl {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .bottom_nav_list_item_tel {
    font-size: 2.2rem;
    padding: 6px 0;
    padding-left: 34px;
    width: 222px;
  }
  .bottom_nav_list_item .tel-green:before {
    width: 30px;
    height: 30px;
    background-size: cover;
    left: 14px;
  }
  .bottom_nav_list_item .tel-orange:before {
    width: 30px;
    height: 30px;
    background-size: cover;
    left: 14px;
  }
  .bottom_nav--sin {
    padding: 0;
  }
}
.bottom_info {
  width: 100%;
  padding: 50px 10px;
}
.bottom_info h2 {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.bottom_info_txt {
  margin-bottom: 25px;
}
.bottom_info_list {
  flex-direction: column;
}
.bottom_info_list .tel {
  margin: 0 0 25px;
  padding: 0;
}
.bottom_info_list .tel p:first-child {
  font-size: 1.2rem;
  text-align: center;
}
.bottom_info_list .tel p:last-child {
  font-size: 2.4rem;
}
.bottom_info_list .tel p:last-child span {
  font-size: 1.6rem;
}
.bottom_info_list .tel::before {
  display: none;
}
.bottom_info::before, .bottom_info::after {
  height: 30px;
}
.bottom_info::before {
  top: -30px;
}

/****************************************

テーブル

*****************************************/
.price--list {
  width: 48%;
  border: 1px solid #32A95B;
  border-collapse: collapse;
  display: flex;
  flex-wrap: wrap;
}
.price--list dt,
.price--list dd {
  padding: 16px;
  width: 48%;
}
.price--list dd:not(:last-child) {
  border-bottom: 1px solid #32A95B;
}
.price--list_ttl {
  background-color: #EFF5F0;
  max-width: 200px;
  border-right: 1px solid #32A95B;
}
.price--list_ttl:not(:last-of-type) {
  border-bottom: 1px solid #32A95B;
}
.price--list dd {
  width: calc(100% - 200px);
}

.check--list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 30px;
}
.check--list_item {
  width: 48%;
  display: flex;
  border-bottom: 1px solid #1A2E43;
  padding: 8px 0;
}
.check--list_item:before {
  content: "";
  background: url(images/checkList_icon.png) no-repeat top center/cover;
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .price--list {
    width: 100%;
    border-right: none;
  }
  .price--list:not(:last-child) {
    border-bottom: none;
  }
  .price--list dt,
  .price--list dd {
    padding: 16px 8px;
    width: 100%;
  }
  .price--list_ttl {
    max-width: none;
  }
  .price--list dt {
    width: 100%;
  }
  .price--list dt:last-of-type {
    border-bottom: 1px solid #32A95B;
  }
  .price--list dd {
    width: 100%;
    border-right: 1px solid #32A95B;
  }
  .check--list {
    gap: 8px;
  }
  .check--list_item {
    width: 48%;
    padding: 0 0 8px;
  }
  .check--list_item:before {
    background: url(images/checkList_icon.png) no-repeat top center/contain;
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin-right: 8px;
    margin-top: 5px;
  }
}
/****************************************

ラベル

*****************************************/
.news_label {
  width: 80px;
  padding: 0px 0;
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .news_label {
    width: 50px;
  }
}

.label--green {
  background-color: #32A95B;
  color: #fff;
}

.label--orange {
  background-color: #F79635;
  color: #fff;
}

/****************************************

ボタン

*****************************************/
/* ボタンエリア */
.btnArea {
  display: flex;
  justify-content: center;
}

.btnArea_2 {
  gap: 15px;
}

.btnArea--sin {
  margin-top: 20px;
  gap: 30px;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .btnArea--sin {
    gap: 8px;
  }
}

/* ボタン親*/
.btn {
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.btn a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 0;
  width: 100%;
  color: #fff;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 7px;
  text-align: center;
}

.btn300 {
  width: 300px;
}
.btn300 a {
  padding: 14px 0;
}

.btn--main a {
  background-color: #fff;
  color: #32A95B;
  border: 2px solid #32A95B;
  border-radius: 100vmax;
}
.btn--main a:hover {
  background-color: #32A95B;
  color: #Fff;
  transition: 0.3s ease;
}

.btn--accent a {
  background-color: #fff;
  color: #F79635;
  border: 2px solid #F79635;
  border-radius: 100vmax;
}
.btn--accent a:hover {
  background-color: #F79635;
  color: #Fff;
  transition: 0.3s;
}

.btn--03 a {
  background-color: transparent;
  color: #333;
  border: 2px solid #333;
  font-size: 1.7rem;
  border-radius: 100vmax;
  position: relative;
}
.btn--03 a:hover {
  background-color: #fff;
  color: #333;
  opacity: 0.7;
  transition: 0.3s;
}
.btn--03 a:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background: url(images/btn_arrow.png) no-repeat top center/cover;
}

.btn--sin-news a {
  background-color: transparent;
  color: #32A95B;
  border: 2px solid #32A95B;
  font-size: 1.7rem;
  padding: 5px 0;
  border-radius: 100vmax;
}
.btn--sin-news a:hover {
  color: #fff;
  background-color: #32A95B;
  opacity: 0.7;
  transition: 0.3s;
}

.btn_sin {
  width: 280px;
}
.btn_sin a {
  padding: 7px 0;
  font-size: 1.8rem;
  font-weight: 400;
}

.btn--news {
  width: 160px;
}
.btn--news a {
  padding: 5px 0;
}

.btn--sin a {
  padding: 12px 0;
}
.btn--sin a:before {
  display: none;
}
.btn--sin a img {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .btn {
    width: 290px;
    font-size: 1.6rem;
  }
  .btn a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: var(--fSize_body);
  }
  .btn--news a {
    font-size: 1.4rem;
  }
  .btn--sin {
    margin: 0 auto;
  }
  .btn_sin {
    width: 240px;
  }
  .btn_sin a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.6rem;
  }
  .btn--sin {
    margin-top: 16px;
    width: 240px;
  }
  .btn--sin a img {
    max-width: 20px;
    margin-right: 8px;
    margin-top: -4px;
    background-size: cover;
  }
}
/****************************************

txt設定

*****************************************/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml15 {
  margin-left: 15px;
}

.mt30 {
  margin-top: 30px;
}

.txt580 {
  width: 580px;
}

.txt680 {
  width: 680px;
}

@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 20px;
  }
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50,
  .mb60,
  .mb70,
  .mb80 {
    margin-bottom: 40px;
  }
  .txt580 {
    width: 100%;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 強調 */
.bold {
  font-weight: bold;
}

.big {
  font-size: 1.8rem;
}

.small {
  font-size: 1.4rem;
}

.red {
  color: #FF0000;
}

.green {
  color: #32A95B;
}

.orange {
  color: #F79635;
}

.line {
  -webkit-text-decoration: border;
          text-decoration: border;
}

@media screen and (max-width: 767px) {
  .big {
    font-size: 1.6rem;
  }
}
/*block*/
.inline-block {
  display: inline-block;
}

/* 位置 */
.center {
  text-align: center;
}

.flex-center {
  justify-content: center;
}

.right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .center_sp {
    text-align: center;
  }
  .left_sp {
    text-align: left;
  }
  .flex_center_sp {
    justify-content: center;
  }
}
/****************************************

img

*****************************************/
/* ホバー時にズーム */
figure.img_zoom {
  position: relative;
  overflow: hidden;
}
figure.img_zoom a {
  display: block;
  position: relative;
  background: #1967a5;
}
figure.img_zoom a::before {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  content: "詳しく見る";
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  transition: 0.4s linear;
}
figure.img_zoom a::after {
  display: block;
  content: "";
  padding-top: 75%;
}
figure.img_zoom img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  transition: 0.3s linear;
}
figure.img_zoom:hover img {
  opacity: 0.5;
  transform: scale(1.1);
}
figure.img_zoom:hover a::before,
figure.img_zoom:hover a::after {
  opacity: 1;
}

.fg--w {
  width: 440px;
}

.fg--w400 {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .fg--w400 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.img_radius {
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .img_zoom::before {
    font-size: 1.4rem;
  }
  .img400 {
    width: 100%;
    max-width: 400px;
  }
}
.fancybox-title-over #fancybox-title {
  display: none;
}

/****************************************

トップページタイトル

*****************************************/
.top_hero_ttl {
  margin-bottom: 40px;
}

.top_headline {
  font-size: var(--fSize_primary-top);
  font-weight: bold;
  color: #333;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
}
.top_headline .ttl {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px dotted rgba(76, 64, 57, 0.1254901961);
}

.top_subhead01 {
  font-size: var(--fSize_secondly-top);
  font-weight: bold;
  color: #4C3F39;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-top: 56px;
  margin-bottom: 30px;
  letter-spacing: 0em;
  text-align: center;
  position: relative;
  z-index: 0;
}
.top_subhead01 .subHdl {
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 8px;
}
.top_subhead01:before {
  content: "";
  position: absolute;
  background: url(images/ttl_bg_top.png) no-repeat top center;
  height: 30px;
  width: 138px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.top_news_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  color: #4C3F39;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  z-index: 0;
}
.top_news_ttl .subHdl {
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  color: #32A95B;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .top_news_ttl {
    padding-left: 74px;
  }
}
.top_news_ttl:before {
  content: "";
  position: absolute;
  background: url(images/top_news_ttl.png) no-repeat top center;
  height: 53px;
  width: 59px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.bottom_nav_ttl {
  color: #493328;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--fSize_secondly);
  font-weight: 400;
  margin-bottom: 50px;
  text-align: left;
  display: inline-block;
}
.bottom_nav_ttl .subHdl_sub {
  font-size: 1.6rem;
  display: block;
  padding-top: 12px;
  color: #F79635;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bottom_nav_ttl .subHdl_sub {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .bottom_nav_ttl {
    text-align: center;
  }
}

.ttl_flower {
  position: relative;
}
.ttl_flower:after {
  position: absolute;
  content: "";
  width: 41px;
  height: 95px;
  bottom: 0px;
  right: -71px;
  background: url(images/top_ttl_icon.png) no-repeat top center/cover;
}

.top_subhead02 {
  display: flex;
  align-items: center;
}
.top_subhead02 span {
  color: #32A95B;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.6rem;
  background: linear-gradient(180deg, #ffffff 40%, #BBBBBB 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.top_subhead02:before {
  content: "";
  background: url(images/ttl_icon01.png) no-repeat top center/contain;
  width: 51px;
  height: 53px;
  margin-right: 16px;
}
.top_subhead02:after {
  content: "";
  height: 1px;
  width: 410px;
}

.bottom_nav_ttl {
  text-align: center;
  position: relative;
}
.bottom_nav_ttl::before {
  position: absolute;
  content: "";
  background: url(images/btm_ttlL.png) no-repeat top right/cover;
  width: 156px;
  height: 63px;
  top: -20px;
  left: -176px;
}
.bottom_nav_ttl::after {
  position: absolute;
  content: "";
  background: url(images/btm_ttlR.png) no-repeat top right/cover;
  width: 156px;
  height: 63px;
  top: -20px;
  right: -176px;
}
@media screen and (max-width: 767px) {
  .bottom_nav_ttl:before, .bottom_nav_ttl:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .top_headline {
    margin-bottom: 25px;
    position: relative;
    text-align: center;
  }
  .top_headline .ttl {
    padding-bottom: 4px;
  }
  .top_headline .ttl:not(:last-child) {
    margin-bottom: 4px;
  }
  .top_headline::before {
    width: 100%;
  }
  .top_subhead01,
  .bottom_nav_ttl {
    font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 25px;
    width: 100%;
  }
  .top_subhead01 span,
  .bottom_nav_ttl span {
    font-size: 1.3rem;
  }
  .top_subhead01 {
    padding-top: 30px;
    margin-bottom: 25px;
  }
  .top_subhead01 .subHdl {
    font-size: 1.3rem;
    margin-bottom: 0px;
  }
  .top_subhead01:before {
    background: url(images/ttl_bg_top.png) no-repeat top center/cover;
    height: 16px;
    width: 80px;
  }
  .top_subhead02 {
    margin-bottom: 20px;
    padding: 2px 0 2px 15px;
    border-left-width: 4px;
    font-size: 2rem;
  }
  .top_box02_inner h3 span {
    font-size: 2rem;
  }
  .top_box02_inner h3::after {
    top: -45px;
    left: -20px;
    width: 140px;
    height: 53px;
  }
  .top_news_ttl {
    font-size: 2.4rem;
    padding-left: 32px;
    line-height: 1lh;
    background: url(images/top_news_ttl.png) no-repeat top 8px left/26px;
  }
  .top_news_ttl .subHdl {
    font-size: 1.4rem;
    display: block;
    font-weight: bold;
    font-family: "Ubuntu", sans-serif;
    color: #32A95B;
    margin-bottom: 0;
  }
  .top_news_ttl:before {
    display: none;
  }
  .bottom_nav_ttl {
    font-size: 2.4rem;
    padding-bottom: 26px;
    margin-bottom: 50px;
  }
}
/****************************************

下層ページタイトル

*****************************************/
.headline {
  font-size: var(--fSize_primary-sub);
  font-weight: bold;
  color: #333;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 32px;
  letter-spacing: 0em;
  position: relative;
  text-align: center;
  position: relative;
  padding-top: 50px;
  margin-bottom: 60px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .headline {
    margin-top: 0;
  }
}
.headline:before {
  content: "";
  position: absolute;
  background: url(images/ttl_bg_top.png) no-repeat top center;
  height: 30px;
  width: 138px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.single_tit {
  margin-bottom: 30px;
  padding-top: 40px;
  font-size: 2.6rem;
  text-align: center;
}

/* h2 */
.h2_subhead01,
.post-sin_ttl {
  font-size: var(--fSize_secondly);
  font-weight: bold;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4C3F39;
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 16px;
  padding-left: 34px;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 2px dotted #D2CFCD;
}
.h2_subhead01:before,
.post-sin_ttl:before {
  content: "";
  width: 5px;
  height: 38px;
  background-color: #32A95B;
  position: absolute;
  left: 0;
  top: 50%;
}

.post-sin_ttl {
  font-size: var(--fSize_secondly);
}

.h2_subhead02 {
  font-size: var(--fSize_secondly);
  font-weight: bold;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #32A95B;
  margin-bottom: 24px;
}

.h3_subhead01 {
  font-size: var(--fSize_middle);
  font-weight: bold;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4C3F39;
  text-align: center;
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: 2px dashed #F79635;
  margin-bottom: 24px;
}

.h4_subhead01 {
  font-size: var(--fSize_third);
  font-weight: bold;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #32A95B;
  text-align: left;
  padding-left: 0px;
  margin-bottom: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: var(--fSize_primary-sub);
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .headline:before {
    width: 100px;
    background-size: cover;
    height: 22px;
  }
  .headline .subHdl {
    font-size: 1.3rem;
    display: block;
    font-weight: 600;
    font-family: "Ubuntu", sans-serif;
    color: #6c7e8d;
  }
  .single_tit {
    margin-bottom: 20px;
    padding-top: 16px;
    background-size: 30px auto;
    font-size: 2rem;
  }
  .post-sin_ttl,
  .h2_subhead01 {
    font-size: var(--fSize_secondly);
    margin-bottom: 16px;
    text-align: left;
    align-items: flex-start;
    padding-bottom: 14px;
    padding-left: 16px;
  }
  .post-sin_ttl:before,
  .h2_subhead01:before {
    content: "";
    width: 5px;
    height: 30px;
    background-color: #32A95B;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .h3_subhead01 {
    font-size: 1.6rem;
    padding-bottom: 8px;
    margin-bottom: 8px;
    padding-left: 0;
    text-align: left;
  }
  .h4_subhead01 {
    font-size: 1.6rem;
    margin-bottom: 0;
    padding-top: 8px;
  }
}
/****************************************

見出し

*****************************************/
@media screen and (max-width: 767px) {
  .headline {
    line-height: 1.4;
  }
  .headline span {
    font-size: 1.4rem;
    /* 見出しに小さな英字がある場合に使用 */
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  #sp_footer {
    position: relative;
  }
  #sp_footer .sp_bnr {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  #sp_footer .sp_bnr .sp_bnr_parts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 33.3333333333%;
    background: #32A95B;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #sp_footer .sp_bnr .sp_bnr_parts img {
    width: 20px;
    height: 20px;
    margin-bottom: 7px;
  }
  #sp_footer .sp_bnr .sp_bnr_parts p {
    color: #FFF;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
  }
  #sp_footer .sp_footer_box {
    padding: 40px 20px 70px;
    background-color: #fff;
    color: #333;
  }
  #sp_footer .sp_footer_box .sp_logo {
    max-width: 100px;
    margin: 0 auto 24px;
  }
  #sp_footer .sp_footer_box .sp_logo a {
    color: #333;
    text-decoration: none;
  }
  #sp_footer .sp_footer_box .sp_logo a:hover {
    color: #999;
  }
  #sp_footer .sp_footer_box .sp_add {
    margin-bottom: 16px;
    text-align: center;
  }
  #sp_footer .sp_footer_box .sp_add a {
    color: #32A95B;
  }
  #sp_footer .sp_footer_box .sp_ftr_time {
    margin-bottom: 16px;
    text-align: center;
  }
  #sp_footer .sp_footer_box .sp_copyright {
    display: block;
    font-size: 1.1rem;
    text-align: center;
  }
  #sp_footer .sp_footer_box .side_bnr {
    display: none;
  }
}
/****************************************

pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    position: relative;
    width: 100%;
  }
  .side_bnr {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .side_bnr_item {
    margin-bottom: 20px;
  }
  .side_bnr .opacity {
    opacity: 0.8;
  }
  .pagetop {
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 99;
    transition: 0.3s linear;
  }
  .pagetop img {
    border-radius: 12px;
  }
  .pagetop:hover {
    transform: translateY(-5px);
  }
  .pc_footer_box {
    background-color: #fff;
    color: #333;
    padding: 70px 0 0;
  }
  .pc_footer_box .inr .footer_body {
    display: flex;
    justify-content: space-between;
  }
  .pc_footer_box .inr .footer_left .footer_logo a {
    text-decoration: none;
    transition: 0.3s;
  }
  .pc_footer_box .inr .footer_right {
    text-align: left;
    width: calc(100% - 260px);
  }
  .pc_footer_box .inr .footer_right .cpr_info {
    font-size: 1.5rem;
    font-weight: 400;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1882352941);
  }
  .pc_footer_box .inr .footer_right .cpr_info a {
    position: relative;
  }
  .pc_footer_box .inr .footer_right .cpr_info a:before {
    content: "";
    position: absolute;
    bottom: -6px;
    background-color: rgba(255, 255, 255, 0.3137254902);
    height: 1px;
    width: 100%;
  }
  .pc_footer_box .inr .footer_right .cpr_info a:hover {
    opacity: 0.7;
  }
  .pc_footer_box .ftr_nav {
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
  }
  .pc_footer_box .ftr_nav_item {
    /*ボーダー*/
    /*矢印*/
  }
  .pc_footer_box .ftr_nav_item p {
    margin-bottom: 8px;
  }
  .pc_footer_box .ftr_nav_item .ftr_nav_menu a {
    text-decoration: none;
    color: #333;
    font-size: 1.4rem;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .pc_footer_box .ftr_nav_item .ftr_nav_menu a:hover {
    opacity: 0.6;
    transition: 0.3s linear;
  }
  .pc_footer_box .ftr_nav_item .border {
    position: relative;
    margin-left: 30px;
  }
  .pc_footer_box .ftr_nav_item .border::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 1px;
    top: 11px;
    left: -16px;
    background-color: #333;
    margin-right: 8px;
  }
  .pc_footer_box .ftr_nav_item .arrow {
    position: relative;
    padding-left: 16px;
    font-size: 1.7rem;
    font-weight: bold;
    font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #4C3F39;
  }
  .pc_footer_box .ftr_nav_item .arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(90deg);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #000;
  }
  .pc_footer_box .ftr_nav_item .arrow-blue:before {
    border-bottom: 6px solid #84CEBF;
  }
  .pc_footer_box .ftr_nav_item .arrow-parple:before {
    border-bottom: 6px solid #826BC2;
  }
  .pc_footer_box .ftr_nav_item .arrow-pink:before {
    border-bottom: 6px solid #FFABA9;
  }
  .pc_footer_box .ftr_nav_item .arrow-green:before {
    border-bottom: 6px solid #32A95B;
  }
  .pc_footer_box .ftr_nav_item .arrow-orange:before {
    border-bottom: 6px solid #F79635;
  }
  .pc_footer_box .ftr_nav_item .arrow-yellow:before {
    border-bottom: 6px solid #E1C04D;
  }
}
.pc_copyright {
  color: #333;
  font-family: "Ubuntu", sans-serif;
  display: block;
  padding: 54px 0px 50px;
  font-size: 1.4rem;
  text-align: right;
  line-height: 1.2;
}

/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #32A95B solid;
  background-color: #32A95B;
  color: #fff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .tc input[type=submit]:hover {
  box-shadow: 0 0 1px 1px rgba(50, 169, 91, 0.3);
  background-color: #fff;
  color: #32A95B;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #32A95B solid;
  box-shadow: 0 0 2px 2px rgba(50, 169, 91, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.2rem;
}
.form_row .form_label {
  width: 300px;
}
.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_input {
  width: calc(100% - 300px);
}
.form_row .form_input_post {
  width: 180px;
}
.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #32A95B;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}
.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #32A95B;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}
.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #32A95B;
  border-right: 3px solid #32A95B;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #002565;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #32A95B;
  box-shadow: 0 0 2px 2px rgba(50, 169, 91, 0.5);
  background-color: #32A95B;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}
.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  display: inline-block;
}
.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}
.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio]:checked + span:before {
  box-shadow: 0 0 2px 2px rgba(50, 169, 91, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #32A95B;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #32A95B;
  border-right: 1px solid #32A95B;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #32A95B;
  border-right: 1px solid #32A95B;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #32A95B;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(50, 169, 91, 0.7), rgba(50, 169, 91, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/*お問い合わせ項目、縦列*/
.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(50, 169, 91, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(50, 169, 91, 0.3);
}

.wpcf7-response-output {
  font-size: 1.5em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .tc {
    text-align: left;
  }
  .wpcf7 .tc input[type=submit] {
    font-size: 16px;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  .wpcf7-response-output {
    font-size: 1.3em;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
  }
  span.wpcf7-list-item {
    font-size: 1.4rem;
  }
  .wpcf7 .form_input input[type=radio] {
    display: none;
  }
  .wpcf7 .form_input input[type=radio] + span {
    padding: 0 0 0 14px;
  }
  .wpcf7 .form_input input[type=radio] + span:not(:first-child) {
    margin-left: 14px;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack *//*# sourceMappingURL=style.css.map */