* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

body {
  margin: 0;
}

ul {
  list-style: none;
}

/* img */
img {
  width: 100%;
  border: none;
}

section img {
  width: 100%;
}

body, section p, h1, h2, h3, h4, h5, h6, p, li {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  /* for mac El Capitan */
  font-family: -apple-system, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /**/
  font-size: 16px;
  line-height: 1.8;
  color: #191919;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 25px;
  margin: 2em 0 1em 0;
  line-height: 1.5;
}

h3 {
  font-size: 22px;
  margin: 2em 0 1em 0;
  line-height: 1.5;
}

h4 {
  font-size: 20px;
  margin: 0 0 0.5em 0;
  line-height: 1.5;
}

a {
  color: #191919;
  text-decoration: none;
}

a:hover {
  color: #999;
}

p {
  margin: 0;
}

h2 {
  margin: 0;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  body, section p, p, li {
    font-size: 14px;
  }
  h1 {
    font-size: 1.8125em;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  p.caption_tx {
    font-size: 10px;
  }
}
section {
  margin: 0;
}

.only-sp {
  display: none;
}
@media screen and (max-width: 1199px) {
  .only-sp {
    display: block;
  }
}

.only-pc {
  display: block;
}
@media screen and (max-width: 1199px) {
  .only-pc {
    display: none;
  }
}

.p-top {
  z-index: -100;
  position: fixed;
  width: 100%;
}
.p-top__video {
  z-index: --100;
  box-sizing: content-box;
  height: 100vh;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-top__video {
    height: 111vh;
  }
}
.p-top__video video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  width: auto;
  height: 100%;
  z-index: -100;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1199px) {
  .p-top__video video {
    top: 0;
    transform: translate(-50%, 0);
    height: 111vh;
  }
}
.p-top__title {
  z-index: 9;
  position: absolute;
  top: 300px;
  left: 14%;
  display: flex;
  flex-direction: row;
  height: 126px;
}
@media screen and (max-width: 1199px) {
  .p-top__title {
    top: 138px;
    left: 20px;
  }
}
.p-top__title img {
  width: 90px;
}
@media screen and (max-width: 1199px) {
  .p-top__title img {
    width: 36px;
  }
}
.p-top__title__text {
  margin-left: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top__title__text h1 {
  font-weight: 600;
  color: white;
  font-size: 34px;
}
@media screen and (max-width: 1199px) {
  .p-top__title__text h1 {
    font-size: 19px;
    line-height: 1.4;
  }
}
.p-top__title-tate {
  z-index: 9;
  position: absolute;
  top: 61px;
  right: 69px;
}
.p-top__title-tate img {
  height: 190px;
}
@media screen and (max-width: 1199px) {
  .p-top__title-tate {
    top: 31px;
    right: 31px;
  }
  .p-top__title-tate img {
    height: 131px;
    width: auto;
  }
}

.p-floating {
  width: 100%;
  height: 65px;
  position: fixed;
  bottom: 0px;
  background-color: rgba(60, 60, 67, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .p-floating {
    height: 44px;
  }
}
.p-floating div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.p-floating div p {
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin: 0px 25px;
}
@media screen and (max-width: 1199px) {
  .p-floating div p {
    font-size: 12px;
    margin: 0 10px;
  }
}

.p-ghost {
  height: 100vh;
}

.p-about {
  position: relative;
  z-index: 9;
  width: 100%;
  background-color: #6D6D72;
  padding-top: 170px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .p-about {
    padding-top: 60px;
  }
}
.p-about__heading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  margin-bottom: 135px;
}
@media screen and (max-width: 1199px) {
  .p-about__heading {
    flex-direction: column;
    align-items: center;
    text-align: start;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .p-about__heading__title {
    width: 312px;
    margin-bottom: 24px;
  }
}
.p-about__heading__title h2 {
  font-weight: 600;
  font-size: 27px;
  color: white;
  line-height: 2;
  margin-right: 114px;
  margin-left: 60px;
}
@media screen and (max-width: 1199px) {
  .p-about__heading__title h2 {
    font-size: 15px;
    margin: 0;
  }
}
.p-about__heading p {
  font-weight: 600;
  font-size: 21px;
  color: white;
  line-height: 2.4;
}
@media screen and (max-width: 1199px) {
  .p-about__heading p {
    width: 312px;
    font-size: 13px;
  }
}
.p-about__video {
  display: flex;
  justify-content: center;
  position: relative;
  width: 1050px;
  height: 593px;
}
@media screen and (max-width: 1199px) {
  .p-about__video {
    width: 334px;
    height: 188px;
  }
}
.p-about__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1050px;
  height: 593px;
}
@media screen and (max-width: 1199px) {
  .p-about__video video {
    width: 334px;
    height: 188px;
  }
}
.p-about__video img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 262px;
  height: 262px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1199px) {
  .p-about__video img {
    width: 112px;
    height: 112px;
    display: none;
  }
}

