@charset "UTF-8";
/*------------------------------
 foundation
-------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amiri:wght@700&display=swap");
@import url("https://cloud.typography.com/7229898/6130612/css/fonts.css");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* ==========================================================================
viewport指定
============================================================================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/*追記*/
select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

html {
  font-size: 62.5%;
  color: #53565A;
}

html.is-text-large {
  font-size: 71.43%;
}

@media screen and (min-width: 768px), print {
  body {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
a {
  text-decoration: none;
  color: #53565A;
  backface-visibility: hidden;
  cursor: pointer;
}

option, optgroup {
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 100%;
  width: 100%;
}

table {
  table-layout: fixed;
}

th, td {
  vertical-align: top;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  background: transparent;
}

img {
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  /*img:not(.auto) {
    width: 100%;
  }*/
}
@media screen and (max-width: 767px) {
  body.is-scroll-fixed {
    position: fixed;
    width: 100%;
  }
}
.l-general-footer {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.l-general-footer__body {
  max-width: 1288px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .l-general-footer__body {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-general-footer__body {
    padding: 0 20px;
  }
}
.l-general-footer__top {
  padding: 80px 0 24px;
  background-color: #FFFFFF;
}

.l-general-footer__top .l-general-footer__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-general-footer__top .l-general-footer__list {
  display: flex;
}

.l-general-footer__top .l-general-footer__list .l-general-footer__item {
  margin-right: 20px;
}

.l-general-footer__top .l-general-footer__list .l-general-footer__link {
  display: block;
  color: #97999B;
  font-size: 1.2rem;
  transition: opacity 0.3s;
}

.l-general-footer__top .l-general-footer__list .l-general-footer__link:hover {
  opacity: 0.6;
}

.l-general-footer__top .l-general-footer__sns {
  display: flex;
}

.l-general-footer__top .l-general-footer__sns .l-general-footer__item:not(:last-child) {
  margin-right: 36px;
}

.l-general-footer__top .l-general-footer__sns .l-general-footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  transition: opacity 0.3s;
}

.l-general-footer__top .l-general-footer__sns .l-general-footer__link:hover {
  opacity: 0.6;
}

.l-general-footer__top .l-general-footer__sns .l-general-footer__image {
  max-width: 26px;
}

.l-general-footer__top .l-general-footer__sns .l-general-footer__image--instagram {
  width: 24px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .l-general-footer__top {
    padding: 64px 0 20px;
  }
  .l-general-footer__top .l-general-footer__body {
    flex-direction: column;
  }
  .l-general-footer__top .l-general-footer__list {
    order: 2;
  }
  .l-general-footer__top .l-general-footer__sns {
    order: 1;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .l-general-footer__top {
    padding: 64px 0 20px;
  }
  .l-general-footer__top .l-general-footer__body {
    flex-direction: column;
  }
  .l-general-footer__top .l-general-footer__list {
    order: 2;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-general-footer__top .l-general-footer__list .l-general-footer__item {
    width: calc(50% - 8px);
    margin: 4px 0 !important;
  }
  .l-general-footer__top .l-general-footer__sns {
    order: 1;
    margin-bottom: 28px;
  }
}
.l-general-footer__middle {
  padding: 32px 0 48px;
  background-color: #ECECEA;
}

.l-general-footer__middle .l-general-footer__flex {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.l-general-footer__middle .l-general-footer__flex:last-child {
  margin-bottom: 0;
}

.l-general-footer__middle .l-general-footer__heading {
  display: flex;
  align-items: center;
  flex-basis: 110px;
  font-size: 1.2rem;
}

.l-general-footer__middle .l-general-footer__wrapper {
  flex: 1;
  padding-left: 13px;
  box-shadow: inset 1px 0 0 0 #D9D9D6;
}

.l-general-footer__middle .l-general-footer__wrapper::after {
  content: "";
  display: block;
  clear: both;
}

.l-general-footer__middle .l-general-footer__wrapper .l-general-footer__title {
  float: left;
  clear: both;
  width: 140px;
  padding-left: 13px;
  font-size: 1.2rem;
  line-height: 20px;
}

.l-general-footer__middle .l-general-footer__wrapper .l-general-footer__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.l-general-footer__middle .l-general-footer__wrapper .l-general-footer__list .l-general-footer__item {
  height: 20px;
  padding: 0 12px;
  border-right: 1px solid #D9D9D6;
}

.l-general-footer__middle .l-general-footer__wrapper .l-general-footer__list .l-general-footer__item:last-child {
  border-right: none;
}

.l-general-footer__middle .l-general-footer__wrapper .l-general-footer__list .l-general-footer__link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 0;
  color: #53565A;
  font-size: 1.2rem;
  line-height: 20px;
  transition: opacity 0.3s;
  text-decoration: underline;
}

.l-general-footer__middle .l-general-footer__wrapper .l-general-footer__list .l-general-footer__link:hover {
  opacity: 0.6;
  text-decoration: none;
}

.l-general-footer__middle .l-general-footer__wrapper .l-general-footer__list--float {
  margin-left: 140px;
  margin-bottom: 10px;
}

.l-general-footer__middle .l-general-footer__wrapper .l-general-footer__list--float-last {
  margin-left: 140px;
}

.l-general-footer__middle .l-general-footer__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 173px;
}

.l-general-footer__middle .l-general-footer__button .l-general-footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 34px;
  border-radius: 20px;
  background-color: #FFFFFF;
  color: #53565A;
  font-size: 1.2rem;
  transition: opacity 0.3s;
}

.l-general-footer__middle .l-general-footer__button .l-general-footer__link:hover {
  opacity: 0.6;
}

.l-general-footer__middle .l-general-footer__button .l-general-footer__link::before {
  display: block;
  width: 13px;
  height: 13px;
  margin-right: 4px;
  background: url(https://persol-innovation.co.jp/assets/img/common/icon_blank.svg) no-repeat 100% 50%/13px;
  content: "";
}

@media screen and (max-width: 767px) {
  .l-general-footer__middle {
    padding: 40px 0 48px;
  }
  .l-general-footer__middle .l-general-footer__flex {
    display: block;
    margin-bottom: 40px;
  }
  .l-general-footer__middle .l-general-footer__heading {
    display: block;
    margin-bottom: 16px;
    padding: 0;
    font-size: 1.4rem;
  }
  .l-general-footer__middle .l-general-footer__wrapper {
    display: block;
    padding: 0;
    box-shadow: none;
  }
  .l-general-footer__middle .l-general-footer__wrapper .l-general-footer__title {
    float: none;
    width: auto;
    margin-bottom: 8px;
    padding: 16px 0 0;
    border-top: 1px solid #D9D9D6;
    line-height: inherit;
  }
  .l-general-footer__middle .l-general-footer__wrapper .l-general-footer__title:not(:first-child) {
    margin-top: 8px;
  }
  .l-general-footer__middle .l-general-footer__wrapper .l-general-footer__list {
    padding: 0;
  }
  .l-general-footer__middle .l-general-footer__wrapper .l-general-footer__list:not(.l-general-footer__list--float):not(.l-general-footer__list--float-last) {
    justify-content: space-between;
    margin: 0;
  }
  .l-general-footer__middle .l-general-footer__wrapper .l-general-footer__list:not(.l-general-footer__list--float):not(.l-general-footer__list--float-last) .l-general-footer__item {
    width: calc(50% - 10px);
    height: auto;
    margin-bottom: -1px;
    padding: 0;
    border-right: none;
    border-top: 1px solid #D9D9D6;
    border-bottom: 1px solid #D9D9D6;
  }
  .l-general-footer__middle .l-general-footer__wrapper .l-general-footer__list:not(.l-general-footer__list--float):not(.l-general-footer__list--float-last) .l-general-footer__link {
    display: flex;
    align-items: center;
    min-height: 46px;
    line-height: 1.5;
  }
  .l-general-footer__middle .l-general-footer__wrapper .l-general-footer__list--float,
  .l-general-footer__middle .l-general-footer__wrapper .l-general-footer__list--float-last {
    margin-left: -12px;
  }
  .l-general-footer__middle .l-general-footer__wrapper .l-general-footer__list--float .l-general-footer__item,
  .l-general-footer__middle .l-general-footer__wrapper .l-general-footer__list--float-last .l-general-footer__item {
    margin-bottom: 8px;
  }
  .l-general-footer__middle .l-general-footer__button {
    display: block;
    margin-top: 25px;
  }
  .l-general-footer__middle .l-general-footer__button .l-general-footer__link {
    width: 100%;
  }
}
.l-general-footer__bottom {
  padding: 30px 0;
  background-color: #97999B;
}

.l-general-footer__bottom .l-general-footer__flex {
  display: flex;
  justify-content: space-between;
}

.l-general-footer__bottom .l-general-footer__flex .l-general-footer__item--vision {
  padding-top: 6px;
}

.l-general-footer__bottom .l-general-footer__flex .l-general-footer__item--vision .l-general-footer__media {
  pointer-events: none;
}

.l-general-footer__bottom .l-general-footer__flex .l-general-footer__link {
  display: block;
  transition: opacity 0.3s;
}

.l-general-footer__bottom .l-general-footer__flex .l-general-footer__link:hover {
  opacity: 0.6;
}

.l-general-footer__bottom .l-general-footer__copyright {
  margin-top: 20px;
  color: #FFFFFF;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-general-footer__bottom {
    padding: 24px 0;
  }
  .l-general-footer__bottom .l-general-footer__flex .l-general-footer__item--logo {
    width: 108px;
  }
  .l-general-footer__bottom .l-general-footer__flex .l-general-footer__item--vision {
    width: 136px;
    padding-top: 4px;
  }
  .l-general-footer__bottom .l-general-footer__flex .l-general-footer__media {
    width: 100%;
  }
  .l-general-footer__bottom .l-general-footer__copyright {
    font-size: 1rem;
    margin-top: 24px;
  }
}
.l-general-footer__pagetop {
  position: fixed;
  bottom: 24px;
  right: 16px;
  z-index: 990;
  transition: opacity 0.3s;
}

.l-general-footer__pagetop.is-static {
  position: absolute;
  bottom: 132px;
}

.l-general-footer__pagetop.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.l-general-footer__pagetop .l-general-footer__button {
  display: block;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.l-general-footer__pagetop .l-general-footer__button:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .l-general-footer__pagetop {
    bottom: 16px;
  }
  .l-general-footer__pagetop.is-static {
    bottom: 108px;
  }
  .l-general-footer__pagetop .l-general-footer__button {
    opacity: 1 !important;
  }
}
@media print {
  .l-general-footer__top,
  .l-general-footer__middle,
  .l-general-footer__pagetop {
    display: none;
  }
}
.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* ----------------------------------
  色指定
----------------------------------- */
/* ----------------------------------
  URL
----------------------------------- */
/* ----------------------------------
  文字指定
----------------------------------- */
@font-face {
  font-family: "NewYork";
  src: url("https://pdgvportal.xsrv.jp/test/wp-content/themes/pdgv/assets/fonts/NewYorkMedium-Regular.otf") format("truetype");
  font-display: swap;
}
/* ----------------------------------
  ブレイクポイント
----------------------------------- */
body {
  font-size: 15px;
  overflow-x: hidden;
}
body.is-active {
  overflow-y: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  word-break: break-all;
  transition: 0.3s;
}
a:hover {
  color: #cc9933;
}

p {
  color: #8c8e90;
  margin: 30px 0;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

ul, ol {
  padding-left: 1em;
  line-height: 1.8em;
}

dl {
  margin-top: 30px;
}
dl dt {
  float: left;
}
dl dd {
  padding-left: 2em;
  margin-bottom: 10px;
}

small {
  font-size: 80%;
}

sup {
  font-size: 80%;
}

input::placeholder {
  color: #b3b3b3;
}

.js-trigger {
  margin-top: 100px;
  opacity: 0;
  transition: 0.6s;
}
.js-trigger::before {
  height: 0;
}
.js-trigger.is-fadeUp {
  margin-top: 0;
  opacity: 1;
}
.js-trigger.is-fadeUp::before {
  animation: timeline 3s linear;
  animation-delay: 1s;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: 1px solid #d33226;
  color: #d33226;
  padding: 20px;
}

.js-popupImage {
  position: relative;
}
.js-popupImage::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: url("https://pdgvportal.xsrv.jp/test/wp-content/themes/pdgv/assets/images/icon_zoom.svg") no-repeat;
  background-color: #fff;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  cursor: pointer;
  z-index: 50;
}

#coming-soon a {
  pointer-events: none;
}
#coming-soon img {
  opacity: 0.4;
}
#coming-soon p {
  text-align: center;
  margin-top: 0;
}

