@charset "UTF-8";
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-jp: "Noto Serif JP", serif;
  --f-en: "Cinzel", serif;
  --f-allura: "Allura", cursive;
  --f-lato: "Lato", cursive;
  --main-color: #e1387d;
  --clr1: #3a3a60;
  --clr2: #ccc;
  --ttl_size: 28px;
  --wrapper: 100px;
}

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

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

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

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

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

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

table {
  width: 100%;
}

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

.captcha_box iframe {
  height: auto;
}

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

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

.red {
  color: #ca0a0a !important;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

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

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

.wrapper {
  padding-top: var(--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: 1158px;
}

.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;
  overflow: hidden;
}
.TabContainer .TabContent .content {
  transition: all 0.3s ease-in-out;
  background-color: #ccc;
}
.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;
  width: 90%;
  margin: 0px auto;
  max-width: 1118px;
}
.TabContainer .TabPager > div {
  background-color: #a4c7ce;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 20px 20px;
  width: calc(50% - 0px);
  transition: all 0.3s ease;
  cursor: pointer;
  color: #ffffff;
  border-radius: 10px 10px 0px 0px;
}
.TabContainer .TabPager > div p {
  margin: 0;
  font-size: 1.5em;
  line-height: 2;
  border-bottom: 1px solid transparent;
}
.TabContainer .TabPager > div.active {
  background-color: #fff;
  z-index: 1;
  color: #3d9e81;
}
.TabContainer .TabPager > div.active p {
  border-bottom: 1px solid;
}

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

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

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

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

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

header.active,
.ovh header {
  background-color: #fff;
}
header.active .header_top,
.ovh header .header_top {
  padding-left: 52px;
}
header.active .logo,
.ovh header .logo {
  transform: translate(0);
}
header.active .logo a,
.ovh header .logo a {
  height: auto;
}
header.active .logo .def,
.ovh header .logo .def {
  display: none;
}
header.active .logo .hv,
.ovh header .logo .hv {
  display: block;
}

.header_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 12px 20px;
  height: 100%;
  position: relative;
  z-index: 10;
}

.header_top.active{
  z-index: 11;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(61px, 46px);
  transition: all 0.3s ease;
  height: 100%;
}
.logo .hv {
  display: none;
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.logo img {
  transition: all 0.3s ease;
}

.right_head {
  padding-right: 151px;
  padding-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pc_navi {
  width: 100%;
}
.pc_navi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  gap: 36px;
}
.pc_navi > ul > li {
  position: relative;
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p {
  opacity: 0.8;
  color: var(--main-color);
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  content: "";
  background: url(../images/shared_pc_navi_arrow.png) center no-repeat;
  background-size: 100% auto;
  width: 7px;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 3.5px);
  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 {
  transform: translateY(5px);
}
.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-family: var(--f-jp);
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
  color: var(--clr1);
}
.pc_navi > ul > li > a span,
.pc_navi > ul > li > p span {
  display: block;
  width: 100%;
  padding-top: 0px;
  font-size: 66.6666666667%;
  font-weight: 600;
}
.pc_navi > ul > li:hover a.title::after,
.pc_navi > ul > li:hover p.title::after {
  transform: translateY(5px);
}
.pc_navi > ul .subInner {
  position: absolute;
  width: 18em;
  right: 50%;
  bottom: -15px;
  padding-top: 0px;
  transform: translate(50%, 100%);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.pc_navi > ul .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul .subInner ul {
  background-color: var(--main-color);
  padding-bottom: 10px;
}
.pc_navi > ul .subInner ul li {
  padding: 0 10px;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: block;
  padding: 1.2em 0.6em 1.2em 1.6em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
  font-size: 0.875em;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.05em;
  height: 100%;
  display: flex;
  align-items: center;
}
.pc_navi > ul .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.6em;
  transform: translateY(-54%);
}

@media only screen and (min-width: 769px) {
  .pc_navi > ul .col2 .subInner {
    width: 520px;
  }
  .pc_navi > ul .col2 .subInner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_navi > ul .col2 .subInner ul li {
    width: 50%;
  }
  .menu_toggle .inside .ft_link {
    width: 100%;
    max-width: 1160px;
    margin: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
  .menu_toggle .inside .ft_link .title {
    font-weight: 500;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_navi > ul {
    font-size: 1.4vw;
  }
  .pc_navi > ul .subInner ul li a {
    font-size: max(0.875em , 10px);
  }
   .pc_navi > ul .col2 .subInner {
    width: max(32.857142857142854em , 400px);
  }
}
.idx_gallery .list {
  display: flex;
}
.idx_gallery .list .img img {
  overflow: hidden;
}

.time_sheet {
  color: var(--clr1);
  max-width: 100%;
  width: 573px;
  --bd-cl: #b2b2bc;
}
.time_sheet .note {
  margin-top: 1.9285714286em;
  font-size: max(0.875em, 11px);
  line-height: 1.6;
}
.time_sheet table {
  font-feature-settings: "palt";
}
.time_sheet table tbody tr:last-child td,
.time_sheet table tbody tr:last-child th {
  padding-bottom: 2.19em;
}
.time_sheet table th,
.time_sheet table td {
  border-top: none;
  border-left: none;
  border-bottom: none;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
  border-right: 1px solid var(--bd-cl);
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: 24.2%;
  padding-right: 1.4em;
  padding-left: 0;
}
.time_sheet table th {
  padding: 1em 0.2em 1.8em;
}
.time_sheet table td {
  padding: 0.79em 0.2em;
}

@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: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100%;
}
.totop::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: url("../images/totop.png") center/contain no-repeat;
  width: 9px;
  height: 19px;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}

@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: 31.2%;
  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;
}
.fixed_banner p:hover {
  color: #fff;
}
.fixed_banner p .tt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  font-family: var(--f-jp);
}
.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: #eb6fa2;
}
.fixed_banner .tel p .tt::before {
  width: 1.9230769231em;
  height: 1.9230769231em;
  background: url("../images/ic-tel.png") center/contain no-repeat;
  mask-image: none;
}
.fixed_banner .mail p {
  background-color: #db5c90;
}
.fixed_banner .mail p .tt::before {
  width: 2.0833333333em;
  height: 1.6666666667em;
  background: url("../images/ic-mail.png") center/contain no-repeat;
  mask-image: none;
}
.fixed_banner .web p {
  background-color: #e1387d;
}
.fixed_banner .web p .tt::before {
  width: 2.3846153846em;
  height: 2.1538461538em;
  background: url("../images/ic-chat.png") center/contain no-repeat;
  mask-image: none;
}

