@charset "UTF-8";

html, :root {
  scroll-behavior: smooth;
  --pk-global-width: 113.5rem;
  --pk-color-primary: #BE1A21;
  --pk-color-secondary: #9E222B;
  --pk-color-accent: #B24A4A;
  --pk-color-bg: #fff;
  --pk-color-text: #333;
  --pk-color-textdarker: #000;
  --pk-color-textlight: #555;
  --pk-color-darkgray: #444;
  --pk-color-gray: #666;
  --pk-color-lightgray: #999;
  --pk-color-gradient-primary: #FF000B;
  --pk-gradient-primary: linear-gradient(90deg, rgba(255, 0, 11, 1) 0%, rgba(237, 167, 24, 1) 100%);
  --pk-color-gradient-secondary: #065AA1;
  --pk-gradient-secondary: linear-gradient(140deg,rgba(6, 90, 161, 1) 0%, rgba(22, 156, 126, 1) 100%);
  --pk-gradient-corporate: linear-gradient(115deg,rgba(190, 26, 33, 1) 0%, rgba(237, 167, 24, 1) 36%, rgba(22, 156, 126, 1) 66%, rgba(6, 90, 161, 1) 100%);
  --pk-fontfamily-sansserif: "Noto Sans JP", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
  --pk-fontfamily-serif: "Noto Serif JP", sans-serif;
  --pk-fontfamily-roboto: "Roboto", sans-serif;
  --pk-fontfamily-robotoc: "Roboto Condensed", sans-serif;
  --pk-fontsize-xs: 1.4rem;
  --pk-fontsize-s: 1.6rem;
  --pk-fontsize-base: 1.8rem;
  --pk-fontsize-l: 2.0rem;
  --pk-fontsize-xl: 2.2rem;
  --pk-zindex-loading: 990;
  --pk-zindex-header: 810;
  --pk-zindex-gnavbtn: 802;
  --pk-zindex-gnav: 801;
  --pk-zindex-overlay: 800;
  --pk-zindex-float: 700;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  font-size: 10px;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  line-height: 1.75;
  font-size: var(--pk-fontsize-base);
  color: var(--pk-color-text);
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  height: auto;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

body {
  font-family: var(--pk-fontfamily-sansserif);
  color: var(--pk-color-text);
  background: var(--pk-color-bg);
}
@media not all and (min-width: 1024px) {
  body::after {
    content: "";
    display: block;
    position: fixed;
    z-index: var(--pk-zindex-overlay);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
  }
}
body.is-menuopen {
  overflow-y: clip;
}
body.is-menuopen::after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  pointer-events: initial;
}

.article-slider {
  margin: 3rem 0 3.5rem;
  padding: 2.5rem 0 2rem;
}
@media (min-width: 1024px) {
  .article-slider {
    padding: 12rem 0 7rem;
  }
}

@media (min-width: 1024px) {
  #history {
    margin-top: 13.5rem;
    margin-bottom: 18.5rem;
  }
}

.information-wrap {
  margin-bottom: 16.5rem;
}

@media not all and (min-width: 1024px) {
  #faq {
    font-size: 1.5rem;
  }
}

#inquiry {
  margin: 6rem 0;
}
@media (min-width: 1024px) {
  #inquiry {
    margin: 14rem 0;
  }
}

#map {
  margin-top: 6rem;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  #map {
    margin-top: 17rem;
    margin-bottom: 24rem;
  }
}

#archives #main {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  #archives #main {
    margin-bottom: 8rem;
  }
}

.section-tenpo {
  scroll-margin-top: 6rem;
  margin-top: 5rem;
}
@media (min-width: 1024px) {
  .section-tenpo {
    scroll-margin-top: 9rem;
    margin-top: 14rem;
  }
  .section-tenpo:last-child {
    margin-bottom: 17rem;
  }
}
@media (min-width: 1280px) {
  .section-tenpo {
    scroll-margin-top: 13rem;
  }
}

.section-movie {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .section-movie {
    margin-top: 11rem;
  }
}
.section-movie:last-child {
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .section-movie:last-child {
    margin-bottom: 40rem;
  }
}
.section-movie .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .section-movie .btn-wrap {
    margin-top: 5rem;
    gap: 2rem;
  }
}
.section-movie .btn-wrap > .btn-black {
  margin-left: 0;
  margin-right: 0;
}

.section-about {
  margin-bottom: 8rem;
}
@media (min-width: 1024px) {
  .section-about {
    margin-bottom: 11rem;
  }
  .section-about:last-child {
    margin-bottom: 16rem;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--pk-global-width);
  width: calc(100% - 4rem);
}

.divider {
  border-top: 1px solid #D0D0D0;
}

.en-with-bg {
  position: relative;
  font-family: var(--pk-fontfamily-robotoc);
  font-size: 11.8rem;
  font-weight: bold;
  letter-spacing: -0.04em;
  padding-right: 0.04em;
  line-height: 1;
  color: #fff;
}
.en-with-bg::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 1.3rem;
  left: 0;
  width: 0;
  height: 8.9rem;
  background: var(--pk-color-gradient-primary);
  background: var(--pk-gradient-primary);
  -webkit-transition: width 0.6s ease-out;
  transition: width 0.6s ease-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.is-animate .en-with-bg::before {
  width: 100%;
}
.en-with-bg > span {
  position: relative;
  z-index: 1;
}

.jp-with-bg {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0.1em;
  line-height: 1;
  color: #fff;
}
.jp-with-bg::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--pk-color-gradient-primary);
  background: var(--pk-gradient-primary);
  -webkit-transition: width 0.6s ease-out;
  transition: width 0.6s ease-out;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.is-animate .jp-with-bg::before {
  width: 100%;
}
.jp-with-bg > span {
  position: relative;
  z-index: 1;
}

.toggle-contents > .contents {
  overflow: hidden;
  max-height: var(--content-maxheight);
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.toggle-contents.is-closed > .contents {
  max-height: 0;
}

.mv-wrap {
  position: relative;
  padding-top: 56.25%;
}
.mv-wrap > iframe, .mv-wrap > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tiktok-wrap {
  overflow: hidden;
  position: relative;
  padding-top: 177.7777777778%;
}
.tiktok-wrap > blockquote {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  min-width: 0 !important;
}
.tiktok-wrap > blockquote > iframe {
  width: 100%;
  height: 100% !important;
}

#main {
  contain: paint;
}
#main.-subpage {
  margin-top: 4.5rem;
}
@media (min-width: 1024px) {
  #main.-subpage {
    margin-top: 13rem;
  }
}

#subpage {
  margin-bottom: 4.5rem;
}
@media (min-width: 1024px) {
  #subpage {
    margin-bottom: 13rem;
  }
}

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: var(--pk-zindex-header);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 1.1rem;
  left: 1.2rem;
  width: calc(100% - 2.4rem);
  height: 4.4rem;
  padding: 0 0.6rem 0 1.7rem;
  border-radius: 2.2rem;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}
@media (min-width: 1280px) {
  #header {
    top: 4.1rem;
    left: 4.3rem;
    padding: 0 2.9rem 0 3.3rem;
    height: 8rem;
    width: calc(100% - 8.4rem);
    border-radius: 1.6rem;
  }
}
@media (min-width: 1920px) {
  #header {
    height: 11.1rem;
  }
}
#header > .sub {
  margin-right: auto;
  margin-left: 2.5rem;
  color: var(--pk-color-textlight);
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 1920px) {
  #header > .sub {
    font-size: 2.4rem;
  }
}
@media not all and (min-width: 1024px) {
  #header > .sub {
    display: none;
  }
}

#logo {
  display: block;
}
@media not all and (min-width: 1920px) {
  #logo {
    width: 13rem;
  }
}
@media not all and (min-width: 1280px) {
  #logo {
    width: 11.6rem;
    height: 1.7rem;
  }
}

#mainvisual {
  overflow: hidden;
  position: relative;
}
#mainvisual.-home {
  height: 100vh;
}
#mainvisual.-home::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/main-home_sp.jpg) no-repeat center center/cover;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: blur(2rem);
  filter: blur(2rem);
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 1024px) {
  #mainvisual.-home::before {
    background-image: url(../img/main-home.jpg);
  }
}
#mainvisual.-home.is-animate::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
}
#mainvisual.-home > .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  z-index: 2;
  left: 2.1rem;
  bottom: 5.1rem;
  font-size: 9.6vw;
}
@media (min-width: 768px) {
  #mainvisual.-home > .text {
    font-size: 6rem;
  }
}
@media (min-width: 1024px) {
  #mainvisual.-home > .text {
    left: 31.4583333333%;
    bottom: 7.2916666667%;
    font-size: 4.1666666667vw;
  }
}
#mainvisual.-home > .text > .jp-with-bg {
  display: block;
  letter-spacing: -0.08em;
}
#mainvisual.-home > .text > .jp-with-bg + .jp-with-bg {
  margin-top: 0.7rem;
}
@media (min-width: 1024px) {
  #mainvisual.-home > .text > .jp-with-bg + .jp-with-bg {
    margin-top: 2.6rem;
  }
}
@media not all and (min-width: 1024px) {
  #mainvisual.-home > .text > .jp-with-bg.-pc {
    display: none;
  }
}
@media (min-width: 1024px) {
  #mainvisual.-home > .text > .jp-with-bg.-sp {
    display: none;
  }
}
#mainvisual.-home > .text > .jp-with-bg span {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mainvisual.-home > .text > .jp-with-bg:nth-child(1)::before, #mainvisual.-home > .text > .jp-with-bg:nth-child(1) span {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
#mainvisual.-home > .text > .jp-with-bg:nth-child(2)::before, #mainvisual.-home > .text > .jp-with-bg:nth-child(2) span {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
#mainvisual.-home > .text > .jp-with-bg:nth-child(3)::before, #mainvisual.-home > .text > .jp-with-bg:nth-child(3) span {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
#mainvisual.-home > .text > .jp-with-bg:nth-child(4)::before, #mainvisual.-home > .text > .jp-with-bg:nth-child(4) span {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
#mainvisual.-home.is-animate > .text > .jp-with-bg span {
  opacity: 1;
}
#mainvisual.-blog, #mainvisual.-contact, #mainvisual.-company, #mainvisual.-tenpo, #mainvisual.-information, #mainvisual.-movie, #mainvisual.-csr, #mainvisual.-about, #mainvisual.-interview {
  height: 25rem;
}
@media (min-width: 768px) {
  #mainvisual.-blog, #mainvisual.-contact, #mainvisual.-company, #mainvisual.-tenpo, #mainvisual.-information, #mainvisual.-movie, #mainvisual.-csr, #mainvisual.-about, #mainvisual.-interview {
    height: 54rem;
  }
}
@media not all and (min-width: 1024px) {
  #mainvisual.-blog, #mainvisual.-contact, #mainvisual.-company, #mainvisual.-tenpo, #mainvisual.-information, #mainvisual.-movie, #mainvisual.-csr, #mainvisual.-about, #mainvisual.-interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5.5rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1024px) {
  #mainvisual.-blog > .text, #mainvisual.-contact > .text, #mainvisual.-company > .text, #mainvisual.-tenpo > .text, #mainvisual.-information > .text, #mainvisual.-movie > .text, #mainvisual.-csr > .text, #mainvisual.-about > .text, #mainvisual.-interview > .text {
    position: absolute;
    z-index: 1;
    top: 25.4rem;
    left: 12.8645833333%;
  }
}
@media (min-width: 768px) {
  #mainvisual.-blog, #mainvisual.-movie {
    height: 59rem;
  }
}
@media (min-width: 768px) {
  #mainvisual.-csr, #mainvisual.-about {
    height: 71rem;
  }
}
#mainvisual.-interview {
  height: 22.4rem;
}
@media (min-width: 768px) {
  #mainvisual.-interview {
    height: 47.4rem;
  }
}
#mainvisual.-blog {
  background: url(../img/main-blog_sp.jpg?v=2) no-repeat center center/cover;
}
@media (min-width: 1024px) {
  #mainvisual.-blog {
    background-image: url(../img/main-blog.jpg?v=2);
  }
}
#mainvisual.-contact {
  background: url(../img/main-contact_sp.jpg) no-repeat center center/cover;
}
@media (min-width: 1024px) {
  #mainvisual.-contact {
    background-image: url(../img/main-contact.jpg);
  }
}
#mainvisual.-company {
  background: url(../img/main-company_sp.jpg) no-repeat center center/cover;
}
@media (min-width: 1024px) {
  #mainvisual.-company {
    background-image: url(../img/main-company.jpg);
  }
}
#mainvisual.-tenpo {
  background: url(../img/main-tenpo_sp.jpg?v=3) no-repeat center center/cover;
}
@media (min-width: 1024px) {
  #mainvisual.-tenpo {
    background-image: url(../img/main-tenpo.jpg?v=3);
  }
}
#mainvisual.-information {
  background: url(../img/main-information_sp.jpg?v=2) no-repeat center center/cover;
}
@media (min-width: 1024px) {
  #mainvisual.-information {
    background-image: url(../img/main-information.jpg?v=2);
  }
}
#mainvisual.-movie {
  background: url(../img/main-movie_sp.jpg) no-repeat center center/cover;
}
@media (min-width: 1024px) {
  #mainvisual.-movie {
    background-image: url(../img/main-movie.jpg);
  }
}
#mainvisual.-csr {
  background: url(../img/main-csr_sp.jpg) no-repeat center center/cover;
}
@media (min-width: 1024px) {
  #mainvisual.-csr {
    background-image: url(../img/main-csr.jpg);
  }
}
#mainvisual.-about {
  background: url(../img/main-about_sp.jpg) no-repeat center center/cover;
}
@media (min-width: 1024px) {
  #mainvisual.-about {
    background-image: url(../img/main-about.jpg);
  }
}
#mainvisual.-interview {
  background: url(../img/main-interview_sp.jpg) no-repeat center center/cover;
}
@media (min-width: 1024px) {
  #mainvisual.-interview {
    background-image: url(../img/main-interview.jpg);
  }
}

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page-title > .jp {
  display: block;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .page-title > .jp {
    font-size: 2.2rem;
  }
}
.page-title > .jp::before {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.page-title > .en {
  display: block;
}
.page-title > .en::before {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
@media not all and (min-width: 768px) {
  .page-title > .en {
    font-size: 5.2rem;
  }
  .page-title > .en::before {
    top: 0.4rem;
    height: 4.2rem;
  }
}
.-csr .page-title, .-interview .page-title {
  gap: 0.6rem;
}
.-csr .page-title .en, .-interview .page-title .en {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .-csr .page-title .en, .-interview .page-title .en {
    font-size: 2.2rem;
  }
}
.-csr .page-title .en::before, .-interview .page-title .en::before {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.-csr .page-title .en::before, .-interview .page-title .en::before {
  top: 0;
  height: 2.2rem;
}
.-csr .page-title .jp, .-interview .page-title .jp {
  font-size: 3.4rem;
}
@media (min-width: 768px) {
  .-csr .page-title .jp, .-interview .page-title .jp {
    font-size: 7rem;
  }
}
@media (min-width: 1280px) {
  .-csr .page-title .jp, .-interview .page-title .jp {
    font-size: 8rem;
  }
}
@media not all and (min-width: 768px) {
  .-csr .page-title .jp, .-interview .page-title .jp {
    letter-spacing: 0;
  }
}
.-csr .page-title .jp::before, .-interview .page-title .jp::before {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.page-description {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media not all and (min-width: 768px) {
  .page-description {
    font-size: 1.4rem;
  }
}
.page-description.-w {
  color: #fff;
}
@media not all and (min-width: 768px) {
  .-csr .page-description {
    display: none;
  }
}

#btn-menu {
  position: relative;
  z-index: var(--pk-zindex-gnavbtn);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.3rem;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  border: 1px solid var(--pk-color-primary);
  color: var(--pk-color-primary);
  background: none;
}
#btn-menu::before, #btn-menu::after {
  content: "";
  display: block;
  height: 2px;
  background: var(--pk-color-primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#btn-menu::before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 1.7rem;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
#btn-menu::after {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 1.2rem;
  margin-right: 0.5rem;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
#btn-menu > span {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-size: 0.6rem;
  line-height: 1;
}
.is-menuopen #btn-menu {
  border-color: transparent;
}
.is-menuopen #btn-menu::before, .is-menuopen #btn-menu::after {
  background: #fff;
}
.is-menuopen #btn-menu::before {
  -webkit-transform: rotate(16deg);
  transform: rotate(16deg);
}
.is-menuopen #btn-menu::after {
  width: 1.7rem;
  margin-right: 0;
  -webkit-transform: rotate(-16deg);
  transform: rotate(-16deg);
}
.is-menuopen #btn-menu > span {
  color: #fff;
  font-size: 0;
}
.is-menuopen #btn-menu > span::after {
  content: "CLOSE";
  font-size: 0.6rem;
}
@media (min-width: 1280px) {
  #btn-menu {
    display: none;
  }
}

