@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

:root {
  --color00: #212121;
  --color01: #f97f12;
  --color02: #fef0e0;
  --color03: #fad70a;
  --color04: #6589da;
  --color05: #d65c5b;
  --ff01: "Zen Maru Gothic", sans-serif;
  --ff99: "font awesome 5 free";
  --shadow01: 1px 2px 2px rgb(0 0 0 / 10%);
}

html {
  font-family: var(--ff01);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .8px;
  color: var(--color00);
}

.text {
  line-height: 1.8;
}

.date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.more {
  font-size: 10px;
  position: relative;
  padding-right: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.more::after {
  content: "\f054";
  font-family: var(--ff99);
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

a:hover .more::after {
  right: -5px;
}

@media(max-width:1024px) {
  .text {
    font-weight: 500;
    letter-spacing: 0;
  }
}

.up-ls-0 {
  letter-spacing: 0;
}

/*===================================
  基本設定
===================================*/
.color-cmn-01 {
  color: var(--color01);
}

.color-cmn-02 {
  color: var(--color02);
}

.color-cmn-03 {
  color: var(--color03);
}

.color-cmn-04 {
  color: var(--color04);
}

/* bgc */
.bgc-cmn-01 {
  background-color: var(--color01);
}

.bgc-cmn-02 {
  background-color: var(--color02);
}

.bgc-cmn-03 {
  background-color: var(--color03);
}

.bgc-cmn-04 {
  background-color: var(--color04);
}

/* bgi */
.bgi-cmn-00 {
  position: relative;
}

.bgi00 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .2;
}

.bgi00.filter01 img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.bgi00+* {
  z-index: 2;
  position: relative;
}

.bgi-cmn-01 {
  position: relative;
  margin-bottom: -150px;
}

.bgi-cmn-01-inner {
  background-color: var(--color02);
}

.bgi-cmn-01::after {
  content: "";
  background: url('/import/tenant_1/162.43.22.50/html/images/common/part_01.webp') no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1300 / 203;
  display: block;
  /* position: absolute;
  left: 0;
  bottom: -200px; */
}

@media(max-width:1024px) {
  .bgi-cmn-01 {
    margin-bottom: -100px;
  }
}

@media(max-width:599px) {
  .bgi-cmn-01 {
    margin-bottom: -30px;
  }
}

.bgi-cmn-02 {
  position: relative;
  background-color: var(--color01);
}

.bgi-cmn-02-part::before,
.bgi-cmn-02-part::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
}

.bgi-cmn-02-part.-top::before,
.bgi-cmn-02-part.-top::after {
  top: -1px;
  aspect-ratio: 290/317;
  width: 22rem;
}

.bgi-cmn-02-part.-top::before {
  background-image: url('/import/tenant_1/162.43.22.50/html/images/common/parts_02_tl.webp');
}

.bgi-cmn-02-part.-top::after {
  background-image: url('/import/tenant_1/162.43.22.50/html/images/common/parts_02_tr.webp');
}

.bgi-cmn-02-part.-bottom::before,
.bgi-cmn-02-part.-bottom::after {
  bottom: -1px;
  aspect-ratio: 367/267;
  width: 30rem;
}

.bgi-cmn-02-part.-bottom::before {
  background-image: url('/import/tenant_1/162.43.22.50/html/images/common/parts_02_bl.webp');
}

.bgi-cmn-02-part.-bottom::after {
  background-image: url('/import/tenant_1/162.43.22.50/html/images/common/parts_02_br.webp');
}

.bgi-cmn-02-part.-top::before,
.bgi-cmn-02-part.-bottom::before {
  left: -1px;
}

.bgi-cmn-02-part.-top::after,
.bgi-cmn-02-part.-bottom::after {
  right: -1px;
}

.bgi-cmn-02-inner {
  position: relative;
  z-index: 2;
}

.bgi-cmn-03 {
  position: relative;
  background-color: var(--color02);
  margin-top: 5rem;
}

.bgi-cmn-03::before {
  content: "";
  width: 100%;
  height: 5rem;
  position: absolute;
  left: 0;
  top: -5rem;
  -webkit-clip-path: polygon(50% 0, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
  background-color: var(--color02);
}

@media(max-width:1024px) {

  .bgi-cmn-02-part.-top::before,
  .bgi-cmn-02-part.-top::after {
    width: 12rem;
  }

  .bgi-cmn-02-part.-bottom::before,
  .bgi-cmn-02-part.-bottom::after {
    width: 15rem;
  }

  .bgi-cmn-03 {
    margin-top: 3rem;
  }

  .bgi-cmn-03::before {
    height: 3rem;
    top: -2.95rem;
  }
}

@media(max-width:599px) {

  .bgi-cmn-02-part.-top::before,
  .bgi-cmn-02-part.-top::after {
    width: 8rem;
    /* opacity: .8; */
  }

  .bgi-cmn-02-part.-bottom::before,
  .bgi-cmn-02-part.-bottom::after {
    width: 10rem;
  }

  .bgi-cmn-03 {
    margin-top: 2rem;
  }

  .bgi-cmn-03::before {
    height: 2rem;
    top: -1.95rem;
  }
}

/* font */
.font-cmn-01 {
  font-family: var(--ff01);
}

.font-cmn-02 {
  font-family: var(--ff02);
}

.font-cmn-03 {
  font-family: var(--ff03);
}

/* heading-01 */
.heading-01 {
  font-size: 49px;
  padding-left: .8em;
  position: relative;
  opacity: 1;
  padding-top: 0.5em;
}

.heading-01.-center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.heading-01.-white {
  color: #fff;
}

.heading-01 .heading-inner {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.heading-01.mv .heading-inner {
  opacity: 1;
}

.heading-01::before {
  content: "";
  width: 2.5em;
  aspect-ratio: 1;
  display: block;
  background-color: var(--color02);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  scale: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.heading-01.-circle-white::before {
  background-color: #fff;
}

.heading-01.-white::before {
  opacity: 0.2;
}

.heading-01.mv::before {
  scale: 1;
}

@media(max-width:1024px) {
  .heading-01 {
    font-size: 40px;
    padding-left: .5em;
    padding-top: 0.25em;
  }

  .heading-01::before {
    width: 2em;
    top: .05em;
  }
}

@media(max-width:599px) {
  .heading-01 {
    font-size: 26px;
    letter-spacing: 0;
  }

  .heading-01.-min {
    font-size: 23px;
  }
}

/* sub-cmn */
.sub-heading-01 {
  font-size: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media(max-width:1024px) {
  .sub-heading-01 {
    font-size: 20px;
  }
}

@media(max-width:599px) {
  .sub-heading-01 {
    font-size: 18px;
  }
}

.sub-heading-02 {
  font-size: 26px;
  letter-spacing: 0;
}

@media(max-width:1024px) {
  .sub-heading-02 {
    font-size: 20px;
  }
}

@media(max-width:599px) {
  .sub-heading-02 {
    font-size: 18px;
  }
}

/* heading-space */
.heading-space-01 {
  margin-bottom: 80px;
}

.heading-space-02 {
  margin-bottom: 50px;
}

.sub-heading-space-01 {
  margin-bottom: 30px;
}

.sub-heading-space-02 {
  margin-bottom: 20px;
}

@media(max-width:1024px) {
  .heading-space-01 {
    margin-bottom: 50px;
  }

  .heading-space-02 {
    margin-bottom: 40px;
  }

  .sub-heading-space-01 {
    margin-bottom: 20px;
  }

  .sub-heading-space-02 {
    margin-bottom: 10px;
  }
}

@media(max-width:599px) {
  .heading-space-01 {
    margin-bottom: 30px;
  }

  .heading-space-02 {
    margin-bottom: 30px;
  }
}

/* btn-cmn- */
.btn-cmn-01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-cmn-01.-center {
  margin-right: auto;
  margin-left: auto;
}

.btn-cmn-01 a,
.btn-cmn-01 button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color01);
  background-color: var(--color02);
  padding: 1rem 2rem;
  min-width: 220px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10rem;
  position: relative;
  -webkit-box-shadow: var(--shadow01);
  box-shadow: var(--shadow01);
  font-weight: 600;
}

.btn-cmn-01 button:hover {
  opacity: 1;
}

.btn-cmn-01.-white a,
.btn-cmn-01.-white button {
  background-color: #fff;
}

.btn-cmn-01.-orange a,
.btn-cmn-01.-orange button {
  background-color: var(--color01);
  color: #fff;
}

.btn-cmn-01.-back a,
.btn-cmn-01.-back button {
  background-color: #949494;
  color: #fff;
}

.btn-cmn-01 a:hover,
.btn-cmn-01 button:hover {
  opacity: 1;
  background: var(--color01);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}

.btn-cmn-01.-orange a:hover,
.btn-cmn-01.-orange button:hover {
  background-color: #fff;
  color: var(--color01);
}

.btn-cmn-01.-back a:hover,
.btn-cmn-01.-back button:hover {
  background-color: #686868;
  color: #fff;
}

.btn-cmn-01 a::after,
.btn-cmn-01 button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 10px;
  background-color: var(--color01);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.btn-cmn-01.-orange a::after,
.btn-cmn-01.-orange button::after {
  background-color: #fff;
}

.btn-cmn-01.-orange a:hover::after,
.btn-cmn-01.-orange button:hover::after {
  background-color: var(--color01);
}

.btn-cmn-01 a:hover::after,
.btn-cmn-01 button:hover::after {
  right: 5px;
  background-color: #fff;
}

.btn-cmn-01.-back a::after,
.btn-cmn-01.-back button::after {
  right: auto;
  left: 10px;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background-color: #fff;
}

.btn-cmn-01.-back a:hover::after,
.btn-cmn-01.-back button:hover::after {
  left: 5px;
  background-color: #fff;
}

@media(max-width:599px) {

  .btn-cmn-01 a,
  .btn-cmn-01 button {
    padding: .8rem 2rem;
    font-weight: 500;
  }

  .btn-cmn-01.-min a,
  .btn-cmn-01.-min button {
    min-width: 160px;
  }
}

.btn-cmn-02 a {
  background-color: #fff;
  border-radius: 100px;
  border: 4px solid var(--color01);
  padding: .6rem 2rem;
  min-height: 4.5rem;
  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;
  gap: .5rem;
  font-size: 20px;
  -webkit-box-shadow: var(--shadow01);
  box-shadow: var(--shadow01);
}

.btn-cmn-02 a .btn-icon {
  width: 50px;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn-cmn-02 a:hover {
  opacity: 1;
  background-color: var(--color01);
  color: #fff;
  border-color: #ffb069;
}

.btn-cmn-02 a:hover .btn-icon {
  -webkit-filter: invert(1) brightness(10);
  filter: invert(1) brightness(10);
}

@media(max-width:1024px) {
  .btn-cmn-02 a {
    font-size: 18px;
    border: 3px solid var(--color01);
    min-height: 4rem;
    padding: .6rem 1rem;
  }

  .btn-cmn-02 a .btn-icon {
    width: 30px;
  }
}

/* btn-space- */
.btn-space-01 {
  margin-top: 50px;
}

.btn-space-02 {
  margin-top: 80px;
}

@media(max-width:1024px) {
  .btn-space-01 {
    margin-top: 40px;
  }

  .btn-space-02 {
    margin-top: 50px;
  }

}

@media(max-width:599px) {
  .btn-space-01 {
    margin-top: 30px;
  }

  .btn-space-02 {
    margin-top: 40px;
  }
}

/* cmn-list */
.cmn-list .cmn-list-item+.cmn-list-item {
  margin-top: 50px;
}

.cmn-list2 .cmn-list2-item+.cmn-list2-item {
  margin-top: 30px;
}

.cmn-list3 .cmn-list3-item+.cmn-list3-item {
  margin-top: 80px;
}

@media(max-width:599px) {
  .cmn-list3 .cmn-list3-item+.cmn-list3-item {
    margin-top: 50px;
  }
}

/* indent-cmn */
.indent-half {
  text-indent: -10px;
}

.indent-cmn-01 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-cmn-02 {
  padding-left: 1em;
  position: relative;
}

.indent-cmn-02 {
  content: "\f058";
  font-family: var(--ff99);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/* other */
.box-cmn-01 {
  background: var(--color05);
  padding: 60px;
}

.box-cmn-01.white {
  background: rgb(255 255 255 / 80%);
}

.box-cmn-02 {
  background: var(--color05);
  padding: 50px;
}

@media(max-width:1024px) {
  .box-cmn-01 {
    padding: 50px 20px;
  }

  .box-cmn-02 {
    padding: 50px 20px;
  }
}

@media(max-width:599px) {
  .box-cmn-01 {
    padding: 30px 10px;
  }

  .box-cmn-02 {
    padding: 30px 15px;
  }

  .box-cmn-01.white {
    background: rgb(255 255 255 / 90%);
  }
}

/* 共通コンテンツ間隔 */

[class*="section-m"],
[class*="section-p"] {
  --section-xlarge: 150px;
  --section-large: 120px;
  --section-medium: 100px;
  --section-small: 80px;
  --section-xsmall: 60px;
}

.section-my-xlarge {
  margin-top: var(--section-xlarge);
  margin-bottom: var(--section-xlarge);
}

.section-mt-xlarge {
  margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
  margin-bottom: var(--section-xlarge);
}

.section-my-large {
  margin-top: var(--section-large);
  margin-bottom: var(--section-large);
}

.section-mt-large {
  margin-top: var(--section-large);
}

.section-mb-large {
  margin-bottom: var(--section-large);
}

.section-my-medium {
  margin-top: var(--section-medium);
  margin-bottom: var(--section-medium);
}

.section-mt-medium {
  margin-top: var(--section-medium);
}

.section-mb-medium {
  margin-bottom: var(--section-medium);
}

.section-my-small {
  margin-top: var(--section-small);
  margin-bottom: var(--section-small);
}

.section-mt-small {
  margin-top: var(--section-small);
}

.section-mb-small {
  margin-bottom: var(--section-small);
}

.section-my-xsmall {
  margin-top: var(--section-xsmall);
  margin-bottom: var(--section-xsmall);
}

.section-mt-xsmall {
  margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
  margin-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
  .section-my-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.8);
    margin-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.8);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-my-large {
    margin-top: calc(var(--section-large) * 0.8);
    margin-bottom: calc(var(--section-large) * 0.8);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.8);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.8);
  }

  .section-my-medium {
    margin-top: calc(var(--section-medium) * 0.8);
    margin-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.8);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-my-small {
    margin-top: calc(var(--section-small) * 0.8);
    margin-bottom: calc(var(--section-small) * 0.8);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.8);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.8);
  }

  .section-my-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.8);
    margin-bottom: calc(var(--section-xsmall) * 0.8);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.8);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.8);
  }
}

