/* partner_pr ページ専用のCSSを書いてください */

/* COMMON */
*, *::before, *::after {
  box-sizing: border-box;
}
#main {
  background-color: #fff;
}
#main .m-button {
  background-color: #D80C18;
  font-size: 20px;
  padding: 20px 32px;
  font-weight: 600;
  border-radius: 51.5px;
  width: 280px;
  &::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 20px;
    position: absolute;
    right: 32px;
    background-image: url("/partner_pr/img/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  &:hover {
    opacity: 0.5;
  }
}

.inner {
  max-width: 1160px;
  padding-top: 120px;
  margin: 0 auto;
  width: 100%;
}
.inner .contents-thin {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
h2.hdg_lv2 {
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 1.6px;
  margin-bottom: 48px;
  padding: 0;
  border-top: none;
  font-weight: 600;
  &::before {
    content: none;
  }
}

h2 span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.56px;
}

h3.hdg_lv3 {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 1.28px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  margin: 0 auto 32px;
  color: #D80C18;
  padding: 0;
}

#main h3.point {
  border-bottom: none;
}

#main h3.point figure{
  width: 111px;
  height: auto;
}

h4 {
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 1.5;
  font-weight: 600;
}
p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -1.3px;
  color: #2e2727;
}
.util_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .inner { 
    padding-top: 48px;
  }
  h2.hdg_lv2 {
    font-size: 24px;
    letter-spacing: 0.96px;
    margin-bottom: 24px;
  }
  h2 span {
    font-weight: 300;
    font-size: 12px;
  }
  h3.hdg_lv3 {
    font-size: 20px;
    padding-bottom: 4px;
  }
  #main h3.point {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    gap: 20px;
    margin: 0 0 20px;
  }
  #main h3.point figure {
    width: 76px;
    flex-shrink: 0;
  }
  h4 {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
  p {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  .util_pc {
    display: none;
  }
  .util_sp {
    display: block;
  }
  #main .m-button {
    font-size: 16px;
    padding: 16px 20px;
    width: 200px;
    &::after {
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
    }
  }
}

/* BANNER */
#banner {
  max-height: 1080px;
  height: 100%;
}
#banner .inner {
  display: flex;
  align-items: center;
  max-width: 100%;
  padding-top: 0;
  background-image: url("/partner_pr/img/bgr-banner.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  max-height: 1080px;
  height: calc(100vh - 100px);
}

#banner .txt_desc {
  padding: 163px 0 129px 80px;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

#banner .txt_desc >span{
  display: inline-block;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.88px;
  color: #D80C18;
}

#banner .txt_desc h1{
  height: auto;
  width: 858px;
  padding: 0;
  padding: 39px 0 120px;
  &::before {
    content: none;
  }
}

#banner .txt_desc .btn {
  text-align: center;
  width: 506px;
  height: 103px;
  max-width: 506px;
  max-height: 103px;
}

#banner .txt_desc .btn span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 1.5;
  color: #D80C18;
}

