@charset "UTF-8";
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-jp: "Noto Sans JP", sans-serif;
  --f-en: "Outfit", sans-serif;
  --main-color: #005aaa;
  --cl-hv-main: #032f5a;
  --clr1: #3e464a;
  --clr2: #d8dfe2;
  --ttl_size: 30px;
  --wrapper: 80px;
  --value-transition: all .3s;
}

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

a:not(.tel_click) {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #64b5f7;
}
a:not(.tel_click):hover, a:not(.tel_click):active {
  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.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;
}

.link > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

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

p {
  line-height: 2;
  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: clip;
}

.inner_big,
.inner,
.inner_sm {
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .inner_big,
  .inner,
  .inner_sm {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .inner_big,
  .inner,
  .inner_sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner_big {
  max-width: 1300px;
}

.inner {
  max-width: 1160px;
}

.inner_sm {
  max-width: 1100px;
}

.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;
  }
  .pc_navi > ul > li > a:hover,
  .pc_navi > ul > li > p:hover {
    text-shadow: none;
  }
}
.accBtn::before, .accBtn::after {
  transition: all 0.3s ease-in-out;
}
.accBtn.triangle, .accBtn.triangle_btt {
  position: relative;
}
.accBtn.triangle::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 20px;
  border-color: inherit;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.accBtn.triangle.rotate::after {
  transform: translateY(-50%) rotateX(180deg);
}
.accBtn.triangle_btt::after {
  content: "";
  position: relative;
  top: 0px;
  width: 0;
  height: 0;
  border-radius: 20px;
  border-color: inherit;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  display: block;
  margin: 10px auto 0;
  transition: all 0.3s ease-in-out;
}
.accBtn.rotate::after {
  transform: rotateX(180deg);
}

.TabContainer:not(.init) .TabContent li:not(.active) {
  display: none;
}
.TabContainer.init .TabContent {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.TabContainer.init .TabContent > ul {
  transition: all 0.3s ease-in-out;
}
.TabContainer.init .TabContent > ul > li {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
}
.TabContainer.init .TabContent > ul > li.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.TabContainer .TabPager {
  display: flex;
  justify-content: space-between;
  min-width: 290px;
}
.TabContainer .TabPager li {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 9px 20px;
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
  width: calc(33.33% - 1px);
  transition: all 0.3s ease;
  cursor: pointer;
  color: #797b7d;
}
.TabContainer .TabPager li p {
  margin: 0;
}
.TabContainer .TabPager li.active {
  background-color: #edf0f5;
  z-index: 1;
}

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

.gMap {
  width: 100%;
  height: 100%;
}

.txt_l {
  float: left;
  width: calc(100% - 385px);
}

.txt_r {
  float: right;
  width: calc(100% - 385px);
}

.image_alone {
  display: table;
  max-width: 500px;
  margin: 0 auto;
  border: 7px solid rgba(231, 231, 231, 0.5);
  border-radius: 11px;
  overflow: hidden;
}

.tel_click {
  text-decoration: none;
}

.en {
  font-family: var(--f-en);
  letter-spacing: 0.04em;
}

.btn a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 0.8966em;
  height: 0.6897em;
  right: 1.3103em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  --mask: url(../images/idx_btn_arr_ico.svg);
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--clr1);
}