.p-news {
  padding: 134px 0;
  background-color: #6D6D72;
}
@media screen and (max-width: 1199px) {
  .p-news {
    padding: 54px 0;
  }
}

.p-news__inner {
  width: min(100%, 550px);
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .p-news__inner {
    padding: 0 20px;
  }
}

.p-news__heading,
.p-news-list__item,
.p-news-list__link,
.p-news-list__txt {
  color: #fff;
}

.p-news-list__item,
.p-news-list__link,
.p-news-list__txt {
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .p-news-list__item,
  .p-news-list__link,
  .p-news-list__txt {
    font-size: 14px;
  }
}

.p-news__heading {
  text-align: center;
  font-size: 25px;
}
@media screen and (max-width: 1199px) {
  .p-news__heading {
    font-size: 20px;
  }
}

.p-news-list-wrapper {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .p-news-list-wrapper {
    margin-top: 25px;
  }
}

.p-news-list-wrapper.is-scrollable::before,
.p-news-list-wrapper.is-scrollable::after {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(/ie/infrazerohouse/assets/img/news_icon_triangle.svg) center/contain no-repeat;
}
@media screen and (max-width: 1199px) {
  .p-news-list-wrapper.is-scrollable::before,
  .p-news-list-wrapper.is-scrollable::after {
    width: 10px;
    height: 10px;
  }
}

.p-news-list-wrapper::before {
  top: -40px;
}
@media screen and (max-width: 1199px) {
  .p-news-list-wrapper::before {
    top: -25px;
  }
}

.p-news-list-wrapper::after {
  bottom: -40px;
  transform: scaleY(-1);
}
@media screen and (max-width: 1199px) {
  .p-news-list-wrapper::after {
    bottom: -25px;
  }
}

.p-news-list-scroll {
  max-height: 260px;
  overflow-y: auto;
}

.p-news-list-scroll.is-scrollable::-webkit-scrollbar {
  width: 20px;
}
@media screen and (max-width: 1199px) {
  .p-news-list-scroll.is-scrollable::-webkit-scrollbar {
    width: 10px;
  }
}

.p-news-list-scroll.is-scrollable::-webkit-scrollbar-thumb {
  background: #fff;
}

.p-news-list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  .p-news-list {
    row-gap: 25px;
    padding-right: 20px;
  }
}

.p-news-list.is-scrollable {
  padding-right: 30px;
}
@media screen and (max-width: 1199px) {
  .p-news-list.is-scrollable {
    padding-right: 20px;
  }
}

.p-news-list__item {
  list-style: none;
}

.p-news-list__link {
  display: block;
}

