@charset "UTF-8";
a {
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  .alp {
    transition: opacity 0.3s ease-out;
  }
  .alp:hover {
    opacity: 0.7;
    transition: opacity 0.1s ease-out;
  }
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/montserrat-v24-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v24-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-jp-regular - latin_japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/noto-sans-jp-v42-latin_japanese-regular.woff2") format("woff2"), url("../fonts/noto-sans-jp-v42-latin_japanese-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-jp-700 - latin_japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/noto-sans-jp-v42-latin_japanese-700.woff2") format("woff2"), url("../fonts/noto-sans-jp-v42-latin_japanese-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.fon-noto-r, main .sec-contact .form button .txt small, * {
  font-family: "Noto Sans JP";
  font-weight: 400;
}

.fon-noto-b, main .sec-contact .form button .txt, main .sec-contact .form label {
  font-family: "Noto Sans JP";
  font-weight: 700;
}

.fon-mont, main .sec-top .points li:before {
  font-family: "Montserrat";
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

* {
  font-feature-settings: "palt";
}

.sp {
  display: block !important;
}
@media screen and (min-width: 1000px) and (max-width: 1339px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}
@media screen and (min-width: 1000px) and (max-width: 1339px) {
  .pc {
    display: block !important;
  }
}
@media screen and (min-width: 1440px) {
  .pc {
    display: block !important;
  }
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1000000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.4s ease-out;
}

.loader {
  margin: 200px auto;
  font-size: 1.733vw;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@media screen and (min-width: 1000px) {
  .loader {
    font-size: 0.694vw;
  }
}
@media screen and (min-width: 1440px) {
  .loader {
    font-size: 10px;
  }
}
@-webkit-keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em black, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em black, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em black, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em black, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em black, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em black, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em black, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em black;
  }
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em black, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em black, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em black, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em black, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em black, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em black, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em black, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em black;
  }
}
/* Video */
video {
  width: 100%;
  max-width: 400px; /* 最大でも400px以下に */
}

/* Reset form */
.cnt-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

.cnt-text:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

.cnt-textarea-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}

.cnt-textarea-text:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

.cnt-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(../img/arrow_pulldown.svg) no-repeat center right 8px/16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

.cnt-select::-ms-expand {
  display: none;
}

.cnt-select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

.cnt-submit {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0 0 1em;
  padding: 0.6em 2em;
  text-decoration: none;
}

.cnt-submit:hover,
.cnt-submit:focus {
  outline: none;
}

.cnt-submit::-moz-foucus-inner {
  border: none;
  padding: 0;
}

/* ------------ */
/* Header */
header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 2.667vw;
  padding-top: 2.667vw;
}
header .logo {
  width: 3.467vw;
}
header .logo img {
  width: 100%;
}
header .title {
  font-size: 3.467vw;
  margin-right: 1.733vw;
}
@media screen and (min-width: 1000px) {
  header {
    margin: 0 1.389vw;
    padding-top: 1.389vw;
  }
  header .logo {
    width: 1.389vw;
  }
  header .title {
    font-size: 1.667vw;
    margin-right: 2.847vw;
  }
}
@media screen and (min-width: 1440px) {
  header {
    width: 1400px;
    margin: 0 auto;
    padding-top: 20px;
  }
  header .logo {
    width: 20px;
  }
  header .title {
    font-size: 24px;
    margin-right: 41px;
  }
}

/* ------------ */
/* Text SCROLL  */
.scroll {
  display: none;
}
@media screen and (min-width: 1000px) {
  .scroll {
    display: block;
    font-size: 0.833vw;
    position: absolute;
    right: 1.319vw;
    transform-origin: 100% 0;
    transform: rotate(90deg);
    margin-top: 6.944vw;
  }
  .scroll:after {
    content: "";
    display: inline-block;
    width: 12.5vw;
    height: 1px;
    background-color: black;
    vertical-align: middle;
    margin-left: 1.944vw;
  }
}
@media screen and (min-width: 1440px) {
  .scroll {
    display: block;
    font-size: 12px;
    right: 50%;
    margin-top: 100px;
    margin-right: -701px;
  }
  .scroll:after {
    width: 180px;
    margin-left: 28px;
  }
}