.btn-group {
  font-size: 0.625em;
}
.btn-group .btn {
  font-size: 1em;
}
.btn-group .btn.style01 {
  width: 100%;
  min-width: 184px;
  max-width: 235px;
  overflow: hidden;
}
.btn-group .btn.style01 a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 51px;
  padding: 0.5em 2.5em 0.5em 1.35em;
  position: relative;
  z-index: 1;
  font-size: 1.45em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--clr1);
  text-decoration: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid var(--clr2);
  transition: all 0.3s;
  border-radius: 50px;
  transition: var(--value-transition);
}
.btn-group .btn.style01 a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 10%;
  height: 100%;
  border-radius: inherit;
  opacity: 0;
  background-color: var(--main-color);
}
.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;
  }
  .btn-group .btn.style01 a:not([target*=_blank]):hover::before {
    width: 100%;
    opacity: 1;
  }
  .btn-group .btn.style01 a:not([target*=_blank]):hover::after {
    background-color: white;
  }
}
.btn-group .btn.bg01 a {
  background-color: transparent;
  color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.center {
    margin-left: auto;
    margin-right: auto;
  }
}
.btn-group .btn-txt {
  --cl-mode: var(--clr1);
  width: 100%;
  max-width: 130px;
  min-width: 111px;
}
.btn-group .btn-txt a {
  position: relative;
  z-index: 1;
  display: table;
  padding-right: 2.0714em;
  padding-bottom: 2px;
  font-size: 1.4em;
  font-family: var(--f-en);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cl-mode);
  text-decoration: none;
  border-bottom: 1px solid var(--cl-mode);
  transition: var(--value-transition);
}
.btn-group .btn-txt a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 0;
  top: 0.35em;
  width: 1em;
  height: 0.7857em;
  --mask: url(../images/btn_txt_arr_ico.svg);
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--cl-mode);
}
@media only screen and (min-width: 769px) {
  .btn-group .btn-txt a:not([target*=_blank]):hover {
    --cl-mode:var(--main-color);
  }
}

.slick-arrow {
  display: block;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  position: absolute;
  top: 37%;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
}
.slick-arrow:focus {
  outline: 0;
}

.slick-prev {
  left: -55px;
}

.slick-next {
  right: -55px;
}

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1080px) {
  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_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) {
  .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;
  }
}
@media only screen and (max-width: 768px) {
  .br_750 {
    display: block;
  }
  .dis_750 {
    display: none;
  }
}
@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                                */
/*==========================================================================*/
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 .social .item,
.ovh header .social .item {
  background-color: #ececec;
}
@media only screen and (min-width: 769px) {
  header.active .hd_tel_logo,
  .ovh header .hd_tel_logo {
    margin-top: 5px;
    font-size: 2em;
  }
  header.active .hd_tel_logo a,
  .ovh header .hd_tel_logo a {
    color: var(--main-color);
  }
  header.active .logo .first,
  .ovh header .logo .first {
    height: 0;
    width: 0;
    opacity: 0;
  }
  header.active .logo .active,
  .ovh header .logo .active {
    height: 27px;
    width: 155px;
    opacity: 1;
  }
}

.header_top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 50px);
  justify-content: space-between;
  margin: 0 auto;
  padding: 5px 20px;
  height: 100%;
  transition: all 0.3s;
}

h1 {
  position: absolute;
  overflow: hidden;
  height: 0;
  width: 0;
  padding: 0;
  border: 0;
}

.logo {
  position: relative;
  top: 0;
  width: 25%;
  max-width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: var(--value-transition);
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .logo .first {
    position: relative;
  }
  .logo .active {
    height: 0;
    width: 0;
    opacity: 0;
  }
  .logo > div {
    transition: var(--value-transition);
  }
}

.hd_tel_logo {
  display: table;
  margin-top: 0.6em;
  font-size: 2.4em;
  transition: var(--value-transition);
}
.hd_tel_logo a {
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  font-family: var(--f-en);
  letter-spacing: 0.04em;
  color: white;
  white-space: nowrap;
}
.hd_tel_logo a .txt {
  position: relative;
  top: 1px;
  font-size: 0.6792453em;
  letter-spacing: 0.04em;
}

.social {
  --size-h-item: 4.2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1em;
}
.social .item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--size-h-item);
  background-color: white;
}
.social .item .ico {
  width: 2em;
  height: 2em;
  background: no-repeat center/cover;
}
.social .item .ttl {
  margin-bottom: 0;
  font-size: 1.4em;
}
.social .btn_en {
  width: 15.1em;
  border-radius: 50px 50px;
}
.social .btn_en .ttl {
  position: relative;
  z-index: 1;
  padding-right: 1.4286em;
  margin-left: 0.7143em;
  font-family: var(--f-en);
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 1.5;
}
.social .btn_en .ttl::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1em;
  height: 0.7857em;
  --mask: url(../images/hd_social_btn_arr_ico.svg);
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--clr1);
}
.social .btn_en .ico {
  background-image: url(../images/hd_btn_en_ico.svg);
}
.social .instagram {
  width: var(--size-h-item);
  border-radius: 50%;
}
.social .instagram .ico {
  background-image: url(../images/instagram_ico.png);
}

