@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yomogi&display=swap');

/* CSS Document */

/*common*/

body {
  margin: 0;
  padding: 0;
  color: #3a2f21;
  font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  --awesome: "Font Awesome 5 Free";
  --notosans: "Noto Sans JP", sans-serif;
  --nothings: "Nothing You Could Do", cursive;
  --dancing: 'Dancing Script', cursive;
  --color-primary: #9aa58f;
  --color-secondery: #eeeeee;
  --color-01: #d57604;
  --color-02: #d57604;
  --color-03: #d57604;
  --color-04: #d57604;
  --color-05: #d57604;
  --color-06: #f7f6ed;
  background-color: var(--color-06);
}

/* [class*="up-ofi"] {
  height: 100%;
} */

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.red {
  color: red;
}

/* color */
.color-01 {
  color: var(--color-primary);
}

.color-02 {
  color: var(--color-secondery);
}

.color-03 {
  color: var(--color-01);
}

.color-04 {
  color: var(--color-02);
}

.color-05 {
  color: var(--color-03);
}

.color-06 {
  color: var(--color-04);
}
.color-07 {
  color: var(--color-05);
}
.color-08 {
  color: var(--color-06);
}
.bgcolor-01 {
  background-color: var(--color-primary);
}

.bgcolor-02 {
  background-color: var(--color-secondery);
}

.bgcolor-03 {
  background-color: var(--color-01);
}

.bgcolor-04 {
  background-color: var(--color-02);
}

.bgcolor-05 {
  background-color: var(--color-03);
}

.bgcolor-06 {
  background: rgb(0, 93, 154);
  background: linear-gradient(135deg, rgba(0, 93, 154, 1) 20%, rgba(1, 69, 115, 1) 20%, rgba(1, 69, 115, 1) 80%, rgba(0, 93, 154, 1) 80%);
}

.bgcolor-06 {
  background-color: var(--color-04);
}
.bgcolor-07 {
  background-color: var(--color-05);
}
.bgcolor-08 {
  background-color: var(--color-06);
}

.-delay0 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.-delay1 {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}
.-delay2 {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}
.-delay3 {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}
.-delay4 {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}
.-delay5 {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}
.-delay6 {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}
.-delay7 {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}

.fead-zoom {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  overflow: hidden;
}

[data-element-id] .fead-zoom {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

[data-element-id] .fead-zoom img {
  -webkit-animation-timing-function: cubic-bezier(0.64, 0.04, 0.35, 1);
  animation-timing-function: cubic-bezier(0.64, 0.04, 0.35, 1);
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.fead-zoom.mv {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.fead-zoom.mv img {
  -webkit-animation-timing-function: cubic-bezier(0.64, 0.04, 0.35, 1);
  animation-timing-function: cubic-bezier(0.64, 0.04, 0.35, 1);
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.25) rotate(0.01deg);
    transform: scale(1.25) rotate(0.01deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.25) rotate(0.01deg);
    transform: scale(1.25) rotate(0.01deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

[data-element-id].fead-zoom02 {
  -webkit-transform: none;
  transform: none;
}

.fead-zoom02 {
  -webkit-transform: scale(1.1) rotate(0.01deg);
  transform: scale(1.1) rotate(0.01deg);
  transition: -webkit-transform 1.2s cubic-bezier(0.64, 0.04, 0.35, 1) 0.3s;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.64, 0.04, 0.35, 1) 0.3s;
  transition: transform 1.2s cubic-bezier(0.64, 0.04, 0.35, 1) 0.3s;
  transition: transform 1.2s cubic-bezier(0.64, 0.04, 0.35, 1) 0.3s, -webkit-transform 1.2s cubic-bezier(0.64, 0.04, 0.35, 1) 0.3s;
}

.fead-zoom02.mv {
  -webkit-transform: none;
  transform: none;
}

[data-element-id].fead-order>* {
    opacity: 1;
    transform: unset;
}

/* left right */
@media (max-width: 1024px) {
  .tb > [class^="left-cmn"] {
    width: 100%;
  }

  .tb > [class^="right-cmn"] {
    width: 100%;
  }

  .tb > .right-cmn01 {
    margin-top: 10px;
  }

  .tb > .right-cmn02 {
    margin-top: 15px;
  }

  .tb > .right-cmn03 {
    margin-top: 20px;
  }

  .tb > .right-cmn {
    margin-top: 25px;
  }
}

@media (max-width: 599px) {
  [class^="left-cmn"] {
    width: 100%;
  }

  [class^="right-cmn"] {
    width: 100%;
  }

  .right-cmn01 {
    margin-top: 5px;
  }

  .right-cmn02 {
    margin-top: 10px;
  }

  .right-cmn03 {
    margin-top: 15px;
  }

  .right-cmn {
    margin-top: 20px;
  }
}

.pc-br {
  display: block;
}

.pc-br.tb {
  display: block;
}

@media (max-width: 1024px) {
  .tb-br {
    display: block;
  }
  .pc-br.tb {
    display: inline;
  }
}

@media (max-width: 599px) {
  .pc-br {
    display: inline;
  }
  .sp-br {
    display: block;
  }
}

/* float */
.up-fl-left {
  float: left;
}

.up-fl-right {
  float: right;
}

.up-fl-none {
  float: none;
}

.up-flc-left {
  clear: left;
}

.up-flc-rigjt {
  clear: right;
}

.up-flc-both {
  clear: both;
}

.float-box {
  display: block;
}

.float-box:before {
  content: "";
  display: block;
  clear: both;
}

.float-box:after {
  content: "";
  display: block;
  clear: both;
}

.float-box .float-box-img {
  float: right;
}

.float-box .float-box-title {
  float: left;
}

.float-box .float-box-content {
  float: left;
}

.float-box-alternate .float-box:nth-of-type(even) .float-box-img {
  float: left;
}

.float-box-alternate .float-box:nth-of-type(even) .float-box-title {
  float: right;
}

.float-box-alternate .float-box:nth-of-type(even) .float-box-content {
  float: right;
}

.float-box-alternate.-rowr .float-box:nth-of-type(odd) .float-box-img {
  float: left;
}

.float-box-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
  float: right;
}

.float-box-alternate.-rowr .float-box:nth-of-type(odd) .float-box-content {
  float: right;
}

.float-box-alternate.-rowr .float-box:nth-of-type(even) .float-box-img {
  float: right;
}

.float-box-alternate.-rowr .float-box:nth-of-type(even) .float-box-title {
  float: left;
}

.float-box-alternate.-rowr .float-box:nth-of-type(even) .float-box-content {
  float: left;
}

@media (max-width: 1024px) {
  .up-fl-left\@tb {
    float: left;
  }

  .up-fl-right\@tb {
    float: right;
  }

  .up-fl-none\@tb {
    float: none;
  }

  .up-flc-left\@tb {
    clear: left;
  }

  .up-flc-rigjt\@tb {
    clear: right;
  }

  .up-flc-both\@tb {
    clear: both;
  }
}

@media (max-width: 599px) {
  .up-fl-left\@sp {
    float: left;
  }

  .up-fl-right\@sp {
    float: right;
  }

  .up-fl-none\@sp {
    float: none;
  }

  .up-flc-left\@sp {
    clear: left;
  }

  .up-flc-rigjt\@sp {
    clear: right;
  }

  .up-flc-both\@sp {
    clear: both;
  }
}

/*  レイアウト  */
.cross-item {
  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;
}

.cross-item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cross-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.cross.-rowr .cross-item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.cross.-rowr .cross-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cross.-none .cross-item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cross.-none .cross-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.parallel {
  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;
}

.parallel.-jc-fs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.parallel.-jc-fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.parallel.-jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.parallel.-rowr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 1024px) {
  .cross.-rowr\@tb .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .cross.-rowr\@tb .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cross.-none\@tb .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cross.-none\@tb .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .parallel.-jc-fs\@tb {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .parallel.-jc-fe\@tb {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .parallel.-jc-c\@tb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .parallel.-row\@tb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .parallel.-rowr\@tb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (max-width: 599px) {
  .cross.-rowr\@sp .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .cross.-rowr\@sp .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cross.-none\@sp .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cross.-none\@sp .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .parallel.-jc-fs\@sp {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .parallel.-jc-fe\@sp {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .parallel.-jc-c\@sp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .parallel.-row\@sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .parallel.-rowr\@sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

/*  Y方向の余白（margin）  */
.space-v0 > .space + .space {
  margin-top: 0;
}

.space-v5 > .space + .space {
  margin-top: 5px;
}

.space-v10 > .space + .space {
  margin-top: 10px;
}

.space-v15 > .space + .space {
  margin-top: 15px;
}

.space-v20 > .space + .space {
  margin-top: 20px;
}

.space-v25 > .space + .space {
  margin-top: 25px;
}

.space-v30 > .space + .space {
  margin-top: 30px;
}

.space-v35 > .space + .space {
  margin-top: 35px;
}

.space-v40 > .space + .space {
  margin-top: 40px;
}

.space-v45 > .space + .space {
  margin-top: 45px;
}

.space-v50 > .space + .space {
  margin-top: 50px;
}

.space-v55 > .space + .space {
  margin-top: 55px;
}

.space-v60 > .space + .space {
  margin-top: 60px;
}

.space-v65 > .space + .space {
  margin-top: 65px;
}

.space-v70 > .space + .space {
  margin-top: 70px;
}

.space-v75 > .space + .space {
  margin-top: 75px;
}

.space-v80 > .space + .space {
  margin-top: 80px;
}

.space-v85 > .space + .space {
  margin-top: 85px;
}

.space-v90 > .space + .space {
  margin-top: 90px;
}

.space-v95 > .space + .space {
  margin-top: 95px;
}

.space-v100 > .space + .space {
  margin-top: 100px;
}

@media (max-width: 1024px) {
  .space-v0\@tb > .space + .space {
    margin-top: 0;
  }

  .space-v5\@tb > .space + .space {
    margin-top: 5px;
  }

  .space-v10\@tb > .space + .space {
    margin-top: 10px;
  }

  .space-v15\@tb > .space + .space {
    margin-top: 15px;
  }

  .space-v20\@tb > .space + .space {
    margin-top: 20px;
  }

  .space-v25\@tb > .space + .space {
    margin-top: 25px;
  }

  .space-v30\@tb > .space + .space {
    margin-top: 30px;
  }

  .space-v35\@tb > .space + .space {
    margin-top: 35px;
  }

  .space-v40\@tb > .space + .space {
    margin-top: 40px;
  }

  .space-v45\@tb > .space + .space {
    margin-top: 45px;
  }

  .space-v50\@tb > .space + .space {
    margin-top: 50px;
  }

  .space-v55\@tb > .space + .space {
    margin-top: 55px;
  }

  .space-v60\@tb > .space + .space {
    margin-top: 60px;
  }

  .space-v65\@tb > .space + .space {
    margin-top: 65px;
  }

  .space-v70\@tb > .space + .space {
    margin-top: 70px;
  }

  .space-v75\@tb > .space + .space {
    margin-top: 75px;
  }

  .space-v80\@tb > .space + .space {
    margin-top: 80px;
  }

  .space-v85\@tb > .space + .space {
    margin-top: 85px;
  }

  .space-v90\@tb > .space + .space {
    margin-top: 90px;
  }

  .space-v95\@tb > .space + .space {
    margin-top: 95px;
  }

  .space-v100\@tb > .space + .space {
    margin-top: 100px;
  }
}

@media (max-width: 599px) {
  .space-v0\@sp > .space + .space {
    margin-top: 0;
  }

  .space-v5\@sp > .space + .space {
    margin-top: 5px;
  }

  .space-v10\@sp > .space + .space {
    margin-top: 10px;
  }

  .space-v15\@sp > .space + .space {
    margin-top: 15px;
  }

  .space-v20\@sp > .space + .space {
    margin-top: 20px;
  }

  .space-v25\@sp > .space + .space {
    margin-top: 25px;
  }

  .space-v30\@sp > .space + .space {
    margin-top: 30px;
  }

  .space-v35\@sp > .space + .space {
    margin-top: 35px;
  }

  .space-v40\@sp > .space + .space {
    margin-top: 40px;
  }

  .space-v45\@sp > .space + .space {
    margin-top: 45px;
  }

  .space-v50\@sp > .space + .space {
    margin-top: 50px;
  }

  .space-v55\@sp > .space + .space {
    margin-top: 55px;
  }

  .space-v60\@sp > .space + .space {
    margin-top: 60px;
  }

  .space-v65\@sp > .space + .space {
    margin-top: 65px;
  }

  .space-v70\@sp > .space + .space {
    margin-top: 70px;
  }

  .space-v75\@sp > .space + .space {
    margin-top: 75px;
  }

  .space-v80\@sp > .space + .space {
    margin-top: 80px;
  }

  .space-v85\@sp > .space + .space {
    margin-top: 85px;
  }

  .space-v90\@sp > .space + .space {
    margin-top: 90px;
  }

  .space-v95\@sp > .space + .space {
    margin-top: 95px;
  }

  .space-v100\@sp > .space + .space {
    margin-top: 100px;
  }
}

/* 共通コンテンツ間隔 */

[class*="section-m"],
[class*="section-p"] {
  --section-xlarge: 150px;
  --section-large: 120px;
  --section-medium: 100px;
  --section-small: 80px;
  --section-xsmall: 60px;
}

.section-my-xlarge {
  margin-bottom: var(--section-xlarge);
  margin-top: var(--section-xlarge);
}

.section-mt-xlarge {
  margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
  margin-bottom: var(--section-xlarge);
}

.section-my-large {
  margin-bottom: var(--section-large);
  margin-top: var(--section-large);
}

.section-mt-large {
  margin-top: var(--section-large);
}

.section-mb-large {
  margin-bottom: var(--section-large);
}

.section-my-medium {
  margin-bottom: var(--section-medium);
  margin-top: var(--section-medium);
}

.section-mt-medium {
  margin-top: var(--section-medium);
}

.section-mb-medium {
  margin-bottom: var(--section-medium);
}

.section-my-small {
  margin-bottom: var(--section-small);
  margin-top: var(--section-small);
}

.section-mt-small {
  margin-top: var(--section-small);
}

.section-mb-small {
  margin-bottom: var(--section-small);
}

.section-my-xsmall {
  margin-bottom: var(--section-xsmall);
  margin-top: var(--section-xsmall);
}

.section-mt-xsmall {
  margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
  margin-bottom: var(--section-xsmall);
}

.section-py-xlarge {
  padding-bottom: var(--section-xlarge);
  padding-top: var(--section-xlarge);
}

.section-pt-xlarge {
  padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
  padding-bottom: var(--section-xlarge);
}

.section-py-large {
  padding-bottom: var(--section-large);
  padding-top: var(--section-large);
}

.section-pt-large {
  padding-top: var(--section-large);
}

.section-pb-large {
  padding-bottom: var(--section-large);
}

.section-py-medium {
  padding-bottom: var(--section-medium);
  padding-top: var(--section-medium);
}

.section-pt-medium {
  padding-top: var(--section-medium);
}

.section-pb-medium {
  padding-bottom: var(--section-medium);
}

.section-py-small {
  padding-bottom: var(--section-small);
  padding-top: var(--section-small);
}

.section-pt-small {
  padding-top: var(--section-small);
}

.section-pb-small {
  padding-bottom: var(--section-small);
}

.section-py-xsmall {
  padding-bottom: var(--section-xsmall);
  padding-top: var(--section-xsmall);
}

.section-pt-xsmall {
  padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
  padding-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
  .section-my-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.85);
    margin-top: calc(var(--section-xlarge) * 0.85);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.85);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.85);
  }

  .section-my-large {
    margin-bottom: calc(var(--section-large) * 0.85);
    margin-top: calc(var(--section-large) * 0.85);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.85);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.85);
  }

  .section-my-medium {
    margin-bottom: calc(var(--section-medium) * 0.85);
    margin-top: calc(var(--section-medium) * 0.85);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.85);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.85);
  }

  .section-my-small {
    margin-bottom: calc(var(--section-small) * 0.85);
    margin-top: calc(var(--section-small) * 0.85);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.85);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.85);
  }

  .section-my-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.85);
    margin-top: calc(var(--section-xsmall) * 0.85);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.85);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.85);
  }

  .section-py-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.85);
    padding-top: calc(var(--section-xlarge) * 0.85);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.85);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.85);
  }

  .section-py-large {
    padding-bottom: calc(var(--section-large) * 0.85);
    padding-top: calc(var(--section-large) * 0.85);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.85);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.85);
  }

  .section-py-medium {
    padding-bottom: calc(var(--section-medium) * 0.85);
    padding-top: calc(var(--section-medium) * 0.85);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.85);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.85);
  }

  .section-py-small {
    padding-bottom: calc(var(--section-small) * 0.85);
    padding-top: calc(var(--section-small) * 0.85);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.85);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.85);
  }

  .section-py-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.85);
    padding-top: calc(var(--section-xsmall) * 0.85);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.85);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.85);
  }
}

