@charset "UTF-8";
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-jp: "Noto Serif JP", serif;
  --f-en: "Playfair Display", serif;
  --f-shippori: "Shippori Mincho", serif;
  --main-color: #1e3458;
  --clr1: #1e3458;
  --clr2: #ccc;
  --ttl_size: 28px;
  --wrapper: 100px;
  --border-radius: 0px;
}

.br-auto {
  display: inline-block;
}

.text-cl {
  color: #42a7b5;
}

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

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: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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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: 769px) {
  .sp_only {
    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: #fff;
}
.TabContainer .TabContent .content > div {
  max-width: 1102px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.TabContainer .TabContent .content > div.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
@media only screen and (min-width: 1281px) {
  .TabContainer .TabContent .content > div:nth-child(3) .idx03-content {
    padding-bottom: 75px;
  }
}
.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: 1120px;
}
@media only screen and (min-width: 1560px) {
  .TabContainer .TabPager {
    position: relative;
    bottom: -1px;
  }
}
.TabContainer .TabPager > div {
  background-color: rgba(0, 31, 81, 0.8);
  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: 23px 20px;
  width: calc(50% - 0px);
  max-width: 373px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #ffffff;
}
.TabContainer .TabPager > div:first-child::before {
  display: none;
}
.TabContainer .TabPager > div::before {
  position: absolute;
  content: "";
  top: 10px;
  left: -1px;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #8993b8;
}
.TabContainer .TabPager > div p {
  font-family: var(--f-jp);
  margin: 0;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
}
.TabContainer .TabPager > div.active {
  background-color: #fff;
  z-index: 1;
  color: #313e87;
}
.TabContainer .TabPager > div.active:hover {
  background-color: #fff;
  color: #313e87;
}
@media only screen and (min-width: 769px) {
  .TabContainer .TabPager > div:hover {
    background-color: #47391f;
  }
}
@media only screen and (max-width: 768px) {
  .TabContainer .TabPager > div {
    padding: 15px 5px;
    bottom: -1px;
  }
  .TabContainer .TabPager > div::before {
    left: 0;
  }
  .TabContainer .TabPager > div p {
    font-size: min(18px, 4vw);
    letter-spacing: 0;
  }
}

.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.white .icon {
  color: #fff;
}
.tel_click.white .icon::before {
  background-color: #fff;
}
.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-jp);
  font-weight: 500;
  color: #93733b;
  letter-spacing: 0.05em;
  font-size: 1.5em;
}
.tel_click .icon::before {
  content: "";
  display: block;
  margin-right: 12px;
  margin-top: 0.1786em;
  width: 0.8333333333em;
  height: 0.8333333333em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px'%3E%3Cpath fill-rule='evenodd' fill='rgb(147, 115, 59)' d='M20.011,14.902 L20.011,18.829 C20.012,19.411 19.560,19.894 18.977,19.935 C18.491,19.969 18.095,19.987 17.788,19.987 C7.963,19.987 -0.000,12.034 -0.000,2.220 C-0.000,1.914 0.016,1.518 0.051,1.032 C0.092,0.451 0.576,-0.001 1.160,0.001 L5.091,0.001 C5.377,-0.001 5.617,0.216 5.645,0.500 C5.671,0.756 5.694,0.958 5.716,1.113 C5.937,2.652 6.390,4.150 7.059,5.555 C7.165,5.779 7.096,6.043 6.896,6.185 L4.497,7.897 C5.964,11.311 8.687,14.031 12.106,15.496 L13.818,13.105 C13.962,12.903 14.230,12.833 14.455,12.939 C15.861,13.608 17.360,14.056 18.902,14.278 C19.056,14.300 19.260,14.324 19.513,14.348 C19.797,14.378 20.013,14.617 20.012,14.902 L20.011,14.902 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: #93733b;
}

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

