:root {
  --clr-blue: #005BAB;
  --clr-blue02: #4DFBFF;
  --clr-blue03: #F2F7FD;
  --clr-blue04: #E4EDF6;
  --clr-white: #fff;
  --font-bebas: "Bebas Neue", sans-serif;
}

.p-page--lp .p-page {
  padding: 0;
}

.p-page--lp .container {
  max-width: 112rem;
  margin: auto;
  padding: 0 20px;
}

.clr-blue {
  color: var(--clr-blue);
}

.clr-blue02 {
  color: var(--clr-blue02);
}

.fw-bold {
  font-weight: bold;
}

.c-btn--noml-blue {
  background-color: var(--clr-blue);
  color: var(--clr-white);
  padding: 0.2rem 2rem;
  font-weight: bold;
  display: inline-block;
}

/*CSS FOR HEADER - FOOTER*/
.l-header__inner {
  background: url(../images/lp/mv.png) center center no-repeat;
  background-size: cover;
  padding: 66px 12px 49px;
  position: relative;
  overflow: hidden;
  display: flex;
}

@media screen and (max-width: 767px) {
  .l-header__inner {
    flex-wrap: wrap;
    padding: 40px 20px;
  }
}
@media screen and (min-width: 1367px) {
  .l-header__inner {
    justify-content: space-between;
  }
}
.l-header__left {
  max-width: 60rem;
  margin: auto;
  margin-right: 40px;
}

@media screen and (min-width: 1367px) {
  .l-header__left {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__left {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 30px;
  }
}
.l-header__title {
  font-size: 5.5rem;
  font-weight: bold;
  color: var(--clr-white);
  line-height: 1.1 !important;
  margin-top: 40px;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
}

@media screen and (max-width: 960px) {
  .l-header__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__title, .l-header__title span {
    font-size: 2.7rem;
    line-height: 1.8;
  }
}
.l-header__desc {
  color: var(--clr-white);
  font-size: 1.8rem;
}

.l-header__right {
  width: 44.5%;
}

@media screen and (max-width: 767px) {
  .l-header__right {
    width: 80%;
    margin: auto;
  }
}
.l-header__logo--icon {
  fill: var(--clr-white);
}

.l-header__logo--logo-en {
  fill: var(--clr-white);
}

.l-header__logo--logo-jp {
  fill: var(--clr-blue02);
}

.l-footer-lp__logo--icon {
  fill: var(--clr-blue);
}

.l-footer-lp {
  padding: 35px 0 25px;
}

.l-footer-lp__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}

.l-footer-lp__logo {
  width: 420px;
  max-width: 100%;
  display: block;
}

.l-footer-lp__link {
  color: var(--clr-blue);
  text-decoration: underline;
  height: 100%;
  position: relative;
  margin-top: 7px;
}
.l-footer-lp__link svg {
  margin-left: 5px;
}

.l-footer-lp__copy {
  font-size: 1.4rem;
  margin-top: 20px;
  display: inline-block;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-page--lp .container {
    text-align: center;
  }
  .l-footer-lp__inner {
    justify-content: center;
  }
  .l-footer-lp__copy {
    font-size: 1.2rem;
  }
}

/*END CSS FOR HEADER - FOOTER*/
/*CSS FOR MAIN CONTENT*/
.l-section__title-01 {
  position: relative;
  display: flex;
}

.l-section__number {
  font-size: 7rem;
  color: var(--clr-blue);
  font-family: var(--font-bebas);
  letter-spacing: -1px;
  line-height: 1;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .l-section__number {
    font-size: 5rem;
  }
}

.l-section__en {
  font-size: 1.6rem;
  font-family: var(--font-bebas);
  color: var(--clr-blue);
  line-height: 1;
  position: relative;
  padding: 0 25px;
}

.l-section__en:before, .l-section__en:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2rem;
  height: 0.1rem;
  background-color: var(--clr-blue);
}

.l-section__en:after {
  left: auto;
  right: 0;
  display: none;
}

.l-section__txt {
  padding-left: 20px;
}

.l-section__title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-section__title {
    font-size: 2.1rem;
    line-height: 1.3;
  }
}

.l-section__title--center {
  display: block;
  text-align: center;
}

.l-section__title--center .l-section__title {
  text-align: center;
  margin: 10px 0;
}

.l-section__title--center .l-section__en {
  letter-spacing: 0;
}

.l-section__title--center .l-section__en:after {
  display: block;
}

.l-section__title-02 {
  text-align: center;
  font-size: 2.2rem;
  position: relative;
  color: var(--clr-blue);
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-section__title-02 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}

.l-section__title-02 h3 {
  text-align: center;
}

