@charset "UTF-8";
:root {
  --f-meiryo: Meiryo, arial, clean, verdana, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-jp: "Noto Serif JP", serif;
  --f-en: "Lato", sans-serif;
  --f-zen: "Zen Kaku Gothic Antique", sans-serif;
  --f-solway: "Solway", serif;
  --f-cinzel: "Cinzel", serif;
  --main-color: #577082;
  --main-color2: #8aaccb;
  --clr1: #474747;
  --clr2: #ccc;
  --ttl_size: 28px;
  --wrapper: 80px;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  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"]) {
    transition: opacity 0.3s ease;
  }
  a:not([target*="_blank"]):hover {
    opacity: 0.7;
  }
  a.tel_click {
    pointer-events: none;
  }
  a:not(.tel_click):hover,
  a:not(.tel_click):active {
    color: var(--main-color2);
  }
}
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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

.red {
  color: #ca0a0a !important;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

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

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

.wrapper {
  overflow: hidden;
  position: relative;
  z-index: 0;
  --kcw: 0px;
  --wr: 80px;
  --pr: 80px;
}
.wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: var(--wr);
  bottom: 0;
  width: 1px;
  background-color: #e6e8e9;
  opacity: 0.6;
  z-index: 2;
  pointer-events: none;
}

.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: 1326px;
}

.inner_sm {
  max-width: 1020px;
}

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

.txt_ver {
  writing-mode: vertical-rl;
}

.dn {
  display: none;
}

@media only screen and (min-width: 769px) {
  .txt_ver_pc {
    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 {
  transition: all 0.3s ease-in-out;
  background-color: #ccc;
}
.TabContainer .TabContent .content > div {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
}
.TabContainer .TabContent .content > div.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.TabContainer .TabPager {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0px auto;
  max-width: 1118px;
}
.TabContainer .TabPager > div {
  background-color: #a4c7ce;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 20px 20px;
  width: calc(50% - 0px);
  transition: all 0.3s ease;
  cursor: pointer;
  color: #ffffff;
  border-radius: 10px 10px 0px 0px;
}
.TabContainer .TabPager > div p {
  margin: 0;
  font-size: 1.5em;
  line-height: 2;
  border-bottom: 1px solid transparent;
}
.TabContainer .TabPager > div.active {
  background-color: #fff;
  z-index: 1;
  color: #3d9e81;
}
.TabContainer .TabPager > div.active p {
  border-bottom: 1px solid;
}

.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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.key {
  position: relative;
}

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

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

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

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

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

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

.btn-group {
  font-size: 0.625em;
}
.btn-group .btn {
  font-size: 1em;
}
.btn-group .btn.style01 {
  width: 100%;
  min-width: 180px;
  max-width: 408px;
  overflow: hidden;
}
.btn-group .btn.style01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.88889em;
  padding: 0.5em 1em;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: var(--main-color);
  transition: all 0.3s;
  border-radius: 40px;
}
.btn-group .btn.style01 a::after {
  background-color: #fff;
}
.btn-group .btn.style01 a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.style01 a:hover::after {
    right: 0.5em;
  }
}
.btn-group .btn.bg01 a {
  background-color: #fff;
  color: var(--main-color);
}
.btn-group .btn.bg01 a::after {
  background-color: var(--main-color);
}
.yt {
  max-width: 960px;
  margin: 0px auto;
}

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

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

.slick-arrow {
  display: block;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  position: absolute;
  top: 37%;
  width: 2em;
  height: 2em;
  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;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 20;
  background-color: transparent;
}
header.active .pc_navi > ul > li > a,
header.active .pc_navi > ul > li > p {
  color: var(--clr1);
}
header.active .hfix {
  display: none;
}
header.active .hfix_dn {
  display: block;
  width: 221px;
}
header.active .pc_navi > ul > li::before {
  background-color: #d2d4d6;
}
header.active .pc_navi > ul > li.menu-item-has-children > a::after,
header.active .pc_navi > ul > li.menu-item-has-children > p::after {
  filter: none;
}
header .hfix_dn {
  display: none;
}

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

.header_top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 30px 50px 10px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}

.logo {
  width: 25%;
  max-width: 450px;
  display: flex;
  align-items: center;
}
.logo a {
  display: inline-block;
  text-align: center;
}
.logo img {
  width: auto;
}

