@media screen and (min-width: 769px), print {
  .sec-title__head {
    position: relative;
  }
  .sec-title__head:after {
    position: absolute;
    content: "";
    display: block;
    width: 126px;
    height: 237px;
    background: url(../images/support/support_ttl.svg) no-repeat right top;
    -moz-background-size: cover;
         background-size: cover;
    bottom: 0;
    left: 50%;
    margin-left: 426px;
  }
  .support {
    padding: 64px 0 91px;
  }
  .support .ttl {
    text-align: center;
  }
  .support .ttl--jp p {
    margin-bottom: -4px;
  }
  .support .ttl--main {
    font-weight: bold;
    font-size: 3.4rem;
  }
  .support__list {
    margin-top: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 28px;
  }
  .support__list li {
    width: 350px;
    -moz-box-shadow: 0px 6px 12px 0px rgba(3, 0, 0, 0.14);
         box-shadow: 0px 6px 12px 0px rgba(3, 0, 0, 0.14);
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 33px 34px 104px;
    position: relative;
  }
  .support__list__figure {
    text-align: center;
  }
  .support__list__figure img {
    height: 195px;
    width: auto;
  }
  .support__list__text {
    text-align: center;
    margin-top: 26px;
  }
  .support__list__text h3 {
    color: #1e816a;
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .support__list__link {
    position: absolute;
    bottom: 48px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .support__list__link a {
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    position: relative;
  }
  .support__list__link a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #1e816a;
    border-right: 1px solid #1e816a;
    position: absolute;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    left: -webkit-calc(100% + 10px);
    left: -moz-calc(100% + 10px);
    left: calc(100% + 10px);
    top: 6px;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  .support__list__link a:hover {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .support__list__link a:hover:after {
    left: -webkit-calc(100% + 15px);
    left: -moz-calc(100% + 15px);
    left: calc(100% + 15px);
  }
  .support .to-detail__btn {
    margin-top: 52px;
  }
}

@media screen and (max-width: 768px) {
  .sec-title__head {
    position: relative;
  }
  .sec-title__head:after {
    position: absolute;
    content: "";
    display: block;
    width: 16.40625vw;
    height: 30.85938vw;
    background: url(../images/support/support_ttl.svg) no-repeat right top;
    -moz-background-size: cover;
         background-size: cover;
    bottom: 0;
    right: 7.16146vw;
  }
  .support {
    padding: 10.41667vw 0 19.53125vw;
  }
  .support .ttl {
    text-align: center;
  }
  .support .ttl--jp p {
    font-size: 3.64583vw;
    margin-bottom: 0.52083vw;
  }
  .support .ttl--main {
    font-weight: bold;
    font-size: 5.98958vw;
  }
  .support__list {
    margin-top: 9.63542vw;
  }
  .support__list li {
    width: 72.13542vw;
    -moz-box-shadow: 0 0.78125vw 1.5625vw 0.39063vw rgba(3, 0, 0, 0.14);
         box-shadow: 0 0.78125vw 1.5625vw 0.39063vw rgba(3, 0, 0, 0.14);
    -moz-border-radius: 0.91146vw;
         border-radius: 0.91146vw;
    padding: 7.8125vw 4.42708vw 9.11458vw;
    position: relative;
    margin: 7.03125vw auto 0;
  }
  .support__list__figure {
    text-align: center;
  }
  .support__list__figure img {
    height: 39.71354vw;
    width: auto;
  }
  .support__list__text {
    text-align: center;
    margin-top: 6.77083vw;
  }
  .support__list__text h3 {
    color: #1e816a;
    font-weight: bold;
    margin-bottom: 2.60417vw;
  }
  .support__list__link {
    margin: auto;
    text-align: center;
    margin-top: 6.25vw;
  }
  .support__list__link a {
    border-bottom: 1px solid #000;
    padding-bottom: 1.04167vw;
    position: relative;
  }
  .support__list__link a:after {
    content: "";
    display: block;
    width: 1.5625vw;
    height: 1.5625vw;
    border-top: 0.39063vw solid #1e816a;
    border-right: 0.39063vw solid #1e816a;
    position: absolute;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    left: -webkit-calc(100% + 1.30208vw);
    left: -moz-calc(100% + 1.30208vw);
    left: calc(100% + 1.30208vw);
    top: 1.04167vw;
  }
  .support .to-detail__btn {
    margin-top: 52px;
  }
}
