@media print, screen and (min-width: 750.1px) {
  .sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 1920px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

#opening {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-image: url(../img/top/opening_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}
#opening.is-hidden {
  opacity: 0;
}
#opening .catch,
#opening .logo {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
#opening .catch.is-visible,
#opening .logo.is-visible {
  opacity: 1;
}
@media print, screen and (min-width: 750.1px) {
  #opening .catch img {
    width: 455px;
  }
}
@media screen and (max-width: 750px) {
  #opening .catch img {
    width: 60.6666666667vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #opening .logo img {
    width: 151px;
  }
}
@media screen and (max-width: 750px) {
  #opening .logo img {
    width: 29.3333333333vw;
  }
}

#mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
#mv.is-visible {
  opacity: 1;
}
@media print, screen and (min-width: 750.1px) {
  #mv {
    background-image: url(../img/top/mv_bg_pc.webp);
  }
}
@media screen and (max-width: 750px) {
  #mv {
    background-image: url(../img/top/mv_bg_sp.webp);
  }
}
#mv h1 {
  position: relative;
}
@media print, screen and (min-width: 750.1px) {
  #mv h1 img {
    width: 151px;
  }
}
@media screen and (max-width: 750px) {
  #mv h1 img {
    width: 29.3333333333vw;
  }
}

