@charset "UTF-8";

/* ==========================================================
 alliancepartner STYLE
========================================================== */
html {
  scroll-padding-top: 88px;
}
body {
  background-color: var(--sa-50);
  font-family: var(--noto);
  line-height: 1.5;
}
/* sitenavi override */
.sitenavi-wrapper {
  position: fixed;
  top: -108px;
}
body.is-fixed {
  padding-top: 0;
}
.wrapper {
  background: url(/alliancepartner/img/back-hero.png) center top  no-repeat;
  background-size: 100% auto;
}
/* ==========================================================
 共通
========================================================== */
.alp-section {
  width: 100%;
  padding: 80px 0;

  .alp-inner {
    padding: 0 60px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }

  @media screen and (max-width: 768px) {
    padding: 60px 0 ;

    .alp-inner {
      padding: 0 20px;
    }

  }
}
.alp-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--pu-600, #303560);
  text-align: center;
  letter-spacing: 0.64px;

  .en {
    display: block;
    font-size: 38px;
    font-weight: 900;
    color: var(--water, #447FE0);
  }
}
.alp-read {
  color: var(--pu-600, #303560);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.36px;
  margin-top: 32px;

  @media screen and (max-width: 768px) {
    font-size: 16px;
    margin-top: 20px;

    > br {
      display: none;
    }
  }
}
/* ==========================================================
 hero
========================================================== */
.alp-section.hero {
  padding: 80px 0;
  min-height: 600px;
  display: flex;
  align-items: flex-end;

  @media screen and (max-width: 768px) {
    padding: 40px 0;
    display: block;
    min-height: auto;
  }

  .alp-inner {
    padding: 0 110px;
    display: flex;
    justify-content: flex-start;

     @media screen and (max-width: 768px) {
      padding: 0 40px;
     }
  }
  .alp-logo {
    display: block;
    width: 100%;
    height: auto;
  }
  .navi-set {
    width: 100%;
    max-width: 780px;
    position: relative;

    .alp-badge-number {
      position: absolute;
      bottom: 0;
      right: 100px;
      width: 128px;
      height: auto;

      @media screen and (max-width: 768px) {
        bottom: calc(100% - 60px);
        right: -30px;
        width: 90px;
      }
    }
  }
  .anchor-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 32px;
    margin: 32px 128px 0 0;
    max-width: 540px;

    @media screen and (max-width: 768px) {
      justify-content: center;
      gap: 10px;
      margin: 32px auto 0 auto;
     }

    .item {
      width: 148px;
      a.link {
        display: block;
        color: #000;
        font-size: 12px;
        font-weight: 500;
        text-align: left;
        text-decoration: none;
        white-space: nowrap;

        .en {
          display: block;
          font-size: 20px;
          font-weight: 900;
          color: var(--water, #447FE0);
        }

        &:hover {

          .en {
            color: var(--pu-200);
            text-decoration: none;
          }
        }
      }
    }
  }
}

/* ==========================================================
 about
========================================================== */
.alp-section.about {
  background: url(/alliancepartner/img/back-a.png) center center  no-repeat;
  background-size: 100% auto;
}
.attitude-set {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 48px;
  padding: 100px 80px 60px 80px;
  background-color: #fff;
  border-radius: 4px;

  @media screen and (max-width: 768px) {
    flex-direction: column;
    padding: 60px 20px 20px 20px;
    gap: 20px;

  }

  > .title {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--pu-600, #303560);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    white-space: nowrap;

    @media screen and (max-width: 768px) {
      top: 20px;
    }
  }
  > .image {
    flex: 1;
  }
  > .desc {
    flex: 1;

    > p {
    color: var(--pu-600, #303560);
    font-size: 16px;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    text-align: left;
    margin-bottom: 16px;

    @media screen and (max-width: 768px) {
        font-size: 14px;
        margin-bottom: 14px;

        > br {
          display: none;
        }
      }
    }
  }
}
/* ==========================================================
 partner
========================================================== */
.alp-section.type {

}
.type-list {
  max-width: 980px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px auto 0 auto;

  > .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: calc(50% - 20px);
    border-radius: 8px;
    background: #fff;
    padding: 24px;
    text-align: left;

    @media screen and (max-width: 768px) {
      width: 100%;
      padding: 20px 24px;
    }
    > .icon {
      flex: 0 0 120px;

      @media screen and (max-width: 768px) {
        flex: 0 0 80px;
      }
    }
    > .title-set {
      flex: 1 1 auto;
      margin-right: 20px;

      > .title {
        font-size: 18px;
        font-weight: 900;
        line-height: 180%;
        color: var(--pu-600, #303560);
        letter-spacing: 0.56px;
      }
      > .desc {
        font-size: 12px;
        font-weight: 700;
        line-height: 180%;
        color: var(--pu-600, #303560);
        letter-spacing: 0.32px;
        margin-top: 8px;
      }
    }
  }
  > .item > .pict {
    position: absolute;
    display: block;
    width: 140px;
    bottom: 0;
    right: 0;
    transform: translate(24px, 24px);
  }
}
@media screen and (max-width: 768px) {
  .type-list {
    flex-direction: column;
    margin-top: 30px;
  }
  > .item {
    flex: none;
    margin: 0 0 30px 0;
  }
  > .item > .pict {
    right: 50%;
    transform: translate(50%, 24px);
  }
}

/* ==========================================================
 case
========================================================== */
.alp-section.case {
  background: url(/alliancepartner/img/back-b.png) center center no-repeat;
  background-size: 100% auto;
}
.case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  padding: 0 80px;

  @media screen and (max-width: 768px) {
      padding: 0;
      gap: 20px;
    }

  > .item {
    width: calc(50% - 20px);


    @media screen and (max-width: 768px) {
      width: 100%;
    }

    > a.link {
      display: block;
      width: 100%;
      height: 100%;
      background-color: #fff;
      border-radius: 24px;
      box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
      overflow: hidden;
      text-decoration: none;

      &:hover {
        background-color: var(--pu-50, #EDF6FF);
      }

      > .logo {
        width: 320px;
        height: 160px;
        object-fit: contain;
        margin: 40px auto;
        background-color: #fff;
      }

      > .tag {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 280px;
        height: 40px;
        border-radius: 20px;
        color: #FFF;
        font-size: 19px;
        font-weight: 700;
        line-height: 150%; /* 24px */
        letter-spacing: 0.32px;
        margin-top: 40px;

        &.sales {
          background: var(---water, #447FE0);
        }
        &.consult {
          background: var(--ly-400, #D64C3A);
        }
        &.collab {
          background: var(--av-400, #30A143);
        }
        &.connect {
          background: var(--sun, #FFDA1B);
          color: var(--pu-600, #303560);
        }
      }

      > .desc-set {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 32px;
        background: var(--pu-50, #EDF6FF);
        gap: 24px;

        @media screen and (max-width: 768px) {
          padding: 20px;
        }

        > img {
          width: 110px;
          height: auto;
        }

        > p {
          flex: 0 1 auto;
          font-size: 16px;
          font-weight: 700;
          line-height: 150%;
          color: var(--pu-600, #303560);
          text-align: left;

          @media screen and (max-width: 768px) {
            font-size: 14px;
          }
        }
      }
    }
  }
}
/* ==========================================================
 list
========================================================== */
.alp-section.list {
  background: url(/alliancepartner/img/back-a.png) center top  repeat-y;
  background-size: 100% auto;
}
.category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}
.category-list.partner {
  margin-top: 64px;
}
.category-list > .item {
  margin: 5px;
  padding: 0;
  background-color: var(--sa-50);
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
}
.category-list > .item > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  text-decoration: none;
}
.category-list.partner > .item > a {
/*  font-size: 18px;*/

}
.category-list > .item > a:hover,
.category-list > .item > a.active {
  background-color: var(--pu-50);
}
.partner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 24px;
}
.partner-list > .item {
  width: calc(20% - 20px);
  margin: 10px;
}
.partner-list > .item.hide {
  display: none;
}
.partner-list > .item > a.link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 0 64px 0;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
  text-decoration: none;
  overflow: hidden;
}
.partner-list > .item > a.link:hover {
  background-color: var(--pu-50);
}
.partner-list > .item > a.link::after {
  content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
    font-family: var(--inter);
    color: #fff;
    background-color: var(--water);
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: var(--water) url(/img/common/child_icon_closeup_wht.svg)center center /contain no-repeat;
    background-size: 60%;
}
.partner-list > .item .logo {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: contain;
  padding: 10px;
}
.partner-list > .item .title {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: normal;
  color: var(--night);
  white-space: normal;
  padding: 0 10px;
}
.partner-list > .item .category-list {
  margin: 16px 0;
}
.partner-list > .item .category-list > .item {
  font-size: 12px;
  line-height: 1.5;
  padding: 0 8px;
  margin: 2px;
  background-color: var(--pu-50);
}
.partner-list > .item .source-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 10px;
  background-color: var(--pu-50);

  &::before {
    content: "↔";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    font-size: 24px;
    color: var(--water);
  }

  > .item {
    display: flex;
    padding: 4px 8px;
    background-color: #fff;
    border-radius: 4px;
    margin: 1px;

    > .source-logo {
      height: 16px;
      width: auto;
    }
  }
}
@media screen and (max-width: 768px) {
  .category-list {
    margin-top: 30px;
  }
  .category-list > .item > a {
    font-size: 12px;
  }
  .partner-list > .item {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .partner-list > .item .title {
    font-size: 14px;
  }
  .partner-list > .item .category-list {
    margin-top: 10px;
  }
  .partner-list > .item .category-list > .item {
    font-size: 10px;
  }

}

/* ==========================================================
 modal
========================================================== */
.mfp-container {
    padding: 0 60px;
}
.mfp-content:has(#partner-detail) {
  max-width: 1160px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;

  #partner-detail {
    max-height: calc(var(--vh, 1vh) * 100 - 60px);
    overflow-y: auto;
  }
}
/*.mfp-content > #partner-detail .child-section.hero {
    padding: 10px 0;
}*/
/*.mfp-content > #partner-detail .child-section.hero > .child-inner {
    padding: 0 10px;
}*/
/*.mfp-content #partner-detail .title-set {
    padding: 60px 0 60px 60px;
    max-width: 100%;
}*/
/*.mfp-content #partner-detail .title-set > .title {
    background-color: transparent;
    padding: 0;
    white-space: wrap;
}*/
/*.mfp-content #partner-detail .title-set > .cta-list > .item.for-modal  {
    display: list-item;
}*/
/*.mfp-content #partner-detail .title-set > .cta-list > .item.for-detail  {
    display: none;
}*/
.mfp-close-btn-in .mfp-close {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 12px;
    opacity: 1;
    border: none;
}
.mfp-close-btn-in .mfp-close::before,
.mfp-close-btn-in .mfp-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    display: block;
    width: 32px;
    height: 0;
    border-bottom: solid 1px var(--gr-600);
}
.mfp-close-btn-in .mfp-close::before {
   transform: translate(-50%, -50%) rotate(-45deg);
}
button.mfp-arrow {
    width: 60px;
    height: 60px;
    background-color: #fff;
    opacity: 1;
    box-shadow: 0 0 16px rgba(0, 0, 0, .4);
    border: none;
    margin: 0 !important;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
button.mfp-arrow-right {
    right: 5px;
    transform: translate(-50%, -50%);

}
button.mfp-arrow-left {
    left: 5px;
    transform: translate(50%, -50%);

}
.mfp-arrow:before {
    width: 20px;
    height: 20px;
    position: static;
    margin: 0;
    border-top: solid 1px var(--gr-600);
    border-right: solid 1px var(--gr-600);
    border-bottom: none;
    border-left: none;
    opacity: 1;
}
.mfp-arrow-right:before {
    transform: translateX(-25%) rotate(45deg);
}
.mfp-arrow-left:before {
    transform: translateX(25%) rotate(-135deg);
}
.mfp-arrow:after {
    display: none;
}
@media screen and (max-width: 768px) {
    .mfp-container {
        padding: 0 16px;
    }
    /*.mfp-content #partner-detail .title-set {
        padding: 10px
    }*/
    button.mfp-arrow,
    button.mfp-arrow-right,
    button.mfp-arrow-left {
        width: 30px;
        height: 30px;
        transform: translate(0, -50%);
    }
    .mfp-arrow:before {
        width: 10px;
        height: 10px;
    }
}
/* ==========================================================
 cta
========================================================== */
.alp-section.cta {
  background-color: var(--sa-50);
}
.alp-section.cta .cta-list {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  padding: 40px 0;
  border: solid 4px var(--ly-400);
  margin: 0 auto;
}
.alp-section.cta .cta-list > .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1;
  border-left: solid 4px var(--ly-400);
  padding: 0 40px;
}
.alp-section.cta .cta-list > .item:first-child {
  border: none;
}
.alp-section.cta .cta-title {
  font-size:  24px;
  font-weight: bold;
  line-height: 1.5em;
  color: var(--ly-400);
  margin-bottom: 16px;
}
.alp-section.cta .cta-desc {
  font-size:  16px;
  font-weight: normal;
  line-height: 1.5em;
  color: var(--night);
  margin-bottom: 16px;
}
.alp-section.cta .cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 64px;
  background-color: var(--cloud);
  border-radius: 12px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 6px 10px -2px rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none;
}
.alp-section.cta .cta-btn.light {
  background-color: var(--cloud);
  border:  solid 3px var(--pu-400);
  color: var(--pu-400);
}
.alp-section.cta .cta-btn.dark {
  background-color: var(--pu-400);
  border:  solid 3px var(--pu-400);
  color: #fff;
}
.alp-section.cta .cta-btn:hover,
.alp-section.cta .cta-btnlight:hover,
.alp-section.cta .cta-btn.dark:hover {
  background-color: var(--sun);
  color: var(--water);
}
.alp-section.cta .cta-btn.arrow::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(/img/common/child_icon_arrow_blu.svg) center center /contain no-repeat;
  transform: rotate(90deg);
  margin-left: 8px;
}
.alp-section.cta .cta-btn.blank::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(/img/common/child_icon_blank_wht.svg) center center /contain no-repeat;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .alp-section.cta .cta-list {
    flex-direction: column;
    padding: 0 30px;
  }
  .alp-section.cta .cta-list > .item {
    padding: 30px 0;
    border-top: solid 3px #fff;
    border-left: none;
  }
  .alp-section.cta .cta-title {
    font-size: 16px;
  }
  .alp-section.cta .cta-desc {
    font-size: 14px;
  }
  .alp-section.cta .cta-desc > br {
    display: none;
  }
  .alp-section.cta .cta-btn {
    font-size: 16px;
  }
}

/* ==========================================================
 flow
========================================================== */
.alp-section.flow {

}
.flow-image {
  width: 100%;
  max-width: 600px;
  margin: 20px auto 0 auto;
}
/* ==========================================================
 contact
========================================================== */
.alp-section.contact {
  background-color: #fff;
}
.contact .contact-form {
  width: 100%;
  max-width: 760px;
  padding: 72px 92px;
  margin: 40px auto;
  border: solid 8px var(--pu-400);
}
.contact .form-item {
  display: flex;

  margin-bottom: 20px;
}
.contact .form-label {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;

  position: relative;

  display: block;

  /*flex: 1 0 240px;*/
  width: 240px;
  padding: 10px 60px 0 0;

  color: #335799;
  text-align: right;
  white-space: nowrap;
}
.contact .form-label.req::before {
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;

  position: absolute;
  top: 10px;
  right: 10px;

  display: block;

  width: 32px;
  height: 20px;

  content: "必須";
  text-align: center;

  color: #fff;
  border-radius: 10px;
  background-color: #d0021b;
}
.contact .form-input {
  font-size: 16px;
  line-height: 1.5em;

  flex: 0 0 320px;
  padding: 8px;

  /*color: #fff;*/
  border: solid 1px #335799;
}
.contact .form-input.short {
  flex: 0 0 280px;
}
.contact .form-input::placeholder {
  color: #e5e5e5;
}
.contact textarea {
  resize: vertical;
  overflow: auto;
}
.contact .form-input[type=checkbox] {
  flex: 1 0 1px;
  width: 1px;
  height: 1px;
  padding: 0;
}
.contact .form-input[type=checkbox]:checked {
  opacity: 0;
}
.contact .form-policy {
  font-size: 13px;
  line-height: 20px;

  position: relative;

  display: flex;
  flex: 0 0 320px;
  height: 40px;
  padding-left: 50px;

  color: #335799;

  align-items: center;
  background-color: #fff;
  margin: -1px 0 0 -1px;
}
.contact .form-policy::before {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 40px;
  height: 40px;
  margin-right: 8px;

  content: "";
  transition: all .3s ease-in-out;

  border: solid 1px #335799;
  background-color: #fff;
}
.contact .form-input[type=checkbox]:checked + .form-policy::before {
  width: 40px;
  height: 20px;

  transform: rotate(-45deg);

  border-style: none none solid solid;
}
.contact .form-policy a {
  display: inline;

  white-space: nowrap;
  text-decoration: underline;

  color: #335799;
}
.contact .form-policy a::after {
  display: inline-block;

  width: 16px;
  height: 16px;
  margin: 0 10px 0 5px;

  content: "";
  vertical-align: middle;

  background: url(../img/icon_blank.svg) center center no-repeat;
  background-size: 16px 16px;
}
.contact .form-policy a:hover {
  color: #8abce1;
}
.contact .form-button {
  font-size: 18px;
  font-weight: bold;

  display: flex;

  width: 100%;
  height: 64px;
  margin-top: 40px;

  color: var(--cloud);
  border-radius: 8px;
  background-color: var(--pu-400);
  box-shadow: 0 2px 4px rgba(0,0,0,.4);

  align-items: center;
  justify-content: center;
}
.contact .form-button::after {
  display: block;

  width: 20px;
  height: 20px;
  margin-left: 10px;

  content: "";
  background: url(../img/icon_arrow_wht.svg) center center /contain no-repeat;
}
.contact .form-button:hover {
  background-color: #ffdd80;
}
.contact .caution {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  margin-top: 1.5em;
}
.contact .caution .tel {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: urw-din, sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  padding-top: 16px;
}
.contact .caution .tel::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/icon_tel.svg) center center /contain no-repeat;
  margin-right: 10px;
}
.contact .caution .tel::after {
  content: "9:30-18:30\A土日祝除く";
  font-size: 12px;
  line-height: 20px;
  white-space: pre;
  margin-left: 10px;

}
@media screen and (max-width: 768px) {
  .alp-section.contact .desc {
    font-size: 14px;
    line-height: 1.5em;
  }
  .contact .contact-comment {
    font-size: 14px;
    line-height: 1.5em;

    flex: none;
  }
  .contact .contact-form {
    flex: none;

    margin: 30px 0 0 0;
    padding: 20px;
  }
  .contact .form-item {
    flex-direction: column;
  }
  .contact .form-label {
    font-size: 14px;

    width: 100%;
    padding: 0 0 10px 0;

    text-align: left;
  }
  /* .contact .form-label.req {
    padding-left: 40px;
  } */
  .contact .form-label.req::before {
    top: 0;
  }
  .contact .form-input,
  .contact .form-input.short {
    width: 100%;
    flex: none;
  }
  .contact .form-policy {
    flex-wrap: wrap;
    flex: none;
  }
  .contact .caution {
    font-size: 14px;
  }
  .contact .caution .tel {
    font-size: 28px;
  }
  .contact .caution .tel::before {
    width: 28px;
    height: 28px;
    margin-right: 5px;
  }
  .contact .caution .tel::after {
    font-size: 10px;
    line-height: 14px;
    margin-left: 5px;
  }
}

