@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media only screen and (max-width: 48em) {
  *,
  *::before,
  *::after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  font-size: 1rem;
  text-rendering: optimizeSpeed;
  line-height: 1.55;
}

*:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

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

a {
  color: inherit;
  text-decoration: none;
}

figure,
img,
picture,
svg {
  display: block;
}

img,
picture,
svg {
  height: auto;
}
@media only screen and (max-width: 48em) {
  img,
  picture,
  svg {
    width: 100%;
  }
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

select {
  background: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-value {
  color: inherit;
  background: transparent;
}
select::-ms-expand {
  display: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 0;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  background: transparent;
  font: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

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

html {
  font-family: "Zen Maru Gothic", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-style: normal;
  color: #000;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  html {
    font-size: 18px;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) and (max-width: calc(100em - 0.01px)) {
  html {
    font-size: calc(18 / 1600 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 48em) {
  html {
    font-size: calc(18 / 414 * var(--inner-width) * 1px);
  }
}

html, body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.container {
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* 初期状態非表示 */
.container.show-after::after {
  content: "";
  display: block;
  opacity: 1;
  transition: opacity 0.5s;
}

/* 初期非表示 */
header, #sec1, #sec2, #sec3, #sec4, #sec4-2, #contact, .dot-nav, footer, .copyright {
  opacity: 0;
  transition: opacity 0.5s;
}

.contact header,
.contact .copyright,
.contact #contact,
.thanks header,
.thanks .copyright {
  opacity: 1;
}

.visible {
  opacity: 1 !important;
}

.mv-contents {
  position: relative;
}

.section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  font-size: 1rem;
  padding-top: 22vh;
  color: #000;
}
@media only screen and (max-width: 48em) {
  .section {
    padding-top: 32vw;
    min-height: 100dvh;
  }
}
.section.s1, .section.s3 {
  justify-content: center;
  padding-top: 0;
}
.section .section-en {
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 1.6666666667rem;
}
@media only screen and (max-width: 48em) {
  .section .section-en {
    font-size: 3.2vw;
    margin-bottom: 6vw;
  }
}
.section .sec-ttl {
  margin-bottom: 2.7777777778rem;
}
@media only screen and (max-width: 48em) {
  .section .sec-ttl {
    margin-bottom: 13vw;
  }
}
.section .service-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 45rem;
  margin: 0 auto;
}
@media only screen and (max-width: 48em) {
  .section .service-btn {
    width: 76vw;
  }
}
.section .service-btn .btn {
  width: 13.8888888889rem;
  height: 11.6666666667rem;
  border-radius: 0.6666666667rem;
  background-color: #DA5524;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 1rem;
  opacity: 1;
  transition: opacity 0.3s;
}
.section .service-btn .btn:nth-of-type(n + 4) {
  margin-top: 1.6666666667rem;
}
@media only screen and (max-width: 48em) {
  .section .service-btn .btn:nth-of-type(n + 4) {
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 48em) {
  .section .service-btn .btn:nth-of-type(n + 3) {
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 48em) {
  .section .service-btn .btn {
    width: 36vw;
    height: 36vw;
  }
}
.section .service-btn .btn img {
  max-width: 5.5555555556rem;
  height: 5.5555555556rem;
}
@media only screen and (max-width: 48em) {
  .section .service-btn .btn img {
    max-width: 3.3333333333rem;
    height: 3.3333333333rem;
  }
}
.section .service-btn .btn span {
  margin-top: 1.1111111111rem;
  line-height: 1em;
}
@media only screen and (max-width: 48em) {
  .section .service-btn .btn span {
    margin-top: 3vw;
    line-height: 1em;
    font-size: 3vw;
  }
}
.section .service-btn .btn:hover {
  opacity: 0.6;
}

.mv-contents,
footer {
  scroll-snap-align: start;
  min-height: 100vh; /* 必要に応じて高さ調整 */
}
@media only screen and (max-width: 48em) {
  .mv-contents,
  footer {
    min-height: 100dvh;
  }
}
.mv-contents .footer-inner,
footer .footer-inner {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 48em) {
  .mv-contents .footer-inner,
  footer .footer-inner {
    height: 100dvh;
  }
}
.mv-contents .footer-inner h3,
footer .footer-inner h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mv-contents .footer-inner h3 img,
footer .footer-inner h3 img {
  width: 19.3333333333rem;
  height: auto;
}
.mv-contents .footer-inner h3 img:nth-of-type(n + 2),
footer .footer-inner h3 img:nth-of-type(n + 2) {
  margin-top: 2.2222222222rem;
  width: 14.3888888889rem;
  height: auto;
}

/* ドットナビ */
.dot-nav {
  position: fixed;
  top: 50%;
  left: 2.2222222222rem;
  transform: translateY(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
}
@media only screen and (max-width: 48em) {
  .dot-nav {
    left: 3.6vw;
  }
}

.dot-nav li {
  margin: 1.6666666667rem 0;
}
@media only screen and (max-width: 48em) {
  .dot-nav li {
    margin: 6vw 0;
  }
}

.dot-nav a {
  display: block;
  width: 0.7777777778rem;
  height: 0.7777777778rem;
  border-radius: 50%;
  background: #aaa;
  transition: all 0.3s;
}
@media only screen and (max-width: 48em) {
  .dot-nav a {
    width: 2vw;
    height: 2vw;
  }
}

.dot-nav a.active {
  background: #000;
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .pc {
    display: block;
  }
}
@media only screen and (max-width: 48em) {
  .pc {
    display: none;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .smt {
    display: none;
  }
}
@media only screen and (max-width: 48em) {
  .smt {
    display: block;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  header {
    padding: 2.2222222222rem 3.3333333333rem 2.2222222222rem 2.2222222222rem;
    width: 100%;
  }
}
@media only screen and (max-width: 48em) {
  header {
    width: 100%;
    height: 4.4444444444rem;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 1.1111111111rem;
    z-index: 10000;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  header .header__logo {
    width: 7.6111111111rem;
  }
}
@media only screen and (max-width: 48em) {
  header .header__logo {
    width: 5rem;
  }
}
header .header__logo a {
  width: 100%;
  display: block;
}
header .header__logo a img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 48em) {
  header .page-nav {
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    height: 100vh;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    display: none;
    z-index: 1000;
    padding: 15vh 0 0;
    width: 100vw;
    height: 100dvh;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  header .page-nav ul {
    display: flex;
  }
}
@media only screen and (max-width: 48em) {
  header .page-nav ul {
    display: flex;
    text-align: center;
    padding: 0 0;
    flex-direction: column;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  header .page-nav ul li {
    margin-left: 3.5em;
  }
}
@media only screen and (max-width: 48em) {
  header .page-nav ul li {
    margin: 1rem 0;
  }
}
header .page-nav ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}
header .copy {
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  header .copy {
    font-size: 1.5555555556rem;
    font-weight: 400;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin: auto auto 0;
  }
}
@media only screen and (max-width: 48em) {
  header .copy {
    font-size: 0.6666666667rem;
    margin-left: 1.1111111111rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  header .menu-btn {
    display: none;
  }
}
@media only screen and (max-width: 48em) {
  header .menu-btn {
    width: 1.6666666667rem;
    height: 1.6666666667rem;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    z-index: 1200;
    position: absolute;
    top: 1.3333333333rem;
    right: 1.3333333333rem;
  }
}
@media only screen and (max-width: 48em) {
  header .menu-btn i {
    display: block;
    width: 100%;
    height: 1px;
    background: black;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform-origin: left center;
  }
}
header .menu-btn i:nth-child(1) {
  position: absolute;
  top: -20px;
}
header .menu-btn i:nth-child(3) {
  position: absolute;
  top: 20px;
}

body.on .menu-btn i:nth-child(1) {
  transform: rotate(45deg);
}
body.on .menu-btn i:nth-child(2) {
  opacity: 0;
}
body.on .menu-btn i:nth-child(3) {
  transform: rotate(-45deg);
}

.copyright {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  position: fixed;
  right: 1.6666666667rem;
  bottom: 1.6666666667rem;
  transform-origin: left bottom;
  writing-mode: sideways-lr;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .copyright {
    font-size: 0.8888888889rem;
  }
}
@media only screen and (max-width: 48em) {
  .copyright {
    font-size: 2.6vw;
    margin-top: 0;
    right: 3vw;
    bottom: 5vw;
  }
}

footer {
  height: 100vh;
  width: 100%;
  z-index: 10000;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  footer {
    position: relative;
    bottom: 0;
  }
}
@media only screen and (max-width: 48em) {
  footer {
    height: 100dvh;
    position: relative;
  }
}
footer .footer-inner::before {
  content: "";
  display: block;
  background: url(../img/footer-img-2.png) no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
@media only screen and (max-width: 48em) {
  footer .footer-inner::before {
    background: url(../img/footer-img-3sp.png) no-repeat center center/cover;
    background-attachment: fixed;
  }
}
footer .footer-inner::after {
  content: "";
  display: block;
  background: url(../img/footer-img-rect.svg) no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media only screen and (max-width: 48em) {
  footer .footer-inner::after {
    background: url(../img/footer-img-rect_sp.svg) no-repeat center center/cover;
    background-attachment: fixed;
  }
}

@supports (-webkit-overflow-scrolling: touch) {
  .footer-inner {
    background: url(../img/footer-img-ios.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
  }
  .footer-inner::after {
    display: none;
  }
  .footer-inner::before {
    display: none;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  #contact-thanks header {
    height: calc(100vh - 8rem);
  }
}
#contact-thanks footer {
  position: fixed;
}
@media only screen and (max-width: 48em) {
  #contact-thanks footer {
    bottom: 0;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  #thanks {
    padding-top: 8.3333333333rem;
    padding-bottom: 11.1111111111rem;
    padding-right: 17.2222222222rem;
  }
}
@media only screen and (max-width: 48em) {
  #thanks {
    padding-top: 8.3333333333rem;
  }
}
#thanks .heading {
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  #thanks .heading {
    font-size: 2.7777777778rem;
    margin-bottom: 0.5555555556rem;
  }
}
@media only screen and (max-width: 48em) {
  #thanks .heading {
    font-size: 1.5555555556rem;
    margin-bottom: 0.5555555556rem;
  }
}
#thanks .heading-sub {
  text-align: center;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  #thanks .heading-sub {
    font-size: 0.8888888889rem;
    margin-bottom: 3.8888888889rem;
  }
}
@media only screen and (max-width: 48em) {
  #thanks .heading-sub {
    font-size: 0.8888888889rem;
    margin-bottom: 3.8888888889rem;
  }
}
#thanks .lead {
  text-align: center;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  #thanks .lead {
    font-size: 1rem;
    margin-bottom: 4.4444444444rem;
  }
}
@media only screen and (max-width: 48em) {
  #thanks .lead {
    font-size: 1rem;
    margin-bottom: 3.3333333333rem;
  }
}
#thanks a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  #thanks a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 48em) {
  #thanks a {
    font-size: 1rem;
  }
}

