@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Antique&display=swap");
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Antique&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Antique&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Antique&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
code,
del,
em,
img,
q,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

section {
  clear: both;
}

/* link --------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* list --------------- */
nav ul,
#header ul,
#sidebar ul,
aside ul {
  list-style: none;
}

.inline li {
  display: inline;
}

ol {
  margin-left: 1.8em;
}

/* float --------------- */
.ib {
  display: inline-block;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  overflow: hidden;
}

.overAuto {
  overflow: auto;
}

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* alignment --------------- */
.tCenter {
  text-align: center !important;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top;
}

.vMid {
  vertical-align: middle;
}

.vBtm {
  vertical-align: bottom;
}

/* break --------------- */
.nowrap {
  white-space: nowrap;
}

.brUrl {
  word-wrap: break-word;
}

.brSp {
  display: block;
}

@media screen and (min-width: 769px) {
  .brSp {
    display: none;
  }
}
/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

p.akari image img {
  width: 100%;
}

/* space --------------- */
.mgR0 {
  margin-right: 0 !important;
}

.mgR05 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

.mgT0 {
  margin-top: 0 !important;
}

.mgT05 {
  margin-top: 5px !important;
}

.mgT10 {
  margin-top: 10px !important;
}

.mgT15 {
  margin-top: 15px !important;
}

.mgT20 {
  margin-top: 20px !important;
}

.mgT25 {
  margin-top: 25px !important;
}

.mgT30 {
  margin-top: 30px !important;
}

.mgT35 {
  margin-top: 35px !important;
}

.mgT40 {
  margin-top: 40px !important;
}

.mgT50 {
  margin-top: 50px !important;
}

.mgL0 {
  margin-left: 0;
}

.mgL05 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.pdT0 {
  padding-top: 0;
}

.pdT05 {
  padding-top: 5px;
}

