/* 共有パーツ */
/* 共通ページタイトル */
.bh-common-title__wrap {
  text-align: center;
  padding: 120px 0 56px 0;
  max-width: 90%;
  margin: 0 auto;
}
.bh-common-title__en {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #e67830;
}
.bh-common-title__jp {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.43;
}
.bh-common-title__text {
  font-size: 14px;
}
/* 共通コンテナー */
.bh-common-inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
/* 共通セクションタイトル */
.bh-common-sec-title__en {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #e67830;
}
.bh-common-sec-title__jp {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 11px;
  line-height: 1.43;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
.bh-common-sec-title__jp::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  left: 0;
  bottom: -1px;
  background-color: #d6702f;
}
.bh-common-sec-title__jp span {
  font-size: 20px;
}
/* 共通テキスト */
.bh-common-text {
  line-height: 1.78;
  font-size: 14px;
  font-weight: 400;
  color: rgb(10, 10, 10);
  letter-spacing: 0.03em;
}
.fw-bold {
  font-weight: bold;
}
.color-orange {
  color: #e67830;
}
.bg-orange {
  background-color: #fef8f4;
}
.sp-br {
  display: none;
}
.archive-works .pankuzu,
.archive-event .pankuzu {
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  /* 共有パーツ */
  /* 共通ページタイトル */
  .bh-common-title__wrap {
    padding: 60px 0 50px 0;
  }
  .bh-common-title__en {
    font-size: 14px;
  }
  .bh-common-title__jp {
    font-size: 24px;
  }
  .bh-common-title__text {
    font-size: 12px;
  }
  /* 共通セクションタイトル */
  .bh-common-sec-title__en {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .bh-common-sec-title__jp {
    font-size: 22px;
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
  .bh-common-sec-title__jp::after {
    width: 40px;
  }
  .bh-common-sec-title__jp span {
    font-size: 14px;
  }
  /* 共通テキスト */
  .bh-common-text {
    font-size: 13px;
    line-height: 1.6;
  }
  .sp-br {
    display: block;
  }
  .pc-br {
    display: none;
  }
}

/* performance
***************************************************************/
#performance .mv {
  background-image: url("../images/performance_mv.png");
}
.performance-wrap {
  background-color: #faf9f7;
  padding: 100px 0;
}
.features01,
.features02,
.features03,
.features04 {
  background-color: #fff;
  padding: 55px 50px;
  margin-bottom: 80px;
}
.features04 {
  margin-bottom: 0;
}
.features-container {
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.features01 > .features-container,
.features02 > .features-container,
.features03 > .features-container {
  margin-bottom: 40px;
}
.features01 > .features-container .bh-common-text {
  width: 50%;
}
.features01 > .features-container img {
  max-width: 450px;
  width: 45%;
}
.features-bg {
  background-color: rgba(230, 120, 48, 0.05);
  padding: 45px 24px 40px 24px;
}
.features-bg__title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 17px;
  line-height: 1.5;
}
.features-bg > .features-container {
  gap: 50px;
}
.features-bg > .features-container .bh-common-text,
.features-bg > .features-container img {
  max-width: 450px;
  width: 45%;
}

.features02 > .features-container .bh-common-text {
  max-width: 500px;
}
.features02 > .features-container img {
  max-width: 250px;
  margin: 0 auto;
}
.features02 > .features-bg {
  text-align: center;
}
.features02 > .features-bg .features-container img {
  width: 100%;
  max-width: 952px;
  margin: 0 auto;
}

.features03 > .features-container .bh-common-text {
  max-width: 500px;
}
.features03 > .features-container img {
  max-width: 450px;
  width: 45%;
}

.features04 .bh-common-text {
  margin-top: 24px;
}
.features04__table-wrap {
  max-width: 935px;
  font-size: 16px;
  line-height: 1.8;
  margin: 32px auto 0 auto;
}
.features04__table-wrap table {
  width: 100%;
}
.features04__table-wrap tr th:first-child {
  width: 174px;
}
.features04__table-wrap tr th:not(:first-child) {
  width: calc(50% - 87px);
}
.features04__table-main-head {
  padding: 20px 0;
}
.features04__table-main-head span {
  font-size: 24px;
  font-weight: 500;
  margin-right: 4px;
}
.features04__table-main-head-s {
  font-size: 14px;
  display: inline;
}
.features04__table-wrap th {
  background-color: #faf9f7;
  border: 1px solid #aaaaaa;
  vertical-align: middle;
}
.features04__table-wrap td {
  border: 1px solid #aaaaaa;
  padding: 12px;
  vertical-align: middle;
}
.features04__table-wrap img {
  max-width: 252px;
  display: block;
  margin: 0 auto;
}
.features04__table-td-inner {
  width: fit-content;
  margin: 0 auto;
}

.performance-bottom-contents {
  padding: 100px 0 40px 0;
  max-width: 90%;
  width: 1000px;
  margin: 0 auto;
}
.performance-bottom-contents__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}
.performance-bottom-contents__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.performance-bottom-contents__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 41px;
}
.performance-bottom-contents__item img {
  max-width: 203px;
  height: auto;
}
.performance-bottom-contents__text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.45;
}
.performance-bottom-contents__text span {
  font-size: 20px;
  display: block;
  margin-top: 4px;
}
.performance-bottom-contents__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 95px solid transparent;
  border-left: 95px solid transparent;
  border-top: 58px solid #e67830;
  border-bottom: 0;
  margin: 0 auto;
}