#business {
  background-color: #4a555d;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 750.1px) {
  #business {
    padding: 110px 0 150px;
    background-image: url(../img/top/business_bg2_pc.webp), url(../img/top/business_bg1_pc.webp);
    background-position: right bottom, left bottom;
    background-size: calc(100% - 375px), 425px;
  }
}
@media screen and (max-width: 750px) {
  #business {
    padding: 19.3333333333vw 0 16vw;
    background-image: url(../img/top/business_bg_sp.webp);
    background-position: left bottom;
    background-size: 50%;
  }
}
#business::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: -1;
}
@media print, screen and (min-width: 750.1px) {
  #business::after {
    width: 44.35%;
    height: 556px;
  }
}
@media screen and (max-width: 750px) {
  #business::after {
    width: 50%;
    height: 160vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #business .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 750.1px) {
  #business .head h2 img {
    width: 453px;
  }
}
@media screen and (max-width: 750px) {
  #business .head h2 img {
    width: 56.8vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #business .head .lead {
    margin-top: 42px;
  }
}
@media screen and (max-width: 750px) {
  #business .head .lead {
    margin-top: 4.5333333333vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #business .head figure {
    margin-right: calc((100vw - 1100px) / 2 * -1);
    width: calc((100vw - 1100px) / 2 + 612px);
    height: 510px;
    -webkit-box-shadow: 0px 0px 64.8px 16.2px rgba(23, 34, 42, 0.34);
            box-shadow: 0px 0px 64.8px 16.2px rgba(23, 34, 42, 0.34);
  }
}
@media screen and (max-width: 750px) {
  #business .head figure {
    margin-top: 5.8666666667vw;
    margin-right: -5.3333333333vw;
    width: 94.6666666667vw;
    height: 61.6vw;
    -webkit-box-shadow: 0px 0px 8.64vw 2.16vw rgba(23, 34, 42, 0.34);
            box-shadow: 0px 0px 8.64vw 2.16vw rgba(23, 34, 42, 0.34);
  }
}
#business .head figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#business .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 750.1px) {
  #business .services {
    margin-top: 98px;
    gap: 75px;
  }
}
@media screen and (max-width: 750px) {
  #business .services {
    margin-top: 13.7333333333vw;
    gap: 12.8vw;
  }
}
#business .services .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 750.1px) {
  #business .services .service {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  #business .services .service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.1333333333vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #business .services .service figure {
    min-width: 560px;
    max-width: 560px;
    height: 400px;
    -webkit-box-shadow: 0px 0px 64.8px 16.2px rgba(23, 34, 42, 0.34);
            box-shadow: 0px 0px 64.8px 16.2px rgba(23, 34, 42, 0.34);
  }
}
@media screen and (max-width: 750px) {
  #business .services .service figure {
    width: 100%;
    height: 63.8666666667vw;
    -webkit-box-shadow: 0px 0px 8.64vw 2.16vw rgba(23, 34, 42, 0.34);
            box-shadow: 0px 0px 8.64vw 2.16vw rgba(23, 34, 42, 0.34);
  }
}
#business .services .service figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 750.1px) {
  #business .services .service .text {
    padding-top: 6px;
    width: 500px;
  }
}
#business .services .service .text h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 750.1px) {
  #business .services .service .text h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  #business .services .service .text h3 {
    font-size: 5.6vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #business .services .service .text p {
    margin-top: 36px;
  }
}
@media screen and (max-width: 750px) {
  #business .services .service .text p {
    margin-top: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #business .services .service:nth-child(even) figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #business .services .service:nth-child(1) .text {
    margin-right: -15px;
    width: 515px;
  }
}
#business figure {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition: opacity 1s, -webkit-transform 1s, -webkit-filter 1s;
  transition: opacity 1s, -webkit-transform 1s, -webkit-filter 1s;
  transition: opacity 1s, transform 1s, filter 1s;
  transition: opacity 1s, transform 1s, filter 1s, -webkit-transform 1s, -webkit-filter 1s;
  overflow: hidden;
}
#business figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
#business figure.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}
#business figure.is-visible img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#flow.is-hidden {
  opacity: 0;
  pointer-events: none;
}
#flow .bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
}
@media print, screen and (min-width: 750.1px) {
  #flow .bg {
    background-image: url(../img/top/flow_bg_pc.webp);
  }
}
@media screen and (max-width: 750px) {
  #flow .bg {
    background-image: url(../img/top/flow_bg_sp.webp);
  }
}
#flow .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  #flow .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#flow .lead-block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 750.1px) {
  #flow .lead-block {
    padding-top: calc((100vh - 518px) / 2);
    width: 387px;
  }
}
@media screen and (max-width: 750px) {
  #flow .lead-block {
    padding-top: 22.1333333333vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #flow .lead-block h2 img {
    width: 261px;
  }
}
@media screen and (max-width: 750px) {
  #flow .lead-block h2 img {
    margin-bottom: -1.3333333333vw;
    width: 32.9333333333vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #flow .lead-block .lead {
    margin-top: 42px;
  }
}
@media screen and (max-width: 750px) {
  #flow .lead-block .lead {
    margin-top: 3.4666666667vw;
  }
}
#flow .h-scroll-container {
  overflow: hidden;
}
@media print, screen and (min-width: 750.1px) {
  #flow .h-scroll-container {
    margin-right: calc((100vw - 1100px) / 2 * -1);
    padding-top: calc((100vh - 518px) / 2);
    width: calc(50vw + 163px);
  }
}
@media screen and (max-width: 750px) {
  #flow .h-scroll-container {
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
#flow .slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 750.1px) {
  #flow .slides {
    gap: 42px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  #flow .slides {
    gap: 5.3333333333vw;
    margin-top: 8vw;
    margin-bottom: 6.4vw;
  }
}
#flow .slides .slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: rgba(22, 23, 24, 0.8);
}
@media print, screen and (min-width: 750.1px) {
  #flow .slides .slide {
    padding: 80px 40px 40px;
    width: 410px;
  }
}
@media screen and (max-width: 750px) {
  #flow .slides .slide {
    padding: 10.6666666667vw 9.3333333333vw 9.6vw;
    width: 89.3333333333vw;
  }
}
#flow .slides .slide h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 750.1px) {
  #flow .slides .slide h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  #flow .slides .slide h3 {
    font-size: 4.8vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #flow .slides .slide p {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  #flow .slides .slide p {
    margin-top: 3.2vw;
  }
}