#banner .txt_desc .btn a {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  color: #D80C18;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 1.04px;
  border: 8px solid;
  border-radius: 51.5px;
  transition: 0.3s all;
  &::before {
    content: "";
    position: absolute;
    background-image: url("/partner_pr/img/dolphin.svg");
    background-size: contain;
    display: inline;
    width: 132px;
    height: 121px;
    max-width: 132px;
    max-height: 121px;
    left: 23px;
    bottom: 0;
    background-repeat: no-repeat;
  }
  &::after {
    content: "";
    position: absolute;
    background-image: url("/partner_pr/img/circle-arrow.svg");
    background-size: contain;
    display: inline;
    width: 49px;
    height: 49px;
    right: 20px;
  }
  &:hover {
    opacity: 0.5;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 769px) {
  #banner .inner {
    background-position: right;
  }
  
  #banner .txt_desc {
    padding: 4% 0 4% 5vw;
  }
  
  #banner .txt_desc >span{
    font-size: 1.375vw;
  }
  
  #banner .txt_desc h1{
    width: 54.25vw;
    max-width: 45%;
  }
  
  #banner .txt_desc .btn {
    width: 31.625vw;
    height: 6.4375vw;
  }
  
  #banner .txt_desc .btn span {
    font-size: 1.25vw;
  }
  
  #banner .txt_desc .btn a {
    font-size: 1.625vw;
    letter-spacing: 0.065vw;
    border: 0.5vw solid;
    border-radius: 3.22vw;

    &::before {
      width: 8.25vw;
      height: 7.56vw;
      left: 1.44vw;
    }

    &::after {
      width: 3.06vw;
      height: 3.06vw;
      right: 1.25vw;
    }
  }
}
@media (min-width: 1000px) {
  #banner .txt_desc {
      padding: 6% 0 4% 5vw;
  }
}
@media (max-height: 800px) and (min-height: 500px) {
  #banner .txt_desc h1{
    padding: 2% 0 4%;
    width: 38vw;
    max-width: 700px;
  }
  #banner .txt_desc {
    padding: 3% 0 2% 5vw;
  }
  #banner .txt_desc .btn a {
    font-size: 1vw;
    letter-spacing: 0.065vw;
    border: 0.3vw solid;
    &::before {
      width: 7.25vw;
      height: 6.7vw;
      left: 0.5vw;
    }
  }
  #banner .txt_desc .btn {
    width: 26.625vw;
    height: 5vw;
  }
}
@media (max-aspect-ratio: 3/2) {
  #banner .inner {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #banner .inner {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    margin-bottom: 77px;
    padding-bottom: 0;
    background-image: none;
  }
  #banner .inner >figure {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 24px;
    &::before {
      content: none;
    }
  }
  #banner .txt_desc {
    height: auto;
    padding: 0 16px;
    position: initial;
  }
  #banner .txt_desc >span { 
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  #banner .txt_desc >span br {
    display: none;
  }
  #banner .txt_desc h1 {
    width: 81.86667%;
    top: 168px;
    height: auto;
    position: absolute;
    padding: 0;
  }
  #banner .txt_desc .btn {
    width: auto;
    max-width: 351px;
    height: auto;
    margin: 0 auto;
  }
  #banner .txt_desc .btn span {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
  #banner .txt_desc .btn a {
    border-width: 4px;
    font-size: 18px;
    padding: 6px 0;
    margin: 0 -4px;
    &::before {
      max-width: 91px;
      max-height: 84px;
      width: 24.4vw;
      height: 22.4vw;
      background-size: contain;
      left: 10px;
      bottom: 0;
      top: initial;
    }
    &::after {
      width: 36.5px;
      height: 36.5px;
      background-size: contain;
      right: 12px;
    }
  }
}

/* BANNER-INF */
#banner-inf .inner{
  max-width: 1194px;
}
#banner-inf p {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 135px;
}
@media (min-width: 769px) and (max-width: 1160px) {
  #banner-inf p {
    margin-bottom: 90px;
  }
}
#banner-inf p span {
  position: relative;
  display: inline-block;
  z-index: 1;
  &::after {
    content: "";
    position: absolute;
    display: inline-block;
    z-index: -1;
    width: 100%;
    height: 6px;
    background-color: #f8b502;
    left: 0;
    bottom: 5px;
  }
}
#banner-inf .inner a {
  transition: all 0.3s;
  &:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  #banner-inf .inner{
    padding: 0 10px;
    box-sizing: border-box;
  }
  #banner-inf p {
    text-align: left;
    font-size: 16px;
    letter-spacing: -1px;
    margin-bottom: 53px;
  }
  #banner-inf p span {
    &::after {
      bottom: 4px;
    }
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  #banner-inf .inner {
    padding-top: 40px;
  }
}
.sticky {
  position: relative;
}
@media screen and (max-width: 1360px) {
  .sticky >figure img {
    display: none;
  }
}
.sticky >figure {
  position: absolute;
  top: 180px;
  width: 102px;
  z-index: 999;
  height: 888px;
}

/* STADIUM */
#stadium .inner {
  max-width: 100%;
  position: relative;
  padding-top: 205px;
}

