@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

.material-symbols-outlined {
  font-weight: 100;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  color: #393f58;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

body:has(.menu-icon:checked) {
  overflow: hidden;
}

.invisible {
  visibility: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-feature-settings: "palt";
  font-weight: 700;
  word-break: auto-phrase;
}

h3 {
  align-items: flex-start;
  color: #003e9f;
  display: flex;
  font-feature-settings: "palt";
  font-size: 2rem;
  gap: 0.4rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 1.8rem;
  }
}
h3 .material-symbols-outlined {
  line-height: 2.8rem;
}

h4 {
  font-size: 2rem;
  line-height: 2.4;
}

hgroup {
  padding: 8rem 0.8rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  hgroup {
    padding: 8rem 0.8rem;
  }
}
hgroup h2 {
  display: flex;
  flex-direction: column;
  font-size: 4rem;
  gap: 3.2rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1024px) {
  hgroup h2 {
    font-size: 4.8rem;
    margin-bottom: 4rem;
  }
}
hgroup h2 span {
  align-items: center;
  display: flex;
  color: #999;
  font-size: 1.6rem;
}
hgroup h2 span::before {
  background-color: #999;
  content: "";
  display: block;
  height: 1px;
  margin-right: 1.2rem;
  width: 50px;
}
hgroup p {
  font-feature-settings: "palt";
  font-size: 1.8rem;
  line-height: 2.4;
}
@media screen and (min-width: 1024px) {
  hgroup p {
    font-size: 1.8rem;
    line-height: 2.4;
  }
}

.circle {
  font-size: 12.5px;
  height: 100px;
  left: -50px;
  margin: 100px auto;
  position: absolute;
  top: -50px;
  width: 100px;
}
.circle svg {
  overflow: visible;
}
.circle path {
  fill: none;
}
.circle text {
  fill: rgba(0, 137, 167, 0.2);
}

.contents__block {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.text__block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
}
.text__block.--divider::after {
  align-items: center;
  display: flex;
  background-color: rgba(180, 173, 126, 0.2);
  content: "";
  height: 1px;
  margin-top: 1.6rem;
  width: 100%;
}
.text__block.--dark {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1.6rem;
  padding: 4.8rem;
}
.text__block.--dark .text__marker::after {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .text__block.--dark .text__marker::after {
    height: 1.2rem;
  }
}
.text__block .text__primary {
  align-items: center;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 700;
  gap: 0.8rem;
}
.text__block .text__primary .title__icon {
  font-size: 4rem;
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 48;
}
.text__block .text__secondary {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 2;
  opacity: 0.8;
}