#message {
  position: relative;
  background-size: cover;
}
@media print, screen and (min-width: 750.1px) {
  #message {
    margin-top: 50vh;
    padding: 150px 0 120px;
    background-image: url(../img/top/message_bg_pc.webp);
  }
}
@media screen and (max-width: 750px) {
  #message {
    margin-top: 50vh;
    padding: 19.4666666667vw 0 20vw;
    background-image: url(../img/top/message_bg_sp.webp);
  }
}
@media print, screen and (min-width: 750.1px) {
  #message .wrapper {
    max-width: 900px;
  }
}
#message h2 {
  text-align: center;
}
@media print, screen and (min-width: 750.1px) {
  #message h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  #message h2 {
    margin-bottom: 7.4666666667vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #message h2 img {
    width: 424px;
  }
}
@media screen and (max-width: 750px) {
  #message h2 img {
    width: 53.6vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #message h2 small {
    margin-top: 15px;
  }
}
@media screen and (max-width: 750px) {
  #message h2 small {
    margin-top: 3.7333333333vw;
  }
}
#message p + p {
  margin-top: 2em;
}
#message .signature {
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
}
@media print, screen and (min-width: 750.1px) {
  #message .signature {
    margin-top: 50px;
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 750px) {
  #message .signature {
    margin-top: 5.0666666667vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #message .signature img {
    margin-top: 20px;
    width: 266px;
  }
}
@media screen and (max-width: 750px) {
  #message .signature img {
    margin-top: 2.6666666667vw;
    width: 48.4vw;
  }
}

#background {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  pointer-events: none;
}
#background.is-visible {
  opacity: 1;
}
#background.is-hidden {
  opacity: 0.06;
}
#background.is-hidden-ex {
  opacity: 0;
}
@media print, screen and (min-width: 750.1px) {
  #background .logo img {
    width: 151px;
  }
}
@media screen and (max-width: 750px) {
  #background .logo img {
    width: 29.3333333333vw;
  }
}

#company {
  position: relative;
}
@media print, screen and (min-width: 750.1px) {
  #company {
    margin-top: calc(50vh + 58px);
    padding: 0 0 130px;
  }
}
@media screen and (max-width: 750px) {
  #company {
    margin-top: calc(50vh + 15.7333333333vw);
    padding: 0 0 20vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #company .wrapper {
    padding-top: 50px;
    max-width: 960px;
  }
}
@media screen and (max-width: 750px) {
  #company .wrapper {
    padding-top: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #company h2 {
    margin-top: 106px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  #company h2 {
    margin-top: 21.8666666667vw;
    margin-bottom: 11.2vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #company h2 img {
    width: 492px;
  }
}
@media screen and (max-width: 750px) {
  #company h2 img {
    width: 61.8666666667vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #company h2 small {
    margin-top: 4px;
  }
}
@media screen and (max-width: 750px) {
  #company h2 small {
    margin-top: 4vw;
  }
}
#company p {
  padding-bottom: 2em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
}
@media print, screen and (min-width: 750.1px) {
  #company p {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  #company p {
    font-size: 4.2666666667vw;
  }
}
#company dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #fff;
  line-height: 1.75;
}
@media print, screen and (min-width: 750.1px) {
  #company dl {
    padding: 24px 37px 23px;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #company dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.0666666667vw;
    padding: 4.8vw 4vw 4vw;
  }
}
#company dl:last-child {
  border-bottom: 1px solid #fff;
}
#company dl dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media print, screen and (min-width: 750.1px) {
  #company dl dt {
    width: 175px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 750px) {
  #company dl dt {
    font-size: 3.2vw;
    line-height: 1;
  }
}
#company dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 750px) {
  #company dl dd {
    font-size: 3.2vw;
    line-height: 2;
  }
}
@media print, screen and (min-width: 750.1px) {
  #company dl dd.address {
    line-height: 24px;
  }
}
@media screen and (max-width: 750px) {
  #company dl dd.address {
    padding-bottom: 1.0666666667vw;
    line-height: 6.1333333333vw;
  }
}

