* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #333333;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

.blue-text {
  color: #1D59B2;
}

.fv {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.FV_video {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .FV_video {
    width: auto;
    height: auto;
  }
}

.video_box {
  position: absolute;
  top: 0;
  left: 0;
}

h1 {
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 1;
  font-size: 2em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  h1 {
    left: 10%;
  }
}

h2 {
  font-size: 34px;
  line-height: 1.45;
  position: absolute;
  bottom: 18%;
  left: 5%;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 4.5em;
    left: 10%;
  }
}

.text-fv {
  font-size: 16px;
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .text-fv {
    font-size: 1.5em;
    line-height: 1.45;
    left: 10%;
  }
}

.introduction {
  padding: 56px 6%;
}
@media screen and (min-width: 768px) {
  .introduction {
    padding: 56px 14%;
  }
}
.introduction .container-introduction {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .introduction .container-introduction {
    flex-direction: row;
    justify-content: space-between;
    padding: 56px 0;
  }
}
@media screen and (min-width: 768px) {
  .introduction .container-introduction .text-group-introduction {
    max-width: 572px;
  }
}
.introduction .container-introduction .text-group-introduction h3 {
  font-size: 28px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .introduction .container-introduction .text-group-introduction h3 {
    font-size: 48px;
    line-height: 1;
  }
}
.introduction .container-introduction .text-group-introduction h3 span {
  color: #1D59B2;
}
.introduction .container-introduction .text-group-introduction .text-introduction {
  font-size: 16px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .introduction .container-introduction .text-group-introduction .text-introduction {
    font-size: 18px;
    margin-top: 48px;
  }
}
.introduction .container-introduction img {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .introduction .container-introduction img {
    max-width: 490px;
    width: 50%;
  }
}
.introduction .places-introduction {
  margin-top: 64px;
}
.introduction .places-introduction h4 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 48px;
}
.introduction .places-introduction h4::after {
  position: absolute;
  content: url(../img/camera.svg);
  height: 36px;
  width: 36px;
  top: 0;
  left: 0;
}
.introduction .places-introduction ul {
  margin-top: 24px;
  display: flex;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px 0;
}
.introduction .places-introduction ul li {
  background-color: #FAF9F6;
  text-align: center;
  font-weight: bold;
  padding: 8px 20px;
  width: 49%;
}
@media screen and (min-width: 768px) {
  .introduction .places-introduction ul li {
    width: 24%;
    padding: 26px 20px;
  }
}

.message {
  font-size: 16px;
  background-image: url(../img/message.jpg);
  width: 100%;
  padding: 64px 6%;
  background-size: 680px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .message {
    padding: 64px 14%;
    background-size: 100%;
    display: flex;
    align-items: center;
    margin-top: 56px;
    aspect-ratio: 3.2/1;
  }
}
.message p {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .message p {
    font-size: 26px;
  }
}

.works {
  padding: 128px 6%;
  background-color: #FAF9F6;
}
@media screen and (min-width: 768px) {
  .works {
    padding: 196px 14%;
  }
}
.works h4 {
  position: relative;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .works h4 {
    font-size: 24px;
  }
}
.works h4::after {
  position: absolute;
  top: -70px;
  left: -4px;
  content: "WORKS";
  font-family: "Alumni Sans", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #1D59B2;
  font-size: 48px;
}
@media screen and (min-width: 768px) {
  .works h4::after {
    top: -88px;
    font-size: 60px;
  }
}
.works .container-works {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 16px;
}
.works .container-works .work {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .works .container-works .work {
    width: 30%;
  }
}
.works .container-works .work iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.works .container-works .work .category {
  position: relative;
  padding-left: 40px;
}
.works .container-works .work .category::after {
  position: absolute;
  content: url(../img/category.svg);
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}
.works .button-works {
  display: flex;
  width: 100%;
  height: 60px;
  padding: 11px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background-color: #1D59B2;
  color: #fff;
  position: relative;
  margin: 64px auto 0;
}
@media screen and (min-width: 768px) {
  .works .button-works {
    max-width: 300px;
  }
}
.works .upper-left {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
}
.works .upper-right {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 14px;
  height: 14px;
}
.works .bottom-left {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
}
.works .bottom-right {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 14px;
  height: 14px;
}

