@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  font-family: "zen-kaku-gothic-new", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 2;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.1em;
}

p {
  letter-spacing: 0.12em;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
a[target=_blank] {
  position: relative;
}
a[target=_blank]::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-1rem - 10px);
  background-image: url(../images/newwindow_icon.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 11px;
  margin-top: 5px;
}

img {
  max-width: 100%;
  height: auto;
}

.mincho {
  font-family: "Hiragino Mincho ProN", "YuMincho", serif;
}

.section {
  margin: 90px 0;
  overflow-x: hidden;
}
.section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1126px;
}

/* header */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 60px;
  z-index: 999;
  border-bottom: 1px solid #E5E5E5;
}

.__normal-logo {
  display: block;
}
.active .__normal-logo {
  display: none;
}

.__hb-active-only {
  display: none;
}
.active .__hb-active-only {
  display: block;
}

.header-nav {
  color: #fff;
}
.header-nav-list {
  display: flex;
  justify-content: space-between;
}
.header-nav .nav-list-item {
  font-size: 1.4rem;
  font-weight: bold;
}
.header-nav .nav-list-item:nth-child(2) {
  margin: 0 40px;
}
.header-nav.active {
  transform: translateY(0%);
}

/* ハンバーガーメニュー */

/* MV */
.mv {
  background: url(../images/mv_pc.jpg) no-repeat top center/cover;
  width: 100%;
  height: 100vh;
  position: relative;
}
.mv-heading {
  position: absolute;
  bottom: 109px;
  left: 90px;
  display: flex;
  flex-direction: column;
}
.mv-heading img{
	filter: drop-shadow(3px 3px 5px #0170b7);
}
.mv-heading .sub {
  color: #fff;
  font-size: 2rem;
  display: inline-block;
  margin-top: 26px;
	text-shadow: 1px 2px 6px #0170b7;
}

.scroll-down {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  bottom: 62px;
  right: 40px;
  padding-right: 82px;
}
.scroll-down::after {
  content: "";
  position: absolute;
  width: 62px;
  height: 62px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/scroll-down-arrow.svg) no-repeat;
  background-size: contain;
}

/* heading */
.primary-heading {
  display: flex;
  flex-direction: column;
  line-height: 1;
  letter-spacing: 0.1em;
}
.primary-heading .en {
  font-size: 2rem;
  font-family: "Hiragino Mincho ProN", "YuMincho", serif;
}
.primary-heading .jp {
  font-size: 4.2rem;
  font-family: ten-mincho-text, "Hiragino Mincho ProN", "YuMincho", serif;
  display: inline-block;
  margin-top: 9px;
}
.primary-heading.type-medium .en {
  font-size: 1.6rem;
}
.primary-heading.type-medium .jp {
  font-size: 3.2rem;
}
.primary-heading.type-small .en {
  font-size: 1.6rem;
}
.primary-heading.type-small .jp {
  font-size: 2.6rem;
}

/* about us */
.section.type-about {
  position: relative;
}

.about-box {
  max-width: 387px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 20;
}

.about-text {
  margin-top: 44px;
}

.decoration-en {
  font-size: 8rem;
  color: #deddd3;
  opacity: 0.3;
  line-height: 1.25;
  position: absolute;
  bottom: 48px;
  left: 97px;
}

.about-bg {
  position: absolute;
}
.about-bg01 {
  width: 30%;
  max-width: 371px;
  top: 0;
  left: -15px;
}
.about-bg02 {
  max-width: 316px;
  top: 227px;
  right: -15px;
  z-index: 10;
}
.about-bg03 {
  max-width: 232px;
  bottom: 170px;
  right: 140px;
}

/* Work */
.work-text {
  margin: 35px 0 55px;
}

.slider-wrapper {
  width: 100vw;
}

.slider {
  width: inherit;
}
.slider-image {
  max-width: 543px;
  margin-right: 20px;
}

/* Company */
.section.type-company {
  position: relative;
}

