@charset "UTF-8";
/* ===============================================================================
Single
=============================================================================== */
/* property-section
========================= */
/* property-sec-1 */
.property-sec-1 {
  padding: 93px 0 100px;
  position: relative;
  background: #000f16;
  overflow: hidden;
}
.property-sec-1::before, .property-sec-1::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.property-sec-1::before {
  background: url("../img/cmn/cmn_bg01.png") repeat center center/600px auto;
  opacity: 0.2;
}
.property-sec-1::after {
  background: -webkit-linear-gradient(315deg, rgba(0, 64, 99, 0.3), #004063 80%, rgba(0, 64, 99, 0.4));
  background: linear-gradient(135deg, rgba(0, 64, 99, 0.3), #004063 80%, rgba(0, 64, 99, 0.4));
  opacity: 0.5;
}
.property-sec-1__inner {
  position: relative;
  z-index: 1;
}
.property-sec-1 .blks-1 {
  max-width: 1060px;
  padding: 90px 30px 100px;
  background: #0F425D;
  box-sizing: border-box;
  margin: 0 auto 100px;
}
.property-sec-1 .blks-1__inner {
  max-width: 772px;
  margin: 0 auto;
}
.property-sec-1 .blks-1 .heading {
  margin-bottom: 32px;
}
.property-sec-1 .blks-1 .eyecatch {
  text-align: center;
  margin-bottom: 40px;
}
.property-sec-1 .blks-1 .date {
  color: #C4C4C4;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.property-sec-1 .blks-1 .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.property-sec-1 .blks-1 .group__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.property-sec-1 .blks-1 .contentsDtl {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 56px;
}
.property-sec-1 .blks-1 .contentsDtl h2 {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  background: rgba(0, 15, 22, 0.6);
  border-left: solid 6px #2BB7B3;
  padding: 5px 10px 5px 12px;
  margin-bottom: 37px;
}
.property-sec-1 .blks-1 .contentsDtl h3 {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-bottom: solid #2BB7B3 2px;
  margin-bottom: 41px;
}
.property-sec-1 .blks-1 .contentsDtl h4 {
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  background: #18678F;
  padding: 7px 7px 7px 11px;
  margin-bottom: 36px;
}
.property-sec-1 .blks-1 .contentsDtl h5 {
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 20px;
}
.property-sec-1 .blks-1 .contentsDtl a {
  color: #F5C243;
  text-decoration: underline;
  word-break: break-all;
}
.property-sec-1 .blks-1 .contentsDtl a:hover {
  opacity: 0.8;
}
.property-sec-1 .blks-1 .contentsDtl strong {
  font-weight: 700;
}
.property-sec-1 .blks-1 .contentsDtl em {
  font-style: italic;
}
.property-sec-1 .blks-1 .contentsDtl .marker {
  background: -webkit-linear-gradient(top, transparent 50%, #001E2E 51%, #001E2E 95%, transparent 96%);
  background: linear-gradient(180deg, transparent 50%, #001E2E 51%, #001E2E 95%, transparent 96%);
}
.property-sec-1 .blks-1 .contentsDtl ul li {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  padding-left: 24px;
}
.property-sec-1 .blks-1 .contentsDtl ul li::before {
  position: absolute;
  content: "・";
  color: #2BB7B3;
  left: 0;
  top: 0;
}
.property-sec-1 .blks-1 .contentsDtl ul li:not(:last-child) {
  margin-bottom: 8px;
}
.property-sec-1 .blks-1 .contentsDtl ol li {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  padding-left: 24px;
}
.property-sec-1 .blks-1 .contentsDtl ol li::before {
  position: absolute;
  left: 0;
  top: 0;
}
.property-sec-1 .blks-1 .contentsDtl ol li:not(:last-child) {
  margin-bottom: 8px;
}
.property-sec-1 .blks-1 .contentsDtl ol li:nth-child(1)::before {
  content: "①";
}
.property-sec-1 .blks-1 .contentsDtl ol li:nth-child(2)::before {
  content: "②";
}
.property-sec-1 .blks-1 .contentsDtl ol li:nth-child(3)::before {
  content: "③";
}
.property-sec-1 .blks-1 .contentsDtl ol li:nth-child(4)::before {
  content: "④";
}
.property-sec-1 .blks-1 .contentsDtl ol li:nth-child(5)::before {
  content: "⑤";
}
.property-sec-1 .blks-1 .contentsDtl ol li:nth-child(6)::before {
  content: "⑥";
}
.property-sec-1 .blks-1 .contentsDtl ol li:nth-child(7)::before {
  content: "⑦";
}
.property-sec-1 .blks-1 .contentsDtl ol li:nth-child(8)::before {
  content: "⑧";
}
.property-sec-1 .blks-1 .contentsDtl ol li:nth-child(9)::before {
  content: "⑨";
}
.property-sec-1 .blks-1 .contentsDtl ol li:nth-child(10)::before {
  content: "⑩";
}
.property-sec-1 .blks-1 .contentsDtl ol li:nth-child(11)::before {
  content: "⑪";
}
.property-sec-1 .blks-1 .contentsDtl ol li:nth-child(12)::before {
  content: "⑫";
}
.property-sec-1 .blks-1 .contentsDtl ol li:nth-child(13)::before {
  content: "⑬";
}
.property-sec-1 .blks-1 .contentsDtl ol li:nth-child(14)::before {
  content: "⑭";
}
.property-sec-1 .blks-1 .contentsDtl ol li:nth-child(15)::before {
  content: "⑮";
}
.property-sec-1 .blks-1 .contentsDtl ol li:nth-child(16)::before {
  content: "⑯";
}
.property-sec-1 .blks-1 .contentsDtl ol li:nth-child(17)::before {
  content: "⑰";
}
.property-sec-1 .blks-1 .contentsDtl ol li:nth-child(18)::before {
  content: "⑱";
}
.property-sec-1 .blks-1 .contentsDtl ol li:nth-child(19)::before {
  content: "⑲";
}
.property-sec-1 .blks-1 .contentsDtl ol li:nth-child(20)::before {
  content: "⑳";
}
.property-sec-1 .blks-1 .contentsDtl blockquote {
  color: #373737;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
  padding: 16px 20px;
  word-break: break-all;
}
.property-sec-1 .blks-1 .contentsDtl .aligncenter {
  display: block;
  margin: 0 auto;
}
.property-sec-1 .blks-1 .contentsDtl .alignright {
  float: right;
}
.property-sec-1 .blks-1 .contentsDtl .alignleft {
  float: left;
}
.property-sec-1 .blks-1 .contentsDtl table {
  border-left: solid 1px #cfcfcf;
  border-top: solid 1px #cfcfcf;
}
.property-sec-1 .blks-1 .contentsDtl table th, .property-sec-1 .blks-1 .contentsDtl table td {
  padding: 1.25em;
  border-right: solid 1px #cfcfcf;
  border-bottom: solid 1px #cfcfcf;
}
.property-sec-1 .blks-1 .contentsDtl table th {
  background: #0daca2;
  font-weight: 700;
  color: #fff;
}
.property-sec-1 .blks-1 .contentsDtl .wp-caption {
  max-width: 100%;
}
.property-sec-1 .blks-1 .contentsDtl .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 40px 0;
}
.property-sec-1 .blks-1 .contentsDtl .comment__group {
  width: 72px;
  margin-right: 24px;
}
.property-sec-1 .blks-1 .contentsDtl .comment__image {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  overflow: hidden;
}
.property-sec-1 .blks-1 .contentsDtl .comment__image img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.property-sec-1 .blks-1 .contentsDtl .comment__name {
  background: #001926;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  text-align: center;
  position: relative;
  margin: -10px 7px 0;
}
.property-sec-1 .blks-1 .contentsDtl .comment__dtl {
  background: #cfd9df;
  color: #001926;
  font-weight: 500;
  padding: 20px 32px;
  border-radius: 20px;
  position: relative;
  margin-right: auto;
}
.property-sec-1 .blks-1 .contentsDtl .comment__dtl::before {
  position: absolute;
  content: "";
  display: block;
  top: 23px;
  left: -18px;
  border: solid 10px;
  border-color: transparent #cfd9df transparent transparent;
}
.property-sec-1 .blks-1 .contentsDtl .comment._type-2 .comment__group {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 0 24px;
}
.property-sec-1 .blks-1 .contentsDtl .comment._type-2 .comment__dtl {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  background: #d7dfcf;
  margin: 0 0 0 auto;
}
.property-sec-1 .blks-1 .contentsDtl .comment._type-2 .comment__dtl::before {
  left: auto;
  right: -18px;
  border-color: transparent transparent transparent #d7dfcf;
}
.property-sec-1 .blks-1 .contentsDtl .youtube {
  position: relative;
  padding-top: 56.25%;
}
.property-sec-1 .blks-1 .contentsDtl .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.property-sec-1 .blks-1 .grp__heading {
  margin-bottom: 32px;
}
.property-sec-1 .blks-1 .grp__col3 {
  margin-bottom: 40px;
}
.property-sec-1 .blks-1 .grp__btn {
  width: 330px;
  margin: 0 auto;
}
.property-sec-1 .blks-2 {
  position: relative;
}
.property-sec-1 .blks-2 .heading {
  margin-bottom: 30px;
}
.property-sec-1 .blks-2 .txt {
  text-align: center;
  margin-bottom: 56px;
}
.property-sec-1 .blks-2 .slider {
  width: 2060px;
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
}
.property-sec-1 .blks-2 .slider .swiper-container {
  overflow: visible;
}
.property-sec-1 .blks-2 .slider .swiper-slide {
  width: 310px;
  height: auto;
}
.property-sec-1 .blks-2 .swiper-pagination {
  text-align: center;
  position: relative;
  font-size: 0;
  margin-bottom: 80px;
}
.property-sec-1 .blks-2 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: solid 1px #2BB7B3;
  margin: 0 4px;
  background: none;
  opacity: 1;
}
.property-sec-1 .blks-2 .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.property-sec-1 .blks-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2BB7B3;
}
.property-sec-1 .blks-2 .swiper-button-next, .property-sec-1 .blks-2 .swiper-button-prev {
  display: none;
}
.property-sec-1 .blks-2 .btn {
  width: 330px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .property-sec-1 {
    padding: 40px 0;
  }
  .property-sec-1 .blks-1 {
    max-width: 1060px;
    padding: 40px 16px;
    margin: 0 0 40px;
  }
  .property-sec-1 .blks-1 .heading {
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
  }
  .property-sec-1 .blks-1 .group {
    margin-bottom: 16px;
  }
  .property-sec-1 .blks-1 .view {
    font-size: 0.75rem;
    padding-left: 24px;
    margin-right: 14px;
  }
  .property-sec-1 .blks-1 .view::before {
    width: 19px;
    height: 19px;
  }
  .property-sec-1 .blks-1 .like .wpulike-default button.wp_ulike_btn {
    min-height: 25px;
    min-width: 40px;
    padding: 0.5em;
  }
  .property-sec-1 .blks-1 .like .wpulike-default .wp_ulike_put_image:after {
    width: 14px;
    height: 14px;
  }
  .property-sec-1 .blks-1 .like .wpulike-default .count-box {
    font-size: 0.75rem;
    line-height: 24px;
  }
  .property-sec-1 .blks-1 .contentsDtl {
    font-size: 0.875rem;
    line-height: 1.79;
    letter-spacing: 0;
  }
  .property-sec-1 .blks-1 .contentsDtl h2 {
    font-size: 1rem;
    border-left-width: 4px;
    padding: 6px 10px 6px 12px;
    margin-bottom: 15px;
  }
  .property-sec-1 .blks-1 .contentsDtl h3 {
    font-size: 1rem;
    margin-bottom: 22px;
  }
  .property-sec-1 .blks-1 .contentsDtl h4 {
    font-size: 0.875rem;
    padding: 7px 7px 7px 11px;
    margin-bottom: 16px;
  }
  .property-sec-1 .blks-1 .contentsDtl h5 {
    font-size: 0.875rem;
    margin-bottom: 18px;
  }
  .property-sec-1 .blks-1 .contentsDtl ul li {
    font-size: 0.875rem;
    padding-left: 24px;
  }
  .property-sec-1 .blks-1 .contentsDtl ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  .property-sec-1 .blks-1 .contentsDtl ol li {
    font-size: 0.875rem;
    padding-left: 24px;
  }
  .property-sec-1 .blks-1 .contentsDtl ol li:not(:last-child) {
    margin-bottom: 8px;
  }
  .property-sec-1 .blks-1 .contentsDtl blockquote {
    color: #373737;
    font-size: 0.75rem;
    line-height: 1.6;
    font-weight: 500;
    background: #F3F3F3;
    padding: 13px 14px 11px;
  }
  .property-sec-1 .blks-1 .contentsDtl .comment {
    margin: 24px 0;
  }
  .property-sec-1 .blks-1 .contentsDtl .comment__group {
    width: 48px;
    margin-right: 16px;
  }
  .property-sec-1 .blks-1 .contentsDtl .comment__image {
    width: 48px;
    height: 48px;
  }
  .property-sec-1 .blks-1 .contentsDtl .comment__name {
    font-size: 0.6875rem;
    margin: -8px 2px 0;
  }
  .property-sec-1 .blks-1 .contentsDtl .comment__dtl {
    padding: 12px 16px;
    line-height: 1.7;
    border-radius: 20px;
  }
  .property-sec-1 .blks-1 .contentsDtl .comment__dtl::before {
    top: 15px;
    left: -15px;
  }
  .property-sec-1 .blks-1 .contentsDtl .comment._type-2 .comment__group {
    margin: 0 0 0 16px;
  }
  .property-sec-1 .blks-1 .contentsDtl .comment._type-2 .comment__dtl::before {
    right: -15px;
  }
  .property-sec-1 .blks-1 .grp__btn {
    width: auto;
  }
  .property-sec-1 .blks-2 {
    padding: 0 16px;
    margin-bottom: 20px;
  }
  .property-sec-1 .blks-2 .heading {
    margin: 0 -16px 20px;
  }
  .property-sec-1 .blks-2 .txt {
    margin: 0 -16px 20px;
    text-align: left;
  }
  .property-sec-1 .blks-2 .slider {
    width: auto;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 -20px 10px;
  }
  .property-sec-1 .blks-2 .slider .swiper-container {
    padding: 0 20px;
  }
  .property-sec-1 .blks-2 .slider .swiper-slide {
    width: auto;
  }
  .property-sec-1 .blks-2 .swiper-pagination {
    margin-bottom: 40px;
  }
  .property-sec-1 .blks-2 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 3px;
  }
  .property-sec-1 .blks-2 .swiper-button-next, .property-sec-1 .blks-2 .swiper-button-prev {
    display: block;
    width: 43px;
    height: 43px;
    background: url("../img/cmn/cmn_arr01.svg") no-repeat 0 0/100% 100%;
    margin-top: -22px;
  }
  .property-sec-1 .blks-2 .swiper-button-prev {
    left: 12px;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .property-sec-1 .blks-2 .swiper-button-next {
    right: 12px;
  }
  .property-sec-1 .blks-2 .btn {
    width: auto;
  }
}

/* property-sec-2 */
.property-sec-2 {
  padding: 68px 0;
  position: relative;
}
.property-sec-2 .blks-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.property-sec-2 .blks-1 .btn {
  width: 330px;
  margin: 12px 24px;
}
@media screen and (max-width: 768px) {
  .property-sec-2 {
    padding: 48px 0;
  }
  .property-sec-2 .blks-1 {
    display: block;
  }
  .property-sec-2 .blks-1 .btn {
    width: auto;
    margin: 0;
  }
  .property-sec-2 .blks-1 .btn + .btn {
    margin-top: 16px;
  }
}