@charset "UTF-8";
/* =====================
	LP - ほったらかし見学会開催！
 ======================= */
/** -------------------- ページ内共通 -------------------- **/
body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  line-height: 1.44;
}

main {
  overflow: hidden;
}

main .inner {
  max-width: 1300px;
}

.sec-ttl {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
}

.btn-reservation {
  width: 580px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.46;
  color: #ffffff;
  background-color: #f98c02;
  padding: 30px 113px 30px 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.btn-reservation::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-image: url(../img/hottarakashi/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: var(--anim);
}

/** -------------------- メインビジュアル -------------------- **/
.mv {
  position: relative;
}

.mv .mv-ttl {
  width: 669px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mv .char01-img {
  width: 343px;
  position: absolute;
  top: -223px;
  left: 475px;
}

.mv .char02-img {
  width: 317px;
  position: absolute;
  top: 520px;
  left: -36px;
}

/** -------------------- ほったらかし見学会とは？ -------------------- **/
.sec01 {
  padding: 133px 0 122px;
}

.sec01 .inner {
  position: relative;
}

.sec01 .sec-ttl {
  margin-bottom: 36px;
}

.sec01 .sec01-txt {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 84px;
}

.sec01 .sec01-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 83px;
}

.sec01 .sec01-item {
  width: 402px;
  height: 260px;
  border-radius: 42px;
  overflow: hidden;
}

.sec01 .sec01-item-ttl {
  height: 93px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.43;
  text-align: center;
  background-color: #fff74e;
  padding: 31px 1em 22px;
}

.sec01 .sec01-item-txt {
  height: calc(260px - 93px);
  background-color: #f6f6f6;
  padding: 24px 35px;
}

.sec01 .char03-img {
  width: 344px;
  position: absolute;
  top: -102px;
  right: -122px;
  z-index: -10;
}

/** -------------------- ご見学いただけるモデルハウスについて -------------------- **/
.sec02 {
  background-color: #f6f6f6;
  padding: 117px 0 130px;
}

.sec02 .inner {
  position: relative;
}

.sec02 .sec-ttl {
  margin-bottom: 76px;
}

.sec02 .sec02-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 57px;
  font-weight: 500;
}

.sec02 .sec02-container-info-ttl {
  font-size: 28px;
  line-height: 1.46;
  margin-bottom: 1em;
}

.sec02 .sec02-container-info-list {
  font-size: 22px;
  line-height: 1.86;
  display: grid;
  grid-template-columns: auto auto;
}

.sec02 .sec02-01-img {
  width: 717px;
}

.sec02 .sec02-slider {
  width: 100%;
  margin-bottom: 31px;
}

.sec02 .sec02-slider .slick-slide {
  margin: 0 5px;
}

.sec02 .sec02-slider .slick-slide img {
  width: auto;
  height: 565px;
}

.sec02 .sec02-slider .slide-arrow {
  width: 48px;
  height: 48px;
  transition: var(--anim);
  cursor: pointer;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}

.sec02 .sec02-slider .slide-arrow.prev-arrow {
  background-image: url(../img/hottarakashi/slider-arrow-prev.png);
}

.sec02 .sec02-slider .slide-arrow.next-arrow {
  background-image: url(../img/hottarakashi/slider-arrow-next.png);
}

.sec02 .sec02-txt {
  text-align: center;
}

.sec02 .char02-img {
  width: 365px;
  position: absolute;
  top: -117px;
  left: -255px;
}

.sec02 .char01-img {
  width: 382px;
  position: absolute;
  top: -15px;
  right: -50px;
}

/** -------------------- ご見学のポイント -------------------- **/
.sec03 {
  padding: 140px 0 0;
  margin-bottom: 186px;
  position: relative;
}

.sec03 .sec-ttl {
  margin-bottom: 96px;
}

.sec03 .sec03-container {
  display: flex;
  align-items: flex-start;
  column-gap: 43px;
}

.sec03 .sec03-container:last-of-type {
  margin-bottom: 130px;
}

.sec03 .sec03-img {
  position: relative;
}

