@charset "UTF-8";
/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.mainZone {
  margin-top: 67px;
  background: linear-gradient(90deg, rgb(66, 92, 145) 0%, rgb(66, 92, 145) 35%, rgb(131, 162, 216) 65%, rgb(131, 162, 216) 100%);
}

@media screen and (max-width: 767px) {
  .mainZone {
    margin-top: 14.3786666667vw;
  }
}
.mainZone .in {
  background-image: url("../img/main/main202506.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 470px;
}

@media screen and (max-width: 767px) {
  .mainZone .in {
    background-image: url("../img/main/main_sp202506.webp");
    background-size: cover;
    background-position: top;
    padding: 12.5333333333vw 10.6666666667vw;
    height: 108vw;
  }
}
.mainZone .in .main_txt {
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
}

.mainZone .in .main_txt h2 {
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mainZone .in .main_txt h2 {
    text-align: center;
  }
}
.mainZone .in .main_txt h2 span {
  font-size: 5.2rem;
  display: block;
}
.mainZone .in .main_txt h2 span.c1{
  font-size: 30px;
  color: #FCCE7B;
  display: inline;
}@media screen and (max-width: 767px) {
  .mainZone .in .main_txt h2 span.c1 {
    font-size: 1.6rem;
    color: #000;
      background-image: linear-gradient(to top, #FFBA3C 2px, transparent 2px);
        background-repeat: no-repeat;
        background-size: 100% 2px;
        background-position: 0 100%;
  }
}
@media screen and (max-width: 767px) {
  .mainZone .in .main_txt h2 span {
    font-size:7.8vw;
  }
    .mainZone .in .main_txt h2 span.c2{text-shadow: 0 0 5px rgba(0, 0, 0, .5),0 0 5px rgba(0, 0, 0, .5);
  }
}

@media screen and (max-width: 767px) {
  .mainZone .in .main_txt h2 {
    font-size: 2.6rem;
  }
}
.mainZone .in .main_txt p {
  font-size: 3rem;
  font-weight: 500;
  margin-top: 38px;
  padding: 5px 24px;
  margin-left: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .mainZone .in .main_txt p {
    font-size: 1.6rem;
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-top: 0;
    padding: 1.5vw 3.5vw;
    border: none;
    color: #000;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.top_voice .bot_but {
  padding: 20px;
  background-color: #ebebeb;
}

.top_voice .bot_but ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top_voice .bot_but {
    padding: 5.3333333333vw;
  }
}
.top_voice .bot_but li a {
  font-size: 1.8rem;
  font-weight: bold;
  width: 300px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  background-color: #911b11;
}

@media screen and (max-width: 767px) {
  .top_voice .bot_but li a {
    font-size: 1.2rem;
    width: 42.6666666667vw;
    padding: 2.6666666667vw;
  }
}
.top_voice .bot_but li a::before {
  content: "";
  display: inline-block;
  background-image: url("../img/main/free_mark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 25px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .top_voice .bot_but li a::before {
    width: 9.0666666667vw;
    height: 4.8vw;
    margin-right: 2vw;
  }
}
.top_voice .bot_but li a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s;
}

.top_voice .bot_but li + li a {
  background-color: #3f403f;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .top_voice .bot_but li + li a {
    margin-left: 4vw;
  }
}
.top_voice .bot_but li + li a::before {
  background-image: url("../img/main/free_mark2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/*--------------------------------------
voice
---------------------------------------*/
.reasonsZone .top_voice {
  padding: 30px 0px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .reasonsZone .top_voice {
    padding: 5vw 0 14vw 0;
  }
}
.reasonsZone .top_voice .u-inner {
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .reasonsZone .top_voice .u-inner {
    max-width: none;
    width: 100%;
  }
}
.reasonsZone .top_voice .u-inner .tit {
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  color: #3f403f;
  line-height: 1.66;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .reasonsZone .top_voice .u-inner .tit {
    font-size: 1.4rem;
  }
}
.reasonsZone .top_voice .u-inner .tit::after {
  content: "";
  background: url("../img/voice/arrow.svg") 0 0 no-repeat;
  background-size: contain;
  width: 5px;
  height: 106px;
  display: block;
  position: absolute;
  top: 110px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .top_voice .u-inner .tit::after {
    width: 1.3333333333vw;
    height: 13.8666666667vw;
    top: 13vw;
  }
}
.reasonsZone .top_voice .u-inner .tit span {
  font-size: 2.4rem;
  display: inline-block;
  line-height: 1;
  background: linear-gradient(to bottom, transparent 80%, #ffe0a7 80%);
}

@media screen and (max-width: 767px) {
  .reasonsZone .top_voice .u-inner .tit span {
    font-size: 1.4rem;
  }
}
.reasonsZone .top_voice .u-inner .bor {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  border: 1px solid #a5a6a4;
  border-radius: 20px;
  margin: 65px 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .reasonsZone .top_voice .u-inner .bor {
    font-size: 1.2rem;
    margin: 6.6666666667vw 12vw;
    border-radius: 2.6666666667vw;
  }
}
.reasonsZone .top_voice .u-inner .red {
  text-align: center;
  color: #911b11;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .top_voice .u-inner .red {
    font-size: 1.4rem;
    margin-bottom: 2vw;
  }
}
.top_voice .u-inner .img {
  text-align: center;
}

.reasonsZone .top_voice .u-inner .img img {
  width: 370px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .reasonsZone .top_voice .u-inner .img img {
    width: 100%;
  }
}

.reasonsZone .top_voice .u-inner ol {
  margin: 15px 0 40px 60px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .reasonsZone .top_voice .u-inner ol {
    margin: 3vw 5.3vw 5.3vw 5.3vw;
  }
}

.reasonsZone .top_voice .u-inner ol li {
  counter-increment: cnt;
  display: block;
  font-size: 0.9rem;
  text-indent: -1.7em;
  margin-left: 1.7em;
}

@media screen and (max-width: 767px) {
  .reasonsZone .top_voice .u-inner ol li {
    margin-top: 0vw;
  }
}
.reasonsZone .top_voice .u-inner ol li::before {
  content: "※" counter(cnt) " ";
}

.voiceZone .mid_voice .next_ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .voiceZone .mid_voice .next_ttl {
    font-size: 1.2rem;
  }
}
.voiceZone .mid_voice .next_ttl em {
  font-size: 1rem;
  position: relative;
  top: -5px;
}

@media screen and (max-width: 767px) {
  .voiceZone .mid_voice .next_ttl em {
    transform: scale(0.8);
    display: inline-block;
    top: -0.5vw;
  }
}
.voiceZone .mid_voice .note {
  max-width: 800px;
  text-align: right;
  font-size: 1rem;
  margin: 10px auto 35px auto;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .voiceZone .mid_voice .note {
    margin: 1.3333333333vw auto 0 auto;
    font-size: 1rem;
    display: block;
    transform: scale(0.9);
  }
}
.voiceZone .mid_voice .list_cap {
  margin-bottom: 40px;
  width: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .voiceZone .mid_voice .list_cap {
    margin-bottom: 10vw;
  }
}
.voiceZone .mid_voice .list_cap li {
  padding: 50px 0;
  background-color: #fff;
  max-width: 1000px;
  margin: 30px auto 0 auto;
  box-sizing: border-box;
  position: relative;
}

.voiceZone .mid_voice .list_cap li.whiteR:before {
  content: "";
  width: 100vw;
  display: block;
  height: 100%;
  position: absolute;
  left: 0vw;
  top: 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .voiceZone .mid_voice .list_cap li.whiteR:before {
    background-color: #f5f2f0;
    width: 5.3333333333vw;
  }
}
.voiceZone .mid_voice .list_cap li.whiteL:before {
  content: "";
  width: 100vw;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .voiceZone .mid_voice .list_cap li.whiteL:before {
    background-color: #f5f2f0;
    width: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .voiceZone .mid_voice .list_cap li {
    padding: 20px 0;
    margin-top: 5.3333333333vw;
  }
}
.voiceZone .mid_voice .list_cap li .in_list {
  max-width: 585px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .voiceZone .mid_voice .list_cap li .in_list {
    max-width: 70.6666666667vw;
  }
}
.voiceZone .mid_voice .list_cap li .in_list .big {
  font-size: 2.4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .voiceZone .mid_voice .list_cap li .in_list .big {
    font-size: 1.3rem;
  }
}
.voiceZone .mid_voice .list_cap li .in_list .fl_inbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .voiceZone .mid_voice .list_cap li .in_list .sp_flex-normal {
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
  }
}
@media screen and (max-width: 767px) {
  .voiceZone .mid_voice .list_cap li .in_list .fl_inbox {
    margin-top: 4vw;
    justify-content: flex-start;
  }
  .voiceZone .mid_voice .list_cap li .in_list .fl_inbox .prf {
    margin-left: 15px;
  }
}
.voiceZone .mid_voice .list_cap li .in_list .fl_inbox .img {
  width: 280px;
}

@media screen and (max-width: 767px) {
  .voiceZone .mid_voice .list_cap li .in_list .fl_inbox .img {
    width: 27.7vw;
  }
}
.voiceZone .mid_voice .list_cap li .in_list .fl_inbox .img img {
  width: 100%;
}

.voiceZone .mid_voice .list_cap li .in_list .fl_inbox .prf {
  width: 240px;
}

@media screen and (max-width: 767px) {
  .voiceZone .mid_voice .list_cap li .in_list .fl_inbox .prf {
    width: 32.8vw;
  }
}
.voiceZone .mid_voice .list_cap li .in_list .fl_inbox .prf p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .voiceZone .mid_voice .list_cap li .in_list .fl_inbox .prf p {
    font-size: 1rem;
    margin-bottom: 2.6666666667vw;
    line-height: 1.5;
  }
}
.voiceZone .mid_voice .list_cap li .in_list .fl_inbox .prf a {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  background-color: #3f403f;
  border-radius: 5px;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .voiceZone .mid_voice .list_cap li .in_list .fl_inbox .prf a {
    font-size: 1.1rem;
    padding: 1.3333333333vw;
  }
}
.voiceZone .mid_voice .list_cap li .in_list .fl_inbox .prf a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s;
}

