@charset "UTF-8";
:root {
  --f-jp: "Noto Serif JP", serif;
  --f-en: "Cormorant", serif;
  --f-kaku: "Zen Kaku Gothic Antique", sans-serif;
  --f-mincho: "Zen Old Mincho", serif;
  --main-color: #e287ae;
  --clr1: #737171;
  --clr2: #ccc;
  --ttl_size: 28px;
  --wrapper: 120px;
  --border-radius: 0px;
}

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

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 {
  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: 1320px;
}

.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: 640px;
  margin: 30px auto 0;
}

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

.ovh .bg-main::before {
  opacity: 0;
}

header.active,
.ovh header {
  --wrapper: 100px;
  background-color: #fff;
}
header.active .header_top,
.ovh header .header_top {
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
}
header.active .logo,
.ovh header .logo {
  height: 100%;
}
header.active .logo a,
.ovh header .logo a {
  height: 100%;
}
header.active .logo img,
.ovh header .logo img {
  width: auto;
  max-height: 60px;
}

.header_top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 36px 44px 5px;
  height: 100%;
  transition: all 0.3s ease;
}

.logo {
  transition: all 0.3s ease;
}
.logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
}
.logo img {
  transition: all 0.3s ease;
}

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

.pc_navi {
  width: 100%;
  padding-top: 3px;
}
.pc_navi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  gap: 78px;
}
.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,
.pc_navi > ul > li.menu-item-has-children > p {
  padding-bottom: 12px;
}
.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: 8px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 4px);
  transition: all 0.5s ease;
}
.pc_navi > ul > li.menu-item-has-children > a::before,
.pc_navi > ul > li.menu-item-has-children > p::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: transparent;
  z-index: -1;
}
.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;
  flex-direction: column;
  margin: 0;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  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: 4px;
  font-size: 62.5%;
  font-weight: 600;
  color: #e387ae;
  font-family: var(--f-en);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.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;
}
.pc_navi > ul .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.6em;
  transform: translateY(-54%);
}

.menu_toggle .inside .ft_link .title {
  color: var(--main-color);
}

.menu_toggle .inside .ft_link .link_list {
  flex-direction: row-reverse;
}