@media (max-width: 599px) {
  .section-my-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.7);
    margin-top: calc(var(--section-xlarge) * 0.7);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.7);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.7);
  }

  .section-my-large {
    margin-bottom: calc(var(--section-large) * 0.7);
    margin-top: calc(var(--section-large) * 0.7);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.7);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.7);
  }

  .section-my-medium {
    margin-bottom: calc(var(--section-medium) * 0.7);
    margin-top: calc(var(--section-medium) * 0.7);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.7);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.7);
  }

  .section-my-small {
    margin-bottom: calc(var(--section-small) * 0.7);
    margin-top: calc(var(--section-small) * 0.7);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.7);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.7);
  }

  .section-my-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.7);
    margin-top: calc(var(--section-xsmall) * 0.7);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.7);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.7);
  }

  .section-py-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.7);
    padding-top: calc(var(--section-xlarge) * 0.7);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.7);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.7);
  }

  .section-py-large {
    padding-bottom: calc(var(--section-large) * 0.7);
    padding-top: calc(var(--section-large) * 0.7);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.7);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.7);
  }

  .section-py-medium {
    padding-bottom: calc(var(--section-medium) * 0.7);
    padding-top: calc(var(--section-medium) * 0.7);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.7);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.7);
  }

  .section-py-small {
    padding-bottom: calc(var(--section-small) * 0.7);
    padding-top: calc(var(--section-small) * 0.7);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.7);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.7);
  }

  .section-py-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.7);
    padding-top: calc(var(--section-xsmall) * 0.7);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.7);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.7);
  }
}
/* 共通 */
.bg01 {
  background: url(../images/bg01.png) 0 0 no-repeat;
  background-size: 100%;
  background-position: center;
}
.bg02 {
  background: url(../images/bg02.png) 0 0 no-repeat;
  background-size: cover;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }
}
.pic-radius {
  border-radius: 40px;
  overflow: hidden;
}
.pic-radius10 {
  border-radius: 10px;
  overflow: hidden;
}
.pic-radius20 {
  border-radius: 20px;
  overflow: hidden;
}
.pic-radius30 {
  border-radius: 30px;
  overflow: hidden;
}
.pic-border {
  border: 1px solid #6ea0d1;
  border-radius: 30px;
}


/* A-BiSUスライダー */
.top-mv .uk-slidenav-position {
  height: 100%;
}

.top-mv .uk-slideshow {
  height: 100% !important;
  overflow: hidden;
  position: relative;
}

.top-mv .uk-slideshow::after {
  content: "";
  display: block;
  padding-top: 50%;
}

.top-mv .uk-slideshow li {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
}

.top-mv .uk-slideshow li > div {
  height: 100% !important;
}

.top-mv .uk-slideshow img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}

.top-mv .uk-dotnav > * > * {
  width: 10px;
  height: 10px;
}

