.l-header.fixed-header {
  display: block !important;
  background-color: #fff;
}
.l-main {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-image: url(../img/aie-license/license_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 98px;
}

.first_sec {
  padding-top: 4rem;
}
.first_sec .logo {
  max-width: 648px;
  margin: auto;
}
.first_sec .block .ttl {
  position: relative;
  z-index: 1;
  max-width: calc(910 / 1440 * 100vw);
  margin: auto;
  margin-top: 3.3rem;
}
.first_sec .block .sub_flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10.8rem 4.5rem 3.5rem;
  background-color: #fff;
  border-radius: 22px;
  margin-top: -6rem;
  box-shadow: 0 4px 4px 0 #00000040;
}
.first_sec .block .sub_flex::before {
  position: absolute;
  content: "";
  background-image: url(../img/aie-license/first_sec_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(300 / 1440 * 100vw);
  height: calc(680 / 1440 * 100vw);
  top: -25rem;
  left: -11rem;
  z-index: 1;
}
.first_sec .block .sub_flex::after {
  position: absolute;
  content: "";
  background-image: url(../img/aie-license/first_sec_bg2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(300 / 1440 * 100vw);
  height: calc(680 / 1440 * 100vw);
  top: -25rem;
  right: -11rem;
  z-index: 1;
}
.first_sec .block .sub_flex .box {
  flex: 0 0 45%;
}
.first_sec .block .sub_flex .box:nth-child(n+3) {
  margin-top: 2.2rem;
}
.first_sec .block .sub_flex .box:nth-child(3) .img {
  max-width: calc(390 / 1440 * 100vw);
}


.second_sec {
  margin-top: 15.3rem;
  padding-bottom: 11.4rem;
}
.second_sec .container .wrapper .content {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 6px 0 #ee86A8;
  padding:  15rem 8rem 5rem;
}
.second_sec .container .wrapper .content:nth-child(n+2) {
  margin-top: 14.8rem;
}
.second_sec .container .wrapper .content:nth-child(2) {
  box-shadow: 0 0 6px 0 #56B5E0;
}
.second_sec .container .wrapper .content:nth-child(3) {
  box-shadow: 0 0 6px 0 #FF384C;
}
.second_sec .container .wrapper .content:nth-child(4) {
  box-shadow: 0 0 6px 0 #F29A63;
}
.second_sec .container .wrapper .content:nth-child(5) {
  box-shadow: 0 0 6px 0 #757CBB;
}
.second_sec .container .wrapper .content .sub_ttl {
  position: absolute;
  right: 0;
  left: 0;
  max-width: calc(439 / 1440 * 100vw);
  margin: auto;
  top: -8rem;
}
.second_sec .container .wrapper .content:nth-child(3) .sub_ttl {
  max-width: calc(361 / 1440 * 100vw);
}
.second_sec .container .wrapper .content:nth-child(4) .sub_ttl {
  max-width: calc(314 / 1440 * 100vw);
}
.second_sec .container .wrapper .content:nth-child(5) .sub_ttl {
  max-width: calc(470 / 1440 * 100vw);
}

.second_sec .container .wrapper .content .list_block {
  display: flex;
  justify-content: space-between;
}
.second_sec .container .wrapper .content .list li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.6em;
  line-height: 1.5;
}
.second_sec .container .wrapper .content .list li:nth-child(n+2) {
  margin-top: 1rem;
}
.second_sec .container .wrapper .content .list li::before {
  content: "";
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  background: url(../img/aie-license/aesthetic_icon.svg) no-repeat center / contain;
}
.second_sec .container .wrapper .content:nth-child(2) .list li::before {
  background: url(../img/aie-license/makeup_icon.svg) no-repeat center / contain;
}
.second_sec .container .wrapper .content:nth-child(3) .list li::before {
  background: url(../img/aie-license/nail_icon.svg) no-repeat center / contain;
}
.second_sec .container .wrapper .content:nth-child(4) .list li::before {
  background: url(../img/aie-license/aroma_icon.svg) no-repeat center / contain;
}
.second_sec .container .wrapper .content:nth-child(5) .list li::before {
  background: url(../img/aie-license/total_icon.svg) no-repeat center / contain;
}

.second_sec .container .wrapper .content .list li.no_icon {
  font-weight: bold;
}
.second_sec .container .wrapper .content .list li.no_icon::before {
  display: none;
}
.second_sec .container .wrapper .content .list li.last_icon::before {
  background: url(../img/aie-license/last_icon.svg) no-repeat center / contain;
}
.second_sec .container .wrapper .content .list:nth-child(n+2) {
  margin-top: 5rem;
}


.senior_sec {
  margin-bottom: 14rem;
}
.senior_sec .container .wrapper .ttl {
  max-width: calc(454 / 1440 * 100vw);
  margin: auto;
}
.senior_sec .container .wrapper .block {
  display: flex;
}
.senior_sec .container .wrapper .block .box {
  flex: 0 0 30.65%;
  margin-right: 4%;
}
.senior_sec .container .wrapper .block .box:last-child {
  margin-right: 0;
}
.senior_sec .container .wrapper .block .box .txt {
  position: relative;
  padding: 3.5rem 2.8rem 2.4rem;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #faf063;
}
.senior_sec .container .wrapper .block .box:nth-child(2) .txt {
  border: 1px solid #EE86A8;
}
.senior_sec .container .wrapper .block .box:last-child .txt {
  border: 1px solid #12B8D7;
}
.senior_sec .container .wrapper .block .box .txt .icon {
  position: absolute;
  max-width: 202px;
  top: -4rem;
  left: -3rem;
}
.senior_sec .container .wrapper .block .box .txt .sub_txt {
  margin-bottom: 0;
  line-height: calc(27 / 16);
}

@media (max-width: 1024px) {
  .first_sec .block .sub_flex::before {
    top: -20rem;
    left: -4rem;
  }
  .first_sec .block .sub_flex::after {
    top: -20rem;
    right: -4rem;
  } 
  .second_sec .container .wrapper .content {
    padding-top: 9rem;
  }
}

@media (max-width: 768px) {
  .second_sec .container .wrapper .content {
    padding: 9rem 2rem 5rem;
  }
}

@media (max-width: 480px) {
  .first_sec .block .sub_flex::before,
  .first_sec .block .sub_flex::after {
    display: none;
  }
  .first_sec {
    padding-top: 0;
  }
  .first_sec .block .ttl {
    max-width: 100%;
  }
  .first_sec .block .sub_flex {
    display: block;
    padding: 4rem 15px 3.5rem;
    margin-top: -2rem;
  }
  .first_sec .block .sub_flex .box:nth-child(3) .img {
    max-width: calc(900 / 1440 * 100vw);
  }
  .first_sec .block .sub_flex .box:nth-child(n+2) {
    margin-top: 2rem;
  }
  .second_sec .container .wrapper .content .sub_ttl {
    max-width: 250px;
  }
  .second_sec .container .wrapper .content .sub_ttl {
    border: 10px;
  }
  .second_sec .container .wrapper .content {
    padding: 4rem 15px;
  }
  .second_sec .container .wrapper .content .list_block {
    display: block;
  }
  .second_sec .container .wrapper .content .list_block .list {
    font-size: 16px;
  }
  .second_sec .container .wrapper .content .list_block .right,
  .second_sec .container .wrapper .content .list:nth-child(n+2) {
    margin-top: 2rem;
  } 
  .second_sec .container .wrapper .content:nth-child(3) .sub_ttl {
    max-width: calc(740 / 1440 * 100vw);
  }
  .second_sec .container .wrapper .content:nth-child(4) .sub_ttl {
    max-width: calc(660 / 1440 * 100vw);
  }
  .second_sec .container .wrapper .content:nth-child(5) .sub_ttl {
    max-width: calc(1000 / 1440 * 100vw);
  }

  .second_sec {
    padding-bottom: 9rem;
  }
  .senior_sec .container .wrapper .ttl {
    max-width: calc(900 / 1440 * 100vw);
  }
  .senior_sec .container .wrapper .block {
    display: block;
  }
  .senior_sec .container .wrapper .block .box {
    margin-right: 0;
  }
}