@charset "UTF-8";

.contents-e-kurashi sup {
  font-size: 50%;
}

/* lead
------------------------------------------*/
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-w-650.sec-lead__img {
    margin-left: -4vw;
    margin-right: -4vw;
    width: 100vw;
  }
}

/* scene
------------------------------------------*/
.sec-scene__wrap {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 50px;
}
.sec-scene__wrap + .sec-scene__wrap {
  margin-top: 120px;
}
.sec-scene__head {
  width: 636px;
  margin-left: -110px;
  transform: translateY(-16px);
}
.sec-scene__body {
  width: 400px;
}
@media screen and (min-width: 641px) {
  .sec-scene__wrap:nth-child(even) {
    grid-template-columns: 400px 1fr;
  }
  .sec-scene__wrap:nth-child(even) .sec-scene__head {
    order: 2;
    margin-left: 0;
    margin-right: -110px;
  }
  .sec-scene__wrap:nth-child(even) .sec-scene__body {
    order: 1;
  }
}
@media screen and (max-width: 640px) {
  .sec-scene__wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sec-scene__wrap + .sec-scene__wrap {
    margin-top: 80px;
  }
  .sec-scene__head {
    width: 100vw;
    margin: 0 -4vw;
    transform: translateY(0);
  }
  .sec-scene__body {
    width: 100%;
  }
}

/* about
------------------------------------------*/
.sec-about {
  display: flex;
  align-items: center;
  gap: 64px;
}
.sec-about__head {
  white-space: nowrap;
}
.sec-about__body {
  position: relative;
}
.sec-about__body::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #477185;
  position: absolute;
  top: 0;
  left: -32px;
}
@media screen and (max-width: 640px) {
  .sec-about {
    flex-direction: column;
  }
  .sec-about__body::after {
    top: -32px;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

/* type
------------------------------------------*/
.sec-type__case {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
.sec-type__case-item {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
}
.sec-type__note {
  margin-top: 16px;
}
.sec-type-color {
  margin-top: 60px;
}
.sec-type-color__link {
  display: inline-flex;
  width: 280px;
  height: 48px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border: solid 1px #000;
  transition: 0.3s ease-out;
}
.sec-type-color__link::before,
.sec-type-color__link::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.sec-type-color__link::before {
  transform: rotate(-135deg);
  margin-left: 16px;
  opacity: 0;
}
.sec-type-color__link::after {
  transform: rotate(45deg);
  margin-right: 16px;
}
@media screen and (min-width: 641px) {
  .sec-type-color__link:hover,
  .sec-type-color__link:hover::before,
  .sec-type-color__link:hover::after {
    border-color: #477185;
    color: #477185;
  }
}
@media screen and (max-width: 640px) {
  .sec-type__case {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* introduce
------------------------------------------*/
.sec-introduce__case {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 640px) {
  .sec-introduce__case {
    grid-template-columns: 1fr;
  }
}

/* download
------------------------------------------*/
.sec-download {
  background: #E8E8E8;
  padding: 20px;
}
.sec-download__link {
  width: 600px;
  display: block;
  margin: 0 auto;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 641px) {
  .sec-download__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .sec-download__link {
    width: 100%;
  }
}

/* 共通部分巻き戻り対策
------------------------------------------*/
.contents-e-kurashi .ek-w-650 {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-w-650 {
    width: 100%;
  }
}
.contents-e-kurashi .ek-col-477185 {
  color: #477185 !important;
}
.contents-e-kurashi .idea-column__mv.-bg-477185 .-vol {
  background: #477185;
}

@media screen and (min-width: 641px) {
  .contents-e-kurashi .ek-fs-28 {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 640px) {
  .contents-e-kurashi .ek-fs-12__sp {
    font-size: 3.2vw !important;
  }
  .contents-e-kurashi .ek-fs-16__sp {
    font-size: 4.26667vw !important;
  }
  .contents-e-kurashi .ek-fs-28__sp {
    font-size: 5vw !important;
  }
}