@charset "UTF-8";
:root {
  --f-jp: "Zen Maru Gothic", sans-serif;
  --main-color: #b7ce63;
  --clr1: #4c4232;
  --clr2: #8b6b4a;
  --clr3: #f6b26b;
  --ttl_size: 28px;
  --wrapper: 100px;
  --border-radius:12px;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  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-jp);
  position: relative !important;
  top: auto !important;
}

#myElement {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; /* Smooth transition */
}
#myElement.show-on-scroll {
  opacity: 1;
  visibility: visible;
}

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

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

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

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

p {
  line-height: 2.25;
  letter-spacing: 0.1em;
  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 {
  padding-top: var(--wrapper);
  overflow: hidden;
  position: relative;
}
.wrapper::before, .wrapper::after {
  content: "";
  position: absolute;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 4;
  opacity: 0.2;
  font-size: 10px;
}
.wrapper::before {
  background-image: url(../images/line_bf.svg);
  width: 125.7em;
  height: 55.8em;
  left: -56em;
  top: -26.9em;
}
.wrapper::after {
  background-image: url(../images/line_at.svg);
  width: 125.7em;
  height: 55.8em;
  right: -12.4em;
  top: -24.9em;
}

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

.txt_ver {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media only screen and (min-width: 769px) {
  .txt_ver_pc {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           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: 1000px) {
  .pc_1000 {
    display: none !important;
  }
}
@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: 350px) {
  .sp_320 {
    display: none !important;
  }
}
.TabContainer .TabContent {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.TabContainer .TabContent .content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 30px;
}
.TabContainer .TabContent .content > div {
  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;
  padding: 80px;
}
.TabContainer .TabContent .content > div.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.TabContainer .TabPager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 0px auto;
  max-width: 1118px;
}
.TabContainer .TabPager > div {
  background-color: var(--clr);
  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-right: 2px;
  padding: 1.3125em 1.25em 1.4375em;
  max-width: 364px;
  width: calc(50% - 1px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #ffffff;
  border-radius: 13px 13px 0px 0px;
}
.TabContainer .TabPager > div:last-child {
  margin-right: 0;
}
.TabContainer .TabPager > div.bg_green {
  --clr: #b7ce63;
}
.TabContainer .TabPager > div.bg_orange {
  --clr: #f6b26b;
}
.TabContainer .TabPager > div p {
  margin: 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
}
.TabContainer .TabPager > div p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--clr);
  width: 0.7083333333em;
  height: 0.375em;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  opacity: 0;
}
.TabContainer .TabPager > div.active {
  background-color: #fff;
  z-index: 1;
}
.TabContainer .TabPager > div.active p {
  color: var(--clr);
}
.TabContainer .TabPager > div.active p::before {
  opacity: 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: -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;
}

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

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

.link > a {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.tel_click {
  display: table;
  text-decoration: none;
}
.tel_click .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--f-en);
  font-weight: 700;
  color: var(--main-color);
  letter-spacing: 0.05em;
  font-size: 1.5em;
}
.tel_click .icon::before {
  content: "";
  display: block;
  margin-right: 0.3214em;
  margin-top: 0.1786em;
  width: 0.893em;
  height: 0.893em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 101' %3E%3Cpath d='M97.829,82.824 C98.198,91.823 96.073,94.826 87.308,97.205 C74.144,100.791 61.788,98.752 50.561,91.066 C33.671,79.497 19.384,65.207 7.912,48.225 C-0.287,36.096 -1.826,22.855 2.769,8.952 C4.752,2.953 8.059,0.771 14.407,0.925 C23.639,1.157 23.633,1.157 26.561,10.079 C27.869,14.063 29.100,18.078 30.561,22.007 C32.367,26.859 31.432,30.918 27.914,34.711 C22.303,40.765 22.378,40.854 26.680,47.891 C33.854,59.628 43.600,68.580 55.717,75.040 C57.758,76.123 59.178,76.250 60.774,74.416 C62.051,72.951 63.620,71.738 65.076,70.429 C68.123,67.696 71.576,66.743 75.537,68.072 C82.013,70.255 88.532,72.319 94.923,74.723 C96.087,75.162 97.048,76.900 97.511,78.240 C97.992,79.641 97.756,81.285 97.829,82.824 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);
}