.voiceZone .mid_voice .list_cap.hide_list {
  display: none;
}

.voiceZone .mid_voice .b-click {
  max-width: 585px;
  width: 100%;
  margin: 30px auto 70px auto;
  background-color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #a5a6a4;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .voiceZone .mid_voice .b-click {
    font-size: 1.1rem;
    margin: 5.3333333333vw auto 13.3333333333vw auto;
    padding: 1.3333333333vw;
    max-width: 49.3333333333vw;
  }
}
.voiceZone .mid_voice .b-click:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s;
}

.voiceZone .mid_voice .b-click.transtext {
  font-size: 0;
}

.voiceZone .mid_voice .b-click.transtext::before {
  content: "閉じる";
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .voiceZone .mid_voice .b-click.transtext::before {
    font-size: 1.1rem;
  }
}
.voiceZone .bot_voice .b_fist {
  max-width: 1000px;
  margin: 0 auto 100px auto;
  padding: 50px 27px 35px 27px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .voiceZone .bot_voice .b_fist {
    padding: 8vw 5.3333333333vw;
    margin: 0 5.3333333333vw 10.6666666667vw 5.3333333333vw;
  }
}
.voiceZone .bot_voice .b_fist .caption {
  text-align: center;
}

.voiceZone .bot_voice .b_fist .caption span {
  font-size: 2.4rem;
  line-height: 1;
  display: inline-block;
  font-weight: bold;
  background: linear-gradient(to bottom, transparent 80%, #ffe0a7 80%);
}

@media screen and (max-width: 767px) {
  .voiceZone .bot_voice .b_fist .caption span {
    font-size: 1.3rem;
  }
}
.voiceZone .bot_voice .b_fist .next_cap {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 25px 0 50px 0;
}

@media screen and (max-width: 767px) {
  .voiceZone .bot_voice .b_fist .next_cap {
    font-size: 1.2rem;
    margin: 5.3333333333vw 0 8vw 0;
  }
}
.voiceZone .bot_voice .b_fist .fl_three {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .voiceZone .bot_voice .b_fist .fl_three {
    flex-direction: column;
  }
}
.voiceZone .bot_voice .b_fist .fl_three li {
  width: 295px;
}
.voiceZone .bot_voice .b_fist .fl_three li + li {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .voiceZone .bot_voice .b_fist .fl_three li + li {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .voiceZone .bot_voice .b_fist .fl_three li {
    width: 100%;
  }
}
.voiceZone .bot_voice .b_fist .fl_three li .color_tit {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  background-color: #ecf8f8;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .voiceZone .bot_voice .b_fist .fl_three li .color_tit {
    font-size: 1.3rem;
    padding: 1.3333333333vw;
  }
}
.voiceZone .bot_voice .b_fist .fl_three li .img {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .voiceZone .bot_voice .b_fist .fl_three li .img {
    margin-top: 5.3333333333vw;
  }
}
.voiceZone .bot_voice .b_fist .fl_three li .img img {
  width: 100%;
}

.voiceZone .bot_voice .b_fist .fl_three li:nth-child(2) .color_tit {
  background-color: #fceadf;
}

@media screen and (max-width: 767px) {
  .voiceZone .bot_voice .b_fist .fl_three li + li {
    margin-top: 10.6666666667vw;
  }
}
.voiceZone .bot_voice .b_fist .note {
  text-align: right;
  margin-top: 30px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .voiceZone .bot_voice .b_fist .note {
    margin-top: 8vw;
    display: block;
  }
}
/*--------------------------------------
reasons
---------------------------------------*/
.reasonsZone .top_reasons .next_ttl {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .reasonsZone .top_reasons .next_ttl {
    font-size: 1.2rem;
  }
}
.reasonsZone .top_reasons .next_ttl span {
  font-size: 2.2rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .reasonsZone .top_reasons .next_ttl span {
    font-size: 1.6rem;
  }
}
.reasonsZone .top_reasons .fl_4 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 40px 0 60px 0;
}

