@charset "UTF-8";

* {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .2rem;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

img,
video {
  width: 100%;
  height: auto;
}

html,
body {
  height: 100%;
  width: 100%;
	scroll-behavior: smooth;
}

.inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

input[type="text"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}

a {
  transition: all .8s;
}

/* 共通 */
.din {
  font-family: din-2014, sans-serif;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
  letter-spacing: 0.5px !important;
  font-weight: 500 !important;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes fadeUpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}

@keyframes skewanime {
  100% {
    left: -10%;
  }
}

.a-fadein {
  -webkit-animation: a-fadein 1.1s both 0.4s ease-out;
  animation: a-fadein 1.1s both 0.4s ease-out;
  visibility: visible !important;
}

@-webkit-keyframes a-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes a-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.loading {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
}

.loading img {
  width: 200px;
  margin: 0 auto;
}

.fade {
  visibility: hidden;
}

.sp {
  display: none;
}

.ssp {
  display: none;
}

.btn {
  text-align: center;
}

.btn a {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  background-color: #F5C053;
  padding: 12.5px 0;
  color: #040000;
  font-size: 15px;
  letter-spacing: .8px;
  font-weight: 500;
  transition: all .4s;
  position: relative;
  overflow: hidden;
}

.btn a:hover {
  background-color: #B96228;
}

.btn a span {
  color: #B96228;
  font-size: 13px;
  letter-spacing: 1px;
  display: block;
  padding-top: 7.5px;
  z-index: 5;
  transition: all .8s;
}

.btn a:hover span {
  color: #F5C053;
}

/* ヘッダー */
.header-in {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1000;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
}

.header-right {
  width: 75px;
  transition: all .8s;
}

.header-right:hover {
  transform: scale(1.1);
}

.drawer-hamburger {
  width: 35px !important;
  padding: 0 !important;
  left: 20px !important;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  height: 3px !important;
  background-color: #3463A9 !important;
}

.header-logo {
  max-width: 400px;
  margin: 100px auto;
}

.top-menu {
  max-width: 575px;
  margin: 0 auto;
}

.menu-bar {
  max-width: 480px;
  margin: 0 auto 25px;
}

.menu-bar a {
  font-size: 56px;
  letter-spacing: .4rem;
  font-weight: 600;
  line-height: 1;
  transition: all .7s;
}

.menu-bar a:hover {
  background-color: #2C548E;
  color: #fff;
}

.top-menu-img {
  padding-top: 20px;
}

.top-container {
  padding: 120px 0;
  position: relative;
}

#creative .inner {
  max-width: 768px;
  margin: 0 auto;
}

.qa {
  max-width: 690px;
  margin: 0 auto 160px;
}

.qa-flex {
  display: flex;
  align-items: center;
}

.qa-flex:nth-child(1) {
  margin-bottom: 75px;
}

.qa-title {
  margin-right: 30px;
}

.qa-title p {
  font-weight: bold;
  font-size: 104px;
  line-height: 1;
}

.qa-txt p.jp {
  font-size: 20px;
  letter-spacing: .2rem;
  line-height: 1;
  padding-bottom: 10px;
}

.qa-txt p.en {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: .2rem;
  line-height: 1.3;
}

.creative-img {
  max-width: 600px;
  margin: 0 auto 120px;
}

.creative-box {
  border: 1px solid #000;
  margin-bottom: 120px;
}

.creative-box-inner {
  padding: 70px;
}

.creative-box p.jp {
  font-size: 20px;
  line-height: 2;
  padding-bottom: 40px;
  letter-spacing: .2rem;
}

.creative-box p.en {
  font-size: 20px;
  font-weight: 900;
  line-height: 2;
  letter-spacing: .2rem;
}

.creative-box p.en span {
  color: #3463A9;
  font-weight: 900;
  font-family: din-2014, sans-serif;
}

.mission-box {
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

.mission-box-img {
  width: 22.5%;
}

.side-bar {
  position: fixed;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 100;
  transition: .1s both 0.4s ease-out;
}

.side-bar h2 {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  padding: 1px 2.5px 2px 5px;
  font-weight: 500;
  letter-spacing: .2rem;
  background-color: #B3121D;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  transition: .1s both 0.4s ease-out;
}

.side-bar.on3 h2,
.side-bar.on4 h2 {
  background-color: #3463A9;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff !important;
}

.works-bg {
  z-index: -1;
  position: relative;
}

#works.top-container {
  padding: 60px 0px 40px;
}

#contact .contact-content {
  max-width: 520px;
  margin: 0 auto;
}

.top-title {
  text-align: center;
  margin-bottom: 60px;
}

.top-title h3 {
  font-size: 32px;
}

.contact-txt {
  margin-bottom: 80px;
  text-align: center;
}

.contact-txt p {
  font-size: 16px;
  line-height: 2;
}

.contact-content table {
  width: 100%;
}

.contact-content table tr {
  border-bottom: 1.5px solid #000;
  display: block;
  margin-bottom: 25px;
}

