@charset "UTF-8";
/*
 * common styles
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
html, 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;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #333333;
  font-size: 62.5%;
}

body {
  font-family: Arial, "Helvetica Neue", Helvetica, "游ゴシック体", YuGothic, "My Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 160%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 768px) {
  body {
    line-height: 1.75;
    font-size: 140%;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: Arial, "Helvetica Neue", Helvetica, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "My Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

/* link
   ========================================================================== */
a {
  color: #333333;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover {
  color: #1b7e3e;
  text-decoration: underline;
}

/* image
   ========================================================================== */
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top;
}

table th img,
table td img {
  vertical-align: middle;
}

/* ClearFix
   ========================================================================== */
.clear {
  clear: both;
}

.clearfix,
.fbox,
#contents {
  display: block;
}

.clearfix:after,
.fbox:after,
#contents:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* float
   ========================================================================== */
.fr {
  float: right;
}

.fl {
  float: left;
}

ul.fbox li {
  float: left;
  display: inline;
}

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* form label
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
}

/* position
   ========================================================================== */
.text-r {
  text-align: right !important;
}

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important;
}

.text-l {
  text-align: left !important;
}

/* font-family
   ========================================================================== */
@font-face {
  font-family: "My Yu Gothic";
  src: local("Yu Gothic Medium"), local("遊ゴシック Medium");
  font-weight: 400;
}

@font-face {
  font-family: "My Yu Gothic";
  src: local("Yu Gothic Medium"), local("遊ゴシック Medium");
  font-weight: normal;
}

@font-face {
  font-family: "My Yu Gothic";
  src: local("Yu Gothic Medium"), local("遊ゴシック Medium");
  font-weight: 500;
}

@font-face {
  font-family: "My Yu Gothic";
  src: local("Yu Gothic Bold"), local("遊ゴシック Bold");
  font-weight: 600;
}

@font-face {
  font-family: "My Yu Gothic";
  src: local("Yu Gothic Bold"), local("遊ゴシック Bold");
  font-weight: bold;
}

/* ==========================================================================
   03. Layout
   ========================================================================== */
/* wrapper
   ========================================================================== */
html, body {
  height: 100%;
}

#wrapper {
  overflow: hidden;
}

.contents-wrapper {
  padding: 0 30px;
}

.contents-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.contents-inner-sml {
  max-width: 960px;
  margin: 0 auto;
}

.contents-body {
  margin: 70px 0 100px;
}

.btn-wrapper {
  text-align: center;
}

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

@media only screen and (max-width: 940px) {
  #wrapper {
    margin-top: 56px;
  }
}

@media only screen and (max-width: 768px) {
  .contents-wrapper {
    padding: 0 20px;
  }
  .contents-body {
    margin: 40px 0 40px;
  }
  .flex-wrapper {
    display: block;
  }
  .flex-wrapper.nowrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/* header
   ========================================================================== */
header {
  z-index: 500;
  position: relative;
  width: 100%;
  height: 82px;
  background-color: #fff;
}

header .nav-inner {
  position: relative;
}

header .logo-mark {
  z-index: 5;
  position: relative;
  width: 180px;
  height: 152px;
  /*padding-top: 12px;*/
  padding-top: 15px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.14);
}

header .logo-mark a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

header .logo-mark a:hover {
  opacity: .7;
}

header .nav-outer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

header .nav-setbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  height: 100%;
}

header .nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

header .nav-box > * {
  margin-right: 40px;
}

header .nav-box > * a {
  color: #333333;
  text-decoration: none;
}

header .nav-box > * a:visited {
  color: #333333;
  text-decoration: none;
}

header .nav-box > * a:hover {
  color: #1b7e3e;
  text-decoration: none;
}

header .nav-box .btn-parent:hover > a {
  color: #1b7e3e;
  text-decoration: none;
}

header .nav-box .subnav-box {
  display: none;
  position: absolute;
  top: 82px;
  right: 0;
  width: 100vw;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

header .nav-box .subnav-box.current {
  display: block;
}

header .nav-box .subnav-box ul {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

header .nav-box .subnav-box li {
  margin-right: 30px;
}

header .nav-box .subnav-box a {
  display: inline-block;
  padding: 16px 0 14px 15px;
  line-height: 1;
  background: url(/common/img/arrow_grn.png) left center/7px auto no-repeat;
}

header .othernav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  height: 100%;
}

header .othernav-box > * {
  height: 100%;
  width: 214px;
}

header .othernav-box > *:first-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #1b7e3e;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

header .othernav-box > *:first-child a:hover {
  opacity: .8;
}

header .othernav-box > *:first-child a .icon {
  display: inline-block;
  padding: 0 0 0 50px;
  line-height: 1.4;
  color: #fff;
  background: url(/common/img/icon_mail.png) left center/32px auto no-repeat;
}

header .othernav-box > *:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f4f1e6;
}

header .othernav-box > *:last-child .icon {
  display: inline-block;
  padding: 0 0 0 40px;
  line-height: 1.2;
  background: url(/common/img/icon_tel.png) left center/32px auto no-repeat;
}

header .othernav-box > *:last-child .icon span {
  display: block;
}

header .othernav-box > *:last-child .icon .num {
  font-family: "Times New Roman", Times, "serif";
  font-size: 24px;
  font-size: 2.4rem;
  color: #1b7e3e;
}

header .othernav-box > *:last-child .icon .txt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

header .nav-btn {
  display: none;
}

@media only screen and (max-width: 1160px) {
  header .logo-mark {
    width: 160px;
    height: 135px;
    padding: 15px;
  }
  header .nav-box > * {
    margin-right: 26px;
  }
  header .othernav-box > * {
    width: 180px;
  }
  header .othernav-box > *:first-child {
    width: 150px;
  }
  header .othernav-box > *:first-child a .icon {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 0 0 35px;
    background: url(/common/img/icon_mail.png) left center/22px auto no-repeat;
  }
  header .othernav-box > *:last-child .icon {
    padding: 0 0 0 34px;
    background: url(/common/img/icon_tel.png) left center/26px auto no-repeat;
  }
  header .othernav-box > *:last-child .icon .num {
    font-size: 20px;
    font-size: 2rem;
  }
  header .othernav-box > *:last-child .icon .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 940px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
  }
  header .sp-item {
    display: block;
  }
  header {
    display: block;
    height: 56px;
    -webkit-transition: none;
    transition: none;
  }
  header.moved {
    -webkit-box-shadow: 0px 0px 14px 0px rgba(19, 19, 19, 0.16);
            box-shadow: 0px 0px 14px 0px rgba(19, 19, 19, 0.16);
  }
  header .logo-mark {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 995;
    width: 130px;
    height: 110px;
    padding: 12px;
  }
  header .nav-outer {
    display: none;
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    overflow-y: scroll;
  }
  header .nav-setbox {
    display: block;
    width: 100%;
    height: auto;
    padding: 120px 20px 20px;
  }
  header .nav-box {
    display: block;
    height: auto;
  }
  header .nav-box > * {
    height: auto;
    margin-right: 0;
    border-bottom: 1px solid #ddd;
  }
  header .nav-box > * a {
    position: relative;
    display: block;
    padding: 15px 20px;
    color: #333333;
    text-decoration: none;
  }
  header .nav-box > * a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .nav-box .btn-parent {
    height: auto;
  }
  header .nav-box .btn-parent > a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 11px;
    height: 1px;
    margin-top: 0px;
    border: none;
    background-color: #666;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  header .nav-box .btn-parent > a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 1px;
    height: 11px;
    margin-top: -5px;
    border: none;
    background-color: #666;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  header .nav-box .btn-parent.open > a {
    border-bottom: 1px solid #ddd;
  }
  header .nav-box .btn-parent.open > a::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .nav-box .btn-parent.open > a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .nav-box .subnav-box {
    display: none;
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 0;
    background-color: inherit;
    border-top: none;
    border-bottom: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: none;
    transition: none;
  }
  header .nav-box .subnav-box .btn-close {
    display: none !important;
  }
  header .nav-box .subnav-box ul {
    display: block;
    max-width: inherit;
    margin: 0;
    padding-left: 0;
    background-color: #f6f6f6;
  }
  header .nav-box .subnav-box ul::before {
    display: none;
  }
  header .nav-box .subnav-box li {
    width: 100%;
    margin-right: 0;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
  }
  header .nav-box .subnav-box li:last-child {
    border-bottom: none;
  }
  header .nav-box .subnav-box a {
    display: block;
    height: inherit;
    padding: 13px 10px 13px 20px;
    line-height: 1.75;
    background: none;
  }
  header .nav-box .subnav-box a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .nav-box .subnav-box li.btn-top a {
    background-color: #eee;
  }
  header .nav-btn {
    z-index: 996;
    display: block;
    position: absolute;
    top: 19px;
    right: 20px;
    width: 30px;
  }
  header .nav-btn span {
    display: block;
    height: 1px;
    margin-bottom: 8px;
    background-color: #666;
    text-indent: -9999px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  header .nav-btn.open span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-5px, 7px);
    transform: rotate(-45deg) translate(-5px, 7px);
  }
  header .nav-btn.open span:nth-child(2) {
    opacity: 0;
  }
  header .nav-btn.open span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-5px, -7px);
    transform: rotate(45deg) translate(-5px, -7px);
  }
  header .othernav-box {
    height: auto;
    margin-top: 30px;
  }
  header .othernav-box > * {
    height: auto;
    width: 50%;
  }
  header .othernav-box > *:first-child {
    width: 50%;
  }
  header .othernav-box > *:first-child a {
    padding: 20px;
  }
  header .othernav-box > *:first-child a .icon {
    display: inline-block;
    padding: 0 0 0 50px;
    line-height: 1.4;
    color: #fff;
    background: url(/common/img/icon_mail.png) left center/32px auto no-repeat;
  }
  header .othernav-box > *:last-child .icon {
    display: inline-block;
    padding: 0 0 0 40px;
    line-height: 1.2;
    background: url(/common/img/icon_tel.png) left center/32px auto no-repeat;
  }
  header .othernav-box > *:last-child .icon span {
    display: block;
  }
  header .othernav-box > *:last-child .icon .num {
    font-family: "Times New Roman", Times, "serif";
    font-size: 24px;
    font-size: 2.4rem;
    color: #1b7e3e;
  }
  header .othernav-box > *:last-child .icon .txt {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
  }
  .btn-cover {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  header .logo-mark {
    width: 106px;
    height: 90px;
  }
  .btn-cover {
    display: none !important;
  }
}