#stadium h3{
  color: #fff;
}
#stadium .txt_content{
  border-top-right-radius: 32px;
  position: relative;
  color: #fff;
  display: flex;
  padding: 60px 0 87px;
  background-color: #D80C18;
  &::after {
    content: "";
    position: absolute;
    right: 3%;
    bottom: 0;
    width: 263px;
    height: 437px;
    background-image: url("/partner_pr/img/wave_stadium.png");
  }
}
#stadium .txt_content .txt_desc {
  max-width: 31%;
  z-index: 1;
}
#stadium .txt_content .txt_desc h3.point{
  margin-bottom: 20px;
}
#stadium .txt_content .txt_desc h4 {
  margin-bottom: 20px;
}
#stadium .img_content {
  color: #fff;
  padding: 96px 20px;
  background-image: url("/partner_pr/img/bgr_stadium.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#stadium .img_content .item_content {
  margin-bottom: 33px;
}
#stadium .img_content .item_content ul{
  display: flex;
  gap: 40px;
  justify-content: center;
}

#stadium p {
  color: #fff;
}

#stadium .img_content .item_content ul figure {
  margin-bottom: 20px;
}

#stadium .img_content .item_content ul li{
  flex: 1;
  max-width: 560px;
  &:first-child figure{
    margin-top: -5.4%;
  }
}

#stadium .item_content ul h4 {
  margin-bottom: 8px;
}

#stadium .txt_content >figure {
  width: 43.8%;
  margin-right: 122px;
  margin-top: -140px;
}

#stadium .list_sns {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
#stadium .list_sns ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#stadium .list_sns ul li {
  width: calc(16.666% - 10px);
}
#stadium .list_sns h4 {
  margin-bottom: 20px;
}
#stadium .list_sns p:first-of-type {
  margin-bottom: 10px;
}
#stadium .list_sns p:nth-of-type(2) {
  text-align: right;
  font-size: 14px;
  letter-spacing: -0.8px;
}
@media (max-width: 1400px) and (min-width: 1001px) {
  #stadium .txt_content .txt_desc {
    max-width: 40%;
  }
  #stadium .txt_content >figure {
    width: 48%;
    margin-right: 6.25vw;
  }
}
@media screen and (max-width: 1000px) {
  #stadium .inner {
    padding-top: 120px;
  }
  #stadium .txt_content {
    flex-direction: column;
    padding: 60px 0;
    &::after {
      background-image: url("/partner_pr/img/wave_stadium_sp.png");
      width: 202px;
      height: 344px;
      right: 0;
    }
  }
  #stadium .txt_content >figure {
    max-width: 83.5%;
    width: 100%;
    margin-top: -132px;
    margin-bottom: 20px;
  }
  #stadium h3.point {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  #stadium .txt_content .txt_desc {
    max-width: 100%;
    padding: 0 15px;
  }
  #stadium .txt_content .txt_desc h4 {
    margin-bottom: 16px;
  }
  #stadium .txt_content .txt_desc p {
    letter-spacing: -1.9px;
  }
  #stadium .img_content .item_content ul {
    flex-direction: column;
  }
  #stadium .img_content {
    padding: 40px 15px 55px;
    border-radius: 0 0 32px 32px;
    background-image: url("/partner_pr/img/bgr_stadium_sp.png");
  }
  #stadium .img_content .item_content ul {
    gap: 32px;
  }
  #stadium .img_content .item_content p{
    letter-spacing: -1.3px;
  }
  #stadium .img_content .item_content ul li{
    max-width: 100%;
    &:first-child figure{
      margin-top: -6%;
    }
  }
  #stadium .item_content ul h4 { 
    margin-bottom: 15px;
  }
  #stadium .list_sns ul {
    flex-wrap: wrap;
    gap: 16px 0;
  }
  #stadium .list_sns ul li {
    width: calc(50% - 7px);
  }
  #stadium .list_sns h4 {
    margin-bottom: 15px;
  }
  #stadium .list_sns p:first-of-type {
    letter-spacing: -1.3px;
    margin-bottom: 15px;
  }
  #stadium .list_sns p:nth-of-type(2) {
    font-size: 12px;
    letter-spacing: -0.5px;
  }
}

