@charset "UTF-8";
body {
  color: #0d0d0d;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.body_in {
  position: relative;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

h1 {
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  padding-bottom: 30px;
}

section {
  margin-top: 110px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.fv {
  position: relative;
}

.orange {
  color: #ea5414;
}

.space_bottom {
  padding-top: 34px;
  content: "";
  display: block;
}

.element {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.btn {
  position: absolute;
  width: 637px;
  background: url(../img/btn_pc.png) no-repeat center;
  left: 41%;
  transform: translateX(-48%);
  bottom: 4%;
  transition: all 0.3s ease;
}
.btn::before, .btn::after {
  content: "";
  /*要素にbefore及びafterが指定されている*/
}
.btn:hover {
  background-image: url("../img/btn_pc_hover.png");
}
.btn p {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  padding: 43px 0px 49px 74px;
}

.btn_scroll_pc {
  display: none;
  background: url(../img/btn_pc.png) no-repeat center;
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 637px;
  transition: all 0.3s ease;
}
.btn_scroll_pc::before, .btn_scroll_pc::after {
  content: "";
}
.btn_scroll_pc:hover {
  background-image: url("../img/btn_pc_hover.png");
}
.btn_scroll_pc p {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  padding: 43px 0px 49px 74px;
}

.btn_scroll_sp {
  display: none;
}

.check {
  max-width: 860px;
  margin: 0 auto;
  padding: 57px 0;
}
.check .check_box {
  display: flex;
  text-align: left;
  align-items: center;
  padding-bottom: 1em;
}
.check .check_box img {
  width: 33px;
  height: 33px;
  margin-right: 1em;
}
.check .check_box p {
  text-align: left;
  width: 100%;
  font-size: 26px;
  font-weight: 600;
}
.check .check_box p .marker {
  background: linear-gradient(transparent 60%, #fef0b6 60%);
  line-height: 1;
}

.problem {
  background: url(../img/problem_back.jpg) no-repeat top center;
  padding: 110px 0;
  background-color: #fff1ea;
}

.problem_box {
  display: flex !important;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 90px auto 0;
  gap: 120px 30px;
}
.problem_box .problem_content {
  width: 48%;
  background-color: #fff;
  box-shadow: 0px 0px 15px -5px #cccccc;
  border-radius: 10px;
}
.problem_box .problem_content .number {
  margin-top: -48px;
}
.problem_box .problem_content h2 {
  font-size: 27px;
  font-weight: 600;
  color: #ea5414;
  text-align: center;
  padding: 20px 0 30px;
}
.problem_box .problem_content .problem_img {
  width: 85%;
}
.problem_box .problem_content p {
  font-size: 18px;
  font-weight: 400;
  padding: 30px 30px 40px;
}

.voice_box {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1000px;
  margin: 90px auto 0;
  gap: 20px;
}
.voice_box .voice_content {
  width: 32%;
}
.voice_box .voice_content .voice_img {
  max-width: 97%;
}
.voice_box .voice_content .back_shadow {
  max-width: 97%;
  min-height: 225px;
  border-right: #eaeaea solid 2.5px;
  border-left: #eaeaea solid 2.5px;
  max-width: 97%;
  margin: 0 auto;
}
.voice_box .voice_content .back_shadow .youbou {
  padding-top: 20px;
}
.voice_box .voice_content h2 {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  background: #8d8583;
  line-height: 29px;
  text-align: center;
  width: 89px;
  margin: 0 auto;
}
.voice_box .voice_content h3 {
  color: #ea5414;
  font-size: 18px;
  font-weight: 600;
  margin: -18px 0 23px 0;
  text-align: center;
  max-width: 97%;
}
.voice_box .voice_content p {
  font-size: 16px;
  font-weight: 400;
  padding: 20px 17px;
}
.voice_box .voice_content .back_orange {
  background: url(../img/voice_back.jpg) no-repeat top center;
  background-size: 100%;
  background-color: #fff1ea;
  max-width: 97%;
  margin: 0 auto;
  min-height: 220px;
  padding-top: 60px;
}
.voice_box .voice_content hr {
  margin: 0 auto;
}

.flow {
  background: #fff1ea;
  padding: 110px 0px;
  text-align: center;
}
.flow p {
  font-size: 25px;
  font-weight: 600;
  padding: 57px 0 90px;
}
.flow p .orange {
  font-size: 30px;
  font-weight: bold;
  padding: 57px 0 44px;
}
.flow .flow_box {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  row-gap: 37px;
}
.flow .flow_box .flow_content {
  width: 33%;
  position: relative;
}
.flow .flow_box .flow_content .right_triangle {
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 18.5px 0 18.5px 16px;
  border-color: transparent transparent transparent #ff8542;
}
.flow .flow_box .flow_content .right_triangle_left {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 18.5px 0 18.5px 16px;
  border-color: transparent transparent transparent #ff8542;
}

.white_box {
  height: 315px;
}

footer {
  background: #ea5414;
  padding: 60px 0 45px;
  text-align: center;
}
footer a {
  text-decoration: none;
}
footer a p {
  color: #fff;
  font-size: 15px;
  padding: 0 1em;
}
footer ._box {
  display: flex;
  max-width: 330px;
  margin: 45px auto 15px;
  justify-content: space-between;
}
footer ._box .border {
  position: relative;
  top: 4px;
  background: #fff;
  width: 1.5px;
  height: 15px;
}
footer small {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 1439px) {
  .btn {
    left: 36%;
    transform: translateX(-43%);
  }
}
@media screen and (max-width: 1150px) {
  .btn {
    width: 550px;
    background-size: contain;
    left: 36%;
    bottom: 5px;
    transform: translateX(-43%);
  }
  .btn p {
    font-size: 22px;
    padding: 43px 0px 49px 54px;
  }
}
@media screen and (max-width: 930px) {
  .voice_box .voice_content .back_shadow {
    min-height: 250px;
  }
  .voice_box .voice_content h3 {
    font-size: 17px;
  }
  .voice_box .voice_content .back_orange {
    min-height: 250px;
  }
}
@media screen and (max-width: 900px) {
  .btn {
    width: 480px;
    background-size: contain;
    left: 36%;
    bottom: 5px;
    transform: translateX(-43%);
  }
  .btn p {
    font-size: 20px;
    padding: 43px 0px 46px 40px;
  }
}
@media screen and (max-width: 767px) {
  section {
    margin-top: 70px;
  }
  h1 {
    font-size: 25px;
    line-height: 38px;
    padding-bottom: 12px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .innner_sp {
    padding: 0 30px;
  }
  .btn {
    position: absolute;
    width: 100%;
    background: url(../img/btn_sp.png) no-repeat center;
    background-size: contain;
    margin: 0 auto;
    left: 50%;
    bottom: -2%;
    transform: translateX(-50%);
  }
  .btn:hover {
    background-image: url("../img/btn_sp.png");
  }
  .btn p {
    font-size: 24px;
    line-height: 30px;
    padding: 43px 0px 55px 0px;
    text-align: center;
  }
  .space_bottom {
    padding-top: 14px;
  }
  .btn_scroll_pc {
    display: none;
  }
  a {
    text-decoration: none;
  }
  .btn_scroll_sp {
    display: none;
    background: url(../img/btn_sp.png) no-repeat center;
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2%;
    z-index: 10;
    width: 100%;
    background-size: contain;
    padding: 18px 0px 28px 0px;
  }
  .btn_scroll_sp::before, .btn_scroll_sp::after {
    content: "";
  }
  .btn_scroll_sp p {
    font-weight: 600;
    color: #fff;
    font-size: 24px;
    padding: 34px 0;
    text-align: center;
    line-height: 30px;
  }
  .check .check_box {
    padding-bottom: 1.7em;
  }
  .check .check_box img {
    width: 17px;
    height: 17px;
  }
  .check .check_box p {
    font-size: 16px;
  }
  .problem {
    padding: 70px 0 0;
  }
  .problem .problem_box {
    margin: 70px auto;
    gap: 0;
  }
  .problem .problem_box .problem_content {
    width: 100%;
    margin-bottom: 70px;
  }
  .problem .problem_box .problem_content .number {
    width: 60px;
    height: 60px;
    margin-top: -32px;
  }
  .problem .problem_box .problem_content h2 {
    padding: 45px 0 25px;
    font-size: 24px;
    line-height: 32px;
  }
  .problem .problem_box .problem_content .problem_img {
    max-width: 90%;
  }
  .problem .problem_box .problem_content p {
    font-size: 16px;
    padding: 25px 25px 30px;
  }
  .voice_box {
    flex-wrap: wrap;
    margin: 20px auto 0;
    padding-bottom: 40px;
  }
  .voice_box .voice_content {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
  .voice_box .voice_content .voice_img {
    width: 100%;
  }
  .voice_box .voice_content .back_shadow {
    width: 100%;
    min-height: 0;
  }
  .voice_box .voice_content h3 {
    width: 100%;
    min-height: 0;
    font-size: 20px;
    margin: -18px 0 20px 0;
  }
  .voice_box .voice_content .back_orange {
    width: 100%;
    background-size: 70%;
    min-height: 0;
    padding-bottom: 25px;
  }
  .white_box {
    height: 280px;
  }
  .flow {
    margin-top: 0px;
    padding: 70px 0;
  }
  .flow p {
    font-size: 18px;
    padding: 26px 0 36px;
  }
  .flow p .orange {
    font-size: 21px;
  }
  .flow .flow_box .flow_content {
    position: relative;
    width: 100%;
  }
  .flow .flow_box .under_triangle {
    position: absolute;
    left: 52%;
    bottom: -34px;
    transform: translateX(-52%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 27.5px 0 27.5px;
    border-color: #ff8542 transparent transparent transparent;
  }
  footer {
    padding: 55px 0 30px;
  }
  footer img {
    max-width: 345px;
    padding-bottom: 20px;
  }
  footer a p {
    font-size: 12px;
    padding-bottom: 15px;
  }
  footer small {
    font-size: 10px;
  }
  footer ._box {
    display: flex;
    max-width: 273px;
    margin: 0 auto;
    justify-content: space-between;
  }
  footer ._box .border {
    top: 3px;
    width: 1px;
    height: 14px;
  }
}
@media screen and (max-width: 550px) {
  .btn_scroll_sp {
    padding: 0;
  }
  .btn_scroll_sp::before, .btn_scroll_sp::after {
    content: "";
  }
  .btn_scroll_sp p {
    padding: 21px 0 27px;
    font-size: 22px;
    line-height: 28px;
  }
  .white_box {
    height: 210px;
  }
  .voice_box .voice_content .back_orange {
    background-size: 100%;
  }
}
@media screen and (max-width: 430px) {
  .btn_scroll_sp p {
    padding: 20px 0 26px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 360px) {
  .btn_scroll_sp p {
    padding: 20px 0 26px;
    font-size: 18px;
    line-height: 20px;
  }
  .white_box {
    height: 180px;
  }
}/*# sourceMappingURL=style.css.map */