@charset "utf-8";

/* ------------------------- */
/* キービジュアル */
/* ------------------------- */
img {
  width: 100%;
  height: auto;
}

.jumbotron {
  position: relative;
  background-image: url(https://ouchi-iwaki.com/wp/wp-content/themes/ouchi-iwaki/img/top/fv_bg2.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  margin-top: 115px;
  height: 880px;
}

.jumbotron__inner {
  position: absolute;
  width: 660px;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.jumbotron-subtitle-area {
  display: block;
  margin: 0 auto 2rem;
}

.jumbotron__lead {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  background-color: #F6AB28;
  padding: 1rem 2.5rem;
  border-radius: 1rem 1rem 0 0;
}

.jumbotron__title {
  font-size: 5.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.3rem;
}

.jumbotron__title>span {
  background-color: #fff;
  padding: 0 0.6em;
  border: 8px solid #F6AB28;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.jumbotron__title-strong {
  color: #ED6C00;
}

.chara-img {
  position: absolute;
  width: 400px;
  right: 0;
  bottom: 0;
}


.fv-text-shop {
  margin-top: 20px;
}

@media screen and (max-width: 599px) {
  .fv-text-shop {
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
  }
}



/* キービジュアルアイコン */
.fv-ico {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  border-radius: 50%;
  color: #fff;
  background-color: #ED6C00;
  box-shadow: 0 0 8px rgb(0, 0, 0, 0.3);
}

.fv-ico-sp {
  display: none;
}

.fv-ico-strong {
  font-size: 2.7rem;
}

.fv-ico::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  border: 2px dotted #fff;
  border-radius: 50%;
}

.ico01 {
  left: 50px;
  bottom: 50px;
}

.ico02 {
  left: 200px;
  bottom: 50px;
}

/* お知らせ */
.news {
  text-align: center;
  padding-bottom: 0;
}

.news__title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* バナー */
.bn {
  max-width: 1000px;
  padding: 0 20px;
  margin: 100px auto 0;
}

/* 来店プレゼント */
.present-area {
  position: relative;
  max-width: 1000px;
  padding: 0 20px;
  margin: 100px auto 0;
  z-index: 1;
}

.present-list {
  display: flex;
}

.present-item {
  opacity: 0;
  transform: translateY(50%);
  transition: 1s;
}

.present-item.show {
  opacity: 1;
  transform: translateY(0);
}

.present-item:not(:last-child) {
  margin-right: 10px;
}

/* ------------------------- */
/* イベント */
/* ------------------------- */
.event-wrap {
  padding: 100px 20px 40px 20px;
}

.event-title {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4rem;
  letter-spacing: 0.3rem;
  margin-bottom: 20px;
}

.event-title-color {
  color: #a70719;
}

.event-item {
  opacity: 1;
  transition: 0.3s;
}

.event-item:not(:first-of-type) {
  margin-top: 30px;
}

.event-item:hover {
  opacity: 0.7;
}

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

/* ------------------------- */
/* はりまの家相談カウンターとは */
/* ------------------------- */

/* 5つのポイント */
.aboutus-point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 70px 0 30px;
}

.aboutus-point-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 190px;
  margin: 0 15px 50px;
  padding: 40px 20px;
  background-color: #e5a949;
  text-align: center;
  border-radius: 50px;
  transition: .5s;
  opacity: 0;
  transform: scale(0.7);
}

.aboutus-point-item:nth-of-type(2) {
  transition-delay: 0.05s;
}

.aboutus-point-item:nth-of-type(3) {
  transition-delay: 0.1s;
}

.aboutus-point-item:nth-of-type(4) {
  transition-delay: 0.15s;
}

.aboutus-point-item:nth-of-type(5) {
  transition-delay: 0.2s;
}

.aboutus-point-item.show {
  opacity: 1;
  transform: scale(1);
}

.aboutus-point-item:hover {
  background-color: #EEE8E4;
  border-radius: 20px;
}