.right_head {
  --size-w-social: 20.3em;
  width: 72%;
  max-width: 776px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pc_navi {
  width: 100%;
}
.pc_navi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}
.pc_navi > ul > li {
  position: relative;
}
.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: 9px;
  height: 5px;
  position: absolute;
  bottom: -0.5em;
  left: calc(50% - 4.5px);
  transition: all 0.5s ease;
  /*border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  width: 0;
  height: 0;*/
}
.pc_navi > ul > li.menu-item-has-children > a:hover::after,
.pc_navi > ul > li.menu-item-has-children > p:hover::after {
  transform: translateY(5px);
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1.3em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
  color: var(--clr1);
}
.pc_navi > ul > li > a:hover,
.pc_navi > ul > li > p:hover {
  opacity: 0.8;
  color: var(--main-color);
}
.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: 220px;
  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: 1em 0.5em 1em 1.5em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0px;
}
.pc_navi > ul .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-54%);
  font-size: 1em;
}

@media only screen and (min-width: 769px) {
  header:not(.active) {
    top: -2.6em;
  }
  header:not(.active) .logo {
    top: 5.5em;
  }
  header:not(.active) .pc_navi {
    color: white;
  }
  header:not(.active) .pc_navi > ul > li > a,
  header:not(.active) .pc_navi > ul > li > p {
    color: white;
  }
  .right_head {
    justify-content: space-between;
  }
  .right_head .pc_navi {
    width: calc(100% - var(--size-w-social) - 2.4em);
  }
  .right_head .social {
    width: var(--size-w-social);
  }
  .right_head .txt_top {
    display: flex;
    margin-bottom: 0.5em;
  }
  .right_head .txt_top > p {
    margin-bottom: 0;
    font-size: 1.05em;
    letter-spacing: 0.1em;
  }
  .right_head .txt_top > p:not(:last-child) {
    margin-right: 1em;
  }
  .pc_navi > ul .col2 .subInner {
    width: min(52em, 400px);
  }
  .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: 900px;
    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: 1366px) {
  header:not(.active) .header_top {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .pc_navi > ul .subInner ul li a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  header {
    font-size: min(0.9vw, 9px);
  }
  .right_head .social {
    font-size: 0.8em;
  }
  .right_head .pc_navi {
    width: calc(100% - 15.5em);
    font-size: 1.2em;
  }
  .hd_tel_logo {
    font-size: 2em;
  }
  header.active .logo .active,
  .ovh header .logo .active {
    width: 120px;
  }
  header.active .hd_tel_logo,
  .ovh header .hd_tel_logo {
    margin-top: 3px;
  }
  .header_top {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .logo {
    width: 20%;
  }
  .right_head {
    width: 78%;
  }
  :root {
    --wrapper: 70px;
  }
}
.time_sheet_key {
  --cl-mode: var(--clr1);
  max-width: 33.2em;
  font-size: min(0.8vw, 10px);
}
.time_sheet_key.white {
  --cl-mode: white;
}
.time_sheet_key .ts_note {
  display: block;
  margin-top: 8px;
  font-size: 1.05em;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.56;
  color: var(--cl-mode);
}
.time_sheet_key .ts_note .line {
  display: flex;
}
.time_sheet_key table {
  --size-w-first-th: 10%;
}
.time_sheet_key table th,
.time_sheet_key table td {
  width: 7%;
  border: 1px solid var(--cl-mode);
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  text-align: center;
  color: var(--cl-mode);
}
.time_sheet_key table th:first-child,
.time_sheet_key table td:first-child {
  width: var(--size-w-first-th);
}
.time_sheet_key table th:last-child,
.time_sheet_key table td:last-child {
  letter-spacing: 0;
}
.time_sheet_key table th > span,
.time_sheet_key table td > span {
  display: block;
  margin-bottom: 1px;
  font-size: 0.875em;
  line-height: 1.34571;
  letter-spacing: 0.1em;
}
.time_sheet_key table th {
  padding: 0.5em 0.2em 0.65em;
}
@media only screen and (min-width: 769px) {
  .time_sheet_key table th:first-child {
    padding-left: 0.9em;
  }
}
.time_sheet_key table td {
  padding: 0.45em 0.2em 0.5em;
}

.time_sheet {
  margin: 0px auto;
}
.time_sheet .cl-red {
  font-size: 0.857143em;
  color: #c63d40;
}
.time_sheet .ts_note {
  margin-top: 12px;
  margin-left: -2px;
  line-height: 2;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.time_sheet .ts_note > p {
  margin-bottom: 7px;
  line-height: 1.5;
}
.time_sheet .ts_note > p:last-child {
  margin-bottom: 0;
}
.time_sheet .ts_note .line01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.time_sheet .ts_note .line02 {
  display: flex;
}
.time_sheet .ts_note .line02 .cl-red {
  font-size: 1em;
}
.time_sheet table {
  font-size: min(1.05vw, 10px);
}
.time_sheet table .cl-red {
  display: block;
  line-height: 1.3333;
  letter-spacing: 0.1em;
}
.time_sheet table th,
.time_sheet table td {
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: center;
  width: 7%;
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border: 1px solid rgba(216, 223, 226, 0.5);
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: 11.5%;
}
.time_sheet table th {
  padding: 1.4em 0.2em 1.4em;
  background-color: #f8f9fa;
}
.time_sheet table th:last-child {
  letter-spacing: 0;
}
.time_sheet table td {
  padding: 0.8em 0.2em 0.85em;
}

.totop {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 45px;
  right: 95px;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  background-image: url(../images/totop.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0px;
  width: 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;
  }
}
.idx_gallery ul {
  display: flex;
}
.idx_gallery ul li .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--main-color);
  width: 300px;
  height: 300px;
}
.idx_gallery ul li .img01 {
  background-image: url(../images/idx_gallery01.jpg);
}
.idx_gallery ul li .img02 {
  background-image: url(../images/idx_gallery02.jpg);
}
.idx_gallery ul li .img03 {
  background-image: url(../images/idx_gallery03.jpg);
}
.idx_gallery ul li .img04 {
  background-image: url(../images/idx_gallery04.jpg);
}
.idx_gallery ul li .img05 {
  background-image: url(../images/idx_gallery05.jpg);
}

.fixed_banner {
  position: fixed;
  top: 177px;
  right: 0px;
  z-index: 15;
  transition: right 0.3s ease-in-out;
}
.fixed_banner:hover {
  right: 0;
}
.fixed_banner > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid var(--clr2);
  background-color: white;
}
.fixed_banner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.fixed_banner p {
  margin-bottom: 0;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: var(--clr1);
}
.fixed_banner p::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  display: block;
  width: 100%;
  margin-bottom: 8px;
  display: none;
}
@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
  }
  .fixed_banner > div {
    width: 4.5em;
    height: 6.7em;
  }
  .fixed_banner > div:not(:first-child) {
    border-top: none;
  }
  .fixed_banner p {
    font-size: 1.3em;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .fixed_banner .tel {
    height: 6.8em;
  }
  .fixed_banner .web {
    height: 11em;
  }
  .fixed_banner .web p::before {
    height: 1.9333em;
  }
  .fixed_banner .time {
    height: 9.55em;
  }
  .fixed_banner .fixed04 {
    height: 9.25em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px), (min-width: 769px) and (max-height: 720px) {
  .fixed_banner {
    font-size: 8.75px;
  }
  .totop {
    right: 10px;
  }
  .totop .icon {
    width: 60px;
    height: 60px;
  }
}
.infor_address {
  line-height: 1.5;
}

.infor_tel02 {
  display: table;
  font-size: min(0.8vw, 10px);
}
.infor_tel02 a {
  text-decoration: none;
  font-size: 4em;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--main-color);
  font-family: var(--f-en);
  white-space: nowrap;
}
.infor_tel02 a .txt {
  font-size: 0.675em;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.infor_btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 1em 2.5em 1em 2em;
  max-width: 175px;
  min-height: 6.1em;
  font-size: min(0.8vw, 10px);
  border-radius: 5px;
  background-color: var(--main-color);
  transform: var(--value-transition);
}
.infor_btn::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 2em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.4em;
  height: 1.1em;
  background: url(../images/infor_btn_arr.svg) no-repeat center/cover;
}
.infor_btn .ttl {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: white;
}
@media only screen and (min-width: 769px) {
  .infor_btn:has(a:not([target*=_blank])):hover {
    background-color: var(--cl-hv-main);
  }
}

