﻿@charset "utf-8";
body {
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
  position:relative;
}
body::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  background: #fff;
  z-index: 5;
  height: 2em;
}
#contents img { width:100%; height: auto; }
.sp { display: block; }
.pc { display: none; }

.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}

#wrap {
  min-width:0;
}

.common_wrap01 ,
.common_wrap02 {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.common_inlinelist01 { letter-spacing:-.4em; }
.common_inlinelist01 li {
	letter-spacing: normal;
	display:inline-block;
}
.common_flex01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.common_flex01.both {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.common_flex01.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.common_btn01 a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  background: #56b1bf;
  line-height: 1;
  padding: 20px 0;
  width: 200px;
  text-decoration: none;
  position: relative;
  transition: .3s;
}
.common_btn01 a:hover {
  transition: .3s;
  opacity: .6;
}

.common_txt01 {/*16-36*/
  font-size: 14px;
  line-height: 200%;
}

#bread {
  display: none;
}

/* =============================== cta =============================== */
.cta_bk {
  background: #06275f;
  padding: 80px 0 40px;
  position: relative;
}
.cta_bk .cta .cta_ttl {
  margin-top: -130px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.cta_bk .cta .cta_ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 19px solid #f38b03;
  border-bottom: 0;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%,0);
}
.cta_bk .cta .cta_ttl .txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  color: #fff;
  display: inline-block;
  background: #f38b03;
  border-radius: 45px;
  padding: 15px 30px 18px;
}
.cta_bk .cta .cta_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cta_bk .cta .cta_btn li {
  width: 100%;
}
.cta_bk .cta .cta_btn li:nth-child(1) {
  margin-bottom: 25px;
}
.cta_bk .cta .cta_btn li .sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 12px;
}
.cta_bk .cta .cta_btn li .sub::before, 
.cta_bk .cta .cta_btn li .sub::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 24px;
  background: #fff;
}
.cta_bk .cta .cta_btn li .sub::before {
  margin-right: .6em;
  transform: rotate(-30deg);
}
.cta_bk .cta .cta_btn li .sub::after {
  margin-left: .6em;
  transform: rotate(30deg);
}
.cta_bk .cta .cta_btn li a {
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 20px 0;
  background: #fff;
}
.cta_bk .cta .cta_btn li a .txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #06275f;
  display: inline-block;
  padding: 5px 0 5px 48px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 28px;
}
.cta_bk .cta .cta_btn li:nth-of-type(1) a .txt {
  background-image: url(../images/hiraya/cta_icon01.png);
}
.cta_bk .cta .cta_btn li:nth-of-type(2) a .txt {
  background-image: url(../images/hiraya/cta_icon02.png);
}


/* =============================== main =============================== */

.main_bk .main img {
  width: 100%;
}

/* =============================== trend =============================== */

.trend_bk {
  padding: 60px 0;
  background: #fff;
  background: url(../images/hiraya/trend_bg01.png) no-repeat center top 300px , url(../images/hiraya/trend_bg02.png) no-repeat center top 140px;
  background-size: auto , auto;
}
@media screen and (max-width:1200px){
  .trend_bk {
    background: url(../images/hiraya/trend_bg01.png) no-repeat center top 220px , url(../images/hiraya/trend_bg02.png) no-repeat center top 100px;
    background-size: 90% , 145%;
  }
}
.trend_bk .trend .trend_ttl {
  text-align: center;
  margin-bottom: 50px;
}
.trend_bk .trend .trend_copy {
  font-size: 16px;
  font-weight: 500;
  line-height: 185%;
  color: #3d4553;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: 80px;
}

/* =============================== appeal =============================== */

.appeal_bk {
  padding: 60px 0;
  background: #f8f5f1;
}
.appeal_bk .appeal .appeal_ttl {
  font-size: 30px;
  line-height: 120%;
  color: #3d4553;
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 60px;
}
.appeal_bk .appeal .appeal_ttl strong {
  font-size: 70px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  display: inline-block;
  vertical-align: sub;
  line-height: 1;
  padding-left: .1em;
  color: #f38b03;
}

