@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.boxshadow-bl {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.bg-gray {
  background-color: #F7F7F7;
}

.bg-blue {
  background-color: #EBF7FF;
}

@media screen and (min-width: 768px) {
  .fs-pc14 {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .fs-pc18 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .fs-pc20 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .fs-sp20 {
    font-size: calc(20/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .fs-sp24 {
    font-size: calc(24/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .fs-sp26 {
    font-size: calc(26/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .fs-sp28 {
    font-size: calc(28/750 * 100vw);
  }
}

.w1000 {
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .w1000 {
    width: 100%;
  }
}

.w1024 {
  width: 1024px;
}
@media screen and (max-width: 767px) {
  .w1024 {
    width: 100%;
  }
}

.w1080 {
  width: 1080px;
}
@media screen and (max-width: 767px) {
  .w1080 {
    width: 100%;
  }
}

.w1100 {
  width: 1100px;
}
@media screen and (max-width: 767px) {
  .w1100 {
    width: 100%;
  }
}

.w1200 {
  width: 1200px;
}
@media screen and (max-width: 767px) {
  .w1200 {
    width: 100%;
  }
}

.w1300 {
  width: 1300px;
}
@media screen and (max-width: 767px) {
  .w1300 {
    width: 100%;
  }
}

.w1400 {
  width: 1400px;
}
@media screen and (max-width: 767px) {
  .w1400 {
    width: 100%;
  }
}

.w1600 {
  width: 1600px;
}
@media screen and (max-width: 767px) {
  .w1600 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .w-pc45per {
    width: 45%;
  }
}

@media screen and (min-width: 768px) {
  .w-pc50per {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .w-pc100per {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .w-sp45per {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .w-sp50per {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .w-sp85per {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .w-sp100per {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .h-pc50 {
    height: 50px;
  }
}

@media screen and (min-width: 768px) {
  .h-pc100 {
    height: 100px;
  }
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: auto;
}

body {
  letter-spacing: 0;
  background: #fff;
  font-family: "游ゴシック", "Yu Gothic", "Yu Gothic bold", "游ゴシック medium", "Yu Gothic", "游ゴシック bold", "Yu Gothic", "游ゴシック Heavy", "Yu Gothic", Arial, "Yu Gothic Heavy", sans-serif;
  color: #222222;
  font-weight: 400;
  line-height: 1.75;
  min-width: 100%;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4.2vw;
    font-weight: 400;
    line-height: 1.8;
  }
}

.btol-bace-c {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

div {
  font-size: 16px;
}

li {
  font-size: 16px;
}

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

a {
  color: #333;
  display: block;
  text-decoration: none;
}

figure {
  line-height: 0;
}

.b-clear {
  background-color: rgba(255, 255, 255, 0.7);
}

.font-roboto {
  font-family: "Roboto";
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-ui {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

.tab-ui {
  display: none;
}
@media only screen and (max-width: 990px) {
  .tab-ui {
    display: block;
  }
}

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

.pc-in {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

.tab-in {
  display: none;
}
@media only screen and (max-width: 990px) {
  .tab-in {
    display: inline;
  }
}

.sp-in {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-in {
    display: inline;
  }
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

@media screen and (min-width: 768px) {
  .pc-block {
    position: relative;
    width: 100vw;
    height: 100vh;
  }
  .pc-block p {
    font-size: 20px;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .pc-block p a {
    text-decoration: underline;
  }
}

/* ============================
z-mv
===================================================*/
.z-mv {
  width: 100vw;
  height: 90vh;
}

.video-container {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100vw;
  height: 90vh;
}
.video-container .mv-bg {
  text-align: center;
  height: auto;
  width: calc(750/750 * 100vw);
  margin: 0 auto;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  position: absolute;
  top: 0;
  left: 50%;
}

.z-mv-inner {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .z-mv-inner {
    width: 100vw;
    height: 90vh;
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .z-mv-inner {
    width: 100vw;
    height: 90vh;
    padding: calc(460/750 * 100vw) calc(40/750 * 100vw) calc(115/750 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.z-mv-heading {
  display: table;
  color: #000;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
  -webkit-text-shadow: 2px 2px 7px white;
  text-shadow: 2px 2px 7px white;
}
@media screen and (min-width: 768px) {
  .z-mv-heading {
    margin-bottom: 14px;
    padding: 6px 14px 6px 0px;
    font-size: 30px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .z-mv-heading {
    margin-bottom: 2vw;
    padding: 0.2rem 0.8rem 0rem 0rem;
    font-size: 5vw;
    font-weight: bold;
  }
}

.z-mv-heading-img {
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .z-mv-heading-img {
    width: 100vw;
    height: 90vh;
  }
}

.z-mv-middle {
  color: #000;
  font-family: "游ゴシック bold", "Yu Gothic";
  letter-spacing: 2px;
  margin-top: 0;
  padding-top: 0;
  line-height: 1.3;
  -webkit-text-shadow: 2px 2px 7px white;
  text-shadow: 2px 2px 7px white;
}
@media screen and (min-width: 768px) {
  .z-mv-middle {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .z-mv-middle {
    font-size: calc(50/750 * 100vw);
  }
}

.z-mv-underline {
  padding-bottom: 20px;
  border-bottom: 2px solid #222222;
  display: inline-block;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .z-mv-underline {
    padding-bottom: 0px;
    border-bottom: none !important;
    display: inline-block;
    margin-bottom: 0px;
  }
}

.z-mv-comment {
  color: #000;
}
@media screen and (min-width: 768px) {
  .z-mv-comment {
    font-size: 18px;
  }
}

.z-mv-inner-ttl {
  text-align: center;
  font-size: 0;
  margin: 0 auto;
  width: 300vw;
}
.z-mv-inner-ttl span {
  text-indent: -9999px;
}

.mv-logo {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .z-mv-min {
    font-size: 10vw;
  }
}

.video-container {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100vw;
  height: 90vh;
  background: #000;
}
.video-container .mv-bg {
  text-align: center;
  height: 90vh;
  width: auto;
  margin: 0 auto;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  position: absolute;
  top: 0;
  left: 50%;
}

.video-container-inner {
  width: 100vw;
  height: 90vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  mix-blend-mode: lighten;
}

.mv_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mv_scroll {
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  position: absolute;
  bottom: calc(120/750 * 100vw);
  left: 50%;
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.15em;
}

.mv_line {
  width: 2px;
  height: calc(100/750 * 100vw);
  position: absolute;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  bottom: 0px;
  left: 50%;
  background: #a8a8a8;
}

/* ============================
catch
===================================================*/
.catch-area-inner {
  background: #fff;
  position: relative;
  display: block;
  padding: 30vw 0;
}

@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* css */
.passing .passing-box {
  display: block;
  text-align: center;
}

.passing .passing-bar {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  /*　後ほど解説　*/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.passing .passing-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  /* 任意の値 */
  background: #000;
}

.passing .catch-txt {
  opacity: 0;
  /* 後ほど解説 */
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* 任意の値 */
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 7vw;
  text-align: center;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #000;
  display: inline-block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.passing .catch-txt01 {
  padding: 0 0.6em;
}

.passing.active .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards;
}

.passing.active .catch-txt {
  -webkit-animation: passing-txt 0s ease 0.5s 1 normal forwards;
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}

/* ============================
about
===================================================*/
.about-area {
  position: relative;
}

.about-area-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -3;
  background: url(../img/about_bg.jpg) center center/cover no-repeat;
}

.about-area-inner {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.about-txt-wrap {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
}

.about-ttl {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 8vw;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.15em;
  padding-bottom: 6vh;
  color: #fff;
}

.about-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 4vw;
  text-align: center;
  line-height: 2.3;
  letter-spacing: 0.1em;
  color: #fff;
  padding-bottom: 4vh;
  font-weight: 500;
}

.about-link {
  text-align: center;
  width: calc(640/750 * 100vw);
  height: calc(100/750 * 100vw);
  background: #fff;
  font-size: 4vw;
  color: #002159;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 6px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: calc(0/750 * 100vw) auto 0;
  font-weight: bold;
}
.about-link .fa-chevron-right {
  line-height: 1;
  position: absolute;
  right: 2%;
}
.about-link span {
  padding-right: calc(20/750 * 100vw);
}
.about-link:hover {
  opacity: 0.8;
}

/* ============================
strength
===================================================*/
.strength00-area-inner {
  height: 40vh;
  width: 100vw;
  position: relative;
  background: #fff;
  padding-top: 19vh;
}

.strength00-ttl-bg {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 20vw;
  text-align: center;
  letter-spacing: 0.03em;
  color: #f2f2f2;
  line-height: 0;
}

.strength00-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 9vw;
  text-align: center;
  line-height: 1;
  color: #000000;
  margin-top: -2px;
  margin-top: 6px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.strength00-ttl span {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
}

.strength-area-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #dfe9ee;
  z-index: -1;
}

.strength-bg {
  position: sticky;
  position: -webkit-sticky;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -10;
  width: calc(400/750 * 100vw);
}

.strength03-area-inner .strength-bg {
  width: calc(645/750 * 100vw);
  left: 7%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.strength01-area-inner {
  padding: 30vh 0;
}

.strength02-area-inner {
  padding: 0 0 30vh;
}

.strength03-area-inner {
  padding: 0 0 30vh;
}

@media all and (-ms-high-contrast: none) {
  .strength-area-inner .strength-bg {
    position: relative;
    margin: 0 auto;
    text-align: center;
  }

  .strength01-area-inner .strength-bg {
    width: auto;
  }

  .strength02-area-inner .strength-bg {
    width: auto;
  }

  .strength03-area-inner .strength-bg {
    width: auto;
  }
}
.strength-area-contents {
  padding-top: 265px;
}

.strength-area-contents-box {
  width: 100vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-bottom: 0px;
  position: relative;
}

#strength01-border {
  padding-bottom: 60vh;
}

#strength02-border {
  padding-bottom: 60vh;
}

#strength03-border {
  padding-bottom: 60vh;
}

.js-strength-bg-img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

.js-strength-bg-img.hide {
  opacity: 0;
}

.strength-area-contents-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-bottom: 1vh;
}

.strength-txt-box {
  width: 100%;
}

.strength-txt-box {
  width: 100%;
  padding-left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.strength-sub-ttl {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 16px;
  line-height: 1;
  width: 90%;
  margin: 0 auto;
}

.strength-ttl {
  font-family: "Oswald", sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 32px;
  width: 90%;
  margin: 0 auto;
}

.strength-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: calc(28/750 * 100vw);
  padding: 0 calc(30/750 * 100vw) calc(30/750 * 100vw) 0;
  line-height: 2.4;
  width: 80%;
  margin: 0 auto 0 calc(40/750 * 100vw);
  text-shadow: 0px 0px 2px white;
  background: #dfe9ee;
  background: rgba(223, 233, 238, 0.7);
}

.strength-img-box {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 87%;
  right: 0;
  z-index: -5;
}

/* ============================
works
===================================================*/
.works-list-item-link {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.works-list-item-link {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.works-area {
  background: #fff;
}

.works-area-inner {
  padding: 10rem 0;
  margin: 0 auto;
  width: 100vw;
}

.works-ttl-bg {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 20vw;
  text-align: center;
  letter-spacing: 0.03em;
  color: #f2f2f2;
  line-height: 0;
}

.works-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 9vw;
  text-align: center;
  line-height: 1;
  color: #000000;
  margin-top: -2px;
  margin-top: 6px;
  letter-spacing: 0.15em;
  padding-bottom: 6vh;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.works-ttl span {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
}

.works-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works-list-item {
  width: calc(660/750 * 100vw);
  height: calc(360/750 * 100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto calc(40/750 * 100vw);
}

.works-list-item-link-wrapper {
  -webkit-perspective: 1600px;
          perspective: 1600px;
  cursor: pointer;
}

.works-list-item-link {
  border: #ccc 1px solid;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.works-list-item-link::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  -webkit-box-shadow: 0 8px 38px rgba(0, 0, 0, 0.86);
          box-shadow: 0 8px 38px rgba(0, 0, 0, 0.86);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.works-list-item-link:hover::before {
  -webkit-box-shadow: 0 14px 64px rgba(0, 0, 0, 0.42);
          box-shadow: 0 14px 64px rgba(0, 0, 0, 0.42);
}
.works-list-item-link.enter.ease, .works-list-item-link.leave {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.works-list-item01 .works-list-item-link {
  width: calc(660/750 * 100vw);
  height: calc(360/750 * 100vw);
  display: block;
  background: url(../img/works_img01.png) center center/cover no-repeat, rgba(0, 0, 0, 0.8);
  background-blend-mode: overlay;
}

.works-list-item01 .works-list-item-link:hover {
  background-image: url(../img/works_img01.png);
  background-color: transparent;
}

.works-list-item02 .works-list-item-link {
  width: calc(660/750 * 100vw);
  height: calc(360/750 * 100vw);
  display: block;
  background: url(../img/works_img02.png) center center/cover no-repeat, rgba(0, 0, 0, 0.8);
  background-blend-mode: overlay;
}

.works-list-item02 .works-list-item-link:hover {
  background-image: url(../img/works_img02.png);
  background-color: transparent;
}

.works-list-item03 .works-list-item-link {
  width: calc(660/750 * 100vw);
  height: calc(360/750 * 100vw);
  display: block;
  background: url(../img/works_img03.png) center center/cover no-repeat, rgba(0, 0, 0, 0.8);
  background-blend-mode: overlay;
}

.works-list-item03 .works-list-item-link:hover {
  background-image: url(../img/works_img03.png);
  background-color: transparent;
}

.works-list-item04 .works-list-item-link {
  width: calc(660/750 * 100vw);
  height: calc(360/750 * 100vw);
  display: block;
  background: url(../img/works_img04.png) center center/cover no-repeat, rgba(0, 0, 0, 0.8);
  background-blend-mode: overlay;
}

.works-list-item04 .works-list-item-link:hover {
  background-image: url(../img/works_img04.png);
  background-color: transparent;
}

.works-list-item05 .works-list-item-link {
  width: calc(660/750 * 100vw);
  height: calc(360/750 * 100vw);
  display: block;
  background: url(../img/works_img05.png) center center/cover no-repeat, rgba(0, 0, 0, 0.8);
  background-blend-mode: overlay;
}

.works-list-item05 .works-list-item-link:hover {
  background-image: url(../img/works_img05.png);
  background-color: transparent;
}

.works-list-item06 .works-list-item-link {
  width: calc(660/750 * 100vw);
  height: calc(360/750 * 100vw);
  display: block;
  background: url(../img/works_img06.png) center center/cover no-repeat, rgba(0, 0, 0, 0.8);
  background-blend-mode: overlay;
}

.works-list-item06 .works-list-item-link:hover {
  background-image: url(../img/works_img06.png);
  background-color: transparent;
}

@media all and (-ms-high-contrast: none) {
  .works-list-item-link {
    -webkit-transition: 0s;
    transition: 0s;
  }

  .works-list-item01 .works-list-item-link {
    width: calc(660/750 * 100vw);
    height: calc(360/750 * 100vw);
    display: block;
    background: url(../img/black_bg.png) left top/1px repeat, url(../img/works_img01.png) left top/100% no-repeat;
  }

  .works-list-item01 .works-list-item-link:hover {
    background: url(../img/works_img01.png) left top/100% no-repeat;
  }

  .works-list-item02 .works-list-item-link {
    width: calc(660/750 * 100vw);
    height: calc(360/750 * 100vw);
    display: block;
    background: url(../img/black_bg.png) left top/1px repeat, url(../img/works_img02.png) left top/100% no-repeat;
  }

  .works-list-item02 .works-list-item-link:hover {
    background: url(../img/works_img02.png) left top/100% no-repeat;
  }

  .works-list-item03 .works-list-item-link {
    width: calc(660/750 * 100vw);
    height: calc(360/750 * 100vw);
    display: block;
    background: url(../img/black_bg.png) left top/1px repeat, url(../img/works_img03.png) left top/100% no-repeat;
  }

  .works-list-item03 .works-list-item-link:hover {
    background: url(../img/works_img03.png) left top/100% no-repeat;
  }

  .works-list-item04 .works-list-item-link {
    width: calc(660/750 * 100vw);
    height: calc(360/750 * 100vw);
    display: block;
    background: url(../img/black_bg.png) left top/1px repeat, url(../img/works_img04.png) left top/100% no-repeat;
  }

  .works-list-item04 .works-list-item-link:hover {
    background: url(../img/works_img04.png) left top/100% no-repeat;
  }

  .works-list-item05 .works-list-item-link {
    width: calc(660/750 * 100vw);
    height: calc(360/750 * 100vw);
    display: block;
    background: url(../img/black_bg.png) left top/1px repeat, url(../img/works_img05.png) left top/100% no-repeat;
  }

  .works-list-item05 .works-list-item-link:hover {
    background: url(../img/works_img05.png) left top/100% no-repeat;
  }

  .works-list-item06 .works-list-item-link {
    width: calc(660/750 * 100vw);
    height: calc(360/750 * 100vw);
    display: block;
    background: url(../img/black_bg.png) left top/1px repeat, url(../img/works_img06.png) left top/100% no-repeat;
  }

  .works-list-item06 .works-list-item-link:hover {
    background: url(../img/works_img06.png) left top/100% no-repeat;
  }
}
.works-list-item-link-txt-box {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.works-list-item-link-line {
  width: 30px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 0 auto 15px;
}

.works-list-item-link-ttl {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}

.works-list-item-link-txt {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.65;
}

/* ============================
member
===================================================*/
.member-area {
  background: #fff;
  padding-bottom: 7rem;
}

.member-area-inner {
  padding: 10rem 0 0;
  margin: 0 auto;
  width: 100vw;
}

.member-list {
  width: calc(612/750 * 100vw);
  margin: 0 auto;
  position: relative;
}

.member-list-map-img,
.member-list-map {
  position: initial;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.member-list-item-cont {
  background: #fff;
  left: 0%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: calc(750/750 * 100vw);
  height: calc(1000/750 * 100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.member-list-item-cont-inner {
  padding: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #454545;
  text-align: center;
}

.member-list-item {
  position: absolute;
  width: calc(612/750 * 100vw);
  height: calc(139/750 * 100vw);
}

.member-list-item01 {
  top: 0;
}

.member-list-item02 {
  top: calc(139/750 * 100vw);
}

.member-list-item03 {
  top: calc(278/750 * 100vw);
}

.member-list-item04 {
  top: calc(417/750 * 100vw);
}

.member-list-item05 {
  top: calc(556/750 * 100vw);
}

.member-list-item06 {
  top: calc(695/750 * 100vw);
}

.member-list-item07 {
  top: calc(834/750 * 100vw);
}

.member-list-item08 {
  top: calc(973/750 * 100vw);
}

.member-list-item09 {
  top: calc(1112/750 * 100vw);
}

.member-list-item10 {
  top: calc(1251/750 * 100vw);
}

.member-list-item11 {
  top: calc(1390/750 * 100vw);
}

.member-list-item12 {
  top: calc(1529/750 * 100vw);
}

.member-list-item13 {
  top: calc(1668/750 * 100vw);
}

.member-list-item14 {
  top: calc(1803/750 * 100vw);
}

.member-list-item15 {
  top: calc(1938/750 * 100vw);
}

.member-list-item-cont-inner {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.member-all {
  width: calc(704/750 * 100vw);
  margin: 2rem auto 0;
}

.member-list-item-cont-imgbox {
  width: 270px;
  height: 293px;
  margin-right: 25px;
}

.member-list-item-cont:nth-child(n+7) .member-list-item-cont-imgbox {
  margin-right: 0;
  margin-left: 25px;
}

.member-list-item-cont-txtbox {
  width: 350px;
  color: #fff;
}

.member-name {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 18px;
  line-height: 1;
  letter-spacing: 0.15em;
}

.member-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
}

.member-modal__btn {
  position: absolute;
  border-radius: 50%;
  color: #000;
  font-weight: 700;
  text-align: center;
  z-index: 11;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .member-modal__btn {
    top: calc(25 / 750 * 100vw);
    left: calc(-20 / 750 * 100vw);
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    font-size: calc(62 / 750 * 100vw);
    line-height: calc(44 / 750 * 100vw);
  }
}

/* ============================
footer
===================================================*/
.footer {
  margin: 0 auto;
  background: #000;
}

.footer-main {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .footer-main {
    width: 100%;
    margin: auto;
  }
}

.footer-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5rem 0 0;
}

.footer-list-item {
  width: calc(480 / 750 * 100vw);
  font-size: 0;
  margin: 0 auto 2rem;
}
.footer-list-item img {
  width: 100%;
}
.footer-list-item a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer-list-item a:hover {
  opacity: 0.7;
}

.footer-main__copyright {
  text-align: center;
  letter-spacing: 0.079em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer-main__copyright {
    padding-bottom: 64px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer-main__copyright {
    padding: 20px;
    font-size: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .footer-box-left {
    width: auto;
    text-align: center;
  }
}

/* ============================
anime
===================================================*/
.rokets {
  fill: #24A5DE;
}

.logo-item {
  fill: #000;
  /*塗りつぶし色*/
  stroke-width: 2;
  /*線の太さ*/
  stroke-dasharray: 2500;
  /*線の間隔*/
  stroke-dashoffset: 0;
  /*線の始まりの開始位置*/
  -webkit-animation-name: anime-logo;
          animation-name: anime-logo;
  /*keyframe名*/
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  /*所要時間*/
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  /*進行割合*/
}

.logo-item-blue {
  fill: #24A5DE;
  stroke-width: 2;
  /*線の太さ*/
  stroke-dasharray: 2500;
  /*線の間隔*/
  stroke-dashoffset: 0;
  /*線の始まりの開始位置*/
  -webkit-animation-name: anime-logo-blue;
          animation-name: anime-logo-blue;
  /*keyframe名*/
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  /*所要時間*/
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  /*進行割合*/
}

.logo-item-rokets {
  fill: #24A5DE;
  stroke-width: 2;
  /*線の太さ*/
  stroke-dasharray: 2500;
  /*線の間隔*/
  stroke-dashoffset: 0;
  /*線の始まりの開始位置*/
  -webkit-animation-name: anime-logo-blue;
          animation-name: anime-logo-blue;
  /*keyframe名*/
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  /*所要時間*/
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  /*進行割合*/
}

/* アニメーション設定 */
@-webkit-keyframes anime-logo {
  0% {
    fill: #fff;
    /*塗りつぶし色*/
    stroke-dashoffset: 2500;
    /*線の始まりの開始位置*/
    stroke: #000;
    /*パスの色*/
  }
  65% {
    fill: #fff;
    /*塗りつぶし色*/
  }
  75% {
    stroke-dashoffset: 0;
    /*線の始まりの開始位置*/
    stroke: white;
    /*パスの色*/
  }
  100% {
    stroke-dashoffset: 0;
    /*線の始まりの開始位置*/
    stroke: white;
    /*パスの色*/
  }
}
@keyframes anime-logo {
  0% {
    fill: #fff;
    /*塗りつぶし色*/
    stroke-dashoffset: 2500;
    /*線の始まりの開始位置*/
    stroke: #000;
    /*パスの色*/
  }
  65% {
    fill: #fff;
    /*塗りつぶし色*/
  }
  75% {
    stroke-dashoffset: 0;
    /*線の始まりの開始位置*/
    stroke: white;
    /*パスの色*/
  }
  100% {
    stroke-dashoffset: 0;
    /*線の始まりの開始位置*/
    stroke: white;
    /*パスの色*/
  }
}
/* アニメーション設定 */
@-webkit-keyframes anime-logo-blue {
  0% {
    fill: #fff;
    /*塗りつぶし色*/
    stroke-dashoffset: 2500;
    /*線の始まりの開始位置*/
    stroke: #24A5DE;
    /*パスの色*/
  }
  65% {
    fill: #fff;
    /*塗りつぶし色*/
  }
  75% {
    stroke-dashoffset: 0;
    /*線の始まりの開始位置*/
    stroke: white;
    /*パスの色*/
  }
  100% {
    stroke-dashoffset: 0;
    /*線の始まりの開始位置*/
    stroke: white;
    /*パスの色*/
  }
}
@keyframes anime-logo-blue {
  0% {
    fill: #fff;
    /*塗りつぶし色*/
    stroke-dashoffset: 2500;
    /*線の始まりの開始位置*/
    stroke: #24A5DE;
    /*パスの色*/
  }
  65% {
    fill: #fff;
    /*塗りつぶし色*/
  }
  75% {
    stroke-dashoffset: 0;
    /*線の始まりの開始位置*/
    stroke: white;
    /*パスの色*/
  }
  100% {
    stroke-dashoffset: 0;
    /*線の始まりの開始位置*/
    stroke: white;
    /*パスの色*/
  }
}
@-webkit-keyframes anime-logo-rokets {
  0% {
    fill: #fff;
    /*塗りつぶし色*/
    stroke-dashoffset: 2500;
    /*線の始まりの開始位置*/
    stroke: #24A5DE;
    /*パスの色*/
  }
  75% {
    fill: #fff;
    /*塗りつぶし色*/
  }
  75% {
    stroke-dashoffset: 0;
    /*線の始まりの開始位置*/
    stroke: white;
    /*パスの色*/
  }
  100% {
    stroke-dashoffset: 0;
    /*線の始まりの開始位置*/
    stroke: white;
    /*パスの色*/
  }
}
@keyframes anime-logo-rokets {
  0% {
    fill: #fff;
    /*塗りつぶし色*/
    stroke-dashoffset: 2500;
    /*線の始まりの開始位置*/
    stroke: #24A5DE;
    /*パスの色*/
  }
  75% {
    fill: #fff;
    /*塗りつぶし色*/
  }
  75% {
    stroke-dashoffset: 0;
    /*線の始まりの開始位置*/
    stroke: white;
    /*パスの色*/
  }
  100% {
    stroke-dashoffset: 0;
    /*線の始まりの開始位置*/
    stroke: white;
    /*パスの色*/
  }
}
.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.start-inner {
  position: relative;
}

.start #logo {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: calc(600/750 * 100vw);
}

/*------------------------------------------------------------------
floating02
------------------------------------------------------------------*/
.floating02-wrap {
  width: 100%;
  position: fixed;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0px;
  z-index: 100;
  background: none;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

@media screen and (max-width: 767px) {
  .floating02-inner {
    width: 100%;
    height: calc(120/750 * 100vw);
    padding: 0 0 0 calc(10/750 * 100vw);
  }
}

@-webkit-keyframes Slidedawn02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes Slidedawn02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes Slideup02 {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes Slideup02 {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media screen and (max-width: 767px) {
  .floating02-wrap.show {
    position: fixed;
    bottom: 0px;
    z-index: 100;
    -webkit-animation: Slidedawn02 0.5s ease-in-out forwards;
            animation: Slidedawn02 0.5s ease-in-out forwards;
    opacity: 1;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body .floating02-wrap.is-hide02 {
    position: fixed;
    bottom: 0px;
    z-index: 100;
    -webkit-animation: Slideup02 0.5s ease-in-out forwards;
            animation: Slideup02 0.5s ease-in-out forwards;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media screen and (max-width: 767px) {
  .floating02-menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100/750 * 100vw);
    width: calc(100/750 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
    background-color: black;
  }
}

@media screen and (max-width: 767px) {
  .floating02-menu-btn span,
.floating02-menu-btn span:before,
.floating02-menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: calc(45/750 * 100vw);
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .floating02-menu-btn span:before {
    bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .floating02-menu-btn span:after {
    top: 8px;
  }
}

@media (max-width: 767px) {
  .floating02-menu-btn.is-show span {
    background-color: #000;
  }

  .floating02-menu-btn.is-show span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .floating02-menu-btn.is-show span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .floating02-menu-content ul {
    padding: calc(100/750 * 100vw) calc(52/750 * 100vw) 0;
    background-color: #000;
  }

  .floating02-menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
  }

  .floating02-menu-content ul li a {
    display: block;
    width: 100%;
    font-family: "Oswald", sans-serif;
    font-size: calc(50/750 * 100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: calc(12/750 * 100vw) 0 calc(15/750 * 100vw) calc(80/750 * 100vw);
    position: relative;
  }

  .floating02-menu-content ul li a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    font-size: calc(40/750 * 100vw);
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }

  .floating02-menu-content {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: -100vh;
    z-index: 80;
    background-color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /*アニメーション設定*/
  }

  .floating02-menu-content.is-show {
    top: 0;
    /*メニューを画面内へ*/
  }
}
@media screen and (max-width: 767px) {
  body .floating02-wrap.is-start {
    opacity: 0 !important;
    -webkit-animation: Slidenone 0 forwards;
            animation: Slidenone 0 forwards;
    display: none;
  }
}

/* ============================
contact
===================================================*/
.contact-area-inner {
  height: auto;
  width: 100%;
  position: relative;
  background: url(../../../assets/img/contact_bg.jpg) center top/cover no-repeat;
  padding: 10rem 0;
  text-align: center;
}
.contact-area-inner .works-ttl-bg {
  mix-blend-mode: overlay;
  /*値を変更すれば様々な効果を与えられます*/
}
.contact-area-inner .works-ttl {
  color: #fff;
}
.contact-area-inner .about-link {
  margin: 0 auto;
}

.contact-txt {
  font-size: calc(30/750 * 100vw);
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-bottom: calc(40/750 * 100vw);
}

/* ============================
z-header
===================================================*/
.z-header {
  background: #000;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .z-header {
    height: 55px;
    min-width: 100%;
  }
}

.z-header-inner {
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .z-header-inner {
    display: inline-block;
    width: 100%;
    padding: calc(22/750 * 100vw) calc(40/750 * 100vw);
  }
}

.z-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .z-header-logo {
    width: calc(220/750 * 100vw);
    height: auto;
    float: left;
  }
}

.z-header-logo img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.z-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .z-header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .z-header-info {
    width: 55%;
  }
}

.z-header-btn {
  display: block;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .z-header-btn {
    width: 100%;
  }
}

.z-header-btn a {
  position: relative;
  border-radius: 4px;
  background: #484848;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 276px;
  height: 56px;
  padding: 7px 20px;
}
.z-header-btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .z-header-btn a {
    width: 100%;
    height: auto;
    padding: 0px 0;
  }
}

.z-header-btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  left: 20px;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  .z-header-btn a::before {
    content: "";
    display: block;
    width: 100%;
    height: 8.7vw;
    background-size: contain;
    left: 2vw;
    width: 3vw;
    height: 3vw;
  }
}

.z-header-btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .z-header-btn a::after {
    margin-top: -4px;
    border-top: solid calc(4/750 * 100vw) #fff;
    border-right: solid calc(4/750 * 100vw) #fff;
    width: calc(10/750 * 100vw);
    height: calc(10/750 * 100vw);
    right: calc(18/750 * 100vw);
  }
}

.z-header-btn-txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #FFF;
  font-size: 18px;
  padding: 6px 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .z-header-btn-txt {
    font-size: calc(26/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .z-header {
    min-width: 1000px;
    height: 80px;
  }
}

@media screen and (min-width: 768px) {
  .z-header-logo {
    width: 45%;
    height: 71px;
  }
}

/* ============================
works-page
===================================================*/
.works-contents-inner {
  padding-top: 3rem;
  width: 94%;
  margin: 0 auto;
}

.works-page-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: calc(46/750 * 100vw);
  text-align: left;
  padding-bottom: 3rem;
  line-height: 1.4;
}

.works-page-headbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 7rem;
}

.works-page-head-imgbox {
  width: 100%;
  margin-bottom: 2rem;
}

.works-page-head-txtbox {
  width: 100%;
  margin-left: 0;
}

.works-page-head-txt-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.works-page-head-txt-dl:last-child {
  margin-bottom: 0;
}

.works-page-head-txt-dt {
  font-family: "Oswald", sans-serif;
  font-size: calc(36/750 * 100vw);
  font-weight: 600;
  width: 30%;
}

.works-page-head-txt-dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(30/750 * 100vw);
  width: 70%;
}

.notes {
  font-size: calc(20/750 * 100vw);
  float: right;
}

/* ============================
works-page-lp
===================================================*/
.works-page-icon-ttl {
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  padding-bottom: 2rem;
}
.works-page-icon-ttl::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 38px;
  background-image: url(../img/b-icon.png);
  background-size: contain;
  vertical-align: -20%;
  margin-right: 15px;
}

.works-page-lpbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 7rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.works-page-lpcont {
  width: 100%;
  margin-bottom: 2rem;
}

.works-page-lpcont-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}

.works-page-lpcont-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  word-break: break-all;
}
.works-page-lpcont-link::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  margin-left: 7px;
}
.works-page-lpcont-link:hover {
  opacity: 0.7;
}

/* ============================
works-page-mov
===================================================*/
.works-page-movbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 90px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works-page-movcont {
  display: block;
  width: 100%;
}
.works-page-movcont video {
  border: none;
}
.works-page-movcont video :hover {
  border: none;
}
.works-page-movcont video :active {
  border: none;
}
.works-page-movcont:last-child {
  margin-right: 0;
}

.works-contents-benesse .works-page-movcont video {
  width: 100%;
}

.works-contents-tombow .works-page-movcont video,
.works-contents-riso .works-page-movcont video,
.works-contents-lifull .works-page-movcont video {
  width: 100%;
}

/* ============================
works-page-bnr
===================================================*/
.works-page-bnrbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 7rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works-contents-benesse .works-page-bnrcont,
.works-contents-tombow .works-page-bnrcont,
.works-contents-riso .works-page-bnrcont,
.works-contents-cleanup .works-page-bnrcont,
.works-contents-jsports .works-page-bnrcont,
.works-contents-lifull .works-page-bnrcont {
  width: 100%;
  margin-bottom: 2rem;
}
.works-contents-benesse .works-page-bnrcont img,
.works-contents-tombow .works-page-bnrcont img,
.works-contents-riso .works-page-bnrcont img,
.works-contents-cleanup .works-page-bnrcont img,
.works-contents-jsports .works-page-bnrcont img,
.works-contents-lifull .works-page-bnrcont img {
  width: 100%;
}

/* ============================
works-page-back
===================================================*/
.works-page-back-link {
  background: #000;
  width: 80%;
  height: calc(120/750 * 100vw);
  margin: 0 auto 50px;
  padding: 0 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.works-page-back-link:hover {
  opacity: 0.7;
}

.works-page-back-link::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 22px;
  color: #fff;
  display: inline-block;
}

.works-page-back-txt {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

/* ============================
footer
===================================================*/
.footer {
  margin: 0 auto;
  background: #000;
}

.footer-main {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .footer-main {
    width: 100%;
    margin: auto;
  }
}

.footer-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5rem 0 0;
}

.footer-list-item {
  width: 70%;
  font-size: 0;
  margin: 0 auto 2rem;
}
.footer-list-item img {
  width: 100%;
}
.footer-list-item a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer-list-item a:hover {
  opacity: 0.7;
}

.footer-main__copyright {
  text-align: center;
  letter-spacing: 0.079em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer-main__copyright {
    padding-bottom: 64px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer-main__copyright {
    padding: 20px;
    font-size: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .footer-box-left {
    width: auto;
    text-align: center;
  }
}