.p-features {
  position: relative;
  z-index: 9;
  width: 100%;
  background-color: white;
  padding-top: 127px;
  padding-bottom: 82px;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 1199px) {
  .p-features {
    padding-top: 34px;
    padding-bottom: 46px;
  }
  .p-features p {
    line-height: 1.7;
  }
}
.p-features__wrapper {
  width: 90%;
}
@media screen and (max-width: 1199px) {
  .p-features__wrapper {
    width: 95%;
  }
}
.p-features__excluded_text {
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .p-features__excluded_text {
    margin-bottom: 1px;
  }
}
.p-features__excluded_text h2 {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .p-features__excluded_text h2 {
    font-size: 17px;
    font-weight: 600;
  }
}
.p-features__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .p-features__container {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.p-features__container__texts {
  min-width: 425px;
  border-left: solid 1px black;
  padding-left: 47px;
}
@media screen and (max-width: 1199px) {
  .p-features__container__texts {
    width: 100%;
    min-width: 286px;
    padding-top: 10px;
  }
}
.p-features__container__texts p {
  font-size: 18px;
  width: 326px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .p-features__container__texts p {
    font-size: 13px;
    font-weight: 500;
    width: 100%;
  }
}
.p-features__container__texts__heading {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1199px) {
  .p-features__container__texts__heading {
    margin-bottom: 4px;
  }
}
.p-features__container__texts__heading img {
  width: 9px;
  margin-left: -52px;
  margin-right: 42px;
}
@media screen and (max-width: 1199px) {
  .p-features__container__texts__heading img {
    width: 7px;
    margin-left: -51px;
  }
}
.p-features__container__texts__heading h2 {
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .p-features__container__texts__heading h2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .p-features__container__texts__desc {
    margin-bottom: 25px;
    padding-right: 20px;
  }
}
.p-features__container__texts__desc p {
  font-weight: 500;
}
.p-features__container__imgs, .p-features__container__imgs-last {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-gap: 60px;
  margin-right: 172px;
  margin-bottom: 104px;
}
@media screen and (max-width: 1199px) {
  .p-features__container__imgs, .p-features__container__imgs-last {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding-left: 47px;
    border-left: solid 1px black;
    grid-gap: 0px;
    padding-bottom: 30px;
  }
}
.p-features__container__imgs-top {
  margin-top: -89px;
  margin-bottom: 123px;
}
@media screen and (max-width: 1199px) {
  .p-features__container__imgs-top {
    margin: 0;
    padding-left: 47px;
    border-left: solid 1px black;
  }
}
.p-features__container__imgs-top__img {
  position: relative;
  margin: 35px 0;
  margin-top: 25px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-features__container__imgs-top__img {
    margin: 20px 0;
  }
}
.p-features__container__imgs-top__img__kv {
  width: 100%;
}
.p-features__container__imgs-top__img__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
@media screen and (max-width: 1199px) {
  .p-features__container__imgs-top__img__text {
    width: 68%;
  }
}
.p-features__container__imgs-last {
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-features__container__imgs__item, .p-features__container__imgs__item:last-child {
  min-width: 298px;
  max-width: 662px;
}
@media screen and (max-width: 1199px) {
  .p-features__container__imgs__item, .p-features__container__imgs__item:last-child {
    min-width: none;
    width: 100%;
    padding-right: 20px;
    margin-bottom: 30px;
  }
}
.p-features__container__imgs__item__title {
  height: 51px;
  background-color: #6D6D72;
  font-size: 20px;
  font-weight: 600;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid white;
}
@media screen and (max-width: 1199px) {
  .p-features__container__imgs__item__title {
    font-size: 14px;
    height: 33px;
  }
}
.p-features__container__imgs__item__caption {
  font-size: 20px;
  font-weight: 500;
  margin-top: 12px;
}
@media screen and (max-width: 1199px) {
  .p-features__container__imgs__item__caption__heading {
    font-size: 14px;
  }
}
.p-features__container__imgs__item__caption p {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .p-features__container__imgs__item__caption p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .p-features__container__imgs__item:last-child {
    margin-bottom: 0;
  }
}

.p-zero {
  position: relative;
  z-index: 9;
  width: 100%;
  background-color: #6D6D72;
  padding: 103px 0;
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 157px;
}
@media screen and (max-width: 1199px) {
  .p-zero {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 44px 0;
  }
}
.p-zero__heading {
  display: flex;
  flex-direction: row;
  justify-content: right;
  text-align: start;
}
.p-zero__heading h2 {
  color: white;
  width: 308px;
  justify-self: start;
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .p-zero__heading h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    width: auto;
    margin-bottom: 34px;
  }
}
.p-zero__details {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 29px;
  grid-column-gap: 32px;
  justify-self: start;
}
@media screen and (max-width: 1199px) {
  .p-zero__details {
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }
}
.p-zero__details__container, .p-zero__details__container-1, .p-zero__details__container-2, .p-zero__details__container-3, .p-zero__details__container-4 {
  width: 379px;
  height: 301px;
  border: 1px white solid;
  border-radius: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
  padding: 0 57px;
}
@media screen and (max-width: 1199px) {
  .p-zero__details__container, .p-zero__details__container-1, .p-zero__details__container-2, .p-zero__details__container-3, .p-zero__details__container-4 {
    text-align: start;
    width: 162px;
    height: 235px;
    border-radius: 20px;
    padding: 0 15px;
    padding-top: 10px;
  }
}
.p-zero__details__container h3, .p-zero__details__container-1 h3, .p-zero__details__container-2 h3, .p-zero__details__container-3 h3, .p-zero__details__container-4 h3 {
  width: 100%;
  color: white;
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 28px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-zero__details__container h3, .p-zero__details__container-1 h3, .p-zero__details__container-2 h3, .p-zero__details__container-3 h3, .p-zero__details__container-4 h3 {
    text-align: center;
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-zero__details__container span, .p-zero__details__container-1 span, .p-zero__details__container-2 span, .p-zero__details__container-3 span, .p-zero__details__container-4 span {
  width: 295px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1px;
}
@media screen and (max-width: 1199px) {
  .p-zero__details__container span, .p-zero__details__container-1 span, .p-zero__details__container-2 span, .p-zero__details__container-3 span, .p-zero__details__container-4 span {
    font-size: 12px;
    width: 137px;
    line-height: 1.5;
    margin-bottom: 3px;
  }
}
.p-zero__details__container p, .p-zero__details__container-1 p, .p-zero__details__container-2 p, .p-zero__details__container-3 p, .p-zero__details__container-4 p {
  text-align: start;
  width: 280px;
  color: white;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .p-zero__details__container p, .p-zero__details__container-1 p, .p-zero__details__container-2 p, .p-zero__details__container-3 p, .p-zero__details__container-4 p {
    font-size: 11px;
    width: 132px;
    line-height: 1.5;
    font-weight: 300;
  }
}
.p-zero__details__container-1 span {
  transform: translate(-9px, 0);
}
@media screen and (max-width: 1199px) {
  .p-zero__details__container-1 span {
    transform: translate(0px, 0px);
  }
}
@media screen and (max-width: 1199px) {
  .p-zero__details__container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .p-zero__details__container-3 span {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .p-zero__details__container-3 p {
    margin-left: 5px;
  }
}
.p-zero__details__container-4 span {
  transform: translate(-9px, 0);
}
@media screen and (max-width: 1199px) {
  .p-zero__details__container-4 span {
    transform: translate(0, 0);
  }
}

.p-posting {
  position: relative;
  z-index: 9;
  width: 100%;
  background-color: #3C3C43;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-posting {
    padding: 8px 0;
  }
}
.p-posting__wrapper {
  border: 1.5px solid #FFE89A;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 25px;
}
@media screen and (max-width: 1199px) {
  .p-posting__wrapper {
    margin: 0 8px;
  }
}
.p-posting h2 {
  font-size: 40px;
  color: #FFE89A;
  margin-top: 102px;
  margin-bottom: 78px;
}
@media screen and (max-width: 1199px) {
  .p-posting h2 {
    font-size: 17px;
    font-weight: 600;
    margin-top: 37px;
    margin-bottom: 27px;
  }
}
.p-posting__imgs {
  width: 1040px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  .p-posting__imgs {
    width: 80%;
    min-width: 306px;
  }
}
.p-posting__imgs img {
  width: 1040px;
  height: 361px;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .p-posting__imgs img {
    width: 100%;
    height: auto;
  }
}
.p-posting h3 {
  font-size: 30px;
  color: white;
  margin: 0;
  margin-top: 114px;
  margin-bottom: 46px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .p-posting h3 {
    margin-top: 41px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 500;
  }
}
.p-posting span {
  color: white;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 46px;
}
@media screen and (max-width: 1199px) {
  .p-posting span {
    font-size: 14px;
    text-align: left;
  }
}
.p-posting__iframe {
  width: min(100%, 715px);
}
.p-posting__iframe iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1199px) {
  .p-posting__iframe {
    padding: 0 20px;
  }
}
.p-posting__iframe + .p-posting__done {
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .p-posting__iframe + .p-posting__done {
    margin-top: 35px;
  }
}
.p-posting__done {
  margin-top: -25px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .p-posting__done {
    margin-top: -25px;
    margin-bottom: 50px;
  }
}
.p-posting__done span {
  font-size: 24px;
  color: #FFE89A;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .p-posting__done span {
    font-size: 15px;
  }
}
.p-posting__done span a {
  color: #FFE89A;
}
.p-posting p {
  color: white;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 76px;
}
@media screen and (max-width: 1199px) {
  .p-posting p {
    font-size: 13px;
    width: 100%;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1199px) {
  .p-posting__desc {
    width: 325px;
  }
}
.p-posting__desc p {
  text-align: left;
  margin-bottom: 35px;
}
@media screen and (max-width: 1199px) {
  .p-posting__desc p {
    margin-bottom: 24px;
  }
}
.p-posting__x {
  margin-bottom: 111px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .p-posting__x {
    margin-bottom: 54px;
  }
}
.p-posting__x__tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .p-posting__x__tag {
    width: 100%;
  }
}
.p-posting__x__tag p {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .p-posting__x__tag p {
    font-size: 15px;
  }
}
.p-posting__x__button {
  width: 420px;
  height: 70px;
  background-color: #FFE89A;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .p-posting__x__button {
    width: fit-content;
    height: 40px;
    padding: 0 20px;
  }
}
.p-posting__x__button p {
  font-size: 22px;
  font-weight: 600;
  color: black;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .p-posting__x__button p {
    font-size: 16px;
  }
}
.p-posting__latest {
  margin-bottom: 111px;
}
@media screen and (max-width: 1199px) {
  .p-posting__latest {
    margin-bottom: 54px;
  }
}
.p-posting__latest a {
  color: #fff;
}
.p-posting__latest p {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .p-posting__latest p {
    margin-bottom: 36px;
  }
}
.p-posting__latest p:last-child {
  margin-bottom: 0;
}

