@charset "UTF-8";
/* 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-size: 100%;
    vertical-align: baseline;
  }
  p {
    font-size: 1.6rem;
    line-height: 2.4375;
    font-weight: 400;
    letter-spacing: 0.03em;
  }
  @media screen and (max-width: 767.98px) {
    p {
      font-size: 2.6rem;
      line-height: 1.8846153846;
    }
  }
  button {
    border: none;
    font: inherit;
    color: currentColor;
  }
  ol,
ul {
    list-style: none;
  }
}
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;
}

* {
  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.4;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  font-size: min(0.732vw, 62.5%);
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 1.333333vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  font-size: 1.6rem;
  scroll-behavior: smooth;
  font-weight: 400;
}
body.is-fixed {
  overscroll-behavior-y: none;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 2.6rem;
  }
}

div[id],
section[id],
h2[id],
h3[id] {
  scroll-margin-top: 14rem;
}

@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: "din-2014", sans-serif;
  line-height: 1.2;
  font-weight: 400;
}

.u-min {
  font-family: YuMincho, "Noto Serif JP", serif;
  font-weight: 500;
}

.u-jp {
  font-weight: 400;
  letter-spacing: 0.03em;
}

#l-footer {
  position: relative;
}

.l-footer__inquiry-wrapper {
  background-color: #f8f8f8;
  margin-top: -1px;
}

.l-footer-inquiry-bg--gray + #l-footer .l-footer__inquiry-wrapper {
  background-color: #ededed;
}

.l-footer__inquiry {
  max-width: 120rem;
  margin-inline: auto;
  background-color: #c5161d;
  display: flex;
  width: 100%;
  color: #fff;
  padding: 3.6rem;
  z-index: 2;
  margin-bottom: -12.2rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .l-footer__inquiry {
    display: block;
    max-width: 90.6666666667%;
    padding: 0;
    top: 0;
    margin-bottom: -43.2rem;
  }
}
.l-footer__inquiry .c-btn {
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .l-footer__inquiry .c-btn {
    padding-block: 2.8rem;
  }
}

.l-footer__inquiry-block {
  width: 50%;
  padding-block: 3.2rem 3rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__inquiry-block {
    width: auto;
    padding: 5.6rem 1rem 6rem;
  }
}
.l-footer__inquiry-block:nth-of-type(2) {
  border-left: 1px solid #d18989;
}
@media screen and (max-width: 767.98px) {
  .l-footer__inquiry-block:nth-of-type(2) {
    border-left: none;
    position: relative;
  }
  .l-footer__inquiry-block:nth-of-type(2)::before {
    position: absolute;
    content: "";
    display: block;
    width: 53rem;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background-color: #d18989;
    margin-inline: auto;
  }
}
.l-footer__inquiry-block p {
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .l-footer__inquiry-block p {
    font-size: 2.6rem;
  }
}
.l-footer__inquiry-block .p-btn-wrapper {
  max-width: 25.6rem;
  margin: 3.7rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .l-footer__inquiry-block .p-btn-wrapper {
    margin-top: 3.4rem;
    max-width: 40.7rem;
  }
}
.l-footer__inquiry-block .p-btn-wrapper .c-btn {
  padding-block: 1.9rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__inquiry-block .p-btn-wrapper .c-btn {
    padding-block: 2.6rem 3rem;
  }
}

.l-footer__inquiry-ttl {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 3.1rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__inquiry-ttl {
    margin-bottom: 1rem;
    font-size: 3.2rem;
  }
}

.l-footer__logo {
  width: 25.8rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__logo {
    width: 35.7rem;
  }
}

.l-footer__bottom {
  background-color: #ededed;
  padding-block: 19.4rem 9.5rem;
  color: #505050;
}
@media screen and (max-width: 767.98px) {
  .l-footer__bottom {
    padding: 46.9rem 3.4rem 6.4rem;
  }
}

.l-footer__inner {
  max-width: 122rem;
  margin-inline: auto;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .l-footer__inner {
    padding-top: 5.1rem;
    display: block;
  }
}
.l-footer__inner .c-add {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9285714286;
  margin-top: 2.9rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__inner .c-add {
    font-size: 2.4rem;
  }
}
.l-footer__inner .c-add a {
  color: currentColor;
  text-decoration: none;
}

.l-footer__nav {
  display: grid;
  gap: 3.2rem 7.5rem;
  grid-template-columns: repeat(3, auto);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav {
    display: none;
  }
}

.l-footer__nav-block {
  min-width: 12rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer__nav-block dd {
  margin-top: 1.7rem;
}

.l-footer__nav-ttl {
  font-size: 1.8rem;
  font-weight: 400;
  color: #c5161d;
  font-family: "din-2014", sans-serif;
  letter-spacing: 0;
}
.l-footer__nav-ttl a {
  color: currentColor;
  text-decoration: none;
}
@media (any-hover) {
  .l-footer__nav-ttl a {
    transition: 0.3s opacity;
  }
  .l-footer__nav-ttl a:hover {
    opacity: 0.7;
  }
}

.l-footer__nav-list {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.l-footer__nav-list li + li {
  margin-top: 0.7rem;
}
.l-footer__nav-list a {
  color: currentColor;
  text-decoration: none;
  transition: 0.3s color;
}
@media (any-hover: hover) {
  .l-footer__nav-list a:hover {
    color: #969292;
  }
}

.l-footer__right {
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .l-footer__right {
    margin-left: 0;
  }
}

.l-footer__copyright-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0 3.4rem;
  margin-top: 3.7rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__copyright-wrapper {
    gap: 0 4.3rem;
  }
}

.c-privacypolicy-logo {
  width: 4.7rem;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .c-privacypolicy-logo {
    width: 11.7rem;
  }
}

.c-copyright {
  font-family: "din-2014", sans-serif;
  letter-spacing: 0;
  font-size: 1.2rem;
  font-weight: 400;
  color: #505050;
}
@media screen and (max-width: 767.98px) {
  .c-copyright {
    font-size: 2.2rem;
  }
}

.l-agency {
  padding-block: 2.9rem 2.8rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .l-agency {
    padding-block: 5.3rem 6rem;
  }
}

.l-agency__ttl {
  font-size: 1.8rem;
  font-weight: 400;
  margin-right: 7.1rem;
}
@media screen and (max-width: 767.98px) {
  .l-agency__ttl {
    font-size: 2.6rem;
    margin: 0 0 3.8rem;
    text-align: center;
  }
}

.l-agency__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .l-agency__inner {
    display: block;
  }
}

.l-agency__list {
  display: flex;
  align-items: center;
  gap: 0 3.5rem;
}
@media screen and (max-width: 767.98px) {
  .l-agency__list {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 9.7rem;
    gap: 4.4rem 4.6rem;
  }
}
.l-agency__list li {
  max-width: 18.3rem;
  height: 8.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-agency__list li img {
  display: block;
  height: auto;
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  .l-agency__list li img {
    width: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .l-agency__list li {
    height: 9.2rem;
    max-width: 22.8rem;
  }
}

#l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  height: 10rem;
  background-color: #fff;
  transition: 0.3s background-color;
  padding-block: 2.3rem;
}
#l-header.is-transparent {
  /* background-color: transparent !important; */
}
@media screen and (max-width: 767.98px) {
  #l-header {
    height: 8rem;
    padding-block: 0;
  }
}

