@charset "UTF-8";
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-en: "Josefin Sans", sans-serif;
  --main-color: #ca783a;
  --clr1: #513d3c;
  --clr2: #f48246;
  --clr3: #f9f5e6;
  --clr4: #55381b;
  --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-notosans);
  font-size: 18px;
}

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.tel_click {
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 769px) {
  a:not(.tel_click, [target*=_blank]) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:not(.tel_click, [target*=_blank]):hover {
    opacity: 0.7;
  }
  a.tel_click {
    pointer-events: none;
  }
  a:not(.tel_click, [target*=_blank]):hover, a:not(.tel_click, [target*=_blank]):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;
}

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

.br_auto {
  display: inline-block;
}

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

@media only screen and (min-width: 769px) {
  .b-grid {
    display: -ms-grid;
    display: grid;
  }
  .b-grid .column-star1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
  }
  .b-grid .column-star2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
  }
}
p, li {
  line-height: 2.3333333;
  letter-spacing: 0.1em;
  font-weight: 500;
}

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

.ff-palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.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: 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: 391px) {
  .sp_390 {
    display: none !important;
  }
}
@media only screen and (min-width: 370px) {
  .sp_320 {
    display: none !important;
  }
}
.TabContainer .TabContent {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.TabContainer .TabContent .content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border: 4px solid #f8f0e8;
  border-radius: 60px;
}
.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: 118px 60px 82px;
}
.TabContainer .TabContent .content > div.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.TabContainer .TabPager {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 92%;
  margin: 0px auto -5.2em;
  max-width: 1280px;
  font-size: 10px;
}
.TabContainer .TabPager > div {
  background-color: #b3927b;
  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: 1.5em 2em 2em;
  width: calc((100% - 0.9em) / 4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 0.3em;
  cursor: pointer;
  color: #ffffff;
  border-radius: 60px;
  min-height: 10em;
}
.TabContainer .TabPager > div:last-child {
  margin-right: 0;
}
.TabContainer .TabPager > div::before {
  content: "";
  position: absolute;
  bottom: -0.8em;
  left: 0;
  right: 0;
  width: 2.4em;
  height: 2.8em;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: -webkit-gradient(linear, left top, right top, from(#6c4b3e), to(#935e3e));
  background: linear-gradient(to right, #6c4b3e 0%, #935e3e 100%);
  opacity: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.TabContainer .TabPager > div p {
  margin: 0;
  font-size: 2.2em;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
}
.TabContainer .TabPager > div p .en {
  font-size: 0.6363636364em;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  font-weight: 300;
  margin-top: 0.3571428571em;
}
.TabContainer .TabPager > div.active {
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(#6c4b3e), to(#935e3e));
  background-image: linear-gradient(to right, #6c4b3e 0%, #935e3e 100%);
}
.TabContainer .TabPager > div.active::before {
  opacity: 1;
  bottom: -2.7em;
}
@media only screen and (min-width: 769px) {
  .TabContainer .TabPager > div:not(.active):hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#6c4b3e), to(#935e3e));
    background-image: linear-gradient(to right, #6c4b3e 0%, #935e3e 100%);
  }
}

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

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

.btn a {
  position: relative;
  border-radius: 60px;
  text-decoration: none;
  line-height: 1.5;
  width: 100%;
  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;
}
.btn a::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 8px;
  height: 10px;
  --mask1: url(../images/ic_arr03.svg);
  mask-image: var(--mask1);
  -webkit-mask-image: var(--mask1);
  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;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}
.btn a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  top: 0;
  left: 0;
  border: 1px solid var(--main-color);
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn.style01 a {
  background-color: var(--main-color);
  color: #ffffff;
  min-height: 80px;
  font-size: 20px;
  font-weight: 500;
  padding: 14px 20px 14px;
}
.btn.style01 a::after {
  background-color: #ffffff;
  right: 20px;
}
.btn.style01 a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .btn.style01 a:hover {
    background-color: #ffffff;
    font-weight: 500;
    color: var(--clr1);
  }
  .btn.style01 a:hover::before {
    opacity: 1;
  }
  .btn.style01 a:hover::after {
    background-color: var(--main-color);
  }
}
.btn.style02 a {
  background-color: #f9f5e6;
  color: var(--clr1);
  min-height: 60px;
  font-weight: 500;
  padding: 10px 20px 14px;
}
.btn.style02 a::after {
  background-color: var(--main-color);
}
.btn.style02 a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .btn.style02 a:hover {
    background-color: var(--main-color);
    color: #ffffff;
  }
  .btn.style02 a:hover::before {
    opacity: 1;
  }
  .btn.style02 a:hover::after {
    background-color: #ffffff;
  }
}

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

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

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  body {
    font-size: 16px;
  }
  .TabContainer .TabPager {
    font-size: min(10px, 0.8vw);
  }
  .TabContainer .TabPager > div {
    padding: 1.5em 1em 2em;
  }
  .TabContainer .TabContent .content > div {
    padding: 9vw 5% 60px;
  }
  .btn.style01 a {
    font-size: 18px;
    min-height: 64px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  --h-hd: 12em;
  height: var(--h-hd);
  z-index: 20;
  font-size: 10px;
}

header.active,
.ovh header {
  background-color: #fff;
}
header.active .logo,
.ovh header .logo {
  top: 0;
}
header.active .logo .logo_main,
.ovh header .logo .logo_main {
  display: none;
}
header.active .logo .logo_scroll,
.ovh header .logo .logo_scroll {
  display: block;
}
header.active .pc_navi > ul > li.menu-item-has-children > a::after,
header.active .pc_navi > ul > li.menu-item-has-children > p::after,
.ovh header .pc_navi > ul > li.menu-item-has-children > a::after,
.ovh header .pc_navi > ul > li.menu-item-has-children > p::after {
  background-color: var(--clr1);
}
header.active .pc_navi > ul > li > a, header.active .pc_navi > ul > li > p,
.ovh header .pc_navi > ul > li > a,
.ovh header .pc_navi > ul > li > p {
  color: var(--clr1);
}
header.active #nav-icon span,
.ovh header #nav-icon span {
  background-color: var(--main-color);
}

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

.logo {
  width: 30%;
  max-width: 43.9em;
  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;
  top: 1.1em;
  position: relative;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  width: 100%;
}
.logo .logo_main {
  max-width: 43.9em;
  display: block;
}
.logo .logo_scroll {
  max-width: 35.1em;
  display: none;
}

.right_head {
  width: calc(70% - 17em);
  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 3.1em 0 3.8em;
}
.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: "";
  position: absolute;
  bottom: -0.45em;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.7em;
  height: 0.35em;
  mask-image: url(../images/shared_pc_navi_arrow.png);
  -webkit-mask-image: url(../images/shared_pc_navi_arrow.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: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.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: 2em;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ffffff;
}
.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: 34em;
  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: 0.3em 0.2em 0.3em 1em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.6em;
  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.2em;
  -webkit-transform: translateY(-54%);
          transform: translateY(-54%);
}

.h-btn_insta {
  width: 16.2em;
  height: 4.4em;
  margin-left: 0.8em;
  margin-top: 0.2em;
}
.h-btn_insta a {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(160, 99, 185)), color-stop(50%, rgb(240, 95, 88)), to(rgb(246, 170, 106)));
  background-image: linear-gradient(90deg, rgb(160, 99, 185) 0%, rgb(240, 95, 88) 50%, rgb(246, 170, 106) 100%);
  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;
  border-radius: 60px;
  padding: 0.5em 1em 0.1em;
}
.h-btn_insta img {
  max-width: 6.9em;
}
.h-btn_insta .icon {
  position: relative;
  padding-left: 3em;
}
.h-btn_insta .icon::before {
  content: "";
  position: absolute;
  top: -0.3em;
  left: 0;
  width: 2.3em;
  height: 2.3em;
  background: url(../images/instagram.svg) no-repeat center/contain;
}