/* REASON_PARTNER */
#reason-partner {
  padding: 0 16px;
}
.reason-partner {
  padding-top: 62px;
}
.reason-partner ul {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.reason-partner ul li {
  width: 31.98%;
  padding: 20px;
  background-color: #F3F3F3;
  border-radius: 16px;
  position: relative;
}
.reason-partner ul li .number {
  display: inline-block;
  position: absolute;
  width: 93px;
  top: -26px;
}
.reason-partner ul li >figure {
  margin-bottom: 27px;
}
.reason-partner ul li h4 {
  text-align: center;
  margin-bottom: 27px;
  color: #D80C18;
}

@media screen and (max-width: 768px) {
  #reason-partner { 
    padding: 0;
  }
  #reason-partner h2 {
    margin-bottom: 40px;
  }
  #reason-partner .inner{
    padding-top: 48px;
  }
  .reason-partner {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .reason-partner ul {
    flex-direction: column;
    gap: 40px;
  }
  .reason-partner ul li {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
  }
  .reason-partner ul li .number {
    top: -24px;
    left: 25px;
  }
  .reason-partner ul li >figure {
    margin-bottom: 8px;
  }
  .reason-partner ul li h4 {
    margin-bottom: 8px;
  }
  .reason-partner ul li p {
    letter-spacing: -1.3px;
  }
}


/* CONTENTS-CLUB */
#club {
  padding: 0 16px;
}
.contents-club {
  width: 100%;
  margin: 0 auto 120px;
}
#club .point {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 32px;
}
.contents-club .club-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contents-club .club-item:first-child {
  margin-bottom: 48px;
}
.contents-club .club-item .txt_desc {
  width: 416px;
}
.contents-club .club-item .txt_desc h4 {
  margin-bottom: 32px;
}
.contents-club figure {
  border-radius: 5px;
  overflow: hidden;
  max-width: 59%;
}
@media only screen and (max-width: 1360px) and (min-width: 768px) {
  .contents-club .club-item {
    gap: 30px;
  }
  .contents-club figure {
    max-width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #club {
    padding: 0 15px;
  }
  #club .point {
    gap: 20px;
  }
  .contents-club {
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  .contents-club .club-item {
    flex-direction: column;
  }
  .contents-club .club-item:last-child {
    flex-direction: column-reverse;
  }
  .contents-club .club-item .txt_desc {
    width: 100%;
  }
  .contents-club .club-item figure {
    margin-bottom: 24px;
    max-width: 100%;
  }
  .contents-club .club-item .txt_desc h4 {
    margin-bottom: 12px;
  }
  .contents-club .club-item .txt_desc p {
    letter-spacing: -0.9px;
  }
}

/* GRAMPUS-CARBON */
#grampus-carbon .inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  max-width: 1524px;
  padding: 6.299% 10.1% 6.3% 13.71%;
  margin: 0 auto;
  gap: 100px;
  width: 100%;
  background-color: #F3F3F3;
  position: relative;
  border-radius: 32px;
  &::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 404px;
    height: 637px;
    right: 130px;
    bottom: 0;
    background-image: url("/partner_pr/img/wave-right.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
#grampus-carbon figure {
  width: 46.55%;
  margin-right: 20px;
  flex-shrink: 0;
}
#grampus-carbon h3.point {
  color: #000;
  padding-bottom: 0;
  margin-bottom: 20px;
}
#grampus-carbon .txt_desc h4 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1360px) and (min-width: 768px) {
  #grampus-carbon .inner {
    padding: 6.299% 8% 6.3% 8%;
    gap: 30px;
    &::after {
      width: 252px;
      height: 397px;
    }
  }
  #grampus-carbon h3.point {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  #grampus-carbon .inner{
    box-sizing: border-box;
    flex-direction: column;
    padding: 40px 15px 45px 15px;
    gap: 20px;
    border-radius: 32px;
    margin-bottom: 0;
    overflow: hidden;
    &::after {
      width: 241px;
      height: 392px;
      right: 0;
      background-image: url("/partner_pr/img/wave-right-sp.png");
    }
  }
  #grampus-carbon figure {
    width: 100%;
    height: auto;
    margin-right: 0;
    z-index: 1;
  }
  #grampus-carbon h3.point { 
    margin-bottom: 0;
  }
  #grampus-carbon .txt_desc h3 {
    display: none;
  }
  #grampus-carbon .txt_desc h4 {
    font-size: 20px;
  }
  #grampus-carbon .txt_desc p {
    letter-spacing: -0.4px;
  }
}

