@charset "UTF-8";
/*
Theme Name: 江戸Style
Description: 江戸Style　テンプレート
Version: 1.0
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
@font-face {
  font-family: "Shippori Mincho", serif;
  src: local("Shippori Mincho Regular");
  font-weight: 400;
}
@font-face {
  font-family: "Shippori Mincho", serif;
  src: local("Shippori Mincho Medium");
  font-weight: 500;
}
@font-face {
  font-family: "Shippori Mincho", serif;
  src: local("Shippori Mincho SemiBold");
  font-weight: 600;
}
@font-face {
  font-family: "Shippori Mincho", serif;
  src: local("Shippori Mincho Bold");
  font-weight: 700;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic ExtraBold");
  font-weight: 800;
}
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
html:focus {
  outline: none;
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #242424;
}

main {
  display: block;
  overflow: hidden;
}

address {
  font-style: normal;
}

.fontSerif {
  font-family: "Shippori Mincho", serif;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

.alert {
  color: #BA160A;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.main-color {
  color: #0ABAB5;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spmt20 {
    margin-top: 20px;
  }
}
/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in 0.1s;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in 0.1s;
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: 1170px;
  }
  .container._max1440 {
    max-width: 1440px;
    padding: 0 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 970px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .container._max1040 {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 750px;
  }
}

/* ----------------------------------- */
/* clearfix
/* ----------------------------------- */
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after {
  clear: both;
}

/* ----------------------------------- */
/* フォントサイズ・余白 */
/* ----------------------------------- */
.fs10 {
  font-size: 10px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs32 {
  font-size: 32px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.w10p {
  width: 10% !important;
}

.w20p {
  width: 20% !important;
}

.w30p {
  width: 30% !important;
}

.w40p {
  width: 40% !important;
}

.w50p {
  width: 50% !important;
}

.w60p {
  width: 60% !important;
}

.w70p {
  width: 70% !important;
}

.w80p {
  width: 80% !important;
}

.w90p {
  width: 90% !important;
}

.w100p {
  width: 100% !important;
}

/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  color: #242424;
  text-decoration: underline;
  transition: all ease 0.3s;
}
@media print, screen and (min-width: 768px) {
  a:hover, a:focus {
    color: #242424;
    text-decoration: none;
    transition: all ease 0.3s;
  }
  a:focus, a:active, a:hover {
    outline: 0;
    text-decoration: none;
  }
}

/* ----------------------------------- */
/* 配置 */
/* ----------------------------------- */
.alignnone {
  max-width: 100%;
}

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
img.alignleft {
  margin: 0 20px 20px 0;
}
blockquote.alignright,
img.alignright {
  margin: 0 0 20px 20px;
}
blockquote.aligncenter,
img.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 20px;
}

/* ----------------------------------- */
/* イメージ */
/* ----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
img[class*=align], img[class*=wp-image-], img[class*=attachment-] {
  height: auto;
}
img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 30px;
}
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px !important;
}

/* ----------------------------------- */
/* ギャラリー */
/* ----------------------------------- */
.gallery {
  margin: 30px 0;
}
.gallery .gallery-item {
  display: inline-block;
  padding: 0 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0 0 15px;
}
.gallery .gallery-item .gallery-icon img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  border: none !important;
}
.gallery .gallery-item .gallery-caption {
  color: #707070;
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  padding: 0.5em 0 0;
  margin: 0;
}
.gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
/* ----------------------------------- */
/* キャプション */
/* ----------------------------------- */
.wp-caption {
  max-width: 100%;
  margin: 0;
}
.wp-caption img {
  border-color: none;
}

/* ----------------------------------- */
/* ボタン */
/* ----------------------------------- */
.btnWrap {
  margin: 40px 0 0;
}
.btnWrap.center {
  text-align: center;
}

.btn {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  line-height: 1.5;
  touch-action: manipulation;
  text-decoration: none;
  transition: 0.3s ease-in;
  user-select: none;
  position: relative;
  max-width: 300px;
  border-radius: 40px;
  border: 2px solid #fff;
  color: #fff;
  background: #242424;
  font-weight: 700;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.btn.reverse {
  color: #0ABAB5;
  background: #fff;
}
.btn.arrow, .btn.arrowReverse {
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2));
}
.btn.arrow:after, .btn.arrowReverse:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-size: 8px 10px;
  background-position: center;
  transition: 0.3s ease-in;
}
.btn.arrow:after {
  background: url("images/common/btn-arrow.svg") no-repeat;
}
.btn.arrowReverse {
  color: #0ABAB5 !important;
  background: #fff;
}
.btn.arrowReverse:after {
  background: url("images/common/btn-arrow_b.svg") no-repeat;
}
.btn.arrowBlank {
  color: #0ABAB5 !important;
  background: #fff;
}
.btn.arrowBlank:after {
  background: url("images/common/btn-arrow_tb.svg") no-repeat;
  width: 15px;
  height: 15px;
}
.btn.btnFull {
  max-width: none;
}
.btn.btnLeft {
  margin-left: 0;
  margin-right: 0;
}
.btn.btnRight {
  margin-left: auto;
  margin-right: 0;
}
.btn.btnCenter {
  margin: 0 auto;
}
.btn.type2 {
  background: #0ABAB5;
  color: #fff;
}
.btn.type2:after {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .btn:hover, .btn:focus {
    color: #fff !important;
    background: #0ABAB5;
  }
  .btn.reverse:hover, .btn.reverse:focus {
    color: #fff !important;
    background: #0ABAB5;
  }
  .btn.arrowReverse {
    border: 2px solid #0ABAB5;
  }
  .btn.arrowReverse:hover, .btn.arrowReverse:focus {
    color: #fff !important;
    background: #0ABAB5;
    border: 2px solid #fff;
  }
  .btn.arrowReverse:hover:after, .btn.arrowReverse:focus:after {
    background: url("images/common/btn-arrow.svg") no-repeat;
    background-size: 8px 10px;
    background-position: center;
  }
  .btn.arrowBlank:hover, .btn.arrowBlank:focus {
    color: #fff !important;
    background: #0ABAB5;
  }
  .btn.arrowBlank:hover:after, .btn.arrowBlank:focus:after {
    background: url("images/common/btn-arrow_tb2.svg") no-repeat;
  }
  .btn.max600 {
    max-width: 600px;
    height: 84px;
    font-size: 22px;
    margin-top: 40px;
  }
  .btn.type2:hover {
    background: #0ABAB5;
    border-color: #0ABAB5;
    color: #fff;
  }
  .btn.type2:hover:after {
    color: #fff;
  }
}

.txt-btn {
  color: #0ABAB5;
  font-size: 14px;
  margin-top: auto;
  margin-bottom: 0;
  padding-right: 70px;
  position: relative;
  border-bottom: 1px solid #0ABAB5;
  padding-bottom: 7.5px;
  text-decoration: none;
}
.txt-btn::after {
  content: "";
  background: url("images/common/arrow_type2.svg") no-repeat center/16px 12px;
  width: 16px;
  height: 12px;
  display: block;
  position: absolute;
  right: 10px;
  top: 3px;
  transition: 0.3s ease-in;
}
@media print, screen and (min-width: 768px) {
  .txt-btn:hover, .txt-btn:focus {
    color: #242424;
    border-bottom: 1px solid #242424;
  }
  .txt-btn:hover::after, .txt-btn:focus::after {
    background: url("images/common/arrow_type2_bk.svg") no-repeat center/16px 12px;
    right: 0;
    transition: 0.3s ease-in;
  }
}

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column1Wrap .columnBox {
  max-width: 780px;
  margin: 0 auto;
}

.column2Wrap {
  display: grid;
  gap: 30px;
}
.column2Wrap.sp140 .columnBox:nth-of-type(-n + 2) {
  margin-top: 0;
}
.column2Wrap.sp140 .columnBox:nth-of-type(odd) {
  flex-basis: 140px;
  max-width: 140px;
}
.column2Wrap.sp140 .columnBox:nth-of-type(even) {
  flex-basis: calc(100% - 160px);
  max-width: calc(100% - 160px);
}
.column2Wrap.sp250 .columnBox:nth-of-type(odd) {
  flex-basis: 250px;
  max-width: 250px;
}
.column2Wrap.sp250 .columnBox:nth-of-type(even) {
  flex-basis: calc(100% - 270px);
  max-width: calc(100% - 270px);
}

.column3Wrap,
.column4Wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.column5Wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.column3Wrap {
  gap: 20px;
}

.column4Wrap {
  gap: 7px;
}

.columnBox img {
  width: 100%;
  max-width: 100%;
}
.columnBox p:last-of-type {
  margin-bottom: 0;
}
.columnBox.square {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.columnBox.square img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-postPage .column2Wrap {
  gap: 0 30px;
}

@media screen and (min-width: 1025px) {
  .column3Wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .column4Wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column3Wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .column4Wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .column2Wrap {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .column2Wrap.pc3_7 {
    grid-template-columns: 300px 1fr;
    gap: 30px;
  }
  .column2Wrap.pc3_7 .columnBox:nth-of-type(odd) {
    grid-column: 1/2;
  }
  .column2Wrap.pc3_7 .columnBox:nth-of-type(even) {
    grid-column: 2/3;
  }
  .column2Wrap.pc3_7 .columnBox.square {
    padding-bottom: 0;
    height: 230px;
  }
  .column2Wrap.pc7_3 {
    grid-template-columns: 1fr 300px;
    gap: 30px;
  }
  .column2Wrap.pc7_3 .columnBox:nth-of-type(odd) {
    grid-column: 1/2;
  }
  .column2Wrap.pc7_3 .columnBox:nth-of-type(even) {
    grid-column: 2/3;
  }
  .column2Wrap.pc7_3 .columnBox.square {
    padding-bottom: 0;
    height: 300px;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
    flex-basis: 140px;
    max-width: 140px;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(even) {
    flex-basis: calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
    flex-basis: 250px;
    max-width: 250px;
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(even) {
    flex-basis: calc(100% - 270px);
    max-width: calc(100% - 270px);
  }
  .column2Wrap .column2Wrap .columnBox {
    flex-basis: calc((100% - 30px * (2 - 1)) / 2);
    max-width: calc((100% - 30px * (2 - 1)) / 2);
  }
}
@media screen and (max-width: 768px) {
  .column2Wrap.countwrap {
    gap: 0;
  }
  .column2Wrap.countwrap .margin-box {
    margin: 20px 0 40px;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column3Wrap {
    gap: 11px;
  }
}
/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header {
  width: 100%;
  position: fixed;
  top: 0;
  transition: ease-in 0.1s;
  z-index: 5;
  height: 98px;
  background-color: #fff;
}
#header #headerCnt {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 60px;
}
#header #headerCnt .logoArea {
  flex-basis: 130px;
  width: 130px;
  height: 100%;
  align-self: center;
}
#header #headerCnt .logoArea h1 {
  margin: 0;
  width: 100%;
  height: 100%;
}
#header #headerCnt .logoArea a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#header #headerCnt .logoArea a .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
#header #headerCnt .logoArea a .logo img {
  width: 130px;
}
#header #headerCnt #headerContact {
  display: inline-flex;
  margin-left: auto;
  height: 100%;
}
#header #headerCnt #headerContact .headerCnt-inr {
  display: block;
}
#header #headerCnt #headerContact .headerCnt-inr .header_item_box {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  height: 50px;
}
#header #headerCnt #headerContact .headerCnt-inr .header_item_box .tel-item {
  display: block;
}
#header #headerCnt #headerContact .headerCnt-inr .header_item_box .tel-item .btn-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 19px 9px;
  text-decoration: none;
  background: #0ABAB5;
  border-radius: 0 0 8px 8px;
  min-height: 50px;
  color: #fff;
}
#header #headerCnt #headerContact .headerCnt-inr .header_item_box .tel-item .btn-box .icon-tel {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  font-family: "IBM Plex Sans JP", sans-serif;
}
#header #headerCnt #headerContact .headerCnt-inr .header_item_box .tel-item .btn-box .icon-tel::before {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: 16px;
}
#header #headerCnt #headerContact .headerCnt-inr .header_item_box .tel-item .btn-box .time-txt {
  font-weight: 500;
}
#header #headerCnt .tel-item {
  display: none;
}
#header .sp-socials_networking {
  display: none;
}
@media screen and (min-width: 1025px) {
  #header #headerCnt {
    max-width: 1440px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #header #headerCnt {
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 850px) {
  #header #headerCnt {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #header {
    height: 80px;
  }
  #header #headerCnt .logoArea {
    flex-basis: 100px;
    width: 100px;
  }
  #header #headerCnt .logoArea a .logo img {
    width: 100px;
  }
  #header #headerCnt #headerContact .headerCnt-inr .header_item_box {
    display: none;
  }
  #header .socials_networking {
    justify-content: flex-end;
    padding-right: 15px;
    padding-top: 8px;
  }
  #header .socials_networking li a img {
    width: 40px;
  }
  #header .sp-socials_networking {
    display: block;
  }
  #header.fixed .sp-socials_networking {
    display: none;
  }
}
#header.fixed {
  transition: ease-in 0.1s;
  background: #fff;
}