@media only screen and (max-width: 580px) {
  header .othernav-box {
    display: block;
    margin-top: 20px;
  }
  header .othernav-box > * {
    width: 100%;
  }
  header .othernav-box > *:first-child {
    width: 100%;
  }
  header .othernav-box > *:first-child a {
    padding: 20px;
  }
  header .othernav-box > *:last-child {
    padding: 15px;
  }
  header .othernav-box > *:last-child .icon .num {
    font-size: 24px;
    font-size: 2.4rem;
  }
  header .othernav-box > *:last-child .icon .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn-cover {
    display: none !important;
  }
}

/* footer
   ========================================================================== */
footer .footer-information {
  position: relative;
  height: 385px;
  background: url(/common/img/bg_footer.jpg) center center/cover no-repeat;
}

footer .footer-information .information-setbox {
  position: absolute;
  bottom: -65px;
  left: 50%;
  max-width: 1100px;
  min-height: 340px;
  margin-left: -550px;
  padding: 50px 100px 50px;
  text-align: center;
  background-color: #fff;
}

footer .footer-information .information-setbox h2 {
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  color: #1b7e3e;
  border-bottom: 1px solid #999;
}

footer .footer-information .information-setbox .lead-box {
  position: relative;
  margin-bottom: 60px;
}

footer .footer-information .information-setbox .lead-box .dot {
  position: absolute;
  bottom: -27px;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #1b7e3e;
}

footer .footer-information .information-setbox .lead-box .dot::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -23px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #1b7e3e;
}

footer .footer-information .information-setbox .lead-box .dot::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -23px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #1b7e3e;
}

footer .footer-information .information-setbox .btn-setbox li {
  text-align: left;
}

footer .footer-information .information-setbox .round-btn-m {
  width: 100%;
}

footer .footer-contact {
  padding: 100px 0 50px;
  background-color: #1b7e3e;
}

footer .footer-line-title {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

footer .footer-line-title::before {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

footer .footer-line-title .title {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 20px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.25;
  background-color: #1b7e3e;
  color: #fff;
}

footer .contact-setbox {
  max-width: 790px;
  margin: 0 auto;
  padding-bottom: 10px;
}

footer .contact-setbox:last-child {
  color: #fff;
}

footer .contact-setbox:last-child .tel-num {
  display: block;
  margin-bottom: 5px;
  padding-left: 70px;
  font-family: "Times New Roman", Times, "serif";
  font-size: 48px;
  font-size: 4.8rem;
  line-height: .8;
  background: url(/common/img/icon_free.png) left center/48px auto no-repeat;
}

footer .copyright-wrapper {
  padding: 17px 0;
  background-color: #f4f1e6;
}

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

footer .copyright-box .copyright {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 14px;
  font-size: 1.4rem;
}

#btn-pagetop {
  display: block;
  position: fixed;
  right: 0;
  bottom: 30px;
  width: 60px;
  height: 60px;
  z-index: 498;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(19, 19, 19, 0.16);
          box-shadow: 0px 0px 29px 0px rgba(19, 19, 19, 0.16);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#btn-pagetop:hover {
  opacity: .7;
}

#btn-pagetop::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  margin: -4px 0 0 -8px;
  border-top: 2px solid #1b7e3e;
  border-left: 2px solid #1b7e3e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#btn-pagetop.ended {
  bottom: 130px;
}

@media only screen and (max-width: 1180px) {
  footer .footer-information .information-setbox {
    left: 30px;
    width: calc(100% - 60px);
    margin-left: 0;
    padding: 50px;
  }
}

@media only screen and (max-width: 860px) {
  footer .footer-information .information-setbox .round-btn-m {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  footer .footer-information {
    height: auto;
    padding: 20px 20px 1px;
  }
  footer .footer-information .information-setbox {
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    width: 100%;
    margin-bottom: -20px;
  }
  footer .footer-information .information-setbox h2 {
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 20px;
    font-size: 2rem;
  }
  footer .footer-information .information-setbox .lead-box {
    margin-bottom: 30px;
    text-align: left;
  }
  footer .footer-information .information-setbox .lead-box br {
    display: none;
  }
  footer .footer-information .information-setbox .lead-box .dot {
    bottom: -17px;
  }
  footer .footer-contact {
    padding: 50px 0 30px;
  }
  footer .footer-line-title {
    margin-bottom: 30px;
  }
  footer .footer-line-title .title {
    font-size: 20px;
    font-size: 2rem;
  }
  footer .contact-setbox {
    max-width: 100%;
    margin: 0 auto;
    padding: 10 20px;
  }
  footer .contact-setbox:last-child {
    text-align: center;
  }
  footer .contact-setbox:last-child .tel-num {
    display: inline-block;
    margin: 0 auto 5px;
    padding-left: 60px;
    font-size: 42px;
    font-size: 4.2rem;
    background: url(/common/img/icon_free.png) left center/42px auto no-repeat;
  }
  footer .contact-setbox:last-child .time {
    display: inline-block;
  }
  footer .copyright-wrapper {
    padding: 15px 20px;
  }
  footer .copyright-box {
    text-align: center;
  }
  footer .copyright-box .copyright {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #btn-pagetop {
    width: 40px;
    height: 40px;
  }
  #btn-pagetop::after {
    width: 8px;
    height: 8px;
    margin: -3px 0 0 -4px;
  }
  #btn-pagetop.ended {
    bottom: 0;
  }
}

@media only screen and (max-width: 580px) {
  footer .footer-information .information-setbox {
    padding: 30px 20px;
  }
  footer .footer-information .information-setbox .round-btn-m {
    width: 106%;
    margin: 0 -3%;
  }
  #btn-pagetop {
    bottom: 0;
    z-index: 490;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(19, 19, 19, 0.16);
            box-shadow: 0px 0px 19px 0px rgba(19, 19, 19, 0.16);
  }
  #btn-pagetop:hover {
    opacity: 1;
  }
  #btn-pagetop::after {
    width: 8px;
    height: 8px;
    margin: -3px 0 0 -4px;
  }
}

/* ==========================================================================
   04. Parts
   ========================================================================== */
/* ボックス
   ========================================================================== */
