@charset "UTF-8";
@keyframes show_loading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 正接(tan)計算 
 *
 * $angle:   角度(弧度法)
 * $degrees: $angleが度数かどうか
 * 
 * @return: tan($angle)
 * 
 * 例: $angle=45, $degrees=true => @return=1
 */
@keyframes show_loading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 3.125vw;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
}

/* Small Devices, Tablets */
/* PC */
@media all and (min-width: 864px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
:root {
  --vh: 100vh;
}

body {
  overflow-x: hidden;
  overflow-y: visible;
}

body {
  color: #000000;
  font-family: "Noto Sans JP", "Segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior-y: none;
  transition: opacity 1s ease;
}
body.disable {
  opacity: 0;
}

@view-transition {
  navigation: auto;
}
a {
  color: #000000;
  text-decoration: none;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

input[type=email],
input[type=url],
input[type=text],
input[type=submit],
input[type=tel],
input[type=number],
input[type=file], button, textarea, select,
input[type=date] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=password] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.img {
  width: 100%;
  height: 0px;
  position: relative;
}
.img figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

.bold {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
}

#bg_txt {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100dvh;
  top: 0px;
  left: 0px;
  pointer-events: none;
}
#bg_txt p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url(../images/common/bg_txt2_sp.svg) bottom left no-repeat;
  background-size: 100% auto;
  text-indent: -100000px;
  display: block;
}

header {
  width: 100%;
  padding: 25.6vw 0 21.33vw 0;
  position: relative;
}
header h1 {
  width: 67.2vw;
  height: 22.67vw;
  display: block;
  margin: auto;
  text-indent: -10000px;
  display: block;
  background: url(../images/common/ttl_h1.svg) top left no-repeat;
  background-size: cover;
}
header.header_page {
  padding: 0;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 5;
}
header.header_page .header_inner {
  width: 87.2%;
  position: relative;
  margin-inline: auto;
}
header.header_page h1 {
  width: 94px;
  height: 32px;
  text-indent: 0px;
  position: absolute;
  top: 24px;
  left: 0px;
}
header.header_page h1 img {
  width: 100%;
  aspect-ratio: 94/32;
  object-fit: cover;
  height: auto;
  vertical-align: top;
}
header.header_page nav {
  position: absolute;
  right: 0px;
  top: 29px;
}
header.header_page nav ul li {
  text-align: right;
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-end;
}
header.header_page nav ul li:last-child {
  margin-bottom: 0px;
}
header.header_page nav ul li a {
  color: var(--color-blue);
  font-size: var(--fs-18);
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  width: fit-content;
  padding: 0 4px;
  height: 24px;
  display: grid;
  align-items: center;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
}
header.header_page nav ul li a.current {
  background: var(--color-blue);
  color: var(--color-white);
}

@media (any-hover: hover) {
  header.header_page nav ul li a {
    transition: background 0.15s linear 0s, color 0.15s linear 0s;
  }
  header.header_page nav ul li a:hover {
    background: var(--color-blue);
    color: var(--color-white);
  }
}
span.icon {
  position: relative;
  display: block;
}
span.icon svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.ttl_h2 {
  padding-bottom: 5.87vw;
  position: relative;
  margin-bottom: 10.67vw;
}
.ttl_h2:after {
  content: "";
  width: 10.67vw;
  height: 2px;
  display: block;
  background: #335166;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.ttl_h2 h2 {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-size: 8vw;
  color: #335166;
  line-height: 9.4vw;
  margin-bottom: 1.07vw;
}
.ttl_h2 p.ja {
  font-size: 2.67vw;
  line-height: 3.95vw;
  letter-spacing: 0.05em;
  color: #335166;
}
.ttl_h2 p.c-link {
  position: absolute;
  right: 0px;
  top: 0.5em;
}
.ttl_h2 p.c-link a {
  display: flex;
  align-items: center;
}
.ttl_h2 p.c-link a span.txt {
  font-size: var(--fs-16);
  color: var(--color-blue);
  display: block;
  margin-right: 7px;
}
.ttl_h2 p.c-link a span.icon_arrow_r {
  width: 7.5px;
  aspect-ratio: 7.5/13;
  position: relative;
  top: 1px;
}
.ttl_h2 p.c-link a span.icon_arrow_r svg {
  fill: var(--color-blue);
}

