@charset "utf-8";

/* CSS Document */

/*common*/

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Yu Mincho", "游明朝体", serif;
  font-size: 18px;
  line-height: 1.5;
  --awesome: "Font Awesome 5 Free";
  --notosans: "Noto Sans JP", sans-serif;
  --notoserif: "Noto Serif JP", serif;
  --color-primary: #86551e;
  --color-secondery: #e5e6c6;
  --color-01: #a4af3e;
  --color-02: #014573;
  --color-03: #edfaec;
  --color-04: #edfaec;
  --color-05: #edfaec;
}
.red {
    color: red;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media (max-width:599px) {
  body {
    font-size: 15px;
  }
}

/* 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);
}

.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);
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffff00));
  background: linear-gradient(transparent 60%, #ffff00 0%);
  display: inline-block;
  line-height: 1.1;
}

.bg-type-a {
  position: relative;
}
.bg-type-a:before {
  content: "";
  background: #fff;
  width: 90%;
  height: 450px;
  position: absolute;
  right: 0;
  bottom: 150px;
}

@media (max-width:599px) {
  .bg-type-a:before {
    display: none;
  }
}

.bg-type-b {
  position: relative;
}
.bg-type-b:before {
  content: "";
  background: #fff;
  width: 95%;
  height: 65%;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.bg-type-c {
  position: relative;
}
.bg-type-c:before {
  content: "";
  background: #fff;
  width: 81%;
  height: 65%;
  position: absolute;
  right: 0;
  top: 190px;
}

.bg-type-d {
  position: relative;
}
.bg-type-d:before {
  content: "";
  background: url('/import/tenant_1/153.121.57.50/html/image/top/bg03.webp') 0 0 no-repeat;
  background-size: 100% 100%;
  width: 91%;
  height: 65%;
  position: absolute;
  left: 0;
  bottom: 0%;
}

@media (max-width: 599px) {
  .bg-type-d:before {
    background-size: 100% 100%;
    width: 100%;
    height: 90%;
  }
}

.bg-type-e {
  position: relative;
}
.bg-type-e:before {
  content: "";
  background: url('/import/tenant_1/153.121.57.50/html/image/top/bg03.webp') 0 0 no-repeat;
  background-size: 100% 100%;
  width: 81%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0%;
}

.bg-type-f {
  position: relative;
}
.bg-type-f:before {
  content: "";
  background: url('/import/tenant_1/153.121.57.50/html/image/top/bg03.webp') 0 0 no-repeat;
  background-size: 100% 100%;
  width: 81%;
  height: 110%;
  position: absolute;
  left: 0;
  top: -12%;
  z-index: -1;
}

/* .bg-type-f:after {
  content: "";
  background: #fff;
  width: 60%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 5%;
  z-index: -1;
} */


/* scissors */
.scissors01 {
  position: relative;
}

.scissors01:after {
  content: "";
  position: absolute;
  top: -60px;
  left: 10%;
  width: clamp(18.75rem, 14.946rem + 15.6vw, 27.625rem);
  height: 359px;
  background: url(/upload/tenant_1/a28cbc4bc00a0ae819b4e79807d4ccd4.webp) 0 0 no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.scissors02 {
  position: relative;
}

.scissors02:after {
  content: "";
  background: url(/upload/tenant_1/6ca7873db973d301f6bbfd6e937fcc5d.webp) 0 0 no-repeat;
  background-size: contain;
  width: clamp(18.75rem, 13.929rem + 19.78vw, 30rem);
  height: 192px;
  position: absolute;
  right: -160px;
  bottom: -100px;
}

@media (max-width:599px) {
  .scissors02:after {
    right: -90px;
  }
}

.scissors03 {
  position: relative;
}

.scissors03:after {
  content: "";
  position: absolute;
  top: -60px;
  left: 2%;
  width: clamp(18.75rem, 14.946rem + 15.6vw, 27.625rem);
  height: 359px;
  background: url(/upload/tenant_1/f3f6ad1641aed2054da83a3ef6a344c8.webp) 0 0 no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.scissors04 {
  position: relative;
}

.scissors04:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 2%;
  width: clamp(18.75rem, 14.946rem + 15.6vw, 27.625rem);
  height: 181px;
  background: url(/upload/tenant_1/3d8e9a89b2a93ef1d0c4ecca02c98710.webp) 0 0 no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


.scissors05 {
  position: relative;
}

.scissors05:after {
  content: "";
  position: absolute;
  top: -60px;
  right: -190px;
  width: clamp(18.75rem, 14.946rem + 15.6vw, 27.625rem);
  height: 294px;
  background: url(/upload/tenant_1/65680325ac2899d188d25707c169f05c.webp) 0 0 no-repeat;
  background-size: contain;
}

@media (max-width:599px) {
  .scissors05:after {
    right: -32%;
  }
}

.scissors06 {
  position: relative;
}

.scissors06:after {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  right: -100px;
  width: clamp(18.75rem, 14.946rem + 15.6vw, 27.625rem);
  height: 294px;
  background: url(/upload/tenant_1/08c07555ba0432a0c2485a29829d448a.webp) 0 0 no-repeat;
  background-size: contain;
}

.scissors07 {
  position: relative;
}

.scissors07:after {
  content: "";
  position: absolute;
  top: -60px;
  left: 2%;
  width: clamp(17.5rem, 13.161rem + 17.8vw, 27.625rem);
  height: 359px;
  background: url(/upload/tenant_1/f3f6ad1641aed2054da83a3ef6a344c8.webp) 0 0 no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width:1024px) {
  .scissors07:after {
    top: 0;
  }
}


.leaf01 {
  position: relative;
}

.leaf01:after {
  content: "";
  display: block;
  width: clamp(5rem, 3.125rem + 7.69vw, 9.375rem);
  height: clamp(5rem, 2.857rem + 8.79vw, 10rem);
  background: url(/import/tenant_1/153.121.57.50/html/image/top/deco05.webp) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.leaf02 {
  position: relative;
}

.leaf02:before {
  content: "";
  width: clamp(5rem, 3.125rem + 7.69vw, 9.375rem);
  height: clamp(5rem, 2.857rem + 8.79vw, 10rem);
  background: url(/import/tenant_1/153.121.57.50/html/image/top/deco05.webp) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 20px;
  transform: rotate(-75deg);
}

.-leaf-white:before,.-leaf-white:after {
  filter: brightness(2);
}

[data-element-id].fead-order > * {
  opacity: 1;
  transform: unset;
}

.fead-cover:before {
  background: var(--color-01);
  z-index: 3;
}

.fead-cover.-white:before {
  background: #fff;
}

[data-element-id].fead-bg06 {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.bg-wrap {
  position: relative;
}
.bg-wrap .bg-cont {
  position: relative;
  z-index: 1;
}

[data-element-id].fead-bg01 {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.fead-bg01 {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.fead-bg01.mv {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

[data-element-id].fead-bg04 {
  opacity: 1;
}

.fead-bg02 {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.fead-bg02.mv {
  opacity: 1;
}

[data-element-id].fead-bg02 {
    opacity: 1;
}

.-delay1,
.-delay1::before {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}
.-delay2,
.-delay2::before {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}
.-delay3,
.-delay3::before {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}
.-delay4,
.-delay4::before {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}
.-delay5,
.-delay5::before {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}
.-delay6,
.-delay6::before {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}
.-delay7,
.-delay7::before {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}

.newmo {
  -webkit-transition: -webkit-box-shadow 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-box-shadow 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 2s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  padding: 2em 4em;
  border-radius: 50px;
  background-color: white;
  -webkit-box-shadow: 20px 20px 60px #c4b7ba, -20px -20px 60px white;
  box-shadow: 20px 20px 60px #c4b7ba, -20px -20px 60px white;
}

@media (max-width: 1024px) {
  .newmo {
    padding: 1.5em 3em;
    border-radius: 40px;
  }
}

@media (max-width: 599px) {
  .newmo {
    border-radius: 30px;
  }
}

/* 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,
.float-box:after {
  content: "";
  display: block;
  clear: both;
}

.float-box-img {
  float: right;
}

.float-box-title {
  float: left;
}

.float-box-content {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-img {
  float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-title {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-content {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-img {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-title {
  float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-content {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-img {
  float: left;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-content {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-img {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-title {
  float: left;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-content {
  float: left;
}

.float-box.-rowr:nth-of-type(odd) .float-box-img {
  float: left;
}

.float-box.-rowr:nth-of-type(odd) .float-box-title {
  float: right;
}

.float-box.-rowr:nth-of-type(odd) .float-box-content {
  float: right;
}

.float-box.-rowr:nth-of-type(even) .float-box-img {
  float: right;
}

.float-box.-rowr:nth-of-type(even) .float-box-title {
  float: left;
}

.float-box.-rowr: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-fl-none-important\@sp {
    float: none !important;
  }

  .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-xxxlarge: 300px;
  --section-xlarge: 150px;
  --section-large: 120px;
  --section-medium: 100px;
  --section-small: 80px;
  --section-xsmall: 60px;
}

.section-my-xxxlarge {
  margin-bottom: var(--section-xxxlarge);
  margin-top: var(--section-xxxlarge);
}

.section-mt-xxxlarge {
  margin-top: var(--section-xxxlarge);
}

.section-mb-xxxlarge {
  margin-bottom: var(--section-xxxlarge);
}

.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-xxxlarge {
  padding-bottom: var(--section-xxxlarge);
  padding-top: var(--section-xxxlarge);
}

.section-pt-xxxlarge {
  padding-top: var(--section-xxxlarge);
}

.section-pb-xxxlarge {
  padding-bottom: var(--section-xxxlarge);
}

.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-xxxlarge {
    margin-bottom: calc(var(--section-xxxlarge) * 0.85);
    margin-top: calc(var(--section-xxxlarge) * 0.85);
  }

  .section-mt-xxxlarge {
    margin-top: calc(var(--section-xxxlarge) * 0.85);
  }

  .section-mb-xxxlarge {
    margin-bottom: calc(var(--section-xxxlarge) * 0.85);
  }
  .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-xxxlarge {
    padding-bottom: calc(var(--section-xxxlarge) * 0.85);
    padding-top: calc(var(--section-xxxlarge) * 0.85);
  }

  .section-pt-xxxlarge {
    padding-top: calc(var(--section-xxxlarge) * 0.85);
  }

  .section-pb-xxxlarge {
    padding-bottom: calc(var(--section-xxxlarge) * 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-xxxlarge {
    margin-bottom: calc(var(--section-xxxlarge) * 0.7);
    margin-top: calc(var(--section-xxxlarge) * 0.7);
  }

  .section-mt-xxxlarge {
    margin-top: calc(var(--section-xxxlarge) * 0.7);
  }

  .section-mb-xxxlarge {
    margin-bottom: calc(var(--section-xxxlarge) * 0.7);
  }
  .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-xxxlarge {
    padding-bottom: calc(var(--section-xxxlarge) * 0.7);
    padding-top: calc(var(--section-xxxlarge) * 0.7);
  }

  .section-pt-xxxlarge {
    padding-top: calc(var(--section-xxxlarge) * 0.7);
  }

  .section-pb-xxxlarge {
    padding-bottom: calc(var(--section-xxxlarge) * 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('/import/tenant_1/153.121.57.50/html/image/top/bg01.webp') 0 0 no-repeat;
  background-size: cover;
}
.bg02 {
  background: url('/import/tenant_1/153.121.57.50/html/image/top/bg02.webp') 0 0 no-repeat;
  background-size: 100% auto;
}

.deco01 {
  position: relative;
}

.deco01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url('/import/tenant_1/153.121.57.50/html/image/top/deco01.webp') 0 0 no-repeat;
  background-size: 100% auto;
  width: clamp(6.25rem, 3.839rem + 9.89vw, 11.875rem);
  height: clamp(5.313rem, 3.705rem + 6.59vw, 9.063rem);
  z-index: 1;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }
}
.pic-radius img {
  border-radius: 40px;
}
.pic-radius10 img {
  border-radius: 10px;
}
.pic-border {
  border: 1px solid #6ea0d1;
  border-radius: 30px;
}

/* タイトル */
[class*="ttl-cmn"] {
  --ttl-fz-xlarge: clamp(1.5rem, 0.804rem + 2.86vw, 3.125rem);
  --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: 28px;
  --ttl-fz-xsmall: 20px;
  --ttl-mb-xlarge: 70px;
  --ttl-mb-large: 60px;
  --ttl-mb-medium: 50px;
  --ttl-mb-small: 40px;
  --ttl-mb-xsmall: 24px;
}

/* 共通タイトル１ */

[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-medium);
  color: var(--color-primary);
}

.ttl-cmn01 .large {
  display: inline-block;
  font-size: 50px;
  font-size: clamp(2.125rem, 1.696rem + 1.76vw, 3.125rem);
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 10px #fff, -1px -1px 10px #fff;
}

.ttl-cmn01 .large span {
  position: relative;
  z-index: 1;
}

.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: normal;
  position: relative;
  margin-top: 15px;
  z-index: 1;
}

.ttl-cmn01 .small:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background: var(--color-primary);
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 4px;
}

.ttl-cmn01 > * {
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

/* .ttl-cmn01 .large:after {
  content: "";
  width: clamp(5rem, 3.125rem + 7.69vw, 9.375rem);
  height: clamp(5rem, 2.857rem + 8.79vw, 10rem);
  background: url('/import/tenant_1/153.121.57.50/html/image/top/deco05.webp') 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 20%;
  right: -70px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
} */

.ttl-cmn01.bg-none .large:after {
  display: none;
}

.ttl-cmn01.icon-none > *:after {
  display: none;
}

.ttl-cmn01.ttl-white > * {
  color: #fff;
}

.ttl-cmn01.ttl-white .large {
  text-shadow: 1px 1px 10px #000;
}

.ttl-cmn01.ttl-white .small:before {
  background: #fff;
}

.ttl-cmn01.ttl-main-color > * {
  color: var(--color-primary);
}

.ttl-cmn01.ttl-text-left > * {
  text-align: left;
}

.ttl-cmn01.hukidashi {
  background: #fff;
  padding: 25px;
  position: relative;
  display: block;
  text-align: center;
}

.ttl-cmn01.hukidashi .sankaku {
  position: relative;
}

.ttl-cmn01.hukidashi .sankaku:before {
  content: "";
  position: absolute;
  top: 140%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 40px solid #fff;
}

.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: 34px;
  font-size: clamp(1.25rem, 1.036rem + 0.88vw, 1.75rem);
  margin-bottom: 10px;
}

.ttl-cmn02 .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-cmn02 > * {
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

.ttl-cmn02.ttl-white > * {
  color: #fff;
}

.ttl-cmn02.ttl-text-left > * {
  text-align: left;
}
.ttl-cmn02 .large.ttl-mb-none {
  margin-bottom: 0;
}

.ttl-cmn02.normal > * {
  font-weight: normal;
}

.ttl-cmn03 {
  margin-bottom: var(--ttl-mb-medium);
}

.ttl-cmn03.deco {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ttl-cmn03.deco:before {
  content: "";
  display: inline-block;
  background: url('/import/tenant_1/153.121.57.50/html/image/top/deco07.webp') 0 0 no-repeat;
  margin-right: 5px;
  width: 40px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin-top: -15px;
}

.ttl-cmn03.deco:after {
  content: "";
  display: inline-block;
  background: url('/import/tenant_1/153.121.57.50/html/image/top/deco08.webp') 0 0 no-repeat;
  margin-left: 5px;
  width: 40px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin-top: 15px;
}

.ttl-cmn03 .ttl {
  width: 100%;
}

.ttl-cmn03.-border {
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 10px;
}

.ttl-cmn03.-mb-none {
  margin-bottom: 0;
}

.ttl-cmn03 .large {
  display: block;
  font-size: 40px;
  font-size: clamp(1.5rem, 1.071rem + 1.76vw, 2.5rem);
  position: relative;
}

.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.normal > * {
  font-weight: normal;
}

.ttl-cmn03.ttl-white > * {
  color: #fff;
}

.ttl-cmn03.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-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--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-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--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-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;
  -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);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.3;
  max-width: 100%;
  padding: 0.8em 1em;
  position: relative;
  text-align: center;
  width: 210px;
  font-size: 18px;
  max-height: 60px;
  border: 2px solid var(--color-primary);
}

.btn-cmn01.large > * {
  width: 270px;
  padding: 1em;
}

.btn-cmn01.xlarge > * {
  width: 360px;
  padding: 1em;
}

.btn-cmn01 > *:hover {
  color: white;
  background-color: var(--color-primary);
  opacity: 1;
}

.btn-cmn01 > *:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-bottom: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: absolute;
  bottom: -6px;
  right: -6px;
}

.btn-cmn01 > *:hover:after {
  bottom: -2px;
  right: -2px;
}

/* .btn-cmn01.large > *:after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-cmn01.xlarge > *:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
} */

.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 > * {
  color: #fff;
  border-color: #fff;
}
.btn-cmn01.btn-white > *:after {
  border-color: #fff;
}

.btn-cmn01.btn-white > *:hover {
  background: #fff;
  color: var(--color-primary);
}

.btn-cmn01 .pc {
    display: none;
}

[data-element-id].btn-cmn01 .pc {
    display: block;
    border: 2px solid green;
    position: absolute;
    top: 60px;
    z-index: 1;
    background: #fff;
    color: var(--color-primary);
}

[data-element-id].btn-cmn01 .pc:before {
    content: "電話番号";
    background: green;
    display: block;
    width: 100%;
    font-size: 10px;
    color: #fff;
}

.flex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-btn li {
  min-width: 25%;
  max-width: 160px;
}

.flex-btn li [class*="btn-cmn"] {
  width: 100%;
}

/* .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;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  width: 80px;
}

.btn-cmn02 > *::before {
  color: #083d2c;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: bold;
}

.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-cmn02 > * {
    height: 65px;
    width: 65px;
  }

  .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;
  padding-top: 200px;
}

.block-type01 .tbox {
  background: #fff;
  margin-left: calc(50% - 50vw);
  padding-left: 13%;
  padding-right: 13%;
  width: 75%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-type01 .pbox {
  margin-right: calc(50% - 50vw);
  position: relative;
  width: 65%;
  margin-left: -15%;
}

.block-type01 .pbox .pic01 {
  width: 50%;
  position: absolute;
  top: -20%;
  left: -25%;
  z-index: 1;
}

@media (max-width:1024px) {
  .block-type01 {
    padding-top: 0px;
  }
  .block-type01 .pbox {
    margin-left: auto;
    margin-right: auto;
  }
  .block-type01 .tbox {
    width: 100%;
  }
}

@media (max-width: 599px) {

  .block-type01 .tbox {
    width: 100%;
  }
  .block-type01 .pbox {
    width: 100%;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .block-type01 .pbox .pic01 {
    position: relative;
    height: 100%;
    width: 48%;
    top: unset;
    left: unset;
  }
  .block-type01 .pbox .pic02 {
    width: 48%;
  }
}

@media (min-width: 1301px) {
  /* .block-type01 .pbox {
    width: 45%;
    margin-right: 0;
  } */

  .block-type01 .tbox {
    padding-left: 10%;
    padding-right: 10%;
    width: 65%;
    margin-left: 0;
  }
}

.block-type02 {
  position: relative;
}

.block-type02 .item {
  position: relative;
}

.block-type02 .item .pic {
  position: relative;
}

.block-type02 .item .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.3);
}

.block-type02 .item .pbox .num {
  color: var(--color-01);
  font-size: clamp(3.125rem, 2.321rem + 3.3vw, 5rem);
  position: absolute;
  right: 5%;
  bottom: -60px;
}

.block-type02 .item .pbox {
  position: relative;
}

.block-type02 .item .tbox {
  position: relative;
  z-index: 2;
  padding: 40px 0px 0;
  text-align: center;
}

.block-type02 .item .tbox .tit {
  font-weight: bold;
  font-size: clamp(1.25rem, 1.143rem + 0.44vw, 1.5rem);
  margin-bottom: 30px;
  /* 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; */
}

.block-type02 .item .tbox.-white * {
  color: #fff;
}

@media (max-width:599px) {
  .block-type02 .item .pbox .num {
    bottom: -40px;
  }
}

.block-type03 .box {
  padding: 40px;
  -webkit-box-shadow: 5px 5px 10px #cacaca;
  box-shadow: 5px 5px 10px #cacaca;
  position: relative;
  background: #fff;
}

.block-type04 {
  position: relative;
}

.block-type04 .item a {
  display: block;
  position: relative;
}

.block-type04 .item .tbox {
  position: relative;
  color: #fff;
  z-index: 3;
  text-align: center;
  font-size: clamp(1.25rem, 0.982rem + 1.1vw, 1.875rem);
  padding: clamp(6.25rem, 0.893rem + 21.98vw, 18.75rem) 0;
}

.block-type04 .item .pbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.block-type04 .item .pbox .pic {
  height: 100%;
  position: relative;
}

.block-type04 .item .pbox .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

[data-element-id].block-type04 .item .pbox {
    height: 600px;
    position: relative;
}

[data-element-id].block-type04 .item .tbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0;
}

.block-type05 {
  position: relative;
}

.block-type05 .pbox {
  position: relative;
}
.block-type05 .pbox .pic03 {
  margin-top: -25%;
  margin-left: 5%;
}

.block-type06 .item {
  position: relative;
}

.block-type06 .item .pbox {
  text-align: center;
}

.block-type06 .item .pbox .txt {
  margin-bottom: 10px;
}

.block-type06 .item .pbox .txt span + span {
  margin-left: 5px;
}

.block-type06 .item .tbox {
  position: relative;
}

.block-type06 .item .tbox {
  content: "";
  display: block;
  background: url('/import/tenant_1/153.121.57.50/html/image/top/hukidashi.webp') 0 0 no-repeat;
  background-size: 100% 100%;
}

.block-type06 .item .tbox .txt {
  text-align: left;
  width: 80%;
  margin: auto;
  padding: 60px 0;
}

.block-type06 .item + .item {
  margin-top: 40px;
  padding-top: 40px;
}

.block-type06 .item:not(:first-of-type) {
  border-top: 1px solid #d7d7d7;
}

.block-type06 .item:nth-child(even) .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.block-type06 .item:nth-child(even) .tbox {
  background: url('/import/tenant_1/153.121.57.50/html/image/top/hukidashi_02.webp') 0 0 no-repeat;
  background-size: 100% 100%;
}
.block-type06 .item:nth-child(even) .tbox .txt {
  padding: 35px 0 60px 0;
}

.block-type07 {
  position: relative;
}

.block-type07 .box {
  padding: 50px clamp(3.125rem, 1.786rem + 5.49vw, 6.25rem);
  position: relative;
}

.block-type07 .box:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 30px;
  right: 30px;
  bottom: 20px;
  border: 1px solid;
}
.block-type07.-white * {
  color: #fff;
}

