/*
Theme Name: tradestyle
*/
* {
  box-sizing: border-box;
}

div, p, span, a, h1, h2, h3, h4, h5 {
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 767px) {
  .view_pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .view_sp {
    display: none !important;
  }
}
a {
  display: block;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.box_tit {
  text-align: center;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
header .box_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  padding: 0 0 15px 0;
  background-color: #fff;
}
header .box_header .logo {
  margin-left: 30px;
}
header .box_header .btn {
  position: fixed;
  top: 0;
  right: 30px;
  max-width: 320px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  header {
    display: none;
  }
  header .box_header .btn {
    display: none;
  }
}

.con_mv {
  padding-top: 90px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .con_mv {
    padding-top: 0;
  }
}

.con_trouble {
  position: relative;
  background-image: url(../img/bg_trouble.png);
}
.con_trouble::after {
  content: "";
  position: absolute;
  bottom: -160px;
  left: 0;
  right: 0;
  max-width: 90%;
  width: 100%;
  max-height: 436px;
  height: 100%;
  margin: 0 auto;
  background-image: url(../img/bg_trouble_p.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.con_trouble .box_trouble {
  max-width: 1000px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
}
.con_trouble .box_trouble h2 {
  max-width: 630px;
  margin-right: auto;
  margin-left: auto;
}
.con_trouble .box_trouble .inn_trouble {
  align-items: flex-start;
  margin-top: 25px;
}
.con_trouble .box_trouble .inn_trouble .items {
  position: relative;
  width: 30%;
  margin-left: 5%;
  padding: 20px 30px;
  background-color: #0753A3;
}
.con_trouble .box_trouble .inn_trouble .items:nth-child(1)::before {
  content: "";
  position: absolute;
  bottom: -28px;
  right: 20px;
  max-width: 30px;
  max-height: 28px;
  width: 100%;
  height: 100%;
  background-image: url(../img/img_t_01.png);
}
.con_trouble .box_trouble .inn_trouble .items:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  max-width: 30px;
  max-height: 28px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-image: url(../img/img_t_02.png);
}
.con_trouble .box_trouble .inn_trouble .items:nth-child(3)::before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 30px;
  max-width: 30px;
  max-height: 28px;
  width: 100%;
  height: 100%;
  background-image: url(../img/img_t_03.png);
}
.con_trouble .box_trouble .inn_trouble .items p {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.3970588235vw;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
.con_trouble .box_trouble .inn_trouble .items p .y {
  font-size: 1.7647058824vw;
  color: #FFEA00;
}
.con_trouble .box_trouble .inn_trouble .items:first-child {
  margin-top: 60px;
  margin-left: 0;
}
.con_trouble .box_trouble .inn_trouble .items:last-child {
  margin-top: 60px;
}
.con_trouble .box_trouble .inn_trouble.inn_trouble_bottom {
  margin-top: -50px;
}
.con_trouble .box_trouble .inn_trouble.inn_trouble_bottom .items:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -19px;
  right: 20px;
  max-width: 30px;
  max-height: 28px;
  width: 100%;
  height: 100%;
  background-image: url(../img/img_t_05.png);
}
.con_trouble .box_trouble .inn_trouble.inn_trouble_bottom .items:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -19px;
  right: 20px;
  max-width: 30px;
  max-height: 28px;
  width: 100%;
  height: 100%;
  background-image: url(../img/img_t_05.png);
}
.con_trouble .box_trouble .inn_trouble.inn_trouble_bottom .items:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -19px;
  right: 20px;
  max-width: 30px;
  max-height: 28px;
  width: 100%;
  height: 100%;
  background-image: url(../img/img_t_04.png);
}
.con_trouble .box_trouble .inn_trouble.inn_trouble_bottom .items:first-child {
  margin-top: 0;
  margin-left: 0;
}
.con_trouble .box_trouble .inn_trouble.inn_trouble_bottom .items:nth-child(2) {
  margin-top: 60px;
}
.con_trouble .box_trouble .inn_trouble.inn_trouble_bottom .items:last-child {
  margin-top: 0;
}
.con_trouble .box_trouble .img {
  text-align: center;
  margin-top: -40px;
  margin-right: auto;
  margin-left: auto;
}
.con_trouble .box_trouble .img img {
  max-width: 400px;
}
.con_trouble .box_trouble .inn_trouble_intro {
  margin-top: 100px;
  background-color: #6E9CCC;
}
.con_trouble .box_trouble .inn_trouble_intro .tit {
  position: relative;
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  z-index: 3;
}
.con_trouble .box_trouble .inn_trouble_intro .tit img {
  margin-top: -80px;
  text-align: center;
}
.con_trouble .box_trouble .inn_trouble_intro .flex {
  justify-content: space-between;
  max-width: 1000px;
  width: 90%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.con_trouble .box_trouble .inn_trouble_intro .flex .case {
  position: relative;
  width: 32%;
  z-index: 2;
}
.con_trouble .box_trouble .inn_trouble_intro .flex .case:first-child {
  position: relative;
}
.con_trouble .box_trouble .inn_trouble_intro .flex .case:first-child::before {
  content: "";
  position: absolute;
  top: -111px;
  right: 60px;
  max-width: 104px;
  max-height: 127px;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/case_person.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.con_trouble .box_trouble .inn_trouble_intro .img_bottom {
  position: relative;
  max-width: 800px;
  width: 90%;
  margin-top: -60px;
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
  z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .con_trouble::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .con_trouble {
    overflow: hidden;
  }
  .con_trouble::after {
    display: none;
  }
  .con_trouble .box_trouble h2 {
    width: 80%;
  }
  .con_trouble .box_trouble .inn_trouble {
    margin-top: -12px;
  }
  .con_trouble .box_trouble .inn_trouble .items {
    position: relative;
    width: 49%;
    margin-left: 2%;
    padding: 10px 10px;
  }
  .con_trouble .box_trouble .inn_trouble .items:nth-child(1)::before {
    content: "";
    position: absolute;
    bottom: -28px;
    right: 20px;
    max-width: 30px;
    max-height: 28px;
    width: 100%;
    height: 100%;
    background-image: url(../img/img_t_01.png);
  }
  .con_trouble .box_trouble .inn_trouble .items:nth-child(2)::before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 30px;
    right: auto;
    max-width: 30px;
    max-height: 28px;
    width: 100%;
    height: 100%;
    background-image: url(../img/img_t_03.png);
  }
  .con_trouble .box_trouble .inn_trouble .items:nth-child(3) {
    margin-top: 5.3846153846vw;
    margin-left: 0;
  }
  .con_trouble .box_trouble .inn_trouble .items:nth-child(3)::before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: auto;
    right: 20px;
    max-width: 30px;
    max-height: 28px;
    width: 100%;
    height: 100%;
    background-image: url(../img/img_t_01.png);
  }
  .con_trouble .box_trouble .inn_trouble .items:nth-child(4) {
    margin-top: 5.3846153846vw;
  }
  .con_trouble .box_trouble .inn_trouble .items:nth-child(4)::before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 30px;
    max-width: 30px;
    max-height: 28px;
    width: 100%;
    height: 100%;
    background-image: url(../img/img_t_03.png);
  }
  .con_trouble .box_trouble .inn_trouble .items:nth-child(5) {
    margin-top: 5.3846153846vw;
    margin-left: 0;
  }
  .con_trouble .box_trouble .inn_trouble .items:nth-child(5)::before {
    content: "";
    position: absolute;
    bottom: -28px;
    right: 20px;
    max-width: 30px;
    max-height: 28px;
    width: 100%;
    height: 100%;
    background-image: url(../img/img_t_01.png);
  }
  .con_trouble .box_trouble .inn_trouble .items:nth-child(6) {
    margin-top: 5.3846153846vw;
  }
  .con_trouble .box_trouble .inn_trouble .items:nth-child(6)::before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 30px;
    max-width: 30px;
    max-height: 28px;
    width: 100%;
    height: 100%;
    background-image: url(../img/img_t_03.png);
  }
  .con_trouble .box_trouble .inn_trouble .items:nth-child(5) {
    margin-top: 5.3846153846vw;
    margin-left: 0;
  }
  .con_trouble .box_trouble .inn_trouble .items p {
    margin-bottom: 1.7948717949vw;
    text-align: center;
    font-size: 4.8717948718vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
  }
  .con_trouble .box_trouble .inn_trouble .items p .y {
    font-size: 5.1282051282vw;
    color: #FFEA00;
  }
  .con_trouble .box_trouble .inn_trouble .items:first-child {
    margin-top: 0;
  }
  .con_trouble .box_trouble .img {
    width: 60%;
    margin-top: 4.1025641026vw;
    line-height: 0;
  }
  .con_trouble .box_trouble .inn_trouble_intro {
    margin-top: 120px;
  }
  .con_trouble .box_trouble .inn_trouble_intro .tit img {
    margin-top: -90px;
  }
  .con_trouble .box_trouble .inn_trouble_intro .flex {
    margin-top: 30px;
  }
  .con_trouble .box_trouble .inn_trouble_intro .img_bottom {
    width: 90%;
    margin-top: 20px;
    line-height: 0;
  }
  .con_trouble .box_trouble .inn_trouble_intro .swiper-container {
    position: relative;
  }
  .con_trouble .box_trouble .inn_trouble_intro .swiper-button-prev {
    content: "";
    position: absolute;
    top: 50%;
    left: -22px;
    transform: translateY(-50%);
    width: 30px;
    height: 220px;
    background-color: #353535;
  }
  .con_trouble .box_trouble .inn_trouble_intro .swiper-button-prev::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../img/arrow-left.png);
  }
  .con_trouble .box_trouble .inn_trouble_intro .swiper-button-next {
    content: "";
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    width: 30px;
    height: 220px;
    background-color: #353535;
  }
  .con_trouble .box_trouble .inn_trouble_intro .swiper-button-next::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../img/arrow-right.png);
  }
}