.p-interview {
  position: relative;
  z-index: 9;
  width: 100%;
  background-color: white;
  padding: 110px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .p-interview {
    padding: 40px 0;
  }
}
.p-interview__movie {
  box-sizing: content-box;
  width: 796px;
  height: 189px;
  display: grid;
  grid-template-columns: auto auto;
  border: 2px solid black;
  margin-bottom: 14px;
}
@media screen and (max-width: 1199px) {
  .p-interview__movie {
    width: 334px;
    height: 80px;
    border: 1px solid black;
  }
}
.p-interview__movie__title {
  justify-self: start;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 503px;
}
@media screen and (max-width: 1199px) {
  .p-interview__movie__title {
    width: 167px;
    height: 80px;
    justify-content: start;
  }
}
.p-interview__movie__title h2 {
  margin: 0;
  font-size: 30px;
}
@media screen and (max-width: 1199px) {
  .p-interview__movie__title h2 {
    font-size: 14px;
    width: 130px;
    margin-left: 20px;
    font-weight: 500;
  }
}
.p-interview__movie__play {
  justify-self: end;
  position: relative;
  width: 293px;
}
@media screen and (max-width: 1199px) {
  .p-interview__movie__play {
    width: 166px;
    height: 80px;
    overflow: hidden;
  }
}
.p-interview__movie__play .thumbnail {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-interview__movie__play .button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .p-interview__movie__play .button {
    width: 35px;
  }
}
.p-interview__report {
  width: 796px;
  height: 89px;
  border: 2px solid black;
}
@media screen and (max-width: 1199px) {
  .p-interview__report {
    width: 334px;
    height: 37px;
    border: 1px solid black;
  }
}
.p-interview__report a {
  height: 89px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .p-interview__report a {
    height: 37px;
  }
}
.p-interview__report a h2 {
  margin: 0;
  margin-left: 54px;
  font-size: 30px;
}
@media screen and (max-width: 1199px) {
  .p-interview__report a h2 {
    margin-left: 20px;
    font-size: 14px;
    font-weight: 500;
  }
}
.p-interview__report a img {
  width: 51px;
  margin-right: 35px;
}
@media screen and (max-width: 1199px) {
  .p-interview__report a img {
    width: 21px;
    margin-right: 10px;
  }
}

