@charset "UTF-8";
.p-top {
  overflow: hidden;
}

.p-mv {
  position: relative;
  width: 144rem;
  margin-inline: auto;
  height: calc(80.4rem + var(--headerHeight) + 12.5vw);
}
@media screen and (max-width: 767px) {
  .p-mv {
    width: 100%;
    height: 58.4rem;
  }
}

.p-mv__title {
  padding: calc(var(--headerHeight) + 1.6rem) 0 0 4rem;
  color: #04067C;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 1.3rem;
    padding: 1.5rem 0 0 2rem;
  }
}

.p-mvSlide {
  position: absolute;
  top: 0;
  right: -5rem;
  width: 90rem;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
body.is-load .p-mvSlide {
  -webkit-animation: fadeDown 0.5s 0.5s ease forwards;
          animation: fadeDown 0.5s 0.5s ease forwards;
}
@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .p-mvSlide {
    right: 3rem;
    width: 50rem;
    translate: 50% 0;
  }
}
.p-mvSlide .swiper {
  padding-top: 13.5rem;
  height: 100%;
  overflow: visible;
}
.p-mvSlide .swiper-slide {
  position: relative;
  aspect-ratio: 799/690;
  -webkit-transition: translate var(--duration03);
  transition: translate var(--duration03);
}
.p-mvSlide .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg_mv01.svg) no-repeat center center/contain;
  -webkit-transition: opacity var(--duration03);
  transition: opacity var(--duration03);
}
.p-mvSlide .swiper-slide picture,
.p-mvSlide .swiper-slide img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mvSlide .swiper-slide picture {
  opacity: 0.1;
  -webkit-transition: opacity var(--duration03);
  transition: opacity var(--duration03);
}
.p-mvSlide .swiper-slide.swiper-slide-active::before {
  opacity: 0;
}
.p-mvSlide .swiper-slide.swiper-slide-active picture {
  opacity: 1;
}
.p-mvSlide .swiper-slide.swiper-slide-prev {
  translate: 14% 0;
}
@media screen and (max-width: 767px) {
  .p-mvSlide .swiper-slide.swiper-slide-prev {
    translate: 10% 0;
  }
}
.p-mvSlide .swiper-slide.swiper-slide-next {
  translate: -14% 0;
}
@media screen and (max-width: 767px) {
  .p-mvSlide .swiper-slide.swiper-slide-next {
    translate: -10% 0;
  }
}

.p-mv__inner {
  position: relative;
  z-index: 1;
  width: 108rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    width: 100%;
    padding-inline: 3rem;
  }
}

.p-mvTexts {
  position: relative;
  padding-top: 14.4rem;
  width: 42rem;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
body.is-load .p-mvTexts {
  -webkit-animation: fadeUp 0.5s 1s ease forwards;
          animation: fadeUp 0.5s 1s ease forwards;
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .p-mvTexts {
    padding-top: 4.8rem;
    width: 100%;
  }
}

.p-mvTexts__lead {
  width: 38.8rem;
}
@media screen and (max-width: 767px) {
  .p-mvTexts__lead {
    width: 18.1rem;
  }
}

.p-mvTexts__title {
  font-weight: 600;
  font-size: 2.9rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-mvTexts__title {
    font-size: 1.6rem;
    margin-top: 1.3rem;
  }
}

.p-mvProducts {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 100%;
  gap: 0.8rem;
  width: 26.7rem;
}
@media screen and (max-width: 767px) {
  .p-mvProducts {
    margin-top: 1.5rem;
    width: 19rem;
  }
}

.p-mvProducts__item {
  font-weight: 800;
  font-size: 2.5rem;
  padding: 0.8rem 0.6rem;
  background: white;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mvProducts__item {
    font-size: 1.75rem;
    padding: 0.4rem;
  }
}

.p-mvTexts__image {
  position: absolute;
  bottom: -2.4rem;
  right: -19.5rem;
  width: 31.8rem;
}
@media screen and (max-width: 767px) {
  .p-mvTexts__image {
    position: static;
    bottom: auto;
    right: auto;
    width: 21.8rem;
    margin: -0.8rem 0 0 -1.6rem;
  }
}

/*p-blue*/
.p-blueTop {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1440/180;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgb(247, 247, 247)), color-stop(90%, rgba(247, 247, 247, 0)));
  background: linear-gradient(0deg, rgb(247, 247, 247) 60%, rgba(247, 247, 247, 0) 90%);
  margin-top: -12.5vw;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (max-width: 767px) {
  .p-blueTop {
    margin-top: -4.6rem;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(247, 247, 247)), color-stop(90%, rgba(247, 247, 247, 0)));
    background: linear-gradient(0deg, rgb(247, 247, 247) 50%, rgba(247, 247, 247, 0) 90%);
  }
}
.p-blueTop::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 2px;
  width: calc(100% + 2px);
  aspect-ratio: 1440/100;
  background: var(--blueGradient01);
  -webkit-mask: url(../img/top/mask_blue01.svg) no-repeat left bottom/cover;
          mask: url(../img/top/mask_blue01.svg) no-repeat left bottom/cover;
}