.company {
  padding: 128px 6%;
}
@media screen and (min-width: 768px) {
  .company {
    padding: 196px 14%;
  }
}
.company h4 {
  position: relative;
  padding-top: 4px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .company h4 {
    font-size: 24px;
  }
}
.company h4::after {
  position: absolute;
  top: -70px;
  right: -4px;
  content: "COMPANY";
  font-family: "Alumni Sans", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #1D59B2;
  font-size: 48px;
}
@media screen and (min-width: 768px) {
  .company h4::after {
    font-size: 60px;
    top: -88px;
  }
}
.company .slideshow-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .company .slideshow-container {
    margin-left: 60%;
  }
}
.company img {
  width: 100%;
  margin-top: 40px;
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 1s ease-in-out;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .company img {
    max-width: 380px;
    right: 0;
    aspect-ratio: auto;
  }
}
.company .info-rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #FAF9F6;
  margin: calc(50% - 50vw);
  padding: 190px 6% 40px 6%;
  margin-top: 220px;
}
@media screen and (min-width: 768px) {
  .company .info-rows {
    margin: 120px 0 0 0;
    padding: 60px 4%;
    width: 80%;
  }
}
.company .info-rows .info-row {
  font-size: 14px;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .company .info-rows .info-row {
    gap: 32px;
  }
}
.company .info-rows .info-row .info-label {
  display: inline-block;
  width: 70px;
  padding: 4px 0;
  border: 1px solid #333333;
  text-align: center;
  flex-shrink: 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .company .info-rows .info-row .info-label {
    width: 110px;
  }
}

.contact {
  background-color: #FAF9F6;
  padding: 40px 10% 120px;
  position: relative;
}
.contact .upper-left {
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
}
.contact .upper-right {
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
}
.contact .bottom-left {
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
}
.contact .bottom-right {
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .contact {
    width: 70%;
    margin: 0 auto;
  }
}
.contact::after {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  text-align: center;
  content: "CONTACT";
  font-family: "Alumni Sans", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #1D59B2;
  font-size: 48px;
}
@media screen and (min-width: 768px) {
  .contact::after {
    font-size: 60px;
    top: -54px;
  }
}
.contact h4 {
  text-align: center;
}
.contact .option {
  background-color: #6a6a6a;
  color: #fff;
  padding: 0px 8px;
  margin-right: 12px;
  display: inline-flex;
  font-size: 14px;
}
.contact .must {
  background-color: #1D59B2;
  color: #fff;
  padding: 0px 8px;
  margin-right: 12px;
  display: inline-flex;
  font-size: 14px;
}
.contact .item {
  margin-top: 40px;
}
.contact .input {
  margin-top: 8px;
  width: 100%;
  border-radius: unset;
  border: 1px solid #333;
  height: 44px;
  padding-left: 8px;
}
.contact .wpcf7-form-control {
  margin-top: 8px;
  width: 100%;
  border-radius: unset;
  border: 1px solid #333;
  height: 44px;
  padding-left: 8px;
}
.contact .wpcf7-not-valid-tip {
  margin-bottom: -34px;
}
.contact .placeholder {
  color: #6A6A6A;
  font-size: 14px;
}
.contact textarea {
  margin-top: 8px;
  width: 100%;
  border-radius: unset;
  border: 1px solid #333;
  height: 104px;
  padding-left: 8px;
}
.contact .policy {
  margin-top: 40px;
  font-size: 14px;
}
.contact .policy a {
  text-decoration: underline;
}
.contact .submit {
  border: none;
  width: 100%;
  height: 48px;
  margin-top: 24px;
  background-color: #1D59B2;
  color: #fff;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .contact .submit {
    margin: 24px auto;
    display: block;
    max-width: 300px;
  }
}

.copyright {
  text-align: center;
  color: #1D59B2;
  font-size: 14px;
  font-family: "Alumni Sans", sans-serif;
  font-style: italic;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .copyright {
    height: 64px;
    line-height: 64px;
    font-size: 16px;
  }
}

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

#page-top {
  position: absolute;
  right: 3%;
  bottom: 20%;
  z-index: 2;
}

.page-top {
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  .page-top {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */