.visual {
  z-index: 1;
  position: relative;
  padding-bottom: 9vw;
}

@media (max-width: 1040px) {
  .visual {
    padding: 80px 0 0;
    margin-bottom: -20vw;
  }
}

.visual img {
  display: block;
}

.visual_text {
  position: absolute;
  z-index: 4;
  left: 50%;
  width: 100%;
  max-width: 1300px;
  transform: translateX(-50%);
  top: 120px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 100px;
}

@media (max-width: 1040px) {
  .visual_text {
    bottom: 13vw;
    padding-left: 2.5vw;
    justify-content: flex-end;
    align-items: flex-start;
  }
}

.visual_text .kv__tti {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 0.83);
  padding: 20px 34px;
  margin-bottom: 24px;
  font-family: "Noto Sans JP";
  font-style: normal;
}

.visual_text .kv__tti2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  font-family: "Noto Sans JP";
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 0.83);
  padding: 20px 40px;
}

@media (max-width: 1040px) {
  .visual_text .kv__tti,
  .visual_text .kv__tti2 {
    font-size: 5vw;
    padding: 3vw 4vw;
    transform: translateY(-100%);
  }

  .visual_text .kv__tti {
    margin-bottom: 2.3vw;
  }
}

.visual_image {
  z-index: 3;
  position: relative;
}

.visual_image img {
  width: 100%;
  height: 810px;
  object-fit: cover;
  object-position: center bottom;
}

@media (max-width: 1040px) {
  .visual_image img {
    height: auto;
  }
}

.visual_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  z-index: 2;
}

.visual_bg img {
  width: 100%;
}

@media (max-width: 1040px) {
  .visual_bg img {
    object-fit: cover;
    object-position: right bottom;
    margin-bottom: 20vw;
  }
}

#top_contents1 {
  position: relative;
  background: url(../img/Frame373.png) #fff no-repeat 0 -50%;
  background-size: 100%;
  margin-top: 48px;
  padding: 0 0 180px;
}
@media (max-width: 1040px) {
  #top_contents1 {
    background: url(../img/Frame373.png) #fff no-repeat 0 center;
    background-size: 100%;
    margin-top: 4em;
    padding: 0 0 10em;
  }
}

#top_contents1 .top_contents_inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
  gap: 56px;
  z-index: 2;
}
@media (max-width: 1040px) {
  #top_contents1 .top_contents_inner {
    display: block;
    text-align: center;
  }
}
#top_contents1 .content__img {
  width: 400px;
}
@media (max-width: 1040px) {
  #top_contents1 .content__img {
    width: 60%;
    margin: 0 auto;
  }
}
#top_contents1 .content__textbox {
  width: 800px;
  max-width: 95%;
  margin: 0 auto;
}

#top_contents1 .top_contents_title {
  position: relative;
  left: -134px;
  margin-bottom: 40px;
  font-family: "Noto Sans JP";
  font-weight: 900;
  line-height: 1.25;
}

#top_contents1 .top_contents_title .l1 {
  display: block;
  padding: 0 0 0 100px;
  font-size: 30px;
}
#top_contents1 .top_contents_title .l2 {
  display: block;
  margin: 4px 0 0 0;
  padding: 0 0 0 64px;
  width: 130%;
  font-size: 42px;
  text-align: center;
  background-color: rgba(255, 255, 13, 1);
}
@media (max-width: 1040px) {
  #top_contents1 .top_contents_title {
    margin: 24px auto;
    text-align: center;
    left: unset;
  }

  #top_contents1 .top_contents_title .l1 {
    padding: 0;
    font-size: 18px;
  }
  #top_contents1 .top_contents_title .l2 {
    font-size: 22px;
    width: fit-content;
    padding: 2px 10px;
    margin: 12px auto 0;
  }
}

#top_contents2 {
  padding: 120px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0.83) 150%), url(../img/Frame374.png);
  background-color: lightgray;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

#top_contents2 .contents2_title {
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 2px;
  text-align: center;
  color: rgba(255, 255, 13, 1);
  text-shadow: 1px 1px rgba(44, 44, 44, 1);
}

#top_contents2 .contents2_title .sp {
  display: none;
}

@media (max-width: 1040px) {
  #top_contents2 .contents2_title {
    font-size: 24px;
  }
  #top_contents2 .contents2_title .sp {
    display: block;
  }
}

#top_contents2 .box-lst_point {
  margin: 40px auto 0;
  width: 100%;
  background: rgba(5, 5, 5, 0.5);
}