.text__marker {
  display: inline-flex;
  position: relative;
  z-index: 1;
}
.text__marker::after {
  align-items: center;
  background-color: rgba(180, 173, 126, 0.5);
  bottom: 0.4rem;
  content: "";
  display: inline-flex;
  height: 1.2rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.table {
  border: 1px solid #b4ad7e;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.3rem;
  height: 0.1rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .table {
    font-size: 1.4rem;
  }
}
.table th {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: normal;
  text-align: left;
  width: 11.5rem;
}
@media screen and (min-width: 1024px) {
  .table th {
    width: max-content;
  }
}
.table td {
  background-color: #fff;
}
.table th,
.table td {
  border: 1px solid #b4ad7e;
  padding: 8px;
}
.table th .text__primary,
.table td .text__primary {
  font-size: 1.3rem;
}
@media screen and (min-width: 1024px) {
  .table th .text__primary,
  .table td .text__primary {
    font-size: 1.4rem;
  }
}
.table th .text__secondary,
.table td .text__secondary {
  font-size: 1.3rem;
}
@media screen and (min-width: 1024px) {
  .table th .text__secondary,
  .table td .text__secondary {
    font-size: 1.4rem;
  }
}
.btn__block {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.btn__block .btn__text.--center {
  text-align: center;
}
.btn__block .btn__text.--bold {
  font-weight: 700;
}
.btn__block .btn__text.--large {
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .btn__block .btn__text.--large {
    font-size: 2.4rem;
  }
}

.btn__row {
  align-items: center;
  display: flex;
  justify-content: center;
}

.btn {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .btn {
    font-size: 1.8rem;
  }
}
.btn.--primary {
  height: 6.6rem;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn.--outline {
  background-color: #fff;
  border: 1px solid #b4ad7e;
  border-radius: calc(6.6rem / 2);
  justify-content: space-between;
  padding: 2.4rem 2.4rem 2.4rem 3.2rem;
}
.btn.--outline::before {
  background-color: #b4ad7e;
  border-radius: calc(6.6rem / 2);
  content: "";
  display: block;
  height: 3.2rem;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  width: 3.2rem;
  z-index: 1;
}
.btn.--outline svg {
  display: inline-block;
  position: relative;
  transform: rotate(0deg) translateX(0);
  transform-origin: left;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 5;
}
.btn.--outline .text {
  color: #393f58;
  line-height: 1;
  margin-right: 3.2rem;
  position: relative;
  z-index: 5;
}
.btn.--outline:hover .text {
  color: #fff;
}
.btn.--outline:hover svg {
  transform: rotate(45deg) translateX(-8px);
}
.btn.--outline:hover::before {
  content: "";
  height: 100%;
  right: 0;
  width: 100%;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.slick-slider .slick-list {
  padding: 0 !important;
}
@media screen and (min-width: 1024px) {
  .slick-slider .slick-list {
    overflow: unset;
  }
}
.slick-slider .slick-list .slick-track {
  display: flex;
  gap: 1.6rem;
}
.slick-slider .slick-list .slick-track .slick-slide {
  display: flex;
  float: unset;
}
.slick-slider.slick-dotted {
  margin-bottom: 0;
}
.slick-slider .slick-dots {
  bottom: unset;
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  margin-top: 4rem;
}
.slick-slider .slick-dots li {
  height: 12px;
  margin: 0;
  width: 40px;
}
.slick-slider .slick-dots li button {
  height: 12px;
  padding: 0;
  width: 40px;
}
.slick-slider .slick-dots li button::before {
  background-color: #666;
  border-radius: 6px;
  font-size: unset;
  height: 12px;
  transition: 0.2s all ease-in-out;
  width: 40px;
}
.slick-slider .slick-dots li button:after {
  border-radius: 6px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0%;
}
.slick-slider .slick-dots li.slick-active button::after {
  background-color: rgba(0, 0, 0, 0.4);
  animation: progress 4.5s linear forwards;
}

@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.slick-slide {
  opacity: 0.6;
  position: relative;
  transition: all 0.6s ease-in-out 0.4s;
}
@media screen and (min-width: 1024px) {
  .slick-slide {
    transform: scale(0.9);
  }
}
.slick-slide.slick-active {
  opacity: 1;
  transform: scale(1);
}

.slick__item {
  background-color: #ccc;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2.5rem 2rem -2rem;
  display: grid;
  gap: 1.6rem;
  grid-template-rows: max-content 1fr;
  max-width: calc(100vw - 3.2rem);
  overflow: hidden;
  padding: 1.6rem;
  word-break: auto-phrase;
}
@media screen and (min-width: 768px) {
  .slick__item {
    max-width: 50vw;
  }
}
@media screen and (min-width: 1024px) {
  .slick__item {
    box-shadow: rgba(0, 0, 0, 0.4) 0 2.5rem 2rem -2rem;
    max-width: 30vw;
  }
}
.slick__item img {
  border-radius: 12px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.slick__item .text__block {
  background-color: #fff;
  border-radius: 12px;
  padding: 0.8rem 1.6rem;
}
.slick__item .text__block .text__primary {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  gap: 0.4rem;
  padding: 0.8rem 0.8rem 0;
}
.header {
  align-items: center;
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  justify-content: space-between;
  padding: 1.6rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}
.header a {
  text-decoration: none;
}

.header__logo {
  align-items: center;
  display: flex;
}
.header__logo a {
  color: #b4ad7e;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  gap: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .header__logo a {
    align-items: center;
    flex-direction: row;
    font-size: 1.6rem;
    gap: 1.6rem;
  }
}
.header__logo img {
  filter: brightness(150%);
  width: 20rem;
}
@media screen and (min-width: 1024px) {
  .header__logo img {
    width: 25rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__logo {
    width: max-content;
  }
}

.header__nav--list a {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .header__nav--list {
    align-items: center;
    display: flex;
    color: #fff;
    gap: 1.6rem;
  }
}

.header__nav {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.menu-icon {
  display: none;
}
.menu-icon + label {
  cursor: pointer;
  height: 3rem;
  position: relative;
  width: 3rem;
  z-index: 1000;
}
@media (min-width: 1024px) {
  .menu-icon + label {
    display: none;
  }
}
.menu-icon + label::before, .menu-icon + label::after {
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 20;
}
.menu-icon + label::before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 20px;
  transform: translate(-50%, -50%);
  transition: border-width 100ms 1500ms ease, top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms ease, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 30px;
}
.menu-icon + label::after {
  background-color: #fff;
  height: 1px;
  transform: translateX(-50%);
  transition: width 100ms 1750ms ease, right 100ms 1750ms ease, margin-top 100ms ease, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 22px;
}
.menu-icon:checked + label::before {
  background-color: #fff;
  border-width: 0;
  height: 1px;
  transition: border-width 100ms 340ms ease, top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms 500ms ease, transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-icon:checked + label::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: width 100ms ease, right 100ms ease, margin-top 100ms 500ms ease, transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 30px;
}
.menu-icon:checked ~ .nav {
  animation-play-state: paused;
  background-color: #393f58;
  height: 200%;
  opacity: 1;
  position: fixed;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  transition: opacity 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 700ms ease, width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 200%;
}
@media (min-width: 1024px) {
  .menu-icon:checked ~ .nav {
    height: max-content;
    position: static;
    transform: unset;
    transition: unset;
    width: max-content;
  }
}
.menu-icon:checked ~ .nav ul li {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 350ms ease, transform 250ms ease;
  visibility: visible;
}
.menu-icon:checked ~ .nav ul li:nth-child(1) {
  transition-delay: 1400ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(2) {
  transition-delay: 1480ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(3) {
  transition-delay: 1560ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(4) {
  transition-delay: 1640ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(5) {
  transition-delay: 1720ms;
}
@media (min-width: 1024px) {
  .menu-icon:checked ~ .nav ul li:nth-child(-n+5) {
    transition-delay: unset;
  }
}

.nav {
  align-items: center;
  background-color: #393f58;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  height: 48px;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  position: fixed;
  top: 0;
  transition: opacity 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
  right: 0;
  width: 48px;
  z-index: 9;
}
@media (min-width: 1024px) {
  .nav {
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    display: flex;
    height: 100%;
    opacity: 1;
    position: static;
    transition: unset;
    width: max-content;
  }
}
.nav .header__nav--list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  height: max-content;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 6;
}
@media (min-width: 1024px) {
  .nav .header__nav--list {
    align-items: center;
    flex-direction: row;
    height: max-content;
    position: static;
    transform: unset;
  }
}
.nav .header__nav--list li {
  display: block;
  list-style: none;
  margin: 10px 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: relative;
  text-align: center;
  transform: translateY(30px);
  transition: all 250ms linear;
  visibility: hidden;
  width: 100%;
}
@media (min-width: 1024px) {
  .nav .header__nav--list li {
    pointer-events: auto;
  }
}
.nav .header__nav--list li:nth-child(1) {
  transition-delay: 250ms;
}
.nav .header__nav--list li:nth-child(2) {
  transition-delay: 200ms;
}
.nav .header__nav--list li:nth-child(3) {
  transition-delay: 150ms;
}
.nav .header__nav--list li:nth-child(4) {
  transition-delay: 100ms;
}
.nav .header__nav--list li:nth-child(5) {
  transition-delay: 50ms;
}
@media (min-width: 1024px) {
  .nav .header__nav--list li {
    margin: 0;
    opacity: 1;
    transform: unset;
    visibility: visible;
  }
  .nav .header__nav--list li:nth-child(-n+5) {
    transition: unset;
    transition-delay: unset;
  }
}
.nav .header__nav--list li a {
  color: #b4ad7e;
  cursor: pointer;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: all 250ms linear;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .nav .header__nav--list li a {
    font-size: 1.6rem;
    font-weight: normal;
  }
}
.nav .header__nav--list li a:hover {
  color: #ffeba7;
  text-decoration: none;
}
.nav .header__nav--list li a:hover::after {
  width: 100%;
}
.nav .header__nav--list li a::after {
  background-color: #b4ad7e;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 100%;
  transition: width 250ms linear;
  width: 0;
}

.section__block {
  display: flex;
  flex-direction: column;
  padding: 0 1.6rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .section__block {
    padding: 0;
  }
}
.section__block.--top {
  background-blend-mode: lighten;
  background-color: rgba(255, 255, 255, 0.85);
  background-image: url("../../img/stone_logo.svg");
  background-repeat: no-repeat;
  background-position: right -200px top -50px;
  background-size: 180%;
  padding-bottom: 5rem;
}
@media screen and (min-width: 1024px) {
  .section__block.--top {
    background-position: right -150px top -150px;
    background-size: 100%;
    padding-bottom: 20rem;
  }
}
.section__block.--top::before {
  border-style: solid;
  border-width: 12vw 0 0 100vw;
  border-color: transparent transparent transparent #222;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .section__block.--top::before {
    border-width: 11.5vw 0 0 max(100vw, 1100px);
  }
}
.section__block.--dark {
  background-color: #222;
  background-image: url("../../img/learn.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #b4ad7e;
  padding-bottom: 20rem;
}
.section__block.--dark::before {
  border-style: solid;
  border-width: 12vw 100vw 0 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
}
@media screen and (min-width: 1024px) {
  .section__block.--dark::before {
    border-width: 11.5vw max(100vw, 1100px) 0 0;
  }
}
.section__block.--dark .text__secondary {
  color: #fff;
}
.section__block.--lighten {
  background-color: #fff;
  padding-bottom: 10rem;
}
.section__block.--recruit {
  background-color: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: right -50px top -50px;
  background-size: 120%;
}
@media screen and (min-width: 1024px) {
  .section__block.--recruit {
    background-position: right -150px top -150px;
    background-size: 100%;
  }
}

.section__img {
  position: absolute;
  right: -15rem;
}
.section__img img {
  aspect-ratio: auto;
  height: 100%;
}

.contents__body {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 2.4rem 0;
}
.contents__body .contents__block--explanation {
  line-height: 2;
  opacity: 0.8;
}

.contents__footer {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 2.4rem 0;
}
@media screen and (min-width: 1024px) {
  .contents__footer {
    padding: 2.4rem 0;
  }
}

.message__block {
  align-items: center;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  padding: 6.4rem;
}
.message__block .message__block--title {
  background-color: #b4ad7e;
  color: #fff;
  font-size: 3.2rem;
  padding: 1.6rem 2.4rem;
  position: relative;
}
.message__block .message__block--title::before, .message__block .message__block--title::after {
  align-items: center;
  display: flex;
  background-color: #b4ad7e;
  content: "";
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100vw;
}
.message__block .message__block--title::before {
  left: -100vw;
}
.message__block .message__block--title::after {
  right: -100vw;
}
.message__block .message__block--list {
  display: flex;
  font-size: 2rem;
  flex-direction: column;
  gap: 1.6rem;
  padding: 3.2rem 0;
}

.section__block--contents {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .section__block--contents {
    margin: 0 auto;
    max-width: 1024px;
    padding: 10rem 0 0;
  }
}

.bg__image--clip {
  clip-path: inset(0); /* 切り抜き */
  height: 100%;
  left: 0;
  min-height: 230px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg__image--clip .bg__image--fixed {
  background-image: url("../../img/office.jpg");
  background-position: center;
  background-size: cover;
  height: 100%;
  position: fixed; /* 背景を固定 */
  top: 0;
  width: 100%;
}

.mv {
  align-items: center;
  background-image: url("../../img/mv.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  justify-content: center;
  height: 100vh;
  letter-spacing: 1.1rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .mv {
    background-color: rgba(0, 0, 0, 0.1);
    height: 100vh;
  }
}
.mv::before, .mv::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.mv::before {
  background: url("../../img/noise.gif") repeat;
  opacity: 0.05;
}
.mv::after {
  background-color: rgba(0, 0, 0, 0.4);
}
.mv img {
  opacity: 0;
  transition: opacity 0.8s ease 0.6s;
  width: 24rem;
}
body.onload .mv img {
  opacity: 1;
}
.mv .mv__logo {
  z-index: 1001;
}
.mv .mv__text {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  z-index: 1001;
}
.mv h3 {
  color: #fff;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: normal;
  overflow: hidden;
  text-align: center;
}
.mv h3:first-of-type span {
  transform: translate(0, 110%);
  transition: transform 1s ease 1s;
}
.mv h3:nth-of-type(2) span {
  transform: translate(0, 200%);
  transition: transform 1s ease 1s;
}
.mv h3 span {
  display: block;
}
body.onload .mv h3 span {
  transform: translate(0, 0%);
}
@media screen and (min-width: 1024px) {
  .mv h3 {
    font-size: 3rem;
  }
}

.scroll__down {
  background-color: #666;
  bottom: -50px;
  height: 100px;
  left: 50%;
  margin: 0 auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transition: opacity 1s ease 3s;
  width: 1px;
  z-index: 1002;
}
body.onload .scroll__down {
  opacity: 1;
}
.scroll__down::before {
  animation: arrow 3s ease 0s infinite normal;
  background-color: #fff;
  content: "";
  height: 100px;
  left: 50%;
  margin: 50px auto 0;
  position: absolute;
  top: -150px;
  width: 1px;
}

@keyframes arrow {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    transform: translate3d(-50%, 100px, 0);
  }
}
.footer {
  background-color: #1d1d1d;
  color: #fff;
  padding: 6.4rem 0;
  align-items: center;
  display: flex;
}

.footer__body {
  display: grid;
}
@media screen and (min-width: 1024px) {
  .footer__body {
    gap: 1.6rem;
    grid-template-columns: max-content 1fr;
    margin: 0 auto;
    width: 960px;
  }
}

.footer__logo {
  max-width: 30rem;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    max-width: 30rem;
  }
}

.footer__main {
  display: grid;
  gap: 2.4rem;
  padding: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .footer__main {
    grid-template-rows: max-content max-content 1fr;
  }
}
.footer__main .text__sub {
  line-height: 2.8rem;
}
@media screen and (min-width: 1024px) {
  .footer__main .text__sub {
    font-size: 1.3rem;
  }
}
.footer__main .text__sub span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .footer__main .text__sub span br {
    display: none;
  }
}

.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .footer__nav {
    flex-direction: row;
  }
}
.footer__nav a {
  text-decoration: none;
}

.footer__sub {
  align-items: flex-end;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .footer__copyright small {
    font-size: 1.2rem;
  }
}

.footer__page--top {
  bottom: 5rem;
  cursor: pointer;
  height: 6rem;
  position: fixed;
  right: 3rem;
  width: 6rem;
  z-index: 4;
}
.footer__page--top a {
  align-items: center;
  display: flex;
  background-color: #b4ad7e;
  color: #fff;
  justify-content: center;
  height: 100%;
  text-decoration: none;
}

.entry__flow {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  padding: 3.2rem 0;
}

.entry__flow--list {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 1.6rem;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2.5rem 2rem -2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2.4rem;
}
.entry__flow--list li {
  display: flex;
  gap: 2.4rem;
  min-height: 10rem;
}
.entry__flow--list li:not(:last-child) .entry__flow--icon::after {
  background-color: #b4ad7e;
  content: "";
  display: flex;
  height: 150%;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 1px;
}
.entry__flow--list li .text__block {
  padding: 0;
}

.entry__flow--icon {
  align-items: center;
  background-color: #b4ad7e;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  height: 8rem;
  line-height: 1;
  justify-content: center;
  min-width: 8rem;
  position: relative;
  width: 8rem;
}
.entry__flow--icon .--flow-label {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1rem;
}
.entry__flow--icon .--flow-no {
  font-size: 2.4rem;
  font-weight: 700;
}

.entry__flow--title {
  align-items: center;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
}
.entry__flow--title::before {
  background-color: #999;
  content: "";
  display: block;
  height: 1px;
  margin-right: 1.2rem;
  width: 50px;
}

/*# sourceMappingURL=app.css.map */