.sec03 .sec03-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff74e;
  position: absolute;
  bottom: -11px;
  right: -9px;
  z-index: -10;
}

.sec03 .sec03-container-info {
  width: 335px;
}

.sec03 .sec03-container-info-ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.47;
  padding-bottom: 14px;
  margin-bottom: 14px;
  position: relative;
}

.sec03 .sec03-container-info-ttl::before {
  content: "";
  width: 130%;
  height: 3px;
  background-color: #fff74e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -10;
}

.sec03 .sec03-container01 .sec03-01-img {
  width: 733px;
}

.sec03 .sec03-container01 .sec03-container-info {
  padding-top: 8px;
}

.sec03 .sec03-container02 {
  flex-direction: row-reverse;
}

.sec03 .sec03-container02 .sec03-02-img {
  width: 418px;
}

.sec03 .sec03-container02 .sec03-container-info {
  padding-top: 124px;
}

.sec03 .sec03-container03 {
  transform: translateY(-139px);
}

.sec03 .sec03-container03 .sec03-03-img {
  width: 733px;
}

.sec03 .sec03-container03 .sec03-container-info {
  padding-top: 241px;
}

.sec03 .sec03-container04 {
  flex-direction: row-reverse;
}

.sec03 .sec03-container04 .sec03-img-container {
  display: flex;
  align-items: flex-start;
  column-gap: 34px;
}

.sec03 .sec03-container04 .sec03-img-container .sec03-04-img {
  width: 418px;
}

.sec03 .sec03-container04 .sec03-img-container .sec03-05-img {
  width: 436px;
}

.sec03 .sec03-container04 .sec03-container-info {
  padding-top: 62px;
}

/** -------------------- 間取り -------------------- **/
.sec04 {
  padding-bottom: 114px;
  position: relative;
}

.sec04 .sec-ttl {
  margin-bottom: 17px;
}

.sec04 .sec04-container {
  display: flex;
  align-items: center;
}

.sec04 .sec04-01-img {
  width: 70%;
}

.sec04 .sec04-02-img {
  width: 30%;
  transform: translateY(-95px);
}

.sec04 .char04-img {
  width: 447px;
  position: absolute;
  bottom: -191px;
  left: 50%;
  transform: translateX(-50%);
}

/** -------------------- 倉敷ハウジングの特長 -------------------- **/
.sec05 {
  padding: 191px 0 109px;
  background-color: #f6f6f6;
}

.sec05 .sec-ttl {
  margin-bottom: 38px;
}

.sec05 .sec05-txt {
  font-size: 20px;
  text-align: center;
  margin-bottom: 51px;
}

.sec05 .sec05-container {
  max-width: 1472px;
  height: 403px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 293px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 106px;
}

.sec05 .sec05-container + .sec05-container {
  margin-top: 50px;
}

.sec05 .sec05-container-info {
  width: 55%;
}

.sec05 .sec05-img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.sec05 .sec05-img-container .sec05-01-img {
  width: 354px;
}

.sec05 .sec05-img-container .sec05-02-img {
  width: 201px;
}

.sec05 .sec05-img-container .sec05-03-img {
  width: 379px;
}

.sec05 .sec05-04-img {
  width: 478px;
}

.sec05 .sec05-05-img {
  width: 414px;
}

.sec05 .sec05-container-info-ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.47;
  color: #4b9b37;
  margin-bottom: 17px;
}

/** -------------------- ご見学の流れ -------------------- **/
.sec06 {
  padding: 107px 0 120px;
}

.sec06 .sec-ttl {
  margin-bottom: 93px;
}

.sec06 .sec06-process {
  margin-bottom: 107px;
  width: 100%;
  height: 1179px;
  position: relative;
}

.sec06 .step {
  background-color: #fff74e;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 28px;
  position: absolute;
}

.sec06 .step-ttl {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.45;
}

.sec06 .step-ttl span {
  font-size: 66px;
}

.sec06 .step-txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

.sec06 .step01 {
  width: 504px;
  top: 0;
  left: 14px;
}