.top-mv .uk-dotnav .top-mv .uk-active > * {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.top-mv .uk-dotnav li a:hover {
  opacity: 1;
}

.top-mv .uk-dotnav-contrast > * > * {
  background: #ccc;
}

.top-mv .uk-dotnav-contrast > .top-mv .uk-active > * {
  background: #565656;
}

.top-mv .uk-position-bottom {
  bottom: -30px;
}

@media (max-width: 1024px) {
  .top-mv .uk-slideshow::after {
    padding-top: 70%;
  }
}

@media (max-width: 599px) {
  .top-mv .uk-slideshow::after {
    padding-top: 130%;
  }
}

/* タイトル */
[class*="ttl-cmn"] {
  --ttl-fz-xlarge: 44px;
  --ttl-fz-large: 40px;
  --ttl-fz-medium: clamp(24px, 19.152px + 1.29vw, 45.008px);
  --ttl-fz-medium: clamp(1.5rem, 1.255rem + 1.22vw, 2.25rem);
  --ttl-fz-small: 24px;
  --ttl-fz-xsmall: 20px;
  --ttl-mb-xlarge: 70px;
  --ttl-mb-large: 60px;
  --ttl-mb-medium: 50px;
  --ttl-mb-small: 40px;
  --ttl-mb-xsmall: 24px;
  --ttl-mb-xxsmall: 15px;
}

/* 共通タイトル１ */

[class*="ttl-cmn"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ttl-cmn01 {
  margin-bottom: var(--ttl-mb-small);
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.ttl-cmn01 .large {
  display: block;
  font-size: 40px;
  font-size: clamp(1.5rem, 1.071rem + 1.76vw, 2.5rem);
}

.ttl-cmn01 .small {
  display: block;
  font-size: clamp(14px, 13.072px + 0.25vw, 18px);
  font-size: clamp(0.875rem, 0.817rem + 0.25vw, 1.125rem);
  font-weight: 500;
}

.ttl-cmn01 > * {
  letter-spacing: 0.2em;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

.ttl-cmn01.ttl-white > * {
  color: #fff;
}

.ttl-cmn01.ttl-main-color > * {
  color: var(--color-primary);
}

.ttl-cmn01.ttl-text-left > * {
  text-align: left;
}

.ttl-cmn02 {
  margin-bottom: var(--ttl-mb-xsmall);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ttl-cmn02 .sub {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
}

.ttl-cmn02 .ttl {
  font-size: clamp(1.75rem, 1.199rem + 2.76vw, 3.438rem);
}

.ttl-cmn02 .ttl .lead {
  font-size: 85%;
}

.ttl-cmn02 .large {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}

.ttl-cmn02 .small {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.ttl-cmn02 > * {
  line-height: 1.5;
  position: relative;
  text-align: center;
}

.ttl-cmn02.ttl-white > * {
  color: #fff;
}

.ttl-cmn02.ttl-text-left > * {
  text-align: left;
}

.ttl-cmn03 .ttl {
  width: 100%;
}
.ttl-cmn03.-mb-none {
  margin-bottom: 0;
}

.ttl-cmn03 .border {
  padding-bottom: 5px;
  padding-left: 20px;
  position: relative;
  width: 100%;
  border-bottom: 3px solid var(--color-primary);
  text-align: left;
}
.ttl-cmn03 .sub {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
}

.ttl-cmn03 .large {
  display: block;
  font-size: clamp(1.125rem, 1.071rem + 0.22vw, 1.25rem);
  margin-bottom: 10px;
}

.ttl-cmn03 .small {
  display: block;
  font-size: clamp(14px, 13.072px + 0.25vw, 18px);
  font-size: clamp(0.875rem, 0.817rem + 0.25vw, 1.125rem);
  font-weight: 500;
}

.ttl-cmn03 > * {
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

.ttl-cmn03.ttl-white > * {
  color: #fff;
}

.ttl-cmn03.ttl-text-left > * {
  text-align: left;
}

.ttl-cmn04 .ttl {
  width: 100%;
}
.ttl-cmn04.-mb-none {
  margin-bottom: 0;
}

.ttl-cmn04 .border {
  padding-bottom: 5px;
  padding-left: 20px;
  position: relative;
  width: 100%;
  border-bottom: 3px solid var(--color-primary);
  text-align: left;
}
.ttl-cmn04 .sub {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
}

.ttl-cmn04 .large {
  display: block;
  font-size: clamp(1.125rem, 1.071rem + 0.22vw, 1.25rem);
  margin-bottom: 10px;
}

.ttl-cmn04 .small {
  display: block;
  font-size: clamp(14px, 13.072px + 0.25vw, 18px);
  font-size: clamp(0.875rem, 0.817rem + 0.25vw, 1.125rem);
  font-weight: 500;
}

.ttl-cmn04 > * {
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

.ttl-cmn04.ttl-white > * {
  color: #fff;
}

.ttl-cmn04.ttl-text-left > * {
  text-align: left;
}

.lead-cmn01 {
  font-size: clamp(18px, 15.712px + 0.71vw, 30px);
  font-size: clamp(1.125rem, 0.982rem + 0.71vw, 1.875rem);
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 50px;
}

[data-element-id] .ttl--vertical {
  -ms-writing-mode: initial;
  -webkit-writing-mode: initial;
  writing-mode: initial;
}

.ttl--vertical {
  -ms-writing-mode: tb-rl;
  word-break: keep-all;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.ttl-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ttl-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ttl-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ttl-fz-xlarge {
  font-size: var(--ttl-fz-xlarge) !important;
}

.ttl-fz-large {
  font-size: var(--ttl-fz-large) !important;
}

.ttl-fz-medium {
  font-size: var(--ttl-fz-medium) !important;
}

.ttl-fz-small {
  font-size: var(--ttl-fz-small) !important;
}

.ttl-fz-xsmall {
  font-size: var(--ttl-fz-xsmall) !important;
}

.ttl-mb-xlarge {
  margin-bottom: var(--ttl-mb-xlarge);
}

.ttl-mb-large {
  margin-bottom: var(--ttl-mb-large);
}

.ttl-mb-medium {
  margin-bottom: var(--ttl-mb-medium);
}

.ttl-mb-small {
  margin-bottom: var(--ttl-mb-small);
}

.ttl-mb-xsmall {
  margin-bottom: var(--ttl-mb-xsmall);
}

.ttl-mb-xxsmall {
  margin-bottom: var(--ttl-mb-xxsmall);
}

.ttl-mb-none {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .ttl-cmn01 {
    margin-bottom: calc(var(--ttl-mb-large) * 0.9);
  }

  .ttl-cmn01 > * {
    font-size: 36px;
  }
  .ttl-cmn01.hukidashi .sankaku:before {
    top: 120%;
  }

  .ttl-cmn02 {
    margin-bottom: calc(var(--ttl-mb-xsmall) * 0.9);
  }

  .ttl-cmn02 > * {
    font-size: 40px;
  }
  .lead-cmn01 {
    margin-bottom: 40px;
  }

  .ttl-fz-xlarge {
    font-size: calc(var(--ttl-fz-xlarge) * 0.8) !important;
  }

  .ttl-fz-large {
    font-size: calc(var(--ttl-fz-large) * 0.8) !important;
  }

  .ttl-fz-small {
    font-size: calc(var(--ttl-fz-small) * 0.8) !important;
  }

  .ttl-fz-xsmall {
    font-size: calc(var(--ttl-fz-xsmall) * 0.8) !important;
  }


  .ttl--horizontal\@tb {
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
  }

  .ttl-mb-xlarge {
    margin-bottom: calc(var(--ttl-mb-xlarge) * 0.8);
  }

  .ttl-mb-large {
    margin-bottom: calc(var(--ttl-mb-large) * 0.8);
  }

  .ttl-mb-medium {
    margin-bottom: calc(var(--ttl-mb-medium) * 0.8);
  }

  .ttl-mb-small {
    margin-bottom: calc(var(--ttl-mb-small) * 0.8);
  }

  .ttl-mb-xsmall {
    margin-bottom: calc(var(--ttl-mb-xsmall) * 0.8);
  }
  .ttl-mb-xxsmall {
    margin-bottom: calc(var(--ttl-mb-xxsmall) * 0.8);
  }

  .ttl-mb-none\@tb {
    margin-bottom: 0;
  }
}

@media (max-width: 599px) {
  .ttl-cmn01 {
    margin-bottom: calc(var(--ttl-mb-large) * 0.8);
  }

  .ttl-cmn01 > * {
    font-size: 30px;
  }
  .ttl-cmn02 {
    margin-bottom: calc(var(--ttl-mb-xsmall) * 0.8);
  }

  .ttl-cmn02 > * {
    font-size: 36px;
  }
  .ttl-cmn03 .ttl .abu-txt {
    font-size: 10px;
    position: static;
    margin-left: 20px;
  }
  .lead-cmn01 {
    margin-bottom: 30px;
  }

  .ttl-fz-xlarge {
    font-size: calc(var(--ttl-fz-xlarge) * 0.7) !important;
  }

  .ttl-fz-large {
    font-size: calc(var(--ttl-fz-large) * 0.7) !important;
  }

  .ttl-fz-small {
    font-size: calc(var(--ttl-fz-small) * 0.7) !important;
  }

  .ttl-fz-xsmall {
    font-size: calc(var(--ttl-fz-xsmall) * 0.7) !important;
  }

  .ttl--horizontal\@sp {
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
  }

  .ttl-center\@sp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ttl-mb-xlarge {
    margin-bottom: calc(var(--ttl-mb-xlarge) * 0.7);
  }

  .ttl-mb-xlarge {
    margin-bottom: calc(var(--ttl-mb-xlarge) * 0.7);
  }

  .ttl-mb-large {
    margin-bottom: calc(var(--ttl-mb-large) * 0.7);
  }

  .ttl-mb-medium {
    margin-bottom: calc(var(--ttl-mb-medium) * 0.7);
  }

  .ttl-mb-small {
    margin-bottom: calc(var(--ttl-mb-small) * 0.7);
  }

  .ttl-mb-xsmall {
    margin-bottom: calc(var(--ttl-mb-xsmall) * 0.7);
  }
  .ttl-mb-xxsmall {
    margin-bottom: calc(var(--ttl-mb-xxsmall) * 0.7);
  }

  .ttl-mb-none\@sp {
    margin-bottom: 0;
  }
}

/* txt-type */
.txt-type-01 {
  text-align: center;
  line-height: 2;
  width: 60%;
  margin: auto;
}

@media (max-width: 599px) {
  .txt-type-01 {
    width: 100%;
    text-align: left;
  }
}
.txt-type-02 {
  line-height: 2;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 599px) {
  .txt-type-02 {
    text-align: left;
    width: 100%;
  }
}

/* リスト */
/*===================================
共通ボタン
===================================*/

[class*="btn-cmn"] {
  --btn-mt-xlarge: 90px;
  --btn-mt-large: 60px;
  --btn-mt-medium: 50px;
  --btn-mt-small: 40px;
  --btn-mt-xsmall: 30px;
}

/* btn-cmn01 */

[class*="btn-cmn"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-cmn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: var(--btn-mt-large);
}

.btn-cmn01 > * {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: none;
  border-top: 5px solid var(--color-primary);
  color: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 2;
  letter-spacing: 2px;
  max-width: 100%;
  padding: 0.4em 1em;
  position: relative;
  text-align: center;
  width: 150px;
  border-radius: 5px;
  font-size: 12px;
  max-height: 60px;
}

.btn-cmn01.large > * {
  width: 270px;
  padding: 1em;
}

.btn-cmn01.xlarge > * {
  width: 360px;
  padding: 1em;
}

.btn-cmn01 > *:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  opacity: 1;
  background-color: var(--color-primary);
  color: #fff;
  -webkit-box-shadow: 5.7px 5.7px 9px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 5.7px 5.7px 9px 1px rgba(0, 0, 0, 0.08);
}

.btn-cmn01.arrow > *:after {
  content: "\f35a";
  font-family: "font awesome 5 Free";
  font-weight: bold;
  margin-left: 5px;
}

.btn-cmn01.arrow.large > *:after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-cmn01.arrow.xlarge > *:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-cmn01.-back > *:before {
  content: "\f0a8";
  font-family: "font awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
}

.btn-cmn01.contact-btn > *:before {
  content: "\f0e0";
  font-family: "font awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
}

.btn-cmn01.contact-btn > *:after {
  display: none;
}

.btn-cmn01.btn-color01 > * {
  background-color: var(--color-01);
}

.btn-cmn01.btn-color02 > * {
  background-color: var(--color-02);
}

.btn-cmn01.btn-white > * {
  background-color: #fff;
  -webkit-box-shadow: 5.7px 5.7px 9px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 5.7px 5.7px 9px 1px rgba(0, 0, 0, 0.08);
  color: var(--color-primary);
}

.btn-cmn01.btn-white > *:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.btn-cmn01.btn-white:hover::before {
  -webkit-box-shadow: 3px 3px 4.5px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 3px 3px 4.5px 1px rgba(0, 0, 0, 0.04);
}

/* btn-cmn02 */

.btn-cmn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-cmn02 > * {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  border-bottom: 1px solid;
  font-weight: bold;
  color: #000;
  flex-shrink: 0;
}

.btn-cmn03 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-cmn03 > * {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 5.7px 5.7px 9px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 5.7px 5.7px 9px 1px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding: 2em 0.5em;
  pointer-events: none;
  text-align: center;
  -webkit-transition: background 0.3s, 0.4s ease;
  transition: background 0.3s, 0.4s ease;
  width: 450px;
}

.btn-cmn03 > *:hover {
  background: #083d2c;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.btn-cmn03.contact-btn > * {
  pointer-events: auto;
}

.btn-cmn03.contact-btn > *::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: bold;
  margin-right: 0.5em;
}

.btn-cmn03.list-btn > * {
  pointer-events: auto;
}

.btn-cmn03.list-btn > *::before {
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: bold;
  margin-right: 0.5em;
}

/* 共通ボタン上書き */

.btn-mt-xlarge {
  margin-top: var(--btn-mt-xlarge);
}

.btn-mt-large {
  margin-top: var(--btn-mt-large);
}

.btn-mt-medium {
  margin-top: var(--btn-mt-medium);
}

.btn-mt-small {
  margin-top: var(--btn-mt-small);
}

.btn-mt-xsmall {
  margin-top: var(--btn-mt-xsmall);
}

.btn-mt-none {
  margin-top: 0;
}

.btn-w-full > * {
  width: 100%;
}

.btn-w-xlarge > * {
  width: 350px;
}

.btn-w-xlarge > * {
  width: 300px;
}

.btn-w-medium > * {
  width: 250px;
}

.btn-w-small > * {
  width: 200px;
}

.btn-w-xsmall > * {
  width: 150px;
}

.btn-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 599px) {
  .btn-cmn01 {
    margin-top: calc(var(--btn-mt-large) * 0.8);
  }

  .btn-cmn03 > * {
    font-size: 14px;
  }

  .btn-cmn04 {
    margin-top: calc(var(--btn-mt-xlarge) * 0.7);
  }

  .btn-mt-xlarge {
    margin-top: calc(var(--btn-mt-xlarge) * 0.7);
  }

  .btn-mt-large {
    margin-top: calc(var(--btn-mt-large) * 0.7);
  }

  .btn-mt-medium {
    margin-top: calc(var(--btn-mt-medium) * 0.7);
  }

  .btn-mt-small {
    margin-top: calc(var(--btn-mt-small) * 0.7);
  }

  .btn-mt-xsmall {
    margin-top: calc(var(--btn-mt-xsmall) * 0.7);
  }

  .btn-mt-none {
    margin-top: 0;
  }
}

/* btn ttl wrap */

[class*="ttl-btn-wrap"] {
  --wrap-mb-xlarge: 70px;
  --wrap-mb-large: 60px;
  --wrap-mb-medium: 50px;
  --wrap-mb-small: 40px;
  --wrap-mb-xsmall: 24px;
}

[class*="ttl-btn-wrap"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
[class*="ttl-btn-wrap"] [class*="ttl-cmn"] {
  margin-bottom: 0;
}

[class*="ttl-btn-wrap"] [class*="btn-cmn"] {
  margin-top: 0;
}

.ttl-btn-wrap01 {
  margin-bottom: var(--wrap-mb-xsmall);
}

/* wrap上書き */

.wrap-mb-xlarge {
  margin-bottom: var(--wrap-mb-xlarge);
}

.wrap-mb-large {
  margin-bottom: var(--wrap-mb-large);
}

.wrap-mb-medium {
  margin-bottom: var(--wrap-mb-medium);
}

.wrap-mb-small {
  margin-bottom: var(--wrap-mb-small);
}

.wrap-mb-xsmall {
  margin-bottom: var(--wrap-mb-xsmall);
}

.wrap-mb-none {
  margin-bottom: 0;
}

@media (max-width: 599px) {
  .ttl-btn-wrap01 {
    margin-bottom: calc(var(--wrap-mb-xsmall) * 0.7);
  }
  .wrap-mb-xlarge {
    margin-bottom: calc(var(--wrap-mb-xlarge) * 0.7);
  }

  .wrap-mb-large {
    margin-bottom: calc(var(--wrap-mb-large) * 0.7);
  }

  .wrap-mb-medium {
    margin-bottom: calc(var(--wrap-mb-medium) * 0.7);
  }

  .wrap-mb-small {
    margin-bottom: calc(var(--wrap-mb-small) * 0.7);
  }

  .wrap-mb-xsmall {
    margin-bottom: calc(var(--wrap-mb-xsmall) * 0.7);
  }

  .wrap-mb-none\@sp {
    margin-bottom: 0;
  }
}

/* block-type */
.block-type01 {
  position: relative;
}

.block-type01 .item {
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}

.block-type01 .tit {
  font-size: clamp(1.125rem, 0.921rem + 1.02vw, 1.75rem);
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
}

.block-type01 .tbox {
  padding: 15px;
  text-align: center;
}

.block-type01 .tbox .main-txt {
  font-size: clamp(1.5rem, 1.255rem + 1.22vw, 2.25rem);
  line-height: 1;
}

.block-type01 .tbox .main-txt .big {
  font-size: 200%;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 2px;
}

.block-type01 .tbox .sub-txt {
  font-size: 14px;
}

.block-type02 {
  position: relative;
}

.block-type02 .item {
  position: relative;
}

.block-type02 .item .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-type02 .item .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.block-type02 .col > div:nth-child(2) .item:before {
  content: "\f067";
  display: block;
  font-family: "font awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: -10%;
  font-size: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
}

.block-type02 .item .pic img {
  border-radius: 10px;
}

.block-type02 .item .tbox {
  position: relative;
  z-index: 2;
  padding: 70px 20px;
  text-align: center;
}

.block-type02 .item .tbox .icon {
  width: 30%;
  height: 60px;
  margin: 0 auto 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.block-type02 .item .tbox .tit {
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.778rem + 1.73vw, 2.188rem);
}

@media (max-width: 599px) {
  .block-type02 .col > div:nth-child(2) .item:before {
    top: -15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.block-type03 .tit {
  margin-top: 20px;
}

.block-type03 .box .pic {
  position: relative;
}
.block-type03 .box:nth-child(even) .pic {
  margin-left: calc(50% - 50vw);
  margin-right: 0;
}

.block-type03 .box:nth-child(odd) .pic {
  margin-right: calc(50% - 50vw);
}

@media (max-width: 599px) {
  .block-type03 .txt {
    margin-top: 20px;
  }
}

.block-type04 {
  position: relative;
}

.block-type04 .box {
  padding: 50px;
}
.block-type04 .item {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-type04 .item.-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.block-type05 .box {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 100px 50px;
  border-radius: 10px;
  overflow: hidden;
}

.block-type05 .item {
  position: relative;
  width: 50%;
}
.block-type05 .item + .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: var(--color-04);
}

@media (max-width: 599px) {
  .block-type05 .box {
    padding: 50px 30px;
  }
  .block-type05 .item {
    width: 100%;
  }
  .block-type05 .item + .item {
    margin-top: 50px;
    padding-top: 50px;
  }
  .block-type05 .item + .item:before {
    width: 100%;
    height: 1px;
  }
}

.block-type06 {
  position: relative;
}

.block-type06 .item {
  background: #fff;
  padding: 20px 40px;
  border-radius: 10px;
}

.block-type06 .item .title {
  font-size: 20px;
  font-size: clamp(1.125rem, 1.071rem + 0.22vw, 1.25rem);
  color: var(--color-primary);
  margin-bottom: 20px;
  margin-top: 15px;
}

@media (max-width: 599px) {
  .block-type06 .item {
    padding: 20px;
  }
  .block-type06 .item .pbox {
    width: 60%;
    margin: auto;
  }
}

.block-type07 .item {
  position: relative;
}

.block-type07 .item .pbox {
  position: relative;
}

.block-type07 .item .pbox .pic {
  background-color: #747474;
}

.block-type07 .item .pbox .pic img {
  opacity: 0.4;
}

.block-type07 .item .tbox {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 1;
  color: #fff;
  font-size: clamp(1.125rem, 1.071rem + 0.22vw, 1.25rem);
}

.block-type08 .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.block-type08 .item .pbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.block-type08 .item .pbox:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}
.block-type08 .item .pbox .pic {
    height: 100%;
}
.block-type08 .item .tbox {
  position: relative;
  z-index: 1;
  padding: 40% 0;
}

.block-type09 .item {
  position: relative;
}

.block-type09 .item .tit {
  float: right;
  width: 50%;
  font-size: clamp(1.125rem, 0.964rem + 0.66vw, 1.5rem);
  position: relative;
}

.block-type09 .item .tit .num01 {
  background: var(--color-primary);
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: clamp(1.125rem, 1.071rem + 0.22vw, 1.25rem);
}

.block-type09.quest .item .tit {
  padding-left: 2.5rem;
}
.block-type09.quest .item .tit:before {
  content: "Q";
  position: absolute;
  top: 3px;
  left: 0;
  background: var(--color-primary);
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  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;
  font-size: clamp(1.125rem, 1.071rem + 0.22vw, 1.25rem);
}
.block-type09 .item .pbox {
  float: left;
  width: 45%;
}
.block-type09 .item .txt {
  float: right;
  width: 50%;
  margin-top: 20px;
}

.block-type09 .item.-rev .tit {
  float: left;
  width: 50%;
}
.block-type09 .item.-rev .pbox {
  float: right;
  width: 45%;
}
.block-type09 .item.-rev .txt {
  float: left;
  width: 50%;
}

@media (max-width: 599px) {
  .block-type09 .item .tit {
    width: 100%;
  }
  .block-type09 .item .pbox {
    width: 100%;
    margin-top: 20px;
  }
  .block-type09 .item .txt {
    width: 100%;
  }

  .block-type09 .item.-rev .tit {
    width: 100%;
  }
  .block-type09 .item.-rev .pbox {
    width: 100%;
  }
  .block-type09 .item.-rev .txt {
    width: 100%;
  }
}
.block-type10 .item {
  position: relative;
}

.block-type10 .item .pbox {
  position: relative;
}

.block-type10 .item .pbox .point-text {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color: var(--color-primary);
  font-family: var(--nothings);
  font-size: clamp(1.5rem, 1.286rem + 0.88vw, 2rem);
}

.block-type11 {
  position: relative;
}

.block-type11 .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 10px 10px;
  grid-template-areas:
    "area01 area01 area05 area05 area02 area02"
    "area01 area01 area06 area03 area03 area08"
    "area07 area04 area04 area03 area03 area09";
}

.block-type11 .container .pic {
    height: 100%;
}

.block-type11 .area01 {
  grid-area: area01;
}

.block-type11 .area02 {
  grid-area: area02;
}

.block-type11 .area03 {
  grid-area: area03;
}

.block-type11 .area04 {
  grid-area: area04;
}

.block-type11 .area05 {
  grid-area: area05;
}
.block-type11 .area06 {
  grid-area: area06;
}
.block-type11 .area07 {
  grid-area: area07;
}
.block-type11 .area08 {
  grid-area: area08;
}
.block-type11 .area09 {
  grid-area: area09;
}

@media (max-width: 599px) {
  .block-type11 .container {
    gap: 5px 5px;
  }
}

.block-type12 .box {
    position: relative;
    background: #3F8D77;
    border-radius: 30px;
}

.block-type12 .box .tbox {
    width: 80%;
    padding: 30px;
    position: relative;
    z-index: 2;
}

.block-type12 .box .pbox {
    width: 20%;
    position: absolute;
    right: 0;
    bottom: 0%;
    z-index: 1;
}

.block-type12 .box .tbox .txt {
    color: #fff;
}

.block-type12 .box .tbox .large {
    color: #fff;
    text-align: left;
}

.block-type12 .box:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 4px double #FFF;
    border-radius: 30px;
}

.block-type12 .box .tbox .sub {
    background: #fff;
    color: #3F8D77;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    top: -20px;
    z-index: 1;
}

@media (max-width:599px) {
  .block-type12 .box .tbox {
    width: 100%;
  }
  
  .block-type12 .box .pbox {
      width: 30%;
  }
}

.block-type13 .item {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
}

.block-type13 .item .sub {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: clamp(1.125rem, 0.944rem + 0.74vw, 1.5rem);
    z-index: 1;
}

.block-type13 .item .pbox {
    position: relative;
}

.block-type13 .item .tbox {
    margin-top: 15px;
}

.block-type13 .item .tbox .tit {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.block-type13 .item .sub .num {
    font-family: var(--dancing);
    display: inline-block;
    font-size: 40px;
    line-height: 1;
    margin: 0 5px;
}




.genealogy {
    position: relative;
    margin: 0px auto;
}

.genealogy > dl {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 5em 0px 0px;
    margin: 0px;
}

.genealogy > dl::after {
    position: absolute;
    top: 8em;
    left: 6em;
    right: 6em;
    height: 2em;
    background: linear-gradient(to right, #3a2f21 0%, #3a2f21 100%) top center / 0.2em 100% no-repeat, linear-gradient(to right, #3a2f21 0%, #3a2f21 100%) bottom left / 100% 0.2em no-repeat;
    content: "";
    display: none;
}

.genealogy > dl > dt, .genealogy > dl > dd {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    line-height: 1;
    text-align: center;
}

.genealogy > dl > dt {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.genealogy > dl > dd {
    position: relative;
    margin: 6em 1em 0px;
}

.genealogy > dl > dd::before {
    position: absolute;
    top: -2.7em;
    left: 0px;
    width: 100%;
    height: 2.3em;
    background: linear-gradient(to right, #3a2f21 0%, #3a2f21 100%) top center / 0.2em calc(100% - 0.3em) no-repeat, linear-gradient(to top right, transparent 50%, #3a2f21 50%) bottom -0.1em left calc(50% - 0.2em + 0px) / 0.4em 1em no-repeat, linear-gradient(to top left, transparent 50%, #3a2f21 50%) bottom -0.1em left calc(50% + 0.2em - 0px) / 0.4em 1em no-repeat;
    overflow: hidden;
    content: "";

}

.genealogy .genealogy {
    top: 0em;
    left: 50%;
    transform: translateX(-50%);
    margin: 0px;
}

.genealogy > dl > dt.block01 {
    width: 110px;
    height: 110px;
    background: #99B7A7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
}

.genealogy > dl > dt.block02 {
    width: 110px;
    height: 110px;
    background: #99B7A7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
}

.genealogy > dl > dd.block03 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    width: 10em;
    height: 3em;
    border: 0.2em solid currentColor;
    box-sizing: border-box;
    text-align: center;
    line-height: 1;
    background: #3F8D77;
    color: #fff;
}

.genealogy .genealogy > dl > dd::before {
    top: -3.4em;
}

.genealogy .genealogy > dl {
    padding: 7em 0px 0px;
}

.genealogy .genealogy > dl > dd::before {
    display: block;
}

.genealogy .genealogy > dl::after {
    display: block;
}

@media (max-width:599px) {
  .genealogy .genealogy > dl {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .genealogy .genealogy > dl::after {
    display: none;
  }
  
  .genealogy > dl > dd.block03 {
      width: 48%;
      margin: 5rem 0 0;
  }
  
  .genealogy > dl > dd.block03:nth-of-type(n+3) {
      margin-top: 20px;
  }
  
  .genealogy .genealogy > dl > dd::before {
      display: none;
  }
  
  .genealogy .genealogy > dl::before {
      content: "";
      position: absolute;
      top: 8.5em;
      left: 0px;
      width: 100%;
      height: 2.3em;
      background: linear-gradient(to right, #3a2f21 0%, #3a2f21 100%) top center / 0.2em calc(100% - 0.3em) no-repeat, linear-gradient(to top right, transparent 50%, #3a2f21 50%) bottom -0.1em left calc(50% - 0.2em + 0px) / 0.4em 1em no-repeat, linear-gradient(to top left, transparent 50%, #3a2f21 50%) bottom -0.1em left calc(50% + 0.2em - 0px) / 0.4em 1em no-repeat;
      overflow: hidden;
  }

}

.grid-type01 .pwrap {
    position: relative;
    z-index: 1;
    margin-left: -10%;
}

.grid-type01 .twrap {
    position: relative;
    z-index: 2;
}

.grid-type01 .twrap:before {
    content: "";
    display: block;
    width: 150px;
    height: 180px;
    background: url(/upload/tenant_2/7cf273126e7b6be78e11c3cd6c702df3.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: -15%;
    left: 0;
    z-index: -1;
}

.grid-type01 .twrap .item01 .txt {
    font-size: clamp(1.25rem, 0.929rem + 1.32vw, 2rem);
    font-family: 'Yomogi', cursive;
    font-weight: bold;
    text-shadow: 0px 0px 10px rgb(255 255 255), 0px 0px 10px rgb(255 255 255), 0px 0px 10px rgb(255 255 255), 0px 0px 10px rgb(255 255 255);
}

.grid-type01 .twrap .item02 .txt {
    font-size: clamp(1.25rem, 0.929rem + 1.32vw, 2rem);
    text-shadow: 0px 0px 10px rgb(255 255 255), 0px 0px 10px rgb(255 255 255), 0px 0px 10px rgb(255 255 255), 0px 0px 10px rgb(255 255 255);
}

.grid-type01 .twrap .item03 .tbox .tit {
    color: var(--color-primary);
    font-weight: bold;
}

.grid-type01 .twrap .item03 .flex {
    background: #fff;
    padding: 20px 30px;
}

.grid-type01 .pwrap .txt02 {
    text-align: right;
    position: absolute;
    right: 5px;
    bottom: 0;
    text-shadow: 0px 0px 10px rgb(255 255 255), 0px 0px 10px rgb(255 255 255), 0px 0px 10px rgb(255 255 255), 0px 0px 10px rgb(255 255 255);
}
.grid-type01 .pwrap .txt01 {
    font-family: 'Yomogi', cursive;
    font-weight: bold;
    font-size: clamp(1rem, 0.893rem + 0.44vw, 1.25rem);
    position: absolute;
    top: -80px;
    left: -80px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 30px;
    text-align: center;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
}




.list-interview .item {
    position: relative;
}

.list-interview .item .txt {
    position: relative;
    padding-right: 80px;
}


.list-interview .item:nth-child(1) .txt:after {
    content: "";
    display: block;
    background: url(/upload/tenant_2/0f461000c7946bb28c0153ed183aa8df.png) 0 0 no-repeat;
    background-size: contain;
    width: 60px;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.list-interview .item:nth-child(2) .txt:after {
    content: "";
    display: block;
    background: url(/upload/tenant_2/a5fe6e945be229b0b130f65d06e3801b.png) 0 0 no-repeat;
    background-size: contain;
    width: 60px;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.list-interview .item:nth-child(3) .txt:after {
    content: "";
    display: block;
    background: url(/upload/tenant_2/8ca389419ee35725c3fe8883d6b1df23.png) 0 0 no-repeat;
    background-size: contain;
    width: 60px;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
}



.grid-type01 .pwrap .txt01:before {
    content: "";
    display: block;
    background: url(/upload/tenant_2/8beafad366fb106d4e29f5b322a27988.png) 0 0 no-repeat;
    width: 260px;
    height: 130px;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(10deg);
}


.grid-type01 .twrap .item03 .sub {
    position: relative;
    width: fit-content;
    padding: 10px 20px;
    border: 2px dashed;
    margin-bottom: 15px;
    text-align: center;
}


.grid-deco01 {
    position: relative;
}

.grid-deco01:before {
    content: "";
    display: block;
    position: absolute;
    top: 5%;
    left: 0;
}

.grid-type01 .twrap:before {
    content: "";
    display: block;
    width: 150px;
    height: 180px;
    background: url(/upload/tenant_2/7cf273126e7b6be78e11c3cd6c702df3.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: -25%;
    left: 0;
    z-index: -1;
}

.list-interview .item {
    position: relative;
}

.list-interview .item .txt {
    position: relative;
    padding-right: 80px;
}

.list-interview .item:nth-child(1) .txt:after {
    content: "";
    display: block;
    background: url(/upload/tenant_2/0f461000c7946bb28c0153ed183aa8df.png) 0 0 no-repeat;
    background-size: contain;
    width: 60px;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.list-interview .item:nth-child(2) .txt:after {
    content: "";
    display: block;
    background: url(/upload/tenant_2/a5fe6e945be229b0b130f65d06e3801b.png) 0 0 no-repeat;
    background-size: contain;
    width: 60px;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.list-interview .item:nth-child(3) .txt:after {
    content: "";
    display: block;
    background: url(/upload/tenant_2/8ca389419ee35725c3fe8883d6b1df23.png) 0 0 no-repeat;
    background-size: contain;
    width: 60px;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.deco-in01 {
    position: relative;
}

.deco-in01:after {
    content: "";
    display: inline-block;
    background: url(/upload/tenant_2/695e4d15f34f26b010ba66d8396c9698.png) 0 0 no-repeat;
    width: 50px;
    height: 50px;
    background-size: contain;
    margin-left: 10px;
}

@media (max-width:599px) {
  .grid-type01 .pwrap .txt01 {
    top: 0;
    left: -170px;
    padding: 10px 20px;
    white-space: nowrap;
  }
  .grid-type01 .twrap:before {
    top: -5%;
  }
  .grid-type01 .pwrap {
    margin-left: auto;
  }
  .grid-type01 .pwrap .txt01:before {
    width: 210px;
  }
  .grid-type01 .pwrap .txt02 {
    white-space: nowrap;
  }
  
}


.block-blog .item {
  position: relative;
}

.area-interview .ttl-cmn01 {
    position: relative;
    z-index: 3;
}

.block-blog .item .tbox .date {
  margin: 10px 0 5px;
  font-size: 11px;
  line-height: 140%;
  font-weight: bold;
}

.block-blog .item .tbox .tit a {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ced9c2));
  background: linear-gradient(transparent 50%, #ced9c2 50%);
  letter-spacing: 3px;
  padding-bottom: 5px;
  display: block;
}


.block-interview .item {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--color-primary);
}

.block-interview .item .tbox .tit {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ced9c2));
  background: linear-gradient(transparent 50%, #ced9c2 50%);
  letter-spacing: 3px;
  padding-bottom: 5px;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.block-interview .item .tbox .tit .block-info {
  position: relative;
}

.block-interview .item .sub {
  position: absolute;
  top: -15px;
  right: -10px;
  border: 1px solid;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px 20px;
  border-radius: 10px;
}

.block-blog .item .tbox .up-reader2 a {
    display: inline;
}

@media (max-width:599px) {
  .block-interview .item {
      padding: 10px;
  }
  
  .block-interview .item .sub {
      padding: 5px 10px;
  }
  .block-blog.-pt02 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  
  .block-blog.-pt02 .item .pbox {
    width: 40%;
  }
  
  .block-blog.-pt02 .item .tbox {
    width: 55%;
  }

}

.block-info .map {
  padding-top: 70%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #b4b3b3;
}

.block-info .tbox dl {
  position: relative;
}

.block-info .tbox dt {
  font-weight: bold;
  font-size: 18px;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.block-info .tbox dd {
  font-size: 13px;
}

.block-info .logo {
  max-width: 200px;
}

.tell-box {
  text-align: center;
}
.tell-box.-white > * {
  color: #fff;
}
.tell-box .txt {
  font-size: 18px;
  font-weight: bold;
}
.tell-box .tel {
  position: relative;
}
.tell-box .tel a {
  font-size: 44px;
  font-size: clamp(1.5rem, 1.092rem + 2.04vw, 2.75rem);
}
.tell-box .tel a:before {
  content: "\f879";
  font-family: "font awesome 5 Free";
  font-weight: bold;
  font-size: 40px;
  font-size: clamp(1.125rem, 0.717rem + 2.04vw, 2.375rem);
  margin-right: 10px;
}
.tell-box .time {
  font-size: 14px;
}

/* category archive */
.ca-box > div + div {
  margin-top: 100px;
}

.ca-box .cate {
  border: 1px solid #a3cee1;
  background: #fff;
  padding: 10%;
  border-radius: 20px;
  margin-bottom: 50px;
}

.ca-box .cate ul li {
  padding-left: 1.3rem;
}
.ca-box .cate ul li.now {
  color: #74abda;
}
.ca-box .cate ul li {
  position: relative;
}
.ca-box .cate ul li + li {
  margin-top: 20px;
}

.ca-box .cate ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/tag.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
}

.ca-box .arc ul li a:before {
  background: url(../images/tag-arc.png) 0 0 no-repeat;
}
.ca-box .cate ul li.now a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/tagnaow.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
}
@media (max-width: 1024px) {
  .ca-box > div + div {
    margin-top: 50px;
  }
}
@media (max-width: 599px) {
  .ca-box .cate {
    margin-bottom: 30px;
  }
}


.b-link dt {
	color: var(--color-01);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

.b-link dt:after {
	border-top: 1px solid var(--color-01);
	content: "";
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.b-link dt:after {
	margin-left: 2%;
}

.b-link dd {
	border-bottom: #c9c9c9 solid 1px;
}

.b-link dd a {
	padding: 5px 0;
	display: block;
	margin-left: 10px;
	width: calc(100% - 10px);
}


/* slick */
/* スリックスライダー（トップ） */
.slick01 {
}
.slick01.slick-dotted {
  margin-bottom: 50px;
}
.slick01 .btn-slick {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  background: var(--color-primary);
  border-radius: 100%;
  padding: 9px 10px;
}
.slick01 .btn-slick.btn-back {
  left: 13%;
}
.slick01 .btn-slick.btn-next {
  right: 13%;
}
.slick01 .slick-dots {
  bottom: -40px;
  left: 0;
}
.slick01 .item .txt {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  font-size: 28px;
}
.slick01 .item .txt .small {
  font-size: 60%;
}
@media only screen and (max-width: 599px) {
  .slick01 {
    padding: 0 10px;
  }
  .slick01 .btn-slick {
    font-size: 20px;
    padding: 5px 6px;
  }
  .slick01 .item .txt {
    font-size: 20px;
  }
}

/* list */
.list-post {
  position: relative;
}

.list-post dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.post-date {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
}

.post-cate {
  background: var(--color-primary);
  color: #fff;
  padding: 0 10px;
  border-radius: 15px;
  font-size: 12px;
  min-width: 70px;
  text-align: center;
  margin-bottom: 10px;
}

.post-cate.ブログ {
  background: var(--color-01);
}

.list-wrap01 {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.list-check {
  position: relative;
}

.list-check li {
  position: relative;
  padding-left: 1rem;
  font-size: 18px;
  line-height: 2;
}

.list-check li:before {
  content: "\2e";
  font-family: "font awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 5%;
  left: 0;
  line-height: 100%;
}

@media (max-width: 1024px) {
  .list-post dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-post .post-ttl {
    display: block;
  }
}

@media (max-width: 599px) {
  .list-check li {
    line-height: 1.5;
  }
}

.list-dot {
  position: relative;
}

.list-dot li {
  position: relative;
  padding-left: 1rem;
  font-size: 16px;
  line-height: 2;
}

.list-dot li:before {
  content: "";
  background: var(--color-primary);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 100%;
}

.list-dot .tel .none {
    display: none;
}

[data-element-id].list-dot .tel .none {
    display: inline-block;
    position: relative;
    border: 2px solid blue;
    padding-top: 15px;
}
[data-element-id].list-dot .tel .none:before {
    content: "公開ページでは非表示";
    display: block;
    background: blue;
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.list-dot .tel a:after {
    content: "\f095";
    display: inline-block;
    font-family: "font awesome 5 Free";
    font-weight: bold;
    margin-left: 5px;
}

.list-dot .contact a:after {
    content: "\f0e0";
    display: inline-block;
    font-family: "font awesome 5 Free";
    font-weight: bold;
    margin-left: 5px;
}

.list-dot .insta a:after {
    content: "\f16d";
    display: inline-block;
    font-family: "font awesome 5 Brands";
    margin-left: 5px;
}

.list-dot .line a:after {
    content: "\f3c0";
    display: inline-block;
    font-family: "font awesome 5 Brands";
    /* font-weight: bold; */
    margin-left: 5px;
}

.list-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.list-icon li {
    width: 20%;
    margin: 1%;
}

.list-icon li a {
    display: block;
    background: var(--color-primary);
    color: #fff;
    padding: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.list-icon .tel .none {
    display: none;
}

[data-element-id].list-icon .tel .none {
    display: inline-block;
    position: relative;
    border: 2px solid blue;
    padding-top: 15px;
}
[data-element-id].list-icon .tel .none:before {
    content: "公開ページでは非表示";
    display: block;
    background: blue;
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.list-icon li a:after {
    font-size: 40px;
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    background: #fff;
    color: var(--color-primary);
    border-radius: 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;
}

.list-icon .tel a:after {
    content: "\f095";
    font-family: "font awesome 5 Free";
    font-weight: bold;
}

.list-icon .contact a:after {
    content: "\f0e0";
    font-family: "font awesome 5 Free";
    font-weight: bold;
}

.list-icon .insta a:after {
    content: "\f16d";
    font-family: "font awesome 5 Brands";
}

.list-icon .line a:after {
    content: "\f3c0";
    font-family: "font awesome 5 Brands";
    /* font-weight: bold; */
}

@media (max-width:1024px) {
  .list-icon li {
    flex-grow: 1;
  }
}

@media (max-width:599px) {
  .list-icon li {
    width: 40%;
    margin: 2%;
  } 
}


.list-faq .datattl {
  position: relative;
  padding-top: 2px;
  padding-right: 50px;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 130%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px dotted var(--color-primary);
}
.list-faq .datattl.is-parent {
  border: none;
}

.list-faq .datattl:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  color: #fff;
  content: "↓";
  background: var(--color-primary);
  text-align: center;
  font-size: 19px;
  width: 30px;
  height: auto;
  line-height: 30px;
  border-radius: 5px;
}
.list-faq .datattl.is-parent:after {
  content: "↑";
  line-height: 30px;
}
.list-faq .data {
  position: relative;
  display: none;
  color: var(--color-primary);
  padding-left: 50px;
  padding-bottom: 30px;
  padding-right: 50px;
  border-bottom: 1px dotted var(--color-primary);
}
.list-faq .data:before {
  content: "A.";
  position: absolute;
  top: 0px;
  left: 30px;
  color: var(--color-primary);
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

[data-element-id].list-faq .data {
    display: block;
    padding-top: 30px;
}
@media only screen and (max-width: 599px) {
  .list-faq .item {
    margin-bottom: 20px;
  }
  .list-faq .datattl {
    padding-right: 40px;
    padding-left: 25px;
    font-size: 16px;
  }
  .list-faq .datattl:after {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 18px;
  }
  .list-faq .datattl.is-parent:after {
    line-height: 20px;
  }

  .list-faq .data {
    padding-right: 40px;
  }
  .list-faq .data:before {
    left: 25px;
  }
}

/* .list-money {
  overflow-x: scroll;
} */

.list-money ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
/*   min-width: 700px; */
}

.list-money .list {
  position: relative;
  text-align: center;
}

.list-money .list + .list:before {
  content: "";
  display: block;
  background: url('/import/tenant_2/160.16.150.232/html/image/icon_02.webp') 0 0 no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  position: absolute;
  top: 0%;
  left: -10%;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.list-money .list + .list {
  margin-left: 1%;
}

.list-money .list .tit {
  font-weight: bold;
  margin-bottom: 5px;
}

.list-money .list .salary {
  background: #e67e00;
  color: #fff;
  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;
}

.list-money .list:nth-child(1) .salary {
  height: 70px;
}

.list-money .list:nth-child(2) .salary {
  height: 100px;
}

.list-money .list:nth-child(3) .salary {
  height: 130px;
}

.list-money .list:nth-child(4) .salary {
  height: 160px;
}

.list-money .list .salary .txt {
  font-size: 18px;
}

.list-money .list .salary .txt .num {
  font-size: 130%;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 2px;
}

.list-money .list .salary .sub {
  display: block;
  font-size: 15px;
}

@media (max-width:599px) {
  .list-money .list {
    margin-bottom: 20px;
  }
  .list-money ul {
    max-width: 80%;
        flex-wrap: wrap;
    margin: auto;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .list-money .list + .list {
    margin-left: 0%;
  }
  .list-money .list + .list:before {
    left: -20%;
  }
}

.list-shop > div > .item {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}

.list01 {
  position: relative;
}

.list01 dl {
  position: relative;
}

.list01 dl + dl {
  margin-top: 30px;
}

.list01 dt {
  background: var(--color-primary);
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  margin-left: 30px;
}

.list01 dd {
  margin-top: -20px;
  background: #fff;
  line-height: 2;
  border-radius: 10px;
  padding: 40px 40px 30px;
}

@media (max-width: 599px) {
  .list01 dt {
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .list01 dd {
    padding: 40px 20px 30px;
  }
}

.list02 {
  position: relative;
}

.list03 .item {
  padding: 20px;
}
.list03 .item:not(:last-child) {
  border-bottom: 1px solid #808080;
}
.list03 .datattl {
  width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
.list03 .tel a {
  position: relative;
  display: inline-block;
}

.list03 .tel a:before {
  content: "\f879";
  font-family: "font awesome 5 Free";
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}

@media only screen and (max-width: 1024px) {
  .list03 .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 10px;
  }
  .list03 .datattl {
    width: 100%;
    margin-bottom: 5px;
  }
  .list03 .data {
    width: 100%;
  }
}

.list04 .item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.list04 .item a {
  display: block;
}

.list04 .item .pbox {
  position: relative;
  z-index: 1;
}

.list04 .item .tbox {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: rgba(255, 255, 255, 0.8);
  padding: 1.5vw;
  font-size: clamp(0.875rem, 0.607rem + 1.1vw, 1.5rem);
  font-weight: bold;
}

.list04 .item .pbox .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(128, 128, 128, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 599px) {
  .list04 .item {
    border-radius: 10px;
  }
}

/* pager */
.pagenation {
  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;
}
.pagenation .item {
  margin: 0 10px;
}
.pagenation .prev {
  position: relative;
  margin-right: 20px;
}
.pagenation .prev a:before {
  content: "\f053";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: var(--color-primary);
}
.pagenation .next {
  position: relative;
  margin-left: 20px;
}
.pagenation .next a:before {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: var(--color-primary);
}
.pagenation a,
.pagenation .now {
  font-weight: bold;
}
.pagenation .number a,
.pagenation .now {
  display: block;
  padding: 2px 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--color-primary);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}
.pagenation .number a:hover,
.pagenation .now {
  background: var(--color-primary);
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 599px) {
  .pagenation .item {
    margin: 0 5px;
  }
  .pagenation .prev {
    margin-right: 10px;
  }
  .pagenation .next {
    margin-left: 10px;
  }
}
/* pager end */

/* bg-area */
.area-bg {
  position: relative;
}
.area-bg .tbox {
  position: relative;
  z-index: 1;
  color: #fff;
}
.area-bg .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* top-bg */
.top-bg {
  position: relative;
}
.top-bg .tbox {
  position: relative;
  z-index: 1;
}
.top-bg .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  height: 100%;
}

.top-bg .bg:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0.7819502801120448)), color-stop(95%, rgba(247, 246, 237, 1)), to(rgba(247, 246, 237, 1)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7819502801120448) 80%, rgba(247, 246, 237, 1) 95%, rgba(247, 246, 237, 1) 100%);
  /* background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3015800070028011) 20%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 70%, rgba(255,255,255,0.29597776610644255) 80%, rgba(255,255,255,0) 100%); */
  /* background: radial-gradient(circle, rgb(255 255 255) 15%, rgb(255 255 255 / 0%)); */
}

@media (max-width:599px) {
  .top-bg .bg {
    width: 100%;
  }
  .top-bg .bg:before {
    background: rgba(247, 246, 237, 0.6);
  }
}

.top-concept .pic {
    margin-right: calc(50% - 50vw);
    width: 45vw;
}

@media (max-width:599px) {
  .top-concept .pic {
    margin-right: 0;
    width: 100%;
  }
}

@media (min-width:1301px) {
  .top-concept .pic {
    margin-right: 0;
    width: 50%;
  }
}

/* header */
.h1-wrap {
  position: relative;
  z-index: 151;
}
.h1-wrap .h1 {
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 10px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}
header {
  padding: 30px 0;
}

header .inner {
    max-width: 1250px;
}

.head-logo img {
    max-width: 250px;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #f7f6ed;
  z-index: 16;
  padding: 10px 0;
}
header .left .pic img {
  max-width: 300px;
  width: 80%;
}

header .flex-child {
  width: 31.333%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

header .center {
  text-align: center;
}

header .right .tell-box {
  font-weight: bold;
  position: relative;
  width: 60%;
}

header .right .tell-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: clamp(1rem, 0.837rem + 0.82vw, 1.5rem);
}

header .right .tell-box a:before {
  content: "\f879";
  font-family: "font awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
  color: var(--color-primary);
  font-size: 18px;
}

.head-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.head-sns li {
  position: relative;
}
.head-sns li + li {
  margin-left: 10px;
}

.head-sns li a {
  display: block;
  color: var(--color-primary);
  font-size: 40px;
  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;
}

.head-sns li.insta a:before {
  content: "\f16d";
  font-family: "font awesome 5 Brands";
  font-weight: bold;
}

.head-sns li.fb a:before {
  content: "\f39e";
  font-family: "font awesome 5 Brands";
  font-weight: bold;
}

.index header .inner {
  max-width: 1200px;
}

@media (max-width: 1024px) {
  header {
    padding: 20px 0;
  }
  header .left {
    display: none;
  }
  header .right .tell-box {
    font-size: 26px;
  }
}

@media (max-width: 599px) {
  .h1-wrap .h1 {
    font-size: 10px;
    letter-spacing: 0;
    padding-left: 10px;
    margin-top: 5px;
  }
  .head-logo img {
    max-width: 200px;
  }
  header {
    padding: 10px 0;
  }
  header .right > .flex {
    display: none;
  }
  header .left {
    width: 100%;
    text-align: center;
  }
}

/* gnav */
#gnav {
  padding: 20px 0;
}

#gnav .toggle {
  background: #063356;
}

#gnav li {
  display: inline-block;
}

#dropmenu {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  margin: auto;
}

[data-element-id] #dropmenu {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#dropmenu li a {
  letter-spacing: 1px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
}

#dropmenu li a:hover {
  opacity: 1;
}

#dropmenu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

#dropmenu li a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #f99700;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#dropmenu li a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#dropmenu li.dropdown a:after {
  display: none;
}

#dropmenu li a:hover {
  opacity: 0.6;
}

#gnav li.reservation a {
  background: #ffce83;
  color: #421f00;
}
#gnav li.reservation.type-b a {
  background: rgba(66, 31, 0, 0.8);
  color: #fff;
}

#dropmenu li.index-link span {
  display: none;
}

#dropmenu span.drop-btn {
  letter-spacing: 1px;
  font-size: 18px;
  display: block;
  text-align: left;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
}

#dropmenu span.drop-btn:after {
  content: "\f0d7";
  position: absolute;
  font-family: fontawesome;
  color: #ed6f92;
  font-size: 14px;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dropmenu {
  *zoom: 1;
}
[data-element-id].dropmenu .dropdown {
  overflow: visible;
  text-align: center;
}

[data-element-id].dropmenu .dropdown ul {
  opacity: 1;
  -webkit-transform: translate(0, -15px);
  transform: translate(0, -15px) !important;
}

.dropmenu .dropdown {
  overflow: hidden;
  position: relative;
}

.dropmenu .dropdown::after {
  content: "";
  width: 280px;
  height: 30px;
  border: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  right: 50%;
  left: 50%;
  z-index: 2;
  top: 30px;
}

.dropmenu .dropdown ul {
  width: 370px;
  height: auto;
  margin: 23px auto 0 auto;
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #6c543a;
  -webkit-box-shadow: 3px 3px 10px -7px black;
  box-shadow: 3px 3px 10px -7px black;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translate(0, -15px);
  transform: translate(0, -15px);
  position: absolute;
  top: 100%;
  right: -175px;
  left: -175px;
  z-index: 2;
}

.dropmenu .dropdown ul::before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  margin: auto;
  border-width: 0 7px 7px 7px;
  border-style: solid;
  border-color: transparent transparent #6c543a transparent;
  position: absolute;
  top: -7px;
  right: 0;
  left: 0;
}

.dropmenu .dropdown ul li + li {
  border-top: 1px solid white;
}

.dropmenu .dropdown ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-left: 0;
}

.dropmenu .dropdown ul li a {
  display: block;
  padding: 10px 5px;
  font-size: 18px;
  color: white;
}

.dropmenu .dropdown:hover {
  overflow: visible;
}

.dropmenu .dropdown:hover ul {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.sab-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
}

.sab-nav li a {
  width: 100%;
}

#dropmenu .sp-only {
  display: none;
}

#dropmenu[data-element-id] .sp-only {
  display: block;
  border: 2px solid green;
  position: relative;
}
#dropmenu[data-element-id] .sp-only:before {
  content: "モバイル用";
  background: green;
  color: #fff;
  display: block;
  font-size: 12px;
}

#gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
}
[data-element-id].mobi-info.sp-only {
  display: block;
  border: 2px solid green;
  width: 20%;
  position: relative;
  margin: 0 auto 10px;
}

[data-element-id].mobi-info.sp-only:before {
  content: "モバイル用";
  background: green;
  color: #fff;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #gnav {
    width: 100%;
  }

  #gnav.action .accordion-body {
    width: 60%;
    margin-left: 40%;
  }

  #gnav .accordion-inner {
    height: 100vh;
  }
  #gnav .accordion-inner .mobi-info {
    text-align: center;
    margin-bottom: 20px;
  }

  #gnav .accordion-inner .mobi-info .tit {
    letter-spacing: 5px;
  }
  .accordion-inner .sns li {
    display: inline-block;
  }

  #dropmenu {
    display: block;
    padding-bottom: 80px;
  }

  #dropmenu li a:after {
    content: none;
  }

  #gnav ul li span {
    height: auto;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    display: block;
    border-bottom: 1px solid #333;
  }

  .dropmenu .dropdown ul {
    position: static;
    background-color: rgba(78, 69, 64, 0);
    width: 100%;
    border-radius: 0;
    padding: 0;
    margin: 0;
    -webkit-transform: unset;
    transform: unset;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .dropmenu .dropdown ul::before {
    display: none;
  }

  #dropmenu .dropdown ul li {
    overflow: visible;
    height: auto;
    font-family: "Georgia", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: normal;
  }

  #dropmenu .dropdown ul li:last-of-type {
    border-bottom: none;
  }

  #dropmenu .dropdown ul li a {
    background-color: unset;
    width: 100%;
  }

  #dropmenu li.index-link img {
    display: none;
  }

  #gnav ul li.index-link span {
    display: block;
    background: none;
  }

  #dropmenu span.drop-btn {
    color: #fff;
  }

  #dropmenu span.drop-btn:after {
    content: none;
  }

  #dropmenu .dropdown:hover ul li {
    height: auto;
    width: 100%;
  }

  #dropmenu .sp-only {
    display: block;
  }
}

