@charset "utf-8";
/* CSS Document */

/*----------------------------------

common

-----------------------------------*/
/* page-fv */
#page-fv {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  max-height: 1270px;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#page-fv.no-text * {
  opacity: 0;
}
.page-fv__in {
  width: 100%;
  max-width: 1000px;
  line-height: 1;
  border: solid 5px;
  padding: 120px 0;
  text-align: center;
}
.page-fv__in h1 {
  font-size: var(--base-fontL-size);
  font-weight: normal;
  line-height: 1.6;
  margin-top: 70px;
  color: var(--base-color2);
}
.page-fv__in p {
  font-size: var(--base-fontS-size);
}

.page-fv__thumb .swiper-slide {
  padding-top: 350px;
  height: 0;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-fv__thumb .swiper-slide-active {
  opacity: 1;
}
.page-fv__thumb .swiper-slide img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-fv__thumb .swiper-button-next,
.page-fv__thumb .swiper-button-prev {
  color: var(--base-color6);
  width: 108px;
  height: 108px;
  background: #fff;
  border: solid 2px var(--base-color6);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-fv__thumb .swiper-button-next:hover,
.page-fv__thumb .swiper-button-prev:hover {
  background: var(--base-color6);
  color: var(--base-color1);
}
.page-fv__thumb .swiper-button-next {
  right: -55px;
}
.page-fv__thumb .swiper-button-prev {
  left: -55px;
}

/* bread-nav */
.bread-nav {
  margin-top: 40px;
}
.bread-nav__list > li {
  color: var(--base-color5);
  display: inline;
}
.bread-nav__list > li:before {
  content: '/';
}
.bread-nav__list > li:first-child:before {
  display: none;
}
.bread-nav__list > li a {
  color: var(--base-color5);
}

/* pagetitle */
.cmn-pagetitle {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.cmn-pagetitle:after {
  content: '';
  display: block;
  width: 232px;
  height: 5px;
  margin: 60px auto 0;
  background: var(--base-color1);
}

/* cmn-page-nav */
.has-cmn-page-nav {
  padding-top: 0 !important;
}
.cmn-page-nav {
  margin-top: 2px;
  margin-bottom: 200px;
}
.cmn-page-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmn-page-nav__list > li {
  width: 33.2%;
  text-align: center;
}
.cmn-page-nav__list > li a {
  display: block;
  padding: 40px 0;
  background: #fff;
  border-radius: 0 0 10px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cmn-page-nav__list > li:hover a,
.cmn-page-nav__list > li.active a {
  background: var(--base-color6);
}
.c-p-n__en {
  color: var(--base-color1);
  font-size: var(--base-fontS-size);
}
.c-p-n__ja {
  color: var(--base-color2);
  font-size: var(--base-fontM30-size);
  margin-top: 20px;
}

/* category-nav */
.cmn-category-nav {
  margin-bottom: 70px;
}
.cmn-category-nav__list {
  text-align: center;
}
.cmn-category-nav__list > li {
  display: inline-block;
  width: 18%;
  max-width: 316px;
  margin: 0 0.5%;
  vertical-align: middle;
}
.cmn-category-nav__list > li a {
  display: block;
  padding: 20px 0;
  color: var(--base-color1);
  background: var(--base-color4);
  box-shadow: 6px 6px 0 var(--base-color6);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cmn-category-nav__list > li a:hover {
  background: #fff;
}

/* house */
.house__list {
  display: flex;
  flex-wrap: wrap;
}
.house__list > li {
  width: 33%;
  margin: 0 0 50px 0.5%;
}
.house__list > li:nth-child(3n + 1) {
  margin-left: 0;
}
.house__list > li a {
  color: var(--base-color2);
}
.house-thumb {
  margin-bottom: 20px;
}
.house-info__category {
  margin-bottom: 15px;
  line-height: 1;
}
.house-info__category span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-left: 5px;
  padding: 3px 20px 5px;
  background: var(--base-color6);
}
.house-info__category span:first-child {
  margin-left: 0;
}
.house-info__title {
  font-size: 25px;
  margin-bottom: 5px;
}
.house-info__price {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 5px;
}
.house-info__price-month {
}
.house-info__price-month span {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  border: solid 1px #ea9700;
  padding: 1px 10px;
  margin-right: 5px;
}
.house-info__price-total {
}
.house-info__price-total span {
  font-size: 14px;
  font-weight: normal;
}

/* pager */
.cmn-pager {
  margin-top: 120px;
}
.cmn-pager__list {
  font-size: var(--base-fontM-size);
  text-align: center;
}
.cmn-pager__list > li {
  display: inline-block;
  margin: 0 10px;
  color: #000;
}
.cmn-pager__list > li:not(:first-child):before {
  content: '|';
  margin-right: 20px;
  color: var(--base-color6);
  vertical-align: 1px;
}
.cmn-pager__list > li a {
  color: var(--base-color6);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cmn-pager__list > li a:hover {
  color: #000;
}

/* cmn more */
.page-cmn__more {
  margin-top: 110px;
  text-align: right;
}
.page-cmn__more a {
  display: block;
  color: var(--base-color4);
  padding: 40px;
  background: var(--base-color1);
}
.page-cmn__more a i {
  background: var(--base-color4);
}
.page-cmn__more a i:after {
  border-top: solid 2px var(--base-color4);
  border-right: solid 2px var(--base-color4);
}

@media (max-width: 815px) {
  #page-fv {
    height: 50vh;
    min-height: 100%;
  }
  .page-fv__in {
    max-width: 80%;
    border: solid 2px;
    padding: 10% 20px;
  }
  .page-fv__in h1 {
    margin-top: 20px;
  }
  .page-fv__in p {
    line-height: 1.6;
  }

  .page-fv__thumb .inner {
    padding: 0;
  }
  .page-fv__thumb .swiper-slide {
    padding-top: 25%;
  }
  .page-fv__thumb .swiper-button-next,
  .page-fv__thumb .swiper-button-prev {
    display: none;
  }

  /* cmn-pagetitle */
  .cmn-pagetitle {
    font-size: 21px;
    margin-bottom: 30px;
  }

  /* cmn-page-nav */
  .cmn-page-nav__list > li {
    width: 100%;
  }
  .cmn-page-nav__list > li a {
    padding: 20px 0;
  }

  /* cmn-category-nav */
  .cmn-category-nav {
    margin-bottom: 40px;
  }
  .cmn-category-nav__list {
    text-align: left;
    white-space: nowrap;
    padding-bottom: 20px;
    overflow-x: scroll;
  }
  .cmn-category-nav__list > li {
    display: inline-block;
    width: auto;
    min-width: 100px;
    max-width: 100%;
    margin: 0 20px 0 0;
    text-align: center;
  }

  /* house */
  .house__list {
    margin-top: -50px;
  }
  .house__list > li {
    width: 48%;
    margin: 50px 0 0 4%;
  }
  .house__list > li:nth-child(3n + 1) {
    margin: 50px 0 0 4%;
  }
  .house__list > li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .house-info__category span {
    font-size: 10px;
    padding: 3px 10px 5px;
  }
  .house-info__title {
    font-size: 16px;
  }
  .house-info__price {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .house-info__price-month span {
    font-size: 10px;
  }

  .page-cmn__more a {
    padding: 20px;
  }
}

/*----------------------------------

policy

-----------------------------------*/
.policy-fv {
  background-image: url(../img/pages/policy_fv.jpg);
}

/* policy-health */
#policy-health {
}

/* policy-point */
.policy-point-box:not(:last-of-type) {
  margin-bottom: 200px;
}
.policy-point__in {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.policy-point__contents {
  width: 65%;
  padding: 60px 20px;
  background: #fff;
}
.p-policy__contents-box {
  display: none;
}
.p-policy__contents-box__header {
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 70px;
  border-bottom: solid 2px var(--base-color6);
}
.p-policy__contents-box__header h3 {
  font-size: var(--base-fontM30-size);
  font-weight: 500;
}
.p-policy__contents-box__header h3:after {
  content: '';
  display: block;
  width: 132px;
  height: 5px;
  margin: 20px auto 0;
  background: var(--base-color1);
}
.p-policy__contents-box__header p {
  font-size: var(--base-fontS-size);
  margin-top: 10px;
}

.p-policy__contents-box__detail h4 {
  font-size: var(--base-fontM-size);
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.p-policy__contents-box__detail ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-policy__contents-box__detail ul > li {
  width: 49.5%;
  text-align: center;
}
.p-policy__contents-box__detail ul > li .title {
  background: var(--base-color6);
  padding: 20px 0;
}
.p-policy__contents-box__detail ul > li .title h5 {
  font-size: var(--base-fontM-size);
  font-weight: normal;
}
.p-policy__contents-box__detail ul > li .title .text-s {
  font-size: var(--base-fontS-size);
  margin-top: 10px;
  color: var(--base-color1);
}
.p-policy__contents-box__detail .desc p {
  line-height: 2;
  margin-top: 50px;
}

.policy-point__nav {
  width: 30%;
}
.policy-point__nav ul > li {
  cursor: pointer;
  color: var(--base-color6);
  padding: 20px;
  margin-bottom: 40px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.policy-point__nav ul > li:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 20px;
  background: var(--base-color6);
  vertical-align: -2px;
}
.policy-point__nav ul > li.active,
.policy-point__nav ul > li:hover {
  color: var(--base-color1);
}
.policy-point__nav ul > li.active:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 15px 8.5px 0;
  border-color: transparent var(--base-color1) transparent transparent;
  background: none;
}
.policy-point__nav ul > li:last-child {
  margin-bottom: 0;
}

.policy-point__contents-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
}
.policy-point__contents-2 ul > li {
  width: 49%;
  margin: 20px 0 0 2%;
}
.policy-point__contents-2 ul > li:nth-child(2n + 1) {
  margin-left: 0;
}

.policy-point__contents-3 .list {
  display: flex;
  flex-wrap: wrap;
  background: var(--base-color6);
}
.policy-point__contents-3 .list > li {
  width: 50%;
}
.policy-point__contents-3 .list > li .title {
  text-align: center;
  padding: 20px 0;
}
.policy-point__contents-3 .list > li .title h4 {
  font-size: var(--base-fontM-size);
  font-weight: normal;
}
.policy-point__contents-3 .list > li .title p {
  font-size: var(--base-fontS-size);
  margin-top: 10px;
  color: var(--base-color1);
}
.policy-point__contents-3 .list .list-2 {
  padding: 50px 70px 100px;
}
.policy-point__contents-3 .list .list-2 > li {
  line-height: 2;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.policy-point__contents-3 .list .list-2 > li:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: var(--base-color4);
  position: absolute;
  left: 0;
  top: 14px;
}
.policy-point__contents-3 .list > li:nth-child(odd) .title {
  background: #fff;
}
.policy-point__contents-3 .list > li:nth-child(even) .list-2 {
  background: #fff;
}
.policy-point__contents-3 .list > li:nth-child(even) .list-2 > li:before {
  background: var(--base-color6);
}

/* policy-performance01 */
#policy-performance01 {
}
.policy-performance01-box:not(:last-of-type) {
  margin-bottom: 180px;
}
.policy-performance01-step {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 250px;
}
.policy-performance01-step h3 {
  width: 80px;
  font-size: var(--base-fontS-size);
  font-weight: normal;
  background: var(--base-color6);
}
.policy-performance01-step h3 span {
  display: block;
  white-space: nowrap;
  transform: rotate(90deg);
  margin-top: 60px;
}
.policy-performance01-step__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 80px);
  margin-top: -10px;
}
.policy-performance01-step__list > li {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 10px);
  padding: 30px 0;
  margin-left: 10px;
  margin-top: 10px;
  background: var(--base-color6);
  align-items: center;
}
.policy-performance01-step__list > li .num {
  font-size: 143px;
  width: 240px;
  padding: 0 20px;
  text-align: center;
}
.policy-performance01-step__list > li .detail {
  width: calc(100% - 240px);
  padding: 0 40px;
  border-left: solid 5px;
}
.policy-performance01-step__list > li .detail h4 {
  font-size: var(--base-fontM25-size);
  font-weight: 500;
  margin-bottom: 20px;
}
.policy-performance01-step__list > li .detail p {
  line-height: 1.6;
}