.p-schedule {
  position: relative;
  z-index: 9;
  width: 100%;
  background-color: #6D6D72;
  padding: 89px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .p-schedule {
    padding: 36px 0;
  }
}
.p-schedule__container {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  width: 796px;
  padding: 42px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .p-schedule__container {
    padding: 24px 0;
    width: 334px;
  }
}
.p-schedule__container h2 {
  margin: 0;
  color: white;
  font-size: 25px;
}
@media screen and (max-width: 1199px) {
  .p-schedule__container h2 {
    font-size: 14px;
  }
}
.p-schedule__container__details {
  margin-top: 44px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1199px) {
  .p-schedule__container__details {
    grid-template-columns: auto 1fr;
    margin-top: 21px;
  }
}
.p-schedule__container__details__month {
  display: flex;
  flex-direction: column;
  align-items: end;
  transform: translateY(1px);
}
@media screen and (max-width: 1199px) {
  .p-schedule__container__details__month {
    transform: translateY(1px);
    align-items: start;
  }
}
.p-schedule__container__details__month p {
  font-size: 18px;
  width: 110px;
  color: white;
  margin-right: 51px;
  margin-bottom: 5px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .p-schedule__container__details__month p {
    width: 96px;
    margin-bottom: 4px;
    font-size: 14px;
    margin-right: 12px;
    transform: translateY(-4px);
  }
}
.p-schedule__container__details__events {
  height: 141px;
  border-left: 1px solid white;
  padding-left: 51px;
}
@media screen and (max-width: 1199px) {
  .p-schedule__container__details__events {
    padding-left: 28px;
    height: 103px;
  }
}
.p-schedule__container__details__events p {
  color: white;
  font-size: 20px;
  margin-bottom: 1px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .p-schedule__container__details__events p {
    margin-bottom: 4px;
    font-size: 14px;
    transform: translateY(-4px);
  }
}

