@charset "utf-8";
/*===================================
  基本設定
===================================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

.w-text {
  font-family: 'Noto Sans JP', sans-serif;
}

.w-ttl {
  font-family: 'Noto Serif JP', serif;
}

.es-text {
  font-family: 'Merriweather', serif;
}

.color01 {
  color: #000;
}

.color02 {
  color: #000;
}

.color03 {
  color: #000;
}

.color04 {
  color: #000;
}

.bgcolor01 {
  background-color: #000;
}

.bgcolor02 {
  background-color: #000;
}

.bgcolor03 {
  background-color: #000;
}

.bgcolor04 {
  background-color: #000;
}

/* 共通コンテンツ間隔 */
.area {
  margin-top: 80px;
  margin-bottom: 80px;
}

.area2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 599px) {
  .area {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .area2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* 共通要素読み込みコメント（取り込み後削除） */
[class*='load-'] {
  position: relative;
  min-height: 50px;
  border: 3px solid #00bcd4;
}

[class*='load-']:before {
  position: absolute;
  z-index: 100;
  display: block;
  background: #00bcd4;
  color: #ff0;
  content: '共通要素';
  text-align: center;
  font-weight: bold;
}

/*===================================
  共通ブロック　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: 10px 20px;
  background: #0a2c66;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 5px;
  border: 1px solid #0a2c66;
}
.btn-cmn01 a:hover{
  background: #fff;
  color: #0a2c66;
  opacity: 1;
}
.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: 10px;
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
  font-size: 12px;
  padding: 0 45px 0 5px;
  margin-bottom: 10px;
}

/**
ヘッダー
header
*/
.header {
  padding: 10px 0 0;
  /* position: relative;
  width: calc(100% - 233px);
  margin-right: 0;
  margin-left: auto; */
}

.header .contents {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.header .logo img {
  max-height: 50px;
}

.header .right {
  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 {
  font-weight: bold;
  font-size: 30px;
}

.header .right .tel a:before {
  margin-right: 5px;
  content: '\f879';
  font-weight: 600;
  font-size: 24px;
  font-family: 'Font Awesome 5 Free';
}

/* .sac{
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
} */
.sac a {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  width: 255px;
  height: 215px;
  border-top-left-radius: 0;
  border-top-right-radius: 20% 0%;
  border-bottom-right-radius: 68% 78%;
  border-bottom-left-radius: 32% 13%;
  background: #fff;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.sac a:hover {
  opacity: 1;
  width: 240px;
  height: 200px;
}

.sac a:hover img {
  -webkit-transform: scale(.85);
  transform: scale(.85);
  -webkit-transition: .4s ease;
  transition: .4s ease;
}
.sac2 a{
  width: 83px;
  height: 83px;
  position: absolute;
  z-index: 60;
  left: 5px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #BA8B40;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sac2 a img{
  width: 70%;

}
.sac img {
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.k-logo {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .sac2 a{
    top: 30px;
  }
  .sac.tb-sp{
    margin-bottom: 10px;
  }
  .sac.tb-sp a{
    position: relative;
  }
  .sac {
    position: relative;
    top: initial;
    left: initial;
    z-index: 1;
    display: block;
    width: 50%;
    margin: auto;
  }

  .header {
    padding: 5px 0;
  }

  .header .logo img {
    max-height: 32px;
  }

  .header .right {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .sac2 a {
    width: 60px;
    height:60px;
    left: 5px;
    top: 65px;
}
}
/* 下部固定コンテンツ */
.fix-bottom {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .fix-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 250;
    display: -webkit-box;
    display: flex;
    width: 100%;
  }

  /* .fix-bottom .item {
    width: 50%;
    text-align: center;
  }
  .fix-bottom a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    height: 100%;
    padding: 10px 5px;
  }
  .fix-bottom .tel {
    background: #000;
    color: #fff;
    font-size: 14px;
  }
  .fix-bottom .tel a:before {
    margin-right: 5px;
    content: '\f879';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
  }
  .fix-bottom .contact {
    background: #eee;
    color: #000;
  }
  .fix-bottom .contact a:before {
    margin-right: 5px;
    content: '\f0e0';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
  } */
}

/**
グローバルナビ
gnav
*/
.gnav {
  position: relative;
  z-index: 100;
  padding-bottom: 10px;
  /* border-bottom: 1px solid #d9d9d9; */
  display: -webkit-box;
  display: flex;
}

.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;
  width: 100%;
}

.gnav .navlogo {
  display: none;
}

.gnav .navlogo img {
  max-height: 40px;
}

.gnav .list01 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 65%;
  margin-left: auto;
      align-items: center;
}

.gnav .item01 {
  text-align: center;
  font-size: 18px;
  position: relative;
  width: 20%;
}

.gnav .item01::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 1px;
  height: 10px;
  background-color: rgba(140, 140, 140, 1);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.gnav .item01.no-l:before {
  content: none;
}

.gnav .item01>a,
.gnav .item01 .itemin {
  display: block;
  cursor: pointer;
  padding: 5px 20px;
  color: #000;
}

.gnav .item01.-parent {
  position: relative;
}

.gnav .item01.-parent:hover .list02 {
  visibility: visible;
  opacity: 1;
}

.topcon {
  width: 126px;
}

.topsbcon {
  text-align: right;
  width: 100%;
}

.topsbcon a {
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  margin-right: 6%;
}

.topsbcon a::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #0a2c66;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.gnav .list02 {
  position: absolute;
  top: 100%;
  left: 50%;
  visibility: hidden;
  padding-top: 10px;
  width: 230px;
  background: rgb(255 255 255 / 95%) content-box;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav .item02 a {
  display: block;
  padding: 10px;
  border-bottom: solid 1px #e2e2e2;
  color: #000;
}

@media only screen and (max-width: 1024px) {
  .topsbcon {
    text-align: center;
  }

  .gnav .list01 {
    width: 100%;
  }

  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    max-width: 380px;
    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;
  }

  .gnav.action {
    z-index: 250;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  .gnav .wrap {
    padding-bottom: 100px;
  }

  .gnav .navlogo {
    display: block;
    margin-bottom: 20px;
    padding-right: 40px;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
  }

  .gnav .item01 {
    /* margin: 0 0 10px 0;
    min-height: 40px; */
    width: 100%;
    text-align: left;
  }

  .gnav .list02 {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    padding-left: 40px;
    padding-top: 0;
    background: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }

  .gnav .list02 a {
    position: relative;
    padding: 10px 0 10px 20px;
  }

  .gnav .list02 a:before {
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    width: 10px;
    height: 1px;
    background: #000;
    content: '';
  }
}

@media only screen and (max-width: 599px) {
  .gnav {
    width: 90%;
    max-width: 100%;
  }
}

[data-element-id] .gnav.fixed {
  position: relative;
}

/* ハンバーガーメニュー  */
.toggle {
  position: fixed !important;
  top: 0px;
  right: 0px;
  z-index: 251;
  width: 42px;
  height: 42px;
  background: #0a2c66;
  opacity: 0.8;
  cursor: pointer;
  display: none;
}

.toggle .bar {
  position: absolute;
  top: 50%;
  left: 7px;
  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 .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:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 249;
  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: 10px;
  z-index: 200;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  border: solid 1px #0a2c66;
  cursor: pointer;
}
.totop a{
  color: #0a2c66;
  text-align: center;
  font-size: 10px;
  line-height: 40px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
/* .totop a:hover{
background: #0a2c66;
color: #fff;
opacity: 1;
} */
.totop a:before {
  content: '\f077';
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
  font-size: 24px;
  line-height: 1;
}


.fab,
.far {
  font-weight: 900;
}

@media only screen and (max-width: 1024px) {
  .totop {
    right: 10px;
    bottom: 130px;
  }
}
@media only screen and (max-width: 1024px) {
  .totop a{
    line-height: 20px;
  }
}
/**
フッター
footer
*/
.footer .copy {
  padding: 5px 0;
  background: #999;
  color: #fff;
  text-align: center;

}

@media only screen and (max-width: 1024px) {
  .footer .copy {
    padding-bottom: 100px;
  }
}

/**
フッターナビ
fnav
*/
.fnav {
  padding: 50px 0;
  background: #0a2c66;
  -webkit-clip-path: polygon(0 0, 93% 0, 100% 25%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 93% 0, 100% 25%, 100% 100%, 0 100%);
  width: calc(100% - 11%);
}

.fnav .wrap {
  display: -webkit-box;
  display: flex;
}

.fnav .list01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-right: 30px;
}

.fnav .item {
  margin-bottom: 10px;
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.fnav .item a {
  position: relative;
  display: block;
  padding-left: 12px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.b-b-btn,
.fnav .acc {
  width: 100%;
  max-width: 255px;
}

.b-b-btn.new {
  max-width: 403px;
}

.b-b-btn {
  -webkit-filter: drop-shadow(7px 7px 0px #dcc59f);
  filter: drop-shadow(7px 7px 0px #dcc59f);
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  pointer-events: none;
  transform: translateZ(0);
}

.b-b-btn a {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  background-color: #0a2c66;
  -webkit-clip-path: polygon(10% 0, 90% 0, 100% 20%, 100% 80%, 90% 100%, 10% 100%, 0% 80%, 0% 20%);
  clip-path: polygon(10% 0, 90% 0, 100% 20%, 100% 80%, 90% 100%, 10% 100%, 0% 80%, 0% 20%);
  padding: 20px;
  text-align: center;
  display: block;
  pointer-events: auto;
}

.b-b-btn:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
}

.b-b-btn a:hover {
  background-color: #dcc59f;
  opacity: 1;
}

.fnav .acc a {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  background-color: #ba8b40;
  -webkit-clip-path: polygon(10% 0, 90% 0, 100% 20%, 100% 80%, 90% 100%, 10% 100%, 0% 80%, 0% 20%);
  clip-path: polygon(10% 0, 90% 0, 100% 20%, 100% 80%, 90% 100%, 10% 100%, 0% 80%, 0% 20%);
  padding: 20px;
  text-align: center;
  display: block;
}

.fnav .acc a:hover {
  color: #ba8b40;
  background-color: #fff;
  opacity: 1;
}

.fnav .acc i,
.b-b-btn img {
  margin-left: 10px;
}

.fnav .add {
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
}

.fnav .tel-box {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.fnav .tel-box .tel {
  font-size: 34px;
  letter-spacing: 1px;
}

/* .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 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.fnav .datattl {
  position: relative;
  margin-bottom: 10px;
  padding-left: 12px;
}

.fnav .datattl:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  content: '';
}

.fnav .data {
  margin-bottom: 5px;
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.fnav .data a {
  position: relative;
  padding-left: 12px;
}

.fnav .data a:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 5px;
  height: 1px;
  background: #000;
  content: '';
}

.fnav .nav-flex {
  width: 70%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.fnav .img-flex {
  width: 30%;
}

@media only screen and (max-width: 1024px) {
  .fnav .wrap {
    flex-wrap: wrap;
  }

  .fnav .list01 {
    margin-bottom: 10px;
    width: 100%;
  }

  .fnav .list02 {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .fnav .list01 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .fnav .datawrap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

/**
2カラムページ
*/
.column2 .inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.column2 .side {
  width: 290px;
}

.column2 .mainwrap {
  width: calc(100% - 330px);
}

@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: 70px;
  border: 1px solid #BA8B40;
  padding: 30px;
  padding-top: 0;
  border-radius: 15px;
  position: relative;
}

.side .list:nth-of-type(2) {
  margin-bottom: 0;
}

.side .list .img {
  text-align: center;
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  width: 30%;
  margin: auto;
}

@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:nth-of-type(1) {
    margin-top: 30px;
  }

  .side .list {
    width: 100%;
  }
}

.list-side .datattl {
  position: relative;
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 2em;
  background: #fff;
  color: #BA8B40;
  text-align: center;
  font-size: 18px;
  border: 1px solid #BA8B40;
  font-family: 'Noto Serif JP', serif;
  margin-top: 20px;
  /* margin-top: -15px; */
}
.list-side .datattl.new{
      width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.list-side .data {
  margin-bottom: 10px;
  padding-left: 10px;
}

.list-side a {
  position: relative;
  display: inline-block;
}

/* .list-side a:before {
  position: absolute;
  left: 0;
  color: #000;
  content: '>';
} */
.list-side.type-archive .datawrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
[data-element-id].list-side.type-archive .datawrap > div {
  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;
}

.homevisual .img {
  position: relative;
  min-height: 300px;
  max-height: 700px;
}

.homevisual .img:before {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 40%;
  content: '';
}

.homevisual .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 !important;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-size: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 599px) {
  .homevisual .head {
    font-size: 28px;
  }
}

/* A-BiSUスライダー用 */
.mainimg {
  position: relative;
  overflow: hidden;
}

.mainimg img {
  width: 100%;
}

.mainimg .uk-slidenav-position {
  position: relative;
}

/* .mainimg .uk-slidenav-position:after {
  display: block;
  padding-top: 130%;
  content: '';
} */

.mainimg.c-2 .uk-slidenav-position:after {
  display: block;
  padding-top: 180%;
  content: '';
}

.mainimg .uk-slideshow {
  position: absolute;
  top: 0;
  height: 100% !important;
  z-index: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  touch-action: pan-y;
}

.mainimg .uk-slideshow li {
  height: 100% !important;
}

.mainimg .uk-slideshow .uk-flex {
  height: 100%;
}

.mainimg .uk-slideshow img {
  width: 100%;
  height: 100%;
  /*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

/*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 .img {
  position: relative;
  min-height: 200px;
  max-height: 400px;
}

.topvisual .img:before {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 30%;
  content: '';
}

.topvisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.topvisual .head {
  position: absolute !important;
  width: 96%;
  max-width: 1000px;
  text-align: center;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-size: 34px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 599px) {
  .topvisual .head {
    font-size: 24px;
  }
}

/* パンくずリスト */
.breadcrumb {
  margin-top: 10px;
}

.breadcrumb .item {
  display: inline-block;
}

.breadcrumb .item:not(:last-of-type):after {
  content: '\f054';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin-right: 5px;
  margin-left: 10px;
}

.breadcrumb .home {
  color: #000;
}

.breadcrumb .now {
  color: #000;
}

/* ページネーション */
.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;
  border-radius: 5px;
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.pagenation .number a:hover,
.pagenation .now {
  background: #0a2c66;
  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;
  }
}

/**
各下層ページ
*/
/* 記事一覧ページ */
.list-article .time {
  width: 25%;
  margin-bottom: 10px;
}

.rec .list-article .time {
  width: 35%;
}

.rec .list-article .cate {
  width: 55%;
}

.deatil.list-article .time {
  width: 15%;
}
.list-article .cate {
       display: inline-block;
}
.list-article .cate span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px 2px 0px;
}
.list-article .cate span{
     background: #0a2c66;
    color: #fff;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 15px;
    text-align: center;
}

.list-article .head {
  color: #0A2C66;
  font-family: 'Noto Serif JP', serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 30px;
}

.list-article.detail .head {
  border-bottom: 1px solid rgba(186, 139, 64, 1);
  padding-bottom: 20px;
}


.list-article .cate .cate1 {
  background: #00f;
}

/* 記事詳細ページ */
/* .articledtl01 .cate span {
  display: inline-block;
  color: #fff;
  padding: 5px;
  margin: 0 5px 2px 0px;
} */

.articledtl01 .cate .cate1 {
  background: #00f;
}

/* ギャラリー */
.list-gallery01 a {
  display: block;
  position: relative;
}

.list-gallery01 .img {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-gallery01 .block-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px;
  overflow: hidden;
  visibility: hidden;
}

.list-gallery01 .cate {
  font-size: 14px;
  margin-bottom: 5px;
}

.list-gallery01 .head {
  font-size: 18px;
}

.list-gallery01 a:hover {
  opacity: 1;
}

.list-gallery01 a:hover .img {
  opacity: 0.5;
}

.list-gallery01 a:hover .block-txt {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 599px) {
  .list-article .cate{
    width: 50%;
    max-width: 100%;
  }
  .list-article .time {
    width: 40%;
  }

  .list-gallery01 .block-txt {
    display: none;
  }

  .list-gallery01 .head {
    font-size: 14px;
  }
}

/* ギャラリー詳細 */
.gallerydtl01 .thumbnail {
  cursor: pointer;
}

/* フォーム */
.form .box {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 0;
  border-bottom: 1px solid #999;
  -webkit-box-align: center;
  align-items: center;
}

.form .datattl {
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: center;
  width: 30%;
  font-weight: bold;
}

.form .require {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 15px;
  border-radius: 5px;
  background: #0a2c66;
  color: #fff;
  font-size: 14px;
  line-height: 1.6em;
}

.form .require.new {
  border: 1px solid #0a2c66;
  background: #fff;
  color: #0a2c66;
}

.form .data {
  padding-left: 50px;
  width: 100%;
}

.form .data input {
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px 5px;
  width: 100%;
  background: rgba(238, 238, 238, 1);
  border: none;
  border-radius: 5px;
}

.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;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px 5px;
  width: 100%;
  background: rgba(238, 238, 238, 1);
  border: none;
  border-radius: 5px;
  height: 220px;
}

.form .data01 div {
  display: inline-block;
}

.form .btn {
  margin-top: 50px;
}

.form .btn button {
  margin: 10px 20px;
  padding: 20px;
  width: 200px;
  border: none;
  border-radius: 5px;
  background: #0f3d81;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
  border: 1px solid #0f3d81;
}

.form .btn button:hover {
  background: #fff;
  color: #0f3d81;
  border: 1px solid #0f3d81;
  box-sizing: border-box;
}

/* .checkbox {
  display: -webkit-box;
  display: flex;
} */
.checkbox {
  display: block;
}

.checkbox-input {
  display: none;
}

.checkbox-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  margin-left: 10px;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: -5px;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
}

.checkbox-input:checked+.checkbox-parts {
  color: #0f3d81;
}

.checkbox-input:checked+.checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 1px;
  width: 8px;
  height: 11px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #0f3d81;
  border-right: 3px solid #0f3d81;
}

@media only screen and (max-width: 1024px) {
  .form .item {
    flex-wrap: wrap;
  }

  .form .datattl {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .form .data {
    padding-left: 0;
  }
}

@media only screen and (max-width: 599px) {
  .checkbox {
  display: -webkit-box;
  display: flex;
}
  .form .box {
    flex-wrap: wrap;
  }

  .form .datattl {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }

  .checkbox {
    flex-wrap: wrap;
  }

  .contact .become {
    width: 100%;
  }
}


/* 共通テーブル２ */
.table-cmp02 .head {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  color: #0a2c66;
}

.table-cmp02 .txt {
  margin-top: 5px;
}

.table-cmp02 .wrap {
  overflow: auto;
}

.table-cmp02 .table {
  width: 100%;
  border-collapse: collapse;
}

.table-cmp02 .datattl01 {
  padding: 5px 15px;
  background: #0a2c66;
  color: #fff;
}

.table-cmp02 .datattl02,
.table-cmp02 .data {
  padding: 5px;
}

.table-cmp02 .data {
  text-align: center;
}

.table-cmp02 .flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.table-cmp02 .flex-c {
  margin-bottom: 10px;
}

.table-cmp02 .tel {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 1px;
}

.c-b {
  color: #0a2c66;
}

.top-map .inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.top-map .map {
  width: 45%;
}

.top-map .tel-box {
  margin-bottom: 10px;
}

.b-box {
  color: #0a2c66;
  border: solid 1px #0a2c66;
  border-radius: 10px;
  max-width: 49px;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  width: 100%;
}

.flex-c {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.e-ttl {
  font-family: 'Merriweather', serif;
  font-size: 72px;
  margin-bottom: 40px;
  color: #0a2c66;
  line-height: .8;
}

.e-ttl .sb {
  font-size: 24px;
  font-weight: bold;
}

.t-3 {
  letter-spacing: -12px;
  font-size: 20px;
  margin-right: 10px;
}

.sb-flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.top-n .list-gallery01 .block-txt {
  position: absolute;
  bottom: 0;
  top: initial;
  left: 0;
  width: 100%;
  height: 30%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  background: #cdac78a3;
}

.top-n .list-gallery01 a:hover {
  opacity: 1;
}

.top-n .list-gallery01 a:hover .block-txt {
  height: 50%;
}

.top-n .list-gallery01 .cate,
.list-gallery01 .head {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
}

.list-gallery01 .head {
  font-size: 14px;
  width: 100%;
    text-align: center;
}

.maru {
  border-radius: 50%;
  border: solid 1px;
  padding: 2px 4px;
  margin-left: 10px;
  display: inline-block;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.top-n .list-gallery01 a:hover .maru {
  -webkit-transform: translatex(15px);
  transform: translatex(15px);
}

.top-n .list-gallery01 a:hover .img {
  opacity: 1;
}

.top-n {
  position: relative;
  background: #0a2c66;
}

.top-n .b-img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-n .b-img img {
  width: 100%;
  height: 55px;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-n li:nth-of-type(2) {
  padding-top: 50px;
}

.top-n li:nth-of-type(3) {
  padding-top: 100px;
}

.fea {
  position: relative;
  padding-bottom: 320px;
}

.fea h2 {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: 'Merriweather', serif;
  font-size: 72px;
  margin-bottom: 40px;
  color: #0a2c66;
  line-height: 0.8;
}

.fea h2 .ja {
  font-size: 24px;
  font-weight: bold;
}

.fea h2 .t-3 {
  letter-spacing: -12px;
  font-size: 20px;
  margin-bottom: 15px;
}

.fea .flex-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.fea .flex-box h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  color: #0a2c66;
  font-weight: bold;
  margin-bottom: 20px;
}

.fea .flex-box .text {
  line-height: 2;
  margin-bottom: 20px;
}

.fea .b-img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
  -webkit-clip-path: polygon(30% 0, 70% 0, 100% 35%, 100% 100%, 0 100%, 0 35%);
  clip-path: polygon(30% 0, 70% 0, 100% 35%, 100% 100%, 0 100%, 0 35%);
  width: 100%;
}

.fea .b-img img {
  display: block;
  height: auto;
  margin: auto;
}

.top-treatments {
  background: #f8fdff;
}

.top-treatments.area {
  margin-top: 130px;
  margin-bottom: 0;
}

.top-treatments .flex ul {
  -webkit-box-pack: center;
  justify-content: center;
}

.top-treatments .img-box {
  position: relative;
  -webkit-filter: drop-shadow(7px 7px 0px #b0bed1);
  filter: drop-shadow(7px 7px 0px #b0bed1);
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  pointer-events: none;
  transform: translateZ(0);
}

.top-treatments .img-box .ttl {
  position: absolute;
  left: 50%;
  bottom: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
}
.top-treatments .img-box .img {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
}
.top-treatments .img-box .list {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  color: #fff;
}

.top-treatments .img-box .ttl.b30 {
  bottom: 30px;
}

.top-treatments .img-box .ttl .sb {
  font-size: 14px;
}

.top-treatments .img-box .ttl .sb.new {
  display: block;
}

.top-treatments .img-box a {
  display: block;
  pointer-events: auto;
}

.top-treatments .pullbox {
  position: relative;
}

.top-treatments .accordion {
  position: absolute;
  width: 100%;
  max-width: 200px;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 100%);
  background: #0a2c66;
  color: #fff;
  padding: 15px;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
}
.top-treatments .accordion:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #0a2c66 transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}


.top-treatments .box:hover .accordion {
  visibility: visible;
  opacity: 1;
}
.top-treatments .accordion ul {
  
}

.top-treatments .img-box a:hover {
  opacity: 1;
}

.top-treatments .img-box:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
}

.trtry-50 {
  transform: translatey(-50px);
  -webkit-transform: translatey(-50%);
}

.top-main {
  position: relative;
}

.top-main .mainimg {
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(60% 0, 100% 25%, 100% 65%, 60% 100%, 0 100%, 0 0);
  clip-path: polygon(60% 0, 100% 25%, 100% 65%, 60% 100%, 0 100%, 0 0);
  width: 45%;
}

.top-main .mainimg.c-1 .uk-slidenav-position {
  height: 690px;
}

.top-main .mainimg.c-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  top: initial;
  left: initial;
  width: 20%;
  -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 40% 100%, 0 80%, 0 20%);
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 40% 100%, 0 80%, 0 20%);
}

