@charset "UTF-8";
/* ==============================================================================
# mobileFont
============================================================================== */
body,
html {
  height: 100%;
  margin: 0;
  color: #333333;
  font-family: "M PLUS 1p", sans-serif;
}

* {
  font-size: 16px;
}

@media screen and (max-width: 1267px) and (min-width: 601px) {
  body {
    width: 1267px;
  }
}
#center-text {
  color: #000;
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 21;
  text-align: center;
}
#center-text h1 {
  font-size: 80px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
#center-text h1 span {
  color: #e83c5c;
}
#center-text p {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 41px;
  font-weight: 600;
}
#center-text p span {
  color: #e83c5c;
}

#main-section {
  color: #000;
  font-size: 2em;
  z-index: 30;
  position: relative;
}

main {
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: #fafafa;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  main {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
main .fv__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
main .fv__text p {
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 42px;
  font-weight: 400;
}

.p-slider {
  background-color: #fff;
  height: 600px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .p-slider {
    height: 240px;
  }
}
.p-slider .splide__track {
  height: inherit;
}
.p-slider .splide__list {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.p-slider .splide__list .splide__slide {
  -o-object-fit: contain;
     object-fit: contain;
  background-size: contain !important;
}
.p-slider .splide__list .splide__slide.is-active {
  background-size: contain !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-slider .splide__list .splide__slide img {
  background-size: contain !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.project__inner {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  margin-top: 90px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project__inner {
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.project__inner .movie .splide__arrows {
  display: none;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project__inner .movie + h2 {
    margin-top: 0;
  }
}
.project__inner .splide__arrows {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  height: 500px;
  top: -500px;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project__inner .splide__arrows {
    top: 0;
    height: auto;
  }
}
.project__inner .splide__arrows .splide__arrow--prev {
  left: -3em;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project__inner .splide__arrows .splide__arrow--prev {
    left: 43%;
  }
}
.project__inner .splide__arrows .splide__arrow--next {
  right: -3em;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project__inner .splide__arrows .splide__arrow--next {
    right: 43%;
  }
}
.project__inner .splide__arrow {
  position: absolute;
  top: 40%;
  background-color: transparent;
}
.project__inner .splide__arrow svg {
  display: none;
}
.project__inner .splide__arrow--prev {
  left: 10px;
  width: 1em;
  height: 1em;
  border-right: 1.5px solid #333;
  border-bottom: 1.5px solid #333;
  border-radius: 0;
  transform: rotate(135deg);
}
.project__inner .splide__arrow--next {
  right: 10px;
  width: 1em;
  height: 1em;
  border-right: 1.5px solid #333;
  border-bottom: 1.5px solid #333;
  border-radius: 0;
  transform: rotate(-45deg);
}
.project__inner .thumbnail-slider {
  margin-top: 35px;
}
.project__inner .thumbnail-slider .splide__list {
  transform: unset !important;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project__inner .thumbnail-slider .splide__list {
    display: none;
  }
}
.project__inner .thumbnail-slider .splide__slide {
  width: 182px !important;
  opacity: 0.5 !important;
}
.project__inner .thumbnail-slider .splide__slide.is-active {
  opacity: 1 !important;
}
.project__inner .thumbnail-slider .splide__slide img {
  width: 100%;
  opacity: 0.5 !important;
}
.project__inner .thumbnail-slider .splide__slide.is-active img {
  opacity: 1;
  /* 半透明ではなく、完全に不透明にする */
}
.project__inner h2 {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1.25px;
  margin-top: 70px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project__inner h2 {
    font-size: 15px;
    letter-spacing: 0.75px;
    line-height: 35px;
  }
}
.project__inner .company {
  margin-top: 32px;
}
.project__inner .range {
  margin-top: 19px;
}
.project__inner .site {
  margin-top: 19px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 35px;
}
.project__inner .company,
.project__inner .range,
.project__inner .site {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project__inner .company,
  .project__inner .range,
  .project__inner .site {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
.project__inner .company h3,
.project__inner .range h3,
.project__inner .site h3 {
  width: 100px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  color: #888;
}
.project__inner .company p,
.project__inner .range p,
.project__inner .site p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
}
.project__inner .company a,
.project__inner .range a,
.project__inner .site a {
  font-size: 15px;
  color: #e83c5c;
  font-weight: 400;
  letter-spacing: 0.75px;
}
.project__inner img {
  width: 50%;
  height: auto;
  margin: 30px 0;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project__inner img {
    width: 100%;
  }
}
.project__inner .background {
  margin-top: 35px;
}
.project__inner .content {
  margin-top: 55px;
}
.project__inner .member {
  margin-top: 58px;
}
.project__inner .member .project-members {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project__inner .member .project-members {
    -moz-column-gap: 27px;
         column-gap: 27px;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 0;
  }
}
.project__inner .member .project-members .member {
  width: 185px;
  height: 185px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.29);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project__inner .member .project-members .member {
    width: 46%;
    height: auto;
  }
}
.project__inner .member .project-members .member::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 86px;
  bottom: 2.5px;
  left: 2.5px;
  border-radius: 15px;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3607843137) 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project__inner .member .project-members .member::before {
    width: calc(100% - 4px);
    height: 100%;
    bottom: 2px;
    left: 2px;
  }
}
.project__inner .member .project-members .member img {
  width: 180px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project__inner .member .project-members .member img {
    height: auto;
    margin: 2px 0;
    border-radius: 14px;
    width: calc(100% - 4px);
  }
}
.project__inner .member .project-members .member h4 {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  bottom: 12px;
  left: 15px;
}
.project__inner .content p {
  width: calc(100% - 60px);
  margin: auto;
  margin-top: 10px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .project__inner .content p {
    width: 100%;
  }
}
.project__inner .background p,
.project__inner .content p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 35px;
  margin-top: 10px;
}
.project__inner .background h3,
.project__inner .content h3,
.project__inner .member h3 {
  font-size: 18px;
  letter-spacing: 0.9px;
  font-weight: 400;
  padding-left: 13px;
  position: relative;
  margin-top: 30px;
}
.project__inner .background h3::before,
.project__inner .content h3::before,
.project__inner .member h3::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e83c5c;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-top: 100px;
}
.more__btn:hover .arrow::before {
  width: 82px;
  height: 82px;
  top: 0;
  left: 0;
}
.more__btn p {
  font-size: 15px;
  color: #333;
  letter-spacing: 0.75px;
}
.more__btn .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid rgb(222, 36, 74);
  position: relative;
  transition: all 0.2s;
}
.more__btn .arrow::before {
  transition: all 0.2s;
  background-color: rgb(222, 36, 74);
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  box-sizing: border-box;
}
.more__btn .arrow img {
  width: 16px !important;
  position: relative;
  transform: rotate(180deg);
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .more__btn .arrow img {
    width: 12px !important;
  }
}

.project__inner iframe {
  width: 100% !important;
  height: 100% !important;
  position: relative;
}

.contact {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  margin-top: 90px;
  /* WebKit ブラウザ用 */
  /* Firefox 19+ 用 */
  /* Internet Explorer 10+ 用 */
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .contact {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.contact .title h1 {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-top: 64px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .contact .title h1 {
    margin-top: 0;
  }
}
.contact .title p {
  font-size: 13px;
  font-weight: 400;
  margin-top: 23px;
}
.contact .contact-form {
  max-width: 656px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.29);
  padding: 65px;
  box-sizing: border-box;
  border-radius: 18px;
  width: 100%;
  position: relative;
  margin-top: 115px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .contact .contact-form {
    padding: 65px 30px;
  }
}
.contact .form-group {
  margin-bottom: 25px;
}
.contact .form-group .label {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.contact .form-group .label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 17px;
  background-color: #e61818;
  color: #fff;
  font-weight: 400;
  font-size: 10px;
  border-radius: 3px;
}
.contact .form-group .label p {
  font-size: 13px;
  font-weight: 500;
}
.contact .form-group input,
.contact .form-group select,
.contact .form-group textarea {
  width: 100%;
  padding: 9px 15px;
  border: none;
  background-color: #f7f7f7;
  border-radius: 5px;
  padding-left: 22px;
  box-sizing: border-box;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .contact .form-group input,
  .contact .form-group select,
  .contact .form-group textarea {
    position: relative;
    font-weight: 400 !important;
    z-index: 97;
  }
}
.contact .form-group input::-moz-placeholder, .contact .form-group select::-moz-placeholder, .contact .form-group textarea::-moz-placeholder {
  color: #888888;
  font-size: 13px;
  font-weight: 300;
  font-family: "M PLUS 1p", sans-serif;
}
.contact .form-group input::placeholder,
.contact .form-group select::placeholder,
.contact .form-group textarea::placeholder {
  color: #888888;
  font-size: 13px;
  font-weight: 300;
  font-family: "M PLUS 1p", sans-serif;
}
.contact .form-group input::-moz-placeholder, .contact .form-group select::-moz-placeholder, .contact .form-group textarea::-moz-placeholder {
  color: #888888;
  font-size: 13px;
  font-weight: 300;
  font-family: "M PLUS 1p", sans-serif;
}
.contact .form-group input::placeholder,
.contact .form-group select::placeholder,
.contact .form-group textarea::placeholder {
  color: #888888;
  font-size: 13px;
  font-weight: 300;
  font-family: "M PLUS 1p", sans-serif;
}
.contact .form-group input::-webkit-input-placeholder,
.contact .form-group select::-webkit-input-placeholder,
.contact .form-group textarea::-webkit-input-placeholder {
  color: #888888;
  font-size: 13px;
  font-weight: 300;
  font-family: "M PLUS 1p", sans-serif;
}
.contact .form-group input::-moz-placeholder,
.contact .form-group select::-moz-placeholder,
.contact .form-group textarea::-moz-placeholder {
  color: #888888;
  font-size: 13px;
  font-weight: 300;
  font-family: "M PLUS 1p", sans-serif;
  opacity: 1;
  /* Firefox がデフォルトで適用する透明度をリセット */
}
.contact .form-group input:-ms-input-placeholder,
.contact .form-group select:-ms-input-placeholder,
.contact .form-group textarea:-ms-input-placeholder {
  color: #888888;
  font-size: 13px;
  font-weight: 300;
  font-family: "M PLUS 1p", sans-serif;
}
.contact .form-group select {
  width: 365px;
  font-size: 13px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .contact .form-group select {
    width: 100%;
    padding-right: 51px;
    font-size: 13px;
  }
}
.contact .form-group textarea {
  height: 200px;
}
.contact .form-group button {
  padding: 10px 20px;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background: transparent;
  width: 100%;
  margin: auto;
  text-align: center;
  justify-content: center;
  display: flex;
  margin-top: 30px;
}
.contact .privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 24px;
  position: relative;
  max-width: 265px;
  width: 100%;
}
.contact .privacy::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background-color: #fff;
  left: 0;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}