.btn a {
  position: relative;
  color: var(--main-color);
  text-decoration: none;
  font-family: var(--f-jp);
  padding-left: 3.6875em;
}
.btn a::before, .btn a::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn a::before {
  width: 40px;
  height: 40px;
  background-color: #d5d9e1;
  border-radius: 50%;
  top: calc(50% - 20px);
  left: 0;
}
.btn a::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26px' height='20px'%3E%3Cpath fill-rule='evenodd' fill='rgb(30, 52, 88)' d='M23.111,9.990 L23.111,9.1000 L25.1000,9.990 L14.444,19.982 L11.556,18.318 L19.871,11.658 L0.000,11.658 L0.000,8.327 L19.647,8.327 L11.556,1.668 L14.444,-0.000 L25.1000,9.990 L23.111,9.990 Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26px' height='20px'%3E%3Cpath fill-rule='evenodd' fill='rgb(30, 52, 88)' d='M23.111,9.990 L23.111,9.1000 L25.1000,9.990 L14.444,19.982 L11.556,18.318 L19.871,11.658 L0.000,11.658 L0.000,8.327 L19.647,8.327 L11.556,1.668 L14.444,-0.000 L25.1000,9.990 L23.111,9.990 Z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  top: 7px;
  left: 14px;
  width: 13px;
  height: 10px;
  background-color: var(--main-color);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .btn a::after {
    top: 5px;
  }
}

.btn-group {
  font-size: 0.625em;
}
.btn-group.center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.btn-group .btn {
  font-size: 1em;
}
.btn-group .btn.style01, .btn-group .btn.style02 {
  width: 100%;
}
.btn-group .btn.style01 a, .btn-group .btn.style02 a {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--main-color);
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-group .btn.style01 a:hover, .btn-group .btn.style02 a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.style01 a:hover, .btn-group .btn.style02 a:hover {
    color: #b69d6f;
  }
  .btn-group .btn.style01 a:hover::after, .btn-group .btn.style02 a:hover::after {
    background-color: #fff;
  }
  .btn-group .btn.style01 a:hover::before, .btn-group .btn.style02 a:hover::before {
    background-color: #44371e;
  }
}
.btn-group .btn.bg01 a {
  background-color: #fff;
  color: var(--main-color);
}
.btn-group .btn.bg01 a::after {
  background-color: var(--main-color);
}
.btn-group .btn.style02 a {
  color: #47391f;
}
.btn-group .btn.style02 a::before {
  background-color: #e4d9cc;
}
.btn-group .btn.style02 a::after {
  background-color: #47391f;
}
.btn-group.white .btn.style01 a, .btn-group.white .btn.style02 a {
  color: #fff;
}
.btn-group.white .btn.style01 a::before, .btn-group.white .btn.style02 a::before {
  background-color: unset;
  border: 1px solid #fff;
}
.btn-group.white .btn.style01 a::after, .btn-group.white .btn.style02 a::after {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .btn-group.white .btn.style01 a:hover, .btn-group.white .btn.style02 a:hover {
    color: #b69d6f;
  }
  .btn-group.white .btn.style01 a:hover::after, .btn-group.white .btn.style02 a:hover::after {
    background-color: #fff;
  }
  .btn-group.white .btn.style01 a:hover::before, .btn-group.white .btn.style02 a:hover::before {
    background-color: #44371e;
  }
}

.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 (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%;
  height: var(--wrapper);
  z-index: 20;
}
header::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  max-width: 952px;
  width: 69%;
  height: 1px;
  background-color: #fff;
}