.top-main .mainimg.c-2 .uk-slidenav-position {
  height: 460px;
}

.main-box {
  position: absolute;
  width: 100%;
  top: 5%;
  z-index: 10;
}

.main-ttl {
  /* width: 45%;
   margin-left: 50%;
    transform: translatex(46%); */
  color: #0a2c66;
  font-size: 26px;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
}

[data-element-id].main-ttl {
  position: relative;
  border: solid 1px #000;
}
[data-element-id].main-ttl:before{
  content: "TOPページの見出し３パターンです";
  display: block;
  position: relative;
  z-index: 2;
  font-size: 12px;
  color: #fff;
  background: #000;
      text-align: center;
}
.top-new {
  position: absolute;
  bottom: 0%;
  right: 25%;
  width: 25%;
}

.top-new h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  color: #0a2c66;
  margin-bottom: 20px;
  font-weight: bold;
}

.top-new .ttl .num {
  font-weight: bold;
  margin-right: 10px;
}

.top-new .deta {
  text-align: right;
  font-size: 12px;
}

.b-bd {
  padding: 15px 0;
  margin: 15px 0;
  border-bottom: solid 1px #BA8B40;
}

.top-new .ttl {
  margin-bottom: 10px;
}

.top-new .btn {
  color: #0a2c66;
  text-align: right;
}