.bh-common-bottom-contents {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 100px auto;
}
.bh-common-bottom-contents__container {
  background-color: #faf9f7;
  padding: 59px 0 56px 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 500;
  width: 1000px;
  max-width: 90%;
  margin: -19% auto 0 auto;
  z-index: 1;
  position: relative;
  border-right: 3px solid #e67830;
  border-bottom: 3px solid #e67830;
}
.bh-common-bottom-contents__container span {
  padding: 4px 16px;
  margin: 10px 16px 10px 0;
  display: inline-block;
  border: 1px solid #707070;
  background-color: #fff;
}
.bh-common-bottom-contents__text {
  font-size: 32px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .performance-wrap {
    background-color: #faf9f7;
    padding: 50px 0;
  }
  .features01,
  .features02,
  .features03,
  .features04 {
    padding: 30px 20px;
    margin-bottom: 50px;
  }
  .features-container {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }
  .features01 > .features-container,
  .features02 > .features-container,
  .features03 > .features-container {
    margin-bottom: 30px;
  }
  .features01 > .features-container .bh-common-text {
    width: 100%;
  }
  .features01 > .features-container img {
    width: 100%;
    margin: 0 auto;
  }
  .features-bg {
    padding: 30px 20px;
  }
  .features-bg__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .features-bg > .features-container .bh-common-text {
    max-width: 100%;
    width: 100%;
  }
  .features-bg > .features-container img {
    margin: 0 auto;
    width: 100%;
  }

  .features02 .features-container {
    align-items: center;
  }
  .features02 > .features-bg .features-container img {
    max-width: 500px;
  }

  .features03 > .features-container img {
    width: 100%;
    margin: 0 auto;
  }
  .features03 > .features-container .bh-common-text {
    max-width: 100%;
  }

  .features04 .bh-common-text {
    margin-top: 20px;
  }
  .features04__table-wrap {
    font-size: 13px;
    margin: 20px auto 0 auto;
    overflow-x: auto;
  }
  .features04__table-wrap table {
    width: 800px;
  }
  .features04__table-wrap tr th:first-child {
    width: 150px;
  }
  .features04__table-wrap tr th:not(:first-child) {
    width: calc(50% - 75px);
  }
  .features04__table-main-head {
    padding: 10px 0;
  }
  .features04__table-main-head span {
    font-size: 18px;
    margin-right: 3px;
  }
  .features04__table-main-head-s {
    font-size: 12px;
  }
  .features04__table-wrap td {
    padding: 10px;
  }
  .features04__table-wrap img {
    max-width: 200px;
  }

  .performance-bottom-contents {
    padding: 50px 0 30px 0;
  }
  .performance-bottom-contents__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .performance-bottom-contents__container {
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto 20px auto;
  }
  .performance-bottom-contents__item {
    gap: 15px;
    max-width: calc(100% / 2 - 30px);
    margin-bottom: 20px;
  }
  .performance-bottom-contents__item img {
    max-width: 100%;
  }
  .performance-bottom-contents__text {
    font-size: 12px;
    font-weight: 400;
  }
  .performance-bottom-contents__text span {
    font-size: 16px;
  }
  .performance-bottom-contents__triangle {
    border-right: 90px solid transparent;
    border-left: 90px solid transparent;
    border-top: 35px solid #e67830;
  }

  .bh-common-bottom-contents {
    margin: 0 auto 50px auto;
  }
  .bh-common-bottom-contents__container {
    background-color: #faf9f7;
    padding: 30px 0;
    font-size: 14px;
    margin: -25% auto 0 auto;
  }
  .bh-common-bottom-contents__container span {
    padding: 2px 8px;
    margin: 5px 10px 5px 0;
  }
  .bh-common-bottom-contents__text {
    font-size: 18px;
    margin-top: 20px;
  }
}