/* CUSTOM-VALUE */
#custom-value {
  padding: 0 16px;
}
@media (min-width: 768px) and (max-width: 1160px) {
  #custom-value {
    padding: 0 30px;
  }
}
#custom-value .inner {
  margin-bottom: 120px;
}
.custom-value .list-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 21px;
}
.custom-value .list-item li {
  width: calc(33.333% - 14px);
}
.custom-value .list-item li figure {
  margin-bottom: 12px;
}
.custom-value .list-item li h4 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #custom-value {
    padding: 0;
  }
  #custom-value .inner {
    margin-bottom: 0;
  }
  .custom-value {
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 48px;
  }
  .custom-value .list-item ul {
    gap: 12px 0;
    justify-content: space-between;
  }
  .custom-value .list-item li {
    width: 48.5%;
  }
  .custom-value .list-item li h4 {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.7;
  }
  .custom-value .list-item li figure {
    margin-bottom: 4px;
  }
}


/* CONTACT */
#contact .inner{
  max-width: 100%;
  background-color: #f8b500;
  padding: 64px 0 52px;
  margin-bottom: 120px;
  text-align: center;
  position: relative;
  background-image: url("/partner_pr/img/frame-bgr.png");
  background-position: right;
  background-repeat: no-repeat;
  &::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url("/partner_pr/img/dolphin-ball.svg");
    width: 142px;
    height: 133px;
    left: 16%;
    bottom: 0;
    background-repeat: no-repeat;
  }
}
#contact:last-child .inner{
  margin-bottom: 0;
}
#contact .information p:first-child {
  font-size: 18px;
  margin-bottom: 32px;
  line-height: 1.7;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #contact .inner{
    margin-bottom: 48px;
    padding: 23px 0 79px;
    background-image: url("/partner_pr/img/frame-bgr-sp.png");
    background-position: bottom right;
    &::before {
      width: 98px;
      height: 91px;
      left: 9px;
      background-size: contain;
    }
  }
  #contact .information p:first-child {
    font-size: 16px;
    margin-bottom: 24px;
  }
  #contact p span {
    display: block;
  }
}

/* PARTNER_NEWS */
#partner-news {
  padding: 0 0 116px;
}

#partner-news .inner {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #partner-news {
    padding: 0 0 66px;
  }
}

/* PARTNER-BENEFITS */
#partner-benefits {
  padding: 0 16px 100px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1160px) {
  #partner-benefits {
    padding: 0 30px 120px;
  }
  #interviews .inner,
  #partner-news .inner, 
  #partner-benefits .inner,
  #custom-value .inner, 
  #club .inner, 
  #reason-partner .inner {
    padding: 90px 0 0;
  }
}
.partner-benefits ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;

}
.partner-benefits .list_menu {
  margin-bottom: 48px;
}
.partner-benefits .list_menu ul li {
  border-top: 2px solid #ccc;
  width: calc(50% - 15px);
  padding: 32px 0;
  display: flex;
  align-items: center;
  &:nth-child(1), &:nth-child(2) {
    border-top: none;
  }
}
.partner-benefits .list_menu ul li figure {
  min-height: 168px;
  width: 272px;
  margin-right: 20px;
  max-width: 55%;
  flex-shrink: 0;
}
.partner-benefits .list_menu ul li h4 {
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.partner-benefits .list_menu ul li p {
  letter-spacing: 0;
  font-size: 14px;
}
.partner-benefits .list_benefits ul{
  gap: 32px 21px;
}
.partner-benefits .list_benefits ul figure {
  margin-bottom: 12px;
}
.partner-benefits .list_benefits ul li{
  width: calc(33.333% - 14px);
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) { 
  #partner-benefits {
    padding: 0 0 43px;
  }
  .partner-benefits {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .partner-benefits ul {
    flex-direction: column;
    gap: 4px;
  }
  .partner-benefits .list_menu ul li {
    width: 100%;
    padding: 16px 0;
    &:nth-child(2) {
      border-top: 1.5px solid #ccc;
    }
  }
  .partner-benefits .list_menu ul li figure {
    width: 138px;
    min-height: 103px;
    margin-right: 16px;
  }
  .partner-benefits .list_menu ul li p {
    letter-spacing: 0;
    font-size: 12px;
  }
  .partner-benefits .list_menu {
    margin-bottom: 40px;
  }
  .partner-benefits .list_benefits ul {
    flex-direction: row;
    gap: 12px 0;
    justify-content: space-between;
  }
  .partner-benefits .list_benefits ul li {
    width: 47.5%;
  }
  .partner-benefits .list_benefits ul figure {
    margin-bottom: 4px;
  }
  .partner-benefits .list_menu ul li h4 {
    font-size: 16px;
    margin-bottom: 12px;
    letter-spacing: 0;
  }
  .partner-benefits .list_benefits ul h4{
    font-size: 13px;
    letter-spacing: -1.2px;
  }
  .partner-benefits .list_benefits ul h4 span {
    display: block;
  }
}

#interviews .inner {
  margin-bottom: 62px;
  @media screen and (max-width: 768px) {
    margin-bottom: 53px;
  }
}
#interviews .inner, #partner-news .inner {
  max-width: 1220px;
}

