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

  features

--------------------------------------------------------------------------------*/
.features .catch {
  background: #f3f3f3;
  margin: calc(var(--main-pdt, var(--space-l)) * -1) 0 0 0;
  padding: 84px 0;
}
.features .catch figure {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px;
}
.features .catch figure img {
  width: 100%;
  max-width: 580px;
  height: auto;
  aspect-ratio: 580 / 327;
}
.features .catch figure figcaption {
  
}
.features .catch figure figcaption p {
  display: block;
  margin: 30px 0 0 0;
}
.features .catch figure figcaption p:first-child {
  margin: 0;
}
.features .catch figure figcaption p strong {
  color: #122266;
  font-size: var(--fs-5l);
  font-family: var(--ff-min);
  line-height: 1.6;
}

@media (max-width: 760px) {
.features .catch {
  padding: 42px 0;
}
.features .catch figure {
  flex-direction: column-reverse;
}
.features .catch figure img {
  width: 100%;
  max-width: initial;
  height: auto;
  aspect-ratio: 580 / 327;
}
.features .catch figure figcaption p {
  margin: 15px 0 0 0;
}
.features .catch figure figcaption p strong {
  font-size: calc(var(--fs-5l) * 0.75);
}
.features .catch figure figcaption p strong br.pc {
  display: none;
}
}

.features .features-box {
  border-bottom: 1px solid #cccccc;
  padding: 84px 0;
}
.features .features-box figure {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 50px;
  column-gap: 40px;
}
.features .features-box figure img {
  width: calc((100% - 40px) / 2);
}
.features .features-box figure figcaption {
  width: 100%;
}

@media (max-width: 760px) {
.features .features-box {
  padding: 42px 0;
}
.features .features-box figure {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: auto;
}
.features .features-box figure img {
  width: 100%;
}
}
