/****************

master.cssは編集不可！！
LESSファイルを編集すること！

****************/
/*bootstrapの設定を読み込み*/
/* 家づくり共通 */
section {
  position: relative;
}
.text-semibold {
  font-weight: 500;
}
.blog-text {
  font-size: clamp(0.75rem, calc(0.5555555555555556vw + 0.625rem), 1rem);
}
.spec-pc-small {
  font-size: clamp(0.75rem, calc(0.2777777777777778vw + 0.6875rem), 0.875rem);
}
.small-text {
  font-size: clamp(0.625rem, calc(0.5555555555555556vw + 0.5rem), 0.875rem);
}
.text-red {
  color: #8D1C17;
}
.sp-center {
  text-align: center;
}
@media (min-width: 768px) {
  .sp-center {
    text-align: left;
  }
}
h2.event-tit {
  font-size: clamp(0.875rem, calc(0.7792207792207793vw + 0.6996753246753247rem), 1.625rem);
  font-weight: 600;
  margin-bottom: clamp(1.25rem, calc(1.1904761904761905vw + 0.9821428571428572rem), 1.875rem);
}
.event-end {
  font-size: clamp(0.875rem, calc(0.7792207792207793vw + 0.6996753246753247rem), 1.625rem);
  font-weight: 600;
  text-align: center;
}
.white-content-underround {
  padding-top: clamp(1.25rem, calc(1.2987012987012987vw + 0.9577922077922078rem), 2.5rem);
  padding-bottom: clamp(1.25rem, calc(1.2987012987012987vw + 0.9577922077922078rem), 2.5rem);
  padding-left: clamp(0.9375rem, calc(1.6233766233766231vw + 0.5722402597402598rem), 2.5rem);
  padding-right: clamp(0.9375rem, calc(1.6233766233766231vw + 0.5722402597402598rem), 2.5rem);
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  position: relative;
  margin-bottom: clamp(1.875rem, calc(3.571428571428571vw + 1.0714285714285716rem), 3.75rem);
}
.white-content-round {
  padding-top: clamp(1.25rem, calc(1.2987012987012987vw + 0.9577922077922078rem), 2.5rem);
  padding-bottom: clamp(1.25rem, calc(1.2987012987012987vw + 0.9577922077922078rem), 2.5rem);
  padding-left: clamp(0.9375rem, calc(1.6233766233766231vw + 0.5722402597402598rem), 2.5rem);
  padding-right: clamp(0.9375rem, calc(1.6233766233766231vw + 0.5722402597402598rem), 2.5rem);
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  margin-bottom: clamp(1.875rem, calc(3.571428571428571vw + 1.0714285714285716rem), 3.75rem);
}
.section-margin-top {
  margin-top: clamp(3.75rem, calc(3.571428571428571vw + 2.9464285714285716rem), 5.625rem);
}
.tab-list {
  display: none;
  background-color: #F5F5F5;
  padding: 10px;
}
@media (min-width: 768px) {
  .tab-list {
    padding: 20px 20px;
  }
}
@media (min-width: 1200px) {
  .tab-list {
    padding: 30px 40px;
  }
}
@media (min-width: 1600px) {
  .tab-list {
    padding: 40px 60px;
  }
}
.tab-list.show {
  display: block;
}
.tab-title-list {
  display: flex;
  width: 100%;
  align-items: end;
  padding-left: 0;
  margin-bottom: 0;
  overflow: hidden;
}
/* タブの見出し */
.tab-title {
  width: -webkit-calc(100% / 4);
  width: calc(100% - 4);
  padding: 5px 0;
  cursor: pointer;
  font-size: clamp(0.625rem, calc(1.1111111111111112vw + 0.375rem), 1.125rem);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  list-style: none;
  background-color: #A7A7A7;
  border-radius: 10px 10px 0 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .tab-title {
    padding: 10px;
  }
}
.tab-title a {
  display: block;
  color: #ffffff;
}
/* 選択されているタイトル */
.tab-title.current {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .tab-title.current {
    padding: 15px;
  }
}
.tab-title.current a {
  color: #010101;
}
@media (min-width: 768px) {
  .tab-title:not(.current):hover {
    padding: 15px;
  }
}
article {
  margin-bottom: 30px;
}
.event-media {
  position: relative;
  margin-bottom: 15px;
  transition: 0.5s ease-in-out;
}
.event-media img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.event-media:hover {
  opacity: .8;
}
.currently {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 40px;
  height: 40px;
  font-size: clamp(0.5rem, calc(1.1111111111111112vw + 0.25rem), 1rem);
  font-weight: 500;
  color: #ffffff;
  display: grid;
  place-items: center;
  background-image: url(../images/page/event/currently-icon.svg);
}
@media (min-width: 768px) {
  .currently {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .currently {
    width: 80px;
    height: 80px;
  }
}
.deadline {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: clamp(0.5rem, calc(1.1111111111111112vw + 0.25rem), 1rem);
  font-weight: 500;
  color: #ffffff;
  padding: 7px 13px;
  display: grid;
  place-items: center;
  background-color: #808080;
}
@media (min-width: 768px) {
  .deadline {
    padding: 9px 15px;
  }
}
ul.event-type {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  list-style: none;
  flex-direction: row;
  padding-left: 0;
  margin: 0;
}
ul.event-type li {
  font-size: clamp(0.75rem, calc(0.5555555555555556vw + 0.625rem), 1rem);
  font-weight: 500;
  color: #ffffff;
  display: block;
  padding: 7px 13px;
  line-height: 1;
  background-color: #8D1C17;
  border-radius: 3px;
  transition: background-color 0.4s ease;
}
@media (min-width: 768px) {
  ul.event-type li {
    padding: 9px 15px;
  }
}
.event-detail h3 {
  font-size: clamp(0.875rem, calc(0.8333333333333334vw + 0.6875rem), 1.25rem);
}
.event-detail .event-day,
.event-detail .event-place {
  font-size: clamp(0.75rem, calc(0.5555555555555556vw + 0.625rem), 1rem);
  position: relative;
  padding-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-detail .event-day::before,
.event-detail .event-place::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
@media (min-width: 992px) {
  .event-detail .event-day::before,
  .event-detail .event-place::before {
    width: 24px;
    height: 24px;
  }
}
.event-detail .event-day::before {
  background-image: url(../images/top/icon-calendar.svg);
}
.event-detail .event-place::before {
  background-image: url(../images/top/icon-map.svg);
}
.event-main {
  position: relative;
  margin-bottom: clamp(1.875rem, calc(10.714285714285714vw + -0.5357142857142856rem), 7.5rem);
}
.event-overview {
  margin-top: clamp(1.25rem, calc(1.1904761904761905vw + 0.9821428571428572rem), 1.875rem);
  margin-bottom: clamp(1.875rem, calc(3.571428571428571vw + 1.0714285714285716rem), 3.75rem);
  /*
	@media (min-width:@screen-lg){
	    width: 50%;
		display: block;
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    z-index: 1;
	    background: #f0f0f099;
	    padding: 25px;
	}
	*/
}
.tbl-event {
  width: 100%;
  display: block;
}
.tbl-event dl {
  margin-bottom: 0px;
}
.tbl-event dt {
  width: 40px;
  font-size: clamp(0.75rem, calc(1.1111111111111112vw + 0.5rem), 1.25rem);
  line-height: 140%;
  float: left;
}
@media (min-width: 992px) {
  .tbl-event dt {
    width: 60px;
  }
}
.tbl-event dd {
  font-size: clamp(0.75rem, calc(1.1111111111111112vw + 0.5rem), 1.25rem);
  font-weight: 500;
  line-height: 140%;
  margin-left: 40px;
}
@media (min-width: 992px) {
  .tbl-event dd {
    margin-left: 70px;
  }
}
.tbl-event dd p:last-of-type {
  margin-bottom: 0;
}
.event-img-wrap {
  /*
	@media (min-width:@screen-lg){
		img{
		    width: 70%;
		    display: block;
		}
    }
    */
}
.pagenavi {
  text-align: center;
  margin-top: clamp(2.5rem, calc(2.380952380952381vw + 1.9642857142857144rem), 3.75rem);
  margin-bottom: clamp(2.5rem, calc(2.380952380952381vw + 1.9642857142857144rem), 3.75rem);
}
.pagenavi .page-numbers {
  font-size: clamp(0.75rem, calc(0.5555555555555556vw + 0.625rem), 1rem);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #000;
  display: inline-grid;
  background: #ffffff;
  place-items: center;
  margin-left: clamp(0.125rem, calc(0.9523809523809524vw + -0.0892857142857143rem), 0.625rem);
  margin-right: clamp(0.125rem, calc(0.9523809523809524vw + -0.0892857142857143rem), 0.625rem);
}
@media (min-width: 992px) {
  .pagenavi .page-numbers {
    width: 50px;
    height: 50px;
  }
}
.pagenavi .dots,
.pagenavi .prev,
.pagenavi .next {
  background-color: transparent;
}
.pagenavi .prev,
.pagenavi .next {
  width: auto;
}
.pagenavi .current {
  font-weight: 500;
  border: none;
  background: #8D1C17;
  color: #ffffff;
}
.post-staff-box {
  padding-top: clamp(1.25rem, calc(1.2987012987012987vw + 0.9577922077922078rem), 2.5rem);
  padding-bottom: clamp(1.25rem, calc(1.2987012987012987vw + 0.9577922077922078rem), 2.5rem);
  padding-left: clamp(1.25rem, calc(2.5974025974025974vw + 0.6655844155844155rem), 3.75rem);
  padding-right: clamp(1.25rem, calc(2.5974025974025974vw + 0.6655844155844155rem), 3.75rem);
  background-color: #F0F0F0;
  margin-bottom: clamp(1.25rem, calc(2.7777777777777777vw + 0.625rem), 2.5rem);
}
.post-staff-box .post-staff-thumb {
  width: 100px;
  display: block;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .post-staff-box .post-staff-thumb {
    width: 140px;
  }
}
@media (min-width: 992px) {
  .post-staff-box .post-staff-thumb {
    width: 190px;
  }
}
.post-staff-box .post-staff-thumb img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 3px solid #ffffff;
}
.post-staff-box .post-staff-detail {
  text-align: center;
}
@media (min-width: 768px) {
  .post-staff-box .post-staff-detail {
    text-align: left;
  }
}
.page-blog-title-wrap {
  position: relative;
  white-space: nowrap;
}
.page-blog-title {
  font-size: clamp(1.75rem, calc(3.0555555555555554vw + 1.0625rem), 3.125rem);
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  width: fit-content;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.page-blog-title-jp {
  font-size: clamp(0.75rem, calc(0.8333333333333334vw + 0.5625rem), 1.125rem);
  margin-bottom: 0;
  font-weight: 500;
  color: #010101;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .page-blog-title-jp {
    font-size: clamp(1.125rem, calc(0.3225806451612903vw + 0.8669354838709677rem), 1.25rem);
  }
}
.page-blog-title-left {
  font-size: clamp(1.75rem, calc(3.0555555555555554vw + 1.0625rem), 3.125rem);
  margin-bottom: clamp(1.25rem, calc(2.7777777777777777vw + 0.625rem), 2.5rem);
  font-weight: 600;
  line-height: 1;
  color: #F0F0F0;
  position: relative;
}
@media (min-width: 768px) {
  .page-blog-title-left {
    margin-left: 0;
  }
}
.page-blog-title-jp-left {
  font-size: clamp(0.75rem, calc(0.8333333333333334vw + 0.5625rem), 1.125rem);
  margin-bottom: 0;
  font-weight: 500;
  color: #010101;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 5%;
}
@media (min-width: 992px) {
  .page-blog-title-jp-left {
    font-size: clamp(1.125rem, calc(0.3225806451612903vw + 0.8669354838709677rem), 1.25rem);
  }
}
.blog-content a {
  color: #8D1C17;
}
.self-written {
  position: relative;
  color: #ffffff;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: clamp(0.9375rem, calc(0.3246753246753247vw + 0.864448051948052rem), 1.25rem);
}
.self-written .blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.self-written .detail {
  width: calc(100% - 20px);
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
}
.self-written .detail .day {
  font-size: clamp(0.5rem, calc(0.5194805194805194vw + 0.38311688311688313rem), 1rem);
  margin-right: 10px;
}
.self-written .detail .category {
  font-size: clamp(0.5rem, calc(0.5194805194805194vw + 0.38311688311688313rem), 1rem);
  display: inline-block;
  padding: 1px 10px;
  background-color: #8D1C17;
  border-radius: 20px;
}
.self-written .detail h3 {
  font-size: clamp(0.5rem, calc(0.5194805194805194vw + 0.38311688311688313rem), 1rem);
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
.self-written .no-staff,
.self-written .staff-img {
  width: 26%;
  position: absolute;
  right: 10px;
  bottom: 30px;
  z-index: 2;
}
@media (min-width: 992px) {
  .self-written .no-staff,
  .self-written .staff-img {
    right: 20px;
  }
}
.self-written .no-staff img,
.self-written .staff-img img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 2px solid #ffffff;
}
@media (min-width: 992px) {
  .self-written .no-staff img,
  .self-written .staff-img img {
    border: 5px solid #ffffff;
  }
}
.self-written::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}
.swiper-slide {
  display: block !important;
}
.img-blog {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
}
.blog-inner {
  position: relative;
  color: #ffffff;
  overflow: hidden;
}
.blog-inner .detail {
  width: 64%;
  position: absolute;
  bottom: 30px;
  left: 10px;
  z-index: 2;
}
@media (min-width: 992px) {
  .blog-inner .detail {
    width: calc(70% - 10px);
    padding-right: 15px;
    left: 20px;
  }
}
.blog-inner .detail .day {
  font-size: clamp(0.625rem, calc(0.38961038961038963vw + 0.5373376623376623rem), 1rem);
  margin-right: 10px;
}
.blog-inner .detail .category {
  font-size: clamp(0.625rem, calc(0.38961038961038963vw + 0.5373376623376623rem), 1rem);
  display: inline-block;
  padding: 1px 10px;
  background-color: #8D1C17;
  border-radius: 20px;
}
.blog-inner .detail h3 {
  font-size: clamp(0.75rem, calc(0.5194805194805194vw + 0.6331168831168831rem), 1.25rem);
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
.blog-inner .no-staff,
.blog-inner .staff-img {
  width: 26%;
  position: absolute;
  right: 10px;
  bottom: 30px;
  z-index: 2;
}
@media (min-width: 992px) {
  .blog-inner .no-staff,
  .blog-inner .staff-img {
    right: 20px;
  }
}
.blog-inner .no-staff img,
.blog-inner .staff-img img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 2px solid #ffffff;
}
@media (min-width: 992px) {
  .blog-inner .no-staff img,
  .blog-inner .staff-img img {
    border: 5px solid #ffffff;
  }
}
.blog-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 20px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  z-index: 1;
}
.form-wrap {
  width: 100%;
}
@media (min-width: 992px) {
  .form-wrap {
    width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contactform-text {
  font-size: clamp(0.75rem, calc(0.5555555555555556vw + 0.625rem), 1rem);
  font-weight: 500;
  line-height: 3.125rem;
  margin-bottom: 0;
}
.req-text {
  color: #8D1C17;
}
/* ベース */
.acc {
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: clip;
  /* 角丸を保ったまま中を切る */
  background: #fff;
}
/* summaryのデフォルト三角を消す */
.acc > summary {
  list-style: none;
}
.acc > summary::-webkit-details-marker {
  display: none;
}
.acc__head {
  cursor: pointer;
  padding: 14px 16px;
  font-size: clamp(0.75rem, calc(0.5555555555555556vw + 0.625rem), 1rem);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
/* 右側の矢印 */
.acc__head::after {
  content: "▾";
  transition: transform 240ms ease;
}
/* 中身：gridで高さ可変でも滑らかに */
.acc__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 240ms ease;
}
.acc__inner {
  overflow: hidden;
  padding: 0 16px;
  /* 開閉時の余白はinnerに持たせる */
  padding-bottom: 14px;
  font-size: clamp(0.75rem, calc(0.5555555555555556vw + 0.625rem), 1rem);
  color: #333;
  line-height: 1.7;
}
/* 開いたとき */
.acc[open] .acc__body {
  grid-template-rows: 1fr;
}
.acc[open] .acc__head::after {
  transform: rotate(180deg);
}
/* ユーザーが「動きを減らす」設定ならアニメ無し */
@media (prefers-reduced-motion: reduce) {
  .acc__body,
  .acc__head::after {
    transition: none;
  }
}
.submit-wrap {
  position: relative;
  width: 180px;
  height: 50px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .submit-wrap {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .submit-wrap {
    width: 220px;
    height: 60px;
  }
}
.submit-wrap .circle-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .submit-wrap .circle-icon {
    width: 40px;
    height: 40px;
  }
}
.submit-wrap .circle-icon:before {
  content: "";
  width: .5rem;
  height: .5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  background-color: #8D1C17;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
.submit-wrap:hover .btn-circle {
  background-color: transparent;
}
.submit-wrap:hover .btn-circle::before {
  background-color: #ffffff;
}
