﻿@charset "utf-8";
body { position:relative; }
body::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  background: #fff;
  z-index: 5;
  height: 2em;
}

.sp { display: none;  }
.pc { display: block; }
br.pc { display: inline-block; }
#contents img { width:auto; max-width: 100%; height: auto; }

.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}

#wrap { 
	width:100%;
}

.common_wrap01 {
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.common_wrap02 {
  width: 92%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.common_wrap03 {
  width: 92%;
  max-width: 1600px;
  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: 16px;
  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: 16px;
  line-height: 200%;
}

#bread {
	width:1200px;
	margin:10px auto;
	text-align:left;
	font-size:0.76em;
	color:#bbb;
}
#bread a:link {
	color:#3d4553;
	text-decoration:none;
}
#bread a:visited {
	color:#3d4553;
	text-decoration:none;
}
#bread a:hover {
	color:#999;
	text-decoration:none;
}
#bread a:active {
	color:#3d4553;
	text-decoration:none;
}

/* =============================== cta =============================== */
.cta_bk {
  background: #06275f;
  padding: 100px 0 60px;
  position: relative;
}
.cta_bk .cta .cta_ttl {
  margin-top: -150px;
  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: 20px;
  font-weight: 700;
  line-height: 160%;
  color: #fff;
  display: inline-block;
  background: #f38b03;
  border-radius: 50px;
  padding: 20px 60px 22px;
}
.cta_bk .cta .cta_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cta_bk .cta .cta_btn li {
  width: 47.8%;
}
.cta_bk .cta .cta_btn li .sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
}
.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: 30px 0;
  background: #fff;
}
.cta_bk .cta .cta_btn li a .txt {
  font-size: 24px;
  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 34px;
}
.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: 120px 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 300px , url(../images/hiraya/trend_bg02.png) no-repeat center top 140px;
    background-size: 480px , 1600px;
  }
}
.trend_bk .trend .trend_ttl {
  text-align: center;
  margin-bottom: 50px;
}
.trend_bk .trend .trend_copy {
  font-size: 18px;
  font-weight: 500;
  line-height: 185%;
  color: #3d4553;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: 120px;
}

/* =============================== appeal =============================== */

.appeal_bk {
  padding: 120px 0;
  background: #f8f5f1;
}
.appeal_bk .appeal .appeal_ttl {
  font-size: 46px;
  line-height: 120%;
  color: #3d4553;
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 90px;
}
.appeal_bk .appeal .appeal_ttl strong {
  font-size: 90px;
  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:nth-child(-n+4) {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 60px;
}
.appeal_bk .appeal .appeal_list li:nth-child(2) ,
.appeal_bk .appeal .appeal_list li:nth-child(4) {
  margin-right: 0;
}
.appeal_bk .appeal .appeal_list li .appeal_sttl {
  font-size: 28px;
  font-weight: 700;
  color: #3d4553;
  border-bottom: 2px solid #bfa076;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
}
.appeal_bk .appeal .appeal_list li .appeal_sttl .appeal_num {
  font-size: 38px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #bfa076;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-right: 20px;
}
.appeal_bk .appeal .appeal_list li .appeal_txt {
  font-size: 16px;
  line-height: 215%;
  color: #3d4553;
  margin-bottom: 20px;
  flex-grow: 1;
}
.appeal_bk .appeal .appeal_list li:nth-child(n+5) {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 0;
}
.appeal_bk .appeal .appeal_list li:nth-child(7) {
  margin-right: 0;
}
.appeal_bk .appeal .appeal_list li:nth-child(n+5) .appeal_sttl {
  font-size: 20px;
  line-height: 140%;
}

/* =============================== plan =============================== */

.plan_bk {
  padding: 120px 0;
}
.plan_bk .plan .plan_ttl {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  color: #3d4553;
  position: relative;
  padding-top: 75px;
  margin-bottom: 80px;
}
.plan_bk .plan .plan_ttl .sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #3d4553;
  display: inline-block;
  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;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
  color: #3d4553;
  letter-spacing: .05em;
  padding: 0 60px 30px;
  border-bottom: 2px solid #3d4553;
  margin-bottom: 50px;
}
.plan_bk .plan .plan_sec .plan_sttl .num {
  font-size: 30px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: .05em;
  display: inline-block;
  vertical-align: baseline;
  padding: 22px 25px;
  background: #f38b03;
  margin-right: 30px;
}

