.page-title {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 105px 0 90px;
}

.service-floor .page-title {
  background-image: url(../images/service/floor/title-bg-floor.png);
}

.service-big .page-title {
  background-image: url(../images/service/big/title-bg-big.png);
}

.service-card .page-title {
  background-image: url(../images/service/card/title-bg-card.png);
}

@media screen and (min-width: 1366px) {
  .service-card .page-title {
    background-position: center top;
  }
}

.service-counter .page-title {
  background-image: url(../images/service/counter/title-bg-counter.png);
}

.service-hanger .page-title {
  background-image: url(../images/service/hanger/title-bg-hanger.png);
}

@media screen and (max-width: 767px) {
  .service-floor .page-title {
    background-image: url(../images/service/floor/title-bg-floor-sp.png);
  }

  .service-big .page-title {
    background-image: url(../images/service/big/title-bg-big-sp.png);
  }

  .service-card .page-title {
    background-image: url(../images/service/card/title-bg-card-sp.png);
  }

  .service-counter .page-title {
    background-image: url(../images/service/counter/title-bg-counter-sp.png);
  }

  .service-hanger .page-title {
    background-image: url(../images/service/hanger/title-bg-hanger-sp.png);
  }
}

.page-title .breadcrumb {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 70px;
}

.page-title .category {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
}

.page-title .title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 20px;
}

.page-title .description {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.7;
  padding-top: 26px;
  border-top: 1.5px solid #fff;
  width: 74%;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-title {
    padding: 8.75vw 0 7.5vw;
  }

  .page-title .breadcrumb {
    font-size: 1vw;
    margin-bottom: 5.83vw;
  }

  .page-title .category {
    font-size: 1.5vw;
    margin-bottom: 0.67vw;
  }

  .page-title .title {
    font-size: 2.67vw;
    margin-bottom: 1.67vw;
  }

  .page-title .description {
    font-size: 1.33vw;
    padding-top: 2.17vw;
    border-top: 0.125vw solid #fff;
  }
}

@media screen and (max-width: 767px) {
  .page-title {
    padding: 20.3vw 0 26vw;
  }

  .page-title .breadcrumb {
    font-size: 3.1vw;
    margin-bottom: 19vw;
  }

  .page-title .category {
    font-size: 3.8vw;
    margin-bottom: 3vw;
  }

  .page-title .title {
    font-size: 5.9vw;
    margin-bottom: 1.67vw;
  }

  .page-title .description {
    font-size: 3.9vw;
    padding-top: 4vw;
    border-top: 0.25vw solid #fff;
    width: 100%;
    line-height: 1.8;
  }
}

/*-------------------------------------------------------- カウンター什器のタイプ一覧 -------------------------------------------------------- */
.type-content {
  padding: 70px 0;
  background-image: url(../images/service/counter/bg.png);
  background-size: 100% auto;
  background-position: center top 230px;
  background-repeat: no-repeat;
}

.type-content .title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 10px;
}

.type-content .sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #4764dc;
}

.type-content .service-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 85px;
  margin-top: 45px;
}

.service-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border: 1px solid #4764dc;
  border-radius: 22px;
  padding: 35px 50px 45px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
}

.service-item-number {
  font-size: 90px;
  font-weight: 700;
  color: #4764dc;
  font-family: "Caveat", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-35%, -45%);
}

.service-item-content {
  width: 530px;
}

.service-item-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #4764dc;
  width: 100%;
  letter-spacing: 0.08em;
}

.service-item-content-text {
  margin-top: 32px;
}

.service-item-content-text-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 2px solid #bebebe;
  padding-bottom: 12px;
  padding-top: 12px;
  position: relative;
}

.service-item-content-text-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 120px;
  height: 2px;
  background-color: #4764dc;
}

.service-item-content-text-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  min-width: 120px;
}

.service-item-content-text-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  background-color: #4764dc;
  border-radius: 50%;
}

.service-item-content-text-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 20px;
}

.service-item-content-img-wrapper {
  width: 303px;
  display: block;
}

