/* =================================================
   Base
================================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
body.is-locked {
  overflow: hidden;
}
img {
  width: 100%;
  height: auto;
  display: block;
}

figure {
  margin: 0;
  padding: 0;
}

figure img {
  width: 100%;
  height: auto;
  display: block;
}

figcaption {
  font-size: 1.4rem;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

a:hover {
  opacity: 0.8;
}

ul, ol {
  list-style: none;
}

.flex {
  display: flex;
}
h1,h2 {
  color: #272727;
}
picture {
  display: block;
}

/* =================================================
   header 個別調整
================================================= */
.header-logo a {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.header-logo img {
  height: 95px;
  width: fit-content !important;
}
.header-logo h1 span {
  position: relative;
  bottom: 1rem;
}

@media screen and (max-width: 1159px) {
  .header-logo h1 span {
    position: unset;
  }
}



/* =================================================
   Layout
================================================= */
.wrapper {
  width: 100%;
  overflow: hidden;
}

/* コンテンツ幅 */
.container {
  margin: 0 auto;
}

.wrapper .container .inner {
  max-width: min(960px, 92%);
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1500px) {
  .wrapper .container .inner {
    max-width: 1200px;
  }
}

.main {
  margin-top: 130px;
}


/* =================================================
   Section
================================================= */

section {
  padding: 80px 0;
}

.section-intro {
  flex-direction: column;
  gap: 0.5rem;
}
.section-intro p {
  font-size: 1.7rem;
}


.service-ws h3, .service-ws a {
  color: #00bbd4;
}
.service-of h3, .service-of a {
  color: #3ea2ff;
}
.service-fa h3, .service-fa a {
  color: #ffeb3c;
}
.service-dp h3, .service-dp a {
  color: #ea1e63;
}

/* =================================================
   Section Content
================================================= */
/*fv --- */
.top-message {
  width: 96%;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.top-message figure {
  max-width: 25vw;
  width: 100%;
  height: 100%;
}
.top-message p {
  font-weight: 600;
}
#fv {
  background: center center/cover no-repeat url("../img/sessions/sessions_fv.jpg");
  position: relative;
  z-index: 5;
}
#fv::after {
  content: "";
  display: block;
  background-color: rgba(255,255,255,0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#fv .container {
  display: flex;
  flex-direction: column;
  gap: 6.5vw;
  padding: 4rem 0 10rem;
}
#fv .inner {
  flex-direction: column;
  gap: 1rem;
}
#fv h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 800;
  line-height: 1.4;
}
#fv .inner p {
  font-size: 2.4rem;
  font-weight: 600;
}
#fv .inner a {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  background-color: #f6590a;
  text-align: center;
  display: inline-block;
  max-width: clamp(20rem, 40vw, 40rem);
  width: 100%;
  border-radius: 50px;
  margin-top: 5rem;
  padding: 1.25rem 1rem;
  position: relative;
  overflow: hidden;
}

/*movie --- */
#movies {
  background-color: #0051a8;
  padding: 5.5rem 0;
  position: relative;
  z-index: 5;
}
#movies::after {
  content: "";
  display: block;
  background: center center/cover no-repeat url("../img/sessions/sessions_movies-after.png");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#movies h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 500;
}
#movies .inner {
  flex-direction: column;
  gap: 4rem;
}
.movie-list {
  gap: 1rem;
}
.movie {
  width: calc((100% - 2rem) / 3);
}
.movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

/*introduction --- */
#introduction {
  background-color: #f5fbff;
}
#consultation {
  padding: 5rem 0;
}
#consultation .inner {
  flex-direction: column;
  gap: 5rem;
}
.title-area.human-illust01 {
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.title-area.human-illust01 h2 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  text-align: left;
  font-weight: 600;
}
.title-area.human-illust01 img {
  object-fit: contain;
  width: auto;
  max-height: clamp(220px, 25vw, 350px);
}
#consultation .concerns {
  align-items: center;
  gap: 5rem;
}
#consultation .concerns ul {
  font-size: 1.9rem;
  width: 50%;
  flex-direction: column;
  gap: 1.5rem;
}
#consultation .concerns-list {
  color: #0051a8;
}
#consultation .concerns-list li {
  position: relative;
  align-items: center;
  gap: 1rem;
}
#consultation .concerns-list li::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: center center/contain no-repeat url("../img/sessions/sessions_concerns-before.svg");
}
#consultation .concerns img {
  width: calc(50% - 5rem);
}
.human-illust02 {
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
#consultation .human-illust02 img {
  max-width: 20%;
  width: auto;
  max-height: clamp(280px, 25vw, 350px);
  object-fit: contain;
  margin-bottom: 7rem;
}