/* ---------------------------------------------------------------- */
/* ヘッダーメニュー */
/* ---------------------------------------------------------------- */
/* SPメニュー */
/* ----------------------------------- */
#drawerNaviWrap .drawerNaviBtnWrap {
  width: 34px;
  height: 34px;
  position: relative;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
#drawerNaviWrap .drawerNaviBtnWrap .drawerNaviBtn {
  position: absolute;
  width: 30px;
  height: 12px;
  transition: all 0.5s;
  z-index: 3;
}
#drawerNaviWrap .drawerNaviBtnWrap .drawerNaviBtn:after {
  content: "MENU";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11.8px;
  font-weight: 700;
  color: #242424;
  font-family: "IBM Plex Sans JP", sans-serif;
}
#drawerNaviWrap .drawerNaviBtnWrap .drawerNaviBtn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #242424;
  border-radius: 2px;
  transition: all 0.5s;
}
#drawerNaviWrap .drawerNaviBtnWrap .drawerNaviBtn span:nth-child(1) {
  top: 0;
}
#drawerNaviWrap .drawerNaviBtnWrap .drawerNaviBtn span:nth-child(2) {
  top: 10px;
}
#drawerNaviWrap .drawer-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -375px;
  bottom: 0;
  width: 375px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 999;
  opacity: 0;
}
#drawerNaviWrap .drawer-nav .drawerInner {
  padding: 0;
  padding-top: 15px;
}
#drawerNaviWrap .drawer-nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  margin-bottom: 38px;
}
#drawerNaviWrap .drawer-nav ul li {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
#drawerNaviWrap .drawer-nav ul li a {
  width: 100%;
  min-height: 40px;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  transition-duration: 0.2s;
  font-weight: bold;
  color: #242424;
}
#drawerNaviWrap .drawer-nav ul li.children {
  overflow: hidden;
}
#drawerNaviWrap .drawer-nav ul li.children > a {
  position: relative;
  width: calc(100% - 40px);
}
#drawerNaviWrap .drawer-nav ul li.children .childrenToggle {
  width: 40px;
  height: 40px;
  position: relative;
  top: 0px;
}
#drawerNaviWrap .drawer-nav ul li.children .childrenToggle:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #242424 #242424;
  transform: rotate(-45deg);
  display: block;
  margin: 4px 15px 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu {
  display: none;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu li a {
  min-height: inherit;
  display: block;
  padding: 8px 15px 8px 27px;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu li:last-child {
  border: none;
}
#drawerNaviWrap #overlay {
  display: none;
  transition: all 0.5s;
}
#drawerNaviWrap.open#drawerNaviWrap {
  position: relative;
  right: 125px;
}
#drawerNaviWrap.open .drawerNaviBtnWrap {
  border: none;
  z-index: 10;
  width: 50px;
  height: 50px;
  display: none;
}
#drawerNaviWrap.open .drawerNaviBtnWrap .drawerNaviBtn {
  top: 10px;
  left: 10px;
  margin-left: 0;
}
#drawerNaviWrap.open .drawerNavClose {
  line-height: 1;
  color: #242424;
  position: fixed;
  top: 20px;
  right: 15px;
  width: 36px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
#drawerNaviWrap.open .drawerNavClose span {
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -14px;
  font-size: 40px;
  font-weight: bold;
  line-height: 0.8;
}
#drawerNaviWrap.open .drawerNavClose:after {
  content: "MENU";
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  position: absolute;
  width: 30px;
  color: #242424;
  display: block;
  font-size: 12px;
  font-weight: bold;
  font-family: "IBM Plex Sans JP", sans-serif;
}
#drawerNaviWrap.open .socials_networking {
  justify-content: center;
}
#drawerNaviWrap.open .drawer_information {
  margin: 30px 0;
}
#drawerNaviWrap.open .drawer_information .btn-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #0ABAB5;
  border-radius: 75px;
  height: 80px;
  color: #fff;
  text-decoration: none;
  font-family: "IBM Plex Sans JP", sans-serif;
}
#drawerNaviWrap.open .drawer-nav {
  right: 0;
  opacity: 1;
  background: #fff;
  padding: 0 26px;
}
#drawerNaviWrap.open #overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 11;
}

.fixed #drawerNaviWrap .drawerNaviBtnWrap .drawerNaviBtn:after {
  color: #242424;
}
.fixed #drawerNaviWrap .drawerNaviBtnWrap .drawerNaviBtn span {
  background-color: #242424;
}

/* ----------------------------------- */
/* PCメニュー */
/* ----------------------------------- */
#drawerNaviWrap {
  display: none;
}

#mainNaviArea {
  display: block;
  margin: 0;
  padding: 0;
  height: calc(100% - 50px);
}
#mainNaviArea #mainNavi {
  padding: 0;
  height: 100%;
}
#mainNaviArea #mainNavi ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  height: 100%;
}
#mainNaviArea #mainNavi ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}
#mainNaviArea #mainNavi ul > li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #111111;
  margin: 0;
  font-weight: 700;
  padding: 0;
  text-decoration: none;
  line-height: 1.2;
}
#mainNaviArea #mainNavi ul > li a:hover, #mainNaviArea #mainNavi ul > li a:focus, #mainNaviArea #mainNavi ul > li a:active {
  cursor: pointer;
}
#mainNaviArea #mainNavi ul > li a span {
  flex-basis: 100%;
  font-size: 12px;
}
#mainNaviArea #mainNavi ul > li.children::after {
  content: "";
  background: url(images/common/down_arrow.svg) no-repeat center/8px 4px;
  width: 8px;
  height: 4px;
  margin-left: 8px;
}
#mainNaviArea #mainNavi ul > li.current {
  border-bottom: 2px solid #0ABAB5;
}
#mainNaviArea #mainNavi ul > li ul.sub-menu {
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  z-index: 0;
  padding: 0;
  margin: 0;
  height: 0;
  width: 270px;
  background-color: #0ABAB5;
}
#mainNaviArea #mainNavi ul > li ul.sub-menu li {
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 0;
  width: 100%;
}
#mainNaviArea #mainNavi ul > li ul.sub-menu li.menu-item a {
  color: #242424;
}
#mainNaviArea #mainNavi ul > li ul.sub-menu li.menu-item.current {
  border-bottom: none;
}
#mainNaviArea #mainNavi ul > li ul.sub-menu li a {
  margin: 0;
  opacity: 0;
  padding: 0 10px;
  font-size: 14px;
  display: block;
  position: relative;
  font-weight: 700;
}
#mainNaviArea #mainNavi ul > li:hover, #mainNaviArea #mainNavi ul > li:focus {
  transition: 0.3s ease-in-out;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu {
  z-index: 5;
  height: auto;
  opacity: 1;
  padding: 13px;
  border-radius: 4px;
  background: #0ABAB5;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li {
  min-height: 37px;
  opacity: 1;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li + li, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li + li {
  padding-top: 5px;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a {
  padding: 10px;
  height: 100%;
  opacity: 1;
  display: flex;
  transition: 0.3s ease-in-out;
  justify-content: flex-start !important;
  align-items: center !important;
  background-color: #fff;
  border-radius: 4px;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:hover, #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:focus, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:hover, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:focus {
  background: #fff;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a::before, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a::before {
  content: "";
  width: 8px;
  height: 1px;
  margin-right: 5px;
  background-color: #0ABAB5;
}
#mainNaviArea #mainNavi ul > li.current-menu-item > a {
  color: #E4F7FA !important;
}
#mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a {
  color: #E4F7FA !important;
  background: #fff;
}
#mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a:hover, #mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a:focus {
  color: #E4F7FA !important;
}
#mainNaviArea #mainNavi ul > li.current-menu-parent > ul li.current-menu-item a {
  color: #E4F7FA !important;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  #mainNaviArea #mainNavi ul {
    gap: 0 15px;
  }
  #mainNaviArea #mainNavi ul li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #mainNaviArea {
    display: none;
  }
  #drawerNaviWrap {
    display: block;
  }
}
/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#footer {
  clear: both;
  position: relative;
  padding: 40px 0 145px;
}
#footer .footer_item_wrap .footerCntWrap .footer-company-info {
  line-height: 2;
}
#footer .footer_item_wrap .footerCntWrap .footer-company-info p {
  margin: 0;
}
#footer .footer_item_wrap .footerNaviWrap {
  display: flex;
  gap: 0 40px;
}
#footer .footer_item_wrap .footerNaviWrap .naviBox .footerNavi ul li {
  margin-bottom: 10px;
}
#footer .footer_item_wrap .footerNaviWrap .naviBox .footerNavi ul li > a {
  display: flex;
}
#footer .footer_item_wrap .footerNaviWrap .naviBox .footerNavi ul li > a::before {
  content: "";
  background: url("images/common/btn-arrow_bk.svg") no-repeat center/8px 10px;
  width: 8px;
  height: 10px;
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 6px;
}
#footer .footer_item_wrap .footerNaviWrap .naviBox .footerNavi ul li.t_b a::before {
  content: "";
  background: url("images/common/btn-arrow_tb.svg") no-repeat center/10px 10px;
  width: 10px;
  height: 10px;
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 6px;
}
#footer .footer_item_wrap .footerNaviWrap .naviBox .footerNavi ul li a {
  text-decoration: none;
  font-size: 14px;
}
#footer .footer_item_wrap .footerNaviWrap .naviBox .footerNavi ul li .sub-menu {
  margin-top: 10px;
  padding-left: 1em;
}
#footer .footer_item_wrap .footerLinkWrap {
  width: 300px;
}
#footer .footer_item_wrap .footerLinkWrap .socials_networking {
  margin-top: 30px;
  justify-content: center;
}
#footer .footer_item_wrap .footerLinkWrap .socials_networking li a img {
  width: 40px;
}
#footer #copyright {
  text-align: center;
}
#footer #copyright p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
#footer #copyright .pp_link {
  font-size: 12px;
  margin-bottom: 20px;
  text-decoration: underline;
}
#footer #copyright .pp_link a {
  font-size: 12px;
  margin-bottom: 20px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #footer .footer_item_wrap {
    margin-bottom: 60px;
    text-align: center;
  }
  #footer .footer_item_wrap .footerCntWrap {
    margin-bottom: 37px;
  }
  #footer .footer_item_wrap .footerCntWrap .footer-logo {
    margin-bottom: 20px;
  }
  #footer .footer_item_wrap .footerNaviWrap {
    display: none;
  }
  #footer .footer_item_wrap .footerLinkWrap {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 60px 0 90px;
  }
  #footer .footer_item_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 125px;
    gap: 30px 35px;
  }
  #footer .footer_item_wrap .footerCntWrap {
    display: flex;
    gap: 50px;
  }
}

/* ---------------------------------------------------------------- */
/* コンタクトエリア */
/* ---------------------------------------------------------------- */
#contactArea {
  padding: 68px 0 60px;
  background: url("images/home/bc_contactus.jpg") no-repeat center/cover;
  position: relative;
  color: #fff;
  z-index: 0;
}
#contactArea a {
  text-decoration: none;
}
#contactArea::after {
  content: "CONTACT";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  font-weight: 700;
  font-size: 90px;
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.3);
  text-align: right;
  font-family: "EB Garamond", serif;
  z-index: -1;
}
#contactArea .top-titleh3 {
  margin-bottom: 10px;
}
#contactArea .desc-txt {
  text-align: center;
  margin: 0 0 20px;
}
#contactArea .contact-item {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 0;
}
#contactArea .contact-item .contact-box {
  border: 1px solid #fff;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  padding: 28px 16px;
}
#contactArea .contact-item .contact-box .btn-box {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding-bottom: 16px;
  align-items: center;
  margin-bottom: 16px;
  border-bottom: #fff solid 1px;
}
#contactArea .contact-item .contact-box .btn-box .desc-box {
  font-size: 24px;
  font-weight: 700;
}
#contactArea .contact-item .contact-box .btn-box .desc-box.tel {
  font-family: "IBM Plex Sans JP", sans-serif;
}
#contactArea .contact-item .contact-box .desc-text {
  line-height: 128%;
  margin: 0;
}
#contactArea .contact-item .contact-box .line-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  #contactArea .contact-item .contact-box {
    flex-direction: column;
  }
  #contactArea .contact-item .contact-box .desc-box {
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  #contactArea {
    padding: 120px 0;
  }
  #contactArea .top-titleh3 {
    margin-bottom: 32px;
    font-size: 28px;
  }
  #contactArea .top-titleh3::after {
    background-color: #0ABAB5;
  }
  #contactArea .desc-txt {
    font-size: 22px;
    margin-bottom: 40px;
  }
  #contactArea .contact-item {
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 20px;
  }
  #contactArea .contact-item .contact-box {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 28px 16px;
  }
  #contactArea .contact-item .contact-box .desc-box {
    font-size: 18px;
  }
  #contactArea .contact-item .contact-box .desc-box span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #contactArea::after {
    font-size: 50px;
  }
}