/* ==========================================================
 footer
========================================================== */
.alp-section.footer {
  border-top: solid 8px #e5e5e5;
  padding: 80px 0 0 0;
  text-align: left;
}
.alp-section.footer .title img {
  width: 200px;
  height: auto;
}
.alp-section.footer .desc {
  display: flex;
  padding: 0 0 0 260px;
}
.alp-section.footer ul.footer-list {
/*  flex: 1;*/
  margin-right: 40px;
}
.alp-section.footer ul.footer-list:last-of-type {
  margin-right: 0;
}
.alp-section.footer .icon {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;

  position: relative;

  margin-bottom: 16px;
  padding-left: 24px;
}
.alp-section.footer .icon::before {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 20px;
  height: 20px;

  content: "";

  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}
.alp-section.footer .icon.address::before {
  background-image: url(../img/icon_address.svg);
}
.alp-section.footer .icon.tel::before {
  background-image: url(../img/icon_tel.svg);
}
.alp-section.footer .icon.blank::before {
  background-image: url(../img/icon_blank.svg);
  background-size: 16px auto;
}
.alp-section.footer .copyright {
  font-size: 12px;
  font-weight: bold;

  display: flex;

  width: 100%;
  max-width: 1280px;
  height: 120px;
  margin: 0 auto;
  padding: 60px;

  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .alp-section.footer {
    padding-top: 30px;
  }
  .alp-section.footer .title img {
    width: 140px;
  }
  .alp-section.footer .desc {
    flex-direction: column;
    padding-left: 10px;
  }
  .alp-section.footer ul.footer-list {
    margin: 0 0 16px 0;
  }
  .alp-section.footer .icon {
    /*font-size: 12px;*/
    margin-bottom: 8px;
    padding-left: 30px;
  }
  .alp-section.footer .icon.address br {
    display: none;
  }
  .alp-section.footer .copyright {
    height: 90px;
    padding: 0 15px;
  }
}
/* ==========================================================
 thanks
========================================================== */
.sect.hero.thanks {
  height: 100vh;
  background: none;
}
.sect.hero.thanks .title-set {
  z-index: auto;
}
.sect.thanks .desc {
  font-size: 16px;
  line-height: 1.5em;
}
.sect.thanks .desc a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect.thanks .desc a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_arrow_blk.svg) center center /contain no-repeat;
  transform: rotate(180deg);
  margin-right: 10px;

}

@media screen and (max-width: 768px) {
  .sect.hero.thanks {
    padding: 90px 0;
  }
  .sect.thanks .desc {
    font-size: 14px;
  }
  .sect.thanks .desc br {
    display: none;
  }
}
/* ==========================================================
 バナー
========================================================== */
.banner-link {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 6px 10px -2px rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}
.banner-link:hover {
  opacity: .8;
}
.banner-link.partneraward,
.banner-link.lab {
  max-width: 800px;
  margin: 20px auto 0;
  @media screen and (max-width: 768px) {
    margin-top: 30px;
  }
}
.banner-link.note {
  max-width: 540px;
  margin: 40px auto 0;
  @media screen and (max-width: 768px) {
    margin-top: 30px;
  }
}
