@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : highlight.css
Description : みどころ
===================================================================== */
/* ========================================================
    submv
======================================================== */
.submv_img {
  background-image: url(../images/highlight/submv_bg01_sp.png);
}
@media screen and (min-width: 768px) {
  .submv_img {
    background-image: url(../images/highlight/submv_bg01_pc.png);
  }
}

/* ========================================================
    highlight
======================================================== */
.highlight {
  position: relative;
  width: 100%;
  padding: 18rem 0 24rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .highlight {
    padding: 7.8125vw 0 9.375vw 0;
  }
}
.highlight::before {
  content: none;
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
  display: block;
  width: 100%;
  aspect-ratio: 750/20;
  background-image: url(../images/highlight/highlight_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale(1, -1);
}
@media screen and (min-width: 768px) {
  .highlight::before {
    aspect-ratio: 1920/30;
    background-image: url(../images/highlight/highlight_bg01_pc.png);
  }
}
.highlight.bgGreen {
  background-color: #deebea;
}
.highlight.bgGreen::before {
  transform: scale(1, 1);
}
.highlight + .highlight::before {
  content: "";
}
.highlight_column {
  position: relative;
  width: 86.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .highlight_column {
    width: 62.5vw;
  }
}
.highlight_ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: max-content;
  max-width: 100%;
  min-height: 9rem;
  margin: 0 auto;
  padding: 1rem 8rem;
  text-align: center;
  border-radius: 5rem;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .highlight_ttl {
    min-height: 7rem;
  }
}
.highlight_ttl::before {
  content: "";
  position: absolute;
  left: 2.6rem;
  top: 50%;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #17b8aa;
  transform: translateY(-50%);
}
.highlight_ttl::after {
  content: "";
  position: absolute;
  right: 2.6rem;
  top: 50%;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #17b8aa;
  transform: translateY(-50%);
}
.highlight_ttl > span {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .highlight_ttl > span {
    font-size: 3.2rem;
  }
}
.highlight_subttl {
  position: relative;
  margin-top: 6rem;
  margin-bottom: -1.5rem;
  color: #17b8aa;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .highlight_subttl {
    margin-top: 4rem;
    margin-bottom: -1rem;
    font-size: 3.2rem;
  }
}
.highlight_subttl:first-child {
  margin-top: 0;
}
.highlight_text {
  position: relative;
  margin-top: 6rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .highlight_text {
    margin-top: 4rem;
  }
}
.highlight_img {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 3rem);
  margin: 1.5rem -1.5rem 0 -1.5rem;
}
@media screen and (min-width: 768px) {
  .highlight_img {
    width: 52.0833333333vw;
    margin: 1rem auto 0 auto;
  }
}
.highlight_img > figure {
  width: 100%;
  margin: 4.5rem 0 0 0;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .highlight_img > figure {
    width: 48%;
    margin: 3rem 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .highlight_img > figure:nth-child(2n) {
    margin-left: 4%;
  }
}
@media screen and (min-width: 768px) {
  .highlight_img > figure.imgL {
    width: 80%;
    margin-left: 0;
  }
}
.highlight_img > figure > img {
  border-radius: 2rem;
  overflow: hidden;
}
.highlight_img > figure > figcaption {
  position: relative;
  display: inline-block;
  margin-top: 1rem;
  padding: 0 1.3em;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .highlight_img > figure > figcaption {
    margin-top: 0.5rem;
    font-size: 1.8rem;
  }
}
.highlight_img > figure > figcaption::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  color: #17b8aa;
  transform: translateY(-50%);
}
.highlight_img > figure > figcaption::after {
  content: "●";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  color: #17b8aa;
  transform: translateY(-50%);
}

.main:has(> .bgGreen:last-child) + .footer::before {
  background-color: #deebea;
}/*# sourceMappingURL=highlight.css.map */