@charset "UTF-8";
/* Scss Document */
html {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  --vw: 100vw;
}
html.preload {
  font-size: 1px !important;
}
html.preload * {
  transition: none !important;
  visibility: hidden;
  max-width: 100%;
}
@media (max-width: 585.98px) {
  html {
    font-size: calc(var(--vw) / 384);
  }
}
@media (min-width: 586px) and (max-width: 767.98px) {
  html {
    font-size: 1.5px;
  }
}
@media (min-width: 768px) and (max-width: 1799.98px) {
  html {
    font-size: calc(var(--vw) / 1440);
  }
}
@media (min-width: 1800px) {
  html {
    font-size: 1.25px;
  }
}
@media print {
  html {
    font-size: 0.2mm;
  }
}

[id] {
  scroll-margin-top: 110px;
}
@media screen and (min-width: 768px), print {
  [id] {
    scroll-margin-top: 170px;
  }
}

* {
  box-sizing: border-box;
}

body {
  font-size: 14rem;
  font-weight: 400;
  color: #222;
  background: #f9f9fb;
  color: #222;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  min-width: 320rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 16rem;
  }
}

@media screen and (min-width: 768px), print {
  .inner {
    width: 1152rem;
    margin: 0 auto;
  }
  .spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  .inner {
    width: 100%;
    padding: 0 20rem;
    box-sizing: border-box;
  }
  .pcOnly {
    display: none !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: #222;
}

/*-----------------------------------------------------------------------------------*/
.bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100lvh;
  max-width: none;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100lvh;
  max-width: none;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  background-color: rgba(34, 34, 34, 0.4);
  transition: opacity 1s;
}
.scrolled .bg::after {
  opacity: 1;
}

.bgcolor {
  background: #f6f6f6;
  overflow: hidden;
  padding: 32rem 0;
}
@media screen and (max-width: 767.98px) {
  .bgcolor {
    padding: 0;
  }
}

/*-----------------------------------------------------------------------------------*/
section {
  margin: 96rem 0;
}
@media screen and (max-width: 767.98px) {
  section {
    margin: 64rem 0;
  }
}

/*-----------------------------------------------------------------------------------*/
h2 {
  font-size: 32rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 48rem;
  letter-spacing: -0.03em;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  h2 {
    font-size: 22rem;
    margin: 0 0 32rem;
  }
}
h2 small {
  font-size: 20rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #aaa;
  display: block;
  margin-bottom: 0.2em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  h2 small {
    font-size: 16rem;
  }
}

h1.pagetitle {
  font-weight: 700;
  line-height: 1.5;
  margin: 160rem 0 48rem;
  letter-spacing: -0.03em;
  text-align: left;
  font-size: 36rem;
  border-left: 2rem solid #fff;
  padding: 0 0 0 24rem;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  h1.pagetitle {
    font-size: 28rem;
  }
}
h1.pagetitle small {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #aaa;
  display: block;
  margin-bottom: 0.2em;
  letter-spacing: 0.05em;
  font-size: 24rem;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  h1.pagetitle small {
    font-size: 18rem;
  }
}

/*-----------------------------------------------------------------------------------*/
figure {
  margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 32rem 48rem;
}
@media screen and (max-width: 767.98px) {
  header {
    padding: 16rem 20rem;
    align-items: start;
  }
}
header .logo {
  display: grid;
  grid-template-columns: 192rem 1fr;
  gap: 24rem;
  align-items: stretch;
  font-size: 12rem;
  font-weight: 400;
  margin: 0;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  header .logo {
    grid-template-columns: 1fr;
    font-size: 10rem;
    gap: 8rem;
    width: 192rem;
  }
}
header .logo span {
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 0 0 24rem;
}
@media screen and (max-width: 767.98px) {
  header .logo span {
    padding: 0 0 0 8rem;
  }
}
header .form {
  background-color: #fff;
  color: #222;
  text-decoration: none;
  display: grid;
  grid-template-columns: 14rem 1fr;
  grid-gap: 10rem;
  font-size: 14rem;
  font-weight: 700;
  border-radius: 100rem;
  height: 40rem;
  padding: 0 30rem;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  header .form {
    width: 40rem;
    height: 40rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
header .form::before {
  content: "";
  background: url(../images/contact_icon.svg) no-repeat center center/contain;
  aspect-ratio: 1;
}
@media screen and (max-width: 767.98px) {
  header .form::before {
    width: 20rem;
  }
}

/*-----------------------------------------------------------------------------------*/
#lead {
  color: #fff;
  position: relative;
  height: calc(100dvh - 240rem);
  display: flex;
  align-items: end;
}
#lead h2 {
  font-size: 36rem;
  border-left: 2rem solid #fff;
  padding: 0 0 0 24rem;
}
@media screen and (max-width: 767.98px) {
  #lead h2 {
    font-size: 28rem;
    margin: 0 0 24rem;
  }
}
#lead h2 small {
  font-size: 24rem;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  #lead h2 small {
    font-size: 18rem;
  }
}
#lead ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 48rem;
  bottom: 24rem;
  height: 96rem;
  width: 328rem;
}
@media screen and (max-width: 767.98px) {
  #lead ul {
    position: static;
    width: auto;
    height: 64rem;
  }
}
#lead ul li {
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12rem;
  text-align: center;
}
/*-----------------------------------------------------------------------------------*/
#message {
  color: #fff;
  margin: 192rem 0 192rem;
}
@media screen and (max-width: 767.98px) {
  #message {
    margin: 80rem 0;
  }
}
#message .grid {
  display: grid;
  grid-template-columns: 1fr 580rem;
}
@media screen and (max-width: 767.98px) {
  #message .grid {
    display: block;
  }
}
#message p {
  line-height: 2;
  letter-spacing: -0.02em;
  margin: 32rem 0;
}