/* 施設のボックス */
.facility-box {
  position: relative;
  /*height: 595px !important;*/
  min-height: 595px;
  padding-top: 30px;
  border: 1px solid #999;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16);
}

.facility-box .info-box {
  position: absolute;
  top: 0;
  right: 30px;
  display: inline-block;
  padding: 10px 40px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  border-top: 1px solid #329b57;
  background-color: #f4f1e6;
  color: #329b57;
}

.facility-box .name-set {
  margin-top: 10px;
  padding-left: 23px;
  border-left: 7px solid #329b57;
}

.facility-box .name-set dt {
  margin-bottom: 5px;
  padding-left: 25px;
  line-height: 1.2;
  color: #329b57;
  background: url(/common/img/icon_home_grn.png) left top/16px auto no-repeat;
}

.facility-box .name-set dd.g-name {
  font-size: 14px;
  line-height: 1.25;
}

.facility-box .name-set dd.g-name .icon {
  display: inline-block;
  width: 12px;
  margin-left: 3px;
}

.facility-box .name-set dd h3 {
  font-size: 22px;
  font-size: 2.2rem;
  padding-right: 30px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.facility-box .main-setbox {
  margin-top: 10px;
  padding: 0 30px 30px;
}

.facility-box .add {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.facility-box .img {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f4f1e6;
}

.facility-box .img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: contain;
     object-fit: contain;
  family: 'object-fit: contain;';
}

.facility-box .base-tb {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.facility-box .btn-box {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
}

.facility-box.type01 .info-box {
  border-top: 1px solid #329b57;
  color: #329b57;
}

.facility-box.type01 .name-set {
  border-left: 7px solid #329b57;
}

.facility-box.type01 .name-set dt {
  color: #329b57;
  background: url(/common/img/icon_home_grn.png) left top/16px auto no-repeat;
}

.facility-box.type01 .round-btn-s {
  background-color: #329b57;
}

.facility-box.type01 .round-btn-s:hover {
  background-color: #38ae62;
}

.facility-box.type02 .info-box {
  border-top: 1px solid #3d7aae;
  color: #3d7aae;
}

.facility-box.type02 .name-set {
  border-left: 7px solid #3d7aae;
}

.facility-box.type02 .name-set dt {
  color: #3d7aae;
  background: url(/common/img/icon_home_blu.png) left top/16px auto no-repeat;
}

.facility-box.type02 .round-btn-s {
  background-color: #3d7aae;
}

.facility-box.type02 .round-btn-s:hover {
  background-color: #4687be;
}

.facility-box.type03 .info-box {
  border-top: 1px solid #ba4b60;
  color: #ba4b60;
}

.facility-box.type03 .name-set {
  border-left: 7px solid #ba4b60;
}

.facility-box.type03 .name-set dt {
  color: #ba4b60;
  background: url(/common/img/icon_home_red.png) left top/16px auto no-repeat;
}

.facility-box.type03 .round-btn-s {
  background-color: #ba4b60;
}

.facility-box.type03 .round-btn-s:hover {
  background-color: #c15d70;
}

.facility-box.type04 .info-box {
  border-top: 1px solid #dc7e2b;
  color: #dc7e2b;
}

.facility-box.type04 .name-set {
  border-left: 7px solid #dc7e2b;
}

.facility-box.type04 .name-set dt {
  color: #dc7e2b;
  background: url(/common/img/icon_home_org.png) left top/16px auto no-repeat;
}

.facility-box.type04 .round-btn-s {
  background-color: #dc7e2b;
}

.facility-box.type04 .round-btn-s:hover {
  background-color: #e08b41;
}

/* カラム */
.flex-colm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-colm.col2 > * {
  width: 48.495%;
  margin-right: 3%;
}

.flex-colm.col2 > *:nth-child(2n) {
  margin-right: 0;
}

.flex-colm.col3 > * {
  width: 31.33%;
  margin-right: 3%;
}

.flex-colm.col3 > *:nth-child(3n) {
  margin-right: 0;
}

.flex-colm.col4 > * {
  width: 22.7475%;
  margin-right: 3%;
}

.flex-colm.col4 > *:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  /* 施設のボックス */
  .facility-box {
    height: 530px !important;
    padding-top: 35px;
  }
  .facility-box .info-box {
    right: 15px;
    padding: 10px 30px;
  }
  .facility-box .name-set {
    padding-left: 8px;
    border-left: 5px solid #329b57;
  }
  .facility-box .name-set dt {
    margin-bottom: 3px;
  }
  .facility-box .name-set dd.g-name {
    font-size: 12px;
  }
  .facility-box .name-set dd.g-name .icon {
    width: 10px;
  }
  .facility-box .name-set dd h3 {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 20px;
    line-height: 1.6;
  }
  .facility-box .main-setbox {
    margin-top: 7px;
    padding: 0 15px 15px;
  }
  .facility-box .add {
    padding: 7px 0;
  }
  .facility-box .img {
    height: 160px;
    margin-bottom: 15px;
  }
  .facility-box .base-tb {
    margin-bottom: 15px;
  }
  .facility-box.type01 .name-set {
    border-left: 5px solid #329b57;
  }
  .facility-box.type02 .name-set {
    border-left: 5px solid #3d7aae;
  }
  .facility-box.type03 .name-set {
    border-left: 5px solid #ba4b60;
  }
  .facility-box.type04 .name-set {
    border-left: 5px solid #dc7e2b;
  }
  .flex-colm {
    display: block;
  }
  .flex-colm.col2 > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .flex-colm.col2 > *:nth-child(2n) {
    margin-right: 0;
  }
  .flex-colm.col2 > *:last-child {
    margin-bottom: 0;
  }
  .flex-colm.col3 > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .flex-colm.col3 > *:nth-child(3n) {
    margin-right: 0;
  }
  .flex-colm.col3 > *:last-child {
    margin-bottom: 0;
  }
  .flex-colm.col4 > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .flex-colm.col4 > *:nth-child(4n) {
    margin-right: 0;
  }
  .flex-colm.col4 > *:last-child {
    margin-bottom: 0;
  }
}

/* ボタン
   ========================================================================== */
/* top btn */
.round-btn-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 42px;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  background: url(/common/img/arrow_wht.png) right 20px center/7px auto no-repeat;
  background-color: #1b7e3e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.round-btn-s:hover {
  color: #fff;
  text-decoration: none;
  background-color: #209348;
}

.round-btn-s.wht {
  background: url(/common/img/arrow_grn.png) right 20px center/7px auto no-repeat;
  background-color: #fff;
  color: #333333;
}

.round-btn-s.wht:hover {
  color: #1b7e3e;
  text-decoration: none;
  ackground-color: #fff;
}

.round-btn-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 460px;
  height: 54px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  background: url(/common/img/arrow_wht.png) right 20px center/7px auto no-repeat;
  background-color: #1b7e3e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.round-btn-m:hover {
  color: #fff;
  text-decoration: none;
  background-color: #209348;
}

.round-btn-m.wht {
  background: url(/common/img/arrow_grn.png) right 20px center/7px auto no-repeat;
  background-color: #fff;
  color: #333333;
  border: 1px solid #999;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16);
}

.round-btn-m.wht:hover {
  color: #1b7e3e;
  text-decoration: none;
  ackground-color: #fff;
}

.round-btn-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  background: url(/common/img/arrow_wht.png) right 20px center/10px auto no-repeat;
  background-color: #1b7e3e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.round-btn-l:hover {
  color: #fff;
  text-decoration: none;
  background-color: #209348;
}

.round-btn-l.wht {
  background: url(/common/img/arrow_grn.png) right 20px center/10px auto no-repeat;
  background-color: #fff;
  color: #1b7e3e;
}

.round-btn-l.wht:hover {
  opacity: .87;
}

.round-btn-l .icon {
  padding: 0 15px 0 45px;
  background: url(/common/img/icon_inq.png) left center/26px auto no-repeat;
}

.round-btn-l2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  background: url(/common/img/arrow_wht.png) right 20px center/10px auto no-repeat;
  background-color: #1b7e3e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.round-btn-l2:hover {
  color: #fff;
  text-decoration: none;
  background-color: #209348;
}

.round-btn-l2.wht {
  background: url(/common/img/arrow_grn.png) right 20px center/10px auto no-repeat;
  background-color: #fff;
  color: #1b7e3e;
}

