@charset "UTF-8";
@font-face {
  font-family: "SouthernJannie-8M89J.otf";
  src: url("../fonts/SouthernJannie-8M89J.otf");
}
html {
  font-size: 62.5%;
}

body {
  color: #000000;
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
}

img {
  width: 100%;
}

.section-inner {
  padding: 9rem 0 16rem;
}

.section-title h2 {
  text-align: center;
  font-size: 4rem;
}
.section-title h2::after {
  content: "";
  background-color: #FFC700;
  width: 10rem;
  height: 0.1rem;
  display: block;
  margin: 1.6rem auto 0;
}

#loader_wrap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 200;
}

/* ローディングアニメーションの設定 */
.loader {
  width: 250px;
  height: 141px;
  background: url("../images/loading-logo.png") no-repeat;
  opacity: 0;
  -webkit-animation: blink 1.5s infinite linear;
          animation: blink 1.5s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loader::after {
  content: "Now Loading...";
  position: absolute;
  top: 150px;
  left: 55px;
  font-size: 2rem;
}

@-webkit-keyframes blink {
  50% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    opacity: 1;
  }
}
/* ローディング終了後 */
.loaded {
  opacity: 0;
  visibility: hidden;
}

.video-container {
  margin: auto;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: relative;
}

.video-wrap {
  height: 100vh;
  position: relative;
}

.video-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.video-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.video-wrap iframe {
  transform: scale(1.4);
}

.video-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .video-contents {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
}

.video-contents__message {
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.4em;
  width: 100rem;
}
@media screen and (max-width: 991px) {
  .video-contents__message {
    font-size: 2rem;
    width: 80rem;
  }
}
@media screen and (max-width: 767px) {
  .video-contents__message {
    font-size: 1.6rem;
    width: 30rem;
  }
}

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

.header {
  position: relative;
}

.header-inner {
  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;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header-inner {
    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;
    width: 90%;
    margin: 0 auto;
  }
}

.header-name {
  position: absolute;
  top: 1rem;
  left: 5rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .header-name {
    position: absolute;
    top: 5rem;
    left: 3rem;
  }
}
.header-name img {
  width: 20rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header-name img {
    width: 8rem;
    height: auto;
  }
}

_::-webkit-full-page-media, _:future, :root .header-name {
  position: absolute;
  top: 2rem;
  left: 5rem;
}
@media screen and (max-width: 767px) {
  _::-webkit-full-page-media, _:future, :root .header-name {
    position: absolute;
    top: 2rem;
    left: 3rem;
  }
}

_::-webkit-full-page-media, _:future, :root .header-imageLogo {
  width: 30rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  _::-webkit-full-page-media, _:future, :root .header-imageLogo {
    width: 16rem;
    height: auto;
  }
}

.drawer-icon {
  position: fixed;
  z-index: 100;
  right: 5rem;
  top: 7rem;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  mix-blend-mode: difference;
}
.drawer-icon.is-active {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}
.drawer-icon.is-active .drawer-bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    right: -1.5rem;
    top: 7rem;
  }
}

.drawer-icon-bars {
  width: 8rem;
  height: 20px;
  display: block;
  position: relative;
}

.drawer-bar1,
.drawer-bar2,
.drawer-bar3 {
  position: absolute;
  width: 7rem;
  height: 0.2rem;
  background-color: #fff;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .drawer-bar1,
.drawer-bar2,
.drawer-bar3 {
    width: 4rem;
    height: 0.2rem;
  }
}

.drawer-bar1 {
  top: 0;
}

.drawer-bar2 {
  top: 8px;
}

.drawer-bar3 {
  top: 16px;
}

.drawer-content {
  width: 200px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #000;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 80;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content-items {
  padding-top: 5rem;
}