.l-section__title-02:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--clr-blue);
  width: 10rem;
  height: 0.1rem;
}

.l-section-01 {
  padding: 40px 0 95px;
}

@media screen and (max-width: 767px) {
  .l-section-01 {
    padding: 30px 0 40px;
  }
}
.l-section-01 .l-section__title-01 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-section-01 .l-section__title-01 {
    margin-bottom: 2rem;
  }
}

.l-section-01__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-section-01__top {
    padding-right: 0;
    flex-wrap: wrap;
  }
}

.l-section-01__left {
  flex: 1;
  min-width: 0;
  padding-top: 15px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .l-section-01__left {
    width: 100%;
    flex: auto;
    padding-top: 0;
  }
}

.l-section-01__right {
  max-width: 218px;
}
@media screen and (max-width: 767px) {
  .l-section-01__right {
    margin: 20px auto 0;
  }
}

.l-section-01__bot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-section-01__bot {
    gap: 15px;
  }
}

.l-section-01__bot-item {
  width: calc(50% - 20px);
  background-color: var(--clr-blue03);
  border-radius: 20px;
  padding: 27px 30px;
}
@media screen and (max-width: 767px) {
  .l-section-01__bot-item {
    width: 100%;
    padding: 20px;
  }
}

.l-section-01__bot-item p {
  margin-bottom: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-section-01__bot-item p {
    margin-bottom: 10px;
  }
}

.l-section-01__bot-item p:last-child {
  margin-bottom: 0;
}

.l-section-02 {
  background-color: var(--clr-blue03);
  padding: 90px 0 83px;
}
@media screen and (max-width: 767px) {
  .l-section-02 {
    padding: 40px 0;
  }
  .l-section-02 .text_center {
    text-align: left;
  }
}

.l-section-02 .l-section__title-01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-section-02 .l-section__title-01 {
    margin-bottom: 20px;
  }
}

.l-section-02__top {
  border-radius: 12px 15px 15px 12px;
  box-shadow: -6px 0px 0 var(--clr-blue);
  padding: 25px 30px;
  margin: 45px 0 30px;
  margin-left: 6px;
  background: url("../images/lp/icon_01.png") center right 50px no-repeat var(--clr-white);
  background-size: 196px;
}
@media screen and (max-width: 767px) {
  .l-section-02__top {
    margin: 20px 0 20px;
    padding: 20px;
    background-size: 80px;
    background-position: center right 20px;
  }
}

.l-section-02__bot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-section-02__bot {
    flex-direction: column-reverse;
  }
}

.l-section-02__list {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .l-section-02__list {
    width: 100%;
  }
}

.l-section-02__item {
  background-color: var(--clr-white);
  border: 1px solid var(--clr-blue);
  border-radius: 65px;
  padding: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .l-section-02__item {
    border-radius: 30px;
  }
  .l-section-02__item:last-child {
    margin-bottom: 0;
  }
}

.l-section-02__icon {
  border-radius: 100%;
  min-width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--clr-blue04);
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .l-section-02__icon {
    min-width: 80px;
    height: 80px;
    padding: 0;
  }
}

.l-section-02__icon img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .l-section-02__icon img {
    width: 45px;
    height: 45px;
  }
}

.l-section-02__cnt {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-section-02__cnt {
    padding: 0 10px;
  }
}

.l-section-02__title {
  font-size: 1.8rem;
  color: var(--clr-blue);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-section-02__title {
    font-size: 1.7rem;
  }
}

.l-section-02__img {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .l-section-02__img {
    width: 90%;
    margin: 20px auto;
  }
}

.l-section-03 {
  padding: 110.5px 0 100.7px;
}
@media screen and (max-width: 767px) {
  .l-section-03 {
    padding: 40px 0;
  }
}

.l-section-03__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .l-section-03__wrapper {
    flex-direction: column-reverse;
  }
}

.l-section-03__left {
  width: 59%;
  margin-left: -13%;
  padding-right: 3%;
}
@media screen and (max-width: 767px) {
  .l-section-03__left {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.l-section-03__right {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .l-section-03__right {
    width: 100%;
  }
}

.l-section-03__box-01 {
  background-color: var(--clr-blue03);
  border-radius: 15px;
  padding: 24px 28px;
  box-shadow: -6px 0 0 var(--clr-blue);
  margin: 25px 0;
  font-weight: bold;
  margin-left: 6px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-section-03__box-01 {
    padding: 20px;
  }
}

.l-section-03__box-02 {
  border: 1px solid var(--clr-blue);
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-section-03__box-02 {
    padding-left: 15px;
    margin-bottom: 30px;
  }
}

.l-section-03__box-02 li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 7px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-section-03__box-02 li {
    margin-bottom: 10px;
  }
  .l-section-03__box-02 li:last-child {
    margin-bottom: 0;
  }
}

.l-section-03__box-02 li:last-child {
  margin-bottom: 0;
}

.l-section-03__box-02 li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: var(--clr-blue03);
  border-radius: 100%;
}