/* ---------------------------------------------------------------- */
/* ページトップ ボタン */
/* ---------------------------------------------------------------- */
#pagetopArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#pagetopArea .footer-desc-txt {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
#pagetopArea .footer-desc-txt .txt {
  margin: 0;
  flex-shrink: 0;
}
#pagetopArea a {
  width: 30px;
  height: 30px;
  display: block;
}
#pagetopArea a::before {
  content: "";
  background: url("images/common/page_top.svg") no-repeat;
  background-size: 30x;
  background-position: center;
  display: block;
  min-width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  #pagetopArea {
    margin-bottom: 70px;
    gap: 45.5px;
  }
  #pagetopArea .footer-desc-txt {
    width: calc(100% - 30px);
  }
  #pagetopArea .footer-desc-txt::after {
    content: "";
    height: 1px;
    width: 100%;
    margin-left: 30.5px;
    background: #EFEFEF;
    display: block;
  }
}

/* ---------------------------------------------------------------- */
/* サイドバー  */
/* ---------------------------------------------------------------- */
#sidebar .widget-area {
  display: none;
}
#sidebar .widget img {
  max-width: 100%;
}

/* ---------------------------------------------------------------- */
/* ページナビ */
/* ---------------------------------------------------------------- */
.wp-pagenavi {
  position: relative;
  text-align: center;
  padding: 0 0;
  margin: 55px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #8D8D8D;
  width: 20px;
  height: 32px;
  padding: 3px 0 0 0;
  text-decoration: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  font-size: 22px;
  font-weight: bold;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
  opacity: 0.8;
}
.wp-pagenavi span.current {
  color: #333;
  border-bottom: 1px solid #0ABAB5;
}
.wp-pagenavi .last,
.wp-pagenavi .first {
  width: auto;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  font-size: 20px;
  color: #0ABAB5;
  background: none;
  border: none;
}
.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus {
  background: none;
  border: none;
}

/* ---------------------------------------------------------------- */
/* CTA固定ボタン */
/* ---------------------------------------------------------------- */
#fixedBtnPc ul,
#fixedBtnSp ul {
  margin: 0;
  padding: 0;
}
#fixedBtnPc ul li,
#fixedBtnSp ul li {
  list-style: none;
}

#fixedBtnPc {
  position: fixed;
  right: 0;
  top: 195px;
  z-index: 5;
  width: 50px;
}
#fixedBtnPc ul {
  writing-mode: vertical-rl;
  display: flex;
  gap: 10px;
}
#fixedBtnPc ul li a {
  border-radius: 4px 0 0 4px;
  width: 50px;
  padding: 13px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
#fixedBtnPc ul li a.mail {
  background: #0ABAB5;
  border: 1px solid #0ABAB5;
}
#fixedBtnPc ul li a.qa {
  background: #099F9A;
  border: 1px solid #099F9A;
  color: #fff;
}
#fixedBtnPc ul li a.line {
  background: #06C755;
  border: 1px solid #06C755;
}
#fixedBtnPc ul li a.line::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("images/common/icon-line_w.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  display: inline-block;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  #fixedBtnPc {
    display: none;
  }
}

#fixedBtnSpArea {
  width: 100%;
  opacity: 0;
  z-index: 4;
  position: fixed;
  bottom: -60px;
  transition: 0.6s;
  background-color: #099F9A;
}
#fixedBtnSpArea.fixed {
  opacity: 1;
  transition: 0.6s;
  bottom: 0;
}
#fixedBtnSpArea #fixedBtnSp {
  display: none !important;
}
#fixedBtnSpArea #fixedBtnSp ul {
  margin: 0;
  padding: 0;
  height: 60px;
  width: 100%;
  overflow: hidden;
  display: flex;
}
#fixedBtnSpArea #fixedBtnSp ul li {
  list-style: none;
  flex-basis: 100%;
}
#fixedBtnSpArea #fixedBtnSp ul li a {
  display: flex;
  font-family: "IBM Plex Sans JP", sans-serif;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: center 10px;
  padding: 11px 5px 6px;
  position: relative;
}
#fixedBtnSpArea #fixedBtnSp ul li a::before {
  position: absolute;
  top: 11px;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
}
#fixedBtnSpArea #fixedBtnSp ul li a.line {
  background-color: #06C755;
}
#fixedBtnSpArea #fixedBtnSp ul li a.line::before {
  background-image: url("images/common/icon-line_w.svg");
}
#fixedBtnSpArea #fixedBtnSp ul li a.mail {
  padding: 14px 15px 6px;
  background-color: #0ABAB5;
}
#fixedBtnSpArea #fixedBtnSp ul li a.mail::before {
  background-image: url("images/common/icon-mail.svg");
}
#fixedBtnSpArea #fixedBtnSp ul li a.house {
  background-color: #BA0D0A;
}
#fixedBtnSpArea #fixedBtnSp ul li a.house::before {
  background-image: url("images/common/home_icon.svg");
}
#fixedBtnSpArea #fixedBtnSp ul li a.tel {
  background-color: #099F9A;
}
#fixedBtnSpArea #fixedBtnSp ul li a.tel::before {
  background-image: url("images/common/icon-tel_w.svg");
}
@media screen and (max-width: 768px) {
  #fixedBtnSpArea #fixedBtnSp {
    display: block !important;
  }
}

/* ---------------------------------------------------------------- */
/* タブ切り替え  */
/* ---------------------------------------------------------------- */
.tab-wrap.type1 .tab-area {
  display: flex;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 25px;
}
.tab-wrap.type1 .tab-area .tab-btn {
  font-size: 12px;
  font-weight: 500;
  padding: 0 16.5px 7.5px;
  cursor: pointer;
}
.tab-wrap.type1 .tab-area .tab-btn.show {
  color: #0ABAB5;
  border-bottom: 1px solid #0ABAB5;
}
@media screen and (max-width: 768px) {
  .tab-wrap.type1 .tab-area {
    justify-content: space-between;
  }
  .tab-wrap.type1 .tab-area .tab-btn {
    padding: 0 4.5px 7.5px;
  }
}

.tab-contents {
  display: none;
}

.tab-contents.show {
  display: block;
}

/* ---------------------------------------------------------------- */
/* スライダー共通  */
/* ---------------------------------------------------------------- */
.prev-nextWrap {
  width: 72px;
  display: flex;
  position: absolute;
  top: 23px;
  right: 0;
}

.swiper-button-prev,
.swiper-button-next {
  background-size: cover;
}

.swiper-button-prev {
  background-image: url("images/common/btn_prev.svg");
}

.swiper-button-next {
  background-image: url("images/common/btn_next.svg");
}

.swiper-button-prev._type1,
.swiper-button-next._type1 {
  width: 36px;
  height: 36px;
  position: initial;
  background-size: 36px;
  opacity: 1;
}

.swiper-button-prev._type2,
.swiper-button-next._type2 {
  width: 60px;
  height: 60px;
  border-radius: 9px;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev._type2,
  .swiper-button-next._type2 {
    width: 36px;
    height: 36px;
    border-radius: 6px;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  background: #242424;
  opacity: 1;
  width: 6px;
  height: 6px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #0ABAB5;
}

/* ---------------------------------------------------------------- */
/* メインスライダー  */
/* ---------------------------------------------------------------- */
#sliderArea {
  position: relative;
  height: 100vh;
}
#sliderArea .container {
  height: 100%;
}
#sliderArea .cc-txt-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
#sliderArea .cc-txt-wrap .cc-txt {
  color: #242424;
  font-size: 28px;
  margin: 0 0 18px;
  font-weight: 700;
  line-height: 116%;
  letter-spacing: 8%;
}
#sliderArea .cc-txt-wrap .cc-txt.big {
  font-size: 104px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 22px;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: #0ABAB5 solid 1px;
}
#sliderArea .cc-txt-wrap .cc-txt.big span {
  font-size: 80px;
  letter-spacing: -11%;
}
#sliderArea .cc-txt-wrap .cc-txt.cc-txt2 {
  font-size: 40px;
  line-height: 100%;
  margin: 0 0 32px;
  letter-spacing: 0;
}
#sliderArea .cc-txt-wrap .cc-txt.cc-txt3 {
  font-size: 21px;
  line-height: 170%;
  margin: 0 0 48px;
  letter-spacing: 0;
}
#sliderArea .cc-txt-wrap .btnwrap .btn {
  width: 300px;
}
#sliderArea .fv-bottom-wrap {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(images/home/fv-illust_nami.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: clamp(1269px, 100vw, 1920px) auto;
}
#sliderArea .fv-bottom-wrap .fv-bottom-img1 {
  position: absolute;
  left: 33%;
  bottom: 7px;
  z-index: 2;
}
#sliderArea .fv-bottom-wrap .fv-bottom-img1 img {
  width: 255px;
  height: auto;
}
#sliderArea .fv-bottom-wrap .fv-bottom-img2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#sliderArea .fv-bottom-wrap .fv-bottom-img2 img {
  width: 487px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #sliderArea .cc-txt-wrap .cc-txt {
    font-size: 24px;
  }
  #sliderArea .cc-txt-wrap .cc-txt.big {
    font-size: 80px;
  }
  #sliderArea .cc-txt-wrap .cc-txt.big span {
    font-size: 60px;
  }
  #sliderArea .cc-txt-wrap .cc-txt.cc-txt2 {
    font-size: 36px;
  }
  #sliderArea .cc-txt-wrap .cc-txt.cc-txt3 {
    font-size: 18px;
  }
  #sliderArea .fv-bottom-wrap .fv-bottom-img1 img {
    width: 200px;
  }
  #sliderArea .fv-bottom-wrap .fv-bottom-img2 img {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  #sliderArea {
    padding-top: 160px;
    height: 820px;
  }
  #sliderArea .cc-txt-wrap {
    padding-top: 0;
    display: block;
  }
  #sliderArea .cc-txt-wrap .cc-txt {
    font-size: 14px;
    margin: 0 0 14px;
  }
  #sliderArea .cc-txt-wrap .cc-txt.big {
    font-size: 56px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 16px;
  }
  #sliderArea .cc-txt-wrap .cc-txt.big span {
    font-size: 40px;
  }
  #sliderArea .cc-txt-wrap .cc-txt.cc-txt2 {
    font-size: 28px;
    margin: 0 0 24px;
  }
  #sliderArea .cc-txt-wrap .cc-txt.cc-txt3 {
    font-size: 12px;
  }
  #sliderArea .cc-txt-wrap .btnwrap .btn {
    width: 240px;
  }
  #sliderArea .fv-bottom-wrap .fv-bottom-img1 {
    bottom: 15px;
    left: 16%;
  }
  #sliderArea .fv-bottom-wrap .fv-bottom-img1 img {
    width: 130px;
  }
  #sliderArea .fv-bottom-wrap .fv-bottom-img2 img {
    width: 200px;
  }
}

/* ---------------------------------------------------------------- */
/* 物件紹介スライダー  */
/* ---------------------------------------------------------------- */
.swiperTop-btn {
  margin-top: -46px;
}
.swiperTop-btn .swiper-container {
  padding-top: 47px;
}
@media screen and (max-width: 768px) {
  .swiperTop-btn .swiper-container {
    padding-top: 70px;
  }
}

/* ---------------------------------------------------------------- */
/* 共通パーツ */
/* ---------------------------------------------------------------- */
.socials_networking {
  display: flex;
  align-items: center;
  gap: 24px 15px;
}
.socials_networking li a {
  display: flex;
  align-items: center;
}
.socials_networking._center {
  justify-content: center;
}
.socials_networking._column {
  flex-direction: column;
}

.icon-map {
  display: flex;
  align-items: flex-start;
}
.icon-map::before {
  content: "";
  min-width: 10px;
  height: 14px;
  background: url("images/common/icon-map.svg") no-repeat center/10px 14px;
  margin-top: 4px;
  margin-right: 10px;
  flex-shrink: 0;
}

.icon-tel {
  display: flex;
  align-items: center;
  font-size: 28px;
  line-height: 1.2;
}
.icon-tel::before {
  content: "";
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  background: url("images/common/icon-tel_w.svg") no-repeat center;
  background-size: 24px;
  margin-right: 10px;
}
.icon-tel._black {
  color: #242424;
}
.icon-tel._black::before {
  background: url("images/common/icon-tel_b.svg") no-repeat center;
}

.br4,
.br8,
.br12 {
  overflow: hidden;
}

.br4 {
  border-radius: 4px;
}

.br8 {
  border-radius: 8px;
}
.br8 img {
  width: 100%;
}

.br12 {
  border-radius: 12px;
}

.bc_color {
  background-color: #111111;
  padding: 40px 23px;
}
.bc_color .column2Wrap,
.bc_color .column3Wrap,
.bc_color .column4Wrap {
  margin-bottom: 0;
}

.bc_color {
  background-color: #F8F8F8;
}

.bc_color_2 {
  background-color: #E4F7FA;
}

.bc_color_3 {
  background-color: rgba(209, 52, 78, 0.1);
}

.bc_color_full {
  position: relative;
}
.bc_color_full::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f5f2eb;
  margin: 0 calc(50% - 50vw);
  padding: 4px calc(50vw - 50% + 8px);
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
}