.service-item-content-img-wrapper img {
  width: 100%;
  object-fit: contain;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .type-content {
    padding: 5.83vw 0;
    background-position: center top 19.17vw;
  }

  .type-content .title {
    font-size: 2.67vw;
    margin-bottom: 0.83vw;
  }

  .type-content .sub-title {
    font-size: 1.25vw;
  }

  .type-content .service-item-wrapper {
    gap: 7.08vw;
    margin-top: 3.75vw;
  }

  .service-item {
    border: 0.083vw solid #4764dc;
    border-radius: 1.83vw;
    padding: 2.92vw 4.17vw 3.75vw;
  }

  .service-item-number {
    font-size: 7.5vw;
  }

  .service-item-content {
    width: 44.17vw;
  }

  .service-item-title {
    font-size: 2.5vw;
    margin-top: 1.25vw;
    margin-bottom: 0.83vw;
    padding-bottom: 1.67vw;
    border-bottom: 0.167vw solid #4764dc;
  }

  .service-item-content-text {
    margin-top: 2.67vw;
  }

  .service-item-content-text-item {
    border-bottom: 0.167vw solid #bebebe;
    padding-bottom: 1vw;
    padding-top: 1vw;
  }

  .service-item-content-text-item::after {
    bottom: -0.167vw;
    width: 10vw;
    height: 0.167vw;
  }

  .service-item-content-text-title {
    font-size: 1.5vw;
    margin-bottom: 0.83vw;
    padding-left: 2.5vw;
    min-width: 10vw;
  }

  .service-item-content-text-title::before {
    width: 0.83vw;
    height: 0.83vw;
  }

  .service-item-content-text-content {
    font-size: 1.33vw;
    padding-left: 1.67vw;
  }

  .service-item-content-img-wrapper {
    width: 25.25vw;
  }
}

@media screen and (max-width: 767px) {
  .type-content {
    padding: 14vw 0 19vw;
    background-position: center top 8.6vw;
  }

  .type-content .title {
    font-size: 5.85vw;
    margin-bottom: 2vw;
  }

  .type-content .sub-title {
    font-size: 3.75vw;
  }

  .type-content .service-item-wrapper {
    gap: 17vw;
    margin-top: 15vw;
  }

  .service-item {
    flex-direction: column-reverse;
    border: 0.3vw solid #4764dc;
    border-radius: 5vw;
    padding: 11vw 4vw 10vw;
  }

  .service-item-number {
    font-size: 13vw;
    transform: translate(0%, -55%);
  }

  .service-item-content {
    width: 100%;
  }

  .service-item-title {
    font-size: 5.3vw;
    margin-top: 7vw;
    margin-bottom: 3vw;
    padding-bottom: 3vw;
    border-bottom: 0.6vw solid #4764dc;
  }

  .service-item-content-text {
    margin-top: 0vw;
    padding: 0 2vw;
  }

  .service-item-content-text-item {
    border-bottom: 0.6vw solid #bebebe;
    padding-bottom: 4vw;
    padding-top: 4vw;
  }

  .service-item-content-text-item::after {
    bottom: -0.6vw;
    width: 28vw;
    height: 0.6vw;
  }

  .service-item-content-text-title {
    font-size: 4vw;
    margin-bottom: 0;
    padding-left: 7.5vw;
    min-width: 28vw;
    padding-top: 1vw;
  }

  .service-item-content-text-title::before {
    width: 2.3vw;
    height: 2.3vw;
    left: 2%;
    top: 59%;
  }

  .service-item-content-text-content {
    font-size: 4vw;
    padding-left: 4.5vw;
  }

  .service-item-content-img-wrapper {
    width: 100%;
  }
}

/*-------------------------------------------------------- カウンター什器の制作実績 -------------------------------------------------------- */
.work-content {
  padding: 80px 0;
  background-color: #e0ebff;
}

.work-content .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.work-list {
  display: flex;
  gap: 2.9%;
  margin-top: 42px;
}

.work-item {
  width: 31.4%;
  transition: opacity 0.3s ease;
}

.work-item-thumbnail {
  width: 100%;
  aspect-ratio: 305/210;
  object-fit: cover;
}

.work-item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 10px;
}

.work-item-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  padding-top: 10px;
  border-top: 1px solid #4764dc;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.work-item-category {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  background-color: #4764dc;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .work-item:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .work-content {
    padding: 6.67vw 0;
  }

  .work-content .title {
    font-size: 2.33vw;
  }

  .work-list {
    margin-top: 3.5vw;
  }

  .work-item-title {
    font-size: 2vw;
    margin-top: 1.25vw;
    margin-bottom: 0.83vw;
  }

  .work-item-description {
    font-size: 1.33vw;
    padding-top: 0.83vw;
    border-top: 0.083vw solid #4764dc;
    margin-bottom: 1.67vw;
  }

  .work-item-category {
    font-size: 1.14vw;
    padding: 0.42vw;
    border-radius: 0.42vw;
  }
}

