/* base */
html {
  font-size: 62.5%;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #1A1311;
  background: #ecebe3;
  color: #1A1311;
  letter-spacing: .05rem;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

a {
  color: #1A1311;
  text-decoration: none;
}

a:hover {
  color: #1A1311;
  text-decoration: none;
}

input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}

.pc-only {
  display: block;
}

@media (max-width: 428px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media (max-width: 428px) {
  .sp-only {
    display: block;
  }
}

/* base end */
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 2rem 0;
  z-index: 500;
}

.l-footer {
  background: #000;
  width: 100%;
  padding: 10rem 0 6rem;
  color: #fff;
}

.l-under {
  padding: 20rem 0 15rem;
}

.p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-header__logo {
  width: 40%;
  font-size: 3.5rem;
  font-weight: bold;
  padding: 0 0 0 4rem;
  box-sizing: border-box;
}

@media (max-width: 428px) {
  .p-header__logo {
    width: 100%;
    font-size: 2.5rem;
    padding: 0 0 0 2rem;
  }
}

.p-header__logo a {
  color: #111;
}

.p-header__nav {
  width: 53rem;
  padding: 0 4rem 0 0;
  box-sizing: border-box;
}

@media (max-width: 428px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-header__nav-item a {
  color: #111;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-mv {
  background: transparent url("../../assets/img/bg_mv.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: relative;
}

.p-mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}

.p-mv__box {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 10rem;
  transform: translateY(-50%);
}

@media (max-width: 428px) {
  .p-mv__box {
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-mv__lead {
  font-size: 4.8rem;
  color: #fff;
  font-weight: 700;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 4rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media (max-width: 428px) {
  .p-mv__lead {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}

.p-mv__lead span {
  display: block;
  padding: 0 0 2rem;
}

.p-mv__text {
  color: #fff;
  text-align: left;
  font-size: 2rem;
  line-height: 1.6;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-weight: 700;
}

@media (max-width: 428px) {
  .p-mv__text {
    font-size: 1.6rem;
    margin: 0 0 1rem;
  }
}

.p-contents {
  padding: 10rem 0 15rem;
}

.p-contents__list {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 428px) {
  .p-contents__list {
    display: block;
  }
}

.p-contents__item {
  width: 32%;
  margin-right: 3rem;
}

@media (max-width: 428px) {
  .p-contents__item {
    width: 100%;
    margin: 0 0 4rem;
  }
}

.p-contents__item img {
  width: 100%;
  height: auto;
}

.p-contents__item figure {
  margin-bottom: 2rem;
}

.p-contents__name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.p-contents__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 4rem;
}

@media (max-width: 428px) {
  .p-contents__text {
    margin: 0 0 2rem;
  }
}

.p-contents__nav a {
  display: block;
  padding: 2rem 0;
  text-align: center;
  background: #111;
  color: #fff;
  font-size: 1.4rem;
  width: 70%;
}

@media (max-width: 428px) {
  .p-contents__nav a {
    width: 100%;
  }
}

.p-company__lead {
  font-size: 3rem;
  text-align: center;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 6rem;
}

@media (max-width: 428px) {
  .p-company__lead {
    font-size: 1.6rem;
    text-align: left;
  }
}

.p-contact__box {
  line-height: 1.6;
  background: #eee;
  padding: 3rem;
  box-sizing: border-box;
  font-size: 1.8rem;
  text-align: center;
  line-height: 3;
}

.p-lineup__title {
  background: #111;
  color: #fff;
  padding: 2rem 3rem;
  box-sizing: border-box;
  font-size: 2rem;
  margin: 0 0 1rem;
  font-weight: bold;
}

@media (max-width: 428px) {
  .p-lineup__title {
    padding: 2rem;
  }
}

.p-lineup__text {
  font-size: 1.8rem;
  line-height: 1.6;
}

.p-lineup__set {
  margin-bottom: 6rem;
}

.p-footer__logo {
  margin-bottom: 3rem;
}

.p-footer__logo a {
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
}

.p-footer__inner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 428px) {
  .p-footer__inner {
    display: block;
  }
}

.p-footer__set {
  width: 50%;
}

@media (max-width: 428px) {
  .p-footer__set {
    width: 100%;
  }
}

.p-footer__set p {
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
}

.p-footer__set table {
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
}

.p-footer__set table th {
  width: 40%;
  font-weight: normal;
  text-align: left;
}

.p-footer__set table td {
  width: 60%;
}

.p-footer__copy {
  text-align: center;
  padding: 7rem 0 0;
  font-size: 1.4rem;
}

.p-footer__nav-list {
  width: 50%;
  box-sizing: border-box;
}

@media (max-width: 428px) {
  .p-footer__nav-list {
    width: 100%;
  }
}

.p-footer__nav-list a {
  color: #fff;
  font-size: 1.6rem;
}

.p-footer__nav-item {
  margin-bottom: 2rem;
}

.c-inner {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 896px) {
  .c-inner {
    width: 95%;
  }
}

@media (max-width: 428px) {
  .c-inner {
    width: 95%;
  }
}

.c-bold {
  font-weight: 700;
}

.c-title {
  font-size: 5rem;
  margin-bottom: 6rem;
  font-weight: 700;
}

@media (max-width: 428px) {
  .c-title {
    font-size: 3rem;
  }
}

.c-title__under {
  text-align: center;
  margin-bottom: 10rem;
}

.c-table {
  width: 100%;
  font-size: 1.8rem;
}

.c-table th {
  width: 30%;
  background: #f4f4f4;
  padding: 4rem;
  box-sizing: border-box;
  border: 1px solid #ddd;
  vertical-align: middle;
}

@media (max-width: 428px) {
  .c-table th {
    display: block;
    width: 100%;
    padding: 1rem;
    font-size: 1.4rem;
  }
}

.c-table td {
  padding: 4rem;
  box-sizing: border-box;
  border: 1px solid #ddd;
  line-height: 2;
  background: #fff;
}

@media (max-width: 428px) {
  .c-table td {
    display: block;
    width: 100%;
    padding: 1rem;
    font-size: 1.4rem;
  }
}

.c-table td iframe {
  margin-top: 2rem;
  width: 100%;
  margin-bottom: 1rem;
}

.is-fixed {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.25);
  background: #fff;
}

@media (max-width: 428px) {
  .is-fixed {
    position: relative;
    box-shadow: none;
  }
}

.is-active {
  display: block;
}