.drawer-content-item a {
  display: block;
  text-decoration: none;
  color: #FFC700;
  padding: 18px 20px;
  position: relative;
  text-align: center;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.drawer-content-item a:hover {
  color: #fff;
  opacity: 1;
}

#concept {
  background-color: #000;
}

.color-white h2 {
  color: #fff;
}

.section-subTitle {
  text-align: center;
  margin: 3rem 0 15rem;
  font-size: 3.6rem;
  letter-spacing: 0.3em;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .section-subTitle {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section-subTitle {
    font-size: 1.3rem;
    margin: 3rem 0 12rem;
  }
}

.section-subTitle:first-of-type {
  margin: 3rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .section-subTitle:first-of-type {
    margin: 3rem 0 7rem;
  }
}

.concept-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 109rem;
  margin: auto;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .concept-container {
    display: block;
  }
}

.concept-sub-title{
  display: block;
  margin-top: 3rem;
  font-size: 2.4rem;
  color: #ffffff;
  letter-spacing: 0.3em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .concept-sub-title {
    font-size: 1.3rem;
  }
}

.concept-item {
  text-align: center;
  position: relative;
}
.concept-item::before {
  content: attr(data-en);
  position: absolute;
  top: -6.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFC700;
  opacity: 0.6;
  font-size: 4rem;
  font-family: "SouthernJannie-8M89J.otf", serif;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .concept-item::before {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .concept-item::before {
    top: -5rem;
  }
}
.concept-item:nth-child(2n) {
  margin: 0 2rem;
}
@media screen and (max-width: 767px) {
  .concept-item:nth-child(2n) {
    margin: 13rem 0;
  }
}

.concept-itemTitle {
  font-size: 3rem;
  margin-bottom: 2rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .concept-itemTitle {
    font-size: 2rem;
  }
}

.concept-itemText {
  font-size: 2.4rem;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .concept-itemText {
    font-size: 1.6rem;
  }
}

#about {
  background-color: #fff;
}

.about-name {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6rem auto 0;
  font-size: 3rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .about-name {
    margin: 5rem auto 0;
  }
}
.about-name .about-name__en {
  position: relative;
  display: inline-block;
  margin-right: 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .about-name .about-name__en {
    font-size: 1.8rem;
  }
}
.about-name .about-name__en::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 4rem;
  background-color: black;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -5rem;
}
@media screen and (max-width: 767px) {
  .about-name .about-name__en::after {
    right: -2rem;
  }
}
.about-name .about-name__ja {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .about-name .about-name__ja {
    font-size: 1.8rem;
  }
}

.about-nameBox__ja {
  display: inline-block;
}

.about-nameBox__en {
  margin-right: 8.5rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .about-nameBox__en {
    margin-right: 3rem;
  }
}

.about-subName {
  text-align: center;
  position: relative;
}