.appeal_bk .appeal .appeal_list {
  display: flex;
  flex-wrap: wrap;
}
.appeal_bk .appeal .appeal_list li {
  display: flex;
  flex-direction: column;  
}
.appeal_bk .appeal .appeal_list li {
  width: 100%;
  margin-bottom: 40px;
}
.appeal_bk .appeal .appeal_list li .appeal_sttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  color: #3d4553;
  border-bottom: 2px solid #bfa076;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.appeal_bk .appeal .appeal_list li .appeal_sttl .appeal_num {
  font-size: 28px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #bfa076;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-right: 15px;
}
.appeal_bk .appeal .appeal_list li .appeal_txt {
  font-size: 14px;
  line-height: 215%;
  color: #3d4553;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* =============================== plan =============================== */

.plan_bk {
  padding: 60px 0;
}
.plan_bk .plan .plan_ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #3d4553;
  position: relative;
  padding-top: 75px;
  margin-bottom: 50px;
}
.plan_bk .plan .plan_ttl .sub {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #3d4553;
  display: inline-block;
  width: 14em;
  padding: 14px 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
}
.plan_bk .plan .plan_ttl .sub::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 19px solid #3d4553;
  border-bottom: 0;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%,0);
}
.plan_bk .plan .plan_sec .plan_sttl {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  color: #3d4553;
  letter-spacing: .05em;
  padding: 0 10px 20px;
  border-bottom: 2px solid #3d4553;
  margin-bottom: 40px;
}
.plan_bk .plan .plan_sec .plan_sttl .num {
  font-size: 24px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: .05em;
  display: inline-block;
  padding: 12px 20px;
  background: #f38b03;
  margin-bottom: 15px;
}

.plan_bk .plan .plan_sec:nth-last-of-type(n+2) {
  padding-bottom: 60px;
}
.plan_bk .plan .plan_sec .splide {
  position: relative;
  margin-bottom: 50px;
}
.plan_bk .plan .plan_sec .splide__arrow {
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  opacity: 1;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  z-index: 100;
  cursor: pointer;
}
.plan_bk .plan .plan_sec .splide__arrow svg {
  display: none;
}
.plan_bk .plan .plan_sec .splide__arrow--prev {
  left: 4%;
  background: url(../images/hiraya/plan_arrow_prev.png) no-repeat center center;
  background-size: 100%;
}
.plan_bk .plan .plan_sec .splide__arrow--next {
  right: 4%;
  background: url(../images/hiraya/plan_arrow_next.png) no-repeat center center;
  background-size: 100%;
}
.plan_bk .plan .plan_sec 
.plan_bk .plan .plan_sec .plan_photo_slide .splide__slide img {
  width: 100%;
  height: auto;
  display: block;
}

.plan_bk .plan .plan_sec .plan_voice {
  background: #f8f5f1;
  position: relative;
  padding: 60px 7%;  
  box-sizing: border-box;
  margin-bottom: 50px;
}
.plan_bk .plan .plan_sec .plan_voice::after {
  content: "";
  display: block;
  width: calc( 100% - 20px );
  height: calc( 100% - 20px );
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #bfa076;
}
.plan_bk .plan .plan_sec .plan_voice .voice_ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 15px 25px;
  background: #f38b03;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translate(-50%,0);
  z-index: 10;
  min-width: 6em;
}
.plan_bk .plan .plan_sec .plan_voice .voice_sttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  color: #3d4553;
  text-align: left;
  letter-spacing: .05em;
  margin-bottom: 20px;
}
.plan_bk .plan .plan_sec .plan_voice .voice_txt {
  font-size: 14px;
  line-height: 180%;
  color: #3d4553;
  letter-spacing: .05em;
}
.plan_bk .plan .plan_sec .plan_voice .voice_txt:nth-last-of-type(n+2) {
  margin-bottom: 20px;
}
.plan_bk .plan .plan_sec .plan_voice .voice_txt strong {
  color: #f38b03;
}
.plan_bk .plan .plan_sec .plan_image {
  position: relative;
}
.plan_bk .plan .plan_sec .plan_image::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/hiraya/plan_icon_zoom.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}