footer {
  padding: 99px 0 0;
  position: relative;
  background-color: white;
}
footer .inner {
  max-width: 1280px;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  text-decoration: none;
}
footer .ft_logo {
  max-width: 421px;
  margin-bottom: 30px;
}
footer .infor_address {
  padding-top: 25px;
  margin-bottom: 16px;
  background: url(../images/ft_line.svg) repeat-x left top/auto 1px;
}
footer .ft_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: min(1vw, 10px);
}
footer .ft_row > div {
  font-size: 1em;
}
footer .ft_row .infor_tel02 {
  width: calc(66% - 10px);
}
footer .ft_row .infor_btn {
  width: 34%;
}
footer .time_sheet {
  margin-top: 29px;
}
footer .btn-group {
  --size-mg: 7.5px;
  margin-top: 28px;
  justify-content: flex-start;
}
footer .btn-group .btn.style01 {
  max-width: 184px;
  min-width: 120px;
}
footer .ft_info {
  position: relative;
  z-index: 2;
  width: 100%;
}
footer .ft_info .box_l_catch {
  max-width: 527px;
  margin-left: auto;
  margin-right: auto;
}
footer .ft_info .box_l {
  padding-left: 40px;
  padding-right: 58px;
}
footer .ft_info .box_r {
  max-width: 553px;
}
@media only screen and (min-width: 769px) {
  footer .ft_info {
    --size-w-right-box: 45%;
    position: relative;
    right: -10px;
    display: flex;
    justify-content: space-between;
  }
  footer .ft_info .box_l {
    width: calc(100% - var(--size-w-right-box));
  }
  footer .ft_info .box_r {
    width: var(--size-w-right-box);
  }
}