#contact {
  background-color: #25292b;
  position: relative;
}
@media print, screen and (min-width: 750.1px) {
  #contact {
    padding: 120px 0 140px;
  }
}
@media screen and (max-width: 750px) {
  #contact {
    padding: 17.3333333333vw 0 16vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #contact .wrapper {
    max-width: 900px;
  }
}
#contact h2 {
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
@media print, screen and (min-width: 750.1px) {
  #contact h2 img {
    width: 402px;
  }
}
@media screen and (max-width: 750px) {
  #contact h2 img {
    width: 50.6666666667vw;
  }
}
#contact .lead {
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media print, screen and (min-width: 750.1px) {
  #contact .lead {
    margin-top: 45px;
  }
}
@media screen and (max-width: 750px) {
  #contact .lead {
    margin-top: 3.2vw;
  }
}
#contact .tel-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media print, screen and (min-width: 750.1px) {
  #contact .tel-info {
    margin-top: 50px;
    padding: 45px 0 30px;
    gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  #contact .tel-info {
    margin-top: 10.6666666667vw;
    padding: 9.8666666667vw 0 11.4666666667vw;
    gap: 2.4vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #contact .tel-info dt {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  #contact .tel-info dt {
    font-size: 4vw;
    line-height: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #contact .tel-info dd {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 750px) {
  #contact .tel-info dd {
    font-size: 8vw;
  }
}
#contact .tel-info dd small {
  display: block;
}
@media print, screen and (min-width: 750.1px) {
  #contact .tel-info dd small {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #contact .tel-info dd small {
    margin-top: 4.8vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
#contact.is-visible h2,
#contact.is-visible .lead,
#contact.is-visible .tel-info {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#contact form > div {
  display: none;
}
#contact form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 750.1px) {
  #contact form dl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  #contact form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.4666666667vw;
  }
}
#contact form dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media print, screen and (min-width: 750.1px) {
  #contact form dl dt {
    height: 50px;
  }
}
@media screen and (max-width: 750px) {
  #contact form dl dt {
    font-size: 3.7333333333vw;
  }
}
#contact form dl dt .required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #161718;
}
@media print, screen and (min-width: 750.1px) {
  #contact form dl dt .required {
    margin-left: 24px;
    width: 56px;
    height: 22px;
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #contact form dl dt .required {
    margin-left: 2vw;
    width: 13.3333333333vw;
    height: 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
#contact form dl dd input,
#contact form dl dd textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0.7em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
}
@media print, screen and (min-width: 750.1px) {
  #contact form dl dd input,
  #contact form dl dd textarea {
    width: 635px;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #contact form dl dd input,
  #contact form dl dd textarea {
    width: 100%;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 750.1px) {
  #contact form dl dd input {
    height: 50px;
  }
}
@media screen and (max-width: 750px) {
  #contact form dl dd input {
    height: 10.6666666667vw;
  }
}
#contact form dl dd textarea {
  resize: none;
}
@media print, screen and (min-width: 750.1px) {
  #contact form dl dd textarea {
    height: 400px;
  }
}
@media screen and (max-width: 750px) {
  #contact form dl dd textarea {
    height: 93.3333333333vw;
  }
}
#contact form dl dd .error-message {
  padding: 0;
  border: none;
  color: #8b775c;
  font-weight: 500;
  line-height: 1;
}
@media print, screen and (min-width: 750.1px) {
  #contact form dl dd .error-message {
    margin-top: 16px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
@media screen and (max-width: 750px) {
  #contact form dl dd .error-message {
    margin-top: 3.2vw;
    font-size: 2.6666666667vw;
    letter-spacing: 0.1333333333vw;
  }
}
#contact form dl dd .error-message.is-hidden {
  display: none;
}
#contact form .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 750.1px) {
  #contact form .button-wrap {
    margin-top: 40px;
    gap: 32px;
  }
}
@media screen and (max-width: 750px) {
  #contact form .button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.3333333333vw;
    margin-top: 4.2666666667vw;
  }
}
#contact form .button-wrap input[type=submit],
#contact form .button-wrap input[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  background-color: #235060;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  cursor: pointer;
}
@media print, screen and (min-width: 750.1px) {
  #contact form .button-wrap input[type=submit],
  #contact form .button-wrap input[type=button] {
    width: 400px;
    height: 65px;
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  #contact form .button-wrap input[type=submit],
  #contact form .button-wrap input[type=button] {
    width: 78.6666666667vw;
    height: 14.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#contact form .button-wrap input[type=submit].prev-button,
#contact form .button-wrap input[type=button].prev-button {
  background-color: transparent;
  border: 1px solid #fff;
}
@media print, screen and (min-width: 750.1px) {
  #contact form .button-wrap input[type=submit].prev-button,
  #contact form .button-wrap input[type=button].prev-button {
    width: 300px;
  }
}
@media print, screen and (min-width: 750.1px) {
  #contact form .button-wrap input[type=submit] {
    width: 300px;
  }
}
#contact form .button-wrap #confirm-button {
  opacity: 0.5;
  cursor: default;
}
#contact form .button-wrap #confirm-button.is-active {
  opacity: 1;
  cursor: pointer;
}
#contact.entry #input-form, #contact.entry-confirm #confirm-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 750.1px) {
  #contact.entry #input-form, #contact.entry-confirm #confirm-form {
    margin-top: 70px;
    gap: 40px;
  }
}
@media screen and (max-width: 750px) {
  #contact.entry #input-form, #contact.entry-confirm #confirm-form {
    margin-top: 9.3333333333vw;
    gap: 9.3333333333vw;
  }
}
#contact.entry-confirm .wrapper > .lead,
#contact.entry-confirm .tel-info, #contact.entry-complete .wrapper > .lead,
#contact.entry-complete .tel-info {
  display: none;
}
#contact #confirm-form .lead {
  margin-top: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#contact #confirm-form dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#contact #confirm-form dl dt {
  height: auto;
  line-height: 2;
}
@media print, screen and (min-width: 750.1px) {
  #contact #confirm-form dl dt {
    width: 170px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
#contact #confirm-form dl dd p {
  line-height: 2;
  word-break: break-all;
}
@media print, screen and (min-width: 750.1px) {
  #contact #confirm-form dl dd p {
    font-size: 16px;
  }
}
#contact .thanks {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#contact .thanks .lead,
#contact .thanks p {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
#contact .thanks .lead + p {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#contact.entry-complete .thanks {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
#contact.entry-complete .thanks .lead,
#contact.entry-complete .thanks p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#contact.entry-complete .thanks .lead {
  line-height: 2;
}
#contact.entry-complete .thanks .lead + p {
  line-height: 3;
}
@media print, screen and (min-width: 750.1px) {
  #contact.entry-complete .thanks .lead + p {
    margin-top: 70px;
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #contact.entry-complete .thanks .lead + p {
    margin-top: 9.3333333333vw;
    font-size: 2.9333333333vw;
  }
}

/* アニメーション */
#opening .logo img, #mv h1 img {
  width: 100%;
  margin-left: 0;
}

#opening {
  transition: opacity 5s ease;
  opacity: 1;
}

#opening.bg-none {
  opacity: 0;
}
#mv {
-webkit-transition: opacity 2.5s;
transition: opacity 2.5s;
}
@media print,
screen and (max-width: 979px) {

  #opening .logo img, #mv h1 img {
    width: 230%;
    margin-left: -65%;
  }
}

@media print,
screen and (max-width: 750px) {
  #opening .logo img, #mv h1 img {
    width: 400%;
    margin-left: -150%;
  }
}