@charset "UTF-8";
:root {
  --f-mincho: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --f-jp: "Noto Serif JP", serif;
  --f-en: "Zen Old Mincho", serif;
  --f-zenkaku: "Zen Kaku Gothic Antique", sans-serif;
  --f-cormorant: "Cormorant Infant", serif;
  --main-color: #2fafcd;
  --clr1: #4b5b63;
  --clr2: #d1b683;
  --clr3: #003a57;
  --clr4: #5a666a;
  --ttl_size: 28px;
  --wrapper: 100px;
  --border-radius:0px;
}

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

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

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

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

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

@media only screen and (min-width: 769px) {
  a:not([target*=_blank]) {
    -webkit-transition: opacity 0.3s ease;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.red {
  color: #ca0a0a !important;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media only screen and (min-width: 769px) {
  .txt_ver_pc {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            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;
  }
}
@media only screen and (min-width: 451px) {
  .sp_450 {
    display: none !important;
  }
}
@media only screen and (min-width: 370px) {
  .sp_320 {
    display: none !important;
  }
}
.TabContainer .TabContent {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.TabContainer .TabContent .content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  position: relative;
  top: -1px;
  z-index: 0;
  border: 1px solid #73bcd3;
}
.TabContainer .TabContent .content > div {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 79px 79px;
}
.TabContainer .TabContent .content > div.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.TabContainer .TabPager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px auto;
  position: relative;
  z-index: 2;
  border-bottom: 4px solid var(--main-color);
}
.TabContainer .TabPager > div {
  background-color: #70d6ee;
  position: relative;
  margin: 0;
  width: calc((100% - 2px) / 2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #ffffff;
  margin-right: 2px;
}
.TabContainer .TabPager > div:last-child {
  margin-right: 0;
}
.TabContainer .TabPager > div::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 20px;
  background-color: var(--main-color);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.TabContainer .TabPager > div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  padding: 18px 20px 17px;
  background-color: #70d6ee;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.TabContainer .TabPager > div p span {
  text-transform: uppercase;
  line-height: 1;
  font-size: 12px;
  font-family: var(--f-cormorant);
  font-weight: 400;
  margin-top: 3px;
}
.TabContainer .TabPager > div.active {
  background-color: var(--main-color);
  z-index: 1;
}
.TabContainer .TabPager > div.active::before {
  opacity: 1;
}
.TabContainer .TabPager > div.active p {
  background-color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .TabContainer .TabPager > div:not(.active):hover .tt {
    background-color: #2fc1e3;
  }
}

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

.cm_btn {
  max-width: 326px;
  width: 100%;
}
.cm_btn a {
  color: #ffffff;
  display: block;
  width: 100%;
  text-decoration: none;
  background-color: var(--clr2);
  padding: 1.125em 1.25em 1.125em 1.5em;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 0;
}
.cm_btn a::after {
  content: "";
  position: absolute;
  top: 0.0625em;
  right: -2.3125em;
  bottom: 0;
  margin: auto;
  background: url(../images/ic_arrow.png) no-repeat center/contain;
  width: 4.625em;
  height: 0.3125em;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cm_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  z-index: -1;
}
.cm_btn a:hover {
  color: #ffffff;
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .cm_btn a:not([target*=_blank]):hover::before {
    width: 100%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .cm_btn a:not([target*=_blank]):hover::after {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

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

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

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

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

.slick-prev {
  left: -1em;
}

.slick-next {
  right: -1em;
}

.br_auto {
  display: inline-block;
}

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .TabContainer .TabPager > div p {
    font-size: 20px;
  }
  .TabContainer .TabPager > div p .en {
    font-size: 11px;
  }
  .TabContainer .TabContent .content > div {
    padding: 50px 30px;
  }
}
@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%;
  --h_hd: 6.875em;
  height: var(--h_hd);
  z-index: 20;
}

.under header {
  background-color: #ffffff;
}

header.active,
.ovh header {
  background-color: #fff;
}
header.active .header_top,
.ovh header .header_top {
  padding-top: 0.3125em;
}
header.active .logo,
.ovh header .logo {
  top: 0;
}
header.active .logo img,
.ovh header .logo img {
  -webkit-filter: unset;
          filter: unset;
}

.home_page .logo {
  top: 1.375em;
}
.home_page .logo img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.home_page .header_top {
  padding-top: 0.25em;
}

.header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0.3125em 8.5em 0.3125em 2.8125em;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo {
  width: 25%;
  max-width: 20.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}

.right_head {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pc_navi {
  width: 100%;
}
.pc_navi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  width: 100%;
}
.pc_navi > ul > li {
  position: relative;
}
.pc_navi > ul > li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 2.25em;
  background-color: #e6e8ea;
}
.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: "";
  width: 0.625em;
  height: 0.375em;
  position: absolute;
  bottom: -0.5625em;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: var(--main-color);
}
.pc_navi > ul > li.menu-item-has-children > a:hover::after,
.pc_navi > ul > li.menu-item-has-children > p:hover::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  height: 2.5em;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: var(--clr3);
  padding: 0 2.1875em;
}
.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 {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.pc_navi > ul .subInner {
  position: absolute;
  width: 20em;
  right: 50%;
  bottom: -15px;
  padding-top: 0px;
  -webkit-transform: translate(50%, 100%);
          transform: translate(50%, 100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  padding-top: 0.5em;
}
.pc_navi > ul .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul .subInner ul {
  background-color: var(--main-color);
  padding-bottom: 0.625em;
}
.pc_navi > ul .subInner ul li {
  padding: 0 0.625em;
}
.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);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 0.875em;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.05em;
}
.pc_navi > ul .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.6em;
  -webkit-transform: translateY(-54%);
          transform: translateY(-54%);
}

