@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap");
@import url("https://use.typekit.net/kkb4laj.css");
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  90% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes flip2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-40px);
    /* 上に20px移動 */
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceTitle {
  0% {
    color: #8CB808;
    transform: translateY(10px);
  }
  40% {
    color: #8CB808;
    transform: translateY(-20px);
  }
  50% {
    color: #8CB808;
    transform: translateY(-20px);
  }
  60% {
    color: #282828;
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceTitle2 {
  0% {
    color: #282828;
    transform: translateY(20px);
  }
  40% {
    color: #282828;
    transform: translateY(-20px);
  }
  60% {
    color: #8CB808;
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceTitle3 {
  0% {
    color: #8CB808;
    transform: translateY(10px);
  }
  40% {
    color: #8CB808;
    transform: translateY(-20px);
  }
  50% {
    color: #8CB808;
    transform: translateY(-20px);
  }
  60% {
    color: #FFF;
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
main#container section {
  width: 100%;
}
main#container section#contents {
  width: calc(100% - 160px);
  margin: 0 auto;
}
main#container section#contents:not(:last-child) {
  margin-bottom: 80px;
}
main#container section#contents .inner {
  width: 100%;
}
main#container section#contents .inner .contents.interview {
  width: 100%;
  padding-top: 80px;
  border-top: solid 1px #ede7de;
}
main#container section#contents .inner .contents.interview .inwrap {
  width: 100%;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview {
  width: 100%;
  padding: 0 0 80px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .mainphoto {
  width: 40.625%;
  position: sticky;
  top: 160px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  transform: translateY(40px);
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .mainphoto.on {
  opacity: 1;
  transform: translateY(0px);
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .mainphoto figure {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .mainphoto p {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview {
  text-align: left;
  width: calc(59.375% - 80px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .qa {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px 0;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .qa.on {
  opacity: 1;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .qa:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #ede7de;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .qa.nl:not(:last-child) {
  padding-bottom: 0px;
  margin-bottom: 64px;
  border-bottom: none;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .qa dl dt {
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .qa dl dt span:nth-child(1) {
  color: #282828;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .qa dl dt span:nth-child(2) {
  color: #8CB808;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .qa dl dd {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .qa p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview figure {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview figure:not(:last-child) {
  margin-bottom: 64px;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview figure.on {
  opacity: 1;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule {
  width: 100%;
  background-color: #ede7de;
  padding: 40px;
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule.on::before {
  clip-path: inset(0 0 0 0);
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule.on .tt h5,
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule.on .tt p,
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule.on .tt figure {
  opacity: 1;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule.on .timeline {
  clip-path: inset(0 0 0 0);
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule:not(:last-child) {
  margin-bottom: 114px;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #FFF;
  display: block;
  position: absolute;
  top: 0px;
  left: 277px;
  clip-path: inset(0 0 100% 0);
  transition: all 0.35s ease-in 1s;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .tt {
  width: 230px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .tt h5 {
  color: #282828;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 6.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .tt p {
  color: #8CB808;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 32px;
  opacity: 0;
  transition: all 0.5s ease-in 0.3s;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .tt figure {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  transition: all 0.5s ease-in 0.6s;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .tt figure img {
  width: 26%;
  position: relative;
  transform: translateX(-30px);
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .timeline {
  width: calc(100% - 230px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 0;
  position: relative;
  z-index: 1;
  clip-path: inset(0 0 100% 0);
  transition: all 0.35s ease-in 1s;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .timeline dl {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .timeline dl::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #8CB808;
  border: solid 4px #FFF;
  border-radius: 8px;
  box-sizing: border-box;
  display: block;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .timeline dl dt {
  color: #282828;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 60px;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .timeline dl dd {
  width: calc(100% - 60px - 48px);
  background-color: #FFF;
  padding: 10px;
  border-radius: 8px;
  display: block;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .timeline dl dd span {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .btn {
  width: 57%;
  margin: 0 auto;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .btn a {
  width: 100%;
  height: 56px;
  background-color: #ede7de;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .btn a::before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #f9f6f2;
  background-image: url(../../common/images/arrow_link_b.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 8px;
  border-radius: 4px;
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  left: 8px;
  z-index: 1;
}
main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .btn a span {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  main#container section {
    width: 100%;
  }
  main#container section#contents {
    width: calc(100% - 32px);
    padding-top: 40px;
    margin: 0 auto;
  }
  main#container section#contents:not(:last-child) {
    margin-bottom: 80px;
  }
  main#container section#contents .inner {
    width: 100%;
  }
  main#container section#contents .inner .contents.interview {
    width: 100%;
    padding-top: 0px;
    border-top: none;
  }
  main#container section#contents .inner .contents.interview .inwrap {
    width: 100%;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview {
    width: 100%;
    padding: 0 0 80px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .mainphoto {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    top: auto;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .mainphoto figure {
    margin-bottom: 16px;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .mainphoto p {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .qa {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px 0;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .qa:not(:last-child) {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: solid 1px #ede7de;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .qa.nl:not(:last-child) {
    padding-bottom: 0px;
    margin-bottom: 32px;
    border-bottom: none;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .qa dl dt {
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .qa dl dt span:nth-child(1) {
    color: #282828;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .qa dl dt span:nth-child(2) {
    color: #8CB808;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .qa dl dd {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .qa p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview figure {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview figure:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule {
    padding: 40px 16px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #FFF;
    display: block;
    position: absolute;
    top: 0px;
    left: 87px;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .tt {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .tt h5 {
    color: #282828;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .tt h5 br {
    display: none;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .tt p {
    color: #8CB808;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 0px;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .tt figure {
    width: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    bottom: 40px;
    left: 16px;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .tt figure img {
    width: 100%;
    position: relative;
    transform: translateX(0px);
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .timeline {
    width: calc(100% - 48px - 16px);
    margin-left: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
    position: relative;
    z-index: 1;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .timeline dl {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 16px;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .timeline dl::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #8CB808;
    border: solid 4px #FFF;
    border-radius: 8px;
    box-sizing: border-box;
    display: block;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .timeline dl dt {
    color: #282828;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 40px;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .timeline dl dd {
    width: calc(100% - 40px - 48px);
    background-color: #FFF;
    padding: 10px 8px;
    border-radius: 4px;
    display: block;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .schedule .timeline dl dd span {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .btn {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .btn a {
    width: 100%;
    height: 56px;
    background-color: #ede7de;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .btn a::before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #f9f6f2;
    background-image: url(../../common/images/arrow_link_b.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 8px;
    border-radius: 4px;
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    left: 8px;
    z-index: 1;
  }
  main#container section#contents .inner .contents.interview .inwrap .combo-interview .text-interview .btn a span {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
}

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