.p-blue {
  position: relative;
  background: var(--blueGradient01);
}
@media screen and (max-width: 767px) {
  .p-blue {
    padding-bottom: 3.5rem;
  }
}
.p-blue::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/100;
  background: var(--blueGradient01);
  -webkit-mask: url(../img/top/mask_blue01.svg) no-repeat left top/cover;
          mask: url(../img/top/mask_blue01.svg) no-repeat left top/cover;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  translate: 0 calc(100% - 1px);
}

/*p-sec01*/
@media screen and (max-width: 767px) {
  .p-sec01 {
    --wrapPaddingHorizontal: 1rem;
  }
}

.p-sec01__grid {
  width: 130rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 10.6rem 45rem 1fr;
}
@media screen and (max-width: 767px) {
  .p-sec01__grid {
    width: 100%;
    display: block;
    position: relative;
  }
}

.p-sec01__texts {
  color: white;
  padding: 11.5rem 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-sec01__texts {
    padding: 4rem 2.5rem 0;
  }
}

.p-sec01__title {
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-sec01__title {
    font-size: 3.4rem;
  }
}

.p-sec01__text {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
  margin-top: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-sec01__text {
    font-size: 1.8rem;
  }
}

.p-sec01__image01 {
  padding-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-sec01__image01 {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    width: 5.5rem;
    padding: 0;
  }
}

.p-sec01__image02 {
  padding-inline: 0.5rem 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-sec01__image02 {
    padding-inline: 0;
    width: 93%;
    margin: 5.5rem 0 0;
  }
}

/*p-sec02*/
.p-sec02 {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-sec02 {
    margin-top: 3rem;
    --wrapPaddingHorizontal: 1rem;
  }
}

.p-sec02__bg {
  background: white;
  border-radius: 2rem;
  padding: 8rem 8rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-sec02__bg {
    padding: 3rem 2rem 2.5rem;
  }
}