.sec06 .step01::before {
  content: "";
  width: 706px;
  height: 7px;
  background-color: #fff74e;
  position: absolute;
  top: 60%;
  left: 55%;
  transform: rotate(8deg);
  z-index: -10;
}

.sec06 .step02 {
  width: 444px;
  top: 162px;
  right: 44px;
}

.sec06 .step02::before {
  content: "";
  width: 767px;
  height: 7px;
  background-color: #fff74e;
  position: absolute;
  top: 100%;
  right: 60%;
  transform: rotate(-25deg);
  z-index: -10;
}

.sec06 .step03 {
  width: 556px;
  top: 532px;
  left: -48px;
}

.sec06 .step03::before {
  content: "";
  width: 589px;
  height: 7px;
  background-color: #fff74e;
  position: absolute;
  top: 60%;
  left: 55%;
  transform: rotate(8deg);
  z-index: -10;
}

.sec06 .step04 {
  width: 444px;
  bottom: 0;
  right: 210px;
}

.sec06 .char05-img {
  width: 374px;
  position: absolute;
  top: -121px;
  right: -45px;
}

/** -------------------- アクセス -------------------- **/
.sec07 {
  padding: 129px 0 190px;
  background-color: #f6f6f6;
}

.sec07 .inner {
  position: relative;
}

.sec07 .sec-ttl {
  margin-bottom: 38px;
}

.sec07 address {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 71px;
}

.sec07 .sec07-map {
  width: 978px;
  margin: 0 auto;
}

.sec07 .sec07-map iframe {
  aspect-ratio: 978 / 550;
  width: 100%;
  height: auto;
}

.sec07 .char06-img {
  width: 449px;
  position: absolute;
  bottom: -332px;
  left: -261px;
}

/** -------------------- よくあるご質問 -------------------- **/
.sec08 {
  padding: 175px 0 154px;
}

.sec08 .sec-ttl {
  margin-bottom: 107px;
}

.sec08 .faq-item {
  margin-bottom: 59px;
  border-radius: 34px;
  overflow: hidden;
  cursor: pointer;
}

.sec08 .faq-item:last-of-type {
  margin-bottom: 84px;
}

.sec08 .faq-item dt {
  font-size: 22px;
  font-weight: bold;
  background-color: #fff74e;
  text-indent: -2em;
  padding-left: 2em;
  padding: 26px 80px 26px calc(40px + 2em);
  position: relative;
}

