@charset "utf-8";
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,
main,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  touch-action: manipulation;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
img {
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}
iframe {
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
input,
select,
textarea,
button {
  line-height: 1;
  vertical-align: baseline;
  font-family: inherit;
  color: inherit;
  font-size: 100%;
  letter-spacing: inherit;
  outline: none;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  cursor: pointer;
  vertical-align: baseline;
  background: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
a:focus {
  outline: none;
}
table {
  border-collapse: separate;
  border-spacing: 1px;
}
caption {
  text-align: left;
}
th {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
em,
address {
  font-style: normal;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
pre {
  white-space: pre-wrap;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
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;
}
body {
  font-family: 'Noto Serif JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  overflow-x: clip;
}
@media (768px <= width) {
  body {
    font-size: 16px;
  }
}
@media (width < 768px) {
  body {
    font-size: 3.73333vw;
  }
}
#root {
  letter-spacing: 0.05em;
}
@media (width < 768px) {
  html {
    font-size: calc(100vw / (375 / 10));
  }
  html.desktop body {
    width: 100vw;
    overflow-x: clip;
  }
  img {
    width: 100%;
  }
}
body {
  font-feature-settings: "palt";
  line-break: strict;
  color: #000;
  -webkit-tap-highlight-color: transparent;
}
a {
  max-width: 100%;
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img,
video {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
iframe,
table {
  width: 100%;
  max-width: 100%;
}
button,
[type=button],
[type=submit],
[type=reset] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  max-width: 100%;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border: 1px solid #ccc;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
input[type=file] {
  max-width: 100%;
}
label,
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
  outline: 0;
}
button:disabled,
input:disabled,
textarea:disabled,
select:disabled {
  opacity: 0.6;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (768px <= width) {
  br.sp,
  [data-show="sp"] {
    display: none;
  }
}
@media (width < 768px) {
  br.pc,
  [data-show="pc"] {
    display: none;
  }
}
@media (768px <= width) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #000;
  }
}
#root [data-content="jp"],
#root [data-content="en"] {
  display: none;
}
#root[data-language="jp"] [data-content="jp"],
#root[data-language="en"] [data-content="en"] {
  display: contents;
}
.hBookmark-widget-counter {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
  display: none;
}
#guide {
  position: absolute;
  left: 50%;
  top: 0%;
  z-index: 100000;
  opacity: 0.33;
  pointer-events: none;
}
#guide img {
  position: relative;
  max-width: initial;
  left: -50%;
}
@media (width < 768px) {
  #guide {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 100000;
    opacity: 0.33;
    pointer-events: none;
  }
  #guide img {
    left: 0;
  }
}
@media (768px <= width) {
  /************************************************************************
*
* ■ layout (PC)
*
************************************************************************/
  .ly-main {
    margin-inline: auto;
  }
  .ly-footer {
    position: relative;
    padding: 100px 0 130px;
    background-color: #DADADA;
  }
  .ly-footer .logo {
    margin-inline: auto;
    width: 400px;
    transition: opacity 0.15s ease-out;
  }
  .ly-footer .logo:hover {
    opacity: 0.5;
    transition: opacity 0.15s ease-out;
  }
  .ly-footer .pagetop {
    position: absolute;
    right: 50px;
    bottom: 100px;
    z-index: 10;
    width: 24px;
    height: 194px;
    background-image: url("../img/nav/footer_pagetop.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    transition: opacity 0.15s ease-out;
  }
  .ly-footer .pagetop a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .ly-footer .pagetop:hover {
    opacity: 0.5;
    transition: opacity 0.15s ease-out;
  }
  .ly-copyright {
    position: fixed;
    left: 20px;
    top: 50%;
    z-index: auto;
  }
  .ly-copyright .copyright {
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    font-size: 8px;
    font-weight: 400;
    color: inherit;
    letter-spacing: 0.05rem;
  }
  /************************************************************************
*
* ■ component/ui (PC)
*
************************************************************************/
  [data-component="sectionTitle"] {
    position: relative;
    font-size: 36px;
    font-weight: inherit;
    color: inherit;
    letter-spacing: 0.15em;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  [data-component="sectionTitle"]:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -205px;
    z-index: auto;
    width: 1px;
    height: 180px;
    background-color: #000;
  }
  /************************************************************************
*
* ■ component/button (PC)
*
************************************************************************/
  [data-component="btn"] {
    --min-width: 300px;
    display: inline-grid;
    min-width: min(var(--min-width), 100%);
    min-height: 66px;
    justify-content: center;
    align-items: center;
    vertical-align: bottom;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 50px;
    font-size: 21px;
    transition: opacity 0.15s ease-out;
  }
  [data-component="btn"]:hover {
    opacity: 0.75;
    transition: opacity 0.15s ease-out;
  }
  [data-component="btn-contact"] {
    --min-width: 140px;
    display: inline-grid;
    min-width: min(var(--min-width), 100%);
    min-height: 52px;
    justify-content: center;
    align-items: center;
    vertical-align: bottom;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background-color: #fff;
    border-radius: 50px;
    font-size: 15px;
    font-weight: inherit;
    color: inherit;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    transition: background-color 0.15s ease-out;
  }
  [data-component="btn-contact"]:hover {
    background-color: #333;
    color: #fff;
    transition: background-color 0.15s ease-out;
  }
  /************************************************************************
*
* ■ home (PC)
*
************************************************************************/
  #root.page-home .ly-main .sec-kv {
    background-color: #DADADA;
  }
  #root.page-home .ly-main .sec-kv .kv {
    display: grid;
    grid-template-areas: "head head" "side main" "foot foot";
    grid-template-columns: 170px 3fr;
    grid-template-rows: 80px 1fr 120px;
    width: 100%;
    height: 100vh;
  }
  #root.page-home .ly-main .sec-kv .kv_head {
    grid-area: head;
  }
  #root.page-home .ly-main .sec-kv .kv_side {
    grid-area: side;
    position: relative;
  }
  #root.page-home .ly-main .sec-kv .kv_side .logo {
    position: absolute;
    left: 40px;
    top: 20px;
    z-index: auto;
    width: 105px;
    height: 59px;
    background-image: url("../img/kv/side_mark.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  #root.page-home .ly-main .sec-kv .kv_side .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #root.page-home .ly-main .sec-kv .kv_main {
    grid-area: main;
    position: relative;
  }
  #root.page-home .ly-main .sec-kv .kv_main_front {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 20;
    transform: translate(-50%, calc(-50%));
    width: 720px;
    height: 400px;
  }
  #root.page-home .ly-main .sec-kv .kv_main_front .logo {
    width: 680px;
  }
  #root.page-home .ly-main .sec-kv .kv_main_front .message {
    margin-top: 20px;
    padding-left: 125px;
    line-height: 2.3;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.3em;
  }
  #root.page-home .ly-main .sec-kv .kv_main_back {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  #root.page-home .ly-main .sec-kv .kv_foot {
    grid-area: foot;
    display: grid;
  }
  #root.page-home .ly-main .sec-kv .kv_foot .menuListPc {
    margin-left: 100px;
    width: 680px;
    display: grid;
    grid-auto-flow: column;
    -moz-column-gap: 0px;
         column-gap: 0px;
    align-items: center;
    justify-self: center;
  }
  #root.page-home .ly-main .sec-kv .kv_foot .menuListPc > li {
    text-align: center;
  }
  #root.page-home .ly-main .sec-kv .kv_foot .menuListPc > li:not(.contact) a {
    padding: 10px 10px;
    display: block;
    width: 100%;
    height: 100%;
    font-family: "Roboto Flex", sans-serif;
    font-size: 23px;
    color: inherit;
    letter-spacing: 0.1em;
    font-optical-sizing: auto;
    font-weight: 150;
    font-style: normal;
    font-variation-settings: "slnt" 0, "wdth" 25, "GRAD" -80, "XOPQ" 96, "XTRA" 411, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712;
    text-decoration: none;
  }
  #root.page-home .ly-main .sec-kv .kv_foot .menuListPc > li:not(.contact) a:hover {
    font-weight: 600;
  }
  #root.page-home .ly-main .sec-kv .kv_foot .contact {
    position: fixed;
    right: 25px;
    bottom: 30px;
    z-index: 100;
    width: 140px;
  }
  #root.page-home .ly-main .sec-about {
    background-color: #DADADA;
  }
  #root.page-home .ly-main .sec-about .about {
    margin-inline: auto;
    max-width: 1250px;
    padding: 60px 0 150px;
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  #root.page-home .ly-main .sec-about .about_head {
    width: 150px;
    padding: 50px 0 0 50px;
  }
  #root.page-home .ly-main .sec-about .about_body {
    padding-right: 20px;
  }
  #root.page-home .ly-main .sec-about .about_body .pointList {
    display: grid;
    row-gap: 90px;
  }
  #root.page-home .ly-main .sec-about .about_body .pointList > li {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  #root.page-home .ly-main .sec-about .about_body .pointList > li .fig {
    width: 225px;
  }
  #root.page-home .ly-main .sec-about .about_body .pointList > li .details {
    display: grid;
    justify-content: start;
    align-items: center;
    line-height: 1.8;
  }
  #root.page-home .ly-main .sec-about .about_body .pointList > li .details .wrap {
    padding-top: 20px;
  }
  #root.page-home .ly-main .sec-about .about_body .pointList > li .details .wrap .topic {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 37px;
    color: inherit;
    letter-spacing: 0.15em;
  }
  #root.page-home .ly-main .sec-about .about_body .pointList > li .details .wrap .desc {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 18px;
    color: inherit;
    letter-spacing: inherit;
  }
  #root.page-home .ly-main .sec-about .about_body .pointList > li:nth-child(3) .fig {
    padding: 0 20px 0 10px;
  }
  #root.page-home .ly-main .sec-flow .flow {
    position: relative;
    margin-inline: auto;
    max-width: 1250px;
    padding: 200px 0 180px;
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  #root.page-home .ly-main .sec-flow .flow_bg {
    position: absolute;
    left: 20px;
    top: 0;
    z-index: auto;
  }
  #root.page-home .ly-main .sec-flow .flow_bg .letter {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: auto;
    width: 293px;
    height: 115px;
    background-image: url("../img/flow/heading_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  #root.page-home .ly-main .sec-flow .flow_bg .letter a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #root.page-home .ly-main .sec-flow .flow_head {
    width: 150px;
    padding-left: 50px;
  }
  #root.page-home .ly-main .sec-flow .flow_body {
    padding-right: 20px;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList {
    display: grid;
    row-gap: 40px;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li {
    position: relative;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl > dt,
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl > dd {
    line-height: 1.5;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl > dt {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 70px;
         column-gap: 70px;
    padding: 6px 50px;
    background-color: #F5F5F5;
    letter-spacing: 0.15em;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl > dt .index {
    width: 200px;
    font-size: 14px;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl > dt .index .num {
    margin-left: 10px;
    font-size: 27px;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl > dt .title {
    font-size: 26px;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl > dd {
    margin: 17px 0 0 320px;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 19px;
    color: inherit;
    letter-spacing: inherit;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl.step1 > dt {
    background-color: #DADADA;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl.step5 > dt {
    background-color: #DADADA;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl.step8 > dt {
    background-color: #000;
    color: #fff;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl.step1 + .obi {
    position: absolute;
    left: 196px;
    top: 50px;
    z-index: 10;
    width: 52px;
    height: 513px;
    background-image: url("../img/flow/obi_01-pc.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl.step1 + .obi a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl.step5 + .obi {
    position: absolute;
    left: 196px;
    top: 52px;
    z-index: 11;
    width: 52px;
    height: 337px;
    background-image: url("../img/flow/obi_02-pc.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl.step5 + .obi a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li:nth-child(1),
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li:nth-child(5) {
    z-index: 50;
  }
  #root.page-home .ly-main .sec-works {
    background-color: #DADADA;
    overflow: hidden;
  }
  #root.page-home .ly-main .sec-works .works {
    position: relative;
    margin-inline: auto;
    max-width: 1250px;
    padding: 200px 0 160px;
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  #root.page-home .ly-main .sec-works .works_bg {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: auto;
  }
  #root.page-home .ly-main .sec-works .works_bg .letter {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: auto;
    width: 392px;
    height: 115px;
    background-image: url("../img/works/heading_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  #root.page-home .ly-main .sec-works .works_bg .letter a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #root.page-home .ly-main .sec-works .works_head {
    width: 150px;
    padding-left: 50px;
  }
  #root.page-home .ly-main .sec-works .works_body {
    position: relative;
  }
  #root.page-home .ly-main .sec-works .works_body .list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0 5px;
  }
  #root.page-home .ly-main .sec-works .works_body .list > li {
    width: 470px;
    height: 400px;
    background-color: #fff;
  }
  #root.page-home .ly-main .sec-works .works_body .buttons {
    margin-top: 70px;
    width: 930px;
    text-align: center;
  }
  #root.page-home .ly-main .sec-works .works_body .buttons .more-btn {
    pointer-events: none;
    opacity: 0.25;
  }
  #root.page-home .ly-main .sec-works .works_body .comingsoon {
    position: absolute;
    left: 260px;
    top: 160px;
    z-index: 10;
  }
  #root.page-home .ly-main .sec-works .works_body .comingsoon:before {
    content: "COMING SOON...";
    display: grid;
    justify-content: center;
    align-items: center;
    width: 430px;
    height: 80px;
    font-size: 22px;
    font-weight: inherit;
    color: #fff;
    background-color: #333;
    text-align: center;
  }
  #root.page-home .ly-main .sec-faq .faq {
    position: relative;
    margin-inline: auto;
    max-width: 1250px;
    padding: 200px 0 165px;
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  #root.page-home .ly-main .sec-faq .faq_bg {
    position: absolute;
    left: 25px;
    top: 0;
    z-index: auto;
  }
  #root.page-home .ly-main .sec-faq .faq_bg .letter {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: auto;
    width: 193px;
    height: 129px;
    background-image: url("../img/faq/heading_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  #root.page-home .ly-main .sec-faq .faq_bg .letter a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #root.page-home .ly-main .sec-faq .faq_head {
    width: 150px;
    padding-left: 50px;
  }
  #root.page-home .ly-main .sec-faq .faq_body {
    padding-right: 20px;
  }
  #root.page-home .ly-main .sec-faq .faq_body .list {
    display: grid;
    row-gap: 70px;
  }
  #root.page-home .ly-main .sec-faq .faq_body .list .item {
    display: grid;
    row-gap: 25px;
  }
  #root.page-home .ly-main .sec-faq .faq_body .list .item > dt,
  #root.page-home .ly-main .sec-faq .faq_body .list .item > dd {
    line-height: 1.5;
  }
  #root.page-home .ly-main .sec-faq .faq_body .list .item > dt {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 12px 40px 8px;
    background-color: #DADADA;
    border-radius: 50px;
    font-size: 22px;
    font-weight: inherit;
    color: inherit;
    letter-spacing: 0.05em;
  }
  #root.page-home .ly-main .sec-faq .faq_body .list .item > dt:before {
    content: "Q";
    font-size: 28px;
    transform: translateY(-6px);
  }
  #root.page-home .ly-main .sec-faq .faq_body .list .item > dd {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 25px;
         column-gap: 25px;
    padding-left: 40px;
    font-family: 'Noto Sans JP';
    font-weight: inherit;
    font-size: 18px;
    color: inherit;
    letter-spacing: 0.15em;
  }
  #root.page-home .ly-main .sec-faq .faq_body .list .item > dd:before {
    content: "A";
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 28px;
    color: inherit;
    letter-spacing: inherit;
    transform: translateY(-8px);
  }
  #root.page-home .ly-main .sec-faq .faq_body .notes {
    margin-top: 90px;
    padding-left: 80px;
    font-size: 21px;
    font-weight: inherit;
    color: inherit;
    letter-spacing: 0.1em;
  }
  #root.page-home .ly-main .sec-faq .faq_body .notes a {
    text-decoration: underline;
  }
  #root.page-home .ly-main .sec-faq .faq_body .notes a:hover {
    text-decoration: none;
  }
  #root.page-home .ly-main .sec-profile {
    background-color: #DADADA;
  }
  #root.page-home .ly-main .sec-profile .profile {
    position: relative;
    margin-inline: auto;
    max-width: 1250px;
    padding: 200px 0 130px;
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }
  #root.page-home .ly-main .sec-profile .profile_bg {
    position: absolute;
    left: 25px;
    top: 0;
    z-index: auto;
  }
  #root.page-home .ly-main .sec-profile .profile_bg .letter {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: auto;
    width: 423px;
    height: 115px;
    background-image: url("../img/profile/heading_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  #root.page-home .ly-main .sec-profile .profile_bg .letter a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #root.page-home .ly-main .sec-profile .profile_head {
    width: 150px;
    padding-left: 50px;
  }
  #root.page-home .ly-main .sec-profile .profile_body {
    display: grid;
    grid-template-areas: "cell1 cell1" "cell2 cell3";
    grid-template-columns: 2fr 3fr;
  }
  #root.page-home .ly-main .sec-profile .profile_body .cell .item {
    margin-top: 60px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 28px 20px;
  }
  #root.page-home .ly-main .sec-profile .profile_body .cell .item > dt {
    width: 95px;
  }
  #root.page-home .ly-main .sec-profile .profile_body .cell .item > dt,
  #root.page-home .ly-main .sec-profile .profile_body .cell .item > dd {
    line-height: 1.5;
  }
  #root.page-home .ly-main .sec-profile .profile_body .cell.cell1 {
    grid-area: cell1;
  }
  #root.page-home .ly-main .sec-profile .profile_body .cell.cell2 {
    grid-area: cell2;
  }
  #root.page-home .ly-main .sec-profile .profile_body .cell.cell3 {
    grid-area: cell3;
  }
}
@media (width < 768px) {
  /************************************************************************
*
* ■ layout (SP)
*
************************************************************************/
  .ly-main {
    overflow-x: clip;
  }
  .ly-header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 300;
    width: 100%;
  }
  .ly-footer {
    position: relative;
    padding: 10.66667vw 0 0;
    background-color: #DADADA;
  }
  .ly-footer .logo {
    margin-inline: auto;
    width: 64vw;
    transform: translateX(-2.66667vw);
  }
  .ly-footer .pagetop {
    position: absolute;
    right: 5.33333vw;
    bottom: -13.33333vw;
    z-index: 10;
    width: 3.2vw;
    height: 25.867vw;
    background-image: url("../img/nav/footer_pagetop.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .ly-footer .pagetop a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .ly-copyright {
    padding: 5.33333vw 0 26.66667vw;
    background-color: #DADADA;
  }
  .ly-copyright .copyright {
    font-size: 2.13333vw;
    font-weight: 400;
    color: inherit;
    letter-spacing: 0.05rem;
    text-align: center;
    transform: translateX(-2.66667vw);
  }
  /************************************************************************
*
* ■ component/component (SP)
*
************************************************************************/
  [data-component="sectionTitle"] {
    position: relative;
    font-size: 4.8vw;
    font-weight: inherit;
    color: inherit;
    letter-spacing: 0.15em;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  [data-component="sectionTitle"]:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30.66667vw;
    z-index: auto;
    width: 1px;
    height: 26.66667vw;
    background-color: #000;
  }
  /************************************************************************
*
* ■ component/button (SP)
*
************************************************************************/
  [data-component="btn"] {
    --min-width: 64vw;
    display: inline-grid;
    min-width: min(var(--min-width), 100%);
    min-height: 11.73333vw;
    justify-content: center;
    align-items: center;
    vertical-align: bottom;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    padding: 2.66667vw 5.33333vw;
    background-color: #fff;
    border-radius: 13.33333vw;
    font-size: 4vw;
  }
  [data-component="btn-contact"] {
    --min-width: 32vw;
    display: inline-grid;
    min-width: min(var(--min-width), 100%);
    min-height: 11.73333vw;
    justify-content: center;
    align-items: center;
    vertical-align: bottom;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background-color: #fff;
    border-radius: 16vw;
    font-size: 3.2vw;
    font-weight: inherit;
    color: inherit;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  /************************************************************************
*
* ■ home (SP)
*
************************************************************************/
  #root.page-home .ly-main .sec-kv {
    background-color: #DADADA;
  }
  #root.page-home .ly-main .sec-kv .kv {
    display: grid;
    grid-template-areas: "head head" "side main" "foot foot";
    grid-template-columns: 0px 3fr;
    grid-template-rows: 0px 1fr 0px;
    width: 100%;
    height: 100svh;
  }
  #root.page-home .ly-main .sec-kv .kv_head {
    grid-area: head;
  }
  #root.page-home .ly-main .sec-kv .kv_side {
    grid-area: side;
  }
  #root.page-home .ly-main .sec-kv .kv_main {
    grid-area: main;
    position: relative;
  }
  #root.page-home .ly-main .sec-kv .kv_main_front {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 20;
    transform: translate(-50%, calc(-50% - 4vw));
    width: 64vw;
    height: 117.33333vw;
  }
  #root.page-home .ly-main .sec-kv .kv_main_front .message {
    margin-top: 6.66667vw;
    padding-left: 7.46667vw;
    line-height: 2.3;
    font-size: 3.46667vw;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  #root.page-home .ly-main .sec-kv .kv_main_back {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  #root.page-home .ly-main .sec-kv .kv_foot {
    grid-area: foot;
    position: relative;
  }
  #root.page-home .ly-main .sec-kv .kv_foot .contact {
    position: fixed;
    right: 5.33333vw;
    bottom: 6.66667vw;
    z-index: 100;
    width: 32vw;
  }
  #root.page-home .ly-main .sec-about {
    background-color: #DADADA;
  }
  #root.page-home .ly-main .sec-about .about {
    padding: 26.66667vw 0 26.66667vw;
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 2.66667vw;
         column-gap: 2.66667vw;
  }
  #root.page-home .ly-main .sec-about .about_head {
    width: 13.33333vw;
    padding-left: 4vw;
  }
  #root.page-home .ly-main .sec-about .about_body .pointList {
    display: grid;
    row-gap: 16vw;
  }
  #root.page-home .ly-main .sec-about .about_body .pointList > li {
    width: 74.66667vw;
  }
  #root.page-home .ly-main .sec-about .about_body .pointList > li .fig {
    margin-inline: auto;
    width: 37.33333vw;
  }
  #root.page-home .ly-main .sec-about .about_body .pointList > li .details {
    line-height: 1.8;
  }
  #root.page-home .ly-main .sec-about .about_body .pointList > li .details .wrap {
    padding-top: 4.8vw;
  }
  #root.page-home .ly-main .sec-about .about_body .pointList > li .details .wrap .topic {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 5.33333vw;
    color: inherit;
    letter-spacing: 0.15em;
    text-align: center;
  }
  #root.page-home .ly-main .sec-about .about_body .pointList > li .details .wrap .desc {
    margin-top: 2.66667vw;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 4vw;
    color: inherit;
    letter-spacing: inherit;
  }
  #root.page-home .ly-main .sec-about .about_body .pointList > li:nth-child(3) .fig {
    width: 32vw;
  }
  #root.page-home .ly-main .sec-flow .flow {
    position: relative;
    padding: 37.33333vw 0 18.66667vw;
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 2.66667vw;
         column-gap: 2.66667vw;
  }
  #root.page-home .ly-main .sec-flow .flow_bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: auto;
  }
  #root.page-home .ly-main .sec-flow .flow_bg .letter {
    position: absolute;
    left: 4vw;
    top: 0px;
    z-index: auto;
    width: 39.067vw;
    height: 15.333vw;
    background-image: url("../img/flow/heading_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  #root.page-home .ly-main .sec-flow .flow_bg .letter a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #root.page-home .ly-main .sec-flow .flow_head {
    width: 13.33333vw;
    padding-left: 4vw;
  }
  #root.page-home .ly-main .sec-flow .flow_body {
    position: relative;
    padding-right: 6.66667vw;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList {
    display: grid;
    row-gap: 17.33333vw;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li {
    position: relative;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl > dt,
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl > dd {
    line-height: 1.6;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl > dt {
    position: relative;
    padding: 1.06667vw 2.66667vw 1.06667vw 12vw;
    background-color: #F5F5F5;
    letter-spacing: 0.15em;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl > dt .index {
    position: absolute;
    left: 12vw;
    top: -8vw;
    z-index: auto;
    font-size: 2.66667vw;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl > dt .index .num {
    margin-left: 0.8vw;
    font-size: 4.53333vw;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl > dt .title {
    font-size: 4vw;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl > dd {
    margin: 3.2vw 0 0 12vw;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 3.46667vw;
    color: inherit;
    letter-spacing: inherit;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl.step1 > dt {
    background-color: #DADADA;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl.step5 > dt {
    background-color: #DADADA;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl.step8 > dt {
    background-color: #000;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl.step8 > dt .index {
    color: #000;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl.step8 > dt .title {
    color: #fff;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl.step1 + .obi {
    position: absolute;
    left: 0px;
    top: 2.66667vw;
    z-index: -1;
    width: 6.933vw;
    height: 151.2vw;
    background-image: url("../img/flow/obi_01-sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl.step1 + .obi a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl.step5 + .obi {
    position: absolute;
    left: 0px;
    top: 8vw;
    z-index: -1;
    width: 6.933vw;
    height: 104.4vw;
    background-image: url("../img/flow/obi_02-sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li > dl.step5 + .obi a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li:nth-child(1),
  #root.page-home .ly-main .sec-flow .flow_body .stepList > li:nth-child(5) {
    z-index: 20;
  }
  #root.page-home .ly-main .sec-works {
    background-color: #DADADA;
    overflow: hidden;
  }
  #root.page-home .ly-main .sec-works .works {
    position: relative;
    padding: 37.33333vw 0 18.66667vw;
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 2.66667vw;
         column-gap: 2.66667vw;
  }
  #root.page-home .ly-main .sec-works .works_bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: auto;
  }
  #root.page-home .ly-main .sec-works .works_bg .letter {
    position: absolute;
    left: 4vw;
    top: 0px;
    z-index: auto;
    width: 52.267vw;
    height: 15.333vw;
    background-image: url("../img/works/heading_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  #root.page-home .ly-main .sec-works .works_bg .letter a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #root.page-home .ly-main .sec-works .works_head {
    width: 13.33333vw;
    padding-left: 4vw;
  }
  #root.page-home .ly-main .sec-works .works_body {
    position: relative;
  }
  #root.page-home .ly-main .sec-works .works_body .list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0 1.33333vw;
  }
  #root.page-home .ly-main .sec-works .works_body .list > li {
    width: 52vw;
    height: 77.33333vw;
    background-color: #fff;
  }
  #root.page-home .ly-main .sec-works .works_body .buttons {
    margin-top: 8vw;
    margin-left: 2.66667vw;
  }
  #root.page-home .ly-main .sec-works .works_body .buttons .more-btn {
    pointer-events: none;
    opacity: 0.25;
  }
  #root.page-home .ly-main .sec-works .works_body .comingsoon {
    position: absolute;
    left: 10.66667vw;
    top: 34.66667vw;
    z-index: 10;
  }
  #root.page-home .ly-main .sec-works .works_body .comingsoon:before {
    content: "COMING SOON...";
    display: grid;
    justify-content: center;
    align-items: center;
    width: 58.66667vw;
    height: 12vw;
    font-size: 4.53333vw;
    font-weight: inherit;
    color: #fff;
    background-color: #333;
    text-align: center;
  }
  #root.page-home .ly-main .sec-faq .faq {
    position: relative;
    padding: 38.66667vw 0 24vw;
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 2.66667vw;
         column-gap: 2.66667vw;
  }
  #root.page-home .ly-main .sec-faq .faq_bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: auto;
  }
  #root.page-home .ly-main .sec-faq .faq_bg .letter {
    position: absolute;
    left: 4.8vw;
    top: 0px;
    z-index: auto;
    width: 25.733vw;
    height: 17.2vw;
    background-image: url("../img/faq/heading_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  #root.page-home .ly-main .sec-faq .faq_bg .letter a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #root.page-home .ly-main .sec-faq .faq_head {
    width: 13.33333vw;
    padding-left: 4vw;
  }
  #root.page-home .ly-main .sec-faq .faq_body {
    padding-right: 6.66667vw;
  }
  #root.page-home .ly-main .sec-faq .faq_body .list {
    display: grid;
    row-gap: 6.66667vw;
  }
  #root.page-home .ly-main .sec-faq .faq_body .list .item {
    display: grid;
    row-gap: 3.46667vw;
  }
  #root.page-home .ly-main .sec-faq .faq_body .list .item > dt,
  #root.page-home .ly-main .sec-faq .faq_body .list .item > dd {
    line-height: 1.6;
  }
  #root.page-home .ly-main .sec-faq .faq_body .list .item > dt {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 2.66667vw;
         column-gap: 2.66667vw;
    padding: 2.66667vw 4vw;
    background-color: #DADADA;
    border-radius: 3.2vw;
    font-size: 3.46667vw;
    font-weight: inherit;
    color: inherit;
    letter-spacing: 0.1em;
  }
  #root.page-home .ly-main .sec-faq .faq_body .list .item > dt:before {
    content: "Q";
    font-size: 4.26667vw;
    transform: translateY(-1.06667vw);
  }
  #root.page-home .ly-main .sec-faq .faq_body .list .item > dd {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 2.66667vw;
         column-gap: 2.66667vw;
    padding-left: 4.8vw;
    font-family: 'Noto Sans JP';
    font-weight: inherit;
    font-size: 3.46667vw;
    color: inherit;
    letter-spacing: 0.15em;
  }
  #root.page-home .ly-main .sec-faq .faq_body .list .item > dd:before {
    content: "A";
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 4.26667vw;
    color: inherit;
    letter-spacing: inherit;
    transform: translateY(-0.53333vw);
  }
  #root.page-home .ly-main .sec-faq .faq_body .notes {
    margin-top: 10.66667vw;
    font-size: 3.46667vw;
    font-weight: inherit;
    color: inherit;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  #root.page-home .ly-main .sec-profile {
    background-color: #DADADA;
  }
  #root.page-home .ly-main .sec-profile .profile {
    position: relative;
    padding: 37.33333vw 0 13.33333vw;
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 2.66667vw;
         column-gap: 2.66667vw;
  }
  #root.page-home .ly-main .sec-profile .profile_bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: auto;
  }
  #root.page-home .ly-main .sec-profile .profile_bg .letter {
    position: absolute;
    left: 4.8vw;
    top: 0px;
    z-index: auto;
    width: 56.4vw;
    height: 15.333vw;
    background-image: url("../img/profile/heading_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  #root.page-home .ly-main .sec-profile .profile_bg .letter a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #root.page-home .ly-main .sec-profile .profile_head {
    width: 13.33333vw;
    padding-left: 4vw;
  }
  #root.page-home .ly-main .sec-profile .profile_body {
    padding-right: 5.33333vw;
  }
  #root.page-home .ly-main .sec-profile .profile_body .cell:nth-child(2) {
    margin-top: 6.66667vw;
  }
  #root.page-home .ly-main .sec-profile .profile_body .cell:nth-child(3) {
    margin-top: 3.2vw;
  }
  #root.page-home .ly-main .sec-profile .profile_body .cell .name {
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.5;
  }
  #root.page-home .ly-main .sec-profile .profile_body .cell .item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4vw 2.66667vw;
  }
  #root.page-home .ly-main .sec-profile .profile_body .cell .item > dt {
    width: 21.33333vw;
  }
  #root.page-home .ly-main .sec-profile .profile_body .cell .item > dt,
  #root.page-home .ly-main .sec-profile .profile_body .cell .item > dd {
    font-size: 3.46667vw;
    line-height: 1.6;
  }
}
/**************************************************************
*
* ■ tablet
*
**************************************************************/
html.tablet body {
  width: 950px;
}