.round-btn-l2.wht:hover {
  opacity: .87;
}

.round-btn-l2 .icon_facility {
  padding: 0 15px 0 45px;
  background: url(/common/img/icon_facility.png) left center/26px auto no-repeat;
}

.round-btn-l3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  background: url(/common/img/arrow_wht.png) right 20px center/10px auto no-repeat;
  background-color: #1b7e3e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.round-btn-l3:hover {
  color: #fff;
  text-decoration: none;
  background-color: #209348;
}

.round-btn-l3.wht {
  background: url(/common/img/arrow_grn.png) right 20px center/10px auto no-repeat;
  background-color: #fff;
  color: #1b7e3e;
}

.round-btn-l3.wht:hover {
  opacity: .87;
}

.round-btn-l3 .icon_facility {
  padding: 0 15px 0 45px;
  background: url(/common/img/icon_facilitywh.png) left center/26px auto no-repeat;
}

@media only screen and (max-width: 768px) {
  .round-btn-m {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    background: url(/common/img/arrow_wht.png) right 20px center/7px auto no-repeat;
    background-color: #1b7e3e;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .round-btn-m:hover {
    color: #fff;
    text-decoration: none;
    background-color: #209348;
  }
  .round-btn-m.wht {
    background: url(/common/img/arrow_grn.png) right 20px center/7px auto no-repeat;
    background-color: #fff;
    color: #333333;
    border: 1px solid #999;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16);
  }
  .round-btn-m.wht:hover {
    color: #1b7e3e;
    text-decoration: none;
    ackground-color: #fff;
  }
  .round-btn-l {
    height: 54px;
    font-size: 20px;
    font-size: 2rem;
  }
  .round-btn-l .icon {
    padding: 0 10px 0 35px;
    background: url(/common/img/icon_inq.png) left center/21px auto no-repeat;
  }
  .round-btn-l2 {
    height: 54px;
    font-size: 20px;
    font-size: 2rem;
  }
  .round-btn-l2 .icon_facility {
    padding: 0 10px 0 35px;
    background: url(/common/img/icon_facility.png) left center/21px auto no-repeat;
  }
  .round-btn-l3 {
    height: 54px;
    font-size: 20px;
    font-size: 2rem;
  }
  .round-btn-l3 .icon_facility {
    padding: 0 10px 0 35px;
    background: url(/common/img/icon_facilitywh.png) left center/21px auto no-repeat;
  }
}

/* テーブル
   ========================================================================== */
.base-tb {
  width: 100%;
  border-top: 1px solid #ccc;
}

.base-tb th, .base-tb td {
  padding: 5px 15px;
  border-bottom: 1px solid #ccc;
}

.base-tb th {
  font-weight: normal;
  text-align: left;
  background-color: #f4f1e6;
}

@media only screen and (max-width: 768px) {
  .base-tb th, .base-tb td {
    padding: 3px 10px;
  }
  .base-tb.resp th, .base-tb.resp td {
    display: block;
    padding: 5px 15px;
    border-bottom: none;
  }
  .base-tb.resp th {
    padding: 5px 15px;
    font-weight: normal;
    text-align: center;
    background-color: #ccc;
    border-bottom: none;
  }
}

/* タイトル
   ========================================================================== */
/* top title */
.line-eng-title {
  position: relative;
  margin-bottom: 70px;
  text-align: center;
}

.line-eng-title::before {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #999;
}

.line-eng-title .title-jp {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 20px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.25;
  background-color: #fff;
}

.line-eng-title .title-en {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #1b7e3e;
}

.line-title {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.line-title::before {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #999;
}

.line-title .title {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 20px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.25;
  background-color: #fff;
}

.color-line-title {
  position: relative;
  padding-bottom: 25px;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.color-line-title::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #b4d890;
}

.color-line-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 3px;
  background-color: #1b7e3e;
}

.color-line-title .cate {
  display: block;
  padding-left: 25px;
  margin-bottom: 7px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #1b7e3e;
  background: url(/common/img/icon_home_grn.png) left top/18px auto no-repeat;
}

.color-line-title .glv {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}

.color-line-title .glv .icon {
  display: inline-block;
  width: 15px;
  margin-left: 5px;
}

.line-left-title {
  position: relative;
  margin-bottom: 50px;
}

.line-left-title::before {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #999;
}

.line-left-title .title {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 15px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.25;
  background-color: #fff;
  border-left: 6px solid #1b7e3e;
}

.dot-title {
  margin-bottom: 13px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}

.dot-title::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  background-color: #1b7e3e;
  border-radius: 10px;
}

.line-left-title-l {
  position: relative;
  padding-left: 25px;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.2;
  border-left: 8px solid #1b7e3e;
}

.normal-title-s {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .line-eng-title {
    margin-bottom: 45px;
  }
  .line-eng-title .title-jp {
    padding: 0 15px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.25;
  }
  .line-eng-title .title-en {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #1b7e3e;
  }
  .line-title {
    margin-bottom: 30px;
  }
  .line-title .title {
    padding: 0 15px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .color-line-title {
    padding-bottom: 18px;
    font-size: 30px;
    font-size: 3rem;
  }
  .color-line-title::after {
    width: 120px;
  }
  .color-line-title .cate {
    padding-left: 20px;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    background: url(/common/img/icon_home_grn.png) left top/14px auto no-repeat;
  }
  .color-line-title .glv {
    margin-bottom: 4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .color-line-title .glv .icon {
    width: 12px;
    margin-left: 3px;
  }
  .line-left-title {
    margin-bottom: 20px;
  }
  .line-left-title .title {
    font-size: 20px;
    font-size: 2rem;
  }
  .dot-title {
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .dot-title::before {
    width: 12px;
    height: 12px;
  }
  .line-left-title-l {
    padding-left: 15px;
    font-size: 30px;
    font-size: 3rem;
    border-left: 6px solid #1b7e3e;
  }
  .normal-title-s {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   05. Responisive
   ========================================================================== */
/* display
   ========================================================================== */
.block {
  display: block;
}

.sp-item {
  display: none;
}

.pc-block {
  display: block;
}

.sp-inline {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-item {
    display: block;
  }
  .pc-item {
    display: none !important;
  }
  .pc-block {
    display: inline;
  }
  .sp-block {
    display: block;
  }
  .sp-inline {
    display: inline;
  }
}

/*
 * 個別スタイル
 */
/* ==========================================================================
   contents common
   ========================================================================== */
/* anime
   --------------------------------------- */
.animate {
  opacity: 0;
}

/* contents common
   --------------------------------------- */
#contents-main-area {
  position: relative;
  margin: 60px 0 57px;
}

table {
  width: 100%;
  border-top: 1px solid #ccc;
}

table th, table td {
  padding: 5px 15px;
  border-bottom: 1px solid #ccc;
}

table th {
  font-weight: normal;
  text-align: left;
  background-color: #f4f1e6;
  vertical-align: middle;
}

.align-center table th, .align-center table td {
  text-align: center;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

@media only screen and (max-width: 768px) {
  table th, table td {
    padding: 3px 10px;
  }
  .align-center table th, .align-center table td {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.blog-setbox .img {
  margin-bottom: 15px;
  text-align: center;
}

.blog-setbox .sub-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}

.blog-setbox .sub-box .cate {
  padding: 5px 15px 3px;
  line-height: 1.2;
  border: 1px solid #f6f6f6;
  background-color: #fff;
  border-radius: 20px;
}

.blog-setbox .sub-box .cate.episode {
  color: #3891bf;
}

.blog-setbox .sub-box .cate.news {
  color: #46a567;
}

.blog-setbox .sub-box .cate.blog {
  color: #ea8838;
}

.footer-navbox {
  border-top: 1px solid #ddd;
}

.footer-navbox .nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.footer-navbox .nav-parent {
  padding: 16px 0 14px 0;
  font-weight: bold;
  line-height: 1;
  color: #1b7e3e;
}

.footer-navbox .nav-parent .bdr {
  display: inline-block;
  padding-right: 25px;
  border-right: 1px solid #ddd;
}

.footer-navbox .nav-setbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 25px;
}

.footer-navbox .nav-setbox li {
  margin-right: 30px;
}

.footer-navbox .nav-setbox a {
  display: inline-block;
  padding: 16px 0 14px 15px;
  line-height: 1;
  text-decoration: none;
  background: url(/common/img/arrow_grn.png) left center/7px auto no-repeat;
}

@media only screen and (max-width: 768px) {
  #contents-main-area {
    margin: 60px 0 27px;
  }
  .blog-setbox {
    max-width: 580px;
    margin-right: auto;
    margin-left: auto;
  }
  .blog-setbox .img {
    margin-bottom: 10px;
  }
  .blog-setbox .sub-box {
    margin-bottom: 6px;
  }
  .footer-navbox .nav-inner {
    display: block;
  }
  .footer-navbox .nav-parent {
    padding: 19px 0 17px 0;
  }
  .footer-navbox .nav-parent .bdr {
    padding-right: 0;
    border-right: none;
  }
  .footer-navbox .nav-setbox {
    display: block;
    padding-left: 0;
  }
  .footer-navbox .nav-setbox li {
    margin-right: 0;
    border-top: 1px solid #ddd;
  }
  .footer-navbox .nav-setbox a {
    padding: 19px 0 17px 15px;
  }
}

/* breadcrumb-area
   --------------------------------------- */
#breadcrumb-area {
  z-index: 501;
  position: relative;
  margin-top: 46px;
  padding-top: 10px;
}

#breadcrumb-area .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

#breadcrumb-area .breadcrumb li {
  margin-right: 12px;
  font-size: 14px;
  font-size: 1.4rem;
}

#breadcrumb-area .breadcrumb li::after {
  content: '>';
  display: inline-block;
  padding-left: 12px;
  color: #949494;
}

#breadcrumb-area .breadcrumb li:last-child {
  margin-right: 0;
}