.c-ttl_page {
  width: var(--innerW);
  margin-inline: auto;
  margin-bottom: 40px;
}
.c-ttl_page h2 {
  font-size: var(--fs-ttl-page);
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  color: var(--color-blue);
}

.copy {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: fixed;
  pointer-events: none;
  top: 50%;
  left: 0px;
  margin-top: -50%;
  text-align: center;
}
.copy p {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  color: #335166;
  font-size: 11px;
  font-size: 1.1rem;
  padding-top: 8px;
}

.scrolled .pagetop {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.pagetop {
  position: fixed;
  right: 8px;
  bottom: 6.4vw;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.pagetop a {
  display: block;
  color: #335166;
  font-size: 2.93vw;
  position: relative;
  width: 1.87vw;
  height: 16.27vw;
}
.pagetop a span {
  display: block;
  transform-origin: top right;
  transform: rotate(90deg);
  white-space: nowrap;
  position: absolute;
  right: 0px;
  bottom: 10%;
}
.pagetop a i.icon {
  width: 1.87vw;
  height: 16.27vw;
  display: block;
  position: relative;
  left: -10px;
  top: -25%;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA3LjcgNjEuNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNy43IDYxLjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDpub25lO3N0cm9rZTojMzM1MTY2O308L3N0eWxlPjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIwLjUiIHkxPSIwLjciIHgyPSIwLjUiIHkyPSI2MS43Ii8+PGxpbmUgY2xhc3M9InN0MCIgeDE9IjAuNCIgeTE9IjAuNCIgeDI9IjcuNCIgeTI9IjcuNCIvPjwvc3ZnPg==");
  background-size: cover;
  background-repeat: no-repeat;
}

.c-list_works_top img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.c-list_works_top ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
}
.c-list_works_top ul li {
  width: calc((100% - 15px) / 2);
  aspect-ratio: 1/1;
}
.c-list_works_top ul li:last-child {
  margin-bottom: 0px;
}
.c-list_works_top ul li figure {
  width: 100%;
  aspect-ratio: 1/1;
}
.c-list_works_top ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-list_works_top .c-btn_wrap {
  margin-top: 24px;
}

a.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: var(--btn-height);
}
a.c-btn.blue {
  background: var(--color-blue);
}
a.c-btn.blue span {
  color: var(--color-white);
}
a.c-btn span {
  font-size: var(--fs-btn);
}

/* Small Devices, Tablets */
/* PC */
@media all and (min-width: 864px) {
  #bg_txt {
    height: 100%;
  }
  #bg_txt p {
    background: url(../images/common/bg_txt2_pc.svg) bottom left no-repeat;
    background-size: 100% auto;
  }
  header {
    padding: 200px 0 140px 0;
    width: calc(100% - var(--scrollbar));
  }
  header h1 {
    width: 676px;
    height: 227px;
  }
  header.header_page .header_inner {
    width: var(--innerW);
    position: relative;
    margin-inline: auto;
  }
  header.header_page h1 {
    width: 117px;
    height: 39px;
    top: 48px;
  }
  header.header_page nav {
    top: 60px;
  }
  header.header_page nav ul li {
    margin-bottom: 16px;
  }
  .ttl_h2 {
    padding-bottom: 24px;
    margin-bottom: 40px;
  }
  .ttl_h2:after {
    width: 48px;
    height: 4px;
  }
  .ttl_h2 h2 {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 51.7px;
    margin-bottom: 4px;
  }
  .ttl_h2 p.ja {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16.28px;
  }
  .ttl_h2 p.c-link {
    top: 1em;
  }
  .ttl_h2 p.c-link a span.txt {
    font-size: var(--fs-20);
    margin-right: 10px;
  }
  .ttl_h2 p.c-link a span.icon_arrow_r {
    width: 9px;
  }
  .c-ttl_page {
    margin-bottom: 80px;
  }
  .pagetop {
    position: fixed;
    right: 28px;
    bottom: 120px;
  }
  .pagetop a {
    display: block;
    color: #335166;
    font-size: 11px;
    font-size: 1.1rem;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 7px;
    height: 61px;
  }
  .pagetop a span {
    right: 0px;
    bottom: 10%;
    display: block;
  }
  .pagetop a i.icon {
    width: 7px;
    height: 61px;
    left: -10px;
    top: -25%;
  }
  .copy p {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 24px;
  }
  .c-list_works_top ul {
    column-gap: 40px;
    row-gap: 40px;
  }
  .c-list_works_top ul li {
    width: calc((100% - 40px) / 2);
  }
  .c-list_works_top .c-btn_wrap {
    margin-top: 40px;
  }
}
@keyframes show_loading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
:root {
  --color-white: rgba(255, 255, 255, 1);
  --color-blue: rgba(51, 81, 102, 1);
  --color-blue-50: rgba(51, 81, 102, .5);
  --color-bdr: #D6DCE0;
  --page-main-top: 123px;
  --fs-12: 12px;
  --fs-14: 14px;
  --fs-14-16: 14px;
  --fs-16: 16px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-48: 48px;
  --fs-96: 96px;
  --fs-ttl-page: 40px;
  --btn-height: 80px;
  --fs-btn: 14px;
  --innerW: 87.46%;
}

