@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@400..500&display=swap");
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input, select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: auto;
}

main {
  overflow: hidden;
}

main,
header {
  font-family: "Noto Serif JP", serif;
}

body {
  position: relative;
  color: #252525;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

#body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

body.modal-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  border-left: none;
}

ul,
ol {
  list-style: none inside;
}

a {
  transition-duration: 300ms;
}

a:hover {
  opacity: 0.8;
  transition-duration: 300ms;
}

a:link,
a:visited {
  text-decoration: none;
  color: #fff;
}

li::marker {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.pc {
  display: block;
}

.pc-inblo {
  display: inline-block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

.pctb {
  display: block;
}

.tbsp {
  display: none;
}

.tbsp-inblo {
  display: none;
}

@media (max-width: 1100px) {
  .pc {
    display: none;
  }
  .pc-inblo {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: none;
  }
  .tbsp {
    display: block;
  }
  .tbsp-inblo {
    display: inline-block;
  }
}
@media (max-width: 834px) {
  .pc {
    display: none;
  }
  .pc-inblo {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: block;
  }
  .tbsp {
    display: block;
  }
  .tbsp-inblo {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  .pc {
    display: none;
  }
  .pc-inblo {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: block;
  }
  .pctb {
    display: none;
  }
  .tbsp-inblo {
    display: inline-block;
  }
}
.inblo {
  display: inline-block;
}

.wrapper {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .wrapper {
    width: 100%;
    padding: 0 10px;
  }
}

.wrapper-swiper {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .wrapper-swiper {
    width: 100%;
    padding: 0;
  }
}

body:has(.header-active) {
  height: 100%;
  overflow: hidden;
}

.tel a {
  color: #483f42;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(42, 41, 40, 0.8);
  font-family: "Noto Serif JP", serif;
  color: #fff;
  z-index: 100;
  padding-inline: 20px;
}
.header__inner {
  max-width: 1060px;
  margin-inline: auto;
  padding-bottom: 12px;
}
.header__inner > p {
  line-height: 1;
  margin-block: 10px;
  font-size: 11px;
}
@media (max-width: 834px) {
  .header__inner > p {
    line-height: 1.2;
    margin-right: 60px;
  }
}
.header__colum {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  max-width: 233px;
}
@media (max-width: 1100px) {
  .header__nav {
    margin-left: 50px;
  }
}
.header__nav ul {
  display: flex;
  gap: 10px 50px;
  flex-wrap: wrap;
  justify-content: right;
}
@media (max-width: 834px) {
  .header__nav ul {
    grid-template-columns: 1fr;
    gap: 0;
    display: block;
  }
}
.header__nav ul a {
  font-size: 14px;
}
@media (max-width: 834px) {
  .header__nav ul li {
    text-align: center;
  }
  .header__nav ul li:not(:first-child) {
    border-top: 1px solid #fff;
  }
}
.header__nav ul li a {
  font-size: 14px;
  position: relative;
}
@media (max-width: 834px) {
  .header__nav ul li a {
    display: block;
    font-size: 20px;
    padding-block: 15px;
    width: 100%;
    color: #fff;
  }
}
@media (max-width: 834px) {
  .header__menu {
    position: fixed;
    width: 100%;
    height: 100%;
    padding-right: 0;
    background: rgba(42, 41, 40, 0.95);
    z-index: 9;
    top: 0;
    left: calc(100% + 5px);
    transition: left 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .header__menu nav {
    max-width: 80%;
    margin: 100px auto;
  }
}
.header__hamburger {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  background: rgba(42, 41, 40, 0.8);
  border: none;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 834px) {
  .header__hamburger {
    display: block;
  }
}
.header__hamburger.fixed {
  position: fixed;
  top: 0;
}
.header .hamburger span {
  width: 70%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  display: block;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}
.header .hamburger span:nth-child(1) {
  top: calc(50% - 10px);
  transform: translate(-50%, -50%);
}
.header .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .hamburger span:nth-child(3) {
  top: calc(50% + 10px);
  transform: translate(-50%, -50%);
}
.header.header-active .header__menu {
  left: 0;
}
.header.header-active .hamburger span {
  position: absolute;
}
.header.header-active .hamburger span:nth-child(1) {
  top: 42px;
  left: 21px;
  rotate: 45deg;
}
.header.header-active .hamburger span:nth-child(2) {
  opacity: 0;
}
.header.header-active .hamburger span:nth-child(3) {
  top: 16px;
  rotate: -45deg;
  left: 23px;
}

.s-mv {
  position: relative;
  height: 100vh;
  width: 100%;
  background-image: url(../images/bg_mv01.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-inline: 20px;
  color: #fff;
  animation: scale 1.5s cubic-bezier(0.33, 1, 0.68, 1);
  animation-delay: 2.5s;
  will-change: auto;
}
.s-mv__inner {
  position: absolute;
  width: 620px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .s-mv__inner {
    width: calc(100% - 40px);
  }
}
.s-mv__inner h2 {
  position: relative;
  font-size: 40px;
  margin-bottom: 27px;
}
@media (max-width: 834px) {
  .s-mv__inner h2 {
    line-height: 1.4;
  }
}
.s-mv__text.n01 {
  margin-bottom: 5px;
}
.s-mv__text.n01 > span {
  padding-bottom: 14px;
  border-bottom: 1px solid #F0DBBF;
}
.s-mv__text.n01 img {
  width: 620px;
}
@media (max-width: 834px) {
  .s-mv__text.n01 img {
    width: 100%;
  }
}
.s-mv__text.no02 {
  width: 608px;
}
.s-mv__text.n03 {
  max-width: 145px;
  margin-inline: auto;
  margin-block: 22px;
}
.s-mv__text.n04 {
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
}

.s-intro {
  position: relative;
}
.s-intro__bg {
  position: absolute;
  top: 109px;
  width: 1160px;
  left: 0;
}
.s-intro__top {
  position: relative;
  width: 100%;
  height: 137px;
}
@media (max-width: 834px) {
  .s-intro__top {
    height: 109px;
  }
}
.s-intro__top .slide-outer {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 137px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 834px) {
  .s-intro__top .slide-outer {
    height: 109px;
  }
}
.s-intro__top .slide-wrapper {
  position: absolute;
  top: 0;
  animation: 20s linear infinite slidein;
}
.s-intro__top .before {
  position: absolute;
  top: 0;
  right: 100%;
}
.s-intro__top .after {
  position: absolute;
  top: 0;
  left: 100%;
}
.s-intro ul {
  display: flex;
}
.s-intro ul li {
  width: 251px;
}
@media (max-width: 834px) {
  .s-intro ul li {
    width: 200px;
  }
}
.s-intro__bd {
  max-width: 1060px;
  margin-inline: auto;
  margin-top: 80px;
  padding-bottom: 85px;
}
.s-intro__text {
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: 40px;
  z-index: 2;
}
@media (max-width: 834px) {
  .s-intro__text {
    margin-right: 0;
    padding-inline: 20px;
  }
}
.s-intro__text h3 {
  font-size: 23px;
  color: #765C21;
  margin-bottom: 30px;
  line-height: 1.5;
}
.s-intro__text p {
  line-height: 1.5;
  margin-top: 1em;
  color: #414141;
}

.s-service__hd {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  z-index: 2;
}
.s-service__hd h3 {
  margin-bottom: 10px;
}
.s-service__hd h3 img {
  width: 232px;
}
@media (max-width: 834px) {
  .s-service__hd h3 img {
    width: 185px;
  }
}
.s-service__hd p {
  font-size: 18px;
  color: #414141;
  font-weight: 400;
}
@media (max-width: 834px) {
  .s-service__hd p {
    font-size: 16px;
  }
}
.s-service__inner {
  padding-top: 80px;
}
.s-service__intro {
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
  padding-bottom: 85px;
  padding-inline: 20px;
}
.s-service__intro ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  z-index: 2;
}
@media (max-width: 834px) {
  .s-service__intro ul {
    flex-wrap: wrap;
  }
  .s-service__intro ul li {
    width: calc(50% - 3px);
  }
}
.s-service__intro-bg {
  position: absolute;
  width: 700px;
  right: 50%;
  top: -160px;
}
.s-service__content {
  position: relative;
  overflow: hidden;
  padding: 90px 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #EEEEED;
}
.s-service__content-bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.s-service__content-bg img {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.s-service__colum {
  position: relative;
  max-width: 1060px;
  margin-inline: auto;
  z-index: 2;
}
.s-service__colum ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 43px;
}
@media (max-width: 834px) {
  .s-service__colum ul {
    grid-template-columns: 1fr;
  }
}
.s-service__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 25px;
  padding: 30px;
  border: 1px solid #757575;
  background: #F7F7F7;
}
@media (max-width: 834px) {
  .s-service__item {
    padding: 30px 15px;
  }
}
.s-service__item h4 {
  text-align: center;
  color: #414141;
}
.s-service__item h4 .eng {
  padding-right: 25px;
}
.s-service__item h4 .eng._01 img {
  width: 90px;
}
.s-service__item h4 .eng._02 img {
  width: 183px;
}
.s-service__item h4 .eng._03 img {
  width: 130px;
}
.s-service__item h4 .eng._04 img {
  width: 91px;
}
@media (max-width: 1100px) {
  .s-service__item h4 .eng {
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.s-service__item h4 .ja01 {
  position: relative;
  top: -7px;
}
@media (max-width: 1100px) {
  .s-service__item h4 .ja01 {
    top: 5px;
  }
}
.s-service__item h4 .ja02 {
  position: relative;
  top: -2px;
}
@media (max-width: 1100px) {
  .s-service__item h4 .ja02 {
    top: 5px;
  }
}
.s-service__item h4 .ja03 {
  position: relative;
  top: -2px;
}
@media (max-width: 1100px) {
  .s-service__item h4 .ja03 {
    top: 5px;
  }
}
.s-service__item h4 .ja04 {
  position: relative;
  top: -7px;
}
@media (max-width: 1100px) {
  .s-service__item h4 .ja04 {
    top: 5px;
  }
}
.s-service__item .sub {
  color: #765C21;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02em;
}
.s-service__item .text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #414141;
}

.s-comp {
  background-image: url(../images/bg_comp01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-inline: 20px;
}
.s-comp__inner {
  max-width: 1060px;
  margin-inline: auto;
}
.s-comp__head {
  padding-block: 100px 50px;
  text-align: center;
}
.s-comp__head img {
  width: 331px;
}
@media (max-width: 834px) {
  .s-comp__head img {
    width: 264px;
  }
}
.s-comp__head h3 {
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 834px) {
  .s-comp__head h3 {
    font-size: 16px;
  }
}
.s-comp__colum {
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-left: 50px;
  margin-bottom: 200px;
}
@media (max-width: 834px) {
  .s-comp__colum {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-left: 0;
    font-size: 16px;
    margin-bottom: 120px;
  }
}
.s-comp__his {
  position: relative;
  max-width: 1060px;
  margin-inline: auto;
  padding-bottom: 70px;
}
.s-comp__his__colum {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .s-comp__his__colum {
    flex-direction: column;
  }
}
.s-comp__his__colum-l {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.s-comp__his__colum-l img {
  width: 151px;
}
@media (max-width: 834px) {
  .s-comp__his__colum-l {
    width: 100%;
    margin-bottom: 25px;
  }
  .s-comp__his__colum-l img {
    width: 120px;
  }
}
.s-comp__his__colum-l h3 {
  font-size: 18px;
  margin-top: 10px;
  color: #414141;
}
@media (max-width: 834px) {
  .s-comp__his__colum-l h3 {
    font-size: 16px;
  }
}
.s-comp__his__colum-r {
  line-height: 2.5;
  font-size: 18px;
  color: #333333;
}
@media (max-width: 834px) {
  .s-comp__his__colum-r {
    font-size: 16px;
    line-height: 2;
  }
}
.s-comp__bg {
  position: absolute;
  content: "";
  width: 100lvw;
  height: calc(100% + 100px);
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.7679446779) 64%, rgba(255, 255, 255, 0) 100%);
}

.s-recruit__top {
  position: relative;
  height: 338px;
}
@media (max-width: 834px) {
  .s-recruit__top {
    height: 267px;
  }
}
.s-recruit__top .slide-outer {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 338px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 834px) {
  .s-recruit__top .slide-outer {
    height: 267px;
  }
}
.s-recruit__top .slide-wrapper {
  position: absolute;
  top: 0;
  animation: 20s linear infinite slidein;
}
.s-recruit__top ul {
  display: flex;
}
.s-recruit__top ul li {
  width: 273px;
  padding-inline: 10px;
}
@media (max-width: 834px) {
  .s-recruit__top ul li {
    width: 220px;
  }
}
.s-recruit__top .before {
  position: absolute;
  top: 0;
  right: 100%;
}
.s-recruit__top .after {
  position: absolute;
  top: 0;
  left: 100%;
}
.s-recruit__bd {
  padding-top: 155px;
  padding-bottom: 230px;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (max-width: 834px) {
  .s-recruit__bd {
    padding-bottom: 150px;
    padding-top: 70px;
  }
}
.s-recruit__content {
  position: relative;
  width: 60%;
  margin-left: auto;
  z-index: 2;
}
@media (max-width: 834px) {
  .s-recruit__content {
    width: 100%;
  }
}
.s-recruit__content-ttl {
  display: flex;
  margin-bottom: 22px;
}
.s-recruit__content-ttl img {
  width: 150px;
}
@media (max-width: 834px) {
  .s-recruit__content-ttl {
    display: block;
    text-align: center;
  }
  .s-recruit__content-ttl p {
    margin-bottom: 10px;
  }
  .s-recruit__content-ttl img {
    width: 120px;
  }
}
.s-recruit__content-ttl h3 {
  font-size: 18px;
  padding-left: 17px;
}
@media (max-width: 834px) {
  .s-recruit__content-ttl h3 {
    font-size: 16px;
    padding-left: 0;
  }
}
.s-recruit__content > p {
  font-size: 17px;
  line-height: 2.5;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}
@media (max-width: 834px) {
  .s-recruit__content > p {
    font-size: 16px;
    line-height: 2;
  }
}
.s-recruit__content-btn a {
  display: block;
  width: 285px;
  text-align: center;
  padding-block: 13px;
  background-color: #DD943E;
  border-radius: 16px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 834px) {
  .s-recruit__content-btn a {
    margin-inline: auto;
    font-weight: 500;
  }
}
.s-recruit__content-img {
  position: absolute;
  width: 400px;
  top: -10px;
  right: calc(100% + 30px);
}
.s-recruit__bd {
  position: relative;
}
@media (max-width: 834px) {
  .s-recruit__bd {
    overflow: hidden;
  }
}
.s-recruit__bg .bg01 {
  position: absolute;
  top: 125px;
  left: 50%;
  transform: translate(120%, 0);
  height: 355px;
  background: #76D0D0;
  rotate: -5deg;
  width: 120vw;
}
@media (max-width: 834px) {
  .s-recruit__bg .bg01 {
    top: 120px;
    rotate: -8deg;
    height: 300px;
  }
}
.s-recruit__bg .bg01.bg-active {
  animation: widthAnime 0.6s linear forwards;
}
.s-recruit__bg .bg02 {
  position: absolute;
  top: 205px;
  left: 50%;
  transform: translate(-220%, 0);
  width: 120vw;
  height: 355px;
  background: #E9F2F2;
  opacity: 0.7;
  rotate: 8deg;
  transform-origin: left;
  animation-delay: 0.2s;
}
@media (max-width: 834px) {
  .s-recruit__bg .bg02 {
    top: 150px;
    height: 300px;
  }
}
.s-recruit__bg .bg02.bg-active {
  animation: widthAnimeL 0.6s linear forwards;
}

.s-cta {
  position: relative;
  padding-inline: 20px;
  color: #fff;
}
@media (max-width: 834px) {
  .s-cta {
    background-position: 65%;
  }
}
.s-cta__inner {
  position: relative;
  z-index: 2;
  max-width: 1060px;
  margin-inline: auto;
  padding-block: 80px 50px;
}
.s-cta__colum {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .s-cta__colum {
    display: block;
  }
}
.s-cta__colum-l {
  text-align: center;
  width: calc(100% - 690px);
}
.s-cta__colum-l img {
  width: 167px;
}
@media (max-width: 834px) {
  .s-cta__colum-l {
    width: 100%;
    margin-bottom: 25px;
  }
  .s-cta__colum-l img {
    width: 133px;
  }
}
.s-cta__colum-l > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.s-cta__colum-l h3 {
  margin-top: 10px;
}
@media (max-width: 834px) {
  .s-cta__colum-l h3 {
    font-size: 16px;
  }
}
.s-cta__colum-r > p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .s-cta__colum-r > p {
    font-size: 16px;
  }
}
.s-cta__content-bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.s-cta__content-bg img {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  scale: 1.2 !important;
}
@media (max-width: 834px) {
  .s-cta__content-bg img {
    scale: 1 !important;
    -o-object-position: 65% 50%;
       object-position: 65% 50%;
  }
}
.s-cta form {
  width: 690px;
}
@media (max-width: 834px) {
  .s-cta form {
    width: 100%;
  }
}
.s-cta .form-group {
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .s-cta .form-group {
    margin-bottom: 30px;
  }
}
.s-cta .form-group .top {
  vertical-align: top;
}
.s-cta .form-group label {
  font-size: 18px;
}
.s-cta .form-row {
  display: flex;
  gap: 10px;
}
@media (max-width: 834px) {
  .s-cta .form-row {
    display: block;
  }
}
.s-cta .form-row .form-group {
  flex: 1;
}
.s-cta .form-container input,
.s-cta .form-container select,
.s-cta .form-container textarea {
  width: 200px;
  padding: 8px;
  border: none;
  font-size: 14px;
  height: 30px;
}
@media (max-width: 834px) {
  .s-cta .form-container input,
  .s-cta .form-container select,
  .s-cta .form-container textarea {
    margin-top: 10px;
    width: 100%;
    height: 30px;
  }
}
.s-cta .form-container select:invalid {
  color: #757575;
}
.s-cta .form-container textarea {
  height: 80px;
  width: calc(100% - 158px);
}
@media (max-width: 834px) {
  .s-cta .form-container textarea {
    width: 100%;
  }
}
.s-cta .submit-button {
  display: block;
  background: #c0a06b;
  color: #fff;
  padding: 10px;
  width: 280px;
  margin-inline: auto;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
  font-size: 18px;
}
@media (max-width: 834px) {
  .s-cta .submit-button {
    width: 100%;
  }
}
.s-cta .submit-button span {
  margin-right: -10px;
}
.s-cta .submit-button:hover {
  background: #a58b5f;
}

.footer {
  padding: 24px 20px;
  background: #2C2C2C;
}
.footer__inner {
  max-width: 1060px;
  margin-inline: auto;
}
.footer__colum {
  display: flex;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  letter-spacing: -0.02em;
}
@media (max-width: 834px) {
  .footer__colum {
    display: block;
  }
}
.footer__logo {
  width: 93px;
  margin-right: 20px;
}
@media (max-width: 834px) {
  .footer__logo {
    margin-bottom: 15px;
  }
}
.footer__address {
  margin-right: 70px;
}
@media (max-width: 834px) {
  .footer__address {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
@media (max-width: 834px) {
  .footer__copy {
    font-size: 12px;
    text-align: center;
  }
}

.confirm {
  padding: 0 20px;
  height: calc(100vh - 110px);
}
.confirm_head {
  font-size: 32px;
  font-weight: bold;
  margin-top: 150px;
  color: #a58b5f;
  text-align: center;
}
.confirm_desc {
  margin-block: 40px 60px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.confirm_box {
  width: 530px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
}
@media (max-width: 834px) {
  .confirm_box {
    width: 100%;
    flex-direction: column;
    font-size: 15px;
  }
}
.confirm_box label {
  width: 30%;
}
@media (max-width: 834px) {
  .confirm_box label {
    width: 100%;
  }
}
.confirm_box p {
  width: 70%;
  padding-left: 100px;
}
@media (max-width: 834px) {
  .confirm_box p {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
  }
}
.confirm_btnbox {
  width: 350px;
  margin: 80px auto 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 834px) {
  .confirm_btnbox {
    width: 100%;
  }
}
.confirm_btn {
  display: inline-block;
  width: 350px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 12px 5px;
  background-color: #a58b5f;
  text-align: center;
  margin-bottom: 20px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
}
@media (max-width: 834px) {
  .confirm_btn {
    width: 80%;
    margin-inline: auto;
  }
}

.finish {
  padding: 0 20px;
  padding-bottom: 200px;
  height: 100vh;
}
.finish_message {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-block: 150px;
}
@media (max-width: 834px) {
  .finish_message {
    font-size: 15px;
  }
}
.finish_btn {
  width: 350px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #a58b5f;
  text-align: center;
  border: none;
  cursor: pointer;
  margin-inline: auto;
  border-radius: 7px;
}
.finish_btn a {
  padding: 12px 5px;
  display: block;
}
@media (max-width: 834px) {
  .finish_btn {
    width: 80%;
  }
}

.customize-support:has(.finish) .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

@keyframes slidein {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fadeTop {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes widthAnime {
  0% {
    transform: translateX(120%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes widthAnimeL {
  0% {
    transform: translateX(-220%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scale {
  0% {
    scale: 1.2;
  }
  100% {
    scale: 1;
  }
}
[data-scroll-trigger=top] {
  transform: translateY(20px);
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transition;
}

[data-scroll-trigger=top].\:visible {
  transform: translateY(0);
  opacity: 1;
}

.open__overlay-first {
  z-index: 10010;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #4a575b;
}

.open-logo {
  -webkit-transform: translate(-50%, -50%);
  z-index: 10010;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 26px;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.open-logo > img {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: fadeTop 3s forwards;
}

.open-anim-in {
  display: flex;
  z-index: 10011;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header__nav ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -3px;
  transform: scale(0, 1);
  transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1); /*変形の時間*/
}

.header__nav ul li a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  transform-origin: left top; /*左から右に向かう*/
}

.s-mv__inner h2,
.s-mv__text.n01,
.s-mv__text.n02,
.s-mv__text.n03,
.s-mv__text.n04 {
  transform: translateX(-100%);
  overflow: hidden;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}

.s-mv__inner h2 > span,
.s-mv__text.n01 > span,
.s-mv__text.n02 > span,
.s-mv__text.n03 > span,
.s-mv__text.n04 > span {
  display: block;
  transform: translateX(100%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}

.s-mv__text.n01,
.s-mv__text.n01 > span {
  transition-delay: 0.1s;
}

.s-mv__text.n02,
.s-mv__text.n02 > span {
  transition-delay: 0.3s;
}

.s-mv__text.n03,
.s-mv__text.n03 > span {
  transition-delay: 0.3s;
}

.s-mv__text.n04,
.s-mv__text.n04 > span {
  transition-delay: 0.4s;
}

.s-mv__inner h2.-visible,
.s-mv__text.n01.-visible,
.s-mv__text.n02.-visible,
.s-mv__text.n03.-visible,
.s-mv__text.n04.-visible,
.s-mv__inner h2 > span.-visible,
.s-mv__text.n01 > span.-visible,
.s-mv__text.n02 > span.-visible,
.s-mv__text.n03 > span.-visible,
.s-mv__text.n04 > span.-visible {
  transform: translateX(0);
}

.s-service__intro ul li {
  background: #fff;
}
.s-service__intro ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.s-service__intro ul li:nth-child(3) {
  transition-delay: 0.4s;
}
.s-service__intro ul li:nth-child(4) {
  transition-delay: 0.6s;
}/*# sourceMappingURL=index.css.map */