.l-header__inner {
  max-width: 131.7rem;
  margin-inline: auto;
  padding-inline: 2.8rem;
  box-sizing: content-box;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .l-header__inner {
    padding-inline: 0;
    height: 100%;
  }
}

.l-header__logo {
  width: 25.6rem;
}
@media screen and (max-width: 767.98px) {
  .l-header__logo {
    width: 24.7rem;
    margin-left: 2.8rem;
    padding-block: 1.9rem;
  }
}
.l-header__logo a {
  color: currentColor;
  text-decoration: none;
}

.l-header__nav-wrapper {
  flex-grow: 1;
  display: flex;
}

.l-header__nav {
  display: flex;
  align-items: center;
  color: #222;
  flex-grow: 1;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav {
    position: absolute;
    top: 8rem;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    background-color: #c5161d;
    color: #fff;
    height: calc(100dvh - 8rem);
    overflow: auto;
    overscroll-behavior-y: contain;
    padding: 6rem 3.4rem 15rem;
    transform: translateX(100%);
    transition: 0.3s transform;
  }
  .l-header__nav.is-open {
    transform: translateX(0);
  }
}

.l-header__nav-list {
  display: flex;
  margin-left: 15rem;
  flex-grow: 1;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-list {
    margin-left: 0;
    display: block;
  }
}
.l-header__nav-list a {
  color: currentColor;
  text-decoration: none;
}