/* Small Devices, Tablets */
/* PC */
@media all and (min-width: 864px) {
  :root {
    --fs-12: 1.2rem;
    --fs-14: 1.4rem;
    --fs-14-16: 1.6rem;
    --fs-16: 1.6rem;
    --fs-20: 2.0rem;
    --fs-24: 2.4rem;
    --fs-48: 4.8rem;
    --fs-96: 9.6rem;
    --fs-btn: 1.6rem;
    --fs-ttl-page: 96px;
    --page-main-top: 194px;
    --innerW: 88.88%;
    --btn-height: 96px;
  }
}
section.block {
  position: relative;
}
section.block .section_inner {
  width: 87.2vw;
  margin: auto;
  max-width: 846px;
}

#company .section_inner {
  padding-bottom: 17.07vw;
}
#company dl {
  margin-bottom: 6.4vw;
  padding-bottom: 4.27vw;
  border-bottom: 1px solid var(--color-blue-50);
  display: flex;
}
#company dl:nth-last-of-type(1) {
  margin-bottom: 0px;
}
#company dl dt {
  width: 22.93vw;
  font-size: 3.2vw;
}
#company dl dd {
  width: 77.07vw;
}
#company dl dd p {
  font-size: 3.73vw;
}
#company dl dt, #company dl dd {
  letter-spacing: 0.05em;
  color: #335166;
  line-height: 6.72vw;
}
#company dl a {
  color: #335166;
  text-decoration: underline;
}

#works {
  margin-bottom: 40px;
}

#contact {
  padding-bottom: 80px;
}
#contact .lead {
  margin-bottom: 8.8vw;
}
#contact .lead p {
  font-size: 3.73vw;
  letter-spacing: 0.05em;
  color: #335166;
  line-height: 6.72vw;
}
#contact form dl {
  margin-bottom: 6.4vw;
}
#contact form dl dt {
  color: #335166;
  font-size: 3.2vw;
  line-height: 1;
  margin-bottom: 3.2vw;
}
#contact form dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  color: #335166;
}
#contact form dl dd input {
  width: 100%;
  height: 12.8vw;
  background: #fff;
  box-sizing: border-box;
  padding-left: 4.27vw;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid var(--color-bdr);
  border-radius: 8px;
}
#contact form dl dd ::placeholder {
  color: #CCCCCC;
}
#contact form dl dd textarea {
  height: 74.67vw;
  font-size: 14px;
  font-size: 1.4rem;
  background: #fff;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  border: 1px solid var(--color-bdr);
  border-radius: 8px;
}
#contact form dl.require dt:after {
  content: "※";
  margin-left: 0.5em;
}
#contact form .submit input[type=submit] {
  width: 100%;
  background: #335166;
  height: 21.33vw;
  line-height: 21.33vw;
  color: #fff;
  font-size: var(--fs-14);
}
#contact form .submit input[type=submit]:disabled {
  pointer-events: none;
  opacity: 0.5;
}
#contact .mw_wp_form_complete {
  padding-bottom: 100px;
}
#contact .mw_wp_form_complete p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  color: #335166;
}