.plan_bk .plan .plan_sec:nth-last-of-type(n+2) {
  padding-bottom: 120px;
}
.plan_bk .plan .plan_sec .splide {
  position: relative;
  margin-bottom: 70px;
}
.plan_bk .plan .plan_sec .splide__arrow {
  width: 60px;
  height: 60px;
  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: calc(50% - 41.666% / 2 - 15px - 30px);
  background: url(../images/hiraya/plan_arrow_prev.png) no-repeat center center;
  background-size: 100%;
}
.plan_bk .plan .plan_sec .splide__arrow--next {
  right: calc(50% - 41.666% / 2 - 15px - 30px);
  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: 80px 5.1%;
  margin-bottom: 50px;
}
.plan_bk .plan .plan_sec .plan_voice::after {
  content: "";
  display: block;
  width: calc( 100% - 40px );
  height: calc( 100% - 40px );
  position: absolute;
  top: 20px;
  left: 20px;
  border: 1px solid #bfa076;
}
.plan_bk .plan .plan_sec .plan_voice .voice_ttl {
  font-size: 24px;
  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;
}
.plan_bk .plan .plan_sec .plan_voice .voice_sttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 165%;
  color: #3d4553;
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 50px;
}
.plan_bk .plan .plan_sec .plan_voice .voice_txt {
  font-size: 16px;
  line-height: 215%;
  color: #3d4553;
  letter-spacing: .05em;
}
.plan_bk .plan .plan_sec .plan_voice .voice_txt:nth-last-of-type(n+2) {
  margin-bottom: 30px;
}
.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: 60px;
  height: 60px;
  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: 120px 0 180px;
}
.example_bk .example .example_ttl {
  font-size: 46px;
  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: 30px;
  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: 80px;
}
.example_bk .example .example_sttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  color: #3d4553;
  width: 62.5%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.example_bk .example .example_gallery .parent-splide > .splide__arrows .splide__arrow {
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  opacity: 1;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  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% - 60.666% / 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% - 60.666% / 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: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  color: #3d4553;
  position: absolute;
  left: 0;
  top: 0;
}
.example_bk .example .example_gallery .parent-splide > .splide__arrows {
  width: 62.5%;
  max-width: 1180px;
  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: 10px;
}
.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: 50px;
  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-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.example_bk .example .example_gallery .example_gallery_slide .maininfo .maininfo_left {
  width: 47.5%;
}
.example_bk .example .example_gallery .example_gallery_slide .maininfo .maininfo_left .ttl {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}
.example_bk .example .example_gallery .example_gallery_slide .maininfo .maininfo_left .ttl .ttl_num {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: .05em;
  color: #fff;
  background: #f38b03;
  width: 90px;
  height: 90px;
  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: 38px;
  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: 24px;
  font-weight: 700;
  color: #3d4553;
  letter-spacing: .05em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 110px);
}
.example_bk .example .example_gallery .example_gallery_slide .maininfo .maininfo_left .ttl .ttl_txt .area {
  font-size: 16px;
  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: 20px 30px;
}
.example_bk .example .example_gallery .example_gallery_slide .maininfo .maininfo_left .data p {
  font-size: 16px;
  line-height: 200%;
  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: 47.5%;
}

