@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bahiana&family=Lexend+Peta:wght@100..900&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");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ---------------------------------------------------------page--------------------------------------------------------- */
main#container {
  width: 100%;
  padding: 74px 0 120px 0;
  margin: 0px auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
main#container .tt {
  width: auto;
  padding: 8px 16px;
  border-radius: 0 0 10px 0;
  background-color: #384691;
  position: absolute;
  pointer-events: none;
  top: 0px;
  left: 0px;
  z-index: 10;
}
main#container .tt h2 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main#container .tt h2::before {
  content: "";
  width: 1px;
  height: 1.6rem;
  background-color: #FFF;
  margin-left: 16px;
  display: block;
  order: 2;
}
main#container .tt h2 span:nth-child(1) {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  order: 1;
}
main#container .tt h2 span:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 16px;
  order: 3;
}
main#container #visual {
  width: 100%;
  min-width: 1212px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 1s ease-in 0s;
}
main#container #visual.on {
  opacity: 1;
}
main#container #visual:not(:last-child) {
  margin-bottom: 0px;
}
main#container #visual::before {
  content: "";
  width: 626px;
  height: 244px;
  background-image: url(../images/deco_visual1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -60px;
  left: calc(50% - 626px + 120px);
  display: block;
  z-index: 1;
}
main#container #visual::after {
  content: "";
  width: 228px;
  height: 228px;
  background-image: url(../images/deco_visual2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 90px;
  right: -80px;
  display: block;
  z-index: 1;
}
main#container #visual > h3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: calc(50% - 54px);
  left: calc(50% - 510px);
  z-index: 1;
}
main#container #visual > h3 span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #FFF;
  padding: 8px;
}
main#container #visual > h3 span:not(:last-child) {
  margin-bottom: 16px;
}
main#container #visual .photo {
  width: 100%;
  height: auto;
  position: relative;
}
main#container #profile {
  width: 100%;
  padding: 100px 0;
  margin: 0 auto;
  background-color: #384691;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
main#container #profile:not(:last-child) {
  margin-bottom: 100px;
}
main#container #profile .tt {
  background-color: #FFF;
}
main#container #profile .tt h2::before {
  background-color: #384691;
}
main#container #profile .tt h2 span {
  color: #384691;
}
main#container #profile .text {
  text-align: left;
  width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main#container #profile .text dl {
  width: 154px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container #profile .text dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-bottom: 16px;
}
main#container #profile .text dl dd {
  color: #384691;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 20px;
}
main#container #profile .text > div {
  width: calc(100% - 154px - 41px);
  padding-left: 40px;
  border-left: solid 1px #FFF;
}
main#container #profile .text > div p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
main#container .section {
  width: 1040px;
  margin: 0 auto;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