header.active,
.ovh header {
  background-color: #fff;
}
header.active .logo,
.ovh header .logo {
  top: 0;
}
header.active .logo .default,
.ovh header .logo .default {
  display: none;
}
header.active .logo .active,
.ovh header .logo .active {
  display: block;
}
header.active .pc_navi > ul > li > a,
header.active .pc_navi > ul > li > p,
.ovh header .pc_navi > ul > li > a,
.ovh header .pc_navi > ul > li > p {
  color: #1e3458;
}
header.active .pc_navi > ul > li > a::after,
header.active .pc_navi > ul > li > p::after,
.ovh header .pc_navi > ul > li > a::after,
.ovh header .pc_navi > ul > li > p::after {
  background-color: #4fadba;
}
header.active .hd-ins img,
.ovh header .hd-ins img {
  -webkit-filter: none;
          filter: none;
}
header.active .hd-ins::after,
.ovh header .hd-ins::after {
  background-color: #1e3458;
}
header.active .hamburger-btn,
.ovh header .hamburger-btn {
  top: calc(var(--wrapper) / 2 - 21px);
  right: 48px;
}
header.active .hamburger-btn .button-toggle #menu_btn,
.ovh header .hamburger-btn .button-toggle #menu_btn {
  color: var(--main-color);
}
@media only screen and (max-width: 768px) {
  header.active .hamburger-btn,
  .ovh header .hamburger-btn {
    right: 20px;
    top: calc(var(--wrapper) / 2 - 15px);
  }
}
header.active #nav-icon,
.ovh header #nav-icon {
  width: 36px;
  height: 24px;
}
header.active #nav-icon span,
.ovh header #nav-icon span {
  background-color: var(--main-color);
}

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

.logo {
  width: 27%;
  max-width: 362px;
  position: relative;
  top: 20px;
  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;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  width: auto;
}
.logo .active {
  display: none;
}

