@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  font-family: "Noto Sans JP";
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  color: #010101;
}

@media screen and (min-width:1440px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (min-width:1440px) {
  .sp {
    display: block;
  }
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header .header__inner {
  padding-right: 80px;
  box-sizing: border-box;
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
}
.header .header__inner .header__logo a {
  display: block;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 767px) and (min-width:375px) {
  .header .header__inner .header__logo a {
    width: 70px;
    height: 70px;
  }
}
.header .header__inner .header__logo a img {
  width: inherit;
  height: inherit;
}

main {
  background-color: #f2f6f9;
}
main .fv {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 899px) {
  main .fv {
    height: 270px;
  }
}
main .fv img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
main .contents {
  max-width: 900px;
  margin: auto;
  width: 100%;
  margin-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 899px) {
  main .contents {
    padding: 0 35px 80px;
    box-sizing: border-box;
    margin-top: 50px;
  }
}
main .contents .cat {
  display: flex;
  align-items: center;
  gap: 40px;
}
main .contents .cat p {
  color: #438BD4;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
}
@media screen and (max-width: 899px) {
  main .contents .cat p {
    font-size: 15px;
  }
}
main .contents .cat time {
  font-size: 16px;
  color: #333;
  font-weight: 300;
}
@media screen and (max-width: 899px) {
  main .contents .cat time {
    font-size: 15px;
  }
}
main .contents h1 {
  color: #438BD4;
  font-size: 40px;
  font-weight: 700;
  margin-top: 40px;
}
@media screen and (max-width: 899px) {
  main .contents h1 {
    font-size: 26px;
    margin-top: 24px;
  }
}
main .contents h2 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  margin-top: 100px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 32px;
}
@media screen and (max-width: 899px) {
  main .contents h2 {
    font-size: 20px;
    margin-top: 60px;
  }
}
main .contents h2::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #438BD4;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 899px) {
  main .contents h2::before {
    width: 60px;
  }
}
main .contents p {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin-top: 32px;
  line-height: 36px;
}
@media screen and (max-width: 899px) {
  main .contents p {
    font-size: 15px;
    line-height: 25.5px;
    margin-top: 24px;
  }
}
main .contents img {
  width: 100%;
  margin-top: 56px;
}
@media screen and (max-width: 899px) {
  main .contents img {
    margin-top: 40px;
  }
}
main .contents .is-layout-flex {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}
main .contents .is-layout-flex .is-layout-flow {
  width: -moz-max-content;
  width: max-content;
  flex-grow: inherit;
  flex-basis: auto !important;
}
main .contents .is-layout-flex .is-layout-flow figure, main .contents .is-layout-flex .is-layout-flow p {
  margin: 0;
  width: -moz-max-content;
  width: max-content;
}
main .contents .is-layout-flex img {
  width: 30px;
  margin: 0;
}
main .contents .is-layout-flex a {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin: 0;
  text-decoration: underline;
}
main .contents .btn {
  width: 350px;
  height: 64px;
  background-color: #438BD4;
  border-radius: 4px;
  margin: auto;
  margin-top: 100px;
}
@media screen and (max-width: 767px) and (min-width:375px) {
  main .contents .btn {
    width: 100%;
  }
}
main .contents .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}/*# sourceMappingURL=interview.css.map */