/* land-search
***************************************************************/
#land-search .mv {
  background-image: url("../images/land-search_mv.png");
}
.bh-land-search__top-contents {
  margin: 0 auto 100px auto;
  max-width: 1000px;
  width: 90%;
  padding: 56px 0;
}
.bh-land-search__top-contents-sub-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 5px;
}
.bh-land-search__top-contents-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 32px;
}
.bh-land-search__top-contents-title span {
  font-size: 32px;
}
.bh-land-search__top-contents-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.bh-land-search__top-contents-container img {
  max-width: 450px;
  width: 45%;
}
.bh-land-search__top-contents-text {
  line-height: 2;
  font-size: 16px;
  max-width: 500px;
  width: 50%;
  font-weight: 500;
}
.bh-land-search__top-contents-text span {
  margin: 5px 0;
  display: block;
}

.land-search {
  background-color: #faf9f7;
  padding-bottom: 20px;
}
.reason01 {
  max-width: 1100px;
  padding-left: 50px;
  margin: 0 auto;
}
.reason__container {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 200px;
}
.reason__container > * {
  z-index: 1;
}
.reason__wrap,
.reason__wrap-even {
  position: relative;
  margin-top: 90px;
}
.reason__wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-color: #fff;
  width: 75vw;
  height: 100%;
  padding: 81px 0 73px 0;
}
.reason__wrap-even::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-color: #fff;
  width: 75vw;
  height: 100%;
  padding: 40px 0;
}
.reason__container .bh-common-sec-title__jp {
  border-bottom: unset;
}
.reason__container .bh-common-sec-title__jp::after {
  content: unset;
}
.reason__item {
  width: 50%;
  max-width: 500px;
}
.reason__container .reason__text-box {
  background-color: #faf9f7;
}
.reason__text-box {
  background-color: #faf9f7;
  padding: 16px;
  margin-top: 24px;
  position: relative;
}
.reason__wrap-even .reason__text-box,
.reason03 .reason__text-box {
  padding: 29px 16px;
}
.reason__text-box::before,
.reason__text-box::after,
.reason__text-box span::before,
.reason__text-box span::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #e67830;
}
/* 左上 + 右上 */
.reason__text-box::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.reason__text-box::after {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}
.reason__text-box span::before {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}
.reason__text-box span::before {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}
.reason__text-box span::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
span::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
.reason__container img {
  width: 50%;
  max-width: 500px;
}