.tasks {
  max-width: calc(80% - 2rem);
  width: 100%;
}
.tasks p {
  background-color: #2d0075;
  color: #fff;
}
.task-list {
  gap: 1rem;
  margin-top: 5.5rem;
}
.tasks p {
  font-size: 1.9rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  max-width: 80%;
  border-radius: 50px;
  background-color: #2d0075;
  padding: 1rem 2rem;
  position: relative;
}
.tasks p::before {
  content: "";
  background-color: #2d0075;
  display: block;
  width: 2rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translateY(-50%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.task-list li {
  width: calc((100% - 2rem) / 3);
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}
#consultation .task-list li figure {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
#consultation .task-list li img {
  max-width: clamp(60px, 5vw, 200px);
  max-height: clamp(150px, 125vw, 210px);
  margin: 0 auto;
}

#solution {
  background: center center/cover no-repeat url("../img/sessions/sessions_solution_bg.png");
  color: #fff;
}
#solution .title-area.human-illust01 h2{
  color: #fff;
}
#solution .inner {
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 0;
}
#solution .title-area.human-illust01 {
  gap: 5rem;
}
#solution .title-area.human-illust01 img {
  object-fit: contain;
  width: auto;
  max-height: clamp(220px, 30vw, 260px);
}


/*services --- */
#services {
  background: linear-gradient(90deg, #95dfea, #94daf3, #c0b3e9);
  z-index: 5;
  position: relative;
}
#services::after {
  content: "";
  background-color: rgba(255,255,255,0.75);
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
#services h2 {
  font-size: clamp(2.2rem, 2.2vw, 3.5rem);
}

#services h2 span {
  font-size: 2em;
  display: inline-block;
  margin: 0 1rem;
}
#services h2 br {
  display: none;
}
#services .lineup {
  font-size: clamp(1.8rem, 6vw, 3.2rem);
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 3rem;
}
#services .lineup a {
  text-shadow: 2px 2px 0px #cdcdcd;
}
#services .container {
  padding: 7rem 0;
}
#services .inner {
  flex-direction: column;
  gap: 2.5rem;
}
.service-content {
  border-radius: 50px;
  background-color: rgba(255,255,255,0.8);
  padding: 3.5rem 2.5rem;
  width: 100%;
}
.slide-content {
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding: 4rem 0;
}
#WorkStyle .service-content {
  border: 3px solid #00bbd4;
}
#Office .service-content {
  border: 3px solid #3ea2ff;
}
#Facility .service-content {
  border: 3px solid #ffeb3c;
}
#DisasterPrevention .service-content {
  border: 3px solid #ea1e63;
}