.pdT08 {
  padding-top: 8px;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdT30 {
  padding-top: 30px;
}

.pdT40 {
  padding-top: 40px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

.pdB0 {
  padding-bottom: 0px !important;
}

.pdB20 {
  padding-bottom: 20px;
}

.indent {
  margin-left: 1em;
}

.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

/* text --------------- */
.txt11 {
  font-size: 1.1rem;
}

.txt12 {
  font-size: 1.2rem;
}

.txt13 {
  font-size: 1.3rem;
}

.txt14 {
  font-size: 1.4rem;
}

.txt15 {
  font-size: 1.5rem;
}

.txt16 {
  font-size: 1.6rem;
}

.txt17 {
  font-size: 1.7rem;
}

.txt18 {
  font-size: 1.8rem;
}

.txt20 {
  font-size: 2rem !important;
}

.txt16-20 {
  font-size: 1.6rem;
}
@media screen and (min-width: 850px) {
  .txt16-20 {
    font-size: 2rem;
  }
}

.txt22 {
  font-size: 2.2rem;
}

.txt24 {
  font-size: 2.4rem;
}

.txt25 {
  font-size: 2.4rem;
}

.txt26 {
  font-size: 2.6rem;
}

.txt26-30 {
  font-size: 2.6rem;
}
@media screen and (min-width: 850px) {
  .txt26-30 {
    font-size: 3rem;
  }
}

.txt28 {
  font-size: 2.8rem;
}

.txt30 {
  font-size: 3rem;
}

.txt36 {
  font-size: 3.6rem;
}

.txtmin {
  font-family: serif;
}

.lh10 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.b {
  font-weight: bold;
}

.lh15 {
  line-height: 1.5;
}

.normal {
  font-weight: normal;
}

address {
  font-style: normal;
}

sub,
sup {
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.txtCL {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .txtCL {
    text-align: center;
  }
}
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden,
.mobileHiddenB {
  display: none;
}

.desktopHidden {
  display: block;
}

.desktopHiddeni {
  display: inline;
}

@media screen and (min-width: 769px) {
  .desktopHidden {
    display: none;
  }
  .desktopHiddeni {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
  .mobileHiddenB {
    display: block;
  }
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
html {
  font-size: 0.732vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 850px) {
  html {
    font-size: 2.272vw;
  }
}
html * {
  scroll-behavior: auto;
}

@media screen and (min-width: 1366px) {
  html {
    font-size: 62.5%;
  }
}
body {
  min-width: 320px;
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  body {
    background-color: #fff;
  }
}

.anchor {
  padding-top: 30px;
  margin-top: -30px;
}

/* default link color
----------------------------------------------------------- */
a {
  color: #2962ff;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.red {
  color: #f00;
}

.l-wrapper {
  position: relative;
}
@media screen and (min-width: 850px) {
  .l-wrapper {
    overflow: hidden;
  }
}

.pc-view {
  position: fixed;
  width: 60%;
  height: 100vh;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1750px) {
  .pc-view {
    width: calc(100% - 680px);
  }
}

@media screen and (min-width: 850px) {
  .pc-view-left {
    position: fixed;
    width: calc(50% - 220px);
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100;
  }
}

@media screen and (min-width: 850px) {
  .pc-view-left__inner {
    height: 100vh;
    position: relative;
  }
}

@media screen and (min-width: 850px) {
  .pc-view-left__inner::after {
    position: absolute;
    content: "";
    display: block;
    background-image: linear-gradient(90deg, #f0f0f0 20%, transparent 80%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
  }
}

@media screen and (min-width: 850px) {
  .pc-view-left__wrap {
    padding-top: 34rem;
    padding-left: min(3.2942898975vw, 45px);
  }
}
@media (max-height: 900px) {
  .pc-view-left__wrap {
    padding-top: 27vh;
  }
}
@media screen and (max-width: 850px) {
  .pc-view-left__wrap {
    margin-top: -20rem;
    padding-top: 0;
    padding-left: 4rem;
  }
}

.pc-view-left__scroll {
  position: relative;
}

/* 縦線のマスク */
.pc-view-left__scroll-line {
  width: 1px;
  height: 120px;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .pc-view-left__scroll-line {
    height: 12rem;
  }
}
.pc-view-left__scroll-line img {
  width: 100%;
  height: 100%;
  transform-origin: top;
  animation: scrollLine 2.5s ease-in-out infinite;
}

/* 縦線アニメーション */
@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  60% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 0;
  }
}
.pc-view-left__scroll-txt {
  width: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 850px) {
  .pc-view-left__scroll-txt {
    width: 1.4rem;
  }
}

.pc-view-left__nav-title {
  padding-top: 7rem;
  width: 55px;
}
@media screen and (max-width: 850px) {
  .pc-view-left__nav-title {
    gap: 1.7rem;
    padding-top: 13.5rem;
    width: 5.5rem;
  }
}

.pc-view-left__nav {
  display: grid;
  grid-template-columns: 185px;
  gap: 17px;
  padding-top: 1rem;
}
@media screen and (max-width: 850px) {
  .pc-view-left__nav {
    grid-template-columns: 18.5rem;
    gap: 1.7rem;
    padding-top: 1rem;
  }
}

.pc-view-left__nav li {
  position: relative;
  list-style-type: none !important;
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px;
  align-items: center;
  justify-content: start;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px 16px;
}
@media screen and (max-width: 850px) {
  .pc-view-left__nav li {
    gap: 0.8rem;
    background-size: 0.8rem 1.6rem;
  }
}

@media screen and (min-width: 850px) {
  .pc-view-left__nav li:has(.active) {
    background-image: url(../images/arrow-red.svg);
  }
}

.pc-view-left__nav li:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 10px;
  height: 10px;
  background: #dc0000;
  border-radius: 50%;
}
@media screen and (max-width: 850px) {
  .pc-view-left__nav li:before {
    width: 1rem;
    height: 1rem;
  }
}

.pc-view-left__nav li a {
  font-size: min(1.1713030747vw, 16px);
  font-weight: 700;
  color: #000;
  text-align: left;
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 850px) {
  .pc-view-left__nav li a {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 850px) {
  .pc-view-left__nav li a.active {
    font-weight: 700;
    color: #dc0000;
  }
}

.pc-view-left__btn {
  margin-top: 3rem;
}
@media screen and (max-width: 850px) {
  .pc-view-left__btn {
    width: 100%;
    position: fixed;
    bottom: 3rem;
    z-index: 120;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 850px) {
  .pc-view-left__btn.is-hide {
    opacity: 0;
    visibility: hidden;
  }
}

.pc-view-left__btn a {
  display: inline-block;
  width: min(21vw, 360px);
}
@media screen and (max-width: 850px) {
  .pc-view-left__btn a {
    width: 36rem;
  }
}

.pc-view-right {
  position: fixed;
  width: calc(50% - 220px);
  height: 100vh;
  right: 0;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 850px) {
  .pc-view-right {
    display: none;
  }
}

.pc-view-right__inner {
  height: 100vh;
  position: relative;
}

.pc-view-right__inner::after {
  position: absolute;
  content: "";
  display: block;
  background-image: linear-gradient(90deg, transparent 20%, #f0f0f0 80%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.pc-view-right__copy {
  text-align: right;
  padding-right: 4rem;
}

.pc-view-right__copy img {
  width: min(14.1288433382vw, 193px);
}

.sp-view {
  position: relative;
  z-index: 10;
  width: 440px;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .sp-view {
    width: 100%;
  }
}

@media screen and (min-width: 850px) {
  .sp-view--top {
    padding-bottom: 0;
  }
}

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
.head {
  padding-top: 15px;
  padding-left: 30px;
}
@media screen and (min-width: 850px) {
  .head {
    position: fixed;
    z-index: 105;
  }
}
@media screen and (max-width: 850px) {
  .head {
    padding-top: 15px;
    padding-left: 15px;
  }
}

.head__logo {
  width: min(7.027818448vw, 96px);
}
@media screen and (max-width: 850px) {
  .head__logo {
    width: 9.6rem;
  }
}

.head__btn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
}

.head__btn img {
  width: 30px;
}

.head-title {
  display: none;
}
@media screen and (max-width: 850px) {
  .head-title {
    display: block;
    padding-top: 16px;
    padding-right: 1.8rem;
    padding-bottom: 1rem;
    text-align: right;
  }
}

.head-title img {
  width: 18.6rem;
}

/* -----------------------------------------------------------
section
----------------------------------------------------------- */
.section-title {
  margin-top: 35px;
  height: 72px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .section-title {
    margin-top: 3.5rem;
    height: 7.2rem;
  }
}

.section-title span {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  transform: scale(1.1, 1);
}
@media screen and (max-width: 850px) {
  .section-title span {
    font-size: 2.8rem;
  }
}

.section-title::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 10px;
  height: 72px;
  z-index: 1;
  background: url(../images/kakko-left.svg) no-repeat;
  background-size: contain;
  background-position: left center;
}
@media screen and (max-width: 850px) {
  .section-title::before {
    height: 7.2rem;
    width: 1rem;
  }
}

.section-title::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 10px;
  height: 72px;
  z-index: 1;
  background: url(../images/kakko-right.svg) no-repeat;
  background-size: contain;
  background-position: right center;
}
@media screen and (max-width: 850px) {
  .section-title::after {
    height: 7.2rem;
    width: 1rem;
  }
}

.section-title-en {
  font-size: 12px;
  font-weight: 300;
  color: #000;
  text-align: center;
  font-family: "navigo";
  line-height: 1;
  letter-spacing: 0.2em;
  transform: scale(1.2, 1);
  position: relative;
}
@media screen and (max-width: 850px) {
  .section-title-en {
    font-size: 1.2rem;
  }
}

.section-title-en::before {
  background-color: #dc0000;
  bottom: -24px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}
@media screen and (max-width: 850px) {
  .section-title-en::before {
    bottom: -2rem;
    width: 5rem;
  }
}

.s-text {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 2;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 850px) {
  .s-text {
    font-size: clamp(12px, 1.2rem, 16px);
  }
}

.section-title2 {
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .section-title2 {
    margin-top: 2rem;
  }
}

.section-title2 span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  transform: scale(1.1, 1);
}
@media screen and (max-width: 850px) {
  .section-title2 span {
    font-size: 2.4rem;
  }
}

.section-title2::before {
  background-color: #000;
  bottom: -24px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 40px;
}
@media screen and (max-width: 850px) {
  .section-title2::before {
    bottom: -2.4rem;
    width: 4rem;
  }
}

.section-title-en2, .voice__prof-num, .collabo__item-num, .project__num, .archive__num {
  font-size: 12px;
  font-weight: 300;
  color: #787878;
  text-align: center;
  font-family: "navigo";
  line-height: 1;
  letter-spacing: 0.2em;
  transform: scale(1.2, 1);
  position: relative;
}
@media screen and (max-width: 850px) {
  .section-title-en2, .voice__prof-num, .collabo__item-num, .project__num, .archive__num {
    font-size: 1.2rem;
  }
}

/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: calc(100% - 110px);
  margin: 0 55px;
}
@media screen and (max-width: 850px) {
  .inner {
    padding: 0;
  }
}

/* -----------------------------------------------------------
 =pagetop
----------------------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10;
  width: 45px;
}
@media screen and (max-width: 850px) {
  .pagetop {
    bottom: 100px;
  }
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
.footer {
  background-color: #000;
  padding-block: 5.5rem 2rem;
  position: relative;
  z-index: 100;
}

.footer__logo {
  text-align: center;
}

.footer__logo img {
  width: 23.7rem;
}

.footer__copyright {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "navigo";
  line-height: 1;
  letter-spacing: 0;
  margin-top: 3.5rem;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :navi.css
 style info :ナビゲーション読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =glovalnavi 
----------------------------------------------------------- */
nav {
  margin: 0;
}

/* ハンバーガーメニュー */
.nav-pc-wrap {
  display: none;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

.content {
  padding: 20px;
}

.nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  background: #000;
  width: 100%;
  height: 100vh;
  transform: translateY(-100%); /* 画面上に隠す（初期） */
  opacity: 1; /* フェードも併用 */
  transition: transform 0.5s ease, opacity 0.4s ease;
  will-change: transform, opacity; /* モバイルでも滑らかに */
  pointer-events: none;
}
@media screen and (min-width: 850px) {
  .nav-wrap {
    display: none;
  }
}
.nav-wrap .nav {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

/* 開くとき */
.nav-wrap.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.nav-wrap__inner {
  padding: 1.5rem 1.5rem;
}

.hm-logo img {
  width: min(21.8181818182vw, 96px);
}

.hm-title {
  margin-top: 15px;
  text-align: right;
}

.hm-title img {
  width: min(41.8181818182vw, 184px);
}

.hm-index {
  border-top: 1px solid #fff;
  margin-top: min(10.2272727273vw, 45px);
  padding-top: min(7.9545454545vw, 35px);
}

.hm-index__inner {
  padding-inline: 2rem;
}

.hm-index__title img {
  width: min(19.5454545455vw, 86px);
}

.hm-index__nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: min(6.8181818182vw, 30px);
  padding-top: min(9.0909090909vw, 40px);
}

.hm-index__nav li {
  position: relative;
  list-style-type: none !important;
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px;
  align-items: center;
  justify-content: start;
  background: url(../images/hm-arrow.svg) no-repeat right center;
  background-size: 1rem 2rem;
}

.hm-index__nav li:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 16px;
  height: 16px;
  background: #dc0000;
  border-radius: 50%;
}

