@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
li {
  list-style: none;
}
.l-header {
  height: 80px;
  width: 100%;
  z-index: 100;
  position: fixed;
  margin: 0 auto;
}
.l-header__logo {
  width: 56px;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  z-index: 1000;
}
.l-header__logo a {
  position: relative;
}
.l-header__menu li {
  text-transform: uppercase;
}
.l-header__nav {
  position: fixed;
  right: -100%;
  width: 100%;
  height: 100vh;
  top: 80px;
  background: #fff;
  transition: 0.3s;
}
.l-header__menu {
  display: flex;
  flex-direction: column;
  z-index: 100;
  margin-top: 16px;
}
.l-header__menu li {
  display: flex;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #ececec;
  letter-spacing: 0.1em;
  font-size: 16px;
  position: relative;
}
.l-header__menu a {
  position: relative;
  padding-left: 24px;
}
.l-header__menu a:before {
  position: absolute;
  content: "";
  width: 11px;
  height: 14px;
  background: url()
    no-repeat center center/cover;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-header__menu a:hover {
  color: #aaa;
}
.l-header__nav.open {
  position: absolute;
  right: 0;
  z-index: 100;
  top: 80px;
}
@media (min-width: 768px) {
  .l-header {
    height: 80px;
  }
  .l-header__logo {
    width: 80px;
    margin-top: 16px;
  }
  .l-header__nav {
    display: flex;
    position: static;
    justify-content: flex-end;
    height: 80px;
    background-color: transparent;
  }
  .l-header__menu {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
  }
  .l-header__menu li {
    padding: 16px;
    border-bottom: none;
    color: #fff;
    font-size: 14px;
  }
  .l-header__menu li:hover {
    color: #aaa;
  }
  .l-header__highlight {
    background: #aaa;
    height: 80px;
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .l-header__highlight a {
    color: #fff;
  }
}
.l-header__black {
  background: #000;
  position: relative;
}
@media (min-width: 768px) {
  .l-header__black {
    height: 100px;
  }
  .l-header__black .l-header__logo {
    margin-top: 0;
  }
}
.l-inner {
  max-width: 1200px;
  padding-right: 6%;
  padding-left: 6%;
  margin: 0 auto;
}
.l-footer {
  background: #696969;
    no-repeat center center/cover;
  padding: 30px 0;
}
.l-footer__inner {
  padding-right: 6%;
  padding-left: 6%;
  margin: 0 auto;
}
.l-footer__info {
  color: #dfdfdf;
}
.l-footer__info h1 {
  width: 64px;
}
.l-footer__info ul {
  padding-top: 24px;
  font-size: 14px;
}
.l-footer__menu {
  color: #dfdfdf;
  font-size: 14px;
  text-shadow: 0 0 20px #000;
}
.l-footer__copy {
  text-align: center;
  color: #fff;
  display: block;
}
@media not all and (min-width: 1024px) {
  .l-footer__menu {
    padding-top: 32px;
  }
  .l-footer__menu li {
    position: relative;
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .l-footer {
    padding: 15px 0;
  }
  .l-footer__info {
    padding-top: 0;
  }
  .l-footer__info h1 {
    padding-bottom: 12px;
  }
  .l-footer__info li {
    padding-bottom: 8px;
  }
  .l-footer__menu {
    padding-top: 24px;
    display: flex;
  }
  .l-footer__menu li {
    padding-right: 28px;
    font-size: 14px;
  }
}
.l-pageHeader {
  padding: 56px 0;
  background: url()
    no-repeat center center/cover;
  position: relative;
}
.l-pageHeader__text {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px #000;
}
.l-pageHeader__text h2 {
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  letter-spacing: 2px;
}
.l-pageHeader__text span {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.l-pageHeader__heading {
  text-align: center;
}
.l-pageHeader__heading span {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.l-pageHeader__heading h2 {
  color: #fff;
}
@media (min-width: 1024px) {
  .l-pageHeader {
    padding: 80px 0;
  }
}
.l-spacer {
  padding: 16px 0 32px;
}
@media (min-width: 768px) {
  .l-spacer {
    padding: 36px 0 16px;
  }
}
@media (min-width: 1024px) {
  .l-spacer {
    padding: 40px 0;
  }
}
.c-hamburger {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  width: 60px;
  height: 80px;
  border: 0;
  outline: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-hamburger__line {
  display: block;
  position: relative;
  width: 24px;
  height: 1px;
  background-color: #fff;
  transition: 0.2s;
  margin: 0 auto;
}
.c-hamburger__line:before,
.c-hamburger__line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: 0.5s;
  left: 0;
}
.c-hamburger__line:before {
  transform: translateY(-10px);
}
.c-hamburger__line:after {
  transform: translateY(10px);
}
.c-hamburger__line.open {
  background-color: transparent;
}
.c-hamburger__line.open:before,
.c-hamburger__line.open:after {
  content: "";
  background-color: #fff;
  transition: 0.2s;
}
.c-hamburger__line.open:before {
  transform: rotate(45deg);
}
.c-hamburger__line.open:after {
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}
.c-flex__heading h2 {
  font-size: 20px;
}
@media not all and (min-width: 768px) {
  .c-flex__item + .c-flex__item {
    padding-top: 24px;
  }
}
@media (min-width: 768px) {
  .c-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-flex__item {
    width: 48%;
  }
  .c-flex__item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .c-flex__item {
    width: 44%;
  }
  .c-flex__img {
    width: 50%;
  }
  .c-flex__heading h2 {
    font-size: 24px;
  }
}
.-reverse {
  flex-direction: row-reverse;
}
.-alignCenter {
  align-items: center;
}
.c-button {
  position: relative;
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #aaa;
  padding: 12px 16px;
  letter-spacing: 1.6px;
  margin: 24px auto 0;
  display: block;
  transition: 0.4s;
  position: relative;
  font-size: 14px;
}
.c-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  background: url()
    no-repeat;
  background-size: cover;
  height: 16px;
  width: 16px;
}
@media (min-width: 768px) {
  .c-button {
    width: 200px;
    margin: 40px auto 0;
  }
}
.c-button:hover {
  background: #333;
  color: #ffdb00;
}
@media (min-width: 768px) {
  .c-button {
    width: 200px;
  }
}
.c-topHeading span {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.c-topHeading h2 {
  font-size: 14px;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .c-topHeading span {
    font-size: 30px !important;
  }
}
.c-topTexts {
  margin-top: 16px;
}
.c-topTexts p {
  margin-bottom: 8px;
}
.c-cta__contents {
  max-width: 640px;
  margin: 0 auto;
}
.c-cta__contents p {
  padding-top: 16px;
}
.c-cta__button a {
  color: #333;
  text-align: center;
  color: #fff;
  background: #aaa;
  padding: 12px 16px;
  letter-spacing: 1px;
  margin: 24px auto 0;
  font-weight: 700;
  display: block;
  transition: 0.4s;
  position: relative;
}
.c-cta__button a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  background: url()
    no-repeat;
  background-size: cover;
  height: 16px;
  width: 16px;
}
@media (min-width: 768px) {
  .c-cta__button a {
    width: 200px;
  }
}
.c-cta__button a:hover {
  background: #ffdb00;
}
@media (min-width: 768px) {
  .c-cta {
    display: flex;
  }
  .c-cta__contents {
    text-align: center;
  }
  .c-cta__contents h2 {
    font-size: 32px;
  }
  .c-cta__btn {
    margin-top: 40px;
    margin-left: 0;
  }
  .c-partner {
    width: 50%;
  }
  .c-contact {
    width: 50%;
  }
}
.c-section {
  padding: 40px 0;
}
.c-section__contents h2 {
  position: relative;
  font-size: 18px;
}
.c-section__contents h2:after {
  content: "";
  height: 1px;
  width: 20%;
  position: absolute;
  bottom: -16px;
  left: 0;
  background: #000;
}
.c-section__body {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}
.c-section__contents {
  margin-left: 52px;
}
.c-section__texts {
  margin-top: 40px;
}
.c-section__texts p {
  font-size: 14px;
  line-height: 2.2;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .c-section {
    padding: 64px 0;
  }
}
.c-table {
  padding: 10px 0;
  font-size: 14px;
}

.c-table table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}

.c-table table th {
  text-align: left;
}
.c-table table th span {
  font-size: 14px;
}
.c-table table td span {
  font-size: 14px;
}
@media not all and (min-width: 1024px) {
  .c-table tr {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .c-table th {
    display: block;
    padding: 20px 12px 8px;
  }
  .c-table td {
    display: block;
    padding: 8px 0 20px 12px;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .c-table th {
    padding: 24px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    width: 160px;
    vertical-align: top;
  }
  .c-table td {
    padding: 15px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
}
.c-table__list li {
  position: relative;
  padding-left: 12px;
  margin-top: 4px;
}
.c-table__list li:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 8px;
  display: inline-block;
  background-color: #333;
  border-radius: 50%;
}
.c-article {
  padding: 40px 0 60px;
  max-width: 740px;
  margin: 0 auto;
}
.c-article__header h1 {
  font-size: 20px;
  padding-top: 12px;
}
.c-article__thumb {
  margin-top: 16px;
}
.c-article__thumb img {
  margin-top: 32px;
  max-height: 440px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-article__body {
  margin-top: 32px;
}
.c-article__body h2 {
  font-size: 20px;
}
.c-article__body p {
  margin-top: 32px;
}
.c-article__body img {
  margin-top: 32px;
  max-height: 440px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-article__header h1 {
    font-size: 28px;
  }
  .c-article__body h2 {
    font-size: 24px;
  }
}
/* KV */
.kv {
  background: url("1267722_m.jpg") no-repeat center center/cover;
  height: 100vh;
  position: relative;
}
.kv__text {
  position: absolute;
  top: 30%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  letter-spacing: 4px;
  max-width: 1200px;
  padding-right: 6%;
  padding-left: 6%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px;
}
.kv__text span {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}
.kv__text h1 {
  font-size: 40px;
}
@media (min-width: 768px) {
  .kv__text {
    margin-left: 10px;
  }
  .kv__text span {
    font-size: 42px;
  }
  .kv__text h1 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .kv__text {
    margin-left: 40px;
    margin-top: -30px;
  }
  .kv__text span {
    font-size: 58px;
  }
  .kv__text h1 {
    font-size: 58px;
  }
}

/* message */
.message {
  padding: 50px 0 80px;
}
.message__body {
  max-width: 590px;
  margin: 0 auto;
}
.message__lead {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.message__lead h3 {
  font-size: 28px;
  text-align: center;
  animation: fadeIn 3s ease 1s 1 normal backwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.message__lead span {
  position: absolute;
  top: 16px;
  left: 0;
  color: rgba(178, 178, 178, 0.2);
  font-size: 120px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .message__lead span {
    left: 50%;
    transform: translateX(-50%);
  }
}
.message__text {
  font-size: 14px;
  line-height: 2.2;
  text-align: center;
}
@media (min-width: 1024px) {
  .message__lead {
    overflow: visible;
  }
  .message__lead h3 {
    font-size: 40px;
  }
  .message__text {
    line-height: 2.5;
    text-align: center;
  }
}

/* common */
.wrapper {
  margin-bottom: 16px;
}
.text {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
  max-width: 700px;
}

/* SERVICES */
.service {
  padding: 30px 0;
}
.service__heading {
  line-height: 1.4;
}
.service__heading span {
  color: #aaa;
  text-transform: uppercase;
  font-size: 14px;
}
.service__heading h2 {
  font-size: 20px;
}

/* contens_list */
.contents_box {
  padding-top: 4px;
  inline-size: 350px;
  overflow-wrap: break-word;
}
.contents_box span {
  font-size: 14px;
  padding: 4px;
}
.contents_box h3 {
  font-size: 18px;
  margin-top: 8px;
  margin-left: 10px;
  padding-left: 5px;
  position: relative;
  letter-spacing: 2px;
}
.contents_box h3:before {
  content: "";
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: -10px;
  display: block;
  width: 5px;
  height: 25px;
  background: #c0c0c0;
}
.contents_box p {
  font-size: 14px;
  margin-top: 12px;
  text-align: justify;
  padding-right: 16px;
  line-height: 1.8;
}
.service__img img {
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .service {
    margin-top: 40px;
    position: relative;
    padding: 64px 0;
  }
  .service__heading {
    width: 12%;
    padding-right: 40px;
    writing-mode: vertical-rl;
  }
  .service__img img {
    height: 200px;
    width: 320px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.service__inner {
  padding-left: 6%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .service {
    padding: 30px 0 60px;
  }
  .service__heading h2 {
    font-size: 34px;
  }
}
/* image_list */
.imagebox{
  display:flex;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style: none;
  padding:0;
  li{
    width: 48%;
    font-size:0;
    img{
      width:100%;
    }
  }
}
@media screen and (min-width: 768px){
  .imagebox{
    li{
      width:32%;
      &:nth-of-type(3n+1){
        transition-delay: 0.2s;
      }
      &:nth-of-type(3n+2){
        transition-delay: 0.4s;
      }
      &:nth-of-type(3n){
        transition-delay: 0.6s;
      }
      &:nth-of-type(n+4){
        margin-top:2%;
      }
    }
  }
}
@media screen and (max-width: 767px){
  .imagebox{
    li{
      &:nth-of-type(2n+1){
        transition-delay: 0.2s;
      }
      &:nth-of-type(2n){
        transition-delay: 0.4s;
      }
      &:nth-of-type(n+3){
        margin-top:4%;
      }
    }
  }
}

.inview_fi{
  opacity: 0;
  transition: 1.5s;
  &.show {
      opacity: 1;  
  }
}
.inview_fiU{
  transform: translate(0, 20%);
  opacity: 0;
  transition: 1s;
  &.show {
      transform: translate(0, 0);
      opacity: 1;
      margin-bottom: 50px
  }
}

.txt-scroll{
  text-align:center;
  font-size:30px;
  font-weight:bold;
  letter-spacing:0.1em;
}

.contents_area {
  position: relative;
  max-width: 1200px;
  margin: 40px auto 20px;
}

/* WORKS */
.works {
  padding: 30px 0;
}
.works__heading {
  line-height: 1.4;
}
.works__heading span {
  color: #aaa;
  text-transform: uppercase;
  font-size: 14px;
}
.works__heading h2 {
  font-size: 20px;
}
.works__img img {
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .works {
    position: relative;
    padding: 64px 0;
  }
  .works__heading {
    width: 12%;
    padding-right: 40px;
    writing-mode: vertical-rl;
  }
  .works__img img {
    height: 200px;
    width: 320px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.works__inner {
  padding-left: 6%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .works {
    padding: 30px 0 60px;
  }
  .works__heading h2 {
    font-size: 34px;
  }
}
.works__content {
  position: relative;
  max-width: 1200px;
  margin: 40px auto 40px;
}

/* TOPICS */
.topics {
  padding: 50px 0 80px;
}

.carousel_list{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.carousel_list h3 {
  position: relative;
  font-size: 18px;
  margin-left: 20px;
  margin-bottom: 15px;
}
.carousel_list img{
  height: 350px;
}
.carousel_inner{
width: calc(100% - 100px);
max-width: 1200px;
}
.slide>span{
display: flex;
align-items: center;
justify-content: center;
height: 150px;
background: #f5f5f5;
color: #800000;
font-size: 26px;
font-weight: bold;
margin: 0 10px;
}

/* profile */
.profile {
  margin: 60px 0 50px;
}

.profile__heading {
  text-align: center;
}
.profile__heading span {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.profile__heading h2 {
  font-size: 14px;
  margin-top: 12px;
}
.profile_content {
  position: relative;
  max-width: 1200px;
  margin: 20px auto 40px;
}