.thumb {
  cursor: pointer;
  background-color: #fff;
  transition: 0.3s;
  width: calc((100% - 1rem) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #ddd;
  padding: 0.5rem;
  position: relative;
  aspect-ratio: 5 / 3.5;
}
.thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  transition: 2s;
}
.thumb.is-active {
  opacity: 1;
  box-shadow: 0 0 2px #7d7d7d;
}
.thumb.is-active::after {
  content: none;
}
.slide-content .thumbs-content {
  width: calc(50% - 2rem);
  gap: 0.5rem;
  flex-wrap: wrap;
}
.slide-content .thumb .service-logo {
  box-sizing: border-box;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.slide-content .thumb .service-logo img {
  max-width: 90%;
  width: auto;
  max-height: 40px;
  height: 100%;
  object-fit: contain;
  text-align: center;
  margin: 0 auto;
}
.slide-content .thumb .service-logo figcaption {
  font-size: 1.2rem;
  line-height: 1.2;
}
.slide-content .main-content{
  overflow: hidden;
  width: 50%;
}
.slide-inner {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 2rem;
  gap: 2rem;
  display: flex;
  flex-direction: column;
}

.service-content h3 {
  font-size: clamp(2rem, 10vw, 5rem);
  text-align: left;
  line-height: 1;
  margin-bottom: 2rem;
}
.slide-inner h4 {
  font-size: 1.4rem;
  font-weight: 500;
}

.slide-content .main-content .service-logo img {
  max-width: 80%;
  width: auto;
  max-height: 40px;
  height: 100%;
  object-fit: contain;
  text-align: center;
  margin: 0 auto;
}
.slide-image figure {
  text-align: center;
  width: calc(50% - 2rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.slide-image {
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.slide-inner .slide-image > img {
  width: 50%;
}
.slide-text {
  flex-direction: column;
}
.slide-text p {
  font-size: 1.4rem;
}
.slide-text a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  background-color: #2420a4;
  margin-top: 10px;
  padding: 0.75rem;
}
.slide-text a::after {
  content: "";
  background-color: #e4f42a;
  width: 1.2rem;
  height: 1.5rem;
  clip-path: polygon(0 0, 80% 50%, 0 100%);
  display: block;
}



/*case-study --- */
#case-study {
  background: linear-gradient(90deg, #c0b3e9, #94daf3, #95dfea);
  position: relative;
  z-index: 5;
}
#case-study::after {
  content: "";
  background-color: rgba(255,255,255,0.75);
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
#case-study .title-area {
  background: center center/cover no-repeat url(../img/sessions/sessions_case-study_bg.jpg);
  padding: 5rem 0;
  position: relative;
  z-index: 5;
}
#case-study .title-area::after {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#case-study .title-area .inner {
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  justify-content: center;
}
#case-study h2 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
#case-study h2 span {
  display: inline-block;
  font-size: 0.5em;
  position: relative;
}
#case-study h2 span::before {
  content: "";
  display: block;
  width: 10vw;
  height: 1px;
  background: #a4a4a4;
  position: absolute;
  left: -12vw;
  top: 50%;
  transform: translateY(-50%);
}
#case-study h2 span::after {
  content: "";
  display: block;
  width: 10vw;
  height: 1px;
  background: #a4a4a4;
  position: absolute;
  right: -12vw;
  top: 50%;
  transform: translateY(-50%);
}
.case-content {
  padding: 7rem 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.case-inner {
  background-color: #fff;
  border-radius: 30px;
  padding: 3rem;
  flex-direction: column;
  gap: 3rem;
}
.case-head {
  justify-content: space-between;
  gap: 2rem;
}
.case-detail {
  max-width: 60%;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.case-detail span {
  font-size: 1.4em;
}
.case-content .case-head img {
  max-width: calc(45% - 2rem);
  object-fit: contain;
}
.case-detail h3 {
  font-size: clamp(2.2rem, 3.2vw, 3.5rem);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 2rem;
  z-index: 1;
  position: relative;
  margin-top: 1.5rem;
}
.case-detail h3::after {
  content: "";
  background: linear-gradient(90deg, #ffeb3c, #68ff3f, #00db7e);
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.15;
  z-index: -1;
}
.case-detail h3 span {
  line-height: 1;
  font-size: 0.7em;
}
.case-detail p {
  font-size: clamp(2.5rem, 2.5vw, 3rem);
  line-height: 1.4;
  color: #00a0bd;
  margin-top: 1.5rem;
  font-weight: 500;
}
.case-bottom.flex {
  flex-direction: column;
  gap: 3rem;
}
.pickup-service {
  justify-content: space-between;
  align-items: flex-end;
}
.pickup-service dl {
  width: 55%;
  border: 1px solid #333;
  padding: 1.5rem;
  border-radius: 20px;
  flex-direction: column;
  gap: 2rem;
}

.pickup-service ul {
  gap: 1rem;
}
.pickup-service ul li {
  width: calc((100% - 2rem) / 3);
  text-align: center;
  justify-content: center;
}
.pickup-service .service-logo {
  gap: 1.5rem;
  flex-direction: column;
  width: 100%;
}
.pickup-service .service-logo img {
  max-width: 80%;
  width: auto;
  max-height: 40px;
  height: 100%;
  object-fit: contain;
  text-align: center;
  margin: 0 auto;
}
.pickup-service .service-logo figcaption {
  font-size: 1.1rem;
  line-height: 1.4;
}
.cta-btn a {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  background-color: #f6590a;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  overflow: hidden;
}
.cta-btn a::after {
  content: "";
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 50% 50%);
  display: block;
  width: 1.25rem;
  height: 1.5rem;
}
/* エフェクト */
#fv .inner a::before,
.cta-btn a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.7),
    transparent
  );
  transform: skewX(-25deg);

  animation: shine 2.5s infinite;
}

