@charset "UTF-8";
:root {
  --c_white: #fff;
  --c_black: #000;
  --c_gray: #707070;
  --ff_en: 'Inter Variable', '游ゴシック体', 'Yu Gothic', YuGothic,
    'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,
    'MS Pゴシック', 'MS PGothic', sans-serif;
  --ff_ja: 'Noto Sans JP Variable', '游ゴシック体', 'Yu Gothic', YuGothic,
    'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,
    'MS Pゴシック', 'MS PGothic', sans-serif;
}
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
:before,
:after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
hr {
  overflow: visible;
  height: 0;
  color: inherit;
}
details,
main {
  display: block;
}
[hidden] {
  display: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo,
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: inherit;
  text-indent: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
summary {
  display: list-item;
}
ol,
ul,
li {
  list-style: none;
}
address {
  font-style: normal;
}
table {
  border-collapse: collapse;
}
:where(input[type='date'], input[type='time'], input[type='datetime-local']) {
  -webkit-appearance: none;
  height: 4.229375rem;
}
input[type='date']::-webkit-date-and-time-value,
input[type='time']::-webkit-date-and-time-value {
  text-align: left;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
summary {
  display: block;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
:root {
  interpolate-size: allow-keywords;
}
html {
  scroll-behavior: smooth;
}
html.is_drawerOpen,
body.is_drawerOpen {
  overflow: hidden;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  overflow-x: clip;
  overflow-wrap: anywhere;
  font-family: Inter Variable, Noto Sans JP Variable, 游ゴシック体, Yu Gothic,
    YuGothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo,
    MS Pゴシック, MS PGothic, sans-serif;
  font-size: 1rem;
  line-height: 1.375;
  color: var(--c_text);
  font-weight: 350;
}
h1,
h2,
h3,
h4 {
  font-weight: var(--fw_bold);
  letter-spacing: 0em;
}
:where(a) {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@font-face {
  font-family: Noto Sans JP Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(../../assets/font/NotoSansJP-VariableFont_wght.woff2)
    format('woff2-variations');
}
@font-face {
  font-family: Inter Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(../../assets/font/inter-latin-wght-normal.woff2)
    format('woff2-variations');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ly_page {
  padding-block: 1.88rem 5rem;
}
.ly_worksPage {
  padding-block: 1.88rem 5rem;
  container-type: inline-size;
  container-name: ly_worksPage;
}
.ly_detailsPage {
  padding-block: 0 5rem;
}
.ly_topPage_inner {
  width: min(1920px, 100%);
  margin-inline: auto;
}
.ly_pageInner,
.ly_worksPageInner,
.ly_detailsInner {
  padding-inline: 1.25rem;
}
.ly_footer {
  padding-block: 0 1.88rem;
}
.ly_footer_inner {
  margin-inline: auto;
  padding-inline: 1.25rem;
}
.bl_copy {
  font-size: 0.75rem;
  line-height: 0.9166666667;
}
.ly_header {
  padding-block: 1.25rem;
  background-color: var(--c_white);
}
.ly_header_inner {
  margin-inline: auto;
  padding-inline: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_logoUnit {
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.4s linear;
  width: min(150px, 100%);
}
.bl_logoUnit :is(.sub, .main) {
  display: block;
  overflow: clip;
}
.bl_logoUnit :is(.sub, .main) img {
  -o-object-fit: contain;
  object-fit: contain;
}
.bl_logoUnit.is_hidden {
  opacity: 0;
}
.bl_logoUnit .js_animationOnView img {
  transform: translateY(100%);
  transition: transform 0.8s ease;
}
.bl_logoUnit .sub.js_animationOnView img {
  transition-delay: 0.2s;
}
.bl_logoUnit .main {
  width: 100%;
}
.bl_logoUnit .sub {
  width: 100%;
  margin-top: 0.3rem;
}
.bl_logoUnit
  :is(.sub.js_animationOnView.is_animated, .main.js_animationOnView.is_animated)
  img {
  transform: translateY(0);
}
.el_drawerBtn {
  width: 34px;
  aspect-ratio: 1/1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 3px;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.el_drawerBtn > * {
  width: 6px;
  aspect-ratio: 1/1;
  margin: auto;
  background-color: #222;
  transition: translate 0.4s ease-in-out;
}
.js_drawerBtn.is_open > :nth-child(2) {
  translate: 100% 100%;
}
.js_drawerBtn.is_open > :nth-child(4) {
  translate: 100% -100%;
}
.js_drawerBtn.is_open > :nth-child(6) {
  translate: -100% 100%;
}
.js_drawerBtn.is_open > :nth-child(8) {
  translate: -100% -100%;
}
.bl_drawer {
  position: fixed;
  z-index: 30;
  width: 100%;
  bottom: 0;
  top: 5rem;
}
.bl_drawer_backdrop {
  background-color: #fff;
  width: 100%;
  position: absolute;
  z-index: 0;
  inset: 0;
}
.js_drawer[aria-expanded] {
  --duration: 0.5s;
  transition-property: visibility;
  transition-duration: var(--duration);
}
.js_drawer[aria-expanded] .bl_drawer_backdrop {
  transition-property: opacity;
  transition-duration: var(--duration);
  transition-timing-function: linear;
}
.js_drawer[aria-expanded] .bl_drawer_navArea {
  transition-property: transform, opacity;
  transition-duration: var(--duration);
  transition-timing-function: ease-in-out;
}
.js_drawer[aria-expanded='false'] {
  visibility: hidden;
}
.js_drawer[aria-expanded='false'] .bl_drawer_backdrop {
  opacity: 0;
}
.js_drawer[aria-expanded='false'] .bl_drawer_navArea {
  transform: translate(50%);
  opacity: 0;
}
.js_drawer[aria-expanded='true'] {
  visibility: visible;
}
.js_drawer[aria-expanded='true'] .bl_drawer_backdrop {
  opacity: 1;
}
.js_drawer[aria-expanded='true'] .bl_drawer_navArea {
  transform: translate(0);
  opacity: 1;
}
.bl_drawer_inner {
  padding-inline: 17.33vw 1.25rem;
  height: 100%;
  display: flex;
}
.bl_drawer_logoArea {
  display: none;
}
.bl_drawer_logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.bl_drawer_logo .sub {
  width: min(158px, 100%);
  -o-object-fit: contain;
  object-fit: contain;
}
.bl_drawer_logo .main {
  width: min(233px, 100%);
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 0.19rem;
}
.bl_drawer_navArea {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  padding-block: 0.5rem 1rem;
}
.bl_drawer_navArea nav {
  width: 100%;
  margin-block: auto;
  display: flex;
  flex-direction: column;
}
.bl_navList_ttl {
  font-size: 1.13rem;
  line-height: 1.6111111111;
  border-bottom: 1px solid var(--c_gray);
}
.bl_navList_ttl:not(:first-of-type) {
  margin-top: 1.25rem;
}
.bl_navList_ttl + * {
  margin-top: 0.5rem;
}
.bl_navList li + li {
  margin-top: 1rem;
}
.bl_navList li a {
  line-height: 1;
}
.fadeIn {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
}
.bl_mainVisual {
  height: calc(100vh - 76px);
  overflow: clip;
}
.bl_mainVisual .splide__track,
.bl_mainVisual figure {
  height: 100%;
  width: 100%;
}
.bl_mainVisual .splide__slide picture,
.bl_mainVisual .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.bl_mainVisual .splide__slide img {
  transform: scale(1);
  transition: transform 7.5s ease;
  will-change: transform;
}
.bl_mainVisual .splide__slide.is_zoom img {
  transform: scale(1.08);
}
.bl_workList_ttl {
  font-size: 1.13rem;
  line-height: 1.6111111111;
  text-align: center;
}
.bl_workList {
  margin-top: 1.88rem;
}
.bl_workList > * + * {
  margin-top: 1.25rem;
}
@container ly_worksPage (width >= 768px) {
  .bl_workList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    row-gap: 1.25rem;
  }
  .bl_workList > * + * {
    margin-top: initial;
  }
}
@container ly_worksPage (width >= 1440px) {
  .bl_workList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@container ly_worksPage (width >= 1600px) {
  .bl_workList {
    grid-template-columns: repeat(4, 1fr);
  }
}
.js_workList > * {
  opacity: 0;
  transform: translateY(0.75rem);
  will-change: opacity, transform;
  transition-property: opacity, transform;
  transition-duration: 4s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--staggerDelay, 0ms);
}
.js_workList > *.is_animated {
  opacity: 1;
  transform: translateY(0);
}
.bl_card_imgWrap {
  aspect-ratio: 375/250;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.bl_card_body {
  padding-block: 0.63rem;
}
.bl_card_ttl .en,
.bl_card_ttl .ja {
  display: block;
}
.bl_card_ttl .en {
  font-size: 0.94rem;
}
.bl_card_ttl .ja {
  font-size: 0.81rem;
  margin-top: 0.44rem;
  font-family: var(--ff_ja);
}
.bl_details_fv {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  aspect-ratio: 375/667;
}
.bl_openPhotoModal {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 0.63rem;
  display: grid;
  place-content: center;
  background-color: #5d5d5d;
  border: none;
  padding: 0.44rem;
}
.bl_openPhotoModal img {
  width: 1rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}
.bl_photoModal {
  width: 100vw;
  height: 100vh;
  width: 100dvw;
  height: 100dvh;
  width: var(--vvw, 100dvw);
  height: var(--vvh, 100dvh);
  max-width: none;
  max-height: none;
  padding: 0;
  border: 0;
  margin: 0;
  overscroll-behavior: none;
  background: transparent;
}
.bl_photoModal::backdrop {
  background: #000;
}
.bl_photoModal__inner {
  position: relative;
  height: 100%;
  display: grid;
  place-items: center;
}
.bl_photoModal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #ffffff26;
  color: #fff;
  cursor: pointer;
}
.bl_photoSplide {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 0;
  padding-inline: clamp(16px, 5vw, 40px);
}
.bl_photoSplide .splide__track,
.bl_photoSplide .splide__list,
.bl_photoSplide .splide__slide {
  height: 100%;
}
.bl_photoSplide .splide__track,
.bl_photoSplide .splide__list {
  min-height: 0;
}
.bl_photoSplide .splide__track {
  width: 100%;
  margin-inline: auto;
}
.bl_photoSplide .splide__slide img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.bl_carouselProgress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #ffffff26;
}
.bl_carouselProgress_bar {
  height: 100%;
  width: 0;
  transition: width 0.4s ease;
  background: #fff;
}
.bl_details_content {
  margin-top: 3.25rem;
}
.bl_details_content_ttl {
  font-size: 1.13rem;
  line-height: 1.2777777778;
}
.bl_details_content_ttl span {
  display: block;
}
.bl_details_content_ttl span + span {
  margin-top: 0.63rem;
}
.bl_details_content_lead {
  margin-top: 0.63rem;
}
.bl_details_content_lead span + span {
  margin-top: 0.5rem;
}
.bl_details_content_lead .en,
.bl_details_content_lead .ja {
  display: block;
}
.bl_details_content_lead .en,
.bl_details_content_lead .ja {
  font-size: 0.94rem;
}
.bl_details_content_enArea dl dd {
  padding-inline-start: 1em;
}
.bl_details_content_enArea .bl_details_content_group {
  margin-top: 3rem;
  font-size: 1rem;
  line-height: 1.375;
}
.bl_details_content_enArea .bl_details_content_group > * + * {
  margin-top: 1.75rem;
}
.bl_details_content_jaArea {
  margin-top: 3.13rem;
  font-size: 0.94rem;
  font-family: var(--ff_ja);
  line-height: 1.6666666667;
}
.bl_details_content_jaArea dl {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
.bl_philosophy_lead {
  font-size: 1.13rem;
  line-height: 1.6111111111;
}
.bl_philosophy_ttl {
  margin-top: 3.13rem;
  font-size: 1rem;
  line-height: 1.25;
}
.bl_philosophy_content {
  margin-top: 1.25rem;
}
.bl_philosophy_content * {
  font-size: 0.94rem;
  line-height: 1.3333333333;
}
.bl_philosophy_content * + * {
  margin-top: 1em;
}
.bl_philosophy_content * li + li {
  margin-top: 1em;
}
.bl_profile_fv {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  aspect-ratio: 375/200;
}
.bl_profile_fv + * {
  margin-top: 3.13rem;
}
.bl_profile_ttl {
  font-size: 1rem;
  line-height: 1.25;
}
.bl_profile_enAddress {
  margin-top: 1.25rem;
  font-size: 0.88rem;
  line-height: 1.4285714286;
}
.bl_profile_info {
  margin-top: 3.13rem;
}
.bl_profile_info * {
  font-size: 0.88rem;
  line-height: 1.4285714286;
}
.bl_profile_info > * + * {
  margin-top: 1.25rem;
}
.bl_profile_info_ttl {
  font-size: 0.94rem;
}
.bl_profile_info_ttl + * {
  margin-top: 1.25rem;
}
.bl_profile_info_name .ja,
.bl_profile_info_name .em {
  display: block;
  font-size: 0.94rem;
}
.bl_profile_info_name .ja {
  font-family: var(--ff_ja);
}
.bl_profile_info_name + p {
  margin-top: 1.25rem;
}
.bl_profile_business {
  margin-top: 1.25rem;
}
.bl_profile_business ol {
  margin-top: 0.5em;
}
.bl_profile_business li {
  font-size: 0.88rem;
  list-style: decimal;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}
.bl_profile_business li + li {
  margin-top: 0.5em;
}
.bl_profile_business_ttl {
  font-size: 0.88rem;
}
.bl_profile_jaAddress {
  margin-top: 3.13rem;
}
.bl_profile_jaAddress * {
  font-size: 0.88rem;
  line-height: 2;
}
.bl_contactForm_ttl {
  font-size: 1.13rem;
  line-height: 1.6111111111;
  text-align: center;
}
.bl_contactForm_wrap {
  margin-top: 1.88rem;
  width: min(800px, 100%);
  margin-inline: auto;
}
.el_required {
  color: #e30303;
}
.bl_contactForm label {
  cursor: pointer;
}
.bl_contactForm_row {
  padding-block: 1.2em;
  border-bottom: 1px solid #bcbcbc;
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
}
.bl_contactForm textarea,
.bl_contactForm input:not([type='submit'], [type='reset']) {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #bcbcbc;
}
.bl_contactForm :is(textarea, select, input):is(:focus-visible, :active) {
  border: 3px solid #000;
}
.bl_contactForm
  input:is([type='reset'], [type='submit']):is(:focus-visible, :active) {
  border: 3px solid #505050;
}
.bl_contactForm
  input:is([type='text'], [type='number'], [type='tel'], [type='email']) {
  height: 2em;
}
.bl_contactForm .no_spin {
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
  margin: 0 !important;
}
.bl_contactForm .no_spin::-webkit-inner-spin-button,
.bl_contactForm .no_spin::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.bl_contactForm textarea {
  min-height: 8em;
}
.bl_contactForm :is(input[type='text'], textarea) {
  width: 87%;
}
.bl_contactForm input.name {
  width: max(27%, 60px);
}
.bl_contactForm input.number {
  width: max(14%, 60px);
}
.bl_contactForm input.email {
  width: 65%;
}
.bl_contactForm .inputAria__name p {
  display: flex;
  -moz-column-gap: 1em;
  column-gap: 1em;
  align-items: center;
}
.bl_contactForm .inputAria__name p + p {
  margin-top: 0.5em;
}
.bl_contactForm .inputAria__name p label {
  flex: 0 1 auto;
}
.bl_contactForm .inputAria__name p input {
  flex: 1;
  max-width: 300px;
}
.bl_contactForm .bl_formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.bl_contactForm .bl_formTable th,
.bl_contactForm .bl_formTable td {
  padding: 1em 0.5em;
  border-bottom: 1px solid #bcbcbc;
}
.bl_contactForm .bl_formTable th {
  width: 30%;
  font-weight: 700;
  text-align: left;
}
.bl_contactForm_inputArea {
  overflow-wrap: break-word;
}
.bl_contactForm_inputArea .name_unit input {
  margin-left: 0.4666666667em;
}
.bl_contactForm_inputArea .name_unit:not(:first-of-type) {
  margin-left: 2%;
}
.bl_contactForm_inputArea label,
.bl_contactForm_inputArea span {
  font-size: 0.94rem;
}
.bl_contactForm_inputArea .el_nameLabel,
.bl_contactForm_inputArea .posCode_unit {
  display: inline;
}
.bl_contactForm_policy {
  margin-top: 2em;
  a {
    text-decoration: underline;
  }
}
.bl_contactForm_order {
  display: flex;
  -moz-column-gap: 12%;
  column-gap: 12%;
  justify-content: center;
  margin-top: 1.5em;
}
p.error_messe {
  margin: 5px 0;
  color: #e30303;
}
.el_formBtn {
  display: inline-block;
  width: min(165px, 100%);
  height: 44px;
  padding: 0.625em 1.5625em;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  background: linear-gradient(to bottom, #fff, #eee);
  color: #000;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
  cursor: pointer;
}
.el_select_wrap {
  display: inline-block;
  position: relative;
}
.el_select_wrap .el_formBtn {
  width: -moz-fit-content;
  width: fit-content;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.el_select_wrap:after {
  --border_wd: 5px;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-width: var(--border_wd) var(--border_wd) 0 var(--border_wd);
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  content: '';
}
.bl_policy_content {
  p {
    margin-top: 1em;
  }
  h2:not(:first-of-type) {
    margin-top: 1.5em;
  }
}
.hp_spOnly {
  display: block;
}
.hp_tbFrom,
.hp_pcOnly {
  display: none;
}
.hp_upperCase {
  text-transform: uppercase !important;
}
@media only screen and (width>=768px) {
  body {
    font-size: 0.94rem;
    line-height: 1.6;
  }
  .ly_page {
    padding-block: 6.25rem 4rem;
  }
  .ly_pageInner,
  .ly_worksPageInner {
    padding-inline: 2rem;
  }
  .ly_detailsInner {
    padding-inline: 4rem;
  }
  .ly_footer_inner {
    padding-inline: 2rem;
  }
  .bl_copy {
    font-size: 0.81rem;
  }
  .ly_header_inner {
    padding-inline: 2rem;
  }
  .bl_logoUnit {
    width: min(200px, 100%);
  }
  .bl_drawer_inner {
    padding-inline: 10rem;
  }
  .bl_navList_ttl:not(:first-of-type) {
    margin-top: 1.94rem;
  }
  .bl_navList_ttl + * {
    margin-top: 1.25rem;
  }
  .bl_workList_ttl {
    font-size: 1.25rem;
  }
  .bl_card_imgWrap {
    margin-right: initial;
    margin-left: initial;
  }
  .bl_card_body {
    padding-inline: 1.5rem;
  }
  .bl_details_fv {
    margin-right: initial;
    margin-left: initial;
    aspect-ratio: 640/427;
  }
  .bl_openPhotoModal {
    width: 100%;
    margin-right: initial;
    margin-left: initial;
  }
  .bl_details_content {
    margin-top: 1.88rem;
  }
  .bl_details_content_lead .en {
    font-size: 0.88rem;
  }
  .bl_details_content_enArea dl {
    display: grid;
    -moz-column-gap: 0.5em;
    column-gap: 0.5em;
    grid-template-columns: auto 1fr;
  }
  .bl_details_content_enArea dl dd {
    padding-inline-start: initial;
  }
  .bl_details_content_enArea .bl_details_content_group {
    margin-top: 1.75rem;
    font-size: 0.94rem;
    line-height: 1.6;
  }
  .bl_details_content_enArea .bl_details_content_group > * + * {
    margin-top: 2rem;
  }
  .bl_details_content_jaArea {
    margin-top: 2.13rem;
    font-size: 0.88rem;
    line-height: 1.7857142857;
  }
  .bl_details_content_jaArea .bl_details_content_inner {
    padding-inline-start: 1.2em;
  }
  .bl_philosophy_lead {
    font-size: 1.25rem;
    line-height: 1.45;
  }
  .bl_philosophy_ttl {
    margin-top: 1.88rem;
  }
  .bl_philosophy_content * {
    font-size: 1.13rem;
    line-height: 1.1111111111;
  }
  .bl_profile_fv {
    margin-right: initial;
    margin-left: initial;
    aspect-ratio: 704/224;
  }
  .bl_profile_fv + * {
    margin-top: 2.5rem;
  }
  .bl_profile_info {
    margin-top: 1.88rem;
  }
  .bl_profile_info * {
    font-size: 1rem;
    line-height: 1.75;
  }
  .bl_profile_info_ttl {
    font-size: 1.13rem;
  }
  .bl_profile_info_name {
    display: flex;
    -moz-column-gap: 1em;
    column-gap: 1em;
    align-items: flex-end;
  }
  .bl_profile_info_name .ja,
  .bl_profile_info_name .en {
    font-size: 1rem;
  }
  .bl_profile_info_name + p {
    margin-top: initial;
  }
  .bl_profile_business_ttl {
    font-size: 1rem;
  }
  .bl_profile_jaAddress {
    margin-top: 1.88rem;
  }
  .bl_contactForm_ttl {
    font-size: 1.25rem;
  }
  .bl_contactForm_row {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
  }
  .bl_contactForm_labelArea {
    flex: 0 1 30%;
  }
  .bl_contactForm_inputArea {
    flex: 1;
  }
  .bl_contactForm :is(input[type='text'], textarea) {
    width: 87%;
  }
  .hp_spOnly {
    display: none;
  }
  .hp_tbFrom {
    display: block;
  }
}
@media only screen and (width>=1024px) {
  body {
    font-size: 1rem;
    line-height: 1.375;
  }
  .ly_page {
    padding-block: 7.5rem 5rem;
  }
  .ly_worksPage {
    padding-block: 4.25rem 6.38rem;
  }
  .ly_detailsPage {
    padding-block: 7.5rem 5rem;
  }
  .ly_pageInner {
    width: min(1920px, 100%);
    padding-inline: 7.5rem;
    margin-inline: auto;
  }
  .ly_worksPageInner {
    padding-inline: 1.25rem;
    width: min(1560px, 100%);
    margin-inline: auto;
  }
  .ly_detailsInner {
    width: min(1200px, 100%);
    margin-inline: auto;
  }
  .ly_footer_inner {
    width: min(1920px + 4rem, 100%);
  }
  .ly_header {
    padding-block: 1.5rem 1.44rem;
  }
  .ly_header_inner {
    width: min(1920px + 4rem, 100%);
  }
  .bl_drawer {
    top: 5.81rem;
  }
  .bl_drawer_inner {
    justify-content: space-between;
    -moz-column-gap: 5.5rem;
    column-gap: 5.5rem;
    margin-top: initial;
    width: min(1400px, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
  }
  .bl_drawer_logoArea {
    display: block;
    flex: auto;
    align-self: center;
  }
  .bl_drawer_navArea {
    flex: 0 1 620px;
  }
  .bl_navList li + li {
    margin-top: 1.25rem;
  }
  .bl_mainVisual {
    height: calc(100vh - 93.42px);
  }
  .bl_card_body {
    padding-inline: 1.88rem;
  }
  .bl_details_fv {
    aspect-ratio: 1200/800;
  }
  .bl_openPhotoModal {
    margin-top: 1.25rem;
    width: min(130px, 100%);
  }
  .bl_photoSplide {
    padding-inline: initial;
  }
  .bl_details_content {
    padding-inline: 0.63rem;
    margin-top: 3.25rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }
  .bl_details_content_ttl {
    font-size: 1.25rem;
  }
  .bl_details_content_lead .en {
    font-size: 0.94rem;
  }
  .bl_details_content_lead .ja {
    font-size: 1rem;
  }
  .bl_details_content_enArea .bl_details_content_group {
    margin-top: 2.38rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .bl_details_content_jaArea {
    margin-top: 2.13rem;
  }
  .bl_profile_fv {
    aspect-ratio: 1130/360;
  }
  .bl_profile_fv + * {
    margin-top: 5rem;
  }
  .bl_profile_info {
    margin-top: 3.75rem;
  }
  .bl_profile_info_ttl + * {
    margin-top: 1.88rem;
  }
  .bl_profile_business li {
    font-size: 1rem;
  }
  .hp_pcOnly {
    display: block;
  }
}
