@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Jost:wght@600;700;800;900&family=Roboto:wght@400;500;700&display=swap");
/* text size
=========================================== */
.big-text {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (max-width: 1080px) {
  .big-text {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .big-text {
    font-size: 1.4rem;
  }
}

.small-text {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .small-text {
    font-size: 1.2rem;
  }
}

.blue-text {
  color: #0439AF;
}

.call {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  font-size: 2.4rem;
  color: #0439AF;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .call {
    font-size: 1.7rem;
  }
}
.call:before {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #0439AF;
}
@media only screen and (max-width: 767px) {
  .call:before {
    width: 20px;
  }
}
.call:after {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #0439AF;
}
@media only screen and (max-width: 767px) {
  .call:after {
    width: 20px;
  }
}

/* spring_cam
=========================================== */
.spring_cam {
  margin-top: 40px;
}
.spring_cam .cam_text {
  text-align: center;
  margin: 0 auto;
}
.spring_cam .cam_text .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .spring_cam .cam_text .inner {
    gap: 12px;
  }
}
.spring_cam .btn {
  text-align: center;
  margin: 0 auto;
}
.spring_cam .cam_box {
  padding-bottom: 50px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .spring_cam .cam_box {
    margin-top: 20px;
  }
}
.spring_cam .cam_box .ribbon {
  background: #1C2975;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
  height: 96px;
  letter-spacing: .5px;
  line-height: 96px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .spring_cam .cam_box .ribbon {
    font-size: 1.8rem;
    height: 60px;
    line-height: 60px;
  }
}
.spring_cam .cam_box .ribbon:before, .spring_cam .cam_box .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.spring_cam .cam_box .ribbon:before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 48px 0px 48px 30px;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .spring_cam .cam_box .ribbon:before {
    border-width: 30px 0px 30px 20px;
  }
}
.spring_cam .cam_box .ribbon:after {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 48px 30px 48px 0px;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .spring_cam .cam_box .ribbon:after {
    border-width: 30px 20px 30px 0px;
  }
}
.spring_cam .cam_box .cam_img {
  margin-top: -50px;
  z-index: 3;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .spring_cam .cam_box .cam_img {
    margin-top: 0;
  }
}