/* =============================== example =============================== */
.example_bk {
  background: #f8f5f1;
  padding: 60px 0 180px;
}
.example_bk .example .example_ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #3d4553;
  margin-bottom: 75px;
}
.example_bk .example .example_ttl .sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #3d4553;
  line-height: 1;
  margin-top: 20px;
}
.example_bk .example .example_ttl .sub::before, 
.example_bk .example .example_ttl .sub::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #3d4553;
}
.example_bk .example .example_ttl .sub::before {
  margin-right: .6em;
}
.example_bk .example .example_ttl .sub::after {
  margin-left: .6em;
}
.example_bk .example .example_gallery {
  margin-bottom: 50px;
}
.example_bk .example .example_sttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  color: #3d4553;
  width: 88%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.example_bk .example .example_gallery .parent-splide > .splide__arrows .splide__arrow {
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  opacity: 1;
  position: absolute;
  top: 200px;
  z-index: 100;
  cursor: pointer;
  border: 1px solid #ddd;
}
.example_bk .example .example_gallery .parent-splide > .splide__arrows .splide__arrow svg {
  display: none;
}
.example_bk .example .example_gallery .parent-splide > .splide__arrows .splide__arrow--prev {
  left: calc(50% - 75% / 2 - 15px - 30px);
  background: url(../images/hiraya/plan_arrow_prev.png) no-repeat center center;
  background-size: 100%;
}
.example_bk .example .example_gallery .parent-splide > .splide__arrows .splide__arrow--next {
  right: calc(50% - 75% / 2 - 15px - 30px);
  background: url(../images/hiraya/plan_arrow_next.png) no-repeat center center;
  background-size: 100%;
}
/*
.example_bk .example .example_gallery .parent-splide > .splide__arrows::before {
  content: "[ 建築実例 ]";
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  color: #3d4553;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.example_bk .example .example_gallery .parent-splide > .splide__arrows {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  position: relative;
  margin-bottom: 20px;
}
.example_bk .example .example_gallery .parent-splide > .splide__arrows .splide__arrow {
  width: 60px;
  height: 30px;
  background: none;
  border: none;
  opacity: 1;
  border-radius: 15px;
  cursor: pointer;
}
.example_bk .example .example_gallery .parent-splide > .splide__arrows .splide__arrow svg {
  display: none;
}
.example_bk .example .example_gallery .parent-splide > .splide__arrows .splide__arrow--prev {
  background: url(../images/hiraya/example_arrow_prev01.png) no-repeat center center;
  background-size: 100%;
  margin-right: 20px;
}
.example_bk .example .example_gallery .parent-splide > .splide__arrows .splide__arrow--next {
  background: url(../images/hiraya/example_arrow_next01.png) no-repeat center center;
  background-size: 100%;
}
*/

/* 親 */
.example_bk .example .example_gallery .example_gallery_slide {
  padding: 20px 6%;
  border: 1px solid #ddd;
  background: #fff;
}
.example_bk .example .example_gallery .example_gallery_slide .maininfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
  margin-bottom: 40px;
}
.example_bk .example .example_gallery .example_gallery_slide .maininfo .maininfo_left {
  width: 100%;
  margin-bottom: 20px;
}
.example_bk .example .example_gallery .example_gallery_slide .maininfo .maininfo_left .ttl {
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
}
.example_bk .example .example_gallery .example_gallery_slide .maininfo .maininfo_left .ttl .ttl_num {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: .05em;
  color: #fff;
  background: #f38b03;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 20px;
}
.example_bk .example .example_gallery .example_gallery_slide .maininfo .maininfo_left .ttl .ttl_num strong {
  font-size: 32px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.example_bk .example .example_gallery .example_gallery_slide .maininfo .maininfo_left .ttl .ttl_txt {
  font-size: 20px;
  font-weight: 700;
  color: #3d4553;
  letter-spacing: .05em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 90px);
}
.example_bk .example .example_gallery .example_gallery_slide .maininfo .maininfo_left .ttl .ttl_txt .area {
  font-size: 14px;
  font-weight: 500;
  color: #3d4553;
  letter-spacing: .05em;
}
.example_bk .example .example_gallery .example_gallery_slide .maininfo .maininfo_left .data {
  background: rgba( 243,139,3,.08 );
  padding: 15px 20px;
}
.example_bk .example .example_gallery .example_gallery_slide .maininfo .maininfo_left .data p {
  font-size: 14px;
  line-height: 185%;
  color: #3d4553;
  letter-spacing: .05em;
}
.example_bk .example .example_gallery .example_gallery_slide .maininfo .maininfo_left .data p::before {
  content: "■";
  font-size: 12px;
  font-weight: 500;
  color: #f38b03;
  margin-right: 12px;
}  
.example_bk .example .example_gallery .example_gallery_slide .maininfo .maininfo_right {
  width: 100%;
}

