@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
body {
  color: #161616;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background-color: #E8E8E8;
  font-feature-settings: "halt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  letter-spacing: 1.1px;
}

* {
  box-sizing: border-box;
}

a {
  color: #161616;
  text-decoration: none;
  transition: all 0.1s ease;
  display: inline-block;
}
a:hover {
  opacity: 0.6;
}

img {
  width: 100%;
  vertical-align: bottom;
}

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

table {
  width: 100%;
}

input, button {
  -webkit-appearance: none;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:focus,
input:focus {
  outline: none;
}

.js-view {
  opacity: 0;
  filter: blur(30px);
  transform: translateY(40px);
  transition: 0.5s;
}
.js-view.is-active {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #161616;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.l-header {
  width: 100%;
  padding: 20px;
  top: 0px;
  position: fixed;
  z-index: 3;
  border-bottom: 1px solid #c7c7c7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header h1 {
  width: 128px;
  line-height: 0;
}
@media only screen and (max-width: 919px) {
  .l-header nav {
    display: none;
  }
}
.l-header nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.l-header nav ul li a {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Outfit", sans-serif;
  text-align: center;
}
.l-header aside a {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Outfit", sans-serif;
  display: block;
  border: 1px solid #161616;
  border-radius: 60px;
  padding: 6px 15px;
}
.l-header aside a:hover {
  background: #161616;
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 919px) {
  .l-header aside {
    display: none;
  }
}
.l-header .js-toggle {
  display: none;
}
@media only screen and (max-width: 919px) {
  .l-header .js-toggle {
    display: block;
  }
}
.l-header .sp-menu {
  opacity: 0;
  z-index: 0;
  position: fixed;
  top: 90px;
  left: -100%;
  width: 96%;
  background: #E1E1E1;
  transition: all 0.6s ease-in-out;
  overflow: auto;
  border-radius: 10px;
}
.l-header .sp-menu.open {
  opacity: 1;
  z-index: 3;
  left: 2%;
}
.l-header .sp-menu__inner ul {
  padding: 25px 17.5px;
}
.l-header .sp-menu__inner ul li {
  display: block;
  padding: 5px 15px;
}
.l-header .sp-menu__inner ul li a {
  font-size: 46px;
  font-size: 2.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 919px) {
  .l-header .sp-menu__inner ul li a {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.l-header .sp-menu__inner ul li a span {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 12px;
  font-size: 0.75rem;
}

/*----------------------------------------
	footer
----------------------------------------*/
.l-footer {
  background-image: url("../images/bg_footer.jpg");
  background-size: cover;
  border-radius: 10px;
  width: calc(100% - 40px);
  margin: 0 auto 20px auto;
  padding: 50px 35px 40px 35px;
  margin-top: 95px;
}
@media only screen and (max-width: 919px) {
  .l-footer {
    width: calc(100% - 20px);
    padding: 45px 20px;
    background-image: url("../images/bg_footer_sp.jpg");
  }
}
.l-footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 919px) {
  .l-footer .inner {
    display: block;
  }
}
.l-footer .inner .sitemap {
  position: relative;
}
.l-footer .inner .sitemap ul {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 919px) {
  .l-footer .inner .sitemap ul {
    display: block;
  }
}
@media only screen and (max-width: 919px) {
  .l-footer .inner .sitemap ul li {
    display: inline-block;
    margin: 0 20px 10px 0;
  }
}
.l-footer .inner .sitemap ul li a {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Outfit", sans-serif;
}
.l-footer .inner .sitemap aside {
  display: none;
}
@media only screen and (max-width: 919px) {
  .l-footer .inner .sitemap aside {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.l-footer .inner .sitemap aside ul {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.l-footer .inner .sitemap aside ul li {
  margin: 0;
}
.l-footer .inner .contact {
  text-align: right;
}
.l-footer .inner .contact ul {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 919px) {
  .l-footer .inner .contact ul {
    display: none;
  }
}
.l-footer .inner .contact aside {
  margin-top: 40px;
}
@media only screen and (max-width: 919px) {
  .l-footer .inner .contact aside {
    margin-top: 20px;
  }
}
.l-footer .inner .contact aside a {
  display: block;
  width: 220px;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  border: 1px solid #161616;
  border-radius: 60px;
}
.l-footer .inner .contact aside a:hover {
  background: #161616;
  color: #fff;
}
@media only screen and (max-width: 919px) {
  .l-footer .inner .contact aside a {
    width: 100%;
  }
}
.l-footer .inner .company {
  margin-top: 175px;
}
@media only screen and (max-width: 919px) {
  .l-footer .inner .company {
    margin-top: 55px;
  }
}
.l-footer .inner .company h3 {
  font-family: "Outfit", sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 500;
}
.l-footer .inner .company h4 {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  margin-top: 10px;
}
.l-footer .inner .company p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 5px;
}
.l-footer .inner .company p.copy {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 15px;
}

.l-container--sub {
  margin-top: 55px;
}
@media only screen and (max-width: 919px) {
  .l-container--sub {
    margin-top: 15px;
  }
}

.c-fadein {
  opacity: 0;
  filter: blur(30px);
  transform: translateY(40px);
  transition: 0.5s;
}
.c-fadein.fadein {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.p-company .map {
  margin-top: 40px;
}
.p-company .map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 600/450;
}
.p-company .c-table {
  border-top: 0;
}

@keyframes scroll {
  0% {
    width: 0;
  }
  100% {
    width: 77;
  }
}
.p-index__mv {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url("../images/ph_mv.jpg");
  background-size: cover;
  background-position: center center;
}
.p-index__mv .content {
  position: absolute;
  left: 30px;
  bottom: 85px;
}
.p-index__mv .content h2 {
  font-size: 80px;
  font-size: 5rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 919px) {
  .p-index__mv .content h2 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
.p-index__mv .content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 919px) {
  .p-index__mv .content h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-index__mv .content p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 10px;
}
@media only screen and (max-width: 919px) {
  .p-index__mv .content p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-index__mv aside {
  position: absolute;
  right: 20px;
  bottom: 20px;
  transform-origin: right;
  transform: rotate(90deg);
}
.p-index__mv aside span {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
.p-index__mv aside span:before {
  content: " ";
  display: block;
  width: 77px;
  height: 1px;
  background: #161616;
  position: absolute;
  left: -87px;
  top: 50%;
  animation: scroll 1.5s infinite;
}

.p-news .c-news {
  border-top: 0;
}

.p-page .inner {
  max-width: 1000px;
  padding: 75px 0 0 0;
  margin: 0 auto 75px auto;
}
@media only screen and (max-width: 919px) {
  .p-page .inner {
    padding: 75px 20px 0 20px;
  }
}
.p-page .inner .content .date {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 1em 0;
}
@media only screen and (max-width: 919px) {
  .p-page .inner .content .date {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.p-page .inner .content h1 {
  margin: 1em 0;
  font-size: 30px;
  font-size: 1.875rem;
}
@media only screen and (max-width: 919px) {
  .p-page .inner .content h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-page .inner .content h2 {
  margin: 1em 0;
  font-size: 28px;
  font-size: 1.75rem;
}
@media only screen and (max-width: 919px) {
  .p-page .inner .content h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-page .inner .content h3 {
  margin: 1em 0;
  font-size: 26px;
  font-size: 1.625rem;
}
@media only screen and (max-width: 919px) {
  .p-page .inner .content h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-page .inner .content h4 {
  margin: 1em 0;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 919px) {
  .p-page .inner .content h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-page .inner .content h5 {
  margin: 1em 0;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (max-width: 919px) {
  .p-page .inner .content h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-page .inner .content p {
  line-height: 1.6;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 919px) {
  .p-page .inner .content p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-page .inner .content blockquote {
  padding: 1em;
  border: 1px solid #c7c7c7;
  line-height: 1.6;
  margin: 1em 0;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 919px) {
  .p-page .inner .content blockquote {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-page .inner .content figure {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.p-page .inner .content img {
  max-width: fit-content;
  height: auto;
  margin: 2rem auto;
  display: block;
}
.p-page .inner .content ul {
  margin: 1em 0;
  padding: 0;
}
.p-page .inner .content ul li {
  list-style: disc;
  margin-left: 1em;
}
.p-page .inner .content ol {
  margin: 1em 0;
  padding: 0;
}
.p-page .inner .content ol li {
  margin-left: 1em;
}
.p-page .inner .content a {
  text-decoration: underline;
}

.p-project .c-project {
  border-top: 0;
}

.p-service-detail .c-service {
  border-top: 0;
  background: none;
}

.p-works .c-works {
  border-top: 0;
  background: none;
}

.c-breadcrumb {
  padding: 10px 20px;
}
.c-breadcrumb ul {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 10px !important;
}
@media only screen and (max-width: 919px) {
  .c-breadcrumb ul {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.c-breadcrumb ul li {
  font-size: 13px;
  font-size: 0.8125rem;
  border: 0 !important;
  background: none !important;
}
.c-breadcrumb ul li:after {
  content: "-";
  margin-left: 10px;
}
.c-breadcrumb ul li:last-child:after {
  content: "";
}
.c-breadcrumb ul li a {
  font-size: 13px;
  font-size: 0.8125rem;
  border: 0 !important;
  display: inline !important;
  padding: 0 !important;
  background: none;
}
.c-breadcrumb ul li a:hover {
  background: none;
  text-decoration: underline;
  color: #000;
}

.c-button {
  padding: 75px 0;
  text-align: center;
}
.c-button a {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  border: 1px solid #161616;
  border-radius: 60px;
  padding: 20px 45px;
  background: #161616;
  color: #fff;
}

.c-form {
  width: calc(100% - 40px);
  padding: 100px 0;
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 919px) {
  .c-form {
    width: calc(100% - 20px);
    padding: 50px 0;
  }
}
.c-form p {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 180%;
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 919px) {
  .c-form p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-form input[type=text],
.c-form input[type=password],
.c-form input[type=tel],
.c-form input[type=email],
.c-form input[type=file],
.c-form select,
.c-form textarea {
  border-radius: 6px;
  border: 1px solid #282828;
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  width: 100%;
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 919px) {
  .c-form input[type=text],
  .c-form input[type=password],
  .c-form input[type=tel],
  .c-form input[type=email],
  .c-form input[type=file],
  .c-form select,
  .c-form textarea {
    width: 100%;
  }
}
.c-form dl {
  margin: 0 0 40px 0;
}
.c-form dl dt {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media only screen and (max-width: 919px) {
  .c-form dl dt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-form dl dd p {
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 919px) {
  .c-form dl dd p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-form button, .c-form input[type=submit] {
  max-width: 300px;
  width: 100%;
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 0;
  display: block;
  background: none;
  border: 1px solid #000;
  color: #000;
  margin: 0 auto;
}
.c-form button:hover, .c-form input[type=submit]:hover {
  background: #000;
  color: #fff;
}
.c-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
}
.c-form .wpcf7-response-output {
  text-align: center;
  padding: 10px 0 !important;
}
.c-form--red {
  background: #E91F2F;
  padding: 50px 50px;
  border-radius: 10px;
}
@media only screen and (max-width: 919px) {
  .c-form--red {
    padding: 50px 25px;
  }
}
.c-form--red dl dt {
  color: #fff;
}
.c-form--red p, .c-form--red span {
  color: #fff;
}
.c-form--red input[type=text],
.c-form--red input[type=password],
.c-form--red input[type=tel],
.c-form--red input[type=email],
.c-form--red input[type=file],
.c-form--red select,
.c-form--red textarea {
  border: 1px solid #fff;
}
.c-form--red button, .c-form--red input[type=submit] {
  border: 1px solid #fff;
  color: #fff;
}
.c-form--red button:hover, .c-form--red input[type=submit]:hover {
  background: #fff;
  color: #E60012;
}
.c-form--red .wpcf7-response-output {
  border: 2px solid #fff !important;
  color: #fff;
}

.c-headline {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 919px) {
  .c-headline {
    margin-bottom: 20px;
    gap: 30px;
    align-items: flex-end;
  }
}
.c-headline h2 {
  font-size: 65px;
  font-size: 4.0625rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 919px) {
  .c-headline h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
.c-headline h3 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 919px) {
  .c-headline h3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-headline a {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  border: 1px solid #161616;
  border-radius: 60px;
  padding: 6px 15px;
}
.c-headline a:hover {
  background: #161616;
  color: #fff;
  opacity: 1;
}

.c-main {
  padding: 75px 0 0 0;
  margin-bottom: 75px;
}
@media only screen and (max-width: 919px) {
  .c-main {
    padding: 25px 0 0 0;
  }
}
.c-main .inner {
  padding: 0px;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .c-main .inner {
    padding: 0 20px;
  }
}
.c-main .inner .content {
  display: grid;
  grid-template-columns: 50% calc(50% - 50px);
  gap: 50px;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 919px) {
  .c-main .inner .content {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media only screen and (max-width: 919px) {
  .c-main .inner .content div {
    order: 2;
  }
}
.c-main .inner .content div h3 {
  font-size: 66px;
  font-size: 4.125rem;
  font-family: "Outfit", sans-serif;
  margin-bottom: 0px;
  font-weight: 400;
}
@media only screen and (max-width: 919px) {
  .c-main .inner .content div h3 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
.c-main .inner .content div h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 24px;
}
@media only screen and (max-width: 919px) {
  .c-main .inner .content div h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-main .inner .content div p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 160%;
}
@media only screen and (max-width: 919px) {
  .c-main .inner .content div p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-main .inner .content figure {
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (max-width: 919px) {
  .c-main .inner .content figure {
    order: 1;
    margin: 0 auto;
    border-radius: 0;
  }
}
.c-main .inner .content figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.c-mainvisual {
  width: 100%;
}
.c-mainvisual figure {
  aspect-ratio: 3/1;
}
.c-mainvisual figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-message {
  border-top: 1px solid #C7C7C7;
  padding: 75px 0 0 0;
  margin-bottom: 75px;
}
.c-message .inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .c-message .inner {
    padding: 0 20px;
  }
}
.c-message .inner .content {
  display: grid;
  grid-template-columns: 50% calc(50% - 50px);
  gap: 50px;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 919px) {
  .c-message .inner .content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.c-message .inner .content--reverse div {
  order: 2;
}
.c-message .inner .content--reverse figure {
  order: 1;
}
@media only screen and (max-width: 919px) {
  .c-message .inner .content div {
    order: 2;
  }
}
.c-message .inner .content div h3 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 919px) {
  .c-message .inner .content div h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.c-message .inner .content div p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 200%;
}
@media only screen and (max-width: 919px) {
  .c-message .inner .content div p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-message .inner .content figure {
  background: #D9D9D9;
  aspect-ratio: 450/600;
}
@media only screen and (max-width: 919px) {
  .c-message .inner .content figure {
    order: 1;
    width: calc(100% - 90px);
    margin: 0 auto;
  }
}
.c-message .inner .content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-news {
  border-top: 1px solid #C7C7C7;
  padding: 75px 0 0 0;
  margin-bottom: 75px;
}
.c-news .inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .c-news .inner {
    padding: 0 20px;
  }
}
.c-news .inner ul {
  display: grid;
  grid-template-columns: 1fr;
}
.c-news .inner ul li {
  border-top: 1px solid #C7C7C7;
}
.c-news .inner ul li:last-child {
  border-bottom: 1px solid #C7C7C7;
}
.c-news .inner ul li a {
  display: block;
  padding: 25px 0;
}
.c-news .inner ul li a dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 70px;
}
@media only screen and (max-width: 919px) {
  .c-news .inner ul li a dl {
    display: block;
  }
}
.c-news .inner ul li a dl dt {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 919px) {
  .c-news .inner ul li a dl dt {
    margin-bottom: 5px;
  }
}
.c-news .inner ul li a dl dd {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 919px) {
  .c-news .inner ul li a dl dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-news .inner ul li a:hover {
  transform: scale(1.02);
}

.c-option {
  margin-bottom: 60px;
}
.c-option--border .c-text,
.c-option--border .c-table,
.c-option--border .c-text-photo,
.c-option--border .c-title,
.c-option--border .c-photo,
.c-option--border .c-panel {
  border: 0;
}
.c-option--small .c-text .inner,
.c-option--small .c-table .inner,
.c-option--small .c-text-photo .inner,
.c-option--small .c-title .inner,
.c-option--small .c-photo .col,
.c-option--small .c-panel .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c-pagenation {
  margin: 50px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media only screen and (max-width: 919px) {
  .c-pagenation {
    width: calc(100% - 35px);
  }
}
.c-pagenation span, .c-pagenation a {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Outfit", sans-serif;
  display: block;
  text-align: center;
}
.c-pagenation span.current, .c-pagenation a.current {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
}

.c-panel {
  border-top: 1px solid #C7C7C7;
  padding: 75px 0;
}
.c-panel .inner {
  padding: 0 20px;
}
.c-panel .inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 919px) {
  .c-panel .inner ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.c-panel .inner ul li {
  overflow: hidden;
  background: #242424;
  border-radius: 10px;
}
.c-panel .inner ul li:nth-child(even) {
  background: #efefef;
}
.c-panel .inner ul li:nth-child(even) dl dt, .c-panel .inner ul li:nth-child(even) dl dd {
  color: #000;
}
.c-panel .inner ul li figure {
  aspect-ratio: 1/1;
}
.c-panel .inner ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-panel .inner ul li dl {
  padding: 20px;
}
@media only screen and (max-width: 919px) {
  .c-panel .inner ul li dl {
    padding: 15px;
  }
}
.c-panel .inner ul li dl dt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 25px;
  color: #fff;
}
@media only screen and (max-width: 919px) {
  .c-panel .inner ul li dl dt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-panel .inner ul li dl dd {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}

.c-photo {
  border-top: 1px solid #C7C7C7;
  padding: 0;
}
.c-photo--bg {
  background: #E1E1E1;
}
.c-photo .col {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.c-photo .col--two {
  grid-template-columns: 1fr 1fr;
}
.c-photo .col--three {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 919px) {
  .c-photo .col {
    grid-template-columns: 1fr;
  }
}

.c-project {
  border-top: 1px solid #C7C7C7;
  padding: 75px 0 0 0;
  margin-bottom: 75px;
}
.c-project--bg {
  background: #E1E1E1;
  margin-bottom: 0;
  padding-bottom: 75px;
}
.c-project .inner {
  padding: 0 20px;
}
.c-project .inner article:nth-child(even) a {
  background: #242424;
}
.c-project .inner article:nth-child(even) a div h4 {
  color: #fff;
}
.c-project .inner article:nth-child(even) a div p {
  color: #fff;
}
.c-project .inner article a {
  display: grid;
  grid-template-columns: 35% calc(65% - 30px);
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin: 0 auto 15px auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  background: #efefef;
}
@media only screen and (max-width: 919px) {
  .c-project .inner article a {
    grid-template-columns: 1fr !important;
    padding: 20px;
  }
}
.c-project .inner article a:hover {
  opacity: 1;
}
.c-project .inner article a:hover figure img {
  transform: scale(1.2);
}
.c-project .inner article a figure {
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #fff;
}
.c-project .inner article a figure img {
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-project .inner article a div {
  padding: 30px 0;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 919px) {
  .c-project .inner article a div {
    padding: 0;
  }
}
.c-project .inner article a div h4 {
  font-size: 28px;
  font-size: 1.75rem;
}
@media only screen and (max-width: 919px) {
  .c-project .inner article a div h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.c-project .inner article a div p {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 180%;
}
@media only screen and (max-width: 919px) {
  .c-project .inner article a div p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-project .inner article a div ul {
  position: absolute;
  bottom: 30px;
}
@media only screen and (max-width: 919px) {
  .c-project .inner article a div ul {
    position: relative;
    bottom: 0;
    margin-top: 30px;
  }
}
.c-project .inner article a div ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #161616;
  border-radius: 60px;
  padding: 5px 10px;
  background: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 919px) {
  .c-project .inner article a div ul li {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.c-service {
  border-top: 1px solid #C7C7C7;
  padding: 75px 0;
  background: #E1E1E1;
}
.c-service .inner {
  padding: 0 20px;
}
.c-service .inner .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 919px) {
  .c-service .inner .list {
    grid-template-columns: 1fr;
  }
}
.c-service .inner .list article {
  position: relative;
}
.c-service .inner .list article figure {
  position: relative;
  z-index: 1;
  aspect-ratio: 447/601;
  overflow: hidden;
  border-radius: 6px;
}
.c-service .inner .list article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-service .inner .list article div {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 30px;
}
.c-service .inner .list article div h4 {
  color: #fff;
  font-size: 44px;
  font-size: 2.75rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 919px) {
  .c-service .inner .list article div h4 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.c-service .inner .list article div h5 {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 5px;
}
@media only screen and (max-width: 919px) {
  .c-service .inner .list article div h5 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-service .inner .list article div p {
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 180%;
}
@media only screen and (max-width: 919px) {
  .c-service .inner .list article div p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.c-table {
  border-top: 1px solid #C7C7C7;
  padding: 75px 0 0 0;
  margin-bottom: 75px;
}
.c-table .inner {
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .c-table .inner {
    padding: 0 20px;
    width: 100%;
  }
}
.c-table .inner table {
  width: 100%;
}
.c-table .inner table tr {
  border-top: 1px solid #C7C7C7;
}
.c-table .inner table tr:first-child {
  border: 0;
}
.c-table .inner table tr th, .c-table .inner table tr td {
  font-size: 16px;
  font-size: 1rem;
  padding: 30px 20px;
  font-weight: normal;
}

.c-tags {
  padding: 20px 0;
}
.c-tags .inner {
  padding: 0 !important;
}
.c-tags .inner ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px;
}
.c-tags .inner ul li {
  background: none !important;
}
.c-tags .inner ul li a {
  display: block;
  border: 1px solid #161616;
  border-radius: 60px;
  padding: 5px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.c-tags .inner ul li a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}

.c-text-photo {
  border-top: 1px solid #C7C7C7;
  padding: 0;
}
.c-text-photo--bg {
  background: #E1E1E1;
}
.c-text-photo .inner {
  padding: 20px;
}
.c-text-photo .inner .content {
  display: grid;
  grid-template-columns: 50% calc(50% - 50px);
  gap: 50px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 919px) {
  .c-text-photo .inner .content {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.c-text-photo .inner .content--reverse div {
  order: 2;
}
.c-text-photo .inner .content--reverse figure {
  order: 1;
}
@media only screen and (max-width: 919px) {
  .c-text-photo .inner .content div {
    order: 2;
  }
}
.c-text-photo .inner .content div h3 {
  font-size: 55px;
  font-size: 3.4375rem;
  font-family: "Outfit", sans-serif;
  margin-bottom: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 919px) {
  .c-text-photo .inner .content div h3 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 10px;
  }
}
.c-text-photo .inner .content div p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 160%;
}
@media only screen and (max-width: 919px) {
  .c-text-photo .inner .content div p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-text-photo .inner .content figure {
  background: #D9D9D9;
  aspect-ratio: 660/610;
}
@media only screen and (max-width: 919px) {
  .c-text-photo .inner .content figure {
    order: 1;
    margin: 0 auto;
  }
}
.c-text-photo .inner .content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-text {
  border-top: 1px solid #C7C7C7;
  padding: 75px 0 0 0;
  margin-bottom: 75px;
}
@media only screen and (max-width: 919px) {
  .c-text {
    padding: 40px 0 0 0;
    margin-bottom: 40px;
  }
}
.c-text--bg {
  background: #E1E1E1;
}
.c-text .inner {
  padding: 0 20px;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .c-text .inner .content div {
    order: 2;
  }
}
.c-text .inner .content div h3 {
  font-size: 45px;
  font-size: 2.8125rem;
  font-family: "Outfit", sans-serif;
  margin-bottom: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 919px) {
  .c-text .inner .content div h3 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 10px;
  }
}
.c-text .inner .content div p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 160%;
}
@media only screen and (max-width: 919px) {
  .c-text .inner .content div p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.c-title {
  padding: 75px 0 0 0;
}
.c-title .inner {
  padding: 0 20px;
}
.c-title .inner .description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 200%;
}
@media only screen and (max-width: 919px) {
  .c-title .inner .description {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.c-works {
  border-top: 1px solid #C7C7C7;
  padding: 75px 0;
  background: #E1E1E1;
}
.c-works .inner {
  padding: 0 20px;
}
.c-works .inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 919px) {
  .c-works .inner ul {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.c-works .inner ul li {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.c-works .inner ul li a {
  display: block;
}
.c-works .inner ul li a figure {
  aspect-ratio: 480/280;
}
@media only screen and (max-width: 919px) {
  .c-works .inner ul li a figure {
    aspect-ratio: 180/115;
  }
}
.c-works .inner ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-works .inner ul li a dl {
  padding: 30px 15px;
}
@media only screen and (max-width: 919px) {
  .c-works .inner ul li a dl {
    padding: 15px;
  }
}
.c-works .inner ul li a dl dt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media only screen and (max-width: 919px) {
  .c-works .inner ul li a dl dt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-works .inner ul li a dl dd span {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #161616;
  border-radius: 60px;
  padding: 5px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 919px) {
  .c-works .inner ul li a dl dd span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.c-works .inner ul li a:hover {
  transform: scale(1.02);
}

.is-sp-visible {
  display: none;
}
@media only screen and (max-width: 919px) {
  .is-sp-visible {
    display: block !important;
  }
}

@media only screen and (max-width: 919px) {
  .is-sp-invisible {
    display: none !important;
  }
}

body.is-lock {
  overflow: hidden;
}