.top-new .btn img {
  margin-left: 10px;
}

.c-d {
  color: #BA8B40;
}

.main-ttl .c-d {
  font-size: 16px;
  font-weight: 500;
}

.topcon a {
  background-color: #0a2c66;
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 10px;
}
.topcon.ab a{
  background-color: #50d2ff;
}
.top-d a:hover,
.top-d a:hover + i{
  color: #ba8b40;
  opacity: 1;
}

/* .sb-cb {
  display: -webkit-box;
  display: flex;
  position: fixed;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  right: 0;
  bottom: 15%;
  -webkit-box-align: center;
  align-items: center;
} */
.sb-cb {
    display: -webkit-box;
    display: flex;
    position: fixed;
    z-index: 10;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    right: 0;
    bottom: 25%;
    -webkit-box-align: center;
    align-items: flex-end;
}
/* .sb-cb .t-flex {
  display: -webkit-box;
  display: flex;
      width: 100%;
} */
 .sb-cb .t-flex {
    display: -webkit-box;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.epark img{
    border-radius: 15px;
    border: solid 1px #888;
}
.epark a{
  display: block;
}

.sb-cb .t-flex li {
  width: 50%;
  max-width: 60px;
/*   margin: 10px 5px; */
}
.sb-cb .t-flex li img{
  width: 100%;
}

.sb-cb .t-flex li:nth-of-type(1) {
  margin-left: 0;
}

.sb-cb .t-flex li:nth-of-type(3) {
  margin-right: 0;
}

.sb-cb .line {
  margin-bottom: 10px;
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 95%, 0 5%);
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 95%, 0 5%);
}

