@charset "UTF-8";
:root {
  --f-zkgn: "Zen Kaku Gothic New", sans-serif;
  --f-jp: "Shippori Mincho B1", serif;
  --f-en: "Roboto", sans-serif;
  --main-color: #9D8BB9;
  --clr1: #1A1A1A;
  --clr2: #7CB9D3;
  --txt_size: 16px;
  --ttl_size: 28px;
  --line-height-default: 2;
  --wrapper: 100px;
  --border-radius: 0;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  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-zkgn);
}
body::-webkit-scrollbar {
  display: block;
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(to bottom, var(--clr2) 0%, var(--main-color) 50%, var(--clr2) 100%);
  box-shadow: inset 0 0 6px #fff;
}
body::-webkit-scrollbar-thumb:window-inactive {
  background: linear-gradient(to bottom, var(--clr2) 0%, var(--main-color) 50%, var(--clr2) 100%);
}

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

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

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

a: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: var(--line-height-default);
  letter-spacing: 0.025em;
  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;
}

.txt-center {
  text-align: center;
}

.txt-lg {
  font-size: 120%;
}

.txt-sm {
  font-size: 80%;
}

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

.wrapper {
  padding-top: 0;
  overflow: hidden;
}

.inner_max,
.inner_big,
.inner,
.inner_sm {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.inner_max {
  max-width: 1480px;
}

.inner_big {
  max-width: 1340px;
}

.inner {
  max-width: 1140px;
}

.inner_sm {
  max-width: 1020px;
}

.fullWidthBreak {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           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 .TabPager {
  display: flex;
  justify-content: center;
  margin: 0px auto;
}
.TabContainer .TabPager > div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.TabContainer .TabPager > div.active {
  z-index: 1;
  pointer-events: none;
}
.TabContainer .TabContent {
  position: relative;
  z-index: 2;
}
.TabContainer .TabContent .content {
  transition: all 0.3s ease-in-out;
}
.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;
}

.box_flex {
  display: flex;
}
@media (min-width: 769px) {
  .box_flex {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .box_flex {
    flex-direction: column;
  }
  .box_flex .box_ttl {
    order: 1;
  }
  .box_flex .box_txt, .box_flex .box_cont {
    order: 3;
  }
  .box_flex .box_img {
    order: 2;
  }
  .box_flex .box_cta {
    order: 4;
  }
}

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

.el_tel, .el_mail {
  width: 100%;
  max-width: 530px;
}
.el_tel a, .el_mail a {
  font-size: 0.625em;
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 14em;
  font-family: var(--f-jp);
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #fff;
  transition: all 0.3s ease;
}
.el_tel a::before, .el_mail a::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid currentColor;
}
.el_tel a::after, .el_mail a::after {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 530/67;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: url("../images/el_decor.png") no-repeat center/cover;
}
.el_tel a:hover, .el_mail a:hover {
  opacity: 1;
  color: #fff;
}
.el_tel a span, .el_mail a span {
  position: relative;
}
.el_tel a span::before, .el_mail a span::before {
  content: "";
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.el_tel a {
  background-color: var(--clr1);
}
.el_tel a span {
  letter-spacing: 0.075em;
  font-size: calc(var(--ttl_size) - 3px);
}
.el_tel a span::before {
  top: 0.16em;
  width: 1.16em;
  aspect-ratio: 1/1;
  background-image: url("../images/ic-tel.svg");
}
@media (min-width: 769px) {
  .el_tel a span {
    padding-left: 1.76em;
  }
}
@media (max-width: 768px) {
  .el_tel a span {
    padding-left: 1.5em;
  }
}
.el_mail a {
  background-color: var(--main-color);
}
.el_mail a span {
  font-size: calc(var(--txt_size) + 3px);
  letter-spacing: 0.025em;
}
.el_mail a span::before {
  top: 0.1053em;
  width: 1.7895em;
  aspect-ratio: 34/23;
  background-image: url("../images/ic-mail.svg");
}
@media (min-width: 769px) {
  .el_mail a span {
    padding-left: 2.7368em;
  }
  .el_mail a:hover {
    background-color: #765F9B;
  }
}
@media (max-width: 768px) {
  .el_mail a span {
    padding-left: 2.2em;
  }
}
@media (max-width: 768px) {
  .el_tel a, .el_mail a {
    min-height: 11em;
  }
  .el_tel a::before, .el_mail a::before {
    inset: 5px;
  }
  .el_tel a > span::before, .el_mail a > span::before {
    font-size: 0.775em;
  }
  .el_tel a > span::before {
    top: 0.45em;
  }
  .el_mail a > span::before {
    top: 0.45em;
  }
}

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

.btn-group .btn-news, .btn-group .btn {
  width: 100%;
}
.btn-group .btn-news a, .btn-group .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  font-family: var(--f-jp);
  color: #fff;
  background-color: var(--clr2);
  text-align: center;
  transition: all 0.3s;
}
.btn-group .btn-news a:hover, .btn-group .btn a:hover {
  opacity: 1;
}

.btn-group {
  font-size: 0.625em;
}
.btn-group .btn {
  min-width: 180px;
  max-width: 32em;
}
.btn-group .btn:not(:last-child) {
  margin-bottom: 2em;
}
.btn-group .btn a {
  --sz-shadow: 0.5882em;
  position: relative;
  min-height: 4.7059em;
  font-size: 1.7em;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding: 0.6em;
  box-shadow: var(--sz-shadow) var(--sz-shadow) 0 rgba(0, 0, 0, 0.1);
}
.btn-group .btn a::before, .btn-group .btn a::after {
  content: "";
  position: absolute;
  inset: calc(var(--sz-shadow) / 2);
  border: 1px solid #fff;
}
.btn-group .btn a::before {
  left: 0;
  right: 0;
  border-left: 0;
  border-right: 0;
}
.btn-group .btn a::after {
  top: 0;
  bottom: 0;
  border-top: 0;
  border-bottom: 0;
}
.btn-group .btn a > span {
  position: relative;
}
.btn-group .btn a > span::after {
  content: "";
  display: inline-block;
  width: 0.3529em;
  height: 0.5882em;
  margin-left: 0.8235em;
  margin-bottom: 0.1176em;
  --mask: url("../images/ic-arrow.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: currentColor;
}
@media (min-width: 769px) {
  .btn-group .btn a:hover {
    box-shadow: none;
    transform: translateY(calc(var(--sz-shadow) / 2));
    background-color: var(--main-color);
  }
}
.btn-group .btn-news {
  max-width: 13.9em;
}
.btn-group .btn-news a {
  justify-content: flex-start;
  min-height: 1.5em;
  font-size: 1.8em;
  font-weight: 400;
  letter-spacing: 0.025em;
  background-color: transparent;
  color: var(--clr1);
  position: relative;
}
.btn-group .btn-news a::before {
  content: "";
  position: absolute;
  width: max(1.5em, 18px);
  height: max(1.5em, 18px);
  border-radius: 50%;
  background-color: #1A1A1A;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.btn-group .btn-news a::after {
  content: "";
  position: absolute;
  width: 0.3333em;
  height: 0.3333em;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
  top: 50%;
  right: 0.75em;
  transform: translate(25%, -50%) rotate(-45deg);
}
@media (min-width: 769px) {
  .btn-group .btn-news a:hover {
    color: var(--main-color);
    position: relative;
  }
  .btn-group .btn-news a:hover::before {
    content: "";
    position: absolute;
    width: max(1.5em, 18px);
    height: max(1.5em, 18px);
    border-radius: 50%;
    background-color: var(--main-color);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .btn-group .btn-news a:hover::after {
    content: "";
    position: absolute;
    width: 0.3333em;
    height: 0.3333em;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    top: 50%;
    right: 0.75em;
    transform: translate(25%, -50%) rotate(-45deg);
  }
}

.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;
  --clr-nav: #F6F9FA;
  font-size: min(1vw, 10px);
}
header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0.72;
  background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

header.active {
  background-color: #fff;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
  --clr-nav: var(--clr1);
}
header.active::before {
  opacity: 0;
}
header.active .header_top {
  padding-top: 0;
}
header.active .logo {
  max-width: 219px;
  top: 0;
  filter: brightness(0) invert(0);
}

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

.logo {
  width: 25%;
  max-width: 346px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 3.6em;
  transition: all 0.3s ease-in-out;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  width: auto;
}

.right_head {
  width: 70%;
  max-width: 864px;
  padding-right: 7.3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pc_navi {
  width: 100%;
}
.pc_navi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: center;
  width: 100%;
}
.pc_navi > ul > li {
  position: relative;
}
.pc_navi > ul > li:not(:last-child) {
  margin-right: 5em;
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p {
  opacity: 1;
  color: var(--main-color);
}
.pc_navi > ul > li.menu-item-has-children {
  padding-bottom: 2.1875em;
  margin-bottom: -2.1875em;
}
.pc_navi > ul > li.menu-item-has-children > a,
.pc_navi > ul > li.menu-item-has-children > p {
  padding-right: 1.5625em;
}
.pc_navi > ul > li.menu-item-has-children > a::before, .pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::before,
.pc_navi > ul > li.menu-item-has-children > p::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 0.75em;
  height: 1px;
  top: 0.75em;
  right: 0;
  margin-left: 0.625em;
  background-color: currentColor;
}
.pc_navi > ul > li.menu-item-has-children:not(:hover) > a::after,
.pc_navi > ul > li.menu-item-has-children:not(:hover) > p::after {
  transform: rotate(90deg);
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  margin: 0;
  font-family: var(--f-jp);
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
  color: var(--clr-nav);
}
.pc_navi > ul .subInner {
  position: absolute;
  width: max-content;
  min-width: 23.2em;
  right: 50%;
  bottom: 0;
  transform: translate(50%, 100%);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  padding: 7em;
  background-color: #F7F7F7;
}
.pc_navi > ul .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul .subInner ul li:not(:last-child) {
  margin-bottom: 8.5px;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: table;
  transition: all 0.2s ease;
  font-size: max(12px, 1.5em);
  font-weight: 400;
  color: var(--clr1);
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.025em;
}
@media (min-width: 769px) {
  .pc_navi > ul .subInner ul li a:hover {
    opacity: 1;
    color: var(--main-color);
  }
}
.pc_navi .link-hidden {
  visibility: hidden;
}

@media only screen and (min-width: 769px) {
  .pc_navi > ul .col2 .subInner {
    max-width: max(450px, 56.9em);
  }
  .pc_navi > ul .col2 .subInner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_navi > ul .col2 .subInner ul li {
    width: 50%;
  }
  .menu_toggle .inside {
    position: relative;
    background-color: #fff;
    width: 75%;
    max-width: 1120px;
    margin-left: auto;
    z-index: 1;
  }
  .menu_toggle .inside::before {
    content: "";
    position: absolute;
    width: 100%;
    aspect-ratio: 1120/398;
    bottom: 0px;
    right: 0px;
    background: url("../images/menu_decor01.png") no-repeat center/cover;
    z-index: -1;
  }
  .menu_toggle .inside .ft_link {
    font-size: clamp(6.85px, 0.8vw, 10px);
    width: 100%;
    max-width: 901px;
    margin: auto;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu_toggle .inside .ft_link .menu-child {
    margin-bottom: 3.9em;
  }
  .menu_toggle .inside .ft_link .menu-child > a {
    font-size: 2.7em;
    padding-bottom: 0.2963em;
    margin-bottom: 0.8519em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-height: 625px) and (max-height: 800px) {
  .menu_toggle .inside .ft_link .menu-child {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  :root {
    --wrapper: 90px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  header {
    font-size: min(1vw, 8.75px);
  }
  .pc_navi > ul > li:not(:last-child) {
    margin-right: 3em;
  }
}
.idx_gallery {
  padding-bottom: 70px;
}
.idx_gallery .list {
  display: flex;
}
.idx_gallery .list .img img {
  max-width: clamp(220px, 30vw, 420px);
  margin: 0 1.25em;
}

.idx_contact {
  position: relative;
  background-image: url("../images/idx_contact_bg.jpg");
}
.idx_contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.idx_contact .box_flex .box_ttl .ttl {
  position: relative;
  color: #fff;
  font-family: var(--f-jp);
  font-size: calc(var(--ttl_size) + 12px);
  font-weight: 400;
}
.idx_contact .box_flex .box_ttl .ttl > span {
  display: block;
}
.idx_contact .box_flex .box_ttl .ttl .en {
  position: relative;
  font-size: calc(var(--txt_size) - 4px);
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.idx_contact .box_flex .box_ttl .ttl .en::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.idx_contact .box_flex .box_cta .el_tel {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .idx_contact {
    padding: min(6.25vw, 120px);
    min-height: min(35vw, 633px);
  }
  .idx_contact .box_flex .box_ttl {
    margin-right: 26px;
  }
  .idx_contact .box_flex .box_ttl .ttl {
    text-orientation: mixed;
    -webkit-text-orientation: mixed;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
  }
  .idx_contact .box_flex .box_ttl .ttl .jp {
    padding-top: 0.25em;
    line-height: 1.5;
    letter-spacing: 0.18em;
  }
  .idx_contact .box_flex .box_ttl .ttl .en {
    line-height: 2;
    margin-left: 0.8333em;
  }
  .idx_contact .box_flex .box_ttl .ttl .en::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 152px;
    top: 0px;
    left: 0px;
  }
  .idx_contact .box_flex .box_cta {
    padding-top: min(2.5vw, 47px);
    width: 60%;
    max-width: 530px;
  }
}

.idx_bnr {
  padding: 60px 0;
}
.idx_bnr .bnr_group {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.idx_bnr .bnr {
  max-width: clamp(280px, 30vw, 350px);
}
.idx_bnr a:hover {
  opacity: 1;
}

.time_sheet {
  margin: 0px auto;
  max-width: 464px;
}
.time_sheet .note {
  margin-top: 15px;
  margin-left: -2px;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.time_sheet .note span {
  display: inline-block;
}
.time_sheet table {
  font-feature-settings: "palt";
}
.time_sheet table th,
.time_sheet table td {
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 9.9%;
  border-bottom: 1px solid var(--clr1);
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
  padding-left: 1.9%;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 16.05%;
  padding-left: 0.8em;
  text-align: left;
}
.time_sheet table th {
  padding: 0.6em 0.2em;
}
.time_sheet table td {
  padding: 1.35em 0.2em 1.65em;
  color: var(--main-color);
}
.time_sheet table td:first-child {
  color: #333;
}
.time_sheet table tr:nth-child(3) td {
  padding-bottom: 1.6em;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  :root {
    --txt_size: 14px;
    --ttl_size: 22px;
    --wrapper: 70px;
  }
}
.totop {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 25px;
  right: 25px;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  background-image: url(../images/totop.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0px;
  width: 60px;
  height: 60px;
  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: calc(50% - 32.2em);
  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;
  font-family: var(--f-jp);
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 6px 5px;
}
.fixed_banner p:hover {
  color: #fff;
}
.fixed_banner p .tt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.fixed_banner p .tt::before {
  content: "";
  display: block;
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #fff;
}
.fixed_banner .tel p {
  background-color: var(--clr1);
}
.fixed_banner .tel p .tt::before {
  width: 0.8333em;
  aspect-ratio: 1/1;
  --mask: url("../images/shared_fixed_bnr_icon01.svg");
}
.fixed_banner .mail p {
  background-color: var(--main-color);
}
.fixed_banner .mail p .tt::before {
  width: 1em;
  height: 0.7222em;
  --mask: url("../images/shared_fixed_bnr_icon02.svg");
}

.bnr_corona {
  font-size: 10px;
  position: fixed;
  z-index: 19;
  bottom: 6em;
  left: 4em;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.bnr_corona.active {
  bottom: 30px;
  left: 20px;
}
.bnr_corona.hide {
  opacity: 0;
  visibility: hidden;
}
.bnr_corona .content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  text-decoration: none;
  border: 1em solid rgba(0, 0, 0, 0.15);
}
.bnr_corona .content .txt {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.8333em;
  font-family: var(--f-jp);
  font-size: 2.4em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin-bottom: 0.8333em;
}
.bnr_corona .content .txt .lg {
  position: relative;
  z-index: 1;
  font-size: 150%;
}
.bnr_corona .content .txt .lg::after {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 0.06666667em;
  left: 0;
  width: 100%;
  height: 0.4em;
  background-color: #765F9B;
}
.bnr_corona .content .ic-arr {
  position: absolute !important;
  bottom: 2em;
  left: calc(50% + 2em);
  margin: 0 auto;
  position: relative;
}
.bnr_corona .content .ic-arr::before {
  content: "";
  position: absolute;
  width: max(3em, 18px);
  height: max(3em, 18px);
  border-radius: 50%;
  background-color: #765F9B;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.bnr_corona .content .ic-arr::after {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
  top: 50%;
  right: 1.5em;
  transform: translate(25%, -50%) rotate(-45deg);
}
@media only screen and (min-width: 769px) {
  .bnr_corona .content:hover {
    color: #fff;
    opacity: 1;
    background-color: var(--clr2);
  }
  .bnr_corona .content:hover .txt .lg::after {
    background-color: #467791;
  }
  .bnr_corona .content:hover .ic-arr {
    position: relative;
  }
  .bnr_corona .content:hover .ic-arr::before {
    content: "";
    position: absolute;
    width: max(3em, 18px);
    height: max(3em, 18px);
    border-radius: 50%;
    background-color: #467791;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .bnr_corona .content:hover .ic-arr::after {
    content: "";
    position: absolute;
    width: 0.8em;
    height: 0.8em;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    top: 50%;
    right: 1.5em;
    transform: translate(25%, -50%) rotate(-45deg);
  }
}
.bnr_corona .close {
  z-index: 19;
  cursor: pointer;
  position: absolute;
  top: -1em;
  right: -1em;
  background-color: #fff;
  width: 5em;
  height: 5em;
  border-radius: 50%;
}
.bnr_corona .close::before {
  content: "";
  position: absolute;
  width: 2em;
  height: 2em;
  inset: 0;
  margin: auto;
  --mask: url("../images/ic-close.png");
  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);
}
@media only screen and (min-width: 769px) {
  .bnr_corona .close:hover {
    background-color: #765F9B;
  }
  .bnr_corona .close:hover::before {
    background-color: #fff;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .bnr_corona {
    font-size: clamp(6px, 0.46875vw, 10px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .bnr_corona {
    bottom: 12em;
    left: 4em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .bnr_corona {
    bottom: calc(50% - 21em);
    left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .bnr_corona {
    font-size: clamp(6px, 1.6vw, 7px);
    bottom: 20px;
    left: 20px;
  }
  .bnr_corona.active {
    bottom: 55px;
    left: 10px;
  }
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    --size: 8em;
  }
  .fixed_banner p {
    width: var(--size);
    height: calc(var(--size) * 3.925);
  }
  .fixed_banner p .tt {
    font-size: 1.8em;
    font-weight: 500;
  }
  .fixed_banner .tel p .tt::before {
    margin-bottom: 0.5em;
  }
  .fixed_banner .tel p .tt .num {
    width: 0.8em;
    line-height: 1.06;
  }
  .fixed_banner .tel p .tt .num > span {
    position: relative;
    display: block;
    width: 1px;
    height: 0.3333em;
    margin: 0.1667em 0.3333em 0.0556em;
  }
  .fixed_banner .tel p .tt .num > span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: currentColor;
  }
  .fixed_banner .mail p .tt {
    flex-direction: row;
    line-height: 1;
    letter-spacing: 0.16em;
    text-orientation: mixed;
    -webkit-text-orientation: mixed;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
  }
  .fixed_banner .mail p .tt::before {
    margin-bottom: 0.3889em;
  }
  .fixed_banner .mail:hover p {
    background-color: #765F9B;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px), (min-width: 625px) and (max-height: 800px) {
  .fixed_banner {
    font-size: 8.75px;
    top: calc(50% - 30em);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .fixed_banner {
    font-size: 7px;
  }
  .totop .icon {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .fixed_banner {
    top: calc(50% - 45em);
  }
}
footer {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/ft_bg.jpg");
  z-index: 1;
}
footer::before {
  content: "";
  position: absolute;
  width: 70%;
  max-width: 1282px;
  aspect-ratio: 1282/431;
  left: 0px;
  background: url("../images/ft_decor01.png") no-repeat center/cover;
  z-index: -1;
}
footer p,
footer a {
  color: var(--clr1);
  text-decoration: none;
}
@media (min-width: 769px) {
  footer {
    padding: min(10vw, 131px) 0 min(10vw, 121px);
  }
  footer::before {
    bottom: 0;
  }
  footer .ft_block {
    display: flex;
    justify-content: space-between;
  }
  footer .ft_logo {
    max-width: 361px;
  }
  footer .ft_info {
    width: 26%;
    max-width: 361px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  footer .ft_link {
    font-size: min(0.78vw, 10px);
    width: 70%;
    max-width: 861px;
    margin-top: -1px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  footer .ft_link {
    padding-right: 5vw;
  }
}

.ft_link a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .ft_link .menu-child:not(.menu-child-01) ul {
    display: flex;
    gap: 6em;
  }
  .ft_link .menu-child-01 > ul {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 0 6em;
  }
  .ft_link .menu-child-01 > ul > li > a {
    display: none;
  }
  .ft_link .menu02 {
    margin-top: 2em;
    width: 100%;
  }
  .ft_link .menu02 > ul {
    display: flex;
    gap: 5em;
  }
  .ft_link a:hover {
    color: var(--main-color);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .ft_link .menu-child:not(.menu-child-01) ul {
    gap: 3em;
  }
  .ft_link .menu-child-01 > ul {
    gap: 0 3em;
  }
  .ft_link .menu02 > ul {
    gap: 2.5em;
  }
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 0.7em;
}
.ft_link a {
  display: table;
  position: relative;
  color: inherit;
  font-size: 1.5em;
  letter-spacing: 0.025em;
  color: var(--clr1);
  line-height: 1.6;
}
.ft_link a:hover {
  opacity: 1;
}
.ft_link .menu-child {
  margin-bottom: 4em;
}
.ft_link .menu-child > a {
  display: block;
  font-family: var(--f-jp);
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.025em;
  border-bottom: 1px solid #ACACAC;
  padding-bottom: 0.4em;
  margin-bottom: 1.15em;
  pointer-events: none;
}
.ft_link .menu02 ul li a {
  font-family: var(--f-jp);
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.copyright {
  position: relative;
  z-index: 1;
}
.copyright .textwidget p {
  font-family: var(--f-jp);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.7;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .copyright .textwidget p {
    font-size: clamp(8px, 0.78vw, 14px);
  }
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
.br_auto {
  display: inline-block;
}
@media only screen and (max-width: 319px) {
  .br_auto {
    display: inline;
  }
}

.br_auto_sp {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .br_auto_sp {
    display: inline-block;
  }
}

.br_1170 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .br_1170 {
    display: block;
  }
  .dis_1170 {
    display: none;
  }
}
.br_992 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .br_992 {
    display: block;
  }
  .dis_992 {
    display: none;
  }
}
.br_769 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .br_769 {
    display: block;
  }
  .dis_769 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_769 {
    display: none;
  }
}
.br_750 {
  display: none;
}

@media only screen and (max-width: 750px) {
  .br_750 {
    display: block;
  }
  .in_750 {
    display: inline;
  }
  .dis_750 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_750 {
    display: none;
  }
}
.br_640 {
  display: none;
}

@media only screen and (max-width: 640px) {
  .br_640 {
    display: block;
  }
  .in_640 {
    display: inline;
  }
  .dis_640 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_640 {
    display: none;
  }
}
.br_520 {
  display: none;
}

@media only screen and (max-width: 520px) {
  .br_520 {
    display: block;
  }
  .in_520 {
    display: inline;
  }
  .dis_520 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_520 {
    display: none;
  }
}
.br_480 {
  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: 319px) {
  .br_480 {
    display: none;
  }
}
.br_430 {
  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: 319px) {
  .br_430 {
    display: none;
  }
}
.br_390 {
  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: 319px) {
  .br_390 {
    display: none;
  }
}
.br_375 {
  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: 319px) {
  .br_375 {
    display: none;
  }
}
.br_360 {
  display: none;
}

@media only screen and (max-width: 360px) {
  .br_360 {
    display: block;
  }
  .in_360 {
    display: inline;
  }
  .dis_360 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_360 {
    display: none;
  }
}
.br_320 {
  display: none;
}

@media only screen and (max-width: 320px) {
  .br_320 {
    display: block;
  }
  .in_320 {
    display: inline;
  }
  .dis_320 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_320 {
    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.3333333333% - 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));
  }
}
@media only screen and (max-width: 768px) {
  .flex_gr.col-2 .item {
    width: calc(50% - 2 * var(--size-mg));
  }
  .flex_gr.col-3 .item {
    width: calc(50% - 2 * var(--size-mg));
  }
  .flex_gr.col-4 .item {
    width: calc(50% - 2 * var(--size-mg));
  }
  .flex_gr.col-5 .item {
    width: calc(50% - 2 * var(--size-mg));
  }
}
@media only screen and (max-width: 430px) {
  .flex_gr.col-2 .item {
    width: calc(100% - 2 * var(--size-mg));
  }
  .flex_gr.col-3 .item {
    width: calc(100% - 2 * var(--size-mg));
  }
  .flex_gr.col-4 .item {
    width: calc(100% - 2 * var(--size-mg));
  }
  .flex_gr.col-5 .item {
    width: calc(100% - 2 * var(--size-mg));
  }
  .flex_gr.col-2-sp .item {
    width: calc(50% - 2 * var(--size-mg));
  }
}

.link a {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.txt_vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
}
@media (max-width: 768px) and (orientation: portrait) {
  .txt_vertical {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    transform: none;
  }
}

.txt_main {
  color: var(--main-color) !important;
}

.txt_clr2 {
  color: var(--clr2) !important;
}

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