@media (max-width: 599px) {
  #gnav.action .accordion-body {
    width: 100%;
    margin-left: 0;
  }
}

/*ハンバーガー*/

.toggle-open {
  border-radius: 60px;
  border: 2px solid var(--color-primary);
  width: 250px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  z-index: 0;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.toggle-open:hover {
  opacity: 0.6;
}

.toggle-open.fixed {
  position: fixed;
  top: 60px;
}

.toggle-open .txt {
  width: calc(100% - 70px);
  height: 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;
  letter-spacing: 3px;
  color: var(--color-primary);
  line-height: 200%;
}

.toggle-open .bar {
  height: 70px;
  width: 70px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  position: relative;
  z-index: 3;
  -webkit-transform: translate(2px, -2px);
  transform: translate(2px, -2px);
}

.toggle-open .bar:before,
.toggle-open .bar:after {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  border-radius: 50px;
}

.toggle-open .bar:before {
  top: 25px;
}

.toggle-open .bar:after {
  bottom: 25px;
}

.toggle-close {
  width: 42px;
  height: 42px;
  background: none;
  opacity: 0.8;
  cursor: pointer;
  position: absolute;
  top: 2%;
  left: 5%;
  z-index: 251;
}

.toggle-close .bar {
  width: 28px;
  height: 2px;
  display: block;
  margin-top: -1px;
  padding: 0;
  text-indent: 9999px;
  background: #1b4272;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  position: absolute;
  top: 50%;
  left: 7px;
}

.toggle-close .bar:before,
.toggle-close .bar:after {
  content: "";
  width: 28px;
  height: 2px;
  display: block;
  background: #1b4272;
  position: absolute;
  left: 0;
}

.toggle-close .bar {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggle-close .bar:after,
.toggle-close .bar:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.barger-body {
  width: 30%;
  height: 0;
  visibility: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #e8ecf1;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 250;
}

.barger-body.active {
  height: 100%;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

[data-element-id].barger {
  width: 100%;
}

[data-element-id].barger-body {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.barger-inner {
  width: 90%;
  margin: auto;
  padding: 60px 15px 100px;
}

.barger-logo {
  max-width: 200px;
  margin: 0 auto 10px;
}

.barger-reserve {
  width: 100%;
  max-width: 200px;
  position: absolute;
  top: 10px;
  right: 5%;
}

.barger-reserve a {
  display: block;
  padding: 10px;
  text-align: center;
  border: solid 1px #231916;
}

.barger-nav li {
  margin-bottom: 20px;
}

.barger-nav li a {
  padding: 5px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 5px;
}

.overlay:after {
  content: "";
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.3;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 249;
}

.barger-sns {
  /* position: absolute;
    top: 45%;
    right: 5%; */
  margin-bottom: 30px;
}

.barger-sns li {
  margin: 0 15px;
}

.barger-sns li a {
  display: block;
  font-size: 30px;
  color: #4eaf8d;
  text-align: center;
}

.barger-sns li.line a {
    color: #4eaf8d;
}

.barger-sns li.insta a {
    color: var(--color-01);
}

@media only screen and (max-width: 1024px) {
  [data-element-id].barger {
    display: none;
  }

  .barger-body {
    width: 100%;
  }

  .barger-nav li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #231916;
  }

  .barger-nav li a {
    font-size: 18px;
  }

  .barger-reserve {
    top: 70px;
  }

  .barger-sns {
    margin-top: 30px;
    position: static;
  }

  .toggle-close {
    top: 2%;
    left: unset;
    right: 3%;
  }
}

@media only screen and (max-width: 599px) {
  .toggle-open {
    width: auto;
    height: auto;
    border: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: fixed;
    right: 10px;
    bottom: 70px;
    background: #fff;
    -webkit-box-shadow: -5px -5px 15px -10px rgb(0 0 0 / 80%), -5px 5px 15px -10px rgb(0 0 0 / 80%);
    box-shadow: -5px -5px 15px -10px rgb(0 0 0 / 80%), -5px 5px 15px -10px rgb(0 0 0 / 80%);
  }
  .toggle-open .txt {
    display: none;
  }

  .toggle-open .bar {
    height: 60px;
    width: 60px;
    transform: unset;
  }
  .toggle-open .bar:before {
    top: 23px;
  }
  .toggle-open .bar:after {
    bottom: 23px;
  }

  .barger-inner {
    width: 90%;
  }

  .barger-nav li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .barger-nav li a {
    font-size: 16px;
  }

  .barger-reserve {
    margin: 30px auto 0;
    position: static;
  }
}

/* top-mv */

.top-mv {
  position: relative;
  overflow: hidden;
}

.top-mv .inner {
  max-width: 1100px;
  margin-right: 0;
}

.top-mv .pbox {
  width: 100%;
  opacity: 0.6;
}
.top-mv .pic {
  position: relative;
  display: block;
  width: 100%;
}
/* 
.top-mv .pic:after {
  content: "";
  display: block;
  padding-top: 50%;
} */
.top-mv .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.top-mv .tit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: absolute;
  top: 5%;
  left: 10%;
}

.top-mv .tit-box .txt {
  font-size: 70px;
  font-size: clamp(2.125rem, 1.161rem + 3.96vw, 4.375rem);
  letter-spacing: 40px;
  line-height: 1.6;
  padding: 10px 0px;
  position: relative;
  color: #fff;
}
.top-mv .tit-box .txt span {
  display: block;
}

.top-mv .tit-box .txt span + span {
  margin-top: 50px;
}

@media (max-width:1024px) {
  .top-mv .tit-box .txt {
      line-height: 1.2;
  }
  
  .top-mv .tit-box .txt span + span {
      margin-top: 20px;
  }
}


@media (max-width: 599px) {
/*   .top-mv .pic:after {
  padding-top: 130%;
} */
  .top-mv .tit-box .txt {
    letter-spacing: 20px;
    line-height: 1.4;
    padding-top: 40px;
  }
}

/* under-mv */
.under-mv {
  position: relative;
}

.under-mv .pbox {
  width: 100%;
}

.under-mv .pic {
  position: relative;
  display: block;
  width: 100%;
}

.under-mv .pic:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 5;
}

.under-mv .pic:after {
  content: "";
  display: block;
  padding-top: 40%;
}

.under-mv .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.under-mv .tit-box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 6;
}

