@charset "UTF-8";
@media screen and (min-width: 768px), print {
  .aaa {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .aaa {
    position: relative;
  }
}
/* 共通ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */
body {
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #000;
}

main#hiraya {
  width: 100%;
  max-width: 1920px;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.br-sp-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .br-sp-none {
    display: none;
  }
}

.br-pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-pc-none {
    display: block;
  }
}

/* page-hirayaｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */
.main-view__container {
  position: relative;
}
.main-view__title {
  width: 100%;
  height: auto;
}
.main-view__badge {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -10%;
  max-width: 500px;
  width: 40%;
  height: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .main-view__badge {
    width: 80%;
    min-width: 296px;
  }
}
.main-view__description {
  text-align: center;
  font-size: 16px;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .main-view__description {
    margin-top: 100px;
    padding-inline: 28px;
  }
}

.hiraya-concept {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 68px;
  position: relative;
  background-color: #F8F8F8;
  padding-inline: 16px;
  padding-top: 290px;
  padding-bottom: 142px;
  margin-top: 187px;
}
@media screen and (max-width: 767px) {
  .hiraya-concept {
    margin-top: 136px;
    padding-top: 260px;
    padding-bottom: 40px;
  }
}
.hiraya-concept__inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  border: 4px solid #F04D2F;
  padding-block: 48px;
  padding-inline: 84px;
  top: 0;
  transform: translateY(-50%);
  margin-inline: 16px;
}
@media screen and (max-width: 767px) {
  .hiraya-concept__inner {
    gap: 20px;
    border-radius: 10px;
    padding-block: 34px;
    padding-inline: 16px;
    transform: translateY(-25%);
    width: 92%;
  }
}
.hiraya-concept__title-concept {
  max-width: 693px;
}
@media screen and (max-width: 767px) {
  .hiraya-concept__title-concept {
    max-width: 280px;
  }
}
.hiraya-concept__description {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
}
.hiraya-concept__contents {
  position: relative;
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.hiraya-concept__contents-inner {
  position: relative;
  width: 50%;
  z-index: 1;
  background-color: #fff;
  padding-block: 74px;
  padding-inline: 78px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .hiraya-concept__contents-inner {
    width: 100%;
    margin-right: 0;
    padding-inline: 22px;
    padding-block: 48px;
  }
}
.hiraya-concept__contents-title {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .hiraya-concept__contents-title {
    font-size: 26px;
    text-align: center;
  }
}
.hiraya-concept__contents-image--pc {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 50%;
  max-width: 760px;
  width: 58%;
  transform: translateY(-50%);
  max-width: 840px;
  display: block;
}
@media screen and (max-width: 767px) {
  .hiraya-concept__contents-image--pc {
    display: none;
  }
}
.hiraya-concept__contents-image--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .hiraya-concept__contents-image--sp {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
}

.hiraya-point {
  padding-top: 96px;
  padding-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .hiraya-point {
    padding-top: 42px;
    padding-bottom: 60px;
  }
}
.hiraya-point__title {
  max-width: 744px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .hiraya-point__title {
    max-width: 338px;
    margin-bottom: 30px;
  }
}
.hiraya-point__comment {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 143px;
}
@media screen and (max-width: 767px) {
  .hiraya-point__comment {
    max-width: 100%;
    padding-inline: 28px;
    margin-top: 80px;
  }
}

.point-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 280px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .point-list {
    gap: 56px;
  }
}
.point-list__item {
  position: relative;
  width: 100%;
  max-width: 1920px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.point-list__item-bg {
  position: absolute;
  width: 90%;
  max-width: 1440px;
  height: 800px;
  background-color: #FAFAF5;
  right: 0;
  top: 50%;
  z-index: -2;
  transform: translateY(-50%);
}
.point-list__item-bg--03 {
  height: 897px;
  transform: translateY(-54%);
}
@media screen and (max-width: 767px) {
  .point-list__item-bg {
    display: none;
  }
  .point-list__item-bg--03 {
    display: none;
  }
}
.point-list__item-image--pc {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 50%;
  max-width: 840px;
  display: block;
}
.point-list__item-image--pc-03 {
  transform: translateY(-16%);
}
@media screen and (max-width: 767px) {
  .point-list__item-image--pc {
    display: none;
  }
}
.point-list__item-image--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .point-list__item-image--sp {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
}
.point-list__item-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 1100px;
}
.point-list__item-inner {
  right: 0;
  top: 50%;
  max-width: 690px;
  width: 62%;
  background-color: #fff;
  padding-top: 48px;
  padding-bottom: 80px;
  padding-inline: 38px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .point-list__item-inner {
    width: 100%;
    max-width: none;
    box-shadow: none;
    margin-right: 0;
    padding-inline: 0;
    padding-block: 0;
  }
}
.point-list__item-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .point-list__item-title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-bottom: 24px;
  }
}
.point-list__item-title img {
  height: 38px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .point-list__item-title img {
    height: 38px;
  }
}
.point-list__item-title span {
  font-size: 31px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .point-list__item-title span {
    font-size: 22px;
    text-align: center;
  }
}
.point-list__item-description {
  max-width: 550px;
}
@media screen and (max-width: 767px) {
  .point-list__item-description {
    max-width: 100%;
    padding-inline: 28px;
  }
}