.contact .privacy input[type=checkbox] {
  display: none;
}
.contact .privacy .checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0px 28px;
  position: relative;
  width: auto;
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: 18px;
  color: #000;
}
.contact .privacy .checkbox01 a {
  font-size: 14px;
  font-weight: 400;
  color: #e83c5c;
  text-decoration: underline;
  transition: all 0.3s;
}
.contact .privacy .checkbox01 a:hover {
  text-decoration: none;
}
.contact .privacy .checkbox01 p {
  font-size: 14px;
  font-weight: 400;
}
.contact .privacy .checkbox01 .sp {
  display: none;
}
.contact .privacy .pri__text {
  margin-left: -40px;
  font-size: 13px;
}
.contact .privacy .pri__text a {
  color: #e83c5c;
  font-size: 13px;
  text-decoration: underline;
}
.contact .privacy .checkbox01::before {
  background: #fff;
  content: "";
  display: block;
  height: 17px;
  margin-top: -8px;
  position: absolute;
  width: 17px;
  left: -23px;
  top: -5.5px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .contact .privacy .checkbox01::before {
    left: -23px;
    top: -6.5px;
  }
}
.contact .privacy .checkbox01::after {
  border-bottom: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  content: "";
  display: block;
  height: 10px;
  left: -17px;
  margin-top: -12px;
  opacity: 0;
  position: absolute;
  top: 45%;
  transform: rotate(45deg);
  width: 5px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .contact .privacy .checkbox01::after {
    left: -18px;
  }
}
.contact .privacy input[type=checkbox]:checked + .checkbox01::before {
  background-color: #e83c5c;
  border-radius: 1px;
}
.contact .privacy input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}
.contact .more__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 50px;
  max-width: 407px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background-color: #e83c5c;
  border: 5px solid #f0f0f0;
  position: relative;
  height: 84px;
  margin-bottom: 0 !important;
  margin-top: 30px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .contact .more__btn {
    box-sizing: border-box;
  }
}
.contact .more__btn:hover .arrow::before {
  width: 49px;
  height: 49px;
  top: 0;
  left: 0;
}
.contact .more__btn p {
  font-size: 15px;
  color: #333;
  letter-spacing: 0.75px;
  font-family: "M PLUS 1p", sans-serif;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .more__btn p input {
  padding-left: 90px !important;
  color: #fff;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .contact .more__btn p input {
    padding-left: 40px !important;
    box-sizing: border-box;
  }
}
.contact .more__btn .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid rgb(222, 36, 74);
  transition: all 0.2s;
}
.contact .more__btn .arrow::before {
  transition: all 0.2s;
  background-color: #fff;
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  box-sizing: border-box;
}
.contact .more__btn .arrow img {
  width: 12px;
  position: relative;
  transform: rotate(0deg);
}
.contact .more__btn .arrow p {
  padding: 0;
}
.contact .form-group br {
  display: none;
}
.contact .form-group.more__btn {
  position: relative;
}
.contact .screen-reader-response {
  display: none !important;
}
.contact .wpcf7-submit {
  width: 300px !important;
  background-color: transparent !important;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .contact .wpcf7-submit {
    left: 50%;
    transform: translateX(-57%);
  }
}
.contact .wpcf7-not-valid-tip {
  color: #e83c5c !important;
}
.contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact .select__container {
  position: relative;
  width: 365px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .contact .select__container {
    width: 100%;
  }
}
.contact .select__container::before {
  content: "";
  position: absolute;
  display: flex;
  width: 28px;
  height: 28px;
  background-color: #e83c5c;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  right: 5px;
  top: 34px;
  z-index: 98;
}
.contact .select__container::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 47px;
  transform: translateY(-50%) rotate(-225deg);
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  pointer-events: none;
  width: 6px;
  height: 6px;
  z-index: 99;
}
.contact .select__container label {
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 10px;
  display: block;
}
.contact .form-group p label {
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 10px;
  display: block;
}

.next__to__download {
  max-width: 656px;
  margin: auto;
  width: 100%;
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .next__to__download {
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 40px;
  }
}
.next__to__download a {
  max-width: 100%;
  width: 100%;
  transition: all 0.3s;
}
.next__to__download a:hover {
  opacity: 0.7;
}
.next__to__download a:hover .arrow::before {
  width: 57px;
  height: 57px;
  top: 0;
  left: 0;
}
.next__to__download .content__img {
  width: 100%;
}
.next__to__download .arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid rgb(222, 36, 74);
  transition: all 0.2s;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .next__to__download .arrow {
    right: 30px;
  }
}
.next__to__download .arrow::before {
  transition: all 0.2s;
  background-color: #fff;
  content: "";
  position: absolute;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  top: 4px;
  left: 4px;
  box-sizing: border-box;
}
.next__to__download .arrow img {
  width: 12px;
  position: relative;
}
.next__to__download .arrow p {
  padding: 0;
}/*# sourceMappingURL=project-detail.css.map */