.swiper {
  overflow: hidden;
}
.swiper [class^=swiper-button-] {
  position: initial;
  float: left;
  margin: 30px 30px 0;
  border: 1px solid #8c8e90;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}
.swiper [class^=swiper-button-]::after {
  font-size: 1.5em;
  color: #8c8e90;
}
.swiper [class^=swiper-button-]:hover {
  background-color: #f2f2f2;
}
.swiper-button-prev::after {
  content: "←";
}
.swiper-button-next::after {
  content: "→";
}

.swiper-arrow {
  display: none;
  height: 60px;
  margin-bottom: 80px;
}
@media screen and (min-width: 992px) {
  .swiper-arrow {
    display: flex;
    justify-content: center;
  }
}

.swiper-scrollbar {
  position: inherit !important;
  height: 10px !important;
  z-index: 100 !important;
  border-radius: 0 !important;
  margin: 30px 0;
  background-color: #f1f1f1 !important;
}
@media screen and (min-width: 992px) {
  .swiper-scrollbar {
    margin: 80px 0 50px;
    width: 50% !important;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-scrollbar {
    width: 75% !important;
  }
}
.swiper-scrollbar-drag {
  border-radius: 0 !important;
  background-color: #b0b1b1 !important;
}

.swiper-wrapper {
  height: auto !important;
}

#js-cursor {
  pointer-events: none;
  position: fixed;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  background-color: rgba(140, 142, 144, 0.6);
  border-radius: 50%;
  transform: translate(0, 0) scale(0);
  transition: width 0.3s ease-out, height 0.3s ease-out;
  z-index: 10000;
  opacity: 0;
}

#js-mouse {
  pointer-events: none;
  position: fixed;
  top: -40px;
  left: -40px;
  width: 80px;
  height: 80px;
  background-color: rgba(140, 142, 144, 0.6);
  border-radius: 50%;
  transform: translate(0, 0) scale(0);
  transition: all 0.3s ease-out;
  z-index: 9999;
  opacity: 0;
}

#js-cursor.js-hover {
  transform: scale(1);
}

#js-mouse.js-hover {
  transform: scale(1);
}

.mouse-stalker {
  pointer-events: none;
  position: fixed;
  border-radius: 50%;
  transform: translate(0, 0) scale(0);
  transition: transform 0.3s;
  transition-timing-function: ease-out;
  width: 0;
  height: 0;
  z-index: 999;
}
.mouse-stalker::before {
  content: "";
  transform: scale(0);
}
.mouse-stalker.is-active {
  top: -10px;
  left: -10px;
  width: 80px;
  height: 80px;
  transition: 0.6s;
  background-color: rgba(140, 142, 144, 0.6);
  transform: scale(1);
}
.mouse-stalker.is-active::before {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 40px;
  height: 40px;
  transition: 0.3s;
  background-color: rgba(140, 142, 144, 0.6);
}

/*------------------------------
 layout
-------------------------------- */
.l-button {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/* ---------------------------------------------------------------
  メニュー一覧
--------------------------------------------------------------- */
.l-menu {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

/* ---------------------------------------------------------------
  ヘッダー
--------------------------------------------------------------- */
.l-header {
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 80px);
  height: inherit;
  margin: auto;
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  .l-header {
    padding: 10px 0;
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 1200px) {
  .l-header {
    padding: 0;
  }
}
.l-header::before {
  content: "";
  position: absolute;
  width: 80px;
  top: -15px;
  right: 0;
  border-left: 5px solid transparent;
  border-top: 15px solid #fff;
  z-index: 10;
}
@media screen and (min-width: 540px) {
  .l-header::before {
    width: 125px;
    top: -30px;
    border-top: 30px solid #fff;
  }
}
.l-header__title {
  width: 150px;
}
@media screen and (min-width: 1200px) {
  .l-header__title {
    width: auto;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    margin-right: 20px;
  }
}
.l-header__hamburger {
  position: relative;
  padding: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.l-header__hamburger span {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #8b8d8f;
  border-radius: 3px;
  transition: 0.3s;
}
.l-header__hamburger span:first-child {
  top: 0;
  transform: translateX(-50%);
}
.l-header__hamburger span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__hamburger span:last-child {
  bottom: 0;
  transform: translateX(-50%);
}
.l-header__hamburger.is-active span {
  background-color: #fff;
  top: 50%;
  left: 50%;
}
.l-header__hamburger.is-active span:first-child {
  transform: translateX(-50%) rotate(45deg);
}
.l-header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
  background-color: transparent;
}
.l-header__hamburger.is-active span:last-child {
  transform: translateX(-50%) rotate(-45deg);
}
.l-header__hamburger.is-search-hamburger span {
  background-color: #8b8d8f;
}

@media screen and (min-width: 1200px) {
  .l-nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
    list-style: none;
  }
}

/* ---------------------------------------------------------------
  MISSION
--------------------------------------------------------------- */
.l-mission {
  position: relative;
  display: flex;
  z-index: 10;
}
.l-mission__link {
  width: 50%;
}

/* ---------------------------------------------------------------
  グループ企業
--------------------------------------------------------------- */
.l-top-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
  padding-top: 30px;
}
.l-top-group__company {
  color: #8c8e90;
  width: 100%;
  flex: 0 0 50%;
  max-width: calc(50% - 50px);
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-top-group__company {
    flex: 0 0 25%;
    max-width: calc(25% - 50px);
  }
}
@media screen and (min-width: 992px) {
  .l-top-group__company {
    margin-bottom: 80px;
  }
}

.l-group-company {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}