@media (max-width: 599px) {
  .section-my-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.6);
    margin-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.6);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-my-large {
    margin-top: calc(var(--section-large) * 0.6);
    margin-bottom: calc(var(--section-large) * 0.6);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.6);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.6);
  }

  .section-my-medium {
    margin-top: calc(var(--section-medium) * 0.6);
    margin-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.6);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-my-small {
    margin-top: calc(var(--section-small) * 0.6);
    margin-bottom: calc(var(--section-small) * 0.6);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.6);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.6);
  }

  .section-my-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.6);
    margin-bottom: calc(var(--section-xsmall) * 0.6);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.6);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.6);
  }
}

.section-py-xlarge {
  padding-top: var(--section-xlarge);
  padding-bottom: var(--section-xlarge);
}

.section-pt-xlarge {
  padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
  padding-bottom: var(--section-xlarge);
}

.section-py-large {
  padding-top: var(--section-large);
  padding-bottom: var(--section-large);
}

.section-pt-large {
  padding-top: var(--section-large);
}

.section-pb-large {
  padding-bottom: var(--section-large);
}

.section-py-medium {
  padding-top: var(--section-medium);
  padding-bottom: var(--section-medium);
}

.section-pt-medium {
  padding-top: var(--section-medium);
}

.section-pb-medium {
  padding-bottom: var(--section-medium);
}

.section-py-small {
  padding-top: var(--section-small);
  padding-bottom: var(--section-small);
}

.section-pt-small {
  padding-top: var(--section-small);
}

.section-pb-small {
  padding-bottom: var(--section-small);
}

.section-py-xsmall {
  padding-top: var(--section-xsmall);
  padding-bottom: var(--section-xsmall);
}

.section-pt-xsmall {
  padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
  padding-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
  .section-py-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.8);
    padding-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.8);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-py-large {
    padding-top: calc(var(--section-large) * 0.8);
    padding-bottom: calc(var(--section-large) * 0.8);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.8);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.8);
  }

  .section-py-medium {
    padding-top: calc(var(--section-medium) * 0.8);
    padding-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.8);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-py-small {
    padding-top: calc(var(--section-small) * 0.8);
    padding-bottom: calc(var(--section-small) * 0.8);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.8);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.8);
  }

  .section-py-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.8);
    padding-bottom: calc(var(--section-xsmall) * 0.8);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.8);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.8);
  }
}

@media (max-width: 599px) {
  .section-py-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.6);
    padding-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.6);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-py-large {
    padding-top: calc(var(--section-large) * 0.6);
    padding-bottom: calc(var(--section-large) * 0.6);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.6);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.6);
  }

  .section-py-medium {
    padding-top: calc(var(--section-medium) * 0.6);
    padding-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.6);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-py-small {
    padding-top: calc(var(--section-small) * 0.6);
    padding-bottom: calc(var(--section-small) * 0.6);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.6);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.6);
  }

  .section-py-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.6);
    padding-bottom: calc(var(--section-xsmall) * 0.6);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.6);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.6);
  }
}

/* slick */
/* slick */
.slick-next,
.slick-prev {
  width: 60px;
  height: 60px;
  z-index: 2;
}

.slick-next {
  right: 4%;
}

.slick-prev {
  left: 4%;
}

button:hover.slick-prev,
button:hover.slick-next {
  opacity: 1;
}

.slick-prev::before,
.slick-next::before {
  font-family: var(--ff99);
  font-weight: bold;
  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;
  letter-spacing: 0;
  background: var(--color01);
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1px solid var(--color01);
  border-radius: 50%;
  overflow: hidden;
  border-width: 2px;
  font-size: 15px;
}

.slick-next::before {
  content: "\f054";
}

.slick-prev::before {
  content: "\f053";
}

button:hover.slick-prev::before,
button:hover.slick-next::before {
  background: #fff;
  color: var(--color01);
}

.slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 2rem;
}

.slick-dots li.slick-active::before {
  content: "";
  background: url('/import/tenant_1/162.43.22.50/html/images/common/character_02.webp') no-repeat;
  background-size: contain;
  aspect-ratio: 904 / 971;
  width: 25px;
  display: block;
  position: absolute;
  top: -10px;
  left: -5px;
  z-index: 2;
  mix-blend-mode: darken;
}

.slick-dots li button:before {
  font-size: 10px;
  color: var(--color01);
  opacity: .5;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--color01);
}

@media(max-width:599px) {
  .slick-next {
    right: 2%;
  }

  .slick-prev {
    left: 2%;
  }

  .slick-next,
  .slick-prev {
    width: 50px;
    height: 50px;
  }
}

/* fead */