.policy-performance01-point {
  padding: 0 20px 50px;
  background: var(--base-color4);
  position: relative;
}
.policy-performance01-point h3 {
  position: absolute;
  top: -20px;
  left: 50px;
}
.policy-performance01-point__list > li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: solid 1px var(--base-color6);
  padding: 40px 0;
  align-items: center;
}
.policy-performance01-point__list > li:last-child {
  border-bottom: none;
}
.policy-performance01-point__list > li .num {
  width: 10%;
  font-size: var(--base-fontM20-size);
  text-align: center;
}
.policy-performance01-point__list > li .title {
  width: 40%;
  font-size: var(--base-fontM25-size);
}
.policy-performance01-point__list > li .desc {
  width: 50%;
  line-height: 2;
  padding-left: 20px;
}
.policy-performance01-point .img {
  text-align: center;
  margin-top: 110px;
}

.policy-performance01-comparison {
  margin-top: 40px;
  text-align: center;
}

/* policy-performance02 */

/* policy-materials */
.policy-materials-poin {
  margin-top: -100px;
  position: relative;
  z-index: 10;
}
.policy-materials-poin__list > li {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  background: var(--base-color4);
}
.policy-materials-poin__list > li:last-child {
  margin-bottom: 0;
}
.policy-materials-poin__list > li .info {
  width: 65%;
  padding: 50px 20% 50px 50px;
  background: var(--base-color6);
  border-radius: 0 180px 180px 0;
  position: relative;
}
.policy-materials-poin__list > li .info:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: -8.5px;
  border-style: solid;
  border-width: 8.5px 0 8.5px 15px;
  border-color: transparent transparent transparent var(--base-color4);
  position: absolute;
  right: 50px;
  top: 50%;
}
.policy-materials-poin__list > li .info h4 {
  font-size: var(--base-fontM25-size);
  font-weight: 500;
  margin-bottom: 50px;
}
.policy-materials-poin__list > li .info h4 span {
  font-size: 15px;
}
.policy-materials-poin__list > li .info p {
  line-height: 2;
}
.policy-materials-poin__list > li .check {
  width: 35%;
  padding: 50px 0 0 8%;
  margin-left: -5%;
}
.policy-materials-poin__list > li .check .icon {
  width: 44px;
  height: 44px;
  background: url('../img/pages/policy_mark_time.png') no-repeat center;
  background-size: contain;
  margin: 0 auto 30px;
}
.policy-materials-poin__list > li .check h5 {
  font-size: var(--base-fontM25-size);
  font-weight: 500;
  margin-bottom: 50px;
}
.policy-materials-poin__list > li .check p span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 1px;
}

