@charset "UTF-8";
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-jp: "Zen Kaku Gothic New", sans-serif;
  --f-zen-antique: "Zen Kaku Gothic Antique", sans-serif;
  --f-en: "Lato", sans-serif;
  --main-color: #0060a0;
  --clr1: #4d4d4d;
  --clr2: #1d3657;
  --ttl_size: 28px;
  --wrapper: 100px;
  --border-radius: 5px;
}

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

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

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

table {
  width: 100%;
}

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

.captcha_box iframe {
  height: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

.red {
  color: #ca0a0a !important;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
  overflow-x: auto !important;
}

.wrapper {
  overflow: hidden;
}

.inner_max,
.inner_big,
.inner,
.inner_sm {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.inner_max {
  max-width: 1480px;
}

.inner_big {
  max-width: 1320px;
}

.inner {
  max-width: 1064px;
}

.inner_sm {
  max-width: 1020px;
}

.fullWidthBreak {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.txt_ver {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media only screen and (min-width: 769px) {
  .txt_ver_pc {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           WordPress Core                                 */
/*==========================================================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 35px;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                              General                                     */
/*==========================================================================*/
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media only screen and (min-width: 1000px) {
  .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 .TabContent {
  position: relative;
  z-index: 1;
}
.TabContainer .TabContent .cl_green {
  --cl: #67bb9a;
  --cl-dt: #e2f2ec;
  --cl-hover: #1e8d61;
}
.TabContainer .TabContent .cl_blue {
  --cl: #89c0e6;
  --cl-dt: #e2eef2;
  --cl-hover: #4ba9eb;
}
.TabContainer .TabContent .cl_pink {
  --cl: #f1a8bc;
  --cl-dt: #fae7ec;
  --cl-hover: #f887a5;
}
.TabContainer .TabContent .cl_purple {
  --cl: #cba8da;
  --cl-dt: #f6eefa;
  --cl-hover: #ba82d1;
}
.TabContainer .TabContent .cl_orange {
  --cl: #f4bd5c;
  --cl-dt: #fff1d7;
  --cl-hover: #f79f00;
}
.TabContainer .TabContent .content {
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.TabContainer .TabContent .content > div {
  margin-top: 1.875em;
  background-color: #efede7;
  opacity: 0;
  z-index: -10;
  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::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  left: 50%;
  right: 50%;
  margin: 0 -50vw;
  z-index: -1;
  background-color: #efede7;
}
.TabContainer .TabContent .content > div.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.TabContainer .TabPager {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.TabContainer .TabPager .cl_green {
  --cl: #1e8d61;
}
.TabContainer .TabPager .cl_blue {
  --cl: #4ba9eb;
}
.TabContainer .TabPager .cl_blue1 {
  --cl: #0060a0;
}
.TabContainer .TabPager .cl_pink {
  --cl: #f887a5;
}
.TabContainer .TabPager .cl_purple {
  --cl: #ba82d1;
}
.TabContainer .TabPager .cl_orange {
  --cl: #f79f00;
}
.TabContainer .TabPager > div {
  background-color: #ffffff;
  position: relative;
  margin-right: 0.5625em;
  max-width: 189px;
  width: calc((100% - 2.25em) / 5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: var(--cl);
  border-radius: 5px;
}
.TabContainer .TabPager > div::before {
  content: "";
  position: absolute;
  bottom: -0.625em;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.9375em;
  height: 0.6875em;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: var(--cl);
  opacity: 0;
}
.TabContainer .TabPager > div:last-child {
  margin-right: 0;
}
.TabContainer .TabPager > div p {
  background-color: #ffffff;
  padding: 1.5em 0.5em;
  margin: 0;
  font-size: 1.25em;
  font-weight: 500;
  font-family: var(--f-jp);
  line-height: 1.5;
  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;
  border-radius: 5px;
}
.TabContainer .TabPager > div.active {
  background-color: var(--cl);
  z-index: 1;
  color: #ffffff;
}
.TabContainer .TabPager > div.active::before {
  opacity: 1;
}
.TabContainer .TabPager > div.active p {
  background-color: var(--cl);
  font-weight: 400;
}
@media only screen and (min-width: 769px) {
  .TabContainer .TabPager > div:hover {
    background-color: var(--cl);
    z-index: 1;
    color: #ffffff;
  }
  .TabContainer .TabPager > div:hover p {
    background-color: var(--cl);
  }
}

.under .TabContainer .TabContent .content > div {
  background-color: #f7f6f1;
}
.under .TabContainer .TabContent .content > div h4 {
  border-color: var(--cl-hover);
}
.under .TabContainer .TabContent .content > div table.tbl_style01 th {
  background-color: var(--cl);
}

.rel {
  position: relative;
}

.ovh {
  overflow: hidden !important;
}

.ovs {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
}

.lt0 {
  letter-spacing: 0 !important;
}

figure,
picture {
  text-align: center;
  line-height: 1;
}

.fblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.key {
  position: relative;
}

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

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

.link > a {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.tel_click {
  display: table;
  text-decoration: none;
}
.tel_click .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--f-en);
  font-weight: 700;
  color: var(--main-color);
  letter-spacing: 0.05em;
  font-size: 1.5em;
}
.tel_click .icon::before {
  content: "";
  display: block;
  margin-right: 0.3214em;
  margin-top: 0.1786em;
  width: 0.893em;
  height: 0.893em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 101' %3E%3Cpath d='M97.829,82.824 C98.198,91.823 96.073,94.826 87.308,97.205 C74.144,100.791 61.788,98.752 50.561,91.066 C33.671,79.497 19.384,65.207 7.912,48.225 C-0.287,36.096 -1.826,22.855 2.769,8.952 C4.752,2.953 8.059,0.771 14.407,0.925 C23.639,1.157 23.633,1.157 26.561,10.079 C27.869,14.063 29.100,18.078 30.561,22.007 C32.367,26.859 31.432,30.918 27.914,34.711 C22.303,40.765 22.378,40.854 26.680,47.891 C33.854,59.628 43.600,68.580 55.717,75.040 C57.758,76.123 59.178,76.250 60.774,74.416 C62.051,72.951 63.620,71.738 65.076,70.429 C68.123,67.696 71.576,66.743 75.537,68.072 C82.013,70.255 88.532,72.319 94.923,74.723 C96.087,75.162 97.048,76.900 97.511,78.240 C97.992,79.641 97.756,81.285 97.829,82.824 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
}

.en {
  font-family: var(--f-en);
}

.btn a {
  position: relative;
  color: var(--main-color);
  text-decoration: none;
  font-family: var(--f-jp);
}
.btn a::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0.38125em;
  height: 12px;
  right: 5%;
  top: calc(50% - 6px);
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61 101' %3E%3Cpath d='M60.957,50.350 L52.385,58.785 L52.329,58.731 L9.523,100.309 L0.950,91.881 L43.698,50.349 L0.950,8.832 L9.523,0.385 L52.326,41.966 L52.385,41.909 L60.957,50.350 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
}

.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);
}
.cm_btn {
  max-width: 300px;
}
.cm_btn a {
  text-decoration: none;
  display: block;
  text-align: center;
  width: 100%;
  color: #ffffff;
  border: 1px solid var(--clr2);
  border-radius: 40px;
  background-color: var(--clr2);
  padding: 16px 1em 18px;
  font-weight: 400;
  font-family: var(--f-jp);
  letter-spacing: 0.1em;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.cm_btn a::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 19px;
  margin: auto;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 7px;
  height: 9px;
  background-color: #ffffff;
}
.cm_btn a:hover {
  opacity: 1;
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .cm_btn a:not([target*="_blank"]):hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
  }
}
.cm_btn.btn_w a {
  border: 0;
  background-color: #ffffff;
  color: var(--clr2);
  padding: 17px 1em 19px;
  font-weight: 500;
}
.cm_btn.btn_w a::after {
  background-color: var(--clr2);
}
@media only screen and (min-width: 769px) {
  .cm_btn.btn_w a:not([target*="_blank"]):hover {
    background-color: #ebf6ff;
    opacity: 0.85;
  }
}

.yt {
  max-width: 960px;
  margin: 0px auto;
}

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

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

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

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

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

.br_auto {
  display: inline-block;
}

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .under .key {
    font-size: min(16px, 1.35vw);
  }
  .TabContainer .TabPager {
    font-size: min(14px, 1.3vw);
  }
  .TabContainer .TabPager > div p {
    padding: 1em 0.5em;
  }
}
@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;
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  --hd: 6.25em;
  height: var(--hd);
  z-index: 22;
}

header.active,
.ovh header {
  background-color: #fff;
  position: fixed;
  -webkit-animation: slide-in-top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) alternate forwards;
  animation: slide-in-top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) alternate forwards;
}
header.active .logo,
.ovh header .logo {
  height: 100%;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: 0;
}
header.active .hamburger-btn,
.ovh header .hamburger-btn {
  top: 0.1875em;
}
header.active .hamburger-btn .button-toggle #menu_btn,
.ovh header .hamburger-btn .button-toggle #menu_btn {
  margin-top: 0.3em;
}