/* アニメーション */
@keyframes shine {
  0% {
    left: -75%;
  }
  60% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}


.case-slider {
  padding: 0 0 7rem 0;
}
.case-card {
  background-color: #fff;
  border-radius: 50px 50px 0 0;
  overflow: hidden;
}
.case-card h4 {
  padding: 2rem 1rem;
  font-size: 1.8rem;
  border-bottom: 1px solid #333;
  max-width: 90%;
  margin: 0 auto;
}

.case-slide-detail {
  width: 90%;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem 1rem 2rem 1rem;
  margin: 0 auto;
}
.case-slide-detail dl {
  background-color: #f2f8f9;
  gap: 1.5rem;
}
.case-slide-detail dl dt {
  font-size: 1.5rem;
  width: clamp(60px, 20%, 100px);
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
.case-slide-detail dl dd {
  font-size: 1.3rem;
  line-height: 1.5;
  width: calc(80% - 1.5rem);
  padding: 1rem 1rem 1rem 0;
}
.subject {
  background-color: #4d535b;
  color: #fff;
}
.result {
  background-color: #27af98;
  color: #fff;
}
.case-slide-detail h5 {
  border-bottom: 1px solid #333;
  padding: 1rem 0.5rem 0.5rem;
}
.case-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.case-card li a {
  font-size: 1.2rem;
  border-radius: 50px;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background-color: #eee;
}

/* =================================================
  contact
================================================= */
#contact {
  background: linear-gradient(90deg,#00db7e,#5ffc44,#ffeb3c);
  padding: 7rem 0;
  position: relative;
  z-index: 5;
}
#contact::after {
  content: "";
  background-color: rgba(255,255,255,0.75);
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.main #contact .container h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
  padding: 0;
}

.main #contact .inner {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

#contact .form-area {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.form-area > div {
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #333;
  padding: 2rem;
}
.form-area .w50 {
  max-width: calc(50% - 0.5rem);
  align-items: center;
  gap: 1rem;
}
.form-area .w50 figure {
  width: calc(30% - 1rem);
}
.form-area .w50 > div {
  width: 70%;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.form-area .w50 > div .cta-btn {
  text-align: right;
}
.form-area .w50 .cta-btn a {
  justify-content: center;
}
#contact h3 {
  font-size: 1.8rem;
  text-align: left;
}
#contact p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
}
.form-area #contact-form {
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 5rem 2rem;
}

.form-area #contact-form h3 {
  font-size: clamp(2rem, 5vw, 3rem);
}
.form-area #contact-form p {
  font-size: 1.8rem;
}
#contact .cta-btn.gr {
  max-width: 600px;
  width: 90%;
  text-align: center;
}
#contact .cta-btn.gr a {
  background-color: #00ab73;
  font-size: 2.4rem;
  font-weight: 600;
  justify-content: center;
  border-radius: 50px;
}
#contact .cta-btn.gr a::after {
  background-color: #f7f716;
}


.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}

.modal.is-open {
  display: block;
}

.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 90%;
  max-width: 800px;
  height: 85vh;
  padding: 2rem;
  border-radius: 8px;
  overflow-y: scroll;
  box-sizing: border-box;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.modal-content #contact-form {
  padding: 20px 4% !important;
}


/* =================================================
   Responsive
================================================= */

@media screen and (max-width: 1080px) {
  .wrapper .inner {
    max-width: 96%;
  }
}

@media screen and (max-width: 980px) {
  .wrapper .inner {
    max-width: 94%;
  }
  .form-area .w50 {
    max-width: 100%;
  }
}

@media screen and (max-width: 960px) {
  #General-inquiries,
  #Users-inquiries {
    margin-top: 20px;
  }
  .main {
    margin-top: 0;
  }

}