/*------------------------------
 project
-------------------------------- */
.p-section-body {
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-section-body {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-section-body {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1500px) {
  .p-section-body {
    padding-left: 130px;
    padding-right: 130px;
  }
}

.p-section-heading {
  text-align: center;
}

.p-section-block {
  text-align: center;
}
.p-section-block img {
  margin-top: 50px;
}

.p-section-light {
  background-color: #f9f9f9;
  position: relative;
}

.p-section-dark {
  background-color: #979799;
  position: relative;
}
.p-section-dark *, .p-section-dark > *::before {
  color: #fff !important;
}
.p-section-dark__link.c-link-target::before {
  background-color: #fff;
}
.p-section-dark__link.c-link-target__blank::after {
  background: url("https://pdgvportal.xsrv.jp/test/wp-content/themes/pdgv/assets/images/link_blank_wh.svg") no-repeat;
}

.p-section-lead {
  padding: 30px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 540px) {
  .p-section-lead {
    padding: 80px;
    font-size: 36px;
  }
}

.p-title h1 {
  font-size: 32px;
}
@media screen and (min-width: 992px) {
  .p-title h1 {
    font-size: 48px;
  }
}
.p-title h2 {
  font-size: 24px;
  color: #8c8e90;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-title h2 {
    font-size: 36px;
  }
}

.p-subtitle {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-subtitle {
    font-size: 24px;
  }
}

.p-maintitle {
  position: relative;
  background-color: #969698;
  color: #fff;
  height: 250px;
}
@media screen and (min-width: 768px) {
  .p-maintitle {
    height: 300px;
  }
}
.p-maintitle--subnav {
  position: absolute;
  top: calc(50% + 40px);
  transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  .p-maintitle--subnav {
    left: 15%;
  }
}
.p-maintitle__text {
  font-size: 28px;
}
@media screen and (min-width: 540px) {
  .p-maintitle__text {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .p-maintitle__text {
    font-size: 48px;
  }
}
.p-maintitle__category {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-maintitle__category {
    font-size: 18px;
  }
}

.p-theme-block {
  margin-bottom: 80px;
}
.p-theme-block p {
  line-height: 2.5em;
}
.p-theme-block:last-child {
  margin-bottom: 0;
}
.p-theme-title {
  position: relative;
  display: inline-block;
  font-size: 2em;
  color: #8c8e90;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 540px) {
  .p-theme-title {
    font-size: 3em;
  }
}
.p-theme-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background-color: #f2f2f2;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.p-theme-subtitle {
  color: #8c8e90;
  font-size: 120%;
  font-weight: bold;
}

.p-content-column {
  display: flex;
}

.p-content-block {
  margin: 80px 0;
}
.p-content-h2 {
  font-size: 24px;
  color: #8c8e90;
}
.p-content-h3 {
  font-size: 18px;
  color: #8c8e90;
  margin-top: 50px;
}
.p-content-signature {
  border-top: 1px solid #8c8e90;
  text-align: right;
  padding-top: 20px;
}

.p-subnav {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-subnav {
    display: block;
    position: relative;
    width: 20%;
    border-right: 1.5px solid #f2f2f2;
  }
}
@media screen and (min-width: 1200px) {
  .p-subnav {
    width: 15%;
  }
}
.p-subnav__block {
  position: sticky;
  padding: 80px 20px;
  top: 0;
}
.p-subnav__logo {
  max-width: 150px;
  margin: 50px auto 20px;
}
.p-subnav__lists {
  list-style: none;
  line-height: 3em;
  color: #8b8d8f;
  font-weight: bold;
  padding: 0 10%;
}

.p-page-content {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-page-content {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-content {
    width: 85%;
  }
}
.p-page-nav {
  background-color: transparent !important;
}
.p-page-nav::before, .p-page-nav::after {
  display: none;
}
.p-page-nav .is-active::before, .p-page-nav .is-active::after {
  width: 90%;
}
.p-page-nav .is-active span::before, .p-page-nav .is-active span::after {
  height: 120%;
}
.p-page-head {
  padding: 50px;
}
@media screen and (min-width: 768px) {
  .p-page-head {
    padding: 50px 80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-head {
    padding: 50px 130px;
  }
}
.p-page-title {
  font-size: 10vw;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  color: #c3c3c3;
}
@media screen and (min-width: 768px) {
  .p-page-title {
    font-size: 5vw;
  }
}
.p-page-subtitle {
  font-weight: 700;
  color: #8c8e90;
  letter-spacing: 3px;
  line-height: 2em;
}
.p-page-block {
  padding: 80px 0;
}
.p-page-block:last-child {
  padding-bottom: 130px;
}
.p-page-button {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  margin: 0 -20px;
}
.p-page-button__list {
  width: calc(100% - 40px);
  padding: 0 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 540px) {
  .p-page-button__list {
    width: calc(50% - 40px);
  }
}
@media screen and (min-width: 992px) {
  .p-page-button__list {
    width: calc(33.3% - 40px);
  }
}
.p-page-button__link {
  position: relative;
  display: flex;
  align-items: center;
  color: #8c8e90;
  padding: 20px 15px;
  overflow: hidden;
  transition: 0.3s ease-in;
}
.p-page-button__link::before, .p-page-button__link::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.p-page-button__link::before {
  background-color: #969698;
  width: 0;
  transition: 0.3s ease-in;
  z-index: -1;
}
.p-page-button__link::after {
  background-color: #f2f2f2;
  width: 100%;
  z-index: -2;
}
.p-page-button__link:hover {
  color: #fff;
}
.p-page-button__link:hover::before {
  width: 100%;
}

.p-parent-contents {
  position: relative;
  display: block;
  border-bottom: 2px solid #c3c3c3;
  padding: 80px 30px 50px;
}
@media screen and (min-width: 540px) {
  .p-parent-contents {
    padding: 80px 50px 50px;
  }
}
.p-parent-contents::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #f2f2f2;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s ease-in;
}
.p-parent-contents:hover::before {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-parent-contents__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
  }
}
.p-parent-contents__block::before, .p-parent-contents__block::after {
  content: "";
  position: absolute;
  background-color: #8c8e90;
  right: 30px;
  bottom: 30px;
}
@media screen and (min-width: 540px) {
  .p-parent-contents__block::before, .p-parent-contents__block::after {
    right: 50px;
  }
}
.p-parent-contents__block::before {
  width: 20px;
  height: 1px;
  transform: rotate(45deg);
  transform-origin: top right;
}
.p-parent-contents__block::after {
  width: 130px;
  height: 1px;
}
.p-parent-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-parent-title {
    width: calc(52% - 30px);
    margin-bottom: 0;
  }
}
.p-parent-description {
  color: #8c8e90;
}
@media screen and (min-width: 768px) {
  .p-parent-description {
    width: calc(50% - 30px);
  }
}

.p-table {
  min-width: 100%;
}
.p-table, .p-table th, .p-table td {
  border-collapse: collapse;
  border: 1px solid #8c8e90;
}
.p-table th, .p-table td {
  padding: 30px;
}
.p-table th {
  background-color: #eceef2;
  text-align: left;
}
.p-table tr td:first-child {
  width: 25%;
}
.p-table-caption {
  font-size: 80%;
  margin-top: 10px;
}

.p-pagination {
  margin: 80px 0;
}
.p-pagination .page-numbers {
  display: flex;
  list-style: none;
  justify-content: center;
}
.p-pagination .page-numbers li {
  margin: 0 5px;
  background-color: #f2f2f2;
  border-radius: 50%;
  overflow: hidden;
}
.p-pagination .page-numbers li .page-numbers {
  font-size: 80%;
  padding: 10px 20px;
}
.p-pagination .page-numbers li .current {
  background-color: #8c8e90;
  color: #fff;
}

/* --------------------------------------
  メニュー一覧
-------------------------------------- */
.p-menulist {
  padding: 130px 0;
  position: relative;
  overflow: hidden;
  clip-path: polygon(64% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 8%, 65% 8%);
  margin-top: -50px;
}
.p-menulist::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-menulist__image {
  position: absolute;
  background: url("https://pdgvportal.xsrv.jp/test/wp-content/themes/pdgv/assets/images/mainvisual.webp") no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -3;
}
.p-menulist__video {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -2;
}
.p-menulist .p-menu {
  flex: 0 0 50%;
  max-width: calc(50% - 30px);
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .p-menulist .p-menu {
    flex: 0 0 33.333%;
    max-width: calc(33.333% - 30px);
  }
}
.p-menulist .p-menu__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#969698, #ccc);
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .p-menulist .p-menu__link {
    font-size: 150%;
    padding: 30px;
    height: 100px;
  }
}

