@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;800;900&display=swap');

* {
  font-family: 'Noto Sans JP', sans-serif;
  color: #444;
}

/*===================================
  基本設定
===================================*/
/* color */
.color-cmn-gradient01 {
  background: linear-gradient(90deg, #2d68aa 0%, #0daeb6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.color-cmn-gradient02 {
  background: linear-gradient(330deg, #2d68aa 0%, #0daeb6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.color-cmn-blue {
  color: #2d68ac;
}

.color-cmn-lightblue {
  color: #0dafb6;
}

/* bgcolor */
.bgc-cmn-01 {
  background-color: #ddf2f5;
}

.bgc-cmn-02 {
  background: #f0f6fd;
}

.bgc-cmn-03 {
  background: linear-gradient(330deg, #2d68aa 0%, #0daeb6 100%);
}

.bgc-cmn-04 {
  background: #2d68ac;
}

.bgc-cmn-05 {
  background: #0dafb6;
}

.bgc-cmn-06 {
  background: #cbcbcb;
}

.bgc-type-01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 92%;
  height: 50vh;
}

.bgc-type-02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 92%;
  height: 30vh;
}

.bgc-type-02.other {
  height: 60vh;
}

@media(max-width:1024px) {
  .bgc-type-01 {
    width: 95%;
  }
}

@media(max-width:599px) {
  .bgc-type-01 {
    height: 85vh;
  }
}

/* bgimage */
.bgi-cmn-01 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.bgi-cmn-01::before {
  content: "";
  background-image: url('/upload/tenant_1/bgi01.webp');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 800/500;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media(max-width:599px) {
  .bgi-cmn-01::before {
    width: 150%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ttl */
.ttl-cmn-01 {
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: 500;
  color: #fff;
}

@media(max-width:1024px) {
  .ttl-cmn-01 {
    font-size: 26px;
  }
}

@media(max-width:599px) {
  .ttl-cmn-01 {
    font-size: 22px;
  }
}

.ttl-cmn-02 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 4px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.ttl-cmn-02.center-mode {
  text-align: center;
}

.ttl-cmn-02::before {
  content: "";
  background: linear-gradient(45deg, #2c69aa, #0daeb6);
  width: 3.2em;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}

.ttl-cmn-02.center-mode::before {
  left: 50%;
  transform: translateX(-50%);
}

@media(max-width:1024px) {
  .ttl-cmn-02 {
    font-size: 26px;
  }
}

@media(max-width:599px) {
  .ttl-cmn-02 {
    font-size: 22px;
  }
}

.ttl-cmn-03 {
  font-size: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 5px;
  font-weight: 500;
  z-index: 2;
  position: relative;
}

.ttl-cmn-03.other {
  font-size: 28px;
}

.ttl-cmn-03 .ja .acc {
  font-size: 120%;
}

.ttl-cmn-03 .en {
  font-size: 70%;
}

@media(max-width:1024px) {
  .ttl-cmn-03 {
    font-size: 26px;
  }

  .ttl-cmn-03.other {
    font-size: 24px;
    letter-spacing: 2px;
  }
}

@media(max-width:599px) {
  .ttl-cmn-03 {
    font-size: 22px;
    letter-spacing: 2px;
  }
  
  .ttl-cmn-03.other02 {
    letter-spacing: 1px;
  }
}

.ttl-cmn-04 {
  padding: 0 30px;
  width: fit-content;
}

.ttl-cmn-04 span {
  font-size: 20px;
  letter-spacing: 10px;
  width: fit-content;
  font-weight: 500;
  position: relative;
}

.ttl-cmn-04 span::before,
.ttl-cmn-04 span::after {
  content: "";
  width: 4px;
  height: 25px;
  background: #2d68ac;
  display: block;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  transform: rotate(-25deg);
}

.ttl-cmn-04 span::before {
  left: -20px;
  transform: rotate(-25deg);
}

.ttl-cmn-04 span::after {
  right: -20px;
  transform: rotate(25deg);
}

@media(max-width:1024px) {
  .ttl-cmn-04 span {
    font-size: 16px;
    letter-spacing: 6px;
  }
}

@media(max-width:1024px) {
  .ttl-cmn-04 span {
    display: block;
    text-align: center;
  }
}

.ttl-cmn-05 {
  color: #2c69aa;
  border-bottom: 1px solid;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 4px;
  padding-bottom: 5px;
}

.ttl-cmn-05.other {
  color: #2c69aa;
  background: linear-gradient(90deg, #2d68aa 0%, #0daeb6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media(max-width:1024px) {
  .ttl-cmn-05 {
    font-size: 18px;
  }
}

.ttl-cmn-06.tit .en-tit {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.ttl-cmn-06.tit .en-tit .line-grad {
  content: "";
  display: block;
  overflow: hidden;
  width: 8em;
  height: 3px;
  border-radius: 5px;
  position: relative;
  background: linear-gradient(90deg, #2c69aa, #0daeb6);
}

.ttl-cmn-06.tit .en-tit .line-grad::before {
  content: "";
  background: linear-gradient(90deg, #2c69aa, #0daeb6);
  width: 8em;
  height: 3px;
  display: block;
  animation: gradanim 8s linear 0s infinite;
  opacity: 1;
  animation-delay: 1s;
}

.ttl-cmn-06.tit .en-tit .num {
  font-size: 300%;
  line-height: 1;
  padding-bottom: 15px;
  font-weight: 400;
  flex-shrink: 0;
}

.ttl-cmn-06.tit .ja-tit {
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 30px;
}

@media(max-width:1024px) {

  .ttl-cmn-06.tit .en-tit {
    font-size: 18px;
  }

  .ttl-cmn-06.tit .ja-tit {
    font-size: 26px;
    margin-top: 10px;
  }
}

@media(max-width:599px) {
  .ttl-cmn-06.tit .ja-tit {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .ttl-cmn-06.tit .en-tit .line-grad {
    width: 1.5em;
  }

  .ttl-cmn-06.tit .en-tit .num {
    font-size: 250%;
  }
}

/* btn */
.btn-cmn-01 a {
  color: #0daeb6;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-cmn-02 a {
  background: linear-gradient(45deg, #2c69aa, #0daeb6);
  color: #fff;
  display: flex;
  min-width: 200px;
  padding: 10px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  align-items: baseline;
  justify-content: center;
  column-gap: 5px;
}

.btn.btn-cmn-03 a {
  background: linear-gradient(90deg, #2c69aa, #0daeb6);
  color: #fff;
  display: flex;
  min-width: 250px;
  width: fit-content;
  max-width: 100%;
  padding: 20px 50px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 5px;
  align-items: baseline;
  justify-content: center;
}

.btn.btn-cmn-03 a:hover {
  background: linear-gradient(265deg, #2c69aa, #0daeb6);
  opacity: 0.8;
}

.btn.btn-cmn-03.type02 a {
  width: 300px;
}

.btn.btn-cmn-03.type03 a {
  width: 250px;
  padding: 20px 20px;
}

@media(max-width:1024px) {
  .btn.btn-cmn-03 a {
    padding: 15px 30px;
    min-width: 200px;
  }
}

@media(max-width:599px) {
  .btn.btn-cmn-03 a {
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }

  .btn.btn-cmn-03.type03 a {
    width: 140px;
    min-width: 140px;
    padding: 15px 10px;
  }
}

/* radius */
.radius-10 {
  border-radius: 10px;
  overflow: hidden;
}

.radius-20 {
  border-radius: 20px;
  overflow: hidden;
}

/* gap */
.gapx-20 {
  column-gap: 20px;
}

.gapx-30 {
  column-gap: 30px;
}

/* shadow */
.txt-shadow-01 {
  text-shadow: 1px 1px 3px #7c7c7c;
}

.box-shadow-01 {
  box-shadow: 1px 1px 3px #ccc;
}

/* 共通コンテンツ間隔 */

[class*="section-m"],
[class*="section-p"] {
  --section-xlarge: 150px;
  --section-large: 120px;
  --section-medium: 100px;
  --section-small: 80px;
  --section-xsmall: 60px;
}

.section-my-xlarge {
  margin-top: var(--section-xlarge);
  margin-bottom: var(--section-xlarge);
}

.section-mt-xlarge {
  margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
  margin-bottom: var(--section-xlarge);
}

.section-my-large {
  margin-top: var(--section-large);
  margin-bottom: var(--section-large);
}

.section-mt-large {
  margin-top: var(--section-large);
}

.section-mb-large {
  margin-bottom: var(--section-large);
}

.section-my-medium {
  margin-top: var(--section-medium);
  margin-bottom: var(--section-medium);
}

.section-mt-medium {
  margin-top: var(--section-medium);
}

.section-mb-medium {
  margin-bottom: var(--section-medium);
}

.section-my-small {
  margin-top: var(--section-small);
  margin-bottom: var(--section-small);
}

.section-mt-small {
  margin-top: var(--section-small);
}

.section-mb-small {
  margin-bottom: var(--section-small);
}

.section-my-xsmall {
  margin-top: var(--section-xsmall);
  margin-bottom: var(--section-xsmall);
}

.section-mt-xsmall {
  margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
  margin-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
  .section-my-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.8);
    margin-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.8);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-my-large {
    margin-top: calc(var(--section-large) * 0.8);
    margin-bottom: calc(var(--section-large) * 0.8);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.8);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.8);
  }

  .section-my-medium {
    margin-top: calc(var(--section-medium) * 0.8);
    margin-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.8);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-my-small {
    margin-top: calc(var(--section-small) * 0.8);
    margin-bottom: calc(var(--section-small) * 0.8);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.8);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.8);
  }

  .section-my-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.8);
    margin-bottom: calc(var(--section-xsmall) * 0.8);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.8);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.8);
  }
}

@media (max-width: 599px) {
  .section-my-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.6);
    margin-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.6);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-my-large {
    margin-top: calc(var(--section-large) * 0.6);
    margin-bottom: calc(var(--section-large) * 0.6);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.6);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.6);
  }

  .section-my-medium {
    margin-top: calc(var(--section-medium) * 0.6);
    margin-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.6);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-my-small {
    margin-top: calc(var(--section-small) * 0.6);
    margin-bottom: calc(var(--section-small) * 0.6);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.6);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.6);
  }

  .section-my-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.6);
    margin-bottom: calc(var(--section-xsmall) * 0.6);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.6);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.6);
  }
}