.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: 0.3125em 2.5em 0.3125em 1.25em;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.logo {
  width: 27%;
  max-width: 23.6875em;
  height: 6.875em;
  -webkit-box-shadow: 0 0 30px rgba(77, 77, 77, 0.1);
  box-shadow: 0 0 30px rgba(77, 77, 77, 0.1);
  border-bottom-right-radius: 10px;
  background-color: #ffffff;
  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;
  padding: 1.25em 1.5625em 1.25em 1.25em;
}
.logo img {
  width: auto;
  max-width: 16.0625em;
}

.right_head {
  width: 72%;
  padding-right: 3.8125em;
  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;
}
.right_head .pc_navi {
  display: none;
}
.right_head .pc_navi.navi_scroll {
  display: block;
}

.under .right_head .pc_navi {
  display: block;
}
.under .pc_navi.navi_df {
  display: none !important;
}

.pc_navi {
  width: 100%;
}
.pc_navi.navi_df {
  max-width: 1361px;
  width: calc(100% - 80px);
  padding: 0 20px;
  margin: -47px auto 0;
  position: relative;
  z-index: 1;
}
.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;
}
.pc_navi > ul > li {
  position: relative;
}
.pc_navi > ul > li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 0.9375em;
  background-color: #cdccc3;
  margin: auto;
}
.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.5333333333em;
  height: 0.4em;
  position: relative;
  bottom: 0px;
  top: 0;
  right: 0;
  margin: auto 0px auto 0.3333333333em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #cdcbbf;
  /*border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  width: 0;
  height: 0;*/
}
.pc_navi > ul > li.menu-item-has-children > a:hover::after,
.pc_navi > ul > li.menu-item-has-children > p:hover::after {
  -webkit-transform: translateY(0.3333333333em);
  transform: translateY(0.3333333333em);
}
.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.6666666667em;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 0.9375em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #2a2a2a;
  padding: 0 1.3333333333em 0 1.2666666667em;
}
.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(0.3333333333em);
  transform: translateY(0.3333333333em);
}
.pc_navi > ul .subInner {
  position: absolute;
  width: 18em;
  right: 50%;
  bottom: 0;
  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 0.625em;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.7em 0.6em 0.7em 1.2em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 0.875em;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.05em;
}
.pc_navi > ul .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.6em;
  -webkit-transform: translateY(-54%);
  transform: translateY(-54%);
}

