@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap');

:root {
  --color-orange1: #fa5037;
  --color-orange2: #ff492e;
  --color-orange3: #ef8000;
  --color-navy1: #191928;
  --color-navy2: #30303e;
  --color-green1: #234250;
  --color-gray1: #eeeeee;
  --color-gray2: #9e9e9e;
  --color-cyan1: #4be6f0;
  --color-cyan2: rgb(234 245 245 / 80%);
  --color-yellow1: #fdd000;
  --color-yellow2: rgb(253, 208, 30%);
  --color-red1: #d60812;
  --color-pink1: #f19dc2;
  --color-black1: #474753;
  --color-black0: #212121;
  --ff01: 'メイリオ', Meiryo, sans-serif;
  --ff02: "Roboto", sans-serif;
  --ff03: "Poppins", sans-serif;
  --ff99: "font awesome 5 free";
}

html {
  font-family: var(--ff01);
  line-height: 1.8;
  letter-spacing: 1px;
  /* color: #4d4d4d; */
  color: var(--color-navy1);
  font-weight: 600;
}

.txt {
  font-size: 15px;
  line-height: 2;
}

.date {
  font-size: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  letter-spacing: 1px;
  font-family: var(--ff03);

}

[data-element-id] .date {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.more {
  font-size: 10px;
  position: relative;
  padding-right: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.more::after {
  content: "\f054";
  font-family: var(--ff99);
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

a:hover .more::after {
  right: -5px;
}

@media(max-width:1024px) {
  .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}

.up-ls-0 {
  letter-spacing: 0;
}

.up-ls-1 {
  letter-spacing: 1px;
}

.up-td-under {
  text-decoration: underline;
}

.up-fz-250\% {
  font-size: 250%;
}

/*===================================
  基本設定
===================================*/
.color00 {
  color: #4d4d4d;
}

.color-orange1 {
  color: var(--color-orange1);
}

.color-orange2 {
  color: var(--color-orange2);
}

.color-navy1 {
  color: var(--color-navy1);
}

.color-black0 {
  color: var(--color-black0);
}

/* bgc */
.bgc-navy1 {
  background-color: var(--color-navy1);
}

.bgc-gray1 {
  background-color: var(--color-gray1);
}

/* bgi */
.bgi-cmn-00 {
  position: relative;
  background: #000;
}

.bgi00 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .5;
}

.bgi00.filter01 img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.bgi00+*,
.bgi00+*+* {
  z-index: 2;
  position: relative;
}

.bgi-cmn-02 .bgi02 {
  height: 50vh;
  min-height: 300px;
  max-height: 500px;
}

@media(max-width:1024px) {
  .bgi-cmn-02 .bgi02 {
    height: 50vh;
    min-height: 280px;
    max-height: 320px;
  }
}

/* font */
.font-cmn-01 {
  font-family: var(--ff01);
}

.font-cmn-02 {
  font-family: var(--ff02);
}

.font-cmn-03 {
  font-family: var(--ff03);
}

.tag-plus {
  font-family: var(--ff02);
  font-size: 110%;
  line-height: 1;
  margin-right: 0.2rem;
  letter-spacing: .3rem;
}

/* 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;
  font-size: 16px;
  line-height: 1;
  font-family: var(--ff02);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ttl-cmn-01.-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: auto;
}

.ttl-cmn-01.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.ttl-cmn-01.white {
  color: #fff;
}

.ttl-cmn-01 .en {
  font-size: 200%;
  color: var(--color04);
  text-shadow: 1px 1px white, -1px -1px white, 1px 1px white, 1px -1px white, 1px 1px white, -1px -1px white, -2px 1px white, 1px -1px white;
}

.ttl-cmn-01.type02 .en {
  font-size: 500%;
}

.ttl-cmn-01.green .en {
  color: var(--color01);
}

.ttl-cmn-01 .ja {
  margin-top: 10px;
  line-height: 1.5;
}

.ttl-cmn-01.-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ttl-cmn-01.-center .ja {
  padding-left: 0;
}

.ttl-cmn-01.-center .ja::before {
  content: none;
}

[data-element-id] .show\@sp .ttl-cmn-01 {
  font-size: 14px;
}

[data-element-id] .show\@sp .ttl-cmn-01 .en {
  font-size: 300%;
}

@media(max-width:1024px) {
  .ttl-cmn-01.type02 .en {
    font-size: 320%;
  }
}

@media(max-width:599px) {
  .ttl-cmn-01 {
    font-size: 14px;
  }

  .ttl-cmn-01 .en {
    font-size: 300%;
  }
}

.ttl-cmn-02 {
  font-size: 30px;
  font-family: var(--ff02);
  color: var(--color01);
  line-height: 1.5;
}

.ttl-cmn-02.white {
  color: #fff;
}

[data-element-id] .show\@sp .ttl-cmn-02 {
  font-size: 22px;
}

@media(max-width:1024px) {
  .ttl-cmn-02 {
    font-size: 26px;
  }
}

@media(max-width:599px) {
  .ttl-cmn-02 {
    font-size: 22px;
  }
}

/* ttl-size- */
.ttl-size-big {
  font-size: 4rem;
  letter-spacing: 5px;
}

[data-element-id] .show\@sp .ttl-size-big{
  font-size: 2.5rem;
}

@media(max-width:1024px) {
  .ttl-size-big {
    font-size: 3rem;
    letter-spacing: 3px;
  }
}

@media(max-width:599px) {
  .ttl-size-big {
    font-size: 2.5rem;
  }
}

.ttl-size-medium {
  font-size: 2.5rem;
  line-height: 1.3;
}

[data-element-id] .show\@sp .ttl-size-medium,[data-element-id] .ttl-size-medium .show\@sp {
        font-size: 1.7rem;
    }

@media(max-width:1024px) {
  .ttl-size-medium {
    font-size: 2rem;
  }
}

@media(max-width:599px) {
  .ttl-size-medium {
    font-size: 1.7rem;
  }
}

.ttl-size-small {
  font-size: 2rem;
}

[data-element-id] .show\@sp .ttl-size-small {
    font-size: 1.4rem;
    line-height: 1.3;
  }

@media(max-width:1024px) {
  .ttl-size-small {
    font-size: 1.8rem;
  }
}

@media(max-width:599px) {
  .ttl-size-small {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

.ttl-size-xsmall {
  font-size: 1.5rem;
  letter-spacing: 2px;
}

@media(max-width:1024px) {
  .ttl-size-xsmall {
    font-size: 1.4rem;
    letter-spacing: 0px;
  }
}

@media(max-width:599px) {
  .ttl-size-xsmall {
    font-size: 1.2rem;
    letter-spacing: 0px;
  }
}

.ttl-size-xxsmall {
  font-size: 1.3rem;
  letter-spacing: 2px;
}

@media(max-width:1024px) {
  .ttl-size-xxsmall {
    font-size: 1.2rem;
    letter-spacing: 0px;
  }
}

@media(max-width:599px) {
  .ttl-size-xxsmall {
    font-size: 1.1rem;
    letter-spacing: 0px;
  }
}

/* btn-type */
.btn-type-01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-type-01 .btn-dotBox {
  border: 1px solid #cacaca;
  border-radius: 50px;
  overflow: hidden;
}

.btn-type-01.-black .btn-dotBox {
  border: 1px solid var(--color-gray2);
}

.btn-type-01 .btn-dotBox a,
.btn-type-01 .btn-dotBox button {
  padding: 1rem 5rem .8rem 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  border: none;
  background: none;
  width: 100%;
  font-weight: 600;
  color: #4d4d4d;
}

.btn-type-01.-big .btn-dotBox a {
  padding: 1.5rem 5rem 1.3rem 5rem;
  min-width: 300px;
  text-align: center;
}

.btn-type-01.-xbig .btn-dotBox a {
  padding: 1rem 5rem .8rem 5rem;
  min-width: 500px;
  text-align: center;
}

.btn-type-01 .btn-dotBox a:hover,
.btn-type-01 .btn-dotBox button:hover {
  opacity: 1;
}

.btn-type-01.-medium .btn-dotBox a,
.btn-type-01.-medium .btn-dotBox button {
  padding: .7rem 5rem .6rem 2rem;
}

.btn-type-01.-small .btn-dotBox a,
.btn-type-01.-small .btn-dotBox button {
  padding: 1rem 2rem 0.8rem 1rem;
}

.btn-type-01 .btn-dotBox .btn-dotBoxTxt {
  position: relative;
  display: block;
  letter-spacing: 0.06em;
  z-index: 1;
}

.btn-type-01 .btn-dotBox .btn-dotBox-dot {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  z-index: 0;
  background-color: var(--color-orange2);
  border-radius: 50%;
}

.btn-type-01.-xbig .btn-dotBox .btn-dotBox-dot {
  width: 15px;
  height: 15px;
}

.btn-type-01 .btn-dotBox .btn-dotBox-dot::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  margin: auto;
  z-index: 0;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn-type-01.-xbig .btn-dotBox .btn-dotBox-dot::before {
  width: 15px;
  height: 15px;
  right: 70px;
}

.btn-type-01.-medium .btn-dotBox .btn-dotBox-dot::before {
  right: 30px;
}

.btn-type-01 .btn-dotBox a:hover .btn-dotBox-dot::before {
  opacity: 1;
}

.btn-type-01 .btn-dotBox .btn-dotBoxTxt {
  font-size: 18px;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.btn-type-01.-xbig .btn-dotBox .btn-dotBoxTxt {
  font-size: 22px;
}

.btn-type-01.-medium .btn-dotBox .btn-dotBoxTxt {
  font-size: 16px;
}

.btn-type-01.-small .btn-dotBox .btn-dotBoxTxt {
  font-size: 14px;
  letter-spacing: 0;
}

.btn-type-01.-white .btn-dotBox a .btn-dotBoxTxt,
.btn-type-01 .btn-dotBox a:hover .btn-dotBoxTxt,
.btn-type-01.-white .btn-dotBox button .btn-dotBoxTxt,
.btn-type-01 .btn-dotBox button:hover .btn-dotBoxTxt {
  color: #fff;
}

.btn-type-01 .btn-dotBox a:hover,
.btn-type-01 .btn-dotBox button:hover {
  opacity: 1;
}

.btn-type-01 .btn-dotBox a:hover .btn-dotBox-dot,
.btn-type-01 .btn-dotBox button:hover .btn-dotBox-dot {
  width: 210%;
  height: 400%;
  right: -10%;
}

.btn-type-01 .btn-dotBox .btn-dotBox-dot {
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

@media(max-width:599px) {
  .btn-type-01 .btn-dotBox a, .btn-type-01 .btn-dotBox button{
    padding: 1rem 3rem .8rem 2rem;
  }
  
  .btn-type-01 .btn-dotBox .btn-dotBoxTxt{
    font-size: 16px;
  }
  
  .btn-type-01.-xbig .btn-dotBox a {
    padding: 1rem 4rem .8rem 4rem;
    min-width: 200px;
    max-width: 100%;
  }
}

.btn-type-02 a {
  width: 100%;
  background: var(--color-orange1);
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 100px;
  font-size: 14px;
  letter-spacing: 0;
  padding: .5rem .5rem;
  border: 2px solid var(--color-orange1);
}

.btn-type-02.-type02 a {
  background: none;
  color: var(--color-orange1);
}

/* deco-cmn */
.deco-inner {
  position: relative;
  z-index: 2;
}

.deco-cyan-circle1 {
  position: relative;
}

.deco-orange-circle1 {
  position: relative;
  font-size: 120%;
  line-height: 1;
}

.deco-cyan-wave1 {
  position: relative;
  opacity: 1;
}

.deco-cyan-wave1::before {
  content: "";
  background-image: url("/upload/tenant_1/cyan_wave.webp");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1382 / 37;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 10px;
  left: -5px;
  z-index: 2;
}

.fead-write {
  opacity: 1;
}

.fead-write::before,
.gsap-mv::before {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.gsap-mv::before {
  -webkit-transition: 1.5s !important;
  transition: 1.5s !important;
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}

.fead-write.-reverse::before {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.fead-write.mv::before,
.fead-write.-reverse.mv::before,
.gsap-mv.mv::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.fead-circle {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
  -webkit-transition: 2s !important;
  transition: 2s !important;
}

.fead-circle.mv {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 1;
}

[data-element-id] .fead-write::before,
[data-element-id] .fead-write.-reverse::before,
[data-element-id] .gsap-mv::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/* hover */
.hover-box1 .item a:hover {
  opacity: 1;
}

.hover-box1 .item a .img {
  overflow: hidden;
}

.hover-box1 .item a .img::before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color-orange1);
  width: 0%;
  height: 0%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

.hover-box1 .item a:hover .img::before {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  width: 150% !important;
  height: 150% !important;
}

.hover-box1 .item a:hover .title,
.hover-box1 .item a:hover .text {
  text-decoration: underline;
}

/* 20250805 deco-cmn */
/* underline */
.border-underline{
  position: relative;
}

.border-underline::before{
  content: "";
  height: 8px;
  width: 100%;
  display: block;
  background-color: var(--color-yellow1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.border-underline.-cyan::before{
  background-color: var(--color-cyan1); 
}

.border-underline.-min::before{
  height: 5px;
}

@media(max-width:1024px){
  .border-underline::before{
    height: 5px;
  }
  
  .border-underline.-min::before{
    height: 3px;
  }
}

/* circle */
.border-circle-wrap {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 160%;
    transform: translate(-50%, -50%);
}

.border-circle-wrap .border-circle {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border: 8px solid var(--color-yellow1);
    border-radius: 50%;
}

.border-circle-wrap .border-circle.-cyan {
  border-color: var(--color-cyan1);
}

.border-circle-wrap .border-circle.-orange {
  border-color: var(--color-orange1);
}

.border-circle-wrap.-w140{
  width: 140%;
  left: 45%;
}

.border-circle-wrap.-min{
  height: 120%;
}

.border-circle-wrap.-min .border-circle{
  border-width: 5px;
}

@media(max-width:1024px){
  .border-circle-wrap .border-circle{
    border-width: 5px;
  }
  
  .border-circle-wrap.-min .border-circle{
    border-width: 3px;
  }
}

/* deco */
/* .deco-yellow-wave1 {
  position: relative;
}

.deco-yellow-wave1::before {
  content: "";
  background-image: url(../images/common/yellow_wave.webp);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1382 / 37;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 10px;
  left: -5px;
  z-index: 2;
}

.deco-cyan-line1 {
  position: relative;
}

.deco-cyan-line1::before {
  content: "";
  background-image: url(../images/common/cyan_line1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1031 / 35;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 10px;
  left: -5px;
  z-index: 2;
}

.deco-yellow-line1 {
  position: relative;
}

.deco-yellow-line1::before {
  content: "";
  background-image: url("/upload/tenant_1/yellow_line1.webp");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 976 / 65;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -10px;
  left: -5px;
  z-index: 2;
}

.deco-yellow-line2 {
  position: relative;
}

.deco-yellow-line2::before {
  content: "";
  background-image: url("/upload/tenant_1/yellow_line2.webp");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 905 / 35;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 2px;
  left: -5px;
  z-index: 2;
}

.deco-yellow-line3 {
  position: relative;
}

.deco-yellow-line3::before {
  content: "";
  background-image: url("/upload/tenant_1/yellow_w_line.webp");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 565 / 72;
  width: 90%;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 25px;
  z-index: 2;
}

.deco-yellow-line4 {
  position: relative;
}

.deco-yellow-line4::before {
  content: "";
  background-image: url("/upload/tenant_1/yellow_line3.webp");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 385 / 47;
  width: 60%;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 60px;
  z-index: 2;
}

.deco-yellow-line5 {
  position: relative;
}

.deco-yellow-line5::before {
  content: "";
  background-image: url("/upload/tenant_1/yellow_line4.webp");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 457 / 26;
  width: 70%;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 50px;
  z-index: 2;
} */

/*========= SVG操作手書き風にするためのCSS ===============*/

/* .mask-item {
  position: absolute;
  top: 0;
  left: -50px;
  width: 100%;
  pointer-events: none;
}

.mask-item svg {
  width: 100%;
  height: auto;
}

.svg-mask .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 2000;
  stroke-dashoffset: 1500;
}

.svg-mask .path {
  fill: none;
  stroke: #fff;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

[data-element-id] .svg-mask .cls-1 {
  fill: #fff;
  stroke-width: 200px;
} */

/* マーカー0（黄色） */
/* .mask-item-0 {
  left: -35px;
  width: 125%;
}

.mask-item-0 .path-item0 {
  stroke: var(--color-yellow1);
  stroke-width: 7;
}

@media(max-width:599px) {
  .mask-item-0 {
    left: -5px;
    width: 110%;
  }
} */

/* マーカー1（水色） */
/* .mask-item-1 {
  top: -10px;
  left: -30px;
  width: 125%;
}

.mask-item-1 svg .cls-1 {
  stroke-width: 4;
}

.mask-item-1 .path-item1 {
  stroke: var(--color-cyan1);
  stroke-width: 7;
}

@media(max-width:1024px) {
  .mask-item-1 {
    left: -20px;
  }
}

@media(max-width:599px) {
  .mask-item-1 {
    top: -5px;
  }
} */

/* マーカー2（オレンジ色） */
/* .mask-item-2 {
  top: -20px;
  left: -35px;
  width: 145%;
}

.mask-item-2 .path-item2 {
  stroke: var(--color-orange2);
  stroke-width: 8;
}

@media(max-width:1024px) {
  .mask-item-2 {
    width: 160%;
  }
}

@media(max-width:599px) {
  .mask-item-2 {
    width: 150%;
    left: -25px;
    top: -15px;
  }
} */

/* マーカー3（矢印） */
/* .mask-item-3 {
  z-index: 2;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mask-item-3 .path-item3 {
  stroke: var(--color-navy1);
  stroke-width: 8;
}

.mask-item-3 .svg-mask.-sp {
  display: none;
}

@media(max-width:1024px) {
  .mask-item-3 {
    left: 45%;
    -webkit-transform: translateX(-50%) rotate(8deg);
    transform: translateX(-50%) rotate(8deg);
    max-width: 230px;
    width: 40%;
  }
}

@media(max-width:599px) {

  .mask-item-3 {
    top: -50px;
    left: 30%;
    -webkit-transform: translateX(-50%) rotate(6deg);
    transform: translateX(-50%) rotate(6deg);
    width: 100%;
  }

  .mask-item-3 .svg-mask.-sp {
    display: block;
  }

  .mask-item-3 .svg-mask.-pc {
    display: none;
  }

  .mask-item-3 .path-item3 {
    stroke-width: 6px;
  }
} */

/* マーカー4（黄色）（CXを改善）*/
/* .mask-item-4 {
  top: -45px;
  left: -15px;
  width: 110%;
}

.mask-item-4 .path-item4 {
  stroke: var(--color-yellow1);
  stroke-width: 4;
}

@media(max-width:1024px) {
  .mask-item-4 {
    top: -32px;
    left: -25px;
    width: 120%;
  }

  .mask-item-4 .path-item4 {
    stroke-width: 5;
  }
}

@media(max-width:599px) {
  .mask-item-4 {
    top: -22px;
    left: -20px;
    width: 135%;
  }
} */

/* マーカー5（水色） */
/* .mask-item-5 {
  top: -15px;
  left: -35px;
  width: 150%;
}

.mask-item-5 .path-item5 {
  stroke: var(--color-cyan1);
  stroke-width: 7;
} */

/* マーカー6（黄色）（データで見る・CVR） */
/* .mask-item-6 {
  top: -25px;
  left: -35px;
  width: 150%;
}

.mask-item-6 .path-item6 {
  stroke: var(--color-yellow1);
  stroke-width: 8;
}

@media(max-width:1024px) {
  .mask-item-6 {
    top: -20px;
    left: -30px;
  }

  .mask-item-6 .path-item6 {
    stroke-width: 10;
  }
} */

/* マーカー7（黄色）（データで見る・離脱率） */
/* .mask-item-7 {
  top: -25px;
  left: -30px;
  width: 130%;
}

.mask-item-7 .path-item7 {
  stroke: var(--color-yellow1);
  stroke-width: 8;
}

@media(max-width:1024px) {
  .mask-item-7 {
    top: -22px;
    left: -35px;
    width: 140%;
  }
} */

/* マーカー8（黄色）（データで見る・回遊率） */
/* .mask-item-8 {
  top: -40px;
  left: -10px;
  width: 110%;
}

.mask-item-8 .path-item8 {
  stroke: var(--color-yellow1);
  stroke-width: 8;
}

@media(max-width:1024px) {
  .mask-item-8 {
    top: -35px;
    left: -20px;
    width: 120%;
  }
} */

/* line-cmn */
.line-cmn-01 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* autoprefixer: ignore next */
  /* -webkit-line-clamp: 1; */
}

.line-cmn-02 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* autoprefixer: ignore next */
  /* -webkit-line-clamp: 2; */
}

/* indent-cmn */
.indent-half {
  text-indent: -10px;
}

.indent-cmn-01 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-cmn-02 {
  padding-left: 1em;
  position: relative;
}

.indent-cmn-02 {
  content: "\f058";
  font-family: var(--ff99);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/* other */
.box-cmn-01 {
  background: var(--color05);
  padding: 60px;
}

.box-cmn-01.white {
  background: rgb(255 255 255 / 80%);
}

.box-cmn-02 {
  background: var(--color05);
  padding: 50px;
}

@media(max-width:1024px) {
  .box-cmn-01 {
    padding: 50px 20px;
  }

  .box-cmn-02 {
    padding: 50px 20px;
  }
}

@media(max-width:599px) {
  .box-cmn-01 {
    padding: 30px 10px;
  }

  .box-cmn-02 {
    padding: 30px 15px;
  }

  .box-cmn-01.white {
    background: rgb(255 255 255 / 90%);
  }
}

/* 共通コンテンツ間隔 */

[class*="section-m"],
[class*="section-p"] {
  --section-xlarge: 200px;
  --section-large: 120px;
  --section-medium: 100px;
  --section-small: 80px;
  --section-xsmall: 60px;
}

.section-my-xlarge {
  margin-top: var(--section-xlarge);
  margin-bottom: var(--section-xlarge);
}

.section-mt-xlarge {
  margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
  margin-bottom: var(--section-xlarge);
}

.section-my-large {
  margin-top: var(--section-large);
  margin-bottom: var(--section-large);
}

.section-mt-large {
  margin-top: var(--section-large);
}

.section-mb-large {
  margin-bottom: var(--section-large);
}

.section-my-medium {
  margin-top: var(--section-medium);
  margin-bottom: var(--section-medium);
}

.section-mt-medium {
  margin-top: var(--section-medium);
}

.section-mb-medium {
  margin-bottom: var(--section-medium);
}

.section-my-small {
  margin-top: var(--section-small);
  margin-bottom: var(--section-small);
}

.section-mt-small {
  margin-top: var(--section-small);
}

.section-mb-small {
  margin-bottom: var(--section-small);
}

.section-my-xsmall {
  margin-top: var(--section-xsmall);
  margin-bottom: var(--section-xsmall);
}

.section-mt-xsmall {
  margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
  margin-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
  .section-my-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.8);
    margin-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.8);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-my-large {
    margin-top: calc(var(--section-large) * 0.8);
    margin-bottom: calc(var(--section-large) * 0.8);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.8);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.8);
  }

  .section-my-medium {
    margin-top: calc(var(--section-medium) * 0.8);
    margin-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.8);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-my-small {
    margin-top: calc(var(--section-small) * 0.8);
    margin-bottom: calc(var(--section-small) * 0.8);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.8);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.8);
  }

  .section-my-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.8);
    margin-bottom: calc(var(--section-xsmall) * 0.8);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.8);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.8);
  }
}