.section-py-xlarge {
  padding-top: var(--section-xlarge);
  padding-bottom: var(--section-xlarge);
}

.section-pt-xlarge {
  padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
  padding-bottom: var(--section-xlarge);
}

.section-py-large {
  padding-top: var(--section-large);
  padding-bottom: var(--section-large);
}

.section-pt-large {
  padding-top: var(--section-large);
}

.section-pb-large {
  padding-bottom: var(--section-large);
}

.section-py-medium {
  padding-top: var(--section-medium);
  padding-bottom: var(--section-medium);
}

.section-pt-medium {
  padding-top: var(--section-medium);
}

.section-pb-medium {
  padding-bottom: var(--section-medium);
}

.section-py-small {
  padding-top: var(--section-small);
  padding-bottom: var(--section-small);
}

.section-pt-small {
  padding-top: var(--section-small);
}

.section-pb-small {
  padding-bottom: var(--section-small);
}

.section-py-xsmall {
  padding-top: var(--section-xsmall);
  padding-bottom: var(--section-xsmall);
}

.section-pt-xsmall {
  padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
  padding-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
  .section-py-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.8);
    padding-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.8);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-py-large {
    padding-top: calc(var(--section-large) * 0.8);
    padding-bottom: calc(var(--section-large) * 0.8);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.8);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.8);
  }

  .section-py-medium {
    padding-top: calc(var(--section-medium) * 0.8);
    padding-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.8);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-py-small {
    padding-top: calc(var(--section-small) * 0.8);
    padding-bottom: calc(var(--section-small) * 0.8);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.8);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.8);
  }

  .section-py-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.8);
    padding-bottom: calc(var(--section-xsmall) * 0.8);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.8);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.8);
  }
}

@media (max-width: 599px) {
  .section-py-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.6);
    padding-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.6);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-py-large {
    padding-top: calc(var(--section-large) * 0.6);
    padding-bottom: calc(var(--section-large) * 0.6);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.6);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.6);
  }

  .section-py-medium {
    padding-top: calc(var(--section-medium) * 0.6);
    padding-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.6);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-py-small {
    padding-top: calc(var(--section-small) * 0.6);
    padding-bottom: calc(var(--section-small) * 0.6);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.6);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.6);
  }

  .section-py-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.6);
    padding-bottom: calc(var(--section-xsmall) * 0.6);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.6);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.6);
  }
}

/* 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;
}

/* show hide */

.show\@pc {
  display: block;
}

.hide\@pc {
  display: none;
}

[data-element-id] .show\@tb {
  display: block;
  border: solid 4px green;
  position: relative;
}

[data-element-id] .show\@tb:after {
  display: block;
  content: "モバイル用";
  color: #fff;
  font-weight: 700;
  background: green;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}

[data-element-id] .show\@tb.indention:after {
  content: "モバイル用はここで改行";
}

[data-element-id] .show\@pc.indention:after {
  content: "PC用はここで改行";
  display: block;
  color: #fff;
  font-weight: 700;
  background: blue;
  padding: 5px;
  text-align: center;
  text-shadow: none;
  font-size: 12px;
}

[data-element-id] .show\@sp {
  display: block;
  border: solid 4px green;
  position: relative;
}

[data-element-id] .show\@sp:after {
  display: block;
  content: "モバイル用";
  color: #fff;
  font-weight: 700;
  background: green;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}

[data-element-id] .show\@sp.indention:after {
  content: "モバイル用はここで改行";
}

@media (max-width: 1024px) {
  .show\@tb {
    display: block;
  }

  .hide\@tb {
    display: none;
  }
}

@media (max-width: 599px) {
  .show\@sp {
    display: block;
  }

  .hide\@sp {
    display: none;
  }
}

/* animate */
@keyframes gradanim {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  to {
    -webkit-transform: translate(-100%);
    transform: translate(-100%)
  }
}

/* ##### フロート float ##### */
.up-fl-left {
  float: left;
}

.up-fl-right {
  float: right;
}

.up-fl-none {
  float: none;
}

.up-flc-left {
  clear: left;
}

.up-flc-rigjt {
  clear: right;
}

.up-flc-both {
  clear: both;
}

.float-box {
  display: block;
}

.float-box-img {
  float: right;
}

.float-box-title {
  float: left;
}

.float-box-content {
  float: left;
}

.float-box-wrap.-noinner .float-box:nth-child(odd) .noinner {
  margin-left: auto;
}

.float-box-wrap.-noinner .float-box:nth-child(odd) [class*=btn] {
  margin-right: 0;
}

.float-box-wrap.-noinner .float-box:nth-child(even) .noinner {
  margin-right: auto;
}

