@charset "UTF-8";
:root {
  --f-jp: "Noto Serif JP", serif;
  --f-en: "Cormorant", serif;
  --main-color: #2764a9;
  --clr1: #222222;
  --clr2: #6ebfd1;
  --ttl_size: 28px;
  --wrapper: 100px;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  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;
  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;
}

.br_auto {
  display: inline-block;
}

.red {
  color: #ca0a0a !important;
}

.clr2 {
  color: var(--clr2);
}

.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: 1000px) {
  .pc_1000 {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media only screen and (min-width: 1001px) {
  .sp_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 .TabContent {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.TabContainer .TabContent .content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 20px;
}
.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: 80px;
}
.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;
  width: calc(100% - 380px);
  margin: 0px auto;
}
.TabContainer .TabPager > div {
  background-color: var(--main-color);
  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;
  position: relative;
  margin: 0 6px;
  padding: 1.25em 1.25em;
  max-width: 300px;
  width: calc(50% - 12px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #ffffff;
  border-radius: 50px;
  margin-bottom: 2.5625em;
}
.TabContainer .TabPager > div::before {
  content: "";
  position: absolute;
  bottom: -1.1875em;
  left: 0;
  right: 0;
  background: url(../images/tab_arrow.svg) no-repeat center/contain;
  width: 29px;
  height: 29px;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.TabContainer .TabPager > div .tt {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 300;
}
.TabContainer .TabPager > div.active {
  background-color: #fff;
  z-index: 1;
}
.TabContainer .TabPager > div.active::before {
  opacity: 1;
}
.TabContainer .TabPager > div.active .tt {
  color: var(--main-color);
  font-weight: 400;
}
.TabContainer .TabPager > div:not(.active):hover {
  background-color: var(--clr2);
}

.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;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  border-radius: 20px;
}

.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_st01 {
  display: table;
}
.btn_st01 a {
  color: var(--main-color);
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn_st01 a::after {
  content: "";
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  background: #ffffff url(../images/ic_arrow.svg) no-repeat center/8px auto;
  top: -2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn_st01 a span {
  border-bottom: 1px solid var(--main-color);
  padding: 6px 12px 10px 16px;
  margin-right: 12px;
  letter-spacing: 0;
}
.btn_st01 a:hover {
  opacity: 1;
  color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .btn_st01 a:hover:not([target*=_blank]):hover {
    color: var(--clr2);
  }
  .btn_st01 a:hover:not([target*=_blank]):hover span {
    border-color: var(--clr2);
  }
  .btn_st01 a:hover:not([target*=_blank]):hover::after {
    background-image: url(../images/ic_arrow_blue.svg);
    border-color: var(--clr2);
  }
}

.btn_st02 {
  max-width: 300px;
  width: 100%;
}
.btn_st02 a {
  color: #ffffff;
  background-color: var(--clr2);
  text-align: center;
  text-decoration: none;
  position: relative;
  border-radius: 50px;
  display: block;
  width: 100%;
  padding: 0.9444444444em 0.8333333333em 1em 1.1111111111em;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn_st02 a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  background: url(../images/ic_arrow02.svg) no-repeat center/contain;
  width: 1.2222222222em;
  height: 0.7777777778em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin: auto;
}
.btn_st02 a:hover {
  color: #ffffff;
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .btn_st02 a:hover:not([target*=_blank]):hover {
    background-color: var(--main-color);
  }
}

.gr_btn {
  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;
}
.gr_btn .btn_st02 {
  margin: 10px 19px;
}

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

/* Tablet
-------------------------------------------*/
@media only screen and (max-width: 1300px) and (min-width: 769px) {
  .btn_st02 a {
    font-size: 16px;
  }
  .btn_st01 a::before {
    width: 40px;
    height: 40px;
    top: 0;
  }
  .gr_btn .btn_st02 {
    margin: 10px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .TabContainer .TabContent .content > div {
    padding: 30px;
  }
  .TabContainer .TabPager {
    margin-left: 195px;
    margin-right: 0;
    width: calc(100% - 195px);
  }
  .TabContainer .TabPager > div .tt {
    font-size: 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%;
  --hd: 6.875em;
  height: var(--hd);
  z-index: 20;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header.active,
.ovh header {
  background-color: #fff;
  --hd: 5.875em;
}
header.active .header_top,
.ovh header .header_top {
  padding-top: 0.3125em;
  padding-left: 0;
}
header.active .logo,
.ovh header .logo {
  top: 0;
}

.h_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.h_btn > div {
  width: 55px;
  height: 55px;
}
.h_btn > div 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.h_insta {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.h_insta a {
  background-image: linear-gradient(-235deg, rgb(85, 78, 201) -10%, rgb(221, 101, 90) 40%, rgb(188, 79, 157) 83%, rgb(247, 191, 105) 113%);
  background-size: 150%;
  width: 100%;
  height: 100%;
}
.h_insta a img {
  max-width: 23px;
}

.h_contact a {
  position: relative;
  background-color: #a7ba85;
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
  text-decoration: none;
  padding: 5px 8px;
  height: 100%;
  width: 100%;
}
.h_contact a::before {
  content: "";
  position: relative;
  width: 21px;
  height: 17px;
  background: url(../images/ic_mail.svg) no-repeat center/contain;
  margin-bottom: 3px;
}

.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: calc(100% - 8.75em);
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 1.3125em 1.25em 0.3125em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.logo {
  width: 25%;
  max-width: 20.3125em;
  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;
  top: 1.8125em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  width: auto;
}

.right_head {
  width: 70%;
  padding-right: 4.3125em;
  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;
  margin: 0 4.8125em 0 4.625em;
}
.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.5em;
  height: 0.2777777778em;
  position: absolute;
  bottom: -0.2777777778em;
  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.2222222222em;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -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.title::after,
.pc_navi > ul > li:hover p.title::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.pc_navi > ul .subInner {
  position: absolute;
  width: 18em;
  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;
}
.pc_navi > ul .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul .subInner ul {
  background-color: var(--main-color);
  padding-bottom: 10px;
}
.pc_navi > ul .subInner ul li {
  padding: 0 10px;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: block;
  padding: 0.8em 0.6em 0.8em 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: 1em;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.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: 35.9375em;
  }
  .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: 1200px;
    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%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .right_head {
    padding-right: 1.3125em;
  }
  .pc_navi > ul > li {
    margin: 0 2.8125em 0 2.625em;
  }
  .pc_navi > ul > li:last-child .subInner {
    right: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  header {
    --hd: 5em;
  }
  header.active, .ovh header {
    --hd: 5em;
  }
  .logo {
    max-width: 16.3125em;
    top: 1em;
  }
  .right_head {
    padding-right: 0.3125em;
  }
  .menu_toggle ul li {
    margin-bottom: 11px;
  }
  .menu_toggle ul li.tt_mn > a {
    margin-bottom: 4px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  header {
    font-size: min(16px, 1.6vw);
  }
  .logo {
    top: 0.8125em;
  }
  .header_top {
    width: calc(100% - 5.75em);
  }
  .right_head {
    padding-right: 2.3125em;
  }
  .pc_navi > ul > li {
    margin: 0 1.8125em 0 1.625em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .menu_toggle .inside .ft_link {
    max-width: 800px;
  }
  .menu_toggle .inside .ft_link .menu02 > ul:last-child {
    width: 42%;
  }
}
.idx_gallery .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idx_gallery .list .item .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 540px;
  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);
}

.time_sheet .note {
  margin-top: 12px;
  margin-left: 19px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.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: 0;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 9.8%;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
  padding-left: 0.9em;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 15.05%;
}
.time_sheet table th {
  padding: 1.0625em 0.2em 1em;
  color: #ffffff;
  background-color: #63b2c3;
}
.time_sheet table td {
  padding: 1.1875em 0.2em 1em;
  color: #63b2c3;
  border-bottom: 1px solid #6ebfd1;
}
.time_sheet.tbl_w table th, .time_sheet.tbl_w table td {
  font-weight: 300;
}
.time_sheet.tbl_w table td {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.time_sheet.tbl_w .note {
  font-weight: 300;
}

@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-color: var(--main-color);
  color: #ffffff;
  border: 0px;
  width: 70px;
  height: 70px;
  margin: 0;
  position: relative;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  border-radius: 50%;
}
.totop .icon::before {
  content: "";
  position: relative;
  display: block;
  width: 10px;
  height: 16px;
  background: url(../images/totop.png) no-repeat center/contain;
  margin: 0 auto 5px;
}

@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;
  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;
  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;
  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: #6ebfd1;
}
.fixed_banner .tel p .tt::before {
  width: 1.2em;
  height: 1.2666666667em;
  --mask: url("../images/ic_tel02.svg");
}
.fixed_banner .web p {
  background-color: #2764a9;
}
.fixed_banner .web p .tt::before {
  width: 1.1333333333em;
  height: 1.2em;
  --mask: url("../images/ic_web.svg");
}
.fixed_banner .mail p {
  background-color: #a7ba85;
}
.fixed_banner .mail p .tt::before {
  width: 1.2em;
  height: 0.9333333333em;
  --mask: url("../images/ic_mail.svg");
}
.fixed_banner .fee p {
  background-color: #0aaa69;
}
.fixed_banner .fee p .tt::before {
  width: 1.4666666667em;
  height: 1.4666666667em;
  --mask: url("../images/ic_fee.svg");
}
.fixed_banner .line p {
  background-color: #3bc658;
}
.fixed_banner .line p .tt::before {
  width: 2.0666666667em;
  height: 2em;
  --mask: url("../images/ic_line.svg");
}
.fixed_banner .insta p {
  background-image: linear-gradient(-235deg, rgb(85, 78, 201) -10%, rgb(221, 101, 90) 40%, rgb(188, 79, 157) 83%, rgb(247, 191, 105) 113%);
  background-size: 150%;
  background-position: center;
}
.fixed_banner .insta p .tt::before {
  width: 1.6em;
  height: 1.6em;
  --mask: url("../images/ic_insta.svg");
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    --size: 6em;
    width: 6em;
    top: 20em;
    right: 20px;
  }
  .fixed_banner.active {
    top: 17em;
    right: 0;
  }
  .fixed_banner > div {
    width: var(--size);
    margin-bottom: 1px;
  }
  .fixed_banner p {
    width: var(--size);
  }
  .fixed_banner p .tt {
    font-size: 1.5em;
    letter-spacing: 0.05em;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .fixed_banner .tel {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 13em;
  }
  .fixed_banner .tel p {
    --w_tel: 8em;
    -webkit-transform: translateX(calc(-var(--size) - var(--w_tel)));
            transform: translateX(calc(-var(--size) - var(--w_tel)));
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .fixed_banner .tel .tt {
    padding-top: 0.1333333333em;
  }
  .fixed_banner .tel .tt::before {
    margin-bottom: 0.2666666667em;
  }
  .fixed_banner .tel .tt::after {
    content: "";
    position: relative;
    display: block;
    background: url(../images/fixed_ic_arrow.png) no-repeat center/100% auto;
    width: 1.0666666667em;
    height: 1.0666666667em;
    margin: 1em auto 0;
  }
  .fixed_banner .tel:hover p {
    -webkit-transform: translateX(calc(0em - var(--w_tel)));
            transform: translateX(calc(0em - var(--w_tel)));
  }
  .fixed_banner .tel:hover p a {
    width: calc(var(--size) + var(--w_tel));
  }
  .fixed_banner .tel:hover p .ov {
    opacity: 1;
    left: 6em;
  }
  .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(--clr2);
    position: absolute;
    left: 5em;
    height: 100%;
    top: 0;
    width: var(--w_tel);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 0;
    border-left: 1px solid #ffffff;
  }
  .fixed_banner .tel .ov .text {
    font-size: 2.1em;
  }
  .fixed_banner .web {
    height: 12em;
  }
  .fixed_banner .web p .tt {
    padding-top: 0.1333333333em;
  }
  .fixed_banner .web p .tt::before {
    margin-bottom: 0.4666666667em;
  }
  .fixed_banner .mail {
    height: 14em;
  }
  .fixed_banner .mail:hover p {
    background-color: #90ad5b;
  }
  .fixed_banner .mail p .tt {
    padding-top: 0.2666666667em;
  }
  .fixed_banner .mail p .tt::before {
    margin-bottom: 0.2666666667em;
  }
  .fixed_banner .fee {
    height: 12em;
  }
  .fixed_banner .fee:hover p {
    background-color: #048953;
  }
  .fixed_banner .fee p .tt {
    padding-bottom: 0.4666666667em;
  }
  .fixed_banner .fee p .tt::before {
    margin-bottom: 0.2666666667em;
    position: relative;
    left: -0.0666666667em;
  }
  .fixed_banner .line {
    height: 6em;
  }
  .fixed_banner .line p .tt {
    padding-top: 0.0666666667em;
  }
  .fixed_banner .insta {
    height: 6em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1900px) {
  .fixed_banner {
    top: 14em;
  }
  .fixed_banner.active {
    top: 13em;
  }
  .totop {
    right: 70px;
    bottom: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .fixed_banner {
    font-size: 8px;
  }
  .fixed_banner.active {
    top: 13em;
  }
  .fixed_banner .tel {
    height: 11.5em;
  }
  .fixed_banner .tel .tt::after {
    margin-top: 0.5em;
  }
  .fixed_banner .web {
    height: 11.5em;
  }
  .fixed_banner .web p .tt {
    padding-bottom: 0;
  }
  .fixed_banner .mail {
    height: 13em;
  }
  .fixed_banner .fee {
    height: 12em;
  }
  .fixed_banner .fee p .tt {
    padding-bottom: 0;
  }
  .totop {
    right: 60px;
    bottom: 10px;
  }
  .totop .icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .totop {
    right: 15px;
  }
  .totop .icon {
    font-size: 12px;
  }
}
.ptel a {
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 0.8055555556em;
  color: var(--main-color);
  text-decoration: none;
}
.ptel a::before {
  content: "";
  position: absolute;
  top: 0.3611111111em;
  left: 0;
  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);
  width: 0.5277777778em;
  height: 0.5555555556em;
}

.ft_map {
  max-width: 640px;
  width: 50%;
  height: 340px;
}

footer {
  position: relative;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  color: #fff;
  text-decoration: none;
}
footer .ptel a {
  color: #ffffff;
  font-weight: 400;
  padding-left: 30px;
}
footer .ptel a::before {
  background-color: #ffffff;
}
footer .ft_logo {
  padding: 0px 0 9px;
  max-width: 325px;
}
footer .des {
  margin-bottom: 15px;
  font-weight: 300;
}
footer .time_sheet {
  margin-top: 19px;
}
footer .time_sheet .note {
  margin-top: 8px;
  margin-left: 15px;
}
footer .ft_info {
  background: url(../images/ft_bg01.jpg) no-repeat center/cover;
  padding: 79px 0 78px;
}
footer .ft_info .col {
  padding: 0 48px;
  width: 50%;
}
footer .ft_mn {
  padding: 61px 0 29px;
  background: url(../images/ft_bg02.jpg) no-repeat center/cover;
}
footer .ft_mn > .inner_big {
  max-width: 1220px;
}
.ft_link .title {
  margin-bottom: 16px;
  padding-left: 0;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-left: -2px;
  line-height: 1;
  pointer-events: none;
  font-family: var(--f-en);
  width: 100%;
  text-transform: capitalize;
  color: var(--main-color);
}
.ft_link .title::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link li.tt_mn {
  margin-bottom: 20px;
}
.ft_link li.tt_mn:last-child {
  margin-bottom: 0;
}
.ft_link li.tt_mn > a {
  pointer-events: none;
  padding-left: 0;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.ft_link li.tt_mn > a::before {
  display: none;
}
.ft_link a {
  display: table;
  position: relative;
  color: inherit;
  letter-spacing: 0.07em;
  color: var(--clr1);
  line-height: 1.6;
  padding-left: 23px;
  font-size: 15px;
  text-decoration: none;
}
.ft_link a::before {
  content: "";
  position: absolute;
  top: 0.3333333333em;
  left: 0.1333333333em;
  width: 0.6666666667em;
  height: 1.1333333333em;
  background: url(../images/ic_illus_mn.png) no-repeat center/contain;
}
.ft_link a:hover {
  opacity: 1;
  color: var(--clr1);
}
@media only screen and (min-width: 769px) {
  .ft_link a:hover {
    color: #61af75;
  }
  .ft_link .menu01 {
    width: 35%;
  }
  .ft_link .menu02 {
    width: 62.6%;
  }
  .ft_link .menu02 > ul {
    width: 55%;
  }
  .ft_link .menu02 > ul:last-child {
    width: 32%;
  }
}

.copyright {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.copyright .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 40px;
  margin-top: 41px;
}
.copyright .textwidget {
  display: block;
  margin-top: -1px;
  line-height: 27px;
  padding-left: 26px;
  padding-bottom: 3px;
  margin-left: 31px;
  border-left: 1px solid #cecece;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: inherit;
  letter-spacing: 0.14em;
  color: var(--clr1);
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 158px;
}

@media only screen and (min-width: 769px) {
  .ft_banner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -31px;
    width: 36%;
    max-width: 360px;
  }
  .copyright .flex {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .copyright > .inner_big {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .copyright > .inner_big {
    max-width: 1220px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1500px) {
  .copyright > .inner_big {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .copyright > .inner_big {
    padding-right: 80px;
  }
  .ft_link li {
    margin-bottom: 14px;
  }
  .ft_link li .tt_mn {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .idx_gallery .list .item .img {
    width: 350px;
    height: 259px;
  }
  .time_sheet table {
    font-size: min(14px, 1.8vw);
  }
  .time_sheet table th, .time_sheet table td {
    width: 7.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: 17.5%;
  }
  .ft_link li.tt_mn > a {
    font-size: 18px;
  }
  .ft_link a {
    font-size: 14px;
    padding-left: 17px;
    letter-spacing: 0.02em;
  }
  .ft_link .menu02 > ul {
    width: 53%;
  }
  .ft_link .menu02 > ul:last-child {
    width: 41%;
  }
  .ptel a {
    font-size: 30px;
  }
  footer .ft_info .col {
    padding: 0 30px 0 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .ft_banner {
    width: 40%;
    margin-top: -12px;
  }
  .copyright .grits img {
    max-width: 130px;
  }
  .copyright .textwidget {
    padding-left: 15px;
    margin-left: 15px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/