#breadcrumb-area .breadcrumb li:last-child::after {
  display: none;
}

@media only screen and (max-width: 940px) {
  #breadcrumb-area {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  #breadcrumb-area {
    display: none;
  }
}

/*@media only screen and (max-width: 580px) {
  #breadcrumb-area{
    padding-top: 15px;
    padding-bottom: 15px;
    @include fontsize(12);
    .breadcrumb{
      @include flexbox(wrap);
      li{
        margin-right: 6px;
        &::after{
          content: '>';
          display: inline-block;
          padding-left: 6px;
          @include fontsize(10);
          color: #949494;
        }
      }
    }
  }
}*/
/* ==========================================================================
   home
   ========================================================================== */
/* common
   --------------------------------------- */
.home .contents-box {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .home .contents-box {
    margin-bottom: 40px;
  }
}

/* main
   --------------------------------------- */
.home #main-area {
  height: 620px;
  padding: 0 30px;
  background: url(/images/top/img_main.jpg) center top/cover no-repeat;
}

.home #main-area .title-intro {
  padding-top: 370px;
}

.home #main-area .title-intro .copy {
  display: inline-block;
  margin-bottom: 22px;
  padding: 13px 25px;
  background-color: #fff;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  color: #01491b;
}

.home .slider-outer {
  margin-bottom: 60px;
  background: url(/common/img/bg_facility.png) center 48% repeat-x;
}

.home .slider-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.home .slider-wrapper .slick-next {
  z-index: 100;
  position: absolute;
  top: 48%;
  right: -60px;
  margin-top: -17px;
  width: 20px;
  height: 35px;
  background: url(/common/img/arrow_facility_rt.png) center center/100% auto no-repeat;
  text-indent: -99999px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home .slider-wrapper .slick-next.slick-disabled {
  display: none !important;
}

.home .slider-wrapper .slick-next:hover {
  opacity: .8;
}

.home .slider-wrapper .slick-prev {
  z-index: 90;
  position: absolute;
  top: 48%;
  left: -20px;
  margin-top: -17px;
  width: 20px;
  height: 35px;
  background: url(/common/img/arrow_facility_lt.png) center center/100% auto no-repeat;
  text-indent: -99999px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home .slider-wrapper .slick-prev.slick-disabled {
  display: none !important;
}

.home .slider-wrapper .slick-prev:hover {
  opacity: .8;
}

.home .slider-setbox {
  margin-left: -40px;
}

.home .slider-box {
  margin: 0 3px 24px 37px;
}

.home .sec02 {
  padding: 70px 0 80px;
  background-color: #f4f1e6;
  /*.imgtxt-setbox{
    //& > *{
      //width: calc((99.99% - 80px) / 3);
      //margin-right: 40px;
      //&:last-child{
        //margin-right: 0;
      //}
    //}
    .img{
      margin-bottom: 15px;
      text-align: center;
    }
    .sub-box{
      @include flexbox();
      @include flex-just(space-between);
      margin-bottom: 10px;
      @include fontsize(14);
      .cate{
        padding: 5px 15px 3px;
        line-height: 1.2;
        border: 1px solid $color-lgry;
        background-color: #fff;
        border-radius: 20px;
        &.episode{
          color: #3891bf;
        }
        &.news{
          color: #46a567;
        }
        &.blog{
          color: #ea8838;
        }
      }
    }
  }*/
}

.home .sec02 .line-eng-title .title-jp {
  background-color: #f4f1e6;
}

.home .sec03 .imgtxt-setbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.home .sec03 .imgtxt-setbox .number-title {
  margin-bottom: 35px;
  padding-bottom: 15px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  color: #1b7e3e;
  border-bottom: 1px solid #999;
}

.home .sec03 .imgtxt-setbox .number-title .num {
  display: inline-block;
  width: 23px;
  margin: 0 15px;
  vertical-align: text-bottom;
}

.home .sec03 .imgtxt-setbox .txt-box {
  width: 57%;
  margin-right: 3%;
}

.home .sec03 .imgtxt-setbox .lead {
  margin-bottom: 30px;
}

.home .sec03 .imgtxt-setbox .img-box {
  width: 40%;
}

.home .sec03 .imgtxt-setbox.rev {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  margin-top: 50px;
}

.home .sec03 .imgtxt-setbox.rev .number-title .num {
  width: 34px;
}

.home .sec03 .imgtxt-setbox.rev .txt-box {
  width: 59%;
  margin-right: 0;
  margin-left: 3%;
}

.home .sec03 .imgtxt-setbox.rev .img-box {
  width: 38%;
}

@media only screen and (max-width: 1280px) {
  .home .slider-wrapper .slick-next {
    right: -30px;
    margin-top: -47px;
    width: 40px;
    height: 100px;
    background: #888 url(/common/img/arrow_facility_rt_wht.png) center center/40% auto no-repeat;
  }
  .home .slider-wrapper .slick-next:hover {
    background-color: #999;
    opacity: 1;
  }
  .home .slider-wrapper .slick-prev {
    left: 10px;
    margin-top: -47px;
    width: 40px;
    height: 100px;
    background: #888 url(/common/img/arrow_facility_lt_wht.png) center center/40% auto no-repeat;
  }
  .home .slider-wrapper .slick-prev:hover {
    background-color: #999;
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  .home #main-area {
    height: 420px;
    padding: 0 20px;
    background: url(/images/top/img_main.jpg) center top/cover no-repeat;
  }
  .home #main-area .title-intro {
    padding-top: 240px;
  }
  .home #main-area .title-intro .copy {
    margin-bottom: 20px;
    padding: 10px 20px;
    line-height: 1.5;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .home .slider-outer {
    margin-bottom: 30px;
  }
  .home .slider-wrapper .slick-next {
    right: -20px;
    margin-top: -47px;
    width: 20px;
    height: 100px;
    background: #888 url(/common/img/arrow_facility_rt_wht.png) center center/40% auto no-repeat;
  }
  .home .slider-wrapper .slick-next:hover {
    background-color: #999;
    opacity: 1;
  }
  .home .slider-wrapper .slick-prev {
    left: 20px;
    margin-top: -47px;
    width: 20px;
    height: 100px;
    background: #888 url(/common/img/arrow_facility_lt_wht.png) center center/40% auto no-repeat;
  }
  .home .slider-wrapper .slick-prev:hover {
    background-color: #999;
    opacity: 1;
  }
  .home .btn-wrapper {
    padding: 0 20px;
  }
  .home .sec02 {
    padding: 30px 0 40px;
  }
  .home .sec02 .imgtxt-setbox {
    max-width: 580px;
    margin-right: auto;
    margin-left: auto;
    /*& > *{
      width: calc((99.99% - 80px) / 3);
      margin-right: 40px;
      &:last-child{
        margin-right: 0;
      }
    }*/
  }
  .home .sec02 .imgtxt-setbox .img {
    margin-bottom: 10px;
  }
  .home .sec02 .imgtxt-setbox .sub-box {
    margin-bottom: 6px;
  }
  .home .sec03 .imgtxt-setbox {
    display: block;
  }
  .home .sec03 .imgtxt-setbox .number-title {
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
  .home .sec03 .imgtxt-setbox .number-title .num {
    display: inline-block;
    width: 18px;
    margin: 0 10px;
    vertical-align: text-bottom;
  }
  .home .sec03 .imgtxt-setbox .txt-box {
    width: 100%;
    margin-right: 0;
  }
  .home .sec03 .imgtxt-setbox .lead {
    margin-bottom: 20px;
  }
  .home .sec03 .imgtxt-setbox .img-box {
    width: 90%;
    margin: 0 auto;
  }
  .home .sec03 .imgtxt-setbox.rev {
    display: block;
    margin-top: 40px;
  }
  .home .sec03 .imgtxt-setbox.rev .number-title .num {
    width: 28px;
    margin-top: 5px;
    vertical-align: top;
  }
  .home .sec03 .imgtxt-setbox.rev .number-title .txt {
    display: inline-block;
    width: calc(100% - 50px);
  }
  .home .sec03 .imgtxt-setbox.rev .txt-box {
    width: 100%;
    margin-left: 0;
  }
  .home .sec03 .imgtxt-setbox.rev .img-box {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 580px) {
  .home #main-area {
    position: relative;
    height: 380px;
    background: url(/images/top/img_main.jpg) 60% top/cover no-repeat;
  }
  .home #main-area .title-intro {
    position: absolute;
    bottom: 5px;
    left: 20px;
    padding-top: 0;
  }
  .home #main-area .title-intro .copy {
    margin-bottom: 15px;
    padding: 6px 4px 6px 10px;
    line-height: 1.5;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}

/* ==========================================================================
   _facility
   ========================================================================== */
/* index
   --------------------------------------- */
.facility .contents-box {
  margin-bottom: 40px;
}

.facility.detail .contents-box {
  margin-bottom: 80px;
}

.facility .local_link_wrapper {
  margin: -20px 0 70px;
}

.facility .local_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.facility .local_link_box > * {
  width: calc(( 99.99% - 25px ) / 6);
  margin-right: 5px;
}

.facility .local_link_box > *:last-child {
  margin-right: 0;
}

.facility .local_link_box > * a {
  display: block;
  padding: 10px 15px;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #1b7e3e;
  border-radius: 30px;
  text-decoration: none;
  background: url(/common/img/arrow_bottom_grn.png) right 15px center/12px auto no-repeat;
}

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

.facility .facility-setbox > * {
  width: 48.495%;
  margin-right: 3%;
  margin-bottom: 60px;
}

.facility .facility-setbox > *:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 960px) {
  .facility .facility-setbox {
    display: block;
  }
  .facility .facility-setbox > * {
    width: 100%;
    margin-right: 0;
  }
  .facility .facility-setbox > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .facility .contents-box {
    margin-bottom: 30px;
  }
  .facility.detail .contents-box {
    margin-bottom: 40px;
  }
  .facility .local_link_wrapper {
    margin: -10px 0 40px;
  }
  .facility .local_link_box {
    display: block;
  }
  .facility .local_link_box > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .facility .local_link_box > *:last-child {
    margin-right: 0;
  }
}