.block-type07 .box .item {
  position: relative;
  z-index: 2;
}

.block-type07 .box .tit {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.block-type07 .box .tit span {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.block-type07 .box .item01 .txt {
  text-align: center;
}

.block-type07 .box .item02 .txt {
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block-type07 .box .item .flex .right {
  position: relative;
}

.block-type07 .box .item .flex .right:before {
  content: "";
  display: block;
  background: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top-contact .block-type07 {
  margin-top: -120px;
  position: relative;
}

@media (max-width:599px) {
  .block-type07 .box .item .flex .right:before {
    width: 100%;
    height: 1px;
    top: -20%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

.block-type08 {
  position: relative;
}

.block-type08 .item {
  position: relative;
  background: #fff;
  padding: 70px 50px 50px;
  border-radius: 50px;
  -webkit-box-shadow: 10px 10px 0px #606060;
  box-shadow: 10px 10px 0px #606060;
}

.block-type08.-pt02 .item {
  -webkit-box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #fff;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #fff;
}

.block-type08.-step .item .num {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block-type08.-step .item .num .step {
  font-size: 10px;
}

.block-type08 .item .num {
  background: var(--color-primary);
  color: #fff;
  width: 80px;
  height: 80px;
  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;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 34px;
}

@media (max-width:599px) {
  .block-type08 .item {
    padding: 50px 30px 30px;
    margin-right: 10px;
  }
}

.block-type09 .box {
  position: relative;
  background: #fff;
  padding: 30px 20px 20px;
}

.block-type09 .box.bgcolor2 {
  background: var(--color-secondery);
}

.block-type09 .tit {
  position: absolute;
  top: -15px;
  background: var(--color-primary);
  color: #fff;
  padding: 3px 10px;
}

.block-type09 .check {
  font-family: "Dancing Script", "Yu Mincho", "游明朝体", serif;
}

.block-type09 .check:before {
  content: "\f46c";
  display: inline-block;
  font-family: "font awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
}

.block-type10 .box {
  background: #fff;
  padding: 30px;
  position: relative;
  border-radius: 40px;
  -webkit-box-shadow: 20px 20px 60px #bebebe;
  box-shadow: 20px 20px 60px #bebebe;
}

.block-type10 .box .txt {
  z-index: 2;
  position: relative;
}

.block-type03 .tit {
  margin-top: 20px;
}

.top-staff .block-staff {
  margin-right: 10%;
}

.block-staff .item {
  position: relative;
}

.block-staff .item .pbox {
  position: relative;
}

.block-staff .item .pbox .syokusyu {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: url('/import/tenant_1/153.121.57.50/html/image/top/deco04.webp') 0 0;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 16px;
}

.block-staff .item .pbox .syokusyu:before {
  content: "";
  display: inline-block;
  background: url('/import/tenant_1/153.121.57.50/html/image/top/deco03.webp') 0 0 no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.block-staff .item .pbox .syokusyu.アシスタント:before {
  background: url('/upload/tenant_1/1f7a2b523022b020d24beed048d24c7b.webp') 0 0 no-repeat;
  background-size: contain;
}

.block-staff .item .tbox {
  margin-top: 20px;
}

.block-staff .item .tbox .name .big {
  font-size: clamp(1.125rem, 0.964rem + 0.66vw, 1.5rem);
}

.block-staff .item .tbox .name .small {
  font-size: 14px;
}

.block-staff .item .tbox .txt {
  margin-top: 15px;
  position: relative;
}

.block-staff .item .tbox .txt dt {
  position: absolute;
  top: 0;
  left: 0;
}

.block-staff .item .tbox .txt dd {
  padding-left: 3.5rem;
}

@media (max-width: 599px) {
  .top-staff .block-staff {
    margin-right: 0%;
  }
  .block-staff .item .pbox .syokusyu {
    padding: 5px 5px;
  }
}

.block-staff_detail .posi {
  font-size: clamp(1.5rem, 1.339rem + 0.66vw, 1.875rem);
  font-weight: bold;
  padding-bottom: 40px;
  line-height: 110%;
  color: var(--color-primary);
}

.block-staff_detail .name .big {
  font-size: clamp(1.75rem, 1.536rem + 0.88vw, 2.25rem);
  padding-bottom: 5px;
  line-height: 120%;
  color: var(--color-primary);
}

.block-staff_detail .name .small {
  font-size: clamp(0.875rem, 0.768rem + 0.44vw, 1.125rem);
  color: var(--color-primary);
}

.block-gallery .item {
  position: relative;
}
.block-gallery .item .img {
  position: relative;
}
.block-gallery .item .txt {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 1;
  color: #fff;
}
[data-element-id].block-gallery .item .txt {
  opacity: 1;
}

.block-gallery .item a:hover {
  opacity: 1;
}

.block-gallery .item a:hover .txt {
  opacity: 1;
}

.block-gallery .item .tbox {
  margin-top: 15px;
}

.block-gallery .item .tbox .tit {
  font-weight: bold;
  font-size: clamp(1.125rem, 1.071rem + 0.22vw, 1.25rem);
}

.block-gallery .item .staff {
  position: relative;
  margin-top: 10px;
}

.block-gallery .item .staff .left {
  width: 75%;
}

.block-gallery .item .staff .right {
  width: 20%;
}

.block-gallery .item a .img {
  overflow: hidden;
  position: relative;
}

.block-gallery .item a .img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.block-gallery .item a:hover .pic {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: blur(3px);
}

.block-gallery .item a:hover .img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.6;
}

.block-gallery .item a .img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.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;
  }
}

/* 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: 34px;
  cursor: pointer;
  color: var(--color-primary);
  background: #fff;
  border-radius: 100%;
  /* padding: 9px 10px; */
}
.slick01 .btn-slick.btn-back {
  right: 14%;
  top: -20%;
  padding: 0px 13px 0 8px;
}
.slick01 .btn-slick.btn-next {
  right: 10%;
  top: -20%;
  padding: 0px 8px 0 13px;
}
.slick01 .slick-dots {
  bottom: -40px;
  left: 0;
}

.slick01 .item {
  position: relative;
}
.slick01 .item .txt {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  text-shadow: 3px 3px 5px #fff, -3px -3px 5px #fff, -3px 3px 5px #fff, 3px -3px 5px #fff;
}
[data-element-id].slick01 .item .txt {
  opacity: 1;
}

.slick01 .item a:hover {
  opacity: 1;
}

.slick01 .item a:hover .txt {
  opacity: 1;
}

.slick01 .item .txt .small {
  font-size: 60%;
}

.slick01 .item:nth-child(odd) {
  margin-top: 50px;
}

[data-element-id].slick01 .slick-track {
    width: 1000px!important;
    transform: unset!important;
}

[data-element-id].slick01 .slick-track > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%!important;
}

[data-element-id].slick01 .slick-track > div li {
    width: 16%;
}

[data-element-id].slick01 .slick-track > div li:nth-child(n + 6) {
    display: none;
}

@media (max-width:1024px) {
  .slick01 .btn-slick.btn-back {
    right: 17%;
  }
}

@media (max-width:599px) {
  .slick01 .item:nth-child(odd) {
    margin-top: 30px;
  }
}


@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;
  }
  .slick01 .btn-slick.btn-back {
    right: 20%;
    padding: 0px 8px 0 5px;
  }
  .slick01 .btn-slick.btn-next {
    padding: 0px 5px 0 8px;
  }
}

/* list */
.list-post {
  position: relative;
}

.list-post dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e1e1e1;
}
/* .list-post dl:last-child {
  border-bottom: 1px solid #e1e1e1;
} */

