/* 全体 */

section {
  padding-top: 60px;
  padding-bottom: 60px;
}

section .wrapper {
  max-width: 965px;
}


/* メインビジュアル */

.main-visual {
  padding: 0;
  height: 465px;
  background-image: url("/-/media/ind/fs/partner-program/image/main_visual_bg.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.main-visual .inner {
  max-width: 965px;
  margin: auto;
  color: #fff;
  position: relative;
}
.main-visual .text {
  max-width: 700px;
  margin-top: 73px;
  font-weight: 600;
}
.main-visual .text h1 {
  margin: 0;
  font-size: 42px;
  line-height: 52px;
}
.main-visual .text h1 img {
  width: 320px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.main-visual .text .read {
  margin-top: 29px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  letter-spacing: 1.44px;
  color: #fff;
}
.main-visual .cta-block {
  margin-top: 29px;
  font-size: 18px;
  display: flex;
  align-items: end;
  gap: 20px;
}

.main-visual .cta-block a {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .main-visual {
    height: unset;
    padding: 2rem 0 3rem;
    background: linear-gradient(113deg, #AC020E 26.99%, #91000A 85.99%);
  }
  .main-visual .inner {
    padding: 0 1rem;
  }
  .main-visual .text {
    margin-top: 30px;
  }
  .main-visual .text h1 {
    font-size: 2.1rem;
  }
  .main-visual img {
    width: 100%;
  }
  .main-visual .cta-block {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.reason .content-block ul {
  padding: 0;
  list-style: none;
  justify-content: space-between;
  gap: 27px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.reason .content-block ul li h3 {
  margin-bottom: 10px;
  line-height: 1.1;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.reason .content-block ul li .image-box {
  width: 100%;
}
.reason .content-block ul li .image-box img {
  width: 100%;
}
.reason .content-block ul li p {
  padding: 15px 5px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.7px;
}
.reason .content-block ul li ul {
  padding: 15px 5px 0;
  list-style: none;
  display: block;
}
.reason .content-block ul li ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.7px;
}
.reason .content-block ul li ul li:last-child {
  margin-bottom: 0;
}
.reason .content-block ul li ul li:nth-child(1):before {
  content: "①";
  position: absolute;
  left: 5px;
  top: 0;
}
.reason .content-block ul li ul li:nth-child(2):before {
  content: "②";
  position: absolute;
  left: 5px;
  top: 0;
}
.reason .content-block ul li ul li:nth-child(3):before {
content: "③";
position: absolute;
left: 5px;
top: 0;
}
@media screen and (max-width: 767px) {
  .reason .content-block ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.merit {
  background: #F2F2F2;
}
.merit ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.merit ul li {
  margin-bottom: 14px;
  padding: 0;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px;
}
.merit ul li:last-child {
  margin-bottom: 0;
}
.merit ul li .image-box img {
  max-width: unset!important;
  width: 334px;
  height: 172px;
  border-radius: 20px 0 0 20px;
  object-fit: cover;
  display: block;
}
.merit ul li .text-box {
  padding: 44px 27px;
}
.merit ul li .text-box h3 strong {
  color: #91000A;
}
@media screen and (max-width: 767px) {
  .merit ul li {
    width: 100%;
    margin-bottom: 2rem;
    flex-direction: column;
    align-items: center;
  }
  .merit ul li .image-box {
    width: 100%;
    padding: 0;
  }
  .merit ul li .image-box img {
    width: 100%;
    border-radius: 20px 20px 0 0;
    margin: 0;
  }
  .merit ul li .text-box {
    text-align: center;
  }
}
.support .content-block ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.support .content-block ul li {
  width: 221px;
}
.support .content-block ul li h3 {
  line-height: 1.1;
  text-align: center;
  margin-bottom: 10px;
}
.support .content-block ul li .image-box {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
.support .content-block ul li .image-box img {
  width: 212px;
  border-radius: 106px;
}
.support .content-block ul li p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .support .content-block ul {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  .support .content-block ul li p {
    font-size: var(--sp-font-size-p);
    line-height: var(--sp-line-height-p);
  }
}
.industries {
    background: #F2F2F2;
}
.industries .hedding-block .subtext {
  letter-spacing: normal;
}
.industries .content-block {
  text-align: center;
}
.industries .content-block h3 {
  margin-bottom: 26px;
  padding: 10px 74px 11px 74px;
  display: inline-block;
  color: #fff;
}
.industries .content-block h3.category1 {
  background: #2F7C31;
}
.industries .content-block h3.category2 {
  margin-top: 60px;
  background: #2F65C0;
}
.industries .content-block ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  list-style: none;
}
.industries .content-block ul li a {
  background: #fff;
  border-radius: 10px;
  color: #4E4E4E;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  text-decoration: none;
  display: flex;
/*  width: 298px;*/
  height: 80px;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all .3s ease;
}
.industries .content-block ul li a::after {
  content: "";
  position: absolute;
  top: 31px;
  right: 20px;
  width: 10px;
  height: 20px;
  background: url("/-/media/ind/fs/partner-program/image/industries_arrow.svg") no-repeat center center;
  background-size: contain;
  border-radius: 10px;
}
.industries .content-block ul li a:hover {
  box-shadow: 0 10px 10px 2px rgb(0 0 0 / 30%);
  opacity: .8;
  top: -2px;
}

@media screen and (max-width: 994px) {
  .industries .content-block ul li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .industries .content-block ul {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .industries .content-block ul li a {
    width: 43vw;
    height: 65px;
    font-size: .75rem;
  }
  .industries .content-block ul li a::after {
    width: 6px;
    top: 24px;
    right: 6px;
  }
}
.product-models .content-block .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOSでスムーズスクロール */
    margin: 0 auto;
  }
  .product-models .content-block table {
    width: 100%;
    min-width: 924px;
    border-collapse: separate;
    border-spacing: 11px;
  }
  .product-models .content-block table thead th {
    width: 317px;
    height: 73px;
    background: linear-gradient(113deg, #AC020E 26.99%, #91000A 85.99%);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
  }
  .product-models .content-block table thead th:first-child {
    background: none;
  }
  .product-models .content-block table thead th:nth-child(2) {
    border-radius: 20px 0 0 0;
  }
  .product-models .content-block table thead th:nth-child(3) {
    border-radius: 0 20px 0 0;
  }
  .product-models .content-block table tbody th {
    width: 267px;
    height: 106px;
    border: 3px solid #91000A;
    background: #fff;
    color: #91000A;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
  }
  .product-models .content-block table tbody tr:nth-child(1) th {
    border-radius: 20px 0 0 0;
  }
  .product-models .content-block table tbody tr:nth-child(3) th {
    border-radius: 0 0 0 20px;
  }
  .product-models .content-block table tbody td {
    background: #F2F2F2;
    text-align: center;
  }
  .product-models .content-block table tbody td p {
    padding: 17px 11px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.7px;
  }
  .product-models .content-block h3 {
    margin: 60px auto 43px;
    padding: 10px 74px;
    max-width: 525px;
    border: 1px solid #91000A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #343434;
    text-align: center;
  }
  .product-models .content-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 54px;
  }
  .product-models .content-block ul li {
    max-width: 434px;
  }
  .product-models .content-block ul li .title {
    margin: 0;
    padding: 18px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(113deg, #AC020E 26.99%, #91000A 85.99%);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
  }
  .product-models .content-block ul li .description {
    padding: 21px 19px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    letter-spacing: 1.44px;
    color: #343434;
    background: #F2F2F2;
  }
  @media screen and (max-width: 767px) {
    .product-models .content-block h3 {
      padding: 10px;
      font-size: 1.2rem;
      line-height: 1.2;
    }
    .product-models .content-block ul {
      flex-direction: column;
      align-items: center;
      gap: 30px;
    }
    .product-models .content-block table {
      min-width: 616px;
    }
    .product-models .content-block table thead th {
      font-size: 1rem;
    }
    .product-models .content-block table tbody th {
      width: 178px;
      height: 90px;
      font-size: 1rem;
    }
    .product-models .content-block table tbody td p {
      padding: 5px;
    }
    .product-models .content-block table tbody td img {
      width: 1.5rem;
    }
    .product-models .content-block ul li .description {
      font-size: var(--sp-font-size-p);
      line-height: var(--sp-line-height-p);
    }
  }
.partner {
  background: #F2F2F2;
}
.partner .content-block {
  text-align: center;
}
.partner .content-block h3 {
  margin: 0;
  padding: 10px 74px;
  display: inline-block;
  border: 1px solid #91000A;
  background: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #343434;
}
.partner .content-block h3.dev {
  margin-top: 60px;
}
.partner .content-block p {
  margin: 23px auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
@media screen and (max-width: 767px) {
  .partner .content-block img {
    width: 100%;
  }
  .partner .content-block h3 {
    padding: 10px;
    width: 100%;
  }
}
.faq .content-block ul {
  text-align: left;
  list-style: none;
}
.faq .content-block ul li {
  margin-bottom: 24px;
  padding: 36px 101px 36px 44px;
  background-color: #fff;
  border: 1px solid #91000A;
  border-radius: 4px;
}
.faq .content-block ul li p {
  margin-left: 62px;
}
.faq .content-block ul li .question {
  position: relative;
  cursor: pointer;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; 
}
.faq .content-block ul li .question:before {
  content: "";
  position: absolute;
  left: -62px;
  top: 0;
  background-image: url("/-/media/ind/fs/partner-program/image/faq_q.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 30px;
}
.faq .content-block ul li .question:after {
  content: "";
  font-size: 17px;
  font-weight: bold;
  width: 28px;
  height: 16px;
  line-height: 10px;
  text-align: center;
  background-image: url("/-/media/ind/fs/partner-program/image/faq_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -72px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease-in-out;
}
.faq .content-block ul li .answer {
  display: none;
  margin-top: 16px;
  padding-top: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  letter-spacing: 1.44px;
  color: #4E4E4E;
  position: relative;
}
.faq .content-block ul li .answer:before {
  content: "";
  position: absolute;
  left: -62px;
  top: 17px;
  background-image: url("/-/media/ind/fs/partner-program/image/faq_a.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}
.faq .content-block ul li.open .answer {
  display: block;
}
.faq .content-block ul li.open .question:after {
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq .content-block ul {
    padding: 0;
  }
  .faq .content-block ul li {
    padding: 20px 33px 20px 20px;
  }
  .faq .content-block ul li p {
    margin-left: 20px;
  }
  .faq .content-block ul li .question {
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .faq .content-block ul li .question:before {
    left: -28px;
    top: 3px;
    width: 1rem;
  }
  .faq .content-block ul li .question:after {
    right: -25px;
    width: 18px;
  }
  .faq .content-block ul li .answer {
    font-size: .9rem;
    line-height: 1;
  }
  .faq .content-block ul li .answer:before {
    left: -28px;
    top: 11px;
    width: 1rem;
  }
}
.cta {
  padding-top: 0;
  padding-bottom: 0;
  background: linear-gradient(113deg, #AC020E 26.99%, #91000A 85.99%);
}
.cta .wrapper {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
}
.cta .hedding-block {
  margin-bottom: 21px;
  text-align: center;
}
.cta .hedding-block h2 {
  padding: 15px 35px 15px 46px;
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  position: relative;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
}
.cta .hedding-block h2 strong {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  color: #91000A;
}
.cta .hedding-block h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.cta .hedding-block .subtext {
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.cta .cta-block {
  margin-top: 30px;
}
.cta .cta-block ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cta .cta-block ul li a {
  transition: all .3s ease;
}
.cta .cta-block ul li a:hover {
  opacity: .8;
}
.cta.gray {
  background: #f2f2f2;
}
.cta.gray .wrapper {
  max-width: 1100px;
  border-top: 1px solid #cdcdcd;
}
.cta.gray .hedding-block .subtext {
  color: #333;
}
.cta.gray .cta-block ul li a {
  border: 2px solid #333;
}
@media screen and (max-width: 767px) {
  .cta .wrapper {
    padding-top: var(--sp-section-padding-top);
    padding-bottom: var(--sp-section-padding-bottom);
  }
  .cta .hedding-block {
    margin-bottom: 6px;
  }
  .cta .hedding-block h2 {
    padding: 1rem 2rem;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .cta .hedding-block h2 strong {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .cta .hedding-block .subtext {
    font-size: .6rem;
  }
  .cta .cta-block {
    margin-top: 0;
  }
  .cta .cta-block ul {
    flex-direction: column;
  }
}