.hm-index__nav li a {
  display: block;
  font-size: min(4.5454545455vw, 20px);
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}

.hm-btn {
  margin-top: min(11.3636363636vw, 50px);
  text-align: center;
}

.hm-btn img {
  width: min(90.9090909091vw, 400px);
}

/*メニューボタン*/
.nav-button-wrap {
  display: none;
}
@media screen and (max-width: 850px) {
  .nav-button-wrap {
    display: block;
    position: fixed;
    right: 15px;
    top: 53px;
    z-index: 15000;
  }
}

.nav-button,
.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
}

.nav-button {
  z-index: 20000;
  position: relative;
  width: 95px;
  height: 20px;
}

.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 9px;
}
.nav-button span:nth-of-type(3) {
  bottom: 0;
}

.nav-button.active span {
  display: block;
  background-color: #fff;
}
.nav-button.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-15deg);
}
.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(15deg);
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
 トップ
----------------------------------------------------------- */
/* -----------------------------------------------------------
kv
----------------------------------------------------------- */
.kv {
  opacity: 0;
  height: min(51.2445095168vw, 700px);
  overflow: hidden;
  margin: 0 auto;
  padding-top: min(14.6412884334vw, 200px);
  /* 💡 表示安定のため transition: opacity のまま維持 */
  transition: opacity 1.5s;
  max-width: 1440px;
}