@media screen and (max-width: 767px) {
  .reasonsZone .top_reasons .fl_4 {
    flex-wrap: wrap;
    margin: 0vw 5.3333333333vw 8vw 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .reasonsZone .top_reasons .fl_4 li {
    width: 48%;
    margin-top: 6.6666666667vw;
  }
}
.reasonsZone .top_reasons .fl_4 li .img {
  width: 140px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .top_reasons .fl_4 li .img {
    width: 24vw;
    margin: 0 auto;
  }
}
.reasonsZone .top_reasons .fl_4 li .img img {
  width: 100%;
}

.reasonsZone .top_reasons .fl_4 li p {
  font-size: 1.6rem;
  line-height: 1.65;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .reasonsZone .top_reasons .fl_4 li p {
    font-size: 1.3rem;
  }
}
.reasonsZone .top_reasons .fl_4 li + li {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .top_reasons .fl_4 li + li {
    margin-left: 0;
  }
}
.reasonsZone .mid_reasons {
  padding-bottom: 85px;
  width: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons {
    padding-bottom: 16vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li {
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.reasonsZone .mid_reasons .all_reasons li.whiteR:before {
  content: "";
  width: 100vw;
  display: block;
  height: 100%;
  position: absolute;
  left: 0vw;
  top: 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li.whiteR:before {
    background-color: #f5f2f0;
    width: 5.3333333333vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li.whiteL:before {
  content: "";
  width: 100vw;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li.whiteL:before {
    background-color: #f5f2f0;
    width: 5.3333333333vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li .num_blk {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.reasonsZone .mid_reasons .all_reasons li .num_blk::before {
  content: "";
  background: url("../img/reasons/num_01.svg") 0 0 no-repeat;
  background-size: contain;
  width: 18px;
  height: 60.5px;
  display: block;
  position: absolute;
  left: -60px;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li .num_blk::before {
    background-size: contain;
    width: 3.2vw;
    height: 10.0533333333vw;
    left: 0;
    top: 0;
  }
}
.reasonsZone .mid_reasons .all_reasons li .num_blk .big_num {
  font-size: 2.4rem;
  line-height: 1.66;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li .num_blk .big_num {
    font-size: 1.3rem;
    margin-bottom: 5.3333333333vw;
    padding-left: 8vw;
    font-weight: bold;
  }
  .reasonsZone .mid_reasons .all_reasons li .more_pad-le-d {
    padding-left: 11vw !important;
  }
}
.reasonsZone .mid_reasons .all_reasons li .num_blk p {
  font-size: 1.6rem;
  line-height: 1.75;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li .num_blk p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(1) {
  padding: 70px 30px 0px 30px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(1) {
    padding: 10.6666666667vw 8vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(1) .in_rea-ct {
  max-width: 1020px;
  margin: 65px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(1) .in_rea-ct {
    margin: 8vw auto 0 auto;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(1) .in_rea-ct .fl_li1 {
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(1) .in_rea-ct .fl_li1 {
    flex-direction: column-reverse;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(1) .in_rea-ct .fl_li1 .img {
  width: 449px;
  margin-bottom: -60px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(1) .in_rea-ct .fl_li1 .img {
    width: 80vw;
    margin-bottom: 0;
    position: relative;
    right: -12vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(1) .in_rea-ct .fl_li1 .img img {
  width: 100%;
}

.reasonsZone .mid_reasons .all_reasons li:nth-child(1) .in_rea-ct .fl_li1 .t_li1 {
  margin: 55px 0 0 50px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(1) .in_rea-ct .fl_li1 .t_li1 {
    margin: 0 0 8vw 0;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(1) .in_rea-ct .fl_li1 .t_li1 .fist_jp {
  font-size: 2rem;
  width: 82px;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50%;
  background-color: #911b11;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(1) .in_rea-ct .fl_li1 .t_li1 .fist_jp {
    font-size: 1.2rem;
    width: 14.4vw;
    height: 14.4vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(1) .in_rea-ct .fl_li1 .t_li1 .r_t-ct {
  margin-left: 10px;
  width: 278px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(1) .in_rea-ct .fl_li1 .t_li1 .r_t-ct {
    margin-left: 2.6666666667vw;
    width: auto;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(1) .in_rea-ct .fl_li1 .t_li1 .r_t-ct .r_big-cap {
  color: #911b11;
}

.reasonsZone .mid_reasons .all_reasons li:nth-child(1) .in_rea-ct .fl_li1 .t_li1 .r_t-ct .r_big-cap p {
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(1) .in_rea-ct .fl_li1 .t_li1 .r_t-ct .r_big-cap p {
    font-size: 1.1rem;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(1) .in_rea-ct .fl_li1 .t_li1 .r_t-ct .r_big-cap span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(to bottom, transparent 80%, #ffe0a7 80%);
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(1) .in_rea-ct .fl_li1 .t_li1 .r_t-ct .r_big-cap span {
    font-size: 1.5rem;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(1) .in_rea-ct .fl_li1 .t_li1 .r_t-ct small {
  display: block;
  font-size: 1rem;
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(1) .in_rea-ct .fl_li1 .t_li1 .r_t-ct small {
    margin-top: 1vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) {
  margin-top: 120px;
  padding: 70px 30px 100px 30px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) {
    padding: 10.6666666667vw 8vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .num_blk {
    padding-left: 5.3333333333vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .num_blk::before {
  content: "";
  background: url("../img/reasons/num_02.svg") 0 0 no-repeat;
  left: auto;
  width: 38px;
  height: 62px;
  right: 150px;
  top: 10px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .num_blk::before {
    background-size: contain;
    width: 6.4vw;
    height: 10.4vw;
    right: 10vw;
    top: 0vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .num_blk::after {
  content: "";
  background: url("../img/reasons/jp_map.png") 0 0 no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: auto;
  width: 327px;
  height: 284px;
  right: -40px;
  bottom: -200px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .num_blk::after {
    background-size: contain;
    width: 48.9333333333vw;
    height: 40.6666666667vw;
    right: 0vw;
    bottom: -21vw;
  }
}
@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .num_blk .big_num {
    padding-left: 0;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct {
  margin-left: -50px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct {
    margin: 0 -8vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct {
  max-width: 1100px;
  margin: 270px auto 0 auto;
  background-color: #f4f9f9;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct {
    margin: 26vw 0 0 0;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct {
  max-width: 590px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 60px 0 60px 50px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct {
    max-width: none;
    width: 100%;
    padding: 10.6666666667vw 10.6666666667vw 16vw 10.6666666667vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .cap_this {
  font-weight: bold;
  color: #911b11;
}

.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .cap_this p {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .cap_this p {
    font-size: 1.5rem;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .cap_this p::before {
  content: "";
  width: 80px;
  height: 2px;
  margin-right: 5px;
  background-color: #911b11;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .cap_this p::before {
    width: 5.3333333333vw;
    margin-right: 1vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .cap_this p::after {
  content: "";
  width: 80px;
  height: 2px;
  margin-left: 5px;
  background-color: #911b11;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .cap_this p::after {
    width: 5.3333333333vw;
    margin-left: 1vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .cap_this span {
  font-size: 2.4rem;
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .cap_this span {
    font-size: 1.7rem;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_next-cap {
  display: flex;
  align-items: center;
  margin: 30px 0 50px 0;
  position: relative;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_next-cap {
    margin: 12vw 0;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_next-cap::after {
  content: "";
  background: url("../img/voice/arrow.svg") 0 0 no-repeat;
  background-size: contain;
  width: 5px;
  height: 106px;
  display: block;
  position: absolute;
  top: 150px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_next-cap::after {
    width: 1.3333333333vw;
    height: 21.3333333333vw;
    top: 25vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_next-cap .img {
  width: 120px;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_next-cap .img {
    width: 18.6666666667vw;
    margin-right: 4vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_next-cap .img img {
  width: 100%;
}

.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_next-cap .txt_blbor .bl-bor {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-color: #59768d;
  padding: 8px 10px 8px 20px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_next-cap .txt_blbor .bl-bor {
    font-size: 1.3rem;
    padding: 1.2vw 1vw 1.2vw 3vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_next-cap .txt_blbor p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_next-cap .txt_blbor p {
    font-size: 1.1rem;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .cen_havebor {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding: 2px;
  background-color: #fff;
  border: 1px solid #a5a6a4;
  border-radius: 20px;
  width: 200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .cen_havebor {
    font-size: 1.1rem;
    padding: 0.5vw;
    width: 40vw;
    border-radius: 5.3333333333vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .next_cen_havebor {
  margin: 58px 0 30px 0;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .next_cen_havebor {
    margin: 12vw 0 5.3333333333vw 0;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .next_cen_havebor p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .next_cen_havebor p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .next_cen_havebor span {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background: linear-gradient(to bottom, transparent 80%, #ffe0a7 80%);
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .next_cen_havebor span {
    font-size: 1.5rem;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .wht_box-cen {
  background-color: #fff;
  max-width: 550px;
  margin: 0 auto;
  padding: 50px 35px 80px 35px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .wht_box-cen {
    padding: 6.6666666667vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .wht_box-cen .img {
  width: 468px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .wht_box-cen .img {
    width: 66.9333333333vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .wht_box-cen .img img {
  width: 100%;
}

.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .wht_box-cen .next10 {
  font-size: 1.6rem;
  text-align: center;
  margin: 45px 0;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .wht_box-cen .next10 {
    font-size: 1.1rem;
    margin: 5.3333333333vw 0 0 0;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_2imonbox {
  display: flex;
  justify-content: space-between;
  padding: 0 45px;
  margin-top: -80px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_2imonbox {
    flex-direction: column;
    padding: 0;
    margin-top: 9.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_2imonbox dt {
    display: flex;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_2imonbox dt .img {
  width: 195px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_2imonbox dt .img {
    width: 32vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_2imonbox dt .img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_2imonbox dt .t_2imonbox {
    margin-left: 2.6666666667vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_2imonbox dt p {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_2imonbox dt p {
    font-size: 1.2rem;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_2imonbox dt span {
  font-size: 1.9rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_2imonbox dt span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_2imonbox dt + dt {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .bl_blk-ct .in-bl_blk-ct .fl_2imonbox dt + dt .t_2imonbox {
    margin-right: 2.6666666667vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct {
  padding-left: 50px;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct {
    padding: 0 8vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct .have_art {
  text-align: center;
  margin-top: -20px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct .have_art {
    margin-top: -4vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct .have_art span {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding: 2px;
  background-color: #fff;
  border: 1px solid #a5a6a4;
  border-radius: 20px;
  display: block;
  width: 300px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct .have_art span {
    font-size: 1.1rem;
    padding: 0.5vw;
    width: 48vw;
    border-radius: 5.3333333333vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct .next_hart-cen {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  margin: 60px 0 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct .next_hart-cen {
    font-size: 1.3rem;
    margin: 10.6666666667vw 0 6.6666666667vw 0;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct .next_hart-cen::after {
  content: "";
  background: url("../img/voice/arrow.svg") 0 0 no-repeat;
  background-size: contain;
  width: 5px;
  height: 106px;
  display: block;
  position: absolute;
  top: -110px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct .next_hart-cen::after {
    width: 1.3333333333vw;
    height: 13.8666666667vw;
    top: -16vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct .b-bl .cap_bbl {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  background-color: #f4f9f9;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct .b-bl .cap_bbl {
    font-size: 1.3rem;
    width: 40vw;
    margin: 0 auto;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct .b-bl dl {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct .b-bl dl {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 8vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct .b-bl dl dd {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct .b-bl dl dd {
    width: 90%;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct .b-bl dl dd .img {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct .b-bl dl dd .img {
    width: 56.2666666667vw;
    margin: 0 auto;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct .b-bl dl dd .img img {
  width: 100%;
}

.reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct .b-bl dl dd p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct .b-bl dl dd p {
    font-size: 1.1rem;
    text-align: center;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(2) .in_rea-ct .wht_blk-ct .b-bl dl dd + dd {
    margin-top: 10.6666666667vw;
    padding-top: 10.6666666667vw;
    border-top: 1px solid #f5f2f0;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(3) {
  padding: 70px 30px 0px 30px;
  margin-top: 65px;
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(3) {
    padding: 8vw 8vw 0 8vw;
    margin-top: 5.3333333333vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(3) .num_blk::before {
  content: "";
  background: url("../img/reasons/num_03.svg") 0 0 no-repeat;
  width: 37px;
  height: 63px;
  z-index: 2;
  left: -80px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(3) .num_blk::before {
    background-size: contain;
    width: 6.1333333333vw;
    height: 10.6666666667vw;
    left: 0;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(3) .cen_im-peo {
  text-align: center;
  margin: 50px 0;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(3) .cen_im-peo {
    margin: 9.3333333333vw 0 4vw 0;
    padding-right: 5.3333333333vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(3) .cen_im-peo img {
  width: 100%;
}

.reasonsZone .mid_reasons .all_reasons li:nth-child(3) .other_p {
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(3) .other_p {
    flex-direction: column-reverse;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(3) .other_p .img {
  width: 450px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(3) .other_p .img {
    width: 94.6666666667vw;
    position: relative;
    left: -9.3333333333vw;
    padding-bottom: 10vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(3) .other_p .img img {
  width: 100%;
}

.reasonsZone .mid_reasons .all_reasons li:nth-child(3) .other_p .le_other-text .r_top-af-other {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #911b11;
  margin: 50px 0 0 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(3) .other_p .le_other-text .r_top-af-other {
    font-size: 1.3rem;
    margin: 0 0 6.6666666667vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(3) .other_p .le_other-text .r_top-af-other::before {
  content: "さらに";
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background-color: #911b11;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -100px;
  top: 0;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(3) .other_p .le_other-text .r_top-af-other::before {
    font-size: 1.2rem;
    width: 14.4vw;
    height: 14.4vw;
    position: static;
    margin-right: 2vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(3) .other_p .le_other-text .long_bg-txt {
  font-size: 1.6rem;
  background-color: #f5f2f0;
  padding: 25px;
  position: absolute;
  width: 140%;
  left: 225px;
  bottom: 130px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(3) .other_p .le_other-text .long_bg-txt {
    font-size: 1.1rem;
    background-color: #fff;
    padding: 2.6666666667vw;
    left: 20vw;
    bottom: 20vw;
    width: 120%;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(3) .last_phone-img {
  margin: 60px auto 0 auto;
  max-width: 578px;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(3) .last_phone-img {
    margin: 8.5333333333vw auto 0 auto;
    max-width: 84vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(3) .last_phone-img img {
  width: 100%;
}

.reasonsZone .mid_reasons .all_reasons li:nth-child(4) {
  margin-top: 65px;
  padding: 70px 30px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(4) {
    padding: 8vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(4) .num_blk {
    padding-left: 5.3333333333vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(4) .num_blk::before {
  content: "";
  background: url("../img/reasons/num_04.svg") 0 0 no-repeat;
  left: auto;
  width: 45px;
  height: 62px;
  right: 200px;
  top: 10px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(4) .num_blk::before {
    background-size: contain;
    width: 7.4666666667vw;
    height: 10.4vw;
    right: 0vw;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(4) .num_blk .big_num {
    padding-left: 0;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(4) .fl_four {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 40px 0;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(4) .fl_four {
    flex-wrap: wrap;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(4) .fl_four dt {
    width: 48%;
    margin-top: 6.6666666667vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(4) .fl_four dt .img {
  width: 140px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(4) .fl_four dt .img {
    width: 24vw;
    margin: 0 auto;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(4) .fl_four dt .img img {
  width: 100%;
}

.reasonsZone .mid_reasons .all_reasons li:nth-child(4) .fl_four dt p {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 5px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(4) .fl_four dt p {
    font-size: 1.3rem;
    margin-top: 2vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(4) .four_of-checklist {
  background-color: #f3f3f3;
  padding: 55px 40px 63px 40px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(4) .four_of-checklist {
    margin-top: 10.6666666667vw;
    padding: 8vw 7vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(4) .four_of-checklist h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(4) .four_of-checklist h3 {
    font-size: 1.3rem;
    margin-bottom: 5.3333333333vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(4) .four_of-checklist dl {
  max-width: 340px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(4) .four_of-checklist dl {
    max-width: none;
    width: 100%;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(4) .four_of-checklist dl dt {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(4) .four_of-checklist dl dt {
    font-size: 1.2rem;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(4) .four_of-checklist dl dd {
  font-size: 1.4rem;
  padding-left: 44px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(4) .four_of-checklist dl dd {
    font-size: 1rem;
    padding-left: 7vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(4) .four_of-checklist dl dt::before {
  content: "";
  background: url("../img/reasons/check_icon.svg") 0 0 no-repeat;
  background-size: contain;
  width: 31px;
  height: 26px;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(4) .four_of-checklist dl dt::before {
    background-size: contain;
    width: 4.8vw;
    height: 4vw;
    margin-right: 2vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(4) .four_of-checklist dl dt + dt {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(4) .four_of-checklist dl dt + dt {
    margin-top: 3vw;
  }
}
.reasonsZone .mid_reasons .all_reasons li:nth-child(4) .l-note {
  text-align: right;
  font-size: 1rem;
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .reasonsZone .mid_reasons .all_reasons li:nth-child(4) .l-note {
    text-align: center;
    margin-top: 8vw;
  }
}
.reasonsZone .b_next .inof_b_next {
  background-color: #f4f9f9;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .reasonsZone .b_next .inof_b_next {
    padding-bottom: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .reasonsZone .b_next .inof_b_next .big-cap::before {
    left: -2vw;
  }
}
@media screen and (min-width: 768px) {
  .reasonsZone .b_next .inof_b_next .big-cap {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .reasonsZone .b_next .inof_b_next .fl_cap-next .txt {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .reasonsZone .b_next .inof_b_next .fl_cap-next .txt .next-cap {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .reasonsZone .b_next .inof_b_next .fl_cap-next .txt .next-cap {
    font-size: 1.5rem;
  }
}
.reasonsZone .b_next .fl_2but {
  background-color: #f4f9f9;
}

@media screen and (min-width: 768px) {
  .reasonsZone .b_next .fl_2but {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .reasonsZone .b_next .fl_2but {
    padding-top: 0vw;
  }
}
/*--------------------------------------
management
---------------------------------------*/
.managementZone .in_management {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .managementZone .in_management {
    margin-bottom: 12vw;
  }
}
.managementZone .step-mngmt {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .managementZone .step-mngmt {
    padding: 0 10.6666666667vw;
  }
}
.managementZone .step-mngmt li {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .managementZone .step-mngmt li {
    padding: 5.3333333333vw 6.5vw;
  }
}
.managementZone .step-mngmt li::before {
  content: "";
  background: url("../img/management/num_01.svg") 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  width: 14px;
  height: 46px;
  position: absolute;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .managementZone .step-mngmt li::before {
    background-size: contain;
    width: 1.8666666667vw;
    height: 6.1333333333vw;
    left: 3vw;
  }
}
.managementZone .step-mngmt li .set_width-box {
  width: 430px;
}
@media screen and (max-width: 767px) {
  .managementZone .step-mngmt li .set_width-box {
    width: 56vw;
  }
}
.managementZone .step-mngmt li .set_width-box span,
.managementZone .step-mngmt li .set_width-box small {
  position: relative;
  left: 42px;
}
@media screen and (max-width: 767px) {
  .managementZone .step-mngmt li .set_width-box span,
  .managementZone .step-mngmt li .set_width-box small {
    left: 3vw;
  }
}
.managementZone .step-mngmt li small {
  display: block;
  margin-top: 20px;
  line-height: 1.4;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .managementZone .step-mngmt li small {
    font-size: 8px;
    margin-top: 2.6666666667vw;
    line-height: 1.5;
  }
}
.managementZone .step-mngmt li p {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.36;
}
@media screen and (max-width: 767px) {
  .managementZone .step-mngmt li p {
    font-size: 1.4rem;
    position: relative;
    line-height: 1;
  }
}
.managementZone .step-mngmt li p.r-p {
  color: #911B11;
}
.managementZone .step-mngmt li p.other_lh {
  line-height: 1.72;
}
@media screen and (max-width: 767px) {
  .managementZone .step-mngmt li p.other_lh {
    line-height: 2;
  }
}
.managementZone .step-mngmt li span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.66;
  margin-top: 15px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .managementZone .step-mngmt li span {
    letter-spacing: unset;
    font-size: 1.1rem;
    line-height: 1.55;
    margin-top: 4.1vw;
  }
}
.managementZone .step-mngmt li .b-r_t {
  font-size: 2.6rem;
  font-weight: 600;
  color: #911B11;
  text-align: center;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .managementZone .step-mngmt li .b-r_t {
    position: relative;
    font-size: 1.6rem;
    line-height: 1;
  }
}
.managementZone .step-mngmt li + li {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .managementZone .step-mngmt li + li {
    margin-top: 6.6666666667vw;
  }
}
.managementZone .step-mngmt li + li::after {
  content: "";
  background: url("../img/voice/arrow.svg") 0 0 no-repeat;
  background-size: contain;
  width: 5px;
  height: 59px;
  display: block;
  position: absolute;
  top: -60px;
}
@media screen and (max-width: 767px) {
  .managementZone .step-mngmt li + li::after {
    width: 1.3333333333vw;
    height: 8vw;
    top: -8vw;
  }
}
.managementZone .step-mngmt li:nth-child(2)::before {
  content: "";
  background: url("../img/management/num_02.svg") 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  width: 29px;
  height: 46.2px;
}
@media screen and (max-width: 767px) {
  .managementZone .step-mngmt li:nth-child(2)::before {
    background-size: contain;
    width: 4vw;
    height: 6.4vw;
  }
}
.managementZone .step-mngmt li:nth-child(3)::before {
  content: "";
  background: url("../img/management/num_03.svg") 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  width: 28px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .managementZone .step-mngmt li:nth-child(3)::before {
    background-size: contain;
    width: 3.7333333333vw;
    height: 6.4vw;
  }
}
.managementZone .step-mngmt li:nth-child(4)::before {
  content: "";
  background: url("../img/management/num_04.svg") 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  width: 34px;
  height: 47px;
}
@media screen and (max-width: 767px) {
  .managementZone .step-mngmt li:nth-child(4)::before {
    background-size: contain;
    width: 4.5333333333vw;
    height: 6.4vw;
  }
}
.managementZone .step-mngmt li:nth-child(5)::before {
  content: "";
  background: url("../img/management/num_05.svg") 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 47px;
}
@media screen and (max-width: 767px) {
  .managementZone .step-mngmt li:nth-child(5)::before {
    background-size: contain;
    width: 4vw;
    height: 6.4vw;
  }
}
.managementZone .step-mngmt li:nth-child(6)::before {
  content: "";
  background: url("../img/management/num_06.svg") 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  width: 31px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .managementZone .step-mngmt li:nth-child(6)::before {
    background-size: contain;
    width: 4.2666666667vw;
    height: 6.4vw;
  }
}
.managementZone .b_next .inof_b_next {
  background-color: #F4F9F9;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .managementZone .b_next .inof_b_next {
    padding: 8vw 5.3333333333vw 1vw 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .managementZone .b_next .inof_b_next .big-cap::before {
    left: -1vw;
  }
}
@media screen and (min-width: 768px) {
  .managementZone .b_next .inof_b_next .big-cap {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .managementZone .b_next .inof_b_next .fl_cap-next .txt {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .managementZone .b_next .inof_b_next .fl_cap-next .txt .next-cap {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .managementZone .b_next .inof_b_next .fl_cap-next .txt .next-cap {
    font-size: 1.5rem;
  }
}
.managementZone .b_next .fl_2but {
  background-color: #F4F9F9;
}
@media screen and (min-width: 768px) {
  .managementZone .b_next .fl_2but {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .managementZone .b_next .fl_2but {
    padding-top: 0vw;
  }
}

/*--------------------------------------
company
---------------------------------------*/
.companyZone::after {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .companyZone::after {
    height: 1.8666666667vw;
  }
}
.companyZone .box {
  background-color: #FFF;
  max-width: 1000px;
  margin: 0 auto 70px auto;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
.companyZone .box .map {
  padding-bottom: 20px;
}
.companyZone .box .map iframe {
  max-width: 440px;
  height: 320px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .companyZone .box .map iframe {
    max-width: 100%;
    width: 100%;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .companyZone .box {
    display: block;
    padding: 5.3333333333vw 4vw;
    margin: 0 10.6666666667vw 10.6666666667vw 10.6666666667vw;
  }
}
.companyZone .box .in {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .companyZone .box .in {
    width: 100%;
  }
}
.companyZone .box .in dl {
  display: flex;
  font-weight: 500;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .companyZone .box .in dl {
    padding-bottom: 5.3333333333vw;
  }
}
.companyZone .box .in dl.mapB {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .companyZone .box .in dl.mapB {
    padding-bottom: 0.2666666667vw;
  }
}
.companyZone .box .in dl + dl {
  border-top: 2px solid #E2E2E2;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .companyZone .box .in dl + dl {
    padding-top: 5.3333333333vw;
  }
}
.companyZone .box .in dl dt {
  width: 135px;
  font-size: 1.6rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .companyZone .box .in dl dt {
    width: 24vw;
    font-size: 1rem;
  }
}
.companyZone .box .in dl dd {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .companyZone .box .in dl dd {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .companyZone .box .in dl dd .img {
    padding-top: 4vw;
    margin-left: -19vw;
  }
}
.companyZone .box .in dl dd a {
  color: #911B11;
  text-decoration: underline;
}
.companyZone .box .in dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
.companyZone .box .in dl dd li {
  width: 50%;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .companyZone .box .in dl dd li {
    font-size: 1rem;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

header .l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  header .l-header {
    padding: 1.3333333333vw 5.3333333333vw;
  }
}
header .l-header .logo img {
  width: 97px;
}

@media screen and (max-width: 767px) {
  header .l-header .logo img {
    width: 15.4666666667vw;
  }
}
header .l-header .fl_but {
  display: flex;
}

header .l-header .fl_but li a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background-color: #911b11;
  width: 150px;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  header .l-header .fl_but li a {
    width: 18.6666666667vw;
    font-size: 1rem;
    padding: 2.1333333333vw 0;
  }
}
header .l-header .fl_but li a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s;
}

header .l-header .fl_but li:nth-child(2) a {
  background-color: #3f403f;
  margin-left: 10px;
}

footer {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 5.3333333333vw;
  }
}
footer .l-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  footer .l-footer {
    flex-direction: column;
  }
}
footer .l-footer .logo {
  margin-right: 55px;
}

@media screen and (max-width: 767px) {
  footer .l-footer .logo {
    margin-right: 5vw;
  }
}
footer .l-footer .logo img {
  width: 126px;
}

@media screen and (max-width: 767px) {
  footer .l-footer .logo img {
    width: 15.4666666667vw;
  }
}
footer .l-footer .fl_foot {
  display: flex;
}

@media screen and (max-width: 767px) {
  footer .l-footer .fl_foot {
    margin-top: 3vw;
  }
}
footer .l-footer .fl_foot li {
  display: flex;
  align-items: center;
}

footer .l-footer .fl_foot li a {
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  footer .l-footer .fl_foot li a {
    font-size: 1rem;
  }
}
footer .l-footer .fl_foot li + li {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  footer .l-footer .fl_foot li + li {
    margin-left: 2vw;
  }
}
footer .l-footer .fl_foot li + li::before {
  content: "/";
  display: inline-block;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  footer .l-footer .fl_foot li + li::before {
    padding-right: 2vw;
  }
}
footer .cpr {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  footer .cpr {
    margin-top: 3vw;
  }
}
.fl_2but {
  display: flex;
  justify-content: center;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .fl_2but {
    padding: 5.3333333333vw;
  }
}
.fl_2but li p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #911b11;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .fl_2but li p {
    line-height: 1.6;
    font-size: 1rem;
  }
}
.fl_2but li a {
  font-size: 1.8rem;
  font-weight: bold;
  width: 300px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  background-color: #911b11;
}

@media screen and (max-width: 767px) {
  .fl_2but li a {
    font-size: 1.2rem;
    width: 42.6666666667vw;
    padding: 2.6666666667vw;
  }
}
.fl_2but li a::before {
  content: "";
  display: inline-block;
  background-image: url("../img/main/free_mark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 25px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .fl_2but li a::before {
    width: 9.0666666667vw;
    height: 4.8vw;
    margin-right: 2vw;
  }
}
.fl_2but li a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s;
}

.fl_2but li + li {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .fl_2but li + li {
    margin-left: 4vw;
  }
}
.fl_2but li + li p {
  color: #3f403f;
}

.fl_2but li + li a {
  background-color: #3f403f;
}

.fl_2but li + li a::before {
  background-image: url("../img/main/free_mark2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .l-cont {
    overflow: hidden;
  }
}
h2.ttl {
  font-size: 3rem;
  text-align: center;
  color: #3f403f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -30px;
}

@media screen and (max-width: 767px) {
  h2.ttl {
    font-size: 1.9rem;
    top: -4vw;
  }
}
h2.ttl::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #3f403f;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  h2.ttl::after {
    height: 4vw;
    margin-top: 2.6666666667vw;
  }
}
h2.ttl span {
  display: block;
  font-family: "futura-pt", Futura, Trebuchet MS, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  h2.ttl span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .modaal-inner-wrapper {
    padding: 16vw 5.3333333333vw !important;
  }
}
.modaal-container {
  max-width: 800px !important;
}

@media screen and (max-width: 767px) {
  .modaal-container {
    max-width: 89.3333333333vw !important;
  }
}
.modaal-container .modaal-content-container {
  padding: 0 !important;
}

.modaal-container .in_mdl .ct {
  max-width: 560px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .modaal-container .in_mdl .ct {
    max-width: none;
  }
}
.modaal-container .in_mdl .top_mdl {
  background-color: #f5f2f0;
  padding: 50px 20px;
}

@media screen and (max-width: 767px) {
  .modaal-container .in_mdl .top_mdl {
    background-color: #fff;
    padding: 0;
  }
}
.modaal-container .in_mdl .top_mdl .cap_mdl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .modaal-container .in_mdl .top_mdl .cap_mdl {
    font-size: 1.6rem;
    background-color: #f5f2f0;
    padding: 6.6666666667vw;
  }
}
.modaal-container .in_mdl .top_mdl .fl_im-mdl {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .modaal-container .in_mdl .top_mdl .fl_im-mdl {
    margin: 5.3333333333vw 2.6666666667vw 0 2.6666666667vw;
  }
}
.modaal-container .in_mdl .top_mdl .fl_im-mdl p {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .modaal-container .in_mdl .top_mdl .fl_im-mdl p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-left: 4vw;
  }
}
.modaal-container .in_mdl .top_mdl .fl_im-mdl .img {
  width: 258px;
  margin-bottom: -140px;
}

@media screen and (max-width: 767px) {
  .modaal-container .in_mdl .top_mdl .fl_im-mdl .img {
    width: 36vw;
    margin: 0;
  }
}
.modaal-container .in_mdl .top_mdl .fl_im-mdl .img img {
  width: 100%;
}

.modaal-container .in_mdl .blk1_mdl {
  padding: 140px 20px 60px 20px;
}

@media screen and (max-width: 767px) {
  .modaal-container .in_mdl .blk1_mdl {
    padding: 5.3333333333vw;
  }
}
.modaal-container .in_mdl .blk1_mdl dl dt {
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .modaal-container .in_mdl .blk1_mdl dl dt {
    font-size: 1.4rem;
  }
}
.modaal-container .in_mdl .blk1_mdl dl dd {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .modaal-container .in_mdl .blk1_mdl dl dd {
    font-size: 1.2rem;
    margin-top: 1.3333333333vw;
    line-height: 1.6;
  }
}
.modaal-container .in_mdl .blk1_mdl dl + dl {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #f5f2f0;
}

@media screen and (max-width: 767px) {
  .modaal-container .in_mdl .blk1_mdl dl + dl {
    padding-top: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.modaal-container .in_mdl .blk2_mdl {
  background-color: #f5f2f0;
  padding: 60px 20px;
}

@media screen and (max-width: 767px) {
  .modaal-container .in_mdl .blk2_mdl {
    margin: 0 2.6666666667vw;
    padding: 5.3333333333vw 4vw;
  }
}
.modaal-container .in_mdl .blk2_mdl dl dt {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  display: block;
  padding: 5px;
  border: 1px solid #a5a6a4;
  border-radius: 5px;
  background-color: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .modaal-container .in_mdl .blk2_mdl dl dt {
    font-size: 1.4rem;
    padding: 1.3333333333vw;
  }
}
.modaal-container .in_mdl .blk2_mdl dl dd {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .modaal-container .in_mdl .blk2_mdl dl dd {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 1.3333333333vw;
  }
}
.modaal-container .in_mdl .blk2_mdl dl + dl {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .modaal-container .in_mdl .blk2_mdl dl + dl {
    margin-top: 5.3333333333vw;
  }
}
.modaal-container .in_mdl .close_but {
  max-width: 184px;
  margin: 0 auto;
  padding: 40px 20px 60px 20px;
  position: static !important;
  width: 100% !important;
  height: auto !important;
  cursor: pointer;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .modaal-container .in_mdl .close_but {
    max-width: 32.8vw !important;
    padding: 8vw 0;
  }
}
.modaal-container .in_mdl .close_but::before {
  display: none;
}

.modaal-container .in_mdl .close_but::after {
  display: none;
}

.modaal-container .in_mdl .close_but:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s;
}

.modaal-container .in_mdl .close_but span {
  display: block;
  width: 100% !important;
  height: auto !important;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #8b827d;
  border-radius: 5px;
  text-align: center;
  padding: 10px !important;
  position: static !important;
}

@media screen and (max-width: 767px) {
  .modaal-container .in_mdl .close_but span {
    font-size: 1.1rem;
    padding: 1.3333333333vw !important;
  }
}
.b_next {
  background-color: #fff;
  display: block;
  padding: 20px 20px 140px 20px;
}

@media screen and (max-width: 767px) {
  .b_next {
    padding: 1.3333333333vw 1.3333333333vw 21.3333333333vw 1.3333333333vw;
  }
}
.b_next .inof_b_next {
  background-color: #f3f3f3;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .b_next .inof_b_next {
    padding: 9.3333333333vw 5vw;
  }
}
.b_next .inof_b_next .bt {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .b_next .inof_b_next .bt {
    max-width: none;
    width: 100%;
  }
}
.b_next .inof_b_next .bt p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .b_next .inof_b_next .bt p {
    font-size: 1.1rem;
    margin-bottom: 1.3333333333vw;
  }
}
.b_next .inof_b_next .bt a {
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  background-color: #8b827d;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .b_next .inof_b_next .bt a {
    max-width: 42.6666666667vw;
    margin: 0 auto;
    font-size: 1.2rem;
    padding: 2.6666666667vw;
  }
}
.b_next .inof_b_next .bt a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s;
}

.b_next .big-cap {
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 767px) {
  .b_next .big-cap {
    font-size: 1.5rem;
    text-align: center;
  }
}
.b_next .big-cap::before {
  content: "";
  background: url("../img/voice/bf_cap.svg") 0 0 no-repeat;
  background-size: contain;
  display: block;
  width: 18px;
  height: 13px;
  position: absolute;
  top: 0;
  left: -10px;
}

@media screen and (max-width: 767px) {
  .b_next .big-cap::before {
    width: 2.9333333333vw;
    height: 2.1333333333vw;
    left: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .b_next .big-cap.x_cen {
    text-align: left;
  }
}
.b_next .fl_cap-next {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .b_next .fl_cap-next {
    margin: 2.6666666667vw 0 4vw 0;
  }
}
.b_next .fl_cap-next .txt .next-cap {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .b_next .fl_cap-next .txt .next-cap {
    font-size: 1.2rem;
  }
}
.b_next .fl_cap-next .img {
  width: 104px;
}

@media screen and (max-width: 767px) {
  .b_next .fl_cap-next .img {
    width: 19.4666666667vw;
    margin-left: 2.9333333333vw;
  }
}
.b_next .fl_cap-next .img img {
  width: 100%;
}

.b_next .fl_2but {
  background-color: #ebebeb;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  color: #3f403f;
  background-color: #f5f2f0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0;
  line-height: 1.8;
  font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif;
}

div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

object {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

h2 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

h3 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

h4 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

h5 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  quotes: none;
}

blockquote::before {
  content: "";
  content: none;
}

blockquote::after {
  content: "";
  content: none;
}

pre {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

abbr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

address {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

cite {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

code {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

del {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  text-decoration: line-through;
}

dfn {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

em {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.02em;
  font-size: 1.1em;
  font-style: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

ins {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

kbd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

q {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  quotes: none;
}

q::before {
  content: "";
  content: none;
}

q::after {
  content: "";
  content: none;
}

samp {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

small {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

sub {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  font-size: 0.65rem;
  line-height: 1.35;
  vertical-align: text-bottom;
}

sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  font-size: 0.65rem;
  line-height: 1.35;
  vertical-align: text-top;
}

var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

b {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

i {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

dl {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

dt {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

ol {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

table {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
  font-family: inherit;
}

table th {
  text-align: left;
  vertical-align: middle;
  padding: 1em;
  font-weight: normal;
}

table td {
  text-align: left;
  vertical-align: middle;
  padding: 1em;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

tbody {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

tfoot {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

thead {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

th {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

article {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

aside {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

canvas {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

details {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

header {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

header .inner {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  header .inner {
    height: 13.8666666667vw;
  }
}
header .inner .head-LogoBox_LoginBtn {
  width: 80px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  background-color: rgb(231, 231, 231);
  box-shadow: rgb(231, 231, 231) 0px 2px 1px inset;
  background-image: linear-gradient(to top, rgb(231, 231, 231), rgb(247, 247, 247) 15%);
  box-sizing: border-box;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 12px;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  header .inner .head-LogoBox_LoginBtn {
    border: 1px solid #ddd;
    padding: 8px 0;
    width: 48px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.9, #f9f9f9), color-stop(0.9, #e5e5e5));
    background-color: #f9f9f9;
    background-image: linear-gradient(to bottom, #f9f9f9 90%, #e5e5e5 90%);
    font-size: 0.8rem;
    border-radius: 0;
    box-shadow: none;
    height: 26px;
  }
}
header .inner h1 {
  width: 291px;
}

@media screen and (max-width: 767px) {
  header .inner h1 {
    width: 35vw;
  }
}
header .inner h1 img {
  width: 100%;
}

hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

nav {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

nav ul {
  list-style: none;
}

summary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

time {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

audio {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input {
  vertical-align: middle;
}

input:-moz-placeholder {
  color: #4d4d4d;
}

input::-moz-placeholder {
  color: #4d4d4d;
}

input:-ms-input-placeholder {
  color: #4d4d4d;
}

input::-webkit-input-placeholder {
  color: #4d4d4d;
}

select {
  vertical-align: middle;
  margin: 5px;
  padding: 6px;
  color: #222222;
  font-size: 1rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 1px solid #000;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  margin: 5px;
  padding: 6px;
  color: #222222;
  font-size: 1rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea:-moz-placeholder {
  color: #4d4d4d;
}

textarea::-moz-placeholder {
  color: #4d4d4d;
}

textarea:-ms-input-placeholder {
  color: #4d4d4d;
}

textarea::-webkit-input-placeholder {
  color: #4d4d4d;
}

input[type=text] {
  margin: 5px;
  padding: 6px;
  color: #222222;
  font-size: 1rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=email] {
  margin: 5px;
  padding: 6px;
  color: #222222;
  font-size: 1rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=password] {
  margin: 5px;
  padding: 6px;
  color: #222222;
  font-size: 1rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text].align_left {
  text-align: left;
}

input[type=text].align_center {
  text-align: center;
}

input[type=text].align_right {
  text-align: right;
}

input[type=radio] {
  margin: 3px 0 5px 5px;
  outline: none;
  cursor: pointer;
}

input[type=checkbox] {
  margin: 3px 0 5px 5px;
  outline: none;
  cursor: pointer;
}

input[type=radio] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

input[type=checkbox] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

.fadeIn {
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0, 0.295, 0.5, 1);
  opacity: 0;
  -webkit-transform: translate(0, 60px);
  transform: translate(0, 60px);
}

.fadeIn[data-delay="1"] {
  transition-delay: 0.2s;
}

.fadeIn[data-delay="2"] {
  transition-delay: 0.4s;
}

.fadeIn[data-delay="3"] {
  transition-delay: 0.6s;
}

.fadeIn[data-delay="4"] {
  transition-delay: 0.8s;
}

.fadeIn[data-delay="5"] {
  transition-delay: 1s;
}

.fadeIn[data-delay="6"] {
  transition-delay: 1.2s;
}

.fadeIn[data-delay="7"] {
  transition-delay: 1.4s;
}

.fadeIn[data-delay="8"] {
  transition-delay: 1.6s;
}

.fadeIn[data-delay="9"] {
  transition-delay: 1.8s;
}

.fadeIn[data-delay="10"] {
  transition-delay: 2s;
}

.fadeIn[data-delay="11"] {
  transition-delay: 2.2s;
}

.fadeIn[data-delay="12"] {
  transition-delay: 2.4s;
}

.fadeIn.is_done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: 1120px;
}

p.more {
  text-align: center;
}

p.more a {
  background-color: #a17a43;
  color: #fff;
  display: block;
  font-size: 11px;
  line-height: 1;
  width: 300px;
  margin: 0 auto;
  padding: 17px 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}

p.more a:hover {
  background-color: #efefef;
  color: #a17a43;
  text-decoration: none;
}

.itemcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 764px) {
  section {
    padding: 60px 0;
  }
  header .inner h1 {
    line-height: 0;
  }
  footer .inner {
    padding: 10px 0;
  }
  footer .inner dl {
    display: block;
    position: relative;
    padding-bottom: 15%;
  }
  footer .inner dl dt {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer .inner dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .inner dl dd ul li {
    margin-right: 0px;
    padding-right: 0px;
    width: 50%;
    border-right: none;
    padding: 7px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (max-width: 1200px) {
  .inner {
    width: 90%;
  }
}
.bot_but .cap_bb {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin: -42px 0 17px 0;
}
@media screen and (max-width: 764px) {
  .bot_but .cap_bb {
    font-size: 1.5rem;
    margin: -8vw 0 3vw 0;
  }
}
.bot_but .cap_bb::before {
  content: "";
  display: inline-block;
  background: url("../img/voice/bf_cap_bb.png") 0 0 no-repeat;
  background-size: contain;
  width: 72px;
  height: 80px;
  margin: 0 10px -15px 0;
}
@media screen and (max-width: 764px) {
  .bot_but .cap_bb::before {
    width: 48px;
    height: 53px;
    margin: 0 1vw -3vw 0;
  }
}

.fisrt_build .in_cont-here {
  max-width: 1000px;
  margin: 40px auto 50px auto;
  background: url("../img/reasons/bg_fisrtbuild.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 25px 145px;
}
@media screen and (max-width: 764px) {
  .fisrt_build .in_cont-here {
    background: url("../img/reasons/bg_fisrtbuild-sp.jpg") 0 0 no-repeat;
    background-size: 100%;
    padding: 4vw 0 0 0;
    margin: 0 0 4.5vw 0;
  }
}
.fisrt_build .box_in {
  width: 408px;
  background: #fff;
}
@media screen and (max-width: 764px) {
  .fisrt_build .box_in {
    width: 100%;
    background: none;
  }
}
.fisrt_build .box_in dt {
  padding: 25px 20px 15px 20px;
}
@media screen and (max-width: 764px) {
  .fisrt_build .box_in dt {
    box-sizing: border-box;
    padding: 3vw 0 3vw 3vw;
    background: #fff;
    width: 60vw;
    margin: 0 4vw 5vw 4vw;
  }
}
.fisrt_build .box_in dt .big-f {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 764px) {
  .fisrt_build .box_in dt .big-f {
    font-size: 14px;
    line-height: 1.5;
  }
}
.fisrt_build .box_in dt .big-f em {
  margin-right: 5px;
}
@media screen and (max-width: 764px) {
  .fisrt_build .box_in dt .big-f em {
    margin-right: 0.5vw;
  }
  .fisrt_build .box_in dt .big-f em img {
    height: 6vw;
  }
}
.fisrt_build .box_in dt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 764px) {
  .fisrt_build .box_in dt p {
    font-size: 10px;
    letter-spacing: -0.1vw;
    margin-top: 2vw;
  }
}
.fisrt_build .box_in dd {
  padding: 11px 20px;
  background: #59768d;
  color: #fff;
}
@media screen and (max-width: 764px) {
  .fisrt_build .box_in dd {
    padding: 2.5vw 4vw;
    text-align: center;
  }
}
.fisrt_build .box_in dd span {
  font-size: 20px;
  font-weight: 500;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 764px) {
  .fisrt_build .box_in dd span {
    font-size: 16px;
    line-height: 1.6;
  }
}
.fisrt_build .box_in dd p {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 764px) {
  .fisrt_build .box_in dd p {
    font-size: 20px;
  }
}
.fisrt_build .box_in dd p em {
  color: #fde737;
  font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif;
}

.tbl_v {
  max-width: 1000px;
  margin: 40px auto 55px auto;
}
@media screen and (max-width: 764px) {
  .tbl_v {
    margin: 0 5.3vw;
  }
}
.tbl_v .ca_oftb {
  text-align: center;
}
.tbl_v .ca_oftb span {
  display: inline-block;
  font-weight: bold;
  font-size: 2.4rem;
  background-color: #f5f2f0;
  padding: 3px 20px;
}
@media screen and (max-width: 764px) {
  .tbl_v .ca_oftb span {
    font-size: 1.6rem;
    padding: 1vw 2vw;
    display: block;
  }
}
.tbl_v .next_tbl-cap {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin: 20px 0 35px 0;
}
@media screen and (max-width: 764px) {
  .tbl_v .next_tbl-cap {
    font-size: 1.4rem;
    margin: 3vw 0;
  }
}
.tbl_v table {
  width: 100%;
}
.tbl_v table tr .r_t-intb {
  color: #911b11;
}
.tbl_v table tr .r_t-intb em {
  top: -10px;
}
@media screen and (max-width: 764px) {
  .tbl_v table tr .r_t-intb em {
    top: -1.4vw;
  }
}
.tbl_v table tr.set_hei-tbl {
  height: 122.6px;
}
@media screen and (max-width: 764px) {
  .tbl_v table tr.set_hei-tbl {
    height: 25vw;
  }
}
.tbl_v table tr th {
  background-color: #f5f2f0;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  border: 1px solid #A5A6A4;
  box-sizing: border-box;
}
@media screen and (max-width: 764px) {
  .tbl_v table tr th {
    font-size: 1rem;
    padding: 1em 0;
  }
}
.tbl_v table tr th.bg_yl-tb {
  background-color: #ffeed1;
}
.tbl_v table tr td {
  border: 1px solid #A5A6A4;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: 29%;
}
@media screen and (max-width: 764px) {
  .tbl_v table tr td {
    font-size: 1.3rem;
    padding: 1em 0;
    width: 25%;
  }
}
.tbl_v table tr td.bg_re-tbl {
  background-color: #fceadf;
}
@media screen and (max-width: 764px) {
  .tbl_v table tr td.bg_re-tbl {
    width: 33%;
  }
}
.tbl_v table tr td em {
  font-size: 1rem;
  position: relative;
  top: -5px;
  color: #3f403f;
}
@media screen and (max-width: 764px) {
  .tbl_v table tr td em {
    top: -0.3vw;
  }
}
.tbl_v table tr td p {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 764px) {
  .tbl_v table tr td p {
    font-size: 1.5rem;
  }
}
.tbl_v table tr td span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 764px) {
  .tbl_v table tr td span {
    font-size: 1rem;
  }
}
.tbl_v .note-tb {
  font-size: 1rem;
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 764px) {
  .tbl_v .note-tb {
    margin: 2vw 0 10vw 0;
  }
}
@media screen and (max-width: 764px) {
  .tbl_v .note-tb li {
    text-indent: -1em;
    margin-left: 1em;
  }
}

@media screen and (max-width: 764px) {
  .mor_pd-sp {
    padding: 0 5.3vw;
  }
}

@media screen and (max-width: 767px) {
  .reasonsZone .top_voice {
    padding: 40px 0 53px 0;
  }
}
@media screen and (max-width: 767px) {
  .reasonsZone .top_voice .tbl_v .note-tb {
    margin: 5px 0 36px 0;
    line-height: 1.4;
  }
  .reasonsZone .top_voice .tbl_v .note-tb li {
    font-size: 0.9rem;
  }
}
.reasonsZone .top_voice .tit {
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  color: #3f403f;
  line-height: 1.66;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 25px 0 40px 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .reasonsZone .top_voice .tit {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 14px 0 19px 0;
  }
}
.reasonsZone .top_voice .tit span {
  font-size: 2.4rem;
  display: inline-block;
  line-height: 1;
  background: linear-gradient(to bottom, transparent 80%, #ffe0a7 80%);
}
@media screen and (max-width: 767px) {
  .reasonsZone .top_voice .tit span {
    font-size: 1.4rem;
  }
}
.reasonsZone .top_voice .bor {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px !important;
  max-width: 560px;
  margin: 65px auto !important;
}
@media screen and (max-width: 767px) {
  .reasonsZone .top_voice .bor {
    max-width: 290px;
    margin: 0 auto 27px auto !important;
  }
}
.reasonsZone .top_voice .bor::after {
  content: "";
  background: url(../img/voice/arrow.svg) 0 0 no-repeat;
  background-size: cover;
  width: 5px;
  height: 106px;
  display: block;
  position: absolute;
  top: -30px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .reasonsZone .top_voice .bor::after {
    background-size: contain;
    height: 52px;
    top: -3vw;
  }
}
.reasonsZone .top_voice .bor span {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 2.4rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .reasonsZone .top_voice .bor span {
    font-size: 1.2rem;
  }
}
.reasonsZone .top_voice .mor_pd-sp .img img {
  width: 622px;
}
@media screen and (max-width: 767px) {
  .reasonsZone .top_voice .mor_pd-sp .img img {
    width: 326px;
  }
}
@media screen and (max-width: 767px) {
  .reasonsZone .top_voice .mor_pd-sp ol {
    margin: 15px 0 0 0;
  }
}

.more_introZone {
  background: #fff;
}
.more_introZone .u-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.more_introZone .top_intro .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold;
  color: #911b11;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .more_introZone .top_intro .ttl {
    font-size: 2.4rem;
    padding-top: 3vw;
  }
}
.more_introZone .top_intro .ttl::before {
  content: "";
  display: inline-block;
  background: url("../img/more_intro/bf_ttl.png") 0 0 no-repeat;
  background-size: contain;
  width: 17px;
  height: 20px;
  margin-right: 5px;
}
.more_introZone .top_intro .ttl::after {
  content: "";
  display: inline-block;
  background: url("../img/more_intro/af_ttl.png") 0 0 no-repeat;
  background-size: contain;
  width: 17px;
  height: 20px;
  margin-left: -15px;
}
.more_introZone .top_intro .next_ttl {
  font-size: 2.4rem;
  font-weight: 600;
  color: #911b11;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .more_introZone .top_intro .next_ttl {
    font-size: 1.8rem;
  }
}
.more_introZone .top_intro .cap {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .more_introZone .top_intro .cap {
    font-size: 1.8rem;
  }
}
.more_introZone .top_intro .slkSld {
  max-width: 890px;
  margin: 18px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .more_introZone .top_intro .slkSld {
    margin: 2vw auto 0 auto;
  }
}
.more_introZone .top_intro .slkSld ul .cont_slk {
  width: 210px;
  background: linear-gradient(180deg, rgb(245, 242, 240) 70%, rgb(255, 255, 255) 70%);
  margin: 0 7.5px;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .more_introZone .top_intro .slkSld ul .cont_slk {
    width: 240px;
    margin: 0 17.5px;
    padding: 0;
  }
}
.more_introZone .top_intro .slkSld ul .cont_slk .tit {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6;
  height: 70px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  .more_introZone .top_intro .slkSld ul .cont_slk .tit {
    padding: 10px 10px 0 10px;
    font-size: 1.3rem;
    letter-spacing: 0;
    height: auto;
  }
}
.more_introZone .top_intro .slkSld ul .cont_slk .tit em {
  color: #1e2d43;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif;
  background: linear-gradient(to bottom, transparent 80%, #ffe0a7 80%);
}
.more_introZone .top_intro .slkSld ul .cont_slk p {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 3px 0 12px 0;
}
@media screen and (max-width: 767px) {
  .more_introZone .top_intro .slkSld ul .cont_slk p {
    font-size: 1.3rem;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .more_introZone .top_intro .slkSld ul .cont_slk .img {
    height: 200px;
    overflow: hidden;
    position: relative;
    left: 10px;
  }
}
.more_introZone .top_intro .slkSld ul .cont_slk .img img {
  width: 100%;
}
.more_introZone .top_intro .slkSld .slick-arrow {
  width: 40px;
  height: 40px;
  background: url("../img/more_intro/slk_arrow.png") 0 0 no-repeat;
  background-size: contain;
  z-index: 3;
}
.more_introZone .top_intro .slkSld .slick-arrow::before {
  display: none;
}
.more_introZone .top_intro .slkSld .slick-arrow.slick-next {
  right: -50px;
}
@media screen and (max-width: 767px) {
  .more_introZone .top_intro .slkSld .slick-arrow.slick-next {
    right: 5vw;
  }
}
.more_introZone .top_intro .slkSld .slick-arrow.slick-prev {
  background: url("../img/more_intro/slk_arrow2.png") 0 0 no-repeat;
  background-size: contain;
  left: -50px;
}
@media screen and (max-width: 767px) {
  .more_introZone .top_intro .slkSld .slick-arrow.slick-prev {
    left: 5vw;
  }
}
.more_introZone .top_intro .slkSld .slick-dots li {
  width: 20px;
  height: 1px;
  background: #3f403f;
  margin: 0 2.5px;
}
.more_introZone .top_intro .slkSld .slick-dots li button {
  display: none;
}
.more_introZone .top_intro .slkSld .slick-dots li.slick-active {
  height: 4px;
}
.more_introZone .bl_word {
  background: #f4f9f9;
  text-align: center;
  margin-top: 70px;
  padding: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .more_introZone .bl_word {
    margin-top: 13vw;
    padding: 15px 20px 20px 20px;
  }
}
.more_introZone .bl_word p {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .more_introZone .bl_word p {
    font-size: 1.6rem;
  }
}
.more_introZone .bl_word p em {
  font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif;
  color: #911b11;
}
.more_introZone .bot_but {
  padding: 20px;
  background-color: #ebebeb;
}
.more_introZone .bot_but ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_but {
    padding: 5.3333333333vw;
  }
}
.more_introZone .bot_but li a {
  font-size: 1.8rem;
  font-weight: bold;
  width: 300px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  background-color: #911b11;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_but li a {
    font-size: 1.2rem;
    width: 42.6666666667vw;
    padding: 2.6666666667vw;
  }
}
.more_introZone .bot_but li a::before {
  content: "";
  display: inline-block;
  background-image: url("../img/main/free_mark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 25px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_but li a::before {
    width: 9.0666666667vw;
    height: 4.8vw;
    margin-right: 2vw;
  }
}
.more_introZone .bot_but li a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s;
}
.more_introZone .bot_but li + li a {
  background-color: #3f403f;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_but li + li a {
    margin-left: 4vw;
  }
}
.more_introZone .bot_but li + li a::before {
  background-image: url("../img/main/free_mark2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.more_introZone .bot_reason {
  background: #f5f2f0;
  margin-top: 100px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason {
    margin-top: 55px;
    padding-bottom: 23px;
  }
}
.more_introZone .bot_reason .ttl {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  top: -30px;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .ttl {
    font-size: 1.9rem;
    top: -3.5vw;
    font-weight: bold;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .fl_allbox {
    margin: 0 20px;
  }
}
.more_introZone .bot_reason .fl_allbox li {
  background: #fff;
  padding: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .fl_allbox li {
    padding: 20px;
  }
}
.more_introZone .bot_reason .fl_allbox li .in_list {
  max-width: 690px;
  margin: 0 auto;
}
.more_introZone .bot_reason .fl_allbox li .in_list .big_cap {
  position: relative;
  left: 35px;
  font-size: 2.2rem;
  font-weight: 600;
  text-indent: -2em;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .fl_allbox li .in_list .big_cap {
    font-size: 1.3rem;
    text-indent: -1.8em;
    margin-left: 1.8em;
    left: 0;
  }
}
.more_introZone .bot_reason .fl_allbox li .in_list .big_cap::before {
  content: "";
  background: url(../img/reasons/check_icon.svg) 0 0 no-repeat;
  background-size: contain;
  width: 31px;
  height: 26px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .fl_allbox li .in_list .big_cap::before {
    width: 17.7px;
    height: 14.9px;
    margin-right: 1vw;
    top: 0.5vw;
  }
}
.more_introZone .bot_reason .fl_allbox li .in_list .big_cap em {
  font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif;
  color: #911b11;
}
.more_introZone .bot_reason .fl_allbox li .in_list dl {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .fl_allbox li .in_list dl {
    margin-top: 0;
  }
}
.more_introZone .bot_reason .fl_allbox li .in_list dl .tt_in {
  font-size: 1.6rem;
  font-weight: 600;
  background: #f5f2f0;
  padding: 5px;
  text-align: center;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .fl_allbox li .in_list dl .tt_in {
    font-size: 1.2rem;
    padding: 0.2vw;
  }
}
.more_introZone .bot_reason .fl_allbox li .in_list dl .img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .fl_allbox li .in_list dl .img img {
    width: 100%;
  }
}
.more_introZone .bot_reason .fl_allbox li + li {
  margin-top: 20px;
}
.more_introZone .bot_reason .fl_allbox li:nth-child(1) .img {
  margin: 40px 0 25px 0;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .fl_allbox li:nth-child(1) .img {
    margin: 22px 0 16px 0;
  }
}
.more_introZone .bot_reason .fl_allbox li:nth-child(1) .noice {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .fl_allbox li:nth-child(1) .noice {
    font-size: 0.9rem;
  }
}
.more_introZone .bot_reason .fl_allbox li:nth-child(2) dl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .fl_allbox li:nth-child(2) dl {
    flex-direction: column;
  }
}
.more_introZone .bot_reason .fl_allbox li:nth-child(2) dl dt,
.more_introZone .bot_reason .fl_allbox li:nth-child(2) dl dd {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .fl_allbox li:nth-child(2) dl dt,
  .more_introZone .bot_reason .fl_allbox li:nth-child(2) dl dd {
    width: 100%;
    margin-top: 20px;
  }
}
.more_introZone .bot_reason .fl_allbox li:nth-child(2) dl dt .img {
  margin-top: 10px;
}
.more_introZone .bot_reason .fl_allbox li:nth-child(2) dl dd .img {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .fl_allbox li:nth-child(2) dl dd .img {
    margin-top: 15px;
  }
}
.more_introZone .bot_reason .fl_allbox li:nth-child(3) dl {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .fl_allbox li:nth-child(3) dl {
    margin-top: 20px;
  }
}
.more_introZone .bot_reason .fl_allbox li:nth-child(3) dl dt {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .fl_allbox li:nth-child(3) dl dt {
    width: 100%;
  }
}
.more_introZone .bot_reason .fl_allbox li:nth-child(3) dl dt .img {
  margin-top: 23px;
}
.more_introZone .bot_reason .btn_word {
  font-weight: 600;
  text-align: center;
  margin: 50px 0 10px 0;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .btn_word {
    margin: 16px 0 5px 0;
  }
}
.more_introZone .bot_reason .btn_word p {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .btn_word p {
    font-size: 1.1rem;
  }
}
.more_introZone .bot_reason .btn_word p::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #000;
  transform: rotate(-15deg);
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .btn_word p::before {
    height: 10px;
    margin-right: 1vw;
  }
}
.more_introZone .bot_reason .btn_word p::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #000;
  transform: rotate(15deg);
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .btn_word p::after {
    height: 10px;
    margin-left: 1vw;
  }
}
.more_introZone .bot_reason .btn_word span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .btn_word span {
    font-size: 1.1rem;
  }
}
.more_introZone .bot_reason .btn {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .btn {
    width: 160px;
  }
}
.more_introZone .bot_reason .btn a {
  display: block;
  text-align: center;
  padding: 15px;
  background: #911b11;
  border-radius: 4px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .more_introZone .bot_reason .btn a {
    font-size: 1.2rem;
    padding: 2vw;
  }
}
.more_introZone .bot_reason .btn a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

.reasonsZone .top_voice .u-inner ol li {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .reasonsZone .top_voice .u-inner ol li {
    font-size: 0.9rem;
  }