.example_bk .example .example_gallery .example_gallery_slide .child-splide01 {
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.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: 230px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.example_bk .example .example_gallery .example_gallery_slide .child-splide01 .photolist .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.example_bk .example .example_gallery .example_gallery_slide .child-splide01 .photolist .info {
  font-size: 16px;
  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: 18px;
  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: 60px;
  height: 60px;
  background: none;
  border: none;
  opacity: 1;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  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% - 60.666% / 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% - 60.666% / 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: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  color: #3d4553;
  position: absolute;
  left: 0;
  top: 0;
}
.example_bk .example .example_voice .parent-splide > .splide__arrows {
  width: 62.5%;
  max-width: 1180px;
  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: 50px;
  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-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.example_bk .example .example_voice .example_voice_slide .maininfo .maininfo_left {
  width: 47.5%;
}
.example_bk .example .example_voice .example_voice_slide .maininfo .maininfo_left .ttl {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}
.example_bk .example .example_voice .example_voice_slide .maininfo .maininfo_left .ttl .ttl_num {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: .05em;
  color: #fff;
  background: #f38b03;
  width: 90px;
  height: 90px;
  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: 38px;
  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: 24px;
  font-weight: 700;
  color: #3d4553;
  letter-spacing: .05em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 110px);
}
.example_bk .example .example_voice .example_voice_slide .maininfo .maininfo_left .ttl .ttl_txt .area {
  font-size: 16px;
  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: 20px 30px;
}
.example_bk .example .example_voice .example_voice_slide .maininfo .maininfo_left .data p {
  font-size: 16px;
  line-height: 200%;
  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: 47.5%;
}

.example_bk .example .example_voice .example_voice_slide .child-splide02 {
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.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: 230px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.example_bk .example .example_voice .example_voice_slide .child-splide02 .photolist .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.example_bk .example .example_voice .example_voice_slide .child-splide02 .photolist .info {
  font-size: 16px;
  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: 18px;
  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: 40px 4% 50px;
  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: 24px;
  font-weight: 700;
  color: #3d4553;
  letter-spacing: .05em;
  margin-bottom: 25px;
  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: 120px 0;
}
.step_bk .step .step_ttl {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  color: #3d4553;
  margin-bottom: 75px;
}
.step_bk .step .step_dl {
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.step_bk .step .step_dl dt {
  width: 140px;
}
.step_bk .step .step_dl dd {
  width: calc( 100% - 140px );
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.step_bk .step .step_dl dd .step_sttl {
  font-size: 24px;
  font-weight: 700;
  color: #3d4553;
  margin-bottom: 25px;
}
.step_bk .step .step_dl dd .step_sttl .step_num {
  font-size: 26px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: .05em;
  display: inline-block;
  vertical-align: baseline;
  padding: 15px 25px;
  background: #f38b03;
  margin-right: 25px;
}
.step_bk .step .step_dl dd .step_txt {
  font-size: 16px;
  line-height: 200%;
  letter-spacing: .05em;
  color: #3d4553;
}

/* =============================== reason =============================== */
.reason_bk {
  background: #f8f5f1;
  padding: 120px 0;
}
.reason_bk .reason .reason_ttl {
  font-size: 46px;
  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: 20px;
  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: 43.3%;
}
.reason_bk .reason .reason_sec .info .reason_num {
  font-size: 30px;
  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: 40px;
}
.reason_bk .reason .reason_sec .info .reason_sttl01 {
  font-size: 28px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: .05em;
  color: #3d4553;
  margin-bottom: 25px;
}
.reason_bk .reason .reason_sec .info .txt {
  font-size: 16px;
  line-height: 210%;
  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: 16px;
  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: 60px 8.3%;
  background: #fff;
  border: 2px solid #ddd;
  margin-top: 80px;
}
.reason_bk .reason .reason_sec .reason_sec_box .box_ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 180%;
  color: #3d4553;
  text-align: center;
  width: 100%;
  margin-bottom: 35px;
}
.reason_bk .reason .reason_sec .reason_sec_box .box_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: calc( ( 100% - 50px ) / 2 );
}
.reason_bk .reason .reason_sec .reason_sec_box .box_inner:nth-of-type(1) {
  margin-right: 50px;
  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;
  top: 15px;
  right: -38px;
}
.reason_bk .reason .reason_sec .reason_sec_box .box_inner .box_sttl {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  background: #3d4553;
  text-align: center;
  padding: 5px 0;
  width: 100%;
  margin-bottom: 40px;
}
.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: 52%;
}
.reason_bk .reason .reason_sec .reason_sec_box .box_inner .box_inner_box .box_txt {
  width: 45%;
  font-size: 16px;
  line-height: 165%;
  color: #3d4553;
}
.reason_bk .reason .reason_sec .reason_sec_box .box_inner .box_inner_box .box_txt strong {
  font-size: 18px;
  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: 144px;
  height: 144px;
  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);
  left: 30.3%;
  top: 100px;
}
.reason_bk .reason .reason_sec:nth-of-type(3) .info::before {
  background-image: url(../images/hiraya/reason_img0301.png);
  left: 30.3%;
  top: 100px;
}
.reason_bk .reason .reason_sec:nth-of-type(4) .info::before {
  background-image: url(../images/hiraya/reason_img0401.png);
  right: 0;
  top: 100px;
}
@media screen and (max-width:1100px){
  .reason_bk .reason .reason_sec {
    padding: 60px 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: 38px;
  font-weight: 700;
  line-height: 140%;
  color: #3d4553;
  text-align: center;
  padding-top: 65px;
  letter-spacing: .05em;
}
.reason_bk .reason .reason_copy strong {
  font-size: 42px;
  line-height: 1;
  color: #f38b03;
  border-bottom: 2px solid #f38b03;
  letter-spacing: .08em;
  margin-left: .1em;
}

/* =============================== faq =============================== */
.faq_bk {
  background: #fff;
  padding: 120px 0 170px;
}
.faq_bk .faq .faq_ttl {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  color: #3d4553;
  margin-bottom: 60px;
}
.faq_bk .faq .faq_box:nth-last-of-type(n+2) {
  margin-bottom: 20px;
}
.faq_bk .faq .faq_box dt {
  font-size: 18px;
  font-weight: 700;
  color: #3d4553;
  background: #f8f5f1;
  padding: 35px 110px 35px 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: 22px;
  height: 22px;
  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: 30px 30px 30px 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: 16px;
  line-height: 185%;
  color: #3d4553;
  letter-spacing: .05em;
}

.estate_bk {
  padding: 75px 0;
  text-align: center;
}
.estate_bk a {
  transition: .3s;
}
.estate_bk a:hover {
  opacity: 0.7;
  transition: .3s;
}
.estate_bk img {
  width: 90%;
  max-width: 1000px;
}