/* ------------ */
/* Main */
main .mv {
  width: 92%;
  margin: 1.867vw auto 0 auto;
  position: relative;
  padding-top: 118%;
}
main .mv iframe {
  border-radius: 6.4vw;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1000px) and (max-width: 1439px) {
  main .mv {
    width: calc(100% - 8.333vw);
    margin: 0.625vw 4.167vw 0 4.167vw;
    padding-top: 43%;
  }
  main .mv iframe {
    border-radius: 1.389vw;
  }
}
@media screen and (min-width: 1440px) {
  main .mv {
    width: 1320px;
    margin: 9px auto 0 auto;
    padding-top: 0;
    height: 620px;
  }
  main .mv iframe {
    border-radius: 20px;
  }
}
main .sec-top > p {
  margin-top: 4.267vw;
  text-align: center;
  line-height: 1.6;
  font-size: 4vw;
}
main .sec-top h1 {
  text-align: center;
  font-size: 13.333vw;
  line-height: 1;
  margin-top: 4.933vw;
}
main .sec-top .points {
  width: 92%;
  margin: 0 auto;
}
main .sec-top .points li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 8vw;
}
main .sec-top .points li:before {
  text-align: center;
  content: "UP!";
  font-size: 6.4vw;
  border-radius: 100000px;
  display: inline-block;
  width: 24vw;
  height: 24vw;
  line-height: 18.667vw;
  border: 2.667vw solid #FFE241;
}
main .sec-top .points li > div {
  width: 69%;
}
main .sec-top .points li > div h2 {
  font-size: 4vw;
  line-height: 1.6;
}
main .sec-top .points li > div p {
  font-size: 3.2vw;
  line-height: 2;
  margin-top: 1.333vw;
}
@media screen and (min-width: 1000px) {
  main .sec-top > p {
    margin-top: 4.444vw;
    font-size: 2.083vw;
  }
  main .sec-top h1 {
    margin-top: 1.25vw;
    font-size: 6.944vw;
  }
  main .sec-top .points {
    width: 75vw;
  }
  main .sec-top .points li {
    align-items: center;
    margin-top: 4.167vw;
  }
  main .sec-top .points li:before {
    font-size: 3.333vw;
    width: 12.5vw;
    height: 12.5vw;
    line-height: 9.722vw;
    border: 1.389vw solid #FFE241;
  }
  main .sec-top .points li > div {
    width: 60.417vw;
  }
  main .sec-top .points li > div h2 {
    font-size: 2.083vw;
  }
  main .sec-top .points li > div p {
    font-size: 1.667vw;
    margin-top: 0.694vw;
  }
}
@media screen and (min-width: 1440px) {
  main .sec-top > p {
    margin-top: 64px;
    font-size: 30px;
  }
  main .sec-top h1 {
    margin-top: 18px;
    font-size: 100px;
  }
  main .sec-top .points {
    width: 1080px;
  }
  main .sec-top .points li {
    margin-top: 60px;
  }
  main .sec-top .points li:before {
    font-size: 48px;
    width: 180px;
    height: 180px;
    line-height: 140px;
    border: 20px solid #FFE241;
  }
  main .sec-top .points li > div {
    width: 870px;
  }
  main .sec-top .points li > div h2 {
    font-size: 30px;
  }
  main .sec-top .points li > div p {
    font-size: 24px;
    margin-top: 10px;
  }
}
main .sec-works h2 {
  text-align: center;
  font-size: 9.6vw;
  line-height: 1;
  margin-top: 13.333vw;
}
main .sec-works > p {
  margin-top: 1.333vw;
  text-align: center;
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  main .sec-works h2 {
    font-size: 4.167vw;
    margin-top: 6.944vw;
  }
  main .sec-works > p {
    margin-top: 1.389vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  main .sec-works h2 {
    font-size: 60px;
    margin-top: 100px;
  }
  main .sec-works > p {
    margin-top: 20px;
  }
}
main .sec-works .list-works {
  width: 95%;
  margin: 7.733vw 1% 0 4%;
}
main .sec-works .list-works > li {
  display: inline-block;
  font-size: 0;
  width: 50%;
  vertical-align: top;
  margin-bottom: 7.733vw;
}
main .sec-works .list-works > li a {
  display: block;
}
main .sec-works .list-works > li .img {
  position: relative;
  vertical-align: top;
}
main .sec-works .list-works > li .img:before {
  content: "";
  display: block;
  width: 89%;
  height: 100%;
  position: absolute;
  top: 2.667vw;
  left: 2.667vw;
  background-color: #FFE241;
}
main .sec-works .list-works > li .img img {
  position: relative;
  width: 89%;
  height: auto;
}
main .sec-works .list-works > li .li-tags {
  width: 89%;
  margin-top: 3.733vw;
}
main .sec-works .list-works > li .li-tags li {
  font-size: 2.4vw;
  border: 1px solid #CCCCCC;
  display: inline-block;
  border-radius: 3.733vw;
  padding: 1.333vw 3.2vw;
  margin-right: 1.333vw;
  margin-top: 1.333vw;
}
main .sec-works .list-works > li .title {
  width: 89%;
  font-size: 2.667vw;
  margin-top: 1.867vw;
}
@media screen and (min-width: 1000px) {
  main .sec-works .list-works {
    width: 76.875vw;
    margin: 4.028vw auto 0 auto;
    position: relative;
    left: 0.972vw;
  }
  main .sec-works .list-works > li {
    width: 33.3333%;
    margin-bottom: 5.556vw;
  }
  main .sec-works .list-works > li .img:before {
    content: "";
    display: block;
    width: 87%;
    height: 100%;
    top: 1.389vw;
    left: 1.389vw;
  }
  main .sec-works .list-works > li .img img {
    width: 87%;
  }
  main .sec-works .list-works > li .li-tags {
    width: 92.5%;
    margin-top: 1.944vw;
  }
  main .sec-works .list-works > li .li-tags li {
    font-size: 0.972vw;
    border-radius: 1.944vw;
    padding: 0.625vw 1.389vw;
    margin-right: 0.694vw;
    margin-top: 0.694vw;
  }
  main .sec-works .list-works > li .title {
    width: 92.5%;
    font-size: 1.111vw;
    margin-top: 0.972vw;
  }
}
@media screen and (min-width: 1440px) {
  main .sec-works .list-works {
    width: 1107px;
    margin: 58px auto 0 auto;
    position: relative;
    left: 14px;
  }
  main .sec-works .list-works > li {
    margin-bottom: 80px;
  }
  main .sec-works .list-works > li .img:before {
    top: 20px;
    left: 20px;
  }
  main .sec-works .list-works > li .li-tags {
    margin-top: 28px;
  }
  main .sec-works .list-works > li .li-tags li {
    font-size: 14px;
    border-radius: 28px;
    padding: 9px 20px;
    margin-right: 10px;
    margin-top: 10px;
  }
  main .sec-works .list-works > li .title {
    font-size: 16px;
    margin-top: 14px;
  }
}
main .sec-contact h2 {
  text-align: center;
  font-size: 9.6vw;
  line-height: 1;
  margin-top: 13.333vw;
}
main .sec-contact > p {
  margin-top: 1.333vw;
  text-align: center;
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  main .sec-contact h2 {
    font-size: 4.167vw;
    margin-top: 4.167vw;
  }
  main .sec-contact > p {
    margin-top: 0.694vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  main .sec-contact h2 {
    font-size: 60px;
    margin-top: 60px;
  }
  main .sec-contact > p {
    margin-top: 10px;
    font-size: 18px;
  }
}
main .sec-contact .form {
  width: 92%;
  margin: 6.667vw auto 0 auto;
  border: 1px solid #cccccc;
  padding: 6% 8%;
  border-radius: 0.267vw;
}
main .sec-contact .form label {
  font-size: 2.4vw;
  line-height: 2;
}
main .sec-contact .form label.req:after {
  content: "必須";
  background-color: #C90000;
  border-radius: 1.067vw;
  font-size: 1.867vw !important;
  color: white;
  margin-left: 1em;
  padding: 0.267vw 0.533vw;
}
@media screen and (min-width: 1000px) {
  main .sec-contact .form {
    width: 75vw;
    margin: 3.472vw auto 0 auto;
    padding: 4.167vw 4.167vw 2.083vw 4.167vw;
    border-radius: 0.139vw;
  }
  main .sec-contact .form label {
    font-size: 0.972vw;
  }
  main .sec-contact .form label.req:after {
    border-radius: 0.278vw;
    font-size: 0.833vw !important;
    padding: 0.139vw 0.278vw;
    margin-left: 0.4em;
  }
}
@media screen and (min-width: 1000px) {
  main .sec-contact .form label {
    font-size: 14px;
  }
  main .sec-contact .form label.req:after {
    border-radius: 4px;
    font-size: 12px !important;
    padding: 2px 4px;
  }
}
@media screen and (min-width: 1440px) {
  main .sec-contact .form {
    width: 1080px;
    margin: 50px auto 0 auto;
    padding: 60px 60px 30px 60px;
    border-radius: 2px;
  }
}
main .sec-contact .form input, main .sec-contact .form textarea, main .sec-contact .form select {
  border-radius: 1.067vw;
  font-size: 2.4vw;
}
main .sec-contact .form select {
  padding: 2.933vw 4vw;
  background-size: 4%;
}
main .sec-contact .form input {
  padding: 2.933vw 4vw;
}
main .sec-contact .form textarea {
  padding: 2.933vw 4vw;
}
@media screen and (min-width: 1000px) {
  main .sec-contact .form input, main .sec-contact .form textarea, main .sec-contact .form select {
    border-radius: 0.556vw;
    font-size: 0.972vw;
  }
  main .sec-contact .form select {
    padding: 1.528vw 2.083vw;
    background-size: 1.25vw;
    background-position: center right 16px;
  }
  main .sec-contact .form input {
    padding: 1.528vw 2.083vw;
  }
  main .sec-contact .form textarea {
    padding: 1.528vw 2.083vw;
  }
}
@media screen and (min-width: 1000px) {
  main .sec-contact .form input, main .sec-contact .form textarea, main .sec-contact .form select {
    border-radius: 8px;
    font-size: 14px;
  }
  main .sec-contact .form select {
    padding: 22px 30px;
    background-size: 18px;
  }
  main .sec-contact .form input {
    padding: 22px 30px;
  }
  main .sec-contact .form textarea {
    padding: 22px 30px;
  }
}
main .sec-contact .form button {
  background-color: #FFE241;
  border-radius: 9.6vw;
  width: 80%;
  margin: 0 auto;
  padding: 2.4vw 5.333vw;
  display: flex;
  justify-content: space-between;
}
main .sec-contact .form button .txt {
  color: black;
  font-size: 3.2vw;
}
main .sec-contact .form button .txt small {
  font-size: 2.4vw;
}
main .sec-contact .form button img {
  width: 4%;
}
main .sec-contact .form form > div {
  margin-bottom: 2.4vw;
}
main .sec-contact .form form > div.submit {
  margin-top: 3.2vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main .sec-contact .form button {
    border-radius: 5vw;
    width: 23.958vw;
    padding: 1.25vw 2.083vw;
  }
  main .sec-contact .form button .txt {
    font-size: 1.25vw;
  }
  main .sec-contact .form button .txt small {
    font-size: 0.972vw;
  }
  main .sec-contact .form button img {
    width: 0.833vw;
    position: relative;
    left: 0.486vw;
  }
  main .sec-contact .form form > div {
    margin-bottom: 1.25vw;
  }
  main .sec-contact .form form > div.submit {
    margin-top: 2.361vw;
  }
}
@media screen and (min-width: 1000px) {
  main .sec-contact .form button {
    border-radius: 72px;
    width: 345px;
    padding: 18px 30px;
  }
  main .sec-contact .form button .txt {
    font-size: 18px;
  }
  main .sec-contact .form button .txt small {
    font-size: 14px;
  }
  main .sec-contact .form button img {
    width: 12px;
    position: relative;
    left: 7px;
  }
  main .sec-contact .form form > div {
    margin-bottom: 18px;
  }
  main .sec-contact .form form > div.submit {
    margin-top: 34px;
  }
}
main .totop {
  margin: 8.267vw 4% 0 auto;
  width: 10.4vw;
  display: block;
}
main .totop img {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  main .totop {
    margin: -2.083vw 4.167vw 0 auto;
    width: 4.167vw;
  }
}
@media screen and (min-width: 1440px) {
  main .totop {
    margin: -30px auto 0 auto;
    width: 60px;
    position: relative;
    left: 630px;
  }
}

/* ------------ */
/* Footer */
footer {
  width: 80%;
  margin: 13.333vw auto 0 auto;
}
footer .title {
  width: 50%;
  margin: 0 auto;
}
footer .title img {
  width: 100%;
}
footer > p {
  font-size: 4vw;
  text-align: center;
  margin-top: 4vw;
}
footer > ul li a {
  display: flex;
  justify-content: space-between;
  padding: 2.667vw 4.8vw;
  width: 100%;
  border-radius: 10000px;
  background-color: #FFE241;
  margin-top: 4.267vw;
}
footer > ul li a .txt {
  font-size: 3.2vw;
}
footer > ul li a img {
  width: 3%;
}
footer .isms {
  width: 45%;
  margin: 8.933vw auto;
}
footer .isms img {
  width: 100%;
}
footer .copyright {
  text-align: center;
  font-size: 2.4vw;
  padding-bottom: 8.933vw;
}
@media screen and (min-width: 1000px) {
  footer {
    width: 75vw;
    margin: 6.944vw auto 0 auto;
  }
  footer .title {
    width: 17.083vw;
  }
  footer > p {
    font-size: 1.667vw;
    margin-top: 3.958vw;
  }
  footer > ul {
    display: flex;
    justify-content: space-between;
    width: 75vw;
  }
  footer > ul li a {
    padding: 1.25vw 2.083vw;
    width: 23.958vw;
    margin-top: 2.083vw;
  }
  footer > ul li a .txt {
    font-size: 1.25vw;
  }
  footer > ul li a img {
    width: 0.833vw;
    position: relative;
    left: 0.486vw;
  }
  footer .isms {
    width: 15.556vw;
    margin: 5.556vw auto;
  }
  footer .copyright {
    font-size: 0.972vw;
    padding-bottom: 3.611vw;
  }
}
@media screen and (min-width: 1440px) {
  footer {
    width: 1080px;
    margin: 100px auto 0 auto;
  }
  footer .title {
    width: 246px;
  }
  footer > p {
    font-size: 24px;
    margin-top: 57px;
  }
  footer > ul {
    display: flex;
    justify-content: space-between;
    width: 1080px;
  }
  footer > ul li a {
    padding: 18px 30px;
    width: 345px;
    margin-top: 30px;
  }
  footer > ul li a .txt {
    font-size: 18px;
  }
  footer > ul li a img {
    width: 12px;
    position: relative;
    left: 7px;
  }
  footer .isms {
    width: 224px;
    margin: 80px auto;
  }
  footer .copyright {
    font-size: 14px;
    padding-bottom: 52px;
  }
}

/* ------------ */
/* Works Detail */
.works-detail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
}
.works-detail.one .slick-dots {
  opacity: 0;
}
.works-detail > .wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: scroll;
}
.works-detail .panel {
  position: relative;
  background-color: white;
  margin: 8.933vw auto;
  width: 92%;
  padding: 2.667vw 2.667vw 6.667vw 2.667vw;
}
.works-detail .panel .panel-inner {
  width: 92%;
  margin: 0 auto;
  position: relative;
}
.works-detail .panel .panel-inner .title {
  font-size: 4.267vw;
  margin-bottom: 4.667vw;
}
.works-detail .panel .cover {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: white;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.works-detail .panel .cover.busy {
  transition: unset;
  opacity: 1;
}
.works-detail .close {
  width: 10%;
  display: block;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}
.works-detail .close img {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .works-detail .panel {
    margin: 4.653vw auto;
    width: 91.667vw;
    padding: 1.389vw 1.389vw 3.472vw 1.389vw;
  }
  .works-detail .panel .panel-inner {
    width: 85.069vw;
    margin: 0 auto;
  }
  .works-detail .panel .panel-inner .title {
    text-align: center;
    font-size: 1.667vw;
    margin-bottom: 3.125vw;
  }
  .works-detail .panel .panel-inner > .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .works-detail .panel .panel-inner > .wrap > .wrap {
    position: relative;
    width: 53.681vw;
  }
  .works-detail .close {
    width: 2.778vw;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .works-detail .panel {
    margin: 67px auto;
    width: 1320px;
    padding: 20px 20px 50px 20px;
  }
  .works-detail .panel .panel-inner {
    width: 1225px;
  }
  .works-detail .panel .panel-inner .title {
    font-size: 24px;
    margin-bottom: 45px;
  }
  .works-detail .panel .panel-inner > .wrap > .wrap {
    width: 773px;
  }
  .works-detail .close {
    width: 40px;
  }
}
.works-detail .list-slide {
  position: relative;
  width: 100%;
}
.works-detail .list-slide li.list-slide-li {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.works-detail .list-slide li.list-slide-li .slide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.works-detail .list-slide li.list-slide-li .slide > div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.works-detail .list-slide li.list-slide-li .slide img, .works-detail .list-slide li.list-slide-li .slide iframe {
  width: 100%;
}
.works-detail .slick-dots {
  display: flex;
  justify-content: left;
  width: 60%;
  margin-top: 5.333vw;
}
.works-detail .slick-dots li {
  background-color: #dddddd;
  color: transparent;
  width: 18%;
  height: 1.333vw;
  margin-right: 2%;
  cursor: pointer !important;
}
.works-detail .slick-dots li.slick-active {
  background-color: #FEE141;
}
.works-detail .slick-dots li.slick-active button {
  pointer-events: none;
}
.works-detail .btns {
  position: absolute;
  right: 0;
  margin-top: -2.667vw;
  margin-left: auto;
  display: flex;
  justify-content: right;
}
.works-detail .btns .btn-back {
  width: 27%;
}
.works-detail .btns .btn-back img {
  width: 100%;
}
.works-detail .btns .btn-next {
  margin-left: 5%;
  width: 27%;
}
.works-detail .btns .btn-next img {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .works-detail .slick-dots {
    justify-content: center;
    width: 100%;
    margin-top: 2.431vw;
  }
  .works-detail .slick-dots li {
    width: 3.472vw;
    height: 0.417vw;
    margin-right: 0.694vw;
  }
  .works-detail .btns {
    margin-top: -1.389vw;
  }
  .works-detail .btns .btn-back {
    width: 2.778vw;
  }
  .works-detail .btns .btn-next {
    margin-left: 0.972vw;
    width: 2.778vw;
  }
}
@media screen and (min-width: 1440px) {
  .works-detail .slick-dots {
    margin-top: 35px;
  }
  .works-detail .slick-dots li {
    width: 50px;
    height: 6px;
    margin-right: 10px;
  }
  .works-detail .btns {
    margin-top: -20px;
  }
  .works-detail .btns .btn-back {
    width: 40px;
  }
  .works-detail .btns .btn-next {
    margin-left: 14px;
    width: 40px;
  }
}
.works-detail .works-inner > div .client {
  font-size: 3.2vw;
  margin-top: 8vw;
}
.works-detail .works-inner > div .li-tags {
  margin-top: 1.333vw;
}
.works-detail .works-inner > div .li-tags li {
  font-size: 2.4vw;
  border: 1px solid #CCCCCC;
  display: inline-block;
  border-radius: 3.733vw;
  padding: 1.333vw 3.2vw;
  margin-right: 1.333vw;
  margin-top: 1.333vw;
}
.works-detail .works-inner > div .contents {
  font-size: 2.667vw;
  line-height: 1.8;
  margin-top: 4vw;
}
.works-detail .works-inner .link {
  margin-top: 3em;
  font-size: 2.667vw;
}
@media screen and (min-width: 1000px) {
  .works-detail .works-inner {
    width: 28.611vw;
  }
  .works-detail .works-inner > div .client {
    font-size: 1.25vw;
    margin-top: 0;
    line-height: 2;
  }
  .works-detail .works-inner > div .li-tags {
    margin-top: 0.486vw;
  }
  .works-detail .works-inner > div .li-tags li {
    font-size: 0.972vw;
    border: 1px solid #CCCCCC;
    display: inline-block;
    border-radius: 1.944vw;
    padding: 0.625vw 1.389vw;
    margin-right: 0.694vw;
    margin-top: 0.694vw;
  }
  .works-detail .works-inner > div .contents {
    font-size: 1.111vw;
    line-height: 2;
    margin-top: 2.083vw;
    min-height: 17em;
  }
  .works-detail .works-inner .link {
    margin-top: 1em;
    font-size: 1.111vw;
  }
  .works-detail .works-inner .link a {
    transition: background 0.2s ease-out, color 0.2s ease-out;
  }
  .works-detail .works-inner .link a:hover {
    background-color: black;
    color: white;
    transition: background 0.1s ease-out, color 0.1s ease-out;
  }
}
@media screen and (min-width: 1440px) {
  .works-detail .works-inner {
    width: 412px;
  }
  .works-detail .works-inner > div .client {
    font-size: 18px;
  }
  .works-detail .works-inner > div .li-tags {
    margin-top: 7px;
  }
  .works-detail .works-inner > div .li-tags li {
    font-size: 14px;
    border-radius: 28px;
    padding: 9px 20px;
    margin-right: 10px;
    margin-top: 10px;
  }
  .works-detail .works-inner > div .contents {
    font-size: 16px;
    margin-top: 30px;
  }
  .works-detail .works-inner .link {
    font-size: 16px;
  }
}

/*# sourceMappingURL=style.css.map */