.blu-border-box {
  border: 1px solid #0ABAB5;
  padding: 20px 15px;
}
.blu-border-box p:last-child {
  margin-bottom: 0;
}

.countwrap {
  counter-reset: number 0;
}

.count-item::before {
  counter-increment: number 1;
  content: "" counter(number, decimal-leading-zero) "";
}
.count-item.promise::before {
  content: "Promise " counter(number, decimal-leading-zero) "";
}
.count-item.reason::before {
  content: "Reason " counter(number, decimal-leading-zero) "";
}

.pc-pd90 {
  padding: 90px 0;
}

.shadow {
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2));
}

.scroll-box {
  height: 300px;
  overflow-y: scroll;
  padding: 15px;
  background-color: #F3F3F3;
}

.scroll_bar::-webkit-scrollbar {
  width: 7px;
}

.scroll_bar::-webkit-scrollbar-track {
  box-shadow: 0 0 5px #fff inset;
  border-radius: 5px;
}

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: #777;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .icon-tel {
    font-size: 34px;
  }
  .icon-tel::before {
    height: 32px;
    background-size: 32px;
    transition: all ease 0.3s;
  }
  .bc_color_sub {
    padding: 40px;
  }
  .blu-border-box {
    padding: 20px;
  }
}
/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
.top-titlebox {
  margin-bottom: 40px;
}

.top-titleh2 {
  font-size: 18px;
  display: flex;
  font-weight: 500;
  line-height: 100%;
  margin-top: 0;
  transform: rotate(0.03deg);
}
.top-titleh2::before {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
  background-image: url("images/common/icon-circle.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  margin: 0 10px 0 0;
}
.top-titleh2.white {
  color: #fff;
}

.top-titleh3 {
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 128%;
  margin: 0;
  font-weight: 500;
  transform: rotate(0.03deg);
}
.top-titleh3.white {
  color: #fff;
}
.top-titleh3.center {
  text-align: center;
}
.top-titleh3.bottom-line::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #fff;
  display: block;
  margin-top: 20px;
}
.top-titleh3.center.bottom-line::after {
  margin: 18px auto 0;
}

.top-titleh4 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 22px;
  line-height: 1.2;
  font-weight: 500;
  transform: rotate(0.03deg);
}
.top-titleh4.white {
  color: #fff;
}
.top-titleh4::before {
  content: "";
  width: 40px;
  height: 3px;
  background: #0ABAB5;
  display: block;
  margin-bottom: 17px;
}

.bc-wrap {
  background: url("images/home/bc_contactus.jpg") no-repeat center/cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.bc-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 75, 75, 0.9);
  z-index: -1;
}
.bc-wrap::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  z-index: 1;
  display: block;
}

@media screen and (min-width: 768px) {
  .top-titleh3 {
    font-size: 32px;
  }
  .top-titleh3.center.bottom-line::after {
    margin: 20px auto 0;
  }
  .top-titleh4 {
    font-size: 22px;
    margin-bottom: 27px;
  }
  .about_text {
    line-height: 160%;
  }
}
#indexPage a {
  text-decoration: none;
}
#indexPage #aboutArea {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  z-index: 0;
  background-color: #fff;
}
#indexPage #aboutArea .top-titleh2 {
  margin-bottom: 20px;
  line-height: 128%;
}
#indexPage #aboutArea .top-titleh3 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 128%;
}
#indexPage #aboutArea .desc-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
#indexPage #aboutArea .desc-wrap .desc-txt {
  margin: 0 0 27px;
}
#indexPage #aboutArea .desc-wrap .desc-txt span {
  font-weight: bold;
}
#indexPage #aboutArea .desc-wrap .img-box {
  text-align: center;
}
#indexPage #aboutArea .desc-wrap .img-box img {
  max-width: 300px;
}
#indexPage #sellArea {
  background: #3C3C3C;
  padding: 60px 0;
  position: relative;
  z-index: 0;
}
#indexPage #sellArea::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(images/home/service_bg_illust.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top right;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#indexPage #sellArea .top-titleh2 {
  margin-bottom: 20px;
}
#indexPage #sellArea .top-titleh3 {
  margin-bottom: 20px;
}
#indexPage #propertyArea {
  margin: 60px 0 30px;
  position: relative;
}
#indexPage #propertyArea::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  background: #F8F8F8;
  width: 100%;
  height: 290px;
  z-index: -1;
}
#indexPage #propertyArea .top-titleh2 {
  margin-bottom: 20px;
}
#indexPage #propertyArea .top-titleh3 {
  margin-bottom: 40px;
}
#indexPage #rentArea {
  padding: 60px 0 90px;
  position: relative;
}
#indexPage #rentArea::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(images/home/rent_illust.png);
  background-repeat: no-repeat;
  background-size: 160px auto;
  background-position: bottom right;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#indexPage #rentArea .top-titleh2 {
  margin-bottom: 20px;
}
#indexPage #rentArea .top-titleh3 {
  margin-bottom: 40px;
}
#indexPage #columnArea {
  padding: 60px 0;
  position: relative;
  background: url("images/home/bc_reform.jpg") no-repeat center/cover;
  z-index: 0;
}
#indexPage #columnArea::after {
  content: "COLUMN";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  font-weight: 700;
  font-size: 50px;
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.3);
  text-align: right;
  font-family: "EB Garamond", serif;
  z-index: -1;
}
#indexPage #columnArea .top-titleh2 {
  margin-bottom: 20px;
}
#indexPage #companyArea {
  padding: 60px 0;
  position: relative;
}
#indexPage #companyArea::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(images/home/about_bg_illust.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#indexPage #companyArea .top-titleh2 {
  margin-bottom: 20px;
}
#indexPage #companyArea .top-titleh3 {
  margin-bottom: 20px;
}
#indexPage #companyArea .companyArea-body {
  display: grid;
  gap: 20px 60px;
}
#indexPage #companyArea .companyArea-body .desc-txt {
  margin: 0;
  line-height: 160%;
  font-weight: 500;
}
#indexPage #companyArea .companyArea-body .int-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px 20px;
}
#indexPage #companyArea .companyArea-body .int-wrap .desc-name-txt {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #indexPage #companyArea .companyArea-body .int-wrap .img-box {
    max-width: 180px;
  }
}
#indexPage #companyArea .btnWrap {
  margin-top: 20px;
}
#indexPage #companyArea .btnWrap .btn {
  margin: 0 auto;
}
#indexPage #newsArea {
  background: #F8F8F8;
  padding: 60px 0;
}
#indexPage #newsArea .top-titleh2 {
  margin-bottom: 30px;
}
#indexPage #strengthsArea {
  background-color: #099F9A;
  padding: 60px 0;
}
#indexPage #strengthsArea .top-titleh2 {
  margin-bottom: 20px;
}
#indexPage #strengthsArea .top-titleh3 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #indexPage #aboutArea {
    padding: 120px 0;
  }
  #indexPage #aboutArea .top-titleh2 {
    line-height: 100%;
  }
  #indexPage #aboutArea .top-titleh3 {
    margin-bottom: 42px;
    font-size: 40px;
    white-space: pre;
  }
  #indexPage #aboutArea .desc-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  #indexPage #aboutArea .desc-wrap .desc-txt {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-bottom: 0;
  }
  #indexPage #aboutArea .desc-wrap .img-box {
    grid-column: 2/3;
    grid-row: 1/3;
    position: relative;
    width: 100%;
    padding-bottom: 79%;
  }
  #indexPage #aboutArea .desc-wrap .img-box img {
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #indexPage #aboutArea .desc-wrap .btnWrap {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #indexPage #sellArea {
    padding: 120px 0;
  }
  #indexPage #sellArea::after {
    background-size: 640px auto;
  }
  #indexPage #sellArea .top-titleh2 {
    margin-bottom: 33px;
  }
  #indexPage #sellArea .top-titleh3 {
    margin-bottom: 40px;
  }
  #indexPage #propertyArea {
    margin: 120px 0 30px;
  }
  #indexPage #propertyArea .top-titleh2 {
    margin-bottom: 32px;
  }
  #indexPage #propertyArea .top-titleh3 {
    margin-bottom: 40px;
  }
  #indexPage #rentArea {
    padding: 90px 0 120px;
  }
  #indexPage #rentArea::after {
    background-position: bottom right 100px;
    background-size: 265px auto;
  }
  #indexPage #rentArea .top-titleh2 {
    margin-bottom: 32px;
  }
  #indexPage #rentArea .top-titleh3 {
    margin-bottom: 40px;
  }
  #indexPage #columnArea {
    padding: 120px 0;
  }
  #indexPage #columnArea::after {
    font-size: 90px;
  }
  #indexPage #columnArea .top-titleh2 {
    margin-bottom: 40px;
  }
  #indexPage #companyArea {
    padding: 120px 0;
    position: relative;
  }
  #indexPage #companyArea::after {
    background-size: 600px auto;
  }
  #indexPage #companyArea .top-titleh2 {
    margin-bottom: 32px;
  }
  #indexPage #companyArea .top-titleh3 {
    margin-bottom: 40px;
  }
  #indexPage #companyArea .companyArea-body {
    grid-template-columns: 1fr 257px;
  }
  #indexPage #companyArea .companyArea-body .desc-wrap {
    grid-column: 1/2;
  }
  #indexPage #companyArea .companyArea-body .int-wrap {
    grid-column: 2/3;
    flex-direction: column-reverse;
  }
  #indexPage #newsArea {
    padding: 120px 0;
  }
  #indexPage #newsArea .top-titleh2 {
    margin-bottom: 32px;
  }
  #indexPage #newsArea .top-titleh3 {
    margin-bottom: 40px;
  }
  #indexPage #strengthsArea {
    padding: 120px 0;
  }
  #indexPage #strengthsArea .top-titleh2 {
    margin-bottom: 32px;
  }
  #indexPage #strengthsArea .top-titleh2.white::before {
    background-image: url("images/common/icon-circle_w.svg");
    background-repeat: no-repeat;
    background-size: 20px;
  }
  #indexPage #strengthsArea .top-titleh3 {
    margin-bottom: 40px;
  }
}

