@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* Sass Document */
@layer components, variations;
@layer components {
  a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
  }
  p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  button {
    border: none;
    font: inherit;
    color: currentColor;
  }
  ol,
ul {
    list-style: none;
  }
}
html {
  line-height: 1;
}

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

strong {
  font-weight: 700;
}

caption,
td,
th {
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

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

a img {
  border: none;
}

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

html {
  font-size: 100%;
  line-height: 1.5em;
}

* {
  box-sizing: border-box;
  word-break: break-word; /* 長い単語を強制的に折り返す */
  overflow-wrap: break-word; /* 同様の目的。対応ブラウザが広い */
  line-break: auto; /* 節での自然な改行を優先（日本語では特に有効） */
  white-space: normal; /* 普通の折り返し挙動に */
}

html {
  font-size: 100%;
  width: 100%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  font-size: min(0.833333vw, 62.5%);
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 2.564vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1.6rem;
  scroll-behavior: smooth;
}
body.is-fixed {
  overscroll-behavior-y: none;
  overflow: hidden;
}

div[id],
section[id] {
  scroll-margin-top: 2rem;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.u-en {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
}

.u-jp {
  font-family: "Noto Sans JP", sans-serif;
}

#l-footer {
  background-color: #d3deeb;
  padding-block: 3.3rem;
  position: relative;
  margin-top: 12rem;
}
@media screen and (max-width: 767.98px) {
  #l-footer {
    padding-block: 4.8rem 3rem;
    margin-top: 10rem;
  }
}

.p-page-top {
  position: fixed;
  bottom: 4rem;
  left: calc(50% + 54rem);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity;
  z-index: 100;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-page-top {
    right: 1.5rem;
    width: 4rem;
    height: 4rem;
    bottom: 2rem;
    left: auto;
  }
}
@media (any-hover) {
  .p-page-top a {
    transition: 0.3s opacity;
  }
  .p-page-top a:hover {
    opacity: 0.7;
  }
}
.p-page-top.is-show {
  opacity: 1;
  pointer-events: auto;
}
.p-page-top.is-absolute {
  position: absolute;
  top: -7.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-page-top.is-absolute {
    top: -5.4rem;
  }
}

.l-footer__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  box-sizing: content-box;
}
.l-footer__inner .c-cathc {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.01em;
  font-size: 7.5rem;
  line-height: 1.0666666667;
}
@media screen and (max-width: 767.98px) {
  .l-footer__inner .c-cathc {
    font-size: 4rem;
    line-height: 1.25;
  }
}

.l-footer__bottom {
  line-height: 1.875;
  margin-top: 11.9rem;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767.98px) {
  .l-footer__bottom {
    display: block;
    margin-top: 12.7rem;
  }
}

@media screen and (max-width: 767.98px) {
  .l-footer__company-name {
    text-align: center;
  }
}

.l-footer__company-info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
}
@media screen and (max-width: 767.98px) {
  .l-footer__company-info {
    display: block;
    text-align: center;
    width: auto;
  }
}
.l-footer__company-info a {
  color: currentColor;
  text-decoration: none;
}
.l-footer__company-info .c-zip {
  grid-column: 1;
  grid-row: 1;
}
.l-footer__company-info .c-add {
  grid-column: 1;
  grid-row: 2;
}
.l-footer__company-info .c-tel {
  grid-column: 1;
  grid-row: 3;
}
.l-footer__company-info .c-google-map {
  grid-column: 2;
  grid-row: 2;
  font-size: 1.4rem;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 0.2rem 2rem;
  margin-left: 2rem;
  color: currentColor;
  text-decoration: none;
  margin-top: -0.2rem;
  position: relative;
  overflow: hidden;
  transition: color 0.5s ease;
}
.l-footer__company-info .c-google-map span {
  position: relative;
  z-index: 2;
}
.l-footer__company-info .c-google-map::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 106%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease;
}
@media (any-hover: hover) {
  .l-footer__company-info .c-google-map:hover {
    color: #fff;
  }
  .l-footer__company-info .c-google-map:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__company-info .c-google-map {
    display: inline-block;
    margin-top: 1.5rem;
    padding-block: 0.3rem;
    margin-left: 0;
  }
}

.c-privacy {
  text-decoration: none;
  color: currentColor;
  font-size: 1.6rem;
}
@media (any-hover) {
  .c-privacy {
    transition: 0.3s opacity;
  }
  .c-privacy:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .c-privacy {
    display: block;
    text-align: center;
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}

.c-copyright {
  display: block;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .c-copyright {
    margin-top: 1.7rem;
  }
}

#l-header {
  position: fixed;
  z-index: 1000;
  transition: 0.3s;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 10.3rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  #l-header {
    height: 8.8rem;
  }
}
#l-header.is-fixed {
  position: fixed;
  background-color: #fff !important;
}
#l-header.is-hide {
  transform: translateY(-100%);
}
#l-header.is-front {
  background-color: transparent;
}

