@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
  --color01: #1a95cb;
  --color02: #003773;
  --color03: #e7eff7;
  --color04: #f7f7f7;
  --gradation01: linear-gradient(90deg, #003874 0%, #1a94ca 40%);
  --gradation02: linear-gradient(50deg, #003874, #1a94ca);
  --shadow01: 0 0 10px rgb(0 0 0 / 10%);
  --ff01: "Noto Sans JP", sans-serif;
  --ff02: "Bebas Neue", sans-serif;
  --ff99: "font awesome 5 free";
}

html {
  font-family: var(--ff01);
  line-height: 1.8;
  color: #333333;
  font-weight: 500;
}

.txt {
  line-height: 1.8;
  font-size: 15px;
  font-weight: 500;
}

.txt a {
  color: var(--color01);
  border-bottom: 1px solid;
}

.date {
  font-family: var(--ff02);
  font-size: 18px;
  color: var(--color01);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

[data-element-id] .date{
  flex-shrink: 1;
}

.tel a {
  font-family: 'Bebas Neue';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  line-height: 1;
  font-size: 32px;
  padding-top: 5px;
}

.tel a::before {
  content: "\f095";
  font-family: var(--ff99);
  font-weight: bold;
  display: block;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  font-size: 60%;
}

.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo .logo-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}

.logo .logo-img img {
  width: 70px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

[data-element-id] .show\@tb .logo .logo-img img{
  width:40px;
}

.logo .logo-txt {
  width: 100%;
  color: var(--color02);
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.logo .logo-txt .sub {
  font-size: 18px;
}

.logo .logo-txt .name {
  font-size: 30px;
  margin-top: 10px;
}

[data-element-id] .show\@tb .logo .logo-txt .name{
  font-size: 18px;
}

[data-element-id] .show\@tb .logo .logo-txt .sub {
        font-size: 12px;
    }

@media(max-width:1024px) {
  .txt {
    line-height: 1.8;
  }

  .logo .logo-img {
    margin-right: 5px;
  }

  .logo .logo-img img {
    width: 40px;
  }

  .logo .logo-txt .sub {
    font-size: 12px;
  }

  .logo .logo-txt .name {
    font-size: 18px;
    margin-top: 5px;
  }
}

@media(max-width:599px) {
  .logo.sp-center a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*===================================
  基本設定
===================================*/
.color-cmn-01 {
  color: var(--color01);
}

.color-cmn-02 {
  color: var(--color02);
}

.color-cmn-03 {
  color: var(--color03);
}

/* 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%;
  background: var(--color03);
  overflow: hidden;
}

.bgi00.filter01 img {
  -webkit-filter: blur(3px) opacity(0.2);
  filter: blur(3px) opacity(0.2);
  scale: 1.1;
}

.bgi00+* {
  z-index: 2;
  position: relative;
}

/* font */
.font-cmn-01 {
  font-family: var(--ff01);
}

.font-cmn-02 {
  font-family: var(--ff02);
}

/* ttlk-fz */
.ttl-fz-big {
  font-size: 36px;
}

[data-element-id] .show\@sp .ttl-fz-big {
  font-size: 24px;
}

.ttl-fz-medium {
  font-size: 28px;
}

[data-element-id] .show\@sp .ttl-fz-medium {
    font-size: 22px;
}

.ttl-fz-small {
  font-size: 24px;
}

[data-element-id] .show\@sp .ttl-fz-small{
  font-size: 20px;
}

.ttl-fz-xsmall {
  font-size: 20px;
}

[data-element-id] .show\@sp .ttl-fz-xsmall{
  font-size: 18px;
}

@media(max-width:1024px) {
  .ttl-fz-big {
    font-size: 32px;
  }

  .ttl-fz-medium {
    font-size: 22px;
  }

  .ttl-fz-small {
    font-size: 20px;
  }
}

@media(max-width:599px) {
  .ttl-fz-big {
    font-size: 24px;
  }

  .ttl-fz-xsmall {
    font-size: 18px;
  }
}

/* ttl-cmn */
.ttl-cmn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.5;
}

.ttl-cmn-01.white {
  color: #fff;
}

.ttl-cmn-01 .en {
  font-size: 60%;
  color: var(--color01);
  font-family: var(--ff02);
}

.ttl-cmn-01.min .en {
  font-size: 90%;
}

.ttl-cmn-01 .ja {
  margin-top: -5px;
  font-weight: 600;
  color: var(--color02);
  letter-spacing: 2px;
  text-indent: -.1em;
}

[data-element-id] .show\@sp .ttl-cmn-01 .ja{
  letter-spacing: 0;
}

.ttl-cmn-01.min .ja {
  text-indent: -1px;
}

.ttl-cmn-01.white .ja::before {
  background: #fff;
}

.ttl-cmn-01.-center {
  text-align: center;
}

.ttl-cmn-01.-center .ja {
  padding-left: 0;
}

.ttl-cmn-01.-center .ja::before {
  content: none;
}

@media(max-width:1024px) {}

@media(max-width:599px) {
  .ttl-cmn-01 .ja {
    letter-spacing: 0px;
  }
}

.ttl-cmn-02 {
  font-size: 24px;
  color: var(--color02);
  font-weight: 600;
  position: relative;
  padding: 0 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ttl-cmn-02.min {
  font-size: 20px;
  padding: 0 20px;
}

[data-element-id] .show\@sp .ttl-cmn-02.min{
  font-size: 16px;
        padding: 0 10px;
}

.ttl-cmn-02::before,
.ttl-cmn-02::after {
  content: "";
  width: 3px;
  height: 40px;
  display: block;
  border-radius: 10px;
  background: var(--color02);
  position: absolute;
  bottom: 0;
}

.ttl-cmn-02.min::before,
.ttl-cmn-02.min::after {
  width: 2px;
  height: 30px;
}

.ttl-cmn-02::before {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  left: 0;
}

.ttl-cmn-02::after {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  right: 0;
}

@media(max-width:599px) {
  .ttl-cmn-02 {
    font-size: 18px;
    padding: 0 20px;
  }

  .ttl-cmn-02.min {
    font-size: 16px;
    padding: 0 10px;
  }

  .ttl-cmn-02.min::before,
  .ttl-cmn-02.min::after {
    width: 2px;
    height: 20px;
  }
}

.ttl-cmn-03 {
  border-left: 5px solid var(--color02);
  padding: 5px 15px;
}

/* sub-cmn */
.sub-cmn-01 {
  font-size: 22px;
  font-weight: 600;
}

@media(max-width:1024px) {
  .sub-cmn-01 {
    font-size: 20px;
  }
}

/* btn-type */
.btn-type-01 a,
.btn-type-01 button,
.btn-type-01 .a {
  display: block;
  background: var(--gradation01);
  color: #fff;
  padding: 10px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 180px;
  border-radius: 100px;
  text-align: center;
  background-size: 180% auto;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: none;
}

.btn-type-01 a:hover,
.btn-type-01 button:hover,
.btn-type-01 .a:hover {
  background-position: right center;
  opacity: 1;
}

.btn-type-01.long a,
.btn-type-01.long button,
.btn-type-01.long .a {
  min-width: 260px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-type-01.min a,
.btn-type-01.min button,
.btn-type-01.min .a {
  min-width: 150px;
  font-size: 14px;
  line-height: 1.4;
}

/* @media(max-width:599px) {
  .btn-type-01 a::before {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }

  .btn-type-01 .btn-txt {
    font-size: 15px;
  }

  .btn-type-01.min a {
    gap: 5px;
  }

  .btn-type-01.min a::before {
    width: 25px;
    height: 25px;
    font-size: 10px;
  }

  .btn-type-01.min .btn-txt {
    font-size: 10px;
  } 
} */

/* line-cmn */
.line-cmn-01 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;

  -webkit-line-clamp: 1;
}

.line-cmn-02 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

/* radius */
.radius-cmn-5 {
  border-radius: 5px;
  overflow: hidden;
}

.radius-cmn-10 {
  border-radius: 10px;
  overflow: hidden;
}

.radius-cmn-15 {
  border-radius: 15px;
  overflow: hidden;
}

.radius-cmn-20 {
  border-radius: 20px;
  overflow: hidden;
}

@media(max-width:1024px) {
  .radius-cmn-15 {
    border-radius: 10px;
  }
}

@media(max-width:599px) {
  .radius-cmn-15 {
    border-radius: 5px;
  }
}

/* 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 */
.btn-slick::before {
  content: "";
  background: var(--color02);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
  font-family: var(--ff99);
  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;
  z-index: 2;
  cursor: pointer;
  border-radius: 3px;
}

.btn-slick.btn-back::before {
  content: '\f053';
  left: 0;
}

.btn-slick.btn-next::before {
  content: '\f054';
  right: 0;
}

/* 共通コンテンツ間隔 */

[class*="section-m"],
[class*="section-p"] {
  --section-xlarge: 200px;
  --section-large: 150px;
  --section-medium: 120px;
  --section-small: 100px;
  --section-xsmall: 80px;
}

.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);
  }
}

/* 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: .5s;
  transition: .5s;
}

.fead-text .str {
  opacity: 0;
}

.fead-text .str.textin {
  -webkit-animation: glow_anime_on 1s ease-out forwards;
  animation: glow_anime_on 1s ease-out forwards;
}

@-webkit-keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }

  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }

  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
}

@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }

  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }

  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
}


.fead-text .str.textin.space {
  width: 10px;
}

/* show hide */

.show\@pc {
  display: block;
}

[data-element-id] .indention.show\@pc{
  display: inline;
}

.hide\@pc {
  display: none;
}

[data-element-id] .show\@tb {
    display: block;
    border: solid 4px green;
    position: relative;
    max-width: 395px;
    margin-left: auto;
    margin-right: auto;
    height: fit-content;
    padding: 10px;
}

[data-element-id] .show\@tb:after {
    display: block;
    content: "モバイル用";
    color: #fff;
    font-weight: 700;
    background: green;
    padding: 8px 5px 5px;
    text-align: center;
    text-shadow: none;
    font-size: 12px;
    line-height: 1;
    width: calc(100% + 20px);
    margin: 10px -10px -10px;
}

[data-element-id] .show\@tb.indention:after {
  content: "SP時改行";
  display: inline-block;
    color: #fff;
    font-weight: 700;
    background: blue;
    padding: 2px;
    text-align: center;
    text-shadow: none;
    font-size: 10px;
    width: 25px;
    letter-spacing: -1px;
}

[data-element-id] .show\@pc.indention:after {
    content: "PC時改行";
    display: inline-block;
    color: #fff;
    font-weight: 700;
    background: blue;
    padding: 2px;
    text-align: center;
    text-shadow: none;
    font-size: 10px;
    width: 25px;
    letter-spacing: -1px;
}

[data-element-id] .show\@sp {
  display: block;
  border: solid 4px green;
  position: relative;
  max-width:395px;
  padding:10px;
  margin-left:auto;
  margin-right:auto;
  height:fit-content;
}

[data-element-id] .show\@sp:after {
   display: block;
    content: "モバイル用";
    color: #fff;
    font-weight: 700;
    background: green;
    padding: 8px 5px 5px;
    text-align: center;
    text-shadow: none;
    font-size: 12px;
    line-height: 1;
    width: calc(100% + 20px);
    margin: 10px -10px -10px;
}

[data-element-id] .show\@sp.indention {
    display: inline;
    padding: 0;
    border: none;
}

[data-element-id] .show\@sp.indention:after {
    content: "SP時改行";
    display: inline-block;
    width: 25px;
    font-size: 10px;
    letter-spacing: -1px;
    padding: 2px;
    margin: 0;
    font-weight:400;
}

@media (max-width: 1024px) {
  .show\@tb {
    display: block;
  }

  .hide\@tb {
    display: none;
  }
}

@media (max-width: 599px) {
  .show\@sp {
    display: block;
  }

  .hide\@sp {
    display: none;
  }
}

/* ##### フロート float ##### */
.up-fl-left {
  float: left;
}

.up-fl-right {
  float: right;
}

.up-fl-none {
  float: none;
}

.up-flc-left {
  clear: left;
}

.up-flc-rigjt {
  clear: right;
}

.up-flc-both {
  clear: both;
}

.float-box {
  display: block;
}

.float-box-img {
  float: right;
}

.float-box-title {
  float: left;
}

.float-box-content {
  float: left;
}

.float-box-wrap.-noinner .float-box:nth-child(odd) .noinner {
  margin-left: auto;
}

.float-box-wrap.-noinner .float-box:nth-child(odd) [class*=btn] {
  margin-right: 0;
}

.float-box-wrap.-noinner .float-box:nth-child(even) .noinner {
  margin-right: auto;
}

.float-box-wrap.-noinner .float-box:nth-child(even) [class*=btn] {
  margin-left: 0;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-img {
  float: left;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-title {
  float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-content {
  float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-img {
  float: left;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-title {
  float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-content {
  float: right;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(odd) .noinner {
  margin-left: 0;
  margin-right: auto;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(odd) [class*=btn] {
  margin-left: 0;
  margin-right: 0;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(even) .noinner {
  margin-left: auto;
  margin-right: 0;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(even) [class*=btn] {
  margin-left: 0;
  margin-right: 0;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-img {
  float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-title {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-content {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-img {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-title {
  float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-content {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-img {
  float: left;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-content {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-img {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-title {
  float: left;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-content {
  float: left;
}

@media (max-width: 1024px) {
  .up-fl-left\@tb {
    float: left;
  }

  .up-fl-right\@tb {
    float: right;
  }

  .up-fl-none\@tb {
    float: none;
  }

  .up-flc-left\@tb {
    clear: left;
  }

  .up-flc-rigjt\@tb {
    clear: right;
  }

  .up-flc-both\@tb {
    clear: both;
  }
}

@media (max-width: 599px) {
  .up-fl-left\@sp {
    float: left;
  }

  .up-fl-right\@sp {
    float: right;
  }

  .up-fl-none\@sp {
    float: none;
  }

  .up-flc-left\@sp {
    clear: left;
  }

  .up-flc-rigjt\@sp {
    clear: right;
  }

  .up-flc-both\@sp {
    clear: both;
  }

  .float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
    float: right;
    width: 100%;
  }
}

/*===================================
  共通ブロック　block-cmn
==================================*/
/* 共通ブロック１ */
/*===================================
  共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */
.ttl-cmn01 {
  text-align: center;
  font-size: 28px;
}

@media (max-width: 599px) {
  .ttl-cmn01 {
    font-size: 24px;
  }
}

/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
/*===================================
  共通ボタン 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-weight: 600;
  font-family: 'Font Awesome 5 Free';
}

.btn-cmn01.btn-back a:after {
  content: "\f053";
  right: inherit;
  left: 5px;
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
  font-size: 12px;
  padding: 0 5px;
  margin: 0 auto 0;
  max-width: 1200px;
}

@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 {
  background: #fff;
  padding: 5px 10px 0;
  z-index: 100;
  -webkit-transition: .5s;
  transition: .5s;
}

.header .header-common {
  z-index: 260;
  position: relative;
}

.fixed .header .header-common {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(255 255 255 / 85%);
  padding: 20px 0 0;
  -webkit-animation: sclAnimation 1.0s;
  animation: sclAnimation 1.0s;
}

/* スクロールメニューアニメーション */
@-webkit-keyframes sclAnimation {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes sclAnimation {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media(max-width:1024px){
  .fixed .header .header-common{
    animation: none;
  }
}

.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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 5px auto 0;
  padding-bottom: 20px;
  max-width: 1200px;
}

.header .contents .left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header .right {
  margin-top: -10px;
}

.fixed .header .right {
  margin-top: 0;
}

.header .right .top-box {
  gap: 30px;
}

.snsbox {
  gap: 10px;
}

.snsbox .icon {
  font-size: 30px;
  color: var(--color02);
  line-height: 1;
}

.snsbox .icon.line img {
  width: 30px;
  padding-top: 3px;
}

@media (max-width: 1024px) {
  main{
    margin-top: 0 !important;
  }
  .header {
    padding: 5px 0 5px;
    background: none;
  }

  .header .contents {
    margin: 0;
    padding-bottom: 0;
  }

  .header .contents .logo {
    -webkit-transition: .5s;
    transition: .5s;
  }

  .header .contents .logo {
    /* -webkit-transform: translateY(5px);
    transform: translateY(5px); */
    -webkit-filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff);
    filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff);
  }

  .header .header-common {
        position: fixed;
        top: 0;
        left: 0;
        background: rgb(255 255 255 / 90%);
        padding: 10px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

  .fixed .header .header-common {
        -webkit-animation: none;
        animation: none;
        padding: 10px;
    }

  .header .right .top-box {
    gap: 0;
  }
}

/* 下部固定コンテンツ */
.fix-bottom {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 100;
}

[data-element-id] .fix-bottom {
    position: relative;
    bottom: auto;
    right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fix-bottom .item {
  width: calc((100% - 10px) / 3);
  text-align: center;
}

.fix-bottom .item.first,
.fix-bottom .item.tel {
  display: none;
}

[data-element-id] .fix-bottom .item.first,
[data-element-id] .fix-bottom .item.tel {
  display: block;
  max-width: 200px;
}

.fix-bottom .item.reserve {
  width: auto;
  border: none;
  background: var(--color02);
  border-radius: 50%;
}

[data-element-id] .fix-bottom .item.reserve{
  width: fit-content;
}

.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: 100%;
  padding: 12px 5px;
  font-size: 13px;
  background: var(--gradation02);
  -webkit-box-shadow: 1px 1px 0px #fff,
    -1px -1px 0px #fff,
    1px -1px 0px #fff,
    -1px 1px 0px #fff;
  box-shadow: 1px 1px 0px #fff,
    -1px -1px 0px #fff,
    1px -1px 0px #fff,
    -1px 1px 0px #fff;
  color: #fff;
  font-weight: 500;
}

.fix-bottom .item.reserve a {
  width: 140px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--gradation02);
  -webkit-transition: .5s;
  transition: .5s;
  border: 2px solid #fff;
  background-size: 180% auto;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.fix-bottom .item.reserve a:hover {
  background-position: right center;
  opacity: 1;
}

.fix-bottom a:before {
  margin-right: 5px;
  content: '';
  width: 20px;
  margin-right: 0;
}

.fix-bottom .reserve a:before {
  content: "\f0e0";
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.fix-bottom .tel a {
  font-family: var(--ff01);
  white-space: nowrap;
}

.fix-bottom .tel a:before {
  content: "\f095";
  font-family: var(--ff99);
  font-weight: bold;
  margin-right: 0;
  font-size: 14px;
  margin-right: -10px;
}

.fix-bottom .first a:before {
  content: "";
  background: url("/import/tenant_1/unison-planet.net/cs/client-check/best_h/images/common_new/icon-line.webp") no-repeat;
  aspect-ratio: 64/60;
  background-size: contain;
  width: 20px;
  -webkit-filter: invert(1) brightness(5);
  filter: invert(1) brightness(5);
}

/* 光らせるためのstyle */
.fix-bottom .item.reserve .abtest-b a {
    overflow: hidden;
    border: 0 solid transparent;
    position: relative;
}

/* 光の疑似要素 */
.fix-bottom .item.reserve .abtest-b a::after {
    content: "";
    width: 200%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-animation: shine 2.5s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    animation: shine 2.5s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    position: absolute;
    top: 0;
    left: -200%;
}

/* 光の動き */
@-webkit-keyframes shine {
    0% {
        opacity: 0;
        left: -200%;
    }

    70% {
        opacity: 0.5;
        left: -200%;
    }

    71% {
        opacity: 1;
        left: -200%;
    }

    100% {
        opacity: 0;
        left: 100%;
    }
}

@keyframes shine {
    0% {
        opacity: 0;
        left: -200%;
    }

    70% {
        opacity: 0.5;
        left: -200%;
    }

    71% {
        opacity: 1;
        left: -200%;
    }

    100% {
        opacity: 0;
        left: 100%;
    }
}

@media (max-width: 1024px) {
  .fix-bottom {
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 250;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 10px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fix-bottom .item.first,
  .fix-bottom .item.tel {
    display: block;
  }

  .fix-bottom .item.reserve {
    width: calc((100% - 10px) / 3);
    padding: 0;
    border-radius: 0;
  }

  .fix-bottom .item.reserve a {
    width: 100%;
    aspect-ratio: unset;
    border-radius: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: var(--gradation02);
    -webkit-box-shadow: 1px 1px 0px #fff,
      -1px -1px 0px #fff,
      1px -1px 0px #fff,
      -1px 1px 0px #fff;
    box-shadow: 1px 1px 0px #fff,
      -1px -1px 0px #fff,
      1px -1px 0px #fff,
      -1px 1px 0px #fff;
    border: none;
  }

  .fix-bottom a:before {
    width: 26px;
    margin-right: 5px;
  }

  .fix-bottom .reserve a:before {
    font-size: 15px;
  }
  
  .fix-bottom .item a{
    min-height: 60px;
  }
}

@media(max-width:599px) {
  .fix-bottom a:before {
    width: 20px;
    max-width: 20px;
    max-height: 20px;
  }
}

/**
グローバルナビ
gnav
*/
.gnav {
  margin-top: 15px;
  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;
  gap: 20px;
  width: 100%;
}

[data-element-id] .gnav .list01{
  align-items: flex-start;
}

.gnav .item01 {
  text-align: center;
  font-size: 16px;
}

.gnav .item01>a,
.gnav .item01 .itemin {
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.gnav .item01 .itemin {
  position: relative;
}

.gnav .item01 .itemin::before {
  content: "\f078";
  font-family: var(--ff99);
  font-weight: bold;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 10px;
  z-index: 2;
}

.gnav .item01.-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 10px;
}

.gnav .item01.-contact a::before {
  content: "\f0e0";
  font-family: var(--ff99);
  font-weight: normal;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid;
  padding-top: 2px;
  letter-spacing: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.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;
}

.gnav .list02 {
  position: absolute;
  top: 100%;
  left: 50%;
  visibility: hidden;
  padding-top: 20px;
  width: 200px;
  font-size: 15px;
  letter-spacing: 1px;
  background: rgb(255 255 255) content-box;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

[data-element-id] .gnav .list02 {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    opacity: 1;
    visibility: visible;
    border: 3px solid skyblue;
    padding: 10px;
    width: 100%;
    min-width: 200px;
    display: flex;
    flex-direction: column;
}

[data-element-id] .gnav .list02::before {
    content: "ホバーすると表示されます";
    font-size: 10px;
    color: #fff;
    background: skyblue;
    width: calc(100% + 20px);
    margin: -10px -10px 0;
    padding: 10px 5px 5px;
}

.gnav .item02 {
  border-top: 1px solid var(--color02);
}

.gnav .item02:first-of-type {
  border-top: none;
}

.gnav .item02 a {
  display: block;
  padding: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  background: none;
}

.gnav .item02 a:hover {
  background: var(--gradation02);
  color: #fff;
  opacity: 1;
}

@media (max-width: 1024px) {
  body.drawer-active {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
  }
  
  .header{
    padding: 0;
  }

  .header .right {
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    max-width: 350px;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    -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;
  }

  .drawer-active .header .right {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 250;
    width: 100%;
    height: 100vh;
    height: 102dvh;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 #999;
    box-shadow: 0 0 5px 0 #999;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 30px;
    overflow-y: scroll;
  }
  
  .header .left{
    transition: none;
  }
  
  .header .pagettl{
    display: none;
  }

  .header .pagettl,
  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: 30px;
  }

  .gnav .navlogo {
    display: block;
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .gnav .list01 {
    gap: 20px;
  }

  .gnav .item01 {
    width: 100%;
    text-align: left;
  }

  .gnav .item01 .itemin::before {
    content: none;
  }

  .gnav .item02 {
    border-top: none;
  }

  .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;
  }

  .gnav .list02 a {
    position: relative;
    padding: 5px 0 5px 1em;
    display: block;
    font-size: 15px;
  }
  
  .gnav .item02 a:hover{
    background: none;
    color: inherit;
    opacity: .5;
  }

  .gnav .list02 a::before {
    content: "・";
    position: absolute;
    top: 6px;
    left: -5px;
  }
}

@media(max-width:599px) {
  .gnav {
    max-width: 300px;
  }
}

[data-element-id] .gnav.fixed {
  position: relative;
}

/* ハンバーガーメニュー  */
.toggle {
  position: relative !important;
  z-index: 251;
  height: 50px;
  width: 50px;
  border-radius: 70px;
  background: var(--gradation02);
  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(25deg);
  transform: translate(-50%, 0) rotate(25deg);
  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(-25deg);
  transform: translate(-50%, 0) rotate(-25deg);
  top: 50%;
}

@media (max-width: 1024px) {
  .toggle {
    display: block !important;
    /* position: fixed !important;
    top: 10px;
    right: 2%; */
  }
}

/* .drawer-active:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 251;
  width: 100%;
  height: 100vh;
  background: #000;
  content: '';
  opacity: 0.3;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
} */

/*トップへ戻る*/
.totop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 200;
  width: 60px;
  height: 60px;
  color: #fff;
  background: var(--color01);
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 60px;
  cursor: pointer;
}

.totop:before {
  content: '\f077';
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
}

@media (max-width: 1024px) {
  .totop {
    right: 4px;
    bottom: 68px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

/**
フッター
footer
*/
.footer .copy {
  margin: 50px 0 0 0;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}

.footer .maps iframe{
  min-height: 300px;
  height: 45vh;
  max-height: 450px;
}

@media (max-width: 1024px) {
  .footer .copy {
    margin-top: 50px;
    padding-bottom: 120px;
    text-align: center;
  }

  .footer .maps iframe {
    height: 35vh;
    max-height: 400px;
}
}

@media (max-width: 599px) {
  .footer .maps iframe {
    min-height: 200px;
    height: 35vh;
    max-height: 250px;
}
}


/**
フッターナビ
fnav
*/
.fnav {
  padding: 80px 0 30px;
  background: var(--color02);
  color: #fff;
}

.fnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fnav .txt {
  font-weight: 400;
}

.fnav .tel a {
  font-size: initial;
  font-family: var(--ff01);
  display: block;
  line-height: 1.8;
  padding-top: 0;
}

.fnav .tel a::before {
  content: none;
}

.fnav .item a:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  content: '';
}

.fnav .datawrap {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.fnav .datawrap.type02 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.fnav .datattl {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  letter-spacing: 2px;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.fnav .datattl:before {
  display: block;
  content: '';
  background-size: contain;
  width: 30px;
}

.fnav .datattl.home::before {
  background-image: url(../images/common/home-icon.webp);
  aspect-ratio: 219 / 212;
}

.fnav .datattl.caesar::before {
  background-image: url(../images/common/caesar-icon.webp);
  aspect-ratio: 583/668;
}

.fnav .data {
  margin-bottom: 5px;
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.fnav .data+.data {
  margin-top: 25px;
}

.fnav .data a {
  position: relative;
  display: block;
  line-height: 1.2;
  font-weight: 400;
}

.fnav .data .sub-data {
  margin-top: 20px;
  font-size: 90%;
  padding-left: 20px;
  position: relative;
}

.fnav .data .sub-data a::before {
  content: "";
  background: #fff;
  width: 8px;
  height: 1px;
  display: block;
  position: absolute;
  top: 60%;
  left: -16px;
}

.fnav .data a .ja {
  font-size: 70%;
}

.fnav .logo .logo-img img {
  -webkit-filter: invert(1) brightness(10);
  filter: invert(1) brightness(10);
}

.fnav .logo .logo-txt {
  color: #fff;
}

.fnav .snsbox .icon {
  color: #fff;
}

.fnav .snsbox .icon img {
  -webkit-filter: invert(1) brightness(10);
  filter: invert(1) brightness(10);
}

@media (max-width: 1024px) {
  .fnav .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .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 .datawrap {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .fnav .data+.data {
    margin-top: 20px;
  }

  .fnav .data .sub-data {
    margin-top: 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: 220px;
}

.column2 .mainwrap {
  width: calc(100% - 270px);
}

@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+.list {
  margin-top: 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: 48%;
  }

  .side .list+.list {
    margin-top: 0;
  }
}

@media (max-width: 599px) {
  .side .list {
    width: 100%;
  }

  .side .list+.list {
    margin-top: 30px;
  }
}

.list-side .datattl {
  position: relative;
  margin-bottom: 5px;
  padding: 10px 15px 7px;
  background: var(--gradation02);
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  font-size: 30px;
  font-family: var(--ff02);
  border-radius: 3px;
}

.list-side .data {
  margin-bottom: 5px;
}

.list-side a {
  position: relative;
  display: block;
  padding: 8px 10px 8px 30px;
  line-height: 1.5;
  width: 100%;
  background: #fff;
  color: var(--color02);
  -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

.list-side a:hover {
  background: var(--color03);
  opacity: 1;
  color: var(--color02);
}

.list-side a:before {
  position: absolute;
  top: 12px;
  left: 10px;
  color: var(--color02);
  content: '●';
  font-size: 10px;
}

.list-side a:hover:before {
  color: var(--color02);
}

@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% - 5px) / 2);
  }
}

@media(max-width:599px) {
  .list-side .datattl {
    font-size: 26px;
  }
}

/*===================================
  各個別コンテンツ
===================================*/
/**
index
*/
/*homevisual*/
.homevisual {
  position: relative;
  height: calc(100vh - 150px);
}

.homevisual .img-wrap {
  position: relative;
  min-height: 300px;
  height: 100%;
}

.homevisual .img-wrap::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(60%, #f6f6f6));
  background: linear-gradient(90deg, transparent 50%, #f6f6f6 60%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.homevisual .img-wrap .uk-slidenav-position,
.homevisual .img-wrap .uk-slideshow,
.homevisual .img-wrap .uk-slideshow>li,
.homevisual .img-wrap .uk-slideshow>li>*,
.homevisual .img-wrap .uk-slideshow>li>* img{
  height: 100% !important;
  object-fit: cover;
}

.homevisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.homevisual .head {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 1200px;
  max-width: 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;
}

.homevisual .head .en-tit {
  font-size: 100px;
  line-height: 1;
}

[data-element-id] .homevisual .head .show\@sp .en-tit {
  font-size: 60px;
}

@media (max-width: 599px) {
  .homevisual {
    height: 100vh;
    /* height: 100dvh; */
  }

  .homevisual .img img {
    width: 100%;
    -o-object-position: 80% 50%;
    object-position: 80% 50%;
  }

  .homevisual .img-wrap::before {
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgb(255 255 255 / 60%)));
    background: linear-gradient(0deg, transparent 0%, rgb(255 255 255 / 60%) 100%);
  }

  .homevisual .head {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    align-items: flex-start;
  }

  .homevisual .head .en-tit {
    font-size: 60px;
  }
}

/* A-BiSUスライダー用 */
.mainimg {
  position: relative;
  overflow: hidden;
}

.mainimg img {
  width: 100%;
}

.mainimg .uk-slidenav-position {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

.mainimg .uk-slidenav-position:after {
  display: block;
  padding-top: 50%;
  content: '';
}

.mainimg .uk-slideshow {
  position: absolute;
  top: 0;
  height: 100% !important;
}

.mainimg .uk-slideshow li {
  height: 100% !important;
}

.mainimg .uk-slideshow .uk-flex {
  height: 100%;
}

.mainimg .uk-slideshow img {
  width: 100%;
  height: 100%;
  /*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

/* index-news-area */
.index-news-area .news-list .listbox .item:first-of-type {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.index-news-area .news-list .listbox .item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.index-news-area .news-list .listbox .item:last-child {
  margin-bottom: 0;
}

.index-news-area .news-list .listbox .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media(max-width:1024px) {}

@media(max-width:599px) {}


/* index-blog-area */
.blog-list .item:nth-of-type(4) {
  display: none;
}

.blog-list .item a:hover {
  opacity: 1;
}

.blog-list .item a .img {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: var(--shadow01);
  box-shadow: var(--shadow01);
}

.blog-list .item a .img img {
  -webkit-transition: .5s;
  transition: .5s;
}

.blog-list .item a:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-list .item a>* {
  -webkit-transition: .5s;
  transition: .5s;
}

.blog-list .item a:hover>*:not(.img) {
  opacity: .7;
}

@media(max-width:599px) {
  .blog-list .item:nth-of-type(4) {
    display: block;
  }

  .blog-list .item a .img {
    border-radius: 5px;
  }
}

/* index-banner-area */
.index-banner-area .banner-list a {
  position: relative;
  -webkit-box-shadow: var(--shadow01);
  box-shadow: var(--shadow01);
  display: block;
  width: 100%;
  height: 100%;
}

.index-banner-area .banner-list .bgi {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color03);
}

.index-banner-area .banner-list .head {
  padding: 50px;
  min-height: 250px;
  max-width: 100%;
}

@media(max-width:599px) {
  .index-banner-area .banner-list .head {
    padding: 30px 10px;
    min-height: 180px;
    width: 100%;
  }

  .index-banner-area .banner-list .bgi img {
    opacity: .3;
  }
}

/* index-feature-area */
.index-feature-area .feature-list .item {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 50px;
}

.index-feature-area .feature-list .item:nth-child(2n + 2) {
  border-right: none;
}

.index-feature-area .feature-list .item:first-of-type,
.index-feature-area .feature-list .item:nth-of-type(2) {
  border-top: none;
  padding-top: 0;
}

.index-feature-area .feature-list .item:nth-of-type(odd) {
  padding-left: 0;
}

.index-feature-area .feature-list .item:nth-of-type(even) {
  padding-right: 0;
}

.index-feature-area .feature-list .item:nth-last-child(2),
.index-feature-area .feature-list .item:last-child {
  padding-bottom: 0;
}


.feature-logo-box .logo {
  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: 15px;
}

.feature-logo-box .logo img {
  max-height: 80px;
}

@media(max-width:1024px) {
  .index-feature-area .feature-list .item {
    padding: 40px 20px;
  }
}

@media(max-width:599px) {
  .index-feature-area .feature-list .item {
    border-right: none;
  }

  .index-feature-area .feature-list .item:nth-of-type(odd) {
    padding-left: 20px;
  }

  .index-feature-area .feature-list .item:nth-of-type(even) {
    padding: 40px 20px;
  }

  .index-feature-area .feature-list .item:nth-of-type(2) {
    border-top: 1px solid #ccc;
  }

  .index-feature-area .feature-list .item:nth-last-child(2) {
    padding-bottom: 40px;
  }

  .index-feature-area .feature-list .item:last-child {
    padding-bottom: 0;
  }
}

/* index-message-area */
.index-message-area .message-list {
  background: var(--color04);
  padding: 80px;
}

@media(max-width:1024px) {
  .index-message-area .message-list {
    padding: 80px 50px;
  }
}

@media(max-width:599px) {
  .index-message-area .message-list {
    padding: 50px 15px;
  }
}

/* index-item-area */
.index-item-area .item-list .item+.item {
  margin-top: 30px;
}

.index-item-area .item-list .item .item-inner {
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: var(--shadow01);
  box-shadow: var(--shadow01);
}

.index-item-area .item-list.rowr .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-item-area .item-list .item .titbox .maker-logo {
  width: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.index-item-area .item-list .item .titbox .maker-logo img {
  width: 100%;
  height: auto;
}

@media(max-width:599px) {
  .index-item-area .item-list .item .item-inner {
    margin: 10px;
  }

  .index-item-area .item-list .item .titbox .maker-logo {
    width: 100px;
    margin-right: 0px;
  }
}

/* index-maker-area */
.index-maker-area .maker-list .item .item-inner {
  -webkit-box-shadow: var(--shadow01);
  box-shadow: var(--shadow01);
  padding: 20px;
  border-radius: 10px;
}

.index-maker-area .maker-list .item .maker-logo {
  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;
  margin-bottom: 5px;
}

.index-maker-area .maker-list .item .maker-logo img {
  max-height: 60px;
  max-width: 140px;
}

@media(max-width:1024px) {
  .index-maker-area .maker-list .item .item-inner {
    padding: 20px 10px 10px;
    border-radius: 5px;
  }

  .index-maker-area .maker-list .item .maker-logo img {
    max-width: 120px;
  }
}

/* index-banner02-area */
.index-banner02-area .banner02-list .item a:hover {
  opacity: 1;
}

.index-banner02-area .banner02-list .item .item-inner {
  position: relative;
}

.index-banner02-area .banner02-list .item .item-inner .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index-banner02-area .banner02-list .item a .item-inner .btn .a {
  border: 2px solid lightslategrey;
  -webkit-transition: .5s;
  transition: .5s;
}

.index-banner02-area .banner02-list .item a:hover .item-inner .btn .a {
  background: none;
  border: 2px solid #fff;
}

.index-banner02-area .banner02-list .item .item-inner .img {
  -webkit-box-shadow: var(--shadow01);
  box-shadow: var(--shadow01);
  background: var(--gradation01);
}

.index-banner02-area .banner02-list .item a .item-inner .img img {
  -webkit-transition: .5s;
  transition: .5s;
}

.index-banner02-area .banner02-list .item a:hover .item-inner .img img {
  opacity: .5;
}

.index-banner02-area .banner02-list .item a .item-inner .btn .a {
  min-width: 170px;
}

/* index-contact-area */
.index-contact-area .contact-list {
  background: #fff;
  padding: 20px 0;
  border-radius: 10px;
  -webkit-box-shadow: var(--shadow01);
  box-shadow: var(--shadow01);
}

.index-contact-area .contact-list .box:not(:last-of-type) .box-inner {
  border-right: 1px solid var(--color02);
}

.index-contact-area .contact-list .box .box-inner {
  height: 100%;
  padding: 20px 30px;
  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;
  text-align: center;
}

.index-contact-area .contact-list .box .box-inner .tit {
  margin-bottom: 20px;
  font-weight: 600;
}

.index-contact-area .contact-list .btn {
  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-contact-area .contact-list .tel a {
  gap: 5px;
  font-size: 42px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-contact-area .contact-list .icon a {
  color: #00ab02;
  font-size: 55px;
  line-height: 1;
  display: block;
}

@media(max-width:1024px) {
  .index-contact-area .contact-list .box .box-inner {
    padding: 20px 10px;
  }

  .index-contact-area .contact-list .btn a {
    width: 200px;
  }

  .index-contact-area .contact-list .tel a {
    font-size: 32px;
  }

  .index-contact-area .contact-list .box .box-inner .tit {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

@media(max-width:599px) {
  .index-contact-area .contact-list {
    padding: 20px;
  }

  .index-contact-area .contact-list .box:not(:last-of-type) .box-inner {
    border-right: none;
    border-bottom: 1px solid var(--color02);
  }
}

/* index-other */
.index-other-area .other-list {
  background: var(--color03);
  padding: 50px 30px 30px;
  border-radius: 10px;
}

.index-other-area .other-list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  padding: 15px;
  height: 100%;
}

.index-other-area .other-list .item:last-child a {
  background: none;
  padding: 0;
}

.index-other-area .other-list .item a img {
  max-height: 110px;
}

@media(max-width:1024px) {
  .index-other-area .other-list {
    padding: 40px 20px 30px;
  }
}

@media(max-width:599px){
  .index-other-area .other-list .item a img{
    max-height: unset;
  }
}

/**
下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
  position: relative;
}

.topvisual .img {
  position: relative;
  min-height: 200px;
  max-height: 250px;
  background: var(--color03);
}

.topvisual.type02 .img {
  background: #fff;
}

.topvisual .img:before {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 30%;
  content: '';
}

.topvisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -webkit-filter: opacity(0.2);
  filter: opacity(0.2);
}

.topvisual .head {
  position: absolute !important;
  width: 96%;
  max-width: 1000px;
  text-align: center;
  top: 50%;
  left: 50%;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 3px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--color02);
  font-weight: 700;
}

[data-element-id] .topvisual .head .show\@sp{
          font-size: 24px;
        letter-spacing: 0;
}

@media (max-width: 1024px) {
  .topvisual .img {
    min-height: 250px;
  }

  .topvisual .head {
    letter-spacing: 0;
    top: 65%;
    line-height: 1.5;
  }
}

@media(max-width:599px){
   .topvisual .head {
    font-size: 24px;
   }
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
  margin: 30px 0;
}

.bgc-cmn-03 .breadcrumbs {
  padding: 30px 0 0;
  margin: 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;
}

.breadcrumbs-list li.breadcrumbs-home a,
.breadcrumbs-list li.breadcrumbs-prevpage a {
  font-weight: bold;
  color: var(--color02);
}

.breadcrumbs-list li+li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 0 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg) translate(-2px, -1px);
  transform: rotate(45deg) translate(-2px, -1px);
}

@media (max-width: 1024px) {
  .breadcrumbs {
    margin: 20px 0;
    font-size: 14px;
  }

  .bgc-cmn-03 .breadcrumbs {
    padding: 20px 0 0;
  }

  .breadcrumbs-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .breadcrumbs-list {
    width: 90%;
    margin-top: 1em;
  }

  .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;
  }

  .bgc-cmn-03 .breadcrumbs {
    padding: 15px 0 0;
  }

  .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-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.pagenation .next {
  position: relative;
  margin-left: 20px;
}

.pagenation .next a:before {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.pagenation a,
.pagenation .now {
  font-weight: bold;
}

.pagenation .number a,
.pagenation .prev a,
.pagenation .next a,
.pagenation .now {
  display: block;
  padding: 2px 2px 10px 2px;
  width: 35px;
  height: 35px;
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  border-radius: 50%;
  font-family: var(--ff02);
  font-weight: 500;
  letter-spacing: 0;
}

.pagenation .prev a,
.pagenation .next a {
  font-size: 12px;
}

.pagenation .number a:hover,
.pagenation .prev a:hover,
.pagenation .next a:hover,
.pagenation .now {
  background: var(--color02);
  color: #fff;
  opacity: 1;
}

@media (max-width: 599px) {
  .pagenation .item {
    margin: 0 5px;
  }

  .pagenation .prev {
    margin-right: 10px;
  }

  .pagenation .next {
    margin-left: 10px;
  }
}

/**
各下層ページ
*/
/* 02about（ベスト補聴器センターについて） */
.about-staff-area .staff-list .item .item-inner .message {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  position: relative;
}

.about-staff-area .staff-list .item .item-inner .message::before {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid #fff;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: -5px;
  left: 40px;
  -webkit-transform: scaleY(1.5) rotate(40deg);
  transform: scaleY(1.5) rotate(40deg);
}

@media(max-width:599px) {
  .about-staff-area .staff-list .item .item-inner .message {
    padding: 15px 10px;
  }
}

.info-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.info-list .item .t-tit,
.info-list .item .t-txt {
  padding: 10px;
}

.info-list .item .t-tit {
  width: 25%;
  font-weight: 600;
  color: var(--color02);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about-access-area .access-list .train {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

/* 03first（初めての方へ） */
.first-content01-area .content01-list.part1 .item .item-inner {
  background: var(--color04);
  padding: 10px 20px;
  border-radius: 5px;
  position: relative;
  padding-left: 45px;
  height: 100%;
}

.first-content01-area.bgc-cmn-03 .content01-list.part1 .item .item-inner {
  background: #fff;
}

.first-content01-area .content01-list.part1 .item .item-inner::before {
  content: "\f00c";
  font-family: var(--ff99);
  font-weight: bold;
  color: #fff;
  background: var(--color02);
  width: 20px;
  aspect-ratio: 1 / 1;
  display: block;
  text-align: center;
  line-height: 20px;
  border-radius: 2px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.first-content01-area .content01-list.part1+.part2 {
  margin-top: 80px;
}

.first-content01-area .content01-list.part2 .listbox .item+.item {
  margin-top: 50px;
}

.first-content01-area .content01-list.part2 .listbox.row .item:nth-of-type(even) .item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.first-content01-area .content01-list.part2 .listbox.rowr .item:nth-of-type(odd) .item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.first-content02-area .content02-list .item .item-inner {
  border: 3px solid var(--color02);
  padding: 50px 30px;
  border-radius: 10px;
  height: 100%;
}

[data-element-id] .first-content02-area .content02-list .item .item-inner{
  padding: 50px 5px;
}

.first-content02-area .content02-list .item .item-inner .subbox:first-child {
  border-right: 1px dashed #ccc;
}

.first-content02-area .content02-list .item .item-inner .title {
  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;
  line-height: 1.5;
}

@media(max-width:1024px) {
  .first-content01-area .content01-list.part1 .item .item-inner {
    font-size: 15px;
    line-height: 1.5;
  }

  .first-content01-area .content01-list.part1 .item .item-inner::before {
    top: 10px;
  }
}

@media(max-width:599px) {
  .first-content02-area .content02-list .item .item-inner .subbox+.subbox {
    margin-top: 30px;
  }

  .first-content02-area .content02-list .item .item-inner .subbox:first-child {
    border-right: none;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 40px;
  }

  .first-content02-area .content02-list .item .item-inner {
    padding: 20px 10px;
  }

  .index-item-area .item-list.rowr .item:nth-of-type(even) .item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* 04feature */
.feature .btn-type-01 a {
  padding: 13px 30px 10px 30px;
  font-family: var(--ff01);
  font-size: inherit;
  line-height: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* 05flow */
.flow-area .flow-list .item {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}

.flow-area .flow-list .item+.item {
  margin-top: 30px;
}

.flow-area .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-area .flow-list .item .item-inner .imgbox {
  width: 30%;
  position: relative;
}

.flow-area .flow-list .item:not(:last-of-type) .imgbox::after {
  content: "";
  border-bottom: 10px solid var(--color01);
  border-right: 10px solid var(--color01);
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  width: 10px;
  display: block;
  position: absolute;
  bottom: -55px;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}

.flow-area .flow-list .item .item-inner .txtbox {
  width: 65%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.flow-area .flow-list .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow-area .flow-list .item .title .num {
  font-family: var(--ff02);
  font-size: 200%;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
}

.flow-area .flow-list .item .item-inner .txt {
  margin-top: 10px;
}

@media(max-width:599px) {
  .flow-area .flow-list .item {
    padding: 30px 20px;
    border-radius: 5px;
  }

  .flow-area .flow-list .item .item-inner .imgbox {
    width: 100%;
    position: initial;
  }

  .flow-area .flow-list .item:not(:last-of-type) .imgbox::after {
    bottom: -25px;
  }

  .flow-area .flow-list .item .item-inner .txtbox {
    width: 100%;
  }

  .flow-area .flow-list .item .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}

/* 07maker */
.maker-area .maker-list .item {
  background: var(--color03);
  padding: 50px;
  border-radius: 10px;
  height: 100%;
}

/* .maker-area .maker-list .item+.item {
  margin-top: 50px;
} */

.maker-area .maker-list .item .top-box-wrap .series {
  color: var(--color02);
  border: 2px solid var(--color02);
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 5px;
  min-width: 180px;
  text-align: center;
}

.maker-area .maker-list .item .maker-logo img {
  mix-blend-mode: darken;
  max-width: 160px;
  max-height: 70px;
  margin-bottom: 10px;
}

/* .maker-area .maker-list .item .box-wrap {
  display: none;
} */

@media(max-width:1024px) {
  .maker-area .maker-list .item {
    padding: 30px 15px;
    border-radius: 5px;
  }
}

/* 08recommend */
.recommend-btn-box .button-wrap .btn-type-02 a {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 4px solid #d9d9d9;
  border-radius: 5px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recommend-btn-box .button-wrap .btn-type-02 .img {
  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;
}

.recommend-btn-box .button-wrap .btn-type-02 img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 180px;
  max-height: 60px;
  padding: 0 0 10px;
  background: #fff;
  border-radius: 5px;
}

@media(max-width:1024px) {
  .recommend-btn-box .button-wrap .btn-type-02 img {
    max-width: 130px;
  }
}

@media(max-width:599px) {
  .recommend-btn-box .button-wrap .btn-type-02 img {
    max-width: 120px;
  }
}

/* 09campaign */
[data-element-id] .product-area .product-list .item:nth-child(n + 5){
  display: none;
}

.product-area .product-list .item .item-inner {
  background: #FFED62;
  padding: 20px 15px;
  border: 5px solid var(--color02);
  position: relative;
  -webkit-box-shadow: 5px 5px 0px #ccc;
  box-shadow: 5px 5px 0px #ccc;
  margin: 0 5px 5px 0;
  border-radius: 10px;
  height: 100%;
}

.product-area .product-list .item .item-inner::before {
  content: "";
  background: var(--color02);
  width: 100px;
  aspect-ratio: 1 / 1;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.product-area .product-list .item .item-inner::after {
  content: "";
  background: url(/upload/tenant_1/icon-product.webp) no-repeat;
  aspect-ratio: 100 / 106;
  width: 40px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  -webkit-filter: drop-shadow(6px 6px 0px var(--color01));
  filter: drop-shadow(6px 6px 0px var(--color01));
}

.product-area .product-list .item .item-inner .c-title,
.product-area .product-list .item .item-inner .name {
  padding-left: 80px;
}

.product-area .product-list .item .item-inner .c-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--color02);
}

.product-area .product-list .item .item-inner .name {
  font-size: 20px;
  font-weight: 600;
  color: var(--color02);
}

.product-area .product-list .item .item-inner .info-item {
  background: var(--color02);
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 5px;
  text-align: center;
}

.product-area .product-list .item .item-inner .info-item:last-of-type{
  margin-bottom: 10px;
}

.product-area .product-list .item .item-inner .txt {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 14px;
  border: 1px solid var(--color03);
}

.product-area.type02:not(:last-of-type) .inner {
  border-bottom: 1px dashed transparent;
  padding-bottom: 120px;
  -webkit-transition: .5s;
  transition: .5s;
}

.product-area.type02.mv:not(:last-of-type) .inner {
  border-bottom: 1px dashed #ccc;
}

.product-area.type02 .product-list .item .item-inner {
  background: #fff;
  border: 5px solid #d9d9d9;
  -webkit-box-shadow: 5px 5px 0px #1a94ca;
  box-shadow: 5px 5px 0px #1a94ca;
}

.product-area .product-list .item .item-inner::before {
  background: #d9d9d9;
}

.product-area.type02 .product-list .item .item-inner::after {
  -webkit-filter: drop-shadow(6px 6px 0px var(--color01));
  filter: drop-shadow(6px 6px 0px var(--color01));
}

@media(max-width:1024px) {
  .product-area.type02:not(:last-of-type) .inner {
    padding-bottom: 100px;
  }
}

@media(max-width:599px) {
  .campaign-btn-box .btn-type-01 a {
    min-width: 170px;
  }

  .product-area.type02:not(:last-of-type) .inner {
    padding-bottom: 80px;
  }

  .product-area .product-list .item .item-inner {
    padding: 20px 15px;
    border: 3px solid var(--color02);
    -webkit-box-shadow: 3px 3px 0px #ccc;
    box-shadow: 3px 3px 0px #ccc;
    margin: 0 3px 3px 0;
  }
}

[data-element-id] .coupon-area .coupon-list .item:nth-child(n + 5){
  display: none;
}

.coupon-area .coupon-list .item-inner {
  background: var(--color02);
  color: #fff;
  border: 3px solid #FFF;
  border-radius: 0 10px 10px 10px;
  padding: 20px;
  -webkit-box-shadow: 1px 1px 0px rgb(0 0 0 / 15%);
  box-shadow: 1px 1px 0px rgb(0 0 0 / 15%);
  height: 100%;
}

.coupon-area .coupon-list .item-inner .sub-tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--ff02);
  font-size: 30px;
  line-height: 1;
}

.coupon-area .coupon-list .item-inner .offbox {
  font-size: 60px;
  text-align: center;
  line-height: .8;
  margin-top: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.coupon-area .coupon-list .item-inner .now {
  border-bottom: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.coupon-area .coupon-list .item {
  counter-increment: cnt;
}

.coupon-area .coupon-list .item-inner .sub-tit::after {
  content: ""counter(cnt) "";
  margin-left: 5px;
  font-family: var(--ff02);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 150%;
  line-height: 0.5;
}

@media(max-width:1024px) {
  .coupon-area .coupon-list .item-inner {
    border-radius: 0 10px 10px 10px;
    padding: 25px 10px;
  }

  .coupon-area .coupon-list .item-inner .sub-tit {
    font-size: 22px;
  }

  .coupon-area .coupon-list .item-inner .offbox {
    font-size: 60px;
    margin-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

/* 記事一覧ページ */
.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cate,
.genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  align-items: flex-start;
}

.cate span,
.genre span {
  background: var(--color01);
  color: #fff;
  padding: 1px 6px 2px 6px;
  font-size: 12px;
  border-radius: 3px;
}

.genre span {
  margin: 0;
}

.genre span {
  background: var(--color03);
}

.list-article .genre {
  position: absolute;
  bottom: 0;
  right: 0px;
}

.list-article .txt {
  line-height: 1.7;
  font-size: 16px;
}

@media(max-width:599px) {
  .meta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
  }
}

/* 記事詳細ページ */
.articledtl01 .head {
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.articledtl01 .txt h2 {
  margin: 1em 0;
  padding: 0.5em 1em 0.7em;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  font-family: var(--ff01);
  font-weight: 500;
  background: var(--gradation02);
  color: #fff;
}

.articledtl01 .txt h3 {
  margin: 1em 0;
  padding: 0.5em;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  border-left: solid 10px var(--color02);
  font-family: var(--ff01);
  font-weight: 700;
}

.articledtl01 .txt h4 {
  margin: 1em 0;
  padding-bottom: 0.5em;
  font-weight: 600;
  font-size: 18px;
  border-bottom: dotted 2px var(--color02);
  font-family: var(--ff01);
  font-weight: 700;
}

.articledtl01 .txt 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 .txt ul li::before {
  content: "■";
  color: var(--color02);
}

.articledtl01 .txt 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 .txt ol li::before {
  content: ""counter(cnt)".";
  margin-right: 10px;
  font-weight: bold;
  font-size: 150%;
  color: var(--color02);
  font-family: var(--ff02);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.articledtl01 iframe[src*="youtube"] {
  margin-top: 1em;
  margin-bottom: 1em;
  aspect-ratio: 16 / 9;
  height: auto;
}

.articledtl02 .list-article .item:nth-of-type(4) {
  display: none;
}

@media(max-width:599px) {
  .articledtl02 .list-article .item:nth-of-type(4) {
    display: block;
  }
}

/* news */
.news01 .list-article .item+.item {
  margin-top: 30px;
}

.news01 .list-article .item a {
  background: #fff;
  padding: 10px 20px;
  display: block;
  -webkit-box-shadow: var(--shadow01);
  box-shadow: var(--shadow01);
  border-radius: 10px;
}

/* system */
.system01 .list-article .item+.item {
  margin-top: 30px;
}

.system01 .list-article .item a {
  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-shadow: var(--shadow01);
  box-shadow: var(--shadow01);
  border-radius: 10px;
  overflow: hidden;
}

/* よくある質問 */
.faq-list .datattl {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
}

.faq-list .datattl span.text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 10px 50px 10px 0;
  line-height: 1.5;
}

.faq-list.type02 .datattl {
  background: var(--color04);
}

.faq-list .datattl:before {
  content: "Q";
  color: #ffffff;
  background: var(--gradation02);
  font-size: 30px;
  font-family: var(--ff02);
  width: 60px;
  aspect-ratio: 1 / 1.2;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  line-height: 1;
  margin-right: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 0 5px 0;
}

.faq-list .datattl span:before,
.faq-list .datattl span:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  content: "";
  text-align: center;
  background: var(--color02);
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.faq-list .datattl span:before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.faq-list .datattl.is-parent span:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.faq-list .item {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}

[data-element-id] .faq-list .item:nth-child(n + 4){
  display: none;
}

.faq-list .data {
  position: relative;
  display: none;
  padding-top: 20px;
  padding-left: 80px;
  padding-bottom: 30px;
  padding-right: 20px;
  border-top: 2px solid var(--color03);
  background: #fff;
  font-size: 15px;
}

[data-element-id] .faq-list .data{
  display: block;
}

.faq-list.type02 .data {
  background: var(--color04);
  border-color: #fff;
}

.faq-list .data:before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 30px;
  font-family: var(--ff02);
  width: 60px;
  color: var(--color02);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  display: block;
  text-align: center;
}

@media (max-width: 1024px) {
  .faq-btn-box .button-wrap .btn-type-01 {
    width: calc(100% / 4);
    line-height: 1.3;
  }

  .faq-btn-box .button-wrap .btn-type-01 a {
    width: 100%;
    font-size: 15px;
  }
}

@media (max-width: 599px) {
  .faq-btn-box .button-wrap .btn-type-01 {
    width: calc(100% / 2);
  }

  .faq-list .item {
    font-size: 15px;
  }

  .faq-list .datattl span.text {
    padding: 10px 30px 10px 0;
  }

  .faq-list .datattl span:before,
  .faq-list .datattl span:after {
    right: 8px;
    width: 12px;
  }

  .faq-list .datattl:before {
    font-size: 24px;
    width: 50px;
    margin-right: 20px;
    aspect-ratio: 1 / 1.5;
  }

  .faq-list .data {
    padding-left: 70px;
    padding-bottom: 20px;
  }

  .faq-list .data:before {
    font-size: 24px;
    width: 50px;
    top: 25px;
  }
}

/* フォーム */
.form .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px 0;
  border-bottom: 2px dashed #ccc;
  -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: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  color: #000;
  font-weight: bold;
}

.form .require {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 10px 5px 10px;
  background: #cb1a1a;
  color: #fff;
  font-size: 14px;
  line-height: 1.6em;
  border-radius: 3px;
}

.form .data {
  padding-left: 50px;
  width: 100%;
}

.form .data.code {
    width: 30%;
    min-width: 150px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.form .data input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  border: none;
  background: var(--color03);
}

.form .data input[type='radio'],.form .data input[type='checkbox'] {
  display: none;
}

.form .data input[type='radio']+label,.form .data input[type='checkbox']+label {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  padding-left: 25px;
  line-height: 1.5;
}

.form .data input[type='checkbox']+label{
  width: 29%;
}

.form .data input[type='checkbox']+label:last-of-type {
    width: 100%;
}

.form .data input[type='radio']+label::before,.form .data input[type='checkbox']+label::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  border: 2px solid #333;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 0 1px #999;
  box-shadow: none;
  content: '';
}

.form .data input[type='radio']:checked+label::after,.form .data input[type='checkbox']:checked+label::after {
  position: absolute;
  top: 7px;
  left: 3px;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #333;
  content: '';
}

.form .data input[type='radio']:checked+label,.form .data input[type='checkbox']: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: 5px;
  width: 100%;
  height: 150px;
  border: none;
  background: var(--color03);
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.form .data01 div {
  display: inline-block;
}

.form .btn-type-01 button {
  padding: 15px;
}

.form .actual_object_error_wrapper {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .form .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form .datattl {
    display: block;
    margin-bottom: 10px;
  }

  .form .data {
    padding-left: 0;
  }
}

@media(max-width:599px) {
  .form .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .form .require {
    padding: 3px 10px 4px 10px;
    font-size: 12px;
  }
  
  .form .data input[type='radio']+label {
      width: 40%;
    }
}

/* tab */

.tabItem {
    display: none;
}

[data-element-id].tabItem {
    display: block;
}

.tabItem.active {
    display: block;
}

.tabBtn ul {
    display: flex;
    width: 100%;
    gap: 30px;
}

.tab_class .btn-txt {
    border: 2px solid #95d1e5;
    background: #fff;
    padding: 10px 20px;
    color: #95d1e5;
    font-size: 20px;
}

.tab_class .a {
    border: 1px solid var(--color02);
    display: block;
    background: transparent;
    color: var(--color02);
}

.tab_class.active .a {
    border: 1px solid #fff;
    background: var(--gradation01);
    color: #fff;
}


[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {
  display: none;
}

/* [data-hide-element]:before {
    font-size: 10px !important;
    letter-spacing: -1px;
    left: 50%;
    transform: translateX(-50%) !important;
    width: 130%;
    padding: 2px 2px;
    box-shadow: 0 0 0 .5px #F44336 !important;
} */