.example_bk .example .example_gallery .example_gallery_slide .child-splide01 .splide__list {
  align-items: stretch;
}
.example_bk .example .example_gallery .example_gallery_slide .child-splide01 .splide__slide {
  height: auto;
  display: flex;
  background: #fff;
  box-sizing: content-box;
}
.example_bk .example .example_gallery .example_gallery_slide .child-splide01 .photolist {
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.example_bk .example .example_gallery .example_gallery_slide .child-splide01 .photolist .image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.example_bk .example .example_gallery .example_gallery_slide .child-splide01 .photolist .image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.example_bk .example .example_gallery .example_gallery_slide .child-splide01 .photolist .info {
  font-size: 14px;
  line-height: 165%;
  color: #3d4553;
  letter-spacing: .05em;
  padding: 22px 30px 20px;
}
.example_bk .example .example_gallery .example_gallery_slide .child-splide01 .photolist .info:empty {
  display: none;
}
.example_bk .example .example_gallery .example_gallery_slide .child-splide01 .photolist .info br {
  display: none;
}
.example_bk .example .example_gallery .example_gallery_slide .child-splide01 .photolist .info strong {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.example_bk .example .example_gallery .example_gallery_slide .child-splide01 .splide__arrow {
  width: 30px;
  height: 50px;
  background: none;
  border: none;
  opacity: 1;
  cursor: pointer;
  position: absolute;
  top: 100px;
  z-index: 10;
}
.example_bk .example .example_gallery .example_gallery_slide .child-splide01 .splide__arrow svg {
  display: none;
}
.example_bk .example .example_gallery .example_gallery_slide .child-splide01 .splide__arrow--prev {
  background: url(../images/hiraya/example_arrow_prev02.png) no-repeat center center;
  background-size: 100%;
  left: -1px;
}
.example_bk .example .example_gallery .example_gallery_slide .child-splide01 .splide__arrow--next {
  background: url(../images/hiraya/example_arrow_next02.png) no-repeat center center;
  background-size: 100%;
  right: -1px;
}

/* ================================== */

.example_bk .example .example_voice .parent-splide > .splide__arrows .splide__arrow {
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  opacity: 1;
  position: absolute;
  top: 200px;
  z-index: 100;
  cursor: pointer;
  border: 1px solid #ddd;
}
.example_bk .example .example_voice .parent-splide > .splide__arrows .splide__arrow svg {
  display: none;
}
.example_bk .example .example_voice .parent-splide > .splide__arrows .splide__arrow--prev {
  left: calc(50% - 75% / 2 - 15px - 30px);
  background: url(../images/hiraya/plan_arrow_prev.png) no-repeat center center;
  background-size: 100%;
}
.example_bk .example .example_voice .parent-splide > .splide__arrows .splide__arrow--next {
  right: calc(50% - 75% / 2 - 15px - 30px);
  background: url(../images/hiraya/plan_arrow_next.png) no-repeat center center;
  background-size: 100%;
}
/*
.example_bk .example .example_voice .parent-splide > .splide__arrows::before {
  content: "[ 施主様のお声と事例集 ]";
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  color: #3d4553;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.example_bk .example .example_voice .parent-splide > .splide__arrows {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  position: relative;
  margin-bottom: 20px;
}
.example_bk .example .example_voice .parent-splide > .splide__arrows .splide__arrow {
  width: 60px;
  height: 30px;
  background: none;
  border: none;
  opacity: 1;
  border-radius: 15px;
  cursor: pointer;
}
.example_bk .example .example_voice .parent-splide > .splide__arrows .splide__arrow svg {
  display: none;
}
.example_bk .example .example_voice .parent-splide > .splide__arrows .splide__arrow--prev {
  background: url(../images/hiraya/example_arrow_prev01.png) no-repeat center center;
  background-size: 100%;
  margin-right: 10px;
}
.example_bk .example .example_voice .parent-splide > .splide__arrows .splide__arrow--next {
  background: url(../images/hiraya/example_arrow_next01.png) no-repeat center center;
  background-size: 100%;
}
*/

/* 親 */
.example_bk .example .example_voice .example_voice_slide {
  padding: 20px 6%;
  border: 1px solid #ddd;
  background: #fff;
}
.example_bk .example .example_voice .example_voice_slide .maininfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
  margin-bottom: 40px;
}
.example_bk .example .example_voice .example_voice_slide .maininfo .maininfo_left {
  width: 100%;
  margin-bottom: 20px;
}
.example_bk .example .example_voice .example_voice_slide .maininfo .maininfo_left .ttl {
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
}
.example_bk .example .example_voice .example_voice_slide .maininfo .maininfo_left .ttl .ttl_num {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: .05em;
  color: #fff;
  background: #f38b03;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 20px;
}
.example_bk .example .example_voice .example_voice_slide .maininfo .maininfo_left .ttl .ttl_num strong {
  font-size: 32px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.example_bk .example .example_voice .example_voice_slide .maininfo .maininfo_left .ttl .ttl_txt {
  font-size: 20px;
  font-weight: 700;
  color: #3d4553;
  letter-spacing: .05em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 90px);
}
.example_bk .example .example_voice .example_voice_slide .maininfo .maininfo_left .ttl .ttl_txt .area {
  font-size: 14px;
  font-weight: 500;
  color: #3d4553;
  letter-spacing: .05em;
}
.example_bk .example .example_voice .example_voice_slide .maininfo .maininfo_left .data {
  background: rgba( 243,139,3,.08 );
  padding: 15px 20px;
}
.example_bk .example .example_voice .example_voice_slide .maininfo .maininfo_left .data p {
  font-size: 14px;
  line-height: 185%;
  color: #3d4553;
  letter-spacing: .05em;
}
.example_bk .example .example_voice .example_voice_slide .maininfo .maininfo_left .data p::before {
  content: "■";
  font-size: 12px;
  font-weight: 500;
  color: #f38b03;
  margin-right: 12px;
}  
.example_bk .example .example_voice .example_voice_slide .maininfo .maininfo_right {
  width: 100%;
}

.example_bk .example .example_voice .example_voice_slide .child-splide02 .splide__list {
  align-items: stretch;
}
.example_bk .example .example_voice .example_voice_slide .child-splide02 .splide__slide {
  height: auto;
  display: flex;
  background: #fff;
  box-sizing: content-box;
}
.example_bk .example .example_voice .example_voice_slide .child-splide02 .photolist {
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.example_bk .example .example_voice .example_voice_slide .child-splide02 .photolist .image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.example_bk .example .example_voice .example_voice_slide .child-splide02 .photolist .image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.example_bk .example .example_voice .example_voice_slide .child-splide02 .photolist .info {
  font-size: 14px;
  line-height: 165%;
  color: #3d4553;
  letter-spacing: .05em;
  padding: 22px 30px 20px;
}
.example_bk .example .example_voice .example_voice_slide .child-splide02 .photolist .info:empty {
  display: none;
}
.example_bk .example .example_voice .example_voice_slide .child-splide02 .photolist .info br {
  display: none;
}
.example_bk .example .example_voice .example_voice_slide .child-splide02 .photolist .info strong {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.example_bk .example .example_voice .example_voice_slide .child-splide02 .splide__arrow {
  width: 30px;
  height: 50px;
  background: none;
  border: none;
  opacity: 1;
  cursor: pointer;
  position: absolute;
  top: 100px;
  z-index: 10;
}
.example_bk .example .example_voice .example_voice_slide .child-splide02 .splide__arrow svg {
  display: none;
}
.example_bk .example .example_voice .example_voice_slide .child-splide02 .splide__arrow--prev {
  background: url(../images/hiraya/example_arrow_prev02.png) no-repeat center center;
  background-size: 100%;
  left: -1px;
}
.example_bk .example .example_voice .example_voice_slide .child-splide02 .splide__arrow--next {
  background: url(../images/hiraya/example_arrow_next02.png) no-repeat center center;
  background-size: 100%;
  right: -1px;
}
.example_bk .example .example_voice .example_voice_slide .youtube_box {
  border: 1px solid #ddd;
  padding: 20px 4% 25px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.example_bk .example .example_voice .example_voice_slide .youtube_box .ttl {
  font-size: 20px;
  font-weight: 700;
  color: #3d4553;
  letter-spacing: .05em;
  margin-bottom: 15px;
  text-align: center;
}
.example_bk .example .example_voice .example_voice_slide .youtube_box .youtube {
  width: 100%;
  max-width: 700px;
  aspect-ratio: 16 / 9;
  margin-left: auto;
  margin-right: auto;
}
.example_bk .example .example_voice .example_voice_slide .youtube_box .youtube iframe {
  width: 100%;
  height: 100%;
}


/* =============================== step =============================== */
.step_bk {
  background: #fff;
  padding: 60px 0;
}
.step_bk .step .step_ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #3d4553;
  margin-bottom: 45px;
}
.step_bk .step .step_dl {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
}
.step_bk .step .step_dl dt {
  width: 100%;
  text-align: center;
}
.step_bk .step .step_dl dt img {
  width: 30%;
  max-width: 120px;
}
.step_bk .step .step_dl dd {
  width: 100%;
  padding-top: 20px;
}
.step_bk .step .step_dl dd .step_sttl {
  font-size: 20px;
  font-weight: 700;
  color: #3d4553;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.step_bk .step .step_dl dd .step_sttl .step_num {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: .05em;
  display: inline-block;
  vertical-align: baseline;
  padding: 10px 15px;
  background: #f38b03;
  margin-bottom: 10px;
}
.step_bk .step .step_dl dd .step_txt {
  font-size: 14px;
  line-height: 200%;
  letter-spacing: .05em;
  color: #3d4553;
}

/* =============================== reason =============================== */
.reason_bk {
  background: #f8f5f1;
  padding: 60px 0;
}
.reason_bk .reason .reason_ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #3d4553;
}
.reason_bk .reason .reason_ttl .sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #3d4553;
  line-height: 1;
  margin-bottom: 5px;
}
.reason_bk .reason .reason_ttl .sub::before, 
.reason_bk .reason .reason_ttl .sub::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 30px;
  background: #3d4553;
}
.reason_bk .reason .reason_ttl .sub::before {
  margin-right: .6em;
  transform: rotate(-30deg);
}
.reason_bk .reason .reason_ttl .sub::after {
  margin-left: .6em;
  transform: rotate(30deg);
}
.reason_bk .reason .reason_sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
  position: relative;
}
.reason_bk .reason .reason_sec:nth-last-of-type(n+2) {
  border-bottom: 1px solid #d1d1d1;
}
.reason_bk .reason .reason_sec:last-of-type::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 121px solid transparent;
  border-left: 121px solid transparent;
  border-top: 60px solid #dddddd;
  border-bottom: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%,0);
}
.reason_bk .reason .reason_sec .image {
  width: 52.5%;
}
.reason_bk .reason .reason_sec .image img {
  max-width: 100%;
  height: auto;
}
.reason_bk .reason .reason_sec .info {
  width: 100%;
}
.reason_bk .reason .reason_sec .info .reason_num {
  font-size: 20px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05em;
  color: #fff;
  display: inline-block;
  padding: 15px 20px;
  background: #f38b03;
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
}
.reason_bk .reason .reason_sec .info .reason_sttl01 {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: .05em;
  color: #3d4553;
  margin-bottom: 15px;
}
.reason_bk .reason .reason_sec .info .txt {
  font-size: 14px;
  line-height: 190%;
  color: #3d4553;
}
.reason_bk .reason .reason_sec .info .txt strong {
  font-weight: 700;
  color: #f38b03;
}
.reason_bk .reason .reason_sec .info .txt_caution {
  font-size: 14px;
  line-height: 210%;
  margin-top: 1.5em;
  text-indent: -1em;
  padding-left: 1em;
  color: #3d4553;
}
.reason_bk .reason .reason_sec .reason_sec_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 5%;
  background: #fff;
  border: 2px solid #ddd;
  margin-top: 40px;
  order: 3;
}
.reason_bk .reason .reason_sec .reason_sec_box .box_ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  color: #3d4553;
  text-align: left;
  width: 100%;
  margin-bottom: 25px;
}
.reason_bk .reason .reason_sec .reason_sec_box .box_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.reason_bk .reason .reason_sec .reason_sec_box .box_inner:nth-of-type(1) {
  margin-bottom: 60px;
  position: relative;
}
.reason_bk .reason .reason_sec .reason_sec_box .box_inner:nth-of-type(1)::after {
  content: "＋";
  font-size: 28px;
  font-weight: 700;
  color: #3d4553;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
}
.reason_bk .reason .reason_sec .reason_sec_box .box_inner .box_sttl {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #3d4553;
  text-align: center;
  padding: 5px 0;
  width: 100%;
  margin-bottom: 20px;
}
.reason_bk .reason .reason_sec .reason_sec_box .box_inner .box_inner_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.reason_bk .reason .reason_sec .reason_sec_box .box_inner .box_inner_box .box_image {
  width: 47%;
}
.reason_bk .reason .reason_sec .reason_sec_box .box_inner .box_inner_box .box_txt {
  width: 50%;
  font-size: 14px;
  line-height: 165%;
  color: #3d4553;
}
.reason_bk .reason .reason_sec .reason_sec_box .box_inner .box_inner_box .box_txt strong {
  font-size: 16px;
  font-weight: 700;
  color: #3d4553;
  display: block;
}
.reason_bk .reason .reason_sec .reason_sec_box .box_inner .box_inner_box .box_txt strong:last-of-type {
  margin-top: 10px;
}

