@charset "UTF-8";
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-jp: "Noto Serif JP", serif;
  --f-en: "Nunito Sans", sans-serif;
  --f-zen: "Zen Maru Gothic", serif;
  --main-color: #619827;
  --clr1: #4e524a;
  --clr2: #f8bc27;
  --ttl_size: 28px;
  --wrapper: 100px;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
body {
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.1em;
  color: var(--clr1);
  font-family: var(--f-notosans);
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 100%;
  -webkit-text-size-adjust: none;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure,
picture {
  display: block;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--f-jp);
}

img {
  display: table;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a:not(.tel_click) {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #64b5f7;
}
a.tel_click {
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 769px) {
  a:not([target*=_blank]) {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  a:not([target*=_blank]):hover {
    opacity: 0.7;
  }
  a.tel_click {
    pointer-events: none;
  }
  a:not(.tel_click):hover, a:not(.tel_click):active {
    color: #64b5f7;
  }
}
a.logo:hover,
.logo a:hover,
a.ft_logo:hover,
.ft_logo a:hover,
a.tel_click:hover {
  opacity: 1 !important;
}

table {
  width: 100%;
}

iframe {
  width: 100%;
  height: 100%;
}

.captcha_box iframe {
  height: auto;
}

.link > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

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

p {
  line-height: 2.1875;
  letter-spacing: inherit;
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 15px;
}
p:empty {
  display: none !important;
}
p:last-child {
  margin-bottom: 0;
}

.red {
  color: #ca0a0a !important;
}

.bold {
  font-weight: bold !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
  overflow-x: auto !important;
}

.wrapper {
  overflow: hidden;
}

.inner_max,
.inner_big,
.inner,
.inner_sm {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.inner_max {
  max-width: 1480px;
}

.inner_big {
  max-width: 1320px;
}

.inner {
  max-width: 1210px;
}

.inner_sm {
  max-width: 1020px;
}

.fullWidthBreak {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           WordPress Core                                 */
/*==========================================================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 35px;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                              General                                     */
/*==========================================================================*/
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
@media only screen and (min-width: 451px) {
  .sp_450 {
    display: none !important;
  }
}
@media only screen and (min-width: 370px) {
  .sp_320 {
    display: none !important;
  }
}
.accBtn::before, .accBtn::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accBtn.triangle, .accBtn.triangle_btt {
  position: relative;
}
.accBtn.triangle::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 20px;
  border-color: inherit;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accBtn.triangle.rotate::after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}
.accBtn.triangle_btt::after {
  content: "";
  position: relative;
  top: 0px;
  width: 0;
  height: 0;
  border-radius: 20px;
  border-color: inherit;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  display: block;
  margin: 10px auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accBtn.rotate::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.TabContainer .TabContent {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.TabContainer .TabContent > ul {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000;
}
.TabContainer .TabContent > ul > li {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.TabContainer .TabContent > ul > li.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.TabContainer .TabPager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 290px;
}
.TabContainer .TabPager li {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 9px 20px;
  -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
  width: calc(33.33% - 1px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #797b7d;
}
.TabContainer .TabPager li p {
  margin: 0;
}
.TabContainer .TabPager li.active {
  background-color: #edf0f5;
  z-index: 1;
}

.rel {
  position: relative;
}

.ovh {
  overflow: hidden !important;
}

.ovs {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
}

.lt0 {
  letter-spacing: 0 !important;
}

figure,
picture {
  text-align: center;
  line-height: 1;
}

.fblock {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.key {
  position: relative;
  margin: 100px auto 0;
  width: calc(100% - 40px);
  border-radius: 20px;
  overflow: hidden;
}

.gMap {
  width: 100%;
  height: 100%;
}

.txt_l {
  float: left;
  width: calc(100% - 385px);
}

.txt_r {
  float: right;
  width: calc(100% - 385px);
}

.image_alone {
  display: table;
  max-width: 500px;
  margin: 0 auto;
  border: 7px solid rgba(231, 231, 231, 0.5);
  border-radius: 11px;
  overflow: hidden;
}

.tel_click {
  text-decoration: none;
}

.en {
  font-family: var(--f-en);
}

.clr_yellow {
  color: var(--clr2);
}

.clr_green {
  color: var(--main-color);
}

.gr_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gr_btn .cm_btn {
  margin: 10px;
}

.cm_btn.st01 {
  max-width: 290px;
  width: 100%;
}
.cm_btn.st01 a {
  position: relative;
  display: block;
  min-height: 2.5em;
  background-color: #ffffff;
  border-radius: 40px;
  border: 1px solid #eeeeeb;
  padding: 1.3125em 1.25em 1.4375em;
  -webkit-box-shadow: 10px 10px 30px rgba(79, 101, 56, 0.12);
          box-shadow: 10px 10px 30px rgba(79, 101, 56, 0.12);
  text-decoration: none;
  text-align: center;
  color: var(--clr1);
  overflow: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  z-index: 0;
}
.cm_btn.st01 a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.4375em;
  margin: auto;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background: var(--main-color) url(../images/ic_arrow.svg) no-repeat calc(50% + 1px) 50%/5px auto;
  -webkit-box-shadow: 0 0 2px #ffffff;
          box-shadow: 0 0 2px #ffffff;
}
.cm_btn.st01 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media only screen and (min-width: 769px) {
  .cm_btn.st01 a:hover {
    opacity: 1;
    color: #ffffff;
    border-color: var(--main-color);
    background-color: var(--main-color);
  }
  .cm_btn.st01 a:hover::before {
    opacity: 1;
    -webkit-box-shadow: inset 0 0 0 3em var(--main-color);
            box-shadow: inset 0 0 0 3em var(--main-color);
  }
  .cm_btn.st01 a:hover::after {
    background-image: url(../images/ic_arrow_green.svg);
    background-color: #ffffff;
  }
}
.cm_btn.st02 {
  display: table;
}
.cm_btn.st02 a {
  position: relative;
  padding-right: 2.8125em;
  text-decoration: none;
  color: #ffffff;
  line-height: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.cm_btn.st02 a::before, .cm_btn.st02 a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0.625em;
  margin: auto;
  width: 1.875em;
  height: 1.875em;
  border-radius: 50%;
}
.cm_btn.st02 a::before {
  border: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.cm_btn.st02 a::after {
  background: url(../images/ic_arrow_green.svg) no-repeat calc(50% + 1px) 50%/5px auto;
  -webkit-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
}
.cm_btn.st02 a > span {
  padding: 0 0 0.25em;
  border-bottom: 1px solid;
}
@media only screen and (min-width: 769px) {
  .cm_btn.st02 a:hover {
    opacity: 1;
    color: #edf0f5;
  }
  .cm_btn.st02 a:hover::before {
    background-color: var(--main-color);
  }
  .cm_btn.st02 a:hover::after {
    -webkit-animation: slide_right 0.5s cubic-bezier(0.5, 1, 0.89, 1);
            animation: slide_right 0.5s cubic-bezier(0.5, 1, 0.89, 1);
    background-image: url(../images/ic_arrow.svg);
  }
}

@-webkit-keyframes slide_right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide_right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.btn a {
  position: relative;
  color: var(--main-color);
  text-decoration: none;
  font-family: var(--f-jp);
}
.btn a::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0.38125em;
  height: 12px;
  right: 5%;
  top: calc(50% - 6px);
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61 101' %3E%3Cpath d='M60.957,50.350 L52.385,58.785 L52.329,58.731 L9.523,100.309 L0.950,91.881 L43.698,50.349 L0.950,8.832 L9.523,0.385 L52.326,41.966 L52.385,41.909 L60.957,50.350 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
}

.btn-group {
  font-size: 0.625em;
}
.btn-group .btn {
  font-size: 1em;
}
.btn-group .btn.style01 {
  width: 100%;
  min-width: 180px;
  max-width: 408px;
  overflow: hidden;
}
.btn-group .btn.style01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.88889em;
  padding: 0.5em 1em;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: var(--main-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 40px;
}
.btn-group .btn.style01 a::after {
  background-color: #fff;
}
.btn-group .btn.style01 a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.style01 a:hover::after {
    right: 0.5em;
  }
}
.btn-group .btn.bg01 a {
  background-color: #fff;
  color: var(--main-color);
}
.btn-group .btn.bg01 a::after {
  background-color: var(--main-color);
}
.yt {
  max-width: 800px;
  margin: 0px auto;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-arrow {
  display: block;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  position: absolute;
  top: 37%;
  width: 38px;
  height: 38px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
}
.slick-arrow:focus {
  outline: 0;
}

.slick-prev {
  left: -55px;
}

.slick-next {
  right: -55px;
}

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1500px) {
  .key {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .key {
    margin-top: 8em;
    font-size: min(10px, 0.8vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  body {
    font-size: 87.5%;
  }
  .cm_btn.st01 a {
    padding: 1.2em 2.2em 1.3em 1em;
  }
  .cm_btn.st01 a::before, .cm_btn.st01 a::after {
    right: 0.8571em;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  --header: 10em;
  height: var(--header);
  z-index: 20;
  font-size: 10px;
  background-color: #ffffff;
}

header.active,
.ovh header {
  -webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.15);
}

.header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 6.5em);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0.5em 2em;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo {
  width: 25%;
  max-width: 44.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  width: auto;
}

.right_head {
  width: calc(75% - 6em);
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pc_navi {
  width: 100%;
  padding-right: 1.8em;
}
.pc_navi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  width: 100%;
}
.pc_navi > ul > li {
  position: relative;
  margin: 0 1em;
  z-index: 0;
}
.pc_navi > ul > li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1em;
  width: 1px;
  height: 2.4em;
  background-color: var(--clr1);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto;
  z-index: -1;
  pointer-events: none;
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p {
  opacity: 0.8;
  color: var(--main-color);
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  content: "";
  background: url(../images/shared_pc_navi_arrow.png) center no-repeat;
  background-size: 100% auto;
  width: 0.5em;
  height: 0.3125em;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 0.25em);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  width: 0;
  height: 0;*/
}
.pc_navi > ul > li.menu-item-has-children > a:hover::after,
.pc_navi > ul > li.menu-item-has-children > p:hover::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  height: 2.5em;
  text-decoration: none;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: var(--clr1);
  padding: 0 1.875em;
}
.pc_navi > ul > li:hover a.title::after,
.pc_navi > ul > li:hover p.title::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.pc_navi > ul .subInner {
  position: absolute;
  width: 18em;
  right: 50%;
  bottom: 0;
  padding-top: 0px;
  -webkit-transform: translate(50%, 100%);
          transform: translate(50%, 100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  padding-top: 15px;
}
.pc_navi > ul .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul .subInner ul {
  background-color: #619827;
  padding-bottom: 10px;
}
.pc_navi > ul .subInner ul li {
  padding: 0 10px;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 1.2em 0.6em 1.2em 1.6em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 0.875em;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.05em;
  font-size: 1.5em;
}
.pc_navi > ul .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.6em;
  -webkit-transform: translateY(-54%) scaleX(1.2);
          transform: translateY(-54%) scaleX(1.2);
  transform: translateY(-54%) scaleX(1.2);
  font-family: var(--f-notosans);
  font-size: 1.2em;
}

@media only screen and (min-width: 769px) {
  .pc_navi > ul .col2 .subInner {
    width: 440px;
  }
  .pc_navi > ul .col2 .subInner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pc_navi > ul .col2 .subInner ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  header {
    --header: 8em;
  }
  .header_top {
    width: calc(100% - 1.5em);
  }
  .pc_navi{padding-right: 1em;}
  .pc_navi > ul > li > a, .pc_navi > ul > li > p {
    padding: 0 1.2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  :root {
    --wrapper: 100px;
  }
  header {
    font-size: min(10px, 0.8vw);
  }
  .pc_navi > ul > li > a, .pc_navi > ul > li > p {
    padding: 0 0.5em;
  }
}
.idx_gallery {
  position: relative;
  z-index: 2;
  margin-bottom: -29px;
}
.idx_gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idx_gallery ul li {
  margin: 0 5px;
}
.idx_gallery ul li .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--main-color);
  width: 340px;
  height: 312px;
  border-radius: 10px;
  overflow: hidden;
}
.idx_gallery ul li.slick-slide .img01 {
  background-image: url(../images/idx_gallery01.jpg);
}
.idx_gallery ul li.slick-slide .img02 {
  background-image: url(../images/idx_gallery02.jpg);
}
.idx_gallery ul li.slick-slide .img03 {
  background-image: url(../images/idx_gallery03.jpg);
}
.idx_gallery ul li.slick-slide .img04 {
  background-image: url(../images/idx_gallery04.jpg);
}
.idx_gallery ul li.slick-slide .img05 {
  background-image: url(../images/idx_gallery05.jpg);
}
.idx_gallery ul li.slick-slide .img06 {
  background-image: url(../images/idx_gallery06.jpg);
}

.time_sheet .note {
  margin-top: 11px;
  margin-left: -1px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.time_sheet .note span {
  display: inline-block;
}
.time_sheet .note .dot {
  margin: 0px 3px;
  font-weight: bold;
  position: relative;
  top: 1px;
  letter-spacing: 0.3em;
}
.time_sheet .shared_tbl_dot {
  color: transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  border: 0;
}
.time_sheet .shared_tbl_dot::before {
  position: absolute;
  left: 0;
  right: 0;
  content: "-";
  color: var(--clr1);
  text-align: center;
  font-size: inherit;
  font-weight: 500;
}
.time_sheet table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.time_sheet table tr:first-child {
  border-radius: 5px;
  background-color: var(--main-color);
}
.time_sheet table tr:first-child td, .time_sheet table tr:first-child th {
  border: 0;
}
.time_sheet table th,
.time_sheet table td {
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: auto;
  border-bottom: 1px solid #b8bfb2;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: 15.375em;
  padding-left: 1.4%;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 24%;
  text-align: left;
  padding-left: 3.6%;
}
.time_sheet table th:not(:first-child, :last-child),
.time_sheet table td:not(:first-child, :last-child) {
  width: 14.2%;
}
.time_sheet table th {
  padding: 1.25em 0.2em 1.3125em;
  color: #ffffff;
}
.time_sheet table td {
  padding: 1.1875em 0.2em 1.375em;
  color: var(--main-color);
}
.time_sheet table td:first-child {
  color: var(--clr1);
}
.time_sheet table tr:nth-child(3) td {
  padding-bottom: 1.375em;
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
  :root {
    --ttl_size: 22px;
    --wrapper: 80px;
  }
}
.totop {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 25px;
  right: 25px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 20px 20px 50px 11px rgba(5, 63, 60, 0.05);
          box-shadow: 20px 20px 50px 11px rgba(5, 63, 60, 0.05);
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  background-image: url(../images/totop.png);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center;
  background-color: #fff;
  border: 0px;
  width: 100%;
  height: 100%;
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .totop:hover .icon {
    opacity: 0.9;
    -webkit-animation-name: bounces;
            animation-name: bounces;
  }
}
.bounce {
  -webkit-animation-name: bounces;
          animation-name: bounces;
}

.animateds {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bounces {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounces {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
.fixed_banner {
  position: fixed;
  right: 0px;
  z-index: 15;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fixed_banner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed_banner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.fixed_banner .web {
  background-color: #f8bc27;
}
.fixed_banner .web .icon::before {
  background-image: url("../images/ic_web.png");
}
.fixed_banner .tel {
  background-color: #619827;
}
.fixed_banner .tel .icon::before {
  background-image: url("../images/ic_tel.png");
}
.fixed_banner .mail {
  background-color: #eef6e6;
}
.fixed_banner .mail .icon {
  font-weight: 500;
}
.fixed_banner .mail .icon::before {
  background-image: url("../images/ic_mail.png");
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    width: 8em;
    top: 455px;
  }
  .fixed_banner.active {
    top: 250px;
  }
  .fixed_banner > div {
    width: 8em;
    height: 8em;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 5px;
  }
  .fixed_banner > div:last-child {
    margin-bottom: 0;
  }
  .fixed_banner .icon {
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.2222222222;
    text-align: center;
    font-size: 1.4em;
    letter-spacing: 0.1em;
  }
  .fixed_banner .icon::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
  }
  .fixed_banner .tel {
    width: 28em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fixed_banner .tel:hover {
    -webkit-transform: translateX(-20em);
            transform: translateX(-20em);
  }
  .fixed_banner .tel p {
    color: #fff;
  }
  .fixed_banner .tel .icon {
    width: 5.7142857143em;
    padding-top: 0.3571428571em;
  }
  .fixed_banner .tel .icon::before {
    height: 1.5em;
    margin-bottom: 0.5714285714em;
  }
  .fixed_banner .tel .txt {
    width: calc(100% - 4em);
    font-size: 2em;
    text-align: center;
    border-left: 1px solid #fff;
  }
  .fixed_banner .web {
    padding-top: 0.2em;
  }
  .fixed_banner .web .icon::before {
    height: 1.5714285714em;
    margin-bottom: 0.6428571429em;
  }
  .fixed_banner .mail:hover {
    background-color: #e4f3d5;
  }
  .fixed_banner .mail .icon {
    color: var(--clr1);
    padding-top: 0.2142857143em;
    letter-spacing: 0;
  }
  .fixed_banner .mail .icon::before {
    height: 1.5714285714em;
    margin-bottom: 0.4285714286em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 700px) {
  .fixed_banner {
    font-size: 7.75px;
    top: 250px;
  }
  .fixed_banner.active {
    top: 150px;
  }
  .totop {
    width: 60px;
    height: 60px;
  }
}
.des {
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.des > span {
  margin-left: 10px;
}

.p_tel a {
  position: relative;
  font-family: var(--f-zen);
  padding-left: 38px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 500;
  color: var(--clr1);
  text-decoration: none;
}
.p_tel a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 2px;
  width: 23px;
  height: 23px;
  mask-image: url(../images/ic_tel.png);
  -webkit-mask-image: url(../images/ic_tel.png);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #f8bc27;
}

footer {
  padding: 130px 0 95px;
  position: relative;
  background: url(../images/ft_bg.jpg) no-repeat center/cover;
}
footer .inner {
  max-width: 1240px;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  color: #fff;
  text-decoration: none;
}
footer .ft_logo {
  padding: 0px 0 25px;
  max-width: 445px;
}
footer .ft_info {
  width: 47.5%;
  max-width: 530px;
}
footer .ft_link {
  width: 48.9%;
  margin-top: -3px;
}
footer .ft_link a {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  footer .ft_link a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
}
footer .box_address {
  margin-left: -3px;
  margin-bottom: 23px;
}
footer .p_tel a {
  color: #ffffff;
}

.ft_map {
  height: 378px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 34px;
}

.ft_banner .banner {
  margin-bottom: 12px;
  position: relative;
}
.ft_banner .banner img {
  border-radius: 10px;
}

.ft_link a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 769px) {
  .ft_link ul {
    width: 46%;
  }
  .ft_link ul:last-child {
    width: 52%;
  }
  .ft_link .menu01 {
    width: 100%;
  }
  .ft_link .menu02 {
    margin-top: 66px;
    width: 100%;
  }
}
.ft_link .ttl {
  margin-bottom: 34px;
  padding-left: 0;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
  font-family: var(--f-en);
  text-transform: uppercase;
  width: 100%;
}
.ft_link .ttl::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 26px;
  letter-spacing: 0.1em;
  line-height: 1.62;
}
.ft_link li.last {
  margin-bottom: 29px;
}
.ft_link li:last-child {
  margin-bottom: 0;
}
.ft_link a {
  position: relative;
  padding-left: 15px;
  color: inherit;
  letter-spacing: 0.1em;
}
.ft_link a::before {
  content: "";
  position: absolute;
  top: 0.6875em;
  left: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ffffff;
}
.ft_link a:hover {
  opacity: 1;
}

.copyright {
  margin: 0 auto 0;
  color: #fff;
  padding: 25px 0px 0;
  position: relative;
  z-index: 1;
  font-size: 10px;
}
.copyright .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 4em;
}
.copyright .textwidget {
  display: block;
  margin-top: -0.2em;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-left: 2.9em;
  padding-top: 0px;
  padding-bottom: 0.3em;
  margin-left: 3em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
}
.copyright .textwidget::before {
  content: "";
  position: absolute;
  top: -1.1em;
  left: 0;
  width: 1px;
  height: 4em;
  background-color: rgba(255, 255, 255, 0.5);
}
.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 1.4em;
  line-height: inherit;
  letter-spacing: 0.1em;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 17.4em;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .time_sheet table {
    font-size: min(14px, 1.7vw);
  }
  .idx_gallery ul li .img {
    width: 240px;
    height: 220px;
  }
  footer {
    padding: 100px 0 60px;
  }
  footer .ft_info {
    width: 46.5%;
  }
  footer .ft_link {
    width: 51%;
  }
  .ft_link .ttl {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .ft_link ul {
    width: 41%;
  }
  .ft_link ul:last-child {
    width: 57%;
  }
  .ft_link a {
    letter-spacing: 0;
  }
  .ft_link li {
    margin-bottom: 17px;
  }
  .copyright {
    font-size: min(10px, 0.9vw);
  }
  .copyright .textwidget {
    margin-left: 2em;
    padding-left: 1.9em;
  }
  .copyright .grits img {
    max-width: 15.4em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .des {
    letter-spacing: 0.05em;
  }
  .ft_link a {
    font-size: 12px;
    padding-left: 12px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/