@charset "UTF-8";
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-jp: "M PLUS Rounded 1c", sans-serif;
  --f-en: "Outfit", sans-serif;
  --f-hiragino: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  --main-color: #007AB6;
  --clr1: #474C52;
  --clr2: #F2C647;
  --ttl_size: 28px;
  --wrapper: 100px;
  --border-radius:10px;
  --line-height: 2;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  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-hiragino);
  font-size: 18px;
}

h2,
h3,
h4,
h5,
h6 {
  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.tel_click {
  text-decoration: none;
  color: inherit;
}

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

table {
  width: 100%;
}

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

.captcha_box iframe {
  height: auto;
}

.flex {
  display: -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: var(--line-height);
  letter-spacing: 0.025em;
  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_full {
  max-width: 1920px;
  margin: 0 auto;
}

.inner_big {
  max-width: 1440px;
}

.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: 12px;
  line-height: 17px;
  margin: 10px 0 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: 1000px) {
  .pc_1000 {
    display: none !important;
  }
}
@media only screen and (max-width: 1001px) {
  .sp_1000 {
    display: none !important;
  }
}
@media only screen and (min-width: 451px) {
  .sp_450 {
    display: none !important;
  }
}
@media only screen and (min-width: 351px) {
  .sp_320 {
    display: none !important;
  }
}
.box_center {
  text-align: center;
}

.TabContainer {
  position: relative;
}
.TabContainer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  width: 100vw;
  height: calc(100% - 94px);
  background: #ffffff url(../images/idx04_bg02.png) no-repeat center bottom;
  margin: 0 -50vw;
  z-index: -1;
}
.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;
  z-index: 0;
}
.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: 65px 0 71px;
}
.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: 95%;
  margin: 0px auto;
  max-width: 1266px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.TabContainer .TabPager > div {
  background-color: rgba(0, 0, 0, 0.25);
  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;
  padding: 35px 20px 29px;
  width: calc(50% - 0px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #ffffff;
}
.TabContainer .TabPager > div p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
.TabContainer .TabPager > div.active {
  background-color: #fff;
  z-index: 1;
  color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .TabContainer .TabPager > div:not(.active):hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.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;
  z-index: 1;
}
.key .key_img {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.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 {
  max-width: 286px;
  width: 100%;
}
.btn_st01 a {
  text-decoration: none;
  display: block;
  background-color: var(--clr2);
  border-radius: 5px;
  color: #805607;
  font-weight: 600;
  letter-spacing: 0;
  padding: 1.1666666667em 1.8888888889em 1.1666666667em 1.4444444444em;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.btn_st01 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--clr2);
  z-index: -1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-radius: 5px;
}
.btn_st01 a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.3888888889em;
  background-color: var(--clr1);
  width: 0.3333333333em;
  height: 0.5555555556em;
  margin: auto;
  mask-image: url(../images/ic_arr.svg);
  -webkit-mask-image: url(../images/ic_arr.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;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.btn_st01 a:hover {
  opacity: 1;
  color: #805607;
}
@media only screen and (min-width: 769px) {
  .btn_st01 a:hover {
    background-color: #fff7de;
  }
}

.btn_st02 {
  margin-bottom: 5px;
  max-width: 470px;
  width: 100%;
}
.btn_st02:last-child {
  margin-bottom: 0;
}
.btn_st02 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E0E0E0;
  color: var(--clr1);
  padding: 0.5em 2.8235294118em 0.5em 1.4117647059em;
  border-radius: 5px;
  text-decoration: none;
  background-color: #ffffff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  min-height: 4.1176470588em;
  font-size: 17px;
}
.btn_st02 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.1764705882em;
  bottom: 0;
  margin: auto;
  mask-image: url(../images/ic_arr02.svg);
  -webkit-mask-image: url(../images/ic_arr02.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: #707070;
  width: 1.375em;
  height: 0.25em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.btn_st02 a:hover {
  opacity: 1;
  color: var(--clr1);
}
@media only screen and (min-width: 769px) {
  .btn_st02 a:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff;
  }
  .btn_st02 a:hover::after {
    background-color: #ffffff;
  }
}
.btn_st02 a .icon {
  position: relative;
  padding-left: 1.9375em;
  letter-spacing: 0;
  display: table;
}
.btn_st02 a .icon::before {
  content: "";
  position: absolute;
  top: 0.125em;
  left: 0;
  width: 1.1875em;
  height: 1.1875em;
  background: url(../images/ic_checklist.svg) no-repeat center/contain;
}

.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 .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: 1921px) {
  .TabContainer:before {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .TabContainer::before {
    height: calc(100% - 73px);
  }
  .TabContainer .TabPager {
    width: 85%;
  }
  .TabContainer .TabPager > div {
    padding: 24px 20px 22px;
  }
  .TabContainer .TabPager > div p {
    font-size: 18px;
  }
  .TabContainer .TabContent .content > div {
    padding: 45px 0 56px;
  }
  .TabContainer .TabContent .content > div .inner {
    padding: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  body {
    font-size: 16px;
  }
  .inner {
    width: calc(100% - 120px);
  }
  .btn_st02 a {
    font-size: 15px;
    padding-left: 1em;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           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: 11.4em;
  height: var(--h_hd);
  z-index: 20;
  font-size: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--h_hd);
  background-color: #ffffff;
  z-index: -1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.ovh header::before {
  opacity: 0;
}

header.active,
.ovh header {
  --h_hd: 9.3em;
}
header.active .pc_navi > ul > li > p, header.active .pc_navi > ul > li > a,
.ovh header .pc_navi > ul > li > p,
.ovh header .pc_navi > ul > li > a {
  border: 1px solid rgba(71, 76, 82, 0.3);
}

.header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
  padding: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo {
  width: 25%;
  max-width: 39.7em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.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;
  background-color: #ffffff;
  border-bottom-right-radius: 10px;
}
.logo img {
  max-width: 30.9em;
  width: 85%;
}

.h_wrap {
  width: calc(100% - 8.9em);
}

.right_head {
  width: 73%;
  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%;
  height: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: var(--h_hd);
  position: relative;
  padding-right: 2.5em;
  padding-bottom: 2em;
}
.pc_navi > ul > li {
  max-width: 16.9em;
  width: calc(20% - 0.6em);
  margin: 0 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pc_navi > ul > li.ov > a, .pc_navi > ul > li.ov > p {
  opacity: 0.5;
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p, .pc_navi > ul > li.hover > a,
.pc_navi > ul > li.hover > p {
  color: var(--clr1);
  opacity: 1;
}
.pc_navi > ul > li:hover > a::before,
.pc_navi > ul > li:hover > p::before, .pc_navi > ul > li.hover > a::before,
.pc_navi > ul > li.hover > p::before {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  height: 3em;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: var(--clr1);
  padding: 0.625em 1.3125em 0.625em 0.9375em;
  z-index: 2;
}
.pc_navi > ul > li > a::after,
.pc_navi > ul > li > p::after {
  content: "";
  position: absolute;
  top: -0.1875em;
  bottom: 0;
  right: 0.8125em;
  background: url(../images/shared_pc_navi_arrow.svg) no-repeat center/contain;
  width: 0.375em;
  height: 0.625em;
  margin: auto;
}
.pc_navi > ul > li > a::before,
.pc_navi > ul > li > p::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(71, 76, 82, 0.3);
          box-shadow: 0 0 3px rgba(71, 76, 82, 0.3);
}
.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 > .subInner {
  position: fixed;
  width: 100%;
  max-width: 93.4em;
  right: 8.9em;
  top: 0;
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
.pc_navi > ul > li > .subInner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: -1;
}
.pc_navi > ul > li > .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul > li > .subInner > ul {
  padding-top: calc(var(--h_hd) + 1.7em);
  padding-left: 6em;
  padding-bottom: 7.3em;
}
.pc_navi > ul > li > .subInner > ul > li.mn_tl {
  width: 100%;
}
.pc_navi > ul > li > .subInner > ul > li.mn_tl > a {
  font-size: 2.4em;
  font-weight: 600;
  letter-spacing: 0;
  pointer-events: none;
  padding-left: 0.4166666667em;
  margin-bottom: 0.625em;
}
.pc_navi > ul > li > .subInner > ul > li.mn_tl ul {
  max-height: 14em;
  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: start;
      align-content: flex-start;
}
.pc_navi > ul > li > .subInner > ul > li.mn_tl ul > li {
  width: calc(33.3333333333% - 2em);
  max-width: 24.1em;
  margin: 1em 1em 0.1em;
}
.pc_navi > ul > li > .subInner > ul > li a {
  position: relative;
  display: table;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.5em;
  font-weight: 400;
  color: var(--clr1);
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.025em;
}
.pc_navi > ul > li > .subInner > ul > li a:hover {
  color: #805607;
  opacity: 1;
}

@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%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  header {
    --h_hd: 10em;
  }
  header.active,
  .ovh header {
    --h_hd: 8.3em;
  }
  .logo {
    max-width: 33.5em;
    width: 22%;
  }
  .h_wrap {
    width: calc(100% - 65px);
  }
  .pc_navi > ul {
    padding-bottom: 0;
  }
  .pc_navi > ul > li > .subInner {
    right: 65px;
  }
  .pc_navi > ul > li > .subInner > ul {
    padding-top: calc(var(--h_hd) + 1.7em);
    padding-bottom: 5.3em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  header.active,
  .ovh header {
    --h_hd: 68px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .pc_navi > ul > li > .subInner {
    max-width: 87.4em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  header {
    font-size: min(10px, 0.88vw);
  }
  .pc_navi > ul > li > a, .pc_navi > ul > li > p {
    padding-left: 0.35em;
  }
  .pc_navi > ul > li > a::after, .pc_navi > ul > li > p::after {
    right: 0.5em;
  }
  .pc_navi > ul > li > .subInner {
    max-width: 75.4em;
  }
  .pc_navi > ul > li > .subInner > ul {
    padding-left: 1em;
    padding-top: calc(var(--h_hd) + 2.7em);
    padding-bottom: 4.3em;
  }
  .pc_navi > ul > li > .subInner > ul > li a {
    letter-spacing: 0;
  }
  .pc_navi > ul > li > .subInner > ul > li.mn_tl > ul > li {
    width: calc(33.3333333333% - 1em);
    margin: 1em 1em 0.1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .pc_navi > ul > li > .subInner {
    max-width: 72.4em;
  }
  .pc_navi > ul > li > .subInner > ul {
    padding-top: calc(var(--h_hd) + 1.7em);
  }
  .pc_navi > ul > li > .subInner > ul > li.mn_tl ul > li {
    width: calc(33.3333333333% - 1em);
    margin: 1em 0.5em 0.1em;
  }
}
.idx_gallery {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.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 .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 496px;
  height: 326px;
  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: 15px;
  margin-left: 0;
  line-height: 1.75;
  font-size: 12px;
  letter-spacing: 0.025em;
}
.time_sheet .note span {
  display: inline-block;
}
.time_sheet table {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 17px;
}
.time_sheet table th,
.time_sheet table td {
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: center;
  font-size: 1em;
  width: 10.25%;
  border-bottom: 1px solid;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
  padding-left: 0;
  padding-right: 6px;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 14%;
  padding-right: 1.2em;
}
.time_sheet table th {
  padding: 0.5882352941em 0.2em 0.5294117647em;
  font-weight: 500;
  color: var(--clr2);
  border-color: var(--clr2);
  border-width: 3px;
  letter-spacing: 0.025em;
}
.time_sheet table th span {
  font-size: 0.7058823529em;
}
.time_sheet table td {
  padding: 0.85em 0.2em 0.65em;
  color: var(--clr2);
  border-bottom: 1px solid #E0E0E0;
  letter-spacing: 0;
  font-size: 1.1764705882em;
}
.time_sheet table td.cl_gray {
  color: #D1D1D1;
}
.time_sheet table td span {
  font-size: 0.7058823529em;
}
.time_sheet table td:first-child {
  color: #504131;
  font-size: 1em;
  line-height: 1;
  padding: 1.3em 0.3529411765em 0.7647058824em 0;
}
.time_sheet table tbody tr:nth-child(2) td {
  border-bottom: 0;
  padding-top: 0;
}
.time_sheet table tbody tr:nth-child(2) td:first-child {
  padding-top: 1em;
}

@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: 0;
  right: 0;
  width: 8.9em;
  height: 8.9em;
  font-size: 10px;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  background-color: rgba(0, 122, 182, 0.6);
  background-image: url(../images/totop.png);
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: center;
  border: 0px;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media only screen and (min-width: 769px) {
  .totop:hover .icon {
    background-color: rgba(0, 122, 182, 0.9);
  }
}
.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;
  background-color: rgba(0, 122, 182, 0.36);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.fixed_banner .tel, .fixed_banner .chat_ai, .fixed_banner .web {
  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 .f_box {
  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 .f_box:hover {
  color: #fff;
}
.fixed_banner .f_box .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 .f_box .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 .f_box .tt::before {
  margin-bottom: 0.6923076923em;
  width: 1.9230769231em;
  height: 1.9230769231em;
  --mask: url(../images/ic_tel.svg);
}
.fixed_banner .web .f_box .tt::before {
  margin-bottom: 1em;
  width: 2.4166666667em;
  height: 1.8333333333em;
  --mask: url(../images/ic_web.svg);
}
.fixed_banner .chat_ai .f_box {
  background: none;
  border: 0;
}
.fixed_banner .chat_ai .f_box .tt {
  font-family: var(--f-jp);
}
.fixed_banner .chat_ai .f_box .tt::before {
  margin-bottom: 0.58333333em;
  width: 2.9166666667em;
  height: 2.25em;
  --mask: url(../images/ic_chatbot.svg);
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    top: 9.3em;
    --size: 8.9em;
    width: 8.9em;
    padding-bottom: 16.2em;
    z-index: 21;
  }
  .fixed_banner .tel, .fixed_banner .chat_ai, .fixed_banner .web {
    width: var(--size);
    height: var(--size);
    border-top: 1px solid rgba(255, 255, 255, 0.32);
  }
  .fixed_banner .tel:first-child, .fixed_banner .chat_ai:first-child, .fixed_banner .web:first-child {
    border-top: 0;
  }
  .fixed_banner .f_box {
    width: var(--size);
    height: var(--size);
  }
  .fixed_banner .f_box .tt {
    font-size: 1.2em;
    letter-spacing: 0.05em;
  }
  .fixed_banner .tel {
    --w_tel: 18em;
    -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 .f_box {
    padding-top: 0.2em;
  }
  .fixed_banner .tel .f_box .tt {
    font-size: 1.3em;
  }
  .fixed_banner .tel:hover .ov {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
  .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: rgba(0, 122, 182, 0.8);
    position: absolute;
    left: 0;
    height: 7em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: var(--w_tel);
    -webkit-transform: translateX(0);
            transform: translateX(0);
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .fixed_banner .tel .ov::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1em;
    margin: auto;
    width: 1em;
    height: 1em;
    background-color: rgba(0, 122, 182, 0.8);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  .fixed_banner .tel .ov .text {
    font-size: 2em;
    font-family: var(--f-en);
  }
  .fixed_banner .web {
    height: 9.3em;
  }
  .fixed_banner .web .f_box {
    padding-top: 0.7em;
  }
  .fixed_banner .chat_ai:hover {
    opacity: 0.7;
  }
  .fixed_banner .chat_ai:hover .f_box {
    background-color: rgba(0, 122, 182, 0.2);
  }
  .fixed_banner .chat_ai .f_box {
    cursor: pointer;
    padding-top: 1.3em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .fixed_banner, .totop {
    font-size: 7.305px;
  }
  .fixed_banner {
    top: 83px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .fixed_banner {
    top: 68px;
  }
}
footer {
  padding: 97px 0 85px;
  position: relative;
  z-index: 2;
  background: url(../images/ft_bg.jpg) no-repeat center/cover;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  text-decoration: none;
}
footer .ft_logo {
  max-width: 433px;
  width: 100%;
  margin: 0 auto 86px;
}
footer .ft_info .des {
  margin-bottom: 26px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.ft_link a {
  text-decoration: none;
}
footer .ft_bnr{
  max-width: 420px;
  width: 100%;
  margin: 40px auto 0;
}
@media only screen and (min-width: 769px) {
  .ft_link .menu01 {
    width: 25%;
  }
  .ft_link .menu02 {
    width: 23.8%;
  }
  .ft_link .menu03 {
    width: 23%;
  }
  .ft_link .menu04 {
    width: 22.4%;
  }
}
.ft_link .title {
  margin-bottom: 21px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: var(--main-color);
  pointer-events: none;
}
.ft_link .title::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link a {
  display: table;
  position: relative;
  padding-left: 0em;
  color: inherit;
  font-size: 16px;
  letter-spacing: 0.025em;
  color: var(--clr1);
  line-height: 1.6;
}
.ft_link a:hover {
  color: var(--clr1);
  opacity: 1;
}

.copyright {
  margin: 0 auto 0;
  color: #fff;
  padding: 23px 0px 14px;
  position: relative;
  z-index: 2;
  background-color: var(--clr2);
}
.copyright .flex {
  align-items: center;
  justify-content: center;
  min-height: 40px;
}
.copyright .inner_big {
  max-width: 1135px;
}
.copyright .textwidget {
    display: block;
    margin-top: 5px;
    line-height: 20px;
    padding-left: 19px;
    padding-bottom: 3px;
    margin-left: 19px;
    border-left: 1px solid #805607;
    font-weight: 400;
    letter-spacing: 0.1em;
}
.copyright .textwidget p {
  margin-bottom: 0;
  color: #805607;
  font-size: 15px;
  line-height: inherit;
  letter-spacing: 0.025em;
  text-align: center;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 144px;
}

@media only screen and (min-width: 769px) {
  footer .ft_link a:hover {
    color: var(--main-color);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ft_link a {
    font-size: 14px;
  }
  .ft_link .menu01 {
    width: 22%;
  }
  .ft_link .menu02 {
    width: 23.8%;
  }
  .ft_link .menu03 {
    width: 23%;
  }
  .ft_link .menu04 {
    width: 27.4%;
  }
  .time_sheet .note {
    margin-top: 7px;
    font-size: 11px;
  }
  .time_sheet table {
    font-size: min(15px, 1.5vw);
  }
  .time_sheet table th, .time_sheet table td {
    width: 8.5%;
  }
  .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.5%;
  }
  .idx_gallery .list .item .img {
    width: 330px;
    height: 217px;
  }
  footer {
    padding: 65px 0 50px;
  }
  footer .ft_logo {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .ft_link .menu01 {
    width: 47%;
  }
  .ft_link .menu02 {
    width: 47%;
  }
  .ft_link .menu03 {
    width: 47%;
    margin-top: 35px;
  }
  .ft_link .menu04 {
    width: 47%;
    margin-top: 35px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/