.post-date {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 25px 0;
  flex-shrink: 0;
}

.post-ttl {
  margin-left: 4rem;
}

.post-ttl a {
  width: 100%;
  height: 100%;
  padding: 25px 0;
}

.list-post .post-cate {
  margin: 0 15px;
}

.post-cate {
  background: var(--color-primary);
  color: #fff;
  padding: 0 10px;
  border-radius: 15px;
  font-size: 12px;
  min-width: 70px;
  text-align: center;
}

.post-cate.ブログ {
  background: var(--color-01);
}

.list-check {
  position: relative;
}

.list-check li {
  position: relative;
  padding-left: 1rem;
  font-size: 20px;
  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;
    display: block;
  }
  .list-post .post-ttl {
    display: block;
    margin-top: 10px;
    margin-left: 1rem;
  }
  .post-date {
    padding: 20px 0 0;
  }
  
  .post-ttl a {
      padding: 10px 0;
  }
}

@media (max-width: 599px) {
  .list-check li {
    line-height: 1.5;
  }
}

.list01 {
  position: relative;
}

.list01 li {
  position: relative;
  padding-left: 1rem;
  font-size: 20px;
  line-height: 2;
}

.list01 li + li {
  margin-top: 20px;
}

.list01 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: 599px) {
  .list01 li {
    line-height: 1.5;
  }
}