.land-search-flow {
  padding-bottom: 100px;
}
.land-search-flow img {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}
.land-search-flow__text {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.land-search-already {
  background-color: #faf9f7;
  padding: 80px 0;
  margin-bottom: 100px;
}
.land-search-already__inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.land-search-already__title {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #e67830;
}
.land-search-already__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-top: 24px;
}
.land-search-already__item {
  width: 50%;
  max-width: 500px;
}
.land-search-already__item-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 16px 0;
  line-height: 1.5;
}
.land-search-already__container img {
  width: 45%;
  max-width: 450px;
}
.land-search-already .fw-bold {
  font-weight: 500;
}
#land-search .bh-common-bottom-contents__container span {
  margin: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .reason01 {
    padding-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .bh-land-search__top-contents {
    margin: 0 auto 50px auto;
    padding: 30px 20px;
  }
  .bh-land-search__top-contents-sub-title {
    font-size: 14px;
  }
  .bh-land-search__top-contents-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .bh-land-search__top-contents-title span {
    font-size: 20px;
  }
  .bh-land-search__top-contents-container {
    flex-direction: column;
    gap: 20px;
  }
  .bh-land-search__top-contents-container img {
    width: 100%;
    max-width: 100%;
  }
  .bh-land-search__top-contents-text {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    line-height: 1.6;
    max-width: 100%;
  }

  .land-search {
    padding-bottom: 30px;
  }
  .reason01,
  .reason02,
  .reason03 {
    padding-left: 0;
    background-color: #fff;
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .reason__container {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
  }
  .reason02 .reason__container {
    flex-direction: column-reverse;
  }
  .reason__wrap,
  .reason__wrap-even {
    margin-top: 0px;
  }
  .reason__wrap::before {
    display: none;
  }
  .reason__wrap-even::before {
    display: none;
  }
  .reason__container .bh-common-sec-title__jp {
    border-bottom: unset;
  }
  .reason__container .bh-common-sec-title__jp::after {
    content: unset;
  }
  .reason__item {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
  .reason__container .reason__text-box {
    background-color: #faf9f7;
  }
  .reason__text-box {
    padding: 16px;
    margin-top: 20px;
  }
  .reason__wrap-even .reason__text-box,
  .reason03 .reason__text-box {
    padding: 16px;
  }
  .reason__container img {
    width: 90%;
    max-width: 500px;
  }

  .land-search-flow {
    padding-bottom: 50px;
  }
  .land-search-flow img {
    margin-bottom: 15px;
  }
  .land-search-flow__text {
    font-size: 13px;
    text-align: left;
  }

  .land-search-already {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .land-search-already__title {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .land-search-already__container {
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
  }
  .land-search-already__item {
    width: 100%;
  }
  .land-search-already__item-title {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .land-search-already__container img {
    width: 100%;
  }
}

/* budget
***************************************************************/
#budget .mv {
  background-image: url("../images/budget_mv.png");
}
.budget__contents {
  margin-bottom: 100px;
}
.budget__inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.budget__title {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #e67830;
  line-height: 1.6;
}
.budget__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-top: 24px;
}
.budget__item {
  width: 50%;
  max-width: 500px;
}
.budget__container img {
  width: 45%;
  max-width: 450px;
}
.budget__buttons {
  display: flex;
  gap: 20px;
  margin-top: 37px;
}
.budget__contact-btn,
.budget__tel-btn {
  position: relative;
  width: calc(50% - 10px);
  text-align: center;
  background-color: #e67830;
  color: #fff;
  padding: 14px;
  font-size: 14px;
  font-weight: bold;
}
.budget__tel-btn {
  background-color: #fff;
  color: #e67830;
  border: 1px solid #e67830;
}
.budget__tel-btn span {
  margin-left: 4px;
}
.budget__contact-btn::after,
.budget__tel-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 9px solid #e67830;
  border-right: 0;
}
.budget__contact-btn::after {
  border-left: 9px solid #fff;
}

.budget-after {
  color: #fff;
  text-align: center;
}
.budget-after__wrap {
  background-image: url("../images/budget-after-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 56px 20px;
  margin-bottom: 100px;
}
.budget-after__title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.43;
}
.budget-after__container {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 24px;
}
.budget-after__item {
  max-width: 244px;
  color: #000;
  font-weight: 500;
  background-color: #fff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.budget-after__text {
  font-size: 18px;
}
#budget .bh-common-bottom-contents__container span {
  margin: 10px;
}
@media screen and (max-width: 768px) {
  #budget .bh-common-title__jp {
    font-size: 20px;
  }
  #budget .bh-common-title__text {
    line-height: 1.6;
  }
  .budget__contents {
    margin-bottom: 50px;
  }
  .budget__title {
    font-size: 18px;
  }
  .budget__container {
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
  }
  .budget__item {
    width: 100%;
    max-width: 100%;
  }
  .budget__container img {
    width: 100%;
    margin: 0 auto;
  }
  .budget__buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 32px;
  }
  .budget__contact-btn,
  .budget__tel-btn {
    width: 65%;
    max-width: 480px;
    font-size: 12px;
  }

  .budget-after__wrap {
    padding: 30px 20px;
    margin-bottom: 50px;
  }
  .budget-after__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .budget-after__container {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  .budget-after__item {
    font-size: 14px;
  }
  .budget-after__text {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* works記事一覧
***************************************************************/
.works-list-wrap {
  max-width: 1100px;
  width: 90%;
  margin: 82px auto 136px auto;
}
.works-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px 25px;
}
.works-list__item {
  width: calc(100% / 3 - 50px / 3);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
  margin-top: 5px;
}
.works-list__item a {
  color: #000;
}
.works-list__img {
  aspect-ratio: 1/1;
}
.works-list__img img {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .works-list-wrap {
    margin: 40px auto 60px auto;
  }
  .works-list {
    flex-direction: column;
    gap: 30px 0px;
  }
  .works-list__item {
    width: 100%;
    font-size: 16px;
  }
}

/* ページネーション
***************************************************************/
#works .page_nation,
#event .page_nation {
  text-align: center;
  font-size: 0;
  margin-top: 70px;
}
#works .page_nation span,
#event .page_nation span {
  display: inline-block;
  height: 33px;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 33px;
  font-weight: 500;
  color: #7c7c7c;
  margin: 0 24px;
  vertical-align: middle;
  box-sizing: border-box;
  border: none !important;
  padding: 0 !important;
}
#works .page_nation span.extend,
#event .page_nation span.extend {
  border: none !important;
}
#works .page_nation span.current,
#event .page_nation span.current {
  color: #e67830;
}
#works .page_nation a,
#event .page_nation a {
  display: inline-block;
  height: 33px;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 33px;
  font-weight: 500;
  color: #7c7c7c;
  background: #fff;
  margin: 0 24px;
  vertical-align: middle;
  border: none !important;
  padding: 0 !important;
}
#works .page_nation a img,
#event .page_nation a img {
  width: 100%;
  height: 100%;
}
#works .page_nation a.previouspostslink,
#event .page_nation a.previouspostslink {
  width: 33px;
  border: none !important;
  background: url("../images/page_nation_prev.png") no-repeat;
  background-size: contain;
}
#works .page_nation a.nextpostslink,
#event .page_nation a.nextpostslink {
  width: 33px;
  border: none !important;
  background: url("../images/page_nation_next.png") no-repeat;
  background-size: contain;
}
#works .page_nation a.page:hover,
#event .page_nation a.page:hover {
  color: #e67830;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #works .page_nation,
  #event .page_nation {
    margin-top: 30px;
  }
  #works .page_nation span,
  #event .page_nation span {
    display: inline-block;
    height: 10.66vw;
    font-size: 5.33vw;
    letter-spacing: 0.03em;
    line-height: 10.66vw;
    font-weight: 500;
    color: #7c7c7c;
    margin: 0 3.46vw;
    vertical-align: middle;
    box-sizing: border-box;
    border: none !important;
    padding: 0 !important;
  }
  #works .page_nation span.extend,
  #event .page_nation span.extend {
    border: none !important;
  }
  #works .page_nation span.current,
  #event .page_nation span.current {
    color: #e67830;
  }
  #works .page_nation a,
  #event .page_nation a {
    display: inline-block;
    height: 10.66vw;
    font-size: 5.33vw;
    letter-spacing: 0.03em;
    line-height: 10.66vw;
    font-weight: 500;
    color: #7c7c7c;
    background: #fff;
    margin: 0 3.46vw;
    vertical-align: middle;
    border: none !important;
    padding: 0 !important;
  }
  #works .page_nation a img,
  #event .page_nation a img {
    width: 100%;
    height: 100%;
  }
  #works .page_nation a.previouspostslink,
  #event .page_nation a.previouspostslink {
    width: 10.66vw;
    border: none !important;
    background: url("../images/page_nation_prev.png") no-repeat;
    background-size: contain;
    margin-left: 0;
  }
  #works .page_nation a.nextpostslink,
  #event .page_nation a.nextpostslink {
    width: 10.66vw;
    border: none !important;
    background: url("../images/page_nation_next.png") no-repeat;
    background-size: contain;
    margin-right: 0;
  }
}

