@charset "UTF-8";
/*
	$weight:フォントの太さ
	@include f_hiragino(300); ※ W3
	@include f_hiragino(600); ※ W6
*/
/*
	$weight:フォントの太さ
	@include f_din(600);
*/
/*
	$weight:フォントの太さ
	@include f_din(600);
*/
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
.sec_lineup {
  background-color: #FFFFFF;
  padding-top: 4rem;
}
@media print, screen and (min-width: 992px) {
  .sec_lineup {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_lineup {
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .sec_lineup .inner {
    max-width: 1000px;
  }
}
@media screen and (max-width: 991px) {
  .sec_lineup .inner {
    max-width: 600px;
  }
}
.sec_lineup .content_block {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
  row-gap: 3.8rem;
}
@media print, screen and (min-width: 992px) {
  .sec_lineup .content_block {
    -ms-grid-columns: 1fr 1.1fr;
    grid-template-columns: 1fr 1.1fr;
  }
}
@media screen and (max-width: 991px) {
  .sec_lineup .content_block {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .sec_lineup .content_block:not(:first-child) {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_lineup .content_block:not(:first-child) {
    margin-top: 4rem;
  }
}
.sec_lineup .content_block .title_box {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 992px) {
  .sec_lineup .content_block .title_box {
    border-left: 15px solid #00A99D;
  }
}
@media screen and (max-width: 991px) {
  .sec_lineup .content_block .title_box {
    border-left: 10px solid #00A99D;
  }
}
.sec_lineup .content_block .title_box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1em;
}
@media print, screen and (min-width: 992px) {
  .sec_lineup .content_block .title_box .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .sec_lineup .content_block .title_box .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec_lineup .content_block .title_box .title .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media print, screen and (min-width: 992px) {
  .sec_lineup .content_block .title_box .title .jp {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_lineup .content_block .title_box .title .jp {
    font-size: 2.4rem;
  }
}
.sec_lineup .content_block .title_box .title .en {
  font-family: "Barlow Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  color: #B3B3B3;
}
@media print, screen and (min-width: 992px) {
  .sec_lineup .content_block .title_box .title .en {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_lineup .content_block .title_box .title .en {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 992px) {
  .sec_lineup .content_block .title_box {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
}
@media print, screen and (min-width: 992px) {
  .sec_lineup .content_block .image_box {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
}
.sec_lineup .content_block .image_box picture {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media print, screen and (min-width: 992px) {
  .sec_lineup .content_block .text_box {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
}
@media screen and (max-width: 991px) {
  .sec_lineup .content_block .text_box {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}
.sec_lineup .content_block .text_box .text {
  line-height: 2.4;
}
@media print, screen and (min-width: 992px) {
  .sec_lineup .content_block .text_box .text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_lineup .content_block .text_box .text {
    font-size: 1.6rem;
  }
}