.ai_chat {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 200px;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ai_chat.active {
  width: 160px;
  bottom: 60px;
}

#open-chatbot {
  cursor: pointer;
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    --size: 8em;
    width: 8em;
  }
  .fixed_banner > div {
    width: var(--size);
    height: var(--size);
    margin-bottom: 0.3em;
  }
  .fixed_banner p {
    width: var(--size);
    height: var(--size);
  }
  .fixed_banner p .tt {
    font-size: 1.3em;
    letter-spacing: 0;
  }
  .fixed_banner .tel {
    --w_tel: 22em;
    transform: translateX(calc(-var(--size) - var(--w_tel)));
    transition: all 0.3s ease;
  }
  .fixed_banner .tel .tt::before {
    transform: translateY(0.2307692308em);
    margin-bottom: 0.8em;
  }
  .fixed_banner .tel:hover {
    transform: translateX(calc(0em - var(--w_tel)));
  }
  .fixed_banner .tel:hover a {
    width: calc(var(--size) + var(--w_tel));
  }
  .fixed_banner .tel .ov {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eb6fa2;
    position: absolute;
    left: 8em;
    height: 100%;
    top: 0;
    width: var(--w_tel);
    line-height: 1;
  }
  .fixed_banner .tel .ov::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 1px;
    background-color: #fff;
    opacity: 0.5;
  }
  .fixed_banner .tel .ov .text {
    font-size: 2.5em;
    font-family: var(--f-jp);
    font-weight: 500;
    letter-spacing: 0.2px;
  }
  .fixed_banner .mail {
    --w_mail: 22em;
  }
  .fixed_banner .mail p {
    transition: all 0.3s ease;
  }
  .fixed_banner .mail .tt {
    font-size: 1.2em;
  }
  .fixed_banner .mail .tt::before {
    transform: translateY(0.25em);
    margin-bottom: 1em;
  }
  .fixed_banner .mail:hover {
    transform: translateX(calc(0em - var(--w_mail)));
  }
  .fixed_banner .mail:hover a {
    width: calc(var(--size) + var(--w_mail));
  }
  .fixed_banner .mail .ov {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #db5c90;
    position: absolute;
    left: 8em;
    height: 100%;
    top: 0;
    width: var(--w_mail);
    line-height: 1;
  }
  .fixed_banner .mail .ov::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 1px;
    background-color: #fff;
    opacity: 0.5;
  }
  .fixed_banner .mail .ov .text {
    font-size: 1.6em;
    font-family: var(--f-en);
    font-weight: 500;
    letter-spacing: 0.2px;
  }
  .fixed_banner .web {
    --w_web: 22em;
  }
  .fixed_banner .web p .tt {
    padding-left: 0.3076923077em;
  }
  .fixed_banner .web p .tt::before {
    transform: translate(0.0769230769em, -0.1538461538em);
    margin-bottom: 0.3em;
  }
  .fixed_banner .web:hover {
    transform: translateX(calc(0em - var(--w_web)));
  }
  .fixed_banner .web:hover a {
    width: calc(var(--size) + var(--w_web));
  }
  .fixed_banner .web .ov {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e1387d;
    position: absolute;
    left: 8em;
    height: 100%;
    top: 0;
    width: var(--w_web);
    line-height: 1;
  }
  .fixed_banner .web .ov::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 1px;
    background-color: #fff;
    opacity: 0.5;
  }
  .fixed_banner .web .ov .text {
    font-size: 1.6em;
    font-family: var(--f-en);
    font-weight: 500;
    letter-spacing: 0.2px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .fixed_banner {
    font-size: 8.75px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .fixed_banner {
    font-size: 7px;
  }
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  text-decoration: none;
}

.ft_link {
  font-size: 14px;
}
.ft_link a {
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .ft_link a:hover {
    color: var(--main-color);
  }
  .ft_link .link_list > div > ul {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
  }
  .ft_link .menu01 {
    width: 26%;
  }
  .ft_link .menu02 {
    width: 68.2%;
  }
  .ft_link .menu02 .title {
    margin-bottom: 24px;
  }
  .ft_link .menu02 > ul > li {
    width: 50%;
  }
  .ft_link .menu02 > ul > li:nth-child(n + 3) {
    max-width: 20em;
  }
}
.ft_link .title {
  margin-bottom: 31px;
  padding-left: 0;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  pointer-events: none;
  font-family: var(--f-en);
  text-transform: uppercase;
}
.ft_link .title::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 0.97em;
  letter-spacing: 0.1em;
  line-height: 1.6;
  width: 100%;
}
.ft_link a {
  display: table;
  position: relative;
  padding-left: 0em;
  color: inherit;
  letter-spacing: 0.05em;
  color: var(--clr1);
  line-height: 1.6;
  padding-left: 1.1428571429em;
}
.ft_link a::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.1428571429em;
  border-radius: 100%;
  width: auto;
  height: auto;
}
.ft_link a:hover {
  opacity: 1;
}
.ft_link .ft-mwrap {
  display: flex;
}
.ft_link .ft-m1 {
  width: 56.9%;
}
.ft_link .ft-m2 {
  width: 36%;
}
.ft_link .ft-mtt {
  font-size: 17px;
  letter-spacing: 0.0588235294em;
  margin-bottom: 15px;
}