/* policy-support */
#policy-support .img {
  text-align: center;
  margin-bottom: 120px;
}

/* policy-construction */
.policy-construction-flow {
  margin-top: -100px;
  position: relative;
  z-index: 10;
}
.policy-construction-flow__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -4%;
}
.policy-construction-flow__list > li {
  padding: 30px;
  width: 48%;
  margin: 4% 0 0 4%;
  background: var(--base-color4);
}
.policy-construction-flow__list > li:nth-child(2n + 1) {
  margin-left: 0;
}

.policy-construction-flow__list > li .title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.policy-construction-flow__list > li .title-wrap .num {
  width: 100px;
}
.policy-construction-flow__list > li .title-wrap .title h4 {
  font-size: var(--base-fontM25-size);
  font-weight: 500;
}
.policy-construction-flow__list > li .title-wrap .title p {
  font-size: var(--base-fontS-size);
  margin-top: 10px;
}

/* policy-afterservice */
.policy-afterservice__in ul > li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 160px;
}
.policy-afterservice__in ul > li:last-child {
  margin-bottom: 0;
}
.policy-afterservice__in ul > li .info {
  width: 50%;
}
.policy-afterservice__in ul > li .info h4 {
  font-size: var(--base-fontL-size);
  font-weight: 500;
  margin-bottom: 50px;
}
.policy-afterservice__in ul > li .info h4:after {
  content: '';
  display: block;
  max-width: 80%;
  height: 7px;
  background: var(--base-color6);
  margin-top: 10px;
}
.policy-afterservice__in ul > li .info p {
  line-height: 2;
  margin-top: 30px;
}
.policy-afterservice__in ul > li .img {
  width: 50%;
  text-align: right;
}