@media only screen and (min-width: 769px) {
  .pc_navi > ul > li:nth-last-child(2) > .subInner {
    right: 58%;
  }
  .pc_navi > ul .col2 .subInner {
    width: 27.5em;
  }
  .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: 1158px;
    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: 1400px) {
  .right_head {
    padding-right: 1.25em;
  }
  .pc_navi > ul > li > p,
  .pc_navi > ul > li > a {
    padding: 0 1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  header {
    font-size: min(16px, 1.35vw);
  }
  .header_top {
    padding-right: 1em;
  }
  .right_head {
    padding-right: 0;
    width: calc(100% - 20.6875em);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .pc_navi.navi_df {
    margin-top: 25px;
    font-size: min(16px, 1.6vw);
  }
  .pc_navi.navi_df > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ovh header .hamburger-btn .button-toggle #menu_btn,
  header.active .hamburger-btn .button-toggle #menu_btn {
    margin-top: 0.6em;
  }
  .menu_toggle .inside .ft_link .menu01 > ul {
    max-height: 13em;
  }
  .menu_toggle .inside .ft_link .menu02 > ul {
    max-height: 16em;
  }
  .menu_toggle .inside .ft_link .menu03 > ul {
    max-height: 15em;
  }
}
.idx_gallery .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idx_gallery .list .img {
  padding-top: 2em;
}
.idx_gallery .list .img img {
  overflow: hidden;
  border-radius: 0.625em;
  margin: 0 6px;
}

.time_sheet {
  margin: 0px auto;
  max-width: 464px;
}
.time_sheet .note {
  margin-top: 15px;
  margin-left: -2px;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.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.1em;
  width: 9.9%;
  border-bottom: 1px solid var(--clr1);
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
  padding-left: 1.9%;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 16.05%;
  padding-left: 0.8em;
  text-align: left;
}
.time_sheet table th {
  padding: 0.6em 0.2em;
}
.time_sheet table td {
  padding: 1.35em 0.2em 1.65em;
  color: var(--main-color);
}
.time_sheet table td:first-child {
  color: #333;
}
.time_sheet table tr:nth-child(3) td {
  padding-bottom: 1.6em;
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
  :root {
    --ttl_size: 22px;
    --wrapper: 80px;
  }
}
.totop {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 25px;
  right: 25px;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  background-image: url(../images/totop.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0px;
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 50%;
}

@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: 20;
  -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;
  font-weight: 500;
  line-height: 1.2222222222;
  text-align: center;
  text-decoration: none;
  font-family: var(--f-zen-antique);
}
.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: #27466e;
}
.fixed_banner .tel p .tt::before {
  width: 1.8333333333em;
  height: 1.8333333333em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 223 224' %3E%3Cpath d='M222.907,166.838 L222.907,210.592 C222.909,217.120 217.879,222.520 211.391,222.958 C205.982,223.331 201.562,223.531 198.146,223.531 C88.744,223.531 0.068,134.864 0.068,25.466 C0.068,22.058 0.254,17.644 0.636,12.224 C1.093,5.755 6.488,0.709 12.992,0.709 L56.768,0.709 C59.948,0.709 62.615,3.125 62.933,6.289 C63.218,9.131 63.479,11.393 63.725,13.113 C66.185,30.293 71.227,46.982 78.681,62.647 C79.857,65.122 79.087,68.080 76.860,69.665 L50.145,88.758 C66.478,126.815 96.810,157.140 134.873,173.475 L153.936,146.824 C155.547,144.568 158.532,143.782 161.031,144.961 C176.692,152.397 193.386,157.417 210.550,159.885 C212.273,160.117 214.537,160.394 217.360,160.678 C220.522,160.994 222.923,163.668 222.917,166.838 L222.907,166.838 Z'/%3E%3C/svg%3E");
}
.fixed_banner .bn_x p {
  background-color: #ffffff;
}
.fixed_banner .bn_x p .tt::before {
  width: 2.1666666667em;
  height: 2.1666666667em;
  --mask: url(../images/ic_x.svg);
  background-color: #1d3657;
}
.fixed_banner .mail p {
  background-color: #1d3657;
}
.fixed_banner .mail p .tt::before {
  width: 2.1666666667em;
  height: 1.75em;
  --mask: url(../images/ic_mail.png);
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    --size: 8em;
    width: 8em;
    top: 252px;
  }
  .fixed_banner.active {
    z-index: 15;
  }
  .fixed_banner > div {
    width: var(--size);
    height: var(--size);
    margin-bottom: 3px;
  }
  .fixed_banner p {
    width: var(--size);
    height: var(--size);
    border-radius: 5px 0 0 5px;
  }
  .fixed_banner p .tt {
    font-size: 1.2em;
    letter-spacing: 0;
  }
  .fixed_banner .tel {
    --w_tel: 21em;
    -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 p {
    padding-top: 5px;
  }
  .fixed_banner .tel .tt::before {
    margin-bottom: 9px;
  }
  .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: #27466e;
    position: absolute;
    left: var(--size);
    height: 100%;
    top: 0;
    width: var(--w_tel);
  }
  .fixed_banner .tel .ov::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: calc(100% - 30px);
    background-color: #ffffff;
    margin: auto;
  }
  .fixed_banner .tel .ov .text {
    font-size: 2.4em;
    font-family: var(--f-jp);
  }
  .fixed_banner .mail:hover p {
    background-color: #124281;
  }
  .fixed_banner .mail p {
    padding-top: 4px;
  }
  .fixed_banner .mail p .tt::before {
    margin-bottom: 11px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .fixed_banner {
    font-size: 8px;
    top: calc(50% - 5em);
  }
  .totop .icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .fixed_banner {
    top: 200px;
  }
}
footer {
  padding: 118px 0 39px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--clr2);