main#container .section:not(:last-child) {
  margin-bottom: 80px;
}
main#container .section.on {
  opacity: 1;
}
main#container .section .deco {
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0.1s;
}
main#container .section .deco.on {
  opacity: 1;
}
main#container .section .deco:not(:last-child) {
  margin-bottom: 72px;
}
main#container .section .deco.d1 {
  width: 1506px;
  left: calc(50% - 753px);
}
main#container .section .deco.d2 {
  width: 1390px;
  left: calc(50% - 695px);
}
main#container .section .line {
  text-align: left;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0.1s;
}
main#container .section .line.on {
  opacity: 1;
}
main#container .section .line:not(:last-child) {
  margin-bottom: 152px;
}
main#container .section .line img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
main#container .section .line h4 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main#container .section .line h4:not(:last-child) {
  margin-bottom: 104px;
}
main#container .section .line h4::before {
  content: "";
  width: calc((100vw - 1040px) / 2);
  height: 1px;
  background-color: #000;
  position: relative;
  margin-left: calc((100vw - 1040px) / -2);
  transform: translateX(-32px);
}
main#container .section .line h4 span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main#container .section .line .inline {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container .section .line .inline.column {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container .section .line .inline.column .text {
  width: 100%;
  margin-bottom: 104px;
}
main#container .section .line .inline.column .photo {
  width: 100vw;
  position: relative;
  left: calc(50% - 50vw);
}
main#container .section .line .inline.column .photo img {
  border-radius: 0px;
}
main#container .section .line .inline .text {
  width: calc(100% - 506px - 48px);
}
main#container .section .line .inline .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
main#container .section .line .inline .photo {
  width: 506px;
}
main#container .section .line .inline .photoset {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main#container .section .line .inline .photoset > div {
  width: calc(50% - 8px);
}
main#container .section#voices {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main#container .section#voices::before {
  content: "";
  width: 182px;
  height: 724px;
  background-image: url(../images/deco_voice.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 200px;
  left: calc(50% - 700px);
  z-index: 1;
  display: block;
}
main#container .section#voices::after {
  content: "";
  width: 142px;
  height: 142px;
  background-image: url(../images/deco_voice2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 71px);
  left: calc(50% + 550px);
  z-index: 1;
  display: block;
}
main#container .section#voices h3 {
  width: 400px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 48px;
}
main#container .section#voices h3.md {
  background-image: url(../mechanical-design/images/body_member.png);
}
main#container .section#voices h3.ps {
  background-image: url(../product-sales/images/body_member.png);
}
main#container .section#voices .voice {
  width: 1056px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main#container .section#voices .voice.left .comment::before {
  left: -40px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
main#container .section#voices .voice.right .comment::before {
  right: -40px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
