@charset "UTF-8";
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-jp: "Zen Maru Gothic", sans-serif;
  --f-en: "Zen Maru Gothic", sans-serif;
  --f-zen: "Zen Maru Gothic", sans-serif;
  --f-roboto: "Roboto", sans-serif;
  --main-color: #F87790;
  --clr1: #2E2E2E;
  --clr2: #9BD66F;
  --cl-hv-main: #fc4368;
  --cl-hv-clr2: #49ca38;
  --ttl_size: 30px;
  --wrapper: 115px;
  --border-radius: 10px;
  --line-height-p: 2.05882;
  --value-transition: all .3s;
  --size-ico-arr-22: 22px;
}

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

@media only screen and (min-width: 769px) {
  body {
    background-image: url(../images/body_bg.jpg);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    background-size: 1920px auto;
  }
}
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 {
  line-height: var(--line-height-p);
  letter-spacing: 0.05em;
  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 {
  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: 1540px;
}

.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;
  }
}
.TabContainer .TabContent {
  position: relative;
  z-index: 2;
}
.TabContainer .TabContent .content {
  transition: var(--value-transition);
}
.TabContainer .TabContent .content > div {
  opacity: 0;
  z-index: 1;
  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: 2;
  visibility: visible;
}
.TabContainer .TabPager {
  position: relative;
  z-index: 3;
  display: flex;
}
.TabContainer .TabPager > div {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.TabContainer .TabPager > div p {
  text-align: center;
  margin-bottom: 0;
  line-height: 1.5;
}

.TabContainer.st01 .TabPager {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  max-width: 1300px;
  font-size: min(0.8vw, 10px);
}
.TabContainer.st01 .TabPager > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0.5em 3.9em 0.5em;
  width: 32.5%;
  max-width: 420px;
  min-height: 14em;
  border-radius: 20px;
  background-color: #BFBFBF;
  transition: var(--value-transition);
}
.TabContainer.st01 .TabPager > div::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 3.5em;
  margin-left: auto;
  margin-right: auto;
  width: 22px;
  height: 22px;
  background: url(../images/idx06_tab_pager_arr_ico.svg) no-repeat center/cover;
}
.TabContainer.st01 .TabPager > div p {
  color: white;
  font-size: 2.2em;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: var(--value-transition);
}
.TabContainer.st01 .TabPager > div.active {
  background-color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .TabContainer.st01 .TabPager > div:not(.active):hover {
    background-color: var(--cl-hv-main);
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .TabContainer.st01 .TabPager > div::after {
    bottom: 15px;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .TabContainer.st01 .TabPager {
    font-size: min(1.5vw, 8px);
  }
  .TabContainer.st01 .TabPager > div {
    padding-bottom: 1.5em;
    min-height: 10em;
    border-radius: 10px;
  }
  .TabContainer.st01 .TabPager > div::after {
    bottom: 1em;
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .TabContainer.st01 .TabPager > div::after {
    width: 12px;
    height: 12px;
  }
}
.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;
  z-index: 1;
  color: var(--main-color);
  text-decoration: none;
  font-family: var(--f-jp);
  overflow: hidden;
}
.btn a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: var(--size-ico-arr-22);
  height: var(--size-ico-arr-22);
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  --mask: url(../images/idx_btn_arr_ico.svg);
  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);
  transform: rotate(-90deg);
}

.btn-group {
  font-size: 10px;
}
.btn-group .btn {
  --cl-mode: var(--clr2);
  --cl-hv: var(--cl-hv-clr2);
  font-size: 1em;
}
.btn-group .btn.style01 {
  width: 100%;
  min-width: 200px;
  max-width: 500px;
  overflow: hidden;
}
.btn-group .btn.style01 a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  min-height: 4.2353em;
  padding: 0.5em 47px 0.5em 35px;
  font-size: 1.7em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  transition: all 0.3s;
  border-radius: 50px;
  color: #fff;
  background-color: var(--cl-mode);
}
.btn-group .btn.style01 a::after {
  background-color: #fff;
}
.btn-group .btn.style01 a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background-color: var(--cl-hv);
  opacity: 0;
}
.btn-group .btn.style01 a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.style01 a:not([target=_blank]):hover::before {
    width: 100%;
    opacity: 1;
  }
}
.btn-group .btn.bg02 {
  --cl-mode: var(--main-color);
  --cl-hv: var(--cl-hv-main);
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.center {
    margin-left: auto;
    margin-right: auto;
  }
}