#sec1 .mv-text {
  width: 44.8333333333rem;
  height: 19.3333333333rem;
  min-width: 540px;
}
@media only screen and (max-width: 48em) {
  #sec1 .mv-text {
    width: 80vw;
    min-width: 80vw;
    height: 35vw;
  }
}
#sec1 .mv-text img {
  width: 100%;
  height: auto;
}

#sec2 {
  padding-bottom: 22vh;
}
@media only screen and (max-width: 48em) {
  #sec2 {
    padding-bottom: 80vw;
  }
}
#sec2 .intro-lead {
  font-size: 0.9rem;
  line-height: 2.4em;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  #sec2 .intro-lead {
    font-size: 0.7777777778rem;
  }
}
#sec2 .logo {
  margin-top: 6.6666666667rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 48em) {
  #sec2 .logo {
    margin-top: 20vw;
  }
}
#sec2 .logo h4 {
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 2.7777777778rem;
}
@media only screen and (max-width: 48em) {
  #sec2 .logo h4 {
    font-size: 3.4vw;
    margin-bottom: 10vw;
  }
}
#sec2 .logo figure {
  width: 12.2222222222rem;
  margin-bottom: 2.7777777778rem;
}
@media only screen and (max-width: 48em) {
  #sec2 .logo figure {
    width: 43vw;
    margin-bottom: 12vw;
  }
}
#sec2 .logo figure img {
  width: 100%;
  height: auto;
}
#sec2 .logo p {
  line-height: 2.2em;
  font-size: 0.9rem;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  #sec2 .logo p {
    line-height: 1.8em;
    text-align: center;
    font-size: 3.4vw;
  }
}
#sec2 .sec-ttl {
  height: 6.6666666667rem;
}
@media only screen and (max-width: 48em) {
  #sec2 .sec-ttl {
    height: 52vw;
    margin-bottom: 11vw;
  }
}
#sec2 .sec-ttl img {
  width: auto;
  height: 100%;
}

