@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.typekit.net/ifp8qjt.css");
@keyframes slidein {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(50px);
  }
}
main {
  width: 100%;
  padding: 155px 0 0 0;
  overflow: hidden;
  position: relative;
}
main .wrapper {
  width: 100%;
  margin-bottom: 160px;
  position: relative;
}
main .wrapper #visual {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  transition: all 0.5s ease-in 0s;
}
main .wrapper #visual:not(:last-child) {
  margin-bottom: 120px;
}
main .wrapper #visual.on::after {
  clip-path: inset(0 0 0 0);
}
main .wrapper #visual.on h2 {
  opacity: 1;
}
main .wrapper #visual.on .title {
  opacity: 1;
}
main .wrapper #visual.on .catch {
  opacity: 1;
}
main .wrapper #visual.on .photo {
  opacity: 1;
}
main .wrapper #visual .catch {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main .wrapper #visual .catch h3 {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
main .wrapper #visual .catch h4 {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  width: 100%;
}
main .wrapper #visual .title {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 30px;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s ease-in 1.25s;
}
main .wrapper #visual .title h3 {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
main .wrapper #visual .photo {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .wrapper .mytitle {
  width: calc(100% - 300px);
  max-width: 1060px;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in;
}
main .wrapper .mytitle.on {
  opacity: 1;
}
main .wrapper .mytitle:not(:last-child) {
  margin-bottom: 60px;
}
main .wrapper .mytitle dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
main .wrapper .mytitle dl dt {
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  margin-bottom: 40px;
}
main .wrapper .mytitle dl dd {
  background-color: #A47A40;
  padding: 8px 64px;
  border-radius: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
main .wrapper .mytitle dl dd span {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .wrapper .mytitle h4 {
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: left;
  margin: 0px;
  position: relative;
}
main .wrapper .sec {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
main .wrapper .sec:not(:last-child) {
  margin-bottom: 160px;
}
main .wrapper .sec .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}
main .wrapper .sec .inner .line {
  text-align: left;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}
main .wrapper .sec .inner .line.on {
  opacity: 1;
}
main .wrapper .sec .inner .line:not(:last-child) {
  margin-bottom: 120px;
}
main .wrapper .sec .inner .line .text {
  width: calc(50% - 150px);
  max-width: calc(50% - (100vw - 1060px) / 2);
  padding: 0 40px 0 0;
}
main .wrapper .sec .inner .line .text p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .wrapper .sec .inner .line .text p:not(:last-child) {
  margin-bottom: 60px;
}
main .wrapper .sec .inner .line .photo {
  width: 50%;
  position: relative;
}
main .wrapper .sec#sec2 .inner .line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .wrapper .sec#sec2 .inner .line .text {
  padding: 0 0 0 40px;
  order: 2;
}
main .wrapper .sec#sec2 .inner .line .photo {
  order: 1;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  main {
    padding: 60px 0 0 0;
  }
  main .wrapper {
    margin-bottom: 40px;
  }
  main .wrapper #visual:not(:last-child) {
    margin-bottom: 60px;
  }
  main .wrapper #visual .catch {
    padding: 0 40px;
  }
  main .wrapper #visual .catch h3 {
    color: #FFFFFF;
    font-family: "Noto Serif JP", serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  main .wrapper #visual .catch h4 {
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
    text-align: left;
    width: 100%;
  }
  main .wrapper #visual .catch h4 br {
    display: none;
  }
  main .wrapper #visual .title {
    width: 1.2rem;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 5px;
    z-index: 5;
    opacity: 0;
    transition: all 0.5s ease-in 1.25s;
  }
  main .wrapper #visual .title h3 {
    color: #FFFFFF;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .wrapper #visual .photo {
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease-in 0.5s;
  }
  main .wrapper .mytitle {
    width: calc(100% - 40px);
    max-width: 100%;
  }
  main .wrapper .mytitle:not(:last-child) {
    margin-bottom: 40px;
  }
  main .wrapper .mytitle dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  main .wrapper .mytitle dl dt {
    color: #000000;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  main .wrapper .mytitle dl dd {
    padding: 8px 16px;
    border-radius: 32px;
  }
  main .wrapper .mytitle dl dd span {
    color: #FFFFFF;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .wrapper .mytitle h4 {
    color: #000000;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  main .wrapper .mytitle h4 br {
    display: none;
  }
  main .wrapper .mytitle h4 br.brsp {
    display: block;
  }
  main .wrapper .sec:not(:last-child) {
    margin-bottom: 80px;
  }
  main .wrapper .sec .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .wrapper .sec .inner .line {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .wrapper .sec .inner .line:not(:last-child) {
    margin-bottom: 60px;
  }
  main .wrapper .sec .inner .line .text {
    width: calc(100% - 40px);
    max-width: 100%;
    padding: 0 0px 0 0;
    order: 2;
  }
  main .wrapper .sec .inner .line .text p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .wrapper .sec .inner .line .text p:not(:last-child) {
    margin-bottom: 60px;
  }
  main .wrapper .sec .inner .line .photo {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
    position: relative;
  }
  main .wrapper .sec#sec2 .inner .line {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .wrapper .sec#sec2 .inner .line .text {
    padding: 0px;
    order: 2;
  }
  main .wrapper .sec#sec2 .inner .line .photo {
    order: 1;
  }
}

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