@charset "UTF-8";
body {
  font: 16px YakuHanJP, "dnp-shuei-gothic-gin-std", sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
  background: #000;
  color: #000;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
}

.en {
  font-family: "Displace 2.0 Medium", sans-serif;
  letter-spacing: 0.15em;
}

main {
  background: #fff;
  padding-bottom: 100px;
}
main > *:last-of-type {
  margin-bottom: 0;
}

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

a {
  transition: all 0.5s;
}
a:hover {
  opacity: 0.6;
}

/* font
**************************************************************************************************************************/
@font-face {
  font-family: "Displace 2.0 Medium";
  src: url("../fonts/Displace 2.0-Medium-Web.eot");
  src: url("../fonts/Displace 2.0-Medium-Web.eot#iefix") format("embedded-opentype"), url("../fonts/Displace 2.0-Medium-Web.woff2") format("woff2"), url("../fonts/Displace 2.0-Medium-Web.woff") format("woff"), url("../fonts/Displace 2.0-Medium-Web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* animation
**************************************************************************************************************************/
/* status
**************************************************************************************************************************/
.is_sp {
  display: block;
}

.is_pc {
  display: none;
}

@media screen and (min-width: 1025px) {
  .is_sp {
    display: none !important;
  }
  .is_pc {
    display: block !important;
  }
}
.is_hide {
  display: none;
}

.is_fixed {
  position: fixed;
}

/* common
**************************************************************************************************************************/
.wrap {
  overflow: clip;
}
header {
  padding: 20px 50px;
  width: 100%;
  position: fixed;
  z-index: 10;
}
header .inner .ci-tgl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inner .ci-tgl .ci a img {
  width: 70px;
}
header .inner .ci-tgl .tgl p {
  cursor: pointer;
  width: 15px;
  height: 7px;
  position: relative;
  text-indent: -9999px;
}
header .inner .ci-tgl .tgl p::before, header .inner .ci-tgl .tgl p::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
}
header .inner .ci-tgl .tgl p::before {
  top: 0;
}
header .inner .ci-tgl .tgl p::after {
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  header {
    padding: 22px 25px;
  }
  header .inner .ci-tgl .ci a img {
    width: 60px;
  }
  header .inner .ci-tgl .tgl p {
    cursor: pointer;
    width: 25px;
  }
}

footer {
  background: #000;
  padding: 50px;
  color: #fff;
}
footer .innner .ci-social {
  position: relative;
}
footer .innner .ci-social .ci {
  text-align: center;
}
footer .innner .ci-social .ci p a img {
  width: 127px;
}
footer .innner .ci-social .social {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
footer .innner .ci-social .social ul {
  font-size: 12px;
}
footer .innner .ci-social .social ul li {
  margin-bottom: 3px;
}
footer .innner .ci-social .social ul li a {
  color: #fff;
  display: flex;
}
footer .innner .ci-social .social ul li a::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
  margin-top: 7px;
  margin-right: 5px;
}
footer .innner .ci-social .social ul li a::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 12px;
  height: 12px;
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
  margin-top: 6px;
  margin-left: -0.5px;
  margin-right: 6px;
  position: absolute;
  z-index: -1;
}
footer .innner .ci-social .social ul li:nth-of-type(odd) a::before {
  background-color: #fff;
  width: 10px;
  height: 10px;
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
}
footer .innner .ci-social .social ul li:nth-of-type(even) a {
  position: relative;
}
footer .innner .ci-social .social ul li:nth-of-type(even) a::before {
  background-color: #000;
  width: 10px;
  height: 10px;
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
}
nav.glnv {
  position: fixed;
  width: 100%;
  height: 100dvh;
  background: rgba(255, 255, 255, 0.95);
  padding: 100px 140px;
  z-index: -1;
  place-content: center start;
  opacity: 0;
  transition: all 0.5s;
}
nav.glnv .inner {
  display: grid;
}
nav.glnv .inner p.ci {
  margin-bottom: 40px;
}
nav.glnv .inner p.ci a img {
  width: 142px;
}
nav.glnv .inner ul.main {
  font-size: 34px;
  font-family: "Displace 2.0 Medium", sans-serif;
  letter-spacing: 0.15em;
  margin-bottom: 45px;
}
nav.glnv .inner ul.main li {
  margin-bottom: 24px;
}
nav.glnv .inner ul.main li:last-of-type {
  margin-bottom: 0;
}
nav.glnv .inner ul.main li a {
  position: relative;
}
nav.glnv .inner ul.main li a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #e33022;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: -23px;
  opacity: 0;
  transition: all 0.5s;
}
nav.glnv .inner ul.main li a:hover {
  opacity: 1;
}
nav.glnv .inner ul.main li a:hover::after {
  opacity: 1;
}
nav.glnv .inner ul.sub {
  font-size: 12px;
  margin-left: 1px;
}
nav.glnv .inner ul.sub li {
  margin-bottom: 3px;
}
nav.glnv .inner ul.sub li a {
  display: flex;
}
nav.glnv .inner ul.sub li a::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
  margin-top: 6px;
  margin-right: 5px;
}
nav.glnv .inner ul.sub li a::after {
  content: "";
  display: block;
  background-color: #000;
  width: 12px;
  height: 12px;
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
  margin-top: 5px;
  margin-left: -1px;
  margin-right: 6px;
  position: absolute;
  z-index: -1;
}
nav.glnv .inner ul.sub li:nth-of-type(even) a::before {
  background-color: #fff;
  width: 10px;
  height: 10px;
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
}
nav.glnv .inner ul.sub li:nth-of-type(odd) a {
  position: relative;
}
nav.glnv .inner ul.sub li:nth-of-type(odd) a::before {
  background-color: #000;
  width: 10px;
  height: 10px;
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
}
nav.glnv .inner .tgl {
  position: absolute;
  top: 30px;
  right: 50px;
}
nav.glnv .inner .tgl p {
  cursor: pointer;
  width: 15px;
  height: 7px;
  position: relative;
  text-indent: -9999px;
}
nav.glnv .inner .tgl p::before, nav.glnv .inner .tgl p::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
}
nav.glnv .inner .tgl p::before {
  top: 3px;
  transform: rotate(-20deg);
}
nav.glnv .inner .tgl p::after {
  bottom: 3px;
  transform: rotate(20deg);
}
nav.glnv.is_open {
  opacity: 1;
  z-index: 10;
}