/* works記事詳細
***************************************************************/
#works .mv {
  background-image: url("../images/works_mv.png");
}
.works_article {
  max-width: 1000px;
  width: 90%;
  margin: 82px auto 136px auto;
}
.works_article__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  position: relative;
}
.works_article__title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 70px;
  height: 1px;
  background-color: #d6702f;
}
.works_article__thumbnail {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.works_article__content {
  margin-top: 60px;
}
.works_article__content p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
  letter-spacing: 0.03em;
}

.works-main {
  margin-bottom: 20px;
}
.overflow-right__sliderWrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.works-main .splide__slide img {
  aspect-ratio: 1000 /666;
  object-fit: contain;
  background: #000;
}
.works-thumbs .splide__slide img {
  aspect-ratio: 340 /226;
  object-fit: contain;
  background: #000;
}
.splide__slide img {
  width: 100%;
}
.works-thumbs .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: unset;
}
.works-thumbs .splide__track--nav > .splide__list > .splide__slide {
  border: unset;
}

.works-pager {
  display: flex;
  justify-content: center;
  gap: 62px;
  margin-top: 105px;
}
.works-pager__prev,
.works-pager__archive,
.works-pager__next {
  width: 200px;
  font-size: 20px;
}
.works-pager__prev a,
.works-pager__archive a,
.works-pager__next a {
  border: 2px solid #e67830;
  color: #e67830;
  display: block;
  padding: 20px;
  text-align: center;
}
.works-pager a.is-disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