@media (max-width: 599px) {
  .section-my-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.6);
    margin-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.6);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-my-large {
    margin-top: calc(var(--section-large) * 0.6);
    margin-bottom: calc(var(--section-large) * 0.6);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.6);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.6);
  }

  .section-my-medium {
    margin-top: calc(var(--section-medium) * 0.6);
    margin-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.6);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-my-small {
    margin-top: calc(var(--section-small) * 0.6);
    margin-bottom: calc(var(--section-small) * 0.6);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.6);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.6);
  }

  .section-my-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.6);
    margin-bottom: calc(var(--section-xsmall) * 0.6);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.6);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.6);
  }
}

.section-py-xlarge {
  padding-top: var(--section-xlarge);
  padding-bottom: var(--section-xlarge);
}

.section-pt-xlarge {
  padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
  padding-bottom: var(--section-xlarge);
}

.section-py-large {
  padding-top: var(--section-large);
  padding-bottom: var(--section-large);
}

.section-pt-large {
  padding-top: var(--section-large);
}

.section-pb-large {
  padding-bottom: var(--section-large);
}

.section-py-medium {
  padding-top: var(--section-medium);
  padding-bottom: var(--section-medium);
}

.section-pt-medium {
  padding-top: var(--section-medium);
}

.section-pb-medium {
  padding-bottom: var(--section-medium);
}

.section-py-small {
  padding-top: var(--section-small);
  padding-bottom: var(--section-small);
}

.section-pt-small {
  padding-top: var(--section-small);
}

.section-pb-small {
  padding-bottom: var(--section-small);
}

.section-py-xsmall {
  padding-top: var(--section-xsmall);
  padding-bottom: var(--section-xsmall);
}

.section-pt-xsmall {
  padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
  padding-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
  .section-py-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.8);
    padding-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.8);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-py-large {
    padding-top: calc(var(--section-large) * 0.8);
    padding-bottom: calc(var(--section-large) * 0.8);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.8);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.8);
  }

  .section-py-medium {
    padding-top: calc(var(--section-medium) * 0.8);
    padding-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.8);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-py-small {
    padding-top: calc(var(--section-small) * 0.8);
    padding-bottom: calc(var(--section-small) * 0.8);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.8);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.8);
  }

  .section-py-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.8);
    padding-bottom: calc(var(--section-xsmall) * 0.8);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.8);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.8);
  }
}

@media (max-width: 599px) {
  .section-py-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.6);
    padding-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.6);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-py-large {
    padding-top: calc(var(--section-large) * 0.6);
    padding-bottom: calc(var(--section-large) * 0.6);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.6);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.6);
  }

  .section-py-medium {
    padding-top: calc(var(--section-medium) * 0.6);
    padding-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.6);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-py-small {
    padding-top: calc(var(--section-small) * 0.6);
    padding-bottom: calc(var(--section-small) * 0.6);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.6);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.6);
  }

  .section-py-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.6);
    padding-bottom: calc(var(--section-xsmall) * 0.6);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.6);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.6);
  }
}

/* slick */
.slick-next,
.slick-prev {
  z-index: 2;
  width: 40px;
  height: 40px;
}

button:hover.slick-prev,
button:hover.slick-next {
  opacity: 1;
}

.slick-prev::before,
.slick-next::before {
  font-family: var(--ff99);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0;
  background: var(--color01);
  width: 100%;
  height: 100%;
  font-size: 12px;
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1px solid var(--color01);
}

.slick-next::before {
  content: "\f054";
}

.slick-prev::before {
  content: "\f053";
}

button:hover.slick-prev::before,
button:hover.slick-next::before {
  background: #fff;
  color: var(--color01);
}

/* fead */