@media (max-width: 815px) {
  .policy-point-box:not(:last-of-type) {
    margin-bottom: 100px;
  }
  .policy-point__in {
    display: block;
  }
  .policy-point__nav {
    width: 100%;
    margin-bottom: 20px;
  }
  .policy-point__nav ul {
    white-space: nowrap;
    overflow-x: scroll;
  }
  .policy-point__nav ul > li {
    padding: 10px;
    margin-bottom: 0;
    font-size: 10px;
    display: inline-block;
  }
  .policy-point__nav ul > li:before {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    vertical-align: 0;
  }
  .policy-point__nav ul > li.active:before {
    border-width: 5px 10px 5px 0;
    transform: rotate(-90deg);
  }
  .policy-point__contents {
    width: 100%;
  }
  .policy-point__contents-3 .list .list-2 {
    padding: 20px 10px;
  }
  .policy-performance01-box:not(:last-of-type) {
    margin-bottom: 90px;
  }
  .policy-performance01-step {
    margin-bottom: 150px;
    display: block;
  }
  .policy-performance01-step h3 {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .policy-performance01-step h3 span {
    display: block;
    white-space: normal;
    transform: none;
    margin-top: 0;
  }
  .policy-performance01-step__list {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  .policy-performance01-step__list > li {
    width: 100%;
    padding: 10px;
    margin-left: 0;
  }
  .policy-performance01-step__list > li .num {
    font-size: 60px;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    text-align: left;
  }
  .policy-performance01-step__list > li .detail {
    width: 100%;
    padding: 0;
    border-left: none;
    border-top: solid 2px;
    padding-top: 10px;
  }

  .policy-performance01-point {
    margin-top: 70px;
  }
  .policy-performance01-point__list > li {
    display: block;
  }
  .policy-performance01-point__list > li .num {
    width: auto;
    display: inline-block;
    margin-right: 10px;
  }
  .policy-performance01-point__list > li .title {
    width: auto;
    display: inline-block;
  }
  .policy-performance01-point__list > li .desc {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    display: block;
  }
  .policy-performance01-point .img {
    margin-top: 50px;
  }

  .policy-materials-poin {
    margin-top: 30px;
  }
  .policy-materials-poin__list > li {
    display: block;
  }
  .policy-materials-poin__list > li .info {
    width: 100%;
    padding: 30px;
    border-radius: 0;
  }
  .policy-materials-poin__list > li .info:after {
    transform: rotate(90deg);
    position: relative;
    right: auto;
    top: auto;
    margin: 20px auto 0;
  }
  .policy-materials-poin__list > li .check {
    width: 100%;
    padding: 50px 0;
    margin-left: 0;
    text-align: center;
  }

  #policy-support .img {
    margin-bottom: 60px;
  }

  .policy-construction-flow {
    margin-top: 30px;
  }
  .policy-construction-flow__list > li {
    padding: 20px;
    width: 100%;
    margin: 20px 0 0;
  }
  .policy-construction-flow__list > li .title-wrap .num {
    width: 60px;
    padding-right: 20px;
  }

  .policy-afterservice__in ul > li {
    margin-bottom: 80px;
    display: block;
  }
  .policy-afterservice__in ul > li .info {
    width: 100%;
    margin-bottom: 30px;
  }
  .policy-afterservice__in ul > li .img {
    width: 100%;
    text-align: center;
  }
}

/*----------------------------------

staff

-----------------------------------*/
.staff-fv {
  background-image: url(../img/pages/staff_fv.jpg);
}
.staff-category-nav_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 170px;
  background: #fff;
  border-radius: 0 0 20px;
}
.staff-category-nav_list > li {
}
.staff-category-nav_list > li a {
  font-size: var(--base-fontM-size);
  color: var(--base-color1);
}

.staff-category {
  margin-bottom: 190px;
}
.staff-category__header {
  text-align: center;
  padding-bottom: 50px;
  margin-bottom: 230px;
  border-bottom: solid 1px var(--base-color6);
}
.staff-category__header h2 {
  font-size: var(--base-fontM25-size);
  font-weight: 500;
  margin-top: 20px;
}
.staff-category__header p {
  font-size: var(--base-fontS-size);
}
.staff__list {
  display: flex;
  margin-top: -70px;
}
.staff__list > li {
  width: 33%;
  margin: 70px 0 0 0.5%;
  text-align: center;
}
.staff__list > li:nth-child(3n + 1) {
  margin-left: 0;
}
.staff__list > li a {
  display: block;
  color: var(--base-color1);
}
.staff__list .staff-thumb {
  height: 0;
  padding-top: 100%;
  margin-bottom: 70px;
  position: relative;
}
.staff__list .staff-thumb img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.staff__list .staff-position {
  font-size: var(--base-fontM-size);
}
.staff__list .staff-name {
  font-size: var(--base-fontM25-size);
  font-weight: 500;
  margin-top: 10px;
}
.staff__list .staff-name:after {
  content: '';
  display: block;
  width: 232px;
  height: 5px;
  margin: 30px auto 0;
  background: var(--base-color1);
}

/* single */
.staff-detail-header {
  text-align: center;
  margin-bottom: 250px;
}
.staff-detail-header__title {
  font-size: var(--base-fontM25-size);
  font-weight: 500;
  margin-top: 10px;
}
.staff-detail-header__title:after {
  content: '';
  display: block;
  width: 232px;
  height: 5px;
  margin: 60px auto 0;
  background: var(--base-color1);
}
.staff-detail-header__text {
  font-size: var(--base-fontM-size);
}

.staff-faq__list > li:not(:last-child) {
  margin-bottom: 200px;
}
.staff-faq__list > li h3 {
  font-size: var(--base-fontM30-size);
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px var(--base-color7);
}
.staff-faq__list > li p {
  font-size: var(--base-fontM30-size);
  line-height: 1.6;
}
.staff-faq__list > li .faq-img {
  text-align: center;
  margin: 100px auto 0;
}

.staff-post {
  margin-top: 250px;
}
.staff-post-header {
  margin-bottom: 40px;
  text-align: center;
}
.staff-post-header h3 {
  font-size: var(--base-fontM25-size);
  font-weight: 500;
  margin-top: 10px;
}
.staff-post-header p {
  font-size: var(--base-fontS-size);
}

@media (max-width: 815px) {
  .staff-category {
    margin-bottom: 100px;
  }
  .staff-category-nav_list {
    height: auto;
    background: none;
    border-radius: 0;
    display: block;
  }
  .staff-category-nav_list > li {
    margin-top: 10px;
  }
  .staff-category-nav_list > li a {
    display: block;
    padding: 20px;
    border-radius: 100px;
    background: #fff;
  }

  .staff-category__header {
    margin-bottom: 50px;
  }
  .staff__list .staff-thumb {
    margin-bottom: 40px;
  }
  .staff__list .staff-name:after {
    width: 90%;
    height: 3px;
  }

  /* detail */
  .staff-faq__list > li:not(:last-child) {
    margin-bottom: 100px;
  }
  .staff-detail-header {
    margin-bottom: 100px;
  }
  .staff-detail-header__title:after {
    margin: 30px auto 0;
  }
  .staff-faq__list > li p {
    font-size: 16px;
  }
}