.con_reason {
  overflow: hidden;
  position: relative;
  margin-top: 60px;
  background-image: url(../img/bg_reason.png);
}
.con_reason::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 300px;
  background-image: url(../img/bg_r_bottom.png);
  z-index: -1;
}
.con_reason .box_reason {
  max-width: 1100px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.con_reason .box_reason .box_tit {
  max-width: 900px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.con_reason .box_reason .flex .items {
  width: 23.5%;
  margin-left: 2%;
  background-color: #fff;
  border: 1px solid #0753A3;
  border-radius: 10px;
}
.con_reason .box_reason .flex .items:first-child {
  margin-left: 0;
}
.con_reason .box_reason .flex .items .point {
  display: block;
  max-width: 95px;
  width: 100%;
  margin-top: -10px;
  margin-right: auto;
  margin-left: auto;
}
.con_reason .box_reason .flex .items .tit {
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  color: #0753A3;
}
.con_reason .box_reason .flex .items .tit span {
  color: #DE464B;
  font-weight: 800;
}
.con_reason .box_reason .flex .items .txt {
  margin-top: 0.4vw;
  color: #424242;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.con_reason .box_reason .flex .items p, .con_reason .box_reason .flex .items .img {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
.con_reason .box_reason .flex .items .img {
  margin-top: 10px;
}
.con_reason .box_reason .img_bottom {
  line-height: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reason {
    padding-top: 40px;
  }
  .con_reason .box_reason .flex .items {
    width: 48%;
    margin-left: 4%;
  }
  .con_reason .box_reason .flex .items:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .con_reason .box_reason .flex .items:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .con_reason .box_reason .flex .items .point {
    display: block;
    max-width: 95px;
    width: 100%;
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
  }
  .con_reason .box_reason .flex .items .tit {
    font-size: 2.3vw;
  }
  .con_reason .box_reason .flex .items .txt {
    font-size: 2vw;
  }
  .con_reason .box_reason .img_bottom {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .con_reason {
    overflow: unset;
    padding-top: 120px;
    line-height: 0;
    background-image: url(../img/bg_reason-sp.png);
    z-index: 0;
  }
  .con_reason::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 160px;
    height: 130px;
    background-image: url(../img/reason_p.png);
    background-size: cover;
    z-index: 10;
  }
  .con_reason::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 300px;
    background-image: url(../img/bg_r_bottom.png);
    z-index: -1;
  }
  .con_reason .box_reason {
    overflow: hidden;
    width: 100%;
  }
  .con_reason .box_reason .box_tit {
    width: 85%;
  }
  .con_reason .box_reason .swiper-wrapper .items {
    position: relative;
    padding-bottom: 30px;
    background-color: #fff;
    border: 1px solid #0753A3;
    border-radius: 10px;
  }
  .con_reason .box_reason .swiper-wrapper .items .point {
    position: absolute;
    top: -12.5px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    max-width: 23.74359vw;
    width: 100%;
  }
  .con_reason .box_reason .swiper-wrapper .items .tit {
    padding-top: 20px;
    text-align: center;
    font-size: 4.8717948718vw;
    color: #0753A3;
    line-height: 1.5;
  }
  .con_reason .box_reason .swiper-wrapper .items .tit span {
    color: #DE464B;
    font-weight: 800;
  }
  .con_reason .box_reason .swiper-wrapper .items .txt {
    margin-top: 1.4vw;
    color: #424242;
    font-size: 4.1025641026vw;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .con_reason .box_reason .swiper-wrapper .items p, .con_reason .box_reason .swiper-wrapper .items .img {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
  .con_reason .box_reason .swiper-wrapper .items .img {
    margin-top: 10px;
  }
  .con_reason .box_reason .swiper-container {
    position: relative;
    margin-top: 50px;
  }
  .con_reason .box_reason .swiper-button-prev {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 27px;
    height: 220px;
    background-color: #353535;
  }
  .con_reason .box_reason .swiper-button-prev::after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../img/arrow-left.png);
    background-size: cover;
  }
  .con_reason .box_reason .swiper-button-next {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 27px;
    height: 220px;
    background-color: #353535;
  }
  .con_reason .box_reason .swiper-button-next::after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../img/arrow-right.png);
    background-size: cover;
  }
  .con_reason .box_reason .img_bottom {
    margin-top: 2vw;
  }
}