#top_contents2 .lst-point {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: min(890px, 70%);
  border-left: 1em solid #fff;
}

#top_contents2 .lst-point li {
  flex: 1;
  background: rgba(44, 44, 44, 0.5);
  border-right: 1em solid #fff;
  padding-bottom: 80px;
  position: relative;
}

#top_contents2 .lst-point li .txt {
  padding: 28px 0 20px;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}

#top_contents2 .lst-point li .num {
  padding-bottom: 20px;
  font-family: "Oswald", serif;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  color: #bababa;
  text-align: center;

  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#top_contents2 .lst-point li img {
  width: 100%;
  height: auto;
}

#top_contents2 .content2__text {
  margin: 80px auto 0;
  position: relative;
  font-family: "Noto Sans JP";
  text-align: center;
}
#top_contents2 .content2__text span {
  background-color: rgba(12, 12, 12, 0.5);
  color: rgba(255, 255, 255, 1);
  font-size: 27px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media (max-width: 1040px) {
  #top_contents2 .content2__text {
    width: 95%;
  }
  #top_contents2 .content2__text span {
    display: block;
    margin: 0 auto;
    padding: 2px 4px;
    width: fit-content;
  }

  #top_contents2 .lst-point {
    border-right: 1em solid #fff;
  }

  #top_contents2 .lst-point li {
    width: 100%;
    flex: unset;
    background: rgba(44, 44, 44, 0.5);
    border-left: 0.5em solid #fff;
    border-right: 0.5em solid #fff !important;
  }
}
#top_contents2 .contents2_inner {
  position: relative;
  margin: 40px auto 0;
  padding-bottom: 54px;
  width: 800px;
  max-width: 95%;
  z-index: 1;
}
#top_contents2 .contents2_inner .content__text {
  color: #fff;
  font-weight: 600;
  line-height: 2.5;
  text-align: center;
}
#top_contents2 .contents2_inner .content__text strong {
  font-size: 22px;
  font-weight: 700;
  color: rgba(255, 255, 13, 1);
}

#top_contents2 .contents2_inner .content__btn {
  margin: 60px auto 0;
}
@media (max-width: 1040px) {
  #top_contents2 .contents2_inner .content__text {
    text-align: left;
  }
  #top_contents2 .contents2_inner .content__text strong {
    font-size: 18px;
  }
}

#top_contents3.contents3 {
  background: rgba(230, 230, 230, 0.8) url(../img/bg.jpg);
  background-blend-mode: color-dodge;
}
#top_contents3 .contents3_inner {
  position: relative;
  width: 1000px;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 1040px) {
  #top_contents3 .contents3_inner {
    display: block;
  }
}
#top_contents3 .contents3_textbox {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 94px 80px;
  width: 687px;
}
@media (max-width: 1040px) {
  #top_contents3 .contents3_textbox {
    padding: 40px 0 0;
    width: 70%;
    height: 100%;
    background-color: transparent;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  #top_contents3 .contents3_textbox::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 250px;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: translateX(-50%);
    z-index: -1;
  }
}
#top_contents3 .contents3_title {
  position: relative;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  margin: 80px 0 40px;
}
#top_contents3 .contents3-image {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 360px;
}

#top_contents3 .contents3-image img {
  display: block;
}
@media (max-width: 1040px) {
  #top_contents3 .contents3_title {
    margin: 40px 0;
    font-size: 24px;
    z-index: 3;
    text-align: center;
  }
  #top_contents3 .contents3-image {
    position: relative;
    right: unset;
    padding-top: 10px;
    margin: auto;
    width: 250px;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
  }
}

.content__btn {
  font-family: "Noto Sans JP";
  margin-left: 56px;
  background: rgba(5, 43, 80, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  margin: 60px auto 0;
  padding: 0.5em 2.5em;
  width: fit-content;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-style: normal;
  transition: background-color 0.5s ease;
  text-align: center;
}
.content__btn.wht {
  background: #fff;
  color: rgba(5, 43, 80, 1);
}
.content__btn:hover {
  background: rgba(5, 43, 80, 0.8);
  transition: transform 0.5s ease;
}
.content__btn.wht:hover {
  background: rgba(255, 255, 13, 1);
  transition: transform 0.5s ease;
}
.content__btn:hover .arrow,
.content__btn.wht:hover .arrow {
  transform: translateX(20px);
  transition: transform 0.5s ease;
}