.l-section-03__box-02 li:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 7px;
  width: 25px;
  height: 25px;
  background: url(../images/lp/icon-check.png) center center no-repeat;
  background-size: 100%;
}

.l-section-04 {
  padding: 80px 0;
  color: var(--clr-white);
  background: url("../images/lp/bg.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-section-04 {
    padding: 40px 0;
  }
}

.l-section-04 .l-section__title-01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-section-04 .l-section__title-01 {
    margin-bottom: 20px;
  }
}

.l-section-04 .l-section__number {
  color: var(--clr-blue02);
}

.l-section-04 .l-section__en {
  color: var(--clr-blue02);
}

.l-section-04 .l-section__en:before {
  background-color: var(--clr-blue02);
}

.l-section-04 .l-section__title {
  color: var(--clr-white);
}

.l-section-04__box {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .l-section-04__box {
    padding: 20px;
  }
}

.l-section-04__title {
  text-align: center;
  font-size: 2rem;
  color: var(--clr-blue);
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-section-04__title {
    font-size: 1.7rem;
  }
}

.l-section-04__title-h3 {
  background-color: var(--clr-white);
  border-radius: 20px;
  padding: 0 40px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-section-04__title-h3 {
    padding: 0 20px;
  }
}

.l-section-04__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 30px;
}

.l-section-04__list li {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  width: 23%;
}
@media screen and (max-width: 767px) {
  .l-section-04__list li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 414px) {
  .l-section-04__list li {
    width: 100%;
  }
}

.l-section-04__list li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: var(--clr-blue02);
  border-radius: 100%;
  z-index: -1;
}
@media screen and (max-width: 414px) {
  .l-section-04__list li:before {
    top: 10px;
  }
}

.l-section-05 {
  padding: 90px 0 0;
  background-color: var(--clr-blue03);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-section-05 {
    padding-top: 40px;
  }
  .l-section-05 .text_center {
    text-align: left;
  }
}

.l-section-05 .l-section__title-01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-section-05 .l-section__title-01 {
    margin-bottom: 20px;
  }
}

.l-section-05__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 25px;
}
@media screen and (max-width: 767px) {
  .l-section-05__list {
    margin: 30px 0 15px;
  }
}

.l-section-05__item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  background-color: var(--clr-white);
  border: 1px solid var(--clr-blue);
  padding: 20px 20px 20px 25px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-section-05__item {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
  }
}

.l-section-05__cnt {
  flex: 1;
  padding-right: 20px;
}

.l-section-05__title {
  font-size: 1.8rem;
  color: var(--clr-blue);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-section-05__title {
    font-size: 1.6rem;
  }
}

.l-section-05__item:last-child .l-section-05__img {
  width: 65px;
}
@media screen and (max-width: 767px) {
  .l-section-05__item:last-child .l-section-05__img {
    width: 55px;
  }
}

.l-section-05__img {
  width: 84px;
}
@media screen and (max-width: 767px) {
  .l-section-05__img {
    width: 60px;
  }
}

.l-section-05__title-h3 {
  text-align: center;
  font-size: 2.4rem;
  color: var(--clr-blue);
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-section-05__title-h3 {
    font-size: 2rem;
  }
}

.l-section-05__feel {
  position: relative;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .l-section-05__feel {
    padding-bottom: 40px;
  }
}

.l-section-05__feel-img {
  max-width: 295px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-section-05__feel-img {
    position: relative;
    max-width: 150px;
    bottom: 0;
  }
}

.l-section-05__list02 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .l-section-05__list02 ul {
    padding: 0;
  }
}

.l-section-05__list02 li {
  background-color: var(--clr-white);
  border-radius: 30px;
  border-width: 1px 1px 1px 5px;
  border-style: solid;
  border-color: var(--clr-blue);
  padding: 10px;
  position: relative;
  width: 40%;
  margin-bottom: 30px;
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .l-section-05__list02 li {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 15px;
    padding-left: 40px;
    margin-left: 0 !important;
  }
}

.l-section-05__list02 li:nth-child(1) {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .l-section-05__list02 li:nth-child(1) {
    margin-left: 20px;
  }
}

.l-section-05__list02 li:nth-child(2) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .l-section-05__list02 li:nth-child(2) {
    margin-right: 20px;
  }
}