main.post-type-archive-works2025 {
  padding-top: 160px;
}
@media screen and (max-width: 1024px) {
  main.post-type-archive-works2025 {
    padding-top: 120px;
  }
}
main.page-template-page-company {
  padding-top: 150px;
}
@media screen and (max-width: 1024px) {
  main.page-template-page-company {
    padding-top: 120px;
  }
}
main.page-template-page-contact, main.page-template-page-contact-confirm, main.page-template-page-contact-complete {
  padding-top: 150px;
}
@media screen and (max-width: 1024px) {
  main.page-template-page-contact, main.page-template-page-contact-confirm, main.page-template-page-contact-complete {
    padding-top: 120px;
  }
}
main.page-template-default {
  padding-top: 150px;
}
@media screen and (max-width: 1024px) {
  main.page-template-default {
    padding-top: 120px;
  }
}

.aside-contents.is_contact {
  padding: 0 100px;
  margin-bottom: 196px;
}
.aside-contents.is_contact > .inner {
  width: 100%;
  max-width: 840px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 80px auto;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .aside-contents.is_contact {
    padding: 0 37px;
    margin-bottom: 80px;
  }
  .aside-contents.is_contact > .inner {
    display: block;
  }
  .aside-contents.is_contact > .inner aside {
    margin-bottom: 15px;
  }
}

/* utility
**************************************************************************************************************************/
.u-img-zoom {
  overflow: hidden;
}
.u-img-zoom img {
  transform: scale(1);
  transition: 0.5s ease-in-out;
  width: 100%;
}
.u-img-zoom:hover img {
  transform: scale(1.1, 1.1);
}

.u-hl01 {
  font-size: 21px;
  font-weight: normal;
}
.u-hl01::after {
  content: "";
  display: block;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 1px;
  background: #000;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .u-hl01 {
    font-size: 14px;
    padding-left: 50px;
  }
  .u-hl01::after {
    position: relative;
    left: -25px;
  }
}