.home-banner > .link {
  overflow: hidden;
  display: block;
}
.home-banner > .link .img {
  width: 100%;
}

#footer {
  background: #FAFAFA;
}
#footer > .inner {
  max-width: 140rem;
  padding: 8.2rem 0 5.8rem;
}
@media (min-width: 1024px) {
  #footer > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 17.7rem 0 17rem;
    gap: 7.5rem;
  }
}
#footer > .inner > .info {
  font-size: 1.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer > .inner > .info > .address {
  font-style: normal;
  font-weight: bold;
  margin-top: 3rem;
  line-height: 1;
}
@media not all and (min-width: 1024px) {
  #footer > .inner > .info > .address {
    text-align: center;
    margin-bottom: 4rem;
  }
}
#footer > .inner > .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media (min-width: 1024px) {
  #footer > .inner > .nav {
    gap: 7.5rem;
  }
}
@media (min-width: 1620px) {
  #footer > .inner > .nav {
    margin-right: -9rem;
  }
}

#footer-logo {
  display: block;
}
@media not all and (min-width: 1024px) {
  #footer-logo {
    margin-left: auto;
    margin-right: auto;
    width: 17.5rem;
  }
}

.footer-bottom {
  background: #000;
  color: #fff;
}
.footer-bottom > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 140rem;
  line-height: 1;
  padding: 2.4rem 0 1.5rem;
  font-size: var(--pk-fontsize-xs);
}
@media (min-width: 768px) {
  .footer-bottom > .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 2em 0;
  }
}

.list-privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2em;
}
@media not all and (min-width: 640px) {
  .list-privacy {
    font-size: 1.2rem;
  }
}
.list-privacy > .item > .link {
  color: inherit;
}

#totop {
  position: fixed;
  z-index: var(--pk-zindex-float);
  right: 1.5rem;
  bottom: 1.5rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (min-width: 1024px) {
  #totop {
    right: 2rem;
    bottom: 2rem;
  }
}
#totop.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.btn-totop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 1em;
  border-radius: 1.2rem;
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  .btn-totop {
    font-size: 1.8rem;
  }
}
.btn-totop::after {
  content: "↑";
  display: block;
  border-left: 1px solid #fff;
  margin-left: 1em;
  padding-left: 1em;
}
.-recruit .btn-totop {
  background: var(--pk-color-primary);
}
.-recruit .btn-totop::after {
  content: "→";
}
@media not all and (min-width: 1024px) {
  .btn-totop > .icon {
    margin-right: 1.5rem;
    width: 2rem;
  }
}
@media (min-width: 1024px) {
  .btn-totop > .icon {
    margin-right: 3rem;
  }
}

@media not all and (min-width: 640px) {
  #copyright {
    font-size: 1rem;
  }
}
@media not all and (min-width: 768px) {
  #copyright {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  #copyright {
    text-decoration: underline;
  }
}

._tdu {
  text-decoration: underline;
}

._tac {
  text-align: center;
}

._tar {
  text-align: right;
}

._img-left {
  margin-left: 0;
}

._img-right {
  margin-right: 0;
}

._clear {
  clear: both;
}

._clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