.works-main .splide__arrow--next {
  right: -4em;
}
.works-main .splide__arrow--prev {
  left: -4em;
}
/* 矢印共通のスタイル */
.splide__arrow--prev::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 33px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 33px;
}
.splide__arrow--next:before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 33px;
  right: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 33px;
}
.splide__arrow {
  background: transparent !important;
}
.splide__arrows svg {
  display: none;
}
/* 前の矢印 */
.splide__arrow--prev::before {
  background-image: url("../images/works-arrow-prev.png");
}
/* 次の矢印 */
.splide__arrow--next::before {
  background-image: url("../images/works-arrow-next.png");
}
@media screen and (max-width: 768px) {
  .works_article {
    margin: 40px auto 60px auto;
  }
  .works_article__title {
    font-size: 22px;
    padding-bottom: 0;
    border-bottom: unset;
    margin-bottom: 15px;
  }
  .works_article__title::after {
    display: none;
  }
  .works_article__content {
    margin-top: 20px;
  }
  .works_article__content p {
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .works-main {
    margin-bottom: 10px;
  }
  .works-pager {
    gap: 20px 10px;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .works-pager__prev,
  .works-pager__archive,
  .works-pager__next {
    max-width: calc(50% - 5px);
    font-size: 16px;
  }
  .works-pager__prev a,
  .works-pager__archive a,
  .works-pager__next a {
    padding: 10px;
  }

  .works-main .splide__arrow--next {
    right: 0;
    transform: translate(50%, -50%);
  }
  .works-main .splide__arrow--prev {
    left: 0;
    transform: translate(-50%, -50%);
  }
}

/* event記事一覧
***************************************************************/
#event .mv {
  background-image: url("../images/event_mv.png");
}
#event .works-list__item {
  position: relative;
}
.event__tag {
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  background-image: linear-gradient(90deg, #dd8739, #f15a25);
  padding: 0 20px;
  color: #fff;
}
.is-closed {
  background-image: unset;
  background-color: #646464;
}
#event .works-list {
  gap: 20px 80px;
}
#event .works-list__item {
  width: calc(100% / 3 - 160px / 3);
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #event .works-list__item {
    position: relative;
  }
  .event__tag {
    top: 10px;
    font-size: 12px;
    padding: 0 15px;
  }
  .is-closed {
    background-image: unset;
    background-color: #646464;
  }
  #event .works-list {
    gap: 30px 80px;
  }
  #event .works-list__item {
    width: 100%;
    font-size: 16px;
  }
}

