@charset "UTF-8";

.swiper-slide {
  background: #fff;
}
.slide1 {
  background-size: cover;
  background-position: center bottom;
  animation: fade-in_slide1 10s;
  animation-iteration-count: 1;
}
.slide2 {
}
.slide3 {
}
.slide4 {
}
.slide5 {
}

/*スライダーの文字start*/
@keyframes fade-in_logo01 {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 100px));
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/*スライダーの文字start*/
@keyframes fade-in_p_02 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*スライダーの文字start*/
@keyframes fade-in_p_02 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in_h2_01 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fade-in_h2_02 {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in_slide1 {
  from {
    opacity: 0;
    xtransform: translateX(100px);
  }
  to {
    opacity: 1;
    xtransform: translateX(0);
  }
}
/*top_important_contents*/
section.top_contents {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.top_important_contents {
  background-color: #f1f6f5;
}
.important_contents_box {
  background: linear-gradient(90deg, rgb(182 213 213 / 0%), rgb(182 213 213));
  display: flex;
  padding: 40px;
  justify-content: space-between;
}
.important_contents_box.switch {
  flex-flow: row-reverse;
  background: linear-gradient(90deg, rgb(182 213 213), rgb(182 213 213 / 0%));
}
.important_contents_box:not(:last-child) {
  margin-bottom: 80px;
}
.important_contents_txt h3 {
  font-size: var(--size_5l);
  color: var(--key);
  margin-bottom: 30px;
}
.important_contents_txt h3 span {
  font-size: 55%;
  color: #000;
  display: block;
  margin-top: 10px;
}
.important_contents_txt {
  xpadding: 20px;
  width: calc(100% - 680px);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.important_contents_img {
  width: 640px;
}
.important_contents_txt p {
  line-height: 2;
}

.important_contents_img {
  position: relative;
}
img.important_contents_sub {
  position: absolute;
}

img.important_contents_sub.important_contents_01_sub01 {
  bottom: -60px;
  right: 220px;
}
img.important_contents_sub.important_contents_01_sub02 {
  bottom: -20px;
  right: -70px;
}

img.important_contents_sub.important_contents_02_sub01 {
  bottom: -60px;
  right: 20px;
}

/*zeh*/

section.top_contents.top_zeh_contents {
  background-image: url(../../images/zeh_bg.jpg);
  background-position: center;
  background-size: cover;
}
.zeh_title {
  color: #fff;
  line-height: 1.4;
  font-family: "Noto Sans JP";
  text-align: center;
  margin-bottom: 80px;
}
.zeh_title h3 {
  font-size: 80px;
  font-weight: 700;
}

.zeh_title p {
  font-size: var(--size_3l);
}
.zeh_btn {
  width: 400px;
  margin: 0 auto;
}
section.top_contents.top_all_contents {
  background: linear-gradient(to left, var(--key), var(--key), var(--key));
}
h3.all_contents_tite {
  font-size: var(--size_5l);
  color: #fff;
  display: flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
h3.all_contents_tite:before,
h3.all_contents_tite:after {
  background: #fff;
  height: 1px;
  content: "";
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
}
h3.all_contents_tite:before {
  margin-right: 20px;
}
h3.all_contents_tite:after {
  margin-left: 20px;
}
