@charset "UTF-8";
/* -------------------------------------------------
	メディアクエリ
-------------------------------------------------- */
/* -------------------------------------------------
	変数
-------------------------------------------------- */
/* -------------------------------------------------
	背景
-------------------------------------------------- */
/* -------------------------------------------------
	下層ページタイトル
-------------------------------------------------- */
.case-wrap {
  padding-bottom: 8.4rem !important;
}
@media screen and (max-width: 780px) {
  .case-wrap {
    padding-bottom: 40px !important;
  }
}

.case-post-slider {
  width: 100%;
  margin-bottom: 8rem;
  border-radius: 40px;
}
@media screen and (min-width: 781px) {
  .case-post-slider {
    height: 72rem;
  }
}
@media screen and (max-width: 780px) {
  .case-post-slider {
    height: 24rem;
    margin-bottom: 40px;
    border-radius: 20px;
  }
}
.case-post-slider::after,
.case-post-slider .beer-reveal[data-beer-label]::after {
  width: 15.6rem;
  padding: 15px 15px !important;
  border-left: 14px solid #E35A24;
  background: #fff !important;
  color: #E35A24;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 3px;
}
@media screen and (max-width: 780px) {
  .case-post-slider::after,
.case-post-slider .beer-reveal[data-beer-label]::after {
    width: 6.4rem;
    padding: 10px 5px !important;
    border-left: 5px solid #E35A24;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}
.case-post-slider .beer-reveal[data-beer-label]::after {
  border-color: #199A3C;
  color: #199A3C;
}
.case-post-slider__img {
  width: 100%;
}
.case-post-slider .beer-handle {
  background: #E35A24;
  color: #fff;
}

.case-info {
  margin-bottom: 0 !important;
  padding: 4rem 8rem 8rem;
  border: none;
  background: #fff;
}
@media screen and (max-width: 780px) {
  .case-info {
    padding: 20px 2rem 40px;
  }
}
.case-info__tit {
  margin-bottom: 6.4rem;
  background: none;
  color: #E35A24;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11.6rem;
}
@media screen and (max-width: 780px) {
  .case-info__tit {
    margin-bottom: 40px;
    justify-content: center;
    gap: 3.6rem;
    font-size: 2.4rem;
  }
}
.case-info__tit::before, .case-info__tit::after {
  content: "";
}
@media screen and (min-width: 781px) {
  .case-info__tit::before, .case-info__tit::after {
    width: 36rem;
    height: 1.7rem;
    background: url(../img/page/post-tit-deco.svg) no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 780px) {
  .case-info__tit::before, .case-info__tit::after {
    width: 6rem;
    height: 1.1rem;
    background: url(../img/page/post-tit-deco-sp.svg) no-repeat;
    background-size: contain;
  }
}

.case-info-item {
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .case-info-item {
    flex-direction: column;
  }
  .case-info-item:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
.case-info-item__tit {
  width: 24rem;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E35A24;
}
@media screen and (max-width: 780px) {
  .case-info-item__tit {
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.case-info-item__text {
  width: calc(100% - 24rem);
  padding: 0 2rem 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #FFF0D6;
}
@media screen and (max-width: 780px) {
  .case-info-item__text {
    width: 100%;
    padding: 0 0 8px;
    margin-bottom: 8px;
  }
}

.case-q {
  padding: 8rem 0;
  background: #FFF0D6;
}
@media screen and (max-width: 780px) {
  .case-q {
    padding: 4rem 0;
  }
}

.case-q-item {
  padding: 40px 4rem 8rem;
  border-radius: 40px;
  background: #fff;
}
@media screen and (max-width: 780px) {
  .case-q-item {
    border-radius: 20px;
  }
}
.case-q-item:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .case-q-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 780px) {
  .case-q-item {
    padding: 20px 2rem 40px;
  }
}
.case-q-item__tit {
  margin-bottom: 40px;
  font-size: 3.2rem;
  color: #E35A24;
}
@media screen and (max-width: 780px) {
  .case-q-item__tit {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}

.case-result {
  padding: 8rem 0 16rem;
}
@media screen and (max-width: 780px) {
  .case-result {
    padding: 4rem 0 8rem;
  }
}

.case-result-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10rem;
}
@media screen and (max-width: 780px) {
  .case-result-list {
    gap: 40px;
  }
}

@media screen and (min-width: 781px) {
  .case-result-item {
    width: calc((100% - 10rem) / 2);
  }
}
.case-result-item__img {
  width: 100%;
  height: 38rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 780px) {
  .case-result-item__img {
    height: 23.3rem;
  }
}
.case-result-item__tit {
  margin-bottom: 20px;
  font-weight: bold;
}

.case-reports {
  padding: 8rem 0 16rem;
  background: url(../img/base/bg-smooth.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 780px) {
  .case-reports {
    padding: 4rem 0 8rem;
  }
}

.case-voice {
  margin-bottom: 0 !important;
  padding: 8rem 0;
  background: #FFC97E;
  border-radius: 0 !important;
}
@media screen and (max-width: 780px) {
  .case-voice {
    padding: 5rem 0 4rem;
  }
}
.case-voice-inner {
  padding: 40px 12rem 8.6rem;
  background: #fff;
  border-radius: 40px;
}
@media screen and (max-width: 780px) {
  .case-voice-inner {
    padding: 20px 2rem 40px;
    border-radius: 20px;
  }
}
.case-voice-tit {
  margin-bottom: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 3.2rem;
  color: #E35A24;
}
.case-voice-tit__deco {
  width: 7.7rem;
}
.case-voice__img {
  width: 100%;
  margin-bottom: 8.6rem;
  display: block;
  border-radius: 20px;
}
@media screen and (max-width: 780px) {
  .case-voice__img {
    margin-bottom: 40px;
  }
}

.case-voice-staff {
  padding: 4rem 2rem 2rem;
  background: #FFF0D6;
  border-radius: 20px;
}
@media screen and (min-width: 781px) {
  .case-voice-staff {
    width: 40rem;
    margin: 0 auto;
    padding: 4rem 6rem 2rem;
  }
}
.case-voice-staff__tit {
  margin-top: -5.5rem;
  margin-bottom: 20px;
  padding: 0 4rem;
  color: #fff;
  background: #E35A24;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-masonry;
}
@media screen and (max-width: 780px) {
  .case-voice-staff__tit {
    font-size: 1.6rem;
  }
}

.case-voice-staff-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.case-voice-staff-inner__img {
  width: 14rem;
  height: 14rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}
.case-voice-staff-inner__name {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 780px) {
  .case-voice-staff-inner__name {
    font-size: 1.8rem;
  }
}
.case-voice-staff-inner__post {
  color: #E35A24;
  font-size: 1.2rem;
  display: block;
}

.case-others {
  margin-top: 0 !important;
  padding: 8rem 0 16rem !important;
  background: url(../img/page/bg-block02.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 780px) {
  .case-others {
    padding: 4rem 0 8rem !important;
  }
}
@media screen and (max-width: 780px) {
  .case-others .content-wrap {
    width: 80%;
  }
}
.case-others-slider {
  position: relative;
}
.case-others-slider .swiper {
  overflow: visible;
  overflow-x: clip;
}
.case-others-slider .case-list-post {
  margin-bottom: 0 !important;
}
.case-others-slider .case-list-post__img {
  height: auto;
  margin-bottom: 0 !important;
  aspect-ratio: 1/1;
}
.case-others-slider .swiper-button-prev,
.case-others-slider .swiper-button-next {
  width: 1.6rem;
  height: 2.8rem;
  background: url(../img/page/icon-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -3rem;
  transform: translateY(-50%);
  z-index: 2;
}
.case-others-slider .swiper-button-next {
  transform: translateY(-50%) rotate(-180deg);
  left: auto;
  right: -3rem;
}
.case-others__btn {
  margin-top: 8rem;
}
@media screen and (max-width: 780px) {
  .case-others__btn {
    margin-top: 4rem;
  }
}

/* -------------------------------------------------
	雨漏り
-------------------------------------------------- */
@media screen and (max-width: 780px) {
  .rain-mv {
    padding-top: 7rem;
  }
}
.rain-mv__tit {
  width: 100%;
}

.rain-breadcrumbs {
  background: #E1F3FA;
}

.estimate-cta {
  padding: 8rem 0 16rem;
  background: #E1F3FA;
  position: relative;
}
@media screen and (max-width: 780px) {
  .estimate-cta {
    padding: 40px 0 50px;
  }
}
.estimate-cta::after {
  content: "";
  width: 100%;
  height: 24.7rem;
  background: url(../img/page/bg-city.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 780px) {
  .estimate-cta::after {
    height: 5rem;
  }
}

.estimate-cta02 {
  margin-top: -8.6rem;
  padding-top: 16.6rem;
}
@media screen and (max-width: 780px) {
  .estimate-cta02 {
    margin-top: -3.6rem;
    padding-top: 8.6rem;
  }
}

.estimate-cta03 {
  margin-top: -16rem;
  padding-top: 32rem;
}
@media screen and (max-width: 780px) {
  .estimate-cta03 {
    margin-top: -3.6rem;
    padding-top: 8.6rem;
  }
}

.estimate-cta-box {
  max-width: 1000px;
  padding: 40px 3rem 40px 0;
  background: linear-gradient(180deg, rgb(0, 139, 194) 0%, rgb(186, 228, 245) 100%);
  border-radius: 40px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .estimate-cta-box {
    padding: 40px 1.5rem 20px;
    flex-direction: column;
    gap: 40px;
  }
}

.estimate-cta-form {
  width: 100%;
  padding: 20px 2rem;
  border-radius: 20px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 781px) {
  .estimate-cta-form {
    width: calc(100% - 55rem);
    height: 66.4rem;
    padding: 40px 4rem;
  }
}
.estimate-cta-form-btn {
  border: none;
}
.estimate-cta-form-btn__link {
  position: relative;
  overflow: hidden;
}
.estimate-cta-form-btn__link::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  -webkit-animation: btn_animation 2.5s ease-in-out infinite;
          animation: btn_animation 2.5s ease-in-out infinite;
}

@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.estimate-cta-content {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .estimate-cta-content {
    width: 55rem;
  }
}

.estimate-cta-time {
  padding: 19px 0 19px 3rem;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 780px) {
  .estimate-cta-time {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    padding: 16px 1.9rem;
    gap: 1.5rem;
  }
}
.estimate-cta-time__catch {
  width: 12rem;
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E35A24;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  transform: rotate(-20deg);
  border-radius: 70px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .estimate-cta-time__catch {
    width: 8rem;
    height: 8rem;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.estimate-cta-time__num {
  color: #E35A24;
  font-weight: bold;
  font-size: 13rem;
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}
@media screen and (max-width: 780px) {
  .estimate-cta-time__num {
    font-size: 6rem;
  }
}
.estimate-cta-time__text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 780px) {
  .estimate-cta-time__text {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
.estimate-cta-time__lg {
  font-size: 8rem;
  color: #E35A24;
}
@media screen and (max-width: 780px) {
  .estimate-cta-time__lg {
    font-size: 3rem;
  }
}
.estimate-cta-time-ps {
  margin-bottom: 30px;
  margin-right: 4.5rem;
  color: #fff;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .estimate-cta-time-ps {
    margin-bottom: 40px;
    margin-right: 1rem;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.estimate-cta-info {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 781px) {
  .estimate-cta-info {
    width: 45rem;
    margin: 0 auto;
  }
}
.estimate-cta-info__text {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 5px dotted #fff;
  text-align: left;
  font-size: 1.6rem;
}
.estimate-cta-info__tit {
  margin-bottom: 2.4rem;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .estimate-cta-info__tit {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
.estimate-cta-info .sp-contact-btn {
  width: 34rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 1rem;
  border-radius: 50px;
  height: 7.2rem;
  display: flex;
  transition: 0.3s;
}
@media screen and (max-width: 780px) {
  .estimate-cta-info .sp-contact-btn {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.estimate-cta-info .sp-contact-btn:hover {
  opacity: 0.8;
}

.contact-tel-btn {
  width: 34rem;
  max-width: 100%;
  height: 7.2rem;
  margin: 0 auto 15px;
  padding: 10px 1rem;
  background: #404040;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.6rem;
  border-radius: 50px;
  transition: 0.3s;
}
.contact-tel-btn:hover {
  opacity: 0.8;
}
.contact-tel-btn__icon {
  width: 3rem;
  margin-top: 0.8rem;
}
.contact-tel-btn__num {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
}
.contact-tel-btn__time {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

.rain-cause {
  padding: 8rem 0 16rem;
  background: url(../img/page/bg-smooth-grad.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 780px) {
  .rain-cause {
    padding: 40px 0 14.7rem;
    background: url(../img/page/bg-smooth-grad-sp.jpg) no-repeat;
    background-size: cover;
  }
}
.rain-cause-inner {
  max-width: 1000px;
}
.rain-cause__copy {
  margin-bottom: 8rem;
  padding: 40px 6rem;
  border: 4px solid #E35A24;
  border-radius: 20px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 780px) {
  .rain-cause__copy {
    margin-bottom: 40px;
    padding: 40px 4rem;
    font-size: 2.4rem;
  }
}
.rain-cause__copy--lg {
  color: #E35A24;
  font-size: 7.2rem;
}
@media screen and (max-width: 780px) {
  .rain-cause__copy--lg {
    font-size: 3.2rem;
  }
}
.rain-cause__text {
  margin-bottom: 10rem;
}
@media screen and (max-width: 780px) {
  .rain-cause__text {
    margin-bottom: 43px;
  }
}
.rain-cause-list {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 780px) {
  .rain-cause-list {
    flex-direction: column;
  }
}

.rain-cause-item {
  padding: 30px 2.6rem 2rem;
  border-radius: 20px;
  text-align: center;
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 781px) {
  .rain-cause-item {
    flex: 1;
  }
}
.rain-cause-item__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 2.4rem;
  display: block;
  flex-grow: 1;
}
.rain-cause-item__tit {
  font-size: 1.8rem;
}

.rain-attention {
  margin: 0;
  margin-bottom: 12rem;
  position: relative;
}
@media screen and (max-width: 780px) {
  .rain-attention {
    margin-bottom: 6rem;
  }
}
.rain-attention-inner {
  padding-bottom: 11.6rem;
  background: #404040;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 780px) {
  .rain-attention-inner {
    padding-bottom: 6rem;
  }
}
.rain-attention__tit {
  padding: 23px 6rem 23px 8.3rem;
  border: 4px solid #E35A24;
  border-radius: 8px;
  color: #404040;
  background: #fff;
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  top: -4.3rem;
}
@media screen and (min-width: 781px) {
  .rain-attention__tit {
    margin-bottom: 3rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 780px) {
  .rain-attention__tit {
    padding: 16px 5px 16px 6.8rem;
    font-size: 2rem;
  }
}
.rain-attention__tit::before {
  content: "";
  width: 11.7rem;
  height: 11.1rem;
  background: url(../img/page/icon-attention.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -6rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .rain-attention__tit::before {
    width: 6rem;
    height: 5.7rem;
    left: 5px;
  }
}
.rain-attention__text {
  margin-bottom: 6rem;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .rain-attention__text {
    margin-bottom: 32px;
    font-size: 2rem;
  }
}
.rain-attention__text--yellow {
  color: #FFC97E;
}
.rain-attention__arrow {
  width: 8rem;
  margin-bottom: 40px;
  text-align: center;
}
.rain-attention__becouse {
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  background-image: radial-gradient(0.15em 0.15em at center center, #E35A24, #E35A24 100%, transparent, transparent);
  padding-top: 0.6em;
  font-size: 4rem;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6rem;
}
@media screen and (max-width: 780px) {
  .rain-attention__becouse {
    bottom: -3rem;
    font-size: 2.4rem;
  }
}

.rain-attention-list {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 780px) {
  .rain-attention-list {
    flex-direction: column;
  }
}
.rain-attention-list__img {
  width: 100%;
  border: 4px solid #fff;
  border-radius: 8px;
}
@media screen and (min-width: 781px) {
  .rain-attention-list__img {
    flex: 1;
  }
}

.rain-follow {
  padding: 12rem 0;
  background: url(../img/page/rain-follow-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .rain-follow {
    padding: 4rem 0 22rem;
    background: url(../img/page/rain-follow-bg-sp.png) no-repeat;
    background-size: 100% 100%;
  }
}
.rain-follow__text {
  padding: 0 5.5rem;
  background: #fff;
  font-size: 6rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 781px) {
  .rain-follow__text {
    display: inline-block;
  }
}
@media screen and (max-width: 780px) {
  .rain-follow__text {
    padding: 0 2rem;
    font-size: 3.2rem;
    text-align: center;
  }
}
.rain-follow__text--orange {
  border-bottom: 5px dotted #E9851E;
  color: #E35A24;
}
@media screen and (min-width: 781px) {
  .rain-follow__text--orange {
    font-size: 7.2rem;
  }
}
.rain-follow__text01 {
  border-radius: 20px 20px 20px 0;
}
@media screen and (max-width: 780px) {
  .rain-follow__text01 {
    padding-top: 2rem;
    border-radius: 20px 20px 0 0;
  }
}
.rain-follow__text02 {
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 780px) {
  .rain-follow__text02 {
    padding-bottom: 3.5rem;
    border-radius: 0 0 20px 20px;
  }
}
.rain-follow-list {
  width: 79rem;
  max-width: 100%;
  margin-top: 8rem;
}
@media screen and (max-width: 780px) {
  .rain-follow-list {
    margin-top: 4rem;
  }
}

.rain-reason {
  margin-top: -9rem;
  padding: 25rem 0 24rem;
  background: url(../img/page/bg-block-blue.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 780px) {
  .rain-reason {
    margin-top: -5rem;
    padding: 14.6rem 0 11.6rem;
  }
}
.rain-reason__tit {
  margin-bottom: 8rem;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .rain-reason__tit {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}
.rain-reason__tit--orange {
  color: #E35A24;
}
.rain-reason__tit--md {
  font-size: 6rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .rain-reason__tit--md {
    font-size: 3rem;
  }
}
.rain-reason__tit--lg {
  font-weight: bold;
  font-size: 7.2rem;
}
@media screen and (max-width: 780px) {
  .rain-reason__tit--lg {
    font-size: 3.6rem;
  }
}

.rain-voice {
  padding-bottom: 16rem;
  background: #FFF0D6;
  position: relative;
}
.rain-voice__deco {
  width: 100%;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  left: 0;
}
.rain-voice__tit {
  margin-bottom: 8rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 780px) {
  .rain-voice__tit {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}
.rain-voice__tit--lg {
  font-size: 7.2rem;
  color: #E35A24;
}
@media screen and (max-width: 780px) {
  .rain-voice__tit--lg {
    font-size: 3.2rem;
    letter-spacing: -1.5px;
  }
}
.rain-voice__text {
  margin-bottom: 8rem;
}
@media screen and (max-width: 780px) {
  .rain-voice__text {
    margin-bottom: 40px;
  }
}
.rain-voice-list {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 780px) {
  .rain-voice-list {
    flex-direction: column;
  }
}

.rain-voice-item {
  padding: 20px 2rem 40px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 781px) {
  .rain-voice-item {
    padding: 20px 2rem 72px;
    flex: 1;
    border-radius: 40px;
  }
}
.rain-voice-item__img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 20px;
}
.rain-voice-item__tit {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #E35A24;
  text-align: center;
}

.rain-mind {
  margin-top: -7rem;
  padding: 16rem 0;
  background: url(../img/page/bg-wave.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .rain-mind {
    padding: 8rem 0;
    background: url(../img/page/bg-wave-sp.png) no-repeat;
    background-size: 100% 100%;
  }
}
.rain-mind-inner {
  padding: 8rem 8rem 9rem;
  background: #fff;
  border-radius: 40px;
  position: relative;
}
@media screen and (max-width: 780px) {
  .rain-mind-inner {
    padding: 40px 2rem 36rem;
    border-radius: 20px;
  }
}
.rain-mind__tit {
  margin-bottom: 8rem;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 780px) {
  .rain-mind__tit {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}
.rain-mind__tit--lg {
  font-size: 7.2rem;
}
@media screen and (max-width: 780px) {
  .rain-mind__tit--lg {
    font-size: 3.2rem;
  }
}
.rain-mind__text {
  line-height: 1.8;
}
@media screen and (min-width: 781px) {
  .rain-mind__text {
    width: 68rem;
  }
}
@media screen and (max-width: 780px) {
  .rain-mind__text {
    margin-bottom: 40px;
  }
}
.rain-mind__text--orange {
  color: #E35A24;
}
@media screen and (min-width: 781px) {
  .rain-mind__name {
    font-size: 3.2rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 781px) {
  .rain-mind__post {
    font-size: 2rem;
  }
}

.rain-advice {
  padding: 8rem 0 10rem;
  background: url(../img/page/bg-blackimg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 780px) {
  .rain-advice {
    padding: 40px 0;
    background: url(../img/page/bg-blackimg-sp.jpg) no-repeat;
    background-size: cover;
  }
}
.rain-advice__tit {
  margin-bottom: 8rem;
  color: #fff;
  font-size: 7.2rem;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .rain-advice__tit {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
}
.rain-advice__tit--sm {
  font-size: 3.2rem;
}
@media screen and (max-width: 780px) {
  .rain-advice__tit--sm {
    font-size: 1.6rem;
  }
}
.rain-advice-list {
  margin-bottom: 12rem;
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 780px) {
  .rain-advice-list {
    margin-bottom: 60px;
    flex-direction: column;
  }
}

.rain-advice-item {
  color: #fff;
  line-height: 2;
}
@media screen and (min-width: 781px) {
  .rain-advice-item {
    flex: 1;
  }
}
.rain-advice-item__img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
}

.rain-advice-copy {
  padding: 6rem 12rem;
  background: #fff;
  border-radius: 40px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 780px) {
  .rain-advice-copy {
    padding: 30px 2rem 40px;
    border-radius: 20px;
  }
}
.rain-advice-copy__text {
  margin-bottom: 40px;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .rain-advice-copy__text {
    font-size: 1.6rem;
    letter-spacing: -1px;
  }
}
.rain-advice-copy__text-lg {
  font-size: 4rem;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .rain-advice-copy__text-lg {
    font-size: 2.4rem;
  }
}
.rain-advice-copy__text-lg--orange {
  color: #E35A24;
}
.rain-advice-copy__arrow {
  width: 8rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 780px) {
  .rain-advice-copy__arrow {
    width: 4rem;
  }
}

.rain-speed {
  padding: 50px 1rem 15px;
  background: #E35A24;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.rain-speed-wrap {
  margin: 0 auto;
}
.rain-speed-inner {
  position: relative;
  display: inline-block;
}
.rain-speed__tit {
  font-size: 4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .rain-speed__tit {
    margin-right: -5rem;
    text-align: left;
    font-size: 4.8rem;
  }
}
.rain-speed__tit--num {
  width: 8rem;
  height: 8rem;
  margin-right: 2rem;
  padding-bottom: 1rem;
  color: #E35A24;
  background: #fff;
  border-radius: 8px;
  font-size: 6.4rem;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rain-speed__tit--num::before {
  content: "";
  width: 1.89rem;
  height: 1.9rem;
  background: url(../img/page/icon-hikari.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
}
.rain-speed__tit--text {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}
.rain-speed__tit--sm {
  font-size: 3.2rem;
}
@media screen and (max-width: 780px) {
  .rain-speed__tit--sm {
    font-size: 2.4rem;
  }
}
.rain-speed__copy {
  width: 10.8rem;
  height: 10.8rem;
  border: 8px solid #E35A24;
  position: absolute;
  top: -7rem;
  left: -14rem;
  background: #fff;
  color: #E35A24;
  font-size: 2rem;
  transform: rotate(-10deg);
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .rain-speed__copy {
    width: 8.8rem;
    height: 8.8rem;
    border: 4px solid #E35A24;
    font-size: 1.6rem;
    left: -8rem;
    top: -7rem;
    line-height: 1.3;
  }
}
.rain-speed__date {
  text-align: right;
  font-size: 1.2rem;
}

.rain-guarantee {
  padding: 9rem 0 8rem;
  background: #FFF0D6;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .rain-guarantee {
    padding: 40px 0 50px;
  }
}
.rain-guarantee-wrap {
  max-width: 1000px;
}
.rain-guarantee__tit {
  margin-bottom: 8rem;
  font-size: 7.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -1px;
}
@media screen and (max-width: 780px) {
  .rain-guarantee__tit {
    margin-bottom: 20px;
    font-size: 3.2rem;
  }
}
.rain-guarantee__tit--sm {
  font-size: 3.2rem;
}
@media screen and (max-width: 780px) {
  .rain-guarantee__tit--sm {
    font-size: 1.6rem;
  }
}
.rain-guarantee__tit--orange {
  color: #E35A24;
}
.rain-guarantee-inner {
  margin-bottom: 12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 9rem;
}
@media screen and (max-width: 780px) {
  .rain-guarantee-inner {
    margin-bottom: 40px;
    flex-direction: column;
    gap: 30px;
  }
}
.rain-guarantee__img {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .rain-guarantee__img {
    width: 35rem;
  }
}
.rain-guarantee__deco {
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: translateY(100%) rotate(180deg);
  left: 0;
}

@media screen and (min-width: 781px) {
  .rain-guarantee-content {
    width: calc(100% - 44rem);
  }
}
.rain-guarantee-content__tit {
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 781px) {
  .rain-guarantee-content__tit {
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 780px) {
  .rain-guarantee-content__tit {
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: center;
  }
}
.rain-guarantee-content__tit--orange {
  color: #E35A24;
}

.rain-qualification {
  padding: 40px 8rem 60px;
  border: 4px solid #E35A24;
  border-radius: 40px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .rain-qualification {
    padding: 20px 3rem 40px;
    border-radius: 20px;
  }
}
.rain-qualification__tit {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 5px dotted #E35A24;
  font-size: 3.2rem;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 780px) {
  .rain-qualification__tit {
    margin-bottom: 25px;
    font-size: 2rem;
    letter-spacing: -1px;
  }
}
.rain-qualification__tit--orange {
  color: #E35A24;
}

.rain-qualification-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 8.6rem;
}
@media screen and (max-width: 780px) {
  .rain-qualification-list {
    flex-direction: column;
    gap: 12px;
  }
}

.rain-qualification-item {
  text-align: left;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (min-width: 781px) {
  .rain-qualification-item {
    width: calc((100% - 17.2rem) / 3);
  }
}
.rain-qualification-item::before {
  content: "●";
  color: #E35A24;
  font-size: 0.8rem;
}
@media screen and (max-width: 780px) {
  .rain-qualification-item::before {
    font-size: 0.6rem;
  }
}

.page-form-text__input {
  background: #F3F3F3;
}
/*# sourceMappingURL=2506.css.map */