@charset "utf-8";
/* reset
------------------------- */
#contents-area,
.lyt-col-1 #contents-body {
  width: 100%;
}

#aasp-repair-agency p {
  margin: 0;
}

#aasp-repair-agency ul {
  margin: 0;
}

#aasp-repair-agency img {
  max-width: 100%;
}

#aasp-repair-agency * {
  box-sizing: border-box;
}

@media (hover: hover) {
  #aasp-repair-agency a:hover {
    text-decoration: none;
  }
}

/* layout / common
------------------------- */

#aasp-repair-agency {
  color: #333;
  font-size: 18px;
  font-weight: 400;
}

#aasp-repair-agency section[class^="section__"] {
  padding: 48px 0 43px;
}

#aasp-repair-agency .section__inner {
  width: 900px;
  margin: auto;
}

#aasp-repair-agency .section__heading {
  margin-bottom: 60px;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
}

#aasp-repair-agency .section__subheading {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

[class^="button__"] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  border: 4px solid #fff;
  border-radius: 50vw;
  overflow: hidden;
  box-shadow: 0px 0px 11px 1px rgba(0, 67, 190, 0.5);
  transition: all .3s ease;
}

@media (hover: hover) {
[class^="button__"]:hover {
    opacity: .8;
  }
}

#aasp-repair-agency .button__arrow {
  width: 456px;
  gap: 9px;
  background: linear-gradient(90deg, #147dff 0%, #00b5e9 53%, #0ebdaf 100%);
}

#aasp-repair-agency .button__arrow::after {
  content: '';
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 0;
  display: inline-block;
  width: 11px;
  height: 27px;
  margin: auto;
  background-image: url(/mobile/set/data/special/aasp-repair-agency/img/shared/icon_arrow_02.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

#aasp-repair-agency .button__arrow .icon__button {
  width: 27px;
  height: 27px;
}

#aasp-repair-agency .button__anchor {
  width: 525px;
  background-color: #0096ff;
}

#aasp-repair-agency .button__anchor::after {
  content: '';
  position: absolute;
  top: 0;
  right: 31px;
  bottom: 0;
  display: inline-block;
  width: 17px;
  height: 11px;
  margin: auto;
  background-image: url(/mobile/set/data/special/aasp-repair-agency/img/shared/icon_anchor.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

#aasp-repair-agency .text__note>li {
  display: inline-block;
  color: #666;
  font-size: 15px;
  line-height: 1.333;
}

#aasp-repair-agency .text__note>li::before {
  content: '※';
}

/* kv
------------------------- */
#aasp-repair-agency .kv {
  padding-bottom: 184px;
}

#aasp-repair-agency .kv__inner {
  position: relative;
}

#aasp-repair-agency .kv .kv__box {
  background-image: url(/mobile/set/data/special/aasp-repair-agency/img/p/kv_bg.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1440px;
}

@media only screen and (min-width: 1441px) {
  #aasp-repair-agency .kv .kv__box {
    background-size: 100%;
  }
}

#aasp-repair-agency .kv__top.type-a{
  width: 836px;
  margin: 0 auto;
  padding: 61px 0 0;
  border-bottom: none;
  color: inherit;
  font-weight: normal;
  font-size: 0;
}

#aasp-repair-agency .kv__top.type-a::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/mobile/set/data/special/aasp-repair-agency/img/p/kv_bg-bottom.webp);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 100% 131px;
}

#aasp-repair-agency .kv__top.type-b{
  width: 808px;
  margin: 0 auto;
  padding: 61px 0 58px;
  border-bottom: none;
  color: inherit;
  font-weight: normal;
  font-size: 0;
}

#aasp-repair-agency .kv__top.type-b img{
  position: relative;
  z-index: 1;
}

#aasp-repair-agency .kv__top.type-b::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/mobile/set/data/special/aasp-repair-agency/img/p/kv_bg-bottom.webp);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 100% 131px;
  z-index: 0;
}

#aasp-repair-agency .kv__bottom {
  width: 100%;
  position: absolute;
  bottom: -184px;
}

.cta {
  width: 900px;
  height: 208px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 auto;
}

.cta__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta__fukidashi-wrapper {
    position: relative;
    width: 168px;
    height: 56.75px;
    display: flex;
    justify-content: center;
}

.cta__fukidashi {
    width: auto;
    height: 44px;
    background-color: #ff5757;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 35px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
}

.cta__fukidashi-text {
    color: #fffcfc;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}

.cta__fukidashi-wrapper::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7.36px solid transparent;
    border-right: 7.36px solid transparent;
    border-top: 12.75px solid #ff5757;
}

.cta__text {
    width: 900px;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    line-height: 1.5;
}

.cta__button {
    width: 560px;
    height: 72px;
    border-radius: 44.66px;
    background: linear-gradient(to right, #147dff 0%, #00b5e9 53%, #0ebdaf 100%);
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    transition: all .3s ease;
}

.cta__button:hover {
  opacity: .8;
}

.cta__button-text {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    line-height: 22px;
}

.cta__button-icon {
    width: 11.7px;
    height: 19.5px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 26px;
}

/* overview
------------------------- */
.troubles {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.troubles__title {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.troubles__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0;
    width: 900px;
    padding: 0;
    margin-bottom: 91px;
    position: relative;
}

.troubles__list::after {
    content: '';
    display: inline-block;
    width: 39px;
    height: 24px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/mobile/set/data/special/aasp-repair-agency/img/shared/icon_flow-arrow_02.webp);
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(100%);
}

.troubles__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 284px;
    padding: 0;
    background-color: #ffffff;
    border-radius: 20px;
}

.troubles__item-icon img {
    width: 114px;
    height: 114px;
}

.troubles__item-text {
    font-size: 19px;
    font-weight: 600;
    color: #000000;
    text-align: center;
}

.troubles__note {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.troubles__note span {
    font-size: 39px;
    font-weight: 600;
}

.troubles__shop-logo {
    text-align: center;
    margin-bottom: 30px;
}

.troubles__shop-logo img {
    height: 98px;
}