.fead-mv.mv {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fead-up.mv {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.fead-order>* {
  opacity: 0;
}

.fead-order>.mv {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fead-text>* {
  opacity: 0;
}

.fead-text .mv {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fead-tit {
  position: relative;
}

.fead-tit:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: var(--color01);
  -webkit-transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
}

.fead-tit.mv:after {
  width: 0;
}

/* show hide */

.show\@pc {
  display: block;
}

.hide\@pc {
  display: none;
}

[data-element-id] .show\@tb {
  display: block;
  border: solid 4px green;
  position: relative;
  max-width:375px;
  margin-left:auto;
  margin-right:auto;
}

[data-element-id] .show\@tb:after {
  display: block;
  content: "モバイル用";
  color: #fff;
  font-weight: 700;
  background: green;
  padding: 5px;
  text-align: center;
  text-shadow: none;
  font-size:12px;
}

[data-element-id] .show\@tb.indention {
  display: inline-block;
  border: none;
  width: 30px;
  letter-spacing:0;
}

[data-element-id] .show\@tb.indention:after {
  content: "SP時改行";
  font-size: 10px;
  padding: 4px 2px 5px;
}

[data-element-id] .show\@pc.indention {
  font-size: 10px;
  border: none;
  display: inline-block;
  width: 30px;
  letter-spacing:0;
}

[data-element-id] .show\@pc.indention:after {
  content: "PC時改行";
  display: block;
  letter-spacing: -1px;
  color: #fff;
  font-weight: 700;
  background: blue;
  padding: 3px;
  text-align: center;
  text-shadow: none;
  font-size: 10px;
}

[data-element-id] .show\@sp {
  display: block;
  border: solid 4px green;
  position: relative;
  max-width:375px;
  margin-left:auto;
  margin-right:auto;
}

[data-element-id] .show\@sp:after {
  display: block;
  content: "モバイル用";
  color: #fff;
  font-weight: 700;
  background: green;
  padding: 5px;
  text-align: center;
  text-shadow: none;
  font-size:12px;
}

[data-element-id] .show\@sp.indention {
  display: inline-block;
  border: none;
  width: 30px;
  letter-spacing:0;
}

[data-element-id] .show\@sp.indention:after {
  content: "SP時改行";
  font-size: 10px;
  padding: 4px 2px 5px;
}

@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 {
  padding-left: 1.5rem;
  line-height: 1.3;
  position: relative;
  padding-top: 4px;
}

.ttl-cmn01::before {
  content: "";
  background: var(--color-orange1);
  width: 6px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 599px) {}

/*===================================
  共通リスト　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-family: 'Font Awesome 5 Free';
}

.btn-cmn01.btn-back a:after {
  content: "\f053";
  right: inherit;
  left: 5px;
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
  font-size: 10px;
  max-width: 1300px;
  margin: 0 auto;
  color: var(--color01);
  font-weight: 500;
  padding-right: 130px;
}

@media(max-width:1024px) {
  .pagettl {
    padding: 0px calc(40px + 2%) 0px 0px;
    margin: 0 2%;
  }
}

@media(max-width:599px) {
  .pagettl {
    font-size: 10px;
  }
}

/**
ヘッダー
header
*/
.header {
  padding: 0;
  z-index: 100;
}

.header .header-common {
  z-index: 260;
  position: relative;
  padding: 5px 0;
}

.fixed .header .header-common {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.header .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 0;
  max-width: 1200px;
}

.header .logo img {
  max-height: 50px;
}

.header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .fix-bottoms {
/*   background-color: var(--color-gray1); */
  padding: .5rem;
  border-radius: 1.5rem 0.5rem 1.5rem 1.5rem;
  margin-left: 1.5rem;
}

.header .fix-bottoms .fix-bottoms-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.header .fix-bottoms .contact a {
  background: var(--color-orange1);
  color: #fff;
  font-weight: 700;
  padding: 8px 25px;
  border-radius: 5rem;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.header .fix-bottoms .fix-bottoms-inner.type-b .contact a:after {
    content: "";
    width: 40px;
    height: 100%;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
    -webkit-transform: scale(2) rotate(20deg);
    transform: scale(2) rotate(20deg);
    -webkit-animation-name: shiny;
    animation-name: shiny;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -10%;
    left: -20%;
}

@-webkit-keyframes shiny {
    0% {
        left: -40%;
    }

    10% {
        left: 180%;
    }

    100% {
        left: 180%;
    }
}

@keyframes shiny {
    0% {
        left: -40%;
    }

    10% {
        left: 180%;
    }

    100% {
        left: 180%;
    }
}

[data-element-id] .header .contents{
  margin-bottom: 50px;
}

[data-element-id] .header .right {
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media (max-width: 1024px) {

  .header .contents {
    margin: 0 0 0 2%;
    padding-bottom: 0;
  }

  .header .header-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0 5px;
  }

  .fixed .header .header-common {
    padding: 5px 0 5px;
  }

  .header .header-common .right {
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    max-width: 400px;
    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 .header-common .right {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 250;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    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 .right .info-block {
    -webkit-transform: none;
    transform: none;
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    letter-spacing: 0;
  }

  .header .logo img {
    max-height: 40px;
  }

  .toggle {
    margin: 0 2% 0 0;
  }

  .header .fix-bottoms {
    background-color: rgb(238 238 238 / 80%);
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  .header .fix-bottoms .contact {
    width: 50%;
  }
}


/* 下部固定コンテンツ */
/* .fix-bottom {
  position: fixed;
  top: 50%;
  right: -100px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 2px;
  -webkit-transition: 1s;
  transition: 1s;
}

.fix-bottom.mv {
  right: 0;
}

[data-element-id] .fix-bottom {
  position: relative;
  right: auto;
  top: auto;
}

.fix-bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 15px;
  font-size: 15px;
  background: var(--color01);
  color: #fff;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  min-height: 150px;
  gap: 10px;
  border: 2px solid;
  border-right: none;
  letter-spacing: 2px;
}

.fix-bottom a:before {
  margin-right: 5px;
  content: '';
  background-size: cover;
  aspect-ratio: 100 / 99;
  width: 20px;
  margin-right: 0;
}

.fix-bottom .line a {
  background: #f1f5f4;
  color: var(--color01);
  border-color: #f1f5f4;
}

.fix-bottom .tel a {
  border-color: var(--color01);
}

.fix-bottom .line a:hover {
  background: var(--color01);
  color: #f1f5f4;
  opacity: 1;
  border-color: var(--color01);
}

.fix-bottom .line a:before {
  aspect-ratio: 42 / 42;
  width: 24px;
}

.fix-bottom .tel a:before {
  aspect-ratio: 28 / 43;
  width: 14px;
}

@media (max-width: 1024px) {
  .fix-bottom {
    position: fixed;
    bottom: 4px;
    top: auto;
    -webkit-transform: none;
    transform: none;
    left: 4px;
    z-index: 250;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 8px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 4px;
  }

  .fix-bottom .item {
    width: calc(100% / 2);
    padding: 0;
    border-radius: 0;
  }

  .fix-bottom .item a {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    min-height: unset;
    border: none;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
  }

  .fix-bottom a:before {
    width: 26px;
    margin-right: 5px;
  }
} */

@media(max-width:599px) {}

/**
グローバルナビ
gnav
*/
.gnav {
  position: relative;
  z-index: 100;
}

.gnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gnav .list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-box-pack: end;
  justify-content: flex-end;
  gap: 1.5rem;
  width: 100%;
}

.gnav .item01 {
  text-align: center;
  font-size: 16px;
}

.gnav .item01>a,
.gnav .item01 .itemin {
  display: block;
  cursor: pointer;
  color: #4d4d4d;
}

.gnav .item01 .en {
  line-height: 1;
}

.gnav .item01 .ja {
  font-size: 75%;
  color: var(--color-orange1);
}

.gnav .item01.-parent {
  position: relative;
}

.gnav .item01.-parent .itemin::after {
  content: "";
  background-image: url("/upload/tenant_1/top_direction.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  aspect-ratio: 14/11;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
}

.gnav .item01.-parent:hover .itemin::after {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.gnav .item01.-parent:hover .list02 {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.gnav .list02 {
  position: absolute;
  top: calc(100% - 40px);
  left: 50%;
  visibility: hidden;
  padding-top: 60px;
  width: 250px;
  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%);
  pointer-events: none;
}

.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;
  font-size: 14px;
}

.gnav .item02 a:hover {
  background-color: var(--color-orange1);
  color: #fff;
  opacity: 1;
}

[data-element-id] .gnav .list02{
  position: relative;
  top: auto;
  left: auto;
  visibility: visible;
  padding-top: 0;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  pointer-events: auto;
  border: 5px solid orange;
}

[data-element-id] .gnav .list02::before {
    content: "ドロップダウン";
    text-align: center;
    font-size: 12px;
    background-color: orange;
    width: 100%;
    display: block;
    color: #fff;
    padding-bottom: 3px;
}

@media (max-width: 1024px) {

  body.drawer-active {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
  }

  .header .left,
  .header .pagettl,
  main,
  footer {
    -webkit-transition: .5s;
    transition: .5s;
  }

  .drawer-active .header .left,
  .drawer-active .header .pagettl,
  .drawer-active main,
  .drawer-active footer {
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }

  .gnav {
    margin-top: 40px;
  }

  .gnav .navlogo {
    display: block;
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .gnav .list01 {
    gap: 20px;
  }

  .gnav .item01 {
    /* margin: 0 0 10px 0; */
    width: 100%;
    text-align: left;
  }

  .gnav .list02 {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    padding-top: 0;
    background: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    margin-top: 5px;
    pointer-events: auto;
  }

  .gnav .list02 a {
    position: relative;
    padding: 5px 0 5px 1em;
    display: block;
  }

  .gnav .list02 a::before {
    content: "\f054";
    font-family: var(--ff99);
    font-weight: bold;
    font-size: 10px;
    position: absolute;
    top: 8px;
    left: 1px;
  }

  .gnav .item01.-parent .itemin::after {
    -webkit-transform: scale(-1, -1) !important;
    transform: scale(-1, -1) !important;
  }

  .gnav .item02 a:hover {
    background: none;
    color: inherit;
    opacity: .5;
  }
}

@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: 5px;
  background: var(--color-gray1);
  cursor: pointer;
  display: none;
}

.toggle .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -1px;
  padding: 0;
  width: 28px;
  height: 2px;
  background: var(--color-navy1);
  text-indent: 9999px;
  transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.toggle .bar:nth-of-type(1) {
  top: calc(50% - 6px);
}

.toggle .bar:nth-of-type(3) {
  top: calc(50% + 6px);
}

.drawer-active .toggle .bar:nth-of-type(1) {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  top: 50%;
}

.drawer-active .toggle .bar:nth-of-type(2) {
  opacity: 0;
}

.drawer-active .toggle .bar:nth-of-type(3) {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
  top: 50%;
}

@media (max-width: 1024px) {
  .toggle {
    display: block !important;
  }

  .drawer-active .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 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: 20px;
  bottom: 20px;
  z-index: 200;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid;
  color: #fff;
  background: #66937a;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 35px;
  cursor: pointer;
}

.totop:before {
  content: '\f077';
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
}

@media (max-width: 1024px) {
  .totop {
    right: 10px;
    bottom: 60px;
  }
} */

/* フッター上のエフェクト */
.homeFooterIntro {
  z-index: 10;
  position: relative;
  min-height: 100vh;
  margin-bottom: -1px;
  padding-bottom: 25vh;
  overflow: hidden;
  background-color: var(--color-navy1);
  pointer-events: none;
}

.homeFooterIntro::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  bottom: 0;
  left: 50%;
}

.homeFooterIntro.-done {
  z-index: -1;
}

.pin-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  border-top: 1px solid #fff;
}

.-sticky .pin-spacer {
  position: fixed;
  width: 100%;
  bottom: 0;
}

.homeFooterSplit {
  position: relative;
  width: 100%;
}

.homeFooterSplitItem {
  height: 100vh;
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px;
  /* -webkit-transition: .2s;
  transition: .2s; */
}

.homeFooterSplitItem.lowerItem {
  position: absolute;
  top: 0;
  left: 0;
}

.homeFooterSplitItem img {
  background-color: #fff;
  margin: auto;
}

[data-element-id] .pin-spacer{
  height: auto;
}

[data-element-id] .homeFooterSplit {
    border: 5px solid blueviolet;
    width: 80%;
    margin: 50px auto;
}

[data-element-id] .homeFooterSplit::before{
  content: "公開画面でパカッとわかれます。※2枚同じ画像を選択してください。";
  background-color: blueviolet;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 12px;
}

[data-element-id] .homeFooterSplitItem {
    height: auto;
}

[data-element-id] .homeFooterSplitItem.lowerItem{
    position: relative;
    top: auto;
    left: auto;
    border-top: 15px solid;
}

[data-element-id] .homeFooterIntro{
  min-height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  pointer-events: auto;
}

/**
フッター
footer
*/
/** フッターナビ fnav */
.fnav {
  padding: 80px 0 10px;
}

.fnav .item a:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  content: '';
}

.fnav .fnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.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: 15px;
}

.fnav .data a {
  position: relative;
  display: block;
  line-height: 1.2;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
}

.fnav .data>a {
  position: relative;
  padding-left: 1rem;
}

.fnav .data>a::before {
  content: "";
  background-image: url("/upload/tenant_1/right_direction.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  aspect-ratio: 23 / 27;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
}

.fnav .data .sub-data-box {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-top: 7px;
}

.fnav .data .sub-data-box .sub-data {
  padding: 5px;
}

.fnav .data .sub-data-box .sub-data>a {
  position: relative;
  padding-left: 2rem;
}

.fnav .data .sub-data-box .sub-data>a::before {
  content: "";
  width: .6rem;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: .4rem;
  left: 1rem;
}

.snsbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  line-height: 1;
  letter-spacing: 0;
}

.f-info-box .left .logo img {
  width: 120px;
}

.f-info-box .right .btn-type-01 .btn-dotBox a .btn-dotBoxTxt {
  font-size: 14px;
}

.btn-type-01.-medium .btn-dotBox a {
  padding: .5rem 2rem .45rem 1rem;
  min-width: 9rem;
}

@media (max-width: 1024px) {
  .fnav {
    padding-bottom: 100px;
  }

  .fnav .fnav-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fnav .list01 {
    margin-bottom: 10px;
    width: 100%;
  }

  .fnav .list02 {
    width: 100%;
  }

  .tablebox dl {
    padding: 0 10px;
  }

  .tablebox dl dd {
    width: 40px;
    font-size: 14px;
    letter-spacing: -2px;
  }
}

@media (max-width: 599px) {
  .fnav .list01 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .fnav .big-tit {
    font-size: calc(100vw / 5);
    margin: -4vw 0 30px auto;
  }

  .tablebox dl dd {
    letter-spacing: -4px;
  }

  .fnav .data a {
    font-size: 13px;
    letter-spacing: 0px;
  }

  .fnav .fnav-list-inner {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  .fnav .data+.data {
    margin-top: 0;
  }

  .fnav .data {
    margin-bottom: 20px;
  }

  .fnav .data .sub-data-box {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .fnav .data .sub-data-box .sub-data>a::before {
    left: 0.8rem;
  }
}

/**
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;
    margin-bottom: 50px;
    width: 100%;
  }

  .column2 .mainwrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 50px;
    width: 100%;
  }
}

/* サイドメニュー */
.side .list {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side .list {
    width: calc((100% - 10px)/2);
  }
}

@media (max-width: 599px) {
  .side .list {
    width: 100%;
  }
}

.list-side .datattl {
  position: relative;
  margin-bottom: 5px;
  padding: 0 0 10px;
  line-height: 1;
  letter-spacing: 3px;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 2px solid;
}

.list-side .data {
  margin-bottom: 5px;
  font-family: var(--ff02);
}

.list-side a {
  position: relative;
  display: block;
  padding: 8px 10px 8px 30px;
  line-height: 1.5;
  width: 100%;
  border-bottom: 1px solid var(--color-gray2);
  letter-spacing: 1px;
}

.list-side a:before {
  position: absolute;
  top: 12px;
  left: 10px;
  color: var(--color01);
  content: '●';
  font-size: 10px;
}

@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);
  }
}

/*===================================
  各個別コンテンツ
===================================*/
/**
index
*/
/*homevisual*/
.homevisual {
  position: relative;
}

.homevisual .non-svg-text {
    color: #fff;
    font-size: 4.5rem;
    text-align: center;
}

@import url('https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap');

.homevisual .non-svg-text.-font1{
  font-family: "Zen Antique", serif;
}

@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');

.homevisual .non-svg-text.-font2{
  font-family: "Sawarabi Gothic", sans-serif;
}

.homevisual{
  min-height: 300px;
  height: 70vh;
  background-color: #000;
  overflow: hidden;
}

.homevisual .home-video {
  position: relative;
  height: 100%;
}

.home-video video {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease, visibility 0s linear 1s; 
}

.home-video video.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s ease; /* 表示時のopacityだけ適用 */
}

.homevisual .home-video.-block video{
  visibility: visible;
  opacity: 1;
}

.homevisual .home-video video {
  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: brightness(0.8) contrast(1.5);
  filter: brightness(0.8) contrast(1.5);
}

.homevisual .head {
  position: absolute;
  top: 20%;
  left: 5%;
  /* text-shadow: 0 0 10px rgb(0 0 0 / 50%); */
}

@media(max-width:1024px) {
  .homevisual .non-svg-text {
    font-size: 3.5rem;
  }
  
  .homevisual .head .en {
    padding: 8px 20px 10px;
    line-height: 3.3;
  }
}

@media (max-width: 599px) {
  .homevisual .non-svg-text {
        font-size: 1.3rem;
    }
    
  .homevisual .head {
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 96%;
  }

  .homevisual .head .ja {
    font-size: 36px;
  }

  .homevisual .head .en {
    padding: 8px 10px 10px;
    font-size: 14px;
  }

  .homevisual .img {
    height: 60vh;
    width: 90%;
  }
}

/* A-BiSUスライダー用 */
.homevisual .uk-slidenav-position,
.homevisual .uk-slideshow,
.homevisual .uk-slideshow>li,
.homevisual .uk-flex,
.homevisual .uk-flex img {
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

/* svg-text-animation */
.index-svg {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 50;
  max-width: 1200px;
  width: 90%;filter: drop-shadow(1px 4px 10px #000);
}

[data-element-id] .index-svg {
    opacity: 1;
    -webkit-animation: none;
    animation: none;
    border: 5px solid gainsboro;
}

[data-element-id] .index-svg::before {
    content: "見たまま編集不可";
    background-color: gainsboro;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: -1px;
}

.index-svg figure {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.index-svg figure::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.index-svg svg {
  width: 100%;
  height: 100%;
  padding: 5vw;
}

.index-svg svg>* {
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.85px;
}

@media(max-width:599px) {

  .index-svg svg {
    padding: 0;
  }
}

/* MV下のロゴスライダー */
.hv-slider {
  margin: 1.5rem 0 0;
}

.hv-slider .slider-list+.slider-list {
  margin-top: 2rem;
}

.hv-slider .slick02-rev {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  direction: ltr;
}

.hv-slider .slick02-rev .slick-slide {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.hv-slider ul li {
  padding: 0 1rem 0;
}

[data-element-id] .slick02, [data-element-id] .slick02-rev {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    border: 5px solid orange;
}

[data-element-id] .slick02::before,[data-element-id] .slick02-rev::before {
    content: "公開画面でスライドします";
    display: block;
    width: 100%;
    background-color: orange;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

[data-element-id] .slick02-rev{
  transform: none;
}

[data-element-id] .slick02-rev::before{
  content: "公開画面でスライドします（逆再生）";
}

[data-element-id] .hv-slider ul li {
    max-width: 220px;
}

@media(max-width:1024px) {
  .hv-slider .slider-list+.slider-list {
    margin-top: 1rem;
  }

  .hv-slider ul li {
    padding: 0 .5rem 0;
  }
}

@media(max-width:599px) {
  .hv-slider .slider-list+.slider-list {
    margin-top: 1rem;
  }
}

/* index-total-customers-area */
.index-total-customers-area .tc-back-en-text {
  font-size: 10rem;
  font-family: var(--ff02);
  color: var(--color-gray1);
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
}

.index-total-customers-area .tc-contents-box {
  font-size: 3.2rem;
}

.index-total-customers-area .tc-contents-box .tc-text {
  font-size: 4.5rem;
  letter-spacing: 5px;
}

.index-total-customers-area .tc-contents-box .tc-sub-text {
  position: relative;
  z-index: 3;
}

.index-total-customers-area .tc-contents-box .tc-num {
  color: var(--color-orange2);
  font-family: var(--ff03);
  font-size: 10rem;
  letter-spacing: -5px;
  font-weight: 700;
  margin: 0 -20px;
  white-space: nowrap;
  position: relative;
  text-align: center;
  min-width: 378px;
  line-height: 1;
}

@media(max-width:1024px) {
  .index-total-customers-area .tc-contents-box {
    font-size: 2.2rem;
  }

  .index-total-customers-area .tc-contents-box .tc-text {
    font-size: 2.8rem;
    letter-spacing: 2px;
  }

  .index-total-customers-area .tc-back-en-text {
    font-size: 8rem;
  }

  .index-total-customers-area .tc-contents-box .tc-num {
    font-size: 8.5rem;
    letter-spacing: -5px;
    min-width: 308px;
  }
}

@media(max-width:599px) {
  .index-total-customers-area .tc-contents-box {
    font-size: 1.6rem;
  }

  .index-total-customers-area .tc-contents-box .tc-num {
    font-size: 6rem;
    min-width: 260px;
  }

  .index-total-customers-area .tc-contents-box .tc-text {
    font-size: 2rem;
    letter-spacing: 1px;
  }

  .index-total-customers-area .tc-contents-box .tc-num::before {
    width: 90%;
    left: 6%;
  }

  .index-total-customers-area .tc-back-en-text {
    font-size: 4.3rem;
  }
}

/* index-experience-area */
.index-experience-area {
  overflow: hidden;
}

.index-experience-area .index-experience-list::before {
  content: "";
  background-image: url("/upload/tenant_1/section_deco.webp");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1291 / 485;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  z-index: 1;
}

.index-experience-area .section-title {
  font-size: 3rem;
}

.index-experience-area .section-title .title-big {
  font-size: 4rem;
}

.index-experience-area .section-title .logo img {
  max-height: 80px;
}

.index-experience-area .experience-text {
  font-size: 2.3rem;
  letter-spacing: .2rem;
  line-height: 1.4;
  margin-top: 2rem;
}

.index-experience-area .experience-text2 {
  font-size: 3rem;
  letter-spacing: .2rem;
}

.index-experience-area .experience-text2 .text-small {
  font-size: 60%;
}

.index-experience-area .arrow-down {
    content: "";
    width: fit-content;
    height: 0%;
  transition: 1.5s;
    display: block;
    position: absolute;
    top: -30%;
    left: 48%;
    z-index: 2;
    transform: rotate(-5deg) translateX(-50%);
}

.index-experience-area .arrow-down.mv{
  height: 140%;
}

.index-experience-area .arrow-down .arrow-down-inner{
  position: relative;
  height: 100%;
}

.index-experience-area .arrow-down .arrow-down-inner::before{
  content: "";
    height: 100%;
    width: 8px;
    background: var(--color-navy1);
    display: block;
}

.index-experience-area .arrow-down .arrow-down-inner::after {
    content: "";
    aspect-ratio: 1;
    border-top: 8px solid var(--color-navy1);
    border-right: 8px solid var(--color-navy1);
    width: 3rem;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
}

.index-experience-area .issue-title .border-circle-wrap.-min {
    left: 58%;
    top: 45%;
}

@media(max-width:1024px) {
  .index-experience-area .index-experience-list::before {
    background-image: url("/upload/tenant_1/section_deco_sp.webp");
    aspect-ratio: 672 / 877;
    opacity: .5;
  }

  .index-experience-area .section-title {
    font-size: 2rem;
  }

  .index-experience-area .section-title .logo img {
    max-height: 60px;
    margin-right: .5rem;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .index-experience-area .section-title .title-big {
    font-size: 3rem;
  }

  .index-experience-area .experience-text {
    font-size: 2rem;
  }

  .index-experience-area .experience-text2 {
    font-size: 2.5rem;
    letter-spacing: .1rem;
  }
}

@media(max-width:599px) {
  .index-experience-area .section-title {
    font-size: 1.5rem;
  }

  .index-experience-area .section-title .logo img {
    max-height: 50px;
  }

  .index-experience-area .section-title .title-big {
    font-size: 2.5rem;
  }

  .index-experience-area .experience-text {
    font-size: 1.5rem;
    letter-spacing: .1rem;
    margin-top: .5rem;
  }

  .index-experience-area .experience-text2 {
    font-size: 2rem;
    letter-spacing: .1rem;
  }
  
  .index-experience-area .arrow-down.mv {
    height: 138%;
  }
  
  .index-experience-area .arrow-down .arrow-down-inner::before{
    width: 5px;
  }
  
  .index-experience-area .arrow-down .arrow-down-inner::after {
    border-top: 5px solid var(--color-navy1);
    border-right: 5px solid var(--color-navy1);
    width: 2rem;
  }
}

/* issue-list */
.index-experience-area .index-issue-list .contents-box::before {
  content: "";
  background-image: url("/upload/tenant_1/bgwhite1.webp");
  background-size: cover;
  aspect-ratio: 1999 / 1518;
  position: absolute;
  top: -12rem;
  left: 0;
  display: block;
  width: 100%;
  height: 130%;
  z-index: 1;
}

.index-experience-area .index-issue-list .contents-box::after {
  content: "";
  background-image: url("/upload/tenant_1/bgwhite2.webp");
  background-size: cover;
  aspect-ratio: 2000 / 1325;
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 100%;
  height: 130%;
  z-index: 1;
}

.index-experience-area .index-issue-list .contents-box-wrap::before {
  content: "";
  background-image: url("/upload/tenant_1/bgwhite3.webp");
  background-size: cover;
  aspect-ratio: 2000 / 388;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  /* height: 100%; */
  z-index: 1;
}

.index-experience-area .index-issue-list .contents-box-wrap::after {
  content: "";
  background-image: url("/upload/tenant_1/bgwhite4.webp");
  background-size: cover;
  aspect-ratio: 2000 / 357;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  /* height: 100%; */
  z-index: 1;
}

.index-experience-area .index-issue-list .contents-box .chatbox {
  z-index: 2;
  position: relative;
  width: 45%;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat1,
.index-experience-area .index-issue-list .contents-box .chatbox.chat5 {
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat3 {
  -webkit-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

.index-experience-area .index-issue-list .contents-box .chatbox:nth-of-type(odd) {
  margin-left: auto;
  margin-top: -1rem;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat2 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat3 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat4 {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat5 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.index-experience-area .index-issue-list .contents-box .chatbox .chat-inner {
  text-align: center;
  background-color: var(--color-orange1);
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem;
  line-height: 1.5;
  letter-spacing: .2rem;
  position: relative;
  z-index: 2;
}

.index-experience-area .index-issue-list .contents-box .chatbox:nth-of-type(odd) .chat-inner {
  border-radius: 1.5rem 1.5rem 1.5rem .5rem;
}

.index-experience-area .index-issue-list .contents-box .chatbox:nth-of-type(even) .chat-inner {
  border-radius: 1.5rem 1.5rem .5rem 1.5rem;
}

.index-experience-area .index-issue-list .contents-box .chatbox::before,
.index-experience-area .index-issue-list .contents-box .chatbox::after {
  content: "";
  background: var(--color-yellow1);
  width: 70%;
  height: 80%;
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.index-experience-area .index-issue-list .contents-box .chatbox.mv::before,
.index-experience-area .index-issue-list .contents-box .chatbox.mv::after {
  opacity: .3;
}

.index-experience-area .index-issue-list .contents-box .chatbox:nth-of-type(odd)::before,
.index-experience-area .index-issue-list .contents-box .chatbox:nth-of-type(odd)::after {
  border-radius: 1rem 1rem 1rem .2rem;
}

.index-experience-area .index-issue-list .contents-box .chatbox:nth-of-type(even)::before,
.index-experience-area .index-issue-list .contents-box .chatbox:nth-of-type(even)::after {
  border-radius: 1rem 1rem .2rem 1rem;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat1::before {
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat1::after {
  bottom: -30px;
  left: -20px;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat1.mv::before {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat1.mv::after {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat2::before {
  top: -60px;
  right: -30px;
  height: 70%;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat2::after {
  bottom: -30px;
  left: 40px;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat2.mv::before {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat2.mv::after {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat3::before {
  content: none;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat3::after {
  bottom: -20px;
  right: -20px;
  width: 90%;
  height: 90%;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat3.mv::after {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat4::before {
  content: none;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat4::after {
  bottom: -50px;
  right: 50px;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat4.mv::before {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat4.mv::after {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat5::before {
  top: -50px;
  right: -30px;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat5::after {
  content: none;
}

.index-experience-area .index-issue-list .contents-box .chatbox.chat5.mv::before {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

@media(max-width:1024px) {

  .index-experience-area .index-issue-list .contents-box .chatbox.chat1,
  .index-experience-area .index-issue-list .contents-box .chatbox.chat5 {
    -webkit-transform: translateX(0rem);
    transform: translateX(0rem);
  }

  .index-experience-area .index-issue-list .contents-box .chatbox .chat-inner {
    font-size: 1.1rem;
    letter-spacing: .1rem;
  }
}

@media(max-width:599px) {

  .index-experience-area .index-issue-list .contents-box .inner {
    position: relative;
    z-index: 4;
  }

  .index-experience-area .index-issue-list .contents-box::before {
    aspect-ratio: unset;
    top: -20rem;
    height: calc(100% + 20rem);
  }

  .index-experience-area .index-issue-list .contents-box::after {
    aspect-ratio: unset;
    top: -15rem;
    height: calc(100% + 15rem);
  }

  .index-experience-area .index-issue-list .contents-box .chatbox {
    width: 90%;
  }

  .index-experience-area .index-issue-list .contents-box .chatbox,
  .index-experience-area .index-issue-list .contents-box .chatbox:nth-of-type(odd) {
    margin-top: 3rem;
  }

  .index-experience-area .index-issue-list .contents-box .chatbox.chat4 {
    margin-top: 1rem;
  }

  .index-experience-area .index-issue-list .contents-box .chatbox.chat1::before {
    top: -20px;
    left: 60%;
  }

  .index-experience-area .index-issue-list .contents-box .chatbox.chat1::after {
    bottom: -10px;
    left: -30px;
  }

  .index-experience-area .index-issue-list .contents-box .chatbox.chat2::before {
    top: -20px;
    right: -10px;
  }

  .index-experience-area .index-issue-list .contents-box .chatbox.chat2::after {
    bottom: -15px;
    left: -10px;
  }

  .index-experience-area .index-issue-list .contents-box .chatbox.chat3::after {
    bottom: -10px;
    right: -20px;
  }

  .index-experience-area .index-issue-list .contents-box .chatbox.chat4::after {
    bottom: -10px;
    right: -10px;
  }

  .index-experience-area .index-issue-list .contents-box .chatbox.chat5::before {
    top: -10px;
    right: 10px;
  }

  .index-experience-area .index-issue-list .contents-box .chatbox .chat-inner {
    font-size: 1.1rem;
    letter-spacing: 1px;
    padding: 1rem .5rem;
  }
}

/* solution-box */
.solution-box .sol-orange-text {
  font-size: 4.8rem;
  color: var(--color-orange1);
  line-height: 1.4;
  position: relative;
}

/* .solution-box .sol-orange-text::before {
  content: "";
  background-image: url("/upload/tenant_1/yellow_wave.webp");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1445 / 50;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
} */

@media(max-width:1024px) {
  .solution-box .sol-text {
    font-size: 3rem;
  }

  .solution-box .sol-orange-text {
    font-size: 3.8rem;
  }
}

@media(max-width:599px) {
  .solution-box .sol-orange-text {
    font-size: 2.3rem;
  }

  .solution-box .sol-text {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}

/* index-about-area */
.index-about-area .about-box .box-inner {
  border-radius: 2rem;
  overflow: hidden;
  background: #fff;
  color: var(--color-black1);
}

.index-about-area .about-box .box-inner .imgbox {
  position: relative;
}

.index-about-area .about-box .box-inner .imgbox .ttl {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.index-about-area .about-box .box-inner .imgbox .ttl-inner {
  background-color: var(--color-orange1);
  color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: .3em;
  line-height: 2.1;
  font-size: 1.6rem;
  letter-spacing: .2rem;
  padding: 6px 10px 4px 10px;
}

.index-about-area .about-box .box-inner .txtbox {
  padding: 1.2rem;
}

@media(max-width:1024px) {
  .index-about-area .about-box .box-inner {
    border-radius: 1rem;
  }

  .index-about-area .about-box .box-inner .imgbox .ttl-inner {
    line-height: 2.2;
    font-size: 1.2rem;
  }

  .index-about-area .about-box .box-inner .txtbox {
    letter-spacing: 1px;
  }
}

/* index-review-area */
.index-review-area .section-title {
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  text-align: center;
}

.index-review-area .section-title .deco-cyan-circle2 {
  font-size: 150%;
  margin: 0 35px 0 40px;
}

.index-review-area .review-list {
  background-color: #fff;
  padding: 2rem 4rem;
  border-radius: 2rem;
  color: var(--color-navy1);
}

.index-review-area .review-list .numerics {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.index-review-area .review-list .data-box .box {
  letter-spacing: 1px;
  text-align: center;
}

.index-review-area .review-slick .item {
  padding: 0 2rem;
}


.index-review-area .review-slick .item .icon {
  margin-right: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.index-review-area .review-slick .item .icon img {
  display: block;
  width: 50px;
}

.index-review-area .review-slick .item-star-box .star {
  display: none;
}

.index-review-area .review-slick .item-star-box.星1 .star1 {
  display: block;
}

.index-review-area .review-slick .item-star-box.星2 .star2 {
  display: block;
}

.index-review-area .review-slick .item-star-box.星3 .star3 {
  display: block;
}

.index-review-area .review-slick .item-star-box.星4 .star4 {
  display: block;
}

.index-review-area .review-slick .item-star-box.星5 .star5 {
  display: block;
}

.index-review-area .review-slick .text {
  margin-top: 1rem;
}

[data-element-id] .review-slick{
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 50px;
}

[data-element-id] .review-slick .item{
    width: 370px;
}

@media(max-width:1024px) {
  .index-review-area .review-list {
    padding: 2rem 2rem;
  }

  .index-review-area .review-list .data-box .box .sub-title {
    font-size: 14px;
    letter-spacing: 0;
  }

  .index-review-area .review-slick .item {
    padding: 0 1rem;
  }
}

@media(max-width:599px) {
  .index-review-area .starbox .star img {
    max-width: 200px;
  }

  .index-review-area .review-slick .item {
    padding: 0 .5rem;
  }

  .index-review-area .section-title {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .index-review-area .section-title .deco-cyan-circle2 {
    margin: 1rem auto 2rem;
  }
}

/* tab */
.tabItem {
  display: none;
}

[data-element-id].tabItem {
  display: block;
}

.tabItem.active {
  display: block;
}

/* index-tab-area */
.index-tab-area .back-en-text {
  font-size: 10rem;
  font-family: var(--ff02);
  color: #fff;
  opacity: .1;
  line-height: 1;
  position: absolute;
  top: -7rem;
  left: 0;
  white-space: nowrap;
  z-index: 1;
}

.index-tab-area .tabWrap .tabBtn {
  width:100%;
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  cursor: pointer;
  z-index: 3;
}

.index-tab-area .tabWrap .tabBtn .tab_class .tab_class_inner {
  aspect-ratio: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.index-tab-area .tabWrap .tabBtn .tab_class:hover .tab_class_inner {
  border: 2px solid var(--color-orange1);
}

.index-tab-area .tabWrap .tabBtn .tab_class.active .tab_class_inner {
  background: var(--color-orange1);
  border: 2px solid var(--color-orange1);
}

.index-tab-area .tabWrap .tabBtn .tab_class .icon-text {
    text-align: center;
    font-size: 10px;
    letter-spacing: 0;
    margin-top: 5px;
    transition: .5s;
}

.index-tab-area .tabWrap .tabBtn .tab_class.active .icon-text {
    transform: scale(1.3);
}

.index-tab-area .tabWrap .tabBtn .tab_class.active .icon-text,.index-tab-area .tabWrap .tabBtn .tab_class:hover .icon-text{
  color: var(--color-orange1);
}

.index-tab-area .tabWrap .tabBtn .tab_class .btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-tab-area .tabWrap .tabBtn .tab_class.active .btn-icon {
  -webkit-filter: invert(2) brightness(100);
  filter: invert(2) brightness(100);
}

.index-tab-area .tabWrap .tabBtn .tab_class .btn-icon img {
  max-width: 40px;
  max-height: 43px;
}

.index-tab-area .tabWrap .tabBtn .tab_class.btn2 .btn-icon {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}

.index-tab-area .tabWrap .tabBtn .tab_class.btn3 .btn-icon img {
  max-width: 45px;
  max-height: 45px;
}

.index-tab-area .tabWrap .tabBtn .tab_class.btn4 .btn-icon {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}

.index-tab-area .tabWrap .tabBtn .tab_class.btn5 .btn-icon img {
  max-width: 55px;
}

.index-tab-area .tabWrap .tabBtn .tab_class.btn9 .btn-icon img {
  max-height: 38px;
}

.index-tab-area .tabWrap .tabBody .macbox{
  width: fit-content;
  margin-right:auto;
  margin-left:auto; 
}

.index-tab-area .tabWrap .tabBody .macbook {
  width: 60rem;
  z-index: 2;
  position: relative;
}

.index-tab-area .tabWrap .tabBody .tabItem-wrap .maskbox {
    aspect-ratio: 120 / 75;
    position: absolute;
    top: 3.5rem;
    left: 9.3rem;
    width: 41.2rem;
    z-index: 4;
}

.index-tab-area .tabWrap .tabBody .tabItem-wrap .tabItem {
  height: 100%;
}

.index-tab-area .tabWrap .tabBody .tabItem-wrap .tabItem video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index-tab-area .tabWrap .text-box {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

[data-element-id] .index-tab-area .tabWrap .tabBody .tabItem-wrap .tabItem {
    position: relative;
    border: 5px solid #fff;
    margin-bottom: 30px;
    margin-left: 30px;
    padding: 20px;
}

[data-element-id] .index-tab-area .back-en-text{
  position: relative;
}

[data-element-id] .index-tab-area .tabWrap .tabBody .macbook{
    width: 100%;
    -webkit-transform:none;
    transform: none;
}

[data-element-id] .index-tab-area .tabWrap .tabBody .tabItem-wrap .maskbox{
  aspect-ratio: 120 / 75;
    position: absolute;
    top: 3.2rem;
    left: 8.8rem;
    width: 39.6rem;
}

@media(max-width:1024px) {
  .index-tab-area .section-title {
    font-size: 3rem;
  }

  .index-tab-area .tabWrap .tabBtn {
    border-radius: 1rem;
    padding: 1rem;
  }
  
  .index-tab-area .tabWrap .tabBtn .tab_class .icon-text{
    font-size: 8px;
  }

  .index-tab-area .tabWrap .tabBody .macbook {
    width: 50rem;
  }

  .index-tab-area .tabWrap .tabBody .tabItem-wrap .maskbox {
    top: 2.9rem;
    left: 7.8rem;
    width: 34.25rem;
  }

  .index-tab-area .back-en-text {
    font-size: 8rem;
  }
}

@media(max-width:599px) {
  .index-tab-area .tabWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .index-tab-area .tabWrap .tabBtn {
    width: 100%;
    padding: 1rem;
    margin: 0 0 2rem;
  }

  .index-tab-area .tabWrap .tabBtn .tab_class .btn-icon img {
    max-width: 35px;
    max-height: 38px;
  }

  .index-tab-area .tabWrap .tabBtn .tab_class.btn3 .btn-icon img {
    max-width: 41px;
    max-height: 39px;
  }

  .index-tab-area .tabWrap .tabBtn .tab_class.btn5 .btn-icon img {
    max-width: 36px;
  }

  .index-tab-area .tabWrap .tabBtn .tab_class.btn9 .btn-icon img {
    max-height: 33px;
  }
  
  .index-tab-area .tabWrap .tabBtn .tab_class .icon-text{
    font-size: 7px;
  }
  
  .index-tab-area .tabWrap .tabBody .tabItem-wrap .tabItem .macbox{
    transform: scale(1.2);
    width: fit-content;
    margin: 0 auto;
    z-index: 2;
  }

  .index-tab-area .tabWrap .tabBody .macbook{
        width: 22.5rem;
    }

  .index-tab-area .tabWrap .tabBody .tabItem-wrap .maskbox {
        top: 1.25rem;
        left: 3.46rem;
        width: 15.5rem;
    }

  .index-tab-area .tabWrap .text-box {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    margin-top:2rem;
  }

  .index-tab-area .back-en-text {
    font-size: 6rem;
  }
}

/* index-circle-area */
.index-circle-area .section-title .deco-yellow-line1 {
  color: var(--color-orange1);
  font-size: 150%;
  margin-right: 20px;
}

.index-circle-area .sub-title {
  font-size: 1.6rem;
  text-align: center;
}

.index-circle-area .circle-list .circle-box {
  width: 55%;
  margin: 4rem auto 0;
}

.index-circle-area .circle-list .circle-box .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 180px;
  width: 25%;
  max-width: 220px;
}

.index-circle-area .circle-list .item.sales {
  position: absolute;
  top: 3rem;
  left: 3rem;
}

.index-circle-area .circle-list .item.inquiry {
  position: absolute;
  top: 3rem;
  right: 3rem;
}

.index-circle-area .circle-list .item.consultant {
  position: absolute;
  bottom: 0rem;
  left: 2rem;
}

.index-circle-area .circle-list .item.marketing {
  position: absolute;
  bottom: 0rem;
  right: 2rem;
}

.index-circle-area .circle-list .item .item-title {
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 15px;
}

.index-circle-area .circle-list .item .item-title::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  width: 300px;
}

.index-circle-area .circle-list .item.sales .item-title::before {
  top: 100%;
  left: -40px;
  background-image: url("/upload/tenant_1/border_sales.webp");
  aspect-ratio: 73 / 11;
}

.index-circle-area .circle-list .item.inquiry .item-title::before {
  top: 100%;
  right: -40px;
  background-image: url("/upload/tenant_1/border_inquiry.webp");
  aspect-ratio: 292 / 44;
}

.index-circle-area .circle-list .item.consultant .item-title::before {
  top: 0%;
  right: -70px;
  background-image: url("/upload/tenant_1/border_consultant.webp");
  aspect-ratio: 292 / 44;
}

.index-circle-area .circle-list .item.marketing .item-title::before {
  top: 0%;
  left: -70px;
  background-image: url("/upload/tenant_1/border_marketing.webp");
  aspect-ratio: 292 / 44;
}

.index-circle-area .circle-list .item .text {
  letter-spacing: 1px;
  color: var(--color-gray2);
}

@media(max-width:1024px) {
  .index-circle-area .sub-title {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }

  .index-circle-area .section-title .deco-yellow-line1 {
    margin-right: 0px;
  }

  .index-circle-area .circle-list {
    padding-bottom: 5rem;
  }

  .index-circle-area .circle-list .item.sales {
    top: -1rem;
    left: 0rem;
  }

  .index-circle-area .circle-list .item.inquiry {
    top: -1rem;
    right: 0rem;
  }

  .index-circle-area .circle-list .item.marketing {
    bottom: 0;
    right: 0;
  }

  .index-circle-area .circle-list .item.consultant {
    bottom: 0;
    left: 0;
  }
}

@media(max-width:599px) {
  .index-circle-area .sub-title {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }

  .index-circle-area .circle-list {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .index-circle-area .circle-list .circle-box {
    width: 80%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 1rem auto;
  }

  .index-circle-area .circle-list .circle-box .logo {
    min-width: 130px;
    max-width: 160px;
  }

  .index-circle-area .circle-list .item .item-title {
    font-size: 1.2rem;
  }

  .index-circle-area .circle-list .item.sales,
  .index-circle-area .circle-list .item.inquiry,
  .index-circle-area .circle-list .item.marketing,
  .index-circle-area .circle-list .item.consultant {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
    transform: none;
    width: 49%;
  }

  .index-circle-area .circle-list .item.sales {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .index-circle-area .circle-list .item.inquiry {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .index-circle-area .circle-list .item.marketing {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .index-circle-area .circle-list .item.consultant {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .index-circle-area .circle-list .item .item-title {
    text-align: left;
  }

  .index-circle-area .circle-list .item.inquiry .item-title {
    text-align: right;
  }

  .index-circle-area .circle-list .item.marketing .item-title {
    text-align: right;
  }

  .index-circle-area .circle-list .item .item-title::before {
    height: 2px;
    width: 100%;
    right: 0;
  }

  .index-circle-area .circle-list .item.sales .item-title::before {
    background: var(--color-pink1);
  }

  .index-circle-area .circle-list .item.item.consultant .item-title::before {
    background: var(--color-red1);
    right: auto;
    left: -40px;
    top: auto;
    bottom: 0;
  }

  .index-circle-area .circle-list .item.item.inquiry .item-title::before {
    background: var(--color-yellow1);
    left: auto;
  }

  .index-circle-area .circle-list .item.item.marketing .item-title::before {
    background: var(--color-orange3);
    left: auto;
    right: -40px;
    top: auto;
    bottom: 0;
  }

  .index-circle-area .circle-list .item .text {
    font-size: 14px;
    letter-spacing: 0;
  }
}

/* index-data-area */
.index-data-area{
  position: relative;
}

.index-data-area.-top-arrow::before {
    content: "";
    width: 5rem;
    height: 2rem;
    background-color: #fff;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.index-data-area .section-title .deco-yellow-line2 {
  font-size: 150%;
  color: var(--color-orange2);
  line-height: 1;
}

.index-data-area .data-list .main-title {
    font-size: 4rem;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0.7rem 1rem 0.2rem 1rem;
}

.index-data-area .data-list .sub-title {
  z-index: 2;
  position: relative;
  color: #a8a8ab;
  margin-top: 1rem;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.5;
}

.index-data-area .data-list .num-box .num {
    font-size: 8rem;
    font-family: var(--ff02);
    font-weight: 900;
    color: var(--color-orange2);
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    width: fit-content;
    margin: 0 auto 1rem;
    padding: 0 1rem;
}

.index-data-area .data-list .unit {
  color: #fff;
  font-size: 26px;
  line-height: 1.3;
  text-align: right;
  margin-top: -1.2rem;
  margin-right: 1rem;
  position: relative;
  z-index: 3;
}

@media(max-width:1024px) {
  .index-data-area .section-title {
    font-size: 2rem;
  }

  .index-data-area .data-list .main-title {
    font-size: 3rem;
  }

  .index-data-area .data-list .num-box .num {
    font-size: 6rem;
  }
}

@media(max-width:599px) {
  .index-data-area.-top-arrow::before{
    width: 3.5rem;
    height: 1.3rem;
  }
  .index-data-area .data-list .item+.item {
    margin-top: 50px;
  }
}

/* index-case-area */
.index-case-area .case-slider .item .video-box iframe {
  width: 100%;
}

.index-case-area .case-slider .item .main-title {
  font-size: 2.5rem;
  line-height: 1.4;
  color: var(--color-orange2);
  letter-spacing: 0;
}

.index-case-area .case-slider .item .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-case-area .case-slider .btn-type-01 .btn-dotBox a {
  padding: .5rem 2.5rem .3rem 1.5rem;
}

.index-case-area .case-slider .btn-type-01 .btn-dotBox a .btn-dotBoxTxt {
  font-size: 18px;
  color: #fff;
}

.index-case-area .appendbox {
  position: absolute;
  bottom: 4.3rem;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.index-case-area .appendbox .slick-next,
.index-case-area .appendbox .slick-prev {
  z-index: 2;
  width: 55px;
  height: 55px;
  border: 1px solid #fff;
  background: var(--color-navy1);
  border-radius: 50%;
  position: relative;
  top: auto;
  -webkit-transform: none;
  transform: none;
  left: auto;
  right: auto;
}

.index-case-area .appendbox button:hover.slick-prev,
.index-case-area .appendbox button:hover.slick-next {
  background: #fff;
  color: var(--color-navy1);
}

.index-case-area .appendbox button:hover.slick-prev::before,
.index-case-area .appendbox button:hover.slick-next::before {
  background: none;
  color: var(--color-navy1);
}

.index-case-area .slick-dots li,
.index-case-area .slick-dots li button {
  width: auto;
  height: auto;
}

.index-case-area .slick-dots li button:before {
  font-size: 10px;
  line-height: 1;
  width: auto;
  height: auto;
  opacity: 1;
  color: var(--color-gray1);
}

.index-case-area .slick-dots li.slick-active button:before {
  color: var(--color-orange2);
}

@media(max-width:1024px) {
  .index-case-area .case-slider .item .main-title {
    font-size: 2rem;
  }

  .index-case-area .case-slider .item .text-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .index-case-area .appendbox {
    bottom: 4.5rem;
    right: 1rem;
  }
}

@media(max-width:599px) {
  .index-case-area .case-slider .item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .index-case-area .case-slider .item .item-inner {
    /* autoprefixer: ignore next */
    display: contents;
  }

  .index-case-area .case-slider .item .video-box iframe {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .index-case-area .case-slider .item .video-box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .index-case-area .case-slider .item .text-box {
    /* autoprefixer: ignore next */
    display: contents;
  }

  .index-case-area .case-slider .item .main-title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 1.8rem;
  }

  .index-case-area .case-slider .item .main-title br {
    display: none;
  }

  .index-case-area .case-slider .item .btn-type-01 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .index-case-area .case-slider .item .info-title {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .index-case-area .appendbox {
    position: relative;
    bottom: auto;
    right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }

  .index-case-area .slick-dots {
    bottom: -45px;
  }
}

/* index-industry-area */
.index-industry-area .contents-box .item a {
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
}

.index-industry-area .contents-box .item a:hover {
  opacity: 1;
}

.index-industry-area .contents-box .item a .icon {
  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: 2.5rem 1rem 2.5rem;
  overflow: hidden;
  position: relative;
}

.index-industry-area .contents-box .item a .icon::before {
  content: "";
  background-color: var(--color-orange2);
  width: 1px;
  height: 1px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.index-industry-area .contents-box .item a:hover .icon::before {
  width: 200%;
  height: 200%;
}

.index-industry-area .contents-box .item:nth-of-type(odd) a .icon {
  background-color: var(--color-navy2);
}

.index-industry-area .contents-box .item:nth-of-type(even) a .icon {
  background-color: #484653;
}

.index-industry-area .contents-box:nth-of-type(2) .item:nth-of-type(even) a .icon {
  background-color: var(--color-navy2);
}

.index-industry-area .contents-box:nth-of-type(2) .item:nth-of-type(odd) a .icon {
  background-color: #484653;
}

.index-industry-area .contents-box .item a .icon img {
  max-width: 4.5rem;
  max-height: 4.5rem;
}

.index-industry-area .contents-box .item a:hover .icon img {
  -webkit-filter: sepia(1) brightness(100);
  filter: sepia(1) brightness(100);
}

.index-industry-area .contents-box .item a .title {
  background: #d6d6d8;
  color: var(--color-orange1);
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 1rem 1rem .8rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.index-industry-area .contents-box .item a:hover .title {
  background: #fff;
}

.index-industry-area .banner-box a {
  display: block;
  position: relative;
  border-radius: .3rem;
  overflow: hidden;
}

.index-industry-area .banner-box a:hover {
  opacity: 1;
}

.index-industry-area .banner-box a::before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color-orange1);
  width: 0%;
  height: 0%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

.index-industry-area .banner-box a:hover::before {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  width: 150% !important;
  height: 150% !important;
}

.index-industry-area .banner-box a .banner-title {
  background-color: var(--color-orange2);
  color: #fff;
  padding: .7rem .7rem .5rem;
  font-size: 1.7rem;
  line-height: 1;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  z-index: 2;
}

@media(max-width:599px) {
  .index-industry-area .contents-box .item a .icon img {
    max-width: 2.8rem;
    max-height: 3.5rem;
  }

  .index-industry-area .contents-box .item a .title {
    font-size: 1.3rem;
    letter-spacing: 1px;
    padding: 1rem .5rem .8rem;
    line-height: 1;
  }
}

.index-industry-area .banner-box a .banner-title {
  font-size: 1.2rem;
}

/* index-article-area */
.index-article-area .contents-box {
  border-top: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.index-article-area .contents-box .item+.item {
  margin-top: 1rem;
  border-top: 2px solid #ededed;
  padding-top: 1rem;
}

.index-article-area .contents-box .item .item-inner {
  width: 90%;
  margin: 0 auto;
}

.index-article-area .contents-box .item .item-title {
  line-height: 1.7;
  color: var(--color-navy1);
}

.index-article-area .btn-type-01 a {
  min-width: 15rem;
}

@media(max-width:1024px) {
  .index-article-area .contents-box .item .item-title {
    line-height: 1.5;
  }
}

@media(max-width:599px) {
  .index-article-area .contents-box .item .item-inner {
    width: 95%;
  }
}

/* index-contact-area */
.index-contact-area .contents-box .item .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-contact-area .contents-box .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.index-contact-area .info-box .tel-sub-title {
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 80%;
  padding: .2rem .5rem 0rem .7rem;
  margin-right: .5rem;
}

/* index-seminar-area */
.index-seminar-area .contents-box .item .img {
  border-radius: .3rem;
  overflow: hidden;
}

/**
下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
  position: relative;
  width: 100%;
}

.topvisual .img {
  position: relative;
  min-height: 300px;
  height: 30vh;
  max-height: 350px;
  background: var(--color04);
  -webkit-filter: brightness(.5);
  filter: brightness(.5);
}

.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%;
}

.topvisual .head {
  position: absolute !important;
  width: 96%;
  max-width: 1000px;
  text-align: center;
  top: 50%;
  left: 50%;
  font-weight: 500;
  font-size: 22px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 0 10px rgb(0 0 0 / 30%);
  font-family: var(--ff02);
  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;
  font-size: 3rem;
  font-weight: 600;
}

[data-element-id] .topvisual .head .show\@sp{
  font-size: 2rem;
}

@media (max-width: 599px) {
  .topvisual .img {
    min-height: 200px;
    max-height: 250px;
  }

  .topvisual .head {
    font-size: 2rem;
  }
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
  margin: 30px 0;
  width: 100%;
}

.breadcrumbs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.breadcrumbs-list li {
  display: inline;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
}

.breadcrumbs-list li.breadcrumbs-home a,
.breadcrumbs-list li.breadcrumbs-prevpage a {
  font-weight: bold;
  color: var(--color01);
}

.breadcrumbs-list li+li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 0 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(-5px, 2px);
  transform: rotate(45deg) translate(-5px, 2px);
}

@media (max-width: 1024px) {
  .breadcrumbs {
    margin: 20px 0;
    font-size: 14px;
  }

  .breadcrumbs-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .breadcrumbs-list {
    width: 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;
  }

  .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 .next {
  position: relative;
  margin-left: 20px;
}

.pagenation .next a:before,
.pagenation .prev a:before {
  content: "";
  background-image: url("/upload/tenant_1/right_direction.webp");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 23/27;
  display: block;
  width: 15px;
}

.pagenation .prev a:before {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.pagenation a,
.pagenation .now {
  font-weight: 500;
}

.pagenation .number a,
.pagenation .prev a,
.pagenation .next a,
.pagenation .now {
  display: block;
  padding: 2px 2px 2px 2px;
  width: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 28px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0;
  font-family: var(--ff03);
}

.pagenation .prev a,
.pagenation .next a {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.pagenation .number a:hover,
.pagenation .now {
  background: var(--color-orange1);
  color: #fff;
  opacity: 1;
}

.pagenation .prev a:hover,
.pagenation .next a:hover {
  opacity: .5;
}

@media (max-width: 599px) {
  .pagenation .item {
    margin: 0 5px;
  }

  .pagenation .prev {
    margin-right: 10px;
  }

  .pagenation .next {
    margin-left: 10px;
  }
}

/* gsap-slides (gsap-start)*/
.gsap-slide-area .gsap-slide-inner,
.gsap-slide-area .gsap-slide-inner2,
.gsap-slide-area .gsap-slide-inner3 {
  width: 100%;
  /* height: 100vh; */
  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;
  overflow: hidden;
}

.gsap-slide-area .gsap-slide-inner .gsap-slide-wrapper,
.gsap-slide-area .gsap-slide-inner2 .gsap-slide-wrapper,
.gsap-slide-area .gsap-slide-inner3 .gsap-slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 50px);
  margin: 0 auto;
  min-height: calc(100vh - 10%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gsap-slide-area .gsap-slide-inner .gsap-side-item,
.gsap-slide-area .gsap-slide-inner2 .gsap-side-item2,
.gsap-slide-area .gsap-slide-inner3 .gsap-side-item3 {
  position: relative;
  z-index: 6;
}

.gsap-slide-area .gsap-slide-inner .gsap-side-item .gsap-item-inner,
.gsap-slide-area .gsap-slide-inner2 .gsap-side-item2 .gsap-item-inner,
.gsap-slide-area .gsap-slide-inner3 .gsap-side-item3 .gsap-item-inner {
  min-width: calc(100vw - 60px);
}

[data-element-id] .gsap-slide-area .gsap-slide-inner .gsap-slide-wrapper,
[data-element-id] .gsap-slide-area .gsap-slide-inner2 .gsap-slide-wrapper,
[data-element-id] .gsap-slide-area .gsap-slide-inner3 .gsap-slide-wrapper {
  display: block;
  display: block;
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  min-height:auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-element-id] .gsap-slide-area .gsap-slide-inner .gsap-side-item,
[data-element-id] .gsap-slide-area .gsap-slide-inner2 .gsap-side-item2,
[data-element-id] .gsap-slide-area .gsap-slide-inner3 .gsap-side-item3 {
    margin-bottom: 80px;
}

@media(max-width:599px) {

  .gsap-slide-area .gsap-slide-inner3 .gsap-side-item3 .gsap-item-inner {
    min-width: calc(170vw - 60px);
  }
}

/**
各下層ページ
*/
/* 02company 会社概要 */
.index-total-customers-area .logo-item {
  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;
}

.company-greetings-area {
  padding-top: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(108deg, rgb(47 56 126) 0%, rgb(97 65 139) 45%, rgb(136 86 142) 55%, rgb(217 169 135) 100%);
  position: relative;
}

.company-greetings-area::before {
  content: "";
  display: block;
  width: 100%;
  height: 5.2083333333vw;
  background-color: #f9fafb;
  position: absolute;
  top: -2.6041666667vw;
  left: 0;
  -webkit-filter: blur(1.1vw);
  filter: blur(1.1vw);
  -webkit-transform: scaleX(1.2);
  transform: scaleX(1.2);
}

.contactWave {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-animation-name: waveUpDown;
  animation-name: waveUpDown;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 6.6s;
  animation-duration: 6.6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.contactWave::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/upload/tenant_1/wave.webp");
  background-position: 0 0;
  background-size: 100%;
  background-repeat: repeat-x;
  -webkit-filter: blur(3.125vw);
  filter: blur(3.125vw);
  -webkit-transform: scale(1.2) translateY(-3.125vw);
  transform: scale(1.2) translateY(-3.125vw);
  -webkit-animation-name: wave;
  animation-name: wave;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.9, 0.98);
  animation-timing-function: cubic-bezier(0, 0, 0.9, 0.98);
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes waveUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  50% {
    -webkit-transform: translateY(-9.375vw);
    transform: translateY(-9.375vw)
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@keyframes waveUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  50% {
    -webkit-transform: translateY(-9.375vw);
    transform: translateY(-9.375vw)
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

.company-overview-area .overview-list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
}

.company-overview-area .overview-list .box:nth-of-type(even) {
  background: var(--color-gray1);
}

.company-overview-area .overview-list .box>dt,
.company-overview-area .overview-list .box>dd {
  padding: 1rem 0;
}

.company-overview-area .overview-list .box .datattl {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-overview-area .overview-list .box .data {
  width: calc(100% - 180px);
  font-weight: 500;
}

@media(max-width:599px) {
  .company-overview-area .overview-list .box {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company-overview-area .overview-list .box>dt,
  .company-overview-area .overview-list .box>dd {
    padding: 0;
  }

  .company-overview-area .overview-list .box .datattl {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .company-overview-area .overview-list .box .data {
    width: 100%;
    margin-top: .5rem;
    font-size: 15px;
  }
}

.company-history-area .company-history-list {
  position: relative;
  padding: 2rem 0 2rem;
}

.company-history-area .company-history-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 1px;
  height: 0%;
  background-color: var(--color-gray2);
  display: block;
  -webkit-transition: 2s;
  transition: 2s;
}

.company-history-area .company-history-list.mv::before {
  height: 100%;
}

.company-history-area .company-history-list .box+.box {
  margin-top: 2rem;
}

.company-history-area .company-history-list .datattl,
.company-history-area .company-history-list .data {
  padding-left: 2.25rem;
}

.company-history-area .company-history-list .datattl {
  position: relative;
  color: var(--color-orange1);
  font-family: var(--ff03);
  font-size: 140%;
}

.company-history-area .company-history-list .datattl::before {
  content: "";
  background-color: var(--color-orange1);
  width: 9px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 03flow  料金・ご利用の流れ*/
.flow-price-area .flow-price-list.-type01::before {
  content: "\2b";
  font-family: var(--ff99);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flow-price-area .flow-price-list.-type02 .box+.box {
  margin-top: 2rem;
}

.flow-price-area .flow-price-list .box .box-inner {
  background-color: var(--color-gray1);
  padding: 3rem 2rem;
  border-radius: .5rem;
}

.flow-price-area .flow-price-list .box .sub-box {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 3rem 2rem;
  text-align: center;
  margin-top: 20px;
}

.flow-price-area .flow-price-list .box .month {
  background-color: var(--color-orange1);
  color: #fff;
  border-radius: 50%;
  padding: .5rem;
  aspect-ratio: 1;
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0;
}

.flow-price-area .flow-price-list .box .support-wrap {
  margin: 2rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2rem;
}

.flow-price-area .flow-price-list .box .support-wrap .support-item {
  border-bottom: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 10px;
  min-width: 15rem;
  margin-bottom: 1rem;
  position: relative;
}

.flow-price-area .flow-price-list .box .link-box .link-item {
  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;
}

.flow-price-area .flow-price-list .box .link-box .link-item a {
  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;
}

.flow-price-area .flow-price-list .box .link-box .link-item a:hover {
  opacity: 1;
}

.flow-price-area .flow-price-list .box .link-box .link-item .icon-text {
  margin-top: 0.2rem;
  letter-spacing: 1px;
}

.flow-price-area .flow-price-list .box .link-box .link-item .icon-text::after {
  content: "\f08e";
  font-family: var(--ff99);
  font-size: 80%;
  margin-left: 5px;
}

.flow-price-area .flow-price-list .box .link-box .link-item .icon {
  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;
}

.flow-price-area .flow-price-list .box .link-box .link-item .icon img {
  max-width: 45px;
  max-height: 40px;
  -webkit-transition: .5s;
  transition: .5s;
}

.flow-price-area .flow-price-list .box .link-box .link-item.-feature5 .icon img {
  max-width: 55px;
}

.flow-price-area .flow-price-list .box .link-box .link-item a:hover .icon img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.flow-price-area .flow-price-list .box .support-wrap .support-item::before {
  content: "";
  background-color: var(--color-orange1);
  width: 9px;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  border-radius: 50%;
}

@media(max-width:1024px) {
  .flow-price-area .flow-price-list .box .link-box .link-item .icon-text {
    letter-spacing: 0;
    font-size: 14px;
  }
}

@media(max-width:599px) {
  .flow-price-area .flow-price-list.-type01 {
    row-gap: 50px;
  }

  .flow-price-area .flow-price-list.-type01::before {
    content: none;
  }

  .flow-price-area .flow-price-list .box.left::before {
    content: "\2b";
    font-family: var(--ff99);
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .flow-price-area .flow-price-list .box .box-inner {
    padding: 2rem 1rem;
  }

  .flow-price-area .flow-price-list .box .sub-box {
    padding: 2rem 1rem;
  }

  .flow-price-area .flow-price-list .box .support-wrap {
    margin: 1rem auto 0;
    gap: 0rem;
  }
}

.flow-table-area .flow-table-list .table {
  border-top: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
}

.flow-table-area .flow-table-list .table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow-table-area .flow-table-list .table dl dt,
.flow-table-area .flow-table-list .table dl dd {
  padding: 1rem .5rem;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 500;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  text-align: center;
  background: var(--color-gray1);
}

.flow-table-area .flow-table-list .table dl dt {
  width: 130px;
  font-weight: 600;
  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;
}

.flow-table-area .flow-table-list .table dl:first-of-type dt,
.flow-table-area .flow-table-list .table dl:first-of-type dd {
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
  background: var(--color-navy1);
  color: #fff;
}

.flow-table-area .flow-table-list .table dl:nth-of-type(2) dd {
  text-align: left;
}

.flow-table-area .flow-table-list .table dl dd {
  width: calc((100% - 100px) / 5);
}

.flow-table-area .flow-table-list .table dl dd.tag {
  border-right: 2px solid var(--color-red1);
  background: #fff;
}

.flow-table-area .flow-table-list .table dl dt {
  border-right: 2px solid var(--color-red1);
}

.flow-table-area .flow-table-list .table dl dd.tag.-top {
  border-top: 2px solid var(--color-red1);
  background-color: var(--color-red1);
}

.flow-table-area .flow-table-list .table dl dd.tag.-bottom {
  border-bottom: 2px solid var(--color-red1);
}

@media(max-width:1024px) {
  .flow-table-area .flow-table-list .table {
    width: 130vw;
  }
}

@media(max-width:599px) {
  .flow-table-area .flow-table-list .table {
    width: 300vw;
  }

  .flow-table-area .flow-table-list .table dl dt,
  .flow-table-area .flow-table-list .table dl dd {
    font-size: 14px;
  }
}

/* flow gsap */
.flow-area {
  width: 100%;
  /* height: 100vh; */
  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;
  overflow: hidden;
}

.flow-area .slides-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 50px);
  margin: 0 auto;
}

.flow-area .flow-slide {
  position: relative;
  z-index: 6;
}

.flow-area .flow-slide:nth-of-type(2) {
  z-index: 5;
}

.flow-area .flow-slide:nth-of-type(3) {
  z-index: 4;
}

.flow-area .flow-slide:nth-of-type(4) {
  z-index: 3;
}

.flow-area .flow-slide:nth-of-type(5) {
  z-index: 2;
}

.flow-area .flow-slide:nth-of-type(6) {
  z-index: 1;
}

.flow-area .flow-slide .slide-inner {
  min-width: 30vw;
}

.flow-area .flow-slide .step {
  font-family: var(--ff03);
  font-size: 160%;
  padding: 0 2rem;
  margin-bottom: -1rem;
}

.flow-area .flow-slide .arrow {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110%;
}

.flow-area .flow-slide .arrow::after {
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 50px;
  height: 70px;
  display: block;
  background: var(--color-gray1);
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
}

.flow-area .flow-slide .arrow::before {
  content: "";
  background: var(--color-gray1);
  width: calc(100% - 40px);
  height: 30px;
}

.flow-area .flow-slide:nth-of-type(2) .arrow::before,
.flow-area .flow-slide:nth-of-type(2) .arrow::after {
  background: #d5d5d5;
}

.flow-area .flow-slide:nth-of-type(3) .arrow::before,
.flow-area .flow-slide:nth-of-type(3) .arrow::after {
  background: #b9b9b9;
}

.flow-area .flow-slide:nth-of-type(4) .arrow::before,
.flow-area .flow-slide:nth-of-type(4) .arrow::after {
  background: #9f9f9f;
}

.flow-area .flow-slide:nth-of-type(5) .arrow::before,
.flow-area .flow-slide:nth-of-type(5) .arrow::after {
  background: #7b7b7b;
}

.flow-area .flow-slide:nth-of-type(6) .arrow::before,
.flow-area .flow-slide:nth-of-type(6) .arrow::after {
  background: #4b4b4b;
}

.flow-area .flow-slide .text-box {
  padding: 0 2rem;
}

.flow-area .flow-slide .text-box .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;
}

.flow-area .flow-slide .text-box .text {
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}

[data-element-id] .flow-area .slides-wrapper{
  flex-wrap: wrap;
}

[data-element-id] .flow-area .flow-slide{
    width: 33%;
}

@media(max-width:1024px) {
  .flow-area .flow-slide .slide-inner {
    min-width: 45vw;
  }

  .flow-area .flow-slide .text-box {
    padding: 0 0.5rem;
  }

  .flow-area .flow-slide .text-box .title {
    font-size: 1.1rem;
  }
}

@media(max-width:599px) {
  .flow-area .flow-slide .slide-inner {
    min-width: 90vw;
  }
}

.flow-support-area .flow-support-list .item .box-title {
  margin: 10px 0 0;
  text-align: center;
}

.flow-logo-area .flow-logo-list .item .item-inner {
  padding: 1rem 1rem;
  border: 1px solid #d9d8d8;
}

.flow-logo-area .flow-logo-list.-type02 .item .item-inner {
  padding: .5rem 1.5rem;
}


/* .flow-price-area .flow-price-list01 .box .box-inner {
  background-color: var(--color-gray1);
  padding: 2rem;
} */

@media(max-width:599px) {
  .flow-support-area .flow-support-list .item .box-title {
    margin: 0 0 10px;
  }

  .flow-support-area .flow-support-list .item .box-text {
    margin-top: 10px;
  }
}


/* 04introduction */
.intro-tab-area .intro-flow-area .intro-flow-slide .contents {
  padding: 3rem;
}

.intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBtn .tb-sub-box {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBtn .btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBtn .tab_class {
  margin-bottom: 3rem;
  width: calc((100% - 1rem)/2);
  cursor: pointer;
}

.intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBtn.-left .tab_class:nth-of-type(2n+ 2) {
  -webkit-transform: translateY(90%);
  transform: translateY(90%);
}

.intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBtn.-right .tab_class:nth-of-type(1),
.intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBtn.-right .tab_class:nth-of-type(3) {
  -webkit-transform: translateY(90%);
  transform: translateY(90%);
}

.intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBtn .tab_class>* {
  aspect-ratio: 1;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBtn .tab_class:hover>* {
  border-color: var(--color-orange1);
}

.intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBtn .tab_class.active>* {
  background-color: var(--color-orange1);
  border-color: var(--color-orange1);
}

.intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .btn-icon img {
  max-width: 40px;
  max-height: 43px;
}

.intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBtn .tab_class.active img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBody {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBody .tabItem-wrap .maskbox {
  position: absolute;
  top: 8.3%;
  left: 15.5%;
  width: 68.8%;
  z-index: 2;
  aspect-ratio: 20 / 12.6;
  background: #0a0b0e;
}

.intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBody .tabItem-wrap .maskbox video {
  height: 100%;
  /* object-fit: cover; */
}

@media(max-width:1024px) {
  .intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBody .tabItem-wrap .maskbox {
    top: 6.3%;
    width: 69%;
    aspect-ratio: 20 / 12.8;
  }
}

@media(max-width:599px) {
  .intro-tab-area .intro-flow-area .intro-flow-slide .contents {
    padding: 2rem .5rem;
  }

  .intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBtn {
    max-width: 80%;
  }

  .intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBtn .tab_class {
    margin-bottom: 0;
    width: calc((100% - 2rem) / 3);
  }

  .intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBtn.-left .tab_class:nth-of-type(2n+ 2) {
    -webkit-transform: none;
    transform: none;
  }

  .intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBtn.-right .tab_class:nth-of-type(1),
  .intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBtn.-right .tab_class:nth-of-type(3) {
    -webkit-transform: none;
    transform: none;
  }

  .intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBtn .btn-icon img {
    max-width: 35px;
    max-height: 35px;
  }

  .intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBtn .btn5 .btn-icon img {
    max-width: 45px;
  }

  .intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBody {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .intro-tab-area .intro-flow-area .intro-flow-slide .contents .tabWrap .tabBody .tabItem-wrap .maskbox {
    top: 7.5%;
    left: 15%;
    width: 69.5%;
  }
}

/* intro-fullpage-area */
.intro-fullpage-list {
  min-height: 100vh;
  padding: 100px 0;
  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;
}

.intro-fullpage-list.box1 {
  padding: 0 0 100px;
}

.intro-fullpage-list .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.intro-fullpage-list:nth-of-type(even) .contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.intro-fullpage-list .contents .image-box {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro-fullpage-list .contents .image-box .pc {
  position: relative;
  width: 100%;
  margin-right: -25%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.intro-fullpage-list .contents .image-box .pc .mask {
  position: absolute;
  top: 4.8%;
  left: 1.8%;
  width: 65.5%;
  aspect-ratio: 10 / 3;
  display: block;
}

.intro-fullpage-list .contents .image-box .pc .mask {
  position: absolute;
  top: 8.4%;
  left: 15.6%;
  width: 68.6%;
  aspect-ratio: 10 / 6.3;
  display: block;
}

.intro-fullpage-list .contents .image-box .sp {
  position: relative;
  width: 25%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: translateY(15%) rotate(15deg);
  transform: translateY(15%) rotate(15deg);
}

.intro-fullpage-list .contents .image-box .sp .mask {
  position: absolute;
  top: 1.6%;
  left: 4.4%;
  width: 91%;
  aspect-ratio: 1 / 2.165;
  display: block;
  border-radius: 1rem;
  overflow: hidden;
}

.intro-fullpage-list .contents .text-box {
  width: 40%;
}

.intro-fullpage-list .contents .text-box .text {
  font-size: 15px;
  line-height: 1.5;
}

[data-element-id] .intro-fullpage-list .contents{
  flex-wrap: wrap;
}

[data-element-id] .intro-fullpage-list .contents .show\@sp{
  width: 100%;
    max-width: 100%;
}

@media(max-width:1024px) {
  .intro-fullpage-list .contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .intro-fullpage-list .contents .image-box {
    width: 60%;
    margin: 0 auto 2rem;
  }

  .intro-fullpage-list .contents .image-box .pc .mask {
    top: 8.2%;
    left: 15.3%;
    width: 69.2%;
  }

  .intro-fullpage-list .contents .image-box .sp .mask {
    border-radius: .8rem;
  }

  .intro-fullpage-list .contents .text-box {
    width: 100%;
    z-index: 2;
  }
}


@media(max-width:599px) {

  .intro-fullpage-list .btn-type-01.-big .btn-dotBox a {
    padding: .8rem 3rem 0.5rem 3rem;
    min-width: 220px;
  }

  .intro-fullpage-list .btn-type-01.-big .btn-dotBox a .btn-dotBoxTxt {
    font-size: 16px;
  }

  .intro-fullpage-list .contents {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .intro-fullpage-list .contents .image-box {
    margin-top: 1rem;
    width: 100%;
  }

  .intro-fullpage-list .contents .image-box .sp .mask {
    border-radius: .7rem;
    width: 91.5%;
    left: 4.2%;
    top: 1.5%;
  }

  .intro-fullpage-list .contents .text-box .text {
    margin-top: 10px;
  }
}

/* 05-14サービスページ共通 service */
.service-scroll-item .trouble-list {
  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;
  gap: 1rem;
  margin-top: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.service-scroll-item .trouble-list .item {
  /* width: calc(((100% - 1rem) / 2)); */
  width: 100%;
  background: var(--color-gray1);
  padding: 1rem 1rem .8rem 1rem;
  border-radius: 5px;
  color: var(--color-navy1);
}

.service-scroll-item .deco-yellow-line3::before {
  width: 100%;
  bottom: -5px;
  left: 0;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}

.service-scroll-item .trouble-list .item-inner {
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 1px;
  padding-left: 2.5rem;
  position: relative;
}

.service-scroll-item .trouble-list .item-inner::before {
  content: "\f14a";
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 140%;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
}

@media(max-width:1024px) {
  .service-scroll-item .trouble-list .item {
    padding: .5rem 1rem .5rem 1rem;
  }

  .service-scroll-item .trouble-list .item-inner {
    font-size: 1.1rem;
  }
}

@media(max-width:599px) {
  .service-scroll-item .trouble-list {
    margin-top: 2rem;
  }

  .service-scroll-item .trouble-list .item-inner::before {
    top: -1px;
  }
}

.service-content1-item .content1-title {
  font-size: 1.5rem;
  border: 1px solid;
  padding: 1rem 2rem .5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5rem;
}

.service-content1-item .content1-list {
  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;
}

.service-content1-item .content1-list .image-box {
  width: 40%;
}

.service-content1-item .content1-list .text-box {
  width: 55%;
}

.service-content1-item .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--color-orange2);
}

.service-content1-item .title-box .num {
  font-size: 200%;
  font-family: var(--ff03);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
}

[data-element-id] .service-content1-item .show\@sp .title-box {
        font-size: 1.2rem;
        line-height: 1.2;
    }

[data-element-id] .service-content1-item .show\@sp .content1-title{
  font-size: .8rem;
    letter-spacing: 0;
    padding: .5rem .5rem .5rem;
    margin-bottom: 2rem;
}

@media(max-width:1024px) {
  .service-content1-item .content1-title {
    font-size: 1.3rem;
    padding: 1rem 2rem .5rem;
    margin-bottom: 3rem;
  }

  .service-content1-item .content1-list .text-box .text {
    font-size: 13px;
    letter-spacing: 1px;
  }

  .service-content1-item .content1-list .text-box .title-box {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    line-height: 1.2;
  }
}

@media(max-width:599px) {
  .service-content1-item .content1-title {
    font-size: .8rem;
    letter-spacing: 0;
    padding: .5rem .5rem .5rem;
    margin-bottom: 2rem;
  }

  .service-content1-item .title-box {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .service-content1-item .content1-list .image-box {
    width: 35%;
  }

  .service-content1-item .content1-list .text-box {
    width: 60%;
  }

  .service-content1-item .content1-list .text-box .text {
    /* font-size: 11px; */
    letter-spacing: 0px;
    line-height: 1.5;
    margin-top: 0;
  }
}

.service-conetnt2-area .service-conetnt2-list {
  height: auto;
  min-height: 60vh;
  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;
}

.service-conetnt2-area .service-conetnt2-list .title {
  line-height: 2;
}

.service-conetnt3-area .item-wrap.type02 .item+.item {
  margin-top: 50px;
}

.service-conetnt3-area .service-conetnt3-list {
  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;
}

.service-conetnt3-list-wrap:nth-of-type(even) .service-conetnt3-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.service-conetnt3-area .service-conetnt3-list .image-box {
  width: 40%;
}

.service-conetnt3-area .service-conetnt3-list .text-box {
  width: 55%;
}

.service-conetnt3-area .service-conetnt3-list .text-box .text {
  margin-top: 2rem;
}

.service-conetnt3-area .service-conetnt3-list.type02 .text-box .text {
  margin-top: 1rem;
}

[data-element-id] .service-conetnt2-area .service-conetnt2-list{
  flex-wrap: wrap;
  flex-direction: column;
}

@media(max-width:599px) {
  .service-conetnt2-area .service-conetnt2-list {
    min-height: 40vh;
  }

  .service-conetnt3-area .service-conetnt3-list .image-box {
    width: 100%;
  }

  .service-conetnt3-area .service-conetnt3-list .text-box {
    width: 100%;
  }

  .service-conetnt3-area .service-conetnt3-list .text-box .text {
    margin-top: 1rem;
  }

  .service-conetnt2-area .service-conetnt2-list .title {
    line-height: 1.3;
  }
}

.service-conetnt4-area .item-wrap-title {
  border: 1px solid;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: .5rem 2rem .2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
}

.service-conetnt4-area .item+.item {
  margin-top: 50px;
}

.service-conetnt4-area .item-wrap .sub-item-wrap .item+.item {
  margin-top: 0;
}

.service-conetnt4-area .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;
}

.service-conetnt4-area .item:nth-of-type(even) .item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.service-conetnt4-area .item .image-box {
  width: 30%;
}

.service-conetnt4-area .item .text-box {
  width: 65%;
}

.service-content4-area .content4-box .text-list-bgc {
  padding: 10px;
  background: var(--color-gray1);
  border-radius: 5px;
}

/* .sub-item-wrap .sub-item .item-inner */

@media(max-width:599px) {
  .service-conetnt4-area .item .item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service-conetnt4-area .item-wrap-title {
    padding: .5rem .5rem .2rem;
  }

  .service-conetnt4-area .item .image-box {
    width: 100%;
  }

  .service-conetnt4-area .item .text-box {
    width: 100%;
    margin-top: 1rem;
  }

  .service-content4-area .content4-box .text-list-bgc .list-data {
    padding-left: 1.1rem;
  }
}

.service-macbook-area .service-macbook-list .maskbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 8.3%;
  left: 15.4%;
  width: 69%;
  z-index: 2;
  aspect-ratio: 20 / 12.6;
  background: #0a0b0e;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-price-area .contents-box .item .icon {
  background: #fff;
  border-radius: 50%;
  width: 100px;
  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;
  margin: 0 auto 10px;
  aspect-ratio: 1;
}

.service-price-area .contents-box .item .icon img {
  max-width: 55px;
  max-height: 50px;
}

.service-price-area .contents-box .item2 .icon img {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}

.service-price-area .contents-box .item3 .icon img {
  max-height: 55px;
}

.service-price-area .contents-box .item4 .icon img {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}

.service-price-area .contents-box .item5 .icon img {
  max-width: 65px;
}

.service-price-area .banner-box a {
  display: block;
  position: relative;
  border-radius: .3rem;
  overflow: hidden;
}

.service-price-area .banner-box a:hover {
  opacity: 1;
}

.service-price-area .banner-box a::before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color-orange1);
  width: 0%;
  height: 0%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

.service-price-area .banner-box a:hover::before {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  width: 150% !important;
  height: 150% !important;
}

.service-price-area .banner-box a .banner-title {
  background-color: var(--color-orange2);
  color: #fff;
  padding: .7rem .7rem .5rem;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  z-index: 2;
}

@media(max-width:599px) {
  .service-catch-item .btn-type-01 .btn-dotBox .btn-dotBoxTxt {
    font-size: 15px;
  }
}

.service-tab-area .service-tab-list {
  padding: 50px;
  border: 5px solid var(--color-orange2);
}

.service-tab-area .service-tab-list .tabItem-wrap {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
  /* border: 3px solid var(--color-orange1); */
}

.service-tab-area .service-tab-list .tabBtn li.tab_class {
  background: var(--color-gray2);
  margin-bottom: 10px;
  padding: 10px;
  border: 2px solid var(--color-gray2);
  border-radius: 100px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  min-height: 62px;
  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;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}

.service-tab-area .service-tab-list .tabBtn li.tab_class:last-child {
  margin-bottom: 0;
}

.service-tab-area .service-tab-list .tabBtn li.tab_class:hover {
  background: #fff;
  color: var(--color-orange1);
  border: 2px solid var(--color-orange1);
}

.service-tab-area .service-tab-list .tabBtn li.tab_class.active {
  background: var(--color-orange1);
  color: #fff;
  border-color: var(--color-orange1);
}

.service-tab-area .service-tab-list .tabBtn li.tab_class::before {
  content: "";
  width: 15px;
  aspect-ratio: 1;
  background-color: none;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.service-tab-area .service-tab-list .tabBtn li.tab_class.active::before {
  background: var(--color-orange2);
}

@media(max-width:599px) {
  .service-tab-area .service-tab-list {
    padding: 30px 10px;
    border: 3px solid var(--color-orange2);
  }

  .service-tab-area .service-tab-list .tabbtn {
    position: relative;
    padding-bottom: 20px;
  }

  .service-tab-area .service-tab-list .tabbtn::before {
    content: "";
    width: 30px;
    height: 10px;
    background-color: var(--color-orange1);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
  }

  .service-tab-area .service-tab-list .tabBtn li.tab_class {
    margin-bottom: 5px;
    padding: 8px 8px 6px;
    min-height: 45px;
    font-size: 14px;
    line-height: 1;
  }

  .service-tab-area .service-tab-list .tabBtn li.tab_class.active::before {
    content: none;
  }

}

/* 15利用規約 userpolicy*/
.userpolicy-area .item+.item {
  margin-top: 5rem;
}

.userpolicy-area .item .title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
  /* padding-bottom: .5rem; */
  position: relative;
}

/* 
.userpolicy-area .item .title::before {
  content: "";
  background: var(--color-orange1);
  width: 3rem;
  height: 2px;
  display: block;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

*/
.userpolicy-area .item .text {
  font-weight: 400;
}

@media(max-width:599px) {
  .userpolicy-area .item .title {
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: .5rem;
  }
}

/* 記事一覧ページ */
.cate,
.genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cate span,
.genre span {
  display: inline-block;
  border: 1px solid;
  /* color: var(--color-navy1); */
  padding: 4px 10px 2px 10px;
  margin: 0 3px 3px 0px;
  font-size: 12px;
}

.genre span {
  background: var(--color-orange1);
  color: #fff;
  border: 1px solid var(--color-orange1);
}

.list-article .genre {
  position: absolute;
  bottom: 0;
  right: 0px;
}

.list-article .txt {
  line-height: 1.7;
  font-size: 16px;
}

.list-article .item a:hover {
  opacity: 1;
}

.list-article .item a .img {
  overflow: hidden;
}

.list-article .item a .img::before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color-orange1);
  width: 0%;
  height: 0%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

.list-article .item a:hover .img::before {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  width: 150% !important;
  height: 150% !important;
}

.list-article .item a:hover .company,
.list-article .item a:hover .text {
  text-decoration: underline;
}

/* 16導入事例 method */
.method01 .list-article .item a .img::before {
  content: none;
}

.method01 .list-article .item a .img img {
  scale: .9;
  -webkit-transition: .5s;
  transition: .5s;
}

.method01 .list-article .item a:hover .img img {
  scale: 1;
}

.method01 .list-article .item a .text{
  letter-spacing: 0;
}

.method01 .list-article .item a .btn {
  border: 2px solid var(--color-gray2);
  color: #4d4d4d;
  padding: .6rem 2rem .45rem;
  border-radius: 100px;
  text-align: center;
  margin: 1.5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 220px;
  -webkit-transition: .5s;
  transition: .5s;
}

.method01 .list-article .item a:hover .btn {
  background: var(--color-orange1);
  color: #fff;
  border-color: var(--color-orange1);
}

@media(max-width:599px) {
  .method01 .list-article .item a .btn {
    min-width: unset;
    width: 100%;
    font-size: 14px;
    margin: 1rem auto 0;
  }
}

/* 17セミナー情報 seminar */
.seminar01 .list-article .item a {
  border: 1px solid #e1e1e1;
  display: block;
}

.seminar01 .list-article .item a .text-box {
  padding: 1rem;
}

@media(max-width:599px) {
  .seminar01 .list-article .item a .text-box {
    padding: .5rem;
  }

  .seminar01 .list-article .item a .text-box .date {
    font-size: 13px;
    letter-spacing: 0px;
  }

  .seminar01 .cate span {
    font-size: 10px;
  }

  .seminar01 .list-article .item a .text-box .text {
    margin-top: 5px;
    line-height: 1.3;
  }
}

/* 18新着情報 news */
.news01 .list-article .item.item:not(:last-of-type) {
  border-bottom: 2px solid #b9b9b9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
}

.news01 .list-article .item .blocktxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.news01 .list-article .item .blocktxt .cate span {
  display: block;
  padding: 5px 10px 4px 10px;
  margin: 0;
  width: 150px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  letter-spacing: 1px;
}

.news01 .list-article .item .blocktxt .cate span:not(:first-of-type) {
    display: none;
}

@media(max-width:599px) {
  .news01 .list-article .item .blocktxt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* 19導入事例 case */
.case01 .list-article .item {
  padding-bottom: 20px;
  border-bottom: 2px solid var(--color-gray2);
  margin-bottom: 20px;
}

/* 20お客様の声 voice */
.voice01 .list-article .item a {
  display: block;
}

.voice01 .list-article .item .meta {
  position: absolute;
  z-index: 2;
  top: .5rem;
  right: .5rem;
}

.voice01 .list-article .item .meta .cate span {
  background: #fff;
}

.voice01.-recommendation .item:nth-of-type(4) {
  display: none;
}

@media(max-width:599px) {

  .voice01 .list-article .item a .text-box .date {
    font-size: 13px;
    letter-spacing: 0px;
  }

  .voice01 .cate span {
    font-size: 10px;
  }

  .voice01 .list-article .item a .text-box .text {
    margin-top: 5px;
    line-height: 1.3;
  }

  .voice01.-recommendation .item:nth-of-type(4) {
    display: block;
  }
}

/* 記事詳細ページ */
.articledtl01 {
  border-bottom: 2px solid var(--color-gray1);
  padding: 0 0 2rem;
}

.articledtl01 .head {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  font-family: var(--ff02);
  font-size: 22px;
  color: var(--color01);
}

.articledtl01 .txt h2 {
  margin: 1em 0;
  padding: 0.8rem 1rem 0.6rem 1rem;
  font-size: 22px;
  line-height: 1;
  font-family: var(--ff02);
  font-weight: 700;
  background: var(--color-orange1);
  color: #fff;
}

.articledtl01 .txt h3 {
  margin: 1em 0;
  padding: 0.5em;
  font-size: 20px;
  line-height: 1;
  border-left: solid 10px var(--color-orange1);
  font-family: var(--ff02);
  font-weight: 700;
}

.articledtl01 .txt h4 {
  margin: 1em 0;
  padding-bottom: 0.5em;
  font-size: 18px;
  border-bottom: dotted 2px var(--color-orange1);
  font-family: var(--ff02);
  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(--color-orange1);
}

.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: 120%;
  color: var(--color-orange1);
  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;
}

/* タグの設置方法記事詳細 */
.articledtl01.-method .step-box .step-item+.step-item {
  margin-top: 80px;
}

/* セミナー情報記事詳細 */
.articledtl01.-seminar {
  border: none;
  padding: 0;
}

.articledtl01.-seminar .recommend-person-box {
  border: 1px solid var(--color-gray2);
  padding: 1rem;
  margin-top: 2rem;
}

.articledtl01.-seminar .recommend-title {
  margin-bottom: .5rem;
}

.articledtl01.-seminar .recommend-person .item {
  position: relative;
  padding-left: 1.3rem;
  font-weight: 500;
  font-size: 15px;
}

.articledtl01.-seminar .recommend-person .item::before {
  content: "\f00c";
  font-family: var(--ff99);
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: var(--color-orange1);
}


.articledtl01.-seminar .program-box .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.articledtl01.-seminar .outline-box {
  border: 1px solid var(--color-gray2);
  padding: 2rem 1rem;
}

.articledtl01.-seminar .outline-box dl+dl {
  margin-top: 30px;
}

.privacy-box .link a::after {
  content: "\f08e";
  font-family: var(--ff99);
  font-weight: bold;
}

@media(max-width:599px) {
  .articledtl01.-seminar .program-box .item-title {
    font-size: 1.3rem;
  }
}

/* 導入事例詳細 */
.articledtl01.-case .case-demo01-list .demo {
  position: absolute;
  top: 4.5%;
  left: 2.8%;
  width: 94.8%;
  aspect-ratio: 20 / 11;
  border-radius: 2px;
  overflow: hidden;
}

.articledtl01.-case .program-box .program-item {
  display: none;
}

.articledtl01.-case .program-box.レコメンド .program-item.レコメンド,
.articledtl01.-case .program-box.離脱防止 .program-item.離脱防止,
.articledtl01.-case .program-box.ポップアップ配信 .program-item.ポップアップ配信,
.articledtl01.-case .program-box.差し込み配信 .program-item.差し込み配信,
.articledtl01.-case .program-box.プッシュ通知 .program-item.プッシュ通知,
.articledtl01.-case .program-box.ヒートマップ .program-item.ヒートマップ,
.articledtl01.-case .program-box.ABテスト .program-item.ABテスト,
.articledtl01.-case .program-box.チャットボット .program-item.チャットボット,
.articledtl01.-case .program-box.EFO .program-item.EFO {
  display: block;
}

/* お客様の声記事詳細 */

.articledtl01.-voice {
  border: none;
  padding: 0;
}

.articledtl01.-voice .content01-box {
  border: 1px solid var(--color-gray2);
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.articledtl01.-voice .content01-title {
  width: 35%;
  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;
}

.articledtl01.-voice .content01-list {
  width: 65%;
}

.articledtl01.-voice .content01-list .item {
  position: relative;
  padding-left: 1.3rem;
  font-weight: 500;
  font-size: 15px;
}

.articledtl01.-voice .content01-box .item::before {
  content: "・";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}


.articledtl01.-voice .program-box .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.articledtl01.-voice .outline-box {
  border: 1px solid var(--color-gray2);
  padding: 2rem 1rem;
}

.articledtl01.-voice .outline-box dl+dl {
  margin-top: 30px;
}

.privacy-box .link a::after {
  content: "\f08e";
  font-family: var(--ff99);
  font-weight: bold;
}

@media(max-width:599px) {
  .articledtl01.-voice .content01-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .articledtl01.-voice .content01-title {
    width: 100%;
    margin-bottom: .5rem;
  }

  .articledtl01.-voice .content01-list {
    width: 100%;
  }

  .articledtl01.-voice .program-box .item-title {
    font-size: 1.3rem;
  }
}

/* faq-list */
.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: baseline;
  padding: 10px 30px 15px 10px;
}

.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(--color-orange1);
}

.faq-list .datattl:before {
  content: "Q";
  color: var(--color-orange1);
  font-size: 30px;
  font-family: var(--ff03);
  width: 60px;
  line-height: 1;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  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;
}

.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: #fff;
  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: 10px;
  overflow: hidden;
}

.faq-list .item {
  border-bottom: 1px solid;
}

[data-element-id] .faq-list .item:nth-child(n + 4) {
  display: none;
}

.faq-list .data {
  position: relative;
  padding: 15px 20px 20px 90px;
  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: 10px;
  left: 10px;
  font-size: 30px;
  font-family: var(--ff03);
  width: 60px;
  color: var(--color-navy1);
  -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: 40px;
    margin-right: 10px;
  }

  .faq-list .data {
    padding-left: 60px;
    padding-bottom: 20px;
  }

  .faq-list .data:before {
    font-size: 24px;
    width: 40px;
    top: 15px;
  }
}

/* 21document 資料請求 */
.document-content02-list .item {
  padding-left: 2rem;
  position: relative;
  font-size: 1.5rem;
}

.document-content02-list .item::before {
  content: "\f14a";
  font-family: var(--ff99);
  font-weight: bold;
  position: absolute;
  top: -2px;
  left: 0;
}

.contact-box-wrap .contact-box a:hover {
  opacity: 1;
}

.contact-box-inner {
  min-height: 200px;
  border: 2px solid #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-box-wrap .contact-box a:hover .contact-box-inner {
  background-color: var(--color-gray1);
  color: var(--color-orange2);
}

.contact-box-inner .image-box {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  margin-left: -5%;
}

.contact-box-inner .image-box::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-orange1);
  opacity: .8;
  content: "";
  z-index: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact-box-wrap .contact-box a:hover .contact-box-inner .image-box::before {
  /* background-color: var(--color-navy1); */
  opacity: 0;
}

.contact-box-inner .image-box img {
  -webkit-transition: .5s;
  transition: .5s;
}

.contact-box-wrap .contact-box a:hover .contact-box-inner .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: brightness(.8);
  filter: brightness(.8);
}

@media(max-width:599px) {
  .document-content02-list .item {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .document-content02-list .item+.item {
    margin-top: 20px;
  }

  .contact-box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-box-inner .image-box {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
    margin-bottom: -20px;
    margin-left: 0;
  }

}

/* 22contactお問い合わせ */
.contact-demo01-area .contact-demo01-list .demo {
  position: absolute;
  top: 8.3%;
  left: 15.5%;
  width: 68.9%;
  z-index: 2;
  aspect-ratio: 20 / 12.6;
}

.contact-demo01-area .contact-demo01-list .demo iframe {
  width: 100%;
  height: 100%;
}

@media(max-width:599px) {
  .contact-demo01-area .contact-demo01-list {
    width: 120%;
    -webkit-transform: translateX(-8%);
    transform: translateX(-8%);
  }
}

/* 共通form */
.form .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  line-height: 1;
}

.form .box.textarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form .datattl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 220px;
}

.form .require {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 10px 4px 10px;
  color: var(--color-orange1);
  font-size: 12px;
  line-height: 1.6em;
}

.form .data {
  width: 100%;
}

.form .data input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  border: none;
  background: rgb(238 242 241);
}

.form .data input[type='radio'] {
  display: none;
}

.form .data input[type='radio']+label {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 1;
}

.form .data input[type='radio']+label::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #7c7c7c;
  border-radius: 50%;
  background: #fff;
  content: '';
}

.form .data input[type='radio']:checked+label::after {
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--color01);
  content: '';
}

.form .data input[type='radio']:checked+label {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.form .data input[type='number'] {
  margin-right: 10px;
  width: 70px;
}

.form .data .annotation {
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #4d4d4d;
}

.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: 170px;
  background: rgb(238 242 241);
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  border: none;
}

.form .data01 div {
  display: inline-block;
}

.form .btn {
  margin-top: 30px;
}

.form button:hover {
  cursor: pointer;
}

@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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form .data input[type='radio']+label::before {
    top: 1px;
  }
}

[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {
  display: none;
}