.under-mv .tit-box .tit {
  line-height: 1;
  font-size: clamp(1.75rem, 0.893rem + 3.52vw, 3.75rem);
}

.under-mv .tit-box .small {
  display: block;
  font-size: 40%;
  margin: 15px 0 0;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media (max-width: 599px) {
  .under-mv .pic:after {
    padding-top: 90%;
  }
}

/* footer */
#footer {
  padding: 100px 0;
  position: relative;
}
.foot-banner {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.foot-banner .pic {
  width: 20%;
}

.foot-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.foot-access .left {
  width: 66%;
}

.foot-access .right {
  width: 30%;
}

.sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sns-box li {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid var(--color-primary);
  position: relative;
  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;
  border-radius: 100%;
}
.sns-box li + li {
  margin-left: 10px;
}

.sns-box li a {
  display: block;
  color: var(--color-primary);
}

.sns-box li.insta a:before {
  content: "\f16d";
  font-family: "font awesome 5 Brands";
  font-weight: bold;
}

.sns-box li.fb a:before {
  content: "\f39e";
  font-family: "font awesome 5 Brands";
  font-weight: bold;
}

.foot-nav {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.foot-nav .block a {
  position: relative;
  display: inline-block;
  padding: 30px 20px 0 0px;
}

.footer_kotei {
  display: none;
  position: fixed;
  bottom: 0;
  width: 75%;
}

[data-element-id].footer_kotei {
    display: flex;
    position: relative;
    width: 400px;
}

.footer_kotei .kotei-sns-box {
    position: relative;
}

.footer_kotei .kotei-sns-box a {
    display: block;
    background: var(--color-primary);
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 10px;
    padding: 5px 0;
    height: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
}

.footer_kotei .official-box {
    position: relative;
}

.footer_kotei .official-box a {
    display: block;
    background: var(--color-01);
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 10px;
    padding: 5px 0;
    height: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
}

.footer_kotei .download-box {
    position: relative;
}

.footer_kotei .download-box a {
    display: block;
    background: var(--color-primary);
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 10px;
    padding: 5px 0;
    height: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
}

.footer_kotei > * {
    width: 30%;
    flex-grow: 1;
    height: 55px;
}

.footer_kotei > * a .icon {
    font-size: 20px;
    margin-bottom: 5px;
}

.footer-kotei-wrap {
    position: relative;
    z-index: 150;
}

.copy {
  font-size: 10px;
  padding: 15px 0;
  margin-top: 100px;
}

#footer .book li a {
  display: block;
  line-height: 61px;
  text-align: center;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  border: 2px solid var(--color-primary);
  border-radius: 5px;
}

#footer .book .fc1 a {
  background-color: var(--color-primary);
  color: #fff;
}

