@charset "UTF-8";
body {
  background-color: #f5f3f5;
  overflow-x: hidden;
}

header {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#bg-video {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  background-image: url(../../img/VPtop-image.png);
  background-size: cover;
  background: linear-gradient(-45deg, rgba(4, 114, 124, 0.4), rgba(17, 66, 99, 0.6));
}

#catch-copy {
  position: relative;
  top: 43%;
}
#catch-copy .catch-jp {
  width: 100%;
  color: #fff;
  font-size: 64px;
  font-family: ta-oonishi, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.2em;
  position: relative;
  text-align: center;
  margin: 0 0 14px 0;
}
#catch-copy .catch-en {
  width: 100%;
  color: #fff;
  font-size: 42px;
  font-family: ff-market-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  position: relative;
  text-align: center;
  margin: 0;
}

/*スクロールダウン全体の場所*/
.scrolldown4 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 5%;
  right: 50%;
  /*矢印の動き1秒かけて永遠にループ*/
  -webkit-animation: arrowmove 1s ease-in-out infinite;
          animation: arrowmove 1s ease-in-out infinite;
}
.scrolldown4 span {
  position: absolute;
  left: -20px;
  bottom: 10px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.scrolldown4::before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -6px;
  /*矢印の形状*/
  width: 1px;
  height: 20px;
  background: #eee;
  transform: skewX(-31deg);
}
.scrolldown4::after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
  /*矢印の形状*/
  width: 1px;
  height: 50px;
  background: #eee;
}

@-webkit-keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}

@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
main {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 120px auto;
}

#about,
#achievements,
#service-list,
#process,
#question {
  width: 100%;
  margin: 80px auto;
}
#about .inner-box,
#achievements .inner-box,
#service-list .inner-box,
#process .inner-box,
#question .inner-box {
  width: 1024px;
  margin: 0 auto;
}
#about .inner-box .section-title,
#achievements .inner-box .section-title,
#service-list .inner-box .section-title,
#process .inner-box .section-title,
#question .inner-box .section-title {
  font-size: 46px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 60px;
}

#about {
  position: relative;
}
#about #gradient-BG {
  background: linear-gradient(150deg, rgba(255, 65, 108, 0.8), rgba(255, 75, 43, 0.8));
  width: 100%;
  height: 600px;
  z-index: -1;
  position: absolute;
  transform: translateY(40px);
}
#about #about-container {
  display: flex;
  flex-direction: row;
  margin-bottom: -120px;
}
#about #about-container .about-item:first-child {
  margin-right: 50px;
  padding-top: 120px;
}
#about #about-container .about-item p {
  color: #fff;
  font-size: 20px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  margin: 30px 0;
}
#about #about-container .about-item p:last-child {
  font-size: 42px;
  font-weight: 600;
}
#about #about-container .about-item img {
  overflow: hidden;
}
#about #about-container .about-item img:first-child {
  width: 400px;
}
#about #about-container .about-item img:nth-child(2) {
  width: 300px;
  transform: translate(120px, -80px);
}
#about #about-container .about-item img:nth-child(3) {
  width: 300px;
  transform: translateY(-140px);
}

#achievements #achievements-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 17px;
  margin-bottom: 40px;
}
#achievements #achievements-container .achievements-item {
  width: 100%;
}
#achievements #achievements-container .achievements-item iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 0 10px 0;
}
#achievements #achievements-container .achievements-item a {
  text-decoration: none;
  transition: all 0.2s;
}
#achievements #achievements-container .achievements-item a img {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 0 10px 0;
}
#achievements #achievements-container .achievements-item a:hover {
  cursor: pointer;
  opacity: 0.7;
}
#achievements #achievements-container .achievements-item h2 {
  font-size: 16px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 10px;
}
#achievements #achievements-container .achievements-item p {
  font-size: 12px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
#achievements #achive-btn {
  font-size: 16px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  width: 300px;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 13px 0;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease 0.1s;
}
#achievements #achive-btn span {
  position: relative;
  z-index: 3;
  color: #000;
}
#achievements #achive-btn:hover span {
  color: #fff;
}
#achievements #achive-btn:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#achievements #achive-btn:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #000;
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

#service-list .category {
  width: 100%;
  margin: 60px auto;
}
#service-list .category .category-title {
  font-size: 32px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 40px 0;
}
#service-list .category .category-container .category-item {
  margin-bottom: 40px;
}
#service-list .category .category-container .category-item:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 17px;
}
#service-list .category .category-container .category-item:last-child .accordion-area {
  display: none;
  margin-bottom: 40px;
}
#service-list .category .category-container .category-item:last-child .accordion-area .grid-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 13px;
       column-gap: 13px;
  row-gap: 40px;
}
#service-list .category .category-container .category-item .accordion-btn {
  display: block;
  font-size: 20px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  padding: 10px 40px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 6px;
  background-color: #f5f3f5;
  transition: all 0.2s;
}
#service-list .category .category-container .category-item .accordion-btn:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
}
#service-list .category .category-container .category-item .big-box,
#service-list .category .category-container .category-item .small-box {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
#service-list .category .category-container .category-item .big-box img,
#service-list .category .category-container .category-item .small-box img {
  width: 70%;
  display: block;
  margin: 0 auto 20px auto;
}
#service-list .category .category-container .category-item .big-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
#service-list .category .category-container .category-item .big-box p {
  font-size: 16px;
  margin: 0;
}
#service-list .category .category-container .category-item .small-box h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
#service-list .category .category-container .category-item .small-box p {
  font-size: 16px;
  margin: 0;
}