#sec3 .sec-ttl {
  height: 1.4444444444rem;
}
@media only screen and (max-width: 48em) {
  #sec3 .sec-ttl {
    height: 6vw;
  }
}
#sec3 .sec-ttl img {
  width: auto;
  height: 100%;
}

#sec4 {
  padding-bottom: 22vh;
}
@media only screen and (max-width: 48em) {
  #sec4 {
    padding-bottom: 80vw;
  }
}
#sec4 .sec-ttl {
  height: 1.4444444444rem;
}
@media only screen and (max-width: 48em) {
  #sec4 .sec-ttl {
    height: 6vw;
  }
}
#sec4 .sec-ttl img {
  width: auto;
  height: 100%;
}
#sec4 dl {
  display: flex;
  width: 37.7777777778rem;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 48em) {
  #sec4 dl {
    flex-wrap: wrap;
    width: 76vw;
    margin-bottom: 5vw;
  }
}
#sec4 dl dt {
  width: 8.3333333333rem;
  font-weight: 600;
  font-size: 0.9rem;
}
@media only screen and (max-width: 48em) {
  #sec4 dl dt {
    width: 21vw;
    font-size: 3.2vw;
    margin-bottom: 0;
    line-height: 1.6em;
  }
}
#sec4 dl dd {
  width: calc(100% - 8.3333333333rem);
  font-size: 0.9rem;
}
#sec4 dl dd small {
  margin-left: 1.2rem;
  font-size: 0.7rem;
}
@media only screen and (max-width: 48em) {
  #sec4 dl dd small {
    margin-left: 0;
    display: block;
    font-size: 0.6rem;
  }
}
@media only screen and (max-width: 48em) {
  #sec4 dl dd {
    width: calc(100% - 21vw);
    font-size: 3.4vw;
    line-height: 1.6em;
  }
}
#sec4 dl dd p {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 48em) {
  #sec4 dl dd p {
    font-size: 3.4vw;
    margin-bottom: 3vw;
  }
}
#sec4 dl dd ul li {
  font-size: 0.8rem;
  line-height: 2.2em;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media only screen and (max-width: 48em) {
  #sec4 dl dd ul li {
    font-size: 3.4vw;
    line-height: 1.6em;
    display: flex;
    align-items: flex-start;
    white-space: wrap;
    margin-bottom: 3vw;
    width: 100%;
    padding-left: 5vw;
    box-sizing: border-box;
    position: relative;
  }
}
#sec4 dl dd ul li::before {
  display: block;
  height: 3px;
  width: 0.6666666667rem;
  background-color: #000;
  content: "";
  margin-right: 0.6666666667rem;
}
@media only screen and (max-width: 48em) {
  #sec4 dl dd ul li::before {
    height: 1vw;
    width: 3vw;
    margin-right: 2vw;
    top: 2.6vw;
    left: 0;
    position: absolute;
  }
}
#sec4 .company-message {
  width: 55.5555555556rem;
  padding: 3.8888888889rem;
  box-sizing: border-box;
  margin: 6.6666666667rem auto 0;
  border-radius: 1.1111111111rem;
  border: 1px solid #707070;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 48em) {
  #sec4 .company-message {
    width: 76vw;
    flex-direction: column;
    padding: 12vw 8vw 8vw;
    margin-top: 20vw;
  }
}
#sec4 .company-message h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: -1.3333333333rem;
  margin: auto;
  width: 9.4444444444rem;
  z-index: 100;
}
@media only screen and (max-width: 48em) {
  #sec4 .company-message h3 {
    top: -4vw;
    margin: auto;
    width: 30vw;
  }
}
#sec4 .company-message h3 img {
  width: 100%;
  height: auto;
}
#sec4 .company-message .picture {
  width: 13.3333333333rem;
}
@media only screen and (max-width: 48em) {
  #sec4 .company-message .picture {
    width: 45vw;
    margin-bottom: 6vw;
  }
}
#sec4 .company-message .picture figure {
  width: 13.3333333333rem;
  height: 13.3333333333rem;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 48em) {
  #sec4 .company-message .picture figure {
    width: 45vw;
    height: 45vw;
  }
}
#sec4 .company-message .picture figure img {
  width: 100%;
  height: auto;
}
#sec4 .company-message .picture p {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  line-height: 1.6em;
  margin-top: 1.1111111111rem;
  font-size: 0.9rem;
}
@media only screen and (max-width: 48em) {
  #sec4 .company-message .picture p {
    margin-top: 4vw;
    font-size: 3.6vw;
  }
}
#sec4 .company-message .picture p span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
}
@media only screen and (max-width: 48em) {
  #sec4 .company-message .picture p span {
    font-size: 3vw;
  }
}
#sec4 .company-message .message-text {
  width: 31.1111111111rem;
  font-size: 0.9rem;
  line-height: 2.1em;
}
@media only screen and (max-width: 48em) {
  #sec4 .company-message .message-text {
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.8em;
  }
}