.list02 {
  position: relative;
}

.list02 li {
  position: relative;
  padding-left: 1.6rem;
  font-size: 20px;
  line-height: 2;
}

.list02 li:before {
  content: "\f00c";
  font-family: "font awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 30%;
  left: 0;
  line-height: 100%;
  color: var(--color-primary);
}

@media (max-width: 599px) {
  .list02 li {
    line-height: 1.5;
  }
}

.list03 dl {
  position: relative;
  border-bottom: 2px dashed var(--color-primary);
  padding: 5px 0;
}

.list03 dl:nth-child(1) {
  border-top: 2px dashed var(--color-primary);
}
.list03 dl dt {
  font-size: 20px;
  font-weight: bold;
}

.list03 dl dd {
  text-align: left;
  margin-top: 10px;
  padding-left: 2rem;
}

@media (max-width:599px) {
  .list03 dl dd {
    padding-left: 1rem;
  }
}

.list04 dl {
  position: relative;
  padding: 10px 0;
}

.list04 dl dt {
  border-bottom: 1px dashed var(--color-primary);
  width: 100%;
  padding: 10px 0;
  color: var(--color-primary);
  font-weight: bold;
}

.list04 dl dd {
  width: 100%;
  padding: 10px 0 10px 1rem;
}

.list04 dl dd .other-txt {
    display: none;
}