.p-kv {
  position: relative;
  z-index: 9;
  width: 100%;
}
.p-kv img {
  width: 100%;
  height: auto;
}

.p-footer {
  position: relative;
  z-index: 9;
  width: 100%;
  background-color: #6D6D72;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-footer {
    padding-top: 40px;
  }
}
.p-footer h2 {
  color: white;
}
.p-footer p {
  color: white;
}
.p-footer__heading {
  width: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 103px;
}
@media screen and (max-width: 1199px) {
  .p-footer__heading {
    width: 375px;
    margin-bottom: 55px;
  }
}
.p-footer__heading h2 {
  font-size: 28px;
}
@media screen and (max-width: 1199px) {
  .p-footer__heading h2 {
    font-weight: 500;
    font-size: 14px;
  }
}
.p-footer__heading__border {
  border-bottom: 1px solid white;
  width: 504px;
  margin-top: 12px;
}
@media screen and (max-width: 1199px) {
  .p-footer__heading__border {
    width: 252px;
    margin-top: 4px;
  }
}
.p-footer__share-lead {
  width: 75px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .p-footer__share-lead {
    width: 42px;
    margin-bottom: 6px;
  }
}
.p-footer__share {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 170px;
}
@media screen and (max-width: 1199px) {
  .p-footer__share {
    margin-bottom: 65px;
  }
}
.p-footer__share__button-x, .p-footer__share__button-fb {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 70px;
  border: 1px solid white;
  border-radius: 32px;
}
@media screen and (max-width: 1199px) {
  .p-footer__share__button-x, .p-footer__share__button-fb {
    width: 84px;
    height: 37px;
    border-radius: 15px;
  }
}
.p-footer__share__button-x img, .p-footer__share__button-fb img {
  margin-right: 7px;
}
@media screen and (max-width: 1199px) {
  .p-footer__share__button-x img, .p-footer__share__button-fb img {
    margin-right: 4px;
  }
}
.p-footer__share__button-x p, .p-footer__share__button-fb p {
  font-size: 22px;
  transform: translateY(2px);
}
@media screen and (max-width: 1199px) {
  .p-footer__share__button-x p, .p-footer__share__button-fb p {
    font-size: 12px;
    transform: translateY(1px);
  }
}
.p-footer__share__button-x {
  margin-right: 23px;
}
@media screen and (max-width: 1199px) {
  .p-footer__share__button-x {
    margin-right: 12px;
  }
}
.p-footer__share__button-x img {
  width: 30px;
}
@media screen and (max-width: 1199px) {
  .p-footer__share__button-x img {
    width: 16px;
  }
}
.p-footer__share__button-fb img {
  width: 37px;
}
@media screen and (max-width: 1199px) {
  .p-footer__share__button-fb img {
    width: 20px;
  }
}
.p-footer__logo {
  margin-bottom: 79px;
  width: 369px;
}
@media screen and (max-width: 1199px) {
  .p-footer__logo {
    width: 142px;
    margin-bottom: 44px;
  }
}
.p-footer__copyrights {
  width: 269px;
  margin-bottom: 142px;
}
@media screen and (max-width: 1199px) {
  .p-footer__copyrights {
    width: 160px;
    margin-bottom: 52px;
  }
}

.hidden {
  display: none;
}

.u-z-index-9 {
  z-index: 9;
}

.u-z-index-999 {
  z-index: 999;
}

.margin-20 {
  height: 20px;
}

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