.contact-content table tr.email-tr {
  border-bottom: 1.5px dashed #000;
  margin-bottom: 10px;
}

.contact-content table tr th,
.contact-content table tr td {
  padding-bottom: 10px;
  text-align: left;
}

.contact-content table tr th {
  width: 200px;
}

.contact-content table tr td {
  width: 320px;
}

.contact-content table tr th p {
  font-family: din-2014,
    sans-serif;
  font-size: 15px;
  letter-spacing: .15rem;
}

.contact-content table tr th.email-confirm p {
  font-size: 11px;
  letter-spacing: 0px;
  white-space: nowrap;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.contact-content table tr th.email-confirm,
.contact-content table tr td.email-td {
  padding-bottom: 22.5px;
}

.contact-content table tr td input,
.contact-content table tr td textarea {
  border: none;
  width: 100%;
  padding: 5px 10px;
}

.contact-content table tr td textarea {
  height: 40px;
}

input[type="submit"] {
  background-color: initial;
  border: initial;
  color: #fff;
  font-size: 14px;
  font-family: din-2014, sans-serif;
  width: 100%;
  line-height: 40px;
  text-align: center;
}

.submit-btn {
  position: relative;
  width: 145px;
  background-color: #B3121D;
  border: 1px solid #B3121D;
  border-radius: 5px;
  height: 40px;
  padding-left: 20px;
  margin: 30px auto 0;
}

.submit-btn img {
  position: absolute;
  width: 12px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.about-content {
  max-width: 1000px;
  margin: 0 auto;
}

.table-flex {
  display: flex;
  justify-content: space-between;
}

.table-content {
  width: 48%;
}

.table-content tr:nth-child(1) {
  border-top: .7px dashed #000;
  padding-top: 25px;
}

.table-content tr {
  display: block;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: .7px dashed #000;
}

.table-content th {
  width: 160px;
  padding-left: 15px;
  font-size: 15px;
  color: #3463A9;
  text-align: left;
  vertical-align: baseline;
  letter-spacing: .05rem;
}

.table-content td {
  padding-right: 15px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .1rem;
  line-height: 1.8;
}

.table-content td p {
  font-weight: 500;
  letter-spacing: .1rem;
  font-size: 14px;
}

.table-content td p span {
  font-weight: 700;
  display: block;
  letter-spacing: .6px;
  font-size: 15px;
  padding-bottom: 10px;
}

.table-content td .area {
  margin-bottom: 20px;
}

.table-btn.btn a {
  display: block;
  width: 140px;
  height: 35px;
  line-height: 33px;
  border-radius: 5px;
  background-color: #3463A9;
  padding: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.table-content .table-mb {
  margin-bottom: 50px;
}

.table-content td .small {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05rem;
  padding-top: 20px;
}

.footer {
  background-color: #2C548E;
  padding: 50px 20px;
}

.footer-logo {
  max-width: 150px;
  margin: 0 auto 30px;
}

.footer .copyright {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .1rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: block;
}

.footer .copyright a {
  letter-spacing: .1rem;
  color: #fff;
}

.start-menu,
.start-logo {
  opacity: 0;
}

.start-menu.active,
.start-logo.active {
  animation-name: fadein;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
}

.drawer-nav {
  z-index: 101 !important;
}

.drawer-menu {
  padding-top: 80px !important;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important;
}

.drawer-menu-item {
  padding: 10px 20px !important;
  font-size: 24px !important;
  letter-spacing: .1rem !important;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.header-logo.works-logo {
  margin-bottom: 80px;
}

.works-title {
  margin-bottom: 80px;
  text-align: center;
}

.works-title h2 {
  font-size: 48px;
  font-weight: 500;
}

.works-imgs {
  margin-bottom: 80px;
  position: relative;
}

.works-img {
  margin-bottom: 30px;
}

.works-txt {
  margin: 0 auto 120px;
  max-width: 760px;
  text-align: center;
}

.works-txt h3 {
  font-size: 24px;
  line-height: 2;
  padding-bottom: 30px;
  text-align: center;
}

.works-txt p {
  font-size: 16px;
  line-height: 2;
}

.works-menu {
  margin-bottom: 120px;
}

.works-menu .menu-bar.menu-flex {
  display: flex;
}

.works-menu .menu-bar .blue-bg {
  background-color: #3463A9;
  color: #fff;
  padding: 0px 0px 0px 2.5px;
}

.works-menu .menu-bar a {
  display: block;
}

/* .drawer--left.drawer-open .drawer-hamburger {
  left: -20px !important;
} */
.contact-content table tr td p.caution {
  padding: 5px 0;
  font-size: 12px;
  font-weight: 500;
}

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

  .pc {
    display: none;
  }

  .drawer-hamburger {
    width: 30px !important;
    left: 15px !important;
  }

  .header-right {
    width: 45px;
  }

  .top-menu {
    max-width: 400px;
  }

  .header-logo {
    max-width: 260px;
    margin: 90px auto 40px;
  }

  .menu-bar {
    max-width: 270px;
    margin: 0 auto 20px;
  }

  .menu-bar a {
    font-size: 32px;
    letter-spacing: .2rem;
  }

  .top-container {
    padding: 100px 0;
  }

  .side-bar {
    left: 0px;
  }

  .side-bar h2 {
    font-size: 16px;
  }

  .qa {
    max-width: 400px;
    padding: 0 20px 0 30px;
    margin: 0 auto 100px;
  }

  .qa-title {
    margin-right: 20px;
  }

  .qa-title p {
    font-size: 42px;
  }

  .qa-txt p.jp {
    font-size: 14px;
    padding-bottom: 7.5px;
  }

  .qa-txt p.en {
    font-size: 20px;
  }

  .creative-img {
    max-width: 160px;
    margin: 0 auto 40px;
  }

  .creative-box {
    border-left: none;
    border-right: none;
    margin-bottom: 80px;
  }

  .creative-box-inner {
    padding: 50px 35px;
  }

  .creative-box p.jp {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .creative-box p.en {
    font-size: 16px;
  }

  .mission-box {
    display: block;
    max-width: 300px;
  }

  .mission-box-img {
    width: 100%;
    margin: 0 auto 40px;
  }

  .mission-box-img:nth-child(4) {
    margin-bottom: 0px;
  }

  #works.top-container {
    padding: 0px;
  }

  .top-title h3 {
    font-size: 24px;
  }

  .contact-txt {
    margin-bottom: 60px;
    text-align: center;
  }

  .contact-txt p {
    font-size: 14px;
  }

  .contact-content table tr th,
  .contact-content table tr td {
    display: block;
    width: 100%;
  }

  .contact-content table tr th.email-confirm,
  .contact-content table tr td.email-td {
    padding-bottom: 10px;
  }

  .contact-content table tr th p {
    font-size: 14px;
  }

  #about.top-container {
    padding: 70px 0;
  }

  .about-content {
    max-width: 500px;
  }

  .table-flex {
    display: block;
  }

  .table-content {
    width: 100%;
  }

  .table-flex .table-content:nth-child(1) tr:nth-child(5) {
    border-bottom: none;
    margin-bottom: 0px;
  }

  .table-content th {
    width: 120px;
    font-size: 14px;
  }

  .table-content td {
    font-size: 13px;
  }

  .footer {
    padding: 80px 20px 40px;
  }

  .footer-logo {
    max-width: 100px;
    margin: 0 auto 15px;
  }

  .footer .copyright {
    font-size: 12px;
  }

  .table-content td .small {
    padding: 30px 0 60px;
  }

  .table-content td p {
    font-size: 13px;
  }

  .table-content td p span {
    font-size: 14px;
  }

  .works-title {
    max-width: 500px;
    margin: 0 auto 80px;
  }

  .works-title img {
    width: 105%;
    margin-left: -2.5%;
  }

  .works-title h2 {
    font-size: 32px;
    padding-bottom: 30px;
  }

  .works-imgs {
    margin-bottom: 60px;
  }

  .works-txt {
    text-align: left;
    margin-bottom: 100px;
    padding: 0 20px;
  }

  .works-txt h3 {
    font-size: 18px;
    padding-bottom: 20px;
  }

  .works-txt p {
    font-size: 14px;
  }

  .works-menu {
    margin-bottom: 60px;
  }

  .header-logo.works-logo {
    margin-bottom: 30px;
  }

  .drawer--left.drawer-open .drawer-hamburger {
    left: 20px !important;
  }
}

@media screen and (max-width: 500px) {
  #contact .contact-content {
    padding: 0 20px;
  }

  #contact.top-container {
    padding: 50px 0;
  }

  .table-content tr:nth-child(1) {
    padding-top: 20px;
  }

  .table-content tr {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .header-right {
    width: 40px;
  }

  .drawer-hamburger {
    top: 7.5px !important;
  }

  .swiper-button-next {
    right: 10px !important;
  }

  .swiper-button-prev {
    left: 10px !important;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 24px !important;
  }

  #creative .top-container {
    padding-bottom: 20px;
  }

  #works.top-container {
    padding: 80px 0 50px;
  }

  .works-img {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 425px) {
  .top-menu-img {
    overflow: hidden;
  }

  .top-menu-img img {
    width: 105%;
    margin-left: -2.5%;
  }
}

@media screen and (max-width: 374px) {
  .qa {
    padding: 0 10px 0 30px;
  }

  .qa-title {
    margin-right: 10px;
  }

  .qa-title p {
    font-size: 36px;
  }

  .qa-txt p.en {
    font-size: 18px;
  }

  .qa-txt p.jp {
    font-size: 12px;
    padding-bottom: 5px;
  }

  .creative-box p.jp,
  .creative-box p.en {
    font-size: 14px;
  }

  .table-content th {
    width: 100px;
    font-size: 13px;
  }
}