.con_price {
  padding: 70px 0 0 0;
  background-image: url(../img/bg_p_tbl.png);
}
.con_price .box_price {
  max-width: 1100px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.con_price .box_price .box_tit {
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}
.con_price .box_price .inn_price {
  margin-top: 20px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .con_price {
    background-image: url(../img/bg_p_tbl-sp.jpg);
    background-size: cover;
  }
  .con_price .box_price {
    width: 80%;
  }
  .con_price .box_price .box_tit {
    max-width: 180px;
  }
  .con_price .box_price .inn_price {
    margin-top: 30px;
    text-align: center;
  }
  .con_price .box_price .inn_price .img_bottom {
    width: 45.641025641vw;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

.con_repair {
  position: relative;
  padding: 40px 0 0 0;
  background-image: url(../img/bg_repair.png);
  line-height: 0;
}
.con_repair .box_repair {
  max-width: 880px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5;
}
.con_repair .box_repair .box_tit {
  max-width: 520px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
}
.con_repair .box_repair .inn_repair, .con_repair .box_repair .inn_repair_first, .con_repair .box_repair .inn_repair_second {
  align-items: stretch;
}
.con_repair .box_repair .inn_repair .left, .con_repair .box_repair .inn_repair_first .left, .con_repair .box_repair .inn_repair_second .left {
  width: 15%;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background-color: #0753A3;
}
.con_repair .box_repair .inn_repair_first .left {
  padding-top: 20px;
}
.con_repair .box_repair .inn_repair_first .right {
  width: 84%;
  margin-left: 1%;
  padding: 10px 0;
  text-align: center;
  font-size: 40px;
  color: #424242;
}
.con_repair .box_repair .inn_repair_first .right .b {
  text-align: center;
}
.con_repair .box_repair .inn_repair_second .bk0 {
  background: none;
}
.con_repair .box_repair .inn_repair_second .center, .con_repair .box_repair .inn_repair_second .right {
  width: 41.5%;
  margin-left: 1%;
  padding: 10px 0;
  text-align: center;
  line-height: 1.2;
  background: none;
}
.con_repair .box_repair .inn_repair_second .center .b, .con_repair .box_repair .inn_repair_second .right .b {
  font-size: 25px;
}
.con_repair .box_repair .inn_repair_second .center .blue, .con_repair .box_repair .inn_repair_second .center .gray, .con_repair .box_repair .inn_repair_second .right .blue, .con_repair .box_repair .inn_repair_second .right .gray {
  font-size: 33px;
}
.con_repair .box_repair .inn_repair_second .center img, .con_repair .box_repair .inn_repair_second .right img {
  max-width: 19.5px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.con_repair .box_repair .inn_repair {
  margin-top: 2%;
}
.con_repair .box_repair .inn_repair .center, .con_repair .box_repair .inn_repair .right {
  width: 41.5%;
  margin-left: 1%;
  padding: 30px 0;
  text-align: center;
}
.con_repair .box_repair .inn_repair .center .price_b {
  font-family: "Barlow";
  font-weight: bold;
  line-height: 1;
}
.con_repair .box_repair .inn_repair .right {
  color: #424242;
}
.con_repair .box_repair .inn_repair .right .price_s {
  line-height: 0.8;
}
.con_repair .box_repair .inn_repair:first-child {
  margin-top: 0;
}
.con_repair .box_repair .sol .left {
  padding-top: 60px;
}
.con_repair .box_repair .sol .center {
  font-size: 22px;
}
.con_repair .box_repair .sol .center .blue {
  font-size: 25px;
}
.con_repair .box_repair .sol .right {
  font-size: 22px;
}
.con_repair .box_repair .sol .right .b {
  font-size: 25px;
}
.con_repair .box_repair .days .left {
  padding-top: 40px;
}
.con_repair .box_repair .days .center .b, .con_repair .box_repair .days .right .b {
  font-size: 25px;
}
.con_repair .box_repair .days .center .b span, .con_repair .box_repair .days .right .b span {
  font-size: 39px;
}
.con_repair .box_repair .cost .left {
  padding-top: 70px;
}
.con_repair .box_repair .cost .center {
  font-size: 22px;
}
.con_repair .box_repair .cost .center .blue {
  font-size: 25px;
}
.con_repair .box_repair .cost .center .price_b {
  font-size: 53px;
}
.con_repair .box_repair .cost .right {
  font-size: 22px;
}
.con_repair .box_repair .cost .right .price_s {
  font-size: 39px;
}
.con_repair .box_repair .mt0 {
  margin-top: 0;
}
.con_repair .box_repair .center {
  background-color: #FFF374;
}
.con_repair .box_repair .right {
  background-color: #ECECEC;
}
.con_repair .box_repair .b {
  font-weight: bold;
}
.con_repair .box_repair .blue {
  color: #007AFF;
}
.con_repair .box_repair .gray {
  color: #AAAAAA;
}
.con_repair .inn_repair_bottom {
  max-width: 1320px;
  width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: 80px;
}
@media screen and (min-width: 1025px) and (max-width: 1470px) {
  .con_repair .inn_repair_bottom {
    max-width: 1100px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .con_repair .inn_repair_bottom {
    max-width: 800px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .con_repair .box_repair .inn_repair, .con_repair .box_repair .inn_repair_first, .con_repair .box_repair .inn_repair_second {
    align-items: stretch;
  }
  .con_repair .box_repair .inn_repair .left, .con_repair .box_repair .inn_repair_first .left, .con_repair .box_repair .inn_repair_second .left {
    font-size: 21px;
  }
  .con_repair .box_repair .inn_repair_first .left {
    padding-top: 25px;
  }
  .con_repair .box_repair .sol .left {
    padding-top: 60px;
  }
  .con_repair .box_repair .cost .left {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .con_repair .box_repair .inn_repair, .con_repair .box_repair .inn_repair_first, .con_repair .box_repair .inn_repair_second {
    align-items: stretch;
  }
  .con_repair .box_repair .inn_repair .left, .con_repair .box_repair .inn_repair_first .left, .con_repair .box_repair .inn_repair_second .left {
    width: 15%;
    font-size: 4.8717948718vw;
  }
  .con_repair .box_repair .inn_repair_first {
    align-items: center;
    background-color: #ECECEC;
  }
  .con_repair .box_repair .inn_repair_first .left {
    padding: 10px 0;
    line-height: 1.2;
  }
  .con_repair .box_repair .inn_repair_first .right {
    width: 84%;
    margin-left: 1%;
    padding: 10px 0;
    text-align: center;
    font-size: 4.8717948718vw;
    color: #424242;
  }
  .con_repair .box_repair .inn_repair_first .right .b {
    text-align: center;
  }
  .con_repair .box_repair .inn_repair_second .bk0 {
    background: none;
  }
  .con_repair .box_repair .inn_repair_second .center, .con_repair .box_repair .inn_repair_second .right {
    width: 41.5%;
    margin-left: 1%;
    padding: 10px 0;
    text-align: center;
    line-height: 1.2;
    background: none;
  }
  .con_repair .box_repair .inn_repair_second .center .b, .con_repair .box_repair .inn_repair_second .right .b {
    font-size: 4.6153846154vw;
  }
  .con_repair .box_repair .inn_repair_second .center .blue, .con_repair .box_repair .inn_repair_second .center .gray, .con_repair .box_repair .inn_repair_second .right .blue, .con_repair .box_repair .inn_repair_second .right .gray {
    font-size: 6.1538461538vw;
  }
  .con_repair .box_repair .inn_repair_second .center img, .con_repair .box_repair .inn_repair_second .right img {
    max-width: 19.5px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .con_repair .box_repair .inn_repair {
    margin-top: 2%;
    background-color: #fff;
  }
  .con_repair .box_repair .inn_repair .center, .con_repair .box_repair .inn_repair .right {
    width: 41.5%;
    margin-left: 1%;
    padding: 30px 0;
    text-align: center;
  }
  .con_repair .box_repair .inn_repair .center .price_b {
    font-family: "Barlow";
    font-weight: bold;
  }
  .con_repair .box_repair .inn_repair .right {
    color: #424242;
  }
  .con_repair .box_repair .inn_repair .right .price_s {
    line-height: 0.8;
  }
  .con_repair .box_repair .inn_repair:first-child {
    margin-top: 0;
  }
  .con_repair .box_repair .sol .left {
    padding-top: 60px;
  }
  .con_repair .box_repair .sol .center {
    font-size: 4.1025641026vw;
  }
  .con_repair .box_repair .sol .center .blue {
    font-size: 4.6153846154vw;
  }
  .con_repair .box_repair .sol .right {
    font-size: 4.1025641026vw;
  }
  .con_repair .box_repair .sol .right .b {
    font-size: 4.6153846154vw;
  }
  .con_repair .box_repair .days .left {
    padding-top: 40px;
  }
  .con_repair .box_repair .days .center .b, .con_repair .box_repair .days .right .b {
    font-size: 4.6153846154vw;
  }
  .con_repair .box_repair .days .center .b span, .con_repair .box_repair .days .right .b span {
    font-size: 7.1794871795vw;
  }
  .con_repair .box_repair .cost .left {
    padding-top: 70px;
  }
  .con_repair .box_repair .cost .center {
    font-size: 4.1025641026vw;
  }
  .con_repair .box_repair .cost .center .blue {
    font-size: 4.6153846154vw;
  }
  .con_repair .box_repair .cost .center .price_b {
    font-size: 7.4358974359vw;
  }
  .con_repair .box_repair .cost .right {
    font-size: 4.1025641026vw;
  }
  .con_repair .box_repair .cost .right .price_s {
    font-size: 7.4358974359vw;
  }
  .con_repair .box_repair .mt0 {
    margin-top: 0;
  }
  .con_repair .box_repair .center {
    background-color: #FFF374;
  }
  .con_repair .box_repair .right {
    background-color: #ECECEC;
  }
  .con_repair .box_repair .b {
    font-weight: bold;
  }
  .con_repair .box_repair .blue {
    color: #007AFF;
  }
  .con_repair .box_repair .gray {
    color: #AAAAAA;
  }
  .con_repair .inn_repair_bottom {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}

.con_const {
  overflow: hidden;
  padding: 60px 0;
  background-image: url(../img/bg_const.png);
}
.con_const .box_const .box_tit {
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
}
.con_const .box_const .swiper-container {
  position: relative;
  margin-top: 30px;
}
.con_const .box_const .swiper-container .swiper-slide {
  padding-bottom: 50px;
  background-size: 95%;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(../img/bg_case_slide.png);
}
.con_const .box_const .swiper-container .swiper-slide .tit {
  max-width: 9.176471vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  text-align: center;
}
.con_const .box_const .swiper-container .swiper-slide .tit.tit_l {
  max-width: 15.6766471vw;
}
.con_const .box_const .swiper-container .swiper-slide .img {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.0509721492vw;
}
.con_const .box_const .swiper-container .swiper-slide .txt {
  width: 85%;
  margin-top: 1vw;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 80px;
  font-size: 0.8407777194vw;
  color: #424242;
  line-height: 1.75;
}
.con_const .box_const .swiper-container .swiper-button-prev {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.4188124015vw;
  height: 13.5606936416vw;
  background-color: #353535;
}
.con_const .box_const .swiper-container .swiper-button-prev::after {
  width: 0.725vw;
  height: 14px;
  background-image: url(../img/arrow-left.png);
  background-size: cover;
}
.con_const .box_const .swiper-container .swiper-button-next {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.4188124015vw;
  height: 13.5606936416vw;
  background-color: #353535;
}
.con_const .box_const .swiper-container .swiper-button-next::after {
  width: 0.725vw;
  height: 14px;
  background-image: url(../img/arrow-right.png);
  background-size: cover;
}
.con_const .box_const .swiper-container .swiper-button-prev:after, .con_const .box_const .swiper-container .swiper-button-next:after {
  content: "";
}
@media screen and (max-width: 767px) {
  .con_const {
    background-image: url(../img/bg_const-sp.png);
  }
  .con_const .box_const .box_tit {
    max-width: 150px;
  }
  .con_const .box_const .swiper-container .swiper-slide {
    background-image: url(../img/bg_case_slide-sp.png);
    background-size: contain;
  }
  .con_const .box_const .swiper-container .swiper-slide .tit {
    max-width: 160px;
  }
  .con_const .box_const .swiper-container .swiper-slide .tit.tit_l {
    max-width: 265px;
  }
  .con_const .box_const .swiper-container .swiper-slide .img {
    margin-top: 25px;
  }
  .con_const .box_const .swiper-container .swiper-slide .txt {
    padding-bottom: 80px;
    font-size: 4.1025641026vw;
  }
  .con_const .box_const .swiper-container .swiper-button-prev {
    width: 27px;
    height: 250px;
    background-color: #353535;
  }
  .con_const .box_const .swiper-container .swiper-button-prev::after {
    width: 14px;
    height: 14px;
    background-size: cover;
  }
  .con_const .box_const .swiper-container .swiper-button-next {
    width: 27px;
    height: 250px;
  }
  .con_const .box_const .swiper-container .swiper-button-next::after {
    width: 14px;
    height: 14px;
    background-size: cover;
  }
}

.con_voice {
  overflow: hidden;
  margin-top: 30px;
  padding: 60px 0;
}
.con_voice .box_voice .box_tit {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}
.con_voice .box_voice .swiper-voice {
  position: relative;
  margin-top: 20px;
}
.con_voice .box_voice .swiper-voice .swiper-button-prev {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.4188124015vw;
  height: 13.5606936416vw;
  background-color: #353535;
}
.con_voice .box_voice .swiper-voice .swiper-button-prev::after {
  width: 0.725vw;
  height: 14px;
  background-image: url(../img/arrow-left.png);
}
.con_voice .box_voice .swiper-voice .swiper-button-next {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.4188124015vw;
  height: 13.5606936416vw;
  background-color: #353535;
}
.con_voice .box_voice .swiper-voice .swiper-button-next::after {
  width: 0.725vw;
  height: 14px;
  background-image: url(../img/arrow-right.png);
}
.con_voice .box_voice .swiper-voice .swiper-button-prev:after, .con_voice .box_voice .swiper-voice .swiper-button-next:after {
  content: "";
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .con_voice .box_voice .swiper-voice .swiper-button-prev {
    content: "";
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    width: 27px;
    height: 150px;
    background-color: #353535;
  }
  .con_voice .box_voice .swiper-voice .swiper-button-prev::after {
    width: 14px;
    height: 14px;
  }
  .con_voice .box_voice .swiper-voice .swiper-button-next {
    content: "";
    position: absolute;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
    width: 27px;
    height: 150px;
    background-color: #353535;
  }
  .con_voice .box_voice .swiper-voice .swiper-button-next::after {
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .con_voice .box_voice .swiper-voice .swiper-button-prev {
    content: "";
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    width: 25px;
    height: 100px;
    background-color: #353535;
  }
  .con_voice .box_voice .swiper-voice .swiper-button-prev::after {
    width: 14px;
    height: 14px;
  }
  .con_voice .box_voice .swiper-voice .swiper-button-next {
    content: "";
    position: absolute;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
    width: 25px;
    height: 100px;
    background-color: #353535;
  }
  .con_voice .box_voice .swiper-voice .swiper-button-next::after {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .con_voice .box_voice .box_tit {
    width: 80%;
  }
  .con_voice .box_voice .swiper-voice .swiper-button-prev {
    width: 27px;
    height: 220px;
    background-size: cover;
  }
  .con_voice .box_voice .swiper-voice .swiper-button-prev::after {
    width: 14px;
    height: 16px;
  }
  .con_voice .box_voice .swiper-voice .swiper-button-next {
    width: 27px;
    height: 220px;
    background-size: cover;
  }
  .con_voice .box_voice .swiper-voice .swiper-button-next::after {
    width: 14px;
    height: 16px;
  }
}

.con_price_list {
  overflow: hidden;
  position: relative;
  padding: 60px 0;
  background-image: url(../img/bg_price.png);
  background-repeat: no-repeat;
  background-position: top;
}
.con_price_list::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 0;
  max-width: 293px;
  max-height: 399px;
  width: 100%;
  height: 100%;
  background-image: url(../img/img_price_bottom.png);
}
.con_price_list::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 0;
  max-width: 293px;
  max-height: 399px;
  width: 100%;
  height: 100%;
  background-image: url(../img/img_price_bottom.png);
}
.con_price_list .box_price_list {
  max-width: 1100px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.con_price_list .box_price_list .box_tit {
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
}
.con_price_list .box_price_list .inn_price_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.con_price_list .box_price_list .inn_price_list .img {
  width: 32%;
  margin-left: 2%;
}
.con_price_list .box_price_list .inn_price_list .img:first-child {
  margin-left: 0;
}
.con_price_list p {
  max-width: 1100px;
  width: 90%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #424242;
  line-height: 1.8;
}
@media screen and (max-width: 1500px) {
  .con_price_list::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .con_price_list {
    padding-bottom: 0;
    background-image: url(../img/bg_pricelist-sp.png);
    background-position: bottom;
    background-size: cover;
  }
  .con_price_list .box_price_list .swiper-price {
    position: relative;
    margin-top: 20px;
  }
  .con_price_list .box_price_list .swiper-price .swiper-button-prev {
    content: "";
    position: absolute;
    top: 50%;
    left: -22px;
    transform: translateY(-50%);
    width: 27px;
    height: 250px;
    background-color: #353535;
  }
  .con_price_list .box_price_list .swiper-price .swiper-button-prev::after {
    width: 14px;
    height: 14px;
    background-image: url(../img/arrow-left.png);
  }
  .con_price_list .box_price_list .swiper-price .swiper-button-next {
    content: "";
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    width: 27px;
    height: 250px;
    background-color: #353535;
  }
  .con_price_list .box_price_list .swiper-price .swiper-button-next::after {
    width: 14px;
    height: 14px;
    background-image: url(../img/arrow-right.png);
  }
  .con_price_list .box_price_list .swiper-price .swiper-button-prev:after, .con_price_list .box_price_list .swiper-price .swiper-button-next:after {
    content: "";
  }
  .con_price_list .flex {
    width: 85%;
    flex-wrap: nowrap;
    padding-left: 15px;
    line-height: 0;
  }
  .con_price_list .flex span:first-child {
    width: 65%;
    font-size: 4vw;
    line-height: 1.4;
  }
  .con_price_list .flex span:nth-child(2) {
    width: 60%;
    margin-left: -20px;
  }
}

.con_cta {
  overflow: hidden;
  position: relative;
  background: url(../img/bg_cta.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 9.867647vw 0 4.102941vw;
}
.con_cta .box_cta {
  text-align: center;
  margin-right: 15%;
}
.con_cta .box_cta a {
  width: 40%;
  text-align: center;
  margin: 0 auto;
}
.con_cta .box_cta img {
  max-width: 700px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .con_cta {
    padding: 104.867647vw 0 8.102941vw;
    background-image: url(../img/bg_cta-sp.jpg);
  }
  .con_cta .box_cta {
    margin-right: 0;
  }
  .con_cta .box_cta a {
    width: 90%;
  }
}

.con_flow {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
  background: url(../img/bg_flow_top.png);
  background-repeat: no-repeat;
}
.con_flow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 1000px;
  height: 100%;
  background-image: url(../img/bg_flow_bottom.png);
  background-size: cover;
  z-index: -1;
}
.con_flow .box_flow {
  max-width: 1100px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.con_flow .box_flow .inn_flow .inn_left {
  width: 10%;
}
.con_flow .box_flow .inn_flow .inn_right {
  position: relative;
  width: 85%;
  margin-left: 5%;
}
.con_flow .box_flow .inn_flow .inn_right::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  max-width: 330px;
  max-height: 368px;
  width: 100%;
  height: 100%;
  background-image: url(../img/img_flow_r.png);
  background-size: cover;
}
.con_flow .box_flow .inn_flow .inn_right.bg_none::after {
  background: none;
}
.con_flow .box_flow .inn_flow .inn_right .img {
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
}
.con_flow .box_flow .inn_flow .inn_right .flow .left p, .con_flow .box_flow .inn_flow .inn_right .flow .right p {
  padding: 5px 0;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  background-color: #0753A3;
}
.con_flow .box_flow .inn_flow .inn_right .flow .left span, .con_flow .box_flow .inn_flow .inn_right .flow .right span {
  display: block;
  text-align: center;
  color: #424242;
}
.con_flow .box_flow .inn_flow .inn_right .flow .left {
  width: 49%;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #0753A3;
}
.con_flow .box_flow .inn_flow .inn_right .flow .left span {
  margin-top: 15px;
}
.con_flow .box_flow .inn_flow .inn_right .flow .left .img_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.con_flow .box_flow .inn_flow .inn_right .flow .left .img_flex img {
  width: 48.5%;
  margin-left: 3%;
}
.con_flow .box_flow .inn_flow .inn_right .flow .left .img_flex img:first-child {
  margin-left: 0;
}
.con_flow .box_flow .inn_flow .inn_right .flow .right {
  width: 49%;
  margin-left: 2%;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #0753A3;
}
.con_flow .box_flow .inn_flow .inn_right .flow .right span {
  margin-top: 15px;
}
.con_flow .box_flow .inn_flow .inn_right .flow .right .img_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.con_flow .box_flow .inn_flow .inn_right .flow .right .img_flex img {
  width: 48.5%;
  margin-left: 3%;
}
.con_flow .box_flow .inn_flow .inn_right .flow .right .img_flex img:first-child {
  margin-left: 0;
}
.con_flow .box_flow .inn_flow .inn_right .flow:nth-child(3) {
  max-width: 480px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #0753A3;
}
.con_flow .box_flow .inn_flow .inn_right .flow:nth-child(3) p {
  padding: 5px 0;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #FEFE00;
  background-color: #0753A3;
}
.con_flow .box_flow .inn_flow .inn_right .flow:nth-child(3) span {
  display: block;
  text-align: center;
  color: #424242;
}
.con_flow .box_flow .inn_flow .inn_right .flow-last .img {
  width: 90%;
  margin-top: 15px;
}
.con_flow .box_flow .inn_flow .inn_right .flow-last span {
  margin-top: 10px;
}
.con_flow .box_flow .inn_flow .inn_right .wrp_credit {
  margin-top: 30px;
}
.con_flow .box_flow .inn_flow .inn_right .wrp_credit .credit .c_left {
  width: 45%;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #0753A3;
}
.con_flow .box_flow .inn_flow .inn_right .wrp_credit .credit .c_right {
  width: 52%;
  max-width: 400px;
  margin-left: 3%;
}
.con_flow .box_flow .inn_flow .inn_right .wrp_credit .txt {
  display: block;
  margin-top: 20px;
  color: #424242;
}
.con_flow .box_flow .inn_flow .inn_right .wrp_credit .img {
  margin-top: 1.3235294118vw;
  max-width: 26.2352941176vw;
}
.con_flow .box_flow .inn_flow .inn_right .img_r, .con_flow .box_flow .inn_flow .inn_right .img_c {
  width: 90%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.con_flow .box_flow .img_free {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .con_flow .box_flow .inn_flow .inn_right::after {
    width: 30%;
    height: 30%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow .box_flow .inn_flow .inn_right::after {
    width: 25%;
    height: 20%;
  }
  .con_flow .box_flow .inn_flow .inn_right .wrp_credit {
    margin-top: 30px;
  }
  .con_flow .box_flow .inn_flow .inn_right .wrp_credit .credit .c_left {
    width: 100%;
  }
  .con_flow .box_flow .inn_flow .inn_right .wrp_credit .credit .c_right {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .con_flow .box_flow .inn_flow .inn_right .wrp_credit .credit .c_right img {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .con_flow {
    padding-top: 30px;
    padding-bottom: 40px;
    background-image: url(../img/bg_flow_top-sp.png);
    background-size: contain;
  }
  .con_flow::after {
    background-image: url(../img/bg_flow_bottom-sp.png);
  }
  .con_flow .box_flow .inn_flow_sp {
    justify-content: center;
  }
  .con_flow .box_flow .inn_flow_sp.flow1 {
    align-items: center;
  }
  .con_flow .box_flow .inn_flow_sp.flow4 .right .flow {
    padding: 0;
    border: none;
  }
  .con_flow .box_flow .inn_flow_sp .left p, .con_flow .box_flow .inn_flow_sp .right p {
    padding: 5px 0;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    background-color: #0753A3;
  }
  .con_flow .box_flow .inn_flow_sp .left span, .con_flow .box_flow .inn_flow_sp .right span {
    display: block;
    text-align: center;
    color: #424242;
  }
  .con_flow .box_flow .inn_flow_sp .left {
    width: 13.641026%;
  }
  .con_flow .box_flow .inn_flow_sp .left .img_flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .con_flow .box_flow .inn_flow_sp .left .img_flex img {
    width: 48.5%;
    margin-left: 3%;
  }
  .con_flow .box_flow .inn_flow_sp .left .img_flex img:first-child {
    margin-left: 0;
  }
  .con_flow .box_flow .inn_flow_sp .right {
    width: 75.2564102564%;
    margin-left: 5.0769230769%;
  }
  .con_flow .box_flow .inn_flow_sp .right span {
    margin-top: 10px;
    font-size: 4.1025641026vw;
  }
  .con_flow .box_flow .inn_flow_sp .right .flow {
    margin-top: 3.5897435897vw;
    padding: 3.8461538462vw 2.8205128205vw;
    border: 1px solid #0753A3;
  }
  .con_flow .box_flow .inn_flow_sp .right .flow:first-child {
    margin-top: 0;
  }
  .con_flow .box_flow .inn_flow_sp .right .flow .img {
    margin-top: 3.5897435897vw;
  }
  .con_flow .box_flow .inn_flow_sp .right .flow.flow-last p {
    color: #FEFE00;
  }
  .con_flow .box_flow .inn_flow_sp .right .img_flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .con_flow .box_flow .inn_flow_sp .right .img_flex img {
    width: 48.5%;
    margin-left: 3%;
  }
  .con_flow .box_flow .inn_flow_sp .right .img_flex img:first-child {
    margin-left: 0;
  }
  .con_flow .box_flow .inn_flow_sp .right .wrp_credit .c_left {
    width: 100%;
    padding: 4.358974359vw 6.1538461538vw;
    text-align: center;
    color: #fff;
    font-size: 4.8717948718vw;
    font-weight: 700;
    background-color: #0753A3;
  }
  .con_flow .box_flow .inn_flow_sp .right .wrp_credit .c_right {
    margin-top: 4.358974359vw;
  }
  .con_flow .box_flow .inn_flow_sp .right .wrp_credit .txt {
    margin-top: 6.1538461538vw;
    text-align: left;
    font-size: 3.95vw;
  }
  .con_flow .box_flow .inn_flow_sp .right .wrp_credit .img {
    margin-top: 3.5897435897vw;
  }
}

.con_flow_bottom {
  margin-top: -65px;
}
@media screen and (max-width: 767px) {
  .con_flow_bottom {
    margin-top: 0;
    line-height: 0;
  }
}

.con_faq {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  background-color: #F9F9F9;
  background-image: url(../img/bg_faq.png);
}
.con_faq::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 270px;
  max-height: 240px;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_faq_bottom.png);
  background-size: cover;
}
.con_faq .box_faq {
  max-width: 800px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.con_faq .box_faq .inn_title {
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 890px) and (max-width: 1280px) {
  .con_faq {
    padding-bottom: 140px;
  }
  .con_faq .box_faq {
    max-width: 600px;
  }
  .con_faq::after {
    max-width: 180px;
    max-height: 241px;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 889px) {
  .con_faq {
    padding-bottom: 140px;
  }
  .con_faq .box_faq {
    max-width: 500px;
  }
  .con_faq::after {
    max-width: 180px;
    max-height: 241px;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .con_faq {
    padding-bottom: 240px;
    background-image: url(../img/bg_faq-sp.png);
    background-size: cover;
  }
  .con_faq::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 63.012821vw;
    height: 55.717949vw;
    background-image: url(../img/faq_p-sp.png);
    background-size: cover;
  }
  .con_faq .box_faq .inn_title h2 {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
}

.accordion {
  margin-top: 30px;
}
.accordion .accordion-content {
  display: none;
  padding: 10px 10px;
  background-color: #F9F9F9;
}
.accordion .accordion-content span {
  position: relative;
  color: #424242;
  line-height: 1.8;
}
.accordion .accordion-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #0753A3;
  padding: 16px 45px 16px 20px;
  margin: 10px 0 0;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
}
.accordion .accordion-header span {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}
.accordion .accordion-header .faq_left {
  width: 5%;
  margin-right: 0;
  color: #fff;
  font-size: 24px;
  font-family: "Zen Maru Gothic";
  font-weight: 900;
}
.accordion .accordion-header .faq_right {
  width: 90%;
}
.accordion .accordion-header::before, .accordion .accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #fff;
}
.accordion .accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.accordion .accordion-header.active::after {
  transform: rotate(0deg);
}
@media screen and (min-width: 890px) and (max-width: 1280px) {
  .accordion .faq_right {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 889px) {
  .accordion .faq_right {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .accordion .accordion-header {
    margin-top: 20px;
    padding: 16px 45px 16px 5px;
  }
  .accordion .accordion-header .faq_left {
    width: 8%;
    margin-right: 2%;
    color: #fff;
    font-size: 6.1538461538vw;
    font-family: "Zen Maru Gothic";
    font-weight: 900;
  }
  .accordion .accordion-header .faq_right {
    width: 90%;
    font-size: 4.8717948718vw;
  }
  .accordion .accordion-header::before, .accordion .accordion-header::after {
    width: 15px;
    height: 2px;
  }
  .accordion .accordion-content span {
    font-size: 4.1025641026vw;
  }
}

.con_footer {
  padding: 50px 0 10px 0;
  background-color: #0753A3;
}
.con_footer .box_footer {
  max-width: 1160px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.con_footer .box_footer .inn_footer .left {
  width: 55%;
}
.con_footer .box_footer .inn_footer .right {
  width: 23.75vw;
  margin-left: 3%;
}
.con_footer .box_footer .inn_footer .tbl_footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 1.1029411765vw;
  padding-bottom: 1.1029411765vw;
  border-bottom: 1px solid #fff;
}
.con_footer .box_footer .inn_footer .tbl_footer .tbl_left {
  width: 16%;
  font-weight: bold;
  color: #fff;
  font-size: 1.0764705882vw;
}
.con_footer .box_footer .inn_footer .tbl_footer .tbl_right {
  width: 79%;
  margin-left: 5%;
  color: #fff;
  font-size: 1.0764705882vw;
}
.con_footer .box_footer .inn_footer .tbl_footer .tbl_right a {
  color: #fff;
}
.con_footer .box_footer .inn_footer .tbl_footer.f_tel {
  border-bottom: none;
}
.con_footer .box_footer .copyright {
  margin-top: 50px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .con_footer .box_footer .inn_footer .tbl_footer .tbl_left {
    width: 25%;
  }
  .con_footer .box_footer .inn_footer .tbl_footer .tbl_right {
    width: 70%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .con_footer {
    padding: 40px 0 30px 0;
  }
  .con_footer .box_footer .inn_footer .left {
    width: 100%;
  }
  .con_footer .box_footer .inn_footer .right {
    width: 100%;
    margin-left: 0;
  }
  .con_footer .box_footer .inn_footer .tbl_footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .con_footer .box_footer .inn_footer .tbl_footer .tbl_left {
    width: 100%;
    font-size: 4.1025641026vw;
  }
  .con_footer .box_footer .inn_footer .tbl_footer .tbl_right {
    width: 100%;
    margin-left: 0;
    font-size: 4.1025641026vw;
  }
  .con_footer .box_footer .inn_footer .tbl_footer .tbl_right a {
    color: #fff;
  }
  .con_footer .box_footer .copyright {
    margin-top: 15px;
  }
}

.fixed_tel {
  position: fixed;
  bottom: 0;
  left: 0;
  line-height: 0;
  z-index: 10;
}