.fvArea-bc-area {
  position: absolute;
  top: -180px;
  right: 15%;
  z-index: -2;
  mix-blend-mode: screen;
  transform: rotate(30deg);
}
.fvArea-bc-area .fvArea-bc-wrap {
  display: flex;
  gap: 20px;
  height: 150vh;
}
.fvArea-bc-area .fvArea-bc-wrap .bc-itme {
  overflow: hidden;
}
.fvArea-bc-area .fvArea-bc-wrap .bc-itme .bc-img-inner {
  display: grid;
  gap: 20px;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.fvArea-bc-area .fvArea-bc-wrap .bc-itme--up .bc-img-inner {
  animation-name: scrollUp;
}
.fvArea-bc-area .fvArea-bc-wrap .bc-itme--down .bc-img-inner {
  animation-name: scrollDown;
}
@media screen and (max-width: 1600px) {
  .fvArea-bc-area {
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .fvArea-bc-area {
    right: -20%;
  }
}
@media screen and (max-width: 768px) {
  .fvArea-bc-area {
    top: 0;
    right: -30px;
  }
  .fvArea-bc-area .fvArea-bc-wrap {
    gap: 12px;
    height: auto;
  }
  .fvArea-bc-area .fvArea-bc-wrap .bc-itme {
    height: 1770px;
    gap: 12px;
  }
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
.sell-item-wrap {
  text-decoration: none;
}
.sell-item-wrap .sell-item-box {
  background: #fff;
  border-radius: 8px;
  padding: 30px 15px;
  display: block;
  text-decoration: none;
}
.sell-item-wrap .sell-item-box .sell-item-title .title {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 24px;
  line-height: 128%;
}
.sell-item-wrap .sell-item-box .sell-item-title .title .en-txt {
  color: #099F9A;
  display: block;
  font-weight: 500;
  margin-bottom: 12px;
}
.sell-item-wrap .sell-item-box .sell-item-desc .desc-txt {
  font-size: 14px;
  margin: 0;
  text-align: center;
}
.sell-item-wrap .sell-item-box .desc-title {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sell-item-wrap.column3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .sell-item-wrap.column3 .sell-item-box {
    border: #242424 solid 1px;
  }
  .sell-item-wrap.column4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
  .sell-item-wrap.column4 .sell-item-box {
    padding: 30px 15px;
    display: grid;
    grid-template-columns: auto 80px;
    grid-template-rows: auto auto auto auto;
    grid-column-gap: 15px;
    text-align: left;
  }
  .sell-item-wrap.column4 .sell-item-box .sell-item-title {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .sell-item-wrap.column4 .sell-item-box .sell-item-title .title {
    text-align: left;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .sell-item-wrap.column4 .sell-item-box .sell-item-img {
    width: 80px;
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: start;
  }
  .sell-item-wrap.column4 .sell-item-box .desc-title {
    margin: 0 0 10px;
    grid-column: 1/3;
    grid-row: 2/3;
    font-size: 18px !important;
  }
  .sell-item-wrap.column4 .sell-item-box .sell-item-desc {
    grid-column: 1/3;
    grid-row: 3/4;
  }
  .sell-item-wrap.column4 .sell-item-box .sell-item-desc .desc-txt {
    margin: 0;
  }
  .sell-item-wrap .sell-item-box {
    text-align: center;
  }
  .sell-item-wrap .sell-item-box .sell-item-desc .sell-item-title .title {
    margin: 0;
  }
  .sell-item-wrap .sell-item-box .sell-item-desc .desc-txt {
    margin: 0;
    text-align: left;
  }
  .sell-item-wrap .sell-item-box._bottom {
    display: flex;
    flex-direction: column;
  }
  .sell-item-wrap .sell-item-box._bottom .sell-item-imgbox {
    order: 1;
    margin-bottom: 20px;
  }
  .sell-item-wrap .sell-item-box._bottom .sell-item-title {
    order: 2;
    flex-shrink: 0;
    margin-right: 0;
  }
  .sell-item-wrap .sell-item-box._bottom .sell-item-title .title {
    font-size: 36px;
    line-height: 108%;
    color: #099F9A;
  }
  .sell-item-wrap .sell-item-box._bottom .sell-item-title .title .en-txt {
    font-size: 26px;
  }
  .sell-item-wrap .sell-item-box._bottom .sell-item-desc {
    order: 3;
    margin-right: 0;
  }
  .sell-item-wrap .sell-item-box._bottom .sell-item-desc .desc-txt1 {
    font-size: 20px;
  }
  .sell-item-wrap .sell-item-box._bottom .sell-item-desc .desc-txt2 {
    font-size: 14px;
  }
  .sell-item-wrap .sell-item-box._bottom .sell-item-desc .desc-txt2.desc-txt3 {
    font-size: 12px;
    margin: 0 0 20px;
  }
  .sell-item-wrap .sell-item-box._bottom .sell-item-desc .sell-item-link .link {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sell-item-wrap.column4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (min-width: 768px) {
  .sell-item-wrap.column3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  .sell-item-wrap.column3 .sell-item-box {
    border: #242424 solid 1px;
  }
  .sell-item-wrap.column4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 28px;
  }
  .sell-item-wrap.column4 .sell-item-box {
    display: flex;
    flex-direction: column;
    padding: 32px 16px;
  }
  .sell-item-wrap.column4 .sell-item-box .sell-item-title .title {
    margin: 0 0 24px;
    height: 85px;
  }
  .sell-item-wrap.column4 .sell-item-box .sell-item-img {
    text-align: center;
    min-height: 80px;
  }
  .sell-item-wrap.column4 .sell-item-box .desc-title {
    margin: 24px 0 8px;
    text-align: center;
    color: #099F9A;
  }
  .sell-item-wrap.column4 .sell-item-box .sell-item-desc .desc-txt {
    margin: 0;
    text-align: center;
    font-weight: 500;
  }
  .sell-item-wrap .sell-item-box._bottom {
    display: flex;
    padding: 32px 48px;
    align-items: center;
    justify-content: space-between;
  }
  .sell-item-wrap .sell-item-box._bottom .sell-item-title {
    flex-shrink: 0;
    margin-right: 38px;
  }
  .sell-item-wrap .sell-item-box._bottom .sell-item-title .title {
    margin: 0;
    font-size: 56px;
    line-height: 0.8;
    color: #099F9A;
  }
  .sell-item-wrap .sell-item-box._bottom .sell-item-title .title .en-txt {
    font-size: 28px;
    line-height: 100%;
  }
  .sell-item-wrap .sell-item-box._bottom .sell-item-desc {
    margin-right: 30px;
  }
  .sell-item-wrap .sell-item-box._bottom .sell-item-desc .desc-txt1 {
    font-size: 22px;
    font-weight: 500;
    line-height: 128%;
    margin: 0 0 12px;
  }
  .sell-item-wrap .sell-item-box._bottom .sell-item-desc .desc-txt2 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 12px;
  }
  .sell-item-wrap .sell-item-box._bottom .sell-item-desc .desc-txt2.desc-txt3 {
    font-size: 12px;
    margin: 0 0 20px;
  }
  .sell-item-wrap .sell-item-box._bottom .sell-item-desc .sell-item-link .link {
    width: 105px;
    lex-shrink: 0;
    background-image: linear-gradient(to right, #2C2518, #2C2518 50%, #000 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
    margin-top: 0;
    text-align: center;
  }
  .sell-item-wrap .sell-item-box._bottom .sell-item-desc .sell-item-link .link::before {
    content: "";
    background: #2C2518;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    transition: all 0.3s ease-in-out;
  }
  .sell-item-wrap .sell-item-box._bottom .sell-item-imgbox {
    max-width: 250px;
    border-radius: 8px;
  }
  .sell-item-wrap .sell-item-box._bottom .sell-item-imgbox img {
    border-radius: 8px;
  }
  .sell-item-wrap .sell-item-box._bottom:hover .sell-item-desc .link::before, .sell-item-wrap .sell-item-box._bottom:focus .sell-item-desc .link::before {
    width: 100%;
  }
}

/* ---------------------------------------------------------------- */
/* アコーディオンメニュー  */
/* ---------------------------------------------------------------- */
.accordion {
  width: 100%;
}

.accordion-item {
  border-bottom: #0ABAB5 dashed 2px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.accordion-title {
  font-weight: 500;
  cursor: pointer;
  margin: 0;
  padding-right: 20px;
  position: relative;
  font-size: 20px;
}
.accordion-title::before {
  content: "Q";
  color: #0ABAB5;
  display: inline-block;
  margin-right: 0.8em;
}

.accordion-content {
  display: none;
  padding-top: 15px;
  padding-left: 2em;
  position: relative;
}
.accordion-content::before {
  content: "A";
  color: #0ABAB5;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 14px;
  left: 0;
  font-size: 20px;
}

.accordion-content p {
  margin-top: 0;
}
.accordion-content p:last-child {
  margin-bottom: 0;
}

/* 矢印 */
.accordion-title::after {
  border-right: solid 2px #0ABAB5;
  border-top: solid 2px #0ABAB5;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 9px;
  top: 5px;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}

.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

/* ---------------------------------------------------------------- */
/* effectFade */
/* ---------------------------------------------------------------- */
.effectFade.effectFadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}
.effectFade.effectFirst {
  opacity: 0;
  transition: opacity 2s linear, transform 5s linear;
}
.effectFade.effectFadeDown {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 1s ease;
  transition: opacity 2s linear, transform 5s linear;
}
.effectFade.effectActive {
  opacity: 1;
  transform: translate(0, 0);
}
.effectFade.td1 {
  transition-delay: 0.1s;
}
.effectFade.td2 {
  transition-delay: 0.2s;
}
.effectFade.td3 {
  transition-delay: 0.3s;
}
.effectFade.td4 {
  transition-delay: 0.4s;
}
.effectFade.effectShow {
  opacity: 1;
  transition-delay: 0s;
  transition: 0.3s ease-in;
}

/* ---------------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------------- */
/* ---------------------------- */
/* TOP投稿　アニメーション */
/* ---------------------------- */
.top-postListWrap .postBox:nth-child(2) {
  transition-delay: 0.2s;
}
.top-postListWrap .postBox:nth-child(3) {
  transition-delay: 0.3s;
}
.top-postListWrap .postBox:nth-child(4) {
  transition-delay: 0.4s;
}

/* ---------------------------- */
/* 投稿共通 */
/* ---------------------------- */
.thumbnail {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tag-name {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tag-name a {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

/* ---------------------------- */
/* コラムリストベース */
/* ---------------------------- */
.columnTabWrap {
  border-bottom: #fff solid 1px;
  margin-bottom: 30px;
}
.columnTabWrap .columnTab {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  box-shadow: none;
  padding: 0 18px 13px 18px;
  cursor: pointer;
  color: #fff;
}
.columnTabWrap .columnTab.is-active {
  color: #0ABAB5;
  position: relative;
}
.columnTabWrap .columnTab.is-active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #0ABAB5;
  display: block;
  left: 0;
  bottom: -1px;
}

.column-postListWrap {
  display: grid;
  gap: 20px;
}
.column-postListWrap .postBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  transition: ease-in 0.3s;
  border-bottom: 1px solid #EFEFEF;
  padding: 0 0 15px;
}
.column-postListWrap .postBox .columncat_item {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 12px;
}
.column-postListWrap .postBox .columncat_item time {
  color: #fff;
}
.column-postListWrap .postBox .columncat_item .category-name {
  border: 1px solid #0ABAB5;
  color: #fff;
  background: #0ABAB5;
  min-width: 80px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 10px 3px;
  text-decoration: none;
}
.column-postListWrap .postBox .permaLinkWrap a {
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}
.column-postListWrap .postBox .thumbnail {
  flex-basis: 90px;
  width: 90px;
  height: 54px;
}
.column-postListWrap .column-noPost {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .column-postListWrap {
    gap: 25px;
  }
  .column-postListWrap .postBox {
    display: grid;
    grid-template-columns: 1fr 90px;
    grid-template-rows: auto auto;
    gap: 13px 10px;
    align-items: start;
  }
  .column-postListWrap .postBox .columncat_item {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .column-postListWrap .postBox .permaLinkWrap {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .column-postListWrap .postBox .thumbnail {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 768px) {
  .column-postListWrap {
    gap: 11.5px;
  }
  .column-postListWrap .postBox .columncat_item {
    max-width: 250px;
    flex-basis: 250px;
  }
  .column-postListWrap .postBox .permaLinkWrap {
    max-width: calc(100% - 350px);
    flex-basis: calc(100% - 350px);
  }
  .column-postListWrap .postBox .permaLinkWrap a:hover, .column-postListWrap .postBox .permaLinkWrap a:focus {
    opacity: 0.7;
  }
}

/* ---------------------------- */
/* ニュースリストベース */
/* ---------------------------- */
.news-postListWrap {
  display: grid;
  gap: 20px;
}
.news-postListWrap .postBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  transition: ease-in 0.3s;
  border-bottom: 1px solid #EFEFEF;
  padding: 0 0 15px;
}
.news-postListWrap .postBox .newscat_item {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 12px;
}
.news-postListWrap .postBox .newscat_item .category-name {
  border: 1px solid #0ABAB5;
  color: #fff;
  background: #0ABAB5;
  min-width: 80px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 10px 3px;
  text-decoration: none;
}
.news-postListWrap .postBox .permaLinkWrap a {
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-size: 16px;
  color: #242424;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news-postListWrap {
    gap: 25px;
  }
  .news-postListWrap .postBox {
    display: grid;
    grid-template-columns: 1fr 90px;
    grid-template-rows: auto auto;
    gap: 13px 10px;
    align-items: start;
  }
  .news-postListWrap .postBox .newsbox {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .news-postListWrap .postBox .permaLinkWrap {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 768px) {
  .news-postListWrap {
    gap: 11.5px;
  }
  .news-postListWrap .postBox .thumbnail {
    margin-right: 23px;
  }
  .news-postListWrap .postBox .newscat_item {
    max-width: 250px;
    flex-basis: 250px;
  }
  .news-postListWrap .postBox .permaLinkWrap {
    max-width: calc(100% - 373px);
    flex-basis: calc(100% - 373px);
  }
  .news-postListWrap .postBox .permaLinkWrap a:hover, .news-postListWrap .postBox .permaLinkWrap a:focus {
    opacity: 0.7;
  }
}

/* ---------------------------- */
/* 物件紹介 */
/* ---------------------------- */
.property-postListWrap {
  display: grid;
  gap: 50px 20px;
}
.property-postListWrap .postBox a {
  color: #242424;
  text-decoration: none;
}
.property-postListWrap .postBox .thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 66.5%;
  overflow: hidden;
}
.property-postListWrap .postBox .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.property-postListWrap .postBox .blogcat_item {
  display: flex;
  align-items: center;
  padding: 22px 0 16px;
  line-height: 1;
}
.property-postListWrap .postBox .blogcat_item time {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #0ABAB5;
}
@media screen and (min-width: 768px) {
  .property-postListWrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .property-postListWrap .postBox .blogcat_item {
    padding: 22px 0 21px;
  }
}

.property-postBox {
  position: relative;
  padding: 16px;
  background-color: #fff;
  border: #000000 solid 1px;
  border-radius: 8px;
}
.property-postBox a {
  text-decoration: none;
}
.property-postBox .item p {
  margin-top: 0;
  font-weight: 500;
}
.property-postBox .item .permalink,
.property-postBox .item .price {
  font-weight: 500;
}
.property-postBox .item .price {
  font-size: 38px;
  line-height: 100%;
  color: #099F9A;
  border-bottom: #DEDEDE solid 1px;
  font-family: "IBM Plex Sans JP", sans-serif;
}
.property-postBox .item .price .en {
  font-size: 18px;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}
.property-postBox .item .land_area {
  color: #099F9A;
}
.property-postBox .category-name {
  font-size: 14px;
  padding: 16px 20px;
  background: #fff;
  border-radius: 0 0 8px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.property-postBox .thumbnail-wrap {
  position: relative;
}
.property-postBox .thumbnail-wrap .thumbnail {
  padding-bottom: 60%;
}
.property-postBox .thumbnail-wrap .label-style {
  position: absolute;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 100%;
  z-index: 1;
}
.property-postBox .thumbnail-wrap .label-style.new {
  border: 1px solid #BA160A;
  font-size: 14px;
  width: 50px;
  height: 50px;
  font-family: "EB Garamond", serif;
  color: #fff;
  background: #BA160A;
  top: -10px;
  right: -10px;
  border-radius: 50px;
}
.property-postBox .thumbnail-wrap .label-style.reserv {
  background: rgba(241, 201, 45, 0.8);
}
.property-postBox .thumbnail-wrap .label-style.sold {
  background: rgba(209, 52, 78, 0.8);
}
.property-postBox .thumbnail-wrap .label-style.reserv, .property-postBox .thumbnail-wrap .label-style.sold {
  bottom: 0;
  left: 0;
  border-radius: 0 0 8px 8px;
}
.property-postBox .thumbnail-wrap .label-style.none {
  display: none;
}
.property-postBox.rent-postBox {
  padding: 0;
  border: none;
}

/* ---------------------------- */
/* 物件紹介 詳細ページ*/
/* ---------------------------- */
.posttop-label-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
}
.posttop-label-wrap .posttop-label {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  z-index: 1;
  min-width: 100px;
  border-radius: 4px;
  font-weight: 500;
  height: 32px;
  padding: 0 15px;
  background: #0ABAB5;
  text-decoration: none;
}
.posttop-label-wrap .posttop-label.new {
  background: #BA160A;
}
.posttop-label-wrap .posttop-label.none {
  display: none;
}
.posttop-label-wrap .posttop-label.post {
  border: 1px solid #0ABAB5;
  color: #0ABAB5;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .posttop-label-wrap a.posttop-label:hover, .posttop-label-wrap a.posttop-label:focus {
    color: #fff;
    background: #0ABAB5;
  }
}

.post-address-box {
  background: #fff;
  border: 6px solid #0ABAB5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 160px;
}
.post-address-box a {
  text-decoration: none;
}
.post-address-box .price {
  color: #BA160A;
  font-size: 32px;
  margin-bottom: 10px !important;
}
.post-address-box .price .land_area {
  display: block;
}

.icon-item-wrap {
  display: grid;
  gap: 12px;
}
.icon-item-wrap .icon-item-box {
  background: #fff;
  padding: 20px 15px;
  display: grid;
  justify-items: center;
  align-items: center;
}
.icon-item-wrap .icon-item-box .icon-item-img img {
  width: inherit;
}
.icon-item-wrap .icon-item-box .icon-item-img p {
  margin: 10px 0;
}
.icon-item-wrap .icon-item-box .desc-txt {
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .icon-item-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

.btn-none .btn {
  display: none;
}

.free-consultation-bnr {
  background: #0ABAB5;
  padding: 33px 20px;
  color: #fff;
  display: grid;
  align-items: center;
  gap: 20px 40px;
}
.free-consultation-bnr .desc-txt p {
  margin: 0;
  line-height: 1.2;
}
.free-consultation-bnr .desc-txt .txt-big {
  font-size: 28px;
}
.free-consultation-bnr .desc-txt .txt {
  font-size: 16px;
}
.free-consultation-bnr .link-box .tel-item a {
  text-decoration: none;
  color: #fff;
}
.free-consultation-bnr .link-box .tel-item .timg-txt {
  margin-left: 36px;
}
.free-consultation-bnr .link-box .icon-tel {
  font-size: 30px;
}
.free-consultation-bnr .link-box .icon-tel::before {
  width: 24px;
  height: 24px;
  background-size: 24px;
}
.free-consultation-bnr .link-box .btn {
  margin-top: 7px;
  min-width: 290px;
  max-width: none;
}
@media screen and (min-width: 700px) {
  .free-consultation-bnr .desc-txt .txt-big {
    font-size: 46px;
  }
  .free-consultation-bnr .desc-txt .txt {
    font-size: 20px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1190px) {
  .free-consultation-bnr .link-box {
    display: flex;
    gap: 40px;
  }
  .free-consultation-bnr .link-box .tel-item {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1190px) {
  .free-consultation-bnr {
    padding: 33px 52px;
    grid-template-columns: 1fr auto;
  }
  .free-consultation-bnr .desc-txt {
    grid-column: 1/2;
  }
  .free-consultation-bnr .link-box {
    grid-column: 2/3;
  }
}

/*スライダー系*/
.propert-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.propert-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.property-Swiper-area .property-postSwiper-wrap {
  position: relative;
}
.property-Swiper-area .property-postSwiper-wrap .property-postSwiper {
  position: initial;
}
.property-Swiper-area .property-postSwiper-wrap .property-postSwiper .propert-img {
  padding-bottom: 50%;
}
.property-Swiper-area .property-postSwiper-wrap .property-postSwiper .propert-big-img {
  height: 350px;
}
.property-Swiper-area .property-postSwiper-wrap .property-postSwiper .propert-big-img img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 350px;
  height: auto;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
.property-Swiper-area .property-postSwiper-wrap .property-postSwiper .swiper-button-next, .property-Swiper-area .property-postSwiper-wrap .property-postSwiper .swiper-button-prev {
  transform: translateY(-50%);
  margin-top: 0;
}
.property-Swiper-area .property-postSwiper-wrap .property-postSwiper .swiper-button-prev._type2 {
  left: -11px;
}
.property-Swiper-area .property-postSwiper-wrap .property-postSwiper .swiper-button-next._type2 {
  right: -11px;
}
@media screen and (min-width: 768px) {
  .property-Swiper-area .property-postSwiper-wrap .property-postSwiper .propert-big-img {
    height: 470px;
  }
  .property-Swiper-area .property-postSwiper-wrap .property-postSwiper .propert-big-img img {
    max-height: 470px;
  }
  .property-Swiper-area .property-postSwiper-wrap .property-postSwiper .swiper-button-prev._type2 {
    left: -30px;
  }
  .property-Swiper-area .property-postSwiper-wrap .property-postSwiper .swiper-button-next._type2 {
    right: -30px;
  }
}
.property-Swiper-area .property-thumbnail {
  margin-top: 20px;
}
.property-Swiper-area .property-thumbnail .swiper-wrapper .swiper-slide {
  padding-bottom: 0;
  height: 88px;
}

.floor_plan_slider-wrap {
  background: #fff;
  padding: 20px 15px;
}
.floor_plan_slider-wrap .floor-planSwiper .swiper-slide .propert-img {
  padding-bottom: 72%;
}
.floor_plan_slider-wrap .floor-planSwiper .swiper-slide .propert-img a {
  position: initial;
}
.floor_plan_slider-wrap .floor-planSwiper .swiper-slide .desc-txt {
  margin: 10px 0 0;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .floor_plan_slider-wrap {
    padding: 20px 30px 35px;
    position: relative;
  }
  .floor_plan_slider-wrap .title-wrap {
    position: absolute;
    top: 0;
    left: 30px;
    background: #fff;
    z-index: 2;
    height: 100%;
    width: 245px;
  }
  .floor_plan_slider-wrap .title-wrap .titleh2 {
    margin-top: 20px;
  }
  .floor_plan_slider-wrap .swiperTop-btn {
    width: 100%;
    display: block;
    position: relative;
  }
  .floor_plan_slider-wrap .swiperTop-btn .floor-planSwiper {
    padding-left: 245px;
    margin: 0 0 0 auto;
    position: initial;
  }
  .floor_plan_slider-wrap .swiperTop-btn .floor-planSwiper .prev-nextWrap {
    bottom: 0px;
    left: 0px;
    top: inherit;
    right: inherit;
    z-index: 2;
  }
}

/* ---------------------------------------------------------------- */
/* 下層ページ */
/* ---------------------------------------------------------------- */
/* 下層ページ ページタイトル*/
.page_mvWrap {
  position: relative;
  margin-bottom: 20px;
}
.page_mvWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.page_mvWrap .thumbnail {
  position: relative;
  width: 100%;
  height: 322px;
  overflow: hidden;
  border-radius: 0;
}
.page_mvWrap .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_mvWrap .thumbnail.thumbnail--noimage {
  background-color: #0ABAB5;
  width: 100%;
  height: 322px;
}
@media print, screen and (min-width: 768px) {
  .page_mvWrap .thumbnail .thumbnail--noimage {
    height: 322px;
  }
}
.page_mvWrap .pageTitle {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.page_mvWrap .pageTitle .pageTitle--jp {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  text-align: center;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .page_mvWrap .pageTitle {
    width: calc(100% - 50px);
  }
  .page_mvWrap .pageTitle .pageTitle--jp {
    font-size: 26px;
  }
}

/* ---------------------------------------------------------------- */
/* パンくず */
/* ---------------------------------------------------------------- */
.pcm-breadcrumbs {
  margin-bottom: 60px;
}
.pcm-breadcrumbs__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  line-height: 1.4em;
  list-style: none;
  padding: 0 !important;
}
.pcm-breadcrumbs__item:not(:last-child)::after {
  content: ">";
  padding: 0 8px;
}
.pcm-breadcrumbs__link {
  color: #242424 !important;
  text-decoration: none !important;
  font-size: 16px;
}
.pcm-breadcrumbs__link:hover {
  color: #0ABAB5 !important;
  text-decoration: underline !important;
}
@media screen and (max-width: 768px) {
  .pcm-breadcrumbs {
    margin-bottom: 50px;
  }
}

/* ---------------------------------------------------------------- */
/* 詳細ページ */
/* ---------------------------------------------------------------- */
#cnts {
  margin-bottom: 120px;
}

.postPage #postCnt {
  min-height: 300px;
}
.postPage .titleh2,
.postPage .titleh3,
.postPage .titleh4,
.postPage .titleh5,
.postPage .titleh6,
.postPage .ltxt-title {
  margin-top: 0;
  line-height: 1.4;
  font-weight: 400;
}
.postPage .titleh2 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 700;
}
.postPage .titleh2::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #0ABAB5;
  margin-top: 20px;
  display: block;
}
.postPage .titleh2._center {
  text-align: center;
}
.postPage .titleh2._center::after {
  margin: 20px auto 0;
}
.postPage .titleh3 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 700;
}
.postPage .titleh3::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #0ABAB5;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
.postPage .titleh3.vlabel-head {
  margin-top: 48px;
  text-align: center;
}
.postPage .titleh3.h3-centered {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.postPage .titleh3.h3-centered::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #0ABAB5;
  vertical-align: middle;
  margin-right: 10px;
}
.postPage .titleh3.h3-centered::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #0ABAB5;
  display: inline-block;
  margin-left: 10px;
}
.postPage .titleh4 {
  font-size: 22px;
  position: relative;
  margin-bottom: 25px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 2px dashed #0ABAB5;
}
.postPage .titleh5 {
  font-size: 20px;
  margin-bottom: 18px;
}
.postPage .titleh5::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #0ABAB5;
  vertical-align: inherit;
  margin-right: 10px;
  display: inline-block;
}
.postPage .titleh6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}
.postPage .ltxt-title {
  font-weight: 500;
  margin: 0 0 20px;
}
.postPage .ltxt-title::before {
  font-size: 12px;
  color: #0ABAB5;
  font-weight: 400px;
  margin-right: 18px;
}
.postPage .box:nth-of-type(n + 2) {
  margin-top: 90px;
}
.postPage p {
  margin: 0 0 20px;
  text-align: justify;
  text-align: inter-ideograph;
  line-height: 1.6;
}
.postPage p img {
  max-width: 100%;
  margin-bottom: 0;
}
.postPage p.tableAtt {
  margin: -20px 0 20px;
}
.postPage .bold {
  font-weight: 700;
}
.postPage .radius8 {
  border-radius: 8px;
}
.postPage .utikesi {
  text-decoration: line-through;
}
.postPage .underline-marker {
  position: relative;
}
.postPage .underline-marker::after {
  content: "";
  width: 100%;
  height: 50%;
  background: #099F9A;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: -1;
}
.postPage .underline {
  text-decoration: underline;
}
.postPage .txt-m-color {
  color: #0ABAB5;
}
.postPage .coming {
  text-align: center;
  margin: 50px 0;
  font-size: 16px;
}
.postPage .small {
  font-size: 14px;
}
.postPage .linkWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
  align-items: flex-start;
}
.postPage .imgWrap + .imgWrap {
  margin-top: 20px;
}
.postPage .textLeft {
  text-align: left;
}
.postPage .textCenter {
  text-align: center;
}
.postPage .textRight {
  text-align: right;
}
.postPage code {
  font-family: "Shippori Mincho", serif;
}
.postPage pre {
  overflow: auto;
  background: #efefef;
  padding: 15px;
  border-radius: 8px;
  font-family: "Shippori Mincho", serif;
}
.postPage a:hover, .postPage a:focus {
  text-decoration: none;
  color: #777;
}
.postPage a.textBlank {
  position: relative;
  margin-right: 30px;
  display: inline-block;
}
.postPage a.textBlank:before {
  content: "\f08e";
  position: absolute;
  display: block;
  font: 14px/1 FontAwesome;
  right: -25px;
  top: 5px;
}
.postPage a.textArrow {
  text-decoration: none;
  color: #0ABAB5;
}
.postPage a.textArrow:hover {
  color: #333;
  text-decoration: underline;
}
.postPage a.textArrow:after {
  display: inline-block;
  content: "\f0a9";
  font: 16px/1 FontAwesome;
  margin-left: 10px;
  text-decoration: none;
}
.postPage a.textArrowR {
  text-decoration: none;
  color: #333;
}
.postPage a.textArrowR:hover, .postPage a.textArrowR:focus {
  color: #0ABAB5;
  text-decoration: underline;
}
.postPage a.textArrowR:after {
  display: inline-block;
  content: "\f0a9";
  font: 16px/1 FontAwesome;
  margin-left: 10px;
  text-decoration: none;
}
.postPage table {
  margin: 0 0 30px;
  width: 100%;
  border-collapse: collapse;
}
.postPage table caption {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
.postPage table tr {
  border-bottom: #E8E8E8 solid 1px;
}
.postPage table tr th, .postPage table tr td {
  padding: 0.6em 0.8em;
  width: auto;
  transform: rotate(0.03deg);
}
.postPage table tr th {
  font-weight: bold;
  vertical-align: top;
  min-width: 190px;
  width: auto;
  font-weight: 500;
  text-align: left;
  padding: 10px 23px;
}
.postPage table tr th.w190 {
  width: 190px;
}
.postPage table tr th.w200 {
  width: 200px;
}
.postPage table tr th.thLeft {
  text-align: left;
}
.postPage table tr td {
  border-left: none;
  padding: 10px 30px;
}
.postPage table tr .tw15p {
  width: 15%;
}
.postPage table tr .tw30p {
  width: 30%;
}
.postPage table tr .tw33p {
  width: 33.333%;
  min-width: inherit;
}
.postPage table tr .tw50p {
  width: 50%;
  min-width: inherit;
}
.postPage table tr .tw70p {
  width: 70%;
}
.postPage table tr .tw200 {
  width: 200px;
}
.postPage table tr .tw210 {
  width: 210px;
}
.postPage table.type2 {
  border: 1px solid #E6E6E6;
}
.postPage table.type2 tr {
  border-bottom: 1px solid #E6E6E6;
}
.postPage table.type2 tr:nth-child(odd) {
  background-color: inherit;
}
.postPage table.type2 tr th, .postPage table.type2 tr td {
  border-collapse: collapse;
}
.postPage table.type2 tr th {
  background: #0ABAB5;
  padding: 12px 15px 12px 40px;
  font-weight: 400;
  font-weight: 14px;
  color: #fff;
}
.postPage table.type2 tr th.w160 {
  width: 160px;
}
.postPage table.type2 tr th + th {
  border-left: 1px solid #E6E6E6;
}
.postPage table.type2 tr td {
  padding: 10px 25px;
  background-color: #fff;
}
.postPage table.type2 tr td + td {
  border-left: 1px solid #E6E6E6;
}
.postPage table.type2 tr td:nth-of-type(1) {
  border-left: none;
}
.postPage .tableSc {
  overflow: inherit;
  white-space: normal;
  width: 100%;
}
.postPage .tableSc table {
  width: 100%;
}
.postPage blockquote {
  background: #f5f5f5;
  width: 100%;
  border-radius: 8px;
  padding: 30px;
  margin: 0 0 60px;
  position: relative;
}
.postPage blockquote:before {
  content: "\f10d";
  position: absolute;
  display: block;
  font: 20px/1 FontAwesome;
  color: #0ABAB5;
  left: 10px;
  top: 10px;
}
.postPage blockquote:after {
  content: "\f10e";
  position: absolute;
  display: block;
  font: 20px/1 FontAwesome;
  color: #0ABAB5;
  right: 10px;
}
.postPage blockquote p {
  margin: 0 0 15px;
}
.postPage blockquote p:last-child {
  margin-bottom: 0;
}
.postPage dl {
  margin: 0 0 30px;
}
.postPage dl dt {
  font-weight: bold;
}
.postPage dl dd {
  margin: 0;
  margin-bottom: 15px;
}
.postPage ul {
  margin: 0;
  padding: 0;
}
.postPage ul li {
  list-style: none;
  position: relative;
  padding: 0;
  margin-bottom: 18px;
}
.postPage ul li ul {
  padding: 0 0 10px;
  margin: 10px 0 0 1em;
}
.postPage ul li ul li::marker {
  color: #909090;
}
.postPage ul li:last-child {
  margin-bottom: 0;
}
.postPage ul.iconList li {
  padding: 0 0 0 0.8em;
  margin-bottom: 10px;
}
.postPage ul.iconList li:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 5px;
  height: 5px;
  background: #0ABAB5;
  border-radius: 5px;
}
.postPage ul.iconList li:last-child {
  margin-bottom: 0;
}
.postPage ul.checkList li {
  padding: 0 0 0 21px;
}
.postPage ul.checkList li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0ABAB5;
  font-weight: bold;
}
.postPage ul.checkList li:last-child {
  margin-bottom: 0;
}
.postPage ol {
  margin: 0;
  padding: 0 0 0 1.6em;
  list-style: decimal-leading-zero;
}
.postPage ol li {
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
}
.postPage ol li::marker {
  font-weight: 700;
  color: #111;
}
.postPage ol li:last-child {
  margin: 0 0 10px;
}
.postPage ol li ol {
  margin: 10px 0;
  padding: 0 0 0 1em;
}
.postPage address {
  font-style: normal;
}
.postPage hr.red {
  border-bottom: 1px solid #C65871 !important;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .postPage .titleh2 {
    font-size: 24px;
  }
  .postPage .titleh3 {
    font-size: 22px;
  }
  .postPage .titleh4 {
    font-size: 20px;
  }
  .postPage .titleh5 {
    font-size: 18px;
  }
  .postPage .titleh6 {
    font-size: 16px;
  }
  .postPage table tr th, .postPage table tr td {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .postPage table tr th + td, .postPage table tr td + td {
    border-left: 0;
  }
  .postPage table tr th {
    min-width: 1px;
    text-align: left;
  }
  .postPage table tr th.w190, .postPage table tr th.w200 {
    width: 100%;
  }
  .postPage table tr .tw15p {
    width: 100%;
  }
  .postPage table tr .tw30p {
    width: 100%;
  }
  .postPage table tr .tw33p {
    width: 100%;
  }
  .postPage table tr .tw50p {
    width: 100%;
  }
  .postPage table tr .tw70p {
    width: 100%;
  }
  .postPage table tr .tw200 {
    width: 100%;
  }
  .postPage table tr .tw210 {
    width: 100%;
  }
  .postPage table.type2 tr th, .postPage table.type2 tr td {
    display: table-cell;
    width: auto;
  }
  .postPage table.type2 tr th {
    min-width: 1px;
    padding-left: 15px;
  }
  .postPage table.type2 tr th.w160 {
    width: 120px;
  }
  .postPage table.type2 tr td {
    padding: 10px;
  }
  .postPage table.type2 tr td.spw100 {
    max-width: 100px;
  }
  .postPage .tableSc {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.limited-box {
  position: relative;
  background: #E9F7F6;
  border: 1px solid #0ABAB5;
  border-radius: 8px;
  padding: 26px 24px 20px;
}
.limited-box .limited-badge {
  display: inline-block;
  background: #0ABAB5;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.06em;
  padding: 4px 14px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.sub-eyebrow {
  font-family: "EB Garamond", serif;
  color: #0ABAB5;
  font-size: 16px;
  letter-spacing: 0.12em;
  font-weight: 600;
  margin: 0 0 6px;
}

.step-icon-wrap {
  display: grid;
  gap: 32px;
}

.step-icon-wrap .step-icon-box {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 32px;
  position: relative;
  align-items: start;
}

.step-icon-wrap .step-icon-box:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 51px;
  top: 104px;
  width: 3px;
  height: 100%;
  background: #0ABAB5;
  opacity: 0.4;
}

.icon-img {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: #0ABAB5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.icon-img img {
  width: 56%;
  height: 56%;
  filter: brightness(0) invert(1);
}

.step-icon-item .title {
  font-size: 20px;
  margin: 0 0 8px;
}

blockquote {
  margin: 0 0 24px;
  padding: 16px 20px;
  background: #f6f4ee;
  border-left: 3px solid #cfc9bb;
}

@media screen and (min-width: 768px) {
  .step-icon-wrap.step-flow-h {
    grid-template-columns: repeat(5, 1fr);
    gap: 64px;
    align-items: start;
  }
  .step-icon-wrap.step-flow-h .step-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
  }
  .step-icon-wrap.step-flow-h .step-icon-box:not(:last-child)::before {
    top: 52px;
    left: 50%;
    width: calc(100% + 20px);
    height: 4px;
  }
  .step-icon-wrap.step-flow-h .icon-img {
    grid-column: auto;
  }
  .step-icon-wrap.step-flow-h .step-icon-item {
    grid-column: auto;
    margin-top: 0;
  }
  .step-icon-wrap.step-flow-h .step-icon-item .title {
    font-size: 18px;
  }
  .step-icon-wrap.step-flow-h .step-icon-item p {
    font-size: 14px;
  }
}
.mvv-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 16px;
}