#process .process-discription {
  font-size: 16px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin: 0 60px 0;
}
#process .flow {
  margin: 60px auto;
  font-family: source-han-sans-japanese, sans-serif;
}
#process .flow .flow-title {
  font-size: 32px;
  font-weight: 600;
  font-style: normal;
  border-left: 20px solid #ff5e5b;
  padding-left: 10px;
  margin: 0 0 40px 0;
}
#process .flow p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  margin: 0 0 40px 0;
}
#process .flow img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#process .flow .making-flow {
  margin: 40px auto;
}
#process .flow .making-flow .mf-container1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#process .flow .making-flow .mf-container1 .mf-item .mf-box {
  margin: 0 0 40px 0;
}
#process .flow .making-flow .mf-container1 .mf-item .mf-box h3 {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 20px 0;
}
#process .flow .making-flow .mf-container1 .mf-item .mf-box p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
#process .flow .making-flow .mf-container1 .mf-item .mf-box p span {
  font-weight: 600;
}
#process .flow .making-flow .mf-container1 .mf-item .mf-box .mf-case h4 {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 20px 0;
}
#process .flow .making-flow .mf-container1 .mf-item .mf-box .mf-case p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  margin: 0 0 10px 0;
}
#process .flow .making-flow .mf-container1 .mf-item .mf-box .mf-case p span {
  font-size: 12px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  background-color: #003f8e;
  padding: 2px 8px;
  border-radius: 3px;
  margin-right: 10px;
}
#process .flow .making-flow .mf-container1 .mf-item img {
  width: 100%;
  height: 355px;
}
#process .flow .making-flow .mf-container1 .mf-item img:first-child {
  margin-bottom: 30px;
}
#process .flow .mf-container2 .mf-discription h3 {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 20px 0;
}
#process .flow .mf-container2 .mf-discription p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
#process .flow .mf-container2 .mf-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#process .flow .mf-container2 .mf-item .mf-box {
  margin: 0 0 40px 0;
}
#process .flow .mf-container2 .mf-item .mf-box h3 {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin: 0 0 20px 0;
}
#process .flow .mf-container2 .mf-item .mf-box p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
#process .flow .mf-container2 .mf-item .mf-box .mf-case {
  margin: 20px auto;
}
#process .flow .mf-container2 .mf-item .mf-box .mf-case h4 {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 10px 0;
}
#process .flow .mf-container2 .mf-item .mf-box .mf-case h4:before {
  content: url(../../img/squea-arrow.svg);
  padding-right: 10px;
  display: inline-block;
  transform: translateY(5px);
}
#process .flow .mf-container2 .mf-item .mf-box .mf-case p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  margin: 0 0 10px 0;
  padding-left: 2em;
}
#process .flow .mf-container2 .mf-item .mf-box .mf-case p:before {
  content: url(../../img/check_bl.svg);
  padding-right: 10px;
  display: inline-block;
}
#process .flow .mf-container2 .mf-item .mf-box .mf-case:last-child p:before {
  content: none;
}

#question .question-list {
  list-style: none;
  border-top: 1px solid #000;
  padding-left: 0;
}
#question .question-list li {
  border-bottom: 1px solid #000;
  padding: 20px 0;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
}
#question .question-list li .que {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px 0;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}
#question .question-list li .que span {
  font-size: 32px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  padding-right: 10px;
}
#question .question-list li .ans {
  width: 903px;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #707070;
}
#question .question-list li .ans .ans-item:first-child {
  margin: 20px 0 0 0;
}
#question .question-list li .ans .ans-item:first-child p {
  color: #ff5e5b;
  font-size: 32px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  padding-right: 10px;
  transform: translateY(-12px);
  margin: 0;
}
#question .question-list li .ans .ans-item:last-child {
  font-weight: 400;
}
#question .question-list li .ans .ans-item:last-child p {
  margin: 20px 0 0 0;
}
#question .question-list li .ans .ans-item:last-child .hearing-contents {
  margin: 20px 0 0 0;
  padding-left: 10px;
}
#question .question-list li .ans .ans-item:last-child .hearing-contents li {
  color: #ff5e5b;
  list-style-type: disc;
  border-bottom: none;
  margin: 0 0 5px 0;
  padding: 0;
  list-style-position: inside;
}/*# sourceMappingURL=VideoProduction.css.map */