.l-header__inner {
  max-width: 1200px;
  padding-inline: 1.5rem;
  margin-inline: auto;
  display: flex;
  position: relative;
  z-index: 100;
  height: 100%;
  align-items: center;
}

.l-header__logo {
  width: 20rem;
}
@media screen and (max-width: 767.98px) {
  .l-header__logo {
    width: 13rem;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}

.l-header__hamburger-wrapepr {
  width: 6rem;
  height: 3.3rem;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .l-header__hamburger-wrapepr {
    width: 3.6rem;
    height: 2.2rem;
  }
}

.l-header__hamburger {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
@media (any-hover) {
  .l-header__hamburger {
    transition: 0.3s opacity;
  }
  .l-header__hamburger:hover {
    opacity: 0.7;
  }
}
.l-header__hamburger.is-cross .c-line:first-of-type, .l-header__hamburger.is-cross .c-line:last-of-type {
  top: calc(50% - 0.15rem);
}
@media screen and (max-width: 767.98px) {
  .l-header__hamburger.is-cross .c-line:first-of-type, .l-header__hamburger.is-cross .c-line:last-of-type {
    top: calc(50% - 1px);
  }
}
.l-header__hamburger.is-cross .c-line:first-of-type {
  transform: rotate(30deg);
}
.l-header__hamburger.is-cross .c-line:last-of-type {
  transform: rotate(-30deg);
}
.l-header__hamburger.is-cross .c-line:nth-of-type(2) {
  opacity: 0;
}
.l-header__hamburger .c-line {
  transition: 0.3s top, 0.3s transform;
  background-color: #000;
  height: 0.3rem;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .l-header__hamburger .c-line {
    height: 2px;
  }
}
.l-header__hamburger .c-line:first-of-type {
  top: 0;
}
.l-header__hamburger .c-line:nth-of-type(2) {
  top: calc(50% - 0.15rem);
}
@media screen and (max-width: 767.98px) {
  .l-header__hamburger .c-line:nth-of-type(2) {
    top: calc(50% - 1px);
  }
}
.l-header__hamburger .c-line:last-of-type {
  top: calc(100% - 0.3rem);
}
@media screen and (max-width: 767.98px) {
  .l-header__hamburger .c-line:last-of-type {
    top: calc(100% - 1px);
  }
}

.l-header__nav-wrapper {
  background-color: #d3deeb;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  padding-bottom: 24rem;
  transform: translateY(-100%);
  transition: 0.3s transform;
}
.l-header__nav-wrapper.is-show {
  transform: translateY(0);
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-wrapper {
    padding-bottom: 6rem;
    height: 100dvh;
    overflow: auto;
    min-height: 568px;
  }
}

.l-header__nav {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  padding-top: 17rem;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav {
    font-size: 1.6rem;
    padding-top: 16rem;
  }
}

.l-header__nav-list {
  padding-left: 4rem;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-list {
    padding-left: 1rem;
  }
}

.l-header__nav-link {
  color: currentColor;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 2rem 0 2rem 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-link {
    padding: 1.6rem 0 1.6rem 1.8rem;
  }
}
@media (any-hover: hover) {
  .l-header__nav-link:hover::before {
    left: 0.5rem;
  }
}
.l-header__nav-link::before {
  transition: 0.3s left;
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #000;
  height: 1rem;
  width: 0.8rem;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
}

.l-header__nav-inquiry {
  display: block;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  width: 100%;
  padding: 1.5rem 1rem;
  text-decoration: none;
  min-width: 24.5rem;
  text-align: center;
  margin-top: 5rem;
  position: relative;
  overflow: hidden;
  transition: 0.5s color;
}
.l-header__nav-inquiry span {
  position: relative;
  z-index: 2;
}
.l-header__nav-inquiry::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease;
}
@media (any-hover: hover) {
  .l-header__nav-inquiry:hover {
    color: #000;
  }
  .l-header__nav-inquiry:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-inquiry {
    min-width: 20rem;
    margin-top: 3rem;
    padding-block: 1.3rem;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .u-sp {
    display: block;
  }
}

.u-pc {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .u-pc {
    display: none;
  }
}

.l-content__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  box-sizing: content-box;
}

#top {
  position: relative;
}

#l-main {
  padding-top: 10.3rem;
}
@media screen and (max-width: 767.98px) {
  #l-main {
    padding-top: 8.8rem;
  }
}

