@charset "utf-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #101010;
}

img {
  width: 100%;
}

.header-under-container {
  position: relative;
  margin-top: -13%;
}

.header-points {
  position: absolute;
  width: 50%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-copy {
  position: absolute;
  width: 28%;
  top: 42%;
  left: 38%;
}

.cta-img {
  position: absolute;
  width: 40%;
  top: 65%;
  left: 50%;
}

.updown {
  animation-name: updown1;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes updown1 {
  0% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-20px);
  }
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }
}

.onayami-container {
  position: relative;
  place-items: center;
}

.onayami-title {
  position: absolute;
  top: 8%;
  left: 30%;
  width: 40%;
}

.onayami-list {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.onayami-list li {
  margin: -15px -10px;
  font-size: clamp(16px, 40px, 1.8vw);
  font-weight: 400;
  text-shadow: 1px 0px 10px#fff, 0px 1px 10px#fff, -1px 0px 10px#fff, 0px -1px 10px#fff, 1px 0px 10px#fff, 0px 1px 10px#fff, -1px 0px 10px#fff, 0px -1px 10px#fff;
}

.onayami-list li::before {
  content: url(../images/check-icon@1.25x.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.5);
}

.triangles {
  width: 100%;
  margin: 2% 0;
}
.triangles img {
  width: 25%;
  display: block;
  margin: 10px auto;
}

.anshin-container {
  width: 100%;
}

.txt-one {
  width: 30%;
  margin: 0 auto;
  display: block;
  margin-top: 3%;
}

.txt-two {
  width: 50%;
  margin: 0 auto;
  display: block;
  margin-top: 3%;
}

.point-container {
  width: 100%;
  margin-top: 5%;
}

.point-inner {
  background-color: #d9fae0;
  padding-bottom: 5%;
}

.point-inner h1 {
  font-size: clamp(16px, 40px, 2.5vw);
  font-weight: 400;
  text-align: center;
  margin-top: -6%;
  font-style: italic;
  margin-bottom: 5%;
}

.three-points {
  font-size: 1.5em;
  font-weight: 600;
  color: #139f6f;
}

.txt-bigger {
  font-size: 1.5em;
}

.point-content-box {
  background-color: #fff;
  width: 70%;
  margin: 0 auto;
  margin-top: 2%;
  border-radius: 10px;
  height: 30vh;
  padding-bottom: 8px;
  box-shadow: 0 0 5px rgb(223, 222, 222);
}

.point-number {
  width: 17%;
  margin-top: 2%;
  margin-left: -1px;
}

.point-content-inner {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0 9% 0 17%;
  margin-top: -2%;
}
.point-content-inner.first {
  margin-top: -3.5%;
}
.point-content-inner img {
  width: 16%;
  height: auto;
}
.point-icon-bigger {
  width: 18% !important;
}

.point-txt {
  width: 60%;
}

.point-txt1 {
  color: #139f6f;
  font-weight: 600;
  font-size: clamp(16px, 30px, 1.8vw);
  letter-spacing: 1px;
}

.point-txt2 {
  font-weight: 400;
  font-size: clamp(14px, 30px, 1.2vw);
  color: #282828;
  margin-top: 6%;
  line-height: 1.5;
  letter-spacing: 1px;
}

.hide {
  opacity: 0;
  pointer-events: none;
}

.float-cta {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 30%;
  transition: opacity 0.5s;
}

/* ************** */
.footer-container {
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.lightbox {
  display: none;
}

.foot_set {
  display: flex;
  margin: 0 auto;
  width: 100%;
  margin: 2% auto 2.2%;
  align-items: center;
  justify-content: center;
  padding: 0 30%;
}
.footer-border {
  border-right: 1px solid #fff;
  height: 100px;
  margin: 0 auto;
}
.foot_logo {
  width: 50%;
}
.foot_logo img {
  width: 60%;
  height: auto;
}
.kiyaku_all .kiyaku {
  margin: 0 0 4% 0;
}
.kiyaku_all {
  margin: 0 auto;
  text-align: left;
  flex-flow: column;
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 50%;
  flex-wrap: wrap;
  margin-top: 2%;
  margin-left: 5%;
}

.kiyaku_all a {
  color: #fff;
  font-size: clamp(14px, 18px, 1vw);
}
.kiyaku_all a:before {
  content: "";
  background: url(../images/arrow.svg) no-repeat;
  background-size: 100% auto;
  width: 0.4em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.footer-container {
  background: #139f6f;
  color: #fff;
  padding: 0;
  overflow: hidden;
}

.featherlight-content h2 {
  font-size: clamp(16px, 25px, 2vw);
  margin-bottom: 2%;
  font-weight: 400;
}
/* ************** */

@media screen and (max-width: 768px) {
  .for-pc {
    display: none !important;
  }

  .header-under-container {
    margin-top: 8%;
  }
  .header-points {
    width: 80%;
  }
  .cta-copy {
    width: 52%;
    top: 40%;
    left: 28%;
  }
  .cta-img {
    position: absolute;
    width: 75%;
    top: 68%;
    left: 50%;
  }
  @keyframes updown1 {
    0% {
      transform: translate(-50%, -50%) translateY(0);
    }
    50% {
      transform: translate(-50%, -50%) translateY(-10px);
    }
    100% {
      transform: translate(-50%, -50%) translateY(0);
    }
  }
.onayami-title {
    top: 6%;
    left: 16%;
    width: 70%;
}
.onayami-list {
    top: 60%;
    left: 46%;
}
  .onayami-list li {
    margin: -62px -35px;
  }
  .onayami-list li::before {
    transform: scale(0.3);
    margin-right: -20px;
  }
  .triangles img {
    width: 50%;
    margin: 2px auto;
}
.triangles {
    margin: 5% 0;
}
.txt-one {
    width: 60%;
}
.txt-two {
    width: 85%;
    margin-top: 6%;
}
.point-content-box {
  width: 90%;
}
.point-container {
    margin-top: 10%;
}
.point-inner h1 {
    margin-top: 0%;
}
.point-content-inner {
    display: block;
    padding: 2% 5%;
    margin-top: 0;
    text-align: center;
}
.point-txt {
    width: 100%;
}
.point-content-inner.first {
    margin: 0 auto;
    text-align: center;
}
.point-txt1 {
  margin-top: 2%;
}
.point-txt2 {
    text-align: left;
}
.point-content-inner img {
    width: 23%;
}
.point-icon-bigger {
    width: 25% !important;
}
.point-content-box {
    margin-top: 4%;
    height: 35vh;
}
.point-number {
    width: 33%;
    margin-top: 5%;
    margin-left: -1px;
    margin-bottom: -3%;
}
.float-cta {
    bottom: 0;
    left: 10%;
    width: 80%;
}

  /* ************** */
  .foot_logo {
    width: 40%;
}
  .foot_logo img {
    width: 100%;
    height: auto;
}
.foot_set {
    padding: 0;
    padding-left: 5%;
}
.footer-border {
    margin-left: 2%;
}
.kiyaku_all {
    margin-left: 2%;
    width: 55%;
}
.featherlight-content h2 {
    font-size: clamp(18px, 25px, 2vw);
    margin: 3% 0;
    font-weight: 400;
}
.footer-container {
  padding-bottom: 27%;
  padding-top: 6%;
}
  /* ************** */
}
@media screen and (min-width: 768px) {
  .for-sp {
    display: none !important;
  }
}