/*----------------------------------

threehouse

-----------------------------------*/
.threehouse-fv {
  background-image: url(../img/pages/threehouse_fv.jpg);
}
.threehouse-top {
  padding-bottom: 280px;
}
.threehouse-top .mainimg {
  margin-top: 280px;
  text-align: center;
}
.threehouse-plan {
  padding: 150px 0;
}
.threehouse-plan__copy {
  text-align: center;
  margin-bottom: 130px;
}
.threehouse-plan__slide {
  padding-top: 250px;
  position: relative;
}
.threehouse-plan__slide .slider-main {
  overflow: visible;
}
.threehouse-plan__slide .slider-main .swiper-slide {
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.threehouse-plan__slide .swiper-button-next,
.threehouse-plan__slide .swiper-button-prev {
  color: var(--base-color6);
  width: 108px;
  height: 108px;
  margin-top: -55px;
  background: #fff;
  border: solid 2px var(--base-color6);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.threehouse-plan__slide .swiper-button-next:hover,
.threehouse-plan__slide .swiper-button-prev:hover {
  background: var(--base-color6);
  color: var(--base-color1);
}
.threehouse-plan__slide .swiper-button-next {
  right: -55px;
}
.threehouse-plan__slide .swiper-button-prev {
  left: -55px;
}
.threehouse-plan__slide .slider-thumbnail-wrap {
  position: relative;
}
.threehouse-plan__slide .slider-thumbnail .swiper-slide {
  opacity: 0.3;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.threehouse-plan__slide .slider-main .swiper-slide-active {
  filter: grayscale(0);
}
.threehouse-plan__slide .slider-thumbnail .swiper-slide-active {
  opacity: 1;
}

.threehouse-detail {
  padding-top: 150px;
}
.threehouse-detail__in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.threehouse-detail__img {
  width: 48%;
}
.threehouse-detail__info {
  width: 48%;
}
.threehouse-detail__info .title {
  font-size: var(--base-fontM30-size);
  margin-bottom: 20px;
}
.threehouse-detail__info .title:after {
  content: '';
  display: block;
  width: 132px;
  height: 5px;
  margin-top: 20px;
  background: var(--base-color1);
}
.threehouse-detail__info .text-s {
  font-size: var(--base-fontS-size);
  margin-bottom: 70px;
}
.threehouse-detail__info .price {
  font-size: var(--base-fontM-size);
  margin-bottom: 60px;
}
.threehouse-detail__info .spec {
  line-height: 2.2;
}

@media (max-width: 815px) {
  .threehouse-top {
    padding-bottom: 70px;
  }
  .threehouse-top .mainimg {
    margin-top: 70px;
  }
  .threehouse-plan {
    padding: 70px 0;
  }
  .threehouse-plan__copy {
    margin-bottom: 70px;
  }
  .threehouse-plan__slide {
    padding-top: 70px;
  }
  .threehouse-plan__slide .swiper-button-next,
  .threehouse-plan__slide .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 65%;
  }
  .threehouse-plan__slide .swiper-button-prev {
    left: -15px;
  }
  .threehouse-plan__slide .swiper-button-next {
    right: -15px;
  }
  .threehouse-plan__slide .swiper-button-prev:after,
  .threehouse-plan__slide .swiper-button-next:after {
    font-size: 20px;
  }
  .threehouse-plan__slide .slider-thumbnail-wrap .swiper-button-prev,
  .threehouse-plan__slide .slider-thumbnail-wrap .swiper-button-next {
    display: none;
  }

  .threehouse-detail {
    padding-top: 70px;
  }
  .threehouse-detail__in {
    display: block;
  }
  .threehouse-detail__img {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .threehouse-detail__info {
    width: 100%;
  }
}

/*----------------------------------

condominiums

-----------------------------------*/
.condominiums-fv {
  background-image: url(../img/pages/condominiums_fv.jpg);
}
.condominiums-concept-box:not(:last-of-type) {
  margin-bottom: 170px;
}
.condominiums-concept-box__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -50px;
}
.condominiums-concept-box__list > li {
  width: 30%;
  background: var(--base-color6);
  text-align: center;
  margin: 50px 1% 0;
  padding: 20px 10px;
}
.condominiums-concept-box__list > li h4 {
  font-size: var(--base-fontM-size);
  font-weight: normal;
}
.condominiums-concept-box__list > li p {
  font-size: var(--base-fontS-size);
  margin-top: 10px;
}

.condominiums-maker__list > li {
  line-height: 1.8;
  text-align: center;
  font-size: var(--base-fontM30-size);
}

@media (max-width: 815px) {
  .condominiums-concept-box__list {
    margin-top: -20px;
    justify-content: normal;
  }
  .condominiums-concept-box__list > li {
    width: 48%;
    margin: 20px 0 0 4%;
    text-align: left;
  }
  .condominiums-concept-box__list > li:nth-child(2n + 1) {
    margin-left: 0;
  }

  .contact-form table th {
    width: 100%;
    display: block;
  }
  .contact-form table td {
    padding-bottom: 30px;
    width: 100%;
    display: block;
  }
}

/*----------------------------------

land-information

-----------------------------------*/
.land-information-fv {
  background-image: url(../img/pages/land-information_fv.jpg);
}

/* land-information-commitment */

/* land-information-type */
.l-i-type-main {
  margin-bottom: 140px;
}
.l-i-type-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.l-i-type-main__list > li {
  text-align: center;
  width: 32%;
}
.l-i-type-main__list > li a {
  color: var(--base-color1);
}
.l-i-type-main__list .type {
  font-size: var(--base-fontS-size);
  color: #fff;
  height: 28px;
  padding-top: 3px;
  margin-bottom: 20px;
  background: url(../img/pages/type_bg.png) no-repeat center;
}
.l-i-type-main__list .type-desc {
  font-size: var(--base-fontM25-size);
  line-height: 2;
  margin-bottom: 50px;
}
.l-i-type-main__list .type-fig {
  height: 170px;
  margin-bottom: 50px;
}
.l-i-type-main__list .type-name {
  font-size: var(--base-fontM25-size);
  font-weight: 500;
}

.l-i-type-sub__list > li {
  display: flex;
  flex-wrap: wrap;
  padding-top: 120px;
  margin-bottom: 120px;
  border-top: solid 1px #ea9700;
}
.l-i-type-sub__list > li .type-img {
  width: 36%;
  text-align: center;
}
.l-i-type-sub__list > li .type-img .type-fig {
  margin-bottom: 50px;
}
.l-i-type-sub__list > li .type-img .type-name {
  font-size: 26px;
  font-weight: 500;
}
.l-i-type-sub__list > li .type-info {
  width: 64%;
}
.l-i-type-sub__list > li .type-info .type-desc {
  font-size: var(--base-fontM25-size);
}
.l-i-type-sub__list > li .type-info .type-desc span {
  font-size: var(--base-fontS-size);
  margin-right: 10px;
}
.l-i-type-sub__list > li .type-info .type-detail {
  line-height: 2.2;
  margin-top: 40px;
}
.l-i-type-sub__list > li .type-info .to-detail {
  margin-top: 40px;
  text-align: left;
}
.l-i-type-sub__list > li .type-info .to-detail a {
  font-size: var(--base-fontM25-size);
  display: inline-block;
  padding: 40px 0;
  text-align: center;
  max-width: 620px;
  width: 100%;
  background-color: var(--base-color4);
  border: solid 1px var(--base-color6);
}

/* land-information-merit */
.l-i-merit__list > li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-bottom: 100px;
}
.l-i-merit__list > li:last-child {
  margin-bottom: 0;
}
.l-i-merit__list > li .img {
  width: 50%;
}
.l-i-merit__list > li .img img {
  max-width: none;
}
.l-i-merit__list > li .info {
  width: 50%;
  padding-right: 5%;
}
.l-i-merit__list > li .info .info-title {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.l-i-merit__list > li .info .info-title p {
  font-size: 143px;
  width: 200px;
  line-height: 1;
}
.l-i-merit__list > li .info .info-title h3 {
  width: calc(100% - 200px);
  font-size: var(--base-fontL-size);
  font-weight: normal;
  line-height: 1.2;
}
.l-i-merit__list > li .info .text {
  margin-bottom: 60px;
  line-height: 2;
}

@media (max-width: 815px) {
  .l-i-type-main__list > li {
    width: 100%;
    margin-bottom: 50px;
  }
  .l-i-type-sub__list > li {
    display: block;
  }
  .l-i-type-sub__list > li .type-img {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .l-i-type-sub__list > li .type-img .type-name {
    font-size: 18px;
  }
  .l-i-type-sub__list > li .type-info {
    width: 100%;
  }

  .l-i-merit__list > li {
    display: block;
  }
  .l-i-merit__list > li .img {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .l-i-merit__list > li .img img {
    max-width: 100%;
  }
  .l-i-merit__list > li .info {
    width: 100%;
    padding-right: 0;
  }
  .l-i-merit__list > li .info .info-title {
    display: block;
  }
  .l-i-merit__list > li .info .info-title p {
    font-size: 80px;
    width: 100%;
    margin-bottom: 20px;
  }
  .l-i-merit__list > li .info .info-title h3 {
    width: 100%;
  }
}

/*----------------------------------

renovation

-----------------------------------*/
.renovation-fv {
  background-image: url(../img/pages/renovation_fv.jpg);
}

@media (max-width: 815px) {
}

/*----------------------------------

modelhouse

-----------------------------------*/
.modelhouse-fv {
  background-image: url(../img/pages/modelhouse_fv.jpg);
}
#modelhouse .modelhouse__list > li {
  flex-direction: row-reverse;
}
.modelhouse-layout__list > li {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 270px;
  position: relative;
}
.modelhouse-layout__list > li h3 {
  font-size: 14px;
  font-weight: 500;
  background: var(--base-color5);
  padding: 20px 0;
  width: 146px;
  position: absolute;
  left: -10px;
  top: -10px;
}

.modelhouse-access__map iframe {
  display: block;
  width: 100%;
  height: 860px;
}

.modelhouse-access__info {
  max-width: 840px;
  text-align: center;
  line-height: 2;
  padding: 200px 20px;
  margin: 100px auto 0;
  background: var(--base-color4);
}
.modelhouse-access__info .area {
  font-size: var(--base-fontM-size);
  margin-bottom: 40px;
}
.modelhouse-access__info .title {
  font-size: var(--base-fontM30-size);
  font-weight: 500;
  margin-bottom: 60px;
}
.modelhouse-access__info .address {
  font-size: var(--base-fontM25-size);
}

@media (max-width: 815px) {
  .modelhouse-layout__list > li {
    margin: 0 auto 100px;
  }
  .modelhouse-access__map iframe {
    height: 300px;
  }
  .modelhouse-access__info {
    padding: 50px 20px;
  }
  .modelhouse-access__info .title {
    margin-bottom: 30px;
  }
  .modelhouse-access__info .address {
    text-align: left;
    font-size: 13px;
  }
}

/*----------------------------------

flow

-----------------------------------*/
.flow-fv {
  background-image: url(../img/pages/flow_fv.jpg);
}

/* flow-intro */
#flow-intro {
  position: relative;
  overflow: visible;
}
#flow-intro i.arrow {
  transform: rotate(90deg);
  background: var(--base-color5);
  margin-left: -50px;
  position: absolute;
  left: 50%;
  bottom: 0;
}
#flow-intro i.arrow:after {
  border-top: solid 2px var(--base-color5);
  border-right: solid 2px var(--base-color5);
}