/* detail
   --------------------------------------- */
.facility .status-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 15px;
}

.facility .status-box dt {
  padding: 7px 15px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  border-top: 1px solid #329b57;
  background-color: #f4f1e6;
  color: #329b57;
}

.facility .status-box dd {
  padding: 7px 0 7px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}

.facility .add-table th {
  width: 29%;
}

.facility .map-box iframe {
  width: 100%;
}

.facility .blog-setbox {
  margin-bottom: 40px;
}

.facility .round-btn-m.wht {
  width: 280px;
}

.facility .about-lead {
  margin-bottom: 35px;
}

.facility .about-setbox {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background-color: #f4f1e6;
}

.facility .about-setbox .img-box {
  width: 320px;
  margin-left: 30px;
}

.facility .about-setbox .txt-box {
  width: calc(100% - 320px);
}

.facility .about-setbox .txt-box .ttl {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #1b7e3e;
}

.facility .about-setbox.rev {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.facility .about-setbox.rev .img-box {
  margin-right: 30px;
  margin-left: 0;
}

.facility .slider-outer {
  max-width: 680px;
  margin: 40px auto 0;
  padding: 0 40px;
}

.facility .slider-wrapper .cap {
  margin-top: 15px;
}

.facility .slick-dots {
  margin: 10px 0 0;
  text-align: center;
}

.facility .slick-dots > * {
  display: inline-block;
  margin: 0 8px;
}

.facility .slick-dots > * button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: -9999px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #ddd;
}

.facility .slick-dots > *.slick-active button {
  background-color: #999;
}

