@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Rokkitt:ital,wght@0,100..900;1,100..900&family=Yellowtail&display=swap");
@media screen and (max-width: 750px) {
  .sp_flex-show {
    display: flex !important;
  }
}
@media screen and (min-width: 751px) {
  .sp_flex-show {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .pc_flex-show {
    display: none !important;
  }
}
@media screen and (min-width: 751px) {
  .pc_flex-show {
    display: flex !important;
  }
}

@media screen and (max-width: 750px) {
  .sp-show {
    display: block !important;
  }
}
@media screen and (min-width: 751px) {
  .sp-show {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .pc-show {
    display: none !important;
  }
}
@media screen and (min-width: 751px) {
  .pc-show {
    display: block !important;
  }
}

body {
  background: #F4F7F9;
}
body a {
  text-decoration: unset;
  cursor: pointer;
}
body a:hover {
  color: #090909;
  text-decoration: unset;
}
body a img:hover {
  opacity: 1;
}
body ul, body li {
  list-style: none;
}
body table {
  display: table;
}
body input[type=text], body select, body textarea {
  display: block;
  width: 100%;
}
body select {
  cursor: pointer;
}
body .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 750px) {
  body .flex {
    flex-direction: column;
  }
}
body .flex .reverse {
  flex-direction: row-reverse;
}
body .flex.main-flex {
  justify-content: center;
  gap: 5px;
}
body img {
  display: block;
  max-width: 100%;
  width: auto;
}
body .inner {
  max-width: 1200px;
  margin: 0 auto;
}
body * {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
body .slick-dotted.slick-slider {
  margin-bottom: 0;
}
body .gold {
  color: #B0A079 !important;
}
body .blue {
  color: #399FCF !important;
}
body .en {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body .yellowtail {
  font-family: "Yellowtail", serif;
  font-weight: 400;
  font-style: normal;
}
body #top-btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #009CBE;
  border: 2px solid #fff;
  box-shadow: 5px 5px 8px rgba(214, 214, 214, 0.8);
  z-index: 100;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
body #top-btn:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/hiraya/icon-top.png) no-repeat;
  background-size: contain;
  width: 26px;
  height: 14px;
}
body #top-btn:hover {
  background: #017E99;
}
body #top-btn.on {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1035px) {
  body #top-btn {
    bottom: 16vw;
    right: 2.667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border: unset;
    background: #A3A3A3;
    box-shadow: 0.6666666667vw 0.6666666667vw 1.0666666667vw rgba(214, 214, 214, 0.8);
  }
  body #top-btn:before {
    width: 2.9333333333vw;
    height: 1.3333333333vw;
  }
  body #top-btn:hover {
    background: #A3A3A3;
  }
}
body .float-bnr {
  position: fixed;
  bottom: 0;
  width: 100%;
  flex-direction: unset;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  z-index: 50;
  display: flex;
  max-width: 750px;
  left: 50%;
  transform: translateX(-50%);
}
body .float-bnr a {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  height: 90px;
  font-size: 32px;
}
body .float-bnr a.catalog {
  background: #545454;
}
body .float-bnr a.reserve {
  background: #B0A079;
}
body .float-bnr.on {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 750px) {
  body .float-bnr {
    left: 0;
    transform: unset;
  }
  body .float-bnr a {
    height: 12vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1401px) {
  body .float-bnr {
    display: none;
  }
}
body .footer {
  padding: 130px 0 120px;
}
body .footer .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  background: #fff;
  row-gap: 4px;
  border: 4px solid #fff;
  position: relative;
}
body .footer .flex:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  content: "follow me!";
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  background: url(../images/hiraya/icon_follow-me.png) no-repeat;
  background-size: contain;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
  width: 175px;
  height: 80px;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}