@media only screen and (min-width: 769px) {
  .pc_navi > ul .col2 .subInner {
    width: 40em;
  }
  .pc_navi > ul .col2 .subInner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pc_navi > ul .col2 .subInner ul li {
    width: 50%;
  }
  .menu_toggle .inside .ft_link {
    width: 100%;
    max-width: 1030px;
    margin: auto;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
  .menu_toggle .inside .ft_link .menu01 {
    width: 30%;
  }
  .menu_toggle .inside .ft_link .menu01 > ul {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .menu_toggle .inside .ft_link .menu01 > ul > li {
    width: 100%;
  }
  .menu_toggle .inside .ft_link .menu02 {
    margin-top: 0;
    width: 65%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .menu_toggle .inside .ft_link li {
    margin-bottom: 12px;
  }
  .menu_toggle .inside .ft_link li.tl_mn > a {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .menu_toggle .inside .ft_link .title {
    margin-bottom: 20px;
    font-size: 34px;
  }
  .menu_toggle .inside .ft_link .menu02 > ul > li.li_1 {
    margin-bottom: 9px;
  }
  .menu_toggle .inside .ft_link .menu02 > ul > li.li_1 > ul {
    max-height: 8em;
  }
  .menu_toggle .inside .ft_link .menu02 > ul > li.li_2 > ul {
    max-height: 13em;
  }
  .pc_navi > ul > li.menu-item-has-children > a::after, .pc_navi > ul > li.menu-item-has-children > p::after {
    bottom: -0.1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  header {
    font-size: min(15px, 1.5vw);
    --h_hd: 5.875em;
  }
  .pc_navi > ul > li > a,
  .pc_navi > ul > li p {
    padding: 0 1.1875em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .home_page .logo {
    top: 0.375em;
  }
  .header_top {
    padding-right: 7.5em;
    padding-left: 1.8125em;
  }
  .home_page .header_top {
    padding-top: 0;
  }
  .menu_toggle .inside .ft_link {
    max-width: 900px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .menu_toggle .inside .ft_link .menu01 {
    width: 29%;
  }
  .menu_toggle .inside .ft_link .menu02 {
    width: 70%;
  }
  .menu_toggle .inside .ft_link .menu02 > ul .sub-menu li {
    width: 49%;
  }
  .menu_toggle .inside .ft_link .menu02 > ul .sub-menu li:first-child {
    width: 50%;
  }
  .menu_toggle .inside .ft_link .menu02 > ul li.li_1 > ul {
    max-height: 9em;
  }
  .menu_toggle .inside .ft_link .menu02 > ul li.li_2 > ul {
    max-height: 15em;
  }
}
.idx_gallery .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idx_gallery .list .item {
  margin: 2px 1px;
}
.idx_gallery .list .item .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 407px;
  height: 400px;
  overflow: hidden;
}
.idx_gallery .list .item.slick-slide .img01 {
  background-image: url(../images/idx_gallery01.jpg);
}
.idx_gallery .list .item.slick-slide .img02 {
  background-image: url(../images/idx_gallery02.jpg);
}
.idx_gallery .list .item.slick-slide .img03 {
  background-image: url(../images/idx_gallery03.jpg);
}
.idx_gallery .list .item.slick-slide .img04 {
  background-image: url(../images/idx_gallery04.jpg);
}
.idx_gallery .list .item.slick-slide .img05 {
  background-image: url(../images/idx_gallery05.jpg);
}

.time_sheet .note {
  margin-top: 17px;
}
.time_sheet .note p {
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 14px;
  line-height: 1.71428;
  margin-bottom: 5px;
}
.time_sheet .note p:last-child {
  margin-bottom: 0;
}
.time_sheet .note .tt_dot {
  position: relative;
  top: 0.2857142857em;
}
.time_sheet table {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.time_sheet table .symbol {
  color: transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  border: 0;
}
.time_sheet table .symbol::before {
  position: absolute;
  left: 0;
  right: 0;
  content: "-";
  color: #333333;
  text-align: center;
  font-size: inherit;
}
.time_sheet table th,
.time_sheet table td {
  letter-spacing: 0.1em;
  width: 8.9%;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
  padding-left: 0;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 12%;
  padding-left: 0.8em;
  text-align: left;
}
.time_sheet table th {
  padding: 1.125em 0.2em 1.125em;
  background-color: var(--main-color);
  color: #ffffff;
  border: 0;
  font-weight: 500;
}
.time_sheet table td {
  padding: 0.625em 0.2em 0.5625em;
  color: var(--main-color);
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: center;
  border-bottom: 1px solid #aaaaaa;
}
.time_sheet table td:first-child {
  color: #333;
  font-size: 0.9375em;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding-top: 0.6666666667em;
  padding-bottom: 0.6em;
}
.time_sheet table td:first-child .clr1 {
  color: var(--main-color);
}
.time_sheet.tb_white table .symbol::before {
  color: #ffffff;
}
.time_sheet.tb_white table th {
  background-color: #ffffff;
  color: var(--main-color);
  font-weight: 400;
}
.time_sheet.tb_white table td {
  color: #ffffff;
  border-color: #ffffff;
}
.time_sheet.tb_white table td:first-child {
  color: #ffffff;
}
.time_sheet.tb_white table td:first-child .clr1 {
  color: #ffffff;
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
  :root {
    --ttl_size: 22px;
    --wrapper: 80px;
  }
}
.totop {
  -webkit-transition: all 0.3s ease;
  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;
  background-color: #ffffff;
  border-radius: 50%;
  border: 0px;
  width: 80px;
  height: 80px;
  margin: 0;
  -webkit-box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 769px) {
  .totop:hover .icon {
    opacity: 0.9;
    -webkit-animation-name: bounces;
            animation-name: bounces;
  }
}
.bounce {
  -webkit-animation-name: bounces;
          animation-name: bounces;
}

.animateds {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bounces {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounces {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
.fixed_banner {
  position: fixed;
  right: 0px;
  z-index: 15;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fixed_banner > div {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed_banner a {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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: #ddc596;
}
.fixed_banner .tel p .tt::before {
  width: 1.375em;
  height: 1.375em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M21.997,20.744 C21.997,21.608 20.989,22.002 20.051,22.002 C9.010,21.354 0.587,12.967 -0.014,2.054 C-0.115,1.059 0.246,0.341 0.911,0.096 C0.959,0.067 1.009,0.046 1.065,0.030 C1.085,0.026 1.099,0.011 1.120,0.007 C1.140,0.003 1.158,0.010 1.178,0.008 C1.198,0.006 1.216,-0.004 1.237,-0.004 L7.724,-0.004 C7.743,-0.004 7.759,0.005 7.778,0.007 C7.826,0.010 7.871,0.020 7.916,0.034 C7.952,0.046 7.985,0.057 8.018,0.074 C8.058,0.095 8.093,0.120 8.128,0.148 C8.159,0.173 8.186,0.198 8.212,0.228 C8.239,0.259 8.260,0.293 8.281,0.329 C8.303,0.368 8.320,0.406 8.334,0.449 C8.340,0.468 8.353,0.482 8.357,0.502 L9.668,6.330 C9.716,6.544 9.653,6.766 9.502,6.922 L7.483,9.012 C8.853,11.268 10.746,13.156 13.012,14.520 L15.060,12.490 C15.217,12.334 15.442,12.269 15.659,12.316 L21.491,13.628 C21.510,13.632 21.525,13.645 21.543,13.651 C21.587,13.665 21.626,13.683 21.665,13.706 C21.700,13.725 21.732,13.745 21.762,13.771 C21.795,13.799 21.822,13.829 21.849,13.863 C21.874,13.895 21.897,13.926 21.916,13.962 C21.935,13.998 21.948,14.036 21.960,14.076 C21.973,14.118 21.982,14.159 21.986,14.203 C21.988,14.223 21.997,14.240 21.997,14.261 L21.997,20.744 ZM13.553,15.807 C13.526,15.834 13.492,15.847 13.462,15.868 C13.435,15.887 13.412,15.906 13.383,15.920 C13.292,15.966 13.196,15.996 13.096,15.996 C13.096,15.996 13.096,15.996 13.096,15.996 C13.096,15.996 13.096,15.996 13.096,15.996 C13.095,15.996 13.095,15.996 13.094,15.996 C12.996,15.996 12.901,15.966 12.810,15.922 C12.800,15.917 12.788,15.919 12.778,15.913 C9.980,14.344 7.668,12.039 6.090,9.248 C6.081,9.232 6.081,9.215 6.074,9.199 C6.065,9.179 6.061,9.159 6.054,9.139 C6.032,9.076 6.016,9.014 6.014,8.950 C6.014,8.938 6.016,8.927 6.017,8.915 C6.018,8.843 6.028,8.775 6.053,8.708 C6.058,8.694 6.067,8.682 6.073,8.669 C6.101,8.606 6.135,8.548 6.183,8.496 C6.187,8.491 6.189,8.484 6.194,8.479 L8.326,6.273 L7.206,1.294 L1.346,1.294 C1.312,1.345 1.242,1.591 1.279,1.954 C1.845,12.225 9.756,20.098 20.089,20.706 C20.293,20.705 20.560,20.644 20.700,20.581 L20.700,14.779 L15.721,13.659 L13.553,15.807 Z'/%3E%3C/svg%3E");
}
.fixed_banner .web p {
  background-color: #d1b683;
}
.fixed_banner .web p .tt::before {
  width: 1.375em;
  height: 1.25em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22px' height='20px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M20.266,20.002 L1.737,20.002 C0.779,20.002 -0.000,19.295 -0.000,18.425 L-0.000,3.685 C-0.000,2.814 0.779,2.106 1.737,2.106 L5.790,2.106 L5.790,0.527 C5.790,0.235 6.049,0.000 6.369,0.000 C6.689,0.000 6.948,0.235 6.948,0.527 L6.948,4.740 C6.948,5.028 6.689,5.264 6.369,5.264 C6.049,5.264 5.790,5.028 5.790,4.740 L5.790,3.159 L1.737,3.159 C1.418,3.159 1.158,3.395 1.158,3.685 L1.158,18.425 C1.158,18.713 1.418,18.950 1.737,18.950 L20.266,18.950 C20.585,18.950 20.845,18.713 20.845,18.425 L20.845,3.685 C20.845,3.395 20.585,3.159 20.266,3.159 L19.108,3.159 C18.788,3.159 18.529,2.925 18.529,2.632 C18.529,2.340 18.788,2.106 19.108,2.106 L20.266,2.106 C21.224,2.106 22.003,2.814 22.003,3.685 L22.003,18.425 C22.003,19.295 21.224,20.002 20.266,20.002 ZM15.633,5.264 C15.314,5.264 15.055,5.028 15.055,4.740 L15.055,3.159 L9.843,3.159 C9.523,3.159 9.264,2.925 9.264,2.632 C9.264,2.340 9.523,2.106 9.843,2.106 L15.055,2.106 L15.055,0.527 C15.055,0.235 15.314,0.000 15.633,0.000 C15.954,0.000 16.213,0.235 16.213,0.527 L16.213,4.740 C16.213,5.028 15.954,5.264 15.633,5.264 ZM14.356,9.631 C14.582,9.425 14.948,9.425 15.174,9.631 C15.400,9.833 15.400,10.170 15.174,10.374 L10.542,14.586 C10.429,14.689 10.281,14.737 10.133,14.737 C9.985,14.737 9.836,14.689 9.724,14.586 L6.828,11.953 C6.602,11.748 6.602,11.414 6.828,11.206 C7.055,11.004 7.421,11.004 7.647,11.206 L10.133,13.468 L14.356,9.631 Z'/%3E%3C/svg%3E");
}
.fixed_banner .mail p {
  background-color: #c2a05e;
}
.fixed_banner .mail p .tt::before {
  width: 1.375em;
  height: 1.5em;
  --mask: url("../images/ic_mail.png");
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    top: 27.3em;
    font-size: 10px;
    --size: 6em;
    width: 6em;
  }
  .fixed_banner.active {
    top: 15em;
  }
  .fixed_banner > div {
    width: var(--size);
    height: var(--size);
    margin-bottom: 6px;
  }
  .fixed_banner p {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .fixed_banner p .tt {
    width: 100%;
    height: 100%;
    font-size: 1.6em;
    letter-spacing: 0.05em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .fixed_banner .tel {
    --w_tel: 9em;
    -webkit-transform: translateX(calc(-var(--size) - var(--w_tel)));
            transform: translateX(calc(-var(--size) - var(--w_tel)));
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 11.5em;
  }
  .fixed_banner .tel .tt {
    letter-spacing: 0.3em;
    padding-top: 0.1875em;
  }
  .fixed_banner .tel .tt::before {
    margin-bottom: 0.3em;
  }
  .fixed_banner .tel:hover {
    -webkit-transform: translateX(calc(0em - var(--w_tel)));
            transform: translateX(calc(0em - var(--w_tel)));
  }
  .fixed_banner .tel:hover a {
    width: calc(var(--size) + var(--w_tel));
  }
  .fixed_banner .tel .ov {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ddc596;
    position: absolute;
    left: var(--size);
    height: 100%;
    top: 0;
    width: var(--w_tel);
    border-left: 1px solid #fff;
  }
  .fixed_banner .tel .ov .text {
    font-size: 2.2em;
    font-family: var(--f-en);
  }
  .fixed_banner .web {
    height: 14.1em;
  }
  .fixed_banner .web p .tt {
    padding-top: 0.25em;
    letter-spacing: 0.3em;
  }
  .fixed_banner .web p .tt::before {
    margin-bottom: 0.65em;
  }
  .fixed_banner .web p .tt span {
    letter-spacing: 0.2em;
  }
  .fixed_banner .mail {
    height: 16.9em;
  }
  .fixed_banner .mail p .tt {
    letter-spacing: 0.2em;
    padding-top: 0.1875em;
  }
  .fixed_banner .mail p .tt::before {
    margin-bottom: 0.3em;
  }
  .fixed_banner .mail:hover p {
    background-color: #957331;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .fixed_banner {
    font-size: 8.75px;
    top: 13.5em;
  }
  .fixed_banner.active {
    top: 18.5em;
  }
  .totop .icon {
    width: 60px;
    height: 60px;
  }
}
.ft_map {
  height: 299px;
  margin-top: 34px;
}

.ft_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 9px;
}
.ft_bnr .bnr_item {
  width: calc((100% - 22px) / 2);
  max-width: 629px;
  margin-right: 22px;
}
.ft_bnr .bnr_item:nth-child(2n+2) {
  margin-right: 0;
}

.ptel a {
  position: relative;
  display: table;
  padding-left: 1.1875em;
  font-size: 32px;
  font-weight: bold;
  font-family: var(--f-en);
  letter-spacing: 0.05em;
  color: var(--main-color);
  line-height: 1;
}
.ptel a::before {
  content: "";
  position: absolute;
  top: 0.1875em;
  left: 0px;
  width: 0.8125em;
  height: 0.8125em;
  mask-image: url(../images/ic_tel.svg);
  -webkit-mask-image: url(../images/ic_tel.svg);
  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);
}

footer {
  padding: 100px 0 60px;
  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 .ptel {
  margin-bottom: 27px;
}
footer .ptel a {
  color: #ffffff;
}
footer .ptel a::before {
  background-color: #ffffff;
}
footer .ft_logo {
  padding: 0px 0 22px;
  max-width: 489px;
}
footer .ft_info {
  width: 46.5%;
  max-width: 590px;
}
footer .ft_info .des {
  margin-bottom: 11px;
  letter-spacing: 0.1em;
  margin-left: -3px;
}
footer .ft_info .des .txt_ml {
  margin-left: 10px;
}
footer .ft_link {
  width: 46.5%;
  margin-top: -5px;
}
footer .ft_link .title {
  color: #ffffff;
}
footer .ft_link a {
  color: #ffffff;
}
footer .ft_link a::before {
  background-color: #ffffff;
}
@media only screen and (min-width: 769px) {
  footer .ft_link a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
}

.ft_link .br_mn {
  display: none;
}
.ft_link .title {
  margin-bottom: 31px;
  padding-left: 0;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
  color: var(--main-color);
  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: 25px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link li.tl_mn > a {
  padding-left: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  pointer-events: none;
  margin-bottom: 29px;
  margin-top: -3px;
}
.ft_link li.tl_mn > a::before {
  display: none;
}
.ft_link a {
  display: table;
  position: relative;
  padding-left: 7px;
  color: inherit;
  font-size: 15px;
  letter-spacing: 0;
  color: var(--clr1);
  line-height: 1.65;
  text-decoration: none;
}
.ft_link a::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;
  background-color: var(--main-color);
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.ft_link a:hover {
  opacity: 1;
  color: var(--clr1);
}
@media only screen and (min-width: 769px) {
  .ft_link a:hover {
    color: var(--main-color);
  }
  .ft_link .menu01 {
    width: 100%;
  }
  .ft_link .menu01 > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    max-height: 16.5em;
  }
  .ft_link .menu01 > ul li {
    width: 47%;
  }
  .ft_link .menu02 {
    margin-top: 26px;
    width: 100%;
  }
  .ft_link .menu02 > ul .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .ft_link .menu02 > ul .sub-menu li:first-child {
    width: 50%;
  }
  .ft_link .menu02 > ul .sub-menu li:last-child {
    width: 47%;
  }
  .ft_link .menu02 > ul > li.li_1 {
    margin-bottom: 18px;
  }
  .ft_link .menu02 > ul > li.li_1 > ul {
    max-height: 12em;
  }
  .ft_link .menu02 > ul > li.li_2 > ul {
    max-height: 18em;
  }
}

.copyright {
  margin: 0 auto 0;
  color: #fff;
  padding: 17px 0px 19px;
  position: relative;
  z-index: 1;
}
.copyright .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
}
.copyright .inner_big {
  max-width: 1135px;
}
.copyright::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  left: calc(50% - 50vw);
  top: 0;
  height: 100%;
  width: 100vw;
  background-color: var(--main-color);
}
.copyright .textwidget {
  display: block;
  margin-top: 2px;
  line-height: 25px;
  padding-left: 17px;
  padding-bottom: 3px;
  margin-left: 27px;
  border-left: 1px solid white;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: inherit;
  letter-spacing: 0.1em;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
  position: relative;
  top: 2px;
}
.copyright .grits img {
  max-width: 159px;
}

@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .idx_gallery .list .item .img {
    width: 300px;
    height: 295px;
  }
  .time_sheet table td:first-child .clr1 {
    letter-spacing: 0;
  }
  footer .inner_big {
    padding: 0 5%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .time_sheet .note p {
    letter-spacing: 0.04em;
  }
  footer .ft_link {
    width: 49.5%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .time_sheet .note p {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .time_sheet table {
    font-size: min(14px, 1.5vw);
  }
  .time_sheet table th, .time_sheet table td {
    width: 8%;
  }
  .time_sheet table th:first-child, .time_sheet table td:first-child {
    width: auto;
  }
  .time_sheet table th:last-child, .time_sheet table td:last-child {
    width: 8%;
    padding-left: 0.2em;
  }
  .ptel a {
    font-size: 28px;
  }
  .ft_bnr {
    margin-top: 35px;
  }
  .ft_link .title {
    margin-bottom: 18px;
    font-size: 30px;
  }
  .ft_link li {
    margin-bottom: 12px;
  }
  .ft_link li.tl_mn > a {
    margin-bottom: 10px;
  }
  .ft_link a {
    font-size: min(14px, 1.6vw);
  }
  .ft_link a::before {
    top: 10px;
  }
  .ft_link .menu02 > ul .sub-menu li {
    width: 47%;
  }
  .ft_link .menu02 > ul .sub-menu li:first-child {
    width: 47%;
  }
  .ft_link .menu02 > ul > li.li_1 > ul {
    max-height: 11em;
  }
  footer {
    padding-top: 70px;
  }
  footer .ft_info .des .txt_ml {
    margin-left: 0;
    display: block;
  }
  footer .ft_link .br_mn {
    display: block;
  }
  footer .ft_link a:hover {
    text-underline-offset: 3px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  footer .ft_info .des {
    line-height: 1.7;
  }
  footer .ft_info .des .txt_ml {
    display: block;
    margin-left: 0;
    letter-spacing: 0.07em;
  }
  footer .ft_link {
    width: 48.5%;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/