.facility .slick-next {
  z-index: 100;
  position: absolute;
  top: 42%;
  right: -40px;
  margin-top: -19px;
  width: 23px;
  height: 38px;
  background: url(/common/img/arrow_facility_rt.png) center center/100% auto no-repeat;
  text-indent: -99999px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.facility .slick-next.slick-disabled {
  display: none !important;
}

.facility .slick-next:hover {
  opacity: .8;
}

.facility .slick-prev {
  z-index: 90;
  position: absolute;
  top: 42%;
  left: -40px;
  margin-top: -19px;
  width: 23px;
  height: 38px;
  background: url(/common/img/arrow_facility_lt.png) center center/100% auto no-repeat;
  text-indent: -99999px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.facility .slick-prev.slick-disabled {
  display: none !important;
}

.facility .slick-prev:hover {
  opacity: .8;
}

.facility .table-setbox {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .facility .status-box {
    margin-bottom: 10px;
  }
  .facility .status-box dt {
    padding: 5px 10px;
  }
  .facility .status-box dd {
    padding: 5px 0 5px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .facility .blog-setbox {
    margin-bottom: 20px;
  }
  .facility .round-btn-m.wht {
    width: 90%;
  }
  .facility .about-lead {
    margin-bottom: 20px;
  }
  .facility .about-setbox {
    margin-bottom: 15px;
    padding: 20px;
  }
  .facility .about-setbox .img-box {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .facility .about-setbox .txt-box {
    width: 100%;
    margin-bottom: 15px;
  }
  .facility .about-setbox .txt-box .ttl {
    margin-bottom: 7px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .facility .about-setbox.rev .img-box {
    margin-right: 0;
    margin-left: 0;
  }
  .facility .slider-outer {
    max-width: 630px;
    margin: 30px auto 0;
    padding: 0 30px;
  }
  .facility .slider-wrapper .cap {
    margin-top: 10px;
  }
  .facility .slick-dots {
    margin: 5px 0 0;
  }
  .facility .slick-dots > * {
    margin: 0 5px;
  }
  .facility .slick-dots > * button {
    width: 10px;
    height: 10px;
  }
  .facility .slick-next {
    top: 35%;
    right: -30px;
    margin-top: -17px;
    width: 20px;
    height: 35px;
  }
  .facility .slick-prev {
    top: 35%;
    left: -30px;
    margin-top: -17px;
    width: 20px;
    height: 35px;
  }
  .facility .table-setbox {
    margin-bottom: 30px;
  }
}




/*ここから20230329*/
/*
.type01 .status-box dt {
  border-top: 1px solid #329b57;
  color: #329b57
}

.type01 .about-setbox .txt-box .ttl {
  color: #329b57
}

.type02 .status-box dt {
  border-top: 1px solid #3d7aae;
  color: #3d7aae
}

.type02 .about-setbox .txt-box .ttl {
  color: #3d7aae
}

.type03 .status-box dt {
  border-top: 1px solid #ba4b60;
  color: #ba4b60
}

.type03 .about-setbox .txt-box .ttl {
  color: #ba4b60
}

.type04 .status-box dt {
  border-top: 1px solid #dc7e2b;
  color: #dc7e2b
}

.type04 .about-setbox .txt-box .ttl {
  color: #dc7e2b
}

.facility .inquiry-area {
  margin-bottom: 85px
}

.facility .inquiry-area .txt-setbox {
  margin-bottom: 60px;
  padding-left: 60px
}

.facility .inquiry-area .ttl {
  margin-bottom: 25px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  color: #1b7e3e
}

.facility .inquiry-area .main-lead {
  padding-right: 480px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2
}

.facility .inquiry-area .staff-setbox {
  position: relative;
  padding-bottom: 1px;
  padding-left: 60px
}

.facility .inquiry-area .staff-box {
  position: absolute;
  right: 20px;
  bottom: 0
}

.facility .inquiry-area .guide-box {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 2px solid #94c861
}

.facility .inquiry-area .guide-box::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 27px;
  height: 14px;
  margin-left: -13px;
  background: url(/images/facility/arrow_inquiry.png) center center/100% auto no-repeat
}

.facility .inquiry-area .contact-box {
  padding: 18px 0 12px;
  background-color: #1b7e3e
}

.facility .inquiry-area .contact-box .contact-setbox {
  max-width: 820px;
  margin: 0 auto
}

.facility .inquiry-area .contact-box .contact-setbox:last-child {
  color: #fff
}

.facility .inquiry-area .contact-box .contact-setbox:last-child .tel-num {
  display: block;
  margin-bottom: 5px;
  padding-left: 70px;
  font-family: "Times New Roman", Times, "serif";
  font-size: 48px;
  font-size: 4.8rem;
  line-height: .8;
  background: url(/common/img/icon_free.png) left center/48px auto no-repeat
}

.facility .flow-area {
  margin-bottom: 80px;
  padding: 75px 0 100px;
  background-color: #f4f1e6
}

.facility .flow-area .line-eng-title .title-jp {
  background-color: #f4f1e6
}

.facility .flow-area .arrow-box {
  padding: 20px 0;
  text-align: center
}

.facility .flow-area .arrow-box img {
  vertical-align: bottom
}

.facility .flow-setbox {
  padding: 0 40px 0 145px
}

.facility .flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 130px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09)
}

.facility .flow-box .pop-box {
  position: absolute;
  top: -35px;
  left: -105px
}

.facility .flow-box .img-box {
  height: 100%;
  width: 276px
}

.facility .flow-box .img-box img {
  height: 100%;
  width: auto;
  border-radius: 20px 0 0 20px
}

.facility .flow-box .txt-box {
  width: calc(100% - 276px);
  padding-left: 35px
}

.facility .cost-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-bottom: 25px
}

.facility .cost-box>* {
  width: 49%;
  margin-right: 2%;
  padding: 17px 0 15px;
  padding-left: 16px;
  text-indent: -16px;
  border-bottom: 1px solid #bbb
}

.facility .cost-box>*:nth-child(2n) {
  margin-right: 0
}

.facility .sec02 {
  margin-bottom: 80px
}

.facility .qa-box {
  margin-bottom: 15px
}

.facility .qa-box dt {
  position: relative;
  padding: 16px 65px 14px 25px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #1b7e3e;
  border: 1px solid #1b7e3e;
  border-left: 5px solid #1b7e3e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.facility .qa-box dt:hover {
  cursor: pointer;
  opacity: .8
}

.facility .qa-box dt::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 2px;
  margin-top: -1px;
  background-color: #1b7e3e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.facility .qa-box dt::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 28px;
  width: 2px;
  height: 18px;
  margin-top: -9px;
  background-color: #1b7e3e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.facility .qa-box dt.open {
  color: #fff;
  background-color: #1b7e3e
}

.facility .qa-box dt.open::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff
}

.facility .qa-box dt.open::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff
}

.facility .qa-box dd {
  display: none;
  padding: 20px 20px 20px 30px
}

@media only screen and (max-width: 1180px) {
  .facility .inquiry-area .txt-setbox {
    margin-bottom: 40px;
    padding-left: 10px
  }
  .facility .inquiry-area .main-lead {
    padding-right: 490px;
    line-height: 1.7
  }
  .facility .inquiry-area .staff-setbox {
    padding-left: 10px
  }
  .facility .inquiry-area .staff-box {
    right: 0
  }
  .facility .inquiry-area .guide-box {
    z-index: 3;
    position: relative;
    padding: 7px;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #fff
  }
  .facility .flow-setbox {
    padding: 0
  }
  .facility .flow-box .pop-box {
    top: -55px;
    left: -40px
  }
  .facility .flow-box .txt-box {
    padding: 7px 15px
  }
  .facility .flow-box .txt-box br {
    display: none
  }
}

@media only screen and (max-width: 1080px) {
  .facility .inquiry-area .main-lead br {
    display: none
  }
}

@media only screen and (max-width: 920px) {
  .facility .inquiry-area .contact-box {
    margin: 0 -30px
  }
  .facility .inquiry-area .contact-box .contact-setbox {
    max-width: 768px
  }
}

@media only screen and (max-width: 768px) {
  .facility .inquiry-area {
    margin-bottom: 40px
  }
  .facility .inquiry-area .txt-setbox {
    margin-bottom: 5px;
    padding-left: 0
  }
  .facility .inquiry-area .ttl {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem
  }
  .facility .inquiry-area .main-lead {
    padding-right: 0;
    font-size: 14px;
    font-size: 1.4rem
  }
  .facility .inquiry-area .staff-setbox {
    padding-bottom: 0;
    padding-left: 0
  }
  .facility .inquiry-area .staff-box {
    position: static;
    text-align: center
  }
  .facility .inquiry-area .staff-box img {
    width: 80%;
    max-width: 380px
  }
  .facility .inquiry-area .guide-outer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center
  }
  .facility .inquiry-area .guide-box {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    white-space: nowrap
  }
  .facility .inquiry-area .contact-box {
    margin: 0 -20px;
    padding: 18px 0 12px;
    background-color: #1b7e3e
  }
  .facility .inquiry-area .contact-box .contact-setbox {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px
  }
  .facility .inquiry-area .contact-box .contact-setbox:last-child {
    text-align: center
  }
  .facility .inquiry-area .contact-box .contact-setbox:last-child .tel-num {
    display: inline-block;
    margin: 0 auto 5px;
    padding-left: 60px;
    font-size: 42px;
    font-size: 4.2rem;
    background: url(/common/img/icon_free.png) left center/42px auto no-repeat
  }
  .facility .inquiry-area .contact-box .contact-setbox:last-child .tel-num a {
    text-decoration: none;
    color: #fff
  }
  .facility .inquiry-area .contact-box .contact-setbox:last-child .time {
    display: inline-block
  }
  .facility .flow-area {
    margin-bottom: 40px;
    padding: 35px 0 40px
  }
  .facility .flow-area .arrow-box {
    padding: 15px 0
  }
  .facility .flow-box {
    height: 100px;
    border-radius: 10px
  }
  .facility .flow-box .pop-box {
    top: -45px;
    left: -25px;
    width: 100px
  }
  .facility .flow-box .img-box {
    width: 212px
  }
  .facility .flow-box .img-box img {
    border-radius: 10px 0 0 10px
  }
  .facility .flow-box .txt-box {
    width: calc(100% - 212px)
  }
  .facility .cost-box {
    display: block;
    margin-top: -10px
  }
  .facility .cost-box>* {
    width: 100%;
    margin-right: 0
  }
  .facility .sec02 {
    margin-bottom: 40px
  }
  .facility .qa-box {
    margin-bottom: 10px
  }
  .facility .qa-box dt {
    padding: 13px 65px 11px 22px;
    font-size: 16px;
    font-size: 1.6rem
  }
  .facility .qa-box dd {
    display: none;
    padding: 20px 20px 20px 30px
  }
}

@media only screen and (max-width: 580px) {
  .facility .flow-box {
    display: block;
    height: auto;
    border-radius: 10px
  }
  .facility .flow-box .img-box {
    height: auto;
    width: 100%
  }
  .facility .flow-box .img-box img {
    height: auto;
    width: 100%;
    border-radius: 10px 10px 0 0
  }
  .facility .flow-box .txt-box {
    width: 100%;
    padding: 20px
  }
  .facility .cost-box {
    display: block;
    margin-top: -10px
  }
  .facility .cost-box>* {
    width: 100%;
    margin-right: 0
  }
}
*/
/*ここまで20230329*/



/* ==========================================================================
   company
   ========================================================================== */
/* index
   --------------------------------------- */
.company #contents-main-area {
  margin-bottom: -15px;
}

.company .contents-box {
  margin-bottom: 80px;
}

.company .kv_wrapper {
  position: relative;
  height: 480px;
  padding-top: 90px;
  background: url(/images/company/img_main_com.jpg) center center/auto 100% repeat-x;
}

.company .kv_copy {
  text-align: center;
  color: #fff;
}

.company .kv_copy .kv_catch {
  margin-bottom: 50px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 42px;
  font-size: 4.2rem;
}

.company .kv_copy .kv_catch br {
  display: none;
}

.company .kv_inner_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/company/img_main_cam-left.png) left bottom no-repeat, url(/images/company/img_main_cam-right.png) right bottom no-repeat;
}

.company .sec-main {
  padding-top: 75px;
  background: url(/images/company/bg_body_com.jpg) center top/100% auto no-repeat;
}

.company .lead-setbox {
  margin: 90px 0 90px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.company .lead-setbox .com-lead {
  margin-bottom: 50px;
}

.company .com-setbox {
  margin-bottom: 70px;
  text-align: center;
}

.company .com-setbox .ttl {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.company .com-setbox .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 110px;
  padding: 0 10px 15px;
  background-color: #f4f1e6;
}

.company .com-setbox .btn-box {
  margin-top: -21px;
}

.company .sec02 table th, .company .sec02 table td {
  padding: 10px 15px;
}

.company .sec02 .table-box {
  margin-bottom: 40px;
}

.company .sec02 .table-setbox {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1440px) {
  .company .kv_inner_bg {
    position: absolute;
    left: 50%;
    width: 1440px;
    margin-left: -720px;
  }
}

@media only screen and (max-width: 980px) {
  .company .com-setbox .txt {
    padding: 5px 15px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .company .com-setbox .txt br {
    display: none;
  }
}

@media only screen and (max-width: 880px) {
  .company .lead-setbox {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .company .contents-box {
    margin-bottom: 40px;
  }
  .company .kv_wrapper {
    height: 360px;
    padding-top: 40px;
    background: url(/images/company/img_main_com.jpg) 53% center/auto 100% repeat-x;
  }
  .company .kv_copy .kv_catch {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .company .kv_copy .kv_catch br {
    display: inline;
  }
  .company .kv_copy .kv_lead {
    text-align: left;
  }
  .company .kv_copy .kv_lead br {
    display: none;
  }
  .company .kv_inner_bg {
    display: none;
  }
  .company .sec-main {
    padding-top: 45px;
  }
  .company .lead-setbox {
    margin: 50px 0 40px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
  .company .lead-setbox .com-lead {
    margin-bottom: 30px;
  }
  .company .lead-setbox br {
    display: none;
  }
  .company .com-setbox {
    margin-bottom: 30px;
  }
  .company .com-setbox .imgtxt-box {
    margin-bottom: 40px;
  }
  .company .com-setbox .ttl {
    margin-bottom: 13px;
  }
  .company .sec02 table th, .company .sec02 table td {
    padding: 8px 12px;
  }
  .company .sec02 table th {
    width: 33%;
  }
  .company .sec02 .table-box {
    margin-bottom: 25px;
  }
  .company .sec02 .table-setbox {
    margin-bottom: 25px;
  }
}

/* contents
   --------------------------------------- */
.company .kv_cont_wrapper {
  margin-bottom: 75px;
  background-color: #f4f1e6;
}

.company .kv_cont_wrapper .flex-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company .kv_cont_wrapper .flex-wrapper > * {
  width: 50%;
}

.company .kv_cont_wrapper .kv_catch {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  font-size: 3.6rem;
  border-bottom: 1px solid #ccc;
}

.company .kv_cont_wrapper .kv_lead {
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

.company .reason-setbox {
  padding-top: 20px;
}

.company .reason-setbox > * {
  position: relative;
  padding: 35px;
  background-color: #f4f1e6;
  border-radius: 6px;
}

.company .reason-setbox .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -16px;
  left: 50%;
  width: 120px;
  height: 32px;
  margin-left: -60px;
  line-height: 1;
  font-weight: bold;
  background-color: #1b7e3e;
  color: #fff;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.11);
}

.company .reason-setbox .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: 100px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
}

.company .reason-setbox .ttl::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background-color: #1b7e3e;
}

.company .service-setbox {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.company .service-setbox .img-box {
  width: 40%;
}

.company .service-setbox .txt-box {
  width: 56%;
  margin-left: 4%;
}

.company .service-setbox .service-box {
  margin-bottom: 20px;
}

.company .service-setbox .service-box dt {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #1b7e3e;
}

@media only screen and (max-width: 1140px) {
  .company .reason-setbox .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .company .reason-setbox .ttl br {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .company .kv_cont_wrapper .kv_catch {
    margin-bottom: 15px;
    padding-bottom: 7px;
    font-size: 30px;
    font-size: 3rem;
  }
  .company .kv_cont_wrapper .kv_lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .company .kv_cont_wrapper {
    margin-bottom: 45px;
  }
  .company .kv_cont_wrapper .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .company .kv_cont_wrapper .kv_catch {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .company .kv_cont_wrapper .kv_lead {
    padding-right: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .company .kv_cont_wrapper .kv_lead br {
    display: none;
  }
  .company .reason-setbox > * {
    margin-bottom: 30px;
    padding: 35px 20px 20px;
    border-radius: 4px;
  }
  .company .reason-setbox .ttl {
    min-height: inherit;
    margin-bottom: 17px;
    padding-bottom: 17px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .company .service-setbox .img-box {
    width: 100%;
  }
  .company .service-setbox .txt-box {
    width: 100%;
    margin-left: 0;
  }
  .company .service-setbox .service-box dt {
    margin-bottom: 7px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 580px) {
  .company .kv_cont_wrapper .flex-wrapper {
    display: block;
  }
  .company .kv_cont_wrapper .flex-wrapper > * {
    width: 100%;
  }
  .company .kv_cont_wrapper .flex-wrapper > *:last-child {
    margin: 0 -20px;
  }
  .company .kv_cont_wrapper .flex-wrapper > *:last-child img {
    max-width: inherit;
    width: calc(100% + 40px);
  }
  .company .kv_cont_wrapper .kv_catch {
    padding-top: 15px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .company .kv_cont_wrapper .kv_lead {
    padding-right: 0;
    margin-bottom: 15px;
  }
}

/* ==========================================================================
   news
   ========================================================================== */
/* index
   --------------------------------------- */
.news .main-news-setbox {
  width: calc(100% - 340px);
}

.news .sub-box {
  margin-top: 20px;
}

.news .news-box, .news .sub-box {
  margin-bottom: 30px;
}

.news .news-box dt, .news .sub-box dt {
  margin-bottom: 5px;
}

.news .news-box .date, .news .sub-box .date {
  display: inline-block;
  min-width: 120px;
}

.news .news-box .cate, .news .sub-box .cate {
  margin-left: 5px;
  padding: 5px 15px 3px;
  line-height: 1.2;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 20px;
}

.news .news-box .cate.episode, .news .sub-box .cate.episode {
  color: #3891bf;
}

.news .news-box .cate.news, .news .sub-box .cate.news {
  color: #46a567;
}

.news .news-box .cate.blog, .news .sub-box .cate.blog {
  color: #ea8838;
}

.news .nav-news-setbox {
  width: 280px;
  margin-left: 60px;
}

.news .nav-news-setbox .widget-box {
  margin-bottom: 20px;
}

.news .nav-news-setbox .widget-ttl {
  margin-bottom: 12px;
  padding-bottom: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.news .nav-news-setbox-inner {
  padding: 20px;
  background-color: #f4f1e6;
}

@media only screen and (max-width: 1180px) {
  .news .main-news-setbox {
    width: calc(100% - 310px);
  }
  .news .nav-news-setbox {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .news .main-news-setbox {
    width: 100%;
  }
  .news .nav-news-setbox {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

/* ==========================================================================
   philosophy
   ========================================================================== */
/* ==========================================================================
   job_category
   ========================================================================== */
/*# sourceMappingURL=master.css.map */



/*　20230202　バナー追加 */

.home .banner-area {
  text-align: center;
}

.home .banner-area a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.home .banner-area a:hover {
  opacity: .8;
}

.home .banner-area .banner {
  display: inline-block;
  max-width: 700px;
}

@media only screen and (max-width: 768px) {
  .home .banner-area .banner {
    max-width: 580px;
  }
}