@font-face {
  font-family: 'bodoni';
  src: url('/asset/font/bodoni-original.woff2') format('woff2'),
      url('/asset/font/bodoni-original.woff') format('woff');
  font-display: swap;
}
@layer base, components, utilities;
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body {
    font-family: "Zen Kaku Gothic New", zen-kaku-gothic-new, "poppins", sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
    position: relative;
    color: var(--color-primary);
  }
  h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
    margin: 0;
  }
}
@layer utilities {
  .-en {
    font-family: "poppins", sans-serif;
  }
  .-pc {
    display: none;
  }
  .-sp {
    display: inline;
  }
}
.symbol {
  display: none;
}
@layer components {
  .wrapper {
    overflow: hidden;
  }
}
.scroll-button {
  width: 80px;
  height: 80px;
  bottom: 48px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  position: absolute;
  cursor: pointer;
  color: currentColor;
  translate: -4px 0;
}
.scroll-button.-up {
  position: relative;
  bottom: 0;
  /*margin-top: 80px;*/
  margin-top: 40px;
  opacity: 1;
  translate: 0;
}
.img-scroll-button {
  animation: rotate-anime 10s linear infinite;
}
@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}
.scroll-center {
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  top: 50%;
  aspect-ratio: 1;
}
.scroll-center.-point {
  width: 16px;
  height: 16px;
  background: currentColor;
  border-radius: 50%;
  transition: opacity .3s;
}
.scroll-center.-icon {
  display: none;
}
.mv {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100dvh;
  width: 100%;
}
.mv-logo {
  translate: 0 11px;
  min-height: 100dvh;
  max-width: 1280px;
  width: 85.8vw;
  margin: auto;
  display: flex;
  align-items: center;
  top: 0;
}
.hello {
  font-family: 'bodoni';
  color: var(--color-primary);
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 400;
  position: absolute;
  font-size: 40px;
  left: 0;
  right: 0;
  top: 27.3%;
  translate: 4px 0;
}
.ticker {
  color: var(--color-base-2);
  font-size: var(--fontsize-ll-30);
  letter-spacing: 0.15em;
  font-weight: 600;
  z-index: 1;
  position: relative;
  white-space:nowrap;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}