.mvv-cards .edo-card {
  padding: 36px 44px;
}

.mvv-cards .card-desc {
  font-size: 15px;
}

.edo-card {
  background: #fff;
  border: 1px solid #2b2b2b;
  border-radius: 12px;
  padding: 32px 30px;
}

.edo-card .card-en {
  font-family: "EB Garamond", serif;
  color: #0ABAB5;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 15px;
  margin: 0 0 12px;
}

.edo-card .titleh3, .edo-card .titleh4 {
  margin-bottom: 16px;
}

.edo-card .card-desc {
  color: #4b4b4b;
  line-height: 1.9;
  font-size: 14.5px;
  margin: 0;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.vlabel-head {
  margin-top: 48px;
  text-align: center;
}

@media (max-width: 900px) {
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .value-grid {
    grid-template-columns: 1fr;
  }
  .mvv-cards .edo-card {
    padding: 24px;
  }
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.vlabel-head {
  margin-top: 48px;
  text-align: center;
}

@media (max-width: 900px) {
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .value-grid {
    grid-template-columns: 1fr;
  }
  .mvv-cards .edo-card {
    padding: 24px;
  }
}
.addr {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 14px;
}

.google {
  border-radius: 16px;
  margin-bottom: 22px;
}
.google iframe {
  border-radius: 16px;
}

.privacy-scroll {
  max-height: 220px;
  overflow-y: auto;
  border: 1px solid #242424;
  border-radius: 8px;
  padding: 24px 28px;
  margin-bottom: 24px;
  font-size: 12.5px;
  color: var(--ink-soft);
  line-height: 1.9;
  background: #fff;
}

.privacy-scroll h4 {
  font-size: 13.5px;
  color: var(--ink);
  margin: 18px 0 8px;
}

.privacy-scroll h4:first-child {
  margin-top: 0;
}

.creedimg {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

@media screen and (max-width: 768px) {
  .creedimg {
    max-width: 100%;
  }
}
/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* フォームナビ */
/* ---------------------------- */
ul.formFlow {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  padding: 0;
}
ul.formFlow li {
  display: inline-flex;
  justify-content: center;
  flex: 1 0 33.333%;
  background: #e3eff6;
  color: #242424;
  list-style: none;
  padding: 0;
  margin: 0 !important;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  position: relative;
}
ul.formFlow li:before {
  display: none;
}
ul.formFlow li.visited {
  background: #e3eff6;
  color: #fff;
}
ul.formFlow li.active {
  background: #0ABAB5;
  color: #fff;
  position: relative;
}
ul.formFlow li.active:after {
  position: absolute;
  content: "";
  right: -40px;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #0ABAB5;
}
ul.formFlow li.second.active:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 3;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #e3eff6;
}
ul.formFlow li.third.active {
  background: #0ABAB5 !important;
  color: #fff;
}
ul.formFlow li.third.active:after {
  display: none;
}
ul.formFlow li.third.active:before {
  background: none;
  display: inline;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-radius: 0;
  border: 20px solid transparent;
  border-left: 20px solid #e3eff6;
}

/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#formArea dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
#formArea dl dt {
  flex-basis: 250px;
  display: flex;
  gap: 0 20px;
}
#formArea dl dd {
  flex-basis: calc(100% - 280px);
  margin-bottom: 0;
}
#formArea dl dd.fb100 {
  flex-basis: 100%;
}
#formArea .att {
  width: 72px;
  height: 28px;
  border: #DF1F1C solid 1px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #DF1F1C;
  display: flex;
  justify-content: center;
  align-items: center;
}
#formArea .att2 {
  width: 72px;
  height: 28px;
  border: #ccc solid 1px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #242424;
  display: flex;
  justify-content: center;
  align-items: center;
}
#formArea .error {
  margin: 0;
}
#formArea .radio_wrap {
  margin-top: 10px;
}
#formArea .vertical-item {
  display: block !important;
}
#formArea input[type=text],
#formArea input[type=tel],
#formArea input[type=email],
#formArea input[type=number],
#formArea input[type=date],
#formArea textarea,
#formArea select {
  padding: 10px 20px;
  margin: 0;
  background: #fff;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  height: 56px;
  border: 1px solid #DDDDDD;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#formArea input[type=text]:focus,