@media only screen and (min-width: 769px) {
  .menu_toggle .inside .ft_link .menu01 {
    width: 18%;
  }
  .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%;
  }
  .menu_toggle .inside .ft_link {
    width: 100%;
    max-width: 1320px;
    margin: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  :root {
    --wrapper: 100px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_navi > ul .subInner ul li a {
    font-size: 12px;
  }
}
.idx_gallery {
  opacity: 0.7;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.idx_gallery * {
  height: 100%;
}
.idx_gallery .list {
  display: flex;
}
.idx_gallery .list .img img {
  width: auto;
}

.time_sheet {
  width: 663px;
  --bd-clr: rgb(115 113 113 / 70%);
}
.time_sheet .note {
  margin-top: 19px;
  margin-left: 6px;
  line-height: 2.8;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.time_sheet .note span {
  display: inline-block;
}
.time_sheet .note-ml {
  color: #cbaf2d;
}
.time_sheet .note-line {
  padding-left: 23px;
  margin-left: 28px;
  display: inline-block;
  border-left: 1px solid var(--clr1);
  line-height: 1.2;
}
.time_sheet table {
  font-feature-settings: "palt";
}
.time_sheet table tr:first-child th,
.time_sheet table tr:first-child td {
  border-top: 1px solid var(--bd-clr);
}
.time_sheet table th,
.time_sheet table td {
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--bd-clr);
  border-left: 1px solid var(--bd-clr);
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: 23%;
  border-left: none;
}
.time_sheet table th {
  padding: 1.2em 0.2em 1.15em;
  font-weight: 400;
}
.time_sheet table td {
  padding: 1.25em 0.2em 1.18em;
}

@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: 48px;
  right: 55px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 27px;
  margin-bottom: 11px;
  transform: translateX(1px);
  background: url("../images/totop.png") center/contain no-repeat;
}
.totop::after {
  content: "PAGE TOP";
  display: block;
  font-family: var(--f-en);
  font-size: 14px;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-text-orientation: mixed;
  -moz-text-orientation: mixed;
  -ms-text-orientation: mixed;
  text-orientation: mixed;
  transition: all 0.3s ease;
}

@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: calc(50% - 12em);
  right: 32px;
  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;
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #fff;
}
.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-size: 0;
}
.fixed_banner p .tt::before {
  content: "";
  display: block;
  background: center/contain no-repeat;
}
.fixed_banner .tel p .tt::before {
  width: 18px;
  height: 18px;
  background-image: url("../images/fbanner-tel.png");
}
.fixed_banner .web p .tt::before {
  width: 20px;
  height: 21px;
  background-image: url("../images/fbanner-web.png");
}
.fixed_banner .line p .tt::before {
  width: 20px;
  height: 19px;
  background-image: url("../images/fbanner-line.png");
}
.fixed_banner .instagram p .tt::before {
  width: 18px;
  height: 18px;
  background-image: url("../images/fbanner-instagram.png");
}
.fixed_banner .youtube p .tt::before {
  width: 20px;
  height: 14px;
  background-image: url("../images/fbanner-youtube.png");
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    --size: 6.5em;
    width: 6.5em;
  }
  .fixed_banner > div {
    width: var(--size);
    height: var(--size);
    margin-bottom: 1.4em;
  }
  .fixed_banner > div:hover p {
    background-color: var(--main-color);
  }
  .fixed_banner > div:hover p .tt::before {
    filter: brightness(0) invert(1);
  }
  .fixed_banner p {
    width: var(--size);
    height: var(--size);
    border-radius: 100%;
    box-shadow: 0px 0 10px 1px rgba(216, 163, 165, 0.12);
    transition: all 0.3s ease;
  }

  .fixed_banner .ifbnr {
    --w_tel: 24em;
    transition: all 0.3s ease;
  }
  .fixed_banner .ifbnr:hover {
    transform: translateX(calc(var(--w_tel) * -1));
  }
  .fixed_banner .ifbnr:hover p {
    border-radius: 999px 0 0 999px;
  }
  .fixed_banner .ifbnr:hover a {
    width: calc(100% + var(--w_tel));
    border-radius: 999px;
  }
  .fixed_banner .ifbnr:hover .ov {
    opacity: 1;
    visibility: visible;
  }
  .fixed_banner .ifbnr .ov {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    border-left: 1px solid #fff;
    position: absolute;
    left: var(--size);
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: var(--w_tel);
    border-radius: 0 999px 999px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .fixed_banner .ifbnr .ov::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    width: 40px;
    background-color: transparent;
    z-index: -1;
  }
  .fixed_banner .ifbnr .ov .text {
    font-size: 2.2em;
    font-weight: 500;
    padding-bottom: 2px;
  }

  .fixed_banner .ifbnr.tel .ov .text {
    font-family: var(--f-kaku);
    font-size: 2.8em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .totop .icon {
    width: 60px;
    height: 60px;
  }
}
.footer-top {
  padding: 100px 0 55px;
}
.footer-top .info-wrapper .info-txt {
  margin-left: 4px;
}
.footer-top .info-wrapper .info-address {
  margin-left: 0;
}
.footer-top .info-wrapper .info-logo {
  margin-bottom: 8px;
}
.footer-top .info-wrapper .info-tel a::before {
  background-image: url("../images/footer-top-ic-tel.png");
}