/* ---------------------------------------------------------------
  ヘッダー
--------------------------------------------------------------- */
.p-header {
  position: fixed;
  margin: auto;
  width: 100vw;
  top: 15px;
  left: 50%;
  z-index: 200;
  transform: translateX(-50%);
  transition: transform 0.5s;
}
@media screen and (min-width: 768px) {
  .p-header {
    top: 30px;
  }
}
.p-header::after {
  left: 0;
}
.p-header.is-hide {
  transform: translate(-50%, -200%);
}
.p-header-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  z-index: 50;
  transform: translateY(-50%);
}
.p-header-logo {
  position: relative;
  display: block;
  width: 180px;
  height: 100%;
  margin-left: 20px;
  z-index: 100;
}
@media screen and (min-width: 540px) {
  .p-header-logo {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .p-header-logo {
    width: 400px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-header-logo {
    margin-left: 40px;
  }
}
.p-header-logo__image {
  position: absolute;
  top: 50%;
  left: 0;
  height: auto;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-header-logo__image {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-header__language {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .p-header__language {
    padding: 20px;
  }
}
.p-header__search {
  display: inline-flex;
  padding: 20px;
}
.p-header__search--image {
  width: 20px !important;
  height: auto;
  cursor: pointer;
}

/* 親メニュー一覧 */
.p-nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-nav {
    display: block;
  }
  .p-nav-items__item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .p-nav-items__link {
    padding: 30px 10px;
    font-size: 85%;
    font-weight: 700;
    text-decoration: none;
    color: #8b8d8f;
    position: relative;
    display: block;
  }
  .p-nav-items__link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

/* 子メニュー一覧 */
.p-nav-child {
  padding: 0;
  background-color: #f2f2f2;
}
@media screen and (min-width: 540px) {
  .p-nav-child {
    padding: 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-nav-child {
    padding: 0 50px;
  }
}
.p-nav-child::before {
  content: "";
  position: absolute;
  width: calc(100% - 100px);
  height: 1px;
  background-color: #8b8d8f;
}
.p-nav-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100px;
  border-right: 15px solid transparent;
  border-bottom: 25px solid #f2f2f2;
}
.p-nav-child__title {
  text-align: center;
  padding-top: 80px;
  font-size: 24px;
  color: #8c8e90;
}
.p-nav-child__items {
  margin-top: 30px;
  padding-left: 0;
  padding-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
}
@media screen and (min-width: 992px) {
  .p-nav-child__items {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.p-nav-child__item {
  flex: 0 0 50%;
  max-width: calc(50% - 30px);
  padding: 15px;
}
@media screen and (min-width: 1200px) {
  .p-nav-child__item {
    flex: 0 0 20%;
    max-width: calc(20% - 30px);
  }
}
.p-nav-child__link {
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #8b8d8f;
}
.p-nav-child__link span {
  display: block;
  padding: 20px 10px;
}
.p-nav-child__link span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background-color: #8b8d8f;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.p-nav-child__link span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background-color: #8b8d8f;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}
.p-nav-child__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #8b8d8f;
  transition: 0.3s;
}
.p-nav-child__link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #8b8d8f;
  transition: 0.3s;
}
.p-nav-child__link:hover {
  color: #8b8d8f;
}
.p-nav-child__link:hover::before, .p-nav-child__link:hover::after {
  width: 90%;
}
.p-nav-child__link:hover span::before, .p-nav-child__link:hover span::after {
  height: 120%;
}

/* メガメニュー設定 */
.p-megaMenu.is-open .p-megaMenu__navigation {
  -webkit-clip-path: inset(0 -50vw);
  clip-path: inset(0 -50vw);
  visibility: visible;
}
.p-megaMenu.is-open .p-megaMenu__open::after {
  rotate: 180deg;
}
.p-megaMenu__open::after {
  content: "";
  padding-bottom: 0.2em;
  transition: rotate 0.3s;
}
.p-megaMenu__navigation {
  -webkit-clip-path: inset(0 -50vw 100%);
  background-color: #fff;
  clip-path: inset(0 -50vw 100%);
  left: 0;
  position: absolute;
  top: 100%;
  transition: all 0.4s;
  visibility: hidden;
  width: calc(100% - 100px);
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) and (hover: hover) {
  .p-megaMenu:hover .p-megaMenu__navigation, .p-megaMenu:focus-within .p-megaMenu__navigation {
    -webkit-clip-path: inset(0 -50vw);
    clip-path: inset(0 -50vw);
    visibility: visible;
  }
  .p-megaMenu:hover .p-megaMenu__open::after, .p-megaMenu:focus-within .p-megaMenu__open::after {
    rotate: 180deg;
  }
}
.p-search {
  position: fixed;
  background-color: #f2f2f2;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.08);
  padding-top: 80px;
  top: -30px;
  left: 0;
  width: 100%;
  height: 50vh;
  opacity: 0;
  visibility: hidden;
  z-index: 500;
  transition: 0.3s ease-in;
}
.p-search.is-search {
  opacity: 1;
  visibility: visible;
  overflow-y: hidden;
}
.p-search__box {
  max-width: 991px;
  margin: auto;
  padding: 20px;
}
.p-search__title {
  font-size: 36px;
  color: #8c8e90;
  letter-spacing: 3px;
}
.p-search__subtitle {
  color: #8c8e90;
}
.p-search__form {
  margin-top: 50px;
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 9999px;
}
.p-search-flex {
  display: flex;
}
.p-search__wrap {
  width: 100%;
}
.p-search__input {
  width: 100%;
  height: 30px;
  background: none;
  border: 0;
  border-bottom: 1.8px solid #b3b3b3;
  font-size: 15px;
}
.p-search__button {
  background: none;
  border: none;
  cursor: pointer;
  padding-left: 20px;
}
.p-search-result {
  padding: 80px 0;
}
.p-search-result__block {
  position: relative;
  display: block;
  padding: 50px 30px 20px;
  border-bottom: 1px solid #969698;
}
.p-search-result__block::before {
  content: "";
  position: absolute;
  background-color: #f2f2f2;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s ease-in;
}
.p-search-result__block:hover::before {
  width: 100%;
}

.p-hamburger {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 0;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .p-hamburger {
    margin-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-hamburger {
    margin-right: 40px;
  }
}
.p-hamburger-close {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 60%;
  transition: 0.3s;
}
.p-hamburger-close.is-active {
  opacity: 1;
  visibility: visible;
  color: #fff;
}
.p-hamburger-close.is-search-hamburger {
  color: #8b8d8f;
}
.p-hamburger-button {
  position: fixed;
}

.p-background-cover {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: -15px;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.6);
}

/*　------------------------------
　　ハンバーガーメニューの中身
--------------------------------　*/
.p-hamburger-menu {
  position: fixed;
  background-color: #969698;
  width: 85%;
  height: calc(100vh + 30px);
  z-index: 500;
  top: -15px;
  right: -85%;
  overflow-x: hidden;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .p-hamburger-menu {
    width: 100%;
    height: 100vh;
    top: -30px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in;
  }
}
.p-hamburger-menu.is-active {
  right: 0;
}
@media screen and (min-width: 992px) {
  .p-hamburger-menu.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.p-menu-sitemap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 15%;
}
@media screen and (min-width: 992px) {
  .p-menu-sitemap {
    flex-flow: row-reverse;
  }
}
.p-menu-sitemap__logo {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-menu-sitemap__logo {
    display: flex;
    justify-content: center;
  }
}
.p-menu-sitemap__button {
  padding: 30px;
}
@media screen and (min-width: 992px) {
  .p-menu-sitemap__button {
    padding: 0;
  }
}
.p-menu-sitemap__icon {
  display: flex;
  justify-content: start;
}
.p-menu-sitemap__info {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-menu-sitemap__info {
    width: auto;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-menu-sitemap__info {
    padding-left: 130px;
  }
}
@media screen and (min-width: 992px) {
  .p-menu-sitemap__info--content {
    position: sticky;
    top: 130px;
  }
}
.p-menu-sitemap__footer {
  font-size: 80%;
}
.p-menu-sitemap__footer > p {
  color: #fff;
}
.p-menu-sitemap__inner {
  width: 100%;
  padding: 80px 30px 0;
  overflow-y: scroll;
}
@media screen and (min-width: 992px) {
  .p-menu-sitemap__inner {
    width: 50%;
    padding: 130px 50px 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-menu-sitemap__inner {
    padding: 130px 130px 80px 0;
  }
}
.p-menu-sitemap__item {
  display: block;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-menu-sitemap__item {
    display: flex;
    padding: 30px 0 50px;
    border-bottom: 1px solid #fff;
  }
}
.p-menu-sitemap__item:first-child {
  border-top: 1px solid #fff;
  padding-top: 30px;
}
.p-menu-sitemap__link {
  display: block;
  padding: 1em 0;
}
@media screen and (min-width: 992px) {
  .p-menu-sitemap__link {
    padding: 0;
  }
}
.p-menu-sitemap__parent {
  width: auto;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .p-menu-sitemap__parent {
    width: 50%;
    font-size: 28px;
  }
}
.p-menu-sitemap__children {
  color: #fff;
  width: calc(100% - 200px);
  display: none;
}
@media screen and (min-width: 992px) {
  .p-menu-sitemap__children {
    display: block;
  }
}
.p-menu-sitemap__children--list {
  line-height: 2em;
}
.p-menu-sitemap__children--link {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.p-menu-sitemap__children--link::before {
  content: "−";
  position: absolute;
  top: 50%;
  left: 0;
  margin-right: 10px;
  transform: translateY(-50%);
}
.p-menu-sitemap__children.is-view {
  display: block;
  width: 100%;
}
.p-menu-sitemap__grandchild {
  text-indent: 2em;
}
.p-menu-sitemap__grandchild--list {
  position: relative;
  padding-left: 20px;
}
.p-menu-sitemap__grandchild--list::before {
  content: "−";
  position: absolute;
  top: 50%;
  left: 0;
  margin-right: 10px;
  transform: translateY(-50%);
}
.p-menu-sitemap__spChildren {
  position: absolute;
  z-index: 2;
  background-color: #8c8e90;
  padding: 0 30px;
  width: 100%;
  min-height: 100vh;
  right: -100%;
  transition: 0.3s;
  box-sizing: border-box;
}
.p-menu-sitemap__spChildren.is-view {
  right: 0;
  display: block;
}

.p-menu-back {
  position: relative;
  font-size: 80%;
  top: 15px;
  left: 0;
  padding-left: 30px;
}
.p-menu-back::before, .p-menu-back::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 0;
}
.p-menu-back::before {
  width: 20px;
  transform: translateY(-50%);
}
.p-menu-back::after {
  content: "";
  width: 10px;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: bottom left;
}
.p-menu-back--text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.p-spChildren__title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-top: 30px;
}
.p-spChildren__body {
  color: #fff;
  border-top: 1px solid #fff;
  padding-top: 30px;
}
.p-spChildren__body > div {
  padding: 1em 0;
}

.p-button {
  background-color: #b0b1b1;
  font-weight: bold;
  border-right: none;
  display: inline-block;
  position: relative;
  bottom: 0;
  letter-spacing: 0.1em;
  z-index: 100;
}
.p-button::before {
  content: "";
  position: absolute;
  background-color: #8c8e90;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.3s ease-in;
}
.p-button__text {
  color: #fff;
  display: inline-block;
  padding: 20px 30px;
  width: 200px;
  position: relative;
  z-index: 3;
  transition: 0.3s ease-in;
}
.p-button__text::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s ease-in;
}
.p-button:hover::before {
  width: 100%;
}
.p-button__sharp {
  right: -12px;
  transform: skewX(-20deg);
}
.p-button__sharp span {
  transform: skewX(20deg);
}

.p-box {
  position: relative;
  background-color: #fff;
}
.p-box__link {
  display: block;
  position: relative;
}
.p-box__link:hover .p-box__hover {
  transform: scale(1);
}
.p-box__link:hover .p-box__hover--text {
  opacity: 1;
}
.p-box__hover {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 25px);
  background-color: rgba(176, 177, 177, 0.8);
  transition: 0.3s ease !important;
  transform: scale(1, 0);
}
.p-box__hover::before {
  content: "";
  position: absolute;
  width: calc(100% - 150px);
  top: -25px;
  right: 0;
  border-left: 10px solid transparent;
  border-top: 25px solid rgba(176, 177, 177, 0.8);
  z-index: 100;
}
.p-box__hover::after {
  content: "";
  position: absolute;
  width: 150px;
  right: 0;
  bottom: 0;
  border-left: 10px solid transparent;
  border-top: 25px solid #fff;
  z-index: 100;
}
.p-box__hover--text {
  display: inline-block;
  position: absolute;
  color: #fff;
  width: auto;
  height: auto;
  padding-bottom: 30px;
  font-weight: bold;
  top: calc(50% - 25px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  letter-spacing: 3px;
  transition: 0.3s ease;
}
.p-box__hover--text::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 3px;
  height: 20px;
  bottom: -3px;
  right: 6px;
  transform: rotate(-45deg);
  transform-origin: left;
}
.p-box__hover--text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 0 5px 5px 0;
}
.p-box__overview {
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .p-box__overview {
    padding: 30px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .p-box__overview {
    padding: 30px;
  }
}
.p-box__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

/* --------------------------------------
  メインビジュアル
-------------------------------------- */
.p-mainvisual {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.p-mainvisual__wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-mainvisual__slide {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.p-mainvisual__block {
  position: relative;
  min-width: 100%;
  height: 100%;
  margin: 0 auto;
  transform: scale(0.6);
}
.p-mainvisual__block:first-child {
  transform: scale(1);
}
.p-mainvisual__block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.p-mainvisual__video {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .p-mainvisual__video {
    width: 100%;
  }
}
.p-mainvisual__progress {
  position: absolute;
  padding: 30px 10px;
  top: 50%;
  right: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 9999px;
  transform: translateY(-50%);
}
.p-mainvisual__progress--btn {
  position: relative;
  width: 5px;
  height: 50px;
  margin: 10px 0;
  background-color: #b0b1b1;
}
.p-mainvisual__progress--btn span {
  position: absolute;
  top: 0;
  width: 5px;
  background-color: #8c8e90;
}
.p-mainvisual__title {
  position: absolute;
  left: 50px;
  bottom: 50px;
  font-size: 24px;
  color: #fff;
  z-index: 50;
}
@media screen and (min-width: 540px) {
  .p-mainvisual__title {
    font-size: 5vw;
  }
}

/* --------------------------------------
  What's New?
-------------------------------------- */
.p-top-news {
  position: relative;
  background: linear-gradient(#969698, #ccc);
  padding: 50px 0 80px;
  overflow-x: hidden;
}
@media screen and (min-width: 992px) {
  .p-top-news {
    background: #fff;
    padding: 0;
  }
}
.p-top-news__contents {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-top-news__contents {
    display: flex;
  }
}
.p-top-news__title {
  position: relative;
  color: #fff;
  letter-spacing: 0.1em;
  z-index: 200;
}
@media screen and (min-width: 992px) {
  .p-top-news__title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-top-news__lists {
  position: relative;
  margin-right: -30px;
}
@media screen and (min-width: 992px) {
  .p-top-news__lists {
    width: calc(100% - 300px);
    background-color: #fff;
    margin-right: 0;
  }
}
.p-top-news__inner {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-news__inner {
    overflow: inherit;
  }
}
@media screen and (min-width: 992px) {
  .p-top-news__inner {
    padding-left: 50px;
  }
}
.p-top-news .swiper {
  overflow: inherit;
  padding-top: 50px;
  padding-right: 30px;
}
@media screen and (min-width: 992px) {
  .p-top-news .swiper {
    width: auto;
    padding-right: 0;
  }
}

/* --------------------------------------
  時系列
-------------------------------------- */
.p-top-origin {
  position: relative;
  left: 0;
  display: block;
}
@media screen and (min-width: 992px) {
  .p-top-origin {
    display: flex;
  }
}
.p-top-origin__timeline {
  left: 0;
}
@media screen and (min-width: 992px) {
  .p-top-origin__timeline {
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-origin__timeline {
    top: 90%;
    left: 10%;
  }
}
@media screen and (min-width: 540px) {
  .p-top-origin__timeline .p-origin__history {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .p-top-origin__timeline .p-origin__history {
    display: block;
  }
}
.p-top-origin__timeline .p-origin__history::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 1px;
  height: 100%;
  background-color: #8c8e90;
}
@media screen and (min-width: 540px) {
  .p-top-origin__timeline .p-origin__history::before {
    left: calc(50% - 110px);
  }
}
@media screen and (min-width: 992px) {
  .p-top-origin__timeline .p-origin__history::before {
    content: "";
    top: -50%;
    left: 130px;
    height: 110%;
  }
}
.p-top-origin__timeline.is-fadeUp .p-origin__history::before {
  animation: 1.5s linear 0s timeline;
}
@media screen and (min-width: 992px) {
  .p-top-origin__timeline .p-timeline {
    transform: translateY(-50%);
  }
}
.p-top-origin__timeline .p-timeline__overview {
  display: flex;
}
.p-top-origin__block {
  background-color: #f2f2f2;
  padding: 80px 0;
}
@media screen and (min-width: 540px) {
  .p-top-origin__block {
    display: flex;
    padding: 130px 0;
  }
}
.p-top-origin__flex {
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-origin__flex {
    width: 55%;
    height: auto;
    margin-left: auto;
  }
}
.p-top-origin__title {
  margin-bottom: 50px;
  color: #8c8e90;
}
.p-top-origin__overview {
  color: #8c8e90;
}
.p-top-origin__overview p {
  line-height: 2.5em;
}

/* --------------------------------------
  『はたらく上での課題』を新手法・新領域で解決する
次世代型課題解決カンパニー
-------------------------------------- */
.p-assignment {
  padding: 80px 0 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-assignment {
    padding: 130px 0;
  }
}
.p-assignment__bk {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-assignment::after {
  content: "";
  position: absolute;
  background: linear-gradient(#969698, #ccc);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -3;
}
.p-assignment__video {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -2;
}
.p-assignment__overview {
  color: #fff;
  line-height: 180%;
}
.p-assignment__content {
  height: auto;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 768px) {
  .p-assignment__content {
    display: flex;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .p-assignment__content {
    padding: 0 80px;
  }
}
.p-assignment__box {
  width: auto;
  margin: 0 15px 30px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .p-assignment__box {
    width: 50%;
    height: 100%;
    max-width: calc(50% - 30px);
    margin-bottom: 0;
  }
}
.p-assignment__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  color: #8c8e90;
  padding: 10px 30px;
  height: 100%;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  min-height: 100px;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .p-assignment__link {
    padding: 50px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-assignment__link {
    font-size: 24px;
  }
}

/* --------------------------------------
  MISSION
-------------------------------------- */
.p-top-mission {
  position: relative;
  padding: 80px 0;
}
.p-top-mission__titleblock {
  color: #8c8e90;
  text-align: center;
  font-size: 24px;
}

/* --------------------------------------
  Value & Diversity
-------------------------------------- */
.p-mission-sub {
  position: relative;
  width: 100%;
  background-color: #f9f9f9;
}
.p-mission-sub__head {
  background-color: #c3c3c3;
  color: #fff;
  text-align: center;
  padding: 50px;
}
.p-mission-sub__titleblock {
  position: relative;
  margin-bottom: 30px;
}
.p-mission-sub__title {
  padding-bottom: 15px;
  color: #b0b1b1;
}
.p-mission-sub__h2 {
  margin-bottom: 0 !important;
}
.p-mission-sub__block {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mission-sub__block {
    display: flex;
  }
}
.p-mission-sub__block::before {
  content: "";
  position: absolute;
  margin: auto;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b0b1b1;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-mission-sub__block::before {
    width: 1px;
    height: 100%;
  }
}
.p-mission-sub__link {
  position: relative;
  height: 460px;
  padding-bottom: 50px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-mission-sub__link {
    width: 50%;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-mission-sub__link {
    height: 400px;
  }
}
@media screen and (min-width: 1500px) {
  .p-mission-sub__link {
    padding-bottom: 130px;
  }
}
.p-mission-sub__link:hover {
  background-color: #f2f2f2;
}
.p-mission-sub__link:hover ::before {
  opacity: 1;
}
.p-mission-sub__link > a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-mission-sub__animation {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.p-mission-sub__animation--icon {
  width: 60%;
  height: 60%;
  display: inline-block;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .p-mission-sub__animation--icon {
    width: 100%;
    height: 100%;
  }
}
.p-mission-sub__button {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 20;
}

/* Value単体 */
.p-top-value {
  width: calc(100% - 60px);
  position: absolute;
  top: 80px;
  left: 30px;
  bottom: 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-top-value {
    width: calc(100% - 100px);
    left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-value {
    width: calc(100% - 160px);
    left: 80px;
  }
}
@media screen and (min-width: 1500px) {
  .p-top-value {
    width: calc(100% - 260px);
    top: 130px;
    left: 130px;
  }
}
.p-top-value__arrow::before {
  content: "";
  position: absolute;
  background-color: #8c8e90;
  width: 7%;
  height: 1px;
  left: 1px;
  bottom: -1px;
  transform: translateY(-50%) rotate(-60deg);
  transform-origin: left bottom;
}
.p-top-value__arrow::after {
  content: "";
  position: absolute;
  background-color: #8c8e90;
  left: 0;
  width: 100%;
  height: 1px;
}
.p-top-value__block {
  margin-bottom: 30px;
  color: #8c8e90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-top-value__block {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-value__block {
    display: flex;
    align-items: center;
    justify-content: end;
  }
}
.p-top-value__title {
  font-size: 120%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-top-value__title {
    font-size: 150%;
  }
}
.p-top-value__subtitle {
  font-size: 120%;
}
.p-top-value__subtitle::before {
  content: "ー";
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .p-top-value__subtitle::before {
    margin-left: 30px;
    margin-right: 30px;
  }
}

/* Diversity */
.p-top-diversity {
  width: calc(100% - 60px);
  position: absolute;
  top: 80px;
  left: 30px;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-top-diversity {
    width: calc(100% - 100px);
    left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-diversity {
    width: calc(100% - 160px);
    left: 80px;
  }
}
@media screen and (min-width: 1500px) {
  .p-top-diversity {
    width: calc(100% - 260px);
    top: 130px;
    left: 130px;
  }
}
.p-top-diversity__arrow::before {
  content: "";
  position: absolute;
  background-color: #8c8e90;
  width: 7%;
  height: 1px;
  bottom: -1px;
  right: 1px;
  transform: translateY(-50%) rotate(60deg);
  transform-origin: right bottom;
}
.p-top-diversity__arrow::after {
  content: "";
  position: absolute;
  background-color: #8c8e90;
  width: 100%;
  height: 1px;
}
.p-top-diversity__title {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 30px;
}
.p-top-diversity__block {
  color: #8c8e90;
}
@media screen and (min-width: 540px) {
  .p-top-diversity__text {
    line-height: 2.5em;
  }
}

/* --------------------------------------
  未来の「はたらく」を創造する
-------------------------------------- */
.p-top-rd {
  position: relative;
  border-bottom: 1px solid #b0b1b1;
  background: linear-gradient(#969698, #ccc);
}
@media screen and (min-width: 992px) {
  .p-top-rd {
    background: #fff;
  }
}
@media screen and (min-width: 992px) {
  .p-top-rd-flex {
    display: flex;
    justify-content: space-between;
  }
}
.p-top-rd__titleblock {
  position: relative;
  color: #fff;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-top-rd__titleblock {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-rd__titleblock::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: linear-gradient(#969698, #ccc);
    position: absolute;
    top: 0;
    right: 0;
  }
}
.p-top-rd__main {
  position: relative;
  padding: 80px 0 50px;
}
@media screen and (min-width: 992px) {
  .p-top-rd__main {
    top: 50%;
    transform: translateY(-50%);
    padding: 80px 0;
  }
}
.p-top-rd__title {
  color: #fff !important;
}
.p-top-rd__overview {
  margin-top: 50px;
  padding-right: 40px;
  color: #fff;
}
.p-top-rd__image {
  width: calc(100% + 60px);
  margin-left: -30px;
  padding: 50px 30px 80px;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-top-rd__image {
    width: calc(100% + 100px);
    margin-left: -50px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-rd__image {
    position: relative;
    width: 70%;
    margin-left: 0;
    padding: 80px 0 130px;
    display: flex;
    align-items: center;
  }
}
.p-top-rd__image--holdings {
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .p-top-rd__image--holdings {
    padding: 30px;
  }
}

/* --------------------------------------
  グループ企業
-------------------------------------- */
.p-top-group {
  padding: 80px 0;
  position: relative;
  margin-bottom: 130px;
}
@media screen and (min-width: 992px) {
  .p-top-group {
    margin-bottom: 0;
  }
}
.p-top-group__titleblock {
  text-align: center;
  color: #8c8e90;
}
.p-top-group__title {
  position: relative;
}
.p-top-group__logo {
  max-width: 180px;
  margin: auto;
}
.p-top-group__name {
  font-size: 120%;
  padding-bottom: 15px;
  border-bottom: 1px solid #8c8e90;
}
@media screen and (min-width: 1200px) {
  .p-top-group__name {
    font-size: 24px;
  }
}
.p-top-group__button {
  overflow: visible;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .p-top-group__button {
    overflow: hidden;
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.p-top-group p {
  margin-top: 10px;
}

.p-news__title {
  position: relative;
  font-size: 2em;
  width: 85%;
  color: #333;
  margin-left: auto;
  padding: 150px 80px 50px 0;
  box-sizing: border-box;
}
.p-news__nav {
  padding: 50px 0;
  border-bottom: 2px solid #ccc;
}
@media screen and (min-width: 1200px) {
  .p-news__nav {
    display: flex;
    justify-content: end;
    padding: 50px 80px;
  }
}
.p-news__select {
  display: flex;
}
.p-news__selectBox {
  margin: 0 10px 30px;
  width: 50%;
}
@media screen and (min-width: 1200px) {
  .p-news__selectBox {
    margin-right: 30px;
    margin-bottom: 10px;
  }
}
.p-news__selectBox--block {
  background-color: #f2f2f2;
  border: none;
  border-radius: 5px;
  padding: 10px;
  color: #8b8d8f;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .p-news__selectBox--block {
    width: auto;
  }
}
.p-news__tab {
  font-size: 80%;
  display: flex;
}
.p-news__tab--link {
  display: block;
  padding: 10px;
  width: auto;
  text-align: center;
}
@media screen and (min-width: 540px) {
  .p-news__tab--link {
    width: 100px;
  }
}
.p-news__category {
  background-color: #f2f2f2;
  color: #8b8d8f;
  border-radius: 5px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.p-news__lists {
  width: 100%;
}
.p-news__list {
  padding: 50px 30px;
  border-bottom: 2px solid #ccc;
}
@media screen and (min-width: 1200px) {
  .p-news__list {
    padding: 50px 80px;
  }
}
@media screen and (min-width: 1500px) {
  .p-news__list {
    padding: 50px 130px;
  }
}
@media screen and (min-width: 768px) {
  .p-news__list--block {
    display: flex;
    gap: 50px;
  }
}
.p-news__list--left {
  color: #979799;
}
@media screen and (min-width: 768px) {
  .p-news__list--left {
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .p-news__list--left {
    width: 30%;
  }
}
.p-news__list--tag {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.p-news__list--right {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-news__list--right {
    margin-top: 0;
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .p-news__list--right {
    width: 70%;
  }
}
.p-news__day {
  font-size: 80%;
  font-weight: bold;
}
.p-news__cate {
  font-size: 80%;
  font-weight: bold;
  margin-left: 30px;
}
.p-news__cate a {
  display: inline-block;
  padding: 3px 15px;
  background-color: #f2f2f2;
  color: #979799;
  border-radius: 5px;
}
.p-news__company {
  font-size: 80%;
  font-weight: bold;
}
.p-news-head {
  border-top: 1px solid #8c8e90;
  border-bottom: 1px solid #8c8e90;
  padding: 30px 50px;
}
@media screen and (min-width: 1200px) {
  .p-news-head {
    padding: 30px 80px;
  }
}
.p-news-head__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.p-news-head__left {
  font-weight: bold;
  color: #979799;
}
.p-news-head__tag {
  display: flex;
  align-items: center;
}
.p-news-head__sns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-news__detail {
  margin-top: 80px;
  padding: 0 80px;
}
.p-news__detail--title {
  color: #979799;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.p-single__subtitle {
  font-size: 28px;
  font-weight: bold;
  color: #8c8e90;
}
@media screen and (min-width: 768px) {
  .p-single__subtitle {
    font-size: 36px;
  }
}
.p-single img {
  width: auto;
}
.p-single__credit {
  margin-top: 130px;
}

/* --------------------------------------
  Value
-------------------------------------- */
.p-value-principle {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-top: 1px solid #8c8e90;
  margin-bottom: 50px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-value-principle {
    flex-wrap: nowrap;
    padding-top: 50px;
  }
}
.p-value-principle::before {
  content: "";
  position: absolute;
  width: 5%;
  height: 1px;
  background-color: #8c8e90;
  transform: rotate(45deg);
  transform-origin: right bottom;
  top: -1px;
  right: 1px;
}
.p-value-principle__item {
  color: #8c8e90;
  width: 100%;
  border-bottom: 1px solid #8c8e90;
  margin-bottom: 30px;
  padding: 0 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-value-principle__item {
    width: 33.3%;
    border-left: 1px solid #8c8e90;
    border-bottom: 0;
    display: flex;
    flex-flow: column;
    text-align: left;
  }
}
.p-value-principle__item:last-child {
  border-right: 0;
}
@media screen and (min-width: 768px) {
  .p-value-principle__item:last-child {
    border-right: 1px solid #8c8e90;
  }
}
.p-value-principle__block {
  display: inline-block;
  margin: auto;
  padding-bottom: 30px;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .p-value-principle__block {
    padding-bottom: 0;
  }
}
.p-value-title {
  font-size: 120%;
}
@media screen and (min-width: 540px) {
  .p-value-title {
    font-size: 150%;
  }
}
@media screen and (min-width: 768px) {
  .p-value-title {
    font-size: 120%;
  }
}
@media screen and (min-width: 1200px) {
  .p-value-title {
    font-size: 150%;
  }
}
@media screen and (min-width: 1500px) {
  .p-value-title {
    font-size: 180%;
  }
}

/* --------------------------------------
  Social Value
-------------------------------------- */
.p-origin {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .p-origin {
    left: -130px;
  }
}
.p-origin__timeline {
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (min-width: 992px) {
  .p-origin__timeline {
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: 90%;
    height: 100%;
  }
}
.p-origin__history {
  color: #8c8e90;
}
@media screen and (min-width: 768px) {
  .p-origin__history {
    padding: 80px 0;
  }
}
.p-origin__history::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 1px;
  height: 100%;
  background-color: #8c8e90;
}
@media screen and (min-width: 540px) {
  .p-origin__history::before {
    left: 110px;
  }
}
@media screen and (min-width: 992px) {
  .p-origin__history::before {
    left: 130px;
    height: 110%;
  }
}
.p-origin .is-fadeUp .p-origin__history::before {
  animation: 1.5s linear 0s timeline;
}

@keyframes timeline {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.p-timeline {
  padding-left: 0;
  list-style: none;
  clear: both;
}
.p-timeline li {
  position: relative;
  margin-left: 30px;
}
@media screen and (min-width: 540px) {
  .p-timeline li {
    display: flex;
    margin-left: 0;
  }
}
.p-timeline__date {
  font-family: "NewYork", sans-serif;
  padding: 20px 30px 0;
  width: 50px;
  font-size: 150%;
}
@media screen and (min-width: 540px) {
  .p-timeline__date {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-timeline__date {
    width: 70px;
  }
}
.p-timeline__overview {
  padding: 20px 30px;
  width: calc(100% - 60px);
}
@media screen and (min-width: 540px) {
  .p-timeline__overview {
    float: left;
  }
}
@media screen and (min-width: 992px) {
  .p-timeline__overview {
    width: auto;
  }
}
.p-timeline__overview::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #e7e7e7;
  position: absolute;
  border-radius: 50%;
  top: 23px;
  left: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 540px) {
  .p-timeline__overview::before {
    left: 110px;
  }
}
@media screen and (min-width: 992px) {
  .p-timeline__overview::before {
    left: 130px;
  }
}

.p-innovation__box {
  position: absolute;
  width: calc(100% - 130px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 540px) {
  .p-innovation__box {
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 992px) {
  .p-innovation__box {
    width: calc(80% - 50px);
  }
}
@media screen and (min-width: 1200px) {
  .p-innovation__box {
    width: calc(85% - 80px);
  }
}
@media screen and (min-width: 1500px) {
  .p-innovation__box {
    width: calc(85% - 130px);
  }
}
.p-innovation__timeline {
  padding-bottom: 0;
}
.p-innovation__history {
  position: relative;
  display: inline-flex;
}
@media screen and (min-width: 992px) {
  .p-innovation__history {
    left: 20%;
  }
}
.p-innovation__historyDetail {
  position: relative;
  padding-top: 50px;
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s;
}
.p-innovation__historyDetail.is-fadeUp {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 540px) {
  .p-innovation__historyDetail {
    padding-top: 80px;
  }
}
.p-innovation__historyDetail--image {
  margin-bottom: 30px;
}
.p-innovation__historyDetail--heading {
  font-size: 22px;
  font-weight: 600;
  color: #979799;
}
.p-innovation__year {
  position: absolute;
  font-size: 5em;
  font-family: "NewYork", sans-serif;
  color: #8c8e90;
  top: -30px;
  left: 20px;
  letter-spacing: 10px;
}
@media screen and (min-width: 540px) {
  .p-innovation__year {
    font-size: 8em;
    top: -50px;
  }
}

/* --------------------------------------
  数字で見るFU
-------------------------------------- */
.p-fu-achievement {
  margin-bottom: 50px;
}
.p-fu-achievement:last-child {
  margin-bottom: 0;
}
.p-fu-achievement__title {
  color: #979799;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 30px;
}
.p-fu-achievement__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.p-fu-achievement__box {
  background-color: #d5d7db;
  text-align: center;
  margin-bottom: 20px;
  padding: 30px 30px 10px;
  width: 100%;
}
@media screen and (min-width: 540px) {
  .p-fu-achievement__box {
    padding: 30px 50px 10px;
    width: 33%;
  }
}
.p-fu-achievement__box sup {
  font-size: 60%;
  letter-spacing: 0;
}
.p-fu-achievement__box-title {
  font-size: 24px;
  color: #979799;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.p-fu-achievement__box-overview {
  font-size: 1.2em;
  color: #8c8e90;
  letter-spacing: 3px;
}
@media screen and (min-width: 540px) {
  .p-fu-achievement__box-overview {
    font-size: 1.5em;
  }
}
.p-fu-achievement__number {
  color: #8c8e90;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 5px;
}
.p-fu-achievement__annotation {
  font-size: 80%;
}

/* --------------------------------------
  R&Dの取り組み
-------------------------------------- */
.p-rd-block {
  margin-top: 50px;
  margin-bottom: 50px;
}
.p-rd-title {
  position: relative;
  padding-left: 25px;
  font-size: 150%;
  color: #979799;
  margin-bottom: 30px;
}
.p-rd-title::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #979799;
  width: 10px;
  height: 100%;
}
.p-rd-list {
  padding-left: 1em;
  color: #8c8e90;
  line-height: 1.8em;
}

/* --------------------------------------
  会社概要
-------------------------------------- */
.p-company__table {
  margin: 50px auto;
  width: 100%;
}
@media screen and (min-width: 540px) {
  .p-company__table {
    width: 80%;
  }
}
.p-company__table th {
  text-align: left;
  color: #b0b1b1;
  padding-bottom: 30px;
  width: 100%;
  display: block;
}
@media screen and (min-width: 540px) {
  .p-company__table th {
    padding-bottom: 50px;
    width: 30%;
    display: table-cell;
  }
}
.p-company__table td {
  padding-bottom: 50px;
  width: 100%;
  display: block;
}
@media screen and (min-width: 540px) {
  .p-company__table td {
    padding-bottom: 50px;
    width: 70%;
    display: table-cell;
  }
}
.p-company__table--date {
  text-align: right;
  color: #000;
}
.p-company__info iframe {
  filter: grayscale(1);
  height: auto;
}
@media screen and (min-width: 540px) {
  .p-company__info iframe {
    height: 450px;
  }
}
.p-company__address {
  margin-top: 50px;
  text-align: center;
}

/* --------------------------------------
  グループ企業紹介
-------------------------------------- */
.p-group__button {
  text-align: left;
  border-right: 2px solid #b0b1b1;
  margin-bottom: 60px;
}
.p-group-company {
  position: relative;
  margin-bottom: 80px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (min-width: 540px) {
  .p-group-company {
    flex: 0 0 50%;
    max-width: calc(50% - 50px);
  }
}
@media screen and (min-width: 768px) {
  .p-group-company {
    flex: 0 0 33.3%;
    max-width: calc(33.3% - 50px);
  }
}
.p-group-company__link {
  display: block;
  transition: 0.3s;
}
.p-group-company__link:hover {
  opacity: 0.6;
}
.p-group-company__image {
  max-width: 160px;
  margin: auto;
}
@media screen and (min-width: 1500px) {
  .p-group-company__image {
    max-width: 200px;
  }
}
.p-group-company__block {
  padding-bottom: 30px;
  border-bottom: 1px solid #8c8e90;
  line-height: 2.3em;
}
.p-group-company__title {
  font-size: 24px;
  font-weight: 600;
  color: #979799;
}
.p-group-company__text {
  margin-top: 10px;
}
.p-group-company__footer {
  padding-top: 20px;
  display: flex;
}
.p-group-company__qr {
  width: 20%;
}
.p-group-company__info {
  color: #8c8e90;
  width: 80%;
  font-size: 80%;
  margin-left: 30px;
  display: flex;
  justify-content: space-around;
  flex-flow: column;
}
.p-group-company__andmore {
  position: absolute;
  color: #979799;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-group-top {
  position: relative;
  height: 250px;
  border-bottom: 1px solid #8c8e90;
}
.p-group-top__logo {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
.p-group-movie {
  position: relative;
}
.p-group-movie__video {
  max-width: 100%;
}
.p-group-head {
  background-color: #f9f9f9;
  color: #979799;
}
.p-group-head__main {
  padding: 50px;
  text-align: center;
  line-height: 2em;
}
.p-group-head__title {
  font-size: 24px;
  margin-bottom: 10px;
}
.p-group-head__button {
  position: relative;
}
@media screen and (min-width: 540px) {
  .p-group-head__button {
    display: flex;
  }
}
.p-group-head__button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #8c8e90;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 540px) {
  .p-group-head__button::before {
    width: 1px;
    height: 100%;
  }
}
.p-group-head__q {
  position: relative;
  display: block;
  border-top: 1px solid #8c8e90;
  text-align: center;
  padding: 30px 30px 60px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 540px) {
  .p-group-head__q {
    padding: 50px 30px 80px;
    width: 50%;
  }
}
.p-group-head__q--number {
  display: block;
  font-size: 1.5em;
}
.p-group-head__q::before, .p-group-head__q::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 1px;
  background-color: #8c8e90;
  left: 50%;
  bottom: 40px;
}
.p-group-head__q::before {
  transform: translateX(-50%) rotate(25deg);
  transform-origin: left -33px;
}
.p-group-head__q::after {
  transform: translateX(-50%) rotate(-25deg);
  transform-origin: right -33px;
}
.p-group-title {
  font-size: 28px;
}

.p-contact-head {
  text-align: center;
}

.p-form {
  margin-top: 80px;
}
.p-form-block {
  margin-bottom: 50px;
}
.p-form-label {
  color: #8c8e90;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

.p-footer {
  clip-path: polygon(26% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 8%, 27% 8%);
  margin-top: -50px;
  position: relative;
  background-color: #fff;
  padding: 50px 0 30px;
}
.p-footer-logo {
  display: flex;
  justify-content: center;
}
.p-footer-logo__image {
  width: 250px;
  height: 100%;
}
.p-footer__lists {
  display: flex;
  flex-wrap: wrap;
  color: #8b8d8f;
  list-style-type: none;
  font-size: 80%;
  font-weight: bold;
  padding-left: 0;
}
@media screen and (min-width: 540px) {
  .p-footer__lists {
    justify-content: center;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__lists {
    width: max-content;
  }
}
.p-footer__list {
  margin-bottom: 30px;
  padding: 0 25px;
  width: calc(50% - 50px);
  text-align: center;
}
@media screen and (min-width: 540px) {
  .p-footer__list {
    width: calc(33.3% - 50px);
  }
}
@media screen and (min-width: 768px) {
  .p-footer__list {
    width: auto;
    flex: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
}

.p-icon {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0 -10px;
  padding-left: 0;
}
.p-icon__list {
  padding: 25px 10px;
}
.p-icon__button {
  display: block;
  background-color: #fff;
  border: 1px solid #8b8d8f;
  border-radius: 50%;
  padding: 10px;
  width: auto;
  transition: 0.3s ease-in;
}
.p-icon__button:hover {
  background-color: #8b8d8f;
}
.p-icon__image {
  display: block;
  width: 20px;
  height: auto;
}

.p-information {
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .p-information {
    display: flex;
    justify-content: center;
  }
}
.p-information__list {
  font-size: 60%;
  color: #8b8d8f;
  padding: 25px 15px 0;
}

.p-copyright {
  text-align: center;
  font-size: 60%;
  color: #8b8d8f;
  margin-top: 10px;
}

/*------------------------------
 component
-------------------------------- */
.c-pc {
  display: block;
}
@media screen and (min-width: 992px) {
  .c-pc {
    display: none;
  }
}

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

.c-text-left {
  text-align: left;
}

.c-text-center {
  text-align: center;
}

.c-text-right {
  text-align: right;
}

.c-breadcrumb {
  position: relative;
  font-size: 80%;
  color: #979799;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-breadcrumb {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(100% - 30px);
    transform: rotate(90deg);
    transform-origin: top left;
    z-index: 100;
  }
}
.c-breadcrumb__home {
  display: block;
  position: relative;
  top: 50%;
  height: auto;
  margin-right: 10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .c-breadcrumb__home {
    position: absolute;
    height: 200%;
    transform: translateY(-50%) rotate(-90deg);
  }
}
.c-breadcrumb__list {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__list {
    margin-right: 30px;
  }
}
.c-breadcrumb__list::before {
  content: "/";
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__list::before {
    margin-right: 30px;
  }
}

.c-pagetop {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 30px;
  z-index: 100;
}
.c-pagetop__arrow {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #b0b1b1;
  border-radius: 50%;
  transition: 0.3s;
}
.c-pagetop__arrow::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 2px solid #b0b1b1;
  border-left: 2px solid #b0b1b1;
  top: 30px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-pagetop__arrow:hover {
  background-color: #f2f2f2;
}

.c-title__border {
  padding-bottom: 30px;
  border-bottom: 1px solid #8c8e90;
}
.c-title-en {
  color: #c3c3c3 !important;
  display: block;
  margin-bottom: 30px;
}

.c-subtitle {
  margin-top: -30px;
  margin-bottom: 30px;
}

.c-partition {
  position: relative;
}
.c-partition::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 80px;
  background-color: #c3c3c3;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.c-badge {
  background-color: #8c8e90;
  color: #fff;
  font-size: 80%;
  border-radius: 50px;
  padding: 0 15px;
}
.c-badge-contact {
  border: 1px solid #d33226;
  border-radius: 50px;
  color: #d33226;
  padding: 5px 10px;
  font-size: 60%;
  font-weight: 400;
  vertical-align: text-top;
  margin-left: 2em;
  letter-spacing: 0;
}

.c-link-target {
  color: #cc9933;
  position: relative;
  display: inline-block;
}
.c-link-target::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #cc9933;
  transition: 0.3s ease-in;
}
.c-link-target:hover::before {
  width: 100%;
}
.c-link-target__blank {
  margin-right: 15px;
}
.c-link-target__blank::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 13px;
  height: 13px;
  transform: translateY(-50%);
  background: url("https://pdgvportal.xsrv.jp/test/wp-content/themes/pdgv/assets/images/link_blank.svg") no-repeat;
}
.c-link-target__pdf {
  margin-right: 15px;
}
.c-link-target__pdf::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url("https://pdgvportal.xsrv.jp/test/wp-content/themes/pdgv/assets/images/link_pdf.svg") no-repeat;
}

.c-box {
  background-color: #fff;
  padding: 10px 30px;
  box-shadow: 3px 3px 15px -7px #8b8d8f;
}
@media screen and (min-width: 540px) {
  .c-box {
    padding: 20px 50px;
  }
}

.c-card {
  border: 1px solid #8c8e90;
  margin-top: 30px;
  padding: 30px 30px 0;
}
.c-card-flex {
  display: flex;
  flex-wrap: wrap;
}
.c-card-block {
  padding-bottom: 30px;
}
.c-card__link {
  position: relative;
}
@media screen and (min-width: 540px) {
  .c-card__link {
    margin-right: 80px;
  }
}
.c-card-policy {
  position: relative;
  display: block;
  padding-left: 30px;
}
.c-card-policy::before {
  content: "";
  position: absolute;
  border-right: 1px solid #cc9933;
  border-bottom: 1px solid #cc9933;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 540px) {
  .c-card-policy::before {
    top: auto;
    bottom: 10px;
    transform: rotate(45deg);
  }
}

.c-date {
  font-size: 80%;
}

.c-parent-title {
  width: 100%;
}

.c-timeline--point::before {
  background-color: #8c8e90;
}

.c-dark-section {
  background-color: #b0b1b1;
  padding: 80px 0;
  justify-content: center;
}
.c-dark-section__title, .c-dark-section p {
  color: #fff !important;
}

.c-adobe-button {
  display: inline-block;
  transition: 0.3s;
}
.c-adobe-button:hover {
  opacity: 0.6;
}
.c-adobe-button img {
  width: auto;
}

.c-popup {
  display: none;
  position: fixed;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 10px;
  z-index: 300;
}
@media screen and (min-width: 992px) {
  .c-popup {
    width: auto;
  }
}
.c-popup__close {
  position: absolute;
  font-size: 10vw;
  color: #fff;
  top: -30px;
  right: 10px;
  line-height: 0;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .c-popup__close {
    font-size: 5vw;
    top: 0;
    right: -10%;
  }
}
.c-popup__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 200;
}

.c-button__group {
  background-color: #fff;
  border: 2px solid #b0b1b1;
  right: -18px;
}
.c-button__group::before {
  background-color: #b0b1b1;
}
.c-button__group--text {
  width: 220px;
  color: #b0b1b1;
}
.c-button__group--text::before {
  border-color: #b0b1b1;
}
.c-button__group:hover .c-button__group--text {
  color: #fff !important;
}
.c-button__group:hover .c-button__group--text::before {
  border-color: #fff !important;
}

.c-loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 999;
}
.c-loading__inner {
  position: relative;
}
.c-loading__container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.c-loading__boxProgress {
  width: 160px;
  height: 100%;
  background-color: #969698;
  -webkit-mask-image: url("https://pdgvportal.xsrv.jp/test/wp-content/themes/pdgv/assets/images/logo.svg");
  mask-image: url("https://pdgvportal.xsrv.jp/test/wp-content/themes/pdgv/assets/images/logo.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: relative;
}
.c-loading__boxProgress::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: loading 2.5s linear;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

@keyframes loading {
  0% {
    height: 20%;
  }
  100% {
    height: 80%;
  }
}
.c-topCurtainbg, .c-bottomCurtainbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 800;
  width: 100%;
  height: 100vh;
  top: 0;
  background-color: #b0b1b1;
  animation-delay: 2s;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.c-topCurtainbg {
  top: 0%;
  transform: scaleY(0);
  animation-name: curtainAnimeTop;
}

.c-bottomCurtainbg {
  left: 0%;
  bottom: 0%;
  transform: scaleY(1);
  animation-name: curtainAnimeBottom;
}

@keyframes curtainAnimeTop {
  0% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
@keyframes curtainAnimeBottom {
  0% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
.c-top__titleblock {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .c-top__titleblock {
    width: 300px;
  }
}
.c-top__titleblock::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .c-top__titleblock::before {
    background: linear-gradient(#969698, #ccc);
  }
}

/* --------------------------------------
  数字で見るFU
-------------------------------------- */
.c-fu-cagr {
  position: relative;
}
.c-fu-cagr::after {
  content: "";
  position: absolute;
  background: url("https://pdgvportal.xsrv.jp/test/wp-content/themes/pdgv/assets/images/fu_cagr_bk.svg") no-repeat;
  width: 50%;
  height: 50%;
  left: -10px;
  bottom: 10px;
  z-index: 1;
}
.c-fu-investment {
  position: relative;
}
.c-fu-investment::after {
  content: "";
  position: absolute;
  background: url("https://pdgvportal.xsrv.jp/test/wp-content/themes/pdgv/assets/images/fu_investment_bk.svg") no-repeat;
  width: 50%;
  height: 50%;
  left: -10px;
  bottom: 10px;
  z-index: 1;
}
.c-fu-employee {
  position: relative;
}
.c-fu-employee::after {
  content: "";
  position: absolute;
  background: url("https://pdgvportal.xsrv.jp/test/wp-content/themes/pdgv/assets/images/fu_employee_bk.svg") no-repeat;
  width: 50%;
  height: 50%;
  left: -10px;
  bottom: 10px;
  z-index: 1;
}
.c-fu-achievement {
  position: relative;
  z-index: 2;
}
.c-fu-number {
  font-size: 2em;
}
@media screen and (min-width: 540px) {
  .c-fu-number {
    font-size: 3em;
  }
}
@media screen and (min-width: 540px) {
  .c-fu-others {
    width: calc(54% - 30px);
  }
}
.c-fu-others h2 {
  text-align: left;
}
@media screen and (min-width: 540px) {
  .c-fu-age {
    width: calc(37% - 30px);
  }
}
.c-fu-age h2 {
  text-align: left;
}

/* --------------------------------------
  R&Dの取り組み
-------------------------------------- */
.c-rd-title::before {
  background-color: #fff;
}

/* --------------------------------------
  グループ企業紹介
-------------------------------------- */
.c-group-company {
  position: relative;
  background-color: #f9f9f9;
  margin-top: 30px;
  width: 100%;
  min-height: 500px;
}
@media screen and (min-width: 540px) {
  .c-group-company {
    height: auto;
  }
}
.c-group-company::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  border-top: 30px solid #f9f9f9;
  border-left: 10px solid transparent;
  width: 75px;
}
.c-group-company::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 30px solid #fff;
  border-left: 10px solid transparent;
  width: calc(100% - 75px);
}

.c-news-icon__link {
  display: block;
  background-color: #f2f2f2;
  font-size: 80%;
  padding: 5px 10px;
  border: 2px solid #979799;
  border-radius: 5px;
}

.c-textbox {
  width: 100%;
  border: 2px solid #8c8e90;
  padding: 20px;
  box-sizing: border-box;
  font-size: 1em;
}

@media screen and (min-width: 1200px) {
  .c-radio, .c-checkbox {
    margin-left: -1em;
  }
}

.c-submit {
  display: block;
  position: relative;
  width: 250px !important;
  background-color: #b0b1b1;
  font-size: 1em;
  font-weight: bold;
  margin: auto;
  color: #fff;
  margin-bottom: 50px;
}
.c-submit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #8c8e90;
  transition: 0.3s ease-in;
}
.c-submit:hover::after {
  width: 100%;
}
.c-submit .wpcf7-spinner {
  display: none;
}
.c-submit-button {
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 50px 20px 30px;
  background: none;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  width: 100%;
  letter-spacing: 3px;
  transition: 0.3s ease-in;
  z-index: 2;
  cursor: pointer;
}
.c-submit__icon {
  transform: translateY(-50%) skewX(0);
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .c-confirm {
    padding: 0 80px;
  }
}
@media screen and (min-width: 1500px) {
  .c-confirm {
    padding: 0 130px;
  }
}
.c-confirm__block {
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-confirm__block {
    display: flex;
    padding-bottom: 0;
  }
}
.c-confirm-label {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-confirm-label {
    width: 30%;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-confirm-list {
    width: 70%;
    margin-bottom: 30px;
  }
}
.c-confirm__submit {
  margin-top: 50px;
}
@media screen and (min-width: 540px) {
  .c-confirm__submit {
    display: flex;
  }
}

@media screen and (min-width: 540px) {
  .c-prev {
    width: 150px !important;
  }
}
@media screen and (min-width: 768px) {
  .c-prev {
    width: 250px !important;
  }
}
.c-prev::before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  top: 1px;
  left: 1px;
}
.c-prev input {
  color: #b0b1b1;
  transition: 0.3s ease-in;
}
.c-prev span::before {
  border-top-color: #b0b1b1;
  border-right-color: #b0b1b1;
  transition: 0.3s ease-in;
}
.c-prev:hover input {
  color: #fff;
}
.c-prev:hover span::before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.c-thanks-button {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}/*# sourceMappingURL=style.css.map */