@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;
  }
}
.br::before {
  content: "\a";
  white-space: pre;
}

.spbr::before {
  content: "\a";
  white-space: pre;
}

.sptbbr::before {
  content: "\a";
  white-space: pre;
}

@media screen and (min-width: 768px) {
  .spbr::before {
    content: "";
    white-space: unset;
  }
  .tbpcbr::before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 1025px) {
  .sptbbr::before {
    content: "";
    white-space: unset;
  }
  .pcbr::before {
    content: "\a";
    white-space: pre;
  }
}
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);
  }
}
* {
  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");
}
.parts__contact {
  background: linear-gradient(75deg, rgba(255, 159, 192, 0.3019607843), rgba(255, 196, 101, 0.3019607843));
  padding: 50px 7.5%;
  text-align: center;
  margin-bottom: 90px;
}
.parts__contact--detail {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 35px;
}
.parts__contact--point {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 35px;
}
.parts__contact--point.marker {
  display: inline-block;
  background-image: linear-gradient(#FFF46F, #FFF46F);
  background-size: 0 50%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: 0.8s;
}
.parts__contact--point.marker.active {
  background-size: 100% 50%;
}
.parts__contact--link {
  text-decoration: none;
  background-color: white;
  display: block;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 23px;
  border-radius: 50px;
  max-width: 362px;
  margin: 0 auto;
  color: #000;
}
.parts__more {
  text-align: right;
}
.parts__more a {
  display: inline-block;
  padding: 10px 70px 10px 20px;
  border: 2px solid #000;
  border-radius: 40px;
  text-decoration: none;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}
.parts__more .btnarrow5::before {
  right: 16px;
}
.parts__more .btnarrow5::after {
  right: 21px;
}

@media screen and (min-width: 768px) {
  .parts__contact {
    padding: 140px 7.5%;
  }
  .parts__contact--detail {
    font-size: 3.2rem;
    margin-bottom: 50px;
  }
  .parts__contact--point {
    font-size: 4rem;
    margin-bottom: 60px;
  }
  .parts__contact--point.marker {
    display: inline-block;
    background-image: linear-gradient(#FFF46F, #FFF46F);
    background-size: 0 50%;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: 0.8s;
  }
  .parts__contact--point.marker.active {
    background-size: 100% 50%;
  }
  .parts__contact--link {
    text-decoration: none;
    background-color: white;
    display: block;
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    padding: 23px;
    border-radius: 50px;
    max-width: 362px;
    margin: 0 auto;
  }
}
.serviceDetail {
  padding: 0 7.5%;
  max-width: 1200px;
  margin: 0 auto;
}
.serviceDetail h2 span:before {
  content: "PROGRAMMING";
}
.serviceDetail .service__detail--left h3 {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 35px;
}
.serviceDetail .service__detail--left p {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 3.8;
  margin-bottom: 30px;
}
.serviceDetail .service__detail--right {
  margin-bottom: 60px;
}
.serviceDetail .service__detail--right img {
  width: 100%;
  height: auto;
}
.serviceDetail .service__thought {
  margin-bottom: 80px;
}
.serviceDetail .service__thought h3 {
  font-size: 2rem;
  margin-bottom: 35px;
}
.serviceDetail .service__thought p {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 3.8;
  margin-bottom: 40px;
}
.serviceDetail .service__thought--left img {
  width: 100%;
  margin-bottom: 20px;
}
.serviceDetail .service__thought--link {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #FF9FC0;
  background-color: #fff;
  border: 2px solid #FF9FC0;
  border-radius: 60px;
  transition: 0.3s;
}
.serviceDetail .service__thought--link:not(:last-child) {
  margin-bottom: 16px;
}
.serviceDetail .service__thought--link:hover {
  background-color: #FF9FC0;
  color: #fff;
}
.serviceDetail .service__list {
  margin-bottom: 80px;
}
.serviceDetail .service__list h3 {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 35px;
}
.serviceDetail .service__list--item {
  margin-bottom: 48px;
}
.serviceDetail .service__list--item h4 {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.serviceDetail .service__list--item--left {
  margin-bottom: 30px;
}
.serviceDetail .service__list--item--right img {
  width: 100%;
  margin-bottom: 30px;
}
.serviceDetail .service__list--link {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 20px 0;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  background-color: #FF9FC0;
  border-radius: 60px;
}
.serviceDetail .service__list--link--pc {
  display: none;
}
.serviceDetail .service__event {
  padding: 0 7.5%;
}
.serviceDetail .service__event h3 {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.serviceDetail .service__event h3:before {
  position: absolute;
  display: block;
  content: "Event";
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  top: -15px;
}
.serviceDetail .service__event__wrap {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.serviceDetail .service__event__list {
  display: flex;
  box-shadow: 0px 0px 20px rgba(170, 170, 170, 0.1490196078);
  text-decoration: none;
  color: #000;
}
.serviceDetail .service__event__list--left {
  width: 36%;
}
.serviceDetail .service__event__list--right {
  display: flex;
  flex-direction: column;
  padding: 12px 18px 20px 15px;
  width: 64%;
}
.serviceDetail .service__event__list--title {
  order: 3;
  line-height: 1.83;
}
.serviceDetail .service__event__list--photo {
  order: 1;
  width: 100%;
  height: 100%;
}
.serviceDetail .service__event__list--photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.serviceDetail .service__event__list--date {
  order: 2;
  margin-bottom: 10px;
}
.serviceDetail .service__event__list--description {
  order: 4;
  display: none;
}

.line {
  padding: 0 3.5%;
  margin-bottom: 70px;
}
.line__wrap {
  background-color: #06C755;
  color: #fff;
  border-radius: 10px;
  padding: 28px 23px 30px;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  display: block;
}
.line__wrap:hover {
  opacity: 0.8;
}
.line__wrap:after {
  width: 40%;
  display: block;
  content: "";
  position: absolute;
  height: 120%;
  bottom: 0;
  left: 10px;
  background-size: 100%;
}
.line__wrap h3 {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 17px;
}
.line__title {
  text-align: center;
  font-family: "LINESeedJP";
  font-weight: 700;
  font-size: 2.2rem;
}
.line__title--sub {
  font-family: "LINESeedJP";
  font-weight: 700;
  font-size: 1.4rem;
}
.line__description {
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .line {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3.5%;
    margin-bottom: 70px;
  }
  .line__wrap {
    display: flex;
    justify-content: center;
    padding-right: 7%;
    align-items: center;
  }
  .line__wrap:after {
    max-width: 231px;
    height: 150%;
    left: 10px;
  }
  .line__description {
    padding-left: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .serviceDetail .service__detail {
    display: flex;
    margin-bottom: 145px;
  }
  .serviceDetail .service__detail--left {
    width: 40%;
    padding-right: 42px;
  }
  .serviceDetail .service__detail--left h3 {
    font-size: 2.8rem;
  }
  .serviceDetail .service__detail--left p {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .serviceDetail .service__detail--right {
    width: 60%;
    margin-bottom: 0;
  }
  .serviceDetail .service__detail--right img {
    width: 100%;
    height: auto;
  }
  .serviceDetail .service__thought {
    margin-bottom: 100px;
  }
  .serviceDetail .service__thought--wrap {
    display: flex;
    flex-direction: row-reverse;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }
  .serviceDetail .service__thought h3 {
    font-size: 2.8rem;
  }
  .serviceDetail .service__list {
    margin-bottom: 140px;
  }
  .serviceDetail .service__list h3 {
    font-size: 2.8rem;
  }
  .serviceDetail .service__list--item {
    margin-bottom: 48px;
    display: flex;
    flex-direction: row-reverse;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .serviceDetail .service__list--item h4 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .serviceDetail .service__list--item p {
    font-size: 1.4rem;
  }
  .serviceDetail .service__list--item--left {
    margin-bottom: 30px;
  }
  .serviceDetail .service__list--item--right img {
    width: 100%;
    margin-bottom: 30px;
  }
  .serviceDetail .service__list--link--pc {
    display: block;
    margin-top: 30px;
  }
  .serviceDetail .service__list--link--sp {
    display: none;
  }
  .serviceDetail .service__event {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 120px;
  }
  .serviceDetail .service__event h3 {
    font-size: 3.8rem;
    margin-bottom: 50px;
  }
  .serviceDetail .service__event__wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 40px;
  }
  .serviceDetail .service__event__list {
    width: 30%;
    flex-direction: column;
  }
  .serviceDetail .service__event__list--left {
    width: 100%;
  }
  .serviceDetail .service__event__list--right {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 30px 37px;
  }
  .serviceDetail .service__event__list--title {
    margin-bottom: 10px;
  }
  .serviceDetail .service__event__list--date {
    margin-bottom: 15px;
  }
  .serviceDetail .service__event__list--description {
    display: block;
    line-height: 2;
  }
  .line {
    margin-bottom: 170px;
  }
  .line__wrap h3 {
    white-space: nowrap;
  }
  .line__wrap:after {
    left: 45px;
  }
  .line__title {
    font-size: 3.8rem;
  }
  .line__title--sub {
    font-size: 2.6rem;
  }
  .line__description {
    font-size: 1.6rem;
    word-break: keep-all;
  }
}/*# sourceMappingURL=programming.css.map */