@charset "UTF-8";
:root {
  --f-zen: "Zen Maru Gothic", sans-serif;
  --main-color: #FF7A27;
  --clr1: #082165;
  --clr2: #2B2B2B;
  --ttl_size: 28px;
  --wrapper: 100px;
  --border-radius:20px;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  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-zen);
  position: relative !important;
  top: auto !important;
}

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.1875;
  letter-spacing: 0.025em;
  font-weight: 500;
  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: 1140px;
}

.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. */
}

.br_auto {
  display: inline-block;
}

/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                              General                                     */
/*==========================================================================*/
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media only screen and (max-width: 1100px) {
  .pc_1000 {
    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;
  }
}
.TabContainer {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.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;
}
.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;
}
.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;
  z-index: 2;
  position: relative;
}
.TabContainer .TabPager > div {
  background-color: var(--cl);
  position: relative;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #ffffff;
  border-radius: 30px 30px 0px 0px;
}
.TabContainer .TabPager > div::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 18px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: var(--cl);
  opacity: 0;
}
.TabContainer .TabPager > div .tt {
  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;
  background-color: var(--cl);
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.99;
  padding: 20px 20px;
  border-radius: 30px 30px 0px 0px;
  letter-spacing: 0;
}
.TabContainer .TabPager > div .tt span {
  font-size: 16px;
  line-height: 1;
  display: block;
}
.TabContainer .TabPager > div.active {
  z-index: 1;
}
.TabContainer .TabPager > div.active::before {
  opacity: 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: -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);
}

.cm_btn {
  max-width: 390px;
  width: 100%;
}
.cm_btn a {
  position: relative;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-decoration: none;
  background-color: var(--main-color);
  border-radius: 40px;
  display: block;
  padding: 24px 20px;
  border: 1px solid var(--main-color);
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cm_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  background: #ffffff url(../images/ic_btn_arr.svg) no-repeat center/contain;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cm_btn a:hover {
  opacity: 1;
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .cm_btn a:not([target*=_blank]):hover {
    background-color: #ffffff;
    color: var(--main-color);
  }
  .cm_btn a:not([target*=_blank]):hover::after {
    background-color: var(--main-color);
    background-image: url(../images/ic_btn_arr02.svg);
  }
}
.cm_btn.btn_white a {
  background-color: #ffffff;
  color: var(--main-color);
  border-color: #ffffff;
}
.cm_btn.btn_white a::after {
  background-color: var(--main-color);
  background-image: url(../images/ic_btn_arr02.svg);
}
@media only screen and (min-width: 769px) {
  .cm_btn.btn_white a:not([target*=_blank]):hover {
    background-color: var(--main-color);
    color: #ffffff;
  }
  .cm_btn.btn_white a:not([target*=_blank]):hover::after {
    background-color: #ffffff;
    background-image: url(../images/ic_btn_arr.svg);
  }
}

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

.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_pc {
  display: none;
}

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .TabContainer {
    width: calc(100% - 100px);
  }
  .cm_btn a {
    padding: 22px 20px;
  }
}
@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.25em;
  height: var(--h_hd);
  z-index: 20;
}

header.active .logo, header.active .under .logo,
.ovh header .logo,
.ovh header .under .logo {
  height: 7.5625em;
  top: 0;
  border-top-right-radius: 0;
}
header.active .header_top,
.ovh header .header_top {
  padding-top: 0;
}

.under .logo {
  top: 0;
  height: 7.5625em;
  border-top-right-radius: 0;
}

.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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
  padding: 1.25em 6.875em 0.3125em 1.25em;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo {
  width: 25%;
  max-width: 23.4375em;
  height: 12.3125em;
  border-radius: 0 30px 30px 0;
  position: absolute;
  top: 1.25em;
  left: 0;
  overflow: hidden;
  background-color: #08172D;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.logo a {
  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;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0.625em 1.3125em 0.625em 0.625em;
}
.logo img {
  max-width: 17.875em;
}

.right_head {
  max-width: 70%;
  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;
  position: relative;
  z-index: 2;
}