.aboutus-point-img-area {
  position: relative;
  width: 136px;
  height: 136px;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.aboutus-point-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.aboutus-point-item:hover .aboutus-point-img {
  width: 120%;
}

.aboutus-point-number {
  position: absolute;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 6rem;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.number-color {
  color: #a82030;
}

.aboutus-point-text {
  font-weight: bold;
  line-height: 1.6;
}



/* ------------------------- */
/* はりまの家相談カウンターの強み */
/* ------------------------- */
.bg-color {
  background-color: #FCFCFC;
  overflow: hidden;
}

.strong-point-inner {
  overflow: visible;
}

.strong-point-list {
  margin: 90px 0;
}

.strong-point-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transform: translateY(10%);
  transition: 1s;
}

.strong-point-item.show {
  opacity: 1;
  transform: translateY(0);
}

.strong-point-item::before {
  content: "";
  position: absolute;
  width: 322px;
  height: 322px;
  background: url(https://ouchi-iwaki.com/wp/wp-content/themes/ouchi-iwaki/img/top/strong-point-bg.svg)no-repeat center center;
  top: -60px;
  left: -200px;
}

.strong-point-item:nth-of-type(even)::before {
  right: -200px;
  left: auto;
}

.strong-point-item:not(:last-child) {
  margin-bottom: 120px;
}

.strong-point-item:nth-of-type(even) {
  flex-direction: row-reverse;
}

/* 画像エリア */
.strong-point-img-wrap {
  position: relative;
  flex: 0 0 50%;
  padding-top: 34%;
  border-radius: 60px;
  margin-right: 40px;
  border: 5px solid #a70719;
  overflow: hidden;
}

.wrap-right {
  margin-right: 0;
  margin-left: 40px;
}

.strong-point-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* テキストエリア */
.strong-point-text-area {
  position: relative;
  flex: 1;
}

.point-icon {
  position: absolute;
  width: 50%;
  top: -32%;
  right: 0;
}

.strong-point-number {
  position: relative;
  font-size: 7.4rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  z-index: 1;
}

.strong-point-number::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  background-color: #a70719;
  border-radius: 50%;
  top: -30px;
  left: 30px;
  z-index: -1;
  animation: anime 0.7s ease 0s infinite alternate;
  transform-origin: center;
}

.strong-point-title {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.strong-point-title::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -23rem;
  right: 0;
}

.bg-img01::after {
  background-image: url(https://ouchi-iwaki.com/wp/wp-content/themes/ouchi-iwaki/img/top/harimanoie-book.png);
}

.bg-img02::after {
  background-image: url(https://ouchi-iwaki.com/wp/wp-content/themes/ouchi-iwaki/img/top/iety01.png);
}

.bg-img03::after {
  background-image: url(https://ouchi-iwaki.com/wp/wp-content/themes/ouchi-iwaki/img/top/iety02.png);
}

/* ------------------------- */
/* お客さまの声 */
/* ------------------------- */
.swiper-container {
  width: 1140px;
  overflow: hidden;
}

.c-slider {
  transition-timing-function: linear;
  padding: 60px 0;
}

.c-slider-item {
  opacity: 1;
  transition: 0.3s;
}

.c-slider-item:hover {
  opacity: 0.7;
}

.voice-wrap {
  width: 250px;
  height: 280px;
  background-color: #fff;
  margin: 0 2%;
  box-shadow: 0 0 5px rgb(0, 0, 0, 0.3);
}

.voice-img-wrap {
  width: 250px;
  height: 165px;
  overflow: hidden;
}

.voice-text-area {
  position: relative;
}

.date_name {
  position: absolute;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #a70719;
  color: #fff;
  padding: .5rem 2rem;
  top: -20px;
  left: -8px;
}

.date_name::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #58020b transparent transparent;
  left: 0;
  bottom: -8px;
}

.voice-text {
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 8%;
  text-align: justify;
}

/* ------------------------- */
/* スタッフブログ */
/* ------------------------- */
.blog-inner {
  position: relative;
  display: flex;
  margin-bottom: 80px;
}

.blog-inner::before {
  content: "";
  position: absolute;
  width: 325px;
  height: 110px;
  top: -50px;
  left: 15px;
  background: url(../img/top/blog_text.svg);
  z-index: 1;
}

.blog-img-wrap {
  position: relative;
  padding-top: 30%;
  flex: 0 1 50%;
  margin-right: 20px;
  overflow: hidden;
  opacity: 0;
  transition: 1s;
  transform: translateY(10%);
}

.blog-img-wrap.show {
  opacity: 1;
  transform: translateY(0);
}

.blog-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}

.blog-info-list {
  flex: 1;
  opacity: 0;
  transition: 1s;
  transform: translateY(10%);
}

.blog-info-list.show {
  opacity: 1;
  transform: translateY(0);
}

.blog-info-item {
  padding: 3% 0;
  border-top: 1px dotted #323232;
  transition: 0.3s;
}

.blog-info-item:last-of-type {
  border-bottom: 1px dotted #323232;
}

.blog-info-item:hover {
  opacity: .6;
}

.blog-info-inner {
  display: flex;
  align-items: center;
}

.blog-tmb-wrap {
  position: relative;
  flex: 0 0 28%;
  margin-right: 5%;
  overflow: hidden;
}

.blog-tmb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  transition: .4s;
}

.blog-info-item:hover .blog-tmb {
  width: 120%;
}

.blog-date {
  color: #818080;
  font-size: 1.4rem;
}

.blog-title {
  font-size: 1.8rem;
  font-weight: bold;
}


/* ------------------------- */
/* Youtube */
/* ------------------------- */
.youtube-wrap {
  background-image: url(../img/top/youtube_bg.jpg);
  background-size: cover;
}

.youtube-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.youtube-text-area {
  flex: 1;
}

.youtube_logo {
  max-width: 238px;
  margin-bottom: 40px;
}

.youtube-lead {
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
}

.youtube-video-wrap {
  flex: 1;
  width: 100%;
}

.youtube-video-inner {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 100%;
}

.youtube-video {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}



/* ------------------------- */
/* 提携住宅会社一覧/
/* ------------------------- */

.tie-up-logo-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.tie-up-logo-item {
  margin: 0 1% 2%;
  width: 14.6%;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* ------------------------- */
/* スタッフ紹介 */
/* ------------------------- */
.staff-list {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.staff-item {
  max-width: 400px;
  position: relative;
  margin: 0 2%;
  transition: .5s;
  opacity: 0;
  transform: scale(0.7);
}

.staff-item.show {
  opacity: 1;
  transform: scale(1);
}

.staff-item.show:nth-of-type(2) {
  transition-delay: 0.2s;
}

.staff-item.show:nth-of-type(3) {
  transition-delay: 0.3s;
}

.staff-item:hover {
  opacity: 0.7;
}

.staff-img-wrap {
  border-radius: 30px;
  overflow: hidden;
}

.staff-job {
  position: absolute;
  font-weight: bold;
  width: 180px;
  text-align: center;
  background-color: #a70719;
  color: #fff;
  left: -8px;
  bottom: 22%;
}

.staff-job::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #58020b transparent transparent;
  left: 0;
  bottom: -8px;
}

.staff-name-jp {
  position: absolute;
  font-weight: bold;
  width: 180px;
  text-align: center;
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  right: -8px;
  bottom: 8%;
}

.staff-name-en {
  position: absolute;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4rem;
  color: #CEC7A0;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}



/* ------------------------- */
/* ご相談の流れ */
/* ------------------------- */
.bg-color-y {
  background: url(https://ouchi-iwaki.com/wp/wp-content/themes/ouchi-iwaki/img/top/yellow-bg.png);
  background-size: cover;
  background-position: center;
}

.flow {
  background: #f0f0f0;
}

.flow-info {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.flow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flow-item {
  background-color: #fff;
  width: 48%;
  padding: 2%;
  margin-bottom: 4%;
  opacity: 0;
  transform: translateY(10%);
  transition: 1s;
}

.flow-item.show {
  opacity: 1;
  transform: translateY(0);
}

.flow-lead-area {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.flow-order {
  width: 50px;
  height: 50px;
  background-color: #323232;
  color: #fff;
  margin-right: 20px;
  text-align: center;
}

.flow-step {
  font-size: 1.2rem;
  font-family: 'Roboto Condensed', sans-serif;
}

.flow-number {
  font-size: 3rem;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 0.6;

}

.flow-lead {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.flow-text {
  font-weight: bold;
}


/* ------------------------- */
/* 店舗情報 */
/* ------------------------- */
.store-info {
  background: url(../img/top/info_bg.jpg);
}

.store-info .section-title {
  color: #fff;
}

.store-info-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.store-info-item {
  position: relative;
  width: 31%;
  transition: .5s;
  opacity: 0;
  transform: scale(0.7);
}

.store-info-item:nth-of-type(2) {
  transition-delay: 0.1s;
}

.store-info-item:nth-of-type(3) {
  transition-delay: 0.2s;
}

.store-info-item.show {
  opacity: 1;
  transform: scale(1);
}

.store-info-img-wrap {
  border-radius: 15px;
  overflow: hidden;
}

.store-info-lead {
  position: absolute;
  width: 90%;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background-color: #a70719;
  border-radius: 23px;
  box-shadow: 2px 2px 2px rgb(0, 0, 0, 0.3);
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
  .store-info {
    background: #F3F2E6;
  }

  .store-info .section-title {
    color: #323232;
  }
}


/* 店舗情報下部 */
.store-info-bottom-area {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 40px;
}

.company-area {
  flex: 0 0 460px;
  margin-right: 8%;
}

.company-access-info {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  border: 1px solid #323232;
  margin-bottom: 15px;
  z-index: 1;
}

.company-access-info::before {
  content: "";
  position: absolute;
  background-color: #a70719;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .3s;
}

.company-access-info:hover::before {
  width: 100%;
}

.company-address {
  font-size: 1.4rem;
  font-weight: bold;
}

.company-text {
  font-size: 2.2rem;
  font-weight: bold;
}

.company-tel {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 6rem;
  line-height: 1;
}

.tel-outset {
  font-size: 3.6rem;
  color: #fff;
  background-color: #323232;
  border-radius: 9px;
  padding: 0.5% 5%;
  margin-right: 1rem;
  vertical-align: 30%;
}

.company-hour {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
  line-height: 1;
  margin-bottom: 20px;
}

.map-area {
  position: relative;
  flex: 1;
  padding-top: 30%;
  height: 0;
  overflow: hidden;
}

.map-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company-btn {
  width: 100%;
  height: 60px;
  font-size: 1.8rem;
}

.store-info-item .info-box {
  background: #fff;
  margin-top: 20px;
  padding: 15px;
}

.store-info-item .info-box .company-address {
  text-align: center;
  margin: 10px 0;
  height: 3.0em;
}

.store-info-item .info-box .company-text {
  font-size: 1.4rem;
  text-align: center;
  margin: 10px 0;
}

.store-info-item .info-box .company-text a {
  color: #ed6c00;
}

.store-info-item .info-box .company-text a:hover {
  text-decoration: underline;
}

.store-info-item .info-box .company-tel {
  font-size: 4rem;
}

.store-info-item .info-box .tel-outset {
  font-size: 1.8rem;
  padding: 2% 4%;
  vertical-align: 40%;
}

.store-info-item .info-box .company-hour {
  font-size: 1.6rem;
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .store-info-item .info-box .company-address {
    height: auto;
  }
}




/* ----------------------------------------------------------------- */


/* ------------------------- */
/* タブレット */
/* ------------------------- */
@media screen and (max-width: 1024px) {

  /* ------------------------- */
  /* キービジュアル_タブレット */
  /* ------------------------- */
  .jumbotron {
    margin-top: 84px;
    height: 530px;
  }

  .jumbotron__inner {
    top: 30px;
    width: 400px;
  }

  .jumbotron-subtitle-area {
    margin-bottom: 1rem;
  }

  .jumbotron__lead {
    font-size: 1.6rem;
  }

  .jumbotron__title {
    font-size: 3.2rem;
    margin-top: 0px;
  }

  .jumbotron__title>span {
    border-width: 3px;
  }

  .chara-img {
    width: 240px;
  }

  .fv-ico {
    width: 100px;
    height: 100px;
    font-size: 1.2rem;
  }

  .fv-ico-strong {
    font-size: 2rem;
  }

  .fv-ico::after {
    width: 90px;
    height: 90px;
    border: 1px dotted #fff;
  }

  .ico01 {
    bottom: 30px;
  }

  .ico02 {
    left: 160px;
    bottom: 30px;
  }

  /* 来店プレゼント */
  .present-area {
    max-width: 700px;
    margin-top: -20px;
  }



  /* ------------------------- */
  /* はりまの家相談カウンターの強み_タブレット */
  /* ------------------------- */
  .strong-point-list {
    margin: 90px 0;
  }

  .strong-point-item::before {
    width: 150px;
    height: 150px;
    background-size: contain;
    top: -30px;
    left: -60px;
  }

  .strong-point-item:nth-of-type(even)::before {
    right: -60px;
  }

  .strong-point-item:not(:last-child) {
    margin-bottom: 80px;
  }

  /* 画像エリア */
  .strong-point-img-wrap {
    border-radius: 30px;
  }

  /* テキストエリア */
  .strong-point-number {
    font-size: 5.5rem;
  }

  .strong-point-number::before {
    width: 80px;
    height: 80px;
    top: -20px;
    left: 20px;
  }

  .strong-point-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .strong-point-title::after {
    width: 180px;
    height: 180px;
    top: -17rem;
  }

  /* ------------------------- */
  /* スタッフブログ_タブレット */
  /* ------------------------- */
  .blog-inner {
    margin-bottom: 60px;
  }

  .blog-inner::before {
    width: 240px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -30px;
  }

  .blog-title {
    font-size: 1.6rem;
    line-height: 1.4;
  }


  /* ------------------------- */
  /* Youtube_タブレット */
  /* ------------------------- */
  .youtube_logo {
    margin-bottom: 20px;
  }

  .youtube-lead {
    font-size: 2.2rem;
  }



  /* ------------------------- */
  /* 提携住宅会社一覧_タブレット */
  /* ------------------------- */

  .tie-up-logo-list {
    margin-bottom: 60px;
  }

  .tie-up-logo-item {
    width: 18%;
  }



  /* ------------------------- */
  /* スタッフ紹介_タブレット */
  /* ------------------------- */
  .staff-list {
    margin-bottom: 60px;
  }

  .staff-img-wrap {
    border-radius: 20px;
  }

  .staff-job {
    bottom: 24%;
  }

  .staff-name-en {
    font-size: 3.2rem;
    top: -18px;
  }


  /* ------------------------- */
  /* ご相談の流れ_タブレット */
  /* ------------------------- */
  .flow-info {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .flow-item {
    width: 49%;
    margin-bottom: 2%;
  }

  .flow-lead-area {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }

  .flow-order {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .flow-step {
    font-size: 1rem;
    vertical-align: 5px;
  }

  .flow-number {
    font-size: 2.4rem;
    line-height: 0.3;
    vertical-align: 10px;
  }

  .flow-lead {
    font-size: 2rem;
  }


  /* ------------------------- */
  /* 店舗情報_タブレット */
  /* ------------------------- */
  .store-info-lead {
    font-size: 1.6rem;
    top: 12px;
  }


  /* 店舗情報下部 */
  .store-info-bottom-area {
    padding: 20px;
  }

  .company-area {
    flex: 0 0 300px;
    margin-right: 6%;
  }

  .company-access-info {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .company-address {
    font-size: 1rem;
  }

  .company-text {
    font-size: 1.6rem;
  }

  .company-tel {
    font-size: 3.9rem;
  }

  .tel-outset {
    font-size: 2rem;
    vertical-align: 34%;
  }

  .company-hour {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .map-area {
    padding-top: 32%;
  }

  .company-btn {
    height: 50px;
    font-size: 1.6rem;
  }
}




/* ----------------------------------------------------------------- */
/* ------------------------- */
/* スマホ */
/* ------------------------- */
@media screen and (max-width: 599px) {
  .jumbotron {
    margin-top: 40px;
    background-image: url(https://ouchi-iwaki.com/wp/wp-content/themes/ouchi-iwaki/img/top/fv_bg_sp2.jpg);
    height: 600px;
  }

  .jumbotron__inner {
    top: 45px;
    width: 90%;
  }

  .jumbotron__lead {
    font-size: 3.7vw;
  }

  .jumbotron__title {
    font-size: 7vw;
  }

  .chara-img {
    width: 50%;
  }

  /* キービジュアルアイコン_SP */
  .fv-ico {
    /*display: none;*/
  }

  .ico01 {
    left: 20px;
    bottom: 20px;
  }

  .ico02 {
    left: 135px;
    bottom: 20px;
  }

  .fv-ico-sp {
    position: relative;
    display: flex;
    margin: 7px auto;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 45px;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    background-color: #ED6C00;
    box-shadow: 0 0 4px rgb(0, 0, 0, 0.3);
    animation: anime 0.7s ease 0s infinite alternate;
    transform-origin: center;
  }

  .fv-ico-sp::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 35px;
    border: 1px dotted #fff;
  }

  .fv-ico-strong-sp {
    font-size: 2rem;
  }


  /* 来店プレゼント */
  .present-area {
    margin-top: 25px;
  }

  .present-list {
    flex-direction: column;
  }

  .present-item:not(:last-child) {
    margin-right: 0;
  }

  .present-item {
    margin-bottom: 15px;
  }

  /* バナー_SP */
  .bn {
    margin-top: 30px;
  }

  /* ------------------------- */
  /* イベント_SP */
  /* ------------------------- */
  .event-wrap {
    padding: 40px 20px 20px 20px;
  }

  /* ------------------------- */
  /* はりまの家相談カウンターとは_SP */
  /* ------------------------- */

  /* 5つのポイント */
  .aboutus-point-list {
    margin: 60px 0 0;
  }

  .aboutus-point-item {
    flex-direction: row;
    width: 100%;
    margin: 0 0 40px;
    padding: 15px;
    border-radius: 30px;
  }

  .aboutus-point-item:nth-of-type(2) {
    transition-delay: 0s;
  }

  .aboutus-point-item:nth-of-type(3) {
    transition-delay: 0s;
  }

  .aboutus-point-item:nth-of-type(4) {
    transition-delay: 0s;
  }

  .aboutus-point-item:nth-of-type(5) {
    transition-delay: 0s;
  }

  .aboutus-point-img-area {
    position: relative;
    width: 110px;
    height: 110px;
    margin: 0 0 0 0;
  }

  .aboutus-point-number {
    font-size: 5rem;
  }

  .aboutus-point-taxt-area {
    flex: 1;
  }

  .aboutus-point-text {
    font-size: 4.5vw;
  }



  /* ------------------------- */
  /* はりまの家相談カウンターの強み_SP */
  /* ------------------------- */
  .strong-point-list {
    margin: 40px 0;
  }

  .strong-point-item {
    display: block;
  }

  .strong-point-item::before {
    width: 150px;
    height: 150px;
    top: -30px;
    left: -60px;
  }

  .strong-point-item:nth-of-type(even)::before {
    right: -60px;
  }

  .strong-point-item:not(:last-child) {
    margin-bottom: 40px;
  }

  /* 画像エリア */
  .strong-point-img-wrap {
    width: 100%;
    padding-top: 70%;
    border-radius: 30px;
    margin-right: 40px;
  }

  .wrap-right {
    margin-left: 0;
  }

  /* テキストエリア */
  .strong-point-number {
    font-size: 14vw;
  }

  .strong-point-number::before {
    width: 70px;
    height: 70px;
    top: -15px;
    left: 15px;
  }

  .strong-point-title {
    font-size: 5vw;
    margin-bottom: 10px;
  }

  .strong-point-title::after {
    width: 160px;
    height: 160px;
    top: -16rem;
  }

  /* ------------------------- */
  /* スタッフブログ_SP */
  /* ------------------------- */
  .blog-inner {
    display: block;
    margin-bottom: 40px;
  }

  .blog-img-wrap {
    padding-top: 60%;
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-img {
    width: 100%;
    height: auto;
  }

  .blog-info-item {
    padding: 3% 0;
    border-top: 1px dotted #323232;
    transition: 0.3s;
  }

  .blog-tmb-wrap {
    flex: 0 0 40%;
  }

  .blog-date {
    font-size: 1.2rem;
  }

  .blog-title {
    font-size: 1.6rem;
  }


  /* ------------------------- */
  /* Youtube_SP */
  /* ------------------------- */
  .youtube-wrap {
    background-image: url(../img/top/youtube_bg_sp.jpg);
  }

  .youtube-inner {
    display: block;
  }

  .youtube-text-area {
    text-align: center;
    margin-bottom: 20px;
  }

  .youtube_logo {
    max-width: 150px;
  }

  .youtube-lead {
    font-size: 5vw;
  }


  /* ------------------------- */
  /* 提携住宅会社一覧_SP */
  /* ------------------------- */

  .tie-up-logo-list {
    margin-bottom: 40px;
  }

  .tie-up-logo-item {
    width: 31%;
  }

  /* ------------------------- */
  /* スタッフ紹介_SP */
  /* ------------------------- */
  .staff-list {
    display: block;
    margin-bottom: 40px;
  }

  .staff-item {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .staff-item.show:nth-of-type(2) {
    transition-delay: 0s;
  }

  .staff-item.show:nth-of-type(3) {
    transition-delay: 0s;
  }

  .staff-job {
    font-size: 1.8rem;
    width: 200px;
  }

  .staff-name-jp {
    font-size: 1.8rem;
    width: 200px;
  }

  .staff-name-en {
    font-size: 14vw;
    top: -34px;
  }


  /* ------------------------- */
  /* ご相談の流れ_SP */
  /* ------------------------- */
  .flow-list {
    display: block;
  }

  .flow-item {
    width: 100%;
    margin-bottom: 20px;
    padding: 4%;
  }

  .flow-order {
    width: 50px;
    height: 50px;
  }

  .flow-step {
    font-size: 1.2rem;
    vertical-align: 2px;
  }

  .flow-number {
    font-size: 3rem;
    line-height: 0.6;
    vertical-align: 0;
  }

  .flow-lead {
    font-size: 5vw;
  }

  .flow-text {
    line-height: 1.8;
  }


  /* ------------------------- */
  /* 店舗情報_SP */
  /* ------------------------- */
  .store-info-list {
    display: block;
  }

  .store-info-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .store-info-item:nth-of-type(2) {
    transition-delay: 0s;
  }

  .store-info-item:nth-of-type(3) {
    transition-delay: 0s;
  }

  .store-info-lead {
    font-size: 2rem;
    top: 20px;
  }

  /* 店舗情報下部 */
  .store-info-bottom-area {
    flex-direction: column-reverse;
  }

  .company-area {
    flex: 1;
    margin-right: 0;
    text-align: center;
  }

  .company-address {
    font-size: 1.4rem;
  }

  .company-text {
    font-size: 4.2vw;
  }

  .tel-outset {
    font-size: 4vw;
    border-radius: 5px;
    margin-right: 5px;
  }

  .company-tel {
    font-size: 9vw;
    margin-bottom: 5px;
  }

  .company-hour {
    font-size: 1.4rem;
    margin-right: 0;
    text-align: center;
  }

  .map-area {
    padding-top: 80%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 399px) {
  .jumbotron {
    height: 550px;
  }
}






/*改修分20230104*/
.jumbotron__title>span {
  display: block;
  line-height: 1.6;
  padding: 0.2em 0;
  font-size: 4.8rem;
  letter-spacing: 0.05rem;
}

.fv-ico-strong02 {
  font-size: 2.0rem;
}

@media screen and (max-width: 1024px) {
  .jumbotron__title>span {
    font-size: 2.8rem;
  }

  .fv-ico-strong02 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .jumbotron__title>span {
    font-size: 2.2rem;
    padding: 0.5em 0;
  }
}

.event-wrap {
  padding: 100px 20px;
}

.event-wrap .section-title {
  margin-bottom: 30px;
}

.event-wrap .date_name {
  top: -30px;
}

.event-wrap nav {
  margin-top: 10px;
}

.event-wrap .common-btn02 {
  max-width: 320px;
  padding: 10px 0;
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .event-wrap {
    padding: 60px 20px;
  }

  .event-wrap .section-title {
    margin-bottom: 0;
  }

  .event-wrap nav {
    margin-top: 0;
  }
}

.aboutus {
  background: url("../img/top/bg_aboutus-top.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
}

.section-text-area h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.0rem;
}

.section-text-area p {
  font-size: 1.8rem;
  font-weight: bold;
}

.section-text-area figure {
  width: 80%;
  margin: 2.0rem auto;
}

.aboutus-point-item {
  color: #000;
}

.aboutus .common-btn02 {
  max-width: 320px;
  padding: 10px 0;
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .aboutus {
    /*background: url("../img/top/bg_aboutus-top-sp.jpg") no-repeat center center;
		background-size: cover;*/
    background: #F3F2E6;
    color: #323232;
  }

  .section-text-area h3 {
    font-size: 1.6rem;
    text-align: center;
  }

  .section-text-area p {
    font-size: 1.4rem;
  }

  .section-text-area figure {
    width: 100%;
  }

  .aboutus-point-item:nth-of-type(4),
  .aboutus-point-item:nth-of-type(5) {
    display: none;
  }
}

.customer-voice {
  background: #f3f2e6;
}

.customer-voice nav {
  margin-top: 10px;
}

.customer-voice .common-btn02 {
  max-width: 320px;
  padding: 10px 0;
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .customer-voice nav {
    margin-top: 0;
  }
}

.staffblog nav {
  margin-top: 60px;
}

.staffblog .common-btn02 {
  max-width: 320px;
  padding: 10px 0;
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .staffblog nav {
    margin-top: 40px;
  }
}

.tie-up nav {
  margin-top: 60px;
}

.tie-up .common-btn02 {
  max-width: 320px;
  padding: 10px 0;
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .tie-up nav {
    margin-top: 40px;
  }
}

.staff-info nav {
  margin-top: 60px;
}

.staff-info .common-btn02 {
  max-width: 320px;
  padding: 10px 0;
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .staff-info nav {
    margin-top: 40px;
  }

  .staff-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .staff-item figure {
    width: 40%;
    border-radius: 50%;
    overflow: hidden;
  }

  .staff-item .text {
    width: 56%;
    text-align: center;
  }

  .staff-item .staff-job {
    position: static;
    width: auto;
    font-size: 1.6rem;
    background: none;
  }

  .staff-item .staff-job span {
    background: linear-gradient(transparent 70%, #a70719 70%);
  }

  .staff-item .staff-job::before {
    content: none;
  }

  .staff-item .staff-name-jp {
    position: static;
    width: auto;
    background: none;
    box-shadow: none;
    margin: 10px 0 -25px 0;
    position: relative;
    right: 0;
    bottom: 0;
  }

  .staff-item .staff-name-en {
    position: static;
    color: #fff9d6;
  }
}

.present-area {
  margin: 100px auto;
}

@media screen and (max-width: 599px) {
  .present-area {
    margin: 60px auto;
  }
}

.flow nav {
  margin-top: 20px;
}

.flow .common-btn02 {
  max-width: 320px;
  padding: 10px 0;
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .flow nav {
    margin-top: 40px;
  }
}




.store-info .store-info-item {
  position: relative;
  width: 100%;
  transition: .5s;
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

.store-info .store-info-item .store-info-pic {
  width: 40%;
  margin-right: 4%;
}

.store-info .store-info-item .text {
  width: 56%;
}

.store-info .store-info-item .address-dl {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
}

.store-info .store-info-item .address-dl dt {
  width: 24%;
  padding: 0.3em 0;
}

.store-info .store-info-item .address-dl dd {
  width: 76%;
  padding: 0.3em 0;
}

.store-info .store-info-item .btn-area {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.store-info .store-info-item .btn-area nav {
  width: 44%;
  margin: 0 auto;
}

.store-info .store-info-item .btn-area nav a {
  font-size: 1.4rem;
}

@media screen and (max-width: 599px) {
  .store-info {}

  .store-info .store-info-item {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }

  .store-info .store-info-item .store-info-pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .store-info .store-info-item .text {
    width: 100%;
  }

  .store-info .store-info-item .address-dl {
    font-size: 1.4rem;
  }

  .store-info .store-info-item .btn-area {
    justify-content: space-between;
  }

  .store-info .store-info-item .btn-area nav {
    width: 47%;
    margin: 0;
  }
}


.mainImage {
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 115px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .mainImage {
    margin-top: 84px;
  }
}

@media screen and (max-width: 599px) {
  .mainImage {
    margin-top: 60px;
    margin-bottom: 0;
  }
}



/* ------------------------- */
/* 不動産情報 */
/* ------------------------- */
.customer-realestate {}

.customer-realestate .section-title {
  margin-bottom: 0;
}

.customer-realestate nav {
  margin-top: 10px;
}

.customer-realestate .common-btn02 {
  max-width: 320px;
  padding: 10px 0;
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .customer-realestate nav {
    margin-top: 0;
  }
}

.realestate-wrap {
  width: 250px;
  height: 280px;
  background-color: #fff;
  margin: 0 2%;
  box-shadow: 0 0 5px rgb(0, 0, 0, 0.3);
}

.realestate-img-wrap {
  width: 250px;
  height: 165px;
  overflow: hidden;
}

.realestate-text-area {
  position: relative;
}

.realestate-text-area {
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 8%;
  text-align: justify;
}

.realestate-text-area .realestate-date {
  position: absolute;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #a70719;
  color: #fff;
  padding: .5rem 2rem;
  top: -20px;
  left: -8px;
}

.realestate-text-area .realestate-date::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #58020b transparent transparent;
  left: 0;
  bottom: -8px;
}

.realestate-text-area .realestate-price {
  font-weight: bold;
  line-height: 1.4;
}

.realestate-text-area .realestate-price strong {
  color: #a70719;
  font-weight: bold;
  font-size: 1.6em;
  vertical-align: -2px;
  margin-right: 5px;
}

.realestate-text-area .realestate-note {
  font-weight: bold;
}