.kv.active {
  opacity: 1;
}

.kv__copy-sp {
  display: none;
}

.slider {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slider img {
  width: 100%;
  display: block;
}

/* PCとSPで共通のmargin設定 */
.splide__slide {
  margin: 0;
  /* 💡 修正済み: ユーザー指定の transition: opacity 0.4s ease; のみを使用 */
  transition: opacity 0.4s ease;
}

/* ===== PC用アーチ（769px以上）を復活 ===== */
@media (min-width: 851px) {
  /* 💡 追加: PC版の全体的な位置調整 (トラックを右に寄せる) */
  .kv-splide .splide__track {
    padding-left: 60px !important; /* ★ここを調整してください★ */
  }
  .splide__slide.left {
    transform-origin: top right;
    transform: rotate(-5deg);
  }
  .splide__slide.left2 {
    margin-top: 40px;
    transform-origin: top right;
    transform: rotate(-10deg);
  }
  .splide__slide.right {
    transform-origin: top left;
    transform: rotate(5deg);
  }
  .splide__slide.right2 {
    margin-top: 40px;
    transform-origin: top left;
    transform: rotate(10deg);
  }
}
/* ===== SP用（768px以下）を復活 ===== */
@media (max-width: 850px) {
  .kv {
    height: auto;
    padding-top: 0;
    position: relative;
  }
  .kv__copy-sp {
    display: block;
    position: absolute;
    top: 0;
    right: 5rem;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .kv__copy-sp {
    top: -0.2rem;
  }
  .kv__copy-sp img {
    width: 4.6rem;
  }
  /* スライドの幅を強制的に90%に固定 (SPのみ) */
  .splide__list .splide__slide {
    width: 95% !important;
  }
  /* 💡 追加: SP版の全体的な位置調整 (トラックを右に寄せる) */
  .kv-splide .splide__track {
    padding: 0 !important;
    padding-left: 4rem !important; /* ★ここを調整してください★ */
  }
  /* 中央の前後だけ、ほんのり傾ける */
  .splide__slide.sp-left {
    transform-origin: top right;
    transform: rotate(-4deg);
  }
  .splide__slide.sp-right {
    transform-origin: top left;
    transform: rotate(4deg);
  }
}
/* -----------------------------------------------------------
outline
----------------------------------------------------------- */
.outline {
  padding-top: min(9.5168374817vw, 130px);
  background-image: linear-gradient(0, #f0f0f0 40%, #fff 60%);
}
@media screen and (max-width: 850px) {
  .outline {
    padding-top: 4rem;
  }
}

.outline__title {
  font-size: 48px;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "Shippori Antique", sans-serif;
  line-height: 1.3333333333;
  letter-spacing: 0;
  font-feature-settings: "palt";
  padding-left: 40px;
}
@media screen and (max-width: 850px) {
  .outline__title {
    padding-left: 4rem;
    font-size: 4.8rem;
  }
}

.outline__text {
  margin-top: 40px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "Shippori Antique", sans-serif;
  line-height: 2.25;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 850px) {
  .outline__text {
    margin-top: 4rem;
    padding-left: 4rem;
    font-size: 1.6rem;
  }
}

.outline__image {
  margin-top: 80px;
  padding-inline: 25px;
}
@media screen and (max-width: 850px) {
  .outline__image {
    margin-top: 8rem;
    padding-inline: 2.5rem;
  }
}

.--gray {
  background-color: #f0f0f0;
}

/* -----------------------------------------------------------
commit
----------------------------------------------------------- */
.commit {
  padding-top: 75px;
}
@media screen and (max-width: 850px) {
  .commit {
    padding-top: 7.5rem;
  }
}

.commit__text {
  margin-top: 25px;
}
@media screen and (max-width: 850px) {
  .commit__text {
    margin-top: 2.5rem;
  }
}

.commit__items {
  margin-top: 32px;
  border-top: 10px solid #fff;
  padding-top: 35px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
@media screen and (max-width: 850px) {
  .commit__items {
    margin-top: 3.2rem;
    padding-top: 3.5rem;
    gap: 6rem;
  }
}

.commit__item {
  text-align: center;
}

.commit__item-icon img {
  width: 90px;
}
@media screen and (max-width: 850px) {
  .commit__item-icon img {
    width: 9rem;
  }
}

.commit__item-title {
  margin-top: 14px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  transform: scale(1.1, 1);
}
@media screen and (max-width: 850px) {
  .commit__item-title {
    margin-top: 1.4rem;
    font-size: 2.4rem;
  }
}

.commit__item-text {
  margin-top: 15px;
}
@media screen and (max-width: 850px) {
  .commit__item-text {
    margin-top: 1.5rem;
  }
}

.commit__item-image {
  margin-top: 15px;
}
@media screen and (max-width: 850px) {
  .commit__item-image {
    margin-top: 1.5rem;
  }
}

/* -----------------------------------------------------------
archive
----------------------------------------------------------- */
.archive {
  padding-block: 130px 80px;
}
@media screen and (max-width: 850px) {
  .archive {
    padding-block: 13rem 8rem;
  }
}

.archive__items {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (max-width: 850px) {
  .archive__items {
    margin-top: 8rem;
    gap: 2rem;
  }
}

.archive__item {
  display: grid;
  grid-template-columns: 1fr 165px;
  gap: 20px;
  align-items: start;
}
@media screen and (max-width: 850px) {
  .archive__item {
    grid-template-columns: 1fr 16.5rem;
    gap: 2rem;
  }
}

.archive__item-title {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  text-align: left;
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 1.1428571429;
  letter-spacing: 0;
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .archive__item-title {
    font-size: 2.1rem;
    margin-top: 2rem;
  }
}

/* -----------------------------------------------------------
project
----------------------------------------------------------- */
.project {
  padding-block: 60px 80px;
}
@media screen and (max-width: 850px) {
  .project {
    padding-block: 6rem 8rem;
  }
}

.swiper1 {
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .swiper1 {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 850px) {
  .top-slider__inner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.project__title-wrap {
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .project__title-wrap {
    margin-top: 3rem;
  }
}

.project__num {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.project__title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  transform: scale(1.1, 1);
}
@media screen and (max-width: 850px) {
  .project__title {
    font-size: 2.4rem;
  }
}

.project__text {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a6a6a6;
}
@media screen and (max-width: 850px) {
  .project__text {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
}

.project__text--end {
  border-bottom: none;
}

/* -----------------------------------------------------------
work
----------------------------------------------------------- */
.work {
  padding-block: 70px 60px;
}
@media screen and (max-width: 850px) {
  .work {
    padding-block: 8rem 6rem;
  }
}

.work__text {
  margin-top: 25px;
}
@media screen and (max-width: 850px) {
  .work__text {
    margin-top: 2.5rem;
  }
}

.work__image {
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .work__image {
    margin-top: 3.2rem;
  }
}

.work__sale-box {
  position: relative;
  margin-top: 40px;
  padding: 30px 20px;
  background: url(../images/work-box-bottom.svg) no-repeat bottom center, url(../images/work-box-top.svg) no-repeat top center #fff;
}
@media screen and (max-width: 850px) {
  .work__sale-box {
    margin-top: 4rem;
    padding: 3rem 2rem;
  }
}

.work__sale-box::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 70px;
  background-color: #a6a6a6;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 850px) {
  .work__sale-box::before {
    height: 7rem;
    top: -7rem;
  }
}

.work__sale-box::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  background-color: #a6a6a6;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 850px) {
  .work__sale-box::after {
    height: 6rem;
    bottom: -6rem;
  }
}

.work__sale-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  transform: scale(1.1, 1);
}
@media screen and (max-width: 850px) {
  .work__sale-title {
    font-size: 2.4rem;
  }
}

.work__sale-text {
  margin-top: 15px;
}
@media screen and (max-width: 850px) {
  .work__sale-text {
    margin-top: 1.5rem;
  }
}

/* -----------------------------------------------------------
collabo
----------------------------------------------------------- */
.collabo {
  padding-top: 30px;
}
@media screen and (max-width: 850px) {
  .collabo {
    padding-top: 3rem;
  }
}

.collabo__slider {
  margin-top: 60px;
}
@media screen and (max-width: 850px) {
  .collabo__slider {
    margin-top: 6rem;
  }
}

.collabo__slider-btn-wrap {
  position: relative;
  width: 440px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .collabo__slider-btn-wrap {
    width: 100%;
  }
}

.collabo .swiper-slide {
  width: 440px;
}
@media screen and (max-width: 850px) {
  .collabo .swiper-slide {
    width: 100%;
  }
}

.collabo__item-wrap {
  display: grid;
  grid-template-columns: 185px 125px;
  gap: 20px;
  align-items: start;
  padding: 20px 55px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 850px) {
  .collabo__item-wrap {
    grid-template-columns: 18.5rem 12.5rem;
    gap: 2rem;
    padding: 2rem 5.5rem;
  }
}

.collabo__item-title {
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .collabo__item-title {
    margin-top: 2rem;
  }
}

.collabo__item-title span {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: left;
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  transform: scale(1.1, 1);
}
@media screen and (max-width: 850px) {
  .collabo__item-title span {
    font-size: 2rem;
  }
}

.collabo__item-text {
  margin-top: 12px;
}
@media screen and (max-width: 850px) {
  .collabo__item-text {
    margin-top: 1.2rem;
  }
}

/* -----------------------------------------------------------
voice
----------------------------------------------------------- */
.voice {
  padding-block: 100px 130px;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
}
@media screen and (max-width: 850px) {
  .voice {
    padding-block: 10rem 13rem;
    border-bottom-left-radius: 7rem;
    border-bottom-right-radius: 7rem;
  }
}

.voice__slider {
  margin-top: 70px;
}
@media screen and (max-width: 850px) {
  .voice__slider {
    margin-top: 7rem;
  }
}

.voice__slider-btn-wrap {
  position: relative;
  width: 440px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .voice__slider-btn-wrap {
    width: 100%;
  }
}

.voice .swiper-slide {
  width: 440px;
  padding: 0 55px;
}
@media screen and (max-width: 850px) {
  .voice .swiper-slide {
    width: 100%;
    padding: 0 5.5rem;
  }
}

.voice__item {
  background-color: #a6a6a6;
  border-radius: 40px;
  padding: 10px;
}
@media screen and (max-width: 850px) {
  .voice__item {
    border-radius: 4rem;
    padding: 1rem;
  }
}

.voice__prof-wrap {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .voice__prof-wrap {
    grid-template-columns: 12.5rem 1fr;
    gap: 2rem;
  }
}

.voice__prof-num {
  color: #fff;
}

.voice__prof-name {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .voice__prof-name {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.cvoice__prof-year {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media screen and (max-width: 850px) {
  .cvoice__prof-year {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

.voice__cards {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media screen and (max-width: 850px) {
  .voice__cards {
    margin-top: 1rem;
    gap: 1rem;
  }
}

.voice__card {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px 30px;
}
@media screen and (max-width: 850px) {
  .voice__card {
    border-radius: 3rem;
    padding: 2rem 3rem;
  }
}

.voice__card-title {
  font-size: 12px;
  font-weight: 700;
  color: #787878;
  text-align: left;
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 850px) {
  .voice__card-title {
    font-size: 1.2rem;
  }
}

.voice__card-text {
  margin-top: 10px;
}
@media screen and (max-width: 850px) {
  .voice__card-text {
    margin-top: 1rem;
  }
}

/* -----------------------------------------------------------
swiper
----------------------------------------------------------- */
.swiper-pagination--item1 {
  position: relative;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-next-2 {
  right: 70px;
  top: inherit;
  bottom: 30px;
}
@media screen and (max-width: 850px) {
  .swiper-button-next-2 {
    right: 7rem;
    bottom: 3rem;
  }
}

.swiper-button-prev-2 {
  right: 135px;
  left: inherit;
  top: inherit;
  bottom: 30px;
}
@media screen and (max-width: 850px) {
  .swiper-button-prev-2 {
    right: 13.5rem;
    bottom: 3rem;
  }
}

.swiper-button-prev,
.swiper-button-next {
  height: 30px;
  width: 30px;
}
@media screen and (max-width: 850px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 3rem;
    width: 3rem;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  margin: auto;
  width: 30px;
}
@media screen and (max-width: 850px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    height: 3rem;
    width: 3rem;
  }
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../images/swiper-pagination-l.svg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../images/swiper-pagination-r.svg);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-slide a img {
  transition: transform 0.3s ease;
}

.swiper-button-next-3,
.swiper-button-next-4,
.swiper-button-next-5 {
  left: 57%;
  transform: translateX(-55%);
  top: inherit;
  bottom: -50px;
}
@media screen and (max-width: 850px) {
  .swiper-button-next-3,
  .swiper-button-next-4,
  .swiper-button-next-5 {
    bottom: -5rem;
  }
}

.swiper-button-prev-3,
.swiper-button-prev-4,
.swiper-button-prev-5 {
  left: 43%;
  transform: translateX(-45%);
  top: inherit;
  bottom: -50px;
}
@media screen and (max-width: 850px) {
  .swiper-button-prev-3,
  .swiper-button-prev-4,
  .swiper-button-prev-5 {
    bottom: -5rem;
  }
}

/* -----------------------------------------------------------
about
----------------------------------------------------------- */
.about {
  padding-block: 80px 120px;
  background: url(../images/about-bg.jpg) no-repeat top 170px center;
}
@media screen and (max-width: 850px) {
  .about {
    padding-block: 8rem 12rem;
    background: url(../images/about-bg.jpg) no-repeat top 17rem center;
    background-size: 100% auto;
  }
}

.about__text {
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .about__text {
    margin-top: 3rem;
  }
}

.about__image {
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .about__image {
    margin-top: 2rem;
  }
}

.about__logo {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .about__logo {
    margin-top: 4rem;
  }
}

.about__logo img {
  width: 215px;
}
@media screen and (max-width: 850px) {
  .about__logo img {
    width: 21.5rem;
  }
}

.about__service {
  margin-top: 45px;
}
@media screen and (max-width: 850px) {
  .about__service {
    margin-top: 4.5rem;
  }
}

.about__service-items1 {
  display: grid;
  grid-template-columns: 220px;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .about__service-items1 {
    grid-template-columns: 22rem;
  }
}

.about__service-item {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: center;
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 2;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 10px;
  padding-block: 6px;
}
@media screen and (max-width: 850px) {
  .about__service-item {
    font-size: 1.2rem;
  }
}

.about__service-items2 {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 160px 200px;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 850px) {
  .about__service-items2 {
    margin-top: 2rem;
    grid-template-columns: 16rem 20rem;
    gap: 2rem;
  }
}

.about__service-items3 {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 180px 140px;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 850px) {
  .about__service-items3 {
    margin-top: 2rem;
    grid-template-columns: 18rem 14rem;
    gap: 2rem;
  }
}

.about__service-items4 {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 230px;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .about__service-items4 {
    margin-top: 2rem;
    grid-template-columns: 23rem;
  }
}

/* -----------------------------------------------------------
philo
----------------------------------------------------------- */
.philo__copy {
  margin-top: 65px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .philo__copy {
    margin-top: 6.5rem;
  }
}

.philo__copy img {
  width: 248px;
}
@media screen and (max-width: 850px) {
  .philo__copy img {
    width: 24.8rem;
  }
}

.philo__text {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .philo__text {
    margin-top: 4rem;
  }
}

/* -----------------------------------------------------------
calture, growth
----------------------------------------------------------- */
.calture {
  position: relative;
  padding-block: 90px 130px;
}
@media screen and (max-width: 850px) {
  .calture {
    padding-block: 9rem 13rem;
  }
}

.growth {
  position: relative;
  padding-block: 0 130px;
}
@media screen and (max-width: 850px) {
  .growth {
    padding-block: 0 13rem;
  }
}

.calture::before {
  position: absolute;
  content: "";
  display: block;
  background-image: linear-gradient(0, #f0f0f0 40%, #fff 60%);
  top: 0;
  left: 0;
  width: 100%;
  height: 310px;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .calture::before {
    height: 38rem;
  }
}

.growth::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #f0f0f0;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .growth::before {
    height: 31rem;
  }
}

.calture::after,
.growth::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #f0f0f0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 170px;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .calture::after,
  .growth::after {
    height: 17rem;
  }
}

.calture__text {
  margin-top: 60px;
  padding-inline: 20px;
}
@media screen and (max-width: 850px) {
  .calture__text {
    margin-top: 6rem;
    padding-inline: 2rem;
  }
}

.calture__slider {
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .calture__slider {
    margin-top: 3rem;
  }
}

.calture__slider-btn-wrap {
  position: relative;
  width: 440px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .calture__slider-btn-wrap {
    width: 100%;
  }
}

.calture__item {
  background-color: #000;
  border-radius: 40px;
  padding: 30px;
}
@media screen and (max-width: 850px) {
  .calture__item {
    border-radius: 4rem;
    padding: 3rem;
  }
}

.calture .swiper-slide,
.growth .swiper-slide {
  width: 440px;
  padding: 0 55px;
}
@media screen and (max-width: 850px) {
  .calture .swiper-slide,
  .growth .swiper-slide {
    width: 100%;
    padding: 0 5.5rem;
  }
}

.calture__item-title {
  height: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .calture__item-title {
    height: 9rem;
  }
}

.calture__item-title span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
  transform: scale(1.1, 1);
}
@media screen and (max-width: 850px) {
  .calture__item-title span {
    font-size: 2rem;
  }
}

.calture__item-text {
  padding-inline: 10px;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .calture__item-text {
    padding-inline: 1rem;
  }
}

/* -----------------------------------------------------------
numbers
----------------------------------------------------------- */
.numbers__items {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 850px) {
  .numbers__items {
    margin-top: 8rem;
    gap: 2rem;
  }
}

.numbers__item {
  width: 155px;
}
@media screen and (max-width: 850px) {
  .numbers__item {
    width: 15.5rem;
  }
}

/* -----------------------------------------------------------
bottom
----------------------------------------------------------- */
.bottom {
  padding-block: 120px 30px;
}
@media screen and (max-width: 850px) {
  .bottom {
    padding-block: 12rem 3rem;
  }
}

@media screen and (min-width: 850px) {
  .scroll-row {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (max-width: 850px) {
  .scroll-row {
    overflow: hidden;
  }
}

.scroll-inner {
  display: flex;
  flex-wrap: nowrap;
  width: auto; /* max-contentを使わない */
  white-space: nowrap; /* 念のため */
  animation: scroll 30s linear infinite;
}
@media screen and (max-width: 850px) {
  .scroll-inner {
    animation: scroll 15s linear infinite;
  }
}

.scroll-inner--1 {
  height: 140px;
}
@media screen and (max-width: 850px) {
  .scroll-inner--1 {
    height: 14rem;
  }
}

.scroll-inner--2 {
  height: 40px;
}
@media screen and (max-width: 850px) {
  .scroll-inner--2 {
    height: 4rem;
  }
}

.scroll-inner img {
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 850px) {
  .scroll-inner img {
    max-width: inherit;
  }
}

/* 右 → 左 へ移動（無限ループ） */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.bottom__btn1-wrap {
  padding-block: 70px;
}
@media screen and (max-width: 850px) {
  .bottom__btn1-wrap {
    padding-block: 7rem;
  }
}

.bottom__btn1-wrap a {
  display: block;
}

.bottom__btn1-inner {
  padding-inline: 40px;
}
@media screen and (max-width: 850px) {
  .bottom__btn1-inner {
    padding-inline: 4rem;
  }
}

.bottom__btn1b {
  margin-top: 50px;
  padding-inline: 13px;
}
@media screen and (max-width: 850px) {
  .bottom__btn1b {
    margin-top: 5rem;
    padding-inline: 1.3rem;
  }
}

.bottom__btn2-wrap {
  padding-top: 50px;
}
@media screen and (max-width: 850px) {
  .bottom__btn2-wrap {
    padding-top: 5rem;
  }
}

.bottom__btn2-wrap a {
  display: block;
}

.bottom__btn2-inner {
  padding-inline: 40px;
}
@media screen and (max-width: 850px) {
  .bottom__btn2-inner {
    padding-inline: 4rem;
  }
}

.bottom__btn2-text {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 850px) {
  .bottom__btn2-text {
    font-size: 1.6rem;
  }
}

.bottom__btn2 {
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .bottom__btn2 {
    margin-top: 2rem;
  }
}

.bottom__btn2:first-of-type {
  margin-top: 33px;
}
@media screen and (max-width: 850px) {
  .bottom__btn2:first-of-type {
    margin-top: 3.3rem;
  }
}

.bottom__pagetop {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .bottom__pagetop {
    margin-top: 4rem;
  }
}

.bottom__pagetop img {
  width: 70px;
}
@media screen and (max-width: 850px) {
  .bottom__pagetop img {
    width: 7rem;
  }
}/*# sourceMappingURL=styles.css.map */