main#container .section#voices .voice .photo {
  width: 250px;
  position: relative;
}
main#container .section#voices .voice .photo p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  position: absolute;
  top: 0px;
  left: 160px;
  transform-origin: left top;
  transform: rotate(45deg);
}
main#container .section#voices .voice .photo p strong {
  font-size: 1.8rem;
}
main#container .section#voices .voice .comment {
  width: calc(100% - 250px - 80px);
  position: relative;
}
main#container .section#voices .voice .comment::before {
  content: "";
  width: 40px;
  height: 32px;
  background-color: #384691;
  display: block;
  position: absolute;
  top: calc(50% - 16px);
}
main#container .section#voices .voice .comment > div {
  width: 100%;
  background-color: #384691;
  padding: 24px;
  border-radius: 8px;
}
main#container .section#voices .voice .comment > div p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
}
main#container .section#afterword {
  width: 100%;
  position: relative;
}
main#container .section#afterword:not(:last-child) {
  margin-bottom: 160px;
}
main#container .section#afterword h4 {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: calc(50% - 85px);
  left: 50%;
  z-index: 1;
}
main#container .section#afterword h4.left {
  left: calc(50% - 520px);
}
main#container .section#afterword h4 span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #FFF;
  padding: 8px;
}
main#container .section#afterword h4 span:not(:last-child) {
  margin-bottom: 16px;
}
main#container .section#afterword > div {
  width: 100%;
}
main#container .section#index {
  width: 100%;
}
main#container .section#index h4 {
  width: 1040px;
  margin: 0 auto;
}
main#container .section#index h4:not(:last-child) {
  margin-bottom: 160px;
}
main#container .section#index h4::after {
  content: "";
  width: 796px;
  height: 238px;
  background-image: url(../images/deco_index.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -80px;
  left: calc(50% - 110px);
}
main#container .section#index h4 span {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main#container .section#index .links {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container .section#index .links > div {
  width: calc(50% - 4px);
}
main#container .section#index .links > div a {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main#container .section#index .links > div a:hover .ph img {
  transform: scale(1.05);
}
main#container .section#index .links > div a .ph {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
main#container .section#index .links > div a .ph::after {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  right: 0px;
}
main#container .section#index .links > div a .ph img {
  border-radius: 0px;
  transition: all 0.25s ease-in 0s;
}
main#container .section#index .links > div a dl {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main#container .section#index .links > div a dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container .section#index .links > div a dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 24px;
  margin-left: 24px;
  border-left: solid 1px #000;
}
main#container .section#index .links > div a dl dd span:nth-child(1) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 8px;
}
main#container .section#index .links > div a dl dd span:nth-child(2) {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  main#container {
    width: 100%;
    padding: 46px 0 80px 0;
  }
  main#container .tt {
    width: auto;
    padding: 8px;
  }
  main#container .tt h2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .tt h2::before {
    height: 1.4rem;
    margin-left: 8px;
  }
  main#container .tt h2 span:nth-child(1) {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    order: 1;
  }
  main#container .tt h2 span:nth-child(2) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 8px;
    order: 3;
  }
  main#container #visual {
    width: 100%;
    min-width: 100%;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: all 1s ease-in 0s;
  }
  main#container #visual.on {
    opacity: 1;
  }
  main#container #visual:not(:last-child) {
    margin-bottom: 0px;
  }
  main#container #visual::before {
    width: 313px;
    height: 122px;
    bottom: -60px;
    left: calc(50% - 156px + 120px);
  }
  main#container #visual::after {
    width: 114px;
    height: 114px;
    top: calc(50% - 40px);
    right: -40px;
  }
  main#container #visual > h3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: calc(50% + 40px);
    left: 16px;
    z-index: 1;
  }
  main#container #visual > h3 span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding: 8px;
  }
  main#container #visual > h3 span:not(:last-child) {
    margin-bottom: 8px;
  }
  main#container #profile {
    width: 100%;
    padding: 64px 0 40px 0;
    margin: 0 auto;
    background-color: #384691;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }
  main#container #profile:not(:last-child) {
    margin-bottom: 56px;
  }
  main#container #profile .tt {
    background-color: #FFF;
  }
  main#container #profile .tt h2::before {
    background-color: #384691;
  }
  main#container #profile .tt h2 span {
    color: #384691;
  }
  main#container #profile .text {
    width: calc(100% - 32px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container #profile .text dl {
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main#container #profile .text dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    margin: 0 0 0 16px;
    order: 2;
  }
  main#container #profile .text dl dd {
    color: #384691;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    background-color: #FFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 40px;
    padding: 0 24px;
    border-radius: 20px;
    order: 1;
  }
  main#container #profile .text > div {
    width: 100%;
    padding-left: 0px;
    border-left: none;
  }
  main#container #profile .text > div p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
  main#container .section {
    width: calc(100% - 64px);
  }
  main#container .section:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container .section .deco {
    position: relative;
    opacity: 0;
    transition: all 0.5s ease-in 0.1s;
  }
  main#container .section .deco.on {
    opacity: 1;
  }
  main#container .section .deco:not(:last-child) {
    margin-bottom: 72px;
  }
  main#container .section .deco.d1 {
    width: 753px;
    left: calc(50% - 380px);
  }
  main#container .section .deco.d2 {
    width: 695px;
    left: calc(50% - 370px);
  }
  main#container .section .line:not(:last-child) {
    margin-bottom: 64px;
  }
  main#container .section .line h4 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section .line h4:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container .section .line h4::before {
    content: "";
    width: 32px;
    margin: 0;
    transform: translate(-40px, 1.8rem);
  }
  main#container .section .line h4 span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main#container .section .line .inline {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section .line .inline.column {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section .line .inline.column .text {
    width: 100%;
    margin-bottom: 104px;
  }
  main#container .section .line .inline.column .photo {
    width: 100vw;
    position: relative;
    left: calc(50% - 50vw);
  }
  main#container .section .line .inline.column .photo img {
    border-radius: 0px;
  }
  main#container .section .line .inline .text {
    width: 100%;
  }
  main#container .section .line .inline .text:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container .section .line .inline .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
  main#container .section .line .inline .photo {
    width: 100%;
  }
  main#container .section .line .inline .photo:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container .section .line .inline .photoset {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .section .line .inline .photoset > div {
    width: 100%;
  }
  main#container .section .line .inline .photoset > div:not(:last-child) {
    margin-bottom: 16px;
  }
  main#container .section#voices {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main#container .section#voices::before {
    content: "";
    width: 182px;
    height: 724px;
    background-image: url(../images/deco_voice.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 360px;
    left: -80px;
    z-index: 1;
    display: block;
  }
  main#container .section#voices::after {
    content: "";
    width: 142px;
    height: 142px;
    background-image: url(../images/deco_voice2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 800px;
    left: calc(100% - 80px);
    z-index: 1;
    display: block;
  }
  main#container .section#voices h3 {
    width: 300px;
    height: 41px;
    margin-bottom: 24px;
  }
  main#container .section#voices h3.md {
    background-image: url(../mechanical-design/images/body_member.png);
  }
  main#container .section#voices h3.ps {
    background-image: url(../product-sales/images/body_member.png);
  }
  main#container .section#voices .voice {
    width: calc(100% - 64px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .section#voices .voice:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container .section#voices .voice.left .photo {
    margin-left: auto;
  }
  main#container .section#voices .voice.left .comment::before {
    left: 40%;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
  }
  main#container .section#voices .voice.right .photo {
    margin-right: auto;
  }
  main#container .section#voices .voice.right .comment::before {
    right: 30%;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
  main#container .section#voices .voice .photo {
    width: 200px;
    position: relative;
    order: 2;
  }
  main#container .section#voices .voice .photo p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
    position: absolute;
    top: -15px;
    left: 130px;
    transform-origin: left top;
    transform: rotate(45deg);
  }
  main#container .section#voices .voice .photo p strong {
    font-size: 1.8rem;
  }
  main#container .section#voices .voice .comment {
    width: 100%;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
    order: 1;
  }
  main#container .section#voices .voice .comment::before {
    content: "";
    width: 40px;
    height: 32px;
    background-color: #384691;
    display: block;
    position: absolute;
    top: calc(100% - 0px);
  }
  main#container .section#voices .voice .comment > div {
    width: 100%;
    padding: 16px;
  }
  main#container .section#voices .voice .comment > div p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
    text-align: left;
  }
  main#container .section#afterword {
    width: 100%;
    position: relative;
  }
  main#container .section#afterword:not(:last-child) {
    margin-bottom: 80px;
  }
  main#container .section#afterword h4 {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: auto;
    bottom: 64px;
    left: 16px;
    z-index: 1;
  }
  main#container .section#afterword h4.left {
    left: 32px;
  }
  main#container .section#afterword h4 span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    padding: 8px;
  }
  main#container .section#afterword h4 span:not(:last-child) {
    margin-bottom: 8px;
  }
  main#container .section#afterword > div {
    width: 100%;
  }
  main#container .section#index {
    width: 100%;
  }
  main#container .section#index h4 {
    width: calc(100% - 64px);
  }
  main#container .section#index h4:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container .section#index h4::after {
    content: "";
    width: 398px;
    height: 119px;
    background-image: url(../images/deco_index.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: absolute;
    top: -104px;
    left: calc(50% - 110px);
  }
  main#container .section#index h4 span {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    position: relative;
    z-index: 1;
  }
  main#container .section#index .links {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main#container .section#index .links > div {
    width: calc(50% - 4px);
  }
  main#container .section#index .links > div a {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .section#index .links > div a:hover .ph img {
    transform: scale(1.05);
  }
  main#container .section#index .links > div a .ph {
    width: 100%;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
  }
  main#container .section#index .links > div a .ph::after {
    width: 24px;
  }
  main#container .section#index .links > div a dl {
    width: calc(100% - 16px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section#index .links > div a dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
  }
  main#container .section#index .links > div a dl dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0px;
    margin-left: 0px;
    border-left: none;
  }
  main#container .section#index .links > div a dl dd span:nth-child(1) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 8px;
  }
  main#container .section#index .links > div a dl dd span:nth-child(2) {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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