.copyright {
  margin: 0 auto 0;
  color: #fff;
  padding: 15px 0px;
  position: relative;
  z-index: 1;
}
.copyright .flex {
  align-items: center;
  justify-content: flex-start;
  min-height: 40px;
}
.copyright .inner_big {
  max-width: 1135px;
}
.copyright::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  left: calc(50% - 50vw);
  top: 0;
  height: 100%;
  width: 100vw;
  background-color: #d13876;
}
.copyright .textwidget {
  display: block;
  margin-top: 1px;
  line-height: 20px;
  padding-left: 19px;
  padding-bottom: 3px;
  margin-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: inherit;
  letter-spacing: 0.1em;
  font-family: var(--f-jp);
  font-size: 10px;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 159px;
}

.footer-top {
  padding: 101px 0 104px;
}
.footer-top .ft-cnt {
  display: flex;
  justify-content: space-between;
  margin-bottom: 58px;
}
.footer-top .ft-info {
  display: block;
  text-align: center;
  width: 436px;
  margin-top: -4px;
}
.footer-top .ft-logo {
  width: fit-content;
  margin: 3px auto 26px;
}
.footer-top .ft-logo a {
  color: var(--clr1);
  opacity: 1 !important;
}
.footer-top .ft-logo-jp {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
  display: block;
}
.footer-top .ft-logo-en {
  display: block;
  line-height: 1;
  font-family: var(--f-lato);
  font-size: 14px;
  text-transform: uppercase;
}
.footer-top .ft-address {
  line-height: 1.4;
  margin-bottom: 37px;
}
.footer-top .ft-tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 6.25em;
  border: 1px solid #3a3a60;
  line-height: 1.4;
  color: var(--clr1);
  padding-bottom: 0.5625em;
}
.footer-top .ft-tal-num {
  font-family: var(--f-jp);
  font-size: 1.875em;
  font-weight: 500;
  display: inline-block;
  padding-left: 1.1666666667em;
  position: relative;
  letter-spacing: -0.0166666667em;
  line-height: 1.45;
}
.footer-top .ft-tal-num::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: -0.0333333333em;
  width: 0.8333333333em;
  height: 0.8333333333em;
  background: url("../images/ic-tel-main.png") center/contain no-repeat;
}
.footer-top .ft-tel-jp {
  display: block;
  font-size: 0.875em;
}
.footer-top .ft-banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 28px;
}
.footer-menu {
  background: url("../images/footer-menu-bg.jpg") center/cover no-repeat;
  padding: 108px 0 90px;
  color: #fff;
}
.footer-menu .inner {
  max-width: 1160px;
}
.footer-menu .ft_link a {
  color: #fff;
}