/* Small Devices, Tablets */
/* PC */
@media all and (min-width: 864px) {
  #company .section_inner {
    padding-bottom: 80px;
  }
  #company dl {
    margin-bottom: 44px;
    padding-bottom: 28px;
  }
  #company dl:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  #company dl dt {
    width: 218px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #company dl dd {
    width: 628px;
  }
  #company dl dd p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #company dl dt, #company dl dd {
    line-height: 28.8px;
  }
  #works {
    margin-bottom: 80px;
  }
  #contact {
    padding-bottom: 80px;
  }
  #contact .lead {
    margin-bottom: 33px;
  }
  #contact .lead p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 25.2px;
  }
  #contact .mw_wp_form_confirm form dl dd {
    padding: 14px 0 0 0;
    line-height: 1.9;
  }
  #contact form dl {
    margin-bottom: 40px;
    display: flex;
  }
  #contact form dl:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  #contact form dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    width: 216px;
    line-height: 64px;
    margin-bottom: 0px;
  }
  #contact form dl dd {
    width: calc(100% - 216px);
    font-size: 16px;
    font-size: 1.6rem;
  }
  #contact form dl dd input {
    height: 64px;
    padding-left: 1em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #contact form dl dd ::placeholder {
    color: #CCCCCC;
  }
  #contact form dl dd textarea {
    height: 256px;
    font-size: 16px;
    font-size: 1.6rem;
    background: #fff;
    width: 100%;
    padding: 1em;
  }
  #contact form .submit {
    margin-top: 80px;
  }
  #contact form .submit input[type=submit] {
    width: 100%;
    background: #335166;
    height: 96px;
    line-height: 96px;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
    transition: opacity 0.15s linear;
  }
  #contact form .submit input[type=submit]:hover {
    opacity: 0.6;
  }
  #contact .mw_wp_form_complete {
    padding-bottom: 100px;
  }
  #contact .mw_wp_form_complete p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    color: #335166;
  }
}
@keyframes show_loading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
:is([data-page=works],
[data-page=works-detail]) button {
  cursor: pointer;
}
:is([data-page=works],
[data-page=works-detail]) #bg_txt p {
  background: url(../images/common/bg_txt2_sp.svg) bottom left no-repeat;
}
:is([data-page=works],
[data-page=works-detail]) .page_main {
  padding-top: var(--page-main-top);
}

[data-page=works] #list_work {
  padding-bottom: calc(16.53vw + 80px);
}
[data-page=works] .c-list_works {
  width: var(--innerW);
  margin-inline: auto;
}
[data-page=works] .c-list_works ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4.6%;
  row-gap: 24px;
}
[data-page=works] .c-list_works ul li {
  width: 47.7%;
}
[data-page=works] .c-list_works ul li img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  height: auto;
  vertical-align: top;
}
[data-page=works] .c-list_works ul li figure {
  margin-bottom: 8px;
}
[data-page=works] .c-list_works ul li h3 {
  font-size: var(--fs-14);
  font-weight: 500;
  line-height: 1.25;
  color: var(--color-blue);
  letter-spacing: 0.05em;
}

