<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .partner__group:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .partner__group__ttl {
    text-align: center;
    font-size: 2rem;
    color: #fff;
    background-color: #000a6e;
    padding: 12px 0 10px;
    border-bottom: 2px solid #be9664;
  }
  .partner__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0 50px;
    margin-left: -10px;
    margin-top: 50px;
  }
  .partner__list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .partner__list li a {
    display: block;
  }
  .partner__list li img {
    width: 100%;
    vertical-align: middle;
  }
  .partner__list.sizeLL li {
    width: 30%;
    width: 300px;
    margin-bottom: 40px;
  }
  .partner__list.sizeL {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partner__list.sizeL li {
    width: 25%;
    width: 230px;
  }
  .partner__list.sizeM {
    padding: 0 40px;
  }
  .partner__list.sizeM li {
    width: 20%;
    width: 180px;
  }
  .partner__list.sizeS {
    padding: 0 40px;
  }
  .partner__list.sizeS li {
    width: 150px;
  }
  .partner .guide {
    width: 840px;
    margin: 110px auto 0;
    padding-bottom: 100px;
  }
  .partner .guide__text {
    display: block;
    width: 688px;
    height: 53px;
    background: url("../images/guide_text.png") center center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    color: transparent;
    overflow: hidden;
    margin: 0 auto;
  }
  .partner .guide__btn {
    width: 100%;
    height: 135px;
    line-height: 1.2;
    background-color: #000a6e;
    -moz-border-radius: 65px;
         border-radius: 65px;
    margin-top: 15px;
    -moz-box-shadow: 0 9px 0 0 #021953;
         box-shadow: 0 9px 0 0 #021953;
    overflow: visible;
  }
  .partner .guide__btn:hover {
    -webkit-transform: translateY(9px);
       -moz-transform: translateY(9px);
        -ms-transform: translateY(9px);
            transform: translateY(9px);
  }
  .partner .guide__btn a {
    padding: 20px 0 20px 135px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .partner .guide__btn a:before, .partner .guide__btn a:after {
    content: '';
    display: block;
    position: absolute;
  }
  .partner .guide__btn a:before {
    width: 134px;
    height: 140px;
    background: url("../images/guide_btn_illust.png?") center top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    bottom: 0;
    left: 105px;
  }
  .partner .guide__btn a:after {
    width: 23px;
    height: 40px;
    background: url("../images/guide_btn_arrow.png") center top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    right: 75px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .partner .guide__btn-en {
    font-size: 5.7rem;
    font-family: 'Akrobat-ExtraBold';
    letter-spacing: .05em;
    letter-spacing: 0.12em;
  }
  .partner .guide__btn-jp {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.08em;
  }
  .partner .preparation_txt {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 6px;
  }
  .partner .section_block__title {
    margin-bottom: 30px;
  }
  .partner .section_block p + p {
    margin-top: 1em;
  }
}

@media screen and (max-width: 767px) {
  .partner {
    padding-top: 9.11458vw;
    padding-bottom: 12.36979vw;
  }
  .partner__group:not(:last-of-type) {
    margin-bottom: 7.8125vw;
  }
  .partner__group__ttl {
    text-align: center;
    font-size: 3.64583vw;
    color: #fff;
    background-color: #000a6e;
    padding: 1.5625vw 0 1.30208vw;
    border-bottom: 0.26042vw solid #be9664;
  }
  .partner__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-left: -1.30208vw;
    margin-top: 5.20833vw;
  }
  .partner__list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 2.60417vw;
    margin-bottom: 5.20833vw;
  }
  .partner__list li a {
    display: block;
  }
  .partner__list li img {
    width: 100%;
    vertical-align: middle;
  }
  .partner__list.sizeLL li {
    width: 41.01562vw;
    margin-bottom: 5.85938vw;
  }
  .partner__list.sizeLL li:last-child {
    margin-left: auto;
    margin-right: auto;
  }
  .partner__list.sizeL li {
    width: 22.91667vw;
  }
  .partner__list.sizeL li img {
    max-height: 13.67188vw;
  }
  .partner__list.sizeM li {
    width: 22.91667vw;
    width: 18.88021vw;
  }
  .partner__list.sizeM li img {
    max-height: 13.67188vw;
  }
  .partner__list.sizeS li {
    width: 18.88021vw;
    width: 15.10417vw;
  }
  .partner__list.sizeS li img {
    max-height: 13.67188vw;
  }
  .partner .guide {
    width: 100%;
    margin: 12.36979vw auto 0;
    padding-bottom: 13.02083vw;
  }
  .partner .guide__text {
    display: block;
    width: 89.58333vw;
    height: 6.90104vw;
    background: url("../images/guide_text.png") center center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    color: transparent;
    overflow: hidden;
    margin: 0 auto;
  }
  .partner .guide__btn {
    width: 100%;
    height: 17.57812vw;
    line-height: 1.2;
    background-color: #000a6e;
    -moz-border-radius: 8.46354vw;
         border-radius: 8.46354vw;
    margin-top: 3.90625vw;
    -moz-box-shadow: 0 5px 0 0 #021953;
         box-shadow: 0 5px 0 0 #021953;
    overflow: visible;
  }
  .partner .guide__btn:hover {
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
  }
  .partner .guide__btn a {
    padding: 2.60417vw 0 2.60417vw 13.67188vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .partner .guide__btn a:before, .partner .guide__btn a:after {
    content: '';
    display: block;
    position: absolute;
  }
  .partner .guide__btn a:before {
    width: 17.44792vw;
    height: 18.22917vw;
    background: url("../images/guide_btn_illust.png?") center top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    bottom: 0;
    left: 3.90625vw;
  }
  .partner .guide__btn a:after {
    width: 2.99479vw;
    height: 5.20833vw;
    background: url("../images/guide_btn_arrow.png") center top no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    right: 2.08333vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .partner .guide__btn-en {
    font-size: 6.77083vw;
    font-family: 'Akrobat-ExtraBold';
    letter-spacing: .05em;
    letter-spacing: 0.1em;
  }
  .partner .guide__btn-jp {
    font-size: 2.60417vw;
    font-weight: bold;
    letter-spacing: 0.08em;
  }
  .partner .preparation_txt {
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
    letter-spacing: 1.3vw;
  }
  .partner .section_block__title {
    margin-bottom: 2.60417vw;
  }
}
</pre></body></html>