@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*
ABOUT
*/
.p-message {
  position: relative;
  margin: 110px auto 140px;
}
@media (max-width: 767px) {
  .p-message {
    margin-top: 5px;
    margin-bottom: 60px;
  }
}
.p-message .c-title-caption {
  position: relative;
}
.p-message__pic {
  width: 407px;
  float: right;
  margin-left: 33px;
  margin-bottom: 30px;
  margin-top: -210px;
}
@media (max-width: 767px) {
  .p-message__pic {
    float: none;
    width: 200px;
    margin: 0 auto 28px;
  }
}
.p-message .u-right {
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  .p-message .u-right {
    font-size: 1.6rem;
  }
}

.p-philo {
  position: relative;
  margin: 110px auto 140px;
  padding: 70px 0 0px !important;
}
@media (max-width: 767px) {
  .p-philo {
    margin-top: 0px;
    margin-bottom: 60px;
    padding-top: 0 !important;
  }
}
.p-philo__head {
  position: relative;
}
.p-philo__block {
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  margin: 35px auto;
  box-shadow: 0px 6px 6px 0px rgba(0, 41, 109, 0.15);
}
@media (max-width: 767px) {
  .p-philo__block {
    display: block;
    margin: 28px auto;
  }
}
.p-philo__block--manage .c-list > li {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .p-philo__block--manage .c-list > li {
    font-size: 1.4rem;
  }
}
.p-philo__block--manage .p-philo__title {
  font-size: 2.8rem;
  letter-spacing: 10%;
}
.p-philo__block--cp::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -158px;
  background: url(../img/picto-philo.svg) 0 0 no-repeat;
  background-size: contain;
  width: 286px;
  height: 158px;
}
@media (max-width: 767px) {
  .p-philo__block--cp::after {
    width: 125px;
    height: 68px;
    top: -68px;
  }
}
.p-philo__title {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.3095em;
  letter-spacing: 30%;
  flex: 0 0 190px;
  padding: 35px;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .p-philo__title {
    font-size: 2.8rem;
    padding: 14px 22px;
  }
}
.p-philo__caption {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4286em;
  letter-spacing: 2%;
}
@media (max-width: 767px) {
  .p-philo__caption {
    font-size: 1.2rem;
  }
}
.p-philo__body {
  flex: 1;
  padding: 33px;
}
@media (max-width: 767px) {
  .p-philo__body {
    padding: 14px 22px;
  }
}
.p-philo__impact {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4667em;
  letter-spacing: 2%;
  margin: 0;
}
@media (max-width: 767px) {
  .p-philo__impact {
    font-size: 1.4rem;
  }
}
.p-philo .c-btn {
  margin-bottom: 0;
}