.menu_toggle .inside .ft_link .title {
  border-color: rgba(196, 119, 51, 0.5);
  color: var(--main-color);
}
.menu_toggle .inside .ft_link li a {
  color: var(--clr1);
}
.menu_toggle .inside .ft_link li a::before {
  background-color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .menu_toggle .inside .ft_link li a:hover {
    color: var(--main-color);
  }
}

@media only screen and (min-width: 769px) {
  .pc_navi > ul .col2 .subInner {
    width: 72em;
  }
  .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: 1300px;
    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 li a {
    font-size: 1.8em;
  }
  .menu_toggle .inside .ft_link .menu03 > ul {
    max-height: 22em;
  }
  .menu_toggle .inside .ft_link .menu04 > ul {
    max-height: 14em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1700px) {
  header {
    font-size: min(10px, 0.69vw);
  }
  .header_top {
    padding-right: 10em;
    padding-left: 2.1em;
  }
  .logo {
    width: 27%;
  }
  .right_head {
    width: calc(73% - 17em);
  }
  .pc_navi > ul > li {
    margin: 0 3em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  header {
    --h-hd: 10em ;
  }
  .menu_toggle .inside .ft_link li a {
    font-size: 1em;
  }
  .menu_toggle .inside .ft_link .menu01, .menu_toggle .inside .ft_link .menu02, .menu_toggle .inside .ft_link .menu03, .menu_toggle .inside .ft_link .menu04 {
    font-size: min(16px, 1.35vw);
  }
  .menu_toggle .inside .ft_link .menu03 > ul {
    max-height: 14em;
  }
  .menu_toggle .inside .ft_link .menu04 > ul {
    max-height: 9em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  header {
    font-size: min(10px, 0.75vw);
  }
  header .pc_navi > ul > li {
    margin: 0 1.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .menu_toggle .inside .ft_link .menu01, .menu_toggle .inside .ft_link .menu02, .menu_toggle .inside .ft_link .menu03, .menu_toggle .inside .ft_link .menu04 {
    font-size: 15px;
    width: 47%;
  }
  .menu_toggle .inside .ft_link .menu03 {
    margin-top: 22px;
  }
  .menu_toggle .inside .ft_link .menu03 > ul {
    max-height: 13em;
  }
  .menu_toggle .inside .ft_link .menu04 > ul {
    max-height: unset;
  }
  .menu_toggle .inside .ft_link .menu04 > ul li:last-child {
    width: auto;
  }
}
.idx_gallery {
  margin-bottom: -60px;
  position: relative;
  z-index: 1;
}
.idx_gallery .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idx_gallery .list .img {
  padding-top: 2em;
}
.idx_gallery .list .img img {
  overflow: hidden;
  border-radius: 6px;
  margin: 0 1px;
}

.time_sheet .note {
  margin-top: 11px;
  margin-left: 21px;
  line-height: 1.75;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.time_sheet .note span {
  display: inline-block;
}
.time_sheet table {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.time_sheet table th,
.time_sheet table td {
  border-right: none;
  border-left: none;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 10.7%;
  border-bottom: 1px solid var(--clr1);
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
  padding-left: 1.1111111111em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  padding-right: 0;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  padding-left: 0;
}
.time_sheet table th {
  padding: 1.2222222222em 0.2em 1.3333333333em;
}
.time_sheet table td {
  padding: 1.1111111111em 0.2em 1.2777777778em;
}
.time_sheet table tbody tr:nth-child(2) td {
  padding-top: 1.1666666667em;
  padding-bottom: 1.2777777778em;
}
.time_sheet.tbl_white .note {
  font-weight: 400;
}
.time_sheet.tbl_white table th, .time_sheet.tbl_white table td {
  font-weight: 400;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
}

@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: 15px;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  background-image: url(../images/totop.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-color: #5c4033;
  border: 0px;
  width: 66px;
  height: 66px;
  margin: 0;
  border-radius: 50%;
}

@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(--main-color);
}
.fixed_banner .tel p .tt::before {
  margin-bottom: 0.375em;
  width: 1.4375em;
  height: 1.4375em;
  --mask: url(../images/ic_tel.svg);
}
.fixed_banner .web p {
  background-color: #e29d69;
}
.fixed_banner .web p .tt::before {
  margin-bottom: 0.3125em;
  width: 1.4375em;
  height: 1.5em;
  --mask: url(../images/ic_web.svg);
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    --size: 9em;
    width: 9em;
    top: 51em;
  }
  .fixed_banner.active {
    top: 25em;
  }
  .fixed_banner > div {
    width: var(--size);
    height: var(--size);
    margin-bottom: 1px;
  }
  .fixed_banner p {
    width: var(--size);
    height: var(--size);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .fixed_banner p .tt {
    font-size: 1.6em;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .fixed_banner .tel {
    --w_tel: 20em;
    -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::before {
    margin-bottom: 0.45em;
  }
  .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 p {
    padding-top: 0.5em;
  }
  .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(--main-color);
    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-weight: 400;
  }
  .fixed_banner .web p {
    padding-top: 0.2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px), (min-width: 769px) and (max-height: 650px) {
  .fixed_banner {
    font-size: 7px;
    top: calc(50% - 5em);
  }
  .fixed_banner.active {
    top: calc(50% - 5em);
  }
}
.btn-tel {
  max-width: 280px;
}
.btn-tel a {
  display: block;
  background: var(--main-color);
  color: #ffffff;
  text-decoration: none;
  padding: 0.4666666667em 0.4666666667em 0.6em 0.8em;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-radius: 60px;
}
.btn-tel a:hover {
  color: #ffffff;
}
.btn-tel a span {
  position: relative;
  padding-left: 1em;
}
.btn-tel a span::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0px;
  width: 0.7em;
  height: 0.6666666667em;
  background: url(../images/ic_tel.svg) no-repeat center/contain;
}

.ft-contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ft-contact .des {
  line-height: 1.77778;
  font-weight: 400;
}

.ft_tracffic {
  margin-top: 22px;
}
.ft_tracffic .item {
  margin: 0.6em;
  width: calc(33.3333333333% - 1.2em);
  max-width: 15em;
  background-color: #ad8c73;
  border-radius: 6px;
  padding: 2.2em 0.2em 1.9em;
  font-size: 10px;
}
.ft_tracffic img {
  max-width: 5.1em;
  margin: 0 auto 1.2em;
}
.ft_tracffic .tracffic-tt {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.333;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}

footer {
  padding: 133px 0 44px;
  position: relative;
  background: url(../images/ft_bg.jpg) no-repeat center/cover;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  color: #fff;
  text-decoration: none;
}
footer .ft_logo {
  padding: 0px 0 22px;
  max-width: 482px;
}
footer .ft_info {
  margin-bottom: 51px;
}
footer .ft_link a {
  font-weight: 400;
}
footer .ft_link a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.ft_link .title {
  margin-bottom: 23px;
  padding-left: 7px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ft_link .title::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 13px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link li a {
  display: table;
  position: relative;
  padding-left: 1.3333333333em;
  color: inherit;
  letter-spacing: 0.1em;
  color: #ffffff;
  line-height: 1.6;
  text-decoration: none;
}
.ft_link li a::before {
  content: "";
  position: absolute;
  top: 0.7222222222em;
  left: 0.6111111111em;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  aspect-ratio: 4/4;
  background-color: #ffffff;
}
.ft_link li a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .ft_link a:hover {
    color: var(--main-color);
  }
  .ft_link .menu01 {
    width: 22.5%;
    max-width: 282px;
  }
  .ft_link .menu02 {
    width: 31%;
    max-width: 383px;
    margin-right: -11px;
  }
  .ft_link .menu03 > ul, .ft_link .menu04 > 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 .menu03 {
    width: 39.7%;
  }
  .ft_link .menu03 > ul {
    max-height: 13em;
  }
  .ft_link .menu03 > ul > li:last-child {
    width: 37%;
  }
  .ft_link .menu04 {
    width: 57%;
    margin-top: 22px;
  }
  .ft_link .menu04 > ul {
    max-height: 9em;
  }
  .ft_link .menu04 > ul > li:last-child {
    width: 53.3%;
  }
  .ft_link .bnr_office {
    width: 39.7%;
    margin-top: 66px;
  }
  .ft_link .bnr_office a {
    display: table;
    margin: 0 auto;
    max-width: 440px;
    width: 100%;
  }
}

.copyright {
  margin: 50px auto 0;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-left: 8px;
}
.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: 40px;
}
.copyright .inner_big {
  max-width: 1135px;
}
.copyright .textwidget {
  display: block;
  margin-top: 2px;
  line-height: 20px;
  padding-left: 22px;
  padding-bottom: 3px;
  margin-left: 23px;
  border-left: 1px solid white;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  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: 120px;
}

@media only screen and (min-width: 769px) {
  .ft-contact .des {
    top: 4px;
    position: relative;
  }
  footer .btn-tel {
    width: 55%;
  }
  footer .ft_info > div {
    width: 48%;
  }
  footer .ft_info .col_left {
    max-width: 580px;
  }
  footer .ft_info .col_right {
    max-width: 600px;
    padding-top: 38px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .time_sheet .note {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .time_sheet table {
    font-size: min(16px, 1.9vw);
  }
  .time_sheet table th, .time_sheet table td {
    width: 9.7%;
  }
  .time_sheet table th:first-child, .time_sheet table td:first-child {
    padding-left: 0.2em;
    width: auto;
    letter-spacing: 0.05em;
  }
  .ft_link .title {
    font-size: 1.25em;
    padding-bottom: 0.6em;
    margin-bottom: 0.9em;
  }
  .ft_link .bnr_office {
    width: 36%;
  }
  .ft_link .menu01, .ft_link .menu02, .ft_link .menu03, .ft_link .menu04 {
    font-size: min(16px, 1.5vw);
  }
  .ft_link li a {
    letter-spacing: 0.02em;
    padding-left: 1.2em;
  }
  .ft_link li a::before {
    width: 3px;
    height: 3px;
  }
  .ft_link .menu01 {
    width: 24%;
  }
  .ft_link .menu02 {
    width: 32%;
  }
  .ft_link .menu03 {
    width: 38.7%;
  }
  .ft_link .menu03 > ul {
    max-height: 15em;
  }
  .ft_link .menu04 {
    width: 60%;
  }
  .ft_tracffic .item {
    font-size: min(10px, 0.9vw);
  }
  footer .btn-tel {
    width: 45%;
  }
  footer .btn-tel a {
    font-size: min(26px, 2.2vw);
  }
  footer .des {
    width: 55%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .ft-contact .des {
    width: 100%;
    margin-bottom: 15px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/