[data-element-id].list04 dl dd .other-txt {
    display: block;
}

.list04 dl dd .other-txt.その他 {
    display: inline-block;
}

.list05 li {
  position: relative;
  padding: 2em;
  border-bottom: 1px solid;
}

.list05 li dl {
  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;
}

.list05 li dl dt {
  width: 23%;
  font-weight: bold;
  color: var(--color-primary);
  font-size: 20px;
}

.list05 li dl dd {
  width: 75%;
}

@media (max-width: 599px) {
  .list05 li {
    padding: 1rem;
  }
  .list05 li dl dt {
    width: 100%;
  }
  .list05 li dl dd {
    width: 100%;
    margin-top: 20px;
    padding-left: 1rem;
  }
}

.list06 {
  position: relative;
}

.list06 li {
  position: relative;
  padding-left: 2.5rem;
  font-size: 20px;
  line-height: 2;
}

.list06 li + li {
  margin-top: 20px;
}

.list06 li:before {
  content: "";
  background: url('/import/tenant_1/153.121.57.50/html/image/top/list.webp') 0 0 no-repeat;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  left: 0;
}

@media (max-width: 599px) {
  .list06 li {
    line-height: 1.5;
  }
}

.list-faq .item {
  margin-bottom: 30px;
}
.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;
  color: #fff;
  background-color: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.list-faq .datattl:before {
  content: "Q";
  font-weight: bold;
  font-size: 20px;
  color: var(--color-primary);
  background: #fff;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  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;
}
.list-faq .datattl:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  color: #fff;
  content: "+";
  text-align: center;
  font-size: 30px;
  line-height: 26px;
}
.list-faq .datattl.is-parent:after {
  content: "−";
  line-height: 30px;
}
.list-faq .data {
  position: relative;
  display: none;
  padding-top: 20px;
  padding-left: 95px;
  padding-bottom: 30px;
  padding-right: 50px;
  background-color: var(--color-03);
  border-radius: 0 0 5px 5px;
}

[data-element-id].list-faq .data {
  display: block;
}
.list-faq .data:before {
  content: "A";
  position: absolute;
  top: 15%;
  left: 30px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background: var(--color-primary);
  border-radius: 100%;
  width: 45px;
  height: 45px;
  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;
}
@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;
  }
}

/* ##### ページネーション pager ##### */
.pager {
  width: 100%;
  margin: 50px 0;
}

.pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager-list li {
  width: 40px;
  height: 40px;
  margin: 0 10px;
}

.pager-list li a,
.pager-list li .now {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  font-size: 20px;
  color: #233951;
  line-height: 1;
  border: 1px solid #233951;
  background-color: white;
  position: relative;
}

.pager-list li a a:hover,
.pager-list li .now a:hover {
  color: inherit;
  background-color: #233951;
  opacity: 1;
}

.pager-list li a:focus,
.pager-list li .now:focus {
  outline: none;
}

.pager-list li a:hover,
.pager-list li .now {
  color: white;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  opacity: 1;
}

.pager-list .arrow a::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-top: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
}

.pager-list .arrow a:hover {
  color: white;
}

.pager-list .arrow a:hover::before {
  border-top: 2px solid white;
  border-right: 2px solid white;
}

.pager-list .arrow.-prev a::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.pager-list .arrow.-next a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .pager {
    margin: 30px 0;
  }

  .pager-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pager-list li {
    margin: 0 5px;
  }
}