.right_head {
  width: 70%;
  max-width: 880px;
  padding-right: 123px;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hd-ins {
  width: 26px;
  position: relative;
}
.hd-ins img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.hd-ins::after {
  position: absolute;
  content: "";
  top: 0;
  right: -31px;
  background-color: #fff;
  width: 1px;
  height: 30px;
  opacity: 40%;
}
.hd-ins a:hover {
  opacity: 1;
}

.pc_navi {
  width: calc(100% - 26px);
  padding-right: 71px;
}
.pc_navi > ul {
  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;
  text-align: center;
  width: 100%;
}
.pc_navi > ul > li {
  position: relative;
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p {
  opacity: 1;
  color: var(--main-color);
}
.pc_navi > ul > li.menu-item-has-children > a,
.pc_navi > ul > li.menu-item-has-children > p {
  padding-right: 1.0666666667em;
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: calc(50% - 0.1333333333em);
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(../images/shared_pc_navi_arrow.png);
          mask-image: url(../images/shared_pc_navi_arrow.png);
  background-color: #fff;
  /*border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  width: 0;
  height: 0;*/
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  font-family: var(--f-jp);
  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: 40px;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
}
.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,
.pc_navi > ul > li:hover p {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
.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: #b69d6f;
  padding-bottom: 10px;
}
.pc_navi > ul .subInner ul li {
  padding: 0 10px;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: block;
  padding: 1.2em 0.6em 1.2em 1.6em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 0.875em;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.05em;
}
.pc_navi > ul .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.6em;
  -webkit-transform: translateY(-54%);
          transform: translateY(-54%);
}

@media only screen and (min-width: 769px) {
  .pc_navi > ul .col2 .subInner {
    width: 44em;
  }
  .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: 1123px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: min(16px, 1.4vw);
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .menu_toggle .inside .ft_link .menu02 {
    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;
    max-width: 728px;
    width: 70%;
  }
  .menu_toggle .inside .ft_link ul {
    padding-top: 0;
    padding-bottom: 0;
  }
  .menu_toggle .inside .ft_link li {
    margin-bottom: 11.5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .header_top {
    padding-left: 20px;
  }
  .pc_navi {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  :root {
    --wrapper: 100px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_navi > ul > li > a,
  .pc_navi > ul > li p {
    font-size: min(14px, 1.4vw);
  }
  .pc_navi > ul .subInner ul li a {
    font-size: 12px;
  }
  .right_head {
    padding-right: 70px;
  }
  .hd-ins::after {
    right: -20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .pc_navi > ul > li:first-child .subInner {
    right: 0;
  }
  .pc_navi {
    padding-right: 10px;
  }
  .hd-ins {
    width: 20px;
  }
  .hd-ins::after {
    height: 25px;
  }
}
.idx_gallery .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx_gallery .item {
    width: 300px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx_gallery .item {
    width: 250px;
  }
}

.time_sheet {
  margin-left: auto;
  margin-right: auto;
}
.time_sheet .note {
  margin-top: 15px;
  line-height: 1.5384615385;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: right;
  color: #47391f;
  margin-right: -2px;
  font-family: var(--f-jp);
  font-weight: 500;
}
.time_sheet .note span {
  display: inline-block;
}
.time_sheet table {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.time_sheet table .dot {
  position: relative;
  padding: 0 0.5em;
}
.time_sheet table .dot::before {
  position: absolute;
  content: "";
  top: 0.8125em;
  left: 5px;
  background-color: #47391f;
  width: 4px;
  height: 1px;
}
.time_sheet table th,
.time_sheet table td {
  font-family: var(--f-jp);
  border-right: none;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em;
  width: 9.9%;
  color: #47391f;
  border-color: #9da5b3;
  width: 10.15%;
  padding: 0;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: 29%;
  border-left: 0;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 10%;
}
.time_sheet table td {
  color: #42a7b5;
}
.time_sheet table td:first-child {
  color: #47391f;
}
.time_sheet table tr:first-child th {
  padding-top: 0.6875em;
  padding-bottom: 0.75em;
}
.time_sheet table tr:nth-child(2) th,
.time_sheet table tr:nth-child(2) td {
  padding-top: 0.8125em;
  padding-bottom: 0.8125em;
}
.time_sheet table tr:nth-child(3) th,
.time_sheet table tr:nth-child(3) td {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
  :root {
    --ttl_size: 22px;
    --wrapper: 80px;
  }
}
.idx10 {
  background-image: url(../images/idx10_bg.jpg);
  padding-top: 33px;
  position: relative;
  padding-bottom: 200px;
  z-index: 1;
}
.idx10::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: -80px;
  left: 0;
  max-width: 1600px;
  width: 95%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}
.idx10 .inner_big {
  max-width: 1158px;
}
.idx10-left {
  max-width: 436px;
  width: 50%;
}
.idx10-right {
  max-width: 464px;
  width: 50%;
  position: relative;
  right: 109px;
}
.idx10-logo {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.idx10-logo a:hover {
  opacity: 1;
}
.idx10-des {
  text-align: center;
  color: #47391f;
  line-height: 1.875;
  font-family: var(--f-jp);
  margin-bottom: 3px;
}
.idx10-tel {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.idx10 .time_sheet {
  margin-top: 32px;
}
.idx10-banner:hover a {
  opacity: 1;
}
@media only screen and (min-width: 1281px) {
  .idx10-left {
    padding-top: 28px;
  }
  .idx10-logo {
    position: relative;
    left: -8px;
  }
  .idx10-tel {
    position: relative;
    left: 5px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx10 {
    padding-bottom: 120px;
  }
  .idx10::before {
    top: -40px;
  }
  .idx10 .inner_big {
    padding-right: 40px;
  }
  .idx10::before {
    width: 98%;
  }
  .idx10-right {
    right: auto;
    width: 49%;
  }
  .idx10-left {
    width: 49%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx10 {
    padding-bottom: 90px;
  }
  .idx10-logo {
    margin-bottom: 30px;
  }
}

.totop {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 20px;
  right: 36px;
  width: 60px;
  height: 60px;
  background-color: rgba(1, 11, 21, 0.2);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  background-image: url(../images/totop.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center;
  border: 0px;
  margin: 0;
  width: 100%;
  height: 100%;
  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;
}

@media only screen and (min-width: 769px) {
  .totop:hover {
    background-color: #44371e;
  }
}
.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;
  }
}
.idx_map {
  height: 500px;
  position: relative;
  z-index: 1;
}
.idx_map iframe {
  height: 100%;
}

.fixed_banner {
  position: fixed;
  top: 225px;
  right: 0px;
  z-index: 15;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.fixed_banner > div {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed_banner a {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fixed_banner p {
  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;
  font-family: var(--f-jp);
  line-height: 1.3333333333;
}
.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;
  width: 1.5333333333em;
  height: 1.5333333333em;
  margin-bottom: 0.3333333333em;
}
.fixed_banner .tel .ov .text {
  font-family: var(--f-jp);
}
.fixed_banner .tel p {
  background-color: #42a7b5;
}
.fixed_banner .tel p .tt::before {
  margin-bottom: 0.5em;
  width: 1.6666666667em;
  height: 1.6666666667em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='51px' height='51px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M50.997,38.272 L50.997,48.098 C50.998,49.559 49.869,50.772 48.413,50.872 C47.198,50.956 46.206,51.001 45.439,51.001 C20.881,51.001 0.975,31.094 0.975,6.534 C0.975,5.767 1.017,4.775 1.103,3.562 C1.205,2.105 2.417,0.974 3.877,0.976 L13.703,0.976 C14.417,0.974 15.016,1.518 15.087,2.227 C15.151,2.866 15.209,3.374 15.265,3.763 C15.817,7.615 16.949,11.364 18.622,14.879 C18.886,15.437 18.714,16.102 18.214,16.458 L12.216,20.740 C15.883,29.285 22.692,36.094 31.236,39.763 L35.515,33.775 C35.876,33.270 36.547,33.096 37.108,33.361 C40.623,35.032 44.371,36.161 48.224,36.710 C48.610,36.766 49.118,36.828 49.752,36.889 C50.461,36.961 51.000,37.558 50.1000,38.272 L50.997,38.272 Z'/%3E%3C/svg%3E");
}
.fixed_banner .web2 p {
  background-color: #30618a;
}
.fixed_banner .web2 p .tt::before {
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='109px' height='98px'%3E%3Cimage x='0px' y='0px' width='109px' height='98px' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAABiCAQAAADwp5UIAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfqAQcLMhwumGSSAAAD40lEQVR42u2cS0hUURjHfzOaZlRmWRlh9C5raUJPDSoqapFgLYKobFOL0CAqahM9oIIeLtoFFbQrIiraVSAJBUkvnKKszB6CvUglTdNp0czo6DzOufeOn/dw/99izsx85/j/zZk5cs655/qIlp+1lFBEPt0EkVI6rTymltt8cqrJSuoJDqHo5BIz7WMV8EgcJVb8Zpc9sIW0iUPEj+NWkNIAmEotWU59q1OgZXRQY63qK/F+SR6FVsB2i9tWiWf6YOl8FbetFiv1wPysItfuT2GQtEMXTfOzENQSfHpoC6QdKyufaXpok6Uda2i8Htpfab+pkp8eaQsa0vLql3abOnlobpSH5kZ5aG6Uh+ZGeWhulIfmRnlobpSH5kYZjJYubcCSshhLJ737fz58tNJuAlopF/nTZ6XEh5826rjHJb70pgXEF7zVoyjkuTxuRgv7wmDu/K39ifvOKE5y3c1oiVXKVVPRoIztpqLBOTJNRRtNqalosMZctEJz0Yabi9ZlLpqxg7+H5lJ5aG6U31WT0bTQo9J2vbsuruiMuFZCq5P2q6wOGkKlPDW0h9KOlfWCH6FSgRraTWnHyroTKRWpVrkrvpyjFpNCfqcpZQf8wF7p7lDSGZpCpc061U6I90iy+MCwiNsmtV4Lp18XN58ofvW5ErJSsU6gt+cuiwPEi7fMi7jMpV0fDXbSLI4xMK6Q08djjXK9KDQYx0GeiMOE4wsXWBTl77xG7UCsC5VnU8AYgvzfCQkCR5mqMSQ9JcPWWOjDTwfved5v7+UslRqtvFRLUz9ItN8WVHyN56ZmnwfUGn6q2NyxFIFt4qP219lRtKoUQI1ki8bQEYXm3GztIhWR8hTyIhMQKwqSwQRmsZAV1s+OOIV2jfJIOY17zHCoXRtyZgHhPhujno+WxnIK7Rmro54HaZXGcgbtNcV0SWOkAq2BJbQMeFXrxFKqyNTQ4lltZinfBrwaHBJo6WposQ+ft7KUzzGzfyCvButoXRTzJk7+c2kuoFotLdZsYFmC/BXis4Ygc62irbfwYQxm3FLt3P5GtyatMV8UrIMJ1tAqlOpsE0QrUQWLRjugXGuDyIJEfb+ZuTLaEZ1q5FHF90HEauQwI8J/XO2f67vQYtk59mihAWSzmNnk0IPerVnaWc66JDndnOInWfjw8Z06HuhPpf5PBi9oY9nVjaTDhW1N50rKFgcSqzohWhdTRFw5okxemIoG2QnuN+RyNJhIo6lokB/nnigGoMGcmLdVMgINCuk2FS3WVMkYNNhgLlr/cxlGocEec9HgkLlocCwCNwT2FpxWVQgtx35TQ0+nqacsUcI/q/O3Pu1kIycAAAAASUVORK5CYII=' /%3E%3C/svg%3E");
}
.fixed_banner .web p {
  background-color: #1c3662;
}
.fixed_banner .web p .tt::before {
  margin-bottom: 0.5em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='46px' height='46px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M10.947,0.021 L10.947,4.403 L2.189,4.403 C0.980,4.403 0.000,5.380 0.000,6.589 L0.000,41.621 C0.000,42.832 0.980,43.810 2.189,43.810 L19.168,43.810 C16.764,40.811 15.326,37.007 15.326,32.865 C15.326,23.191 23.168,15.348 32.841,15.348 C36.983,15.348 40.790,16.785 43.788,19.189 L43.788,6.589 C43.788,5.380 42.808,4.403 41.599,4.403 L32.841,4.403 L32.841,0.021 L28.462,0.021 L28.462,4.403 L15.326,4.403 L15.326,0.021 L10.947,0.021 ZM45.978,32.865 C45.978,40.120 40.096,46.000 32.841,46.000 C25.586,46.000 19.705,40.120 19.705,32.865 C19.705,25.610 25.586,19.726 32.841,19.726 C40.096,19.726 45.978,25.610 45.978,32.865 ZM30.652,24.104 L30.652,33.771 L35.672,38.790 L38.768,35.694 L35.031,31.956 L35.031,24.104 L30.652,24.104 Z'/%3E%3C/svg%3E");
}
.fixed_banner .mail p {
  background-color: #5ac6d2;
}
.fixed_banner .mail p .tt::before {
  margin-bottom: 0.5em;
  width: 2.333em;
  height: 1.6667em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 272 196' %3E%3Cpath d='M233.995,0.755 L38.001,0.755 C17.197,0.755 0.331,17.258 0.331,37.614 L0.331,158.907 C0.331,179.250 17.197,195.759 38.001,195.759 L233.995,195.759 C254.798,195.759 271.666,179.250 271.666,158.907 L271.666,37.614 C271.666,17.258 254.798,0.755 233.995,0.755 ZM94.749,132.313 L41.999,176.344 C38.278,179.430 32.683,179.025 29.509,175.377 C26.333,171.737 26.775,166.259 30.500,163.160 L83.252,119.122 C86.970,116.029 92.565,116.474 95.739,120.108 C98.917,123.762 98.475,129.220 94.749,132.313 ZM135.998,115.591 C128.943,115.565 122.103,113.265 116.755,108.767 L116.759,108.767 L116.743,108.754 C116.747,108.754 116.751,108.754 116.755,108.767 L35.815,40.037 C32.118,36.892 31.724,31.428 34.930,27.807 C38.140,24.204 43.732,23.811 47.428,26.937 L128.388,95.673 C130.118,97.194 132.970,98.257 135.998,98.251 C139.022,98.251 141.824,97.200 143.650,95.628 L143.691,95.589 L224.568,26.943 C228.263,23.811 233.857,24.204 237.067,27.807 C240.272,31.428 239.878,36.892 236.180,40.037 L155.218,108.774 C149.889,113.259 143.058,115.585 135.998,115.591 ZM242.492,175.377 C239.316,179.025 233.721,179.430 230.003,176.344 L177.251,132.313 C173.526,129.220 173.084,123.762 176.261,120.108 C179.435,116.474 185.029,116.029 188.748,119.122 L241.501,163.160 C245.226,166.259 245.666,171.737 242.492,175.377 Z'/%3E%3C/svg%3E");
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    --size: 8em;
    width: 8em;
  }
  .fixed_banner > div {
    width: var(--size);
    height: 10em;
  }
  .fixed_banner p {
    width: var(--size);
    height: 10em;
  }
  .fixed_banner p .tt {
    font-size: 1.5em;
    letter-spacing: 0;
  }
  .fixed_banner .tel {
    --w_tel: 20em;
    -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 .tt::before {
    margin-bottom: 0.45em;
  }
  .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: #42a7b5;
    position: absolute;
    left: var(--size);
    height: 100%;
    top: 0;
    width: var(--w_tel);
    border-left: 1px solid #fff;
  }
  .fixed_banner .tel .ov .text {
    font-size: 2.5em;
  }
  .fixed_banner .web p .tt::before {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .fixed_banner {
    font-size: 8px;
    top: 170px;
  }
}
footer {
  padding: 115px 0 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/ft-bg.jpg);
}
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 {
  font-size: min(16px, 1.3vw);
}
footer .menu02 {
  max-width: 689px;
  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;
}
footer .link_list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1044px;
}

.ft_link a {
  text-decoration: none;
}
.ft_link .menu01,
.ft_link .menu02 {
  width: auto;
}
.ft_link .title {
  margin-bottom: 0.95em;
  padding-left: 0;
  font-size: 2.5em;
  color: #b8b0a7;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
  font-family: var(--f-en);
  width: 100%;
}
.ft_link .title::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .ft_link ul {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 8px;
  }
}
.ft_link li {
  margin-bottom: 1.3125em;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link li:last-child {
  margin-bottom: 0;
}
.ft_link a {
  font-family: var(--f-jp);
  display: table;
  position: relative;
  padding-left: 0em;
  color: inherit;
  font-size: 0.9375em;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ft_link a:hover {
  opacity: 1;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .ft_link a:hover {
    text-decoration: underline;
    text-underline-offset: 0.5em;
  }
}

.copyright {
  margin: 107px auto 0;
  color: #fff;
  padding: 16px 0px 14px;
  position: relative;
  z-index: 1;
}
.copyright::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #1e3458;
  width: 100vw;
  height: 100%;
}
.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 .inner_big {
  max-width: 1135px;
}
.copyright .textwidget {
  display: block;
  line-height: 20px;
  padding-left: 19px;
  padding-bottom: 3px;
  margin-left: 24px;
  border-left: 1px solid #cecece;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 10px;
  line-height: inherit;
  letter-spacing: 0.1em;
  font-family: var(--f-jp);
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 120px;
}

.toggle-flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1159px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
  margin-right: auto;
  margin-top: 57px;
}
.toggle-flex .toggle-logo {
  max-width: 320px;
}
.toggle-flex .toggle-logo a:hover {
  opacity: 1;
}
.toggle-flex .des {
  color: #fff;
  font-family: var(--f-jp);
  line-height: 1.875;
  margin-bottom: 13px;
}
.toggle-flex .toggle-info {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 60px;
  padding-left: 55px;
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .toggle-flex {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  footer {
    padding-top: 80px;
  }
  .copyright {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .toggle-flex .toggle-info {
    margin-left: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .toggle-flex {
    display: block;
    margin-top: 20px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .toggle-flex > div {
    margin-left: auto;
    margin-right: auto;
  }
  .toggle-flex .toggle-logo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .toggle-flex .toggle-info {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
  .toggle-flex .des {
    text-align: center;
  }
  .toggle-flex .toggle-tel {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*# sourceMappingURL=style.css.map */