body .footer .flex img {
  width: 33%;
}
body .footer .instagram {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  position: relative;
  width: 580px;
  height: 80px;
  border-radius: 10px;
  margin: 40px auto 0;
}
body .footer .instagram:hover {
  box-shadow: 5px 5px 8px rgba(214, 214, 214, 0.8);
}
body .footer .instagram:before, body .footer .instagram:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
body .footer .instagram:before {
  background: url(../images/hiraya/icon-ig.png) no-repeat;
  left: 20px;
  width: 60px;
  height: 60px;
  background-size: contain;
}
body .footer .instagram:after {
  top: 35px;
  transform: rotate(270deg);
  background: url(../images/hiraya/icon-arrow.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 12px;
  bottom: 20px;
  right: 25px;
}
body .footer .instagram + img {
  margin: 150px auto 60px;
}
body .footer .btn-footer {
  color: #fff;
  background: #009CBE;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  width: 300px;
  height: 68px;
  border-radius: 34px;
  margin: 0 auto;
}
body .footer .btn-footer:hover {
  background: #017E99;
}
body .footer > p {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  margin-top: 144px;
}
@media screen and (max-width: 750px) {
  body .footer {
    padding: 31.8666666667vw 0 28vw;
  }
  body .footer .flex {
    row-gap: 2px;
    border: 2px solid #fff;
    flex-direction: unset;
  }
  body .footer .flex:before {
    font-size: 5.3333333333vw;
    top: -9.3333333333vw;
    width: 46.6666666667vw;
    height: 21.2vw;
    padding-top: 5.333vw;
  }
  body .footer .instagram {
    font-size: 4.2666666667vw;
    width: 74.6666666667vw;
    height: 13.3333333333vw;
    border-radius: 1.3333333333vw;
    margin: 5.3333333333vw auto 0;
    box-shadow: 0.6666666667vw 0.6666666667vw 1.0666666667vw rgba(214, 214, 214, 0.8);
  }
  body .footer .instagram:before {
    left: 4vw;
    width: 8vw;
    height: 8vw;
  }
  body .footer .instagram:after {
    top: 5.8666666667vw;
    width: 2.9333333333vw;
    height: 1.3333333333vw;
    bottom: unset;
    right: 4vw;
  }
  body .footer .instagram + img {
    width: 69.3333333333vw;
    height: auto;
    margin: 20vw auto 8vw;
  }
  body .footer .btn-footer {
    font-size: 2.6666666667vw;
    width: 40vw;
    height: 9.0666666667vw;
    border-radius: 4.5333333333vw;
  }
  body .footer > p {
    font-size: 2.6666666667vw;
    margin-top: 19.2vw;
  }
}
body aside {
  max-width: 345px;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(calc(-50% - 377px));
  padding: 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  body aside {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  body aside {
    display: none;
  }
}
body aside a {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
}
body aside a.brand-site {
  background: #fff;
  justify-content: center;
  font-size: 14px;
  width: 230px;
  height: 38px;
  border-radius: 60px;
  margin: 0 auto 30px;
}
body aside a.brand-site:hover {
  background: #CCD6DD;
}
body aside .navi {
  margin-top: 48px;
}
body aside .navi li a {
  position: relative;
  font-size: 18px;
  padding-left: 28px;
  line-height: 2;
}
body aside .navi li a:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #399FCF;
  left: 0;
}
body aside .navi li a:hover {
  color: #009CBE;
}
body aside .navi li + li {
  margin-top: 16px;
}
body aside .buttons {
  margin: auto auto 40px;
}
body aside .buttons li a {
  width: 280px;
  height: 68px;
  justify-content: center;
  border-radius: 15px;
  font-size: 18px;
  position: relative;
}
body aside .buttons li a:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 10px;
  height: 16px;
}
body aside .buttons li a.reserve {
  background: #FFF820;
  color: #000;
}
body aside .buttons li a.reserve:before {
  background: url(../images/hiraya/icon-arrow3.png) no-repeat;
  background-size: contain;
}
body aside .buttons li a.reserve:hover {
  background: #EDE601;
}
body aside .buttons li a.catalog {
  background: #009CBE;
  color: #fff;
}
body aside .buttons li a.catalog:before {
  background: url(../images/hiraya/icon-arrow4.png) no-repeat;
  background-size: contain;
}
body aside .buttons li a.catalog:hover {
  background: #017E99;
}
body aside .buttons li + li {
  margin-top: 10px;
}
body main {
  max-width: 760px;
  width: 100%;
  border-right: 5px solid #fff;
  border-left: 5px solid #fff;
  margin-left: 350px;
}
@media screen and (max-width: 750px) {
  body main {
    margin-left: 0;
    border: unset;
  }
}
@media screen and (max-width: 1400px) {
  body main {
    margin-left: 0;
    max-width: 750px;
    border: unset;
  }
}
body main .sections {
  width: 100%;
  position: relative;
}
body main .sections .sections-inner {
  position: relative;
}
body main .sections .sections-inner .head_h2 span {
  display: block;
}
body main .sections .sections-inner .head_h2.normal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
body main .sections .sections-inner .head_h2.normal span {
  font-weight: bold;
  text-align: center;
}
body main .sections .sections-inner .head_h2.normal span.en {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.62px;
}
body main .sections .sections-inner .head_h2.normal span.ja {
  font-size: 40px;
  line-height: 80px;
}
body main .sections .sections-inner .head_h2.normal span.ja .gold {
  font-size: 50px;
}
body main .sections .sections-inner .head_h2.normal span.ja span {
  display: inline;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  body main .sections .sections-inner .head_h2.normal {
    gap: 2.9333333333vw;
  }
  body main .sections .sections-inner .head_h2.normal span.en {
    font-size: 4.8vw;
  }
  body main .sections .sections-inner .head_h2.normal span.ja {
    font-size: 6.6666666667vw;
    line-height: 1.84;
  }
  body main .sections .sections-inner .head_h2.normal span.ja .gold {
    font-size: 8vw;
  }
  body main .sections .sections-inner .head_h2.normal span.ja span {
    font-weight: 700;
  }
}
body main .sections.popular {
  background: url(../images/hiraya/bg-mv.webp) no-repeat;
  background-size: contain;
  height: 750px;
}
body main .sections.popular .sections-inner {
  padding-top: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: inherit;
}
body main .sections.popular .sections-inner img {
  display: none;
  margin: 0 auto;
}
body main .sections.popular .sections-inner h1 {
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  line-height: 90px;
  letter-spacing: 7.5px;
}
body main .sections.popular .sections-inner .float {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 510px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 30px;
  height: 114px;
  justify-content: center;
  bottom: -34px;
}
body main .sections.popular .sections-inner .float:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  top: unset;
  transform: unset;
  background: url(../images/hiraya/icon-polygon.png) no-repeat;
  background-size: contain;
  width: 32px;
  height: 27px;
  bottom: -15px;
}
body main .sections.popular .sections-inner .float span {
  display: block;
}
body main .sections.popular .sections-inner .float span.small {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
}
body main .sections.popular .sections-inner .float span.bold {
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
}
@media screen and (max-width: 750px) {
  body main .sections.popular {
    background: url(../images/hiraya/bg-mv@sp.webp) no-repeat;
    background-size: contain;
    height: 154.6666666667vw;
  }
  body main .sections.popular .sections-inner {
    padding-top: 10.6666666667vw;
    gap: 18.6666666667vw;
  }
  body main .sections.popular .sections-inner img {
    display: block;
    width: 30.848vw;
    height: auto;
  }
  body main .sections.popular .sections-inner h1 {
    font-size: 9.3333333333vw;
    line-height: 90px;
    line-height: 14.6666666667vw;
    letter-spacing: 0.15em;
  }
  body main .sections.popular .sections-inner .float {
    width: 84vw;
    border-radius: 6.6666666667vw;
    height: 22.6666666667vw;
    bottom: -9.3333333333vw;
  }
  body main .sections.popular .sections-inner .float:before {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    bottom: -6.6666666667vw;
  }
  body main .sections.popular .sections-inner .float span.small {
    font-size: 3.7333333333vw;
    line-height: 1;
    margin-bottom: 2.6666666667vw;
  }
  body main .sections.popular .sections-inner .float span.bold {
    font-size: 4.8vw;
    line-height: 1;
  }
}
body main .sections.reasons .sections-inner {
  padding-top: 74px;
}
body main .sections.reasons .sections-inner .nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 80px;
}
body main .sections.reasons .sections-inner .nav li a {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  width: 320px;
  height: 150px;
  border-radius: 10px;
  padding-top: 20px;
  position: relative;
}
body main .sections.reasons .sections-inner .nav li a:hover {
  box-shadow: 5px 5px 8px rgba(214, 214, 214, 0.8);
}
body main .sections.reasons .sections-inner .nav li a:hover span {
  color: #090909;
}
body main .sections.reasons .sections-inner .nav li a:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  top: unset;
  transform: translateX(-50%);
  background: url(../images/hiraya/icon-arrow.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 12px;
  left: 50%;
  bottom: 20px;
}
body main .sections.reasons .sections-inner .content {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}
body main .sections.reasons .sections-inner .content * {
  position: relative;
  z-index: 1;
}
body main .sections.reasons .sections-inner .content:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 630px;
  background: #E2E7EB;
  height: 100%;
  right: 0;
  top: 0;
  transform: unset;
  z-index: 0;
}
body main .sections.reasons .sections-inner .content .head_h2 {
  font-weight: bold;
  font-size: 40px;
  text-align: right;
  padding-right: 80px;
  margin-bottom: 120px;
}
body main .sections.reasons .sections-inner .content .head_h2 .gold {
  display: inline;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 50px;
  line-height: 80px;
}
body main .sections.reasons .sections-inner .content .box {
  padding: 0 20px;
}
body main .sections.reasons .sections-inner .content .box .point {
  position: absolute;
  z-index: 5;
  background: #fff;
  display: flex;
  gap: 17px;
  flex-direction: column;
  min-height: 120px;
  border-radius: 30px;
  justify-content: center;
  padding: 0 40px;
  top: -60px;
  right: 40px;
}
body main .sections.reasons .sections-inner .content .box .point:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  top: unset;
  transform: unset;
  background: url(../images/hiraya/icon-polygon.png) no-repeat;
  background-size: contain;
  width: 32px;
  height: 27px;
  bottom: -15px;
  right: 40px;
}
body main .sections.reasons .sections-inner .content .box .point span {
  line-height: 1;
}
body main .sections.reasons .sections-inner .content .box .point span.gold {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.44;
}
body main .sections.reasons .sections-inner .content .box .point span.bold {
  font-weight: 500;
  font-size: 24px;
}
body main .sections.reasons .sections-inner .content .box .image {
  position: relative;
}
body main .sections.reasons .sections-inner .content .box .image + p {
  font-size: 14px;
  max-width: 590px;
  line-height: 32px;
  margin: 30px auto 0;
}
body main .sections.reasons .sections-inner .content .box + .box {
  margin-top: 120px;
}
body main .sections.reasons .sections-inner .content .box.flex {
  justify-content: flex-start;
}
body main .sections.reasons .sections-inner .content .box.flex .image + p {
  max-width: 295px;
  margin: 110px auto 0;
  margin-left: 30px;
}
body main .sections.reasons .sections-inner .content .box.reverse .point {
  right: unset;
  left: 40px;
}
body main .sections.reasons .sections-inner .content .box.reverse .point:before {
  right: unset;
  left: 40px;
}
body main .sections.reasons .sections-inner .content .box.reverse.flex .image + p {
  margin-right: 30px;
}
body main .sections.reasons .sections-inner .content .box .image img {
  margin: 0 auto;
  margin-right: 0;
}
body main .sections.reasons .sections-inner .content + .content {
  margin-top: 60px;
}
body main .sections.reasons .sections-inner .content + .content:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #DCECF8;
  right: unset;
  left: 0;
}
body main .sections.reasons .sections-inner .content + .content .head_h2 {
  text-align: left;
  padding-left: 80px;
}
@media screen and (max-width: 750px) {
  body main .sections.reasons .sections-inner {
    padding-top: 18.9333333333vw;
  }
  body main .sections.reasons .sections-inner .nav {
    gap: 4vw;
    margin-bottom: 13.3333333333vw;
  }
  body main .sections.reasons .sections-inner .nav li a {
    font-size: 3.7333333333vw;
    line-height: 2;
    width: 42.6666666667vw;
    height: 25.0666666667vw;
    border-radius: 1.3333333333vw;
    padding-top: 4vw;
  }
  body main .sections.reasons .sections-inner .nav li a:before {
    width: 2.9333333333vw;
    height: 1.3333333333vw;
    bottom: 4vw;
  }
  body main .sections.reasons .sections-inner .content {
    padding-top: 10.6666666667vw;
    padding-bottom: 8vw;
  }
  body main .sections.reasons .sections-inner .content:before {
    width: 84vw;
  }
  body main .sections.reasons .sections-inner .content .head_h2 {
    font-size: 6.6666666667vw;
    padding-right: 15.6vw;
    margin-bottom: 15.8666666667vw;
  }
  body main .sections.reasons .sections-inner .content .head_h2 .gold {
    font-size: 8vw;
    line-height: 1.3333333333;
  }
  body main .sections.reasons .sections-inner .content .box {
    padding: 0 10px;
  }
  body main .sections.reasons .sections-inner .content .box .point {
    gap: 1.3333333333vw;
    min-height: 16vw;
    border-radius: 5.3333333333vw;
    justify-content: center;
    padding: 0 4vw;
    top: -8vw;
    right: 5.3333333333vw;
  }
  body main .sections.reasons .sections-inner .content .box .point:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    bottom: -4vw;
    right: 10.6666666667vw;
  }
  body main .sections.reasons .sections-inner .content .box .point span.gold {
    font-size: 3.2vw;
  }
  body main .sections.reasons .sections-inner .content .box .point span.bold {
    font-size: 4vw;
  }
  body main .sections.reasons .sections-inner .content .box .image img {
    height: auto;
  }
  body main .sections.reasons .sections-inner .content .box .image + p {
    font-size: 3.7333333333vw;
    max-width: 89.3333333333vw;
    line-height: 2;
    margin: 4vw auto 0;
  }
  body main .sections.reasons .sections-inner .content .box + .box {
    margin-top: 16vw;
  }
  body main .sections.reasons .sections-inner .content .box.flex {
    flex-direction: unset;
  }
  body main .sections.reasons .sections-inner .content .box.flex .image {
    width: 43.3333333333vw;
  }
  body main .sections.reasons .sections-inner .content .box.flex .image + p {
    max-width: 44.666667vw;
    margin: 13.7333333333vw auto 0;
    margin-left: auto;
  }
  body main .sections.reasons .sections-inner .content .box.reverse {
    flex-direction: row-reverse;
  }
  body main .sections.reasons .sections-inner .content .box.reverse .point {
    left: 5.3333333333vw;
  }
  body main .sections.reasons .sections-inner .content .box.reverse .point:before {
    left: 5.3333333333vw;
  }
  body main .sections.reasons .sections-inner .content .box.reverse.flex .image + p {
    margin-right: 4vw;
  }
  body main .sections.reasons .sections-inner .content + .content {
    margin-top: 8vw;
  }
  body main .sections.reasons .sections-inner .content + .content .head_h2 {
    padding-left: 11.6vw;
  }
}
body main .sections.case_study .sections-inner {
  padding: 100px 0;
}
body main .sections.case_study .sections-inner .head_h2 {
  margin-bottom: 75px;
}
body main .sections.case_study .sections-inner .content .slider .slick-dots {
  bottom: -36px;
}
body main .sections.case_study .sections-inner .content .slider .slick-dots li {
  width: 14px;
  height: 14px;
  margin-left: 0;
}
body main .sections.case_study .sections-inner .content .slider .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
body main .sections.case_study .sections-inner .content .slider .slick-dots li:last-child {
  margin-right: 0;
}
body main .sections.case_study .sections-inner .content .slider .slick-dots li.slick-active button:before {
  background: #399FCF;
}
body main .sections.case_study .sections-inner .content .slider .slick-dots li button:before {
  background: #D9D9D9;
  height: 14px;
  width: 14px;
  margin: 0;
  opacity: 1;
  border-radius: 50%;
  content: "";
}
body main .sections.case_study .sections-inner .content .slider .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
}
body main .sections.case_study .sections-inner .content .slider .slider-item {
  padding: 0 10px;
}
body main .sections.case_study .sections-inner .content .slider .slider-item img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-height: 440px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main .sections.case_study .sections-inner .content .slider + p {
  max-width: 590px;
  font-size: 14px;
  line-height: 2.2857142857;
  margin: 65px auto 0;
}
body main .sections.case_study .sections-inner .content .btn {
  cursor: pointer;
  width: 560px;
  height: 80px;
  background: #545454;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 20px;
  position: relative;
  box-shadow: 5px 5px 8px rgba(214, 214, 214, 0.8);
  margin: 30px auto 0;
  transition: 0.3s;
}
body main .sections.case_study .sections-inner .content .btn:hover {
  background: #3F3B3B;
}
body main .sections.case_study .sections-inner .content .btn:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/hiraya/icon-arrow2.png) no-repeat;
  background-size: contain;
  width: 12px;
  height: 24px;
  right: 30px;
}
body main .sections.case_study .sections-inner .content + .content {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  body main .sections.case_study .sections-inner {
    padding: 13.3333333333vw 0;
  }
  body main .sections.case_study .sections-inner .head_h2 {
    margin-bottom: 10.6666666667vw;
  }
  body main .sections.case_study .sections-inner .content .slider .slick-dots {
    bottom: -4.8vw;
  }
  body main .sections.case_study .sections-inner .content .slider .slick-dots li {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
  body main .sections.case_study .sections-inner .content .slider .slick-dots li:not(:last-child) {
    margin-right: 1.3333333333vw;
  }
  body main .sections.case_study .sections-inner .content .slider .slick-dots li button:before {
    height: 1.8666666667vw;
    width: 1.8666666667vw;
  }
  body main .sections.case_study .sections-inner .content .slider .slick-dots li button {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
  body main .sections.case_study .sections-inner .content .slider .slider-item {
    padding: 0 1.3333333333vw;
  }
  body main .sections.case_study .sections-inner .content .slider .slider-item img {
    max-height: 58.6666666667vw;
  }
  body main .sections.case_study .sections-inner .content .slider + p {
    max-width: 89.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 2;
    margin: 5.8666666667vw auto 0;
  }
  body main .sections.case_study .sections-inner .content .btn {
    width: 74.6666666667vw;
    height: 13.3333333333vw;
    border-radius: 1.3333333333vw;
    font-size: 4.2666666667vw;
    position: relative;
    box-shadow: 0.6666666667vw 0.6666666667vw 1.0666666667vw rgba(214, 214, 214, 0.8);
    margin: 5.3333333333vw auto 0;
  }
  body main .sections.case_study .sections-inner .content .btn:before {
    width: 1.3333333333vw;
    height: 2.9333333333vw;
    right: 4vw;
  }
  body main .sections.case_study .sections-inner .content + .content {
    margin-top: 10.6666666667vw;
  }
}
body main .sections.cta_area {
  background: #fff;
}
body main .sections.cta_area .sections-inner {
  padding: 100px 40px;
}
body main .sections.cta_area .sections-inner > img {
  margin: 0 auto 25px;
}
body main .sections.cta_area .sections-inner > p {
  line-height: 32px;
  margin-top: 30px;
}
body main .sections.cta_area .sections-inner > a {
  display: block;
  margin: 0 auto;
}
body main .sections.cta_area .sections-inner > a img {
  transition: 0.3s;
  border-radius: 10px;
}
body main .sections.cta_area .sections-inner > a + a {
  margin-top: 40px;
}
body main .sections.cta_area .sections-inner > a:hover img {
  box-shadow: 5px 5px 8px rgba(214, 214, 214, 0.8);
}
body main .sections.cta_area .sections-inner .recommend {
  position: relative;
  margin-top: 70px;
  background: #F4F7F9;
  border-radius: 40px;
  margin-bottom: 40px;
}
body main .sections.cta_area .sections-inner .recommend p {
  position: absolute;
  background: url(../images/hiraya/fukidashi.png) no-repeat;
  width: 232px;
  height: 100px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  padding-top: 28px;
  right: 40px;
  top: -40px;
}
body main .sections.cta_area .sections-inner .recommend ul {
  padding: 64px 40px;
}
body main .sections.cta_area .sections-inner .recommend ul li {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
  padding-left: 46px;
}
body main .sections.cta_area .sections-inner .recommend ul li:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #399FCF;
  left: 0;
}
body main .sections.cta_area .sections-inner .recommend ul li + li {
  margin-top: 38px;
}
@media screen and (max-width: 750px) {
  body main .sections.cta_area .sections-inner {
    padding: 13.3333333333vw 2.6666666667vw;
  }
  body main .sections.cta_area .sections-inner > img {
    width: 43.3333333333vw;
    height: auto;
    margin: 0 auto 8vw;
  }
  body main .sections.cta_area .sections-inner > p {
    font-size: 3.7333333333vw;
    line-height: 2;
    max-width: 89.3333333333vw;
    max-width: 89.3333333333vw;
    margin: 2.6666666667vw auto 0;
  }
  body main .sections.cta_area .sections-inner > a {
    max-width: 89.3333333333vw;
  }
  body main .sections.cta_area .sections-inner > a img {
    border-radius: 1.3333333333vw;
    width: 100%;
    height: auto;
    box-shadow: 0.6666666667vw 0.6666666667vw 1.0666666667vw rgba(214, 214, 214, 0.8);
  }
  body main .sections.cta_area .sections-inner > a + a {
    margin-top: 8vw;
  }
  body main .sections.cta_area .sections-inner > a:hover img {
    box-shadow: 0.6666666667vw 0.6666666667vw 1.0666666667vw rgba(214, 214, 214, 0.8);
  }
  body main .sections.cta_area .sections-inner .recommend {
    margin-top: 16vw;
    border-radius: 5.3333333333vw;
    margin-bottom: 8vw;
  }
  body main .sections.cta_area .sections-inner .recommend p {
    background: url(../images/hiraya/fukidashi@sp.png) no-repeat;
    background-size: contain;
    width: 38.6666666667vw;
    height: 17.2vw;
    font-size: 4vw;
    padding-top: 4.2666666667vw;
    right: 0;
    top: -10.6666666667vw;
  }
  body main .sections.cta_area .sections-inner .recommend ul {
    padding: 8.5333333333vw 10vw;
  }
  body main .sections.cta_area .sections-inner .recommend ul li {
    font-size: 3.7333333333vw;
    padding-left: 7.4666666667vw;
    line-height: 7.467vw;
  }
  body main .sections.cta_area .sections-inner .recommend ul li:before {
    top: 1.6vw;
    transform: unset;
    width: 4.8vw;
    height: 4.8vw;
  }
  body main .sections.cta_area .sections-inner .recommend ul li + li {
    margin-top: 4vw;
  }
}
body main .sections.about .sections-inner {
  padding-bottom: 100px;
}
body main .sections.about .sections-inner .main {
  height: 560px;
  background: url(../images/hiraya/bg-about.webp) no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: multiply;
  background-size: contain;
  display: flex;
  flex-direction: column;
  padding-top: 130px;
  margin-bottom: 120px;
}
body main .sections.about .sections-inner .main * {
  color: #fff;
}
body main .sections.about .sections-inner .main .head_h2 .en {
  opacity: 0.5;
}
body main .sections.about .sections-inner .main .head_h2 + p {
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  font-size: 20px;
  margin-top: 20px;
}
body main .sections.about .sections-inner .content {
  padding: 0 20px;
}
body main .sections.about .sections-inner .content .txt {
  width: 100%;
  max-width: 590px;
  margin: 30px auto 0;
  margin-left: 60px;
}
body main .sections.about .sections-inner .content .txt .head_h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 20px;
}
body main .sections.about .sections-inner .content .txt p {
  font-size: 14px;
  line-height: 2.2857142857;
}
body main .sections.about .sections-inner .content .image {
  position: relative;
}
body main .sections.about .sections-inner .content .image .yellowtail {
  font-size: 90px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: -60px;
}
body main .sections.about .sections-inner .content .flex .txt {
  max-width: 295px;
}
body main .sections.about .sections-inner .content + .content {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  body main .sections.about .sections-inner {
    padding-bottom: 13.3333333333vw;
  }
  body main .sections.about .sections-inner .main {
    height: 100vw;
    background: url(../images/hiraya/bg-about@sp.webp) no-repeat;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
    padding-top: 21.7333333333vw;
    margin-bottom: 13.3333333333vw;
  }
  body main .sections.about .sections-inner .main * {
    text-align: center;
  }
  body main .sections.about .sections-inner .main .head_h2 + p {
    line-height: 2;
    font-size: 3.2vw;
    margin-top: 4vw;
  }
  body main .sections.about .sections-inner .content {
    padding: 0 10px;
  }
  body main .sections.about .sections-inner .content .txt {
    max-width: 89.3333333333vw;
    margin: 5.3333333333vw auto 0;
    margin-left: auto;
  }
  body main .sections.about .sections-inner .content .txt .head_h3 {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
  body main .sections.about .sections-inner .content .txt p {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
  body main .sections.about .sections-inner .content .image .yellowtail {
    font-size: 12vw;
    top: -7.4666666667vw;
  }
  body main .sections.about .sections-inner .content .image img {
    height: auto;
  }
  body main .sections.about .sections-inner .content .flex {
    flex-direction: unset;
  }
  body main .sections.about .sections-inner .content .flex .txt {
    max-width: 44.6666666667vw;
    margin: 0 auto;
    margin-right: 4vw;
  }
  body main .sections.about .sections-inner .content .flex .image {
    max-width: 43.3333333333vw;
  }
  body main .sections.about .sections-inner .content + .content {
    margin-top: 16vw;
  }
}
body main .sections.voice {
  background: #E2E7EB;
}
body main .sections.voice .sections-inner {
  padding: 100px 0;
}
body main .sections.voice .sections-inner .head_h2 + p {
  max-width: 585px;
  margin: 30px auto 60px;
  font-size: 14px;
  line-height: 2;
}
body main .sections.voice .sections-inner .slider .slick-dots {
  bottom: 57px;
}
body main .sections.voice .sections-inner .slider .slick-dots li {
  width: 14px;
  height: 14px;
  margin-left: 0;
}
body main .sections.voice .sections-inner .slider .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
body main .sections.voice .sections-inner .slider .slick-dots li:last-child {
  margin-right: 0;
}
body main .sections.voice .sections-inner .slider .slick-dots li.slick-active button:before {
  background: #B0A079;
}
body main .sections.voice .sections-inner .slider .slick-dots li button:before {
  background: #D9D9D9;
  height: 14px;
  width: 14px;
  margin: 0;
  opacity: 1;
  border-radius: 50%;
  content: "";
}
body main .sections.voice .sections-inner .slider .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
}
body main .sections.voice .sections-inner .slider .slider-item {
  padding: 0 17.5px;
  cursor: pointer;
}
body main .sections.voice .sections-inner .slider .slider-item img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main .sections.voice .sections-inner .slider .slider-item p {
  max-width: 590px;
  font-size: 14px;
  line-height: 2;
  padding-top: 75px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  body main .sections.voice .sections-inner {
    padding: 13.3333333333vw 0;
  }
  body main .sections.voice .sections-inner .head_h2 + p {
    max-width: 89.3333333333vw;
    margin: 4vw auto 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
  body main .sections.voice .sections-inner .slider .slick-dots {
    bottom: 17.8666666667vw;
  }
  body main .sections.voice .sections-inner .slider .slick-dots li {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
  body main .sections.voice .sections-inner .slider .slick-dots li:not(:last-child) {
    margin-right: 1.3333333333vw;
  }
  body main .sections.voice .sections-inner .slider .slick-dots li button:before {
    height: 1.8666666667vw;
    width: 1.8666666667vw;
  }
  body main .sections.voice .sections-inner .slider .slick-dots li button {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
  body main .sections.voice .sections-inner .slider .slider-item {
    padding: 0 2.3333333333vw;
  }
  body main .sections.voice .sections-inner .slider .slider-item img {
    max-height: 53.3333333333vw;
    height: 53.3333333333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body main .sections.voice .sections-inner .slider .slider-item p {
    max-width: 78.8vw;
    font-size: 3.7333333333vw;
    padding-top: 10vw;
  }
}
body main .sections.qa .sections-inner {
  padding: 100px 40px;
}
body main .sections.qa .sections-inner .accordion {
  max-width: 670px;
  margin: 0 auto;
}
body main .sections.qa .sections-inner .accordion__item {
  border-bottom: 1px solid #CECECE;
  cursor: pointer;
}
body main .sections.qa .sections-inner .qa-circle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
body main .sections.qa .sections-inner .accordion__title {
  position: relative;
  padding: 50px 60px 50px 132px;
  font-weight: 500;
  cursor: pointer;
}
body main .sections.qa .sections-inner .accordion__title .qa-circle {
  background: #B0A079;
  color: #fff;
}
body main .sections.qa .sections-inner .accordion__title .ttl {
  max-width: 410px;
  display: block;
}
body main .sections.qa .sections-inner .accordion__title::before,
body main .sections.qa .sections-inner .accordion__title::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #B0A079;
  width: 40px;
  height: 2px;
  border-radius: 6px;
  transition: all 0.3s;
}
body main .sections.qa .sections-inner .accordion__title::after {
  transform: rotate(90deg);
}
body main .sections.qa .sections-inner .accordion__content {
  padding: 0 20px 40px 132px;
  display: none;
  cursor: pointer;
  position: relative;
}
body main .sections.qa .sections-inner .accordion__content .qa-circle {
  color: #B0A079;
  background: #fff;
  top: 0;
  transform: unset;
}
body main .sections.qa .sections-inner .accordion__content.is-open {
  display: block;
}
body main .sections.qa .sections-inner .accordion__item.is-active .accordion__title::before {
  transform: rotate(180deg);
}
body main .sections.qa .sections-inner .accordion__item.is-active .accordion__title::after {
  transform: rotate(180deg);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  body main .sections.qa .sections-inner {
    padding: 13.3333333333vw 10px;
  }
  body main .sections.qa .sections-inner .accordion {
    max-width: 100%;
  }
  body main .sections.qa .sections-inner .qa-circle {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    left: 2.6666666667vw;
    font-size: 6.1333333333vw;
    top: 4.5333333333vw;
    transform: unset;
  }
  body main .sections.qa .sections-inner .accordion__title {
    padding: 5.4666666667vw 0 4vw 20.2666666667vw;
  }
  body main .sections.qa .sections-inner .accordion__title .ttl {
    max-width: 58.6666666667vw;
    line-height: 2;
    font-size: 4.267vw;
  }
  body main .sections.qa .sections-inner .accordion__title::before,
  body main .sections.qa .sections-inner .accordion__title::after {
    right: 2.6666666667vw;
    width: 5.3333333333vw;
    height: 2px;
  }
  body main .sections.qa .sections-inner .accordion__content {
    padding: 2.6666666667vw 0 4vw 20.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 2;
    max-width: 88vw;
  }
  body main .sections.qa .sections-inner .accordion__content .qa-circle {
    top: 1.3333333333vw;
  }
}
body .modal_ttl {
  display: flex;
  align-items: flex-end;
  gap: 21px;
  padding-left: 40px;
  margin-bottom: 20px;
}
body .modal_ttl .numbers {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .modal_ttl .numbers * {
  color: #B0A079;
  line-height: 1;
}
body .modal_ttl .numbers .en {
  font-size: 32px;
  letter-spacing: 2.88px;
  font-weight: 600;
  margin-bottom: 10px;
}
body .modal_ttl .numbers .num {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  letter-spacing: 5.76px;
}
body .modal_ttl .ja {
  font-size: 24px;
  line-height: 1;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  body .modal_ttl {
    gap: 2.8vw;
    padding-left: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  body .modal_ttl .numbers .en {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  body .modal_ttl .numbers .num {
    font-size: 8.5333333333vw;
    letter-spacing: 0.768vw;
  }
  body .modal_ttl .ja {
    font-size: 4.2666666667vw;
    padding-bottom: 3.2vw;
  }
}
body .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  justify-content: center;
  align-items: center;
  overflow: auto;
}
body .modal .modal-wrap {
  max-width: 1070px;
  width: 100%;
  max-height: 755px;
  height: 100%;
  max-height: 90vh;
  position: relative;
}
body .modal .modal-wrap .modal-close {
  cursor: pointer;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/hiraya/icon-close.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  transform: unset;
}
body .modal .modal-content {
  max-width: 1000px;
  width: 100%;
  max-height: 660px;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  overflow: auto;
}
body .modal .modal-content .modal-inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 0 100px;
}
body .modal .modal-content .modal-inner .modal_ttl {
  padding-left: 12px;
  margin-bottom: 40px;
  align-items: flex-start;
}
body .modal .modal-content .modal-inner .modal_ttl .ja {
  font-size: 32px;
  line-height: 2;
  padding-bottom: 0;
  padding-top: 40px;
}
body .modal .modal-content .modal-inner img {
  max-height: 660px;
  margin: 0 auto;
}
body .modal .modal-content .modal-inner img + p {
  margin-top: 30px;
}
body .modal .modal-content .modal-inner p {
  font-size: 14px;
  line-height: 2;
}
body .modal .modal-content .modal-inner p + img {
  margin-top: 60px;
}
body .modal.voice .modal-content .modal-inner {
  padding-top: 60px;
}
body .modal.voice .modal-content .modal-inner p {
  font-size: 28px;
}
body .modal.voice .modal-content .modal-inner p.ttl + p {
  margin-top: 60px;
}
body .modal.voice .modal-content .modal-inner p.gold + p {
  margin-top: 30px;
}
body .modal.voice .modal-content .modal-inner p + .gold {
  margin-top: 60px;
}
@media screen and (max-width: 1400px) {
  body .modal .modal-content {
    max-width: calc(100% - 40px);
    height: 126.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  body .modal .modal-wrap {
    max-width: calc(100% - 35px);
    height: 126.6666666667vw;
  }
  body .modal .modal-wrap .modal-close {
    width: 3.3946666667vw;
    height: 3.3946666667vw;
    top: -7.7333333333vw;
  }
  body .modal .modal-content {
    max-width: 90.6666666667vw;
  }
  body .modal .modal-content .modal-inner {
    max-width: 100%;
    padding: 5.3333333333vw 2.6666666667vw 9.3333333333vw;
  }
  body .modal .modal-content .modal-inner .modal_ttl {
    padding-left: 0vw;
    margin-bottom: 5.3333333333vw;
  }
  body .modal .modal-content .modal-inner .modal_ttl .ja {
    font-size: 4.2666666667vw;
    padding-top: 4.8vw;
  }
  body .modal .modal-content .modal-inner img {
    max-height: 80vw;
    height: auto;
  }
  body .modal .modal-content .modal-inner img + p {
    margin-top: 4vw;
  }
  body .modal .modal-content .modal-inner p {
    font-size: 3.7333333333vw;
  }
  body .modal .modal-content .modal-inner p + img {
    margin-top: 8vw;
  }
  body .modal.voice .modal-content .modal-inner {
    padding-top: 8vw;
  }
  body .modal.voice .modal-content .modal-inner p {
    font-size: 3.7333333333vw;
  }
  body .modal.voice .modal-content .modal-inner p.ttl + p {
    margin-top: 8vw;
  }
  body .modal.voice .modal-content .modal-inner p.gold + p {
    margin-top: 4vw;
  }
  body .modal.voice .modal-content .modal-inner p + .gold {
    margin-top: 8vw;
  }
}/*# sourceMappingURL=hiraya.css.map */