.hiraya-works {
  background-color: #EEEBE4;
  padding-top: 48px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .hiraya-works {
    padding-top: 38px;
    padding-bottom: 46px;
  }
}
.hiraya-works__title {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .hiraya-works__title {
    max-width: 414px;
    margin-bottom: 5px;
  }
}
.hiraya-works__sub-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .hiraya-works__sub-title {
    margin-bottom: 30px;
  }
}
.hiraya-works__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .hiraya-works__list {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .hiraya-works__item {
    width: 100%;
    padding-inline: 16px;
  }
}
.hiraya-works__description {
  text-align: center;
  font-size: 16px;
  margin-top: 40px;
  padding-inline: 28px;
}

.hiraya-works-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 1280px;
  padding-bottom: 70px;
  margin-top: 60px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .hiraya-works-cta {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #FAFAF5;
  }
}
.hiraya-works-cta__inner-top {
  top: 0;
  max-width: 1100px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .hiraya-works-cta__inner-top {
    width: 100%;
    position: static;
  }
}
.hiraya-works-cta__title {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 31px;
  font-weight: 700;
  top: -38px;
}
@media screen and (max-width: 767px) {
  .hiraya-works-cta__title {
    position: static;
    font-size: 22px;
    gap: 0;
    margin-bottom: 30px;
  }
}
.hiraya-works-cta__title-text {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  padding-inline: 16px;
  padding-block: 6px;
}
@media screen and (max-width: 767px) {
  .hiraya-works-cta__title-text {
    display: block;
    width: 100%;
    text-align: center;
    background-color: transparent;
    font-size: 22px;
    padding-inline: 0;
    padding-block: 0;
  }
}
@media screen and (max-width: 767px) {
  .hiraya-works-cta__image {
    width: 100%;
    padding-inline: 28px;
  }
}
.hiraya-works-cta__inner-bottom {
  width: 100%;
  padding-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hiraya-works-cta__inner-bottom {
    padding-top: 30px;
  }
}
.hiraya-works-cta__description {
  max-width: 900px;
  margin-inline: auto;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .hiraya-works-cta__description {
    padding-inline: 28px;
    margin-bottom: 30px;
  }
}
.hiraya-works-cta__button {
  position: relative;
  display: inline-block;
  width: 380px;
  background-color: #1A1A1A;
  color: #fff;
  font-size: 16px;
  padding-block: 20px;
  padding-inline: 48px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .hiraya-works-cta__button {
    width: 90%;
    max-width: 356px;
    font-size: 16px;
    padding-block: 12px;
    padding-inline: 32px;
  }
}
.hiraya-works-cta__button::after {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 8px;
  height: 15px;
  margin-left: 8px;
  background-image: url("../images/hiraya/arrow-right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.hiraya-works-cta__button:hover {
  background-color: #fff;
  border-color: 1px solid #1A1A1A;
  color: #1A1A1A;
}
.hiraya-works-cta__bg {
  position: absolute;
  width: 100%;
  height: 480px;
  background-color: #FAFAF5;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .hiraya-works-cta__bg {
    display: none;
  }
}/*# sourceMappingURL=page-hiraya.css.map */


aside#ee img{ 
  width: auto;
  max-width: auto;
  height: auto;
  display: revert;
 }

footer img{ 
  width: auto;
  max-width: auto;
  height: auto;
  display: revert;
 }

 #pc-menu-open img{
  width: auto;
  max-width: auto;
  height: auto;
  display: revert;
 }