@media (min-width: 768px) {
  #interviews .inner, #partner-news .inner {
    padding: 90px 14px 0;
  }
}
@media (min-width: 1161px) {
  #interviews .inner, #partner-news .inner {
    padding: 90px 0 0;
  }
}
@media (min-width: 992px) {
  #interviews .contents,#partner-news .contents {
      padding: 0 16px 70px;
  }
}
@media (max-width: 768px) {
  #interviews .inner, #partner-news .inner {
    padding: 48px 7px 0;
  }
}

.bg_section:nth-child(odd) {
  background: #F3F3F3;
}
.bg_section:nth-child(odd):not(#companies) {
  border-radius: 32px;
  box-shadow: 0px -10px 8px 0px rgba(0, 0, 0, 0.08),0px 10px 8px 0px rgba(0, 0, 0, 0.08);
}
/* COMPANIES */
#companies {
  padding: 96px 16px;
}
@media (min-width: 768px) and (max-width: 1160px) {
  #companies {
    padding: 96px 30px;
  }
}
#companies .inner {
  margin-bottom: 0;
  padding-top: 0;
}
.companies .list-companies ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto 48px;
  gap: 32px 0;
}
.companies .list-companies ul li {
  width: calc(25% - 24px);
}
.companies .list-companies ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s;
  padding: 23px 8px;
  border-radius: 8px;
  &:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  #companies {
    padding: 48px 0;
  }
  .companies {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .companies .list-companies ul {
    gap: 17px 0;
    justify-content: space-between;
  }
  .companies .list-companies ul li {
    width: 47.5%;
  }
  .companies .list-companies ul li a {
    width: 100%;
    padding: 14.5px 4px;
  }
}