.l-section-05__list02 li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 10px;
  width: 30px;
  height: 30px;
  background-color: var(--clr-blue03);
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .l-section-05__list02 li:before {
    width: 18px;
    height: 18px;
  }
}

.l-section-05__list02 li:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 15px;
  width: 25px;
  height: 25px;
  background: url(../images/lp/icon-check.png) center center no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .l-section-05__list02 li:after {
    top: 8px;
    left: 11px;
    baseline-shift: 20px;
  }
}

.l-section-05__pdf {
  margin: 50px auto;
  border-radius: 20px;
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #071848;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .l-section-05__pdf {
    margin: 30px auto 0;
    padding: 20px;
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.l-section-05__pdf-txt {
  flex: 1;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .l-section-05__pdf-txt {
    width: 100%;
    flex: auto;
    margin-bottom: 20px;
  }
}
.l-section-05__pdf-btn {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .l-section-05__pdf-btn {
    margin: auto;
  }
}
.l-section-05__pdf-btn a {
  display: inline-block;
  background-color: var(--clr-blue);
  color: var(--clr-white);
  padding: 10px 30px;
  font-weight: bold;
  border-radius: 3px;
  font-size: 1.8rem;
  font-weight: bold;
  transition: all 0.5s;
}
.l-section-05__pdf-btn a svg {
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.l-section-05__pdf-btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .l-section-05__pdf-btn a {
    font-size: 1.6rem;
  }
}

.l-section-05__title-h4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-section-05__title-h4 {
    margin-bottom: 10px;
  }
}
.l-section-05__title-h4 .en {
  color: var(--clr-blue);
  display: inline-block;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-section-05__title-h4 .en {
    font-size: 1.2rem;
  }
}
.l-section-05__title-h4 .jp {
  color: var(--clr-white);
  display: block;
  font-size: 2.3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-section-05__title-h4 .jp {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.l-section-06 {
  padding: 150px 0 100px;
}
@media screen and (max-width: 767px) {
  .l-section-06 {
    padding: 60px 0 40px;
  }
}

.l-section-06 .l-section__title-01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-section-06 .l-section__title-01 {
    margin-bottom: 20px;
  }
}

.l-section-06__list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: counter;
}
@media screen and (max-width: 767px) {
  .l-section-06__list {
    margin-top: 20px;
  }
}

.l-section-06__item {
  width: calc(50% - 10px);
  background-color: var(--clr-blue03);
  padding: 15px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
  padding-left: 65px;
}
@media screen and (max-width: 767px) {
  .l-section-06__item {
    width: 100%;
    padding-left: 50px;
  }
}

.l-section-06__item p {
  list-style: 1.8;
}

.l-section-06__item:before {
  width: 45px;
  background-color: var(--clr-blue);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: counter;
  content: counter(counter);
  font-size: 4rem;
  font-family: var(--font-bebas);
  color: var(--clr-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-section-06__item:before {
    font-size: 3rem;
    width: 32px;
  }
}

.l-section-06__full {
  background-color: var(--clr-blue03);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 10px 0 0 var(--clr-blue), -10px 0 0 var(--clr-blue);
  margin: 0 10px;
  text-align: center;
}
.l-section-06__full p {
  text-align: center;
}

.l-section-06__title {
  color: var(--clr-blue);
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-section-06__title {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.l-section-07 {
  padding: 90px 0;
  color: var(--clr-white);
  background: url("../images/lp/bg2.png") center center no-repeat var(--clr-blue);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-section-07 {
    padding: 40px 0;
  }
  .l-section-07 .text_center {
    text-align: left;
  }
}

.l-section-07 .l-section__title-01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-section-07 .l-section__title-01 {
    margin-bottom: 20px;
  }
}

.l-section-07 .l-section__number {
  color: var(--clr-blue02);
}

.l-section-07 .l-section__en {
  color: var(--clr-blue02);
}

.l-section-07 .l-section__en:before, .l-section-07 .l-section__en:after {
  background-color: var(--clr-blue02);
}

.l-section-07 .l-section__title {
  color: var(--clr-white);
}

.l-section-07__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .l-section-07__list {
    margin: 30px 0;
  }
}

.l-section-07__list li {
  font-size: 2rem;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 5px 20px;
  width: calc(25% - 20px);
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-section-07__list li {
    font-size: 1.6rem;
    width: calc(50% - 10px);
  }
}

.l-section-07__txt {
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-section-07__txt {
    font-size: 2.5rem;
    line-height: 1.8;
  }
  .l-section-07__txt span {
    display: block;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.8;
  }
}

.mb25 {
  margin-bottom: 25px;
}

/*END CSS FOR MAIN CONTENT*/