/* event記事詳細
***************************************************************/
.event_article {
  max-width: 1000px;
  width: 90%;
  margin: 50px auto 232px auto;
}
.event_article__reception {
  color: #fff;
  background-image: linear-gradient(90deg, #dd8739, #f15a25);
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
  line-height: 1.5;
  margin-bottom: 7px;
  display: block;
  width: fit-content;
}
.event_article__reception-closed {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
  line-height: 1.5;
  margin-bottom: 7px;
  display: block;
  width: fit-content;
  background-color: #646464;
}
.event_article__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 35px;
  position: relative;
}
.event_article__title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 70px;
  height: 1px;
  background-color: #d6702f;
}
.event_article__thumbnail {
  text-align: center;
  margin-bottom: 35px;
  min-width: 500px;
}
.event_article__thumbnail img {
  margin: 0 auto;
  display: block;
  height: auto;
}

.event_article__acf-wrap {
  background-color: #faf9f7;
  width: 100%;
  padding: 59px 0 34px 0;
  margin-bottom: 39px;
}
.event_article__acf-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 44px 0;
}
.event_article__acf-container {
  display: flex;
  width: 43%;
  max-width: 500px;
  padding: 0 0 0 7%;
  font-weight: 500;
}
.event_article__acf-item {
  font-size: 16px;
  color: #434343;
  line-height: 1.5;
}
.event_article__acf-title {
  width: 26%;
  padding-top: 5px;
}
.event_article__note {
  font-size: 13px;
}
#event .budget__contact-btn {
  max-width: 380px;
  width: 90%;
  display: block;
  margin: 0 auto;
  background-image: linear-gradient(90deg, #dd8739, #f15a25);
  padding: 26px 10px;
  font-size: 20px;
  font-weight: 500;
}
.event_article__content {
  margin-top: 97px;
}
.event_article__content h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
  padding-bottom: 14px;
  border-bottom: 1px solid #e67830;
  margin-bottom: 30px;
}
.event_article__content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  padding-left: 25px;
  position: relative;
  margin-bottom: 30px;
}
.event_article__content h3:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background-color: #e67830;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.event_article__content p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.event_article__content ul {
  list-style-type: disc;
  font-size: 16px;
  line-height: 2.5;
  list-style-position: inside;
  font-weight: 500;
  margin-bottom: 30px;
}
.event_article__content li::marker {
  content: "・";
}
.event_article__content img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.budget__contact-btn-closed {
  background-color: #646464;
  max-width: 380px;
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: 26px 10px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .event_article {
    margin: 30px auto 100px auto;
  }
  .event_article__reception {
    font-size: 12px;
    padding: 0 15px;
    margin-bottom: 5px;
  }
  .event_article__reception-closed {
    font-size: 12px;
    padding: 0 15px;
    margin-bottom: 5px;
  }
  .event_article__title {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .event_article__thumbnail {
    margin-bottom: 20px;
    min-width: unset;
  }

  .event_article__acf-wrap {
    padding: 20px;
    width: calc(100% - 40px);
    margin-bottom: 30px;
  }
  .event_article__acf-inner {
    gap: 20px 0;
  }
  .event_article__acf-container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .event_article__acf-item {
    font-size: 14px;
    width: 70%;
  }
  .event_article__acf-title {
    width: 30%;
    padding-top: 2px;
    font-size: 14px;
  }
  #event .budget__contact-btn {
    padding: 15px 10px;
    font-size: 16px;
    width: 80%;
  }
  .event_article__content {
    margin-top: 60px;
  }
  .event_article__content h2 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .event_article__content h3 {
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .event_article__content h3:before {
    width: 15px;
    height: 15px;
  }
  .event_article__content p {
    margin-bottom: 20px;
  }
  .event_article__content ul {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
  }
  .event_article__content img {
    margin-bottom: 20px;
  }
  .budget__contact-btn-closed {
    padding: 15px 10px;
    font-size: 16px;
    width: 80%;
  }
}