#contact {
  padding-bottom: 22vh;
}
@media only screen and (max-width: 48em) {
  #contact {
    padding-bottom: 80vw;
  }
}
#contact > p {
  font-size: 0.9rem;
  line-height: 2em;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  #contact > p {
    font-size: 3.4vw;
    line-height: 1.8em;
  }
}
#contact > p.section-en {
  line-height: 1em;
}
#contact .sec-ttl {
  height: 1.4444444444rem;
}
@media only screen and (max-width: 48em) {
  #contact .sec-ttl {
    height: 6vw;
  }
}
#contact .sec-ttl img {
  width: auto;
  height: 100%;
}

#contact-page #contact {
  padding-bottom: 22vh;
}

#thanks-page {
  padding-top: 22vh;
  padding-bottom: 22vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#thanks-page .section-en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1111111111rem;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 2.3333333333rem;
}
@media only screen and (max-width: 48em) {
  #thanks-page .section-en {
    font-size: 3.2vw;
    margin-bottom: 6vw;
  }
}
#thanks-page .sec-ttl {
  margin-bottom: 5.5555555556rem;
}
@media only screen and (max-width: 48em) {
  #thanks-page .sec-ttl {
    margin-bottom: 13vw;
  }
}

.main-bg {
  background: url(../img/mv-img.svg) no-repeat center center/cover;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: -2;
  transform: scale(1);
  opacity: 0;
  transition: all 0.6s;
  transition-delay: 0.2s;
  display: none;
}
@media only screen and (max-width: 48em) {
  .main-bg {
    height: 100dvh;
    background: url(../img/mv-img-sp.svg) no-repeat center center/cover;
  }
}