/* 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%;
}

/* header */
.h1-wrap h1 {
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 10px;
  z-index: 1;
  text-shadow: 1px 1px 5px rgb(255 255 255 / 80%), -1px -1px 5px rgb(255 255 255 / 80%), -1px 1px 5px rgb(255 255 255 / 80%), 1px -1px 5px rgb(255 255 255 / 80%);
  padding-right: 45px;
}

.h1-wrap {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding-top: 30px;
}

header .left {
  width: 20%;
}
header .left .pic {
  max-width: 150px;
  width: 80%;
}

header .left .address {
  font-size: 10px;
  letter-spacing: 2px;
  margin-top: 3px;
  white-space: nowrap;
}

header .right {
  width: 65%;
}

[data-element-id] header .right {
    width: 100%;
}
header .right .txt {
  font-size: 14px;
}

header .inner {
  max-width: 1200px;
}


header.fixed .left .address {
  display: none;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 0px 4px 2px -2px rgb(0 0 0 / 20%);
  box-shadow: 0px 4px 2px -2px rgb(0 0 0 / 20%);
  padding-top: 0;
}
header.fixed .right {
  flex-grow: 1;
}
@media (max-width: 1024px) {
  header {
    padding: 20px 0;
  }
  header .left {
    display: none;
  }
}

@media (max-width: 599px) {
  .h1-wrap h1  {
    padding-right: 0;
  }
  header {
    padding: 0;
  }
  header .left {
    width: 100%;
    text-align: center;
  }
  header .left .address {
    display: none;
  }
}

/* gnav */
#gnav {
  padding: 20px 0;
}

#gnav .toggle {
  background: var(--color-01);
}

#gnav li {
  display: inline-block;
}

#dropmenu {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
}

[data-element-id] #dropmenu {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 100%;
  justify-content: flex-start;
}

#dropmenu li a {
  letter-spacing: 1px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  color: var(--color-primary);
}

#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: var(--color-primary);
  -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;
  position: static;
  width: 200px;
}

.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 .accordion-body {
    background: rgba(255, 255, 255, 0.8);
  }

  #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;
  }
  #gnav .accordion-inner .mobi-info .address {
    margin-top: 10px;
    font-size: 12px;
  }
  .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-weight: normal;
  }

  #dropmenu .dropdown ul li:last-of-type {
    border-bottom: none;
  }

  #dropmenu .dropdown ul li a {
    background-color: unset;
    width: 100%;
    color: #000;
    padding: 10px 15px;
    font-size: 16px;
  }

  #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%;
  }

  #gnav.fixed {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }

  #gnav {
    padding: 0;
  }

  #dropmenu .sp-only {
    display: block;
  }
}

@media (max-width: 599px) {
  #gnav.action .accordion-body {
    width: 100%;
    margin-left: 0;
  }
}

/* ハンバーガー */

@media only screen and (max-width: 1024px) {
  #gnav .toggle {
    display: block !important;
    position: fixed !important;
    width: 42px;
    height: 42px;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 251;
  }

  #gnav .toggle .bar {
    display: block;
    background: #fff;
    height: 2px;
    width: 28px;
    text-indent: 9999px;
    padding: 0;
    top: 50%;
    left: 7px;
    margin-top: -1px;
    position: absolute;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
  }

  #gnav .toggle .bar:before {
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 28px;
    position: absolute;
    top: -10px;
    left: 0;
  }

  #gnav .toggle .bar:after {
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 28px;
    position: absolute;
    top: 10px;
    left: 0;
  }

  #gnav.action .toggle .bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #gnav.action .toggle .bar:after,
  #gnav.action .toggle .bar:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
  }

  #gnav .accordion-body {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transition: height ease 0.1s, opacity ease 0.4s;
    transition: height ease 0.1s, opacity ease 0.4s;
    background: rgba(255, 255, 255, 0.8);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: -10;
  }

  #gnav.action .accordion-body {
    height: 100vh;
    opacity: 1;
    z-index: 250;
  }

  #gnav .accordion-inner {
    width: 100%;
    padding: 60px 10px 100px 10px;
  }

  #gnav li {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #333;
    padding: 0;
    margin: 0;
  }

  #gnav ul li a {
    display: block;
    color: #000;
    text-align: left;
    padding: 10px 15px;
    border: none;
  }

  .overlay:after {
    content: "";
    width: 100%;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 150;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}

@media (max-width: 599px) {
  #gnav .toggle {
    top: unset;
    bottom: 0px;
    width: 60px;
    height: 60px;
  }
  #gnav .toggle .bar {
    width: 46px;
  }
  #gnav .toggle .bar:before {
    width: 46px;
  }
  #gnav .toggle .bar:after {
    width: 46px;
  }
}

/* top-mv */

.top-mv {
  position: relative;
}

.top-mv .inner {
  max-width: 1000px;
  margin-right: 0;
}

.top-mv .pbox {
  width: 100%;
}
.top-mv .pic {
  position: relative;
  display: block;
  width: 100%;
}

.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: 45%;
  left: 8%;
}

.top-mv .tit-box .txt {
  font-size: 60px;
  font-size: clamp(1.5rem, 0.536rem + 3.96vw, 3.75rem);
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 10px 0px;
  position: relative;
  color: #424240;
  font-weight: bold;
  color: var(--color-primary);
  position: relative;
}

.top-mv .tit-box .txt:before {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  position: absolute;
  top: -30px;
  left: -40px;
  background: url('/import/tenant_1/153.121.57.50/html/image/top/head-deco.webp') 0 0 no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

.top-mv img {
  width: 100%;
}

.top-mv .uk-slidenav-position {
  overflow: hidden;
  position: relative;
}

.top-mv .uk-slidenav-position:after {
  content: "";
  display: block;
  padding-top: 60%;
}

.top-mv .uk-slideshow {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
}

.top-mv .uk-slideshow li {
  height: 100% !important;
}

.top-mv .uk-slideshow .uk-flex {
  height: 100%;
}

.top-mv .uk-slideshow img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

@media (max-width: 1024px) {
  .top-mv .uk-slidenav-position:after {
    padding-top: 90%;
  }
  .top-mv .inner {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .top-mv .uk-slidenav-position:after {
    padding-top: 140%;
  }

  .uk-slideshow li div {
    height: 100%;
  }

  .top-mv .inner {
    width: 100%;
  }
}

@media (min-width: 1301px) {
  .top-mv .tit-box {
    position: relative;
    flex-shrink: 0;
  }
  
  .top-mv .inner .box {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
  }
  
  .top-mv .inner {
      margin: auto;
      max-width: 1300px;
  }

}

.scroll-bar {
  position: absolute;
  right: 10%;
  z-index: 21;
  bottom: -8%;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
}

.scroll-bar .txt {
  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;
  color: var(--color-primary);
}

.scroll-bar .txt:after {
  content: "";
  display: block;
  width: 1px;
  height: 160px;
  background: var(--color-primary);
  margin-top: 20px;
}

/* under-mv */
.under-mv {
  position: relative;
}

.under-mv .pbox {
  border-radius: 0 0 0 100px;
  overflow: hidden;
}

.under-mv .pic {
  position: relative;
  display: block;
  width: 100%;
}

.under-mv .pic:after {
  content: "";
  display: block;
  padding-top: 35%;
}

.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: 20%;
}

.under-mv .tit-box .tit {
  font-size: 44px;
  letter-spacing: 2px;
  width: 100%;
  padding: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  text-shadow: 1px 1px 5px rgb(255 255 255 / 80%), -1px -1px 5px rgb(255 255 255 / 80%), -1px 1px 5px rgb(255 255 255 / 80%), 1px -1px 5px rgb(255 255 255 / 80%);
  color: var(--color-primary);
}

.under-mv .tit-box .en {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  color: #75abda;
}

@media (max-width: 599px) {
  .under-mv .pic:after {
    padding-top: 90%;
  }
}

/* ##### パンくずリスト 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-01);
}

.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: 100%;
  }

  .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 ここまで ##### */

/* footer */
#footer {
  padding: 100px 0 30px;
  position: relative;
}