#formArea input[type=tel]:focus,
#formArea input[type=email]:focus,
#formArea input[type=number]:focus,
#formArea input[type=date]:focus,
#formArea textarea:focus,
#formArea select:focus {
  background: #fff;
  border: 1px solid #DDDDDD;
}
#formArea input[type=text]:hover,
#formArea input[type=tel]:hover,
#formArea input[type=email]:hover,
#formArea input[type=number]:hover,
#formArea input[type=date]:hover,
#formArea textarea:hover,
#formArea select:hover {
  background: #fff;
}
#formArea input[type=text] + input,
#formArea input[type=tel] + input,
#formArea input[type=email] + input,
#formArea input[type=number] + input,
#formArea input[type=date] + input,
#formArea textarea + input,
#formArea select + input {
  margin-top: 10px;
}
#formArea input[type=text] option,
#formArea input[type=tel] option,
#formArea input[type=email] option,
#formArea input[type=number] option,
#formArea input[type=date] option,
#formArea textarea option,
#formArea select option {
  word-wrap: normal;
}
#formArea input[type=text]::-moz-placeholder, #formArea input[type=tel]::-moz-placeholder, #formArea input[type=email]::-moz-placeholder, #formArea input[type=number]::-moz-placeholder, #formArea input[type=date]::-moz-placeholder, #formArea textarea::-moz-placeholder, #formArea select::-moz-placeholder {
  color: #8D8D8D;
}
#formArea input[type=text]::placeholder,
#formArea input[type=tel]::placeholder,
#formArea input[type=email]::placeholder,
#formArea input[type=number]::placeholder,
#formArea input[type=date]::placeholder,
#formArea textarea::placeholder,
#formArea select::placeholder {
  color: #8D8D8D;
}
#formArea select {
  background-image: url(images/common/select.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px 8px;
}
#formArea select::-ms-expand {
  display: none;
}
#formArea select:hover {
  background-image: url(images/common/select.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px 8px;
}
#formArea select:focus {
  background-image: url(images/common/select.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px 8px;
}
#formArea textarea {
  height: 200px;
  resize: none;
}
#formArea .current-title-display,
#formArea .current-event-date-display,
#formArea .current-event-time-display {
  padding: 0 0 0 10px;
}
#formArea input[type=number].short {
  width: 60px;
}
#formArea input[type=text],
#formArea input[type=email] {
  width: 100%;
}
#formArea input[type=text] .short,
#formArea input[type=email] .short {
  max-width: 150px;
}
#formArea input[type=text].short {
  width: 200px;
  text-align: left;
  margin-bottom: 0;
}
#formArea input[type=text].hasDatepicker {
  margin: 5px 0;
  background: #EEEEEE;
}
#formArea input[type=text].hasDatepicker:hover, #formArea input[type=text].hasDatepicker:focus {
  background: #fff;
}
#formArea .wpcf7-list-item {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 40px;
}
#formArea .wpcf7-checkbox {
  display: block;
  text-align: center;
  margin: 0 auto;
}
#formArea input[type=checkbox] {
  border: 1px solid #242424;
  vertical-align: -5px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  -webkit-box-sizing: border-box;
  width: 22px;
  height: 22px;
}
#formArea input[type=checkbox]:checked {
  background-color: #fff;
  border: 1px solid #0ABAB5;
}
#formArea input[type=checkbox]:checked:before {
  position: absolute;
  left: 0;
  top: 16px;
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  background: #0ABAB5;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}
#formArea input[type=checkbox]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  width: 16px;
  height: 2px;
  background: #0ABAB5;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}