.pc_navi {
  width: 100%;
  background-color: #ffffff;
  border-radius: 54px;
  padding: 1.5625em 2.5625em 1.5625em 2.375em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.pc_navi.mn_open {
  border-radius: 54px 54px 0 0;
  -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
}
.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 {
  margin: 0 1.25em 0 1.375em;
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p {
  opacity: 0.8;
}
.pc_navi > ul > li:hover > a:hover,
.pc_navi > ul > li:hover > p:hover {
  color: var(--main-color);
}
.pc_navi > ul > li.menu-item-has-children > a,
.pc_navi > ul > li.menu-item-has-children > p {
  padding-right: 1.25em;
}
.pc_navi > ul > li.menu-item-has-children > a::before, .pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::before,
.pc_navi > ul > li.menu-item-has-children > p::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -0.0625em;
  right: -0.1875em;
  background-image: url(../images/ic_plus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 0.9375em;
  height: 0.9375em;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pc_navi > ul > li.menu-item-has-children > a::before,
.pc_navi > ul > li.menu-item-has-children > p::before {
  background-image: url(../images/ic_plus.png);
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  background-image: url(../images/ic_minus.png);
  opacity: 0;
}
.pc_navi > ul > li.menu-item-has-children > a:hover::before,
.pc_navi > ul > li.menu-item-has-children > p:hover::before {
  opacity: 0;
}
.pc_navi > ul > li.menu-item-has-children > a:hover::after,
.pc_navi > ul > li.menu-item-has-children > p:hover::after {
  opacity: 1;
}
.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: 600;
  line-height: 1.5;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: var(--clr1);
}
.pc_navi > ul > li > a span,
.pc_navi > ul > li > p span {
  display: block;
  width: 100%;
  padding-top: 0px;
  font-size: 66.6666666667%;
  font-weight: 600;
}
.pc_navi > ul > li:hover a:hover,
.pc_navi > ul > li:hover p:hover {
  color: var(--main-color);
}
.pc_navi > ul > li:hover a.title::before,
.pc_navi > ul > li:hover p.title::before {
  opacity: 0;
}
.pc_navi > ul > li:hover a.title::after,
.pc_navi > ul > li:hover p.title::after {
  opacity: 1;
}
.pc_navi > ul > li > .subInner {
  position: absolute;
  left: 0;
  top: 3.75em;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  padding-top: 1.875em;
}
.pc_navi > ul > li > .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul > li > .subInner.active > ul {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.pc_navi > ul > li > .subInner > ul {
  padding: 2.4375em 3.75em 3.0625em;
  background-color: #F7F7F7;
  -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 54px 54px;
  -webkit-transform: translateY(-1.875em);
          transform: translateY(-1.875em);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pc_navi > ul > li > .subInner > ul li.tl_mn > a {
  pointer-events: none;
  font-size: 1.375em;
  letter-spacing: 0.025em;
  font-weight: bold;
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: 0.5909090909em;
  margin-bottom: 1.1363636364em;
  display: block;
}
.pc_navi > ul > li > .subInner > ul li.tl_mn > a::before {
  display: none;
}
.pc_navi > ul > li > .subInner > ul li.tl_mn .txt_transparent {
  display: none;
}
.pc_navi > ul > li > .subInner > ul li a {
  position: relative;
  display: table;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: bold;
  color: var(--clr1);
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.025em;
  padding-right: 2.3125em;
}
.pc_navi > ul > li > .subInner > ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.0625em;
  bottom: 0;
  right: 0;
  width: 1.375em;
  height: 1.375em;
  background: url(../images/ic_arr.svg) no-repeat center/contain;
}
.pc_navi > ul > li > .subInner .subInner > ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.pc_navi > ul > li > .subInner .subInner > ul > li {
  margin-right: 2.125em;
  margin-bottom: 15px;
}
.pc_navi > ul > li > .subInner .subInner > ul > li.mr {
  margin-right: 9.125em;
}
.pc_navi > ul > li > .subInner .subInner > ul > li.mr_sm {
  margin-right: 0.9375em;
}
.pc_navi > ul > li > .subInner .subInner > ul > li:last-child {
  margin-right: 0;
  margin-bottom: 0.6875em;
}

.h_gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
}
.h_gr-btn {
  width: 55px;
  height: 55px;
}
.h_gr-btn a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  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;
}
.h_gr-btn.btn_insta a {
  background-image: url(../images/instag_bg.jpg);
}
.h_gr-btn.btn_line a {
  background-color: #06C755;
}
.h_gr-btn.btn_line img {
  max-width: 30px;
}

@media only screen and (min-width: 769px) {
  .pc_navi > ul .col2 .subInner {
    width: 440px;
  }
  .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%;
  }
  .pc_navi > ul > li:first-child > .subInner > ul {
    padding-bottom: 2.8125em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .logo {
    height: 11.3125em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .logo {
    height: 8.3125em;
  }
  header.active .logo, header.active .under .logo, .ovh header .logo, .ovh header .under .logo {
    height: 5.7625em;
  }
  .under .logo {
    height: 5.7625em;
  }
  .pc_navi {
    padding: 1.2em 2em 1.2em 2em;
  }
  .pc_navi > ul > li > .subInner {
    top: 2.75em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .header_top {
    padding-right: 5.875em;
  }
  .logo img {
    max-width: 15.875em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  header {
    font-size: min(14px, 1.4vw);
  }
  .logo {
    border-radius: 0 25px 25px 0;
  }
  .logo img {
    max-width: 14.875em;
  }
  .header_top {
    padding-right: 6.875em;
  }
  .pc_navi > ul > li {
    margin: 0 1em;
  }
}
.idx_gallery .slick-list {
  margin-top: -12.875em;
}
.idx_gallery .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.idx_gallery .list .item {
  margin: 0 0.9375em;
}
.idx_gallery .list .item .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 19.375em;
  height: 19.375em;
  border-radius: 50%;
  overflow: hidden;
}
.idx_gallery .list .item:nth-child(2n+1) .img {
  width: 14.375em;
  height: 14.375em;
  margin-top: 7em;
}
.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);
}
.idx_gallery .list .item.slick-slide .img06 {
  background-image: url(../images/idx_gallery06.jpg);
}
.idx_gallery .list .item.slick-slide .img07 {
  background-image: url(../images/idx_gallery07.jpg);
}

.time_sheet .note {
  margin-top: 9px;
  line-height: 1.8;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.time_sheet .note span {
  display: inline-block;
}
.time_sheet table {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.time_sheet table th,
.time_sheet table td {
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.025em;
  width: 8.57%;
  border-bottom: 1px solid #E0E0E0;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
  padding-left: 1em;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 16.75%;
  padding-left: 0;
  padding-right: 1.5em;
}
.time_sheet table th {
  padding: 0.9285714286em 0.2em 0.7857142857em;
  border: 0;
  background-color: var(--main-color);
  color: #ffffff;
  font-size: 0.875em;
}
.time_sheet table th:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.time_sheet table th:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.time_sheet table td {
  padding: 0.9375em 0.2em 0.875em;
  color: var(--clr1);
}
.time_sheet table td .time {
  font-size: 0.875em;
  letter-spacing: 0.025em;
  background-color: #F7F7F7;
  padding: 0.3571428571em 0.8571428571em;
  line-height: 1;
  border-radius: 20px;
  margin: 0 auto 0.2857142857em;
  display: inline-block;
}
.time_sheet table td.txt01 {
  font-size: 1.25em;
  font-weight: 300;
}
.time_sheet table td.txt02 {
  font-size: 0.9375em;
}
.time_sheet table td.txt02 span {
  font-size: 14px;
  position: relative;
  top: -1px;
  left: 2px;
}
.time_sheet table tr:nth-child(3) td {
  border-bottom: 0;
}

@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: 90px;
}
.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: 80px;
  height: 80px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin: 0;
}

@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: right 0.3s ease-in-out;
  transition: right 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 {
  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 .icon {
  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;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fixed_banner p .tt::before {
  content: "";
  display: block;
  background-image: var(--mask);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.fixed_banner .tel {
  background-color: var(--clr1);
}
.fixed_banner .tel .tt::before {
  width: 0.7777777778em;
  height: 0.7777777778em;
  --mask: url(../images/ic_tel.svg);
}
.fixed_banner .mail {
  background-color: var(--clr1);
}
.fixed_banner .mail .tt::before {
  width: 1em;
  height: 0.7222222222em;
  --mask: url(../images/ic_mail.svg);
}
.fixed_banner .web {
  background-color: var(--main-color);
}
.fixed_banner .web .tt::before {
  width: 1em;
  height: 0.7222222222em;
  --mask: url(../images/ic_mail.svg);
}
.fixed_banner .instagram {
  background: url(../images/instag_bg.jpg) no-repeat center/cover;
}
.fixed_banner .instagram .tt::before {
  width: 1.5555555556em;
  height: 1.5555555556em;
  --mask: url(../images/ic_instagram.svg);
}
.fixed_banner .line {
  background-color: #06C755;
}
.fixed_banner .line .tt::before {
  width: 1.9444444444em;
  height: 1.8333333333em;
  --mask: url(../images/ic_line.svg);
}

.chatbox {
  position: fixed;
  bottom: 23px;
  right: 95px;
  background: transparent;
  border: 0;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.chatbox img {
  max-width: 14.3125em;
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    top: 130px;
    --size: 5em;
    width: 5em;
    height: calc(100vh - 130px);
    z-index: 21;
  }
  .fixed_banner > div {
    margin-bottom: 0;
    font-size: 0.625em;
  }
  .fixed_banner 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;
  }
  .fixed_banner .tt {
    font-size: 1.8em;
    letter-spacing: 0.16em;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    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;
  }
  .fixed_banner .tel {
    max-height: 16.8em;
    height: 18.441273vh;
    margin-bottom: 1px;
    --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;
  }
  .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: var(--clr1);
    position: absolute;
    left: 8em;
    height: 100%;
    top: 0;
    width: var(--w_tel);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  .fixed_banner .tel .ov .text {
    font-size: 2.5em;
    font-weight: bold;
  }
  .fixed_banner .tel .tt::before {
    margin-bottom: 0.5555555556em;
  }
  .fixed_banner .mail {
    max-height: 22.9em;
    height: 22.9em;
  }
  .fixed_banner .mail:hover {
    background-color: #0b172e;
  }
  .fixed_banner .mail .tt::before {
    margin-bottom: 0.5555555556em;
  }
  .fixed_banner .web {
    max-height: 25em;
    height: 25em;
  }
  .fixed_banner .web .tt::before {
    margin-bottom: 0.5555555556em;
  }
  .fixed_banner .instagram {
    height: 8em;
    max-height: 8em;
  }
  .fixed_banner .line {
    height: 8em;
    max-height: 8em;
  }
  .fixed_appointment {
    position: fixed;
    left: 1.875em;
    bottom: 112px;
    z-index: 10;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .fixed_appointment a {
    border-radius: 20px;
  }
  .fixed_appointment .ic_close {
    position: absolute;
    right: 0.9375em;
    top: 0.9375em;
    width: 1.4375em;
    height: 1.4375em;
    border-radius: 50%;
    background: #ffffff url(../images/ic_close.svg) no-repeat center/contain;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .fixed_appointment .ic_close:hover {
    background-color: #e9e3e3;
  }
  .fixed_appointment .appointment_cont {
    position: relative;
    border-radius: 20px;
    border: 4px solid #DED9BC;
    background-color: #F8F7F1;
    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;
    width: 100%;
    height: 100%;
    padding: 2.25em 0.625em 1.25em;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .fixed_appointment .appointment_cont::before {
    content: "";
    position: absolute;
    top: -0.75em;
    left: 0;
    right: 0;
    width: 9.6875em;
    height: 1.25em;
    margin: auto;
    background: url(../images/line.png) repeat-x top left;
    background-size: auto 1.25em;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .fixed_appointment .appointment_cont:hover .appointment_tl::before {
    right: -1em;
  }
  .fixed_appointment .appointment_tl {
    font-size: 1em;
    font-weight: bold;
    color: var(--clr1);
    position: relative;
    text-align: center;
    line-height: 1.55;
    letter-spacing: 0.025em;
    padding-bottom: 2.8125em;
    margin-bottom: 0;
  }
  .fixed_appointment .appointment_tl::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0.125em;
    right: 0;
    margin: auto;
    width: 2.0625em;
    height: 2.0625em;
    background: url(../images/ic_arr_fix.svg) no-repeat center/contain;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .fixed_appointment .appointment01, .fixed_appointment .appointment02 {
    width: 14.4375em;
    height: 9.375em;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .fixed_appointment .appointment02 {
    margin-top: 1.9375em;
  }
  .chatbox:hover {
    opacity: 0.8;
  }
  .chatbox.active {
    bottom: 95px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1800px) {
  .fixed_banner .tel {
    height: 18.441273vh;
  }
  .fixed_banner .mail {
    height: 24.25vh;
  }
  .fixed_banner .web {
    height: 26.5vh;
  }
  .fixed_banner .instagram, .fixed_banner .line {
    height: 8.7815587267vh;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .fixed_banner {
    top: 110px;
  }
  .fixed_banner .tel {
    max-height: 14.8em;
    height: 15.7vh;
  }
  .fixed_banner .mail {
    height: 23.25vh;
  }
  .fixed_banner .web {
    height: 26vh;
  }
  .fixed_banner .instagram, .fixed_banner .line {
    height: 10.781559vh;
  }
  .fixed_appointment {
    bottom: 3.375em;
    font-size: min(16px, 0.95vw);
  }
  .fixed_appointment .appointment02 {
    margin-top: 1.2em;
  }
  .chatbox {
    font-size: min(16px, 0.7vw);
  }
  .chatbox.active {
    bottom: 103px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .fixed_banner {
    top: 6.875em;
    font-size: 12px;
  }
  .fixed_banner .tel {
    height: 15.5vh;
  }
  .fixed_banner .mail {
    height: 25vh;
  }
  .fixed_banner .web {
    height: 27vh;
  }
  .fixed_appointment {
    bottom: 20px;
    left: 20px;
  }
  .chatbox {
    font-size: min(11px, 0.95vw);
    bottom: 70px;
    right: 73px;
  }
  .totop {
    bottom: 12px;
    right: 71px;
  }
  .totop .icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 769px) and (min-height: 700px) and (orientation: landscape) {
  .totop {
    bottom: 3px;
    right: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .fixed_banner .tel {
    height: 15vh;
  }
  .fixed_banner .mail {
    height: 25vh;
  }
  .fixed_banner .web {
    height: 26vh;
  }
  .chatbox {
    bottom: 20px;
    right: 80px;
  }
  .idx_gallery {
    font-size: min(14px, 1vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .fixed_appointment {
    font-size: min(16px, 1.2vw);
  }
  .fixed_appointment .ic_close {
    width: 19px;
    height: 19px;
    top: 10px;
    right: 10px;
  }
  .fixed_appointment .appointment_cont {
    border-radius: 10px;
    border-width: 2px;
  }
  .chatbox {
    right: 70px;
  }
  .chatbox.active {
    bottom: 8.4375em;
  }
  .chatbox.active.ac {
    bottom: 9.375em;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) and (min-height: 700px) {
  .totop {
    right: 12px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .fixed_appointment {
    font-size: min(16px, 1.2vw);
  }
  .chatbox {
    right: 75px;
  }
  .chatbox.active {
    bottom: 11.4375em;
  }
  .chatbox.active.ac {
    bottom: 21em;
  }
}
footer {
  position: relative;
  background-color: #F8F7F1;
  margin-top: 121px;
}
footer .inner_big {
  max-width: 1360px;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  color: #fff;
  text-decoration: none;
}
footer .ft_logo {
  display: block;
  border-radius: 30px;
  background-color: #08172D;
  margin-bottom: 65px;
}
footer .ft_logo a {
  display: block;
  padding: 25px 30px 25px;
}
footer .ft_logo img {
  max-width: 354px;
  margin: 0 auto;
}
footer .ft_info {
  border-radius: 50px;
  background-color: #ffffff;
  padding: 110px 40px 98px;
  margin-top: 50px;
}
footer .box_inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
footer .ft_cont {
  max-width: 1140px;
  width: 100%;
  margin: 47px auto 0;
  padding: 0 20px;
}
footer .list_sitemap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .list_sitemap > li a {
  color: #414141;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.025em;
}
footer .list_sitemap > li a:hover {
  color: #b1b1b1;
  opacity: 1;
}
footer .list_sitemap > li:not(:last-child) {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
footer .list_sitemap > li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #E0E0E0;
}

.ft_link .title {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: bold;
  color: var(--main-color);
  letter-spacing: 0.025em;
  line-height: 1;
  pointer-events: none;
}
.ft_link .title::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-top: 8px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link a {
  display: table;
  position: relative;
  padding-right: 36px;
  color: inherit;
  font-weight: bold;
  letter-spacing: 0.025em;
  color: var(--clr1);
  line-height: 1.6;
  text-decoration: none;
}
.ft_link a::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: url(../images/ic_arr.svg) no-repeat center/contain;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ft_link a:hover {
  opacity: 1;
  color: var(--clr1);
}
.ft_link .list_clr {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ft_link .list_clr > li {
  margin-right: 60px;
}
.ft_link .list_clr > li:last-child {
  margin-right: 0;
}
.ft_link .list_clr > li a {
  color: var(--main-color);
  font-size: 18px;
}
@media only screen and (min-width: 769px) {
  .ft_link a:hover {
    color: var(--main-color);
  }
  .ft_link .list_clr > li a:hover {
    color: var(--clr1);
  }
  .ft_link .mn_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #E0E0E0;
    padding: 30px 0;
  }
  .ft_link .mn_row.menu01 {
    padding: 30px 0 38px;
  }
  .ft_link .mn_row.menu02 {
    padding: 44px 0 39px;
  }
  .ft_link .mn_row.menu03 {
    padding: 44px 0 38px;
  }
  .ft_link .title {
    width: 223px;
    margin-top: 10px;
  }
  .ft_link .mn_list {
    width: calc(100% - 223px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -2px;
  }
  .ft_link .mn_list > li {
    margin-right: 35px;
  }
  .ft_link .mn_list > li:last-child {
    margin-right: 0;
  }
  .ft_link .menu04 {
    padding-top: 41px;
  }
}

.ft_bnr {
  padding: 49px 0 50px;
  background-color: var(--main-color);
  margin-top: 49px;
}
.ft_bnr .bnr_it {
  margin: 10px 8px;
}
.ft_bnr .bnr_it img {
  max-height: 5.5625em;
  width: auto;
}

.copyright {
  position: relative;
  z-index: 1;
}
.copyright .textwidget {
  display: block;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.copyright .textwidget p {
  margin-top: 3px;
  font-size: 14px;
  color: #414141;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: 0.025em;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 159px;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .time_sheet .note {
    font-size: 13px;
    letter-spacing: 0;
  }
  .time_sheet table {
    font-size: min(14px, 1.255vw);
  }
  footer .ft_logo {
    margin-top: 30px;
  }
  footer .ft_info {
    padding: 60px 26px 50px;
  }
  footer .list_sitemap > li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
  }
  footer .ft_cont {
    margin-top: 28px;
  }
  .ft_link .title {
    font-size: 16px;
    width: 165px;
  }
  .ft_link .mn_list {
    width: calc(100% - 165px);
  }
  .ft_link .mn_list > li {
    margin-right: 10px;
  }
  .ft_link .mn_row.menu01 {
    padding: 10px 0 25px;
  }
  .ft_link .mn_row.menu02 {
    padding: 26px 0 21px;
  }
  .ft_link .mn_row.menu03 {
    padding: 26px 0 21px;
  }
  .ft_link .menu04 {
    padding-top: 20px;
  }
  .ft_link a {
    padding-right: 24px;
  }
  .ft_link a::after {
    width: 18px;
    height: 18px;
  }
  .ft_link .list_clr > li {
    margin-right: 35px;
  }
  .ft_link .list_clr > li a {
    font-size: 16px;
  }
  .copyright {
    padding-right: 24px;
  }
  .copyright .textwidget p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .time_sheet table {
    font-size: 14px;
  }
  .ft_bnr {
    padding: 56px 0 56px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/