.sec08 .faq-item dt::after {
  content: "";
  width: 28px;
  height: 16px;
  background-image: url(../img/hottarakashi/faq-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: var(--anim);
  position: absolute;
  top: 50%;
  right: 42px;
  transform: translateY(-50%);
}

.sec08 .faq-item dt.is-open::after {
  transform: rotate(180deg) translateY(50%);
}

.sec08 .faq-item dd {
  display: none;
  font-size: 22px;
  background-color: #f6f6f6;
  text-indent: -2em;
  padding-left: 2em;
  padding: 26px 40px 26px calc(40px + 2em);
}

/** -------------------- フッター画像 -------------------- **/
.sec09 .sec09-img {
  width: 100%;
}

/* タブレット
  ------------------------ */
@media (max-width: 1240px) {
  /** -------------------- メインビジュアル -------------------- **/
  .mv .mv-ttl {
    width: 400px;
  }

  .mv .char01-img {
    width: 200px;
    position: absolute;
    top: -90px;
    left: 335px;
  }

  .mv .char02-img {
    width: 150px;
    position: absolute;
    top: 265px;
    left: -100px;
  }

  /** -------------------- ほったらかし見学会とは？ -------------------- **/
  .sec01 .sec01-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 26px;
  }

  .sec01 .char03-img {
    width: 200px;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: -10;
  }

  /** -------------------- ご見学いただけるモデルハウスについて -------------------- **/
  .sec02 .sec02-container {
    flex-wrap: wrap;
    gap: 50px;
  }

  .sec02 .char02-img {
    width: 200px;
    position: absolute;
    top: -200px;
    left: 0;
  }

  .sec02 .sec02-slider .slick-slide img {
    height: 400px;
  }

  .sec02 .char01-img {
    width: 200px;
    position: absolute;
    top: 90px;
    right: 0;
  }

  /** -------------------- ご見学のポイント -------------------- **/
  .sec03 .sec03-container {
    width: 660px;
    column-gap: 25px;
    margin: 0 auto;
  }

  .sec03 .sec03-container01 .sec03-01-img {
    width: 300px;
  }

  .sec03 .sec03-container02 .sec03-02-img {
    width: 200px;
  }

  .sec03 .sec03-container03 {
    transform: none;
    margin-bottom: 25px;
  }

  .sec03 .sec03-container03 .sec03-03-img {
    width: 300px;
  }

  .sec03 .sec03-container03 .sec03-container-info {
    padding-top: 50px;
  }

  .sec03 .sec03-container04 .sec03-img-container .sec03-04-img {
    width: 200px;
  }

  .sec03 .sec03-container04 .sec03-img-container .sec03-05-img {
    width: 200px;
  }

  /** -------------------- 間取り -------------------- **/
  .sec04 .char04-img {
    width: 200px;
    position: absolute;
    bottom: -95px;
    left: 50%;
    transform: translateX(-50%);
  }

  /** -------------------- 倉敷ハウジングの特長 -------------------- **/
  .sec05 .sec05-container {
    height: auto;
    margin: 0 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }

  .sec05 .sec05-img-container .sec05-01-img {
    width: 300px;
  }

  .sec05 .sec05-img-container .sec05-02-img {
    width: 150px;
  }

  .sec05 .sec05-img-container .sec05-03-img {
    width: 300px;
  }

  .sec05 .sec05-04-img {
    width: 300px;
  }

  .sec05 .sec05-05-img {
    width: 300px;
  }

  /** -------------------- ご見学の流れ -------------------- **/
  .sec06 .sec06-process {
    width: 660px;
    height: 2000px;
    margin: 0 auto 107px;
  }

  .sec06 .step01::before {
    top: 83%;
    left: -6%;
    transform: rotate(66deg);
  }

  .sec06 .step02 {
    top: 520px;
  }

  .sec06 .step02::before {
    top: 100%;
    right: -18%;
    transform: rotate(-62deg);
  }

  .sec06 .step03 {
    top: 960px;
  }

  .sec06 .step03::before {
    top: 110%;
    left: 25%;
    transform: rotate(60deg);
  }

  .sec06 .step04 {
    right: 0;
  }

  .sec06 .char05-img {
    width: 250px;
    top: 430px;
    right: -40px;
  }

  /** -------------------- アクセス -------------------- **/
  .sec07 .sec07-map {
    width: 80%;
  }

  .sec07 .char06-img {
    width: 200px;
    position: absolute;
    bottom: -260px;
    left: 0;
  }
}