.main-bg.visible {
  transform: scale(1.1);
}
@media only screen and (max-width: 48em) {
  .main-bg.visible {
    transform: scale(1.15);
  }
}

.shape-bg {
  scroll-snap-align: start;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -2;
  transform: scale(1);
  opacity: 0;
  transition: all 0.6s;
  transition-delay: 0.2s;
}
@media only screen and (max-width: 48em) {
  .shape-bg {
    height: 100dvh;
    transform: scale(1.1);
  }
}
.shape-bg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shape-bg.visible {
  transform: scale(1.1);
}
@media only screen and (max-width: 48em) {
  .shape-bg.visible {
    transform: scale(1.45);
  }
}
.shape-bg .st2 {
  fill: #e07;
  isolation: isolate;
  mix-blend-mode: multiply;
}
.shape-bg .st3 {
  fill: #009cd1;
  isolation: isolate;
  mix-blend-mode: multiply;
}
.shape-bg .st4 {
  fill: #ffe200;
  isolation: isolate;
  mix-blend-mode: multiply;
}
.shape-bg .st5 {
  fill: #e07;
  isolation: isolate;
  mix-blend-mode: multiply;
}

.container {
  position: relative;
}
.container::before {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  transition: opacity 0.3s;
  display: block;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.6);
}
.container.on-sec2::before {
  opacity: 1;
}

