@charset "UTF-8";
/* -----------------------------------------------------
	variables
----------------------------------------------------- */
/* -----------------------------------------------------
  support
----------------------------------------------------- */
.support .inner {
  padding: 100px 0 50px;
}

@media screen and (max-width: 768px) {
  .support .inner {
    padding: 11.71875vw 0 0;
  }
}

.support .inner .sec1 {
  background: url("../img/support/support_bg.png") no-repeat center center;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .support .inner .sec1 {
    background: url("../img/support/support_bg_sp.png") no-repeat center center;
    background-size: cover;
    margin-bottom: 15.625vw;
    border-radius: 2.60417vw;
  }
}

.support .inner .sec1 .sec1_wrap {
  padding: 68px 0;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .support .inner .sec1 .sec1_wrap {
    padding: 7.8125vw 0;
  }
}

.support .inner .sec1 .sec1_wrap .img_box {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .support .inner .sec1 .sec1_wrap .img_box {
    width: 74.73958vw;
    margin: 0 auto 7.8125vw;
  }
}

.support .inner .sec1 .sec1_wrap .agent_ttl {
  margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
  .support .inner .sec1 .sec1_wrap .agent_ttl {
    margin-bottom: 10.41667vw;
  }
}

.support .inner .sec1 .sec1_wrap .agent_ttl span {
  font-size: 4.2rem;
  border-bottom: 3px solid #ffffff;
}

@media screen and (max-width: 1230px) {
  .support .inner .sec1 .sec1_wrap .agent_ttl span {
    font-size: 3.25203vw;
  }
}

@media screen and (max-width: 768px) {
  .support .inner .sec1 .sec1_wrap .agent_ttl span {
    font-size: 5.85938vw;
    border-bottom: 0.78125vw solid #ffffff;
  }
}

.support .inner .sec1 .sec1_wrap p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.91667;
}

@media screen and (max-width: 1230px) {
  .support .inner .sec1 .sec1_wrap p {
    font-size: 1.95122vw;
  }
}

@media screen and (max-width: 768px) {
  .support .inner .sec1 .sec1_wrap p {
    font-size: 2.86458vw;
  }
}

.support .inner .sec2 {
  margin-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .support .inner .sec2 {
    margin-bottom: 15.625vw;
  }
}

.support .inner .sec2 .detail_wrap {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
}