#formArea .wpcf7-radio input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 12px;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#formArea .wpcf7-radio input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0ABAB5;
  content: "";
}
#formArea input[type=file] {
  margin-bottom: 10px;
}
#formArea .inline_wrap select {
  display: inline-block;
}
#formArea .privacypolicybox {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 220px;
  padding: 20px;
  border: #DDDDDD solid 1px;
  margin-bottom: 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#formArea .privacypolicybox::-webkit-scrollbar {
  display: none;
}
#formArea .privacypolicybox p {
  line-height: 1.6;
}
#formArea .checkbox {
  display: block;
  text-align: center;
  margin: 0 auto 60px;
  width: 100%;
}
#formArea .wpcf7-submit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-right: 35px;
  margin: 0 auto;
  padding: 15px 30px 15px 25px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  touch-action: manipulation;
  text-decoration: none;
  transition: 0.3s ease-in;
  user-select: none;
  position: relative;
  border: 1px solid #0ABAB5;
  color: #fff;
  background: #0ABAB5;
  max-width: 232px;
  border-radius: 100px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#formArea .wpcf7-submit:hover, #formArea .wpcf7-submit:focus {
  color: #0ABAB5;
  background: #fff;
  transition: 0.3s;
  cursor: pointer;
  border-color: #0ABAB5;
}
@media screen and (max-width: 768px) {
  #formArea dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  #formArea dl dt {
    flex-basis: 100%;
    margin: 0 0 20px;
    text-align: left;
  }
  #formArea dl dd {
    flex-basis: 100%;
    align-self: center;
  }
  #formArea select {
    margin-bottom: 5px;
  }
  #formArea .wpcf7-list-item {
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }
  #formArea .wpcf7-list-item-label {
    font-size: 14px;
  }
  #formArea .privacypolicybox p {
    line-height: 1.6;
    font-size: 14px;
  }
  #formArea .current-title-display,
  #formArea .current-event-date-display,
  #formArea .current-event-time-display {
    padding: 0 0 10px 0;
  }
}

/* ---------------------------------------------------------------- */
/* 下層ページ */
/* ---------------------------------------------------------------- */
.page-link__txtbox {
  padding-top: 110px;
  margin-top: -1px !important;
}

.m-d_title {
  color: #fff;
  font-size: 20px;
  padding: 8px 15px 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-d_title::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.m-d_title.merit {
  background: #0ABAB5;
}
.m-d_title.merit::before {
  background: url("images/common/icon-circle_w.svg") no-repeat center/20px;
}
.m-d_title.demerit {
  background: #BA160A;
}
.m-d_title.demerit::before {
  background: url("images/common/icon-batu_w.svg") no-repeat center/20px;
}
.m-d_title + .item-box {
  padding: 20px 15px;
}
.m-d_title + .item-box p:last-child {
  margin-bottom: 0;
}

.border-red {
  border: 1px solid #BA160A;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px !important;
}
@media screen and (max-width: 768px) {
  .border-red {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 768px) {
  .m-d_title + .item-box {
    padding: 20px;
  }
  .order0 {
    order: 0;
  }
  .order1 {
    order: 1;
  }
}
/* --------------*/
/* l-label-wrap */
/* --------------*/
.l-label-wrap {
  display: grid;
  gap: 40px;
}
.l-label-wrap .l-label-box.reason::before {
  color: #fff;
  background: #0ABAB5;
  display: flex;
  align-items: center;
  font-size: 22px;
  padding: 20px 0;
}
.l-label-wrap .l-label-box .img-box {
  position: relative;
  width: 100%;
  padding-bottom: 77%;
  overflow: hidden;
}
.l-label-wrap .l-label-box .img-box img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-label-wrap .l-label-box .txt-box {
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .l-label-wrap {
    display: grid;
    gap: 40px;
  }
  .l-label-wrap .l-label-box.reason::before {
    height: 50px;
    width: 100%;
    padding: 0 20px;
  }
  .l-label-wrap .l-label-box .img-box img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-label-wrap .l-label-box {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-template-rows: auto;
  }
  .l-label-wrap .l-label-box.reason::before {
    width: 50px;
    height: 100%;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-label-wrap .l-label-box .img-box {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .l-label-wrap .l-label-box .txt-box {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-left: 80px;
  }
}

/* --------------*/
/* areabnr */
/* --------------*/
.areabnr {
  display: grid;
  gap: 20px 0;
}
.areabnr .img-box {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .areabnr {
    padding: 40px 0 40px 40px;
    grid-template-columns: auto 277px;
    grid-template-rows: auto;
    align-items: center;
  }
  .areabnr .img-box {
    text-align: center;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .areabnr .txt-box {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 1025px) {
  .areabnr {
    padding: 40px 0 40px 90px;
    grid-template-columns: auto 377px;
  }
}

/* --------------*/
/* tab-label-box */
/* --------------*/
.tab-label-box {
  background: #fff;
  position: relative;
  padding: 60px 15px;
  border-radius: 8px;
}
.tab-label-box .label-name {
  background: #0ABAB5;
  border-radius: 8px 8px 8px 0;
  padding: 8px 60px 7px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: -23px;
  height: 46px;
  color: #fff;
}
.tab-label-box .titleh2 + .desc-txt {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 20px;
}
.tab-label-box .tab-label-inr2column {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .tab-label-box {
    padding: 60px;
  }
  .tab-label-box .titleh2 + .desc-txt {
    font-size: 22px;
  }
  .tab-label-box .tab-label-inr2column {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --------------*/
/* step-icon-wrap */
/* --------------*/
.step-icon-wrap {
  display: grid;
  gap: 80px;
}
.step-icon-wrap .step-icon-box {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 40px;
  position: relative;
}
.step-icon-wrap .step-icon-box:not(:last-child)::before {
  content: "";
  width: 4px;
  height: 100%;
  background: #0ABAB5;
  display: block;
  position: absolute;
  left: 45px;
  top: 80px;
  z-index: -1;
}
.step-icon-wrap .step-icon-box .icon-img {
  grid-column: 1/2;
  width: 90px;
  height: 90px;
}
.step-icon-wrap .step-icon-box .step-icon-item {
  grid-column: 2/3;
  margin-top: 20px;
}
.step-icon-wrap .step-icon-box .step-icon-item .title {
  font-size: 20px;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .step-icon-wrap {
    gap: 15px;
  }
  .step-icon-wrap .step-icon-box {
    gap: 20px;
  }
}

/* --------------*/
/* step-icon-wrap 2*/
/* --------------*/
.step-icon-wrap2 {
  display: grid;
  gap: 20px;
  position: relative;
}
.step-icon-wrap2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 23px;
  background-color: rgba(0, 175, 204, 0.45);
  width: 10px;
  height: 100%;
  display: block;
  z-index: -1;
}
.step-icon-wrap2 .step-icon-box {
  background-color: #E4F7FA;
}
.step-icon-wrap2 .step-icon-box .icon-title-wrap {
  background: #0ABAB5;
  padding: 11px 15px 12px;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.step-icon-wrap2 .step-icon-box .icon-title-wrap img {
  width: 30px;
  flex-basis: 0;
}
.step-icon-wrap2 .step-icon-box .icon-title-wrap .title {
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.step-icon-wrap2 .step-icon-box .step-txt-item {
  padding: 30px 15px;
}
.step-icon-wrap2 .step-icon-box .iconList li {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .step-icon-wrap2 {
    gap: 40px;
  }
  .step-icon-wrap2::before {
    left: 43px;
  }
  .step-icon-wrap2 .step-icon-box .icon-title-wrap {
    padding: 11px 30px 12px;
  }
  .step-icon-wrap2 .step-icon-box .icon-title-wrap .title {
    font-size: 20px;
  }
  .step-icon-wrap2 .step-icon-box .step-txt-item {
    padding: 30px;
  }
}

.sell-item-wrap_bottom {
  margin-top: 30px;
}

.sell-item-wrap_bottom .link {
  width: 105px;
}

.btn_b1 {
  border-radius: 4px;
  background: linear-gradient(#767676, #333333) !important;
  font-weight: bold !important;
  font-size: 14px;
  position: relative;
}
.btn_b1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: url("images/common/btn-arrow.svg") no-repeat;
  background-size: 8px;
  background-position: center;
}

.btn_b2 {
  border-radius: 4px;
  background: linear-gradient(40deg, #F0F0F0, #DDDDDD) !important;
  color: #333333 !important;
  font-weight: bold !important;
  font-size: 14px;
  position: relative;
}
.btn_b2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: url("images/common/btn-arrow_bk.svg") no-repeat;
  background-size: 8px;
  background-position: center;
}

.btn_b1_sp {
  border-radius: 4px;
  background: linear-gradient(#767676, #333333) !important;
  font-weight: bold !important;
  font-size: 14px;
}
.btn_b1_sp::before {
  content: "";
  width: 30px;
  height: 100%;
  background: url("images/common/home_icon.svg") no-repeat;
  background-size: 8px;
  background-position: center;
}

.btn_b2_sp {
  border-radius: 4px;
  background: linear-gradient(40deg, #F0F0F0, #DDDDDD) !important;
  color: #333333 !important;
  font-weight: bold !important;
  font-size: 14px;
}
.btn_b2_sp::before {
  content: "";
  width: 30px;
  height: 100%;
  background: url("images/common/home_icon2.svg") no-repeat;
  background-size: 8px;
  background-position: center;
}

/* for IE *//*# sourceMappingURL=style.css.map */