.info-wrapper {
  display: flex;
  justify-content: space-between;
}
.info-wrapper .info-txt {
  width: 538px;
  max-width: 100%;
}
.info-wrapper .info-logo {
  margin-bottom: 5px;
  text-align: center;
}
.info-wrapper .info-logo a {
  display: inline-block;
  opacity: 1 !important;
}
.info-wrapper .info-address {
  margin-bottom: 10px;
  letter-spacing: 0.05625em;
  margin-left: -2px;
}
.info-wrapper .info-tel {
  line-height: 1;
  margin-bottom: 23px;
}
.info-wrapper .info-tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-family: var(--f-kaku);
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.info-wrapper .info-tel a::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/info-ic-tel.png") center/contain no-repeat;
  margin-right: 19px;
  transform: translate(3px, 3px);
}
.info-wrapper .info-ibtn {
  display: flex;
  justify-content: center;
  gap: 36px;
}
.info-wrapper .ibtn {
  margin: 0;
}
.footer-menu {
  color: #fff;
}
.footer-menu .fm-wrapper {
  position: relative;
  z-index: 0;
  padding: 76px 0 27px;
}
.footer-menu .fm-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((100vw - 100%) / -2);
  right: calc((100vw - 100%) / -2);
  margin-right: 145px;
  z-index: -1;
  border-top-right-radius: 200px;
  background: url("../images/footer-menu-bg.jpg") center/cover no-repeat;
}
.footer-menu .ft-banner {
  margin-top: 20px;
}
.footer-menu .ft-banner a {
  padding: 0;
}
.footer-menu .ft-banner a::before {
  display: none;
}
.footer-menu .ft-banner a img {
  border-radius: 10px;
}
.footer-menu .ft-map {
  margin-top: 50px;
  height: 300px;
}
.footer-menu .ft-map iframe {
  border-radius: 10px;
}
.footer-menu .ft_link a {
  color: #fff !important;
}
.footer-menu [data-aos="fade-fmenu"] {
  transform: none !important;
}
.footer-menu [data-aos="fade-fmenu"]::before {
  transform: translateY(100%);
  transition-delay: 0.2s;
  transition-duration: 2s;
}
.footer-menu [data-aos="fade-fmenu"] .ft_link,
.footer-menu [data-aos="fade-fmenu"] .ft-map,
.footer-menu [data-aos="fade-fmenu"] .copyright {
  opacity: 0;
  transition-delay: 2.2s;
  transition-duration: 0.6s;
}
.footer-menu .aos-animate::before {
  transform: translateY(0);
}
.footer-menu .aos-animate .ft_link,
.footer-menu .aos-animate .ft-map,
.footer-menu .aos-animate .copyright {
  opacity: 1;
}

.ft_link {
  position: relative;
  z-index: 0;
}
.ft_link a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .ft_link .link_list > div > ul {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
  }
  .ft_link .menu01 {
    /* width: 21%; */
    width: 19%;
  }
  .ft_link .menu02 {
    width: 77%;
  }
  .ft_link .menu-wr {
    display: flex;
    justify-content: space-between;
  }
  .ft_link .menu-col2 {
    width: 46%;
  }
  .ft_link .menu-col2 > ul {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    max-height: 29em;
  }
  .ft_link a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: var(--main-color);
  }
}
.ft_link .menu-tt {
  font-weight: 600;
  font-size: 1.125em;
  margin-bottom: 0.8333333333em;
}
.ft_link .title {
  margin-bottom: 0.78em;
  padding-left: 0;
  font-size: 3.125em;
  font-weight: 400;
  letter-spacing: 0.115em;
  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: 1.52em;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link a {
  display: inline-block;
  position: relative;
  padding-left: 0em;
  color: var(--clr1);
  letter-spacing: 0.09em;
  line-height: 1.6;
  transition: all 0.3s ease;
  padding-left: 0.75em;
}
.ft_link a::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -0.375em;
  line-height: 1.6;
  border-radius: 100%;
  width: auto;
  height: auto;
}
.ft_link a:hover {
  opacity: 1;
}

.ft_link .link_list{
  flex-direction: row-reverse;
}