/* flow-shedule */
#flow-shedule {
  overflow: hidden;
}
#flow-shedule h2 {
  width: 470px;
  height: 120px;
  padding-top: 50px;
  text-align: center;
  margin: auto;
  background-image: url(../img/pages/flow_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.flow-shedule-box {
  text-align: center;
  padding: 50px 350px;
  position: relative;
}
.flow-shedule-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 350px;
  font-weight: normal;
  font-size: var(--base-fontM25-size);
  line-height: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.flow-shedule-box__title:before,
.flow-shedule-box__title:after {
  margin-left: -13px;
  content: url(../img/pages/flow_arrow_blk.png);
  position: absolute;
  left: 50%;
}
.flow-shedule-box__title:before {
  top: 0;
}
.flow-shedule-box__title:after {
  transform: rotate(180deg);
  bottom: 0;
}
.flow-shedule-box__title.white:before,
.flow-shedule-box__title.white:after {
  content: url(../img/pages/flow_arrow_wht.png);
  color: #fff;
}
.flow-shedule-box__title.white {
  color: #fff;
}

.flow-shedule-box__list > li {
  margin-bottom: 50px;
}
.flow-shedule-box__list > li:not(.no-mark):after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 30px auto 0;
  transform: rotate(135deg);
  border-top: solid 2px #b0bfc7;
  border-right: solid 2px #b0bfc7;
}
.flow-shedule-box__list > li h4 {
  font-weight: normal;
  font-size: var(--base-fontM30-size);
}
.flow-shedule-box__list > li p {
  margin-top: 10px;
}
.flow-shedule-box__sublist {
  width: 436px;
  padding: 50px 30px;
  text-align: left;
  position: absolute;
  top: 20px;
  right: -150px;
  z-index: 10;
}
.flow-shedule-box__sublist > li {
  font-size: var(--base-fontM30-size);
  margin-bottom: 15px;
}
.flow-shedule-box__sublist > li:last-child {
  margin-bottom: 0;
}
.flow-shedule-box__sublist > li:not(.no-mark):before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: var(--base-color1);
  border-radius: 100px;
  vertical-align: 5px;
}
.flow-shedule-box__sublist > li span {
  font-size: var(--base-fontM-size);
}

