@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
@font-face {
  font-family: 'AttenNew';
  src: url('../font/AttenNewRegular.otf') format('opentype');
  font-weight: 400;
  /* Regularの太さ */
  font-style: normal;
}
@font-face {
  font-family: 'AttenNew';
  src: url('../font/AttenNewBold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
.partner .pt_list {
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  column-gap: 50px;
}
@media screen and (max-width: 849px) {
  .partner .pt_list {
    margin-top: 90px;
    gap: 40px;
    column-gap: 20px;
  }
}
.partner .pt_list li {
  width: calc(25% - 37.5px);
}
@media screen and (max-width: 849px) {
  .partner .pt_list li {
    width: calc(50% - 10px);
  }
}
.partner .pt_list li .li_box {
  cursor: pointer;
}
.partner .pt_list li .li_box:hover {
  opacity: 1;
}
.partner .pt_list li .li_box:hover .logo {
  background: #BBBBBB;
}
.partner .pt_list li .logo {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  transition: 0.3s ease-in-out;
}
.partner .pt_list li .logo img {
  width: 69.1%;
  margin: auto;
}
@media screen and (max-width: 849px) {
  .partner .pt_list li .logo img {
    width: 58%;
  }
}
.partner .pt_list li .logo .nologo {
  text-align: center;
  color: #969696;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  padding: 0 20px;
}
@media screen and (max-width: 849px) {
  .partner .pt_list li .logo .nologo {
    padding: 0 10px;
    font-size: 9px;
    line-height: 1.4;
  }
}
.partner .pt_list li .name {
  text-align: center;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.01em;
  margin-top: 15px;
}
@media screen and (max-width: 849px) {
  .partner .pt_list li .name {
    margin-top: 10px;
    font-size: 16px;
  }
}
.partner .pt_txt {
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: 18px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 849px) {
  .partner .pt_txt {
    font-size: 16px;
    line-height: 1.9;
  }
}