.company-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.desc-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 875px;
}
.desc-list dt {
  width: 20%;
  padding: 27px 0 27px 10px;
  border-top: 1px solid #D3D3D3;
}
.desc-list dt:last-of-type {
  border-bottom: 1px solid #D3D3D3;
}
@media screen and (max-width: 768px) {
	.desc-list dt:last-of-type {
  border-bottom: none;
}
}
.desc-list dd {
  width: 80%;
  padding: 27px 0;
  border-top: 1px solid #D3D3D3;
}
.desc-list dd:last-of-type {
  border-bottom: 1px solid #D3D3D3;
}

.map {
  margin-top: 30px;
  width: 100vw;
  display: flex;
  justify-content: flex-end;
}
.map-inner {
  width: inherit;
  max-width: calc(100% - 240px);
  height: 439px;
}
.map iframe {
  border-radius: 20px 0 0 20px;
  width: 100%;
  height: 100%;
}

/* footer */
.footer-main-area {
  background-color: #000;
  padding: 50px;
}
.footer-copy-area {
  background-color: #1F1F1F;
  padding: 50px;
}
@media screen and (max-width: 768px) {
	.footer-copy-area {
  padding: 26px 50px 30px;
}
}
.footer-logo {
  text-align: center;
}
.footer-copy {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

.footer-nav {
  max-width: 620px;
  margin: 26px auto 0;
}
.footer-nav-list {
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.footer-nav-list {
  flex-wrap:nowrap;
}
}
.footer-nav .nav-list-item {
  position: relative;
}
.footer-nav .nav-list-item:not(:first-of-type) {
  margin-left: 2em;
}
.footer-nav .nav-list-item:not(:last-of-type)::after {
  content: "/";
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0;
  right: -1.5em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .section {
    margin: 60px 0;
    padding: 0 25px;
  }
  .header {
    padding: 10px;
  }
  .header .logo {
    z-index: 999;
	  width: 60%;
  }
  .header-nav {
    z-index: 888;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fafafa;
    color: #000;
    transition: transform 0.5s;
    transform: translateY(-100%);
  }
  .header-nav-list {
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    margin-top: 63px;
    border-top: 1px solid #D6D6D6;
  }
  .header-nav .nav-list-item:nth-child(2) {
    margin: 37px 0;
  }
  .hamburger {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 31px;
    height: 22px;
    z-index: 999;
  }
  .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: relative;
    transition: ease 0.4s;
    display: block;
  }
  .hamburger span:nth-child(1), .hamburger span:nth-child(3) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    margin: 11px 0;
  }
  .active .hamburger span {
    background-color: #000;
  }
  .active .hamburger span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
  }
  .active .hamburger span:nth-child(2) {
    opacity: 0;
  }
  .active .hamburger span:nth-child(3) {
    top: -14px;
    transform: rotate(-45deg);
  }
  .mv {
    background-image: url(../images/mv_sp.jpg);
  }
  .mv-heading {
	bottom: 43%;
	/*bottom: 179px;*/
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 301px;
  }
  .mv-heading .sub {
    font-size: 1.6rem;
	  margin-top: 4px;
  }
  .scroll-down {
    bottom: 34px;
    right: 20px;
    padding-right: 56px;
  }
  .scroll-down::after {
    width: 46px;
    height: 46px;
  }
  .primary-heading .en {
    font-size: 1.8rem;
  }
  .primary-heading .jp {
    font-size: 2.6rem;
  }
  .primary-heading.type-medium .jp {
    font-size: 2.6rem;
  }
  .primary-heading.type-small .jp {
    font-size: 2rem;
  }
  .about-text {
    margin-top: 32px;
  }
  .about-bg_sp {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 36px;
  }
  .work-text {
    margin: 22px 0 26px;
  }
  .slider-image {
    max-width: 325px;
  }
  .desc-list {
    margin-top: 22px;
  }
  .desc-list dt {
    width: 100%;
    padding: 16px 0 0;
  }
  .desc-list dd {
    width: 100%;
    border-top: none;
    padding: 0 0 16px;
  }
  .map {
    margin-top: 20px;
  }
  .map-inner {
    height: 214px;
    max-width: 100%;
  }
  .map iframe {
    padding-right: 20px;
  }
  .footer-logo img {
    max-width: 80%;
  }
  .footer-nav {
    max-width: 90vw;
  }
  .footer-nav .nav-list-item:not(:first-of-type) {
    margin-left: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .hamburger {
    display: none;
  }
  .about-box {
    padding-top: 90px;
  }
}