@charset "UTF-8";
body {
  font-family: "IBM Plex Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
}

header,
section,
nav,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea,
select {
  font-weight: normal;
  font-family: "IBM Plex Sans JP", sans-serif;
}

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

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address {
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #000;
}

a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 480px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  br.spn {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .onlyPC {
    display: none;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 480px) {
  .onlySP {
    display: initial;
  }
}

.anime {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.99, 0.99);
  transform: translateY(-10px) scale(0.99, 0.99);
  -webkit-transition: 1s;
  transition: 1s;
}

.move {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.anime-r {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-r {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-l {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-l {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-d {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.move-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
@media screen and (max-width: 480px) {
  .delay1 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay2 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  .delay2 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay3 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay4 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay5 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
@media screen and (max-width: 480px) {
  .delay5 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  display: none;
}
@media screen and (max-width: 640px) {
  .hnavi_btn {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.menu-button {
  width: 48px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
  background: #000;
}
.menu-button i {
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 3px;
  background: transparent;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  right: 10px;
  top: 25px;
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 3px;
  background: #FFF;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.menu-button i:before {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.menu-button i:after {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.hnavi_btn.active {
  right: 180px;
}
.hnavi_btn.active .menu-button i {
  background: none;
}
.hnavi_btn.active .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.hnavi_btn.active .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

.spnavi {
  width: 180px;
  height: 100dvh;
  background: #FFF;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10000;
  padding: 80px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.spnavi.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.spnavi .splogo {
  width: 120px;
  margin-bottom: 40px;
}
.spnavi .spgnavi li {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
.spnavi .spgnavi li:last-of-type {
  margin-top: 32px;
}

.spnavi_bg {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 5000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.spnavi_bg.active {
  opacity: 0.7;
  pointer-events: all;
}

body.fixed {
  position: fixed;
  width: 100%;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes loop_r {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loop_r {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes loop_r2 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loop_r2 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
:root {
  --header-h: 160px;
}

html {
  scroll-padding-top: var(--header-h);
  scroll-behavior: smooth;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 40px;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 10px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 64px;
  }
}
@media screen and (max-width: 640px) {
  .header {
    position: absolute;
  }
}
.header .hlogo {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .header .hlogo {
    width: 120px;
  }
}
.header .gnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .header .gnavi {
    display: none;
  }
}
.header .gnavi li {
  margin-left: 48px;
  font-weight: bold;
}
.header .gnavi li.ig {
  font-size: 0;
}
.header .gnavi li a {
  position: relative;
}
.header .gnavi li a:has(img)::after {
  display: none;
}
.header .gnavi li a:has(img):hover {
  opacity: 0.6;
}
.header .gnavi li a:hover::after {
  width: 100%;
  left: 0;
}
.header .gnavi li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fcontact {
  background: #F7F8F7;
  margin: 0 80px 140px;
  padding: 120px 100px;
}
@media screen and (max-width: 1180px) {
  .fcontact {
    margin: 0 40px 140px;
    padding: 80px 48px;
  }
}
@media screen and (max-width: 767px) {
  .fcontact {
    margin: 0 20px 80px;
    padding: 32px 24px;
  }
}
.fcontact .ttl {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .fcontact .ttl {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.fcontact .txt {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fcontact .txt {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.top_fimg {
  font-size: 0;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .top_fimg {
    margin-bottom: 48px;
  }
}
.top_fimg img {
  width: 100%;
}

.footer {
  margin: 0 40px;
  padding: 120px 40px 64px;
  border-top: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 64px 0 40px;
    margin: 0 20px;
  }
}
.footer .flogo {
  font-size: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .footer .flogo {
    width: 130px;
    margin-bottom: 64px;
  }
}
.footer .fnavi .fnavi_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
.footer .fnavi .fnavi_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .footer .fnavi .fnavi_list {
    margin-bottom: 40px;
  }
}
.footer .fnavi .fnavi_list li {
  margin-right: 40px;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .footer .fnavi .fnavi_list li {
    width: 50%;
    margin-right: 0;
  }
}
.footer .fnavi .fnavi_list li a {
  position: relative;
}
.footer .fnavi .fnavi_list li a:hover::after {
  width: 100%;
  left: 0;
}
.footer .fnavi .fnavi_list li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -3px;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .fnavi .fnavi_list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
  margin-bottom: 88px;
}
.footer .fnavi .fnavi_list2 li {
  font-size: 20px;
  font-weight: bold;
  margin-right: 40px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer .fnavi .fnavi_list2 li {
    font-size: 18px;
    margin-right: 32px;
  }
}
.footer .fnavi .fnavi_list2 li a {
  position: relative;
}
.footer .fnavi .fnavi_list2 li a:has(img)::after {
  display: none;
}
.footer .fnavi .fnavi_list2 li a:has(img):hover {
  opacity: 0.6;
}
.footer .fnavi .fnavi_list2 li a:hover::after {
  width: 100%;
  left: 0;
}
.footer .fnavi .fnavi_list2 li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .copyright {
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 12px;
    text-align: center;
  }
}

.sec_ttl {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.view_all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 64px;
}
.view_all a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .view_all a {
    font-size: 16px;
  }
}
.view_all a:hover::after {
  width: 0;
  left: auto;
  right: 0;
}
.view_all a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page_wrap {
  overflow-x: hidden;
}

.page_fv {
  padding: 240px 80px;
}
@media screen and (max-width: 1180px) {
  .page_fv {
    padding: 240px 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_fv {
    padding: 30vh 20px 20vh;
  }
}
.page_fv .page_ttl b {
  font-size: 70px;
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 1180px) {
  .page_fv .page_ttl b {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .page_fv .page_ttl b {
    font-size: 42px;
    line-height: 1.6;
  }
}
.page_fv .page_ttl span {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 1180px) {
  .page_fv .page_ttl span {
    font-size: max(2vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .page_fv .page_ttl span {
    font-size: 16px;
  }
}

.page_sec {
  padding: 0 80px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1180px) {
  .page_sec {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_sec {
    padding: 0 20px;
    margin-bottom: 80px;
  }
}

/*/ TOP ////////////////////////////////////*/
.top_fv {
  width: 100%;
  height: 100dvh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1180px) {
  .top_fv {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_fv {
    padding: 0 20px;
  }
}
.top_fv .fv_copy {
  font-size: 64px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 48px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1180px) {
  .top_fv .fv_copy {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 767px) {
  .top_fv .fv_copy {
    font-size: 26px;
  }
}
.top_fv .fv_copy b {
  font-size: 86px;
}
@media screen and (max-width: 1180px) {
  .top_fv .fv_copy b {
    font-size: 7.2vw;
  }
}
@media screen and (max-width: 767px) {
  .top_fv .fv_copy b {
    font-size: 44px;
  }
}
.top_fv .fv_lead {
  font-size: 20px;
  font-weight: bold;
  max-width: 780px;
  line-height: 1.8;
}
@media screen and (max-width: 1180px) {
  .top_fv .fv_lead {
    font-size: max(1.6vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .top_fv .fv_lead {
    font-size: 14px;
  }
}

.top_sec {
  padding: 0 80px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1180px) {
  .top_sec {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_sec {
    padding: 0 20px;
    margin-bottom: 80px;
  }
}

.words_slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-size: 0;
  z-index: 100;
}
.words_slide:nth-of-type(even) ul {
  -webkit-animation: loop_r 100s -50s linear infinite;
          animation: loop_r 100s -50s linear infinite;
}
.words_slide:nth-of-type(even) ul:nth-of-type(even) {
  -webkit-animation: loop_r2 100s linear infinite;
          animation: loop_r2 100s linear infinite;
}
.words_slide ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-animation: loop 100s -50s linear infinite;
          animation: loop 100s -50s linear infinite;
  will-change: transform;
  margin-bottom: 40px;
}
.words_slide ul:nth-of-type(even) {
  -webkit-animation: loop2 100s linear infinite;
          animation: loop2 100s linear infinite;
}
@media screen and (max-width: 767px) {
  .words_slide ul {
    margin-bottom: 16px;
  }
}
.words_slide ul li {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
  margin-right: 64px;
}
@media screen and (max-width: 767px) {
  .words_slide ul li {
    font-size: 28px;
    margin-right: 40px;
  }
}
.words_slide ul li a {
  position: relative;
}
.words_slide ul li a:hover::after {
  width: 100%;
  left: 0;
}
.words_slide ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 540px) {
  .words_slide ul img {
    width: auto;
    height: 30px;
  }
}

.works_slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-size: 0;
  z-index: 100;
}
.works_slide:nth-of-type(even) ul {
  -webkit-animation: loop_r 100s -50s linear infinite;
          animation: loop_r 100s -50s linear infinite;
}
.works_slide:nth-of-type(even) ul:nth-of-type(even) {
  -webkit-animation: loop_r2 100s linear infinite;
          animation: loop_r2 100s linear infinite;
}
.works_slide ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-animation: loop 100s -50s linear infinite;
          animation: loop 100s -50s linear infinite;
  will-change: transform;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .works_slide ul {
    margin-bottom: 8px;
  }
}
.works_slide ul:nth-of-type(even) {
  -webkit-animation: loop2 100s linear infinite;
          animation: loop2 100s linear infinite;
}
.works_slide ul li {
  font-size: 48px;
  font-weight: 500;
  margin-right: 16px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .works_slide ul li {
    margin-right: 8px;
  }
}
.works_slide ul li a {
  display: block;
  overflow: hidden;
}
.works_slide ul li a:hover {
  opacity: 0.6;
}
.works_slide ul li a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 2s;
  transition: all 2s;
}
.works_slide ul li a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.works_slide ul img {
  width: auto;
  height: 306px;
}
@media screen and (max-width: 767px) {
  .works_slide ul img {
    height: 160px;
  }
}

.top_about .sec_ttl {
  margin-bottom: 120px;
}
.top_about .wrap_about_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.top_about .wrap_about_box .top_about_box {
  width: 520px;
}
.top_about .wrap_about_box .top_about_box:first-of-type {
  margin-left: 110px;
}
.top_about .wrap_about_box .top_about_box:nth-of-type(2) {
  margin-left: auto;
  margin-right: -20px;
  margin-top: 100px;
  margin-bottom: 34px;
}
.top_about .wrap_about_box .top_about_box:nth-of-type(4) {
  margin-left: auto;
  margin-right: 60px;
  margin-top: 120px;
  margin-bottom: 90px;
}
.top_about .wrap_about_box .top_about_box:nth-of-type(5) {
  margin-left: auto;
  margin-right: auto;
}
.top_about .wrap_about_box .top_about_box .ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 32px;
}
.top_about .wrap_about_box .top_about_box .txt {
  font-size: 20px;
  font-weight: 500;
}

/*/ ABOUT ////////////////////////////////////*/
.about_sec {
  padding: 0 80px;
  margin-bottom: 200px;
}
@media screen and (max-width: 1180px) {
  .about_sec {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .about_sec {
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
.about_sec .sec_ttl {
  font-weight: 700;
}
.about_sec .about_copy {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 48px;
}
@media screen and (max-width: 1180px) {
  .about_sec .about_copy {
    font-size: max(4.6vw, 32px);
  }
}
@media screen and (max-width: 767px) {
  .about_sec .about_copy {
    font-size: 28px;
  }
}
.about_sec .about_lead {
  font-size: 18px;
  margin-bottom: 96px;
  max-width: 780px;
}
@media screen and (max-width: 767px) {
  .about_sec .about_lead {
    font-size: 16px;
    margin-bottom: 64px;
  }
}
.about_sec.concept .ttl {
  font-weight: 700;
  margin-bottom: 32px;
}
.about_sec.concept .concept_list {
  margin-bottom: 96px;
}
.about_sec.concept .concept_list li {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
  position: relative;
  padding-left: 1em;
}
.about_sec.concept .concept_list li::before {
  content: "⚫︎";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .about_sec.concept .concept_list li {
    font-size: 18px;
  }
}
.about_sec.concept .img {
  text-align: center;
  font-size: 0;
}
.about_sec.member {
  margin-bottom: 100px;
}
.about_sec .member_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .about_sec .member_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.about_sec .member_list li {
  width: 240px;
  margin-right: 64px;
  margin-bottom: 108px;
}
@media screen and (max-width: 767px) {
  .about_sec .member_list li {
    width: 48%;
    margin: 0 0 64px;
  }
}
.about_sec .member_list li .img {
  font-size: 0;
  margin-bottom: 24px;
}
.about_sec .member_list li .kana {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .about_sec .member_list li .kana {
    font-size: 16px;
  }
}
.about_sec .member_list li .name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .about_sec .member_list li .name {
    font-size: 14px;
  }
}
.about_sec .member_list li .name span {
  font-size: 13px;
  font-weight: 400;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .about_sec .member_list li .name span {
    font-size: 12px;
    display: block;
    margin-left: 0;
  }
}
.about_sec .member_list li .job {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .about_sec .member_list li .job {
    font-size: 13px;
    letter-spacing: -0.03em;
  }
}
.about_sec .member_list li .skill {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .about_sec .member_list li .skill {
    font-size: 12px;
  }
}
.about_sec .partner_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.about_sec .partner_txt li {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about_sec .partner_txt li {
    font-size: 17px;
  }
}
.about_sec .partner_txt li:last-of-type::after {
  display: none;
}
.about_sec .partner_txt li::after {
  content: "／";
  margin: 0 5px;
}
.about_sec.flow {
  margin-bottom: 100px;
}
.about_sec.price {
  margin-bottom: 100px;
}
.about_sec .flow_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about_sec .flow_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about_sec .flow_wrap .flow_box {
  width: calc(50% - 40px);
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 40px 64px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1180px) {
  .about_sec .flow_wrap .flow_box {
    width: calc(50% - 20px);
    padding: 30px 24px 48px;
  }
}
@media screen and (max-width: 767px) {
  .about_sec .flow_wrap .flow_box {
    width: 100%;
    margin-bottom: 48px;
  }
}
.about_sec .flow_wrap .flow_box .ttl {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .about_sec .flow_wrap .flow_box .ttl {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.about_sec .flow_wrap .flow_box .flow_list {
  padding: 5px 0 5px 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_sec .flow_wrap .flow_box .flow_list {
    padding: 5px 0 5px 32px;
  }
}
.about_sec .flow_wrap .flow_box .flow_list::before {
  content: "";
  display: block;
  background: url("../img/common/flow_arrow.svg") no-repeat center bottom;
  width: 8px;
  height: 100%;
  position: absolute;
  left: 9px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .about_sec .flow_wrap .flow_box .flow_list::before {
    left: 6px;
  }
}
.about_sec .flow_wrap .flow_box .flow_list li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .about_sec .flow_wrap .flow_box .flow_list li {
    font-size: 16px;
  }
}
.about_sec .flow_wrap .flow_box .flow_list li:last-of-type {
  margin-bottom: 0;
}
.about_sec .flow_wrap .flow_box .lead_time li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.about_sec .flow_wrap .flow_box .lead_time li .cnt {
  width: 60%;
  line-height: 1.6;
}
.about_sec .flow_wrap .flow_box .lead_time li .time {
  width: 35%;
  line-height: 1.6;
}
.about_sec .flow_wrap .flow_box .lead_time li p {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about_sec .flow_wrap .flow_box .lead_time li p {
    font-size: 16px;
  }
}
.about_sec .flow_wrap .flow_box .memo {
  margin-top: 32px;
}
.about_sec .faq_list li {
  margin-bottom: 64px;
}
.about_sec .faq_list li .q {
  padding-left: 48px;
  position: relative;
  padding-top: 32px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .about_sec .faq_list li .q {
    padding-left: 30px;
    padding-top: 14px;
    font-size: 16px;
  }
}
.about_sec .faq_list li .q::before {
  content: "Q";
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .about_sec .faq_list li .q::before {
    font-size: 28px;
  }
}
.about_sec .faq_list li .a {
  padding-left: 48px;
}
@media screen and (max-width: 767px) {
  .about_sec .faq_list li .a {
    padding-left: 32px;
  }
}
.about_sec .plan {
  max-width: 800px;
  border: 1px solid #000;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 64px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .about_sec .plan {
    padding: 20px;
  }
}
.about_sec .plan .ttl {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .about_sec .plan .ttl {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.about_sec .plan dl dt {
  font-weight: 500;
  margin-top: 8px;
}
.about_sec .overview_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .about_sec .overview_list li {
    display: block;
    margin-bottom: 16px;
  }
}
.about_sec .overview_list li .ttl {
  width: 128px;
  margin-right: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about_sec .overview_list li .ttl {
    width: 100%;
    margin: 0 0 5px;
  }
}

/*/ WORKS ////////////////////////////////////*/
.works_single {
  padding: 0 80px;
}
@media screen and (max-width: 1180px) {
  .works_single {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .works_single {
    padding: 0 20px;
  }
}
.works_single .works_ttl {
  padding: 240px 0 180px;
}
@media screen and (max-width: 767px) {
  .works_single .works_ttl {
    padding: 25vh 0 64px;
  }
}
.works_single .works_ttl .copy {
  font-size: 48px;
  line-height: 1.5;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .works_single .works_ttl .copy {
    font-size: 28px;
  }
}
.works_single .works_ttl .entry_ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 124px;
}
@media screen and (max-width: 767px) {
  .works_single .works_ttl .entry_ttl {
    font-size: 20px;
    margin-bottom: 64px;
  }
}
.works_single .works_ttl .summary {
  max-width: 780px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .works_single .works_ttl .summary {
    font-size: 16px;
  }
}
.works_single .entry_body {
  max-width: 980px;
  margin: 0 auto 200px;
}
@media screen and (max-width: 767px) {
  .works_single .entry_body {
    margin-bottom: 120px;
  }
}
.works_single .entry_body h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 80px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .works_single .entry_body h2 {
    font-size: 24px;
    margin-top: 64px;
    margin-bottom: 40px;
  }
}
.works_single .entry_body h2:first-child {
  margin-top: 0;
}
.works_single .entry_body h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
  margin-top: 80px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .works_single .entry_body h3 {
    font-size: 18px;
    margin-top: 64px;
    margin-bottom: 40px;
  }
}
.works_single .entry_body h3:first-child {
  margin-top: 0;
}
.works_single .entry_body p {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .works_single .entry_body p {
    margin-bottom: 32px;
  }
}
.works_single .entry_body a {
  text-decoration: underline;
}
.works_single .entry_body a:has(img) {
  text-decoration: none;
}
.works_single .entry_body a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.works_single .entry_body .youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .works_single .entry_body .youtube {
    margin-bottom: 48px;
  }
}
.works_single .entry_body .youtube iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.works_single .entry_body .wp-caption {
  max-width: 100%;
  margin-bottom: 80px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .works_single .entry_body .wp-caption {
    max-width: 100%;
    margin-bottom: 48px;
  }
}
.works_single .entry_body .wp-caption .wp-caption-text {
  font-size: 13px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .works_single .entry_body .wp-caption .wp-caption-text {
    font-size: 12px;
  }
}
.works_single .entry_body .gallery-caption {
  font-size: 13px;
  margin-top: 16px;
}
.works_single .entry_body .wp-video {
  max-width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .works_single .entry_body .wp-video {
    margin-bottom: 48px;
  }
}
.works_single .click_credit {
  margin-bottom: 64px;
}
.works_single .click_credit .ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.works_single .click_credit .cnt {
  font-size: 14px;
}
.works_single .credit {
  margin-bottom: 64px;
  max-width: 580px;
}
.works_single .credit .ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1;
}
.works_single .credit .txt {
  font-size: 14px;
  margin-bottom: 16px;
}
.works_single .category {
  margin-bottom: 24px;
  padding-top: 64px;
  position: relative;
}
.works_single .category::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.works_single .category .ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1;
}
.works_single .category .cat_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.works_single .category .cat_list li {
  font-size: 13px;
}
.works_single .category .cat_list li:last-of-type::after {
  display: none;
}
.works_single .category .cat_list li::after {
  content: "/";
  margin: 0 0.5em;
}
.works_single .tag {
  margin-bottom: 24px;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .works_single .tag {
    margin-bottom: 64px;
  }
}
.works_single .tag .ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1;
}
.works_single .tag .tag_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.works_single .tag .tag_list li {
  font-size: 13px;
  margin-right: 8px;
}
.works_single .tag .tag_list li:last-of-type {
  margin-right: 0;
}
.works_single .tag .tag_list li a::before {
  content: "#";
}

.gallery,
.wp-block-gallery,
.blocks-gallery-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.gallery .gallery-item,
.gallery .blocks-gallery-item,
.gallery li,
.gallery figure,
.wp-block-gallery .gallery-item,
.wp-block-gallery .blocks-gallery-item,
.wp-block-gallery li,
.wp-block-gallery figure,
.blocks-gallery-grid .gallery-item,
.blocks-gallery-grid .blocks-gallery-item,
.blocks-gallery-grid li,
.blocks-gallery-grid figure {
  margin: 0;
}
.gallery img,
.wp-block-gallery img,
.blocks-gallery-grid img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .gallery {
    margin-bottom: 40px;
  }
}

.gallery.gallery-columns-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.wp-block-gallery.columns-1,
.wp-block-gallery.has-1-columns {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.blocks-gallery-grid.columns-1,
.blocks-gallery-grid.has-1-columns {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.gallery.gallery-columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wp-block-gallery.columns-2,
.wp-block-gallery.has-2-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blocks-gallery-grid.columns-2,
.blocks-gallery-grid.has-2-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gallery.gallery-columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wp-block-gallery.columns-3,
.wp-block-gallery.has-3-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blocks-gallery-grid.columns-3,
.blocks-gallery-grid.has-3-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery.gallery-columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wp-block-gallery.columns-4,
.wp-block-gallery.has-4-columns {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.blocks-gallery-grid.columns-4,
.blocks-gallery-grid.has-4-columns {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery.gallery-columns-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.wp-block-gallery.columns-5,
.wp-block-gallery.has-5-columns {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.blocks-gallery-grid.columns-5,
.blocks-gallery-grid.has-5-columns {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gallery.gallery-columns-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.wp-block-gallery.columns-6,
.wp-block-gallery.has-6-columns {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.blocks-gallery-grid.columns-6,
.blocks-gallery-grid.has-6-columns {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.gallery.gallery-columns-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.wp-block-gallery.columns-7,
.wp-block-gallery.has-7-columns {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.blocks-gallery-grid.columns-7,
.blocks-gallery-grid.has-7-columns {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.gallery.gallery-columns-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.wp-block-gallery.columns-8,
.wp-block-gallery.has-8-columns {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.blocks-gallery-grid.columns-8,
.blocks-gallery-grid.has-8-columns {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.gallery.gallery-columns-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.wp-block-gallery.columns-9,
.wp-block-gallery.has-9-columns {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.blocks-gallery-grid.columns-9,
.blocks-gallery-grid.has-9-columns {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

@media (max-width: 767px) {
  .gallery,
  .wp-block-gallery,
  .blocks-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .gallery,
  .wp-block-gallery,
  .blocks-gallery-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .gallery.gallery-columns-2,
  .wp-block-gallery.columns-2,
  .wp-block-gallery.has-2-columns,
  .blocks-gallery-grid.columns-2,
  .blocks-gallery-grid.has-2-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery.gallery-columns-3,
  .wp-block-gallery.columns-3,
  .wp-block-gallery.has-3-columns,
  .blocks-gallery-grid.columns-3,
  .blocks-gallery-grid.has-3-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery.gallery-columns-4,
  .wp-block-gallery.columns-4,
  .wp-block-gallery.has-4-columns,
  .blocks-gallery-grid.columns-4,
  .blocks-gallery-grid.has-4-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery.gallery-columns-5,
  .wp-block-gallery.columns-5,
  .wp-block-gallery.has-5-columns,
  .blocks-gallery-grid.columns-5,
  .blocks-gallery-grid.has-5-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery.gallery-columns-6,
  .wp-block-gallery.columns-6,
  .wp-block-gallery.has-6-columns,
  .blocks-gallery-grid.columns-6,
  .blocks-gallery-grid.has-6-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery.gallery-columns-7,
  .wp-block-gallery.columns-7,
  .wp-block-gallery.has-7-columns,
  .blocks-gallery-grid.columns-7,
  .blocks-gallery-grid.has-7-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery.gallery-columns-8,
  .wp-block-gallery.columns-8,
  .wp-block-gallery.has-8-columns,
  .blocks-gallery-grid.columns-8,
  .blocks-gallery-grid.has-8-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery.gallery-columns-9,
  .wp-block-gallery.columns-9,
  .wp-block-gallery.has-9-columns,
  .blocks-gallery-grid.columns-9,
  .blocks-gallery-grid.has-9-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.pagenationSingle {
  padding: 0 80px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1180px) {
  .pagenationSingle {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .pagenationSingle {
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
.pagenationSingle ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pagenationSingle ul li.prev {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .pagenationSingle ul li.prev {
    width: 33%;
  }
}
.pagenationSingle ul li.prev a {
  display: block;
  background: url("../img/common/prev.svg") no-repeat left bottom;
  background-size: auto 10px;
  width: 220px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .pagenationSingle ul li.prev a {
    width: 100%;
  }
}
.pagenationSingle ul li.prev a:hover {
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px);
}
.pagenationSingle ul li.next {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .pagenationSingle ul li.next {
    width: 33%;
  }
}
.pagenationSingle ul li.next a {
  display: block;
  background: url("../img/common/next.svg") no-repeat right bottom;
  background-size: auto 10px;
  width: 220px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .pagenationSingle ul li.next a {
    width: 100%;
  }
}
.pagenationSingle ul li.next a:hover {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}

.related_posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.related_posts li {
  width: calc(33.33% - 8px);
  margin-right: 12px;
  font-size: 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .related_posts li {
    width: 100%;
    margin-right: 0;
  }
}
.related_posts li:nth-of-type(3n) {
  margin-right: 0;
}
.related_posts li a {
  display: block;
  overflow: hidden;
}
.related_posts li a:hover {
  opacity: 0.6;
}
.related_posts li a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 2s;
  transition: all 2s;
}
.related_posts li a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single_footer {
  overflow-x: hidden;
}

.works_select {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .works_select {
    margin-top: 32px;
  }
}
.works_select li {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .works_select li {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.works_select li.active a {
  opacity: 1;
}
.works_select li a {
  color: #000;
  opacity: 0.4;
  position: relative;
}
.works_select li a:hover {
  opacity: 1;
}
.works_select li a:hover::after {
  width: 100%;
  left: 0;
}
.works_select li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item_list {
  padding: 0 80px;
  margin-bottom: 150px;
  max-width: 840px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1180px) {
  .item_list {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .item_list {
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
.item_list li {
  font-size: 18px;
  font-weight: 500;
  margin-right: 16px;
  margin-bottom: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .item_list li {
    font-size: 16px;
  }
}
.item_list li.current a::after {
  width: 100%;
  left: 0;
}
.item_list li a {
  position: relative;
}
.item_list li a:hover::after {
  width: 100%;
  left: 0;
}
.item_list li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.works_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 12px;
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .works_list {
    margin-bottom: 80px;
  }
}
.works_list li {
  width: calc(33.33% - 8px);
  margin-right: 12px;
  font-size: 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .works_list li {
    width: 100%;
    margin: 0 0 16px;
  }
}
.works_list li:nth-of-type(3n) {
  margin-right: 0;
}
.works_list li a {
  display: block;
  overflow: hidden;
}
.works_list li a:hover {
  opacity: 0.6;
}
.works_list li a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 2s;
  transition: all 2s;
}
.works_list li a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.works_footer {
  max-width: 1320px;
  margin: 0 auto 180px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .works_footer {
    margin-bottom: 80px;
  }
}
.works_footer .wrap {
  margin-bottom: 48px;
}
.works_footer .wrap .ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.works_footer .wrap .works_footer_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 840px;
}
.works_footer .wrap .works_footer_list li {
  font-size: 14px;
  font-weight: 500;
  margin-right: 16px;
  margin-bottom: 16px;
  line-height: 1.6;
}
.works_footer .wrap .works_footer_list li a {
  position: relative;
}
.works_footer .wrap .works_footer_list li a:hover::after {
  width: 100%;
  left: 0;
}
.works_footer .wrap .works_footer_list li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pagination {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-bottom: 80px;
  }
}
.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination ul li {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  .pagination ul li {
    margin: 0 6px;
  }
}
.pagination ul li span {
  border-bottom: 2px solid #000;
}
.pagination ul li.num a {
  position: relative;
}
.pagination ul li.num a:hover::after {
  width: 100%;
  left: 0;
}
.pagination ul li.num a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination ul li.prev {
  width: 220px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .pagination ul li.prev {
    width: 48px;
  }
}
.pagination ul li.prev a {
  display: block;
  background: url("../img/common/prev.svg") no-repeat left center;
  background-size: auto 10px;
  width: 220px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .pagination ul li.prev a {
    width: 48px;
  }
}
.pagination ul li.prev a:hover {
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px);
}
.pagination ul li.next {
  width: 220px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pagination ul li.next {
    width: 48px;
  }
}
.pagination ul li.next a {
  display: block;
  background: url("../img/common/next.svg") no-repeat right center;
  background-size: auto 10px;
  width: 220px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .pagination ul li.next a {
    width: 48px;
  }
}
.pagination ul li.next a:hover {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}

/*/ WORDS ////////////////////////////////////*/
.page_words {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .page_words {
    margin-bottom: 80px;
  }
}

.words_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 80px;
}
@media screen and (max-width: 1180px) {
  .words_list {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .words_list {
    padding: 0 20px;
  }
}
.words_list li {
  font-size: 28px;
  font-weight: 500;
  margin-right: 56px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .words_list li {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 32px 24px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #efefef;
  }
}
.words_list li a {
  position: relative;
}
.words_list li a:hover::after {
  width: 100%;
  left: 0;
}
.words_list li a::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.more_btn {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .more_btn {
    margin-top: 80px;
  }
}
.more_btn a {
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.more_btn a:hover::after {
  width: 0;
  right: 0;
  left: auto;
}
.more_btn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#works-list .work-card {
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-animation: works-fade-in 0.8s ease-out forwards;
          animation: works-fade-in 0.8s ease-out forwards;
  will-change: opacity, transform;
}

@-webkit-keyframes works-fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes works-fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  #works-list .work-card {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/*/ CONTACT ////////////////////////////////////*/
.contact_form {
  max-width: 880px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 200px;
}
.contact_form .form_cnt {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .contact_form .form_cnt {
    margin-bottom: 64px;
  }
}
.contact_form .form_cnt li {
  padding-bottom: 8px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .contact_form .form_cnt li {
    margin-bottom: 16px;
  }
}
.contact_form .form_cnt li .ttl {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .contact_form .form_cnt li .ttl {
    font-size: 16px;
  }
}
.contact_form .form_cnt li .cnt input[type=text],
.contact_form .form_cnt li .cnt input[type=email] {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  font-size: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contact_form .form_cnt li .cnt input[type=text],
  .contact_form .form_cnt li .cnt input[type=email] {
    padding: 8px 0;
  }
}
.contact_form .form_cnt li .cnt select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: url("../img/common/select_arrow.svg") no-repeat right 8px center;
  padding: 16px 0;
  font-size: 16px;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contact_form .form_cnt li .cnt select {
    padding: 16px 0;
  }
}
.contact_form .form_cnt li .cnt textarea {
  width: 100%;
  height: 220px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  font-size: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contact_form .form_cnt li .cnt textarea {
    padding: 8px;
    height: 160px;
  }
}
.contact_form .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contact_form .submit .submit_btn {
  position: relative;
}
.contact_form .submit .submit_btn:hover::after {
  width: 0;
  right: 0;
  left: auto;
}
.contact_form .submit .submit_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact_form .submit input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact_form .submit input {
    font-size: 18px;
  }
}
.contact_form .submit .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(180%);
          transform: translateY(180%);
}/*# sourceMappingURL=style.css.map */