@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  font-size: 62.5%;
}
@media (max-width: 1120px) {
  :root {
    font-size: 0.8928571429vw;
  }
}
@media (max-width: 768px) {
  :root {
    font-size: 2.5641025641vw;
  }
}

.for_sp {
  display: none;
}

.for_pc {
  display: inline-block;
}

.Roboto {
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 768px) {
  .for_sp {
    display: inline-block;
  }
  .for_pc {
    display: none;
  }
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.45;
  letter-spacing: 0;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/***************************************************** pc */
@media (min-width: 769px) {
  a {
    transition: 0.3s ease-in-out;
  }
  img {
    transition: 0.3s ease-in-out;
  }
  a:active,
  a:hover,
  a:hover img {
    opacity: 0.5;
  }
  .showup {
    opacity: 0;
    transition: 1s;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
  .upview {
    -moz-animation: showup 0.6s linear 0s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0s 1 normal forwards;
    -o-animation: showup 0.6s linear 0s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0s 1 normal forwards;
  }
  .upview.uv2 {
    -moz-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.3s 1 normal forwards;
  }
  .upview.uv3 {
    -moz-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.6s 1 normal forwards;
  }
  .upview.uv4 {
    -moz-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.9s 1 normal forwards;
  }
  .upview.uv5 {
    -moz-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -o-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -ms-animation: showup 0.6s linear 1.2s 1 normal forwards;
  }
  .showdown {
    opacity: 0;
    transition: 1s;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  .downview {
    -moz-animation: showdown 0.6s linear 0s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0s 1 normal forwards;
  }
  .downview.dv2 {
    -moz-animation: showdown 0.6s linear 0.3s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0.3s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0.3s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0.3s 1 normal forwards;
  }
  .downview.dv3 {
    -moz-animation: showdown 0.6s linear 0.6s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0.6s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0.6s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0.6s 1 normal forwards;
  }
  .downview.dv4 {
    -moz-animation: showdown 0.6s linear 0.9s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0.9s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0.9s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0.9s 1 normal forwards;
  }
  .showleft {
    opacity: 0;
    transition: 1s;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  .leftview {
    -moz-animation: showleft 1s linear 0s 1 normal forwards;
    -webkit-animation: showleft 1s linear 0s 1 normal forwards;
    -o-animation: showleft 1s linear 0s 1 normal forwards;
    -ms-animation: showleft 1s linear 0s 1 normal forwards;
  }
  .showright {
    opacity: 0;
    transition: 1s;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
  }
  .rightview {
    -moz-animation: showright 1s linear 0s 1 normal forwards;
    -webkit-animation: showright 1s linear 0s 1 normal forwards;
    -o-animation: showright 1s linear 0s 1 normal forwards;
    -ms-animation: showright 1s linear 0s 1 normal forwards;
  }
  .wrap,
  #page {
    width: 100%;
    position: relative;
  }
  /* common
  ---------------------------------------------------------------------- */
  .mainw,
  .mainw_pc {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .img100 {
    width: 100%;
  }
  .img100 img {
    width: 100%;
  }
  /* keyframe
  ---------------------------------------------------------------------- */
  @-webkit-keyframes imgfade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes showup {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes showdown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes showleft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-webkit-keyframes showright {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
/***************************************************** sp */
@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 1.45;
  }
  a {
    transition: 0.3s ease-in-out;
  }
  img {
    transition: 0.3s ease-in-out;
  }
  a:active,
  a:hover,
  a:hover img {
    opacity: 0.7;
  }
  .wrap,
  #page {
    width: 100%;
    position: relative;
  }
  .for_pc {
    display: none !important;
  }
  .for_tab {
    display: none;
  }
  .for_pcnotab {
    display: none !important;
  }
  .for_nw {
    display: none !important;
  }
  .showup {
    opacity: 0;
    transition: 1s;
    transform: translateY(4vw);
    -webkit-transform: translateY(4vw);
    -moz-transform: translateY(4vw);
    -ms-transform: translateY(4vw);
    -o-transform: translateY(4vw);
  }
  .upview {
    -moz-animation: showup 1s linear 0s 1 normal forwards;
    -webkit-animation: showup 1s linear 0s 1 normal forwards;
    -o-animation: showup 1s linear 0s 1 normal forwards;
    -ms-animation: showup 1s linear 0s 1 normal forwards;
  }
  .showdown {
    opacity: 0;
    transition: 1s;
    transform: translateY(-4vw);
    -webkit-transform: translateY(-4vw);
    -moz-transform: translateY(-4vw);
    -ms-transform: translateY(-4vw);
    -o-transform: translateY(-4vw);
  }
  .downview {
    -moz-animation: showup 1s linear 0s 1 normal forwards;
    -webkit-animation: showup 1s linear 0s 1 normal forwards;
    -o-animation: showup 1s linear 0s 1 normal forwards;
    -ms-animation: showup 1s linear 0s 1 normal forwards;
  }
  .showleft {
    opacity: 0;
    transition: 1s;
    transform: translateX(-4vw);
    -webkit-transform: translateX(-4vw);
    -moz-transform: translateX(-4vw);
    -ms-transform: translateX(-4vw);
    -o-transform: translateX(-4vw);
  }
  .leftview {
    -moz-animation: showleft 1s linear 0s 1 normal forwards;
    -webkit-animation: showleft 1s linear 0s 1 normal forwards;
    -o-animation: showleft 1s linear 0s 1 normal forwards;
    -ms-animation: showleft 1s linear 0s 1 normal forwards;
  }
  .showright {
    opacity: 0;
    transition: 1s;
    transform: translateX(4vw);
    -webkit-transform: translateX(4vw);
    -moz-transform: translateX(4vw);
    -ms-transform: translateX(4vw);
    -o-transform: translateX(4vw);
  }
  .rightview {
    -moz-animation: showright 1s linear 0s 1 normal forwards;
    -webkit-animation: showright 1s linear 0s 1 normal forwards;
    -o-animation: showright 1s linear 0s 1 normal forwards;
    -ms-animation: showright 1s linear 0s 1 normal forwards;
  }
  /* common
  ---------------------------------------------------------------------- */
  .mainw {
    width: 90.666vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  /* keyframe
  ---------------------------------------------------------------------- */
  @-webkit-keyframes showup {
    0% {
      opacity: 0;
      transform: translateY(4vw);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes txtfade {
    0% {
      opacity: 0;
      transform: translateY(4vw);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes showleft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-webkit-keyframes showright {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
.header {
  padding: 6.2rem 0 5.2rem;
  background-color: #24678d;
  background-size: cover;
  text-align: center;
}
.header__campaign--title {
  font-size: 4rem;
  background-color: #fff;
  display: block;
  border-radius: 50px;
  color: #111111;
  font-weight: bold;
  padding: 0.5rem 0;
}

.header__campaign--box {
  display: flex;
  justify-content: space-between;
  gap: 23px;
  position: relative;
  margin: 4.6rem auto;
}
.header__campaign--box::after {
  transform: translate(106%, -24%);
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 20.3rem;
  height: 43.6rem;
  z-index: 0;
  background: url(../img/top/point_man-right.png) no-repeat center/cover;
}
.header__campaign--btn {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  header {
    padding: 2.2rem 0 2.2rem !important;
    background: url(../img/top/header_bg-sp.png);
    background-size: cover;
  }
  .header ul {
    flex-wrap: wrap;
    font-size: 1.4rem;
    gap: 1rem 0;
  }
  .header li:nth-child(1) {
    border-left: 1px solid #7c7c7c;
  }
  .header li:nth-child(3) {
    border-right: 1px solid #7c7c7c;
  }
  .header li:nth-child(n + 2) {
    border-left: 1px solid #7c7c7c;
  }
  .header li:last-child {
    border-right: 1px solid #7c7c7c;
  }
  .header a {
    padding: 0 2rem 1.8rem;
  }

  .header__campaign--title {
    font-size: 2rem;
  }

  .header__campaign--box {
    margin: 1.6rem auto;
  }
  .header__campaign--box::after {
    transform: translate(24%, -26%);
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 9.3rem;
    height: 22.6rem;
    z-index: 0;
    background: url(../img/top/point_man-right.png) no-repeat center / cover;
  }
}
footer {
  padding: 3.8rem 0;
}
footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
footer ul a {
  padding: 0.8rem 3rem;
  display: inline-block;
}
footer li:nth-child(n + 2) {
  border-left: 1px solid #d3d0d0;
}
footer .copy {
  font-size: 1rem;
  text-align: center;
  padding: 1rem 0;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 1.3rem 0 10rem;
  }
  footer ul {
    font-size: 1.2rem;
    flex-wrap: wrap;
  }
  footer ul a {
    padding: 0.4rem 1rem;
  }
  footer li {
    width: 50%;
  }
}
.sky {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  gap: 0 0.6rem;
  z-index: 100;
}
.sky .sky_list01 {
  width: 29.8rem;
}
.sky .sky_list02 {
  width: 19.2rem;
}

.sky.for_pc {
  display: flex;
}

@media screen and (max-width: 768px) {
  .sky.for_pc {
    display: none;
  }
  .sky {
    gap: 0 0.6rem;
    z-index: 100;
  }
  .sky .sky_list01 {
    width: 18.9rem;
  }
  .sky .sky_list02 {
    width: 16.8rem;
  }
  .sky_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex !important;
    align-items: flex-end;
    z-index: 200;
    width: 100%;
  }
  .sky_bottom > div img {
    vertical-align: bottom;
    width: 100%;
  }
  .sky_bottom .sky_list01 {
    width: 61.0256410256%;
  }
  .sky_bottom .sky_list02 {
    width: 38.9743589744%;
  }
} /*# sourceMappingURL=header_footer.css.map */