.cm_btn {
  max-width: 360px;
  width: 100%;
}
.cm_btn a {
  display: block;
  border-radius: 8px;
  background-color: #abc05d;
  position: relative;
  padding: 17px 10px 19px 51px;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.cm_btn a::before, .cm_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.cm_btn a::before {
  width: 70px;
  height: 100%;
  border-radius: 0 60px 60px 0;
  background-color: #f6b26b;
  left: -38px;
}
.cm_btn a::after {
  width: 8px;
  height: 7px;
  bottom: 0;
  left: 12px;
  margin: auto;
  background-color: #ffffff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.cm_btn a:hover {
  color: #ffffff;
  opacity: 1;
  font-weight: 400;
}
.cm_btn.btn_white a {
  color: var(--clr1);
  background-color: #ffffff;
  font-weight: 500;
}

.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: 960px;
  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%;
  border: 0;
}

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

.slick-prev {
  left: -1em;
}

.slick-next {
  right: -1em;
}

.br_auto {
  display: inline-block;
}

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) {
  .TabContainer .TabPager > div:not(.active):hover {
    background-color: #ffffff;
  }
  .TabContainer .TabPager > div:not(.active):hover .tt {
    color: var(--clr);
  }
  .cm_btn a:hover::before {
    width: 200%;
    border-radius: 10px;
  }
  .cm_btn a:hover::after {
    left: 18px;
  }
  .cm_btn.btn_white a:hover {
    color: #ffffff;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1800px) {
  .wrapper::before, .wrapper::after {
    font-size: min(10px, 0.6vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .TabContainer .TabContent .content > div {
    padding: 50px 5%;
  }
  .cm_btn a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    font-size: 87.5%;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  --hd: 6.25em;
  height: var(--hd);
  z-index: 20;
}

header.active,
.ovh header {
  background-color: #fff;
}
header.active .hamburger-btn,
.ovh header .hamburger-btn {
  top: 0.3125em;
}
header.active .logo,
.ovh header .logo {
  padding-top: 0;
}

.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% - 3.75em);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0.3125em 1.25em;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo {
  width: 25%;
  max-width: 25.625em;
  padding-top: 1.6875em;
  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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  width: auto;
}

.right_head {
  width: 75%;
  padding-right: 6.25em;
  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%;
}
.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.1875em 3.3125em 0 2.875em;
}
.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: 12px;
  height: 12px;
  position: absolute;
  bottom: -0.1666666667em;
  left: calc(50% - 6px);
  -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.7777777778em;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: var(--clr1);
}
.pc_navi > ul > li > a span,
.pc_navi > ul > li > p span {
  display: block;
  width: 100%;
  padding-top: 0px;
  font-size: 66.6666666667%;
  font-weight: 600;
}
.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: -15px;
  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;
}
.pc_navi > ul .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul .subInner ul {
  background-color: var(--main-color);
  padding-bottom: 10px;
}
.pc_navi > ul .subInner ul li {
  padding: 0 10px;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: block;
  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;
}
.pc_navi > ul .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.6em;
  -webkit-transform: translateY(-54%);
          transform: translateY(-54%);
}

