@charset "UTF-8";
/* CSS Document */

.wapper {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .wapper {
    width: 90%;
  }
}

.sec1 {
  position: relative;
  margin-top: 90px;
  overflow: hidden;
}

.sec1__background {
  position: absolute;
  right: -10%;
  bottom: -5%;
  width: 80%;
}

.sec1__background__rain {
  display: flex;
  align-items: flex-end;
}

.sec1__background__rain1 {
  position: absolute;
  right: -10%;
  bottom: -8%;
  width: 110vw;
  height: 4vw;
  rotate: -30deg;
}

.sec1__background__rain2 {
  position: absolute;
  right: -10%;
  bottom: 5%;
  width: 110vw;
  height: 6vw;
  rotate: -30deg;
}

.sec1__background__rain3 {
  position: absolute;
  right: -10%;
  bottom: 22%;
  width: 110vw;
  height: 4vw;
  rotate: -30deg;
}

.sec1__background__rain4 {
  position: absolute;
  right: -10%;
  bottom: 38%;
  width: 110vw;
  height: 5vw;
  rotate: -30deg;
}

.sec1__background__rain4 {
  position: absolute;
  right: -15%;
  bottom: 37%;
  width: 110vw;
  height: 5vw;
  rotate: -30deg;
}

.flowing-ttl__track {
  display: flex;
  width: fit-content;
  white-space: nowrap;
  animation: flow-left 20s linear infinite both;
}

.flowing-ttl__track2 {
  animation: flow-left 14s linear infinite both;
}

.flowing-ttl__track3.reverse {
  animation: flow-right 25s linear infinite both;
}

.flowing-ttl__track4.reverse {
  animation: flow-right 60s linear infinite both;
}

.flowing-ttl__item {
  margin-right: 15vw;
}

.sec1__background__rain1 .flowing-ttl__item img {
  width: 22vw;
}

.sec1__background__rain2 .flowing-ttl__item img {
  width: 33vw;
}

.sec1__background__rain3 .flowing-ttl__item img {
  width: 55vw;
}

.sec1__background__rain4 .flowing-ttl__item img {
  width: 60vw;
}

@keyframes flow-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes flow-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.sec1__wapper {
  position: relative;
  width: 65%;
  padding: 25px 0 100px;
  margin: 0 auto;
}

.sec1__wapper__human {
  position: absolute;
  right: 0;
  top: 5%;
  width: 20vw;
  z-index: -1;
}

.sec1__wapper h2 {
  width: 100%;
}

.sec1__wapper a {
  display: block;
  width: 90%;
  max-width: 700px;
  margin: -2.5% auto 0;
}

.sec1__text {
  position: absolute;
  left: 2.5%;
  bottom: 20px;
  color: #005294;
  -webkit-text-stroke: 4px #FFFFFF;
  text-stroke: 4px #FFFFFF;
  paint-order: stroke;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.15));
  font-size: 1.2rem;
}


@media (max-width: 1024px) {
  .sec1 {
    margin-top: 80px;
    height: auto;
  }

  .sec1__wapper h2 {
    max-width: 800px;
    margin-bottom: 0;
  }

  .sec1__background {
    width: 140%;
    right: -20%;
  }

  .sec1__wapper {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 40px 0 80px;
  }

  .sec1__text {
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  .sec1__background__rain1 {
    bottom: 22%;
  }

  .sec1__background__rain1 .flowing-ttl__item img {
    width: 32vw;
  }

  .sec1__background__rain2 {
    bottom: 33%;
  }

  .sec1__background__rain2 .flowing-ttl__item img {
    width: 60vw;
  }

  .sec1__background__rain3 {
    bottom: 52%;
  }

  .sec1__background__rain3 .flowing-ttl__item img {
    width: 85vw;
  }

  .sec1__background__rain4 {
    bottom: 67%;
  }

  .sec1__background__rain4 .flowing-ttl__item img {
    width: 100vw;
  }

  .sec1__wapper__human {
    top: 25%;
    width: 27vw;
    z-index: -1;
  }
}

.sec1__sp {
  display: none;
}


@media (max-width: 767px) {

  .sec1__sp {
    display: block;
    position: static;
    transform: none;
    text-align: left;
    margin-bottom: 50px;
  }

  .sec1__pc {
    display: none;
  }

  .sec1__wapper {
    width: 90%;
  }

  .sec1__wapper__human {
    width: 38vw;
  }

  .sec1__background {
    width: 200%;
    right: -50%;
  }

  .sec1__background__rain1 {
    bottom: 33%;
  }

  .sec1__background__rain1 .flowing-ttl__item img {
    width: 50vw;
  }

  .sec1__background__rain2 {
    bottom: 45%;
  }

  .sec1__background__rain2 .flowing-ttl__item img {
    width: 75vw;
  }

  .sec1__background__rain3 {
    bottom: 64%;
  }

  .sec1__background__rain3 .flowing-ttl__item img {
    width: 110vw;
  }

  .sec1__background__rain4 {
    bottom: 79%;
  }

  .sec1__background__rain4 .flowing-ttl__item img {
    width: 120vw;
  }
}




.sec2 {
  background: #005294;
  border-top: solid 8px #FFFFFF;
  padding-bottom: 150px;
}

.sec2__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 450px;
  padding: 25px 0 50px;
  margin: -70px auto 0;
  font-size: 3.2rem;
  font-weight: 900;
  color: #FFE62B;
  background: #005294;
  border-top: solid 6px #FFFFFF;
  clip-path: polygon(7.5% 0%, 92.5% 0%, 100% 100%, 0% 100%);
  letter-spacing: 0.5rem;
}