.flow-shedule01 {
  background-color: #aea29a;
}
.flow-shedule02 {
  background-color: #cfc3bb;
}
.flow-shedule02 .flow-shedule-box__sublist {
  background-color: #fbf8f1;
}
.flow-shedule03 {
  background-color: #f1e6df;
}
.flow-shedule03 .flow-shedule-box__sublist {
  background-color: #fbf8f1;
}
.flow-shedule04 {
  background-color: #fbf8f1;
}
.flow-shedule04 .flow-shedule-box__sublist {
  background-color: #cfc3bb;
}

/* flow-support */
#flow-support {
  background: var(--base-color2);
}

.flow-support__list {
  margin-bottom: 80px;
}
.flow-support__list > li {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
.flow-support__list > li span {
  display: block;
  width: 19px;
  height: 18px;
  margin: 0 auto 10px;
  background: url('../img/cmn/icon_crown.png') no-repeat center;
  background-size: contain;
}
.flow-support__in p {
  font-size: var(--base-fontM25-size);
  display: flex;
  justify-content: center;
  line-height: 1.8;
}

@media (max-width: 815px) {
  #flow-shedule h2 {
    width: 100%;
    height: auto;
    padding: 30px 0 10px;
  }
  #flow-shedule h2 img {
    width: 100px;
  }
  .flow-shedule-box {
    padding: 50px 10px;
  }
  .flow-shedule-box__title {
    dispaly: block;
    height: 100%;
    width: auto;
    margin-bottom: 30px;
    position: relative;
  }
  .flow-shedule-box__title:before,
  .flow-shedule-box__title:after {
    display: none;
  }
  .flow-shedule-box__list > li h4 {
    font-size: 16px;
  }
  .flow-shedule-box__sublist {
    width: 100%;
    padding: 20px;
    margin: 30px auto;
    position: relative;
    top: auto;
    right: auto;
  }
  .flow-shedule-box__sublist > li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .flow-shedule-box__sublist > li:not(.no-mark):before {
    width: 5px;
    height: 5px;
    vertical-align: 3px;
  }
  .flow-support__list > li {
    font-size: 18px;
  }
}

/*----------------------------------

contact

-----------------------------------*/
.contact-fv {
  background-image: url(../img/pages/contact_fv.jpg);
}

.contact-tel {
  max-width: 730px;
  text-align: center;
  padding: 40px 15px;
  margin: 0 auto 70px;
  border: solid 1px;
}
.contact-tel .text01 {
  margin-top: 10px;
}
.contact-tel .text02 {
  margin-bottom: 30px;
}
.contact-tel .tel {
  font-size: var(--base-fontM30-size);
  letter-spacing: 3px;
}
.contact-tel .tel a {
  color: var(--base-color1);
}
.contact-tel .tel.tel-L a {
  font-size: var(--base-fontL-size);
}
.contact-form {
  max-width: 1080px;
  margin: 0 auto;
}
.contact-form table {
  width: 100%;
  border-collapse: collapse;
}
.contact-form table th {
  font-weight: normal;
  width: 280px;
  text-align: left;
  vertical-align: top;
  padding-top: 10px;
}
.contact-form table th span {
  display: inline-block;
  font-size: 14px;
  width: 50px;
  line-height: 30px;
  margin-right: 5px;
  text-align: center;
  background: #e4e4e4;
}
.contact-form table th span.required {
  color: #fff;
  background: #b00808;
}
.contact-form table td {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 60px;
}
.cmn-select {
  width: 40%;
  height: 50px;
  background: var(--base-color6);
}
.cmn-input {
  width: 100%;
  height: 50px;
  background: var(--base-color6);
  border: none;
}
.cmn-textarea {
  width: 100%;
  height: 300px;
  background: var(--base-color6);
  border: none;
}
.btn-send {
  display: block;
  font-size: var(--base-fontM25-size);
  width: 100%;
  max-width: 800px;
  height: 114px;
  margin: 70px auto 0;
  background: #ff8a00;
  border: none;
  position: relative;
}
.btn-send i.arrow {
  position: absolute;
  margin-top: -2px;
  margin-left: 0;
  right: 50px;
  top: 50%;
}