.c-list_works ul li[data-animate] {
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  opacity: 0;
  transform: translate3d(0, 40px, 0);
}
.c-list_works ul li[data-animate].show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-page=works-detail] {
  position: relative;
}
[data-page=works-detail] article {
  width: var(--innerW);
  max-width: 846px;
  margin-inline: auto;
  padding-bottom: calc(16.53vw + 80px);
}
[data-page=works-detail] article img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
[data-page=works-detail] article .article_header {
  padding-bottom: 22px;
  border-bottom: 2px solid var(--color-blue);
  margin-bottom: 24px;
}
[data-page=works-detail] article .article_header h1 {
  font-size: var(--fs-24);
  font-weight: 500;
  line-height: 1.25;
  color: var(--color-blue);
  letter-spacing: 0.05em;
}
[data-page=works-detail] [data-slideshow] {
  position: relative;
  width: 100%;
  max-width: 628px;
  margin-inline: auto;
}
[data-page=works-detail] [data-slideshow] .imgs {
  width: 100%;
  position: relative;
}
[data-page=works-detail] [data-slideshow] .imgs button {
  position: absolute;
  top: 50%;
  width: 19px;
  height: 19px;
  margin-top: -9.5px;
}
[data-page=works-detail] [data-slideshow] .imgs button.c-prev {
  left: 15px;
}
[data-page=works-detail] [data-slideshow] .imgs button.c-next {
  right: 15px;
}
[data-page=works-detail] [data-slideshow] .imgs button.delete {
  display: none;
}
[data-page=works-detail] [data-slideshow] .imgs button.disable {
  opacity: 0.5;
  pointer-events: none;
}
[data-page=works-detail] [data-slideshow] .imgs button span.c-icon {
  position: relative;
  display: block;
  margin-inline: auto;
  width: 12px;
  height: 19px;
}
[data-page=works-detail] [data-slideshow] .imgs button span.c-icon svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  fill: var(--color-white);
}
[data-page=works-detail] [data-slideshow] ul.list_slideshow {
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
  overflow-x: auto;
  overflow-y: hidden;
}
[data-page=works-detail] [data-slideshow] ul.list_slideshow.nosnap {
  scroll-snap-stop: none;
  scroll-behavior: auto;
}
[data-page=works-detail] [data-slideshow] ul.list_slideshow.nosnap li {
  scroll-snap-align: none;
}
[data-page=works-detail] [data-slideshow] ul.list_slideshow.disable {
  scroll-behavior: auto;
  pointer-events: none;
}
[data-page=works-detail] [data-slideshow] ul.list_slideshow li {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
}
[data-page=works-detail] [data-slideshow] ul.list_slideshow li figure {
  width: 100%;
  aspect-ratio: 1/1;
}
[data-page=works-detail] [data-slideshow] ul.list_slideshow li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
[data-page=works-detail] [data-slideshow] ul.list_slideshow li.active {
  opacity: 1;
  scale: 1;
  pointer-events: auto;
}
[data-page=works-detail] [data-slideshow] .nav_slideshow {
  margin-top: 16px;
}
[data-page=works-detail] [data-slideshow] .nav_slideshow ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.97%;
  row-gap: 16px;
}
[data-page=works-detail] [data-slideshow] .nav_slideshow ul li {
  width: 16.81%;
  line-height: 1;
  position: relative;
}
[data-page=works-detail] [data-slideshow] .nav_slideshow ul li:after {
  content: "";
  width: 0px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -8px;
  background: var(--color-blue);
  transition: width 0.3s ease;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
[data-page=works-detail] [data-slideshow] .nav_slideshow ul li button {
  display: block;
  cursor: pointer;
}
[data-page=works-detail] [data-slideshow] .nav_slideshow ul li.active:after {
  width: 100%;
}
[data-page=works-detail] #description {
  margin-top: 43px;
}
[data-page=works-detail] #description dl {
  display: flex;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-blue-50);
  margin-bottom: 36px;
}
[data-page=works-detail] #description dl:nth-last-of-type(1) {
  margin-bottom: 0px;
}
[data-page=works-detail] #description dl :is(dt, dd) {
  color: var(--color-blue);
}
[data-page=works-detail] #description dl dt {
  width: 26.29%;
  box-sizing: border-box;
  padding-right: 1em;
  font-size: var(--fs-12);
  line-height: 1.5;
}
[data-page=works-detail] #description dl dd {
  width: 73.71%;
  font-size: var(--fs-14-16);
  line-height: 1.8;
  position: relative;
  top: -0.3em;
}
[data-page=works-detail] .c-btn_wrap {
  margin-top: 40px;
}
[data-page=works-detail] .nav_back {
  margin-top: 42px;
}
[data-page=works-detail] .nav_back a {
  display: flex;
  align-items: center;
}
[data-page=works-detail] .nav_back a span.icon_arrow_l {
  width: 9.4px;
  aspect-ratio: 9.42/16;
  display: block;
  position: relative;
  top: 1px;
}
[data-page=works-detail] .nav_back a span.txt {
  font-size: var(--fs-16);
  color: var(--color-blue);
  display: block;
  margin-left: 12px;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
}