.p-overview {
  position: relative;
  margin: 110px auto 0px;
  padding: 100px 0 200px !important;
}
@media (max-width: 767px) {
  .p-overview {
    margin: 60px auto 110px;
    padding: 60px 0 0px !important;
  }
}
.p-overview__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 767px) {
  .p-overview__table {
    border-bottom: 1px solid #00296d;
  }
}
.p-overview__table th {
  background: #eff6fb;
  color: #00296d;
  font-size: 1.6rem;
  line-height: 1.75em;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  border: 1px solid #00296d;
  padding: 18px;
  width: 330px;
}
@media (max-width: 767px) {
  .p-overview__table th {
    border-bottom: none;
    padding: 8px 12px;
    font-size: 1.4rem;
  }
}
.p-overview__table td {
  color: #00296d;
  font-size: 1.6rem;
  line-height: 1.75em;
  border: 1px solid #00296d;
  padding: 18px;
}
@media (max-width: 767px) {
  .p-overview__table td {
    padding: 8px 12px;
    font-size: 1.4rem;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .p-overview .p-overview__table,
  .p-overview .p-overview__table tbody,
  .p-overview .p-overview__table tr,
  .p-overview .p-overview__table th,
  .p-overview .p-overview__table td {
    display: block;
    width: 100%;
  }
}

.p-access {
  position: relative;
  margin: 0px auto 60px;
  padding: 0px 0 1px !important;
}
@media (min-width: 768px) {
  .p-access .l-content {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .p-access {
    margin: 0px auto 110px;
    padding: 60px 0 30px !important;
  }
}
.p-access__block {
  display: flex;
  align-items: center;
  margin: 50px auto;
}
@media (max-width: 767px) {
  .p-access__block {
    flex-wrap: wrap;
  }
}
.p-access__block:last-child {
  margin-bottom: 0;
}
.p-access__map {
  flex: 0 0 540px;
}
@media (max-width: 767px) {
  .p-access__map {
    flex: auto;
    order: 2;
    width: 100%;
    border: 2px solid #00296d;
  }
}
.p-access__map iframe {
  width: 100%;
  display: block;
  border: 1px solid #00296d;
  width: 100%;
  height: 450px;
}
.p-access__body {
  flex: 1;
}
@media (max-width: 767px) {
  .p-access__body {
    flex: auto;
    order: 1;
    width: 100%;
  }
}
.p-access__body .c-text {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .p-access__body .c-text {
    padding-left: 0;
  }
}
.p-access__body .c-btn-text {
  float: none;
  margin-left: 70px;
}
@media (max-width: 767px) {
  .p-access__body .c-btn-text {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 150px;
    margin-bottom: 19px;
  }
}
.p-access__title {
  text-align: left;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 2%;
  line-height: 1.8571em;
  border-bottom: 1px solid #00296d;
  padding-left: 70px;
}
@media (max-width: 767px) {
  .p-access__title {
    font-size: 1.6rem;
    padding-left: 0;
  }
}

.p-history {
  position: relative;
  margin: 110px auto 0px;
  padding: 110px 0 75px !important;
}
@media (max-width: 767px) {
  .p-history {
    margin: 60px auto 60px;
    padding: 0px 0 1px !important;
  }
}
.p-history__list {
  position: relative;
}
.p-history__block {
  position: relative;
  padding-left: 173px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .p-history__block {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.p-history__block::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #00296d;
  left: 145px;
  top: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .p-history__block::before {
    left: 105px;
  }
}
.p-history__block::after {
  content: "";
  display: block;
  position: absolute;
  left: 139.5px;
  top: 26px;
  background: #00296d;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}
@media (max-width: 767px) {
  .p-history__block::after {
    left: 100px;
    top: 13px;
  }
}
@media (max-width: 767px) {
  .p-history__block {
    padding-left: 120px;
  }
}
.p-history__title {
  line-height: 1.75em;
  margin: 0;
  font-weight: normal;
  text-align: right;
  width: 120px;
  position: absolute;
  left: 0;
  top: 15px;
}
@media (max-width: 767px) {
  .p-history__title {
    font-size: 1.4rem;
    width: 85px;
    top: 7px;
  }
}
.p-history .c-text {
  margin: 0;
}

/*
SERVICE
*/
.p-sv-intro {
  position: relative;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .p-sv-intro {
    margin-top: 20px;
  }
}
.p-sv-intro .l-content::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 140px;
  width: 100vw;
  height: 2px;
  background: #00296d;
  transform: rotate(-4deg);
  transform-origin: right bottom;
}
@media (max-width: 767px) {
  .p-sv-intro .l-content::before {
    display: none;
  }
}
.p-sv-intro__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .p-sv-intro__grid {
    display: block;
  }
}
.p-sv-intro__pics {
  order: 2;
  display: flex;
  box-sizing: border-box;
  position: relative;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .p-sv-intro__pics {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .p-sv-intro__pics {
    margin-top: 35px;
    margin-left: -29px;
    margin-right: -29px;
  }
}
.p-sv-intro__pics-item-all {
  max-width: 804px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .p-sv-intro__pics-item-all {
    min-width: 477px;
  }
}
.p-sv-intro__pics-item:nth-child(1) {
  position: relative;
  z-index: 3;
}
.p-sv-intro__pics-item:nth-child(2) {
  margin-top: 140px;
  margin-left: -150px;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-sv-intro__pics-item:nth-child(2) {
    margin-top: -8px;
    margin-left: 0;
  }
}
.p-sv-intro__pics-item:nth-child(3) {
  margin-top: -60px;
  margin-left: -150px;
}
@media (max-width: 767px) {
  .p-sv-intro__pics-item:nth-child(3) {
    margin-top: -16px;
    margin-left: 0;
  }
}
.p-sv-intro__pics img {
  flex: 0 0 auto;
}
.p-sv-intro__content {
  order: 1;
  width: 596px;
  padding-bottom: 150px;
}
.p-sv-intro__content > p.c-lead {
  max-width: 560px;
}
@media (max-width: 767px) {
  .p-sv-intro__content {
    width: 100%;
    padding-bottom: 0;
  }
}
.p-sv-intro__title {
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.35em;
  letter-spacing: 2%;
  margin-bottom: 43px;
}
@media (max-width: 767px) {
  .p-sv-intro__title {
    font-size: 2.1rem;
    margin-bottom: 11px;
  }
}

.p-sv-anchor {
  position: relative;
}
.p-sv-anchor__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 43px;
  max-width: 949px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-sv-anchor__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-sv-anchor__block {
  position: relative;
  box-shadow: 8px 8px 24px 0px rgba(0, 41, 109, 0.12);
  background: #fff;
  border-radius: 5px;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .p-sv-anchor__block {
    padding: 5px 13px;
  }
}
.p-sv-anchor__block:hover {
  background: #eff6fb;
}
.p-sv-anchor__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #00296d;
  position: relative;
}
.p-sv-anchor__link::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  bottom: -30px;
  background: url(../img/arrow-bottom.png) left top no-repeat;
  background-size: contain;
  width: 4px;
  height: 40.5px;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .p-sv-anchor__link::after {
    background: url(../img/angle-right-blue.png) 0 0 no-repeat;
    background-size: contain;
    width: 5px;
    height: 6px;
    left: auto;
    right: 0px;
    margin-left: 0;
    top: 70%;
    bottom: auto;
  }
}
.p-sv-anchor__link:hover .p-sv-anchor__num {
  color: #fff;
  background: #00296d;
}
.p-sv-anchor__link:hover::after {
  bottom: -55px;
}
.p-sv-anchor__num {
  background: #f3e489;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 2%;
  font-weight: bold;
  border-radius: 3px;
  width: 80px;
  margin: 0 auto;
  position: relative;
  margin-top: -13.4px;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .p-sv-anchor__num {
    margin: 0;
    margin-top: -21px;
    width: 80px;
  }
}
.p-sv-anchor__num .u-bold {
  font-size: 1.8rem;
}
.p-sv-anchor__title {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 2%;
  line-height: 1.4583em;
  margin: 10px auto;
}
@media (max-width: 767px) {
  .p-sv-anchor__title {
    text-align: left;
    font-size: 1.8rem;
    display: inline-block;
    margin-right: 15px;
  }
}
.p-sv-anchor__note {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-sv-anchor__note {
    text-align: left;
    display: inline-block;
  }
}

.p-sv-feat {
  margin: 0 auto 0px;
  padding-bottom: 0 !important;
  padding-top: 50px !important;
}
@media (max-width: 767px) {
  .p-sv-feat {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }
}
.p-sv-feat .c-lead {
  margin-bottom: 86px;
}
@media (max-width: 767px) {
  .p-sv-feat .c-lead {
    margin-bottom: 5px;
  }
}
.p-sv-feat__block {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 68px auto;
}
@media (max-width: 767px) {
  .p-sv-feat__block {
    flex-wrap: wrap;
  }
}
.p-sv-feat__block::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #eff6fb;
  width: 100vw;
  height: 100%;
  filter: blur(5px);
}
.p-sv-feat__block--reverse::before {
  right: auto;
  left: 0;
}
@media (min-width: 768px) {
  .p-sv-feat__block--reverse .p-sv-feat__pic {
    order: 2;
  }
}
@media (min-width: 768px) {
  .p-sv-feat__block--reverse .p-sv-feat__content {
    order: 1;
  }
}
@media (max-width: 767px) {
  .p-sv-feat__block--reverse .p-sv-feat__content {
    padding-left: 20px;
    padding-right: 0;
  }
}
.p-sv-feat__pic {
  flex: 0 0 480px;
  position: relative;
  z-index: 2;
  margin-top: -43px;
}
.p-sv-feat__pic img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .p-sv-feat__pic {
    width: 100%;
    order: 2;
    margin: 20px 0 20px;
    flex: auto;
  }
}
.p-sv-feat__content {
  flex: 1;
  padding-left: 61px;
  padding-top: 30px;
  padding-right: 50px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .p-sv-feat__content {
    width: 100%;
    order: 1;
    padding: 15px 0;
    flex: auto;
    padding-right: 20px;
  }
}
.p-sv-feat__title {
  font-size: 3rem;
  line-height: 1.8333em;
  letter-spacing: 2%;
  margin-bottom: 24px;
  position: relative;
  display: flex;
  margin-top: 0;
  padding-right: 210px;
}
@media (max-width: 767px) {
  .p-sv-feat__title {
    font-size: 2.1rem;
    padding-right: 0;
  }
}
.p-sv-feat__text {
  position: relative;
  z-index: 2;
}
.p-sv-feat__picto {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .p-sv-feat__picto {
    transform: scale(0.7);
    transform-origin: right bottom;
  }
}
@media (max-width: 767px) {
  .p-sv-feat .c-btn-text {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .p-sv-feat#anchor-3 .p-sv-feat__title img {
    width: 40%;
  }
}
/*
SERVICE DETAIL
*/
.p-sv-dt-about {
  position: relative;
  padding-bottom: 20px !important;
}
@media (max-width: 767px) {
  .p-sv-dt-about {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
.p-sv-dt-about__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px;
  margin: 80px auto;
}
@media (max-width: 767px) {
  .p-sv-dt-about__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
    margin: 50px auto 0;
  }
}
.p-sv-dt-about__grid--designated .p-sv-dt-about__picto {
  margin-bottom: 40px;
}
.p-sv-dt-about__grid--col-1 {
  grid-template-columns: repeat(1, 1fr);
}
.p-sv-dt-about__block {
  background: #faf7e6;
  border-top-left-radius: 80px;
  padding: 30px;
  position: relative;
  border-right: 2px solid #00296d;
  border-bottom: 2px solid #00296d;
}
@media (max-width: 767px) {
  .p-sv-dt-about__block {
    border-top-left-radius: 60px;
    padding: 30px 21px 20px;
  }
}
.p-sv-dt-about__block--col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .p-sv-dt-about__block--col {
    display: block;
  }
}
.p-sv-dt-about__block--col .p-sv-dt-about__pic {
  width: 48%;
}
@media (max-width: 767px) {
  .p-sv-dt-about__block--col .p-sv-dt-about__pic {
    width: 100%;
  }
}
.p-sv-dt-about__block--col .p-sv-dt-about__content {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .p-sv-dt-about__block--col .p-sv-dt-about__content {
    width: 100%;
    padding-right: 0;
  }
}
.p-sv-dt-about__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -55px;
}
@media (max-width: 767px) {
  .p-sv-dt-about__head {
    margin-top: -30px;
  }
}
.p-sv-dt-about__num {
  font-weight: 300;
  color: #376cc3;
  opacity: 20%;
  margin: 0;
  font-size: 15rem;
  line-height: 1;
  margin: 0;
  margin-bottom: 30px !important;
  display: block;
}
@media (max-width: 767px) {
  .p-sv-dt-about__num {
    font-size: 10rem;
    margin-left: 20px;
    margin-bottom: 10px !important;
  }
}
.p-sv-dt-about__title {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.3571em;
  margin: 0;
  margin-top: -50px;
  padding: 0;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .p-sv-dt-about__title {
    font-size: 2.1rem;
  }
}
.p-sv-dt-about__picto {
  position: absolute;
  right: 0;
  top: -20px;
}
@media (max-width: 767px) {
  .p-sv-dt-about__picto {
    transform: scale(0.5);
    transform-origin: right top;
    top: -40px;
  }
}

