@charset "UTF-8";
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-notoserif: "Noto Serif JP", serif;
  --f-jp: "Shippori Mincho B1", serif;
  --f-en: "Inter", sans-serif;
  --f-text: "Zen Kaku Gothic New", sans-serif;
  --main-color: #0E5800;
  --text-color: #425049;
  --clr1: #C59C6A;
  --clr2: #ccc;
  --ttl_size: 28px;
  --wrapper: 100px;
  --border-radius:0;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  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(--text-color);
  font-family: var(--f-text);
  font-weight: 500;
}

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

.br_auto {
  display: inline-block;
}

p {
  line-height: 2.25;
  letter-spacing: 0.036em;
  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: 1210px;
}

.inner_sm {
  max-width: 1020px;
}

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

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

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

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

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

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

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

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

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

/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                              General                                     */
/*==========================================================================*/
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media only screen and (min-width: 1001px) {
  .sp_1000 {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
@media only screen and (min-width: 451px) {
  .sp_450 {
    display: none !important;
  }
}
@media only screen and (min-width: 370px) {
  .sp_320 {
    display: none !important;
  }
}
.TabContainer .TabContent {
  position: relative;
  z-index: 2;
  top: -1px;
}
.TabContainer .TabContent > .content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border: 1px solid #0e5800;
  border-top-width: 7px;
  -webkit-box-shadow: 0px 7px 39px rgba(66, 80, 73, 0.2);
          box-shadow: 0px 7px 39px rgba(66, 80, 73, 0.2);
}
.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: 53px 5% 113px;
}
.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: 90%;
  margin: 0px auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 100px;
}
.TabContainer .TabPager > div {
  background-color: #ECEEE3;
  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: 10px 20px;
  width: 33.3333333333%;
  max-width: 400px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 94px;
  cursor: pointer;
  color: var(--main-color);
  border: 1px solid #ffffff;
}
.TabContainer .TabPager > div p {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
}
.TabContainer .TabPager > div.active {
  background-color: var(--main-color);
  border-color: var(--main-color);
  z-index: 1;
  color: #ffffff;
  height: 100px;
}
.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;
  font-size: 0.625em;
}

.under .key {
  margin-top: 12em;
}

@media only screen and (max-width: 1800px) and (min-width: 769px) {
  .home_page .key {
    font-size: min(0.625em, 0.6vw);
  }
  .under .key {
    font-size: min(8.3px, 0.9vw);
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .under .key {
    font-size: 10px;
    margin-top: 7.4em;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page .key {
    font-size: 5px;
  }
}
.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);
}