z-index: 1;
}
footer > .inner_big {
  max-width: 1158px;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  color: #fff;
  text-decoration: none;
}
footer .ft_logo {
  padding: 0px 0 30px;
  max-width: 406px;
}
footer .ft_info {
  width: 47.5%;
}
footer .ft_info .des {
  margin-bottom: 26px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
footer .ft_link a {
  color: #ffffff;
}
footer .ft_link a::before {
  background-color: #ffffff;
}
footer .ft_link a:hover {
  color: #ffffff;
  text-decoration-line: underline;
  text-underline-offset: 5px;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
footer .ft_link .title span::before {
  background-color: #ffffff;
}

.ft_link .title {
  margin-bottom: 26px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  pointer-events: none;
  font-family: var(--f-jp);
  overflow: hidden;
  position: relative;
}
.ft_link .title::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.ft_link .title span {
  position: relative;
  background-color: var(--clr2);
  padding-right: 19px;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 12px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link a {
  display: table;
  position: relative;
  padding-left: 15px;
  color: inherit;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: var(--clr1);
  line-height: 1.6;
  text-decoration: none;
}
.ft_link a::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 6px;
  background-color: var(--main-color);
  border-radius: 50%;
  width: 3px;
  height: 3px;
}
.ft_link a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .ft_link a:hover {
    color: var(--main-color);
  }
  .ft_link .link_list > div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .ft_link .menu01 {
    width: 32.5%;
  }
  .ft_link .menu01 > ul {
    max-height: 10em;
  }
  .ft_link .menu01 > ul > li:last-child {
    width: 36%;
  }
  .ft_link .menu02 {
    width: 33.3%;
  }
  .ft_link .menu02 > ul {
    max-height: 12em;
  }
  .ft_link .menu02 > ul > li:last-child {
    width: 52.6%;
  }
.ft_link .menu04 {
	width: 27%;
}
  .ft_link .menu03 {
    width: 100%;
    margin-top: 41px;
  }
  .ft_link .menu03 > ul {
    max-height: 10em;
  }

  .ft_link .menu03 > ul > li:nth-child(9) {
    width: 16.5%;
  }
  .ft_link .menu03 > ul > li:last-child {
    width: 27.2%;
    margin-right: -8px;
  }
}

.copyright {
  margin: 100px 0 0 1px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.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;
}
.copyright .textwidget {
  display: block;
  margin-top: 1px;
  line-height: 18px;
  padding-left: 20px;
  padding-bottom: 3px;
  margin-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 10px;
  line-height: inherit;
  letter-spacing: 0.1em;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
  position: relative;
  top: 1px;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 120px;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .ft_link .title {
    font-size: 16px;
  }
  .ft_link a {
    font-size: 13px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
	.ft_link .menu01{width: 33%;}
	.ft_link .menu01 > ul{max-height: 10em;}
  .ft_link .menu02 {
    width:40.3%;
  }
  .ft_link .menu02 > ul {
    max-height: 13em;
  }
  /* .ft_link .menu02 > ul > li:last-child {
    width: 55%;
  } */
  .ft_link .menu03 > ul > li:last-child {
    width: 34.2%;
  }
	.ft_link .menu03 > ul, .ft_link .menu04 > ul{max-height: 11em;}
  .ft_link .menu03 > ul > li:nth-child(9){width: 17.5%;}
	.ft_link .menu04{width: 22%;}
	.ft_link .menu02 > ul > li:last-child{width: 56%;}
	.ft_link .menu01 > ul > li:last-child{width: 100%}
}
.btn_map {
  border: 0 !important;
  outline: 0;
  text-decoration: none;
  color: #fff !important;
  padding: 5px 12px 7px;
  font-size: 12px;
  border-radius: 30px;
  text-align: center;
  display: table;
  background-color: var(--cl-hover);
  margin: 0 auto;
}
.idx_map .pin_ttl {
  font-size: 1.142857142857143em;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