.fead-mv.mv {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fead-up.mv {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.fead-order>* {
  opacity: 0;
}

.fead-order>.mv {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fead-text>* {
  opacity: 0;
}

.fead-text .mv {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fead-tit {
  position: relative;
}

.fead-tit:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: var(--color01);
  -webkit-transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  pointer-events: none;
}

.fead-tit.mv:after {
  width: 0;
}

.fead-ball {
  opacity: 1;
  position: relative;
  pointer-events: none;
}

.fead-ball .ball-item {
  scale: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  pointer-events: none;
}

.fead-ball.mv .ball-item {
  scale: 1;
}

.fead-ball::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  margin: 0 auto;
  padding: 0;
  background: var(--color03);
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: 1s cubic-bezier(.662, .115, .88, .1) both;
  animation: 1s cubic-bezier(.662, .115, .88, .1) both;
  pointer-events: none;
}

.fead-ball.mv::before {
  -webkit-animation-name: bound;
  animation-name: bound;
}

@-webkit-keyframes bound {
  from {
    top: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  10% {
    top: 20%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  62% {
    top: 85%;
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
  }

  63% {
    top: 90%;
    -webkit-transform: scale(0.9, 0.8);
    transform: scale(0.9, 0.8);
  }

  65% {
    top: 95%;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
  }

  67% {
    top: 100%;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
  }

  70% {
    top: 95%;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
  }

  72% {
    top: 90%;
    -webkit-transform: scale(0.9, 0.8);
    transform: scale(0.9, 0.8);
  }

  74% {
    top: 85%;
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
  }

  78% {
    top: 80%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  80% {
    top: 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  95% {
    -webkit-transform: scale(.8, .8);
    transform: scale(.8, .8);
  }

  to {
    opacity: 0;
  }
}

@keyframes bound {
  from {
    top: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  10% {
    top: 20%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  62% {
    top: 85%;
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
  }

  63% {
    top: 90%;
    -webkit-transform: scale(0.9, 0.8);
    transform: scale(0.9, 0.8);
  }

  65% {
    top: 95%;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
  }

  67% {
    top: 100%;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
  }

  70% {
    top: 95%;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
  }

  72% {
    top: 90%;
    -webkit-transform: scale(0.9, 0.8);
    transform: scale(0.9, 0.8);
  }

  74% {
    top: 85%;
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
  }

  78% {
    top: 80%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  80% {
    top: 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  95% {
    -webkit-transform: scale(.8, .8);
    transform: scale(.8, .8);
  }

  to {
    opacity: 0;
  }
}

@media(max-width:1024px) {
  .fead-ball::before {
    width: 15px;
    height: 15px;
  }
}

/*影---------------*/
.fead-ball::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 53%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
  width: 18px;
  height: 10px;
  display: block;
  background-color: rgb(0 0 0 / 30%);
  border-radius: 50%;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-animation: 0.7s ease-in forwards;
  animation: 0.7s ease-in forwards;
  pointer-events: none;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateZ(0);
  transform: translateX(-50%) translateZ(0);
}

.fead-ball.mv::after {
  -webkit-animation-name: shadow-black;
  animation-name: shadow-black;
  animation-fill-mode: forwards;
}

@-webkit-keyframes shadow-black {
  from {
    -webkit-transform: translateX(-50%) scale(1, 1);
    transform: translateX(-50%) scale(1, 1);
    opacity: 0.3;
  }

  10% {
    -webkit-transform: translateX(-50%) scale(1, 1);
    transform: translateX(-50%) scale(1, 1);
    opacity: 0.3;
  }

  90% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
    transform: translateX(-50%) scale(0.8, 0.8);
  }

  95% {
    -webkit-transform: translateX(-50%) scale(0.5, 0.5);
    transform: translateX(-50%) scale(0.5, 0.5);
    opacity: 0.8;
    filter: blur(2px);
  }

  99% {
    -webkit-transform: translateX(-50%) scale(0.2, 0.2);
    transform: translateX(-50%) scale(0.2, 0.2);
    opacity: 0;
    filter: blur(1px);
  }

  to {
    -webkit-transform: translateX(-50%) scale(0.2, 0.2);
    transform: translateX(-50%) scale(0.2, 0.2);
    opacity: 0;
    filter: none;
  }
}

@keyframes shadow-black {
  from {
    -webkit-transform: translateX(-50%) scale(1, 1);
    transform: translateX(-50%) scale(1, 1);
    opacity: 0.3;
  }

  10% {
    -webkit-transform: translateX(-50%) scale(1, 1);
    transform: translateX(-50%) scale(1, 1);
    opacity: 0.3;
  }

  90% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
    transform: translateX(-50%) scale(0.8, 0.8);
  }

  95% {
    -webkit-transform: translateX(-50%) scale(0.5, 0.5);
    transform: translateX(-50%) scale(0.5, 0.5);
    opacity: 0.8;
  }

  99% {
    -webkit-transform: translateX(-50%) scale(0.2, 0.2);
    transform: translateX(-50%) scale(0.2, 0.2);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(-50%) scale(0.2, 0.2);
    transform: translateX(-50%) scale(0.2, 0.2);
    opacity: 0;
  }
}



/* show hide */
.show\@pc {
  display: block;
}

.hide\@pc {
  display: none;
}

@media (max-width: 1024px) {
  .show\@tb {
    display: block;
  }

  .hide\@tb {
    display: none;
  }
}

@media (max-width: 599px) {
  .show\@sp {
    display: block;
  }

  .hide\@sp {
    display: none;
  }
}

/* 共通リスト sub-list-box */
.sub-list-box-wrap {
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  margin-top: 2rem;
}

.sub-list-box .list-item {
  padding-left: 1.2em;
  position: relative;
}

.sub-list-box .list-item+.list-item {
  margin-top: 10px;
}

.sub-list-box .list-item::before {
  content: "●";
  color: var(--color01);
  top: 0.35em;
  left: 0;
  position: absolute;
  font-size: 70%;
}

@media(max-width:599px) {
  .sub-list-box-wrap {
    padding: 1.5rem 1rem;
    border-radius: .8rem;
  }
}

/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通ボタン１ */
.btn-cmn01 {
  max-width: 180px;
  margin-top: 50px;
}

.btn-cmn01 a {
  display: block;
  padding: 5px 20px;
  background: #000;
  color: #fff;
  text-align: center;
  position: relative;
}

.btn-cmn01 a:after {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
}

.btn-cmn01.btn-back a:after {
  content: "\f053";
  right: inherit;
  left: 5px;
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
  font-size: 10px;
  max-width: 1300px;
  margin: 0 auto;
  color: var(--color01);
  font-weight: 500;
  padding-right: 130px;
  display: none;
}

@media(max-width:1024px) {
  .pagettl {
    padding: 0px calc(40px + 2%) 0px 0px;
    margin: 0 2%;
  }
}

@media(max-width:599px) {
  .pagettl {
    font-size: 10px;
  }
}

/**
ヘッダー
header
*/
.header {
  padding: 0;
  z-index: 100;
}

.header .header-common {
  z-index: 260;
  position: relative;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2%;
}

.header .right {
  /* -ms-flex-negative: 0;
  flex-shrink: 0; */
  margin-left: 20px;
}

.header .logo a {
  background-color: var(--color01);
  display: block;
  padding: 1rem 3rem 1rem 1.5rem;
  border-radius: 0 10rem 10rem 0;
  max-width: 270px;
  min-width: 150px;
}

.header .logo img {
  width: 100%;
}

.header .right .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: .5s;
  transition: .5s;
}

.fixed .header .right .info-block {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.header .right .info-block .contact a {
  background: var(--color01);
  color: #fff;
  padding: 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fixed .header .right .info-block .contact a {
  padding: 20px 20px 10px;
}

@media (max-width: 1024px) {

  .header .header-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 5px;
  }

  .header .logo a {
    max-width: 220px;
  }

  .header .header-common .right {
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    height: 100dvh;
    background-color: var(--color01);
    color: #fff;
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    padding: 30px;
  }

  .drawer-active .header .header-common .right {
    position: fixed;
    z-index: 250;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .header .right .info-block {
    -webkit-transform: none;
    transform: none;
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    letter-spacing: 0;
  }

  .toggle {
    margin: 0 2% 0 0;
  }
}

@media(max-width:599px) {
  .header .logo a {
    max-width: 180px;
    padding: .8rem 2rem .8rem 1rem;
  }
}

/* 下部固定コンテンツ */
.fix-bottom {
  position: fixed;
  bottom: 12%;
  right: 0;
  z-index: 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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
  -webkit-transition: 1s;
  transition: 1s;
}

.fix-bottom a {
  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;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 12px 10px 15px;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
  background-color: #fff;
  border: 3px solid var(--color01);
  border-right: none;
  font-weight: 800;
  border-radius: 10px 0 0 10px;
  min-height: 130px;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 40%);
  box-shadow: 2px 2px 5px rgb(0 0 0 / 40%);
}

.fix-bottom a:hover {
  background-color: var(--color01);
  color: #fff;
  border-color: #ffa758;
  opacity: 1;
}

.fix-bottom.type-b a{
  background-color: var(--color01);
    border: 3px solid var(--color00);
    border-right: none;
    color: #fff;
    font-weight: 600;
}

.fix-bottom.type-b a:hover {
    background-color: #fff;
    color: var(--color00);
    border-color: var(--color01);
    opacity: 1;
}

.fix-bottom a .item-icon {
  width: 40px;
  -webkit-transition: .5s;
  transition: .5s;
}

.fix-bottom a:hover .item-icon,.fix-bottom.type-b a .item-icon {
  -webkit-filter: invert(1) brightness(10);
  filter: invert(1) brightness(10);
}

.fix-bottom.type-b a:hover .item-icon{
  filter: none;
}

@media (max-width: 1024px) {
  .fix-bottom {
    position: fixed;
    bottom: 4px;
    top: auto;
    -webkit-transform: none;
    transform: none;
    left: 4px;
    z-index: 250;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 8px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 4px;
  }

  .fix-bottom .item {
    width: calc(100% / 2);
    padding: 0;
    border-radius: 0;
  }

  .fix-bottom .item a {
    min-height: 3.5rem;
    border: 3px solid var(--color01);
    border-radius: .5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-weight: 600;
  }
  
  .fix-bottom.type-b .item a{
    border: 3px solid var(--color00);
  }

  .fix-bottom a .item-icon {
    width: 30px;
    -webkit-transition: .5s;
    transition: .5s;
  }
}

@media(max-width:599px) {}

/**
グローバルナビ
gnav
*/
.gnav {
  position: relative;
  z-index: 100;
}

.gnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gnav .list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: .5rem 1.5rem .5rem .5rem;
  border-radius: 10rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.fixed .gnav .list01 {
  background-color: rgb(255 255 255 / 100%);
  -webkit-box-shadow: var(--shadow01);
  box-shadow: var(--shadow01);
}

.gnav .item01 {
  text-align: center;
  font-size: 16px;
}

.gnav .item01>a,
.gnav .item01 .itemin {
  display: block;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0;
  padding: 7px 10px;
  border-radius: 100px;
  position: relative;
  z-index: 2;
}

.gnav .item01.current>a,.gnav .item01>a:hover {
  background-color: var(--color01);
  color: #fff;
  opacity: 1;
}

.gnav .item01 .en {
  line-height: 1;
}

.gnav .item01 .ja {
  font-size: 75%;
  color: var(--color02);
}

.gnav .item01.-parent {
  position: relative;
}

.gnav .item01.-parent:hover .list02 {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.gnav .list02 {
  position: absolute;
  top: calc(100% - 40px);
  left: 50%;
  visibility: hidden;
  padding-top: 60px;
  width: 260px;
  font-size: 15px;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.gnav .list02 .list02-inner {
    padding: 10px;
    background-color: var(--color02);
    border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: var(--shadow01);
}

.gnav .item02 a {
  display: block;
  padding: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 5px;
  background-color: #fff;
}

.gnav .item02:last-of-type a{
  margin-bottom: 0;
}

.gnav .item02.current a{
  background-color: var(--color01);
  color: #fff;
  cursor: auto;
}

.gnav .item02 a:hover {
  background-color: var(--color01);
  color: #fff;
  opacity: 1;
}

@media (max-width: 1024px) {

  body.drawer-active {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
  }

  .header .left,
  .header .pagettl,
  main,
  footer {
    -webkit-transition: .5s;
    transition: .5s;
  }

  .drawer-active .header .left,
  .drawer-active .header .pagettl,
  .drawer-active main,
  .drawer-active footer {
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }

  .gnav {
    margin-top: 40px;
  }

  .right .navlogo {
    max-width: 200px;
  }

  .gnav .list01 {
    gap: 20px;
  }

  .fixed .gnav .list01 {
    background: none;
  }

  .gnav .item01 {
    /* margin: 0 0 10px 0; */
    width: 100%;
    text-align: left;
  }
  
  .gnav .item01>a,
  .gnav .item01 .itemin{
    font-size: 16px;
    padding: 0;
  }

  .gnav .item01.-parent.-btn>a {
    padding: 0;
    border-radius: 0;
  }

  .gnav .list02 {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    padding-top: 0;
    background: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    margin-top: 5px;
    pointer-events: auto;
  }
  
  .gnav .list02 .list02-inner{
    padding: 0;
    background-color: unset;
    border-radius: 0;
    border: none;
    box-shadow: none;
  }

  .gnav .list02 a {
    position: relative;
    padding: 5px 0 5px 1em;
    display: block;
    font-size: 15px;
    background-color: unset;
  }

  .gnav .list02 a::before {
    content: "\f054";
    font-family: var(--ff99);
    font-weight: bold;
    font-size: 10px;
    position: absolute;
    top: 10px;
    left: 1px;
  }

  .gnav .item02 a:hover {
    background: none;
  }
  
  .gnav .item02 {
    border-top: 1px solid var(--color02);
  }
  
  .gnav .item02:first-of-type {
    border-top: none;
  }
}

@media(max-width:599px) {
  .gnav {
    max-width: 300px;
  }
}

/* ハンバーガーメニュー  */
.toggle {
  position: relative !important;
  z-index: 251;
  height: 60px;
  width: 60px;
  border-radius: 70px;
  background: var(--color01);
  cursor: pointer;
  display: none;
}

.toggle .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -1px;
  padding: 0;
  width: 28px;
  height: 2px;
  background: #fff;
  text-indent: 9999px;
  transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.toggle .bar:nth-of-type(1) {
  top: calc(50% - 6px);
}

.toggle .bar:nth-of-type(3) {
  top: calc(50% + 6px);
}

.drawer-active .toggle .bar:nth-of-type(1) {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  top: 50%;
}

.drawer-active .toggle .bar:nth-of-type(2) {
  opacity: 0;
}

.drawer-active .toggle .bar:nth-of-type(3) {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
  top: 50%;
}

@media (max-width: 1024px) {
  .toggle {
    display: block !important;
  }

  .drawer-active .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 249;
    width: 100%;
    height: 100vh;
    background: #fff;
    content: '';
    opacity: 0.3;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
  }
}

/*トップへ戻る*/
.totop {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 200;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid;
  color: #fff;
  background: var(--color01);
  text-align: center;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 45px;
  cursor: pointer;
}

.totop:before {
  content: '\f077';
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
}

@media (max-width: 1024px) {
  .totop {
    right: 10px;
    bottom: 70px;
  }
}

@media (max-width: 599px) {
  .totop {
    bottom: 80px;
  }
}

/**
フッター
footer
*/
.footer {
  background-color: var(--color01);
}

.footer .copy {
  margin: 80px 0 0 0;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .footer .copy {
    margin-top: 50px;
    padding-bottom: 30px;
    text-align: center;
  }
}

@media(max-width:599px) {
  .footer .copy {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}

.footer .logo {
  max-width: 220px;
  margin: 0 auto;
}

.footer .logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media(max-width:599px) {
  .footer .logo {
    max-width: 180px;
  }
}

/**
フッターナビ
fnav
*/
.fnav {
  padding: 80px 0 50px;
}

.fnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fnav .txt {
  font-weight: 400;
}

.fnav .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 30px;
  font-family: var(--ff01);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color01);
  font-weight: 700;
}

.fnav .tel-icon {
  width: 40px;
}

.fnav .item a:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  content: '';
}

.fnav .fnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fnav .datawrap .data-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.fnav .datawrap:nth-of-type(2) .data-inner {
  margin: 0 auto;
}

.fnav .datawrap:nth-of-type(3) .data-inner {
  margin: 0 0 0 auto;
}

.fnav .datattl {
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 500;
}

.fnav .data a {
  margin-top: 10px;
  padding-left: 10px;
  color: #fff;
  font-size: 14px;
  position: relative;
}

.fnav .data a::before {
  content: "";
  width: .35em;
  height: 1px;
  position: absolute;
  left: 0;
  top: .6em;
  background-color: #fff;
  display: block;
}

.fnav .data a {
  position: relative;
  display: block;
  line-height: 1.2;
  font-size: 14px;
  letter-spacing: 0;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .fnav {
    padding: 50px 0 50px;
  }

  .fnav .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fnav .fnav-list .datawrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .fnav .list01 {
    margin-bottom: 10px;
    width: 100%;
  }

  .fnav .list02 {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .fnav .list01 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .fnav .big-tit {
    font-size: calc(100vw / 5);
    margin: -4vw 0 30px auto;
  }

  .tablebox dl dd {
    letter-spacing: -4px;
  }

  .fnav .fnav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fnav .fnav-list-inner {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    display: block;
    max-width: 96%;
    margin: 0 auto;
  }

  .fnav .datawrap+.datawrap {
    margin-top: 30px;
  }

  .fnav .datawrap:nth-of-type(2) .data-inner {
    margin: 0;
  }

  .fnav .datawrap:nth-of-type(3) .data-inner {
    margin: 0;
  }

  .fnav .datattl {
    margin-bottom: .5rem;
  }

  .footer .other-btn a {
    padding: 20px 10px;
  }
}

/**
2カラムページ
*/
.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;
}

.column2 .side {
  width: 200px;
}

.column2 .mainwrap {
  width: calc(100% - 250px);
}

@media (max-width: 1024px) {
  .column2 .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column2 .side {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }

  .column2 .mainwrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 50px;
    width: 100%;
  }
}

/* サイドメニュー */
.side .list {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .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: calc((100% - 10px)/2);
    margin-bottom: 0;
  }
}

@media (max-width: 599px) {
  .side .list {
    width: 100%;
  }

  .side .list:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.list-side .datattl {
  position: relative;
  margin-bottom: 5px;
  padding: 10px 15px 12px;
  background: var(--color01);
  color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 24px;
  border-radius: 10rem;
}

.list-side .data {
  margin-bottom: 5px;
}

.list-side a {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  margin-top: 10px;
  line-height: 1.5;
  width: 100%;
}

.list-side a:hover {
  opacity: 1;
  color: var(--color01);
}

.list-side a:before {
  position: absolute;
  top: 5px;
  left: 10px;
  color: var(--color01);
  content: '●';
  font-size: 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

.list-side a:hover:before {
  scale: 1.2;
}

@media (max-width: 1024px) {
  .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: calc((100% - 10px) / 3);
  }

  .list-side .datattl {
    padding: 10px 15px 10px;
    font-size: 20px;
    border-radius: 6px;
  }
}

/* table-list */
.table-list {
  background-color: var(--color02);
  padding: 2rem;
  border-radius: 1rem;
}

.table-list .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-list .info dl dt,
.table-list .info dl dd {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-list .info dl dt {
  width: 30%;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-bottom: 2px solid var(--color01);
  color: var(--color01);
  padding: 15px 10px;
}

.table-list .info dl:first-of-type dt {
  padding-top: 0;
}

.table-list .info dl dd {
  width: 70%;
  letter-spacing: 0;
  border-bottom: 2px solid #ccc;
}

.table-list .info dl:first-of-type dd {
  padding-top: 0;
}

.table-list .img-box .maps iframe {
  max-height: 300px;
  margin-top: 20px;
}

@media(max-width:1024px) {
  .table-list .info dl dt {
    width: 25%;
  }

  .table-list .info dl dd {
    font-size: 15px;
  }
}

@media(max-width:599px) {
  .table-list {
    padding: 1rem;
  }

  .table-list .info dl dt {
    width: 35%;
    font-size: 14px;
    letter-spacing: 0;
    padding: 15px 5px;
  }

  .table-list .info dl dd {
    font-size: 14px;
    padding: 15px 5px;
  }
}

.table2-list {
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: var(--shadow01);
  box-shadow: var(--shadow01);
  background-color: var(--color02);
  border: 10px solid var(--color02);
}

.table2-list .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.table2-list .info dl+dl {
  margin-top: 5px;
}

.table2-list .info dl dt,
.table2-list .info dl dd {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
}

.table2-list .info dl dt {
  width: 15%;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--color01);
  padding: 15px 10px;
}

.table2-list .info dl dd {
  width: 55%;
  letter-spacing: 0;
}

.table2-list .info dl dd:first-of-type {
  width: 30%;
}

.table2-list .info dl:first-of-type dt,
.table2-list .info dl:first-of-type dd {
  color: #fff;
  background-color: var(--color01);
  border-bottom: none;
}

.table2-list .info dl:last-of-type dt,
.table2-list .info dl:last-of-type dd {
  border-bottom: none;
}

.table2-list .img-box .maps iframe {
  max-height: 300px;
  margin-top: 20px;
}

.table2-list.-white {
  background-color: #fff;
  border-color: #fff;
}

.table2-list.-white .info dl+dl {
  border-bottom: 2px solid #999;
}

.table2-list.-white .info dl:last-of-type {
  border-bottom: none;
}

.table2-list.-white .info dl dt,
.table2-list.-white .info dl dd {
  border-radius: 0;
}

/* -min */
.table2-list.-min {
  border-radius: .8rem;
  background-color: #fff;
  border: 8px solid #fff;
}

.table2-list.-min .info dl {
  gap: 3px;
}

.table2-list.-min .info dl+dl {
  border-bottom: 2px solid #999;
}

.table2-list.-min .info dl:last-of-type {
  border-bottom: none;
}

.table2-list.-min .info dl dt,
.table2-list.-min .info dl dd:first-of-type {
  width: 50%;
  border-radius: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* -type02 */
.table2-list.-type02 .info dl dt {
  width: 40%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table2-list.-type02 .info dl dd {
  width: 60%;
}

.table2-list.-type02 .info dl:first-of-type dd,
.table2-list.-type02 .info dl:first-of-type dt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* -type03 */
.table2-list.-type03 .info dl dt {
  width: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table2-list.-type03 .info dl dd {
  width: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table2-list.-type03 .info dl:first-of-type dd,
.table2-list.-type03 .info dl:first-of-type dt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* -type04 */

.table2-list.-type04 .info dl dt {
  width: 25%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table2-list.-type04 .info dl dd {
  width: 18%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table2-list.-type04 .info dl dd:last-of-type {
  width: 39%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.table2-list.-type04 .info dl:first-of-type dd,
.table2-list.-type04 .info dl:first-of-type dt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* -type05 */
.table2-list.-type05 .info dl:first-of-type dd,
.table2-list.-type05 .info dl:first-of-type dt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table2-list.-type05 .info dl dt {
  width: 18%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table2-list.-type05 .info dl dd {
  width: 30%;
}

.table2-list.-type05 .info dl dd:first-of-type {
  width: 22%;
}

/* -type06 */
.table2-list.-type06 .info dl:first-of-type dd,
.table2-list.-type06 .info dl:first-of-type dt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table2-list.-type06 .info dl dt {
  width: 22%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table2-list.-type06 .info dl dd {
  width: 20%;
}

.table2-list.-type06 .info dl dd:first-of-type {
  width: 12%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table2-list.-type06 .info dl dd:last-of-type {
  width: 46%;
}

/* type07 */
.table2-list.-type07 .info dl dt {
  width: 30%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table2-list.-type07 .info dl dd:first-of-type {
  width: 20%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table2-list.-type07 .info dl:first-of-type dd:last-of-type {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table2-list.-type07 .info dl dd:last-of-type {
  width: 50%;
}

/* type08 */
.table2-list.-type08 .info dl dt {
  width: 28%;
  position: relative;
  padding-left: 60px;
}

.table2-list.-type08 .info dl dt .num {
  position: absolute;
  left: 10px;
  background-color: var(--color02);
  min-width: 40px;
  aspect-ratio: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 5px;
}

.table2-list.-type08 .info dl dt .num.-rank {
  aspect-ratio: 681 / 573;
  border-radius: 0;
  padding-bottom: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.table2-list.-type08 .info dl dt .num.-type01 {
  background: url('/import/tenant_1/162.43.22.50/html/images/common/icon-rank1.webp') no-repeat;
  background-size: contain;
  color: #fff;
}

.table2-list.-type08 .info dl dt .num.-type02 {
  background: url('/import/tenant_1/162.43.22.50/html/images/common/icon-rank2.webp') no-repeat;
  background-size: contain;
  color: #fff;
}

.table2-list.-type08 .info dl dt .num.-type03 {
  background: url('/import/tenant_1/162.43.22.50/html/images/common/icon-rank3.webp') no-repeat;
  background-size: contain;
  color: #fff;
}

.table2-list.-type08 .info dl dd:first-of-type {
  width: 28%;
}

.table2-list.-type08 .info dl:first-of-type dt,
.table2-list.-type08 .info dl:first-of-type dd {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
}

.table2-list.-type08 .info dl dd:last-of-type {
  width: 44%;
}

@media(max-width:1024px) {

  .table2-list .info dl dd {
    font-size: 15px;
  }

  .table2-list.-min .info dl dt,
  .table2-list.-min .info dl dd:first-of-type {
    font-size: 14px;
    padding: 15px 5px;
  }
}

@media(max-width:599px) {

  .table2-list .info {
    min-width: 700px;
  }

  .table2-list.-min .info {
    min-width: unset;
  }

  .table2-list .info dl dt {
    width: 20%;
    font-size: 14px;
    letter-spacing: 0;
    padding: 15px 5px;
  }

  .table2-list .info dl dd {
    font-size: 14px;
    padding: 10px 5px;
    letter-spacing: 0;
    line-height: 1.3;
  }

  .table2-list .info dl dd:first-of-type {
    width: 35%;
  }

  .table2-list.-type02 .info {
    min-width: 500px;
  }

  .table2-list.-type02 .info dl dt {
    width: 35%;
  }

  .table2-list.-type02 .info dl dd {
    width: 75%;
  }

  .table2-list.-type03 .info {
    min-width: unset;
  }

  .table2-list.-type03 .info dl dt {
    width: 58%;
  }

  .table2-list.-type03 .info dl dd {
    width: 42%;
  }

  .table2-list.-type07 .info dl dt {
    width: 20%;
  }

  .table2-list.-type07 .info dl dd:last-of-type {
    width: 60%;
  }

  .table2-list.-type08 .info dl dt .num {
    padding-bottom: 0;
  }
}


/*===================================
  各個別コンテンツ
===================================*/
/**
index
*/
/*homevisual*/
.homevisual {
  position: relative;
}

.homevisual .bgi-cmn-01-inner {
  padding-top: 100px;
}

.homevisual-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homevisual .img-box {
  width: 35%;
  max-width: 400px;
  position: relative;
  margin-bottom: -100px;
  -webkit-transform: translate(-60px, 120px);
  transform: translate(-60px, 120px);
}

.homevisual .img-box .img {
  z-index: 2;
  -webkit-filter: drop-shadow(25px 0 0 rgb(0 0 0 / 40%));
  filter: drop-shadow(25px 0 0 rgb(0 0 0 / 40%));
}

.homevisual .img-box .part-02 {
  width: 180%;
  position: absolute;
  top: 35%;
  left: 62%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: .5;
}

.homevisual .head {
      z-index: 2;
    position: relative;
    margin-right: -20%;
    width: 85%;
}

.homevisual .head-slick:not(.slick-slider) .head-item:nth-child(n + 2){
  display: none;
}

.homevisual .head .main {
  font-size: 70px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.homevisual .head .sub {
  font-size: 26px;
}

.homevisual .head .sub .small {
  font-size: 80%;
  font-family: var(--ff99);
  font-weight: bold;
}

@media(max-width:1024px) {
  .homevisual .head .main {
    font-size: 50px;
  }

  .homevisual .head .sub {
    font-size: 17px;
    letter-spacing: 0;
  }

  .homevisual .img-box {
    width: 32%;
    max-width: 250px;
    margin-bottom: -20px;
    -webkit-transform: translate(-50px, 120px);
    transform: translate(-50px, 120px);
  }

  .homevisual .img-box .part-02 {
    width: 200%;
  }
}

@media (max-width: 599px) {
  .homevisual-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  
  .homevisual .head{
    margin-right: 0;
    width: 100%;
  }

  .homevisual .head .main {
    font-size: 32px;
    letter-spacing: 0;
  }

  .homevisual .head .sub {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .homevisual .head .sub .small {
    text-align: center;
    width: 70%;
  }

  .homevisual .img-box {
    width: 40%;
    max-width: 150px;
    margin-left: auto;
    margin-bottom: 0;
    -webkit-transform: translate(-40px, 70px);
    transform: translate(-40px, 70px);
    margin-top: -100px;
  }
}

/* index-first */
.index-first-list .item .item-inner {
  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;
}

.index-first-list .item:nth-of-type(odd) .item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.index-first-list.-reverse .item:nth-of-type(even) .item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.index-first-list.-reverse .item:nth-of-type(odd) .item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.index-first-list .item .item-inner .img-box {
  width: 40%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.index-first-list .item .item-inner .img-box .img {
  width: 80%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.index-first-list .item .item-inner .img-box .img.-min {
  width: 60%;
  max-width: 180px;
}

.index-first-list .item .item-inner .img-box .img img{
  max-height: 300px;
  object-fit: contain;
}

.index-first-list .item .item-inner .text-box {
  width: 60%;
}

@media(max-width:1024px) {
  .index-first-list .item .item-inner .img-box .img {
    max-width: 200px;
  }
}

@media(max-width:599px) {
  .index-first-list .item .item-inner .img-box {
    width: 100%;
    margin-bottom: 1rem;
  }

  .index-first-list .item .item-inner .img-box .img {
    max-width: 150px;
  }

  .index-first-list .item .item-inner .text-box {
    width: 100%;
  }
}

/* index-trouble */
.index-trouble-list .item .item-inner {
  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;
}

.index-trouble-list .item .img-box {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.index-trouble-list .item .img-box .img-box-inner {
  border: 1px solid var(--color01);
  padding: 1.5rem;
  border-radius: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-trouble-list .item .img-box .img-box-inner .img {
  width: 80%;
  max-width: 200px;
}

.index-trouble-list .item .img-box .trouble {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-size: 24px;
  color: var(--color01);
  margin-right: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.index-trouble-list .item .text-box {
  width: 55%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media(max-width:1024px) {
  .index-trouble-list .item .img-box .trouble {
    font-size: 20px;
    margin-right: .5rem;
  }
}

@media(max-width:599px) {
  .index-trouble-list .item .img-box {
    width: 100%;
    margin-bottom: 1rem;
  }

  .index-trouble-list .item .img-box .img-box-inner {
    border-radius: .5rem;
  }

  .index-trouble-list .item .img-box .img-box-inner .img {
    max-width: 120px;
  }

  .index-trouble-list .item .text-box {
    width: 100%;
  }
}

/* index-merit */
.index-merit-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-merit-list-wrap .img-box {
  width: 40%;
  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;
  -ms-flex-align: center;
  align-items: center;
}

.index-merit-list-wrap .vertical-title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 60px;
}

.index-merit-list .item {
  border-bottom: 1px solid var(--color02);
  padding: 2rem;
}

.index-merit-list .item:first-of-type {
  border-top: 1px solid var(--color02);
}

.index-merit-list .item .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-merit-list .item .num {
  font-size: 140px;
  line-height: 90px;
  color: var(--color02);
  min-width: 80px;
}

@media(max-width:1024px) {
  .index-merit-list-wrap .img-box {
    width: 30%;
    padding-right: 1rem;
  }

  .index-merit-list-wrap .vertical-title {
    font-size: 40px;
  }

  .index-merit-list .item {
    padding: 1rem;
  }

  .index-merit-list .item .num {
    font-size: 100px;
    line-height: 60px;
  }
}

@media(max-width:599px) {
  .index-merit-list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .index-merit-list-wrap .img-box {
    width: 35%;
    margin-left: auto;
    margin-top: -9rem;
    margin-bottom: 1rem;
  }

  .index-merit-list-wrap .vertical-title {
    font-size: 24px;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    margin-bottom: 1.5rem;
  }

  .index-merit-list .item .num {
    font-size: 80px;
    line-height: 40px;
    min-width: 50px;
  }
}

/* index-guide */
.index-guide-list .item .item-inner {
  background-color: #fff;
  padding: 1rem 2rem 1rem 3rem;
  border-radius: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 2px 2px 5px rgb(159 31 0 / 50%);
  box-shadow: 2px 2px 5px rgb(159 31 0 / 50%);
  -webkit-transition: .5s;
  transition: .5s;
  border: 3px solid #fff;
  height: 100%;
}

.index-guide-list .item a:hover {
  opacity: 1;
}

.index-guide-list .item a:hover .item-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
  border-color: #ffffff;
  background-color: var(--color01);
  color: #fff;
}

.index-guide-list .item .title-box {
  width: 70%;
}

.index-guide-list .item .title-box .title {
  font-size: 20px;
}

.index-guide-list .item .title-box .btn {
  color: var(--color01);
  position: relative;
  padding-left: 1rem;
  font-size: 95%;
  margin-top: 1rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.index-guide-list .item a:hover .title-box .btn {
  color: #fff;
}

.index-guide-list .item .title-box .btn::before {
  content: "";
  position: absolute;
  top: 56%;
  left: 0;
  width: 8px;
  height: 10px;
  background-color: var(--color01);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.index-guide-list .item a:hover .title-box .btn::before {
  background-color: #fff;
}

.index-guide-list .item .img-box {
  width: 25%;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-filter: drop-shadow(2px 2px 0px #fff);
  filter: drop-shadow(2px 2px 0px #fff);
}

.index-guide-list .item a:hover .img-box {
  scale: 1.1;
}

.index-guide-list .item .img-box img {
  max-height: 100px;
}

@media(max-width:1024px) {
  .index-guide-list .item .item-inner {
    padding: 1rem;
  }

  .index-guide-list .item .title-box {
    width: 75%;
  }

  .index-guide-list .item .img-box {
    width: 23%;
  }

  .index-guide-list .item .img-box img {
    max-height: 80px;
  }
}

@media(max-width:599px) {
  .index-guide-list .item .img-box {
    width: 20%;
  }

  .index-guide-list .item .img-box img {
    max-height: 65px;
  }

  .index-guide-list .item .title-box {
    width: 79%;
  }

  .index-guide-list .item .title-box .title {
    font-size: 18px;
  }
}

/* index-meister */
.index-meister-area .title-box .img-wrap {
  margin-left: -50px;
  margin-top: -40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  mix-blend-mode: darken;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.index-meister-list {
  margin-top: -20px;
}

.index-meister-list .item .item-inner {
  background-color: var(--color02);
  padding: 3rem;
  border-radius: 1.5rem;
  position: relative;
}

.index-meister-list .item .item-inner::before {
  content: "";
  width: 60px;
  height: 40px;
  background-color: var(--color02);
  position: absolute;
  top: -30px;
  left: 10%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

@media(max-width:1024px) {
  .index-meister-list .item .item-inner {
    padding: 2rem;
  }

  .index-meister-list .item .item-inner::before {
    width: 50px;
    height: 30px;
    top: -20px;
  }
}

@media(max-width:599px) {
  .index-meister-area .title-box .img-wrap {
    margin-top: -10px;
  }

  .index-meister-list {
    margin-top: -10px;
  }

  .cmn-list .cmn-list-item+.cmn-list-item {
    margin-top: 20px;
  }

  .index-meister-list .item .item-inner {
    padding: 1.5rem 1rem;
    border-radius: .8rem;
  }

  .index-meister-list .item .item-inner::before {
    width: 40px;
    height: 20px;
    top: -10px;
  }
}

/* index-works */
.index-works-area .parts {
  width: 20%;
  min-width: 100px;
  max-width: 200px;
  position: absolute;
  top: -80px;
  right: 0;
}

.index-works-list .item .item-inner {
  background-color: #fff;
  padding: 1.5rem;
  border: 1px solid var(--color01);
  border-radius: 2.5rem;
  margin: 0 1rem;
}

.index-works-list .item .img-box .img {
  border-radius: 1.5rem;
  overflow: hidden;
}

.index-works-list .item .title-box {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border: 1px solid var(--color01);
  background-color: #fff;
  padding: 1rem .5rem;
  font-size: 18px;
  font-weight: 500;
  border-radius: .6rem;
  margin-top: -1.5rem;
  z-index: 2;
  margin-left: 1rem;
  margin-right: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-height: 260px;
}

.index-works-list .item .b-after-box {
  margin-top: 1rem;
}

.index-works-list .item .b-after-box .sub-box+.sub-box {
  margin-top: 1rem;
}

.index-works-list .item .b-after-box .sub-title {
  padding: .2rem 1rem .3rem;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px;
  text-align: center;
  line-height: 1;
  color: #fff;
}

.index-works-list .item .b-after-box .sub-title.profile {
  background-color: var(--color01);
}

.index-works-list .item .b-after-box .sub-title.before {
  background-color: var(--color04);
}

.index-works-list .item .b-after-box .sub-title.after {
  background-color: var(--color05);
}

@media(max-width:1024px) {
  .index-works-area .parts {
    max-width: 120px;
    top: -50px;
    right: 20px;
  }

  .index-works-list .item .item-inner {
    padding: 1rem;
    border-radius: 1.5rem;
    margin: 0 .5rem;
  }

  .index-works-list .item .img-box .img {
    border-radius: .8rem;
  }

  .index-works-list .item .title-box {
    padding: 1rem .5rem;
    font-size: 16px;
    border-radius: .6rem;
    margin-left: .5rem;
    margin-right: 0.8rem;
  }
}

@media(max-width:599px) {
  .index-works-area .parts {
    max-width: 60px;
    min-width: 60px;
    top: auto;
    right: auto;
    position: relative;
    margin-left: auto;
    margin-top: -3rem;
    margin-bottom: 1rem;
  }

  .index-works-list .item .item-inner {
    border-radius: .8rem;
    margin: 0 .3rem;
  }
}

/* index-faq */
.page-faq .index-faq-area.-common{
 display: none; 
}

.index-faq-list .item:first-of-type {
  border-top: 1px solid var(--color02);
}

.index-faq-list .item .item-inner {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--color02);
}

.index-faq-list .box.-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-faq-list .box .toggle-parts {
  background-color: var(--color01);
  width: 2.2rem;
  aspect-ratio: 1;
  border-radius: 50%;
  display: block;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1rem;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.index-faq-list .box .toggle-parts::before,
.index-faq-list .box .toggle-parts::after {
  content: "";
  width: 1.2rem;
  height: .18rem;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.index-faq-list .box .toggle-parts::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.index-faq-list .box.is-parent .toggle-parts::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.index-faq-list .box.-q .box-inner {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.index-faq-list .box.-q .box-inner::before {
  content: "Q.";
  color: var(--color01);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 120%;
}

.index-faq-list .box.-a {
  display: none;
}

.index-faq-list .box.-a .box-inner {
  background-color: var(--color02);
  padding: 1.5rem;
  border-radius: 15px;
  margin-top: 1rem;
}

@media(max-width:1024px) {
  .index-faq-list .box.-a .box-inner {
    padding: 1rem;
    font-weight: 500;
  }
}

@media(max-width:599px) {
  .index-faq-list .box .toggle-parts {
    width: 2rem;
  }

  .index-faq-list .box .toggle-parts::before,
  .index-faq-list .box .toggle-parts::after {
    width: 1rem;
    height: .13rem;
  }

  .index-faq-list .box.-q .box-inner {
    font-size: 16px;
  }

  .index-faq-list .box.-a .box-inner {
    font-size: 15px;
    border-radius: 10px;
  }
}

/* index-article */
.index-article-list .item {
  border-bottom: 1px solid var(--color02);
}

.index-article-list .item:first-of-type {
  border-top: 1px solid var(--color02);
}

.index-article-list .item-inner {
  padding: 1.5rem 0;
}

.index-article-list .item .title {
  font-size: 18px;
}

.index-article-list .item .date {
  color: var(--color01);
}

.index-article-list .blog-list .item {
  min-height: calc(100% / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-article-list .blog-list .item a{
  width: 100%;
}

.index-article-list .blog-list .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-article-list .blog-list .item-inner .img-box {
  width: 35%;
}

.index-article-list .blog-list .item-inner .img-box .img {
  border-radius: .5rem;
  overflow: hidden;
}

.index-article-list .blog-list .item-inner .text-box {
  width: 60%;
}

.index-article-list .news-list .item {
  min-height: calc(100% / 3);
}

@media(max-width:1024px) {
  .index-article-list .item-inner {
    padding: 1rem 0;
  }
}

@media(max-width:599px) {
  .index-article-list .block+.block {
    margin-top: 50px;
  }

  .index-article-list .item .title {
    font-size: 16px;
  }

  .index-article-list .item .date {
    font-size: 14px;
  }
}

/* index-contact */
.index-contact-list {
  background-color: #fff;
  padding: 3rem;
  border-radius: 2rem;
}

.index-contact-list .text-box .text-item {
  font-size: 14px;
}

.index-contact-list .text-box .text-item+.text-item {
  padding-top: 1rem;
  border-top: 1px solid;
  margin-top: 1rem;
}

.index-contact-list .btn-box .balloon-box {
  margin-top: -6rem;
  margin-bottom: 2rem;
}

.index-contact-list .btn-box .balloon-box .balloon-item .item-inner {
  background-color: var(--color01);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  padding: 1.5rem;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  aspect-ratio: 1;
  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;
  position: relative;
  -webkit-filter: drop-shadow(var(--shadow01));
  filter: drop-shadow(var(--shadow01));
}

.index-contact-list .btn-box .balloon-box .balloon-item .item-inner::before {
  content: "";
  width: 16px;
  height: 11px;
  -webkit-clip-path: polygon(0 0, 52% 100%, 100% 0);
  clip-path: polygon(0 0, 52% 100%, 100% 0);
  background-color: var(--color01);
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.index-contact-list .btn-box .chara-parts {
  position: absolute;
  width: 7rem;
  right: -4rem;
  top: 2rem;
  -webkit-filter: drop-shadow(2px 3px 2px rgb(0 0 0 / 40%));
  filter: drop-shadow(2px 3px 2px rgb(0 0 0 / 40%));
}

@media(max-width:1024px) {
  .index-contact-list {
    padding: 2rem 1rem;
    border-radius: 1.5rem;
  }

  .index-contact-list .btn-box .balloon-box {
    margin-top: -4rem;
  }

  .index-contact-list .btn-box .balloon-box .balloon-item .item-inner {
    padding: 1rem;
    font-size: 16px;
  }

  .index-contact-list .btn-box .chara-parts {
    width: 5rem;
    right: -1rem;
    top: auto;
    bottom: -4rem;
  }
}

@media(max-width:599px) {
  .index-contact-list .btn-box .balloon-box {
    margin-top: 2rem;
  }

  .index-contact-list .btn-box .balloon-box .balloon-item .item-inner {
    padding: .8rem;
    font-size: 14px;
  }

  .index-contact-list .btn-box .chara-parts {
    width: 4rem;
    right: -1.2rem;
    bottom: 10rem;
  }
}

/**
下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
  position: relative;
}

.topvisual+* {
  position: relative;
  z-index: 2;
}

.topvisual .parts-top-space {
  content: "";
  width: 100%;
  min-height: 100px;
  background-color: var(--color02);
  display: block;
}

.parts {
  position: relative;
}

.topvisual .parts::before {
  content: "";
  background: url('/import/tenant_1/162.43.22.50/html/images/common/part_01.webp') no-repeat;
  background-size: cover;
  aspect-ratio: 1300/203;
  width: 100%;
  display: block;
}

.topvisual .head {
  width: 96%;
  max-width: 1000px;
  margin: -100px auto 0;
  font-size: 50px;
  color: var(--color01);
  text-shadow: var(--shadow01);
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.topvisual .character-img {
  width: 200px;
  position: absolute;
  bottom: -80px;
  right: 2%;
  -webkit-filter: drop-shadow(10px 0 0 rgb(0 0 0 / 40%));
  filter: drop-shadow(10px 0 0 rgb(0 0 0 / 40%));
}

@media(max-width:1024px) {
  .topvisual .head {
    font-size: 40px;
  }

  .topvisual .character-img {
    width: 140px;
    bottom: -50px;
    right: 0;
    -webkit-filter: drop-shadow(5px 0 0 rgb(0 0 0 / 40%));
    filter: drop-shadow(5px 0 0 rgb(0 0 0 / 40%));
  }
}

@media (max-width: 599px) {
  .topvisual .parts-top-space {
    min-height: 100px;
  }

  .topvisual .head {
    font-size: 30px;
    margin: -30px auto 0;
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  .topvisual .character-img {
    width: 90px;
    bottom: -40px;
    right: 0;
  }
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
  margin: 30px 0;
}

.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 li {
  display: inline;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
}

.breadcrumbs-list li.breadcrumbs-home a,
.breadcrumbs-list li.breadcrumbs-prevpage a {
  font-weight: bold;
  color: var(--color01);
}

.breadcrumbs-list li+li::before {
  content: "\f054";
  font-family: var(--ff99);
  font-weight: bold;
  display: inline-block;
  margin: 0 10px;
}

@media (max-width: 1024px) {
  .breadcrumbs {
    margin: 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: calc(100% - 70px);
    margin-top: 1em;
  }

  .breadcrumbs li {
    font-size: 12px;
  }

  .breadcrumbs li+li::before {
    width: 8px;
    height: 8px;
    margin: 0 5px 1px;
  }
}

@media (max-width: 599px) {
  .breadcrumbs {
    margin: 15px 0;
    font-size: 12px;
  }

  .breadcrumbs li+li::before {
    width: 6px;
    height: 6px;
  }
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */

/* ページネーション */
.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagenation .item {
  margin: 0 10px;

}

.pagenation .prev {
  position: relative;
  margin-right: 20px;
}

.pagenation .prev a:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.pagenation .next {
  position: relative;
  margin-left: 20px;
}

.pagenation .next a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.pagenation a,
.pagenation .now {
  font-weight: 500;
}

.pagenation .number a,
.pagenation .prev a,
.pagenation .next a,
.pagenation .now {
  display: block;
  padding: 2px 2px 2px 2px;
  min-width: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  letter-spacing: 0;
  border-radius: 50%;
  background-color: var(--color02);
}

.pagenation .prev a,
.pagenation .next a {
  font-size: 14px;
}

.pagenation .number a:hover,
.pagenation .prev a:hover,
.pagenation .next a:hover,
.pagenation .now {
  background: var(--color01);
  color: #fff;
  opacity: 1;
}

@media (max-width: 599px) {
  .pagenation .item {
    margin: 0 5px;
  }

  .pagenation .number a,
  .pagenation .prev a,
  .pagenation .next a,
  .pagenation .now {
    min-width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 35px;
  }

  .pagenation .prev {
    margin-right: 10px;
    font-size: 14px;
  }

  .pagenation .next {
    margin-left: 10px;
  }

  .pagenation .prev a,
  .pagenation .next a {
    font-size: 14px;
  }
}

/**
各下層ページ
*/
/* 02about */
.vs-list {
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: var(--shadow01);
  box-shadow: var(--shadow01);
}

.vs-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.vs-list dl dt {
  position: absolute;
  top: 0.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--color00);
  color: #fff;
  font-size: 14px;
  padding: 4px 1rem;
  border-radius: 100px;
  font-weight: 500;
  min-width: 120px;
  text-align: center;
}

.vs-list .head dt {
  background-color: #fff;
  color: var(--color00);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: unset;
  padding: 0 20px 8px;
  font-size: 24px;
  line-height: 1;
  border-radius: 100px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vs-list dl dd {
  width: 50%;
  text-align: center;
  padding: .8rem;
}

.vs-list dl .dd1 {
  background-color: #fdfdfd;
}

.vs-list dl:not(.head) .dd1 {
  border-bottom: 1px solid #ebebeb;
}

.vs-list dl:not(.head) .dd2 {
  border-bottom: 1px solid #fff;
}

.vs-list dl .dd2 {
  background-color: #e0ecfe;
}

.vs-list dl.head .dd1 {
  background-color: #999;
  color: #fff;
}

.vs-list dl.head .dd2 {
  background-color: var(--color04);
  color: #fff;
}

/* .vs-list dl.head .dd2::after {
  content: "";
  background: url('/import/tenant_1/162.43.22.50/html/images/common/icon-smile.webp') no-repeat;
  background-size: contain;
  width: 2rem;
  display: block;
} */

.vs-list dl:last-of-type dd {
  border-bottom: none !important;
}

@media(max-width:1024px) {
  .vs-list dl dt {
    font-size: 13px;
    padding: 4px .5rem;
    min-width: 110px;
    letter-spacing: 0;
  }

  .vs-list dl:not(.head) .dd1,
  .vs-list dl:not(.head) .dd2 {
    -moz-text-align-last: left;
    text-align-last: left;
    font-size: 14px;
    padding: .8rem .5rem;
  }

  .vs-list dl:not(.head) .dd1 {
    padding-right: calc(.5rem + 55px);
  }

  .vs-list dl:not(.head) .dd2 {
    padding-left: calc(55px + .5rem);
  }
}

@media(max-width:599px) {
  .vs-list .head dt {
    padding: 2px 10px 8px;
    font-size: 20px;
  }

  .vs-list dl dt {
    padding: 4px .5rem;
    letter-spacing: 0.5px;
    width: 90%;
    top: .6rem;
  }

  .vs-list .head dt {
    font-size: 30px;
    top: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: .2rem;
    background: none;
    color: #fff;
  }

  .vs-list dl.head .dd1,
  .vs-list dl.head .dd2 {
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .vs-list dl dd {
    font-size: 14px;
  }

  .vs-list dl:not(.head) .dd1,
  .vs-list dl:not(.head) .dd2 {
    padding: 3rem .5rem .8rem;
  }
}

.flow-list .item {
  background-color: #fff;
  padding: 2rem;
  border-radius: 1.5rem;
  position: relative;
}

.flow-list .item:not(:last-of-type)::before {
  content: "";
  background-color: var(--color01);
  width: 40px;
  height: 15px;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  display: block;
}

.flow-list .item .item-inner {
  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;
}

.flow-list .item .img-box {
  width: 15%;
  margin: 0 auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.flow-list:not(.-other) .item .img-box img {
  max-height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

.flow-list .item .text-box {
  width: 75%;
}

.flow-list .item .sub-heading-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  border-bottom: 1px solid var(--color00);
  padding-bottom: .5rem;
  margin-bottom: 1rem;
}

.flow-list .item .sub-heading-02 .num {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 150%;
  margin-right: .5rem;
}

.flow-list .item .term {
  border-radius: 10px;
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  background-color: var(--color02);
  top: 30px;
  right: 30px;
}

.flow-list .item .term-title {
  font-size: 13px;
  color: var(--color01);
  text-align: center;
}

.flow-list .item .term-text {
  text-align: center;
}

@media(max-width:1024px) {
  .flow-list .item .term {
    top: 20px;
  }
}

@media(max-width:599px) {
  .flow-list .item {
    padding: 1.5rem;
  }

  .flow-list .item .img-box {
    width: 40%;
    margin: 0 auto 1rem;
  }

  .flow-list .item .text-box {
    width: 100%;
  }

  .flow-list .item .term {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 10px;
  }
}

/* 03merit */
.content01-list .item .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content01-list .item:nth-of-type(even) .item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.content01-list.-type02 .item:nth-of-type(even) .item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.content01-list.-type02 .item:nth-of-type(odd) .item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.content01-list .item .img-box {
  width: 30%;
  position: relative;
}

.content01-list .item .img-box .img {
  -webkit-box-shadow: 10px 10px 0 #fff;
  box-shadow: 10px 10px 0 #fff;
}

.content01-list .item .img-box.-orange .img {
  -webkit-box-shadow: 10px 10px 0 var(--color02);
  box-shadow: 10px 10px 0 var(--color02);
}

.content01-list .item .text-box {
  width: 65%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.content01-list .item .sub-heading-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: var(--color01);
}

.content01-list .item .sub-heading-02 .num {
  font-size: 200%;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media(max-width:1024px) {
  .content01-list .item .item-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content01-list .item:nth-of-type(even) .item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media(max-width:599px) {
  .content01-list .item .img-box {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }

  .content01-list .item .text-box {
    width: 100%;
  }

  .content01-list .item .sub-heading-02 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* 17company */
.affiliated-form-area .form {
  background-color: var(--color02);
  -webkit-box-shadow: var(--shadow01);
  box-shadow: var(--shadow01);
  padding: 3rem;
  border-radius: 1.5rem;
}

@media(max-width:1024px) {
  .affiliated-form-area .form {
    padding: 2rem;
  }
}

@media(max-width:599px) {
  .affiliated-form-area .form {
    padding: 1rem 1rem 3rem;
    border-radius: .8rem;
  }
}

/* VOICE */
.voice-area .voice-list .item+.item {
  margin-top: 50px;
}

.voice-area .voice-list .item .item-inner {
  background: var(--color05);
  padding: 50px;
}

.voice-area .voice-list .item .item-inner .name-info {
  font-size: 22px;
  font-family: var(--ff02);
  border-bottom: 1px solid;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.voice-area .voice-list .item .dataitem:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.voice-area .voice-list .dataitem .datattl {
  font-family: var(--ff02);
  font-weight: 700;
  font-size: 120%;
  color: var(--color01);
  letter-spacing: 0;
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
}

.voice-area .voice-list .dataitem .datattl::before {
  content: "Q";
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 150%;
  line-height: 1;
}

.voice-area .voice-list .dataitem .data {
  letter-spacing: 0;
  position: relative;
  padding-left: 30px;
  margin-top: 15px;
  font-size: 14px;
}

.voice-area .voice-list .dataitem .data::before {
  content: "A";
  position: absolute;
  top: -7px;
  left: 0;
  font-size: 200%;
  line-height: 1;
  color: var(--color02);
  font-family: var(--ff02);
}

@media(max-width:1024px) {
  .voice-area .voice-list .item .item-inner {
    padding: 30px 20px;
  }
}

@media(max-width:599px) {
  .voice-area .voice-list .item .item-inner {
    padding: 30px 10px;
  }
}

/* 記事一覧ページ */
.cate,
.genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cate span,
.genre span {
  display: inline-block;
  background: var(--color01);
  color: #fff;
  padding: 3px 15px 3px 15px;
  margin: 0 5px 5px 0px;
  font-size: 14px;
  border-radius: 2rem;
}

.genre span {
  margin: 0;
}

.genre span {
  background: var(--color03);
}

.list-article .genre {
  position: absolute;
  bottom: 0;
  right: 0px;
}

.list-article .title {
  font-size: 18px;
}

@media(max-width:599px) {

  .cate span,
  .genre span {
    padding: 3px 10px 3px 10px;
    margin: 0px 3px 3px 0px;
    font-size: 12px;
  }

  .list-article .title {
    font-size: 16px;
  }
}

/* blog */
.blog01 .list-article .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog01 .list-article .item:not(:last-of-type) {
  border-bottom: 1px solid var(--color02);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.blog01 .list-article .item .img {
  border-radius: .8rem;
  overflow: hidden;
}

/* voice */
.voice01 .list-article .item a:hover {
  opacity: 1;
}

.voice01 .list-article .item a .img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.voice01 .list-article .item a img {
  -webkit-transition: .5s;
  transition: .5s;
}

.voice01 .list-article .item a:hover img {
  scale: 1.1;
}

.voice01 .list-article .item a .cate {
  position: absolute;
  top: 0;
  left: 0;
}

.voice01 .list-article .item a .cate span {
  border-radius: 0 0 8px 8px;
}

.voice01 .list-article .item a .cate span:first-of-type {
  border-radius: 0 0 8px 0;
}

.voice01 .list-article .item a .cate span.塗装 {
    background: var(--color02);
    color: var(--color01);
}

.voice01 .list-article .item a .cate span.防水 {
  background-color: #12ccf9;
}

.voice01 .list-article .item a .cate span.その他 {
  background-color: #999;
}

.voice01 .list-article .item a:hover .title {
  text-decoration: underline;
}

.voice01.-recommend .list-article .item:nth-of-type(4) {
  display: none;
}

@media(max-width:599px) {
  .voice01.-recommend .list-article .item:nth-of-type(4) {
    display: block;
  }
}

/* 記事詳細ページ */
.articledtl01 .head {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  font-size: 22px;
  color: var(--color01);
}

.articledtl01 .text {
  border-bottom: 1px solid var(--color00);
  padding-bottom: 2rem;
}

.articledtl01 .text h2 {
  margin: 2rem 0 1rem;
  padding: 0.8rem .8rem 0.9rem;
  border-radius: 8px;
  font-size: 22px;
  line-height: 1;
  background-color: var(--color01);
  color: #fff;
}

.articledtl01 .text h3 {
  margin: 1.5rem 0 .5rem;
  padding: 0.5em;
  font-size: 20px;
  line-height: 1;
  border-left: solid 8px var(--color01);
  font-weight: 700;
}

.articledtl01 .text h4 {
  margin: 1rem 0 .5rem;
  padding-bottom: 0.3rem;
  font-size: 18px;
  border-bottom: dotted 2px var(--color01);
  font-weight: 700;
}

.articledtl01 .text img {
  margin: .5rem 0;
}

.articledtl01 .text ul,
.articledtl01 .text ol {
  margin: 1rem 0;
}

.articledtl01 .text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.articledtl01 .text ul li+li,
.articledtl01 .text ol li+li {
  margin-top: 5px;
}

.articledtl01 .text ul li::before {
  content: "■";
  color: var(--color01);
}

.articledtl01 .text ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  list-style-type: none;
  counter-increment: cnt;
}

.articledtl01 .text ol li::before {
  content: ""counter(cnt)".";
  margin-right: 10px;
  font-weight: 700;
  font-size: 120%;
  color: var(--color01);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.articledtl01 iframe[src*="youtube"] {
  margin-top: 1rem;
  margin-bottom: 1rem;
  aspect-ratio: 16 / 9;
  height: auto;
}

/* voicedtl */
.voicedtl01 .head {
  background-color: var(--color01);
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.voicedtl01 .cate-box {
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.voicedtl01 .cate02 span:not(:first-of-type)::before {
  content: ",";
  margin: 0 2px;
}

.voicedtl01 .img-box {
  margin: 1rem auto;
}

.voicedtl01 .img-box .img {
  border-radius: 1rem;
  overflow: hidden;
}

.voicedtl01 .b-after-box .box+.box {
  margin-top: 2rem;
}

.voicedtl01 .b-after-box .box .title {
  padding: 5px 1rem 8px;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  min-width: 10rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

.voicedtl01 .b-after-box .box.-before .title {
  background-color: var(--color04);
}

.voicedtl01 .b-after-box .box.-after .title {
  background-color: var(--color05);
}

.voicedtl01 .comment-box .person-img {
  width: 50px;
}

.voicedtl01 .comment-box .person-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.voicedtl01 .comment-box .comment {
  background-color: var(--color02);
  padding: 1.5rem;
  border-radius: .5rem;
  position: relative;
  margin-top: 30px;
}

.voicedtl01 .comment-box .comment::before {
  content: "";
  background-color: var(--color02);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 20px;
  height: 15px;
  position: absolute;
  top: -14px;
  left: 20px;
}

@media(max-width:599px) {
  .voicedtl01 .img-box .img {
    border-radius: .5rem;
  }
}

/* 18contact */

.form .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  line-height: 1;
}

.form .box.textarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form .datattl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 200px;
  margin-right: 1rem;
}

.form .require {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 10px 4px 10px;
  background: var(--color01);
  color: #fff;
  font-size: 12px;
  line-height: 1.6em;
  border-radius: 10rem;
}

.form .require.-none {
  background-color: #999;
}

.form .data {
  padding-left: 50px;
  width: 100%;
}

.form .data input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5rem 1rem;
  width: 100%;
  border: none;
  background: rgb(238 242 241);
  border-radius: 10rem;
  font-weight: 600;
}

.form.-type-white .data input {
  background: #fff;
}

.form .data input[type='radio'] {
  display: none;
}

.form .data input[type='radio']+label {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 1;
}

.form .data input[type='radio']+label::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #7c7c7c;
  border-radius: 50%;
  background: #fff;
  content: '';
}

.form .data input[type='radio']:checked+label::after {
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--color01);
  content: '';
}

.form .data input[type='radio']:checked+label {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.form .data input[type='number'] {
  margin-right: 10px;
  width: 70px;
}

.form .data select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #999;
  color: inherit;
}

.form .data textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .8rem .8rem;
  width: 100%;
  height: 170px;
  background: rgb(238 242 241);
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  border: none;
  border-radius: 1rem;
  font-weight: 600;
}

.form.-type-white .data textarea {
  background: #fff;
}

.form .data01 div {
  display: inline-block;
}

.form .btn {
  margin-top: 30px;
}

.form .btn button {
  border: none;
  width: 100%;
}

.form .btn button:hover {
  cursor: pointer;
}

@media (max-width: 1024px) {
  .form .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form .data {
    padding-left: 0;
  }
}

@media(max-width:599px) {
  .form .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
  }

  .form .datattl {
    margin-right: 0;
    margin-bottom: .5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .form .data input[type='radio']+label::before {
    top: 1px;
  }
}

.uk-lb{
  cursor: pointer;
}


/* 見たまま編集用 */
[data-element-id] .date {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

[data-element-id] .show\@tb {
  display: block;
  border: solid 4px green;
  position: relative;
  max-width:375px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

[data-element-id] .show\@tb:after {
  display: block;
  content: "モバイル用";
  color: #fff;
  font-weight: 500;
  background: green;
  padding: 8px 5px 5px;
  text-align: center;
  text-shadow: none;
  font-size: 12px;
  line-height: 1;
}

[data-element-id] .show\@tb.indention {
  display: inline-block;
  border: none;
  width: 30px;
}

[data-element-id] .show\@tb.indention:after {
  content: "SP時改行";
  font-size: 10px;
  padding: 4px 2px 5px;
}

[data-element-id] .show\@pc.indention {
  font-size: 10px;
  border: none;
  display: inline-block;
  width: 30px;
}

[data-element-id] .show\@pc.indention:after {
  content: "PC時改行";
  display: block;
  letter-spacing: -1px;
  color: #fff;
  font-weight: 700;
  background: blue;
  padding: 3px;
  text-align: center;
  text-shadow: none;
  font-size: 10px;
}

[data-element-id] .show\@sp {
  display: block;
  border: solid 4px green;
  position: relative;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

[data-element-id] .show\@sp:after {
  display: block;
  content: "モバイル用";
  color: #fff;
  font-weight: 500;
  background: green;
  padding: 8px 5px 5px;
  text-align: center;
  text-shadow: none;
  font-size: 12px;
  line-height: 1;
}

[data-element-id] .show\@sp.indention {
  display: inline-block;
  border: none;
  width: 30px;
}

[data-element-id] .show\@sp.indention:after {
  content: "SP時改行";
  font-size: 10px;
  padding: 4px 2px 5px;
}

/* header */
[data-element-id] .header .header-common{
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  background-color: #ccc;
  padding: 20px 0;
}

[data-element-id] .header .contents{
  flex-wrap: wrap;
  align-items: flex-start;
}

[data-element-id] .header .right{
  flex-shrink: 1;
}

[data-element-id] .gnav .list01{
  align-items: flex-start;
  border-radius: 0;
  padding: 0;
}

[data-element-id] .gnav .list02 {
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    padding-top: 10px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    margin: 0 auto;
}

[data-element-id] .gnav .item01.-parent{
  border: 4px solid #2fbfd7;
}

[data-element-id] .gnav .item01.-parent::before{
  content: "ドロップダウン";
  text-align: center;
  background: #2fbfd7;
  color: #fff;
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}

[data-element-id] .navlogo{
  max-width: 200px;
}

/* footer */
[data-element-id] .fix-bottom {
  position: relative;
  right: auto;
  top: auto;
}

/* heading */
[data-element-id] .heading-01 .heading-inner{
  opacity: 1;
}

[data-element-id] .heading-01::before{
  scale: 1;
}

[data-element-id] .show\@sp .heading-01{
  font-size:26px;
  letter-spacing:0;
}

/* sub-heading */
[data-element-id] .show\@sp .sub-heading-01{
  font-size:18px;
}

[data-element-id] .show\@sp .sub-heading-02 ,[data-element-id] .show\@tb .sub-heading-02 {
  font-size: 18px;
}

/* heading-space */
[data-element-id] .show\@sp .heading-space-01 {
  margin-bottom: 30px;
}

[data-element-id] .show\@sp .heading-space-02{
  margin-bottom: 30px;
}

[data-element-id] .show\@sp .sub-heading-space-01{
  margin-bottom:20px;
}

[data-element-id] .show\@sp .sub-heading-space-02 {
  margin-bottom: 10px;
}

/* fead */
[data-element-id] .fead-ball{
  pointer-events: auto;
}
[data-element-id] .fead-ball .ball-item{
  scale: 1;
  pointer-events: auto;
}

[data-element-id] .fead-ball::before,[data-element-id] .fead-ball::after{
  opacity: 0;
}

/* slick */
[data-element-id] .slick-index-works>div{
  display: flex;
}

[data-element-id] .slick-index-works .item:nth-of-type(n + 5){
  display: none;
}

/* mv */
[data-element-id].homevisual .head .show\@sp .main {
  font-size: 32px;
}

[data-element-id] .homevisual .head .show\@sp .sub {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

[data-element-id] .homevisual .head-slick:not(.slick-slider) .head-item:nth-child(n + 2){
  display: block;
}

[data-element-id] .homevisual .head-slick .head-item{
  border: 4px solid orange;
  margin: 10px 0;
  background-color: rgb(255 255 255 / 80%);
}

[data-element-id] .homevisual .head-slick .head-item::before{
  content: "1番目に表示";
  background-color: orange;
  color: #fff;
  text-align: center;
  display: block;
}

[data-element-id] .homevisual .head-slick .head-item:nth-of-type(2)::before{
  content: "2番目に表示";
}

[data-element-id] .homevisual .head-slick .head-item:nth-of-type(3)::before{
  content: "3番目に表示";
}

[data-element-id] .homevisual .img-box {
    width: 25%;
    margin-bottom: 0;
    -webkit-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
}

/* index-merit */
[data-element-id] .index-merit-list-wrap{
  align-items: flex-start;
  /* display: contents; */
  flex-wrap: wrap;
}

[data-element-id] .index-merit-list-wrap .img-box{
  width: 100%;
  align-items: flex-start;
}

[data-element-id] .index-merit-list-wrap .img-box .img {
    width: 30%;
    margin-right: auto;
}

[data-element-id] .index-merit-list-wrap .vertical-title{
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
}

[data-element-id] .index-merit-list-wrap .show\@sp .vertical-title {
    font-size: 24px;
    margin-bottom: 1.5rem;
}

[data-element-id] .index-merit-list{
  margin-left: auto;
}

/* index-meister */
[data-element-id] .index-meister-area .title-box{
  flex-wrap: wrap;
  align-items: flex-start;
}

/* faq */
[data-element-id] .index-faq-list .box.-a {
  display: block;
}

/* 下層 */
/* topvisual */
[data-element-id] .topvisual .head{
    margin: 0 auto 0;
    transform: none;
}

[data-element-id] .topvisual .show\@sp .head {
    font-size: 30px;
}

[data-ab-test-block]{
      width: fit-content;
    margin-left: auto;
}