@media screen and (max-width: 767px) {
  .work-content {
    padding: 15vw 0;
  }

  .work-content .title {
    font-size: 5.3vw;
    line-height: 1.5;
  }

  .work-list {
    margin-top: 5vw;
    flex-wrap: wrap;
    gap: 2.9vw;
  }

  .work-item {
    width: 48.4%;
  }

  .work-item:nth-child(3) {
    display: none;
  }

  .work-item-title {
    font-size: 4vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .work-item-description {
    font-size: 3.8vw;
    padding-top: 2vw;
    margin-bottom: 3.5vw;
    -webkit-line-clamp: 6;
    line-height: 1.7;
  }

  .work-item-category {
    font-size: 3.5vw;
    padding: 0.8vw 1.2vw;
    border-radius: 1vw;
  }
}

/*-------------------------------------------------------- 納品までの制作フロー -------------------------------------------------------- */
.flow-content {
  background-color: #4764dd;
  background-image: linear-gradient(to right, rgb(98, 116, 222) 1px, transparent 1px), linear-gradient(to bottom, rgb(98, 116, 222) 1px, transparent 1px);
  background-size: 60px 60px;
  background-position: center;
  padding: 80px 0;
}

.flow-content .title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 10px;
}

.flow-content .sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.service-counter-content-flow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 22px;
  margin-top: 40px;
  padding: 50px 50px 35px;
}

.service-counter-content-flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 184px;
  position: relative;
}

.service-counter-content-flow-item-number {
  font-size: 51px;
  font-weight: 700;
  color: #4764dc;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.service-counter-content-flow-item-img-wrapper {
  width: 100%;
  position: relative;
}

.service-counter-content-flow-item-img {
  width: 100%;
  object-fit: contain;
}

.service-counter-content-flow-item:not(:last-of-type) .service-counter-content-flow-item-img-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  transform: rotate(90deg) translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 17px solid #4764dc;
}

.service-counter-content-flow-item-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #4764dc;
  width: 100%;
  text-align: center;
  margin: 10px 0 10px;
}

.service-counter-content-flow-item-description {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .flow-content {
    background-image: linear-gradient(to right, rgb(98, 116, 222) 0.083vw, transparent 0.083vw), linear-gradient(to bottom, rgb(98, 116, 222) 0.083vw, transparent 0.083vw);
    background-size: 5vw 5vw;
    padding: 6.67vw 0;
  }

  .flow-content .title {
    font-size: 2.67vw;
    margin-bottom: 0.83vw;
  }

  .flow-content .sub-title {
    font-size: 1.25vw;
  }

  .service-counter-content-flow {
    border-radius: 1.83vw;
    margin-top: 3.33vw;
    padding: 4.17vw 4.17vw 2.92vw;
  }

  .service-counter-content-flow-item {
    width: 15.33vw;
  }

  .service-counter-content-flow-item-number {
    font-size: 4.25vw;
  }

  .service-counter-content-flow-item:not(:last-of-type) .service-counter-content-flow-item-img-wrapper::before {
    right: -2.08vw;
    border-left: 0.83vw solid transparent;
    border-right: 0.83vw solid transparent;
    border-bottom: 1.44vw solid #4764dc;
  }

  .service-counter-content-flow-item-title {
    font-size: 1.67vw;
    border-bottom: 0.083vw solid #4764dc;
    margin: 0.83vw 0 0.83vw;
  }

  .service-counter-content-flow-item-description {
    font-size: 1.33vw;
  }
}

@media screen and (max-width: 767px) {
  .flow-content {
    background-size: 10.6vw 10.6vw;
    background-image: linear-gradient(to right, rgb(98, 116, 222) 0.3vw, transparent 0.3vw), linear-gradient(to bottom, rgb(98, 116, 222) 0.3vw, transparent 0.3vw);
    padding: 18.5vw 0;
  }

  .flow-content .title {
    font-size: 5.9vw;
    margin-bottom: 2.5vw;
  }

  .flow-content .sub-title {
    font-size: 3.75vw;
  }

  .service-counter-content-flow {
    border-radius: 0vw;
    margin-top: 12vw;
    padding: 0;
    flex-direction: column;
    background-color: unset;
    gap: 16vw;
  }

  .service-counter-content-flow-item {
    width: 100%;
    background-color: #fff;
    border-radius: 6vw;
    padding: 14vw 14vw 10vw;
    position: relative;
  }

  .service-counter-content-flow-item:not(:last-of-type)::before {
    content: "";
    position: absolute;
    bottom: -12vw;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 4vw solid transparent;
    border-right: 4vw solid transparent;
    border-top: 3.5vw solid #fff;
  }

  .service-counter-content-flow-item-number {
    font-size: 14vw;
    top: 13vw;
  }

  .service-counter-content-flow-item:not(:last-of-type) .service-counter-content-flow-item-img-wrapper::before {
    display: none;
  }

  .service-counter-content-flow-item-img {
    aspect-ratio: 234/180;
    object-fit: cover;
    border-radius: 6vw;
  }

  .service-counter-content-flow-item-title {
    font-size: 5vw;
    padding-bottom: 4vw;
    margin: 3vw 0 4vw;
  }

  .service-counter-content-flow-item-description {
    font-size: 4.3vw;
  }
}
/*-------------------------------------------------------- よくある質問 -------------------------------------------------------- */