.contact-address-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact-address-wrap:last-of-type {
  margin-bottom: 0;
}
.contact-address-wrap .t {
  width: 140px;
}
.contact-address-wrap .cmn-input {
  width: calc(100% - 140px);
}
.contact-label-wrap {
  display: flex;
  flex-wrap: wrap;
}
.contact-label-wrap label {
  width: 40%;
  margin-bottom: 20px;
}

@media (max-width: 815px) {
  .cmn-select {
    width: 100%;
  }
  .btn-send {
    height: 70px;
    margin: 30px auto 0;
  }
}

/*----------------------------------

request

-----------------------------------*/
.request-fv {
  background-image: url(../img/pages/request_fv.jpg);
}
#request-intro h2 {
  font-size: 40px;
  letter-spacing: 5px;
  margin-top: 80px;
  margin-bottom: 50px;
}
#request-intro h2 span {
  font-size: 28px;
}
.request-document__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -100px;
}
.request-document__list > li {
  width: 48%;
  margin: 100px 0 0 4%;
}
.request-document__list > li:nth-child(2n + 1) {
  margin-left: 0;
}
.request-document__list > li a {
  display: flex;
  flex-wrap: wrap;
  color: var(--base-color2);
}
.request-document__thumb {
  width: 35%;
  background: #000;
}
.request-document__info {
  width: 65%;
  padding-left: 5%;
}
.request-document__info .text-s {
  font-size: var(--base-fontS-size);
}
.request-document__info .title {
  margin-top: 20px;
  font-size: var(--base-fontL-size);
}
.request-document__info .desc {
  line-height: 2;
  margin-top: 20px;
}

@media (max-width: 815px) {
  #request-intro h2 {
    font-size: 26px;
  }
  #request-intro h2 span {
    font-size: 18px;
  }
  .request-document__list > li a {
    display: block;
  }
  .request-document__thumb {
    width: 100%;
    min-height: 100px;
    margin-bottom: 30px;
  }
  .request-document__info {
    width: 100%;
    padding-left: 0;
  }
}

/*----------------------------------

blog

-----------------------------------*/
.blog-fv {
  background-image: url(../img/pages/fv-blog202511.jpg);
}
.post__list {
}
.post__list > li {
  padding: 100px;
  border-bottom: solid 1px var(--base-color7);
}
.post__list > li:last-child {
  border-bottom: none;
}
.post__list > li a {
  display: flex;
  flex-wrap: wrap;
  color: var(--base-color2);
}
.post-thumb {
  width: 40%;
}
.post-info {
  width: 60%;
  padding-left: 5%;
}
.post-info__category {
  margin-bottom: 30px;
}
.post-info__category span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  background: var(--base-color5);
  padding: 20px 30px;
  margin: 0 10px 10px 0;
}
.post-info__title {
  font-size: var(--base-fontM25-size);
  margin-bottom: 30px;
}
.post-info__desc {
  margin-bottom: 30px;
}
.post-info__more {
}

/* single */
.post-header {
  padding: 0 0 120px;
  margin-bottom: 250px;
  border-bottom: solid 1px var(--base-color7);
}
.post-header__title {
  font-size: 28px;
  font-weight: 500;
}
.post-header__title:after {
  content: '';
  display: block;
  width: 232px;
  height: 5px;
  margin-top: 60px;
  background: var(--base-color1);
}
.post-header__author {
  font-size: 11px;
  margin-top: 10px;
}
.post-header__author span {
  font-size: var(--base-fontM25-size);
  font-weight: 500;
}
.post-header__date {
  margin-top: 10px;
}
.post-contents {
  line-height: 3;
}
.post-pager__wrap {
  margin-top: 120px;
  padding-top: 120px;
  border-top: solid 1px var(--base-color7);
}
.post-pager {
  display: flex;
  justify-content: space-between;
}
.post-pager a {
  color: var(--base-color1);
  font-size: var(--base-fontM22-size);
}
.post-pager .prev {
}
.post-pager .prev i.arrow {
  transform: rotate(-180deg);
  margin: 0 50px 0 0;
}
.post-pager .prev i.arrow:after {
}

/* works */
.post-header-works {
  text-align: center;
}
.post-header-works .post-header__title:after {
  margin: 60px auto 0;
}

.post-header__area {
  font-size: var(--base-fontM25-size);
  font-weight: 500;
  margin-top: 10px;
}
.post-works__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 350px;
}
.post-works__wrap-img {
  width: 50%;
}
.post-works__wrap-text {
  width: 50%;
  line-height: 1.6;
  padding-left: 5%;
}
.post-works__wrap-text__title {
  font-size: var(--base-fontL-size);
  font-weight: 500;
  margin-bottom: 50px;
}
.post-works__wrap-text__desc {
  font-size: var(--base-fontM30-size);
}
.post-works__wrap:nth-child(even) {
  flex-direction: row-reverse;
}
.post-works__wrap:nth-child(even) .post-works__wrap-text {
  padding-left: 0;
  padding-right: 5%;
}

@media (max-width: 815px) {
  .post__list > li {
    padding: 0 0 50px;
    margin-bottom: 50px;
  }
  .post__list > li a {
    display: block;
  }
  .post-thumb {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .post-info {
    width: 100%;
    padding-left: 0;
  }

  .post-header {
    padding: 0 0 60px;
    margin-bottom: 60px;
  }
  .post-header__title:after {
    margin-top: 30px;
  }
  .post-header__title {
    font-size: 21px;
  }
  .post-pager__wrap {
    margin-top: 100px;
    padding-top: 100px;
  }

  .post-pager .prev,
  .post-pager .next {
    width: 48%;
  }
  .post-pager .next {
    text-align: right;
  }
  .post-pager .prev i.arrow {
    display: block;
    margin: 0 0 20px;
  }
  .post-pager .next i.arrow {
    margin: 20px 0 0;
  }

  .post-works__wrap {
    margin-top: 100px;
  }
  .post-works__wrap-img {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .post-works__wrap-text {
    width: 100%;
    padding-left: 0;
  }
}