@media only screen and (min-width: 1440px) {
  .ft_link .ft-mwrap {
    margin-left: -2px;
  }
  .hamburger-btn .button-toggle.active #nav-icon {
    width: 48px;
  }
}
@media only screen and (min-width: 1920px) {
  .ft_link .menu02 a::before {
    margin-left: 0;
  }
  .ft_link .ft-mwrap {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 769px) {
  .totop {
    transition: all 0.3s ease;
  }
  .totop:hover {
    background-color: var(--main-color);
  }
  .totop:hover::before {
    filter: brightness(0) invert(1);
  }
  .footer-menu .ft_link a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .menu_toggle .ft_link .menu02 {
    width: 67%;
  }
  .menu_toggle .ft_link .ft-m1 {
    width: 68%;
  }
  .menu_toggle .ft_link .ft-m2 {
    width: 35%;
    max-width: 240px;
  }
  .footer-top .ft-tel a:hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .footer-top .ft-logo {
    padding-right: 3px;
  }
  .footer-top .ft-address {
    padding-right: 3px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .right_head {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .logo {
    transform: translate(30px, 35px);
  }
  .pc_navi > ul {
    gap: 20px;
  }
  .footer-top {
    padding: 7.8125vw 0;
  }
  .footer-top .ft-cnt {
    font-size: min(1.3816925734vw, 16px);
    margin-bottom: 3.625em;
  }
  .footer-top .time_sheet {
    width: 35.8125em;
  }
  .footer-top .ft-info {
    margin-top: 0;
    width: 27.25em;
  }
  .footer-top .ft-logo {
    margin-bottom: 1.5em;
  }
  .footer-top .ft-logo-jp {
    font-size: 2em;
    margin-bottom: 0.375em;
  }
  .footer-top .ft-logo-en {
    font-size: 0.875em;
  }
  .footer-top .ft-address {
    margin-bottom: 2.3125em;
  }
  .footer-top .ft-banner {
    gap: 1.5625vw;
  }
  .footer-menu {
    padding: 7.8125vw 0 5.859375vw;
  }
  .ft_link {
    font-size: min(1.3671875vw, 16px);
  }
  .ft_link .menu02 {
    width: 69%;
  }
  .ft_link .menu02 .title {
    margin-bottom: 0.8em;
  }
  .ft_link .title {
    font-size: 1.875em;
    margin-bottom: 1.0333333333em;
  }
  .ft_link .ft-mwrap {
    justify-content: space-between;
  }
  .ft_link .ft-m1 {
    width: 66%;
  }
  .ft_link .ft-m2 {
    width: 35%;
    max-width: 240px;
  }
  .ft_link .ft-mtt {
    font-size: min(1.1428571429em, 17px);
    margin-bottom: 0.8823529412em;
  }
  .copyright {
    padding-bottom: 11px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1180px) {
  header.active .header_top,
  .ovh header .header_top {
    padding-left: 20px;
  }
  .logo .hv {
    width: 260px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  :root {
    --wrapper: 80px;
  }
  .logo {
    transform: translate(1.953125vw, 25px);
  }
  .pc_navi > ul {
    gap: 15px;
  }
  .pc_navi > ul > li > a,
  .pc_navi > ul > li > p {
    height: 34px;
  }
  .right_head {
    padding-right: 80px;
    padding-bottom: 0;
  }
  #nav-icon {
    width: 30px !important;
  }
  header:not(.active) .logo img {
    width: 24.8046875vw;
  }
  .idx_gallery .list .img img {
    width: 260px;
  }
  .ai_chat {
    width: 160px;
  }
  .ai_chat.active {
    width: 120px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 860px) {
  .logo .hv {
    width: 26.2096774194vw;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
.sp320,
.sp375,
.sp425 {
  display: none;
}

.pc992,
.pc1024 {
  display: none;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc1024 {
    display: block;
  }
 
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .pc992 {
    display: block;
  }
}

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