.right_head {
  padding-right: 109px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pc_navi {
  width: 100%;
}
.pc_navi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  gap: 40px;
  position: relative;
  z-index: 12;
}
.pc_navi > ul > li {
  position: relative;
  padding: 9px 0;
}
.pc_navi > ul > li::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -19px;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 17px;
  background-color: #fff;
}
.pc_navi > ul > li:last-child::before {
  display: none;
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p {
  opacity: 1 !important;
  color: var(--main-color2) !important;
}
.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.png) center no-repeat;
  background-size: 100% auto;
  width: 9px;
  height: 5px;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 4.5px);
  transition: all 0.5s ease;
  filter: brightness(0) invert(1);
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: 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;
  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.title::after,
.pc_navi > ul > li:hover p.title::after {
  transform: translateY(5px);
}
.pc_navi > ul .subInner {
  position: absolute;
  width: max(40em, 550px);
  right: 50%;
  bottom: 0;
  padding-top: 0px;
  transform: translate(50%, 100%);
  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 .col1 .subInner ul li {
  width: 100%;
}

.pc_navi > ul .col1 .subInner {
  width: 270px;
}
.pc_navi > ul .subInner ul {
  background-color: var(--main-color);
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.pc_navi > ul .subInner ul li {
  padding: 0 10px;
  width: 50%;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.2em 0.6em 1.2em 1.6em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
  font-size: 0.875em;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.05em;
  height: 100%;
}
.pc_navi > ul .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.6em;
  transform: translateY(-54%);
}

@media only screen and (min-width: 769px) {
  header.active .header_top {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header.active .right_head {
    padding-top: 0;
    padding-bottom: 2px;
  }
  .pc_navi > ul .col2 .subInner {
    width: 440px;
  }
  .pc_navi > ul .col2 .subInner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_navi > ul .col2 .subInner ul li {
    width: 50%;
  }
  .menu_toggle .inside .ft_link {
    width: 100%;
    max-width: 1040px;
    margin: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  .menu_toggle .inside .ft_link .menu01 {
    width: 52%;
  }
  .menu_toggle .inside .ft_link .menu02 {
    width: 45%;
  }
  .menu_toggle .inside .ft_link .menu02 > ul > li {
    width: 63%;
  }
  .menu_toggle .inside .ft_link .menu02 > ul > li:nth-child(n + 7) {
    max-width: 7.7em;
  }
}
@media only screen and (min-width: 769px) {
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_navi > ul {
    font-size: 1.4vw;
  }
  .pc_navi > ul .subInner ul li a {
    font-size: 12px;
  }
}
.idx_gallery .list {
  display: flex;
}

.time_sheet {
  margin: 0px auto;
  max-width: 464px;
}
.time_sheet .note {
  margin-top: 8px;
  line-height: 2;
  font-size: 13px;
}
.time_sheet table {
  font-feature-settings: "palt";
}
.time_sheet table th,
.time_sheet table td {
  border-top: 1px solid #ccd4d9;
  border-right: none;
  border-left: 1px solid #ccd4d9;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ccd4d9;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: 139px;
  border-left: none;
  padding-right: 7px;
}
.time_sheet table th {
  padding: 11px 0px 15px 4px;
}
.time_sheet table td {
  padding: 18px 0px 20px 1px;
  color: var(--main-color);
}
.time_sheet table td:first-child {
  color: var(--clr1);
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
  :root {
    --ttl_size: 22px;
    --wrapper: 80px;
  }
}
.totop {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 0;
  right: 0;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  width: 80px;
  height: 80px;
  background: #e3e8ed url(../images/totop.png) no-repeat center/15px auto;
  border: 0px;
  margin: 0;
}

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

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

@keyframes bounces {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
.fixed_banner {
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 15;
  transition: right 0.3s ease-in-out;
}
.fixed_banner > div {
  position: relative;
  transition: all 0.3s ease;
}
.fixed_banner a {
  content: "";
  display: block;
  position: absolute;
  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: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  letter-spacing: 0px;
}
.fixed_banner p .tt::before {
  content: "";
  display: block;
}
.fixed_banner .tel p {
  background-color: var(--main-color2);
}
.fixed_banner .tel p .tt::before {
  margin-bottom: 0.692em;
  width: 1.538em;
  height: 1.538em;
  background: url("../images/ic-tel.png") center/contain no-repeat;
  transform: translateY(2px);
}
.fixed_banner .tel .tel_tx {
  display: none;
}
.fixed_banner .web p {
  background-color: var(--main-color);
}
.fixed_banner .web p .tt::before {
  margin-bottom: 0.692em;
  width: 1.615em;
  height: 1.538em;
  background: url("../images/ic-calendar.png") center/contain no-repeat;
}

.fixed_banner .line p {
  background-color: #4caf50;
}
.fixed_banner .line p .tt::before {
  margin-bottom: 0.692em;
  width: 2.154em;
  height: 2.154em;
  background: url("../images/ic-line.png") center/contain no-repeat;
  filter: brightness(0) invert(1);
}

@media only screen and (min-width: 1921px) {
  .fixed_banner .tel:hover .ov {
    pointer-events: auto;
  }
  .fixed_banner .tel .ov {
    opacity: 0;
    pointer-events: none;
  }
}
@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    --size: 8em;
    width: 8em;
    top: 8em;
  }
  .fixed_banner > div {
    width: var(--size);
    height: var(--size);
  }
  .fixed_banner p {
    width: var(--size);
    height: var(--size);
  }
  .fixed_banner p .tt {
    font-size: 1.3em;
  }
  .fixed_banner .tel {
    --w_tel: 22em;
    transform: translateX(calc(-var(--size) - var(--w_tel)));
    transition: all 0.3s ease;
  }
  .fixed_banner .tel .tt::before {
    margin-bottom: 0.45em;
  }
  .fixed_banner .tel:hover {
    transform: translateX(calc(0em - var(--w_tel)));
  }
  .fixed_banner .tel:hover a {
    width: calc(var(--size) + var(--w_tel));
  }
  .fixed_banner .tel:hover .ov {
    opacity: 1;
  }
  .fixed_banner .tel .ov {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color2);
    position: absolute;
    left: 8em;
    height: 100%;
    top: 0;
    width: var(--w_tel);
  }
  .fixed_banner .tel .ov::before {
    content: "";
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 0;
    width: 1px;
    background-color: #fff;
    opacity: 0.5;
  }
  .fixed_banner .tel .ov .text {
    font-family: var(--f-zen);
    font-size: 3em;
    font-weight: 500;
  }
  .fixed_banner .mail p {
    border-bottom-left-radius: 0.833em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .fixed_banner {
    font-size: 7.5px;
  }
}
footer {
  background-color: #f8f8f8;
  position: relative;
  padding-right: var(--wr);
  z-index: 1;
}

.footer-top {
  position: relative;
  z-index: 0;
  background-color: #fff;
  padding: 0 0 93px;
  transform: translateY(-20px);
  margin-bottom: -20px;
}
.footer-top::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  height: 100px;
  background-color: #fff;
}
.footer-top .inner {
  padding: 0 var(--wr);
  max-width: 1140px;
}
.footer-top .ft-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.footer-top .ft-logo {
  margin: 0 0 0 6px;
  padding-bottom: 5px;
}
.footer-top .ft-logo a {
  opacity: 1 !important;
}
.footer-top .ft-info {
  width: min(100%, 574px);
}
.footer-top .ft-social {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.footer-top .ft-tel {
  /* width: min(100%, 310px); */
  width: calc(100% / 3);
  height: 80px;
}
.footer-top .ft-tel a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f8f8f8;
  text-decoration: none;
  position: relative;
  color: var(--main-color);
  font-family: var(--f-zen);
}
.footer-top .ft-tel a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url("../images/footer-tel.png") no-repeat center/contain;
}
.footer-top .ft-tel a span {
  font-size: 130%;
  font-weight: 500;
  font-family: var(--f-zen);
}
.footer-top .ft-web {
  /* width: min(100%, 250px); */
  width: calc(100% / 3);
  height: 80px;
}
.footer-top .ft-web a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: var(--main-color);
  color: #fff;
  padding-left: 20px;
  position: relative;
}
.footer-top .ft-web a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  margin: auto 0;
  width: 21px;
  height: 20px;
  margin-right: 12px;
  background: url("../images/footer-web.png") no-repeat center/contain;
}
.footer-top .ft-web .ft-web-cnt {
  text-align: center;
}
.footer-top .ft-web .ft-web-fb {
  display: block;
  font-family: var(--f-zen);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
.footer-top .ft-web .ft-web-t {
  display: block;
  font-size: 12px;
  font-family: var(--f-zen);
  letter-spacing: 0.1em;
}
.footer-top .ft-line {
  width: calc(100% / 3);
  height: 80px;
}
.footer-top .ft-line a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4caf50;
  position: relative;
  text-decoration: none;
}
.footer-top .ft-line a::before {
  content: "";
  display: inline-block;
  margin: auto 10px auto 0;
  width: 28px;
  aspect-ratio: 1;
  background: url("../images/ic-line.png") center/contain no-repeat;
  filter: brightness(0) invert(1);
}
.footer-top .ft-line .ft-line-t {
  color: #fff;
  font-size: 20px;
  font-family: var(--f-zen);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.footer-top .time_sheet {
  max-width: 100%;
}
.footer-top .time_sheet table th:first-child,
.footer-top .time_sheet table td:first-child {
  width: 192px;
  padding-left: 10px;
}
.footer-top .time_sheet table th:last-child,
.footer-top .time_sheet table td:last-child {
  width: 80px;
  padding-right: 20px;
}
.footer-top .time_sheet .note {
  text-align: right;
  margin-right: -4px;
}

.footer-access .ft-wrapper {
  display: flex;
}
.footer-access .ft-map {
  flex-shrink: 0;
  width: 62%;
  height: 350px;
  filter: grayscale(1);
}
.footer-access .ft-acc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 38%;
  background-color: var(--main-color2);
  color: #fff;
  text-align: center;
  padding-top: 5px;
  padding-left: 1px;
}
.footer-access .ft-tt {
  font-family: var(--f-solway);
  font-size: 30px;
  line-height: 1;
  margin-bottom: 26px;
}
.footer-access .ft-address {
  margin-bottom: 23px;
  line-height: 1.89;
}
.footer-access .ft-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer-access .ft-icon picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 100%;
  background-color: #7ca2c5;
  margin-right: 15px;
}
.footer-access .ft-icon p {
  font-family: var(--f-zen);
  font-size: 18px;
  font-weight: 500;
  transform: translate(0px, -5px);
  letter-spacing: 0.05em;
}
.footer-access .ft-icon p span {
  font-weight: 700;
  font-size: 166.6666%;
  margin-right: 5px;
}