.ft_link {
  font-size: min(0.85vw, 10px);
  width: 100%;
}
.ft_link a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .ft_link {
    --size-menu01: 23%;
    --size-menu02-child01: 30.5%;
    --size-menu02-child02: 24.3%;
  }
  .ft_link .menu01 {
    width: var(--size-menu01);
  }
  .ft_link .menu02 {
    position: relative;
    z-index: 1;
    padding-left: 4em;
    width: calc(100% - var(--size-menu01));
  }
  .ft_link .menu02::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    left: 0;
    top: 0;
    width: 2px;
    height: calc(100% - 3em);
    background: url(../images/ft_menu_line_vertical.svg) repeat-y left top/1px auto;
  }
  .ft_link .menu02 > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ft_link .menu02 > ul > li {
    display: table;
  }
  .ft_link .menu02 > ul > li:nth-child(1) {
    width: var(--size-menu02-child01);
  }
  .ft_link .menu02 > ul > li:nth-child(2) {
    width: var(--size-menu02-child02);
  }
  .ft_link .menu02 > ul > li:nth-child(3) {
    width: calc(100% - var(--size-menu02-child01) - var(--size-menu02-child02) - 5%);
  }
  .ft_link ul li {
    width: 100%;
  }
}
.ft_link .ttl {
  margin-bottom: 25px;
  font-size: 2.6em;
  font-weight: 400;
  font-family: var(--f-en);
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
  pointer-events: none;
  font-family: var(--f-en);
}
.ft_link .ttl::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 1.15em;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
}
.ft_link li.last {
  margin-bottom: 29px;
}
.ft_link li:last-child {
  margin-bottom: 0;
}
.ft_link li a {
  display: inline-flex;
  position: relative;
  z-index: 1;
  color: white;
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: var(--value-transition);
}
.ft_link li a::before {
  position: absolute;
  left: 0;
}
.ft_link .menu_catch > ul > li {
  margin-bottom: 11.5px;
}
.ft_link .menu_catch > ul > li > a {
  padding-left: 1.25em;
}
.ft_link .menu_catch > ul > li > a::before {
  content: "";
  top: 0.7em;
  width: 0.3125em;
  height: 0.3125em;
  background-color: #fff;
}
.ft_link .menu_catch li.is_ttl > a {
  margin-bottom: 0.7188em;
  pointer-events: none;
}
.ft_link .menu_catch li.is_ttl > ul {
  padding-left: 2em;
}
.ft_link .menu_catch li.is_ttl > ul > li:not(.is_ttl_second) > a {
  padding-left: 0.8125em;
}
.ft_link .menu_catch li.is_ttl > ul > li:not(.is_ttl_second) > a::before {
  content: "-";
}
.ft_link .menu_catch li.is_ttl_second > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em 0.5em;
  margin-top: 0.4286em;
  margin-bottom: 1em;
  min-height: 1.9286em;
  max-width: 8.2857em;
  border-radius: 20px;
  font-weight: 500;
  font-size: 1.4em;
  color: var(--main-color);
  background-color: white;
  pointer-events: none;
}
.ft_link .menu_catch li.is_ttl_second > a::before {
  display: none;
}
.ft_link .menu_catch li.is_ttl_second > ul > li > a {
  padding-left: 0.75em;
}
.ft_link .menu_catch li.is_ttl_second > ul > li > a::before {
  content: "-";
}