/* HEADER */
#header {
  background-color: #D80C18;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#header .header_wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 21px 48px 20px;
  display: flex;
  justify-content: flex-end;
}
.logo-header {
  position: absolute;
  left: 48px;
  top: 0;
}
.logo-header a {
  padding-top: 3px;
  display: block;
  width: 111px;
  height: 117px;
  transition: all 0.5s 0s ease;
}
.logo-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header_nav_menu {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header_nav_menu a {
  color: #FFF;
  text-align: left;
  font-feature-settings: 'pwid' on, 'palt' on;
  font-size: 14px;
  font-weight: 600;
  line-height: 170%;
  display: block;
  position: relative;
}
.header_nav_menu a::before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s 0s ease;
}
.header_nav_menu .header_nav_menu_item-button::before {
  content: none;
}
.header_nav_menu a:not(.header_nav_menu_item-button):hover:before, .header_nav_menu .active::before {
  bottom: 0px;
  height: 2px;
  opacity: 1;
  visibility: visible;
}
.header_nav_menu .header_nav_menu_item-button {
  color: #D80C18;
  padding: 20px 31px;
  max-width: 218px;
  text-align: center;
  border-radius: 34.5px;
  background: #FFF;
  line-height: 19px;
  display: inline-block;
  transition: all 0.5s 0s ease;
}
.header_nav_menu .header_nav_menu_item-button:hover {
  background: #82050b;
  color: #FFF;
}
.header-toggle,.header-nav-sp {
  display: none;
}
.document {
  padding-top: 100px;
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .document {
    padding-top: 90px;
  }
  .logo-header a {
    width: 98px;
    height: 105px;
  }
  #header .header_wrap {
    padding: 21px 30px 20px;
  }
  .header_nav_menu {
    gap: 22px;
  }
  .header_nav_menu a {
    font-size: 12px;
  }
  .header_nav_menu .header_nav_menu_item-button {
    padding: 15px 25px;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  #header .header_wrap {
    padding: 2.1vw 4.8vw 2vw;
  }
  .logo-header {
    left: 4.8vw;
    top: 1vw;
  }
  .logo-header a {
    padding-top: 0.3vw;
    width: 9.5vw;
    height: 10.1vw;
  }
  .header_nav_menu {
    gap: 2.4vw;
  }
  .header_nav_menu a {
    font-size: 1.4vw;
  }
  .header_nav_menu a::before {
    bottom: 0.5vw;
  }
  .header_nav_menu .header_nav_menu_item-button {
    padding: 2vw 3.1vw;
    max-width: 21.8vw;
    border-radius: 3.45vw;
    line-height: 1.9vw;
  }
  .document {
    padding-top: 10vw;
  }
}
@media( max-width: 768px ) {
  .document {
    padding-top: 48px;
  }
  #header {
    height: 48px;
  }
  #header .header_wrap::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 2px;
    background: url('../img/bg-header.svg');
    width: 26px;
    height: 46px;
  }
  .header-nav {
    display: none;
  }
  .header-nav-sp {
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    background-color: #D80C18;
    transition: all 0.4s 0.2s ease;
    overflow: scroll;
  }
  .header-toggle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    cursor: pointer;
    width: 44px;
    height: 44px;
  }
  .header-toggle span {
    position: absolute;
    width: 19px;
    height: 2px;
    left: 13px;
    background: #fff;
    transform: rotate(0);
    transform-origin: 50%;
    transition: top 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.1s 0.3s, transform 0.3s 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .header-toggle_1 {
    top: 10px;
  }
  .header-toggle_2 {
    top: 17px;
  }
  .header-toggle_3 {
    top: 24px;
  }
  .header-toggle .header-label {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 44px;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-size: 7px;
    line-height: 7px;
    color: #fff;
    background: none;
    text-align: center;
  }
  .is-open .header-toggle .header-toggle_1 {
    transform: translateY(7px) rotate(45deg);
  }
  .is-open .header-toggle .header-toggle_2 {
    opacity: 0;
  }
  .is-open .header-toggle .header-toggle_3 {
    transform: translateY(-7px) rotate(-45deg);
  }

  .logo-header {
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 50px;
    z-index: 3;
    transition: all 0.5s 0s ease;
  }
  .logo-header a {
    width: 48px;
    height: 50px;
  }
  .is-open .logo-header {
    top: 25px;
  }
  .is-open .header-nav-sp {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .header_nav_menu {
    display: block;
    padding: 0 40px;
    overflow: scroll;
    padding-top: 113px;
  }
  .header_nav_menu li {
    margin-bottom: 16px;
  }
  .header_nav_menu li:last-child {
    padding-top: 18.5px;
    display: flex;
    justify-content: center;
  }
  .header_nav_menu li a:not(.header_nav_menu_item-button) {
    padding: 16px 0;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.8px;
    border-bottom: 1px solid #CCC;
  }
  .header_nav_menu a::before {
    content: none;
  }
  .header_nav_menu .header_nav_menu_item-button {
    font-size: 14px;
    line-height: 16px;
  }
}
/* SLIDER */
.partner_slide {
  position: relative;
  padding-top: 96px;
}
.partner_slide .bx-wrapper {
  max-width: 100% !important;
}
.partner_slide .bx-viewport {
  height: auto !important;
}
.partner_slide .inner {
  max-width: 100%;
  padding-top: 0;
}
.partner_slide .content {
  position: relative;
  z-index: 2;
}
.partner_slide .slide {
  display: flex;
  flex-flow: row wrap;
  gap: 32px;
  width: 3000% !important;
  margin-left: 32px;
}
@media(max-width: 768px) {
  .partner_slide .slide {
    gap: 16px;
    margin-left: 16px;
  }
}

.partner_slide::before,.partner_slide::after {
  content: '';
  position: absolute;
}
.partner_slide::before {
  width: 82%;
  height: 95.5%;
  border-radius: 0px 32px 32px 0px;
  background: #F3F3F3;
  left: 0;
  top: 0;
}
.partner_slide::after {
  width: 30%;
  height: 84%;
  border-radius: 32px 0px 0px 32px;
  background: #D80C18;
  right: 0;
  bottom: 0;
}
@media(max-width: 768px) {
  .partner_slide {
    padding-top: 48px;
  }
  .partner_slide::before {
    width: 96%;
    height: 97.8%;
  }
  .partner_slide::after {
    width: 14%;
    height: 83.3%;
  }
}
.partner_slide .slide_item {
  border-radius: 8px;
  border: 1px solid #CCC;
  background: #FFF;
  overflow: hidden;
}
.partner_slide .slide_card_picture {
  height: 267px;
}
@media(max-width: 768px) {
  .partner_slide .slide_card_picture {
    height: 188px;
  }
}
.partner_slide .slide_card_picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner_slide .slide_card_desp {
  padding: 32px;
  color: #2E2727;
  font-size: 14px;
  font-weight: 600;
  line-height: 170%;
}
.partner_slide .slide_item_card_sub {
  color: #D80C18;
}
.partner_slide .slide_item_card_title {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
  font-weight: 600;
}
.partner_slide .slide_item_card_body {
  font-weight: 300;
  line-height: 170%;
  font-size: 14px;
  letter-spacing: 0;
}
@media(max-width: 768px) {
  .partner_slide .slide_card_desp {
    padding: 20px;
    font-size: 12px;
    line-height: 128%;
  }
  .partner_slide .slide_item_card_title {
    font-size: 18px;
    letter-spacing: 0.72px;
    margin-bottom: 8px;
  }
  .partner_slide .slide_item_card_body {
    font-size: 12px;
  }
}
.partner_slide .bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  background: #BEBEBE;
  border-radius: 50%;
  display: inline-block;
}
@media(max-width: 768px) {
  .partner_slide .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
  }
}
.partner_slide .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #D80C18;
}
.partner_slide .bx-controls {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 0 76px;
}
@media(max-width: 768px) {
  .partner_slide .bx-controls {
    bottom: 38px;
    padding: 0 40px;
  }
}
@media(max-width: 600px) {
  .partner_slide .bx-controls {
    padding: 0 38px;
  }
}
.partner_slide .bx-pager {
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 56px;
}
@media(max-width: 768px) {
  .partner_slide .bx-pager {
    min-height: 32px;
  }
}
.partner_slide .bx-pager-item {
  display: inline-block;
  margin: 0 12px;
}
.partner_slide .bx-next,.bx-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 28px;
  border: 1px solid #D80C18;
  background: #FFF;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(max-width: 768px) {
  .partner_slide .bx-pager-item {
    margin: 0 8px;
    display: flex;
    align-items: center;
  }
  .partner_slide .bx-next,.bx-prev {
    width: 32px;
    height: 32px;
  }
}
@media(max-width: 600px) {
  .partner_slide .bx-pager-item {
    margin: 0 6px;
  }
}
.partner_slide .bx-controls-direction a:focus {
  border: 1px solid #D80C18;
}
.partner_slide .bx-prev {
  left: 0;
}
.partner_slide .bx-next {
  right: 0;
}
.partner_slide .slide_wrapper {
  position: relative;
  padding-bottom: 165px;
}
.partner_slide .arrow_left,.partner_slide .arrow_right {
  width: 24px;
  height: 24px;
  display: block;
} 
@media(max-width: 768px) {
  .partner_slide .slide_wrapper {
    padding-bottom: 98px;
  }
  .partner_slide .arrow_left,.partner_slide .arrow_right {
    width: 18px;
    height: 18px;
  }
}
.partner_slide .arrow_left {
  background: url('../img/arrow_forward_ios_l.svg') no-repeat center / contain;
}
.partner_slide .arrow_right {
  background: url('../img/arrow_forward_ios_r.svg') no-repeat center / contain;
}
.partner_slide .hdg_lv2 {
  color: #D80C18;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1.6px;
  padding: 0;
  margin-bottom: 50px;
  border: 0;
}
.partner_slide .hdg_lv2 span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.56px;
  padding-top: 10px;
}
.partner_slide .hdg_lv2::before,.hdg_lv2::after {
  content: none;
}

.footer {
  margin-top: 0;
}
@media(max-width: 1000px) {
  .partner_slide .hdg_lv2 {
    font-size: 30px;
  }
}
@media(max-width: 768px) {
  .partner_slide .hdg_lv2 {
    font-size: 24px;
    letter-spacing: 0.96px;
    margin-bottom: 30px;
  }
  .partner_slide .hdg_lv2 span {
    font-size: 12px;
    font-weight: 300;
    line-height: 170%;
    padding: 0;
  }
}
