@charset "UTF-8";
* {
  letter-spacing: 0.1em;
  line-height: 2;
}

@font-face {
  font-family: "LINESeedJP";
  font-weight: 700;
  src: url("/wp-content/themes/djp_new/font/LINESeedJP_OTF_Bd.woff2") format("woff2");
}
@font-face {
  font-family: "LINESeedJP";
  font-weight: 400;
  src: url("/wp-content/themes/djp_new/font/LINESeedJP_OTF_Rg.woff2") format("woff2");
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}

.display__none--sp {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .display__none--tb {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .display__none--pc {
    display: none !important;
  }
}
.display__disp--sp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .display__disp--sp {
    display: none !important;
  }
  .display__disp--tb {
    display: block !important;
  }
}
@media screen and (min-width: 1025px) {
  .display__disp--pc {
    display: block !important;
  }
}
h2 {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  padding-bottom: 80px;
  padding-top: 126px;
  text-align: center;
  position: relative;
  z-index: 0;
}
h2 span {
  position: relative;
  letter-spacing: 0.1rem;
  z-index: -1;
}
h2 span:before {
  position: absolute;
  top: -25px;
  font-size: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  letter-spacing: 0.1rem;
  white-space: pre;
}
h2 span:after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 20%;
  display: block;
  width: 192px;
  height: 28px;
  background: url("/wp-content/themes/djp_new/img/common/header_mark.png");
  background-size: 100%;
  left: 60%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

@media screen and (min-width: 1025px) {
  h2 {
    font-size: 4.2rem;
    padding-top: 202px;
    padding-bottom: 277px;
  }
  h2 span:before {
    font-size: 1.4rem;
    top: -36px;
  }
  h2 span:after {
    width: 680px;
    height: 103px;
    background: url("/wp-content/themes/djp_new/img/common/header_mark-pc.png");
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: auto;
    left: 70%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }
}
.collaborating {
  padding: 0 7.5%;
}
.collaborating h2 span:before {
  content: "COLLABORATING SCHOOL";
}
.collaborating__pickup {
  margin-bottom: 50px;
}
.collaborating__pickup h3 {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 24px;
}
.collaborating__pickup--flex {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.collaborating__pickup--list {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #707070;
  text-decoration: none;
  color: #000;
}
.collaborating__pickup--name {
  order: 2;
  padding: 0px 24px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  padding-top: 24px;
  border-top: 1px solid #707070;
  line-height: 1.75;
}
.collaborating__pickup--images {
  order: 1;
}
.collaborating__pickup--images img {
  width: 100%;
}
.collaborating__pickup--todofuken {
  order: 3;
  display: inline-block;
  padding: 4px;
  text-align: right;
  margin: 0px 24px;
  margin-bottom: 10px;
  color: #707070;
}
.collaborating__pickup--description {
  order: 4;
  font-size: 1.2rem;
  margin: 0px 24px 24px;
  line-height: 2;
}
.collaborating__prefectures {
  margin-bottom: 50px;
}
.collaborating__prefectures h3 {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 24px;
}
.collaborating__prefectures--flex {
  display: flex;
  flex-direction: row;
  row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.collaborating__prefectures--list {
  display: flex;
  flex-direction: column;
  width: 48%;
  text-decoration: none;
  color: #000;
}
.collaborating__prefectures--name {
  order: 2;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  padding-top: 12px;
  line-height: 1.75;
}
.collaborating__prefectures--images {
  order: 1;
  line-height: 1;
}
.collaborating__prefectures--images img {
  width: 100%;
}
.collaborating__prefectures--todofuken {
  order: 3;
  display: inline-block;
  padding: 4px;
  text-align: right;
  color: #707070;
}
.collaborating__prefectures--description {
  order: 4;
  font-size: 1.2rem;
  line-height: 2;
}

@media screen and (min-width: 1025px) {
  .collaborating {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 120px;
  }
  .collaborating__pickup {
    margin-bottom: 100px;
  }
  .collaborating__pickup h3 {
    font-size: 2.8rem;
  }
  .collaborating__pickup--flex {
    flex-direction: row;
    -moz-column-gap: 3%;
         column-gap: 3%;
    flex-wrap: wrap;
  }
  .collaborating__pickup--list {
    width: 30%;
  }
  .collaborating__pickup--name {
    padding: 30px 30px 0;
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 1.75;
  }
  .collaborating__pickup--todofuken {
    font-size: 1.6rem;
  }
  .collaborating__pickup--description {
    font-size: 1.4rem;
  }
  .collaborating__prefectures h3 {
    font-size: 2.8rem;
  }
  .collaborating__prefectures--list {
    width: 23%;
  }
  .collaborating__prefectures--flex {
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-wrap: wrap;
    justify-content: start;
  }
  .collaborating__prefectures--name {
    font-size: 1.8rem;
    line-height: 1.75;
  }
  .collaborating__prefectures--todofuken {
    font-size: 1.6rem;
  }
  .collaborating__prefectures--description {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=collaborating.css.map */