.foot-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.foot-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}

.foot-bg .pic {
  height: 100%;
}

#footer > * {
  color: #fff;
}

#footer .footer-bottom,
#footer .copy {
  position: relative;
  z-index: 3;
}

#footer .map {
    padding-top: 65%;
}

.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.foot-access .left {
  width: 48%;
}

.foot-access .right {
  width: 48%;
}

.logo-area {
  margin: 0 0 30px 0;
  text-align: center;
}

.logo-area a {
  display: inline-block;
}

.foot-access .tel {
  margin-top: 10px;
}

.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;
  background: #fff;
  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;
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid;
}
.foot-nav .block {
  width: 23%;
}

.foot-nav .block a {
  position: relative;
  display: inline-block;
  padding: 10px 20px 0;
}

.foot-nav .block .a {
    position: relative;
    display: inline-block;
    padding: 10px 20px 0;
}

.foot-nav .block .child a {
  font-size: 16px;
}

.foot-nav .block .child a:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}

.footer_kotei {
  display: block;
  position: fixed;
  right: 0;
  top: 10%;
  z-index: 11;
}

::-webkit-full-page-media, _:future, :root .footer_kotei {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.footer_kotei .pc a {
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 20px 15px;
  background: url('/upload/tenant_1/process/af0213aabfa9ee5228cf9015b837a1f4.webp') 0 0;
  background-size: 100% 100%;
}

.footer_kotei .pc.type-b a {
    background: var(--color-01);
}

.footer_kotei .i {
  display: none;
}

.footer_kotei .access {
  margin-top: 20px;
}

.footer_kotei .pc a .en {
  font-size: 20px;
  display: inline-block;
  letter-spacing: 3px;
  vertical-align: bottom;
}

.footer_kotei .pc a .ja {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 3px;
}

.footer_kotei .sp {
  display: none;
}

.footer_kotei .sp a {
  height: 100%;
  padding: 20px;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: var(--color-primary);
  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;
}

.footer_kotei .sp a .icon:before {
  content: "\f879";
  font-family: "font awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
}

[data-element-id].footer_kotei .sp {
    display: inline-block;
    position: relative;
    border: 2px solid green;
    order: 3;
}

[data-element-id].footer_kotei .sp:before {
    content: "モバイル固定ボタン";
    display: block;
    background: green;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

[data-element-id].footer_kotei {
    position: relative;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

[data-element-id].footer_kotei .pc a {
    margin-left: auto;
}

.copy {
  font-size: 14px;
  padding: 15px 0;
  margin-top: 100px;
}

/*トップへ戻る*/
.totop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 200;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color-02);
  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: 50px;
  }
}

@media (max-width: 599px) {
  #footer {
    padding-bottom: 120px;
  }
  .foot-access .left {
    width: 100%;
  }
  .foot-access .right {
    width: 100%;
    margin-top: 20px;
  }
  .foot-nav .block {
    width: 48%;
  }

  .logo-area {
    margin: 20px 0;
  }
  .footer_kotei {
    bottom: 0;
    top: unset;
    right: unset;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% - 60px);
    min-height: 60px;
  }

  .footer_kotei .pc a {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    height: 100%;
    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;
  }

  .footer_kotei .pc a .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer_kotei .pc a .en {
    font-size: 16px;
  }

  .footer_kotei .pc a .ja {
    font-size: 10px;
    margin-top: 0;
  }

  .footer_kotei .access {
    margin-top: 0;
    width: 60px;
  }
  .footer_kotei .access a .i {
    display: block;
  }

  .footer_kotei .access a .txt {
    display: none;
  }

  .footer_kotei .sp {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .footer_kotei .sp a {
    padding: 10px;
  }
  .totop {
    bottom: 80px;
  }
}

/* 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;
  }
}

/* banner */
.banner {
  position: relative;
}

.banner .pbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.banner .pbox .pic {
  height: 100%;
}

.banner .tbox {
  position: relative;
  z-index: 3;
  padding: 80px 20px;
}

.banner .pbox:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.banner-recruit {
    margin: 1%;
}

[data-element-id].banner .tbox {
    padding: 0;
    top: 90px;
}

[data-element-id].banner .pbox {
    min-height: 300px;
}

[data-element-id].banner {
    height: 300px;
}

@media (max-width: 599px) {
  .banner .tbox {
    padding: 50px 10px;
  }
}