/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  /** -------------------- ページ内共通 -------------------- **/
  .sec-ttl {
    font-size: 25px;
  }

  .btn-reservation {
    width: 327px;
    font-size: 20px;
    padding: 25px 60px;
  }

  /** -------------------- メインビジュアル -------------------- **/
  .mv .mv-ttl {
    width: 200px;
  }

  .mv .char01-img {
    width: 100px;
    position: absolute;
    top: -50px;
    left: 173px;
  }

  .mv .char02-img {
    width: 100px;
    position: absolute;
    top: 118px;
    left: -74px;
  }

  /** -------------------- ほったらかし見学会とは？ -------------------- **/
  .sec01 {
    padding: 100px 0;
  }

  .sec01 .sec01-item-ttl {
    font-size: 25px;
  }

  .sec01 .char03-img {
    width: 100px;
    position: absolute;
    top: -105px;
    right: -25px;
  }

  /** -------------------- ご見学いただけるモデルハウスについて -------------------- **/
  .sec02 {
    padding: 100px 0;
  }

  .sec02 .sec02-container {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .sec02 .sec02-container-info-ttl {
    font-size: 20px;
  }

  .sec02 .sec02-container-info-list {
    font-size: 16px;
  }

  .sec02 .sec02-01-img {
    width: 100%;
  }

  .sec02 .char02-img {
    width: 150px;
    position: absolute;
    top: -155px;
    left: -30px;
  }

  .sec02 .sec02-slider .slick-slide img {
    height: 200px;
  }

  .sec02 .sec02-slider .slide-arrow {
    width: 35px;
    height: 35px;
  }

  .sec02 .char01-img {
    width: 150px;
    position: absolute;
    top: 110px;
    right: 0;
  }

  /** -------------------- ご見学のポイント -------------------- **/
  .sec03 {
    padding-top: 100px;
    margin-bottom: 100px;
  }

  .sec03 .sec03-container {
    width: 100%;
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
  }

  .sec03 .sec03-container-info-ttl {
    font-size: 20px;
  }

  .sec03 .sec03-container + .sec03-container {
    margin-top: 100px;
  }

  .sec03 .sec03-container02 .sec03-container-info {
    padding-top: 0;
  }

  .sec03 .sec03-container03 .sec03-container-info {
    padding-top: 0;
  }

  .sec03 .sec03-container04 .sec03-img-container {
    flex-direction: column;
    row-gap: 25px;
  }

  .sec03 .sec03-container04 .sec03-container-info {
    padding-top: 0;
  }

  /** -------------------- 間取り -------------------- **/
  .sec04 {
    padding-bottom: 100px;
  }

  .sec04 .sec04-container {
    flex-direction: column;
  }

  .sec04 .sec04-01-img,
  .sec04 .sec04-02-img {
    width: 100%;
  }

  .sec04 .sec04-02-img {
    transform: none;
  }

  .sec04 .char04-img {
    width: 200px;
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
  }

  /** -------------------- 倉敷ハウジングの特長 -------------------- **/
  .sec05 {
    padding: 100px 0;
  }

  .sec05 .sec05-txt {
    font-size: 18px;
  }

  .sec05 .sec05-container {
    padding: 30px 20px;
    border-radius: 50px;
  }

  .sec05 .sec05-container-info {
    width: 100%;
  }

  .sec05 .sec05-container-info-ttl {
    font-size: 20px;
  }

  /** -------------------- ご見学の流れ -------------------- **/
  .sec06 {
    padding: 100px 0;
  }

  .sec06 .sec06-process {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 100px;
  }

  .sec06 .step {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    row-gap: 20px;
  }

  .sec06 .step01,
  .sec06 .step02,
  .sec06 .step03,
  .sec06 .step04 {
    width: 100%;
    max-width: 327px;
  }

  .sec06 .step-ttl {
    font-size: 20px;
  }

  .sec06 .step-ttl span {
    font-size: 25px;
  }

  .sec06 .step-txt {
    font-size: 16px;
  }

  .sec06 .step01::before,
  .sec06 .step02::before,
  .sec06 .step03::before {
    width: 300px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .sec06 .char05-img {
    width: 200px;
    top: 345px;
    right: -30px;
  }

  /** -------------------- アクセス -------------------- **/
  .sec07 {
    padding: 100px 0;
  }

  .sec07 address {
    font-size: 18px;
  }

  .sec07 .sec07-map {
    width: 100%;
  }

  .sec07 .char06-img {
    width: 200px;
    bottom: -160px;
    left: -20px;
  }

  /** -------------------- よくあるご質問 -------------------- **/
  .sec08 {
    padding: 100px 0;
  }

  .sec08 .sec-ttl {
    margin-bottom: 50px;
  }

  .sec08 .faq-item {
    margin-bottom: 25px;
  }

  .sec08 .faq-item dt,
  .sec08 .faq-item dd {
    font-size: 18px;
  }

  .sec08 .faq-item dt {
    padding: 20px 60px 20px calc(20px + 2em);
  }

  .sec08 .faq-item dd {
    padding: 20px 20px 20px calc(20px + 2em);
  }

  .sec08 .faq-item dt::after {
    width: 20px;
    right: 25px;
  }
}