@media screen and (max-width: 768px) {
  .support .inner .sec2 .detail_wrap {
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /*PC-Safari,iOS8.4*/
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.support .inner .sec2 .detail_wrap + .detail_wrap {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .support .inner .sec2 .detail_wrap + .detail_wrap {
    margin-top: 13.02083vw;
  }
}

.support .inner .sec2 .detail_wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .support .inner .sec2 .detail_wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.support .inner .sec2 .detail_wrap .col.img_box {
  width: 56%;
}

@media screen and (max-width: 768px) {
  .support .inner .sec2 .detail_wrap .col.img_box {
    width: 100%;
  }
}

.support .inner .sec2 .detail_wrap .col.img_box img {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(68, 68, 68, 0.2);
  box-shadow: 0px 20px 60px 0px rgba(68, 68, 68, 0.2);
}

.support .inner .sec2 .detail_wrap .col.text_box {
  width: 39%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .support .inner .sec2 .detail_wrap .col.text_box {
    width: 100%;
  }
}

.support .inner .sec2 .detail_wrap .col.text_box .ttl {
  color: #042054;
  font-size: 3rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 1220px) {
  .support .inner .sec2 .detail_wrap .col.text_box .ttl {
    font-size: 2.45902vw;
  }
}

@media screen and (max-width: 768px) {
  .support .inner .sec2 .detail_wrap .col.text_box .ttl {
    font-size: 4.94792vw;
    margin-bottom: 2.60417vw;
  }
}

.support .inner .sec2 .detail_wrap .col.text_box .text {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 1230px) {
  .support .inner .sec2 .detail_wrap .col.text_box .text {
    font-size: 1.46341vw;
  }
}

@media screen and (max-width: 768px) {
  .support .inner .sec2 .detail_wrap .col.text_box .text {
    font-size: 3.38542vw;
    margin-bottom: 4.42708vw;
  }
}

.support .inner .sec2 .detail_wrap .col.text_box .text span {
  font-size: 1.4rem;
}

@media screen and (max-width: 1230px) {
  .support .inner .sec2 .detail_wrap .col.text_box .text span {
    font-size: 1.13821vw;
  }
}

@media screen and (max-width: 768px) {
  .support .inner .sec2 .detail_wrap .col.text_box .text span {
    font-size: 2.99479vw;
  }
}

.support .inner .sec3 .support_point_wrap .item_list_wrap {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

.support .inner .sec3 .support_point_wrap .item_list_wrap:last-of-type {
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .support .inner .sec3 .support_point_wrap .item_list_wrap:last-of-type {
    margin: 13.02083vw auto 0;
  }
}

.support .inner .sec3 .support_point_wrap .item_list_wrap .item_list {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(68, 68, 68, 0.4);
  box-shadow: 0px 20px 40px 0px rgba(68, 68, 68, 0.4);
}

@media screen and (max-width: 768px) {
  .support .inner .sec3 .support_point_wrap .item_list_wrap .item_list {
    display: block;
    border-radius: 2.60417vw;
  }
}

.support .inner .sec3 .support_point_wrap .item_list_wrap .item_list .item.img_wrap {
  width: 40.6%;
}

@media screen and (max-width: 768px) {
  .support .inner .sec3 .support_point_wrap .item_list_wrap .item_list .item.img_wrap {
    width: 100%;
  }
}

.support .inner .sec3 .support_point_wrap .item_list_wrap .item_list .item.detail_wrap {
  width: calc(100% - 40.6%);
  padding: 0 7.4%;
}

@media screen and (max-width: 1150px) {
  .support .inner .sec3 .support_point_wrap .item_list_wrap .item_list .item.detail_wrap {
    padding: 0 2em;
  }
}

@media screen and (max-width: 768px) {
  .support .inner .sec3 .support_point_wrap .item_list_wrap .item_list .item.detail_wrap {
    width: 100%;
    padding: 5.20833vw 7.8125vw;
    display: block;
  }
}

.support .inner .sec3 .support_point_wrap .item_list_wrap .item_list .item.detail_wrap .ttl {
  text-align: left;
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  .support .inner .sec3 .support_point_wrap .item_list_wrap .item_list .item.detail_wrap .ttl {
    text-align: center;
    margin-bottom: 5.20833vw;
  }
}

.support .inner .sec3 .support_point_wrap .item_list_wrap .item_list .item.detail_wrap .ttl span {
  font-size: 3rem;
  line-height: 1.4;
  border-bottom: 4px solid #014099;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#0099e2), to(#014099));
  -webkit-border-image: -webkit-linear-gradient(left, #0099e2 0%, #014099 100%);
  -o-border-image: -o-linear-gradient(left, #0099e2 0%, #014099 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#0099e2), to(#014099));
  border-image: linear-gradient(to right, #0099e2 0%, #014099 100%);
  border-image-slice: 1;
  padding-right: 0;
}

@media screen and (max-width: 1150px) {
  .support .inner .sec3 .support_point_wrap .item_list_wrap .item_list .item.detail_wrap .ttl span {
    font-size: 2.4359vw;
  }
}

@media screen and (max-width: 768px) {
  .support .inner .sec3 .support_point_wrap .item_list_wrap .item_list .item.detail_wrap .ttl span {
    font-size: 4.42708vw;
  }
}

.support .inner .sec3 .support_point_wrap .item_list_wrap .item_list .item.detail_wrap .ttl span:nth-of-type(n+2) {
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .support .inner .sec3 .support_point_wrap .item_list_wrap .item_list .item.detail_wrap .ttl span:nth-of-type(n+2) {
    padding-top: 2.34375vw;
  }
}

.support .inner .sec3 .support_point_wrap .item_list_wrap .item_list .item.detail_wrap .text {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.125;
  letter-spacing: .04em;
}

@media screen and (max-width: 1150px) {
  .support .inner .sec3 .support_point_wrap .item_list_wrap .item_list .item.detail_wrap .text {
    font-size: 1.53846vw;
  }
}

@media screen and (max-width: 768px) {
  .support .inner .sec3 .support_point_wrap .item_list_wrap .item_list .item.detail_wrap .text {
    font-size: 3.64583vw;
    line-height: 1.6;
  }
}