.reason_bk .reason .reason_sec:nth-of-type(2n) .image {
  order: 1;
}
.reason_bk .reason .reason_sec:nth-of-type(2n) .info {
  order: 2;
}
.reason_bk .reason .reason_sec:nth-of-type(1) .info::before ,
.reason_bk .reason .reason_sec:nth-of-type(3) .info::before ,
.reason_bk .reason .reason_sec:nth-of-type(4) .info::before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.reason_bk .reason .reason_sec:nth-of-type(1) .info::before {
  background-image: url(../images/hiraya/reason_img0101.png);
  right: 10px;
  top: 20px;
}
.reason_bk .reason .reason_sec:nth-of-type(3) .info::before {
  background-image: url(../images/hiraya/reason_img0301.png);
  right: 10px;
  top: 20px;
}
.reason_bk .reason .reason_sec:nth-of-type(4) .info::before {
  background-image: url(../images/hiraya/reason_img0401.png);
  right: 10px;
  top: 20px;
}
@media screen and (max-width:1100px){
  .reason_bk .reason .reason_sec {
    padding: 40px 0;
  }
  .reason_bk .reason .reason_sec .image {
    width: 100%;
    order: 2 !important;
    text-align: center;
    margin-top: 30px;
  }
  .reason_bk .reason .reason_sec .info {
    width: 100%;
    order: 1 !important;
  }
  .reason_bk .reason .reason_sec:nth-of-type(1) .info::before ,
  .reason_bk .reason .reason_sec:nth-of-type(3) .info::before {
    left: inherit;
    right: 0;
  }
  .reason_bk .reason .reason_sec .pcbr {
    display: none;
  }
}

  
.reason_bk .reason .reason_copy {
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  color: #3d4553;
  text-align: center;
  padding-top: 65px;
  letter-spacing: .05em;
}
.reason_bk .reason .reason_copy strong {
  font-size: 28px;
  line-height: 1;
  color: #f38b03;
  border-bottom: 2px solid #f38b03;
  letter-spacing: .08em;
  margin-left: .1em;
}

