@charset "UTF-8";
.fs12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .fs12 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 414px) {
  .fs12 {
    font-size: 1rem;
  }
}

.fs13 {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .fs13 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 414px) {
  .fs13 {
    font-size: 1.1rem;
  }
}

.fs14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .fs14 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 414px) {
  .fs14 {
    font-size: 1.2rem;
  }
}

.fs15 {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .fs15 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 414px) {
  .fs15 {
    font-size: 1.3rem;
  }
}

.fs16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .fs16 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 414px) {
  .fs16 {
    font-size: 1.4rem;
  }
}

.fs17 {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .fs17 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  .fs17 {
    font-size: 1.5rem;
  }
}

.fs18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .fs18 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 414px) {
  .fs18 {
    font-size: 1.6rem;
  }
}

.fs19 {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .fs19 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .fs19 {
    font-size: 1.7rem;
  }
}

.fs20 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .fs20 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 414px) {
  .fs20 {
    font-size: 1.8rem;
  }
}

.fs21 {
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .fs21 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 414px) {
  .fs21 {
    font-size: 1.9rem;
  }
}

.fs22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .fs22 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 414px) {
  .fs22 {
    font-size: 2rem;
  }
}

.fs23 {
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .fs23 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 414px) {
  .fs23 {
    font-size: 2.1rem;
  }
}

.fs24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .fs24 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 414px) {
  .fs24 {
    font-size: 2.2rem;
  }
}

.fs25 {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .fs25 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .fs25 {
    font-size: 2.3rem;
  }
}

.fs26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .fs26 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 414px) {
  .fs26 {
    font-size: 2.4rem;
  }
}

.fs27 {
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .fs27 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 414px) {
  .fs27 {
    font-size: 2.5rem;
  }
}

.fs28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .fs28 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 414px) {
  .fs28 {
    font-size: 2.6rem;
  }
}

.fs29 {
  font-size: 2.9rem;
}
@media screen and (max-width: 768px) {
  .fs29 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) {
  .fs29 {
    font-size: 2.7rem;
  }
}

.fs30 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .fs30 {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 414px) {
  .fs30 {
    font-size: 2.8rem;
  }
}

