@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  background-color: #222;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.l-inner {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .l-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-to-top-button {
  background: #6a6a6a;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
.c-to-top-button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .c-to-top-button {
    bottom: 92px;
    right: 16px;
  }
}

.c-link-button {
  padding-top: 100px;
  padding-bottom: 100px;
}

.c-link-button__1 {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  color: #EBEBEB;
  background-color: #222;
  border-radius: 30px;
  padding: 11px 41px 12px 42px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
.c-link-button__1:hover {
  opacity: 0.7;
  -webkit-box-shadow: 0 4px 4px 0 rgba(34, 34, 34, 0.4);
          box-shadow: 0 4px 4px 0 rgba(34, 34, 34, 0.4);
}

.c-link-button__2 {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 13px 0;
  background: #9F28FB;
  border-radius: 27px;
  width: 170px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-link-button__2:hover {
  opacity: 0.7;
  -webkit-box-shadow: 0 4px 4px 0 rgba(34, 34, 34, 0.4);
          box-shadow: 0 4px 4px 0 rgba(34, 34, 34, 0.4);
}

.c-link-button__2-text {
  display: block;
  font-size: 16px;
  color: #EBEBEB;
  font-weight: 700;
  line-height: 0.9375;
}

.c-link-button__2-icon {
  display: block;
}
.c-link-button__2-icon img {
  width: 14px;
}

.c-link-button__3 {
  display: inline-block;
  color: #EBEBEB;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 17px 86px 18px 87px;
  border: 1px solid #EBEBEB;
  border-radius: 30px;
  background-color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-link-button__3:hover {
  opacity: 0.7;
  -webkit-box-shadow: 0 4px 4px 0 rgba(34, 34, 34, 0.4);
          box-shadow: 0 4px 4px 0 rgba(34, 34, 34, 0.4);
}

.c-link-button__4 {
  display: inline-block;
  color: #EBEBEB;
  font-weight: 700;
  line-height: 1;
  background-color: #9F28FB;
  border-radius: 30px;
  text-align: center;
  padding: 17px 63px 18px 64px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-link-button__4:hover {
  opacity: 0.7;
  -webkit-box-shadow: 0 4px 4px 0 rgba(34, 34, 34, 0.4);
          box-shadow: 0 4px 4px 0 rgba(34, 34, 34, 0.4);
}

.c-card {
  width: 312px;
  background-color: #EBEBEB;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .c-card {
    margin-left: auto;
    margin-right: auto;
  }
}

.c-card__inner {
  max-width: 100%;
  padding: 30px 19px;
  margin-left: auto;
  margin-right: auto;
}

.c-card__category-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.c-card__category {
  padding: 7px 12px;
  text-align: center;
  border-radius: 19.5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #EBEBEB;
}

.c-card__category--blue {
  background-color: #569AFF;
}

.c-card__category--pink {
  background-color: #EF6BAB;
}

.c-card__category--orange {
  background-color: #EE933E;
}

.c-card__category--green {
  background-color: #18BE64;
}

.c-card__img-group {
  position: relative;
  margin-top: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-card__img-group img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-card__img-group:hover {
  cursor: pointer;
}
.c-card__img-group:hover img {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}
.c-card__img-group:hover .c-card__img-group-text {
  opacity: 1;
}

.c-card__img-group-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-card__img-group-text--bottom-left {
  position: absolute;
  left: 10.34px;
  bottom: 8.46px;
}

.c-card__img-group-text--bottom-right {
  position: absolute;
  right: 10.34px;
  bottom: 8.46px;
}

.c-card__img-group-text--top-right {
  position: absolute;
  right: 10.34px;
  top: 8.46px;
}

.c-card__img-group-text--top-left {
  position: absolute;
  left: 10.34px;
  top: 8.46px;
}

.c-card__company-group {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-card__company-name-main {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.c-card__company-name-sub {
  margin-top: 8px;
  color: #6B6B6B;
  line-height: 1.2;
}

.c-card__favorite {
  margin-top: 3px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 24px;
  cursor: pointer;
}

.c-card__favorite.is-active {
  background-image: url(../img/favorite-icon-pink.png);
}

.c-card__favorite:not(.is-active) {
  background-image: url(../img/favorite-icon-gray.png);
}

.c-card__creator-group {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.c-card__creator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-card__creator-icon img {
  width: 30px;
  height: 30px;
}

.c-card__creator-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.c-card__creator-blue {
  color: #569AFF;
}

.c-card__creator-pink {
  color: #EF6BAB;
}

.c-card__creator-orange {
  color: #EE933E;
}

.c-card__creator-green {
  color: #18BE64;
}

.c-card__text {
  margin-top: 12px;
  color: #6B6B6B;
}

.c-card__link-group {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-card__link-detail {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-card__link-detail:hover {
  opacity: 0.7;
}

.c-card__link-page {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding-right: 13px;
  padding-bottom: 5px;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-card__link-page:hover {
  opacity: 0.7;
}
.c-card__link-page::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: url("../img/Vector-black.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 9px;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}

.p-header.scrolled {
  background-color: rgba(100, 100, 100, 0.7);
}
.p-header.scrolled .p-header__logo img {
  content: url("../img/header-logo-white.png");
}
.p-header.scrolled .p-header__nav-link {
  color: #EBEBEB;
}
.p-header.scrolled .p-header__nav-link:hover {
  border-bottom: 1px solid #EBEBEB;
}
.p-header.scrolled .c-link-button__1 {
  color: #222;
  background-color: #EBEBEB;
}

.p-header__inner {
  padding: 21px 0;
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .p-header__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.p-header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 197px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1013px) {
  .p-header__contents {
    gap: 50px;
  }
}

.p-header__logo {
  display: block;
}
.p-header__logo img {
  content: url("../img/logo.png");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 225px;
}
@media screen and (min-width: 768px) and (max-width: 1013px) {
  .p-header__logo img {
    max-width: 176px;
  }
}

.p-header__nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1013px) {
  .p-header__nav-lists {
    gap: 15px;
  }
}

.p-header__nav-list-button {
  margin-left: 2px;
}

.p-header__nav-link {
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
  transition: all 0.3s;
}
.p-header__nav-link:hover {
  border-bottom: 1px solid #222;
}

.p-fv {
  background-repeat: no-repeat;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5.58%, #222), color-stop(54.9%, rgba(34, 34, 34, 0))), url(../img/fv-bg-pc.png);
  background: linear-gradient(360deg, #222 5.58%, rgba(34, 34, 34, 0) 54.9%), url(../img/fv-bg-pc.png);
  background-size: cover;
  height: 700px;
}
@media screen and (max-width: 767px) {
  .p-fv {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(5.58%, #222), color-stop(54.9%, rgba(34, 34, 34, 0))), url(../img/fv-bg-sp.png);
    background: linear-gradient(360deg, #222 5.58%, rgba(34, 34, 34, 0) 54.9%), url(../img/fv-bg-sp.png);
    height: 473px;
    width: 100%;
    background-size: cover;
  }
}

.p-fv__inner {
  padding-top: 163px;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    padding-top: 86px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .p-fv__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.p-fv__head {
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__head {
    font-size: 14px;
  }
}

.p-fv__head-logo {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-fv__head-logo {
    margin-top: 18px;
    max-width: 292px;
  }
}
.p-fv__text {
  color: #fff;
  margin-top: 44px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    margin-top: 22px;
    font-size: 12px;
  }
}

.p-swiper {
  position: relative;
  width: 100%;
}

.p-swiper__wrapper {
  position: absolute;
  top: -224px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-swiper__wrapper {
    top: -207px;
  }
}

.p-swiper__inner {
  padding-bottom: 71px;
}
@media screen and (max-width: 767px) {
  .p-swiper__inner {
    padding-bottom: 43px;
  }
}

.p-swiper__swiper-slide {
  width: 312px;
}

.swiper-slide {
  width: 312px !important;
}

/* プログレスバーの位置を下に移動 */
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 0;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* プログレスバーの高さ変更 */
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 1px;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 200px;
  }
}

/* プログレスバーの背景色変更 */
.swiper-pagination-progressbar {
  background-color: #fff;
}

/* プログレスバーの色変更 */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #9F28FB;
}

.p-swiper__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-message {
  background: #222;
}

.p-message__inner {
  max-width: 850px;
  padding-top: 547px;
  padding-bottom: 192px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .p-message__inner {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-message__inner {
    padding-left: 39px;
    padding-right: 39px;
    padding-top: 494px;
    padding-bottom: 84px;
    width: 100%;
  }
}

.p-message__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12%;
}
@media screen and (max-width: 767px) {
  .p-message__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.p-message__img {
  width: 109%;
}
@media screen and (max-width: 767px) {
  .p-message__img {
    width: 182px;
  }
}
.p-message__img img {
  width: 100%;
}

.p-message__texts {
  margin-top: 237px;
}
@media screen and (max-width: 767px) {
  .p-message__texts {
    margin-top: 0;
  }
}

.p-message__text {
  color: #EBEBEB;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.1;
}
.p-message__text:nth-child(n+2) {
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    font-size: 15px;
    line-height: 1.9;
  }
}

.p-sp-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 78px;
  z-index: 100;
}

.p-sp-header.scrolled {
  background-color: rgba(100, 100, 100, 0.7);
}

.p-sp-header__inner {
  padding: 25px 20px;
}

.p-sp-header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-sp-header__logo {
  display: block;
}
.p-sp-header__logo img {
  width: 31.828px;
}

.p-sp-header__nav-menu-bar {
  width: 48px;
}
.p-sp-nav {
  width: 220px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 200;
  background-color: rgba(34, 34, 34, 0.75);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.p-sp-nav.is-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-sp-nav__inner {
  padding-top: 21px;
  padding-left: 34px;
  padding-right: 30px;
}

.p-sp-nav__close-button {
  text-align: right;
}
.p-sp-nav__close-button img {
  width: 33px;
}

.p-sp-nav__list:nth-child(n+2) {
  margin-top: 32px;
}

.p-sp-nav__link {
  color: #EBEBEB;
  font-weight: 700;
  line-height: 1;
}

.p-works {
  background: #222;
}

.p-works__inner {
  padding-bottom: 144px;
}
@media screen and (max-width: 767px) {
  .p-works__inner {
    padding-left: 39px;
    padding-right: 39px;
    padding-bottom: 70px;
  }
}

.p-works__title-wrapper {
  text-align: center;
}

.p-works__main-title img {
  width: 98px;
}
@media screen and (max-width: 767px) {
  .p-works__main-title img {
    width: 85px;
  }
}

.p-works__sub-title {
  margin-top: 8px;
  color: #EBEBEB;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-works__sub-title {
    margin-top: 13px;
    font-size: 13px;
    line-height: 1;
  }
}

.p-works__category-group {
  margin-top: 58px;
}
.p-works__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-works__category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-top: 21px;
  }
}

.p-works__category-button {
  padding: 13px 40px;
  border-radius: 20px;
  text-align: center;
  color: #EBEBEB;
  font-size: 16px;
  font-weight: 700;
  line-height: 0.875;
  background-color: transparent;
  border: 1px solid #EBEBEB;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
.p-works__category-button:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-works__category-button {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-works__category-button.all.active {
  background-color: #9F28FB;
  border: none;
}

.p-works__category-all.all.border-only {
  background-color: transparent;
  border: 1px solid #EBEBEB;
}

.p-works__category-coding.active {
  background-color: #EF6BAB;
  border: none;
}

.p-works__category-design.active {
  background-color: #569AFF;
  border: none;
}

.p-works__category-movie.active {
  background-color: #18BE64;
  border: none;
}

.p-works__category-writing.active {
  background-color: #EE933E;
  border: none;
}

.p-works__tag-group {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-works__tag-group {
    margin-top: 31px;
    gap: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-works__tag-group2 {
  margin-top: 32px;
}

.p-works__tag-button {
  border: 1px solid #EBEBEB;
  padding: 13px 25px;
  border-radius: 20px;
  text-align: center;
  color: #EBEBEB;
  font-size: 16px;
  font-weight: 700;
  line-height: 0.875;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
.p-works__tag-button:hover {
  cursor: pointer;
}

.p-works__tag-button.active {
  background-color: #727272;
  border: none;
}

.p-works__refine-button {
  margin-top: 60px;
}
.p-works__refine-button .c-link-button__2 {
  margin-left: auto;
  margin-right: auto;
}
.p-works__refine-button .c-link-button__2:hover {
  cursor: pointer;
}

.p-works__cards {
  margin-top: 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-works__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 56px;
  }
}

.p-works__card {
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-works__card.show {
  display: block;
}

.p-works__view-more-button {
  margin-top: 145px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-works__view-more-button {
    margin-top: 39px;
  }
}

.p-works__sp-filter-buttons {
  margin-top: 48px;
}

.p-works__sp-button {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  position: relative;
  background-color: #9F28FB;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 66px;
  border-radius: 25px;
  color: #EBEBEB;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.p-works__sp-button::after {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 7px;
}

.p-works__sp-category-button {
  padding-right: 104px;
}

.p-works__sp-refine-button {
  margin-top: 24px;
  padding-right: 88px;
}

.p-works__slide-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  width: 100%;
  -webkit-transform: translate(100%);
          transform: translate(100%);
  background-color: rgba(34, 34, 34, 0.75);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  padding: 30px 31px;
}

.p-works__slide-panel.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-works__close-panel {
  text-align: right;
}
.p-works__close-panel img {
  width: 33px;
}

.p-course {
  position: relative;
  background-color: #EBEBEB;
  z-index: 10;
}

.p-course__bg {
  position: absolute;
  content: "";
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 83%;
  height: 92%;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-course__bg {
    top: 31px;
    background-image: url(../img/footer-bg-sp.png);
    width: 90%;
    height: 91%;
    background-size: cover;
  }
}

.p-course__inner {
  z-index: 10;
  padding-top: 88px;
  padding-bottom: 151px;
}
@media screen and (max-width: 767px) {
  .p-course__inner {
    padding-top: 53px;
    padding-bottom: 72px;
  }
}

.p-course__title-wrapper {
  text-align: center;
}

.p-course__title-sub {
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-course__title-sub {
    font-size: 14px;
    line-height: 1.65;
  }
}

.p-course__title-main {
  margin-top: 26px;
}
.p-course__title-main img {
  width: 371px;
}
@media screen and (max-width: 767px) {
  .p-course__title-main img {
    width: 242px;
  }
}
@media screen and (max-width: 767px) {
  .p-course__title-main {
    margin-top: 12px;
  }
}

.p-course__title-text {
  margin-top: 26px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-course__title-text {
    margin-top: 26px;
    font-size: 15px;
  }
}

.p-course__summary-contents {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .p-course__summary-contents {
    margin-top: 39px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.p-course__summary-content {
  background-color: #fff;
  width: 260px;
  height: 99px;
  padding: 12px 10px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-course__summary-content {
    padding: 12px 0;
    width: 248px;
    height: 66px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-course__summary-text {
  text-align: center;
  vertical-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-course__summary-text {
    font-size: 13px;
  }
}

.p-course__summary-text-margin {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .p-course__summary-text-margin {
    margin-top: 0;
  }
}

.p-course__list-contents {
  margin-top: 80px;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
}

.p-course__list-content-left {
  padding-top: 11px;
  border-top: 1px solid #6B6B6B;
  width: 135px;
}

.p-course__list-title {
  font-weight: 700;
  line-height: 2.1;
}

.p-course__list-content-right {
  border-top: 1px solid #6B6B6B;
}

.p-course__list-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 11px;
  padding-bottom: 33px;
  padding-left: 9px;
  gap: 36px;
}

.p-course__list-details-border {
  border-top: 1px solid #6B6B6B;
  gap: 55px;
}

.p-course__list-detail-title {
  position: relative;
  font-weight: 700;
  line-height: 2.1;
}
.p-course__list-detail-title::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -9px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #9F28FB;
}

.p-course__list-detail-name {
  line-height: 2.1;
}

.p-course__span-color {
  color: #9F28FB;
  line-height: 2.1;
}

.p-course__view-more-button {
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-course__view-more-button {
    margin-top: 56px;
  }
}

.p-footer {
  background-color: #222;
}

.p-footer__inner {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 54px;
    padding-bottom: 42px;
  }
}

.p-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer__logo {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    text-align: center;
  }
}
.p-footer__logo img {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .p-footer__logo img {
    width: 282px;
  }
}

.p-footer__icons {
  display: block;
  margin-top: 26px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__icons {
    margin-top: 34px;
    text-align: center;
  }
}
.p-footer__icons:hover {
  opacity: 0.7;
}

.p-footer__content-right {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .p-footer__content-right {
    width: 100%;
    margin-top: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .p-footer__content-right {
    width: 50%;
  }
}

.p-footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-footer__lists1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-footer__lists2 {
  margin-top: 25px;
  gap: 126px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .p-footer__lists2 {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__lists3 {
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer__lists4 {
  margin-top: 13px;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer__link {
  color: #EBEBEB;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__link {
    font-size: 13px;
    line-height: 1.07692;
  }
}
.p-footer__link:hover {
  opacity: 0.7;
}

.p-footer__attention {
  margin-top: 63px;
  color: #EBEBEB;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-footer__attention {
    margin-top: 58px;
  }
}

.p-footer__copyright {
  margin-top: 38px;
  color: #EBEBEB;
  font-size: 13px;
  line-height: 1.07692;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-top: 24px;
  }
}

.u-separate {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (min-width: 1000px) {
  .u-hidden-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .u-hidden-tab {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}