/* =============================== faq =============================== */
.faq_bk {
  background: #fff;
  padding: 60px 0 90px;
}
.faq_bk .faq .faq_ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #3d4553;
  margin-bottom: 40px;
}
.faq_bk .faq .faq_box:nth-last-of-type(n+2) {
  margin-bottom: 20px;
}
.faq_bk .faq .faq_box dt {
  font-size: 16px;
  font-weight: 700;
  color: #3d4553;
  background: #f8f5f1;
  padding: 30px 100px 30px 80px;
  position: relative;
  cursor: pointer;
}
.faq_bk .faq .faq_box dt::after {
  content: "";
  background: url(../images/hiraya/faq_icon_open.png) no-repeat center center;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.faq_bk .faq .faq_box dt.active::after {
  background: url(../images/hiraya/faq_icon_close.png) no-repeat center center;
  background-size: 100%;
}
.faq_bk .faq .faq_box dd {
  display: none;
  padding: 25px 25px 25px 80px;
  position: relative;
}
.faq_bk .faq .faq_box dt::before,
.faq_bk .faq .faq_box dd::before {
  content: attr(data-icon);
  position: absolute;
  top: 26px;
  left: 20px;
  width: 42px;
  height: 42px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
  font-family: "Jost", sans-serif;
}
.faq_bk .faq .faq_box dt::before {
  background: #3d4553;
}
.faq_bk .faq .faq_box dd::before {
  background: #f38b03;
}
.faq_bk .faq .faq_box dd .txt {
  font-size: 14px;
  line-height: 185%;
  color: #3d4553;
  letter-spacing: .05em;
}


.estate_bk {
  padding: 40px 4%;
  text-align: center;
}

/* =============================== footer =============================== */