﻿@charset "utf-8";
/* ====================================================================================================

  #service-list

==================================================================================================== */
#service-list {
  background: #ffffff;
  padding: var(--space-l) 30px;
  overflow: hidden;
}
#service-list .inner {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}

#service-list .inner > p {
  width: 100%;
  max-width: 1360px;
  padding: 0 30px;
  margin: 0 auto;
}
#service-list .inner .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  background: #eeeeee;
  margin: var(--space-m) 0;
  padding: 50px;
}
#service-list .inner .container section {
  background: #ffffff;
  padding: 50px;
}
#service-list .inner .container section h3 {
  color: var(--color-secondary);
  font-size: clamp(1.25rem, 1.065rem + 0.93vw, 1.875rem);
  font-family: var(--ff-min);
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
}
#service-list .inner .container section h3 small {
  font-size: clamp(0.938rem, 0.845rem + 0.46vw, 1.25rem);
  padding: 0 0 0 1em;
}
#service-list .inner .container section figure {
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin: var(--space-m) 0 0 0;
}
#service-list .inner .container section:nth-of-type(even) figure {
  flex-direction: row-reverse;
}
#service-list .inner .container section figure picture {
  flex-shrink: 0;
  display: block;
  width: 600px;
  height: 100%;
  overflow: hidden;
}
#service-list .inner .container section figure picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service-list .inner .container section figure figcaption {
  flex-basis: 1;
  width: 100%;
}
#service-list .inner .container section figure figcaption > ul {
  margin: 0 0 1em 0;
  list-style: none;
}
#service-list .inner .container section figure figcaption > ul > li {
  display: flex;
}
#service-list .inner .container section figure figcaption > ul > li::before {
  content: "・";
  display: inline-block;
}

@media (max-width: 1400px) {
#service-list .inner .container section figure figcaption > ul.category {
  margin: 0 0 30px 0;
}
}

@media (max-width: 1300px) {
#service-list {
  padding: var(--space-l) 0;
}
#service-list .inner .container section figure picture {
  width: clamp(28.125rem, -23.438rem + 75vw, 37.5rem);
}
}

@media (max-width: 1100px) {
#service-list .inner .container {
  gap: 30px;
  padding: 30px;
}
#service-list .inner .container section {
  padding: 30px;
}
#service-list .inner .container section h3 {
  padding: 0 0 0.5em 0;
}
#service-list .inner .container section h3 small {
  display: block;
  padding: 0;
}
#service-list .inner .container section figure {
  flex-direction: column-reverse;
  gap: 30px;
  margin: 30px 0 0 0;
}
#service-list .inner .container section:nth-of-type(even) figure {
  flex-direction: column-reverse;
}
#service-list .inner .container section figure picture {
  width: 100%;
  height: auto;
}
}


/* ====================================================================================================

  #case-list

==================================================================================================== */
#case-list {
  background: #ffffff;
  padding: var(--space-l) 30px;
  overflow: hidden;
}
#case-list .inner {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}

#case-list .inner .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  background: #eeeeee;
  margin: var(--space-m) 0;
  padding: 50px;
}
#case-list .inner .container section {
  background: #ffffff;
  padding: 50px;
}
#case-list .inner .container section h3 {
  color: var(--color-secondary);
  font-size: clamp(1.25rem, 1.065rem + 0.93vw, 1.875rem);
  font-family: var(--ff-min);
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
}
#case-list .inner .container section h3 small {
  font-size: clamp(0.938rem, 0.845rem + 0.46vw, 1.25rem);
  padding: 0 0 0 1em;
}
#case-list .inner .container section figure {
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin: var(--space-m) 0 0 0;
}
#case-list .inner .container section:nth-of-type(even) figure {
  flex-direction: row-reverse;
}
#case-list .inner .container section figure picture {
  flex-shrink: 0;
  display: block;
  width: 600px;
  height: 100%;
  overflow: hidden;
}
#case-list .inner .container section figure picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#case-list .inner .container section figure figcaption {
  display: flex;
  flex-direction: column;
  gap: 1em;
  flex-basis: 1;
  width: 100%;
}
#case-list .inner .container section figure figcaption dl {
}
#case-list .inner .container section figure figcaption dl dt {
  display: inline-block;
  width: 5em;
  color: #ffffff;
  text-align: center;
  background: var(--color-secondary);
  padding: 0 1em;
}
#case-list .inner .container section figure figcaption dl dd {
  margin: 0.5em 0 0 0;
}

@media (max-width: 1300px) {
#case-list {
  padding: var(--space-l) 0;
}
#case-list .inner .container section figure picture {
  width: clamp(28.125rem, -23.438rem + 75vw, 37.5rem);
}
}

@media (max-width: 1100px) {
#case-list .inner .container {
  gap: 30px;
  padding: 30px;
}
#case-list .inner .container section {
  padding: 30px;
}
#case-list .inner .container section h3 {
  padding: 0 0 0.5em 0;
}
#case-list .inner .container section figure {
  flex-direction: column-reverse;
  gap: 30px;
  margin: 30px 0 0 0;
}
#case-list .inner .container section:nth-of-type(even) figure {
  flex-direction: column-reverse;
}
#case-list .inner .container section figure picture {
  width: 100%;
  height: auto;
}