.faq-content {
  padding: 70px 0;
}

.faq-content .container {
  max-width: 876px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq-content .title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 10px;
}

.faq-content .sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4764dc;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.faq-list {
  margin-top: 40px;
}

.faq-item {
  border: 1px solid #4764dc;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-question {
  padding: 13px 28px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.faq-question .faq-text {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 2.4;
  letter-spacing: 0.01em;
}

.faq-number {
  font-weight: bold;
  margin-right: 25px;
  color: #4764dc;
  font-size: 34px;
}

.faq-icon {
  width: 18px;
  height: 18px;
  position: relative;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background-color: #4d5cdd;
  transition: transform 0.3s ease;
  border-radius: 10px;
}

.faq-icon::before {
  width: 3px;
  height: 18px;
  left: 50%;
  top: 0;
}

.faq-icon::after {
  width: 18px;
  height: 3px;
  left: 0;
  top: 50%;
}

.faq-item .faq-icon::before {
  transform: translate(-50%, 0);
}

.faq-item .faq-icon::after {
  transform: translate(0, -50%);
}

.faq-item.active .faq-icon::before {
  transform: translate(-50%, 0) rotate(90deg);
}

.faq-item.active .faq-icon::after {
  transform: translate(0, -50%);
}

.faq-answer {
  padding: 0 28px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  display: flex;
  align-items: flex-start;
  background-color: #f4f9ff;
}

.faq-item.active .faq-answer {
  max-height: 1000px;
}

.faq-answer .faq-number {
  margin-top: 10px;
}

.faq-answer .faq-text {
  padding: 22px 0;
  font-size: 16px;
  line-height: 1.75;
}

.faq-text {
  flex: 1;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .faq-content {
    padding: 5.83vw 0;
  }

  .faq-content .container {
    max-width: 73vw;
  }

  .faq-content .title {
    font-size: 2.67vw;
    margin-bottom: 0.83vw;
  }

  .faq-content .sub-title {
    font-size: 1.25vw;
  }

  .faq-list {
    margin-top: 3.33vw;
  }

  .faq-item {
    border: 0.083vw solid #4764dc;
    margin-bottom: 2.08vw;
    border-radius: 0.83vw;
    box-shadow: 0 0.25vw 1.33vw 0 rgba(0, 0, 0, 0.1);
  }

  .faq-question {
    padding: 1.08vw 2.33vw;
  }

  .faq-question .faq-text {
    font-size: 1.67vw;
  }

  .faq-number {
    margin-right: 2.08vw;
    font-size: 2.83vw;
  }

  .faq-icon {
    width: 1.5vw;
    height: 1.5vw;
  }

  .faq-icon::before,
  .faq-icon::after {
    border-radius: 0.83vw;
  }

  .faq-icon::before {
    width: 0.25vw;
    height: 1.5vw;
  }

  .faq-icon::after {
    width: 1.5vw;
    height: 0.25vw;
  }

  .faq-answer {
    padding: 0 2.33vw;
  }

  .faq-answer .faq-number {
    margin-top: 0.83vw;
  }

  .faq-answer .faq-text {
    padding: 1.83vw 0;
    font-size: 1.33vw;
  }
}

@media screen and (max-width: 767px) {
  .faq-content {
    padding: 18.5vw 0;
  }

  .faq-content .container {
    max-width: 92%;
  }

  .faq-content .title {
    font-size: 5.9vw;
    margin-bottom: 3vw;
  }

  .faq-content .sub-title {
    font-size: 3.75vw;
  }

  .faq-list {
    margin-top: 11vw;
  }

  .faq-item {
    border: 0.3vw solid #4764dc;
    margin-bottom: 5vw;
    border-radius: 3vw;
    box-shadow: 0 0.25vw 1.33vw 0 rgba(0, 0, 0, 0.1);
  }

  .faq-question {
    padding: 6vw 4vw;
  }

  .faq-question .faq-text {
    font-size: 4.3vw;
    line-height: 1.6;
  }

  .faq-number {
    font-size: 8vw;
    margin-right: 6vw;
  }

  .faq-icon {
    width: 5vw;
    height: 5vw;
  }

  .faq-icon::before,
  .faq-icon::after {
    border-radius: 0.5vw;
  }

  .faq-icon::before {
    width: 0.5vw;
    height: 5vw;
  }

  .faq-icon::after {
    width: 5vw;
    height: 0.5vw;
  }

  .faq-answer {
    padding: 0 4vw;
  }

  .faq-answer .faq-number {
    margin-top: 2.5vw;
  }

  .faq-answer .faq-text {
    padding: 6vw 0;
    font-size: 3.8vw;
  }
}
