.reason .sNav {
  justify-content: center;
}

.reason .sNav:before {
  content: "";
  display: block;
  width: 1%;
}

.section.bnr {
  padding: 2.24rem 0 2.36rem;
}

@media(max-width:750px) {
  .section.bnr {
    padding: 2rem 0 1.1rem;
  }
}

.main .hero .inner2 {
  padding: 1.92rem 0 0;
}

.main .btn--cv {
  padding: 0;
  text-align: center;
}

.main .is-reflection.is-trembling>span {
  width: 10rem;
  border: .05rem solid #e95529;
  padding: .20rem 0 .30rem;
  top: -1.8rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: initial;
}

@media(max-width:750px) {
  .main .hero .inner2 {
    padding: 2.12rem 0 0;
  }
  .main .is-reflection.is-trembling>span {
    max-width: 6.44rem;
  }
  .main .btn--cv {
    padding: .10rem 0;
  }
}

.main .is-reflection.is-trembling>span:before {
  content: "";
  display: block;
  background: initial;
  border: initial;
  clip-path: initial;
  width: initial;
  height: initial;
  bottom: initial;
}

.main .is-reflection.is-trembling>span:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  clip-path: polygon(45% 100%, 0 0, 100% 0);
  width: .3rem;
  height: .23rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -.15rem;
  z-index: 2;
}

.main .is-reflection.is-trembling>span:after {
  content: "";
  display: block;
  position: absolute;
  background: #e95529;
  clip-path: polygon(45% 100%, 0 0, 100% 0);
  width: .35rem;
  height: .25rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -.28rem;
  z-index: 1;
}

.fukidashi-txt {
  font-size: .56rem;
  font-weight: 700;
  line-height: 1;
}

.fukidashi-txt span {
  display: block;
}

.fukidashi-txt span em {
  font-style: normal;
  font-size: .9477rem;
}

@media(max-width:750px) {
  .fukidashi-txt {
    font-size: .40rem;
  }
  .fukidashi-txt span em {
    font-size: .6761rem;
  }
}

/* 2024.02.16 popup */

.popup {
  background: transparent;
  display: block;
  margin: 30px auto 0;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #000;
}

.pp-box {
  opacity: 0;
  visibility: hidden;
}

.pp-box.open {
  opacity: 1;
  visibility: visible;
  position: fixed;
  z-index: 9997;
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.pp-box.open .pp-overlay {
  position: relative;
  z-index: 9998;
  background: rgba(0, 0, 0, .6);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pp-box.open .pp-contents {
  padding: 70px 30px 30px;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  height: 90vh;
  background: #fff;
  position: relative;
  z-index: 9999;
  overflow: auto;
  font-size: 16px;
  box-sizing: border-box;
}

@media(max-width:750px) {
  .pp-box.open .pp-contents {
    max-width: initial;
    width: 95%;
    padding: 70px 10px 15px;
    height: 95vh;
    font-size: 14px;
  }
}

.pp-scroll {
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media(max-width:750px) {
  .pp-scroll {
    max-width: initial;
    padding: 70px 10px 15px;
    padding: 0 10px;
  }
}

.pp-scroll::-webkit-scrollbar {
  width: 5px;
}

.pp-scroll::-webkit-scrollbar-track {
  background-color: #ccc;
}

.pp-scroll::-webkit-scrollbar-thumb {
  background-color: #472d26;
}

.pp-contents ol {
  margin-top: 10px;
}

.pp-contents ol li {
  list-style-type: decimal;
  margin-left: 2em;
  margin-top: .5em;
}

.pp-contents .red li {
  color: #ff0000;
}

.pp-contents h3 {
  margin-top: .60rem;
  font-size: .36rem;
}

.pp-close {
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 0;
  font-size: 30px;
  color: #000;
  padding: 20px;
  cursor: pointer;
  line-height: 1;
}

@media(max-width:750px) {
  .pp-close {
    padding: 10px;
  }
}

.txt-caution {
  text-align: center;
  color: #ff0000;
  font-size: .32rem;
}

@media(max-width:750px) {
  .txt-caution {
    font-size: .28rem;
  }
}

.txt-bold {
  font-weight: 700;
}

.pp-contents ol {
  margin-top: .40rem;
}

.pp-contents ol:has(+p) {
  margin-bottom: .20rem;
}

.pp-contents ol li ul li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.pp-contents ol li ul li:before {
  content: "※";
}

.red {
  color: #ff0000;
}

.main .cv .btn--cv {
    margin: 2.5rem auto 0;
}