@charset "UTF-8";
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-jp: "Noto Sans JP", sans-serif;
  --f-en: "Noto Sans JP", sans-serif;
  --main-color: #0ba3e9;
  --clr1: #646464;
  --clr2: #f9b4cc;
  --clr3: #d7ad6f;
  --cl-hv-main: #0b6be9;
  --cl-hv-clr2: #f56195;
  --ttl_size: 30px;
  --wrapper: 90px;
  --border-radius: 10px;
  --line-height-p: 2;
  --value-transition: all .3s;
}

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

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

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

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

a.tel_click {
  text-decoration: none;
  color: inherit;
}

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

table {
  width: 100%;
}

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

.captcha_box iframe {
  height: auto;
}

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

p {
  line-height: var(--line-height-p);
  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: 1210px;
}

.inner_sm {
  max-width: 1020px;
}

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

.txt_ver {
  writing-mode: vertical-rl;
}

@media only screen and (min-width: 769px) {
  .txt_ver_pc {
    writing-mode: vertical-rl;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           WordPress Core                                 */
/*==========================================================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 35px;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                              General                                     */
/*==========================================================================*/
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
.TabContainer .TabContent {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.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;
}
.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: 1.1111em;
  height: 0.6111em;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 101' %3E%3Cpath d='M140.722,100.616 L128.074,88.197 L157.526,59.269 L0.233,59.269 L0.233,41.703 L157.532,41.703 L128.074,12.768 L140.722,0.344 L191.767,50.483 L140.722,100.616 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: 10px;
}
.btn-group .btn {
  font-size: 1em;
}
.btn-group .btn.style01 {
  --cl-mode: var(--main-color);
  width: 100%;
  min-width: 180px;
  max-width: 260px;
  overflow: hidden;
}
.btn-group .btn.style01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6667em;
  height: 100%;
  padding: 0.2em 2.4em;
  font-size: 1.8em;
  letter-spacing: 0.1em;
  font-feature-settings: normal;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s;
  border: 1px solid var(--cl-mode);
  border-radius: 100px;
  color: var(--cl-mode);
  background-color: white;
}
.btn-group .btn.style01 a::after {
  background-color: var(--cl-mode);
}
.btn-group .btn.style01 a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.style01 a:not([target*=_blank]):hover {
    color: white;
    background-color: var(--cl-mode);
  }
  .btn-group .btn.style01 a:not([target*=_blank]):hover::after {
    background-color: white;
  }
}
.btn-group .btn.bg02 {
  --cl-mode: var(--clr2);
}
.btn-group .btn.bg03 {
  --cl-mode: var(--clr3);
}

@media only screen and (max-width: 1024px) {
  .btn-group .btn.style01 a {
    font-size: 1.6em;
    padding-right: 2em;
    padding-left: 2em;
  }
  .btn-group .btn.style01 a::after {
    right: 0.5em;
  }
}
.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%;
  }
}
.br_auto {
  display: inline-block;
}

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

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

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--wrapper);
  z-index: 20;
  font-size: min(0.8vw, 10px);
}

header.active,
.ovh header {
  background-color: #fff;
}
header.active .logo,
.ovh header .logo {
  top: 0;
  left: 0;
}
@media only screen and (min-width: 769px) {
  header.active .hamburger-btn,
  .ovh header .hamburger-btn {
    height: var(--wrapper);
  }
}

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

.logo {
  position: relative;
  top: 0;
  left: 2.3em;
  width: 30%;
  max-width: 433px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--value-transition);
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  width: auto;
}

