@charset "UTF-8";
/*
====>> サイト(案件)毎にスタイルを記述していくファイル <<====

・このファイルはサイト(案件)独自のスタイルを記述するファイル
・ここに記述するファイルは、接頭辞に「p-」を付けたセレクタにする事　/　例：「.p-project-item」

*/
/*		LPページ
-----------------------------------------------------*/
.p-lp-hero_contents {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.p-lp-hero_contents_title {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 1;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 628px;
  width: 40%;
  aspect-ratio: 1;
  text-align: center;
  font-size: 4.6rem;
  font-size: clamp(3.2rem, 4.4921875vw, 4.6rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0 0 19px rgb(183, 120, 142);
  opacity: 0;
  animation: hero-fadeIn 0.8s ease-out forwards;
  animation-delay: 1.8s;
}
@media screen and (max-width: 767px) {
  .p-lp-hero_contents_title {
    width: 50%;
    font-size: 2.2rem;
    font-size: clamp(1.6rem, 6.2857142857vw, 2.2rem);
    line-height: 1.25;
  }
}
.p-lp-hero_contents_title::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  aspect-ratio: 1;
  background: url(../img/lp_hero_title_bg.svg) no-repeat center center/contain;
  border-radius: 50%;
}
.p-lp-hero_contents_title span {
  position: relative;
  display: block;
}
.p-lp-hero_contents_title span:nth-child(2) {
  margin-left: 1em;
}
.p-lp-hero_contents figure {
  justify-self: flex-end;
  max-width: 1200px;
  max-height: 760px;
  height: calc(100vh - 100px);
  width: 62%;
  border-top-left-radius: 40px;
  overflow: hidden;
  text-align: right;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  animation: clip-path 0.8s ease-out forwards;
  animation-delay: 1s;
}
@media screen and (max-width: 767px) {
  .p-lp-hero_contents figure {
    min-width: 240px;
    max-height: 340px;
    border-top-left-radius: 100px;
  }
}
.p-lp-hero_contents figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .p-lp-hero_contents figure img {
    -o-object-position: top 0 right 15%;
       object-position: top 0 right 15%;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-hero_contents figure img {
    -o-object-position: center right;
       object-position: center right;
  }
}

@keyframes hero-fadeIn {
  from {
    opacity: 0;
    transform: translateY(-60%);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes clip-path {
  from {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.l-main-wrap {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .l-main-wrap {
    padding-top: 65px;
  }
}

.l-aside {
  position: absolute;
  top: 140px;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  .l-aside {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-main {
    width: 100%;
  }
}

.p-lp-pagenavi {
  position: sticky;
  top: 15%;
  right: 0;
  z-index: 99;
  max-width: 200px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px 0 0 15px;
  background-color: #fff;
  box-shadow: -3px 3px 6px rgba(86, 86, 86, 0.12);
}
.p-lp-pagenavi_label {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  padding: 1rem 0.8rem 0.6rem;
  background-color: #FF9CBE;
}
.p-lp-pagenavi ul {
  width: 100%;
}
.p-lp-pagenavi ul li {
  border-bottom: 1px solid var(--color-gray);
}
.p-lp-pagenavi ul a {
  display: block;
  font-weight: 500;
  color: #888;
  background-color: #fff;
  text-align: center;
  padding: 1rem 2rem;
}
@media (hover: hover) {
  .p-lp-pagenavi ul a:hover {
    color: var(--color-pink);
    background-color: #fff;
  }
}
.p-lp-pagenavi ul li.is-active a {
  color: var(--color-pink);
  background-color: #fff;
}

.p-lp-philosophy {
  padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .p-lp-philosophy {
    padding: 0 0 60px;
  }
}
.p-lp-philosophy .c-title_l {
  line-height: 2;
}
.p-lp-philosophy_message {
  margin-top: 100px;
  padding: 0 0 60px;
  border-radius: 40px;
  background-color: var(--color-cream);
}
@media screen and (max-width: 767px) {
  .p-lp-philosophy_message {
    margin-top: 70px;
    padding: 0 0 40px;
    border-radius: 15px;
  }
}
.p-lp-philosophy_message_label {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2.8rem;
  text-align: center;
  color: var(--color-blown);
  margin-bottom: 10px;
  transform: translateY(-0.75em);
}
@media screen and (max-width: 767px) {
  .p-lp-philosophy_message_label {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
}
.p-lp-philosophy_message .l-inner {
  max-width: var(--w-solid-short);
  width: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-lp-philosophy_message .l-inner {
    max-width: 100%;
  }
}
.p-lp-philosophy_message .c-media {
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-lp-philosophy_message .c-media {
    flex-direction: column;
    gap: 30px;
  }
}
.p-lp-philosophy_message .c-media h3 {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-lp-philosophy_message .c-media h3 {
    font-size: 1.8rem;
  }
}
.p-lp-philosophy_message .c-media_image {
  flex-shrink: 0;
  max-width: 320px;
}
.p-lp-philosophy_message .c-media_image img {
  border-radius: 15px;
}
.p-lp-philosophy_message .c-media_image figcaption {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 1em;
}

/*p-lp-philosophy END*/
.p-lp-merit {
  width: 100%;
  overflow: hidden;
}
.p-lp-merit .l-container_wide {
  position: relative;
  padding: 100px 20px;
}
@media screen and (max-width: 767px) {
  .p-lp-merit .l-container_wide {
    max-width: 100%;
    width: 100%;
    padding: 60px 0px;
  }
}
.p-lp-merit .l-container_wide::before {
  content: "";
  display: block;
  width: calc(100% + 50vw - 50%);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(254, 255, 241) 100%);
  border-top-right-radius: 120px;
}
.p-lp-merit_item {
  margin-top: 130px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-lp-merit_item {
    margin-top: 50px;
    gap: 20px;
  }
}
.p-lp-merit_item figure {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lp-merit_item figure {
    padding-top: 40px;
  }
}
.p-lp-merit_item figure img {
  border-radius: 13px;
}
.p-lp-merit_item_num {
  position: absolute;
  top: -15%;
  left: 3%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 183px;
  max-width: clamp(12.4rem, 17.87109375vw, 18.3rem);
  width: 100%;
  aspect-ratio: 1;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  font-size: 2.8rem;
  font-size: clamp(1.8rem, 2.734375vw, 2.8rem);
  line-height: 1;
  vertical-align: middle;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  padding: 30px 20px 10px;
  text-shadow: 0 0 19px rgb(183, 120, 142);
}
@media screen and (max-width: 767px) {
  .p-lp-merit_item_num {
    max-width: 124px;
    font-size: 1.8rem;
    top: 0;
  }
}
.p-lp-merit_item_num span {
  display: block;
  font-size: 9.8rem;
  font-size: clamp(6.5rem, 9.5703125vw, 9.8rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-lp-merit_item_num span {
    font-size: 6.5rem;
  }
}
.p-lp-merit_item_num::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../img/lp_merit_caption_bg.svg) no-repeat center center/contain;
}
.p-lp-merit_item h3 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-lp-merit_item h3 {
    font-size: 1.8rem;
  }
}
.p-lp-merit_item + .p-lp-merit_item {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .p-lp-merit_item + .p-lp-merit_item {
    margin-top: 50px;
  }
}

/*p-lp-merit END*/
.p-lp-voice {
  padding: 80px 0 140px;
}
@media screen and (min-width: 768px) {
  .p-lp-voice {
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-voice {
    padding: 100px 0 60px;
  }
}
.p-lp-voice .is-flex {
  position: relative;
}
.p-lp-voice_head {
  position: relative;
  z-index: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 35px 0;
}
@media screen and (min-width: 768px) {
  .p-lp-voice_head {
    width: -moz-fit-content;
    width: fit-content;
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-voice_head {
    width: calc(100% - 40px);
  }
}
.p-lp-voice_head .josefin-sans {
  font-size: 4.2rem;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 10px rgb(183, 120, 142);
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-lp-voice_head .josefin-sans {
    font-size: 2.8rem;
  }
}
.p-lp-voice_head::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 500px;
  aspect-ratio: 1/1;
  background: url(../img/lp_voice_head_bg.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-lp-voice_head::before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-lp-voice_head::before {
    width: calc(100% + 40px);
    left: -20px;
    transform: translateY(-40%);
  }
}
.p-lp-voice_movie {
  position: relative;
  max-width: 640px;
  border-radius: 15px;
  overflow: hidden;
}
.p-lp-voice_movie video {
  display: block;
  width: 100%;
  max-width: 640px;
}
.p-lp-voice_deco_01, .p-lp-voice_deco_02 {
  pointer-events: none;
  width: 177px;
  aspect-ratio: 1;
  position: absolute;
  background: url(../img/lp_voice_deco.svg) no-repeat center center/contain;
}
.p-lp-voice_deco_01 {
  left: -45%;
  bottom: -65%;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-lp-voice_deco_01 {
    display: none;
  }
}
.p-lp-voice_deco_02 {
  top: -15%;
  right: -10%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-lp-voice_deco_02 {
    width: 105px;
    top: -25%;
    right: 20%;
  }
}

/*p-lp-voice END*/
.l-section_wrap {
  width: 100%;
}

.l-container_wide.is-bg_wrap {
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-container_wide.is-bg_wrap {
    max-width: 100%;
    width: 100%;
    padding: 0 20px 40px;
  }
}
.l-container_wide.is-bg_wrap::before {
  content: "";
  display: block;
  max-width: 100vw;
  width: calc(100% + (100vw - 100% - 220px) / 2 + 220px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(254, 255, 241) 100%);
  border-top-left-radius: 120px;
}

.p-lp-training {
  padding: 140px 0 70px;
}
@media screen and (max-width: 767px) {
  .p-lp-training {
    padding: 80px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-training .l-container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
.p-lp-training .c-title_l {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-lp-training .c-title_l {
    margin-bottom: 40px;
  }
}
.p-lp-training .c-card-flex {
  align-items: stretch;
}
.p-lp-training .c-card-flex_image img {
  border-radius: 15px;
}
.p-lp-training .c-card-flex_title {
  font-size: 2rem;
  color: #F55A64;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-lp-training .c-card-flex_title {
    font-size: 1.8rem;
  }
}
.p-lp-training .c-card-flex_text {
  font-size: 1.4rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-lp-training .c-card-flex.c-card_3 .c-card-flex_item {
    width: 100%;
  }
}

/*p-lp-training END*/
.p-lp-benefit {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .p-lp-benefit {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-benefit .l-container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
.p-lp-benefit .c-title_l {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-lp-benefit .c-title_l {
    margin-bottom: 40px;
  }
}
.p-lp-benefit .c-card-grid {
  gap: 70px 2%;
}
@media screen and (max-width: 767px) {
  .p-lp-benefit .c-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10%;
  }
}
.p-lp-benefit .c-card-grid_item {
  display: block;
  grid-row: unset;
  grid-template-rows: none;
}
.p-lp-benefit .c-card-grid_item figure {
  text-align: center;
}
.p-lp-benefit .c-card-grid_item figcaption {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-lp-benefit .c-card-grid_item figcaption {
    font-size: 1.6rem;
  }
}

/*.p-lp-benefit END*/
.p-lp-faq {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .p-lp-faq {
    padding: 40px 0;
  }
}
.p-lp-faq .c-accordion_label {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-lp-faq .c-accordion_label {
    font-size: 1.6rem;
  }
}
.p-lp-faq .c-accordion_label span::before {
  content: "Q";
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2.4rem;
  color: var(--color-pink);
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-lp-faq .c-accordion_label span::before {
    font-size: 1.8rem;
  }
}

/*p-lp-faq END*/
.p-lp-guide {
  padding: 70px 0 125px;
}
@media screen and (max-width: 767px) {
  .p-lp-guide {
    padding: 40px 0 70px;
  }
}
.p-lp-guide .c-title_l {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-lp-guide .c-title_l {
    margin-bottom: 40px;
  }
}
.p-lp-guide_contents {
  padding: 60px 20px;
  border: 1px solid rgba(235, 235, 235, 0.6);
  box-shadow: 4px, 4px, 4px, rgba(100, 100, 100, 0.08);
}
@media screen and (max-width: 767px) {
  .p-lp-guide_contents {
    padding: 20px 30px;
  }
}
.p-lp-guide_contents .l-inner {
  max-width: var(--w-solid-short);
}
@media screen and (max-width: 767px) {
  .p-lp-guide_contents .l-inner {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}

/*p-lp-guide END*/
.p-lp-company .l-container_wide {
  position: relative;
  padding: 140px 20px;
}
@media screen and (max-width: 767px) {
  .p-lp-company .l-container_wide {
    padding: 80px 0;
  }
}
.p-lp-company .l-container_wide::before {
  content: "";
  display: block;
  width: calc(100% + 50vw - 50%);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(254, 255, 241) 100%);
  border-top-right-radius: 120px;
}
@media screen and (max-width: 767px) {
  .p-lp-company .l-inner {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
.p-lp-company .c-title_l {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-lp-company .c-title_l {
    margin-bottom: 30px;
  }
}

/*p-lp-company END*/
.p-lp-entry {
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .p-lp-entry {
    padding-bottom: 80px;
  }
}
.p-lp-entry_image {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 100px 45px 0;
  margin: 0 10% -70px auto;
}
@media screen and (max-width: 1023px) {
  .p-lp-entry_image {
    max-width: 390px;
    width: 80%;
    padding: 0;
    margin: 0;
  }
}
.p-lp-entry_image img {
  max-width: 390px;
  border-radius: 15px;
}
@media screen and (max-width: 1023px) {
  .p-lp-entry_image img {
    max-width: 100%;
    width: 100%;
  }
}
.p-lp-entry_deco_01 {
  pointer-events: none;
  position: absolute;
  bottom: -5%;
  right: -5%;
  width: 177px;
  aspect-ratio: 1;
  z-index: 1;
  background: url(../img/lp_entry_deco.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1023px) {
  .p-lp-entry_deco_01 {
    max-width: 120px;
    width: 43%;
    right: -20%;
    bottom: -10%;
  }
}
@media screen and (min-width: 1024px) {
  .p-lp-entry .c-unit {
    align-items: flex-end;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .p-lp-entry .c-unit {
    flex-direction: column;
  }
}
.p-lp-entry_head {
  position: relative;
  z-index: 1;
  max-width: 440px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .p-lp-entry_head {
    width: 100%;
    padding: 90px 30px 0;
  }
}
.p-lp-entry_head_title {
  font-size: 3.6rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2.5rem;
  text-shadow: 0 0 10px rgb(183, 120, 142);
}
@media screen and (max-width: 1023px) {
  .p-lp-entry_head_title {
    font-size: 2.4rem;
  }
}
.p-lp-entry_head::before {
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  left: -30%;
  z-index: -1;
  max-width: 555px;
  width: 125%;
  aspect-ratio: 1/1;
  background: url(../img/lp_entry_head_bg.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1023px) {
  .p-lp-entry_head::before {
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-lp-entry_deco_02 {
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-lp-entry_deco_02 {
    position: absolute;
    top: -75%;
    left: -25%;
    width: 177px;
    aspect-ratio: 1;
    z-index: -1;
    background: url(../img/lp_entry_deco.svg) no-repeat center center/contain;
  }
}
@media screen and (max-width: 1023px) {
  .p-lp-entry_deco_02 {
    display: none;
  }
}
.p-lp-entry .c-btn_wrap {
  position: relative;
  z-index: 2;
  width: 100%;
}

/*p-lp-entry END*/
/*		formページ　求人応募
-----------------------------------------------------*/
.p-lp-form {
  padding: 120px 0;
}
.p-lp-form .c-table_plain th {
  text-align: left;
  width: 250px;
  background-color: transparent;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-lp-form .c-table_plain th {
    width: 100%;
    padding: 15px 0 0;
    border: 0;
  }
}
.p-lp-form .c-table_plain td {
  width: calc(100% - 250px);
  background-color: transparent;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-lp-form .c-table_plain td {
    width: 100%;
    padding: 10px 0 15px;
  }
}
.p-lp-form .c-form {
  /*.c-form_step*/
  /*_birthday*/
}
.p-lp-form .c-form_step::before {
  background-color: var(--color-pink);
}
.p-lp-form .c-form_step_item {
  color: var(--color-pink);
}
.p-lp-form .c-form_step_item.is-active .c-form_step_item_number span {
  background-color: var(--color-pink);
}
.p-lp-form .c-form_step_item_title {
  color: var(--color-black);
}
.p-lp-form .c-form_step_item.is-active .c-form_step_item_title {
  color: var(--color-pink);
}
.p-lp-form .c-form_step_item_number span {
  border: 2px solid var(--color-pink);
}
@media screen and (max-width: 767px) {
  .p-lp-form .c-form .p-lp-form_birthday .c-form_unit {
    width: 100%;
  }
}
.p-lp-form .c-form .p-lp-form_birthday input[type=text] {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .p-lp-form .c-form .p-lp-form_birthday input[type=text] {
    flex: 1;
    max-width: 100%;
    width: 100%;
  }
}

/*		404ページ
-----------------------------------------------------*/
.p-404 {
  background: #f7f6f2;
  padding: 90px 0 60px;
}
.p-404 .p-404-mv {
  width: 100%;
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-404 .p-404-mv .c-title_l {
  text-align: center;
  font-weight: bold;
}
.p-404 .p-404-mv .c-title_l span {
  font-size: 32px;
  color: #99b521;
}
.p-404 .p-404-mv .c-title_l h1 {
  margin: 30px 0;
  font-size: 32px;
  color: #000000;
}
.p-404 .p-404-mv p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.p-404 .p-404-mv .c-btn_wrap {
  margin: 96px auto 0;
}

/*.p-404*/
@media screen and (max-width: 767px) {
  .p-404 .p-404-mv .c-title_l {
    font-size: 20px;
  }
  .p-404 .p-404-mv .c-title_l span {
    font-size: 20px;
  }
  .p-404 .p-404-mv .c-title_l h1 {
    font-size: 18px;
  }
  .p-404 .p-404-mv p {
    font-size: 14px;
  }
  .p-404 .p-404-mv p .is_sp {
    display: block;
  }
  .p-404 .p-404-mv .c-link_btn {
    width: 100%;
  }
  .p-404 .p-404-mv .c-link_btn a {
    font-size: 1.6rem;
  }
  /*.p-404*/
}
/*max-width: 600px*/