.sec2__top span {
  display: block;
  width: 35px;
  height: 22px;
  background: #FFE62B;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.sec2__top::before {
  content: "";
  display: block;
  width: 6px;
  height: 85px;
  background: #FFFFFF;
  position: absolute;
  top: -19px;
  left: 26px;
  rotate: 14.5deg;
  clip-path: polygon(0 0, 100% 0, 100% 98%, 0% 100%);
}

.sec2__top::after {
  content: "";
  display: block;
  width: 6px;
  height: 85px;
  background: #FFFFFF;
  position: absolute;
  top: -19px;
  right: 26px;
  rotate: -14.5deg;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
}

.sec2__h2 {
  position: relative;
  color: #FFE62B;
  width: fit-content;
  margin: 0 auto 20px;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
}

.sec2__p {
  color: #FFFFFF;
  letter-spacing: 0.25rem;
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 50px;
}

.sec2__ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  gap: 45px;
}

.sec2__ul__li {
  position: relative;
  overflow: hidden;
  padding: 20px 2.5% 15px;
  background: #FFFFFF;
  width: calc(100% / 3 - 30px);
  border-radius: 10px;
}

.sec2__ul__li::before {
  content: "";
  display: block;
  width: 70%;
  height: 65%;
  border-radius: 50%;
  position: absolute;
  top: -45%;
  left: 50%;
  transform: translateX(-50%);
  background: #005294;
  opacity: 0.1;
}

