/*! Writen  by SCSS */
.sec01 {
  position: relative; }
  .sec01::before {
    content: '';
    width: 100%;
    aspect-ratio: 1920/510;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/concept/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    pointer-events: none; }
    @media screen and (max-width: 480px) {
      .sec01::before {
        aspect-ratio: 20/11; } }
  .sec01 .main_text {
    width: 45.91%; }
    @media screen and (max-width: 480px) {
      .sec01 .main_text {
        width: 80%; } }
  .sec01 .main_img {
    margin-bottom: clamp(30px, 5.417vw, 65px); }
  .sec01 .text_img {
    margin-bottom: clamp(20px, 2.917vw, 35px); }
    @media screen and (max-width: 480px) {
      .sec01 .text_img {
        width: 83.5%; } }
  .sec01 .text01 {
    font-size: clamp(12px, 1.5vw, 18px);
    line-height: 2.65;
    letter-spacing: 0.05em;
    margin-bottom: clamp(30px, 5.834vw, 70px); }
    @media screen and (max-width: 480px) {
      .sec01 .text01 {
        font-size: 13px;
        line-height: 1.8; } }
  .sec01 .img_wrap {
    flex-wrap: wrap;
    grid-row-gap: clamp(10px, 2.084vw, 25px);
    margin-bottom: clamp(50px, 8.334vw, 100px); }
    .sec01 .img_wrap .img:nth-child(1), .sec01 .img_wrap .img:nth-child(2) {
      width: 49%; }
    .sec01 .img_wrap .img:nth-child(3), .sec01 .img_wrap .img:nth-child(4), .sec01 .img_wrap .img:nth-child(5) {
      width: 32%; }

.sec02 {
  background-color: #94b1bc;
  padding-block: clamp(30px, 4.167vw, 50px);
  margin-bottom: clamp(50px, 6.667vw, 80px); }
  .sec02 .ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-row-gap: clamp(10px, 1.667vw, 20px);
    font-size: clamp(18px, 3.584vw, 43px);
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-bottom: clamp(5px, 1.25vw, 15px); }
    .sec02 .ttl .ttl_in {
      font-weight: bold;
      letter-spacing: 0.08em; }
    .sec02 .ttl .small {
      font-size: 40%; }
      @media screen and (max-width: 480px) {
        .sec02 .ttl .small {
          font-size: 10px; } }
  .sec02 .img {
    margin-bottom: clamp(20px, 3.334vw, 40px); }
  .sec02 .text02 {
    color: #fff;
    text-align: center;
    font-size: clamp(12px, 1.667vw, 20px);
    line-height: 2.65;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 480px) {
      .sec02 .text02 {
        font-size: 13px;
        line-height: 1.8; } }

/*# sourceMappingURL=concept.css.map */