/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  #service h2 {
    margin-bottom: 40rem;
  }
}
@media screen and (min-width: 768px), print {
  #service .grid {
    margin-left: -144rem;
    display: grid;
    grid-template-columns: 720rem 1fr;
    gap: 72rem;
    align-items: center;
  }
}
#service .grid .text {
  order: 2;
}
#service .grid > figure {
  order: 1;
}
@media screen and (max-width: 767.98px) {
  #service .grid > figure {
    margin: 40rem 0 0 -20rem;
  }
}
#service .grid > figure img {
  border-radius: 0 16rem 16rem 0;
}
@media screen and (min-width: 1800px) {
  #service .grid > figure img {
    border-radius: 16rem;
  }
}
#service .grid h3 {
  margin: 0;
  text-decoration: underline;
  text-underline-offset: 4rem;
}
#service .grid h4 {
  margin: 32rem 0 0 -0.4em;
  font-size: 14rem;
}
#service .grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14rem;
}
#service .grid ul li {
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
#service .grid ul li::before {
  content: "・";
  width: 1em;
  display: inline-block;
  text-indent: 0;
}
#service .case {
  margin: 48rem 0 96rem 0;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  #service .case {
    margin: 32rem 0 64rem 0;
  }
}
#service .case sup {
  font-size: 70%;
  vertical-align: top;
}
#service .case ul {
  margin: 0;
  padding: 0 12rem 0 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(28, 96rem);
  gap: 12rem;
  animation: move-left 60s linear infinite;
}
#service .case ul li {
  height: 40rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Roboto", sans-serif;
  background: #fff;
  border-radius: 8rem;
  line-height: 1.2;
  font-size: 10rem;
}

@keyframes move-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-756rem);
  }
}
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  #menu .grid {
    display: grid;
    grid-template-columns: 1fr 504rem;
    gap: 72rem;
    align-items: center;
  }
}
#menu .grid > figure img {
  border-radius: 16rem;
}
#menu .grid .text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767.98px) {
  #menu .grid .text ul {
    margin: 0 0 32rem;
  }
}
#menu .grid .text ul li {
  border-bottom: 1px solid #ddd;
  display: grid;
  align-items: center;
  grid-template-columns: 60rem 1fr;
  padding: 48rem 0;
  gap: 0 24rem;
}
@media screen and (max-width: 767.98px) {
  #menu .grid .text ul li {
    padding: 24rem 0;
  }
}
#menu .grid .text ul figure {
  grid-row: 1/3;
}
#menu .grid .text ul figure img {
  width: 100%;
}
#menu .grid .text ul h3 {
  margin: 0 0 8rem;
  font-size: 24rem;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  #menu .grid .text ul h3 {
    font-size: 20rem;
  }
}
#menu .grid .text ul h3 small {
  font-size: 12rem;
  color: #888;
  display: block;
  margin-bottom: 8rem;
}
#menu .grid .text ul p {
  font-size: 14rem;
  margin: 0;
}

/*-----------------------------------------------------------------------------------*/
#flow ol {
  background-color: #fff;
  border-radius: 16rem;
  margin: 0;
  list-style: none;
  padding: 24rem;
  display: grid;
  gap: 64rem;
}
@media screen and (min-width: 768px), print {
  #flow ol {
    padding: 80rem 60rem;
    gap: 38rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
#flow ol li {
  margin: 0;
  padding: 0;
  position: relative;
}
#flow figure {
  text-align: center;
}
#flow figure img {
  width: 96rem;
  aspect-ratio: 1;
}
#flow .num {
  text-align: center;
  display: block;
  font-family: "Roboto", sans-serif;
  line-height: 1.25;
}
#flow h3 {
  text-align: center;
  font-size: 16rem;
  line-height: 1.5;
  margin: 8rem 0 16rem;
}
#flow p {
  font-size: 14rem;
  margin: 0;
}
#flow .arrow {
  position: absolute;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px), print {
  #flow .arrow {
    top: 50rem;
    width: 14rem;
    right: -26rem;
  }
}
@media screen and (max-width: 767.98px) {
  #flow .arrow {
    left: 50%;
    bottom: -48rem;
    width: 24rem;
    rotate: 90deg;
    translate: -50% 0;
  }
}
#flow .arrow img {
  width: 100%;
}