.ticker-text {
  display: flex;
  align-items: center;
  animation: ticker 60s linear infinite;
  margin: 0;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.section {
  background-color: var(--color-base);
  position: relative;
}
.section.-dark {
  background-color: var(--color-primary);
  color: var(--color-base);
}
.content {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
h2 {
  text-align: center;
  font-size: var(--fontsize-l-40);
  letter-spacing: 0.15em;
  font-weight: 600;
  position: relative;
  font-family: "poppins", sans-serif;
}
.content > h2 {
  margin-bottom: 53px;
  translate: 3px 0;
  -webkit-font-smoothing: antialiased;
}
h3 {
  font-size: var(--fontsize-l-02);
  letter-spacing: 0.15em;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
.content h3 {
  margin-bottom: 29px;
}
.paragraph {
  font-size: var(--fontsize-paragraph);
  line-height: 2.25;
  letter-spacing: 0.15em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
.paragraph > p {
  margin-bottom: 36px;
}
.content > section {
  margin-bottom: 80px;
}
.content > section:last-child {
  margin-bottom: 0;
}
.main {
  margin-top: 100dvh;
  position: relative;
}
.lead {
  background: var(--color-primary);
  color: var(--color-base-2);
  min-height: 100dvh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: center;
}
.lead-text {
  translate: 3px -45px;
  line-height: 48px;
  text-align: center;
  font-size: var(--fontsize-l-02);
  letter-spacing: 0.3em;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
}
.lead-ticker {
  translate: 0 -39%;
}
.advantage {
  padding: 80px 24px 45px;
}
.works {
  padding: 80px 0 60px;
}
.works .content {
  width: 100%;
}
.works .content h2 {
  margin-bottom: 52px;
}
.works-small {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: var(--fontsize-s-03);
}
.service {
  padding: 80px 24px 80px;
  background: var(--color-base-2);
}
.service > .content{
  margin-bottom: 60px;
}
.about {
  padding: 80px 0 0;
  background: var(--color-base-2);
}
.about-content {
  line-height: 2.25;
  margin-bottom: 45px;
  font-size: var(--fontsize-m-15a);
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-inline: 24px;
}
.about-content p {
  margin-bottom: 2.24em;
}
.about-content p.strong {
  margin-top: 2.6em;
}
.about-content p.strong + .strong {
  margin-top: 3.2em;
}
.about-content p.strong + .strong + p {
  margin-top: -4px;
}
.about-content strong {
  line-height: 52px;
  font-size: var(--fontsize-m-24a);
  letter-spacing: 0.15em;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
.about .content {
  width: 100%;
}
.company {
  background: var(--color-base);
  top: 36px;
  position: relative;
  padding-bottom: 96px;
}
.content .company {
  margin-bottom: 0;
}
.company h3 {
  font-size: var(--fontsize-m-22);
  letter-spacing: 0.15em;
  font-weight: 700;
  margin-bottom: 32px;
}
.company-content {
  margin-inline: auto;
  padding: 59px 24px 20px;
}
.company-content > h3 {
  text-align: center;
}
.list-dl {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.list-dl > div {
  display: flex;
}
.dl-wide {
  flex-direction: column;
}
.list-dl dt {
  color: var(--color-primary);
  text-align: left;
  font-size: var(--fontsize-m-11a);
  letter-spacing: 0.15em;
  font-weight: 700;
  position: relative;
  width: 4.6em;
  text-align-last: justify;
  white-space: nowrap;
}
.list-dl dd  {
  margin-inline-start: 15px;
  font-size: var(--fontsize-m-11a);
  letter-spacing: 0.15em;
}
.list-dl .small {
  font-size: var(--fontsize-s-01);
  line-height: 1.7;
  text-align: right;
}
.dl-wide.-wider dt {
  width: 5.75em;
}
.dl-wide dd {
  line-height: 24px;
  font-size: var(--fontsize-m-11a);
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-inline-start: 0;
}
.company-jp {
  font-size: smaller;
}
.in-ruby {
  position: relative;
}
.in-ruby .ruby {
  font-size: larger;
}
.in-ruby .rt {
  position: absolute;
  top: -1.3em;
  right: 1.5em;
  letter-spacing: .5em;
  font-size: xx-small;
}
.list-square {
  margin-top: 8px;
  padding-inline-start: 8px;
  list-style-type: none;
}
.list-square li {
  text-indent: -19px;
  margin-left: 15px;
}
.list-square li::before {
  margin-right: 9px;
  vertical-align: .4em;
  content: "■";
  color: #d9d9d9;
  font-size: .55em;
}
.substance h3 {
  font-size: var(--fontsize-l-01);
}
.substance h3.-en {
  line-height: 42px;
  font-size: var(--fontsize-ll-01);
  letter-spacing: 0.15em;
  font-weight: 600;
  white-space: nowrap;
  translate: 0 4px;
  margin-bottom: 40px;
}
.substance > .part {
  float: left;
  border-bottom-width: 0;
}
.expand > div {
  clear: both;
}
.part {
  margin-bottom: 19px;
  border-bottom: 1px solid var(--color-primary);
  -webkit-font-smoothing: antialiased;
}
.expand-part {
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-primary);
  -webkit-font-smoothing: antialiased;
}
.expand-part:first-child {
  margin-top: 39px;
}
.part h4,
.expand-part h4 {
  margin-bottom: 13px;
  color: var(--color-primary);
  text-align: left;
  font-size: var(--fontsize-m-22);
  letter-spacing: 0.15em;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
}
.expand-part h4 {
  margin-bottom: 12px;
  font-size: var(--fontsize-m-22a);
}
.part > p,
.expand-part > p {
  line-height: 24px;
  color: var(--color-primary);
  text-align: left;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: var(--fontsize-m-13a);
  letter-spacing: 0.15em;
  font-weight: 500;
  position: relative;
}
.expand {
  display: contents;
}
.expand summary {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 120px;
  border: 1px dashed #232323;
  box-sizing: border-box;
  margin: 0 auto;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.expand summary::-webkit-details-marker {
  display: none;
}
.expand-button {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 80px;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
}
.expand-button > span {
  display: none;
}
.expand-button::before,
.expand-button::after {
  box-sizing: border-box;
  width: 30px;
  height: 7px;
  content: "";
  background: var(--color-primary);
  display: block;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  top: 50%;
}
.expand-button::after {
  transform: rotate(90deg);
  transition: width .3s;
}
.expand[open] summary .expand-button::after {
  width: 7px;
}
.expand-body {
  overflow: hidden;
  transition: height 0.3s ease;
}
.panel {
  width: 295px;
}
.panel-img {
  margin-bottom: 43px;
  width: 295px;
  height: 208px;
}
.panel .title {
  line-height: 1;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: var(--fontsize-m-11);
  letter-spacing: 0.15em;
}
.panel .text {
  line-height: 28px;
  font-weight: 500;
  font-size: var(--fontsize-m-11);
  letter-spacing: 0.15em;
}
.splide__slide .panel-cont {
  opacity: 0;
  transition: opacity .3s;
}
.splide__slide.is-active .panel-cont {
  opacity: 1;
}
.toc {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 162px;
  position: fixed;
  gap: 26px;
  left: 80px;
  bottom: 101px;
}
.toc .link-inpage {
  font-size: var(--fontsize-s-01);
  letter-spacing: 0.15em;
  text-decoration: none;
  color: var(--color-primary);
  position: relative;
}
.toc .link-inpage > span {
  border-bottom: 1px dashed transparent;
}
.toc .link-inpage.is-active > span {
  border-bottom-color: var(--color-primary);
}
.contact {
  /*padding: 80px 24px 80px;*/
  padding: 40px 24px 40px;
  z-index: 1;
}
.contact h2 {
  margin-bottom: 24px;
}
.contact .content {
  -webkit-font-smoothing: antialiased;
}
.contact-small {
  line-height: 36px;
  margin-bottom: 39px;
  font-size: var(--fontsize-m-13);
  letter-spacing: 0.15em;
  font-weight: 500;
}
.contact-approve {
  margin-top: 0;
  margin-bottom: 25px;
}
.contact-approve .list-square {
  padding-inline-start: 1px;
  font-weight: 500;
  font-size: var(--fontsize-s-03);
  line-height: 20px;
  letter-spacing: 0.15em;
}
.contact-approve .list-square li {
  text-indent: -13px;
  margin-left: 15px;
}
.contact-approve .list-square li::before {
  margin-right: 5px;
}
.content-thanks {
  display: none;
}
.contact.-thanks .content-body {
  display: none;
}
.contact.-thanks .content-thanks {
  min-height: 260px;
  display: block;
  box-sizing: border-box;
  text-align: center;
}
.content-thanks-title {
  font-size: var(--fontsize-l-13);
  line-height: 48px;
  font-family: 'bodoni';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
.content-thanks-message {
  font-size: var(--fontsize-m-13);
  line-height: 36px;
  font-family: 'Zen Kaku Gothic New';
  font-weight: 500;
  letter-spacing: 0.15em;
}
.form {
}
.form label {
  margin-bottom: 19px;
  font-size: var(--fontsize-m-11);
  letter-spacing: 0.15em;
  font-weight: 500;
  display: block;
}
.form label > span {
  margin-bottom: 8px;
  display: block;
}
.form input,
.form textarea {
  padding: 14px 20px 11px 20px;
  width: 100%;
  background: var(--color-base-2);
  position: relative;
  overflow: hidden;
  border-width: 0;
  box-sizing: border-box;
  font-size: inherit;
  border-radius: 0;
}
.form input::placeholder,
.form textarea::placeholder {
  font-size: var(--fontsize-m-11);
  letter-spacing: 0.15em;
  font-weight: 500;
  opacity: 0.4;
}
.form textarea {
  height: 360px;
  padding-top: 11px;
  line-height: 23px;
}
.privacy {
  text-align: center;
  padding: 5px 0 12px;
}
.privacy-link {
  font-weight: 500;
  font-size: var(--fontsize-m-11);
  line-height: 29px;
  letter-spacing: 0.15em;
  text-decoration-line: underline;
  color: var(--color-base-2);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color .3s;
}
.button-submit {
  padding: 8px 0 7px;
  width: 100%;
  border-color: var(--color-base-2);
  border-radius: 120px;
  border-style: dashed;
  border-width: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
  appearance: none;
  cursor: pointer;
  margin: 0 auto;
  overflow: hidden;
}
.button-submit .text {
  color: var(--color-base-2);
  font-size: var(--fontsize-m-15);
  letter-spacing: .2em;
  font-weight: 600;
  display: block;
  position: relative;
  transition: color .3s;
}
.button-submit .icon {
  margin-left: 16px;
  font-size: var(--fontsize-m-24);
  font-weight: 400;
  display: block;
  transition: background 0.3s;
}
.footer {
  padding: 20px 0 32px;
  font-family: 'Poppins';
  display: flex;
  justify-content: center;
  font-size: var(--fontsize-s-01);
  letter-spacing: 0.15em;
  font-weight: 400;
  z-index: 1;
  position: relative;
  background-color: var(--color-base-2);
}
.mv-logo,
.toc,
.hello,
.scroll-button {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.is-visible {
  opacity: 1;
}
.mv {
  background: var(--color-primary);
  transition: background 2s ease;
}
.mv.is-visible {
  background: var(--color-base);
}
.mv-logo svg {
  stroke: var(--color-base);
  width: 100%;
  stroke-width: 4px;
}
.mv.is-visible .mv-logo svg {
  stroke-width: 0;
}
.logo-batch {
  display: none;
}
.sub-content > h3 {
  font-family: 'Poppins';
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: var(--fontsize-l-03);
  line-height: 42px;
  text-align: center;
}
.sec-flow-label {
  letter-spacing: 0.15em;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: var(--fontsize-m-14);
  line-height: 30px;
  margin-bottom: 5px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}
.sec-flow-title {
  color: var(--color-primary);
  font-size: var(--fontsize-m-22b);
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.15em;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}
.sec-flow-title .-en {
  font-weight: 500;
  font-size: var(--fontsize-m-34b);
  -webkit-font-smoothing: auto;
}
.sec-flow-no {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 44px;
  line-height: 52px;
  text-align: center;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 14px;
  margin-left: 5px;
}
.flow-small {
  font-weight: 500;
  font-size: var(--fontsize-s-03);
  line-height: 16px;
  text-align: right;
  margin-top: 41px;
  letter-spacing: .15em;
}
.flow {
  padding: 27px 12px 24px 12px;
  background: var(--color-base);
  clear: both;
  max-width: 1176px;
  margin-inline: auto;
  box-sizing: border-box;
}
.sec-flow-content {
  margin-top: 41px;
}
.sec-flow-list {
  margin-top: 43px;
}
.sec-flow-list:first-child {
  margin-top: 0;
}
.sec-flow-list h4 {
  margin-bottom: 16px;
}
.sec-flow-list.-option {
  margin-top: 81px;
}
.sec-flow-list.-option h4 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: var(--fontsize-m-22);
  line-height: 30px;
  margin-bottom: 12px;
  min-height: 60px;
}
.sec-flow-list.-option .list-square {
  margin-top: 0;
  font-size: var(--fontsize-m-11a);
  line-height: 24px;
  letter-spacing: .15em;
}
.js-typewriter {
  min-height: 36px;
  opacity: 0;
  transition: opacity .3s;
}
.js-typewriter.is-started {
  opacity: 1;
}
.sec-flow-body {
  font-size: var(--fontsize-m-13b);
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
}
.menu {
  position: fixed;
  z-index: 2;
  right: -254px;
  top: 0;
  opacity: 0;
  transition: opacity .5s;
}
.menu.is-visible {
  opacity: 1;
}
.wrapper:not(.is-logo-hidden) .menu {
  opacity: 1;
}
.menu-body {
  height: 100dvh;
  min-height: 400px;
  background: var(--color-base-2);
  width: 251px;
  z-index: 2;
  transition: translate .5s, background .3s;
  translate: 254px 0;
}
.wrapper:is([data-menu="service"], [data-menu="about"]) .menu-body {
  background: var(--color-base);
}
.menu-label {
  position: fixed;
  display: block;
  width: 40px;
  height: 20px;
  top: 32px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
}
.menu-label::before,
.menu-label::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  background-color: var(--color-primary);
  transition: transform .2s, top .2s .2s, bottom .2s .2s, background-color .2s;
}
.menu-label::before {
  top: 4px;
}
.menu-label::after {
  bottom: 4px;
}
.menu-btn {
  display: none;
}
.menu-btn:checked + .menu-label::before,
.menu-btn:checked + .menu-label::after {
  transition: transform .2s .2s, top .2s, bottom .2s, background-color .2s;
  background-color: var(--color-primary) !important;
}
.menu-btn:checked + .menu-label::before {
  top: 9px;
  transform: rotate(20deg);
}
.menu-btn:checked + .menu-label::after {
  bottom: 9px;
  transform: rotate(-20deg);
}
.menu-btn:checked + .menu-label + .menu-body {
  translate: -254px 0;
}
.wrapper.is-lead-dark:not(.is-logo-hidden) .menu-label::before,
.wrapper.is-lead-dark:not(.is-logo-hidden) .menu-label::after,
.wrapper.is-dark .menu-label::before,
.wrapper.is-dark .menu-label::after {
  background-color: var(--color-base);
}
.menu-body {
  padding: 100px 48px 100px;
  box-sizing: border-box;
}
.menu-toc.toc {
  display: flex;
  opacity: 1;
  position: relative;
  left: 0;
  top: 60px;
  bottom: auto;
  gap: 40px;
}
.menu-toc.toc .link-inpage {
  font-size: 16px;
  line-height: 24px;
}
.menu-logo-batch {
  width: 155px;
}
.menu-logo-batch a {
  color: currentColor;
}
.dl-prof {
  margin-top: 20px;
}
.prof {
  font-size: var(--fontsize-s-03);
  margin-top: 10px;
  line-height: 1.8;
  margin-inline-start: -5.2em;
}
.security {
  text-align: center;
  /*position: absolute;*/
  right: 0;
  left: 0;
  margin: auto;
  bottom: 20px;
}
.security p + p {
  margin-top: 10px;
}
.security-link {
  font-weight: 500;
  font-size: var(--fontsize-s-01);
  line-height: 29px;
  letter-spacing: 0.15em;
  text-decoration-line: underline;
  color: var(--color-base-2);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color .3s;
  -webkit-font-smoothing: antialiased;
}
@media (768px <= width) {
  .mv-logo {
    translate: 0 -4.97dvh;
  }
  .logo-batch {
    display: block;
    width: 204px;
    height: 110px;
    position: fixed;
    top: 7.4vh;
    left: 80px;
    transition: color .3s;
  }
  .logo-batch a {
    color: currentColor;
  }
  .wrapper.is-logo-hidden .logo-batch {
    opacity: 0;
    pointer-events: none;
  }
  .wrapper.is-dark .logo-batch {
    color: var(--color-base);
  }
  .logo-batch svg {
    width: 100%;
  }
  .scroll-button {
    width: 132px;
    height: 132px;
    bottom: 66px;
    right: 80px;
    left: auto;
    translate: 0;
  }
  .scroll-button.-up:hover .scroll-center.-icon {
    animation: moveIconUp 1s linear infinite;
    opacity: 1;
  }
  .scroll-button.-up:hover .scroll-center.-point {
    animation: moveIconUp 1s linear;
    opacity: 0;
  }
  @keyframes moveIconUp {
    0% {
      transform: translateY(0);
    }
    60% {
      transform: translateY(-10px);
    }
    80% {
      transform: translateY(-5px);
    }
  }
  .scroll-button.-up {
    position: absolute;
    margin-top: 0;
    bottom: auto;
  }
  .scroll-center.-point {
    width: 16px;
    height: 16px;
  }
  .scroll-center.-icon {
    display: block;
    margin-top: 10px;
  }
  .scroll-center.-icon {
    margin-top: 10px;
    font-size: var(--fontsize-m-34);
    line-height: 1;
    opacity: 0;
    transition: opacity .3s;
  }
  .scroll-button:hover .scroll-center.-icon {
    animation: moveIconDown 1s linear infinite;
    opacity: 1;
  }
  .scroll-button:hover .scroll-center.-point {
    animation: moveIconDown 1s linear;
    opacity: 0;
  }
  @keyframes moveIconDown {
    0% {
      transform: translateY(0);
    }
    60% {
      transform: translateY(10px);
    }
    80% {
      transform: translateY(5px);
    }
  }
  .hello {
    font-size: 4.3vw;
    left: 50.34%;
    right: auto;
    translate: -50%;
    top: calc(50% - 4.97dvh);
  }
  .lead-text {
    translate: 9px -7px;
    line-height: 75px;
  }
  .lead-ticker {
    translate: 0 8px;
  }
  .content {
    max-width: 936px;
  }
  .advantage {
    padding: 161px 80px 149px;
  }
  .works {
    padding: 161px 0 179px;
  }
  .works .content {
    max-width: 100%;
  }
  .works .content h2 {
    margin-bottom: 45px;
  }
  .works-small {
    position: absolute;
    right: 80px;
    bottom: 40px;
    font-size: var(--fontsize-s-03);
  }
  h2 {
    margin-left: 13px;
  }
  .content > h2 {
    margin-bottom: 105px;
    translate: 0;
  }
  .paragraph {
    line-height: 1.85714;
  }
  .paragraph > p {
    margin-bottom: 52px;
  }
  .content > section {
    margin-bottom: 200px;
  }
  .content > section:last-child {
    margin-bottom: 0;
  }
  .service {
    padding: 160px 80px 199px;
  }
  .service > .content{
    margin-bottom: 190px;
  }
  .about .content {
    width: 100%;
    max-width: 100%;
  }
  .about-content {
    margin-bottom: 120px;
    line-height: 1.85714285714;
    max-width: 883px;
    margin-inline: auto;
  }
  .about-content p {
    margin-bottom: 1.87em;
  }
  .about-content p.strong {
    margin-top: 56px;
  }
  .about-content p.strong + .strong + p {
    margin-top: 0;
  }
  .about-content p.strong + .strong {
    margin-top: 2.45em;
    margin-bottom: 48px;
  }
  .about-content p.strong + .strong + p {
    margin-top: 0;
  }
  .about-content strong {
    line-height: 1.88888888889;
  }
  .about {
    padding: 161px 0 0;
  }
  .substance h3.-en {
    translate: 0 10px;
    line-height: 1.08;
    margin-bottom: 40px;
  }
  .substance > .part {
    max-width: calc(100% - 134px);
  }
  .expand-part {
    margin-top: 0;
    margin-bottom: 39px;
    padding-bottom: 38px;
  }
  .expand-part:first-child {
    margin-top: 0;
  }
  .part {
    margin-bottom: 39px;
  }
  .part > p,
  .expand-part > p {
    line-height: 2;
  }
  .part h4,
  .expand-part h4 {
    margin-bottom: 13px;
  }
  .expand-part h4 {
    margin-bottom: 13px;
  }
  .expand summary {
    width: 132px;
    height: 132px;
    border-radius: 120px;
    translate: 77px 10px;
  }
  .expand-button::before,
  .expand-button::after {
    width: 42px;
    height: 10px;
  }
  .panel {
    width: 480px;
  }
  .panel-img {
    margin-bottom: 59px;
    width: 480px;
    height: 338px;
  }
  .panel .title {
    line-height: 29px;
    margin-bottom: 13px;
  }
  .panel .text {
    line-height: 40px;
  }
  .company {
    top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 136px;
  }
  .company h3 {
    margin-bottom: 40px;
  }
  .company-content {
    margin-top: -36px;
    width: 883px;
    max-width: 883px;
    padding: 0 0 198px;
    margin-inline: auto;
  }
  .company-content > h3 {
    text-align: left;
  }
  .list-dl {
    gap: 32px;
  }
  .list-dl dd  {
    margin-inline-start: 29px;
  }
  .dl-wide dd {
    line-height: 36px;
    margin-inline-start: 0;
  }
  .in-ruby .rt {
    right: 2em;
    letter-spacing: 1em;
  }
  .list-square {
    margin-top: 13px;
    padding-inline-start: 8px;
  }
  .list-square li {
    text-indent: -19px;
    margin-left: 15px;
    line-height: 1.8;
  }
  .list-square li::before {
    margin-right: 5px;
  }
  .contact {
    /*padding: 160px 0 200px;*/
    padding: 60px 0 190px;
  }
  .contact h2 {
    margin-bottom: 46px;
  }
  .content h3 {
    margin-bottom: 40px;
  }
  .contact .content {
    max-width: 800px;
    padding: 0 40px;
    width: 85%;
    margin-inline: auto;
  }
  .contact-small {
    line-height: 48px;
    margin-bottom: 60px;
  }
  .contact-approve {
    margin-top: 0;
    margin-bottom: 29px;
  }
  .contact-approve .list-square {
    padding-inline-start: 1px;
    font-weight: 500;
    font-size: var(--fontsize-s-03);
    line-height: 24px;
    display: flex;
    justify-content: center;
  }
  .contact-approve .list-square li {
    text-indent: -13px;
    margin-left: 15px;
  }
  .contact-approve .list-square li::before {
    margin-right: 5px;
  }
  .contact.-thanks .content-thanks {
    min-height: 480px;
  }
  .content-thanks-title {
    font-size: var(--fontsize-l-13);
    line-height: 77px;
    margin-top: 104px;
  }
  .content-thanks-message {
    font-size: var(--fontsize-m-13);
    line-height: 48px;
    margin-top: 60px;
  }
  .form label {
    margin-bottom: 40px;
  }
  .form label > span {
    margin-bottom: 20px;
  }
  .form input,
  .form textarea {
    padding: 18px 20px 13px 20px;
    max-width: 800px;
  }
  .form textarea {
    height: 400px;
  }
  .privacy {
    padding: 13px 0 21px;
  }
  .button-submit {
    padding: 9px 0 8px;
    width: 420px;
  }
  .button-submit .icon {
    margin-left: 16px;
  }
  .button-submit:hover .icon {
    animation: toBottomFromTop 2s forwards infinite;
  }
  @keyframes toBottomFromTop {
    5% {
      transform: translateY(-100%);
    }
    10% {
      opacity: 0;
      transform: translateY(100%);
    }
    15% {
      opacity: 1;
    }
    20% {
      transform: translateY(0);
    }
  }
  .footer {
    padding: 32px 0px 32px 0px;
  }
  .toc {
    display: flex;
  }
  .toc .link-inpage::after {
    content: "👈";
    opacity: 0;
    transition: opacity .3s;
    font-size: 1.5em;
    margin-left: 10px;
    display: inline-block;
    animation: moveIconleft 1s linear infinite;
    position: absolute;
    top: -6px;
  }
  @keyframes moveIconleft {
    0% {
      transform: translateX(0);
    }
    60% {
      transform: translateX(-10px);
    }
    80% {
      transform: translateX(-5px);
    }
  }
  .toc .link-inpage:hover::after {
    opacity: 1;
  }
  .privacy-link:hover {
    color: var(--color-accent);
  }
  .sub-content > h3 {
    font-size: var(--fontsize-l-03);
    line-height: 96px;
    text-align: left;
  }
  .sec-flow-label {
    font-size: var(--fontsize-m-14);
    line-height: 36px;
    text-align: left;
    margin-bottom: -2px;
  }
  .sec-flow-no.-sp {
    display: none;
  }
  .flow-small {
    font-size: var(--fontsize-s-03);
    line-height: 36px;
    text-align: right;
    margin-top: 80px;
  }
  .flow {
    padding: 86px 118px 80px 121px;
    clear: both;
    max-width: 1176px;
    margin-inline: auto;
  }
  .sec-flow-content {
    margin-top: 56px;
  }
  .sec-flow-list {
    margin-top: 120px;
  }
  .sec-flow-list:first-child {
    margin-top: 0;
  }
  .sec-flow-list h4 {
    margin-bottom: 42px;
  }
  .sec-flow-list.-option {
  }
  .sec-flow-list.-option h4 {
    font-size: var(--fontsize-m-22);
    line-height: 48px;
    margin-bottom: 12px;
    min-height: 48px;
  }
  .sec-flow-list.-option .list-square {
    margin-top: 0;
    font-size: var(--fontsize-m-11a);
    line-height: 36px;
  }
  .js-typewriter {
    min-height: 36px;
  }
  .sec-flow-title {
    line-height: 76px;
    text-align: left;
  }
  .sec-flow-title .-en {
    margin-right: 14px;
    font-weight: 500;
    font-size: var(--fontsize-m-34b);
  }
  .sec-flow-body {
    font-size: var(--fontsize-m-13b);
    line-height: 2;
  }
  .menu {
    display: none;
  }
  .dl-prof {
    margin-top: 0;
  }
  .prof {
    font-size: var(--fontsize-s-01);
    margin-top: 10px;
    line-height: 1.8;
    margin-inline-start: 0;
  }
  @layer utilities {
    .-pc {
      display: inline;
    }
    .-sp {
      display: none;
    }
  }
  .security {
    /*bottom: 58px;*/
    position: absolute;
    bottom: 90px;
  }
  .security p + p {
    margin-top: 20px;
  }
  .security-link {
    font-size: var(--fontsize-s-03);
  }
  .security-link:hover {
    color: var(--color-accent);
  }
}
@media (1480px <= width) {
  .hello {
    font-size: var(--fontsize-l-13);
  }
}
@media (768px <= width < 1280px) {
  .logo-batch {
    width: 12vw;
    height: auto;
    left: 3vw;
  }
  .toc {
    display: none;
  }
  .menu {
    display: block;
  }
  .flow {
    padding-right: 60px;
    padding-left: 60px;
  }
  .about-content {
    padding: 0 40px;
    width: 85%;
  }
  .company-content {
    padding-right: 40px;
    padding-left: 40px;
    width: 85%;
  }
}
@media (orientation: landscape) {
  .hello {
    top: 51.5dvh;
  }
    .mv-logo {
    translate: 0 -1dvh;
  }
  .menu-body {
      overflow-y: auto;
      padding-bottom: 160px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .scroll-button {
    left: auto;
    right: 1vw;
  }
}