.l-header__btn-wrapper {
  margin-left: auto;
  width: 18.7rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .l-header__btn-wrapper {
    padding-block: 1.9rem;
  }
}
.l-header__btn-wrapper .c-btn {
  background-color: #c5161d;
  color: #fff;
  padding: 0.8rem 1.6rem 0.9rem;
  font-family: "din-2014", sans-serif;
  letter-spacing: 0;
  margin-top: 0.7rem;
}
.l-header__btn-wrapper .c-btn::after {
  background-color: #fff;
  width: 0.7rem;
  height: 0.7rem;
}
@media screen and (max-width: 767.98px) {
  .l-header__btn-wrapper .c-btn::after {
    right: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header__btn-wrapper .c-btn {
    font-size: 1.6rem;
    padding: 0.8rem 1rem;
    margin-top: 0;
    font-weight: 600;
  }
}

.l-header__nav-item.-contact {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-item.-contact {
    display: block;
  }
}
.l-header__nav-item.-about {
  order: 1;
}
.l-header__nav-item.-service {
  order: 2;
}
.l-header__nav-item.-company {
  order: 3;
}
.l-header__nav-item.-news {
  order: 4;
}
.l-header__nav-item.-recruit {
  order: 6;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-item {
    border-bottom: 0.5px solid #d6d5d5;
    padding: 2rem 0 4rem;
  }
}

.l-header__subnav-list {
  display: none;
  font-size: 3.6rem;
  line-height: 1.4;
  font-family: YuMincho, "Noto Serif JP", serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .l-header__subnav-list {
    display: block;
  }
}
.l-header__subnav-list a {
  font-weight: 400;
  display: block;
  padding: 0.6rem 0;
}

.l-header__nav-link {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1em;
  transition: 0.3s color;
  display: block;
  font-family: "din-2014", sans-serif;
  letter-spacing: 0;
}
@media (any-hover: hover) {
  .l-header__nav-link:hover {
    color: #c5161d;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-link {
    font-size: 2.6rem;
    padding: 2rem 0 0;
  }
}

.l-hamburger-wrapper {
  height: 100%;
  width: 8rem;
  margin-left: 2.7rem;
  display: none;
}
@media screen and (max-width: 767.98px) {
  .l-hamburger-wrapper {
    display: block;
  }
}

.l-hamburger {
  width: 100%;
  height: 100%;
  background-color: #393939;
  position: relative;
}
.l-hamburger.is-cross .c-line {
  background-color: #fff;
  width: 4rem;
}
.l-hamburger.is-cross .c-line:nth-of-type(1) {
  transform: rotate(35deg);
  top: calc(50% - 0.5px);
}
.l-hamburger.is-cross .c-line:nth-of-type(2) {
  opacity: 0;
}
.l-hamburger.is-cross .c-line:nth-of-type(3) {
  transform: rotate(-35deg);
  top: calc(50% - 0.5px);
}
.l-hamburger .c-line {
  transition: 0.3s transform, 0.3s opacity, 0.3s top, 0.3s width;
  background-color: #fff;
  height: 1px;
  width: 3rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.l-hamburger .c-line:nth-of-type(2) {
  top: calc(50% - 0.5px);
}
.l-hamburger .c-line:nth-of-type(1) {
  top: calc(50% - 1rem - 1px);
}
.l-hamburger .c-line:nth-of-type(3) {
  top: calc(50% + 1rem);
}

.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-bgcolor {
  background-color: #f8f8f8;
}

.c-btn {
  width: 100%;
  border-radius: 100px;
  display: flex;
  align-items: center;
  border: 1px solid #c5161d;
  padding: 1.6rem 2.3rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #c5161d;
  text-decoration: none;
  position: relative;
  background-color: #fff;
  letter-spacing: 0.06em;
  transition: 0.3s background-color, 0.3s color, 0.3s border-color;
}
@media screen and (max-width: 767.98px) {
  .c-btn {
    font-size: 2.6rem;
    padding: 2.6rem 3.7rem 3rem;
  }
}
.c-btn.c-color--gray {
  border-color: #393939;
  color: #393939;
}
.c-btn.c-color--gray::after {
  background-color: #393939;
}
.c-btn.c-color--red {
  background-color: #c5161d;
  color: #fff;
}
.c-btn.c-color--red::after {
  background-color: #fff;
}
.c-btn::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #c5161d;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  border-radius: 100%;
  transition: 0.3s background-color;
}
@media screen and (max-width: 767.98px) {
  .c-btn::after {
    width: 1.6rem;
    height: 1.6rem;
    right: 2.9rem;
  }
}
@media (any-hover: hover) {
  .c-btn:hover {
    background-color: #393939;
    border-color: #393939;
    color: #fff;
  }
  .c-btn:hover::after {
    background-color: #fff;
  }
}

.l-kv {
  position: relative;
  padding: 0 3.2rem;
  background: url(../img/common/bg_kv.jpg) #fff no-repeat top center/223rem auto;
}
@media screen and (max-width: 767.98px) {
  .l-kv {
    background-image: url(../img/common/bg_kv_sp.jpg);
    background-size: cover;
    max-width: inherit;
    width: 100%;
    margin: 0;
  }
}

.l-kv__inner {
  min-height: 47.3rem;
  height: 100%;
  max-width: 120rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 13rem;
  padding-bottom: 7.1rem;
}
@media screen and (max-width: 767.98px) {
  .l-kv__inner {
    padding-bottom: 7.7rem;
  }
}

.l-content__ttl .u-en {
  display: block;
  font-size: 6.8rem;
  color: #c5161d;
  font-weight: 400;
}
.l-content__ttl .u-jp {
  margin-top: 1em;
  display: block;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .l-content__ttl .u-jp {
    font-size: 2.6rem;
    margin-top: 0;
  }
}

.c-section__ttl {
  font-weight: 400;
}
.c-section__ttl.u-center {
  text-align: center;
}
.c-section__ttl .u-en {
  font-size: 3.2rem;
  color: #c5161d;
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl .u-en {
    font-size: 4.8rem;
  }
}
.c-section__ttl .u-jp {
  font-size: 1.6rem;
  display: block;
  margin-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl .u-jp {
    font-size: 2.4rem;
  }
}

.u-txtcolor--main {
  color: #c5161d;
}
/*# sourceMappingURL=common.css.map */