/*-----------------------------------------------------------------------------------*/
#contact {
  padding: 48rem 0;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #contact {
    padding: 0;
  }
}
#contact h2 {
  text-align: center;
  color: #fff;
  font-size: 28rem;
}
@media screen and (max-width: 767.98px) {
  #contact h2 {
    font-size: 24rem;
  }
}
#contact h2 small {
  color: #fff;
  font-size: 28rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: block;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  #contact h2 small {
    font-size: 20rem;
  }
}
#contact a {
  background-color: #fff;
  color: #222;
  text-decoration: none;
  display: flex;
  grid-gap: 10rem;
  font-weight: 700;
  border-radius: 100rem;
  height: 80rem;
  width: 560rem;
  padding: 0;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  #contact a {
    width: 90%;
    height: 60rem;
  }
}
#contact a::before {
  content: "";
  background: url(../images/contact_icon.svg) no-repeat center center/contain;
  aspect-ratio: 1;
  display: grid;
  width: 14rem;
}

/*-----------------------------------------------------------------------------------*/
footer {
  background: #f6f6f6;
  padding: 48rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12rem;
}
@media screen and (max-width: 767.98px) {
  footer {
    display: block;
    padding: 48rem 20rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px), print {
  footer nav {
    order: 2;
  }
}
@media screen and (max-width: 767.98px) {
  footer nav {
    margin-bottom: 32rem;
  }
}
footer nav a {
  color: #222;
  text-decoration: none;
}
footer nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4rem;
}
footer nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24rem;
  list-style: none;
}
@media screen and (max-width: 767.98px) {
  footer nav ul {
    justify-content: center;
  }
}
footer nav ul li {
  margin: 0;
  padding: 0;
}

/*-----------------------------------------------------------------------------------*/
#ceo-message .frame,
#company .frame {
  background: #fff;
  border-radius: 16rem;
  padding: 48rem 80rem;
  color: #222;
}
@media screen and (max-width: 767.98px) {
  #ceo-message .frame,
  #company .frame {
    padding: 20rem;
  }
}
#ceo-message h2,
#company h2 {
  font-size: 130%;
  font-weight: 500;
  margin: 0 0;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #aaa;
}
@media screen and (min-width: 768px), print {
  #ceo-message h2 + p,
  #company h2 + p {
    font-size: 15rem;
  }
}
#ceo-message .name,
#company .name {
  text-align: right;
}
#ceo-message dl,
#company dl {
  margin: 0;
  padding: 0;
}
#ceo-message dl > div,
#company dl > div {
  border-bottom: 1px solid #aaa;
  padding: 24rem 0;
  display: grid;
  gap: 8rem;
}
@media screen and (min-width: 768px), print {
  #ceo-message dl > div,
  #company dl > div {
    padding: 32rem 0;
    grid-template-columns: 200rem 1fr;
  }
}
#ceo-message dl > div:last-child,
#company dl > div:last-child {
  border: none;
}
#ceo-message dl dt,
#company dl dt {
  font-weight: bold;
}
#ceo-message dl dd,
#company dl dd {
  margin: 0;
  padding: 0;
}
#ceo-message dl dd a,
#company dl dd a {
  text-decoration: underline;
  text-underline-offset: 4rem;
}
#ceo-message dl dd a:hover,
#company dl dd a:hover {
  text-decoration: none;
}
#ceo-message dl dd ul,
#company dl dd ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 8rem;
  list-style: none;
}
#ceo-message dl dd ul li,
#company dl dd ul li {
  margin: 0;
  padding: 0;
}
#ceo-message iframe,
#company iframe {
  width: 100%;
  height: 500rem;
  margin-top: 24rem;
}
@media screen and (max-width: 767.98px) {
  #ceo-message iframe,
  #company iframe {
    height: 320rem;
  }
}

/*-----------------------------------------------------------------------------------*/
#privacy .frame {
  background: #fff;
  border-radius: 16rem;
  padding: 64rem 80rem;
}
@media screen and (max-width: 767.98px) {
  #privacy .frame {
    padding: 20rem;
  }
}
#privacy .frame > ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#privacy .frame > ol > li {
  margin: 0;
  padding: 0;
}
#privacy .frame > ol > li > h3 {
  margin-left: -0.4em;
}
#privacy .frame > ol ul,
#privacy .frame > ol ol {
  margin: 16rem 0;
  padding: 0 0 0 24rem;
}
#privacy .frame > ol ul {
  list-style: disc;
}
#privacy h2 {
  font-size: 24rem;
  margin: 48rem 0 32rem;
}
@media screen and (max-width: 767.98px) {
  #privacy h2 {
    font-size: 20rem;
  }
}
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*//*# sourceMappingURL=common.css.map */