.box-menu {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.box-menu-item {
  padding: 100px 50px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.box-menu-item:nth-of-type(even) {
  background-color: var(--color-secondery);;
}

.box-menu-item:nth-of-type(even).leaf01:after {
  filter: brightness(2);
}

.box-menu-item:nth-of-type(even) .leaf01:after {
  filter: brightness(2);
}
.box-menu-item:nth-of-type(even) .fead-cover::before {
    background: var(--color-secondery);
}

.box-menu-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-menu-img {
  width: 40%;
}

.box-menu-list {
  width: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 2em;
}

.box-menu-note {
  padding: 1em;
  border: 1px solid #dcdcdc;
  border-radius: 15px;
  background-color: white;
}

.box-menu .box-menu-img {
  width: 100%;
}
.box-menu .box-menu-list {
  width: 90%;
  margin: auto;
}

@media (max-width: 1024px) {
  .box-menu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .box-menu-item {
    padding: 80px 40px;
  }

  .box-menu-list {
    padding: 1.5em;
  }
  .box-menu .box-menu-img {
    width: 40%;
  }
  .box-menu .box-menu-list {
    width: 10%;
  }
}

@media (max-width: 599px) {
  .box-menu-item {
    padding: 50px 10px;
  }

  .box-menu-list {
    width: 100%;
    padding: 1em;
  }

  .box-menu-img {
    width: 90%;
    margin: auto;
  }
  .box-menu .box-menu-img {
    width: 100%;
  }
  .box-menu .box-menu-list {
    width: 90%;
  }
}

.list-menu {
  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;
  padding: 1.5em 1em;
}

.list-menu + .list-menu {
  border-top: 1px dashed var(--color-primary);
}

.list-menu dt,
.list-menu dd {
  font-size: 20px;
}

.list-menu dt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: bold;
}

.list-menu dd {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  margin-left: auto;
}

.list-menu dd .price,
.list-menu dd .note {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.list-menu dd .note {
  display: inline-block;
  margin-left: 1em;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .list-menu {
    padding: 1em 1em;
  }

  .list-menu dt,
  .list-menu dd {
    font-size: 16px;
  }
}

@media (max-width: 599px) {
}

.list-inpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[data-element-id].list-inpage > div {
    display: flex;
    flex-wrap: wrap;
}

.list-inpage li {
  min-width: 25%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 1%;
}

.list-inpage li [class*="btn"] {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.list-inpage li [class*="btn"] a {
  width: 100%;
  height: 100%;
  text-align: center;
}

@media (max-width: 1024px) {
  .list-inpage li [class*="btn"] a {
    font-size: 14px;
  }

  .list-inpage li [class*="btn"] a::after {
    bottom: -5px;
    right: -5px;
  }
}

@media (max-width: 599px) {
  .list-inpage li {
    width: 48%;
    margin-bottom: 2%;
  }

  .list-inpage li [class*="btn"] a {
    padding: 1em 0.5em;
    font-size: 12px;
  }

  .list-inpage li [class*="btn"] a::after {
    border-bottom: 1px solid #5f3003;
    border-right: 1px solid #5f3003;
  }
}

.column2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.column2 .side {
  width: 200px;
}
.column2 .mainwrap {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 1024px) {
  .column2 .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 599px) {
  .column2 .side {
    width: 100%;
    display: block;
  }
  .column2 .mainwrap {
    width: 100%;
    margin-bottom: 50px;
  }
}

/* サイドメニュー */
.side .list {
  margin-bottom: 30px;
  margin-left: -999rem;
  padding: 3em 2em 3em 3em;
  padding-left: 999rem;
  border-radius: 0 2em 2em 0;
  background: var(--color-01);
  color: #fff;
}

/* @media (max-width: 1024px) {
  .side .list {
    padding: 3em 1.5em 3em 3em;
  }
} */

@media only screen and (max-width: 599px) {
  .side {
    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;
  }
  .side .list {
    width: 100%;
    margin-left: 0;
    margin-left: 0;
    padding-left: 20px;
  }
}
.list-side .datattl {
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}
.list-side .data {
  margin-bottom: 10px;
  padding-left: 10px;
}
.list-side a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.list-side a:before {
  position: absolute;
  left: 0;
  color: inherit;
  content: "ー";
}
@media only screen and (max-width: 599px) {
  .list-side.type-archive .datawrap {
    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;
  }
  .list-side.type-archive .datawrap .datattl {
    width: 100%;
  }
  .list-side.type-archive .datawrap .data {
    width: 48%;
  }
}
/* 記事一覧ページ */
.list-article .cate span {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  padding: 0 10px;
  margin: 0 5px 2px 0px;
  border-radius: 10px;
}

.list-article .item {
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--color-01);
}

.list-article .item + .item {
  margin-top: 20px;
}

[data-element-id].list-article .item .meta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[data-element-id].list-article .item .meta .time {
  -ms-flex-negative: initial;
  flex-shrink: initial;
}

/* 記事詳細ページ */
.articledtl01 .cate span {
  display: inline-block;
  background: var(--color-01);
  color: #fff;
  padding: 0 10px;
  margin: 0 5px 2px 0px;
  border-radius: 10px;
}

.articledtl01 .meta {
  text-align: center;
}
.detail-txt 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);
  margin-top: 30px;
}

.detail-txt 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);
  margin-top: 20px;
}

.detail-txt h4 {
  border-bottom: 1px solid var(--color-01);
  margin-bottom: 10px;
  font-size: clamp(1rem, 0.946rem + 0.22vw, 1.125rem);
  margin-top: 20px;
}

/* recommend */
.area-recommend .list-article .item {
  margin-top: 20px;
}

/* お客様の声 */
.voice01 .item {
  position: relative;
}

.voice01 .item a {
  display: block;
}

.voice01 .item .pbox {
  /* width: 80%;
  margin: auto; */
  position: relative;
  overflow: hidden;
}

.voice01 .item .more {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-01);
  color: #fff;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  margin-top: -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;
}

.voice01 .item .tit {
  padding: 20px 0 10px;
  font-weight: bold;
  text-align: center;
}

.voice01 .item .cate {
  margin-bottom: 10px;
}

.voice01 .item .cate span {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  padding: 0 10px;
  margin: 0 5px 2px 0px;
  border-radius: 10px;
}

.voice01 .item a:hover {
  opacity: 1;
}

.voice01 .item a:hover .more {
  padding: 5px 30px;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .voice01 .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .voice01 .item .pbox {
    width: 30%;
  }

  .voice01 .item .tbox {
    width: 65%;
  }

  .voice01 .item a .tit {
    padding: 5px 0 10px;
    text-align: left;
  }

  .voice01 .item a .sub {
    position: static;
  }

  .voice01 .item a .sub span {
    width: auto;
    height: auto;
    border-radius: 10px;
  }

  .voice01 .item a .sub:after {
    display: none;
  }

  .voice01 .item a .more {
    display: none;
  }
  .voice01 .item a:hover {
    opacity: 0.6;
  }
}

.voice02 .info .tit {
  font-weight: bold;
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.voice02 .pbox02 .txt {
  font-weight: bold;
  margin-bottom: 5px;
}

/* ##### form ##### */
.must {
  display: inline-block;
  margin-top: 0.2em;
  padding: 3px 15px;
  font-size: 10px;
  color: white;
  line-height: 1.2;
  border-radius: 3px;
  background-color: var(--color-primary);
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-item dt,
.contact-item dd {
  padding: 15px;
}

.contact-item dt {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-item dt .text-wrap {
  display: block;
}

.contact-item dt .text-wrap span {
  display: block;
}

.contact-item dt .text-wrap .sub {
  font-family: "Montserrat", sans-serif;
  font-size: 80%;
}

.contact-item dt .must {
  margin-left: 10px;
}

.contact-item dd {
  width: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.contact-item dd input,
.contact-item dd textarea {
  width: 100%;
  padding: 15px 10px;
  outline: none;
  border: none;
  background-color: #eee;
}

.contact-item dd textarea {
  min-height: 200px;
}

.contact-item dd.radiobtn label {
  display: inline-block;
  padding: 0 10px 0 30px;
  position: relative;
}

.contact-item dd.radiobtn label::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #dcdcdc;
  border-radius: 3px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-item dd.radiobtn label:hover {
  text-decoration: underline;
  cursor: pointer;
}

.contact-item dd.radiobtn input {
  display: none;
}

.contact-item dd.radiobtn input:checked + label {
  text-decoration: underline;
}

.contact-item dd.radiobtn input:checked + label::after {
  content: "\f00c";
  width: 0;
  height: 0;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: var(--color-primary);
  line-height: 1;
  background-color: transparent;
  position: absolute;
  top: -3px;
  left: 2px;
}

.contact-item dd.radiobtn input + label {
  margin-left: 15px;
}

.contact-item dd .code-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 10px;
}

.contact-item dd .code-wrap span {
  display: inline-block;
}

.contact-item dd .code-wrap .input-code3 {
  width: 150px;
  max-width: 40%;
}

.contact-item dd .code-wrap .input-code4 {
  width: 200px;
  max-width: 50%;
}

.contact-item dd .code-wrap .hyphen {
  margin: 0 5px;
}

.contact-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.contact-btns li {
  margin-left: 30px;
  margin-right: 30px;
}

.contact-btns li button {
  font-size: 16px;
}

@media (max-width: 1024px) {
  .contact-item dt,
  .contact-item dd {
    width: 100%;
    padding: 10px;
  }

  .contact-item dt {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contact-item dd.radiobtn label {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .contact-btns {
    margin-top: 30px;
  }

  .contact-btns li {
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 599px) {
  .contact-item dd {
    padding-top: 0;
  }

  .contact-item dd.radiobtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-item dd.radiobtn label {
    margin-bottom: 20px;
  }

  .contact-item + .contact-item {
    margin-top: 10px;
  }

  .contact-btns li {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.area-deco01 .pic {
  max-width: 200px;
  margin: auto;
}