.font-s12 {
  font-size: 1.2rem !important;
}
@media screen and (max-width: 768px) {
  .font-s12 {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s12 {
    font-size: 1rem !important;
  }
}

.font-s13 {
  font-size: 1.3rem !important;
}
@media screen and (max-width: 768px) {
  .font-s13 {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s13 {
    font-size: 1.1rem !important;
  }
}

.font-s14 {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 768px) {
  .font-s14 {
    font-size: 1.3rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s14 {
    font-size: 1.2rem !important;
  }
}

.font-s15 {
  font-size: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .font-s15 {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s15 {
    font-size: 1.3rem !important;
  }
}

.font-s16 {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 768px) {
  .font-s16 {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s16 {
    font-size: 1.4rem !important;
  }
}

.font-s17 {
  font-size: 1.7rem !important;
}
@media screen and (max-width: 768px) {
  .font-s17 {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s17 {
    font-size: 1.5rem !important;
  }
}

.font-s18 {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 768px) {
  .font-s18 {
    font-size: 1.7rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s18 {
    font-size: 1.6rem !important;
  }
}

.font-s19 {
  font-size: 1.9rem !important;
}
@media screen and (max-width: 768px) {
  .font-s19 {
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s19 {
    font-size: 1.7rem !important;
  }
}

.font-s20 {
  font-size: 2rem !important;
}
@media screen and (max-width: 768px) {
  .font-s20 {
    font-size: 1.9rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s20 {
    font-size: 1.8rem !important;
  }
}

.font-s21 {
  font-size: 2.1rem !important;
}
@media screen and (max-width: 768px) {
  .font-s21 {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s21 {
    font-size: 1.9rem !important;
  }
}

.font-s22 {
  font-size: 2.2rem !important;
}
@media screen and (max-width: 768px) {
  .font-s22 {
    font-size: 2.1rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s22 {
    font-size: 2rem !important;
  }
}

.font-s23 {
  font-size: 2.3rem !important;
}
@media screen and (max-width: 768px) {
  .font-s23 {
    font-size: 2.2rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s23 {
    font-size: 2.1rem !important;
  }
}

.font-s24 {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 768px) {
  .font-s24 {
    font-size: 2.3rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s24 {
    font-size: 2.2rem !important;
  }
}

.font-s25 {
  font-size: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  .font-s25 {
    font-size: 2.4rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s25 {
    font-size: 2.3rem !important;
  }
}

.font-s26 {
  font-size: 2.6rem !important;
}
@media screen and (max-width: 768px) {
  .font-s26 {
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s26 {
    font-size: 2.4rem !important;
  }
}

.font-s27 {
  font-size: 2.7rem !important;
}
@media screen and (max-width: 768px) {
  .font-s27 {
    font-size: 2.6rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s27 {
    font-size: 2.5rem !important;
  }
}

.font-s28 {
  font-size: 2.8rem !important;
}
@media screen and (max-width: 768px) {
  .font-s28 {
    font-size: 2.7rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s28 {
    font-size: 2.6rem !important;
  }
}

.font-s29 {
  font-size: 2.9rem !important;
}
@media screen and (max-width: 768px) {
  .font-s29 {
    font-size: 2.8rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s29 {
    font-size: 2.7rem !important;
  }
}

.font-s30 {
  font-size: 3rem !important;
}
@media screen and (max-width: 768px) {
  .font-s30 {
    font-size: 2.9rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s30 {
    font-size: 2.8rem !important;
  }
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.block {
  display: block;
}

.iblock {
  display: inline-block;
}

.inline {
  display: inline;
}

.pc-block {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-block {
    display: none;
  }
}

.pc-iblock {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pc-iblock {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

.sp-iblock {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-iblock {
    display: inline-block;
  }
}

@media screen and (min-width: 769px) {
  .sp-visible {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-visible {
    display: none !important;
  }
}

@media screen and (min-width: 415px) {
  .mb-visible {
    display: none !important;
  }
}

@media screen and (max-width: 414px) {
  .tb-visible {
    display: none !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 414px) {
  .mt5 {
    margin-top: 3px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 414px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 414px) {
  .mt15 {
    margin-top: 8px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 414px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 414px) {
  .mt25 {
    margin-top: 13px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 414px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 414px) {
  .mt35 {
    margin-top: 18px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 414px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 414px) {
  .mt45 {
    margin-top: 23px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 414px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 414px) {
  .mb5 {
    margin-bottom: 3px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 414px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 414px) {
  .mb15 {
    margin-bottom: 8px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 414px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 414px) {
  .mb25 {
    margin-bottom: 13px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 414px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 414px) {
  .mb35 {
    margin-bottom: 18px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 414px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 414px) {
  .mb45 {
    margin-bottom: 23px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 414px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 414px) {
  .ml5 {
    margin-left: 3px !important;
  }
}

.ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 414px) {
  .ml10 {
    margin-left: 5px !important;
  }
}

.ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 414px) {
  .ml15 {
    margin-left: 8px !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 414px) {
  .ml20 {
    margin-left: 10px !important;
  }
}

.ml25 {
  margin-left: 25px !important;
}
@media screen and (max-width: 414px) {
  .ml25 {
    margin-left: 13px !important;
  }
}

.ml30 {
  margin-left: 30px !important;
}
@media screen and (max-width: 414px) {
  .ml30 {
    margin-left: 15px !important;
  }
}

.ml35 {
  margin-left: 35px !important;
}
@media screen and (max-width: 414px) {
  .ml35 {
    margin-left: 18px !important;
  }
}

.ml40 {
  margin-left: 40px !important;
}
@media screen and (max-width: 414px) {
  .ml40 {
    margin-left: 20px !important;
  }
}

.ml45 {
  margin-left: 45px !important;
}
@media screen and (max-width: 414px) {
  .ml45 {
    margin-left: 23px !important;
  }
}

.ml50 {
  margin-left: 50px !important;
}
@media screen and (max-width: 414px) {
  .ml50 {
    margin-left: 25px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 414px) {
  .mr5 {
    margin-right: 3px !important;
  }
}

.mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 414px) {
  .mr10 {
    margin-right: 5px !important;
  }
}

.mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 414px) {
  .mr15 {
    margin-right: 8px !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 414px) {
  .mr20 {
    margin-right: 10px !important;
  }
}

.mr25 {
  margin-right: 25px !important;
}
@media screen and (max-width: 414px) {
  .mr25 {
    margin-right: 13px !important;
  }
}

.mr30 {
  margin-right: 30px !important;
}
@media screen and (max-width: 414px) {
  .mr30 {
    margin-right: 15px !important;
  }
}

.mr35 {
  margin-right: 35px !important;
}
@media screen and (max-width: 414px) {
  .mr35 {
    margin-right: 18px !important;
  }
}

.mr40 {
  margin-right: 40px !important;
}
@media screen and (max-width: 414px) {
  .mr40 {
    margin-right: 20px !important;
  }
}

.mr45 {
  margin-right: 45px !important;
}
@media screen and (max-width: 414px) {
  .mr45 {
    margin-right: 23px !important;
  }
}

.mr50 {
  margin-right: 50px !important;
}
@media screen and (max-width: 414px) {
  .mr50 {
    margin-right: 25px !important;
  }
}

.telephone a {
  cursor: default;
}
.telephone a:hover {
  opacity: 1;
}
.android .telephone a, .iphone .telephone a {
  opacity: 0.7;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

body:after {
  content: url(../img/plugin/lightbox/close.png) url(../img/plugin/lightbox/loading.gif) url(../img/plugin/lightbox/prev.png) url(../img/plugin/lightbox/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/plugin/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/plugin/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/plugin/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/plugin/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.ajax-loader {
  position: absolute !important;
}

.top-renew-service {
  padding-top: 80px;
  padding-bottom: 140px;
  background: #f1f1f2;
}
@media screen and (max-width: 768px) {
  .top-renew-service {
    padding: 50px 0;
  }
}
.top-renew-service .wrapper .unit-trs-title-01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top-renew-service .wrapper .unit-trs-title-01 {
    margin-bottom: 30px;
  }
}
.top-renew-service .wrapper .sec-inner:nth-of-type(n + 2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .top-renew-service .wrapper .sec-inner:nth-of-type(n + 2) {
    margin-top: 50px;
  }
}
.top-renew-service .wrapper .sec-inner .unit-trs-subtitle-01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-renew-service .wrapper .sec-inner .unit-trs-subtitle-01 {
    margin-bottom: 15px;
  }
}
.top-renew-service .wrapper .sec-inner > p {
  text-align: center;
}
.top-renew-service .wrapper .sec-inner .unit-trs-imgbox-01 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .top-renew-service .wrapper .sec-inner .unit-trs-imgbox-01 {
    margin-top: 15px;
  }
}
.top-renew-service .wrapper .sec-inner .unit-trs-imgbox-02 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .top-renew-service .wrapper .sec-inner .unit-trs-imgbox-02 {
    margin-top: 15px;
  }
}

.top-renew-information {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .top-renew-information {
    padding: 50px 0;
  }
}
.top-renew-information .unit-trs-title-02 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top-renew-information .unit-trs-title-02 {
    margin-bottom: 30px;
  }
}

.top-renew-case {
  padding-top: 60px;
  padding-bottom: 100px;
  background: #f1f1f2;
}
@media screen and (max-width: 768px) {
  .top-renew-case {
    padding: 50px 0;
  }
}
.top-renew-case .unit-trs-title-02 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top-renew-case .unit-trs-title-02 {
    margin-bottom: 30px;
  }
}

.top-renew-sns {
  padding: 35px 0 60px;
}
@media screen and (min-width: 769px) {
  .top-renew-sns {
    padding: 70px 0 120px;
  }
}
.top-renew-sns.decoration::before {
  border-top: 0;
}
.top-renew-sns .box-instagram .title,
.top-renew-sns .box-youtube .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .top-renew-sns .box-instagram .title,
  .top-renew-sns .box-youtube .title {
    padding-bottom: 20px;
  }
}
.top-renew-sns .box-instagram .title::before,
.top-renew-sns .box-youtube .title::before {
  font-family: "Font Awesome 5 Brands";
  font-size: 1.5rem;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .top-renew-sns .box-instagram .title::before,
  .top-renew-sns .box-youtube .title::before {
    font-size: 2rem;
  }
}
.top-renew-sns .box-instagram {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .top-renew-sns .box-instagram {
    margin-top: 60px;
  }
}
.top-renew-sns .box-instagram .title::before {
  content: "\f16d";
}
.top-renew-sns .box-youtube {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .top-renew-sns .box-youtube {
    margin-top: 40px;
  }
}
.top-renew-sns .box-youtube .title::before {
  content: "\f167";
}
.top-renew-sns .box-youtube .youtube-list .yrc-core {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .top-renew-sns .box-youtube .youtube-list .yrc-core {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.top-renew-sns .box-youtube .youtube-list .yrc-item {
  width: auto !important;
  margin: 0 !important;
}
.top-renew-sns .box-youtube .youtube-list .yrc-item-meta {
  display: none;
}

.unit-trs-title-01 {
  text-align: center;
}
.unit-trs-title-01 > * {
  display: block;
}
.unit-trs-title-01 .ja {
  font-size: 3rem;
  letter-spacing: 0.2em;
  color: #004080;
}
@media screen and (max-width: 768px) {
  .unit-trs-title-01 .ja {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.unit-trs-title-01 .en {
  font-family: "Unica One", cursive;
  font-size: 1.4rem;
  letter-spacing: 0.4em;
  color: #909c9c;
}
@media screen and (max-width: 768px) {
  .unit-trs-title-01 .en {
    font-size: 1.2rem;
  }
}

.unit-trs-title-02 {
  text-align: center;
}
.unit-trs-title-02 > * {
  display: block;
}
.unit-trs-title-02 .ja {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  color: #004080;
}
@media screen and (max-width: 768px) {
  .unit-trs-title-02 .ja {
    font-size: 1.7rem;
  }
}
.unit-trs-title-02 .en {
  font-family: "Unica One", cursive;
  font-size: 1.4rem;
  letter-spacing: 0.4em;
  color: #909c9c;
}
@media screen and (max-width: 768px) {
  .unit-trs-title-02 .en {
    font-size: 1.2rem;
  }
}

.unit-trs-subtitle-01 {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .unit-trs-subtitle-01 {
    font-size: 1.9rem;
  }
}

@media screen and (min-width: 769px) {
  .unit-trs-imgbox-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.unit-trs-imgbox-01 .inner {
  position: relative;
  text-decoration: none !important;
  color: inherit !important;
}
@media screen and (max-width: 768px) {
  .unit-trs-imgbox-01 .inner:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
.unit-trs-imgbox-01 .inner .imgbox {
  position: relative;
  z-index: 2;
}
.unit-trs-imgbox-01 .inner .txtbox {
  position: relative;
  z-index: 2;
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .unit-trs-imgbox-01 .inner .txtbox {
    padding: 15px;
  }
}
.unit-trs-imgbox-01 .inner .txtbox .title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .unit-trs-imgbox-01 .inner .txtbox .title {
    font-size: 1.5rem;
  }
}
.unit-trs-imgbox-01 .inner .txtbox p {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .unit-trs-imgbox-01 .inner .txtbox p {
    font-size: 1.2rem;
  }
}
.unit-trs-imgbox-01 .inner .shadow {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #909c9c;
}
@media screen and (min-width: 769px) {
  .unit-trs-imgbox-01 .inner {
    width: 320px;
    margin-right: 30px;
  }
  .unit-trs-imgbox-01 .inner:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .unit-trs-imgbox-02 .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none !important;
    color: inherit !important;
  }
  .unit-trs-imgbox-02 .inner .imgbox {
    position: relative;
    z-index: 2;
    width: 400px;
  }
  .unit-trs-imgbox-02 .inner .txtbox {
    position: relative;
    z-index: 2;
    padding: 20px;
    background: #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .unit-trs-imgbox-02 .inner .txtbox .title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .unit-trs-imgbox-02 .inner .txtbox p {
    font-size: 1.3rem;
  }
  .unit-trs-imgbox-02 .inner .shadow {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #909c9c;
  }
}
@media screen and (max-width: 768px) {
  .unit-trs-imgbox-02 .inner {
    position: relative;
    text-decoration: none !important;
    color: inherit !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .unit-trs-imgbox-02 .inner:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .unit-trs-imgbox-02 .inner .imgbox {
    position: relative;
    z-index: 2;
  }
  .unit-trs-imgbox-02 .inner .txtbox {
    position: relative;
    z-index: 2;
    padding: 20px;
    background: #fff;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .unit-trs-imgbox-02 .inner .txtbox {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .unit-trs-imgbox-02 .inner .txtbox .title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .unit-trs-imgbox-02 .inner .txtbox .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .unit-trs-imgbox-02 .inner .txtbox p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .unit-trs-imgbox-02 .inner .txtbox .shadow {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #909c9c;
  }
  .unit-trs-imgbox-02 .inner .shadow {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #909c9c;
  }
}

.unit-trs-case-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.unit-trs-case-01 li a {
  text-decoration: none !important;
  color: inherit !important;
}
@media screen and (min-width: 769px) {
  .unit-trs-case-01 li {
    width: 240px;
    margin-right: 20px;
  }
  .unit-trs-case-01 li:nth-of-type(4n) {
    margin-right: 0;
  }
  .unit-trs-case-01 li:nth-of-type(n + 5) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .unit-trs-case-01 li {
    width: calc((100vw - 32px - 16px) / 2);
  }
  .unit-trs-case-01 li:nth-of-type(2n) {
    margin-left: 16px;
  }
}
.unit-trs-case-01 li figure .inner {
  display: block;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .unit-trs-case-01 li figure .inner {
    width: 240px;
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .unit-trs-case-01 li figure .inner {
    width: calc((100vw - 32px - 16px) / 2);
    height: calc(0.6666666667 * (100vw - 32px - 16px) / 2);
  }
}
.unit-trs-case-01 li figure .inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.unit-trs-case-01 li h2 {
  font-size: 1.5rem;
  text-align: center;
}
.unit-trs-case-01 li .category {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  color: #5990c8;
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .unit-loop-estate-01 .for-and-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .unit-loop-estate-01 .for-and-title .for-span {
    min-width: 90px;
    height: 25px;
    background: #004080;
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 10px;
    color: #fff;
  }
  .unit-loop-estate-01 .for-and-title .title-span {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .unit-loop-estate-01 .for-and-title {
    display: block;
    margin-bottom: 15px;
  }
  .unit-loop-estate-01 .for-and-title .for-span {
    min-width: 90px;
    height: 25px;
    background: #004080;
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 10px;
    color: #fff;
  }
  .unit-loop-estate-01 .for-and-title .title-span {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 10px;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .unit-loop-estate-01 .point-wrap {
    margin-bottom: 20px;
    width: calc(100% - 40px);
    height: 40px;
    background: #4d4d4d;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    color: #fff;
  }
  .unit-loop-estate-01 .point-wrap .point {
    font-size: 1.8rem;
    font-family: "Unica One", cursive;
    margin-right: 20px;
  }
  .unit-loop-estate-01 .point-wrap .cont {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .unit-loop-estate-01 .point-wrap {
    margin-bottom: 15px;
    width: calc(100% - 20px);
    height: 40px;
    background: #4d4d4d;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    color: #fff;
  }
  .unit-loop-estate-01 .point-wrap .point {
    font-size: 1.5rem;
    font-family: "Unica One", cursive;
    margin-right: 10px;
  }
  .unit-loop-estate-01 .point-wrap .cont {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 769px) {
  .unit-loop-estate-01 .inner-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .unit-loop-estate-01 .inner-flex {
    display: block;
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .unit-loop-estate-01 .inner-flex .inner-flex-left {
    width: 400px;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .unit-loop-estate-01 .inner-flex .inner-flex-left {
    width: 100%;
    height: calc(0.75 * (100% - 32px));
  }
}
.unit-loop-estate-01 .inner-flex .inner-flex-left figure {
  width: 100%;
  height: 100%;
}
.unit-loop-estate-01 .inner-flex .inner-flex-left figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .unit-loop-estate-01 .inner-flex .inner-flex-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 35px;
  }
}
@media screen and (max-width: 768px) {
  .unit-loop-estate-01 .inner-flex .inner-flex-right {
    margin-top: 30px;
  }
}
.unit-loop-estate-01 .inner-flex .inner-flex-right .yield-wrap {
  margin-top: 10px;
}
.unit-loop-estate-01 .inner-flex .inner-flex-right .price-wrap dl,
.unit-loop-estate-01 .inner-flex .inner-flex-right .yield-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .unit-loop-estate-01 .inner-flex .inner-flex-right .price-wrap dl,
  .unit-loop-estate-01 .inner-flex .inner-flex-right .yield-wrap dl {
    font-size: 1.4rem;
  }
}
.unit-loop-estate-01 .inner-flex .inner-flex-right .price-wrap dl dt,
.unit-loop-estate-01 .inner-flex .inner-flex-right .yield-wrap dl dt {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .unit-loop-estate-01 .inner-flex .inner-flex-right .price-wrap dl dt,
  .unit-loop-estate-01 .inner-flex .inner-flex-right .yield-wrap dl dt {
    width: 45px;
  }
}
.unit-loop-estate-01 .inner-flex .inner-flex-right .price-wrap dl dd,
.unit-loop-estate-01 .inner-flex .inner-flex-right .yield-wrap dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #004080;
}
.unit-loop-estate-01 .inner-flex .inner-flex-right .unit-table-01 {
  margin: 30px 0 35px;
}
@media screen and (max-width: 768px) {
  .unit-loop-estate-01 .inner-flex .inner-flex-right .unit-table-01 {
    margin: 15px 0;
  }
}
.box-loop-estate-01 .unit-loop-estate-01 {
  padding: 60px 0;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .box-loop-estate-01 .unit-loop-estate-01 {
    padding: 30px 0;
  }
}

@media screen and (min-width: 769px) {
  .box-tab-01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box-tab-01 .tab-inner {
    margin: 0 15px;
  }
  .box-tab-01:after {
    content: none;
  }
}
.box-tab-01 .tab-inner a {
  background: #fff !important;
  color: #003171 !important;
}
.box-tab-01 .tab-inner a:hover {
  background: #003171 !important;
  color: #fff !important;
  opacity: 1;
}
.box-tab-01 .tab-inner a.is-active {
  background: #003171 !important;
  color: #fff !important;
}

.box-trs-tab-01 .tab-contents .tab-contents-inner {
  display: none;
}
.box-trs-tab-01 .tab-contents .tab-contents-inner.is-active {
  display: block;
}
@media screen and (min-width: 769px) {
  .box-trs-tab-01 .tab-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .box-trs-tab-01 .tab-wrap ul {
    display: block;
  }
}
.box-trs-tab-01 .tab-wrap .tab-ope {
  width: 240px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  border: 1px solid #909c9c;
  color: #909c9c;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .box-trs-tab-01 .tab-wrap .tab-ope {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .box-trs-tab-01 .tab-wrap .tab-ope:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}
.box-trs-tab-01 .tab-wrap .tab-ope:hover,
.box-trs-tab-01 .tab-wrap .tab-ope.selected {
  background: #909c9c;
  color: #fff;
}
.box-trs-tab-01 .tab-contents {
  margin-top: 40px;
}
.box-trs-tab-01 .tab-contents.information {
  margin: 0 !important;
  margin-top: 40px !important;
}
.box-estate-single-01 {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 {
    padding: 50px 0;
  }
}
@media screen and (min-width: 769px) {
  .box-estate-single-01 .for-and-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .box-estate-single-01 .for-and-title .for-span {
    min-width: 90px;
    height: 25px;
    background: #004080;
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 10px;
    color: #fff;
  }
  .box-estate-single-01 .for-and-title .title-span {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 .for-and-title {
    display: block;
    margin-bottom: 15px;
  }
  .box-estate-single-01 .for-and-title .for-span {
    min-width: 90px;
    height: 25px;
    background: #004080;
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 10px;
    color: #fff;
  }
  .box-estate-single-01 .for-and-title .title-span {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 10px;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .box-estate-single-01 .point-wrap {
    margin-bottom: 20px;
    width: calc(100% - 40px);
    height: 40px;
    background: #4d4d4d;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    color: #fff;
  }
  .box-estate-single-01 .point-wrap .point {
    font-size: 1.8rem;
    font-family: "Unica One", cursive;
    margin-right: 20px;
  }
  .box-estate-single-01 .point-wrap .cont {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 .point-wrap {
    margin-bottom: 15px;
    width: calc(100% - 20px);
    height: 40px;
    background: #4d4d4d;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    color: #fff;
  }
  .box-estate-single-01 .point-wrap .point {
    font-size: 1.5rem;
    font-family: "Unica One", cursive;
    margin-right: 10px;
  }
  .box-estate-single-01 .point-wrap .cont {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 769px) {
  .box-estate-single-01 .price-and-yield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.box-estate-single-01 .price-and-yield > * {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 .price-and-yield > * {
    width: 100%;
  }
  .box-estate-single-01 .price-and-yield > *:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}
.box-estate-single-01 .price-wrap dl,
.box-estate-single-01 .yield-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 .price-wrap dl,
  .box-estate-single-01 .yield-wrap dl {
    font-size: 1.4rem;
  }
}
.box-estate-single-01 .price-wrap dl dt,
.box-estate-single-01 .yield-wrap dl dt {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 .price-wrap dl dt,
  .box-estate-single-01 .yield-wrap dl dt {
    width: 45px;
  }
}
.box-estate-single-01 .price-wrap dl dd,
.box-estate-single-01 .yield-wrap dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #004080;
}
.box-estate-single-01 .unit-table-01 {
  margin: 30px 0 35px;
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 .unit-table-01 {
    margin: 15px 0;
  }
}
@media screen and (min-width: 769px) {
  .box-estate-single-01 .unit-table-01 tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-estate-single-01 .unit-table-01 tbody tr {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-estate-single-01 .unit-table-01 tbody tr:nth-of-type(n + 3) th,
  .box-estate-single-01 .unit-table-01 tbody tr:nth-of-type(n + 3) td {
    border-top: none;
  }
  .box-estate-single-01 .unit-table-01 tbody tr:nth-of-type(2n) th {
    border-left: none;
  }
  .box-estate-single-01 .unit-table-01 tbody tr th {
    width: 160px;
    border-right: none;
  }
  .box-estate-single-01 .unit-table-01 tbody tr td {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.box-estate-single-01 .gallery-wrap {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 .gallery-wrap {
    margin: 30px 0;
  }
}
.box-estate-single-01 .gallery-wrap .slide-for {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .box-estate-single-01 .gallery-wrap .slide-for {
    width: 800px !important;
    height: 530px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 .gallery-wrap .slide-for {
    width: 100%;
    height: 60.6060606061vw;
    margin-top: 15px;
  }
}
.box-estate-single-01 .gallery-wrap .slide-for > * {
  height: 100%;
}
.box-estate-single-01 .gallery-wrap .slide-for > * > * {
  height: 100%;
}
.box-estate-single-01 .gallery-wrap .slide-for > * > * > * {
  height: 100%;
}
.box-estate-single-01 .gallery-wrap .slide-for li {
  width: 100%;
  height: 100%;
  background: #eee;
}
.box-estate-single-01 .gallery-wrap .slide-for li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.box-estate-single-01 .gallery-wrap .slide-for .slick-prev {
  left: 20px;
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 .gallery-wrap .slide-for .slick-prev {
    left: -10px;
  }
}
.box-estate-single-01 .gallery-wrap .slide-for .slick-prev:after {
  content: "\f104";
}
.box-estate-single-01 .gallery-wrap .slide-for .slick-next {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 .gallery-wrap .slide-for .slick-next {
    right: -10px;
  }
}
.box-estate-single-01 .gallery-wrap .slide-for .slick-next:after {
  content: "\f105";
}
.box-estate-single-01 .gallery-wrap .slide-for .slick-prev,
.box-estate-single-01 .gallery-wrap .slide-for .slick-next {
  width: 50px;
  height: 50px;
  background: #4d4d4d;
  z-index: 1;
  color: #fff !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 .gallery-wrap .slide-for .slick-prev,
  .box-estate-single-01 .gallery-wrap .slide-for .slick-next {
    width: 40px;
    height: 40px;
  }
}
.box-estate-single-01 .gallery-wrap .slide-for .slick-prev:before,
.box-estate-single-01 .gallery-wrap .slide-for .slick-next:before {
  content: none;
}
@media screen and (min-width: 769px) {
  .box-estate-single-01 .gallery-wrap .slide-for .slick-prev:hover,
  .box-estate-single-01 .gallery-wrap .slide-for .slick-next:hover {
    opacity: 0.6;
  }
}
.box-estate-single-01 .gallery-wrap .slide-for .slick-prev:after,
.box-estate-single-01 .gallery-wrap .slide-for .slick-next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Fontawesome";
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .box-estate-single-01 .gallery-wrap .slide-nav {
    width: 800px !important;
    height: 120px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 .gallery-wrap .slide-nav {
    width: 100%;
    height: 9.0875vw;
    margin-top: 15px;
  }
}
.box-estate-single-01 .gallery-wrap .slide-nav > * {
  height: 100%;
}
.box-estate-single-01 .gallery-wrap .slide-nav > * > * {
  height: 100%;
}
.box-estate-single-01 .gallery-wrap .slide-nav > * > * > * {
  height: 100%;
}
.box-estate-single-01 .gallery-wrap .slide-nav li {
  height: 100%;
}
.box-estate-single-01 .gallery-wrap .slide-nav li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-estate-single-01 .gallery-wrap .slide-nav .slick-track {
  margin: 0;
}
.box-estate-single-01 .gallery-wrap .slide-nav .slick-slide {
  margin-right: 10px;
}
.box-estate-single-01 .gallery-wrap .slide-nav.not-transform .slick-track {
  -webkit-transform: unset !important;
      -ms-transform: unset !important;
          transform: unset !important;
}
.box-estate-single-01 .map-title {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .box-estate-single-01 .map-wrap iframe {
    width: 100%;
    height: 440px;
  }
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 .map-wrap iframe {
    width: 100%;
    height: 250px;
  }
}
@media screen and (min-width: 769px) {
  .box-estate-single-01 .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 .btn-wrap {
    display: block;
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .box-estate-single-01 .btn-wrap .button {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 .btn-wrap .button {
    display: block;
  }
  .box-estate-single-01 .btn-wrap .button:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .box-estate-single-01 .btn-wrap .button.border a {
    width: 248px;
    height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 .btn-wrap .button.border a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 30px);
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 .btn-wrap .button.common a {
    width: calc(100% - 20px);
  }
}

#header .globalNav .nav_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 769px) {
  #header .globalNav .nav_inner {
    padding: 27px 170px 24px 0;
  }
}
@media screen and (min-width: 769px) {
  #header .globalNav .pc_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header .globalNav .pc_link li {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #header .globalNav .pc_link li a {
    padding-left: 30px;
    padding-right: 30px;
  }
  #header .globalNav .pc_link li:first-of-type {
    border-left: 1px solid #6687ae;
  }
}
#header .globalNav .sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header .globalNav .sns_link_text {
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
#header .globalNav .sns_link_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
#header .globalNav .sns_link_btn .btn {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
}
#header .globalNav .sns_link_btn .btn::before {
  font-family: "Font Awesome 5 Brands";
  font-size: 1.3rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#header .globalNav .sns_link_btn .btn.instagram::before {
  content: "\f16d";
  color: #cf2e92;
}
#header .globalNav .sns_link_btn .btn.youtube::before {
  content: "\f167";
  color: #d21c24;
}
@media screen and (min-width: 769px) {
  #header .dropdown .common_list li:nth-of-type(n + 6) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  #header .dropdown .common_list li p {
    font-size: 1.2rem;
  }
}

#fixBanner ul li.asset-land {
  background: #618e34;
}
#fixBanner ul li.asset-land .title.underdeco {
  display: block;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#fixBanner ul li.asset-land .title.underdeco:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 110px;
  height: 4px;
  background: #81a55d;
  border-radius: 2px;
}
@media screen and (min-width: 769px) {
  .box-tab-01.col3 > .tab-inner {
    width: 330px;
    margin-right: 15px;
    margin-left: 0;
  }
  .box-tab-01.col3 > .tab-inner:last-of-type {
    margin-right: 0;
  }
}

.box-estate-single-01 .wrapper.estate-new-temp .area-and-price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 .wrapper.estate-new-temp .area-and-price dl {
    font-size: 1.5rem;
  }
}
.box-estate-single-01 .wrapper.estate-new-temp .area-and-price dl dt {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 .wrapper.estate-new-temp .area-and-price dl dt {
    width: 60px;
  }
}
.box-estate-single-01 .wrapper.estate-new-temp .area-and-price dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #004080;
}
@media screen and (min-width: 769px) {
  .box-estate-single-01 .wrapper.estate-new-temp .access-and-diagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .box-estate-single-01 .wrapper.estate-new-temp .access-and-diagram > * {
    width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 .wrapper.estate-new-temp .access-and-diagram > *:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}
.box-estate-single-01 .wrapper.estate-new-temp .access-and-diagram .access > div iframe {
  width: 100%;
  height: 270px;
}
@media screen and (max-width: 768px) {
  .box-estate-single-01 .wrapper.estate-new-temp .access-and-diagram .access > div iframe {
    height: 250px;
  }
}
.box-estate-single-01 .wrapper.estate-new-temp .access-and-diagram .diagram figure {
  border: 1px solid #d7d7d7;
}
.box-estate-single-01 .wrapper.estate-new-temp .access-and-diagram .diagram figure img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #contents .category_link_type02 .cf {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    background: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #contents .category_link_type02 .cf {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    background: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px;
    margin-bottom: 17px;
  }
}
#contents .category_link_type02 .cf > li {
  position: relative;
  display: block;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #contents .category_link_type02 .cf > li {
    margin: 0 4px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #contents .category_link_type02 .cf > li {
    width: 100%;
    font-size: 1rem;
  }
  #contents .category_link_type02 .cf > li:nth-of-type(n + 2) {
    margin-top: 5px;
  }
}
#contents .category_link_type02 .cf > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  border: 1px solid #6c7a80;
  line-height: 1;
  text-decoration: none;
  color: #6c7a80;
  background: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents .category_link_type02 .cf > li > a {
    padding: 10px 0;
  }
}
#contents .category_link_type02 .cf > li > a:hover {
  background-color: #6c7a80;
  color: #ffffff;
}
#contents .category_link_type02 .cf > li > a.active {
  background-color: #6c7a80;
  color: #ffffff;
}

#contents .news_section .wpcf7-form .button {
  padding-top: 0;
}
#contents .news_section .wpcf7-form .button.center {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .b-flex-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .b-flex-01 {
    display: block;
  }
  .b-flex-01 figure:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  .b-flex-01 img {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.b-flex-01.custom02 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 60px;
}
.u-flex-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  #footer .footer_inner .link_wrap .pc_layout .columnAuto > .inner {
    padding-right: 45px;
  }
  #footer .footer_inner .link_wrap .pc_layout .columnAuto > .inner.float_right {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  #contents .detail_layout02 .detail_wrap .inner.type02 .detail {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  #contents .detail_layout02 .detail_wrap .inner.type02 .detail .title {
    line-height: 1.6;
  }
  #contents .detail_layout02 .detail_wrap .inner.type02 .detail .title > div:nth-of-type(1), #contents .detail_layout02 .detail_wrap .inner.type02 .detail .title > div:nth-of-type(3) {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #contents .detail_layout02 .detail_wrap .inner.type02 .detail .title {
    line-height: 1.6;
  }
  #contents .detail_layout02 .detail_wrap .inner.type02 .detail .title > div:nth-of-type(1), #contents .detail_layout02 .detail_wrap .inner.type02 .detail .title > div:nth-of-type(3) {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  #header .under_title .inner h1 {
    text-align: center;
  }
}

.bg-f1f1f2 {
  background: #f1f1f2 !important;
}

.bg-fff {
  background: #fff !important;
}

@media screen and (max-width: 768px) {
  .page-concrete-spsec .inner-sec.inner-sec01 .catch_wrap {
    margin-top: 25px !important;
  }
  .page-concrete-spsec .inner-sec.inner-sec02 .catch_wrap {
    margin-top: 25px !important;
  }
  .page-concrete-spsec .inner-sec.inner-sec03 figure + figure {
    margin-top: 15px;
  }
  .page-concrete-spsec .inner-sec.inner-sec03 .catch_wrap {
    margin-top: 25px !important;
  }
  .page-concrete-spsec .inner-sec.inner-sec04 .bold {
    font-weight: bold !important;
  }
  .page-concrete-spsec .inner-sec.inner-sec04 figure + .text_wrap {
    margin-top: 25px !important;
  }
  .page-concrete-spsec .inner-sec.inner-sec04 .inner-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .page-concrete-spsec .inner-sec.inner-sec04 .inner-flex .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page-concrete-spsec .inner-sec.inner-sec04 .inner-flex .right {
    width: 140px;
  }
}

.custom-pad-01.catch_wrap {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .custom-pad-01.catch_wrap {
    padding-top: 20px;
  }
}

.custom-margin-01.unit-btnlist-01 {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .custom-margin-01.unit-btnlist-01 {
    margin-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .custom-margin-01.unit-btnlist-01 .btnlist-inner {
    width: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }
}

.height-fit-content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}