@media (min-width: 768px) {
  .p-sv-dt-fac {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 768px) {
  .p-sv-dt-fac .c-title-2-caption {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  .p-sv-dt-fac {
    margin-bottom: 80px;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .p-sv-dt-fac .c-card-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}
@media (max-width: 767px) {
  .p-sv-dt-fac .c-card-grid .c-card__title {
    font-size: 1.4rem;
    padding: 5px 5px 5px;
    padding-right: 27px;
    min-height: 56px;
    display: flex;
    align-items: center;
  }
  .p-sv-dt-fac .c-card-grid .c-card__title::after {
    top: 50%;
    margin-top: -6px;
  }
}

.p-sv-dt-voice {
  margin-top: -110px !important;
}
@media (max-width: 767px) {
  .p-sv-dt-voice {
    margin-top: 40px !important;
    padding-bottom: 0 !important;
  }
}
.p-sv-dt-voice__slider-wrap {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .p-sv-dt-voice__slider-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.p-sv-dt-voice__slider-wrap .swiper-button-prev {
  background: url(../img/angle-blue-left.png) 0 0 no-repeat;
  background-size: contain;
  width: 19px;
  height: 33px;
  left: 0px;
}
.p-sv-dt-voice__slider-wrap .swiper-button-prev::after {
  content: none;
}
.p-sv-dt-voice__slider-wrap .swiper-button-next {
  background: url(../img/angle-blue-right.png) 0 0 no-repeat;
  background-size: contain;
  width: 19px;
  height: 33px;
  right: 0px;
}
.p-sv-dt-voice__slider-wrap .swiper-button-next::after {
  content: none;
}
.p-sv-dt-voice__slider {
  position: relative;
  margin-top: 10px;
  width: 100%;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .p-sv-dt-voice__slider {
    margin-top: 0;
  }
}
.p-sv-dt-voice__slider .swiper-wrapper {
  padding-top: 50px;
  padding-bottom: 70px;
}
.p-sv-dt-voice__slider .swiper-pagination {
  bottom: 0;
}
.p-sv-dt-voice__slider .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0;
  background: #00296d;
  width: 18px;
  height: 18px;
}
.p-sv-dt-voice__slider .swiper-pagination-bullet-active {
  background: #f3e489;
}
.p-sv-dt-voice__item {
  border-top-left-radius: 40px;
  background: #faf7e6;
  box-shadow: 12px 12px 12px rgba(0, 41, 109, 0.1);
  padding: 33px 28px;
  position: relative;
}
@media (max-width: 767px) {
  .p-sv-dt-voice__item {
    padding: 22px;
  }
}
.p-sv-dt-voice__item::before {
  content: "";
  display: block;
  width: 3px;
  height: 42px;
  background: #00296d;
  position: absolute;
  left: 50%;
  top: -21px;
}
.p-sv-dt-voice__item .u-right {
  margin-top: 36px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-sv-dt-voice__item .u-right {
    margin-top: 25px;
  }
}
.p-sv-dt-voice__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: 2%;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .p-sv-dt-voice__title {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

/*
ABM QUALITY
*/
.p-abm-over {
  position: relative;
}
.p-abm-over__diagram {
  max-width: 900px;
  margin: 70px auto 0;
}
@media (max-width: 767px) {
  .p-abm-over__diagram {
    margin-top: 22px;
  }
}

.p-abm-philo {
  position: relative;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .p-abm-philo {
    margin-top: 30px;
  }
}
.p-abm-philo__header {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .p-abm-philo__header {
    padding-bottom: 40px;
  }
}
.p-abm-philo .c-title-2 {
  position: relative;
}
.p-abm-philo .c-title-2-caption {
  position: relative;
}
.p-abm-philo__caption {
  text-align: center;
  font-size: 4rem;
  line-height: 0.875em;
  letter-spacing: 2%;
  font-weight: 500;
  margin-bottom: 5px !important;
}
@media (max-width: 767px) {
  .p-abm-philo__caption {
    font-size: 2.5rem;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .p-abm-philo__caption:nth-child(1) {
    margin-top: 0;
  }
}
.p-abm-philo__title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.75em;
  letter-spacing: 2%;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .p-abm-philo__title {
    font-size: 1.6rem;
  }
}
.p-abm-philo .c-box {
  margin-bottom: 85px;
}
@media (max-width: 767px) {
  .p-abm-philo .c-box {
    margin-bottom: 0px;
  }
}
.p-abm-philo__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 37px;
}
@media (max-width: 767px) {
  .p-abm-philo__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 12px;
  }
}
.p-abm-philo__grid .c-box {
  padding-bottom: 140px;
}
.p-abm-philo__caption-2 {
  text-align: center;
  font-size: 3.8rem;
  font-weight: normal;
  line-height: 1.3461538462em;
  letter-spacing: 2%;
  margin-top: 0;
  margin-bottom: 0px !important;
}
@media (max-width: 767px) {
  .p-abm-philo__caption-2 {
    font-size: 2.5rem;
  }
}
.p-abm-philo__title-2 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2%;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .p-abm-philo__title-2 {
    font-size: 1.2rem;
  }
}
.p-abm-philo__picto {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0;
  width: 100%;
}
.p-abm-philo__picto > img {
  margin: 0 auto;
}

.p-act {
  background: url(../img/p-act-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 145px !important;
}
@media (max-width: 767px) {
  .p-act {
    background: none;
    padding-top: 50px !important;
    padding-bottom: 25px !important;
  }
}
.p-act__lead {
  font-size: 3rem;
  line-height: 1.5em;
  letter-spacing: 2%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-act__lead {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .p-act::after {
    content: "";
    display: block;
    background: url(../img/p-act-bg-sp.jpg) center bottom no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 131.4247669774%;
    margin-top: -100px;
  }
}

.p-emp {
  position: relative;
}
.p-emp__head {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-bottom: 250px;
}
@media (max-width: 767px) {
  .p-emp__head {
    display: block;
  }
}
.p-emp__head .c-lead {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .p-emp__head .c-lead {
    padding-right: 0;
  }
}
.p-emp__picto {
  flex: 0 0 322px;
  position: relative;
  margin-top: -50px;
}
@media (max-width: 767px) {
  .p-emp__picto {
    margin-top: 0;
    width: 196px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -100px;
  }
}
.p-emp .u-bg-blue-naname {
  margin-top: -250px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-emp .u-bg-blue-naname .l-content {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .p-emp .u-bg-blue-naname {
    margin-top: -150px;
    padding-top: 60px;
    padding-bottom: 0 !important;
  }
}
.p-emp .c-title-3 {
  position: relative;
  margin-top: -20px;
}
.p-emp__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 58px auto;
}
@media (max-width: 767px) {
  .p-emp__block {
    display: block;
    margin: 35px auto;
  }
}
.p-emp__pic {
  width: 43%;
}
.p-emp__pic img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .p-emp__pic {
    width: 100%;
  }
}
.p-emp__content {
  width: 51%;
}
@media (max-width: 767px) {
  .p-emp__content {
    width: 100%;
  }
}
.p-emp__title {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #00296d;
  padding-bottom: 14px;
  margin-bottom: 15px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .p-emp__title {
    font-size: 1.8rem;
  }
}
.p-emp__title.u-color-white {
  border-bottom: 1px solid #fff;
}
.p-emp .u-bg-yellow {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .p-emp .u-bg-yellow {
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.p-person {
  position: relative;
}
.p-person__title {
  font-size: 2.1rem;
  letter-spacing: 2%;
  line-height: 1.6666666667em;
  border-bottom: 1px solid rgba(0, 41, 109, 0.3);
  position: relative;
  font-weight: normal;
  padding: 25px 41px;
  padding-right: 60px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-person__title {
    font-size: 1.4rem;
    padding: 10px 11px;
    padding-right: 60px;
  }
}
.p-person__title::after {
  content: "";
  display: block;
  background: url(../img/qna-plus.png) center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 22px;
  top: 30px;
}
@media (max-width: 767px) {
  .p-person__title::after {
    width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
  }
}
.p-person__title.is-active::after {
  background: url(../img/qna-minus.png) center center no-repeat;
  background-size: contain;
}
.p-person__content {
  background: #eff6fb;
  padding: 24px 30px 53px;
  display: none;
  position: relative;
}
@media (max-width: 767px) {
  .p-person__content {
    padding: 15px 22px 33px;
  }
}
.p-person__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 clamp(15px, 10vw, 70px);
}
@media (max-width: 767px) {
  .p-person__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-person__item {
  border-bottom: 1px dashed #00296d;
  display: flex;
  justify-content: space-between;
  padding: 9px 17px;
}
@media (max-width: 767px) {
  .p-person__item {
    padding: 9px 0px;
  }
}
.p-person__num {
  flex: 0 0 70px;
  text-align: right;
}

/*
RECRUIT
*/
.p-message--recruit {
  margin-top: 0;
}

.p-our__header {
  padding-top: 50px;
  padding-bottom: 0px;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .p-our__header {
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .p-our__header .c-title-2-caption {
    order: 1;
    width: 100%;
  }
  .p-our__header .c-title-2 {
    order: 2;
    width: 100%;
  }
  .p-our__header img {
    order: 4;
    width: 243px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
  .p-our__header .c-lead {
    order: 3;
  }
}
.p-our__header img {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .p-our__header img {
    position: relative;
  }
}
.p-our__block {
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 0;
  gap: clamp(20px, 5vw, 85px);
}
@media (max-width: 767px) {
  .p-our__block {
    display: block;
    padding: 44px 0;
  }
}
.p-our__block::before {
  content: "";
  background: #00296d;
  height: 3px;
  width: 100vw;
  position: absolute;
  right: 0;
  top: 0;
}
.p-our__block--reverse::before {
  right: auto;
  left: 0;
  top: 0;
}
.p-our__block--reverse .p-our__content {
  order: 1;
}
.p-our__block--reverse .p-our__pic {
  order: 2;
}
.p-our__content {
  flex: 0 0 560px;
  order: 2;
}
@media (max-width: 767px) {
  .p-our__content {
    flex: auto;
  }
}
.p-our__pic {
  order: 1;
}
.p-our__pic img {
  border-radius: 10px;
}
.p-our__head {
  position: relative;
  display: flex;
  gap: 5px;
}
.p-our__picto {
  flex: 0 0 85px;
}
.p-our__title {
  font-weight: bold;
  text-align: left;
  font-size: 3.6rem;
  line-height: 1.5em;
  border-left: 3px solid #00296d;
  padding: 0;
  padding-left: 23px;
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .p-our__title {
    font-size: 2.1rem;
    padding-left: 12px;
    margin-bottom: 14px;
  }
}
.p-our__title-2 {
  font-size: 2rem;
  display: flex;
  gap: 10px;
  text-align: left;
  align-items: center;
}
@media (max-width: 767px) {
  .p-our__title-2 {
    font-size: 1.6rem;
  }
}
.p-our__title-2::after {
  content: "";
  display: block;
  flex: 1;
  border-bottom: dashed 1px #00296d;
}
.p-our__tags {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 26px;
}
@media (max-width: 767px) {
  .p-our__tags {
    gap: 6px;
  }
}
.p-our__tag {
  font-size: 1.6rem;
  color: #00296d;
  line-height: 1.75em;
  background: #faf7e6;
  border-radius: 30px;
  border: 1px solid #87a0c8;
  display: inline-block;
  padding: 3px 13px;
}
@media (max-width: 767px) {
  .p-our__tag {
    font-size: 1.4rem;
  }
}
.p-our__tag--plain {
  background: none;
  border: none;
}

.p-staff {
  position: relative;
}
@media (max-width: 767px) {
  .p-staff {
    padding-bottom: 30px !important;
  }
}
.p-staff__header {
  position: relative;
  height: 447.5px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .p-staff__header {
    height: 159px;
  }
}
.p-staff__header::before {
  content: "";
  display: block;
  position: absolute;
  left: -10vw;
  top: 0;
  width: 120vw;
  height: 447.5px;
  background: url(../img/p-staff__header-bg.jpg) center center no-repeat;
  background-size: cover;
  transform: rotate(-4deg);
  z-index: -1;
}
@media (max-width: 767px) {
  .p-staff__header::before {
    background: url(../img/p-staff__header-bg-sp.jpg) center center no-repeat;
    background-size: cover;
    height: 159px;
  }
}
.p-staff__header .c-title-2-caption {
  padding-top: 280px;
}
@media (max-width: 767px) {
  .p-staff__header .c-title-2-caption {
    padding-top: 78px;
  }
}
.p-staff__anchors {
  display: flex;
  justify-content: center;
  gap: 42px;
  margin: 80px auto 100px;
}
@media (max-width: 767px) {
  .p-staff__anchors {
    display: block;
    margin-top: 38px;
    margin-bottom: 77px;
  }
}
.p-staff__anchor {
  background: #fff;
  border-radius: 5px;
  position: relative;
  width: 198px;
  height: 158px;
  box-shadow: 9px 8px 24px rgba(0, 41, 109, 0.12);
}
@media (max-width: 767px) {
  .p-staff__anchor {
    width: 100%;
    height: 63px;
    box-shadow: 0px 6px 12px rgba(0, 41, 109, 0.12);
    margin-bottom: 16px;
  }
}
.p-staff__anchor > a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5em;
  letter-spacing: 2%;
  transition: 0.3s ease;
  width: 100%;
  height: 100%;
  padding-top: 1px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .p-staff__anchor > a {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
  }
}
.p-staff__anchor > a::after {
  content: "";
  display: block;
  background: url(../img/staff-anchor.png) 0 0 no-repeat;
  background-size: contain;
  width: 4px;
  height: 41px;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  bottom: -25px;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .p-staff__anchor > a::after {
    background: url(../img/angle-right-blue.png) 0 0 no-repeat;
    background-size: contain;
    width: 5px;
    height: 6px;
    left: auto;
    right: 5px;
    margin-left: 0;
    margin-top: -3px;
    top: 50%;
    bottom: auto;
  }
}
.p-staff__anchor > a:hover {
  background: #eff6fb;
}
.p-staff__anchor > a:hover::after {
  bottom: -42px;
}
.p-staff__anchor-num {
  text-align: center;
  color: #d0bf5d;
  font-weight: 300;
  font-size: 8rem;
  line-height: 1em;
  margin-top: -40px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p-staff__anchor-num {
    font-size: 5rem;
    margin-top: 0;
    margin-right: 10px;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .p-staff__anchor-jobname {
    width: 90px;
    text-align: left;
  }
}
.p-staff__anchor-name {
  font-size: 2rem;
  line-height: 1.3em;
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p-staff__anchor-name {
    margin-top: 0;
    margin-right: 10px;
  }
}
.p-staff__anchor-name .u-big {
  font-size: 3.6rem;
}
.p-staff__block {
  display: flex;
  gap: clamp(20px, 5vw, 85px);
  padding-left: 78px;
  padding-bottom: 82px;
  position: relative;
  border-left: 2px solid #00296d;
  margin-bottom: 125px;
}
@media (max-width: 767px) {
  .p-staff__block {
    display: block;
    border-left: none;
    padding-left: 0;
    padding-bottom: 24px;
    margin-bottom: 40px;
  }
}
.p-staff__block::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 2px;
  background: #00296d;
}
@media (max-width: 767px) {
  .p-staff__block::before {
    width: 100%;
    height: 1px;
  }
}
.p-staff__block::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100vw;
  height: 2px;
  background: #00296d;
}
@media (max-width: 767px) {
  .p-staff__block::after {
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 767px) {
  .p-staff__block:last-child::before {
    content: none;
  }
  .p-staff__block:last-child::after {
    content: none;
  }
}
.p-staff__pic {
  flex: 0 0 245px;
}
@media (max-width: 767px) {
  .p-staff__pic {
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 25px;
  }
}
.p-staff__pic img {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-staff__pic img {
    max-width: 163px;
  }
}
.p-staff__content {
  flex: 1;
  position: relative;
}
.p-staff__name {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 !important;
  letter-spacing: 2%;
}
.p-staff__name .u-big {
  font-size: 4rem;
}
.p-staff__job {
  margin: 0 !important;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-staff__title {
  font-weight: bold;
  font-size: 1.5rem;
  border-bottom: 1px solid #00296d;
  line-height: 1.8667em;
  letter-spacing: 2%;
  padding-bottom: 5px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .p-staff__title {
    margin-bottom: 15px;
  }
}
.p-staff__title:not(:first-child) {
  margin-top: 35px;
}

.p-require {
  position: relative;
  padding-top: 100px !important;
}
@media (max-width: 767px) {
  .p-require {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.p-require__header {
  position: relative;
}
.p-require__picto {
  width: 175px;
  left: 507px;
  top: -30px;
  position: absolute;
}
@media (max-width: 767px) {
  .p-require__picto {
    left: auto;
    right: 0;
    width: 72px;
    top: 0;
  }
}
.p-require__btns {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 5vw, 72px);
  margin-top: 78px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .p-require__btns {
    display: block;
    margin-top: 35px;
  }
}
.p-require__btns .c-btn:nth-child(1) {
  width: 232px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .p-require__btns .c-btn:nth-child(1) {
    width: 204px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 22px;
  }
}
.p-require__btns .c-btn:nth-child(2) {
  width: 346px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .p-require__btns .c-btn:nth-child(2) {
    width: 314px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

/*
CONTACT
*/
.p-contact {
  position: relative;
}
.p-contact__title {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5em;
  margin-top: 85px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .p-contact__title {
    margin-top: 54px;
  }
}
.p-contact__tel {
  font-size: 2rem;
  letter-spacing: 2%;
  font-weight: 500;
  text-align: center;
}
.p-contact__tel a {
  font-size: 3.2rem;
  letter-spacing: 2%;
  font-weight: 500;
  text-decoration: none;
}
.p-contact__tel span {
  color: white;
  font-size: 1.2rem;
  letter-spacing: 2%;
  background: #00296d;
  border-radius: 5px;
  width: 266px;
  display: block;
  margin: 10px auto;
  font-weight: normal;
}
.p-contact__form-inner {
  max-width: 800px;
  margin: 70px auto 54px;
  border-radius: 10px;
  padding: 30px 45px;
}
@media (max-width: 767px) {
  .p-contact__form-inner {
    margin-top: 22px;
    padding: 18px;
  }
}
.p-contact__form-white {
  background: #fff;
  border-radius: 10px;
  padding: 15px 30px;
}
.p-contact__form-white .c-list {
  padding-left: 0;
  margin-left: 0;
  list-style-position: inside;
}
.p-contact__table {
  width: 100%;
}
.p-contact__table tr:last-child th,
.p-contact__table tr:last-child td {
  border-bottom: none;
}
.p-contact__table th {
  position: relative;
  width: 240px;
  text-align: left;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2em;
  padding: 27px 3px;
  border-bottom: 1px dashed #00296d;
  vertical-align: top;
}
@media (max-width: 767px) {
  .p-contact__table th {
    border-bottom: none;
    padding: 23px 3px 16px;
  }
}
.p-contact__table td {
  position: relative;
  padding: 20px 0;
  font-size: 1.4rem;
  line-height: 2em;
  border-bottom: 1px dashed #00296d;
}
@media (max-width: 767px) {
  .p-contact__table td {
    padding: 0 0 28px;
  }
}
@media (max-width: 767px) {
  .p-contact .p-contact__table,
  .p-contact .p-contact__table tbody,
  .p-contact .p-contact__table tr,
  .p-contact .p-contact__table th,
  .p-contact .p-contact__table td {
    display: block;
    width: 100%;
  }
}
.p-contact__required {
  display: inline-block;
  background: #b12c66;
  color: #fff;
  width: 34px;
  height: 17px;
  line-height: 1.3em;
  border-radius: 3px;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  margin-right: 8px;
}
.p-contact__required--optional {
  background: #87a0c8;
}
.p-contact__status {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 47px;
}
.p-contact__status > li {
  color: #87a0c8;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}
.p-contact__status > li:before {
  content: "";
  background: url(../img/status-1-2.png) 0 0 no-repeat;
  background-size: contain;
  width: 33px;
  height: 4.5px;
  position: absolute;
  left: calc(100% + 5px);
  top: 50%;
  margin-top: -1px;
}
.p-contact__status > li:last-child:before {
  content: none;
}
.p-contact__agree {
  text-align: center;
}
.p-contact__agree-inner {
  width: 331px;
  margin: 54px auto 15px;
  background: #eff6fb;
  border-radius: 3px;
  padding: 5px;
}
.p-contact__agree-link {
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .p-contact__agree-link {
    font-size: 1.2rem;
  }
}
.p-contact__agree-link a:hover {
  text-decoration: none;
}
.p-contact__agree-text {
  display: none;
}

.mw_wp_form_input .p-contact__status > li:nth-child(1) {
  color: #b12c66;
}
.mw_wp_form_input .p-contact__status > li:nth-child(1):before {
  background: url(../img/status-1-1.png) 0 0 no-repeat;
  background-size: contain;
}

.mw_wp_form_confirm .c-form__confirm-box {
  background: #fff;
  border-radius: 3px;
  padding: 6px 13px;
}
.mw_wp_form_confirm .c-form__agree-text {
  display: inline-block;
}
.mw_wp_form_confirm .p-contact__intro {
  display: none;
}
.mw_wp_form_confirm .p-contact__input-text {
  display: none;
}
.mw_wp_form_confirm .p-contact__complete-text {
  display: none;
}
.mw_wp_form_confirm .p-contact__status > li:nth-child(2) {
  color: #b12c66;
}
.mw_wp_form_confirm .p-contact__status > li:nth-child(1):before {
  background: url(../img/status-2-1.png) 0 0 no-repeat;
  background-size: contain;
}
.mw_wp_form_confirm .p-contact__status > li:nth-child(2):before {
  background: url(../img/status-1-1.png) 0 0 no-repeat;
  background-size: contain;
}

.mw_wp_form_complete .p-contact__status > li:nth-child(3) {
  color: #b12c66;
}
.mw_wp_form_complete .p-contact__status > li:nth-child(2):before {
  background: url(../img/status-2-1.png) 0 0 no-repeat;
  background-size: contain;
}

.mw_wp_form_input .p-contact__confirm-text,
.mw_wp_form_input .p-contact__complete-text {
  display: none;
}

.mw_wp_form_confirm .p-contact__intro,
.mw_wp_form_complete .p-contact__intro {
  display: none;
}

/*
404
*/
.p-404 {
  position: relative;
  padding-top: 90px !important;
}
@media (max-width: 767px) {
  .p-404 {
    padding-top: 50px !important;
    padding-bottom: 70px !important;
  }
}
.p-404__picto {
  margin: 0 auto 45px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-404__picto {
    margin-bottom: 35px;
  }
}
.p-404__picto img {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .p-404__picto img {
    max-width: 100%;
  }
}
.p-404 .c-btn {
  margin-top: 64px;
  width: 200px;
}
@media (max-width: 767px) {
  .p-404 .c-btn {
    margin-top: 38px;
  }
}

/*
MEMBERS
*/
.p-pro {
  position: relative;
}
@media (max-width: 767px) {
  .p-pro__list {
    margin-top: 0;
  }
}
.p-pro__block {
  display: flex;
  align-items: center;
  gap: 38px;
  border: 1px solid #00296d;
  padding: 32px 38px;
  margin: 0 auto 52px;
}
@media (max-width: 767px) {
  .p-pro__block {
    display: block;
    padding: 18px 23px;
  }
}
.p-pro__pic {
  flex: 0 0 366px;
}
.p-pro__content {
  flex: 1;
}
.p-pro__content .c-btn {
  margin-bottom: 0.2em;
  margin-right: 0.2em;
}
.p-pro__title {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5em;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .p-pro__title {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}

/*
LOGIN
*/
.p-login {
  position: relative;
}
.p-login .l-content {
  max-width: 650px;
}
@media (max-width: 767px) {
  .p-login .l-content {
    max-width: 100%;
  }
}
.p-login .wpmem_msg {
  width: 100%;
}
.p-login #wpmem_login_form fieldset > legend {
  display: none;
}
.p-login__field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .p-login__field {
    display: block;
  }
}
.p-login__label {
  flex: 0 0 90px;
  color: #00296d;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .p-login__label {
    display: block;
  }
}
.p-login__input {
  width: 458px;
  border: 1px solid #00296d !important;
  border-radius: 3px !important;
  height: 40px;
}
@media (max-width: 767px) {
  .p-login__input {
    display: block;
    width: 100%;
  }
}
.p-login .c-btn {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}
@media (max-width: 767px) {
  .p-login #wpmem_login {
    width: 100%;
  }
}
.p-login #wpmem_login fieldset,
.p-login #wpmem_reg fieldset {
  margin-top: 0;
}

/*
PP
*/
@media (max-width: 767px) {
  .p-pp p {
    font-size: 1.4rem;
  }
  .p-pp ul li {
    font-size: 1.4rem;
  }
  .p-pp ul li::before {
    top: 13px !important;
  }
  .p-pp ol li {
    font-size: 1.4rem;
    padding-left: 23px;
  }
  .p-pp ol li::before {
    top: 7px !important;
  }
}
.love-pic img {
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .love-pic img {
    margin: 0 auto 40px;
  }  
}