.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) {
  :root {
    --size-ico-arr-22: 20px;
  }
  body {
    font-size: 15px;
  }
  .btn-group .btn.style01 {
    max-width: 400px;
  }
  .btn-group .btn.style01 a {
    padding-right: 40px;
  }
  .btn a::after {
    right: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .btn-group .btn.style01 a {
    font-size: 1.5em;
  }
}
.br_auto {
  display: inline-block;
}

@media only screen and (max-width: 319px) {
  .br_auto {
    display: inline;
  }
}
.br_1366,
.br_1280,
.br_1170,
.br_769,
.br_1024,
.ft_br_1024,
.ft_br_769,
.br_750,
.br_640,
.br_520,
.br_480,
.br_430,
.br_390,
.br_375,
.br_360,
.br_320 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .br_1366 {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .br_1280,
  footer .ft_br_1280 {
    display: block;
  }
  .dis_1280 {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .br_1170 {
    display: block;
  }
  .dis_1170 {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .ft_br_1024 {
    display: block;
  }
  .br_1024 {
    display: block;
  }
  .dis_1024 {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  footer .ft_br_769,
  .br_769 {
    display: block;
  }
  .dis_769 {
    display: none;
  }
  .in_769 {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  .br_750 {
    display: block;
  }
  .dis_750 {
    display: none;
  }
  .in_750 {
    display: inline;
  }
}
@media only screen and (max-width: 640px) {
  .br_640 {
    display: block;
  }
  .dis_640 {
    display: none;
  }
}
@media only screen and (max-width: 520px) {
  .br_520 {
    display: block;
  }
  .dis_520 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .br_480 {
    display: block;
  }
  .in_480 {
    display: inline;
  }
  .dis_480 {
    display: none;
  }
}
@media only screen and (max-width: 430px) {
  .br_430 {
    display: block;
  }
  .in_430 {
    display: inline;
  }
  .dis_430 {
    display: none;
  }
}
@media only screen and (max-width: 390px) {
  .br_390 {
    display: block;
  }
  .in_390 {
    display: inline;
  }
  .dis_390 {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .br_375 {
    display: block;
  }
  .in_375 {
    display: inline;
  }
  .dis_375 {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .br_360 {
    display: block;
  }
  .dis_360 {
    display: none;
  }
  .in_360 {
    display: inline;
  }
}
@media only screen and (max-width: 350px) {
  .in_320 {
    display: inline;
  }
  .br_320 {
    display: block;
  }
  .dis_320 {
    display: none;
  }
  .inside .inside_br_320 {
    display: block;
  }
}
@media only screen and (max-width: 319px) {
  .br_769,
  .br_640,
  .br_520,
  .br_480,
  .br_430,
  .br_375 {
    display: none;
  }
}
.flex_gr {
  --size-mg: 5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: calc(var(--size-mg) * -1);
}
.flex_gr .item {
  width: 100%;
  margin: var(--size-mg);
}
@media only screen and (min-width: 769px) {
  .flex_gr.col-2 .item {
    width: calc(50% - 2 * var(--size-mg));
  }
  .flex_gr.col-3 .item {
    width: calc(33.333333% - 2 * var(--size-mg));
  }
  .flex_gr.col-4 .item {
    width: calc(25% - 2 * var(--size-mg));
  }
  .flex_gr.col-5 .item {
    width: calc(20% - 2 * var(--size-mg));
  }
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           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;
  transition: var(--value-transition);
  font-size: min(10px, 0.85vw);
}
header::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 154%;
  background: url(../images/hd_mask.svg) no-repeat center top/auto 100%;
}

header.active,
.ovh header {
  background-color: white;
}

.hd_social {
  margin-left: 4em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.hd_social .item {
  position: relative;
  z-index: 1;
  margin-right: 0.9em;
  width: 5.1em;
  height: 5.1em;
  border-radius: 1.1em;
}
.hd_social .item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 0;
  margin: auto;
  background: no-repeat center/cover;
}
.hd_social .item:last-child {
  margin-right: 0;
}
.hd_social .phone {
  background-color: #2e2e2e;
}
.hd_social .phone::after {
  width: 2.3em;
  height: 2.5em;
  background-image: url(../images/hd_social_phone_ico.svg);
}
.hd_social .instagram {
  background: url(../images/hd_social_instagram_bg.png) no-repeat center/cover;
}
.hd_social .instagram::after {
  width: 2.7em;
  height: 2.7em;
  background-image: url(../images/hd_social_instagram_ico.svg);
}
.hd_social .line {
  background-color: #06c755;
}
.hd_social .line::after {
  width: 3.5em;
  height: 3.3em;
  background-image: url(../images/hd_social_line_ico.svg);
}

.header_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 5px 3em;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.logo {
  width: 23%;
  max-width: 392px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  width: auto;
}

.right_head {
  width: 73%;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  transition: var(--value-transition);
}

.pc_navi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}
.pc_navi > ul > li {
  position: relative;
  margin-right: 3em;
}
.pc_navi > ul > li:last-child {
  margin-right: 0;
}
.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,
.pc_navi > ul > li.menu-item-has-children > p {
  padding-right: 2em;
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 1.2942em;
  height: 1.2942em;
  border-radius: 50%;
  background: url(../images/hd_pc_navi_arr_ico.svg) no-repeat center/0.5294em;
  background-color: var(--main-color);
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 40px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 1.7em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: var(--value-transition);
  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 {
  transform: translateY(5px);
}
.pc_navi > ul .subInner {
  position: absolute;
  width: min(40em, 325px);
  right: 58.5%;
  bottom: -18px;
  padding-top: 0px;
  transform: translate(50%, 100%);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  padding: 1.9em 2em 1.7em;
  border-radius: 10px;
  background-color: #f7f7f7;
}
.pc_navi > ul .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: block;
  padding: 0.9286em 2.5em 1em 1.0714em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
  font-size: 1.4em;
  font-weight: 500;
  color: var(--clr1);
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.025em;
}
.pc_navi > ul .subInner ul li a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 0.9286em;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 1.285715em;
  height: 1.285715em;
  border-radius: 50%;
  background: url(../images/subInner_menu_arr_ico.svg) no-repeat center/cover;
}

@media only screen and (min-width: 769px) {
  .right_head {
    padding-right: 9.4em;
  }
  .pc_navi > ul :not(.col2) .subInner > ul {
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
  .pc_navi > ul > li:last-child .subInner {
    right: 100%;
  }
  .pc_navi > ul > li.sub03 .subInner > ul {
    max-height: 50em;
  }
  .pc_navi > ul .col2 .subInner {
    width: min(75em, 710px);
  }
  .pc_navi > ul .col2 .subInner ul {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column wrap;
    align-content: space-between;
  }
  .pc_navi > ul .col2 .subInner ul li {
    width: calc(50% - 5px);
    max-width: 330px;
  }
  .menu_toggle .inside .ft_link {
    margin: auto;
    width: 100%;
    max-width: calc(110em + 40px);
    min-height: 100%;
    display: flex;
    align-items: center;
    font-size: min(0.65vw, 10px);
  }
  .menu_toggle .inside .ft_link a {
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.025em;
  }
  .menu_toggle .inside .ft_link .wrap_left {
    width: 30%;
    max-width: 33em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .menu_toggle .inside .ft_link .wrap_left .menu01,
  .menu_toggle .inside .ft_link .wrap_left .menu02 {
    width: 100%;
    max-width: 100%;
  }
  .menu_toggle .inside .ft_link .menu01 > ul {
    max-height: 100%;
  }
  .menu_toggle .inside .ft_link .menu01 > ul > li {
    width: 100%;
  }
  .menu_toggle .inside .ft_link .menu03 {
    width: 65%;
    max-width: 68em;
  }
  .menu_toggle .inside .ft_link .menu03 > ul {
    max-height: 51em;
  }
  .menu_toggle .inside .ft_link .menu03 > ul li {
    width: calc(50% - 5px);
    max-width: 330px;
  }
}
@media only screen and (min-width: 1921px) {
  header::before {
    height: max(200px, 6vw);
    background-size: cover;
    background-position: bottom center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  :root {
    --ttl_size: 26px;
    --wrapper: 90px;
  }
  header {
    font-size: min(9px, 0.75vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  :root {
    --ttl_size: 26px;
    --wrapper: 90px;
  }
  .menu_toggle .inside .ft_link {
    font-size: 8.5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  :root {
    --ttl_size: 24px;
    --wrapper: 80px;
  }
  .right_head {
    padding-right: 10em;
  }
  .menu_toggle .inside .ft_link {
    font-size: 7.5px;
  }
}
@media only screen and (min-width: 769px) and (max-height: 650px) {
  .menu_toggle .inside .ft_link .menu03 > ul {
    max-height: 49em;
  }
}
.ft_banner {
  position: relative;
  z-index: 1;
  padding: 72px 0px 91px;
}
.ft_banner::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  width: 100%;
  left: 0;
  top: 0;
  height: calc(100% + 152px);
  background-color: #9bd66f;
}
.ft_banner::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 1000px);
  background-color: white;
}
.ft_banner .flex {
  max-width: 868px;
  margin: 0px auto;
  background-color: #fff;
  padding: 32px 26px;
  justify-content: space-around;
}
.ft_banner .flex p {
  max-width: calc(50% - 0.5em);
  margin-bottom: 0;
}

.idx_gallery {
  position: relative;
  z-index: 2;
  font-size: min(17px, 1.9vw);
}
.idx_gallery .list {
  display: flex;
}
.idx_gallery .list .i3 {
  width: 23.8235em;
}
.idx_gallery .list .i4,
.idx_gallery .list .i2 {
  width: 18.3529em;
}
.idx_gallery .list .i5,
.idx_gallery .list .i1 {
  width: 23.7647em;
}
.idx_gallery .list .img {
  margin: 0 1.3824em;
  height: 16.4706em;
  display: flex;
  align-items: center;
}
.idx_gallery .list .img img {
  border-radius: 1.875em;
  overflow: hidden;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx_gallery {
    font-size: 14px;
  }
}
.infor_details {
  --size-w-dt: 6em;
}
.infor_details dl {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
  padding-bottom: 23px;
  background: url(../images/idx_dashed.png) repeat-x left bottom/auto 1px;
}
.infor_details dl:last-child {
  background: none;
  padding-bottom: 0;
}
.infor_details dl dt,
.infor_details dl dd {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.64706;
}
.infor_details dl dt {
  width: var(--size-w-dt);
  color: var(--main-color);
}
.infor_details dl dd {
  padding-left: 16px;
  width: calc(100% - var(--size-w-dt));
}
.infor_details dl .dd_tel {
  color: var(--clr1);
  text-decoration: none;
}
.infor_details dl .dd_tel:hover {
  opacity: 1;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .infor_details {
    --size-w-dt: 5em;
  }
  .infor_details dl dd {
    padding-left: 5px;
  }
}
.infor_traffice {
  --size-w-ico: 6.8em;
  font-size: 10px;
}
.infor_traffice .item {
  display: flex;
}
.infor_traffice .item .ico {
  min-width: var(--size-w-ico);
  height: var(--size-w-ico);
  border-radius: 50%;
  background: no-repeat center/2em auto;
  background-color: #9bd66f;
}
.infor_traffice .item .ttl {
  flex-grow: 1;
  align-self: center;
  padding-left: 1.2105em;
  line-height: 1.5;
  font-size: 1.9em;
  letter-spacing: 0.1em;
}
.infor_traffice .item01 .ico {
  background-image: url(../images/infor_traffice_ico01.svg);
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .infor_traffice {
    font-size: 9px;
  }
}
.time_sheet {
  padding: 2.1em 1.5em 1.9em;
  margin: 0px auto;
  max-width: 550px;
  font-size: min(10px, 0.85vw);
  border-radius: 20px;
  background-color: #ebf7e2;
}
.time_sheet .time_sheet_note {
  margin-top: 16px;
  margin-left: 0.9em;
}
.time_sheet .time_sheet_note p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.time_sheet table .sm13 {
  display: block;
  font-size: 0.8125em;
  letter-spacing: 0.1em;
}
.time_sheet table .sm11 {
  display: block;
  font-size: 0.6875em;
  letter-spacing: 0.1em;
  line-height: 1.181818;
  white-space: nowrap;
}
.time_sheet table .pos01 {
  padding-right: 0.6em;
  color: var(--clr1);
}
.time_sheet table .td_line {
  position: relative;
}
.time_sheet table .td_line::after {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10px;
  height: 1px;
  background-color: #d9d9d9;
}
.time_sheet table th,
.time_sheet table td {
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: center;
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 7.5%;
  border: none;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  padding-left: 1.55em;
  width: 30%;
  text-align: left;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 10.5%;
  padding-right: 1.1em;
}
.time_sheet table th {
  padding: 0 0.2em 0.95em;
}
.time_sheet table td {
  padding: 16px 0.2em 16px;
  color: var(--clr2);
  background-color: white;
}
.time_sheet table td:first-child {
  color: var(--clr1);
}
.time_sheet table tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
.time_sheet table tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.time_sheet table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.time_sheet table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.time_sheet table tr:nth-child(2) td:first-child {
  padding-top: 5px;
  padding-bottom: 5px;
}
.time_sheet table tr:nth-child(2) td:not(:first-child) {
  padding-top: 0;
  padding-bottom: 8px;
}
.time_sheet table tr:nth-child(3) td {
  padding-top: 8px;
  padding-bottom: 27px;
}

@media only screen and (max-width: 1024px) {
  .time_sheet .time_sheet_note p {
    font-size: 12px;
  }
}
.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.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0px;
  width: 70px;
  height: 73px;
  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: 249px;
  right: 0px;
  z-index: 15;
  transition: right 0.3s ease-in-out;
}
.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;
  background-color: var(--clr2);
}
.fixed_banner p:hover {
  color: #fff;
}
.fixed_banner p .tt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.5em;
  line-height: 1.2;
  flex-direction: column;
}
.fixed_banner p .tt::before {
  content: "";
  display: block;
  width: 2.6667em;
  height: 2.6667em;
  background-color: #fff;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.fixed_banner .tel p .tt::before {
  background-size: 1.1333em auto;
  background-image: url(../images/fixed_tel_ico.svg);
}
.fixed_banner .web p .tt::before {
  background-size: 1.1333em auto;
  background-image: url(../images/fixed_web_ico.svg);
}
.fixed_banner .web02 p .tt::before {
  background-size: 1.3333em auto;
  background-image: url(../images/fixed_web02_ico.svg);
}
.fixed_banner .mail p .tt::before {
  background-size: 1.0667em auto;
  background-image: url(../images/fixed_mail_ico.svg);
}
.fixed_banner .online p .tt::before {
  background-size: 1.3333em auto;
  background-image: url(../images/fixed_online_ico.svg);
}
.fixed_banner .fixed_chat_box p .tt::before {
  background-size: 1.7em auto;
  background-image: url(../images/fixed_AI_ico.svg);
}
.fixed_banner .fixed_hamburger p .tt::before {
  background-size: 0.9em auto;
  background-image: url(../images/fixed_banner_ham_ico.svg);
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    --size: 10em;
    border-radius: 2em 0em 0em 2em;
    background-color: #fff;
    overflow: hidden;
    transition: var(--value-transition);
  }
  .fixed_banner > div {
    width: var(--size);
    min-height: 9.9em;
    margin-bottom: 1px;
  }
  .fixed_banner > div:first-of-type {
    border-top-left-radius: 2em;
  }
  .fixed_banner > div.online {
    margin-bottom: 0;
    border-bottom-left-radius: 2em;
  }
  .fixed_banner > div.fixed_chat_box {
    margin-bottom: 0;
  }
  .fixed_banner p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: var(--value-transition);
  }
  .fixed_banner p .tt::before {
    margin-bottom: 7px;
  }
  .fixed_banner .web02 p {
    padding-bottom: 2px;
  }
  .fixed_banner .tel {
    --w_tel: 15em;
    transform: translateX(calc(-var(--size) - var(--w_tel)));
    transition: all 0.3s ease;
  }
  .fixed_banner .online {
    min-height: 11.8em;
  }
  .fixed_banner .online p {
    padding-bottom: 2px;
  }
  .fixed_banner .fixed_chat_box {
    min-height: 0;
  }
  .fixed_banner .chatbot {
    position: fixed;
    right: 20px;
    bottom: 28px;
    width: 33em;
    cursor: pointer;
    transition: var(--value-transition);
    filter: drop-shadow(3px 3px 11px rgba(0, 0, 0, 0.1));
  }
  .fixed_banner .chatbot:hover {
    opacity: 0.8;
  }
  .fixed_banner .mail:hover p,
  .fixed_banner .online:hover p {
    background-color: var(--cl-hv-clr2);
  }
}
@media only screen and (min-width: 1921px) {
  .fixed_banner {
    top: max(250px, 8vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .fixed_banner {
    font-size: 8px;
    top: calc(var(--wrapper) + 10em);
  }
  .totop {
    right: 15px;
    bottom: 15px;
  }
  .totop .icon {
    width: 60px;
    height: 62px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .fixed_banner {
    font-size: 7px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .fixed_banner {
    top: calc(var(--wrapper) + 50px);
    font-size: min(0.8vw, 6.5px);
  }
}
footer {
  position: relative;
  z-index: 5;
  padding: 86px 0 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
footer .inner_big {
  max-width: 1540px;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  text-decoration: none;
}
footer .ft_logo {
  margin: 0px auto 93px;
  max-width: 472px;
}
.ft_link a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .ft_link .menu01 {
    width: 36%;
    max-width: 27em;
  }
  .ft_link .menu01 > ul {
    max-height: 11em;
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
  }
  .ft_link .menu01 > ul > li {
    min-width: 30%;
  }
  .ft_link .menu03 {
    width: 61%;
    max-width: 911px;
  }
  .ft_link .menu03 > ul {
    max-height: 11em;
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
  }
  .ft_link .menu03 > ul > li {
    min-width: 22%;
  }
}
.ft_link .title {
  margin-bottom: 1.5em;
  padding-left: 0;
  pointer-events: none;
  font-family: var(--f-jp);
  font-weight: bold;
  font-size: 1.1765em;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  text-align: left;
  color: #9bd66f;
}
.ft_link .title::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 0.63em;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link a {
  display: table;
  position: relative;
  padding-left: 0em;
  color: inherit;
  font-size: 0.8235em;
  letter-spacing: 0.025em;
  color: var(--clr1);
  line-height: 1.6;
  font-weight: 500;
}
.ft_link a:hover {
  opacity: 1;
}

.copyright {
  margin: 0 auto 0;
  color: #fff;
  padding: 40px 0px 23px;
  position: relative;
  z-index: 1;
}
.copyright .flex {
  align-items: center;
}
.copyright .copyright_r {
  display: flex;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
}
.copyright .grits img {
  max-width: 110px;
}
.copyright .textwidget {
  margin-top: 1.3%;
  margin-right: 0.5%;
}
.copyright .textwidget p {
  color: #2e2e2e;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 0.8235em;
  line-height: 23px;
  letter-spacing: 0.025em;
}

@media only screen and (min-width: 769px) {
  footer .ft_link a:hover {
    color: var(--clr2);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  footer .ft_link {
    padding-right: 4em;
    font-size: min(1rem, 1.3vw);
  }
  footer .ft_link .menu03 {
    max-width: 720px;
  }
  footer .ft_link .menu03 > ul > li {
    min-width: 7%;
  }
  footer .ft_link .menu03 {
    width: 58%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .ft_link {
    font-size: min(1rem, 1.7vw);
  }
  footer .ft_link .menu01 {
    width: 30%;
  }
  footer .ft_link .menu01 > ul {
    max-height: 100%;
  }
  footer .ft_link .menu03 {
    width: 65%;
    max-width: 100%;
  }
  footer .ft_link .menu03 > ul {
    max-height: 14em;
  }
  .copyright .banner {
    max-width: 47%;
  }
}
.idx_map iframe,
.ft_map iframe,
.ud_map iframe {
  border-radius: 10px;
  border: 0;
}

/* set chat ai */
body {
  position: relative !important;
  top: auto !important;
}

/*end set chat ai */
@media only screen and (min-width: 769px) {
  .chatbot.active {
    bottom: 120px;
  }
}
@media only screen and (min-width: 769px) and (max-height: 600px) {
  .fixed_banner .chatbot.active {
    right: 12em;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

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