.footer-menu {
  padding: 98px 0 86px;
}
.footer-menu .inner {
  max-width: 1200px;
  padding: 0 var(--wr);
}
.footer-menu .ft_link .menu01 {
  width: 52%;
}
.footer-menu .ft_link .menu01 > ul > li:nth-child(n + 8) {
  max-width: 13.4em;
}
.footer-menu .ft_link .menu02 {
  width: 45%;
}
.footer-menu .ft_link .menu02 .title {
  margin-left: 6px;
}
@media only screen and (min-width: 769px) {
  .footer-menu .ft_link .menu02 > ul > li {
    width: 58%;
  }
  .footer-menu .ft_link .menu02 > ul > li:nth-child(n + 7) {
    max-width: 8.8em;
  }
}

.ft_link a {
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .ft_link .link_list > div > ul {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
  }
  .ft_link .link_list > div > ul li {
    width: 50%;
  }
  .ft_link .menu01 {
    width: 48%;
  }
  .ft_link .menu01 > ul {
    max-height: 16em;
  }
  .ft_link .menu01 > ul > li:nth-child(n + 8) {
    max-width: 13.2em;
  }
  .ft_link .menu02 {
    width: 49%;
  }
  .ft_link .menu02 > ul {
    max-height: 15em;
  }
  .ft_link .menu02 > ul > li:nth-child(n + 7) {
    max-width: 13.9em;
  }
}
.ft_link .title {
  margin-bottom: 29px;
  padding-left: 0;
  font-size: calc(var(--ttl_size) + 2px);
  font-family: var(--f-solway);
  font-weight: 300;
  line-height: 1;
  pointer-events: none;
  color: var(--main-color);
}
.ft_link .title::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 0.85em;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link a {
  display: table;
  position: relative;
  padding-left: 0em;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  color: var(--clr1);
  line-height: 1.6;
  color: #2f2f2f;
}
.ft_link a::before {
  content: "・";
  margin-left: -0.2em;
  border-radius: 100%;
  width: auto;
  height: auto;
  color: #8aaccb;
}
.ft_link a:hover {
  opacity: 1;
}