.subName {
  position: absolute;
  top: 15rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 991px) {
  .subName {
    top: 11rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .subName {
    top: 11rem;
    font-size: 1.2rem;
    width: 100%;
  }
}

.about-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin: 25rem auto 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .about-container {
    display: block;
    margin: 15rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .about-container {
    display: block;
    margin: 15rem auto 0;
  }
}

.about-image {
  width: 40rem;
  height: auto;
  margin-right: 3rem;
  -webkit-box-shadow: 3px 3px 10px -1px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 10px -1px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 991px) {
  .about-image {
    margin: 0 auto 5rem;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .about-image {
    margin: 0 auto 5rem;
    width: 90%;
  }
}

.about-sign-image {
  position: absolute;
  width: 300px;
  height: auto;
  bottom: -160px;
  right: 0;
}
@media screen and (max-width: 991px) {
  .about-sign-image {
    bottom: -150px;
  }
}
@media screen and (max-width: 767px) {
  .about-sign-image {
    width: 200px;
  }
}

.p-about-messageBox {
  width: 60rem;
}
@media screen and (max-width: 991px) {
  .p-about-messageBox {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-about-messageBox {
    margin: 0 auto;
    width: 98%;
  }
}

.about-message {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .about-message {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .about-message {
    font-size: 1.1rem;
  }
}

#service {
  background-color: #000;
  color: #fff;
}

.service-wrap {
  max-width: 130rem;
  margin: auto;
}

.service-container {
  margin-top: 6rem;
  margin-inline: auto;
  padding: 0 2rem;
  width: 90%;
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .service-container {
    margin: 6rem auto 0;
    padding: 0 1rem;
    width: 100%;
  }
}
.service-container .service-item {
  border-top: 1px solid #fff;
  padding: 4rem 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.service-container .service-item:last-child {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .service-container .service-item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .service-container .service-item:last-child {
    margin-bottom: 0;
  }
}

.service-item-inner {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .service-item-inner:last-child {
    margin-top: 3rem;
  }
}

.service-container .service-itemTitle {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #FFC700;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .service-container .service-itemTitle {
    font-size: 1.8rem;
  }
}

.service-item-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .service-item-text {
    font-size: 1.4rem;
  }
}

.service-item-price {
  font-size: 2.4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 991px) {
  .service-item-price {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .service-item-price {
    font-size: 1.6rem;
  }
}

.service-container .service-itemSubtitle {
  text-align: center;
  font-size: 1.4rem;
}
.service-container .service-item__contents {
  width: 100%;
  margin: 4rem auto 2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .service-container .service-item__contents {
    width: 26rem;
  }
}
@media screen and (max-width: 767px) {
  .service-container .service-item__contents {
    width: 26rem;
  }
}
.service-container .service-item__contents .service-item__genre:first-child {
  border-bottom: 1px dashed #fff;
  padding-bottom: 1rem;
}
.service-container .service-item__contents > .service-item__genre:last-child {
  padding-top: 1rem;
}
.service-container .short-movie {
  padding-top: 1rem;
}
.service-container .service-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
.service-container .service-item__time {
  margin-right: 1rem;
}
.service-container .service-item__price-logo {
  border-bottom: 1px dashed #fff;
  padding-bottom: 1rem;
  text-align: center;
}
.service-container .service-info {
  margin-top: 3rem;
  font-size: 1.3rem;
  text-align: center;
}
.service-container .service-info-logo {
  margin-top: 2rem;
  text-align: center;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
}
@media screen and (max-width: 767px) {
  .service-container .service-info-logo {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
.service-container .service-subInfo {
  text-align: center;
  margin-top: 5rem;
}

#works {
  background-color: #fff;
}

.works-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 109rem;
  margin: 4rem auto 0;
  padding: 0 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .works-container {
    display: block;
  }
}

.works-container::after {
  display: block;
  content: "";
  width: 30%;
}

.works-videoWrap:nth-child(n+4) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .works-videoWrap:nth-child(n+4) {
    margin-top: 0;
  }
}

.works-videoWrap {
  width: 30%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .works-videoWrap {
    width: 100%;
    margin: 0 auto 3rem;
  }
}
@media screen and (max-width: 767px) {
  .works-videoWrap:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .works-videoWrap:first-child {
    margin-right: 0;
  }
}

.works-video {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .works-video {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .works-video:last-child {
    margin-bottom: 0;
  }
}

.works-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.works-video__title {
  text-align: center;
  padding: 2rem 0;
  font-size: 1.4rem;
}
.works-btn {
  text-align: center;
  margin-top: 7rem;
}
.works-btn a {
  border: 1px solid #000;
  padding: 2rem 8rem;
  font-size: 2.5rem;
  color: #000;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (max-width: 767px) {
  .works-btn a {
    font-size: 1.8rem;
    padding: 2rem 6rem;
  }
}
.works-btn a:hover {
  color: #FFC700;
  background-color: #000;
}

.news-pagination__link {
  margin: 3rem 0 10rem 0;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__link + .pagination__link {
  margin-left: 1.5rem;
}
.pagination__link a {
  border: 1px solid #000;
  padding: 0.2em 0.5em;
  color: #000000;
}
.arrow-icon {
  background-color: #000;
}
.arrow-icon i {
  color: #fff;
}

.news-pagination__link {
  text-align: center;
}
.news-pagination__link .page-numbers {
  font-size: 2rem;
  color: #000;
  border: 1px solid #000;
  padding: 0.2em 0.4em;
  margin-left: 1rem;
}
.news-pagination__link .next, .news-pagination__link .prev {
  background-color: #000;
  color: #FFC700;
}

.entry-label a {
  font-style: italic;
  font-family: "SouthernJannie-8M89J.otf", serif;
}

#schedule {
  background-color: #000;
  color: #fff;
}

.schedule-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10rem auto 0;
  max-width: 120rem;
}
@media screen and (max-width: 991px) {
  .schedule-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .schedule-container {
    display: block;
  }
}

.schedule-item {
  width: 20%;
}
@media screen and (max-width: 991px) {
  .schedule-item {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .schedule-item {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .schedule-item:nth-child(3) {
    margin-bottom: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .schedule-item:nth-child(3) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .schedule-item:not(:last-child) {
    margin-bottom: 7rem;
  }
}

@media screen and (max-width: 767px) {
  .schedule-item:not(:first-child) {
    padding-top: 10rem;
  }
}

.schedule-title {
  text-align: center;
  position: relative;
  font-size: 2.4rem;
}
.schedule-title::before {
  content: attr(data-en);
  position: absolute;
  top: -3rem;
  left: 5rem;
  color: #FFC700;
  opacity: 0.6;
  font-size: 4rem;
  font-family: "SouthernJannie-8M89J.otf", serif;
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .schedule-title::before {
    left: 8rem;
    font-size: 3.7rem;
    width: 7rem;
  }
}

.schedule-image {
  width: 40%;
  margin: 2rem auto 2rem;
}
@media screen and (max-width: 767px) {
  .schedule-image {
    width: 30%;
  }
}

.schedule-image img {
  background-color: #fff;
  border-radius: 50%;
  padding: 1.5rem;
}

.schedule-textBox {
  text-align: center;
}

.schedule-text {
  width: 90%;
  margin: 0 auto;
  font-size: 1.4rem;
}

.allow {
  -webkit-transform: translateY(8rem);
          transform: translateY(8rem);
}
@media screen and (max-width: 767px) {
  .allow {
    position: relative;
    width: 7rem;
    margin: 0 auto;
  }
}

.allow-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .allow-image {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: -8rem;
  }
}

.allow-image::after {
  content: "";
  width: 5rem;
  height: 1.5rem;
  border-bottom: solid 1px;
  border-right: solid 1px;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
@media screen and (max-width: 767px) {
  .allow-image::after {
    content: "";
    width: 8rem;
    height: 1.2rem;
    border-bottom: solid 1px;
    border-right: solid 1px;
    -webkit-transform: skew(45deg);
            transform: skew(45deg);
  }
}

.contact {
  background-color: #fff;
}
.contact-area {
  width: 70.3125%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .contact-area {
    width: 90%;
  }
}

.contact-message {
  text-align: center;
  padding: 3rem 1.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-message {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .contact-message p {
    font-size: 1.2rem;
    text-align: center;
  }
}

.form-area {
  width: 62.5%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .form-area {
    width: 90%;
  }
}

.contact__control {
  padding-top: 3rem;
  border-top: 1px solid #000;
}
.contact__control:first-of-type{
  padding-top: 0;
  border-top: none;
}
.contact__control dt {
  margin-bottom: 0.5rem;
  min-width: 168px;
}
.contact__control dt::after {
  content: "必須";
  background-color: #FFC700;
  color: #fff;
  padding: 0.1em 0.5em;
  margin-left: 0.5rem;
}
.contact__control dt p{
  display: inline;
}
.contact__control dd{
  flex: auto;
}
.contact__control .company {
  position: relative;
}
.contact__control .none-required::after {
  content: "";
  padding: 0;
}

input[type=text],
input[type=email],
input[type=tel] {
  height: 4rem;
  width: 100%;
  border: none;
}

input[type=tel] {
  height: 4rem;
  width: 100%;
}

.your_number {
  height: 4rem;
}

.form-input, .form-textarea {
  width: 100%;
}

textarea {
  min-height: 122px;
  resize: vertical;
  width: 100%;
  border: none;
}

.form-checkbox {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.form-checkbox span {
  margin: 0;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.contact__submit {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
  margin-top: 3rem;
}
.contact__submit .button {
  background-color: #000;
  border: none;
  padding: 1rem 4rem;
  color: #FFC700;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
}

.contact-text {
  text-align: center;
  margin-top: 20px;
  display: none;
  padding-top: 4rem;
}
.contact-text.-error {
  color: #f00;
}

.footer {
  background-color: #000;
  color: #fff;
}

.footer-inner {
  padding: 4rem 0;
}

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.footer-sns__image img {
  width: 3.2rem;
  height: 3.2rem;
}

.footer-sns .footer-sns__image:first-child {
  margin-right: 4rem !important;
}

_::-webkit-full-page-media, _:future, :root .footer-sns {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

_::-webkit-full-page-media, _:future, :root .footer-sns .footer-sns__image:first-child {
  margin-right: 4rem !important;
}

.footer-logo {
  text-align: center;
  margin: 2rem 0 2rem;
}
.footer-logo img {
  width: 13rem;
  height: 9rem;
}

.footer-copy {
  text-align: center;
  font-size: 1.2rem;
}

.campaign-banner {
  width: 425px;
  bottom: 2.4rem;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .campaign-banner {
    width: 100%;
    bottom: 0;
  }
}

.campaign-banner__inner {
  position: relative;
}

.campaign-banner__link {
  display: inline-block;
  transition-duration: .5s;
  transition-property: opacity;
}

.campaign-banner__link img {
  border: 4px solid #be9430;
  height: auto;
}

.campaign-banner__link:hover {
  opacity: 0.75;
}

.campaign-banner__close-button {
  display: block;
  height: 28px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition-duration: .5s;
  transition-property: opacity;
  width: 28px;
  z-index: 10;
  background-color: transparent;
}

.modal {
  background-color: rgba(0, 0, 0, .8);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.modal__wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

.modal__youtube {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.modal__youtube iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
@media screen and (max-width: 767px) {
  .modal__youtube iframe {
    width: 100%;
  }
}

.modal__close-button {
  height: 50px;
  position: absolute;
  right: 5%;
  top: 5%;
  width: 50px;
  z-index: 100;
  background-color: transparent;
}

.modal__close-button::before,
.modal__close-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.modal__close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.youtube-thumbnail {
  cursor: pointer;
  position: relative;
}

.youtube-thumbnail::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.youtube-thumbnail::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/video-play.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.youtube-thumbnail img {
  height: auto;
}

.youtube-thumbnail-about {
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .youtube-thumbnail-about {
    margin-bottom: 7rem;
  }
}

.team-wrap {
  max-width: 130rem;
  margin-inline: auto;
  padding: 0 2rem;
}

.team-container {
  margin-top: 6rem;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .team-container {
    margin-top: 4rem;
    gap: 2rem;
  }
}

.team-item {
  width: calc((100% - 12rem) / 5);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .team-item {
    width: calc((100% - 3rem) / 2);
  }
}

.team-item img {
  height: auto;
}

.team-item-title {
  font-size: 2rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .team-item-title {
    font-size: 1.4rem;
  }
}

.team-item-caption {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  margin-top: 1rem;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .team-item-caption {
    font-size: 1.2rem;
  }
}