.copyright {
  margin: 28px auto 0;
  color: #fff;
  padding: 17px 0px 17px 7px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright .textwidget {
  display: block;
  line-height: 20px;
  padding-left: 20px;
  margin-left: 20px;
  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: 12px;
  line-height: inherit;
  letter-spacing: 0.14em;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 159px;
}

.icontact {
  padding: 93px 0 80px;
  position: relative;
  background-color: #666562;
  z-index: 0;
}
.icontact .ihead {
  text-align: center;
  margin-bottom: 28px;
}
.icontact .ien {
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: -3px;
  line-height: 1;
}
.icontact .ijp {
  color: #fff;
  margin-left: 4px;
}
.icontact .icnt-box {
  background-color: rgba(255, 255, 255, 0.95);
  width: min(100%, 960px);
  border-radius: 30px;
  padding: 60px 0 60px;
  margin: 0 auto;
  display: flex;
}
.icontact .icnt-box li {
  width: 320px;
  border-right: 1px solid rgba(115, 113, 113, 0.2);
}
.icontact .icnt-box li:last-child {
  border-right: none;
}
.icontact .icnt-tt {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 28px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.2em;
  padding-left: 5px;
}
.icontact .icnt-tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--f-kaku);
  font-size: 30px;
  position: relative;
  color: #737171;
  line-height: 1;
}
.icontact .icnt-tel a::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 22px;
  transform: translate(6px, 3px);
  background: url("../images/icontact-ic-tel.png") center/contain no-repeat;
}
.icontact .icnt-web a {
  margin: 0 auto;
  width: 240px;
  height: 60px;
  background-color: #e2abc6;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  letter-spacing: 0.2em;
}
.icontact .icnt-web a::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 18px;
  transform: translate(5px, -1px);
  background: url("../images/icontact-ic-web.png") center/contain no-repeat;
}
.icontact .icnt-line a {
  margin: 0 auto;
  width: 240px;
  height: 60px;
  background-color: #cbaf2d;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  letter-spacing: 0.2em;
}
.icontact .icnt-line a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  margin-right: 34px;
  transform: translate(18px, -1px);
  background: url("../images/icontact-ic-line.png") center/contain no-repeat;
}

.ien {
  font-family: var(--f-en);
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.ijp {
  font-size: 22px;
  font-weight: 500;
  color: var(--main-color);
  letter-spacing: 0.2090909091em;
}

.ibtn.ibtn-white a {
  color: #fff;
  border-bottom-color: #fff;
}
.ibtn.ibtn-white a::before {
  filter: brightness(0) invert(1);
}
.ibtn a {
  display: block;
  width: fit-content;
  position: relative;
  font-size: 16px;
  color: var(--clr1);
  text-decoration: none;
  padding: 13px 89px 13px 0;
  border-bottom: 1px solid var(--clr1);
  line-height: 1.5;
}
.ibtn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto 0;
  width: 7.0725px;
  height: 7.0725px;
  transform: rotate(45deg);
  border-top: solid 1px var(--main-color);
  border-right: solid 1px var(--main-color);
  transition: all 0.3s ease;
}
.ibtn a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 100%;
  height: 1px;
  background-color: var(--main-color);
  transition: all 0.6s ease;
}

.hd-social {
  display: flex;
  gap: 1.2em;
  padding-right: 70px;
  flex-shrink: 0;
  font-size: min(2.5vw, 10px);
}
.hd-social a {
  width: 2.8em;
  height: 2.8em;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 769px) {
.sb-callout-ctn[data-type="frontend"]{
	right:120px !important;
}
}

@media only screen and (min-width: 769px) and (max-width: 1919px){
.sb-callout-ctn[data-type="frontend"]{
	right:80px !important;
}
}