.copyright {
  margin: 0 auto 0;
  padding: 17px 0px 23px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .copyright {
    position: absolute;
    z-index: 1;
    left: calc((100% - 1100px) / 2);
    bottom: 75px;
  }
}
.copyright .inner_big {
  max-width: 1102px;
}
.copyright .textwidget p {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  color: white;
}

@media only screen and (min-width: 769px) {
  .ft_link .menu_catch li.is_ttl.menu_col02 > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ft_link .menu_catch li.is_ttl.menu_col02 > ul > li {
    width: calc(50% - 10px);
  }
  .ft_link .menu_catch li.is_ttl.menu_col02 > ul > li.w_full {
    margin-top: -10px;
    width: 100%;
  }
  .ft_link .menu_catch li.is_ttl.menu_col02 > ul > li.space02 {
    position: relative;
    top: -9px;
  }
  .ft_link .menu_catch li.is_ttl.menu_col02.col02_pos01 > ul > li:nth-child(1) {
    width: 59%;
  }
  .ft_link .menu_catch li.is_ttl.menu_col02.col02_pos01 > ul > li:nth-child(2) {
    width: 39%;
  }
  footer .ft_link {
    position: relative;
    z-index: 1;
    padding-top: 259px;
    padding-bottom: 76px;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .ft_link::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    left: calc(50% - 50vw);
    top: 1px;
    width: 100vw;
    height: 100%;
    background: url(../images/ft_bg.jpg) repeat-x center top 8px/1280px auto;
  }
  footer .ft_link .menu01 {
    padding-bottom: 75px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .copyright {
    left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .ft_logo {
    max-width: 300px;
  }
  footer .ft_info .box_l {
    padding-left: 10px;
    padding-right: 30px;
  }
  footer .ft_link {
    padding-top: 100px;
  }
  footer .ft_link::before {
    top: -100px;
    height: calc(100% + 100px);
    background-size: cover;
  }
  .copyright {
    bottom: 50px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

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