.sb-cb .line a {
  text-align: center;
  color: #fff;
  background-color: #583822;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 180px;
  padding: 25px;
  width: 126px;
  font-size: 18px;
}
.sb-cb.ab .line a{
   background-color: #06c655;
}
.sb-cb.ab .web a{
   background-color: #f07878;
}
.sb-cb .line img {
  margin-top: 10px;
  max-width: 58px;
}

.sb-cb .web {
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 95%, 0 5%);
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 95%, 0 5%);
}

.sb-cb .web img {
  margin-top: 10px;
}

.sb-cb .web a {
  text-align: center;
  color: #fff;
  background-color: #ba8b40;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 180px;
  padding: 25px;
  width: 126px;
  font-size: 18px;
}

.sb-cb .f24 {
  font-size: 24px;
  font-weight: bold;
}

.img-s {
  border-radius: 15px;
  overflow: hidden;
  -webkit-filter: drop-shadow(10px 10px 0px #7d7d7d);
  filter: drop-shadow(10px 10px 0px #7d7d7d);
}

.top-treatments .list-wrap {
  padding-right: 60px;
}
.slider04 {
  width: 55%;
  margin: auto;
  margin-left: 45%;
}
.oric .check .che{
      top: 0;
     transform: translate(0); 
    -webkit-transform: translate(0);
}
@media only screen and (max-width: 1024px) {
  .top-map .inner{
 -webkit-box-align: initial;
  align-items: initial;
  }
  .top-new .btn{
    padding-right: 30px;
  }
  .top-treatments .list-wrap {
    padding-left: 60px;
    padding-right: 0;
  }
  .top-treatments .accordion {
    position: static;
    transform: none;
    visibility: visible;
    opacity: 1;
    margin-top: 20px;
  }
  .fnav .img-flex {
    width: 45%;
  }

  .fnav .nav-flex {
    width: 55%;
  }

  /* .fnav{
    width: calc(100% - 110px);
  } */
  .fnav {
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 18%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 90% 0, 100% 18%, 100% 100%, 0 100%);
  }

  .table-cmp02 .datattl02,
  .table-cmp02 .data {
    padding: 0px;
  }

  .top-main .mainimg.c-1 .uk-slidenav-position {
    height: 350px;
  }

  .top-main .mainimg.c-2 {
    width: 50%;
  }

  .top-main .mainimg.c-2 .uk-slidenav-position {
    height: 300px;
  }

  .top-new {
    position: relative;
    bottom: initial;
    right: initial;
    max-width: 768px;
    width: 96%;
    margin: 60px auto 0;
  }

  .main-ttl {
    font-size: calc(100vw / 46);
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
  }

  .main-ttl .c-d {
    font-size: 14px;
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
  }

  .topcon {
    width: 100%;
  }

  .gnav .item02 a {
    border-bottom: 0;
  }

  .gnav .item01::before {
    content: none;
  }

  .k-logo {
    position: relative;
    top: initial;
    left: initial;
    z-index: 2;
    padding: 20px 0;
  }

  .d-n {
    display: none;
  }

  .sp_bottom {
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    background: #fffbe7;
    margin: 0;
    width: 100%;
    padding: 0.1rem;
    text-align: center;
    z-index: 100;
  }


  br.d-n-tb {
    content: "";
    display: none;
  }

  br.d-n-tb:after {
    margin-right: -0.222em;
    content: "";
  }

}
  .sp_bottom li {
    display: -webkit-box;
    display: flex;
    width: 25%;
    margin: 0.2rem;
    background: #0a2c66;
    position: relative;
    font-size: 1.4rem;
  }

  .sp_bottom li a {
    -webkit-box-align: center;
    align-items: center;
    padding: 1rem 0;
    color: #fff;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    font-size: 14px;
    line-height: .6;
    margin: auto;
    width: 100%;

  }

  .sp_bottom li img {
    display: block;
    width: 30px;
    height: auto;
    margin: 0 auto 0.5rem;
  }
/* @media only screen and (max-width: 768px) {
  .top-main .mainimg.c-2 {
    max-height: 300px;
  }
} */

@media only screen and (max-width: 660px) {
  .top-treatments .list-wrap {
    padding-left: 0;
  }
}

@media only screen and (max-width: 599px) {
  .img-s{
    
  transform: translateZ(0);
  }
  .top-d .item{
  width: 50%;
}
  .top-n .list-gallery01 .cate {
    font-size: 20px;
  }

  .top-n li:nth-of-type(2),
  .top-n li:nth-of-type(3) {
    padding-top: 0px;
  }

  .fea {
    padding-bottom: 50px;
  }

  br.d-n-sp {
    content: "";
    display: none;
  }

  br.d-n-sp:after {
    margin-right: -0.222em;
    content: "";
  }

  .e-ttl,
  .fea h2 {
    font-size: 40px;
  }

  .e-ttl .sb,
  .fea h2 .ja {
    font-size: 20px;
  }

  .top-treatments .img-box .ttl {
    left: 51%;
    font-size: 16px;
  }

  .fea .flex-box .text {
    text-shadow: 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white;
    color: #000;
    font-size: 14px;
  }

  .sb-flex {
    flex-wrap: wrap;

    -webkit-box-pack: center;

    justify-content: center;

  }

  .ins .b-b-btn {
    margin-bottom: 40px;
  }

  .top-main .mainimg.c-2 {
    width: 48%;
    position: static;
  }

  .top-main {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .main-box {
    position: static;
    margin: 15px 0;
  }

  .top-new {
    margin: 15px auto 0;
  }

  .top-main .mainimg.c-1 .uk-slidenav-position {
    height: 250px;
  }

  .top-main .mainimg.c-2 .uk-slidenav-position {
    height: 250px;
  }

  .top-main .mainimg {
    width: 48%;
  }

  .top-main .mainimg.c-1 {
    -webkit-clip-path: polygon(60% 0, 100% 20%, 100% 80%, 60% 100%, 0 100%, 0 0);
    clip-path: polygon(60% 0, 100% 20%, 100% 80%, 60% 100%, 0 100%, 0 0);
  }

  .slider04 {
    width: 78%;
    margin-left: auto;
  }

  .main-ttl {
    font-size: calc(100vw / 24);
  }

  .main-ttl .c-d {
    font-size: calc(100vw / 32);
  }

  .top-map .map {
    width: 100%;
  }

  .table-cmp02 .head {
    margin-top: 30px;
  }

  .table-cmp02 .datattl01 {
    padding: 5px 10px;
  }

  .table-cmp02 .tel {
    font-size: 30px;
  }

  .totop {
    width: 60px;
    height: 60px;
    line-height: 15px;
  }

  /* .fnav {
  width: calc(100% - 80px);
} */
  .fnav {
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 5%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 90% 0, 100% 5%, 100% 100%, 0 100%);
  }

  .fnav .img-flex,
  .fnav .nav-flex {
    width: 100%;
  }

  .fnav .img-flex {
    text-align: center;
  }

  .fnav .acc {
    margin: auto;
    margin-bottom: 20px;
  }

  .fnav .list01 {
    margin-right: 0;
  }
  
  .sp_bottom li a {
    font-size: 12px;
  }
}

.de-mv {
  position: relative;
  -webkit-clip-path: polygon(100% 0, 100% 75%, 91% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 75%, 91% 100%, 0 100%, 0 0);
  width: calc(100% - 11%);
}

.de-mv .de-ttl {
  position: absolute;
  top: 50%;
  left: 56%;
  background: #fff;
  opacity: .8;
  color: #0A2C66;
  font-size: 36px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 35px 20px;
  width: 100%;
  max-width: 600px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

.de-mv .de-ttl span {
  position: relative;
  z-index: 1;
}

.de-mv .de-ttl::after {
  content: '';
  border-bottom: 5px dotted #0A2C66;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 75px;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}

.de-mv .de-ttl span.t-3 {
  letter-spacing: -12px;
  font-size: 24px;
  margin-right: 0px;
}

.blue {
  color: #0A2C66;
}

.pankuzu {
  margin: 10px 0 40px;
}

.pankuzu li {
  position: relative;
  display: inline !important;
  font-size: 18px;
  padding-left: 10px;
}

.beginner.new2 .text {
  padding-top: 50px;
}

.acc .beginner .text::before {
  content: '';
  border-left: 5px dotted #0A2C66;
  position: absolute;
  top: 80px;
  left: 0;
  height: 78px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.acc .beginner .text::after {
  content: '○';
  color: #0A2C66;
  position: absolute;
  top: -2px;
  left: -9px;
  font-size: 24px;
}

.acc .beginner .text {
  position: relative;
  padding-left: 40px;
  margin-top: 50px;
}

.acc .beginner .text h4 {
  color: #0A2C66;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.beginner .text::before {
  content: '';
  border-left: 5px dotted #0A2C66;
  position: absolute;
  top: 80px;
  left: 0;
  height: 78px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.beginner .text::after {
  content: '○';
  color: #0A2C66;
  position: absolute;
  top: -2px;
  left: -9px;
  font-size: 24px;
}

.beginner .text {
  position: relative;
  padding-left: 40px;
  margin-bottom: 50px;
  margin: 20px 10px 40px;
}

.beginner .text.new {
  margin-top: 0;
}

.beginner .text .circle {
  position: absolute;
  color: #0A2C66;
  font-size: 24px;
  left: -9.1px;
  top: -40px;
}

@media only screen and (max-width: 1024px) {
  .de-mv .de-ttl {
    max-width: 500px;
  }
  .de-mv .de-ttl .sb{
        font-size: 55%;
  }
}

@media only screen and (max-width: 599px) {
  .beginner.new2 .text {
    padding-top: 50px;
   margin: 20px 0px 40px 10px;
    padding-left: 20px;
  }

  .acc .beginner .text {
    position: relative;
    padding-left: 40px;
    margin: 20px 10px 0;
  }

  .de-mv .de-ttl span {
    font-size: calc(90vw / 20);
  }
  .de-mv .de-ttl .sb{
        font-size: calc(70vw / 20);
  }

  .beginner .text .dot {
    margin-left: 10px;
  }

  .beginner .text .circle {
    left: 0.9px;
  }

/*   .de-mv .de-ttl {
  padding: 15px 20px 35px;
  max-width: 250px;
  font-size: 26px;
} */
.de-mv .de-ttl {
    padding: 15px 5px 35px;
    max-width: 250px;
    font-size: 22px;
}
}

.philosophy.area {
  position: relative;
  padding-top: 150px;
}

.philosophy h3 {
  color: #0A2C66;
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.philosophy h3::after {
  content: "";
  height: 1px;
  width: 3em;
  background: #0a2c66;
  position: absolute;
  top: 50%;
  margin-left: 10px;

}

.philosophy .text {
  position: relative;
}

.philosophy .tx {
  background-color: #f8fdff;
  padding: 0 0 100px;
  text-align: center;
  line-height: 3;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}

.philosophy .img1 {

  -webkit-filter: drop-shadow(7px 7px 0px #b5bfd1);
transform: translateZ(0);
  filter: drop-shadow(7px 7px 0px #b5bfd1);
  position: absolute;
  width: 200px;
  top: -140px;
  left: 0%;
}

.philosophy .img2 {
  transform: translateZ(0);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-filter: drop-shadow(7px 7px 0px #b5bfd1);
  filter: drop-shadow(7px 7px 0px #b5bfd1);
  position: absolute;
  width: 200px;
  top: -140px;
  right: 0%;
}

.philosophy .img3 {
  -webkit-transform: rotate(350deg);
  transform: rotate(350deg);
  -webkit-filter: drop-shadow(7px 7px 0px #b5bfd1);
  filter: drop-shadow(7px 7px 0px #b5bfd1);
  position: absolute;
  width: 200px;
  bottom: 10px;
  left: 0%;
  transform: translateZ(0);
}

.philosophy .img4 {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-filter: drop-shadow(7px 7px 0px #b5bfd1);
  filter: drop-shadow(7px 7px 0px #b5bfd1);
  position: absolute;
  width: 200px;
  bottom: 10px;
  right: 0%;
  transform: translateZ(0);
}

.philosophy .img1 span,
.philosophy .img2 span {
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}

.philosophy .img3 span,
.philosophy .img4 span {
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 20% 0%, 80% 0%);
  clip-path: polygon(100% 100%, 0% 100%, 20% 0%, 80% 0%);
}

.exterior h2 {
  font-family: 'Merriweather','Noto Serif JP', serif;
  font-size: 48px;
  color: #0a2c66;
}
.exterior h2.fz35{
  font-size: 35px;
  font-weight: bold;
}
.exterior .h2sb {
  color: #0a2c66;
  font-family: 'Noto Serif JP', serif;
}

.box3 .e-ttl {
  font-size: 48px;
}

.box3 .e-ttl .sb {
  font-size: 46%;
}

@media only screen and (max-width: 1024px) {
  .philosophy .img1 {
    width: 150px;

  }

  .philosophy .img2 {
    width: 150px;
    top: -150px;

  }

  .philosophy .img3 {
    width: 150px;

  }

  .philosophy .img4 {
    width: 150px;

  }
}

@media only screen and (max-width: 599px) {
  .exterior h2.fz35{
    font-size: 30px;
  }
  .philosophy .img1 {
    width: 100px;

  }

  .philosophy .img2 {
    width: 100px;
    top: -150px;

  }

  .philosophy .img3 {
    width: 100px;

  }

  .philosophy .img4 {
    width: 100px;

  }

  .philosophy .tx {
    text-align: left;
  }

  .box3 .e-ttl,
  .exterior h2,
  .exterior h2 .fz35{
    font-size: 30px;
  }
}

.dc-name .name .sb {
  color: #8ACBE3;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 70%;
  margin-left: 10px;
}

.career .flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.career .box {
  width: 50%;
}

.career .ttl {
  background: #0a2c66;
  -webkit-clip-path: polygon(0 0, 93% 0, 100% 25%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 93% 0, 100% 25%, 100% 100%, 0 100%);
  color: #fff;
  padding: 10px;
  max-width: 200px;
  text-align: center;
  margin-bottom: 30px;
}

.career .de {
  border: solid 1px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 10px;
}

.career ul {
  padding-left: 25px;
}

.career li {
  margin-bottom: 20px;
}

.career .new li {
  margin-bottom: 30px;
}

.career .btn {
  color: #0a2c66;
}

.career .btn img {
  margin-left: 10px;
}

@media only screen and (max-width: 599px) {
  .career .box {
    width: 100%;
  }

  .career ul {
    padding-left: 10px;
  }
}

.mtb10 {
  margin-top: 10px;
  display: block;
}

.tim h3 img {
  margin-right: 10px;
}

.tim .table-cmp02 th {
  padding: 5px;
}

.tim .table-cmp02 .datattl01.no-c {
  background: none;
}

.tim .table-cmp02 .txt {
  margin-top: 10px;
}

.tim .table-cmp02 .datattl01 {
  padding: 5px 15px;
  background: #0a2c66;
  color: #fff;
  display: block;
  border-radius: 5px;
}

.tim .table-cmp02 .data {
  color: #0a2c66;
}

.tim .table-cmp02 .datattl02,
.tim .table-cmp02 .data {
  padding: 15px 5px;
}

.tim .table-cmp02 .tbody .item {
  border-bottom: solid #0a2c66 1px;
}

.tim .b-b-btn {
  margin: 10px auto 0;
}

.acc .flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  align-items: flex-start;
}

.acc .beginner {
  width: 50%;
}

.acc .beginner .text .dot {
  padding: 10px 0 10px 30px;
}

.acc .ttl {
  font-size: 18px;
  font-weight: bold;
  padding: 0px 0 0px 36px;
  color: #0a2c66;
  display: inline-block;
}

.acc .beginner .text .circle {
  top: -10px;
}

.acc h3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.acc .map {
  overflow: hidden;
  position: relative;
  padding-top: 70%;
  border: solid #0a2c66;
  width: 90%;
}

@media only screen and (max-width: 599px) {
  .acc .beginner {
    width: 100%;
  }

  .tim .table-cmp02 .table {
    width: 180%;
  }

  .tim .b-b-btn {
    margin: 30px auto 0;
  }

  .acc .map,
  .acc .img {
    width: 95%;
    margin: auto;
  }
}

.l-h2 {
  line-height: 2;
}

.symptom.top-n {
  border-radius: 15px;
  overflow: hidden;
  -webkit-filter: drop-shadow(7px 7px 0px #dcc59f);
  filter: drop-shadow(7px 7px 0px #dcc59f);
  transform: translateZ(0);
}

.symptom h3 {
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.symptom h3 span {
/*   border-bottom: solid 2px; */
  padding-bottom: 10px;
}

.symptom .gallery01 {
  padding: 30px
}

.symptom .gallery01 .text {
  color: #fff;
  margin: auto;
  margin-bottom: 50px;
  line-height: 2;
  padding-left: 50px;
}

.symptom.top-n .b-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  width: 80%;
}

.symptom.top-n .b-img img {
  height: auto;
}

/* 共通リスト９ */
.list-cmp09 .item {
  margin-bottom: 70px;
}

.list-cmp09 .datattl {
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-right: 50px;
  padding-left: 80px;
  color: #0A2C66;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  cursor: pointer;
  font-family: 'Noto Serif JP', serif;
  width: 100%;
}

.list-cmp09 .datattl:before {
  position: absolute;
  top: 0;
  left: 0;
  content: 'Q';
  background-image: url('/import/tenant_1/160.16.102.249/html/html/images/san2.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-family: 'Merriweather', serif;
  font-size: 22px;
  padding: 10px;
  width: 63px;
  height: 63px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.list-cmp09 .datattl:after {
  position: absolute;
  top: 20px;
  right: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  color: #000;
  content: '+';
  text-align: center;
  font-size: 30px;
  line-height: 26px;
}

.list-cmp09 .datattl.is-parent:after {
  content: '−';
  line-height: 25px;
}

.list-cmp09 .data {
  position: relative;
  display: none;
  margin-top: 10px;
  padding-left: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: solid 2px rgba(220, 197, 159, 1);
}

.list-cmp09 .data:before {
  position: absolute;
  top: 30px;
  left: 25px;
  content: 'A';
  background-image: url('/import/tenant_1/160.16.102.249/html/html/images/san1.png');
  background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-family: 'Merriweather', serif;
    font-size: 22px;
    padding: 10px;
    width: 63px;
    height: 63px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.b-r {
  border: solid 1px #dcc59f;
  padding: 50px 170px 50px 30px;
  border-radius: 15px;
}

.area.bt100 {
  padding-bottom: 250px;
  position: relative;
}

.area.bt100 .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 40% 100%, 0 80%, 0 20%);
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 40% 100%, 0 80%, 0 20%);
  max-height: 460px;
}

@media only screen and (max-width: 1024px) {
  .list-cmp09 .data,
  .list-cmp09 .datattl{
    width: 100%;
  }
  .b-r {
    padding: 50px 90px 50px 30px;
  }

  .area.bt100 {
    padding-bottom: 190px;
  }
}

@media only screen and (max-width: 599px) {
  .list-cmp09 .item {
    margin-bottom: 20px;
  }

  .list-cmp09 .datattl {
    padding-right: 30px;
    padding-left: 25px;
    font-size: 16px;
  }

  .list-cmp09 .datattl.is-parent:after {
    line-height: 25px;
  }

  .list-cmp09 .data {
    padding-left: 25px;
  }

  .area.bt100 .img {
    display: none;
  }

  .area.bt100 {
    padding-bottom: 0px;
  }

  .b-r {
    padding: 30px;
  }

  .list-cmp09 .datattl:before,
  .list-cmp09 .data:before {
    width: 45px;
    height: 45px;
        top: 20px;
  }

  .list-cmp09 .data {
    padding-left: 80px;
  }

  .list-cmp09 .datattl {
    padding-left: 55px;
  }

  .list-cmp09 .datattl:after {
    top: 15px;
  }

  .symptom .gallery01 .text {
    padding-left: 0;
  }

  .symptom.top-n .b-img {
    width: 140%;
  }

  .pankuzu li {
    font-size: 14px;
    padding-left: 10px;
  }
}

.war .b-r {
  padding: 30px
}

.orn {
  color: #BA8B40;
}

.deta-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.deta-btn img {
  margin-left: 10px;
}

.deta-btn:hover img {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);

}

/* .check .che{
  border: solid 1px;
  border-radius: 50%;
  padding: 2px;
  margin-right: 10px;
  position: absolute;
} */
.check .che {
  border: solid 1px;
  border-radius: 50%;
  padding: 2px;
  position: absolute;
  top: 15px;
  left: -5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.check {
  position: relative;
}

.check .down {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0%;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.check.is-parent .down {
  -webkit-transform: rotate(180deg) translate(0, 50%);
  transform: rotate(180deg) translate(0, 50%);
  -webkit-transition: .4s ease;
  transition: .4s ease;
  top: 50%;
}

.symptom dd {
  display: none;
}

.symptom .b-w {
  background-color: #00a8e60f;
  color: #444444;
  padding: 20px;
  margin-top: 10px;
}

.symptom .atbl {
  margin-top: 10px;
  width: 100%;
}

.tbl_def {
  width: 100%;
}

.tbl_def tbody {
  background: #fff;
  border: solid 1px #8c8c8c;

}

.tbl_def tbody tr {
  border-bottom: 1px solid #8c8c8c;

}

.tbl_def tbody th {
  background: #8acce4;
  color: #fff;
  width: 20%;
}

.tbl_def tbody td {
  padding: 0.7rem 0.5rem;
  vertical-align: middle;
  font-weight: normal;
  color: #8C8C8C;
}

.js-toggle {
  cursor: pointer;
  padding: 0 15px 0 0;
  position: relative;
}

.new9 .notg {
  cursor: auto;
  padding: 0 15px;
  position: relative;
}

.m-d {
  font-size: 24px;
  background: #e2e2e2;
  margin: 30px 0;
  padding: 0 10px 0 15px;
  border-radius: 5px;
  position: relative;
}

.m-d::before {
  content: "";
  background-color: #00bcd4;
  width: 3px;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

/* .m-d span{
  border-left: solid;
  padding-left: 10px;
} */
.numimg-box {
  position: relative;
}

.numimg-box .numimg {
  position: absolute;
  top: -25px;
  right: -30px;
}

.numimg-box .numimg .num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 28px;
}

@media only screen and (max-width: 768px) {
  .numimg-box .numimg {
    right: -10px;
  }
}

@media only screen and (max-width: 599px) {
  .tbl_def tbody th{
    width: 100%;
  }
  .numimg-box .numimg {
    right: 0;
  }

  .tbl_def tbody tr {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .m-d {
    font-size: 18px;
  }

  .check .down {
    right: -10px;
  }
}

.become {
  position: relative;
  border: 1px solid #0F3D81;
  border-radius: 15px;
  padding: 30px;
  /* padding: 60px; */
  /* padding-top: 0; */
}

.become h3 {
  border: 1px solid #0F3D81;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  color: #0F3D81;
  padding: 10px;
  width: 30%;
  margin: 0 auto 50px;
}

.become .notg {
  padding-left: 20px;
  position: relative;
      font-weight: bold;
      font-size: 18px;
}
.become .notg.f-s{
  font-weight: 400;
}

.check .che2 {
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.become .lis {
  margin-left: 2em;
}

.become .lis li {
  padding-left: 10px;
  margin: 10px 0;
}

.become .text {
  width: 80%;
  margin: auto;
  color: #0F3D81;
}

.area.tbb {
  margin-top: 100px;
}

.area.tbb.contact {
  padding-top: 100px;
  margin-top: 0;
}

.become .img {
  text-align: center;
  transform: translateY(-35px);
  -webkit-transform: translateY(-35px);
}

.dotbox h3 {
  font-family: 'Noto Serif JP', serif;
  color: #0A2C66;
  margin-bottom: 20px;
  font-size: 18px;
}
.abbox > div{
  width: 100%;
}
.abbox a{
display:block;  
}
.abbox .abp{
  background: #f07878;
}
@media only screen and (max-width: 599px) {
  .become .notg{
    font-size:16px;
    
  }
  .become {
    padding:30px;
  }

  .become h3 {
    width: 50%;
  }

  .become .text {
    width: 100%;
  }

  .beginner .text:nth-of-type(1) {
    margin-top: 30px;
  }
}

.c-w {
  color: #fff;
}

.new12 {
  margin: 50px 0 10px;
}

.new12 table {
  border-collapse: separate;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  border-spacing: 10px 10px;
}

.new12 table tr {
  padding: .35em;
}

.new12 table th,
.new12 table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
  border-radius: 15px;
}

.new12 table th {
  background-color: #ba8b40;
}

.new12 table td {
  border: 1px solid #bfbfbf;
}

.new12 table thead tr {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}

.new12 table tbody th {
  background: #0f3d81;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  border-radius: 15px;
}

.new12 .txt {
  text-align: center;
  color: #333333;
}

.new12 .price {
  text-align: center;
  color: #333333;
}

.new12 .non {
  background: #fff;
  border: none;
}

@media only screen and (max-width: 599px) {
  .new12 table {
    width: 180%;
  }
}

.b-bl {
  background: #0f3d81;
  padding: 30px;
  color: #fff;
  border-radius: 15px;
}

.b-bl h3 {
  font-family: 'Noto Serif JP', serif;
  border-left: 3px solid;
  padding-left: 10px;
  font-size: 20px;
}

.effect dl {
  display: -moz-flex;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
}

.effect dl dt {
  text-align: center;
  border-radius: 15px;
  width: 30%;
  margin: 5px;
  background: #0f3d81;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  padding: 1em 10px 1em 1em;
}

.effect dl dd {
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 15px;
  width: 65%;
  margin: 5px;
  padding: 1em 10px 1em 1em;
}

@media only screen and (max-width: 599px) {
  .effect dl dt {
    width: 100%;
    border-right: none;
  }

  .effect dl dd {
    width: 100%;
    margin-bottom: 30px;
  }
}

.r-id a img {
  -webkit-transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.r-id a:hover img {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.border-40 {
  border-bottom: solid rgba(186, 139, 64, 1);
  margin-bottom: 40px;
}

.recruit.philosophy h3::after {
  content: none;
}

.recruit.philosophy h3 {
  line-height: 1.6;
}

.recruit.philosophy .tx {
  padding: 50px 0;
}

.recruit.philosophy .img1 {
  -webkit-filter: drop-shadow(7px 7px 0px #b5bfd1);
  filter: drop-shadow(7px 7px 0px #b5bfd1);
  position: absolute;
  width: 200px;
  top: -140px;
  left: -10%;
  transform: translateZ(0);
}

.recruit.philosophy .img2 {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-filter: drop-shadow(7px 7px 0px #b5bfd1);
  filter: drop-shadow(7px 7px 0px #b5bfd1);
  position: absolute;
  width: 200px;
  top: -140px;
  right: -10%;
  transform: translateZ(0);
}

.recruit.philosophy .img3 {
  -webkit-transform: rotate(350deg);
  transform: rotate(350deg);
  -webkit-filter: drop-shadow(7px 7px 0px #b5bfd1);
  filter: drop-shadow(7px 7px 0px #b5bfd1);
  position: absolute;
  width: 200px;
  bottom: -10px;
  left: -10%;
  transform: translateZ(0);
}

.recruit.philosophy .img4 {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-filter: drop-shadow(7px 7px 0px #b5bfd1);
  filter: drop-shadow(7px 7px 0px #b5bfd1);
  position: absolute;
  width: 200px;
  bottom: -10px;
  right: -10%;
  transform: translateZ(0);
}

@media only screen and (max-width: 1024px) {
  .recruit.philosophy .img1 {
    width: 150px;
    top: -70px;
    left: 0%;
  }

  .recruit.philosophy .img2 {
    width: 150px;
    top: -70px;
    right: 0%;
  }

  .recruit.philosophy .img3 {
    width: 150px;
    left: 0%;
    bottom: -30px;
  }

  .recruit.philosophy .img4 {
    width: 150px;
    right: 0%;
  }
}

@media only screen and (max-width: 599px) {
  .recruit.philosophy .img1 {
    width: 100px;
    top: -70px;
    left: 0%;
  }

  .recruit.philosophy .img2 {
    width: 100px;
    top: -70px;
    right: 0%;
  }

  .recruit.philosophy .img3 {
    width: 100px;
    left: 0%;
    bottom: -60px;
  }

  .recruit.philosophy .img4 {
    width: 100px;
    right: 0%;
  }

  .recruit.philosophy.area {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .recruit.philosophy h3 {
    font-size: 20px;
  }
}

.application h3 {
  color: #0A2C66;
  font-size: 36px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1;
  font-weight: 500;
  position: relative;
}

.application h3::after {
  content: '';
  border-bottom: 5px dotted #0A2C66;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 75px;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}

.application span.t-3 {
  letter-spacing: -12px;
  font-size: 24px;
  margin-right: 0px;
}

/* 共通リスト３ */
.list-cmp03 .item {
  padding: 20px;
}

.list-cmp03 .item:not(:last-child) {
  border-bottom: 1px solid #808080;
}

.list-cmp03 .datattl {
  width: 150px;
  flex-shrink: 0;
  margin-right: 20px;
}

@media only screen and (max-width: 599px) {
  .list-cmp03 .item {
    flex-wrap: wrap;
    padding: 20px 10px;
  }

  .list-cmp03 .datattl {
    width: 100%;
    margin-bottom: 5px;
  }

  .list-cmp03 .data {
    width: 100%;
  }

  .application h3 {
    font-size: 26px;
  }
}

.application .b-g-g {
  margin: 50px 0;
  padding: 30px;
  background: #fcfcfc;
}

@media only screen and (max-width: 599px) {
  .application .b-g-g {
    padding: 10px;
  }
}

.contact .flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.toggle-text .inner{
      display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.qrbox{
  width: 45%;
}

.contact .become {
  width: 100%;
  padding: 20px;
  /* padding-bottom: 100px; */
  display: inline-block;
}

.contact .become .qr {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -20px;
}

.contact .become h3 {
  width: 50%;
}

.contact .become.web {
  border: 1px solid #ff9900;
}

.contact .become.line {
  border: 1px solid #00c000;
}

.contact .become .img {
  transform: translateY(-55px);
  -webkit-transform: translateY(-55px);
}

.contact .become.web h3 {
  border: none;
  width: 50%;
  color: #fff;
  background-color: #ff9900;
 /*  margin-top: -30px; */
}

.contact .become.line h3 {
  border: none;
  width: 50%;
  color: #fff;
  background-color: #00c000;
  /* margin-top: -30px; */
}

.contact .dotbox h4 {
  font-family: 'Noto Serif JP', serif;
  color: #0A2C66;
  margin-bottom: 10px;
  font-size: 18px;
}

.contact .become .text {
  color: #8C8C8C;
  width: 96%;
  margin-bottom: 50px;
  padding-top: 40px;
}

.contact .become .text.new {
  margin-bottom: 20px;
}

.contact .become .text.che {
  color: #0A2C66;
  margin-bottom: 0px;
  padding-top: 10px;
}

.contact .check .che {
  left: 0;
}

.line-boxb {
  font-size: 16px;
  background: #00c000;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin: 30px 0;
}

.contact .become.line .text {
  padding-top: 0;
}

.telcon .ttl {
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  color: #0F3D81;
  padding: 10px;
  width: 30%;
  margin: 0 auto 50px;
  border: 1px solid #0F3D81;
  background: #fff;
  z-index: 1;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  max-width: 380px;
}

.telcon .b-r {
  border: none;
  background: #0a2c66;
  padding: 50px;
}

.telcon.area.bt100 {
  padding-bottom: 0;
}

#form.b-gc-g {
  background-color: #fbfbfb;
  padding: 50px 0;
}

@media only screen and (max-width: 599px) {
  .qrbox {
    width: 100%;
}
  .contact .become {
    width: 100%;
  }

  .contact .become.web {
    margin-bottom: 70px;
  }

  .line-boxb {
    text-align: left;
  }

  .contact .become .text.new {
    padding-top: 0;
  }

  .contact.area.tbb {
    padding-top: 70px;
  }

  .telcon .ttl {
    width: 70%;
  }

  .telcon.area.bt100 {
    margin-top: 80px;
  }

  #form.b-gc-g {
    padding: 50px 0;
  }
}

.con-mbtn a {
  margin: 50px auto;
  padding: 20px;
  width: 250px;
  border: none;
  border-radius: 5px;
  background: #0f3d81;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: block;
  box-sizing: border-box;
  border: 1px solid #0f3d81;
}

.con-mbtn a:hover {
  background: #fff;
  color: #0f3d81;
  border: 1px solid #0f3d81;
  box-sizing: border-box;
}
.line-web-btn{
  position: relative;
  cursor: pointer;

}
/* .line-web-btn:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  color: #000;
  content: '+';
  text-align: center;
  font-size: 30px;
  line-height: 26px;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
}
.line-web-btn.is-parent:after {
  content: '−';
  line-height: 25px;
} */
.accordion_inner{
  display: none;
  padding-top: 50px;
} 
.heart{
  position: relative;
}
.heart .text1,
.heart .text3,
.heart .text5,
.heart .text7{
     margin: 10px 20px;
    padding: 20px;
    width: 211px;
    height: 77px;
    background: #0f3d81;
    color: #fff;
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
        -webkit-filter: drop-shadow(7px 7px 0px #dcc59f);
    filter: drop-shadow(7px 7px 0px #dcc59f);
    transform: translateZ(0);
    border-radius: 10px;
}
.heart .text2,
.heart .text4,
.heart .text6,
.heart .text8{
       margin: 10px 20px;
    padding: 20px;
    width: 211px;
    height: 77px;
    background: #78b9d1;
    color: #fff;
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
        -webkit-filter: drop-shadow(7px 7px 0px #dcc59f);
    filter: drop-shadow(7px 7px 0px #dcc59f);
    transform: translateZ(0);
    border-radius: 10px;
}
.heart .text1{
  top: 5%;
  left: 15%;
}
.heart .text4{
  bottom: 5%;
  left: 15%;
}
.heart .text2{
  top: 28%;
  left: 0%;
}
.heart .text3{
  bottom: 28%;
  left: 0%;
}

.heart .text5{
  top: 5%;
  right: 15%;
}
.heart .text8{
  bottom: 5%;
  right: 15%;
}
.heart .text6{
  top: 28%;
  right: 0%;
}
.heart .text7{
  bottom: 28%;
  right: 0%;
}
@media only screen and (max-width: 1024px) {
  .heart .text1,
.heart .text3,
.heart .text5,
.heart .text7,
.heart .text2,
.heart .text4,
.heart .text6,
.heart .text8{
          height: 53px;
    width: 155px;
}
}
@media only screen and (max-width: 599px){
  .heart .text1,
.heart .text3,
.heart .text5,
.heart .text7,
.heart .text2,
.heart .text4,
.heart .text6,
.heart .text8{
height: 45px;
    width: 110px;
    font-size: 14px;
    padding: 0;
}
.heart .text1{
  top: -10%;
  left: 0%;
}
.heart .text4{
  bottom: -10%;
  left: 0%;
}
.heart .text2{
  top: 20%;
  left: -5%;
}
.heart .text3{
  bottom: 20%;
  left: -5%;
}

.heart .text5{
  top: -10%;
 right: 0%;
}
.heart .text8{
  bottom: -10%;
  right: 0%;
}
.heart .text6{
  top: 20%;
  right: -5%;
}
.heart .text7{
  bottom: 20%;
  right: -5%;
}
}
.clip1{
  /* clip-path: polygon(30% 0, 72% 0, 100% 100%, 0% 100%); */
      clip-path: polygon(30% 0, 72% 0%, 1000% 104%, 0% 104%);
}
.clip2{
/*   clip-path: polygon(10% 0%, 93% 0%, 66% 100%, 38% 100%); */
    clip-path: polygon(0% 0%, 104% 0%, 79% 103%, 28% 113%);
}
.back-text {
      max-width: 100%;
      min-width: 120px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    background: #0a2c66;
    transform: skew(-14deg, 0deg) translate(100%, 0);
    padding: 0em 2em;
    min-height: 100%;
        display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    -webkit-filter: drop-shadow(7px 7px 0px #b0bed1);
    filter: drop-shadow(7px 7px 0px #b0bed1);
}
.back-text ul{
  transform: skew(14deg, 0deg);
}
.hov.new .back-text{
      transform: skew(14deg, 0deg) translate(100%, 0);
}
.hov.new .back-text ul{
  transform: skew(-14deg, 0deg);
}
.hov{
  position: relative;
}

.back-text li i{
   padding-left: 10px;
}
.blog-news h2 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
    padding: 0.5em;
    border-bottom: 1px solid #ccc;
}
.blog-news h3 {
   font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    padding: 0.5em 1em;
    background-color: #0a2c66;
}
.blog-news h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
@media (max-width: 599px){
  .up-order-n1\@sp{
        margin-right: auto;
  }
  .up-d-contents\@sp{
    display:contents;
  }
  .back-text {
    font-size: 12px;
  }
  .checkbox .actual_object_error_wrapper{
        display: flex;
    flex-direction: column;
  }
}

.faqflex{
  display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.faqflex .side{
      width: 300px;
}

[data-element-id].sb-cb{
  position: absolute;
}
[data-element-id].gnav .list02{
  visibility: visible;
    opacity: 1;
}
[data-element-id].top-treatments.area{
  margin-top: 230px;
}
[data-element-id].totop{
  position: absolute;
      right: 140px;
          bottom: 110px;
}
[data-element-id].header{
      padding: 660px 0 0;
}
[data-element-id].gnav{
      position: relative;
      top: -590px;
}
[data-element-id].symptom dd,
[data-element-id].toggle-text{
  display: block;
}
[data-element-id].sb-cb .line a,
[data-element-id].sb-cb .web a{
  pointer-events: none;
}
[data-element-id].list01 .up-d-none{
  display: block;
  border: solid 1px #000;
  top: -100px;
}
[data-element-id].list01 .up-d-none a:before{
  content: "スマホ時のみ表示";
  display: block;
  position: relative;
  z-index: 2;
  font-size: 12px;
  color: #fff;
  background: #000;
}
[data-element-id].sp_bottom{
  display: flex;
}
[data-element-id].spon{
   border: solid 1px #000;
}
[data-element-id].spon:before{
  content: "スマホ時のみ表示";
  display: block;
  position: relative;
  z-index: 2;
  font-size: 12px;
  color: #fff;
  background: #000;
      text-align: center;
}
[data-element-id].fead-order>* {
  opacity: 1;
}
#instafeed li::marker,
#instafeed li{
  list-style-type:none;
}
.insta{
      flex-wrap: wrap;
}
.container{
  position: relative;
}
.container .sliders img,
.container .thumbnail img{
    width: 100%;
  height: 100%;
  /*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.sliders{
      top: 0;
    left: 0;
    -webkit-clip-path: polygon(60% 0, 100% 25%, 100% 65%, 60% 100%, 0 100%, 0 0);
    clip-path: polygon(60% 0, 100% 25%, 100% 65%, 60% 100%, 0 100%, 0 0);
    width: 45%;
}
.sliders .slick-track{
  height: 690px;
}
.thumbnail{
  position: absolute;
    bottom: 0;
    right: 0;
    top: initial;
    left: initial;
    width: 20%;
    -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 40% 100%, 0 80%, 0 20%);
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 40% 100%, 0 80%, 0 20%);
}
.thumbnail .slick-track{
  height: 460px;
}
.slidertext{
      width: 55%;
    margin: auto;
    margin-left: 45%;
    position: absolute;
    top: 5%;
    z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .thumbnail{
        bottom: initial;
    right: 0;
    top: 70px;
    left: initial;
    width: 50%;
  }
  .sliders .slick-track{
     height: 350px;
}
.thumbnail .slick-track{
  height: 300px;
}
}
@media only screen and (max-width: 599px) {
  .sliders{
        -webkit-clip-path: polygon(60% 0, 100% 20%, 100% 80%, 60% 100%, 0 100%, 0 0);
    clip-path: polygon(60% 0, 100% 20%, 100% 80%, 60% 100%, 0 100%, 0 0);
        width: 48%;
  }
  .thumbnail{
            position: relative;
    height: 260px;
    top: 90px;
  }
  .container{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .thumbnail .slick-track{
    height: 260px;
  }
  .slidertext {
    width: 92%;
    top: 0%;
    position: static;
    margin: 15px auto;
}
}
.down {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0%;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    font-weight: 900;
    text-indent: 0em;
    padding-left: 0em;
}
.open .down {
    -webkit-transform: rotate(180deg) translate(0, 50%);
    transform: rotate(180deg) translate(0, 50%);
    -webkit-transition: .4s ease;
    transition: .4s ease;
    top: 50%;
}
.faqcategory .datawrap{
      display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.faqcategory .datawrap .data{
      margin-bottom: 15px;
    width: 30%;
    font-size: 14px;
}
.faqcategory .list{
    margin-bottom: 70px;
    border: 1px solid #BA8B40;
    padding: 30px 0;
    padding-top: 0;
    border-radius: 15px;
}
.faqcategory .img{
      text-align: center;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    width: 30%;
    margin: auto;
}
.faqcat{
    margin-left: 80px;
    color: #0A2C66;
    font-weight: 500;
    font-size: 16px;
    border: solid 2px;
    display: inline-block;
    padding: 0px 15px;
    border-radius: 5px;
}
@media only screen and (max-width: 599px) {
  .faqcat{
    margin-left: 55px;
  }
  .faqcategory .datawrap {
    display: flex;
    justify-content: flex-start;
}
.faqcategory .datawrap .data {
    margin-bottom: 15px;
    width: 50%;
}
}
.etc{
  display: inline-block;
}
.etc:before{
  content: "("
}
.etc:after{
  content: ")"
}
[data-element-id].up-d-none{
  display: block;
}

[data-element-id].sac2 a{
      bottom: 115px;
}
[data-element-id].top-treatments.up-d-none .inner{
  border: solid 1px #000;
  position: relative;
}
[data-element-id].sac2 a:before,
[data-element-id].top-treatments.up-d-none .inner:before{
 content: "スマホ時のみ表示";
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 12px;
    color: #fff;
    background: #000;
    text-align: center;
    width: 100px;
    top: -20px;
}
[data-element-id].sliders{
    height: 690px;
}
[data-element-id].thumbnail{
  height: 460px;
}
[data-element-id].accordion_inner{
  display: block;
}

/*Ubie*/
.line.ubie {
  margin-top: 10px;
}
.line.ubie a {
  background: #0a2c66;
  height: 150px;
  padding: 25px;
}
.sb-cb.ab .line.ubie a {
  background: #2cb0ec;
}
.ubie-sp {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .ubie-sp {
    display: block;
    position: fixed;
    left: 10px;
    bottom: 110px;
    z-index: 999;
  }
  .ubie-sp a {
    display: block;
    height: 83px;
    width: 83px;
    border-radius: 50%;
    background: #ba8b40;
    color: #fff;
    padding: 12px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 599px) {
  .ubie-sp {
    bottom: 130px;
    left: 15px;
  }
  .ubie-sp a {
    width: 70px;
    height: 70px;
    padding: 15px;
    font-size: 16px;
    line-height: 1.3;
  }
}

.ai-chat{
  right: 130px;
    width: 140px;
    border: none;
    bottom: 67px;
}


@media only screen and (max-width: 599px) {
.ai-chat {
    right: 80px;
    width: 80px;
    border: none;
    bottom: 120px;
}
}
