@charset "UTF-8";
:root {
  --f-zen: "Zen Kaku Gothic New", sans-serif;
  --f-jp: "Shippori Mincho B1", serif;
  --f-en: "Cormorant", serif;
  --f-en2: "Playfair Display", serif;
  --main-color: #8abf97;
  --clr1: #3b3b3b;
  --clr2: #ccc;
  --ttl_size: 28px;
  --wrapper: 120px;
  --border-radius: 10px;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
body {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.025em;
  color: var(--clr1);
  font-family: var(--f-zen);
}
body::-webkit-scrollbar {
  display: block;
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(to bottom, var(--clr2) 0%, var(--main-color) 50%, var(--clr2) 100%);
  box-shadow: inset 0 0 6px #fff;
}
body::-webkit-scrollbar-thumb:window-inactive {
  background: linear-gradient(to bottom, var(--clr2) 0%, var(--main-color) 50%, var(--clr2) 100%);
}

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]) {
    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;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

.red {
  color: #ca0a0a !important;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

*,
::after,
::before {
  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: 1340px;
}

.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 {
  writing-mode: vertical-rl;
}

@media only screen and (min-width: 769px) {
  .txt_ver_pc {
    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;
  }
}
.br_425 {
  display: none;
}

@media only screen and (max-width: 425px) {
  .br_425 {
    display: block;
  }
}
.TabContainer.init .TabContent .content > div.active {
  position: relative;
}
.TabContainer .TabContent {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.TabContainer .TabContent .content {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.TabContainer .TabContent .content > div {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
}
.TabContainer .TabContent .content > div.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.TabContainer .TabPager {
  display: flex;
  justify-content: center;
  margin: 0px auto;
}
.TabContainer .TabPager > div {
  background-color: #cec7c1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 1.1em 1em;
  min-height: 5em;
  width: calc(25% - 0px);
  transition: all 0.3s ease;
  cursor: pointer;
  color: #ffffff;
  font-family: var(--f-jp);
}
.TabContainer .TabPager > div::before, .TabContainer .TabPager > div::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 2px;
  height: 100%;
  background-color: #fff;
  left: calc(50% - 2px);
  height: 0.625em;
  bottom: 0;
  opacity: 0;
}
.TabContainer .TabPager > div::after {
  bottom: -1em;
  height: 1em;
  background-color: #70afcb;
}
.TabContainer .TabPager > div p {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.TabContainer .TabPager > div p span {
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .TabContainer .TabPager > div:not(.active):hover {
    background-color: var(--main-color);
  }
}
.TabContainer .TabPager > div.active {
  background-color: var(--main-color);
  z-index: 1;
}
.TabContainer .TabPager > div.active::before, .TabContainer .TabPager > div.active::after {
  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: flex;
  flex-wrap: wrap;
  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: flex;
  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;
  color: var(--main-color);
  text-decoration: none;
}
.btn a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 28px;
  height: 28px;
  right: 2px;
  top: calc(50% - 14px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg id='Group_86' data-name='Group 86' transform='translate(-913 -1795)'%3E%3Crect id='Rectangle_7' data-name='Rectangle 7' width='28' height='28' rx='5' transform='translate(913 1795)' fill='%23bfb3a5' opacity='0.3'/%3E%3Cpath id='Path_204' data-name='Path 204' d='M928.182,1803.2l5,5-5,5' transform='translate(-3.182 0.802)' fill='none' stroke='%237e7977' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-group {
  font-size: 0.625em;
}
.btn-group .btn {
  font-size: 1em;
}
.btn-group .btn.style01 {
  min-width: 180px;
  max-width: 241px;
  overflow: hidden;
}
.btn-group .btn.style01 a {
  display: flex;
  align-items: center;
  padding: 18px 0px;
  border-bottom: 2px solid #bfb3a5;
  font-size: 21px;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #866c5c;
  text-align: center;
  transition: all 0.3s;
}
.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 {
    color: var(--main-color);
    border-bottom-color: var(--main-color);
  }
}
.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%;
}

.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;
  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: 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%;
  height: var(--wrapper);
  z-index: 20;
  padding: 0.9375em 1.5625em;
}

.header_top {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  border-radius: calc(var(--border-radius) * 2);
  height: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
}
.header_top::before {
  inset: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  border: 1px solid #fff;
  border-radius: calc(var(--border-radius) * 2);
  z-index: -1;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px) brightness(1.2);
  -webkit-backdrop-filter: blur(20px) brightness(1.2);
}

.under .header_top::before {
  backdrop-filter: blur(18px) brightness(1.3);
  -webkit-backdrop-filter: blur(18px) brightness(1.3);
}

.logo {
  width: 29%;
  max-width: 29.25em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo a {
  display: block;
  width: 94%;
  max-width: 24.25em;
  text-align: center;
}
.logo img {
  width: auto;
}

.right_head {
  position: relative;
  z-index: 11;
  width: calc(70% - 6.25em);
  max-width: 60.625em;
  margin-right: 6.25em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pc_navi {
  width: 100%;
}
.pc_navi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: center;
  width: 100%;
}
.pc_navi > ul > li {
  position: relative;
  margin-bottom: 0;
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p {
  opacity: 1;
  color: #8abf97;
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cg id='Group_38' data-name='Group 38' transform='translate(-873 -84)'%3E%3Cline id='Line_8' data-name='Line 8' x2='10' transform='translate(873 89)' fill='none' stroke='%238abf97' stroke-width='1'/%3E%3Cline id='Line_9' data-name='Line 9' x2='10' transform='translate(878 84) rotate(90)' fill='none' stroke='%238abf97' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 0.625em;
  height: 0.625em;
  /*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 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='1' viewBox='0 0 10 1'%3E%3Cg id='Group_38' data-name='Group 38' transform='translate(-873 -88.5)'%3E%3Cline id='Line_8' data-name='Line 8' x2='10' transform='translate(873 89)' fill='none' stroke='%238abf97' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.pc_navi > ul > li:first-child > p,
.pc_navi > ul > li:first-child a {
  border-left: 0;
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0em 1.8125em;
  height: 2.5em;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-family: var(--f-jp);
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
  color: #3b3b3b;
  border-left: 1px solid rgba(112, 112, 112, 0.2);
}
.pc_navi > ul > li > a::after,
.pc_navi > ul > li > p::after {
  content: "";
  background-size: 100% auto;
  width: 0.7229em;
  height: 0.5442em;
  position: absolute;
  bottom: 0px;
  background-position: center;
  background-repeat: no-repeat;
  left: calc(50% - 0.3125em);
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.566' height='8.707' viewBox='0 0 11.566 8.707'%3E%3Cg id='Group_38' data-name='Group 38' transform='translate(-872.141 -83.65)'%3E%3Cpath id='Path_217' data-name='Path 217' d='M-6.237,0H4.621' transform='translate(878.379 88)' fill='none' stroke='%238abf97' stroke-width='1'/%3E%3Cpath id='Path_218' data-name='Path 218' d='M0,.134l4.092-4L8,.134' transform='translate(879.134 84) rotate(90)' fill='none' stroke='%238abf97' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.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.lv2:last-child .subInner {
  width: auto;
}
.pc_navi > ul > li.lv2:last-child .subInner a {
  white-space: nowrap;
}
.pc_navi > ul .subInner {
  position: absolute;
  min-width: 15em;
  width: 25.75em;
  right: 50%;
  bottom: -1.25em;
  padding-top: 0px;
  transform: translate(50%, 100%);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  padding-top: 1em;
}
.pc_navi > ul .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul .subInner > ul {
  border-radius: calc(var(--border-radius) * 2);
  background-color: #fff;
  padding: 37px 1em;
}
.pc_navi > ul .subInner ul {
  margin: 0px auto;
  width: 100%;
}
.pc_navi > ul .subInner ul li {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 335px;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: table;
  padding: 0em 0em 0em 2.2em;
  transition: all 0.2s ease;
  font-size: 0.875em;
  font-weight: 400;
  color: var(--clr1);
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.025em;
  line-height: 2;
}
.pc_navi > ul .subInner ul li a:hover {
  opacity: 1;
  color: var(--main-color);
}
.pc_navi > ul .subInner ul li a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 1.5em;
  height: 1.5em;
  left: 0;
  top: 0.3em;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cg id='Group_124' data-name='Group 124' transform='translate(-913 -1795)'%3E%3Crect id='Rectangle_7' data-name='Rectangle 7' width='21' height='21' rx='5' transform='translate(913 1795)' fill='%23bfb3a5' opacity='0.3'/%3E%3Cpath id='Path_204' data-name='Path 204' d='M928.182,1803.2l4,4-4,4' transform='translate(-6.182 -1.198)' fill='none' stroke='%237e7977' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}

@media only screen and (min-width: 1561px) {
  li#menu-item-1228,
  li#menu-item-1236 {
    margin-right: 10em;
  }
  li#menu-item-1232 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 769px) {
  header {
    font-size: min(1em, 1.2vw);
  }
  .pc_navi > ul .col2 .subInner {
    width: 440px;
  }
  .pc_navi > ul .col2 .subInner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_navi > ul .col2 .subInner ul li {
    width: 50%;
  }
  header .menu_toggle {
    max-height: 880px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu_toggle .inside .ft_link {
    width: 100%;
    max-width: 96.25em;
    margin: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
    font-size: min(1em, 1.4vw, 2vh);
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
  .menu_toggle .inside .ft_link .link_list > div {
    width: 100%;
    --pd: min(2.1em, 5vh);
    padding-bottom: var(--pd);
    padding-top: calc(var(--pd) - 0.5em);
    margin-bottom: 1em;
    border-bottom: 1px solid #dddddd;
    display: flex;
    align-items: center;
  }
  .menu_toggle .inside .ft_link .link_list > div:last-child {
    border-bottom: 0;
  }
  .menu_toggle .inside .ft_link .link_list > div.menu03 {
    padding-top: calc(var(--pd) - 1.15em);
    padding-bottom: calc(var(--pd) - 0.3em);
  }
  .menu_toggle .inside .ft_link .link_list > div.menu04 {
    padding-top: calc(var(--pd) - 1.15em);
    padding-bottom: calc(var(--pd) - 0.3em);
  }
  .menu_toggle .inside .ft_link .link_list > div .title {
    margin-bottom: 0;
    margin-bottom: 0.5em;
    width: 16em;
    font-size: 1.5625em;
  }
  .menu_toggle .inside .ft_link .link_list > div .title .en {
    margin-bottom: 1em;
  }
  .menu_toggle .inside .ft_link .link_list > div:last-child {
    margin-bottom: 0;
  }
  .menu_toggle .inside .ft_link .link_list > div ul {
    width: calc(100% - 25em);
  }
  .menu_toggle .inside .ft_link .link_list > div ul > li {
    display: inline-block;
    margin-top: 0.38em;
    margin-bottom: 0.38em;
    margin-right: 2.5em;
  }
  .menu_toggle .inside .ft_link .link_list > div ul > li a {
    padding-left: 2.2222em;
    font-size: 1.125em;
  }
  .menu_toggle .inside .ft_link .link_list > div ul > li a:hover {
    color: var(--main-color);
  }
  .menu_toggle .inside .ft_link .link_list > div ul > li a::before {
    width: 1.3889em;
    height: 1.3889em;
    background-size: 100% auto;
  }
  .menu_toggle .inside .ft_link .link_list > div ul > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .menu_toggle .inside .ft_link {
    font-size: min(1em, 1.4vw, 1.8vh);
  }
  .menu_toggle .inside .ft_link .link_list > div {
    --pd: min(1.9em, 4vh);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .pc_navi > ul > li > a,
  .pc_navi > ul > li p {
    padding: 0px 1.25em;
  }
  :root {
    --wrapper: 100px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .menu_toggle .inside .ft_link {
    font-size: min(1em, 1.1vw, 1.8vh);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger-btn {
    font-size: 14px;
  }
  header .menu_toggle {
    --pd: 2vw;
  }
  .menu_toggle .inside .ft_link .link_list > div .title {
    width: 14em;
  }
  .menu_toggle .inside .ft_link .link_list > div ul {
    width: calc(100% - 19em);
  }
}
.idx_gallery {
  position: relative;
  z-index: 3;
  background-color: #fff;
  font-size: min(1em, 1vw);
}
.idx_gallery .list {
  display: flex;
  font-size: 0.625em;
}
.idx_gallery .item {
  width: 63.8em;
}
.idx_gallery .i3 {
  width: 29.6em;
}
.idx_gallery .i2 {
  width: 40.3em;
}
.idx_gallery .i5 {
  width: 54.4em;
}

.time_sheet {
  margin: 0px auto;
}
.time_sheet .note {
  margin-top: 12px;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
.time_sheet .note .note1,
.time_sheet .note .note2 {
  display: inline-block;
}
.time_sheet .note > span {
  display: flex;
}
.time_sheet .note > span .clr {
  width: 1.55em;
  color: #bfb3a5;
}
.time_sheet .note > span > span:not(.clr) {
  width: calc(100% - 1.55em);
}
.time_sheet .wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.time_sheet table {
  max-width: 520px;
}
.time_sheet table th,
.time_sheet table td {
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.025em;
  width: 8.8%;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
  padding-left: 1.9%;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 15%;
  padding-left: 0.5em;
  text-align: left;
}
.time_sheet table th {
  padding: 0.92em 0.2em;
  color: #fff;
  background-color: #8abf97;
}
.time_sheet table th:first-child {
  border-radius: 5px 0px 0px 5px;
}
.time_sheet table th:last-child {
  border-radius: 0px 5px 5px 0px;
}
.time_sheet table td {
  padding: 1.15em 0.2em 0.9em;
  color: #bfb3a5;
  border-bottom: 1px solid rgba(112, 112, 112, 0.26);
}
.time_sheet table td:first-child {
  color: var(--clr1);
}
.time_sheet table td:last-child {
  padding-left: 1em;
}
.time_sheet table tr:nth-child(2) td {
  padding-top: 0.9em;
  padding-bottom: 0.75em;
  border: none;
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
  :root {
    --ttl_size: 22px;
    --wrapper: 80px;
  }
}
.totop {
  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.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0px;
  width: 70px;
  height: 70px;
  margin: 0;
}

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

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

@keyframes bounces {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
.fixed_banner {
  position: fixed;
  top: 282px;
  right: 0px;
  z-index: 15;
  transition: right 0.3s ease-in-out;
}
.fixed_banner::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.1);
  filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.16));
  inset: 0;
}
.fixed_banner > div {
  position: relative;
  transition: all 0.3s ease;
}
.fixed_banner a {
  content: "";
  display: block;
  position: absolute;
  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;
  border: 3px solid rgba(255, 255, 255, 0.2);
  font-family: var(--f-jp);
}
.fixed_banner p:hover {
  color: #fff;
}
.fixed_banner p .tt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4em;
  flex-direction: column;
  line-height: 1.2142857143;
}
.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 .chat p {
  background-color: #aac66c;
}
.fixed_banner .chat p .tt::before {
  margin-bottom: 0.7143em;
  width: 1.7831em;
  height: 1.6291em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.963' height='22.808' viewBox='0 0 24.963 22.808'%3E%3Cg id='Group_175' data-name='Group 175' transform='translate(-1957.728 -293.801)'%3E%3Cpath id='Path_3301' data-name='Path 3301' d='M4.874,19.606a.48.48,0,0,1-.482-.481V16.4H2.805A2.808,2.808,0,0,1,0,13.6V2.8A2.808,2.808,0,0,1,2.805,0H17.341a2.808,2.808,0,0,1,2.805,2.8V13.6a2.808,2.808,0,0,1-2.805,2.8H9.175l-4.006,3.1a.482.482,0,0,1-.295.1M2.805.962A1.844,1.844,0,0,0,.963,2.8V13.6a1.844,1.844,0,0,0,1.842,1.842H4.874a.481.481,0,0,1,.482.481v2.22l3.36-2.6a.481.481,0,0,1,.295-.1h8.33A1.844,1.844,0,0,0,19.183,13.6V2.8A1.844,1.844,0,0,0,17.341.962Z' transform='translate(1957.728 293.801)' fill='%23fff'/%3E%3Cpath id='Path_3302' data-name='Path 3302' d='M219.13,93.536a.482.482,0,0,1-.295-.1l-4.006-3.1h-6.3a.481.481,0,1,1,0-.962h6.461a.481.481,0,0,1,.295.1l3.36,2.6v-2.22a.481.481,0,0,1,.482-.481H221.2a1.844,1.844,0,0,0,1.842-1.842v-10.8a1.844,1.844,0,0,0-1.842-1.842.481.481,0,1,1,0-.962,2.808,2.808,0,0,1,2.805,2.8v10.8a2.808,2.808,0,0,1-2.805,2.8h-1.587v2.721a.48.48,0,0,1-.482.481' transform='translate(1758.687 223.073)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.fixed_banner .tel p {
  background-color: #70afcb;
}
.fixed_banner .tel p .tt::before {
  margin-bottom: 0.7143em;
  width: 1.6465em;
  height: 1.6199em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.051' height='22.678' viewBox='0 0 23.051 22.678'%3E%3Cpath id='Path_3271' data-name='Path 3271' d='M82.456,78.117a4.587,4.587,0,0,0-.7,2.894c.141.994,2.371,6.288,6.64,10.441s9.621,6.239,10.618,6.353a4.594,4.594,0,0,0,2.874-.78,4.439,4.439,0,0,0,1.637-1.682,6.381,6.381,0,0,0,.068-2.5c-.186-.534-1.189-1.057-2.368-1.45a5.94,5.94,0,0,0-2.533-.348,4.517,4.517,0,0,0-1.432,1.731c-.121.487-.4.924-.96.728-2-.7-3.721-2.311-5.739-4.276s-3.68-3.642-4.429-5.619c-.212-.558.218-.845.7-.979a4.514,4.514,0,0,0,1.69-1.479,5.952,5.952,0,0,0-.417-2.523c-.424-1.167-.975-2.156-1.513-2.328a6.394,6.394,0,0,0-2.5.136A4.456,4.456,0,0,0,82.456,78.117Z' transform='translate(-81.216 -75.652)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
}
.fixed_banner .mail p {
  background-color: #8abf97;
}
.fixed_banner .mail p .tt::before {
  margin-bottom: 0.7143em;
  width: 1.7249em;
  height: 1.5791em;
  --mask: url("data:image/svg+xml,%3Csvg id='Group_47' data-name='Group 47' xmlns='http://www.w3.org/2000/svg' width='24.149' height='22.108' viewBox='0 0 24.149 22.108'%3E%3Cpath id='Path_3270' data-name='Path 3270' d='M21.03.978V0h-.993V.978h-7.2V0h-.993V.978H4.383V.062H3.39V.978H0V22.108H24.149V.978ZM3.39,1.972v.442a1.4,1.4,0,1,0,.993,0V1.972h7.463v.38a1.4,1.4,0,1,0,.993,0v-.38h7.2v.38a1.4,1.4,0,1,0,.993,0v-.38h2.126V5.409H.993V1.972Zm.9,1.743a.4.4,0,1,1-.4-.4.4.4,0,0,1,.4.4m8.457-.062a.4.4,0,1,1-.405-.4.405.405,0,0,1,.405.4m8.189,0a.4.4,0,1,1-.4-.4.4.4,0,0,1,.4.4M.993,6.4H23.156V21.114H.993Z' fill='%23fff'/%3E%3Crect id='Rectangle_54' data-name='Rectangle 54' width='1.61' height='1.61' transform='translate(3.925 8.386)' fill='%23fff'/%3E%3Crect id='Rectangle_55' data-name='Rectangle 55' width='1.61' height='1.61' transform='translate(3.925 11.137)' fill='%23fff'/%3E%3Crect id='Rectangle_56' data-name='Rectangle 56' width='1.61' height='1.61' transform='translate(3.925 14.024)' fill='%23fff'/%3E%3Crect id='Rectangle_57' data-name='Rectangle 57' width='1.61' height='1.61' transform='translate(3.925 16.91)' fill='%23fff'/%3E%3Crect id='Rectangle_58' data-name='Rectangle 58' width='1.61' height='1.61' transform='translate(6.812 8.386)' fill='%23fff'/%3E%3Crect id='Rectangle_59' data-name='Rectangle 59' width='1.61' height='1.61' transform='translate(6.812 11.137)' fill='%23fff'/%3E%3Crect id='Rectangle_60' data-name='Rectangle 60' width='1.61' height='1.61' transform='translate(6.812 14.024)' fill='%23fff'/%3E%3Crect id='Rectangle_61' data-name='Rectangle 61' width='1.61' height='1.61' transform='translate(6.812 16.91)' fill='%23fff'/%3E%3Crect id='Rectangle_62' data-name='Rectangle 62' width='1.61' height='1.61' transform='translate(9.765 8.386)' fill='%23fff'/%3E%3Crect id='Rectangle_63' data-name='Rectangle 63' width='1.61' height='1.61' transform='translate(9.765 11.137)' fill='%23fff'/%3E%3Crect id='Rectangle_64' data-name='Rectangle 64' width='1.61' height='1.61' transform='translate(9.765 14.024)' fill='%23fff'/%3E%3Crect id='Rectangle_65' data-name='Rectangle 65' width='1.61' height='1.61' transform='translate(9.765 16.91)' fill='%23fff'/%3E%3Crect id='Rectangle_66' data-name='Rectangle 66' width='1.61' height='1.61' transform='translate(12.718 8.386)' fill='%23fff'/%3E%3Crect id='Rectangle_67' data-name='Rectangle 67' width='1.61' height='1.61' transform='translate(12.718 11.137)' fill='%23fff'/%3E%3Crect id='Rectangle_68' data-name='Rectangle 68' width='1.61' height='1.61' transform='translate(12.718 14.024)' fill='%23fff'/%3E%3Crect id='Rectangle_69' data-name='Rectangle 69' width='1.61' height='1.61' transform='translate(12.718 16.91)' fill='%23fff'/%3E%3Crect id='Rectangle_70' data-name='Rectangle 70' width='1.61' height='1.61' transform='translate(15.604 8.386)' fill='%23fff'/%3E%3Crect id='Rectangle_71' data-name='Rectangle 71' width='1.61' height='1.61' transform='translate(15.604 11.137)' fill='%23fff'/%3E%3Crect id='Rectangle_72' data-name='Rectangle 72' width='1.61' height='1.61' transform='translate(15.604 14.024)' fill='%23fff'/%3E%3Crect id='Rectangle_73' data-name='Rectangle 73' width='1.61' height='1.61' transform='translate(15.604 16.91)' fill='%23fff'/%3E%3Crect id='Rectangle_74' data-name='Rectangle 74' width='1.61' height='1.61' transform='translate(18.557 8.386)' fill='%23fff'/%3E%3Crect id='Rectangle_75' data-name='Rectangle 75' width='1.61' height='1.61' transform='translate(18.557 11.137)' fill='%23fff'/%3E%3Crect id='Rectangle_76' data-name='Rectangle 76' width='1.61' height='1.61' transform='translate(18.557 14.024)' fill='%23fff'/%3E%3Crect id='Rectangle_77' data-name='Rectangle 77' width='1.61' height='1.61' transform='translate(18.557 16.91)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.fixed_banner .web p {
  background-color: #847665;
}
.fixed_banner .web p .tt::before {
  margin-bottom: 0.8571em;
  width: 1.6341em;
  height: 1.6338em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.877' height='22.873' viewBox='0 0 22.877 22.873'%3E%3Cpath id='Path_219' data-name='Path 219' d='M91.625,211.1a11.437,11.437,0,1,0,11.436,11.437A11.452,11.452,0,0,0,91.625,211.1M101.8,221.938H97.6c-.163-4.969-2.155-7.875-3.761-9.378a10.219,10.219,0,0,1,7.963,9.378M91.023,212.78v9.157H86.856c.192-5.477,2.775-8.142,4.167-9.157m0,10.36V232.3c-1.393-1.014-3.975-3.68-4.167-9.156Zm1.2,9.156V223.14h4.167c-.192,5.477-2.775,8.142-4.167,9.156m0-10.359V212.78c1.393,1.014,3.975,3.679,4.167,9.157Zm-2.811-9.378c-1.606,1.5-3.6,4.408-3.762,9.378H81.448a10.219,10.219,0,0,1,7.968-9.378m-7.968,10.58h4.206c.163,4.969,2.156,7.875,3.762,9.378a10.22,10.22,0,0,1-7.968-9.378m12.387,9.377c1.606-1.5,3.6-4.408,3.761-9.377h4.2a10.219,10.219,0,0,1-7.963,9.377' transform='translate(-80.184 -211.102)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    --size: 9em;
    width: 11.2em;
    padding: 1.1em 1em;
  }
  .fixed_banner::before {
    border-radius: 2em 0em 0em 2em;
  }
  .fixed_banner > div {
    margin-left: auto;
    margin-right: auto;
    width: var(--size);
    height: var(--size);
    margin-bottom: 0.7em;
  }
  .fixed_banner > div:last-child {
    margin-bottom: 0;
  }
  .fixed_banner p {
    width: var(--size);
    height: var(--size);
    border-radius: 10px;
    padding-top: 8%;
  }
  .fixed_banner p .tt {
    line-height: 1.2142857143;
  }
  .fixed_banner .tel {
    --w_tel: 15em;
    transition: all 0.3s ease;
  }
  .fixed_banner .tel:hover .ov {
    opacity: 1;
    right: calc(100% + 1em);
  }
  .fixed_banner .tel p {
    border-top-left-radius: 0.833em;
  }
  .fixed_banner .tel .ov {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #70afcb;
    position: absolute;
    right: -100%;
    height: 100%;
    top: 0;
    width: var(--w_tel);
    border-radius: 10px;
    opacity: 0;
    transition: all 0.3s;
    border: 3px solid rgba(255, 255, 255, 0.2);
  }
  .fixed_banner .tel .ov .text {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px), (min-width: 769px) and (max-height: 720px) {
  .fixed_banner {
    top: calc(50% - 15em);
    font-size: 8.75px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 600px) {
  .fixed_banner {
    font-size: 8px;
  }
  .totop .icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-height: 620px) {
  .totop {
    right: 100px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px), (min-width: 769px) and (max-height: 620px) {
  .fixed_banner {
    font-size: 7px;
  }
}
.ft_gr_banner {
  position: relative;
  z-index: 3;
  padding: 111px 0px 104px;
  background-image: url(../images/ft_bnr_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ft_gr_banner .flex {
  max-width: 1400px;
  margin: 0px auto;
  padding: 0px 10px;
  gap: 0.625em;
  align-items: center;
  justify-content: center;
}
.ft_gr_banner .flex p {
  width: 19.8125em;
  max-width: calc(33.33% - 0.9375em);
  margin-bottom: 0;
}

footer {
  padding: 119px 0 118px;
  position: relative;
  background-color: #faf8f5;
  z-index: 3;
}
footer::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  width: 100%;
  background-image: url(../images/ft_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  height: 627px;
  bottom: 0;
  left: 0;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  text-decoration: none;
}
footer .ft_logo {
  padding: 0px 0 11px;
  max-width: 303px;
}
footer .sub {
  margin-bottom: 44px;
  display: flex;
  align-items: center;
  font-family: var(--f-jp);
  font-weight: normal;
  font-size: 14px;
  line-height: 33px;
  text-align: left;
  color: #3b3b3b;
}
footer .sub:hover {
  opacity: 1;
  color: #3b3b3b;
}
footer .sub span {
  letter-spacing: 0.03em;
}
footer .sub .t1 {
  margin-right: 1em;
  width: 38px;
  height: 38px;
  font-size: 12px;
  border: 1px solid rgba(126, 121, 119, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .ft_gr {
  max-width: 317px;
}
footer .ft_gr p {
  margin-bottom: 10px;
}
footer .ft_info {
  width: 40%;
  position: relative;
  z-index: 2;
}
footer .ft_link {
  margin-top: 51px;
  width: 54%;
  max-width: 698px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  footer .ft_link .link_list > div {
    min-width: 45.5%;
  }
  footer .ft_link .menu03 {
    margin-top: 44px;
  }
  footer .ft_link .menu02 {
    margin-right: -0.75em;
  }
  footer .ft_link .menu04 {
    margin-top: 44px;
    margin-right: -0.75em;
  }
}
footer .ft_link::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  width: 100vw;
  background-color: #fff;
  height: calc(100% + 6.5em);
  bottom: -1.375em;
  left: -5.625em;
  font-size: min(1em, 1.5vw);
}
.ft_link a {
  text-decoration: none;
}
.ft_link .title {
  margin-bottom: 34px;
  padding-left: 0;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  font-family: var(--f-jp);
}
.ft_link .title .en {
  font-size: 15px;
  color: #866c5c;
  display: block;
  margin-bottom: 12px;
}
.ft_link .title::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 0.35em;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link a {
  display: table;
  position: relative;
  padding-left: 2.2em;
  color: inherit;
  font-size: 0.875em;
  letter-spacing: 0.025em;
  color: var(--clr1);
  line-height: 1.6;
}
.ft_link a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 1.5em;
  height: 1.5em;
  left: 0;
  top: 0;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cg id='Group_124' data-name='Group 124' transform='translate(-913 -1795)'%3E%3Crect id='Rectangle_7' data-name='Rectangle 7' width='21' height='21' rx='5' transform='translate(913 1795)' fill='%23bfb3a5' opacity='0.3'/%3E%3Cpath id='Path_204' data-name='Path 204' d='M928.182,1803.2l4,4-4,4' transform='translate(-6.182 -1.198)' fill='none' stroke='%237e7977' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.ft_link a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 0;
  height: 0;
  border-bottom: 1px solid;
  bottom: 0;
  left: 2.2em;
}
.ft_link a:hover {
  opacity: 1;
  color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .ft_link a:hover::after {
    width: calc(100% - 2.2em);
  }
}

.copyright {
  margin: 0 auto 0;
}
.copyright .textwidget p {
  margin-top: 98px;
  font-size: 13px;
  color: #866c5c;
  line-height: inherit;
  letter-spacing: 0.025em;
}
.copyright .textwidget p span {
  display: inline-block;
}

@media screen and (min-width: 1921px) {
  .right_head {
    max-width: 70em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .ft_gr_banner .flex {
    font-size: min(1em, 1.18vw);
  }
  footer .ft_info {
    padding-right: calc(1vw + 4.6em);
  }
  footer .ft_info .content {
    margin: 0px auto;
    max-width: 317px;
  }
  footer .ft_link {
    width: 59%;
    padding-right: 2%;
    font-size: min(1em, 1.2vw);
  }
  footer .ft_link::before {
    left: -4.6em;
  }
  footer .ft_link .link_list {
    max-width: 42em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  footer .ft_info {
    padding-right: calc(0% + 4.6em - 20px);
  }
  footer .menu-item-1235 span,
  footer .menu-item-1238 span {
    display: block;
  }
  .copyright .textwidget p span {
    display: table;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  footer .ft_info {
    padding-right: calc(0% + 4.6em - 0px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  footer {
    padding-bottom: 70px;
  }
  footer .ft_info {
    padding-right: calc(1% + 2em);
  }
  .copyright .textwidget p {
    font-size: min(12px, 1.45vw);
  }
  footer .fblock {
    align-items: flex-start;
  }
  footer .ft_link::before {
    left: -2em;
    height: calc(100% + 8.5em);
    bottom: -4em;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

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