.top_mv {
  height: 500px;
  margin-bottom: 60px;
  position: relative;
}

.top_mv_banner {
  background-image: url(../img/top/img1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.top_mv_circle {
  height: 300px;
  left: 50%;
  position: absolute;
  top: 40px;
  transform: translateX(-50%);
  width: 300px;
}

.top_mv_circle img {
  height: 100%;
  width: 100%;
}

.top_mv_text {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 95px;
  margin-top: 55px;
  text-align: center;
  text-align: center;
}

.top_title {
  text-align: center;
}

.top_title_text {
  border-bottom: 1px solid #222;
  border-top: 1px solid #222;
  display: inline-block;
  padding: 2px 0;
}

.top_title_text span {
  border-bottom: 1px solid #222;
  border-top: 1px solid #222;
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 3.2rem;
  font-weight: 500;
  padding: 20px 30px 20px 30px;
}

.top_reason {
  background-image: url(../img/top/img2.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  margin-bottom: 80px;
  padding-bottom: 160px;
  padding-top: 100px;
  width: 100%;
}

.top_reason_list {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 1000px;
}

.top_reason_item {
  margin-bottom: 120px;
  position: relative;
}

.top_reason_item:last-child {
  margin-bottom: 0;
}

.top_reason_item .top_reason_img img {
  width: 500px;
}

.top_reason_item:nth-child(even) .top_reason_img {
  text-align: right;
}

.top_reason_item:nth-child(even) .top_reason_step {
  left: 0;
}

.top_reason_item:nth-child(odd) .top_reason_img {
  text-align: left;
}

.top_reason_item:nth-child(odd) .top_reason_step {
  right: 0;
}

.top_reason_step {
  background-color: #fff;
  bottom: -60px;
  padding-top: 70px;
  position: absolute;
  text-align: center;
  width: 560px;
}

.top_reason_step_title {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.top_reason_step_title span {
  color: #452b7f;
  font-size: 3.2rem;
  font-weight: 500;
}

.top_reason_step_text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 32px;
}

.top_reason_step::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 100px;
  left: 50%;
  position: absolute;
  top: -50px;
  transform: translateX(-50%);
  width: 100px;
}

.top_reason .step_1 {
  padding-bottom: 45px;
}

.top_reason .step_2 {
  padding-bottom: 65px;
}

.top_reason .step_3 {
  padding-bottom: 45px;
}

.top_reason .step_1::after {
  background-image: url(../img/top/img18.png);
  left: 52%;
}

.top_reason .step_2::after {
  background-image: url(../img/top/img19.png);
}

.top_reason .step_3::after {
  background-image: url(../img/top/img20.png);
}

.top_cost {
  margin-bottom: 85px;
}

.top_cost_list {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
}

.top_cost_item {
  width: calc(50% - 30px);
}

.top_cost_item_green .top_cost_img_text::after {
  background-color: #21651b;
}

.top_cost_item_green .top_cost_detail dl dt {
  background-color: #719d6d;
}

.top_cost_item_purple .top_cost_detail::after {
  content: "";
  display: block;
  height: 70px;
}

.top_cost_item_purple .top_cost_img_text::after {
  background-color: #452b7f;
}

.top_cost_item_purple .top_cost_detail dl dt {
  background-color: #80769a;
}

.top_cost_img {
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.top_cost_img img {
  width: 100%;
}

.top_cost_img_text {
  bottom: 0;
  left: 0;
  min-height: 75px;
  padding-bottom: 24px;
  padding-top: 24px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.top_cost_img_text span {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.7rem;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.top_cost_img_text::after {
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  opacity: .7;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.top_cost_text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}

.top_cost_detail {
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 30px;
  margin-top: 25px;
}

.top_cost_detail dl {
  display: flex;
  margin-bottom: 5px;
}

.top_cost_detail dl dt {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 70px;
  width: 43%;
}

.top_cost_detail dl dt .top_cost_detail_desc {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
  width: 100%;
}

.top_cost_detail dl dt .top_cost_detail_desc_s {
  margin-top: 3px;
  font-size: 1.2rem;
}

.top_cost_detail dl dd {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 70px;
  width: 57%;
}

.top_cost_detail dl dd .top_cost_detail_text {
  align-items: center;
  background-color: #f5f5f5;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.top_cost_detail dl dd .top_cost_detail_text span.top_cost_detail_price {
  font-size: 2.4rem;
  font-weight: 500;
}

.top_cost_detail dl dd .top_cost_detail_text small {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 5px;
}

.top_cost_detail dl dd .top_cost_detail_text span.top_cost_detail_label {
  border: 1px solid #ac0000;
  color: #ac0000;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  text-align: center;
  width: 70px;
}

.top_cost_detail dl dd .top_cost_detail_text span.top_cost_detail_money {
  font-size: 1.8rem;
}

.top_question {
  display: flex;
  justify-content: space-between;
  margin-bottom: 85px;
  margin-top: 100px;
}

.top_question_voice {
  width: calc(50% - 30px);
}

.top_question_voice .top_question_title {
  background-image: url(../img/top/img14.png);
}

.top_question_voice_lists_item {
  background-color: #f0f0eb;
  margin-bottom: 5px;
}

.top_question_voice_lists_item a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 28px;
  padding-left: 85px;
  padding-right: 35px;
  padding-top: 30px;
  position: relative;
}

.top_question_voice_lists_item a p {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 10px;
  width: 100%;
  line-height: 1.5;
}

.top_question_voice_lists_item a time {
  font-size: 1.4rem;
  font-weight: 400;
  margin-right: 10px;
}

.top_question_voice_lists_list li {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  height: 20px;
  justify-content: center;
  line-height: 20px;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 7px;
}

.top_question_voice_lists_list li.bg_green {
  background-color: #719d6d;
}

.top_question_voice_lists_list li.bg_gold {
  background-color: #907d35;
}

.top_question_voice_lists_list li.bg_purple {
  background-color: #80769a;
}

.top_question_voice_lists_item a::after {
  background-image: url(../img/common/arrowblack.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 12px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}

.top_question_voice_lists_item img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
}

.top_question_voice_lists_item:last-child {
  margin-bottom: 0;
}

.top_question_ask {
  width: calc(50% - 30px);
}

.top_question_ask .top_question_title {
  background-image: url(../img/top/img15.png);
}

.top_question_ask_lists_item {
  border-bottom: 1px solid #222;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.top_question_ask_lists_item a {
  display: flex;
}

.top_question_ask_lists_item_question {
  align-items: center;
  border: 1px solid #9fc7ea;
  border-radius: 50%;
  color: #afc9e0;
  display: flex;
  font-family: 'Hiragino Mincho ProN', serif;
  font-size: 2.5rem;
  font-weight: 400;
  height: 52px;
  justify-content: center;
  margin-right: 10px;
  position: relative;
  width: 52px;
}

.top_question_ask_lists_item_desc {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  width: calc(100% - 62px);
}

.top_question_ask_lists_item:last-child {
  margin-bottom: 0;
}

.top_question_title {
  align-items: center;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  font-weight: 500;
  height: 80px;
  justify-content: center;
  margin-bottom: 15px;
  width: 100%;
}

.top_aside_2_col {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 100px;
}

.top_aside_2_col li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 220px;
  position: relative;
  text-align: center;
  width: 50%;
}

.top_aside li.top_aside_1 {
  background-image: url(../img/top/img7.jpg);
}

.top_aside li.top_aside_2 {
  background-image: url(../img/top/img8.jpg);
}

.top_aside_2_col li.top_aside_3 {
  background-image: url(../img/top/img9.jpg);
}

.top_aside_2_col li.top_aside_4 {
  background-image: url(../img/top/img10.jpg);
}

@media only screen and (max-width: 767px) {
  .top_mv {
    height: 375px;
    margin-bottom: 30px;
  }
  .top_mv_banner {
    background-image: url(../img/common/common9.png);
  }
  .top_mv_circle {
    height: 190px;
    top: 20px;
    width: 190px;
  }
  .top_mv_text {
    font-size: 1.4rem;
    margin-bottom: 50px;
    margin-top: 25px;
  }
  .top_reason {
    background-image: url(../img/top/img2_sp.jpg);
    margin-bottom: 50px;
    padding-bottom: 145px;
    padding-top: 50px;
  }
  .top_reason_img img {
    width: 100%;
  }
  .top_reason_list {
    margin-top: 30px;
    max-width: 100%;
  }
  .top_reason_item {
    margin-bottom: 125px;
  }
  .top_reason_item:nth-child(2) {
    margin-bottom: 95px;
  }
  .top_reason_item:nth-child(2) .top_reason_step {
    bottom: -65px;
  }
  .top_reason_item:nth-child(even) {
    padding-left: 30px;
  }
  .top_reason_item:nth-child(even) .top_reason_step {
    text-align: right;
  }
  .top_reason_item:nth-child(even) .top_reason_step::after {
    left: auto;
    right: -10px !important;
  }
  .top_reason_item:nth-child(odd) {
    padding-right: 30px;
  }
  .top_reason_item:nth-child(odd) .top_reason_step {
    padding-right: 8px;
    text-align: left;
  }
  .top_reason_item:nth-child(odd) .top_reason_step::after {
    left: 40px !important;
  }
  .top_reason_step {
    bottom: -95px;
    padding-bottom: 15px !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    width: calc(100% - 30px);
  }
  .top_reason_step_title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .top_reason_step_title span {
    font-size: 2.1rem;
  }
  .top_reason_step_text {
    font-size: 1.4rem;
  }
  .top_reason_step::after {
    background-color: #fff;
    border-radius: 50%;
    height: 50px;
    top: -35px;
    width: 50px;
  }
  .top_reason .step_1::after {
    background-image: url(../img/top/img18_sp.png);
  }
  .top_reason .step_2::after {
    background-image: url(../img/top/img19_sp.png);
  }
  .top_reason .step_3::after {
    background-image: url(../img/top/img20_sp.png);
  }
  .top_reason_item .top_reason_img img {
    width: 100%;
  }
  .top_title_text span {
    font-size: 2.1rem;
    padding: 10px 15px 10px 15px;
  }
  .top_cost {
    margin-bottom: 50px;
  }
  .top_cost_img {
    margin-bottom: 6px;
  }
  .top_cost_img_text {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
  }
  .top_cost_img_text span {
    font-size: 1.8rem;
    font-weight: normal;
  }
  .top_cost_text {
    font-size: 1.4rem;
  }
  .top_cost_list {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .top_cost_item {
    margin-bottom: 30px;
    width: 100%;
  }
  .top_cost_item:last-child {
    margin-bottom: 0;
  }
  .top_cost_detail {
    margin-bottom: 15px;
    margin-top: 9px;
  }
  .top_cost_item_purple .top_cost_detail::after {
    display: none;
  }
  .top_cost_detail dl dt {
    width: 130px;
  }
  .top_cost_detail dl dd {
    width: calc(100% - 130px);
  }
  .top_cost_detail dl dd .top_cost_detail_text {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
  .top_cost_detail dl dd .top_cost_detail_text span.top_cost_detail_money {
    font-size: 1.6rem;
  }
  .top_cost_detail dl dd .top_cost_detail_text span.top_cost_detail_price {
    font-size: 2.1rem;
    margin-top: 8px;
    width: 100%;
  }

  .top_question {
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .top_question_voice {
    margin-bottom: 30px;
    width: 100%;
  }
  .top_question_voice_lists_item a {
    padding-bottom: 27px;
    padding-top: 20px;
  }
  .top_question_voice_lists_item a time {
    font-size: 1.2rem;
  }
  .top_question_voice_lists_item a p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .top_question_ask {
    width: 100%;
  }
  .top_question_ask_lists_item {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
  .top_question_ask_lists_item_desc {
    font-size: 1.4rem;
    width: calc(100% - 40px);
  }
  .top_question_title {
    font-size: 2.1rem;
    height: 60px;
  }
  .top_question_voice .top_question_title {
    background-image: url(../img/top/img14_sp.png);
  }
  .top_question_ask .top_question_title {
    background-image: url(../img/top/img15_sp.png);
  }
  .top_aside_2_col {
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .top_aside_2_col li {
    height: 150px;
    margin-bottom: 15px;
    width: 100%;
  }
  .top_aside_2_col li:last-child {
    margin-bottom: 0;
  }

  .top_question_list {
    height: auto !important;
  }
  .top_question_ask_lists_item_question {
    font-size: 1.8rem;
    height: 30px;
    width: 30px;
  }
  .top_question_ask_lists_item a {
    align-items: center;
  }
  .top_cost_detail dl dt .top_cost_detail_desc {
    font-size: 1.6rem;
    padding: 0 10px;
  }
}
/*# sourceMappingURL=top.css.map */