.float-box-wrap.-noinner .float-box:nth-child(even) [class*=btn] {
  margin-left: 0;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-img {
  float: left;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-title {
  float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-content {
  float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-img {
  float: left;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-title {
  float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-content {
  float: right;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(odd) .noinner {
  margin-left: 0;
  margin-right: auto;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(odd) [class*=btn] {
  margin-left: 0;
  margin-right: 0;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(even) .noinner {
  margin-left: auto;
  margin-right: 0;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(even) [class*=btn] {
  margin-left: 0;
  margin-right: 0;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-img {
  float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-title {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-content {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-img {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-title {
  float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-content {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-img {
  float: left;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-content {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-img {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-title {
  float: left;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-content {
  float: left;
}

@media (max-width: 1024px) {
  .up-fl-left\@tb {
    float: left;
  }

  .up-fl-right\@tb {
    float: right;
  }

  .up-fl-none\@tb {
    float: none;
  }

  .up-flc-left\@tb {
    clear: left;
  }

  .up-flc-rigjt\@tb {
    clear: right;
  }

  .up-flc-both\@tb {
    clear: both;
  }
}

@media (max-width: 599px) {
  .up-fl-left\@sp {
    float: left;
  }

  .up-fl-right\@sp {
    float: right;
  }

  .up-fl-none\@sp {
    float: none;
  }

  .up-flc-left\@sp {
    clear: left;
  }

  .up-flc-rigjt\@sp {
    clear: right;
  }

  .up-flc-both\@sp {
    clear: both;
  }

  .float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
    float: right;
    width: 100%;
  }
}

/*===================================
  共通ブロック　block-cmn
==================================*/
/* 共通ブロック１ */
/*===================================
  共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */
.ttl-cmn01 {
  text-align: center;
  font-size: 28px;
}

@media only screen and (max-width: 599px) {
  .ttl-cmn01 {
    font-size: 24px;
  }
}

/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通ボタン１ */
.btn-cmn01 {
  max-width: 180px;
  margin-top: 50px;
}

.btn-cmn01 a {
  display: block;
  padding: 5px 20px;
  background: #000;
  color: #fff;
  text-align: center;
  position: relative;
}

.btn-cmn01 a:after {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f054";
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}

.btn-cmn01.btn-back a:after {
  content: "\f053";
  right: inherit;
  left: 5px;
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
body.active {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/*h1ページタイトル */
.pagettl {
  font-size: 12px;
  padding: 5px 0 0;
  margin-bottom: -20px;
}

@media(max-width:1024px) {
  .pagettl {
    font-size: 10px;
    margin-bottom: 0;
    display: none;
  }
}

/**
ヘッダー
header
*/

.header .contents {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

[data-element-id] .header .contents{
  flex-wrap: wrap;
}

.header .logo img {
  max-height: 50px;
}

.header .right .info-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.header .right .txt {
  margin-right: 10px;
  line-height: 120%;
}

.header .right .txtin {
  display: block;
}

.header .right .tel a {
  display: flex;
  align-items: baseline;
  font-size: 34px;
  font-weight: 400;
}

.header .right .tel a .icon-tel {
  margin-right: 5px;
  font-weight: 600;
  font-size: 24px;
  font-family: 'Font Awesome 5 Free';
  background: #2d68ae;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
}

.header .right .tel a .icon-tel>* {
  transform: rotate(-25deg);
  color: #fff;
}

.header .right .instagram a {
  font-size: 40px;
  background: linear-gradient(45deg, #fca21a 30%, #df0041, #c30098);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1024px) {
  .header {
    padding: 5px 0 10px;
    height: 50px;
  }

  .header .logo img {
    max-height: 40px;
  }

  .header .right .info-box {
    display: none;
  }

  .header .contents {
    justify-content: center;
  }
}

/* 下部固定コンテンツ */
.fix-bottom {
  position: fixed;
  bottom: 15%;
  right: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

[data-element-id] .fix-bottom{
  position: relative;
  bottom: auto;
}

.fix-bottom .item.type02 {
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

[data-element-id] .fix-bottom .item.type02 {
  opacity: 1;
  visibility: visible;
}

.fix-bottom .item.type02.block {
  opacity: 1;
  visibility: visible;
}

.fix-bottom .item a {
  background: linear-gradient(360deg, #2c69aa, #0daeb6);
  color: #fff;
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 10px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  border-radius: 5px 0 0 5px;
  transition: .5s;
  display: flex;
  flex-direction: column-reverse;
  align-items: baseline;
}

[data-element-id] .fix-bottom .item a{
  margin: 10px;
}

.fix-bottom .item a {
  /* transform: translateX(80%); */
  margin-right: -220px;
  width: 280px;
  transition: .5s;
}

.fix-bottom .item.type02 a:hover,.fix-bottom .item.type02.tel:hover a {
  background: linear-gradient(180deg, #2c69aa, #0daeb6);
  /* transform: translateX(0%); */
  margin-right: 0px;
  opacity: 1;
}

.fix-bottom .item a i {
  width: 30px;
  height: 30px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 20px;
}

.fix-bottom .item a .h-none {
  writing-mode: horizontal-tb;
  transition: .5s;
  color: #fff;
  letter-spacing: 5px;
}

.fix-bottom .item a:hover .h-none {
  visibility: visible;
}

.abtest-b a {
    position: relative;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}

/*キラッと光る*/
.abtest-b a::before {
  content: '';
    /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
    /*キラッと光る形状*/
    width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
  animation: shine 2s ease-in-out infinite;
}

@keyframes shine {
  80% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}

@media only screen and (max-width: 1024px) {
  .fix-bottom .item a {
    font-weight: 500;
    font-size: 16px;
  }
  
  .abtest-b a::before {
  content: '';
  animation: shine 1.5s ease-in-out infinite;
}

  .fix-bottom .item.type02 {
    opacity: 1;
    visibility: visible;
  }
}

@media(max-width:599px) {
  .fix-bottom {
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    gap: 1px;
  }
  
  .fix-bottom>* {
    width: 33.33%;
    height: 60px;
  }
  
  .fix-bottom>*>*{
    min-height: 50px;
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .fix-bottom .abtest-a,.fix-bottom .abtest-b{
    height: 100%;
    width: 100%;
  }

  .fix-bottom .item a {
    padding: 10px 5px;
    font-size: 14px;
    letter-spacing: 0px;
    writing-mode: horizontal-tb;
    text-orientation: upright;
    border-radius: 5px 5px 0 0;
    transform: translateX(0%);
    flex-direction: row;
    margin: 0 auto;
    width: fit-content;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

  .fix-bottom .item a i {
    width: 20px;
    height: 20px;
    font-size: 15px;
    margin-right: 2px;
  }

  .fix-bottom .item a .h-none {
    writing-mode: horizontal-tb;
    transition: .5s;
    color: #fff;
    letter-spacing: 0px;
    text-align: center;
  }
}

/**
グローバルナビ
gnav
*/
.gnav {
  position: relative;
  z-index: 100;
  padding: 10px 0;
}

.gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0 0 5px 0 #999;
  cursor: pointer;
}

.gnav .wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.gnav .navlogo {
  display: none;
}

[data-element-id] .gnav .navlogo{
  display: block;
    border: solid 4px green;
    position: relative;
}

[data-element-id] .gnav .navlogo::after {
    display: block;
    content: "モバイル用";
    color: #fff;
    font-weight: 700;
    background: green;
    padding: 5px;
    text-align: center;
    text-shadow: none;
}

.gnav .navlogo img {
  max-height: 40px;
}

.gnav .list01 {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

[data-element-id] .gnav .list01{
  justify-content: flex-end;
}

.gnav .item01 {
  text-align: center;
  font-size: 16px;
  position: relative;
}

[data-element-id] .gnav .item01{
  height: fit-content;
}

.gnav .item01>a,
.gnav .item01 .itemin {
  display: block;
  cursor: pointer;
  padding: 10px 5px;
  font-size: 14px;
 /*  position: relative; */
}

.gnav .item01 .itemin{
  position: relative;
}

.gnav .item01.b-border::before,
.gnav .item01>a::before {
  content: "";
  background: linear-gradient(45deg, #2c69aa, #0daeb6);
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .5s;
}

.gnav .item01.b-border::before,
.gnav .item01>a:hover::before {
  width: 100%;
}

.gnav .item01.-parent {
  position: relative;
}

.gnav .list02 {
  position: absolute;
  top: 100%;
  left: 50%;
  visibility: hidden;
  width: 220px;
  background: rgb(255 255 255) content-box;
  box-shadow: 1px 1px 3px #ccc;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px;
}

[data-element-id] .gnav .list02 {
    visibility: visible;
    opacity: 1;
    display: block !important;
    position: relative;
    top: auto;
}

.gnav .item01.-parent:hover .list02 {
  visibility: visible;
  opacity: 1;
}

.gnav .item02 a {
  display: block;
  padding: 10px;
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    height: fit-content;
    background: rgb(19 160 180 / 90%);
    transition: transform ease 0.5s;
    transform: translate3d(0, -100%, 0);
    padding: 0;
  }

  .gnav.action {
    z-index: 250;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  .gnav .navlogo {
    display: flex;
    margin-bottom: 0;
    padding: 10px 10px 10px 10px;
    width: 100%;
    height: 150px;
    font-weight: 500;
    font-size: 12px;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .header .right .tel a {
    font-size: 24px;
  }

  .gnav .navlogo img {
    max-height: 45px;
    padding-top: 5px;
  }

  .gnav .item01 {
    min-height: 40px;
    width: 100%;
    text-align: left;
    border-bottom: 2px solid #fff;
  }

  .gnav .item01:last-child {
    border: none;
  }

  .gnav .list02 {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    padding: 0;
    background: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    box-shadow: none;
    width: 100%;
    margin: 0;
    display: none !important;
  }

  .gnav .list02.is-active {
    display: block !important;
  }

  .gnav .list02 a {
    position: relative;
    padding: 2px 0 2px 20px;
    color: #fff;
    border-top: 2px solid #fff;
    border-radius: 0;
    background: rgb(255 255 255 / 20%);
    padding: 10px;
    text-align: center;
  }

  .gnav .item01>a,
  .gnav .item01 .itemin {
    color: #fff;
    text-align: center;
    padding: 15px;
  }

  .gnav .item01>a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    background: none;
    position: absolute;
    right: 18px;
    left: auto;
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
  }

  .gnav .itemin::before,
  .gnav .itemin::after {
    content: "";
    width: 15px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0px, -50%);
  }

  .gnav .itemin::after {
    transform: translate(0px, -50%) rotate(90deg);
    transition: .5s;
  }

  .gnav .itemin.is-parent::after {
    transform: translate(0px, -50%) rotate(0deg);
  }
  
   .gnav .item01.b-border::before,
.gnav .item01>a:hover::before {
    width: 10px;
  }
}

[data-element-id] .gnav.fixed {
  position: relative;
}

/* ハンバーガーメニュー  */
.toggle {
  position: fixed !important;
  top: 0px;
  right: 0px;
  z-index: 251;
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg, #2c69aa, #0daeb6);
  cursor: pointer;
  display: none;
}

.toggle .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin-top: -1px;
  padding: 0;
  width: 28px;
  height: 2px;
  background: #fff;
  text-indent: 9999px;
  transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
}

.toggle .bar01 {
  top: 10px;
}

.toggle.active .bar01 {
  transform: translate(-50%, 8px) rotate(225deg);
}

.toggle .bar02 {
  top: 18px;
}

.toggle.active .bar02 {
  opacity: 0;
}

.toggle .bar03 {
  top: 26px;
}

.toggle.active .bar03 {
  transform: translate(-50%, -8px) rotate(-225deg);
}

.toggle .add-tit {
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  font-size: 10px;
  font-style: normal;
  color: #fff;
  font-weight: 700;
  width: 30px;
}

/* .toggle .bar:before,
.toggle .bar:after {
  position: absolute;
  left: 0;
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  content: '';
} */

/* .toggle .bar:before {
  top: -10px;
}

.toggle .bar:after {
  top: 10px;
}

.toggle.active .bar {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
} */

/* .toggle.active .bar:after,
.toggle.active .bar:before {
  top: 0;
  left: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
} */

@media only screen and (max-width: 1024px) {
  .toggle {
    display: block !important;
  }
}

.overlay {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.overlay:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 249;
  width: 100%;
  height: 100vh;
  background: #000;
  content: '';
  opacity: 0.5;
  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%;
  background: #2c69aa;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
}

.totop:before {
  content: '\f077';
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
}

@media only screen and (max-width: 1024px) {
  .totop {
    right: 10px;
    bottom: 70px;
  }
}

/**
フッター
footer
*/
.footer .copy {
  align-self: flex-end;
}

@media only screen and (max-width: 1024px) {
  .footer .copy {}
}

.footer .right .tel a {
  display: flex;
  align-items: center;
  font-size: 34px;
  font-weight: 400;
}

.footer .right .tel a .icon-tel {
  margin-right: 10px;
  font-weight: 600;
  font-size: 24px;
  font-family: 'Font Awesome 5 Free';
  background: #2d68ae;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
}

.footer .right .tel a .icon-tel>* {
  transform: rotate(-25deg);
  color: #fff;
}

.footer .left .time-table tr {
  padding: 20px 0;
  display: flex;
  border-bottom: 1px solid #ccc;
  justify-content: flex-start;
}

.footer .left .time-table tr>* {
  width: 10%;
  text-align: center;
}

.footer .left .time-table tr>*:not(.tit) {
  color: #296daa;
}

.footer .left .time-table tr .tit {
  width: 30%;
  text-align: left;
}

.footer .left .time-table tr:first-child th {
  color: #444;
}

.map {
  padding-top: 30%;
}

@media(max-width:1024px) {
  .footer .left .time-table tr:first-child th {
    font-size: 14px;
  }

  .footer .left .time-table tr {
    font-size: 14px;
  }

  .footer .left .time-table tr>* {
    width: 50px;
  }

  .footer .left .time-table tr .tit {
    width: 26%;
  }

  .footer .right .tel a {
    font-size: 28px;
  }
}

@media(max-width:599px) {
  .footer .logo {
    width: 70%;
    margin: 0 auto;
  }

  .footer .left .time-table tr .tit {
    width: 32%;
  }

  .footer .left .time-table tr:first-child th {
    font-size: 12px;
  }

  .footer .left .time-table tr {
    font-size: 12px;
  }
}

/**
フッターナビ
fnav
*/
.fnav {
  padding: 50px 0;
}

.fnav .wrap {
  display: -webkit-box;
  display: flex;
}

.fnav .list01 {
  width: 50%;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.fnav .item {
  margin-bottom: 10px;
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.fnav .item a {
  position: relative;
  display: block;
  padding-left: 12px;
}

.fnav .item a:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  content: '';
}

.fnav .list02 {
  width: 50%;
}

.fnav .datawrap.type01 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.fnav .datattl {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
}

.fnav .datattl:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7.5px;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #2c68ab;
  content: '';
}

.fnav .data {
  font-weight: 500;
  padding: 10px 0px;
}

.footer .instagram a {
  font-size: 52px;
  margin-left: 10px;
  background: linear-gradient(45deg, #fca21a 30%, #df0041, #c30098);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
}

@media only screen and (max-width: 1024px) {
  .fnav {
    padding: 30px 0;
  }

  .fnav .wrap {
    flex-wrap: wrap;
  }

  .fnav .list01 {
    margin-bottom: 10px;
    width: 100%;
  }

  .fnav .list02 {
    width: 55%;
  }

  .fnav .list02:nth-of-type(2n) {
    width: 40%;
  }

  .fnav .data {
    font-weight: 500;
    padding: 5px 0px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .fnav .datawrap.type01 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .fnav .list02 {
    width: 100%;
  }

  .fnav .list02:nth-of-type(2n) {
    width: 100%;
  }

  .footer .instagram a {
    font-size: 42px;
    margin-left: 0px;
    background: linear-gradient(45deg, #fca21a 30%, #df0041, #c30098);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.5;
  }
}

/**
2カラムページ
*/
.column2 .inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.column2 .side {
  width: 200px;
}

.column2 .mainwrap {
  width: calc(100% - 250px);
}

@media only screen and (max-width: 1024px) {
  .column2 .inner {
    flex-wrap: wrap;
  }

  .column2 .side {
    -webkit-box-ordinal-group: 4;
    order: 3;
    margin-bottom: 50px;
    width: 100%;
  }

  .column2 .mainwrap {
    -webkit-box-ordinal-group: 3;
    order: 2;
    margin-bottom: 50px;
    width: 100%;
  }
}

/* サイドメニュー */
.side .list {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .side {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .side .list {
    width: 48%;
  }
}

@media only screen and (max-width: 599px) {
  .side .list {
    width: 100%;
  }
}

.list-side .datattl {
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 2em;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.list-side .data {
  margin-bottom: 10px;
  padding-left: 10px;
}

.list-side a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.list-side a:before {
  position: absolute;
  left: 0;
  color: #000;
  content: '>';
}

@media only screen and (max-width: 1024px) {
  .list-side.type-archive .datawrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .list-side.type-archive .datawrap .datattl {
    width: 100%;
  }

  .list-side.type-archive .datawrap .data {
    width: 48%;
  }
}

/*===================================
  各個別コンテンツ
===================================*/
/**
トップ
*/
/*ホームビジュアル（トップ）*/
.homevisual {
  position: relative;
  width: 90%;
  margin-left: auto;
  border-radius: 0 0 0 20px;
  overflow: hidden;
  height: 65vh;
  z-index: 2;
  background: #fff;
}

.homevisual .mv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.homevisual .mv-img:before {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 40%;
  content: '';
}

.homevisual .mv-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

/*IE対策*/
.homevisual .head {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 5%;
}

.homevisual .head .catch {
  font-size: 60px;
  font-weight: 800;
  display: inline-block;
  background: linear-gradient(90deg, #2d68aa 0%, #0daeb6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  letter-spacing: 2px;
}

.homevisual .head .sub-catch {
  font-size: 22px;
  letter-spacing: 10px;
  font-weight: 500;
  margin-top: 30px;
}

.homevisual .head .add-txt-box {
  column-gap: 20px;
}

.homevisual .head .add-txt-box .item .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
    text-align: center;
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(330deg, #2d68aa 0%, #0daeb6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1024px) {
  .homevisual .head .catch {
    font-size: 50px;
  }

  .homevisual .head .sub-catch {
    font-size: 20px;
  }

  .homevisual .head .add-txt-box .item {
    width: 30%;
  }

  .homevisual .head .add-txt-box .item .txt {
    font-size: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .homevisual {
    width: 95%;
    height: 50vh;
  }

  .homevisual .mv-img img {
    opacity: 0.5;
  }

  .homevisual .head {
    font-size: 28px;
  }

  .homevisual .head .catch {
    font-size: 32px;
  }

  .homevisual .head .sub-catch {
    font-size: 16px;
    letter-spacing: 5px;
  }

  .homevisual .head .add-txt-box .item {
    width: 40%;
  }

  .homevisual .head .add-txt-box .item .txt {
    font-size: 16px;
  }
}

/* index-news-area */
.index-news-area {
  background: linear-gradient(90deg, #2c69aa, #0cadb5);
  color: #fff;
  height: 65vh;
  margin-top: -50vh;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  border-radius: 0 0 20px 0;
  padding: 50px 50px 50px 10%;
}

.index-news-area .newslist .main-tit {
  padding: 0 30px;
  border-right: 1px solid;
  margin-right: 30px;
  flex-shrink: 0;
}

.index-news-area .newslist a{
  display: inherit;
}

.index-news-area .newslist .item {
  display: flex;
  align-items: center;
  column-gap: 30px;
  font-weight: 500;
  letter-spacing: 2px;
}

@media(max-width:1024px) {
  .index-news-area {
    padding: 40px 40px 40px 10%;
  }

  .index-news-area .newslist .main-tit {
    padding: 0 20px;
    margin-right: 20px;
  }

  .index-news-area .newslist .item {
    font-size: 14px;
  }
}

@media(max-width:599px) {
  .index-news-area {
    padding: 0px 20px 20px 5%;
    width: 95%;
    height: 55vh;
    margin-top: -40vh;
  }

  .index-news-area .newslist .main-tit {
    padding: 0 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-right: none;
    border-bottom: 1px solid;
  }

  .index-news-area .newslist .item {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* index-concept-area */
.index-concept-area .conceptlist>* {
  height: 60vh;
}

.index-concept-area .conceptlist .img {
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  flex-shrink: 0;
}

.index-concept-area .conceptlist .txt-box {
  margin-right: calc(50% - 500px);
  padding-left: 30px;
  align-self: center;
  height: fit-content;
}

.index-concept-area .conceptlist .txt-box .txt {
  line-height: 2.5;
}

@media(max-width:1024px) {
  .index-concept-area .conceptlist .txt-box {
    margin-right: 2%;
    padding-left: 20px;
    font-size: 14px;
  }
}

@media(max-width:599px) {
  .index-concept-area .conceptlist>* {
    height: auto;
  }

  .index-concept-area .conceptlist .txt-box {
    margin-top: 30px;
  }
}

/* index-trouble-area */
.index-trouble-area .bgc-direction {
  content: "";
  width: 100%;
  height: 100px;
  display: block;
  border-top: 100px solid #ddf2f5;
  border-right: 50vw solid white;
  border-left: 50vw solid white;
}

.index-trouble-area .troublelist .img {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.index-trouble-area.detail .troublelist .img {
  border-radius: 10px;
}

.index-trouble-area .troublelist .listbox {
  margin-left: calc(50% - 500px);
  padding-right: 30px;
  height: fit-content;
  row-gap: 20px;
  display: flex;
  flex-direction: column;
}

.index-trouble-area.detail .troublelist .listbox {
  margin-left: 0;
  padding-right: 0;
}

.index-trouble-area .troublelist .listbox li {
  background: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 10px 20px;
  border-radius: 5px;
  display: flex;
  align-items: baseline;
}

.index-trouble-area .troublelist .listbox li::before {
  content: "\f058";
  font-family: "font awesome 5 free";
  font-weight: bold;
  color: #2d68ac;
  font-size: 140%;
  margin-right: 10px;
}

@media(max-width:1024px) {
  .index-trouble-area .bgc-direction {
    height: 80px;
    border-top: 80px solid #ddf2f5;
  }

  .index-trouble-area .troublelist .listbox {
    margin-left: 2%;
    padding-right: 20px;
  }

  .index-trouble-area .troublelist .listbox li {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 10px;
  }
}

@media(max-width:599px) {
  .index-trouble-area .troublelist .listbox {
    margin: 30px 2% 0;
    padding: 0;
  }

  .index-trouble-area.detail .troublelist .listbox {
    margin: 30px auto;
  }

  .index-trouble-area .bgc-direction {
    height: 50px;
    border-top: 50px solid #ddf2f5;
  }
}

/* index-orthodontic-area */
.index-orthodontic-area .bgc-direction {
  content: "";
  width: 90%;
  height: 50vh;
  display: block;
}

.index-orthodontic-area .orthodonticlist .item {
  position: relative;
}

.index-orthodontic-area .orthodonticlist .item .img .ja-tit {
  writing-mode: vertical-lr;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 5px;
  position: absolute;
  top: 1.8em;
  left: -1.8em;
  z-index: 2;
}

[data-element-id] .index-orthodontic-area .orthodonticlist .item .img .ja-tit {
    writing-mode: inherit;
    top: 3.8em;
}

.index-orthodontic-area .orthodonticlist .item.type01 .img .ja-tit {
  left: -3.2em;
}

.index-orthodontic-area .orthodonticlist .item .en-tit {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 5px;
  display: flex;
  column-gap: 10px;
  align-items: baseline;
  margin-bottom: 10px;
  position: relative;
  padding-left: 3em;
}

.index-orthodontic-area .orthodonticlist .item .en-tit::before {
  content: "";
  background: linear-gradient(90deg, #2c69aa, #0daeb6);
  width: 2.5em;
  height: 3px;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 60%;
  left: 1.2em;
  transform: translateX(-50%);
}

.index-orthodontic-area .orthodonticlist .item .txt {
  margin-top: 20px;
  line-height: 2;
}

@media(max-width:1024px) {
  .index-orthodontic-area .inner {
    width: 85%;
  }

  .index-orthodontic-area .orthodonticlist .item .en-tit {
    font-size: 18px;
  }

  .index-orthodontic-area .orthodonticlist .item .img .ja-tit {
    font-size: 16px;
    top: 3.2em;
    left: -1.8em;
  }

  .index-orthodontic-area .orthodonticlist .item .txt {
    font-size: 14px;
  }
}

@media(max-width:599px) {
  .index-orthodontic-area .inner {
    width: 70%;
  }
}

/* index-reason-area */
.index-reason-area .reasonlist .item:not(:first-child) {
  margin-top: 100px;
}

.index-reason-area .reasonlist .item:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.index-reason-area .reasonlist .item .img {
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  flex-shrink: 0;
  height: 60vh;
}

.index-reason-area.type02 .reasonlist .item .img,
.index-reason-area.type03 .reasonlist .item .img {
  height: fit-content;
}

.index-reason-area .reasonlist .item:nth-of-type(odd) .img {
  border-radius: 10px 0 0 10px;
}

.index-reason-area .reasonlist .item .txtbox {
  margin-right: calc(50% - 500px);
  padding-left: 50px;
  align-self: center;
  height: fit-content;
}

.index-reason-area.type03 .reasonlist .item .txtbox {
  align-self: flex-start;
}

.index-reason-area .reasonlist .item:nth-of-type(odd) .txtbox {
  margin-right: 0;
  margin-left: calc(50% - 500px);
  padding-right: 50px;
  padding-left: 0;
}

.index-reason-area .reasonlist .item .txtbox .txt {
  margin-top: 50px;
  line-height: 2;
}

.index-reason-area.type03 .reasonlist .item .txtbox .txt ul {
  border: 1px solid #0dafb6;
  padding: 10px;
  margin: 20px 0 20px;
}

.index-reason-area.type03 .reasonlist .item .txtbox .txt ul li {
  display: flex;
  align-items: baseline;
}

.index-reason-area.type03 .reasonlist .item .txtbox .txt ul li::before {
  content: "\f058";
    font-family: "font awesome 5 free";
    font-weight: bold;
    color: #2d68ac;
    font-size: 120%;
    margin-right: 10px;
}

@media(max-width:1024px) {
  .index-reason-area .reasonlist .item .txtbox {
    margin-right: 2%;
    padding-left: 20px;
  }

  .index-reason-area .reasonlist .item:nth-of-type(odd) .txtbox {
    margin-left: 2%;
    padding-right: 20px;
  }

  .index-reason-area .reasonlist .item .txtbox .txt {
    margin-top: 30px;
    font-size: 15px;
  }
}

@media(max-width:599px) {
  .index-reason-area .reasonlist .item .img {
    height: 30vh;
  }

  .index-reason-area .reasonlist .item .txtbox {
    padding-left: 0;
    margin: 30px 4%;
  }

  .index-reason-area .reasonlist .item:nth-of-type(odd) .txtbox {
    padding-right: 0;
    margin: 30px 4%;
  }
}

/* index-price-area */
.index-price-area .price-table tr {
  padding: 18px 30px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #fff;
  font-size: 18px;
  font-weight: 500;
}

.index-price-area .price-table tr:last-child {
  border: none;
}

.index-price-area .price-table tr .price {
  font-size: 28px;
  line-height: 1;
}

.index-price-area .price-table tr .price span {
  font-size: 50%;
}

.index-price-area.type02 .price-table tr td {
  padding: 10px;
  font-size: 16px;
  text-align: center;
}

.index-price-area.type02 .price-table tr .tit {
  width: 20%;
  flex-shrink: 0;
}

.index-price-area.type02 .price-table tr .wire,
.index-price-area.type02 .price-table tr .mouthpiece {
  width: 40%;
}

.index-price-area.type02 .price-table tr td ul li {
  display: flex;
}

.index-price-area.type02 .price-table tr td ul li::before {
  content: "・";
}


@media(max-width:1024px) {
  .index-price-area .price-table tr {
    font-size: 16px;
  }

  .index-price-area .price-table tr .price {
    font-size: 24px;
  }
}

@media(max-width:599px) {
  .index-price-area.type02 .scroll-p {
    width: 100%;
    overflow-x: scroll;
  }

  .index-price-area.type02 .scroll-c {
    width: 800px;
  }

  .index-price-area .price-table tr {
    padding: 10px;
    font-size: 14px;
  }

  .index-price-area .price-table tr .price {
    font-size: 20px;
  }
}

/* index-case-area */
.index-case-area .caselist .item {
  margin: 10px;
}

[data-element-id] .index-case-area .caselist .item{
  width: 30%;
}

[data-element-id] .slick-track {
    width: 100% !important;
}

[data-element-id] .slick-slide {
    display: flex !important;
    flex-wrap: wrap;
    width: 100% !important;
}

.index-case-area .caselist .item a {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #2b6aaa;
  height: 100%;
}

.index-case-area .caselist .item a .tit {
  margin-top: 15px;
  text-align: center;
  font-weight: 500;
  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3em;
}

.index-case-area .caselist .item a .info {
      font-size: 14px;
    font-weight: 500;
    color: #2b6aaa;
    text-align: center;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.index-case-area .caselist .slick-arrow {
  background: #2c68ab;
  color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.index-case-area .caselist .fa-arrow-left {
  left: -50px;
}

.index-case-area .caselist .fa-arrow-right {
  right: -50px;
}

@media(max-width:1024px) {
  .index-case-area .caselist .item a {
    padding: 10px;
  }

  .index-case-area .caselist .fa-arrow-left {
    left: 0px;
  }

  .index-case-area .caselist .fa-arrow-right {
    right: 0;
  }
}

/* index-blog-area */
.index-blog-area .bloglist .date {
  font-size: 14px;
  color: #2c68ab;
  text-align: center;
  margin-top: 15px;
  font-weight: 500;
}

.index-blog-area .bloglist .tit {
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media(max-width:599px) {
  .index-blog-area .bloglist .item {
    margin-bottom: 30px;
  }

  .index-blog-area .bloglist .item:last-child {
    margin-bottom: 0px;
  }

  .index-blog-area .bloglist .img {
    width: 70%;
    margin: 0 auto;
  }

  .index-blog-area .bloglist .tit {
    font-size: 16px;
    margin-top: 0px;
  }
}

/* index-linkbtn-area */
.index-linkbtn-area .linklist .item a {
  position: relative;
}

.index-linkbtn-area .linklist .item a img{
  filter: brightness(0.5);
}

.index-linkbtn-area .linklist .item a .txtbox {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.index-linkbtn-area .linklist .item a .txtbox .tit {
  color: #fff;
  font-size: 22px;
  letter-spacing: 5px;
  margin-bottom: 20px;
}

.index-linkbtn-area .linklist .item a .txtbox .more {
  color: #fff;
  letter-spacing: 5px;
  padding-left: 5em;
  position: relative;
}

.index-linkbtn-area .linklist .item a .txtbox .more::before {
  content: "";
  background: #fff;
  height: 2px;
  width: 4em;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

@media(max-width:1024px) {
  .index-linkbtn-area .linklist .item a .txtbox {
    left: 15px;
    bottom: 15px;
  }

  .index-linkbtn-area .linklist .item a .txtbox .tit {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  .index-linkbtn-area .linklist .item a .txtbox .more {
    letter-spacing: 2px;
    padding-left: 3em;
  }

  .index-linkbtn-area .linklist .item a .txtbox .more::before {
    width: 2.5em;
  }
}

@media(max-width:599px){
  .index-linkbtn-area .linklist .item a .txtbox {
    left: 5%;
    bottom: 20%;
}
}

/* A-BiSUスライダー用 */
.mainimg {
  position: relative;
  overflow: hidden;
}

.mainimg img {
  width: 100%;
}

.uk-slidenav-position {
    position: relative;
    height: 100% !important;
}

.uk-slidenav-position:after {
  display: block;
  padding-top: 50%;
  content: '';
}

.uk-slideshow {
  height: 100% !important;
}

.uk-slideshow li {
  height: 100% !important;
}

.uk-slideshow .uk-flex {
  height: 100%;
}

.uk-slideshow img {
  opacity: 0.5;
}

/*IE対策*/
/* スリックスライダー（トップ） */
.slick01 {
  padding: 0 20px;
}

.slick01.slick-dotted {
  margin-bottom: 50px;
}

.slick01 .btn-slick {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  cursor: pointer;
}

.slick01 .btn-slick.btn-back {
  left: 0;
}

.slick01 .btn-slick.btn-next {
  right: 0;
}

.slick01 .slick-dots {
  bottom: -40px;
  left: 0;
}

@media only screen and (max-width: 599px) {
  .slick01 {
    padding: 0 10px;
  }

  .slick01 .btn-slick {
    font-size: 20px;
  }
}

/**
下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
  position: relative;
}

.topvisual .mv-img {
  position: relative;
  min-height: 200px;
  height: 40vh;
  max-height: 400px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  width: 90%;
  margin-left: auto;
  background: #fff;
}

.topvisual::after {
  content: "";
  background: linear-gradient(90deg, #2c69aa, #0cadb5);
  color: #fff;
  height: 30vh;
  margin-top: -25vh;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  border-radius: 0 20px 20px 0;
}

.topvisual .mv-img:before {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 30%;
  content: '';
}

.topvisual .mv-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% 35%;
  opacity: 0.4;
}

.topvisual .head {
  position: absolute !important;
  width: fit-content;
  max-width: 1000px;
  text-align: center;
  top: 50%;
  left: 5%;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 5px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(0, -50%);
}

.topvisual .head .catch {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.topvisual .head .catch .en {
  background: linear-gradient(90deg, #2d68aa 0%, #0daeb6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topvisual .head .catch .ja {
  font-size: 50%;
  font-weight: 500;
}

@media only screen and (max-width: 599px) {
  .topvisual .head {
    font-size: 36px;
    letter-spacing: 2px;
  }
}

/* パンくずリスト */
.breadcrumbs {
  margin: 30px 0;
}

.breadcrumbs-box {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.breadcrumbs-list li {
  display: inline;
  font-size: 14px;
  letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
  font-weight: bold;
  color: #15569d;
}

.breadcrumbs-list li+li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .breadcrumbs {
    margin: 20px 0;
    font-size: 14px;
  }

  .breadcrumbs-box {
    flex-direction: column;
    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;
  }
}

/* ページネーション */
.pagenation {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.pagenation .item {
  margin: 0 10px;
}

.pagenation .prev {
  position: relative;
  margin-right: 20px;
}

.pagenation .prev a:before {
  content: "\f053";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.pagenation .next {
  position: relative;
  margin-left: 20px;
}

.pagenation .next a:before {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.pagenation a,
.pagenation .now {
  font-weight: bold;
}

.pagenation .number a,
.pagenation .now {
  display: block;
  padding: 2px 8px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}

.pagenation .number a:hover,
.pagenation .now {
  background: #0dabb5;
  color: #fff;
  opacity: 1;
}

@media only screen and (max-width: 599px) {
  .pagenation .item {
    margin: 0 5px;
  }

  .pagenation .prev {
    margin-right: 10px;
  }

  .pagenation .next {
    margin-left: 10px;
  }
}

/**
各下層ページ
*/
/* 院長・スタッフ紹介 */
.staff-director-area .name {}

.staff-director-area .qualification li {
  display: flex;
  align-items: baseline;
  margin: 10px 5px;
}

.staff-director-area .qualification li::before {
  content: "ー";
  font-size: 12px;
  margin-right: 10px;
}

.staff-director-area .history li {
  display: flex;
  align-items: baseline;
  margin: 10px 5px;
  column-gap: 20px;
}

.staff-director-area .history li .year {
  width: 5.5em;
  flex-shrink: 0;
  position: relative;
}

.staff-director-area .history li .year::before {
  content: "ー";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.staff-intro-area .stafflist .name {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  letter-spacing: 2px;
}

.staff-intro-area .stafflist .name .kanji {
  font-size: 150%;
}

.staff-intro-area .stafflist .qlfcation {
  margin-top: 10px;
  display: flex;
}

.staff-intro-area .stafflist .message {
  display: flex;
}

.staff-intro-area .stafflist .message span,
.staff-intro-area .stafflist .qlfcation span {
  flex-shrink: 0;
}

@media(max-width:599px) {
  .staff-intro-area .item {
    width: 90%;
    margin: 0 auto;
  }
}

/* こんなお悩みありませんか */

.trouble-badteeth-area .item>* {
  height: 100%;
  position: relative;
  padding: 0px 0px 10px 10px;
}

.trouble-badteeth-area.type02 .item>* {
  height: 100%;
  position: relative;
  padding: 0px 0px 10px 10px;
}

.trouble-badteeth-area .item>*::before {
  content: "";
  width: 98%;
  height: 95%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  background: linear-gradient(90deg, #2c69aa, #0daeb6);
  z-index: -1;
  border-radius: 20px;
}

.trouble-badteeth-area.type02 .item>*::before {
  border-radius: 0;
}

.trouble-badteeth-area .item>*>* {
  height: 100%;
}

.trouble-badteeth-area.type02 .item>*>* {
  padding: 20px 10px;
  background: #fff;
  box-shadow: 1px 1px 10px #ccc;
}

.trouble-badteeth-area.type02.other .item:nth-of-type(even)>*>* {
  flex-direction: row-reverse;
}

.trouble-badteeth-area .item .txtbox {
  padding: 10px;
  line-height: 2;
  background: #fff;
}

.trouble-badteeth-area.type02.other2 .item .txtbox {
  padding: 0;
  width: 100%;
}

.trouble-badteeth-area .item .txtbox .tit {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}

.trouble-badteeth-area.type02 .item .txtbox .tit {
  font-size: 20px;
  text-align: center;
  position: relative;
}

.trouble-badteeth-area.type02.other2 .item .txtbox .tit {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trouble-badteeth-area.type02 .item .txtbox .tit::before {
  content: "";
  width: 4em;
  height: 4px;
  background: linear-gradient(90deg, #2c69aa, #0daeb6);
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}

.trouble-badteeth-area .item .txtbox .txt {
  font-size: 14px;
  margin-top: 10px;
}

.trouble-badteeth-area.type02 .item .txtbox .txt {
  margin-top: 20px;
  font-size: 16px;
}

.trouble-badteeth-area.type02 .item .txtbox .txt ul li {
  display: flex;
  font-size: 14px;
}

.trouble-badteeth-area.type02 .item .txtbox .txt ul li::before {
  content: "\f00c";
  font-family: "font awesome 5 free";
  font-weight: bold;
  margin-right: 5px;
  color: #296eab;
}

.trouble-badteeth-area.type02 .item .txtbox .txt ul li.b-none{
justify-content: flex-end;
}

.trouble-badteeth-area.type02 .item .txtbox .txt ul li.b-none::before{
  content: none;
}

.banner-link a {
    position: relative;
    display: block;
}

.banner-link a .txtbox{
  position: absolute;
  bottom: 20%;
  left: 10%;
}

.banner-link a .tit {
    font-size: 30px;
    color: #fff;
    letter-spacing: 5px;
}

.banner-link a .more {
    color: #fff;
    letter-spacing: 5px;
    font-size: 18px;
    margin-top: 10px;
    padding-left: 5em;
    position: relative;
}

.banner-link a .txtbox .more::before {
    content: "";
    background: #fff;
    height: 2px;
    width: 4em;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

@media(max-width:1024px){
  .trouble-badteeth-area.type02 .item>*>* {
    padding: 20px;
  }
  .trouble-badteeth-area.type02 .item .txtbox .txt ul li{
    font-size: 16px;
  }
}

@media(max-width:599px) {
  .trouble-badteeth-area .item {
    width: 90%;
    margin: 0 auto;
  }

  .trouble-badteeth-area .item .txtbox {
    padding: 15px;
    margin-top: -1px;
  }
  
  .trouble-badteeth-area.type02 .item .txtbox {
    padding: 10px 0 0 0;
    margin-top: 0;
  }

  .trouble-badteeth-area .item .txtbox .tit {
    text-align: center;
  }
  
  .banner-link a .tit {
    font-size: 22px;
}

.banner-link a .more {
    font-size: 14px;
}
}

/* 矯正歯科治療の流れと期間 */
.flow-area .item {
  position: relative;
}

.flow-area .item:last-child {
  padding-bottom: 0;
}

.flow-area .item::before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 20px solid #2c6aaa;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.flow-area .item:last-child::before {
  content: none;
}

.flow-area .item>* {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

.flow-area .item>* .titbox {
  position: relative;
  font-size: 26px;
  font-weight: 500;
  background: linear-gradient(330deg, #2d68aa 0%, #0daeb6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  display: flex;
  align-items: center;
}

.flow-area .item>* .titbox .num {
  font-size: 150%;
  content: "";
  background-image: url('/import/tenant_1/153.121.44.67/html/images/common/deco01.webp');
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 201/201;
  width: 70px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-area .item>* .titbox .tit {
  margin-left: 10px;
}

.flow-area .item>* .txt {
  margin-top: 20px;
  line-height: 2;
  letter-spacing: 1px;
}

.period-area .periodlist>* {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}

.period-area .periodlist .period-table td {
  padding: 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 33.33%;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.period-area.type02 .periodlist .period-table td {
  font-size: 16px;
}

.period-area .periodlist .period-table tr:last-child td {
  border-bottom: 0;
}

.period-area .periodlist .period-table td:nth-of-type(3n+3) {
  border-right: 0;
}

.period-area .periodlist .period-table tr:first-child td {
  background: linear-gradient(360deg, #2c69aa, #0daeb6);
  color: #fff;
}

@media(max-width:1024px) {
  .period-area .periodlist .period-table td {
    padding: 20px 10px;
    font-size: 16px;
  }
  
  .period-area .periodlist .period-table td:nth-of-type(3n+3){
    font-size: 14px;
  }
}

@media(max-width:599px) {
  .flow-area .item>* .titbox {
    font-size: 20px;
  }

  .flow-area .item>* .txt {
    margin-top: 10px;
  }

  .flow-area .item>* .titbox .num {
    width: 60px;
  }
  
  .period-area .scroll-p {
      width: 100%;
      overflow-x: scroll;
  }
  
  .period-area .scroll-p .scroll-c {
    width: 800px;
  }

  .period-area .periodlist .period-table td {
    padding: 10px;
    font-size: 14px;
    letter-spacing: 0px;
  }
  
  .period-area .periodlist .period-table.type02 td.tit{
    width: 40%;
  }

 .period-area .periodlist .period-table.type02 td:not(.tit){
    width: 30%;
  }
  
  .period-area.type03 .periodlist .period-table td {
    font-size: 12px;
  }
}

/* 透明なマウスピース矯正 */
.mouth-invisalign-area .invisalignlist .item .tit {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.mouth-invisalign-area .invisalignlist .item .tit .ja-tit {
  margin-top: 0;
  padding-bottom: 10px;
}

.mouth-invisalign-area .invisalignlist .item ul li>* {
  background: #fff;
  margin-bottom: 10px;
  padding: 10px 10px;
  border-radius: 5px;
  text-align: center;
  display: flex;
  font-size: 14px;
  height: calc(100% - 10px);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mouth-invisalign-area .invisalignlist .item .title {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.mouth-invisalign-area .invisalignlist .item.type03 {
  line-height: 2;
}

.mouth-invisalign-area .invisalignlist .item.type03 .box {
  margin-top: 30px;
}

.mouth-invisalign-area .invisalignlist .item.type03 .box .txt {
  margin-top: 20px;
}

.before-after-area .content .item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 80px;
}

.before-after-area .content .item:last-child {
  border: none;
  padding: 0;
}

.before-after-area .content .item .before {
  width: 70%;
  position: relative;
}

.before-after-area .content .item .before::before {
  content: "BEFORE";
  font-size: 20px;
  position: absolute;
  color: #2d68ac;
  font-weight: 500;
  top: -30px;
  left: 0;
}

.before-after-area .content .item .after {
  width: 80%;
  margin-top: -10%;
  margin-left: auto;
  z-index: 2;
  position: relative;
}

.before-after-area .content .item .after::before {
  content: "AFTER";
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  bottom: 5px;
  right: 15px;
  background: linear-gradient(90deg, #2d68aa 0%, #0daeb6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.before-after-area .content .item .after::after {
  content: "";
  background-image: url('/import/tenant_1/153.121.44.67/html/images/common/right.png');
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 181/174;
  width: 50px;
  position: absolute;
  top: 60px;
  left: -60px;
}

.before-after-area .content .item .tit {
  font-size: 18px;
  background: linear-gradient(90deg, #2d68aa 0%, #0daeb6 100%);
  color: #fff;
  padding: 5px 20px;
  width: fit-content;
  letter-spacing: 2px;
  border-radius: 5px;
}

[data-element-id] .before-after-area .content .item .tit{
  width: 100%;
}

.before-after-area .content .item dl {
  display: flex;
  border-bottom: 1px dashed #7c7c7c;
  padding: 20px 5px;
}

.before-after-area .content .item dl dt {
  width: 30%;
  font-weight: 500;
  letter-spacing: 2px;
  flex-shrink: 0;
}

.before-after-area .content .item dl dd {
  letter-spacing: 2px;
}

@media(max-width:1024px) {
  .mouth-invisalign-area .invisalignlist .item .title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .before-after-area .content .item dl dt {
    width: 38%;
  }
}

@media(max-width:599px) {
  .mouth-invisalign-area .invisalignlist .item .tit {
    column-gap: 10px;
  }
}

/* よくある質問 */

.faqlist .item {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.faqlist .item:last-child {
  border: none;
}

.faqlist .datattl {
  position: relative;
  line-height: 130%;
  cursor: pointer;
  background: linear-gradient(90deg, #2c69aa, #0cadb5);
  padding: 1.5em 4em;
}

.faqlist .datattl .txt {
  display: flex;
}

.faqlist .datattl .txt .q {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  width: 10%;
  flex-shrink: 0;
}

.faqlist .datattl .txt .dtl {
  width: 90%;
  font-weight: 500;
  color: #fff;
}

.faqlist .datattl:after,
.faqlist .datattl:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%) rotate(0deg);
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 5px;
}

.faqlist .datattl:after {
  transform: translate(0, -50%) rotate(0deg);
  transition: .5s;
}

.faqlist .datattl.is-parent:after {
  transform: translate(0, -50%) rotate(90deg);
}

.faqlist .data {
  position: relative;
  display: none;
  padding: 1em 4em;
  background: #f0f6fd;
  color: #fff;
}

[data-element-id] .faqlist .data{
  display: block;
}

.faqlist .data .txt {
  display: flex;
}

.faqlist .data .txt .a {
  font-size: 30px;
  font-weight: 900;
  color: #2d68aa;
  width: 10%;
  flex-shrink: 0;
}

.faqlist .data .txt .dtl {
  width: 90%;
}

@media only screen and (max-width: 599px) {
  .faqlist .datattl {
    padding-right: 30px;
    padding-left: 25px;
    font-size: 16px;
  }

  .faqlist .datattl .txt .q {
    font-size: 26px;
  }

  .faqlist .datattl:after,
  .faqlist .datattl:before {
    width: 15px;
  }

  .faqlist .datattl.is-parent:after {
    line-height: 20px;
  }

  .faqlist .data {
    padding-left: 25px;
    padding: 1em 2em;
  }

  .faqlist .data .txt .a {
    font-size: 26px;
  }
}

/* 記事一覧ページ */
.filter-box .tit {
    font-weight: 600;
    flex-shrink: 0;
    background: linear-gradient(90deg, #2d68aa 0%, #0daeb6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width:130px;
    position: relative;
}

.filter-box .tit::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(-45deg);
}

.article-area .filter-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

[data-element-id] .article-area .filter-box ul>*{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article-area .filter-box ul li a {
  padding: 5px 10px;
  display: block;
  background: #2b6aaa;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}

.article-area .filter-box ul.archive li a {
  background: #0ea9b4;
}

.list-article .cate span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px 2px 0px;
}

.article-area .newslist li {
  border-bottom: 1px solid #ccc;
}

.article-area .newslist li a {
  display: flex;
  column-gap: 20px;
  height: 100px;
  width: 100%;
  align-items: center;
  position: relative;
  padding: 0 20px 0 0px;
}

.article-area .newslist li a::after {
  content: "\f105";
  font-family: "font awesome 5 free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

.article-area .newslist li a .cate {
  width: 180px;
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.article-area .newslist li a .cate span {
  padding: 5px 10px;
  background: #2b6aaa;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  justify-content: flex-start;
}

.article-area .newslist li a .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  font-size: 18px;
}

.article-area .newslist li a .date{
    flex-shrink: 0;
  }

.article-area .bloglist li a {
  box-shadow: 2px 2px 5px #ccc;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.article-area .bloglist li a .img {
  overflow: hidden;
}

.article-area .bloglist li a .img img {
  transition: .5s;
}

.article-area .bloglist li a:hover .img img {
  transform: scale(1.2);
}

.article-area .bloglist li a .txtbox {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}

.article-area .bloglist li a .txtbox .cate {
  margin-top: -35px;
  z-index: 3;
  gap: 5px;
}

.article-area .cate span {
  padding: 5px 10px;
  background: #2b6aaa;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  justify-content: flex-start;
}

.article-area .bloglist li a .txtbox .tit{
  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.article-area .caselist li a {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 3px #ccc;
  height: 100%;
}

.article-area .caselist li a:hover {
  opacity: 1;
  box-shadow: -1px -1px 7px #ccc, 1px 1px 7px #ccc;
}

.article-area .caselist li a .img>* {
  overflow: hidden;
}

.article-area .caselist li a .img img {
  transition: .5s;
}

.article-area .caselist li a:hover .img img {
  transform: scale(1.2);
}


.article-area .caselist li a .txtbox {
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
}

.article-area .caselist li a .txtbox .tit {
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
}

.article-area .cate {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}

.article-area .cate1 {
  margin-top: 20px;
}

.article-area .caselist .cate span {
  padding: 0;
  width: 100%;
  background: no-repeat;
  color: #444;
  font-size: 16px;
  border-radius: 0;
  justify-content: flex-start;
  border-bottom: 1px dashed #7c7c7c;
}

.article-area .caselist li a .txtbox .cate .title {
  color: #2b6aaa;
  font-weight: 500;
  width: 40%;
  flex-shrink: 0;
}

@media(max-width:1024px) {
  .article-area .filter-box ul {
    gap: 5px;
    flex-wrap: wrap;
  }

  .article-area .newslist li a {
    column-gap: 10px;
    flex-wrap: wrap;
    padding: 10px 30px 10px 10px;
  }

  .article-area .newslist li a .cate span {
    font-size: 12px;
  }

  .article-area .newslist li a .tit {
    font-size: 16px;
  }

  .article-area .caselist li a .txtbox .tit {
    font-size: 16px;
  }

  .article-area .cate {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-area .cate span {
    /* width: 100%; */
    font-size: 14px;
  }

  .article-area .caselist li a .txtbox .cate .title {
    border-bottom: 0;
    width: 100%;
  }
  
  .article-area .bloglist li a .txtbox{
    padding: 10px;
  }
}

@media(max-width:599px) {
  .article-area .bloglist {
    margin: 50px auto 0;
  }
  .article-area .filter-box ul{
    margin-top: 10px;
    width: 100%;
  }
  
  .filter-box .tit{
    width: fit-content;
  }
  
  .filter-box .tit::before{
    transform: translateY(-50%) rotate(45deg);
    right: -10px;
  }
}

/* 記事詳細ページ */
.article-box {
  border-bottom: 1px solid #ccc;
  padding: 0 0 30px;
}

.article-box .txt h2 {
  color: #fff;
  font-size: 22px;
  background: linear-gradient(90deg, #2c69aa, #0cadb5);
  line-height: 1;
  padding: 0.5em;
  margin: 1em 0;
  font-weight: bold;
}

.article-box .txt h3 {
  font-size: 20px;
  border-left: solid 10px #0eaab5;
  line-height: 1;
  padding: 0.5em;
  margin: 1em 0;
  font-weight: bold;

}

.article-box .txt h4 {
  font-size: 18px;
  border-bottom: dotted 2px #2c68ab;
  padding-bottom: 0.5em;
  margin: 1em 0;
  font-weight: bold;
}

.article-box .txt ul li{
  display: flex;
  align-items: baseline;
  column-gap: 5px;
}

.article-box .txt ul li::before{
  content: "■";
  background: linear-gradient(130deg, #2d68aa 0%, #0daeb6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.article-box .txt ol li {
    list-style-type: none;
    counter-increment: cnt;
    display: flex;
    align-items: baseline;
}

.article-box .txt ol li::before {
    content: ""counter(cnt)".";
    font-weight: bold;
    margin-right: 10px;
    background: linear-gradient(130deg, #2d68aa 0%, #0daeb6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.article-box .date {
  text-align: right;
  font-weight: 500;
}

.article-box .cate {
  margin-left: auto;
  width: fit-content;
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.case .article-box {
  border: none;
}

.case .article-box dl {
  display: flex;
  border-bottom: dashed 1px #7c7c7c;
}

.case .article-box dl dt {
  width: 18%;
  flex-shrink: 0;
  padding: 20px 0;
  color: #2d68aa;
}

.case .article-box dl dd {
  padding: 20px 0;
}

@media(max-width:1024px) {
  .case .article-box dl dt {
    width: 30%;
  }
}

/* フォーム */
.form-add a {
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.form-add a span{
  width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-add a span i{
    font-size: 20px;
    transform: rotate(-45deg);
    color: #1e89af
}

.form .box {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin: 30px 0;
}

.form .datattl {
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 200px;
  color: #000;
  font-weight: bold;
}

.form .require {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 8px;
  background: linear-gradient(45deg, #2c69aa, #0cadb5);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6em;
}

.form .data {
  padding-left: 50px;
  width: 100%;
}

.form .data input {
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  width: 100%;
  border: 1px solid #999;
}

.form .data input[type='radio'] {
  display: none;
}

.form .data input[type='radio']+label {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 200%;
}

.form .data input[type='radio']+label::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #303841;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 1px 1px 0 1px #999;
  content: '';
}

.form .data input[type='radio']:checked+label::after {
  position: absolute;
  top: 7px;
  left: 3px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #303841;
  content: '';
}

.form .data input[type='radio']:checked+label {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.form .data input[type='number'] {
  margin-right: 10px;
  width: 70px;
}

.form .data select {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #999;
  color: inherit;
}

.form .data textarea {
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 170px;
  border: 1px solid #999;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.form .data01 div {
  display: inline-block;
}

.form .btn {
  margin-top: 50px;
}

.form .btn button {
  margin: 10px 20px;
  padding: 1em;
  width: 240px;
  letter-spacing: 2px;
  border: none;
  border-radius: 5px;
  background: linear-gradient(90deg, #2c69aa, #0cadb5);
  color: #fff;
  text-align: center;
  transition: 0.3s all ease;
}

.form .btn button.back {
  background: #a4a4a4;
}

.form .btn button:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .form .item {
    flex-wrap: wrap;
  }

  .form .datattl {
    display: block;
    margin-bottom: 10px;
  }

  .form .data {
    padding-left: 0;
  }
}

@media(max-width:599px) {
  .form .box {
    flex-wrap: wrap;
  }
  
  .form .btn {
  margin-top: 30px;
}

  .form .btn button {
    font-size: 14px;
    margin: 10px;
  }

  .form .btn button.min {
    width: 150px;
  }
}

[data-element-id] .abtest-a {
    border: 4px solid #ff2424;
    display: flex;
}

[data-element-id] .abtest-a::before {
    content: "Aパターン";
    background: #ff2424;
    text-align: center;
    padding: 5px 10px 5px 0;
    writing-mode: vertical-lr;
    text-orientation: upright;
    color: #fff;
}

[data-element-id] .abtest-b {
    border: 4px solid #ff9d24;
    display: flex;
}

[data-element-id] .abtest-b::before{
  content: "Bパターン";
  background: #ff9d24;
  text-align: center;
    padding: 5px 10px 5px 0;
    writing-mode: vertical-lr;
    text-orientation: upright;
    color: #fff;
}

[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {display: none;}
/*# sourceMappingURL=style.css.map */

@media screen and (min-width:600px) and ( max-width:1024px) {
   .totop {
    right: 10px;
    bottom: 30px;
}
}

@media screen and (max-width:599px) {
 .totop {
    right: 10px;
    bottom: 130px;
}
}