/* Small Devices, Tablets */
/* PC */
@media all and (min-width: 864px) {
  [data-page=works] #bg_txt p {
    background: url(../images/common/bg_txt2_pc.svg) bottom left no-repeat;
  }
  [data-page=works] #list_work {
    padding-bottom: calc(16.67vw + 80px);
  }
  [data-page=works] .c-list_works ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.875%;
    row-gap: 24px;
  }
  [data-page=works] .c-list_works ul li {
    width: 32.0833333333%;
  }
  [data-page=works] .c-list_works ul li img {
    width: 100%;
    aspect-ratio: 1/1;
  }
  [data-page=works] .c-list_works ul li figure {
    margin-bottom: 8px;
  }
  [data-page=works] .c-list_works ul li h3 {
    font-size: var(--fs-14);
    line-height: 1.25;
    color: var(--color-blue);
    letter-spacing: 0.05em;
  }
  [data-page=works-detail] .c-ttl_page {
    max-width: 846px;
  }
  [data-page=works-detail] article {
    padding-bottom: calc(16.67vw + 80px);
  }
  [data-page=works-detail] article .article_header {
    padding-bottom: 30px;
    margin-bottom: 80px;
    border-width: 3px;
  }
  [data-page=works-detail] article .article_header h1 {
    font-size: var(--fs-48);
  }
  [data-page=works-detail] .c-imgs::-webkit-scrollbar {
    display: none;
  }
  [data-page=works-detail] [data-slideshow] .imgs button {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  [data-page=works-detail] [data-slideshow] .imgs button span.c-icon {
    width: 15px;
    height: 25px;
  }
  [data-page=works-detail] [data-slideshow] .imgs button span.c-icon svg {
    fill: #335166;
  }
  [data-page=works-detail] [data-slideshow] .imgs button.c-prev {
    left: -48px;
  }
  [data-page=works-detail] [data-slideshow] .imgs button.c-next {
    right: -48px;
  }
  [data-page=works-detail] .c-imgs ul.list_slideshow {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  [data-page=works-detail] [data-slideshow] .nav_slideshow {
    margin-top: 12px;
  }
  [data-page=works-detail] [data-slideshow] .nav_slideshow ul {
    column-gap: 1.91%;
    row-gap: 0px;
  }
  [data-page=works-detail] [data-slideshow] .nav_slideshow ul li {
    width: 8.28%;
  }
  [data-page=works-detail] [data-slideshow] .nav_slideshow ul li:after {
    height: 3px;
    bottom: -9px;
  }
  [data-page=works-detail] #description {
    margin-top: 94px;
  }
  [data-page=works-detail] #description dl {
    padding-bottom: 16px;
    margin-bottom: 56px;
  }
  [data-page=works-detail] #description dl:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  [data-page=works-detail] #description dl dt {
    width: 25.76%;
    padding-right: 1em;
    font-size: var(--fs-14);
  }
  [data-page=works-detail] #description dl dd {
    width: 74.24%;
    font-size: var(--fs-16);
    top: -0.3em;
  }
  [data-page=works-detail] .c-btn_wrap {
    margin-top: 80px;
  }
}
@media all and (min-width: 1280px) {
  [data-page=works] .c-list_works ul li {
    width: 23.59375%;
  }
}
@media all and (min-width: 1764px) {
  [data-page=works] .c-list_works ul li {
    width: 18.5%;
  }
}
@media all and (min-width: 2088px) {
  [data-page=works] .c-list_works ul li {
    width: 15.1041666667%;
  }
}
@keyframes show_loading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .c-list_works ul li a figure {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .c-list_works ul li a figure img {
    transition: scale 0.3s ease;
  }
  .c-list_works ul li a:hover img {
    scale: 1.05;
  }
  .c-list_works_top ul li a figure {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .c-list_works_top ul li a figure img {
    transition: scale 0.3s ease;
  }
  .c-list_works_top ul li a:hover img {
    scale: 1.05;
  }
  .c-list_works_top .c-btn_wrap a {
    transition: opacity 0.15s linear;
  }
  .c-list_works_top .c-btn_wrap a:hover {
    opacity: 0.6;
  }
  .c-btn_wrap a.c-btn {
    transition: opacity 0.15s linear;
  }
  .c-btn_wrap a.c-btn:hover {
    opacity: 0.6;
  }
}

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