* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Hiragino Mincho Pro";
}

a {
  text-decoration: none;
}

section {
  padding-top: 80px;
}

.l-inner__wide {
  max-width: 1200px;
  margin: 0 auto;
}

.l-inner__normal {
  max-width: 800px;
  margin: 0 auto;
}

header {
  width: 100%;
  height: 700px;
  background-image: url(images/bg.jpeg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.p-header__logo {
  position: relative;
  z-index: 10;
  width: 100%;
}
.p-header__logo img {
  width: 110px;
  position: absolute;
  top: 18px;
  right: 0;
}

.p-header__point {
  width: 100%;
  position: relative;
  padding-top: 400px;
  z-index: 10;
}
.p-header__point__flex {
  max-width: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.p-header__point__content {
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 8px;
  width: 152px;
  border: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(32%, rgb(227, 210, 128)), color-stop(58%, rgb(255, 255, 255)), color-stop(74%, rgb(198, 165, 0)), color-stop(100%, rgb(255, 198, 198)), to(rgb(255, 255, 255))) 1;
  -webkit-border-image: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(227, 210, 128) 32%, rgb(255, 255, 255) 58%, rgb(198, 165, 0) 74%, rgb(255, 198, 198) 100%, rgb(255, 255, 255) 100%) 1;
       -o-border-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(227, 210, 128) 32%, rgb(255, 255, 255) 58%, rgb(198, 165, 0) 74%, rgb(255, 198, 198) 100%, rgb(255, 255, 255) 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(32%, rgb(227, 210, 128)), color-stop(58%, rgb(255, 255, 255)), color-stop(74%, rgb(198, 165, 0)), color-stop(100%, rgb(255, 198, 198)), to(rgb(255, 255, 255))) 1;
          border-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(227, 210, 128) 32%, rgb(255, 255, 255) 58%, rgb(198, 165, 0) 74%, rgb(255, 198, 198) 100%, rgb(255, 255, 255) 100%) 1;
}
.p-header__point__content p {
  font-size: 17px;
}
.p-header__point__content .p-header__point__content__score {
  font-size: 40px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(32%, rgb(227, 210, 128)), color-stop(58%, rgb(255, 255, 255)), color-stop(74%, rgb(198, 165, 0)), color-stop(100%, rgb(255, 198, 198)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(227, 210, 128) 32%, rgb(255, 255, 255) 58%, rgb(198, 165, 0) 74%, rgb(255, 198, 198) 100%, rgb(255, 255, 255) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(227, 210, 128) 32%, rgb(255, 255, 255) 58%, rgb(198, 165, 0) 74%, rgb(255, 198, 198) 100%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-header__top__text__container {
  position: absolute;
  top: 12px;
  z-index: 1;
}

.p-fv-haeader__top__text {
  position: absolute;
  z-index: 2;
}

.p-fv-header__top__text__deco {
  position: absolute;
  top: 50px;
  left: -50px;
  z-index: 1;
}

.p-fv-header__catch1 {
  position: absolute;
  top: 110px;
  z-index: 2;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}

.p-fv-header__catch2 {
  position: absolute;
  top: 230px;
  z-index: 2;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.p-fv-header__catch3 {
  position: absolute;
  top: 290px;
  padding-left: 155px;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.p-header__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 480px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 5;
}
.p-header__cta__text {
  font-size: 20px;
  margin-bottom: 8px;
  position: relative;
}
.p-header__cta__text::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -32px;
  width: 25px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.p-header__cta__text::after {
  content: "";
  position: absolute;
  top: 12px;
  right: -32px;
  width: 25px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.p-header__cta__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 480px;
  height: 80px;
  text-align: center;
  background: #00b900;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border: 2px solid #fff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-header__cta__btn:hover {
  -webkit-transform: translate(3px, 5px);
          transform: translate(3px, 5px);
}

.p-fv-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.p-fv-image-sp {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 0;
  display: none;
}

.p-fv-people {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.c-head {
  position: relative;
  padding: 14px 0;
}
.c-head::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 1120px;
  height: 100px;
  background-color: #940500;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  z-index: 1;
}
.c-head__title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 32px;
  letter-spacing: 0.05em;
}
.c-head__description {
  position: relative;
  z-index: 2;
  color: #333;
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .c-card__container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.c-card__grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 56px 67px;
  max-width: 1200px;
  width: 100%;
  margin: 56px auto;
}
.c-card__grid2 {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
  max-width: 800px;
  margin: 56px auto;
}
.c-card__head {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.c-card__description {
  font-size: 20px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}
.c-card__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 768px) {
  .c-card__image {
    height: auto;
  }
}

.c-line__cta {
  background-image: url(images/bg.jpeg);
  background-size: cover;
  background-position: 0 65%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0;
  width: 100%;
}
.c-line__cta__text {
  font-size: 20px;
  margin: 0 8px 8px;
  position: relative;
}
.c-line__cta__text::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -32px;
  width: 30px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.c-line__cta__text::after {
  content: "";
  position: absolute;
  top: 12px;
  right: -32px;
  width: 30px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.c-line__cta__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 480px;
  height: 80px;
  text-align: center;
  background: #00b900;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  margin: 0 8px;
}

.p-media__container {
  width: 100%;
}
.p-media__container iframe {
  width: 100%;
}
.p-media__container img {
  width: 100%;
}

.p-review__card__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  max-width: 1200px;
  margin: 56px auto;
}
@media (max-width: 1024px) {
  .p-review__card__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .p-review__card__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.p-review__card {
  padding: 16px;
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
}
.p-review__card__intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
}
.p-review__card__score dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-right: 100px;
}