#footer .book .fc2 a:before {
  content: "\f095";
  font-family: "font awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer .book .fc1 a:before {
  display: none;
}

#footer .book li a {
  color: var(--color-primary);
}

#footer .book a:after {
  content: "\f054";
  font-family: "font awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer .book li + li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer .book li + li > * {
  width: 48%;
}

.f-logo img {
    max-width: 300px;
    width: 100%;
}

@media (max-width:1024px) {
  #footer .book li + li a {
    font-size: 14px;
  }
}

@media (max-width:599px) {
  #footer .book li + li a {
    font-size: 12px;
  }
  #footer .book .fc2 a:before {
    left: 15px;
  }
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
    display: none;
}

.popup.is-show {
    opacity: 1;
    visibility: visible;
}

.popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    padding: 44px 10px 30px;
    background-color: #fff;
    z-index: 2;
}

.popup-inner img {
    width: 100%;
}

.close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.close-btn i {
    font-size: 20px;
    color: #333;
}

.black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1;
    cursor: pointer;
}
.popup .list li + li {
  margin-top: 10px;
}

.popup .list li a {
    color: #fff;
    background: var(--color-01);
    text-align: center;
    min-height: 90px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1px;
    border-radius: 20px;
    position: relative;
}

.popup .list li.insta a:before {
  content: "\f16d";
  display: inline-block;
  font-family: "font awesome 5 brands";
  font-size: 28px;
  margin-right: 10px;
}

.popup .list li.line a:before {
  content: "\f3c0";
  display: inline-block;
  font-family: "font awesome 5 brands";
  font-size: 28px;
  margin-right: 10px;
}

.popup .list li.line a {
    background: var(--color-primary);
}

@media (max-width:599px) {

    .popup {
        display: block;
    }
}

[data-element-id].popup {
    display: block;
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    opacity: 1;
    visibility: visible;
}
[data-element-id] .black-background{
  display: none;
}
[data-element-id] .popup-inner{
  position: static;
  transform: none;
}

@media (max-width: 599px) {
  #footer {
    padding-top: 60px;
  }
  .sns-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer_kotei {
    display: flex;
    
  }


}

/*トップへ戻る*/
.totop {
  position: fixed;
  right: 30px;
  bottom: 150px;
  z-index: 150;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color-01);
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  cursor: pointer;
}
.totop:before {
  content: "\f062";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
@media only screen and (max-width: 1024px) {
  .totop {
    right: 10px;
    bottom: 150px;
  }
}

@media (max-width: 599px) {
  .totop {
    bottom: 140px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .foot-access .left {
    width: 100%;
  }
  .foot-access .right {
    width: 100%;
    margin-top: 20px;
  }
  .foot-nav .block {
    width: 100%;
  }
  .foot-banner .pic {
    width: 48%;
    margin: 1%;
  }
}

/* footer-pc_kotei */
.footer-pc_kotei {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 150;
}

.footer-pc_kotei a {
  background: var(--color-primary);
  width: 150px;
  height: 150px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 100% 0 0 0;
}

.footer-pc_kotei a .txt {
  line-height: 2;
  letter-spacing: 3px;
  padding-top: 30px;
  padding-left: 20px;
}

.footer-pc_kotei a.type-b {
    background: var(--color-01);
}

@media (max-width:599px) {
  .footer-pc_kotei a {
    width: 100%;
    height: 100%;
    border-radius: unset;
    font-size: 10px;
    height: 100%;
    min-height: 50px;
    padding: 5px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 55px;
  }
  .footer-pc_kotei a:before {
    content: "\f0c4";
    display: block;
    font-family: "font awesome 5 Free";
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1;
  }
  .footer-pc_kotei a .txt {
    padding: 0;
    line-height: 1;
    letter-spacing: 1px;
  }
  
  .footer-pc_kotei {
      width: 25%;
  }
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
  padding: 30px 0;
  background-color: white;
}

.breadcrumbs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.breadcrumbs-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-left: 1em;
}

.breadcrumbs-list li {
  display: inline;
  font-size: 14px;
  letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
  font-weight: bold;
  color: var(--color-primary);
}

.breadcrumbs-list li + li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .breadcrumbs {
    padding: 20px 0;
    font-size: 14px;
  }

  .breadcrumbs-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .breadcrumbs-list {
    width: 90%;
    margin-top: 1em;
    margin-left: 0;
  }

  .breadcrumbs li {
    font-size: 12px;
  }

  .breadcrumbs li + li::before {
    width: 8px;
    height: 8px;
    margin: 0 5px 1px;
  }
}

@media (max-width: 599px) {
  .breadcrumbs {
    padding: 15px 0;
    font-size: 12px;
  }

  .breadcrumbs li + li::before {
    width: 6px;
    height: 6px;
  }
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */

/* top-news */
.top-news {
  position: relative;
}

.top-news .box {
  width: 90%;
  max-width: 710px;
  margin-left: auto;
  margin-right: 10px;
  border-radius: 20px;
  padding: 1.5em;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: translate(0, -90%);
  transform: translate(0, -90%);
  -webkit-box-shadow: 3px 3px 3px #ddd;
  box-shadow: 3px 3px 3px #ddd;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
}

.top-news .box .boxL {
  width: 20%;
}

.top-news .box .boxC {
  width: 56%;
}

.top-news .box .boxR {
  width: 20%;
  flex-shrink: 0;
}

@media (max-width: 599px) {
  .top-news .box {
    margin: auto;
    padding: 1em;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -90%);
    transform: translate(-50%, -90%);
  }
  .top-news .box .boxL {
    width: 100%;
  }
  .top-news .box .boxC {
    width: 80%;
  }
}

/* home-greeting */
.home-greeting {
  position: relative;
}

.home-greeting .left {
  position: absolute;
  bottom: 0;
}

.home-greeting .right {
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.home-greeting .right .sub {
  font-size: clamp(1.25rem, 1.087rem + 0.82vw, 1.75rem);
  font-weight: bold;
}

.home-greeting > * {
  color: #fff;
  text-align: center;
}

@media (max-width: 599px) {
  .home-greeting .left {
    left: 0;
  }
}

/* column */
.date-cate {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.date-cate .date {
  margin-right: 10px;
}
.date-cate .cate span {
  background: var(--color-primary);
  color: #fff;
  padding: 0 5px;
  border-radius: 5px;
  display: inline-block;
}
.date-cate .cate span + span {
  margin-left: 5px;
}

.column-detail-box h2 {
    border-bottom: dashed 2px var(--color-01);
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: clamp(1.125rem, 1.071rem + 0.22vw, 1.25rem);
}

.column-detail-box h3 {
    padding: 0.2em 0.5em;
    border-left: solid 5px var(--color-01);
    margin-bottom: 10px;
    font-size: clamp(1rem, 0.946rem + 0.22vw, 1.125rem);
}

.column-detail-box h4 {
    border-bottom: 1px solid var(--color-01);
    margin-bottom: 10px;
    font-size: clamp(1rem, 0.946rem + 0.22vw, 1.125rem);
}

.column-detail-box .tbox img {
  width: 60%;
}

@media (max-width:599px) {
  .column-detail-box .tbox img {
    width: 100%;
  }
}

/* contact */
.block-contact table {
  border: 1px #ddd solid;
  width: 100%;
}
.block-contact table th,
.block-contact table td {
  padding: 8px 10px;
  border: #ddd solid 1px;
  font-size: 15px;
}
.block-contact table th {
  color: #000;
  width: 300px;
}
.block-contact table th span {
  color: #e55a3b;
}
.block-contact table thead th {
  background: var(--color-secondery);
}
.block-contact table tbody th {
  background: var(--color-secondery);
}
.block-contact table.table-line table,
.block-contact table.table-line th,
.block-contact table.table-line td {
  border-color: #fff;
}
.block-contact table.table-line th {
  background: transparent;
  color: #333;
  font-weight: bold;
}
.block-contact table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
.block-contact table.table-line tr {
  background: #eee;
}
.block-contact table.table-line tr:nth-child(2n + 1) {
  background: #ddd;
}
.block-contact input[type="text"],
.block-contact input[type="email"],
.block-contact input[type="url"],
.block-contact input[type="tel"],
.block-contact textarea {
  background-color: #fff;
  color: #333;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.5em;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.block-contact .form-group {
  width: 200px;
  margin: 0 auto;
  padding-top: 30px;
  height: 60px;
}
.block-contact .btn {
  border: none;
  display: block;
  padding: 15px 15px 10px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background: #ffee69;
  border-radius: 5px;
  width: 100%;
  /* box-shadow */
  box-shadow: 0px 5px 0px 0px #d6c136;
  -moz-box-shadow: 0px 5px 0px 0px #d6c136;
  -webkit-box-shadow: 0px 5px 0px 0px #d6c136;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.block-contact .btn:hover {
  margin-top: 5px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
}

.block-contact table tbody .radiobtn input {
    display: none;
}

.block-contact table tbody .radiobtn input + label {
    margin-left: 15px;
    display: inline-block;
    padding: 0 10px 0 30px;
    position: relative;
}

.block-contact table tbody .radiobtn label:before {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    background-color: white;
    position: absolute;
    top: 3px;
    left: 0;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 10%) inset;
}

.block-contact table tbody .radiobtn label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.block-contact table tbody .radiobtn input:checked+label {
    text-decoration: underline;
}

.block-contact table tbody .radiobtn input:checked+label::after {
    width: 0;
    height: 0;
    color: var(--color-primary);
    background-color: transparent;
    position: absolute;
    top: -2px;
    left: 0px;
    content: "\f00c";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
}


.block-contact table td input.px-100 {
    width: 100px;
    margin-right: 5px;
}

@media (max-width: 599px) {
  .block-contact table th {
    display: block;
    width: 100% !important;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .block-contact table td {
    display: block;
    width: 100%;
    border: none;
  }
  .block-contact table tbody .radiobtn input + label {
    margin-bottom: 10px;
    display: block;
  }
}

/* 画面遷移 */
/*画面遷移アニメーション*/
.splashbg {
  display: none;
}

/*bodyにappearクラスがついたら出現*/

body .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transition: 0.7s  ease-in-out;
  transition: 0.7s  ease-in-out;
  background: var(--color-primary);
}

body.appear .splashbg {
  height: 0vh;
}


/*bodyにcloseクラスがついたら出現*/

body.appear.close .splashbg {
  height: 100vh;
}

/* @-webkit-keyframes PageAnime02 {
  0% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
    transform-origin: top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: top;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes PageAnime02 {
  0% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
} */

[data-element-id].splash-wrap {
    background-color: var(--color-primary);
    width: 200px;
    margin-left: auto;
}


[data-element-id].splashbg {
    display: block!important;
    position: relative!important;
    right: 0;
    left: unset!important;
    width: 200px!important;
    height: 200px!important;
    transform: unset!important;
    margin-left: auto;
    border: 2px solid blue;
    animation-name: unset!important;
    animation-duration: unset!important;
    animation-timing-function: unset!important;
    animation-fill-mode: unset!important;
}

[data-element-id].splashbg:after {
    content: "ローディングエフェクトです";
    display: block;
    position: absolute;
    background: blue;
    color: #fff;
    width: 100%;
    font-size: 10px;
    text-align: center;
}


/*画面遷移の後現れるコンテンツ設定*/

#container {
  opacity: 0; /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container {
  -webkit-animation-name: PageAnimeAppear;
  animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* curriculum */
.table-curriculum .table {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.table-curriculum .table th {
    background: var(--color-primary);
    color: #fff;
    table-layout: fixed;
    width: 100px;
    padding: 10px 0;
    font-size: clamp(1.125rem, 1.071rem + 0.22vw, 1.25rem);
}

.table-curriculum .table td {
    background: #fff;
    text-align: center;
    padding: 10px;
}

.table-curriculum .table th + th {
    border-left: 1px solid;
}

.table-curriculum .table td + td {
    border-left: 1px solid var(--color-primary);
}


.table-curriculum .table {
    display: -webkit-box;
    display: flex;
        flex-wrap: wrap;
}

.table-curriculum .table .item {
    width: 13%;
    flex-grow: 1;
}

.table-curriculum .table .item2 {
    flex-grow: 2;
    width: 26%;
}

.table-curriculum .table .item .month {
    background: var(--color-primary);
    color: #fff;
    padding: 10px 0;
    font-size: clamp(1.125rem, 1.071rem + 0.22vw, 1.25rem);
    text-align: center;
}

.table-curriculum .table .item + .item .month {
    border-left: 1px solid;
}

.table-curriculum .table .item .menu {
    background: #fff;
    text-align: center;
    padding: 10px;
    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: 60px;
}

.table-curriculum .table .item + .item .menu {
    border-left: 1px solid var(--color-primary);
}

.table-curriculum .table .item2 .month {
    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;
    padding: 0;
}

.table-curriculum .table .item2 .month span {
    display: block;
    width: 50%;
    padding: 10px 0;
}

.table-curriculum .table .item2 .month span + span {
    border-left: 1px solid;
}


.staff-box .tbox dl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-bottom: 1px dashed var(--color-01);
}

.staff-box .tbox dl dt {
    width: 90px;
}

.staff-box .tbox dl dd {
    width: calc(100% - 100px);
}


.cale iframe {
    margin: auto;
    max-width: initial;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cale {
    overflow: hidden;
    position: relative;
    padding-top: 70%;
}

.fc .fc-button-primary:disabled {
    background-color: var(--color-01);
    border-color: var(--color-01);
}

.fc .fc-button-primary {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.fc .fc-scroller-harness thead {
    background: var(--color-primary);
    color: #fff;
}

.fc .fc-toolbar-title {
    color: var(--color-primary);
}

@media (max-width:599px) {
  .fc .fc-bg-event, .fc .fc-highlight, .fc .fc-non-business, .fc .fc-view-harness-active>.fc-view {
    position: static;
  }
  .fc .fc-scroller-liquid-absolute {
    position: static;
  }
  .fc .fc-view-harness {
    height: auto!important;
  }
}

