@charset "UTF-8";
.cover-image-a2 {
  height: 400px;
}
.cover-image-a2__content-area {
  max-width: 1250px;
  position: relative;
}

#front-page-title {
  position: absolute;
  z-index: 2;
  top: min(2vw, 20px);
  left: 2vw;
  font-size: clamp(5rem, 8vw, 10rem);
  color: var(--font-white);
}

#figure-triangles-1 {
  right: 2vw;
  bottom: 0px;
  width: 70%;
  max-width: 400px;
  min-width: 240px;
}

hr {
  width: 100%;
  margin: 25px;
  border: 0;
  border-bottom: 1px solid #484848;
}

.view-more-link-a1:hover {
  border-color: #484848;
  background-color: #484848;
  color: #ffffff;
}

section {
  padding: 30px 0px;
}

#section1 .row-to-column-a1 {
  padding: 20px;
}
#section1 .row-to-column-a1__item1 {
  flex: 1 1 70%;
  max-width: 900px;
}
#section1 .row-to-column-a1__item2 {
  flex: 1 1 30%;
  width: 100%;
  max-width: 300px;
  margin: 20px; /*TODO: clamp に変更*/
}
#section1 .row-to-column-a1__item2 img {
  width: 100%;
  height: auto;
}
#section1 .row-to-column-a1 h2 {
  font-weight: bold;
  color: #4d4d4d;
}
@media screen and (max-width: 430px) {
  #section1 .row-to-column-a1 h2 {
    font-size: large;
  }
}
#section1 .row-to-column-a1 p {
  line-height: 2;
  font-size: larger;
}
@media screen and (max-width: 430px) {
  #section1 .row-to-column-a1 p {
    font-size: initial;
  }
}
#section1 .row-to-column-a1 p:first-of-type {
  margin-top: 10px;
}

#section2 h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: normal;
}
#section2 .row-to-column-a1 {
  align-items: stretch;
}
#section2 .card-a1 {
  margin: 20px;
}
#section2 .card-a1__cover {
  display: flex;
  justify-content: center;
  align-items: center;
}
#section2 .card-a1__cover img {
  max-height: 200px;
}
#section2 .card-a1__content {
  max-width: 400px;
  padding: 10px;
}
#section2 .card-a1__content h3 {
  font-size: large;
}
@media screen and (max-width: 430px) {
  #section2 .card-a1__content h3 {
    font-size: initial;
  }
}
#section2 .card-a1__content p {
  margin-top: 5px;
  font-size: larger;
}
@media screen and (max-width: 430px) {
  #section2 .card-a1__content p {
    font-size: large;
  }
}

#section3 .block-link {
  background-color: #000;
}
#section3 .image-text-container-a1 {
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding: 10px;
}
#section3 .image-text-container-a1__text-area {
  position: relative;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--font-white);
}
#section3 .image-text-container-a1 img {
  max-width: 70px;
}

#section4 h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: normal;
}
#section4 > div {
  width: calc(100% - 50px);
  max-width: 820px;
  margin: 25px;
  padding: 25px 50px;
  border: 1px solid var(--light-gray);
}
@media screen and (max-width: 430px) {
  #section4 > div {
    width: calc(100% - 30px);
    margin: 15px;
    padding: 15px 15px;
  }
}
#section4 > div > a {
  display: block;
  margin-top: 7px;
}
#section4 > div > a:first-of-type {
  margin-top: 0px;
}
#section4 > div .flex-column-2-items__item2 {
  margin-left: 50px;
}
@media screen and (max-width: 430px) {
  #section4 > div .flex-column-2-items__item2 {
    margin-left: 15px;
  }
}/*# sourceMappingURL=front-page-custom.css.map */