@media only screen and (min-width: 1920px) {
  .idx_gallery {
    max-height: 537px;
  }
  .pc_navi ul li:last-child {
    transform: translateY(-2px);
  }
  .pc_navi ul li:last-child a span,
  .pc_navi ul li:last-child p span {
    transform: translateY(4px);
  }
  .footer-top .time_sheet {
    margin-right: 1px;
  }
  .ft_link .title {
    margin-left: -2px;
  }
  .icontact .ijp {
    margin-left: 4px;
  }
  .icontact .icnt-web {
    padding-left: 1px;
  }
  .icontact .icnt-line {
    padding-left: 1px;
  }
}
@media only screen and (min-width: 769px) {
  .hd-social {
    display: none;
  }
  .ft_link .menu-tt {
    pointer-events: none;
  }
  .ibtn a {
    transition: all 0.3s ease;
  }
  .ibtn a:hover {
    color: var(--main-color);
  }
  .ibtn a:hover::after {
    right: 0%;
  }
  .ibtn.ibtn-white-hv:hover {
    --main-color: #333;
  }
  .ibtn.ibtn-white-hv:hover a::before {
    border-top-color: #333;
    border-right-color: #333;
    filter: none;
  }
  .totop:hover::after {
    color: var(--main-color);
  }
  .icontact .icnt-box li:nth-child(2) .icnt-tt,
  .icontact .icnt-box li:nth-child(3) .icnt-tt {
    margin-bottom: 16px;
    transform: translateY(-7px);
  }
  .icontact .icnt-web a {
    transition: all 0.3s ease;
  }
  .icontact .icnt-web a:hover {
    background-color: var(--main-color);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1919px) {
  .fixed_banner {
    font-size: 7px;
    right: 15px;
  }
  .totop {
    right: 26px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) and (max-height: 720px) {
  .fixed_banner {
    transform: translateY(-20px);
  }
  .totop {
    bottom: 20px;
    right: 27px;
  }
  .totop::before {
    width: 7px;
    height: 19px;
    transform: none;
  }
  .totop::after {
    font-size: 12px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1660px) {
  .pc_navi > ul {
    gap: 30px;
  }
  .logo img {
    width: 32.2891566265vw;
  }
  .right_head {
    padding-right: 100px;
  }
  .footer-menu .fm-wrapper::before {
    margin-right: 120px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .footer-menu .ft_link {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  :root {
    --wrapper: 100px;
  }
  .header_top {
    padding-top: 20px;
  }
  .right_head {
    padding-right: 80px;
  }
  .hamburger-btn .button-toggle {
    --wrapper: 86px;
  }
  .footer-menu .inner {
    padding: 0 100px;
    max-width: 1440px;
  }
  .footer-menu .fm-wrapper::before {
    margin-right: 70px;
  }
  .footer-menu .ft_link {
    font-size: max(1.1111111111vw, 15px);
    padding-right: 0;
  }
  .footer-menu .ft-banner {
    width: 23.75em;
  }
  .footer-menu .ft-banner a img {
    border-radius: 0.625em;
  }
  .menu_toggle .inside .ft_link {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .menu_toggle .ft_link .menu-col2 > ul {
    max-height: 21em;
  }
  .menu_toggle .ft_link .title {
    margin-bottom: 0.2em;
    font-size: 2.8em;
  }
  .menu_toggle .ft_link li {
    margin-bottom: 0.6em;
  }
  .menu_toggle .ft_link .menu-tt {
    line-height: 1.6;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .pc_navi {
    font-size: 1.25vw;
  }
  .logo img {
    width: 32.34375vw;
  }
  header.active .logo img,
  .ovh header .logo img {
    width: 28.28125vw;
  }
  .right_head {
    padding-right: 70px;
  }
  .header_top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-top {
    padding: 6.25vw 0 4.6875vw;
  }
  .footer-top .inner {
    padding: 0 50px;
  }
  .footer-top .info-wrapper .info-txt {
    margin-left: 0;
  }
  .info-wrapper {
    align-items: center;
  }
  .info-wrapper .info-txt {
    width: 31.25em;
    font-size: 1.25vw;
  }
  .info-wrapper .time_sheet {
    width: 35em;
    font-size: 1.25vw;
  }
  .info-wrapper .time_sheet .note {
    margin-top: 1.3571428571em;
    margin-left: 0.4285714286em;
    font-size: 0.875em;
  }
  .info-wrapper .info-logo {
    margin-bottom: 5px;
  }
  .info-wrapper .info-logo img {
    width: 201px;
  }
  .info-wrapper .info-address {
    margin-left: -0.125em;
    font-size: max(0.92em, 11px);
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.7;
  }
  .info-wrapper .info-tel {
    margin-bottom: 1.4375em;
  }
  .info-wrapper .info-tel a {
    font-size: 1.875em;
  }
  .info-wrapper .info-tel a::before {
    width: 0.9333333333em;
    height: 0.9333333333em;
    margin-right: 0.6333333333em;
    transform: translate(0.1em, 0.1em);
  }
  .info-wrapper .info-ibtn {
    gap: 2.25em;
  }
  .info-wrapper .ibtn a {
    padding: 0.8125em 5.5625em 0.8125em 0;
    font-size: 100%;
  }
  .footer-menu .inner {
    padding: 0 64px;
  }
  .footer-menu .fm-wrapper::before {
    margin-right: 45px;
    border-top-right-radius:120px;
  }
  .footer-menu .ft_link {
    font-size: 1.25vw;
  }
  .ft_link {
    font-size: 1.25vw;
  }
  .icontact {
    padding: 5.46875vw 0;
  }
  .icontact .ihead {
    margin-bottom: 25px;
  }
  .icontact .inner {
    padding: 0 50px;
  }
  .ien {
    font-size: max(4.6875vw, 40px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .ibtn a {
    padding: 10px 69px 10px 0;
    font-size: 14px;
  }
  .ibtn a::before {
    width: 6px;
    height: 6px;
  }
  header.active,
  .ovh header {
    --wrapper: 80px;
  }
  header.active .header_top,
  .ovh header .header_top {
    padding-top: 17px;
  }
  .pc_navi {
    font-size: 1.3671875vw;
  }
  .pc_navi > ul {
    gap: 1.4285714286em;
  }
  .footer-menu .ft-map {
    margin-top: 30px;
    height: 29.296875vw;
  }
  .footer-menu .fm-wrapper {
    padding: 50px 0 20px;
  }
  .copyright {
    margin-top: 20px;
    padding: 10px;
  }
  .icontact .icnt-box {
    padding: 4.6875vw 0;
    font-size: 1.5625vw;
    border-radius: 1.5em;
    width: min(100%, 900px);
  }
  .icontact .icnt-box li {
    width: 33.33%;
  }
  .icontact .icnt-box li:nth-child(2) .icnt-tt,
  .icontact .icnt-box li:nth-child(3) .icnt-tt {
    margin-bottom: 0.6666666667em;
    transform: translateY(-0.2916666667em);
  }
  .icontact .icnt-tt {
    font-size: 1.5em;
    margin-bottom: 1.1666666667em;
    padding-left: 0.2083333333em;
  }
  .icontact .icnt-tel a {
    font-size: 1.875em;
  }
  .icontact .icnt-tel a::before {
    content: "";
    display: inline-block;
    width: 0.9333333333em;
    height: 0.9333333333em;
    margin-right: 0.7333333333em;
    transform: translate(0.2em, 0.1em);
  }
  .icontact .icnt-web a {
    width: 15em;
    height: 3.75em;
  }
  .icontact .icnt-web a::before {
    width: 1.3125em;
    height: 1.3125em;
    margin-right: 1.125em;
    transform: translate(0.3125em, -0.0625em);
  }
  .icontact .icnt-line a {
    width: 15em;
    height: 3.75em;
  }
  .icontact .icnt-line a::before {
    content: "";
    width: 1.25em;
    height: 1.1875em;
    margin-right: 2.125em;
    transform: translate(1.125em, -0.0625em);
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .footer-menu .ft_link a {
    font-size: 95%;
  }
  .footer-menu .ft-banner {
    width: 22.75em;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                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 */