.copyright {
  margin: 0 auto 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
.copyright .flex {
  align-items: center;
  justify-content: flex-start;
  min-height: var(--wr);
}
.copyright .inner {
  max-width: 1158px;
}
.copyright::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  left: calc(50% - 50vw);
  top: 0;
  height: 100%;
  width: 100vw;
  background-color: var(--main-color);
}
.copyright .textwidget {
  display: block;
  margin-top: 2px;
  line-height: 20px;
  padding-left: 19px;
  padding-bottom: 3px;
  margin-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.copyright .textwidget p {
  font-size: 10px;
  color: #fefefe;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 159px;
}

#loading {
  background-color: #fff;
  position: fixed;
  z-index: 9999;
  width: 100vw;
  left: 0;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}
#loading picture {
  transition: all 0.3s;
}
#loading .lines {
  opacity: 0;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.5s;
}
#loading.loaded picture {
  opacity: 0;
  transition-delay: 0.2s;
}

@media screen and (min-width: 1367px) {
  header:not(.active) {
    height: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  :root {
    --wrapper: 60px;
  }
  .wrapper {
    --wr: 60px;
    --pr: 60px;
  }
  .header_top {
    padding: 10px 30px;
  }
  .logo {
    width: 22%;
  }
  .right_head {
    padding-top: 0;
    padding-right: 70px;
  }
  .pc_navi > ul {
    gap: 30px;
  }
  .pc_navi > ul > li::before {
    right: -15px;
  }
  header.active .header_top {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 60px;
  }
  header.active .logo {
    width: 14%;
  }
  header.active .pc_navi > ul > li > a,
  header.active .pc_navi > ul > li > p {
    height: auto;
  }
  .pc_navi > ul > li > a,
  .pc_navi > ul > li > p {
    font-size: 14px;
  }
  .idx_gallery .img img {
    width: max(27.8184480234vw, 270px);
  }
  .totop .icon {
    width: 60px;
    height: 60px;
  }
  header.active .pc_navi > ul > li.menu-item-has-children > a::after,
  header.active .pc_navi > ul > li.menu-item-has-children > p::after {
    bottom: -8px;
    transform: none !important;
  }
  .footer-top .inner {
    max-width: 1060px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-top {
    padding-bottom: 50px;
  }
  .footer-top::before {
    top: calc(var(--wr) * -1);
    height: var(--wr);
  }
  .footer-menu .ft_link .menu01 > ul > li {
    width: 55%;
  }
  .footer-menu .ft_link .menu02 > ul > li {
    width: 63%;
  }
  .footer-menu .ft_link .menu02 > ul > li:nth-child(n + 7) {
    max-width: 7.2em !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .menu_toggle .inside .ft_link {
    max-width: 900px;
  }
  .ft_link .title {
    margin-bottom: 0.667em;
  }
  .footer-access .ft-map {
    height: 28.3203125vw;
  }
  .footer-access .ft-acc {
    padding-top: 0;
    font-size: 1.3671875vw;
  }
  .footer-access .ft-tt {
    margin-bottom: 0.5em;
    font-size: 2.143em;
  }
  .footer-access .ft-address {
    margin-bottom: 1.071em;
    font-size: max(1em, 13px);
  }
  .footer-access .ft-icon picture {
    width: 4.286em;
    height: 4.286em;
    margin-right: 0.714em;
  }
  .footer-access .ft-icon img {
    width: 1.429em;
  }
  .footer-access .ft-icon p {
    font-size: 1.286em;
  }
  .footer-menu {
    padding: 60px 0 50px;
  }
  .pc_navi > ul > li > a,
  .pc_navi > ul > li > p {
    font-size: 13px;
  }
  .pc_navi > ul > li::before {
    right: -9px;
  }
  .right_head {
    padding-right: 60px;
  }
  .pc_navi > ul {
    gap: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .menu_toggle .inside .ft_link {
    font-size: max(1.4112903226vw, 12px);
  }
  .header_top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .right_head {
    padding-right: 55px;
  }
  .pc_navi > ul {
    gap: 13px;
  }
  .pc_navi > ul > li::before {
    right: -6px;
  }
  .pc_navi > ul > li > a,
  .pc_navi > ul > li > p {
    font-size: max(1.310483871vw, 11px);
  }
  .footer-top {
    --wr: calc(50 / 992 * 100vw);
    padding-bottom: 4.0322580645vw;
  }
  .footer-top .ft-logo {
    margin-left: 0;
    padding-bottom: 0;
    width: 24.1935483871vw;
    flex-shrink: 0;
  }
  .footer-top .ft-social {
    gap: calc(12 / 992 * 100vw);
  }
  .footer-top .ft-tel {
    height: 5.714em;
    font-size: 1.4112903226vw;
  }
  .footer-top .ft-tel a::before {
    width: 1.329em;
    height: 1.329em;
    margin-right: 0.757em;
  }
  .footer-top .ft-web {
    height: 5.714em;
    font-size: 1.4112903226vw;
  }
  .footer-top .ft-web a {
    padding-left: 1.429em;
  }
  .footer-top .ft-web a::before {
    left: 1.171em;
    width: 1.5em;
    height: 1.429em;
    margin-right: 0.857em;
  }
  .footer-top .ft-web .ft-web-fb {
    font-size: 1.429em;
  }
  .footer-top .ft-web .ft-web-t {
    font-size: 0.857em;
  }
  .footer-top .ft-line {
    height: 5.714em;
    font-size: 1.4112903226vw;
  }
  .footer-top .ft-line a {
  }
  .footer-top .ft-line a::before {
    width: 2em;
    margin-right: 0.714em;
  }
  .footer-top .ft-line .ft-line-t {
    font-size: 1.429em;
  }
  .footer-top .time_sheet th,
  .footer-top .time_sheet td {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .footer-top .time_sheet th:first-child,
  .footer-top .time_sheet td:first-child {
    width: 16.1290322581vw !important;
  }
  .footer-top .time_sheet th:last-child,
  .footer-top .time_sheet td:last-child {
    width: 6.0483870968vw !important;
    padding-right: 4px !important;
  }
  .footer-menu {
    padding: 40px 0 30px;
  }
  .footer-menu .inner {
    --wr: calc(50 / 992 * 100vw);
  }
  .footer-menu .ft_link {
    font-size: max(1.4112903226vw, 12px);
  }
  .footer-menu .ft_link a {
    letter-spacing: 0px;
  }
  .footer-menu .ft_link .menu02 > ul > li {
    width: 66%;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
.home_page #mainContent {
  margin-bottom: 100px;
}

.sp320,
.sp375,
.sp425 {
  display: none;
}

.pc992,
.sp640-r {
  display: none;
}

.ibtn {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  border-bottom: 1px solid #ccd4d9;
}
.ibtn::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 100%;
  height: 1px;
  background-color: var(--main-color);
  transition: all 0.3s linear;
}
.ibtn a {
  display: block;
  text-align: left;
  text-decoration: none;
  font-family: var(--f-zen);
  color: var(--main-color);
  position: relative;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-right: 52px;
  min-width: 134px;
  height: 100%;
}
.ibtn a::before,
.ibtn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: auto 0;
  transition: all 0.3s ease;
}
.ibtn a::before {
  border-radius: 100%;
  background-color: #f3f4f5;
}
.ibtn a::after {
  background: url("../images/ic-ibtn.png") center/5px auto no-repeat;
}

.center {
  text-align: center;
}

.bnr_fix {
  --space: calc(100vh - 750px);
  position: absolute;
  right: calc(var(--wr) + 30px);
  bottom: 50px;
  width: 37em;
  height: 14.5em;
  font-size: 10px;
  z-index: 16;
  transition: all 0.3s ease;
  color: var(--main-color);
  font-family: var(--f-zen);
}

.bnr_fix.active {
  position: fixed;
  bottom: 20px;
}

.bnr_fix .bnr_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 1em 4em 1em 2.5em;
  align-items: center;
  background-color: rgb(243, 244, 245);
  box-shadow: 0px 2em 5em 0px rgba(0, 30, 63, 0.08);
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  font-family: var(--f-jp);
}

.bnr_fix picture {
  max-width: 9em;
}

.bnr_fix .text {
  color: var(--main-color);
  text-align: center;
  width: 19em;
}
.bnr_fix .top {
  margin-bottom: 0.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.4em;
  line-height: 1;
  font-family: var(--f-zen);
  color: var(--main-color) !important;
  background-color: #fff;
  height: 2.0625em;
  width: 100%;
  border-radius: 1em;
  letter-spacing: 0.18em;
}
.bnr_fix .bot {
  font-size: 1.6em;
  letter-spacing: 0.12em;
  line-height: 1.3;
}
.bnr_fix .bot p {
  font-family: var(--f-zen);
  color: var(--main-color) !important;
}
.bnr_fix .big {
  font-weight: 500;
  font-size: 1.35em;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
}
.bnr_fix .sm2 {
  display: inline-block;
  margin-left: 0.3em;
  font-size: 0.6111em;
  margin-bottom: 0;
  line-height: 1;
}
.bnr_fix .big.st2 {
  margin-left: 0.15em;
}
.bnr_fix .sm3 {
  font-weight: 500;
  margin-top: 0.3em;
  display: block;
  font-size: 0.875em;
  line-height: 1;
}
.bnr_fix .link {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.bnr_fix .close {
  position: absolute;
  top: -1em;
  right: -1em;
  width: 3.8em;
  height: 3.8em;
  background-color: var(--main-color);
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}

.btn-fix-ins {
  --mvsMax: 750px;
  --mvs: max(min(56vw, var(--mvsMax)), 550px);
  --kc: 220px;
  position: fixed;
  top: calc(var(--mvs) - var(--kc));
  right: 25px;
  z-index: 16;
  transition: all 0.3s ease;
}

.btn-fix-ins {
  display: inline-block;
}

.btn-fix-ins.active {
  bottom: unset;
  top: 338px;
}

.under .btn-fix-ins {
  bottom: unset;
  top: 338px;
}

@media screen and (min-width: 1921px) {
  .wrapper {
    --kcw: 0.4%;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .ibtn:hover::before {
    right: 0;
  }
  .ibtn:hover a::before {
    transform: scale(1.2);
  }
  header:not(.active) #menu-header .main-menu-link:hover {
    text-shadow:
      0 0 2px rgba(0, 0, 0, 0.2),
      0 0 4px rgba(0, 0, 0, 0.2),
      0 0 6px rgba(0, 0, 0, 0.2),
      0 0 8px rgba(0, 0, 0, 0.2);
  }
  header:not(.active) #menu-header .main-menu-link:hover::after {
    transform: translateY(5px);
  }
  header:not(.active) .pc_navi > ul > li:hover > a,
  header:not(.active) .pc_navi > ul > li:hover > p {
    text-shadow:
      0 0 2px rgba(0, 0, 0, 0.2),
      0 0 4px rgba(0, 0, 0, 0.2),
      0 0 6px rgba(0, 0, 0, 0.2),
      0 0 8px rgba(0, 0, 0, 0.2);
  }
  header:not(.active) .pc_navi > ul > li:hover > a::after,
  header:not(.active) .pc_navi > ul > li:hover > p::after {
    transform: translateY(5px);
  }
  #menu-header .main-menu-link:hover {
    color: var(--main-color2) !important;
    opacity: 1 !important;
  }

  .bnr_fix .close:hover {
    background-color: var(--main-color2);
  }
}
@media screen and (min-width: 769px) and (max-width: 1366px) {
  .btn-fix-ins {
    right: 15px;
  }
  .btn-fix-ins.active {
    top: 254px;
  }
  .under .btn-fix-ins {
    bottom: unset;
    top: 254px;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) and (max-height: 720px) and (orientation: landscape) {
  .btn-fix-ins {
    --mvsMax: calc(100vh - var(--wrapper));
  }
}
@media screen and (max-width: 1024px) {
  .ibtn a {
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 110px;
    padding-right: 30px;
  }
  .ibtn a::before,
  .ibtn a::after {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .bnr_fix {
    font-size: 7px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .pc992 {
    display: block;
  }

  .pc_navi > ul > li:nth-child(4) .subInner {
    right: 70%;
  }
}
/* FIREFOX */
@-moz-document url-prefix() {
  @media screen and (min-width: 1921px) {
    .wrapper {
      --kcw: 0%;
    }
  }
}
