@charset "UTF-8";
/*
  sitemap　
-----------------------------------------------------*/
.p-sitemap-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5rem;
}
.p-sitemap-list__item,
.p-sitemap-list .page_item {
  width: calc(25% - 2rem);
  line-height: 1.3;
  text-align: center;
  font-size: 0.9rem;
  margin: 1rem;
}
.p-sitemap-list__item a,
.p-sitemap-list .page_item a {
  display: block;
  width: 100%;
  background-color: #eff8ff;
  border-radius: 3px;
  padding: 0.5rem 0.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .p-sitemap-list {
    justify-content: space-between;
  }
  .p-sitemap-list__item,
  .p-sitemap-list .page_item {
    width: calc(50% - 1rem);
    margin: 0;
    margin-bottom: 1rem;
  }
}

.p-sitemap .c-heading-underline {
  margin-bottom: calc(24 / 16 * 1rem);
}
.p-sitemap .children {
  margin-top: 1rem;
}
.p-sitemap .postlist__item,
.p-sitemap .children .page_item,
.p-sitemap .children .u-list__item {
  width: 100%;
  text-align: left;
  position: relative;
  margin: 0;
}
.p-sitemap .postlist__item a,
.p-sitemap .children .page_item a,
.p-sitemap .children .u-list__item a {
  background-color: #fff;
  color: inherit;
  padding-left: 1.75rem;
}
.p-sitemap .postlist__item::before,
.p-sitemap .children .page_item::before,
.p-sitemap .children .u-list__item::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 0.75rem;
  left: 1rem;
  background-color: #001024;
  border-radius: 50%;
}
.p-sitemap .pagelist__title {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
.p-sitemap .item__num {
  display: block;
}

/*
  front page MV
-----------------------------------------------------*/
.p-mv {
  background: #d4e2f4;
}
.p-mv__inner {
  max-width: 1600px;
  margin: 0 auto;
}
.p-mv__slider__sp {
  display: none;
}

.p-mv__copy.-white {
  color: #fff;
}
@media screen and (max-width: 480px) {
  .p-mv__slider__sp {
    display: block;
  }
  .p-mv__slider__sp .metaslider .flexslider {
    margin: 0px;
  }
  .p-mv__slider {
    display: none;
  }
  .p-mv__copy {
    display: none;
  }
}
/*
  common parts
-----------------------------------------------------*/
.p-gotop {
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  color: #fff;
  width: calc(53 / 16 * 1rem);
  transition: all 0.2s ease-out;
}
.p-gotop:hover {
  transform: translateY(-0.5rem);
}

/*
  post type page
-----------------------------------------------------*/
.p-page-mv {
  margin-bottom: calc(40 / 16 * 1rem);
}
.p-page-mv__img {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.p-page-mv__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-page-mv__img:not(.-noimg) {
  padding-top: 29.2825768668%;
}
.p-page-mv__img.-commonImg {
  padding-top: 12.8843338214%;
}
.p-page-mv__img.-noimg {
  height: calc(40 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .p-page-mv {
    margin-bottom: calc(42 / 16 * 1rem);
  }
  .p-page-mv__img {
    padding-top: 60%;
  }
}

/*
  post type page & post
-----------------------------------------------------*/
.archive .p-page-mv,
.single .p-page-mv {
  margin-bottom: calc(40 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .archive .p-page-mv,
  .single .p-page-mv {
    margin-bottom: calc(40 / 16 * 1rem);
  }
}

.single .p-article-contents table:not([class]),
.single .p-article-contents ul:not([class]),
.single .p-article-contents ol:not([class]) {
  font-size: calc(14 / 16 * 1rem);
}

.p-article-contents {
  margin-bottom: calc(48 / 16 * 1rem);
}
.p-article-contents h2:not([class]):not(:first-child),
.p-article-contents h3:not([class]):not(:first-child),
.p-article-contents h4:not([class]):not(:first-child),
.p-article-contents ul:not([class]):not(:first-child),
.p-article-contents ol:not([class]):not(:first-child),
.p-article-contents p:not([class]):not(:first-child) {
  margin-bottom: 1.5em;
}
.p-article-contents table:not([class]),
.p-article-contents ul:not([class]),
.p-article-contents ol:not([class]),
.p-article-contents p:not([class]) {
  line-height: calc(24 / 14);
  font-size: 1rem;
}
.p-article-contents .wp-block-columns {
  margin-top: 2em;
  margin-bottom: 2em;
}
.p-article__btn a {
  width: 280px;
  color: #fff;
  display: block;
  padding: 16px 0;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #1a4d8d;
}
@media screen and (max-width: 960px) {
  .p-article-contents {
    margin-bottom: calc(40 / 16 * 1rem);
  }
}

/*
  single
-----------------------------------------------------*/
.p-article-heading {
  margin-bottom: calc(24 / 16 * 1rem);
  font-size: calc(14 / 16 * 1rem);
}
.p-article-heading__main {
  font-size: calc(24 / 16 * 1rem);
  margin-bottom: 0.5em;
  line-height: calc(40 / 22);
  font-weight: bold;
}

/*
  archive
-----------------------------------------------------*/
.p-postlist {
  border-bottom: 1px solid #cbd0d8;
  padding-bottom: 16px;
}
.p-postlist:not(:first-child) {
  margin-top: 32px;
}
.p-postlist .c-article-heading__info {
  margin-bottom: 0.5rem;
}
.p-postlist__ttl {
  font-weight: 500;
  margin-top: 0px;
}
.p-postlist__ttl a {
  transition: all 0.2s ease-out;
  font-size: calc(18 / 16 * 1rem);
  max-width: 95%;
  position: relative;
  display: block;
}
.p-postlist__ttl a::after {
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  content: "";
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 8px;
  right: -8px;
}
.p-postlist__ttl a:hover {
  opacity: 0.7;
}
.p-postlist__excerpt {
  font-size: calc(12 / 16 * 1rem);
}
.p-postlist__excerpt a {
  transition: all 0.2s ease-out;
}
.p-postlist__excerpt a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-postlist-simple {
  border-bottom: 1px solid #c4dbff;
  margin-top: 1rem;
}
.p-postlist-simple__ttl {
  font-weight: 600;
  padding-bottom: 0.5rem;
}
.p-postlist-simple__ttl a {
  transition: all 0.2s ease-out;
}
.p-postlist-simple__ttl a:hover {
  opacity: 0.7;
}

.p-pagination {
  margin-top: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  gap: 2em;
  line-height: 1;
  align-items: center;
  color: #6f9ed8;
}
.p-pagination a {
  display: inline-block;
  transition: all 0.2s ease-out;
}
.p-pagination a:hover {
  transform: scale(1.1);
}
.p-pagination .icon-next,
.p-pagination .icon-prev,
.p-pagination .icon-first,
.p-pagination .icon-last {
  min-width: 1.5em;
  display: inline-block;
  position: relative;
}
.p-pagination .icon-next::before,
.p-pagination .icon-prev::before,
.p-pagination .icon-first::before,
.p-pagination .icon-last::before {
  transform-origin: center;
  transform: rotate(225deg);
  top: -0.5em;
  position: absolute;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-top: 1px solid;
  border-right: 1px solid;
}
.p-pagination .icon-first::after,
.p-pagination .icon-last::after {
  transform-origin: center;
  transform: rotate(225deg);
  top: -0.5em;
  position: absolute;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-top: 1px solid;
  border-right: 1px solid;
}
.p-pagination .icon-last::after,
.p-pagination .icon-last::before,
.p-pagination .icon-next::after,
.p-pagination .icon-next::before {
  transform: scale(-1, 1) rotate(225deg);
}
.p-pagination .icon-prev::before {
  left: 0;
}
.p-pagination .icon-first::before {
  left: 0;
}
.p-pagination .icon-first::after {
  left: 0.25rem;
}
.p-pagination .icon-next::before {
  right: 0;
}
.p-pagination .icon-last::before {
  right: 0;
}
.p-pagination .icon-last::after {
  right: 0.25rem;
}
.p-pagination .current {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.p-pagination .current a {
  background: #6f9ed8;
  border-radius: 24px;
  padding: 10px 14px;
}
/*# sourceMappingURL=project.css.map */

/* TOPページ */
/* お悩み */
/* ============================================ */
.p-problem {
  background: #6f9ed8;
  padding: 58px 0 82px 0;
}
.p-problem__copy {
  color: #fff;
  font-size: calc(28 / 16 * 1rem);
  font-weight: 500;
  text-align: center;
}
.p-problem__copy--sp {
  display: none;
}
.p-problem__copy_top {
  font-size: calc(36 / 16 * 1rem);
  position: relative;
  display: inline-block;
}

.p-problem__copy_top::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: url("../img/top_copy_line.png");
  background-size: auto 4px;
  background-position: left;
}

.p-problem__box {
  background: #f4f3ea;
  border-radius: 16px;
  padding: 48px 88px;
  margin-top: 64px;
}
.p-problem__box__copy {
  color: #1a4d8d;
  font-size: calc(32 / 16 * 1rem);
  font-weight: bold;
  line-height: 1.438;
  letter-spacing: 0.033em;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
.p-problem__box__copy span {
  color: #eb6100;
}
.p-problem__box__line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-problem__box__line::before,
.p-problem__box__line::after {
  content: "";
  height: 2px;
  background: #1a4d8d;
  min-width: 130px;
}
.p-problem__box__line::before {
  transform: rotate(60deg);
}
.p-problem__box__line::after {
  transform: rotate(-60deg);
}
.p-problem__coment__sp {
  display: none;
}
.p-problem__box__text {
  font-size: calc(14 / 16 * 1rem);
  letter-spacing: 0.1em;
  margin-top: 40px;
  font-weight: 400;
}
.p-problem__box__text_bottom {
  margin-top: 22px;
}
.p-problem__box__text__highlight {
  background-color: #ffe200;
  padding: 0 4px;
}
@media screen and (max-width: 960px) {
  .p-problem {
    padding: 32px 0 48px 0;
  }
  .p-problem__copy {
    font-size: calc(20 / 16 * 1rem);
  }
  .p-problem__copy_top {
    font-size: calc(24 / 16 * 1rem);
  }
  .p-problem__copy_top::after {
    height: 2px;
  }
  .p-problem__coment {
    margin-top: 8px;
  }
  .p-problem__box {
    margin-top: 32px;
    padding: 48px 40px;
  }
  .p-problem__box__line::before,
  .p-problem__box__line::after {
    min-width: 90px;
  }
  .p-problem__box__copy {
    font-size: calc(22 / 16 * 1rem);
  }
  .p-problem__box__text_top {
    font-size: calc(14 / 16 * 1rem);
    margin-top: 32px;
  }
  .p-problem__box__text_bottom {
    font-size: calc(14 / 16 * 1rem);
    margin-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .p-problem__copy--pc {
    display: none;
  }
  .p-problem__copy--sp {
    display: block;
  }
  .p-problem__copy_top {
    font-size: calc(20 / 16 * 1rem);
  }
  .p-problem__box {
    padding: 32px 16px;
  }
  .p-problem__box__line::before,
  .p-problem__box__line::after {
    display: none;
  }
  .p-problem__box__copy {
    font-size: calc(24 / 16 * 1rem);
  }
  .p-problem__coment {
    display: none;
  }
  .p-problem__coment__sp {
    display: block;
    margin-top: 24px;
  }
  .p-problem__box__text_top {
    font-size: calc(14 / 16 * 1rem);
    margin-top: 32px;
  }
  .p-problem__box__text_bottom {
    font-size: calc(14 / 16 * 1rem);
    margin-top: 16px;
  }
}
/* サービス */
/* ============================================ */
.p-service {
  margin: 80px auto;
}
.p-service:before {
  content: "";
  display: block;
  height: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px; /* heightと同じ分のネガティブマージン */
  visibility: hidden;
}
.p-service__main {
  margin-top: 48px;
}
.p-service__main__box {
  background: #f4f3ea;
  border-radius: 16px;
  padding: 40px 0 44px;
}
.p-service__title {
  background: #fffffa;
  font-size: calc(24 / 16 * 1rem);
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 10px 0;
  border-radius: 27px;
}
.p-service__main__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.p-service__main__illust {
  width: 35%;
  text-align: center;
}
.p-service__main__text {
  width: 58%;
  margin-top: 24px;
}
.p-service__main__boxes {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.p-service__main__box_small {
  width: calc(50% - 16px);
  padding: 24px 0 20px 0;
}
.p-service__main__box_small .p-service__main__content {
  margin-top: 18px;
}
.p-service__main__box_small .p-service__main__illust,
.p-service__main__box_small .p-service__main__text {
  width: 100%;
}
.p-service__main__box_small .p-service__main__illust img {
  height: 170px;
}
@media screen and (max-width: 960px) {
  .p-service__main {
    margin-top: 24px;
  }
  .p-service__title {
    font-size: calc(18 / 16 * 1rem);
  }
  .p-service__main__content {
    flex-direction: column;
  }
  .p-service__main__illust {
    width: 60%;
  }
  .p-service__main__text {
    width: 100%;
  }
  .p-service__main__boxes {
    flex-direction: column;
    margin-top: 0;
  }
  .p-service__main__box_small {
    width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 480px) {
  .p-service {
    margin: 32px auto;
  }
  .p-service__main__text {
    font-size: calc(15 / 16 * 1rem);
  }
  .p-service__main__box {
    padding: 18px 0;
  }
  .p-service__main__content {
    margin-top: 24px;
  }
  .p-service__main__illust {
    width: 85%;
  }
}
/* その他のサービス */
/* ============================================ */
.p-service__others {
  margin-top: 64px;
}
.p-service__others__title {
  font-size: calc(24 / 16 * 1rem);
  font-weight: bold;
  text-align: center;
}
.p-service__others__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 16px;
  margin-top: 45px;
}
.p-service__others__box {
  padding: 24px 16px;
  background-color: #fcfdff;
  border: #1a4d8d solid 2px;
  border-radius: 8px;
}
.p-service__others__box__title {
  font-size: calc(18 / 16 * 1rem);
  font-weight: bold;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: #6f9ed8 1px solid;
}
.p-service__others__box__title--sm {
  font-size: 16px;
}
.p-service__others__box__illust {
  margin-top: 32px;
  text-align: center;
  aspect-ratio: 2 / 1;
}
.p-service__others__box__illust img {
  height: 100%;
}
.p-service__others__box__text {
  margin-top: 24px;
  font-size: calc(13 / 16 * 1rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
.p-service__others__note-text {
  margin: 16px 0;
  font-size: calc(10 / 16 * 1rem);
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: end;
}
.scroll-hint-text {
  white-space: nowrap;
  padding-right: 10px;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .p-service__others__content {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 20px;
  }
  .p-service__others__box {
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 480px) {
  .p-service__others__box {
    flex: 0 0 60%;
  }
}
/* 料金のご案内(2026-3 追加) */
/* ============================================ */

.p-price {
  padding: 80px 0;
  scroll-margin-top: 80px;
}
.p-price--back {
  background-color: #f4f6fa;
}
.p-price__text {
  font-size: 1rem;
  letter-spacing: 0.075em;
  line-height: 1.75;
  margin-top: 32px;
}

.p-price__box {
  background: #fcfdff;
  padding: 48px;
  border-radius: 16px;
}
.p-price__box--top {
  margin-top: 32px;
}

/* 料金システム */
.p-price__subtitle {
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  border-bottom: #6f9ed8 2px solid;
  padding-bottom: 12px;
  color: #1a4d8d;
}

.p-price__system {
  display: flex;
  align-items: stretch;
  gap: clamp(8px, 2vw, 16px);
  margin-top: 32px;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: #6f9ed8 solid 2px;
}
.p-price__system > .p-price__operator {
  align-self: center;
}

/* thead 分だけ下げて、tbody と addition/total/operator の縦範囲を揃える */
.p-price__addition,
.p-price__total,
.p-price__system > .p-price__operator {
  margin-top: 44px;
}

/* 料金テーブル */
.p-price__table {
  border-collapse: collapse;
}
.p-price__table th,
.p-price__table td {
  font-size: 14px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  padding-top: 9px;
  padding-bottom: 9px;
}
/* 間取り列 */
.p-price__table-madori {
  text-align: left;
  font-weight: 700;
  padding-left: 8px;
  font-size: 20px;
  color: #1a4d8d;
}
/* 作業人数・日数列 */
.p-price__table-workers {
  text-align: center;
  padding-left: clamp(16px, 5vw, 76px);
}
.p-price__table-days {
  text-align: center;
  padding-left: clamp(16px, 5vw, 76px);
  padding-right: clamp(12px, 3vw, 50px);
}
/* 基本料金列 */
.p-price__table-base {
  text-align: left;
  background: #e4effa;
  padding: 9px 18px 9px 26px;
  font-weight: 700;
}
td.p-price__table-base {
  font-size: 16px;
}
/* thead固有 */
.p-price__table thead th {
  font-weight: 600;
  font-size: 13px;
  color: #283841;
  padding-bottom: 12px;
}
.p-price__table thead .p-price__table-base {
  font-size: 15px;
  background: none;
}
.p-price__table tbody tr {
  border-bottom: 1px solid #6f9ed8;
}
.p-price__table tbody tr:first-child {
  border-top: 2px solid #6f9ed8;
}

.p-price__operator {
  font-size: 28px;
  font-weight: 800;
  color: #1a4d8d;
  flex-shrink: 0;
  background: #f4f3ea;
  padding: 0px 12px 4px;
  border-radius: 50%;
}

.p-price__addition {
  background: #fff;
  border: 2px solid #6f9ed8;
  border-radius: 12px;
  padding: 20px clamp(12px, 2vw, 24px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-price__addition-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.p-price__addition-item {
  background: #f4f3ea;
  border-radius: 8px;
  padding: 12px 20px;
  margin-top: 8px;
}
.p-price__addition-name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #1a4d8d;
  letter-spacing: 0.05em;
}
.p-price__addition-toggle {
  display: inline-block;
  background: #ffffff;
  border-radius: 20px;
  padding: 4px 24px 4px 16px;
  font-size: 12px;
  color: #283841;
  cursor: pointer;
  transition: all 0.2s ease-out;
  position: relative;
  margin-top: 4px;
}
.p-price__addition-toggle::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}
.p-price__operator-inner {
  display: inline-block;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  color: #1a4d8d;
  margin: 8px auto 0;
  background: #f4f3ea;
  padding: 0px 12px 4px;
  border-radius: 50%;
  flex-shrink: 0;
}
.p-price__operator-inner + .p-price__addition-label {
  margin-top: 8px;
}

/* 合計金額 */
.p-price__total {
  background: #fff;
  color: #1a4d8d;
  border: 2px solid #6f9ed8;
  border-radius: 12px;
  padding: 24px 16px;
  writing-mode: vertical-rl;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 注意事項 */
.p-price__notes {
  display: flex;
  gap: 24px;
  margin-top: 40px;
}
.p-price__notes-left {
  flex: 2;
  padding: 32px 28px;
  background: #e4effa;
  border-radius: 8px;
}
.p-price__notes-right {
  flex: 3;
  background: #f4f6fa;
  padding: 19px 25px;
  border-radius: 8px;
}
.p-price__notes-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a4d8d;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  display: inline-block;
}
.p-price__notes-list {
  list-style: none;
  padding: 0;
  margin-top: 16px;
}
.p-price__notes-list li {
  font-size: 13px;
  line-height: 1.769;
  letter-spacing: 0.05em;
  padding-left: 1em;
  position: relative;
}
.p-price__notes-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-price__notes-annotation {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.p-price__notes-annotation.p-price__notes-annotation--top {
  font-size: 13px;

  color: #1a4d8d;
}

.p-price__notes-annotation.p-price__notes-annotation--bottom {
  font-size: 12px;
}

.p-price__notes-warning {
  border-radius: 4px;
  margin-top: 12px;
}
.p-price__notes-warning-title {
  font-size: 16px;
  font-weight: 700;
  background: #fcfdff;
}
.p-price__notes-warning-subtitle {
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
}
.p-price__notes-warning-list {
  list-style: none;
  padding: 0;
  margin-top: 4px;
}
.p-price__notes-warning-list li {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.03em;
  padding-left: 1em;
  position: relative;
}
.p-price__notes-warning-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* 料金セクション レスポンシブ 1024px */
@media screen and (max-width: 1024px) {
  .p-price__system {
    flex-direction: column;
    gap: 16px;
  }
  .p-price__addition,
  .p-price__total,
  .p-price__system > .p-price__operator {
    margin-top: 0;
  }
  .p-price__table {
    width: 100%;
  }
  .p-price__table th,
  .p-price__table td {
    padding: 8px 12px;
  }
  .p-price__operator {
    font-size: 28px;
    transform: rotate(90deg);
  }
  .p-price__addition {
    width: 100%;
    box-sizing: border-box;
  }
  .p-price__total {
    writing-mode: horizontal-tb;
    min-height: auto;
    padding: 20px 40px;
    width: 100%;
    box-sizing: border-box;
  }
}

/* 料金セクション レスポンシブ */
@media screen and (max-width: 767px) {
  .p-price__subtitle {
    font-size: calc(24 / 16 * 1rem);
    margin-top: 40px;
  }
  .p-price__option-desc {
    margin-top: 24px;
  }
  .p-price__waste-content {
    margin-top: 24px;
  }
  .p-price__notes {
    flex-direction: column;
    padding: 24px;
    gap: 24px;
  }
  .p-price__notes-left {
    padding-right: 0;
    border-right: none;
    padding-bottom: 24px;
    border-bottom: 1px solid #d0d6dd;
  }
}
@media screen and (max-width: 480px) {
  .p-price {
    padding: 56px 0;
  }
  .p-price__subtitle {
    font-size: calc(22 / 16 * 1rem);
    margin-top: 32px;
  }
  .p-price__option-desc {
    margin-top: 20px;
  }
  .p-price__waste-content {
    margin-top: 20px;
  }
  .p-price__table th,
  .p-price__table td {
    padding: 8px 8px;
    font-size: 13px;
  }
  .p-price__notes {
    padding: 0;
  }
}

/* オプションサービス・廃棄物処分費用 */
/* ============================================ */
.p-price__box--option {
  margin-top: 40px;
}
.p-price__option-desc {
  font-size: 1rem;
  letter-spacing: 0.075em;
  line-height: 1.75;
  margin-top: 16px;
}
.p-price__option-card {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
  background: #f7f9fc;
  padding: 21px 28px 15px;
}
.p-price__option-desc + .p-price__option-card {
  margin-top: 24px;
}
.p-price__option-card-left {
  flex: 0 0 42%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  border-right: 1px solid #d0d6dd;
  padding: 14px 32px 14px 0;
}
.p-price__option-card-info {
  text-align: left;
}
.p-price__option-card-icon {
  width: 88px;
  height: 64px;
}
.p-price__option-card-icon--01 {
  width: 68px;
}
.p-price__option-card-icon--02 {
  width: 83px;
}
.p-price__option-card-icon--03 {
  width: 71px;
}
.p-price__option-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-price__option-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a4d8d;
  letter-spacing: 0.05em;
}
.p-price__option-card-sub {
  font-size: 12px;
  color: #707070;
  letter-spacing: 0.05em;
  margin-top: 6px;
}
.p-price__option-card-right {
  flex: 1;
  padding: 14px 0 14px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.p-price__option-list-text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid #e6ebf4;
}

.p-price__option-list-name {
  flex: 1;
}
.p-price__option-list-price {
  flex-shrink: 0;
  white-space: nowrap;
  text-align: right;
}
.p-price__option-list-text--blue {
  color: #1a4d8d;
}

.p-price__option-highlight {
  background: #ffe924;
  padding: 2px 6px;
  font-weight: 700;
  color: #353f45;
}

/* 廃棄物処分費用 */
.p-price__box--waste {
  margin-top: 40px;
}
.p-price__box--waste .p-price__subtitle {
  border-bottom: none;
  border-left: 3px solid #1a4d8d;
  padding-bottom: 0;
  padding-left: 12px;
  font-size: 18px;
  line-height: 1;
}
.p-price__waste-content {
  margin-top: 14px;
  font-size: 16px;
}
.p-price__waste-text {
  font-size: 1rem;
  letter-spacing: 0.075em;
  line-height: 1.75;
  margin-top: 8px;
}

/* オプションサービス レスポンシブ */
@media screen and (max-width: 767px) {
  .p-price__option-card {
    flex-direction: column;
    padding: 21px 12px 15px;
  }
  .p-price__option-card-left {
    flex: none;
    padding: 16px;
    border-right: none;
    border-bottom: 1px solid #d0d6dd;
  }
  .p-price__option-card-right {
    padding: 16px;
  }
  .p-price__option-list-item {
    flex-wrap: wrap;
  }
  .p-price__option-list-name {
    white-space: normal;
  }
}
@media screen and (max-width: 480px) {
  .p-price__box {
    padding: 20px;
  }
  .p-price__box--option,
  .p-price__box--waste {
    padding: 32px 20px;
  }
  .p-price__option-card-left {
    padding: 12px 0;
  }
  .p-price__option-card-right {
    padding: 12px;
  }
}

/* ご利用の流れ */
/* ============================================ */

.p-flow {
  padding-top: 50px;
  margin-top: 82px;
}
.p-flow__back {
  background-color: #f4f3ea;
  padding: 80px 0;
}
.p-flow__inner {
  width: 82%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.p-flow__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.p-flow__box {
  width: calc((232 / 1024) * 100%);
  margin-top: 40px;
  padding-bottom: 16px;
  background-color: #fcfdff;
  border-radius: 8px;
}
.p-flow__title {
  font-size: calc(18 / 16 * 1rem);
  font-weight: bold;
  text-align: center;
  background: #6f9ed8;
  color: #fff;
  padding: 8px 0;
  border-radius: 8px 8px 0 0;
  white-space: nowrap;
}
.p-flow__title__note {
  font-size: calc(16 / 16 * 1rem);
}
.p-flow__icon {
  margin-top: 24px;
  text-align: center;
  aspect-ratio: 4 / 1;
}
.p-flow__icon img {
  height: 100%;
}
.p-flow__text {
  margin-top: 24px;
  font-size: calc(13 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #1a4d8d;
}
.p-flow_arrow-icon {
  width: calc((24 / 1024) * 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding-left: 4px;
}
.p-flow__pay {
  background: #fffffa;
  padding: 48px 0;
  margin-top: 64px;
  border-radius: 8px;
}
.p-flow__pay__title {
  font-size: calc(18 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.444;
  color: #1a4d8d;
}
.p-flow__pay__text {
  margin-top: 16px;
}
.p-flow__pay__img {
  width: 40%;
  margin-top: 16px;
}
@media screen and (max-width: 960px) {
  .p-flow__box {
    width: 100%;
    margin-top: 8px;
    padding-bottom: 24px;
  }
  .p-flow__box:first-child {
    margin-top: 24px;
  }
  .p-flow__title {
    font-size: calc(20 / 16 * 1rem);
    font-weight: 500;
  }
  .p-flow__text {
    font-size: calc(16 / 16 * 1rem);
    font-weight: 500;
  }
  .p-flow__inner {
    display: flex;
    align-items: center;
    width: 90%;
  }
  .p-flow__icon {
    width: 100%;
    height: 42px;
    max-width: 30%;
  }
  .p-flow__text {
    text-align: justify;
    max-width: 78%;
  }
  .p-flow_arrow-icon {
    width: 100%;
    margin-top: 8px;
  }
  .p-flow_arrow-icon img {
    transform: rotate(90deg);
  }
  .p-flow__pay {
    padding: 24px 0;
    margin-top: 48px;
  }
  .p-flow__inner--pay {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
  .p-flow__pay__title {
    font-size: calc(16 / 16 * 1rem);
  }
  .p-flow__pay__text {
    font-size: calc(14 / 16 * 1rem);
  }
}
@media screen and (max-width: 960px) {
  .p-flow {
    padding: 32px 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .p-flow__pay__img {
    width: 70%;
  }
}
/* 対応エリア */
/* ============================================ */
.p-area {
  scroll-margin-top: 100px;
}
.p-area__box {
  border: #1a4d8d solid 2px;
  border-radius: 24px;
  padding: 64px 0 56px 0;
  margin-top: 80px;
}
.p-area__inner {
  padding: 0 0 0 2%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.p-area__inner > .c-content__title {
  max-width: 55%;
}
.p-area__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-area__content {
  max-width: 55%;
}
.p-area__text {
  font-weight: bold;
  margin-top: 16px;
}
.p-area__text--top {
  font-size: calc(18 / 16 * 1rem);
  letter-spacing: 0.026em;
  margin-top: 40px;
}
.p-area__text--bottom {
  margin-top: 32px;
  font-weight: 400;
}
.p-area__list {
  margin-top: 32px;
}
.p-area__list dd {
  font-size: 13px;
}
.p-area__list dt:not(:first-child) {
  margin-top: 16px;
}
.p-area__map {
  max-width: 45%;
}
@media screen and (max-width: 960px) {
  .p-area__inner {
    padding: 0;
    width: 90%;
  }
  .p-area__container {
    flex-direction: column;
  }
  .p-area__content {
    max-width: 100%;
  }
  .p-area__text--bottom {
    margin-top: 16px;
  }
  .p-area__map {
    max-width: 90%;
  }
  .p-area__inner > .c-content__title {
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .p-area__box {
    margin-top: 24px;
    border-radius: 16px;
    padding: 56px 0 32px 0;
  }
  .p-area__text--top {
    margin-top: 32px;
  }
  .p-area__list {
    margin-top: 24px;
  }
  .p-area__text:last-child {
    margin-top: 32px;
  }
}
/* お約束 */
/* ============================================ */
.p-promise {
  margin-top: 104px;
}
.p-promise__back {
  width: 100%;
  padding: 40px 0;
}
.p-promise__back:first-child {
  margin-top: 24px;
}
.p-promise__inner {
  display: flex;
  justify-content: space-between;
  width: 70%;
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;
}
.p-promise__title {
  text-align: center;
  font-size: calc(32 / 16 * 1rem);
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #1a4d8d;
  max-width: 70%;
  margin: 0 auto;
}
.p-promise__title::before {
  content: "";
  height: 1px;
  background-color: #1a4d8d;
  flex-grow: 1;
  margin-right: calc(35 / 1024 * 100%);
}
.p-promise__title::after {
  content: "";
  height: 1px;
  background-color: #1a4d8d;
  flex-grow: 1;
  margin-left: calc(35 / 1024 * 100%);
}
.p-promise__img {
  max-width: calc((320 / 848) * 100%);
}
.p-promise__content {
  max-width: calc((496 / 848) * 100%);
}
.p-promise__copy {
  display: flex;
  align-items: center;
}
.p-promise__copy__number {
  font-size: calc(56 / 16 * 1rem);
  font-weight: bold;
  color: #6f9ed8;
  line-height: 1.321;
  letter-spacing: 0em;
  margin-right: calc((24 / 496) * 100%);
}
.p-promise__copy__text {
  position: relative;
  font-size: calc(18 / 16 * 1rem);
  line-height: 1.4;
  letter-spacing: 0.05em;
  width: 100%;
  color: #1a4d8d;
}
.p-promise__copy__text::before {
  content: " ";
  border-top: #6f9ed8 1px solid;
  width: 80%;
  position: absolute;
  left: 0px;
  top: -45%;
}
.p-promise__copy__text::after {
  content: " ";
  border-bottom: #6f9ed8 1px solid;
  width: 80%;
  position: absolute;
  right: 0px;
  bottom: -45%;
}
.p-promise__text {
  margin-top: 24px;
}
.p-promise__text__link {
  font-size: calc(14 / 16 * 1rem);
  margin-top: 16px;
  color: #1a4d8d;
}

@media screen and (max-width: 960px) {
  .p-promise__inner {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
  .p-promise__title {
    max-width: 70%;
    font-size: calc(26 / 16 * 1rem);
  }
  .p-promise__img {
    max-width: 90%;
  }
  .p-promise__content {
    max-width: 90%;
  }
  .p-promise__copy {
    margin-top: 24px;
  }
  .p-promise__copy__text::before {
    top: -40%;
  }
  .p-promise__copy__text::after {
    bottom: -40%;
  }
  .p-promise__text {
    font-size: calc(14 / 16 * 1rem);
    margin-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .p-promise {
    margin-top: 66px;
  }
  .p-promise__copy__text {
    font-size: calc(18 / 16 * 1rem);
  }
  .p-promise__text {
    font-size: calc(16 / 16 * 1rem);
  }
  .p-promise__img {
    max-width: 100%;
  }
  .p-promise__content {
    max-width: 100%;
  }
}
/* 事例紹介 */
/* ============================================ */
.p-case {
  background: #6f9ed8;
  padding: 64px 0;
}
.p-case__inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.p-case__box {
  background: #fcfdff;
  max-width: 88%;
  width: 100%;
  padding: 32px 1.5%;
  border-radius: 4px;
}
.p-case__box__inner {
  height: 266px;
  overflow: auto;
  padding: 0 3%;
}
.p-case__box__inner::-webkit-scrollbar {
  width: 6px;
  height: 100px;
}

.p-case__box__inner::-webkit-scrollbar-thumb {
  background-color: #cbd0d8;
  border-radius: 10px;
}
.p-case__title {
  color: #fcfdff;
  display: flex;
  justify-content: space-between;
  width: 88%;
  margin-bottom: 24px;
}
.p-case__title--top {
  font-size: calc(26 / 16 * 1rem);
}
.p-case__title--bottom {
  margin-top: 12px;
}
.p-case__title--bottom .fa-solid.fa-chevron-right {
  margin-left: 8px;
}
.p-case__content {
  display: flex;
  align-items: center;
  padding: 16px 4px;
  border-bottom: #cbd0d8 solid 1px;
}
.p-case__content__day {
  margin-right: 24px;
  font-size: calc(12 / 16 * 1rem);
  font-weight: 500;
  color: #707070;
}
.p-case__content__title {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-case {
    margin-top: 24px;
    padding: 32px 0;
  }
}
@media screen and (max-width: 480px) {
  .p-case__title {
    width: 95%;
  }
  .p-case__box {
    max-width: 100%;
  }
}

/* よくある質問 */
/* ============================================ */
.p-faq {
  margin-top: 80px;
}
.p-faq:before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}
.p-faq__inner {
  width: 80%;
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.p-faq__category-title {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 24px;
  color: #1a4d8d;
}
.p-faq__category-title:first-child {
  margin-top: 0;
}
.p-faq__accordion {
  display: none;
}
.p-faq__q {
  padding: 12px 16px;
  display: block;
  color: #fff;
  background: #6f9ed8;
  border-radius: 4px;
  font-size: calc(18 / 16 * 1rem);
  font-weight: 500;
  display: flex;
  align-items: center;
}
.p-faq__q p {
  width: 80%;
}
.p-faq__q::after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  position: absolute;
  right: 20px;
  transform: rotate(135deg);
}
.p-faq__q::before {
  content: "Q.";
  font-family: "Roboto", sans-serif;
  margin-right: calc((16 / 848) * 100%);
  font-size: calc(24 / 16 * 1rem);
}
.p-faq__q,
.p-faq__a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.p-faq__a {
  height: 0;
  padding: 0 24px;
  overflow: hidden;
  background: #f4f6fa;
  border-radius: 4px;
  display: flex;
}
.p-faq__q:not(:first-child) {
  margin-top: 16px;
}
.p-faq__accordion:checked + .p-faq__q + .p-faq__a {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}
.p-faq__accordion:checked + .p-faq__q::after {
  transform: rotate(-45deg) !important;
  top: calc(50% - 3px);
}
.p-faq__a::before {
  content: "A.";
  font-family: "Roboto", sans-serif;
  margin-right: calc((16 / 848) * 100%);
  font-size: calc(24 / 16 * 1rem);
  color: #6f9ed8;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .p-faq__inner {
    width: 100%;
  }
  .p-faq__q {
    font-size: calc(14 / 16 * 1rem);
  }
  .p-faq__q::before {
    font-size: calc(22 / 16 * 1rem);
  }
  .p-faq__q::after {
    width: 10px;
    height: 10px;
    top: calc(50% - 8px);
  }
  .p-faq__a {
    font-size: calc(12 / 16 * 1rem);
  }
  .p-faq__accordion:checked + .p-faq__q + .p-faq__a {
    padding: 12px;
  }
  .p-faq__a::before {
    margin-right: calc((16 / 848) * 100%);
    font-size: calc(18 / 16 * 1rem);
  }
}
@media screen and (max-width: 480px) {
  .p-faq {
    margin-top: 48px;
  }
  .p-faq__inner {
    margin-top: 34px;
  }
  .p-faq__q {
    font-size: calc(16 / 16 * 1rem);
  }
  .p-faq__a {
    font-size: calc(15 / 16 * 1rem);
  }
  .p-faq__a::before {
    font-size: calc(22 / 16 * 1rem);
  }
}
/* 企業情報 */
/* ============================================ */
.p-company {
  margin-top: 104px;
  padding: 80px 0 88px 0;
}
.p-company__box {
  background: #fcfdff;
  border-radius: 16px;
  padding: 48px 0 112px 0;
}
.p-company__inner {
  width: 80%;
  margin: 0 auto;
}
.p-company__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
  margin-top: 56px;
}
.p-company__img {
  max-width: 27%;
}
.p-company__img img:not(:first-child) {
  margin-top: 16px;
}
.p-company__content {
  max-width: 69%;
  width: 100%;
  border-top: 1px solid #cbd0d8;
}
.p-company__content__wrap {
  display: flex;
  border-bottom: 1px solid #cbd0d8;
  padding: 32px 0;
}
.p-company__content__title {
  max-width: 14%;
  width: 100%;
  font-weight: bold;
  margin-right: 3%;
  color: #1a4d8d;
  max-width: 18%;
  font-size: calc(15 / 16 * 1rem);
}
.p-company__content__text-logo {
  display: flex;
}
.p-company__content__text {
  width: 100%;
  max-width: 83%;
  font-size: calc(14 / 16 * 1rem);
}
.p-company__content__text--bold {
  font-weight: bold;
  color: #353f45;
}
.p-company__content__text--link {
  color: #707070;
  font-size: calc(12 / 16 * 1rem);
}
.p-company__content__logo {
  max-width: 15%;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .p-company__content__wrap {
    padding: 16px 0;
  }
  .p-company__content__title {
    font-size: calc(12 / 16 * 1rem);
  }
  .p-company__content__text {
    font-size: calc(12 / 16 * 1rem);
  }
  .p-company__inner {
    width: 90%;
  }
  .p-company__box {
    padding: 48px 0 80px 0;
  }
}
@media screen and (max-width: 480px) {
  .p-company {
    padding: 16px 0 18px 0;
  }
  .p-company__inner {
    width: 90%;
  }
  .p-company__container {
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
  }
  .p-company__box {
    padding: 48px 0 32px 0;
    border-radius: 8px;
  }
  .p-company__content__text--link {
    font-size: calc(10 / 16 * 1rem);
  }
  .p-company__img {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 8px;
    justify-content: center;
  }
  .p-company__img img {
    width: calc((100% - 16px) / 3);
  }
  .p-company__img img:not(:first-child) {
    margin: 0;
  }
  .p-company__content {
    max-width: 100%;
  }
  .p-company__content__text {
    max-width: 100%;
  }
  .p-company__content__text-logo {
    display: flex;
    flex-direction: column;
  }
  .p-company__content__logo {
    margin-top: 24px;
    max-width: 25%;
  }
}
/* 事例紹介ページ*/
.case {
  background: #6f9ed8;
}
.p-case__post {
  background: #f4f6fa;
  padding: 29px 18px 64px;
  border-radius: 16px;
}
.l-column-1__content {
  max-width: 100%;
  margin: 0 auto;
}
.p-case__category__title {
  color: #fff;
  text-align: center;
  margin-top: 56px;
  font-size: calc(24 / 16 * 1rem);
}
.p-case__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  color: #1a4d8d;
  margin-top: 24px;
}
.p-case__category li {
  width: calc((100% - 64px) / 3);
}
.p-case__category li a {
  background: #f4f6fa;
  width: 100%;
  padding: 16px 32px;
  border-radius: 4px;
  display: block;
  position: relative;
}
@media screen and (min-width: 481px) and (max-width: 960px) {
  .p-case__category {
    gap: 24px;
  }
  .p-case__category li a {
    font-size: 14px;
    padding: 16px 24px;
  }
}
.p-case__category li a::after {
  border-right: 1px solid #6f9ed8;
  border-top: 1px solid #6f9ed8;
  content: "";
  height: 8px;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 8px;
}
.p-case__pagination {
  margin-top: 56px;
}
@media screen and (max-width: 480px) {
  .p-case__pagination {
    margin-top: 24px;
  }
}
.case .c-contact {
  margin-top: 120px;
}
/* 事例関連ページ共通 entry container（single / news / blog） */
.case .p-entry-content {
  background: #f4f6fa;
  padding: 60px 0 98px;
  border-radius: 16px;
  margin-top: 40px;
}
.case .p-entry-content__inner {
  max-width: 80%;
  margin: 0 auto;
}
.case_single .p-article__img {
  display: flex;
  gap: 2%;
}
.case_single .p-article__img img {
  border-radius: 4px;
  aspect-ratio: 352 / 220;
  width: 100%;
  object-fit: cover;
}
.p-article__img__before,
.p-article__img__after {
  border-radius: 4px;
  position: relative;
  width: 100%;
}
.p-article__img__before::before,
.p-article__img__after::before {
  position: absolute;
  color: #fff;
  padding: 6px 16px;
  font-size: calc(12 / 16 * 1rem);
  border-radius: 4px 0px 0px 0px;
}
.p-article__img__before::before {
  content: "BEFORE";
  background: #cbd0d8;
}
.p-article__img__after::before {
  content: "AFTER";
  background: #ff9943;
}
.p-article__work_details {
  display: flex;
  align-items: center;
  margin-top: 24px;
  color: #1a4d8d;
}
.p-article__work_details p {
  padding: 20px;
  margin-right: 16px;
  font-size: calc(15 / 16 * 1rem);
}
.p-article__work_details__content {
  font-size: calc(13 / 16 * 1rem);
  color: #707070;
}
.p-article__work_details__text_1 {
  margin-top: 56px;
}
.p-article__work_details__text_1 p {
  font-size: calc(16 / 16 * 1rem);
}
.p-article__work_details__voice {
  background: #fcfdff;
  border-radius: 8px;
  padding: 24px 32px;
  margin-top: 40px;
}
.p-article__work_details__voice h3 {
  color: #1a4d8d;
  font-weight: bold;
}
.p-article__work_details__text_2 {
  /*   margin-top: 48px; */
  padding-bottom: 48px;
}
.p-article__work_details__text_2 p img {
  max-width: 100%;
  margin-bottom: 24px;
}
.p-case__post .no-posts {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .case .p-entry-content__inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .case_single .p-article__img {
    flex-direction: column;
    align-items: center;
  }
  .case_single .p-article__img img {
    aspect-ratio: 352 / 220;
  }
  .p-article__img__before,
  .p-article__img__after {
    max-width: 100%;
  }
  .p-article__img__before {
    margin-bottom: 24px;
  }
  .p-article__work_details__text_1 p,
  .p-article__work_details__voice,
  .p-article__work_details__text_2 p {
    font-size: calc(15 / 16 * 1rem) !important;
  }
  .p-article__work_details__voice {
    padding: 24px 16px;
  }
  .p-case__post {
    padding: 16px 24px 32px;
  }
  .p-case__category {
    gap: 16px;
    margin-top: 16px;
    font-size: calc(15 / 16 * 1rem);
    justify-content: space-around;
  }
  .p-case__category__title {
    margin-top: 24px;
  }
  .p-case__category li {
    width: 45%;
  }
  .p-case__category li a {
    padding: 16px 16px;
  }
  .p-case__category li a::after {
    right: 1rem;
  }
  .case .p-entry-content {
    padding: 32px 0;
  }
  .case .c-contact {
    margin-top: 54px;
  }
}

.p-country-name {
  display: none;
}

/* お問い合わせページ */
.contact {
  background: #f4f6fa;
}
.p-contact {
  margin: 24px auto 39px;
  padding: 0 5%;
}
.p-contact__box {
  max-width: 1024px;
  background: #fff;
  margin: 0 auto;
  padding: 64px 0 108px;
  width: 100%;
}
.p-contact__inner {
  width: calc((848 / 1024) * 100%);
  margin: 0 auto;
}
.p-contact__title {
  font-size: calc(32 / 16 * 1rem);
  color: #1a4d8d;
  font-weight: bold;
  text-align: center;
}
.p-contact__text {
  line-height: 1.75;
  font-weight: 500;
}
.p-contact__text--top {
  margin-top: 72px;
}
.p-contact__text.p-contact__text--top span {
  color: #eb6100;
  font-size: calc(14 / 16 * 1rem);
  line-height: 1.5;
  display: block;
  margin-top: 8px;
}
.p-contact__text--bottom {
  font-weight: bold;
  margin-top: 48px;
}
.p-contact__text--coment {
  margin-top: 16px;
  font-weight: bold;
}
.p-contact__content-title {
  color: #fff;
  background: #1a4d8d;
  font-size: calc(18 / 16 * 1rem);
  line-height: 1.625;
  font-weight: bold;
  padding: 15px 24px;
  border-radius: 4px;
  margin-top: 56px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-contact__content-wrap {
  border-top: #cbd0d8 solid 1px;
  padding-top: 40px;
  margin-top: 40px;
}
.p-contact__content-wrap:first-child {
  border-top: none;
  margin-top: 0;
}
.p-contact__content--line-none .p-contact__content-wrap {
  border: none;
  padding-top: 0;
}
.p-contact__content-sub-title {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.p-contact__input a {
  text-decoration: underline;
}
.p-contact__input .p-contact__content-sub-title h4 {
  font-size: calc(18 / 16 * 1rem);
  line-height: 1.625;
  font-weight: bold;
  margin-right: 1rem;
}
.p-contact__content-sub-title span {
  font-size: calc(12 / 16 * 1rem);
  letter-spacing: 0.12em;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background-color: #1a4d8d;
  padding: 4px 8px;
  border-radius: 2px;
  margin-left: 6px;
}
.p-contact__content-sub-title p {
  font-size: calc(12 / 16 * 1rem);
  letter-spacing: 0.02em;
  line-height: 1.25;
  font-weight: 500;
  color: #283841;
  background-color: transparent;
  margin-left: calc(32 / 16 * 1rem);
}
.p-contact__content-sub-title--desired-time {
  margin-top: 32px;
}
.p-contact__coment {
  font-size: calc(12 / 16 * 1rem);
}
.p-contact__title-coment {
  font-size: calc(12 / 16 * 1rem);
  font-weight: 400;
}
.p-contact__input {
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 16px;
}
.p-contact__input .mwform-radio-field.horizontal-item {
  margin-right: 32px;
  margin-left: 0px;
}
.p-contact__input .mwform-radio-field-text {
  font-weight: 500;
  letter-spacing: 0.075em;
}
.p-contact__btn__container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-top: 24px;
}
.p-contact__btn__inner {
  text-align: center;
  width: 40%;
  margin: 0 auto;
}
.p-contact__btn__inner--send {
  background: #eb6100;
  padding: 16px 0;
  width: 100%;
  border-radius: 4px;
  color: #fff;
  position: relative;
  font-weight: bold;
  font-size: 16px;
}
.p-contact__content-sub-title .p-contact__confirm__contact__text {
  font-size: 18px;
  margin-left: 0;
}

@media screen and (max-width: 960px) {
  .p-contact__content-sub-title--flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .p-contact {
    margin: 0 auto;
    padding: 0;
  }
  .p-contact__inner {
    width: 92%;
  }
  .p-contact__title {
    font-size: calc(26 / 16 * 1rem);
  }
  .p-contact__content-sub-title {
    display: flex;
  }
  .p-contact__content-title {
    gap: 4px;
    flex-direction: column;
    align-items: start;
  }
  .p-contact__content-wrap {
    padding-top: 24px;
    margin-top: 24px;
  }
  .p-contact__btn__inner {
    width: 80% !important;
  }
}
/* ラジオボタンのスタイル↓ */
.p-contact__input input[type="radio"].p-contact__radio-btn {
  display: none;
}
.p-contact__input label {
  display: inline-block;
}
.p-contact__input .p-contact__radio-btn + span {
  padding-left: 26px;
  display: inline-block;
  position: relative;
}
.p-contact__input .p-contact__radio-btn + span::after,
.p-contact__input .p-contact__radio-btn + span::before {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}
.p-contact__input .p-contact__radio-btn + span::before {
  border: 1px solid #acacac;
  background: #fcfdff;
  left: 0;
  top: 6px;
  height: 18px;
  width: 18px;
}
.p-contact__input .p-contact__radio-btn + span::after {
  background: #6f9ed8;
  height: 12px;
  left: 3px;
  opacity: 0;
  top: 9px;
  width: 12px;
}
.p-contact__input .p-contact__radio-btn:checked + span::after {
  opacity: 1;
}
/* チェックボックス スタイル */
.p-contact__input .mwform-checkbox-field.horizontal-item {
  margin-right: 24px;
  margin-left: 0px;
  margin-top: 16px;
}
.p-contact__input .mwform-checkbox-field.horizontal-item label {
  margin-top: 16px;
}
.p-contact__input input[type="checkbox"].p-contact__check-btn {
  display: none;
}
.p-contact__input .p-contact__check-btn + span {
  padding-left: 28px;
  display: inline-block;
  position: relative;
}
.p-contact__input .p-contact__check-btn + span::after,
.p-contact__input .p-contact__check-btn + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.p-contact__input .p-contact__check-btn + span::before {
  border: 1px solid #acacac;
  background: #fcfdff;
  border-radius: 1px;
  left: 0;
  top: 3px;
  height: 20px;
  width: 20px;
}
.p-contact__input .p-contact__check-btn + span::after {
  border: none;
  border-right: 3px solid #6f9ed8;
  border-bottom: 3px solid #6f9ed8;
  height: 12px;
  left: 6px;
  opacity: 0;
  top: 5px;
  transform: rotate(45deg);
  width: 7px;
}
.p-contact__input .p-contact__check-btn:checked + span::after {
  opacity: 1;
}
/* テキストボックス */
.p-contact__text-box {
  border: #acacac solid 1px;
  background: #fcfdff;
  padding: 14px 24px;
  border-radius: 2px;
}
.p-contact__text-box::placeholder {
  color: #d7d7d7;
}
.p-contact__text-box--small {
  max-width: 30%;
}
.p-contact__text-box--long {
  max-width: 70%;
}
.p-contact__text-box--full {
  max-width: 100%;
  margin-top: 16px;
}
/* セレクトボックス */
.p-contact__input--select {
  position: relative;
}
.p-contact__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: #acacac solid 2px;
  background: #fcfdff;
  padding: 14px 24px;
  border-radius: 2px;
  position: relative;
  border-radius: 2px;
}
.p-contact__input--select::after {
  content: "";
  position: absolute;
  left: 90px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}
.p-contact__policy {
  margin-top: 112px;
  font-size: calc(14 / 16 * 1rem);
  text-align: center;
}
.p-contact__policy .p-contact__input {
  text-align: center;
}
.p-contact__policy__inner {
  border: solid 2px #cbd0d8;
  padding: 24px 0 32px;
  background: #fcfdff;
  border-radius: 2px;
  margin-top: 24px;
}
.p-contact__policy__text {
  text-align: start;
  font-size: calc(13 / 16 * 1rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  max-width: 90%;
  margin: 0 auto;
  overflow: auto;
  height: 168px;
}
.p-contact__policy__text p {
  padding: 0 16px;
}
.p-contact__policy .p-contact__input .p-contact__check-btn + span::before {
  top: -16px;
}
.p-contact__policy .p-contact__input .mwform-checkbox-field.horizontal-item {
  margin-right: 0px;
  margin-top: 0px;
}
.p-contact__policy .p-contact__input .p-contact__check-btn + span::after {
  top: -13px;
}
.p-contact__btn {
  text-align: center;
  margin-top: 40px;
  position: relative;
}
.p-contact__btn__inner button::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 8px;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 8px;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px !important;
}
@media screen and (max-width: 480px) {
  .p-contact__policy__inner {
    padding: 16px 0 24px;
  }
  .p-contact__policy__text {
    max-width: 95%;
    height: 250px;
  }
  .p-contact__policy__text p {
    padding: 0 8px;
  }
  .p-contact__policy {
    text-align: justify;
  }
}
/* サンクスページ */
.p-contact__thanks {
  background: #fcfdff;
}
.p-contact__thanks .p-contact__box {
  background: #fcfdff;
}
.p-contact__thanks .p-contact__text {
  margin-top: 88px;
}
.p-contact__thanks .p-contact__text.p-contact__text--small {
  margin-top: 28px;
  font-size: calc(13 / 16 * 1rem);
}
.p-contact__thanks .p-contact__btn__inner button {
  background: #1a4d8d;
  font-weight: 500;
  margin-top: 80px;
  padding: 16px 0;
  width: 100%;
  border-radius: 4px;
  color: #fff;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .p-contact__text-box--small {
    max-width: 100%;
  }
  .p-contact__text-box--long {
    max-width: 100%;
  }
  .p-contact__title-coment {
    font-size: calc(10 / 16 * 1rem);
    font-weight: 400;
  }
}
/* ご確認ページ */
.p-contact__confirm__display {
  display: none;
}
.p-confirm .p-contact__confirm__display {
  display: block;
}
.p-confirm .p-contact__content-wrap {
  display: flex;
}
.p-confirm .p-contact__content-wrap--last {
  border-bottom: #cbd0d8 solid 1px;
  padding-bottom: 40px;
}
.p-confirm .p-contact__content--line-none .p-contact__content-wrap {
  border-top: #cbd0d8 solid 1px;
  padding-top: 40px;
  margin-top: 40px;
}
.p-confirm .p-contact__policy {
  display: none;
}
.p-confirm .p-contact__content-title {
  display: none;
}
.p-confirm .p-contact__coment {
  display: none;
}
.p-confirm .p-contact__confirm__contact__text {
  display: none;
}
.p-confirm
  .p-contact__content-wrap--last
  .p-contact__content-sub-title::before {
  content: "お問い合わせ内容";
  line-height: 1.625;
}
.p-confirm .p-contact__btn__container {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-direction: row;
  margin-top: 40px;
}
.p-confirm .p-contact__btn__inner {
  text-align: center;
  width: 30%;
  margin: 0;
}
.p-confirm .p-contact__btn__inner--back {
  background: #fff;
  border: #1a4d8d solid 1px;
  color: #1a4d8d;
  width: 100%;
  padding: 16px 0;
  border-radius: 4px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
}
.p-confirm .p-contact__input {
  margin-top: 0;
  width: 60%;
  font-weight: 400;
}
.p-confirm .p-contact__content-sub-title--flex {
  width: 50%;
}
.p-confirm .p-contact__content-sub-title {
  margin-right: 0px;
  width: 50%;
}
@media screen and (max-width: 480px) {
  .p-confirm .p-contact__content-sub-title--flex {
    width: 100%;
  }
  .p-confirm .p-contact__content-sub-title {
    width: 100%;
  }
  .p-confirm .p-contact__content-wrap {
    flex-direction: column;
  }
  .p-confirm .p-contact__input {
    width: 100%;
    font-size: 0.8rem;
    margin-top: 24px;
  }
}
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview {
  padding-top: 500px;
  margin-top: -500px;
}

/* =============================================
   WORKS - 事例紹介セクション
   ============================================= */
.p-works {
  padding: 80px 0;
}
.p-works__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0 auto;
  margin-top: 24px;
}
.p-works__card {
  display: flex;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #1a4d8d;
  position: relative;
}
.p-works__card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-indent: -9999px;
  overflow: hidden;
}
.p-works__card-tags a.p-works__card-cat,
.p-works__card-tags a.p-works__card-tag {
  position: relative;
  z-index: 2;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.p-works__card-tags a.p-works__card-cat:hover,
.p-works__card-tags a.p-works__card-tag:hover {
  opacity: 0.75;
}
.p-works__card-body {
  flex: 3 1 0;
  padding: 20px 20px 20px 30px;
  display: flex;
  flex-direction: column;
}
.p-works__card-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.p-works__card-meta time {
  font-size: calc(12 / 16 * 1rem);
  color: #666;
}
.p-works__card-cat {
  display: inline-block;
  background-color: #6f9ed8;
  color: #fff;
  font-size: calc(11 / 16 * 1rem);
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1.6;
}
.p-works__card-tag {
  display: inline-block;
  background-color: #fff;
  color: #6f9ed8;
  font-size: calc(11 / 16 * 1rem);
  padding: 1px 9px;
  border: 1px solid #6f9ed8;
  border-radius: 2px;
  line-height: 1.6;
}
.p-works__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.p-works__card-title {
  font-size: calc(15 / 16 * 1rem);
  font-weight: bold;
  color: #333;
  line-height: 1.6;
  margin-top: 16px;
}
.p-works__card-excerpt {
  font-size: calc(13 / 16 * 1rem);
  color: #283841;
  margin-top: 16px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-works__card-images {
  position: relative;
  flex: 2 1 0;
  min-width: 140px;
}
.p-works__card-img {
  position: relative;
  overflow: hidden;
}
.p-works__card-img--after {
  width: 100%;
  height: 100%;
}
.p-works__card-img-label {
  white-space: nowrap;
}
.p-works__card-img--after .p-works__card-img-label {
  bottom: 6px;
  right: calc(66% + 6px);
}
.p-works__card-img--before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  aspect-ratio: 1;
  z-index: 1;
}
.p-works__card-img--before .p-works__card-img-label {
  background-color: rgba(43, 43, 43, 0.8);
  right: calc(24% + 6px);
}
.p-works__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-works__card-img-label {
  position: absolute;
  bottom: 6px;
  right: 6px;
  background-color: #e88b2e;
  color: #fff;
  font-size: calc(10 / 16 * 1rem);
  padding: 2px 8px;
  border-radius: 2px;
  z-index: 2;
  line-height: 1.4;
  border-radius: 50px;
}
.p-works__more {
  text-align: center;
  margin-top: 40px;
}
.p-works__more-btn {
  display: inline-block;
  background-color: #e88b2e;
  color: #fff;
  padding: 16px 64px;
  border-radius: 50px;
  font-size: calc(15 / 16 * 1rem);
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-works__more-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 960px) {
  .p-works__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 560px;
  }
}
@media screen and (max-width: 480px) {
  .p-works {
    padding: 56px 0;
  }
  .p-works__grid {
    gap: 20px;
    margin-top: 32px;
  }
  .p-works__card {
    flex-direction: column-reverse;
  }
  .p-works__card-body {
    padding: 16px;
  }
  .p-works__card-title {
    font-size: calc(14 / 16 * 1rem);
    margin-top: 12px;
  }
  .p-works__card-images {
    width: 100%;
    min-width: unset;
    aspect-ratio: 16 / 10;
  }
  .p-works__card-img--after {
    height: auto;
    aspect-ratio: 16 / 10;
  }
  .p-works__card-img--before {
    width: 35%;
  }
  .p-works__card-meta {
    flex-direction: column;
    gap: 8px;
  }
  .p-works__card-excerpt {
    margin-top: 8px;
  }
  .p-works__more-btn {
    padding: 14px 48px;
    font-size: calc(14 / 16 * 1rem);
  }
  .p-works__card-img--after .p-works__card-img-label {
    right: calc(60% + 6px);
  }
}