@-webkit-keyframes slide_right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide_right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.gr_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn {
  display: table;
}
.btn a {
  position: relative;
  color: var(--text-color);
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  color: var(--text-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-right: 3.8888888889em;
  min-height: 2.777777778em;
  font-size: 18px;
  letter-spacing: 0.026em;
}
.btn a:before, .btn a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 2.777777778em;
  height: 2.777777778em;
  aspect-ratio: 50/50;
  border-radius: 50%;
}
.btn a:before {
  background-color: var(--main-color);
}
.btn a::after {
  background: url(../images/ic_arr.svg) no-repeat center/100% auto;
}
.btn a:hover {
  opacity: 1;
  color: var(--text-color);
}
@media only screen and (min-width: 769px) {
  .btn a:not([target*=_blank]):hover {
    color: var(--main-color);
  }
  .btn a:not([target*=_blank]):hover::after {
    -webkit-animation: slide_right 0.5s cubic-bezier(0.5, 1, 0.89, 1);
            animation: slide_right 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}

.btn02 {
  max-width: 300px;
  width: 100%;
}
.btn02 a {
  text-decoration: none;
  letter-spacing: 0.026em;
  line-height: 1.5;
  padding: 0.625em 0.625em;
  min-height: 4.1875em;
  text-align: center;
  position: relative;
  color: var(--main-color);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.btn02 a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25em;
  width: 1.5em;
  height: 1.5em;
  aspect-ratio: 24/24;
  background: #E1E6CF url(../images/ic_arr02.svg) no-repeat center/100% auto;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.btn02 a:hover {
  opacity: 1;
  color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .btn02 a:not([target*=_blank]):hover {
    background-color: #E1E6CF;
  }
  .btn02 a:not([target*=_blank]):hover::after {
    background: #ffffff url(../images/ic_arr03.svg) no-repeat center/100% auto;
  }
}

.btn03 a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 6.3157894737em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(15, 88, 0)), to(rgba(80, 169, 142, 0)));
  background-image: linear-gradient(rgb(15, 88, 0) 0%, rgba(80, 169, 142, 0) 100%);
  background-color: #50a98e;
  color: #ffffff;
  font-size: 19px;
  letter-spacing: 0.026em;
  text-align: center;
  padding: 0.6315789474em 3.8947368421em 0.5263157895em;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.btn03 a:before, .btn03 a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  right: 1.2631578947em;
  width: 2.6315789474em;
  height: 2.6315789474em;
  aspect-ratio: 50/50;
  border-radius: 50%;
}
.btn03 a:before {
  background-color: #ffffff;
}
.btn03 a::after {
  background: url(../images/ic_arr03.svg) no-repeat center/100% auto;
}
.btn03 a:hover {
  color: #ffffff;
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .btn03 a:not([target*=_blank]):hover {
    background-color: var(--main-color);
  }
  .btn03 a:not([target*=_blank]):hover::after {
    -webkit-animation: slide_right 0.5s cubic-bezier(0.5, 1, 0.89, 1);
            animation: slide_right 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}

.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) {
  .TabContainer .TabPager > div:not(.active):hover {
    background-color: #96C38B;
    color: #ffffff;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .btn a {
    font-size: 16px;
    min-height: 40px;
    padding-right: 55px;
  }
  .btn a:before, .btn a::after {
    width: 40px;
    height: 40px;
  }
  .btn03 a {
    font-size: 17px;
  }
  .TabContainer .TabPager > div {
    height: 75px;
  }
  .TabContainer .TabPager > div p {
    font-size: 22px;
  }
  .TabContainer .TabPager > div.active {
    height: 80px;
  }
  .TabContainer .TabContent > .content > div {
    padding: 47px 5% 54px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    font-size: 87.5%;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  --h_hd: 10em;
  height: var(--h_hd);
  z-index: 20;
  font-size: 10px;
}

.under header {
  background-color: #ffffff;
}

header.active {
  background-color: #fff;
}

.ovh header .header_top {
  background-color: #fff;
}

.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: 0.5em 3.9em 0.3em;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

.logo {
  width: 25%;
  max-width: 27.6em;
  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;
}

.right_head {
  width: 70%;
  padding-right: 6.5em;
  padding-bottom: 1.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pc_navi {
  width: 100%;
}
.pc_navi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  width: 100%;
}
.pc_navi > ul > li {
  position: relative;
  margin: 0 2em;
}
.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: "";
  background: url(../images/shared_pc_navi_arrow.svg) center no-repeat;
  background-size: 100% auto;
  width: 0.5625em;
  height: 0.3125em;
  position: absolute;
  bottom: -0.3125em;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*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(5px);
          transform: translateY(5px);
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  height: 2.5em;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.026em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: var(--text-color);
  font-size: 1.6em;
}
.pc_navi > ul > li > a span,
.pc_navi > ul > li > p span {
  display: block;
  width: 100%;
  padding-top: 0px;
  font-size: 66.6666666667%;
  font-weight: 600;
}
.pc_navi > ul > li:hover a.title::after,
.pc_navi > ul > li:hover p.title::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.pc_navi > ul > li > .subInner {
  position: absolute;
  width: 21em;
  right: 50%;
  bottom: 0;
  padding-top: 1.5em;
  -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 > li > .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul > li > .subInner > ul {
  background-color: var(--main-color);
  padding-bottom: 3.5em;
  padding-top: 1em;
}
.pc_navi > ul > li > .subInner > ul li {
  padding: 0 1em;
}
.pc_navi > ul > li > .subInner > ul li.sub_lv1 {
  margin-top: 2em;
}
.pc_navi > ul > li > .subInner > ul li.sub_lv1 > a {
  pointer-events: none;
  font-size: 2em;
  font-weight: 600;
  padding: 0 0.6em;
  line-height: 1;
  border-bottom: 0;
}
.pc_navi > ul > li > .subInner > ul li.sub_lv1 > a::before {
  display: none;
}
.pc_navi > ul > li > .subInner > ul li.sub_lv2 {
  margin-top: 1.5em;
}
.pc_navi > ul > li > .subInner > ul li.sub_lv2 > a {
  pointer-events: none;
  font-weight: 600;
  padding: 0 0.6em 0 1.8em;
  line-height: 1;
  border-bottom: 0;
}
.pc_navi > ul > li > .subInner > ul li.sub_lv2 > a::before {
  content: "";
  width: 0.8em;
  height: 0.2em;
  background-color: #ffffff;
}
.pc_navi > ul > li > .subInner > ul li.h_text > a {
  display: none;
}
.pc_navi > ul > li > .subInner > ul li a {
  position: relative;
  display: block;
  padding: 0.7em 0.6em 0.7em 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: 1.4em;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.05em;
}
.pc_navi > ul > li > .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: 40em;
  }
  .pc_navi > ul .col2 > .subInner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pc_navi > ul .col2 > .subInner > ul > li {
    width: 50%;
  }
  .pc_navi > ul .col3 > .subInner {
    width: 113.6em;
    -webkit-transform: translate(20%, 100%);
            transform: translate(20%, 100%);
  }
  .pc_navi > ul .col3 > .subInner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pc_navi > ul .col3 > .subInner > ul > li {
    width: 25%;
  }
  .pc_navi > ul .col3 > .subInner .lv1_col2 {
    width: 50%;
  }
  .pc_navi > ul .col3 > .subInner .lv1_col2 > .subInner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pc_navi > ul .col3 > .subInner .lv1_col2 > .subInner > ul > li {
    width: 50%;
  }
  .menu_toggle .inside .ft_link {
    width: 100%;
    max-width: 1320px;
    margin: auto;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6em;
    padding: 151px 20px 20px;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .logo {
    position: relative;
    top: -0.5em;
  }
  .header_top {
    padding: 0.5em 2.9em 0.5em;
  }
  .menu_toggle .inside .ft_link {
    padding: 115px 20px 0px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  header {
    --h_hd: 8em;
  }
  .menu_toggle .inside .ft_link {
    padding-top: 110px;
    max-width: 1268px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  header {
    font-size: min(10px, 1.2vw);
  }
  .right_head {
    padding-right: 5em;
  }
  .pc_navi > ul > li {
    margin: 0 1em;
  }
  .pc_navi > ul > li > .subInner {
    font-size: min(10px, 0.9vw);
  }
  .pc_navi > ul > li > .subInner > ul li {
    padding: 0 0.5em;
  }
  .pc_navi > ul > li > .subInner > ul li a {
    padding: 0.7em 0em 0.7em 1.4em;
    font-size: 1.55em;
    letter-spacing: 0;
  }
  .pc_navi > ul .col3 > .subInner {
    width: 105.6em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .pc_navi > ul .col3 > .subInner {
    -webkit-transform: translate(25%, 100%);
            transform: translate(25%, 100%);
  }
  .menu_toggle .inside .ft_link {
    padding-top: 85px;
  }
  .menu_toggle .inside .ft_link .menu01 .list_mn01 {
    max-height: 8em;
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.idx_gallery {
  position: relative;
  margin-top: 120px;
  font-size: 10px;
}
.idx_gallery::after {
  content: "Satomura lawyer Satomura lawyer Satomura lawyer Satomura lawyer";
  position: absolute;
  width: 100%;
  bottom: 0.2444444444em;
  font-family: var(--f-jp);
  font-size: 18em;
  font-weight: 500;
  line-height: 0.7;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.14);
  white-space: nowrap;
  -webkit-animation: marquee 55s linear infinite;
          animation: marquee 55s linear infinite;
}
.idx_gallery .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idx_gallery .list .item {
  margin: 0 3em;
}
.idx_gallery .list .item01, .idx_gallery .list .item04 {
  padding-top: 4em;
}
.idx_gallery .list .item01 img, .idx_gallery .list .item04 img {
  max-width: 36em;
}
.idx_gallery .list .item02 {
  padding-top: 40px;
}
.idx_gallery .list .item03 img, .idx_gallery .list .item05 img {
  max-width: 37.6em;
}
.idx_gallery .list .img02 {
  margin-bottom: 4.2em;
}
.idx_gallery .list .img02 img {
  max-width: 24.9em;
}
.idx_gallery .list .img03 img {
  max-width: 22.2em;
}
.idx_gallery .list .img02 img, .idx_gallery .list .img03 img {
  margin-left: auto;
}

.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;
  border: 0px;
  width: 60px;
  height: 60px;
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .totop:hover .icon {
    opacity: 0.9;
    -webkit-animation-name: bounces;
            animation-name: bounces;
  }
}
.bounce {
  -webkit-animation-name: bounces;
          animation-name: bounces;
}

.animateds {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bounces {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounces {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
.fixed_banner {
  position: fixed;
  right: 0px;
  z-index: 15;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.fixed_banner > div {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed_banner a {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fixed_banner p {
  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%;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fixed_banner p .tt::before {
  content: "";
  display: block;
  background-image: var(--mask);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.fixed_banner .tel p {
  background-color: #C59C6A;
}
.fixed_banner .tel p .tt {
  font-size: 1.4em;
}
.fixed_banner .tel p .tt::before {
  margin-bottom: 0.5714285714em;
  width: 1.5714285714em;
  height: 1.5714285714em;
  --mask: url("../images/ic_tel.svg");
}
.fixed_banner .mail p {
  background-color: #96C38B;
}
.fixed_banner .mail p .tt::before {
  margin-bottom: 0.75em;
  width: 2em;
  height: 1.5em;
  --mask: url("../images/ic_mail.svg");
}
.fixed_banner .consultation p {
  background-color: #6c955b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e5800), to(#50a98e));
  background-image: linear-gradient(#0e5800 0%, #50a98e 100%);
}
.fixed_banner .consultation p .tt::before {
  margin-bottom: 0.583333333em;
  width: 2.25em;
  height: 1.75em;
  --mask: url("../images/ic_consultation.svg");
}
.fixed_banner .office p {
  background-color: var(--main-color);
}
.fixed_banner .office p .tt {
  font-size: 1.4em;
}
.fixed_banner .office p .tt::before {
  margin-bottom: 0.4285714286em;
  width: 2.1428571429em;
  height: 2.1428571429em;
  --mask: url("../images/ic_office.svg");
}
.fixed_banner .office p .tt::after {
  content: "";
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  margin-top: 0.4285714286em;
  background: url(../images/icon_link.svg) no-repeat center/contain;
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    --size: 8em;
    width: 8em;
    top: 16.4em;
  }
  .fixed_banner > div {
    width: var(--size);
    height: var(--size);
  }
  .fixed_banner p {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .fixed_banner p .tt {
    font-size: 1.2em;
    letter-spacing: 0.05em;
  }
  .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 p {
    padding-top: 0.3em;
  }
  .fixed_banner .tel p .tt {
    letter-spacing: 0.1em;
  }
  .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: #C59C6A;
    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;
    font-family: var(--f-notoserif);
  }
  .fixed_banner .mail:hover p {
    background: #70af61;
  }
  .fixed_banner .mail p {
    padding-top: 0.4em;
  }
  .fixed_banner .mail p .tt {
    letter-spacing: 0px;
  }
  .fixed_banner .consultation:hover p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 88, 0, 0.7)), to(rgba(80, 169, 142, 0)));
    background-image: linear-gradient(rgba(15, 88, 0, 0.7) 0%, rgba(80, 169, 142, 0) 100%);
  }
  .fixed_banner .consultation p {
    padding-top: 0.2em;
  }
  .fixed_banner .consultation p .tt {
    letter-spacing: 0;
  }
  .fixed_banner .office {
    height: 17.6em;
  }
  .fixed_banner .office p {
    padding-bottom: 0.7em;
  }
  .fixed_banner .office p .tt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    width: 100%;
    letter-spacing: 0.12em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .fixed_banner {
    font-size: 8px;
  }
  .totop .icon {
    width: 60px;
    height: 60px;
  }
}
.block_contact {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  padding: 38px 0px 32px;
}
.block_contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: calc(100% - 60px);
  background-color: #C59C6A;
}
.block_contact .col {
  text-align: center;
}
.block_contact .idx_logo {
  display: table;
  margin: 0 auto 6px;
  max-width: 290px;
  width: 100%;
}
.block_contact .address {
  letter-spacing: 0.036em;
}

.b_tel {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.6em;
  font-size: 10px;
}
.b_tel a {
  color: var(--text-color);
  font-weight: 500;
  letter-spacing: 0.036em;
}
.b_tel .txt_tel {
  font-size: 5em;
  line-height: 1;
  font-family: var(--f-notoserif);
  color: var(--main-color);
  position: relative;
  padding-left: 1.22em;
  letter-spacing: 0.03em;
}
.b_tel .txt_tel::before {
  content: "";
  position: absolute;
  top: 0.44em;
  left: 0.12em;
  width: 0.8em;
  height: 0.8em;
  mask-image: url(../images/ic_tel.svg);
  -webkit-mask-image: url(../images/ic_tel.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
}
.b_tel .txt_time {
  display: block;
  font-family: var(--f-notosans);
  font-size: 1.3em;
  margin-top: 1.2em;
}

.b_mail {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#0e5800), to(#50a98e));
  background: linear-gradient(#0e5800 0%, #50a98e 100%);
  max-width: 420px;
  height: 9em;
  margin: 0 auto;
  font-size: 10px;
}
.b_mail a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.8em;
  letter-spacing: 0.1em;
  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;
  height: 100%;
  width: 100%;
  padding: 0.5555555556em 1.5em 0.5555555556em 0.5555555556em;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.b_mail a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8888888889em;
  width: 1.3333333333em;
  height: 1.3333333333em;
  background: #ffffff url(../images/ic_arr02.svg) no-repeat center/101% auto;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b_mail a .icon {
  position: relative;
  padding-left: 2.2777777778em;
}
.b_mail a .icon::before {
  content: "";
  position: absolute;
  top: 0.1666666667em;
  left: 0.1111111111em;
  width: 1.3333333333em;
  height: 1em;
  background: url(../images/ic_mail.svg) no-repeat center/contain;
}
.b_mail a:hover {
  opacity: 1;
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .b_mail a:hover {
    background-color: var(--main-color);
  }
  .b_mail a:hover::after {
    right: 1.2em;
  }
}

footer {
  padding: 80px 0 83px;
  position: relative;
  background: url(../images/ft_bg.jpg) no-repeat center/cover;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  color: var(--text-color);
  text-decoration: none;
}
footer .ft_logo {
  padding: 0px 0 30px;
  max-width: 406px;
}
footer .ft_link {
  margin-top: 64px;
}

.ft_link .title {
  margin-bottom: 23px;
  padding-left: 9px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--main-color);
  line-height: 1;
  pointer-events: none;
  font-family: var(--f-en);
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 27px;
}
.ft_link .title::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 9px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link li.mn_tl {
  margin-bottom: 32px;
}
.ft_link li.mn_tl > a {
  padding-left: 9px;
  font-size: 20px;
  letter-spacing: 0.06em;
  font-family: var(--f-jp);
  color: var(--main-color);
  line-height: 1.4;
  margin-bottom: 10px;
}
.ft_link li.mn_tl > a::before {
  display: none;
}
.ft_link li.mn_tl > .sub-menu {
  padding-left: 4px;
}
.ft_link li.sub_tl > a {
  margin-bottom: 13px;
}
.ft_link li.sub_tl > a::before {
  width: 8px;
  height: 1px;
  border-radius: 0;
  top: 14px;
}
.ft_link li.sub_tl > .sub-menu {
  padding-left: 12px;
}
.ft_link li.sub_tl.tl02 > a {
  margin-bottom: 9px;
}
.ft_link a {
  display: table;
  position: relative;
  padding-left: 17px;
  color: inherit;
  letter-spacing: 0.024em;
  color: var(--text-color);
  line-height: 1.566;
  text-decoration: none;
}
.ft_link a::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  background-color: var(--main-color);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ft_link a:hover {
  opacity: 1;
  color: var(--text-color);
}
@media only screen and (min-width: 769px) {
  .ft_link a:hover {
    color: var(--main-color);
  }
  .ft_link a:hover::before {
    background-color: var(--main-color);
  }
  .ft_link li.mn_tl > a, .ft_link li.sub_tl > a {
    pointer-events: none;
  }
  .ft_link .menu01 {
    width: 20%;
    max-width: 320px;
  }
  .ft_link .menu02 {
    width: 75%;
    max-width: 919px;
    margin-right: 2.5%;
  }
  .ft_link .list_mn02 {
    width: 35%;
    padding-top: 1px;
  }
  .ft_link .list_mn03 {
    padding-top: 1px;
    width: 33%;
  }
  .ft_link .list_mn04 {
    padding-top: 1px;
    width: 26%;
    margin-right: -14px;
  }
}

.copyright {
  margin: 0 auto 0;
  color: #fff;
  padding: 4px 0px 0;
  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 .inner_big {
  max-width: 1135px;
}
.copyright .textwidget {
  display: block;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid var(--text-color);
  line-height: 20px;
  padding-bottom: 2px;
  margin-top: 3px;
}
.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 12px;
  font-family: var(--f-jp);
  line-height: inherit;
  letter-spacing: 0.065em;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 118px;
}

@media only screen and (min-width: 769px) {
  .block_contact {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block_contact > div {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .ft_link .title {
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
  .ft_link li {
    margin-bottom: 7px;
  }
  .ft_link li.mn_tl {
    margin-bottom: 12px;
    letter-spacing: 0.02em;
  }
  .ft_link li.mn_tl > a {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .ft_link li.sub_tl > a {
    margin-bottom: 5px;
    padding-left: 19px;
  }
  .ft_link li.sub_tl > a::before {
    top: 10px;
  }
  .ft_link a {
    font-size: 14px;
    padding-left: 11px;
  }
  .ft_link a::before {
    top: 10px;
    width: 3px;
    height: 3px;
  }
  .ft_link .list_mn04 {
    width: 28%;
  }
  .ft_link .menu02 {
    margin-right: 0;
  }
  .block_contact .b_mail, .block_contact .b_tel {
    font-size: min(10px, 0.9vw);
  }
  .block_contact .col_info {
    padding: 0 20px;
  }
  .block_contact .address {
    line-height: 1.8;
  }
  .idx_gallery {
    margin-top: 80px;
    font-size: min(8px, 0.6vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .ft_link .menu01 {
    width: 100%;
    max-width: 100%;
  }
  .ft_link .menu01 .list_mn01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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;
    max-height: 10em;
  }
  .ft_link .menu01 .list_mn01 > li {
    width: 32%;
  }
  .ft_link .menu02 {
    width: 100%;
    margin-top: 20px;
  }
  .ft_link .list_mn04 {
    width: 30%;
  }
  .block_contact .b_tel .txt_time {
    font-size: 1.6em;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/