._ro {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
._ro:hover {
  opacity: 0.5;
}

@media (min-width: 640px) {
  ._for-sp {
    display: none !important;
  }
}
@media not all and (min-width: 640px) {
  ._for-pc {
    display: none !important;
  }
}
.fadein-up {
  opacity: 0;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.fadein-up.is-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fade-in span {
  opacity: 0;
}
.fade-in.is-animate span {
  -webkit-animation: fadeIn 0.3s forwards;
  animation: fadeIn 0.3s forwards;
}
.fade-in.is-animate span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.fade-in.is-animate span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.fade-in.is-animate span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.fade-in.is-animate span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.fade-in.is-animate span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.fade-in.is-animate span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.fade-in.is-animate span:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.fade-in.is-animate span:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.fade-in.is-animate span:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.fade-in.is-animate span:nth-child(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.fade-in.is-animate span:nth-child(11) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.fade-in.is-animate span:nth-child(12) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.fade-in.is-animate span:nth-child(13) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.fade-in.is-animate span:nth-child(14) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.fade-in.is-animate span:nth-child(15) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.fade-in.is-animate span:nth-child(16) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.fadein {
  opacity: 0;
  -webkit-transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fadein.is-animate {
  opacity: 1;
}

.fadein-left {
  opacity: 0;
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
  -webkit-transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 768px) {
  .fadein-left {
    -webkit-transform: translateX(6rem);
    transform: translateX(6rem);
  }
}
.fadein-left.is-animate {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fadein-right {
  opacity: 0;
  -webkit-transform: translateX(-3rem);
  transform: translateX(-3rem);
  -webkit-transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 768px) {
  .fadein-right {
    -webkit-transform: translateX(-6rem);
    transform: translateX(-6rem);
  }
}
.fadein-right.is-animate {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fadein-scale {
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.fadein-scale.is-animate {
  opacity: 1;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.image-slide-in img {
  width: 0;
  margin-left: auto;
}
.image-slide-in.is-animate img {
  -webkit-animation: imgSlideIn 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: imgSlideIn 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.image-slide-in.is-animate .item:nth-child(1) img {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.image-slide-in.is-animate .item:nth-child(2) img {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.image-slide-in.is-animate .item:nth-child(3) img {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.image-slide-in.is-animate .item:nth-child(4) img {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.text-slide-in span {
  opacity: 0;
}
.text-slide-in.is-animate span {
  display: inline-block;
  -webkit-animation: slideIn 0.3s forwards;
  animation: slideIn 0.3s forwards;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
.text-slide-in.is-animate span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.text-slide-in.is-animate span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.text-slide-in.is-animate span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.text-slide-in.is-animate span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.text-slide-in.is-animate span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.text-slide-in.is-animate span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.text-slide-in.is-animate span:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.text-slide-in.is-animate span:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.text-slide-in.is-animate span:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.text-slide-in.is-animate span:nth-child(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.text-slide-in.is-animate span:nth-child(11) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.text-slide-in.is-animate span:nth-child(12) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.text-slide-in.is-animate span:nth-child(13) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.text-slide-in.is-animate span:nth-child(14) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.text-slide-in.is-animate span:nth-child(15) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.text-slide-in.is-animate span:nth-child(16) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.text-slide-in.is-animate span:nth-child(17) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.text-slide-in.is-animate span:nth-child(18) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.text-slide-in.is-animate span:nth-child(19) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.text-slide-in.is-animate span:nth-child(20) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.text-slide-in.is-animate span:nth-child(21) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.text-slide-in.is-animate span:nth-child(22) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.text-slide-in.is-animate span:nth-child(23) {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.text-slide-in.is-animate span:nth-child(24) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.text-slide-in.is-animate span:nth-child(25) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes imgSlideIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes imgSlideIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  50% {
    -webkit-transform: scale(1.025, 0.975);
    transform: scale(1.025, 0.975);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  50% {
    -webkit-transform: scale(1.025, 0.975);
    transform: scale(1.025, 0.975);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@-webkit-keyframes sway {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  50% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes sway {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  50% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  90% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  95% {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes turn {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  90% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  95% {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lightning {
  0% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  1% {
    -webkit-filter: brightness(2);
    filter: brightness(2);
  }
  2% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  98% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  99% {
    -webkit-filter: brightness(2);
    filter: brightness(2);
  }
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}
@keyframes lightning {
  0% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  1% {
    -webkit-filter: brightness(2);
    filter: brightness(2);
  }
  2% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  98% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  99% {
    -webkit-filter: brightness(2);
    filter: brightness(2);
  }
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}
@-webkit-keyframes changeTochi {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes changeTochi {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes changeKodate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes changeKodate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes changeMansion {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes changeMansion {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes changeJigyo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes changeJigyo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes progressAnimation {
  0% {
    background: conic-gradient(#4CAF50 0%, transparent 0%);
  }
  1% {
    background: conic-gradient(#4CAF50 1%, transparent 0%);
  }
  2% {
    background: conic-gradient(#4CAF50 2%, transparent 0%);
  }
  3% {
    background: conic-gradient(#4CAF50 3%, transparent 0%);
  }
  4% {
    background: conic-gradient(#4CAF50 4%, transparent 0%);
  }
  5% {
    background: conic-gradient(#4CAF50 5%, transparent 0%);
  }
  6% {
    background: conic-gradient(#4CAF50 6%, transparent 0%);
  }
  7% {
    background: conic-gradient(#4CAF50 7%, transparent 0%);
  }
  8% {
    background: conic-gradient(#4CAF50 8%, transparent 0%);
  }
  9% {
    background: conic-gradient(#4CAF50 9%, transparent 0%);
  }
  10% {
    background: conic-gradient(#4CAF50 10%, transparent 0%);
  }
  11% {
    background: conic-gradient(#4CAF50 11%, transparent 0%);
  }
  12% {
    background: conic-gradient(#4CAF50 12%, transparent 0%);
  }
  13% {
    background: conic-gradient(#4CAF50 13%, transparent 0%);
  }
  14% {
    background: conic-gradient(#4CAF50 14%, transparent 0%);
  }
  15% {
    background: conic-gradient(#4CAF50 15%, transparent 0%);
  }
  16% {
    background: conic-gradient(#4CAF50 16%, transparent 0%);
  }
  17% {
    background: conic-gradient(#4CAF50 17%, transparent 0%);
  }
  18% {
    background: conic-gradient(#4CAF50 18%, transparent 0%);
  }
  19% {
    background: conic-gradient(#4CAF50 19%, transparent 0%);
  }
  20% {
    background: conic-gradient(#4CAF50 20%, transparent 0%);
  }
  21% {
    background: conic-gradient(#4CAF50 21%, transparent 0%);
  }
  22% {
    background: conic-gradient(#4CAF50 22%, transparent 0%);
  }
  23% {
    background: conic-gradient(#4CAF50 23%, transparent 0%);
  }
  24% {
    background: conic-gradient(#4CAF50 24%, transparent 0%);
  }
  25% {
    background: conic-gradient(#4CAF50 25%, transparent 0%);
  }
  26% {
    background: conic-gradient(#4CAF50 26%, transparent 0%);
  }
  27% {
    background: conic-gradient(#4CAF50 27%, transparent 0%);
  }
  28% {
    background: conic-gradient(#4CAF50 28%, transparent 0%);
  }
  29% {
    background: conic-gradient(#4CAF50 29%, transparent 0%);
  }
  30% {
    background: conic-gradient(#4CAF50 30%, transparent 0%);
  }
  31% {
    background: conic-gradient(#4CAF50 31%, transparent 0%);
  }
  32% {
    background: conic-gradient(#4CAF50 32%, transparent 0%);
  }
  33% {
    background: conic-gradient(#4CAF50 33%, transparent 0%);
  }
  34% {
    background: conic-gradient(#4CAF50 34%, transparent 0%);
  }
  35% {
    background: conic-gradient(#4CAF50 35%, transparent 0%);
  }
  36% {
    background: conic-gradient(#4CAF50 36%, transparent 0%);
  }
  37% {
    background: conic-gradient(#4CAF50 37%, transparent 0%);
  }
  38% {
    background: conic-gradient(#4CAF50 38%, transparent 0%);
  }
  39% {
    background: conic-gradient(#4CAF50 39%, transparent 0%);
  }
  40% {
    background: conic-gradient(#4CAF50 40%, transparent 0%);
  }
  41% {
    background: conic-gradient(#4CAF50 41%, transparent 0%);
  }
  42% {
    background: conic-gradient(#4CAF50 42%, transparent 0%);
  }
  43% {
    background: conic-gradient(#4CAF50 43%, transparent 0%);
  }
  44% {
    background: conic-gradient(#4CAF50 44%, transparent 0%);
  }
  45% {
    background: conic-gradient(#4CAF50 45%, transparent 0%);
  }
  46% {
    background: conic-gradient(#4CAF50 46%, transparent 0%);
  }
  47% {
    background: conic-gradient(#4CAF50 47%, transparent 0%);
  }
  48% {
    background: conic-gradient(#4CAF50 48%, transparent 0%);
  }
  49% {
    background: conic-gradient(#4CAF50 49%, transparent 0%);
  }
  50% {
    background: conic-gradient(#4CAF50 50%, transparent 0%);
  }
  51% {
    background: conic-gradient(#4CAF50 51%, transparent 0%);
  }
  52% {
    background: conic-gradient(#4CAF50 52%, transparent 0%);
  }
  53% {
    background: conic-gradient(#4CAF50 53%, transparent 0%);
  }
  54% {
    background: conic-gradient(#4CAF50 54%, transparent 0%);
  }
  55% {
    background: conic-gradient(#4CAF50 55%, transparent 0%);
  }
  56% {
    background: conic-gradient(#4CAF50 56%, transparent 0%);
  }
  57% {
    background: conic-gradient(#4CAF50 57%, transparent 0%);
  }
  58% {
    background: conic-gradient(#4CAF50 58%, transparent 0%);
  }
  59% {
    background: conic-gradient(#4CAF50 59%, transparent 0%);
  }
  60% {
    background: conic-gradient(#4CAF50 60%, transparent 0%);
  }
  61% {
    background: conic-gradient(#4CAF50 61%, transparent 0%);
  }
  62% {
    background: conic-gradient(#4CAF50 62%, transparent 0%);
  }
  63% {
    background: conic-gradient(#4CAF50 63%, transparent 0%);
  }
  64% {
    background: conic-gradient(#4CAF50 64%, transparent 0%);
  }
  65% {
    background: conic-gradient(#4CAF50 65%, transparent 0%);
  }
  66% {
    background: conic-gradient(#4CAF50 66%, transparent 0%);
  }
  67% {
    background: conic-gradient(#4CAF50 67%, transparent 0%);
  }
  68% {
    background: conic-gradient(#4CAF50 68%, transparent 0%);
  }
  69% {
    background: conic-gradient(#4CAF50 69%, transparent 0%);
  }
  70% {
    background: conic-gradient(#4CAF50 70%, transparent 0%);
  }
  71% {
    background: conic-gradient(#4CAF50 71%, transparent 0%);
  }
  72% {
    background: conic-gradient(#4CAF50 72%, transparent 0%);
  }
  73% {
    background: conic-gradient(#4CAF50 73%, transparent 0%);
  }
  74% {
    background: conic-gradient(#4CAF50 74%, transparent 0%);
  }
  75% {
    background: conic-gradient(#4CAF50 75%, transparent 0%);
  }
  76% {
    background: conic-gradient(#4CAF50 76%, transparent 0%);
  }
  77% {
    background: conic-gradient(#4CAF50 77%, transparent 0%);
  }
  78% {
    background: conic-gradient(#4CAF50 78%, transparent 0%);
  }
  79% {
    background: conic-gradient(#4CAF50 79%, transparent 0%);
  }
  80% {
    background: conic-gradient(#4CAF50 80%, transparent 0%);
  }
  81% {
    background: conic-gradient(#4CAF50 81%, transparent 0%);
  }
  82% {
    background: conic-gradient(#4CAF50 82%, transparent 0%);
  }
  83% {
    background: conic-gradient(#4CAF50 83%, transparent 0%);
  }
  84% {
    background: conic-gradient(#4CAF50 84%, transparent 0%);
  }
  85% {
    background: conic-gradient(#4CAF50 85%, transparent 0%);
  }
  86% {
    background: conic-gradient(#4CAF50 86%, transparent 0%);
  }
  87% {
    background: conic-gradient(#4CAF50 87%, transparent 0%);
  }
  88% {
    background: conic-gradient(#4CAF50 88%, transparent 0%);
  }
  89% {
    background: conic-gradient(#4CAF50 89%, transparent 0%);
  }
  90% {
    background: conic-gradient(#4CAF50 90%, transparent 0%);
  }
  91% {
    background: conic-gradient(#4CAF50 91%, transparent 0%);
  }
  92% {
    background: conic-gradient(#4CAF50 92%, transparent 0%);
  }
  93% {
    background: conic-gradient(#4CAF50 93%, transparent 0%);
  }
  94% {
    background: conic-gradient(#4CAF50 94%, transparent 0%);
  }
  95% {
    background: conic-gradient(#4CAF50 95%, transparent 0%);
  }
  96% {
    background: conic-gradient(#4CAF50 96%, transparent 0%);
  }
  97% {
    background: conic-gradient(#4CAF50 97%, transparent 0%);
  }
  98% {
    background: conic-gradient(#4CAF50 98%, transparent 0%);
  }
  99% {
    background: conic-gradient(#4CAF50 99%, transparent 0%);
  }
  100% {
    background: conic-gradient(#4CAF50 100%, transparent 0%);
  }
}
@keyframes progressAnimation {
  0% {
    background: conic-gradient(#4CAF50 0%, transparent 0%);
  }
  1% {
    background: conic-gradient(#4CAF50 1%, transparent 0%);
  }
  2% {
    background: conic-gradient(#4CAF50 2%, transparent 0%);
  }
  3% {
    background: conic-gradient(#4CAF50 3%, transparent 0%);
  }
  4% {
    background: conic-gradient(#4CAF50 4%, transparent 0%);
  }
  5% {
    background: conic-gradient(#4CAF50 5%, transparent 0%);
  }
  6% {
    background: conic-gradient(#4CAF50 6%, transparent 0%);
  }
  7% {
    background: conic-gradient(#4CAF50 7%, transparent 0%);
  }
  8% {
    background: conic-gradient(#4CAF50 8%, transparent 0%);
  }
  9% {
    background: conic-gradient(#4CAF50 9%, transparent 0%);
  }
  10% {
    background: conic-gradient(#4CAF50 10%, transparent 0%);
  }
  11% {
    background: conic-gradient(#4CAF50 11%, transparent 0%);
  }
  12% {
    background: conic-gradient(#4CAF50 12%, transparent 0%);
  }
  13% {
    background: conic-gradient(#4CAF50 13%, transparent 0%);
  }
  14% {
    background: conic-gradient(#4CAF50 14%, transparent 0%);
  }
  15% {
    background: conic-gradient(#4CAF50 15%, transparent 0%);
  }
  16% {
    background: conic-gradient(#4CAF50 16%, transparent 0%);
  }
  17% {
    background: conic-gradient(#4CAF50 17%, transparent 0%);
  }
  18% {
    background: conic-gradient(#4CAF50 18%, transparent 0%);
  }
  19% {
    background: conic-gradient(#4CAF50 19%, transparent 0%);
  }
  20% {
    background: conic-gradient(#4CAF50 20%, transparent 0%);
  }
  21% {
    background: conic-gradient(#4CAF50 21%, transparent 0%);
  }
  22% {
    background: conic-gradient(#4CAF50 22%, transparent 0%);
  }
  23% {
    background: conic-gradient(#4CAF50 23%, transparent 0%);
  }
  24% {
    background: conic-gradient(#4CAF50 24%, transparent 0%);
  }
  25% {
    background: conic-gradient(#4CAF50 25%, transparent 0%);
  }
  26% {
    background: conic-gradient(#4CAF50 26%, transparent 0%);
  }
  27% {
    background: conic-gradient(#4CAF50 27%, transparent 0%);
  }
  28% {
    background: conic-gradient(#4CAF50 28%, transparent 0%);
  }
  29% {
    background: conic-gradient(#4CAF50 29%, transparent 0%);
  }
  30% {
    background: conic-gradient(#4CAF50 30%, transparent 0%);
  }
  31% {
    background: conic-gradient(#4CAF50 31%, transparent 0%);
  }
  32% {
    background: conic-gradient(#4CAF50 32%, transparent 0%);
  }
  33% {
    background: conic-gradient(#4CAF50 33%, transparent 0%);
  }
  34% {
    background: conic-gradient(#4CAF50 34%, transparent 0%);
  }
  35% {
    background: conic-gradient(#4CAF50 35%, transparent 0%);
  }
  36% {
    background: conic-gradient(#4CAF50 36%, transparent 0%);
  }
  37% {
    background: conic-gradient(#4CAF50 37%, transparent 0%);
  }
  38% {
    background: conic-gradient(#4CAF50 38%, transparent 0%);
  }
  39% {
    background: conic-gradient(#4CAF50 39%, transparent 0%);
  }
  40% {
    background: conic-gradient(#4CAF50 40%, transparent 0%);
  }
  41% {
    background: conic-gradient(#4CAF50 41%, transparent 0%);
  }
  42% {
    background: conic-gradient(#4CAF50 42%, transparent 0%);
  }
  43% {
    background: conic-gradient(#4CAF50 43%, transparent 0%);
  }
  44% {
    background: conic-gradient(#4CAF50 44%, transparent 0%);
  }
  45% {
    background: conic-gradient(#4CAF50 45%, transparent 0%);
  }
  46% {
    background: conic-gradient(#4CAF50 46%, transparent 0%);
  }
  47% {
    background: conic-gradient(#4CAF50 47%, transparent 0%);
  }
  48% {
    background: conic-gradient(#4CAF50 48%, transparent 0%);
  }
  49% {
    background: conic-gradient(#4CAF50 49%, transparent 0%);
  }
  50% {
    background: conic-gradient(#4CAF50 50%, transparent 0%);
  }
  51% {
    background: conic-gradient(#4CAF50 51%, transparent 0%);
  }
  52% {
    background: conic-gradient(#4CAF50 52%, transparent 0%);
  }
  53% {
    background: conic-gradient(#4CAF50 53%, transparent 0%);
  }
  54% {
    background: conic-gradient(#4CAF50 54%, transparent 0%);
  }
  55% {
    background: conic-gradient(#4CAF50 55%, transparent 0%);
  }
  56% {
    background: conic-gradient(#4CAF50 56%, transparent 0%);
  }
  57% {
    background: conic-gradient(#4CAF50 57%, transparent 0%);
  }
  58% {
    background: conic-gradient(#4CAF50 58%, transparent 0%);
  }
  59% {
    background: conic-gradient(#4CAF50 59%, transparent 0%);
  }
  60% {
    background: conic-gradient(#4CAF50 60%, transparent 0%);
  }
  61% {
    background: conic-gradient(#4CAF50 61%, transparent 0%);
  }
  62% {
    background: conic-gradient(#4CAF50 62%, transparent 0%);
  }
  63% {
    background: conic-gradient(#4CAF50 63%, transparent 0%);
  }
  64% {
    background: conic-gradient(#4CAF50 64%, transparent 0%);
  }
  65% {
    background: conic-gradient(#4CAF50 65%, transparent 0%);
  }
  66% {
    background: conic-gradient(#4CAF50 66%, transparent 0%);
  }
  67% {
    background: conic-gradient(#4CAF50 67%, transparent 0%);
  }
  68% {
    background: conic-gradient(#4CAF50 68%, transparent 0%);
  }
  69% {
    background: conic-gradient(#4CAF50 69%, transparent 0%);
  }
  70% {
    background: conic-gradient(#4CAF50 70%, transparent 0%);
  }
  71% {
    background: conic-gradient(#4CAF50 71%, transparent 0%);
  }
  72% {
    background: conic-gradient(#4CAF50 72%, transparent 0%);
  }
  73% {
    background: conic-gradient(#4CAF50 73%, transparent 0%);
  }
  74% {
    background: conic-gradient(#4CAF50 74%, transparent 0%);
  }
  75% {
    background: conic-gradient(#4CAF50 75%, transparent 0%);
  }
  76% {
    background: conic-gradient(#4CAF50 76%, transparent 0%);
  }
  77% {
    background: conic-gradient(#4CAF50 77%, transparent 0%);
  }
  78% {
    background: conic-gradient(#4CAF50 78%, transparent 0%);
  }
  79% {
    background: conic-gradient(#4CAF50 79%, transparent 0%);
  }
  80% {
    background: conic-gradient(#4CAF50 80%, transparent 0%);
  }
  81% {
    background: conic-gradient(#4CAF50 81%, transparent 0%);
  }
  82% {
    background: conic-gradient(#4CAF50 82%, transparent 0%);
  }
  83% {
    background: conic-gradient(#4CAF50 83%, transparent 0%);
  }
  84% {
    background: conic-gradient(#4CAF50 84%, transparent 0%);
  }
  85% {
    background: conic-gradient(#4CAF50 85%, transparent 0%);
  }
  86% {
    background: conic-gradient(#4CAF50 86%, transparent 0%);
  }
  87% {
    background: conic-gradient(#4CAF50 87%, transparent 0%);
  }
  88% {
    background: conic-gradient(#4CAF50 88%, transparent 0%);
  }
  89% {
    background: conic-gradient(#4CAF50 89%, transparent 0%);
  }
  90% {
    background: conic-gradient(#4CAF50 90%, transparent 0%);
  }
  91% {
    background: conic-gradient(#4CAF50 91%, transparent 0%);
  }
  92% {
    background: conic-gradient(#4CAF50 92%, transparent 0%);
  }
  93% {
    background: conic-gradient(#4CAF50 93%, transparent 0%);
  }
  94% {
    background: conic-gradient(#4CAF50 94%, transparent 0%);
  }
  95% {
    background: conic-gradient(#4CAF50 95%, transparent 0%);
  }
  96% {
    background: conic-gradient(#4CAF50 96%, transparent 0%);
  }
  97% {
    background: conic-gradient(#4CAF50 97%, transparent 0%);
  }
  98% {
    background: conic-gradient(#4CAF50 98%, transparent 0%);
  }
  99% {
    background: conic-gradient(#4CAF50 99%, transparent 0%);
  }
  100% {
    background: conic-gradient(#4CAF50 100%, transparent 0%);
  }
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
  }
}
@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (min-width: 1280px) {
  .btn-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16rem;
    height: 4.4rem;
    border-radius: 2.2rem;
    background: var(--pk-color-primary);
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
  }
}
@media (min-width: 1920px) {
  .btn-contact {
    width: 20rem;
    height: 6.4rem;
    border-radius: 3.2rem;
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  .btn-contact.-recruit {
    background: var(--pk-color-gradient-primary);
    background: var(--pk-gradient-primary);
    letter-spacing: 0.1em;
  }
}

.btn-black, .wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 13.4rem;
  height: 3.6rem;
  border-radius: 1.8rem;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.09em;
  text-indent: 0.09em;
  background: #000;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (min-width: 1024px) {
  .btn-black, .wpcf7-submit {
    width: 24.4rem;
    height: 6.3rem;
    border-radius: 3.2rem;
    font-size: 2rem;
  }
}
.btn-black:hover, .wpcf7-submit:hover {
  background: var(--pk-color-primary);
}

.heading-primary, #subpage h2 {
  margin-bottom: 3rem;
  padding: 0.2rem 0 0.2rem 0.7rem;
  font-size: 1.8rem;
  border-left: 3px solid var(--pk-color-primary);
}
@media (min-width: 768px) {
  .heading-primary, #subpage h2 {
    margin-bottom: 5rem;
    padding: 1rem 0 1rem 2rem;
    font-size: 2.8rem;
    border-left-width: 10px;
  }
}
.heading-primary > .icon, #subpage h2 > .icon {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}
@media not all and (min-width: 768px) {
  .heading-primary > .icon, #subpage h2 > .icon {
    margin-right: 0.1em;
    margin-left: -0.2em;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.heading-secondary, #subpage h3, #subpage h4 {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid var(--pk-color-primary);
  padding-bottom: 1.2rem;
  margin-bottom: 2.8rem;
}
@media (min-width: 768px) {
  .heading-secondary, #subpage h3, #subpage h4 {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
    margin-bottom: 3.7rem;
  }
}

#subpage p + h3, #subpage p + h4 {
  margin-top: 1.5em;
}

.heading-ccolor {
  text-align: center;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .heading-ccolor {
    margin-bottom: 8rem;
  }
}
.heading-ccolor > .corporate-color {
  display: inline-block;
  font-size: 3.2rem;
  font-family: var(--pk-fontfamily-roboto);
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media (min-width: 1024px) {
  .heading-ccolor > .corporate-color {
    font-size: 6rem;
  }
}
.heading-ccolor > .small {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .heading-ccolor > .small {
    margin-top: 3.5rem;
    font-size: 3rem;
  }
}
.heading-ccolor > .small > small {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .heading-ccolor > .small > small {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}

.corporate-color {
  background: var(--pk-gradient-corporate);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.list-news {
  margin-top: 5rem;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .list-news {
    margin-top: 8rem;
  }
}
.list-news > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
@media not all and (min-width: 1024px) {
  .list-news > .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.list-news > .wrap > .date, .list-news > .wrap > .category, .list-news > .wrap > .content {
  padding: 2.4rem 0 1.5rem;
}
@media (min-width: 1024px) {
  .list-news > .wrap > .date, .list-news > .wrap > .category, .list-news > .wrap > .content {
    padding: 3.4rem 0 3.6rem;
  }
}
.list-news > .wrap > .date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-top: 2px solid #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.7rem;
}
@media (min-width: 1024px) {
  .list-news > .wrap > .date {
    width: 13.8rem;
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
.list-news > .wrap > .category, .list-news > .wrap > .content {
  border-top: 2px solid #DB6666;
}
.list-news > .wrap > .category {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 3.2rem;
  padding-right: 5rem;
}
.list-news > .wrap > .category > .wrap {
  display: block;
  width: 13.4rem;
  background: #000;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.7rem;
}
@media (min-width: 1024px) {
  .list-news > .wrap > .category > .wrap {
    width: 15.7rem;
    line-height: 3.6rem;
  }
}
.list-news > .wrap > .content {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
  font-size: 1.7rem;
  line-height: 2.7rem;
}
@media not all and (min-width: 1024px) {
  .list-news > .wrap > .content {
    border: none;
    padding-top: 0;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .list-news > .wrap > .content {
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
}

.list-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .list-article {
    gap: 7.5rem 4rem;
  }
}
@media (min-width: 1280px) {
  .list-article {
    gap: 7.5rem 6.4rem;
  }
}
@media (min-width: 768px) {
  .list-article > .item {
    width: calc(50% - 2rem);
  }
}
@media (min-width: 1280px) {
  .list-article > .item {
    width: calc(50% - 3.2rem);
  }
}
.list-article > .item > .photo {
  display: block;
  position: relative;
  padding-top: 58.7786259542%;
}
.list-article > .item > .photo > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list-article > .item > .date {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-family: var(--pk-fontfamily-robotoc);
  font-weight: 500;
  color: var(--pk-color-textlight);
}
@media (min-width: 1024px) {
  .list-article > .item > .date {
    margin-top: 1.3rem;
    font-size: 1.6rem;
  }
}
.list-article > .item > .title {
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  color: #000;
  color: inherit;
  text-decoration: none;
  line-height: 1.55;
}
@media (min-width: 1024px) {
  .list-article > .item > .title {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
.list-article > .item > .title:hover {
  text-decoration: underline;
}

.list-sidebar > .item {
  margin-top: 1.2rem;
}
.list-sidebar > .item > .link {
  display: grid;
  grid-template-columns: 12.2rem auto;
  grid-template-rows: 1.4rem auto;
  gap: 0 12px;
  -ms-flex-line-pack: space-evenly;
  align-content: space-evenly;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 1440px) {
  .list-sidebar > .item > .link {
    gap: 0 18px;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
}
.list-sidebar > .item > .link:hover {
  text-decoration: underline;
}
.list-sidebar > .item > .link > .thumb {
  grid-row: span 2/span 2;
}
.list-sidebar > .item > .link > .thumb > .img {
  width: 12.2rem;
  height: 8.1rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.list-sidebar > .item > .link > .date {
  font-family: var(--pk-fontfamily-robotoc);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
}
.list-sidebar > .item > .link > .title {
  grid-column-start: 2;
  grid-row-start: 2;
  overflow: hidden;
  height: 4.2rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media (min-width: 768px) {
  .list-sidebar > .item > .link > .title {
    font-size: 1.5rem;
  }
}

.wpp-list {
  padding: 0;
}
.wpp-list > li {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: 12.2rem auto;
  grid-template-rows: 1.4rem auto;
  gap: 0 12px;
  -ms-flex-line-pack: space-evenly;
  align-content: space-evenly;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 1440px) {
  .wpp-list > li {
    gap: 0 18px;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
}
.wpp-list > li > a:first-child {
  grid-row: span 2/span 2;
}
.wpp-list > li > a:first-child > img {
  width: 12.2rem;
  height: 8.1rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.wpp-list > li > .wpp-meta {
  font-family: var(--pk-fontfamily-robotoc);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
}
.wpp-list > li > .wpp-post-title {
  grid-column-start: 2;
  grid-row-start: 2;
  overflow: hidden;
  height: 4.2rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 768px) {
  .wpp-list > li > .wpp-post-title {
    font-size: 1.5rem;
  }
}
.wpp-list > li > .wpp-post-title:hover {
  text-decoration: underline;
}

.list-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (min-width: 1024px) {
  .list-related {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .list-related {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.list-related::after {
  content: "";
}
@media (min-width: 1024px) {
  .list-related > .item, .list-related::after {
    width: 29%;
  }
}
.list-related > .item > .photo {
  display: block;
  position: relative;
  padding-top: 60.2409638554%;
}
.list-related > .item > .photo > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list-related > .item > .date {
  margin-top: 1rem;
  font-family: var(--pk-fontfamily-robotoc);
  font-weight: 500;
  font-size: 1.6rem;
}
.list-related > .item > .title {
  font-size: 1.8rem;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
.list-related > .item > .title:hover {
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .list-company > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #E3E3E3;
  }
}
.list-company > .wrap > .title {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--pk-color-textlight);
  line-height: 1.4;
  letter-spacing: 0.12em;
}
@media (min-width: 1024px) {
  .list-company > .wrap > .title {
    padding: 3.5rem 0;
    width: 20rem;
    font-size: 1.8rem;
  }
}
.list-company > .wrap > .description {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
@media (min-width: 1024px) {
  .list-company > .wrap > .description {
    padding: 3.5rem 0;
    width: calc(100% - 20rem);
    font-size: 1.8rem;
  }
}
@media not all and (min-width: 1024px) {
  .list-company > .wrap > .description {
    margin-bottom: 2rem;
    border-bottom: 1px solid #adadad;
  }
}
.list-company.-recruit > .wrap > .title {
  color: #000;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .list-company.-recruit > .wrap > .title {
    font-size: 2rem;
  }
}
.list-company.-recruit > .wrap > .description {
  color: #000;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .list-company.-recruit > .wrap > .description {
    font-size: 1.8rem;
  }
}

.list-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.2rem 0;
}
@media (min-width: 1024px) {
  .list-information {
    gap: 10rem 0;
  }
}
.list-information > .item, .list-information::after {
  width: calc(50% - 0.6rem);
}
@media (min-width: 1024px) {
  .list-information > .item, .list-information::after {
    width: 27.8571428571%;
  }
}
.list-information::after {
  content: "";
}
.list-information > .item > .thumb {
  display: block;
  position: relative;
}
.list-information > .item > .thumb img {
  width: 100%;
}
.list-information > .item > .thumb::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-information > .item > .thumb:hover::before {
  opacity: 0.3;
}
.list-information > .item > .thumb::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  right: 0.8rem;
  bottom: 0.8rem;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: #fff url(../img/icon-zoom.png) no-repeat center center/1.4rem;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .list-information > .item > .thumb::after {
    right: 2rem;
    bottom: 2rem;
    width: 6.4rem;
    height: 6.4rem;
    background-size: 3.2rem;
  }
}
.list-information > .item > .thumb:hover::after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.list-information > .item > .caption {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .list-information > .item > .caption {
    margin-top: 2rem;
  }
}
.list-information > .item > .caption > .date {
  font-family: var(--pk-fontfamily-robotoc);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6rem;
  margin-right: 0.7em;
}
@media (min-width: 1024px) {
  .list-information > .item > .caption > .date {
    line-height: 3.2rem;
    font-size: 1.8rem;
  }
}
.list-information > .item > .caption > .category {
  display: inline-block;
  text-align: center;
  width: 5.5rem;
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 1.1rem;
  color: #fff;
  background: var(--pk-color-primary);
  letter-spacing: 0.15em;
}
@media (min-width: 1024px) {
  .list-information > .item > .caption > .category {
    width: 8.7rem;
    height: 3.2rem;
    line-height: 3.2rem;
    font-size: 1.6rem;
  }
}
.list-information > .item > .caption > .title {
  display: block;
  margin-top: 0.2em;
  color: var(--pk-color-primary);
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .list-information > .item > .caption > .title {
    font-size: 2.4rem;
  }
}

.list-faq {
  margin-top: 3.5rem;
}
@media (min-width: 1024px) {
  .list-faq {
    margin-top: 4.5rem;
  }
}
.list-faq > .wrap > .question {
  position: relative;
  padding: 1.3rem 5.2rem;
  border-radius: 1.2rem;
  font-size: 1.6rem;
  background: var(--pk-color-primary);
  color: #fff;
}
@media not all and (min-width: 1024px) {
  .list-faq > .wrap > .question {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .list-faq > .wrap > .question {
    padding: 1.7rem 5.2rem;
    font-size: 2rem;
  }
}
.list-faq > .wrap > .question::before {
  content: "Q";
  position: absolute;
  top: 0.8rem;
  left: 1.7rem;
  font-weight: bold;
  font-size: 2.2rem;
}
@media (min-width: 1024px) {
  .list-faq > .wrap > .question::before {
    top: 1.3rem;
  }
}
.list-faq > .wrap > .question::after {
  content: "−";
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -1rem;
  width: 2rem;
  text-align: center;
  line-height: 2rem;
  font-size: 2rem;
  font-weight: 100;
}
@media (min-width: 1024px) {
  .list-faq > .wrap > .question::after {
    margin-top: -1.7rem;
    width: 3rem;
    line-height: 3rem;
    font-size: 3rem;
  }
}
.list-faq > .wrap > .answer {
  position: relative;
  padding: 0 5.7rem;
  font-size: 1.5rem;
  line-height: 1.77;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media not all and (min-width: 1024px) {
  .list-faq > .wrap > .answer {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .list-faq > .wrap > .answer {
    margin: 1.7rem 0;
    font-size: 1.7rem;
    line-height: 1.9;
  }
}
.list-faq > .wrap > .answer::before {
  content: "A";
  position: absolute;
  top: 0.25em;
  left: 1.7rem;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1;
  color: var(--pk-color-textlight);
}
.list-faq > .wrap.is-closed > .question::after {
  content: "＋";
}
@media not all and (min-width: 1024px) {
  .list-faq > .wrap.is-closed > .answer {
    margin: 0.2rem 0;
  }
}

@media not all and (min-width: 1024px) {
  .tenpo-info {
    margin-top: 2.5rem;
  }
}
.tenpo-info > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .tenpo-info > .wrap {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.tenpo-info > .wrap > .title {
  font-weight: 500;
  color: var(--pk-color-textlight);
  width: 9rem;
}
@media not all and (min-width: 768px) {
  .tenpo-info > .wrap > .title {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .tenpo-info > .wrap > .title {
    width: 12rem;
  }
}
.tenpo-info > .wrap > .title > span {
  display: inline-block;
  min-width: 4em;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  white-space: nowrap;
}
.tenpo-info > .wrap > .description {
  font-weight: 500;
  color: var(--pk-color-textdarker);
}
@media not all and (min-width: 768px) {
  .tenpo-info > .wrap > .description {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tenpo-info > .wrap:nth-child(4) {
    padding-bottom: 2em;
  }
}

.tenpo-link[role=list] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.8rem;
  width: 83.5rem;
  max-width: 100%;
  margin-top: 2rem;
  margin-bottom: 5.5rem;
}
@media (min-width: 1024px) {
  .tenpo-link[role=list] {
    gap: 0 1.3333333333%;
    margin-top: 4rem;
    margin-bottom: 3.7rem;
  }
}
.tenpo-link[role=list] > .item {
  width: 24%;
}
@media not all and (min-width: 1024px) {
  .tenpo-link[role=list] > .item {
    width: calc(50% - 0.4rem);
  }
}
.tenpo-link[role=list] > .item > .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #A9A9A9;
  border-radius: 1.2rem;
  height: 3.2rem;
  text-decoration: none;
  font-family: var(--pk-fontfamily-robotoc);
  font-weight: 700;
  font-size: 1.5rem;
  color: inherit;
  background: #fff;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media (min-width: 1024px) {
  .tenpo-link[role=list] > .item > .btn {
    height: 5.6rem;
    font-size: 2rem;
  }
}
.tenpo-link[role=list] > .item > .btn:hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
.tenpo-link[role=list] > .item > .btn img {
  max-width: calc(100% - 2.4rem);
}
@media not all and (min-width: 1024px) {
  .tenpo-link[role=list] > .item > .btn .icon-google {
    width: 2.2rem;
  }
}
@media not all and (min-width: 1024px) {
  .tenpo-link[role=list] > .item > .btn .icon-line {
    width: 2.8rem;
  }
}
@media not all and (min-width: 1024px) {
  .tenpo-link[role=list] > .item > .btn .icon-pworld {
    height: 2.4rem;
  }
}
@media not all and (min-width: 1024px) {
  .tenpo-link[role=list] > .item > .btn .icon-x {
    width: 1.6rem;
  }
}

.list-tenpoicon[role=list] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .list-tenpoicon[role=list] {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 101.2rem;
  }
}
.list-tenpoicon[role=list] > .item {
  width: 7.6rem;
  color: #666;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .list-tenpoicon[role=list] > .item {
    width: 8.6rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 1280px) {
  .list-tenpoicon[role=list] > .item {
    width: 9.2rem;
  }
}
.list-tenpoicon[role=list] > .item > .img {
  margin: 0 auto 0.5rem;
}
@media not all and (min-width: 768px) {
  .list-tenpoicon[role=list] > .item > .img {
    width: 4rem;
  }
}

@media (min-width: 768px) {
  .list-movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4.5rem 0;
  }
}
.list-movie > .item {
  width: 100%;
}
@media not all and (min-width: 768px) {
  .list-movie > .item {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .list-movie > .item {
    width: 48.281938326%;
  }
}
.list-movie > .item.-wfull {
  width: 100%;
}
@media (min-width: 1280px) {
  .list-movie > .item.-wfull {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
.list-movie > .item > .caption {
  text-align: center;
  margin-top: 0.5em;
}
@media not all and (min-width: 768px) {
  .list-movie > .item > .caption {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 2rem 0;
}
@media not all and (min-width: 1024px) {
  .list-link {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .list-link {
    gap: 4rem 0;
  }
}
.list-link > .item {
  width: 50%;
}
@media not all and (min-width: 1024px) {
  .list-link > .item:nth-child(even) {
    margin-left: 4%;
    width: 46%;
  }
}
@media (min-width: 1024px) {
  .list-link > .item {
    width: 25%;
  }
}
.list-link > .item > .link {
  display: block;
  text-decoration: underline;
  color: inherit;
}
.list-link > .item > .link::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 1.9rem;
  height: 1.9rem;
  background: url(../img/icon-externallink.png) no-repeat center center/contain;
  vertical-align: middle;
}
.list-link.-recruit > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media not all and (min-width: 1024px) {
  .list-link.-recruit > .item {
    font-size: 1.3rem;
  }
}
.list-link.-recruit > .item .img {
  display: block;
  margin-right: 3rem;
}
@media not all and (min-width: 1024px) {
  .list-link.-recruit > .item .img {
    overflow: hidden;
    width: 3.5rem;
    height: 3.3rem;
    border-radius: 1.2rem;
    margin-right: 0.5rem;
  }
  .list-link.-recruit > .item .img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.list-tiktok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 1.2rem;
}
@media (min-width: 1024px) {
  .list-tiktok {
    gap: 1.9383259912%;
  }
}
.list-tiktok > .item {
  width: calc(50% - 0.6rem);
}
@media (min-width: 1024px) {
  .list-tiktok > .item {
    width: 23.5462555066%;
  }
}
.list-tiktok + .list-link {
  margin-top: 2em;
}

.list-bigbulls[role=list] {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .list-bigbulls[role=list] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .list-bigbulls[role=list] > .item {
    max-width: 30%;
  }
}
.list-bigbulls[role=list] > .item img {
  width: 100%;
}
@media not all and (min-width: 768px) {
  .list-bigbulls[role=list] > .item + .item {
    margin-top: 0.7rem;
  }
}

@media (min-width: 768px) {
  .list-activity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
@media not all and (min-width: 768px) {
  .list-activity {
    font-size: 1.5rem;
  }
}
.list-activity > .item {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .list-activity > .item {
    width: 46.6960352423%;
  }
}
@media (min-width: 1024px) {
  .list-activity > .item {
    margin-top: 8rem;
  }
}
.list-activity > .item .heading-secondary {
  margin-top: 0;
}
.list-activity > .item .photo {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .list-activity > .item .photo {
    margin-bottom: 2rem;
  }
}
.list-activity > .item .photo img {
  width: 100%;
}
.list-activity > .item.-archive {
  background: #f2f2f2;
  text-align: center;
  padding-bottom: 2.5rem;
}
.list-activity > .item.-archive > .title {
  padding-top: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: var(--pk-color-primary);
}
@media (min-width: 1024px) {
  .list-activity > .item.-archive > .title {
    font-size: 2.4rem;
  }
}
.list-activity > .item.-archive > .sub {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .list-activity > .item.-archive > .sub {
    font-size: 1.6rem;
  }
}

.history-container {
  clear: both;
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media not all and (min-width: 1024px) {
  .history-container {
    margin-top: 3rem;
  }
}
.history-container::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 6.6rem;
  left: 0;
  margin-left: 1.1rem;
  width: 4px;
  height: 100%;
  background: var(--pk-color-primary);
}
@media (min-width: 1024px) {
  .history-container::before {
    top: 0;
    left: 50%;
    margin-left: -4px;
    width: 8px;
  }
}
.history-container#history04::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 1.8rem;
  width: 3.6rem;
  height: 3.6rem;
  margin-left: -1.8rem;
  border-radius: 50%;
  border: 6px solid var(--pk-color-primary);
  background: #fff;
}
@media (min-width: 1024px) {
  .history-container#history04::after {
    left: 50%;
  }
}
.history-container > .header {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: var(--pk-color-primary);
  color: #fff;
  margin-bottom: 2rem;
  min-width: 20rem;
  padding: 1.3rem 2em;
  border-radius: 3.1rem;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .history-container > .header {
    margin-bottom: 4rem;
    min-width: 25.2rem;
    padding: 1.3rem 2em;
    font-size: 3.2rem;
    font-weight: bold;
  }
}

.list-history > .item {
  position: relative;
  z-index: 2;
  letter-spacing: 0.04em;
  padding-left: 3.8rem;
  padding-bottom: 2em;
}
@media (min-width: 1024px) {
  .list-history > .item {
    padding-bottom: 5rem;
    width: calc(50% - 4px);
  }
}
.list-history > .item::before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  margin-left: -3.8rem;
  width: 2.6rem;
  height: 2.6rem;
  border: 6px solid var(--pk-color-primary);
  border-radius: 50%;
  background: #fff;
}
@media (min-width: 1024px) {
  .list-history > .item::before {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .list-history > .item.-right {
    float: right;
    padding-left: 4.8rem;
  }
  .list-history > .item.-right::before {
    left: -1.7rem;
  }
}
@media (min-width: 1024px) {
  .list-history > .item.-left {
    float: left;
    padding-right: 4.8rem;
  }
  .list-history > .item.-left::before {
    right: -1.7rem;
  }
}
.list-history > .item > .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.7rem;
  color: #C6373C;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 0.3rem;
}
@media (min-width: 1024px) {
  .list-history > .item > .title {
    padding-top: 0;
    font-size: 2.8rem;
  }
}
.list-history > .item > .title::before, .list-history > .item > .title::after {
  content: "";
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: block;
  width: 50%;
  height: 3px;
  background: var(--pk-color-primary);
}
.list-history > .item > .title::before {
  margin-left: -4rem;
}
.list-history > .item > .title::after {
  margin-right: -4rem;
}
.list-history > .item > .title.-gengo > span {
  background: #C6373C;
  color: #fff;
  margin: -0.75rem -1rem;
  padding: 0.75rem 1em;
}
@media (min-width: 1024px) {
  .list-history > .item > .title.-gengo > span {
    font-size: 2.4rem;
  }
}
.list-history > .item > .title.-gengo + .text {
  margin-top: 2em;
}
.list-history > .item > .heading {
  margin: 1.5em 0 1em;
  padding-top: 0.4rem;
  text-align: center;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .list-history > .item > .heading {
    margin: 2em 0 1em;
    font-size: 2rem;
  }
}
.list-history > .item .divider + .heading {
  margin-top: 1em;
}
.list-history > .item > .text {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
}
@media (min-width: 1024px) {
  .list-history > .item > .text {
    font-size: 1.7rem;
  }
}
.list-history > .item > .text._tac {
  text-align: center;
}
.list-history > .item > .img {
  margin-top: 1em;
}
.list-history > .item > .divider {
  margin: 1.5em 0;
}
@media not all and (min-width: 1024px) {
  .list-history > .item > br {
    display: none;
  }
}

@media (min-width: 1024px) {
  #history01 .list-history > .item:nth-child(2) {
    margin-top: 10rem;
  }

  #history02 .list-history > .item:nth-child(2) {
    margin-top: 10rem;
  }

  #history03 .list-history > .item:nth-child(2) {
    margin-top: 7.5rem;
  }

  #history04 .list-history > .item:nth-child(2) {
    margin-top: 7rem;
  }
}
.history-nav[role=list] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 1rem;
  margin: 2rem 0 0;
}
@media (min-width: 1024px) {
  .history-nav[role=list] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3rem;
    margin: 10rem 0;
  }
}
.history-nav[role=list] > .item > .link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.8rem 2em;
  min-width: 16rem;
  background: var(--pk-color-primary);
  color: #fff;
  border-radius: 2.4rem;
  text-decoration: none;
  font-size: 1.3rem;
  text-indent: -1em;
}
@media (min-width: 1024px) {
  .history-nav[role=list] > .item > .link {
    padding: 0.6rem 2em;
    border-radius: 2.2rem;
    font-size: 1.8rem;
  }
}
.history-nav[role=list] > .item > .link::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1em;
  width: 0.8rem;
  height: 0.8rem;
  line-height: 1;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media not all and (min-width: 1280px) {
  #gnav {
    overflow-y: auto;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5.5rem 0;
    background: var(--pk-color-primary);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .is-menuopen #gnav {
    z-index: var(--pk-zindex-gnav);
    opacity: 1;
    pointer-events: initial;
  }
}

@media not all and (min-width: 1280px) {
  .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5em;
    width: 100%;
    height: auto;
    min-height: 100%;
  }
  .gnav > .item {
    overflow: hidden;
  }
  .gnav > .item > .link, .gnav > .item > .btn-contact {
    display: inline-block;
    position: relative;
    top: 1.5em;
    text-decoration: none;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .is-menuopen .gnav > .item > .link, .is-menuopen .gnav > .item > .btn-contact {
    top: 0;
    opacity: 1;
  }
  .gnav > .item > .link::after, .gnav > .item > .btn-contact::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .is-menuopen .gnav > .item > .link::after, .is-menuopen .gnav > .item > .btn-contact::after {
    width: 100%;
  }
  .is-menuopen .gnav > .item:nth-child(1) > .link, .is-menuopen .gnav > .item:nth-child(1) > .btn-contact {
    -webkit-transition-delay: -0.06s;
    transition-delay: -0.06s;
  }
  .is-menuopen .gnav > .item:nth-child(1) > .link::after, .is-menuopen .gnav > .item:nth-child(1) > .btn-contact::after {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }
  .is-menuopen .gnav > .item:nth-child(2) > .link, .is-menuopen .gnav > .item:nth-child(2) > .btn-contact {
    -webkit-transition-delay: -0.02s;
    transition-delay: -0.02s;
  }
  .is-menuopen .gnav > .item:nth-child(2) > .link::after, .is-menuopen .gnav > .item:nth-child(2) > .btn-contact::after {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
  }
  .is-menuopen .gnav > .item:nth-child(3) > .link, .is-menuopen .gnav > .item:nth-child(3) > .btn-contact {
    -webkit-transition-delay: 0.02s;
    transition-delay: 0.02s;
  }
  .is-menuopen .gnav > .item:nth-child(3) > .link::after, .is-menuopen .gnav > .item:nth-child(3) > .btn-contact::after {
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
  }
  .is-menuopen .gnav > .item:nth-child(4) > .link, .is-menuopen .gnav > .item:nth-child(4) > .btn-contact {
    -webkit-transition-delay: 0.06s;
    transition-delay: 0.06s;
  }
  .is-menuopen .gnav > .item:nth-child(4) > .link::after, .is-menuopen .gnav > .item:nth-child(4) > .btn-contact::after {
    -webkit-transition-delay: 0.26s;
    transition-delay: 0.26s;
  }
  .is-menuopen .gnav > .item:nth-child(5) > .link, .is-menuopen .gnav > .item:nth-child(5) > .btn-contact {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .is-menuopen .gnav > .item:nth-child(5) > .link::after, .is-menuopen .gnav > .item:nth-child(5) > .btn-contact::after {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .is-menuopen .gnav > .item:nth-child(6) > .link, .is-menuopen .gnav > .item:nth-child(6) > .btn-contact {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }
  .is-menuopen .gnav > .item:nth-child(6) > .link::after, .is-menuopen .gnav > .item:nth-child(6) > .btn-contact::after {
    -webkit-transition-delay: 0.34s;
    transition-delay: 0.34s;
  }
  .is-menuopen .gnav > .item:nth-child(7) > .link, .is-menuopen .gnav > .item:nth-child(7) > .btn-contact {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
  }
  .is-menuopen .gnav > .item:nth-child(7) > .link::after, .is-menuopen .gnav > .item:nth-child(7) > .btn-contact::after {
    -webkit-transition-delay: 0.38s;
    transition-delay: 0.38s;
  }
  .is-menuopen .gnav > .item:nth-child(8) > .link, .is-menuopen .gnav > .item:nth-child(8) > .btn-contact {
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
  }
  .is-menuopen .gnav > .item:nth-child(8) > .link::after, .is-menuopen .gnav > .item:nth-child(8) > .btn-contact::after {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
  }
  .is-menuopen .gnav > .item:nth-child(9) > .link, .is-menuopen .gnav > .item:nth-child(9) > .btn-contact {
    -webkit-transition-delay: 0.26s;
    transition-delay: 0.26s;
  }
  .is-menuopen .gnav > .item:nth-child(9) > .link::after, .is-menuopen .gnav > .item:nth-child(9) > .btn-contact::after {
    -webkit-transition-delay: 0.46s;
    transition-delay: 0.46s;
  }
}
@media (min-width: 1280px) {
  .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
  }
}
@media (min-width: 1280px) and (min-width: 1920px) {
  .gnav {
    font-size: 2rem;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .gnav > .item.-contact {
    margin-left: 2em;
  }
}
@media (min-width: 1280px) {
  .gnav > .item > .link {
    display: block;
    padding: 0 0.6em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
  }
}
@media (min-width: 1280px) and (min-width: 1920px) {
  .gnav > .item > .link {
    padding: 0 1em;
  }
}
@media (min-width: 1280px) {
  .gnav > .item > .link:hover {
    text-decoration: underline;
  }
}

.home-navlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.home-navlink > .item {
  position: relative;
  width: 100%;
  height: 76.0460251046vw;
}
@media (min-width: 768px) {
  .home-navlink > .item {
    width: 50%;
    height: 38.0230125523vw;
  }
}
@media (min-width: 768px) {
  .home-navlink > .item.-sub {
    width: 33.3333%;
    height: 25.3486496862vw;
  }
}
@media (min-width: 768px) {
  .home-navlink > .item.-sub > .link {
    gap: 1.875vw;
  }
}
.home-navlink > .item.-sub > .link::after {
  background: var(--pk-color-gradient-secondary);
  background: var(--pk-gradient-secondary);
}
.home-navlink > .item.-sub > .link > .en::before, .home-navlink > .item.-sub > .link > .jp::before {
  background: var(--pk-color-gradient-secondary);
  background: var(--pk-gradient-secondary);
}
.home-navlink > .item > .link {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.1979166667vw;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
@media (min-width: 768px) {
  .home-navlink > .item > .link {
    gap: 1.1979166667vw;
  }
}
.home-navlink > .item > .link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: var(--pk-color-gradient-primary);
  background: var(--pk-gradient-primary);
}
.home-navlink > .item > .link > .photo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-navlink > .item > .link > .copy-h, .home-navlink > .item > .link > .copy-v {
  position: absolute;
  line-height: 1;
  padding: 0.3em;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .home-navlink > .item > .link > .copy-h, .home-navlink > .item > .link > .copy-v {
    padding: 0.5em;
    font-size: 2.2916666667vw;
  }
}
.home-navlink > .item > .link > .copy-h::before, .home-navlink > .item > .link > .copy-v::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #000;
}
.home-navlink > .item > .link > .copy-h > span, .home-navlink > .item > .link > .copy-v > span {
  position: relative;
  z-index: 2;
}
.home-navlink > .item > .link > .copy-h {
  z-index: 3;
  top: 1.3rem;
  right: calc(1.2rem + 1.4em);
  padding-right: 0;
}
@media (min-width: 768px) {
  .home-navlink > .item > .link > .copy-h {
    top: 3rem;
    right: calc(2.9rem + 1.8em);
  }
}
.home-navlink > .item > .link > .copy-h::before {
  width: 0;
  height: 100%;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.home-navlink > .item > .link > .copy-v {
  z-index: 2;
  top: 1.3rem;
  right: 1.3rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media (min-width: 768px) {
  .home-navlink > .item > .link > .copy-v {
    top: 3rem;
    right: 3rem;
  }
}
.home-navlink > .item > .link > .copy-v::before {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.home-navlink > .item > .link > .en, .home-navlink > .item > .link > .jp {
  position: relative;
  z-index: 3;
}
.home-navlink > .item > .link > .en {
  font-size: 5rem;
}
@media (min-width: 768px) {
  .home-navlink > .item > .link > .en {
    font-size: 6.1458333333vw;
  }
}
.home-navlink > .item > .link > .en::before {
  top: 0.4rem;
  height: 4rem;
}
@media (min-width: 768px) {
  .home-navlink > .item > .link > .en::before {
    top: 0.6770833333vw;
    height: 4.6354166667vw;
  }
}
.home-navlink > .item > .link > .jp {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .home-navlink > .item > .link > .jp {
    font-size: 1.25vw;
  }
}
.home-navlink > .item > .link:hover > .photo {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.home-navlink > .item.is-animate > .link > .copy-h::before {
  width: 100%;
}
.home-navlink > .item.is-animate > .link > .copy-v::before {
  height: 100%;
}

.nav-tenpo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.nav-tenpo > .header, .nav-tenpo > .list-tenpo > .item {
  width: 50%;
}
@media (min-width: 1024px) {
  .nav-tenpo > .header, .nav-tenpo > .list-tenpo > .item {
    width: 20%;
  }
}
.nav-tenpo > .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  gap: 1.5625vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: #EDA718;
  background: linear-gradient(140deg, #eda718 0%, #be1a21 100%);
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
}
@media (min-width: 1024px) {
  .nav-tenpo > .header {
    font-size: 2.2916666667vw;
  }
}
.nav-tenpo > .header > .small {
  display: block;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .nav-tenpo > .header > .small {
    font-size: 1.25vw;
  }
}

.list-tenpo {
  display: contents;
}
.list-tenpo > .item {
  position: relative;
  height: 0;
  padding-top: 35.9042553191%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .list-tenpo > .item {
    padding-top: 17%;
  }
}
.list-tenpo > .item > .link {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-tenpo > .item > .link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: var(--pk-color-primary);
}
.list-tenpo > .item > .link > .photo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-tenpo > .item > .link > .name {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -2.8rem;
  background: var(--pk-color-primary);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 0.4em;
  min-width: 12.4rem;
  height: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media (min-width: 1024px) {
  .list-tenpo > .item > .link > .name {
    bottom: -2.8125vw;
    width: 12.9166666667vw;
    height: 2.8125vw;
    font-size: 1.1458333333vw;
  }
}
.list-tenpo > .item > .link:hover > .photo {
  opacity: 0.5;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.list-tenpo > .item.is-animate > .link > .name {
  bottom: 0;
  opacity: 1;
}

@media not all and (min-width: 1024px) {
  .footer-nav {
    width: 50%;
  }
}
.footer-nav > .item > .link {
  display: block;
  margin-top: 2rem;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  color: inherit;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
  .footer-nav > .item > .link {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}
.footer-nav > .item > .link:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .footer-nav > .item > .link:first-child {
    margin-top: 0;
  }
}

.footer-subnav[role=list] {
  margin-top: 0.7em;
}
@media (min-width: 1024px) {
  .footer-subnav[role=list] {
    margin-top: 1em;
  }
}
.footer-subnav[role=list] > .item {
  margin-top: 0.05em;
}
@media (min-width: 1024px) {
  .footer-subnav[role=list] > .item {
    margin-top: 0.2em;
  }
}
.footer-subnav[role=list] > .item > .link {
  display: block;
  font-size: 1.4rem;
  color: var(--pk-color-textlight);
  text-decoration: none;
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
  .footer-subnav[role=list] > .item > .link {
    font-size: 1.6rem;
  }
}
.footer-subnav[role=list] > .item > .link:hover {
  text-decoration: underline;
}

.list-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list-anchor > .item, .list-anchor::after {
  width: calc(50% - 1rem);
}
@media (min-width: 1024px) {
  .list-anchor > .item, .list-anchor::after {
    width: 30.6901615272%;
  }
}
.list-anchor::after {
  content: "";
}
.list-anchor > .item {
  border-bottom: 1px solid #CACACA;
}
.list-anchor > .item > .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 0 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
@media (min-width: 1024px) {
  .list-anchor > .item > .link {
    padding: 3.5rem 0 2rem;
    font-size: 2rem;
  }
}
.list-anchor > .item > .link::after {
  content: "";
  color: #fff;
  background: var(--pk-color-primary) url(../img/icon-arrow-down.svg) no-repeat center center/0.6rem;
  border-radius: 6px;
  width: 1.8rem;
  height: 1.7rem;
  text-align: center;
  line-height: 1.7rem;
}
@media (min-width: 1024px) {
  .list-anchor > .item > .link::after {
    background-size: 1.2rem;
    width: 3.3rem;
    height: 3.1rem;
  }
}
@media not all and (min-width: 768px) {
  .list-anchor > .item > .link > small {
    font-size: 1rem;
    margin-right: auto;
  }
}

.list-inquiry {
  margin-bottom: 2em;
}
.list-inquiry > .wrap {
  width: 100%;
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .list-inquiry > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem;
  }
}
.list-inquiry > .wrap > .label {
  color: #000;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .list-inquiry > .wrap > .label {
    padding-top: 1.1rem;
    width: 26rem;
    font-size: 1.8rem;
  }
}
.list-inquiry > .wrap > .field {
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
@media not all and (min-width: 1024px) {
  .list-inquiry > .wrap > .field {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .list-inquiry > .wrap > .field {
    width: calc(100% - 26rem);
    font-size: 1.8rem;
  }
}
.list-inquiry > .wrap > .field input, .list-inquiry > .wrap > .field select, .list-inquiry > .wrap > .field textarea {
  padding: 0.5em;
  width: 100%;
  border: 1px solid #333333;
  min-height: 5.7rem;
}
.list-inquiry > .wrap > .field input[type=radio] {
  min-height: 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
}
@media (min-width: 1024px) {
  .list-inquiry > .wrap > .field input[type=radio] {
    min-height: 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}
.list-inquiry > .wrap > .field .wpcf7-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  gap: 1rem;
}
.list-inquiry > .wrap > .field .wpcf7-radio .wpcf7-list-item {
  margin: 0 1em 0 0;
}
.list-inquiry .required {
  margin-left: 0.7em;
  color: #FB3131;
  font-weight: 500;
}
@media not all and (min-width: 1024px) {
  .list-inquiry .required {
    font-size: 1.2rem;
  }
  .list-inquiry .required::before {
    content: "※";
  }
}

#inquiry .btn-wrap {
  margin-top: 4rem;
}

/**
 * ** Swiper 3.3.1
 * ** Most modern mobile touch slider and framework with hardware accelerated transitions
 * **
 * ** http://www.idangero.us/swiper/
 * **
 * ** Copyright 2016, Vladimir Kharlampidi
 * ** The iDangero.us
 * ** http://www.idangero.us/
 * **
 * ** Licensed under MIT
 * **
 * ** Released on: February 7, 2016
 * **/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#home-news {
  background: url(../img/bg-news.jpg) no-repeat center center/cover;
  padding: 4.5rem 0 2rem;
}
@media (min-width: 1024px) {
  #home-news {
    padding: 19rem 0 18rem;
  }
}
#home-news > .inner {
  max-width: 139.3rem;
}
#home-news > .inner > .heading {
  color: #fff;
}
#home-news > .inner > .heading > .jp {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media (min-width: 1024px) {
  #home-news > .inner > .heading > .jp {
    font-size: 2.2rem;
  }
}
#home-news > .inner > .heading > .en {
  position: relative;
  font-family: var(--pk-fontfamily-robotoc);
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: -0.04em;
}
@media (min-width: 1024px) {
  #home-news > .inner > .heading > .en {
    font-size: 11.8rem;
  }
}
#home-news > .inner > .heading > .en::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0.9rem;
  left: 0;
  width: 100%;
  height: 4rem;
  background: var(--pk-color-gradient-primary);
  background: var(--pk-gradient-primary);
}
@media (min-width: 1024px) {
  #home-news > .inner > .heading > .en::before {
    top: 2.3rem;
    height: 8.9rem;
  }
}
#home-news > .inner > .heading > .en > span {
  position: relative;
  z-index: 1;
}

#notfound {
  padding-bottom: 10rem;
}

@media (min-width: 1024px) {
  .tenpo-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.tenpo-detail > .photo {
  width: 100%;
}
@media (min-width: 1024px) {
  .tenpo-detail > .photo {
    width: 45.8149779736%;
  }
}
.tenpo-detail > .photo > img {
  width: 100%;
}
.tenpo-detail > .info {
  width: 100%;
}
@media (min-width: 1024px) {
  .tenpo-detail > .info {
    width: 45.8149779736%;
  }
}

.tenpo-icon {
  background: #fafafa;
  padding: 2.4rem 1.5rem;
}

.tenpo-members > .img {
  margin: 0 auto;
  width: 60rem;
}
@media (min-width: 1024px) {
  .tenpo-members > .img {
    width: 60%;
  }
}

.section-csr {
  margin: 4.5rem auto;
}
@media not all and (min-width: 768px) {
  .section-csr {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .section-csr {
    margin: 7.5rem auto;
  }
}
.section-csr:first-child {
  margin-top: 0;
}
.section-csr > .img-wrap {
  margin: 1.5rem auto;
}
@media (min-width: 1024px) {
  .section-csr > .img-wrap {
    margin: 3rem auto;
  }
}
.section-csr > .img-wrap + .img-wrap {
  margin-top: 3.5rem;
}
@media (min-width: 1024px) {
  .section-csr > .img-wrap + .img-wrap {
    margin-top: 10rem;
  }
}
.section-csr .heading-secondary {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .section-csr .heading-secondary {
    margin-top: 7rem;
  }
}
.section-csr .btn-wrap {
  margin-top: 2rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .section-csr .btn-wrap {
    margin-top: 3rem;
  }
}
.section-csr .btn-wrap > .btn-bigbulls {
  display: inline-block;
}
@media not all and (min-width: 768px) {
  .section-csr .btn-wrap > .btn-bigbulls {
    width: 22.6rem;
  }
}
.section-csr .btn-wrap > .btn-bigbulls > img {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .message-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media not all and (min-width: 768px) {
  .message-wrap > .photo {
    width: 21.8rem;
    margin: 0 auto 2em;
  }
}
@media (min-width: 768px) {
  .message-wrap > .photo {
    width: 34.2731277533%;
  }
}
.message-wrap > .text {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .message-wrap > .text {
    width: 61.1453744493%;
  }
}
@media (min-width: 1024px) {
  .message-wrap > .text {
    font-size: 1.8rem;
  }
}
.message-wrap > .text > p {
  margin-top: 1.75em;
  line-height: 1.75;
}
@media not all and (min-width: 768px) {
  .message-wrap > .text > p br {
    display: none;
  }
}

.txt-gradient {
  display: inline-block;
  background: var(--pk-color-gradient-primary);
  background: var(--pk-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.4rem;
}
@media (min-width: 1024px) {
  .txt-gradient {
    font-size: 4.2rem;
  }
}

.history-introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem 1rem;
  background: url(../img/history-bg.jpg) no-repeat center center/cover;
}
@media (min-width: 1024px) {
  .history-introduction {
    padding: 4.8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.history-introduction > .photo {
  width: 6.6rem;
}
@media (min-width: 1024px) {
  .history-introduction > .photo {
    width: 13.4rem;
  }
}
.history-introduction > .text {
  width: calc(100% - 7.6rem);
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .history-introduction > .text {
    width: calc(100% - 17.4rem);
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.history-introduction > .text strong {
  color: var(--pk-color-primary);
}

.about-container {
  text-align: center;
  border: 1px solid #ccc;
  padding: 3rem;
  font-weight: 500;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .about-container {
    padding: 5rem 3em;
    font-size: 1.8rem;
  }
}
#attitude .about-container {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.2em;
  font-weight: bold;
}
@media (min-width: 1024px) {
  #attitude .about-container {
    font-size: 2.2rem;
  }
}
.about-container > .inner {
  display: inline-block;
  text-align: left;
}
@media not all and (min-width: 1024px) {
  #philosophy .about-container {
    text-align: left;
  }
}
#philosophy .about-container img {
  margin-left: auto;
  margin-right: auto;
}
@media not all and (min-width: 1024px) {
  #philosophy .about-container br {
    display: none;
  }
}

.logo-represent {
  display: inline-block;
  text-align: left;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .logo-represent {
    margin-top: 2rem;
  }
}
.logo-represent > dt, .logo-represent > dd {
  display: inline;
}
.logo-represent > dt {
  margin-right: 1em;
}
.logo-represent .passion {
  color: #CC2E2B;
}
.logo-represent .energy {
  color: #F2B31A;
}
.logo-represent .healing {
  color: #01A992;
}
.logo-represent .relax {
  color: #016EB1;
}

.message-wrap .year, .message-wrap .signature {
  text-align: right;
}
@media (min-width: 1280px) {
  .message-wrap .year, .message-wrap .signature {
    margin-right: -7em;
  }
}
.message-wrap .signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1;
  gap: 1.5em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .message-wrap .signature {
    gap: 2em;
  }
}
@media not all and (min-width: 768px) {
  .message-wrap .signature > img {
    width: 18rem;
  }
}

.history-wrapup {
  text-align: center;
}
@media (min-width: 1024px) {
  .history-wrapup {
    margin-top: 9rem;
  }
}
.history-wrapup > .heading {
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .history-wrapup > .heading {
    font-size: 3.2rem;
  }
}
.history-wrapup > .text {
  line-height: 2;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .history-wrapup > .text {
    font-size: 2.4rem;
  }
}

.article-slider {
  overflow: hidden;
  position: relative;
}
@media not all and (min-width: 1024px) {
  .article-slider {
    background: #f3f3f3;
  }
}
.article-slider > .swiper-container {
  overflow: visible;
  max-width: calc(100vw - 8rem);
  width: 88rem;
}
.article-slider .swiper-button-prev, .article-slider .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 24vw;
  margin-top: -1.4rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: var(--pk-color-primary);
}
@media (min-width: 1024px) {
  .article-slider .swiper-button-prev, .article-slider .swiper-button-next {
    top: 25.9rem;
    margin-top: -3.8rem;
    width: 7.6rem;
    height: 7.6rem;
  }
}
.article-slider .swiper-button-prev::before, .article-slider .swiper-button-next::before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.3rem;
  background: url(../img/icon-arrow-slider.svg) no-repeat center center/contain;
}
@media (min-width: 1024px) {
  .article-slider .swiper-button-prev::before, .article-slider .swiper-button-next::before {
    width: 2.3rem;
    height: 8rem;
  }
}
.article-slider .swiper-button-prev {
  left: -3.4rem;
}
@media (min-width: 1024px) {
  .article-slider .swiper-button-prev {
    left: -10.4rem;
  }
}
.article-slider .swiper-button-next {
  right: -3.4rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .article-slider .swiper-button-next {
    right: -10.4rem;
  }
}

.slider-articles > .item {
  max-width: calc(100vw - 8rem);
}
.slider-articles > .item > .date {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-family: var(--pk-fontfamily-robotoc);
  font-weight: 500;
  color: var(--pk-color-textlight);
}
@media (min-width: 1024px) {
  .slider-articles > .item > .date {
    margin-top: 2.3rem;
    font-size: 1.9rem;
  }
}
.slider-articles > .item > .title {
  font-size: 1.7rem;
  font-weight: bold;
  color: #000;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .slider-articles > .item > .title {
    font-size: 2.4rem;
  }
}
.slider-articles > .item > .title:hover {
  text-decoration: underline;
}

.article-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 143rem;
  width: calc(100% - 4rem);
}

.article-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (min-width: 1280px) {
  .article-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .article-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.article-container > .contents {
  padding-bottom: 6.5rem;
}
@media not all and (min-width: 1280px) {
  .article-container > .contents {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 1280px) {
  .article-container > .contents {
    padding-bottom: 17rem;
    max-width: calc(100% - 45rem);
    width: 85rem;
  }
}
.article-container > .sidebar {
  padding-bottom: 6.5rem;
  max-width: 37rem;
}
@media not all and (min-width: 1280px) {
  .article-container > .sidebar {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (min-width: 1280px) {
  .article-container > .sidebar {
    width: 37rem;
  }
}
.article-container > .sidebar > .heading {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid var(--pk-color-primary);
  padding-bottom: 1.2rem;
  margin-bottom: 2.8rem;
}
@media (min-width: 768px) {
  .article-container > .sidebar > .heading {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
    margin-bottom: 3.7rem;
  }
}

.article-date {
  font-family: var(--pk-fontfamily-robotoc);
  font-weight: 500;
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  .article-date {
    font-size: 1.6rem;
  }
}

.article-title {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
  font-weight: bold;
  color: var(--pk-color-primary);
}
@media (min-width: 1024px) {
  .article-title {
    margin-top: 3rem;
    margin-bottom: 4rem;
    font-size: 4.2rem;
  }
}

.article-main {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .article-main {
    margin-bottom: 4.5rem;
  }
}
.article-main img {
  width: 100%;
}

.article-wrap {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .article-wrap {
    font-size: 1.7rem;
    letter-spacing: 0.04em;
  }
}
.article-wrap h2 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding: 2.2rem 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: var(--pk-color-primary);
}
@media (min-width: 1024px) {
  .article-wrap h2 {
    margin-top: 5rem;
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
}
.article-wrap h3 {
  margin-top: 3rem;
  margin-bottom: 2.5rem;
  padding-bottom: 0.5em;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 3px solid var(--pk-color-primary);
}
@media (min-width: 1024px) {
  .article-wrap h3 {
    margin-top: 5rem;
    margin-bottom: 3.5rem;
    font-size: 2.1rem;
  }
}
.article-wrap .wp-block-image {
  margin: 2.6rem 0;
}

#related-posts {
  width: 100%;
  padding-bottom: 13.5rem;
}
@media not all and (min-width: 1280px) {
  #related-posts {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 5rem;
    padding: 3rem 2rem 2.5rem;
    background: #f3f3f3;
  }
}
#related-posts .btn-wrap {
  margin-top: 6.5rem;
}
@media not all and (min-width: 1280px) {
  #related-posts .btn-wrap {
    display: none;
  }
}

.pagination-list[role=list] {
  margin-top: 5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .pagination-list[role=list] {
    margin-top: 8rem;
  }
}
.pagination-list[role=list] > .item {
  display: inline-block;
  margin: 0 0.25em;
}

.floating-btn {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
}

.insert-image > img {
  width: 100%;
}

.heading-blet {
  background: var(--pk-gradient-corporate);
  color: #fff;
  font-family: var(--pk-fontfamily-robotoc);
  font-size: 3.2rem;
  letter-spacing: -0.04em;
  text-align: center;
  padding: 1.5rem;
}
@media (min-width: 1024px) {
  .heading-blet {
    padding: 4.2rem;
    font-size: 8rem;
  }
}

.recruit-mvheader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 12.7604166667vw;
  height: 16.3rem;
}
@media (min-width: 1024px) {
  .recruit-mvheader {
    height: 43.5rem;
  }
}
.recruit-mvheader::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
}
.recruit-mvheader.-culture::before {
  background-image: url(../img/recruit-culture.jpg);
}
.recruit-mvheader.-benefits::before {
  background-image: url(../img/recruit-benefits.jpg);
}
.recruit-mvheader.-career::before {
  background-image: url(../img/recruit-career.jpg);
}
.recruit-mvheader .jp-with-bg.-small {
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .recruit-mvheader .jp-with-bg.-small {
    font-size: 2rem;
  }
}
.recruit-mvheader .jp-with-bg.-large {
  margin-top: 0.6rem;
  font-size: 4rem;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .recruit-mvheader .jp-with-bg.-large {
    margin-top: 1rem;
    font-size: 8rem;
  }
}

.underline-ccolor {
  display: inline-block;
  position: relative;
}
.underline-ccolor::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1.2rem;
  width: 100%;
  height: 0.5rem;
  border-radius: 0.3rem;
  background: var(--pk-gradient-corporate);
}
@media (min-width: 1024px) {
  .underline-ccolor::after {
    bottom: -2rem;
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}

@media (min-width: 1024px) {
  .text-with-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .text-with-image > .text {
    width: 66.3194444444%;
  }
}
@media not all and (min-width: 1024px) {
  .text-with-image > .image {
    margin-top: 1em;
  }
}
@media (min-width: 1024px) {
  .text-with-image > .image {
    width: 29.8611111111%;
  }
}

.section-anchor {
  overflow: hidden;
  background: url(../img/bg-noise.jpg) center top;
}
.section-anchor > .inner {
  margin: 4rem auto 7.5rem;
}
@media (min-width: 1024px) {
  .section-anchor > .inner {
    margin: 15rem auto;
  }
}

#mainvisual.-recruit {
  background: url(../img/bg-noise.jpg) center top;
  height: 100vh;
}
#mainvisual.-recruit > .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6.9rem;
  margin-top: -6.5rem;
  width: 13.75rem;
  height: 13rem;
}
@media (min-width: 1024px) {
  #mainvisual.-recruit > .logo {
    margin-left: -14rem;
    margin-top: -13rem;
    width: 27.5rem;
    height: 26rem;
  }
}
#mainvisual.-recruit > .logo > .part01, #mainvisual.-recruit > .logo > .part02, #mainvisual.-recruit > .logo > .part03, #mainvisual.-recruit > .logo > .part04 {
  position: absolute;
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#mainvisual.-recruit > .logo > .part01 {
  top: 0;
  left: 0;
  height: 100%;
}
#mainvisual.-recruit > .logo > .part02 {
  top: 0;
  right: 0;
  height: 50%;
}
#mainvisual.-recruit > .logo > .part03 {
  top: 0;
  right: 0;
  height: 100%;
}
#mainvisual.-recruit > .logo > .part04 {
  bottom: 0;
  right: 0;
  height: 50%;
}
#mainvisual.-recruit .photos {
  position: absolute;
  z-index: 2;
  opacity: 0;
}
@media not all and (min-width: 1024px) {
  #mainvisual.-recruit .photos {
    top: 0;
    left: -3%;
    max-width: 106%;
    width: 106%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 1024px) {
  #mainvisual.-recruit .photos {
    top: 20%;
    left: 0;
    width: 100%;
    height: 64%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#mainvisual.-recruit > .text > .heading-ccolor {
  text-align: left;
  line-height: 1;
  opacity: 0;
}
#mainvisual.-recruit .corporate-color {
  font-family: var(--pk-fontfamily-roboto);
  font-size: 3.6rem;
}
@media not all and (min-width: 1024px) {
  #mainvisual.-recruit .corporate-color {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  #mainvisual.-recruit .corporate-color {
    font-size: 8rem;
  }
}
#mainvisual.-recruit .corporate-color > .small {
  font-weight: bold;
  font-size: 2.6rem;
}
#mainvisual.-recruit > .text {
  position: absolute;
  z-index: 3;
  left: 2rem;
  bottom: 0;
}
@media (min-width: 1024px) {
  #mainvisual.-recruit > .text {
    left: 13.0208333333vw;
  }
}
#mainvisual.-recruit.is-animate > .text > .heading-ccolor {
  opacity: 1;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
#mainvisual.-recruit.is-animate .photos {
  opacity: 1;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
@media not all and (min-width: 1024px) {
  #mainvisual.-recruit.is-animate > .logo > .part01 {
    -webkit-transform: translate(-30vmin, -40vmin) scale(0.5);
    transform: translate(-30vmin, -40vmin) scale(0.5);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  #mainvisual.-recruit.is-animate > .logo > .part02 {
    -webkit-transform: translate(5vmin, -45vmin) scale(1.4);
    transform: translate(5vmin, -45vmin) scale(1.4);
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  #mainvisual.-recruit.is-animate > .logo > .part03 {
    -webkit-transform: translate(45vmin, 10vmin);
    transform: translate(45vmin, 10vmin);
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  #mainvisual.-recruit.is-animate > .logo > .part04 {
    -webkit-transform: translate(-35vmin, 20vmin) scale(0.8);
    transform: translate(-35vmin, 20vmin) scale(0.8);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}
@media (min-width: 1024px) {
  #mainvisual.-recruit.is-animate > .logo > .part01 {
    -webkit-transform: translate(-60vh, -10vh) scale(0.6);
    transform: translate(-60vh, -10vh) scale(0.6);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  #mainvisual.-recruit.is-animate > .logo > .part02 {
    -webkit-transform: translate(17vh, -17vh) scale(1.4);
    transform: translate(17vh, -17vh) scale(1.4);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  #mainvisual.-recruit.is-animate > .logo > .part03 {
    -webkit-transform: translate(68vh, 16vh);
    transform: translate(68vh, 16vh);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  #mainvisual.-recruit.is-animate > .logo > .part04 {
    -webkit-transform: translate(-40vh, 17vh) scale(0.8);
    transform: translate(-40vh, 17vh) scale(0.8);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}

#introduction {
  overflow: visible;
  position: relative;
  padding-top: 9rem;
  background: url(../img/bg-noise.jpg) center bottom;
}
@media (min-width: 1024px) {
  #introduction {
    padding-top: 20rem;
  }
}
#introduction > .inner {
  position: relative;
  z-index: 3;
}
#introduction > .inner > .text {
  line-height: 3;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  #introduction > .inner > .text {
    font-size: 2.6rem;
  }
}
#introduction > .inner > .text b {
  display: inline-block;
  margin-top: 1rem;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  #introduction > .inner > .text b {
    line-height: 2;
    font-size: 3.8rem;
  }
}
#introduction > .inner > .text b strong {
  color: var(--pk-color-primary);
}

.btn-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 14rem;
  height: 14rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: none;
}
@media not all and (min-width: 1024px) {
  .btn-about {
    margin: 2em auto 0;
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .btn-about {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -14.5rem;
    width: 29rem;
    height: 29rem;
    font-size: 2.6rem;
  }
}
@media (min-width: 1600px) {
  .btn-about {
    margin-right: -25rem;
  }
}
.btn-about > span {
  position: relative;
  z-index: 2;
}
.btn-about::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--pk-color-gradient-primary);
  background: var(--pk-gradient-primary);
  opacity: 0.7;
}
.btn-about::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  background: url(../img/icon-arrow-slider.svg) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media not all and (min-width: 1024px) {
  .btn-about::after {
    left: 50%;
    bottom: 2.4rem;
    margin-left: -0.6rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .btn-about::after {
    bottom: 5rem;
    margin-left: -1.3rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}

.bg-text {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: var(--pk-fontfamily-robotoc);
  font-weight: 100;
  white-space: nowrap;
  opacity: 0.1;
  font-size: 14rem;
}
@media (min-width: 1024px) {
  .bg-text {
    margin-top: 4rem;
    font-size: 20rem;
  }
}
.bg-text > .slider-container {
  margin-bottom: -0.85em;
}
.bg-text > .slider-container > .slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.bg-text > .slider-container > .slider-wrapper > .slide {
  -webkit-animation: scrollLeft 30s infinite linear 0.5s both;
  animation: scrollLeft 30s infinite linear 0.5s both;
}

#bg-text01 {
  color: #EDA718;
}

#bg-text02 {
  color: #169C7E;
}

#bg-text03 {
  color: #065AA1;
}

#about-our-staff {
  padding-top: 3.5rem;
  padding-bottom: 6.5rem;
}
@media (min-width: 1024px) {
  #about-our-staff {
    padding-top: 14rem;
    padding-bottom: 16rem;
  }
}
#about-our-staff > p._tac {
  margin-top: 3rem;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 2rem;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  #about-our-staff > p._tac {
    font-size: 4.2rem;
  }
}

.list-staffinfo[role=list] {
  margin-left: auto;
  margin-right: auto;
  max-width: 152rem;
}
@media (min-width: 1024px) {
  .list-staffinfo[role=list] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3.75vw 4.2105263158%;
    margin-top: 8rem;
    margin-bottom: 9rem;
  }
}
.list-staffinfo[role=list] > .item {
  max-width: 46.4rem;
}
@media not all and (min-width: 1024px) {
  .list-staffinfo[role=list] > .item {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .list-staffinfo[role=list] > .item {
    width: 30.5263157895%;
  }
}
.list-staffinfo[role=list] > .item img {
  width: 100%;
  aspect-ratio: 464/370;
}

#job-description {
  background: url(../img/bg-noise.jpg) center center;
  padding-top: 5rem;
  padding-bottom: 8.5rem;
}
@media (min-width: 1024px) {
  #job-description {
    padding: 13.5rem 0;
  }
}

.list-jobdescription[role=list] {
  margin-left: auto;
  margin-right: auto;
  max-width: 147rem;
}
@media (min-width: 1024px) {
  .list-jobdescription[role=list] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .list-jobdescription[role=list] > .item {
    width: 29.5918367347%;
  }
}
@media not all and (min-width: 1024px) {
  .list-jobdescription[role=list] > .item {
    margin-top: 3.5rem;
  }
}
.list-jobdescription[role=list] > .item > .title > .image {
  display: block;
  margin: 0 auto;
  width: 23.9rem;
  height: 23.9rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
}
@media not all and (min-width: 768px) {
  .list-jobdescription[role=list] > .item > .title > .image {
    width: 11.2rem;
    height: 11.2rem;
  }
}
.list-jobdescription[role=list] > .item > .title > .text {
  display: block;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.7rem;
}
@media (min-width: 1024px) {
  .list-jobdescription[role=list] > .item > .title > .text {
    margin-top: 4rem;
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
    font-weight: bold;
  }
}
.list-jobdescription[role=list] > .item > .content {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 1024px) {
  .list-jobdescription[role=list] > .item > .content {
    font-size: 1.7rem;
  }
}

#job-style {
  padding-top: 5.5rem;
  padding-bottom: 8.5rem;
}
@media (min-width: 1024px) {
  #job-style {
    padding-top: 15rem;
    padding-bottom: 17rem;
  }
}
#job-style > .inner {
  background: #FFFAF2;
  border-radius: 1.6rem;
  text-align: center;
  padding: 2rem;
}
@media (min-width: 1024px) {
  #job-style > .inner {
    padding-top: 5.5rem;
    padding-bottom: 7.5rem;
  }
}
@media not all and (min-width: 1024px) {
  #job-style > .inner br {
    display: none;
  }
}
#job-style > .inner > .text {
  display: inline-block;
  text-align: center;
  color: var(--pk-color-textlight);
  line-height: 1.94;
  letter-spacing: 0.14em;
  font-size: 1.7rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  #job-style > .inner > .text {
    text-align: left;
    font-size: 3rem;
  }
}
#job-style > .inner > .text > .underline-ccolor {
  color: #000;
}
#job-style > .inner > .text > .underline-ccolor::after {
  bottom: -0.3rem;
  height: 0.3rem;
  border-radius: 0.2rem;
}

@media not all and (min-width: 1024px) {
  .list-jobstyle[role=list] {
    margin-top: 3rem;
  }
}
@media (min-width: 1024px) {
  .list-jobstyle[role=list] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem 0;
    margin-top: 8rem;
  }
}
.list-jobstyle[role=list] > .item {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
}
@media not all and (min-width: 1024px) {
  .list-jobstyle[role=list] > .item {
    margin-top: 0.7rem;
  }
}
@media (min-width: 1024px) {
  .list-jobstyle[role=list] > .item {
    font-size: 2rem;
  }
  .list-jobstyle[role=list] > .item:nth-child(odd) {
    width: 45rem;
  }
  .list-jobstyle[role=list] > .item:nth-child(even) {
    width: 29rem;
  }
}
@media not all and (min-width: 1024px) {
  .list-jobstyle[role=list] > .item > .img {
    margin-right: 1.5rem;
    width: 7rem;
  }
}
@media (min-width: 1024px) {
  .list-jobstyle[role=list] > .item > .img {
    margin-right: 3.5rem;
  }
}
.list-jobstyle[role=list] > .item small {
  display: block;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .list-jobstyle[role=list] > .item small {
    font-size: 1.4rem;
  }
}

#training {
  letter-spacing: 0.04em;
}
@media (min-width: 1024px) {
  #training {
    letter-spacing: 0.08em;
  }
}
#training > .inner > p + p, #training > .inner > .text-with-image + p {
  margin-top: 3em;
}
@media (min-width: 1024px) {
  #training > .inner > p + p, #training > .inner > .text-with-image + p {
    margin-top: 5em;
  }
}

#training > .inner, #benefits > .inner {
  overflow: hidden;
  max-width: 144rem;
  line-height: 2;
}
@media not all and (min-width: 1024px) {
  #training > .inner, #benefits > .inner {
    margin: 3.5rem auto;
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  #training > .inner, #benefits > .inner {
    margin: 12rem auto;
  }
}

#benefits .insert-image {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  #benefits .insert-image {
    margin-top: 12rem;
  }
}

.training-features {
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .training-features {
    margin-top: 5rem;
  }
}
.training-features > .wrap {
  position: relative;
}
@media (min-width: 1024px) {
  .training-features > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.training-features > .wrap::before, .training-features > .wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 4px;
}
.training-features > .wrap::before {
  background: #C6373C;
  left: 0;
  width: 8.5rem;
}
@media (min-width: 1024px) {
  .training-features > .wrap::before {
    width: 37rem;
  }
}
.training-features > .wrap::after {
  background: #ebebeb;
  right: 0;
  width: calc(100% - 8.5rem);
}
@media (min-width: 1024px) {
  .training-features > .wrap::after {
    width: calc(100% - 37rem);
  }
}
@media (min-width: 1024px) {
  .training-features > .wrap > .title, .training-features > .wrap > .description {
    padding: 3rem 0;
  }
}
.training-features > .wrap > .title {
  font-weight: bold;
  color: #C6373C;
}
@media not all and (min-width: 1024px) {
  .training-features > .wrap > .title {
    margin-top: 2em;
    padding-top: 1em;
  }
}
@media (min-width: 1024px) {
  .training-features > .wrap > .title {
    width: 37rem;
    font-size: 2rem;
  }
}
.training-features > .wrap > .title > b {
  display: block;
}
@media (min-width: 1024px) {
  .training-features > .wrap > .title > b {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .training-features > .wrap > .description {
    width: calc(100% - 37rem);
  }
}

#recruit-career > .inner {
  max-width: 144rem;
  margin-top: 3.5rem;
  margin-bottom: 5.5rem;
}
@media (min-width: 1024px) {
  #recruit-career > .inner {
    margin-top: 14rem;
    margin-bottom: 15rem;
    padding: 8.5rem;
    border: 1px solid #B2B2B2;
  }
}
#recruit-career > .inner > .wrapper {
  overflow-x: auto;
  overflow-y: hidden !important;
  margin-top: -10%;
}
@media not all and (min-width: 1024px) {
  #recruit-career > .inner > .wrapper > .img {
    max-width: 200vw;
    width: 70rem;
  }
}

#application-details .subtitle {
  margin: 4rem 0;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1024px) {
  #application-details .subtitle {
    margin: 10rem 0 9rem;
    font-size: 4.4rem;
  }
}
#application-details > .inner {
  margin-bottom: 6rem;
}
@media (min-width: 1024px) {
  #application-details > .inner {
    margin-bottom: 14rem;
  }
}
@media not all and (min-width: 1024px) {
  #application-details > .inner {
    font-size: 1.6rem;
  }
}
#application-details > .inner .list-company {
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  #application-details > .inner .list-company {
    margin-bottom: 8rem;
  }
}

.list-application-hall[role=list] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .list-application-hall[role=list] {
    margin-top: 5rem;
  }
}
.list-application-hall[role=list] > .item {
  width: 50%;
}
@media (min-width: 1024px) {
  .list-application-hall[role=list] > .item {
    width: 33.333333%;
  }
}
.list-application-hall[role=list] > .item > .link {
  overflow: hidden;
  display: block;
  position: relative;
  padding-top: 68.7150837989%;
  background: #2c2c2c;
}
.list-application-hall[role=list] > .item > .link > .name {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 0.1rem;
  font-size: 1.3rem;
}
@media (min-width: 1024px) {
  .list-application-hall[role=list] > .item > .link > .name {
    padding: 1rem;
    font-size: 1.8rem;
  }
}
.list-application-hall[role=list] > .item > .link > .name::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  background: url(../img/icon-arrow-slider.svg) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.list-application-hall[role=list] > .item > .link > .photo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-application-hall[role=list] > .item > .link:hover > .photo {
  opacity: 0.5;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.list-application-hall[role=list] > .item > .link.-now::after {
  content: "募集中！";
  position: absolute;
  z-index: 3;
  top: calc(50% - 2rem);
  left: 50%;
  letter-spacing: 0.1em;
  padding: 0.1em;
  font-size: 1.9rem;
  line-height: 1;
  white-space: nowrap;
  background: var(--pk-color-gradient-primary);
  background: -webkit-gradient(linear, left top, right top, from(#daa620), to(#be1c20));
  background: linear-gradient(90deg, #daa620 0%, #be1c20 100%);
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .list-application-hall[role=list] > .item > .link.-now::after {
    padding: 0.5em 1em;
    font-size: 2.6rem;
  }
}
.list-application-hall[role=list] > .item:nth-child(odd) > .link > .name {
  background: #3d3d3d;
}
.list-application-hall[role=list] > .item:nth-child(even) > .link > .name {
  background: #2c2c2c;
}

.privacy-wrap {
  overflow-y: auto;
  border: 1px solid #D3D3D3;
  margin-top: 1.5em;
}
@media not all and (min-width: 1024px) {
  .privacy-wrap {
    padding: 2rem;
    font-size: 1.3rem;
    height: 30rem;
  }
}
@media (min-width: 1024px) {
  .privacy-wrap {
    padding: 3rem 4rem;
    height: 35rem;
  }
}
.privacy-wrap h2, .privacy-wrap h3, .privacy-wrap h4, .privacy-wrap h5 {
  margin-top: 3em;
  color: inherit;
  font-size: inherit;
  font-weight: 600;
}
.privacy-wrap p {
  margin-top: 0.5em;
}

@media (min-width: 1024px) {
  .application-form {
    background: #F9F9F9;
    padding: 3.5rem 13.4rem;
    margin-top: 4rem;
  }
}

#interview {
  overflow: hidden;
  position: relative;
  padding: 5rem 0 7rem;
  background: #AD1105;
  background: linear-gradient(135deg, #ad1105 0%, #e09201 100%);
  color: #fff;
}
@media (min-width: 1024px) {
  #interview {
    padding: 14rem 0 15rem;
  }
}
#interview::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-interview_sp.png) no-repeat center center/375px 1363px;
}
@media (min-width: 1024px) {
  #interview::before {
    background-image: url(../img/bg-interview.png);
    background-size: 1688px 1098px;
  }
}
#interview > .header {
  position: relative;
  z-index: 1;
  font-weight: bold;
  text-align: center;
}
#interview > .header > .en {
  display: block;
  font-family: var(--pk-fontfamily-roboto);
  font-size: 3.2rem;
  letter-spacing: -0.05em;
}
@media (min-width: 1024px) {
  #interview > .header > .en {
    font-size: 8rem;
  }
}
#interview > .header > .jp {
  display: block;
  margin-top: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  #interview > .header > .jp {
    margin-top: 2rem;
    font-size: 3rem;
  }
}

.list-interview[role=list] {
  position: relative;
  z-index: 1;
}
@media not all and (min-width: 1024px) {
  .list-interview[role=list] {
    margin: 5rem auto 0;
    width: 26.3rem;
  }
}
@media (min-width: 1024px) {
  .list-interview[role=list] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 9rem auto 0;
    max-width: 104rem;
    width: calc(100% - 4rem);
  }
}
@media not all and (min-width: 1024px) {
  .list-interview[role=list] > .item {
    margin-top: 5rem;
  }
}
@media (min-width: 1024px) {
  .list-interview[role=list] > .item {
    width: 45.4807692308%;
  }
}
.list-interview[role=list] > .item > .name {
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .list-interview[role=list] > .item > .name {
    margin-top: 4.5rem;
    font-size: 2.8rem;
  }
}
.list-interview[role=list] > .item > .name > .kana {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .list-interview[role=list] > .item > .name > .kana {
    font-size: 2rem;
  }
}
.list-interview[role=list] > .item > .career {
  margin-top: 1em;
  line-height: 2;
}
@media not all and (min-width: 1024px) {
  .list-interview[role=list] > .item > .career {
    font-size: 1.2rem;
  }
}
.list-interview[role=list] > .item > .career > small {
  display: block;
  line-height: 1.5;
  font-size: inherit;
}
@media (min-width: 1024px) {
  .list-interview[role=list] > .item > .career > small {
    font-size: 1.6rem;
  }
}
.list-interview[role=list] > .item > .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2rem auto 0;
  width: 21rem;
  height: 4.4rem;
  border-radius: 1.2rem;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  padding: 0 1em;
}
@media (min-width: 1024px) {
  .list-interview[role=list] > .item > .btn {
    margin: 4rem 0 0;
    width: 32rem;
    height: 6.7rem;
    font-size: 2rem;
  }
}
.list-interview[role=list] > .item > .btn::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1.7rem);
  right: 0;
  width: 6rem;
  height: 3.5rem;
  border-right: 1px solid #fff;
  background: url(../img/icon-arrow-slider.svg) no-repeat center center/2.8rem auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.interview-photo {
  position: relative;
}
.interview-photo > .wrap {
  overflow: hidden;
  display: block;
  border-radius: 1.2rem;
}
.interview-photo > .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1rem;
  position: absolute;
  right: 1em;
  bottom: -1.4em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .interview-photo > .copy {
    gap: 2rem;
    bottom: -1em;
    font-size: 2.8rem;
  }
}
.interview-photo > .copy > .line {
  display: block;
  position: relative;
  padding: 0.3em;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media (min-width: 1024px) {
  .interview-photo > .copy > .line {
    padding: 0.5em;
  }
}
.interview-photo > .copy > .line:first-child {
  margin-bottom: 1.2em;
}
@media (min-width: 1024px) {
  .interview-photo > .copy > .line:first-child {
    margin-bottom: 2em;
  }
}
.interview-photo > .copy > .line::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  -webkit-transition: height 0.6s ease-out;
  transition: height 0.6s ease-out;
}
.interview-photo > .copy > .line > span {
  position: relative;
  z-index: 2;
}
.interview-photo.is-animate > .copy > .line::before {
  height: 100%;
}
.interview-photo.is-animate > .copy > .line:nth-child(1)::before {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.interview-photo.is-animate > .copy > .line:nth-child(2)::before {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

@media (min-width: 1024px) {
  .interview-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.interview-profile > .photo {
  width: 26rem;
}
@media not all and (min-width: 1024px) {
  .interview-profile > .photo {
    margin: 0 auto 4rem;
  }
}
@media (min-width: 1024px) {
  .interview-profile > .photo {
    width: 52.5110132159%;
  }
}
.interview-profile > .photo > .wrap {
  width: 100%;
}
.interview-profile > .photo > .wrap > img {
  width: 100%;
}
@media (min-width: 1024px) {
  .interview-profile > .photo > .copy {
    right: 1em;
    bottom: 2em;
  }
}
@media (min-width: 1024px) {
  .interview-profile > .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 43.8766519824%;
  }
}
@media not all and (min-width: 1024px) {
  .interview-profile > .text {
    font-size: 1.2rem;
  }
}
.interview-profile > .text > .name {
  margin-bottom: 2rem;
}
@media not all and (min-width: 1024px) {
  .interview-profile > .text > .name {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  .interview-profile > .text > .name > .kana {
    font-size: 1.4rem;
  }
}

.interview-qanda {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  background: #FFFAF2;
  border-radius: 1.2rem;
  color: #000;
  letter-spacing: 0.04em;
  padding: 2rem 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .interview-qanda {
    margin-top: 5rem;
    height: 100%;
    padding: 3rem;
  }
}
.interview-qanda > dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .interview-qanda > dt {
    font-size: 1.7rem;
  }
}
.interview-qanda > dd {
  margin-bottom: 1em;
  font-size: 1.3rem;
}
@media (min-width: 1024px) {
  .interview-qanda > dd {
    font-size: 1.6rem;
  }
}

.interview-talk {
  color: #000;
  color-margin-top: 7rem;
}
@media (min-width: 1024px) {
  .interview-talk {
    margin-top: 11rem;
  }
}
.interview-talk > .interview-question {
  font-weight: bold;
  font-size: 1.7rem;
  margin-top: 4rem;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .interview-talk > .interview-question {
    margin-top: 6rem;
    font-size: 2.4rem;
  }
}
.interview-talk > .interview-answer {
  margin-top: 2rem;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .interview-talk > .interview-answer {
    margin-top: 2em;
    font-size: 1.8rem;
    font-weight: 500;
  }
}

#interview-schedule {
  margin-top: 5rem;
  color: #000;
}
@media (min-width: 1024px) {
  #interview-schedule {
    margin-top: 13rem;
  }
}

.heading-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: bold;
  background: #F4F4F4;
  border-radius: 1.2rem;
  padding: 1.3rem;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .heading-schedule {
    padding: 2rem 2.5rem;
    font-size: 2.8rem;
  }
}
.heading-schedule::before {
  content: "";
  display: block;
  background: #C6373C;
  width: 3px;
  height: 3.4rem;
  margin-right: 0.5em;
}
@media (min-width: 1024px) {
  .heading-schedule::before {
    margin-right: 2rem;
    width: 6px;
    height: 5.1rem;
  }
}

.interview-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 3rem;
  margin-bottom: 1.5em;
}
@media (min-width: 1024px) {
  .interview-schedule {
    margin-top: 9rem;
    padding-bottom: 2em;
  }
}
.interview-schedule > .time {
  clear: both;
  font-weight: bold;
  line-height: 1;
  width: 5.6rem;
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  .interview-schedule > .time {
    width: 8rem;
    font-size: 1.8rem;
  }
}
.interview-schedule > .content {
  position: relative;
  border-left: 1px solid #C6373C;
  width: calc(100% - 5.6rem);
  padding-left: 1.5rem;
  padding-bottom: 1.5em;
}
@media (min-width: 1024px) {
  .interview-schedule > .content {
    padding-left: 2.5rem;
    padding-bottom: 2em;
    width: calc(100% - 8rem);
  }
}
.interview-schedule > .content:last-child {
  border-color: transparent;
  padding-bottom: 0;
}
.interview-schedule > .content::before {
  content: "";
  display: block;
  position: absolute;
  left: -0.9rem;
  top: 0;
  border-radius: 50%;
  background: #BE1A21;
  width: 1.7rem;
  height: 1.7rem;
}
@media (min-width: 1024px) {
  .interview-schedule > .content > .title, .interview-schedule > .content > .detail {
    width: 57.1428571429%;
  }
}
@media (min-width: 1024px) {
  .interview-schedule > .content > .image {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
  }
}
@media not all and (min-width: 1024px) {
  .interview-schedule > .content > .image {
    margin-top: 1rem;
  }
}
.interview-schedule > .content > .title {
  margin-top: -0.1em;
  font-weight: bold;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .interview-schedule > .content > .title {
    font-size: 2rem;
  }
}
.interview-schedule > .content > .detail {
  margin-top: 0.8em;
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  .interview-schedule > .content > .detail {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .interview-schedule.-interview02 > .content:last-child > .image {
    top: auto;
    bottom: 0;
  }
}

.interview-image {
  color: #000;
  margin: 1rem auto 3rem;
}
@media (min-width: 1024px) {
  .interview-image {
    margin: 6rem auto 7rem;
  }
}
@media not all and (min-width: 1024px) {
  .interview-image {
    font-size: 1.2rem;
  }
}
.interview-image img {
  width: 100%;
  margin-bottom: 1em;
}
.interview-image p {
  opacity: 0.55;
}
.interview-image + .btn-wrap {
  margin-bottom: 5.5rem;
}
@media (min-width: 1024px) {
  .interview-image + .btn-wrap {
    margin-bottom: 14rem;
  }
}
@media not all and (min-width: 1024px) {
  .interview-image + .btn-wrap > .btn-black {
    width: 19.8rem;
    height: 5.1rem;
    border-radius: 2.6rem;
  }
}
/*# sourceMappingURL=style.css.map */