.p-sec02Box01 {
  position: relative;
  width: 109rem;
  margin-inline: auto;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sec02Box01 {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
}

.p-sec02Box01__title {
  font-weight: 800;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-sec02Box01__title {
    font-size: 3.4rem;
  }
}

.p-sec02Box01__text {
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-sec02Box01__text {
    font-size: 1.6rem;
    margin-top: 1.4rem;
  }
}

.p-sec02Box01__image {
  position: absolute;
  top: -15rem;
  right: -7rem;
  width: 69rem;
}
@media screen and (max-width: 767px) {
  .p-sec02Box01__image {
    position: static;
    top: auto;
    right: auto;
    width: 24.5rem;
    margin: 1rem auto 0;
  }
}

.p-sec02Box02 {
  position: relative;
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-sec02Box02 {
    margin-top: 2.5rem;
    grid-template-columns: 100%;
    gap: 1.3rem;
  }
}

.p-sec02Box02__item {
  background: var(--blueGradient01);
  border-radius: var(--borderRadius10);
  padding: 5rem;
  color: white;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec02Box02__item {
    padding: 3rem 2rem 4rem;
  }
}

.p-sec02Box02Title__text01 {
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  display: block;
}

.p-sec02Box02Title__text02 {
  font-weight: 700;
  font-size: 6.2rem;
  display: block;
  margin-top: -0.3rem;
  line-height: 1;
}

.p-sec02Box02__text {
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin: 4rem auto 0;
  padding-top: 2.5rem;
  width: 43rem;
  border-top: 1px solid #7278DE;
}
@media screen and (max-width: 767px) {
  .p-sec02Box02__text {
    width: 100%;
    text-align: left;
    margin: 2.5rem auto 0;
    padding-top: 1.5rem;
  }
}

.p-sec02Box02__image {
  width: 23rem;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-sec02Box02__image {
    width: 17rem;
  }
}

/*p-sec03*/
.p-sec03 {
  margin-top: 6.9444444444vw;
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-sec03 {
    margin-top: 2.6rem;
    padding-top: 7.2rem;
  }
}

.p-sec03List {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: 100%;
  gap: 10.3rem;
}
@media screen and (max-width: 767px) {
  .p-sec03List {
    margin-top: 6rem;
    gap: 7.7rem;
  }
}

.p-sec03List__item {
  position: relative;
  width: 108rem;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-sec03List__item:nth-child(even) {
  margin-left: auto;
}
@media screen and (min-width: 767.1px) {
  .p-sec03List__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-sec03List__item:nth-child(1) .p-sec03List__num {
  left: -3.5rem;
}
@media screen and (max-width: 767px) {
  .p-sec03List__item:nth-child(1) .p-sec03List__num {
    left: 0;
  }
}
.p-sec03List__item:nth-child(2) .p-sec03List__num {
  right: -3.5rem;
}
@media screen and (max-width: 767px) {
  .p-sec03List__item:nth-child(2) .p-sec03List__num {
    right: 0;
  }
}
.p-sec03List__item:nth-child(3) .p-sec03List__num {
  left: -3.5rem;
}
@media screen and (max-width: 767px) {
  .p-sec03List__item:nth-child(3) .p-sec03List__num {
    left: 0;
  }
}
.p-sec03List__item:nth-child(4) .p-sec03List__num {
  right: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sec03List__item:nth-child(4) .p-sec03List__num {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sec03List__item {
    display: block;
    width: 100%;
    border-radius: var(--borderRadius10);
  }
}

.p-sec03List__num {
  position: absolute;
  top: 0;
  translate: 0 -50%;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  color: #C5C5C5;
  font-size: 14rem;
}
@media screen and (max-width: 767px) {
  .p-sec03List__num {
    width: 100%;
    text-align: center;
    font-size: 8rem;
  }
}

.p-sec03List__texts {
  width: 50%;
  padding: 7.5rem 6rem 7.5rem 9rem;
}
@media screen and (max-width: 767px) {
  .p-sec03List__texts {
    width: 100%;
    padding: 4.5rem 3rem 3.5rem;
  }
}

.p-sec03List__title {
  color: var(--blue01);
  font-weight: 800;
  font-size: 4rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-sec03List__title {
    font-size: 2.6rem;
    line-height: 1.4615384615;
    text-align: center;
  }
}

.p-sec03List__text {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sec03List__text {
    margin-top: 1rem;
  }
}

.p-sec03List__image {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-sec03List__image {
    width: 100%;
    height: auto;
    border-radius: 0 0 var(--borderRadius10) var(--borderRadius10);
    overflow: hidden;
  }
}
.p-sec03List__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*p-sec04*/
.p-sec04 {
  margin-top: 12rem;
  padding-block: 12rem;
  background: #F0F0F0;
}
@media screen and (max-width: 767px) {
  .p-sec04 {
    margin-top: 7rem;
    padding-block: 7rem;
    --wrapPaddingHorizontal: 1rem;
  }
}

.p-sec03Tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 108rem;
  margin: 10rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-sec03Tables {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    width: 100%;
    margin: 4rem 0 0;
  }
}

.p-sec03Table {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.p-sec03Table.x {
  --sec03TableTheadColor: #0531D5;
  --sec03TableTbodyColor: #EEEEF6;
}
@media screen and (min-width: 767.1px) {
  .p-sec03Table.x {
    max-width: 62.6rem;
    border-right: none;
  }
}
.p-sec03Table.pro {
  --sec03TableTheadColor: #63421C;
  --sec03TableTbodyColor: #F0EDE9;
}
@media screen and (min-width: 767.1px) {
  .p-sec03Table.pro {
    max-width: 45.4rem;
  }
  .p-sec03Table.pro thead th:first-child {
    display: none;
  }
  .p-sec03Table.pro tbody th {
    display: none;
  }
}
.p-sec03Table th,
.p-sec03Table td {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.p-sec03Table thead th {
  font-weight: 700;
  font-size: 2.1rem;
  text-align: center;
  color: white;
  height: 10rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-sec03Table thead th {
    height: 5rem;
    background: var(--sec03TableTheadColor);
  }
}
@media screen and (min-width: 767.1px) {
  .p-sec03Table thead th:first-child {
    width: 17rem;
    border: none;
    background: transparent;
  }
}
@media screen and (max-width: 767px) {
  .p-sec03Table thead th:first-child {
    width: 100%;
  }
}
@media screen and (min-width: 767.1px) {
  .p-sec03Table thead th:last-child {
    width: 45.5rem;
    background: var(--sec03TableTheadColor);
  }
}
@media screen and (max-width: 767px) {
  .p-sec03Table thead th:last-child {
    width: 100%;
    height: 5rem;
  }
}
@media screen and (min-width: 767.1px) {
  .p-sec03Table tbody tr:nth-child(1) {
    height: 11.4rem;
  }
  .p-sec03Table tbody tr:nth-child(2) {
    height: 12.2rem;
  }
}
.p-sec03Table tbody tr:nth-child(3) th, .p-sec03Table tbody tr:nth-child(3) td {
  vertical-align: top;
}
.p-sec03Table tbody th {
  padding: 4rem 2.5rem;
  background: white;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-sec03Table tbody th {
    padding: 2.3rem 1.3rem;
    width: 4.6rem;
    font-size: 1.6rem;
    line-height: 1.1875;
  }
  .p-sec03Table tbody th .p-sec03Table__spVertical {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-sec03Table tbody th .p-sec03Table__spVertical span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: pre;
    letter-spacing: 0.05em;
    display: inline-block;
  }
}
.p-sec03Table tbody td {
  padding: 3rem;
  background: var(--sec03TableTbodyColor);
}
@media screen and (max-width: 767px) {
  .p-sec03Table tbody td {
    padding: 2.5rem 1rem;
    width: calc(100% - 4.6rem);
  }
}

.p-sec03Table__list {
  line-height: 1.1875;
  letter-spacing: 0.05em;
  padding-inline: 1rem;
}
.p-sec03Table__list li {
  list-style: none;
  text-indent: -0.5em;
  margin-left: 0.5em;
}
.p-sec03Table__list li::before {
  content: "・";
  display: inline-block;
}
.p-sec03Table__list li:nth-child(n+2) {
  margin-top: 0.5rem;
}

.p-sec03TableImages + .p-sec03TableImages {
  margin-top: 2.3rem;
}

.p-sec03TableImages__caption {
  background: #444;
  width: 100%;
  padding-block: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 1.4rem;
  line-height: 1.2142857143;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec03TableImages__caption {
    font-size: 1.2rem;
  }
}

.p-sec03Table__col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}
.p-sec03Table__col2 + .p-sec03Table__col2 {
  margin-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-sec03Table__col2 + .p-sec03Table__col2 {
    margin-top: 2.3rem;
  }
}
.p-sec03Table__col2 .p-sec03TableImages + .p-sec03TableImages {
  margin-top: 0;
}

/*p-sec05*/
.p-sec05 {
  padding-block: 12rem;
  background: white;
}
@media screen and (max-width: 767px) {
  .p-sec05 {
    padding-block: 7rem;
  }
  .p-sec05 .c-title48 {
    font-size: 2.6rem;
  }
}

.p-sec05__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-sec05__flex {
    gap: 1.3rem;
    margin-top: 2.6rem;
  }
}

.p-sec05__cross {
  width: 4.5rem;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/top/icn_sec05_01.svg) no-repeat center center/contain;
          mask: url(../img/top/icn_sec05_01.svg) no-repeat center center/contain;
  background: #d3d3d3;
}
@media screen and (max-width: 767px) {
  .p-sec05__cross {
    width: 2.5rem;
  }
}

.p-sec05Box.box01 {
  width: 21rem;
}
@media screen and (max-width: 767px) {
  .p-sec05Box.box01 {
    width: 13rem;
  }
}
.p-sec05Box.box02 {
  width: 24.3rem;
}
@media screen and (max-width: 767px) {
  .p-sec05Box.box02 {
    width: 14.3rem;
  }
}

.p-sec05Box__logo {
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .p-sec05Box__logo {
    height: 2.8rem;
  }
}
.p-sec05Box__logo a {
  display: block;
}

.p-sec05Box__text {
  color: #666;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-sec05Box__text {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
}