.sec2__ul__li__top {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.sec2__ul__li__top strong {
  font-size: 2.8rem;
  letter-spacing: 0.25rem;
}

.sec2__ul__li__triangle {
  width: 20px;
  height: 15px;
  background: #005294;
  margin: 0 auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.sec2__ul__li h3 {
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.5rem;
}

.sec2__ul__li__bottom {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.25rem;
  margin-bottom: 15px;
}

.sec2__ul__li__bottom span {
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 100px;
  padding: 2px 15px 3px;
  background: #005294;
  color: #FFFFFF;
  margin-top: 5px;
}

.sec2__ul__li__bottom p {
  font-size: 4rem;
  font-weight: 800;
  color: #FF5100;
}

.sec2__ul__li__bottom p small {
  font-size: 2.4rem;
}

.sec2__ul__li__p {
  position: relative;
  width: fit-content;
  padding: 5px 15px;
  background: #FFE62B;
  color: #FF5100;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.25rem;
  margin: 0 auto;
}

.sec2__ul__li__p::after {
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFE62B;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.sec2__ul__li__p small {
  font-size: 1.4rem;
}

.sec2__br,
.sec2__spbr {
  display: none;
}

.sec2__sp {
  display: none;
}


@media (max-width: 1024px) {

  .sec2__br {
    display: block;
  }

  .sec2__ul {
    max-width: 600px;
    margin: 0 auto;
    flex-direction: column;
  }

  .sec2__ul__li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .sec2__ul__li h3 {
    font-size: 2.6rem;
    letter-spacing: 0.3rem;
    width: 150px;
  }

  .sec2__ul__li__top {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 0;
  }

  .sec2__ul__li__top strong {
    font-size: 2.4rem;
  }

  .sec2__ul__li__bottom span {
    font-size: 1.8rem;
    padding: 5px 7px;
    margin: 0;
    gap: 0;
  }

  .sec2__ul__li__triangle {
    rotate: -90deg;
    transform-origin: center;
  }

  .sec2__ul__li__bottom {
    flex-direction: column;
    margin-bottom: 0;
    line-height: 1;
  }

  .sec2__ul__li__p::after {
    width: 16px;
    height: 13px;
    top: 50%;
    left: -13px;
    transform: translateY(-50%) rotate(-90deg);
  }

  .sec2__ul__li__p {
    line-height: 1.25;
    width: 150px;
    border-radius: 10px;
  }

  .sec2__ul__li__p strong {
    display: block;
  }

  .sec2__top {
    font-size: 2.6rem;
  }

  .sec2__h2 {
    font-size: 2.6rem;
  }

  .sec2__p {
    font-size: 2.1rem;
  }

  .sec2__ul__li::before {
    width: 30px;
    height: 80%;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    border-radius: 0 500px 500px 0;
  }
}


@media (max-width: 767px) {


  .sec2 .wapper {
    width: 95%;
  }

  .sec2__spbr {
    display: block;
  }

  .sec2__sp {
    display: block;
  }


  .sec2__top {
    width: 300px;
    font-size: 1.8rem;
    gap: 10px;
    margin-top: -50px;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .sec2__top span {
    width: 25px;
    height: 15px;
    margin-top: 3px;
  }

  .sec2__top::before {
    left: 16px;
    rotate: 17.5deg;
    height: 65px;
  }

  .sec2__top::after {
    right: 16px;
    rotate: -17.5deg;
    height: 65px;
  }

  .sec2__h2 {
    font-size: 2.1rem;
  }

  .sec2__p {
    font-size: 1.6rem;
  }

  .sec2__ul {
    gap: 20px;
  }

  .sec2__ul__li h3 {
    width: 90px;
    font-size: 1.6rem;
    letter-spacing: 0.15rem;
  }

  .sec2__ul__li__top {
    font-size: 1rem;
  }

  .sec2__ul__li__top strong {
    font-size: 1.8rem;
  }

  .sec2__ul__li__bottom span {
    font-size: 1.1rem;
  }

  .sec2__ul__li__bottom p {
    font-size: 2.4rem;
    letter-spacing: 0;
  }

  .sec2__ul__li__bottom p small {
    font-size: 1.4rem;
  }

  .sec2__ul__li__p {
    width: 90px;
    font-size: 2rem;
    letter-spacing: 0;
    padding: 10px 0;
    transform: translateX(15px);
  }

  .sec2__ul__li__p small {
    font-size: 1.4rem;
  }

  .sec2__ul__li__p strong {
    font-size: 2rem;
  }

  .sec2__ul__li {
    overflow: initial;
    max-width: 375px;
    margin: 0 auto;
  }

  .sec2__ul__li__triangle {
    width: 15px;
    height: 10px;
  }
}





.sec3 {
  margin-bottom: 150px;
}

.sec3__title {
  width: 850px;
  margin: 0 auto;
  transform: translateY(-60px);
}

.sec3__text {
  letter-spacing: 0.25rem;
  line-height: 1.6;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 50px;
}

.sec3__text span {
  color: #FF5100;
}

.sec3__h2 {
  font-size: 3.2rem;
  font-weight: 900;
  margin: 0 auto;
  letter-spacing: 0.4rem;
  line-height: 1.8;
  margin-bottom: 50px;
}

.sec3__h2 span {
  color: #FF5100;
  display: inline-block;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 2.5px 10px;
  margin: 0 5px 0 2.5px;
}

.sec3__contents {
  background: #FFFFFF;
  padding: 0 5% 40px;
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto 30px;
}

.sec3__contents__h3 {
  transform: translateY(-40px);
  margin-top: 0px;
  text-align: left;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.5rem;
  -webkit-text-stroke: 10px #FFFFFF;
  text-stroke: 10px #FFFFFF;
  paint-order: stroke;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.15));
  color: #FF5100;
}

.sec3__contents__h3 small {
  font-size: 2.4rem;
}

.sec3__contents__h3 strong {
  font-size: 5.4rem;
  letter-spacing: -0.5rem;
}

.sec3__contents__p {
  margin-top: -20px;
  letter-spacing: 0.2rem;
  text-align: left;
  margin-bottom: 40px;
}

.sec3__contents__p span {
  color: #FF5100;
  font-weight: 700;
}

.sec3__contents__ul {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sec3__contents__ul__li {
  display: flex;
  border: solid #005294 3px;
  border-radius: 10px;
}

.sec3__contents__ul__li:last-child {
  border: solid #FF5100 3px;
}

.sec3__contents__ul__li h4 {
  width: 35%;
  background: #005294;
  padding: 10px 0;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.4rem;
}

.sec3__contents__ul__li:last-child h4 {
  background: #FF5100;
}

.sec3__contents__ul__li p {
  width: 65%;
  display: flex;
  align-items: center;
  padding: 0 2.5%;
  font-weight: 700;
  letter-spacing: 0.2rem;
}

.sec3__contents__ul__li:last-child p {
  color: #FF5100;
}

.sec3__p {
  max-width: 800px;
  margin: 0 auto 70px;
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2rem;
}

.sec3__p2 {
  margin-bottom: 40px;
}

.sec3__graph {
  display: block;
  max-width: 800px;
  margin: 0 auto 70px;
}

.sec3__button {
  display: block;
  max-width: 700px;
  margin: 0 auto 80px;
}

.sec3__ul {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.sec3__ul__li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
  padding: 50px 5%;
  background: #005294;
  border: solid #FFFFFF 6px;
  color: #FFFFFF;
  text-align: left;
}

.sec3__ul__li h3 {
  width: 47.5%;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.4rem;
}

.sec3__ul__li h4 small {
  font-size: 3.2rem;
}

.sec3__ul__li p {
  width: 47.5%;
  letter-spacing: 0.2rem;
  line-height: 2;
}


@media (max-width: 1024px) {
  .sec3__title {
    width: 600px;
    transform: translateY(-40px);
  }

  .sec3__text {
    font-size: 1.8rem;
    text-align: left;
  }

  .sec3__h2 {
    font-size: 2.6rem;
  }

  .sec3__contents__h3 strong {
    font-size: 4.4rem;
  }

  .sec3__contents__h3 {
    font-size: 2.6rem;
  }

  .sec3__contents__h3 small {
    font-size: 1.9rem;
  }

  .sec3__p {
    font-size: 1.8rem;
  }

  .sec3__ul__li {
    flex-direction: column;
    gap: 40px;
  }

  .sec3__ul__li h3 {
    width: 100%;
    font-size: 3rem;
  }

  .sec3__ul__li p {
    font-size: 1.5rem;
    width: 100%;
  }

  .sec3__button {
    width: 90%;
  }

  .sec3__contents__ul__li h4 {
    font-size: 2.1rem;
  }

  .sec3__contents__ul__li p {
    font-size: 1.5rem;
  }
}


@media (max-width: 767px) {
  .sec3__graph {
    max-width: 400px;
  }

  .sec3__title {
    width: 110%;
    margin-left: -5%;
    transform: translateY(-35%);
  }

  .sec3__text {
    font-size: 1.6rem;
  }

  .sec3__h2 {
    font-size: 1.8rem;
  }

  .sec3__contents__h3 {
    font-size: 2rem;
    transform: translateY(-25px);
    margin-bottom: 20px;
  }

  .sec3__contents__h3 small {
    font-size: 1.4rem;
  }

  .sec3__contents__h3 strong {
    font-size: 3.2rem;
  }

  .sec3__contents__ul__li {
    flex-direction: column;
  }

  .sec3__contents__ul__li h4 {
    width: 100%;
    font-size: 1.8rem;
  }

  .sec3__contents__ul__li p {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 10px 5%;
    text-align: center;
  }

  .sec3__p {
    font-size: 1.6rem;
  }

  .sec3__button {
    width: 100%;
  }

  .sec3__ul__li {
    gap: 20px;
  }

  .sec3__ul__li h3 {
    font-size: 2.4rem;
  }

  .sec3__ul__li p {
    font-size: 1.4rem;
  }
}




.sec4 {
  background: #005294;
  padding-bottom: 100px;
}

.sec4__h2 {
  width: 450px;
  margin: 0 auto 100px;
  transform: translateY(-45px);
}

.sec4__ul {
  max-width: 850px;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.sec4__ul__li {
  position: relative;
  padding: 100px 5% 40px;
  background: #FFE62B;
}

.sec4__ul__li__top {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #FFFFFF;
  border: solid 10px #FFE62B;
  position: absolute;
  left: calc(5% - 12px);
  top: -82px;
  overflow: hidden;
}

.sec4__ul__li__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.sec4__ul__li__contents__left {
  width: 60%;
}

.sec4__ul__li__contents__left h3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  color: #231815;
}

.sec4__ul__li__contents__left h3 strong {
  color: #FF5100;
  display: inline-block;
  margin-right: 5px;
}

.sec4__ul__li__contents__left h3 small {
  font-size: 1.2rem;
  margin-top: 3px;
}

.sec4__ul__li__contents__left p {
  line-height: 1.6;
  letter-spacing: 0.2rem;
  color: #231815;
}

.sec4__ul__li__contents__right {
  width: 35%;
}

.sec4__button {
  display: block;
  max-width: 700px;
  margin: 0 auto 50px;
}

.sec4__cta {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.sec4__cta__li__h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 15px;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
}

.sec4__cta__li__h3::before,
.sec4__cta__li__h3::after {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  margin-top: 5px;
  background: #FFFFFF;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.sec4__cta__li__contents1 {
  width: 500px;
  height: 125px;
  padding: 0 5%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.sec4__cta__li__contents1__top {
  display: flex;
}

.sec4__cta__li__contents1__top img {
  width: 65px;
  display: block;
}

.sec4__cta__li__contents1__top p {
  font-size: 4.8rem;
  font-weight: 700;
  color: #FF5100;
  letter-spacing: 0.1rem;
}

.sec4__cta__li__contents1 small {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}

.sec4__cta__li__contents2 {
  width: 360px;
  height: 125px;
  padding: 0 5%;
  background: #00B900;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.sec4__cta__li__contents2 p {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  color: #FFFFFF;
  letter-spacing: 0.2rem;
}

.sec4__cta__li__contents2 img {
  width: 80px;
  height: 80px;
}

.sec4__bottomText {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #FFFFFF;
}


@media(max-width: 1024px) {

  .sec4__cta {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sec4__h2 {
    width: 350px;
    transform: translateY(-40px);
  }

  .sec4__ul__li__contents {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .sec4__ul__li__contents__right {
    width: 90%;
    max-width: 400px;
  }

  .sec4__ul__li__contents__left {
    width: 100%;
  }

  .sec4__ul__li__contents__left h3 {
    position: absolute;
    left: 50%;
    top: 45px;
    transform: translateX(-50%);
  }

  .sec4__cta__li__contents2 {
    width: 500px;
  }

  .sec4__button {
    width: 90%;
  }

  .sec4__bottomText {
    font-size: 2.2rem;
  }
}


@media (max-width: 767px) {
  .sec4__h2 {
    width: 70%;
    transform: translateY(-45%);
  }

  .sec4__ul__li__top {
    left: 5%;
  }

  .sec4__ul__li {
    border-radius: 15px;
  }

  .sec4__ul__li__contents__left h3 {
    left: auto;
    top: 10px;
    right: 5%;
    transform: none;
    line-height: 1.25;
  }

  .sec4__ul__li__contents__left h3 strong {
    display: block;
  }

  .sec4__ul__li__contents__left h3 small {
    display: block;
    text-align: right;
  }

  .sec4__ul__li__contents__left p {
    font-size: 1.4rem;
  }

  .sec4__button {
    width: 100%;
  }

  .sec4__bottomText {
    font-size: 2rem;
  }

  .sec4__cta__li__contents1__top img {
    width: 40px;
    margin-top: 6px;
  }

  .sec4__cta__li__contents1__top p {
    font-size: 3.2rem;
  }
}




.sec5 {
  position: relative;
  height: 500px;
  background: #FFFFFF;
}

.sec5 iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
}

.sec5 .wapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec5__contents {
  width: 50%;
  padding: 0 5%;
  text-align: left;
  color: #231815;
}

.sec5__contents h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 35px;
}

.sec5__contents dl {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.sec5__contents dl dt {
  width: 130px;
  border: solid 1px #231815;
  padding: 8px 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}

.sec5__contents dl dd {
  width: calc(100% - 150px);
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}


@media (max-width: 1024px) {

  .sec5 {
    height: auto;
    padding: 50px 0 100px;
  }

  .sec5 .wapper {
    margin-bottom: 50px;
  }

  .sec5__contents {
    width: 100%;
    padding: 0;
    text-align: left;
    color: #231815;
  }

  .sec5 iframe {
    position: static;
    width: 85%;
    margin: 0 auto;
    aspect-ratio: 4/3;
  }
}


@media (max-width: 767px) {
  .sec4__cta__li__contents1 {
    width: 315px;
  }

  .sec4__cta__li__contents2 {
    width: 315px;
  }

  .sec5__contents dl dd {
    width: 100%;
    margin-top: -10px;
  }
}