@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: 80px;
  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 .sec {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}
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: center;
}
main .wrapper .sec .inner .thead {
  width: calc(100% - 300px);
  max-width: 1060px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .wrapper .sec .inner .thead.on {
  opacity: 1;
}
main .wrapper .sec .inner .thead:not(:last-child) {
  margin-bottom: 40px;
}
main .wrapper .sec .inner .thead::before {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #A47A40;
  display: block;
}
main .wrapper .sec .inner .thead h4 {
  color: #A47A40;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin: 0 0 0 10px;
  position: relative;
  transition: all 0.5s ease-in 0s;
}
main .wrapper .sec .inner .thead h4:not(:last-child) {
  margin-bottom: 40px;
}
main .wrapper .sec .inner .line {
  width: calc(100% - 300px);
  max-width: 1060px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .wrapper .sec .inner .line.on {
  opacity: 1;
}
main .wrapper .sec .inner .line h5 {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  background-color: #000000;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
main .wrapper .sec .inner .line h5:not(:last-child) {
  margin-bottom: 50px;
}
main .wrapper .sec .inner .line 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";
  text-align: left;
}
main .wrapper .sec .inner .line p:not(:last-child) {
  margin-bottom: 60px;
}
main .wrapper .sec .inner .line .graph {
  width: 100%;
}
main .wrapper .sec .inner .line .graph h5 {
  margin-bottom: 10px;
}
main .wrapper .sec .inner .line .graph ul.txtbox {
  width: 100%;
  gap: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
main .wrapper .sec .inner .line .graph ul.txtbox li {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: calc((100% - 20px) / 3);
  height: 148px;
  background-color: #e9e7e4;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
main .wrapper .sec .inner .line .graph > div.mention {
  display: none;
}
main .wrapper .sec .inner .line .comment {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 36px;
}
main .wrapper .sec .inner .line .comment .person {
  width: calc(50% - 18px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
main .wrapper .sec .inner .line .comment .person:nth-child(n+3) dl {
  order: 2;
}
main .wrapper .sec .inner .line .comment .person:nth-child(n+3) .ctext {
  order: 1;
}
main .wrapper .sec .inner .line .comment .person:nth-child(n+3) .ctext::before {
  right: -24px;
  left: auto;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
main .wrapper .sec .inner .line .comment .person dl {
  width: 140px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  transform: translateY(48px);
}
main .wrapper .sec .inner .line .comment .person dl dt {
  width: 100%;
  margin-bottom: 16px;
}
main .wrapper .sec .inner .line .comment .person dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .wrapper .sec .inner .line .comment .person .ctext {
  width: calc(100% - 140px - 42px);
  background-color: #e9e7e4;
  padding: 30px;
  border-radius: 16px;
  position: relative;
}
main .wrapper .sec .inner .line .comment .person .ctext::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #e9e7e4;
  position: absolute;
  top: 104px;
  left: -24px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
main .wrapper .sec .inner .line .comment .person .ctext p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

/* --------------------------------------- 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%;
  }
  main .wrapper .sec {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
  }
  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: center;
  }
  main .wrapper .sec .inner .thead {
    width: calc(100% - 40px);
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  main .wrapper .sec .inner .thead:not(:last-child) {
    margin-bottom: 20px;
  }
  main .wrapper .sec .inner .thead::before {
    width: 1px;
    height: auto;
  }
  main .wrapper .sec .inner .thead h4 {
    color: #A47A40;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
    text-align: left;
    margin: 0 0 0 10px;
  }
  main .wrapper .sec .inner .thead h4:not(:last-child) {
    margin-bottom: 40px;
  }
  main .wrapper .sec .inner .line {
    width: calc(100% - 40px);
    max-width: 100%;
  }
  main .wrapper .sec .inner .line h5 {
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    background-color: #000000;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  main .wrapper .sec .inner .line h5:not(:last-child) {
    margin-bottom: 24px;
  }
  main .wrapper .sec .inner .line 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";
    text-align: left;
  }
  main .wrapper .sec .inner .line p:not(:last-child) {
    margin-bottom: 30px;
  }
  main .wrapper .sec .inner .line .graph {
    position: relative;
  }
  main .wrapper .sec .inner .line .graph h5:not(:last-child) {
    margin-bottom: 10px;
  }
  main .wrapper .sec .inner .line .graph ul.txtbox {
    width: 100%;
    gap: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .wrapper .sec .inner .line .graph ul.txtbox li {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    height: 50px;
    background-color: #e9e7e4;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  main .wrapper .sec .inner .line .graph ul.txtbox li br {
    display: none;
  }
  main .wrapper .sec .inner .line .graph > div {
    overflow: scroll;
  }
  main .wrapper .sec .inner .line .graph > div.mention {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  main .wrapper .sec .inner .line .graph > div.mention > div {
    width: 50px;
    margin-bottom: 20px;
    animation-name: slidein;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
  main .wrapper .sec .inner .line .graph > div.mention p {
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .wrapper .sec .inner .line .graph > div > div {
    width: 200%;
  }
  main .wrapper .sec .inner .line .comment {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px 0;
  }
  main .wrapper .sec .inner .line .comment .person {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .wrapper .sec .inner .line .comment .person:nth-child(n+3) dl {
    order: 1;
  }
  main .wrapper .sec .inner .line .comment .person:nth-child(n+3) .ctext {
    order: 2;
  }
  main .wrapper .sec .inner .line .comment .person:nth-child(n+3) .ctext::before {
    right: auto;
    left: -16px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  main .wrapper .sec .inner .line .comment .person:nth-child(even) dl {
    order: 2;
  }
  main .wrapper .sec .inner .line .comment .person:nth-child(even) .ctext {
    order: 1;
  }
  main .wrapper .sec .inner .line .comment .person:nth-child(even) .ctext::before {
    right: -16px;
    left: auto;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  main .wrapper .sec .inner .line .comment .person dl {
    width: 80px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    transform: translateY(48px);
  }
  main .wrapper .sec .inner .line .comment .person dl dt {
    width: 100%;
    margin-bottom: 16px;
  }
  main .wrapper .sec .inner .line .comment .person dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .wrapper .sec .inner .line .comment .person .ctext {
    width: calc(100% - 80px - 24px);
    padding: 16px;
    border-radius: 16px;
    position: relative;
  }
  main .wrapper .sec .inner .line .comment .person .ctext::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #e9e7e4;
    position: absolute;
    top: 88px;
    left: -16px;
  }
  main .wrapper .sec .inner .line .comment .person .ctext p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
}

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