.p-access__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1200px;
  width: 100%;
  margin: 56px auto;
}
@media (max-width: 768px) {
  .p-access__container {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 100%;
  }
}
.p-access__container .p-access__text h3 {
  font-size: 24px;
}
.p-access__container dl {
  display: grid;
  grid-template-columns: 80px 386px;
  gap: 16px;
  margin: 56px 0;
  font-size: 20px;
  max-width: 100%;
}
.p-access__container dl dt {
  font-weight: bold;
}

#recruit {
  margin: 80px auto;
}
#recruit img {
  margin-bottom: 56px;
}

.c-cta {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-cta__text {
  font-size: 20px;
  margin-bottom: 8px;
  color: #333;
  text-align: center;
}
.c-cta__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 800px;
  height: 80px;
  text-align: center;
  background: #940500;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border: 2px solid #fff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

footer {
  width: 100%;
  height: 80px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #940500;
}

@media screen and (max-width: 1200px) {
  .l-inner__wide,
  .l-inner__normal {
    max-width: 100%;
    margin: 0 10px;
  }
  .c-card__grid3 {
    gap: 32px;
  }
  .c-card__grid2 {
    gap: 32px;
  }
  .c-head::before {
    width: 90%;
    height: 80px;
  }
  .c-head__title {
    font-size: 32px;
  }
  .p-review__card__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .l-flex__center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  p {
    font-size: 20px;
  }
  .p-header__logo img {
    width: 70px;
  }
  .c-card__grid3 {
    grid-template-columns: 100%;
  }
  .c-card__grid2 {
    grid-template-columns: 100%;
  }
  .p-fv-header__top__text__deco {
    left: -150px;
  }
  .p-fv-header__catch1 {
    width: 338px;
  }
  .p-fv-header__catch2 {
    width: 160px;
    top: 323px;
  }
  .p-fv-header__catch3 {
    top: 415px;
    padding-left: 55px;
    width: 300px;
  }
  .p-fv-image {
    display: none;
  }
  .p-fv-image-sp {
    display: block;
  }
  .p-fv-people {
    width: 300px;
  }
  .p-header__point {
    max-width: 355px;
    padding-top: 490px;
  }
  .p-header__point__content {
    width: 110px;
    height: 74px;
    padding: 8px 0px;
  }
  .p-header__point__content p {
    font-size: 14px;
  }
  .p-header__point__content__score {
    font-size: 32px !important;
  }
  .p-header__cta {
    max-width: 355px;
  }
  .p-header__cta__text {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .p-header__cta__btn {
    height: 60px;
    width: 355px;
  }
  .c-line__cta .c-line__cta__btn {
    width: 355px;
  }
  .c-head {
    padding: 0;
  }
  .c-head::before {
    width: 90%;
    height: 50px;
  }
  .c-head__title {
    font-size: 32px;
  }
  .p-recruit__image {
    width: 100%;
    height: auto;
  }
  .c-cta__btn {
    width: 355px;
  }
  .p-review__card__container {
    grid-template-columns: 1fr;
  }
  .p-access__container dl {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .p-access__container dl dt {
    border-bottom: 1px solid #333;
  }
  .p-access__container dl dd {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  .p-fv-haeader__top__text {
    width: 200px;
  }
  .p-fv-header__top__text__deco {
    width: 300px;
    top: 30px;
    left: -30px;
  }
  .p-fv-image-sp {
    width: 500px;
    top: 50px;
  }
  .p-fv-people {
    bottom: 140px;
    width: 200px;
  }
  .p-fv-header__catch1 {
    top: 70px;
  }
  .p-header__point {
    max-width: 100%;
    width: 100%;
  }
  .p-header__point__flex {
    width: 100%;
    max-width: 100%;
  }
  .p-header__point__content {
    width: 100%;
  }
  .p-header__point__content p {
    font-size: 13px;
  }
  .p-header__cta {
    width: 100%;
    max-width: 100%;
  }
  .p-header__cta .p-header__cta__btn {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */