@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew400";
  src: url("../font/ZenKakuGothicNew-Regular.woff");
}
@font-face {
  font-family: "zenKakuGothicNew500";
  src: url("../font/ZenKakuGothicNew-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew700";
  src: url("../font/ZenKakuGothicNew-Bold.woff");
}
@font-face {
  font-family: "departureMono400";
  src: url("../font/DepartureMono-Regular.woff");
}
@font-face {
  font-family: "bahnschrift350";
  src: url("../font/bahnschrift.ttf");
}
@font-face {
  font-family: "bahnschrift600";
  src: url("../font/bahnschrift.ttf");
}
@font-face {
  font-family: "inter500";
  src: url("../font/Inter-VariableFont_opsz_wght.woff");
}
@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "notoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
.partner {
  position: relative;
}
.partner:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent calc(100% - 1px), #f6f6f6 calc(100% - 1px));
  background-size: 865px 865px;
  background-repeat: repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1079px) {
  .partner:before {
    background-size: 200px 200px;
  }
}

.partner__section {
  overflow: hidden;
}

.partner__topDotWrap01 .partner_top_dot {
  top: 8rem;
  right: 16rem;
}
@media screen and (max-width: 1079px) {
  .partner__topDotWrap01 .partner_top_dot {
    right: 0;
  }
}
.partner__topDotWrap01 .partner_top_dot02 {
  top: 320px;
  left: 50%;
}

.partner__sectionDotWrap01 .partner_sec_dot01 {
  top: -20px;
  left: -80px;
}
@media screen and (max-width: 1079px) {
  .partner__sectionDotWrap01 .partner_sec_dot01 {
    left: 0;
  }
}
.partner__sectionDotWrap01 .partner_sec_dot02 {
  top: 380px;
  left: -100px;
}
.partner__sectionDotWrap01 .partner_sec_dot03 {
  top: 283px;
  right: -130px;
}
.partner__sectionDotWrap01 .partner_sec_dot04 {
  top: 30%;
  right: -78px;
}
.partner__sectionDotWrap01 .partner_sec_dot05 {
  bottom: 740px;
  left: -90px;
}
.partner__sectionDotWrap01 .partner_sec_dot06 {
  bottom: 0;
  left: -40px;
}
@media screen and (max-width: 1079px) {
  .partner__sectionDotWrap01 .partner_sec_dot06 {
    left: 0;
  }
}
.partner__sectionDotWrap01 .partner_sec_dot07 {
  right: 65px;
  bottom: 246px;
}
@media screen and (max-width: 1079px) {
  .partner__sectionDotWrap01 .partner_sec_dot07 {
    right: 0;
  }
}
.partner__sectionDotWrap01 .partner_sec_dot08 {
  right: 207px;
  bottom: 0;
}
@media screen and (max-width: 1079px) {
  .partner__sectionDotWrap01 .partner_sec_dot08 {
    right: 80px;
  }
}

.partner__section {
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(36, 82, 226, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(36, 82, 226, 0.2) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
  border-top: 1px solid rgba(36, 82, 226, 0.2);
  border-bottom: 1px solid rgba(36, 82, 226, 0.2);
}
@media screen and (min-width: 1080px) {
  .partner__section {
    padding: 80px 40px 120px;
    margin-top: 150px;
  }
}
@media screen and (max-width: 1079px) {
  .partner__section {
    padding: 50px 0 120px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1079px) {
  .partner__section .inner {
    width: calc(100% - 20px);
  }
}

.partner__sectionList {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 1080px) {
  .partner__sectionList {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 30px;
  }
}
@media screen and (max-width: 1079px) {
  .partner__sectionList {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.partner__sectionBox {
  cursor: pointer;
}

.partner__sectionName {
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.25;
}
@media screen and (max-width: 1079px) {
  .partner__sectionName {
    margin-top: 10px;
  }
}

.partner__sectionBoard {
  color: #2452E2;
  font-size: 12px;
  display: block;
}

.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.modal__close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -52px;
  right: 0;
  cursor: pointer;
}
.modal__close:before {
  content: "";
  background: url("../img/page/partner/icon-close.svg") no-repeat center/contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(100% - 40px, 1100px);
  height: calc(100% - 320px);
  z-index: 1000;
}
@media screen and (max-width: 1079px) {
  .modal__container {
    top: 75%;
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
    height: calc(100% - 160px);
  }
}

.modal__content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: #E4F2FF;
  text-align: left;
  padding: 100px;
}
@media screen and (max-width: 1079px) {
  .modal__content {
    padding: 50px 30px;
  }
}
.modal__content::-webkit-scrollbar {
  width: 8px;
}
.modal__content::-webkit-scrollbar-thumb {
  border-radius: 8px;
}
.modal__content:before {
  content: "";
  position: absolute;
  background: url("../img/page/partner/square_top.svg") repeat-x top/cover;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
}
@media screen and (max-width: 1079px) {
  .modal__content:before {
    background: url("../img/page/partner/square_top_sp.svg") repeat-x top/cover;
  }
}

@media screen and (min-width: 1080px) {
  .modal__profile {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 348px 50px auto;
    grid-template-columns: 348px auto;
    gap: 0 50px;
  }
}
@media screen and (max-width: 1079px) {
  .modal__profile {
    display: block;
  }
}

@media screen and (max-width: 1079px) {
  .modal__box {
    margin-top: 30px;
  }
}

.modal__sectionName {
  font-size: 12px;
  color: #2452E2;
  text-align: left;
}

.modal__sectionBoard {
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 5px;
  color: #2452E2;
}

.modal__sectionName {
  color: #000;
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  margin-top: 10px;
  font-size: 26px;
  line-height: 1.25;
}

.modal__sectionRoma {
  padding-top: 10px;
  font-size: 14px;
  display: block;
  font-family: departureMono400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 1079px) {
  .modal__sectionRoma {
    font-size: 10px;
  }
}

.modal__sectionText {
  margin-top: 30px;
}