html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  color: #21222c;
  vertical-align: baseline;
}

body {
  font-family: "Noto Serif JP", "'serif'serif";
  font-size: 16px;
  line-height: 1.8;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  font-weight: 500;
  color: #21222c;
}

main {
  /* width: 100vw; */
  width: 100%;
  overflow: hidden;
}

/* 共通インナー幅 */
.l-inner {
  padding-inline: 100px;
  max-width: 1080px;
  margin-inline: auto;
}
@media screen and (max-width: 1050px) {
  .l-inner {
    padding-inline: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-inline: 24px;
  }
}
/* 共通部分 */

section {
  /* padding: 120px 0; */
  position: relative;
  padding-block-start: 16px;
  z-index: 0;
}

.section-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}
.section-bg img {
  width: 100%;
}
.heading06 {
  position: relative;
  padding-top: 126px;
  font-size: 22px;
  text-align: left;
  color: #fff;
  margin-block-end: 80px;
}

/* .heading06 span {
  position: relative;
  z-index: 2;
} */

.heading06::before {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 98px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1160px) {
  .heading06 {
    font-size: 18px;
    padding-top: 132px;
    margin-block-end: 120px;
  }
  .heading06::before {
    font-size: 70px;
  }
}
@media screen and (max-width: 900px) {
  .heading06 {
    font-size: 18px;
    padding-top: 100px;
    margin-block-end: 120px;
  }
  .heading06::before {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding-block-start: 32px;
  }
  .heading06 {
    font-size: 18px;
    padding-top: 132px;
    margin-block-end: 120px;
  }
  .heading06 span {
    /* font-size: 18px; */
  }

  .heading06::before {
    font-size: 48px;
  }
}

/* ボタン */
.link-button {
  padding: 16px 24px;
  background-color: #21222c;
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  column-gap: 8px;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.link-button:hover {
  opacity: 0.7;
}
.link-button svg {
  width: 41px;
  height: 29.725px;
  /* width: calc(41 / 263 * 100%); */
}

.back-link-button a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .link-button svg {
    width: calc(41 / 263 * 100%);
    height: auto;
  }
}

/* 表示・非表示 */
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* SPのみTOPスクロールボタン */
.c-to-top {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.c-to-top.js-show {
  opacity: 1;
  display: block;
  position: fixed;
  bottom: 27px;
  right: 23px;
  z-index: 1000;
}
.page-top-btn svg {
  width: 80px;
  height: 80px;
}

/* .page-top-btn.is-show {
  opacity: 1;
  pointer-events: auto;
} */

/* サービス */

/* スライダー */

/*  */
