/* 回答エリアの初期状態 */
.faq-answer {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

/* アイコン + / − */
.faq-icon::before {
  content: '+';
  font-size: 1.3rem;
}

.faq-item.is-open .faq-icon::before {
  content: '−';
  font-size: 1.3rem;
}

/* 三共サービス */
.c-service section + section {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .c-service section + section {
    margin-top: 90px;
  }
}
@media (max-width: 640px) {
  .c-service section + section {
    margin-top: 70px;
  }
}
.c-service__inner {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.c-service__inner h2 {
  margin: 0 auto;
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.c-service .c-service__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
  padding: 0.2em 0.8rem;
  background-color: #083388;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}
.c-service h3 {
  position: relative;
  margin: 0 auto 1rem;
  padding-left: 1em;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}
.c-service h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 100%;
  background-color: #eeeeee;
}
.c-service h3::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 10px;
  background-color: #083388;
}
.c-service .c-service__detail {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.05em;
}
.c-service .c-service__detail.u-note {
  color: #555555;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 640px) {
  .c-service .c-service__detail.u-note {
    text-align: left;
  }
}
.c-service__case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 60px;
}
@media (max-width: 1020px) {
  .c-service__case {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.c-service__case--left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-service-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  width: 94%;
  max-width: 1000px;
  margin: 50px auto 70px;
  padding: 26px;
  background-color: #f7f7f7;
}
.c-service-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 0;
}
.c-service-nav__cat {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 130px;
  font-size: 12px;
  font-weight: 700;
  color: #083388;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.c-service-nav__cat::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #083388;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-service-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-service-nav__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}
.c-service-nav__list li::before {
  content: '｜';
  color: #999;
}
.c-service-nav__list li:first-child::before {
  display: none;
}
.c-service-nav__list li a {
  color: #333;
  text-decoration: none;
}
.c-service-nav__list li a:hover {
  text-decoration: underline;
  color: #083388;
}

.p-retouch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 50px;
}
@media (max-width: 928px) {
  .p-retouch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-retouch .p-retouch__left--subtitle {
  position: relative;
  margin: 40px auto 14px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0;
}
.p-retouch p {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 0;
}
.p-retouch__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-retouch__images {
  display: block;
  width: clamp(26.25rem, 2.083rem + 41.667vw, 31.25rem);
  height: auto;
}
@media (max-width: 928px) {
  .p-retouch__images {
    width: 100%;
  }
}
.p-retouch__images .twentytwenty-container {
  width: 100%;
  height: 360px !important;
  border-radius: 8px;
}
@media (max-width: 928px) {
  .p-retouch__images .twentytwenty-container {
    height: auto !important;
    aspect-ratio: 4/3;
  }
}
.p-retouch__images .twentytwenty-container img {
  width: 100%;
}

.p-case {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 670px;
}
@media (max-width: 1020px) {
  .p-case {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .p-case {
    grid-template-columns: auto;
  }
}
.p-case__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 18px 10px;
  margin: 0;
  border-bottom: 1px dashed #707070;
}
@media (max-width: 1020px) {
  .p-case__item {
    padding: 18px 1rem;
  }
}
@media (max-width: 768px) {
  .p-case__item {
    padding: 1rem;
  }
}
@media (max-width: 640px) {
  .p-case__item {
    padding: 14px 1rem;
  }
}
.p-case__item:nth-child(odd) {
  position: relative;
}
.p-case__item:last-child:nth-child(odd) {
  border-bottom: none;
}
.p-case__item:nth-child(odd)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 80%;
  border-right: 1px dashed #707070;
}
@media (max-width: 640px) {
  .p-case__item:nth-child(odd)::after {
    border-right: none;
  }
}
.p-case__item:last-child:nth-child(even) {
  border-bottom: none;
}
.p-case__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}
.p-case__icon img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-case__txt {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0;
}

.p-reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.p-reason__item {
  display: grid;
  grid-template-columns: 290px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 40px 20px 40px 40px;
  background-color: #f4f8ff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .p-reason__item {
    grid-template-columns: auto;
    padding: 1.2rem 1.5rem;
    gap: 8px;
  }
}
.p-reason__title {
  position: relative;
  margin: 0;
  padding-left: 1rem;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.5;
}
.p-reason__title::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #083388;
  border-radius: 50%;
}
.p-reason__txt {
  margin: 0;
  color: #555555;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.5;
}

.p-comparison {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 34px;
}
@media (max-width: 768px) {
  .p-comparison {
    gap: clamp(1.25rem, 0.415rem + 3.562vw, 2.125rem);
  }
}
.p-comparison__item {
  display: block;
  width: 100%;
  height: auto;
}
.p-comparison__item .twentytwenty-container {
  width: 100%;
  height: auto;
}
.p-comparison__item p {
  margin: 0.8em auto 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
}

.p-scene {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 8px;
  padding: 8px;
  background-color: #f2f4f8;
}
.p-scene__item {
  padding: 24px 12px 18px;
  border-radius: 10px;
  background-color: #fff;
}
.p-scene__item--title {
  color: #083388;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}
.p-scene__item--txt {
  margin-top: 10px;
  font-size: 12px;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.c-service__faq--cont {
  text-align: left;
}
.c-service__faq--cont .faq-list {
  display: block;
  width: 100%;
}
.c-service__faq--cont .faq-list .faq-item {
  padding: 1em 0;
  border-bottom: 1px dashed #707070;
}
.c-service__faq--cont .faq-list .faq-item:last-child {
  border-bottom: none;
}
.c-service__faq--cont .faq-list .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-service__faq--cont .faq-list .faq-question .faq-q-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 2px;
  padding-bottom: 2px;
  background-color: #093388;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.c-service__faq--cont .faq-list .faq-question .faq-q-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.8rem;
  color: #093388;
  font-size: 14px;
  font-weight: bold;
}
.c-service__faq--cont .faq-list .faq-question .faq-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.3rem;
  height: 1.3rem;
  margin-left: auto;
  cursor: pointer;
}
.c-service__faq--cont .faq-list .faq-answer__cont {
  margin-top: 1.1rem;
  padding: 1rem;
  background-color: #f7f7f7;
}
.c-service__faq--cont .faq-list .faq-answer__cont p {
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0;
}
.c-service__faq--cont .faq-list .faq-answer__cont p + p {
  margin-top: 1em;
}

.c-service-contact {
  margin-top: 100px;
  width: 100%;
  background-color: #083388;
}
.c-service-contact__inner {
  display: block;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  color: #fff;
}
@media (max-width: 768px) {
  .c-service-contact__inner {
    padding: clamp(2.75rem, 2.392rem + 1.527vw, 3.125rem) 0;
  }
}
.c-service-contact .c-service-contact__title {
  margin: 0 auto 1.5rem;
  font-family: sofia-pro, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-service-contact .c-service-contact__title {
    font-size: clamp(2rem, 1.523rem + 2.036vw, 2.5rem);
  }
}
.c-service-contact p {
  margin: 0 auto 1.2rem;
  color: #fff;
  font-weight: 700;
}
.c-service-contact .c-service-contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 64px;
  margin: 0 auto;
  background-color: #fff;
  color: #083388;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .c-service-contact .c-service-contact__btn:hover {
    opacity: 0.7;
  }
}