@media screen and (max-width: 768px) {
  #fv .container {
    padding: 2rem 0 4rem;
    gap: 10vw;
  }
  .top-message {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 2rem;
  }
  .top-message figure {
    max-width: 75vw;
    margin-left: 2rem;
  }
  .top-message p {
    font-size: 1.2rem;
    text-align: right;
    width: 100%;
  }
  #fv .inner p {
    font-size: 1.8rem;
  }
  .concerns.flex {
    flex-direction: column-reverse;
  }
  #consultation .concerns {
    gap: 2rem;
  }
  #consultation .concerns ul,
  #consultation .concerns img {
    width: 100%;
  }
  #consultation .concerns-list li {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .movie-list.flex {
    flex-direction: column;
  }
  .movie {
    width: 100%;
  }
  #movies h2 {
    text-align: left;
  }
  .human-illust02 {
    flex-direction: column;
    align-items: center;
  }
  #consultation .human-illust02 img {
    max-width: 40%;
    margin-bottom: 0;
  }
  .tasks {
    max-width: 100%;
  }
  .tasks p {
    max-width: 100%;
    font-size: 1.6rem;
  }
  .tasks p::before {
    content: none;
  }
  .task-list {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
  }
  .task-list li {
    width: calc((100% - 1rem) / 2);
  }
  .slide-content {
    flex-direction: column-reverse;
    padding: 2rem 0;
  }
  .slide-content .main-content {
    width: 100%;
  }
  .slide-content .thumbs-content {
    width: 100%;
  }
  .service-content {
    padding: 1.5rem 1.5rem;
    border-radius: 20px;
  }
}

@media screen and (max-width: 640px) {
  [data-id="WebformPage_styles_div"] h1 {
    font-size: 20px;
  }
  .slide-text p {
    font-size: 1.3rem;
  }
  .thumb {
    width: calc((100% - 1rem) / 2);
  }
  .slide-content .thumb .service-logo figcaption {
    font-size: 1rem;
  }
  .slide-inner {
    padding: 1rem;
  }
  .case-head {
    flex-direction: column;
  }
  .case-detail {
    max-width: 100%;
  }
  .case-content .case-head img {
    max-width: 100%;
  }
  .pickup-service{
    flex-direction: column;
    gap: 2rem;
  }
  .pickup-service dl {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .form-area .w50 {
    flex-direction: column;
  }
  .form-area .w50 figure {
    width: 65%;
  }
  .form-area .w50 > div {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #services h2 br {
    display: block;
  }
  .task-list li {
    width: 100%;
  }
  .slide-inner h4 {
    font-size: 1rem;
  }
  .slide-text p {
    margin-bottom: 2rem;
  }
  .slide-content {
    padding: 1rem 0 2rem 0;
  }
  .case-inner {
    padding: 2rem 1.5rem;
  }
  .case-detail span {
    font-size: 1em;
  }
  .case-detail h3 {
    margin-top: 0.5rem;
  }
  .case-inner {
    border-radius: 20px;
  }
}


/* 資料ダウンロードページ ------------ */
.download #services.container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.download #services.container .inner.flex {
  flex-wrap: wrap;
  gap: 1rem;
  flex-direction: row;
}
.download #services.container .inner.flex > div {
  width: calc((100% - 1rem) / 2);
}
.download #services.container .inner.flex #all {
  width: 100%;
}
.download #services.container .inner.flex #all > div {
  border: 3px solid #333;
  align-items: center;
  gap: 10rem;
  justify-content: center;
}
.download #services.container .inner.flex #all figure {
  max-width: 200px;
}
.download #services.container .inner.flex .service-content {
  border-radius: 10px;
}
.download #services.container a {
  color: #333;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 1rem;
}
.download #services.container li a::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: center center/contain no-repeat url(../img/sessions/icon-download.png);
  display: block;
}

.download .download-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.download #services.container #WorkStyle a:hover {
  color: #00bbd4;
}
.download #services.container #Office a:hover {
  color: #3ea2ff;
}
.download #services.container #Facility a:hover {
  color: #ffeb3c;
}
.download #services.container #DisasterPrevention a:hover {
  color: #ea1e63;
}
@media screen and (max-width: 1020px) {
  .download #services.container .inner.flex > div {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .download #services.container .inner.flex #all > div {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
  }
}