.form.contents-body {
  width: 55.5555555556rem;
  margin: 5rem auto 0;
}
@media only screen and (max-width: 48em) {
  .form.contents-body {
    width: 76vw;
    margin-top: 12vw;
  }
}
.form.contents-body dl {
  display: flex;
  align-items: flex-start;
  border-top: #333 1px solid;
  padding: 0.8333333333rem 2.2222222222rem;
}
@media only screen and (max-width: 48em) {
  .form.contents-body dl {
    flex-wrap: wrap;
    padding: 4vw 0;
  }
}
.form.contents-body dl dt {
  width: 16.6666666667rem;
  line-height: 2.7777777778rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1.6666666667rem;
  font-size: 0.9rem;
}
@media only screen and (max-width: 48em) {
  .form.contents-body dl dt {
    width: 100%;
    padding-right: 0;
    line-height: 5vw;
    margin-bottom: 3.4vw;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 48em) {
  .form.contents-body dl dt p {
    font-size: 3.4vw;
  }
}
.form.contents-body dl dt span {
  height: 1.4444444444rem;
  width: 2.7777777778rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #fff;
  background-color: #DA5524;
  border-radius: 0.2222222222rem;
  line-height: 1em;
}
@media only screen and (max-width: 48em) {
  .form.contents-body dl dt span {
    height: 5vw;
    width: 9vw;
    font-size: 3vw;
    margin-left: 3vw;
  }
}
.form.contents-body dl dt span.any {
  background-color: #B5B5B5;
}
.form.contents-body dl dd {
  width: calc(100% - 16.6666666667rem);
  font-size: 0.9rem;
}
@media only screen and (max-width: 48em) {
  .form.contents-body dl dd {
    width: 100%;
  }
}
.form.contents-body dl dd input {
  height: 2.7777777778rem;
  line-height: 1em;
  background-color: #F0F0F0;
  border-radius: 0.2222222222rem;
  width: 100%;
  border: none;
  padding: 0 1.1111111111rem;
}
@media only screen and (max-width: 48em) {
  .form.contents-body dl dd input {
    font-size: 3.4vw;
    height: 10vw;
  }
}
.form.contents-body dl dd textarea {
  background-color: #F0F0F0;
  border-radius: 0.2222222222rem;
  width: 100%;
  border: none;
  padding: 1.1111111111rem;
}
@media only screen and (max-width: 48em) {
  .form.contents-body dl dd textarea {
    font-size: 3.4vw;
    padding: 4vw;
  }
}
.form.contents-body dl.last-block {
  border-bottom: #ccc 1px solid;
  margin-bottom: 4.4444444444rem;
}
.form.contents-body .form-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form.contents-body .form-buttons button {
  height: 4.4444444444rem;
  width: 22.2222222222rem;
  background-color: #DA5524;
  border-radius: 0.3333333333rem;
  margin: 4.4444444444rem auto 0;
  color: #fff;
  font-weight: 600;
  background-image: url(../img/btn-arrow.svg);
  background-position: right 1.1111111111rem center;
  background-size: auto 0.7777777778rem;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 48em) {
  .form.contents-body .form-buttons button {
    width: 70vw;
    height: 16vw;
  }
}
.form.contents-body .form-buttons button.formlib3-back-button {
  width: 13.8888888889rem;
  background-color: #aaa;
  margin: 4.4444444444rem 0 0;
}
.form.contents-body .form-buttons button.formlib3-send-button {
  margin: 4.4444444444rem 1.1111111111rem 0;
}

.contact .form.contents-body {
  margin-top: 0;
}

.modal-content {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 48em) {
  .modal-content {
    height: 100dvh;
  }
}
.modal-content .section-en {
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 1.6666666667rem;
}
@media only screen and (max-width: 48em) {
  .modal-content .section-en {
    font-size: 3.2vw;
    margin-bottom: 6vw;
  }
}
.modal-content .sec-ttl {
  margin-bottom: 3.8888888889rem;
  height: 1.4444444444rem;
}
@media only screen and (max-width: 48em) {
  .modal-content .sec-ttl {
    height: 6vw;
    margin-bottom: 13vw;
  }
}
.modal-content .sec-ttl img {
  height: 100%;
  width: auto;
}
.modal-content .modal-content-inner {
  width: 44.4444444444rem;
  height: 26.1111111111rem;
  background-color: #DA5524;
  border-radius: 1.1111111111rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 3.3333333333rem;
  position: relative;
}
@media only screen and (max-width: 48em) {
  .modal-content .modal-content-inner {
    width: 75vw;
    height: 98vw;
    padding: 8vw 8vw;
  }
}
.modal-content .modal-content-inner img {
  width: 5rem;
  height: auto;
  margin-bottom: 1.1111111111rem;
}
@media only screen and (max-width: 48em) {
  .modal-content .modal-content-inner img {
    width: 16vw;
    height: auto;
    margin-bottom: 5vw;
  }
}
.modal-content .modal-content-inner h2 {
  font-size: 1.1rem;
  line-height: 1em;
  color: #fff;
  margin-bottom: 1.3333333333rem;
  font-weight: 600;
}
@media only screen and (max-width: 48em) {
  .modal-content .modal-content-inner h2 {
    font-size: 4.5vw;
  }
}
.modal-content .modal-content-inner p {
  font-size: 0.9rem;
  line-height: 1.8em;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .modal-content .modal-content-inner p {
    font-size: 3.4vw;
    text-align: left;
  }
  .modal-content .modal-content-inner p br {
    display: none;
  }
}
.modal-content .modal-content-inner a {
  width: 22.2222222222rem;
  height: 3.3333333333rem;
  margin-top: 2rem;
  background-color: #fff;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1.1111111111rem center;
  background-size: auto 1rem;
  border-radius: 0.3333333333rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
@media only screen and (max-width: 48em) {
  .modal-content .modal-content-inner a {
    width: 90%;
    height: 10vw;
    font-size: 3.6vw;
  }
}
.modal-content .mfp-close {
  right: 1.1111111111rem;
  top: 1.1111111111rem;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  background: url(../img/close-btn.svg) no-repeat center center/contain;
  color: transparent;
  font-size: 1px;
  opacity: 1;
}
@media only screen and (max-width: 48em) {
  .modal-content .mfp-close {
    width: 5vw;
    height: 5vw;
    top: 4vw;
    right: 4vw;
  }
}

.mfp-bg {
  background: url(../img/modal-bg.jpg) no-repeat center center/cover;
  opacity: 1;
}
@media only screen and (max-width: 48em) {
  .mfp-bg {
    background: url(../img/modal-bg-sp.jpg) no-repeat center center/cover;
    opacity: 1;
  }
}

button.mfp-arrow {
  background: url(../img/modal-arrow-next.svg) no-repeat center center/contain;
  width: 2.1111111111rem;
  height: 4.2222222222rem;
  opacity: 1;
  right: calc(50% - 26.1111111111rem);
  top: calc(50% + 1.6666666667rem);
  margin: 0;
}
@media only screen and (max-width: 48em) {
  button.mfp-arrow {
    top: calc(50% + 8vw);
    right: 4vw;
    left: auto;
    width: 7vw;
    height: 13vw;
  }
}
button.mfp-arrow::before, button.mfp-arrow::after {
  width: 2.1111111111rem;
  height: 4.2222222222rem;
  border: none;
  margin: 0;
  top: 0;
  display: none;
}
button.mfp-arrow.mfp-arrow-left {
  background: url(../img/modal-arrow-prev.svg) no-repeat center center/contain;
  left: calc(50% - 26.1111111111rem);
  right: auto;
  top: calc(50% + 1.6666666667rem);
}
@media only screen and (max-width: 48em) {
  button.mfp-arrow.mfp-arrow-left {
    left: 4vw;
    right: auto;
    top: calc(50% + 8vw);
    margin: 0;
  }
}

@media only screen and (max-width: 48em) {
  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.mfp-arrow:active {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 48em) {
  .contact #contact,
  .contact header,
  .contact .copyright {
    opacity: 1;
  }
}

.formlib3-is-show .form-confirm {
  font-size: 1.2222222222rem;
  line-height: 2em;
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 48em) {
  .formlib3-is-show .form-confirm {
    font-size: 3.4vw;
    line-height: 1.8em;
    margin-bottom: 12vw;
  }
}

.form.contents-body > .formlib3-form-errors {
  margin-bottom: 3em;
}
.form.contents-body > .formlib3-form-errors .formlib3-form-error {
  text-align: center;
  color: #DA5524;
  font-size: 1em;
  margin-top: 3em;
}

.form.contents-body dl .formlib3-field-error {
  color: #DA5524;
  margin-top: 0.5em;
  font-size: 0.9em;
}

#contact-page::after,
#thanks-page::after {
  height: 100vh;
  width: 100%;
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(../img/modal-bg.jpg) no-repeat center center/cover;
  opacity: 1;
}
@media only screen and (max-width: 48em) {
  #contact-page::after,
  #thanks-page::after {
    background: url(../img/modal-bg-sp.jpg) no-repeat center center/cover;
    opacity: 1;
  }
}

.formlib3-is-show .form.contents-body dl dd p {
  line-height: 2.7777777778rem;
}
@media only screen and (max-width: 48em) {
  .formlib3-is-show .form.contents-body dl dd p {
    line-height: 5vw;
  }
}
.formlib3-is-show .form.contents-body dl dd.full2 {
  white-space: pre-wrap;
}
.formlib3-is-show .form.contents-body dl dd.full2 p {
  line-height: 1.6666666667rem;
  margin-top: 0.5em;
}
@media only screen and (max-width: 48em) {
  .formlib3-is-show .form.contents-body dl dd.full2 p {
    line-height: 4vw;
  }
}

.thanks-btn {
  height: 4.4444444444rem;
  width: 22.2222222222rem;
  background-color: #DA5524;
  border-radius: 0.3333333333rem;
  margin: 4.4444444444rem auto 0;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/btn-arrow.svg);
  background-position: right 1.1111111111rem center;
  background-size: auto 0.7777777778rem;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 48em) {
  .thanks-btn {
    width: 70vw;
    height: 16vw;
  }
}

.footer.section {
  padding-top: 0;
}
.footer.section img {
  width: 22rem;
  height: auto;
  margin-bottom: 5vh;
  max-height: 23vh;
}
@media only screen and (max-width: 48em) {
  .footer.section img {
    width: 39vw;
    height: auto;
    margin-bottom: 8vw;
  }
}
.footer.section a {
  height: 2.4rem;
  width: 10rem;
  background-color: #DA5524;
  border-radius: 1.5rem;
  margin: 0 auto 0;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
@media only screen and (max-width: 48em) {
  .footer.section a {
    height: 8vw;
    width: 36vw;
    border-radius: 4vw;
    font-size: 3.4vw;
  }
}
.footer.section .footer-copyright {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  margin-top: 5vh;
}
@media only screen and (max-width: 48em) {
  .footer.section .footer-copyright {
    font-weight: 300;
    font-size: 2.6vw;
    margin-top: 6vw;
  }
}/*# sourceMappingURL=common.css.map */