.right_head {
  width: 69%;
  padding-right: calc(var(--wrapper) + 3px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pc_navi {
  width: 100%;
}
.pc_navi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: center;
  width: 100%;
}
.pc_navi > ul > li {
  position: relative;
  margin-right: 9.9em;
}
.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: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.4444em;
  margin-left: auto;
  margin-right: auto;
  width: 0.5em;
  height: 0.3889em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--main-color);
  transition: var(--value-transition);
}
@media only screen and (min-width: 769px) {
  .pc_navi > ul > li.menu-item-has-children:hover > a::after,
  .pc_navi > ul > li.menu-item-has-children:hover > p::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-weight: 500;
  font-size: 1.8em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: normal;
  transition: var(--value-transition);
  color: var(--clr1);
}
.pc_navi > ul > li > a span,
.pc_navi > ul > li > p span {
  display: block;
  width: 100%;
  padding-top: 0px;
  font-size: 66.6666666667%;
  font-weight: 600;
}
.pc_navi > ul > li:hover a.title::after,
.pc_navi > ul > li:hover p.title::after {
  transform: translateY(5px);
}
.pc_navi > ul .subInner {
  position: absolute;
  width: min(30em, 300px);
  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: 1.4em;
  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 a::before {
  color: var(--main-color);
}

@media only screen and (min-width: 769px) {
  .pc_navi > ul .col2 .subInner {
    width: min(52em, 500px);
  }
  .pc_navi > ul .col2 .subInner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_navi > ul .col2 .subInner ul li {
    width: 50%;
  }
  .pc_navi > ul > li:last-child .subInner {
    right: 135%;
  }
  .menu_toggle .inside .ft_link {
    --size-w-menu01:41%;
    width: 100%;
    max-width: 900px;
    margin: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
    font-size: clamp(8px, 1vw, 10px);
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
  .menu_toggle .inside .ft_link .menu01 {
    width: var(--size-w-menu01);
  }
  .menu_toggle .inside .ft_link .menu02 {
    width: calc(100% - var(--size-w-menu01));
  }
  .menu_toggle .inside .ft_link .menu02 > ul {
    max-height: 31em;
  }
  .menu_toggle .inside .ft_link .menu02 > ul > li {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_navi > ul > li {
    margin-right: 4em;
  }
  .pc_navi > ul > li:last-child .subInner {
    right: 182%;
  }
  .pc_navi > ul .subInner ul li a {
    font-size: 12px;
  }
}
.idx_gallery .list {
  display: flex;
}
.idx_gallery .list .img {
  padding-top: 2em;
}
.idx_gallery .list .img img {
  overflow: hidden;
  border-radius: 0.625em;
  margin: 0 6px;
}

.time_sheet {
  --cl-mode: #fff;
  margin: 0px auto;
  max-width: 600px;
}
.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";
  font-size: min(0.95vw, 10px);
}
.time_sheet table th,
.time_sheet table td {
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: center;
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: 10%;
  border-bottom: 1px solid var(--cl-mode);
  color: var(--cl-mode);
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: 27%;
  padding-left: 0.5em;
  white-space: nowrap;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 12.55%;
  padding-right: 1.5em;
  letter-spacing: 0;
}
.time_sheet table th {
  padding: 1em 0.2em 1.29em;
}
.time_sheet table td {
  padding: 0.9em 0.2em 1.24em;
}
.time_sheet .time_sheet_note {
  margin-top: 17px;
  margin-left: 13px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.85714;
  font-feature-settings: normal;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .time_sheet table th:last-child,
  .time_sheet table td:last-child {
    padding-right: 0.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  :root {
    --ttl_size: 26px;
    --wrapper: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  :root {
    --ttl_size: 24px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
  :root {
    --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: 66px;
  height: 66px;
  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% - 8em);
  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;
}
.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(--clr2);
}
.fixed_banner .tel p .tt::before {
  width: 1.33334em;
  height: 1.33334em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 228 228' %3E%3Cpath d='M227.489,169.509 L227.489,214.111 C227.489,220.704 222.361,226.217 215.748,226.675 C210.225,227.058 205.726,227.273 202.236,227.273 C90.680,227.273 0.250,136.959 0.250,25.533 C0.250,22.057 0.432,17.531 0.823,12.030 C1.289,5.402 6.792,0.307 13.423,0.307 L58.064,0.307 C61.307,0.307 64.031,2.779 64.350,5.989 C64.642,8.867 64.907,11.171 65.161,12.929 C67.667,30.431 72.814,47.446 80.412,63.399 C81.615,65.946 80.832,68.923 78.554,70.525 L51.313,89.989 C67.968,128.730 98.907,159.649 137.716,176.275 L157.159,149.111 C158.798,146.813 161.840,146.047 164.391,147.248 C180.363,154.821 197.389,159.962 214.891,162.429 C216.640,162.696 218.954,162.974 221.833,163.241 C225.059,163.589 227.508,166.270 227.500,169.509 L227.489,169.509 Z'/%3E%3C/svg%3E");
}
.fixed_banner .web p {
  background-color: var(--clr3);
}
.fixed_banner .web p .tt::before {
  width: 1.2778em;
  height: 1.33334em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 229 238' %3E%3Cpath d='M223.868,237.962 L13.170,237.962 C5.893,237.962 -0.001,232.367 -0.001,225.450 L-0.001,50.341 C-0.001,43.430 5.893,37.836 13.170,37.836 L52.669,37.836 L52.669,12.813 C52.669,5.919 58.563,0.307 65.839,0.307 C73.114,0.307 79.009,5.919 79.009,12.813 L79.009,37.836 L158.019,37.836 L158.019,12.813 C158.019,5.919 163.923,0.307 171.189,0.307 C178.464,0.307 184.358,5.919 184.358,12.813 L184.358,37.836 L210.698,37.836 L223.868,37.836 C231.144,37.836 227.764,43.430 227.764,50.341 L227.764,225.450 C227.764,232.367 231.144,237.962 223.868,237.962 ZM108.636,157.745 L85.027,135.322 C79.884,130.442 71.548,130.442 66.405,135.322 C61.263,140.197 61.263,148.106 66.405,153.004 L99.331,184.283 C101.803,186.616 105.153,187.933 108.636,187.933 C112.130,187.933 115.479,186.616 117.952,184.283 L170.621,134.237 C175.774,129.345 175.774,121.435 170.621,116.543 C165.479,111.674 157.152,111.674 152.000,116.543 L108.636,157.745 Z'/%3E%3C/svg%3E");
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    --size: 8em;
    right: 30px;
    font-size: 10px;
    width: 8em;
  }
  .fixed_banner > div {
    width: var(--size);
    margin-bottom: 1em;
  }
  .fixed_banner > div:last-child {
    margin-bottom: 0;
  }
  .fixed_banner p {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .fixed_banner p .tt {
    font-size: 1.8em;
    letter-spacing: 0.05em;
  }
  .fixed_banner p .tt > span {
    writing-mode: vertical-rl;
  }
  .fixed_banner .tel {
    height: 24em;
    transition: var(--value-transition);
  }
  .fixed_banner .tel p {
    padding-top: 3px;
  }
  .fixed_banner .tel .tt > span {
    font-size: 1.333333em;
    letter-spacing: 0.05em;
  }
  .fixed_banner .tel .tt::before {
    margin-bottom: 0.7778em;
  }
  .fixed_banner .web {
    height: 16em;
  }
  .fixed_banner .web p {
    padding-top: 2px;
  }
  .fixed_banner .web p .tt::before {
    margin-bottom: 0.5em;
  }
  .fixed_banner .mail p {
    border-bottom-left-radius: 0.833em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .fixed_banner {
    top: calc(50% - 15em);
    font-size: 8px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .fixed_banner {
    top: calc(40vh - 8em);
  }
  .totop .icon {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .fixed_banner {
    font-size: 7px;
    top: calc(var(--wrapper) + 15em);
  }
}
.ft_logo {
  max-width: 386px;
  margin-left: auto;
  margin-right: auto;
}

.infor_address {
  text-align: center;
}

.infor_tel {
  max-width: 44em;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(8px, 0.7vw, 10px);
}
.infor_tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1667em 0.2381em 0.2381em;
  width: 100%;
  min-height: 1.9048em;
  border-radius: 40px;
  font-size: 4.2em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: white;
  background-color: var(--clr2);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
.infor_tel a > span {
  position: relative;
  z-index: 1;
  padding-left: 1.1429em;
}
.infor_tel a > span::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 3px;
  top: 0.17em;
  width: 0.7381em;
  height: 0.7381em;
  background: url(../images/infor_tel_phone_ico.png) no-repeat center/cover;
}

.idx_gallery_full {
  --size-w-bg: 2439px;
  --size-h-bg: 330px;
  position: relative;
  z-index: 1;
  margin-bottom: 81px;
  height: var(--size-h-bg);
}
@keyframes moveRightToLeft {
  from {
    background-position: 0 0;
  }
  to {
    background-position: calc(var(--size-w-bg) * -1) 0;
  }
}
.idx_gallery_full .decor {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1379px;
  height: 100%;
  font-size: 10px;
}
.idx_gallery_full .decor .item {
  position: absolute;
  background: no-repeat center/cover;
}
.idx_gallery_full .decor .item01 {
  top: -3.3em;
  left: 30px;
  width: 6.2em;
  height: 7.2em;
  background-image: url(../images/gallery_decor01.png);
}
.idx_gallery_full .slider_img {
  --time-run-slide: 40s;
  width: 100%;
  height: 100%;
  background-image: url(../images/gallery_full.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  will-change: background-position;
  animation: moveRightToLeft var(--time-run-slide) linear infinite;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx_gallery_full {
    --size-w-bg: 1848px;
    --size-h-bg: 250px;
  }
}
footer {
  padding: 65px 20px 80px;
  position: relative;
  background: url(../images/ft_bg.jpg) no-repeat center/cover;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  color: #fff;
  text-decoration: none;
}
footer .fblock {
  width: 100%;
}
footer .ft_logo {
  margin-bottom: 19px;
}
footer .infor_address {
  margin-bottom: 22px;
}
footer .infor_tel {
  margin-bottom: 42px;
}
footer .ft_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 89px 30px 29px;
  border-radius: 120px;
  background: no-repeat center/cover;
}
footer .ft_banner_gr {
  margin-top: 8px;
  width: calc(100% + 2 * var(--size-mg));
}
footer .ft_banner_gr .banner {
  max-width: 331px;
}
footer .ft_info {
  width: calc(50% - 20px);
  max-width: 600px;
}
footer .ft_link {
  width: calc(50% - 20px);
  max-width: 574px;
  font-size: min(1vw, 10px);
}
footer .ft_link a {
  color: white;
}

.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 .title {
  margin-bottom: 26px;
  padding-left: 0;
  font-size: calc(var(--ttl_size) + 2px);
  font-weight: 400;
  letter-spacing: 0.1em;
  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.65em;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link a {
  display: table;
  position: relative;
  padding-left: 0.9em;
  color: inherit;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  color: var(--clr1);
  line-height: 1.6;
  font-feature-settings: normal;
}
.ft_link a::before {
  content: "・";
  position: absolute;
  left: -3px;
  top: 0;
  border-radius: 100%;
  width: auto;
  height: auto;
}
.ft_link a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .ft_link a:hover {
    color: var(--main-color);
  }
}

.copyright {
  margin: 31px auto 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
.copyright .flex {
  align-items: center;
  justify-content: center;
  min-height: 40px;
}
.copyright .inner_big {
  max-width: 1135px;
}
.copyright .textwidget {
  display: block;
  line-height: 23px;
  padding-left: 23px;
  margin-left: 23px;
  border-left: 1px solid white;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: inherit;
  font-feature-settings: normal;
  letter-spacing: 0.1em;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 120px;
}

@media only screen and (min-width: 769px) {
  footer .fblock {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .ft_content {
    max-width: 1530px;
    background-image: url(../images/ft_content_bg.jpg);
  }
  footer .ft_banner_gr {
    --size-mg: 9.5px;
  }
  footer .ft_link a:hover {
    opacity: 0.7;
    color: white;
  }
  footer .ft_link .link_list > div > ul > li {
    width: 100%;
  }
  footer .ft_link .menu01 {
    width: 50%;
  }
  footer .ft_link .menu02 {
    width: 50%;
    max-width: 269px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .ft_logo {
    max-width: 320px;
  }
  footer .ft_banner_gr {
    --size-mg: 5px;
  }
}
.idx_map,
.ft_map,
.ud_map {
  border-radius: 20px;
  overflow: hidden;
}
.idx_map iframe,
.ft_map iframe,
.ud_map iframe {
  border: 0;
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

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