.u-hl02 {
  font-size: 15px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .u-hl02 {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

.u-hl03 {
  font-size: 50px;
  font-family: "Displace 2.0 Medium", sans-serif;
  letter-spacing: 0.15em;
  font-weight: normal;
  margin-bottom: 52px;
}
@media screen and (max-width: 1024px) {
  .u-hl03 {
    font-size: 32px;
    margin-bottom: 1.3em;
  }
}

.u-list-tag {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  list-style: none;
  gap: 5px;
}
.u-list-tag li {
  border: 1px solid #000;
  border-radius: 100px;
}
.u-list-tag li span {
  display: inline-block;
  padding: 0.2em 0.5em;
}

.u-list-status {
  color: #c6c6c6;
}
.u-list-status li {
  width: 1em;
  text-align: center;
  line-height: 1.3;
}
.u-list-status li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 46px;
  background: #c6c6c6;
  margin: 0.5em auto;
}
.u-list-status li:last-of-type::after {
  display: none;
}
.u-list-status li.is_active {
  color: #000;
}
@media screen and (max-width: 1024px) {
  .u-list-status {
    display: flex;
    align-items: center;
  }
  .u-list-status li {
    width: auto;
    text-align: left;
    line-height: 1.3;
  }
  .u-list-status li::after {
    width: 20px;
    height: 1px;
    margin: 0 0.5em;
    vertical-align: middle;
  }
}

/* wysiwyg
**************************************************************************************************************************/
.wysiwyg {
  font-size: 15px;
}
.wysiwyg h3 {
  margin-bottom: 0.3em;
  display: flex;
}
.wysiwyg h3::before {
  content: "・";
  display: block;
  margin-right: 0.3em;
}
.wysiwyg p {
  line-height: 2;
  margin-bottom: 1.5em;
}
.wysiwyg ul, .wysiwyg ol {
  margin-bottom: 1.5em;
}
.wysiwyg ol {
  counter-reset: nested-list;
  display: grid;
  position: relative;
  grid-auto-flow: row;
  margin-left: 0;
  padding-left: 1.5em;
  list-style: none;
  row-gap: 0.5em;
}
.wysiwyg ol > li {
  counter-increment: nested-list;
}
.wysiwyg ol > li::before {
  position: absolute;
  left: 0;
  content: counter(nested-list) ".";
}
@media screen and (max-width: 1024px) {
  .wysiwyg {
    font-size: 13px;
  }
}

/* area
**************************************************************************************************************************/
/* works */
.area-works-archive {
  padding: 0px 100px;
}
.area-works-archive .inner {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.area-works-archive .inner .title-body .title {
  margin-bottom: 90px;
}
.area-works-archive .inner .title-body .title h1 {
  font-family: "Displace 2.0 Medium", serif;
  font-size: 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .area-works-archive {
    padding: 0 37px;
  }
  .area-works-archive .inner .title-body .title {
    margin-bottom: 0;
  }
  .area-works-archive .inner .title-body .title h1 {
    font-size: 32px;
    margin-bottom: 28px;
  }
}

.area-works-head {
  margin-bottom: 80px;
  padding: 0 100px;
}
.area-works-head .inner {
  width: 100%;
  max-width: 840px;
  margin-inline: auto;
}
.area-works-head .inner .title-body .title {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
@media screen and (max-width: 1024px) {
  .area-works-head {
    margin-bottom: 50px;
    padding: 0 37px;
  }
}

.area-works-body {
  margin-bottom: 80px;
  padding: 0 100px;
}
.area-works-body .inner {
  width: 100%;
  max-width: 840px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .area-works-body {
    margin-bottom: 50px;
    padding: 0 37px;
  }
}

.area-works-item {
  margin-bottom: 160px;
  padding: 0 100px;
}
.area-works-item .inner {
  width: 100%;
  max-width: 840px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .area-works-item {
    margin-bottom: 80px;
    padding: 0;
  }
  .area-works-item .inner .title-body .body {
    padding-left: 50px;
  }
}

.area-works-relate {
  margin-bottom: 80px;
  padding: 0 100px;
}
.area-works-relate .inner {
  width: 100%;
  max-width: 840px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .area-works-relate {
    padding: 0;
  }
}

.area-works-itemdetail {
  margin-bottom: 80px;
  padding: 0 100px;
  padding-top: 170px;
}
.area-works-itemdetail .inner {
  width: 100%;
  max-width: 840px;
  margin-inline: auto;
}
.area-works-itemdetail .inner .title-body .body .lead {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 36px;
}
.area-works-itemdetail .inner .title-body .body .lead p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}
.area-works-itemdetail .inner .title-body .body .lead p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .area-works-itemdetail {
    padding: 0 37px;
    padding-top: 120px;
  }
  .area-works-itemdetail .inner .title-body .body .lead {
    font-size: 13px;
    margin-bottom: 30px;
  }
}

.area-company-head {
  margin-bottom: 196px;
  padding: 0 100px;
}
.area-company-head .inner {
  width: 100%;
  max-width: 840px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .area-company-head {
    margin-bottom: 110px;
    padding: 0 37px;
  }
}

.area-company-body {
  margin-bottom: 196px;
  padding: 0 100px;
}
.area-company-body .inner {
  width: 100%;
  max-width: 684px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .area-company-body {
    margin-bottom: 110px;
    padding: 0 37px;
  }
}

.area-page-default {
  margin-bottom: 196px;
  padding: 0 100px;
}
.area-page-default .inner {
  width: 100%;
  max-width: 840px;
  margin-inline: auto;
}
.area-page-default .inner .title-body .title {
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}
.area-page-default .inner .title-body .body {
  padding: 0 40px;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .area-page-default {
    margin-bottom: 110px;
    padding: 0 37px;
  }
  .area-page-default .inner .title-body .body {
    padding: 0;
    padding-bottom: 20px;
  }
}

.btn.btn-primary {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 2em 5em;
  background: #000;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 0;
}
.btn.btn-primary:disabled {
  background: #dfdfdf;
  color: #aaa;
  pointer-events: none;
}
.btn.btn-secondary {
  font-size: 14px;
  text-align: center;
  font-family: "Displace 2.0 Medium", sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 0.8em 1.5em;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.btn.btn-tertiary {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #000;
  display: inline-block;
  padding: 2em 5em;
  background: #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #000;
}
.btn.btn-back {
  font-size: 14px;
  text-align: center;
  font-family: "Displace 2.0 Medium", sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 0.8em 1.5em;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (max-width: 1024px) {
  .btn.btn-primary {
    font-size: 14px;
    padding: 2em 4em;
  }
  .btn.btn-secondary {
    font-size: 14px;
    text-align: center;
    font-family: "Displace 2.0 Medium", sans-serif;
    font-weight: 500;
    display: inline-block;
    padding: 0.8em 1.5em;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
  .btn.btn-back {
    font-size: 14px;
    text-align: center;
    font-family: "Displace 2.0 Medium", sans-serif;
    font-weight: 500;
    display: inline-block;
    padding: 0.8em 1.5em;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
  }
}

/* component
**************************************************************************************************************************/
/* share */
ul.c-tabs {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 56px;
  font-size: 25px;
}
ul.c-tabs li {
  cursor: pointer;
  color: #ababab;
  transition: all 0.3s;
}
ul.c-tabs li span {
  display: inline-block;
  border-bottom: 1px solid #ababab;
  padding: 0.2em 1.5em;
  transition: all 0.3s;
}
ul.c-tabs li.is_active {
  color: #000;
}
ul.c-tabs li.is_active span {
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 1024px) {
  ul.c-tabs {
    margin-bottom: 40px;
    font-size: 18px;
  }
  ul.c-tabs li span {
    padding: 0.5em 2.5em;
  }
}

.c-panels {
  border-top: 1px solid #000;
  padding-top: 80px;
}
.c-panels .panel {
  display: none;
}
.c-panels .panel.is_active {
  display: block;
}
@media screen and (max-width: 1024px) {
  .c-panels {
    padding-top: 40px;
  }
}

/* works */
.c-fliter {
  margin-bottom: 90px;
}
.c-fliter ul {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  font-size: 14px;
}
.c-fliter ul li {
  border: 1px solid #000;
  border-radius: 100px;
  text-align: center;
  align-self: stretch;
  height: 100%;
}
.c-fliter ul li a {
  display: block;
  padding: 1.5em;
}
@media screen and (max-width: 1024px) {
  .c-fliter {
    margin-bottom: 85px;
  }
  .c-fliter ul {
    grid-gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    font-size: 10px;
  }
  .c-fliter ul li a {
    padding: 1.5em;
  }
}

.c-list-works {
  margin-bottom: 70px;
}
.c-list-works .works {
  display: grid;
  grid-column-gap: 36px;
  grid-row-gap: 80px;
  grid-template-columns: repeat(3, 1fr);
}
.c-list-works .works .work .imgtxt .img {
  margin-bottom: 1em;
}
.c-list-works .works .work .imgtxt .img .client-name {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 1em;
}
.c-list-works .works .work .imgtxt .txt p.lead {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .c-list-works {
    margin-bottom: 70px;
  }
  .c-list-works .works {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-list-works .works .work .imgtxt .img .client-name {
    font-size: 16px;
    margin-bottom: 0.5em;
  }
  .c-list-works .works .work .imgtxt .txt p.lead {
    font-size: 14px;
  }
}

.c-view-more {
  text-align: center;
  margin-bottom: 80px;
}
.c-cta-contact {
  text-align: center;
  margin-bottom: 80px;
}
.c-cta-contact .lead {
  font-size: 14px;
  margin-top: 1em;
}
@media screen and (max-width: 1024px) {
  .c-cta-contact .lead {
    font-size: 12px;
    margin-top: 2.5em;
  }
}

.c-works-mainimg {
  position: relative;
  color: #fff;
  margin-bottom: 70px;
}
.c-works-mainimg p.tagline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  .c-works-mainimg {
    margin-bottom: 50px;
  }
  .c-works-mainimg p.tagline {
    font-size: 20px;
  }
}

.c-works-client .logo {
  margin-bottom: 12px;
}
.c-works-client .logo img {
  height: 22px;
  width: auto;
}
.c-works-client .name {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 0.2em;
}
.c-works-client dl {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
}
.c-works-client dl .row {
  display: flex;
}
.c-works-client dl .row dd::before {
  content: "/";
  display: inline;
  margin: 0 0.2em;
}
.c-works-client .lead {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 15px;
}
.c-works-client .lead h2 {
  font-size: 28px;
  padding: 1em 0;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .c-works-client .logo {
    margin-bottom: 20px;
  }
  .c-works-client .logo img {
    height: 30px;
    width: auto;
  }
  .c-works-client .name {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0.2em;
  }
  .c-works-client dl {
    font-size: 9px;
  }
  .c-works-client dl .row {
    display: flex;
  }
  .c-works-client .lead h2 {
    font-size: 18px;
  }
  .c-works-client .lead h2 br {
    display: none;
  }
}

.c-works-step {
  margin-bottom: 120px;
}
.c-works-step dl {
  display: flex;
}
.c-works-step dl .row {
  width: 30%;
  margin-right: 5%;
  position: relative;
}
.c-works-step dl .row dt {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 0.8em;
}
.c-works-step dl .row dt small {
  display: block;
  font-family: "Displace 2.0 Medium", sans-serif;
  font-size: 12px;
}
.c-works-step dl .row dd {
  font-size: 13px;
  line-height: 1.8;
}
.c-works-step dl .row dd p {
  line-height: 1.8;
}
.c-works-step dl .row::after {
  content: "";
  display: block;
  background-color: #000;
  width: 15px;
  height: 20px;
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -27px;
}
.c-works-step dl .row:last-of-type {
  margin-right: 0;
}
.c-works-step dl .row:last-of-type::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-works-step {
    margin-bottom: 60px;
  }
  .c-works-step dl {
    display: block;
  }
  .c-works-step dl .row {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .c-works-step dl .row dt {
    font-size: 20px;
  }
  .c-works-step dl .row dt small {
    font-size: 17px;
  }
  .c-works-step dl .row::after {
    content: "";
    display: block;
    background-color: #000;
    width: 30px;
    height: 15px;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
    top: auto;
    transform: translateY(0);
    right: auto;
  }
  .c-works-step dl .row:last-of-type {
    margin-bottom: 0;
  }
  .c-works-step dl .row:last-of-type::after {
    display: none;
  }
}

.c-works-slider {
  margin-bottom: 120px;
}
.c-works-slider .slick-control {
  text-align: center;
  margin-top: 25px;
}
.c-works-slider .slick-control .slick-counter {
  font-size: 15px;
}
.c-works-slider .slick-control .slick-counter span.current {
  margin: 0 30px;
}
.c-works-slider .slick-control .slick-arw {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-works-slider .slick-control .slick-arw .slick-arrow {
  width: 10px;
  height: 10px;
  background: none;
  border: 0;
  text-indent: -9999px;
}
.c-works-slider .slick-control .slick-arw .slick-arrow.slick-prev {
  background: url(../img/common/arw-prev01.svg) 50% 50% no-repeat;
  background-size: contain;
}
.c-works-slider .slick-control .slick-arw .slick-arrow.slick-next {
  background: url(../img/common/arw-next01.svg) 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .c-works-slider {
    margin-bottom: 60px;
  }
  .c-works-slider .slick-control {
    text-align: center;
    margin-top: 15px;
  }
  .c-works-slider .slick-control .slick-counter {
    font-size: 14px;
  }
}

.c-works-flow .flow {
  position: relative;
}
.c-works-flow .flow .flow_head-flow_body {
  display: flex;
  border-left: 1px solid #000;
  padding-bottom: 100px;
}
.c-works-flow .flow .flow_head-flow_body .flow_head {
  width: 50px;
}
.c-works-flow .flow .flow_head-flow_body .flow_head .year {
  font-family: "Displace 2.0 Medium", sans-serif;
  transform: rotate(90deg);
  transform-origin: top left;
  font-size: 12px;
  width: 300px;
  position: relative;
  left: 3em;
}
.c-works-flow .flow .flow_head-flow_body .flow_head .label {
  position: sticky;
  top: 10px;
  transform: translateX(calc(-200% - 20px));
}
.c-works-flow .flow .flow_head-flow_body .flow_head .label span {
  display: block;
  width: 100px;
  text-align: center;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid #000;
}
.c-works-flow .flow .flow_head-flow_body .flow_head .label::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -76px;
}
.c-works-flow .flow .flow_head-flow_body .flow_body {
  margin-left: 40px;
  flex: 1;
}
.c-works-flow .flow .flow_head-flow_body .flow_body .imgtxt .img {
  margin-bottom: 24px;
}
.c-works-flow .flow .flow_head-flow_body .flow_body .imgtxt .img.is-single img {
  width: 60%;
}
.c-works-flow .flow .flow_head-flow_body .flow_body .imgtxt .img.is-double {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
.c-works-flow .flow .flow_head-flow_body .flow_body .imgtxt .img.is-triple {
  display: grid;
  grid-template-columns: auto 60%;
  grid-template-rows: auto auto;
  grid-template-areas: "imgB imgA" "imgC imgA";
  gap: 40px;
}
.c-works-flow .flow .flow_head-flow_body .flow_body .imgtxt .img.is-triple picture:nth-of-type(1) {
  grid-area: imgA;
}
.c-works-flow .flow .flow_head-flow_body .flow_body .imgtxt .img.is-triple picture:nth-of-type(2) {
  grid-area: imgB;
}
.c-works-flow .flow .flow_head-flow_body .flow_body .imgtxt .img.is-triple picture:nth-of-type(3) {
  grid-area: imgC;
}
.c-works-flow .flow .flow_head-flow_body .flow_body .imgtxt .img.is-triple picture img {
  object-fit: cover;
}
.c-works-flow .flow .flow_head-flow_body .flow_body .imgtxt .txt p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 1.5em;
}
.c-works-flow .flow .flow_head-flow_body .flow_body .imgtxt .txt p:last-of-type {
  margin-bottom: 0;
}
.c-works-flow .flow:last-of-type .flow_head-flow_body {
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .c-works-flow .flow {
    position: relative;
  }
  .c-works-flow .flow .flow_head-flow_body {
    display: flex;
    border-left: 1px solid #000;
    padding-bottom: 100px;
  }
  .c-works-flow .flow .flow_head-flow_body .flow_head {
    width: 50px;
  }
  .c-works-flow .flow .flow_head-flow_body .flow_head .year {
    font-size: 9px;
    left: 2em;
  }
  .c-works-flow .flow .flow_head-flow_body .flow_head .label {
    position: sticky;
    top: 90px;
    transform: translateX(-100%);
    margin-left: 20px;
    padding-top: 120px;
  }
  .c-works-flow .flow .flow_head-flow_body .flow_head .label span {
    font-size: 10px;
    width: 70px;
    background: #fff;
    margin-left: -23px;
  }
  .c-works-flow .flow .flow_head-flow_body .flow_head .label::after {
    width: 11px;
    height: 11px;
    position: absolute;
    top: 150px;
    transform: translateY(0);
    right: auto;
    margin-left: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-works-flow .flow .flow_head-flow_body .flow_body {
    margin-left: 0;
  }
  .c-works-flow .flow .flow_head-flow_body .flow_body .imgtxt .img picture {
    margin-bottom: 20px;
  }
  .c-works-flow .flow .flow_head-flow_body .flow_body .imgtxt .img.is-single img {
    width: 100%;
  }
  .c-works-flow .flow .flow_head-flow_body .flow_body .imgtxt .img.is-double {
    display: block;
  }
  .c-works-flow .flow .flow_head-flow_body .flow_body .imgtxt .img.is-triple {
    display: block;
  }
  .c-works-flow .flow .flow_head-flow_body .flow_body .imgtxt .txt p {
    font-size: 13px;
  }
}

.c-works-item {
  margin-bottom: 80px;
}
.c-works-item dl {
  width: 700px;
}
.c-works-item dl .row dt {
  font-size: 18px;
  margin-bottom: 14px;
}
.c-works-item .slick-list {
  overflow: visible;
}
.c-works-item .slick-slide {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .c-works-item dl {
    width: 332px;
  }
  .c-works-item dl .row dt {
    font-size: 12px;
    margin-bottom: 0.5em;
  }
  .c-works-item .slick-slide {
    margin-right: 15px;
  }
}

.c-works-relate {
  margin-bottom: 80px;
}
.c-works-relate ul {
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #000;
}
.c-works-relate ul li {
  border-right: 1px solid #000;
  place-content: center center;
  text-align: center;
}
.c-works-relate ul li a {
  display: block;
  padding: 20px;
}
.c-works-relate ul li a img {
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 76px;
  filter: grayscale(1);
  opacity: 0.9;
}
.c-works-relate ul li:last-of-type {
  border-right: 0;
}
@media screen and (max-width: 1024px) {
  .c-works-relate ul {
    border-left: 0;
    border-right: 0;
  }
  .c-works-relate ul li a {
    padding: 10px;
  }
  .c-works-relate ul li a img {
    max-width: 120px;
    max-height: 75px;
  }
}

.c-works-item-head {
  margin-bottom: 46px;
}
.c-works-item-head .name {
  font-size: 25px;
  margin-bottom: 0.8em;
}
.c-works-item-head .item-name {
  font-size: 12px;
}

/* company */
.c-imgtxt-company .img {
  margin-bottom: 48px;
}
.c-imgtxt-company .txt h2 {
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 0.6em;
}
.c-imgtxt-company .txt p {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .c-imgtxt-company .img {
    margin-bottom: 36px;
  }
  .c-imgtxt-company .txt h2 {
    font-size: 18px;
  }
  .c-imgtxt-company .txt p {
    font-size: 13px;
    line-height: 2;
  }
}

.c-mv dl .row {
  margin-bottom: 80px;
}
.c-mv dl .row dt {
  margin-bottom: 1.5em;
  line-height: 1.5;
}
.c-mv dl .row dt span.en {
  font-size: 38px;
  display: block;
  margin-bottom: 0.2em;
}
.c-mv dl .row dt span.jp {
  font-size: 25px;
  display: block;
}
.c-mv dl .row dd {
  font-size: 15px;
}
.c-mv dl .row dd p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .c-mv dl .row {
    margin-bottom: 40px;
  }
  .c-mv dl .row dt span.en {
    font-size: 26px;
  }
  .c-mv dl .row dt span.jp {
    font-size: 20px;
  }
  .c-mv dl .row dd {
    font-size: 13px;
  }
}

.c-dl01 dl {
  margin-bottom: 72px;
}
.c-dl01 dl .row {
  display: flex;
  font-size: 14px;
  padding: 20px 0;
}
.c-dl01 dl .row dt {
  width: 140px;
}
.c-dl01 dl .row dd {
  flex: 1;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .c-dl01 dl {
    margin-bottom: 60px;
  }
  .c-dl01 dl .row {
    font-size: 13px;
    padding: 0.7em 0;
  }
  .c-dl01 dl .row dt {
    width: 70px;
  }
}

.c-dl02 h3 {
  font-size: 20px;
}
.c-dl02 dl {
  margin-bottom: 72px;
}
.c-dl02 dl .row {
  display: flex;
  font-size: 14px;
  padding: 10px 0;
}
.c-dl02 dl .row dt {
  width: 85px;
}
.c-dl02 dl .row dd {
  flex: 1;
  margin-left: 10px;
}
.c-dl02 dl .row dd a {
  text-decoration: underline;
}
.c-dl02 dl .row dd a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/common/icn-nwin.svg) 0 0 no-repeat;
  background-size: contain;
  margin-left: 5px;
}
@media screen and (max-width: 1024px) {
  .c-dl02 h3 {
    font-size: 14px;
  }
  .c-dl02 dl {
    margin-bottom: 60px;
  }
  .c-dl02 dl .row {
    font-size: 13px;
    padding: 0.7em 0;
  }
  .c-dl02 dl .row dt {
    width: 70px;
  }
}

.c-img-company-btm {
  width: 840px;
  margin-left: -78px;
}
@media screen and (max-width: 1024px) {
  .c-img-company-btm {
    width: 100%;
    margin: 0;
  }
}

/* contact */
.c-form {
  font-size: 15px;
}
.c-form .lead {
  margin-bottom: 80px;
}
.c-form .lead p {
  line-height: 1.8;
}
.c-form dl .row {
  margin-bottom: 30px;
}
.c-form dl .row dt {
  margin-bottom: 0.5em;
}
.c-form dl .row dt span.require {
  color: #d14230;
  margin-left: 0.5em;
}
.c-form dl .row dd .horizontal-item {
  display: block;
}
.c-form dl .row dd.has_double {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-form dl .row dd.has_double input[type=text] {
  width: 49%;
}
.c-form dl .row dd .msg-error {
  width: 100%;
}
.c-form dl .row dd label {
  cursor: pointer;
}
.c-form .agreement {
  text-align: center;
  margin-bottom: 40px;
}
.c-form .agreement .mwform-checkbox-field-text {
  color: #000;
  cursor: pointer;
  text-decoration: underline;
}
.c-form .next {
  text-align: center;
}
.c-form .error {
  color: #d14230;
  margin-top: 0.5em;
}

.c-form-confirm {
  font-size: 15px;
}
.c-form-confirm .lead {
  margin-bottom: 80px;
  text-align: center;
}
.c-form-confirm .lead p {
  line-height: 1.8;
  font-size: 18px;
}
.c-form-confirm .msg {
  max-width: 500px;
  margin-inline: auto;
  margin-bottom: 80px;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
}
.c-form-confirm .msg p {
  font-size: 15px;
  line-height: 1.8;
}
.c-form-confirm dl {
  max-width: 500px;
  margin-inline: auto;
  text-align: center;
  border-top: 1px solid #000;
  margin-bottom: 60px;
}
.c-form-confirm dl .row {
  border-bottom: 1px solid #000;
  padding: 25px 0;
}
.c-form-confirm dl .row dt {
  font-size: 12px;
}
.c-form-confirm dl .row dd {
  font-size: 18px;
  font-weight: bold;
}
.c-form-confirm dl .row:nth-of-type(even) {
  background: #efefef;
}
.c-form-confirm .btns {
  max-width: 500px;
  margin-inline: auto;
}
.c-form-confirm .btns ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.c-form-confirm .btns ul li button {
  padding: 1em 3em;
}
@media screen and (max-width: 1024px) {
  .c-form-confirm .lead p {
    font-size: 15px;
  }
  .c-form-confirm .msg p {
    font-size: 13px;
  }
  .c-form-confirm dl {
    margin-bottom: 60px;
  }
  .c-form-confirm dl .row {
    padding: 20px 0;
  }
  .c-form-confirm dl .row dt {
    font-size: 10px;
  }
  .c-form-confirm dl .row dd {
    font-size: 13px;
  }
  .c-form-confirm .btns ul {
    gap: 15px;
  }
}

/*# sourceMappingURL=layout.css.map */