@media only screen and (min-width: 769px) {
  .pc_navi > ul .col2 .subInner {
    width: 42em;
  }
  .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%;
  }
  .menu_toggle .inside .ft_link {
    width: 100%;
    max-width: 1320px;
    margin: auto;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
  .menu_toggle .inside .ft_link .menu04 {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1500px) {
  .right_head {
    padding-right: 4.25em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .pc_navi > ul > li {
    margin: 0.1875em 1.3125em 0 2.875em;
  }
  header {
    font-size: min(15px, 1.7vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  :root {
    --wrapper: 85px;
  }
  header {
    --hd: 6em;
  }
  header.active .hamburger-btn, .ovh header .hamburger-btn {
    top: 0.8em;
  }
  .header_top {
    padding-left: 0;
    width: calc(100% - 2.75em);
  }
  .logo {
    padding-top: 0.6875em;
  }
  .pc_navi > ul > li {
    margin: 0 1.3125em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  header {
    font-size: min(14px, 1.7vw);
  }
  .header_top {
    padding-left: 0;
  }
  .pc_navi > ul > li {
    margin: 0 0.8em;
  }
}
.idx_banner {
  padding: 59px 0 60px;
  position: relative;
}

.idx_gallery .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.idx_gallery .list .item {
  margin: 0 2.5px;
}
.idx_gallery .list .item .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 480px;
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
}
.idx_gallery .list .item.slick-slide .img01 {
  background-image: url(../images/idx_gallery01.jpg);
}
.idx_gallery .list .item.slick-slide .img02 {
  background-image: url(../images/idx_gallery02.jpg);
}
.idx_gallery .list .item.slick-slide .img03 {
  background-image: url(../images/idx_gallery03.jpg);
}
.idx_gallery .list .item.slick-slide .img04 {
  background-image: url(../images/idx_gallery04.jpg);
}
.idx_gallery .list .item.slick-slide .img05 {
  background-image: url(../images/idx_gallery05.jpg);
}
.idx_gallery .list .item.slick-slide .img06 {
  background-image: url(../images/idx_gallery06.jpg);
}
.idx_gallery .list .item.slick-slide .img07 {
  background-image: url(../images/idx_gallery07.jpg);
}
.idx_gallery .list .item.slick-slide .img08 {
  background-image: url(../images/idx_gallery08.jpg);
}

.time_sheet .note {
  margin-top: 0.5em;
  margin-left: 0.5625em;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.time_sheet .note .cl2:not(:first-child) {
  margin-left: 0.3125em;
}
.time_sheet .note span {
  display: inline-block;
}
.time_sheet .cl1 {
  color: #abc05d;
}
.time_sheet .cl2 {
  color: #f6b26b;
}
.time_sheet table {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.time_sheet table th,
.time_sheet table td {
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 10.1%;
  font-size: 18px;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
  padding-left: 3.7%;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 12%;
  padding-right: 1em;
}
.time_sheet table th {
  padding: 0.9444444444em 0.2em 1em;
  background-color: #b7ce63;
  border-bottom: 0;
  color: #ffffff;
  font-weight: 400;
}
.time_sheet table td {
  padding: 0.8333333333em 0.2em 1em;
}
.time_sheet table tbody tr:nth-child(2) td {
  padding-top: 0.7777777778em;
}
.time_sheet.tbl_white .cl1, .time_sheet.tbl_white .cl2 {
  color: #ffffff;
}
.time_sheet.tbl_white table th {
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
}
.time_sheet.tbl_white table td {
  border-color: #ffffff;
  padding-top: 0.7777777778em;
}

@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;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  background-image: url(../images/totop.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-color: #8B6B4A;
  border: 0px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  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 {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed_banner a {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fixed_banner p {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
  text-align: center;
  text-decoration: none;
}
.fixed_banner p:hover {
  color: #fff;
}
.fixed_banner p .tt {
  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;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fixed_banner p .tt::before {
  content: "";
  display: block;
  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: #fff;
}
.fixed_banner .tel p {
  background-color: var(--clr2);
}
.fixed_banner .tel p .tt::before {
  width: 1.4666666667em;
  height: 1.4666666667em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M22.007,16.437 L22.007,20.724 C22.007,21.359 21.514,21.888 20.878,21.933 C20.347,21.969 19.914,21.990 19.579,21.990 C8.854,21.990 0.160,13.307 0.160,2.595 C0.160,2.260 0.177,1.826 0.215,1.297 C0.259,0.659 0.788,0.169 1.426,0.169 L5.718,0.169 C6.030,0.169 6.292,0.407 6.322,0.716 C6.350,0.993 6.376,1.213 6.400,1.383 C6.641,3.065 7.136,4.701 7.867,6.235 C7.982,6.479 7.907,6.766 7.688,6.920 L5.069,8.792 C6.670,12.516 9.645,15.489 13.376,17.087 L15.245,14.475 C15.403,14.255 15.695,14.180 15.940,14.297 C17.476,15.025 19.113,15.518 20.795,15.757 C20.964,15.781 21.186,15.808 21.463,15.834 C21.773,15.867 22.009,16.125 22.008,16.437 L22.007,16.437 Z'/%3E%3C/svg%3E");
}
.fixed_banner .web p {
  background-color: #aec263;
}
.fixed_banner .web p .tt::before {
  width: 1.7333333333em;
  height: 1.7333em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26px' height='26px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M21.198,26.003 L4.187,25.1000 C1.951,25.790 0.183,24.004 0.003,21.763 L0.002,6.561 C0.163,4.425 1.738,2.676 3.860,2.340 C4.542,2.231 5.233,2.275 5.921,2.267 L5.921,1.215 C5.921,0.868 6.466,0.506 6.803,0.498 C7.162,0.490 7.742,0.841 7.742,1.215 L7.742,2.267 L17.754,2.267 L17.754,1.215 C17.754,0.868 18.299,0.506 18.636,0.498 C18.995,0.490 19.574,0.841 19.574,1.215 L19.574,2.267 C20.386,2.262 21.168,2.232 21.964,2.410 C23.907,2.840 25.310,4.541 25.490,6.508 L25.493,21.706 C25.335,24.013 23.516,25.853 21.198,26.003 ZM23.670,6.508 C23.670,6.270 23.424,5.682 23.296,5.460 C22.496,4.069 21.020,4.025 19.574,4.088 L19.574,5.199 C19.574,5.248 19.332,5.624 19.262,5.683 C18.932,5.960 18.396,5.959 18.066,5.683 C17.996,5.624 17.754,5.248 17.754,5.199 L17.754,4.088 L7.742,4.088 L7.742,5.199 C7.742,5.248 7.499,5.624 7.429,5.683 C7.099,5.960 6.563,5.959 6.233,5.683 C6.163,5.624 5.921,5.248 5.921,5.199 L5.921,4.088 C4.483,4.021 2.995,4.077 2.200,5.460 C2.072,5.682 1.825,6.270 1.825,6.508 L1.825,7.788 L23.670,7.788 L23.670,6.508 ZM23.670,9.609 L1.825,9.609 L1.825,21.817 C1.825,22.888 3.272,24.203 4.358,24.179 C10.095,24.132 15.851,24.274 21.578,24.106 C22.535,23.945 23.670,22.733 23.670,21.760 L23.670,9.609 ZM12.123,20.452 C11.706,20.771 11.329,20.790 10.899,20.480 C9.954,19.335 8.425,18.268 7.541,17.123 C6.796,16.157 7.904,15.118 8.767,15.782 L11.517,18.483 L16.729,13.278 C16.819,13.206 16.943,13.117 17.056,13.094 C17.936,12.912 18.544,13.832 18.006,14.557 L12.123,20.452 Z'/%3E%3C/svg%3E");
}
.fixed_banner .mail p {
  background-color: #62a9a3;
}
.fixed_banner .mail p .tt::before {
  width: 1.933333333em;
  height: 1.4666666667em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='29px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M0.817,19.778 L0.817,2.401 C1.009,1.249 1.884,0.373 3.057,0.244 L26.153,0.241 C27.387,0.353 28.340,1.298 28.444,2.537 C28.400,8.375 28.535,14.231 28.376,20.059 C28.114,21.112 27.187,21.877 26.100,21.939 L3.057,21.935 C1.949,21.834 0.942,20.893 0.817,19.778 ZM26.277,2.248 C26.253,2.233 25.804,2.187 25.722,2.183 L3.380,2.185 C2.727,2.258 2.775,2.691 2.811,3.240 C2.897,4.535 3.663,5.824 4.593,6.692 C6.639,8.599 9.247,10.203 11.364,12.062 C12.180,12.704 13.571,14.078 14.657,14.062 C15.808,14.045 17.780,12.146 18.707,11.416 C20.506,9.997 22.567,8.545 24.261,7.042 C25.462,5.975 26.671,4.341 26.450,2.641 C26.442,2.580 26.295,2.260 26.277,2.248 ZM26.448,7.690 C24.919,9.155 23.168,10.367 21.512,11.684 C19.662,13.154 16.779,16.169 14.331,16.003 C12.296,15.863 9.371,12.974 7.749,11.684 C6.093,10.367 4.342,9.155 2.813,7.690 L2.813,19.642 C2.813,19.822 3.258,20.024 3.431,19.996 L25.776,19.996 C25.960,20.039 26.448,19.836 26.448,19.642 L26.448,7.690 Z'/%3E%3C/svg%3E");
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    --size: 8em;
    width: 8em;
    top: 41.6em;
  }
  .fixed_banner.active {
    top: 28em;
  }
  .fixed_banner > div {
    width: var(--size);
    height: var(--size);
    margin-bottom: 1px;
  }
  .fixed_banner p {
    width: var(--size);
    height: var(--size);
  }
  .fixed_banner p .tt {
    font-size: 1.5em;
    letter-spacing: 0;
    margin-bottom: 0.5em;
  }
  .fixed_banner .tel {
    --w_tel: 19em;
    -webkit-transform: translateX(calc(-var(--size) - var(--w_tel)));
            transform: translateX(calc(-var(--size) - var(--w_tel)));
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .fixed_banner .tel .tt {
    padding-top: 2px;
  }
  .fixed_banner .tel .tt::before {
    margin-bottom: 0.4em;
  }
  .fixed_banner .tel:hover {
    -webkit-transform: translateX(calc(0em - var(--w_tel)));
            transform: translateX(calc(0em - var(--w_tel)));
  }
  .fixed_banner .tel:hover a {
    width: calc(var(--size) + var(--w_tel));
  }
  .fixed_banner .tel .ov {
    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;
    background-color: var(--clr2);
    position: absolute;
    left: var(--size);
    height: 100%;
    top: 0;
    width: var(--w_tel);
    border-left: 1px solid #fff;
  }
  .fixed_banner .tel .ov .text {
    font-size: 2.5em;
    font-family: var(--f-en);
  }
  .fixed_banner .web p .tt {
    padding-top: 1px;
  }
  .fixed_banner .web p .tt::before {
    margin-bottom: 0.5em;
  }
  .fixed_banner .mail p .tt {
    padding-top: 4px;
  }
  .fixed_banner .mail p .tt::before {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .fixed_banner {
    font-size: 8.75px;
    top: calc(50% - 15em);
  }
  .fixed_banner.active {
    top: 13em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .totop {
    bottom: 10px;
  }
  .totop .icon {
    width: 60px;
    height: 60px;
  }
}
footer {
  position: relative;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  text-decoration: none;
}
footer .ft_row01 {
  background: url(../images/ft_bg.jpg) no-repeat center/cover;
  padding: 103px 0 82px;
  color: #ffffff;
}
footer .ft_row02 {
  padding: 82px 0 49px;
  background: url(../images/ft_bg02.jpg) no-repeat center top/cover;
}
footer .time_sheet {
  max-width: 600px;
  width: 100%;
  margin: -36px 0 0 -5px;
}
footer .p_address {
  line-height: 1.75;
  text-align: center;
}
footer .p_tel {
  display: table;
  margin: 11px auto 0;
}
footer .p_tel a {
  text-decoration: none;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  padding-left: 1.0277777778em;
  letter-spacing: 0.1em;
}
footer .p_tel a::before {
  content: "";
  position: absolute;
  top: 0.3055555556em;
  left: 0.1666666667em;
  width: 0.6111111111em;
  height: 0.6111111111em;
  background: url(../images/ic_tel.svg) no-repeat center/contain;
}
footer .p_tel a:hover {
  opacity: 1;
  color: #ffffff;
}
footer .ft_logo {
  margin: 0 auto 24px;
  max-width: 410px;
}
footer .ft_info .col {
  width: 48%;
}
footer .ft_info .col:first-child {
  padding-right: 10px;
}
.ft_link .title {
  margin-bottom: 29px;
  padding-left: 0;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #abc05d;
  text-transform: uppercase;
}
.ft_link .title.mn_dropdown {
  font-size: 24px;
  position: relative;
  padding-bottom: 27px;
  border-bottom: 1px solid rgba(171, 192, 93, 0.5);
  cursor: pointer;
}
.ft_link .title.mn_dropdown::before, .ft_link .title.mn_dropdown::after {
  content: "";
  position: absolute;
  margin: auto;
  top: -25px;
  bottom: 0;
  background: #abc05d;
}
.ft_link .title.mn_dropdown::before {
  width: 20px;
  height: 2px;
  right: 10px;
}
.ft_link .title.mn_dropdown::after {
  width: 2px;
  height: 20px;
  right: 19px;
}
.ft_link .title.mn_dropdown.rotate::after {
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 1.0625em;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link a {
  text-decoration: none;
  display: table;
  position: relative;
  padding-left: 1.3125em;
  color: inherit;
  letter-spacing: 0.1em;
  color: var(--clr1);
  line-height: 1.6;
}
.ft_link a::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 9px;
  background-color: var(--clr1);
  border-radius: 50%;
  width: 3px;
  height: 3px;
}
.ft_link a:hover {
  opacity: 1;
  color: var(--clr1);
}
@media only screen and (min-width: 769px) {
  .ft_link a:hover {
    color: var(--main-color);
  }
  .ft_link a:hover::before {
    background-color: var(--main-color);
  }
  .ft_link .title.mn_dropdown:hover {
    color: var(--clr2);
    border-color: rgba(139, 106, 74, 0.5);
  }
  .ft_link .title.mn_dropdown:hover::before, .ft_link .title.mn_dropdown:hover::after {
    background-color: var(--clr2);
  }
  .ft_link .link_list > div > ul, .ft_link .link_list .ct_dropdown > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .ft_link .menu01 {
    width: 39%;
  }
  .ft_link .menu01 .title {
    padding-left: 2px;
  }
  .ft_link .menu01 .ct_dropdown > ul {
    max-height: 19em;
  }
  .ft_link .menu02, .ft_link .menu03 {
    width: 28%;
  }
  .ft_link .menu02 .title, .ft_link .menu03 .title {
    padding-left: 7px;
  }
  .ft_link .menu04 {
    margin-top: 14px;
    width: calc(100% - 400px);
    max-width: 757px;
  }
  .ft_link .menu04 .title {
    margin-left: 2px;
  }
  .ft_link .menu04 > ul {
    max-height: 10em;
  }
  .ft_link .menu04 > ul > li:nth-child(n+3) {
    max-width: 20em;
  }
}

.copyright {
  margin: 0 auto 0;
  padding: 17px 0px 23px;
  z-index: 1;
  position: absolute;
  bottom: -4px;
  right: 30px;
}
.copyright .textwidget {
  display: block;
  letter-spacing: 0.1em;
  position: relative;
  left: 4px;
}
.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: inherit;
  letter-spacing: 0.05em;
}
.copyright .grits {
  margin-bottom: 12px;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 144px;
}

.key_bn_right {
  position: absolute;
  bottom: 8.3em;
  right: 65px;
  z-index: 10;
  max-width: 34em;
  width: 100%;
  font-size: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.key_bn_right .bn_office, .key_bn_right .chatbot {
  margin-top: 1.2em;
}
.key_bn_right.active {
  right: 10px;
  bottom: 123px;
  max-width: 29em;
  position: fixed;
}

.under .key_bn_right:not(.active) {
  right: 85px;
  bottom: 0.7em;
}

.chatbot {
  max-width: 34em;
  border: 0;
  background: none;
  cursor: pointer;
}

@media only screen and (min-width: 769px) {
  .chatbot:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1800px) {
  .key_bn_right {
    right: 85px;
    bottom: 4.5em;
  }
  .key_bn_right.active {
    bottom: 140px;
    max-width: 27em;
  }
  footer .ft_row02 {
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .key_bn_right {
    font-size: min(8px, 0.8vw);
  }
  .key_bn_right.active {
    bottom: 100px;
  }
  .key_bn_right.active.ac {
    bottom: 125px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  footer .ft_info {
    padding-right: 5%;
  }
  .ft_link .menu01 {
    width: 41%;
  }
  .ft_link .menu02 {
    width: 25%;
  }
  .ft_link .menu03 {
    width: 26%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ft_link .title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .ft_link .title.mn_dropdown {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .ft_link a::before {
    top: 9px;
  }
  .idx_gallery .list .item .img {
    width: 380px;
    height: 285px;
  }
  .time_sheet .note {
    letter-spacing: 0.02em;
  }
  .time_sheet table th, .time_sheet table td {
    width: 9.1%;
    font-size: min(16px, 1.8vw);
  }
  .time_sheet table th:first-child, .time_sheet table td:first-child {
    padding-left: 1.5%;
    width: auto;
  }
  footer .p_tel a {
    font-size: 30px;
  }
  footer .ft_row02 {
    padding-bottom: 42px;
  }
  footer .ft_info .col:first-child {
    width: 46%;
  }
  footer .ft_info .col:last-child {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  footer .ft_row02 {
    padding-bottom: 0;
  }
  footer .ft_info {
    padding-left: 3%;
    padding-right: 2%;
  }
  footer .ft_logo {
    margin-bottom: 12px;
  }
  .ft_link .menu01 .ct_dropdown > ul {
    max-height: 100%;
    display: block;
  }
  .ft_link .menu04 {
    width: calc(100% - 205px);
  }
  .ft_link .menu01 {
    width: 36%;
  }
  .ft_link .menu02, .ft_link .menu03 {
    width: 29%;
  }
  .copyright {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
  }
  .copyright .grits img {
    margin-left: auto;
    margin-right: auto;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/