.l-content {
  padding-top: 5rem;
}

.c-section__ttl {
  line-height: 1.2 !important;
}
.c-section__ttl .u-en {
  display: block;
  font-size: 6rem;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl .u-en {
    font-size: 4rem;
  }
}
.c-section__ttl .u-jp {
  display: block;
  font-size: 2rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl .u-jp {
    font-size: 1.6rem;
  }
}

.c-content__ttl {
  line-height: 1.2;
}
.c-content__ttl .u-en {
  display: block;
  font-size: 6rem;
}
@media screen and (max-width: 767.98px) {
  .c-content__ttl .u-en {
    font-size: 3.4rem;
    line-height: 0.9;
  }
}
.c-content__ttl .u-jp {
  display: block;
  font-size: 2rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  .c-content__ttl .u-jp {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }
}

.c-heading__txt {
  font-size: 1.6rem;
  font-weight: 700;
}

.c-content__ttl + .c-heading__txt {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767.98px) {
  .c-content__ttl + .c-heading__txt {
    margin-top: 4rem;
  }
}

.p-mv {
  position: relative;
  width: 100%;
}

.p-mv__img-wrapper {
  width: 100%;
}
.p-mv__img-wrapper img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-mv__img-wrapper {
    aspect-ratio: 390/224;
  }
  .p-mv__img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-mv__txt {
  position: absolute;
  height: 100%;
  max-width: 1200px;
  margin-inline: auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding-inline: 1.5rem;
  box-sizing: content-box;
}
.p-mv__txt p {
  margin-top: auto;
  margin-left: auto;
  font-size: 3rem;
  font-weight: 700;
  background-color: #fff;
  padding: 0.1rem 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv__txt p {
    font-size: 1.8rem;
  }
}

.c-btn {
  text-decoration: none;
  width: 100%;
  border: 1px solid #000;
  border-radius: 1rem;
  font-size: 1.6rem;
  display: grid;
  place-content: center;
  text-decoration: none;
  color: currentColor;
  min-height: 5.5rem;
  padding-inline: 2rem;
  position: relative;
  overflow: hidden;
}
@media (any-hover: hover) {
  .c-btn:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.c-btn span {
  position: relative;
}
.c-btn::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #afcaed;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease;
}
.c-btn.u-color--black {
  background-color: #000;
  color: #fff;
  transition: 0.3s color;
}
@media (any-hover: hover) {
  .c-btn.u-color--black:hover {
    color: #000;
  }
}
.c-btn.u-color--red {
  background-color: #ac2323;
  border-color: #ac2323;
  color: #fff;
}
@media (any-hover) {
  .c-btn.u-color--red {
    transition: 0.3s opacity;
  }
  .c-btn.u-color--red:hover {
    opacity: 0.7;
  }
}
.c-btn.u-color--red::before {
  display: none;
}
.c-btn.u-color--green {
  background-color: #20ac56;
  border-color: #20ac56;
  color: #fff;
}
@media (any-hover) {
  .c-btn.u-color--green {
    transition: 0.3s opacity;
  }
  .c-btn.u-color--green:hover {
    opacity: 0.7;
  }
}
.c-btn.u-color--green::before {
  display: none;
}
.c-btn.u-radius--5 {
  border-radius: 0.5rem;
}
.c-btn.u-has-arrow {
  padding-left: 4rem;
}
@media (any-hover: hover) {
  .c-btn.u-has-arrow:hover span::before {
    border-color: #000;
  }
}
.c-btn.u-has-arrow span {
  position: relative;
}
.c-btn.u-has-arrow span::before {
  transition: 0.3s border-color;
  content: "";
  position: absolute;
  right: calc(100% + 2rem);
  top: 50%;
  left: auto;
  width: 1rem;
  height: 1rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
.c-btn.u-has-dl {
  padding-inline: 5rem 2.7rem;
}
@media screen and (max-width: 767.98px) {
  .c-btn.u-has-dl {
    padding: 1.5rem 1.2rem 4.7rem;
    line-height: 1.5;
  }
}
.c-btn.u-has-dl span {
  position: relative;
  line-break: strict;
}
.c-btn.u-has-dl span::before {
  transform: translateY(-50%);
  content: "";
  position: absolute;
  right: calc(100% + 1rem);
  top: 50%;
  left: auto;
  width: 2.1rem;
  height: 2.1rem;
  background: url(../img/common/inc_download.svg) no-repeat center center/100% 100%;
}
@media screen and (max-width: 767.98px) {
  .c-btn.u-has-dl span::before {
    left: 50%;
    top: calc(100% + 1rem);
    transform: translate(-50%, 0);
  }
}
/*# sourceMappingURL=common.css.map */